@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 1000px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .is-sp {
    display: none !important;
  }
}
body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
  background: #fff;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 14px;
    letter-spacing: 0px;
    max-width: 600px;
    margin: 0 auto;
  }
}

.inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .inner {
    padding: 0 15px;
  }
}

.l-inner {
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .l-inner {
    padding: 0 15px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Noto Serif JP", serif;
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

.l-mv {
  background: url(../img/l-mv.jpg) no-repeat top center/cover;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  line-height: 1.3;
  padding: 10px 0;
}
.header .logo {
  max-width: 130px;
}
@media screen and (max-width: 1000px) {
  .header .logo {
    max-width: 80px;
    margin-right: 20px;
  }
}
.header .logo a {
  transition: 0.3s;
}
.header .logo a:hover {
  opacity: 0.6;
}
.header .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .flex .right {
  display: flex;
}
.header .flex .header-ul {
  display: flex;
  align-items: center;
}
.header .flex .header-ul li {
  text-align: center;
  margin-right: 40px;
}
.header .flex .header-ul li a {
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}
.header .flex .header-ul li a:hover {
  opacity: 0.6;
}
.header .flex .header-ul li a .ja {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 3px;
  letter-spacing: 0;
}
.header .flex .header-ul li a .en {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #b7953e;
  font-size: 13px;
  letter-spacing: 0;
}
.header .flex .contact-btn {
  display: flex;
  letter-spacing: 0;
}
.header .flex .contact-btn .btn:first-child {
  margin-right: 15px;
}
@media screen and (max-width: 1000px) {
  .header .flex .contact-btn .btn:first-child {
    margin-right: 10px;
  }
}
.header .flex .contact-btn .btn a {
  background: #b7953e;
  border: 1px solid #b7953e;
  display: block;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transition: 0.3s;
  border-radius: 10px;
  height: 50px;
  white-space: nowrap;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .header .flex .contact-btn .btn a {
    height: 35px;
    border-radius: 7px;
  }
}
.header .flex .contact-btn .btn a:hover {
  background: #fff;
  color: #b7953e;
}
.header .flex .contact-btn .btn a .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.header .flex .contact-btn .btn1 a {
  width: 150px;
  font-size: 11px;
}
@media screen and (max-width: 1000px) {
  .header .flex .contact-btn .btn1 a {
    font-size: 10px;
    width: 130px;
  }
}
@media screen and (max-width: 350px) {
  .header .flex .contact-btn .btn1 a {
    font-size: 9px;
    width: 120px;
  }
}
.header .flex .contact-btn .btn1 a span {
  font-size: 160%;
}
@media screen and (max-width: 1000px) {
  .header .flex .contact-btn .btn1 a span {
    font-size: 140%;
  }
}
.header .flex .contact-btn .btn2 a {
  width: 120px;
  font-size: 13px;
}
@media screen and (max-width: 1000px) {
  .header .flex .contact-btn .btn2 a {
    width: 90px;
    font-size: 10px;
  }
}
@media screen and (max-width: 350px) {
  .header .flex .contact-btn .btn2 a {
    font-size: 9px;
    width: 80px;
  }
}

.mv-heading {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .mv-heading {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.mv-heading .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .mv-heading .flex {
    align-items: flex-start;
  }
}
.mv-heading .flex .left {
  max-width: 280px;
}
@media screen and (max-width: 1000px) {
  .mv-heading .flex .left {
    bottom: 0;
    left: 0;
    max-width: 160px;
  }
}
@media screen and (max-width: 1000px) {
  .mv-heading .flex .right {
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.mv-heading .flex .right span {
  display: block;
}
.mv-heading .flex .right .span1 {
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .mv-heading .flex .right .span1 {
    font-size: 13px;
  }
}
.mv-heading .flex .right .span2 {
  font-size: 74px;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .mv-heading .flex .right .span2 {
    font-size: 39px;
  }
}
.mv-heading .flex .right .span3 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 4px;
}
@media screen and (max-width: 1000px) {
  .mv-heading .flex .right .span3 {
    letter-spacing: 2px;
    font-size: 11px;
  }
}

.mv-bottom {
  position: relative;
}
.mv-bottom .attention {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  bottom: 30px;
  left: 30px;
  position: absolute;
  z-index: 2;
  text-shadow: 0px 0px 10px #fff;
}
@media screen and (max-width: 1000px) {
  .mv-bottom .attention {
    font-size: 10px;
    bottom: 10px;
    left: 10px;
  }
}

.section {
  padding: 100px 0;
}
@media screen and (max-width: 1000px) {
  .section {
    padding: 60px 0;
  }
}

.sec1 {
  background: #ded4cb;
  background: rgba(222, 212, 203, 0.1);
}
.sec1 .flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .sec1 .flex {
    display: block;
  }
}
.sec1 h2 {
  width: 40px;
  min-width: 40px;
  margin-left: 30px;
}
@media screen and (max-width: 1000px) {
  .sec1 h2 {
    margin-left: 0;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.sec1 h3 {
  writing-mode: vertical-rl;
  /* 縦書き・右から左へ */
  text-orientation: upright;
  /* 文字を正立させる */
  font-weight: 600;
  font-size: 22px;
  margin-left: 80px;
}
@media screen and (max-width: 1000px) {
  .sec1 h3 {
    writing-mode: initial;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 30px;
  }
}
.sec1 h3 span {
  display: inline-block;
  position: relative;
}
.sec1 h3 span::after {
  position: absolute;
  top: 105%;
  height: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: #000;
  content: "";
}
@media screen and (max-width: 1000px) {
  .sec1 h3 span::after {
    display: none;
  }
}
.sec1 p {
  writing-mode: vertical-rl;
  /* 縦書き・右から左へ */
  text-orientation: upright;
  /* 文字を正立させる */
  font-weight: 600;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .sec1 p {
    writing-mode: initial;
    font-size: 13px;
    text-align: center;
  }
}
.sec1 p span {
  display: inline-block;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .sec1 p span {
    margin-top: 0;
  }
}
.sec1 p span::after {
  position: absolute;
  bottom: 100%;
  height: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: #000;
  content: "";
}
@media screen and (max-width: 1000px) {
  .sec1 p span::after {
    display: none;
  }
}

.sec1-img {
  position: relative;
}
.sec1-img .attention {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  bottom: 30px;
  left: 30px;
  position: absolute;
  z-index: 2;
  text-shadow: 0px 0px 10px #fff;
}
@media screen and (max-width: 1000px) {
  .sec1-img .attention {
    font-size: 10px;
    bottom: 10px;
    left: 10px;
    text-shadow: 0px 0px 6px #fff;
  }
}

.bg2 {
  background: url(../img/bg2.jpg) no-repeat center center/cover;
}

.section-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .section-title {
    margin-bottom: 25px;
    text-align: center;
  }
}
.section-title .en {
  color: #b7953e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (max-width: 1000px) {
  .section-title .en {
    font-size: 10px;
  }
}
.section-title .ja {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .section-title .ja {
    font-size: 17px;
  }
}

.type .lead {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .type .lead {
    font-size: 11px;
    margin-bottom: 40px;
  }
}
.type ul {
  line-height: 1.4;
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .type ul {
    margin-bottom: 0;
  }
}
.type ul li {
  width: 25%;
  writing-mode: vertical-rl;
  /* 縦書き・右から左へ */
  text-orientation: upright;
  /* 文字を正立させる */
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .type ul li {
    width: 50%;
  }
}
.type ul li .contents {
  margin: 0 auto;
  height: 320px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .type ul li .contents {
    height: initial;
  }
}
.type ul li .contents h3 {
  font-size: 26px;
  font-weight: 600;
  margin-left: 20px;
}
@media screen and (max-width: 1000px) {
  .type ul li .contents h3 {
    font-size: 20px;
  }
}
.type ul li .contents h3 span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .type ul li .contents h3 span {
    font-size: 10px;
  }
}
.type ul li .contents h3 span::before {
  position: absolute;
  bottom: -25px;
  content: "";
  left: 50%;
  width: 1px;
  background: #000;
  transform: translateX(-50%);
  content: "";
  height: 20px;
}
.type ul li .contents h3 span::after {
  position: absolute;
  top: -25px;
  content: "";
  left: 50%;
  width: 1px;
  background: #000;
  transform: translateX(-50%);
  content: "";
  height: 20px;
}
.type ul li .contents p {
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  .type ul li .contents p {
    font-size: 14px;
  }
}
.type ul li .contents .name {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .type ul li .contents .name {
    font-size: 14px;
  }
}
.type ul li:nth-child(1) .img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .type ul li:nth-child(1) .img {
    width: 70%;
  }
}
.type ul li:nth-child(2) .img {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .type ul li:nth-child(2) .img {
    width: 60%;
  }
}
.type ul li:nth-child(3) .img {
  width: 45%;
  margin: 0 auto;
}
.type ul li:nth-child(4) .img {
  width: 55%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .type ul li .img3 {
    width: 45% !important;
    margin: 0 auto;
  }
  .type ul li .img4 {
    width: 45% !important;
    margin: 0 auto;
  }
  .type ul li .img {
    margin-top: 20px !important;
  }
}
.type .attention {
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .type .attention {
    font-size: 12px;
    margin-top: 10px;
  }
}

.haka-price .title {
  font-size: 25px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #b7953e;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .haka-price .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.haka-price .items {
  display: flex;
  justify-content: space-between;
}
.haka-price .items .item {
  border: 1px solid #b7953e;
  padding: 5px 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  .haka-price .items .item {
    width: 48%;
    text-align: center;
  }
}
.haka-price .items .span1 {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .haka-price .items .span1 {
    font-size: 20px;
  }
}
.haka-price .items .span2 {
  font-size: 22px;
  margin-left: -10px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .haka-price .items .span2 {
    font-size: 14px;
    margin-left: -5px;
  }
}
.haka-price .items .span3 {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .haka-price .items .span3 {
    font-size: 12px;
  }
}

@media screen and (max-width: 1000px) {
  .haka-price {
    margin-bottom: 40px;
  }
}
.price {
  background: url(../img/price-bg.png) no-repeat left center/cover;
}
.price .row {
  border-bottom: 1px solid #b7953e;
  padding: 30px 0;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .price .row {
    padding: 20px 0;
  }
}
.price .row:first-child {
  border-top: 1px solid #b7953e;
}
.price .row .dt {
  width: 50%;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .price .row .dt {
    font-size: 12px;
    width: 40%;
  }
}
.price .row .dt span {
  font-size: 23px;
  font-weight: 600;
  position: relative;
  margin-right: 7px;
}
@media screen and (max-width: 1000px) {
  .price .row .dt span {
    font-size: 16px;
  }
}
.price .row .dt ruby {
  font-size: 10px;
  font-weight: 200;
  position: absolute;
  bottom: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .price .row .dt ruby {
    font-size: 8px;
  }
}
.price .row .dd {
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .price .row .dd {
    width: 60%;
  }
}
.price .row .dd .price {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .price .row .dd .price {
    font-size: 14px;
  }
}
.price .row .dd p {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .price .row .dd p {
    font-size: 11px;
  }
}
.price .row .dd .right {
  width: 50%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .price .row .dd .right {
    position: absolute;
    top: 10px;
    right: -60px;
  }
}
.price .row .dd .right .add {
  background: #b7953e;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .price .row .dd .right .add {
    width: 50px;
    height: 50px;
  }
}
.price .row .dd .right .add .wrap {
  font-size: 12.5px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  .price .row .dd .right .add .wrap {
    font-size: 11px;
  }
}
.price .attention {
  margin-top: 30px;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .price .attention {
    margin-top: 15px;
    font-size: 12px;
  }
}

body,
html {
  overflow-x: hidden;
}

.center-img {
  position: relative;
}
.center-img .attention {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  bottom: 30px;
  left: 30px;
  position: absolute;
  z-index: 2;
  text-shadow: 0px 0px 10px #fff;
}
@media screen and (max-width: 1000px) {
  .center-img .attention {
    font-size: 10px;
    bottom: 10px;
    left: 10px;
  }
}

.project {
  position: relative;
}
.project .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 57%;
}
@media screen and (min-width: 1001px) {
  .project .section-title-wrap {
    text-align: right;
  }
  .project .section-title-wrap .en {
    text-align: left;
  }
  .project .section-title {
    display: inline-block;
  }
}
.project .flex {
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .project .flex {
    display: block;
  }
}
.project .flex .contents {
  writing-mode: vertical-rl;
  /* 縦書き・右から左へ */
  text-orientation: upright;
  /* 文字を正立させる */
}
@media screen and (min-width: 1001px) {
  .project .flex .contents {
    width: 600px;
  }
}
@media screen and (max-width: 1000px) {
  .project .flex .contents {
    margin: 0 auto 30px !important;
  }
}
.project .flex .contents h3 {
  margin-left: 40px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .project .flex .contents h3 {
    margin-left: 4vw;
    font-size: 15px;
  }
}
.project .flex .contents p {
  font-size: 19px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .project .flex .contents p {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 350px) {
  .project .flex .contents p {
    font-size: 11px;
  }
}
.project .flex .img {
  width: calc(100% - 600px);
}
@media screen and (max-width: 1000px) {
  .project .flex .img {
    width: 100%;
  }
}

.member {
  background: url(../img/member-bg.jpg) no-repeat top center/cover;
}
.member .area1 {
  margin-bottom: 150px;
}
@media screen and (max-width: 1000px) {
  .member .area1 {
    margin-bottom: 80px;
  }
}
.member .row {
  line-height: 1.3;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #b7953e;
}
@media screen and (min-width: 1001px) {
  .member .row {
    padding: 30px 30px;
  }
}
.member .row:first-child {
  border-top: 1px solid #b7953e;
}
.member .row .dt {
  width: 30%;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .member .row .dt {
    font-size: 13px;
    width: 45%;
    padding-left: 10px;
  }
}
.member .row .dd {
  font-size: 19px;
  width: 65%;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .member .row .dd {
    font-size: 12px;
    width: 50%;
    padding-right: 10px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1000px) {
  .member .row {
    padding: 20px 0;
  }
}

.member-lists .item {
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .member-lists .item {
    margin-bottom: 60px;
  }
}
.member-lists .item:last-child {
  margin-bottom: 0;
}
.member-lists .item .m-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .member-lists .item .m-flex {
    display: block;
  }
}
.member-lists .item .m-flex .img {
  width: 230px;
}
@media screen and (max-width: 1000px) {
  .member-lists .item .m-flex .img {
    width: 50%;
    margin: 0 auto 20px;
  }
}
.member-lists .item .m-flex .contents {
  width: calc(100% - 290px);
}
@media screen and (max-width: 1000px) {
  .member-lists .item .m-flex .contents {
    width: 100%;
  }
}
.member-lists .row1 {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .member-lists .row1 {
    justify-content: center;
  }
}
.member-lists .row1 span {
  display: inline-block;
}
.member-lists .row1 .span1 {
  font-size: 25px;
  font-weight: 600;
  padding-right: 20px;
  border-right: 1px solid #000;
}
@media screen and (max-width: 1000px) {
  .member-lists .row1 .span1 {
    font-size: 18px;
    padding-right: 15px;
  }
}
.member-lists .row1 .span2 {
  font-size: 12px;
  font-weight: 300;
  color: #b7953e;
  padding-left: 20px;
}
@media screen and (max-width: 1000px) {
  .member-lists .row1 .span2 {
    font-size: 8px;
    padding-left: 15px;
  }
}
.member-lists .row2 {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .member-lists .row2 {
    margin: 0 20px;
    margin-bottom: 10px;
  }
  .member-lists .row2:last-child {
    display: block;
  }
  .member-lists .row2:last-child .dt {
    width: 100%;
  }
  .member-lists .row2:last-child .dd {
    width: 100%;
  }
}
.member-lists .row2 .dt {
  font-size: 19px;
  font-weight: 700;
  width: 160px;
}
@media screen and (max-width: 1000px) {
  .member-lists .row2 .dt {
    font-size: 14px;
    width: 30%;
  }
}
.member-lists .row2 .dd {
  font-size: 19px;
  font-weight: 600;
  width: calc(100% - 180px);
}
@media screen and (max-width: 1000px) {
  .member-lists .row2 .dd {
    font-size: 13px;
    width: 65%;
  }
}
.member-lists .row2 .dd ul {
  padding-left: 20px;
}
@media screen and (max-width: 1000px) {
  .member-lists .row2 .dd ul {
    padding-left: 16px;
  }
}
.member-lists .row2 .dd ul li {
  position: relative;
}
.member-lists .row2 .dd ul li::after {
  position: absolute;
  content: "・";
  top: 0;
  left: -20px;
}

.history {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .history .inner {
    margin: 0 20px;
  }
}
.history .bg {
  position: absolute;
  width: 30%;
  top: 0;
  right: 0%;
}
.history .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .history .flex {
    display: block;
  }
}
.history .flex .contents {
  width: 580px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .history .flex .contents {
    width: 100%;
    justify-content: center;
  }
}
.history .flex .img {
  width: calc(100% - 550px);
}
@media screen and (max-width: 1000px) {
  .history .flex .img {
    width: 100%;
    margin-bottom: 30px;
  }
  .history .flex .img img {
    width: 70%;
  }
}
.history h3 {
  writing-mode: vertical-rl;
  /* 縦書き・右から左へ */
  text-orientation: upright;
  /* 文字を正立させる */
  font-size: 29px;
  margin-left: 30px;
}
@media screen and (max-width: 1000px) {
  .history h3 {
    font-size: 24px;
  }
}
.history p {
  writing-mode: vertical-rl;
  /* 縦書き・右から左へ */
  text-orientation: upright;
  /* 文字を正立させる */
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .history p {
    font-size: 14px;
  }
}
.history .flex1 {
  display: flex;
  justify-content: space-between;
}

