@charset "utf-8";

	.visual--title {
		background: url(../imgs/img-mv.jpg) no-repeat center center;
		background-size: cover;
	}
@media screen and (max-width: 736px) {
}

	.section--01 {
		position: relative;
		padding-top: 80px;
		padding-bottom: 165px;
	}
	.section--01 .wrap {
		position: relative;
		z-index: 1;
	}
	.section--01::before {
		content: "";
		position: absolute;
		top: 394px;
		left: 0;
		width: calc(50% + 155px);
		height: 463px;
		background: rgba(238, 253, 254, 1);
	}
@media screen and (max-width: 736px) {
	.section--01 {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.section--01::before {
		top: 350px;
		width: calc(50% + 80px);
		height: 463px;
	}
}

	.page-mv--02 {
		display: block !important;
	}

	.section--02 {
		position: relative;
		padding-top: 160px;
		padding-bottom: 280px;
	}
	.section--02 .wrap {
		position: relative;
		z-index: 1;
	}
	.section--02::before {
		content: "";
		position: absolute;
		bottom: 200px;
		right: 0;
		width: calc(50% + 155px);
		height: 635px;
		background: rgba(238, 253, 254, 1);
	}
@media screen and (max-width: 736px) {
	.section--02 {
		padding-top: 80px;
		padding-bottom: 140px;
	}
	.section--02::before {
		bottom: 100px;
		right: 0;
		width: calc(50% + 80px);
		height: 400px;
	}
}
@media screen and (max-width: 736px) {
.section--03 .imageCap .caption {
  color: #000!important;
}
}

.heading--main {
  text-align: center;
}

.page-mv__img {
  position: relative;
}

@media only screen and (max-width: 736px) {
  .sp--white-shadow {
    text-shadow: 0 0 3px rgba(0, 0, 0, 1), 0 0 3px rgba(0, 0, 0, 1), 0 0 3px rgba(0, 0, 0, 1);
    color: #fff !important;
  }
}

@media screen and (max-width: 737px) {
  .heading {
    line-height: 1.5;
    font-size: 22px;
  }
  .heading:after {
    margin-top: 10px;
  }
}

.shareArea {
  display: flex;
  margin-top: 120px;
}

@media screen and (max-width: 737px) {
  .shareArea {
    flex-direction: column;
    margin-top: 60px;
  }
}

.shareArea__information {
  width: 310px;
  font-size: 16px;
  line-height: calc(30/16);
  letter-spacing: 0.1em;
  margin-right: 35px;
}

@media screen and (max-width: 737px) {
  .shareArea__information {
    width: 100%;
    font-size: 16px;
    margin-right: 0;
    font-size: 14px;
  }
}

.shareArea__image {
  width: 659px;
  position: relative;
}

@media screen and (max-width: 737px) {
  .shareArea__image {
    width: 100%;
    margin-top: 30px;
  }
}

.shareArea__image .caption {
  position: absolute;
  right: 0;
  bottom: 5px;
}

@media screen and (max-width: 737px) {
  .shareArea__image .caption {
    bottom: -20px;
  }
}

.page-mv .caption--in-right {
  bottom: 10px;
  right: 10px;
}

.page-mv--02 {
  margin-top: 200px;
}

@media screen and (max-width: 737px) {
  .page-mv--02 {
    margin-top: 100px;
  }
}

.page-mv--02 .caption {
  color: #fff;
}

.loungeArea {
  margin-top: 150px;
}

@media screen and (max-width: 737px) {
  .loungeArea {
    margin-top: 80px;
  }
}

.loungeArea__text {
  font-size: 16px;
  line-height: calc(30/16);
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 737px) {
  .loungeArea__text {
    font-size: 14px;
    text-align: left;
  }
}

.bachArea {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #9e9a98;
  margin-top: 95px;
}

@media screen and (max-width: 737px) {
  .bachArea {
    margin-top: 50px;
    flex-direction: row-reverse;
    position: relative;
  }
}

@media screen and (max-width: 500px) {
  .bachArea {
    flex-direction: column;
  }
}

.bachArea__information {
  width: 597px;
  padding: 20px 30px;
}

@media screen and (max-width: 737px) {
  .bachArea__information {
    width: 100%;
    padding: 30px 20px 30px;
  }
}

.bachArea__heading {
  margin-top: 30px;
  font-size: 20px;
  letter-spacing: 0.2em;
  /* color: #caa846; */
}

@media screen and (max-width: 737px) {
  .bachArea__heading {
    font-size: 18px;
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 500px) {
  .bachArea__heading {
    width: 100%;
  }
}

.bachArea__text {
  font-size: 16px;
  letter-spacing: 0.15em;
  /* line-height: calc(30/16); */
  margin-top: 15px;
}

.bachArea__text small {
  font-size: 80%;
  letter-spacing: normal;
}

@media screen and (max-width: 737px) {
  .bachArea__text {
    font-size: 14px;
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 500px) {
  .bachArea__text {
    width: 100%;
  }
}

.bachArea__image {
  width: 407px;
  position: relative;
}

@media screen and (max-width: 737px) {
  .bachArea__image {
    width: 200px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .caption--in-right {
    right: 3px;
    bottom: 3px;
  }
}

@media screen and (max-width: 500px) {
  .bachArea__image {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
  }
}

.bachArea__image .caption--in-right {
  right: 10px;
  bottom: 10px;
}

.imageArea__box {
  position: relative;
}

.imageArea__box .caption--in-right {
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 500px) {
  .bachArea__image .caption--in-right {
    right: 3px;
    bottom: 3px;
  }
}

.imageArea__box--01 {
  margin-top: 160px;
}
@media screen and (max-width: 737px) {
  .imageArea__box--01 {
    margin-top: 80px;
  }
}

.imageArea__box--01 img {
  width: 100%;
}

.imageArea__box--01 .caption--in-right {
  color: #fff;
}

.imageArea__box--02 {
  display: flex;
}
@media screen and (max-width: 737px) {
  .imageArea__box--02 {
    flex-direction: column;
    margin-top: 0;
  }
}

.imageArea__box--02 .imageArea__box-inner {
  width: calc(100vw/3);
}

@media screen and (max-width: 737px) {
  .imageArea__box--02 .imageArea__box-inner {
    width: auto;
  }
}

.imageArea__box--02 .imageArea__box-inner:first-of-type .caption--in-right {
  color: #fff;
}

.imageArea__box-inner {
  position: relative;
}

@media screen and (max-width: 737px) {
  .imageArea__box-inner {
    margin-top: 20px;
  }
}

.imageArea__box--03 {
  display: flex;
}

@media screen and (max-width: 737px) {
  .imageArea__box--03 {
    flex-direction: column;
  }
}

.imageArea__box--03 > .imageArea__box-inner:nth-of-type(2) {
  width: calc(100vw/2);
}

.imageArea__box--03 .imageArea__twoImage,
.imageArea__box--03 > .imageArea__box-inner:last-child {
  width: calc(100vw/4);
}

@media screen and (max-width: 737px) {
  .imageArea__box--03 .imageArea__twoImage,
  .imageArea__box--03 > .imageArea__box-inner:nth-of-type(2) ,
  .imageArea__box--03 > .imageArea__box-inner:last-child {
    width: auto;
  }
}


.imageArea__box--03 .caption--in-right {
  color: #fff;
}

.imageArea__box--03 .caption--out-right {
  right: 5px;
}

.modernArea {
  text-align: center;
  margin-top: 75px;
}

@media screen and (max-width: 737px) {
  .modernArea {
    text-align: left;
  }
}

.modernArea__heading {
  font-size: 24px;
  margin-top: 30px;
}

@media screen and (max-width: 737px) {
  .modernArea__heading {
    font-size: 20px;
    margin-top: 30px;
  }
}

.modern--logo {
	margin-top: 60px;
}

.modernArea__text {
  margin-top: 60px;
/*
  margin-bottom: 60px;
*/
  font-size: 16px;
  line-height: calc(30/16);
  letter-spacing: 0.14em;
}

@media screen and (max-width: 737px) {
	.modern--logo {
		margin-top: 30px;
	}
  .modernArea__text {
    margin-top: 30px;
/*
    margin-bottom: 60px;
*/
    font-size: 14px;
  }
}

.modernArea__box {
  display: flex;
  margin-top: 100px;
}

@media screen and (max-width: 737px) {
  .modernArea__box {
    flex-direction: column;
    margin-top: 50px;
  }
}

.modernArea__box--text {
  margin-top: 50px;
}

@media screen and (max-width: 737px) {
  .modernArea__box--text {
    margin-top: 0;
  }
}

.modernArea__box-item {
  text-align: left;
  width: 500px;
}

@media screen and (max-width: 737px) {
  .modernArea__box-item {
    width: 100%;
  }
	.modernArea__box-item + .modernArea__box-item {
/*
		margin-top: 30px;
*/
	}
}

.modernArea__box-heading {
  font-size: 30px;
  margin-top: 45px;
}

@media screen and (max-width: 737px) {
  .modernArea__box-heading {
    font-size: 18px;
    margin-top: 0;
  }
}

.modernArea__text--01 {
  width: 465px;
  margin-top: 0;
}

@media screen and (max-width: 737px) {
  .modernArea__text--01 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.modernArea__text--02 {
  margin-top: 0;
}

.modernArea__box-heading .modernArea__box-line {
  border-bottom: 1px solid #000;
  position: relative;
}

.modernArea__name {
  display: flex;
  margin-top: 30px;
}

.modernArea__name-info {
  text-align: right;
  margin-right: 40px;
  margin-top: 45px;
  margin-left: 40px;
}

@media screen and (max-width: 737px) {
  .modernArea__name-info {
    margin-right: 10px;
    margin-top: 0;
    text-align: left;
    margin-left: 0;
    width: 70%;
  }
}

.modernArea__name-office {
  font-size: 11px;
  line-height: 1.7;
}

@media screen and (max-width: 737px) {
  .modernArea__name-office {
    font-size: 10px;
  }
}

.modernArea__name-name {
  font-size: 36px;
  margin-top: 15px;
}

@media screen and (max-width: 737px) {
  .modernArea__name-name {
    margin-top: 0px;
    font-size: 30px;
  }
}

.modernArea__name-english {
  font-size: 16px;
  font-family: 'Noto Sans Japanese';
  font-weight: 300;
  line-height: 1;
}

.modernArea__name-image img {
  width: 220px;
}

@media screen and (max-width: 737px) {
  .modernArea__name-image {
    margin-top: 0;
    width: 30%;
  }
  .modernArea__name-image img {
    width: 100%;
  }
}