/* CSS Document */

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Noto+Sans+JP:wght@100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
:root {
  --font_title: "Noto Sans JP", Sans-serif;
  --font_eng: "Karla", sans-serif;
  --color_main: #FF8F0F;
  --color_sub: #FFDB2B;
  --color_line: #FFBF36;
  --color_dark: #111111;
  --color_gray: #D9D9D9;
  --color_light: #F7F7F7;
  --color_brown: #261706;
  --sectionWidth: 1200px;
  --innerWidth: 1020px;
}

#wpadminbar {
  top: unset !important;
  bottom: 0;
}
html {
  margin-top: 0 !important;
}

html {
  font-size: 100%
}
body {
  font-family: "Noto Sans JP",sans-serif !important;
  color: var(--color_dark) !important;
  letter-spacing: 0.05rem;
  font-size: 16px !important;
  height: auto;
}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
[class^=container] {
  width: 100% !important;
}
a:not([class]) {
  text-decoration-skip-ink: auto
}  
a {
  text-decoration: none;
  color: inherit;
  transition: all .3s ease;
}
a.hover-translate {
  transition: all .3s ease;
}
a.hover-translate:hover {
  transform: translate(1px, 1px);
}
.textlink a {
  text-decoration: none !important;
  padding: 1rem;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  padding: 1rem;
  letter-spacing: .11rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.textlink a:hover {
  color: var(--color_main);
}
.textlink a::after {
  content:'\F285';
  font-family: 'bootstrap-icons';
  font-size: 14px;
  margin-right: auto;
}
.btn {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  padding: 1.5rem 3rem;
  border-radius: 5rem;
  border: 1px solid transparent;
  text-decoration: none !important;
}
.btn.line {
  border-color: var(--color_dark);
  background-color: transparent;
}
.btn.line:hover {
  background-color: var(--color_main);
  border-color: var(--color_main);
  color: #fff;
}
.btn.solid {
  border-color: var(--color_main);
  background-color: var(--color_main);
  color: #fff;
}
.btn.solid:hover {
  border-color: var(--color_dark);
  background-color: #fff;
  color: var(--color_dark);
}
.section-inner {
  max-width: var(--sectionWidth);
  width: calc(100% - min(10vw, 4.6rem));
  margin-right: auto;
  margin-left: auto;
}
.content-inner {
  max-width: var(--innerWidth);
  margin-right: auto;
  margin-left: auto;
}

.header_v2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 99;
}
.header_v2-logo {
  width: min(60vw, 31.6rem);
  padding: 3.45rem 4.4rem;
  background-color: #fff;
  width: 20%;
  min-width: 25rem;
  max-width: min(60vw, 31.6rem);
  padding: min(5vw, 3.45rem) min(8vw, 4.4rem);
}
.header_v2-logo img {
  width: 100%;
}
.header_v2-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border-radius: 10px;
  margin: 2.5rem 5rem auto 0;
  box-shadow: 0px 0px 10px #00000026;
  max-width: calc(80% - 5rem);
}
.header_v2-nav .list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 1rem;
  justify-content: space-around;
  padding: 0 min(2vw, 4.5rem);
}
.header_v2-nav .list-menu a {
  padding: 1.2rem 1rem;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.header_v2-nav .list-menu a:hover {
  text-decoration: underline;
  color: var(--color_main);
}
.header_v2-nav .cta-btn {
  position: relative;
}
.header_v2-nav .cta-txt {
  position: absolute;
  width: calc(100% + 2rem);
  top: 0;
  left: -1rem;
  transform: translateY(-65%);
  padding: .8rem 1.5rem;
  border-radius: 3rem;
  background-color: var(--color_main);
  box-shadow: 0px 4px 5px #AA5B004D;
  color: white;
  text-align: center;
  font-weight: 800;
  font-size: 12px;
  line-height: 140%;
}
.header_v2-nav .cta-txt::before {
  content:'';
  position: absolute;
  width: 1rem;
  height: 1rem;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%)rotate(45deg);
  background-color: var(--color_main);
  box-shadow: 3px 3px 5px #AA5B004D;
}
.header_v2-nav .cta-txt::after {
  content:'';
  width: 2.5rem;
  height: 4.2rem;
  position: absolute;
  top: -.5rem;
  right: -1rem;
  background-image: url(/manage/wp-content/themes/kaisyn/assets/images/header-cta-icon2.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.header_v2-nav .cta-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: center;
  width: max-content;
  column-gap: 1rem;
  font-weight: 800;
  font-size: min(2vw, 2rem);
  line-height: 140%;
  text-align: center;
  background-color: var(--color_sub);
  padding: 2rem;
  height: 100%;
  border-bottom-right-radius: 1rem;
  border: 3px solid var(--color_sub);
  text-decoration: none;
}
.header_v2-nav .cta-btn a:hover {
  background-color: #fff;
}
.header_v2-nav .cta-btn a img {
  width: 4.2rem;
}

.mod-nav-service {
  background-color: #F8EFE4;
  position: fixed;
  width: 100%;
  z-index: 8;
  padding: 4rem 0 3rem;
  transition: all .3s ease;
}
.mod-nav-service:not(.is-open) {
  top: -10rem;
  opacity: 0;
}
.mod-nav-service.is-open {
  top: 10rem;
  left: 0;
  opacity: 1;
}
.mod-nav-service .list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.6rem;
}
.mod-nav-service .list-menu .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.mod-nav-service .list-menu a {
  text-decoration: none !important;
  font-size: 1.8rem;
  font-weight: 500;
}
.mod-nav-service .list-menu .item img {
  width: 100%;
}
.mod-nav-service .list-menu a:hover {
  color: var(--color_main);
}
.mod-nav-service .list-menu a:hover img {
  opacity: 0.5;
}

.btn-menu {
  left: auto !important;
  right: 2rem;
}
.mod-nav-global .item.parent {
  color: #fff;
  font-weight: 600;
  margin-bottom: -.5rem !important;
}
.mod-nav-global .item.child {
  padding-left: 1.5rem;
  position: relative;
}
.mod-nav-global .item.child::before {
  content:'-';
  position: relative;
  margin: 0 .5rem;
  color: #fff;
}

/* cta */
.cta {
  position: relative;
  padding: min(10vw, 12rem) 0;
}
.cta .section-inner {
  background-color: var(--color_main);
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  padding-top: min(12vw, 10rem);
  padding-bottom: min(6vw, 5rem);
}
.cta .section-inner::before {
  content:'CONTACT';
  font-family: var(--font_eng);
  font-weight: 800;
  font-size: min(22vw, 22rem);
  line-height: 100%;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -25%);
  color: #fff;
  opacity: 0.2;
}
.cta-head {
  width: 100%;
  padding: 2rem 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.cta-head img {
  width: 6rem;
  aspect-ratio: 60/68;
}
.cta-head span {
  position: relative;
  font-weight: 800;
  font-size: min(6vw, 3.6rem);
  line-height: 140%;
  margin-right: min(8vw, 5rem);
}
.cta-head span::after {
  content:'';
  width: min(10vw, 5rem);
  height: min(16vw, 8rem);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(120%,-60%);
  background-image: url(/manage/wp-content/themes/kaisyn/assets/images/top-cta-img.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.cta-lead {
  padding: min(4vw, 3rem) 0;
  color: #fff;
  font-weight: 700;
  font-size: min(4vw, 2.4rem);
  line-height: 160%;
  text-align: center;
}
.cta-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.cta-grid .item {
  color: #fff;
  text-align: center;
  width: 80%;
  max-width: 30rem;
}
.cta-grid a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: .5rem;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 160%;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none !important;
  color: var(--color_dark);
  height: 4.8rem;
}
.cta-grid a img {
  width: 3.2rem;
  height: 3.8rem;
  object-fit: none;
  margin-right: 1rem;
}
.cta-grid a:hover {
  background-color: var(--color_line);
  color: #fff;
}
.cta-grid a:hover img {
  opacity: .5;
}

.footer_v2 {
  background-color: var(--color_brown);
  padding-bottom: min(10vw, 10rem);
  position: relative;
}
.footer_v2::after {
  content:'';
  width: 100rem;
  border-bottom: 20rem solid var(--color_main);
  border-left: 100rem solid transparent;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.footer_v2-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_v2-copyright {
  bottom: 0;
  right: 0;
}
.footer_v2 .sec-cmn-footer {
  position: relative;
  z-index: 1;
  background: none !important;
}
.footer_v2 .mod-info-footer p:not(:first-child) {
  margin-top: 2rem;
}
.footer_v2 .mod-menu-footer {
  min-width: 30rem;
  width: 100% !important;
  -webkit-box-pack: end;
  -ms-flex-pack: start;
  justify-content: flex-end;
  position: relative;
  gap: min(10vw, 6rem);
}
.footer_v2 .list-menu {
  width: auto !important;
}
.footer_v2 .list-menu .item:not(:first-child) {
  margin-top: 1rem;
}
.footer_v2 .list-menu .item a {
  text-decoration: none !important;
  font-weight: 500;
  font-size: 18px;
}
.footer_v2 .child-item a {
  text-decoration: none !important;
  color: var(--color_gray) !important;
  font-weight: 500;
  font-size: 14px;
}
.footer_v2 .list-menu a:hover {
  color: var(--color_main) !important;
  text-decoration: underline !important;
}
.footer_v2 .child-item a::before {
  content:'-';
  position: relative;
  margin: 0 .5rem;
}

.slide-arrow {
  border: 3px solid #fff;
  background-color: var(--color_main);
  width: 4.6rem;
  height: 4.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: center;
  border-radius: 4.6rem;
  position: absolute;
  z-index: 3;
  top: 50%;
}
.slide-arrow::before {
  color: white;
  font-family: 'bootstrap-icons';
  -webkit-text-stroke: 2px;
}
.slide-arrow.prev-arrow {
  transform: translateY(-50%)translateX(-50%);
  left: 0;
}
.slide-arrow.prev-arrow::before {
  content:'\F284';
}
.slide-arrow.next-arrow {
  transform: translateY(-50%)translateX(50%);
  right: 0;
}
.slide-arrow.next-arrow::before {
  content:'\F285';
}

.page-header {
  position: relative;
  padding-top: min(14vw,14rem);
  padding-bottom: ;
  background-color: #FFA53F;
}
.page-header::before {
  content: '';
  width: 38%;
  border-bottom: 9rem solid var(--color_main);
  border-left: 38vw solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.page-header .section-inner {
  position: relative;
  z-index: 1;
}
.page-header .eng {
  text-transform: uppercase;
  font-size: min(1.4vw, 1.4rem);
  font-family: "Noto Sans JP";
  font-weight: 600;
  letter-spacing: .35rem;
  display: block;
  padding: 0 2rem;
}
.page-header .title {
  font-size: min(4vw, 4rem);
  font-weight: 800;
  line-height: 1;
  padding: 0 2rem;
  margin-top: 1.5rem;
}
.page-header .nav-breadcrumbs {
  margin: 0 !important;
  padding: 3rem 0;
}
.page-header .nav-breadcrumbs .mod-breadcrumbs a, 
.page-header .nav-breadcrumbs .mod-breadcrumbs li, 
.page-header .nav-breadcrumbs .mod-breadcrumbs .item:after {
  color: black !important;
}

.page-content .section-inner {
  max-width: 106rem;
  margin: 0 auto;
  padding: min(12vw, 12rem) 0;
  position: relative;
}
.page-eng {
  position: absolute;
  z-index: 0;
  font-family: "Noto Sans JP";
  font-size: 11.5rem;
  font-weight: 800;
  line-height: 1;
  color: var(--color_light);
}
.page-inner {
  max-width: 84rem;
  margin: 0 auto;
  margin-top: min(-2vw, -2rem);
  text-align: left;
  position: relative;
  z-index: 1;
  padding-top: 10rem;
}
.page-catch {
  color: var(--color_main);
  font-size: min(5vw, 5rem);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: min(4vw, 4rem);
}
.page-subtitle {
  font-size: min(1.9vw, 1.9rem);
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: min(4vw, 4rem);
}
.page-subtitle span {
  text-decoration: none !important;
  display: inline-block;
  background: linear-gradient(transparent 50%,var(--color_sub) 51%, var(--color_sub) 90%, transparent 91%);
}
.page-text {
  position: relative;
}
.page-text p {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  line-height: 2.2;
  position: relative;
  z-index: 1;
}
.page-text span {
  text-decoration: none !important;
  display: inline-block;
  background: linear-gradient(transparent 50%,var(--color_sub) 51%, var(--color_sub) 90%, transparent 91%);
}
.page-right-illust {
  position: absolute;
  top: 50%;
  right: 0;
  width: min(80vw, 26rem);
  transform: translateY(-50%) translateX(20%);
  z-index: 0;
}

@media screen and (min-width:768px) {
  .mod-nav-service .list-menu .item {
    width: calc((100% - 2rem) /3);
  }
  .cta-grid .item {
    width: calc((100% - 3rem) / 3);
  }
}
@media screen and (max-width:767px) {
  .header_v2-nav {
    display: none;
  }
}
@media screen and (max-width:840px) {
  .page-right-illust {
    position: relative;
    top: 0;
    transform: unset;
  }
}
@media screen and (max-width:1100px) {
  .header_v2-nav {
    margin-right: 12rem;
  }
  .btn-menu {
    padding: 1rem 2rem 1.5rem;
  }
  .btn-menu:not(.is-open) {
    background-color: #fff;
    border-radius: 1rem;
  }
  .header_v2-nav .list-menu {
    display: none;
  }
  .header_v2-nav .cta-btn a {
    border-bottom-left-radius: 1rem;
  }
}
@media screen and (min-width:1101px) {
  .btn-menu {
    display: none;
  }
}