@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap");
@keyframes arrow_hover {
  0% {
    background-position: right 3rem top;
  }
  30% {
    background-position: right top;
  }
  100% {
    background-position: right top;
  }
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 100vh;
  }
  main .fixed_bg {
    background-image: url(../img/about/mv.jpg);
  }
  main #kv {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    min-height: 76.8rem;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    transition: opacity 0.4s ease;
  }
  main #kv.hide {
    opacity: 0;
    pointer-events: none;
  }
  main #kv .kv_title {
    white-space: nowrap;
  }
  main #kv .kv_title .jp {
    display: block;
    font-family: "Shippori Mincho", serif;
    font-size: 6.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1030px) {
  main #kv .kv_title .jp {
    font-size: 6.213592233vw;
  }
}
@media screen and (min-width: 768px) {
  main #kv .kv_title .en {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-top: 2.4rem;
  }
  main #nav_section {
    margin-top: 25vh;
    z-index: 2;
  }
  main #nav_section .anchor_set {
    top: 0;
    position: absolute;
    width: 87.8477306003%;
    left: 6.0761346999%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
  }
  main #nav_section .anchor_set li {
    width: 20%;
  }
  main #nav_section .anchor_set li a {
    display: flex;
    width: 100%;
    height: 6rem;
    justify-content: center;
    align-items: center;
    color: #032c5e;
    font-size: 1.4rem;
    background: url(../img/icon-anchor.svg) right bottom/1.8rem no-repeat #e4e4ed;
  }
  main section .section_title .jp {
    font-size: 4rem;
    padding-bottom: 2.6rem;
  }
  main section .section_title .jp:after {
    width: 8.4rem;
    border-width: 4.2rem;
  }
  main section .section_title.center {
    text-align: center;
    margin: 0 auto;
  }
  main section .section_title.center .jp:after {
    left: calc(50% - 4.2rem);
  }
  main #greeting {
    padding-top: 19rem;
    padding-bottom: 18rem;
    background: url("../img/bgn.png") calc(50% - 29rem) calc(100% - 7.1rem)/82.6rem auto no-repeat;
  }
  main #greeting .inner_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  main #greeting .section_title {
    color: #fff;
    width: 35.6rem;
    position: sticky;
    top: 12rem;
  }
  main #greeting .section_title .jp:after {
    border-color: #fff;
  }
  main #greeting .col {
    width: 84.4rem;
  }
  main #greeting .col .text {
    color: #fff;
    margin-top: 4.2rem;
  }
  main #history {
    background: #f2f2f7;
    padding: 16.4rem 0;
  }
  main #history .section_title {
    margin-bottom: 5.6rem;
  }
  main #history .history_area {
    width: 106.9166666667%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  main #history .history_area .history_head {
    width: 14rem;
  }
  main #history .history_area .history_head .col {
    font-family: "Shippori Mincho", serif;
    width: 100%;
    height: 14.5rem;
    background: #e4e4ed;
    text-align: center;
    padding-top: 3.2rem;
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 600;
  }
  main #history .history_area .history_head .col small {
    font-size: 1.4rem;
  }
  main #history .history_area .history_head .col + .col {
    margin-top: 0.8rem;
  }
  main #history .history_area .scroll_wrap {
    width: calc(100% - 20rem);
  }
  main #history .history_area .scroll_wrap .scroll_inner {
    overflow-x: scroll;
    scrollbar-width: none;
  }
  main #history .history_area .scroll_wrap .scroll_inner::-webkit-scrollbar {
    display: none;
  }
  main #history .history_area .scroll_wrap .scroll_inner .simplebar-scrollbar::before {
    background: #d3d3e0;
    border-radius: 0;
    height: 6px !important;
    margin-left: 0;
    margin-top: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  main #history .history_area .scroll_wrap .scroll_inner .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  main #history .history_area .scroll_wrap .scroll_inner .simplebar-track {
    background: #e8e8f1;
    height: 6px !important;
  }
  main #history .history_area .scroll_wrap .scroll_inner .scroll_content {
    padding-bottom: 5.4rem;
    width: calc(255.3rem + 7.6638965836%);
    padding-right: 7.6638965836%;
  }
  main #history .history_area .scroll_wrap .scroll_inner .scroll_content .pic {
    width: 255.3rem;
  }
  main #philosophy {
    background: #fff;
    padding: 16.4rem 0 19.4rem;
  }
  main #philosophy .section_title {
    margin-bottom: 5rem;
  }
  main #philosophy .section_title + .text {
    text-align: center;
    margin-bottom: 2.6rem;
  }
  main #philosophy .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  main #philosophy .flex_wrap .col {
    width: 48%;
    background: #f2f2f7;
    text-align: center;
  }
  main #philosophy .flex_wrap .col .col_title {
    background: #e4e4ed;
    width: 100%;
    height: 8.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
  }
  main #philosophy .flex_wrap .col .text {
    padding: 2.9rem 0 2.8rem;
  }
  main #philosophy .pic_area {
    text-align: center;
    margin-top: 16rem;
  }
  main #philosophy .pic_area .area_title {
    font-family: "Shippori Mincho", serif;
    font-size: 3.4rem;
    font-weight: 600;
  }
  main #philosophy .pic_area .area_title strong {
    font-size: 5.6rem;
  }
  main #philosophy .pic_area .pic {
    width: 91.1rem;
    margin: 4.8rem auto 0;
  }
  main #philosophy .sticky_area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 18rem;
  }
  main #philosophy .sticky_area .texts {
    width: 50%;
  }
  main #philosophy .sticky_area .texts .row .row_title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 2.8rem;
    width: 100%;
    height: 1px;
    background: #c0c0c0;
  }
  main #philosophy .sticky_area .texts .row .row_title .en {
    display: block;
    font-family: "Crimson Pro", "Shippori Mincho", serif;
    font-size: 7rem;
    line-height: 5rem;
    letter-spacing: 0.03em;
    padding-right: 2.4rem;
    width: fit-content;
    background: #fff;
  }
  main #philosophy .sticky_area .texts .row .row_title .jp {
    display: block;
    font-family: "Shippori Mincho", serif;
    font-size: 2.2rem;
    margin-top: 2.7rem;
    font-weight: 600;
  }
  main #philosophy .sticky_area .texts .row .text {
    margin-top: 5.4rem;
    line-height: 3.5rem;
  }
  main #philosophy .sticky_area .texts .row ul.text {
    line-height: 2.8rem;
    margin-top: 5.7rem;
  }
  main #philosophy .sticky_area .texts .row ul.text li {
    padding-left: 20rem;
  }
  main #philosophy .sticky_area .texts .row ul.text li .li_title {
    display: inline-block;
    width: 20rem;
    position: absolute;
    left: 0;
  }
  main #philosophy .sticky_area .texts .row ul.text li .li_title:after {
    content: "…";
    display: block;
    position: absolute;
    right: 1rem;
    top: 0;
  }
  main #philosophy .sticky_area .texts .row + .row {
    margin-top: 18rem;
  }
  main #philosophy .sticky_area .pic_wrap {
    width: 40%;
  }
  main #philosophy .sticky_area .pic_wrap .pic {
    position: sticky;
    top: 15rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  main #philosophy .sticky_area .pic_wrap .pic img {
    max-height: calc(100vh - 20rem);
    width: auto;
    max-width: 100%;
    height: auto;
  }
  main #company,
  main #access {
    background: #f2f2f7;
  }
  main #company .inner_wrap,
  main #access .inner_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  main #company {
    padding-top: 16.8rem;
  }
  main #company table {
    width: 70.4166666667%;
    background: #fff;
    border-spacing: 2px;
    font-size: 1.6rem;
    line-height: 2.8rem;
    background: #f2f2f7;
    border-collapse: separate;
  }
  main #company table tr {
    background: #f2f2f7;
  }
  main #company table th, main #company table td {
    padding: 2.8rem 3rem;
    vertical-align: middle;
    background: #fff;
  }
  main #company table th {
    text-align: center;
    font-weight: bold;
    width: 28.9940828402%;
  }
  main #company table td {
    position: relative;
  }
  main #company table td .map {
    display: block;
    width: fit-content;
    padding-right: 30px;
    position: absolute;
    right: 3rem;
    bottom: 2.8rem;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
  }
  main #company table td .map:after {
    content: "";
    display: block;
    width: 24px;
    height: 6px;
    background: url("../img/arrow.svg") no-repeat right/auto 100%;
    position: absolute;
    bottom: 3px;
    right: 0;
  }
  main #access {
    padding-top: 20rem;
    padding-bottom: 9.8rem;
  }
  main #access .right_col {
    width: 70.4166666667%;
  }
  main #access .right_col .map_wrap {
    width: 100%;
    margin-bottom: 2.6rem;
  }
  main #access .right_col .map_wrap iframe {
    width: 100%;
    aspect-ratio: 844/400;
    height: auto;
  }
  main #access .right_col .col {
    width: 100%;
    margin-top: 4.2rem;
    max-width: 84.4rem;
  }
  main #access .right_col .col .col_title {
    width: fit-content;
    color: #032c5e;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 7px;
    border-bottom: #333333 1px solid;
    margin-bottom: 1.6rem;
  }
  main #access .right_col .col ul.text {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  main #access .right_col .col ul.text li {
    width: fit-content;
    min-width: 32.8rem;
    padding-left: 1.5rem;
  }
  main #access .right_col .col ul.text li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 2.5px);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #032c5e;
    opacity: 0.4;
  }
  main #bottom_contact,
  main #breadcrumbs {
    background: #f2f2f7;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 100vh;
  }
  main .fixed_bg {
    background-image: url(../img/about/mv-sp.jpg);
    background-position: right center;
  }
  main #kv {
    width: 100%;
    height: 100vh;
    position: relative;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    transition: opacity 0.4s ease;
  }
  main #kv.hide {
    opacity: 0;
    pointer-events: none;
  }
  main #kv .inner_wrap {
    padding-bottom: 123px;
  }
  main #kv .kv_title .jp {
    display: block;
    font-family: "Shippori Mincho", serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  main #kv .kv_title .en {
    margin-top: 12px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0 0.3em;
  }
  main #nav_section {
    margin-top: 25vh;
    z-index: 2;
  }
  main #nav_section .anchor_set {
    top: 0;
    position: absolute;
    width: 86.6666666667%;
    left: 6.6666666667%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
  }
  main #nav_section .anchor_set li {
    width: calc(50% - 1.5px);
  }
  main #nav_section .anchor_set li a {
    display: flex;
    width: 100%;
    height: 42px;
    justify-content: center;
    align-items: center;
    color: #032c5e;
    font-size: 11px;
    background: url(../img/icon-anchor.svg) right bottom/12px no-repeat #e4e4ed;
  }
  main section .section_title {
    text-align: center;
    margin: 0 auto;
  }
  main section .section_title .jp {
    font-size: 28px;
    padding-bottom: 18px;
    margin-top: 0;
    font-weight: 700;
  }
  main section .section_title .jp:after {
    width: 48px;
    border-width: 24px;
    left: calc(50% - 24px);
  }
  main #greeting {
    padding-top: 234px;
    padding-bottom: 80px;
    background: url("../img/bgn.png") calc(50% - 39px) calc(100% - 44px)/383px auto no-repeat;
  }
  main #greeting .section_title {
    color: #fff;
    margin-bottom: 40px;
  }
  main #greeting .col .text {
    color: #fff;
    margin-top: 35px;
    font-size: 14px;
    line-height: 24.5px;
  }
  main #history {
    background: #f2f2f7;
    padding: 80px 0;
  }
  main #history .section_title {
    margin-bottom: 40px;
  }
  main #history .history_area {
    width: 107.6923076923%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  main #history .history_area .history_head {
    width: 50px;
  }
  main #history .history_area .history_head .col {
    font-family: "Shippori Mincho", serif;
    width: 100%;
    height: 100px;
    writing-mode: vertical-rl;
    background: #e4e4ed;
    padding-top: 27px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    padding-right: 9px;
  }
  main #history .history_area .history_head .col small {
    font-size: 10px;
  }
  main #history .history_area .history_head .col + .col {
    margin-top: 5px;
    padding-top: 20px;
  }
  main #history .history_area .scroll_wrap {
    width: calc(100% - 62px);
  }
  main #history .history_area .scroll_wrap .scroll_inner {
    overflow-x: scroll;
    scrollbar-width: none;
  }
  main #history .history_area .scroll_wrap .scroll_inner::-webkit-scrollbar {
    display: none;
  }
  main #history .history_area .scroll_wrap .scroll_inner .simplebar-scrollbar::before {
    background: #d3d3e0;
    border-radius: 0;
    height: 4px !important;
    margin-left: 0;
    margin-top: 0;
    top: 0;
    left: 0;
    bottom: -4px;
    right: 0;
  }
  main #history .history_area .scroll_wrap .scroll_inner .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  main #history .history_area .scroll_wrap .scroll_inner .simplebar-track {
    background: #e8e8f1;
    height: 4px !important;
  }
  main #history .history_area .scroll_wrap .scroll_inner .scroll_content {
    padding-bottom: 20px;
    width: calc(1262px + 6.6666666667vw);
    padding-right: 6.6666666667vw;
  }
  main #history .history_area .scroll_wrap .scroll_inner .scroll_content .pic {
    width: 1262px;
  }
  main #philosophy {
    background: #fff;
    padding: 80px 0 6.6666666667%;
  }
  main #philosophy .section_title {
    margin-bottom: 35px;
  }
  main #philosophy .section_title + .text {
    margin-bottom: 30px;
  }
  main #philosophy .flex_wrap .col {
    background: #f2f2f7;
    text-align: center;
  }
  main #philosophy .flex_wrap .col .col_title {
    background: #e4e4ed;
    width: 100%;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
  }
  main #philosophy .flex_wrap .col .text {
    padding: 20px 0;
  }
  main #philosophy .flex_wrap .col + .col {
    margin-top: 16px;
  }
  main #philosophy .pic_area {
    text-align: center;
    margin-top: 100px;
  }
  main #philosophy .pic_area .area_title {
    font-family: "Shippori Mincho", serif;
    font-size: 22px;
    font-weight: 600;
  }
  main #philosophy .pic_area .area_title strong {
    font-size: 36px;
  }
  main #philosophy .pic_area .pic {
    width: 355px;
    margin: 24px 0 0;
    left: calc(50% - 177.5px);
  }
  main #philosophy .sticky_area {
    width: 103.0769230769%;
    margin-top: 100px;
    margin-left: -1.5384615385%;
    padding-top: 115.3846153846%;
  }
  main #philosophy .sticky_area .texts {
    padding: 63px 20px;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.8) 60px);
  }
  main #philosophy .sticky_area .texts .row .row_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  main #philosophy .sticky_area .texts .row .row_title:before {
    content: "";
    display: block;
    width: calc(100% - 137px);
    height: 1px;
    background: #c0c0c0;
  }
  main #philosophy .sticky_area .texts .row .row_title .en {
    display: block;
    font-family: "Crimson Pro", "Shippori Mincho", serif;
    font-size: 36px;
    line-height: 25px;
    letter-spacing: 0.03em;
    padding-right: 10px;
    width: fit-content;
  }
  main #philosophy .sticky_area .texts .row .row_title .jp {
    display: block;
    width: 100%;
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 600;
  }
  main #philosophy .sticky_area .texts .row .text {
    margin-top: 35px;
    line-height: 21px;
  }
  main #philosophy .sticky_area .texts .row ul.text li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  main #philosophy .sticky_area .texts .row ul.text li .li_title {
    display: block;
    width: 40.6462585034%;
    max-width: 156px;
    padding-right: 36px;
  }
  main #philosophy .sticky_area .texts .row ul.text li .li_title:after {
    content: "…";
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
  }
  main #philosophy .sticky_area .texts .row ul.text li .li_text {
    display: block;
    width: 59.3537414966%;
  }
}
@media screen and (max-width: 767px) and (min-width: 476px) {
  main #philosophy .sticky_area .texts .row ul.text li .li_text {
    width: calc(100% - 156px);
  }
}
@media screen and (max-width: 767px) {
  main #philosophy .sticky_area .texts .row ul.text li + li {
    margin-top: 8px;
  }
  main #philosophy .sticky_area .texts .row + .row {
    margin-top: 96px;
  }
  main #philosophy .sticky_area .texts .row:nth-child(2) .row_title:before {
    width: calc(100% - 112px);
  }
  main #philosophy .sticky_area .texts .row:nth-child(3) .row_title:before {
    width: calc(100% - 100px);
  }
  main #philosophy .sticky_area .pic_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  main #philosophy .sticky_area .pic_wrap .pic {
    position: sticky;
    top: 92px;
  }
  main #company,
  main #access {
    background: #f2f2f7;
    padding-top: 80px;
  }
  main #company .section_title,
  main #access .section_title {
    margin-bottom: 40px;
  }
  main #company {
    padding-bottom: 50px;
  }
  main #company table {
    width: 100%;
    background: #fff;
    border-spacing: 2px;
    font-size: 14px;
    line-height: 24px;
    background: #f2f2f7;
    border-collapse: separate;
  }
  main #company table tr {
    background: #f2f2f7;
  }
  main #company table th, main #company table td {
    vertical-align: middle;
    background: #fff;
  }
  main #company table th {
    white-space: nowrap;
    padding: 19px 12px;
    text-align: center;
    font-weight: bold;
    width: fit-content;
  }
  main #company table td {
    padding: 19px 15px;
    position: relative;
  }
  main #company table td:has(.map) {
    padding-bottom: 30px;
  }
  main #company table td .map {
    display: block;
    width: fit-content;
    padding-right: 22px;
    position: absolute;
    right: 15px;
    bottom: 19px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
  }
  main #company table td .map:after {
    content: "";
    display: block;
    width: 20px;
    height: 5px;
    background: url("../img/arrow.svg") no-repeat right/auto 100%;
    position: absolute;
    bottom: 3px;
    right: 0;
  }
  main #access {
    padding-bottom: 40px;
  }
  main #access .text {
    font-size: 14px;
    line-height: 24px;
  }
  main #access .right_col .map_wrap {
    width: 100%;
    margin-bottom: 19px;
  }
  main #access .right_col .map_wrap iframe {
    width: 100%;
    aspect-ratio: 650/400;
    height: auto;
  }
  main #access .right_col .col {
    width: 100%;
    margin-top: 35px;
  }
  main #access .right_col .col .col_title {
    width: fit-content;
    color: #032c5e;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 6px;
    border-bottom: #333333 1px solid;
    margin-bottom: 15px;
  }
  main #access .right_col .col ul.text li {
    padding-left: 12px;
  }
  main #access .right_col .col ul.text li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 2.5px);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #032c5e;
    opacity: 0.4;
  }
  main #bottom_contact,
  main #breadcrumbs {
    background: #f2f2f7;
  }
}