@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
main .images,
main .image {
  position: relative;
}

.swipeArea {
  overflow-x: auto;
}

.swipeArea img {
  min-width: 710px;
}

.click-btn {
  max-width: 320px;
  margin: 20px auto 40px;
  text-align: center;
  clear: both;
}

.click-btn a {
  position: relative;
}

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

.modal-wrapper {
  z-index: 9999;
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8rem 10px;
  text-align: center;
  background: #fff !important;
}

/*.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
  background: #fff !important;
}*/
.modal-wrapper::after {
  display: inline-block;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}

.modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 94%;
  max-width: 100%;
  padding: 0;
  border-radius: 2px;
  vertical-align: middle;
}

.modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
}

.modal-window .modal-content .swipe-img img {
  width: 560px !important;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.8) !important;
}

.modal-overlay:hover {
  opacity: 1 !important;
}

.modal-close {
  z-index: 20;
  position: absolute !important;
  top: -35px;
  left: 0;
  width: 36px;
  color: #fff !important;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  padding: 0;
}

.modal-close:hover {
  color: #ccc !important;
}

.lower .page-header {
  position: relative;
}

.lower .page-header .title {
  position: absolute;
  top: 50%;
  left: 7%;
  font-size: 4.3rem;
  color: #fff;
  z-index: 2;
  transform: translateY(-50%);
  letter-spacing: -1em;
  opacity: 0;
  transition: letter-spacing 1.5s,opacity 1.5s;
}

.lower .page-header .title .num {
  display: inline-block;
  font-size: 65%;
  vertical-align: top;
  margin-right: 1.5rem;
  transform: translateY(0.5rem);
}

.lower .page-header .images {
  position: relative;
  overflow: hidden;
}

.lower .page-header .images img {
  filter: blur(15px);
  transform: scale(1.03);
  transition: transform 1s,filter 1s;
}

.lower .page-header .waku {
  position: absolute;
  top: 55%;
  left: 5%;
  width: 90%;
  pointer-events: none;
  transform: translateY(-50%);
  mask-image: url(../images/top/mask.png);
  mask-size: 350% 100%;
  mask-position: 230% 0%;
  mask-position: 0% 0%;
  transition: mask-position 1.5s 2s;
}

.lower .page-header.on .images img {
  filter: blur(0px);
  transform: scale(1);
}

.lower .page-header.on .waku {
  mask-position: 90% 0%;
}

.lower .page-header.on .title {
  letter-spacing: .2em;
  opacity: 1;
}

.lower .page-contents {
  padding-top: 13rem;
}

.lower .page-leads {
  text-align: center;
  padding-bottom: 8.3rem;
}

.lower .page-leads .en {
  font-size: 3rem;
  line-height: 1.2;
  padding-bottom: 2.5rem;
}

.lower .page-leads .ja {
  font-size: 4rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .lower .page-header .title {
    text-align: center;
    width: 84%;
    font-size: 4.3rem;
  }
  .lower .page-header .title .num {
    display: block;
    font-size: 65%;
    padding-bottom: .5rem;
  }
  .lower .page-contents {
    padding-top: 8rem;
  }
  .lower .page-leads {
    text-align: left;
    width: 84%;
    padding-bottom: 6.5rem;
  }
  .lower .page-leads .en {
    padding-bottom: 2.5rem;
  }
}

/*----------------
map
----------------*/
#map .footer-banner-area {
  background-color: #fff;
}

#map .l-main {
  background: url(../images/map/bg.jpg) repeat;
  background-size: 100% auto;
  padding: 11.7rem 0 24rem;
  text-align: center;
}

#map .l-main .title {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: normal;
  padding-bottom: 1.6rem;
}

#map .l-main .ja {
  font-size: 1.6rem;
  line-height: 1.2;
  padding-bottom: 3rem;
}

#map .l-main .map-img {
  padding-bottom: 2.8rem;
}

#map .l-main .gmap-link {
  margin: 0 auto;
  width: 90%;
  max-width: 24rem;
  line-height: 1;
}

#map .l-main .gmap-link a {
  display: block;
  padding: 1.5rem .5rem;
  color: #fff;
  font-size: 1.1rem;
  background: linear-gradient(0deg, #796333, #F2CD7B);
}

#map .intro {
  max-width: 80rem;
}

@media (max-width: 768px) {
  #map .l-main {
    padding: 6rem 0 6rem;
  }
  #map .l-main .title {
    font-size: 3.6rem;
    line-height: 1.2;
    font-weight: normal;
    padding-bottom: 1.6rem;
  }
  #map .l-main .ja {
    font-size: 1.6rem;
    line-height: 1.2;
    padding-bottom: 3rem;
  }
  #map .l-main .map-img {
    padding-bottom: 2.8rem;
  }
  #map .l-main .gmap-link {
    margin: 0 auto;
    width: 90%;
    max-width: 24rem;
    line-height: 1;
  }
  #map .l-main .gmap-link a {
    display: block;
    padding: 1.5rem .5rem;
    color: #fff;
    font-size: 1.1rem;
    background: linear-gradient(0deg, #796333, #F2CD7B);
  }
}

/*----------------
access
----------------*/
#access #contents {
  overflow: visible;
}

#access .sections .header {
  text-align: center;
  padding-bottom: 12rem;
}

#access .sections .header .title {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: normal;
  padding-bottom: 3rem;
}

#access .sections .header .title img {
  display: block;
  margin: 0 auto;
  padding-bottom: 1rem;
  width: auto;
  height: 4rem;
  box-sizing: content-box;
}

#access .sections .header .lead {
  font-size: 2.2rem;
  line-height: 1.6;
  padding-bottom: 4rem;
}

#access .sections .header .text {
  font-size: 1.6rem;
  line-height: 2;
}

#access .sections .header .button {
  margin: 5.5rem auto 0;
  max-width: 44rem;
  padding: 5.5rem 3rem;
  display: flex;
  justify-content: center;
  align-items: bottom;
  border: 1px solid #000;
  border-radius: 9rem;
}

#access .sections .header .button .txt01 {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.3;
}

#access .sections .header .button .txt01 .mini-sup {
  position: absolute;
  top: 1.9rem;
  left: .9rem;
  font-size: 50%;
}

#access .sections .header .button .num {
  font-size: 300%;
}

#access .sections .header .button .mini {
  font-size: 80%;
}

#access .sections .sticky-box {
  position: relative;
  align-items: self-start;
}

