@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,700,1,0";
@font-face {
  font-style: normal;
  font-weight: medium;
  src: url(/assets/fonts/NotoSansJP-Medium.otf) format("otf");
  font-family: Noto Sans JP;
}
@font-face {
  font-style: normal;
  font-weight: 200;
  src: url(/assets/fonts/Roboto-Thin.ttf) format("truetype"),
    url(/assets/fonts/Roboto-Thin.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Roboto-Thin.woff) format("woff");
  font-family: Roboto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
blockquote:before {
  content: none;
}
blockquote:after {
  content: none;
}
q:before {
  content: none;
}
q:after {
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
input,
select {
  vertical-align: middle;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
@-webkit-keyframes scnavi_effect {
  0% {
    top: 0;
    opacity: 0;
  }
  15% {
    top: 0;
    opacity: 1;
  }
  to {
    top: 100%;
  }
}
.l-container--full {
  width: 100%;
}
#footer {
  z-index: 999;
  position: relative;
  width: 100%;
  opacity: 0;
  transition: ease 1.5s opacity;
}
#footer.is-show {
  opacity: 1;
}
#footer:before {
  -webkit-backdrop-filter: blur(5px);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.7);
  content: "";
}
.c-footer__menu,
.c-footer__menu__list {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-footer__menu {
  margin-bottom: 60px;
}
.c-footer__menu__top {
  width: 300px;
}
.c-footer__menu__top img {
  width: 100%;
}
.c-footer__menu__top_en {
  width: 350px;
}
.c-footer__menu__top_en img {
  width: 100%;
}
.p-footer__menu__link {
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.p-footer__menu__link__icon {
  margin-right: 15px;
}
.p-footer__menu__link__icon img {
  height: 50px;
}
.p-footer__menu__link__text {
  color: #111;
  font-size: 14px;
  line-height: 1.3;
}
.c-footer__banner {
  font-size: 0;
  list-style: none;
}
.c-footer__banner__list {
  display: flex;
  row-gap: 1rem;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  margin-bottom: 45px;
}
.c-footer__banner__item {
  width: 18.1%;
}
.c-footer__banner__item a img {
  width: 100%;
}
.c-footer__contact__list {
  display: -ms-flex;
  display: flex;
  font-size: 0;
  list-style: none;
}
.c-footer__contact__list .c-button__container .c-button__footer {
  display: block;
  width: 100%;
  min-width: auto !important;
  padding: 21px 40px 21px 30px;
}
.c-footer__nav {
  margin: 70px 0;
}
.c-footer__nav__list {
  display: flex;
  justify-content: space-between;
}
.c-footer__nav__list___item {
  width: 19.5%;
}
.c-footer__nav__list___item__head {
  color: #000;
  font-weight: 400;
  font-size: 18px;
}
.c-footer__nav__list___item__inner {
  margin-top: 30px;
}
.c-footer__nav__list___item__link + .c-footer__nav__list___item__link {
  margin-top: 15px;
}
.c-footer__nav__list___item__link a {
  color: #000;
  font-size: 13px;
}
.c-footer__nav__list___item__link a:hover {
  opacity: 0.9;
}
.c-footer__contact__list .c-footer__contact__list--mail a {
  position: relative;
  background: #505050;
}
.c-footer__contact__list .c-footer__contact__list--mail a:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  opacity: 0;
  transition: opacity ease 0.5s;
}
.c-footer__contact__list .c-footer__contact__list--mail a.is-hover {
  -webkit-animation: blinkGray 1s forwards;
  animation: blinkGray 1s forwards;
}
.c-footer__contact__list .c-footer__contact__list--mail a.is-hover:after {
  opacity: 0;
}
.c-footer__contact__list .c-footer__contact__list--mail a.is-hover:before {
  -webkit-transform: rotate(45deg);
  right: 17px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  opacity: 1;
}
.c-footer__info {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}
.c-footer__corporate {
  width: 268px;
}
.c-footer__corporate p,
.c-footer__corporate a {
  color: #000;
  font-size: 10px;
  line-height: 2.5em;
  letter-spacing: 0.1em;
}
.c-footer__copyright {
  -webkit-transform: translate(0, -7px);
  transform: translateY(-7px);
}
.c-footer__copyright address {
  font-style: normal;
  font-size: 9px;
  line-height: 1.8;
  font-family: Roboto, Noto Sans JP,
    \7e5d\5075\39b\7e67\ff6e\7e5d\624b\ff67\5075\3056 Pro W3,
    Hiragino Kaku Gothic Pro, sans-serif;
  letter-spacing: 0.1em;
}
.c-top_foot_address {
  margin-bottom: 30px;
  color: #000;
  font-size: 13px;
  text-align: center;
}
.c-top_foot_address p + p {
  margin-top: 5px;
}
.c-top_foot_address a {
  color: #000;
}
#header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: ease 1.5s opacity;
}
#header:before {
  -webkit-backdrop-filter: blur(5px);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.7);
  content: "";
}
#header.is-show {
  opacity: 1;
}
.c-header__head {
  display: flex;
  z-index: 20;
  position: relative;
  align-items: center;
}
.c-header__head.english {
  min-height: 52px;
}
.c-header__logo,
.c-header__logo_en {
  padding: 0 0 0 20px;
}
.c-header__logo img {
  width: 251px;
  height: auto;
}
.c-header__logo_en img {
  width: 360px;
  height: auto;
}
.c-header__logo a,
.c-header__logo_en a {
  transition: 0.25s ease opacity;
}
#nav {
  width: calc(100% - 137px);
}
#nav-toggle {
  display: none;
  background-color: #cdcdcd;
  transition: background 0.25s ease-out;
}
#nav-toggle[data-module-option="open"] {
  background: #fff;
  transition: all 0.25s ease-out;
}
#nav-toggle[data-module-option="open"] .c-toggle__line {
  background: #000;
}
#nav-toggle[data-module-option="open"] .c-toggle__line:nth-of-type(1) {
  top: 50%;
  transition: top 0.25s ease-out;
}
#nav-toggle[data-module-option="open"]
  .c-toggle__line:nth-of-type(1).js-toggle-line {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.25s ease-out;
}
#nav-toggle[data-module-option="open"] .c-toggle__line:nth-of-type(2) {
  top: 50%;
}
#nav-toggle[data-module-option="open"]
  .c-toggle__line:nth-of-type(2).js-toggle-line {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.25s ease-out;
}
.c-toggle__line:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%);
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: top 0.25s ease-out;
}
.c-toggle__line:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%);
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: top 0.25s ease-out;
}
.nav-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: #000;
  opacity: 0.8;
}
[data-module="scrollAnim"] {
  opacity: 0;
  transition: ease 1s opacity, ease 1s transform;
}
[data-module="scrollAnim"].is-animated,
[data-module="scrollAnim"].is-animated .c-scrollanim__child--1,
[data-module="scrollAnim"].is-animated .c-scrollanim__child--2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
[data-module="scrollAnim"] .c-scrollanim__child--1 {
  opacity: 0;
  transition: ease 1s opacity, ease 1s transform;
  transition-delay: 0.5s;
}
[data-module="scrollAnim"] .c-scrollanim__child--2 {
  opacity: 0;
  transition: ease 1s opacity, ease 1s transform;
  transition-delay: 1s;
}
.c-box__text {
  margin-top: 50px;
  padding: 0 1.25%;
}
.access__link {
  display: inline-block;
}
.access__map {
  width: 90%;
  height: 50vw;
  max-height: 600px;
}
.access__text__wrap {
  margin-top: 2rem;
}
.access__map__text + .access__map__text {
  margin-top: 1rem;
}
.access__map__link {
  color: #000;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.access__map__link:hover {
  opacity: 0.6;
}
.c-box__media {
  margin-top: 50px;
  font-size: 0;
}
.c-button__container {
  display: block;
  margin: 70px auto auto;
  text-align: center;
}
[class*="c-button"] :not(.c-button__container) {
  display: inline-block;
  position: relative;
  min-width: 265px;
  padding: 21px 60px 21px 30px;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: left;
}
[class*="c-button"] :not(.c-button__container):hover {
  opacity: 0.7;
}
.p-off__button.c-button,
.p-off__button.c-button:hover {
  padding: 21px 30px;
  background: #bbb;
  opacity: 1;
}
.p-off__button.c-button:after {
  display: none;
}
[class*="c-button"] :not(.c-button__container)[class*="c-button--gray"] {
  background: #555;
}
[class*="c-button"]
  :not(.c-button__container)[class*="c-button--gray"].is-hover {
  -webkit-animation: blink 1s forwards;
  animation: blink 1s forwards;
}
[class*="c-button"] :not(.c-button__container):after {
  -webkit-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url(/assets/images/common/ico_arrow_wh.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
[class*="c-button"] :not(.c-button__container).c-button__single {
  display: inline-block;
}
[class*="c-button"] :not(.c-button__container).c-button--pdf {
  position: relative;
}
[class*="c-button"] :not(.c-button__container).c-button--pdf:after {
  display: block;
  width: 14px;
  height: 20px;
  border-radius: 0;
  background-image: url(/assets/images/common/icon_pdf_wh.png);
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat;
  background-color: transparent;
  content: "";
}
[class*="c-button"] :not(.c-button__container).c-button--blank {
  position: relative;
}
[class*="c-button"] :not(.c-button__container).c-button--blank:after {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 0;
  background-image: url(/assets/images/common/ico_blank_wh.png);
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat;
  background-color: transparent;
  content: "";
}
.c-button__list li {
  margin: 0;
}
[class*="c-button"].is-hover,
[class*="c-button"].c-button--pdf.is-hover {
  -webkit-animation: blink 1s forwards;
  animation: blink 1s forwards;
}
@-webkit-keyframes hidePoint {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}
@keyframes hidePoint {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  10% {
    opacity: 0.5;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes blink {
  10% {
    opacity: 0.5;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes blinkGray {
  0% {
    background-color: #505050;
  }
  10% {
    background-color: #6e6e6e;
  }
  to {
    background-color: #505050;
  }
}
@keyframes blinkGray {
  0% {
    background-color: #505050;
  }
  10% {
    background-color: #6e6e6e;
  }
  to {
    background-color: #505050;
  }
}
.c-division__wrap {
  display: block;
  margin: auto;
}
.c-division--3 .c-division__ttl {
  font-weight: 400;
}
.c-division--3 .c-division__ttl p {
  letter-spacing: 0.1em;
}
.c-division--3 .c-division__list__item .c-division__list__item__link {
  display: inline-block;
  color: #000;
  letter-spacing: 0.1em;
}
.c-division--3 .c-division__list__item .c-division__list__item__link.is-pdf {
  background-image: url(/assets/images/common/ico_pdf_bl.png);
  background-position: right center;
  background-size: 14px;
  background-repeat: no-repeat;
}
.c-division--3 .c-division__list__item .c-division__list__item__link.is-hover {
  opacity: 0.7;
}
.c-flagment {
  display: block;
  margin: 25px 2.5% 0;
  font-size: 0;
}
.c-flagment__label {
  display: inline-block;
}
[class*="c-flagment__label__item"] {
  display: inline-block;
  padding: 3px 2px 3px 4px;
  background: #000;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.3em;
}
.c-flagment__label__item--gray {
  background: #eeefef;
  color: #000;
}
.c-flagment__time {
  display: inline-block;
  color: #b5b5b6;
  letter-spacing: 0.2em;
  text-align: right;
}
.c-form .c-form__text {
  display: inline-block;
}
.c-form .c-form__text:focus {
  outline: none;
}
.c-form .c-form__text::-webkit-input-placeholder {
  color: #999;
}
.c-form .c-form__text::-ms-input-placeholder {
  color: #999;
}
.c-form .c-form__text::-moz-placeholder {
  color: #999;
}
.c-form .c-form__text:-ms-input-placeholder {
  color: #999;
}
.c-form .c-form__text::placeholder {
  color: #999;
}
.c-form .c-form__image {
  display: inline-block;
  background: #000;
}
.c-form .c-form__image:focus {
  outline: none;
}
.c-grid__container {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 0;
}
.c-grid__item {
  display: inline-block;
  vertical-align: top;
}
.c-grid__item--01 {
  width: 100%;
}
.c-grid__item--02 {
  width: 50%;
}
.c-grid__item--03 {
  width: 33.33333%;
}
.c-hamburger__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  opacity: 0.7;
}
.c-hamburger__links {
  z-index: 3;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.c-hamburger__links .c-hamburger__links__item {
  width: 100%;
}
.c-hamburger__links .c-hamburger__links__item a {
  display: block;
  color: #000;
  line-height: 1.8;
}
.c-hamburger__links__button {
  position: relative;
}
.c-hamburger__links__button:before {
  -webkit-transform: translate(0, -50%);
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(/assets/images/common/ico_arrow.png) no-repeat;
  background-size: auto 100%;
  content: "";
}
.c-hamburger__inquiry {
  display: block;
  z-index: 100;
  position: absolute;
  right: 0;
  width: 100vw;
  background: #000;
}
.c-hamburger__inquiry .c-hamburger__links__button {
  box-sizing: border-box;
  display: block;
  color: #fff;
  line-height: 1.8;
}
.c-hamburger__inquiry .c-hamburger__links__button:before {
  -webkit-transform: translate(0, -50%);
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  right: 1.33333vw;
  transform: translateY(-50%);
  background: url(/assets/images/common/ico_arrow_wh.png) no-repeat;
  background-size: auto 100%;
  content: "";
}
.c-module-blur {
  -webkit-filter: blur(10px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  filter: blur(10px);
}
@keyframes scnavi_effect {
  0% {
    top: 0;
    opacity: 0;
  }
  15% {
    top: 0;
    opacity: 1;
  }
  to {
    top: 100%;
  }
}
canvas {
  opacity: 0;
  transition: ease 1.5s opacity;
}
canvas.is-show {
  opacity: 1;
}
.c-hdg--lv1 {
  font-weight: 400;
  font-size: 42px;
  line-height: 2em;
  letter-spacing: 0.1em;
}
.c-hdg__container--lv2 {
  position: relative;
}
.c-hdg__container--lv2 .c-hdg--lv2 {
  background-image: url(/assets/images/common/grade_h2.png);
  background-size: contain;
  background-repeat: repeat-x;
}
.c-hdg__container--lv2 .c-hdg--lv2__sub {
  position: absolute;
  line-height: 1.8;
  font-family: Roboto, Noto Sans JP,
    \7e5d\5075\39b\7e67\ff6e\7e5d\624b\ff67\5075\3056 Pro W3,
    Hiragino Kaku Gothic Pro, sans-serif;
}
.c-hdg--lv3 {
  border-bottom: 1px solid #000;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.c-hdg--lv4 {
  font-weight: 400;
  letter-spacing: 0.2em;
}
.c-hdg--lv4--min {
  font-size: 13px;
  line-height: 2em;
  letter-spacing: 0.1em;
}
.c-media {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto 0;
  font-size: 0;
}
[class*="c-media"] img {
  width: 100%;
}
[class*="c-media"] figcaption {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-media--half {
  display: inline-block;
  width: 49%;
  margin: 0 0 20px;
}
.is-hover[data-mouse-role="txt"] {
  -webkit-animation: blinkTxt 1s forwards;
  animation: blinkTxt 1s forwards;
}
.is-hover[data-mouse-role="btn"] {
  -webkit-animation: blinkBtn 1s forwards;
  animation: blinkBtn 1s forwards;
}
.is-hover[data-mouse-role="panel"] {
  -webkit-animation: hoverPanel 1s forwards;
  animation: hoverPanel 1s forwards;
  opacity: 0.7;
  transition: ease 1s opacity;
}
.is-hover[data-mouse-role="panel"] a {
  -webkit-animation: hoverPanelLogo 1s forwards;
  animation: hoverPanelLogo 1s forwards;
}
.is-hover.mCSB_draggerContainer .mCSB_dragger_bar {
  -webkit-animation: hoverDragger 1s forwards;
  animation: hoverDragger 1s forwards;
}
@-webkit-keyframes mouseScaleCircle {
  10% {
    -webkit-transform: scale(2, 2);
    transform: scale(2);
  }
  30% {
    -webkit-transform: scale(3, 3);
    transform: scale(3);
  }
  to {
    -webkit-transform: scale(2, 2);
    transform: scale(2);
  }
}
@keyframes mouseScaleCircle {
  10% {
    -webkit-transform: scale(2, 2);
    transform: scale(2);
  }
  30% {
    -webkit-transform: scale(3, 3);
    transform: scale(3);
  }
  to {
    -webkit-transform: scale(2, 2);
    transform: scale(2);
  }
}
@-webkit-keyframes mouseScaleCircleOut {
  0% {
    -webkit-transform: scale(2, 2);
    transform: scale(2);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
  }
}
@keyframes mouseScaleCircleOut {
  0% {
    -webkit-transform: scale(2, 2);
    transform: scale(2);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
  }
}
@-webkit-keyframes hoverPanel {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes hoverPanel {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes hoverPanelLogo {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2);
  }
}
@keyframes hoverPanelLogo {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes hoverDragger {
  0% {
    background-image: url(/assets/images/index/icon_chronograph_dragger.png);
    background-position: center;
    background-size: 46px;
    background-repeat: no-repeat;
    opacity: 0.75;
  }
  to {
    background-image: url(/assets/images/index/icon_chronograph_dragger.png);
    background-position: center;
    background-size: 46px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
}
@keyframes hoverDragger {
  0% {
    background-image: url(/assets/images/index/icon_chronograph_dragger.png);
    background-position: center;
    background-size: 46px;
    background-repeat: no-repeat;
    opacity: 0.75;
  }
  to {
    background-image: url(/assets/images/index/icon_chronograph_dragger.png);
    background-position: center;
    background-size: 46px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
}
@-webkit-keyframes blinkBtn {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes blinkBtn {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes blinkTxt {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes blinkTxt {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 0.7;
  }
}
.c-news {
  display: block;
  position: relative;
  width: 100%;
  font-size: 13px;
}
.c-news a {
  display: block;
  color: #231815;
}
.c-news img {
  width: 100%;
  vertical-align: bottom;
}
.c-news .c-news__image {
  position: relative;
}
.c-news .c-news__category {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.c-news .c-news__category span {
  display: inline-block;
  padding: 4px 20px;
  background: #fff;
}
.c-news.is-hover {
  -webkit-animation: newsHover 1s forwards;
  animation: newsHover 1s forwards;
}
.c-news__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-news__tag {
  width: 50%;
  color: #fff;
}
.c-news__tag span {
  display: inline-block;
  padding: 6px 20px;
  background: #000;
  line-height: 1;
}
.c-news__date {
  width: 50%;
  padding: 6px 5%;
  color: #989493;
  font-size: 11px;
  text-align: right;
}
.c-news__title {
  width: 90%;
  margin: 16px auto 50px;
  font-size: 13px;
  line-height: 1.8em;
}
@-webkit-keyframes newsHover {
  10% {
    opacity: 0.5;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes newsHover {
  10% {
    opacity: 0.5;
  }
  to {
    opacity: 0.7;
  }
}
.c-section--full {
  width: 100%;
}
.c-section--content {
  width: 75%;
  margin: auto;
}
.c-table__sinmple {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 50px 0 0;
  font-size: 14px;
}
.c-table__sinmple .c-table__sinmple__cell {
  display: flex;
  align-items: center;
  min-width: 5em;
  padding: 12px 1.25vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.c-table__sinmple .c-table__sinmple__cell + .c-table__sinmple__cell {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.u-none {
  display: none;
}
.u-inlineblock {
  display: inline-block;
}
.u-block {
  display: block;
}
.u-flex--start {
  display: flex;
  justify-content: flex-start;
}
.u-flex--center {
  display: flex;
  justify-content: center;
}
.u-flex--end {
  display: flex;
  justify-content: flex-end;
}
.u-flex--between {
  display: flex;
  justify-content: space-between;
}
.u-flex--arownd {
  display: flex;
  justify-content: space-around;
}
.u-flex--vcenter {
  display: flex;
  align-items: center;
}
.u-flex--vstart {
  display: flex;
  align-items: flex-start;
}
.u-flex--vend {
  display: flex;
  align-items: flex-end;
}
.c-headNav__jpen__sp {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .c-button__container:nth-child(4) .c-button--gray {
    background: #000;
  }
}
@media screen and (min-width: 768px) {
  .c-footer__inner {
    max-width: 75%;
    margin: 130px auto 0;
    padding: 80px 0;
  }
  .c-footer__banner {
    width: 100%;
    margin: 0 auto;
  }
  .c-footer__contact__list {
    width: 100%;
  }
  .c-footer__corporate {
    width: 33.33%;
    padding-left: 1.25vw;
  }
  .c-footer__corporate span[data-inquiry-roll="tel"] {
    position: relative;
  }
  .c-footer__corporate span[data-inquiry-roll="tel"]:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
  }
  .c-footer__copyright {
    width: 100%;
    margin-bottom: -5px;
    text-align: center;
  }
  [data-module="scrollAnim"],
  [data-module="scrollAnim"] .c-scrollanim__child--1,
  [data-module="scrollAnim"] .c-scrollanim__child--2 {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  .c-text__lead {
    font-size: 14px;
    line-height: 2.75em;
    letter-spacing: 0.2em;
  }
  .c-text__lead + .c-text__lead {
    margin: 30px 0 0;
  }
  .c-grid__container + .c-button__container {
    margin-top: 20px;
  }
  .c-division__wrap {
    width: 75%;
  }
  .c-division--3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 90px auto 0;
  }
  .c-division--3 .c-division__item {
    width: 33.33%;
    padding: 0 1vw;
  }
  .c-division--3 .c-division__item:nth-of-type(n + 4) {
    margin-top: 90px;
  }
  .c-division--3 .c-division__ttl {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 0.25vw 20px;
    border-bottom: 1px solid #000;
  }
  .c-division--3 .c-division__ttl p {
    font-size: 20px;
    line-height: 2.1385;
  }
  .c-division--3 .c-division__list {
    padding: 0 0.25vw;
  }
  .c-division--3 .c-division__list__item .c-division__list__item__link {
    padding-right: 30px;
    font-size: 14px;
    line-height: 1.8;
  }
  .c-division--3 .c-division__list__item:not(:first-of-type) {
    margin-top: 20px;
  }
  .c-flagment__label {
    width: auto;
  }
  .c-flagment__time {
    width: auto;
    padding: 0 13.75% 0 2vw;
    font-size: 16px;
  }
  .c-form__container {
    margin: 80px auto 0;
  }
  .p-news__search__container + .c-form__container {
    margin: 80px 13.75% 0;
  }
  .c-form__container .c-form {
    width: 100%;
    max-width: 600px;
    margin: 50px 0 0;
    padding: 0;
  }
  .c-form {
    display: flex;
    width: 33.33%;
    margin: auto;
  }
  .c-form .c-form__text {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 0;
    background: #eeefef;
    font-size: 15px;
    line-height: 60px;
  }
  .c-form .c-form__image {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    padding: 19px;
  }
  .c-grid__container {
    margin: 90px auto 0;
  }
  .c-hamburger__container {
    display: none;
  }
  .c-hdg__container--lv1 {
    width: 100%;
    margin-top: 180px;
    margin-bottom: 180px;
    padding-right: 13.75%;
    padding-left: 2.5%;
  }
  .c-hdg__container--lv1.c-hdg__container--lv1--post {
    margin-bottom: 20px;
  }
  .c-hdg__container--lv1.c-hdg__container--lv1--post .c-hdg--lv1 {
    font-size: 40px;
  }
  .c-hdg__container--lv2 .c-hdg--lv2 {
    box-sizing: border-box;
    z-index: 3;
    width: 50%;
    margin: 150px 0 -150px;
    padding: 25px 0 150px 2.5vw;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.8;
    letter-spacing: 0.2em;
  }
  .c-hdg__container--lv2 .c-hdg--lv2.r-right--side {
    margin-right: -30px;
    margin-left: 50%;
  }
  .c-hdg__container--lv2 .c-hdg--lv2.r-right--side + .c-hdg--lv2__sub {
    left: 2.5%;
  }
  .c-hdg__container--lv2 .c-hdg--lv2__sub {
    top: 43px;
    left: 51.25%;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .c-hdg__container--lv3 {
    margin: 122px 0 0;
  }
  .c-hdg--lv3 {
    padding: 0 0 30px 2.5vw;
    font-size: 26px;
  }
  .c-hdg__container--lv4 {
    width: 75%;
    margin: 100px auto 0;
  }
  .c-hdg--lv4 {
    padding: 0 0 0 1.25vw;
    font-size: 26px;
  }
  .c-table__sinmple.cell__pc--1 .c-table__sinmple__cell {
    width: 100%;
    border-left: 0;
  }
  .c-table__sinmple.cell__pc--2 .c-table__sinmple__cell {
    width: 50%;
  }
  .c-table__sinmple.cell__pc--2 .c-table__sinmple__cell:nth-child(2n + 1) {
    border-left: 0;
  }
  .c-table__sinmple.cell__pc--3 .c-table__sinmple__cell:nth-child(-n + 3) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .c-table__sinmple.cell__pc--3 .c-table__sinmple__cell {
    width: 33.33%;
  }
  .c-table__sinmple.cell__pc--3 .c-table__sinmple__cell:nth-child(3n + 1) {
    border-left: 0;
  }
  .u-none--pc {
    display: none;
  }
  .u-inlineblock--pc {
    display: inline-block;
  }
  .u-block--pc {
    display: block;
  }
}
@media screen and (min-width: 1301px) {
  .c-button__list li {
    display: inline-block;
    width: 25%;
  }
}
@media screen and (max-width: 1400px) {
  .c-footer__menu__top {
    width: 250px;
  }
  .c-footer__menu__top_en {
    width: 350px;
  }
  .p-footer__menu__link {
    margin-left: 10px;
  }
  .p-footer__menu__link__icon {
    margin-right: 10px;
  }
  .p-footer__menu__link__icon img {
    height: 35px;
  }
  .p-footer__menu__link__text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1300px) {
  .c-button__footer {
    font-size: 13px !important;
  }
  .c-button__list li {
    display: inline-block;
    width: 50%;
  }
}
@media screen and (max-width: 1300px) {
  .c-footer__contact__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1100px) {
  .c-footer__menu__top {
    width: 220px;
  }
  .c-footer__menu__top_en {
    width: 350px;
  }
  .p-footer__menu__link {
    margin-left: 8px;
  }
}
@media screen and (max-width: 1050px) {
  .c-footer__banner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1049px) {
  .c-footer__menu {
    display: block;
  }
  .c-footer__menu__top {
    width: 300px;
    margin: 0 auto 30px;
  }
  .c-footer__menu__top_en {
    width: 350px;
    margin: 0 auto 30px;
  }
  #header {
    height: 59px;
  }
  .is-hamactive #header:before {
    height: 100vh;
  }
  .c-header__head {
    display: block;
    padding: 0;
  }
  .c-header__logo,
  .c-header__logo_en {
    z-index: 2;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 18px 0 25px 20px;
  }
  #nav {
    display: none;
    width: auto;
  }
  #nav-toggle {
    display: block;
    z-index: 2;
    position: absolute;
    top: 12px;
    right: 3.2%;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    outline: none;
  }
  .c-toggle__inner {
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 20px;
    transform: translate(-50%, -50%);
  }
  .c-toggle__line {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
  }
  .c-hamburger__links {
    top: 130px;
    width: 75%;
  }
  .c-hamburger__links .c-hamburger__links__item a {
    padding: 15px 0;
    font-size: 14px;
  }
  .c-hamburger__links .c-hamburger__links__item:not(:first-of-type) {
    margin-top: 35px;
  }
  .c-hamburger__links__button:before {
    width: 15px;
    height: 15px;
  }
  .c-hamburger__inquiry {
    top: 600px;
  }
  .c-hamburger__inquiry .c-hamburger__links__button {
    padding: 20px 12.5%;
    font-size: 14px;
  }
  .c-hamburger__inquiry .c-hamburger__links__button:before {
    right: 13.93333vw;
    width: 15px;
    height: 15px;
  }
  .u-none--tablet {
    display: none;
  }
  .u-block--tablet {
    display: block;
  }
  .c-headNav__button_wrapper {
    display: flex;
    position: absolute;
    top: 12px;
    right: 0;
    width: 100px;
    padding-right: 20px;
  }
  .c-headNav__jpen__sp {
    display: block;
    z-index: 2;
    position: left;
    right: 30%;
    width: 40px;
    height: 40px;
  }
  .c-headerNav__jpen__sp__button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 40px;
  }
  .c-headerNav__jpen__sp__button div {
    width: 100%;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .c-headerNav__jpen__sp__button__en {
    background-color: #999;
  }
  .c-headerNav__jpen__sp__button__en--active {
    background-color: #000;
  }
  .c-headerNav__jpen__sp__button__jp {
    background-color: #999;
  }
  .c-headerNav__jpen__sp__button__jp--active {
    background-color: #000;
  }
  #nav-toggle {
    -webkit-transform: translate(0, 0);
    position: relative;
    top: 0;
    transform: translate(0);
    border-radius: 0;
  }
}
@media screen and (max-width: 1000px) {
  .c-footer__banner__item {
    width: 31%;
    margin: 1.1% !important;
  }
  .c-footer__nav__list {
    display: block;
  }
  .c-footer__nav__list___item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #6f6f6f;
  }
  .c-footer__nav__list___item:first-child {
    border-top: 1px solid #6f6f6f;
  }
  .c-footer__nav__list___item__inner {
    width: 50%;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__banner__list {
    justify-content: space-between;
  }
  .c-footer__banner__item {
    width: 47.5%;
    text-align: center;
  }
  .c-button__list li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__inner {
    width: 90%;
    margin: 70px auto 0;
    padding: 50px 0 26px;
  }
  .c-footer__menu__list {
    display: block;
    max-width: 330px;
    margin: 0 auto;
  }
  .p-footer__menu__link__icon {
    min-width: 60px;
    margin-right: 10px;
    text-align: center;
  }
  .p-footer__menu__link__icon img {
    height: 30px;
  }
  .p-footer__menu__link {
    margin-top: 20px;
    margin-left: 0;
  }
  .c-footer__menu__top_en {
    width: auto;
    margin: 0 auto 30px;
  }
  .c-footer__banner {
    margin: 70px 0 0;
  }
  .c-footer__contact {
    margin: 40px 0 0;
  }
  .c-footer__contact__list .c-button__container .c-button__footer {
    padding: 17px 30px 17px 20px;
  }
  .c-footer__info {
    display: block;
  }
  .c-footer__nav__list___item__head,
  .c-footer__nav__list___item__inner {
    font-size: 13px;
  }
  .c-footer__corporate {
    width: auto;
  }
  .c-footer__corporate p,
  .c-footer__corporate a {
    line-height: 2em;
  }
  .c-footer__copyright {
    -webkit-transform: translate(0, 0);
    width: auto;
    transform: translate(0);
  }
  .c-footer__copyright address {
    font-size: 10px;
    line-height: 1.75em;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .c-top_foot_address {
    margin-bottom: 20px;
    font-size: 11px;
  }
  .c-header__head {
    max-width: 100vw;
  }
  .c-header__logo,
  .c-header__logo_en {
    width: 93.6%;
    padding: 20px 0;
  }
  .c-header__logo img,
  .c-header__logo_en img {
    width: 240px;
  }
  #nav-toggle {
    -webkit-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
  }
  .c-toggle__inner {
    height: 18px;
  }
  [data-module="scrollAnim"],
  [data-module="scrollAnim"] .c-scrollanim__child--1,
  [data-module="scrollAnim"] .c-scrollanim__child--2 {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  .c-box__text {
    padding: 0;
  }
  .access__map {
    height: 60vw;
  }
  .c-box__media {
    width: 100%;
  }
  .c-text__lead {
    line-height: 2.5em;
    letter-spacing: 0.05em;
  }
  .c-text__lead + .c-text__lead {
    margin: 30px 0 0;
  }
  .c-button__container {
    width: 100%;
    margin: 70px auto 0;
  }
  .c-grid__container + .c-button__container {
    margin-top: 24px;
  }
  [class*="c-button"] :not(.c-button__container) {
    width: auto;
    min-width: 180px;
    padding: 17px 30px 17px 20px;
    font-size: 13px;
  }
  [class*="c-button"] :not(.c-button__container):after {
    right: 10px;
    width: 11px;
    height: 11px;
  }
  [class*="c-button"] :not(.c-button__container).c-button--pdf:after {
    position: absolute;
    right: 10px;
    width: 21px;
    height: 19px;
  }
  [class*="c-button"] :not(.c-button__container).c-button--blank:after {
    position: absolute;
    right: 10px;
    width: 21px;
    height: 19px;
  }
  .c-division--3 {
    display: block;
    width: 100%;
    margin: 90px auto 0;
  }
  .c-division--3 .c-division__item:nth-of-type(n + 4) {
    margin-top: 80px;
  }
  .c-division--3 .c-division__item:not(:first-of-type) {
    margin: 90px 0 0;
  }
  .c-division--3 .c-division__ttl {
    box-sizing: border-box;
    width: 68.66667%;
    padding: 0 0 15px 6.4%;
    border-bottom: 1px solid #000;
  }
  .c-division--3 .c-division__ttl p {
    font-size: 4.3vw;
    line-height: 1;
  }
  .c-division--3 .c-division__list {
    display: flex;
    width: 87%;
    margin: 41px auto 0;
  }
  .c-division--3 .c-division__list__item .c-division__list__item__link {
    padding-right: 32px;
    background-size: auto 100%;
    line-height: 2;
  }
  .c-division--3 .c-division__list__item:not(:first-of-type) {
    margin-left: 7.64526%;
  }
  .c-flagment {
    margin: 25px 6.4% 0;
  }
  .c-flagment__label {
    width: 50%;
  }
  [class*="c-flagment__label__item"] {
    font-size: 3.2vw;
  }
  .c-flagment__time {
    width: 50%;
    padding: 0;
    font-size: 4vw;
  }
  .c-form__container {
    margin: 50px auto 0;
  }
  .c-form {
    display: flex;
    width: 87.2vw;
    margin: auto;
  }
  .c-form .c-form__text {
    box-sizing: border-box;
    width: 75.46667vw;
    height: 11.6vw;
    padding: 0 4px;
    padding: 0vw 1.06667vw;
    border: 0;
    background: #eeefef;
    font-size: 3.46667vw;
    line-height: 11.6vw;
  }
  .c-form .c-form__image {
    box-sizing: border-box;
    width: 11.6vw;
    height: 11.6vw;
    padding: 15px;
    padding: 4vw;
  }
  .c-grid__container {
    margin: 50px auto 0;
    margin: 13.33333vw auto 0vw;
  }
  .c-grid__item--03 {
    width: 100%;
  }
  .c-hamburger__container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .c-hamburger__links {
    top: 25.73333vw;
    width: 87%;
  }
  .c-hamburger__links .c-hamburger__links__item a {
    padding: 0;
    font-size: 4vw;
  }
  .c-hamburger__links .c-hamburger__links__item:not(:first-of-type) {
    margin-top: 50px;
  }
  .c-hamburger__links__button:before {
    width: 4vw;
    height: 4vw;
  }
  .c-hamburger__inquiry {
    top: 475px;
  }
  .c-hamburger__inquiry .c-hamburger__links__button {
    padding: 4vw 6.5vw;
    font-size: 4vw;
  }
  .c-hamburger__inquiry .c-hamburger__links__button:before {
    right: 6.66667vw;
    width: 4vw;
    height: 4vw;
  }
  .c-hdg__container--lv1 {
    width: 94%;
    margin: 320px 0 240px;
    margin: 42.66667vw 0vw 32vw;
    padding-left: 6%;
  }
  .c-hdg__container--lv1.c-hdg__container--lv1--post {
    margin-bottom: 0;
  }
  .c-hdg--lv1 {
    font-size: 6.333333vw;
  }
  .c-hdg__container--lv2 .c-hdg--lv2 {
    box-sizing: border-box;
    z-index: 0;
    width: 66.66vw;
    margin: 240px 0 -180px;
    margin: 32vw 0vw -24vw;
    padding: 22px 0 90px;
    padding: 5.86667vw 0vw 24vw 6.5vw;
    font-weight: 400;
    font-size: 5.33333vw;
    line-height: 1.8;
    letter-spacing: 0.2em;
  }
  .c-hdg__container--lv2 .c-hdg--lv2.r-right--side {
    margin-left: 33.33%;
  }
  .c-hdg__container--lv2 .c-hdg--lv2.r-right--side + .c-hdg--lv2__sub {
    left: 6.5vw;
  }
  .c-hdg__container--lv2 .c-hdg--lv2__sub {
    top: 6.66667vw;
    right: 6.5vw;
    width: 24%;
    font-size: 2.93333vw;
    letter-spacing: 0.1em;
  }
  .c-hdg__container--lv3 {
    width: 65.6%;
    margin: 90px 0 0;
  }
  .c-hdg--lv3 {
    padding: 0 0 15px 6.5vw;
  }
  .c-hdg__container--lv4 {
    width: 65.6%;
    margin: 90px 0 0;
  }
  .c-hdg--lv4 {
    padding: 0 0 15px 6.5vw;
  }
  .c-hdg--lv4--min {
    font-size: 3.466666vw;
  }
  [class*="c-media"] figcaption {
    font-size: 2.666666vw;
  }
  .c-news .c-news__category span {
    padding: 4px 6.5vw;
  }
  .c-news__tag span {
    padding: 6px 6.5vw;
  }
  .c-news__date {
    font-size: 13px;
  }
  .c-news__title {
    width: 87%;
    margin: 16px auto 46px;
  }
  .c-table__sinmple .c-table__sinmple__cell {
    width: 100%;
    padding: 25px 3.2%;
  }
  .c-table__sinmple.cell__sp--1 .c-table__sinmple__cell {
    width: 100%;
    border-left: 0;
  }
  .c-table__sinmple.cell__sp--1 .c-table__sinmple__cell:nth-child(1) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .c-table__sinmple.cell__sp--2 .c-table__sinmple__cell {
    width: 50%;
  }
  .c-table__sinmple.cell__sp--2 .c-table__sinmple__cell:nth-child(2n + 1) {
    border-left: 0;
  }
  .c-table__sinmple.cell__sp--3 .c-table__sinmple__cell {
    width: 33.33%;
  }
  .c-table__sinmple.cell__sp--3 .c-table__sinmple__cell:nth-child(3n + 1) {
    border-left: 0;
  }
  .u-none--sp {
    display: none;
  }
  .u-inlineblock--sp {
    display: inline-block;
  }
  .u-block--sp {
    display: block;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-text__lead,
  .c-division--3 .c-division__list__item .c-division__list__item__link {
    font-size: 3.46667vw;
  }
  .c-hdg--lv3,
  .c-hdg--lv4 {
    font-size: 4.33333vw;
  }
  .c-table__sinmple {
    font-size: 3.46667vw;
  }
}
@media print {
  .c-footer__inner {
    max-width: 75%;
    margin: 130px auto 0;
    padding: 80px 0;
  }
  .c-footer__contact__list {
    width: 100%;
  }
  .c-footer__corporate {
    width: 33.33%;
    padding-left: 1.25vw;
  }
  .c-footer__corporate span[data-inquiry-roll="tel"] {
    position: relative;
  }
  .c-footer__corporate span[data-inquiry-roll="tel"]:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
  }
  .c-footer__copyright {
    width: 100%;
    margin-bottom: -5px;
    text-align: center;
  }
  [data-module="scrollAnim"],
  [data-module="scrollAnim"] .c-scrollanim__child--1,
  [data-module="scrollAnim"] .c-scrollanim__child--2 {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  .c-text__lead {
    font-size: 14px;
    line-height: 2.75em;
    letter-spacing: 0.2em;
  }
  .c-text__lead + .c-text__lead {
    margin: 30px 0 0;
  }
  .c-grid__container + .c-button__container {
    margin-top: 20px;
  }
  .c-button__list li {
    display: inline-block;
    width: 25%;
  }
  .c-division__wrap {
    width: 75%;
  }
  .c-division--3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 90px auto 0;
  }
  .c-division--3 .c-division__item {
    width: 33.33%;
    padding: 0 1vw;
  }
  .c-division--3 .c-division__item:nth-of-type(n + 4) {
    margin-top: 90px;
  }
  .c-division--3 .c-division__ttl {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 0.25vw 20px;
    border-bottom: 1px solid #000;
  }
  .c-division--3 .c-division__ttl p {
    font-size: 20px;
    line-height: 2.1385;
  }
  .c-division--3 .c-division__list {
    padding: 0 0.25vw;
  }
  .c-division--3 .c-division__list__item .c-division__list__item__link {
    padding-right: 30px;
    font-size: 14px;
    line-height: 1.8;
  }
  .c-division--3 .c-division__list__item:not(:first-of-type) {
    margin-top: 20px;
  }
  .c-flagment__label {
    width: auto;
  }
  .c-flagment__time {
    width: auto;
    padding: 0 13.75% 0 2vw;
    font-size: 16px;
  }
  .c-form__container {
    margin: 80px auto 0;
  }
  .c-form {
    display: flex;
    width: 33.33%;
    margin: auto;
  }
  .c-form .c-form__text {
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    border: 0;
    background: #eeefef;
    font-size: 15px;
    line-height: 60px;
  }
  .c-form .c-form__image {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    padding: 19px;
  }
  .c-grid__container {
    margin: 90px auto 0;
  }
  .c-hamburger__container {
    display: none;
  }
  .c-hdg__container--lv1 {
    width: 100%;
    margin-top: 180px;
    margin-bottom: 180px;
    padding-right: 13.75%;
    padding-left: 2.5%;
  }
  .c-hdg__container--lv1.c-hdg__container--lv1--post {
    margin-bottom: 20px;
  }
  .c-hdg__container--lv1.c-hdg__container--lv1--post .c-hdg--lv1 {
    font-size: 40px;
  }
  .c-hdg__container--lv2 .c-hdg--lv2 {
    box-sizing: border-box;
    z-index: 3;
    width: 50%;
    margin: 150px 0 -150px;
    padding: 25px 0 150px 2.5vw;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.8;
    letter-spacing: 0.2em;
  }
  .c-hdg__container--lv2 .c-hdg--lv2.r-right--side {
    margin-right: -30px;
    margin-left: 50%;
  }
  .c-hdg__container--lv2 .c-hdg--lv2.r-right--side + .c-hdg--lv2__sub {
    left: 2.5%;
  }
  .c-hdg__container--lv2 .c-hdg--lv2__sub {
    top: 43px;
    left: 51.25%;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .c-hdg__container--lv3 {
    margin: 100px 0 0;
  }
  .c-hdg--lv3 {
    padding: 0 0 30px 2.5vw;
    font-size: 26px;
  }
  .c-hdg__container--lv4 {
    width: 75%;
    margin: 100px auto 0;
  }
  .c-hdg--lv4 {
    padding: 0 0 0 1.25vw;
    font-size: 26px;
  }
  .c-table__sinmple.cell__pc--1 .c-table__sinmple__cell {
    width: 100%;
    border-left: 0;
  }
  .c-table__sinmple.cell__pc--2 .c-table__sinmple__cell {
    width: 50%;
  }
  .c-table__sinmple.cell__pc--2 .c-table__sinmple__cell:nth-child(2n + 1) {
    border-left: 0;
  }
  .c-table__sinmple.cell__pc--3 .c-table__sinmple__cell:nth-child(-n + 3) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .c-table__sinmple.cell__pc--3 .c-table__sinmple__cell {
    width: 33.33%;
  }
  .c-table__sinmple.cell__pc--3 .c-table__sinmple__cell:nth-child(3n + 1) {
    border-left: 0;
  }
  .u-none--pc {
    display: none;
  }
  .u-inlineblock--pc {
    display: inline-block;
  }
  .u-block--pc {
    display: block;
  }
}
.comprehensive {
  position: relative;
}
.comprehensive:after {
  display: block;
  width: 0;
  height: 0;
  padding-top: 56%;
  content: "";
}
.comprehensive__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.industrialestatewrap {
  position: relative;
  margin-top: 2rem;
}
.comprehensivetitle {
  margin-bottom: 5px;
  line-height: 1.5;
  text-align: center;
}
.comprehensivetitle__big {
  font-size: 25px;
}
.industrialestate__head {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
}
.industrialestate__head h2 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}
.industrialestate__head p {
  font-size: 15px;
  line-height: 1.8em;
}
.industrialestate__address {
  margin-top: 30px;
}
.industrialestate__address address {
  margin-top: 10px;
  padding: 16px;
  border: #000 solid 2px;
  font-style: normal;
  font-size: 13px;
  line-height: 1.8em;
}
.industrialestate__address__link {
  color: #000;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.industrialestate__address__link:hover {
  opacity: 0.6;
}
.industrialestate__map {
  z-index: 1;
  position: relative;
  width: 95%;
  padding-top: 40px;
}
.industrialestate__map img {
  width: 100%;
}
.industrialestate__map___itemwrap {
  position: absolute;
  top: 0;
  right: 1.5%;
  width: 31.2%;
  height: 100%;
}
.map__item {
  position: absolute;
}
.map__item img {
  width: 100%;
}
.map__link {
  display: block;
}
.map__link:hover {
  opacity: 0.7;
}
.map__text {
  z-index: 20;
  position: absolute;
  width: 130px;
  padding: 8px;
  background: #000;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}
.map__text:after {
  display: block;
  z-index: -1;
  position: absolute;
  width: 65%;
  height: 1px;
  background: #000;
  content: "";
}
.map__shinchi {
  top: 1.1%;
  left: 64.3%;
  width: 19%;
}
.map__shinchi .map__text {
  top: 5px;
  left: 130px;
}
.map__shinchi .map__text:after {
  -webkit-transform: rotate(-5deg);
  top: 17px;
  left: -100px;
  width: 100%;
  transform: rotate(-5deg);
}
.map__souma {
  top: 6.4%;
  left: 32%;
  width: 62.6%;
}
.map__souma .map__text {
  top: 20%;
  left: 234px;
}
.map__souma .map__text:after {
  -webkit-transform: rotate(-5deg);
  top: 20px;
  left: -90px;
  width: 100%;
  transform: rotate(-5deg);
}
.map__minamisouma {
  top: 15.4%;
  left: 56.5%;
  width: 42%;
}
.map__minamisouma .map__text {
  top: 32%;
  left: 120%;
}
.map__minamisouma .map__text:after {
  -webkit-transform: rotate(-10deg);
  top: 71%;
  right: 96%;
  transform: rotate(-10deg);
}
.map__namie {
  top: 27.6%;
  left: 33.2%;
  width: 66.8%;
}
.map__namie .map__text {
  top: 40%;
  left: 112%;
}
.map__namie .map__text:after {
  -webkit-transform: rotate(-10deg);
  top: 26px;
  right: 96%;
  width: 80%;
  transform: rotate(-10deg);
}
.map__futaba {
  top: 40.6%;
  left: 72.5%;
  width: 27.1%;
}
.map__futaba .map__text {
  top: 10%;
  left: 108px;
}
.map__futaba .map__text:after {
  -webkit-transform: rotate(-10deg);
  top: 16px;
  right: 82%;
  transform: rotate(-10deg);
}
.map__ookuma {
  top: 44.7%;
  left: 65.1%;
  width: 34.7%;
}
.map__ookuma .map__text {
  top: 41%;
  left: 133px;
}
.map__ookuma .map__text:after {
  -webkit-transform: rotate(5deg);
  top: 12px;
  right: 96%;
  width: 40%;
  transform: rotate(5deg);
}
.map__tomioka {
  top: 49.5%;
  left: 73.9%;
  width: 25.7%;
}
.map__tomioka .map__text {
  top: 50%;
  left: 105px;
}
.map__tomioka .map__text:after {
  -webkit-transform: rotate(10deg);
  top: 9px;
  right: 83%;
  transform: rotate(10deg);
}
.map__naraha {
  top: 53.9%;
  left: 68.2%;
  width: 29.1%;
}
.map__naraha .map__text {
  top: 61%;
  left: 121px;
}
.map__naraha .map__text:after {
  -webkit-transform: rotate(15deg);
  top: 5px;
  right: 93%;
  transform: rotate(15deg);
}
.map__hirono {
  top: 62.1%;
  left: 68.2%;
  width: 28.1%;
}
.map__hirono .map__text {
  top: 61%;
  left: 123px;
}
.map__hirono .map__text:after {
  -webkit-transform: rotate(15deg);
  top: 5px;
  right: 93%;
  transform: rotate(15deg);
}
.map__iwaki {
  top: 55.6%;
  left: 13%;
  width: 81.2%;
}
.map__iwaki .map__text {
  top: 61%;
  left: 293px;
}
.map__iwaki .map__text:after {
  -webkit-transform: rotate(15deg);
  top: -1px;
  right: 93%;
  width: 100%;
  transform: rotate(15deg);
}
.map__iitate {
  top: 14.1%;
  left: 26.4%;
  width: 36.2%;
}
.map__iitate .map__text {
  top: -19%;
  left: -197px;
}
.map__iitate .map__text:after {
  -webkit-transform: rotate(25deg);
  top: 40px;
  left: 120px;
  width: 100%;
  transform: rotate(25deg);
}
.map__kawamata {
  top: 18.6%;
  left: 7.4%;
  width: 34.2%;
}
.map__kawamata .map__text {
  top: 28%;
  left: -135px;
}
.map__kawamata .map__text:after {
  top: 14px;
  left: 90px;
}
.map__katsurao {
  top: 34.4%;
  left: 33.4%;
  width: 31.4%;
}
.map__katsurao .map__text {
  top: -41%;
  left: -217px;
}
.map__katsurao .map__text:after {
  -webkit-transform: rotate(15deg);
  top: 30px;
  left: 120px;
  width: 100%;
  transform: rotate(15deg);
}
.map__tamura {
  top: 34.9%;
  left: 0.7%;
  width: 66.4%;
}
.map__tamura .map__text {
  top: 29%;
  left: -113px;
}
.map__tamura .map__text:after {
  top: 15px;
  left: 100px;
}
.map__kawauchi {
  top: 47.5%;
  left: 36.7%;
  width: 40.7%;
}
.map__kawauchi .map__text {
  top: 59%;
  left: -226px;
}
.map__kawauchi .map__text:after {
  -webkit-transform: rotate(-10deg);
  top: 2px;
  left: 120px;
  width: 120%;
  transform: rotate(-10deg);
}
.industrialestate__list__block + .industrialestate__list__block {
  margin-top: 40px;
}
.industrialestate__list__block h2 {
  display: inline-block;
  margin: 0 20px 15px 0;
  font-size: 20px;
}
.industrialestate__movie__text {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.3;
}
.industrialestate__movie__text .industrialestate__movie__link {
  position: relative;
  color: #4793c9;
  font-weight: 400;
}
.industrialestate__movie__text .industrialestate__movie__link:before {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
  width: 45px;
  height: 30px;
  transform: translateY(-50%);
  border-radius: 4px;
  background-color: #000;
  content: "";
}
.industrialestate__movie__text .industrialestate__movie__link:after {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(100% + 23px);
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
  content: "";
}
.industrialestate__movie__text .industrialestate__movie__link:hover {
  opacity: 0.6;
}
.industrialestate__list__block table {
  width: 100%;
}
.industrialestate__list__block th,
.industrialestate__list__block td {
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 1.3;
  vertical-align: middle;
}
.industrialestate__list__block th {
  padding: 5px 20px;
  background: #4793c9;
  text-align: center;
}
.industrialestate__list__block td {
  padding: 10px 20px;
  background: #eaeaea;
}
.industrialestate__list__block a {
  color: #000;
  text-decoration: underline;
}
.industrialestate__list__block a:hover {
  opacity: 0.8;
}
.industrialestate__list__block .th02,
.industrialestate__list__block .th03,
.industrialestate__list__block .th04,
.industrialestate__list__block .th05 {
  width: 17%;
}
@media only screen and (max-width: 1300px) {
  .comprehensive {
    width: 100%;
  }
  .comprehensivetitle {
    width: 100%;
    margin-bottom: 10;
  }
  .comprehensivetitle__big {
    font-size: 30px;
  }
  .industrialestate__head {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  .industrialestate__map {
    width: 90%;
    padding-top: 0;
  }
  .map__text {
    width: 7.6923076vw;
    padding: 8px 0;
    font-size: 1.076923vw;
  }
  .map__shinchi .map__text {
    top: -10%;
    left: 249%;
  }
  .map__shinchi .map__text:after {
    left: -70px;
  }
  .map__souma .map__text {
    left: 127%;
  }
  .map__souma .map__text:after {
    left: -60px;
  }
  .map__minamisouma .map__text {
    left: 132%;
  }
  .map__namie .map__text {
    top: 33%;
    left: 118%;
  }
  .map__futaba .map__text {
    top: -4%;
    left: 145%;
  }
  .map__ookuma .map__text {
    top: 32%;
    left: 134%;
  }
  .map__tomioka {
    top: 49.6%;
    left: 73.9%;
    width: 25.7%;
  }
  .map__tomioka .map__text {
    top: 45%;
    left: 147%;
  }
  .map__naraha .map__text {
    top: 61%;
    left: 150%;
  }
  .map__hirono .map__text {
    top: 61%;
    left: 155%;
  }
  .map__iwaki .map__text {
    top: 61%;
    left: 120%;
  }
  .map__iwaki .map__text:after {
    -webkit-transform: rotate(15deg);
    top: -1px;
    right: 93%;
    width: 100%;
    transform: rotate(15deg);
  }
  .map__iitate .map__text {
    top: -19%;
    left: -134%;
  }
  .map__iitate .map__text:after {
    top: 26px;
    left: 77%;
  }
  .map__kawamata .map__text {
    top: 13%;
    left: -130%;
  }
  .map__kawamata .map__text:after {
    top: 15px;
    left: 80%;
  }
  .map__katsurao .map__text {
    top: -51%;
    left: -225%;
  }
  .map__katsurao .map__text:after {
    -webkit-transform: rotate(10deg);
    top: 23px;
    left: 88%;
    transform: rotate(10deg);
  }
  .map__tamura .map__text {
    top: 29%;
    left: -57%;
  }
  .map__tamura .map__text:after {
    top: 15px;
    left: 88%;
  }
  .map__kawauchi .map__text {
    top: 59%;
    left: -181%;
  }
  .map__kawauchi .map__text:after {
    top: 4px;
    left: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .industrialestate__head h2 {
    font-size: 15px;
  }
  .industrialestate__head p {
    font-size: 13px;
  }
  .industrialestate__map {
    width: 83%;
    margin-left: -3%;
  }
  .map__text {
    width: 16vw;
    padding: 5px 0;
    font-size: 2.6666666vw;
  }
  .map__shinchi .map__text {
    top: -90%;
  }
  .map__shinchi .map__text:after {
    -webkit-transform: rotate(-15deg);
    top: 60%;
    left: -55%;
    transform: rotate(-15deg);
  }
  .map__souma .map__text {
    top: -16%;
  }
  .map__souma .map__text:after {
    -webkit-transform: rotate(-10deg);
    top: 60%;
    left: -50%;
    transform: rotate(-10deg);
  }
  .map__minamisouma .map__text {
    top: -3%;
    left: 132%;
  }
  .map__minamisouma .map__text:after {
    -webkit-transform: rotate(-25deg);
    top: 73%;
    right: 86%;
    transform: rotate(-25deg);
  }
  .map__namie .map__text {
    top: -17%;
  }
  .map__namie .map__text:after {
    -webkit-transform: rotate(-30deg);
    top: 108%;
    right: 80%;
    transform: rotate(-30deg);
  }
  .map__futaba .map__text {
    top: -84%;
  }
  .map__futaba .map__text:after {
    -webkit-transform: rotate(-20deg);
    top: 76%;
    right: 82%;
    transform: rotate(-20deg);
  }
  .map__ookuma .map__text {
    top: 2%;
  }
  .map__ookuma .map__text:after {
    top: 40%;
  }
  .map__tomioka {
    top: 49.6%;
    left: 73.9%;
    width: 25.7%;
  }
  .map__tomioka .map__text {
    top: 62%;
  }
  .map__tomioka .map__text:after {
    -webkit-transform: rotate(10deg);
    top: 32%;
    right: 73%;
    transform: rotate(30deg);
  }
  .map__naraha .map__text {
    top: 115%;
  }
  .map__naraha .map__text:after {
    -webkit-transform: rotate(35deg);
    top: 5%;
    right: 73%;
    transform: rotate(35deg);
  }
  .map__hirono .map__text {
    top: 175%;
  }
  .map__hirono .map__text:after {
    -webkit-transform: rotate(45deg);
    top: -30%;
    right: 83%;
    transform: rotate(45deg);
  }
  .map__iwaki .map__text {
    top: 67%;
    left: 121%;
  }
  .map__iwaki .map__text:after {
    top: 41%;
    right: 73%;
  }
  .map__iitate .map__text {
    top: -31%;
    left: -253%;
  }
  .map__iitate .map__text:after {
    top: 73%;
    left: 57%;
  }
  .map__kawamata .map__text {
    top: 5%;
    left: -210%;
  }
  .map__kawamata .map__text:after {
    top: 41%;
    left: 60%;
  }
  .map__katsurao .map__text {
    top: -51%;
    left: -312%;
  }
  .map__katsurao .map__text:after {
    top: 52%;
    left: 72%;
  }
  .map__tamura .map__text {
    top: 22%;
    left: -98%;
  }
  .map__tamura .map__text:after {
    top: 15px;
    left: 88%;
  }
  .map__kawauchi .map__text {
    top: 59%;
    left: -250%;
  }
  .map__kawauchi .map__text:after {
    top: 34%;
    left: 60%;
  }
  .industrialestate__list__head .industrialestate__movie__text {
    font-size: 5.6vw;
  }
  .industrialestate__list__block table {
    min-width: 640px;
  }
}
.component {
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 0 1.25%;
  font-size: 15px;
}
.c-pagehead {
  margin-bottom: 80px;
}
.c-heading {
  margin-top: 80px;
}
.c-heading + .c-heading {
  margin-top: 50px;
}
.component p,
.c-text {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.2em;
}
.c-text a {
  color: #4793c9;
  text-decoration: underline;
  word-break: break-word;
}
.c-text__lead {
  font-size: 14px;
  line-height: 2.75em;
  letter-spacing: 0.2em;
}
.c-text iframe {
  width: 100%;
  height: 80vh;
}
.c-text .p-footer__menu__link {
  text-decoration: none;
}
.c-flexbox {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-flexbox-re {
  flex-direction: row-reverse;
}
.c-float .c-img {
  float: left;
}
.c-float-re .c-img {
  float: right;
}
.c-img img,
.c-img-estateHead img {
  width: 100%;
}
.c-pagehead__img {
  width: 58%;
}
.c-pagehead__text {
  width: 50%;
}
.c-pagehead__content {
  width: 40%;
}
.c-pagehead__linkbtn {
  width: 100%;
}
.c-pagehead__linkblock .c-button__container {
  margin-top: 0;
}
.c-pagehead__linktext {
  margin-top: 10px;
}
.c-link_area__head__area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.c-link_area {
  max-width: 77.5%;
  margin: 0 auto 80px;
}
.c-link_area__heading {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.c-button_container {
  display: block;
  width: 60vw;
  margin: 0;
  text-align: right;
}
.c-link__menu + .c-link__menu {
  margin-top: 16px;
}
.c-link__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000;
  font-size: 15px;
}
.c-link__link:hover {
  opacity: 0.7;
}
.c-link__cat {
  min-width: 130px;
  max-width: 130px;
  padding: 6px 10px;
  background: #000;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}
.c-link__date {
  min-width: 180px;
  max-width: 180px;
  text-align: center;
}
.c-link__heading {
  max-width: 800px;
  line-height: 1.8em;
}
.component .c-place {
  display: flex;
  align-items: center;
}
.component .c-place__city {
  margin-right: 3%;
  padding: 5px 32px;
  background: #000000;
  color: #fff;
  font-size: 20px;
}
.component .c-place__time {
  font-size: 20px;
}
.component .c-activityLead__top {
  font-size: 25px;
}
.component .c-activityLead__bottom {
  font-size: 18px;
}
.c-heading__lg {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 1px solid #666;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
}
.c-heading__md {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.5;
}
.c-heading__sm {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}
.c-heading__lg--estateHead {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #666;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
}
.c-heading__md--estateHead {
  margin-top: 1rem;
}
.c-heading__sm--estateHead {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
}
.c-heading__lg--activityHead {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
}
.c-heading__md--activityHead {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #666;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
}
.c-col-xl {
  width: 100%;
}
.c-col-lg {
  width: 67%;
}
.c-col-md {
  width: 48.5%;
}
.c-col-sm {
  width: 30%;
}
.c-col-md--activity-r {
  width: 43.5%;
}
.c-col-md--activity-l {
  width: 54.5%;
}
.component .c-cap {
  font-size: 13px;
}
.c-pdf__ul {
  border-top: 2px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 2px solid #000;
}
.c-flexbox .c-pdf__li {
  width: 50%;
}
.c-pdf__li {
  padding: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 1.3;
}
.c-pdf__li a {
  color: #4fb9e0;
  text-decoration: underline;
}
.c-pdf__li a:hover {
  opacity: 0.5;
}
.c-line__item + .c-line__item {
  margin-top: 30px;
}
.c-img.c-col-md,
.c-img.c-col-lg {
  margin: 0 auto;
}
.g-3flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.g-3flex__item {
  margin: 0 10px;
}
.g-3flex__item__inner {
  max-width: 414px;
  margin: 0 auto;
}
.g-3flex__item img {
  width: 100%;
}
.c-img-estateHead {
  margin: auto 0;
}
.c-flexbox .c-img.c-col-md,
.c-flexbox .c-img.c-col-sm,
.c-flexbox .c-img.c-col-lg {
  margin: 0;
}
.c-float .c-img.c-col-md {
  margin: 0 2.5% 2.5% 0;
}
.c-float-re .c-img.c-col-md {
  margin: 0 0 2.5% 2.5%;
}
.component .c-button {
  display: -ms-flex;
  display: flex;
  align-items: center;
  width: 48.5%;
  margin: 0 auto;
}
.component .c-pagehead__linkbtn {
  width: 100%;
  max-width: 100%;
}
.c-button__container--comp {
  display: flex;
}
.c-button__container--comp > .c-button {
  max-width: 50%;
}
.c-flow__wrap {
  display: -ms-flex;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.c-flow__item {
  display: -ms-flex;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 160px;
  background: #5a5a5a;
  color: #fff;
  text-align: center;
}
.c-flow__item:nth-child(n + 2):before,
.c-flow__item:nth-child(n + 2):after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  content: "";
}
.c-flow__item:nth-child(n + 2):before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  left: -6%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #5a5a5a;
  border-right: 1px solid #5a5a5a;
}
.c-flow__item:nth-child(n + 2):after {
  left: -13%;
  width: 10%;
  height: 1px;
  background: #5a5a5a;
}
.component p.c-flow__item__inner {
  font-size: 20px;
}
.c-flow__item__inner span {
  display: block;
  font-size: 0.6em;
  line-height: 1.5;
  letter-spacing: 0;
}
.c-shisatsu-head {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.c-shisatsu-head__tel {
  width: 40%;
  padding: 15px 10px;
  border: 3px solid #000;
  text-align: center;
}
.c-shisatsu-head__tel .c-shisatsu-head__tel__head {
  font-size: 18px;
}
.c-shisatsu-head__tel .c-shisatsu-head__tel__no {
  font-size: 16px;
}
.c-shisatsu-head__tel .c-shisatsu-head__tel__no a {
  color: #000;
}
.c-shisatsu-head__btn {
  width: 58%;
  margin: 0;
}
.c-table table {
  width: 100%;
  border: 2px solid #000;
}
.c-table td {
  padding: 12px 15px;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 1.3;
}
.c-shoyo {
  width: 100%;
  padding: 0 2.5%;
  font-size: 14px;
}
.c-considering__date {
  width: 90%;
  margin: 20px auto 0;
  color: #989493;
  font-size: 14px;
}
.c-movie .c-movieinner,
.c-map .c-mapinner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-movie iframe,
.c-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.support_system_areaBox_head {
  display: flex;
}
.support_system_text_head {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.support_system_colorBox {
  display: flex;
}
.support_system_colorBox .bg_color {
  width: 125px;
  height: 45px;
}
.support_system_colorBox .bg_color + .bg_color {
  margin-left: 20px;
}
.support_system_colorBox .bg_color-a {
  background: #fdab65;
}
.support_system_colorBox .bg_color-b {
  background: #02ff03;
}
.support_system_colorBox .bg_color-c {
  background: #98c7fe;
}
.support_system_colorBox .bg_color-d {
  background: #cbc0db;
}
.support_system_text_bottom {
  margin-top: 40px;
}
.component .activity_word {
  font-size: 24px;
}
.component .activity_position,
.component .activity_name {
  font-size: 18px;
}
.component .company_name {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}
.component .company_logo {
  text-align: center;
}
.component .company_logo img {
  max-width: 100%;
}
.c-activity__company--table table {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-collapse: collapse;
}
.c-activity__company--table table th,
.c-activity__company--table table td {
  padding: 10px 20px;
  border: 1px solid #000;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}
.c-activity__company--table table th {
  width: 28%;
  font-weight: 400;
}
.c-pagehead__content [class*="c-button"] :not(.c-button__container) {
  border-radius: 0;
}
@media screen and (min-width: 1050px) {
  .g-3flex__item {
    width: 30%;
  }
}
@media only screen and (min-width: 1101px) {
  .c-pagehead__linkblock:not(:first-child) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1400px) {
  .c-shisatsu-head {
    display: block;
  }
  .c-shisatsu-head__tel {
    width: 100%;
    margin-bottom: 50px;
    padding: 15px 10px;
  }
  .c-shisatsu-head__btn {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .component .company_name {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1160px) {
  .component .three-column {
    min-width: 145px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .c-pagehead {
    display: block;
  }
  .c-pagehead__img,
  .c-pagehead__text {
    width: 100%;
  }
  .c-pagehead__content {
    width: 100%;
    margin-top: 30px;
  }
  .c-flow__item {
    height: 130px;
  }
  .component p.c-flow__item__inner {
    font-size: 16px;
  }
  .c-flow__item:nth-child(n + 2):before {
    left: -8%;
  }
  .component .c-place__city {
    padding: 0 18px;
    background: #000000;
    color: #fff;
    font-size: 14px;
  }
  .component .c-place__time {
    font-size: 14px;
  }
  .component .c-activityLead__top {
    font-size: 18px;
  }
  .component .c-activityLead__bottom {
    font-size: 14px;
  }
  .support_system_areaBox_head {
    display: block;
  }
  .support_system_text_head {
    display: block;
    margin-bottom: 10px;
  }
  .support_system_colorBox .bg_color {
    width: 115px;
    height: 35px;
  }
  .component .company_name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 801px) {
  .c-text table th,
  .c-text table td {
    font-size: 13px;
  }
  .c-pagehead__content {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-pagehead__linkblock:nth-child(n + 3) {
    margin-top: 10px;
  }
  .c-pagehead__linkblock {
    width: 48.5%;
  }
  .component .three-column {
    min-width: 100%;
    max-width: 100%;
  }
  .component .three-column + .three-column {
    margin-top: 10px;
  }
  .component .activity_word {
    font-size: 15px;
  }
  .component .activity_position,
  .component .activity_name {
    font-size: 14px;
  }
}
@media screen and (max-width: 1049px) {
  .g-3flex__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .c-activity__company--table table th,
  .c-activity__company--table table td {
    padding: 10px 8px;
  }
  .component .company_name {
    font-size: 16px;
  }
  .component .company_logo img {
    width: 100%;
  }
}
@media only screen and (max-width: 801px) {
  .component .company_logo img {
    width: auto;
  }
}
@media only screen and (max-width: 800px) {
  .component {
    padding: 0;
  }
  [class*="c-box"] {
    width: 90%;
  }
  .c-flexbox {
    display: block;
  }
  .c-pagehead__linkblock:not(:first-child) {
    margin-top: 20px;
  }
  .c-col-lg,
  .c-col-sm,
  .c-col-md,
  .c-col-md--activity-l,
  .c-col-md--activity-r {
    width: 100%;
  }
  .c-flexbox [class*="c-col-"] + [class*="c-col-"] {
    margin-top: 10px;
  }
  .c-flexbox .c-pdf__li {
    width: 100%;
  }
  .c-float .c-img,
  .c-float-re .c-img {
    float: none;
  }
  .c-float .c-img.c-col-md,
  .c-float-re .c-img.c-col-md {
    margin: 0 0 10px;
  }
  .c-link_area {
    width: 90%;
    max-width: 90%;
  }
  .c-link__link {
    flex-wrap: wrap;
  }
  .c-link__cat {
    min-width: 110px;
    max-width: 110px;
    font-size: 11px;
  }
  .c-link__date {
    min-width: 130px;
    max-width: 130px;
    font-size: 12px !important;
    text-align: center;
  }
  .c-link__heading {
    width: 100%;
    max-width: 100%;
    margin-top: 7px;
  }
  .c-link__menu + .c-link__menu {
    margin-top: 25px;
  }
  .c-link_area__head__area {
    margin-bottom: 30px;
  }
  .c-link_area__heading {
    font-size: 20px;
  }
  .c-text__lead {
    line-height: 2;
  }
  .p-index__butto {
    line-height: 1.2;
  }
  .c-pagehead {
    margin-bottom: 60px;
  }
  .c-button__container--comp {
    display: block;
  }
  .c-button__container--comp .c-button {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .c-button__container--comp .c-button + .c-button {
    margin-top: 20px;
  }
  .c-flexbox > .c-button {
    width: 100%;
    max-width: 100%;
  }
  .c-flexbox > .c-button + .c-button,
  .c-button__container + .c-button__container {
    margin-top: 30px;
  }
  .component .three-column {
    min-width: 100%;
    max-width: 100%;
  }
  .component .three-column + .three-column {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .component {
    margin-top: 20px;
    font-size: 13px;
  }
  .c-heading {
    margin-top: 50px;
  }
  .c-heading + .c-heading {
    margin-top: 30px;
  }
  .c-text__lead,
  .component p,
  .c-text {
    font-size: 13px;
  }
  .c-text iframe {
    width: 100%;
    height: 40vh;
  }
  .c-pagehead__linkblock:not(:first-child) {
    margin-top: 10px;
  }
  .c-link__heading {
    font-size: 12px;
  }
  .c-heading__lg {
    padding-bottom: 10px;
    font-size: 20px;
  }
  .c-heading__md {
    font-weight: 400;
    font-size: 18px;
  }
  .c-heading__sm {
    font-size: 15px;
  }
  .c-heading__lg--estateHead,
  .c-heading__sm--estateHead {
    font-size: 18px;
  }
  .c-heading__lg--activityHead {
    font-size: 20px;
  }
  .c-heading__md--activityHead {
    font-size: 18px;
  }
  .component .c-cap {
    font-size: 11px;
  }
  .c-flexbox > .c-button + .c-button,
  .c-button__container + .c-button__container {
    margin-top: 10px;
  }
  .c-line__item + .c-line__item {
    margin-top: 20px;
  }
  .c-flow__item {
    height: 100px;
  }
  .component p.c-flow__item__inner {
    font-size: 13px;
    line-height: 1.5;
  }
  .c-flow__item:nth-child(n + 2):before {
    left: -7%;
    width: 6px;
    height: 6px;
  }
  .c-table td {
    padding: 10px 12px;
    font-size: 12px;
  }
  .c-shoyo {
    margin-top: 10px;
  }
  .c-img__mainvisual {
    width: 100%;
    margin: 50px 0;
  }
  .support_system_areaBox_head {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .support_system_text_bottom {
    margin-top: 20px;
  }
  .component .activity_word {
    font-size: 18px;
  }
  .component .activity_position,
  .component .activity_name {
    font-size: 14px;
  }
  .c-activity__company--table table th,
  .c-activity__company--table table td {
    padding: 10px 5px;
    border-bottom: 1px solid #000;
  }
  .c-activity__company--table table th {
    width: 35%;
  }
}
@media only screen and (max-width: 400px) {
  .c-flow__item:nth-child(n + 2):before {
    left: -9%;
  }
}
@media only screen and (max-width: 340px) {
  .c-activity__company--table table th,
  .c-activity__company--table table td {
    font-size: 11px;
  }
}
.c-media .img__box {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
.c-button__container--right {
  display: block;
  margin: 30px auto auto;
  text-align: right;
}
.unitlist {
  display: flex;
}
.h__2--n {
  margin-top: 2em;
  font-size: 2.4rem;
}
.arrow__bottom {
  display: inline-block;
  position: relative;
}
.arrow__bottom:before {
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: -15px;
  width: 8px;
  height: 8px;
  margin-top: -7px;
  transform: rotate(135deg);
  border-top: solid 1px #555;
  border-right: solid 1px #555;
  content: "";
}
.arrow__right {
  display: inline-block;
  position: relative;
}
.arrow__right:after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -15px;
  width: 8px;
  height: 8px;
  margin-top: -10px;
  transform: rotate(45deg);
  border-top: solid 1px #555;
  border-right: solid 1px #555;
  content: "";
}
.blank-icon {
  -webkit-transform: scale(3);
  box-sizing: border-box;
  position: relative;
  width: 20px;
  height: 16px;
  transform: scale(3);
}
.blank-icon:before,
.blank-icon:after {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #555;
  content: "";
}
.blank-icon:before {
  top: 0;
  left: 0;
  border-width: 3px;
}
.blank-icon:after {
  top: 6px;
  left: 6px;
  border-width: 0 3px 3px 0;
}
@media only screen and (max-width: 800px) {
  .unitlist {
    display: block;
  }
  .h__2--n {
    font-size: 2rem;
  }
}
main > *:last-child {
  padding-bottom: 4em;
}
p {
  margin: 0.25em 0;
}
.breadcrumbs {
  margin-bottom: 3em;
}
a.nolink:hover {
  opacity: 1;
}
[class*="c-button"] :not(.c-button__container) {
  display: inline-block;
  padding: 1em 2em;
  border: 1px solid #ffffff;
  border-radius: 100vh;
  background-image: radial-gradient(
      at 5% 93%,
      hsla(276deg, 37%, 39%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 70% 74%,
      hsla(154deg, 100%, 32%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 45% 33%,
      hsla(154deg, 100%, 32%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 88% 22%,
      hsla(30deg, 100%, 60%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 48% 83%,
      hsla(170deg, 100%, 40%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 16% 18%,
      hsla(204deg, 65%, 50%, 0.6) 0px,
      transparent 50%
    );
  background-color: #fff;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
}
[class*="c-button"] :not(.c-button__container):after {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: calc(50% - 0.25em);
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(-45deg);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: "";
}
[class*="b-button"] :not(.b-button__container) {
  display: block;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 3rem 1rem 1rem;
  padding: 1em 2em;
  border-radius: 0;
  background-image: none;
  background-color: #000;
  color: #fff;
  font-weight: 700;
}
[class*="b-button"] :not(.b-button__container):after {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: calc(50% - 0.25em);
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(-45deg);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: "";
}
.u-none--sp {
  display: none;
}
.u-none--pc {
  display: block;
}
.strong {
  font-weight: 700;
}
.c-button__container {
  text-align: center;
}
.c-text-re {
  text-align: right;
}
.donation_box {
  margin-top: 80px;
  padding: 50px;
  background: #f8f8f8;
}
.donation_box__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.donation_box__item {
  padding: 30px 20px;
}
.donation_box__list .c-item_l {
  width: 44%;
  border: 3px solid #c5b3d1;
  background: #ffffff;
}
.donation_box__list .c-item_r {
  width: 44%;
  border: 3px solid #85d9e9;
  background: #ffffff;
}
.donation_box__text__head {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.6rem;
}
.c-a_box,
.c-b_box {
  position: relative;
}
.c-a_box:after,
.c-b_box:after {
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  padding: 5px;
  color: #fff;
}
.c-a_box:after {
  background: #c5b3d1;
  content: "A";
}
.c-b_box:after {
  background: #85d9e9;
  content: "B";
}
.donation_box__text__bottom {
  padding-left: 25px;
  font-size: 1.2rem;
}
.donation_box__subText {
  margin-top: 5px;
  font-size: 1.4rem;
  text-align: right;
}
.donation_box__example {
  margin-top: 60px;
}
.donation_box__exampleInner {
  display: flex;
}
.donation_box__exampleInner__item .c-example_box {
  width: 75px;
  padding: 5px 10px;
  background: #8f989b;
  color: #fff;
  text-align: center;
}
.donation_box__exampleInner__itemBody {
  display: flex;
}
.donation_box__exampleInner__item + .donation_box__exampleInner__item {
  margin-left: 20px;
}
.donation_box__exampleInner__itemText {
  padding-left: 35px;
}
.donation_box__exampleInner__itemBody p + p {
  margin-left: 30px;
}
.c-heading__lg {
  display: inline-block;
  padding-bottom: 0.25em;
  border-bottom: 5px solid #4793c9;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.5em;
}
.donation__contact {
  margin-top: 60px;
}
.donation__contact__head {
  width: 48.5%;
  max-width: 50%;
  margin: 0 auto 50px;
  padding: 25px;
  background: #4793c9;
  color: #fff;
  text-align: center;
}
.donation__contact__text {
  width: 48.5%;
  max-width: 50%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.6rem;
}
.privacy_smlist {
  margin-left: 17px;
}
.privacy_smitem {
  margin-left: 34px;
  font-size: 1rem;
  line-height: 2em;
  letter-spacing: 0.2em;
  text-indent: -34px;
}
.component {
  font-size: 1.6rem;
}
.component p,
.c-text {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.2em;
}
.c-pagehead__img {
  width: 80%;
  margin: 0 auto;
}
.c-link_area__head__area {
  justify-content: start;
}
.c-link_area__heading {
  padding: 0 1em 0 0.5em;
  border-left: 10px solid #000;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6em;
}
.c-link__menu {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #999;
}
.c-media--full {
  margin: 0 auto;
}
.page_link li a {
  font-size: 1.3rem;
}
.c-text iframe {
  height: 400px;
}
.p-link__list li img {
  width: auto;
  height: 30px;
  margin-right: 10px;
}
.c-division__item p {
  border-bottom: 1px dashed #999;
  font-weight: 700;
  font-size: 1.6rem;
}
.c-flow__item:nth-child(n + 2):before {
  z-index: 1;
  left: -10%;
  width: 20px;
  height: 20px;
  border-top: 4px solid #5a5a5a;
  border-right: 4px solid #5a5a5a;
}
.required {
  color: #e30101;
}
.form {
  width: 80%;
  margin: 0 auto;
}
.form dl dt {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 35px;
  margin-bottom: 5px;
  line-height: 1.3;
}
.form dl dd {
  display: block;
  width: 100%;
  margin-top: 7px;
  margin-left: 0;
  font-size: 1.6rem;
  vertical-align: middle;
}
.form_nin .textbox {
  background: #f8f8f8;
}
.textbox {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: none;
  border-radius: 0;
  outline: 0;
  background: #f8f8f8;
  background-image: none;
  background-color: transparent;
  color: inherit;
  font-size: 1rem;
  font-family: inherit;
}
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  appearance: none;
  width: 100%;
  height: 200px;
  margin-top: 15px;
  padding: 20px;
  border: none;
  border-radius: 0;
  outline: 0;
  background: #f8f8f8;
  background-image: none;
  background-color: transparent;
  color: inherit;
  font-size: 1rem;
  font-family: inherit;
}
.form .flexbox {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.form .item {
  margin: 5px 0 0;
  padding-right: 10px;
}
.form_nin {
  margin-top: 2em;
  padding: 2em;
  background-color: #eee;
}
.radio + span {
  display: inline-block;
  position: relative;
  margin: 0 0.2em;
  padding: 0;
  line-height: 1.3;
  cursor: pointer;
}
.attention {
  display: inline-block;
  margin-top: 5px;
  color: #888;
  font-size: 12px;
}
.form .privacy {
  margin-top: 10px;
  text-align: right;
}
.jokenWrap {
  display: block;
  margin-top: 20px;
  padding: 20px 30px;
  border: 1px dashed #ddd;
  background: #fff;
  line-height: 1.5;
}
.component .c-button {
  width: 55.5%;
}
.component .c-button-long {
  width: 80%;
}
.c-hdg__container--lv1 {
  padding: 0;
}
.component iframe {
  width: 80%;
  height: 100%;
  margin: 0 10%;
}
.inb_club_list dt {
  padding-left: 0.5em;
}
.inb_club_list dd {
  margin-bottom: 40px;
  margin-left: 0;
  padding-bottom: 10px;
  padding-left: 2em;
  border-bottom: 1px dashed #ccc;
}
.introduction__nav {
  z-index: 100;
  position: relative;
  margin-top: 50px;
  margin-bottom: 70px;
}
.introduction__nav__list {
  display: -ms-flex;
  display: flex;
  position: relative;
}
.introduction__nav__item,
.introduction__nav__subitem {
  width: 16%;
  margin: 0 0.33333%;
}
.introduction__nav__item span {
  height: 50px;
}
.introduction__nav__item span,
.introduction__nav__subitem a {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px;
  background: #989898;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.introduction__nav__subcontent {
  display: none;
}
.p-publicRelations__block {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto 80px;
}
.p-publicRelations__img {
  width: 38%;
  margin: 10px auto;
}
.p-publicRelations__img img {
  border: 1px solid #ccc;
}
.p-publicRelations__item {
  width: 60%;
  text-align: center;
}
.c-button__container + .c-button__container {
  margin-top: 10px;
}
.focusareas .h3_block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.focusareas .h3_block img {
  width: 44px;
  height: auto;
  margin-right: 15px;
}
.focusareas #focusareas01,
.focusareas #focusareas02,
.focusareas #focusareas03,
.focusareas #focusareas04,
.focusareas #focusareas05,
.focusareas #focusareas06 {
  width: 100%;
  margin-bottom: 160px;
}
.focusareas .column2_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 2em;
}
.focusareas .column2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2em;
}
.focusareas .column2:nth-child(3n) {
  margin-right: 0;
}
.focusareas .column2 div:nth-child(1) {
  width: 60%;
  min-height: 82px;
  font-weight: 700;
}
.focusareas .column2 div:nth-child(2) {
  width: 38%;
  margin-left: 2%;
}
.focusareas .column2 div:nth-child(3) {
  width: 100%;
  margin-top: 10px;
}
.focusareas .column2 div:nth-child(4) {
  width: 100%;
}
.focusareas .secList {
  display: block;
  width: 80%;
  margin: 20px auto 0;
  padding: 0.25em;
  background-color: #211815;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.focusareas .focusareas_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.focusareas .focusareas_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 49.5%;
  margin-bottom: 1%;
  padding: 0.5em;
  background-color: #e0e0e0;
  font-weight: 700;
  font-size: 2rem;
  text-align: left;
}
.focusareas .focusareas_list li span {
  width: 100%;
  font-weight: 400;
  font-size: 1.2rem;
}
.c-news__tag span {
  background: #666;
}
.p-calendar iframe {
  width: 100%;
  height: 620px;
}
.b-button {
  display: block;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 3rem 1rem 1rem;
  background-color: #000;
  font-weight: 700;
}
a.b-button,
a:visited.b-button {
  color: #fff;
}
.access__map {
  width: 100%;
}
.no_recruit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60vh;
  background-color: #ccc;
  font-size: 3.5rem;
}
.pagenation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 3em auto;
  clear: both;
}
.pagenation li {
  margin-left: 0.5em;
}
.pagenation li a.current,
.pagenation li span.current,
.pagenation li a:hover,
.pagenation li span:hover {
  background-color: #666;
  color: #fff;
}
.pagenation li a,
.pagenation li span {
  display: flex;
  display: block;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 3em;
  padding: 1em 1.5em;
  border: 1px solid #666;
  color: #000;
  line-height: 1em;
}
.pagenation li a.prev,
.pagenation li a.next,
.pagenation li span.prev,
.pagenation li span.next {
  padding: 1em;
  border: none;
}
.pagenation li a.prev:after,
.pagenation li a.next:after,
.pagenation li span.prev:after,
.pagenation li span.next:after {
  -webkit-transform: skew(-45deg);
  display: block;
  width: 20px;
  height: 5px;
  margin-top: 2px;
  transform: skew(-45deg);
  border-bottom: solid 1px;
  border-left: solid 1px;
  content: "";
}
.pagenation li a.next:after,
.pagenation li span.next:after {
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  border-right: solid 1px;
  border-bottom: solid 1px;
  border-left: none;
}
.p-news__container .c-grid__item--03 {
  width: 100%;
  width: 1052px;
}
.p-news__container .c-news {
  border-bottom: 1px solid #f8f8f8;
}
.p-news__container .c-news a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.p-news__container .c-news a:visited,
.p-news__container .c-news a:active {
  color: #000;
  text-decoration: none;
}
.p-news__container .c-news .c-news__image {
  width: 13%;
}
.p-news__container .c-news .c-news__category {
  position: relative;
  width: 100%;
}
.p-news__container .c-news .c-news__category span {
  display: block;
  width: 100%;
  border: 1px solid #666;
  text-align: center;
}
.p-news__container .c-news__tag {
  width: 16%;
}
.p-news__container .c-news__date {
  width: auto;
  width: 10%;
  padding: 6px;
  font-size: 14px;
  text-align: center;
}
.p-news__container .c-news__title {
  width: 52%;
  margin: 16px;
}
.c-grid__container--event .c-grid__item--03 {
  width: 100%;
  width: 1052px;
}
.c-grid__container--event .c-news {
  border-bottom: 1px solid #f8f8f8;
}
.c-grid__container--event .c-news a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.c-grid__container--event .c-news a:visited,
.c-grid__container--event .c-news a:active {
  color: #000;
  text-decoration: none;
}
.c-grid__container--event .c-news .c-news__image {
  width: 13%;
}
.c-grid__container--event .c-news .c-news__category {
  position: relative;
  width: 100%;
}
.c-grid__container--event .c-news .c-news__category span {
  display: block;
  width: 100%;
  border: 1px solid #666;
  text-align: center;
}
.c-grid__container--event .c-news__tag {
  width: 16%;
}
.c-grid__container--event .c-news__tag span {
  width: 100%;
  padding: 11px 10px;
  text-align: center;
}
.c-grid__container--event .c-news__tag.news span {
  background: #4793c9;
}
.c-grid__container--event .c-news__tag.report span {
  background: #c5b3d1;
}
.c-grid__container--event .c-news__tag.press span {
  background: #ff9900;
}
.c-grid__container--event .c-news__tag.vlz span {
  background: #00a75f;
}
.c-grid__container--event .c-news__tag.event span,
.c-grid__container--event .c-news__tag.tours span {
  background: #d09742;
}
.c-grid__container--event .c-news__tag.recruit span {
  background: #86b2bf;
}
.c-grid__container--event .c-news__tag.ftc span {
  background: #448e9d;
}
.c-grid__container--event .c-news__date {
  width: auto;
  width: 10%;
  padding: 6px;
  font-size: 14px;
  text-align: center;
}
.c-grid__container--event .c-news__title {
  width: 52%;
  margin: 16px;
}
.c-grid__container--pickup .c-grid__item--03 {
  width: 100%;
  width: 1052px;
}
.c-grid__container--pickup .c-news {
  border-bottom: 1px solid #f8f8f8;
}
.c-grid__container--pickup .c-news a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.c-grid__container--pickup .c-news a:visited,
.c-grid__container--pickup .c-news a:active {
  color: #000;
  text-decoration: none;
}
.c-grid__container--pickup .c-news .c-news__image {
  width: 13%;
}
.c-grid__container--pickup .c-news .c-news__category {
  position: relative;
  width: 100%;
}
.c-grid__container--pickup .c-news .c-news__category span {
  display: block;
  width: 100%;
  border: 1px solid #666;
  text-align: center;
}
.c-grid__container--pickup .c-news__tag {
  width: 16%;
}
.c-grid__container--pickup .c-news__tag span {
  width: 100%;
  padding: 11px 10px;
  text-align: center;
}
.c-grid__container--pickup .c-news__tag.news span {
  background: #4793c9;
}
.c-grid__container--pickup .c-news__tag.report span {
  background: #c5b3d1;
}
.c-grid__container--pickup .c-news__tag.press span {
  background: #ff9900;
}
.c-grid__container--pickup .c-news__tag.vlz span {
  background: #00a75f;
}
.c-grid__container--pickup .c-news__tag.event span,
.c-grid__container--pickup .c-news__tag.tours span {
  background: #d09742;
}
.c-grid__container--pickup .c-news__tag.recruit span {
  background: #86b2bf;
}
.c-grid__container--pickup .c-news__tag.ftc span {
  background: #448e9d;
}
.c-grid__container--pickup .c-news__date {
  width: auto;
  width: 10%;
  padding: 6px;
  font-size: 14px;
  text-align: center;
}
.c-grid__container--pickup .c-news__title {
  width: 52%;
  margin: 16px;
}
.c-news__tag span {
  width: 100%;
  padding: 11px 10px;
  text-align: center;
}
.c-news__tag.news span {
  background: #4793c9;
}
.c-news__tag.report span {
  background: #c5b3d1;
}
.c-news__tag.press span {
  background: #ff9900;
}
.c-news__tag.vlz span {
  background: #00a75f;
}
.c-news__tag.event span,
.c-news__tag.tours span {
  background: #d09742;
}
.c-news__tag.recruit span {
  background: #86b2bf;
}
.c-news__tag.ftc span {
  background: #448e9d;
}
.c-news__tag.seminar span {
  background: #4793c9;
}
.c-news__tag.exhibition span {
  background: #ff9900;
}
.c-news__tag.meeting span {
  background: #00a75f;
}
.c-news__tag.other span {
  background: #d09742;
}
.c-button__container--right + .c-button__container--right {
  margin-top: 10px;
}
.unit__news .headlines {
  margin-top: 0;
}
.industrialestatewrap {
  margin-top: 80px;
}
.industrialestate__address {
  margin-top: 20px;
}
.industrialestate__head {
  top: -60px;
}
.industrialestate__map {
  padding-top: 0;
}
.unit__related .unitlist li a figure span img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.unit__news .headlines li {
  font-size: 1.7rem;
}
.req_intro {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  main > *:last-child {
    padding-bottom: 100px;
  }
  .h3_block {
    margin-top: 4em;
  }
  .footerlistwrap .footerlist > li a {
    line-height: 1.4em;
  }
  .u-none--sp {
    display: block;
  }
  .u-none--pc {
    display: none;
  }
  .column2 {
    display: flex;
    justify-content: space-between;
  }
  .p-about__greeting__box {
    display: flex;
  }
  .p-about__greeting__txt__area {
    width: 66%;
  }
  .p-about__greeting__img__area {
    width: 33%;
  }
  .c-form .c-form__image {
    width: 50px;
    height: 50px;
    padding: 14px;
  }
  .column3 {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .future__img {
    width: auto;
    padding: 5%;
  }
  .b-button {
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  [class*="c-box"] {
    width: 100%;
  }
}
.c-link--blank:after {
  display: block;
  content: "\e89e";
  font-family: Material Symbols Outlined;
}
@media screen and (min-width: 768px) {
  .page_link:after {
    display: block;
    width: calc(33.3% - 1em);
    content: "";
  }
  .page_link li {
    width: calc(33.3% - 1em);
  }
  .page_link_row li {
    width: 100%;
  }
  .h3_block {
    font-size: 3.5rem;
  }
}
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-family: swiper-icons;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translateZ(0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  flex-shrink: 0;
  order: 9999;
  content: "";
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  width: var(--swiper-virtual-size);
  height: 1px;
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
.swiper-pagination {
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 10;
  position: absolute;
  transform: translateZ(0);
  text-align: center;
  transition: 0.3s opacity;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  display: inline-block;
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  -webkit-transform: translate3d(0px, -50%, 0);
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateY(-50%);
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateX(-50%);
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform: scale(0);
  -webkit-transform-origin: left top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  -ms-touch-action: none;
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  z-index: 50;
  position: absolute;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  -o-object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  -webkit-transform-origin: 50%;
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  transform-origin: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  visibility: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  backface-visibility: hidden;
  pointer-events: none;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  z-index: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.swiper-cube .swiper-cube-shadow:before {
  -webkit-filter: blur(50px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  pointer-events: none;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
  backface-visibility: hidden;
}
*,
:before,
:after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}
:where(:root) {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  overflow-wrap: break-word;
  cursor: default;
  tab-size: 4;
}
:where(body) {
  margin: 0;
}
:where(h1) {
  margin: 0.67em 0;
  font-size: 2em;
}
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}
:where(hr) {
  height: 0;
  color: inherit;
}
:where(nav) :where(ol, ul) {
  padding: 0;
  list-style-type: none;
}
:where(nav li):before {
  float: left;
  content: "\200b";
}
:where(pre) {
  overflow: auto;
  font-size: 1em;
  font-family: monospace, monospace;
}
:where(abbr[title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
}
:where(b, strong) {
  font-weight: bolder;
}
:where(code, kbd, samp) {
  font-size: 1em;
  font-family: monospace, monospace;
}
:where(small) {
  font-size: 80%;
}
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}
:where(iframe) {
  border-style: none;
}
:where(svg:not([fill])) {
  fill: currentColor;
}
:where(table) {
  border-color: inherit;
  border-collapse: collapse;
  text-indent: 0;
}
:where(button, input, select) {
  margin: 0;
}
:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}
:where(fieldset) {
  border: 1px solid #a0a0a0;
}
:where(progress) {
  vertical-align: baseline;
}
:where(textarea) {
  margin: 0;
  resize: vertical;
}
:where([type="search" i]) {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
:where(dialog) {
  position: absolute;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  padding: 1em;
  border: solid;
  background-color: #fff;
  color: #000;
}
:where(dialog:not([open])) {
  display: none;
}
:where(details > summary:first-of-type) {
  display: list-item;
}
:where([aria-busy="true" i]) {
  cursor: progress;
}
:where([aria-controls]) {
  cursor: pointer;
}
:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}
:where([aria-hidden="false" i][hidden]) {
  display: initial;
}
:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
:where(button, input, select, textarea) {
  padding: 0.25em 0.375em;
  border: 1px solid WindowFrame;
  background-color: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}
:where(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 1em;
  border-radius: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E")
    no-repeat right center / 1em;
}
:where(select[multiple]) {
  background-image: none;
}
:where([type="color" i], [type="range" i]) {
  padding: 0;
  border-width: 0;
}
.header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  background-color: #ffffffe6;
  user-select: none;
}
.header a {
  color: #000;
  transition: ease 0.1s;
}
.header a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.8;
}
.header a:visited,
.header a:active {
  color: #000;
  text-decoration: none;
}
.header .inner {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1em;
}
.header h1 {
  -webkit-transform: rotate(0.3deg);
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 1.6rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 30%;
  min-width: 224px;
  max-width: 250px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  transform: rotate(0.3deg);
}
.header h1 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
}
.header h1 a img {
  width: 100%;
  height: auto;
}
.burger {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
.burger__btn {
  z-index: 10;
  position: relative;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.burger__btn span {
  display: block;
  position: absolute;
  width: 24px;
  height: 4px;
  background-color: #666;
}
.burger__btn span:nth-child(1) {
  top: 12px;
  left: calc(50% - 12px);
}
.burger__btn span:nth-child(2) {
  top: 20px;
  left: calc(50% - 12px);
}
.burger__btn span:nth-child(3) {
  bottom: 12px;
  left: calc(50% - 12px);
  width: 13px;
}
.burger__btn.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  top: calc(50% - 2px);
  left: calc(50% - 12px);
  transform: rotate(45deg);
}
.burger__btn.active span:nth-child(2) {
  display: none;
}
.burger__btn.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  bottom: calc(50% - 2px);
  left: calc(50% - 12px);
  width: 24px;
  transform: rotate(-45deg);
}
.burger__wrap {
  display: none;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 4em 2em 2em;
  overflow-y: scroll;
  background-color: #fffffff2;
}
.burger__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 2em;
  margin: 0;
}
.burger__icons li {
  line-height: 1em;
}
.burger__icons li:first-child {
  margin-left: 0;
}
.burger__icons li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.burger__icons li a img {
  width: 15px;
  height: 15px;
  margin-right: 0.5em;
}
.burger__lists {
  width: 100%;
  margin: 0;
}
.burger__lists li {
  border-bottom: 1px solid #000;
  font-weight: 700;
}
.burger__lists li a {
  display: block;
  padding: 1em 0;
  line-height: 1em;
  text-align: left;
}
.burger__main {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  @media screen and (min-width: 992px) {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    order: 3;
    border-top: 1px solid #e6e6e6;
  }
}
.burger__main > li > span,
.burger__main > li > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.2em 0;
  border-bottom: 2px solid;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1em;
  text-align: left;
  cursor: pointer;
}
.burger__main > li > span.open:after,
.burger__main > li > a.open:after {
  -webkit-transform: rotate(45deg);
  display: block;
  width: 0.7em;
  height: 0.7em;
  transform: rotate(45deg);
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  content: "";
}
.burger__main > li.list01 > span,
.burger__main > li.list01 > a {
  border-bottom-color: #4793c9;
}
.burger__main > li.list02 > span,
.burger__main > li.list02 > a {
  border-bottom-color: #c5b3d1;
}
.burger__main > li.list03 > span,
.burger__main > li.list03 > a {
  border-bottom-color: #85d9e9;
}
.burger__main > li.list04 > span,
.burger__main > li.list04 > a {
  border-bottom-color: #00a75f;
}
.burger__main > li.list05 > span,
.burger__main > li.list05 > a {
  border-bottom-color: #FFCB05;
}
.burger__main__sub {
  display: none;
  width: 100%;
  max-width: 850px;
  @media screen and (min-width: 768px) {
    position: absolute;
    top: 65px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    flex-direction: column;
    gap: 20px;
    max-height: calc(100vh - 125px);
    overflow-y: auto;
    .header__category2 {
      grid-column: 1 / -1;
    }
    > div {
      position: relative;
      width: 100%;
      > span {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 1.2em 0 1.2em 2em;
        font-weight: 700;
        font-size: 1.3rem;
        line-height: 1em;
        text-align: left;
        cursor: pointer;
      }
      .tit {
        font-weight: 600;
        margin: 0;
        display: inline-block;
      }
      .link {
        text-decoration: underline;
        position: relative;
        margin: 0;
        &::before {
          content: '';
          width: 5px;
          height: 5px;
          border: 0;
          border-top: solid 1px #000;
          border-right: solid 1px #000;
          transform: rotate(45deg) translateY(-50%);
          position: absolute;
          top: 50%;
          right: -10px;
          margin: auto;
        }
      }
    }
  }
  .tit {
    margin: 10px 0 0 0;
  }
  .link {
    margin: 10px 0 0 0;
    display: inline-block;
  }
}

.burger__main > li > span.open:after,
.burger__main > li > a.open:after {
  position: absolute;
  right: 1em;
}

.burger__main__right {
  right: 0;
}

.links {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  gap: 5px;
  margin-top: 5px;
  margin-left: 10px;
  @media screen and (min-width: 768px) {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 10px;
    margin-left: 0;
  }
  > li {
    > a {
      background-color: #f7fcfe;
      display: grid;
      width: 100%;
      border-radius: 10px;
      text-align: center;
      padding: 8px 5px;
      place-content: center;
      height: 100%;
      font-weight: 500;
      box-shadow: 0 2px 4px rgba(0,0,0,0.3);
      @media screen and (min-width: 768px) {
        line-height: 1.5em;
      }
    }
  }
}

.links2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  gap: 5px;
  margin-top: 5px;
  margin-left: 10px;
  @media screen and (min-width: 768px) {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    margin-left: 0;
  }
  > li {
    > a {
      background-color: #f7fcfe;
      display: grid;
      width: 100%;
      border-radius: 10px;
      text-align: center;
      padding: 8px 5px;
      place-content: center;
      height: 100%;
      font-weight: 500;
      box-shadow: 0 2px 4px rgba(0,0,0,0.3);
      @media screen and (min-width: 768px) {
        line-height: 1.5em;
      }
    }
  }
}

.links__icon {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  gap: 10px;
  margin-top: 5px;
  margin-left: 10px;
  @media screen and (min-width: 768px) {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 10px;
    margin-left: 0px;
  }
  li {
    a {
      display: grid;
      width: 100%;
      position: relative;
      padding: 8px 5px 8px 30px;
      font-weight: 500;
      background-color: #f7fcfe;
      display: grid;
      width: 100%;
      border-radius: 10px;
      text-align: center;
      place-content: center;
      height: 100%;
      font-weight: 500;
      box-shadow: 0 2px 4px rgba(0,0,0,0.3);
      &::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        background-size: contain;
        background-position: center;
        transform: translateY(-50%);
      }
    }
    &:nth-child(1) {
      a {
        &::before {
          background-image: url('../img/icon-hairo.png');
          width: 24.3px;
          height: 24.4px;
        }
      }
    }
    &:nth-child(2) {
      a {
        &::before {
          background-image: url('../img/icon-robot.png');
          width: 24.3px;
          height: 24.4px;
        }
      }
    }
    &:nth-child(3) {
      a {
        &::before {
          background-image: url('../img/icon-energy.png');
          width: 24.3px;
          height: 24.4px;
        }
      }
    }
    &:nth-child(4) {
      a {
        &::before {
          background-image: url('../img/icon-nourinsuisan.png');
          width: 24.3px;
          height: 24.4px;
        }
      }
    }
    &:nth-child(5) {
      a {
        &::before {
          background-image: url('../img/icon-health.png');
          width: 24.3px;
          height: 24.4px;
        }
      }
    }
    &:nth-child(6) {
      a {
        &::before {
          background-image: url('../img/icon-aerospace.png');
          width: 24.3px;
          height: 24.4px;
        }
      }
    }
  }
}

.header__category {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  @media screen and (min-width: 992px) {
    grid-template-columns: repeat(3, 1fr);
  }
  li {
    a {
      figure {
        img {
          max-width: 100px;
          display: block;
          margin: auto;
        }
        figcaption {
          position: relative;
          text-align: center;
          font-weight: 700;
          display: inline-block;
          width: 100%;
          font-size: 1.3rem;
        }
        
        figcaption::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: 1px;
          background-color: black;
          transition: width 0.3s ease;
        }
        
        figcaption:hover::after {
          width: 100%;
        }
      }
    }
  }
}
.header__category2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  @media screen and (min-width: 992px) {
    grid-template-columns: repeat(3, 1fr);
  }
  li {
    a {
      figure {
        img {
          display: block;
          margin: auto;
          border-radius: 10px;
          box-shadow: 0 0 1.5em #0003
        }
        figcaption {
          position: relative;
          text-align: center;
          font-weight: 700;
          display: inline-block;
          font-size: 1.3rem;
          width: 100%;
        }
        
        figcaption::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: 1px;
          background-color: black;
          transition: width 0.3s ease;
        }
        
        figcaption:hover::after {
          width: 100%;
        }
      }
    }
  }
}

.c-link--blank:after {
  display: block;
  content: "\e89e";
  font-family: Material Symbols Outlined;
}
.footer {
  padding: 2em 1em 1em;
  background-color: #f8f8f8;
}
.footer .inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.bannerSlider {
  width: calc(100% - 100px);
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.bannerSlider .swiper-wrapper {
  padding-bottom: 30px;
}
.bannerSlider .swiper-slide img {
  width: 100%;
  height: auto;
}
.bannerSlider .swiper-button-prev {
  left: 0;
}
.bannerSlider .swiper-button-next {
  right: 0;
}
.bannerSlider .swiper-horizontal > .swiper-pagination-bullets,
.bannerSlider .swiper-pagination-bullets.swiper-pagination-horizontal,
.bannerSlider .swiper-pagination-custom,
.bannerSlider .swiper-pagination-fraction {
  bottom: 0;
}
.bannerSlider .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.bannerSlider .swiper-pagination-bullet-active {
  background-color: #666;
}
.btn__expand {
  margin: 0 -1em;
  padding: 1em;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.btn__expand span {
  position: absolute;
  right: 1em;
}
.footerlistwrap {
  margin-right: -1em;
  margin-left: -1em;
}
.footerlistwrap .footerlist {
  margin-top: 0;
}
.footerlistwrap .footerlist > li a {
  display: block;
  padding: 1em;
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px solid #404040;
  background-color: #666;
  color: #fff;
  line-height: 1em;
}
.footerlistwrap .lv__1 > li > a {
  font-weight: 700;
}
.footerlistwrap .lv__2 > li > a:before {
  padding-right: 0.5em;
  content: "\30fc";
}
.footerlistwrap .lv__2b > li > a {
  font-weight: 700;
}
.footerlistwrap .lv__2b > li > a:before {
  padding-right: 0.5em;
}
.footer__lower {
  padding: 1em 1em 0;
  border-top: 1px solid #e6e6e6;
}
.copyright {
  font-size: 1.1rem;
  text-align: left;
}
.address {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.address .logo {
  max-width: 147px;
}
.address .info {
  font-size: 1.3rem;
}
.snslist {
  max-width: 325px;
  margin: 0 auto;
}
.snslist p {
  font-size: 1.1rem;
  text-align: center;
}
.snslist .sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.snslist .sns li {
  width: calc(20% - 1em);
}
.sublist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.3rem;
}
.sublist li {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
/* main.pageindex {
  margin-top: calc(42.55319vw + 44px);
} */

.hero {
  display: flex;
  /* z-index: -1; */
  z-index: 1;
  top: 44px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* max-width: 842px; */
  /* overflow: hidden; */
  background-color: #000;
  height: auto;
  /* max-height: 382.22px; */
  /* margin: 0 auto; */
  @media screen and (min-width: 992px) {
    width: calc(100% - 380px);
  }
}

/* @media screen and (min-width: 768px) {
  .hero {
    height: calc(100% - 144px);
  }
} */

.hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* max-height: 382.22px; */
  aspect-ratio: 16 / 9;
  @media screen and (min-width: 992px) {
    display: block;
  }
}

.hero iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* max-height: 382.22px; */
  aspect-ratio: 16 / 9;
  @media screen and (min-width: 992px) {
    display: block;
  }
}

.hero {
  .u-none--pc {
    width: 100%;
  }
}

.unit__news {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1em;
}

.unit__news .evnt_bnr_title {
  margin: 0;
  margin-bottom: 0.125em;
  padding: 0 0.25em;
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .unit__news .evnt_bnr_title {
    margin-bottom: 0;
  }
}

.unit__news .evnt_bnr {
  width: 100%;
  padding: 0 0.25em 0.5em;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
  justify-content: center;
  background-color: #eee;
}

@media only screen and (max-width: 800px) {
  .unit__news .evnt_bnr {
    margin-bottom: 0;
    padding: 0 0.5em 0.5em;
    display: block;
  }
}

.unit__news .evnt_bnr div {
  width: 32%;
  margin-right: 1.33%;
}

@media only screen and (max-width: 800px) {
  .unit__news .evnt_bnr div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.unit__news .evnt_bnr div:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.unit__news .btn__simple--arrow {
  text-align: center;
}
.unit__news .categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0;
}
.unit__news .categories li {
  margin-right: 1em;
  padding: 0.5em 1em;
  border: 1px solid #666;
  border-radius: 100vh;
  color: #666;
  font-size: 1.3rem;
  line-height: 1em;
}
.unit__news .categories li.active {
  border: 1px solid #ffffff;
  background-image: radial-gradient(
      at 5% 93%,
      hsla(276deg, 37%, 39%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 70% 74%,
      hsla(154deg, 100%, 32%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 45% 33%,
      hsla(154deg, 100%, 32%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 88% 22%,
      hsla(30deg, 100%, 60%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 48% 83%,
      hsla(170deg, 100%, 40%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 16% 18%,
      hsla(204deg, 65%, 50%, 0.6) 0px,
      transparent 50%
    );
  background-color: #fff;
  color: #fff;
}
.unit__news .headlines {
  margin-bottom: 0;
}
.unit__news .headlines li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #f8f8f8;
  @media screen and (min-width: 768px) {
    border-bottom: none;
  }
}
.unit__news .headlines li a {
  color: #666;
}
.unit__news .headlines li:last-child {
  border-bottom: none;
}
.unit__news .headlines li p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4em;
}
.unit__news .headlines li p.meta .date {
  margin-right: 1em;
}
.unit__news .headlines li p.meta .category {
  padding: 0.15em 0.5em;
  color: #000;
  font-size: 1rem;
  border: 1px solid #000;
  border-radius: 10px;
}
.unit__effort {
  z-index: 2;
  position: relative;
  margin-right: -1.5em;
  margin-left: -1.5em;
  padding: 2em 1.5em;
  margin-top: 130px;
}
.unit__effort:before {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
      at 5% 93%,
      hsla(276deg, 37%, 39%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 70% 74%,
      hsla(154deg, 100%, 32%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 45% 33%,
      hsla(154deg, 100%, 32%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 88% 22%,
      hsla(30deg, 100%, 60%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 48% 83%,
      hsla(170deg, 100%, 40%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 16% 18%,
      hsla(204deg, 65%, 50%, 0.6) 0px,
      transparent 50%
    );
  background-color: #fff;
  content: "";
}
.unit__effort:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.9)
  );
  content: "";
}
.unit__effort h2 {
  margin-top: 2em;
  line-height: 1em;
  text-align: center;
}
.unit__effort h2:first-of-type {
  margin-top: 1em;
}
.unit__effort .concrete {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}
.unit__effort .concrete li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(50% - 0.5em);
  margin-top: 1em;
}
.unit__effort .concrete a {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.5em;
  border-radius: 1em;
  background-color: #fff;
  box-shadow: 0 0 1.5em #0003;
  color: #666;
  font-weight: 700;
}
.unit__effort .concrete a span {
  width: 100%;
  line-height: 1em;
  text-align: center;
}
.unit__effort .concrete a span.icon {
  width: 60px;
}
.unit__effort .concrete a span.label {
  margin-top: 1em;
}
.unit__effort .facility {
  max-width: 1100px;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}
.unit__effort .facility li {
  margin-top: 1em;
}
.unit__effort .facility li a {
  color: #666;
  font-weight: 700;
}
.unit__effort .facility li a figure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.unit__effort .facility li a figure span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 1em;
  box-shadow: 0 0 1.5em #0003;
}
.unit__effort .facility li a figure span img {
  -webkit-transform: scale(1.5);
  width: 100%;
  height: auto;
  transform: scale(1.5);
}
.unit__effort .facility li a figure figcaption {
  width: calc(100% - 80px - 1.5em);
  line-height: 1.2em;
}
.unit__effort .facility li a figure figcaption span {
  display: block;
  width: inherit;
  box-shadow: none;
  font-size: 70%;
}
.unit__related h2 {
  margin-top: 1.5em;
  line-height: 1em;
  text-align: center;
}
.unit__related .unitlist {
  max-width: 1100px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}
.unit__related .unitlist li {
  width: 100%;
  margin-top: 2em;
}
.unit__related .unitlist li a {
  color: #666;
}
.unit__related .unitlist li a figure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.unit__related .unitlist li a figure span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 0.5em;
}
.unit__related .unitlist li a figure span img {
  -webkit-transform: scale(1.5);
  width: 100%;
  height: auto;
  transform: scale(1.5);
}
.unit__related .unitlist li a figure figcaption {
  width: calc(100% - 80px - 1.5em);
  line-height: 1.2em;
}
.unit__snsembed {
  max-width: 1100px;
  margin-top: 4em;
  margin-right: auto;
  margin-left: auto;
}
.unit__snsembed .ig-emb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.unit__snsembed .ig-emb ul li {
  aspect-ratio: 1/1;
  width: calc(33.3% - 1px);
  margin-bottom: 2px;
  overflow: hidden;
}
.unit__snsembed .ig-emb ul li a {
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
.unit__snsembed .ig-emb ul li a img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.unit__snsembed .fb_iframe_widget,
.unit__snsembed .fb_iframe_widget span,
.unit__snsembed .fb_iframe_widget iframe[style] {
  width: 100% !important;
}
.sdw {
  box-shadow: 0 0 1.5em #0003;
}
.rad {
  border-radius: 1em;
}
.h__2--n {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 2.7rem;
}
.h__2--pages {
  z-index: 2;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.5em;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
}
.h__2--pages:before {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
      at 5% 93%,
      hsla(276deg, 37%, 39%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 70% 74%,
      hsla(154deg, 100%, 32%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 45% 33%,
      hsla(154deg, 100%, 32%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 88% 22%,
      hsla(30deg, 100%, 60%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 48% 83%,
      hsla(170deg, 100%, 40%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 16% 18%,
      hsla(204deg, 65%, 50%, 0.6) 0px,
      transparent 50%
    );
  background-color: #fff;
  content: "";
}
.h__2--pages:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff9;
  content: "";
}
.btn__simple--arrow a {
  color: #000;
}
.btn__simple--arrow a:after {
  content: "\e5cc";
  font-family: Material Symbols Outlined;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: -1em;
  margin-left: auto;
  font-size: 1.3rem;
}
.breadcrumbs li:after {
  padding: 0 1.5em;
  content: "\3009";
}
.breadcrumbs li:last-child:after {
  content: "";
}
html {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #000;
  text-align: justify;
}
address {
  font-style: normal;
}
a {
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  opacity: 0.7;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul {
  padding: 0;
  list-style: none;
}
strong {
  font-weight: 600;
}
.wrap {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
html {
  line-height: 2;
  scroll-behavior: smooth;
}
body {
  min-width: 320px;
}
main {
  margin-top: 44px;
}
.cont__main {
  padding-right: 1.5em;
  padding-bottom: 2em;
  padding-left: 1.5em;
  background-color: #fff;
}
.cont__under {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.bold {
  font-weight: 700;
}
.big {
  font-size: 150%;
}
.notice {
  margin-top: 0;
  padding-left: 1em;
  font-size: 80%;
  line-height: 1.4em;
  text-indent: -1em;
}
.up {
  font-size: 50%;
  vertical-align: super;
}
.cf:after {
  display: block;
  clear: both;
  content: "";
}
.clear {
  clear: both;
}
.red {
  color: red;
}
.t__c {
  text-align: center;
}
.t__l {
  text-align: left;
}
.t__r {
  text-align: right;
}
.t__j {
  text-align: justify;
}
.mt1 {
  margin-top: 1em;
}
.mb1 {
  margin-bottom: 1em;
}
.ml1 {
  margin-left: 1em;
}
.mr1 {
  margin-right: 1em;
}
.mt1p {
  margin-top: 1px;
}
.mb1p {
  margin-bottom: 1px;
}
.ml1p {
  margin-left: 1px;
}
.mr1p {
  margin-right: 1px;
}
.mt2 {
  margin-top: 2em;
}
.mb2 {
  margin-bottom: 2em;
}
.ml2 {
  margin-left: 2em;
}
.mr2 {
  margin-right: 2em;
}
.mt2p {
  margin-top: 2px;
}
.mb2p {
  margin-bottom: 2px;
}
.ml2p {
  margin-left: 2px;
}
.mr2p {
  margin-right: 2px;
}
.mt3 {
  margin-top: 3em;
}
.mb3 {
  margin-bottom: 3em;
}
.ml3 {
  margin-left: 3em;
}
.mr3 {
  margin-right: 3em;
}
.mt3p {
  margin-top: 3px;
}
.mb3p {
  margin-bottom: 3px;
}
.ml3p {
  margin-left: 3px;
}
.mr3p {
  margin-right: 3px;
}
.mt4 {
  margin-top: 4em;
}
.mb4 {
  margin-bottom: 4em;
}
.ml4 {
  margin-left: 4em;
}
.mr4 {
  margin-right: 4em;
}
.mt4p {
  margin-top: 4px;
}
.mb4p {
  margin-bottom: 4px;
}
.ml4p {
  margin-left: 4px;
}
.mr4p {
  margin-right: 4px;
}
.mt5 {
  margin-top: 5em;
}
.mb5 {
  margin-bottom: 5em;
}
.ml5 {
  margin-left: 5em;
}
.mr5 {
  margin-right: 5em;
}
.mt5p {
  margin-top: 5px;
}
.mb5p {
  margin-bottom: 5px;
}
.ml5p {
  margin-left: 5px;
}
.mr5p {
  margin-right: 5px;
}
.mt6 {
  margin-top: 6em;
}
.mb6 {
  margin-bottom: 6em;
}
.ml6 {
  margin-left: 6em;
}
.mr6 {
  margin-right: 6em;
}
.mt6p {
  margin-top: 6px;
}
.mb6p {
  margin-bottom: 6px;
}
.ml6p {
  margin-left: 6px;
}
.mr6p {
  margin-right: 6px;
}
.mt7 {
  margin-top: 7em;
}
.mb7 {
  margin-bottom: 7em;
}
.ml7 {
  margin-left: 7em;
}
.mr7 {
  margin-right: 7em;
}
.mt7p {
  margin-top: 7px;
}
.mb7p {
  margin-bottom: 7px;
}
.ml7p {
  margin-left: 7px;
}
.mr7p {
  margin-right: 7px;
}
.mt8 {
  margin-top: 8em;
}
.mb8 {
  margin-bottom: 8em;
}
.ml8 {
  margin-left: 8em;
}
.mr8 {
  margin-right: 8em;
}
.mt8p {
  margin-top: 8px;
}
.mb8p {
  margin-bottom: 8px;
}
.ml8p {
  margin-left: 8px;
}
.mr8p {
  margin-right: 8px;
}
.mt9 {
  margin-top: 9em;
}
.mb9 {
  margin-bottom: 9em;
}
.ml9 {
  margin-left: 9em;
}
.mr9 {
  margin-right: 9em;
}
.mt9p {
  margin-top: 9px;
}
.mb9p {
  margin-bottom: 9px;
}
.ml9p {
  margin-left: 9px;
}
.mr9p {
  margin-right: 9px;
}
.mt10 {
  margin-top: 10em;
}
.mb10 {
  margin-bottom: 10em;
}
.ml10 {
  margin-left: 10em;
}
.mr10 {
  margin-right: 10em;
}
.mt10p {
  margin-top: 10px;
}
.mb10p {
  margin-bottom: 10px;
}
.ml10p {
  margin-left: 10px;
}
.mr10p {
  margin-right: 10px;
}
.mt11 {
  margin-top: 11em;
}
.mb11 {
  margin-bottom: 11em;
}
.ml11 {
  margin-left: 11em;
}
.mr11 {
  margin-right: 11em;
}
.mt11p {
  margin-top: 11px;
}
.mb11p {
  margin-bottom: 11px;
}
.ml11p {
  margin-left: 11px;
}
.mr11p {
  margin-right: 11px;
}
.mt12 {
  margin-top: 12em;
}
.mb12 {
  margin-bottom: 12em;
}
.ml12 {
  margin-left: 12em;
}
.mr12 {
  margin-right: 12em;
}
.mt12p {
  margin-top: 12px;
}
.mb12p {
  margin-bottom: 12px;
}
.ml12p {
  margin-left: 12px;
}
.mr12p {
  margin-right: 12px;
}
.mt13 {
  margin-top: 13em;
}
.mb13 {
  margin-bottom: 13em;
}
.ml13 {
  margin-left: 13em;
}
.mr13 {
  margin-right: 13em;
}
.mt13p {
  margin-top: 13px;
}
.mb13p {
  margin-bottom: 13px;
}
.ml13p {
  margin-left: 13px;
}
.mr13p {
  margin-right: 13px;
}
.mt14 {
  margin-top: 14em;
}
.mb14 {
  margin-bottom: 14em;
}
.ml14 {
  margin-left: 14em;
}
.mr14 {
  margin-right: 14em;
}
.mt14p {
  margin-top: 14px;
}
.mb14p {
  margin-bottom: 14px;
}
.ml14p {
  margin-left: 14px;
}
.mr14p {
  margin-right: 14px;
}
.mt15 {
  margin-top: 15em;
}
.mb15 {
  margin-bottom: 15em;
}
.ml15 {
  margin-left: 15em;
}
.mr15 {
  margin-right: 15em;
}
.mt15p {
  margin-top: 15px;
}
.mb15p {
  margin-bottom: 15px;
}
.ml15p {
  margin-left: 15px;
}
.mr15p {
  margin-right: 15px;
}
.mt16 {
  margin-top: 16em;
}
.mb16 {
  margin-bottom: 16em;
}
.ml16 {
  margin-left: 16em;
}
.mr16 {
  margin-right: 16em;
}
.mt16p {
  margin-top: 16px;
}
.mb16p {
  margin-bottom: 16px;
}
.ml16p {
  margin-left: 16px;
}
.mr16p {
  margin-right: 16px;
}
.mt17 {
  margin-top: 17em;
}
.mb17 {
  margin-bottom: 17em;
}
.ml17 {
  margin-left: 17em;
}
.mr17 {
  margin-right: 17em;
}
.mt17p {
  margin-top: 17px;
}
.mb17p {
  margin-bottom: 17px;
}
.ml17p {
  margin-left: 17px;
}
.mr17p {
  margin-right: 17px;
}
.mt18 {
  margin-top: 18em;
}
.mb18 {
  margin-bottom: 18em;
}
.ml18 {
  margin-left: 18em;
}
.mr18 {
  margin-right: 18em;
}
.mt18p {
  margin-top: 18px;
}
.mb18p {
  margin-bottom: 18px;
}
.ml18p {
  margin-left: 18px;
}
.mr18p {
  margin-right: 18px;
}
.mt19 {
  margin-top: 19em;
}
.mb19 {
  margin-bottom: 19em;
}
.ml19 {
  margin-left: 19em;
}
.mr19 {
  margin-right: 19em;
}
.mt19p {
  margin-top: 19px;
}
.mb19p {
  margin-bottom: 19px;
}
.ml19p {
  margin-left: 19px;
}
.mr19p {
  margin-right: 19px;
}
.mt20 {
  margin-top: 20em;
}
.mb20 {
  margin-bottom: 20em;
}
.ml20 {
  margin-left: 20em;
}
.mr20 {
  margin-right: 20em;
}
.mt20p {
  margin-top: 20px;
}
.mb20p {
  margin-bottom: 20px;
}
.ml20p {
  margin-left: 20px;
}
.mr20p {
  margin-right: 20px;
}
.mt21 {
  margin-top: 21em;
}
.mb21 {
  margin-bottom: 21em;
}
.ml21 {
  margin-left: 21em;
}
.mr21 {
  margin-right: 21em;
}
.mt21p {
  margin-top: 21px;
}
.mb21p {
  margin-bottom: 21px;
}
.ml21p {
  margin-left: 21px;
}
.mr21p {
  margin-right: 21px;
}
.mt22 {
  margin-top: 22em;
}
.mb22 {
  margin-bottom: 22em;
}
.ml22 {
  margin-left: 22em;
}
.mr22 {
  margin-right: 22em;
}
.mt22p {
  margin-top: 22px;
}
.mb22p {
  margin-bottom: 22px;
}
.ml22p {
  margin-left: 22px;
}
.mr22p {
  margin-right: 22px;
}
.mt23 {
  margin-top: 23em;
}
.mb23 {
  margin-bottom: 23em;
}
.ml23 {
  margin-left: 23em;
}
.mr23 {
  margin-right: 23em;
}
.mt23p {
  margin-top: 23px;
}
.mb23p {
  margin-bottom: 23px;
}
.ml23p {
  margin-left: 23px;
}
.mr23p {
  margin-right: 23px;
}
.mt24 {
  margin-top: 24em;
}
.mb24 {
  margin-bottom: 24em;
}
.ml24 {
  margin-left: 24em;
}
.mr24 {
  margin-right: 24em;
}
.mt24p {
  margin-top: 24px;
}
.mb24p {
  margin-bottom: 24px;
}
.ml24p {
  margin-left: 24px;
}
.mr24p {
  margin-right: 24px;
}
.mt25 {
  margin-top: 25em;
}
.mb25 {
  margin-bottom: 25em;
}
.ml25 {
  margin-left: 25em;
}
.mr25 {
  margin-right: 25em;
}
.mt25p {
  margin-top: 25px;
}
.mb25p {
  margin-bottom: 25px;
}
.ml25p {
  margin-left: 25px;
}
.mr25p {
  margin-right: 25px;
}
.mt26 {
  margin-top: 26em;
}
.mb26 {
  margin-bottom: 26em;
}
.ml26 {
  margin-left: 26em;
}
.mr26 {
  margin-right: 26em;
}
.mt26p {
  margin-top: 26px;
}
.mb26p {
  margin-bottom: 26px;
}
.ml26p {
  margin-left: 26px;
}
.mr26p {
  margin-right: 26px;
}
.mt27 {
  margin-top: 27em;
}
.mb27 {
  margin-bottom: 27em;
}
.ml27 {
  margin-left: 27em;
}
.mr27 {
  margin-right: 27em;
}
.mt27p {
  margin-top: 27px;
}
.mb27p {
  margin-bottom: 27px;
}
.ml27p {
  margin-left: 27px;
}
.mr27p {
  margin-right: 27px;
}
.mt28 {
  margin-top: 28em;
}
.mb28 {
  margin-bottom: 28em;
}
.ml28 {
  margin-left: 28em;
}
.mr28 {
  margin-right: 28em;
}
.mt28p {
  margin-top: 28px;
}
.mb28p {
  margin-bottom: 28px;
}
.ml28p {
  margin-left: 28px;
}
.mr28p {
  margin-right: 28px;
}
.mt29 {
  margin-top: 29em;
}
.mb29 {
  margin-bottom: 29em;
}
.ml29 {
  margin-left: 29em;
}
.mr29 {
  margin-right: 29em;
}
.mt29p {
  margin-top: 29px;
}
.mb29p {
  margin-bottom: 29px;
}
.ml29p {
  margin-left: 29px;
}
.mr29p {
  margin-right: 29px;
}
.mt30 {
  margin-top: 30em;
}
.mb30 {
  margin-bottom: 30em;
}
.ml30 {
  margin-left: 30em;
}
.mr30 {
  margin-right: 30em;
}
.mt30p {
  margin-top: 30px;
}
.mb30p {
  margin-bottom: 30px;
}
.ml30p {
  margin-left: 30px;
}
.mr30p {
  margin-right: 30px;
}
.mt31 {
  margin-top: 31em;
}
.mb31 {
  margin-bottom: 31em;
}
.ml31 {
  margin-left: 31em;
}
.mr31 {
  margin-right: 31em;
}
.mt31p {
  margin-top: 31px;
}
.mb31p {
  margin-bottom: 31px;
}
.ml31p {
  margin-left: 31px;
}
.mr31p {
  margin-right: 31px;
}
.mt32 {
  margin-top: 32em;
}
.mb32 {
  margin-bottom: 32em;
}
.ml32 {
  margin-left: 32em;
}
.mr32 {
  margin-right: 32em;
}
.mt32p {
  margin-top: 32px;
}
.mb32p {
  margin-bottom: 32px;
}
.ml32p {
  margin-left: 32px;
}
.mr32p {
  margin-right: 32px;
}
.mt33 {
  margin-top: 33em;
}
.mb33 {
  margin-bottom: 33em;
}
.ml33 {
  margin-left: 33em;
}
.mr33 {
  margin-right: 33em;
}
.mt33p {
  margin-top: 33px;
}
.mb33p {
  margin-bottom: 33px;
}
.ml33p {
  margin-left: 33px;
}
.mr33p {
  margin-right: 33px;
}
.mt34 {
  margin-top: 34em;
}
.mb34 {
  margin-bottom: 34em;
}
.ml34 {
  margin-left: 34em;
}
.mr34 {
  margin-right: 34em;
}
.mt34p {
  margin-top: 34px;
}
.mb34p {
  margin-bottom: 34px;
}
.ml34p {
  margin-left: 34px;
}
.mr34p {
  margin-right: 34px;
}
.mt35 {
  margin-top: 35em;
}
.mb35 {
  margin-bottom: 35em;
}
.ml35 {
  margin-left: 35em;
}
.mr35 {
  margin-right: 35em;
}
.mt35p {
  margin-top: 35px;
}
.mb35p {
  margin-bottom: 35px;
}
.ml35p {
  margin-left: 35px;
}
.mr35p {
  margin-right: 35px;
}
.mt36 {
  margin-top: 36em;
}
.mb36 {
  margin-bottom: 36em;
}
.ml36 {
  margin-left: 36em;
}
.mr36 {
  margin-right: 36em;
}
.mt36p {
  margin-top: 36px;
}
.mb36p {
  margin-bottom: 36px;
}
.ml36p {
  margin-left: 36px;
}
.mr36p {
  margin-right: 36px;
}
.mt37 {
  margin-top: 37em;
}
.mb37 {
  margin-bottom: 37em;
}
.ml37 {
  margin-left: 37em;
}
.mr37 {
  margin-right: 37em;
}
.mt37p {
  margin-top: 37px;
}
.mb37p {
  margin-bottom: 37px;
}
.ml37p {
  margin-left: 37px;
}
.mr37p {
  margin-right: 37px;
}
.mt38 {
  margin-top: 38em;
}
.mb38 {
  margin-bottom: 38em;
}
.ml38 {
  margin-left: 38em;
}
.mr38 {
  margin-right: 38em;
}
.mt38p {
  margin-top: 38px;
}
.mb38p {
  margin-bottom: 38px;
}
.ml38p {
  margin-left: 38px;
}
.mr38p {
  margin-right: 38px;
}
.mt39 {
  margin-top: 39em;
}
.mb39 {
  margin-bottom: 39em;
}
.ml39 {
  margin-left: 39em;
}
.mr39 {
  margin-right: 39em;
}
.mt39p {
  margin-top: 39px;
}
.mb39p {
  margin-bottom: 39px;
}
.ml39p {
  margin-left: 39px;
}
.mr39p {
  margin-right: 39px;
}
.mt40 {
  margin-top: 40em;
}
.mb40 {
  margin-bottom: 40em;
}
.ml40 {
  margin-left: 40em;
}
.mr40 {
  margin-right: 40em;
}
.mt40p {
  margin-top: 40px;
}
.mb40p {
  margin-bottom: 40px;
}
.ml40p {
  margin-left: 40px;
}
.mr40p {
  margin-right: 40px;
}
.mt41 {
  margin-top: 41em;
}
.mb41 {
  margin-bottom: 41em;
}
.ml41 {
  margin-left: 41em;
}
.mr41 {
  margin-right: 41em;
}
.mt41p {
  margin-top: 41px;
}
.mb41p {
  margin-bottom: 41px;
}
.ml41p {
  margin-left: 41px;
}
.mr41p {
  margin-right: 41px;
}
.mt42 {
  margin-top: 42em;
}
.mb42 {
  margin-bottom: 42em;
}
.ml42 {
  margin-left: 42em;
}
.mr42 {
  margin-right: 42em;
}
.mt42p {
  margin-top: 42px;
}
.mb42p {
  margin-bottom: 42px;
}
.ml42p {
  margin-left: 42px;
}
.mr42p {
  margin-right: 42px;
}
.mt43 {
  margin-top: 43em;
}
.mb43 {
  margin-bottom: 43em;
}
.ml43 {
  margin-left: 43em;
}
.mr43 {
  margin-right: 43em;
}
.mt43p {
  margin-top: 43px;
}
.mb43p {
  margin-bottom: 43px;
}
.ml43p {
  margin-left: 43px;
}
.mr43p {
  margin-right: 43px;
}
.mt44 {
  margin-top: 44em;
}
.mb44 {
  margin-bottom: 44em;
}
.ml44 {
  margin-left: 44em;
}
.mr44 {
  margin-right: 44em;
}
.mt44p {
  margin-top: 44px;
}
.mb44p {
  margin-bottom: 44px;
}
.ml44p {
  margin-left: 44px;
}
.mr44p {
  margin-right: 44px;
}
.mt45 {
  margin-top: 45em;
}
.mb45 {
  margin-bottom: 45em;
}
.ml45 {
  margin-left: 45em;
}
.mr45 {
  margin-right: 45em;
}
.mt45p {
  margin-top: 45px;
}
.mb45p {
  margin-bottom: 45px;
}
.ml45p {
  margin-left: 45px;
}
.mr45p {
  margin-right: 45px;
}
.mt46 {
  margin-top: 46em;
}
.mb46 {
  margin-bottom: 46em;
}
.ml46 {
  margin-left: 46em;
}
.mr46 {
  margin-right: 46em;
}
.mt46p {
  margin-top: 46px;
}
.mb46p {
  margin-bottom: 46px;
}
.ml46p {
  margin-left: 46px;
}
.mr46p {
  margin-right: 46px;
}
.mt47 {
  margin-top: 47em;
}
.mb47 {
  margin-bottom: 47em;
}
.ml47 {
  margin-left: 47em;
}
.mr47 {
  margin-right: 47em;
}
.mt47p {
  margin-top: 47px;
}
.mb47p {
  margin-bottom: 47px;
}
.ml47p {
  margin-left: 47px;
}
.mr47p {
  margin-right: 47px;
}
.mt48 {
  margin-top: 48em;
}
.mb48 {
  margin-bottom: 48em;
}
.ml48 {
  margin-left: 48em;
}
.mr48 {
  margin-right: 48em;
}
.mt48p {
  margin-top: 48px;
}
.mb48p {
  margin-bottom: 48px;
}
.ml48p {
  margin-left: 48px;
}
.mr48p {
  margin-right: 48px;
}
.mt49 {
  margin-top: 49em;
}
.mb49 {
  margin-bottom: 49em;
}
.ml49 {
  margin-left: 49em;
}
.mr49 {
  margin-right: 49em;
}
.mt49p {
  margin-top: 49px;
}
.mb49p {
  margin-bottom: 49px;
}
.ml49p {
  margin-left: 49px;
}
.mr49p {
  margin-right: 49px;
}
.mt50 {
  margin-top: 50em;
}
.mb50 {
  margin-bottom: 50em;
}
.ml50 {
  margin-left: 50em;
}
.mr50 {
  margin-right: 50em;
}
.mt50p {
  margin-top: 50px;
}
.mb50p {
  margin-bottom: 50px;
}
.ml50p {
  margin-left: 50px;
}
.mr50p {
  margin-right: 50px;
}
.mt51 {
  margin-top: 51em;
}
.mb51 {
  margin-bottom: 51em;
}
.ml51 {
  margin-left: 51em;
}
.mr51 {
  margin-right: 51em;
}
.mt51p {
  margin-top: 51px;
}
.mb51p {
  margin-bottom: 51px;
}
.ml51p {
  margin-left: 51px;
}
.mr51p {
  margin-right: 51px;
}
.mt52 {
  margin-top: 52em;
}
.mb52 {
  margin-bottom: 52em;
}
.ml52 {
  margin-left: 52em;
}
.mr52 {
  margin-right: 52em;
}
.mt52p {
  margin-top: 52px;
}
.mb52p {
  margin-bottom: 52px;
}
.ml52p {
  margin-left: 52px;
}
.mr52p {
  margin-right: 52px;
}
.mt53 {
  margin-top: 53em;
}
.mb53 {
  margin-bottom: 53em;
}
.ml53 {
  margin-left: 53em;
}
.mr53 {
  margin-right: 53em;
}
.mt53p {
  margin-top: 53px;
}
.mb53p {
  margin-bottom: 53px;
}
.ml53p {
  margin-left: 53px;
}
.mr53p {
  margin-right: 53px;
}
.mt54 {
  margin-top: 54em;
}
.mb54 {
  margin-bottom: 54em;
}
.ml54 {
  margin-left: 54em;
}
.mr54 {
  margin-right: 54em;
}
.mt54p {
  margin-top: 54px;
}
.mb54p {
  margin-bottom: 54px;
}
.ml54p {
  margin-left: 54px;
}
.mr54p {
  margin-right: 54px;
}
.mt55 {
  margin-top: 55em;
}
.mb55 {
  margin-bottom: 55em;
}
.ml55 {
  margin-left: 55em;
}
.mr55 {
  margin-right: 55em;
}
.mt55p {
  margin-top: 55px;
}
.mb55p {
  margin-bottom: 55px;
}
.ml55p {
  margin-left: 55px;
}
.mr55p {
  margin-right: 55px;
}
.mt56 {
  margin-top: 56em;
}
.mb56 {
  margin-bottom: 56em;
}
.ml56 {
  margin-left: 56em;
}
.mr56 {
  margin-right: 56em;
}
.mt56p {
  margin-top: 56px;
}
.mb56p {
  margin-bottom: 56px;
}
.ml56p {
  margin-left: 56px;
}
.mr56p {
  margin-right: 56px;
}
.mt57 {
  margin-top: 57em;
}
.mb57 {
  margin-bottom: 57em;
}
.ml57 {
  margin-left: 57em;
}
.mr57 {
  margin-right: 57em;
}
.mt57p {
  margin-top: 57px;
}
.mb57p {
  margin-bottom: 57px;
}
.ml57p {
  margin-left: 57px;
}
.mr57p {
  margin-right: 57px;
}
.mt58 {
  margin-top: 58em;
}
.mb58 {
  margin-bottom: 58em;
}
.ml58 {
  margin-left: 58em;
}
.mr58 {
  margin-right: 58em;
}
.mt58p {
  margin-top: 58px;
}
.mb58p {
  margin-bottom: 58px;
}
.ml58p {
  margin-left: 58px;
}
.mr58p {
  margin-right: 58px;
}
.mt59 {
  margin-top: 59em;
}
.mb59 {
  margin-bottom: 59em;
}
.ml59 {
  margin-left: 59em;
}
.mr59 {
  margin-right: 59em;
}
.mt59p {
  margin-top: 59px;
}
.mb59p {
  margin-bottom: 59px;
}
.ml59p {
  margin-left: 59px;
}
.mr59p {
  margin-right: 59px;
}
.mt60 {
  margin-top: 60em;
}
.mb60 {
  margin-bottom: 60em;
}
.ml60 {
  margin-left: 60em;
}
.mr60 {
  margin-right: 60em;
}
.mt60p {
  margin-top: 60px;
}
.mb60p {
  margin-bottom: 60px;
}
.ml60p {
  margin-left: 60px;
}
.mr60p {
  margin-right: 60px;
}
.mt61 {
  margin-top: 61em;
}
.mb61 {
  margin-bottom: 61em;
}
.ml61 {
  margin-left: 61em;
}
.mr61 {
  margin-right: 61em;
}
.mt61p {
  margin-top: 61px;
}
.mb61p {
  margin-bottom: 61px;
}
.ml61p {
  margin-left: 61px;
}
.mr61p {
  margin-right: 61px;
}
.mt62 {
  margin-top: 62em;
}
.mb62 {
  margin-bottom: 62em;
}
.ml62 {
  margin-left: 62em;
}
.mr62 {
  margin-right: 62em;
}
.mt62p {
  margin-top: 62px;
}
.mb62p {
  margin-bottom: 62px;
}
.ml62p {
  margin-left: 62px;
}
.mr62p {
  margin-right: 62px;
}
.mt63 {
  margin-top: 63em;
}
.mb63 {
  margin-bottom: 63em;
}
.ml63 {
  margin-left: 63em;
}
.mr63 {
  margin-right: 63em;
}
.mt63p {
  margin-top: 63px;
}
.mb63p {
  margin-bottom: 63px;
}
.ml63p {
  margin-left: 63px;
}
.mr63p {
  margin-right: 63px;
}
.mt64 {
  margin-top: 64em;
}
.mb64 {
  margin-bottom: 64em;
}
.ml64 {
  margin-left: 64em;
}
.mr64 {
  margin-right: 64em;
}
.mt64p {
  margin-top: 64px;
}
.mb64p {
  margin-bottom: 64px;
}
.ml64p {
  margin-left: 64px;
}
.mr64p {
  margin-right: 64px;
}
.mt65 {
  margin-top: 65em;
}
.mb65 {
  margin-bottom: 65em;
}
.ml65 {
  margin-left: 65em;
}
.mr65 {
  margin-right: 65em;
}
.mt65p {
  margin-top: 65px;
}
.mb65p {
  margin-bottom: 65px;
}
.ml65p {
  margin-left: 65px;
}
.mr65p {
  margin-right: 65px;
}
.mt66 {
  margin-top: 66em;
}
.mb66 {
  margin-bottom: 66em;
}
.ml66 {
  margin-left: 66em;
}
.mr66 {
  margin-right: 66em;
}
.mt66p {
  margin-top: 66px;
}
.mb66p {
  margin-bottom: 66px;
}
.ml66p {
  margin-left: 66px;
}
.mr66p {
  margin-right: 66px;
}
.mt67 {
  margin-top: 67em;
}
.mb67 {
  margin-bottom: 67em;
}
.ml67 {
  margin-left: 67em;
}
.mr67 {
  margin-right: 67em;
}
.mt67p {
  margin-top: 67px;
}
.mb67p {
  margin-bottom: 67px;
}
.ml67p {
  margin-left: 67px;
}
.mr67p {
  margin-right: 67px;
}
.mt68 {
  margin-top: 68em;
}
.mb68 {
  margin-bottom: 68em;
}
.ml68 {
  margin-left: 68em;
}
.mr68 {
  margin-right: 68em;
}
.mt68p {
  margin-top: 68px;
}
.mb68p {
  margin-bottom: 68px;
}
.ml68p {
  margin-left: 68px;
}
.mr68p {
  margin-right: 68px;
}
.mt69 {
  margin-top: 69em;
}
.mb69 {
  margin-bottom: 69em;
}
.ml69 {
  margin-left: 69em;
}
.mr69 {
  margin-right: 69em;
}
.mt69p {
  margin-top: 69px;
}
.mb69p {
  margin-bottom: 69px;
}
.ml69p {
  margin-left: 69px;
}
.mr69p {
  margin-right: 69px;
}
.mt70 {
  margin-top: 70em;
}
.mb70 {
  margin-bottom: 70em;
}
.ml70 {
  margin-left: 70em;
}
.mr70 {
  margin-right: 70em;
}
.mt70p {
  margin-top: 70px;
}
.mb70p {
  margin-bottom: 70px;
}
.ml70p {
  margin-left: 70px;
}
.mr70p {
  margin-right: 70px;
}
.mt71 {
  margin-top: 71em;
}
.mb71 {
  margin-bottom: 71em;
}
.ml71 {
  margin-left: 71em;
}
.mr71 {
  margin-right: 71em;
}
.mt71p {
  margin-top: 71px;
}
.mb71p {
  margin-bottom: 71px;
}
.ml71p {
  margin-left: 71px;
}
.mr71p {
  margin-right: 71px;
}
.mt72 {
  margin-top: 72em;
}
.mb72 {
  margin-bottom: 72em;
}
.ml72 {
  margin-left: 72em;
}
.mr72 {
  margin-right: 72em;
}
.mt72p {
  margin-top: 72px;
}
.mb72p {
  margin-bottom: 72px;
}
.ml72p {
  margin-left: 72px;
}
.mr72p {
  margin-right: 72px;
}
.mt73 {
  margin-top: 73em;
}
.mb73 {
  margin-bottom: 73em;
}
.ml73 {
  margin-left: 73em;
}
.mr73 {
  margin-right: 73em;
}
.mt73p {
  margin-top: 73px;
}
.mb73p {
  margin-bottom: 73px;
}
.ml73p {
  margin-left: 73px;
}
.mr73p {
  margin-right: 73px;
}
.mt74 {
  margin-top: 74em;
}
.mb74 {
  margin-bottom: 74em;
}
.ml74 {
  margin-left: 74em;
}
.mr74 {
  margin-right: 74em;
}
.mt74p {
  margin-top: 74px;
}
.mb74p {
  margin-bottom: 74px;
}
.ml74p {
  margin-left: 74px;
}
.mr74p {
  margin-right: 74px;
}
.mt75 {
  margin-top: 75em;
}
.mb75 {
  margin-bottom: 75em;
}
.ml75 {
  margin-left: 75em;
}
.mr75 {
  margin-right: 75em;
}
.mt75p {
  margin-top: 75px;
}
.mb75p {
  margin-bottom: 75px;
}
.ml75p {
  margin-left: 75px;
}
.mr75p {
  margin-right: 75px;
}
.mt76 {
  margin-top: 76em;
}
.mb76 {
  margin-bottom: 76em;
}
.ml76 {
  margin-left: 76em;
}
.mr76 {
  margin-right: 76em;
}
.mt76p {
  margin-top: 76px;
}
.mb76p {
  margin-bottom: 76px;
}
.ml76p {
  margin-left: 76px;
}
.mr76p {
  margin-right: 76px;
}
.mt77 {
  margin-top: 77em;
}
.mb77 {
  margin-bottom: 77em;
}
.ml77 {
  margin-left: 77em;
}
.mr77 {
  margin-right: 77em;
}
.mt77p {
  margin-top: 77px;
}
.mb77p {
  margin-bottom: 77px;
}
.ml77p {
  margin-left: 77px;
}
.mr77p {
  margin-right: 77px;
}
.mt78 {
  margin-top: 78em;
}
.mb78 {
  margin-bottom: 78em;
}
.ml78 {
  margin-left: 78em;
}
.mr78 {
  margin-right: 78em;
}
.mt78p {
  margin-top: 78px;
}
.mb78p {
  margin-bottom: 78px;
}
.ml78p {
  margin-left: 78px;
}
.mr78p {
  margin-right: 78px;
}
.mt79 {
  margin-top: 79em;
}
.mb79 {
  margin-bottom: 79em;
}
.ml79 {
  margin-left: 79em;
}
.mr79 {
  margin-right: 79em;
}
.mt79p {
  margin-top: 79px;
}
.mb79p {
  margin-bottom: 79px;
}
.ml79p {
  margin-left: 79px;
}
.mr79p {
  margin-right: 79px;
}
.mt80 {
  margin-top: 80em;
}
.mb80 {
  margin-bottom: 80em;
}
.ml80 {
  margin-left: 80em;
}
.mr80 {
  margin-right: 80em;
}
.mt80p {
  margin-top: 80px;
}
.mb80p {
  margin-bottom: 80px;
}
.ml80p {
  margin-left: 80px;
}
.mr80p {
  margin-right: 80px;
}
.mt81 {
  margin-top: 81em;
}
.mb81 {
  margin-bottom: 81em;
}
.ml81 {
  margin-left: 81em;
}
.mr81 {
  margin-right: 81em;
}
.mt81p {
  margin-top: 81px;
}
.mb81p {
  margin-bottom: 81px;
}
.ml81p {
  margin-left: 81px;
}
.mr81p {
  margin-right: 81px;
}
.mt82 {
  margin-top: 82em;
}
.mb82 {
  margin-bottom: 82em;
}
.ml82 {
  margin-left: 82em;
}
.mr82 {
  margin-right: 82em;
}
.mt82p {
  margin-top: 82px;
}
.mb82p {
  margin-bottom: 82px;
}
.ml82p {
  margin-left: 82px;
}
.mr82p {
  margin-right: 82px;
}
.mt83 {
  margin-top: 83em;
}
.mb83 {
  margin-bottom: 83em;
}
.ml83 {
  margin-left: 83em;
}
.mr83 {
  margin-right: 83em;
}
.mt83p {
  margin-top: 83px;
}
.mb83p {
  margin-bottom: 83px;
}
.ml83p {
  margin-left: 83px;
}
.mr83p {
  margin-right: 83px;
}
.mt84 {
  margin-top: 84em;
}
.mb84 {
  margin-bottom: 84em;
}
.ml84 {
  margin-left: 84em;
}
.mr84 {
  margin-right: 84em;
}
.mt84p {
  margin-top: 84px;
}
.mb84p {
  margin-bottom: 84px;
}
.ml84p {
  margin-left: 84px;
}
.mr84p {
  margin-right: 84px;
}
.mt85 {
  margin-top: 85em;
}
.mb85 {
  margin-bottom: 85em;
}
.ml85 {
  margin-left: 85em;
}
.mr85 {
  margin-right: 85em;
}
.mt85p {
  margin-top: 85px;
}
.mb85p {
  margin-bottom: 85px;
}
.ml85p {
  margin-left: 85px;
}
.mr85p {
  margin-right: 85px;
}
.mt86 {
  margin-top: 86em;
}
.mb86 {
  margin-bottom: 86em;
}
.ml86 {
  margin-left: 86em;
}
.mr86 {
  margin-right: 86em;
}
.mt86p {
  margin-top: 86px;
}
.mb86p {
  margin-bottom: 86px;
}
.ml86p {
  margin-left: 86px;
}
.mr86p {
  margin-right: 86px;
}
.mt87 {
  margin-top: 87em;
}
.mb87 {
  margin-bottom: 87em;
}
.ml87 {
  margin-left: 87em;
}
.mr87 {
  margin-right: 87em;
}
.mt87p {
  margin-top: 87px;
}
.mb87p {
  margin-bottom: 87px;
}
.ml87p {
  margin-left: 87px;
}
.mr87p {
  margin-right: 87px;
}
.mt88 {
  margin-top: 88em;
}
.mb88 {
  margin-bottom: 88em;
}
.ml88 {
  margin-left: 88em;
}
.mr88 {
  margin-right: 88em;
}
.mt88p {
  margin-top: 88px;
}
.mb88p {
  margin-bottom: 88px;
}
.ml88p {
  margin-left: 88px;
}
.mr88p {
  margin-right: 88px;
}
.mt89 {
  margin-top: 89em;
}
.mb89 {
  margin-bottom: 89em;
}
.ml89 {
  margin-left: 89em;
}
.mr89 {
  margin-right: 89em;
}
.mt89p {
  margin-top: 89px;
}
.mb89p {
  margin-bottom: 89px;
}
.ml89p {
  margin-left: 89px;
}
.mr89p {
  margin-right: 89px;
}
.mt90 {
  margin-top: 90em;
}
.mb90 {
  margin-bottom: 90em;
}
.ml90 {
  margin-left: 90em;
}
.mr90 {
  margin-right: 90em;
}
.mt90p {
  margin-top: 90px;
}
.mb90p {
  margin-bottom: 90px;
}
.ml90p {
  margin-left: 90px;
}
.mr90p {
  margin-right: 90px;
}
.mt91 {
  margin-top: 91em;
}
.mb91 {
  margin-bottom: 91em;
}
.ml91 {
  margin-left: 91em;
}
.mr91 {
  margin-right: 91em;
}
.mt91p {
  margin-top: 91px;
}
.mb91p {
  margin-bottom: 91px;
}
.ml91p {
  margin-left: 91px;
}
.mr91p {
  margin-right: 91px;
}
.mt92 {
  margin-top: 92em;
}
.mb92 {
  margin-bottom: 92em;
}
.ml92 {
  margin-left: 92em;
}
.mr92 {
  margin-right: 92em;
}
.mt92p {
  margin-top: 92px;
}
.mb92p {
  margin-bottom: 92px;
}
.ml92p {
  margin-left: 92px;
}
.mr92p {
  margin-right: 92px;
}
.mt93 {
  margin-top: 93em;
}
.mb93 {
  margin-bottom: 93em;
}
.ml93 {
  margin-left: 93em;
}
.mr93 {
  margin-right: 93em;
}
.mt93p {
  margin-top: 93px;
}
.mb93p {
  margin-bottom: 93px;
}
.ml93p {
  margin-left: 93px;
}
.mr93p {
  margin-right: 93px;
}
.mt94 {
  margin-top: 94em;
}
.mb94 {
  margin-bottom: 94em;
}
.ml94 {
  margin-left: 94em;
}
.mr94 {
  margin-right: 94em;
}
.mt94p {
  margin-top: 94px;
}
.mb94p {
  margin-bottom: 94px;
}
.ml94p {
  margin-left: 94px;
}
.mr94p {
  margin-right: 94px;
}
.mt95 {
  margin-top: 95em;
}
.mb95 {
  margin-bottom: 95em;
}
.ml95 {
  margin-left: 95em;
}
.mr95 {
  margin-right: 95em;
}
.mt95p {
  margin-top: 95px;
}
.mb95p {
  margin-bottom: 95px;
}
.ml95p {
  margin-left: 95px;
}
.mr95p {
  margin-right: 95px;
}
.mt96 {
  margin-top: 96em;
}
.mb96 {
  margin-bottom: 96em;
}
.ml96 {
  margin-left: 96em;
}
.mr96 {
  margin-right: 96em;
}
.mt96p {
  margin-top: 96px;
}
.mb96p {
  margin-bottom: 96px;
}
.ml96p {
  margin-left: 96px;
}
.mr96p {
  margin-right: 96px;
}
.mt97 {
  margin-top: 97em;
}
.mb97 {
  margin-bottom: 97em;
}
.ml97 {
  margin-left: 97em;
}
.mr97 {
  margin-right: 97em;
}
.mt97p {
  margin-top: 97px;
}
.mb97p {
  margin-bottom: 97px;
}
.ml97p {
  margin-left: 97px;
}
.mr97p {
  margin-right: 97px;
}
.mt98 {
  margin-top: 98em;
}
.mb98 {
  margin-bottom: 98em;
}
.ml98 {
  margin-left: 98em;
}
.mr98 {
  margin-right: 98em;
}
.mt98p {
  margin-top: 98px;
}
.mb98p {
  margin-bottom: 98px;
}
.ml98p {
  margin-left: 98px;
}
.mr98p {
  margin-right: 98px;
}
.mt99 {
  margin-top: 99em;
}
.mb99 {
  margin-bottom: 99em;
}
.ml99 {
  margin-left: 99em;
}
.mr99 {
  margin-right: 99em;
}
.mt99p {
  margin-top: 99px;
}
.mb99p {
  margin-bottom: 99px;
}
.ml99p {
  margin-left: 99px;
}
.mr99p {
  margin-right: 99px;
}
.lh10 {
  line-height: 1em;
}
.lh11 {
  line-height: 1.1em;
}
.lh12 {
  line-height: 1.2em;
}
.lh13 {
  line-height: 1.3em;
}
.lh14 {
  line-height: 1.4em;
}
.lh15 {
  line-height: 1.5em;
}
.lh16 {
  line-height: 1.6em;
}
.lh17 {
  line-height: 1.7em;
}
.lh18 {
  line-height: 1.8em;
}
.lh19 {
  line-height: 1.9em;
}
.lh20 {
  line-height: 2em;
}
.lh21 {
  line-height: 2.1em;
}
.lh22 {
  line-height: 2.2em;
}
.lh23 {
  line-height: 2.3em;
}
.lh24 {
  line-height: 2.4em;
}
.lh25 {
  line-height: 2.5em;
}
.lh26 {
  line-height: 2.6em;
}
.lh27 {
  line-height: 2.7em;
}
.lh28 {
  line-height: 2.8em;
}
.lh29 {
  line-height: 2.9em;
}
.lh30 {
  line-height: 3em;
}
.lh31 {
  line-height: 3.1em;
}
.lh32 {
  line-height: 3.2em;
}
.lh33 {
  line-height: 3.3em;
}
.lh34 {
  line-height: 3.4em;
}
.lh35 {
  line-height: 3.5em;
}
.lh36 {
  line-height: 3.6em;
}
.lh37 {
  line-height: 3.7em;
}
.lh38 {
  line-height: 3.8em;
}
.lh39 {
  line-height: 3.9em;
}
.lh40 {
  line-height: 4em;
}
.lh41 {
  line-height: 4.1em;
}
.lh42 {
  line-height: 4.2em;
}
.lh43 {
  line-height: 4.3em;
}
.lh44 {
  line-height: 4.4em;
}
.lh45 {
  line-height: 4.5em;
}
.lh46 {
  line-height: 4.6em;
}
.lh47 {
  line-height: 4.7em;
}
.lh48 {
  line-height: 4.8em;
}
.lh49 {
  line-height: 4.9em;
}
.lh50 {
  line-height: 5em;
}
.lh51 {
  line-height: 5.1em;
}
.lh52 {
  line-height: 5.2em;
}
.lh53 {
  line-height: 5.3em;
}
.lh54 {
  line-height: 5.4em;
}
.lh55 {
  line-height: 5.5em;
}
.lh56 {
  line-height: 5.6em;
}
.lh57 {
  line-height: 5.7em;
}
.lh58 {
  line-height: 5.8em;
}
.lh59 {
  line-height: 5.9em;
}
.lh60 {
  line-height: 6em;
}
.lh61 {
  line-height: 6.1em;
}
.lh62 {
  line-height: 6.2em;
}
.lh63 {
  line-height: 6.3em;
}
.lh64 {
  line-height: 6.4em;
}
.lh65 {
  line-height: 6.5em;
}
.lh66 {
  line-height: 6.6em;
}
.lh67 {
  line-height: 6.7em;
}
.lh68 {
  line-height: 6.8em;
}
.lh69 {
  line-height: 6.9em;
}
.lh70 {
  line-height: 7em;
}
.lh71 {
  line-height: 7.1em;
}
.lh72 {
  line-height: 7.2em;
}
.lh73 {
  line-height: 7.3em;
}
.lh74 {
  line-height: 7.4em;
}
.lh75 {
  line-height: 7.5em;
}
.lh76 {
  line-height: 7.6em;
}
.lh77 {
  line-height: 7.7em;
}
.lh78 {
  line-height: 7.8em;
}
.lh79 {
  line-height: 7.9em;
}
.lh80 {
  line-height: 8em;
}
.lh81 {
  line-height: 8.1em;
}
.lh82 {
  line-height: 8.2em;
}
.lh83 {
  line-height: 8.3em;
}
.lh84 {
  line-height: 8.4em;
}
.lh85 {
  line-height: 8.5em;
}
.lh86 {
  line-height: 8.6em;
}
.lh87 {
  line-height: 8.7em;
}
.lh88 {
  line-height: 8.8em;
}
.lh89 {
  line-height: 8.9em;
}
.lh90 {
  line-height: 9em;
}
.lh91 {
  line-height: 9.1em;
}
.lh92 {
  line-height: 9.2em;
}
.lh93 {
  line-height: 9.3em;
}
.lh94 {
  line-height: 9.4em;
}
.lh95 {
  line-height: 9.5em;
}
.lh96 {
  line-height: 9.6em;
}
.lh97 {
  line-height: 9.7em;
}
.lh98 {
  line-height: 9.8em;
}
.lh99 {
  line-height: 9.9em;
}
.fs11 {
  font-size: 1.1rem;
}
.fs12 {
  font-size: 1.2rem;
}
.fs13 {
  font-size: 1.3rem;
}
.fs14 {
  font-size: 1.4rem;
}
.fs15 {
  font-size: 1.5rem;
}
.fs16 {
  font-size: 1.6rem;
}
.fs17 {
  font-size: 1.7rem;
}
.fs18 {
  font-size: 1.8rem;
}
.fs19 {
  font-size: 1.9rem;
}
.fs20 {
  font-size: 2rem;
}
.fs21 {
  font-size: 2.1rem;
}
.fs22 {
  font-size: 2.2rem;
}
.fs23 {
  font-size: 2.3rem;
}
.fs24 {
  font-size: 2.4rem;
}
.fs25 {
  font-size: 2.5rem;
}
.fs26 {
  font-size: 2.6rem;
}
.fs27 {
  font-size: 2.7rem;
}
.fs28 {
  font-size: 2.8rem;
}
.fs29 {
  font-size: 2.9rem;
}
.fs30 {
  font-size: 3rem;
}
.fs31 {
  font-size: 3.1rem;
}
.fs32 {
  font-size: 3.2rem;
}
.fs33 {
  font-size: 3.3rem;
}
.fs34 {
  font-size: 3.4rem;
}
.fs35 {
  font-size: 3.5rem;
}
.fs36 {
  font-size: 3.6rem;
}
.fs37 {
  font-size: 3.7rem;
}
.fs38 {
  font-size: 3.8rem;
}
.fs39 {
  font-size: 3.9rem;
}
.fs40 {
  font-size: 4rem;
}
.fs41 {
  font-size: 4.1rem;
}
.fs42 {
  font-size: 4.2rem;
}
.fs43 {
  font-size: 4.3rem;
}
.fs44 {
  font-size: 4.4rem;
}
.fs45 {
  font-size: 4.5rem;
}
.fs46 {
  font-size: 4.6rem;
}
.fs47 {
  font-size: 4.7rem;
}
.fs48 {
  font-size: 4.8rem;
}
.fs49 {
  font-size: 4.9rem;
}
.fs50 {
  font-size: 5rem;
}
.fs51 {
  font-size: 5.1rem;
}
.fs52 {
  font-size: 5.2rem;
}
.fs53 {
  font-size: 5.3rem;
}
.fs54 {
  font-size: 5.4rem;
}
.fs55 {
  font-size: 5.5rem;
}
.fs56 {
  font-size: 5.6rem;
}
.fs57 {
  font-size: 5.7rem;
}
.fs58 {
  font-size: 5.8rem;
}
.fs59 {
  font-size: 5.9rem;
}
.fs60 {
  font-size: 6rem;
}
.fs61 {
  font-size: 6.1rem;
}
.fs62 {
  font-size: 6.2rem;
}
.fs63 {
  font-size: 6.3rem;
}
.fs64 {
  font-size: 6.4rem;
}
.fs65 {
  font-size: 6.5rem;
}
.fs66 {
  font-size: 6.6rem;
}
.fs67 {
  font-size: 6.7rem;
}
.fs68 {
  font-size: 6.8rem;
}
.fs69 {
  font-size: 6.9rem;
}
.fs70 {
  font-size: 7rem;
}
.fs71 {
  font-size: 7.1rem;
}
.fs72 {
  font-size: 7.2rem;
}
.fs73 {
  font-size: 7.3rem;
}
.fs74 {
  font-size: 7.4rem;
}
.fs75 {
  font-size: 7.5rem;
}
.fs76 {
  font-size: 7.6rem;
}
.fs77 {
  font-size: 7.7rem;
}
.fs78 {
  font-size: 7.8rem;
}
.fs79 {
  font-size: 7.9rem;
}
.fs80 {
  font-size: 8rem;
}
.fs81 {
  font-size: 8.1rem;
}
.fs82 {
  font-size: 8.2rem;
}
.fs83 {
  font-size: 8.3rem;
}
.fs84 {
  font-size: 8.4rem;
}
.fs85 {
  font-size: 8.5rem;
}
.fs86 {
  font-size: 8.6rem;
}
.fs87 {
  font-size: 8.7rem;
}
.fs88 {
  font-size: 8.8rem;
}
.fs89 {
  font-size: 8.9rem;
}
.fs90 {
  font-size: 9rem;
}
.fs91 {
  font-size: 9.1rem;
}
.fs92 {
  font-size: 9.2rem;
}
.fs93 {
  font-size: 9.3rem;
}
.fs94 {
  font-size: 9.4rem;
}
.fs95 {
  font-size: 9.5rem;
}
.fs96 {
  font-size: 9.6rem;
}
.fs97 {
  font-size: 9.7rem;
}
.fs98 {
  font-size: 9.8rem;
}
.fs99 {
  font-size: 9.9rem;
}
.onlysp {
  display: inherit;
}
.onlypc {
  display: none;
}
html,
.sansserif {
  font-family: Helvetica Neue, Helvetica, Arial, \6e38\30b4\30b7\30c3\30af,
    Yu Gothic, \6e38\30b4\30b7\30c3\30af\4f53, YuGothic,
    \30d2\30e9\30ae\30ce\89d2\30b4 Pro W3, Hiragino Kaku Gothic Pro, Meiryo UI,
    \30e1\30a4\30ea\30aa, Meiryo, \ff2d\ff33\ff30\30b4\30b7\30c3\30af,
    MS PGothic, sans-serif;
}
@media screen and (min-width: 576px) {
  .copyright {
    text-align: center;
  }
  .address {
    flex-flow: inherit;
    justify-content: center;
  }
  .address .logo {
    margin-right: 2em;
  }
  .unit__effort .concrete li {
    width: calc(25% - 0.75em);
  }
  .unit__effort .facility {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .unit__effort .facility li {
    width: calc(33.3% - 0.666em);
  }
  .unit__effort .facility li a figure {
    display: block;
  }
  .unit__effort .facility li a figure span {
    width: 100%;
    height: auto;
  }
  .unit__effort .facility li a figure span img {
    -webkit-transform: none;
    transform: none;
  }
  .unit__effort .facility li a figure figcaption {
    width: 100%;
    margin-top: 0.5em;
    font-size: 1.3rem;
    text-align: center;
  }
  .unit__related .unitlist li a figure span img {
    -webkit-transform: none;
    transform: none;
  }
  .onlysp {
    display: inherit;
  }
  .onlypc {
    display: none;
  }
  .page_link li {
    width: calc(50% - 1em);
  }
  .page_link_row li {
    width: 100%;
  }
  .p-link__list li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .burger__icons {
    justify-content: flex-end;
  }
  .burger__icons li {
    margin-left: 2em;
  }
  .burger__lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .burger__lists li {
    width: 50%;
  }
  .burger__main > li > span,
  .burger__main > li > a {
    font-size: 1.3rem;
  }
  .btn__expand {
    display: none;
  }
  .footerlistwrap {
    margin-right: 0;
    margin-left: 0;
  }
  .footerlistwrap .footerlist {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .footerlistwrap .footerlist > li {
    margin-top: 1em;
    font-size: 1.3rem;
  }
  .footerlistwrap .footerlist > li a {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #666;
  }
  .footerlistwrap .lv__1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footerlistwrap .lv__1:after {
    display: block;
    width: 33.3%;
    content: "";
  }
  .footerlistwrap .lv__1 > li {
    width: 33.3%;
  }
  .footerlistwrap .lv__2b {
    margin-top: -1em;
  }
  .footer__lower {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .address {
    flex-flow: column;
    align-items: inherit;
    justify-content: left;
  }
  .address .logo {
    margin-right: 0;
  }
  .snslist {
    margin-right: inherit;
    margin-left: inherit;
  }
  .sublist {
    width: 100%;
  }
  .sublist li {
    margin-right: 2em;
    margin-left: 0;
  }
  .unit__news {
    display: flex;
    padding-top: 3em;
  }
  .unit__news .btn__simple--arrow {
    width: 100%;
    text-align: right;
  }
  .unit__news .title {
    width: 130px;
    margin-top: 0;
    line-height: 1em;
  }
  .unit__news .categories li {
    padding: 0.5em 2em;
  }
  .unit__effort .concrete a span.icon {
    width: 90px;
  }
  .unit__effort .facility li a figure figcaption {
    font-size: 1.6rem;
  }
  .unit__related .unitlist li a figure figcaption {
    font-size: 1.6rem;
  }
  .unit__snsembed .fb-emb {
    width: calc(50% - 0.5em);
    background-color: #666;
  }
  .unit__snsembed .ig-emb {
    width: calc(50% - 0.5em);
  }
  .unit__snsembed {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .onlysp {
    display: none;
  }
  .onlypc {
    display: inherit;
  }
  .page_link li {
    width: calc(33.3% - 1em);
  }
  .page_link_row li {
    width: 100%;
  }
  .h3_block {
    font-size: 3.5rem;
  }
  .b-button {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .header .inner {
    height: 124px;
  }
  .header h1 {
    z-index: 10;
    top: 8px;
    width: 250px;
  }
  .burger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .burger__btn {
    display: none;
  }
  .burger__wrap {
    display: inherit;
    display: flex;
    position: inherit;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: inherit;
    padding: 0;
    overflow-y: initial;
    background-color: transparent;
  }
  .burger__icons {
    justify-content: space-between;
    order: 2;
    width: 30%;
    max-width: 320px;
    height: 60px;
    margin-right: 1.5em;
    margin-left: 0;
  }
  .burger__icons li {
    margin-left: 0;
    font-size: 1.3rem;
  }
  .burger__icons li a img {
    height: 15px;
  }
  .burger__lists {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    order: 1;
    width: 35%;
    width: 530px;
    height: 60px;
    margin-right: 2em;
    font-size: 1.1rem;
  }
  .burger__lists li {
    width: auto;
    border: none;
  }
  .burger__lists li:first-child {
    margin-left: 0;
  }
  .burger__lists li a {
    padding: inherit;
    text-align: right;
  }
  .burger__main > li {
    width: calc(25% - 0.8px);
  }
  .burger__main > li > span,
  .burger__main > li > a {
    position: relative;
    justify-content: center;
    height: 64px;
    border-bottom: 5px solid;
    /* border-left: 1px solid #e6e6e6; */
    font-size: 1.5rem;
    text-align: center;
    padding: 0 30px;
  }
  .footerlistwrap .lv__1 > li {
    width: 20%;
  }
  .copyright {
    text-align: center;
  }
  .address {
    flex-flow: inherit;
    align-items: center;
  }
  .address .logo {
    margin-right: 2em;
  }
  .sublist {
    justify-content: flex-start;
  }
  /* main.pageindex {
    margin-top: calc(56.25vw + 124px);
  } */
  .hero {
    top: 144px;
  }
  .unit__news .title {
    width: 160px;
  }
  .unit__news .categories li {
    font-size: 1.6rem;
  }
  .unit__news .headlines li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px 0;
    background-color: #F4F4F4;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
  }
  .unit__news .headlines li p.meta {
    width: 250px;
  }
  .unit__news .headlines li p.meta .category {
    font-size: 1.3rem;
  }
  .unit__news .headlines li p.posttitle {
    width: calc(100% - 250px);
  }
  .unit__effort .concrete li {
    width: calc(25% - 1.5em);
  }
  .unit__effort .concrete a {
    padding: 2em 1.5em 1.5em;
  }
  .unit__effort .concrete a span.label {
    margin-top: 2em;
    font-size: 1.8rem;
  }
  .unit__effort .facility li {
    width: calc(33.3% - 2em);
  }
  .unit__effort .facility li a figure figcaption {
    margin-top: 1.5em;
    font-size: 1.8rem;
  }
  .h__2--n,
  .h__2--pages {
    font-size: 3rem;
  }
  main {
    margin-top: 124px;
  }
  .onlysp {
    display: none;
  }
  .onlypc {
    display: inherit;
  }
  .setsumei {
    margin-left: -4em;
  }
}
@media screen and (min-width: 1200px) {
  .header h1 {
    min-width: 300px;
  }
  .burger__lists {
    font-size: 1.3rem;
  }
  .burger__lists li {
    margin-left: 0;
  }
  .onlysp {
    display: none;
  }
  .onlypc {
    display: inherit;
  }
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 48;
}
.sansserif,
html {
  font-family: Helvetica Neue, Helvetica, Arial, \6e38\30b4\30b7\30c3\30af,
    Yu Gothic, \6e38\30b4\30b7\30c3\30af\4f53, YuGothic,
    \30d2\30e9\30ae\30ce\89d2\30b4 Pro W3, Hiragino Kaku Gothic Pro, Meiryo UI,
    \30e1\30a4\30ea\30aa, Meiryo, \ff2d\ff33\ff30\30b4\30b7\30c3\30af,
    MS PGothic, sans-serif;
}
.serif {
  font-family: \6e38\660e\671d, Yu Mincho, \6e38\660e\671d\4f53, YuMincho,
    Hiragino Mincho ProN, HiraMinProN-W3, serif;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
}
.block {
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: 10px solid #000;
}
.setsumei {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1.5em;
  border-top: 5px solid #00a75f;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  background-color: #e6e6e6;
}
.setsumei p {
  margin-right: 3em;
  margin-bottom: 0;
  line-height: 1em;
}
.setsumei p:before {
  content: "\30fc";
}
.setsumei p:first-child {
  width: 100%;
  margin: 0 0 0.7em;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1em;
}
.setsumei p:first-child:before {
  content: "";
}
a {
  color: #4793c9;
  transition: ease 0.1s;
}
a:hover {
  color: #4793c9;
  text-decoration: none;
  opacity: 0.8;
}
a:visited,
a:active {
  color: #4793c9;
  text-decoration: none;
}
.page_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
  margin-bottom: 2em;
}
.page_link li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 1em;
  border-bottom: 1px solid #000;
}
.page_link li a {
  display: block;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 2em;
  padding-bottom: 0.5em;
  color: #000;
}
.page_link li a:after {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: calc(50% - 1em);
  right: 0.5em;
  width: 0.7em;
  height: 0.7em;
  transform: rotate(45deg);
  border: solid #000;
  border-width: 0 1px 1px 0;
  content: "";
}
.page_link_row {
  display: block;
}
.page_link_row li {
  display: block;
  width: 100%;
}
.h3_block {
  font-size: 2.5rem;
  line-height: 1.6em;
}
.h4_block {
  padding: 0 1em;
  border-left: 5px solid #000;
  font-size: 1.8rem;
  line-height: 1.6em;
}
.table_wrap {
  width: 100%;
  margin: 1em 0;
  padding: 0;
}
.table_wrap table {
  width: 100%;
  margin: 0;
  line-height: 1.6em;
}
.table_wrap table tr th,
.table_wrap table tr td {
  padding: 0.5em 1em;
  border: 1px solid #666;
  font-size: 1.6rem;
}
.table_wrap table tr th {
  background-color: #e6e6e6;
  font-weight: 400;
  text-align: center;
}
.table_wrap table .town {
  width: 13%;
}
.c-line__line {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1.5em 2em;
  border-radius: 0.5em;
  background-color: #fff;
  box-shadow: 0 0 20px #0000001a;
}
.c-line__line p {
  line-height: 1.6em;
}
.p-link__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
  margin-bottom: 2em;
}
.p-link__list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 1em;
  border-bottom: 1px solid #000;
}
.p-link__list li a {
  display: block;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 2em;
  padding-bottom: 0.5em;
  color: #000;
}
.b-button {
  display: block;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 3rem 1rem 1rem;
  background-color: #000;
  color: #fff;
  font-weight: 700;
}
.b-button:after {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: calc(50% - 0.25em);
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(-45deg);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: "";
}
@media screen and (min-width: 576px) {
  .page_link li {
    width: calc(50% - 1em);
  }
  .page_link_row li {
    width: 100%;
  }
  .p-link__list li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .page_link li {
    width: calc(33.3% - 1em);
  }
  .page_link_row li {
    width: 100%;
  }
  .h3_block {
    font-size: 3.5rem;
  }
  .b-button {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .setsumei {
    margin-left: -4em;
  }
}
@media screen and (max-width: 575px) {
  body {
    font-size: 1.3rem;
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-variant: initial;
  font-size: var(--swiper-navigation-size);
  line-height: 1;
  font-family: swiper-icons;
  letter-spacing: 0;
  text-transform: none !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}

/* 202502 */
.education__head--white { text-align: center; }
.in_but {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.25em 1em;
  border-radius: 100vh;
  text-decoration: none;
  background-image: radial-gradient(
      at 5% 93%,
      hsla(276deg, 37%, 39%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 70% 74%,
      hsla(154deg, 100%, 32%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 45% 33%,
      hsla(154deg, 100%, 32%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 88% 22%,
      hsla(30deg, 100%, 60%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 48% 83%,
      hsla(170deg, 100%, 40%, 0.6) 0px,
      transparent 50%
    ),
    radial-gradient(
      at 16% 18%,
      hsla(204deg, 65%, 50%, 0.6) 0px,
      transparent 50%
    ); 
}
a:link.in_but, a.in_but:visited, a.in_but:active {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 800px) {
  .in_but {
    display: block;
    text-align: center;
    margin-top: 1em;
    width: 100%;
    font-size: 1.4rem;
  }
}

.page_nav_title { background-color: #333; }
.list_page_nav {
    > li {
        border: 1px solid #333;
    }
}