/*
Theme Name: BAS-theme
Theme URI: 
Description: BAS-theme
Version: 1.0
Author: tetusin
Author URI: tetusin.com
*/
html,
body {
  background-color: #fff;
  font-family: poynter-oldstyle-display, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 62.5%;
  line-height: 2.0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  color: #000025;
  font-feature-settings: "palt";
  font-variant-ligatures: none;
}

/*共通css*/
p {
  font-size: 1.4rem;
  color: #000025;
  margin: 0 0 20px;
  padding: 0;
}

a {
  color: #000025;
  text-decoration: none;
  transition: .1s ease-out;
}

a:hover {
  color: #00cccc;
  opacity: 1.0;
  text-decoration: none;
}

h2 {
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  color: #000025;
  font-weight: normal;
  margin: 0 0 30px;
  padding: 0;
}

h3 {
  font-size: 2.8rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-weight: normal;
  color: #000025;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
  z-index: 300;
}

h3 span {
  font-size: 1.6rem;
}

img {
  width: 100%;
}

.wp-block-image {
  margin-bottom: 0;
}

.wp-block-image img {
  max-width: 100%;
  height: auto !important;
}

.wp-block-image figcaption {
  margin-top: -20px;
  margin-bottom: 0;
  padding-bottom: 50px;
  color: #555d66;
  letter-spacing: 0.1rem;
}

.wp-block-image figcaption br {
  display: none;
}

/*個別css*/
header {
  width: 100%;
  height: 67px;
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease-out;
}

header.active {
  opacity: 1.0;
  pointer-events: auto;
}

h1 {
  width: 37px;
  height: 37px;
  margin: 15px 20px;
}

h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#menu {
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

#menu li {
  font-size: 1.6rem;
  margin: 0 20px 0 0;
}

.dontlink {
  display: none;
  color: rgb(170, 170, 170);
  pointer-events: none;
}

content {
  display: block;
  width: 100vw;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#top {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#nav {
  width: auto;
  margin: 0 0 5vh;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

#nav li {
  font-size: 1.6rem;
  margin: 0 15px 0;
}

#mainslidewrapper {
  width: 60vh;
  height: 60vh;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

#mainslide {
  margin: auto;
  padding: 0;
  list-style: none;
}

#mainslide li {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

#mainslide li img {
  width: 100%;
  margin: 0;
  padding: 0;
}


.swiper-slide.clip::before {
  content: url(img/svg/slide-clip.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}


.top-logotype {
  width: 20vh;
  margin: 6vh auto 0;
  padding: 0;
}

#newswrapper {
  width: 100vw;
  max-width: 1000px;
  margin: 20px auto 30px;
  padding: 0;
  display: flex;
  justify-content: center;
}

#postwrapper {
  width: calc(50% - 100px);
  margin: 0;
  padding: 0 50px 50px;
}

#postwrapper ul {
  width: 100%;
  list-style: none;
  margin: -5px 0 0;
  padding: 0;
}

#postwrapper ul li {
  font-size: 1.3rem;
  margin: 0;
  margin-bottom: 13px;
}

#postwrapper ul a {
  font-size: 1.3rem;
  margin: 0;
}

#postwrapper ul li ul {
  display: flex;
}

#postwrapper ul li ul li {
  width: calc(100% - 91px);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#postwrapper ul li ul li:nth-child(1) {
  width: 81px;
  position: relative;
  margin: 0 10px 0 0;
}

#postwrapper ul li ul li:nth-child(1):after {
  content: '';
  width: 10px;
  height: 1px;
  top: 0;
  right: 0;
  bottom: 2px;
  margin: auto 0;
  position: absolute;
  background-color: rgb(100, 100, 100);
}

#newarchitwrapper {
  width: calc(50% - 100px);
  margin: 0;
  padding: 0 50px 50px;
}

.archit-sum {
  display: inline-block;
  width: 100%;
  height: 145px;
  margin: 0 0 20px;
  padding: 0;
  transition: opacity .2s ease-out;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.archit-sum:hover {
  opacity: 0.7;
}

#category-concept {
  background-color: rgb(240, 241, 243);
}