#access .sections .sticky-box > .images {
  position: sticky;
  top: 0;
}

#access .sections .box {
  display: flex;
  justify-content: space-between;
}

#access .sections .box > .images {
  width: 48%;
}

#access .sections .box > .text-content {
  width: 48%;
}

#access .sections .lists {
  color: #fff;
}

#access .sections .lists li {
  position: relative;
}

#access .sections .lists .images {
  position: relative;
}

#access .sections .lists .images::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 100%);
}

#access .sections .lists .images .caption {
  bottom: auto;
  top: 0;
}

#access .sections .lists .txt-box {
  position: absolute;
  bottom: 2rem;
  left: 5%;
  width: 90%;
}

#access .sections .text-content .annotation {
  padding-top: 1rem;
  font-size: 1.1rem;
  text-align: right;
}

#access .section01 {
  padding-bottom: 12rem;
}

#access .section01 .sticky-box > .images {
  order: 2;
  width: 62%;
}

#access .section01 .sticky-box > .text-content {
  order: 0;
  width: 35%;
}

#access .section01 .sticky-box .texts {
  display: flex;
  align-items: flex-start;
  justify-content: left;
}

#access .section01 .sticky-box .left {
  padding-right: 2rem;
}

#access .section01 .sticky-box .txt01 {
  font-size: 3.4rem;
  line-height: 1.5;
}

#access .section01 .sticky-box .txt02 {
  font-size: 2.5rem;
  line-height: 1.3;
}

#access .section01 .sticky-box .txt02 .mini {
  font-size: 1.1rem;
  display: block;
  padding-top: 10px;
}

#access .section01 .sticky-box .right {
  font-size: 2.6rem;
}

#access .section01 .sticky-box .right .num {
  font-size: 350%;
}

#access .section01 .sticky-box .txt03 {
  font-size: 1rem;
  line-height: 1.5;
}

#access .section01 .annotation02 {
  padding-top: 30px;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: left;
}

#access .section02 .inner {
  background: url(../images/access/bg.jpg);
  background-size: cover;
  padding: 7.5rem 0 12rem;
}

#access .section02 .box {
  align-items: center;
  max-width: 89rem;
}

#access .section02 .box > .texts {
  width: 44%;
}

#access .section02 .texts dt {
  margin-bottom: 3rem;
  padding: .1rem 2.2rem;
  border-left: .7rem solid #2B2C33;
  font-size: 2.2rem;
  line-height: 1.3;
}

#access .section02 .texts dd {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.6rem;
}

#access .section02 .texts dd .left {
  width: 70%;
}

#access .section02 .texts dd .sup {
  font-size: 1.5rem;
  line-height: 1.4;
}

#access .section02 .texts dd .text {
  font-size: 2.2rem;
  line-height: 1.3;
}

#access .section02 .texts dd .right {
  font-size: 2.2rem;
  line-height: 1.3;
}

#access .section02 .texts dd .right .num {
  font-size: 250%;
}

#access .section03 {
  padding-bottom: 12rem;
}

#access .section03 .header {
  padding-top: 8rem;
}

#access .section03 .box .text-content {
  width: 36%;
}

#access .section03 .sub-title {
  font-size: 2.2rem;
  padding-bottom: 1.5rem;
}

#access .section03 .txt01 {
  font-size: 6.1rem;
  line-height: 1.2;
}

#access .section03 .txt01.gothic {
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
}

#access .section03 .txt02 {
  font-size: 1.1rem;
  line-height: 1.3;
}

#access .section03 .txt03 {
  font-size: 2.2rem;
  line-height: 1.4;
}

#access .section03 .txt03 .num {
  font-size: 180%;
}

#access .section03 .txt03 .mini {
  font-size: 80%;
}

#access .section03 .lists {
  padding-bottom: 0rem;
}

#access .section03 .annotation {
  padding-bottom: 3.5rem;
}

#access .section03 .text-lists li {
  color: #2B2C33;
  margin-bottom: 3rem;
  border-left: 1.7rem solid #A2C790;
  padding: 1.5rem 4rem;
  box-shadow: 0px 0px 8px #ccc;
}

#access .section03 .text01 {
  font-size: 1.5rem;
  line-height: 1.8;
}

#access .section03 .text01 .big {
  font-size: 170%;
}

#access .section03 .text02 {
  font-size: 1.4rem;
  line-height: 1.4;
}

#access .section03 .text02 .big {
  font-size: 190%;
}

#access .section03 .text02 .num {
  font-size: 150%;
}

#access .section03 .box .caption {
  bottom: -5%;
  background: none;
  color: #000;
}

