@charset "UTF-8";
/* Color */
/* Size */
/* Mixin */
.is--common {
  min-height: 100vh;
  padding: 160px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .is--common {
    min-height: 75vh;
    padding: 160px 0;
  }
}
.is--common p {
  font-size: 1.6rem;
  letter-spacing: 0.035em;
}

.is--single {
  padding-top: 80px;
  padding-bottom: 300px;
}
@media (max-width: 768px) {
  .is--single {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}

.is--archive {
  padding-top: 80px;
  padding-bottom: 300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .is--archive {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
.is--archive section .inner {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .is--archive section .inner {
    margin: 0 auto 80px;
  }
}
.is--archive section .inner .pagenation {
  position: relative;
  padding: 0 20px;
  width: 200px;
  margin: 50px auto 30px;
}
.is--archive section .inner .pagenation ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.is--archive section .inner .pagenation ul li a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  width: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 30px;
  transition: background-color 0.2s;
}
.is--archive section .inner .pagenation ul li a:hover {
  background-color: #AAA;
}
.is--archive section .inner .pagenation ul li.current a {
  background: #000;
  color: #FFF;
}
.is--archive section .inner .pagenation .btn-prev,
.is--archive section .inner .pagenation .btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.is--archive section .inner .pagenation .btn-prev {
  left: 0;
  font-size: 0;
}
.is--archive section .inner .pagenation .btn-prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  border-left: solid 1.5px #000;
  border-bottom: solid 1.5px #000;
  transform: translateY(-40%) rotateZ(45deg);
}
.is--archive section .inner .pagenation .btn-next {
  right: 0;
  font-size: 0;
}
.is--archive section .inner .pagenation .btn-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  border-right: solid 1.5px #000;
  border-top: solid 1.5px #000;
  transform: translateY(-40%) rotateZ(45deg);
}
.is--archive section .inner .section--header {
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  .is--archive section .inner .section--header {
    padding: 0 30px;
  }
}
.is--archive section .inner .section--header .page-title {
  font-size: 30px;
  line-height: 1.7em;
  letter-spacing: 0.035em;
  margin-bottom: 0.75em;
}
.is--archive section .inner .section--header .description {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}
.is--archive section .inner .list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (max-width: 960px) {
  .is--archive section .inner .list {
    padding: 0 30px;
  }
}
.is--archive section .inner .list-item {
  width: 100%;
}
.is--archive section .inner .list-item a {
  display: block;
  text-align: left;
  padding: 20px 20px 20px 100px;
  position: relative;
  color: #333;
  background: #FFF;
}
.is--archive section .inner .list-item a span {
  display: block;
}
.is--archive section .inner .list-item a .event-header {
  display: flex;
  justify-content: space-between;
  overflow: auto;
}
@media (max-width: 1020px) {
  .is--archive section .inner .list-item a .event-header {
    flex-direction: column-reverse;
  }
}
.is--archive section .inner .list-item a .event-header .event-date {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 11px;
  display: block;
  width: 60px;
  text-align: center;
}
.is--archive section .inner .list-item a .event-header .event-date-year {
  background: #6e6e6e;
  color: #FFF;
  padding-top: 2px;
}
.is--archive section .inner .list-item a .event-header .event-date-month {
  background: #6e6e6e;
  color: #FFF;
  font-size: 1.6rem;
  letter-spacing: 0.035em;
  padding-bottom: 2px;
}
.is--archive section .inner .list-item a .event-header .event-date-day {
  background: #000;
  color: #FFF;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
}
.is--archive section .inner .list-item a .event-header .event-meta {
  display: block;
  float: right;
  min-width: 220px;
  text-align: right;
}
@media (max-width: 1020px) {
  .is--archive section .inner .list-item a .event-header .event-meta {
    text-align: left;
    margin-bottom: 10px;
  }
}
.is--archive section .inner .list-item a .event-header .event-meta .category {
  display: inline-block;
  background: #6e6e6e;
  color: #FFF;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.is--archive section .inner .list-item a .event-header .event-meta .status {
  display: inline-block;
  padding: 5px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.is--archive section .inner .list-item a .event-header .event-name {
  display: block;
  float: left;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  color: #000;
}
.is--archive section .inner .list-item a .event-body {
  margin-top: 2rem;
  clear: both;
  /*display: flex;
  grid-template: repeat(2, 1fr);*/
}
.is--archive section .inner .list-item a .event-detail {
  display: block;
  font-size: 16px;
  color: #484848;
  line-height: 1.8em;
}
.is--archive section .inner .list-item a .event-thumb {
  display: none;
  /*width: 40%;
  margin-left: auto;*/
}
.is--archive section .inner .list-item a.file-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 5px;
  width: 15px;
  height: 11px;
  background: url(../images/common/icon_externallinks_wt.svg) no-repeat left top;
  background-size: cover;
  line-height: 2;
  margin-left: 3px;
}
.is--archive section .inner .list:first-child {
  margin-top: 0;
}
.is--archive section .inner .list-inner {
  margin-top: 30px;
  margin-left: 30px;
  overflow: hidden;
}
.is--archive section .inner .list .section-title {
  position: relative;
  margin-left: auto;
  padding-left: 30px;
}
@media (min-width: 1060px) {
  .is--archive section .inner .list .section-title {
    width: calc((100% - 1060px) / 2 + 1060px);
  }
}
.is--archive section .inner .list .section-title span {
  display: block;
}
.is--archive section .inner .list .section-title span img {
  height: 40px;
  width: auto;
}