.project .flex .contents p span {
  position: relative;
}
.project .flex .contents p span::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
  content: "";
  height: 40px;
  width: 1px;
  background: #000;
}
@media screen and (max-width: 1000px) {
  .project .flex .contents p span::before {
    height: 25px;
    top: -28px;
  }
}

.last-bg {
  background: url(../img/last-bg.jpg) no-repeat top center/cover;
}
.last-bg .box {
  border: 1px solid #b7953e;
}
.last-bg .box .wrap {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .last-bg .box .wrap {
    display: block;
  }
}
.last-bg .box .item1 {
  border-right: 1px solid #b7953e;
}
@media screen and (max-width: 1000px) {
  .last-bg .box .item1 {
    border-right: none;
    border-bottom: 1px solid #b7953e;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .last-bg .box .item2 {
    padding-top: 20px;
  }
}
.last-bg .box .item {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .last-bg .box .item {
    width: 100%;
  }
}
.last-bg .box .item .en {
  font-size: 12px;
  text-align: center;
  color: #b7953e;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .last-bg .box .item .en {
    font-size: 10px;
  }
}
.last-bg .box .item .ja {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .last-bg .box .item .ja {
    font-size: 15px;
  }
}
.last-bg .box .item .num {
  font-size: 30px;
  color: #000;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .last-bg .box .item .num {
    font-size: 23px;
  }
}
.last-bg .box .item .icon {
  width: 30px;
  margin: 0 auto;
  margin-top: 10px;
}
.last-bg .box a {
  transition: 0.3s;
}
.last-bg .box a:hover {
  opacity: 0.6;
}