@media (max-width: 768px) {
  #access .wrap {
    width: 84%;
  }
  #access .sections .header {
    text-align: left;
    padding-bottom: 6rem;
  }
  #access .sections .header .title {
    font-size: 2.4rem;
    padding-bottom: 2.2rem;
  }
  #access .sections .header .title img {
    display: inline-block;
    margin-right: 1rem;
    padding-bottom: 0rem;
  }
  #access .sections .header .lead {
    font-size: 2.2rem;
    line-height: 1.6;
    padding-bottom: 4.5rem;
  }
  #access .sections .header .text br {
    display: none;
  }
  #access .sections .header .button {
    margin: 2.5rem auto 0;
    padding: 1.5rem 3rem 3.7rem;
  }
  #access .sections .header .button .txt01 {
    font-size: 2.1rem;
  }
  #access .sections .header .button .num {
    font-size: 300%;
  }
  #access .sections .header .button .mini {
    position: absolute;
    top: 100%;
    right: 0;
    font-size: 80%;
  }
  #access .sections .sticky-box > .images {
    position: relative;
  }
  #access .sections .box {
    display: block;
    justify-content: space-between;
  }
  #access .sections .box > .images {
    width: auto;
  }
  #access .sections .box > .text-content {
    width: auto;
  }
  #access .section01 {
    padding-bottom: 6rem;
  }
  #access .section01 .sticky-box > .images {
    width: auto;
  }
  #access .section01 .sticky-box > .text-content {
    width: auto;
  }
  #access .section01 .sticky-box .left {
    padding-right: 1rem;
  }
  #access .section01 .sticky-box .txt01 {
    font-size: 2.6rem;
    line-height: 1.5;
  }
  #access .section01 .sticky-box .txt02 {
    font-size: 2rem;
    line-height: 1.3;
  }
  #access .section01 .sticky-box .right {
    font-size: 1.9rem;
  }
  #access .section01 .sticky-box .right .num {
    font-size: 300%;
  }
  #access .section02 .inner {
    background-image: url(../images/access/bg-sp.jpg);
    padding: 6rem 0 6rem;
  }
  #access .section02 .box > .texts {
    width: auto;
    padding-bottom: 2.3rem;
  }
  #access .section02 .texts dt {
    padding: .1rem 1.3rem;
    border-left: .7rem solid #2B2C33;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  #access .section02 .texts dd {
    padding-bottom: 1.2rem;
  }
  #access .section02 .texts dd .left {
    width: 64%;
  }
  #access .section02 .texts dd .sup {
    font-size: 1.5rem;
  }
  #access .section02 .texts dd .text {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  #access .section02 .texts dd .right {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  #access .section02 .texts dd .right .num {
    font-size: 250%;
  }
  #access .section03 {
    padding-bottom: 3rem;
  }
  #access .section03 .header {
    padding-top: 5.2rem;
  }
  #access .section03 .box .text-content {
    width: auto;
  }
  #access .section03 .text-content {
    padding-top: 2rem;
  }
  #access .section03 .sub-title {
    font-size: 2.2rem;
    padding-bottom: 1.9rem;
  }
  #access .section03 .txt01 {
    font-size: 5rem;
  }
  #access .section03 .txt02 {
    font-size: .9rem;
  }
  #access .section03 .txt03 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  #access .section03 .txt03 .num {
    font-size: 220%;
  }
  #access .section03 .txt03 .mini {
    font-size: 70%;
  }
  #access .section03 .lists {
    padding-bottom: 0rem;
  }
  #access .section03 .annotation {
    padding-bottom: 3.5rem;
  }
  #access .section03 .text-lists li {
    margin-bottom: 3rem;
    border-left: 1.4rem solid #A2C790;
    padding: 1.5rem 2rem;
  }
  #access .section03 .text01 {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  #access .section03 .text01 .big {
    font-size: 100%;
  }
  #access .section03 .text01 br {
    display: none;
  }
  #access .section03 .text02 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #access .section03 .text02 .big {
    font-size: 190%;
  }
  #access .section03 .text02 .num {
    font-size: 150%;
  }
  #access .section03 .box .caption {
    bottom: 10%;
    padding: 1.4rem .8rem;
  }
  #access .section03 .box .click-btn {
    margin: 30px auto 40px;
  }
  #access .modal-overlay {
    background: rgba(255, 255, 255, 0.5) !important;
  }
  #access .modal-close {
    color: #000 !important;
  }
}

/*----------------
plan
----------------*/
#plan.archive .page-leads .lead {
  padding-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

#plan.archive .page-leads .images {
  margin: 0 auto;
  max-width: 100rem;
  padding-top: 8rem;
}

#plan.archive .page-leads .images .caption {
  background: none;
  color: #333333;
}

#plan.archive .section01 {
  text-align: center;
  max-width: 120rem;
  padding-top: 10rem;
  padding-bottom: 10.5rem;
}

#plan.archive .section01 .header {
  padding-top: 2rem;
  position: relative;
  padding-bottom: 11rem;
}

#plan.archive .section01 .header .images {
  position: absolute;
  top: -11rem;
  right: 4rem;
  width: 23.3rem;
}

#plan.archive .section01 .header .title {
  font-size: 2.2rem;
  font-weight: normal;
  padding-bottom: 4.4rem;
}

#plan.archive .section01 .header .lead {
  font-size: 1.6rem;
  line-height: 1.5;
}

#plan.archive .section01 .link-image {
  position: relative;
}

#plan.archive .section01 .link-image a {
  display: block;
  position: absolute;
  top: 2.4rem;
  left: 2.1rem;
  height: 85.5%;
  width: 5.6rem;
  background-color: rgba(255, 0, 0, 0);
  transition: background-color .5s;
}

#plan.archive .section01 .link-image a:hover {
  background-color: rgba(255, 0, 0, 0.3);
}

#plan.archive .section01 .link-image .linkh {
  left: 39.5%;
  width: 6.2rem;
  height: 78.5%;
}

#plan.archive .section01 .link-image .linkf {
  left: 25.5%;
}

#plan.archive .section01 .link-image .linkl {
  left: 63.9%;
  width: 5.6rem;
}

#plan.archive .section01 .link-image .linkq {
  left: 93.2%;
  width: 6.2rem;
  height: 71.5%;
}

#plan.archive .plan-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 9rem;
}

#plan.archive .plan-list li {
  width: 48%;
  box-sizing: border-box;
  margin-bottom: 2rem;
}

#plan.archive .plan-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 3rem;
  border: 1px solid #9c8361;
  box-shadow: 0px 0px 0rem #aaa;
  color: #9C8361;
  border-radius: 1rem;
  transition: box-shadow .5s,border-color .5s;
}

#plan.archive .plan-list a:hover {
  opacity: 1 !important;
  border-color: rgba(156, 131, 97, 0);
  box-shadow: 0px 0px .8rem #aaa;
}

#plan.archive .plan-list .texts {
  width: 40%;
}

#plan.archive .plan-list .images {
  width: 55%;
}

#plan.archive .plan-list .name {
  font-size: 2rem;
  line-height: 1.4;
  padding-bottom: 1.5rem;
}

#plan.archive .plan-list .name .big {
  font-size: 160%;
}

#plan.archive .plan-list .ldk {
  font-size: 2.0rem;
  line-height: 1.3;
  padding-bottom: 2.2rem;
}

#plan.archive .plan-list .ldk span {
  font-size: 2.4rem;
}

#plan.archive .plan-list .ldk.sto {
  font-size: 1.4rem;
}

#plan.archive .plan-list .txt01 {
  font-size: 1.1rem;
  line-height: 1.5;
  padding-bottom: .7rem;
}

#plan.archive .plan-list .width {
  font-size: 3.0rem;
  padding-bottom: 4rem;
}

#plan.archive .plan-list .width .mini {
  font-size: 50%;
}

#plan.archive .plan-list .btn {
  padding: 1rem 1.5rem;
  background-color: #9C8361;
  color: #fff;
  border-radius: 3rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 auto;
  max-width: 18.5rem;
}

