@charset "UTF-8";
.fontMont {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

/*---------------------------------------------
共通部分
---------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}

body * {
  letter-spacing: 0.1em;
  line-height: 160%;
}

a {
  color: #000000;
  text-decoration: underline;
  font-weight: 600;
}
a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4 {
  font-weight: 800;
  line-height: 1.4em;
}
h1 span,
h2 span,
h3 span,
h4 span {
  font-weight: 800;
  line-height: 1.2em;
}

p {
  font-weight: 600;
  line-height: 1.6em;
}

.commonWidth {
  margin: 0 auto;
}

.footerWidth {
  margin: 0 auto;
}

.noLink {
  opacity: 0.5;
  pointer-events: none;
  cursor: inherit;
}

.icoCircle {
  background: linear-gradient(157deg, #ddd 0%, #7dc3c8 49%, #f1d3d2 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  display: inline-block;
}

.errorText {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .wrapWidth {
    width: 92.3vw;
    margin: 0 auto;
  }
  .commonWidth {
    width: 92.3vw;
  }
  .commonWidthSp {
    width: 92.3vw;
    margin: 0 auto;
  }
  .footerWidth {
    width: 92.3vw;
    margin: 0 auto;
  }
  .icoCircle {
    width: 12px;
    height: 12px;
  }
  .contentArea {
    padding-bottom: 0px;
  }
  .errorText {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .wrapWidth {
    width: clamp(712px, 92.7vw, 1780px);
    margin: 0 auto;
  }
  .wrapWidthPc {
    width: clamp(712px, 92.7vw, 1780px);
    margin: 0 auto;
  }
  .commonWidth {
    width: 90vw;
    max-width: 1200px;
  }
  .commonWidthPc {
    width: 90vw;
    max-width: 1200px;
    margin: 0 auto;
  }
  .footerWidth {
    width: 78vw;
    max-width: 1500px;
  }
  .icoCircle {
    width: 16px;
    height: 16px;
  }
  .errorText {
    font-size: clamp(14px, 1.39vw, 20px);
  }
}
/*---------------------------------------------
secHeader
---------------------------------------------*/
.secHeader {
  background: #efefef;
}

/*---------------------------------------------
secFooter
---------------------------------------------*/
.secFooter {
  background-color: #ffffff;
  color: #ffffff;
  padding: 80px 0 0;
}
.secFooter .wrapWidth {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 44px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
}
.secFooter .wrapWidth .logo {
  display: block;
  width: 116px;
  grid-column: 1/2;
  grid-row: 1/2;
}
.secFooter .wrapWidth .address {
  grid-column: 1/2;
  grid-row: 2/3;
  color: #000000;
  font-size: 15px;
}
.secFooter .wrapWidth .insta {
  grid-column: 2/3;
  grid-row: 1/2;
  display: block;
  margin: auto 0 auto auto;
}
.secFooter .wrapWidth .list {
  grid-column: 2/3;
  grid-row: 2/3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 60px;
  justify-content: space-between;
}
.secFooter .wrapWidth .list .box .mds {
  display: block;
  font-size: clamp(14px, 1.39vw, 20px);
  margin-bottom: 8px;
  font-weight: 800;
}
.secFooter .wrapWidth .list .box .link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  margin-bottom: 3px;
  margin-left: 8px;
  font-weight: 700;
}
.secFooter .wrapWidth .list .box .otherlink {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  font-size: 15px;
  font-weight: 700;
}
.secFooter .wrapWidth .list .box .otherlink img {
  width: 14px;
  height: 14px;
}
.secFooter .copyright {
  max-width: 1100px;
  width: 90%;
  margin: auto;
  color: #c8161d;
  font-size: 13px;
  padding: 44px 0;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .secFooter {
    padding: 48px 0 0;
  }
  .secFooter .wrapWidth {
    width: 92vw;
    margin: 0 auto 64px;
    display: grid;
    grid-template-columns: 1fr 26px;
    gap: 12px;
  }
  .secFooter .wrapWidth .logo {
    width: 80px;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .secFooter .wrapWidth .address {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .secFooter .wrapWidth .insta {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .secFooter .wrapWidth .list {
    grid-column: 1/3;
    grid-row: 3/4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 6vw;
    justify-content: space-between;
  }
  .secFooter .wrapWidth .list .box .mds {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secFooter .wrapWidth .list .box .link {
    font-size: 14px;
    margin-bottom: 3px;
    margin-left: 10px;
  }
  .secFooter .wrapWidth .list .box .otherlink {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secFooter .wrapWidth .list .box .otherlink img {
    width: 14px;
    height: 14px;
  }
  .secFooter .copyright {
    width: 92vw;
    font-size: 13px;
    padding: 44px 0 24px;
    text-align: center;
  }
}
/*---------------------------------------------
エラー系テキスト
---------------------------------------------*/
.commonErrorText {
  line-height: 200%;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .commonErrorText {
    font-size: clamp(14px, 4.62vw, 18px);
  }
}
@media only screen and (min-width: 768px) {
  .commonErrorText {
    font-size: clamp(14px, 1.53vw, 22px);
  }
}
/*---------------------------------------------
ヘッダー
---------------------------------------------*/
.secHeader .headerWidth {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 76px 16px 22px;
  z-index: 20;
}
.secHeader .headerWidth .secHeaderIn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.secHeader .headerWidth .secHeaderIn .right {
  display: flex;
  gap: 12px;
  align-items: center;
}
.secHeader .headerWidth .secHeaderIn .right .btn_nav {
  height: 30px;
  padding: 0 1px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid #000;
  font-size: 20px;
  font-weight: 800;
}
.secHeader .headerWidth .secHeaderIn .right .insta {
  display: block;
  padding: 0 15px 0 5px;
}

@media only screen and (max-width: 767px) {
  .secHeader .headerWidth {
    padding: 16px 7px 16px 7px;
  }
  .secHeader .headerWidth .secHeaderIn .right {
    display: flex;
    gap: 6px;
    align-items: center;
  }
  .secHeader .headerWidth .secHeaderIn .right .btn_nav {
    height: 24px;
    padding: 0 1px 2px;
    font-size: 16px;
  }
  .secHeader .headerWidth .secHeaderIn .right .btn_nav img {
    width: 72px;
  }
  .secHeader .headerWidth .secHeaderIn .right .insta {
    display: block;
    padding: 0 6px 0 0;
    width: 28px;
  }
}
#wpadminbar {
  display: none;
}

/*---------------------------------------------
ボタン
---------------------------------------------*/
.btn {
  max-width: 230px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3px;
  font-weight: 800;
  transition: 0.3s;
  position: relative;
  transition: 0.3s;
}
.btn::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-size: contain;
}
.btn::before {
  content: "";
  height: 2px;
  width: 0%;
  display: block;
  position: absolute;
  bottom: -1px;
  background-color: #c8161d;
  transition: 0.3s;
}
.btn:hover {
  opacity: 1;
  transition: 0.3s;
  color: #c8161d;
}
.btn:hover::before {
  transition: 1.4s;
  left: 0;
  width: 100%;
  background-color: #c8161d;
}

a:hover .btn {
  opacity: 1;
  transition: 0.3s;
}
a:hover .btn::before {
  transition: 1.4s;
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #c8161d;
}

.btn_rd {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.btn_rd::after {
  background: url(../images/btn_rd.svg);
}

.btn_bk {
  border-bottom: 1px solid #000000;
  color: #000000;
}
.btn_bk::after {
  background: url(../images/btn_bk.svg);
}

.btn_wh {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.btn_wh::after {
  background: url(../images/btn_bk.svg);
}
.btn_wh::before {
  transition: 1.4s;
  content: "";
  height: 2px;
  width: 0%;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #000000;
}
.btn_wh:hover {
  color: #000000;
}
.btn_wh:hover::before {
  transition: 1.4s;
  width: 100%;
  background-color: #000000;
}

/*---------------------------------------------
内部トップ
---------------------------------------------*/
.topTitleArea {
  margin-top: 150px;
}
.topTitleArea .breadlist {
  max-width: 1080px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.topTitleArea .breadlist a {
  font-size: 14px;
  font-weight: 700;
  color: #9b9b9b;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.topTitleArea .breadlist span {
  font-size: 14px;
  font-weight: 700;
  color: #c8161d;
  display: flex;
  align-items: center;
  gap: 12px;
}
.topTitleArea .breadlist span::before {
  content: "";
  display: block;
  width: 23px;
  height: 10px;
  background: url(../images/breadlist.svg);
  pointer-events: none;
}
.topTitleArea .titleJp {
  max-width: 1440px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  z-index: 5;
}
.topTitleArea .titleJp::before {
  content: "";
  display: block;
  width: calc((100vw - 1080px) / 2);
  height: 100%;
  background-color: #000000;
  position: absolute;
  left: calc((100vw - 1440px) / -2);
  z-index: -1;
}
.topTitleArea .titleJp .titleWrap {
  max-width: 1080px;
  width: 92vw;
  margin: auto;
}
.topTitleArea .titleJp .titleWrap .titleJpText {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000000;
  color: #ffffff;
  font-size: clamp(34px, 3.89vw, 56px);
  font-weight: 800;
  line-height: 1.2em;
  padding: 0em 4px 0.08em 4px;
}

@media only screen and (max-width: 767px) {
  .topTitleArea {
    margin-top: 94px;
  }
  .topTitleArea .breadlist {
    gap: 8px;
    margin-bottom: 24px;
  }
  .topTitleArea .titleJp {
    margin-bottom: 30px;
  }
}
.floatIndex {
  position: fixed;
  top: 150px;
  right: 24px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 20;
}
.floatIndex a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 4px;
}
.floatIndex a span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000000;
  padding: 0em 4px 0.08em 4px;
  font-size: clamp(14px, 1.39vw, 20px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2em;
}
.floatIndex a:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/btn_bk.svg);
  transform: rotate(90deg);
}

.floatIndexToggle {
  display: none;
}

@media only screen and (max-width: 767px) {
  .floatIndex {
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
    top: auto;
    bottom: 103px;
    right: -20px;
    border: 1px solid #000000;
    background-color: #ffffff;
    padding: 12px 8px;
  }
  .floatIndex a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-top: 1px solid #9b9b9b;
    border-bottom: 0px solid #9b9b9b;
    margin-bottom: 0;
  }
  .floatIndex a span {
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
  }
  .floatIndex a:last-of-type {
    border-bottom: 1px solid #9b9b9b;
  }
  .floatIndex.floatIndexOn {
    right: 0;
    opacity: 1;
    transition: 0.3s;
    pointer-events: all;
  }
  .onScroll .floatIndexToggle {
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
  }
  .scrollPlus .floatIndexToggle {
    transition: 0.3s;
    opacity: 1;
    pointer-events: all;
  }
  .floatIndexToggle {
    position: fixed;
    bottom: 70px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 20;
    width: 104px;
    height: 34px;
    padding: 2px 8px;
    border: 1px solid #000000;
    background-color: #ffffff;
    transition: 0.3s;
    opacity: 1;
    pointer-events: all;
  }
  .floatIndexToggle p {
    font-weight: 700;
    line-height: 1em;
    padding: 2px 0 0;
    transition: 0.3s;
  }
  .floatIndexToggle span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    display: block;
    width: 13px;
    height: 13px;
  }
  .floatIndexToggle span::after {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background-color: #c8161d;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .floatIndexToggle span::before {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background-color: #c8161d;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.3s;
  }
  .floatIndexToggle.floatIndexOn {
    background-color: #000000;
    transition: 0.3s;
  }
  .floatIndexToggle.floatIndexOn p {
    color: #ffffff;
    transition: 0.3s;
  }
  .floatIndexToggle.floatIndexOn span::before {
    transform: rotate(0deg);
    transition: 0.3s;
  }
}
.secCta {
  background-color: #c8161d;
  position: relative;
  padding: 175px 0 130px;
}
.secCta .wrap {
  max-width: 1060px;
  width: 92vw;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.secCta .wrap .box {
  position: relative;
  background-color: #ffffff;
  padding: 11% 10% 28px;
}
.secCta .wrap .box h2 {
  position: absolute;
  top: -8%;
  left: -16px;
  background-color: #000000;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: clamp(36px, 4.17vw, 60px);
  padding: 0em 4px 0.08em 4px;
  line-height: 1.2em;
  font-weight: 800;
}
.secCta .wrap .box p {
  text-align: center;
  font-size: clamp(16px, 1.81vw, 26px);
  font-weight: 700;
}
.secCta .wrap .box .btn {
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 75px;
  max-width: inherit;
  position: relative;
  font-size: 26px;
  font-weight: 800;
  color: #000000;
  margin: 10px auto 20px;
}
.secCta .wrap .box .btn:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background: url(../../shared/images/btn_bk.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
}
.secCta .wrap .box .btn img {
  width: auto;
  height: 39px;
}
.secCta .wrap .box .link {
  font-size: 15px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-weight: 700;
  color: #000000;
  border-bottom: 1px solid #000000;
  margin: auto;
  position: relative;
  transition: 0.8s;
}
.secCta .wrap .box .link:after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -1px;
  left: 0;
  transition: 0.8s;
}
.secCta .wrap .box .link:hover {
  transition: 0.8s;
  color: #c8161d;
  opacity: 1;
}
.secCta .wrap .box .link:hover:after {
  width: 100%;
  background-color: #c8161d;
  transition: 0.8s;
}

@media only screen and (max-width: 767px) {
  .secCta {
    padding: 88px 0 48px;
  }
  .secCta .wrap {
    width: 92vw;
    display: grid;
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .secCta .wrap .box {
    padding: 18px 2vw 18px;
  }
  .secCta .wrap .box h2 {
    top: -1em;
    left: -4px;
    font-size: clamp(19px, 8.21vw, 32px);
  }
  .secCta .wrap .box p {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secCta .wrap .box .btn {
    width: 90%;
    height: 46px;
    font-size: 16px;
    margin: 6px auto 12px;
  }
  .secCta .wrap .box .btn img {
    width: auto;
    height: 26px;
  }
  .secCta .wrap .box .link {
    font-size: 15px;
  }
}
.ctalinkbox {
  width: 100vw;
}
.ctalinkbox .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #000000;
}
.ctalinkbox .wrap .box {
  background-position: center !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  padding: 88px 0;
  justify-content: center;
}
.ctalinkbox .wrap .box:nth-of-type(1) {
  border-right: 1px solid #ffffff;
}
.ctalinkbox .wrap .box.now {
  background: url(../images/cta_bg_now.jpg);
}
.ctalinkbox .wrap .box.now .text {
  color: #c8161d;
}
.ctalinkbox .wrap .box.now .text span {
  color: #c8161d;
}
.ctalinkbox .wrap .box.seicho {
  background: url(../images/cta_bg_seicho.jpg);
}
.ctalinkbox .wrap .box.seicho .text {
  color: #c8161d;
}
.ctalinkbox .wrap .box.seicho .text span {
  color: #c8161d;
}
.ctalinkbox .wrap .box.real {
  background: url(../images/cta_bg_real.jpg);
}
.ctalinkbox .wrap .box.real .text {
  color: #c8161d;
}
.ctalinkbox .wrap .box.real .text span {
  color: #c8161d;
}
.ctalinkbox .wrap .box .text {
  text-align: center;
  font-size: clamp(48px, 5.56vw, 80px);
  display: block;
  line-height: 1.4em;
  font-weight: 800;
  color: #ffffff;
}
.ctalinkbox .wrap .box .text span {
  font-size: clamp(19px, 2.22vw, 32px);
  display: block;
  line-height: 1.4em;
  font-weight: 800;
  color: #ffffff;
}
.ctalinkbox .wrap .box .btn {
  margin: 56px auto 0;
}

@media only screen and (max-width: 767px) {
  .ctalinkbox .wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-template: repeat(3, 1fr);
  }
  .ctalinkbox .wrap .box {
    background-position: top center;
    padding: 40px 0;
  }
  .ctalinkbox .wrap .box:nth-of-type(1) {
    border-right: 0px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .ctalinkbox .wrap .box.now .text, .ctalinkbox .wrap .box.seicho .text, .ctalinkbox .wrap .box.real .text {
    font-size: clamp(43px, 18.46vw, 72px);
    letter-spacing: 0.04em;
  }
  .ctalinkbox .wrap .box.now .text span, .ctalinkbox .wrap .box.seicho .text span, .ctalinkbox .wrap .box.real .text span {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .ctalinkbox .wrap .box.seicho .text {
    font-size: clamp(36px, 15.38vw, 60px);
    letter-spacing: 0.04em;
  }
  .ctalinkbox .wrap .box .text {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: clamp(32px, 13.85vw, 54px);
    letter-spacing: 0.04em;
  }
  .ctalinkbox .wrap .box .text span {
    font-size: clamp(14px, 5.13vw, 20px);
    display: block;
    line-height: 1.4em;
    font-weight: 800;
  }
  .ctalinkbox .wrap .box .btn {
    margin: 24px auto 0;
  }
}/*# sourceMappingURL=common.css.map */