body{
  overflow-x: hidden;
}
.pcimg{
  display:none;
}
.spimg{
  display:block;
}
@media screen and (max-width: 580px) {
  .pcimg{
    display:none;
  }
  .spimg{
    display:block;
  }
}
.section-tenant h5{
  padding:10px 0 0 10px!important;
  line-height:1.2em!important;
}
.section-tenant p{
  font-size:28px!important;
  padding:3px 0 0 10px!important;
  line-height:1.2em!important;
}
.section-tenant ul li{
  display:flex;
  justify-content: start;
}
.section-tenant ul li > div:nth-child(1){
  padding:3px 0 0 10px!important;
  line-height:1em!important;
  letter-spacing:-1px;
  text-align:left!important;
  width:5em;
  font-size:20px!important;
}
.section-tenant ul li > div:nth-child(1).wl{
  padding:3px 0 0 10px!important;
  line-height:1em!important;
  letter-spacing:-1px;
  text-align:left!important;
  width:9em;
  font-size:20px!important;
}
.aoki ul li > div:nth-child(1){
  padding:3px 0 0 10px!important;
  line-height:1em!important;
  letter-spacing:-1px;
  text-align:left!important;
  width:8em;
  font-size:20px!important;
}
.ueno ul li > div:nth-child(1){
  padding:3px 0 0 10px!important;
  line-height:1em!important;
  letter-spacing:-1px;
  text-align:left!important;
  width:4em;
  font-size:20px!important;
}
.section-tenant ul li > div:nth-child(2){
  line-height:1.2em!important;
  letter-spacing:-1px;
  text-align:left!important;
  font-size:22px!important;
}
.section-tenant ul li > div p{
  width:100%;
  border:1px solid;
}
[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    width:12em;
    text-align:center;
    position: absolute;
    top: -1.2em;
    left: 50%;
    right: 0;
    margin: 0 0 0 -6em;
    font-size: 0.45em;
}

#section-2 > p{
  background:#dfebf7;
  text-align:center;
  padding:20px;
  font-size:30px;
}

#section-2 ul > li{
  font-size:30px;
  position:relative;
  padding:0 0 0 38px;
  line-height: 1.2em;
  margin:10px 0 0 0;
  text-align:left;
}
#section-2 ul > li:before{
  content:"";
  width:30px;
  height:30px;
  border:1px solid #000066;
  border-radius:100%;
  position:absolute;
  top: 3px;
  left: 0;
}
#section-2 ul > li:after{
  content:"";
  width:18px;
  height:18px;
  background:#2a3287;
  border-radius:100%;
  position:absolute;
  top: 9px;
  left: 6px;
}
#section-2 img{
  width:100%;
  max-width:1080px;
  margin: 20px auto 0 auto;
}

.access-images{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.access-images li:nth-child(1){
  width:39.1%;
}
.access-images li:nth-child(2){
  width:60.9%;
}
.access-images li img{
    width:100%;
  }
@media screen and (max-width: 580px) {
  .access-images li:nth-child(1){
  width:100%;
}
.access-images li:nth-child(2){
  width:100%;
}
}

/* recruit-list - PC */
.recruit-list{
  width: 96vw;
  max-width: 1080px;
  margin: 30px auto 0 auto;
}
.m0{
  margin:10px 0 0 0!important;
}
.recruit-list li{
  padding: 0 0 0 26px;
  font-size: 30px;
  font-weight: 600;
  position: relative;
}
.recruit-list li:before{
  content: "";
  width: 20px;
  height: 20px;
  background: #000066;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 13px;
}

.-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #main {
    padding: 0 !important;
  }
  .-sp {
    display: block;
  }
  .-pc {
    display: none;
  }
}

.page-nav {
  margin-bottom: 72px;
}

.page-nav ul {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .page-nav ul {
    display: block;
  }
}

.page-nav ul li {
  width: 30%;
  margin: 0 10px 0 10px;
}

@media screen and (max-width: 768px) {
  .page-nav ul li {
    width: 100%;
  }
  .page-nav ul li img {
    object-position: 0 14%;
  }
}






/* 下層ページ */
.recruit-cont {
  width: 96vw;
  max-width: 1080px;
  margin: 40px auto 0 auto;
  line-height: 1.8em;
}

.recruit-cont h2 {
  margin-bottom: 20px;
  background: #000066;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 20px 0;
}

.recruit-cont table {
  width: 100%;
  border-collapse: collapse;
}

.recruit-cont table th,
.recruit-cont table td {
  padding: 16px 24px;
  border: 1px solid #e6e6e6;
  border-width: 1px 0 1px 0;
  font-size: 28px;
  line-height: 1.5em;
}
.recruit-cont table td > span{
  font-weight: 600;
  color: #000066;
}
.recruit-cont table th {
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  color: #000066;
  background: #f5f5f5;
  width: 24%;
  font-weight: 600;

}

.recruit-cont table td h3 {
  margin-top: 0;
  font-size: 28px;
  color: #000066;
}