.category-concept-container {
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-concept-container:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.category-concept-image {
  width: calc(50% + 22px);
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.category-concept-image .ribbon {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #F0F1F3 transparent #F0F1F3 transparent;
  border-width: 500px 44px 500px 44px;
  transform: scale(0.5);
  transform-origin: top right;
}

.category-concept-container:nth-of-type(odd) .category-concept-image .ribbon {
  left: -22px;
  right: auto;
  transform-origin: top left;
}

/* テキストが入ったら復活
.category-concept-box {
  width: calc(50% - 222px);
  height: calc(100% - 200px);
  margin: 0;
  padding: 100px;
}
*/

.category-concept-box {
  width: calc(50% - 222px);
  height: 90px;
  margin: 70px;
  padding: 20px 30px 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

/* テキストが入ったら復活
.category-concept-box h2 {
  margin-bottom: 15px;
}

.category-concept-box a {
  display: block;
  text-align: right;
  margin: 40px 10px 0 0;
}
*/

.category-concept-box h2 {
  margin-bottom: 0;
}

.category-concept-box a {
  display: block;
  text-align: left;
  margin: 0 10px 0 0;
}

.category-concept-box a p {
  display: inline-block;
  margin: 0;
  transition: color .2s ease-out;
}

.category-concept-box a:hover p {
  color: #00cccc;
}

.category-concept-box a::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  transform: skewX(45deg);
  margin: 0 0 0 10px;
  transition: .1s ease-out;
}

.category-concept-box a:hover::after {
  border-right: 1px solid rgba(0, 204, 204, 0.6);
  border-bottom: 1px solid rgba(0, 204, 204, 0.4);
}

/*about*/

#aboutwrapper,
#recruitwrapper,
#contactwrapper,
#page {
  width: 100vw;
  background-color: rgb(240, 241, 243);
  margin: 0;
  padding: 130px 0;
}

#aboutbas,
#recruit,
#contact,
.page-wrapper {
  width: calc(100% - 100px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 50px;
}

#aboutbas h2 {
  margin-bottom: 33px;
}

#pre-prof {
  width: calc(100% - 100px);
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 0 50px;
}

#prof-data {
  display: inline-block;
  vertical-align: top;
  width: 400px;
}

#pre-prof p {
  display: inline-block;
  width: 520px;
  margin: 0 50px 0 0;
  vertical-align: top;
}

#pre-prof table {
  display: inline-block;
  vertical-align: top;
  width: 400px;
}

#pre-prof img {
  display: inline-block;
  width: 300px;
  margin: 47px 0 0 18px;
  padding: 0;
  text-align: right;
}

#staff-list {
  width: calc(100% - 100px);
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 0 50px;
}

#staff-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.staff-prof {
  width: 150px;
  margin: 0 30px 30px 0;
  padding: 0;
}

.staff-prof img {
  width: 150px;
  height: 150px;
  margin: 0;
  padding: 0;
}

.staff-prof h4 {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2rem;
  margin: 5px 0 0 0;
}

.staff-prof h4 span {
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.5);
}

#companywrapper {
  width: calc(100% - 100px);
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
}

#companywrapper h2 {
  margin-bottom: 20px;
}

#company-prof {
  margin: 0 100px 60px 0;
}

#pre-prof table,
#companywrapper table {
  font-size: 1.4rem;
  text-align: left;
}

#pre-prof th,
#companywrapper th {
  width: 70px;
  margin: 0;
  vertical-align: top;
  font-weight: normal;
}

#award-prof table td:nth-of-type(1) {
  width: 70px;
  margin: 0;
  vertical-align: top;
  font-weight: normal;
}

#projectlist {
  width: calc(100% -100px);
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 0 50px;
}

#projectlist .caution {
  display: none;
}

#projectlist h2 {
  margin-bottom: 0px;
}

#projectlist-select {
  display: flex;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

#projectlist-select li {
  font-size: 1.6rem;
  margin: 0 20px 0 0;
}

#projectlist table {
  font-size: 1.2rem;
  text-align: left;
  background-color: #fff;
  border-collapse: collapse;
}

#projectlist tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}

#projectlist th {
  width: auto;
  margin: 0;
  padding: 10px 20px;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  border-right: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

#projectlist th:nth-last-of-type(1) {
  border-right: none;
}

#projectlist td {
  width: auto;
  margin: 0;
  padding: 15px 15px;
  vertical-align: middle;
  font-weight: normal;
  border-right: 2px solid #fff;
  line-height: 1.5;
  text-decoration: none;
}

#projectlist td:not(:nth-of-type(2)) {
  white-space: nowrap;
}

@media screen and (max-width:1000px) {
  #projectlist td:not(:nth-of-type(2)) {
    white-space: normal;
  }

  #projectlist td:nth-of-type(1) {
    white-space: nowrap;
  }
}

#projectlist td:nth-last-of-type(1) {
  border-right: none;
}

#map {
  width: 100%;
  max-width: 1000px;
  height: 400px;
  margin: 80px auto 0;
}


/*work*/
#workwrapper {
  width: 100vw;
  background-color: rgb(240, 241, 243);
  margin: 0;
  padding: 130px 0;
}

#workmenu {
  width: calc(100% - 100px);
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 0 50px;
}

#workmenu h2 {
  margin-bottom: 0;
}

#categoryselect {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

#categoryselect a {
  font-size: 1.6rem;
  margin: 0 20px 0 0;
}

#macy-container {
  width: calc(100% - 100px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

#macy-container a {
  transition: none;
  position: relative;
  font-size: 0;
}

#macy-container a:hover {
  opacity: 1.0;
}

.arc-data {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity .2s ease-in-out;
}

#macy-container a:hover .arc-data {
  opacity: 1.0;
}

.arc-data h4 {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.3;
  color: #fff;
  margin: 0;
  padding: 0;
}

@keyframes zoom-in {
  0% {
    transform: scale(.1);
  }

  100% {
    transform: none;
  }
}

@keyframes rotate-right {
  0% {
    transform: translate(-100%) rotate(-100deg);
  }

  100% {
    transform: none;
  }
}

.is-animated {
  animation: .6s zoom-in;
  display: none;
  // animation: .6s rotate-right; 
}

/*page*/
#page-nav {
  width: 100vw;
  height: 302px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  opacity: 0.8;
  pointer-events: none;
  transition: opacity .5s ease-out;
  overflow: hidden;
}

#page-nav.active {
  height: 100vh;
  position: fixed;
  top: 0;
  opacity: 1.0;
}

#page-nav .nav-btn-prev,
#page-nav .nav-btn-next {
  writing-mode: vertical-rl;
  position: relative;
  transition: .2s ease-in-out;
  pointer-events: auto;
  width: 65px;
  height: 260px;
}

#page-nav .nav-btn-prev a,
#page-nav .nav-btn-next a {
  font-size: 1.4rem;
  color: #000025;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  z-index: 1000;
}

#page-nav .nav-btn-prev p,
#page-nav .nav-btn-next p {
  font-size: 1.4rem;
  color: #000025;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  text-align: center;
  z-index: 500;
  transition: .2s ease-in-out;
}

#page-nav .nav-btn-prev:hover p,
#page-nav .nav-btn-next:hover p {
  color: #00cccc;
}

#page-nav .nav-btn-next p {
  right: 0;
  left: auto;
}

#page-nav .nav-btn-prev span,
#page-nav .nav-btn-next span {
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 1px #000025;
  border-right: solid 1px #000025;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  opacity: 0.6;
  z-index: 100;
  transition: .2s ease-in-out;
}

#page-nav .nav-btn-next span {
  transform: rotate(225deg);
  right: auto;
  left: 20px;
}

#page-nav .nav-btn-prev:hover span,
#page-nav .nav-btn-next:hover span {
  border-top: solid 1px #00cccc;
  border-right: solid 1px #00cccc;
}

#top-cover {
  width: 100vw;
  height: 500px;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#arc-prof {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 50px;
  display: flex;
}

#name-box {
  width: 270px;
  margin: 0 50px 0 0;
  padding: 0;
}

#name-box h2 {
  font-size: 2.5rem;
  margin: -10px 0 20px 0;
}

#name-box .arc-cat {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.5);
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

#name-box .arc-cat li {
  margin: 0 20px 0 0;
}

#detail {
  width: 250px;
  margin: 0 70px 0 0;
  padding: 0 0 0 40px;
  font-size: 1.2rem;
  text-align: left;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#detail th {
  width: 80px;
  margin: 0;
  vertical-align: top;
  font-weight: normal;
}

.arc-desc {
  font-size: 1.3rem;
  width: 340px;
  margin: 0;
  padding: 0;
}

#arc-gallerywrapper {
  background-color: #F0F1F3;
  padding: 100px 0 0;
}

#arc-gallery {
  width: calc(100% - 200px);
  max-width: 900px;
  margin: 0 auto;
  padding: 0 100px 20px;
  background-color: #F0F1F3;
  text-align: center;
}

