@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------
  common
---------------------------------------------------------------------------------------------- */
/* --- display PC --- */
.pc {
  display: block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

.pctb {
  display: block;
}

.pcsp {
  display: block;
}

.tbsp {
  display: none;
}

.btn {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.btn.btnp {
  padding: 60px 0;
}

.btn.btnpBgc {
  padding: 60px 0;
  background: #F3F7F8;
}

.btn a,
.contact-bar a {
  display: block;
  position: relative;
  width: 480px;
  height: 80px;
  background: #FF6760;
  line-height: 80px;
  margin: 0 auto 8px;
  font-size: 20px;
  color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.btn a:hover {
  opacity: 0.7;
}

.btn a span,
.contact-bar a span {
  position: relative;
}

.btn a span::before,
.btn a span::after,
.contact-bar a span::before,
.contact-bar a span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 250px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.btn a span::before,
.contact-bar a span::before {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 25%;
  border-radius: 50%;
  background: #fff;
}

.btn a span::after,
.contact-bar a span::after {
  left: 254px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FF6760;
  border-right: 2px solid #FF6760;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn p {
  font-size: 12px;
}

.btn .bal,
#contact-bar .bal {
  position: relative;
  display: inline-block;
  margin: 0 auto 8px;
  padding: 16px;
  width: 640px;
  color: #fff;
  font-size: 14px;
  background: #29B1AA;
  border-radius: 4px;
}

.btn .bal.balS,
#contact-bar .bal.balS {
  padding: 8px;
  width: 294px;
  color: #fff;
  font-size: 14px;
  background: #29B1AA;
  border-radius: 4px;
  margin: 0 auto 12px;
}

.btn .bal:before,
#contact-bar .bal:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #29B1AA;
}

.btn .bal .inr {
  display: table;
  border-collapse: collapse;
  width: 490px;
  margin: 0 auto;
}

.btn .bal .inr ul {
  display: table-row;
}

.btn .bal .inr ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.btn .bal .inr ul li:nth-child(1) {
  width: 64px;
}

.btn .bal .inr ul li:nth-child(2) {
  width: 426px;
  padding: 0 10px 0 20px;
}

.btn .bal .inr ul li:nth-child(2) span.btntxt01 {
  font-size: 20px;
  font-weight: bold;
}

.btn .bal .inr ul li:nth-child(2) span.btntxt01 span {
  display: inline;
  background: linear-gradient(transparent 92%, #fff 0%);
}

.btn .bal .inr ul li:nth-child(2) span.btntxt02 {
  font-size: 10px;
}

.btn .bal .inr ul li:nth-child(3) {
  width: 60px;
}

.under {
  border-bottom: dashed 2px #29B1AA;
}

footer {
  width: 100%;
  padding: 0 10px 60px;
  box-sizing: border-box;
}

footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
}

footer ul li {
  font-size: 14px;
  margin: 20px 30px;
}

.is-hidden {
  display: none !important;
}

.full-screen-width {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.contact-bar {
  position: fixed;
  z-index: 100;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  background: rgba(65, 65, 65, 0.6);
  padding: 20px 10px 10px;
  text-align: center;
}

.contact-bar a:hover {
  background: #fbb1ad;
}

.contact-bar p {
  font-size: 12px;
  color: #fff;
}


/* Tablet
----------------------------------------------- */
@media print,
screen and (max-width: 980px) {

  /* --- display Tablet --- */
  .pc {
    display: none;
  }

  .tb {
    display: block;
  }

  .sp {
    display: none;
  }

  .pctb {
    display: block;
  }

  .pcsp {
    display: none;
  }

  .tbsp {
    display: block;
  }

  .btn {
    padding: 0 20px;
  }

  .btn.btnp {
    padding: 40px 20px;
  }

  .btn.btnpBgc {
    padding: 40px 20px;
  }

  .btn a,
  .contact-bar a {
    width: 100%;
    height: 56px;
    line-height: 56px;
  }

  .btn .bal,
  #contact-bar .bal {
    width: 336px;
    font-size: 12px;
    background: #29B1AA;
    padding: 15px 38px;
  }

  .btn .bal.balS,
  #contact-bar .bal.balS {
    width: 258px;
    font-size: 12px;
  }

  .btn .bal:before,
  #contact-bar .bal:before {
    border: 6px solid transparent;
    border-top: 6px solid #29B1AA;
  }

  .btn .bal .inr {
    width: 100%;
  }

  .btn .bal .inr ul li {
    text-align: left;
  }

  .btn .bal .inr ul li:nth-child(1) {
    width: 20%;
  }

  .btn .bal .inr ul li:nth-child(2) {
    /*width: 68%;*/
    width: 80%;
    padding: 0 10px 0 12px;
  }

  .btn .bal .inr ul li:nth-child(2) span.btntxt01 {
    font-size: 16px;
  }

  .btn .bal .inr ul li:nth-child(2) span.btntxt02 {
    font-size: 10px;
  }

  .btn .bal .inr ul li:nth-child(3) {
    width: 16%;
  }


  footer {
    width: 100%;
    padding: 0 20px 44px;
  }

  footer ul {
    width: 100%;
    max-width: inherit;
  }

  footer ul li {
    font-size: 12px;
    margin: 20px 20px;
  }
}

