@charset "utf-8";
/*
Theme Name: 
Theme URI: https://296.co.jp/
Author URI: https://296.co.jp/
Description:
Version: 1.0
License:
License URI:
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 default
2.0 utility
3.0 common
4.0 header
5.0 footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 default
--------------------------------------------------------------*/
:root {
    --main-color: #0068b6;
    --sub-color: #57b2f7;
    --text-color: #000;
    --sub-text-color: #9FD5FF;
    --notes-color:#C70000;
    --border-color: #D2D2D2;
    --table-bg-color:#D8EEFF;
    --background-color: #fff;
    --news-bg-color: rgba(87, 178, 247, 0.1);
    --news-point-color_corporate: #0068B6;
    --news-point-color_office:#E99F18;
    --news-point-color_seminar:#209A41;
    --news-bg-color_corporate: rgba(87, 178, 247, 0.1);
    --news-bg-color_office:#FFF9EE;
    --news-bg-color_seminar:#F4FFF7;
    --care-results-bg-color: #EEF7FE;
}

body {
    font-size: clamp(0px,(100vw / 80), 16px);
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--background-color);
    -webkit-font-smoothing: antialiased;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
}
a {
  transition: .3s ease-out;
}
a:hover {
  opacity: .7;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none !important;
}
@media (max-width: 769px) {
    body {
        margin: 3.75em 0 0 0;
        font-size: clamp(0px,(100vw / 25), 16px);
    }
}
/*--------------------------------------------------------------
2.0 utility
--------------------------------------------------------------*/
/* margin */
.u-margin0 {
    margin: 0;
}
.u-margin-0-auto {
    margin: 0 auto;
}
.u-margin-top30 {
    margin: 1.875em 0 0 0;
}
.u-margin-top50 {
    margin: 3.125em 0 0 0;
}
.u-margin-top160 {
    margin: 10em 0 0 0;
}
.u-margin-bottom16 {
    margin: 0 0 1em 0;
}
.u-margin-30-auto-0 {
    margin: 1.875em auto 0;
}
.u-margin-80-auto-0 {
    margin: 5em auto 0;
}
/* width */
.u-width-100pct {
    width: 100%;
}
.u-width-100pct {
    width: 100%;
}
/* height */
.u-height-100pct {
    height: 100%;
}
.u-height-280 {
    height: 17.5em;
}
.u-height-130 {
    height: 8.125em;
}
/* object */
.u-o-fit-cover {
    object-fit: cover;
}
.u-o-position-top {
    object-position: top;
}
/* text */
.u-t-align-center {
    text-align: center;
}
/* border  */
.u-b-radius8 {
    border-radius: .5em;
}
/* inner */
.u-inner1420 {
    width: 92%;
    max-width: 1420px;
    margin: 0 auto;
}
.u-inner1150 {
    width: 92%;
    max-width: 1150px;
    margin: 0 auto;
}
.u-inner990 {
    width: 92%;
    max-width: 990px;
    margin: 0 auto;
}
/*--------------------------------------------------------------
3.0 common
--------------------------------------------------------------*/
/*レンポンシブ*/
.is-sp {
    display: none !important;
}

@media (max-width: 639px) {
    .is-pc {
        display: none !important;
    }

    .is-sp {
        display: block !important;
    }
}
/*フェードアニメ*/
.scroll-fade {
    opacity: 0;
    transition: all 2s;
}

.scroll-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s;
}

.scroll-up.done,
.scroll-fade.done {
    opacity: 1;
    transform: translate(0, 0);
}

.load-fade {
    opacity: 0;
    transition: all 2s;
}