@media (max-width: 768px) {
  #plan.archive .page-leads .images {
    padding-top: 4.4rem;
  }
  #plan.archive .page-leads .images .caption {
    bottom: -1.8rem;
  }
  #plan.archive .section01 {
    padding-top: 0rem;
    padding-bottom: 4rem;
  }
  #plan.archive .section01 .swipe {
    width: 80%;
  }
  #plan.archive .section01 .swipe img {
    width: 100% !important;
  }
  #plan.archive .section01 .header {
    padding-top: 2rem;
    position: relative;
    padding-bottom: 4rem;
    text-align: left;
  }
  #plan.archive .section01 .header .images {
    position: static;
    width: 50%;
  }
  #plan.archive .section01 .header .title {
    font-size: 2.2rem;
    font-weight: normal;
    padding-bottom: 4.4rem;
  }
  #plan.archive .section01 .header .texts {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #plan.archive .section01 .header .lead {
    font-size: 1.6rem;
    line-height: 2.2;
    width: 40%;
  }
  #plan.archive .section01 .link-image {
    position: relative;
  }
  #plan.archive .section01 .link-image a {
    display: block;
    position: absolute;
    top: 25px;
    height: 66.5%;
    width: 5.6rem;
    background-color: rgba(255, 0, 0, 0);
    transition: background-color .5s;
  }
  #plan.archive .section01 .link-image a:hover {
    background-color: rgba(255, 0, 0, 0.3);
  }
  #plan.archive .section01 .link-image .linkh {
    left: 482px;
    width: 62px;
    height: 250px;
  }
  #plan.archive .section01 .link-image .linkf {
    left: 313px;
    width: 57px;
  }
  #plan.archive .section01 .link-image .linkl {
    left: 778px;
    width: 57px;
  }
  #plan.archive .section01 .link-image .linkq {
    left: 1135px;
    width: 65px;
    height: 54.5%;
  }
  #plan.archive .plan-list {
    display: block;
    padding-bottom: 5rem;
  }
  #plan.archive .plan-list li {
    width: auto;
    margin-bottom: 2rem;
  }
  #plan.archive .plan-list a {
    display: block;
    padding: 3rem 4.5rem;
  }
  #plan.archive .plan-list a:hover {
    opacity: 1 !important;
    border-color: rgba(156, 131, 97, 0);
    box-shadow: 0px 0px .8rem #aaa;
  }
  #plan.archive .plan-list .texts {
    width: 100%;
    padding-bottom: 0rem;
  }
  #plan.archive .plan-list .images {
    width: auto;
    margin-bottom: 2rem;
  }
  #plan.archive .plan-list .ldk {
    padding-bottom: 2rem;
  }
  #plan.archive .plan-list .txt01 {
    padding-bottom: .7rem;
  }
  #plan.archive .plan-list .width {
    padding-bottom: 2rem;
  }
}

#plan.detail .l-main {
  background-color: #FBFBFA;
  padding-bottom: 0;
}

#plan.detail .plan-detail {
  padding-top: 15rem;
}

#plan.detail .plan-detail .header {
  position: relative;
  margin-bottom: 7rem;
}

#plan.detail .plan-detail .header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: .5rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #9C8361;
}

#plan.detail .plan-detail .header .name {
  font-size: 3.4rem;
  font-weight: normal;
  line-height: 1;
  color: #9C8361;
}

#plan.detail .plan-detail .header .name .big {
  font-size: 220%;
  color: #9C8361;
}

#plan.detail .plan-detail .box {
  position: absolute;
  bottom: .5rem;
  left: 20%;
  max-width: 36rem;
  width: 80%;
  display: flex;
  justify-content: space-between;
}

#plan.detail .plan-detail .box li {
  width: 48%;
  text-align: center;
  padding: 1.5rem;
  background-color: #9C8361;
  font-size: 1.6rem;
  color: #fff;
}

#plan.detail .plan-detail .box li.big {
  width: 60%;
}

#plan.detail .plan-detail .tabs {
  position: absolute;
  bottom: .5rem;
  right: 0;
  max-width: 85rem;
  width: 80%;
  display: flex;
  justify-content: space-between;
}

#plan.detail .plan-detail .tabs li {
  width: 33%;
  text-align: center;
  padding: 1.5rem;
  border: 1px solid #9C8361;
  background-color: #fff;
  transition: background-color .5,color .5s;
  font-size: 1.2rem;
  color: #9C8361;
}

#plan.detail .plan-detail .tabs li:hover {
  background-color: #9C8361;
  color: #fff;
}

#plan.detail .plan-detail .tabs li.on {
  background-color: #9C8361;
  color: #fff;
}

#plan.detail .plan-detail .content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14rem;
}

#plan.detail .plan-detail .texts {
  width: 40%;
}

#plan.detail .plan-detail .imgs {
  width: 50%;
  position: relative;
}

#plan.detail .plan-detail .imgs.ltype, #plan.detail .plan-detail .imgs.htype {
  width: 48%;
}

#plan.detail .plan-detail .imgs .bg {
  opacity: 0;
}

#plan.detail .plan-detail .imgs li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1.5s;
}

#plan.detail .plan-detail .imgs li.on {
  opacity: 1;
}

#plan.detail .plan-detail .ldk {
  font-size: 3.8rem;
  line-height: 1.6;
  padding-bottom: 1rem;
}

#plan.detail .plan-detail .ldk .num {
  font-size: 150%;
}

#plan.detail .plan-detail .ldk.sto {
  font-size: 3.3rem;
}

#plan.detail .plan-detail .width {
  font-size: 1.3rem;
  padding-bottom: 1.3rem;
}

#plan.detail .plan-detail .width .small {
  font-size: 85%;
}

#plan.detail .plan-detail .width .big {
  font-size: 320%;
}

#plan.detail .plan-detail .width .num {
  font-size: 130%;
}

#plan.detail .plan-detail .other {
  font-size: 1.1rem;
  padding-bottom: 4.3rem;
}

#plan.detail .plan-detail .other .big {
  font-size: 140%;
}

#plan.detail .plan-detail .apeal-points li {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 2.4rem;
}

#plan.detail .plan-detail .apeal-points li::before {
  content: "";
  display: block;
  position: absolute;
  top: .3rem;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #9C8361;
}

#plan.detail .legends {
  border-top: 1px solid #9C8361;
  padding: 2rem 0 14rem;
  text-align: center;
}

#plan.detail .legends .legend {
  padding-bottom: 1.8rem;
  margin: 0 auto;
  width: 90%;
  max-width: 49rem;
}