.qa .row {
  margin-bottom: 40px;
  border-top: 1px solid #b7953e;
  border-bottom: 1px solid #b7953e;
  font-size: 19px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .qa .row {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .qa .row {
    font-size: 13px;
  }
}
.qa .row .icon {
  font-size: 26px;
  font-weight: 600;
  margin-right: 40px;
}
@media screen and (max-width: 1000px) {
  .qa .row .icon {
    font-size: 18px;
    margin-right: 20px;
  }
}
.qa .row .dt {
  display: flex;
  align-items: center;
  padding: 20px 40px;
}
@media screen and (max-width: 1000px) {
  .qa .row .dt {
    padding: 10px 10px;
  }
}
.qa .row .dt:first-child {
  border-bottom: 1px solid #b7953e;
}

.footer {
  line-height: 1.5;
  background: #1c1c1c;
  padding: 100px 0;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.footer .l-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .footer .l-inner {
    display: block;
  }
}
.footer .l-inner .left {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .footer .l-inner .left {
    width: 100%;
  }
}
.footer .l-inner .right {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .footer .l-inner .right {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .footer {
    font-size: 12px;
  }
}
.footer .logo {
  max-width: 256px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .footer .logo {
    width: 50%;
    margin-bottom: 30px;
  }
}
.footer .address {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .footer .address {
    margin-bottom: 10px;
  }
}
.footer a {
  transition: 0.3s;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .footer a {
    font-size: 12px;
  }
}
.footer a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .footer {
    padding: 30px 0 60px;
  }
}
.footer ul {
  /* 文字を正立させる */
}
@media screen and (min-width: 1001px) {
  .footer ul {
    writing-mode: vertical-rl;
    /* 縦書き・右から左へ */
    text-orientation: upright;
    margin-left: auto;
  }
}
@media screen and (max-width: 1000px) {
  .footer ul {
    margin: 0 auto;
    margin-top: 50px;
  }
}
.footer ul li {
  margin-left: 30px;
}
@media screen and (max-width: 1000px) {
  .footer ul li {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.footer ul li a {
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .footer ul li a {
    font-size: 12px;
  }
}

html {
  scroll-behavior: smooth;
}

.mv-heading .flex .left {
  opacity: 0;
  transform: translateX(-30px);
  /* 左に30pxずらしておく */
  animation: fadeSlideIn 1.5s ease-out forwards;
  animation-delay: 0.5s;
  /* ページ読み込み後0.5秒後に開始 */
}

.mv-heading .flex .right {
  opacity: 0;
  transform: translateX(30px);
  /* 左に30pxずらしておく */
  animation: fadeSlideIn2 1.5s ease-out forwards;
  animation-delay: 0.5s;
  /* ページ読み込み後0.5秒後に開始 */
}

@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeSlideIn2 {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeUpYura {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  70% {
    transform: translateY(0px);
    /* 少し上に行き過ぎる */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    /* 落ち着く */
  }
}
.sec1 .flex,
.type .inner,
.project .flex,
.history .flex {
  opacity: 0;
}

.sec1 .flex.is-visible,
.type .inner.is-visible,
.project .flex.is-visible,
.history .flex.is-visible {
  animation: fadeUpYura 2s ease-out forwards;
}

.mv-heading .flex .right {
  color: #575757;
}

.price .row .dd .price {
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .price .row .dd .price {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 1000px) {
  .section-title .ja {
    font-size: 20px;
  }
  .sec1 h2 {
    width: 180px;
    margin-bottom: 10px;
  }
  .sec1 p {
    font-size: 15px;
  }
  .price .row .dd .right {
    top: 50%;
    transform: translateY(-50%);
  }
  .type .lead {
    font-size: 14px;
  }
  .project .flex .contents p {
    font-size: 13.5px;
  }
  .qa .row {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .project .flex .contents p {
    font-size: 12px;
  }
}
.price .row .dt {
  text-align: left;
  padding-left: 120px;
}
@media screen and (max-width: 1000px) {
  .price .row .dt {
    padding-left: 30px;
    padding-right: 10px;
    white-space: nowrap;
  }
}

.member-lists .row2 .dd ul li::after {
  color: #b7953e;
}

@media screen and (max-width: 1000px) {
  .history .inner {
    max-width: 337px;
    margin: 0 auto;
  }
}
.history p span {
  position: relative;
}
.history p span ruby {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  font-size: 50%;
  height: 100%;
  white-space: nowrap;
  text-align: center;
}
.history p span {
  position: relative;
  margin: 20px 0;
}
.history p span::before {
  position: absolute;
  content: "";
  top: -15px;
  height: 12px;
  width: 1px;
  background: #000;
  left: 50%;
  transform: translateX(-50%);
}
.history p span::after {
  position: absolute;
  content: "";
  bottom: -15px;
  height: 12px;
  width: 1px;
  background: #000;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 350px) {
  .history p {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */