@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    line-height: 1.6;
	color: #4b4b4b;
    font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho,  serif;
    }
  input {
    font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho,  serif;
  }
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    font: inherit;
    --scrollbar-width: 15px;
  }
  html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
  }
  a {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
  }
  a:hover img {
    opacity: 0.8;
  }
  img, iframe {
    vertical-align: bottom;
    max-width: 100%;
    background: transparent;
    transition: 0.3s;
  }
  input[type=submit], input[type=button] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
          appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
    display: none;
  }
  input[type=submit]::focus, input[type=button]::focus {
    outline-offset: -2px;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
  }
  .grecaptcha-badge {
    display: none;
  }
  .clear:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }
  .df {
    display: flex;
  }
  .sb {
    justify-content: space-between;
  }
  .fw {
    flex-wrap: wrap;
  }
  .w90 {
    margin: 0 auto;
    width: 90%;
  }
  .fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 500ms;
  }
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 20;
    background: transparent;
    transition: .3s;
}
header.ScrollOn{
  background: #181818;
}
header .wrap {
    width: min(1530px,90%);
    margin: 0 auto;
    align-items: center;
    padding: 40px 0;
    box-sizing: border-box;
    transition: .3s;
}
header.ScrollOn .wrap {
  padding: 10px 0;
}
header .headTit {
    order: 2;
    align-items: center;
}
header nav ul li a {
    color: #fff;
    font-size: 14px;
    margin-left: 34px;
    display: inline-block;
}
header nav ul li:nth-child(1) a {
    margin-left:0;
}
header .headTit h1 {
    order: 2;
}
header .headTit p {
    margin-right: 60px;
    color: #fff;
    font-size: 10px;
}
.pageBuilding {
    background: #F7F7F7;
}
.headBlock {
    position: relative;
}
.headBlock h2 {
    width: min(1530px,90%);
    margin: 0 auto;
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 20%;
    font-size: 32px;
}
.headBlock h2 span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #fff;
    margin-top: 1%;
}
.underMenuList {
    margin: 50px auto 0;
    width: min(650px,90%);
}
.underMenuList li a {
    font-size: 14px;
    padding-left: 16px;
    position: relative;
}
.underMenuList li a:before,
.linkTit:before {
    content: "▶";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 12px;
}
.buildingBlock1 {
    margin: 150px auto 0;
    width: min(1336px,90%);
    scroll-margin-top: 150px;
}
.linkTit {
    font-size: 14px;
    font-weight: 500;
    padding-left: 16px;
    position: relative;
}
.buildingBlock1 h2 {
    margin: 80px 0 60px;
    text-align: center;
    font-size: 46px;
}
.buildingBlock1 h2 span {
    font-size: 18px;
    display: block;
    margin-top: 4px;
}
.buildingBlock1 .box1 {
    width: min(1170px, 90%);
    margin: 0 auto;
}
.buildingBlock1 .box1 div {
    width: 40%;
    background: #fff;
    box-sizing: border-box;
    padding: 70px 60px;
}
.buildingBlock1 .box1 div h3 {
    text-align: center;
    font-size: 15px;
    position: relative;
}
.buildingBlock1 .box1 div h3 span {
    font-size: 26px;
    display: block;
    font-family:"DIN 2014", "Source Sans 3";
    letter-spacing: 0.18em;
    padding: 28px 0;
    font-weight: 700;
}
.buildingBlock1 .box1 div h3:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #4A4A4A;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.buildingBlock1 .box1 div .txt1 {
    text-align: center;
    font-size: 98px;
    margin: 10px auto 60px;
}
.buildingBlock1 .box1 div .txt2 {
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
    line-height: 2;
}
.buildingImg1 {
    margin-top: 130px;
}
.buildingBlock2 {
    background: #fff;
    width: 92%;
    margin-left: 8%;
    padding: 250px 8%;
    box-sizing: border-box;
    margin-top: -5%;
    z-index: 2;
    position: relative;
}
.buildingBlock2 .linkTit {
    position: absolute;
    left: 70px;
    top: 90px;
}
.buildingBlock2 > div{
    align-items: center;
    margin-top: 160px;
}
.buildingBlock2 > div:nth-of-type(1){
    margin-top: 0;
}
.buildingBlock2 > div img {
    width: calc(40% - 40px);
    margin-right: 40px;
}
.buildingBlock2 .inner {
    width: 60%;
}
.buildingBlock2 .inner h2 {
    font-size: 28px;
    margin-bottom: 48px;
}
.buildingBlock2 .inner p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.2;
}
.buildingBlock2 > div.box2 img {
    order: 2;
    margin: 0 0 0 40px;
}
.buildingBlock3 {
    margin-top: 220px;
    scroll-margin-top: 150px;
    background: url(/wp-content/themes/a/img/buildingImg5.jpg)0 0 no-repeat;
    background-size: cover;
    padding: 80px 0 160px;
}
.buildingBlock3 .wrap {
    width: min(1330px, 90%);
    margin: 0 auto;
}
.buildingBlock3 * {
    color: #fff;
}
.buildingBlock3 .box1 {
    margin: 40px 0 90px;
    align-items: center;
}
.buildingBlock3 .box1 h2 {
    font-size: 46px;
}
.buildingBlock3 .box1 p {
    font-size: 14px;
    font-weight: 500;
}
.buildingBlock3 ul li {
    width: calc(20% + 2px);
    border: 1px solid #fff;
    padding: 30px 40px;
    box-sizing: border-box;
    position: relative;
}
.buildingBlock3 ul li:nth-child(1n+5) {
    margin-top: 90px;
}
.buildingBlock3 ul li img {
    margin: 0 auto 18px;
    display: block;
}
.buildingBlock3 ul li p {
    font-family: "Noto Sans JP";
    text-align: center;
}
.buildingBlock3 ul li:before {
    content: "▶";
    position: absolute;
    right: -20%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 15px;
    line-height: 15px;
}
.buildingBlock3 ul li:nth-child(4n+4):before{
    display: none;
}
.buildingBlock4 {
  width: min(1360px, 90%);
  margin: 210px auto 0;
  align-items: flex-start;
  padding-bottom: 200px;
}
.buildingBlock4 img {
    width: 30%;
    margin-right: 10%;
}
.buildingBlock4 .right{
    width: 60%;
}
.buildingBlock4 .right .box1 {
  scroll-margin-top: 150px;
  margin-top:80px;
}
.buildingBlock4 .right .box1:nth-child(1) {
  margin-top:0;
}
.buildingBlock4 .linkTit {
  background: #f7f7f7;
  display: table;
  padding-right: 10px;
}
.buildingBlock4 .linkTitWrap {
  position: relative;
}
.buildingBlock4 .linkTitWrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  margin: auto;
  background: #707070;
  top: 3px;
  bottom: 0;
}
.buildingBlock4 .right .box1 h3 {
  font-size: 28px;
  margin: 80px 0 40px;
}
.buildingBlock4 .right .box1 p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
.newContact{
  padding: 109px 0;
  background: url('/wp-content/themes/a/img/topContactBg.jpg') no-repeat center;
  background-size: cover;
}
.newContactInner{
  width: 90%;
  max-width: 1429px;
  margin: 0 auto;
  justify-content: space-between;
}
.newContactInner .box1{
  width: 20%;
}
.newContactInner .box1 .titTxt{
  font-size: 38px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}
