@charset "UTF-8";
.heading {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
}
.heading--en {
  margin-right: 30px;
  font-size: 80px;
  letter-spacing: 0.025em;
}
.heading--ja {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .heading--en {
    font-size: 54px;
  }
}
@media screen and (max-width: 576px) {
  .heading--en {
    margin-right: 15px;
    font-size: 36px;
  }
  .heading--ja {
    font-size: 13px;
  }
}

.subheading--en {
  font-size: 40px;
  letter-spacing: 0.2em;
}
.subheading--ja {
  display: flex;
  align-items: center;
}
.subheading--ja span {
  vertical-align: middle;
}
.subheading__star {
  display: flex;
  align-items: center;
  width: 16px;
  margin-right: 4px;
}
.subheading__text {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .subheading--en {
    font-size: 34px;
  }
}
@media screen and (max-width: 576px) {
  .subheading--en {
    font-size: 24px;
  }
  .subheading__text {
    font-size: 14px;
  }
}

.link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 55px;
  border-radius: 28px;
  background: rgb(237, 204, 143);
  background: linear-gradient(180deg, rgb(237, 204, 143) 0%, rgb(231, 190, 114) 50%, rgb(213, 152, 35) 100%);
}
.link a span {
  font-weight: 600;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
@media screen and (max-width: 576px) {
  .link a {
    width: 160px;
    height: 50px;
  }
  .link a span {
    font-size: 13px;
  }
}

.hero {
  padding-top: 270px;
}
.hero__heading {
  margin-bottom: -90px;
  padding-left: 10.7%;
}
@media screen and (max-width: 1200px) {
  .hero {
    padding-top: 180px;
  }
  .hero__heading {
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    padding-top: 130px;
  }
  .hero__heading {
    margin-bottom: -20px;
    padding-left: 20px;
  }
  .hero__image {
    width: 120%;
  }
}

.service {
  padding-bottom: 180px;
}
@media screen and (max-width: 1200px) {
  .service {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 576px) {
  .service {
    padding-bottom: 80px;
  }
}

.hero {
  margin-bottom: 180px;
}
@media screen and (max-width: 1200px) {
  .hero {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    margin-bottom: 80px;
  }
}

.subheading {
  margin-bottom: 50px;
}
.subheading--en {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.42;
  letter-spacing: 0.15em;
}
.subheading--ja span, .subheading--ja img {
  vertical-align: middle;
}
.subheading__text {
  color: #D59823;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 992px) {
  .subheading {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 576px) {
  .subheading {
    margin-bottom: 25px;
  }
  .subheading--en {
    font-size: 24px;
  }
  .subheading__text {
    font-size: 12px;
  }
}

.sentence {
  line-height: 1.9;
  letter-spacing: 0.1em;
}

.contents__heading {
  position: relative;
}
.contents__heading img {
  width: 100%;
  height: auto;
}
.contents__heading-text {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .contents__heading-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .contents__heading {
    height: 36px;
  }
  .contents__heading img {
    height: 100%;
  }
  .contents__heading-text {
    font-size: 16px;
  }
}

.inner {
  max-width: 1150px;
}

.exterior {
  padding-bottom: 100px;
}
.exterior__inner {
  display: flex;
}
.exterior__image {
  flex: 1;
  padding-right: 100px;
}
.exterior__contents {
  width: 425px;
}
.exterior__sentence p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 992px) {
  .exterior__inner {
    display: block;
  }
  .exterior__image {
    width: 65%;
    margin-bottom: 40px;
    padding: 0;
  }
  .exterior__contents {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .exterior {
    padding-bottom: 60px;
  }
  .exterior__image {
    width: 85%;
  }
}

.archi {
  padding-top: 120px;
  background-color: #F7F7F7;
}
.archi__head {
  display: flex;
  margin-bottom: 35px;
}
.archi__head-parts {
  width: 425px;
  padding-top: 20px;
}
.archi__image {
  flex: 1;
  padding-left: 100px;
}
@media screen and (max-width: 992px) {
  .archi__head {
    flex-direction: column-reverse;
  }
  .archi__image {
    width: 100%;
    margin-bottom: 25px;
    padding: 0;
  }
  .archi__head-parts {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .archi {
    margin-bottom: 60px;
    padding-top: 60px;
  }
  .archi__image {
    margin-bottom: 5px;
  }
}

.timing__heading {
  margin-bottom: 25px;
}
.timing__lead {
  margin-bottom: 50px;
}
.timing__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.timing__item {
  width: 31%;
  margin-bottom: 40px;
}
.timing__thumb {
  margin-bottom: 12px;
}
.timing__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.timing__title::before {
  display: block;
  color: #D59823;
  content: "●";
}
.timing__sentence {
  line-height: 1.7;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 992px) {
  .timing__lead {
    margin-bottom: 30px;
  }
  .timing__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .timing__heading {
    margin-bottom: 15px;
  }
  .timing__lead {
    margin-bottom: 20px;
  }
  .timing__list {
    display: block;
  }
  .timing__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .timing__title {
    margin-bottom: 5px;
    font-size: 16px;
  }
}

.flow {
  margin-bottom: 80px;
}
.flow__heading {
  margin-bottom: 50px;
}
.flow__list {
  position: relative;
}
.flow__list::before {
  display: block;
  position: absolute;
  left: 61px;
  width: 2px;
  height: 100%;
  background-image: repeating-linear-gradient(180deg, #21bad5, #21bad5 2px, transparent 2px, transparent 4px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 2px 100%;
  content: "";
}
.flow__item {
  display: flex;
  position: relative;
  z-index: 5;
}
.flow__item:not(:last-of-type) {
  margin-bottom: 40px;
}
.flow__day {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 123px;
  height: 170px;
  background: #23BAD5;
  background: linear-gradient(125deg, rgb(35, 186, 213) 0%, rgb(35, 186, 213) 50%, rgb(114, 218, 231) 75%, rgba(143, 223, 237, 0) 100%);
}
.flow__day span {
  color: #fff;
  line-height: 1;
}
.flow__day span:first-of-type {
  margin-bottom: 5px;
  font-size: 17px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.flow__day span:last-of-type {
  font-weight: 500;
  font-size: 70px;
}
.flow__detail {
  flex: 1;
  padding: 25px 33px 0;
  background-color: #fff;
}
.flow__title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d1d1d1;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.1em;
}
.flow__sentence {
  line-height: 1.7;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 992px) {
  .flow__heading {
    margin-bottom: 35px;
  }
  .flow__day {
    height: 210px;
  }
}
@media screen and (max-width: 576px) {
  .flow__heading {
    margin-bottom: 25px;
  }
  .flow__list::before {
    left: 45px;
  }
  .flow__day {
    width: 91px;
    height: auto;
  }
  .flow__day span:first-of-type {
    font-size: 15px;
  }
  .flow__day span:last-of-type {
    font-size: 55px;
  }
  .flow__detail {
    padding: 20px;
  }
  .flow__title {
    margin-bottom: 10px;
    padding-bottom: 7px;
    font-size: 18px;
  }
}

.type {
  padding-bottom: 95px;
}
.type__heading {
  margin-bottom: 45px;
}
.type__lead {
  margin-bottom: 55px;
}
.type__table {
  margin-bottom: 50px;
}
.type__table img {
  width: 100%;
  height: auto;
}
.type__item {
  padding-bottom: 40px;
}
.type__item:not(:last-of-type) {
  margin-bottom: 40px;
  border-bottom: 1px dotted #bfbfbf;
}
.type__title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.type__title h4 {
  color: #237CD3;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
.type__number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 79px;
  height: 79px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #fff;
  color: #237CD3;
}
.type__number span {
  line-height: 1;
}
.type__number span:first-of-type {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.type__number span:last-of-type {
  font-size: 31px;
}
@media screen and (max-width: 992px) {
  .type__heading {
    margin-bottom: 30px;
  }
  .type__lead {
    margin-bottom: 35px;
  }
  .type__table {
    overflow: auto;
  }
  .type__table img {
    min-width: 880px;
  }
}
@media screen and (max-width: 576px) {
  .type {
    padding-bottom: 30px;
  }
  .type__heading {
    margin-bottom: 20px;
  }
  .type__lead {
    margin-bottom: 25px;
  }
  .type__table {
    margin-bottom: 40px;
  }
  .type__item {
    padding-bottom: 30px;
  }
  .type__item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .type__number {
    width: 69px;
    height: 69px;
  }
  .type__number span:last-of-type {
    font-size: 26px;
  }
  .type__title h4 {
    font-size: 20px;
  }
}

.scaff {
  padding-top: 120px;
  padding-bottom: 120px;
}
.scaff__inner {
  display: flex;
}
.scaff__contents {
  width: 425px;
}
.scaff__image {
  flex: 1;
  padding-left: 100px;
}
@media screen and (max-width: 992px) {
  .scaff__inner {
    flex-direction: column-reverse;
  }
  .scaff__image {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .scaff__contents {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .scaff {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}/*# sourceMappingURL=service.css.map */