@charset "UTF-8";
html, body {
  width: 100%;
  overflow-x: hidden;
  background: #C7CCD4;
  font-family: "Humanist777Light", "Zen Kaku Gothic New", sans-serif;
  font-style: "Normal";
  font-stretch: "Normal";
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: #000;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

::selection {
  background: #333;
  color: #fff;
}

.secondary {
  margin-top: 210px;
  padding-bottom: 180px;
}
@media all and (max-width: 620px) {
  .secondary {
    margin-top: 120px;
  }
}

.secondary-awards {
  margin-top: 210px;
  margin-bottom: 180px !important;
}
@media all and (max-width: 620px) {
  .secondary-awards {
    margin-top: 120px;
  }
}

main {
  margin-bottom: 320px;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
}

ol, ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body {
  opacity: 0;
  position: relative;
}

input, textarea, button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: none;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Humanist777Light", "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: "Normal";
  font-stretch: "Normal";
  letter-spacing: 0.1em;
}

.wrapper {
  min-height: 100vh;
}

.mask {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 102%;
  height: 103%;
  background: #C7CCD4;
}
@media all and (max-width: 980px) {
  .mask {
    width: 105%;
    height: 105%;
  }
}

.button-basic a {
  width: 200px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #5A5A5A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-basic a:hover {
  border: none;
  background: #D9D9D9;
  border: 1px solid #D9D9D9;
}