.recruit-cont table td h4 {
  margin-bottom: 4px;
}

.recruit-cont table td p {
}

.recruit-cont table td .block_h3 {
}

.recruit-cont table td .block_h3:last-of-type {
  margin-bottom: 0;
}

.recruit-cont table td .block_h4 {
  margin-bottom: 16px;
}

.recruit-cont table td dl {
  display: flex;
  margin-bottom: 6px;
}

.recruit-cont table td dl:last-of-type {
  margin-bottom: 6px;
}

.recruit-cont table td dl dt {
  width: 11%;
  min-width: 240px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .recruit-cont table tr {
    display: flex;
    flex-direction: column;
  }
  .recruit-cont table th{
    width: 100%;
    border: 0;
    padding: 16px;
    font-size: 24px;
  }
   .recruit-cont table td{
    padding: 16px 16px 32px 16px;
    border: none;
   }
  .recruit-cont p br {
    display: block;
  }
  .recruit-cont table td dl {
    display: flex;
    margin-bottom: 6px;
    flex-wrap: wrap;
  }
  .recruit-cont table td dl:last-of-type {
    margin-bottom: 6px;
  }
  .recruit-cont table td h3 {
    margin-top: 0;
    font-size: 24px;
    color: #000066;
  }
  .recruit-cont table td dl dt {
    width: 100%;
    min-width: 240px;
    font-weight: 600;
    margin: 10px 0 0 0;
  }
  .recruit-cont table td dl dd {
    margin: 0 0 10px 0;
  }
}

/*
graph
*/
.graph-list{
  width: 100%;
  margin: 60px auto 0 auto;
}
.graph-list ul li{
  width: 100%;
  margin: 0 0 5px 0;
}
.graph-list ul li img{
  width: 100%;
}
@media screen and (max-width: 768px) {
  .graph-list{
    width: 100%;
    margin: 80px auto 10px auto;
  }
  .graph-list ul li{
    margin: 0 0 5px 0;
    width: 100%;
  }
  .graph-list ul li img{
    width: 100%;
  }
}

.recruit-entry {
  width: 96vw;
  max-width: 1080px;
  margin: 0 auto 40px auto;
  padding:0 0 30px 0;
  border-bottom: 4px solid #000;
}
.recruit-entry h2 {
  color: #000;
  background: #dfebf7;
  text-align: center;
  margin: 12px 0 0 0;
  padding: 15px;
  font-size: 26px;
}
.recruit-entry address{
  font-size: 26px;
}
.recruit-entry > p{
  font-size: 28px;
  text-align: center;
  font-weight: 500;
  padding: 30px 0 10px 0;
}
.recruit-entry > div > div{
  text-align: center;
  margin: 20px 0 20px 0;
}
.recruit-entry > div a{
  width: 100%;
  color: #000;
  background: #dfebf7;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  border-radius: 5px;
}
.recruit-entry address{
  font-style: normal;
}
.recruit-entry address p{
  padding: 15px;
}
.recruit-entry address p br{
  display: block!important;
}
.recruit-entry ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.recruit-entry ul li {
  width: 30%;
  border: 1px solid #e6e6e6;
  margin: 0 20px;
}
.recruit-entry ul li:nth-child(2) img {
  margin-top: 4px;
}
.recruit-entry ul li a {
  width: 100%;
  padding: 32px 24px;
  display: block;
}
.recruit-entry ul li img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .recruit-entry > div a{
    width: 100%;
    max-width: 640px;
    text-align: center;
    font-size: 26px;
    padding: 20px;
    border-radius: 5px;
  }
  .recruit-entry ul {
    display: block;
  }
  .recruit-entry ul li {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
@media screen and (max-width: 375px) {
  .recruit-entry > p{
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    padding: 0 0 10px 0;
  }
  .recruit-entry h2 {
    color: #fff;
    background: #000066;
    text-align: center;
    margin: 12px 0 0 0;
    padding: 15px;
    font-size: 22px;
  }
  .recruit-entry > div a{
    width: 100%;
    max-width: 640px;
    text-align: center;
    font-size: 22px;
    padding: 18px;
    border-radius: 5px;
  }
  .recruit-entry address p{
    font-size: 22px;
  }
}

/* pageback - PC */
.pageback {
  width: 96vw;
  max-width: 1080px;
  margin: 0 auto 40px auto;
  text-align: center;
  padding: 10px 0 0 0;
}
.pageback a {
  padding: 24px 100px 24px 100px;
  background: #dfebf7;
  font-weight: 500;
  display: block;
  border-radius: 5px;
  color: #000;
  font-size:26px;
}

/* pageback - SP */
@media screen and (max-width: 768px) {
  .pageback a {
    width: 94vw;
    padding: 24px 0 24px 0;
  }
}

#philosophy-wrap{
  width:100%;
  max-width: 1240px;
  margin:30px auto 80px auto;
}
#philosophy{
  max-width: 100%;
  margin:40px auto 0 auto;
  padding:30px 0 0 0;
}
.works7{
  width:100%;
  margin:0 auto;
}
#philosophy img{
  width:100%;
  margin:0 auto;
}