.is--single .section--area {
  position: relative;
  z-index: 1;
}
.is--single .section--area section .inner {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .is--single .section--area section .inner .contents {
    display: flex;
    flex-direction: column-reverse;
  }
}
.is--single .section--area section .inner .sidebar {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 30px;
  width: 210px;
}
@media (max-width: 768px) {
  .is--single .section--area section .inner .sidebar {
    position: static;
    width: 100%;
    margin-top: 10px;
    padding: 30px 30px 0;
  }
  .is--single .section--area section .inner .sidebar ul {
    border-top: solid 1px #BBB;
    padding: 30px 3px 0;
  }
}
.is--single .section--area section .inner .sidebar li {
  margin-bottom: 2.4rem;
}
.is--single .section--area section .inner .sidebar li a {
  font-size: 1.4rem;
  line-height: 1.6em;
  letter-spacing: 0.075em;
}
.is--single .section--area section .inner .sidebar li a .date {
  font-size: 1.3rem;
  color: #393939;
}
.is--single .section--area section .inner .entry {
  max-width: 880px;
  padding: 0 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1360px) {
  .is--single .section--area section .inner .entry {
    width: calc(100% - 480px);
    padding: 0 30px;
  }
}
@media (max-width: 1020px) {
  .is--single .section--area section .inner .entry {
    width: calc(100% - 240px);
    margin: 0 0 0 auto;
    padding: 0 40px 0 30px;
  }
}
@media (max-width: 768px) {
  .is--single .section--area section .inner .entry {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .is--single .section--area section .inner .entry-header {
    padding: 0;
    margin-bottom: 30px;
  }
}
.is--single .section--area section .inner .entry-meta {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .is--single .section--area section .inner .entry-meta {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }
}
.is--single .section--area section .inner .entry-meta .entry-date {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.is--single .section--area section .inner .entry-meta .entry-tags {
  font-size: 1.3rem;
  letter-spacing: 0.035em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .is--single .section--area section .inner .entry-meta .entry-tags {
    justify-content: flex-start;
    font-size: 1.2rem;
    gap: 7px;
  }
}
.is--single .section--area section .inner .entry-meta .entry-tags a,
.is--single .section--area section .inner .entry-meta .entry-tags span {
  display: inline-block;
  background: #6e6e6e;
  color: #FFF;
  padding: 6px 16px;
  line-height: 1.4rem;
  border-radius: 20px;
}
.is--single .section--area section .inner .entry-meta .entry-tags a.tag-link {
  background: #FFF;
  color: #6e6e6e;
}
.is--single .section--area section .inner .entry-meta .entry-tags span.tag-link {
  background: none;
  border: solid 1px #AAA;
  color: #AAA;
}
.is--single .section--area section .inner .entry-meta .entry-tags a:hover {
  background: #333;
  color: #FFF;
}
.is--single .section--area section .inner .entry-title {
  font-size: 3rem;
  line-height: 1.6em;
  font-weight: 500;
  letter-spacing: 0.075em;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .is--single .section--area section .inner .entry-title {
    width: 100%;
    padding: 0;
    font-size: 2.3rem;
  }
}
.is--single .section--area section .inner .entry-unit {
  font-size: 1.8rem;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 20px;
}
.is--single .section--area section .inner .entry-video, .is--single .section--area section .inner .entry-download {
  margin: 50px 0;
}
.is--single .section--area section .inner .entry-video ul, .is--single .section--area section .inner .entry-download ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .is--single .section--area section .inner .entry-video ul, .is--single .section--area section .inner .entry-download ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.is--single .section--area section .inner .entry-video ul li a, .is--single .section--area section .inner .entry-download ul li a {
  display: block;
}
.is--single .section--area section .inner .entry-video ul li a span, .is--single .section--area section .inner .entry-download ul li a span {
  display: block;
}
.is--single .section--area section .inner .entry-video .thumb {
  width: 100%;
  height: 160px;
  background: #AAA;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .is--single .section--area section .inner .entry-video .thumb {
    height: 27vw;
  }
}
.is--single .section--area section .inner .entry-video .thumb video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.is--single .section--area section .inner .entry-video .thumb .thumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.is--single .section--area section .inner .entry-video .name {
  padding-top: 8px;
  font-size: 13px;
}
@media (max-width: 768px) {
  .is--single .section--area section .inner .entry-video .name {
    font-size: 12px;
  }
}
.is--single .section--area section .inner .entry .play {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-clip-path: polygon(30% 20%, 30% 80%, 80% 50%);
          clip-path: polygon(30% 20%, 30% 80%, 80% 50%);
}
.is--single .section--area section .inner .entry .video-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 999;
}
.is--single .section--area section .inner .entry .video-modal.active {
  display: block;
}
.is--single .section--area section .inner .entry .modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.is--single .section--area section .inner .entry .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(90vw, 900px);
}
.is--single .section--area section .inner .entry .modal-content video {
  width: 100%;
}
.is--single .section--area section .inner .entry .modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  color: #fff;
  font-size: 28px;
  border: none;
}
.is--single .section--area section .inner .entry-download ul li a {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  background: #232323;
  border-radius: 8px;
}
.is--single .section--area section .inner .entry-download ul li a .icon {
  width: 50px;
}
.is--single .section--area section .inner .entry-download ul li a .name {
  font-size: 13px;
  line-height: 1.7em;
  color: #FFF;
  width: calc(100% - 50px);
  padding-left: 20px;
}
.is--single .section--area section .inner .entry-footer {
  font-size: 1.4rem;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.075em;
  padding: 40px 45px;
  margin: 50px auto 0;
  background: #e9e9e9;
}
@media (max-width: 768px) {
  .is--single .section--area section .inner .entry-footer {
    width: 100%;
    padding: 20px;
  }
}
.is--single .section--area section .inner .entry-footer .info {
  margin-bottom: 30px;
}
.is--single .section--area section .inner .entry-footer .info:last-child {
  margin-bottom: 0;
}
.is--single .section--area section .inner .entry-footer .info-title {
  margin-bottom: 12px;
}
.is--single .section--area section .inner .entry-footer .info dl {
  display: flex;
  margin-top: 0.5rem;
}
.is--single .section--area section .inner .entry-footer .info dl dt,
.is--single .section--area section .inner .entry-footer .info dl dd {
  font-size: 1.3rem;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.is--single .section--area section .inner .entry-footer .info dl dt {
  background: #000;
  color: #E6E6E6;
  width: 110px;
  text-align: center;
  padding: 5px 0;
}
@media (max-width: 768px) {
  .is--single .section--area section .inner .entry-footer .info dl dt {
    width: 96px;
    padding: 5px;
  }
}
.is--single .section--area section .inner .entry-footer .info dl dd {
  padding: 5px 0 5px 1em;
  width: calc(100% - 110px);
  overflow-wrap: anywhere;
}
@media (max-width: 768px) {
  .is--single .section--area section .inner .entry-footer .info dl dd {
    width: calc(100% - 96px);
  }
}
.is--single .section--area section .inner .entry-body {
  margin-top: 40px;
}
.is--single .section--area section .inner .entry-body p {
  margin: 1.6em 0;
}
.is--single .section--area section .inner .entry-body a {
  background: linear-gradient(transparent 92%, #FFF404 92%);
  transition: background-color 0.2s, color 0.2s;
}
.is--single .section--area section .inner .entry-body a:hover {
  color: #666;
  background: linear-gradient(transparent 85%, #fffa92 90%);
}
@media (max-width: 768px) {
  .is--single .section--area section .contents {
    order: 1;
    width: 100vw;
    padding-bottom: 60px;
  }
}
.is--single .section--area section .contents hgroup {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  margin-inline: auto;
  margin-bottom: 50px;
}
.is--single .section--area section .contents hgroup .entry--num {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
}
.is--single .section--area section .contents hgroup .hash--tag {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}
.is--single .section--area section .contents hgroup .hash--tag .hash {
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
@media (any-hover: hover) {
  .is--single .section--area section .contents hgroup .hash--tag .hash:hover {
    color: black;
  }
}
.is--single .section--area section .contents .section.py-80 {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .is--single .section--area section .contents .section.py-80 {
    padding: 40px 30px;
  }
}
.is--single .section--area section .contents .section.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .is--single .section--area section .contents .section.pb-80 {
    padding: 0 30px 40px;
  }
}
.is--single .section--area section .contents .section.pb-200 {
  padding-bottom: 200px !important;
}
@media (max-width: 768px) {
  .is--single .section--area section .contents .section.pb-200 {
    padding: 0 30px 40px !important;
  }
}
.is--single .section--area section .contents .section._gray {
  background-color: #c8cdcd;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .is--single .section--area section .contents .section._gray {
    padding: 30px 30px;
  }
}
.is--single .section--area section .contents .section-inner {
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .is--single .section--area section .contents .section-inner {
    padding: 0;
  }
}
.is--single .section--area section .contents .entry-body {
  width: 100%;
  padding-bottom: 0;
}
.is--single .section--area section .contents .entry-body:first-child {
  margin-top: 0px;
}
.is--single .section--area section .contents .entry-body h2 {
  font-size: 23px;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 1.8em;
  margin-bottom: 1em;
}
.is--single .section--area section .contents .entry-body h3 {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 1.8em;
  margin-bottom: 1em;
}
.is--single .section--area section .contents .entry-body figure {
  margin: 50px 5%;
}
@media screen and (min-width: 768px) {
  .is--single .section--area section .contents .entry-body figure {
    margin: 50px 0;
  }
}
.is--single .section--area section .contents .entry-body figcaption {
  font-size: 13px;
  padding-top: 5px;
}
.is--single .section--area section .contents .entry-body li {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.is--single .section--area section .contents .entry-body .list-disc li {
  position: relative;
  padding-left: 1em;
}
.is--single .section--area section .contents .entry-body .list-disc li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.is--single .section--area section .contents .entry-body .list-units li {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 1.2em;
}
.is--single .section--area section .contents .entry-body .list-units li:first-child {
  margin-top: 0;
}
.is--single .section--area section .contents .entry-body .list-units li span.num {
  font-size: 26px;
  padding-right: 10px;
}
.is--single .section--area section .contents .entry-body .list-units li span.en {
  display: none;
  font-size: 18px;
  line-height: 1.5em;
}
.is--single .section--area section .contents .entry-body .list-units li a {
  display: block;
  text-decoration: none;
  letter-spacing: 0.035em;
  line-height: 1.4em;
  padding: 3px 10px 4px 25px;
  position: relative;
  transition: opacity 0.3s;
}
.is--single .section--area section .contents .entry-body .list-units li a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 0.6em;
  left: 5px;
  transform: rotateZ(45deg);
}
.is--single .section--area section .contents .entry-body .list-units li a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 13px;
  background: url(../images/common/icon_externallinks.svg) no-repeat left top;
  background-size: cover;
  line-height: 2;
  margin-left: 3px;
}
@media screen and (min-width: 768px) {
  .is--single .section--area section .contents .entry-body .list-units li a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .is--single .section--area section .contents .entry-body .list-units li {
    font-size: 16px;
  }
  .is--single .section--area section .contents .entry-body .list-units li span.num {
    font-size: 18px;
    padding-right: 5px;
  }
  .is--single .section--area section .contents .entry-body .list-units li span.en {
    font-size: 13px;
  }
}
.is--single .section--area section .contents .entry-body p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.is--single .section--area section .inner .contents .template--style p + p {
  margin-top: 54px;
}

.is--single .section--area section .inner .contents .template--style img {
  width: 100%;
  max-width: 620px;
  margin-inline: auto;
  margin-top: 64px;
  display: block;
}

.is--single .section--area section .inner .contents .template--style img + p {
  margin-top: 54px;
}

.is--single .section--area section .inner .contents .template--style img + p.img--cap {
  max-width: 620px;
  margin-inline: auto;
  font-size: 14px;
  color: #333;
  line-height: 1.75;
  margin-top: 8px;
}

.is--single .section--area section .inner .contents .template--style dl {
  margin-top: 1.6em;
}

.is--single .section--area section .inner .contents .template--style dl dt {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.is--single .section--area section .inner .contents .template--style dl dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #ffee00;
}
@media screen and (max-width: 767px) {
  .is--single .section--area section .inner .contents .template--style dl dt {
    font-size: 16px;
    padding-left: 21px;
  }
  .is--single .section--area section .inner .contents .template--style dl dt:before {
    content: "";
    width: 14px;
    height: 14px;
  }
}

.is--single .section--area section .inner .contents .template--style dl dd {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .is--single .section--area section .inner .contents .template--style dl dd {
    font-size: 14px;
  }
}

.is--single .section--area section .inner .contents .entry--thumbnail {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .is--single .section--area section .inner .contents .entry--thumbnail {
    margin-top: 20px;
  }
}

.is--single .section--area section .inner .contents .entry--thumbnail.thumb_right {
  padding: 0 80px;
  margin-top: 80px;
}
.is--single .section--area section .inner .contents .entry--thumbnail.thumb_right img {
  width: 72%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .is--single .section--area section .inner .contents .entry--thumbnail.thumb_right {
    padding: 0;
    margin-top: 80px;
  }
  .is--single .section--area section .inner .contents .entry--thumbnail.thumb_right img {
    width: 80%;
    margin: 0 auto;
  }
}

.is--single .section--area section .inner .common--btn {
  grid-template-columns: 46px 172px;
  margin-inline: auto;
  margin-top: 80px;
  margin-bottom: 160px;
  justify-content: center;
  grid-row: 2/3;
  grid-column: 2/3;
}

.is--single .section--area section .inner .common--btn .is--text {
  width: 172px;
  order: 2;
}

.is--single .section--area section .inner .common--btn .is--text img {
  margin: 0;
}

.is--single .section--area section .inner .common--btn .icon--arrow {
  order: 1;
}

.is--single .section--area section .inner .common--btn .icon--arrow img {
  rotate: 180deg;
  margin: 0;
}

body #login {
  background: #232323;
}
#login .section-inner {
  padding-top: 20px;
  padding-bottom: 50px;
}
#login .section-inner .login-title {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #FFF;
  margin: 2em 0 0;
}
#login .section-inner .login-block {
  background: #000;
  max-width: 500px;
  margin: 0 auto;
  padding: 80px;
}
#login .section-inner .login-block .logo {
  width: 70%;
}
#login .section-inner .login-block .login-footer {
  margin-top: 30px;
}
#login .section-inner .login-block .login-footer p {
  margin-top: 2em;
  font-size: 11px;
  line-height: 1.7em;
  color: #9e9e9f;
}
#login .section-inner .login-block .login-footer p.forget {
  font-size: 14px;
  text-align: center;
}
#login .section-inner .login-block .login-footer p a {
  color: #FFF;
  text-decoration: underline;
}
#login .section-inner .login-block .login-body .text-label label,
#login .section-inner .login-block .login-body .um-field-label label {
  font-size: 13px !important;
}
#login .section-inner .login-block .login-body .text input[type=text],
#login .section-inner .login-block .login-body .text input[type=password],
#login .section-inner .login-block .login-body .um-field input[type=text],
#login .section-inner .login-block .login-body .um-field input[type=password] {
  border: solid 1px #9e9e9f;
  border-radius: 20px;
  line-height: 1.7em;
  padding: 4px 12px;
  background: #000;
  font-size: 14px;
  letter-spacing: 0.035em;
  width: 100%;
  box-sizing: border-box;
  color: #FFF;
}
#login .section-inner .login-block .login-body .text input[type=text]:focus,
#login .section-inner .login-block .login-body .text input[type=password]:focus,
#login .section-inner .login-block .login-body .um-field input[type=text]:focus,
#login .section-inner .login-block .login-body .um-field input[type=password]:focus {
  outline: none;
  background: #181818;
  border: solid 1px #FFF;
}
#login .section-inner .login-block .login-body .um-col-alt .um-button,
#login .section-inner .login-block .login-body .um-col-alt input[type=submit] {
  margin-top: 15px !important;
  width: 100% !important;
  background: #6e6e6e !important;
  border-radius: 30px !important;
  line-height: 1.7em;
  padding: 4px 12px;
  font-size: 14px;
  letter-spacing: 0.035em;
  border: none;
  box-sizing: border-box;
}

