/*=============================================
=            PAGE HEAD            =
=============================================*/
#pageHead {
  position: relative;
  overflow: hidden;
  z-index: 1;

  min-height: 90vw;
  max-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#pageHead > .bg {
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  width: 66.67%;
  height: 80%;
  top: 20%;
  left: 0;
  z-index: -1;
  background-image: url(img/pageHeadBg02.svg);
}
#pageHead .pageHeadWrapper {
  width: calc(162vw - 30px);
  margin: 80px auto 0px;
  content: "";
  position: relative;
  z-index: 1;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #pageHead {
    /* height: 100vh; */
    min-height: 66.67vw;
  }
  #pageHead .pageHeadWrapper {
    width: calc(100vw - 200px);
    max-width: 1700px;
    margin: 50px auto 0px;
    content: "";
    position: relative;
    z-index: 1;
  }
}

/* MEDIA QUERY EXTRA LARGE */
@media only screen and (min-width: 1400px) {
  #pageHead {
    min-height: 930px;
  }
}

/*----------  SLICK  ----------*/

#pageHead .mainSlideWrapper .slideItem .bg {
  padding-top: 56.11%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

#pageHead .mainSlideWrapper .slick-dots li button,
#pageHead .mainSlideWrapper .slick-dots li {
  width: 15px;
}
#pageHead .mainSlideWrapper .slick-dots li {
  margin: 0 3px;
}

#pageHead .mainSlideWrapper .slick-dots li button:before {
  color: #c0d5ff;
  opacity: 1;
  font-size: 6px;
  width: 15px;
}

#pageHead .mainSlideWrapper .slick-dots li.slick-active button:before {
  font-size: 10px;
  color: #b3b3b3;
}

#pageHead .mainSlideWrapper .slick-dots {
  bottom: -35px;
}

.slideItem:hover {
  cursor: pointer;
}

/*----------  SCROLL  ----------*/
#pageHead .scrollWrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  right: 50px;
  left: auto;
  line-height: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

#pageHead .scrollWrapper .text {
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.1rem;
  text-decoration: none;
}

#pageHead .scrollWrapper .bar {
  width: 180px;
  height: 1px;
  background-color: #002f7b;
}

/*=====  End of PAGE HEAD  ======*/

.parallaxWrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.parallaxWrapper .bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

/*=============================================
=            TOP            =
=============================================*/
#top {
  height: 100vh;
  position: relative;
}

#top .top_title {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 25em;
  color: rgba(255, 255, 255, 0);
  text-align: center;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

#top .top_title_innerLeft,
#top .top_title_innerRight {
  display: inline-block;
  position: relative;
}

.top_title_innerRight {
  z-index: -1;
}

#top #left_up {
  position: absolute;
  left: 30px;
  top: 30px;

  z-index: -1;
}

#top #right_up {
  position: absolute;
  right: 30px;
  top: 30px;

  z-index: -1;
}

#top #left_down {
  position: absolute;
  left: 30px;
  bottom: 30px;

  z-index: -1;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  /* 中心を基準点に回転する */
}

#top #right_down {
  position: absolute;
  right: 30px;
  bottom: 30px;

  z-index: -1;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  /* 中心を基準点に回転する */
}

#top #left_up,
#top #right_up,
#top #left_down,
#top #right_down {
  width: 100px;
  height: auto;
}

#top svg {
  height: 0.5em;
}

#top .st0 {
  fill: #002f7b;
}

#top .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #ffff00;
}

#top #ob1 {
  position: absolute;
  display: inline-block;
  top: 55%;
  left: -15%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  height: 0.8em;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #top #left_up,
  #top #right_up,
  #top #left_down,
  #top #right_down {
    width: 185px;
  }

  #top .top_title {
    top: 48%;
  }
}

/*=====  End of TOP  ======*/

/*=============================================
=            LEAD            =
=============================================*/
#lead {
  color: #fff;
  /* background: #ddd; */
  min-height: 300vh;
  position: relative;
  margin-top: -55vh;
  z-index: 1;
}

#lead .leadInner {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

#lead .leadInner h1 {
  font-size: 4rem;
  margin-bottom: 20px;
}
#lead .leadInner p {
  font-size: 1.4rem;
  line-height: 2.5em;
}

#lead .leadImg.img02 {
  /* background-color: rgba(51, 51, 51, 0.199); */
  padding-top: 100vh;
}

