@media screen and (min-width: 768px) {
  #home .s2 .panel .text {
    width: 500px;
    margin-top: -120px;
  }
}
html {
  scroll-padding-top: 77px;
}

body:not(#inspection, .seminar, .seminar2, .prosesyu) {
  padding-top: 77px;
}

#side.orange {
  background: #F7931E;
}

.c-anime {
  opacity: 0;
  transition: all 1.4s ease;
}
.c-anime--fadeup {
  transform: translateY(15px);
}
.c-anime.start {
  opacity: 1;
  transform: translateY(0);
}

.c-btn {
  width: 100%;
  font-family: var(--font-serif);
  font-size: 3.4666666667vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  padding: 4.8vw 2.1333333333vw;
  border-radius: 10px;
  position: relative;
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: clamp(14px, 1.3541666667vw, 26px);
    padding: clamp(1.5625vw, 1.875vw, 36px) clamp(0.625vw, 0.8333333333vw, 16px);
  }
}
.c-btn:hover {
  background-color: #000;
  color: #fff;
}
.c-btn:hover .c-btn__icon svg path {
  fill: #fff;
  stroke: #000;
}
.c-btn--small {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .c-btn--small {
    font-size: clamp(12px, 1.0416666667vw, 20px);
    padding: clamp(10px, 1.25vw, 24px) clamp(0.625vw, 0.8333333333vw, 16px);
  }
}
.c-btn--white {
  background-color: #fff;
}
.c-btn__icon {
  display: block;
  width: 5.6vw;
  height: 5.6vw;
  position: absolute;
  top: 50%;
  right: 5.0666666667vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-btn__icon {
    width: clamp(20px, 2.1875vw, 42px);
    height: clamp(20px, 2.1875vw, 42px);
    right: clamp(16px, 1.9791666667vw, 38px);
  }
}
.c-btn__icon img, .c-btn__icon svg {
  width: 100%;
}
.c-btn__icon img path, .c-btn__icon img stroke, .c-btn__icon svg path, .c-btn__icon svg stroke {
  transition: all 0.4s ease;
}

