@charset "UTF-8";
/*
* Project Name: 若草印刷
* Site URI:
* Description: 若草印刷 style
* Version: 1.0.0
* Author: 若草印刷
* CSS: thema.css
*/
.globalWrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .globalWrapper {
    min-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .globalWrapper {
    min-width: inherit;
    padding: 0 0 0;
  }
}

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

========================================================================== */
main {
  margin: 0 auto;
  position: relative;
  zoom: 1;
}
main:before, main:after {
  content: "";
  display: table;
}
main:after {
  clear: both;
}

.primary {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 80px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .primary {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .primary {
    width: 95%;
  }
}

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

========================================================================== */
.page-heading-title {
  text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.83);
  text-align: left;
  align-items: center;
}
.page-heading-title + p {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.83);
  margin: 0;
  padding: 0;
  text-align: left;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-heading-title + p {
    font-size: 1.8rem;
  }
}

.contents-heading-title {
  line-height: 1;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .contents-heading-title {
    margin: 0 0 20px;
  }
}
.contents-heading-title + p {
  clear: both;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}

.section-heading-title {
  line-height: 1;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .section-heading-title {
    margin: 0 0 40px;
  }
}
.section-heading-title + p {
  clear: both;
  font-size: 1.8rem;
}

.textblock {
  padding: 0 40px;
  text-align: left;
}
.textblock p {
  font-size: 1.8rem;
}

.leadtext {
  font-size: 1.8rem;
  margin-bottom: 40px;
  text-align: left;
}

.fluide {
  width: 100%;
}
.fluide--30 {
  width: 30%;
}
.fluide--40 {
  width: 40%;
}
.fluide--50 {
  width: 50%;
}
.fluide--60 {
  width: 60%;
}
.fluide--70 {
  width: 70%;
}

.frame {
  border: solid 1px #111;
}

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

