@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
.hero_area_dream {
  width: 100%;
  height: 37.5vw;
  background: url(/ichi-yume/img/dream/kv.webp) center center/cover no-repeat;
  min-height: 375px;
  position: relative;
}
@media screen and (max-width: 821px) {
  .hero_area_dream {
    background-image: url(/ichi-yume/img/dream/kv_sp.webp);
    height: 100vw;
  }
}
.hero_area_dream .tit_com01 {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0px;
  transform: translateY(-50%);
  color: #fff;
}

.subnav {
  padding: 100px 0px 80px;
}
@media screen and (max-width: 767px) {
  .subnav {
    padding: 50px 0px;
  }
}
.subnav.bottom {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .subnav.bottom {
    padding: 90px 0px;
  }
}
.subnav .subnav_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.subnav .subnav_in .subnav_btn {
  width: calc((100% - 75px) / 6);
  text-align: center;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  box-sizing: border-box;
  padding: 15px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Avenir Next", "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 1.33;
}
@media screen and (max-width: 1079px) {
  .subnav .subnav_in .subnav_btn {
    border: solid 1px #000;
    padding: 0px;
    width: calc((100% - 30px) / 3);
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .subnav .subnav_in .subnav_btn {
    width: calc((100% - 15px) / 2);
    font-size: 14px;
    height: 50px;
  }
}
.subnav .subnav_in .subnav_btn:hover {
  background-color: rgba(127, 171, 188, 0.19);
}

.sec_com {
  position: relative;
  padding-bottom: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .sec_com {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.sec_com::before {
  display: block;
  content: "";
  background: rgba(127, 171, 188, 0.2);
  position: absolute;
  top: 225px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec_com::before {
    top: 205px;
  }
}
.sec_com .sec_com_in {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.sec_com .sec_box01 {
  background: #7FABBC;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec_com .sec_box01 {
    display: block;
  }
}
.sec_com .sec_box01 .txtBox {
  width: 330px;
  box-sizing: border-box;
  padding: 35px 40px;
}
@media screen and (max-width: 767px) {
  .sec_com .sec_box01 .txtBox {
    padding: 15px;
    min-height: 105px;
  }
}
.sec_com .sec_box01 .imgBox {
  width: calc(100% - 330px);
}
@media screen and (max-width: 1079px) {
  .sec_com .sec_box01 .imgBox {
    position: relative;
    aspect-ratio: 630/450;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .sec_com .sec_box01 .imgBox {
    width: 100%;
  }
}
.sec_com .sec_box01 .imgBox img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1079px) {
  .sec_com .sec_box01 .imgBox figure {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1079px) {
  .sec_com .sec_box01 .imgBox.js-secHeadSp figure {
    opacity: 0;
    transform: scale(1);
    transition: opacity 3s ease, transform 5.5s linear;
  }
}
@media screen and (max-width: 1079px) {
  .sec_com .sec_box01 .imgBox.js-secHeadSp figure.on {
    opacity: 1;
    transform: scale(1.08);
  }
}
@media screen and (max-width: 1079px) {
  .sec_com .sec_box01 .imgBox.js-secHeadSp figure.prev {
    opacity: 0;
    transform: scale(1.08);
  }
}
.sec_com .box01_tit01 {
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_com .box01_tit01 {
    font-size: 20px;
  }
}
.sec_com .box01_tit01 .sub {
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_com .box01_tit01 .sub {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.sec_com .box01_tit01 .sub::after {
  display: block;
  content: "";
  width: 125px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .sec_com .box01_tit01 .sub::after {
    left: -15px;
    width: 80px;
  }
}
.sec_com .sec_box02 {
  box-sizing: border-box;
  padding: 50px 60px;
  padding-bottom: 0px;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .sec_com .sec_box02 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec_com .sec_box02 {
    padding: 25px 20px 0px 20px;
  }
}
.sec_com .sec_box02 .box02_openBtn {
  display: none;
}
@media screen and (max-width: 1079px) {
  .sec_com .sec_box02 .box02_openBtn {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    font-size: 24px;
    font-family: "Avenir Next", "Lato", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.04em;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec_com .sec_box02 .box02_openBtn {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.sec_com .sec_box02 .box02_openBtn::before {
  display: block;
  border-bottom: solid 1px #000;
  content: "";
  flex-grow: 1;
  margin-right: 10px;
}
.sec_com .sec_box02 .box02_openBtn .open_icon {
  display: block;
  margin-left: 5px;
  aspect-ratio: 1/1;
  width: 1.25em;
  background: #000;
  border-radius: 50%;
  position: relative;
  animation: btn_animation 1.5s infinite;
}
@keyframes btn_animation {
  0% {
    transform: scale(1.2);
  }
  5% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.sec_com .sec_box02 .box02_openBtn .open_icon::before, .sec_com .sec_box02 .box02_openBtn .open_icon::after {
  display: block;
  position: absolute;
  width: 0.58em;
  height: 1px;
  background: #fff;
  content: "";
  top: 50%;
  left: 50%;
}
.sec_com .sec_box02 .box02_openBtn .open_icon::before {
  transform: translate(-50%, -50%);
}
.sec_com .sec_box02 .box02_openBtn .open_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 500ms ease;
}
.sec_com .sec_box02 .box02_openBtn.opened .open_icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.sec_com .sec_box02 .box02_in {
  width: 64.06%;
}
@media screen and (max-width: 1079px) {
  .sec_com .sec_box02 .box02_in {
    width: 100%;
    display: none;
  }
}
.sec_com .sec_box02 .box02_in.opened {
  display: block;
}
.sec_com .sec_box02 .box02_tit01 {
  font-size: 28px;
  line-height: 1.71;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec_com .sec_box02 .box02_tit01 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.sec_com .sec_box02 .box02_txt01 {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec_com .sec_box02 .box02_txt01 {
    font-size: 13px;
  }
}
.sec_com .sec_box02 .box02_txt01 + .box02_txt01 {
  margin-top: 1.5em;
}
.sec_com .sec_box02 .box02_img {
  position: absolute;
  width: 28.7%;
  right: 60px;
  top: 60px;
}
@media screen and (max-width: 1079px) {
  .sec_com .sec_box02 .box02_img {
    display: none;
  }
}
.sec_com .sec_box02 .box02_img.-case04 {
  width: 16.66%;
}
.sec_com .sec_box03 {
  box-sizing: border-box;
  padding: 0px 60px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_com .sec_box03 {
    padding: 0px 20px;
    padding-bottom: 20px;
  }
}
.sec_com .sec_box03 .box03_in {
  width: 55.2%;
  margin-left: auto;
  margin-right: 0px;
}
@media screen and (max-width: 1079px) {
  .sec_com .sec_box03 .box03_in {
    width: 100%;
  }
}
.sec_com .sec_box03 .box03_madori {
  margin-left: auto;
  margin-bottom: 45px;
}
@media screen and (max-width: 1079px) {
  .sec_com .sec_box03 .box03_madori {
    margin: 0px auto;
    margin-bottom: 25px;
  }
}
.sec_com .sec_box03 .box03_madori.-case01 {
  width: 100%;
  max-width: 520px;
}
@media screen and (max-width: 1079px) {
  .sec_com .sec_box03 .box03_madori.-case01 {
    width: 94.54%;
    max-width: 520px;
  }
}
@media screen and (max-width: 1079px) {
  .sec_com .sec_box03 .box03_madori.-case02 {
    width: 96.36%;
    max-width: 530px;
  }
}
.sec_com .sec_box03 .box03_madori.-case03 {
  margin-top: -120px;
}
@media screen and (max-width: 1079px) {
  .sec_com .sec_box03 .box03_madori.-case03 {
    margin-top: 0px;
    width: 98.18%;
    max-width: 540px;
  }
}
.sec_com .sec_box03 .box03_madori.-case04 {
  width: 100%;
  max-width: 440px;
  margin-top: -110px;
}
@media screen and (max-width: 1079px) {
  .sec_com .sec_box03 .box03_madori.-case04 {
    margin-top: 0px;
    width: 80%;
    max-width: 440px;
  }
}
.sec_com .sec_box03 .box03_madori.-case05 {
  margin-top: -80px;
}
@media screen and (max-width: 1079px) {
  .sec_com .sec_box03 .box03_madori.-case05 {
    margin-top: 0px;
    width: 98.18%;
    max-width: 540px;
  }
}
.sec_com .sec_box03 .box03_tit01 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 767px) {
  .sec_com .sec_box03 .box03_tit01 {
    font-size: 15px;
    padding-bottom: 5px;
  }
}
.sec_com .sec_box03 .box03_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: solid 1px #000;
  box-sizing: border-box;
}
.sec_com .sec_box03 .box03_list dt {
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec_com .sec_box03 .box03_list dt {
    font-size: 14px;
  }
}
.sec_com .sec_box03 .box03_list dd {
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec_com .sec_box03 .box03_list dd {
    font-size: 15px;
  }
}
.sec_com .sec_box03 .box03_list.-nobeyuka {
  height: 70px;
}
@media screen and (max-width: 767px) {
  .sec_com .sec_box03 .box03_list.-nobeyuka {
    height: 65px;
  }
}
.sec_com .sec_box03 .box03_list.-nobeyuka dt {
  width: 125px;
}
@media screen and (max-width: 767px) {
  .sec_com .sec_box03 .box03_list.-nobeyuka dt {
    width: 75px;
  }
}
.sec_com .sec_box03 .box03_list.-nobeyuka dd {
  width: calc(100% - 125px);
}
@media screen and (max-width: 767px) {
  .sec_com .sec_box03 .box03_list.-nobeyuka dd {
    width: calc(100% - 75px);
  }
}
.sec_com .sec_box03 .box03_list.-nobeyuka dd span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec_com .sec_box03 .box03_list.-nobeyuka dd span {
    font-size: 11px;
    display: block;
    letter-spacing: -0.03em;
    margin-left: -2px;
  }
}
.sec_com .sec_box03 .box03_list.-dream {
  height: 60px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .sec_com .sec_box03 .box03_list.-dream {
    height: auto;
    padding: 10px 0px;
    margin-bottom: 10px;
  }
}
.sec_com .sec_box03 .box03_list.-dream dt {
  font-weight: 700;
  width: 215px;
}
@media screen and (max-width: 767px) {
  .sec_com .sec_box03 .box03_list.-dream dt {
    width: 100%;
    font-size: 13px;
    text-align: center;
  }
}
.sec_com .sec_box03 .box03_list.-dream dd {
  font-weight: 700;
  font-size: 20px;
  width: calc(100% - 215px);
}
@media screen and (max-width: 767px) {
  .sec_com .sec_box03 .box03_list.-dream dd {
    width: 100%;
    font-size: 18px;
    text-align: center;
  }
}
.sec_com .sec_box03 .box03_list.-dream dd span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec_com .sec_box03 .box03_list.-dream dd span {
    font-size: 13px;
  }
}
.sec_com .sec_box03 .box03_img {
  position: absolute;
  left: 0px;
  width: 38.88%;
  bottom: 60px;
}
@media screen and (max-width: 1079px) {
  .sec_com .sec_box03 .box03_img {
    display: none;
  }
}
.sec_com .note {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .sec_com .note {
    font-size: 10px;
  }
}

.sec_other .tit01 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.05em;
  font-family: "Avenir Next", "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 25px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec_other .tit01 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.sec_other .txt01 {
  text-align: center;
  font-size: 26px;
  line-height: 1.61;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec_other .txt01 {
    font-size: min(4.7vw, 18px);
  }
}
.sec_other .sec_other_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec_other .sec_other_in {
    display: block;
  }
}
.sec_other .sec_other_in + .sec_other_in {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .sec_other .sec_other_in + .sec_other_in {
    margin-top: 40px;
  }
}
.sec_other .sec_other_in.-rr {
  flex-direction: row-reverse;
}
.sec_other .sec_other_in .imgBox {
  width: 53.7%;
}
@media screen and (max-width: 767px) {
  .sec_other .sec_other_in .imgBox {
    width: 100%;
    margin-bottom: 25px;
  }
}
.sec_other .sec_other_in .txtBox {
  width: 41.66%;
}
@media screen and (max-width: 767px) {
  .sec_other .sec_other_in .txtBox {
    width: 100%;
  }
}
.sec_other .sec_other_in .tit02 {
  font-size: 24px;
  line-height: 1.66;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sec_other .sec_other_in .tit02 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.sec_other .sec_other_in .tit02 .eng {
  display: inline-block;
  font-family: "Avenir Next", "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  font-weight: 600;
  border-bottom: solid 1px #000;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec_other .sec_other_in .tit02 .eng {
    font-size: 20px;
  }
}
.sec_other .sec_other_in .tit02 small {
  display: block;
  font-family: "Avenir Next", "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .sec_other .sec_other_in .tit02 small {
    font-size: 14px;
  }
}
.sec_other .sec_other_in .txt02 {
  font-size: 16px;
  line-height: 2.12;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec_other .sec_other_in .txt02 {
    font-size: 14px;
  }
}