#plan.detail .legends .annotation {
  font-size: 1.2rem;
  line-height: 1.8;
}

#plan.detail .other-plans {
  position: relative;
  background-color: #fff;
  padding: 7rem 0 6rem;
}

#plan.detail .other-plans .title {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #9C8361;
  font-weight: normal;
  font-size: 4rem;
}

#plan.detail .other-plans .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#plan.detail .other-plans dl {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-bottom: 2rem;
}

#plan.detail .other-plans dl dt {
  font-size: 1.4rem;
  line-height: 1.4;
}

#plan.detail .other-plans dl dt .big {
  font-size: 190%;
}

#plan.detail .other-plans dl dd {
  display: inline-block;
}

#plan.detail .other-plans dl dd.current a {
  pointer-events: none;
  background-color: #fff;
  color: #9C8361;
}

#plan.detail .other-plans dl dd a {
  display: block;
  padding: 1.1rem 2rem;
  background-color: #9C8361;
  border-radius: 4rem;
  color: #fff;
  margin-right: 1rem;
  font-size: 1.4rem;
  transition: background-color .5s,color .5s;
}

#plan.detail .other-plans dl dd a .big {
  font-size: 180%;
}

#plan.detail .other-plans dl dd a .ldk {
  margin-left: .5rem;
}

#plan.detail .other-plans .to-archive a {
  padding: 1.2rem 6rem;
  background-color: #9C8361;
  border-radius: 4rem;
  color: #fff;
  font-size: 1.4rem;
  transition: background-color .5s,color .5s;
}

#plan.detail .cv-btns {
  display: flex;
  display: none;
  justify-content: space-between;
  max-width: 62rem;
}

#plan.detail .cv-btns li {
  width: 48%;
}

#plan.detail .cv-btns .button01 a {
  display: block;
  color: white;
  font-size: 1.6rem;
  text-align: center;
  background: linear-gradient(90deg, #0d0a31, #5c7ca8);
  padding: 1.7rem 1.2rem;
}

#plan.detail .cv-btns .button02 a {
  display: block;
  color: white;
  font-size: 1.6rem;
  text-align: center;
  background: linear-gradient(90deg, #c0b589, #8e7b5c);
  padding: 1.7rem 1.2rem;
}

@media (max-width: 768px) {
  #plan.detail .plan-detail {
    padding-top: 13rem;
  }
  #plan.detail .plan-detail .header {
    margin-bottom: 4rem;
  }
  #plan.detail .plan-detail .box {
    justify-content: flex-end;
  }
  #plan.detail .plan-detail .box li {
    width: 40%;
    font-size: 1.1rem;
    padding: 1.2rem 1rem;
  }
  #plan.detail .plan-detail .box li.small {
    width: 32%;
    margin-right: 1%;
  }
  #plan.detail .plan-detail .box li.big {
    width: 49%;
  }
  #plan.detail .plan-detail .tabs {
    position: static;
    width: 100%;
    padding-bottom: 2rem;
  }
  #plan.detail .plan-detail .tabs li {
    font-size: 1.1rem;
  }
  #plan.detail .plan-detail .tabs li.on {
    background-color: #9C8361;
    color: #fff;
  }
  #plan.detail .plan-detail .content {
    display: block;
    padding-bottom: 9.6rem;
  }
  #plan.detail .plan-detail .texts {
    width: auto;
    padding-bottom: 5rem;
  }
  #plan.detail .plan-detail .imgs {
    width: auto;
  }
  #plan.detail .plan-detail .imgs.ltype, #plan.detail .plan-detail .imgs.htype {
    width: auto;
  }
  #plan.detail .plan-detail .other {
    font-size: 1.1rem;
    line-height: 2.2;
    padding-bottom: 2.3rem;
  }
  #plan.detail .plan-detail .other .big {
    font-size: 140%;
  }
  #plan.detail .legends {
    padding: 4.2rem 0 7.5rem;
  }
  #plan.detail .legends .legend {
    padding-bottom: 3.5rem;
  }
  #plan.detail .legends .annotation {
    text-align: left;
    line-height: 2;
  }
  #plan.detail .other-plans {
    padding: 2rem 0 3rem;
    margin-bottom: 5rem;
  }
  #plan.detail .other-plans .title {
    position: static;
    transform: none;
    text-align: center;
    padding-bottom: 2rem;
  }
  #plan.detail .other-plans .content {
    display: block;
    justify-content: space-between;
    align-items: flex-end;
  }
  #plan.detail .other-plans dl {
    display: block;
    text-align: center;
    padding-bottom: 2rem;
  }
  #plan.detail .other-plans dl::after {
    content: "";
    display: table;
    clear: both;
  }
  #plan.detail .other-plans dl dt {
    display: inline-block;
    margin-bottom: 2rem;
  }
  #plan.detail .other-plans dl dd {
    display: inline-block;
  }
  #plan.detail .other-plans .to-archive {
    margin: 0 auto;
    width: 90%;
    text-align: center;
  }
  #plan.detail .other-plans .to-archive a {
    display: block;
  }
  #plan.detail .cv-btns {
    display: block;
    max-width: 62rem;
  }
  #plan.detail .cv-btns li {
    width: auto;
    padding-bottom: 1.5rem;
  }
}

/*----------------
location
----------------*/
#location .page-leads {
  padding-bottom: 12rem;
}

#location .page-leads .lead {
  padding-top: 9rem;
  padding-bottom: 3rem;
  font-size: 2.2rem;
  line-height: 1.3;
}

#location .page-leads .text {
  padding-bottom: 8rem;
  font-size: 1.6rem;
  line-height: 1.8;
}

#location .points {
  padding: 12rem 0;
  background-color: #F6F5EE;
}

#location .points .wrap {
  background-color: #fff;
  max-width: 120rem;
}

#location .points .title {
  margin: 0 auto;
  padding-top: 8.4rem;
  padding-bottom: 9.6rem;
  max-width: 40rem;
  width: 90%;
}

#location .points .sub-section .num {
  width: 6rem;
  padding-bottom: .7rem;
}

#location .points .sub-section .sub-title {
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1.6;
  padding-bottom: 2.2rem;
}

#location .points .sub-section .text {
  font-size: 1.3rem;
  line-height: 2.7;
}

#location .points .sub-section01 {
  position: relative;
  padding-bottom: 11rem;
}

#location .points .sub-section01 .image01.pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 22%;
}

#location .points .sub-section01 .image02.pc {
  position: absolute;
  top: 0;
  right: 0;
  width: 22%;
}