/* Tablet End */


/* Smartphone
----------------------------------------------- */
@media print,
screen and (max-width: 640px) {

  /* --- display Smartphone --- */
  .pc {
    display: none;
  }

  .tb {
    display: none;
  }

  .sp {
    display: block;
  }

  .pctb {
    display: none;
  }

  .pcsp {
    display: block;
  }

  .tbsp {
    display: block;
  }

  footer ul li {
    margin: 20px 40px 0 0;
  }

  footer ul li:last-child {
    margin: 20px 0 0 0;
  }
}

/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
  keyvisual
---------------------------------------------------------------------------------------------- */
#keyvisual {
  position: relative;
  width: 100%;
  height: 544px;
  padding: 78px 0 0;
  background: url("../img/pc_keyvisual.jpg") center top / cover no-repeat;
  margin-bottom: 40px;
}

#keyvisual h2 {
  position: absolute;
  width: 117px;
  height: 20px;
  top: 20px;
  left: 20px;
  z-index: 2;
}

#keyvisual .inr {
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
}

#keyvisual .title {
  margin-bottom: 30px;
}

#keyvisual .title .text01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8em;
  color: #fff;
}

#keyvisual .title .text02 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6em;
  color: #fff;
}

#keyvisual .title .text01>span,
#keyvisual .title .text02>span {
  position: relative;
  display: inline-block;
}

#keyvisual .title .text01>span::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -10px;
  top: -3px;
  right: -10px;
  z-index: -1;
  margin-bottom: 6px;
}

#keyvisual .title .text02>span::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -10px;
  top: -3px;
  right: -10px;
  z-index: -1;
  margin-bottom: 8px;
}

#keyvisual .title .text01>span::before {
  background-color: #545D74;
}

#keyvisual .title .text02>span::before {
  background-color: #29B1AA;
}

#keyvisual .box {
  position: relative;
  width: 600px;
  padding: 10px 0;
  background: #fff;
  border-radius: 8px;
  left: 50%;
  margin-left: -470px;
}

#keyvisual .box h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

#keyvisual .box ul {
  width: 560px;
  margin: 0 auto;
}

#keyvisual .box ul::after {
  content: "";
  display: block;
  clear: both;
}

#keyvisual .box ul li{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

#keyvisual .box ul li div {
  width: 90px;
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px 4px;
}

#keyvisual .box ul li div:nth-child(2) {
  flex-grow: 2;
}

#keyvisual .box ul li div:nth-child(3) {
  flex-grow: 4;
  color: #29B1AA;
}

#keyvisual .box ul li div:nth-child(3) .price {
  font-size: 48px;
  font-family: Futura;
}

#keyvisual .box .annotation {
  text-align: right;
  font-size: 10px;
  color: #999;
  padding-top: 10px;
}


/* Tablet
----------------------------------------------- */
@media print,
screen and (max-width: 980px) {
  #keyvisual {
    height: 320px;
    margin-bottom: 29.59vw;
    background: url("../img/tb_keyvisual.png") center top / cover no-repeat;
  }

  #keyvisual .inr {
    width: 97.96%;
    width: calc(100% - 20px);
    padding: 0 20px;
    position: inherit;
  }

  #keyvisual .title {
    margin-bottom: 0;
  }

  #keyvisual .title .text01 {
    font-size: 16px;
    line-height: 1.6em;
  }

  #keyvisual .title .text02 {
    font-size: 28px;
    line-height: 1.4em;
  }

  #keyvisual .box {
    position: absolute;
    bottom: -25.51vw;
    left: 20px;
    width: calc(100% - 40px);
    padding: 16px 15px;
    margin-left: 0;
  }

}

/* Tablet End */


/* Smartphone
----------------------------------------------- */
@media print,
screen and (max-width: 640px) {
  #keyvisual {
    background: url("../img/sp_keyvisual.png") center top / cover no-repeat;
    height: 350px;
  }

  #keyvisual::after {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  #keyvisual .title .text01 {
    font-size: 14px;
  }

  #keyvisual .box {
    position: absolute;
    bottom: -21.51vw;
    left: 20px;
    width: calc(100% - 40px);
    padding: 10px 0px;
    margin-left: 0;
  }

  #keyvisual .box h4 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  #keyvisual .box ul {
    width: calc(100% - 20px);
    margin: 0 auto;
  }

  #keyvisual .box ul::after {
    content: "";
    display: block;
    clear: both;
  }

  #keyvisual .box ul li{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }

  #keyvisual .box ul li div {
    width: 50px;
    font-size: 10px;
    font-weight: bold;
    margin: 0 4px 4px;
  }

  #keyvisual .box ul li div:nth-child(2) {
    width: 70px;
  }

  #keyvisual .box ul li div:nth-child(3) {
    width: 60px;
    color: #29B1AA;
  }

  #keyvisual .box ul li div:nth-child(3) .price {
    font-size: 24px;
  }

  #keyvisual .box .annotation {
    position: absolute;
    top: calc(100% + 5px);
    left: calc(100% - 200px);
    font-size: 6px;
    padding-top: 0px;
  }

}