body #corporate-home {
  background: #000;
}
#corporate-home .kv {
  position: relative;
}
#corporate-home .kv-catch {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  z-index: 99;
  font-size: 13px;
  letter-spacing: 0.075em;
  line-height: 1.8em;
  padding: 0 30px 30px 30px;
}
@media screen and (max-width: 767px) {
  #corporate-home .kv-catch {
    font-size: 10px;
    line-height: 1.4em;
    padding: 0 7% 15px;
  }
}
#corporate-home .kv-catch h2 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.075em;
  margin: 0;
}
#corporate-home .kv-catch h2 br {
  display: none;
}
@media screen and (max-width: 767px) {
  #corporate-home .kv-catch h2 br {
    display: block;
  }
}
#corporate-home .kv-catch p {
  font-size: 13px;
  letter-spacing: 0.075em;
  line-height: 1.8em;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  #corporate-home .kv-catch p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #corporate-home .kv {
    width: 100vw;
    height: auto;
  }
  #corporate-home .kv .swiper-container-wrapper {
    height: 100vw;
  }
  #corporate-home .kv .swiper-container-wrapper .swiper-wrapper {
    height: 100vw;
  }
  #corporate-home .kv .swiper-container-wrapper img {
    width: 100%;
    height: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#corporate-home .is--home {
  padding-bottom: 100px;
}
#corporate-home .is--home .section {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  #corporate-home .is--home .section {
    padding: 40px 0;
  }
}
#corporate-home .is--home .section._gray {
  background: #c8cdcd;
}
#corporate-home .btn-viewall {
  margin-top: 35px;
  margin-left: auto;
  margin-right: 30px;
  width: 160px;
}
@media screen and (max-width: 767px) {
  #corporate-home .btn-viewall {
    margin: 50px auto 0;
  }
}
#corporate-home .btn-viewall a {
  display: block;
  border: solid 1px #e6e6e6;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 0.035em;
  text-align: center;
  padding: 10px 20px;
  color: #FFF;
}
@media (min-width: 1020px) {
  #corporate-home .btn-viewall a {
    transition: background-color 0.2s, color 0.2s;
  }
  #corporate-home .btn-viewall a:hover {
    background: #e6e6e6;
    color: #000;
  }
}
#corporate-home .topics,
#corporate-home .event {
  margin-left: auto;
  overflow: hidden;
}
#corporate-home .topics:first-child,
#corporate-home .event:first-child {
  margin-top: 0;
}
#corporate-home .topics-inner,
#corporate-home .event-inner {
  margin-top: 30px;
  margin-left: 30px;
  overflow: hidden;
}
@media (min-width: 1060px) {
  #corporate-home .topics-inner,
#corporate-home .event-inner {
    width: calc((100% - 1060px) / 2 + 1060px - 30px);
    margin-left: auto;
  }
}
#corporate-home .topics .section-title,
#corporate-home .event .section-title {
  position: relative;
  margin-left: auto;
  padding-left: 30px;
}
@media (min-width: 1060px) {
  #corporate-home .topics .section-title,
#corporate-home .event .section-title {
    width: calc((100% - 1060px) / 2 + 1060px);
  }
}
#corporate-home .topics .section-title span,
#corporate-home .event .section-title span {
  display: block;
  /*font-size: 2.4rem;
  font-weight: 500;*/
}
#corporate-home .topics .section-title span img,
#corporate-home .event .section-title span img {
  height: 40px;
  width: auto;
}
#corporate-home .topics .section-title-border,
#corporate-home .event .section-title-border {
  position: relative;
  margin-left: auto;
  padding-left: 30px;
}
@media (min-width: 1060px) {
  #corporate-home .topics .section-title-border,
#corporate-home .event .section-title-border {
    width: calc((100% - 1060px) / 2 + 1060px);
  }
}
#corporate-home .topics .section-title-border span,
#corporate-home .event .section-title-border span {
  display: block;
  /*font-size: 2.4rem;
  font-weight: 500;*/
}
#corporate-home .topics .section-title-border span img,
#corporate-home .event .section-title-border span img {
  height: 30px;
  width: auto;
}
#corporate-home .topics .section-title-border:after,
#corporate-home .event .section-title-border:after {
  content: "";
  display: block;
  height: 3px;
  width: calc(100% - 7rem - 60px);
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#corporate-home .topics .swiper-slide:after,
#corporate-home .event .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  z-index: 100;
}
#corporate-home .topics .swiper-slide a,
#corporate-home .event .swiper-slide a {
  display: block;
  text-align: left;
  padding: 10px 20px;
  position: relative;
  color: #FFF;
}
#corporate-home .topics .swiper-slide a span,
#corporate-home .event .swiper-slide a span {
  display: block;
}
#corporate-home .topics .swiper-slide a .event-header,
#corporate-home .event .swiper-slide a .event-header {
  display: flex;
}
#corporate-home .topics .swiper-slide a .event-header .event-date,
#corporate-home .event .swiper-slide a .event-header .event-date {
  font-size: 11px;
  display: block;
  width: 60px;
  text-align: center;
}
#corporate-home .topics .swiper-slide a .event-header .event-date-year,
#corporate-home .event .swiper-slide a .event-header .event-date-year {
  background: #6e6e6e;
  color: #FFF;
  padding-top: 2px;
}
#corporate-home .topics .swiper-slide a .event-header .event-date-month,
#corporate-home .event .swiper-slide a .event-header .event-date-month {
  background: #6e6e6e;
  color: #FFF;
  font-size: 1.6rem;
  letter-spacing: 0.035em;
  padding-bottom: 2px;
}
#corporate-home .topics .swiper-slide a .event-header .event-date-day,
#corporate-home .event .swiper-slide a .event-header .event-date-day {
  background: #FFF;
  color: #000;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
}
#corporate-home .topics .swiper-slide a .event-header .event-name,
#corporate-home .event .swiper-slide a .event-header .event-name {
  width: calc(100% - 60px);
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6em;
  display: block;
  margin-top: 0.5em;
}
#corporate-home .topics .swiper-slide a .event-body,
#corporate-home .event .swiper-slide a .event-body {
  margin-top: 2rem;
  display: flex;
  grid-template: repeat(2, 1fr);
}
#corporate-home .topics .swiper-slide a .event-detail,
#corporate-home .event .swiper-slide a .event-detail {
  display: block;
  width: 50%;
  font-size: 16px;
  letter-spacing: 0.035em;
}
#corporate-home .topics .swiper-slide a .event-detail .date,
#corporate-home .topics .swiper-slide a .event-detail .time,
#corporate-home .topics .swiper-slide a .event-detail .free,
#corporate-home .topics .swiper-slide a .event-detail .status,
#corporate-home .event .swiper-slide a .event-detail .date,
#corporate-home .event .swiper-slide a .event-detail .time,
#corporate-home .event .swiper-slide a .event-detail .free,
#corporate-home .event .swiper-slide a .event-detail .status {
  margin-top: 0.1em;
}
#corporate-home .topics .swiper-slide a .event-detail .event-meta,
#corporate-home .event .swiper-slide a .event-detail .event-meta {
  margin-top: 20px;
}
#corporate-home .topics .swiper-slide a .event-detail .event-meta .category,
#corporate-home .event .swiper-slide a .event-detail .event-meta .category {
  display: inline-block;
  background: #6e6e6e;
  color: #FFF;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
  letter-spacing: 0.05em;
}
#corporate-home .topics .swiper-slide a .event-thumb,
#corporate-home .event .swiper-slide a .event-thumb {
  display: block;
  width: 40%;
  margin-left: auto;
}
#corporate-home .topics .swiper-slide a.file-link:after,
#corporate-home .event .swiper-slide a.file-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 5px;
  width: 15px;
  height: 11px;
  background: url(../images/common/icon_externallinks_wt.svg) no-repeat left top;
  background-size: cover;
  line-height: 2;
  margin-left: 3px;
}
#corporate-home .news {
  max-width: 1060px;
  margin: 80px auto;
}
#corporate-home .news .section-title {
  position: relative;
  margin-left: auto;
  padding-left: 30px;
}
@media (min-width: 1060px) {
  #corporate-home .news .section-title {
    width: calc((100% - 1060px) / 2 + 1060px);
  }
}
#corporate-home .news .section-title span {
  display: block;
  /*font-size: 2.4rem;
  font-weight: 500;*/
}
#corporate-home .news .section-title span img {
  height: 40px;
  width: auto;
}
#corporate-home .news .news-list {
  padding: 0 30px;
  margin-top: 30px;
}
#corporate-home .news .news-item {
  margin-top: 2em;
}
#corporate-home .news .news-item:first-child {
  margin-top: 0;
}
#corporate-home .news .news-item a {
  display: flex;
  background-color: #c8cdcd;
  font-size: 16px;
  padding: 1em;
}
@media (min-width: 861px) {
  #corporate-home .news .news-item a {
    transition: background-color 0.2s;
  }
  #corporate-home .news .news-item a:hover {
    background-color: #EFEFEF;
  }
}
#corporate-home .news .news-item a span {
  display: block;
}
#corporate-home .news .news-item a .news-date {
  width: 100px;
  box-sizing: border-box;
  position: relative;
}
#corporate-home .news .news-item a .news-date:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
}
#corporate-home .news .news-item a .news-name {
  width: calc(100% - 100px);
  padding-left: 20px;
  box-sizing: border-box;
}
#corporate-home .allview {
  margin-top: 80px;
}
#corporate-home .yil-outer {
  padding-bottom: calc(21.5579710145% + 30px) !important;
  position: relative;
}
#corporate-home .yil {
  width: 85%;
  position: absolute;
  bottom: -3.4492753623%;
}
#corporate-home .floor {
  padding: 100px 0 30px;
}
#corporate-home .floor h2 {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
#corporate-home .floor h2 .floor-en {
  font-size: 3.8rem;
  font-family: "Roboto", sans-serif;
}
#corporate-home .floor h2 .kuro {
  background: #000;
  color: #FFF;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1em;
  padding: 5px 13px 7px;
  border-radius: 20px;
}
#corporate-home .floor-img {
  margin-bottom: 80px;
}
#corporate-home .floor .about-thumbs {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}
#corporate-home .floor .about-thumbs .info {
  margin-left: 40%;
  padding: 30px 0 0;
}
#corporate-home .floor .about-thumbs .info h3 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  letter-spacing: 0.05em;
}
#corporate-home .floor .about-thumbs .info p {
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
}
#corporate-home .goal {
  margin-top: 100px;
  padding-bottom: 60px;
}
#corporate-home .goal figure {
  margin: 50px 0 30px;
}
#corporate-home .goal .catch {
  font-size: 2.6rem;
  color: #00008c;
  text-align: center;
  margin-bottom: 1em;
}
#corporate-home .goal p {
  font-size: 1.8rem;
  line-height: 2em;
}
#corporate-home .vision {
  background: #fff046;
  padding: 60px 30px 240px;
}
@media (max-width: 860px) {
  #corporate-home .vision {
    padding: 60px 30px;
  }
}
#corporate-home .vision h2 {
  font-size: 2.9rem;
  margin-bottom: 30px;
}
#corporate-home .vision dl {
  margin-top: 3em;
}
#corporate-home .vision dl dt {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Roboto Sans", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
#corporate-home .vision dl dd {
  font-size: 2rem;
  line-height: 1.6em;
  letter-spacing: 0.075em;
}

