#key {
  position: relative;
  overflow: hidden;
  color: #fff;
	background-image: url('../img/top/kv_bg_01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

#key:after {
  content: '';
  width: calc(50% - 480px);
  height: 80px;
  background: rgba(179, 212, 229, 0.8);
  opacity: 0.4;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#key .key-ttl1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(50% - 624px);
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  white-space: nowrap;
  letter-spacing: 0.4em;
}

#key .key-ttl1 span {
  display: block;
}

#key .key-ttl1 .r1 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.18em;
  color: #0084C5;
  background: #fff;
  padding: 8px 0;
  margin-left: 16px;
  border-radius: 4px;
}

#key .key-ttl1 .r2 {
  font-size: 24px;
  line-height: 1;
	font-weight: 600;
  margin-left: 24px;
}

#key .key-ttl1 .r3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8;
  border-right: 1px solid;
  padding-right: 10px;
}

#key .key-ttl2 {
  position: absolute;
  left: calc(50% - 624px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 44px 0;
}

#key .key-ttl2 .ttl {
  font-size: 110px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}

#key .key-ttl2 .ttl small {
  display: block;
  font-size: 64px;
  letter-spacing: 0.02em;
}

#key .key-ttl2 .txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

#key .eng-deco {
  font-size: 240px;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.32;
  position: absolute;
  left: 0;
  bottom: -160px;
  z-index: 1;
}

#key .post-box {
  width: 594px;
  position: absolute;
  left: calc(50% - 656px);
  bottom: 48px;
  z-index: 3;
}

#key .post-box .post-box__summary-link {
  display: none;
}

#key .post-box .post-box__content a {
  display: block;
  border-radius: 4px;
  background: linear-gradient(145deg, #61abd0 0%, #2264ac 100%);
  color: #fff;
  padding: 16px 73px 16px 24px;
  position: relative;
}

#key .post-box .post-box__content a:after {
  content: '';
  width: 25px;
  background-image: url("../img/top/icon_arrow2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
}

#key .post-box .post-box__content a span {
  display: block;
}

#key .post-box .post-box__content a:hover {
  opacity: 0.8;
}

#key .post-box .post-box__content .dl {
  display: flex !important;
  align-items: center;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
}

#key .post-box .post-box__content .dl .dt {
  display: flex;
  align-items: center;
}

#key .post-box .post-box__content .dl .dt .new-label {
  display: inline-block;
  font-family: 'Aboreto';
  color: #0084C5;
  background: #fff;
  border-radius: 4px;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1;
  padding: 4px;
  margin-right: 12px;
}

#key .post-box .post-box__content .dl .dd {
  margin-left: 5px;
}

#key .post-box .post-box__content .dl .dd a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 24px;
}

@media screen and (max-width: 1360px) {
  #key .key-ttl1 {
    right: 30px;
  }
  #key .key-ttl2,
  #key .post-box {
    left: 30px;
  }
}

@media screen and (max-width: 1180px) {
  #key .eng-deco {
    font-size: 20vw;
    bottom: -13vw;
  }
}

@media screen and (max-width: 1080px) {
  #key .key-ttl2 {
    padding: 0px 0 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  #key .key-img {
    height: 600px;
  }
  #key .key-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: 100% 50%;
  }
  #key .key-ttl2 .ttl {
    font-size: 100px;
  }
  #key .key-ttl2 .ttl small {
    font-size: 54px;
  }
  #key .key-ttl2 .txt {
    font-size: 15px;
  }
  #key .post-box {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  #key {
		background-image: url('../img/top/kv_bg_01_sp.jpg');
    padding-bottom: 54px;
  }
  #key:after {
    display: none;
  }
  #key .key-ttl1 {
    top: 10.3vw;
    transform: none;
    right: 8.2vw;
    letter-spacing: 0.3em;
  }
  #key .key-ttl1 .r1 {
    font-size: 3.3vw;
    line-height: 4.4vw;
    padding: 1.0vw 0;
    margin-left: 2.8vw;
    border-radius: 0.8vw;
  }
  #key .key-ttl1 .r2 {
    font-size: 4.6vw;
    margin-left: 2.8vw;
  }
  #key .key-ttl1 .r3 {
    font-size: 5.6vw;
    padding-right: 2vw;
  }
  #key .key-ttl2 {
    left: 4.1vw;
    top: auto;
    transform: none;
    bottom: calc(54px + 6.9vw);
    padding: 0;
  }
  #key .key-ttl2 .ttl {
    font-size: 15.4vw;
    margin-bottom: 5.6vw;
  }
  #key .key-ttl2 .ttl small {
    font-size: 9.2vw;
  }
  #key .key-ttl2 .txt {
    font-size: 3.6vw;
    letter-spacing: 0;
  }
  #key .eng-deco {
    display: none;
  }
  #key .post-box {
    width: 100%;
    left: 0;
    bottom: 0px;
  }
  #key .post-box .post-box__content a {
    border-radius: 0px;
    padding: 16px 46px 16px 16px;
  }
  #key .post-box .post-box__content a:after {
    right: 16px;
  }
  #key .post-box .post-box__content a:hover {
    opacity: 1;
  }
  #key .post-box .post-box__content .dl {
    font-size: 14px;
  }
  #key .post-box .post-box__content .dl .dt .new-label {
    font-size: 14px;
  }
  #key .post-box .post-box__content .dl .dd a {
    max-height: 22px;
  }
}