/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
  about
---------------------------------------------------------------------------------------------- */

#about {
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 20px auto 40px;
  text-align: center;
}

#about ul {
  display: inline-block;
  font-size: 12px;
}

#about ul::after {
  content: "";
  display: block;
  clear: both;
}

#about ul li {
  width: 100%;
  margin-bottom: 12px;
  text-align: left;
}

#about ul li:nth-child(2) {
  background: url("../img/about_02.png") left center / 24px 27px no-repeat;
  padding: 2px 0 0 32px;
  margin-bottom: 0;
}


/* Tablet
----------------------------------------------- */
@media print,
screen and (max-width: 980px) {
  #about {
    margin: 20px auto 40px;
  }

}

/* Tablet End */


/* Smartphone
----------------------------------------------- */
@media print,
screen and (max-width: 640px) {
  #about {
    margin: 20px auto 40px;
  }
}

/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
  contents01
---------------------------------------------------------------------------------------------- */
#contents01 {
  width: 100%;
  background: #fff;
  padding: 60px 20px;
}

#contents01 .inr {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}

#contents01 .inr h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

#contents01 .inr h2 span {
  display: inline-block;
}

#contents01 .inr h2 span.txt01 {
  font-size: 16px;
  font-weight: 500;
}

#contents01 .inr h2 span.txt02 {
  color: #29B1AA;
}

#contents01 .inr .case {
  width: 100%;
  background: #F3F7F8;
  border-radius: 4px;
}

#contents01 .inr .case h3 {
  text-align: center;
  width: 100%;
  height: 40px;
  background: #CED9D8;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
}

#contents01 .inr .area01 {
  width: 100%;
  padding: 20px 50px 20px;
  text-align: center;
  font-size: 14px;
}

#contents01 .inr .area01 img {
  width: 60px;
  margin-right: 20px;
}

#contents01 .inr .area01 .img {
  vertical-align: middle;
}

#contents01 .inr .area01 .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
}

#contents01 .inr .area01 span {
  margin: 0;
  font-weight: bold;
}

#contents01 .inr .area01 span.txt01 {
  padding-right: 0.5em;
}

#contents01 .inr .area01 p {
  margin: 0;
  line-height: 1;
}

#contents01 .inr .area02 {
  width: 100%;
  padding: 0 50px 40px;
  text-align: center;
}

#contents01 .inr .area02 ul {
  width: 100%;
  border-top: 1px solid #CED9D8;
}

#contents01 .inr .area02 ul::after {
  content: "";
  display: block;
  clear: both;
}

#contents01 .inr .area02 ul li {
  width: 50%;
  float: left;
  padding: 20px 0 0;
}

#contents01 .inr .area02 ul li p {
  font-size: 14px;
  height: 56px;
}

#contents01 .inr .area02 ul li p img {
  width: 116px;
}

#contents01 .inr .area02 ul li dl {
  text-align: center;
  font-size: 28px;
  height: 94px;
  width: 100%;
  display: table;
}

#contents01 .inr .area02 ul li dl dt {
  display: table-cell;
  vertical-align: middle;
}

#contents01 .inr .area02 ul li dl span.area02txt01 {
  display: block;
  font-size: 16px;
}

#contents01 .inr .area02 ul li dl span.area02txt02 {
  font-size: 18px;
  padding-left: 4px;
}

#contents01 .inr .area02 ul li:nth-child(1) dl {
  background: #CED9D8;
  position: relative;
  border-radius: 2px 0 0 2px;
}

#contents01 .inr .area02 ul li:nth-child(1) dl::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 47px solid transparent;
  border-bottom: 47px solid transparent;
  border-left: 20px solid #CED9D8;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 2;
}

#contents01 .inr .area02 ul li:nth-child(2) dl {
  background: #545D74;
  color: #fff;
  border-radius: 0 2px 2px 0;
  position: relative;
}

#contents01 .inr .area02 ul li:nth-child(2) dl::before {
  content: "＼1,370万UP／";
  position: absolute;
  top: -25px;
  left: 0;
  color: #29B1AA;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

#contents01 .inr .annotation {
  text-align: right;
  font-size: 10px;
  color: #999;
  padding-top: 10px;
}

#contents01 .inr .area03 {
  width: 100%;
  padding: 30px 30px 30px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 30px;
}

#contents01 .inr .area03 h3 {
  color: #29B1AA;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 16px;
}

#contents01 .inr .area03 p {
  font-size: 14px;
}


