@charset "UTF-8";
/* リセット・共通スタイル
---------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Shippori Mincho", serif;
  color: #464646;
  font-size: 15px;
  font-weight: 500;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #464646;
  text-decoration: none;
}

a img {
  border: none;
}

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

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

input, label, select, textarea {
  vertical-align: middle;
}

button {
  color: inherit;
  background-color: unset;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

/* inner
---------------------------------------------------------- */
.inner {
  margin: 0 auto;
  padding: 0 45px;
  width: 100%;
  max-width: 1600px;
}
@media all and (min-width: 751px) {
  .inner {
    padding: 0 104px;
  }
}

/* 非表示
---------------------------------------------------------- */
@media all and (min-width: 751px) {
  .for_sp {
    display: none;
  }
}

@media all and (max-width: 750px) {
  .for_pc {
    display: none;
  }
}

/* $bp
---------------------------------------------------------- */
/* head_contents
---------------------------------------------------------- */
.head_contents {
  padding-bottom: 40px;
  background: #fff;
}
@media all and (min-width: 751px) {
  .head_contents {
    padding-bottom: 120px;
  }
}
.head_contents .page_ttl,
.head_contents .txts {
  color: #FFFFFA;
}
.head_contents .ttl_contents {
  position: relative;
  z-index: 1;
}
.head_contents .ttl_contents .page_ttl {
  position: absolute;
  font-size: 22px;
  font-weight: 500;
  font-family: var(--font-min);
  letter-spacing: 0.8em;
  display: block;
  line-height: 2;
  color: var(--color-off-white);
  z-index: 1;
  opacity: 0;
  -webkit-filter: blur(10px) brightness(1.5);
          filter: blur(10px) brightness(1.5);
  translate: 0 5%;
  -webkit-transition-timing-function: opacity cubic-bezier(0.33, 1, 0.68, 0.8), translate cubic-bezier(0.22, 1, 0.36, 0.8), filter cubic-bezier(0.33, 1, 0.68, 0.8);
          transition-timing-function: opacity cubic-bezier(0.33, 1, 0.68, 0.8), translate cubic-bezier(0.22, 1, 0.36, 0.8), filter cubic-bezier(0.33, 1, 0.68, 0.8);
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}
@media all and (max-width: 750px) {
  .head_contents .ttl_contents .page_ttl {
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 21px;
    line-height: 1.8;
    -webkit-transition-timing-function: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 0.8), transform 0.8s cubic-bezier(0.22, 1, 0.36, 0.8), filter 0.8s cubic-bezier(0.33, 1, 0.68, 0.8);
            transition-timing-function: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 0.8), transform 0.8s cubic-bezier(0.22, 1, 0.36, 0.8), filter 0.8s cubic-bezier(0.33, 1, 0.68, 0.8);
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
  }
}
@media all and (min-width: 751px) {
  .head_contents .ttl_contents .page_ttl {
    text-align: left;
    font-size: clamp(25px, 2vw, 32px);
    left: min(104px, 6.5vw);
    bottom: min(140px, 8.75vw);
  }
}
.head_contents .ttl_contents .page_ttl.active {
  letter-spacing: 0.7em;
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  translate: 0;
}
.head_contents .txt_contents {
  padding: 14px 0 150px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 751px) {
  .head_contents .txt_contents {
    padding: 74px 0 330px;
    background-image: url(../images/about/about_02_pc.jpg);
  }
}
@media all and (max-width: 750px) {
  .head_contents .txt_contents .inner {
    padding: 0 40px;
  }
}
.head_contents .txt_contents .txts {
  text-align: right;
}
@media all and (min-width: 751px) {
  .head_contents .txt_contents .txts {
    margin-left: auto;
  }
}
@media all and (min-width: 1151px) {
  .head_contents .txt_contents .txts {
    width: 46.2%;
  }
}
.head_contents .txt_contents .txts .catch_copy {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.6em;
  line-height: 2;
  text-align: left;
}
@media all and (min-width: 751px) {
  .head_contents .txt_contents .txts .catch_copy {
    margin-bottom: 64px;
    font-size: 24px;
    letter-spacing: 0.8em;
  }
}
.head_contents .txt_contents .txts .lead_contents {
  text-align: left;
}
@media all and (min-width: 1151px) {
  .head_contents .txt_contents .txts .lead_contents {
    display: inline-block;
  }
}
.head_contents .txt_contents .txts .lead {
  letter-spacing: 0.1em;
  line-height: 2.25;
}
@media all and (min-width: 751px) {
  .head_contents .txt_contents .txts .lead {
    font-size: 17px;
  }
}
.head_contents .txt_contents .txts .lead:not(:last-of-type) {
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  .head_contents .txt_contents .txts .lead:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

/* ボタン
---------------------------------------------------------- */
.more_btn {
  margin-top: 25px;
}
@media all and (min-width: 751px) {
  .more_btn {
    margin-top: 35px;
  }
}
.more_btn a {
  position: relative;
  color: #464646;
  font-size: 14px;
  letter-spacing: 0.2em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media all and (min-width: 751px) {
  .more_btn a {
    font-size: 17px;
  }
}
.more_btn a::after {
  position: absolute;
  content: "";
  background-color: #464646;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
@media all and (min-width: 751px) {
  .more_btn a::after {
    bottom: -20px;
  }
}

/* .wrap
---------------------------------------------------------- */
@media all and (min-width: 1151px) {
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 73px;
  }
}

/* section
---------------------------------------------------------- */
section:not(:last-child) {
  background: #fff;
}

/* .sec_ttl
---------------------------------------------------------- */
.sec_ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  letter-spacing: 0.6em;
}
@media all and (max-width: 750px) {
  .sec_ttl {
    font-size: 22px;
    padding-bottom: 20px;
    letter-spacing: 0.45em;
  }
}
.sec_ttl.center {
  text-align: center;
}
@media all and (max-width: 750px) {
  .sec_ttl.center {
    letter-spacing: 0.31em;
    text-align: left;
  }
}
@media all and (min-width: 751px) {
  .sec_ttl.center {
    margin: 0 auto;
  }
}
.sec_ttl span {
  font-weight: 500;
}
@media all and (max-width: 750px) {
  .sec_ttl span:first-of-type {
    margin: 0 15px 8px 0;
  }
}
.sec_ttl.wrap_ttl {
  margin-bottom: 12px;
}
@media all and (min-width: 751px) {
  .sec_ttl.wrap_ttl {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec_ttl.wrap_ttl::after {
  top: 9px;
  left: 45px;
}
@media all and (min-width: 751px) {
  .sec_ttl.wrap_ttl::after {
    top: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 90px;
  }
}
@media all and (min-width: 751px) {
  .sec_ttl.wrap_ttl span:first-of-type {
    padding-right: 51px;
  }
}
@media all and (min-width: 751px) {
  .sec_ttl.wrap_ttl span:nth-of-type(2) {
    padding-left: 51px;
  }
}
@media all and (min-width: 751px) {
  .sec_ttl.bottom_ttl {
    margin-bottom: 16px;
    margin-inline: auto;
  }
}
.sec_ttl.bottom_ttl::after {
  top: 9px;
}
@media all and (min-width: 751px) {
  .sec_ttl.bottom_ttl::after {
    top: auto;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.sec_ttl span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.5em;
}
@media all and (min-width: 751px) {
  .sec_ttl span {
    font-size: 14px;
  }
}

/* 最後のセクション
---------------------------------------------------------- */
.sec_last {
  position: relative;
  padding: 220px 0 360px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 751px) {
  .sec_last {
    padding: 377px 0;
  }
}
.sec_last .sec_ttl {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5em;
  line-height: 2;
  color: #FFFFFA;
  margin-left: auto;
}
@media all and (min-width: 751px) {
  .sec_last .sec_ttl {
    font-size: 20px;
    line-height: 2.4;
  }
}
@media all and (max-width: 750px) {
  .sec_last .sec_ttl {
    margin: 0 0 0 auto;
  }
}
@media all and (min-width: 1151px) {
  .sec_last .sec_ttl {
    width: min(420px, 100%);
  }
}

.sec_last_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-fill-available;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}