.ttl-common {
  position: relative;
  z-index: 0;
}

.ttl-common:before {
  content: '';
  width: 64px;
  height: 80px;
  background-image: url("../img/top/ttl_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -48px;
  top: 16px;
  z-index: -1;
}

.ttl-common small {
  display: block;
  font-family: 'Aboreto';
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #0084C5;
  margin-bottom: 12px;
}

.ttl-common span {
  display: inline-block;
  background: linear-gradient(145deg, #61abd0 0%, #2264ac 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Noto Serif JP';
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.btn-common a {
  display: table;
  background: linear-gradient(145deg, #61abd0 0%, #2264ac 100%);
  border-radius: 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding: 16px 43px 16px 16px;
  position: relative;
}

.btn-common a:after {
  content: '';
  width: 15px;
  background-image: url("../img/top/icon_arrow1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
}

.btn-common a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .ttl-common:before {
    width: 12.3vw;
    height: 12.3vw;
    background-image: url("../img/top/ttl_deco_sp.png");
    left: -6.2vw;
    top: 7.2vw;
  }
  .ttl-common small {
    font-size: 4.6vw;
    margin-bottom: 3.1vw;
  }
  .ttl-common span {
    font-size: 9.2vw;
    letter-spacing: 0;
  }
}

#concept {
  padding: 64px 0 72px;
  position: relative;
  z-index: 0;
	background-image: url('../img/top/kv_bg_02.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
}

#concept:before {
  content: '';
  width: calc(50% + 174px);
  height: 360px;
  background-image: url("../img/top/concept_before.png");
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
}

#concept:after {
  content: '';
  width: calc(50% - 480px);
  height: 400px;
  background-image: url("../img/top/concept_after.png");
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

#concept .rowflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#concept .col-left {
  max-width: 544px;
  width: 47%;
}

#concept .col-left .ttl-common {
  margin-bottom: 72px;
}

#concept .col-left .txt {
  font-size: 15px;
  margin-bottom: 40px;
}

#concept .col-right {
  max-width: 672px;
  width: calc(50% + 48px);
  margin-right: -48px;
  position: relative;
}

#concept .col-right .catch {
  max-width: 624px;
  width: calc(100% - 48px);
  position: absolute;
  left: 0;
  bottom: 35px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #concept .ttl-common:before {
    width: 96px;
    height: 96px;
    background-image: url("../img/top/concept_deco.png");
    top: 8px;
  }
}

@media screen and (max-width: 980px) {
  #concept .rowflex {
    display: block;
  }
  #concept .col-left {
    max-width: none;
    width: 100%;
    margin-bottom: 50px;
  }
  #concept .col-right {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #concept {
		background-image: url('../img/top/kv_bg_02_sp.jpg');
    padding: 21.5vw 0 12.3vw;
  }
  #concept:before {
    display: none;
  }
  #concept:after {
    width: 91.8vw;
    height: 104.4vw;
    background-image: url("../img/top/concept_deco2_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    top: auto;
    bottom: 0;
  }
  #concept .col-left {
    padding: 0 4.1vw;
    margin-bottom: 12.3vw;
  }
  #concept .col-left .ttl-common {
    margin: 0 -4vw 10.3vw 0;
  }
  #concept .col-left .txt {
    margin-bottom: 8.2vw;
  }
  #concept .col-right {
    max-width: none;
  }
  #concept .col-right .catch {
    width: 100%;
    bottom: 4.1vw;
  }
}

#feature .row-ttl {
  padding: 66px 0 112px;
  position: relative;
  z-index: 0;
}

#feature .row-ttl .container {
  position: relative;
}

#feature .row-ttl .ttl-common img {
  max-width: none !important;
  width: 222px !important;
  margin: -62px 0 -30px 16px;
}