/* Tablet
----------------------------------------------- */
@media print,
screen and (max-width: 980px) {
  #contents01 {
    padding: 40px 20px 60px;
  }

  #contents01 .inr {
    max-width: inherit;
  }

  #contents01 .inr h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  #contents01 .inr .area01 {
    width: 100%;
    padding: 20px 20px 20px;
  }

  #contents01 .inr .area01 img {
    margin-right: 10px;
  }

  #contents01 .inr .area02 {
    width: 100%;
    padding: 0 20px 20px;
  }

  #contents01 .inr .area02 ul li:nth-child(2) dl::before {
    top: -22px;
    font-size: 14px;
  }
}

/* Tablet End */


/* Smartphone
----------------------------------------------- */
@media print,
screen and (max-width: 640px) {
  #contents01 {
    padding: 40px 20px 40px;
  }

  #contents01 .inr .area03 {
    padding: 24px 30px 24px;
  }

  #contents01 .inr .area03 h3 {
    font-size: 15px;
    padding-bottom: 15px;
  }

  #contents01 .inr .area03 p {
    text-align: left;
  }
}

/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
  properties
---------------------------------------------------------------------------------------------- */
#properties {
  width: 100%;
  background: #fff;
  padding: 70px 20px;
}

#properties .inr {
  width: 100%;
  max-width: 980px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
}

#properties .kind {
  width: 60%;
  display: flex;
  margin: 0 auto 30px;
  padding: 10px 0 10px 0;
  justify-content: space-around;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  color: #29B1AA;
  font-weight: bold;
}

#properties .kind li {
    width: 100px;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

#properties .sub-kind {
  width: 70%;
  display: flex;
  margin: 0 auto 30px;
  padding: 10px 0 10px 0;
  justify-content: space-around;
  color: #ccc;
  font-weight: bold;
}

#properties .sub-kind li {
    width: 150px;
    text-align: center;
}

#properties .sub-kind li.selected {
    color: #29B1AA;
    border-bottom: 2px solid #29B1AA;
}

#properties .selected-kind {
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

#properties .middle-button {
  margin-top: 30px;
  margin-bottom: 30px;
}

#properties .inr h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #29B1AA;
}

#properties .inr h2 span {
  display: inline-block;
}

#properties .inr ul.contents {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 50px;
}

#properties .inr ul.contents li {
  width: 23.4%;
  text-align: center;
  margin-left: 19px;
  margin-bottom: 30px;
}

#properties .inr ul.contents li:nth-child(1) {
  margin-left: 0px;
}

#properties .inr ul.contents li:nth-child(5) {
  margin-left: 0px;
}

#properties .inr ul.contents li:nth-child(9) {
  margin-left: 0px;
}

#properties .inr ul.contents li p img {
  border-radius: 4px;
}

#properties .inr ul.contents li p:nth-child(1) {
  margin-bottom: 20px;
}

#properties .inr ul.contents li p:nth-child(2) {
  font-size: 14px;
}

#properties .inr ul.contents li p:nth-child(3) {
  font-size: 20px;
  font-weight: bold;
  color: #545D74;
}

#properties .inr ul.contents li p:nth-child(3) span {
  color: #2EC6BE;
}

#properties .inr .annotation {
  text-align: right;
  font-size: 10px;
  color: #999;
}

/* Tablet
----------------------------------------------- */
@media print,
screen and (max-width: 980px) {
  #properties {
    padding: 40px 20px 20px;
  }

  #properties .inr {
    width: 100%;
    max-width: inherit;
    padding: 0 20px;
  }

  #properties .inr h2 {
    font-size: 24px;
    margin-bottom: 60px;
  }

  #properties .inr ul.contents {
    margin: 0 auto 10px;
  }

  #properties .inr ul.contents li {
    width: 48%;
    margin-left: 0vw;
    margin-bottom: 3.06vw;
  }

  #properties .inr ul.contents li:nth-child(even) {
    margin-left: 3vw;
  }

  #properties .inr ul.contents li img {
    border-radius: 2px;
  }

  #properties .inr ul.contents li p:nth-child(1) {
    margin-bottom: 10px;
  }

  #properties .inr ul.contents li p:nth-child(2) {
    font-size: 12px;
  }

  #properties .inr ul.contents li p:nth-child(3) {
    font-size: 16px;
  }
}

/* Tablet End */


/* Smartphone
----------------------------------------------- */
@media print,
screen and (max-width: 640px) {
  #properties .inr h2 {
    margin-bottom: 40px;
    font-size: 20px;
  }

  #properties .inr {
    padding: 0;
  }

  #properties .kind {
    width: 80%;
  }

  #properties .sub-kind {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
  }

  #properties .built_at .sub-kind {
    font-size: 12px;
  }
}

/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
  contents03
---------------------------------------------------------------------------------------------- */
#contents03 {
  width: 100%;
  background: #fff;
}

#contents03 .block01 {
  width: 100%;
  background: #29B1AA;
  padding: 60px 0;
}

#contents03 .block01 h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}

#contents03 .block01 h2 span{
  display: inline-block;
}

#contents03 .block01 .block01Inr {
  width: 740px;
  margin: 0 auto;
  border-top: 1px solid #7fd0cc;
  position: relative;
  z-index: 5;
}