.load-up {
    opacity: 0;
    transform: translate×(100px);
    transition: all 1s;
}
.load-up.done,
.load-fade.done {
    opacity: 1;
    transform: translate(0, 0);
}
/* fv */
.cmn_fv {

}
.cmn_fv .container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10em auto 1.5em;
    width: 95%;
    height: 30em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: .75em;
}
.cmn_fv.overlay .container {
    position: relative;
}
.cmn_fv.overlay .container::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    border-radius: .75em;
    content: "";
}
.cmn_fv .container .title {
    position: relative;
    font-size: 2em;
    color: #fff;
}
@media (max-width: 769px) {
    .cmn_fv .container {
        margin: 5em auto 1.5em;
    }
}
/* card-list */
.card-list {
    margin: 2.125em 0 0 0;
}
.card-list .container {

}
.card-list .container .card {
    padding: 0 0 1.5em 0;
}
.card-list .container .card .image {

}
.card-list .container .card .image figure {

}
.card-list .container .card .image figure img {

}
.card-list .container .card .head {

}
.card-list .container .card address {

}
.card-list .container .card .info {

}
.card-list .container .card .info .item {

}
.card-list .container .card .info .item a {

}
.card-list .container .card button {
  margin-top: auto;
  max-width: 100%;
}

.card-list .container .card button a {
}
@media (min-width: 770px) {
  .card-list .container .card:not(:nth-child(4n + 1))::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.5em;
    width: 0.0625em;
    background-color: var(--border-color);
    content: "";
}
}
@media (max-width: 769px) {
    .card-list .container .card:not(:first-child)::before {
      position: absolute;
      top: -1.5em;
      right: 0;
      left: 0;
      height: .0625em;
      background-color: var(--border-color);
      content: "";
    }
    .card-list .container .card button a {
      padding: 1.25em 0;
  }
}
/*--------------------------------------------------------------
4.0 header.site
--------------------------------------------------------------*/
.drawer {
    display: none;
}
header.site {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 7.5em;
    background-color: var(--background-color);
    box-shadow: 0 .25em .375em rgba(0, 0, 0, 0.1);
    z-index: 9999;
}
header.site .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    height: inherit;
    margin: 0 auto;
}
header.site .container .logo {
    width: 12em;
    margin: 0 0 0 1em;
    font-size: 1em;
    vertical-align: middle;
}
header.site .container .logo a {
    display: block;
    height: inherit;
    font-size: 1.125em;
    text-decoration: none;
    color: inherit;
}

header.site .container .logo a img {
    display: inline-block;
    width: 100%;
    height: inherit;
    vertical-align: middle;
}

header.site .container nav {
    height: inherit;
}

header.site .container nav .column ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header.site .container nav .column ul li {
    display: flex;
    position: relative;
    height: inherit;
    align-items: center;
    letter-spacing: .05em;
}
header.site .container nav .column ul li:first-child:before,
header.site .container nav .column ul li::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 1.125em;
    background-color: var(--border-color);
    content: "";
}
header.site .container nav .column ul li:first-child:before {
    left: 0;
}
header.site .container nav .column ul li::after {
    right: 0;
}
header.site .container nav .column ul li a {
    display: block;
    padding: 0 2.25em;
    font-size: 1.125em;
    line-height: 6.8em;
    height: inherit;
    color: var(--text-color);
    text-decoration: none;
    transition: .3s ease-out;
}
header.site .container nav .column ul li a:hover {
    color: var(--sub-color);
}
header.site .container nav .column ul li a::after {
    position: absolute;
    display: block;
    content: '';
    height: .125em;
    width: 100%;
    bottom: 0;
    left: 0;
    background: var(--sub-color);
    transform: scale(0, 1);
    transition: .3s;
}
header.site .container nav .column ul li a:hover::after {
    transform: scale(1, 1);
    opacity: 1;
}
header.site .container nav .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}
header.site .container nav .hamburger span {
    height: 3px;
    width: 25px;
    background: var(--border-color);
    margin: 4px 0;
    border-radius: 0.125em;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
header.site .container nav .hamburger.open span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
}
header.site .container nav .hamburger.open span:nth-child(2) {
    opacity: 0;
}
header.site .container nav .hamburger.open span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
}