@media screen and (max-width: 1366px) {
  #philosophy img{
    height: auto;
    margin:0 auto 0 auto;
  }
}
@media screen and (max-width: 980px) {
  #philosophy img{
    width:100%;
    height: auto;
    margin:0 auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #philosophy img{
    width:100%;
    height: auto;
    margin:0 auto 0 auto;
  }
}

#philosophy div{
  text-align:center;
  a{
    border: 2px solid #000066;
    color:#000066;
    display:inline-block;
    padding: 20px 100px 20px 100px;
    border-radius:3px;
    font-weight:600;
    margin:20px 0 0 0;
  }
  a:hover{
    background:#000066;
    color:#fff;
    transform: scale(1.05);
    opacity:1;
  }
}
@media screen and (max-width: 768px) {
  #philosophy{
    width:98vw;
    margin:0 auto;
  }
  #philosophy div a{
    width:95%;
    border: 2px solid #000066;
    display:inline-block;
    padding: 20px 0 20px 0;
    border-radius:3px;
    font-weight:600;
    margin:20px 0 0 0;
  }
}

#sdgs-wrap{
  width:100vw!important;
  max-width: 100vw;
  margin:0 auto 80px auto;
}
#sdgs{
  width:90vw;
  margin:0 auto;
}
#sdgs img{
  width:100%;
  max-width:1080px;
  margin:0 auto 10px auto;
}

#sdgs div{
  text-align:center;
}
#sdgs div a{
    border: 2px solid #000066;
    color:#000066;
    display:inline-block;
    padding: 20px 100px 20px 100px;
    border-radius:3px;
    font-weight:600;
    margin:20px 0 0 0;
  }


#sdgs div a:hover{
    background:#000066;
    color:#fff;
    transform: scale(1.05);
    opacity:1;
  }
@media screen and (max-width: 768px) {
  #sdgs{
    width:98vw;
    margin:0 auto;
  }
  #sdgs div a{
    width:95%;
    border: 2px solid #000066;
    display:inline-block;
    padding: 20px 0 20px 0;
    border-radius:3px;
    font-weight:600;
    margin:20px 0 0 0;
  }
  #sdgs img{
    width:100%;
    max-width:1080px;
    margin:40px auto 10px auto;
  }
}

#slogan{
  text-align:center;
  padding:50px 0 50px 0;
  line-height:2.8em;
}
#slogan h1{
  max-width: 1080px;
  margin: 0 auto;
  font-size:100px;
  line-height:1.4em;
}
#slogan h1 >div:nth-child(1){
  letter-spacing:0;
}
@media screen and (max-width: 1080px) {
  #slogan h1{
    margin: 0 auto;
    font-size:9vw;
  }
}
@media screen and (max-width: 880px) {
  #slogan{
    text-align:center;
    padding:20px 0 20px 0;
    letter-spacing:-2px;
    line-height:12vw;
  }
  #slogan h1{
    margin: 0 auto;
    font-size:9vw;
  }
}
.sp-br{
  display:none;
}
@media screen and (max-width: 540px) {
  .sp-br{
    display:block;
    line-height:1.1em;
    font-size:5px;
  }
}
section{
  width: 95vw;
  max-width: 1240px;
  margin:0 auto 0 auto;
}
section > h2{
  width:100%;
  font-size:34px;
  background:#dfebf7;
  color:#000;
  padding: 4px 20px 4px 15px;
}
@media screen and (max-width: 750px) {
  section > h2{
    text-align:center;
  }
}
section > h3{
  width: 95vw;
  max-width: 1240px;
  margin: 0 auto;
  font-size:40px;
  text-align:center;
  letter-spacing:-1px;
  color: #10005c;
  background: #9ed1f2;
}
section > h3 span{
  display:inline-block;
  position:relative;
  padding:20px 0 20px 0;
}
section > h3 br{
    display:none;
  }
section > h4{
  width:100%;
  font-size:35px;
  text-align:center;
  display:inline-block;
  margin:0 0 50px 0;
}
section > h4 span{
  position:relative;
  padding:0 0 10px 0;
  border-bottom:2px solid #2a3287;
  font-size:40px;
}

section > p{
  font-size:27px;
  line-height: 1.2em;
  padding:30px 0 0 0;
}
section > ul{
  padding:20px 0 0 0;
}
section > ul > li{
  text-align:center;
}
section > ul > li span{
  font-size:27px;
  position:relative;
  padding:0 0 0 38px;
  line-height: 1.2em;
  margin:4px 0 0 0;
}
section > ul > li span:before{
  content:"";
  width:26px;
  height:26px;
  border:1px solid #000066;
  border-radius:100%;
  position:absolute;
  top: 2px;
  left: 0;
}
section > ul > li span:after{
  content:"";
  width:16px;
  height:16px;
  background:#2a3287;
  border-radius:100%;
  position:absolute;
  top: 7px;
  left: 5px;
}
#section-3 > p{
  text-align:center!important;
}
#section-3 .pcimg{
  display:block;
}
#section-3 .spimg{
  display:none;
}
@media screen and (max-width: 750px) {
  #section-3 > p{
    text-align:left!important;
  }
}
@media screen and (max-width: 580px) {

#section-3 .pcimg{
  display:none;
}
#section-3 .spimg{
  display:block;
}
}