#lead .leadImg.img03 {
  /* background-color: rgba(255, 0, 0, 0.253); */
  padding-top: 200vh;
}

#lead .bg {
  position: absolute;
  height: 100vh;
  width: 100vw;

  content: "";
  z-index: -1;

  -webkit-transition: background-image ease-in-out 1s;
  -o-transition: background-image ease-in-out 1s;
  transition: background-image ease-in-out 1s;
}

#lead .bg .bgImg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}

#lead .bg .bgImg.bg01 {
  background-image: url(img/lead/bg01.jpg);
}

#lead .bg .bgImg.bg02 {
  background-image: url(img/lead/bg02.jpg);
}

#lead .bg .bgImg.bg03 {
  background-image: url(img/lead/bg03.jpg);
}

#lead .bg .bgImg.bg02,
#lead .bg .bgImg.bg03,
#lead .bg.img03 .bgImg.bg02 {
  opacity: 0;
  z-index: 1;
}

#lead .bg.img02 .bgImg.bg02 {
  opacity: 1;
}

#lead .bg.img03 .bgImg.bg01 {
  opacity: 0;
}
#lead .bg.img03 .bgImg.bg03 {
  opacity: 1;
}

#lead .bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(59, 59, 59, 0.5);
  mix-blend-mode: multiply;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #lead .leadInner h1 {
    font-size: 7.2rem;
    margin-bottom: 3%;
  }

  #lead .leadInner p {
    font-size: 1.6rem;
    line-height: 3em;
  }
}

/*=====  End of LEAD  ======*/

/*=============================================
=            aboutCardSection            =
=============================================*/
.aboutCardSection {
  padding-top: 80px;
  margin-bottom: 60px;
  position: relative;
  background-color: #fff;

  /* background-color: #e0e4e9; */
  /* .section1の背景 */
  /* transition: background-color 0.7s ease-out; */
}

.aboutCardSection::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(img/aboutPlanBg.png);
}

.aboutCardSection > section {
  position: relative;
  z-index: 2;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  .aboutCardSection {
    padding-top: 140px;
    margin-bottom: 90px;
  }
  .aboutCardSection::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(img/aboutPlanBg.png);
  }
}

/*=====  End of aboutCardSection  ======*/

/*=============================================
=            ABOUT            =
=============================================*/
#about {
  z-index: 8;
}
#about .aboutImg {
  max-width: 100%;
  width: 750px;
  margin: 40px auto auto;
  position: relative;
  -webkit-transform: translateX(-3%);
  -ms-transform: translateX(-3%);
  transform: translateX(-3%);
}
#about .aboutImg svg {
  max-width: 100%;
  height: auto;
}

#about .iconGroup {
  cursor: pointer;
}
#about .iconGroup.active ellipse,
#about .iconGroup:hover ellipse {
  fill: #002f7b;
}

#about .iconGroup.active path,
#about .iconGroup.active rect,
#about .iconGroup:hover path,
#about .iconGroup:hover rect {
  fill: #fff;
}