========================================================================== */
.eyecatch {
  width: 100%;
  height: 320px;
  margin: 0;
  padding: 0;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .eyecatch {
    width: 100%;
    height: 0;
    padding-top: 22.22222%;
  }
}
.bleadclumb {
  background-color: #eee;
  width: 100%;
  height: 24px;
  margin: 0 auto 80px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
}
.bleadclumb.productsStyle {
  background-color: #fff;
  max-width: 1000px;
  margin: 5px auto 40px;
}
.bleadclumb.productsStyle ul {
  padding-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bleadclumb.productsStyle ul {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bleadclumb.productsStyle ul {
    padding-left: 20px;
  }
}
.bleadclumb.productsStyle ul li:first-child a {
  padding-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bleadclumb {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bleadclumb {
    width: 100%;
  }
}
.bleadclumb__list {
  width: 100%;
  height: 24px;
  line-height: 1;
  text-align: left;
  margin: 0 auto 40px;
  padding: 0 10px;
  font-size: 1.2rem;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .bleadclumb__list {
    width: auto;
    max-width: none;
    line-height: 30px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
}
.bleadclumb__item {
  color: #444;
  margin: 0;
  padding: 0;
  height: 24px;
  line-height: 24px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}
.bleadclumb__item + li {
  padding-left: 2em;
}
.bleadclumb__item + li:before {
  content: "";
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  width: 8px;
  height: 8px;
  line-height: 1;
  display: block;
  vertical-align: middle;
  transform: rotateZ(45deg);
  transform-origin: center;
  position: absolute;
  top: 8px;
  left: 0.5em;
}
.bleadclumb__item:last-child {
  padding: 0 1em 0 3em;
}
.bleadclumb__item a {
  width: 100%;
  height: 24px;
  line-height: 24px;
  padding: 0 1em;
  display: block;
  overflow-wrap: normal;
  overflow: hidden;
  white-space: nowrap;
}
.bleadclumb img {
  width: 16px;
  height: auto;
  margin: 4px 0 0;
}

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

========================================================================== */
.pageheader {
  width: 100%;
  height: 180px;
  background-color: #738088;
}
.pageheader .inner {
  max-width: calc(100% - 20px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

========================================================================== */
.defaultTable {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
  border-bottom: solid 1px #ccc;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .defaultTable {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .defaultTable {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .defaultTable tbody {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .defaultTable tr {
    display: block;
    width: 100%;
  }
}
.defaultTable th {
  width: 20%;
  font-size: 1.8rem;
  border-top: solid 1px #ccc;
  text-align: left;
  padding: 11px 10px;
}
@media screen and (max-width: 767px) {
  .defaultTable th {
    display: block;
    width: 100%;
    background-color: #f6f6f6;
  }
}
.defaultTable td {
  text-align: left;
  font-size: 1.8rem;
  border-top: solid 1px #ccc;
  padding: 11px 10px;
}
@media screen and (max-width: 767px) {
  .defaultTable td {
    display: block;
    width: 100%;
    border-top: none;
  }
}
.defaultTable a i.fa {
  color: #ccc;
}

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

========================================================================== */
/* =========================================================
HERO AREA
========================================================= */
.hero {
  transition: margin-top 0.5s;
  width: 100%;
  height: 100vh;
  margin: 0 0 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hero .message {
  width: 100%;
  background: url(/images/home/advertisement_bg.png) center top no-repeat;
  margin: 0;
  padding: 40px 0 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .hero .message {
    width: 90%;
    background-size: 1045px auto;
  }
}
.hero svg {
  width: 522px;
}
@media screen and (max-width: 767px) {
  .hero svg {
    width: 90%;
  }
}
.hero p {
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 100;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .hero p {
    font-size: 1.4rem;
    margin: 1em auto;
  }
}
.hero .bgm {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: initial;
  max-height: initial;
  height: 100%;
  z-index: -1;
  background-size: cover;
}
.hero #bgm_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero #bgm_sp {
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .hero #bgm {
    display: none;
  }
}

.icon-scroll {
  width: 4px;
  height: 80px;
  border-radius: 1px;
  margin: 0 0 0 -2px;
  position: absolute;
  left: 50%;
  bottom: 10%;
  background-color: #fff;
  z-index: 10;
}
.icon-scroll span {
  width: 2px;
  height: 39px;
  display: inline-block;
  margin: 2px auto 0;
  -webkit-animation: wheel 1.5s ease infinite normal;
          animation: wheel 1.5s ease infinite normal;
  background-color: #1aad8a;
}
.icon-scroll:after {
  content: "SCROLL";
  left: 0;
  bottom: -2em;
  text-align: center;
  transform: translateX(-50%);
  position: absolute;
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  color: #aaa;
  line-height: 1;
  margin-top: 5px;
  z-index: 200;
}

@-webkit-keyframes wheel {
  0% {
    transform: translate(0, 0);
    transform-origin: top center;
  }
  100% {
    transform: translate(0, 39px);
    transform-origin: top center;
  }
}

@keyframes wheel {
  0% {
    transform: translate(0, 0);
    transform-origin: top center;
  }
  100% {
    transform: translate(0, 39px);
    transform-origin: top center;
  }
}
.stand-utility {
  margin: 0 0 0 0;
  position: absolute;
  bottom: 36px;
  right: 27px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .stand-utility {
    width: auto;
    padding: 0;
    bottom: 40px;
    right: 20px;
  }
}
.stand-utility ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .stand-utility ul {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .stand-utility ul {
    flex-direction: column-reverse;
  }
}
.stand-utility li {
  align-items: center;
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  border-radius: 27px;
  overflow: hidden;
}
.stand-utility li + li {
  margin-left: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .stand-utility li + li {
    margin: 0 0 18px;
  }
}
@media screen and (max-width: 767px) {
  .stand-utility li + li {
    margin: 0 0 18px;
  }
}
.stand-utility li.tel {
  display: block;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .stand-utility li.tel {
    display: none;
  }
}
.stand-utility li.tel-sp {
  display: none;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .stand-utility li.tel-sp {
    display: block;
    margin: 0;
  }
}
.stand-utility li.contact {
  display: block;
}
@media screen and (max-width: 767px) {
  .stand-utility li.contact {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .stand-utility li a span {
    display: none;
  }
}
.stand-utility li a .item {
  line-height: 1;
  background-color: #1aad8a;
  color: #fff;
  padding: 0 27px;
  height: 54px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .stand-utility li a .item {
    width: 54px;
    overflow: hidden;
  }
}
.stand-utility li a i {
  margin-right: 9px;
}
@media screen and (max-width: 767px) {
  .stand-utility li a i {
    margin-right: 0;
  }
}

/* =========================================================
section
========================================================= */
.l-slide {
  width: 100%;
  height: 640px;
  position: relative;
  z-index: 100;
  padding: 0;
}
.l-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  position: absolute;
}
/* =========================================================
section
========================================================= */
.l-entrance-pickupItem {
  padding: 80px;
  background-image: url(/images/home/pickupitem_bg.png);
  background-position: 200% 80px;
  background-repeat: no-repeat;
  background-color: #fff;
  transition: all 1.5s;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-entrance-pickupItem {
    padding: 0;
    background-size: 906px auto;
  }
}
.l-entrance-pickupItem.active {
  background-position: center 80px;
}
.l-entrance-pickupItem .inner {
  background-color: rgba(57, 75, 86, 0.1);
  position: relative;
  max-height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-entrance-pickupItem .inner {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .l-entrance-pickupItem .inner {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.l-entrance-pickupItem .inner svg {
  width: 396px;
  height: 396px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .l-entrance-pickupItem .inner svg {
    width: 100%;
    height: auto;
  }
}
.l-entrance-pickupItem .inner svg .cls {
  fill: rgba(26, 173, 138, 0.83);
}
.l-entrance-pickupItem .inner svg.topleft {
  top: 0;
  left: 0;
}
.l-entrance-pickupItem .inner svg.rightbottom {
  right: 0;
  bottom: 0;
  transform: rotate(-180deg);
}
.l-entrance-pickupItem .inner .decoration-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.l-entrance-pickupItem .inner .decoration-wrapper svg {
  z-index: 99;
}
.l-entrance-pickupItem .inner .decoration-wrapper .decoration {
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .l-entrance-pickupItem .inner .decoration-wrapper .decoration {
    z-index: 99;
  }
}
.l-entrance-pickupItem .inner .decoration {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 60px;
  height: 100vh;
}
@media screen and (min-width: 1200px) {
  .l-entrance-pickupItem .inner .decoration {
    top: 90px;
  }
}
.l-entrance-pickupItem .inner .decoration-inner {
  width: 396px;
  height: 396px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-entrance-pickupItem .inner .decoration-inner {
    width: 100%;
    padding-bottom: 100%;
    height: 0;
  }
}
.l-entrance-pickupItem h3 {
  text-align: left;
  position: absolute;
  margin: 0 5%;
  width: 27%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-entrance-pickupItem h3 {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-entrance-pickupItem h3 {
    margin: 0 5% 20% 5%;
    width: 90%;
    height: 160px;
    display: block;
  }
}
.l-entrance-pickupItem h3 div {
  font-size: 72px;
  font-weight: bold;
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  background-image: url(/images/home/pickuptitle_bg.png);
  background-position: 6px top;
  background-repeat: no-repeat;
  background-size: 180px;
  position: absolute;
  z-index: 300;
  margin: 40px 0 0;
  padding: 30px 20px 0 0;
  display: block;
  width: 100%;
  max-width: 260px;
  min-width: 225px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-entrance-pickupItem h3 div {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 30px 20px 80px 0;
    background-size: 135px;
    background-position: calc(16px + .5%) top;
  }
}
@media screen and (max-width: 767px) {
  .l-entrance-pickupItem h3 div {
    width: 100%;
    max-width: 100%;
    min-width: inherit;
    display: block;
    font-size: 68px;
    background-size: 110px;
    padding: 30px 0;
    background-position: calc(17px + .5%) 10px;
  }
}
.l-entrance-pickupItem h3 .lay {
  margin-right: 0.25em;
}
.l-entrance-pickupItem .picks {
  width: 100%;
  max-width: calc(100% - 30%);
  margin: 0 0 0 30%;
  padding: 90px 8% 90px 0;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-entrance-pickupItem .picks {
    max-width: 90%;
    margin: 0 5% 0;
    padding: 280px 0 90px;
    height: 90%;
  }
}
@media screen and (max-width: 767px) {
  .l-entrance-pickupItem .picks {
    max-width: 90%;
    margin: 0 5% 0;
    padding: 200px 0 90px;
    height: 90%;
  }
}
.l-entrance-pickupItem .picks > div {
  max-width: 1192px;
  margin-left: auto;
  margin-right: auto;
}
.l-entrance-pickupItem .picks .pick {
  height: 360px;
  margin-bottom: 36px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-entrance-pickupItem .picks .pick {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }
}
.l-entrance-pickupItem .picks figure {
  width: 60%;
  height: 360px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-entrance-pickupItem .picks figure {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .l-entrance-pickupItem .picks figure > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-entrance-pickupItem .picks figure img.ofi {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: "object-fit: cover;object-position: center;";
  }
}
.l-entrance-pickupItem .picks figure img {
  min-width: 100%;
  min-height: 360px;
  width: auto;
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .l-entrance-pickupItem .picks figure img {
    width: 100%;
    height: auto;
    min-height: inherit;
  }
}
.l-entrance-pickupItem .picks .card {
  width: 40%;
  min-height: 360px;
  background-color: rgba(74, 169, 17, 0.83);
  color: #fff;
  text-align: left;
  padding: 36px 36px 108px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-entrance-pickupItem .picks .card {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-entrance-pickupItem .picks .card {
    width: 100%;
    min-height: auto;
    height: auto;
  }
}
.l-entrance-pickupItem .picks h4 {
  line-height: 1;
  margin: 0;
  color: #fff;
  position: relative;
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2rem;
  font-style: italic;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-entrance-pickupItem .picks h4 {
    font-style: italic;
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 767px) {
  .l-entrance-pickupItem .picks h4 {
    font-size: 2.4rem;
  }
}
.l-entrance-pickupItem .picks .en {
  font-size: 1.4rem;
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  line-height: 1;
  margin: 5px 0 0;
}
.l-entrance-pickupItem .picks .description {
  font-size: 1.4rem;
  line-height: 2;
  max-height: 10em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-entrance-pickupItem .picks .description {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .l-entrance-pickupItem .picks .description {
    width: 100%;
  }
}
.l-entrance-pickupItem .picks .button {
  color: #fff;
  border: solid 1px #fff;
  max-width: 100%;
  width: calc(100% - 80px);
  line-height: 78px;
  padding: 0 20px;
  text-align: left;
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: bold;
  position: absolute;
  bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-entrance-pickupItem .picks .button {
    position: relative;
    bottom: auto;
    width: 100%;
    line-height: 38px;
    font-size: 1.4rem;
  }
}
.l-entrance-pickupItem .picks .button:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  right: -20px;
  top: 50%;
  background-color: #fff;
}

/* =========================================================
section
========================================================= */
.l-entrance-topics {
  min-height: 747px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-entrance-topics {
    min-height: auto;
  }
}
.l-entrance-topics .bgm {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: initial;
  max-height: initial;
  min-width: 100%;
  min-height: 100vh;
  z-index: -100;
}
.l-entrance-topics .inner {
  padding: 0 80px 80px 0;
  border-top: solid 80px #fff;
  border-bottom: solid 80px #fff;
  border-left: solid 80px #fff;
  background-image: url(/images/home/topics_bg.png);
  background-size: auto;
  background-color: rgba(255, 255, 255, 0.83);
  background-position: -100% 60px;
  min-height: 747px;
  transition: all 1.5s;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-entrance-topics .inner {
    border-top: solid 5vw #fff;
    border-bottom: solid 5vw #fff;
    border-left: solid 5vw #fff;
    background-position: right 5%;
    padding: 0 5% 40px 0;
    min-height: 0;
    background-size: 307px auto;
  }
}
.l-entrance-topics.active .inner {
  background-position: right 54px;
  background-color: rgba(255, 255, 255, 0.7);
}
.l-entrance-topics__header {
  position: absolute;
  top: -72px;
  left: -72px;
}
@media screen and (max-width: 767px) {
  .l-entrance-topics__header {
    width: calc(100% + 5vw);
    height: auto;
    top: -5vw;
    left: -5vw;
  }
}
.l-entrance-topics__header h3 {
  z-index: 100;
  color: #394b56;
  position: relative;
  font-weight: bold;
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 72px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 20px 0 0 80px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-entrance-topics__header h3 {
    height: auto;
    text-align: left;
    font-size: 62px;
    margin: 20px 0 0 5%;
    letter-spacing: 0.01em;
  }
}
.l-entrance-topics__header p {
  z-index: 100;
  color: #394b56;
  position: relative;
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.4rem;
  font-style: italic;
  position: relative;
  line-height: 1;
  margin: 20px 0 0 80px;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-entrance-topics__header p {
    font-size: 1.4rem;
    text-align: left;
    margin: 20px 0 0 5%;
  }
}
.l-entrance-topics__header svg {
  width: 468px;
  height: 468px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .l-entrance-topics__header svg {
    width: 468px;
    height: 468px;
  }
}
@media screen and (max-width: 767px) {
  .l-entrance-topics__header svg {
    width: 100%;
    height: auto;
  }
}
.l-entrance-topics__header svg .cls {
  fill: rgba(26, 173, 138, 0.83);
}
.l-entrance-topics .topicunit {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 144px 0 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-entrance-topics .topicunit {
    padding: 126px 0 0;
  }
}
.l-entrance-topics .topicunit .list {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.l-entrance-topics .topicunit .item {
  background-color: #fff;
  width: 25%;
  min-width: 234px;
  transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  .l-entrance-topics .topicunit .item:hover {
    transform: scale(1.025);
    transform-origin: bottom;
    z-index: 200;
    background-color: #fff;
    box-shadow: 2px 0px 16px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-entrance-topics .topicunit .item:hover {
    transform: scale(1.025);
    transform-origin: bottom;
    z-index: 200;
    background-color: #fff;
    box-shadow: 2px 0px 16px rgba(0, 0, 0, 0.2);
  }
}
.l-entrance-topics .topicunit .item:hover .description {
  color: #1aad8a;
}
.l-entrance-topics .topicunit .item:nth-of-type(2) {
  background-color: #f4f4f4;
}
.l-entrance-topics .topicunit .item:nth-of-type(n+3) {
  background-color: #eee;
}
.l-entrance-topics .topicunit figure {
  width: 100%;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
}
.l-entrance-topics .topicunit figure span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.l-entrance-topics .topicunit figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.l-entrance-topics .topicunit .card {
  padding: 9%;
}
.l-entrance-topics .topicunit .date {
  color: #394b56;
  position: relative;
  font-weight: bold;
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0;
}
.l-entrance-topics .topicunit .title {
  color: #394b56;
  position: relative;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
  height: 6em;
  margin: 0 0 10px;
  padding: 0;
}
.l-entrance-topics .topicunit .description {
  color: #394b56;
  font-size: 1.4rem;
  font-weight: 100;
  margin: 0 0 40px;
  height: 4.5em;
  line-height: 1.5;
  overflow: hidden;
}
.l-entrance-topics .topicunit .label {
  margin: 10px 0 0;
  font-size: 1rem;
  min-width: 86px;
  padding: 9px 3px;
}
.l-entrance-topics .topicunit .writer {
  float: right;
  margin: 13px 0 0;
  font-size: 1.2rem;
  color: #394b56;
}
.l-entrance-topics .topicunit .writer img {
  float: left;
  width: 32px;
  margin-right: 3px;
  height: auto;
}
.l-entrance-topics .topicunit .arrow {
  margin-top: 10px;
  text-align: right;
  display: none;
}
@media screen and (max-width: 1200px) {
  .l-entrance-topics .topicunit .arrow {
    display: block;
  }
}
.l-entrance-topics .topicunit .arrow img {
  margin-left: auto;
  margin-right: 0;
  max-width: 50%;
}
.l-entrance-topics .more {
  text-align: center;
  font-size: 1.6rem;
  margin: 18px auto;
}

/* =========================================================
section
========================================================= */
.l-entrance-products-service {
  padding: 80px 80px 80px 0;
  min-height: 747px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-entrance-products-service {
    padding: 5vw 5vw 80px 0;
    min-height: 0;
  }
}
.l-entrance-products-service .inner {
  padding: 0 0 0 80px;
  background-image: url(/images/home/products_service_bg.png);
  background-size: auto;
  background-color: #ebedee;
  background-position: 100% 54px;
  min-height: 747px;
  transition: all 1.5s;
}
@media screen and (max-width: 767px) {
  .l-entrance-products-service .inner {
    padding: 0 0 0 5%;
    min-height: 0;
    background-size: 1232px auto;
  }
}
.l-entrance-products-service.active .inner {
  background-position: left 54px;
}
.l-entrance-products-service__header {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  width: 100%;
}
.l-entrance-products-service__header h3 {
  z-index: 100;
  color: #394b56;
  position: relative;
  font-weight: bold;
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 72px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 20px 80px 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-entrance-products-service__header h3 {
    width: calc(100% - 80px);
    max-width: 720px;
    margin: 20px 80px 0 auto;
    text-align: right;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 767px) {
  .l-entrance-products-service__header h3 {
    width: 100%;
    max-width: 252px;
    font-size: 62px;
    margin: 20px 5% 0 auto;
    text-align: right;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-entrance-products-service__header .lay:nth-of-type(2) {
    margin: -0.5em 0 0;
  }
}
.l-entrance-products-service__header p {
  z-index: 100;
  color: #394b56;
  position: relative;
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.6rem;
  font-style: italic;
  position: relative;
  line-height: 1;
  margin: 20px 80px 0 0;
  padding: 0;
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-entrance-products-service__header p {
    margin: 0 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-entrance-products-service__header p {
    margin: 20px 5% 0 0;
    font-size: 1.6rem;
  }
}
.l-entrance-products-service__header svg {
  width: 396px;
  height: 396px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .l-entrance-products-service__header svg {
    width: 100%;
    height: auto;
  }
}
.l-entrance-products-service__header svg .cls {
  fill: rgba(26, 173, 138, 0.83);
}
.l-entrance-products-service .list {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  padding: 144px 0 81px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 100;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-entrance-products-service .list {
    padding: 216px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-entrance-products-service .list {
    flex-direction: column;
    padding: 189px 0 0;
  }
}
.l-entrance-products-service .list:after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  position: absolute;
  bottom: calc((100% - -250px) / 6);
  right: -40px;
  z-index: 100;
  background-color: #394b56;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-entrance-products-service .list:after {
    bottom: -40px;
    right: 50%;
    width: 1px;
    height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .l-entrance-products-service .list:after {
    bottom: -40px;
    right: 50%;
    width: 1px;
    height: 72px;
  }
}
.l-entrance-products-service .item {
  width: 33.33%;
  height: 0;
  overflow: hidden;
  padding-top: calc(56.25% / 3);
  background-size: cover;
  position: relative;
  transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  .l-entrance-products-service .item:hover:not(:last-child) {
    transform: scale(1.025);
    transform-origin: center;
    z-index: 200;
    background-color: #fff;
    box-shadow: 2px 0px 16px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-entrance-products-service .item:hover:not(:last-child) {
    transform: scale(1.025);
    transform-origin: center;
    z-index: 200;
    background-color: #fff;
    box-shadow: 2px 0px 16px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-entrance-products-service .item {
    width: calc(100% / 2);
    padding-top: calc(56.25% / 2);
  }
}
@media screen and (max-width: 767px) {
  .l-entrance-products-service .item {
    width: calc(100% / 1);
    padding-top: calc(56.25% / 1);
  }
}
.l-entrance-products-service .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-entrance-products-service .item .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.l-entrance-products-service .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.l-entrance-products-service .item span {
  position: absolute;
  bottom: 1.25em;
  left: 0.75em;
  z-index: 200;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-entrance-products-service .item:last-child {
    width: calc(100% / 1);
    padding-top: calc(56.25% / 3);
  }
}
@media screen and (min-width: 1200px) {
  .l-entrance-products-service .item:last-child a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
  }
}
.l-entrance-products-service .item:last-child span {
  color: #394b56;
  font-size: 2.4rem;
  position: static;
  padding-left: 9%;
  font-style: italic;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-entrance-products-service .item:last-child span {
    padding-left: 0;
    text-align: center;
    justify-content: center;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-entrance-products-service .item:last-child span {
    padding-left: 0;
    text-align: center;
    justify-content: center;
    font-size: 1.4rem;
  }
}
.l-entrance-products-service .item .svg {
  width: 28.57%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-entrance-products-service .item svg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 100%;
  top: auto;
  left: 0;
  transform: rotate(-90deg);
}
.l-entrance-products-service .item svg .cls {
  fill: rgba(74, 169, 17, 0.83);
}

/* =========================================================
section
========================================================= */
.l-entrance-company {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 80px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .l-entrance-company {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-entrance-company {
    padding: 5%;
    margin: 0;
  }
}
.l-entrance-company .inner {
  max-width: 1152px;
  overflow: hidden;
  margin: 0 auto;
}
.l-entrance-company .inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 360px;
  position: absolute;
  background-image: url(/images/home/building.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}
.l-entrance-company .block {
  float: right;
  width: 360px;
  height: 360px;
  background-color: #1aad8a;
  color: #fff;
  text-align: left;
  font-size: 1.4rem;
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .l-entrance-company .block {
    width: 100%;
    height: auto;
  }
}
.l-entrance-company .block img {
  width: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .l-entrance-company .block img {
    width: 100%;
    max-width: 278px;
  }
}
.l-entrance-company .block p {
  padding-left: 1em;
  margin: 0;
}
.l-entrance-company .block p + p {
  margin-top: 1em;
}
.l-entrance-company .block i {
  margin-left: -1em;
  margin-right: 0.5em;
}
.l-entrance-company figure {
  float: right;
  width: calc(100% - 360px);
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-entrance-company figure {
    float: none;
    width: 100%;
    height: auto;
  }
}
.l-entrance-company figure img {
  min-height: 360px;
  min-width: 648px;
  height: auto;
  width: auto;
}
@media screen and (max-width: 767px) {
  .l-entrance-company figure img {
    min-width: 100%;
    min-height: inherit;
    height: 170px;
    width: auto;
  }
}

/* =========================================================
section
========================================================= */
.pagenation {
  padding: 20px;
  position: fixed;
  right: 0;
  top: 50%;
}

.pagenation li {
  list-style-type: none;
  margin-bottom: 20px;
}

.pagenation a {
  display: block;
  height: 10px;
  border: 1px solid #000;
  width: 10px;
}

.pagenation a.active {
  background: #000;
}

@-webkit-keyframes slide {}

@keyframes slide {}
figure.hover {
  position: relative;
}
figure.hover:before, figure.hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
figure.hover:before {
  top: 0;
  left: 0;
}
figure.hover:after {
  top: 0;
  left: 0;
}
figure.hover:hover {
  /*&:before {
    animation: slide 4s ease-out 1 alternate forwards -1s;
    background-color: rgba(#000,.99);
  }*/
}
figure.hover:hover:before, figure.hover:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.hover:hover:after {
  -webkit-animation: slide 0.5s ease-out 1 alternate forwards;
          animation: slide 0.5s ease-out 1 alternate forwards;
  background-color: rgba(74, 169, 17, 0.83);
}

.l-entrance-products-service .item svg {
  transform: rotate(-90deg);
}
.l-entrance-banner {
  padding-bottom: 80px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-entrance-banner {
    padding: 0 5% 5% 5%;
  }
}
.l-entrance-banner .inner {
  max-width: 1152px;
  overflow: hidden;
  margin: 0 auto;
}

@-webkit-keyframes show {
  0% {
    width: 0;
  }
  30% {
    width: 0;
  }
  55% {
    width: 100%;
    color: transparent;
  }
  80% {
    width: 100%;
    margin-left: 0;
    color: #394b56;
  }
  100% {
    margin-left: 100%;
  }
}

@keyframes show {
  0% {
    width: 0;
  }
  30% {
    width: 0;
  }
  55% {
    width: 100%;
    color: transparent;
  }
  80% {
    width: 100%;
    margin-left: 0;
    color: #394b56;
  }
  100% {
    margin-left: 100%;
  }
}
@-webkit-keyframes show2 {
  79% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show2 {
  79% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.lay {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.lay:before {
  content: "";
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lay:after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lay span {
  display: inline-block;
  opacity: 0;
}

.active.lay:before {
  background-color: rgba(40, 86, 115, 0.83);
  -webkit-animation: show 2s ease-in-out 1 alternate forwards;
          animation: show 2s ease-in-out 1 alternate forwards;
  z-index: 100;
}
.active.lay:after {
  -webkit-animation: show 2.5s ease-in-out 1 alternate forwards;
          animation: show 2.5s ease-in-out 1 alternate forwards;
  background-color: #394b56;
}
.active.lay span {
  display: inline-block;
  opacity: 0;
  -webkit-animation: show2 2.5s ease-in-out 1 alternate forwards;
          animation: show2 2.5s ease-in-out 1 alternate forwards;
}

.inner-page .header, .home-scrolled .header {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 1199px) {
  .inner-page .header.is-active, .home-scrolled .header.is-active {
    background: rgba(255, 255, 255, 0.8);
  }
}
.inner-page .header__inner, .home-scrolled .header__inner {
  margin-top: 0;
}
.inner-page .gnavi, .home-scrolled .gnavi {
  height: 55%;
  align-self: flex-end;
}
@media screen and (max-width: 1199px) {
  .inner-page .gnavi, .home-scrolled .gnavi {
    display: none;
  }
}
.inner-page .gnavi ul, .home-scrolled .gnavi ul {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.inner-page .gnavi a, .home-scrolled .gnavi a {
  color: #394b56;
}
@media screen and (max-width: 1199px) {
  .inner-page .gnavi a, .home-scrolled .gnavi a {
    color: #1aad8a;
  }
}
@media screen and (max-width: 1199px) {
  .inner-page .is-active .gnavi, .home-scrolled .is-active .gnavi {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .inner-page .is-active .utility ul li.tel, .home-scrolled .is-active .utility ul li.tel {
    display: flex;
  }
}
.inner-page .hamburger-icon span:nth-of-type(1), .home-scrolled .hamburger-icon span:nth-of-type(1) {
  background-color: #394b56;
}
.inner-page .hamburger-icon span:nth-of-type(2), .home-scrolled .hamburger-icon span:nth-of-type(2) {
  background-color: #394b56;
}
.inner-page .hamburger-icon span:nth-of-type(3), .home-scrolled .hamburger-icon span:nth-of-type(3) {
  background-color: #394b56;
}
.inner-page header .utility, .home-scrolled header .utility {
  flex: none;
  padding-right: 0;
}
@media screen and (max-width: 1199px) {
  .inner-page header .utility, .home-scrolled header .utility {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.inner-page header .utility ul, .home-scrolled header .utility ul {
  display: flex;
  position: relative;
}
.inner-page header .utility ul li, .home-scrolled header .utility ul li {
  height: 90px;
  align-items: stretch;
}
@media screen and (max-width: 1199px) {
  .inner-page header .utility ul li, .home-scrolled header .utility ul li {
    height: 60px;
  }
}
.inner-page header .utility ul li.tel, .home-scrolled header .utility ul li.tel {
  flex: none;
  display: flex;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 55%;
  height: auto;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .inner-page header .utility ul li.tel, .home-scrolled header .utility ul li.tel {
    display: none;
    margin-top: 0;
  }
  .inner-page header .utility ul li.tel a, .home-scrolled header .utility ul li.tel a {
    color: #fff;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .inner-page header .utility ul li.tel, .home-scrolled header .utility ul li.tel {
    width: 120px;
  }
}
.inner-page header .utility ul li.submission, .home-scrolled header .utility ul li.submission {
  position: static;
  width: auto;
  display: flex;
  justify-content: stretch;
  margin: 0 0 0 30px;
  flex: none;
}
.inner-page header .utility ul li.submission > div, .home-scrolled header .utility ul li.submission > div {
  transform: none;
  padding-top: 0;
}
@media screen and (max-width: 1199px) {
  .inner-page header .utility ul li.submission, .home-scrolled header .utility ul li.submission {
    position: absolute;
    margin: 0 0 0 60px;
    width: 60px;
  }
}
.inner-page header .utility ul li.submission a, .home-scrolled header .utility ul li.submission a {
  position: static;
  color: #fff;
  padding: 10px;
}
@media screen and (max-width: 1199px) {
  .inner-page header .utility ul li.submission a, .home-scrolled header .utility ul li.submission a {
    justify-content: center;
    width: 60px;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .inner-page header .utility ul li.submission a, .home-scrolled header .utility ul li.submission a {
    padding: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .inner-page header .utility ul li.submission a .item span, .home-scrolled header .utility ul li.submission a .item span {
    display: none;
  }
}
.inner-page header .utility ul li.submission .item, .home-scrolled header .utility ul li.submission .item {
  margin-bottom: 0;
}
.inner-page header .utility ul li a, .home-scrolled header .utility ul li a {
  position: static;
  align-items: center;
  height: 100%;
  color: #394b56;
}
.inner-page header .utility ul li a i, .home-scrolled header .utility ul li a i {
  margin-bottom: 0;
}
.inner-page .header__title img.inner-logo, .home-scrolled .header__title img.inner-logo {
  display: block;
}
.inner-page .header__title img.home-logo, .home-scrolled .header__title img.home-logo {
  display: none;
}

.home-scrolled .header {
  position: fixed;
}

.inner-page .free-text {
  font-size: 1.4rem;
}
.inner-page .free-text i, .inner-page .free-text em {
  font-style: italic;
}
.inner-page .free-text u {
  text-decoration: underline;
}
.inner-page .free-text b {
  font-weight: bold;
}
.inner-page .free-text img {
  line-height: normal;
  width: auto;
  height: auto;
  display: block;
  position: static;
  max-width: 100%;
}
.inner-page .banner {
  background-color: #1aad8a;
  background-position: center;
  background-size: cover;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .inner-page .banner {
    margin-bottom: 60px;
  }
}
.inner-page .inner-main {
  padding-top: 80px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner-page .inner-main {
    padding-top: 60px;
    min-height: 0;
  }
}
.inner-page .inner-main > .wrapper {
  background-size: auto;
  background-position: top right;
  background-color: rgba(255, 255, 255, 0.83);
}
@media screen and (max-width: 767px) {
  .inner-page .inner-main > .wrapper {
    min-height: 0;
    background-size: contain;
  }
}
.inner-page .inner-main-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 240px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .inner-page .inner-main-header {
    width: 100%;
    height: 160px;
  }
}
.inner-page .inner-main-header h3 {
  text-align: left;
  z-index: 101;
  color: #394b56;
  position: relative;
  font-weight: bold;
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 109px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 20px 0 0 80px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .inner-page .inner-main-header h3 {
    text-align: left;
    font-size: 68px;
    margin: 20px 0 0 5%;
    letter-spacing: 0.01em;
  }
}
.inner-page .inner-main-header p {
  z-index: 101;
  color: #394b56;
  position: relative;
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 4.1rem;
  font-style: italic;
  line-height: 1;
  margin: 20px 0 0 80px;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .inner-page .inner-main-header p {
    font-size: 1.6rem;
    text-align: left;
    margin: 20px 0 0 5%;
  }
}
.inner-page .inner-main-header .svg-wrapper {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 520px;
}
.inner-page .inner-main-header .svg-wrapper svg .cls {
  fill: rgba(26, 173, 138, 0.83);
}
.inner-page .inner-main-header:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 80px;
  background-color: #ebedee;
  height: 160px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .inner-page .inner-main-header:before {
    top: 60px;
    height: 100px;
  }
}
.inner-page .inner-main-header:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 136.5px;
  height: 207px;
  background-position: top right;
  background-size: auto 100%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .inner-page .inner-main-header:after {
    top: 108.25px;
    left: 5%;
    height: 103.5px;
  }
}
.inner-page .inner-main-content {
  z-index: 2;
  position: relative;
  width: 100%;
  padding: 160px 0 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .inner-page .inner-main-content {
    padding: 100px 0 0;
  }
}
.inner-page .inner-main-content .inner-main-bg {
  background-color: #fff;
  margin-left: 80px;
  margin-right: 0;
  padding-right: 80px;
}
.inner-page .inner-main-content .inner-main-bg:after {
  content: "";
  display: block;
  padding-bottom: 8%;
  margin-right: -80px;
  background-color: rgba(26, 173, 138, 0.1);
}
@media screen and (max-width: 767px) {
  .inner-page .inner-main-content .inner-main-bg:after {
    margin-right: -5%;
  }
}
@media screen and (max-width: 767px) {
  .inner-page .inner-main-content .inner-main-bg {
    margin-left: 5%;
    margin-right: 0;
    padding-right: 5%;
  }
}
.inner-page .inner-main-content .inner-section {
  overflow: hidden;
  margin-left: -80px;
  margin-right: -80px;
}
@media screen and (max-width: 767px) {
  .inner-page .inner-main-content .inner-section {
    margin-left: -5.5%;
    margin-right: -5.5%;
  }
}
.inner-page .inner-main .inner-padding {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .inner-page .inner-main .inner-padding {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.inner-page .inner-main .inner-header {
  min-height: 240px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .inner-page .inner-main .inner-header {
    min-height: 180px;
  }
}
.inner-page .inner-main .inner-header h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-style: italic;
  color: #394b56;
  font-size: 4.1rem;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inner-page .inner-main .inner-header h3 {
    font-size: 2.4rem;
  }
}
.inner-page .inner-main .inner-header p {
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  color: #aaaaaa;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inner-page .inner-main .inner-header p {
    font-size: 1.8rem;
  }
}
.inner-page .inner-main .inner-category-list {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8%;
}
.inner-page .inner-main .inner-category-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .inner-page .inner-main .inner-category-list ul {
    flex-direction: column;
    align-items: center;
  }
}
.inner-page .inner-main .inner-category-list ul li {
  width: 47%;
  max-width: 560px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .inner-page .inner-main .inner-category-list ul li {
    width: 100%;
  }
}
.inner-page .inner-main .inner-category-list ul li a {
  display: block;
  padding-bottom: 56.25%;
  position: relative;
}
.inner-page .inner-main .inner-category-list ul li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.inner-page .inner-main .inner-category-list ul li a:hover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.inner-page .inner-main .inner-category-list ul li a:hover:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "VIEW";
  display: block;
  width: 240px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 2.6rem;
  z-index: 2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .inner-page .inner-main .inner-category-list ul li a:before {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  .inner-page .inner-main .inner-category-list ul li a:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "VIEW";
    display: block;
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 2.6rem;
    z-index: 2;
    font-weight: bold;
  }
}
.inner-page .inner-main .inner-category-list ul li h4 {
  font-family: "M PLUS 1p", sans-serif;
  font-style: italic;
  color: #394b56;
  font-size: 3rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .inner-page .inner-main .inner-category-list ul li h4 {
    font-size: 2.4rem;
  }
}
.inner-page .inner-main .inner-category-list ul li p {
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  color: #aaaaaa;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .inner-page .inner-main .inner-category-list ul li p {
    font-size: 1.6rem;
  }
}

.image-wrapper img {
  max-width: 100%;
  width: auto;
  vertical-align: middle;
}

.svg-wrapper {
  width: 100%;
  height: 0;
}
.svg-wrapper-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.svg-wrapper-inner svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

a.anchor {
  position: relative;
  top: -90px;
  display: block;
  height: 0px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  a.anchor {
    top: -60px;
  }
}
a.anchor:after {
  content: "";
}

#page_concept .banner {
  background-image: url(/images/concept/banner.jpg);
}
#page_concept .inner-main-header:after {
  background-image: url(/images/concept/title_bg.png);
}
#page_concept #concept_header {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4%;
  margin-bottom: 4%;
  position: relative;
}
#page_concept #concept_header > .wrapper {
  padding-bottom: 22.4%;
  position: relative;
}
#page_concept #concept_header > .wrapper > div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 7%;
}
#page_concept #concept_header > .wrapper > div img {
  width: auto;
  max-width: 100%;
  position: relative;
  z-index: 2;
  flex: 1 1 0%;
}
#page_concept #concept_header > .wrapper > div span.decoration {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#page_concept #concept_header > .wrapper > div span.decoration i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
#page_concept #concept_header > .wrapper > div span.decoration i:before, #page_concept #concept_header > .wrapper > div span.decoration i:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(26, 173, 138, 0.1);
}
#page_concept #concept_header > .wrapper > div span.decoration.first {
  left: 0;
  width: 33%;
}
#page_concept #concept_header > .wrapper > div span.decoration.first i {
  width: 100%;
}
#page_concept #concept_header > .wrapper > div span.decoration.first i:before {
  transform-origin: 0 0;
  transform: skewX(56deg);
}
#page_concept #concept_header > .wrapper > div span.decoration.first i:after {
  transform-origin: 100% 100%;
  transform: skewX(56deg);
}
#page_concept #concept_header > .wrapper > div span.decoration.last {
  right: 0;
  width: 50%;
}
#page_concept #concept_header > .wrapper > div span.decoration.last i {
  width: 66%;
}
#page_concept #concept_header > .wrapper > div span.decoration.last i:before {
  transform-origin: 100% 100%;
  transform: skewX(-56deg);
}
#page_concept #concept_header > .wrapper > div span.decoration.last i:after {
  transform-origin: 100% 100%;
  transform: skewX(56deg);
}
#page_concept .concept-group {
  display: flex;
  position: relative;
  padding-bottom: 80px;
}
#page_concept .concept-group .images {
  flex: 1 1 600px;
}
#page_concept .concept-group .images .image-wrapper {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_concept .concept-group .images {
    margin-bottom: 40px;
  }
}
#page_concept .concept-group .text {
  flex: 1 1 720px;
  margin-left: 80px;
  margin-right: 80px;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
@media screen and (max-width: 767px) {
  #page_concept .concept-group .text {
    margin-left: 5%;
    margin-right: 5%;
  }
}
#page_concept .concept-group .text h3 {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
  margin-top: -0.25em;
}
@media screen and (max-width: 767px) {
  #page_concept .concept-group .text h3 {
    font-size: 2.6rem;
  }
}
#page_concept .concept-group .text p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 3em;
}
#page_concept .concept-group .svg-wrapper {
  position: absolute;
  left: 80px;
  bottom: 0;
  width: 50%;
}
#page_concept .concept-group .svg-wrapper-inner {
  bottom: 0;
  top: auto;
}
@media screen and (max-width: 767px) {
  #page_concept .concept-group .svg-wrapper {
    left: 0;
  }
}
#page_concept .concept-group svg.decoration {
  transform: rotate(-90deg);
}
#page_concept .concept-group svg.decoration .cls {
  fill: rgba(26, 173, 138, 0.1);
}
#page_concept .concept-group + .concept-group {
  margin-top: 240px;
}
@media screen and (max-width: 767px) {
  #page_concept .concept-group + .concept-group {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  #page_concept .concept-group {
    display: block;
  }
}
#page_concept .concept-group.alt .images {
  order: 2;
}
#page_concept .concept-group.alt .text {
  order: 1;
}
#page_concept .concept-group.alt .svg-wrapper {
  right: 0;
  left: auto;
  bottom: 0;
}
#page_concept .concept-group.alt .svg-wrapper svg {
  transform: rotate(180deg);
}

