@charset "UTF-8";
/*------------------------------------------------------------------------------ 
  Base
------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1.7; }

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

body {
  color: #131414;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 2vw, 17px);
  letter-spacing: .05em; }

.en {
  font-family: "Work Sans", sans-serif; }

.uppercase {
  text-transform: uppercase; }

a {
  color: #131414;
  text-decoration: none;
  transition: .3s; }
  a:hover {
    opacity: .8; }

h1 {
  font-size: clamp(22px, 3vw, 26px); }

h2 {
  font-size: clamp(22px, 2.3vw, 25px); }

h3 {
  font-size: clamp(19px, 2vw, 22px); }

h4 {
  font-size: clamp(18px, 2vw, 20px); }

h5 {
  font-size: clamp(17px, 2vw, 18px); }

h6 {
  font-size: clamp(16px, 2vw, 17px); }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.in-bl {
  display: inline-block; }

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

.container {
  padding: 0 25px; }
  @media screen and (min-width: 768px) {
    .container {
      margin: 0 auto;
      max-width: 1300px;
      padding: 0;
      width: 80%; } }

@media screen and (min-width: 1025px) {
  .sp {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important; } }

.grecaptcha-badge {
  visibility: hidden; }

/*------------------------------------------------------------------------------ 
  Common
------------------------------------------------------------------------------*/
/* Flex
-----------------------------------------------------------*/
.flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(20px, 3vw, 40px); }

.between {
  justify-content: space-between; }

/* Pc Flex
-----------------------------------------------------------*/
@media screen and (min-width: 1025px) {
  .pc-flex {
    align-items: center;
    display: flex;
    flex-wrap: wrap; } }

/* Button
-----------------------------------------------------------*/
.btn a {
  background: #fff;
  border: 2px solid #3397a3;
  display: block;
  padding: 15px 20px; }
  .btn a:hover {
    background: #3397a3;
    color: #fff;
    opacity: 1; }

.arrow-btn {
  margin-top: clamp(90px, 12vw, 150px); }
  .arrow-btn a {
    display: inline-block; }
    .arrow-btn a:hover {
      opacity: 1; }
      .arrow-btn a:hover .arrow {
        width: calc(clamp(200px, 23vw, 250px) + 8px); }
    .arrow-btn a .arrow {
      background: #131414;
      height: 1px;
      margin-top: 5px;
      position: relative;
      transition: width .3s;
      width: clamp(200px, 23vw, 250px); }
      .arrow-btn a .arrow:before {
        border: 1px solid #131414;
        border-left: 0;
        border-top: 0;
        content: '';
        height: 8px;
        position: absolute;
        right: -3px;
        top: 50%;
        transform: rotate(-45deg) translateY(-68%);
        width: 8px; }

/* Sns List
-----------------------------------------------------------*/
.sns-li {
  align-items: center;
  display: flex;
  gap: 25px; }
  .sns-li li {
    width: 27px; }

/* Circle List
-----------------------------------------------------------*/
.circle-li a {
  display: block;
  font-size: 16px;
  padding: 7px 10px 7px 17px;
  position: relative; }
  .circle-li a:hover {
    opacity: 1; }
    .circle-li a:hover:before {
      transform: translateY(-50%) scale(1.5); }
  .circle-li a:before {
    background: #80d8d0;
    border-radius: 50%;
    left: 0;
    content: '';
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 10px; }