#contents03 .block01 .block01Inr ul {
  display: table;
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #7fd0cc;
}

#contents03 .block01 .block01Inr ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
  color: #fff;
  font-size: 16px;
}

#contents03 .block01 .block01Inr ul li:nth-child(1) {
  width: 10.8%;
  text-align: center;
}

#contents03 .block01 .block01Inr ul li:nth-child(1) span {
  display: block;
  font-size: 28px;
  line-height: 1.2;
}

#contents03 .block01 .block01Inr ul li:nth-child(2) {
  width: 79.8%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}

#contents03 .block01 .block01Inr ul li:nth-child(2)>span {
  position: relative;
  display: inline-block;
  color: #29B1AA;
  margin: 0 10px;
}

#contents03 .block01 .block01Inr ul li:nth-child(2)>span::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -5px;
  top: -3px;
  right: -5px;
  z-index: -1;
  background-color: #fff;
}

#contents03 .block01 .block01Inr ul li:nth-child(3) {
  width: 9.4%;
  padding: 0 5px 0 0;
}

#contents03 .block02,
#contents03 .block03 {
  width: 100%;
  background: #fff;
  padding: 80px 0 60px;
}

#contents03 .block02 .block02Inr,
#contents03 .block03 .block03Inr {
  width: 100%;
  max-width: 980px;
  padding: 0 10px;
  margin: 0 auto;
}

#contents03 .block02 .block02Inr h3,
#contents03 .block03 .block03Inr h3 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 40px;
}

#contents03 .block02 .block02Inr span.ttl01,
#contents03 .block03 .block03Inr span.ttl01 {
  display: block;
  margin: 0 0 40px;
  color: #29B1AA;
  font-size: 20px;
  line-height: 1.2;
}

#contents03 .block02 .block02Inr span.ttl01 span,
#contents03 .block03 .block03Inr span.ttl01 span {
  font-size: 36px;
}

#contents03 .block02 .block02Inr span.ttl02,
#contents03 .block03 .block03Inr span.ttl02 {
  color: #29B1AA;
}

#contents03 .block02 .fkds {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}

#contents03 .block02 .fkds::before,
#contents03 .block02 .fkds::after {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #414141;
}

#contents03 .block02 .fkds::before {
  margin-right: 10px;
  transform: rotate(-35deg)
}

#contents03 .block02 .fkds::after {
  margin-left: 10px;
  transform: rotate(35deg)
}

#contents03 .block02 ul {
  width: 100%;
}

#contents03 .block02 ul::after {
  content: "";
  display: block;
  clear: both;
}

#contents03 .block02 ul li {
  position: relative;
  display: block;
  float: left;
  height: 350px;
}

#contents03 .block02 ul li img {
  width: 410px;
}

#contents03 .block02 ul li:nth-child(1) {
  background: #CED9D8;
  width: 470px;
  padding: 30px 0 0 30px;
  border-radius: 4px 0 0 4px;
}

#contents03 .block02 ul li:nth-child(2) {
  background: #CDF3F1;
  width: 490px;
  padding: 30px 0 0 50px;
  border-radius: 0 4px 4px 0;
}

#contents03 .block02 ul li span {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px;
  color: #fff;
  font-size: 16px;
}

#contents03 .block02 ul li:nth-child(1) span {
  background: #545D74;
}

#contents03 .block02 ul li:nth-child(2) span {
  left: 40px;
  background: #29B1AA;
}

#contents03 .block02 ul li:nth-child(1)::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 175px solid transparent;
  border-bottom: 175px solid transparent;
  border-left: 20px solid #CED9D8;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 2;
}

#contents03 .block02 h4 {
  padding: 40px 0 30px;
  text-align: center;
}

#contents03 .block02 .img {
  width: 34%;
  margin: 0 auto 30px;
}

#contents03 .block02 .annotation {
  text-align: right;
  font-size: 10px;
  color: #999;
}

#contents03 .block02 .mtm01 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 60px;
  padding-bottom: 24px;
}

#contents03 .block02 .mtm01 span {
  color: #29B1AA;
}

#contents03 .block02 .mtm02 {
  text-align: center;
  font-size: 16px;
  padding-bottom: 35px;
}


#contents03 .block03 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 360px;
  margin: 0 auto 60px;
}

#contents03 .block03 ul li {
  width: 44%;
  text-align: center;
  font-size: 10px;
}

#contents03 .block03 ul li img {
  margin-bottom: 10px;
}

#contents03 .block03 h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

#contents03 .block03 .img {
  width: 16.6%;
  margin: 40px auto 60px;
}

#contents03 .block03 .member {
  width: 100%;
}

#contents03 .block03 .member p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}

#contents03 .block03 .member .memberList {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

#contents03 .block03 .member .memberList .memberBox {
  width: 48%;
  margin-bottom: 40px;
  background: #F3F7F8;
  border-radius: 4px;
  padding: 30px;
}

#contents03 .block03 .member .memberList .memberBox dl {
  width: 100%;
  display: table;
  border-collapse: collapse;
  margin-bottom: 20px;
}