.page-product.products-cat-0 .inner-main-header:after {
  background-image: url(/images/products/title_bg_0.png);
}
.page-product.products-cat-1 .inner-main-header:after {
  background-image: url(/images/products/title_bg_1.png);
}
.page-product.products-cat-2 .inner-main-header:after {
  background-image: url(/images/products/title_bg_2.png);
}
.page-product.products-cat-3 .inner-main-header:after {
  background-image: url(/images/products/title_bg_3.png);
}
.page-product.products-cat-4 .inner-main-header:after {
  background-image: url(/images/products/title_bg_4.png);
}
.page-product.products-cat-5 .inner-main-header:after {
  background-image: url(/images/products/title_bg_5.png);
}
.page-product.products-cat-6 .inner-main-header:after {
  background-image: url(/images/products/title_bg_6.png);
}
.page-product.products-cat-7 .inner-main-header:after {
  background-image: url(/images/products/title_bg_7.png);
}

#page_products .banner {
  background-image: url(/images/products/banner.jpg);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_products .inner-main {
    padding-top: 190px;
  }
}
@media screen and (max-width: 767px) {
  #page_products .inner-main {
    padding-top: 115px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_products .inner-main-header:before {
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  #page_products .inner-main-header:before {
    height: 155px;
  }
}
#page_products #products_list .back {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #394b56;
  font-size: 1.6rem;
  text-align: center;
}
#page_products #products_list .back a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #394b56;
  line-height: 20px;
}
#page_products #products_list .back a img {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

