/* all device
-------------------------------------------------- */
@media all {
  /**
  * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
  * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
  */
  body {
    background-color: #f9f7f5;
    color: #3b291f;
  }
  .linkStyle1 {
    color: #333;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: color;
    transition-property: color;
    text-decoration: none;
  }
  .linkStyle1:hover, .linkStyle1:active, .linkStyle1:focus {
    color: black;
  }
  .linkStyle1.underline {
    text-decoration: underline;
  }
  .btn1 > .base {
    min-width: 200px;
    min-height: 50px;
    padding: 10px 20px;
    color: #fff;
    background-color: #326632;
    border: none;
    border-radius: 9999px;
  }
  .btn1:hover > .base {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(50, 102, 50, 0.7);
    border: none;
  }
  .gNavi ul li.naviCase .main {
    letter-spacing: 0;
  }
  .fNavi ul li.naviCase .main {
    letter-spacing: 0;
  }
  .titType1 .main {
    font-weight: 500;
  }
  .titType1 .sub {
    color: #326632;
  }
  #floatingGoTop a {
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left top, right bottom, from(#eee), color-stop(70%, #fff));
    background-image: linear-gradient(top left, #eee, #fff 70%);
  }
  #floatingGoTop a::after {
    border-width: 3px;
    border-color: #aaa;
  }
  .siteKv .partsScroll {
    position: absolute;
    right: 10vw;
    bottom: 3vw;
  }
  .siteKv .contentBase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .kvCnt1 {
    display: block;
    height: auto;
  }
  #conceptSec .copy .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1em;
  }
  #conceptSec .copy .main::before, #conceptSec .copy .main::after {
    content: "";
    display: block;
    width: 2em;
    height: 2px;
    background-color: #3b291f;
  }
  #conceptSec .text {
    text-align: center;
  }
  .copyIntro .main {
    color: #666;
  }
  .copyIntro .sub {
    color: #999;
  }
  .areaInfo {
    font-weight: 700;
  }
  #advantageSec {
    background-color: #fff2e8;
  }
  .staffListItem .name .sub {
    opacity: 1;
    color: #326632;
  }
  .servicesList img {
    border-radius: 15px;
  }
  .faqList .gridContainer {
    gap: 0 !important;
  }
  .faqList .acdSec {
    border-bottom: 1px solid #ccc;
  }
  .faqList .acdSec .switch {
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }
  .faqList .acdSec .switch::before, .faqList .acdSec .switch::after {
    border-color: #ff8706;
  }
  .faqList .acdSec .switch.active {
    background-color: #f9f7f5;
  }
  .floatBox1 {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    opacity: 0;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background-color: #fff;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .floatBox1.isInview {
    opacity: 1;
  }
  .floatBox1 .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .floatBox1 .title {
    font-weight: 400;
  }
  .floatBox1 .image img {
    height: 100%;
    aspect-ratio: auto;
  }
  #introSlider .swiper-container {
    position: relative;
  }
  #introSlider .swiper-pagination .swiper-pagination-bullet {
    background-color: #AAA;
  }
  #introSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff8706;
  }
  #introSlider .swiper-button-prev,
  #introSlider .swiper-button-next {
    background-position: center center;
    background-repeat: no-repeat;
  }
  #introSlider .swiper-button-prev::after,
  #introSlider .swiper-button-next::after {
    display: none;
  }
  #introSlider .swiper-button-prev {
    left: 3%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E") !important;
  }
  #introSlider .swiper-button-next {
    right: 3%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E") !important;
  }
}
/* smart phone
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /**
  * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
  * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
  */
  #siteHeader .mainLogo img {
    height: 42px;
  }
  .tel .num {
    letter-spacing: -0.03em !important;
  }
  #toastBtnBase {
    top: 10px !important;
    right: 10px !important;
  }
  #toastBtn {
    border-radius: 100%;
    background-color: transparent !important;
  }
  #toastBtn .toastTrigger span {
    background-color: #326632;
  }
  .titType1 .main {
    letter-spacing: 0.05em;
  }
  #floatingGoTop a::after {
    width: 8px;
    height: 8px;
    margin-top: -22px;
  }
  .kvCnt1 {
    width: 70vw;
  }
  .kvCnt1Picture {
    width: 70vw;
    right: 0;
    top: 15vw;
  }
  #conceptSec .text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
    padding-top: 20px;
  }
  .copyIntro .main {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .copyIntro .sub {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .textIntro {
    padding-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .areaInfo {
    padding-bottom: 15px;
  }
  .advantageList .gridContainer {
    gap: 3rem 3rem !important;
  }
  .advantageItem {
    padding-top: 5px;
    padding: 5px 5vw 30px;
  }
  .advantageItem .title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .advantageItem .mark {
    width: 80px;
    top: -15px;
    left: -15px;
  }
  .advantageItem .image {
    width: 80px;
  }
  .advantageItem .contents .text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  #essenceSec {
    padding-top: 20vw;
  }
  .essenceImages .gridContainer {
    -ms-grid-columns: 1fr 5px 1fr !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 5px !important;
  }
  .essenceRecordList {
    padding: 20px 0;
  }
  .essenceRecordList .gridContainer {
    gap: 2rem !important;
  }
  .essenceRecord .subtitle {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8;
  }
  .staffListItem .image {
    width: 150px;
  }
  .staffListItem .post {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .staffListItem .name .main {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .staffListItem .text {
    width: 260px;
    margin: 0 auto;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .servicesList {
    padding-bottom: 50px;
  }
  .servicesList .flexContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px 0 !important;
  }
  .servicesList .flexContainer .servicesListItem {
    width: 100%;
  }
  .servicesList img {
    border-radius: 10px;
  }
  .faqList .acdSec .switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px 10px;
    min-height: 4em;
    padding-right: 50px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .faqList .acdSec .contentsInner {
    padding: 20px 10px 30px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .floatBox1 {
    max-width: 90vw;
    border-radius: 15px;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .floatBox1.isInview {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .floatBox1 .content {
    padding: 30px 5vw;
  }
  .floatBox1 .title {
    padding-bottom: 15px;
  }
  .floatBox1 .image img {
    aspect-ratio: 2/1;
  }
  .copyContact {
    padding-bottom: 30px;
  }
  .copyContact .main {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  #introSlider {
    max-width: 100%;
  }
  #introSlider .swiper-slide {
    width: 80vw;
  }
  #introSlider .swiper-slide img {
    display: block;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #introSlider .swiper-button-prev,
  #introSlider .swiper-button-next {
    background-color: transparent;
    background-size: 18px auto;
  }
}
/* tablet
-------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /**
  * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
  * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
  */
  #siteHeader .mainLogo img {
    height: 46px;
  }
  #toastBtn {
    background-color: transparent !important;
  }
  #toastBtn .toastTrigger span {
    background-color: #326632;
  }
  .titType1 .main {
    letter-spacing: 0.05em;
  }
  #floatingGoTop a {
    border-radius: 100%;
  }
  #floatingGoTop a::after {
    width: 12px;
    height: 12px;
    margin-top: -20px;
  }
  .siteKv {
    height: 50svh;
  }
  .kvCnt1 {
    width: 50vw;
    max-width: 700px;
  }
  .kvCnt1Picture {
    width: 50vw;
    max-width: 700px;
    right: 0;
    top: 0px;
  }
  #conceptSec .text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
    padding-top: 30px;
  }
  #introSec {
    padding-top: 80px;
  }
  .introBox {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .introBox .image {
    width: 40vw;
  }
  .introBox .image img {
    height: 100%;
  }
  .copyIntro {
    text-align: left;
  }
  .copyIntro .main {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.4;
  }
  .copyIntro .sub {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .textIntro {
    padding-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .areaInfo {
    padding-bottom: 15px;
  }
  .caseList .gridContainer {
    gap: 3rem 3rem !important;
    -ms-grid-columns: 1fr 3rem 1fr !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .advantageList .gridContainer {
    gap: 3rem 3rem !important;
  }
  .advantageItem {
    padding-top: 5px;
  }
  .advantageItem .title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .advantageItem .mark {
    width: 80px;
    top: -20px;
    left: -20px;
  }
  .advantageItem .image {
    width: 80px;
  }
  .advantageItem .contents .text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  #essenceSec {
    padding-top: 15vw;
  }
  .essenceImages .gridContainer {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 5px !important;
  }
  .essenceRecord .content {
    padding: 0;
  }
  .essenceRecord .subtitle {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.8;
  }
  .essencePanel .leftPanel {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .essencePanel .rightPanel {
    width: 30vw;
  }
  .staffList .gridContainer {
    -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 6rem 4rem !important;
  }
  .staffListItem .image {
    width: 200px;
  }
  .staffListItem .post {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .staffListItem .name .main {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .staffListItem .text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .servicesList {
    padding-bottom: 60px;
  }
  .servicesList .flexContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px 3.2% !important;
  }
  .servicesList .flexContainer .servicesListItem {
    width: 31.2%;
  }
  .servicesList .flexContainer .servicesListItem:nth-child(1),
  .servicesList .flexContainer .servicesListItem:nth-child(2) {
    width: 48.4%;
  }
  .faqList .acdSec .switch {
    padding: 20px 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .faqList .acdSec .contentsInner {
    padding: 20px 10px 40px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .floatBox1 {
    max-width: 90vw;
    border-radius: 15px;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .floatBox1.isInview {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .floatBox1 .content {
    padding: 30px 30px;
  }
  .floatBox1 .title {
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8;
  }
  .floatBox1 .image {
    width: 240px;
  }
  .copyContact {
    padding-bottom: 40px;
  }
  .copyContact .main {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  #introSlider {
    max-width: 100%;
  }
  #introSlider .swiper-slide {
    width: 80vw;
  }
  #introSlider .swiper-slide img {
    display: block;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #introSlider .swiper-button-prev,
  #introSlider .swiper-button-next {
    background-color: transparent;
    background-size: 18px auto;
  }
  #introSlider .swiper-slide {
    width: 40vw;
  }
}
/* PC
-------------------------------------------------- */
@media only screen and (min-width: 1024px) {
  /**
  * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
  * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
  */
  #siteHeader .mainLogo img {
    height: 46px;
  }
  .titType1 .main {
    letter-spacing: 0.05em;
  }
  #floatingGoTop a {
    border-radius: 100%;
  }
  #floatingGoTop a::after {
    width: 12px;
    height: 12px;
    margin-top: -20px;
  }
  .kvCnt1 {
    width: 35vw;
    max-width: 600px;
  }
  .kvCnt1Picture {
    width: 35vw;
    max-width: 600px;
    right: 0;
    bottom: 330px;
  }
  #conceptSec .text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    padding-top: 30px;
  }
  #introSec {
    padding-top: 50px;
  }
  .copyIntro {
    text-align: left;
  }
  .copyIntro .main {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.4;
  }
  .copyIntro .sub {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .textIntro {
    padding-top: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .areaInfo {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    padding-bottom: 15px;
  }
  .advantageList {
    padding-top: 30px;
  }
  .advantageItem .title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .advantageItem .contents .text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #essenceSec {
    padding-top: 15vw;
  }
  .essenceImages .gridContainer img:nth-child(even) {
    padding-top: 60px;
  }
  .staffList .gridContainer {
    gap: 5rem !important;
  }
  .servicesList {
    padding-bottom: 100px;
  }
  .servicesList .flexContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px 5% !important;
  }
  .servicesList .flexContainer .servicesListItem {
    width: 30%;
  }
  .servicesList .flexContainer .servicesListItem:nth-child(1),
  .servicesList .flexContainer .servicesListItem:nth-child(2) {
    width: 47.5%;
  }
  .faqList {
    max-width: 800px;
  }
  .faqList .acdSec .switch {
    padding: 25px 20px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .faqList .acdSec .contentsInner {
    padding: 30px 20px 60px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .floatBox1 {
    max-width: 1000px;
    border-radius: 15px;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .floatBox1.isInview {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .floatBox1 .content {
    padding: 30px 40px;
  }
  .floatBox1 .title {
    padding-bottom: 25px;
  }
  .floatBox1 .image {
    width: 400px;
  }
  .copyContact {
    padding-bottom: 40px;
  }
  .copyContact .main {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  #introSlider {
    padding-bottom: 40px;
  }
  #introSlider .swiper-container {
    width: 100%;
  }
  #introSlider .swiper-slide {
    max-width: 500px;
  }
  #introSlider .swiper-slide img {
    display: block;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #introSlider .swiper-slide .slideInner .cover {
    display: block;
  }
  #introSlider .swiper-slide .slideInner .cover::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ddd;
    z-index: 1;
    left: 0;
    top: 0;
    -webkit-transition-duration: 0.6s !important;
            transition-duration: 0.6s !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
  }
  #introSlider .swiper-button-prev,
  #introSlider .swiper-button-next {
    background-size: 12px auto;
    width: 50px;
    height: 50px;
    margin-top: -45px;
    border-radius: 100%;
    -webkit-transition-duration: 0.4s !important;
            transition-duration: 0.4s !important;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  #introSlider .swiper-button-prev:hover,
  #introSlider .swiper-button-next:hover {
    background-color: #ddd;
  }
  #introSlider .swiper-slide-prev .slideInner .cover::after,
  #introSlider .swiper-slide-next .slideInner .cover::after,
  #introSlider .swiper-slide-duplicate-prev .slideInner .cover::after,
  #introSlider .swiper-slide-duplicate-next .slideInner .cover::after {
    opacity: 0.4;
  }
}
/*# sourceMappingURL=style.css.map */