@media (max-width: 769px) {
    .home header.site {
      display: block;
    }
    header.site {
      position: fixed;
      top: 0;
      left: 0;
      padding: .625em;
      height: 3.75em;
    }
    header.site .container {
      height: 2.5em;
    }
    header.site .container .logo {
      float: none;
      width: 7em;
      margin: 0;
    }
    header.site .container .logo a {
      display: inline-block;
      height: 2.5em;
    }
    header.site .container .logo a img {
      padding: .1875em .3125em .1875em 0;
      height: 2.5em;
    }
    header.site .container nav .column {
      position: absolute;
      width: 100%;
      top: 3.75em;
      right: -100%;
      height: 100vh;
      background: #fff;
      border-top: .0625em solid var(--border-color);
      transform: translateX(100%);
      transition: .5s ease;
      visibility: hidden;
    }
    header.site .container nav .column.show {
      right: 0;
      gap: 1em;
      transform: translateX(0);
      visibility: visible;
    }
    header.site .container nav .column ul {
      flex-direction: column;
      margin: 2em 0 0 0;
    }
    header.site .container nav .column ul li {
      height: 4em;
      border-bottom: .0625em solid var(--border-color);
    }
    header.site .container nav .column ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      width: 100%;
      height: 100%;
    }
    header.site .container nav .hamburger {
      display: flex;
    }
}
/*--------------------------------------------------------------
5.0 footer
--------------------------------------------------------------*/
footer {
    margin: 6.25em 0 0 0;
    background-color: var(--main-color);
}
footer .container {
    width: 88%;
    margin: 0 auto;
    padding: 3.75em 0;
}
footer .container .row {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 7.8em;
    color: #fff;
}
footer .container .row .list {
    width: calc(100% - (19em + 7.8em));
    padding: 0;
    list-style-type: none;
}
footer .container .row .list .items {
    
}
footer .container .row .list .items:not(:first-child) {
    margin: 2.625em 0 0 0;
}
footer .container .row .list .items .title {
    font-size: 1.5em;
    font-weight: 600;
}
footer .container .row .list .items .sub {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    gap: .375em 2.25em ;
    list-style-type: none;
}
footer .container .row .list .items .sub .item {
    position: relative;
}
footer .container .row .list .items .sub .item::before {
    position: absolute;
    content: "";
    top: 50%;
    left: .125em;
    width: .625em;
    height: .625em;
    border-right: .125em solid #fff;
    border-bottom: .125em solid #fff;
    transform: translate(0, -50%) rotate(-45deg);
}
footer .container .row .list .items .sub .item a {
    padding: 0 0 0 1.5em;
    color: #fff;
    text-decoration: none;
    font-size: 1.125em;
    font-weight: 600;
}
footer .container .row .list .items .content {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    max-width: 620px;
    padding: 0;
    color: #fff;
    text-decoration: none;
    font-size: 1.5em;
    list-style-type: none;
}
footer .container .row .list .items .content .title {
    font-size: 1em;
}
footer .container .row .list .items .content .title:not(:first-child) {
    padding: 0 0 0 4em;
}
footer .container .row .list .items .content .title a {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
footer .container .row .group {
    width: 19em;
}
footer .container .row .group .image {

}
footer .container .row .group .image figure {
    margin: 0;
}
footer .container .row .group .image figure img {
    width: 12.25em;
}
footer .container .row .group .body  {
    margin: 5em 0 0 0;
    font-weight: 600;
}
footer .container .row .group .body address {
    font-style: normal;
}
footer .container .row .group .body .contact {
    margin: 1.375em 0 0 0;
}
footer .container .row .group .body .contact .item {
    
}
footer .container .row .group .body .contact .item a {
    color: #fff;
    text-decoration: none;
}
footer .container .copyright {
    margin: .675em 0 0 0;
}
footer .container .copyright span {
    font-size: 0.875em;
    color: #fff;
}

@media (max-width: 769px) {
  footer .container .row {
    display: block;
  }
  footer .container .row .list {
    width: 100%;
  }
  footer .container .row .group {
    width: auto;
    margin: 2.625em auto 0;
  }
  footer .container .row .group .body {
    margin: 2em 0 0 0;
  }
  footer .container .copyright {
    text-align: center;
}
  footer .container .row .list .items .content {
    font-size: 1em;
  }
  footer .container .row .list .items .content .title:not(:first-child) {
    padding: 0 0 0 2em;
}
}