/*------------------------------------------------------------------------------ 
  Header
------------------------------------------------------------------------------*/
header {
  padding: 10px; }
  @media screen and (min-width: 1025px) {
    header {
      padding: 10px 0 10px 20px;
      width: calc(100% - clamp(60px, 5vw, 70px)); } }
  @media (min-width: 1280px) {
    header {
      width: calc(100% - 100px); } }
  header h1,
  header .logo {
    font-size: 2em;
    margin: 0; }
    header h1 img,
    header .logo img {
      width: clamp(200px, 20vw, 300px); }
  header #nav {
    position: relative; }
    @media (min-width: 1025px) {
      header #nav {
        margin: 0 auto;
        max-width: 800px;
        width: 73%; } }
    header #nav input[type="checkbox"] {
      display: none; }
      header #nav input[type="checkbox"]:checked ~ .toggle .open {
        opacity: 0;
        visibility: hidden; }
      header #nav input[type="checkbox"]:checked ~ .toggle .close {
        opacity: 1;
        visibility: visible; }
      header #nav input[type="checkbox"]:checked ~ .nav-wrap {
        opacity: 1;
        top: 0;
        visibility: visible; }
        header #nav input[type="checkbox"]:checked ~ .nav-wrap .nav-fade {
          opacity: 1;
          transform: translateY(0); }
    header #nav .toggle {
      background: #b2d6da;
      border-radius: 50%;
      height: clamp(50px, 5vw, 65px);
      position: fixed;
      right: 10px;
      top: 10px;
      transition: transform .2s;
      width: clamp(50px, 5vw, 65px);
      z-index: 1000; }
      header #nav .toggle:hover {
        cursor: pointer;
        transform: scale(1.05); }
      @media (min-width: 1280px) {
        header #nav .toggle {
          right: 25px;
          top: 20px; } }
      header #nav .toggle .en {
        font-size: clamp(15px, 1.5vw, 18px);
        left: 50%;
        position: absolute;
        text-transform: uppercase;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: .5s; }
        @media (min-width: 1025px) {
          header #nav .toggle .en {
            letter-spacing: 2px; } }
      header #nav .toggle .close {
        opacity: 0;
        visibility: hidden; }
    header #nav .nav-li li a,
    header #nav .pc-nav li a {
      display: block; }
    header #nav .nav-wrap {
      background: #fbf9f7;
      height: 100vh;
      left: 0;
      overflow-x: hidden;
      overflow-y: scroll;
      padding: 40px 20px 90px;
      position: fixed;
      top: -2000vh;
      transition: .5s;
      width: 100%;
      z-index: 100; }
      @media (min-width: 768px) {
        header #nav .nav-wrap {
          display: flex;
          flex-direction: column; } }
      header #nav .nav-wrap .nav-fade {
        opacity: 0;
        transform: translateY(20px);
        transition: .8s .7s; }
      header #nav .nav-wrap .nav-in {
        display: grid; }
        @media (max-width: 767px) {
          header #nav .nav-wrap .nav-in {
            row-gap: 25px; } }
        @media (min-width: 768px) {
          header #nav .nav-wrap .nav-in {
            gap: 40px;
            grid-template-columns: 1.5fr 1fr;
            margin: auto;
            width: 90%; } }
        @media (min-width: 1025px) {
          header #nav .nav-wrap .nav-in {
            grid-template-columns: 1fr 1.5fr 1fr; } }
        @media (max-width: 767px) {
          header #nav .nav-wrap .nav-in .logo-area {
            margin-bottom: 30px; } }
        @media (min-width: 768px) and (max-width: 1024px) {
          header #nav .nav-wrap .nav-in .logo-area {
            grid-column: span 2; } }
        @media (min-width: 1025px) {
          header #nav .nav-wrap .nav-in .logo-area {
            display: flex;
            flex-direction: column; } }
        header #nav .nav-wrap .nav-in .logo-area .logo a:hover,
        header #nav .nav-wrap .nav-in .logo-area .sns-li a:hover {
          opacity: 1; }
          header #nav .nav-wrap .nav-in .logo-area .logo a:hover img,
          header #nav .nav-wrap .nav-in .logo-area .sns-li a:hover img {
            transform: translateY(-3px); }
        header #nav .nav-wrap .nav-in .logo-area .logo a img,
        header #nav .nav-wrap .nav-in .logo-area .sns-li a img {
          transition: transform .3s; }
        @media (min-width: 1015px) {
          header #nav .nav-wrap .nav-in .logo-area .sns-li {
            margin-top: auto; } }
        header #nav .nav-wrap .nav-in .grid-item {
          display: grid; }
          header #nav .nav-wrap .nav-in .grid-item:nth-of-type(2) {
            row-gap: 35px; }
          @media (max-width: 767px) {
            header #nav .nav-wrap .nav-in .grid-item:last-of-type {
              row-gap: 25px; } }
          @media (min-width: 768px) {
            header #nav .nav-wrap .nav-in .grid-item:last-of-type {
              grid-template-rows: 1.3fr 1fr; } }
          @media (min-width: 803px) {
            header #nav .nav-wrap .nav-in .grid-item:last-of-type {
              grid-template-rows: 1.2fr 1fr; } }
          @media (min-width: 1025px) {
            header #nav .nav-wrap .nav-in .grid-item:last-of-type {
              grid-template-rows: 1.33fr 1fr; } }
          @media (min-width: 1138px) {
            header #nav .nav-wrap .nav-in .grid-item:last-of-type {
              grid-template-rows: 1.2fr 1fr; } }
          header #nav .nav-wrap .nav-in .grid-item:last-of-type .nav-li li:not(:last-of-type) {
            margin-bottom: 20px; }
            @media (min-width: 768px) {
              header #nav .nav-wrap .nav-in .grid-item:last-of-type .nav-li li:not(:last-of-type) {
                margin-bottom: 10px; } }
        header #nav .nav-wrap .nav-in .nav-li li .num {
          font-size: 18px; }
        header #nav .nav-wrap .nav-in .nav-li li .nav-li_menu {
          padding: 5px 0 0 15px; }
          header #nav .nav-wrap .nav-in .nav-li li .nav-li_menu li a {
            padding: 7px 10px; }
            header #nav .nav-wrap .nav-in .nav-li li .nav-li_menu li a:hover {
              transform: translateX(5px); }
            header #nav .nav-wrap .nav-in .nav-li li .nav-li_menu li a:before {
              display: none; }
      header #nav .nav-wrap .sns-li.sp {
        justify-content: center;
        margin-top: 50px; }
    header #nav .pc-nav {
      font-size: 14px;
      font-weight: 500; }
      @media (min-width: 1270px) {
        header #nav .pc-nav {
          font-size: 15px; } }
      header #nav .pc-nav li a {
        position: relative; }
        header #nav .pc-nav li a:hover {
          opacity: 1; }
          header #nav .pc-nav li a:hover:before {
            transform: translateX(-50%) scale(1); }
        header #nav .pc-nav li a:before {
          background: #80d8d0;
          border-radius: 50%;
          bottom: -12px;
          content: '';
          height: 10px;
          left: 50%;
          position: absolute;
          transform: translateX(-50%) scale(0);
          transition: .3s;
          width: 10px; }
      header #nav .pc-nav .current a {
        position: relative; }
        header #nav .pc-nav .current a:before {
          background: #3397a3;
          border-radius: 50%;
          bottom: -12px;
          content: '';
          height: 10px;
          left: 50%;
          position: absolute;
          transform: translateX(-50%) scale(1);
          transition: .3s;
          width: 10px; }