.c-ctaFooter {
  padding: 9.0666666667vw 0;
}
.c-ctaFooter__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1333333333vw;
}
.c-ctaFooter__item {
  width: 100%;
  background-color: #F2F2F2;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-ctaFooter__item {
    border-radius: 28px;
  }
}
.c-ctaFooter__item:nth-of-type(1), .c-ctaFooter__item:nth-of-type(2) {
  width: calc(50% - 1.0666666667vw);
  aspect-ratio: 344/212;
}
@media screen and (min-width: 768px) {
  .c-ctaFooter__item:nth-of-type(1), .c-ctaFooter__item:nth-of-type(2) {
    aspect-ratio: 622/280;
  }
}
.c-ctaFooter__item:nth-of-type(1) .c-ctaFooter__link {
  background: url(../../img/common/ctaFooter_img1.png) center/cover no-repeat;
}
.c-ctaFooter__item:nth-of-type(2) .c-ctaFooter__link {
  background: url(../../img/common/ctaFooter_img2.png) center/cover no-repeat;
}
.c-ctaFooter__link {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 4vw 2.6666666667vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-ctaFooter__link {
    padding: clamp(14px, 1.1458333333vw, 22px) clamp(14px, 1.1458333333vw, 22px);
  }
}
.c-ctaFooter__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s ease;
}
.c-ctaFooter__link:after {
  content: "";
  display: block;
  width: 6vw;
  height: 6vw;
  background: url(../../img/common/i_ctaFooter_01.svg) center/contain no-repeat;
  position: absolute;
  bottom: 4vw;
  right: 2.6666666667vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-ctaFooter__link:after {
    width: clamp(18px, 3.125vw, 60px);
    height: clamp(18px, 3.125vw, 60px);
    bottom: clamp(20px, 2.0833333333vw, 40px);
    right: clamp(17px, 1.7708333333vw, 34px);
  }
}
.c-ctaFooter__link:after img, .c-ctaFooter__link:after svg {
  width: 100%;
}
.c-ctaFooter__link:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.c-ctaFooter__itemContent {
  position: relative;
  z-index: 2;
}
.c-ctaFooter__itemTtl {
  font-size: 1.7333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-ctaFooter__itemTtl {
    font-size: clamp(10px, 0.9375vw, 18px);
  }
}
.c-ctaFooter__itemTxt {
  font-family: var(--font-serif);
  font-size: 2.9333333333vw;
  font-weight: 700;
  margin-top: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .c-ctaFooter__itemTxt {
    font-size: clamp(10px, 1.5625vw, 30px);
    margin-top: clamp(4px, 0.4166666667vw, 8px);
  }
}
.c-ctaFooter__itemTxt2 {
  font-family: var(--font-serif);
  font-size: 1.8666666667vw;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-ctaFooter__itemTxt2 {
    font-size: 14px;
    margin-top: clamp(26px, 1.3541666667vw, 26px);
  }
}
.c-ctaFooter__linkContact {
  display: flex;
  background-color: #F2F2F2;
}
.c-ctaFooter__linkContact:hover .c-ctaFooter__itemContactImg img {
  transform: scale(1.06);
}
.c-ctaFooter__itemContactImg {
  width: 28.2666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-ctaFooter__itemContactImg {
    width: 50%;
  }
}
.c-ctaFooter__itemContactImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.c-ctaFooter__itemContactContent {
  flex: 1;
  padding: 4vw 2.6666666667vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-ctaFooter__itemContactContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(20px, 2.0833333333vw, 40px) clamp(17px, 1.7708333333vw, 34px);
  }
}
.c-ctaFooter__itemContactContent::before {
  content: "";
  display: block;
  width: 9.6vw;
  height: 9.6vw;
  background: url(../../img/common/i_ctaFooter_02.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-ctaFooter__itemContactContent::before {
    width: clamp(28px, 3.75vw, 72px);
    height: clamp(28px, 3.75vw, 72px);
    right: clamp(17px, 1.0416666667vw, 20px);
  }
}

.l-header {
  height: 77px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.l-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__logo {
  max-width: 168px;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    max-width: 100%;
    width: clamp(100px, 15.8854166667vw, 305px);
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    display: block;
  }
}
.l-header__btnS {
  height: 100%;
  display: flex;
}
.l-header__contact {
  height: 100%;
  width: 77px;
}
.l-header__contact a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-serif);
  font-size: 8.5px;
  font-weight: 700;
  color: #fff;
  background-color: #F7931E;
}
@media screen and (min-width: 768px) {
  .l-header__contact a {
    font-size: 10px;
  }
}
.l-header__contact a span {
  display: inline-block;
  letter-spacing: 0.08em;
}
.l-header__contact a img {
  width: 20px;
}
.l-header__btnMenu {
  height: 100%;
  width: 77px;
  position: relative;
  z-index: 12;
}
.l-header__menu {
  max-width: 568px;
  color: #fff;
  padding: 77px 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .l-header__menu {
    padding-bottom: clamp(30px, 4.0104166667vw, 77px);
    max-width: clamp(375px, 29.5833333333vw, 568px);
  }
}
.l-header__menu.menu_isOpen {
  transform: translateX(0);
}

.c-btnMenu {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #000;
  border: none;
  position: relative;
}
.c-btnMenu__bar {
  display: inline-block;
  width: 34.328358209%;
  height: 2px;
  background-color: #fff;
  position: relative;
}
.c-btnMenu__bar::before, .c-btnMenu__bar::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.c-btnMenu__bar::before {
  top: 8px;
}
.c-btnMenu__bar::after {
  top: -8px;
}

.c-btnMenu.btnMenu_isOn .c-btnMenu__bar {
  background-color: transparent;
}
.c-btnMenu.btnMenu_isOn .c-btnMenu__bar::before, .c-btnMenu.btnMenu_isOn .c-btnMenu__bar::after {
  top: 0;
}
.c-btnMenu.btnMenu_isOn .c-btnMenu__bar::before {
  transform: rotate(45deg);
}
.c-btnMenu.btnMenu_isOn .c-btnMenu__bar::after {
  transform: rotate(-45deg);
}
.c-btnMenu.btnMenu_isOn .c-btnMenu__txt--open {
  display: none;
}
.c-btnMenu.btnMenu_isOn .c-btnMenu__txt--close {
  display: block;
}