#section-8 > ul > li{
  line-height: 1.4em;
  font-size:27px;
}
#section-9 > p{
  line-height: 1.4em;
  font-size:27px;
}

#section-5 > div{
  margin: 0!important;
  padding:0!Important;
}
#section-5 > div > div{
  background:#fffbcf;
  padding:50px;
  margin: 0;
}
#section-5 > div > div img{
  width:100%;
  max-width:780px;
  margin:0 auto 0 auto;
}
#section-5 > h4{
  background:#dfebf7;
  padding:20px 0 20px 0;
  font-size:36px;
  margin:0!important;
}
.graph-design-1c-2{
  margin:40px 0 0 0;
}
.graph-design-1c-2 img{
  width: 70%;
  max-width:960px;
  height:auto;
  margin: 0 auto;
  padding:20px 0 0 0;
}

.graph-design-1c{
  margin:40px 0 0 0;
}
.graph-design-1c img{
  width: auto;
  height:60vh;
  margin: 0 auto;
  padding:20px 0 0 0;
}
.graph-design-2c{
  display:flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  margin:40px 0 0 0;
}
.graph-design-2c div{
  width: 48%;
}
.graph-design-2c div img{
  width: 100%;
  margin:0 auto;
}
@media screen and (max-width: 768px) {
  #section-5 > div > div{
    background:#fffbcf;
    padding:10px;
  }
  section > h3{
    width:100%;
    font-size:34px;
    text-align:center;
    display:inline-block;
    letter-spacing:-1px;
  }
  section > h3 span{
    width:100%;
    text-align:center;
    display:inline-block;
    letter-spacing:-1px;
  }
  section > h3 b{
    font-size:45px;
  }
  section > h3 br{
    display:block;
    font-size:0;
  }
  section > h4{
  width:100%;
  font-size:25px;
  text-align:center;
  display:inline-block;
}
.graph-design-1c-2 img{
  width: 100%;
  height:auto;
  margin: 0 auto;
  padding:20px 0 0 0;
}
.graph-design-1c img{
  width: 100%;
  height:auto;
  margin: 0 auto;
  padding:20px 0 0 0;
}
  .graph-design-2c div{
    width: 100%;
  }
  section > p{
    font-size:30px;
    line-height: 1.2em;
    padding:30px 0 0 0;
  }
  section > ul > li{
    font-size:30px;
    position:relative;
    padding:0 0 0 38px;
    line-height: 1.2em;
    margin:20px 0 0 0;
  }
}


.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 94vw;
  max-width: 1240px;
  margin: 0 auto;
  padding:30px 0 0 0;
}
.tab-label {
  margin: 0 0 0 20px;
  padding: 3px 12px;
  order: -1;
  display: flex;
  width: 80px;
  height: 60px;
  align-items: center;
  justify-content: center;
}
.tab-label span{
  color: #a9a9ae;
  display: inline-block;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #fff;
  cursor: default;
  opacity: 1;
}
.tab-label span:hover{
  opacity: 0.7;
  border-bottom: none;
  cursor: pointer;
}
.tab-content {
  width: 100%;
  display: none;
  padding: 30px 0 0 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
}
.tab-switch:checked+.tab-label span{
  color: #000066;
  display: inline-block;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #000066;
  font-size: 24px;
  font-weight: 600;
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

.rb-yakuin{
  position: relative;
  display: inline-block;
}
.rb-yakuin:before{
  content: "アキ ヨシ";
  position: absolute;
  top: -8px;
  font-size: 10px;
}
#topics{
  width: 94vw;
  max-width: 1240px;
}
#topics > div{
}
#topics > div{
  margin: 0 0 0 0;
}
#topics div{
  padding: 0 0 30px 0;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 2px;
}
#topics div{
}
#topics div a:hover{
  opacity:0.5;
}
#topics div a:hover{
  opacity:1;
}
#topics div a:hover img{
  opacity:1!important;
}
#topics div time{
  width:260px;
  color: #000;
  font-size: 16px;
  padding: 0 10px 0 0;
  font-weight: 600;
  margin: 0 0 0 0;
}
#topics div p{
  color: #000066;
  font-size: 27px;
  padding: 5px 0 0 0;
  position: relative;
  font-weight: 600;
  letter-spacing:-1px;
  line-height:1.2em;
}
#topics div.news-text p br{
  display:block;
}
#topics div p{
    color: #000066;
    padding: 5px 0 0 0;
    position: relative;
    font-size: 28px;
  }