#feature .row-ttl .deco-eng {
  max-width: 1011px;
  position: absolute;
  right: 48px;
  top: -25px;
  z-index: -1;
}

#feature .row-item {
  position: relative;
  z-index: 0;
  padding-bottom: 56px;
  margin-bottom: 56px;
}

#feature .row-item:before {
  content: '';
  width: calc(50% + 528px);
  height: 227px;
  background-image: url("../img/top/pattern2.jpg");
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}

#feature .row-item:after {
  content: '';
  width: calc(50% - 672px);
  background: #B3D4E5;
  opacity: 0.24;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 56px;
  z-index: -1;
}

#feature .row-item .rowflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#feature .row-item .col-img {
  max-width: 671px;
  width: 53%;
  display: flex;
  justify-content: space-between;
  column-gap: 16px;
}

#feature .row-item .col-img .num {
  max-width: 112px;
}

#feature .row-item .col-img .num img {
  display: block;
}

#feature .row-item .col-img .num .num-eng {
  width: 23px !important;
  margin: 48px auto 0;
}

#feature .row-item .col-img .img {
  max-width: 511px;
}

#feature .row-item .col-text {
  max-width: 528px;
  width: 45%;
}

#feature .row-item .col-text .eng-ttl {
  display: flex;
  align-items: center;
  column-gap: 24px;
  margin-bottom: 24px;
}

#feature .row-item .col-text .eng-ttl img {
  display: block;
  max-width: none !important;
  width: 60px !important;
}

#feature .row-item .col-text .eng-ttl span {
  display: block;
  color: #B3D4E5;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0;
}

#feature .row-item .col-text h3 {
  font-size: 30px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 16px;
  background: linear-gradient(145deg, #2264ac 0%, #61abd0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#feature .row-item .col-text .txt {
  margin-bottom: 24px;
}

#feature .row-item .col-text .btn-common a {
  padding: 12px 43px 14px 24px;
}

#feature .row-item.img--right:before {
  left: auto;
  right: 0;
}

#feature .row-item.img--right:after {
  left: auto;
  right: 0;
}

#feature .row-item.img--right .rowflex {
  flex-direction: row-reverse;
}

#feature .row-item.img--right .col-img {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1280px) {
  #feature .row-item .col-img .num .num-eng {
    margin-top: 31px;
  }
  #feature .row-item .col-text h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1180px) {
  #feature .row-item .col-img .num .num-eng {
    width: 22%;
    margin-top: 35%;
  }
  #feature .row-item .col-text h3 {
    font-size: 2.35vw;
  }
  #feature .row-item .col-text .eng-ttl {
    column-gap: 1.6vw;
  }
  #feature .row-item .col-text .eng-ttl img {
    width: 5.5vw !important;
  }
  #feature .row-item .col-text .eng-ttl span {
    font-size: 1vw;
  }
}

@media screen and (max-width: 1080px) {
  #feature .row-ttl .deco-eng {
    right: 0;
  }
}