body #page {
  background: #c8cdcd;
}

body #news {
  background: #c8cdcd;
}
#news .list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
#news .list .news-item:first-child {
  margin-top: 0;
}
#news .list .news-item a {
  display: flex;
  background-color: #DFDFDF;
  font-size: 16px;
  padding: 1em;
}
@media (min-width: 861px) {
  #news .list .news-item a {
    transition: background-color 0.2s;
  }
  #news .list .news-item a:hover {
    background-color: #E9E9E9;
  }
}
#news .list .news-item a span {
  display: block;
}
#news .list .news-item a .news-date {
  width: 100px;
  box-sizing: border-box;
  position: relative;
}
#news .list .news-item a .news-date:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
}
#news .list .news-item a .news-name {
  width: calc(100% - 100px);
  padding-left: 20px;
  box-sizing: border-box;
}
#news .list:first-child {
  margin-top: 0;
}
#news .list-inner {
  margin-top: 30px;
  margin-left: 30px;
  overflow: hidden;
}
#news .list .section-title {
  position: relative;
  margin-left: auto;
  padding-left: 30px;
}
@media (min-width: 1060px) {
  #news .list .section-title {
    width: calc((100% - 1060px) / 2 + 1060px);
  }
}
#news .list .section-title span {
  display: block;
}
#news .list .section-title span img {
  height: 40px;
  width: auto;
}