.alternate-style {
  opacity: 0;
  -webkit-animation-name: fadeIn2;
          animation-name: fadeIn2;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn2 {
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn2 {
  100% {
    opacity: 1;
  }
}
.Openimg {
  -webkit-animation-name: ImgOpen;
          animation-name: ImgOpen;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes ImgOpen {
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes ImgOpen {
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.img-unit {
  position: relative;
  display: block;
}

.img-wrapper {
  width: 100%;
}
.img-wrapper img {
  width: 100%;
}

/******************
  header
******************/
.header {
  font-weight: 400;
  font-style: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  margin: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

@media all and (min-width: 1080px) {
  .header {
    height: 105px;
  }
}
@media all and (max-width: 1079px) {
  .header {
    height: 60px;
  }
}
.header .mainvisual-navi {
  position: relative;
  width: 100%;
  margin: auto;
}

.header h1 {
  position: absolute;
  width: 60px;
  top: 70px;
  left: 50px;
  z-index: 200;
}

@media all and (max-width: 620px) {
  .header h1 {
    left: 20px;
    top: 30px;
  }
}
.header h1 p {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
  margin-top: 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header .is-in img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.header .is-in p {
  color: #333;
}

.header .navi {
  z-index: 500;
  position: relative;
  display: none;
  width: 100vw;
  min-height: 100vh; /* Fallback */
  min-height: 100svh;
  min-height: calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1svh) * 100);
  background: #C7CCD4;
}

.header .navi .right-unit {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.header .navi .inner-unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 140px 1fr 140px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 140px;
  white-space: nowrap;
}
@media all and (max-width: 980px) {
  .header .navi .inner-unit {
    display: block;
  }
}

.header .navi-list {
  font-size: 22px;
}
@media all and (max-width: 980px) {
  .header .navi-list {
    margin-bottom: 40px;
  }
}

.header .navi-list li {
  margin-bottom: 30px;
}

.header .navi-list li:last-child {
  margin-bottom: 0px;
}

.header .sub-list li {
  margin-bottom: 22px;
}

@media all and (max-width: 980px) {
  .header .sub-list {
    margin-bottom: 40px;
  }
}

.header .insta-navi {
  margin-top: 2px;
}

.header .sub-list li:last-child {
  margin-bottom: 0px;
}

.header a {
  color: #444444;
}

.header .menu-logo img {
  width: 60px;
}

/*スマホメニュー*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: 0.2s 0s ease-out;
  transition: 0.2s 0s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  z-index: 1000;
  display: block;
  position: absolute;
  top: 10px;
  right: 30px;
  width: 60px;
  height: 60px;
  z-index: 1000;
  cursor: pointer;
}
@media all and (max-width: 620px) {
  .menu-trigger {
    top: 0px;
  }
}

@media all and (max-width: 620px) {
  .menu-trigger {
    right: 20px;
  }
}
.menu-trigger span:not(.label) {
  position: absolute;
  right: 0;
  left: -1px;
  width: 60px;
  height: 1px;
  background-color: #333;
}

.menu-trigger .label {
  display: block;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  position: absolute;
  top: 30px;
  left: 15px;
  opacity: 1;
}

.is-in span:not(.label) {
  background-color: #333;
}

.active.is-in span:not(.label) {
  background-color: #333;
}

.menu-trigger span:nth-of-type(1) {
  top: 23px;
}

.menu-trigger span:nth-of-type(2) {
  display: none;
}

.menu-trigger span:nth-of-type(3) {
  top: 35px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-25deg);
          transform: translateY(5px) rotate(-25deg);
  background-color: #333;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(25deg);
          transform: translateY(-7px) rotate(25deg);
  background-color: #333;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 40px;
  left: 25px;
}
@media all and (max-width: 620px) {
  .main-menu {
    top: 23px;
    left: 20px;
    font-size: 12px;
  }
}
.main-menu li {
  margin-right: 30px;
  font-family: "Humanist777Roman";
  font-style: "Normal";
  font-stretch: "Normal";
}
@media all and (max-width: 620px) {
  .main-menu li {
    margin-right: 20px;
  }
  .main-menu li:nth-child(n+2) {
    display: none;
  }
}
.main-menu h1 {
  width: 140px;
  position: relative;
  top: -7px;
  left: 0;
  margin-right: 10px;
}
@media all and (max-width: 620px) {
  .main-menu h1 {
    width: 100px;
  }
}
@media all and (max-width: 620px) {
  .main-menu h1 img {
    width: 100px;
  }
}
.main-menu .crr a::after {
  position: relative;
  top: 10px;
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #333;
  margin: 0 auto;
}

/******************
  footer
******************/
footer {
  bottom: 0;
  position: absolute;
  width: 100%;
}
footer .footer-inner {
  background: #D9D9D9;
  max-width: 1160px;
  height: 320px;
  margin: 0 auto;
  position: relative;
}
footer .footer-inner .flex-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 100px;
  left: 60px;
}
@media all and (max-width: 980px) {
  footer .footer-inner .flex-unit {
    left: 30px;
  }
}
@media all and (max-width: 620px) {
  footer .footer-inner .flex-unit {
    display: block;
    top: 30px;
  }
}
footer .footer-inner .footer-logo {
  width: 140px;
  margin-right: 90px;
}
@media all and (max-width: 980px) {
  footer .footer-inner .footer-logo {
    margin-right: 45px;
  }
}
@media all and (max-width: 620px) {
  footer .footer-inner .footer-logo {
    width: 120px;
    margin-bottom: 20px;
    position: relative;
    left: -5px;
  }
  footer .footer-inner .footer-logo img {
    width: 100%;
  }
}
footer .footer-inner .main-list {
  font-size: 22px;
  margin-right: 130px;
}
@media all and (max-width: 980px) {
  footer .footer-inner .main-list {
    margin-right: 60px;
  }
}
@media all and (max-width: 620px) {
  footer .footer-inner .main-list {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
footer .footer-inner .main-list li {
  margin-bottom: 26px;
}
@media all and (max-width: 620px) {
  footer .footer-inner .main-list li {
    margin-bottom: 13px;
  }
}
footer .footer-inner .sub-list li {
  margin-bottom: 20px;
}
@media all and (max-width: 620px) {
  footer .footer-inner .sub-list li {
    margin-bottom: 8px;
  }
}
footer .footer-inner .insta-navi {
  position: absolute;
  right: 60px;
  top: 110px;
}
@media all and (max-width: 620px) {
  footer .footer-inner .insta-navi {
    right: 30px;
    top: 30px;
  }
}

.no-ad {
  position: relative;
}

/******************
  Projects
******************/
.ProjectsListPage {
  margin-top: 140px;
  padding: 0 25px;
}
.ProjectsListPage .category-list {
  font-size: 16px;
  margin-bottom: 80px;
}
.ProjectsListPage .category-list li {
  margin-bottom: 16px;
}
.ProjectsListPage .category-list li:last-child {
  margin-bottom: 0;
}
.ProjectsListPage .list-unit {
  margin-bottom: 80px;
}
.ProjectsListPage .list-unit:last-child {
  margin-bottom: 0;
}
.ProjectsListPage .list-unit .flex-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media all and (max-width: 620px) {
  .ProjectsListPage .list-unit .flex-unit {
    display: block;
  }
}
.ProjectsListPage .list-unit .img-flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media all and (max-width: 620px) {
  .ProjectsListPage .list-unit .img-flex {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ProjectsListPage .list-unit .img-flex .img-unit:first-child .Openimg {
  -webkit-animation-name: ImgOpen;
          animation-name: ImgOpen;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-animation-delay: 0.67s;
          animation-delay: 0.67s;
}
@media all and (max-width: 620px) {
  .ProjectsListPage .list-unit .img-flex .img-unit:first-child .Openimg {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
}
@keyframes ImgOpen {
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.ProjectsListPage .list-unit .img-flex .img-unit:last-child .Openimg {
  -webkit-animation-name: ImgOpen;
          animation-name: ImgOpen;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@keyframes ImgOpen {
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@media all and (max-width: 620px) {
  .ProjectsListPage .list-unit .img-flex .img-unit:last-child {
    display: none;
  }
}
.ProjectsListPage .list-unit h2 {
  font-size: 18px;
  font-family: "Humanist777Roman", "Zen Kaku Gothic New", sans-serif;
  font-style: "Normal";
  font-stretch: "Normal";
  font-weight: 400;
  margin-right: 50px;
}
@media all and (max-width: 620px) {
  .ProjectsListPage .list-unit h2 {
    margin: 0 0 20px 0;
  }
}
.ProjectsListPage .list-unit p {
  margin-bottom: 3px;
}
.ProjectsListPage .hidden {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 120px 25px;
  margin-bottom: 90px;
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media all and (max-width: 620px) {
  .ProjectsListPage .hidden {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 50px 10px;
  }
}
.ProjectsListPage .hidden .list-unit {
  margin: 0;
  position: relative;
}
.ProjectsListPage .hidden .list-unit:nth-child(3n+2) {
  top: 30px;
}
@media all and (max-width: 620px) {
  .ProjectsListPage .hidden .list-unit:nth-child(3n+2) {
    top: 0;
  }
}
.ProjectsListPage .hidden .list-unit:nth-child(3n+3) {
  top: 60px;
}
@media all and (max-width: 620px) {
  .ProjectsListPage .hidden .list-unit:nth-child(3n+3) {
    top: 0;
  }
}
.ProjectsListPage .hidden .list-unit .flex-unit {
  display: block;
}
.ProjectsListPage .hidden .list-unit h2 {
  margin: 0 0 35px 0;
}
@media all and (max-width: 620px) {
  .ProjectsListPage .hidden .list-unit h2 {
    font-size: 16px;
    margin: 0 0 5px 0;
    min-height: 30px;
  }
}
@media all and (max-width: 620px) {
  .ProjectsListPage .hidden .list-unit p {
    font-size: 12px;
  }
}
.ProjectsListPage .hidden .list-unit .img-flex {
  display: block;
}
.ProjectsListPage .hidden .list-unit .img-flex .img-unit:last-child {
  visibility: hidden;
  height: 0;
}
.ProjectsListPage .hidden .list-unit .img-flex .img-unit:last-child img {
  display: none;
}
@media all and (max-width: 620px) {
  .ProjectsListPage .hidden .list-unit .deta-unit {
    display: none;
  }
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
.ProjectsListPage .main-container {
  padding-bottom: 180px;
}
.ProjectsListPage .thumbnail {
  padding-top: 70%;
  width: 100%;
  position: relative;
}
.ProjectsListPage .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ListStyleBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 22px;
}
@media all and (max-width: 620px) {
  .ListStyleBtn {
    margin-bottom: 40px;
  }
}
.ListStyleBtn input[type=radio] {
  display: none; /* ラジオボタンを非表示にする */
}
.ListStyleBtn svg {
  stroke: #fff;
  cursor: pointer;
}
.ListStyleBtn input[type=radio]:checked + label svg {
  stroke: #333;
}
.ListStyleBtn p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -2px;
}
.ListStyleBtn .btn-unit {
  margin-left: 20px;
}
.ListStyleBtn .btn-unit label {
  display: block;
}

.ProjectsDetailPage .vertical-image {
  max-width: 1040px;
  margin: 0 auto;
  display: block;
}
.ProjectsDetailPage .horizontal-image {
  max-width: 100% !important;
}
.ProjectsDetailPage .img-unit {
  margin-bottom: 1px;
}
.ProjectsDetailPage .text-unit {
  margin: 90px auto;
  display: block;
  max-width: 1040px;
  padding: 0 20px;
}
.ProjectsDetailPage .text-unit p {
  line-height: 28px;
  margin-bottom: 30px;
}
.ProjectsDetailPage .text-unit p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 620px) {
  .ProjectsDetailPage .text-unit p {
    text-align: justify;
  }
  .ProjectsDetailPage .text-unit p br {
    display: none;
  }
}
.ProjectsDetailPage .detail-top {
  max-width: 1040px;
  margin: 0 auto 80px;
  display: block;
  padding: 0 20px;
}
.ProjectsDetailPage .detail-top .flex-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 980px) {
  .ProjectsDetailPage .detail-top .flex-unit {
    display: block;
  }
}
.ProjectsDetailPage .detail-top .flex-unit .right-unit {
  width: 40%;
}
@media all and (max-width: 980px) {
  .ProjectsDetailPage .detail-top .flex-unit .right-unit {
    width: 100%;
  }
}
.ProjectsDetailPage .detail-top .flex-unit .right-unit p {
  line-height: 28px;
  margin-bottom: 30px;
}
.ProjectsDetailPage .detail-top .flex-unit .right-unit p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 620px) {
  .ProjectsDetailPage .detail-top .flex-unit .right-unit p {
    text-align: justify;
  }
  .ProjectsDetailPage .detail-top .flex-unit .right-unit p br {
    display: none;
  }
}
.ProjectsDetailPage .detail-top .flex-unit .left-unit {
  width: 60%;
  margin-right: 20px;
}
@media all and (max-width: 980px) {
  .ProjectsDetailPage .detail-top .flex-unit .left-unit {
    width: 100%;
  }
}
.ProjectsDetailPage .detail-top .flex-unit .left-unit h2 {
  font-size: 36px;
  margin-bottom: 55px;
  font-family: "Humanist777Light", "Zen Kaku Gothic New", sans-serif;
  font-style: "Normal";
  font-stretch: "Normal";
  font-weight: 400;
}
@media all and (max-width: 620px) {
  .ProjectsDetailPage .detail-top .flex-unit .left-unit h2 {
    font-size: 24px;
  }
}
.ProjectsDetailPage .detail-top .flex-unit .left-unit .type {
  font-size: 16px;
  font-family: "Humanist777Light", "Zen Kaku Gothic New", sans-serif;
  font-style: "Normal";
  font-stretch: "Normal";
  font-weight: 400;
  margin-bottom: 5px;
}
@media all and (max-width: 620px) {
  .ProjectsDetailPage .detail-top .flex-unit .left-unit .type {
    font-size: 18px;
  }
}
.ProjectsDetailPage .detail-top .flex-unit .left-unit .design-office {
  margin-bottom: 36px;
}
.ProjectsDetailPage .detail-top .flex-unit .left-unit .year {
  margin-bottom: 5px;
}
@media all and (max-width: 980px) {
  .ProjectsDetailPage .detail-top .flex-unit .left-unit .deta-unit {
    margin-bottom: 40px;
  }
}

/******************
  Awards
******************/
.ListPage {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.awards-list {
  margin-bottom: 100px;
}
.awards-list:last-child {
  margin-bottom: 0;
}
.awards-list h2 {
  font-size: 18px;
  font-family: "Humanist777Light", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 25px;
}
@media all and (max-width: 620px) {
  .awards-list h2 {
    margin-bottom: 40px;
  }
}
.awards-list .thumbnail {
  padding-top: 70%;
  width: 100%;
  position: relative;
}
.awards-list .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.awards-list .text-unit .awards-name {
  font-family: "Humanist777Roman", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.awards-list .text-unit h3 {
  font-family: "Humanist777Roman", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin: 12px 0;
}
.awards-list .text-unit .deta-unit {
  font-size: 12px;
  margin-top: auto;
}
.awards-list .text-unit .deta-unit p {
  margin-bottom: 3px;
}
.awards-list .text-unit .deta-unit p:last-child {
  margin-bottom: 0;
}
.awards-list .left-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media all and (max-width: 620px) {
  .awards-list .left-unit {
    margin-bottom: 30px;
  }
}
.awards-list .left-unit .img-unit {
  min-width: 240px;
  max-width: 240px;
}
@media all and (max-width: 620px) {
  .awards-list .left-unit .img-unit {
    min-width: 50%;
    max-width: 50%;
  }
}
.awards-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 110px;
  margin-bottom: 30px;
}
.awards-list li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 980px) {
  .awards-list li {
    padding-left: 0px;
  }
}
@media all and (max-width: 620px) {
  .awards-list li {
    display: block;
    margin-bottom: 60px;
  }
}
.awards-list .btn-unit {
  margin-top: auto;
}
@media all and (max-width: 620px) {
  .awards-list .btn-unit a {
    margin: 0 auto;
  }
}

/******************
  Media
******************/
.media-list .list-unit li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
@media all and (max-width: 620px) {
  .media-list .list-unit li {
    display: block;
  }
}
.media-list .list-unit li:last-child {
  margin-bottom: 0;
}
.media-list .list-unit li .btn-unit {
  margin-top: auto;
}
.media-list .list-unit li .text-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-left: 30px;
}
@media all and (max-width: 980px) {
  .media-list .list-unit li .text-unit {
    width: 40%;
  }
}
@media all and (max-width: 620px) {
  .media-list .list-unit li .text-unit {
    margin-left: 0px;
    width: 100%;
  }
}
.media-list .list-unit li .text-unit h3 {
  font-family: "Humanist777Roman", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 25px;
}
@media all and (max-width: 620px) {
  .media-list .list-unit li .text-unit .deta-unit {
    margin-bottom: 30px;
  }
}
.media-list .list-unit li .img-unit {
  width: 400px;
}
@media all and (max-width: 620px) {
  .media-list .list-unit li .img-unit {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 620px) {
  .media-list .list-unit li .button-basic a {
    margin: 0 auto;
  }
}
.media-list .thumbnail {
  width: 100%;
}
.media-list .thumbnail img {
  width: 100%;
  height: 100%;
}
.media-list .vertical-image {
  max-width: 280px;
  margin: 0 auto;
  display: block;
}
.media-list .horizontal-image {
  max-width: 100% !important;
}

/******************
  その他
******************/
.sentence-page .menu {
  margin: 20px 0 40px 0;
  border-bottom: 1px solid #333;
}
.sentence-page .menu .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #aaa;
  padding: 15px 30px;
}
.sentence-page .menu .unit:last-child {
  border: none;
}
@media all and (max-width: 620px) {
  .sentence-page .menu .unit {
    display: block;
  }
}
.sentence-page .menu .unit2 {
  border-bottom: 1px solid #aaa;
}
.sentence-page .menu .unit2:last-child {
  border: none;
}
.sentence-page .menu .unit2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
}
@media all and (max-width: 620px) {
  .sentence-page .menu .unit2 a {
    display: block;
    position: relative;
  }
}
.sentence-page .menu .q1, .sentence-page .menu .q3 {
  width: 210px;
}
.sentence-page .menu .q2, .sentence-page .menu .q4 {
  width: 210px;
}
.sentence-page .menu img {
  position: relative;
  top: 5px;
}
@media all and (max-width: 620px) {
  .sentence-page .menu img {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.sentence-page .menu__item {
  color: #333;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
  border-top: 1px solid #333;
}
.sentence-page .menu__item__link {
  color: #333;
  display: block;
  position: relative;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sentence-page .dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 15px;
  height: 1px;
  background: #333;
  position: relative;
  margin: 0 0 0 auto;
  top: 8px;
}
.sentence-page .dli-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sentence-page .menu__item__link.on .dli-plus::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.sentence-page .submenu {
  display: none;
}
.sentence-page .submenu .list {
  border-top: 1px solid #333;
}
.sentence-page .block {
  margin-bottom: 85px;
}
.sentence-page .block:last-child {
  margin-bottom: 0;
}
.sentence-page .block h2 {
  font-size: 16px;
  margin-bottom: 45px;
}
.sentence-page .block p {
  line-height: 28px;
}
.sentence-page .block .maginBottom {
  margin-bottom: 35px;
}
.sentence-page #map {
  height: 400px;
  margin-bottom: 10px;
}
.sentence-page .company_map {
  margin-bottom: 120px;
}
.sentence-page .company_map .map-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 620px) {
  .sentence-page .company_map .map-flex {
    display: block;
  }
  .sentence-page .company_map .map-flex .address {
    margin-bottom: 20px;
  }
  .sentence-page .company_map .map-flex .button-basic a {
    margin: 0 auto;
  }
}
.sentence-page .company-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
@media all and (max-width: 620px) {
  .sentence-page .company-info li {
    display: block;
  }
}
.sentence-page .company-info li:last-child {
  margin-bottom: 0;
}
.sentence-page .company-info li a {
  text-decoration: underline;
}
.sentence-page .company-info li p:first-child {
  width: 110px;
  text-align: right;
  font-weight: 400;
}
@media all and (max-width: 620px) {
  .sentence-page .company-info li p:first-child {
    text-align: left;
  }
}
.sentence-page .company-info li p:last-child {
  margin-left: 50px;
}
@media all and (max-width: 620px) {
  .sentence-page .company-info li p:last-child {
    margin: 0;
  }
}
.sentence-page .company-image .flex-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
@media all and (max-width: 980px) {
  .sentence-page .company-image .flex-unit {
    display: block;
  }
}
@media all and (min-width: 980px) {
  .sentence-page .company-image .flex-unit .slide-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 0;
  }
}
@media all and (max-width: 980px) {
  .sentence-page .company-image .flex-unit .slide-wrap {
    margin-bottom: 30px;
  }
}
.sentence-page .company-image li .thumbnail {
  padding-top: 50%;
  width: 100%;
  position: relative;
}
.sentence-page .company-image li .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sentence-page .company-image .text-unit {
  min-width: 650px;
  margin-left: 50px;
}
@media all and (max-width: 980px) {
  .sentence-page .company-image .text-unit {
    min-width: 100%;
    margin: 0;
  }
}
.sentence-page .company-image .text-unit p {
  line-height: 28px;
  margin-bottom: 35px;
}
@media all and (max-width: 980px) {
  .sentence-page .company-image .text-unit p {
    padding: 0 25px;
    text-align: justify;
  }
}
.sentence-page .company-image .text-unit p:last-child {
  margin-bottom: 0;
}

.form .form-area {
  max-width: 800px;
  margin: 90px auto 0;
}
.form .step {
  width: 320px;
  margin: 0 auto 90px;
}
.form .form-body .flex-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 980px) {
  .form .form-body .flex-unit {
    display: block;
  }
}
.form .form-body .flex-unit:last-child {
  margin-bottom: 40px;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.form .form-body .flex-unit .form-label {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
}
@media all and (max-width: 980px) {
  .form .form-body .flex-unit .form-label {
    margin-bottom: 15px;
  }
}
.form .form-body .flex-unit .form-label .required {
  color: #FF0201;
  font-size: 10px;
  margin: 0 0 0 auto;
}
@media all and (max-width: 980px) {
  .form .form-body .flex-unit .form-label .required {
    margin: 0 0 0 10px;
    position: relative;
    top: 4px;
  }
}
.form .form-body .flex-unit .form-contents {
  width: calc(100% - 250px);
}
@media all and (max-width: 980px) {
  .form .form-body .flex-unit .form-contents {
    width: 100%;
  }
}
.form .form-body .flex-unit .form-contents .form-input {
  width: 100%;
  height: 60px;
  padding: 10px;
  background: #eee;
}
.form .form-body .flex-unit .form-contents .form-post {
  height: 60px;
  max-width: 200px;
  width: 100%;
  padding: 10px;
  background: #eee;
}
.form .form-body .flex-unit .form-contents .post {
  font-size: 12px;
  letter-spacing: 0.01em;
  margin-left: 10px;
}
@media all and (max-width: 980px) {
  .form .form-body .flex-unit .form-contents .post {
    margin: 10px 0 0 0;
    display: block;
  }
}
.form .form-body .flex-unit .form-contents .form-textarea {
  width: 100%;
  padding: 10px;
  height: 250px;
  background: #eee;
}
.form .form-body .flex-unit input::-webkit-input-placeholder {
  color: #999;
}
.form .form-body .flex-unit input::-moz-placeholder {
  color: #999;
}
.form .form-body .flex-unit input:-ms-input-placeholder {
  color: #999;
}
.form .form-body .flex-unit input::-ms-input-placeholder {
  color: #999;
}
.form .form-body .flex-unit input::placeholder {
  color: #999;
}
.form .formcaution {
  background: #eee;
  height: 300px;
  overflow-y: scroll;
  padding: 20px;
  margin-bottom: 60px;
}
.form .formcaution p {
  font-size: 12px;
  line-height: 24px;
}
.form .formcaution .section-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
}
.form .formcaution .policy-section {
  margin-bottom: 35px;
}
.form .formcaution .policy-section:last-child {
  margin-bottom: 0;
}
.form .policy-link {
  text-align: center;
  margin-bottom: 30px;
}
@media all and (max-width: 620px) {
  .form .policy-link {
    text-align: left;
  }
  .form .policy-link br {
    display: none;
  }
}
.form .policy-link a {
  text-decoration: underline;
}
.form .check-unit {
  text-align: center;
  margin-bottom: 45px;
}
.form .check-unit .mark + span {
  position: relative;
  padding: 0 0 0 35px;
}
.form .check-unit .mark + span::before {
  display: block;
  content: "";
  position: absolute;
  background: #eee;
  left: 0;
  top: -2px;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  vertical-align: top;
}
.form .check-unit .mark:checked + span::after {
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 13px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.form .radio-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form .radio-list li {
  margin: 0 30px 10px 0;
}
.form .mark-radio {
  display: none;
}
.form .mark-radio + span {
  position: relative;
  padding: 2px 0 0 30px;
}
.form .mark-radio + span::before {
  display: block;
  content: "";
  background: #eee;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  vertical-align: top;
  border-radius: 50%;
}
.form .mark-radio:checked + span::after {
  display: block;
  content: "";
  background: #333;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.form .caution-unit {
  font-size: 12px;
  max-width: 630px;
  margin: 0 auto 60px;
  letter-spacing: 0.01em;
}
.form .caution-unit p {
  line-height: 24px;
}
.form .button-send {
  width: 245px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #5A5A5A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  letter-spacing: 0.2em;
  background: #C7CCD4;
  color: #333;
  font-family: "Humanist777Light", "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.form .button-send:hover {
  border: none;
  background: #D9D9D9;
  border: 1px solid #D9D9D9;
}

.form dl, .form dt, .form dd {
  margin: 0;
}
.form .confirm-list {
  margin-bottom: 60px;
}
.form .confirm-list dt {
  margin-bottom: 10px;
  font-weight: bold;
}
.form .confirm-list dd {
  margin-bottom: 25px;
}
.form .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 620px) {
  .form .btn-list {
    display: block;
  }
}
.form .btn-list .button-basic {
  margin-right: 40px;
}
@media all and (max-width: 620px) {
  .form .btn-list .button-basic {
    margin: 0 0 40px 0;
  }
  .form .btn-list .button-basic a {
    margin: 0 auto;
  }
}
.form .btn-list .button-send {
  width: 200px;
}
.form .error-list {
  margin-bottom: 60px;
}

.section-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
}

.policy-section {
  margin-bottom: 35px;
}
.policy-section:last-child {
  margin-bottom: 0;
}