/*----------  POP UP  ----------*/
.aboutPopUpSection > .bg {
  position: fixed;
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  right: auto;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.aboutPopUpSection > .bg.active {
  pointer-events: all;
  background-color: rgba(255, 255, 255, 0.5);
}

.aboutPopUp {
  width: 90vw;
  max-width: 620px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  background-color: rgba(16, 53, 126, 0.95);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  overflow: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.aboutPopUp::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.aboutPopUp.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.aboutPopUp .close {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  left: auto;
  width: auto;
  line-height: 1;
  z-index: 1;
  color: #fff;
  font-size: 4rem;
  cursor: pointer;
}

.aboutPopUp .popUpInner {
  padding: 80px 30px;
  color: #fff;
}

.aboutPopUp .popUpInner .popUpTitle {
  font-size: 2.7rem;
  margin-bottom: 20px;
}

.aboutPopUp .popUpInner .dscBox {
  font-size: 1.5rem;
  line-height: 1.75;
}

.aboutPopUp .popUpInner .dscBox .small {
  font-size: 1.3rem;
  line-height: 1.5;
}

.aboutPopUp .popUpInner .dscBox .areaBox {
  margin-top: 20px;
  text-align: center;
  background-color: #f7f7f7;
  padding: 30px 20px;
  color: #333;
  border-radius: 3px;
}

.aboutPopUp .popUpInner .dscBox .areaBox > h5 {
  font-size: 1.6rem;
  color: #002f7b;
  border-bottom: 1px solid #002f7b;
  display: inline-block;
  margin: auto auto 25px auto;
  padding: 5px;
}

.aboutPopUp .popUpInner .dscBox .areaBox .areaInner {
  margin-bottom: 20px;
}
.aboutPopUp .popUpInner .dscBox .areaBox .areaInner:last-child {
  margin-bottom: 0;
}

.aboutPopUp .popUpInner .dscBox .areaBox .areaInner h6 {
  font-size: 1.4rem;
}

.aboutPopUp .popUpInner .dscBox .areaBox .areaInner a {
  display: inline-block;
  width: 190px;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 12px 20px;
  margin: 8px 3px;
}

.aboutPopUp .popUpInner .moreBtn {
  background-color: #ffff00;
  display: block;
  color: #002f7b;
  padding: 20px;
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
  box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  .aboutPopUp .popUpInner {
    padding: 100px 75px;
  }
}
/*=====  End of ABOUT  ======*/

/*=============================================
=            PLAN            =
=============================================*/
#plan {
  margin-top: 0px;
  padding-top: 30px;
}

#plan h2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 5vw auto;
  white-space: nowrap;
}

#plan .planWrapper {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24);
  border-radius: 5px;
  margin-bottom: 30px;
}

#plan .planWrapper .planTitleWrapper {
  background-color: #002f7b;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  border-radius: 5px 5px 0 0;
}
#plan .planWrapper .planTitleWrapper h3 {
  margin-bottom: 0px;
  font-size: 1.6rem;
}
#plan .planWrapper .dscWrapper {
  padding: 20px 20px;
}

#plan .planWrapper .dscWrapper h4 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0;
}

/* takahashi insert */
/* 2nd container */
#plan .container:nth-child(2) .dscWrapper {
  display: flex;
  flex-direction: column;
  padding: 0;
  flex-wrap: nowrap;
  align-items: center;
}

#plan .container:nth-child(2) .dscWrapper .imgWrapper {
  width: 100%;
}

#plan .container:nth-child(2) .dscWrapper .txtWrapper {
  margin: 0 auto;
  padding: 20px 0;
}

#plan .container:nth-child(2) .dscWrapper .txtWrapper .inner h4 {
  margin-left: 5px;
}

#plan .container:nth-child(2) .dscWrapper .txtWrapper .dscBox {
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #f79e1b;
  white-space: nowrap;
  margin-left: 5px;
}

#plan .container:nth-child(2) .dscWrapper .txtWrapper .dscBox img {
  margin-right: 1rem;
}

#plan .container:nth-child(2) .dscWrapper .txtWrapper .inner {
  margin: 0 auto;
}

#plan .container:nth-child(2) .dscWrapper .txtWrapper p {
  font-weight: bold;
}

#plan .container:nth-child(2) .dscWrapper .txtWrapper p.annotation {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333333;
  opacity: 0.8;
}

/* 2nd container END*/

/* 3rd container*/

#plan .container:nth-child(3) .dscWrapper {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

#plan .container:nth-child(3) .dscWrapper .txtContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#plan .container:nth-child(3) .dscWrapper .txtContainer:first-child h3 {
  /* display: flex;
  flex-direction: row;
  flex-wrap: nowrap; */
  display: block;
  margin: 0 auto 3rem;
}

#plan .container:nth-child(3) .dscWrapper .txtContainer:first-child h3 span {
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  background: #002f7b;
  color: #ffffff;
  border-radius: 5px;
  line-height: 50px;
}

#plan
  .container:nth-child(3)
  .dscWrapper
  .txtContainer:first-child
  h3
  span:not(:last-child) {
  margin-right: 10px;
}

#plan .container:nth-child(3) .dscWrapper .txtContainer:nth-child(2) p {
  width: 250px;
  display: inline-block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  /* margin-bottom: 3rem; */
}

#plan .container:nth-child(3) .dscWrapper .txtContainer:nth-child(2) span {
  display: block;
  font-size: 1.6rem;
}

#plan .container:nth-child(3) .dscWrapper .txtContainer:nth-child(2) span.plus {
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  margin: 0 3rem;
}

