.concept {
  /*.three_col{
  	display: flex;
  	justify-content: space-between;
  }*/
}
.concept .eyecatch h1 img {
  width: 291px;
}
@media screen and (max-width: 750px) {
  .concept .eyecatch h1 img {
    zoom: .5;
    width: auto;
    margin: auto;
  }
}
@media screen and (min-width: 751px) {
  .concept .heading01 > * {
    margin-bottom: 50px;
  }
}
.concept .main_inner {
  width: 100%;
}
.concept .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.concept .clearfix {
  min-height: 1px;
}
.concept .sec p {
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .concept .sec p {
    line-height: 2;
  }
}
.concept .sec p + p {
  padding-top: 30px;
}
@media screen and (max-width: 750px) {
  .concept .sec p + p {
    padding-top: 16px;
  }
}
.concept .sec dd {
  line-height: 1.8;
}
.concept .two_col {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .concept .two_col {
    flex-direction: column;
  }
  .concept .two_col.reverse_box {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.concept .two_col > * {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .concept .two_col > * {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .concept .two_col .text {
    padding: 0 50px;
  }
}
@media screen and (max-width: 750px) {
  .concept .two_col .pic {
    height: 100%;
    padding-top: 26px;
  }
}
.concept .two_col .ttl {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .concept .two_col .ttl {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.concept .two_col + .two_col {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .concept .two_col + .two_col {
    margin-top: 30px;
  }
}
.concept .reborn_block {
  margin: 76px 0 120px;
  padding: 122px 60px 135px;
  background: url("/2k540/concept/img/pc/pic_concept_bg.png") no-repeat left top;
  background-size: cover;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 5px;
}
@media screen and (max-width: 750px) {
  .concept .reborn_block {
    margin: 15px 0 60px;
    padding: 40px 20px;
    background: url("/2k540/concept/img/sp/pic_concept_bg.png") no-repeat left top;
    background-size: cover;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 751px) {
  .concept .whats_block {
    position: relative;
  }
  .concept .whats_block .whats_logo {
    position: absolute;
    right: 0;
    top: -5px;
  }
}
@media screen and (max-width: 750px) {
  .concept .whats_block .whats_logo {
    width: calc(210 / 750 * 100%);
    margin-bottom: 25px;
  }
}
.concept .whats_block dl {
  width: 331px;
  padding: 40px;
  border-bottom: 5px solid #000000;
  background-color: #fff;
  min-height: 318px;
  float: left;
}
.concept .whats_block dl:nth-child(2) {
  margin: 63px 15px 0;
}
.concept .whats_block dl:nth-child(3) {
  margin-top: 123px;
}
@media screen and (max-width: 750px) {
  .concept .whats_block dl {
    width: 100%;
    padding: 20px;
    min-height: 198px;
    border-bottom: 2px solid #000000;
  }
  .concept .whats_block dl:nth-child(2) {
    margin: 20px 0 0;
  }
  .concept .whats_block dl:nth-child(3) {
    margin-top: 20px;
  }
}
.concept .whats_block dt {
  font-size: 2.2rem;
  padding-bottom: 10px;
  font-weight: bold;
}
.concept .whats_block dt span {
  font-size: 3rem;
  color: #00aeeb;
}
@media screen and (max-width: 750px) {
  .concept .whats_block dt {
    font-size: 1.3rem;
  }
  .concept .whats_block dt span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .concept .whats_block dd {
    font-size: 1.5rem;
  }
}
.concept .concept_block {
  margin: 110px 0 146px;
}
@media screen and (max-width: 750px) {
  .concept .concept_block {
    margin: 60px 0 55px;
  }
}
.concept .concept_block .ttl {
  font-size: 4rem;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  padding: 10px 6px 6px;
  line-height: 1;
  margin: 0 0 30px;
}
.concept .concept_block .ttl span {
  color: #00aeeb;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .concept .concept_block .ttl {
    font-size: 2rem;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 750px) {
  .concept .concept_block .text {
    margin-top: -20px;
  }
}
.concept .concept_block .concept_flow .inblock,
.concept .concept_block .concept_tie .inblock {
  width: 330px;
}
@media screen and (max-width: 750px) {
  .concept .concept_block .concept_flow .inblock,
  .concept .concept_block .concept_tie .inblock {
    width: 100%;
  }
}
.concept .concept_block .concept_flow .inblock .min_img,
.concept .concept_block .concept_tie .inblock .min_img {
  padding-top: 40px;
  width: 300px;
}
@media screen and (max-width: 750px) {
  .concept .concept_block .concept_flow .inblock .min_img,
  .concept .concept_block .concept_tie .inblock .min_img {
    padding-top: 20px;
    width: 50%;
  }
}
@media screen and (min-width: 751px) {
  .concept .concept_block .concept_flow {
    position: relative;
  }
}
.concept .concept_block .concept_flow .text {
  width: 470px;
}
@media screen and (min-width: 751px) {
  .concept .concept_block .concept_flow .text {
    position: absolute;
    top: 27px;
    left: 40px;
  }
}
@media screen and (max-width: 750px) {
  .concept .concept_block .concept_flow .text {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .concept .concept_block .concept_flow .img {
    float: right;
    width: 613px;
  }
}
.concept .concept_block .concept_tie {
  margin: 120px 0 230px;
}
@media screen and (min-width: 751px) {
  .concept .concept_block .concept_tie {
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  .concept .concept_block .concept_tie {
    margin: 44px 0 40px;
  }
  .concept .concept_block .concept_tie .ttl {
    padding: 0;
    line-height: 1.4;
    width: 74%;
  }
}
.concept .concept_block .concept_tie .text {
  width: 670px;
}
@media screen and (min-width: 751px) {
  .concept .concept_block .concept_tie .text {
    text-align: right;
    position: absolute;
    top: 27px;
    right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .concept .concept_block .concept_tie .text {
    width: 100%;
    position: relative;
  }
}
.concept .concept_block .concept_tie .inblock {
  margin-left: auto;
  text-align: left;
}
.concept .concept_block .concept_tie .inblock .min_img {
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .concept .concept_block .concept_tie .inblock .min_img {
    width: 100%;
  }
}
.concept .concept_block .concept_tie .img {
  width: 613px;
  position: relative;
}
.concept .concept_block .concept_tie .img::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 150px;
  background: #00aeeb;
  right: 100px;
  top: -135px;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .concept .concept_block .concept_tie .img {
    float: left;
  }
}
@media screen and (max-width: 750px) {
  .concept .concept_block .concept_tie .img {
    width: 100%;
  }
  .concept .concept_block .concept_tie .img::after {
    height: 12.9%;
    left: 0;
    right: 0;
    top: -9.23%;
    margin: auto;
  }
}
.concept .concept_block .tie dt {
  font-size: 3rem;
  font-weight: bold;
  padding-bottom: 25px;
}
.concept .concept_block .tie dt span {
  color: #00aeeb;
}
@media screen and (max-width: 750px) {
  .concept .concept_block .tie dt {
    font-size: 1.7rem;
    padding-bottom: 15px;
  }
}
.concept .concept_block .tie dl + dl {
  margin-top: 45px;
}
@media screen and (max-width: 750px) {
  .concept .concept_block .tie dl + dl {
    margin-top: 25px;
  }
}
.concept .facility_block {
  margin-bottom: 150px;
}
@media screen and (max-width: 750px) {
  .concept .facility_block {
    margin-bottom: 75px;
  }
}
.concept .facility_block .two_col {
  background: #fff;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .concept .facility_block .two_col .ttl {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}
.concept .facility_block .two_col .text {
  padding: 0 60px;
}
@media screen and (max-width: 750px) {
  .concept .facility_block .two_col .text {
    padding: 24px 20px 0;
  }
}
.concept .facility_block .two_col + .two_col {
  margin-top: 0;
}

.pc_mb05 {margin-bottom:5px}
.pc_mb10 {margin-bottom:1px}
.pc_mb15 {margin-bottom:15px}
.pc_mb20 {margin-bottom:20px}
.pc_mb25 {margin-bottom:25px}
.pc_mb30 {margin-bottom:30px}
.pc_mb35 {margin-bottom:35px}
.pc_mb40 {margin-bottom:40px}
.pc_mb45 {margin-bottom:45px}
.pc_mb50 {margin-bottom:50px}
.pc_mb55 {margin-bottom:55px}
.pc_mb60 {margin-bottom:60px}
.pc_mb65 {margin-bottom:65px}
.pc_mb70 {margin-bottom:70px}
.pc_mb75 {margin-bottom:75px}
.pc_mb80 {margin-bottom:80px}
.pc_mb85 {margin-bottom:85px}
.pc_mb90 {margin-bottom:90px}
.pc_mb95 {margin-bottom:95px}
.pc_mb100 {margin-bottom:100px}
.pc_mb110 {margin-bottom:110px}

@media screen and (max-width: 750px) {
  .sp_mb05 {margin-bottom:5px}
  .sp_mb10 {margin-bottom:1px}
  .sp_mb15 {margin-bottom:15px}
  .sp_mb20 {margin-bottom:20px}
  .sp_mb25 {margin-bottom:25px}
  .sp_mb30 {margin-bottom:30px}
  .sp_mb35 {margin-bottom:35px}
  .sp_mb40 {margin-bottom:40px}
  .sp_mb45 {margin-bottom:45px}
  .sp_mb50 {margin-bottom:50px}
  .sp_mb55 {margin-bottom:55px}
  .sp_mb60 {margin-bottom:60px}
  .sp_mb65 {margin-bottom:65px}
  .sp_mb70 {margin-bottom:70px}
  .sp_mb75 {margin-bottom:75px}
  .sp_mb80 {margin-bottom:80px}
  .sp_mb85 {margin-bottom:85px}
  .sp_mb90 {margin-bottom:90px}
  .sp_mb95 {margin-bottom:95px}
  .sp_mb100 {margin-bottom:100px}
  .sp_mb110 {margin-bottom:110px}
}