:root {
  --cl-01: #1BA2E6;
}

/*=============================================
 * <image object-fit responsive>
 *=============================================*/
.img-ob {
  position: relative;
}
.img-ob img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .img-ob-pc {
    position: relative;
  }
  .img-ob-pc img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .img-ob-sp {
    position: relative;
  }
  .img-ob-sp img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*=============================================
 * <txt-vertical responsive>
 *=============================================*/
.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

.txt-vertical .int {
  writing-mode: lr-tb;
  -o-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  -moz-writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  display: inline-block;
  text-align: center;
  line-height: 1.5em;
}

.txt-normal .int {
  height: 1.1em;
}

.txt-vertical-x > * {
  writing-mode: rl-tb;
  -o-writing-mode: vertical-tb;
  -ms-writing-mode: vertical-tb;
  -ms-writing-mode: rl-tb;
  -moz-writing-mode: vertical-tb;
  -webkit-writing-mode: vertical-tb;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: inline-block;
  white-space: nowrap;
  word-wrap: break-word;
  width: 1px;
  line-height: 1;
}

.txt-vertical .txt-latin {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
  letter-spacing: 0.25em;
}

.txt-vertical .txt-dot {
  cursor: vertical-text;
  direction: ltr;
  writing-mode: vertical-lr;
  -o-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  -moz-writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
  line-height: 0.4;
  display: inline-block;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
    line-height: 1;
  }
  .txt-vertical-pc .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    letter-spacing: 0.25em;
  }
  .txt-vertical-pc .txt-dot {
    cursor: vertical-text;
    direction: ltr;
    writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -moz-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    line-height: 0.4;
    display: inline-block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .txt-vertical-sp {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-sp .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
    line-height: 1;
  }
  .txt-vertical-sp .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    letter-spacing: 0.25em;
  }
  .txt-vertical-sp .txt-dot {
    cursor: vertical-text;
    direction: ltr;
    writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -moz-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    line-height: 0.4;
    display: inline-block;
    margin: 0 auto;
  }
}
@-moz-document url-prefix() {
  .txt-vertical .txt-latin {
    position: relative;
    left: 4px;
  }
}
.fw-exl {
  font-weight: 200;
}

.fw-l {
  font-weight: 300;
}

.fw-r {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-sm {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.fw-exb {
  font-weight: 800;
}

.fw-bl {
  font-weight: 900;
}

.fs-italic {
  font-style: italic;
}

.cl-blue {
  color: var(--cl-01);
}

.title-common {
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
}
.title-common .text-bg {
  color: #fff;
  font-size: 32px;
  line-height: 1;
  padding: 8px 14px;
  background: #81C8E6;
}
.title-common .text {
  font-size: 40px;
  color: #272727;
}
.title-common .text.small {
  font-size: 32px;
}
.title-common .txt-en {
  color: var(--cl-01);
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0.08em;
}
.title-common.cl-white {
  color: #fff;
}
.title-common.cl-white .text {
  color: inherit;
}
.title-common.cl-white .txt-en {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .title-common.txt-vertical-pc {
    gap: 11px;
  }
  .title-common.txt-vertical-pc .text-bg {
    width: 60px;
    order: 3;
  }
  .title-common.txt-vertical-pc .text {
    order: 1;
    line-height: 1;
  }
  .title-common.txt-vertical-pc .txt-en {
    order: 2;
  }
}
.title-common.txt-vertical-pc .text-bg {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .title-common .text-bg {
    font-size: 16px;
  }
  .title-common .text {
    font-size: 32px;
  }
  .title-common .txt-en {
    font-size: 14px;
  }
}

.sec-contact {
  position: relative;
  background: url("../img/contact_bg.jpg") no-repeat center/cover;
  color: #fff;
  padding: 64px 0;
  z-index: 4;
  line-height: 1.6;
  font-weight: 500;
}
.sec-contact .deco {
  position: absolute;
  top: -134px;
  right: calc(50% + 386px);
}
@media screen and (max-width: 1140px) {
  .sec-contact .deco {
    right: auto;
    left: 30px;
  }
}
.sec-contact p {
  margin-bottom: 0;
}
.sec-contact .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-contact .left {
  width: 480px;
  max-width: 100%;
}
.sec-contact .left .txt {
  margin: 48px 0 0;
  font-size: 24px;
}
.sec-contact .right {
  max-width: calc(100% - 500px);
  width: 530px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.sec-contact .right .tel, .sec-contact .right .web {
  width: 100%;
}
/* .sec-contact .right .line, .sec-contact .right .insta {
  width: calc(50% - 5px);
} */
@media screen and (max-width: 900px) {
  .sec-contact .container {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .sec-contact .right {
    width: 480px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact {
    background: url("../img/contact_bg_sp.jpg") no-repeat center/cover;
  }
  .sec-contact .deco {
    width: 83px;
    top: -48px;
  }
  .sec-contact .left .title-common .text {
    font-size: 30px;
  }
  .sec-contact .left .title-common .txt-en {
    font-size: 16px;
  }
  .sec-contact .left .txt {
    font-size: 15px;
    margin: 32px 0 0;
  }
  .sec-contact .right {
    gap: 8px 6px;
  }
  .sec-contact .right a {
    display: block;
    line-height: 0;
  }
  /* .sec-contact .right .line, .sec-contact .right .insta {
    width: calc(50% - 3px);
  } */
}

body.nav-open,
body.nav-open *,
body.nav-open *:hover,
body.nav-open *:focus,
body.nav-open *:active {
  touch-action: none !important;
  pointer-events: none !important;
}

body.nav-open .toggleMenu,
body.nav-open .toggleMenu *,
body.nav-open .g_nav,
body.nav-open .g_nav * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.nav-open {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

#header {
  top: 0 !important;
  font-weight: 500;
  background: #F9FAFC;
}
#header .wrap {
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 1000px) {
  #header .wrap {
    padding: 0 20px;
  }
}
#header .logo {
  width: 233px;
  margin: 0;
}
#header .logo a {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 1000px) {
  #header .logo {
    width: 200px;
  }
}
#header .header_menu .g_nav {
  display: flex;
  gap: 40px;
}
#header .header_menu .g_nav li {
  line-height: 1.5;
}
#header .header_menu .g_nav li a, #header .header_menu .g_nav li .up-menu {
  display: block;
  text-decoration: none;
  transition: all 0.5s;
  color: #272727;
  margin: 0;
  cursor: pointer;
  position: relative;
}