body #topics,
body #event {
  background: #c8cdcd;
}
#topics .items,
#event .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1060px;
  padding: 30px 30px 300px 100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #topics .items,
#event .items {
    padding: 30px;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
#topics .items dl dt a,
#event .items dl dt a {
  display: block;
  position: relative;
  height: 0;
  padding-top: 73.6666666667%;
}
#topics .items dl dt a img,
#event .items dl dt a img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#topics .items dl dd a,
#event .items dl dd a {
  display: block;
  text-align: left;
  padding: 10px 0;
  position: relative;
}
#topics .items dl dd a span,
#event .items dl dd a span {
  display: block;
}
#topics .items dl dd a .event-date,
#event .items dl dd a .event-date {
  font-size: 11px;
  display: block;
}
#topics .items dl dd a .event-name,
#event .items dl dd a .event-name {
  font-size: 14px;
  display: block;
  margin-top: 0.5em;
}
#topics .items dl dd a.file-link:after,
#event .items dl dd a.file-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 5px;
  width: 15px;
  height: 11px;
  background: url(../images/common/icon_externallinks.svg) no-repeat left top;
  background-size: cover;
  line-height: 2;
  margin-left: 3px;
}

@media (max-width: 860px) {
  #about .section {
    padding: 0;
  }
}
@media (max-width: 860px) {
  #about .section--title {
    padding: 0;
  }
}
@media (max-width: 860px) {
  #about .section .intro {
    padding: 20px 30px 0;
    font-size: 2.3rem;
    line-height: 1.8em;
  }
}
#about .section-title-border {
  position: relative;
  padding-left: 30px;
  margin-left: auto;
}
@media (min-width: 1060px) {
  #about .section-title-border {
    width: calc((100% - 1060px) / 2 + 1060px);
  }
}
#about .section-title-border span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
}
#about .section-title-border:after {
  content: "";
  display: block;
  height: 3px;
  width: calc(100% - 23rem - 30px);
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#about .allview {
  margin-top: 80px;
}
#about .yil-outer {
  padding-bottom: calc(21.5579710145% + 30px) !important;
  position: relative;
}
@media (max-width: 860px) {
  #about .yil-outer {
    padding-top: 10px;
  }
}
@media (max-width: 860px) {
  #about .yil-outer .section-inner {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #about .yil-outer .section-inner .description {
    padding: 0 30px;
    font-size: 1.6rem;
  }
}
#about .yil {
  width: 85%;
  position: absolute;
  bottom: -3.4492753623%;
}
@media (max-width: 768px) {
  #about .yil {
    width: 90%;
    bottom: -1.3043478261%;
  }
}
#about .floor {
  padding: 100px 0 30px;
}
@media (max-width: 860px) {
  #about .floor {
    padding: 60px 20px 30px;
  }
}
#about .floor h2.floor-name {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 860px) {
  #about .floor h2.floor-name {
    flex-wrap: wrap;
    margin-bottom: 20px;
    line-height: 1.3em;
  }
}
#about .floor h2.floor-name .floor-num {
  font-size: 3.8rem;
  font-family: "Roboto", sans-serif;
}
#about .floor h2.floor-name .floor-catch {
  background: #000;
  color: #FFF;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1em;
  padding: 5px 13px 7px;
  border-radius: 20px;
}
@media (max-width: 860px) {
  #about .floor h2.floor-name .floor-text {
    display: block;
    width: 100%;
  }
}
#about .floor-madori {
  margin-bottom: 80px;
}
@media (max-width: 860px) {
  #about .floor-madori {
    margin-bottom: 30px;
  }
}
#about .floor .about-thumbs {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 860px) {
  #about .floor .about-thumbs {
    gap: 10px;
  }
}
#about .floor .about-thumbs .info {
  margin-left: 40%;
  padding: 30px 0 0;
}
@media (max-width: 860px) {
  #about .floor .about-thumbs .info {
    margin: 0;
    padding: 10px 0 15px;
  }
}
#about .floor .about-thumbs .info h3 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  letter-spacing: 0.05em;
}
@media (max-width: 860px) {
  #about .floor .about-thumbs .info h3 {
    font-size: 23px;
  }
}
#about .floor .about-thumbs .info p {
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
}
#about .goal {
  margin-top: 100px;
  padding-bottom: 60px;
}
#about .goal figure {
  margin: 50px 0 30px;
}
#about .goal .catch {
  font-size: 2.6rem;
  color: #00008c;
  text-align: center;
  margin-bottom: 1em;
}
#about .goal p {
  font-size: 1.8rem;
  line-height: 2em;
}
@media (max-width: 860px) {
  #about .goal {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  #about .goal figure {
    padding: 0 30px;
  }
  #about .goal .catch {
    font-size: 2.3rem;
    padding: 0 30px;
    margin-bottom: 1em;
    text-align: left;
  }
  #about .goal p {
    font-size: 1.6rem;
    padding: 0 30px;
  }
}
#about .vision {
  background: #fff046;
  padding: 60px 30px 240px;
}
#about .vision h2 {
  font-size: 2.9rem;
  margin-bottom: 30px;
}
#about .vision dl {
  margin-top: 3em;
}
#about .vision dl dt {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Roboto Sans", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
#about .vision dl dt img {
  height: 30px;
  width: auto;
}
#about .vision dl dd {
  font-size: 2rem;
  line-height: 1.6em;
  letter-spacing: 0.075em;
}
@media (max-width: 860px) {
  #about .vision {
    padding: 40px 30px;
    margin-bottom: 40px;
  }
  #about .vision h2 {
    font-size: 2.6rem;
  }
  #about .vision dl {
    margin-top: 2.4em;
  }
  #about .vision dl dt {
    font-size: 2.9rem;
    margin-bottom: 15px;
  }
  #about .vision dl dt img {
    height: 24px;
  }
  #about .vision dl dd {
    font-size: 1.6rem;
  }
  #about .vision dl dd br {
    display: none;
  }
}