#arc-gallery img {
  width: auto;
  margin: 0 auto 30px;
}

#news-prof {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 50px 50px;
  text-align: center;
}

#news-prof h2 {
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
}

#news-prof p {
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  margin: 0;
  padding: 0;
}

#news-postwrapper {
  background-color: #F0F1F3;
  padding: 50px 0 20px;
}

#news-post {
  width: calc(100% - 200px);
  max-width: 700px;
  margin: 0 auto;
  padding: 0 100px;
  background-color: #F0F1F3;
  text-align: left;
}

#news-post a {
  color: #000025;
  opacity: 0.4;
  text-decoration: underline;
}

#news-post a:hover {
  color: #00cccc;
  opacity: 1.0;
}

#btnwrapper {
  width: 100vw;
  margin: 0 auto;
  padding: 20px 0 0;
  background-color: #F0F1F3;
  text-align: center;
}

#btnwrapper .go-back-btn {
  display: inline-block;
  flex-direction: column;
  opacity: 0.4;
  transition: .2s ease-in-out;
}

#btnwrapper .go-back-btn p {
  font-size: 1.6rem;
  margin: 0 0 10px;
}

#btnwrapper .go-back-btn:hover {
  opacity: 1.0;
}

#btnwrapper .go-back-btn span {
  display: inline-block;
  width: 1px;
  height: 80px;
  margin: 0 0 -10px;
  border: 0px;
  background-color: #000025;
  opacity: 0.5;
}

/*recruit*/

#recruit .wp-block-table {
  margin: 0;
}

#recruit table {
  font-size: 1.4rem;
  text-align: left;
  border-collapse: collapse;
}

#recruit th,
#recruit td:nth-of-type(1) {
  width: auto;
  margin: 0;
  padding: 10px 0;
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  border: none;
  color: #000025;
}

#recruit h4 {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: normal;
  border-bottom: 1px solid #000025;
}

#recruit a {}

#recruit th:nth-last-of-type(1) {
  border-right: none;
}

#recruit td {
  width: auto;
  margin: 0;
  padding: 10px 15px;
  vertical-align: top;
  font-weight: normal;
}

#recruit td:nth-last-of-type(1) {
  border-right: none;
}

#recruit a {
  display: block;
  text-align: left;
  margin: 20px 10px 20px 0;
}

#recruit a p {
  font-size: 1.8rem;
  display: inline-block;
  margin: 0;
  transition: color .2s ease-out;
}

#recruit a:hover p {
  color: #00cccc;
}

#recruit a::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  transform: skewX(45deg);
  margin: 0 0 0 10px;
  transition: .1s ease-out;
}

#recruit a:hover::after {
  border-right: 1px solid rgba(0, 204, 204, 0.6);
  border-bottom: 1px solid rgba(0, 204, 204, 0.4);
}

/*contact*/
div.wpcf7 {
  margin-top: 40px;
}

.wpcf7-form p {
  margin-bottom: 40px;
}

.wpcf7-text,
.wpcf7-textarea {
  font-size: 1.5rem;
  width: 350px;
  border: none;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0);
  transition: .2s ease-in-out;
}

.wpcf7-form p span {
  color: #e60000;
  margin: 0 0 0 3px;
  vertical-align: 8%;
}

.wpcf7-textarea {
  width: 550px;
}

.wpcf7-text:hover,
.wpcf7-textarea:hover {
  background-color: #fff;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
  background-color: #fff;
  outline: 0;
}

.wpcf7-submit {
  font-family: mrs-eaves, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3rem;
  width: 150px;
  margin-top: 20px;
  padding: 12px;
  padding-right: 10px;
  letter-spacing: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0);
  transition: .2s ease-in-out;
}

.wpcf7-submit:hover {
  color: #fff;
  border: 1px solid #000025;
  background-color: #000025;
}

div.wpcf7-response-output,
div.wpcf7-mail-sent-ok {
  font-size: 1.2rem;
  border: none;
  margin: 0;
  padding: 0;
}

footer {
  width: 100%;
  margin: 25px auto 20px;
  padding: 0;
  text-align: center;
}

#foot-logo {
  height: 60px;
  margin: 0 auto 15px;
  padding: 0;
}

#foot-logo img {
  height: 100%;
}

#copyright {
  font-size: 1.0rem;
  letter-spacing: 0.1rem;
}