#header .header_menu .g_nav li a:hover, #header .header_menu .g_nav li a.active, #header .header_menu .g_nav li .up-menu:hover {
  color: var(--cl-01);
}
@media screen and (min-width: 768px) {
  #header .header_menu .g_nav li .parent {
    position: relative;
    padding-right: 22px;
  }
  #header .header_menu .g_nav li .parent:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  #header .header_menu .g_nav .menu-item-has-children:hover>.parent:after, #header .header_menu .g_nav .menu-item-has-children.hover>.parent:after {
    transform: translateY(-50%) rotate(-225deg);
    top: 60%;
  }
}
@media screen and (max-width: 1100px) {
  #header .header_menu .g_nav {
    gap: 20px;
  }
  #header .header_menu .g_nav li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #header .wrap {
    padding: 0;
    display: block;
    height: auto;
  }
  #header .header-top {
    position: relative;
    z-index: 1000;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 16px;
  }
  #header .logo {
    width: 186px;
  }
  #header .toggleMenu:after {
    display: none;
  }
  #header .header_menu .g_nav {
    position: fixed;
    z-index: 999;
    display: none;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding: 88px 0 0;
    background: #fff;
    box-sizing: border-box;
  }
  #header .header_menu .g_nav li:not(.sec-contact) {
    margin: 0 30px;
    line-height: 1;
    font-size: 20px;
  }
  #header .header_menu .g_nav li .sub-menu li a {
    line-height: 1.5;
    border-bottom: 1px solid #6EABE4;
    display: block;
  }
  #header .header_menu .g_nav li .sub-menu .parent2 {
    display: block;
    margin-bottom: 10px;
  }
  #header .header_menu .g_nav li .sub-menu > li + li {
    margin-top: 25px!important;
  }
  #header .header_menu .g_nav li .sub-menu .sub-menu2 li + li {
    margin-top: 10px!important;
  }
  #header .header_menu .g_nav li .sub-menu li a {
    padding: 0 0 7px 7px;
  }
  #header .header_menu .g_nav li:not(.sec-contact) + li:not(.sec-contact) {
    margin-top: 40px;
  }
  #header .header_menu .g_nav li.sec-contact {
    margin-top: 88px;
    padding-bottom: 150px;
  }
}

.btn-ai {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 100px;
  width: 300px;
}

#footer {
  padding: 64px 0 250px;
  background: transparent;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
#footer p {
  margin-bottom: 0;
}
#footer .fixed_box {
  height: 80px;
}
#footer .fixed_box ul {
  display: flex;
}
#footer .fixed_box a {
  display: block;
  line-height: 0;
}
#footer .fixed_box img {
  height: 80px;
  width: auto;
}
@media screen and (max-width: 767px) {
  #footer .fixed_box {
    height: auto;
  }
  #footer .fixed_box img {
    width: 100%;
    height: auto;
  }
  #footer .fixed_box ul li:nth-child(3) {
    width: 16.4102564103%;
  }
  #footer .fixed_box ul li:nth-child(2) {
    width: 40.2564102564%;
  }
  #footer .fixed_box ul li:nth-child(1) {
    width: 43.3333333333%;
  }
  .btn-ai {
    bottom: 75px;
    width: 150px;
  }
}
#footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#footer .left .logo {
  width: 233px;
}
#footer .left .logo a {
  display: block;
  line-height: 0;
}
#footer .left .copyright {
  margin: 40px 0 24px;
  color: #6B7280;
  font-size: 12px;
  line-height: 1;
}
#footer .left .f_link {
  color: #707D8F;
  font-size: 12px;
  line-height: 1;
}
#footer .left .f_link a {
  display: inline-block;
}
#footer .left .f_link a + a {
  margin-left: 24px;
}
#footer .left .f_link a:hover {
  text-decoration: underline;
}
#footer .right {
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#footer .right p a {
  display: block;
  line-height: 0;
}
#footer .right p:first-child {
  width: 100%;
}
#footer .right p:nth-child(2) {
  width: 163px;
}
#footer .right p:nth-child(3) {
  width: 126px;
}
.add-txt {
    font-style: normal;
    margin-left: 80px;
}
@media screen and (max-width: 767px) {
.add-txt {
    margin-left: 0;
}
  #footer {
    padding: 40px 0 170px;
  }
  #footer .container {
    display: block;
  }
  #footer .left {
    width: 330px;
    max-width: 100%;
    margin: 0 auto;
  }
  #footer .right {
    width: 330px;
    max-width: 100%;
    gap: 10px 0;
    justify-content: space-between;
    margin: 40px auto 0;
  }
  #footer .right p:nth-child(2) {
    max-width: 49.5%;
  }
  #footer .right p:nth-child(3) {
    width: 150px;
    max-width: 45.5%;
  }
}