@media screen and (max-width: 980px) {
  #feature .row-ttl .ttl-common {
    max-width: 672px;
  }
  #feature .row-ttl .ttl-common img {
    display: block;
    margin: 16px 92px 0 auto;
  }
  #feature .row-item:before {
    width: 100%;
  }
  #feature .row-item:after {
    width: 48px;
  }
  #feature .row-item .rowflex {
    display: block;
  }
  #feature .row-item .col-img {
    width: 100%;
    margin: 0 auto 50px;
  }
  #feature .row-item .col-img .num .num-eng {
    width: 23px;
    margin-top: 48px;
  }
  #feature .row-item .col-text {
    width: 100%;
    margin: 0 auto;
  }
  #feature .row-item .col-text .eng-ttl {
    column-gap: 24px;
  }
  #feature .row-item .col-text .eng-ttl img {
    width: 60px !important;
  }
  #feature .row-item .col-text .eng-ttl span {
    font-size: 12px;
  }
  #feature .row-item .col-text h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  #feature .row-ttl {
    padding: 19.7vw 4.1vw 12.3vw;
  }
  #feature .row-ttl .ttl-common:before {
    top: -1.8vw;
  }
  #feature .row-ttl .ttl-common img {
    width: 45.6vw !important;
    margin: 4.1vw 1.5vw 0px auto;
  }
  #feature .row-ttl .ttl-common small {
    margin: 0;
    opacity: 0.32;
    font-size: 7.2vw;
    position: absolute;
    left: 0.5vw;
    bottom: 2.8vw;
  }
  #feature .row-ttl .ttl-common span {
    font-size: 6.2vw;
  }
  #feature .row-ttl .deco-eng {
    max-width: 86vw;
    right: auto;
    left: -3vw;
    top: -17vw;
  }
  #feature .row-item {
    padding-bottom: 6.2vw;
    margin-bottom: 12.3vw;
  }
  #feature .row-item:before {
    width: 79.0vw;
    height: 34.4vw;
  }
  #feature .row-item:after {
    width: 13.3vw;
    top: 14.4vw;
  }
  #feature .row-item .col-img {
    max-width: none;
    column-gap: 3.1vw;
    margin-bottom: 10.3vw;
  }
  #feature .row-item .col-img .num {
    max-width: 10.3vw;
    margin-left: -1.0vw;
  }
  #feature .row-item .col-img .num .num-eng {
    width: 3.8vw !important;
    margin-top: 12.3vw;
  }
  #feature .row-item .col-img .img {
    max-width: 79.5vw;
  }
  #feature .row-item .col-text {
    max-width: none;
    padding: 0 4.1vw;
  }
  #feature .row-item .col-text .eng-ttl {
    column-gap: 3.1vw;
    margin-bottom: 6.2vw;
  }
  #feature .row-item .col-text .eng-ttl img {
    width: 6.2vw !important;
  }
  #feature .row-item .col-text .eng-ttl span {
    font-size: 2.6vw;
  }
  #feature .row-item .col-text h3 {
    font-size: 6.2vw;
    margin-bottom: 4.1vw;
  }
  #feature .row-item .col-text .txt {
    font-size: 3.8vw;
    margin-bottom: 6.2vw;
  }
}

#treatment {
  padding: 100px 0 24px;
  position: relative;
  z-index: 0;
}

#treatment:before {
  content: '';
  width: calc(50% - 464px);
  background: #DCEEF7;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#treatment:after {
  content: '';
  width: calc(50% - 464px);
  background: #B3D4E5;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#treatment .container {
  position: relative;
  z-index: 0;
}

#treatment .container:before {
  content: '';
  width: 555px;
  height: 761px;
  background-image: url("../img/top/treatment_deco2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: calc(50% - 720px);
  top: -76px;
  z-index: -1;
}

#treatment .ttl-common {
  margin-bottom: 80px;
  z-index: 1;
}

#treatment .deco-eng {
  max-width: 1180px;
  position: absolute;
  top: -15px;
  right: 48px;
  z-index: 0;
}

#treatment .row {
  padding: 8px;
  margin-bottom: 32px;
  background-image: url("../img/top/treatment_box_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: flex;
  justify-content: space-between;
}

#treatment .row .img {
  position: relative;
  max-width: 554px;
  width: 45%;
}

#treatment .row .img .object-cover {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50%;
}

#treatment .row .img span {
  display: block;
  width: 169px;
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 1;
}

#treatment .row .col-text {
  max-width: 606px;
  width: 52%;
  padding: 20px 8px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#treatment .row .col-text h3 {
  margin-bottom: 24px;
}

#treatment .row .col-text h3 small {
  display: table;
  background: #61ABD0;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding: 5px 8px;
  margin-bottom: 12px;
}

#treatment .row .col-text h3 small.cl2 {
  background: #8AC7E7;
}

#treatment .row .col-text h3 small.cl3 {
  background: #2E74B6;
}

#treatment .row .col-text h3 .eng {
  display: table;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(145deg, #61abd0 0%, #2264ac 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}

#treatment .row .col-text h3 .jp {
  display: table;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #0084C5;
}

#treatment .row .col-text .txt {
  max-width: 510px;
  line-height: 1.8;
  margin-bottom: 24px;
}

#treatment .row .col-text .btn-common a {
  padding-left: 24px;
}

@media screen and (max-width: 1180px) {
  #treatment .row .col-text h3 .eng {
    font-size: 44px;
  }
}

@media screen and (max-width: 1080px) {
  #treatment:after, #treatment:before {
    width: 80px;
  }
  #treatment .row .col-text h3 .eng {
    font-size: 39px;
  }
  #treatment .row .col-text .txt {
    font-size: 15px;
  }
}