#contact {
  padding-bottom: 300px;
}
@media (max-width: 768px) {
  #contact {
    padding-bottom: 60px;
    min-height: calc(100vh - 160px);
  }
}
@media (max-width: 950px) {
  #contact .section--title {
    height: 25px;
    padding: 0;
  }
}
#contact .contents {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 950px) {
  #contact .contents {
    padding: 0 30px;
  }
}
#contact .contact-intro {
  position: absolute;
  top: 30px;
  left: 110px;
}
@media (max-width: 950px) {
  #contact .contact-intro {
    position: static;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
#contact .contact-intro p {
  font-size: 1.6rem;
  line-height: 1.6em;
  letter-spacing: 0.035em;
}
@media (max-width: 950px) {
  #contact .contact-intro p {
    font-size: 1.4rem;
  }
}
#contact .contact-intro .mail {
  margin-top: 40px;
  width: 80%;
  max-width: 360px;
}

#access {
  padding-bottom: 300px;
}
@media (max-width: 768px) {
  #access {
    padding-bottom: 60px;
  }
}
@media (max-width: 950px) {
  #access .section--title {
    height: 25px;
    padding: 0;
  }
}
#access .contents {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 950px) {
  #access .contents {
    padding: 0 30px;
  }
}
#access .access-intro {
  position: absolute;
  top: 30px;
  left: 110px;
}
@media (max-width: 950px) {
  #access .access-intro {
    position: static;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
#access .access-intro h2 {
  font-size: 2rem;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
@media (max-width: 950px) {
  #access .access-intro h2 {
    font-size: 1.8rem;
  }
}
#access .access-intro p {
  font-size: 1.8rem;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