#contents03 .block03 .member .memberList .memberBox dl dt {
  display: table-cell;
  width: 60px;
  vertical-align: middle;
}

#contents03 .block03 .member .memberList .memberBox dl dt img{
  border-radius: 60px;
}

#contents03 .block03 .member .memberList .memberBox dl dd {
  display: table-cell;
  width: calc(100% - 60px);
  padding: 0 0 0 20px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.4;
}

#contents03 .block03 .member .memberList .memberBox dl dd span {
  display: block;
  font-weight: bold;
}

#contents03 .block03 .member .memberList .memberBox h4 {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}


/* Tablet
----------------------------------------------- */
@media print,
screen and (max-width: 980px) {
  #contents03 .block01 {
    padding: 40px 0;
  }

  #contents03 .block01 h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  #contents03 .block01 .block01Inr {
    width: 320px;
  }

  #contents03 .block01 .block01Inr ul li {
    font-size: 14px;
  }

  #contents03 .block01 .block01Inr ul li:nth-child(1) {
    width: 30px;
    font-size: 12px;
  }

  #contents03 .block01 .block01Inr ul li:nth-child(1) span {
    font-size: 18px;
  }

  #contents03 .block01 .block01Inr ul li:nth-child(2) {
    width: 245px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    padding-left: 10px;
    box-sizing: border-box;
  }

  #contents03 .block01 .block01Inr ul li:nth-child(2)>span {
    margin: 0 5px;
  }

  #contents03 .block01 .block01Inr ul li:nth-child(3) {
    width: 45px;
    padding: 0 0 0 0;
  }

  #contents03 .block02,
  #contents03 .block03 {
    padding: 60px 0 20px;
  }

  #contents03 .block02 .block02Inr {
    width: 100%;
    max-width: 600px;
    padding: 0 0;
  }

  #contents03 .block03 .block03Inr {
    width: 100%;
    max-width: inherit;
    padding: 0 20px;
  }

  #contents03 .block02 .block02Inr h3,
  #contents03 .block03 .block03Inr h3 {
    font-size: 24px;
    margin-bottom: 35px;
  }

  #contents03 .block02 .block02Inr span.ttl01,
  #contents03 .block03 .block03Inr span.ttl01 {
    margin: 0 0 30px;
    font-size: 14px;
  }

  #contents03 .block02 .block02Inr span.ttl01 span,
  #contents03 .block03 .block03Inr span.ttl01 span {
    font-size: 24px;
  }

  #contents03 .block02 .fkds {
    font-size: 12px;
    margin-bottom: 20px;
  }

  #contents03 .block02 .fkds::before,
  #contents03 .block02 .fkds::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #414141;
    position: relative;
    bottom: -6px;
  }

  #contents03 .block02 ul li {
    float: inherit;
    height: auto;
  }

  #contents03 .block02 ul li img {
    width: 100%;
  }

  #contents03 .block02 ul li:nth-child(1) {
    width: 100%;
    padding: 20px;
    border-radius: 4px 4px 0 0;
  }

  #contents03 .block02 ul li:nth-child(2) {
    width: 100%;
    padding: 60px 20px 20px 20px;
    border-radius: 0 0 4px 4px;
  }

  #contents03 .block02 ul li span {
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    font-size: 14px;
  }

  #contents03 .block02 ul li:nth-child(2) span {
    top: 50px;
    left: 10px;
    padding: 5px 10px;
    font-size: 14px;
    background: #29B1AA;
  }

  #contents03 .block02 ul li:nth-child(1)::after {
    display: none;
  }

  #contents03 .block02 ul li:nth-child(2)::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 300px solid transparent;
    border-right: 300px solid transparent;
    border-top: 36px solid #CED9D8;
    position: absolute;
    top: 0;
    left: 0;
    right: inherit;
    z-index: 2;
  }

  #contents03 .block02 h4 {
    padding: 40px 0 40px;
    text-align: left;
    font-size: 14px;
  }

  #contents03 .block02 .img {
    width: 60%;
    margin: 0 auto 20px;
  }

  #contents03 .block02 .mtm02 {
    text-align: left;
    font-size: 14px;
    padding: 0 20px 35px;
  }

  #contents03 .block02 .gallery {
    width: 64%;
    margin: 0 auto 40px;
  }

  #contents03 .block03 ul {
    max-width: 280px;
    margin: 0 auto 60px;
  }

  #contents03 .block03 h4 {
    font-size: 16px;
  }

  #contents03 .block03 .img {
    width: 160px;
    margin: 30px auto 40px;
  }

  #contents03 .block03 .member {
    width: 100%;
  }

  #contents03 .block03 .member p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  #contents03 .block03 .member .memberList .memberBox {
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
  }

  #contents03 .block03 .member .memberList .memberBox h4 {
    font-size: 12px;
  }

  #contents03 .block03 ul {
    max-width: 600px;
    margin: 0 auto 40px;
  }
}

/* Tablet End */