/*------------------------------------------------------------------------------ 
  Sub Header
------------------------------------------------------------------------------*/
#sub-head {
  padding-bottom: clamp(80px, 11vw, 130px);
  padding-top: clamp(80px, 11vw, 130px); }
  #sub-head .ttl-area {
    margin-bottom: 30px; }
    #sub-head .ttl-area .info-ttl {
      font-family: "Work Sans", sans-serif;
      font-size: clamp(30px, 5vw, 60px);
      font-weight: 500;
      margin: 0;
      text-transform: uppercase; }
    #sub-head .ttl-area .cat a {
      border-bottom: 2px solid #80d8d0;
      display: inline-block;
      opacity: 1; }
      #sub-head .ttl-area .cat a:hover {
        transform: translateY(-3px); }
    #sub-head .ttl-area .archive-ttl {
      margin: 0; }
      #sub-head .ttl-area .archive-ttl .jp {
        display: block;
        font-size: clamp(16px, 2vw, 18px);
        font-weight: 400;
        padding-left: clamp(22px, 2vw, 27px);
        position: relative; }
        #sub-head .ttl-area .archive-ttl .jp:before {
          background: #80d8d0;
          border-radius: 50%;
          left: 0;
          content: '';
          height: clamp(15px, 2vw, 18px);
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: clamp(15px, 2vw, 18px); }
      #sub-head .ttl-area .archive-ttl .en {
        display: block;
        font-family: "Work Sans", sans-serif;
        font-size: clamp(50px, 7vw, 85px);
        font-weight: 500;
        line-height: 1.4;
        text-transform: uppercase; }
  #sub-head .breadcrumbs ul.flex {
    font-size: 15px;
    justify-content: flex-end;
    row-gap: 5px; }
    #sub-head .breadcrumbs ul.flex li {
      position: relative; }
      #sub-head .breadcrumbs ul.flex li:not(:last-of-type) {
        padding-right: 30px; }
        #sub-head .breadcrumbs ul.flex li:not(:last-of-type):after {
          background: #adb3b2;
          content: '';
          height: 1px;
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          width: 12px; }
      #sub-head .breadcrumbs ul.flex li:last-of-type {
        color: #3397a3; }

