@charset "UTF-8";
/*
デザイン上のpxサイズをvwに変換
viewportはデザインの横幅サイズ
*/
/*
メディアクエリ
記述例
body{
  @include ms-w('max',1200){
    background-color: red;
  }
}
*/
/*
ICON FONT
*/
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media (max-width:768px) {
  section.kv {
    margin-top: 15.5px;
  }
  section.kv .kv-inner .kv-txt {
    display: flex;
    padding-left: 13px;
    padding-right: 28px;
  }
  section.kv .kv-inner .kv-txt .kv-txt-en {
    font-size: 33px;
    letter-spacing: 2px;
    white-space: nowrap;
  }
  section.kv .kv-inner .kv-txt .kv-txt-ja {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 1.2px;
    padding-top: 0px;
    margin-left: 11px;
  }
  section.kv .kv-inner .kv-txt .kv-txt-ja span {
    border-bottom: 1px solid #bcbcbc;
    width: 100%;
    display: inline-block;
    padding-bottom: 2px;
  }
  section.kv .kv-inner .kv-fig {
    padding-left: 45px;
    margin-top: 10px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media (min-width:769px) {
  section.kv {
    min-width: 1200px;
    padding: 0 80px;
    margin-top: 7px;
  }
  section.kv .kv-inner {
    width: 100%;
    position: relative;
  }
  section.kv .kv-inner .kv-txt {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 3.9%;
  }
  section.kv .kv-inner .kv-txt .kv-txt-en {
    font-size: 70px;
    letter-spacing: 2px;
  }
  section.kv .kv-inner .kv-txt .kv-txt-ja {
    width: 227px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.2px;
    padding-top: 0px;
    margin-left: 20px;
  }
  section.kv .kv-inner .kv-txt .kv-txt-ja span {
    border-bottom: 1px solid #bcbcbc;
    width: 100%;
    display: inline-block;
    padding-bottom: 8px;
  }
  section.kv .kv-inner .kv-fig {
    padding-left: 23.43%;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media (max-width:768px) {
  .local-nav {
    margin: 0 5.3333333333vw;
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }
  .local-nav .local-nav-item {
    width: 162px;
    display: flex;
    position: relative;
  }
  .local-nav .local-nav-item::before, .local-nav .local-nav-item::after {
    width: 1px;
    height: 83.33%;
    background-color: #E3E3E3;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 10;
  }
  .local-nav .local-nav-item::before {
    content: "";
  }
  .local-nav .local-nav-item:last-child::after {
    content: "";
    left: auto;
    right: 0;
  }
  .local-nav .local-nav-item.current a, .local-nav .local-nav-item:not(.current) a:hover {
    color: #674498;
    background-image: url("/wp-content/themes/tohaku2309/assets/images/news/mist-purple-small.png");
    background-repeat: no-repeat;
    background-size: auto 170%;
    background-position: center;
  }
  .local-nav .local-nav-item.current a.anchor-link::before, .local-nav .local-nav-item:not(.current) a:hover.anchor-link::before {
    border-color: #674498 transparent transparent transparent;
  }
  .local-nav .local-nav-item a {
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 0 23px;
  }
  .local-nav .local-nav-item a.anchor-link {
    position: relative;
  }
  .local-nav .local-nav-item a.anchor-link span.pc {
    display: none;
  }
  .local-nav .local-nav-item a.anchor-link::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.2px 3px 0 3px;
    border-color: #BCBCBC transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media (min-width:769px) {
  .local-nav {
    display: flex;
    justify-content: center;
    padding-top: 60px;
  }
  .local-nav .local-nav-item {
    width: 162px;
    display: flex;
    position: relative;
    border-right: 1px solid #EEEAE5;
  }
  .local-nav .local-nav-item:nth-child(1) {
    border-left: 1px solid #EEEAE5;
  }
  .local-nav .local-nav-item.current a, .local-nav .local-nav-item:not(.current) a:hover {
    color: #674498;
    background-image: url("/wp-content/themes/tohaku2309/assets/images/news/mist-purple-small.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
  }
  .local-nav .local-nav-item.current a.anchor-link::before, .local-nav .local-nav-item:not(.current) a:hover.anchor-link::before {
    border-color: #674498 transparent transparent transparent;
  }
  .local-nav .local-nav-item a {
    width: 100%;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 0 34px;
  }
  .local-nav .local-nav-item a.anchor-link {
    text-align: center;
    position: relative;
  }
  .local-nav .local-nav-item a.anchor-link span.sp {
    display: none;
  }
  .local-nav .local-nav-item a.anchor-link::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.7px 5px 0 5px;
    border-color: #BCBCBC transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
main {
  position: relative;
}

.main-content-box {
  margin-inline: auto;
}
@media (min-width:769px) {
  .main-content-box {
    width: 92.19%;
  }
}
@media (max-width:768px) {
  .main-content-box {
    width: 89.3333333333vw;
  }
}

/************************************************************
SCREEN SP
*************************************************************/
@media (max-width:768px) {
  main {
    padding-bottom: 100px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media (min-width:769px) {
  main {
    padding-bottom: 200px;
  }
  .about-bg {
    background-image: url("../../../images/about/common/bg-mist-pc.webp");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    position: relative;
  }
  .about-bg::before {
    content: "";
    display: block;
    width: 60%;
    height: calc(100% - 666px - 216px);
    background-color: white;
    position: absolute;
    top: 666px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media (max-width:768px) {
  section.introduction {
    margin: 0 auto;
    padding-top: 53px;
  }
  section.introduction .introduction-title {
    text-align: center;
    position: relative;
  }
  section.introduction .introduction-title .introduction-title-num {
    font-size: 160px;
    line-height: 207px;
    letter-spacing: 9px;
    color: #F2EDDF;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-45%);
    margin: auto;
  }
  section.introduction .introduction-title .introduction-title-txt {
    font-size: 24px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    position: relative;
  }
  section.introduction .introduction-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.01em;
    color: #252525;
    margin-top: 72px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media (min-width:769px) {
  section.introduction {
    width: 82%;
    position: relative;
    padding-top: 80px;
    margin: 0 auto;
  }
  section.introduction .introduction-title {
    text-align: center;
    position: relative;
  }
  section.introduction .introduction-title .introduction-title-num {
    font-size: 10px;
    font-size: 180px;
    line-height: 207px;
    letter-spacing: 9px;
    transform: scale(0.9);
    color: #F2EDDF;
    position: absolute;
    top: -92.5%;
    left: 0;
    right: 0;
    margin: auto;
  }
  section.introduction .introduction-title .introduction-title-txt {
    font-size: 30px;
    line-height: 2.2;
    letter-spacing: 0.01em;
    position: relative;
  }
  section.introduction .introduction-description {
    font-size: 18px;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 0.01em;
    color: #252525;
    margin-top: 80px;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media (max-width:768px) {
  section.about {
    padding-bottom: 80px;
  }
  section.about .about-contents-list {
    color: #252525;
  }
  section.about .about-contents-list > li .circle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
  }
  section.about .about-contents-list > li .circle span {
    border-radius: 50%;
    background: #E2D8F4;
    filter: blur(10px);
    mix-blend-mode: multiply;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  section.about .about-contents-list > li .about-contents-list-images {
    width: 100%;
    overflow: hidden;
    padding-top: 90px;
  }
  section.about .about-contents-list > li .about-contents-list-images-inner {
    width: 414px;
    padding-top: 160px;
    position: relative;
    margin: 0 auto;
  }
  section.about .about-contents-list > li .about-contents-list-image {
    width: 334px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
  }
  section.about .about-contents-list > li .about-contents-list-txt-01 {
    width: 260px;
    height: 260px;
    font-size: 18px;
    font-weight: 500;
    writing-mode: vertical-rl;
    line-height: 1.8;
    letter-spacing: 0.04em;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 100px rgba(233, 226, 246, 0.9);
    transform: translateX(-20px);
  }
  section.about .about-contents-list > li .about-contents-list-txt-01 .rotate {
    display: inline-block;
    transform: rotate(270deg) translate(0, 3px);
  }
  section.about .about-contents-list > li .about-contents-list-txt-01 .rotate.-len-1 {
    height: 0.8em;
    margin-top: 0.2em;
    transform: rotate(270deg) translate(0, 7px);
  }
  section.about .about-contents-list > li .about-contents-list-txt-01 .rotate.-len-3 {
    height: 0.9em;
    margin-top: 0.2em;
    transform: rotate(270deg) translate(0, -3px);
  }
  section.about .about-contents-list > li .about-contents-list-txt-01 .neg-indent {
    display: inline-block;
    transform: translateY(-10px);
  }
  section.about .about-contents-list > li .about-contents-list-txt-01 .about-contents-list-txt-01-inner:has(.neg-indent) {
    transform: translateY(10px);
  }
  section.about .about-contents-list > li .about-contents-list-txt-02 {
    width: 89.3333333333vw;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.04em;
    margin: 20px auto 0;
  }
  section.about .about-contents-list > li:nth-child(2n+1) .about-contents-list-image .circle span {
    width: 100px;
    height: 100px;
    transform: rotate(290deg) translateX(170px);
  }
  section.about .about-contents-list > li:nth-child(2n+1) .about-contents-list-image .circle span:nth-child(n+2) {
    display: none;
  }
  section.about .about-contents-list > li:nth-child(2n+1) .about-contents-list-txt-01 .circle span {
    display: none;
  }
  section.about .about-contents-list > li:nth-child(2n+2) .about-contents-list-image {
    margin-left: 0;
    margin-right: auto;
    transform: translateX(-20px);
  }
  section.about .about-contents-list > li:nth-child(2n+2) .about-contents-list-image .circle span {
    background: #FAF6D9;
  }
  section.about .about-contents-list > li:nth-child(2n+2) .about-contents-list-image .circle span:nth-child(1) {
    width: 100px;
    height: 100px;
  }
  section.about .about-contents-list > li:nth-child(2n+2) .about-contents-list-image .circle span:nth-child(2) {
    width: 106px;
    height: 106px;
  }
  section.about .about-contents-list > li:nth-child(2n+2) .about-contents-list-image .circle span:nth-child(1) {
    transform: rotate(250deg) translateX(160px);
  }
  section.about .about-contents-list > li:nth-child(2n+2) .about-contents-list-image .circle span:nth-child(2) {
    transform: rotate(45deg) translateX(160px);
  }
  section.about .about-contents-list > li:nth-child(2n+2) .about-contents-list-image .circle span:nth-child(n+3) {
    display: none;
  }
  section.about .about-contents-list > li:nth-child(2n+2) .about-contents-list-txt-01 {
    box-shadow: 0 0 100px rgba(250, 246, 217, 0.9);
    right: 0;
    left: auto;
    transform: translateX(-20px);
  }
  section.about .about-contents-list > li:nth-child(2n+2) .about-contents-list-txt-01 .circle span {
    display: none;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
.no-webp section.about {
  background-image: url("../../../images/about/common/bg-mist-pc.png");
}

@media (min-width:769px) {
  section.about {
    position: relative;
  }
  section.about .about-contents-list {
    min-width: 1200px;
    max-width: 1280px;
    color: #252525;
    position: relative;
    padding: 120px 0 150px;
    margin: 0 auto;
  }
  section.about .about-contents-list > li {
    position: relative;
    padding-top: 440px;
  }
  section.about .about-contents-list > li:nth-child(n+2) {
    margin-top: 150px;
  }
  section.about .about-contents-list > li .circle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
  }
  section.about .about-contents-list > li .circle span {
    border-radius: 50%;
    background: #E2D8F4;
    filter: blur(10px);
    mix-blend-mode: multiply;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  section.about .about-contents-list > li .about-contents-list-image {
    width: 500px;
    border-radius: 50%;
    position: absolute;
    top: 105px;
    right: 50px;
    margin: auto;
  }
  section.about .about-contents-list > li .about-contents-list-image .circle span {
    background: #e4deee;
    filter: blur(10px);
  }
  section.about .about-contents-list > li .about-contents-list-txt-01 {
    width: 400px;
    height: 400px;
    font-size: 26px;
    font-weight: 500;
    writing-mode: vertical-rl;
    line-height: 1.8;
    letter-spacing: 0.04em;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 100px rgba(233, 226, 246, 0.9);
  }
  section.about .about-contents-list > li .about-contents-list-txt-01 .about-contents-list-txt-01-inner {
    padding-bottom: 20px;
  }
  section.about .about-contents-list > li .about-contents-list-txt-01 .rotate {
    height: 0.8em;
    margin-top: 0.2em;
    display: inline-block;
    transform: rotate(270deg) translate(0, 1px);
  }
  section.about .about-contents-list > li .about-contents-list-txt-01 .rotate.-len-1 {
    height: 0.8em;
    margin-top: 0.2em;
    transform: rotate(270deg) translate(0, 11px);
  }
  section.about .about-contents-list > li .about-contents-list-txt-01 .rotate.-len-3 {
    height: 0.9em;
    margin-top: 0.2em;
    transform: rotate(270deg) translate(0, -4px);
  }
  section.about .about-contents-list > li .about-contents-list-txt-01 .neg-indent {
    display: inline-block;
    transform: translateY(-16px);
  }
  section.about .about-contents-list > li .about-contents-list-txt-02 {
    width: 575px;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 0.04em;
    margin-left: 50px;
  }
  section.about .about-contents-list > li:nth-child(2n+1) .about-contents-list-image .circle span {
    width: 100px;
    height: 100px;
    transform: rotate(268deg) translateX(260px);
  }
  section.about .about-contents-list > li:nth-child(2n+1) .about-contents-list-image .circle span:nth-child(n+2) {
    display: none;
  }
  section.about .about-contents-list > li:nth-child(2n+1) .about-contents-list-txt-01 .circle span {
    width: 60px;
    height: 60px;
    transform: rotate(180deg) translateX(200px);
  }
  section.about .about-contents-list > li:nth-child(2n+1) .about-contents-list-txt-01 .circle span:nth-child(n+2) {
    display: none;
  }
  section.about .about-contents-list > li:nth-child(2n+2) .about-contents-list-image {
    right: auto;
    left: 50px;
  }
  section.about .about-contents-list > li:nth-child(2n+2) .about-contents-list-image .circle span {
    background: #FAF6D9;
  }
  section.about .about-contents-list > li:nth-child(2n+2) .about-contents-list-image .circle span:nth-child(1) {
    width: 100px;
    height: 100px;
  }
  section.about .about-contents-list > li:nth-child(2n+2) .about-contents-list-image .circle span:nth-child(2) {
    width: 106px;
    height: 106px;
  }
  section.about .about-contents-list > li:nth-child(2n+2) .about-contents-list-image .circle span:nth-child(3) {
    width: 60px;
    height: 60px;
  }
  section.about .about-contents-list > li:nth-child(2n+2) .about-contents-list-image .circle span:nth-child(1) {
    transform: rotate(250deg) translateX(260px);
  }
  section.about .about-contents-list > li:nth-child(2n+2) .about-contents-list-image .circle span:nth-child(2) {
    transform: rotate(135deg) translateX(260px);
  }
  section.about .about-contents-list > li:nth-child(2n+2) .about-contents-list-image .circle span:nth-child(3) {
    transform: rotate(45deg) translateX(260px);
  }
  section.about .about-contents-list > li:nth-child(2n+2) .about-contents-list-txt-01 {
    box-shadow: 0 0 100px rgba(250, 246, 217, 0.9);
  }
  section.about .about-contents-list > li:nth-child(2n+2) .about-contents-list-txt-01 .circle span {
    display: none;
  }
  section.about .about-contents-list > li:nth-child(2n+2) .about-contents-list-txt-02 {
    margin-left: auto;
    margin-right: 50px;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
@media (min-width:769px) {
  .main-content-box {
    max-width: 1200px;
  }
}

/************************************************************
SCREEN SP
*************************************************************/
@media (max-width:768px) {
  section.about-nav .about-nav-list > li a {
    border-bottom: 1px solid #674498;
    padding: 16px 0 16px 68px;
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
  }
  section.about-nav .about-nav-list > li a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 9px;
    border-color: transparent transparent transparent #674498;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 19px;
    margin: auto;
  }
  section.about-nav .about-nav-list > li.current a, section.about-nav .about-nav-list > li a:hover {
    background-color: rgba(103, 68, 152, 0.05);
  }
  section.about-nav .about-nav-list > li .num {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 4px;
    color: #F2EDDF;
  }
  section.about-nav .about-nav-list > li .txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media (min-width:769px) {
  section.about-nav .about-nav-list {
    display: flex;
  }
  section.about-nav .about-nav-list > li {
    width: 16.6666666667%;
    position: relative;
  }
  section.about-nav .about-nav-list > li a {
    height: 100%;
    border-right: 1px solid #674498;
    display: block;
    position: relative;
    padding: 5px 15px 57px;
  }
  section.about-nav .about-nav-list > li a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 9px;
    border-color: transparent transparent transparent #674498;
    display: block;
    position: absolute;
    bottom: 13px;
    left: 18px;
  }
  section.about-nav .about-nav-list > li.current a, section.about-nav .about-nav-list > li a:hover {
    background-color: rgba(103, 68, 152, 0.05);
  }
  section.about-nav .about-nav-list > li.current a {
    pointer-events: none;
  }
  section.about-nav .about-nav-list > li .num {
    font-size: 80px;
    line-height: 1;
    letter-spacing: 9px;
    color: #F2EDDF;
  }
  section.about-nav .about-nav-list > li .txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0;
    margin-top: 29px;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/