@charset "UTF-8";
@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");
body.re-style.fixed {
  background: #fff;
}

.top-loading {
  display: none;
}

/* header */
@media screen and (min-width: 1080px) {
  header.header {
    background-color: rgba(255, 255, 255, 0.8);
    height: 90px;
  }
}
header.header.is-active {
  background-color: rgba(255, 255, 255, 0.8);
}
header.header.is-active .header-logo {
  width: auto;
  height: 90px;
}
@media screen and (max-width: 1079px) {
  header.header.is-active .modal-hamburger .btn-hamburger .btn-hamburger__borders .btn-hamburger__border-top,
  header.header.is-active .modal-hamburger .btn-hamburger .btn-hamburger__borders .btn-hamburger__border-center,
  header.header.is-active .modal-hamburger .btn-hamburger .btn-hamburger__borders .btn-hamburger__border-bottom {
    background: #000000;
  }
}
@media screen and (max-width: 1079px) {
  header.header.is-active .modal-hamburger .btn-hamburger .btn-hamburger__text {
    color: #000;
  }
}
header.header .header-logo {
  position: absolute;
  left: 2.77%;
  height: 90px;
  width: auto;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 1079px) {
  header.header .header-logo {
    display: none;
  }
}
header.header .header-logo a {
  background: none;
  width: auto;
  gap: 25px;
}
header.header .header-logo a img {
  display: block;
  width: 15.62vw;
  max-width: 225px;
}
header.header .header-logo .header-logo__txt {
  display: block;
  font-size: 15px;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1080px) {
  header.header .modal-hamburger {
    display: none;
  }
}
header.header .modal-hamburger .btn-hamburger.js-modal-nav-close .btn-hamburger__borders .btn-hamburger__border-top,
header.header .modal-hamburger .btn-hamburger.js-modal-nav-close .btn-hamburger__borders .btn-hamburger__border-center,
header.header .modal-hamburger .btn-hamburger.js-modal-nav-close .btn-hamburger__borders .btn-hamburger__border-bottom {
  background: #000000;
}
header.header .modal-hamburger .btn-hamburger.js-modal-nav-close .btn-hamburger__text {
  color: #000;
}
header.header .modal-nav {
  background: #fff;
}
@media screen and (min-width: 1080px) {
  header.header .modal-nav {
    display: block;
    width: 100%;
    background: none;
  }
}
@media screen and (min-width: 1080px) {
  header.header .modal-nav.modal-nav__fadeout.done {
    display: block;
  }
}
@media screen and (min-width: 1080px) {
  header.header .modal-nav__layout .left {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  header.header .modal-nav__layout .right {
    width: 55.55%;
    margin-left: auto;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
}
@media screen and (min-width: 1080px) {
  header.header .modal-nav__menu {
    max-width: none;
  }
}
header.header .modal-nav__menu--ul {
  width: 50%;
  margin: 0px auto;
}
@media screen and (min-width: 1080px) {
  header.header .modal-nav__menu--ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (orientation: landscape) and (max-width: 919px) {
  header.header .modal-nav__menu--ul {
    width: 90%;
  }
}
header.header .modal-nav__menu--ul li {
  text-align: center;
}
@media screen and (min-width: 1080px) {
  header.header .modal-nav__menu--ul li {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    width: 25%;
    height: 90px;
    margin-bottom: 0px;
    font-weight: 500;
  }
}
header.header .modal-nav__menu--ul li a {
  color: #000000;
}
@media screen and (min-width: 1080px) {
  header.header .modal-nav__menu--ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 1080px) {
  header.header .modal-nav__menu--ul li a.cur, header.header .modal-nav__menu--ul li a:hover {
    background: rgba(122, 149, 175, 0.7);
    color: #fff;
    text-decoration: none;
  }
}
header.header .modal-nav__menu--ul li a.craft_logo {
  width: 100%;
  max-width: 355px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
header.header .modal-nav__menu--ul li.btn-cv {
  width: 100%;
}
@media (orientation: landscape) and (max-width: 919px) {
  header.header .modal-nav__menu--ul li.btn-cv {
    width: 43vw;
  }
}

.btn-cv-pc.type-1 a.-gray, .btn-cv.type-1 a.-gray {
  color: #fff;
  background: #7B7B7B;
}
.btn-cv-pc.type-2 a.-bluegray, .btn-cv.type-2 a.-bluegray {
  color: #fff;
  background: #7FABBC;
}

/* footer */
.btn-arrow.orange.-gray a, .btn-arrow.orange.-gray button[type=submit] {
  background-color: #7B7B7B;
  border-color: #7B7B7B;
}
.btn-arrow.orange.-bluegray a, .btn-arrow.orange.-bluegray button[type=submit] {
  background-color: #7FABBC;
  border-color: #7FABBC;
}

main {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.contents_in {
  width: calc(100% - 60px);
  max-width: 1080px;
  margin: 0px auto;
}

.tit_com01 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 55px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .tit_com01 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.tit_com01 .jp {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .tit_com01 .jp {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.tit_com01 .logo {
  display: block;
  width: 100%;
  max-width: 325px;
  margin: 0px auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .tit_com01 .logo {
    width: 57.33%;
    margin-bottom: 20px;
  }
}
.tit_com01.-bb_w {
  padding-bottom: 35px;
  border-bottom: solid 1px #fff;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .tit_com01.-bb_w {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

p.txt_com01 {
  font-size: 18px;
  line-height: 1.88;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  p.txt_com01 {
    font-size: 13px;
  }
}
p.txt_com01.-medium {
  font-weight: 500;
}

p.txt_com02 {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  p.txt_com02 {
    font-size: 13px;
  }
}
p.txt_com02.-medium {
  font-weight: 500;
}

.cap_com {
  font-size: 14px !important;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.6;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .cap_com {
    font-size: 11px !important;
  }
}
.cap_com a {
  display: inline;
  text-decoration: underline;
}

.vt {
  font-size: 12px;
  vertical-align: top;
}

.btn_com01 {
  box-sizing: border-box;
  border: solid 1px #000000;
  text-align: center;
  width: 100%;
  max-width: 395px;
  margin: 0px auto;
  font-family: "Avenir Next", "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
  display: block;
  padding: 15px 0px;
  background-image: url(/ichi-yume/img/common/icon-btn-arrow.svg);
  background-size: 40px 14px;
  background-repeat: no-repeat;
  background-position: top 50% right 23px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn_com01 {
    font-size: 15px;
    padding: 10px 0px;
    background-size: 42px 8px;
    background-position: top 50% right 15px;
  }
}
.btn_com01.-w450 {
  max-width: 450px;
}
.btn_com01.-jp {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
.btn_com01:hover {
  background-position: top 50% right 10px;
}
@media screen and (max-width: 767px) {
  .btn_com01:hover {
    background-position: top 50% right 5px;
  }
}
.btn_com01.-wh {
  background-image: url(/ichi-yume/img/common/icon-btn-arrow_wh.svg);
  color: #fff;
  border-color: #fff;
}

.mb40 {
  margin-bottom: 40px;
}

.mb75 {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .mb75 {
    margin-bottom: 30px;
  }
}

.hero_2nd_area {
  margin-top: 90px;
  background-color: rgba(127, 171, 188, 0.3);
  padding: 120px 0px;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .hero_2nd_area {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .hero_2nd_area {
    padding: 90px 0px 45px;
  }
}
.hero_2nd_area .tit01 {
  font-family: "Avenir Next", "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  color: #000;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .hero_2nd_area .tit01 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
.hero_2nd_area .tit01 span {
  display: block;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 22px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .hero_2nd_area .tit01 span {
    font-size: 16px;
  }
}
.hero_2nd_area .tit02 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  margin-bottom: 25px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .hero_2nd_area .tit02 {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
.hero_2nd_area .txt01 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .hero_2nd_area .txt01 {
    font-size: 14px;
  }
}
.hero_2nd_area.-s {
  background-color: transparent;
  padding: 0px 0px;
}
.hero_2nd_area.-s .tit01 {
  font-size: 50px;
  font-family: "Avenir Next", "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .hero_2nd_area.-s .tit01 {
    font-size: 30px;
  }
}
.hero_2nd_area.-s .tit01 span {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .hero_2nd_area.-s .tit01 span {
    font-size: 13px;
  }
}
.hero_2nd_area.-s .tit02 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .hero_2nd_area.-s .tit02 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.hero_2nd_area.-s .txt01 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .hero_2nd_area.-s .txt01 {
    font-size: 13px;
    text-align: left;
  }
}

main.bg_2nd {
  background: rgba(127, 171, 188, 0.3);
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  main.bg_2nd {
    padding-bottom: 75px;
  }
}
main.bg_2nd .box_white_area {
  width: calc(100% - 160px);
  max-width: 1280px;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 100px;
}
@media screen and (max-width: 1279px) {
  main.bg_2nd .box_white_area {
    padding: 50px;
  }
}
@media screen and (max-width: 1079px) {
  main.bg_2nd .box_white_area {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  main.bg_2nd .box_white_area {
    padding: 35px 20px;
  }
}

/* 改行位置調整 */
@media screen and (max-width: 1079px) {
  .pc, .pc_inline {
    display: none;
  }
}

@media screen and (max-width: 1439px) {
  .pcpc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pctab, .pctab_inline {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 1079px) {
  .tab {
    display: inherit;
  }
}
@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}

.tab_inline {
  display: none;
}
@media screen and (max-width: 1079px) {
  .tab_inline {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .tab_inline {
    display: none;
  }
}

.tabsp {
  display: none;
}
@media screen and (max-width: 1079px) {
  .tabsp {
    display: block;
  }
}

.tabsp_inline {
  display: none;
}
@media screen and (max-width: 1079px) {
  .tabsp_inline {
    display: inline-block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_inline {
    display: inline-block;
  }
}