#topics div div{
  width: 100%;
}
#topics div div img{
  width: 100%;
  margin:30px 0 0 0;
}
.topics-caption{
  width: 100%;
  background:#dfebf7;
  color:#000;
  display: block;
  text-align: center;
  font-size: 24px;
  padding: 20px 0 20px 0;
}

#topics .rb-yakuin:before{
  content: "アキヨシ";
  position: absolute;
  top: -8px;
  font-size: 10px;
}

@media screen and (max-width: 750px) {
  #topics div a{
    padding: 10px 0 10px 0;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 2px;
  }
  #topics div a p:after{
    content: "";
    width: 11px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 8px;
  }
  #topics div a time{
    color: #000;
    font-size: 16px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  #topics div p{
    color: #000066;
    padding: 5px 0 0 0;
    position: relative;
    font-size: 28px;
    line-height:1.2em;
  }
  #topics div a p br{
    display: block!important;
  }
  #topics div div img{
    width: 100%;
    margin: 20px 0 0 0;
  }
  .topics-caption{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 22px;
  }
}

.section-yakuin{
}
.section-yakuin ul{
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
}
.section-yakuin ul li{
  width:100%;
  border-bottom:1px solid #cdcdcd;
  padding: 10px 5px 10px 5px;
}
.section-yakuin ul li > div{
  display:flex;
  justify-content: start;
  flex-wrap:wrap;
  align-items: center;
}
.section-yakuin ul li > div > div:nth-child(1){
  font-size:20px;
  width:220px;
}
.section-yakuin ul li > div > div:nth-child(2){
  font-size:25px;
}
@media screen and (max-width: 980px) {
  .section-yakuin ul li > div > div:nth-child(1){
    font-size:20px;
    width:180px;
  }
  .section-yakuin ul li{
    width:100%;
    border-bottom:1px solid #cdcdcd;
    padding: 10px;
  }
}

.section-history{

}
.section-history ul li{
  display:flex;
  justify-content: start;
  align-items: center;
  border-bottom:1px solid #cdcdcd;
  padding: 5px 20px 5px 20px;
  flex-wrap: wrap;
}
.section-history ul li > div:nth-child(1){
  font-size:20px;
  width:260px;
}
.section-history ul li > div:nth-child(2){
  font-size:25px;
  width: calc(100% - 260px);
  letter-spacing:-1px;
}
.section-history ul li > div:nth-child(2) span{
}
.section-history ul li > div:nth-child(3){
  width:100%;
}
.section-history ul li img{
  width:100%;
  margin:10px 0 0 0;
}
@media screen and (max-width: 980px) {
  .section-history ul li{
    display:flex;
    justify-content: start;
    align-items: center;
    border-bottom:1px solid #cdcdcd;
    padding: 20px 0 20px 0;
    flex-wrap: wrap;
  }
  .section-history ul li > div:nth-child(1){
    width:100%;
  }
  .section-history ul li > div:nth-child(2){
    width: 100%;
  }
}

.section-access{

}
.section-access img{
  width:100%;
}
.section-access table{
  width:100%;
}
.section-access th{
  vertical-align:middle;
  color:#000066;
  text-align:left;
  border-bottom:1px solid #cdcdcd;
  font-size:25px;
  letter-spacing:-1px;
  padding:5px 20px 5px 20px;
}
.section-access td{
  font-size:25px;
  letter-spacing:-1px;
  vertical-align:middle;
  border-bottom:1px solid #cdcdcd;
  padding:5px 20px 5px 20px;
}
@media screen and (max-width: 980px) {
  .section-access th{
    width:100%;
    display:block;
    border-bottom:none;
    padding:20px 0 0 0;
  }
  .section-access td{
    width:100%;
    display:block;
    padding:0 0 20px 0;
    font-size:23px;
  }
}
.section-corporate{
  width:100vw;
  margin:0 0 0 -2.5vw;
}
.section-corporate > p{
  text-align:center;
  font-size:42px;
  line-height:1.4em;
  padding:30px 0 15px 0;
}
.section-corporate > img{
  width:100%;
  margin:20px 0 0 0;
}
.section-corporate  p span{
  boredr:1px solid;
}

.section-corporate [data-ruby] {
    position: relative;
}
.section-corporate [data-ruby]::before {
    content: attr(data-ruby);
    width:12em;
    text-align:center;
    position: absolute;
    top: -2.3em;
    left: 50%;
    right: 0;
    margin: 0 0 0 -6em;
    font-size: 0.4em;
}

.section-corporate > p br{
    display:none;
  }


.section-corporate table{
  width:100%;
  border-collapse:collapse;
}
.section-corporate th{
  vertical-align:middle;
  background:#dfebf7;
  color:#000;
  text-align:left;
  border-bottom:1px solid #93949a;
  font-size:25px;
  letter-spacing:-1px;
  padding:3px 10px 3px 10px;
  line-height:1.4em;
}
.section-corporate td{
  font-size:24px;
  letter-spacing:-1px;
  vertical-align:middle;
  border-bottom:1px solid #93949a;
  padding:3px 10px 3px 10px;
  background:#f0f0f0;
}
.section-corporate td span{
  font-size: 30px;
}