#products_content .group {
  word-break: break-word;
  word-wrap: break-word;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
#products_content .group .images {
  margin-bottom: 10px;
}
#products_content .group .images .image img {
  margin-left: auto;
  margin-right: auto;
}
#products_content .group .text {
  margin-bottom: 10px;
}
#products_content .group .text .sub_title {
  font-family: "M PLUS 1p", sans-serif;
  color: #636b70;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #products_content .group .text .sub_title {
    font-size: 2.2rem;
  }
}
#products_content .group .text .body {
  font-family: "M PLUS 1p", sans-serif;
  color: #394b56;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
}
#products_content .group.group-1 .images {
  margin-bottom: 30px;
}
#products_content .group.group-1 .text .sub_title {
  color: #4aa911;
}
#products_content.product-layout-2 .group-odd, #products_content.product-layout-2 .group-even {
  max-width: inherit;
  min-height: 480px;
  display: flex;
  position: relative;
  padding-bottom: 80px;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #products_content.product-layout-2 .group-odd, #products_content.product-layout-2 .group-even {
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  #products_content.product-layout-2 .group-odd, #products_content.product-layout-2 .group-even {
    flex-direction: column;
    min-height: 240px;
  }
}
#products_content.product-layout-2 .group-odd .images, #products_content.product-layout-2 .group-even .images {
  margin-bottom: 10px;
  order: 1;
  flex: 1 1 600px;
}
#products_content.product-layout-2 .group-odd .images .image-wrapper, #products_content.product-layout-2 .group-even .images .image-wrapper {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #products_content.product-layout-2 .group-odd .images, #products_content.product-layout-2 .group-even .images {
    margin-bottom: 40px;
    flex: none;
  }
}
#products_content.product-layout-2 .group-odd .text, #products_content.product-layout-2 .group-even .text {
  order: 2;
  flex: 1 1 720px;
  margin-left: 80px;
  margin-right: 80px;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 767px) {
  #products_content.product-layout-2 .group-odd .text, #products_content.product-layout-2 .group-even .text {
    margin-left: 0;
    margin-right: 0;
    flex: none;
  }
}
#products_content.product-layout-2 .group-odd .text .body, #products_content.product-layout-2 .group-even .text .body {
  text-align: left;
}
#products_content.product-layout-2 .group-odd .svg-wrapper, #products_content.product-layout-2 .group-even .svg-wrapper {
  position: absolute;
  left: 80px;
  bottom: 0;
  width: 50%;
  max-width: 480px;
}
#products_content.product-layout-2 .group-odd .svg-wrapper-inner, #products_content.product-layout-2 .group-even .svg-wrapper-inner {
  bottom: 0;
  top: auto;
}
@media screen and (max-width: 767px) {
  #products_content.product-layout-2 .group-odd .svg-wrapper, #products_content.product-layout-2 .group-even .svg-wrapper {
    left: 0;
    max-width: 240px;
  }
}
#products_content.product-layout-2 .group-odd svg.decoration, #products_content.product-layout-2 .group-even svg.decoration {
  transform: rotate(-90deg);
}
#products_content.product-layout-2 .group-odd svg.decoration .cls, #products_content.product-layout-2 .group-even svg.decoration .cls {
  fill: rgba(26, 173, 138, 0.1);
}
#products_content.product-layout-2 .group-odd + .group, #products_content.product-layout-2 .group-even + .group {
  margin-top: 240px;
}
@media screen and (max-width: 767px) {
  #products_content.product-layout-2 .group-odd + .group, #products_content.product-layout-2 .group-even + .group {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  #products_content.product-layout-2 .group-odd, #products_content.product-layout-2 .group-even {
    display: block;
  }
}
#products_content.product-layout-2 .group-even .images {
  order: 2;
}
#products_content.product-layout-2 .group-even .text {
  order: 1;
}
#products_content.product-layout-2 .group-even .svg-wrapper {
  right: 0;
  left: auto;
  bottom: 0;
}
#products_content.product-layout-2 .group-even .svg-wrapper svg {
  transform: rotate(180deg);
}
#products_content.product-layout-2 .group .text .sub_title {
  color: #4aa911;
}
#products_content .back {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #394b56;
  font-size: 1.6rem;
  text-align: center;
}
#products_content .back a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #394b56;
  line-height: 20px;
}
#products_content .back a img {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
#products_content .free-text img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#products_content img {
  max-width: 100%;
}
@media screen and (min-width: 800px) {
  #products_content img {
    max-width: 640px;
  }
}
@media screen and (max-width: 767px) {
  #products_content img {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
#products_content .title-image {
  margin-bottom: 30px;
}
#products_content .title-image img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#product_category_single_2,
#product_category_single_5,
#product_category_single_7 {
  padding-bottom: 8%;
}
#product_category_single_2 .group,
#product_category_single_5 .group,
#product_category_single_7 .group {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.page-corporate .banner {
  background-image: url(/images/corporate/banner.jpg);
}