.newContactInner .box1 .note{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}
.newContactInner .box1 .telNum{
  font-size: 41px;
  font-weight: 600;
  color: #fff;
  font-family:"DIN 2014", "Source Sans 3";
  display: block;
  margin-bottom: 19px;
  text-align: center;
}
.newContactInner .box1 .snsList{
  align-items: center;
  justify-content: center;
}
.newContactInner .box1 .snsList li{
  margin-right: 26.2px;
}
.newContactInner .box1 .snsList li:last-child{
  margin-right: 0;
}
.newContactInner .contactWrap{
  width: 55%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 35px;
}
.newContactInner .contactWrap .contactInner{
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 44px 10% 42px;
}
.newContactInner .contactWrap .contactInner .titTxt{
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 25px;
  text-align: center;
}
.newContactInner .contactWrap .contactInner .note{
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 19px;
}
.newContactInner .contactWrap .contactInner .contactLink{
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 15px 48px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.newContactInner .contactWrap .contactInner .contactLink:hover{
  background-color: #fff;
  color: #414141;
}
footer{
  padding: 84px 8% 46px 7.5%;
}
.footerBox1{
  justify-content: space-between;
  align-items: center;
  margin-bottom: 326.6px;
}
.footerBox1 .footerlogo{
  width: 134.41px;
  height: 88.41px;
  margin-bottom: 26.6px;
}
.footerBox1 .footerlogo img{
  width: 100%;
}
.footerBox1 .footerLogoWrap .address{
  font-size: 12px;
  font-weight: 500;
  color: #414141;
  margin-bottom: 3px;
} 
.footerBox1 .footerLogoWrap .telNumFooter{
  font-size: 12px;
  font-weight: 500;
  color: #414141;
  display: block;
}
.footerBox1 li{
  margin-right: 61px;
}
.footerBox1 li:last-child{
  margin-right: 0;
}
.footerBox1 li a{
  font-size: 13px;
  font-family: din-2014, sans-serif;
}
.footerBox2{
  justify-content: space-between;
  align-items: center;
}
.footerBox2 p,
.footerBox2 a{
  font-size: 13px;    
}
.footerBox2 div:last-child .iconBox {
  margin-right: 7.4px;
  height: 26px;
}
.footerBox2 div:last-child .iconBox img {
  width: 100%;
  height: auto;
}
@media (width <= 1520px) {
   .newTopBlock4 .postListWrap{
      flex-flow: column;
  }
   .newTopBlock4 .postList{
      margin-bottom: 41px;
  }
   .newTopBlock4 .newLinkBtn1{
      align-self: flex-start  ;
  }
   .newTopBlock4 .bigTxt{
      display: none;
  }
   .newTopBlock5 .boxWrap{
      flex-flow: column;
      align-items: flex-start;
  }
   .newTopBlock5 .box{
      margin-bottom: 41px;
  }
}
@media (width <= 1250px){
  .newTopBlock1 .box2 .box2Inner{
    flex-flow: column;
    align-items: end;
}
  .newTopBlock1 .box2 .box2Inner .txtBox{
    order: 2;
    margin: 0 auto;
    padding-top: 0;
}
  .newTopBlock1 .box2 .box2Inner .txtBox .linkTxtWrap > p{
    margin-bottom: 80px;
}
  .newTopBlock1 .box2 .box2Inner .txtBox .newLinkBtn1{
    position: static;
}
  .newTopBlock1 .box2 .box2Inner .imgBox{
    order: 1;
    margin-bottom: 57px;
}
}
@media (width <= 1120px){
header .headTit {
  order: 1;
}
header .wrap .menu {
  order: 2;
}
header .headTit h1 {
  order: 1;
}
header .headTit p {
  order: 2;
  display: none;
}
.headBlock img {
  height: 430px;
  object-fit: cover;
}
.mainVisualWrap{
  margin-bottom: 236.5px;
}
.newContactInner {
  flex-flow: column;
}
.newContactInner .box1 {
  width: 100%;
  margin-bottom: 80px;
}
.newContactInner .contactWrap {
  width: 100%;
}
.footerBox1 {
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 181px;
}
.footerBox1 .footerLogoWrap {
  margin-bottom: 40px;
}
.footerBox1 .footerlogo {
  margin-bottom: 48px;
}
.footerBox2 {
  flex-flow: column;
  align-items: flex-start;
}
.footerBox1 ul {
  flex-flow: column;
}
.footerBox1 li {
  margin-bottom: 21px;
}
.footerBox2 p {
  order: 3;
}
.footerBox2 div:nth-child(2) {
  order: 2;
  margin-bottom: 162px;
}
.footerBox2 div:nth-child(3) {
  order: 1;
  margin-bottom: 33px;
}
}
@media (width <= 700px){
header {
  width: 100%;
  height: 60px;
}
header .wrap {
  padding: 14px 0;
}
header .wrap .menu {
    width: 40px;
    height: 100%;
}
header .wrap .menu .btn{
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
  z-index: 999;
}
header .wrap .menu .btn span:first-child {
  margin-bottom: 6px;
}
header .wrap .menu .btn span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: .3s;
}
header nav {
  width: 80%;
  position: fixed;
  height: 100%;
  top: 0;
  right: -80%;
  background: #000;
  padding: 25% 10% 10%;
  box-sizing: border-box;
  transition: .3s;
}
header .on nav {
  right: 0;
}
header nav ul {
  flex-wrap: wrap;
}
header nav ul li {
  display: block;
  width: 100%;
  margin: 10px 0;
}
header nav ul li a{
  margin-left: 0;
}
header .wrap .menu.on .btn span:nth-child(1) {
  transform: rotate(25deg);
  margin-top: -1px;
}
header .wrap .menu.on .btn span:nth-child(2) {
  transform: rotate(-25deg);
  margin-top: -7px;
}
.headBlock img {
  height: 220px;
  object-fit: cover;
}
.headBlock h2 {
  font-size: 20px;
}
.headBlock h2 span {
  font-size: 12px;
}
.underMenuList {
  flex-wrap: wrap;
}
.underMenuList li {
  width: 46%;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2%;
}
.buildingBlock1 {
  margin: 60px auto;
}
.buildingBlock1 h2 {
  margin: 50px 0;
  font-size: 46px;
}
.buildingBlock1 .box1 {
  flex-wrap: wrap;
}
.buildingBlock1 .box1 div {
  padding: 10%;
  width: 100%;
}
.buildingBlock1 .box1 div .txt1 {
  text-align: center;
  font-size: 78px;
  margin: 0 auto 20px;
}
.buildingBlock1 .box1 div h3 span {
  font-size: 24px;
  padding: 10px 0;
}
.buildingBlock1 .box1 > img {
  display: block;
  margin: 20px auto;
}
.buildingImg1 {
  margin-top: 0;
}
.buildingBlock2 {
  padding: 10% 5%;
  width: 95%;
  margin-left: 5%;
}
.buildingBlock2 .linkTit {
  position: relative;
  left: 0;
  top: 0;
}
.buildingBlock2 > div {
  flex-wrap: wrap;
  margin-top: 40px;
}
.buildingBlock2 > div img {
  width: 100%;
  margin: 20px auto;
}
.buildingBlock2 .inner {
  width: 100%;
}
.buildingBlock2 .inner h2 {
  font-size: 18px;
  margin-bottom: 18px;
}
.buildingBlock2 > div.box2 img {
  order: 1;
  margin: 20px auto;
}
.buildingBlock2 > div.box2 .inner{
  order: 2;
}
.buildingBlock3 {
  margin-top: 60px;
  padding: 60px 0 20px;
}
.buildingBlock3 .box1 {
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.buildingBlock3 .box1 h2 {
  font-size: 26px;
  margin-bottom: 20px;
}
.buildingBlock3 .box1 p {
  line-height: 2;
  font-size: 14px;
}
.buildingBlock3 ul li {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  padding: 16px 0 16px 80px;
}
.buildingBlock3 ul li:last-child {
  padding: 16px 0 16px 54px;
}
.buildingBlock3 ul li img {
  margin: 0 20px 0 0;
  width: 30px;
  height: 30px;
}
.buildingBlock3 ul li:before, .buildingBlock3 ul li:nth-child(4n+4):before {
  content: "▼";
  display: block;
  left: 0;
  right: 0;
  top: unset;
  bottom: -44%;
}
.buildingBlock3 ul li:nth-child(1n+5) {
  margin-top: 0;
}
.buildingBlock3 ul li:last-child:before{
  display: none;
}
.buildingBlock4 {
  margin: 60px auto 0;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.buildingBlock4 img {
  width: 100%;
  margin-right: 0;
}
.buildingBlock4 .right {
  width: 100%;
  margin-top: 30px;
}
.buildingBlock4 .right .box1 h3 {
  font-size: 22px;
  margin: 30px 0 16px;
}
.newContactInner .contactWrap {
  grid-template-columns: 1fr;
  gap: 5% 0;
}