@media screen and (max-width: 980px) {
  .section-corporate > p{
    text-align:left;
    font-size:28px;
    line-height:1.6em;
    padding:30px 10px 40px 10px;
  }
  .section-corporate > p b:before{
    content:"ディベロッパー";
    position:absolute;
    top:-30px;
    font-size:11px;
  }
  .section-corporate > p span{
    display:inline;
  }
  .section-corporate th{
    width:100%;
    display:block;
    border-bottom:none;
  }
  .section-corporate tr:nth-child(1) th{
    padding:15px 10px 3px 10px;
  }
  .section-corporate td span{
    font-size: 25px;
  }
  .section-corporate td{
    font-size:24px;
    width:100%;
    display:block;
    padding:10px 10px 20px 10px;
    background:#fff;
    border-bottom:none;
  }
}
.sp-none{
  display:none;
}
@media screen and (max-width: 750px) {
  .sp-none{
    display:block;
  }
}
/* news img*/
.pc-img{
  display:block;
}
.sp-img{
  display:none;
}
@media screen and (max-width: 540px) {
  .section-corporate > p br{
    display:block;
  }
  .section-corporate > p b:before{
    content:"ディベロッパー";
    position:absolute;
    top:-26px;
    font-size:11px;
  }
  .pc-img{
    display:none;
  }
  .sp-img{
    display:block;
  }
}
#section-6 p{
  padding:20px 0 20px 0;
  font-size:25px;
  letter-spacing:0.001em;
}
#section-6 > p span{
  position: relative;
  display: inline-block;;
}
#section-6 > p span:before{
  content: "デベロッパー";
  position: absolute;
  top: -30px;
  font-size: 14px;
  letter-spacing:-1px;
}
#section-6 > div{
  margin:20px 0 0 0;
}
#section-6 > div > img{
  width:100%;
  display:block;
}

#section-7 ul li{
  width:100%;
  max-width:580px;
  margin:30px auto 0 auto;
}
#section-7 ul li img{
  width:100%;
}
#section-7 > div{
  background:none;
  margin:40px 0 0 0;
}

#section-1{
  width:100vw;
}
#section-1 h2{
  font-size:35px;
  text-align:center;
  padding:0 0 10px 0;
  margin:5px 0 0 0;
}
#section-1 div h4{
  font-size:40px;
  width:100%;
  display:block;
  text-align:center;
  margin:40px 0 0 0!important;
  padding:0 0 0 0!important;
}
#section-1 div h4 span{
  width:100%;
  display:block;
  line-height:1.1em;
}
#section-1 > div > div:nth-child(1){
  background:#dfebf7;
  color:#000;
  font-size:30px;
  margin: 0 0 0 0;
  padding:5px 0 0 0!important;
}
#section-1 > div > div:nth-child(1) img{
  width:100%;
}
#section-1 > div > div:nth-child(1) ul{
  padding:0 10px 10px 10px;
}
#section-1 > div > div:nth-child(1) > ul > li{
  position:relative;
  padding:0 0 0 60px;
  margin:0 0 10px 0;
}
#section-1 > div > div:nth-child(1) > ul > li:nth-child(1):before{
  content:"(1)";
  position:absolute;
  left:0;
  top:0;
}
#section-1 > div > div:nth-child(1) > ul > li:nth-child(2):before{
  content:"(2)";
  position:absolute;
  left:0;
  top:0;
}
#section-1 > div > div:nth-child(1) > ul > li:nth-child(3):before{
  content:"(3)";
  position:absolute;
  left:0;
  top:0;
}
#section-1 > div > div:nth-child(1) > ul > li:nth-child(4):before{
  content:"(4)";
  position:absolute;
  left:0;
  top:0;
}

#section-1 > div > div:nth-child(1) > ul{
  padding:0 10px 10px 10px;
}
#section-1 > div > div:nth-child(1) > ul > li > ul li{
  position:relative;
  padding:0 0 0 1.6em;
  margin:0 0 10px -2em;
  font-feature-settings: "palt";
}
#section-1 > div > div:nth-child(1) > ul > li > ul li:nth-child(1):before{
  content:"①";
  position:absolute;
  left:0;
  top:0;
}
#section-1 > div > div:nth-child(1) > ul > li > ul li:nth-child(2):before{
  content:"②";
  position:absolute;
  left:0;
  top:0;
}
#section-1 > div > div:nth-child(1) > ul > li > ul li:nth-child(3):before{
  content:"③";
  position:absolute;
  left:0;
  top:0;
}
#section-1 > div > div:nth-child(1) > ul > li > ul li:nth-child(4):before{
  content:"④";
  position:absolute;
  left:0;
  top:0;
}
#section-1 > div > div:nth-child(1) > ul > li > ul li:nth-child(5):before{
  content:"⑤";
  position:absolute;
  left:0;
  top:0;
}
#section-1 > div > div:nth-child(2) > p{
  text-align:center;
  font-size:44px;
  margin:40px 0 0 0;
}
#section-1 > div > div:nth-child(2) > p span{
  font-size:34px;
  padding:0 0 0 20px;
  vertical-align:2px;
}
#section-1 > div > div:nth-child(2) img{
  width:80%;
  margin: 20px auto 20px auto;
}
@media screen and (max-width: 640px) {
  #section-1 > div > div:nth-child(2) > p{
    text-align:center;
    font-size:23px;
    margin:40px 0 0 0;
  }
  #section-1 > div > div:nth-child(2) > p span{
    font-size:24px;
    padding:0 0 0 0;
    vertical-align:2px;
    display:block;
  }
  #section-1 > div > div:nth-child(2) img{
    width:100%;
    margin: 20px auto 20px auto;
  }
  #section-1 > div > div:nth-child(1){
    background:#dfebf7;
    color:#000;
    font-size:24px;
    margin: 0 0 0 0;
    padding:10px;
  }
}