#page_corporate .inner-padding {
  padding-top: 8%;
}
#page_corporate .inner-main-header:after {
  background-image: url(/images/corporate/title_bg.png);
}

#page_corporate_facilities .inner-main-header:after,
#page_corporate_outline .inner-main-header:after {
  background-image: url(/images/corporate/title_bg_1.png);
}
#page_corporate_facilities .inner-padding,
#page_corporate_outline .inner-padding {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
#page_corporate_facilities #corporate_header,
#page_corporate_outline #corporate_header {
  margin-top: 140px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page_corporate_facilities #corporate_header,
#page_corporate_outline #corporate_header {
    margin-top: 70px;
  }
}
#page_corporate_facilities #corporate_header .image,
#page_corporate_outline #corporate_header .image {
  margin-bottom: 20px;
}
#page_corporate_facilities #corporate_header .text,
#page_corporate_outline #corporate_header .text {
  font-size: 2rem;
}
#page_corporate_facilities #corporate_header .text p,
#page_corporate_outline #corporate_header .text p {
  margin: 0;
}
#page_corporate_facilities .corporate-group,
#page_corporate_outline .corporate-group {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #394b56;
}
#page_corporate_facilities .corporate-group h3,
#page_corporate_outline .corporate-group h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 4.1rem;
  font-style: italic;
  border-top: 1px solid #394b56;
  border-bottom: 1px solid #394b56;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 0.8rem;
}
#page_corporate_facilities .corporate-group h3 span,
#page_corporate_outline .corporate-group h3 span {
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: bold;
  color: #aaaaaa;
  margin-left: 1em;
  display: inline-block;
}
#page_corporate_facilities .corporate-group p,
#page_corporate_outline .corporate-group p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2;
}
#page_corporate_facilities .corporate-group h4,
#page_corporate_outline .corporate-group h4 {
  font-size: 2.6rem;
  margin-top: 2em;
  margin-bottom: 0;
}
#page_corporate_facilities .corporate-group table,
#page_corporate_outline .corporate-group table {
  width: 100%;
}
#page_corporate_facilities .corporate-group table tr,
#page_corporate_outline .corporate-group table tr {
  font-size: 1.6rem;
  line-height: 3;
}
#page_corporate_facilities .corporate-group table tr:nth-child(2n+1),
#page_corporate_outline .corporate-group table tr:nth-child(2n+1) {
  background: #edf6e7;
}
#page_corporate_facilities .corporate-group table tr th, #page_corporate_facilities .corporate-group table tr td,
#page_corporate_outline .corporate-group table tr th,
#page_corporate_outline .corporate-group table tr td {
  padding: 0 0.5em;
  vertical-align: top;
}
#page_corporate_facilities .corporate-group table tr th,
#page_corporate_outline .corporate-group table tr th {
  font-weight: normal;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #page_corporate_facilities .corporate-group table tr th,
#page_corporate_outline .corporate-group table tr th {
    font-weight: bold;
  }
}
#page_corporate_facilities .corporate-group ul,
#page_corporate_outline .corporate-group ul {
  margin: 0;
  margin-top: 1.5em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #page_corporate_facilities .corporate-group table, #page_corporate_facilities .corporate-group tbody, #page_corporate_facilities .corporate-group tr, #page_corporate_facilities .corporate-group th, #page_corporate_facilities .corporate-group td,
#page_corporate_outline .corporate-group table,
#page_corporate_outline .corporate-group tbody,
#page_corporate_outline .corporate-group tr,
#page_corporate_outline .corporate-group th,
#page_corporate_outline .corporate-group td {
    display: block;
  }
}
#page_corporate_facilities .corporate-group .map,
#page_corporate_outline .corporate-group .map {
  position: relative;
  padding-bottom: 53.6%;
  margin: 10px 0;
}
#page_corporate_facilities .corporate-group .map iframe,
#page_corporate_outline .corporate-group .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#page_corporate_facilities .corporate-group .map + a,
#page_corporate_outline .corporate-group .map + a {
  font-size: 1.6rem;
  display: none;
}