/* Smartphone
----------------------------------------------- */
@media print,
screen and (max-width: 640px) {
  #contents03 .block01 {
    padding: 40px 30px;
  }

  #contents03 .block01 h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  #contents03 .block01 .block01Inr {
    width: 100%;
  }

  #contents03 .block01 .block01Inr ul li:nth-child(1) {
    width: 35px;
    font-size: 12px;
  }

  #contents03 .block01 .block01Inr ul li:nth-child(2) {
    width: 75%;
    width: calc(100% - 80px);
    font-size: 14px;
  }

  #contents03 .block02,
  #contents03 .block03 {
    padding: 40px 0 20px;
  }

  #contents03 .block02 .block02Inr {
    max-width: inherit;
  }

  #contents03 .block03 .block03Inr {
    padding: 0 20px;
  }

  #contents03 .block02 .block02Inr h3,
  #contents03 .block03 .block03Inr h3 {
    margin-bottom: 30px;
  }

  #contents03 .block02 ul {
    width: 93.75vw;
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  #contents03 .block02 ul li:nth-child(2)::after {
    border-left: 46.2vw solid transparent;
    border-right: 46.2vw solid transparent;
    border-top: 20px solid #CED9D8;
  }

  #contents03 .block02 h4 {
    padding: 40px 20px 40px;
  }

  #contents03 .block02 .img {
    width: 56.25%;
  }

  #contents03 .block02 .mtm01 {
    font-size: 16px;
    margin-top: 45px;
    padding-bottom: 20px;
  }

  #contents03 .block02 .gallery {
    width: 64vw;
    width: calc(100% - 135px);
  }

  #contents03 .block02 .annotation {
    padding-right: 20px;
  }

  #contents03 .block03 ul {
    max-width: 74.67vw;
  }

  #contents03 .block03 .img {
    width: 25vw;
  }
}

/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
  contents04
---------------------------------------------------------------------------------------------- */
#contents04 {
  width: 100%;
  background: #fff;
  padding: 80px 10px 50px;
  box-sizing: border-box;
}

#contents04 .inr {
  width: 100%;
  max-width: 740px;
  margin: 0 auto 44px;
}

#contents04 .inr h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}

#contents04 .inr h2 span {
  color: #29B1AA;
}

#contents04 .inr ul {
  width: 100%;
  border-top: 1px solid #F2F2F2;
  margin-bottom: 40px;
}

#contents04 .inr ul li {
  padding: 30px 30px 30px 64px;
  border-bottom: 1px solid #F2F2F2;
}

#contents04 .inr ul li div {
  position: relative;
}

#contents04 .inr ul li div::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #545D74;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: -48px;
  color: #fff;
}

#contents04 .inr ul li:nth-child(1) div::after {
  content: "1";
}

#contents04 .inr ul li:nth-child(2) div::after {
  content: "2";
}

#contents04 .inr ul li:nth-child(3) div::after {
  content: "3";
}

#contents04 .inr ul li:nth-child(4) div::after {
  content: "4";
}

#contents04 .inr ul li:nth-child(5) div::after {
  content: "5";
}

#contents04 .inr ul li div h3 {
  font-size: 16px;
  font-weight: bold;
}

#contents04 .inr ul li div h3.mb {
  margin-bottom: 12px;
}

#contents04 .inr ul li div p {
  font-size: 14px;
}

#contents04 .opArea {
  width: 100%;
  max-width: 960px;
  background: #F3F7F8;
  border-radius: 4px;
  margin: 0 auto;
  padding: 40px;
}

#contents04 .opArea h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}

#contents04 .opArea ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

#contents04 .opArea ul li {
  position: relative;
  width: 47.7%;
  background: #fff;
  border-radius: 4px;
  padding: 25px 30px;
  box-sizing: border-box;
}

#contents04 .opArea ul li::after {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  position: absolute;
  right: 30px;
  top: 30px;
}

#contents04 .opArea ul li:nth-child(1)::after {
  background: url("../img/contents04_01.png") right top / contain no-repeat;
}

#contents04 .opArea ul li:nth-child(2)::after {
  background: url("../img/contents04_02.png") right top / contain no-repeat;
}

#contents04 .opArea ul li p {
  font-size: 14px;
  margin-bottom: 8px;
}

#contents04 .opArea ul li p:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

#contents04 .opArea ul li p:nth-child(4) {
  font-size: 10px;
  margin-bottom: 0;
}

.presentCP {
  width: 740px;
  margin: 0 auto 60px;
  color: #fff;
}

.presentCP ul {
  padding: 30px 24px 20px;
  background: #29B1AA;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 10px;
}

.presentCP ul li:nth-child(1) {
  font-size: 16px;
}

.presentCP ul li:nth-child(1) p {
  display: inline-block;
  position: relative;
}

.presentCP ul li:nth-child(1) p::before {
  content: "";
  display: block;
  width: 64px;
  height: 40px;
  background: url("../img/btn_img01.png") left top / contain;
  position: absolute;
  top: -8px;
  left: -74px;
}