@media screen and (max-width: 980px) {
  #treatment .container:before {
    right: -130px;
  }
  #treatment .deco-eng {
    right: 0;
  }
  #treatment .row .col-text h3 small {
    font-size: 12px;
  }
  #treatment .row .col-text h3 .eng {
    font-size: 30px;
  }
  #treatment .row .col-text h3 .jp {
    font-size: 18px;
  }
  #treatment .row .col-text .txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #treatment {
    padding: 12.3vw 0 6.2vw;
  }
  #treatment:before {
    width: 21.0vw;
  }
  #treatment:after {
    width: 13.3vw;
  }
  #treatment .container:before {
    display: none;
  }
  #treatment .ttl-common {
    margin: 0 0 12.3vw 4.1vw;
  }
  #treatment .deco-eng {
    max-width: none;
    top: -9vw;
    right: -10vw;
    left: -11vw;
  }
  #treatment .row {
    padding: 2.1vw;
    margin-bottom: 6.2vw;
    background-image: url("../img/top/treatment_box_bg_sp.jpg");
    display: block;
  }
  #treatment .row .img {
    max-width: none;
    width: 100%;
  }
  #treatment .row .img .object-cover {
    height: auto !important;
  }
  #treatment .row .img span {
    width: 24.6vw;
    left: 2.1vw;
    bottom: 2.1vw;
  }
  #treatment .row .col-text {
    max-width: none;
    width: 100%;
    padding: 8.2vw 2.1vw;
    display: block;
  }
  #treatment .row .col-text h3 {
    margin-bottom: 6.2vw;
  }
  #treatment .row .col-text h3 small {
    border-radius: 1.0vw;
    font-size: 3.6vw;
    padding: 5px 2.1vw;
    margin-bottom: 3.1vw;
  }
  #treatment .row .col-text h3 .eng {
    font-size: 10.3vw;
    margin-bottom: 3.1vw;
  }
  #treatment .row .col-text h3 .jp {
    font-size: 5.6vw;
  }
  #treatment .row .col-text .txt {
    max-width: none;
    margin-bottom: 6.2vw;
    font-size: 16px;
  }
}

#greeting {
  position: relative;
  z-index: 0;
}

#greeting:before {
  content: '';
  width: calc(50% - 360px);
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 112px;
  z-index: -1;
}

#greeting:after {
  content: '';
  width: calc(50% + 646px);
  height: 362px;
  background-image: url("../img/top/greeting_bg_deco.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
}

#greeting .container {
  position: relative;
  z-index: 0;
}

#greeting .deco-eng {
  max-width: 1191px;
  position: absolute;
  right: 48px;
  top: 142px;
  z-index: -1;
}

#greeting .rowflex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 178px 0 112px;
  position: relative;
}

#greeting .rowflex:after {
  content: '';
  width: 64px;
  height: 64px;
  background: #0084C5;
  opacity: 0.24;
  position: absolute;
  bottom: 0;
  left: 232px;
}

#greeting .col-left {
  max-width: 544px;
  width: 48%;
}

#greeting .col-left .ttl-common {
  margin-bottom: 80px;
}

#greeting .col-left h3 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}

#greeting .col-left h3 span {
  display: block;
  font-size: 32px;
  letter-spacing: 0.12em;
  margin-top: 14px;
}

#greeting .col-left h3 small {
  display: block;
  font-size: 18px;
  letter-spacing: 0.08em;
  margin-top: 14px;
}

#greeting .col-left .txt {
  margin-bottom: 40px;
}

#greeting .col-right {
  max-width: 597px;
  width: 50%;
  position: relative;
}

#greeting .col-right .img1 {
  width: 71.763%;
}

#greeting .col-right .img2 {
  width: 39.382%;
  position: absolute;
  right: 0;
  top: 8%;
  z-index: 1;
}

#greeting .col-right .img3 {
  width: 22.637%;
  position: absolute;
  right: 0;
  top: 59.86%;
  z-index: 1;
}

@media screen and (max-width: 980px) {
  #greeting .deco-eng {
    right: 0;
  }
  #greeting .rowflex {
    display: block;
  }
  #greeting .col-left {
    max-width: none;
    width: 100%;
    margin-bottom: 50px;
  }
  #greeting .col-right {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #greeting:before {
    width: 86.7vw;
    top: 0;
    z-index: -2;
  }
  #greeting:after {
    width: 81.0vw;
    height: 82.3vw;
    background-position: 13%;
    z-index: -1;
  }
  #greeting .deco-eng {
    max-width: none;
    right: -3vw;
    left: 3vw;
    top: 4vw;
  }
  #greeting .rowflex {
    padding: 12.3vw 0;
  }
  #greeting .rowflex:after {
    width: 8.2vw;
    height: 8.2vw;
    left: 10.8vw;
  }
  #greeting .col-left {
    margin-bottom: 12.3vw;
    padding: 0 4.1vw;
  }
  #greeting .col-left .ttl-common {
    margin-bottom: 13.1vw;
  }
  #greeting .col-left h3 {
    font-size: 4.6vw;
    margin-bottom: 10.3vw;
  }
  #greeting .col-left h3 span {
    font-size: 8.2vw;
    margin-top: 3.6vw;
  }
  #greeting .col-left h3 small {
    font-size: 4.6vw;
    margin-top: 3.6vw;
  }
  #greeting .col-left .txt {
    margin-bottom: 10.3vw;
  }
  #greeting .col-right .img1 {
    width: 65.9vw;
  }
  #greeting .col-right .img2 {
    width: 36.2vw;
    top: 7.4vw;
  }
  #greeting .col-right .img3 {
    width: 20.8vw;
    top: 53.6vw;
  }
}