#location .points .sub-section01 .header {
  margin: 0 auto;
  width: 30%;
}

#location .points .sub-section02 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
  max-width: 90rem;
  padding-bottom: 7rem;
}

#location .points .sub-section02 .header {
  order: 1;
  width: 48%;
}

#location .points .sub-section02 .slides {
  order: 0;
  width: 48%;
}

#location .points .sub-section03 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 8%;
  padding-bottom: 6.7rem;
}

#location .points .sub-section03 .header {
  width: 48%;
}

#location .points .sub-section03 .image-lists {
  width: 48%;
}

#location .points .sub-section03 .image-lists .img-lists {
  display: flex;
  justify-content: space-between;
}

#location .points .sub-section03 .image-lists .images {
  width: 50%;
}

#location .points .sub-section04 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
  max-width: 90rem;
  padding-bottom: 6.7rem;
}

#location .points .sub-section04 .header {
  width: 48%;
}

#location .points .sub-section04 .image-lists {
  width: 48%;
}

#location .points .sub-section05 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  max-width: 90rem;
  padding-bottom: 8.7rem;
}

#location .points .sub-section05 .header {
  order: 1;
  width: 44%;
}

#location .points .sub-section05 .slide-wrap {
  order: 0;
  width: 44%;
}

#location .points .sub-section05 .slide-title {
  font-size: 1.3rem;
  line-height: 1.5;
  padding-bottom: 1.5rem;
}

#location .points .slick-dots {
  bottom: -20px;
}

#location .points .detail {
  font-size: 1.3rem;
  line-height: 2.2;
}

#location .points .txt {
  font-size: 1.1rem;
  line-height: 1.4;
  padding: .7rem 0 .5rem;
}

#location .sections {
  padding-bottom: 12rem;
}

#location .sections .header {
  padding: 12rem 0 11.2rem;
  text-align: center;
}

#location .sections .header .title {
  margin: 0 auto;
  padding-bottom: 3rem;
}

#location .sections .header .title img {
  width: auto;
  height: 12.6rem;
}

#location .sections .header .lead {
  font-size: 2.2rem;
  line-height: 1.5;
  padding-bottom: 4rem;
}

#location .sections .header .text {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 auto;
  max-width: 69rem;
}

#location .sections .scale-image-box {
  margin: 0 auto;
  width: 90%;
  padding-bottom: 8rem;
}

#location .sections .scale-image-box .texts {
  padding-top: 3.2rem;
  margin-left: 60%;
}

#location .sections .scale-image-box .images {
  margin-left: 60%;
}

#location .sections .scale-image-box .images img {
  transform: scale(2.8);
  transform-origin: top right;
  transition: transform .9s;
}

#location .sections .scale-image-box .images img.moved {
  transform: scale(1) !important;
}

#location .sections .scale-image-box .text01 {
  font-size: 2.2rem;
  line-height: 1.8;
  padding-bottom: 2.6rem;
}

#location .sections .scale-image-box .text02 {
  font-size: 1.6rem;
  line-height: 2;
}

#location .sections .scale-image-box.left .texts {
  margin-left: auto;
  margin-right: 60%;
}

#location .sections .scale-image-box.left .images {
  margin-left: auto;
  margin-right: 60%;
}

#location .sections .scale-image-box.left .images img {
  transform-origin: top left;
}

#location .sections .box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 16%;
  padding-bottom: 6.2rem;
}

#location .sections .box .lists {
  width: 30.5%;
}

#location .sections .box .images {
  width: 60%;
}

#location .sections .img-lists {
  margin: 0 auto;
  width: 90%;
  max-width: 100rem;
  display: flex;
  justify-content: space-between;
}

#location .sections .img-lists .images {
  width: 25%;
}

#location .sections .colum {
  margin: 24rem auto 0;
  width: 90%;
  max-width: 120rem;
  box-shadow: 0rem 0rem .8rem #ccc;
}

#location .sections .colum .texts {
  padding: 4.4rem 1.5rem 4rem;
  text-align: center;
}

#location .sections .colum .text01 {
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.7;
  padding-bottom: 1.5rem;
}

#location .sections .colum .text02 {
  font-size: 1.6rem;
  line-height: 2;
}

#location .life-info {
  padding-bottom: 0;
}

#location .life-info header .title {
  font-size: 3rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

#location .life-info .title {
  width: 100%;
  display: inline-block;
}

#location .life-info .title .note {
  width: 30%;
  font-size: 10px;
  float: right;
  text-align: left;
  line-height: 1.4;
  margin-top: 24px;
}

#location .life-info .logo {
  width: 65%;
  float: left;
  text-align: right;
  font-size: 19px;
  line-height: 2;
  margin-bottom: 10px;
}

#location .life-info .logo:before {
  content: url(../images/location/map-logo.svg);
  margin-right: 10px;
  vertical-align: middle;
}

#location .life-info .tabs {
  text-align: center;
  padding: 10px 0;
  font-size: 0;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

#location .life-info .tabs li {
  display: inline-block;
  width: 16%;
  box-sizing: border-box;
  border: 1px solid #AA9B80;
}

#location .life-info .tabs a {
  display: block;
  color: #333333;
  background: #fff;
  font-size: 14px;
  padding: 15px 0;
  transition: .3s;
}

#location .life-info .tabs a.current {
  background: #AA9B80;
  color: #fff;
}

#location .life-info .tabs a:hover {
  color: #fff;
  background: #AA9B80;
  opacity: 1;
}

#location .life-info .maps {
  position: relative;
}

#location .life-info .googlemap {
  height: 700px;
  margin-right: 350px;
  background: #fff;
}

#location .life-info .list-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  min-height: 700px;
  background: #fff;
  box-sizing: border-box;
  text-align: left;
  padding: 9px 10px;
  border-left: 1px solid #eee;
}

#location .life-info .list-wrapper ol {
  counter-reset: lis;
  display: none;
}

#location .life-info .list-wrapper ol.current {
  display: block;
}

#location .life-info .list-wrapper li {
  padding: 7px 10px 7px 40px;
  list-style: none;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
}

#location .life-info .list-wrapper li:after {
  counter-increment: lis;
  content: counter(lis);
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  background: #AA9B80;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  position: absolute;
}

#location .life-info .list-wrapper .minite {
  display: none;
  font-size: 10px;
  padding-top: 4px;
  margin-left: 10px;
}

@media (max-width: 1024px) {
  #location .life-info .logo {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  #location .life-info .title .note {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin: 10px auto 30px;
  }
  #location .life-info .tabs {
    padding: 0;
    margin-bottom: 15px;
  }
  #location .life-info .tabs li {
    display: inline-block;
    width: 50%;
    margin-bottom: 2px;
  }
  #location .life-info .tabs li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  #location .life-info .tabs a {
    font-size: 11px;
    padding: 13px 10px;
  }
  #location .life-info .googlemap {
    float: none;
    height: 328px;
    margin-right: auto;
  }
  #location .life-info .list-wrapper {
    position: static;
    float: none;
    width: auto;
    height: auto;
    min-height: 0;
    border: none;
  }
  #location .life-info .list-wrapper li {
    padding: 9px 10px 9px 30px;
  }
  #location .life-info .list-wrapper li:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
  #location .life-info .list-wrapper .minite {
    display: block;
    font-size: 10px;
    padding-top: 4px;
  }
}

#location .page-annotation-wrap {
  padding-top: 6rem;
}

@media (max-width: 768px) {
  #location .page-leads {
    padding-bottom: 5rem;
  }
  #location .page-leads .lead {
    padding-top: 5rem;
    padding-bottom: 4rem;
    line-height: 1.5;
  }
  #location .page-leads .text {
    padding-bottom: 4rem;
    font-size: 1.6rem;
  }
  #location .page-leads .text br {
    display: none;
  }
  #location .points {
    padding: 5rem 0;
  }
  #location .points .wrap {
    border-radius: 1rem;
  }
  #location .points .title {
    margin: 0 auto;
    padding-top: 8.4rem;
    padding-bottom: 4.6rem;
    width: 60%;
  }
  #location .points .slides {
    width: 310px !important;
    margin: 0 auto;
  }
  #location .points .slides .slick-slide {
    width: 310px !important;
    /* 希望の幅に固定 */
  }
  #location .points .sub-section .sub-title {
    font-size: 2.4rem;
    padding-bottom: 2rem;
  }
  #location .points .sub-section .text {
    font-size: 1.3rem;
    line-height: 2.7;
  }
  #location .points .sub-section .header {
    padding-bottom: 4.2rem;
  }
  #location .points .sub-section01 {
    padding-bottom: 5.5rem;
    margin: 0 auto;
    width: 90%;
  }
  #location .points .sub-section01 .header {
    width: auto;
  }
  #location .points .sub-section02 {
    display: block;
    padding-bottom: 5.5rem;
  }
  #location .points .sub-section02 .header {
    order: 1;
    width: auto;
  }
  #location .points .sub-section02 .slides {
    order: 0;
    width: 100%;
  }
  #location .points .sub-section03 {
    display: block;
    margin: 0 auto;
    width: 90%;
    padding-bottom: 5.7rem;
  }
  #location .points .sub-section03 .header {
    width: auto;
  }
  #location .points .sub-section03 .slides {
    width: auto;
  }
  #location .points .sub-section04 {
    display: block;
    padding-bottom: 5.5rem;
  }
  #location .points .sub-section04 .header {
    width: auto;
  }
  #location .points .sub-section04 .image-lists {
    width: auto;
  }
  #location .points .sub-section05 {
    display: block;
    padding-bottom: 5.7rem;
  }
  #location .points .sub-section05 .header {
    width: auto;
  }
  #location .points .sub-section05 .slide-wrap {
    width: auto;
  }
  #location .points .sub-section05 .slide-title {
    font-size: 1.3rem;
    line-height: 1.5;
    padding-bottom: 1.5rem;
  }
  #location .sections {
    padding-bottom: 4rem;
  }
  #location .sections .swipe img {
    width: 100% !important;
  }
  #location .sections .header {
    padding: 4rem 0 4.4rem;
    text-align: left;
  }
  #location .sections .header .title {
    padding-bottom: 3rem;
  }
  #location .sections .header .title img {
    height: 5.7rem;
  }
  #location .sections .header .lead {
    font-size: 2.2rem;
    line-height: 1.5;
    padding-bottom: 4rem;
  }
  #location .sections .header .text {
    font-size: 1.6rem;
    line-height: 2;
    margin: 0 auto;
    max-width: 69rem;
  }
  #location .sections .scale-image-box {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 4rem;
  }
  #location .sections .scale-image-box .texts {
    padding-top: 3.2rem;
    margin-left: auto;
  }
  #location .sections .scale-image-box .images {
    margin-left: auto;
  }
  #location .sections .scale-image-box .images img {
    transform: scale(1) !important;
  }
  #location .sections .scale-image-box .text01 {
    font-size: 2.2rem;
    padding-bottom: 1.6rem;
  }
  #location .sections .scale-image-box .text01 br {
    display: none;
  }
  #location .sections .scale-image-box .text02 {
    font-size: 1.6rem;
    line-height: 2;
  }
  #location .sections .scale-image-box.left .texts {
    margin-left: auto;
    margin-right: auto;
  }
  #location .sections .scale-image-box.left .images {
    margin-left: auto;
    margin-right: auto;
  }
  #location .sections .box {
    display: block;
    justify-content: space-between;
    margin: 0 auto;
    width: 90%;
    padding-bottom: 6.2rem;
  }
  #location .sections .box .lists {
    width: auto;
    padding-bottom: 3.5rem;
  }
  #location .sections .box .images {
    width: auto;
  }
  #location .sections .slide-wrap {
    margin: 0 auto;
    width: 90%;
    max-width: 100rem;
  }
  #location .sections .slide-wrap .slides {
    display: block;
    width: auto;
  }
  #location .sections .slide-wrap .slides .images {
    width: auto;
  }
  #location .sections .slide-wrap .slides img {
    width: 100% !important;
  }
  #location .sections .colum {
    margin: 4rem auto 0;
    width: 90%;
    box-shadow: none;
  }
  #location .sections .colum .texts {
    padding: 3.2rem 0rem 0rem;
    text-align: left;
  }
  #location .sections .colum .text01 {
    padding-bottom: 1.5rem;
  }
  #location .sections .colum .text02 {
    font-size: 1.6rem;
    line-height: 2;
  }
  #location .section04 .header .title img {
    height: 16.7rem;
  }
}

/*----------------
login
----------------*/
#login .page-annotation-wrap {
  padding-top: 6rem;
  background: #fff;
}