#section-1 > div > div:nth-child(2) ul{
  width:100%;
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
}
#section-1 > div > div:nth-child(2) ul li{
  width:98%;
  margin:20px 1% 0 1%;
}
#section-1 > div > div:nth-child(2) ul li > span{
  display:block;
  background: #e3e3e3;
  padding:5px 20px 3px 20px;
  font-size:30px;
  text-align:center;
}
#section-1 > div > div:nth-child(2) ul li > p{
  background: #dfebf7;
  color:#000;
  padding:7px 20px 4px 20px;
  font-size:50px;
  text-align:center;
}
#section-1 > div > div:nth-child(2) ul li > p span{
  font-size:20px;
}

@media screen and (max-width: 754px) {
  #section-1 > div > div:nth-child(2) ul li{
    width:100%;
    margin:20px 1% 0 1%;
  }
}
#section-1 > div > div:nth-child(3) table{
  width: 100%;
  margin: 20px auto 0 auto;
  border-collapse: collapse;
}
#section-1 > div > div:nth-child(3) th{
  border-bottom: 1px solid #cdcdcd;
  font-size:30px;
  padding:2px;
  text-align:center;
}
#section-1 > div > div:nth-child(3) tr:nth-child(1) th:nth-child(1){
  background:#fff;
}
#section-1 > div > div:nth-child(3) th:nth-child(1){
  background:#f0f0f0;
  font-size:30px;
  text-align:left;
}
#section-1 > div > div:nth-child(3) tr:nth-child(1) th:nth-child(2){
  color:#000066;
  font-size:30px;
}
#section-1 > div > div:nth-child(3) th:nth-child(2){
  color:#000066;
  font-size:30px;
}
#section-1 > div > div:nth-child(3) td{
  font-size:40px;
  padding:10px;
  text-align:center;
}
.total-num{
  color:#000066;
}

#section-1 > div > div:nth-child(3) td{
  border-bottom: 1px solid #cdcdcd;
}
#section-1 > div > div:nth-child(3) td span{
  padding:0 0 0 2px;
}
@media screen and (max-width: 640px) {
  #section-1 > div > div:nth-child(3) table{
    width: 100%;
    margin: 0 auto 0 auto;
    border-collapse: collapse;
  }
  #section-1 > div > div:nth-child(3) th:nth-child(1){
  background:#f0f0f0;
  font-size:16px;
  letter-spacing:-1px;
  text-align: left;
}
#section-1 > div > div:nth-child(3) tr:nth-child(1) th:nth-child(2){
  color:#000066;
  font-size:18px;
}
#section-1 > div > div:nth-child(3) tr:nth-child(1) th:nth-child(3){
  font-size:18px;
}
#section-1 > div > div:nth-child(3) tr:nth-child(1) th:nth-child(4){
  font-size:18px;
}
#section-1 > div > div:nth-child(3) th:nth-child(2){
  color:#000066;
  font-size:20px;
}
#section-1 > div > div:nth-child(3) td{
  font-size:30px;
  padding:3px;
  text-align:center;
  letter-spacing:-2px;
}
#section-1 > div > div:nth-child(3) td span{
  font-size:18px;
  padding:0 0 0 1px;
}
}
#section-1 > div > div:nth-child(4) ul{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#section-1 > div > div:nth-child(4) ul li{
  width:100%;
  margin:0 0 20px 0;
}
#section-1 > div > div:nth-child(4) ul li > span{
  display:block;
  background: #e3e3e3;
  padding:5px 20px 3px 20px;
  font-size:30px;
  text-align:center;
  line-height:1.2em;
}
#section-1 > div > div:nth-child(4) ul li > p{
  background: #dfebf7;
  color:#000;
  padding:7px 20px 4px 20px;
  font-size:50px;
  text-align:center;
}
#section-1 > div > div:nth-child(4) ul li > p span{
  font-size:20px;
}

@media screen and (max-width: 1280px) {
  #section-1 > div > div:nth-child(4) ul li{
    width:47%;
  }
}
@media screen and (max-width: 640px) {
  #section-1 > div > div:nth-child(4) ul li{
    width:100%;
  }
}