#page_corporate_message .inner-main-header:after {
  background-image: url(/images/corporate/title_bg_2.png);
}
#page_corporate_message .inner-padding {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
#page_corporate_message .inner-padding.inner-header h3 {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-style: normal;
}
#page_corporate_message .inner-padding.inner-content {
  padding-bottom: 8%;
}
#page_corporate_message .inner-padding.inner-content > .image-wrapper {
  margin-bottom: 5%;
  text-align: center;
}
#page_corporate_message .inner-padding.inner-content > .image-wrapper img {
  max-height: 480px;
  margin-left: auto;
  margin-right: auto;
}
#page_corporate_message .inner-padding.inner-content > .image-wrapper ~ .image-wrapper {
  margin-top: 5%;
}
#page_corporate_message .inner-padding.inner-content p, #page_corporate_message .inner-padding.inner-content .from {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
}
#page_corporate_message .inner-padding.inner-content p + p, #page_corporate_message .inner-padding.inner-content .from + p {
  margin-top: 2em;
}
#page_corporate_message .inner-padding.inner-content .from {
  margin-top: 1em;
  text-align: right;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_corporate_facilities .inner-main {
    padding-top: 190px;
  }
}
@media screen and (max-width: 767px) {
  #page_corporate_facilities .inner-main {
    padding-top: 115px;
  }
}
#page_corporate_facilities .inner-main-header:after {
  background-image: url(/images/corporate/title_bg_3.png);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_corporate_facilities .inner-main-header:before {
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  #page_corporate_facilities .inner-main-header:before {
    height: 155px;
  }
}

.page-topics .inner-main-header:after {
  background-image: url(/images/topics/title_bg.png);
}

#page_topics #topic_list {
  max-width: 1440px;
  margin: 140px auto;
}
@media screen and (max-width: 767px) {
  #page_topics #topic_list {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
#page_topics #topic_list .list {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 679px) {
  #page_topics #topic_list .list {
    justify-content: center;
  }
}
#page_topics #topic_list .empty {
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.6rem;
}
#page_topics #topic_list .category {
  padding: 20px 0 10px;
  border: 1px solid #ebedee;
  border-left: 0;
  border-right: 0;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
#page_topics #topic_list .category li {
  flex: none;
  font-size: 1.6rem;
  margin-right: 10px;
  margin-bottom: 10px;
}
#page_topics #topic_list .category li a {
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
}
#page_topics #topic_list .category li:last-child {
  margin-right: 0;
}
#page_topics #topic_list .category li.none-active a {
  background: #394b56;
}
#page_topics #topic_list .item {
  background-color: #fff;
  width: 25%;
  max-width: 100%;
  min-width: 260px;
  transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
  #page_topics #topic_list .item {
    width: 33.33%;
  }
}
@media screen and (max-width: 939px) {
  #page_topics #topic_list .item {
    width: 50%;
  }
}
@media screen and (max-width: 679px) {
  #page_topics #topic_list .item {
    width: 100%;
    max-width: 380px;
  }
}
@media screen and (min-width: 1200px) {
  #page_topics #topic_list .item:hover {
    transform: scale(1.025);
    transform-origin: bottom;
    z-index: 200;
    background-color: #fff;
    box-shadow: 2px 0px 16px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_topics #topic_list .item:hover {
    transform: scale(1.025);
    transform-origin: bottom;
    z-index: 200;
    background-color: #fff;
    box-shadow: 2px 0px 16px rgba(0, 0, 0, 0.2);
  }
}
#page_topics #topic_list .item:hover .description {
  color: #1aad8a;
}
#page_topics #topic_list .item:nth-of-type(2) {
  background-color: #f4f4f4;
}
#page_topics #topic_list .item:nth-of-type(n+3) {
  background-color: #eee;
}
#page_topics #topic_list figure {
  width: 100%;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
}
#page_topics #topic_list figure span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
#page_topics #topic_list figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
#page_topics #topic_list .card {
  padding: 10%;
}
#page_topics #topic_list .date {
  color: #394b56;
  position: relative;
  font-weight: bold;
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0;
}
#page_topics #topic_list .title {
  color: #394b56;
  position: relative;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
  height: 6em;
  margin: 0 0 10px;
  padding: 0;
}
#page_topics #topic_list .description {
  color: #394b56;
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 1.5;
  height: 4.5em;
  overflow: hidden;
  margin: 0 0 20px;
}
#page_topics #topic_list .label {
  margin: 10px 0 0;
}
#page_topics #topic_list .writer {
  float: right;
  margin: 13px 0 0;
  font-size: 1.4rem;
  color: #394b56;
}
#page_topics #topic_list .writer img {
  float: left;
  width: 40px;
  margin-right: 5px;
  height: auto;
}

#page_topics_show #topics_content {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
#page_topics_show #topics_content .image-wrapper img {
  margin-left: auto;
  margin-right: auto;
}
#page_topics_show #topics_content .text {
  margin: 0.5em 0;
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 2;
}
#page_topics_show #topics_content .text p {
  margin: 0;
}
#page_topics_show #topics_content .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page_topics_show #topics_content .info .label {
  font-size: 1.6rem;
  color: #394b56;
  padding: 10px 20px;
  border: 1px solid #9ca5aa;
}
#page_topics_show #topics_content .info .writer {
  font-size: 1.4rem;
  color: #394b56;
}
#page_topics_show #topics_content .info .writer img {
  float: left;
  width: 40px;
  margin-right: 5px;
  height: auto;
  vertical-align: middle;
}
#page_topics_show #topics_content .back {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #394b56;
  font-size: 1.6rem;
  text-align: center;
}
#page_topics_show #topics_content .back a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #394b56;
  line-height: 20px;
}
#page_topics_show #topics_content .back a img {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

