@charset "UTF-8";
@media screen and (width <= 767px) {
  section {
    scroll-margin-top: 8rem;
  }
}
@media screen and (width > 767px), print {
  section {
    scroll-margin-top: 10rem;
  }
}

@media screen and (767px < width <= 960px) {
  .about_content::after {
    content: "";
    clear: both;
  }
}
@media screen and (width > 960px), print {
  .about_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7.2rem;
  }
}
@media screen and (width > 960px), print {
  .about_content .txt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.about_content .txt .article-txt {
  margin-top: 3.2rem;
}
@media screen and (width > 960px), print {
  .about_content .txt .article-txt:first-child {
    margin-top: 0;
  }
}
@media screen and (width <= 767px) {
  .about_content .img {
    width: 100%;
  }
}
@media screen and (767px < width <= 960px) {
  .about_content .img {
    width: 40%;
  }
}
@media screen and (width > 960px), print {
  .about_content .img {
    margin-top: 4rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (width <= 767px) {
  .about_content:first-of-type {
    padding-top: 4.8rem;
    position: relative;
  }
}
@media screen and (width > 960px), print {
  .about_content:first-of-type {
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (width > 960px), print {
  .about_content:first-of-type .txt {
    width: 43.0303%;
  }
}
@media screen and (width <= 767px) {
  .about_content:first-of-type .img {
    margin-left: -1.8rem;
  }
}
@media screen and (767px < width <= 960px) {
  .about_content:first-of-type .img {
    float: left;
    margin-right: 2.4rem;
  }
}
@media screen and (width <= 767px) {
  .about_content:nth-of-type(2) {
    padding-top: 4rem;
  }
}
@media screen and (767px < width <= 960px) {
  .about_content:nth-of-type(2) {
    margin-top: 4.8rem;
  }
}
@media screen and (width > 960px), print {
  .about_content:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 8rem;
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (width > 960px), print {
  .about_content:nth-of-type(2) .txt {
    width: 55.0303%;
  }
}
@media screen and (width <= 767px) {
  .about_content:nth-of-type(2) .img {
    margin-inline: auto -1.8rem;
  }
}
@media screen and (767px < width <= 960px) {
  .about_content:nth-of-type(2) .img {
    float: right;
    margin-left: 2.4rem;
  }
}
.about_content .ttl {
  color: var(--main-color);
  mix-blend-mode: multiply;
  font-family: var(--font-serif);
  letter-spacing: 0.1em;
}
@media screen and (width <= 767px) {
  .about_content .ttl {
    font-size: 3.2rem;
    position: absolute;
    top: 0;
    left: -1.8rem;
  }
}
@media screen and (width > 767px), print {
  .about_content .ttl {
    font-size: 4.8rem;
  }
}
.about_content .article-txt {
  line-height: 2;
}
@media screen and (width > 767px), print {
  .about_content .article-txt {
    font-weight: 300;
  }
}
.about_title {
  margin-top: 4.8rem;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid var(--gold);
  font-family: var(--font-serif);
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.about_title_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 3.2rem;
}
.about_title_bottom .main {
  font-size: 2.1rem;
}
.about_title_bottom .main .name {
  font-size: 2.8rem;
}
.about .sns_box {
  background-color: var(--light-purple);
}
@media screen and (width <= 767px) {
  .about .sns_box {
    margin-top: 6.4rem;
    padding: 4.8rem 1.8rem;
  }
}
@media screen and (width > 767px), print {
  .about .sns_box {
    margin-top: 8rem;
    padding: 6.4rem 4rem 8rem;
  }
}
.about .sns_box .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--accent-color);
  font-family: var(--font-serif);
  letter-spacing: 0.1em;
}
@media screen and (width <= 767px) {
  .about .sns_box .ttl {
    gap: 1rem;
    font-size: 2.4rem;
  }
}
@media screen and (width > 767px), print {
  .about .sns_box .ttl {
    gap: 1.6rem;
    font-size: 4rem;
  }
}
.about .sns_box .ttl::before, .about .sns_box .ttl::after {
  content: "";
  height: 0.1rem;
  background-color: var(--accent-color);
}
@media screen and (width <= 767px) {
  .about .sns_box .ttl::before, .about .sns_box .ttl::after {
    width: 2.4rem;
  }
}
@media screen and (width > 767px), print {
  .about .sns_box .ttl::before, .about .sns_box .ttl::after {
    width: 3rem;
  }
}
@media screen and (width <= 767px) {
  .about .sns_box .ttl::before {
    -webkit-transform: translateY(1.4rem) rotate(48deg);
            transform: translateY(1.4rem) rotate(48deg);
  }
}
@media screen and (width > 767px), print {
  .about .sns_box .ttl::before {
    -webkit-transform: translateY(2.6rem) rotate(48deg);
            transform: translateY(2.6rem) rotate(48deg);
  }
}
@media screen and (width <= 767px) {
  .about .sns_box .ttl::after {
    -webkit-transform: translateY(1.4rem) rotate(-48deg);
            transform: translateY(1.4rem) rotate(-48deg);
  }
}
@media screen and (width > 767px), print {
  .about .sns_box .ttl::after {
    -webkit-transform: translateY(2.6rem) rotate(-48deg);
            transform: translateY(2.6rem) rotate(-48deg);
  }
}
.about .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media screen and (width <= 767px) {
  .about .sns_list {
    gap: 1rem;
  }
}
@media screen and (width > 767px), print {
  .about .sns_list {
    gap: 4rem;
  }
}
.about .sns_list .btn.-border.-icon {
  background-color: var(--white);
}
@media screen and (width <= 767px) {
  .about .sns_list .btn.-border.-icon {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 100vh;
    overflow: hidden;
    border: 0.1rem solid var(--white);
  }
  .about .sns_list .btn.-border.-icon img {
    width: 100%;
  }
  .about .sns_list .btn.-border.-icon > span {
    display: none;
  }
  .about .sns_list .btn.-border.-icon::after {
    content: none;
  }
}
@media screen and (width > 767px), print {
  .about .sns_list .btn.-border.-icon {
    width: 22rem;
  }
  .about .sns_list .btn.-border.-icon:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media screen and (width > 767px), print {
  .about .sns_list .-line .btn.-border.-icon img {
    display: none;
  }
}
.about .sns_list .-line .btn.-border.-icon span {
  margin-left: 1em;
}

@media screen and (width <= 767px) {
  .company_info {
    margin-top: 6.4rem;
  }
}
@media screen and (width > 767px), print {
  .company_info {
    margin-top: 7.2rem;
  }
}
@media screen and (width > 767px), print {
  .company_info .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11.6666%;
  }
}
.company_info .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: var(--font-serif);
}
@media screen and (width <= 767px) {
  .company_info .ttl {
    gap: 1.8rem;
    font-size: 1.6rem;
  }
}
@media screen and (width > 767px), print {
  .company_info .ttl {
    gap: 2.4rem;
    font-size: 2.6rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.company_info .ttl::before {
  content: attr(data-ttl);
  display: block;
  color: var(--main-color);
  letter-spacing: 0.1em;
}
@media screen and (width <= 767px) {
  .company_info .ttl::before {
    font-size: 3.2rem;
  }
}
@media screen and (width > 767px), print {
  .company_info .ttl::before {
    font-size: 4.8rem;
  }
}
@media screen and (width <= 767px) {
  .company_info_list {
    margin-top: 4rem;
  }
}
@media screen and (width > 767px), print {
  .company_info_list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 2rem;
  }
}
.company_info_item {
  line-height: 1.4;
}
@media screen and (width <= 767px) {
  .company_info_item {
    padding-block: 2.4rem 1.8rem;
  }
}
@media screen and (width > 767px), print {
  .company_info_item {
    padding-block: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.company_info_item:not(:last-of-type) {
  border-bottom: 0.1rem solid var(--gold);
}
.company_info_item dt {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (width <= 767px) {
  .company_info_item dt {
    display: inline-block;
    padding: 0.2rem 1rem;
    background-color: var(--gold);
    color: var(--white);
  }
}
@media screen and (width > 767px), print {
  .company_info_item dt {
    width: 14.6rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 3.2rem;
    position: relative;
  }
  .company_info_item dt::after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 2.4rem;
    background-color: var(--gold);
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (width <= 767px) {
  .company_info_item dd {
    margin-top: 1.6rem;
    padding-left: 0.8rem;
  }
}
@media screen and (width > 767px), print {
  .company_info_item dd {
    padding-left: 4rem;
  }
}
.company_info_item dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
}
.company_info_item dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company_info_item dd ul li::before {
  content: "・";
  width: 1.2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (width <= 767px) {
  .company_contact {
    margin-top: 6.4rem;
  }
}
@media screen and (width > 767px), print {
  .company_contact {
    margin-top: 8rem;
  }
}
.company_contact .section_ttl .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-family: var(--font-serif);
  letter-spacing: 0.1em;
}
@media screen and (width <= 767px) {
  .company_contact .section_ttl .inner {
    font-size: 2.4rem;
  }
}
@media screen and (width > 767px), print {
  .company_contact .section_ttl .inner {
    font-size: 3.2rem;
  }
}
.company_contact .section_ttl .inner .en {
  color: var(--accent-color);
}
@media screen and (width <= 767px) {
  .company_contact .section_ttl .inner .en {
    font-size: 1.8rem;
  }
}
@media screen and (width > 767px), print {
  .company_contact .section_ttl .inner .en {
    font-size: 2.2rem;
  }
}
@media screen and (width > 767px), print {
  .company_contact .article-txt {
    text-align: center;
  }
}