#plan .container:nth-child(3) .dscWrapper .imgWrapper {
  margin-bottom: 3rem;
}

#plan .container:nth-child(3) .dscWrapper > p {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

#plan .container:nth-child(3) .dscWrapper .moreBtn {
  font-weight: bold;
  display: block;
  padding: 20px 50px;
  border-radius: 5px;
}

#plan .container:nth-child(3) .dscWrapper .moreCtn {
  font-weight: bold;
  display: block;
  padding: 20px 50px;
  border-radius: 5px;
}

/* 3rd container END*/

/* takahashi insert END*/

#plan .planWrapper .dscWrapper h4 {
  margin-bottom: 15px;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0;
}
#plan .planWrapper .dscWrapper h4 span {
  font-size: 60%;
}
#plan .planWrapper .dscWrapper .dscBox {
  color: #333;
  font-size: 1.4rem;
  max-width: 300px;
}

#plan .planWrapper .dscWrapper .dscBox a {
  text-decoration: underline;
  color: #002f7b;
}

#plan .planWrapper .dscWrapper .dscBox h6 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 1.4rem;
}

#plan .planWrapper .dscWrapper .moreBtn {
  display: block;
  max-width: 230px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffff00;
  color: #002f7b;
  text-align: center;
  text-decoration: none;
  padding: 18px 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}

#plan .planWrapper .dscWrapper .moreCtn {
  display: block;
  max-width: 230px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000fff;
  display: block;
  color: #ffff00;
  text-align: center;
  text-decoration: none;
  padding: 18px 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}
#plan .planWrapper .dscWrapper .moreCtn:hover {
  opacity: 0.7;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #plan {
    margin-top: 30px;
  }
  #plan .planWrapper .planTitleWrapper {
    padding: 20px 10px;
  }
  #plan .planWrapper .planTitleWrapper h3 {
    font-size: 2rem;
  }

  #plan .planWrapper .dscWrapper {
    padding: 40px 20px;
  }

  #plan .planWrapper .dscWrapper h4 {
    text-align: center;
    font-size: 3.5rem;
    margin-bottom: 20px;
  }

  #plan .planWrapper .dscWrapper .moreBtn {
    margin-top: 50px;
    font-weight: bold;
    border-radius: 5px;
  }

  #plan .planWrapper .dscWrapper .moreCtn {
    margin-top: 50px;
    font-weight: bold;
    border-radius: 5px;
  }

  #plan .planWrapper .dscWrapper .dscBox {
    font-size: 1.6rem;
  }

  /* takahashi insert */
  /* MEDIA QUERY MEDIUM */

  #plan h2 {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin: 5vw auto;
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
  }
  #plan h2:before,
  #plan h2:after {
    border-top: 2px solid #002f7b;
    content: "";
    width: 100%;
  }
  #plan h2:before {
    margin-right: 20px;
  }
  #plan h2:after {
    margin-left: 20px;
  }

  #plan .container:not(:last-child) {
    margin-bottom: 6rem;
  }

  /* takahashi insert END */
}

/* takahashi insert */
/* MEDIA QUERY LARGE */

@media only screen and (min-width: 992px) {
  #plan .planWrapper {
    margin: 0;
  }

  #plan .container:nth-child(2) .dscWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
  }

  #plan .container:nth-child(2) .dscWrapper .imgWrapper {
    width: 50%;
  }

  #plan .container:nth-child(2) .dscWrapper .txtWrapper p {
    font-size: 2rem;
    font-weight: bold;
  }

  #plan .container:nth-child(3) .dscWrapper > p {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.5rem;
    margin: 0;
  }
}

/* takahashi insert END */

/*----------  SWIPER NAV  ----------*/

#plan .swiperNavWrapper {
  margin-top: 30px;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  position: relative;
  height: 10px;
}

#plan .swiperNavWrapper .swiper-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
  letter-spacing: 0.1em;
}

#plan .swiperNavWrapper .swiper-nav.swiper-button-disabled {
  opacity: 0.3;
}
#plan .swiperNavWrapper .swiper-nav.swiper-next {
  right: 0;
}

#plan .swiperNavWrapper .swiper-scrollbar {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 50;
  height: 2px;
  width: 98%;
  max-width: 210px;
  background-color: #b4adad;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*=====  End of PLAN  ======*/