.c-menu {
  color: #fff;
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 900;
  line-height: 2;
  padding: 0 7.4666666667%;
}
@media screen and (min-width: 768px) {
  .c-menu {
    font-size: clamp(16px, 1.0416666667vw, 20px);
  }
}
.c-menu__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .c-menu__list {
    gap: clamp(10px, 1.3541666667vw, 26px);
  }
}
.c-menu__banner {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .c-menu__banner {
    margin-top: clamp(20px, 2.0833333333vw, 40px);
  }
}
.c-menu__bannerList {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .c-menu__bannerList {
    gap: clamp(20px, 1.25vw, 24px);
  }
}
@media screen and (min-width: 768px) {
  .c-menu__bannerItem {
    width: clamp(200px, 16.6145833333vw, 319px);
  }
}
.c-menu__bannerItem a {
  display: block;
}
.c-menu__sns {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .c-menu__sns {
    margin-top: clamp(20px, 1.25vw, 20px);
  }
}
.c-menu__snsList {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .c-menu__snsList {
    gap: clamp(20px, 1.25vw, 24px);
  }
}
@media screen and (min-width: 768px) {
  .c-menu__snsItem {
    width: clamp(20px, 3.5416666667vw, 68px);
  }
}
.c-menu__snsItem a {
  display: block;
}

.c-nav {
  display: flex;
  align-items: center;
  border-right: 1px solid;
}
.c-nav__item {
  border-left: 1px solid;
}
.c-nav__link {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(10px, 1.0416666667vw, 20px);
  padding: 8px clamp(10px, 1.5625vw, 30px);
}

.c-fixedSns {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-fixedSns {
    display: block;
    position: fixed;
    top: 50vh;
    right: 28px;
    transform: translateY(-50%);
    z-index: 10;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-fixedSns {
    right: clamp(8px, 1.4583333333vw, 28px);
  }
}
.c-fixedSns__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .c-fixedSns__list {
    width: clamp(30px, 3.90625vw, 75px);
  }
}
.c-fixedSns__item a {
  display: block;
}

.c-share {
  display: flex;
  gap: 10px;
  margin-left: 2.6vw;
}
@media screen and (min-width: 768px) {
  .c-share {
    margin-left: 30px;
  }
}
.c-share a {
  display: block;
  width: 12.8vw;
}
@media screen and (min-width: 768px) {
  .c-share a {
    width: 75px;
  }
}

.f-link-ichimurajuku {
  max-width: 45.8666666667vw;
  margin-top: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .f-link-ichimurajuku {
    max-width: 340px;
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.f-link-ichimurajuku img {
  width: 100%;
  height: auto;
}

#footer .wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #footer .wrap {
    display: grid;
  }
}
#footer .wrap .f-r-wrap {
  order: 1;
}
@media screen and (min-width: 768px) {
  #footer .wrap .f-r-wrap {
    order: initial;
  }
}
#footer .wrap .f-r-wrap .logo {
  display: block;
  width: 52.8vw;
  margin-left: -1.33333vw;
}
@media screen and (min-width: 768px) {
  #footer .wrap .f-r-wrap .logo {
    display: none;
  }
}
#footer .wrap .f-r-wrap .c-share {
  display: flex;
}
@media screen and (min-width: 768px) {
  #footer .wrap .f-r-wrap .c-share {
    display: none;
  }
}
#footer .wrap .f-r {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  #footer .wrap .f-r {
    margin-top: 0;
  }
}
#footer .wrap .f-l {
  order: 2;
}
@media screen and (min-width: 768px) {
  #footer .wrap .f-l {
    order: initial;
  }
}
#footer .wrap .f-l .logo {
  display: none;
}
@media screen and (min-width: 768px) {
  #footer .wrap .f-l .logo {
    display: block;
  }
}
#footer .wrap .f-l .c-share {
  display: none;
}
@media screen and (min-width: 768px) {
  #footer .wrap .f-l .c-share {
    display: flex;
  }
}
#footer .wrap .copyright {
  order: 3;
}
@media screen and (min-width: 768px) {
  #footer .wrap .copyright {
    order: initial;
  }
}

@media screen and (min-width: 768px) {
  #vis {
    width: 100%;
    margin-right: 0;
  }
}
#vis .vis-title {
  width: initial;
  gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #333333;
  top: 50%;
  left: 50%;
  bottom: initial;
  right: initial;
  transform: translate(-50%, -50%);
}
#vis .vis-title::after {
  display: none;
}
#vis .vis-title .text {
  color: #fff;
  margin-right: 0;
}
#vis .vis-title .text::after {
  display: none;
}
#vis .vis-title .sub {
  color: #fff;
  background-color: #333333;
  padding-left: 0;
  padding-right: 0;
}

#books .lead .wrap .top-text .num,
.heading .sub,
#contact .s1 .form-wrap .sup {
  color: #F7931E;
}

.link-group-box {
  color: #000;
  border-color: #000;
}
.link-group-box .in-box {
  background-color: #F7931E;
}
.link-group-box .line1 {
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
}
.link-group-box .in-text {
  color: #000;
}/*# sourceMappingURL=add-common.css.map */