.presentCP ul li:nth-child(1) p span {
  padding: 0.15em 0.25em;
  margin-right: 5px;
  display: inline;
  background: linear-gradient(transparent 0%, #545D74 0%);
}

.presentCP ul li:nth-child(2) {
  font-size: 28px;
  font-weight: bold;
  margin: 14px 0 10px;
}

.presentCP ul li:nth-child(2) span.line {
  display: inline;
  background: linear-gradient(transparent 92%, #fff 0%);
}

.presentCP ul li:nth-child(2) span span {
  font-size: 64px;
  line-height: 1.1;
}

.presentCP ul li:nth-child(3) {
  font-size: 10px;
}

.presentCP p.notes {
  font-size: 10px;
  color: #999;
}

.presentCP p.notes.indent {
  margin-left: 10px;
}

.presentCP p.notes a {
 text-decoration: underline;
}

/* Tablet
----------------------------------------------- */
@media print,
screen and (max-width: 980px) {
  #contents04 {
    padding: 40px 20px 40px;
  }

  #contents04 .inr {
    width: 100%;
    max-width: inherit;
    margin: 0 auto 30px;
  }

  #contents04 .inr h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  #contents04 .inr ul {
    width: 100%;
    border-top: 1px solid #F2F2F2;
    margin-bottom: 30px;
  }

  #contents04 .inr ul li {
    padding: 30px 10px 30px 44px;
  }

  #contents04 .inr ul li div::after {
    left: -44px;
  }

  #contents04 .inr ul li div h3 {
    font-size: 16px;
    font-weight: bold;
  }

  #contents04 .inr ul li div h3.mb {
    margin-bottom: 8px;
  }

  #contents04 .opArea {
    width: 100%;
    max-width: inherit;
    padding: 20px;
  }

  #contents04 .opArea h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #contents04 .opArea ul li {
    width: 100%;
    padding: 20px 20px;
    margin-bottom: 10px;
  }

  #contents04 .opArea ul li:last-child {
    margin-bottom: 0;
  }

  #contents04 .opArea ul li::after {
    width: 32px;
    height: 32px;
    right: 20px;
    top: 20px;
  }

  #contents04 .opArea ul li p {
    font-size: 12px;
  }

  #contents04 .opArea ul li p:nth-child(2) {
    font-size: 14px;
  }


  .presentCP {
    width: 100%;
  }

  .presentCP ul li:nth-child(1) {
    font-size: 14px;
  }

  .presentCP ul li:nth-child(1) p::before {
    display: none;
  }

  .presentCP ul li:nth-child(2) {
    font-size: 24px;
    margin: 10px 0 8px;
    display: inline-block;
    position: relative;
  }

  .presentCP ul li:nth-child(2)::before {
    content: "";
    display: block;
    width: 44px;
    height: 28px;
    background: url("../img/btn_img01.png") left top / contain;
    position: absolute;
    top: 4px;
    left: -32px;
  }

  .presentCP ul li:nth-child(2) span span {
    font-size: 56px;
    line-height: 1.1;
  }








}

/* Tablet End */


/* Smartphone
----------------------------------------------- */
@media print,
screen and (max-width: 640px) {
  #contents04 .inr ul li {
    padding: 30px 10px 30px 44px;
  }

  #contents04 .inr ul li div h3 {
    font-size: 14px;
  }
}

/* Smartphone End */






/* ----------------------------------------------------------------------------------------------
  mCustomScrollbar
---------------------------------------------------------------------------------------------- */

/*.scroll::-webkit-scrollbar{height:5px;border-radius: 20px ;}/*バーの太さ*/
/*.scroll::-webkit-scrollbar-track{background:#ffffff;}/*バーの背景色*/
/*.scroll::-webkit-scrollbar-thumb{background:#23c6be; width: 50px}/*バーの色*/
/*スクロールバー全体*/
.scroll::-webkit-scrollbar {
  overflow-x: scroll;
  width: 2px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.scroll::-webkit-scrollbar-thumb {
  width: 0px;
  height: 2px;
  background-color: #23c6be;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*スクロールバーの軌道*/
/*スクロールバーの動く部分*/
/*スクロールバー全体*/
::-webkit-scrollbar {
  overflow-x: scroll;
  width: 2px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  width: 10px;
  height: 2px;
  background-color: #23c6be;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}


/* Smartphone
----------------------------------------------- */
@media print,
screen and (max-width: 640px) {

  /*.scroll::-webkit-scrollbar{height:10px;border-radius: 20px ;}/*バーの太さ*/
  /*.scroll::-webkit-scrollbar-track{background:#ffffff;}/*バーの背景色*/
  /*.scroll::-webkit-scrollbar-thumb{background:#23c6be; width: 50px}/*バーの色*/
  /*スクロールバー全体*/
  .scroll::-webkit-scrollbar {
    width: 10px;
  }

  /*スクロールバーの軌道*/
  .scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  }

  /*スクロールバーの動く部分*/
  .scroll::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #23c6be;
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
  }
}

/* Smartphone End */