#faq {
  padding: 66px 0 80px;
  position: relative;
  z-index: 0;
}

#faq .container {
  position: relative;
}

#faq .deco-eng {
  max-width: 446px;
  position: absolute;
  right: 48px;
  top: -40px;
  z-index: -1;
}

#faq .ttl-common {
  margin-bottom: 64px;
}

#faq .blk .accordion {
	background: #fff;
  padding: 40px;
  margin-bottom: 32px;
}

#faq .blk .accordion span {
  display: block;
}

#faq .blk .accordion .eng {
  width: 48px;
}

#faq .blk .accordion .accordion-control {
  cursor: pointer;
  padding: 0 0 24px;
  position: relative;
  color: #0084C5;
  font-family: 'Noto Serif JP';
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  column-gap: 32px;
  border-bottom: 1px solid #B3D4E5;
}

#faq .blk .accordion .accordion-control:after {
  content: '';
  width: 32px;
  height: 32px;
  background-image: url("../img/top/icon_plus.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 8px;
  transition: 0.3s all ease;
}

#faq .blk .accordion .accordion-control .jp {
  width: calc(100% - 80px);
}

#faq .blk .accordion .accordion-control.open:after {
  transform: rotate(45deg);
}

#faq .blk .accordion .accordion-panel {
  padding: 24px 0 0;
  position: relative;
  display: none;
  line-height: 1.6;
}

#faq .blk .accordion .accordion-panel .df {
  max-width: 1112px;
  display: flex;
  align-items: flex-start;
  column-gap: 32px;
}

#faq .blk .accordion .accordion-panel .jp {
  width: calc(100% - 80px);
}

@media screen and (min-width: 768px){
	#faq .blk .accordion .accordion-control{
		transition: 0.3s all ease;
	}
	#faq .blk .accordion .accordion-control:hover{
		opacity: 0.8;
	}
}

@media screen and (max-width: 980px) {
  #faq .blk .accordion {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  #faq {
    padding: 12.3vw 0 4.1vw;
  }
  #faq .container {
    position: relative;
  }
  #faq .deco-eng {
    max-width: 37.9vw;
    right: 0;
    top: -8vw;
  }
  #faq .ttl-common {
    margin: 0 0 12.3vw 4.1vw;
  }
  #faq .blk .accordion {
    padding: 4.1vw;
    margin-bottom: 8.2vw;
  }
  #faq .blk .accordion .eng {
    width: 48px;
  }
  #faq .blk .accordion .jp {
    padding-right: 24px;
  }
  #faq .blk .accordion .accordion-control {
    padding: 0 0 24px;
    font-size: 18px;
    column-gap: 12px;
  }
  #faq .blk .accordion .accordion-control:after {
    width: 16px;
    height: 16px;
    top: 16px;
  }
  #faq .blk .accordion .accordion-control .jp {
    width: calc(100% - 60px);
  }
  #faq .blk .accordion .accordion-panel {
    padding: 16px 0 0;
    font-size: 15px;
  }
  #faq .blk .accordion .accordion-panel .df {
    max-width: none;
    column-gap: 12px;
  }
  #faq .blk .accordion .accordion-panel .jp {
    width: calc(100% - 60px);
  }
}

#gallery {
  padding: 66px 0 120px;
}

#gallery .container {
  position: relative;
  z-index: 0;
}

#gallery .deco-eng {
  max-width: 971px;
  position: absolute;
  right: 48px;
  top: -32px;
  z-index: -1;
}

#gallery .ttl-common {
  margin-bottom: 80px;
}

#gallery .gallery-slider {
  line-height: 0;
}

#gallery .gallery-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

#gallery .gallery-slider .slick-dots li {
  width: 16px;
  height: 16px;
  line-height: 0;
  margin: 0 12px;
}

#gallery .gallery-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #B3D4E5;
  font-size: 0;
  border: none;
  cursor: pointer;
}