#page_environment .banner {
  background-image: url(/images/environment/banner.jpg);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_environment .inner-main {
    padding-top: 190px;
  }
}
@media screen and (min-width: 1200px) {
  #page_environment .inner-main {
    padding-top: 190px;
  }
}
@media screen and (max-width: 767px) {
  #page_environment .inner-main {
    padding-top: 115px;
  }
}
#page_environment .inner-main-header:after {
  background-image: url(/images/environment/title_bg.png);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_environment .inner-main-header:before {
    height: 270px;
  }
}
@media screen and (min-width: 1200px) {
  #page_environment .inner-main-header:before {
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  #page_environment .inner-main-header:before {
    height: 155px;
  }
}
@media screen and (max-width: 480px) {
  #page_environment .inner-main-header h3 {
    font-size: 5rem;
  }
}
#page_environment .inner-section {
  padding-bottom: 80px;
}
#page_environment .inner-section h2, #page_environment .inner-section h3, #page_environment .inner-section h4, #page_environment .inner-section p, #page_environment .inner-section a {
  margin: 0;
  color: #000;
}
#page_environment .inner-section h2, #page_environment .inner-section h3, #page_environment .inner-section h4, #page_environment .inner-section a {
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF   Medium", "Yu Gothic Medium", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", sans-serif;
  font-weight: bold;
}
#page_environment .inner-section .title {
  text-align: center;
}
#page_environment .inner-section .title h2 {
  padding: 18px 0 0 28px;
  display: inline-block;
  color: #000;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.5rem;
  background-image: url(/images/environment/sectiontitle_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
#page_environment .inner-section .title h2 span {
  text-align: center;
  font-size: 4.8rem;
}
@media (max-width: 500px) {
  #page_environment .inner-section .title h2 span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #page_environment .inner-section .title h2 {
    font-size: 3rem;
  }
}
@media (max-width: 500px) {
  #page_environment .inner-section .title h2 {
    padding: 12px 0 0 18px;
    font-size: 2.6rem;
    letter-spacing: 0.3rem;
  }
}
#page_environment .inner-section .title.torikumi h2 {
  padding: 25px 0 0 28px;
}
@media (max-width: 500px) {
  #page_environment .inner-section .title.torikumi h2 {
    padding: 16px 0 0 16px;
  }
}
#page_environment .inner-section .title h3 {
  margin: 100px 0 30px;
  padding: 5px 35px 0;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.5rem;
}
#page_environment .inner-section .title h3::before, #page_environment .inner-section .title h3::after {
  display: inline-block;
  font-size: 2.5rem;
  color: #000;
  position: absolute;
}
@media (max-width: 500px) {
  #page_environment .inner-section .title h3::before, #page_environment .inner-section .title h3::after {
    font-size: 1.8rem;
  }
}
#page_environment .inner-section .title h3::before {
  content: "\275D";
  top: 0;
  left: 0;
}
#page_environment .inner-section .title h3::after {
  content: "\275E";
  top: 0;
  right: 0;
}
@media (max-width: 500px) {
  #page_environment .inner-section .title h3 {
    margin: 60px 0 20px;
    padding: 5px 18px 0;
    font-size: 2.4rem;
    letter-spacing: 0.3rem;
  }
}
#page_environment .inner-section .title .other {
  margin: 0 0 30px;
}
#page_environment .inner-section h4 {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
#page_environment .inner-section h4 span {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #page_environment .inner-section h4 {
    font-size: 2.6rem;
  }
}
@media (max-width: 500px) {
  #page_environment .inner-section h4 {
    font-size: 2rem;
  }
}
#page_environment .inner-section p {
  font-size: 1.8rem;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #page_environment .inner-section p {
    font-size: 1.7rem;
  }
}
@media (max-width: 500px) {
  #page_environment .inner-section p {
    font-size: 1.5rem;
  }
}
#page_environment .inner-section .text {
  margin: 0;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #page_environment .inner-section .text {
    font-size: 1.8rem;
  }
}
@media (max-width: 500px) {
  #page_environment .inner-section .text {
    font-size: 1.7rem;
    line-height: 1.8;
  }
}
#page_environment .inner-section .top-wrap {
  margin-left: 80px;
  background: #e6e6e6;
}
@media screen and (max-width: 767px) {
  #page_environment .inner-section .top-wrap {
    margin-left: 0;
  }
}
#page_environment .inner-section .underline {
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  #page_environment .inner-section .underline {
    margin-left: 0;
  }
}
#page_environment .inner-section .inner-padding {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 500px) {
  #page_environment .inner-section .inner-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#page_environment .inner-section .inner-padding.top {
  background-color: #e6e6e6;
}
#page_environment .inner-section .inner-padding.top .logo {
  margin: 0 0 70px;
}
@media (max-width: 500px) {
  #page_environment .inner-section .inner-padding.top .logo {
    margin: 0 0 40px;
  }
}
#page_environment .inner-section .inner-padding.top .mv {
  margin: 70px 0 0;
}
@media (max-width: 500px) {
  #page_environment .inner-section .inner-padding.top .mv {
    margin: 30px 0 0;
  }
}
#page_environment .inner-section .inner-padding.top .title {
  margin: 70px 0 25px;
}
@media (max-width: 500px) {
  #page_environment .inner-section .inner-padding.top .title {
    margin: 40px 0 15px;
  }
}
#page_environment .inner-section .inner-padding.main {
  background-color: #fff;
}
#page_environment .inner-section .inner-padding.main .paper-menu {
  display: flex;
  flex-wrap: wrap;
}
#page_environment .inner-section .inner-padding.main .paper-menu.saisei {
  margin-top: 15px;
}
#page_environment .inner-section .inner-padding.main .paper-menu.saisei li {
  width: 19.2%;
}
#page_environment .inner-section .inner-padding.main .paper-menu.saisei li:not(:nth-child(5n)) {
  margin-right: 1%;
}
#page_environment .inner-section .inner-padding.main .paper-menu.saisei li:nth-child(n+6) {
  margin-top: 1%;
}
@media (max-width: 940px) {
  #page_environment .inner-section .inner-padding.main .paper-menu.saisei li {
    width: 23.6%;
  }
  #page_environment .inner-section .inner-padding.main .paper-menu.saisei li:not(:nth-child(4n)) {
    margin-right: 1.5%;
  }
  #page_environment .inner-section .inner-padding.main .paper-menu.saisei li:nth-child(n+5) {
    margin-top: 1.5%;
  }
}
@media (max-width: 700px) {
  #page_environment .inner-section .inner-padding.main .paper-menu.saisei li {
    width: 31.7%;
  }
  #page_environment .inner-section .inner-padding.main .paper-menu.saisei li:not(:nth-child(3n)) {
    margin-right: 1.5%;
  }
  #page_environment .inner-section .inner-padding.main .paper-menu.saisei li:nth-child(n+4) {
    margin-top: 1.5%;
  }
}
#page_environment .inner-section .inner-padding.main .paper-menu.otherwork {
  margin: 15px 0 60px;
}
#page_environment .inner-section .inner-padding.main .paper-menu.otherwork li {
  width: 32.6%;
}
#page_environment .inner-section .inner-padding.main .paper-menu.otherwork li:not(:nth-child(3n)) {
  margin-right: 1%;
}
#page_environment .inner-section .inner-padding.main .paper-menu.otherwork li:nth-child(n+4) {
  margin-top: 1%;
}
@media (max-width: 940px) {
  #page_environment .inner-section .inner-padding.main .paper-menu.otherwork li {
    width: 32.3%;
  }
  #page_environment .inner-section .inner-padding.main .paper-menu.otherwork li:not(:nth-child(3n)) {
    margin-right: 1.5%;
  }
  #page_environment .inner-section .inner-padding.main .paper-menu.otherwork li:nth-child(n+4) {
    margin-top: 1.5%;
  }
}
@media (max-width: 700px) {
  #page_environment .inner-section .inner-padding.main .paper-menu.otherwork li {
    width: 49.2%;
  }
  #page_environment .inner-section .inner-padding.main .paper-menu.otherwork li:nth-child(2n) {
    margin-right: 0;
  }
  #page_environment .inner-section .inner-padding.main .paper-menu.otherwork li:not(:nth-child(2n)) {
    margin-right: 1.5%;
  }
  #page_environment .inner-section .inner-padding.main .paper-menu.otherwork li:nth-child(n+3) {
    margin-top: 1.5%;
  }
}
#page_environment .inner-section .inner-padding.main .paper-menu li a {
  display: block;
  width: 100%;
  height: 55px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 55px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
  background: linear-gradient(to bottom, #eee, #c7c7ca);
}
#page_environment .inner-section .inner-padding.main .paper-menu li a span {
  display: inline-block;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page_environment .inner-section .inner-padding.main .paper-menu li a::after {
  content: "";
  width: 70%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  display: none;
}
#page_environment .inner-section .inner-padding.main .paper-menu li a:hover::after {
  display: block;
}
#page_environment .inner-section .inner-padding.main .paper-menu li a.active {
  background: linear-gradient(to bottom, #4f4a4a, #271d1a);
  color: #fff;
}
#page_environment .inner-section .inner-padding.main .paper-menu li a.active:hover::after {
  display: none;
}
@media (max-width: 1100px) {
  #page_environment .inner-section .inner-padding.main .paper-menu li a {
    font-size: 1.3rem;
  }
}
@media (max-width: 940px) {
  #page_environment .inner-section .inner-padding.main .paper-menu li a {
    font-size: 1.2rem;
  }
}
@media (max-width: 500px) {
  #page_environment .inner-section .inner-padding.main .paper-menu li a {
    font-size: 1rem;
    height: 45px;
    line-height: 45px;
  }
  #page_environment .inner-section .inner-padding.main .paper-menu li a::after {
    bottom: 3px;
  }
}
#page_environment .inner-section .inner-padding.main .saisei-wrap {
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-top: 90px;
  padding: 0 20px 100px;
  height: 2550px;
  overflow: auto;
  position: relative;
}
@media (max-width: 1070px) {
  #page_environment .inner-section .inner-padding.main .saisei-wrap {
    height: 2500px;
  }
}
@media (max-width: 940px) {
  #page_environment .inner-section .inner-padding.main .saisei-wrap {
    height: 2580px;
  }
}
@media screen and (max-width: 767px) {
  #page_environment .inner-section .inner-padding.main .saisei-wrap {
    height: 4250px;
    margin-top: 60px;
  }
}
@media (max-width: 500px) {
  #page_environment .inner-section .inner-padding.main .saisei-wrap {
    height: 3350px;
    padding: 0 10px 50px;
    margin-top: 45px;
  }
}
@media (max-width: 375px) {
  #page_environment .inner-section .inner-padding.main .saisei-wrap {
    height: 3060px;
  }
}
#page_environment .inner-section .inner-padding.main .saisei-wrap .contents {
  margin-top: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  #page_environment .inner-section .inner-padding.main .saisei-wrap .contents {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 500px) {
  #page_environment .inner-section .inner-padding.main .saisei-wrap .contents {
    margin-top: 23px;
    padding-top: 23px;
  }
}
#page_environment .inner-section .inner-padding.main .contents {
  padding-top: 120px;
}
#page_environment .inner-section .inner-padding.main .contents:nth-of-type(1) {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  #page_environment .inner-section .inner-padding.main .contents {
    padding-top: 60px;
  }
}
@media (max-width: 500px) {
  #page_environment .inner-section .inner-padding.main .contents {
    padding-top: 46px;
  }
}
#page_environment .inner-section .inner-padding.main .contents .icon-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 25px;
}
#page_environment .inner-section .inner-padding.main .contents .icon-list.other > div {
  width: 18.7%;
}
#page_environment .inner-section .inner-padding.main .contents .icon-list.other > div:not(:nth-child(5n)) {
  margin-right: 1.5%;
}
#page_environment .inner-section .inner-padding.main .contents .icon-list.other > div:nth-child(n+6) {
  margin-top: 1.5%;
}
@media (max-width: 1100px) {
  #page_environment .inner-section .inner-padding.main .contents .icon-list.other > div {
    width: 23.3%;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.other > div:nth-child(4) {
    margin-right: 0;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.other > div:not(:nth-child(4n)) {
    margin-right: 2%;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.other > div:nth-child(n+5) {
    margin-top: 2%;
  }
}
@media (max-width: 940px) {
  #page_environment .inner-section .inner-padding.main .contents .icon-list.other > div {
    width: 28.91%;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.other > div:nth-child(3n) {
    margin-right: 0;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.other > div:not(:nth-child(3)) {
    margin-right: 2%;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.other > div:nth-child(n+4) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 767px) {
  #page_environment .inner-section .inner-padding.main .contents .icon-list.other > div {
    width: 15.8%;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.other > div:nth-child(6n) {
    margin-right: 0;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.other > div:not(:nth-child(6n)) {
    margin-right: 1%;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.other > div:not(:nth-child(n+7)) {
    margin-top: 0;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.other > div:nth-child(n+7) {
    margin-top: 1%;
  }
}
@media (max-width: 500px) {
  #page_environment .inner-section .inner-padding.main .contents .icon-list.other > div {
    width: 19%;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.other > div:nth-child(5n) {
    margin-right: 0;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.other > div:not(:nth-child(5n)) {
    margin-right: 1%;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.other > div:nth-child(n+6) {
    margin-top: 1%;
  }
}
#page_environment .inner-section .inner-padding.main .contents .icon-list.banana {
  margin: 15px 0 30px;
}
@media (max-width: 500px) {
  #page_environment .inner-section .inner-padding.main .contents .icon-list.banana {
    margin: 10px 0 30px;
  }
}
#page_environment .inner-section .inner-padding.main .contents .icon-list.banana > div {
  width: 9.1%;
}
#page_environment .inner-section .inner-padding.main .contents .icon-list.banana > div:not(:nth-child(10n)) {
  margin-right: 1%;
}
#page_environment .inner-section .inner-padding.main .contents .icon-list.banana > div:nth-child(n+11) {
  margin-top: 1%;
}
#page_environment .inner-section .inner-padding.main .contents .icon-list.banana > div img {
  width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  #page_environment .inner-section .inner-padding.main .contents .icon-list.banana > div {
    width: 10.2%;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.banana > div:nth-child(9) {
    margin-right: 0;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.banana > div:not(:nth-child(9n)) {
    margin-right: 1%;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.banana > div:nth-child(n+10) {
    margin-top: 1%;
  }
}
@media (max-width: 940px) {
  #page_environment .inner-section .inner-padding.main .contents .icon-list.banana > div {
    width: 13.4%;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.banana > div:nth-child(7n) {
    margin-right: 0;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.banana > div:not(:nth-child(7n)) {
    margin-right: 1%;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.banana > div:nth-child(n+8) {
    margin-top: 1%;
  }
}
@media screen and (max-width: 767px) {
  #page_environment .inner-section .inner-padding.main .contents .icon-list.banana > div {
    width: 15.8%;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.banana > div:nth-child(6n) {
    margin-right: 0;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.banana > div:not(:nth-child(6n)) {
    margin-right: 1%;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.banana > div:nth-child(n+7) {
    margin-top: 1%;
  }
}
@media (max-width: 500px) {
  #page_environment .inner-section .inner-padding.main .contents .icon-list.banana > div {
    width: 19%;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.banana > div:nth-child(5n) {
    margin-right: 0;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.banana > div:not(:nth-child(5n)) {
    margin-right: 1%;
  }
  #page_environment .inner-section .inner-padding.main .contents .icon-list.banana > div:nth-child(n+6) {
    margin-top: 1%;
  }
}
#page_environment .inner-section .inner-padding.main .contents .item {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
#page_environment .inner-section .inner-padding.main .contents .item.shrink {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #page_environment .inner-section .inner-padding.main .contents .item {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  #page_environment .inner-section .inner-padding.main .contents .item {
    margin-top: 10px;
  }
}
#page_environment .inner-section .inner-padding.main .contents .item .item-text,
#page_environment .inner-section .inner-padding.main .contents .item .item-image {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #page_environment .inner-section .inner-padding.main .contents .item .item-text,
#page_environment .inner-section .inner-padding.main .contents .item .item-image {
    width: 100%;
  }
}
#page_environment .inner-section .inner-padding.main .contents .item .item-text {
  display: flex;
  flex-direction: column;
}
#page_environment .inner-section .inner-padding.main .contents .item .item-text .bold {
  font-size: 1.9rem;
  font-weight: bold;
}
@media (max-width: 500px) {
  #page_environment .inner-section .inner-padding.main .contents .item .item-text .bold {
    font-size: 1.6rem;
  }
}
#page_environment .inner-section .inner-padding.main .contents .item .item-text p:nth-of-type(3) {
  margin-top: 5px;
  font-size: 1.6rem;
  text-align: right;
}
@media (max-width: 500px) {
  #page_environment .inner-section .inner-padding.main .contents .item .item-text p:nth-of-type(3) {
    font-size: 1.3rem;
  }
}
#page_environment .inner-section .inner-padding.main .contents .item .item-text.banana {
  display: block;
}
#page_environment .inner-section .inner-padding.main .contents .item .item-image > div:nth-of-type(2) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #page_environment .inner-section .inner-padding.main .contents .item .item-image > div {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  #page_environment .inner-section .inner-padding.main .contents .item .item-image > div {
    margin-top: 20px;
  }
}
#page_environment .inner-section .inner-padding.main .contents .item .item-image .shrink img {
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 767px) {
  #page_environment .inner-section .inner-padding.main .contents .item .item-image .shrink img {
    width: 65%;
  }
}
#page_environment .inner-section .inner-padding.main .contents .item .item-image .shrink-pri img {
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #page_environment .inner-section .inner-padding.main .contents .item .item-image .shrink-pri img {
    width: 40%;
  }
}
#page_environment .inner-section .inner-padding.main .contents .item .item-image .shrink-vage img {
  margin: 0 auto;
  width: 60%;
}
@media screen and (max-width: 767px) {
  #page_environment .inner-section .inner-padding.main .contents .item .item-image .shrink-vage img {
    width: 45%;
  }
}
#page_environment .inner-section .other-logo {
  margin-top: 60px;
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  #page_environment .inner-section .other-logo {
    margin-left: 5%;
  }
}
#page_environment .inner-section .other-logo img {
  width: 25%;
  min-width: 300px;
}
#page_environment .inner-section .link {
  text-align: center;
  margin: 0 0 100px;
}
#page_environment .inner-section .link a {
  display: inline-block;
  padding: 0 0 12px;
  font-size: 3.5rem;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF   Medium", "Yu Gothic Medium", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.5rem;
  position: relative;
}
#page_environment .inner-section .link a::after {
  content: "";
  width: 95%;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 500px) {
  #page_environment .inner-section .link a {
    padding: 0 0 8px;
    font-size: 2.4rem;
    letter-spacing: 0.3rem;
  }
}