/*------------------------------------------------------------------------------ 
  Block Common
------------------------------------------------------------------------------*/
.post-cont {
  /* Block
  -----------------------------------------------------------*/
  /* Heading
  -----------------------------------------------------------*/
  /* Group
  -----------------------------------------------------------*/
  /* Image
  -----------------------------------------------------------*/
  /* Button
  -----------------------------------------------------------*/
  /* Table
  -----------------------------------------------------------*/
  /* Contact Form
  -----------------------------------------------------------*/ }
  .post-cont .has-background {
    margin: 25px 0;
    padding: clamp(20px, 2vw, 25px); }
  .post-cont ul,
  .post-cont ol {
    margin: clamp(30px, 3vw, 35px) 0;
    padding-left: clamp(25px, 3vw, 30px); }
    .post-cont ul li:not(:last-of-type),
    .post-cont ol li:not(:last-of-type) {
      margin-bottom: 8px; }
  .post-cont ul.has-background,
  .post-cont ol.has-background {
    padding: clamp(20px, 2vw, 25px) clamp(40px, 5vw, 55px); }
  .post-cont ul {
    list-style: disc; }
  .post-cont strong {
    font-weight: 500; }
  .post-cont h2 {
    color: #3397a3;
    margin: clamp(65px, 7vw, 80px) 0 25px; }
    .post-cont h2.has-background {
      margin: clamp(65px, 7vw, 80px) 0 25px; }
  .post-cont h3 {
    border-bottom: 2px solid #131414;
    font-weight: 500;
    margin: clamp(50px, 5vw, 60px) 0 25px;
    padding-bottom: 7px; }
    .post-cont h3.has-background {
      border: none;
      margin: clamp(50px, 5vw, 60px) 0 25px;
      padding: clamp(20px, 2vw, 25px); }
  .post-cont h4 {
    background: #f0f5f4;
    display: inline-block;
    margin: clamp(20px, 2vw, 30px) 0 0;
    padding: 7px 20px; }
    .post-cont h4.has-background {
      display: block;
      margin: clamp(40px, 5vw, 50px) 0 20px;
      padding: clamp(20px, 2vw, 25px); }
  .post-cont h4,
  .post-cont h5,
  .post-cont h6 {
    font-weight: 500; }
  .post-cont .wp-block-group {
    margin: clamp(65px, 7vw, 80px) 0; }
    .post-cont .wp-block-group .wp-block-gallery,
    .post-cont .wp-block-group .wp-block-columns {
      margin: clamp(20px, 4vw, 40px) 0; }
  .post-cont .wp-block-columns {
    gap: 1em;
    margin: clamp(40px, 6vw, 60px) 0; }
  .post-cont .wp-block-media-text {
    margin: clamp(15px, 3vw, 30px) 0; }
    @media screen and (max-width: 600px) {
      .post-cont .wp-block-media-text .wp-block-media-text__content {
        padding: 0 20px; }
        .post-cont .wp-block-media-text .wp-block-media-text__content p {
          margin-top: 12px; } }
    .post-cont .wp-block-media-text .has-normal-font-size {
      font-size: clamp(16px, 2vw, 17px); }
  .post-cont .wp-block-image {
    margin: clamp(25px, 4vw, 45px) 0; }
    .post-cont .wp-block-image figure {
      margin: 0; }
  .post-cont .wp-block-gallery {
    margin: clamp(40px, 4vw, 50px) 0; }
    .post-cont .wp-block-gallery .wp-block-image {
      margin: 0; }
      .post-cont .wp-block-gallery .wp-block-image figcaption {
        background: none !important;
        font-size: clamp(16px, 2vw, 18px) !important;
        font-weight: 500;
        padding: clamp(10px, 1vw, 15px) !important;
        text-shadow: 1px 1px 2px #131414 !important; }
    .post-cont .wp-block-gallery figure.wp-block-image:before {
      background: linear-gradient(45deg, rgba(210, 217, 216, 0.7) 20%, rgba(51, 151, 163, 0.7) 55%);
      backdrop-filter: blur(0) !important;
      height: clamp(50px, 4.5vw, 60px) !important;
      mask-image: none !important; }
  .post-cont .wp-block-buttons {
    justify-content: center;
    margin: clamp(30px, 3vw, 40px) 0 clamp(50px, 5vw, 65px); }
    .post-cont .wp-block-buttons .wp-block-button a {
      color: #131414;
      display: block;
      margin: auto;
      max-width: 400px;
      padding: 20px 30px; }
      .post-cont .wp-block-buttons .wp-block-button a:hover {
        background: #3397a3;
        color: #fff !important;
        opacity: 1; }
    .post-cont .wp-block-buttons .wp-block-button .wp-block-button__link {
      background: #fff;
      border: 2px solid #3397a3;
      border-radius: 3px;
      font-size: clamp(16px, 2vw, 17px); }
    .post-cont .wp-block-buttons .wp-block-button .has-background {
      border: none;
      padding: clamp(16px, 2vw, 20px); }
    .post-cont .wp-block-buttons .wp-block-button .wp-block-button.has-custom-font-size .wp-block-button__link {
      font-size: inherit; }
  .post-cont .wp-block-table {
    margin: clamp(40px, 5vw, 65px) 0; }
    .post-cont .wp-block-table table {
      border-collapse: collapse; }
      .post-cont .wp-block-table table td {
        padding: 12px;
        word-break: break-word; }
  .post-cont .is-style-regular table td {
    border: 1px solid #adb3b2; }
  .post-cont .wpcf7 {
    margin: 70px 0; }
    .post-cont .wpcf7 label {
      display: block;
      margin: 0 auto clamp(30px, 4vw, 45px);
      max-width: 500px;
      width: 95%; }
      @media screen and (min-width: 768px) {
        .post-cont .wpcf7 label {
          max-width: 800px; } }
      .post-cont .wpcf7 label:last-of-type .form-txt {
        margin-bottom: auto; }
      .post-cont .wpcf7 label .form-txt .en {
        font-size: clamp(15px, 2vw, 16px); }
      .post-cont .wpcf7 label .form-txt .required {
        color: #d94c4c;
        font-weight: bold;
        padding: 5px; }
      .post-cont .wpcf7 label .wpcf7-form-control-wrap {
        display: block;
        margin-top: 7px; }
        @media screen and (min-width: 768px) {
          .post-cont .wpcf7 label .wpcf7-form-control-wrap {
            margin-top: 12px; } }
        .post-cont .wpcf7 label .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text,
        .post-cont .wpcf7 label .wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea {
          background: #f5f7f7;
          border: 1px solid #f5f7f7;
          border-radius: 2px;
          padding: 8px;
          padding: clamp(13px, 1.6vw, 18px);
          width: 100%; }
          @media screen and (min-width: 768px) {
            .post-cont .wpcf7 label .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text,
            .post-cont .wpcf7 label .wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea {
              padding: clamp(13px, 1.5vw, 18px); } }
        .post-cont .wpcf7 label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
          color: #d94c4c;
          font-weight: 500; }
    .post-cont .wpcf7 input[type="checkbox"] {
      display: inline-block;
      height: 18px;
      vertical-align: -3px;
      width: 35px; }
    .post-cont .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
      display: block;
      margin: 0; }
      .post-cont .wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
        margin: 45px auto 20px; }
      .post-cont .wpcf7 .wpcf7-acceptance .wpcf7-list-item .policy {
        display: block;
        font-size: clamp(14px, 1vw, 15px);
        margin-top: 10px;
        text-decoration: underline;
        text-decoration-color: #3397a3;
        text-decoration-thickness: 1px;
        text-underline-offset: 5px; }
    .post-cont .wpcf7 .check {
      margin: 0 auto clamp(50px, 6vw, 70px);
      max-width: 500px;
      width: 95%; }
      @media screen and (min-width: 768px) {
        .post-cont .wpcf7 .check {
          max-width: 800px; } }
    .post-cont .wpcf7 input.wpcf7-submit {
      background: #fff;
      border: 2px solid #3397a3;
      border-radius: 2px;
      color: #131414;
      display: block;
      font-size: clamp(17px, 2vw, 19px);
      font-weight: 500;
      letter-spacing: 8px;
      margin: clamp(20px, 3vw, 30px) auto;
      padding: clamp(25px, 2vw, 30px) 0;
      transition: .2s;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .post-cont .wpcf7 input.wpcf7-submit {
          max-width: 800px;
          width: 90%; } }
      .post-cont .wpcf7 input.wpcf7-submit:hover {
        background: #3397a3;
        color: #fff;
        cursor: pointer; }
      .post-cont .wpcf7 input.wpcf7-submit:disabled {
        cursor: not-allowed !important; }
    .post-cont .wpcf7 .recaptcha {
      font-size: clamp(14px, 2vw, 15px); }
      @media screen and (min-width: 768px) {
        .post-cont .wpcf7 .recaptcha {
          margin: auto;
          max-width: 810px; } }
      .post-cont .wpcf7 .recaptcha a {
        font-weight: 500; }
    .post-cont .wpcf7 .wpcf7-response-output {
      color: #131414;
      font-size: clamp(16px, 2vw, 17px); }