@media (max-width: 950px) {
  #access .access-intro p {
    font-size: 1.6rem;
  }
}
#access .access-intro .btn-google {
  font-size: 1.4rem;
  margin-top: 1em;
}
#access .access-intro .btn-google a {
  display: inline-block;
  background: #000;
  color: #FFF;
  padding: 4px 10px;
}
#access .access-intro .btn-google a:hover {
  background: #333;
}
#access .map {
  width: 80%;
  margin: 0 0 60px auto;
  padding-right: 5%;
}
@media (max-width: 860px) {
  #access .map {
    width: 100%;
    margin: 0 0 60px auto;
    padding-right: 0;
  }
}
#access .station {
  font-size: 1.4rem;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  margin-left: 30px;
}
@media (max-width: 860px) {
  #access .station {
    margin-left: 0;
    font-size: 1.3rem;
    letter-spacing: 0.035em;
  }
}

@media (max-width: 860px) {
  #research .section-inner .intro {
    padding: 0;
  }
}
@media (max-width: 860px) {
  #research .section-inner .research-units {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .is--single .section--area section {
    padding: 0;
    padding-top: 0;
  }
  .is--single .section--area section .inner hgroup.contents--main {
    padding-bottom: 120px;
  }
  .is--single .section--area section.research--top .inner hgroup.contents--main {
    padding-bottom: 0;
  }
  .is--single .section--area section.research--top .inner hgroup.contents--main .section--title {
    padding-top: 50px;
  }
  .is--single .section--area section.research--top .inner hgroup.contents--main .section--title img {
    width: 210px;
  }
  .is--single .section--area section .inner .contents hgroup {
    margin-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }
  .is--single .section--area section .inner .contents hgroup .entry--title {
    font-size: clamp(20px, 5vw, 28px);
  }
  .is--single .section--area section .inner .contents hgroup .hash--tag {
    gap: 14px;
    margin-top: 22px;
  }
  .is--single .section--area section .inner .contents hgroup .hash--tag .hash {
    font-weight: 500;
    font-size: 14px;
  }
  .is--single .section--area section .inner .contents .template--style {
    padding-left: 0;
    padding-right: 0;
  }
  .is--single .section--area section .inner .contents .template--style p {
    font-size: 14px;
    line-height: 2;
  }
  .is--single .section--area section .inner .contents .template--style p + p {
    margin-top: 32px;
  }
  .is--single .section--area section .inner .contents .template--style img {
    width: 100%;
    max-width: 620px;
    margin-inline: auto;
    margin-top: 40px;
    display: block;
  }
  .is--single .section--area section .inner .contents .template--style img + p {
    margin-top: 32px;
  }
  .is--single .section--area section .inner .contents .template--style img + p.img--cap {
    font-size: 12px;
  }
  .is--single .section--area section .inner .contents .template--style h2 {
    font-size: clamp(18px, 4vw, 22px);
  }
  .is--single .section--area section .inner .common--btn {
    justify-content: flex-start;
    margin-inline: 0;
    margin-top: 40px;
    margin-bottom: 80px;
    grid-row: 2/3;
    grid-column: 1/2;
    grid-template-columns: 40px 172px;
  }
  .is--single .section--area section .inner .common--btn.view--all .is--text img {
    width: 127px;
  }
}