#page_cool_biz .banner {
  background-image: url(/images/cool-biz/banner.jpg);
}
#page_cool_biz .inner-main-header:after {
  background-image: url(/images/cool-biz/title_bg.png);
}
#page_cool_biz .inner-section {
  padding-bottom: 80px;
}
#page_cool_biz .inner-section .inner-padding {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
#page_cool_biz .inner-section h3 {
  display: flex;
  justify-content: center;
}
#page_cool_biz .inner-section h3 span {
  text-align: right;
}
#page_cool_biz .inner-section p {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #394b56;
  margin: 0;
  text-align: center;
}
#page_cool_biz .inner-section p + p {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  #page_cool_biz .inner-section p {
    font-size: 1.8rem;
  }
}
#page_cool_biz .inner-section .decoration {
  margin-bottom: 40px;
  margin-top: 60px;
  margin-left: 80px;
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  #page_cool_biz .inner-section .decoration {
    margin-top: 40px;
    margin-left: 5%;
    margin-right: 5%;
  }
}
#page_cool_biz .inner-section .decoration img {
  margin-left: auto;
  margin-right: auto;
}

#page_faq .inner-main-header:after {
  background-image: url(/images/faq/title_bg.png);
}
#page_faq .inner-section .inner-padding {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 140px;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  #page_faq .inner-section .inner-padding {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
#page_faq .inner-section .inner-padding .group > h4 {
  position: relative;
  margin: 0;
  background-color: #f4f4f4;
  min-height: 140px;
  display: flex;
  align-items: center;
  padding: 16px 0 16px 90px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.6rem;
  font-style: italic;
  font-weight: bold;
}
#page_faq .inner-section .inner-padding .group > h4:before {
  content: "Q";
  line-height: 1;
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 109px;
  display: block;
  width: 90px;
  text-align: center;
  color: #394b56;
  position: absolute;
  left: 0;
  top: 0;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  #page_faq .inner-section .inner-padding .group > h4 {
    font-size: 2rem;
  }
}
#page_faq .inner-section .inner-padding .group > div {
  position: relative;
  margin: 0;
  padding: 16px 0 16px 90px;
  min-height: 140px;
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
#page_faq .inner-section .inner-padding .group > div:before {
  content: "A";
  line-height: 1;
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 109px;
  display: block;
  width: 90px;
  text-align: center;
  color: #394b56;
  position: absolute;
  left: 0;
  top: 0;
}
#page_faq .inner-section .inner-padding .group > div p {
  margin: 0;
}

#page_contact .banner {
  background-image: url(/images/contact/banner.jpg);
}
#page_contact .inner-main-header:after {
  background-image: url(/images/contact/title_bg.png);
}
#page_contact .inner-section {
  min-height: 500px;
}
@media screen and (max-width: 767px) {
  #page_contact .inner-section {
    min-height: 300px;
  }
}
#page_contact .inner-section .inner-padding {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
#page_contact .inner-section .inner-header {
  min-height: 120px;
  justify-content: flex-end;
}
#page_contact .inner-section .inner-header h3 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #page_contact .inner-section .inner-header h3 {
    font-size: 1.7rem;
  }
}
#page_contact .inner-section h3 {
  display: flex;
  justify-content: center;
}
#page_contact .inner-section h3 span {
  text-align: right;
}
#page_contact .inner-section p {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  color: #394b56;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_contact .inner-section p {
    font-size: 1.3rem;
  }
}
#page_contact .inner-section .tel {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.9rem;
}
#page_contact .inner-section .tel a {
  font-family: Georgia, "Times New Roman", Times, serif;
}
@media screen and (max-width: 767px) {
  #page_contact .inner-section .tel {
    font-size: 2.6rem;
  }
}
#page_contact .inner-section .email {
  text-align: center;
  font-size: 1.5rem;
}
#page_contact .inner-section .email:before {
  content: "webinfo@wakakusa.ne.jp";
}

.page-privacy .inner-main .inner-section {
  padding-bottom: 8%;
}
.page-privacy .inner-main .inner-padding {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  font-family: "M PLUS 1p", sans-serif;
}
.page-privacy .inner-main .inner-padding p {
  font-size: 1.6rem;
  margin-top: 0.5em;
}
.page-privacy .inner-main .inner-padding .date {
  text-align: right;
  font-size: 1.4rem;
}
.page-privacy .inner-main .inner-padding .from {
  text-align: right;
}
.page-privacy .inner-main .inner-padding ol, .page-privacy .inner-main .inner-padding ul {
  margin: 0;
  padding: 0;
}
.page-privacy .inner-main .inner-padding ol > li {
  margin-top: 10px;
  font-size: 2.6rem;
}
.page-privacy .inner-main .inner-padding ul > li {
  margin-top: 5px;
  font-size: 1.6rem;
}
.page-privacy .inner-main .inner-padding .group h4 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.6rem;
  font-style: italic;
  border-top: 1px solid #394b56;
  border-bottom: 1px solid #394b56;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 0.8rem;
}

#page_privacy_policy .inner-padding ol > li {
  margin-top: 5px;
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em;
}

#page_privacy_notice .inner-padding ul > li {
  margin-left: 2em;
  list-style: circle;
}

.page-recruit .inner-main-header:after {
  background-image: url(/images/recruit/title_bg.png);
}
.page-recruit .inner-main .inner-padding {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

#page_recruit .inner-header {
  display: block;
  padding-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_recruit .inner-header {
    padding-top: 70px;
  }
}
#page_recruit .inner-header .image-wrapper {
  text-align: left;
}
#page_recruit #recruit_header {
  text-align: center;
  color: #394b56;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.6rem;
  font-style: italic;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #page_recruit #recruit_header {
    font-size: 1.8rem;
  }
}
#page_recruit #recruit_content {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #page_recruit #recruit_content {
    margin-top: 50px;
  }
}
#page_recruit #recruit_content > h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 4.1rem;
  font-style: italic;
  border-top: 1px solid #394b56;
  border-bottom: 1px solid #394b56;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 0.8rem;
}
#page_recruit #recruit_content > h3 span {
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: bold;
  color: #aaaaaa;
  margin-left: 1em;
  display: inline-block;
}
#page_recruit #recruit_content #job_list {
  margin-bottom: 20px;
}
#page_recruit #recruit_content #job_list a {
  color: #1aad8a;
  font-size: 2.4rem;
  font-family: "M PLUS 1p", sans-serif;
  padding: 0.7em;
  margin: 5px 10px 5px 0;
  display: inline-block;
  background: #e8f7f3;
}
#page_recruit #recruit_content #job_list a.active span {
  opacity: 0.6;
}
#page_recruit #recruit_content #job_description {
  padding-bottom: 120px;
}
#page_recruit #recruit_content #job_description > p.preset {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
#page_recruit #recruit_content #job_description > h4.preset {
  font-size: 2.6rem;
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 0;
}
#page_recruit #recruit_content #job_description > h4.preset:first-child {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #page_recruit #recruit_content #job_description {
    padding-bottom: 60px;
  }
}
#page_recruit #my_navi_link {
  padding-bottom: 5.2rem;
}
#page_recruit #my_navi_link:before {
  content: "";
  display: block;
  border-top: 1px solid #394b56;
}
#page_recruit #my_navi_link > p {
  text-align: center;
  color: #394b56;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.6rem;
  font-style: italic;
  line-height: 2;
  padding-top: 5.2rem;
  padding-bottom: 2.6rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #page_recruit #my_navi_link > p {
    font-size: 1.8rem;
  }
}
#page_recruit #my_navi_link .links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page_recruit #my_navi_link .links a {
  max-width: 640px;
  width: 100%;
  margin-bottom: 2.6rem;
  height: 100px;
  border: 4px solid #00abeb;
  border-radius: 4px;
  border-bottom-width: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}