/* 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 {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    background-color: #f6f5f4;
    color: #333;
  }
  .linkStyle1 {
    color: #fff;
    -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: #b3b3b3;
  }
  .linkStyle1.underline {
    text-decoration: underline;
  }
  .btn1 > .base {
    min-width: 200px;
    min-height: 50px;
    padding: 10px 20px;
    color: #fff;
    background-color: #0d73bb;
    border: none;
    border-radius: 5px;
  }
  .btn1:hover > .base {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(13, 115, 187, 0.7);
    border: none;
  }
  .btn2 > .base {
    min-width: 200px;
    min-height: 50px;
    padding: 10px 20px;
    color: #fff;
    background-color: #0d73bb;
    border: none;
    border-radius: 9999px;
  }
  .btn2:hover > .base {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(13, 115, 187, 0.7);
    border: none;
  }
  .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;
  }
  .bottomFixedSec {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .navi_00001 .main {
    font-weight: 500;
  }
  #siteHeader {
    position: absolute;
  }
  #siteFooter {
    background-color: #f9f7f5 !important;
    padding-bottom: 80px;
  }
  .contactPage #siteFooter {
    padding-bottom: 0;
  }
  .siteKv {
    height: 100svh;
  }
  .siteKv .kvBkgImage {
    height: 100svh;
    max-height: 100%;
    aspect-ratio: auto;
  }
  .siteKv .partsScroll {
    position: absolute;
  }
  .siteKv .partsScroll .scroll .text {
    color: #333;
  }
  .siteKv .partsScroll .scroll .bar {
    background-color: transparent;
  }
  .siteKv .partsScroll .scroll .bar::after {
    background-color: #333;
  }
  .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 {
    position: absolute;
  }
  #servicesSec .arcBackground {
    background-color: #f9f7f5 !important;
  }
  .priceListItem .priceInfoList dl {
    padding-bottom: 0.8em;
  }
  .priceListItem .priceInfoList dl:last-child {
    padding-bottom: 0;
  }
  .priceListItem .priceInfoList dl dt {
    display: inline-block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    background-color: #e9e7e5;
    color: #333;
    border-radius: 3px;
    padding: 4px 6px;
  }
  .priceListItem .priceInfoList dl dd {
    display: block;
    padding-top: 5px;
    padding-left: 8px;
  }
  .aboutItem {
    overflow: hidden;
  }
  .aboutItem .aboutCopy .sub {
    font-weight: normal;
  }
  .aboutItem .image {
    overflow: hidden;
    opacity: 0;
    -webkit-transition-duration: 1.2s;
            transition-duration: 1.2s;
  }
  .aboutItem .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition-duration: 15s;
            transition-duration: 15s;
  }
  .aboutItem .content {
    opacity: 0;
    -webkit-transition-duration: 1.8s;
            transition-duration: 1.8s;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  .aboutItem.isInview .image {
    opacity: 1;
  }
  .aboutItem.isInview .image img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .aboutItem.isInview .content {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .valuesInfo {
    padding: 0 5vw;
  }
  #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: #333;
  }
  #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
  */
  .btn2.fixedBtn > .base {
    padding: 0;
    min-width: 150px;
    min-height: 46px;
  }
  .floatBox1 {
    max-width: 90vw;
    border-radius: 15px;
  }
  .floatBox1.isInview {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .floatBox1 .content {
    padding: 30px 5vw;
  }
  .floatBox1 .title {
    padding-bottom: 15px;
  }
  .floatBox1 .image img {
    aspect-ratio: 2/1;
  }
  .bottomFixedSec {
    gap: 1rem;
  }
  #floatingGoTop {
    display: none !important;
  }
  .siteKv .partsScroll {
    display: none;
  }
  .kvCnt1Picture {
    width: 90vw;
  }
  .kvCnt1 {
    width: 90vw;
    bottom: 110px;
  }
  #introSec {
    padding-top: 0;
    padding-bottom: 30px;
  }
  #servicesSec .arcBackground {
    background-color: #f9f7f5 !important;
  }
  .serviceListItem .innerContents {
    letter-spacing: 0;
  }
  .aboutItem {
    padding-bottom: 60px;
  }
  .aboutItem .aboutCopy {
    text-align: left;
  }
  .aboutItem .aboutCopy .main {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .aboutItem .aboutCopy .sub {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .aboutItem .aboutText {
    padding-top: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .valuesInfo {
    padding-bottom: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #introSlider {
    margin-top: 8vw;
    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
  */
  .floatBox1 {
    max-width: 90vw;
    border-radius: 15px;
  }
  .floatBox1.isInview {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .floatBox1 .content {
    padding: 30px 30px;
  }
  .floatBox1 .title {
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8;
  }
  .floatBox1 .image {
    width: 240px;
  }
  #floatingGoTop {
    display: none !important;
  }
  .siteKv .partsScroll {
    display: none;
  }
  .kvCnt1Picture {
    width: 60vw;
  }
  .kvCnt1 {
    width: 60vw;
    bottom: 150px;
  }
  #introSec {
    padding-top: 0;
    padding-bottom: 60px;
  }
  #servicesSec .arcBackground {
    background-color: #f9f7f5 !important;
  }
  .serviceList {
    padding: 0 2rem;
  }
  .serviceList .gridContainer {
    gap: 2rem !important;
  }
  .serviceListItem .innerContents {
    letter-spacing: 0;
  }
  .aboutItem .aboutCopy {
    text-align: left;
  }
  .aboutItem .aboutCopy .main {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .aboutItem .aboutCopy .sub {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .aboutItem .aboutText {
    padding-top: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .aboutItem.imgRight .aboutCopy {
    text-align: right;
  }
  .valuesInfo {
    text-align: center;
    padding-bottom: 60px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #introSlider {
    margin-top: 8vw;
    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
  */
  .floatBox1 {
    max-width: 1000px;
    border-radius: 15px;
  }
  .floatBox1.isInview {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .floatBox1 .content {
    padding: 60px 40px;
  }
  .floatBox1 .title {
    padding-bottom: 25px;
  }
  .floatBox1 .image {
    width: 400px;
  }
  #floatingGoTop {
    bottom: 120px;
  }
  #floatingGoTop a {
    border-radius: 100%;
    background-color: #fff;
  }
  #floatingGoTop a::after {
    border-color: #0d73bb;
  }
  .contactPage #floatingGoTop {
    bottom: 30px;
  }
  .siteKv .partsScroll {
    right: 10vw;
    bottom: 120px;
  }
  .kvCnt1Picture {
    width: 600px;
  }
  .kvCnt1 {
    width: 600px;
    bottom: 160px;
  }
  #introSec {
    padding-top: 0;
    padding-bottom: 100px;
  }
  #servicesSec .arcBackground {
    background-color: #f9f7f5 !important;
  }
  .aboutItem .aboutCopy {
    text-align: left;
  }
  .aboutItem .aboutCopy .main {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .aboutItem .aboutCopy .sub {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .aboutItem .aboutText {
    padding-top: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .aboutItem.imgRight .aboutCopy {
    text-align: right;
  }
  .valuesInfo {
    text-align: center;
    padding-bottom: 60px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #introSlider {
    padding-bottom: 40px;
    margin-top: 6vw;
  }
  #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 */