#login .l-main > .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/login/content-bg.jpg) center top;
  background-size: 100% auto;
}

#login .contents > .l-inner {
  max-width: inherit;
}

#login .contents > .copyright,
#login .contents > .l-inner,
#login .site-footer,
#login .page-annotation-wrap,
#login .main-content {
  position: relative;
  z-index: 2;
}

#login .content-box {
  position: relative;
  padding: 4.5rem 5.5rem 5.5rem;
  padding-top: 8.3rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid #F2CD7B;
  color: #fff;
}

#login .section01 {
  padding-top: 8.5rem;
  margin-bottom: 6rem;
}

#login .section01 .title {
  text-align: center;
  font-size: 3.6rem;
  padding-bottom: 1.8rem;
  color: #fff;
  font-weight: normal;
}

#login .section01 .ja {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  padding-bottom: 7rem;
}

#login .section01 .sub-title {
  margin: 0 auto;
  width: 90%;
  max-width: 28.2rem;
  padding-bottom: 3.2rem;
}

#login .section01 .step-list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
}

#login .section01 .step-list li {
  box-sizing: border-box;
  width: 32%;
  background: url(../images/login/bg01.svg) center no-repeat;
  background-size: 100%;
  padding: 3rem 6rem 4rem 4rem;
}

#login .section01 .step-list li.step02 {
  background-image: url(../images/login/bg02.svg);
}

#login .section01 .step-list li.step03 {
  background-image: url(../images/login/bg03.svg);
}

#login .section01 .step-list .step {
  font-size: 1.7rem;
  padding-bottom: .1rem;
  color: #98A7B3;
}

#login .section01 .step-list .num {
  font-size: 4.4rem;
  padding-bottom: 2rem;
  color: #98A7B3;
}

#login .section01 .step-list .action {
  font-size: 2rem;
  line-height: 1.4;
  padding-bottom: 2rem;
  color: #2B2C33;
}

#login .section01 .step-list .text {
  font-size: 1.2rem;
  line-height: 2;
  color: #2B2C33;
}

#login .section01 .button {
  margin: 0 auto 2.5rem;
  max-width: 32rem;
}

#login .section01 .button a {
  display: block;
  background: linear-gradient(180deg, #78798D, #3C3D47);
  border: 1px solid rgba(0, 0, 0, 0);
  transition: border-color .5s;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  padding: 1.2rem;
}

#login .section01 .button a .icon {
  width: 1.9rem;
  margin-right: 1rem;
  vertical-align: middle;
}

#login .section01 .button a:hover {
  border: 1px solid white;
  opacity: 1 !important;
}

#login .section01 .text01 {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.8;
}

#login .section02 .sub-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 14.4rem;
  z-index: 2;
}

#login .section02 .lists {
  display: flex;
  justify-content: space-between;
}

#login .section02 .lists li {
  width: 32rem;
  text-align: center;
}

#login .section02 .lists .num {
  padding-top: 1.5rem;
  font-size: 2.4rem;
  line-height: 1.5;
  padding-bottom: .2rem;
}

#login .section02 .lists .name {
  padding-bottom: .6rem;
  font-size: 1.8rem;
  line-height: 1.5;
}

#login .section02 .lists .text {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #login .l-main > .bg {
    background-image: url(../images/login/content-bg-sp.jpg);
  }
  #login .content-box {
    padding: 3rem 5% 3rem;
    backdrop-filter: blur(5px);
  }
  #login .section01 {
    padding-top: 9.5rem;
    margin-bottom: 4rem;
  }
  #login .section01 .title {
    padding-bottom: 1.7rem;
  }
  #login .section01 .ja {
    padding-bottom: 4rem;
  }
  #login .section01 .content-box {
    padding: 3rem 5% 3rem;
    background: transparent;
    backdrop-filter: blur(0px);
  }
  #login .section01 .sub-title {
    width: 100%;
    max-width: 28rem;
    padding-bottom: 2.9rem;
  }
  #login .section01 .step-list {
    display: block;
    padding-bottom: 0.9rem;
  }
  #login .section01 .step-list li {
    width: auto;
    background-size: 100%;
    padding: 2rem 4rem 3rem 3rem;
    margin-bottom: 2rem;
  }
  #login .section01 .step-list .step {
    font-size: 1.7rem;
    padding-bottom: 0rem;
  }
  #login .section01 .step-list .num {
    font-size: 4.4rem;
    padding-bottom: 1rem;
  }
  #login .section01 .step-list .action {
    font-size: 2rem;
    line-height: 1.4;
    padding-bottom: 1rem;
    color: #2B2C33;
  }
  #login .section01 .step-list .text {
    font-size: 1.2rem;
    line-height: 2;
    color: #2B2C33;
  }
  #login .section01 .button {
    margin: 0 auto 2.5rem;
    width: 90%;
  }
  #login .section01 .button a {
    font-size: 1.5rem;
    padding: 1.2rem;
  }
  #login .section01 .button a .icon {
    width: 1.9rem;
    margin-right: 1rem;
  }
  #login .section01 .text01 {
    margin: 0 auto;
    width: 93%;
    font-size: 1.5rem;
    line-height: 1.65;
    text-align: left;
  }
  #login .section02 {
    padding-top: 7rem;
  }
  #login .section02 .sub-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 10.2rem;
  }
  #login .section02 .lists {
    display: block;
  }
  #login .section02 .lists li {
    width: auto;
    margin-bottom: 1.6rem;
  }
  #login .section02 .lists .in {
    padding: 1rem 0 .2rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
  }
  #login .section02 .lists .num {
    padding-top: 0rem;
    font-size: 2.4rem;
    padding-bottom: 0rem;
  }
  #login .section02 .lists .name {
    padding-bottom: 0rem;
    font-size: 1.8rem;
  }
  #login .section02 .lists .text {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .lower .caption.noBg {
    color: #000;
    background: none;
  }
  .lower .swipeArea {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .lower .swipeArea::-webkit-scrollbar {
    display: none;
  }
  .lower .swipeArea:after {
    content: '';
    display: block;
    position: sticky;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 15rem;
    height: 57rem;
    background: url(../images/common/icon_swipe.png) no-repeat center center;
    background-size: auto 100%;
  }
  .lower .swipeArea .caption {
    position: sticky;
    left: 0;
    padding: 0 3rem 0 0;
    text-align: right;
  }
  /*----------------
map
----------------*/
}

/*# sourceMappingURL=lower.css.map */