#gallery .gallery-slider .slick-dots li.slick-active button {
  background: #0084C5;
}

#gallery .gallery-slider .slick-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  bottom: -8px;
  z-index: 1;
  transition: 0.3s all ease;
}

#gallery .gallery-slider .slick-arrow:hover {
  opacity: 0.8;
}

#gallery .gallery-slider .slick-prev {
  background-image: url("../img/top/prev.png");
  left: calc(50% - 172px);
}

#gallery .gallery-slider .slick-next {
  background-image: url("../img/top/next.png");
  right: calc(50% - 172px);
}

#gallery .gallery-slider .slick-slide {
  margin: 0 10px;
}

#gallery .gallery-slider .img p {
  position: relative;
}

#gallery .gallery-slider .img p span {
  display: block;
  color: #fff;
  font-family: 'Noto Serif JP';
  font-size: 18px;
  line-height: 1.2;
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 1;
  background: #0084C5;
  padding: 2px 5px 5px 5px;
}

#gallery .gallery-slider .img p span.left {
  right: auto;
  left: 12px;
}

#gallery .gallery-slider .img p + p {
  margin-top: 20px;
}

@media screen and (max-width: 980px) {
  #gallery .deco-eng {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  #gallery {
    padding: 12.3vw 0 14.4vw;
  }
  #gallery .deco-eng {
    max-width: 83.1vw;
    right: 1vw;
    top: -9vw;
  }
  #gallery .ttl-common {
    margin: 0 0 12.3vw 4.1vw;
  }
  #gallery .gallery-slider .slick-dots {
    margin-top: 40px;
  }
  #gallery .gallery-slider .slick-dots li {
    margin: 0 9px;
  }
  #gallery .gallery-slider .slick-arrow:hover {
    opacity: 1;
  }
  #gallery .gallery-slider .slick-prev {
    left: calc(50% - 149px);
  }
  #gallery .gallery-slider .slick-next {
    right: calc(50% - 149px);
  }
  #gallery .gallery-slider .slick-slide {
    margin: 0 7px;
  }
  #gallery .gallery-slider .img p {
    position: relative;
  }
  #gallery .gallery-slider .img p span {
    font-size: 16px;
    bottom: 8px;
    right: 8px;
  }
  #gallery .gallery-slider .img p span.left {
    right: auto;
    left: 8px;
  }
  #gallery .gallery-slider .img p + p {
    margin-top: 13px;
  }
}

#information {
  padding: 0 0 124px;
  position: relative;
  z-index: 0;
}

#information:before {
  content: '';
  width: calc(50% + 174px);
  background-image: url("../img/top/pattern2.jpg");
  position: absolute;
  left: 0;
  top: 0;
  bottom: 190px;
  z-index: -2;
}

#information:after {
  content: '';
  width: calc(50% - 480px);
  height: 399px;
  background: rgba(179, 212, 229, 0.8);
  opacity: 0.4;
  position: absolute;
  left: 0;
  bottom: 190px;
  z-index: -1;
}

#information .container {
  position: relative;
  z-index: 0;
  padding-top: 66px;
}

#information .container:before {
  content: '';
  width: 120px;
  height: 120px;
  background: rgba(0, 132, 197, 0.16);
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: calc(50% + 54px);
  z-index: -1;
}

#information .deco-eng {
  max-width: 878px;
  position: absolute;
  right: 48px;
  top: 22px;
  z-index: -1;
}

#information .ttl-common {
  margin-bottom: 64px;
}

#information .rowflex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#information .col-left {
  max-width: 600px;
  width: 49%;
  padding: 32px;
  background: #fff;
}

#information .col-left .gmap {
  height: 488px;
  position: relative;
  margin-bottom: 24px;
}

#information .col-left .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#information .col-left ul {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 23px;
}

#information .col-left ul .link a {
  text-decoration: underline;
  color: #2B2B2B;
}

#information .col-left ul .link a:hover {
  text-decoration: none;
}

#information .col-left ul .link a:hover img {
  opacity: 1 !important;
}

#information .col-left ul .link img {
  width: 16px !important;
  margin: -2px 0 0 8px;
}

#information .col-right {
  max-width: 584px;
  width: 49%;
  margin-top: 32px;
}

#information .col-right .info-logo {
  max-width: 364px;
  margin-bottom: 40px;
}

#information .col-right ul {
  margin-bottom: 32px;
}

#information .col-right ul li {
  line-height: 32px;
  padding-left: 48px;
  position: relative;
}