/*------------------------------------------------------------------------------ 
  Sub Page
------------------------------------------------------------------------------*/
#sub {
  padding-bottom: clamp(110px, 12vw, 150px);
  /* Common ----------------------------------------------------
  -----------------------------------------------------------*/
  /* Min Side 
  -----------------------------------------------------------*/
  /* Sidebar
  -----------------------------------------------------------*/
  /* Pagination
  -----------------------------------------------------------*/
  /* Infomation ------------------------------------------------
  -----------------------------------------------------------*/
  /* Single Contents
  -----------------------------------------------------------*/
  /* Single ---------------------------------------------------
  -----------------------------------------------------------*/
  /* Works Cat List
  -----------------------------------------------------------*/
  /* Works List
  -----------------------------------------------------------*/
  /* Works & Taxonomy -----------------------------------------
  -----------------------------------------------------------*/
  /* Taxonomy  ------------------------------------------------
  -----------------------------------------------------------*/
  /* Single Works  ---------------------------------------------
  -----------------------------------------------------------*/
  /* 404 ------------------------------------------------------
  -----------------------------------------------------------*/ }
  #sub .main-side {
    display: grid;
    gap: 60px 50px; }
    @media (min-width: 1025px) {
      #sub .main-side {
        align-items: flex-start;
        grid-template-columns: 1fr 3fr; } }
    @media (max-width: 1024px) {
      #sub .main-side #sidebar {
        order: 2; } }
    @media (min-width: 1025px) {
      #sub .main-side #sidebar {
        position: sticky;
        top: 30px; } }
    @media (max-width: 1024px) {
      #sub .main-side main {
        order: 1; } }
  #sub #sidebar h3 {
    font-weight: 500;
    margin-bottom: clamp(20px, 3vw, 30px);
    padding-left: 20px;
    position: relative; }
    #sub #sidebar h3:before {
      background: #3397a3;
      border-radius: 50%;
      left: 0;
      content: '';
      height: 15px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: .3s;
      width: 15px; }
  #sub #sidebar .info-cat {
    gap: 10px;
    width: 90%; }
    #sub #sidebar .info-cat .cat-item {
      font-size: 14px; }
      #sub #sidebar .info-cat .cat-item a {
        display: block;
        border: 1px solid #131414;
        border-radius: 15px;
        padding: 2px 13px; }
        #sub #sidebar .info-cat .cat-item a:hover {
          opacity: 1;
          transform: translateY(-2px); }
        #sub #sidebar .info-cat .cat-item a[aria-current="page"] {
          background: #131414;
          color: #fff;
          opacity: 1; }
    #sub #sidebar .info-cat .current a,
    #sub #sidebar .info-cat .current-cat a {
      background: #131414;
      color: #fff;
      opacity: 1; }
  #sub .pagination {
    font-size: clamp(18px, 2vw, 20px);
    margin-top: clamp(70px, 10vw, 150px); }
    #sub .pagination .screen-reader-text {
      display: none; }
    #sub .pagination .nav-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 5px 10px; }
      @media (min-width: 1025px) {
        #sub .pagination .nav-links {
          justify-content: flex-start; } }
      #sub .pagination .nav-links .page-numbers {
        align-items: center;
        background: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        height: clamp(50px, 5vw, 60px);
        padding: 0;
        width: clamp(50px, 5vw, 60px); }
        #sub .pagination .nav-links .page-numbers:hover {
          background: #d2d9d8;
          opacity: 1; }
      #sub .pagination .nav-links .current {
        background: #80d8d0;
        font-weight: 500; }
        #sub .pagination .nav-links .current:hover {
          background: #80d8d0; }
      #sub .pagination .nav-links .dots:hover {
        background: #fff;
        color: #131414; }
  @media (min-width: 768px) {
    #sub #info {
      width: 90%; } }
  #sub #info .info article {
    border-bottom: 1px solid #adb3b2;
    padding: 15px 10px; }
    #sub #info .info article .time-cat {
      gap: 30px;
      margin-bottom: 10px; }
      #sub #info .info article .time-cat time {
        color: #adb3b2; }
      #sub #info .info article .time-cat .cat a {
        color: #adb3b2;
        font-size: clamp(15px, 2vw, 16px); }
        #sub #info .info article .time-cat .cat a:hover {
          color: #3397a3;
          opacity: 1; }
    #sub #info .info article h2 {
      font-size: clamp(16px, 2vw, 17px);
      font-weight: 400;
      margin: 0;
      transition: transform .3s; }
      #sub #info .info article h2 a {
        display: block; }
        @media (min-width: 768px) {
          #sub #info .info article h2 a:hover {
            opacity: 1;
            transform: translateX(5px); } }
  #sub .single-cont article .article-ttl {
    font-weight: 500; }
  #sub .single-cont article time {
    border-bottom: 1px solid #adb3b2; }
  #sub .single-cont article .post-cont {
    margin-top: clamp(80px, 9vw, 100px); }
  #sub .single-cont .btn {
    margin: auto;
    max-width: 350px;
    text-align: center; }
  #sub .single-cont .max-w {
    max-width: 600px; }
  #sub #single #sidebar {
    margin-top: clamp(90px, 12vw, 150px);
    max-width: 700px; }
    #sub #single #sidebar .current a {
      background: #131414;
      color: #fff;
      opacity: 1; }
  #sub .works-cat_li .works-cat_ttl {
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    font-size: clamp(19px, 2vw, 22px);
    font-weight: 500;
    margin: 0 0 20px;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase; }
    #sub .works-cat_li .works-cat_ttl:before {
      background: #3397a3;
      border-radius: 50%;
      left: 0;
      content: '';
      height: 15px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: .3s;
      width: 15px; }
  #sub .works-cat_li .cat-li {
    gap: 5px 20px;
    padding-left: 15px; }
    @media (max-width: 767px) {
      #sub .works-cat_li .cat-li li {
        width: 100%; } }
    #sub .works-cat_li .cat-li li a {
      font-size: clamp(16px, 2vw, 17px); }
      #sub .works-cat_li .cat-li li a:hover {
        transform: translateX(-5px); }
    #sub .works-cat_li .cat-li li .current {
      text-decoration: underline;
      text-underline-offset: 7px; }
  #sub .works-li {
    display: grid;
    gap: 30px 25px; }
    @media (min-width: 768px) {
      #sub .works-li {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 1025px) {
      #sub .works-li {
        grid-template-columns: repeat(4, 1fr); } }
    #sub .works-li .work-card a {
      background: #f5f7f7;
      border: 1px solid #d2d9d8;
      border-radius: 5px;
      display: block;
      padding: clamp(15px, 2vw, 20px) clamp(12px, 1.3vw, 20px) 20px clamp(12px, 1.3vw, 20px); }
      #sub .works-li .work-card a:hover {
        background: none;
        opacity: 1;
        transform: translateY(-10px); }
        #sub .works-li .work-card a:hover .term {
          color: #3397a3; }
      #sub .works-li .work-card a .card-img .thumb {
        aspect-ratio: 3 / 2;
        position: relative; }
        @media (min-width: 768px) {
          #sub .works-li .work-card a .card-img .thumb {
            aspect-ratio: 3 / 4; } }
        #sub .works-li .work-card a .card-img .thumb:after {
          background: rgba(19, 20, 20, 0.4);
          content: '';
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%; }
        #sub .works-li .work-card a .card-img .thumb img {
          border-radius: 5px;
          height: 100%;
          object-fit: cover; }
        #sub .works-li .work-card a .card-img .thumb .ttl {
          bottom: 10px;
          color: #fff;
          font-size: clamp(16px, 2vw, 17px);
          font-weight: 500;
          left: 50%;
          position: absolute;
          transform: translateX(-50%);
          width: 90%;
          z-index: 1; }
      #sub .works-li .work-card a .term {
        font-weight: 500;
        font-size: clamp(15px, 1vw, 16px);
        margin-top: 20px;
        transition: color .2s; }
  @media (min-width: 768px) {
    #sub #works,
    #sub #tax {
      max-width: 1600px;
      width: 90%; } }
  #sub #works .works-cat_li,
  #sub #tax .works-cat_li {
    margin-bottom: clamp(50px, 7vw, 80px); }
    #sub #works .works-cat_li input[type="checkbox"],
    #sub #tax .works-cat_li input[type="checkbox"] {
      display: none; }
      #sub #works .works-cat_li input[type="checkbox"]:checked ~ .cat-li,
      #sub #tax .works-cat_li input[type="checkbox"]:checked ~ .cat-li {
        max-height: 200vh; }
    @media (max-width: 767px) {
      #sub #works .works-cat_li .works-cat_ttl,
      #sub #tax .works-cat_li .works-cat_ttl {
        display: block; }
        #sub #works .works-cat_li .works-cat_ttl:after,
        #sub #tax .works-cat_li .works-cat_ttl:after {
          background: #131414;
          bottom: -4px;
          content: '';
          height: 1px;
          left: 0;
          position: absolute;
          width: 100%; } }
    @media (max-width: 767px) {
      #sub #works .works-cat_li .cat-li,
      #sub #tax .works-cat_li .cat-li {
        max-height: 0;
        overflow: hidden;
        transition: max-height .5s; }
        #sub #works .works-cat_li .cat-li .current,
        #sub #tax .works-cat_li .cat-li .current {
          text-decoration: none; } }
  #sub #tax .tax {
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      #sub #tax .tax {
        display: none; } }
    #sub #tax .tax h2 {
      font-weight: 500; }
  #sub #single-works .single-cont .article-ttl {
    border-top: 1px solid #adb3b2;
    padding-top: clamp(40px, 5vw, 50px); }
  #sub #single-works .cont-bottom {
    border-top: 1px solid #adb3b2;
    margin-top: clamp(100px, 13vw, 160px);
    padding-top: 20px; }
    #sub #single-works .cont-bottom .other-work {
      margin-bottom: 90px; }
      #sub #single-works .cont-bottom .other-work h3 {
        font-weight: 500;
        margin: 0 0 45px;
        padding-left: 23px;
        position: relative; }
        #sub #single-works .cont-bottom .other-work h3:before {
          background: #3397a3;
          border-radius: 50%;
          left: 0;
          content: '';
          height: 15px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          transition: .3s;
          width: 15px; }
      @media (min-width: 1025px) {
        #sub #single-works .cont-bottom .other-work .works-li {
          grid-template-columns: repeat(3, 1fr);
          margin-left: auto;
          max-width: 900px;
          width: 80%; } }
  #sub .not-found {
    text-align: center; }
    #sub .not-found p {
      font-size: clamp(20px, 2vw, 23px);
      font-weight: 500; }
    #sub .not-found .btn a {
      max-width: 300px;
      margin: 50px auto 0; }