#section-4{
  width: 100%;
  margin: 0 auto 40px auto;
}
#section-4 h3{
  color:#000066!important;
  background:#fff!important;
}
#section-4 h4{
  background:#dfebf7;
  color:#000;
  font-size:30px;
  padding:10px 20px 10px 20px;
  line-height:1.4em;
  margin: 0 0 0 0!important;
  text-align:left;
  letter-spacing:1px;
}
#section-4 h4 span{
  display:block;
  text-decoration:none;
  font-size:22px;
  text-decoration:none!important;
  border:none!important;
  padding:0!important;
  margin:0!important;
}
#section-4 h4 span span{
  padding:0!important;
  margin:0!important;
}
#section-4 h4 b{
  color:#ff0000;
  font-size:28px;
  text-decoration:none!important;
  border:none!important;
  padding:0!important;
  margin:0!important;
}
#section-4 > img{
  width:100%;
}
#section-4 > div{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:0 0 30px 0;
}
#section-4 > div > img{
  width:100%;
}
#section-4 > div > div{
  width:100%;
}
#section-4 > div > div img{
  width:100%;
}
#section-4 > div > div span{
  display:block;
  text-align:center;
  padding:5px 0 20px 0;
}
#section-4 > div > div h5{
  font-size:28px;
  line-height:1.4em;
  text-align:left;
}
#section-4 p{
  font-size:30px;
  line-height:1.4em;
  text-align:left;
  padding:30px 0 5px 10px;
}
#section-4 p br{
  display:block!important;
}
.section-4-table{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.section-4-table > div:nth-child(1){
  width:100%;
}
.section-4-table > div:nth-child(2){
  width:40%;
}
.section-4-table > div:nth-child(3){
  width:60%;
}

@media screen and (max-width: 640px) {
  #section-4 h4{
    background:#dfebf7;
    color:#000;
    font-size:27px;
    padding:10px 20px 10px 20px;
    line-height:1.1em;
    margin: 80px 0 0 0;
    text-align:left;
  }
  .section-4-table > div:nth-child(1){
    width:100%;
  }
  #section-4 p br{
  display:block!important;
}
}
#section-4 > div > div table{
  margin:0 0 0 0;
  border-collapse:collapse;
}
#section-4 > div > div table th,#section-4 > div > div table td{
  border:1px solid #cdcdcd;
  padding:1px 10px 1px 10px;
  font-size:16px;
  letter-spacing:0.0001em;
}
#section-4 > div > div table.table-address{
  width:100%;
}
#section-4 > div > div table.table-address th{
  width:100%;
  display:block;
  text-align:left;
  font-size:22px;
  background:#d8d0cf;
}
#section-4 > div > div table.table-address td{
  text-align:left;
  width:100%;
  display:block;
  font-size:22px;
}

#section-4 > div > div table.table-address-menseki{
  width:100%;
}
#section-4 > div > div table.table-address-menseki th{
  width:100%;
  display:block;
  text-align:left;
  font-size:21px;
  background:#d8d0cf;
}
#section-4 > div > div table.table-address-menseki td{
  text-align:right;
  width:100%;
  display:block;
  font-size:21px;
  font-weight:400;
}

#section-4 > div > div table.table-kaisou{
  width:100%;
}
#section-4 > div > div table.table-kaisou th{
  text-align:right;
  background:#fff;
}
#section-4 > div > div table.table-kaisou td{
  text-align:right;
}


#section-4 > div > div table th{
  background:#f0f0f0;
}
@media screen and (max-width: 980px) {
  #section-4 p br{
  display:block!important;
}
  #section-4 > div > div h5{
    font-size:28px;
    line-height:1.4em;
    text-align:left;
    padding:20px 0 0 0;
  }
  #section-4 > div > div > p{
    font-size:23px;
    line-height:1.4em;
    text-align:left;
  }
  #section-4 > div > div{
    width:100%;
  }
  #section-4 > div > div table.table-address{
    width:100%;
  }
  #section-4 > div > div table.table-kaisou{
    width:100%;
  }
  #section-4 > div > div table th{
    text-align:left;
  }
}
@media screen and (max-width: 480px) {
  #section-4 p br{
  display:block!important;
}
  #section-4 > div > div > p{
    font-size:20px;
    line-height:1.4em;
    text-align:left;
  }
  #section-4 > div > div table.table-address th{
    width:100%;
    display:block;
     line-height:1.3em;
     padding:5px 5px 5px 5px;
  }
  #section-4 > div > div table.table-address td{
    width:100%;
    display:block;
    text-align:left;
    padding:5px 5px 5px 5px;
    line-height:1.3em;
  }
  #section-4 > div > div table.table-kaisou{
    width:100%;
    margin: 0 auto;
  }
  #section-4 > div > div table.table-kaisou td{
    margin: 0 auto;
  }
  #section-4 > div > div table.table-kaisou th{
    font-size:20px;
  }
  #section-4 > div > div table.table-kaisou td{
    font-size:20px;
  }
}