#information .col-right ul li img {
  max-width: none !important;
  width: 32px !important;
  position: absolute;
  left: 0;
  top: 0;
}

#information .col-right ul li + li {
  margin-top: 12px;
}

#information .col-right table {
  width: 100%;
  border-top: 1px solid #A0CEE6;
  border-bottom: 1px solid #A0CEE6;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
}

#information .col-right table th {
  width: 32%;
  padding: 16px 0;
  text-align: center;
  font-family: 'Noto Serif JP';
  font-weight: 500;
  padding-right: 30px;
}

#information .col-right table td {
  padding: 16px 0;
  text-align: center;
}

#information .col-right table thead th {
  color: #0084C5;
}

#information .col-right table tbody tr {
  border-top: 1px solid #A0CEE6;
}

#information .col-right table tbody th {
  color: #3B3B3B;
}

#information .col-right table tbody td {
  color: #8AC7E7;
}

#information .col-right .vcard {
  font-size: 14px;
  line-height: 1.6;
  padding-left: 24px;
  margin-bottom: 36px;
}

#information .col-right .vcard dl {
  width: 100%;
  display: table;
}

#information .col-right .vcard dl dt {
  width: 66px;
  display: table-cell;
  color: #0084C5;
}

#information .col-right .vcard dl dd {
  display: table-cell;
}

#information .col-right .btn {
  max-width: 397px;
}

@media screen and (max-width: 1180px) {
  #information .col-left {
    padding: 16px;
  }
  #information .col-right {
    margin-top: 16px;
  }
}

@media screen and (max-width: 1080px) {
  #information:after {
    width: 48px;
  }
  #information .col-left ul {
    display: block;
  }
  #information .col-left ul .link {
    text-align: right;
  }
  #information .col-right table th {
    padding-right: 0;
  }
  #information .col-right .vcard {
    padding-left: 16px;
  }
}

@media screen and (max-width: 980px) {
  #information:before, #information:after {
    bottom: 50px;
  }
  #information .deco-eng {
    right: 0;
  }
  #information .rowflex {
    display: block;
  }
  #information .col-left {
    padding: 32px;
    max-width: none;
    width: 100%;
  }
  #information .col-left ul {
    display: flex;
  }
  #information .col-right {
    margin-top: 48px;
    width: 100%;
  }
  #information .col-right table th {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  #information {
    padding: 0 0 12.3vw;
  }
  #information:before {
    width: 100vw;
    height: 92.3vw;
    bottom: auto;
  }
  #information:after {
    width: 43.3vw;
    height: 48.5vw;
    top: 43.8vw;
    bottom: auto;
  }
  #information .container {
    padding-top: 12.3vw;
  }
  #information .container:before {
    width: 14.4vw;
    height: 14.4vw;
    left: auto;
    right: 0;
  }
  #information .deco-eng {
    max-width: 75.1vw;
    right: 1vw;
    top: 3vw;
  }
  #information .ttl-common {
    margin: 0 0 12vw 4.1vw;
  }
  #information .col-left {
    padding: 4.1vw;
  }
  #information .col-left .gmap {
    height: 83.6vw;
    margin-bottom: 4.1vw;
  }
  #information .col-left ul {
    display: block;
    font-size: 14px;
  }
  #information .col-left ul .link {
    text-align: left;
    margin-top: 4px;
  }
  #information .col-right {
    margin-top: 10.3vw;
    padding: 0 4.1vw;
  }
  #information .col-right .info-logo {
    max-width: none;
    margin-bottom: 11.3vw;
  }
  #information .col-right ul {
    margin-bottom: 8.2vw;
  }
  #information .col-right ul li {
    font-size: 4.1vw;
    line-height: 328.2vwpx;
    padding-left: 12.3vw;
  }
  #information .col-right ul li img {
    width: 8.2vw !important;
  }
  #information .col-right ul li + li {
    margin-top: 3.1vw;
  }
  #information .col-right table {
    font-size: 15px;
    margin-bottom: 4.1vw;
  }
  #information .col-right table th {
    width: 36%;
    padding: 12px 0;
    font-size: 16px;
    padding-right: 0px;
  }
  #information .col-right table td {
    padding: 12px 0;
  }
  #information .col-right table tbody th {
    text-align: right;
    padding-right: 3%;
  }
  #information .col-right .vcard {
    padding-left: 0px;
    margin-bottom: 8.2vw;
  }
  #information .col-right .btn {
    max-width: none;
  }
}

@media screen and (max-width: 370px) {
  #information .col-right table {
    font-size: 13px;
  }
  #information .col-right table th {
    font-size: 14px;
  }
}