/*------------------------------------------------------------------------------ 
  Footer
------------------------------------------------------------------------------*/
footer {
  background: #fbf9f7; }
  footer .foot-in {
    padding-top: clamp(60px, 7vw, 75px); }
    footer .foot-in .logo {
      margin-bottom: clamp(60px, 7vw, 75px);
      width: clamp(250px, 25vw, 300px); }
    footer .foot-in .foot-nav {
      display: grid;
      gap: 60px clamp(40px, 5vw, 65px);
      margin-bottom: clamp(90px, 10px, 120px); }
      @media (min-width: 768px) {
        footer .foot-in .foot-nav {
          grid-template-columns: 1fr 1.5fr; } }
      @media (min-width: 1025px) {
        footer .foot-in .foot-nav {
          grid-template-columns: 1fr 2fr 1fr; } }
      footer .foot-in .foot-nav .foot-nav_item {
        border-top: 2px solid #d2d9d8; }
        footer .foot-in .foot-nav .foot-nav_item h3 {
          font-size: clamp(17px, 2vw, 18px);
          text-transform: uppercase; }
      footer .foot-in .foot-nav .company-info .address a:hover .map-icon:after {
        transform: translateY(-3px); }
      footer .foot-in .foot-nav .company-info .address a .map-icon {
        position: relative; }
        footer .foot-in .foot-nav .company-info .address a .map-icon:after {
          background: url(img/footer/map.svg) no-repeat center/cover;
          bottom: 3px;
          content: '';
          height: 18px;
          position: absolute;
          right: -18px;
          transition: transform .3s;
          width: 15px; }
      footer .foot-in .foot-nav .company-info .tel .num {
        font-size: 19px; }
      footer .foot-in .foot-nav .navigation .foot-nav_li {
        display: grid;
        gap: 15px 20px;
        grid-template-columns: repeat(2, 1fr); }
        @media (min-width: 1280px) {
          footer .foot-in .foot-nav .navigation .foot-nav_li {
            grid-template-columns: repeat(3, 1fr); } }
      footer .foot-in .foot-nav .sns .foot-nav_li li:first-of-type {
        margin-bottom: 10px; }
      footer .foot-in .foot-nav .sns .foot-nav_li li a {
        align-items: center;
        display: flex;
        font-size: 16px;
        gap: 12px; }
        footer .foot-in .foot-nav .sns .foot-nav_li li a:hover {
          opacity: 1; }
          footer .foot-in .foot-nav .sns .foot-nav_li li a:hover span {
            transform: translateX(-3px); }
        footer .foot-in .foot-nav .sns .foot-nav_li li a img {
          width: 23px; }
        footer .foot-in .foot-nav .sns .foot-nav_li li a span {
          font-weight: 500;
          transition: transform .3s;
          text-transform: uppercase; }
    footer .foot-in .link-area {
      align-items: normal;
      row-gap: 20px; }
      @media (min-width: 1280px) {
        footer .foot-in .link-area {
          margin: auto;
          width: 95%; } }
      footer .foot-in .link-area .btn {
        min-height: 88px;
        width: 100%; }
        @media (min-width: 1025px) {
          footer .foot-in .link-area .btn {
            width: 31%; } }
        footer .foot-in .link-area .btn a {
          align-items: center;
          display: flex;
          height: 100%;
          justify-content: center;
          margin: auto;
          max-width: 400px; }
          footer .foot-in .link-area .btn a .br {
            display: none; }
            @media (min-width: 1025px) and (max-width: 1279px) {
              footer .foot-in .link-area .btn a .br {
                display: inline; } }
    footer .foot-in .kodomo-museum {
      margin-top: 30px;
      text-align: right; }
      footer .foot-in .kodomo-museum img {
        height: clamp(100px, 10vw, 110px);
        width: clamp(100px, 10vw, 110px); }
        @media (min-width: 1280px) {
          footer .foot-in .kodomo-museum img {
            margin-right: 20px; } }
    footer .foot-in .foot-bottom {
      border-top: 1px solid #adb3b2;
      margin-top: clamp(90px, 10px, 120px);
      padding: 60px 0 15px;
      row-gap: 10px; }
      @media (max-width: 767px) {
        footer .foot-in .foot-bottom {
          align-items: flex-end;
          flex-direction: column-reverse; } }
      @media (min-width: 768px) {
        footer .foot-in .foot-bottom {
          padding: 45px 0; } }
      footer .foot-in .foot-bottom #copyrights {
        font-size: clamp(14px, 1.5vw, 16px); }
      footer .foot-in .foot-bottom .privacy .img {
        margin-left: auto;
        width: 70px; }
      footer .foot-in .foot-bottom .privacy p {
        margin: 15px 0 0; }

.gallery {
  /* 3枚＋4枚目を60%見せる → 3.6 */
  --gap: 16px;
  --perView: 3.6;
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 48px;
  /* 右上ボタンのスペース */
  /* 画面幅に応じても「次のカードを60%見せる」 */ }
  @media (max-width: 1024px) {
    .gallery {
      --perView: 2.6; } }
  @media (max-width: 640px) {
    .gallery {
      --perView: 1.6; } }
  .gallery .gallery-controls {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    gap: 8px;
    z-index: 2; }
    .gallery .gallery-controls .arrow {
      padding: 8px 12px;
      font-size: 16px;
      line-height: 1;
      border: 1px solid #ddd;
      background: #fff;
      border-radius: 999px;
      cursor: pointer;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06); }
    .gallery .gallery-controls .arrow[disabled] {
      opacity: .4;
      cursor: default;
      pointer-events: none; }
  .gallery .track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - (var(--gap) * (var(--perView) - 1))) / var(--perView));
    gap: var(--gap);
    overflow-x: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    scroll-snap-type: x mandatory;
    scroll-padding: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; }
    .gallery .track .card {
      scroll-snap-align: start;
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      background: #f6f6f6; }
      .gallery .track .card img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        aspect-ratio: 4 / 3; }
  .gallery .track::-webkit-scrollbar {
    display: none; }
  @media (prefers-reduced-motion: reduce) {
    .gallery .track {
      scroll-behavior: auto !important; } }

/*# sourceMappingURL=style.css.map */
