@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #323232;
  font-family: "Noto Sans", sans-serif;
  background: #FAFAFA;
}

section {
  position: relative;
  z-index: 1;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.boxShadow {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.0862745098);
}

.boxShadow-m {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.0862745098);
}

.boxShadow-s {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
}

.boxShadow-ss {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.0862745098);
}

.number {
  font-family: "brandon-grotesque", sans-serif;
}

/* header の高さ + マージン分だけオフセット */
[id] {
  scroll-margin-top: calc(var(--header-height, 80px) + 20px);
}

a {
  text-decoration: none;
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btnLink {
  display: inline-block;
}

.btn__block .btnOnly {
  width: 32px;
  height: 32px;
}
@media screen and (min-width:768px) {
  .btn__block .btnOnly {
    width: min(2.0833333333vw, 40px);
    height: min(2.0833333333vw, 40px);
  }
}

.top_bg_color01 {
  background: linear-gradient(to bottom, #fff 0%, rgba(232, 240, 254, 0.062745098) 400px, rgba(232, 240, 254, 0.5019607843) 400px, #E8F0FE 60%, #fff 75%, #fff 100%);
}
@media screen and (min-width:768px) {
  .top_bg_color01 {
    background: linear-gradient(to bottom, #fff 0%, rgba(232, 240, 254, 0.062745098) 30%, rgba(232, 240, 254, 0.5019607843) 30%, #E8F0FE 40%, #fff 75%, #fff 100%);
  }
}

.top_bg_color02 {
  background: linear-gradient(to right, #fff 0%, #EFF6FF 100%);
}

.bg-color--white {
  background: #fff;
}

.inner, .inner-m {
  width: 89.3%;
  height: 100%;
  max-width: 1892px;
  margin: auto;
  padding: 0;
}
@media screen and (min-width:768px) {
  .inner, .inner-m {
    width: 100%;
    max-width: min(98.5416666667vw, 1892px);
    padding: 0 min(2.6041666667vw, 50px);
  }
}

.inner-m {
  width: 78.7%;
  padding: 0;
}
@media screen and (min-width:768px) {
  .inner-m {
    width: 100%;
    max-width: min(83.3333333333vw, 1600px);
  }
}

.inner-s {
  width: 87.2%;
  margin: auto;
  padding: 0;
}
@media screen and (min-width:768px) {
  .inner-s {
    width: 100%;
    max-width: min(80.2083333333vw, 1540px);
  }
}

.inner-ss {
  width: 87.2%;
  margin: auto;
  padding: 0;
}
@media screen and (min-width:768px) {
  .inner-ss {
    width: 100%;
    max-width: min(77.0833333333vw, 1480px);
  }
}

.header {
  position: fixed;
  top: min(3.3333333333vw, 64px);
  width: 100%;
  z-index: 10;
}
@media screen and (max-width:767px) {
  .header {
    top: 0;
    padding: 12px 0;
    background: #fff;
  }
}
.header .inner--header {
  display: flex;
  align-items: center;
  gap: 1.7%;
}
@media screen and (max-width:767px) {
  .header .inner--header {
    width: 91.5%;
  }
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  padding-left: 9px;
  background: transparent;
  border-radius: 0;
}
@media screen and (min-width:768px) {
  .header__content {
    height: min(4.1666666667vw, 80px);
    padding: 0 min(3.2291666667vw, 62px) 0 min(3.3333333333vw, 64px);
    background: #E8F0FE;
    border-radius: min(2.0833333333vw, 40px);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.0862745098);
  }
}
.header .logo img {
  width: 29%;
  min-width: 106px;
}
@media screen and (min-width:768px) {
  .header .logo img {
    width: min(10.15625vw, 195px);
  }
}
.header .nav--header {
  display: none;
}
@media screen and (min-width:768px) {
  .header .nav--header {
    display: block;
    height: 100%;
  }
}
.header .nav--header .nav-menu {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  gap: 8%;
}
.header .nav--header .nav-menu > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #1B7FF5;
  text-align: left;
  line-height: 1.375;
  letter-spacing: 0em;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
}
@media screen and (min-width:768px) {
  .header .nav--header .nav-menu > li > a {
    font-size: min(0.8333333333vw, 16px);
  }
}
.header .nav--header .nav-menu > li > a:before {
  position: absolute;
  bottom: min(1.0416666667vw, 20px);
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 0%;
  background: #1B7FF5;
  transition: 0.3s;
}
.header .nav--header .nav-menu > li:hover > a:before {
  width: 100%;
}
.header .dropdown:hover .submenu {
  display: flex;
}
.header .dropdown > a::after {
  content: "";
  display: inline-block;
  background: url(../../assets/img/common/menu-arrow.svg) no-repeat center center/contain;
  transform: rotate(90deg);
  width: min(1.0416666667vw, 20px);
  height: min(1.0416666667vw, 20px);
}
.header .dropdown .submenu__wrap {
  opacity: 0;
  visibility: hidden;
}
.header .dropdown:hover .submenu__wrap {
  opacity: 1;
  visibility: visible;
  padding: min(1.5625vw, 30px);
}
.header .submenu {
  gap: min(2.8645833333vw, 55px);
  position: absolute;
  top: min(5.2083333333vw, 100px);
  right: 0;
  background: #1B7FF5;
  border-radius: min(0.5208333333vw, 10px);
  min-width: min(62.5vw, 1200px);
  width: 100%;
  padding: min(2.0833333333vw, 40px);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.2s ease;
  opacity: 0;
  transform-origin: top center;
}
.header .submenu .submenu-item {
  width: 25%;
  min-width: min(12.7604166667vw, 245px);
}
.header .submenu .submenu-item .item--name {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.375;
  letter-spacing: 0em;
  margin-bottom: 15px;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width:768px) {
  .header .submenu .submenu-item .item--name {
    font-size: min(0.8333333333vw, 16px);
    margin-bottom: min(0.78125vw, 15px);
  }
}
.header .submenu .submenu-item > ul {
  width: 100%;
}
.header .submenu .submenu-item > ul > li > a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.375;
  letter-spacing: 0em;
  padding: 10px 0;
}
@media screen and (min-width:768px) {
  .header .submenu .submenu-item > ul > li > a {
    font-size: min(0.8333333333vw, 16px);
    padding: min(0.5208333333vw, 10px) 0;
  }
}
.header .submenu .submenu-item > ul > li > a::before {
  content: "";
  background: url(../../assets/img/common/arrow-white.svg) no-repeat center center/contain;
  display: inline-block;
  margin-right: min(0.5208333333vw, 10px);
  width: 8px;
  height: 11px;
}
@media screen and (min-width:768px) {
  .header .submenu .submenu-item > ul > li > a::before {
    width: min(0.46875vw, 9px);
    height: min(0.625vw, 12px);
  }
}
.header .dropdown:hover .submenu {
  max-height: 500px;
  opacity: 1;
}

.footer {
  background: #323232;
  padding-bottom: 30px;
}
@media screen and (min-width:768px) {
  .footer {
    padding-bottom: min(1.5625vw, 30px);
  }
}
.footer .inner--footer {
  width: 68%;
  margin: auto;
  padding: 65px 0 20px;
}
@media screen and (min-width:768px) {
  .footer .inner--footer {
    width: 100%;
    max-width: min(83.3333333333vw, 1600px);
    padding: min(4.53125vw, 87px) 0 min(1.5625vw, 30px);
  }
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 43px;
}
@media screen and (min-width:768px) {
  .footer__content {
    flex-direction: row;
    gap: 0;
  }
}
.footer .logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 23px;
  margin-bottom: 22px;
}
@media screen and (min-width:768px) {
  .footer .logo {
    flex-direction: row;
    gap: min(1.25vw, 24px);
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.footer .logo img {
  width: 178px;
}
@media screen and (min-width:768px) {
  .footer .logo img {
    width: min(15.4166666667vw, 296px);
  }
}
.footer .logo span {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.666;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .footer .logo span {
    font-size: min(0.625vw, 12px);
    line-height: 3.33;
    text-align: left;
  }
}
.footer .nav--footer {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width:768px) {
  .footer .nav--footer {
    flex-direction: row;
    width: 65%;
  }
}
.footer .nav--footer .nav-menu {
  position: relative;
  width: 100%;
}
@media screen and (min-width:768px) {
  .footer .nav--footer .nav-menu {
    width: 33%;
  }
}
.footer .nav--footer .nav-menu > li > a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 2.5;
  letter-spacing: 0em;
  height: 100%;
  width: 100%;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width:768px) {
  .footer .nav--footer .nav-menu > li > a {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.5;
    padding: min(1.0416666667vw, 20px) 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width:767px) {
  .footer .nav--footer .nav-menu > li > a::before {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    content: "";
    display: block;
    background: url(../../assets/img/common/footer-arrow.svg) no-repeat center center/contain;
    width: 5px;
    height: 10px;
  }
}
@media screen and (max-width:767px) {
  .footer .submenu {
    padding-bottom: 8px;
  }
}
.footer .submenu .submenu-item {
  width: 100%;
  min-width: min(12.7604166667vw, 245px);
}
@media screen and (min-width:768px) {
  .footer .submenu .submenu-item {
    width: 25%;
  }
}
.footer .submenu .submenu-item .item--name {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.375;
  letter-spacing: 0em;
  margin-bottom: 6px;
  padding: 3px 0 0;
  border-bottom: none;
}
@media screen and (min-width:768px) {
  .footer .submenu .submenu-item .item--name {
    font-size: min(0.8333333333vw, 16px);
    margin-bottom: min(0.78125vw, 15px);
    padding: min(0.4166666667vw, 8px) 0 0;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width:767px) {
  .footer .submenu .submenu-item .item--name::before {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    content: "";
    display: block;
    background: url(../../assets/img/common/footer-arrow.svg) no-repeat center center/contain;
    width: 5px;
    height: 10px;
  }
}
.footer .submenu .submenu-item > ul {
  display: none;
  width: 100%;
}
@media screen and (min-width:768px) {
  .footer .submenu .submenu-item > ul {
    display: block;
    margin-bottom: min(0.5208333333vw, 10px);
  }
}
.footer .submenu .submenu-item > ul > li > a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 2.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .footer .submenu .submenu-item > ul > li > a {
    font-size: min(0.8333333333vw, 16px);
    line-height: 2.4;
  }
}
@media screen and (min-width:768px) {
  .footer .sns__block {
    padding-bottom: min(1.40625vw, 27px);
  }
}
.footer .sns__block .snsmenu {
  display: flex;
  align-items: flex-end;
  gap: 22px;
  height: 100%;
}
@media screen and (min-width:768px) {
  .footer .sns__block .snsmenu {
    gap: min(2.03125vw, 39px);
  }
}
.footer .sns__block img {
  height: 23px;
}
@media screen and (min-width:768px) {
  .footer .sns__block img {
    height: min(1.875vw, 36px);
  }
}
.footer .p-copyright {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 3.33;
  letter-spacing: 0em;
  margin-top: 10px;
}
@media screen and (min-width:768px) {
  .footer .p-copyright {
    font-size: min(0.625vw, 12px);
    line-height: 3.33;
    margin-top: min(0.3125vw, 6px);
  }
}

.hamburger {
  position: relative;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #323232;
  transition: 0.5s;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .hamburger {
    min-width: min(4.1666666667vw, 80px);
    height: min(4.1666666667vw, 80px);
  }
}
.hamburger div {
  width: 14px;
  height: 1px;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (min-width:768px) {
  .hamburger div {
    width: min(1.3541666667vw, 26px);
    height: min(0.0520833333vw, 1px);
  }
}
.hamburger div:nth-child(1) {
  top: 50%;
}
.hamburger div:nth-child(2) {
  top: 40%;
}
.hamburger div:nth-child(3) {
  top: 60%;
}
.hamburger .close {
  display: none;
}

.hamburger.active div:nth-child(1) {
  opacity: 0;
  transition: 0.3s;
}

.hamburger.active div:nth-child(2) {
  transform: translate(-50%, 3px) rotate(-45deg);
  transition: 0.3s;
}
@media screen and (min-width:768px) {
  .hamburger.active div:nth-child(2) {
    transform-origin: 50% 50%;
    transform: translate(-50%, min(0.3125vw, 6px)) rotate(-45deg);
  }
}

.hamburger.active div:nth-child(3) {
  transform: translate(-50%, -5px) rotate(45deg);
  transition: 0.3s;
}
@media screen and (min-width:768px) {
  .hamburger.active div:nth-child(3) {
    transform-origin: 50% 50%;
    transform: translate(-50%, max(-0.5208333333vw, -10px)) rotate(45deg);
  }
}

.hamburger.active .close {
  display: block;
}

.hamburger.active .open {
  display: none;
}

.hamburger__menu {
  display: flex;
  position: fixed;
  top: 72px;
  right: 50%;
  width: 89.3%;
  height: auto;
  background: linear-gradient(to bottom, #FFFFFF, #EFF6FF);
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
  max-height: 80vh;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform-origin: top right;
  transform: scale(0.85) translate(50%, 0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (min-width:768px) {
  .hamburger__menu {
    position: absolute;
    top: min(5.7291666667vw, 110px);
    right: 5%;
    transform: translate(0, 0);
    width: min(83.3333333333vw, 1600px);
    height: min(38.125vw, 732px);
    border-radius: min(2.6041666667vw, 50px);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(239, 246, 255, 0.6));
  }
  .hamburger__menu .flex__item .toggle-icon {
    display: none;
  }
  .hamburger__menu .submenu__list {
    display: block !important;
    max-height: none !important;
    margin-bottom: 10px;
  }
}
.hamburger__menu.active {
  opacity: 1;
  transform: scale(1) translate(50%, 0);
  visibility: visible;
}
@media screen and (min-width:768px) {
  .hamburger__menu.active {
    transform: scale(1) translate(0, 0);
  }
}
.hamburger__menu .inner-menu {
  padding: 45px 40px 50px;
  overflow-y: auto;
  width: 100%;
}
@media screen and (min-width:768px) {
  .hamburger__menu .inner-menu {
    display: flex;
    padding: 0;
    overflow-y: visible;
  }
}
.hamburger__menu .img__block {
  display: none;
}
@media screen and (min-width:768px) {
  .hamburger__menu .img__block {
    display: block;
  }
  .hamburger__menu .img__block img {
    -o-object-fit: contain;
       object-fit: contain;
    aspect-ratio: 477/732;
    width: min(24.84375vw, 477px);
  }
}
.hamburger__menu .hamburger__menuList {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
@media screen and (min-width:768px) {
  .hamburger__menu .hamburger__menuList {
    display: flex;
    gap: min(5.2083333333vw, 100px);
    padding: min(3.6458333333vw, 70px) min(4.6875vw, 90px);
    background: linear-gradient(to bottom, #FFFFFF, #EFF6FF);
    opacity: 0.9;
  }
}
.hamburger__menu .menu__list {
  position: relative;
}
.hamburger__menu .menu__list > li {
  border-bottom: 1px solid #CBDDFD;
}
@media screen and (min-width:768px) {
  .hamburger__menu .menu__list > li {
    border-bottom: 0;
  }
}
.hamburger__menu .menu__list > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding: 5px 0;
}
@media screen and (min-width:768px) {
  .hamburger__menu .menu__list > li > a {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.36;
    padding: min(0.9vw, 20px) 0;
  }
}
.hamburger__menu .menu__list > li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  background: url(../../assets/img/common/menu-arrow-hambuger.svg) no-repeat center center/contain;
  width: 5px;
  height: 10px;
}
@media screen and (min-width:768px) {
  .hamburger__menu .menu__list > li > a::before {
    display: none;
  }
}
.hamburger__menu .menu__list .flex__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 5px 0;
}
@media screen and (max-width:767px) {
  .hamburger__menu .menu__list .flex__item .toggle-icon {
    position: relative;
    display: inline-block;
    right: 6px;
    width: 15px;
    height: 20px;
    background: url(../../assets/img/common/add.svg) no-repeat center center/contain;
    transition: transform 0.3s ease;
  }
}
.hamburger__menu .menu__list .flex__item .toggle-icon.open {
  background-image: url(../../assets/img/common/remove.svg);
}
.hamburger__menu .menu__list .service-toggle-link {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  text-align: left;
}
@media screen and (min-width:768px) {
  .hamburger__menu .menu__list .service-toggle-link {
    font-size: min(1.1458333333vw, 22px);
    padding: min(1.0416666667vw, 20px) 0;
    width: 100%;
  }
}
.hamburger__menu .menu__list .service-toggle-link .toggle-text {
  flex: 1;
}
@media screen and (max-width:767px) {
  .hamburger__menu .menu__list .submenu__list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-bottom: 0;
  }
}
.hamburger__menu .menu__list .submenu__list > li {
  margin-bottom: min(0.2604166667vw, 5px);
}
@media screen and (max-width:767px) {
  .hamburger__menu .menu__list .submenu__list > li {
    margin: 10px 0 15px;
  }
}
.hamburger__menu .menu__list .submenu__list > li > span {
  font-size: 12px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 2.5;
  letter-spacing: 0em;
  display: inline-block;
  margin: 0 0 5px;
}
@media screen and (min-width:768px) {
  .hamburger__menu .menu__list .submenu__list > li > span {
    font-size: min(0.8333333333vw, 16px);
    line-height: 2.5;
    margin: 0;
  }
}
@media screen and (max-width:767px) {
  .hamburger__menu .menu__list .submenu__list.open {
    margin-bottom: 10px;
  }
}
@media screen and (min-width:768px) {
  .hamburger__menu .menu__list .submenu__list {
    display: block;
    margin-bottom: 0;
  }
}
.hamburger__menu .menu__list .submenu__list a {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #707070;
  text-align: left;
  line-height: 2.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .hamburger__menu .menu__list .submenu__list a {
    font-size: min(0.8333333333vw, 16px);
    line-height: 2.3;
  }
}
.hamburger__menu .menu__list .submenu__list a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  background: url(../../assets/img/common/menu-arrow-hambuger.svg) no-repeat center center/contain;
  width: 5px;
  height: 10px;
}
@media screen and (min-width:768px) {
  .hamburger__menu .menu__list .submenu__list a::before {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .hamburger__menu .menu__list .submenu__list .submenu__list--second {
    margin-bottom: min(0.5208333333vw, 10px);
  }
}
.hamburger__menu .menu__list .sns__block {
  position: relative;
  bottom: auto;
  left: auto;
  margin-top: 50px;
  border-bottom: none !important;
}
@media screen and (min-width:768px) {
  .hamburger__menu .menu__list .sns__block {
    position: absolute;
    bottom: min(1.0416666667vw, 20px);
    left: 0;
    margin-top: 0;
  }
}
.hamburger__menu .menu__list .sns__block .snsmenu {
  display: flex;
  gap: 22px;
}
@media screen and (min-width:768px) {
  .hamburger__menu .menu__list .sns__block .snsmenu {
    gap: min(2.03125vw, 39px);
  }
}
.hamburger__menu .menu__list .sns__block img {
  height: 23px;
}
@media screen and (min-width:768px) {
  .hamburger__menu .menu__list .sns__block img {
    height: min(1.875vw, 36px);
  }
}

.contactSec {
  position: relative;
  background: url(../../assets/img/common/contactSec-bg-sp.jpg) no-repeat center center/cover;
  padding: 25px 0 40px;
}
@media screen and (min-width:768px) {
  .contactSec {
    background: url(../../assets/img/common/contactSec-bg-pc.jpg) no-repeat center center/cover;
  }
}
.contactSec::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width:768px) {
  .contactSec::before {
    width: 54.7%;
  }
}
@media screen and (min-width:768px) {
  .contactSec .inner--contactSec {
    padding: min(7.7083333333vw, 148px) 0 min(7.2916666667vw, 140px);
  }
}
.contactSec .content {
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .contactSec .content {
    text-align: left;
    width: 50%;
  }
}
.contactSec .content .sectionTitle {
  margin-bottom: 9px;
}
@media screen and (min-width:768px) {
  .contactSec .content .sectionTitle {
    margin-bottom: min(0.8854166667vw, 17px);
  }
}
@media screen and (max-width:767px) {
  .contactSec .content .sectionTitle .en {
    line-height: 2.5;
  }
}
.contactSec .content .sectionTitle .en,
.contactSec .content .sectionTitle .jp {
  text-align: center;
}
@media screen and (min-width:768px) {
  .contactSec .content .sectionTitle .en,
  .contactSec .content .sectionTitle .jp {
    text-align: left;
  }
}
.contactSec .content .txt {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0em;
  margin-bottom: 19px;
}
@media screen and (min-width:768px) {
  .contactSec .content .txt {
    font-size: min(1.0416666667vw, 20px);
    line-height: 2;
    text-align: left;
    margin-bottom: min(2.8645833333vw, 55px);
  }
}
.contactSec .content .tel {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "brandon-grotesque", sans-serif;
}
@media screen and (min-width:768px) {
  .contactSec .content .tel {
    font-size: min(2.9166666667vw, 56px);
    line-height: 1.78;
    text-align: left;
    margin-bottom: min(0.6770833333vw, 13px);
  }
}

.under-fv {
  overflow: hidden;
}
.under-fv .inner--under-fv {
  width: auto;
  margin-left: 3.2%;
  margin-right: 3.2%;
  margin-top: 64px;
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .under-fv .inner--under-fv {
    width: 100%;
    max-width: min(96.71875vw, 1857px);
    margin: auto auto 0;
  }
}
.under-fv .content {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
  height: 196px;
}
@media screen and (min-width:768px) {
  .under-fv .content {
    height: min(27.6041666667vw, 530px);
    border-radius: 0 0 min(2.6041666667vw, 50px) min(2.6041666667vw, 50px);
  }
}
.under-fv .content .text__block {
  position: relative;
  height: 100%;
}
.under-fv .content h1.title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  position: relative;
  padding-right: 23px;
  z-index: 1;
  max-width: 235px;
}
@media screen and (min-width:768px) {
  .under-fv .content h1.title {
    gap: min(0.9375vw, 18px);
    padding-right: 0;
    max-width: none;
  }
}
.under-fv .content h1.title .en {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-family: "brandon-grotesque", sans-serif;
}
@media screen and (min-width:768px) {
  .under-fv .content h1.title .en {
    font-size: min(1.25vw, 24px);
    line-height: 1.25;
  }
}
.under-fv .content h1.title .jp {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .under-fv .content h1.title .jp {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.5;
  }
}
.under-fv .content h1.title .jp-s {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .under-fv .content h1.title .jp-s {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
  }
}
.under-fv--feature {
  background: #FAFAFA;
}
.under-fv .bg {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.under-fv .bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.35;
}
.under-fv .bg--case {
  background-image: url(../../assets/img/case/fv-sp.jpg);
}
@media screen and (min-width:768px) {
  .under-fv .bg--case {
    background-image: url(../../assets/img/case/fv-pc.jpg);
  }
}
.under-fv .bg--service {
  background-image: url(../../assets/img/service/fv-sp.jpg);
}
@media screen and (min-width:768px) {
  .under-fv .bg--service {
    background-image: url(../../assets/img/service/fv-pc.jpg);
  }
}
.under-fv .bg--maintenance {
  background-image: url(../../assets/img/service/maintenance/fv-sp.jpg);
}
@media screen and (min-width:768px) {
  .under-fv .bg--maintenance {
    background-image: url(../../assets/img/service/maintenance/fv-pc.jpg);
  }
}
.under-fv .bg--feature {
  background-image: url(../../assets/img/feature/fv-sp.jpg);
}
@media screen and (min-width:768px) {
  .under-fv .bg--feature {
    background-image: url(../../assets/img/feature/fv-pc.jpg);
  }
}
.under-fv .bg--info {
  background-image: url(../../assets/img/infomation/fv-sp.jpg);
}
@media screen and (min-width:768px) {
  .under-fv .bg--info {
    background-image: url(../../assets/img/infomation/fv-pc.jpg);
  }
}
.under-fv .bg--company, .under-fv .bg--privacypolicy {
  background-image: url(../../assets/img/company/fv-sp.jpg);
}
@media screen and (min-width:768px) {
  .under-fv .bg--company, .under-fv .bg--privacypolicy {
    background-image: url(../../assets/img/company/fv-pc.jpg);
  }
}
.under-fv .bg--workshop {
  background-image: url(../../assets/img/workshop/fv-sp.jpg);
}
@media screen and (min-width:768px) {
  .under-fv .bg--workshop {
    background-image: url(../../assets/img/workshop/fv-pc.jpg);
  }
}
.under-fv .bg--sapporo-drone-park {
  background-image: url(../../assets/img/sapporo-drone-park/fv-sp.jpg);
}
@media screen and (min-width:768px) {
  .under-fv .bg--sapporo-drone-park {
    background-image: url(../../assets/img/sapporo-drone-park/fv-pc.jpg);
  }
}
.under-fv .bg--coordinateconversion {
  background-image: url(../../assets/img/conversion/fv-sp.jpg);
}
@media screen and (min-width:768px) {
  .under-fv .bg--coordinateconversion {
    background-image: url(../../assets/img/conversion/fv-pc.jpg);
  }
}
.under-fv .bg--links {
  background-image: url(../../assets/img/links/fv-sp.jpg);
}
@media screen and (min-width:768px) {
  .under-fv .bg--links {
    background-image: url(../../assets/img/links/fv-pc.jpg);
  }
}
.under-fv .bg--contact {
  background-image: url(../../assets/img/contact/fv-sp.jpg);
}
@media screen and (min-width:768px) {
  .under-fv .bg--contact {
    background-image: url(../../assets/img/contact/fv-pc.jpg);
  }
}

.breadcrumb {
  width: 93%;
  margin: 8px auto 40px;
  background: transparent;
}
@media screen and (min-width:768px) {
  .breadcrumb {
    width: min(93.3333333333vw, 1792px);
    margin-top: min(0.78125vw, 15px);
    margin-bottom: min(5.2083333333vw, 100px);
  }
}
.breadcrumb ul {
  display: flex;
  flex-wrap: nowrap;
}
.breadcrumb ul li {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
.breadcrumb ul li::after {
  content: "/";
  display: inline-block;
  margin: 0 10px;
}
@media screen and (min-width:768px) {
  .breadcrumb ul li::after {
    margin: 0 min(0.5208333333vw, 10px);
  }
}
.breadcrumb ul li:last-child::after {
  display: none;
}
.breadcrumb ul li:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.breadcrumb ul a {
  width: -moz-max-content;
  width: max-content;
  text-decoration: underline;
}
.breadcrumb ul > * {
  font-size: 10px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .breadcrumb ul > * {
    font-size: min(0.625vw, 12px);
    line-height: 1.5;
  }
}

.categorySelectSec {
  padding-left: 0;
}
@media screen and (min-width:768px) {
  .categorySelectSec {
    padding-left: min(3.125vw, 60px);
  }
}
.categorySelectSec .content {
  position: relative;
}
.categorySelectSec .content .categorySelectTitle {
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 21px;
}
@media screen and (min-width:768px) {
  .categorySelectSec .content .categorySelectTitle {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    margin-bottom: min(1.5625vw, 30px);
  }
}
.categorySelectSec .content .categoryDescription {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .categorySelectSec .content .categoryDescription {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.categorySelectSec .content .categorySelect {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13px;
  font-size: 12px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0em;
  background: #E8F0FE;
  padding: 40px 20px;
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .categorySelectSec .content .categorySelect {
    flex-direction: row;
    gap: min(3.6458333333vw, 70px);
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.6;
    padding: min(1.875vw, 36px) min(1.0416666667vw, 20px) min(2.0833333333vw, 40px) min(5.2083333333vw, 100px);
    margin-top: min(2.6041666667vw, 50px);
  }
}
.categorySelectSec .content .categorySelect .category__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
}
@media screen and (min-width:768px) {
  .categorySelectSec .content .categorySelect .category__items {
    gap: min(0.8333333333vw, 16px);
  }
}
.categorySelectSec .content .categorySelect .category__items a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #323232;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  border: 1px solid #707070;
  border-radius: 22px;
  background: #fff;
  padding: 2px 20px;
  transition: 0.3s;
}
@media screen and (min-width:768px) {
  .categorySelectSec .content .categorySelect .category__items a {
    font-size: min(0.7291666667vw, 14px);
    line-height: 1.5;
    padding: min(0.3125vw, 6px) min(1.5625vw, 30px);
  }
}
.categorySelectSec .content .categorySelect .category__items a.current {
  background: #C9DDFF;
  border: 1px solid #1B7FF5;
}
.categorySelectSec .content .categorySelect .category__items a:hover {
  background: #C9DDFF;
  border: 1px solid #1B7FF5;
}

.categorySec {
  width: 87.2%;
  margin: 56px auto 60px;
}
@media screen and (min-width:768px) {
  .categorySec {
    width: min(83.3333333333vw, 1600px);
    margin: min(4.1666666667vw, 80px) auto min(4.1666666667vw, 80px);
  }
}
.categorySec .categoryList {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-left: 0;
}
@media screen and (min-width:768px) {
  .categorySec .categoryList {
    gap: min(2.9166666667vw, 56px);
    margin-left: min(2.6041666667vw, 50px);
  }
}
.categorySec .categoryList li {
  display: flex;
  flex-direction: column;
  max-width: 742px;
  width: 100%;
  padding: 20px 20px 24px;
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  .categorySec .categoryList li {
    width: min(38.6458333333vw, 742px);
    padding: min(2.0833333333vw, 40px);
    border-radius: min(0.5208333333vw, 10px);
  }
}
.categorySec .categoryList .card__img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .categorySec .categoryList .card__img {
    border-radius: min(0.5208333333vw, 10px);
  }
}
.categorySec .categoryList .card__img img {
  aspect-ratio: 287/167;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .categorySec .categoryList .card__img img {
    aspect-ratio: 662/320;
  }
}
.categorySec .categoryList .category__block {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
}
@media screen and (min-width:768px) {
  .categorySec .categoryList .category__block {
    top: min(1.0416666667vw, 20px);
    left: min(1.0416666667vw, 20px);
  }
}
.categorySec .categoryList .date {
  font-size: 12px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 12px 0 10px;
}
@media screen and (min-width:768px) {
  .categorySec .categoryList .date {
    font-size: min(0.7291666667vw, 14px);
    line-height: 1.5;
    margin: min(1.5625vw, 30px) 0 min(1.0416666667vw, 20px);
  }
}
.categorySec .categoryList .card__ttl {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .categorySec .categoryList .card__ttl {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin: 0 0 min(1.0416666667vw, 20px);
  }
}
.categorySec .categoryList .card__txt {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 0 0 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
@media screen and (min-width:768px) {
  .categorySec .categoryList .card__txt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin: 0 0 min(2.0833333333vw, 40px);
    -webkit-line-clamp: 4;
  }
}
.categorySec .categoryList .btn__block--category {
  text-align: center;
}
.categorySec .categoryList .btn__block--category .btnLink {
  max-width: 295px;
  height: 40px;
  line-height: 40px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .categorySec .categoryList .btn__block--category .btnLink {
    max-width: none;
    width: min(19.9479166667vw, 383px);
    height: min(2.9166666667vw, 56px);
    line-height: min(2.9166666667vw, 56px);
  }
}

@media screen and (max-width:767px) {
  .single .inner--single {
    width: 87.2%;
    margin: auto;
  }
}
.single .header__block {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  margin: auto auto 40px;
}
@media screen and (min-width:768px) {
  .single .header__block {
    width: min(77.0833333333vw, 1480px);
    padding-bottom: min(2.6041666667vw, 50px);
    margin-bottom: min(4.1666666667vw, 80px);
  }
}
.single .header__block::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
}
@media screen and (min-width:768px) {
  .single .header__block::before {
    width: 110%;
  }
}
.single .header__block .title {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 20px;
}
@media screen and (min-width:768px) {
  .single .header__block .title {
    font-size: 24px;
    line-height: 1.5;
    padding-left: min(2.0833333333vw, 40px);
  }
}
.single .header__block .title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 32px;
  background: #1B7FF5;
}
@media screen and (min-width:768px) {
  .single .header__block .title::before {
    width: min(0.4166666667vw, 8px);
    height: 100%;
  }
}
.single .header__block .mata {
  display: flex;
  flex-direction: column;
  margin: 13px 0 0;
  gap: 10px;
  padding-left: 20px;
}
@media screen and (min-width:768px) {
  .single .header__block .mata {
    flex-direction: row;
    align-items: center;
    gap: min(1.5625vw, 30px);
    margin: min(2.6041666667vw, 50px) 0 0;
    padding-left: 0;
  }
}
.single .header__block .mata .date {
  font-size: 12px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .single .header__block .mata .date {
    font-size: min(0.7291666667vw, 14px);
    line-height: 1.92;
  }
}
.single .main__container {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .single .main__container {
    grid-template-columns: min(53.4895833333vw, 1027px) min(18.90625vw, 363px);
    gap: min(10.9375vw, 210px);
    width: min(83.3333333333vw, 1600px);
  }
}
.single .main__container .content {
  /* 記事タイトル */
  /* メタ情報（投稿日、作成者、カテゴリなど） */
  /* 本文の基本スタイル */
  /* リンクの装飾 */
  /* 画像のスタイル */
  /* ブロック引用のスタイル */
  /* リスト（順序付き・順不同）のスタイル */
  /* 必要に応じて種類を明示 */
  /* コードブロック・インラインコードのスタイル */
  /* テーブルのスタイル */
}
.single .main__container .content h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
  background: #E8F0FE;
  border-left: 4px solid #323232;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .single .main__container .content h2 {
    font-size: min(1.1458333333vw, 22px);
    line-height: 2.27;
    padding: 0 min(2.0833333333vw, 40px);
    border-left: min(0.2083333333vw, 4px) solid #323232;
    margin-bottom: min(2.0833333333vw, 40px);
  }
}
.single .main__container .content h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
  border-left: 4px solid #323232;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .single .main__container .content h3 {
    font-size: min(1.0416666667vw, 20px);
    line-height: 2.5;
    padding: 0 min(2.0833333333vw, 40px);
    border-left: min(0.2083333333vw, 4px) solid #323232;
    margin-bottom: min(2.0833333333vw, 40px);
  }
}
.single .main__container .content .entry-meta {
  font-size: 0.875em;
  margin-bottom: 1em;
}
.single .main__container .content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 14px;
}
@media screen and (min-width:768px) {
  .single .main__container .content p {
    font-size: min(0.8333333333vw, 16px);
    line-height: 2;
    margin-bottom: min(1.0416666667vw, 20px);
  }
}
.single .main__container .content a {
  color: #0044CC;
  text-decoration: underline;
}
.single .main__container .content a:hover {
  text-decoration: none;
}
.single .main__container .content img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 1.5em;
  display: block;
}
.single .main__container .content blockquote {
  border-left: 4px solid #ddd;
  padding-left: 1em;
  color: #555;
  margin: 1.5em 0;
  font-style: italic;
}
.single .main__container .content ul,
.single .main__container .content ol {
  /* リストマーカーを初期値に戻す */
  list-style: initial;
  /* マーカーを項目の内側に表示するなら inside、外側なら outside */
  list-style-position: outside;
  /* リセットで消えている場合、余白（インデント）も再指定 */
  margin: 0 0 1.5em;
  padding-left: 1.5em;
}
.single .main__container .content ul {
  list-style-type: disc;
  /* ● */
}
.single .main__container .content li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .single .main__container .content li {
    font-size: min(0.8333333333vw, 16px);
    line-height: 2;
  }
}
.single .main__container .content ol {
  list-style-type: decimal;
  /* 1. 2. 3. … */
}
.single .main__container .content pre,
.single .main__container .content code {
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  background: #f5f5f5;
  padding: 0.5em;
  border-radius: 3px;
  overflow-x: auto;
}
.single .main__container .content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
}
.single .main__container .content th,
.single .main__container .content td {
  border: 1px solid #ddd;
  padding: 0.75em;
}
.single .main__container .content iframe {
  width: 100%;
}
.single .post-navigation {
  padding: 45px 0 40px;
}
@media screen and (min-width:768px) {
  .single .post-navigation {
    padding: min(4.9479166667vw, 95px) 0 min(4.4270833333vw, 85px);
  }
}
.single .post-navigation .pagination {
  display: flex;
  justify-content: center;
}
.single .post-navigation .pagination li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.38;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .single .post-navigation .pagination li a {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.38;
    gap: min(1.5625vw, 30px);
  }
}
.single .post-navigation .pagination li.prev a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../assets/img/common/prev-black.svg) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .single .post-navigation .pagination li.prev a::before {
    width: min(2.1875vw, 42px);
    height: min(2.1875vw, 42px);
  }
}
.single .post-navigation .pagination li.prev a::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  margin: 0 12px;
  background: #323232;
}
@media screen and (min-width:768px) {
  .single .post-navigation .pagination li.prev a::after {
    height: min(1.0416666667vw, 20px);
    margin: 0 min(2.0833333333vw, 40px);
  }
}
.single .post-navigation .pagination li.next a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../assets/img/common/next-black.svg) no-repeat center center/contain;
  transform: rotate(180deg);
}
@media screen and (min-width:768px) {
  .single .post-navigation .pagination li.next a::after {
    width: min(2.1875vw, 42px);
    height: min(2.1875vw, 42px);
  }
}
.single .aside {
  display: none;
  gap: 40px;
}
@media screen and (min-width:768px) {
  .single .aside--pc {
    display: flex;
    flex-direction: column;
    gap: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width:767px) {
  .single .aside--sp {
    display: flex;
    flex-direction: column;
    width: 87.2%;
    margin: auto;
    padding: 70px 0 60px;
  }
}
.single .aside .bestInfo .ttl {
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .single .aside .bestInfo .ttl {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.6;
    margin-bottom: min(1.5625vw, 30px);
  }
}
.single .aside .bestInfo ul li {
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .single .aside .bestInfo ul li {
    margin-bottom: min(1.5625vw, 30px);
  }
}
.single .aside .bestInfo ul li a {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 10px;
}
@media screen and (min-width:768px) {
  .single .aside .bestInfo ul li a {
    grid-template-columns: min(8.3333333333vw, 160px) 1fr;
    gap: min(0.5208333333vw, 10px);
  }
}
.single .aside .bestInfo .card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 157/105;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .single .aside .bestInfo .card__img img {
    margin-bottom: min(0.5208333333vw, 10px);
  }
}
.single .aside .bestInfo .text__block .card__title {
  font-size: 12px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .single .aside .bestInfo .text__block .card__title {
    font-size: min(0.7291666667vw, 14px);
    line-height: 1.5;
  }
}
.single .aside .bestInfo .text__block .date,
.single .aside .bestInfo .text__block time {
  font-size: 10px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 10px;
}
@media screen and (min-width:768px) {
  .single .aside .bestInfo .text__block .date,
  .single .aside .bestInfo .text__block time {
    font-size: min(0.625vw, 12px);
    line-height: 1.5;
    margin-top: min(1.0416666667vw, 20px);
  }
}
.single .aside .categoryList .ttl {
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .single .aside .categoryList .ttl {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.6;
    margin-bottom: min(1.5625vw, 30px);
  }
}
.single .aside .categoryList ul li {
  border-bottom: 1px solid #CBDDFD;
  max-width: min(19.53125vw, 375px);
}
@media screen and (max-width:767px) {
  .single .aside .categoryList ul li {
    max-width: 375px;
  }
}
.single .aside .categoryList ul li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 2.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .single .aside .categoryList ul li a {
    font-size: min(0.8333333333vw, 16px);
    line-height: 2.5;
  }
}
.single .aside .line-ttl {
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width:768px) {
  .single .aside .line-ttl {
    padding-left: min(2.0833333333vw, 40px);
  }
}
.single .aside .line-ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 4px;
  height: 32px;
  background: #323232;
}
@media screen and (min-width:768px) {
  .single .aside .line-ttl::before {
    width: min(0.2083333333vw, 4px);
    height: 100%;
  }
}
.single .aside .caseBnr {
  border-radius: min(0.5208333333vw, 10px);
  max-width: none;
  width: min(18.8541666667vw, 362px);
  max-width: min(19.53125vw, 375px);
}
@media screen and (max-width:767px) {
  .single .aside .caseBnr {
    border-radius: 10px;
    max-width: 375px;
    width: 100%;
    margin: 0;
  }
}
.single .aside .caseBnr a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: min(1.3020833333vw, 25px);
  padding: min(0.7291666667vw, 14px) min(1.0416666667vw, 20px);
}
@media screen and (max-width:767px) {
  .single .aside .caseBnr a {
    gap: 20px;
    padding: 14px 20px;
  }
}
.single .aside .caseBnr img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 124/83;
  max-width: 124px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .single .aside .caseBnr img {
    max-width: min(6.4583333333vw, 124px);
  }
}
.single .aside .caseBnr .txt {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.85;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .single .aside .caseBnr .txt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.68;
  }
}

@media screen and (min-width:768px) {
  .fv {
    margin-bottom: min(3.6458333333vw, 70px);
  }
}
.fv .inner--fv {
  padding-top: 92px;
}
@media screen and (min-width:768px) {
  .fv .inner--fv {
    padding-top: min(11.9791666667vw, 230px);
  }
}
@media screen and (max-width:767px) {
  .fv .inner--fv {
    width: 100%;
  }
}
.fv .content {
  position: relative;
}
@media screen and (max-width:767px) {
  .fv .content .text__block {
    width: 87%;
    margin: auto;
  }
}
.fv .content h1.sectionTitle {
  font-size: 42px;
  font-weight: 400;
  color: #323232;
  text-align: left;
  line-height: 1.285;
  letter-spacing: 0.05em;
  font-family: "brandon-grotesque", sans-serif;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .fv .content h1.sectionTitle {
    font-size: min(7.8125vw, 150px);
    line-height: 1.25;
    padding: min(0.8333333333vw, 16px) min(2.1875vw, 42px);
  }
}
.fv .content h1.sectionTitle span.color {
  background: linear-gradient(to right, #1B7FF5, #ABCFFB 70%, #1B7FF5);
  -webkit-background-clip: text;
  color: transparent;
  margin-left: 11px;
}
@media screen and (min-width:768px) {
  .fv .content h1.sectionTitle span.color {
    margin: 0 min(2.0833333333vw, 40px);
  }
}
.fv .content .txt {
  position: relative;
  top: auto;
  right: auto;
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .fv .content .txt {
    position: absolute;
    top: min(1.8229166667vw, 35px);
    right: min(7.5520833333vw, 145px);
    font-size: min(1.3541666667vw, 26px);
    line-height: 2;
  }
}
.fv .content .fv-mv {
  position: relative;
  margin-top: 50px;
  min-height: 287px;
  margin-left: 6.4%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .fv .content .fv-mv {
    max-height: min(51.0416666667vw, 980px);
    border-radius: min(2.6041666667vw, 50px);
    margin-top: max(-8.8541666667vw, -170px);
    margin-left: 0;
  }
}
.fv .content .fv-mv video {
  max-height: 287px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .fv .content .fv-mv video {
    height: min(51.0416666667vw, 980px);
    max-height: none;
  }
}
@media screen and (max-width:567px) {
  .fv .content .fv-mv video {
    width: auto;
  }
}

@media screen and (min-width:768px) {
  .conversionSec {
    margin: min(2.6041666667vw, 50px) 0 0;
  }
}
.conversionSec .inner--conversionSec {
  padding-bottom: 65px;
}
@media screen and (min-width:768px) {
  .conversionSec .inner--conversionSec {
    padding-bottom: min(4.53125vw, 87px);
  }
}
.conversionSec .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width:768px) {
  .conversionSec .content {
    flex-direction: row;
    gap: min(2.0833333333vw, 40px);
  }
}
.conversionSec .content a {
  width: 100%;
}
@media screen and (min-width:768px) {
  .conversionSec .content a {
    width: 50%;
  }
}
.conversionSec .content .box {
  position: relative;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (min-width:768px) {
  .conversionSec .content .box {
    padding: min(3.6458333333vw, 70px) min(3.3854166667vw, 65px) min(3.3854166667vw, 65px);
    border-radius: min(0.5208333333vw, 10px);
  }
}
.conversionSec .content .box::before, .conversionSec .content .box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  border-radius: 0 10px 10px 0;
}
@media screen and (min-width:768px) {
  .conversionSec .content .box::before, .conversionSec .content .box::after {
    border-radius: 0 min(0.5208333333vw, 10px) min(0.5208333333vw, 10px) 0;
  }
}
.conversionSec .content .box .sectionTitle {
  position: relative;
  z-index: 1;
}
.conversionSec .content .box .sectionTitle .en {
  line-height: 1.5;
  margin-bottom: 7px;
}
@media screen and (min-width:768px) {
  .conversionSec .content .box .sectionTitle .en {
    line-height: 1.25;
  }
}
.conversionSec .content .box .sectionTitle .jp {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.777;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .conversionSec .content .box .sectionTitle .jp {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.5;
  }
}
.conversionSec .content .box .txt {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .conversionSec .content .box .txt {
    font-size: min(0.9375vw, 18px);
    line-height: 2;
  }
}
.conversionSec .content .box--conversion {
  background: #98A6B5;
}
.conversionSec .content .box--conversion::before {
  background: url(../../assets/img/index/conversionSec-bg1.jpg) no-repeat center center/cover;
}
.conversionSec .content .box--conversion::after {
  background: #5B6C80;
  opacity: 52%;
}
.conversionSec .content .box--onlinestore {
  background: #1B7FF5;
}
.conversionSec .content .box--onlinestore::before {
  background: url(../../assets/img/index/conversionSec-bg2.jpg) no-repeat center center/cover;
}
.conversionSec .content .box--onlinestore::after {
  background: #033FEB;
  opacity: 52%;
}
.conversionSec .content .box .btn__block {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .conversionSec .content .box .btn__block {
    flex-direction: column;
    align-items: flex-start;
    gap: min(1.0416666667vw, 20px);
    margin-top: min(4.9479166667vw, 95px);
  }
}

.infoSec {
  margin: 55px 0 145px;
}
@media screen and (min-width:768px) {
  .infoSec {
    margin: min(4.6875vw, 90px) 0 min(13.0208333333vw, 250px);
  }
}
.infoSec .content {
  position: relative;
}
@media screen and (max-width:767px) {
  .infoSec .content .sectionTitle.flex {
    margin-bottom: 13px;
  }
}
.infoSec .content .news-list {
  margin: 35px 0 40px;
}
@media screen and (min-width:768px) {
  .infoSec .content .news-list {
    margin: min(3.3854166667vw, 65px) 0 0;
  }
}
.infoSec .content .news-list .news-item-link:last-child .news-item {
  margin-bottom: 0;
}
.infoSec .content .news-list .news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid #323232;
  border-radius: 10px;
  padding: 20px 20px 61px;
  background: #fff;
  margin-bottom: 16px;
}
@media screen and (min-width:768px) {
  .infoSec .content .news-list .news-item {
    flex-direction: row;
    align-items: center;
    padding: min(0.9895833333vw, 19px) min(5.7291666667vw, 110px) min(0.9895833333vw, 19px) min(3.6458333333vw, 70px);
    margin-bottom: min(1.25vw, 24px);
  }
}
.infoSec .content .news-list .news-item::before {
  position: absolute;
  top: auto;
  bottom: 20px;
  right: 20px;
  transform: translate(0, 0);
  content: "";
  display: block;
  background: url(../../assets/img/common/arrow-btn1.svg) no-repeat center center/contain;
  width: 32px;
  height: 32px;
}
@media screen and (min-width:768px) {
  .infoSec .content .news-list .news-item::before {
    top: 50%;
    right: min(3.125vw, 60px);
    bottom: auto;
    transform: translate(0, -50%);
    width: min(2.0833333333vw, 40px);
    height: min(2.0833333333vw, 40px);
  }
}
.infoSec .content .news-list time {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.92;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .infoSec .content .news-list time {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.6875;
    margin: 0 min(2.0833333333vw, 40px) 0 min(2.6041666667vw, 50px);
  }
}
.infoSec .content .news-list .news-title {
  font-size: 14px;
  font-weight: 400;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .infoSec .content .news-list .news-title {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.6875;
  }
}
.infoSec .content .btn__block--infoSec {
  position: relative;
}
@media screen and (min-width:768px) {
  .infoSec .content .btn__block--infoSec {
    position: absolute;
    top: min(2.7083333333vw, 52px);
    right: 0;
  }
}

.featureSec {
  overflow: hidden;
  margin: 145px 0 0;
  padding-bottom: 70px;
}
@media screen and (min-width:768px) {
  .featureSec {
    margin: min(13.0208333333vw, 250px) 0 0;
    padding-bottom: min(6.7708333333vw, 130px);
  }
}
.featureSec .content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width:768px) {
  .featureSec .content {
    grid-template-columns: min(36.9791666667vw, 710px) 1fr;
    gap: min(3.6458333333vw, 70px);
  }
}
.featureSec .content .featureSec__ttl {
  font-size: 20px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0em;
  margin: 35px 0 16px;
}
@media screen and (min-width:768px) {
  .featureSec .content .featureSec__ttl {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.5;
    margin: min(2.8645833333vw, 55px) 0 min(0.9375vw, 18px);
  }
}
.featureSec .content .featureSec__txt {
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .featureSec .content .featureSec__txt {
    font-size: min(0.9375vw, 18px);
    line-height: 2;
    margin-bottom: min(4.9479166667vw, 95px);
  }
}
.featureSec .content .swiper__block {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width:768px) {
  .featureSec .content .swiper__block {
    margin: 0 calc(50% - 50vw) 0 0;
  }
}
.featureSec .content .swiper--featureSec {
  height: 100%;
  margin: 60px 0 92px;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .featureSec .content .swiper--featureSec {
    margin: 0;
  }
}
.featureSec .content .swiper--featureSec .swiper-wrapper {
  transition-timing-function: linear;
}
.featureSec .content .swiper--featureSec .swiper-slide {
  max-width: 310px;
  width: 52.5%;
}
@media screen and (min-width:768px) {
  .featureSec .content .swiper--featureSec .swiper-slide {
    max-width: min(16.1458333333vw, 310px);
  }
}
.featureSec .content .swiper--featureSec .swiper-slide img {
  max-width: 310px;
  aspect-ratio: 197/275;
}
@media screen and (min-width:768px) {
  .featureSec .content .swiper--featureSec .swiper-slide img {
    aspect-ratio: 310/432;
  }
}
.featureSec .content .swiper--featureSec .swiper-slide:nth-child(odd) {
  margin-top: 35px;
  margin-bottom: -35px;
}
@media screen and (min-width:768px) {
  .featureSec .content .swiper--featureSec .swiper-slide:nth-child(odd) {
    margin-top: min(3.6458333333vw, 70px);
    margin-bottom: max(-3.6458333333vw, -70px);
  }
}
@media screen and (min-width:768px) {
  .featureSec .content .swiper--featureSec .swiper-slide:nth-child(even) {
    margin-top: min(1.8229166667vw, 35px);
    margin-bottom: max(-1.8229166667vw, -35px);
  }
}

.serviceSec {
  overflow: hidden;
  margin: 0 0 30px;
  padding-bottom: 20px;
}
@media screen and (min-width:768px) {
  .serviceSec {
    margin: 0;
    padding-bottom: min(1.0416666667vw, 20px);
  }
}
.serviceSec .bgArea {
  background: linear-gradient(to right, #0060B4, #003674);
  margin-left: 0;
  border-radius: 0;
}
@media screen and (min-width:768px) {
  .serviceSec .bgArea {
    margin-left: min(3.125vw, 60px);
    border-radius: min(2.6041666667vw, 50px) 0 0 min(2.6041666667vw, 50px);
  }
}
.serviceSec .inner-m {
  padding-top: 66px;
  padding-bottom: 70px;
}
@media screen and (min-width:768px) {
  .serviceSec .inner-m {
    max-width: min(86.3020833333vw, 1657px);
    padding-top: min(7.0833333333vw, 136px);
    padding-bottom: min(6.5104166667vw, 125px);
  }
}
.serviceSec .content {
  position: relative;
}
@media screen and (max-width:767px) {
  .serviceSec .content .sectionTitle {
    margin-bottom: 14px;
  }
}
.serviceSec .content .sectionTitle .en {
  line-height: 2;
}
@media screen and (min-width:768px) {
  .serviceSec .content .sectionTitle .en {
    line-height: 1.25;
    margin-bottom: min(1.0416666667vw, 20px);
  }
}
.serviceSec .content .sectionTitle .jp {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .serviceSec .content .sectionTitle .jp {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
  }
}
.serviceSec .content .main__block {
  display: grid;
  grid-template-columns: 1fr;
  margin: 60px 0 0;
}
@media screen and (min-width:768px) {
  .serviceSec .content .main__block {
    grid-template-columns: min(51.875vw, 996px) 1fr;
    gap: min(3.125vw, 60px);
    margin: min(2.96875vw, 57px) 0 min(2.0833333333vw, 40px);
  }
}
.serviceSec .content .main__block .main__block-img {
  position: relative;
}
@media screen and (max-width:767px) {
  .serviceSec .content .main__block .main__block-img {
    min-height: 170px;
  }
}
@media screen and (max-width: 500px) {
  .serviceSec .content .main__block .main__block-img .main-img {
    position: absolute;
    width: 100vw;
    min-height: 154px;
    left: 39%;
    transform: translate(-41%, 0);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.serviceSec .content .text__block {
  margin-top: 20px;
}
@media screen and (min-width:768px) {
  .serviceSec .content .text__block {
    padding: min(1.8229166667vw, 35px) min(3.0208333333vw, 58px) 0 0;
  }
}
.serviceSec .content .card__ttl {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .serviceSec .content .card__ttl {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.5;
    margin-bottom: min(1.3020833333vw, 25px);
  }
}
@media screen and (max-width:767px) {
  .serviceSec .content .card__ttl .number {
    font-size: 24px;
    line-height: 1.2;
  }
}
.serviceSec .content .card__txt {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .serviceSec .content .card__txt {
    font-size: min(0.9375vw, 18px);
    line-height: 1.5;
    margin-bottom: min(0.9375vw, 18px);
  }
}
.serviceSec .content .btn__block {
  text-align: right;
}
.serviceSec .content .btn__block--section {
  position: relative;
  text-align: center;
}
@media screen and (min-width:768px) {
  .serviceSec .content .btn__block--section {
    position: absolute;
    top: min(8.3333333333vw, 160px);
    right: min(3.125vw, 60px);
  }
}
.serviceSec .content .swiper__block {
  width: 100vw;
  margin: 45px calc(50% - 50vw) 0;
}
@media screen and (min-width:768px) {
  .serviceSec .content .swiper__block {
    margin: 0 calc(50% - 50vw) 0 0;
  }
}
.serviceSec .content .swiper__block .swiper-scrollbar {
  display: block;
  left: auto;
  right: 0;
  bottom: 45px;
  transform: translate(-50%, 0);
  width: 60px;
  background: #CDCDCD;
  height: 2px;
}
@media screen and (min-width:768px) {
  .serviceSec .content .swiper__block .swiper-scrollbar {
    display: none;
  }
}
.serviceSec .content .swiper__block .swiper-scrollbar .swiper-scrollbar-drag {
  background: #1B7FF5;
}
.serviceSec .content .swiper--serviceSec {
  padding-bottom: 70px;
}
@media screen and (min-width:768px) {
  .serviceSec .content .swiper--serviceSec {
    padding-bottom: 0;
  }
}
@media screen and (min-width:768px) {
  .serviceSec .content .swiper--serviceSec .swiper-wrapper {
    display: flex;
    gap: min(1.0416666667vw, 20px);
    padding-bottom: 0;
  }
}
.serviceSec .content .swiper--serviceSec .swiper-slide {
  max-width: 520px;
}
@media screen and (min-width:768px) {
  .serviceSec .content .swiper--serviceSec .swiper-slide {
    max-width: min(27.0833333333vw, 520px);
  }
}
.serviceSec .content .swiper--serviceSec .swiper-slide img {
  aspect-ratio: 295/183;
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  .serviceSec .content .swiper--serviceSec .swiper-slide img {
    aspect-ratio: 520/329;
  }
}
.serviceSec .content .swiper--serviceSec .swiper-slide .card__ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  margin: 26px 0 5px;
}
@media screen and (min-width:768px) {
  .serviceSec .content .swiper--serviceSec .swiper-slide .card__ttl {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    font-size: min(1.4583333333vw, 28px);
    line-height: 1.5;
    width: 100%;
    margin: min(1.6666666667vw, 32px) 0 min(1.3020833333vw, 25px);
  }
}
.serviceSec .content .swiper--serviceSec .swiper-slide .card__ttl .number {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .serviceSec .content .swiper--serviceSec .swiper-slide .card__txt {
    margin-bottom: 27px;
  }
}

.caseSec {
  overflow: hidden;
  margin: 30px 0 28px;
  padding-bottom: 20px;
}
@media screen and (min-width:768px) {
  .caseSec {
    margin: min(5.7291666667vw, 110px) 0 min(6.25vw, 120px);
    padding-bottom: min(1.0416666667vw, 20px);
  }
}
.caseSec .bgArea {
  background: linear-gradient(to bottom, #fff 0%, #fff 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(to right, #E8F0FE, #C9DDFF);
  margin-right: 0;
  border-radius: 0;
}
@media screen and (min-width:768px) {
  .caseSec .bgArea {
    margin-right: min(3.125vw, 60px);
    border-radius: 0 min(2.6041666667vw, 50px) min(2.6041666667vw, 50px) 0;
    background: linear-gradient(to right, #E8F0FE, #C9DDFF);
  }
}
.caseSec .inner-m {
  padding-top: 0;
  padding-bottom: 70px;
}
@media screen and (min-width:768px) {
  .caseSec .inner-m {
    max-width: min(86.3020833333vw, 1657px);
    padding-top: min(7.03125vw, 135px);
    padding-bottom: min(6.7708333333vw, 130px);
  }
}
.caseSec .content {
  position: relative;
}
.caseSec .content .sectionTitle {
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .caseSec .content .sectionTitle {
    padding-left: min(3.125vw, 60px);
    margin-bottom: min(0.9375vw, 18px);
  }
}
.caseSec .content .sectionDescription {
  line-height: 1.75;
}
@media screen and (min-width:768px) {
  .caseSec .content .sectionDescription {
    line-height: 1.777;
    padding-left: min(3.125vw, 60px);
  }
}
@media screen and (min-width:768px) {
  .caseSec .content .card__block {
    margin-top: min(3.3854166667vw, 65px);
  }
}
.caseSec .content .card--case {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 31px 0 47px;
  padding: 5px;
  background: transparent;
  border: none;
}
@media screen and (min-width:768px) {
  .caseSec .content .card--case {
    flex-direction: row;
    gap: min(2.0833333333vw, 40px);
    margin: 0;
    padding: min(0.5208333333vw, 10px);
  }
}
.caseSec .content .card--case .card__item {
  max-width: 528px;
}
@media screen and (min-width:768px) {
  .caseSec .content .card--case .card__item {
    max-width: min(27.5vw, 528px);
    height: 100%;
  }
}
.caseSec .content .card__item {
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px;
}
@media screen and (min-width:768px) {
  .caseSec .content .card__item {
    padding: min(2.0833333333vw, 40px);
  }
}
.caseSec .content .card__img {
  overflow: hidden;
  border-radius: 10px;
  height: auto;
  margin-bottom: 21px;
}
@media screen and (min-width:768px) {
  .caseSec .content .card__img {
    max-width: min(23.4375vw, 450px);
    height: min(13.3333333333vw, 256px);
    margin-bottom: min(1.5625vw, 30px);
    border-radius: min(0.5208333333vw, 10px);
  }
}
.caseSec .content .card__img img {
  aspect-ratio: 255/163;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .caseSec .content .card__img img {
    height: 100%;
    aspect-ratio: 450/256;
  }
}
.caseSec .content .card__ttl {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .caseSec .content .card__ttl {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    -webkit-line-clamp: 3;
    margin-bottom: min(1.0416666667vw, 20px);
  }
}
.caseSec .content .card__txt {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .caseSec .content .card__txt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    -webkit-line-clamp: 3;
    margin-bottom: min(2.0833333333vw, 40px);
  }
}
.caseSec .content .category__block {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .caseSec .content .category__block {
    margin-bottom: min(1.5625vw, 30px);
  }
}
.caseSec .content .btn__block {
  text-align: right;
}
.caseSec .content .btn__block .btnOnly {
  margin: 0 0 0 auto;
}
.caseSec .content .btn__block--section {
  position: relative;
}
@media screen and (min-width:768px) {
  .caseSec .content .btn__block--section {
    position: absolute;
    top: min(7.8125vw, 150px);
    right: 0;
  }
}
.caseSec .content .btn__block--section a {
  background: #003674;
}

.workshopSec {
  margin: 48px 0 73px;
}
@media screen and (min-width:768px) {
  .workshopSec {
    margin: min(7.2916666667vw, 140px) 0 min(6.7708333333vw, 130px);
  }
}
.workshopSec .content {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .workshopSec .content {
    flex-direction: row;
    gap: min(15.625vw, 300px);
  }
}
@media screen and (max-width:767px) {
  .workshopSec .content .sectionTitle {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:767px) {
  .workshopSec .content .sectionDescription {
    line-height: 1.75;
  }
}
.workshopSec .content .card--workshop {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 40px 0 57px;
  padding: 5px;
  background: transparent;
  border: none;
}
@media screen and (min-width:768px) {
  .workshopSec .content .card--workshop {
    gap: min(1.6666666667vw, 32px);
    margin: 0;
    padding: min(0.5208333333vw, 10px);
  }
}
.workshopSec .content .card--workshop .card__item {
  max-width: 750px;
}
.workshopSec .content .card__item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .workshopSec .content .card__item {
    flex-direction: row;
    border-radius: min(0.5208333333vw, 10px);
  }
}
.workshopSec .content .wrap {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 22px 20px 15px;
}
@media screen and (min-width:768px) {
  .workshopSec .content .wrap {
    gap: 0;
    padding: min(1.9791666667vw, 38px) min(1.9791666667vw, 38px) min(1.9791666667vw, 38px) min(2.2395833333vw, 43px);
  }
}
.workshopSec .content .card__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media screen and (min-width:768px) {
  .workshopSec .content .card__img {
    max-width: min(13.4375vw, 258px);
    max-height: min(11.6666666667vw, 224px);
  }
}
.workshopSec .content .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: min(11.3541666667vw, 218px);
}
@media screen and (max-width:767px) {
  .workshopSec .content .card__img img {
    aspect-ratio: 295/150;
  }
}
.workshopSec .content .card__ttl {
  font-size: 14px;
  font-weight: 700;
  color: #1B7FF5;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .workshopSec .content .card__ttl {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: min(0.4166666667vw, 8px);
  }
}
.workshopSec .content .card__txt {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  flex: 1;
}
@media screen and (min-width:768px) {
  .workshopSec .content .card__txt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.workshopSec .content .btn__block .btnOnly {
  margin: 0 0 0 auto;
}
.workshopSec .content .btn__block--section {
  position: relative;
}
@media screen and (min-width:768px) {
  .workshopSec .content .btn__block--section {
    position: absolute;
    top: min(19.53125vw, 375px);
    left: 0;
  }
}

.wrapper--case {
  padding-left: 0;
}
@media screen and (min-width:768px) {
  .wrapper--case {
    padding-left: min(3.125vw, 60px);
  }
}
@media screen and (max-width:767px) {
  .wrapper--case .inner {
    width: 88%;
  }
}
.wrapper--case .header__block {
  margin-top: 7px;
}
@media screen and (min-width:768px) {
  .wrapper--case .header__block {
    padding: 0 min(8.125vw, 156px) min(0.0520833333vw, 1px);
    margin-top: max(-0.8333333333vw, -16px);
  }
}
.wrapper--case .header__block .title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 20px;
}
@media screen and (min-width:768px) {
  .wrapper--case .header__block .title {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    padding-left: min(2.0833333333vw, 40px);
  }
}
.wrapper--case .header__block .title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 32px;
  background: #1B7FF5;
}
@media screen and (min-width:768px) {
  .wrapper--case .header__block .title::before {
    width: min(0.4166666667vw, 8px);
    height: 100%;
  }
}
.wrapper--case .header__block .mata {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
  margin: 13px 0 40px;
  padding-left: 20px;
}
@media screen and (min-width:768px) {
  .wrapper--case .header__block .mata {
    flex-direction: row;
    gap: 0;
    margin: min(2.6041666667vw, 50px) 0 min(2.8645833333vw, 55px);
    padding-left: 0;
  }
}
.wrapper--case .header__block .mata .date {
  font-size: 12px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .wrapper--case .header__block .mata .date {
    font-size: min(0.7291666667vw, 14px);
    line-height: 1.92;
  }
}
.wrapper--case .content {
  position: relative;
  padding: 38px 0 0;
  border-bottom: 1px solid #323232;
}
@media screen and (min-width:768px) {
  .wrapper--case .content {
    padding: min(4.1666666667vw, 80px) 0 0;
  }
}
.wrapper--case .content .first__area {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  margin: auto auto 32px;
}
@media screen and (min-width:768px) {
  .wrapper--case .content .first__area {
    flex-direction: row;
    gap: min(6.3541666667vw, 122px);
    width: min(77.0833333333vw, 1480px);
    margin-bottom: min(4.1666666667vw, 80px);
  }
}
.wrapper--case .content .first__area .img__block {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .wrapper--case .content .first__area .img__block {
    max-width: min(35.2083333333vw, 676px);
    width: 100%;
  }
}
.wrapper--case .content .first__area .img__block img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 327/184;
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  .wrapper--case .content .first__area .img__block img {
    aspect-ratio: 676/456;
    border-radius: min(0.5208333333vw, 10px);
  }
}
.wrapper--case .content .second__area {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .wrapper--case .content .second__area {
    flex-direction: row;
    width: min(77.0833333333vw, 1480px);
  }
}
.wrapper--case .content .title {
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 2.5;
  letter-spacing: 0em;
  background: #E8F0FE;
  padding-left: 22px;
  margin-bottom: 22px;
  border-left: 4px solid #323232;
}
@media screen and (min-width:768px) {
  .wrapper--case .content .title {
    font-size: min(1.1458333333vw, 22px);
    line-height: 2.27;
    padding-left: min(2.2916666667vw, 44px);
    margin-bottom: min(1.7708333333vw, 34px);
    border-left: min(0.2083333333vw, 4px) solid #323232;
  }
}
@media screen and (min-width:768px) {
  .wrapper--case .content .title--gallery {
    margin-bottom: min(2.0833333333vw, 40px);
  }
}
.wrapper--case .content .text {
  font-size: 14px;
  font-weight: 400;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .wrapper--case .content .text {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: min(4.0104166667vw, 77px);
  }
}
.wrapper--case .content .text--summary {
  line-height: 1.5;
  margin-bottom: 68px;
}
@media screen and (min-width:768px) {
  .wrapper--case .content .text--summary {
    line-height: 2;
    margin-bottom: min(2.34375vw, 45px);
  }
}
.wrapper--case .content .text--background {
  margin-bottom: 0;
}
.wrapper--case .content .text--gallery {
  margin-bottom: 0;
}
.wrapper--case .content .text--voice {
  margin-bottom: 70px;
}
@media screen and (min-width:768px) {
  .wrapper--case .content .text--voice {
    margin-bottom: min(5.46875vw, 105px);
  }
}
.wrapper--case .content .gallery__block ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .wrapper--case .content .gallery__block ul {
    grid-template-columns: repeat(3, 1fr);
    gap: min(2.7604166667vw, 53px) min(1.6666666667vw, 32px);
    margin-bottom: min(5.2083333333vw, 100px);
  }
}
.wrapper--case .content .gallery__block .galleryImg {
  margin-bottom: 18px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .wrapper--case .content .gallery__block .galleryImg {
    margin-bottom: min(1.0416666667vw, 20px);
  }
}
.wrapper--case .content .gallery__block .galleryImg img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 327/183;
}
@media screen and (min-width:768px) {
  .wrapper--case .content .gallery__block .galleryImg img {
    aspect-ratio: 472/329;
  }
}
.wrapper--case .content .movie__block {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (min-width:768px) {
  .wrapper--case .content .movie__block {
    margin-bottom: min(5.2083333333vw, 100px);
  }
}
.wrapper--case .content .movie__block iframe {
  width: 100%;
  aspect-ratio: 640/360;
}
@media screen and (min-width:768px) {
  .wrapper--case .content .movie__block iframe {
    width: min(47.0833333333vw, 904px);
  }
}
.wrapper--case .post-navigation {
  padding: 45px 0 40px;
}
@media screen and (min-width:768px) {
  .wrapper--case .post-navigation {
    padding: min(4.9479166667vw, 95px) 0 min(4.4270833333vw, 85px);
  }
}
.wrapper--case .post-navigation .pagination {
  display: flex;
  justify-content: center;
}
.wrapper--case .post-navigation .pagination li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.38;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .wrapper--case .post-navigation .pagination li a {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.38;
    gap: min(1.5625vw, 30px);
  }
}
.wrapper--case .post-navigation .pagination li.prev a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../assets/img/common/prev-black.svg) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .wrapper--case .post-navigation .pagination li.prev a::before {
    width: min(2.1875vw, 42px);
    height: min(2.1875vw, 42px);
  }
}
.wrapper--case .post-navigation .pagination li.prev a::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  margin: 0 12px;
  background: #323232;
}
@media screen and (min-width:768px) {
  .wrapper--case .post-navigation .pagination li.prev a::after {
    height: min(1.0416666667vw, 20px);
    margin: 0 min(2.0833333333vw, 40px);
  }
}
.wrapper--case .post-navigation .pagination li.next a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../assets/img/common/next-black.svg) no-repeat center center/contain;
  transform: rotate(180deg);
}
@media screen and (min-width:768px) {
  .wrapper--case .post-navigation .pagination li.next a::after {
    width: min(2.1875vw, 42px);
    height: min(2.1875vw, 42px);
  }
}

.caseListSec {
  background: #E8F0FE;
  padding: 45px 0 45px;
}
@media screen and (min-width:768px) {
  .caseListSec {
    padding: min(4.6875vw, 90px) 0 min(4.1666666667vw, 80px);
  }
}
.caseListSec .title--list {
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 22px;
  margin-bottom: 30px;
  border-left: 4px solid #323232;
}
@media screen and (min-width:768px) {
  .caseListSec .title--list {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    padding: min(0.625vw, 12px) 0 min(0.625vw, 12px) min(2.2916666667vw, 44px);
    margin-bottom: min(2.0833333333vw, 40px);
    border-left: min(0.4166666667vw, 8px) solid #323232;
  }
}
.caseListSec .category__block {
  display: flex;
  align-items: baseline;
}

@media screen and (min-width:768px) {
  .categorySelectSec--info .inner {
    max-width: min(83.3333333333vw, 1600px);
  }
}
.categorySelectSec--info .content {
  position: relative;
}
.categorySelectSec--info .content .categorySelectTitle {
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 21px;
}
@media screen and (min-width:768px) {
  .categorySelectSec--info .content .categorySelectTitle {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    margin-bottom: min(1.5625vw, 30px);
  }
}
.categorySelectSec--info .content .categoryDescription {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .categorySelectSec--info .content .categoryDescription {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.categorySelectSec--info .content .categorySelect {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13px;
  font-size: 12px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0em;
  background: #E8F0FE;
  padding: 40px 20px;
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .categorySelectSec--info .content .categorySelect {
    flex-direction: row;
    gap: min(3.6458333333vw, 70px);
    font-size: min(1.25vw, 24px);
    line-height: 1.33;
    padding: min(1.875vw, 36px) min(1.0416666667vw, 20px) min(2.0833333333vw, 40px) min(5.2083333333vw, 100px);
    margin-top: min(2.6041666667vw, 50px);
  }
}
.categorySelectSec--info .content .categorySelect > div {
  white-space: nowrap;
}
.categorySelectSec--info .content .categorySelect .category__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
}
@media screen and (min-width:768px) {
  .categorySelectSec--info .content .categorySelect .category__items {
    gap: min(0.8333333333vw, 16px);
  }
}
.categorySelectSec--info .content .categorySelect .category__items a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #323232;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  border: 1px solid #707070;
  border-radius: 22px;
  background: #fff;
  padding: 2px 20px;
  transition: 0.3s;
}
@media screen and (min-width:768px) {
  .categorySelectSec--info .content .categorySelect .category__items a {
    font-size: min(0.7291666667vw, 14px);
    line-height: 1.5;
    padding: min(0.3125vw, 6px) min(1.5625vw, 30px);
  }
}
.categorySelectSec--info .content .categorySelect .category__items a.current {
  background: #C9DDFF;
  border: 1px solid #1B7FF5;
}
.categorySelectSec--info .content .categorySelect .category__items a:hover {
  background: #C9DDFF;
  border: 1px solid #1B7FF5;
}

.infoListSec .inner {
  width: 87.2%;
  margin: 56px auto 60px;
  padding: 0;
}
@media screen and (min-width:768px) {
  .infoListSec .inner {
    width: min(88.3333333333vw, 1696px);
    margin: min(4.1666666667vw, 80px) auto min(4.1666666667vw, 80px);
  }
}
.infoListSec .infoList {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (min-width:768px) {
  .infoListSec .infoList {
    gap: min(2.9166666667vw, 56px);
  }
}
.infoListSec .infoList li {
  max-width: 528px;
  width: 100%;
  padding: 20px 20px 24px;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff 0, #FCFDFF 85%, #EFF6FF 100%);
}
@media screen and (min-width:768px) {
  .infoListSec .infoList li {
    max-width: none;
    width: min(27.5vw, 528px);
    padding: min(2.0833333333vw, 40px);
    border-radius: min(0.5208333333vw, 10px);
  }
}
.infoListSec .infoList .card__img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .infoListSec .infoList .card__img {
    border-radius: min(0.5208333333vw, 10px);
  }
}
.infoListSec .infoList .card__img img {
  aspect-ratio: 287/167;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .infoListSec .infoList .card__img img {
    aspect-ratio: 450/320;
  }
}
.infoListSec .infoList .date {
  font-size: 12px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 12px 0 10px;
}
@media screen and (min-width:768px) {
  .infoListSec .infoList .date {
    font-size: min(0.7291666667vw, 14px);
    line-height: 1.5;
    margin: min(1.5625vw, 30px) 0 min(1.0416666667vw, 20px);
  }
}
.infoListSec .infoList .card__ttl {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .infoListSec .infoList .card__ttl {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin: 0 0 min(1.0416666667vw, 20px);
  }
}
.infoListSec .infoList .card__txt {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 0 0 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .infoListSec .infoList .card__txt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin: 0 0 min(2.0833333333vw, 40px);
    -webkit-line-clamp: 3;
  }
}
.infoListSec .infoList .btn__block .btnOnly {
  margin: 0 0 0 auto;
}

.bg-wrap--service {
  position: relative;
  background: linear-gradient(to bottom, #0060B4, #003674);
}
.bg-wrap--service::before {
  content: "";
  display: block;
  position: absolute;
  top: 64px;
  right: 0;
  background: url(../../assets/img/service/service-fv-bg-sp.png) no-repeat center center/cover;
  width: 375px;
  height: 435px;
}
@media screen and (min-width:768px) {
  .bg-wrap--service::before {
    top: 0;
    background-image: url(../../assets/img/service/service-fv-bg-pc.png);
    width: 100%;
    height: 100%;
  }
}

.firstContentSec--service {
  position: relative;
}
.firstContentSec--service::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 175px;
  background: url(../../assets/img/service/firstContent-bg-sp.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .firstContentSec--service::before {
    width: min(70.8333333333vw, 1360px);
    height: min(33.3333333333vw, 640px);
    background-image: url(../../assets/img/service/firstContent-bg-pc.png);
  }
}
.firstContentSec--service .inner {
  padding: 15px 0 80px;
}
@media screen and (min-width:768px) {
  .firstContentSec--service .inner {
    padding: min(0.5208333333vw, 10px) 0 min(6.5104166667vw, 125px);
  }
}
.firstContentSec--service .content {
  position: relative;
}
.firstContentSec--service .content .text__block {
  width: 100%;
}
@media screen and (min-width:768px) {
  .firstContentSec--service .content .text__block {
    width: min(31.25vw, 600px);
  }
}
.firstContentSec--service .content .sectionDescription {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 15px;
}
@media screen and (min-width:768px) {
  .firstContentSec--service .content .sectionDescription {
    font-size: min(1.0416666667vw, 20px);
    line-height: 2;
    margin-top: 0;
  }
}
.firstContentSec--service .content .menuList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 63px;
  margin: 31px 0 0;
}
@media screen and (min-width:768px) {
  .firstContentSec--service .content .menuList {
    grid-template-columns: repeat(2, 1fr);
    gap: min(5.2083333333vw, 100px) min(4.1666666667vw, 80px);
    margin: min(5.7291666667vw, 110px) 0 0;
  }
}
.firstContentSec--service .content .card__img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.firstContentSec--service .content .card__img .band {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 100%;
  padding: 15px 0 10px;
  transform: translate(0, -50%);
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width:768px) {
  .firstContentSec--service .content .card__img .band {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.125;
    padding: min(1.8229166667vw, 35px) 0 min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width:767px) {
  .firstContentSec--service .content .card__img--sp {
    margin-bottom: 32px;
  }
}
.firstContentSec--service .content .card__ttl {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 20px 0 30px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .firstContentSec--service .content .card__ttl {
    font-size: min(0.9375vw, 18px);
    line-height: 1.5;
    margin: min(1.5625vw, 30px) 0 min(1.3020833333vw, 25px);
    width: min(27.1875vw, 522px);
  }
}
.firstContentSec--service .content .flex {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width:768px) {
  .firstContentSec--service .content .flex {
    grid-template-columns: 1fr min(13.1770833333vw, 253px);
    gap: min(2.03125vw, 39px);
    height: min(11.6145833333vw, 223px);
  }
}
.firstContentSec--service .content .flex .text__block {
  width: 100%;
}
.firstContentSec--service .content .card__ttl02 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .firstContentSec--service .content .card__ttl02 {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    padding-left: min(2.0833333333vw, 40px);
    border-left: min(0.4166666667vw, 8px) solid #fff;
  }
}
.firstContentSec--service .content .card__ttl02::before {
  display: none;
}
@media screen and (max-width:767px) {
  .firstContentSec--service .content .card__ttl02::before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
  }
}
.firstContentSec--service .content .card__txt {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 9px 0 20px;
}
@media screen and (min-width:768px) {
  .firstContentSec--service .content .card__txt {
    font-size: min(0.9375vw, 18px);
    line-height: 1.5;
    margin: min(1.0416666667vw, 20px) 0 min(1.5625vw, 30px);
  }
}
.firstContentSec--service .content .btn__block {
  text-align: center;
}
@media screen and (min-width:768px) {
  .firstContentSec--service .content .btn__block {
    text-align: left;
  }
}

.secondContentSec--service.bg-blue,
.tirdContentSec--service.bg-blue {
  background: #E8F0FE;
}
.secondContentSec--service .inner,
.tirdContentSec--service .inner {
  padding: 88px 0 80px;
}
@media screen and (min-width:768px) {
  .secondContentSec--service .inner,
  .tirdContentSec--service .inner {
    padding: min(7.1875vw, 138px) 0 min(6.5104166667vw, 125px);
  }
}
.secondContentSec--service .content,
.tirdContentSec--service .content {
  position: relative;
}
.secondContentSec--service .content .color-blue,
.tirdContentSec--service .content .color-blue {
  color: #1B7FF5;
}
.secondContentSec--service .content .color-blue span,
.tirdContentSec--service .content .color-blue span {
  color: #1B7FF5;
}
.secondContentSec--service .content .text__block,
.tirdContentSec--service .content .text__block {
  margin-bottom: 35px;
}
@media screen and (min-width:768px) {
  .secondContentSec--service .content .text__block,
  .tirdContentSec--service .content .text__block {
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.secondContentSec--service .content .text__block .sectionDescription,
.tirdContentSec--service .content .text__block .sectionDescription {
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  margin-top: 15px;
}
@media screen and (min-width:768px) {
  .secondContentSec--service .content .text__block .sectionDescription,
  .tirdContentSec--service .content .text__block .sectionDescription {
    font-size: min(1.0416666667vw, 20px);
    line-height: 2;
    margin-top: 0;
  }
}
.secondContentSec--service .content .menuList,
.tirdContentSec--service .content .menuList {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 45px;
  padding: 0 16px;
}
@media screen and (min-width:768px) {
  .secondContentSec--service .content .menuList,
  .tirdContentSec--service .content .menuList {
    grid-template-columns: repeat(2, 1fr);
    gap: min(11.4583333333vw, 220px);
    padding: 0;
  }
}
.secondContentSec--service .content .menuList::before,
.tirdContentSec--service .content .menuList::before {
  display: none;
}
@media screen and (min-width:768px) {
  .secondContentSec--service .content .menuList::before,
  .tirdContentSec--service .content .menuList::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #323232;
    height: 100%;
    width: min(0.1041666667vw, 2px);
  }
}
.secondContentSec--service .content .menuList li,
.tirdContentSec--service .content .menuList li {
  display: flex;
  flex-direction: column;
}
.secondContentSec--service .content .menuList li:last-child,
.tirdContentSec--service .content .menuList li:last-child {
  margin-left: 0;
}
@media screen and (min-width:768px) {
  .secondContentSec--service .content .menuList li:last-child,
  .tirdContentSec--service .content .menuList li:last-child {
    margin-left: max(-1.5625vw, -30px);
  }
}
.secondContentSec--service .content .menuList .card__ttl,
.tirdContentSec--service .content .menuList .card__ttl {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 12px;
}
@media screen and (min-width:768px) {
  .secondContentSec--service .content .menuList .card__ttl,
  .tirdContentSec--service .content .menuList .card__ttl {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    gap: min(1.5625vw, 30px);
    flex: 1;
    margin-bottom: min(0.7291666667vw, 14px);
  }
}
.secondContentSec--service .content .menuList .card__ttl::before,
.tirdContentSec--service .content .menuList .card__ttl::before {
  content: "";
  display: inline-block;
}
.secondContentSec--service .content .menuList .card__ttl.ttl01::before,
.tirdContentSec--service .content .menuList .card__ttl.ttl01::before {
  width: 42px;
  height: 42px;
  background: url(../../assets/img/service/menu-icon01.svg) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .secondContentSec--service .content .menuList .card__ttl.ttl01::before,
  .tirdContentSec--service .content .menuList .card__ttl.ttl01::before {
    width: min(3.2291666667vw, 62px);
    height: min(3.2291666667vw, 62px);
  }
}
.secondContentSec--service .content .menuList .card__ttl.ttl02::before,
.tirdContentSec--service .content .menuList .card__ttl.ttl02::before {
  width: 31px;
  height: 53px;
  background: url(../../assets/img/service/menu-icon02.svg) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .secondContentSec--service .content .menuList .card__ttl.ttl02::before,
  .tirdContentSec--service .content .menuList .card__ttl.ttl02::before {
    width: min(2.6041666667vw, 50px);
    height: min(4.4791666667vw, 86px);
  }
}
.secondContentSec--service .content .menuList .card__ttl.ttl03::before,
.tirdContentSec--service .content .menuList .card__ttl.ttl03::before {
  width: 37px;
  height: 40px;
  background: url(../../assets/img/service/menu-icon03.svg) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .secondContentSec--service .content .menuList .card__ttl.ttl03::before,
  .tirdContentSec--service .content .menuList .card__ttl.ttl03::before {
    width: min(3.0729166667vw, 59px);
    height: min(3.2291666667vw, 62px);
  }
}
.secondContentSec--service .content .menuList .card__ttl.ttl04::before,
.tirdContentSec--service .content .menuList .card__ttl.ttl04::before {
  width: 41px;
  height: 36px;
  background: url(../../assets/img/service/menu-icon04.svg) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .secondContentSec--service .content .menuList .card__ttl.ttl04::before,
  .tirdContentSec--service .content .menuList .card__ttl.ttl04::before {
    width: min(3.8020833333vw, 73px);
    height: min(3.3333333333vw, 64px);
  }
}
.secondContentSec--service .content .menuList .card__txt,
.tirdContentSec--service .content .menuList .card__txt {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 0 0 28px;
}
@media screen and (min-width:768px) {
  .secondContentSec--service .content .menuList .card__txt,
  .tirdContentSec--service .content .menuList .card__txt {
    font-size: min(0.9375vw, 18px);
    line-height: 1.5;
    margin: 0 0 min(1.7708333333vw, 34px);
  }
}

.secondContentSec--service {
  position: relative;
}
.secondContentSec--service::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../assets/img/service/bg-top-sp.png) no-repeat center center/cover;
  width: 276px;
  height: 197px;
}
@media screen and (min-width:768px) {
  .secondContentSec--service::before {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    background: url(../../assets/img/service/bg-top-pc.png) no-repeat center center/cover;
    width: min(44.7916666667vw, 860px);
    height: min(33.0729166667vw, 635px);
  }
}

.fourContentSec--service {
  position: relative;
}
.fourContentSec--service::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../../assets/img/service/bg-bottom-sp.png) no-repeat center center/cover;
  bottom: 0;
  right: 0;
  max-width: 341px;
  width: 100%;
  height: 252px;
}
@media screen and (min-width:768px) {
  .fourContentSec--service::before {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    background: url(../../assets/img/service/bg-bottom-pc.png) no-repeat center center/cover;
    width: min(28.6458333333vw, 550px);
    height: min(21.875vw, 420px);
  }
}
.fourContentSec--service .inner {
  padding: 80px 0;
}
@media screen and (min-width:768px) {
  .fourContentSec--service .inner {
    padding: min(6.6145833333vw, 127px) 0 min(6.7708333333vw, 130px);
  }
}
.fourContentSec--service .content {
  position: relative;
  display: block;
}
@media screen and (min-width:768px) {
  .fourContentSec--service .content {
    display: grid;
    grid-template-columns: 1fr min(36.4583333333vw, 700px);
    gap: min(6.25vw, 120px);
  }
}
.fourContentSec--service .content .color-blue {
  color: #1B7FF5;
}
.fourContentSec--service .content .color-blue span {
  color: #1B7FF5;
}
.fourContentSec--service .content .text__block .flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width:768px) {
  .fourContentSec--service .content .text__block .flex {
    gap: min(1.5625vw, 30px);
  }
}
.fourContentSec--service .content .text__block .flex::after {
  content: "";
  display: block;
  background: url(../../assets/img/service/menu-icon05.svg) no-repeat center center/contain;
  width: 67px;
  height: 59px;
}
@media screen and (min-width:768px) {
  .fourContentSec--service .content .text__block .flex::after {
    width: min(4.0104166667vw, 77px);
    height: min(3.0729166667vw, 59px);
  }
}
.fourContentSec--service .content .text__block .sectionDescription {
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 25px;
}
@media screen and (min-width:768px) {
  .fourContentSec--service .content .text__block .sectionDescription {
    font-size: min(1.0416666667vw, 20px);
    line-height: 2;
    margin-bottom: min(1.3541666667vw, 26px);
  }
}
.fourContentSec--service .content .card__img {
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .fourContentSec--service .content .card__img {
    border-radius: min(0.5208333333vw, 10px);
    height: min(20.15625vw, 387px);
  }
}
.fourContentSec--service .content .card__img img {
  aspect-ratio: 327/155;
}
@media screen and (min-width:768px) {
  .fourContentSec--service .content .card__img img {
    aspect-ratio: 700/387;
  }
}
.fourContentSec--service .content .card__img--sp {
  margin: 21px 0 14px;
}
.fourContentSec--service .content .btn__block {
  text-align: center;
}
@media screen and (min-width:768px) {
  .fourContentSec--service .content .btn__block {
    text-align: left;
  }
}

.productCategorySelectSec {
  position: relative;
}
.productCategorySelectSec::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 87.2%;
  background: #707070;
  transform: translate(-50%, 0);
}
@media screen and (min-width:768px) {
  .productCategorySelectSec::before {
    width: 89.6%;
  }
}
.productCategorySelectSec .inner-ss {
  padding-top: 5px;
  padding-bottom: 73px;
}
@media screen and (min-width:768px) {
  .productCategorySelectSec .inner-ss {
    padding-bottom: min(4.1666666667vw, 80px);
    width: min(62.5vw, 1200px);
  }
}
.productCategorySelectSec .categorySelectTitle {
  font-size: 24px;
  font-weight: 500;
  color: #323232;
  text-align: center;
  line-height: 1.666;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .productCategorySelectSec .categorySelectTitle {
    font-size: min(2.5vw, 48px);
    line-height: 1.5;
    margin-bottom: min(1.9791666667vw, 38px);
  }
}
.productCategorySelectSec .categoryDescription {
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 2;
  letter-spacing: -0.04em;
}
@media screen and (min-width:768px) {
  .productCategorySelectSec .categoryDescription {
    font-size: min(1.0416666667vw, 20px);
    line-height: 2;
    letter-spacing: 0em;
    text-align: center;
  }
}
.productCategorySelectSec .category__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 21px;
  margin: 50px 0 0;
}
@media screen and (min-width:768px) {
  .productCategorySelectSec .category__items {
    gap: min(2.0833333333vw, 40px);
    margin: min(3.28125vw, 63px) 0 0;
  }
}
.productCategorySelectSec .category__items a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  text-align: center;
  line-height: 1.6875;
  letter-spacing: 0em;
  width: 208px;
  border: 2px solid #1B7FF5;
  border-radius: 50px;
  background: #fff;
  padding: 16px 0;
  transition: 0.3s;
}
@media screen and (min-width:768px) {
  .productCategorySelectSec .category__items a {
    font-size: min(0.9375vw, 18px);
    line-height: 1.5;
    border-radius: min(2.6041666667vw, 50px);
    border: min(0.1041666667vw, 2px) solid #1B7FF5;
    width: min(10.8333333333vw, 208px);
    padding: min(1.25vw, 24px) min(0.5208333333vw, 10px);
  }
}
.productCategorySelectSec .category__items a:hover {
  background: #1B7FF5;
  color: #fff;
}

@media screen and (min-width:768px) {
  .productItemSec .inner-ss {
    width: min(62.5vw, 1200px);
  }
}
.productItemSec .content {
  padding: 72px 0 72px;
}
@media screen and (min-width:768px) {
  .productItemSec .content {
    padding: min(8.8541666667vw, 170px) 0 min(8.8541666667vw, 170px);
  }
}
.productItemSec .product__block {
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width:768px) {
  .productItemSec .product__block {
    padding-bottom: min(6.25vw, 120px);
    margin-bottom: min(6.25vw, 120px);
  }
}
.productItemSec .product__block:last-child {
  margin-bottom: 0;
}
.productItemSec .productItemTitle {
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 12px;
  border-left: 4px solid #1B7FF5;
}
@media screen and (min-width:768px) {
  .productItemSec .productItemTitle {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    border-left: min(0.4166666667vw, 8px) solid #1B7FF5;
    padding-left: min(2.0833333333vw, 40px);
  }
}
.productItemSec .productItemList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin: 24px 0 0;
}
@media screen and (min-width:768px) {
  .productItemSec .productItemList {
    grid-template-columns: repeat(2, 1fr);
    gap: min(2.0833333333vw, 40px);
    margin: min(2.6041666667vw, 50px) 0 0;
  }
}
.productItemSec .productItemList li {
  display: flex;
  flex-direction: column;
  padding: 40px 32px;
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  .productItemSec .productItemList li {
    padding: min(2.9166666667vw, 56px) min(2.9166666667vw, 56px);
    border-radius: min(0.5208333333vw, 10px);
  }
}
.productItemSec .productItemList li .card__img {
  width: 100%;
  height: 175px;
}
@media screen and (min-width:768px) {
  .productItemSec .productItemList li .card__img {
    height: min(15.625vw, 300px);
  }
}
.productItemSec .productItemList li .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productItemSec .productItemList li .card__ttl {
  font-size: 20px;
  font-weight: 500;
  color: #1B7FF5;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
@media screen and (min-width:768px) {
  .productItemSec .productItemList li .card__ttl {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.25;
    margin-bottom: min(0.625vw, 12px);
  }
}
.productItemSec .productItemList li .card__txt {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  flex: 1;
}
@media screen and (min-width:768px) {
  .productItemSec .productItemList li .card__txt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.productItemSec .productItemList li .btn__block {
  text-align: center;
  margin-top: 27px;
}
@media screen and (min-width:768px) {
  .productItemSec .productItemList li .btn__block {
    margin-top: min(2.0833333333vw, 40px);
  }
}
.productItemSec .noproduct {
  margin: 100px 0;
}
@media screen and (min-width:768px) {
  .productItemSec .noproduct {
    margin: min(5.2083333333vw, 100px) 0;
  }
}

.otherServiceSec {
  background: #E8F0FE;
  padding: 50px 0 50px;
}
@media screen and (min-width:768px) {
  .otherServiceSec {
    padding: min(6.25vw, 120px) 0 min(6.25vw, 120px);
  }
}
.otherServiceSec .inner-ss {
  width: 72%;
}
@media screen and (min-width:768px) {
  .otherServiceSec .inner-ss {
    width: min(62.5vw, 1200px);
  }
}
.otherServiceSec .otherServiceTitle {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 37px;
}
@media screen and (min-width:768px) {
  .otherServiceSec .otherServiceTitle {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    margin-bottom: min(2.96875vw, 57px);
    padding-bottom: min(0.78125vw, 15px);
  }
}
.otherServiceSec .otherServiceTitle::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 220px;
  height: 2px;
  background: #1B7FF5;
}
@media screen and (min-width:768px) {
  .otherServiceSec .otherServiceTitle::before {
    height: min(0.2083333333vw, 4px);
    width: min(25vw, 480px);
  }
}
.otherServiceSec .otherServiceMenu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 36px 30px;
  background: #003674;
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  .otherServiceSec .otherServiceMenu {
    grid-template-columns: repeat(4, 1fr);
    gap: min(2.5520833333vw, 49px);
    border-radius: min(0.5208333333vw, 10px);
    padding: min(2.0833333333vw, 40px) min(2.0833333333vw, 40px) min(1.5625vw, 30px);
  }
}
.otherServiceSec .otherServiceMenu > li .item--name {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width:768px) {
  .otherServiceSec .otherServiceMenu > li .item--name {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.375;
    margin-bottom: min(1.09375vw, 21px);
    padding-bottom: 0;
  }
}
.otherServiceSec .otherServiceMenu > li > ul {
  width: 100%;
}
.otherServiceSec .otherServiceMenu > li > ul > li > a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.357;
  letter-spacing: 0em;
  padding: 5px 0;
}
@media screen and (min-width:768px) {
  .otherServiceSec .otherServiceMenu > li > ul > li > a {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.375;
    padding: min(0.5208333333vw, 10px) 0 min(0.46875vw, 9px);
  }
}
.otherServiceSec .otherServiceMenu > li > ul > li > a::before {
  content: "";
  background: url(../../assets/img/common/arrow-white.svg) no-repeat center center/contain;
  display: inline-block;
  margin-right: min(0.5208333333vw, 10px);
  width: 8px;
  height: 11px;
}
@media screen and (min-width:768px) {
  .otherServiceSec .otherServiceMenu > li > ul > li > a::before {
    width: min(0.46875vw, 9px);
    height: min(0.625vw, 12px);
  }
}

.firstProductSec {
  position: relative;
}
.firstProductSec .inner-ss {
  padding-top: 5px;
  padding-bottom: 55px;
}
@media screen and (min-width:768px) {
  .firstProductSec .inner-ss {
    padding-bottom: min(4.1666666667vw, 80px);
    width: min(62.5vw, 1200px);
  }
}
.firstProductSec .img__block img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 327/200;
}
@media screen and (min-width:768px) {
  .firstProductSec .img__block img {
    aspect-ratio: 1200/642;
  }
}
.firstProductSec .text__block {
  display: flex;
  flex-direction: column;
  margin-top: 42px;
}
@media screen and (min-width:768px) {
  .firstProductSec .text__block {
    flex-direction: row;
    align-items: flex-end;
    gap: min(4.6875vw, 90px);
    margin-top: max(-6.7708333333vw, -130px);
    padding: 0 min(2.0833333333vw, 40px);
  }
}
.firstProductSec .text__block .btn__block {
  margin: 57px 0 0;
  text-align: center;
}
@media screen and (min-width:768px) {
  .firstProductSec .text__block .btn__block {
    margin: 0 0 min(3.6458333333vw, 70px);
    text-align: left;
  }
}
.firstProductSec .description__block {
  background: linear-gradient(to bottom, #0060B4, #003674);
  padding: 28px 24px 22px;
}
@media screen and (min-width:768px) {
  .firstProductSec .description__block {
    padding: min(2.0833333333vw, 40px) min(2.0833333333vw, 40px) min(3.125vw, 60px);
  }
}
.firstProductSec .description__block .productTitle {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: 4px solid #C9DDFF;
}
@media screen and (min-width:768px) {
  .firstProductSec .description__block .productTitle {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    margin-bottom: min(1.9791666667vw, 38px);
    padding-left: min(1.25vw, 24px);
    border-left: min(0.4166666667vw, 8px) solid #C9DDFF;
  }
}
.firstProductSec .description__block .productDescription {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .firstProductSec .description__block .productDescription {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}

.movieProductSec .inner-ss {
  padding: 56px 0 56px;
}
@media screen and (min-width:768px) {
  .movieProductSec .inner-ss {
    padding: min(6.3541666667vw, 122px) 0 min(6.3541666667vw, 122px);
    width: min(62.5vw, 1200px);
  }
}
.movieProductSec .movie__block {
  text-align: center;
}
.movieProductSec .movie__block video {
  width: 100%;
  aspect-ratio: 640/360;
}
@media screen and (min-width:768px) {
  .movieProductSec .movie__block video {
    width: min(47.0833333333vw, 904px);
  }
}
.movieProductSec .movie__block iframe {
  width: 100%;
  aspect-ratio: 640/360;
}
@media screen and (min-width:768px) {
  .movieProductSec .movie__block iframe {
    width: min(47.0833333333vw, 904px);
  }
}

.listProductSec .inner-ss {
  padding: 60px 0 60px;
}
@media screen and (min-width:768px) {
  .listProductSec .inner-ss {
    padding: min(6.3541666667vw, 122px) 0 min(6.3541666667vw, 122px);
    width: min(62.5vw, 1200px);
  }
}
.listProductSec .sectionProductTitle {
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 24px;
  padding-left: 15px;
  border-left: 4px solid #1B7FF5;
}
@media screen and (min-width:768px) {
  .listProductSec .sectionProductTitle {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    margin-bottom: min(1.6666666667vw, 32px);
    padding-left: min(2.0833333333vw, 40px);
    border-left: min(0.4166666667vw, 8px) solid #1B7FF5;
  }
}
.listProductSec .cardList .card__ttl {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 14px 0 0;
}
@media screen and (min-width:768px) {
  .listProductSec .cardList .card__ttl {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin: min(0.9375vw, 18px) 0 min(0.5208333333vw, 10px);
  }
}
.listProductSec .cardList .card__txt {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .listProductSec .cardList .card__txt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.listProductSec .cardList.col-1 {
  display: grid;
  gap: 50px;
  margin: auto;
  width: 100%;
}
@media screen and (min-width:768px) {
  .listProductSec .cardList.col-1 {
    grid-template-columns: 1fr;
    gap: min(2.0833333333vw, 40px);
  }
}
.listProductSec .cardList.col-1 .card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 327/180;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .listProductSec .cardList.col-1 .card__img img {
    aspect-ratio: 580/320;
  }
}
.listProductSec .cardList.col-2 {
  display: grid;
  gap: 50px;
}
@media screen and (min-width:768px) {
  .listProductSec .cardList.col-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: min(2.6041666667vw, 50px) min(2.0833333333vw, 40px);
  }
}
.listProductSec .cardList.col-2 .card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 327/180;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .listProductSec .cardList.col-2 .card__img img {
    aspect-ratio: 580/320;
  }
}
.listProductSec .cardList.col-3 {
  display: grid;
  gap: 50px;
}
@media screen and (min-width:768px) {
  .listProductSec .cardList.col-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: min(1.25vw, 24px) min(1.25vw, 24px);
  }
}
.listProductSec .cardList.col-3 .card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 327/180;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .listProductSec .cardList.col-3 .card__img img {
    aspect-ratio: 384/280;
  }
}

@media screen and (min-width:768px) {
  .productItemSec .inner-ss {
    width: min(62.5vw, 1200px);
  }
}
.productItemSec .content {
  padding: 72px 0 72px;
}
@media screen and (min-width:768px) {
  .productItemSec .content {
    padding: min(8.8541666667vw, 170px) 0 min(8.8541666667vw, 170px);
  }
}
.productItemSec .product__block {
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width:768px) {
  .productItemSec .product__block {
    padding-bottom: min(6.25vw, 120px);
    margin-bottom: min(6.25vw, 120px);
  }
}
.productItemSec .product__block:last-child {
  margin-bottom: 0;
}
.productItemSec .productItemTitle {
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 12px;
  border-left: 4px solid #1B7FF5;
}
@media screen and (min-width:768px) {
  .productItemSec .productItemTitle {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    border-left: min(0.4166666667vw, 8px) solid #1B7FF5;
    padding-left: min(2.0833333333vw, 40px);
  }
}
.productItemSec .productItemList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin: 24px 0 0;
}
@media screen and (min-width:768px) {
  .productItemSec .productItemList {
    grid-template-columns: repeat(2, 1fr);
    gap: min(2.0833333333vw, 40px);
    margin: min(2.6041666667vw, 50px) 0 0;
  }
}
.productItemSec .productItemList li {
  display: flex;
  flex-direction: column;
  padding: 40px 32px;
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  .productItemSec .productItemList li {
    padding: min(2.9166666667vw, 56px) min(2.9166666667vw, 56px);
    border-radius: min(0.5208333333vw, 10px);
  }
}
.productItemSec .productItemList li .card__img {
  width: 100%;
  height: 175px;
}
@media screen and (min-width:768px) {
  .productItemSec .productItemList li .card__img {
    height: min(15.625vw, 300px);
  }
}
.productItemSec .productItemList li .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productItemSec .productItemList li .card__ttl {
  font-size: 20px;
  font-weight: 500;
  color: #1B7FF5;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  margin: 5px 0 5px;
}
@media screen and (min-width:768px) {
  .productItemSec .productItemList li .card__ttl {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.25;
    margin: min(1.0416666667vw, 20px) 0 min(0.625vw, 12px);
  }
}
.productItemSec .productItemList li .card__txt {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  flex: 1;
}
@media screen and (min-width:768px) {
  .productItemSec .productItemList li .card__txt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.productItemSec .productItemList li .btn__block {
  text-align: center;
  margin-top: 27px;
}
@media screen and (min-width:768px) {
  .productItemSec .productItemList li .btn__block {
    margin-top: min(2.0833333333vw, 40px);
  }
}

.tableProductSec {
  /* テーブルヘッダーのスタイル */
  /* テーブル本体のセルのスタイル */
}
.tableProductSec .inner-ss {
  padding: 56px 0 56px;
}
@media screen and (min-width:768px) {
  .tableProductSec .inner-ss {
    padding: min(6.3541666667vw, 122px) 0 min(6.3541666667vw, 122px);
    width: min(62.5vw, 1200px);
  }
}
.tableProductSec .tableProductTitle {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  background: #003674;
  padding: 6px 16px;
  margin-bottom: 24px;
}
@media screen and (min-width:768px) {
  .tableProductSec .tableProductTitle {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    padding: min(0.4166666667vw, 8px) min(1.25vw, 24px);
    margin-bottom: min(1.6666666667vw, 32px);
  }
}
.tableProductSec table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #323232;
}
@media screen and (min-width:768px) {
  .tableProductSec table {
    border: min(0.1041666667vw, 2px) solid #323232;
  }
}
.tableProductSec thead th {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.33;
  letter-spacing: 0.1em;
  background-color: #98A6B5;
  padding: 16px 0;
  border: 1px solid #323232;
}
@media screen and (min-width:768px) {
  .tableProductSec thead th {
    font-size: min(0.9375vw, 18px);
    line-height: 2;
    padding: min(0.625vw, 12px) 0;
    border: min(0.1041666667vw, 2px) solid #323232;
  }
}
.tableProductSec tbody td {
  font-size: 12px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.333;
  letter-spacing: 0.1em;
  border: 1px solid #323232;
  padding: 16px 16px;
}
@media screen and (min-width:768px) {
  .tableProductSec tbody td {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    padding: min(0.625vw, 12px) min(0.8333333333vw, 16px);
    border: min(0.1041666667vw, 2px) solid #323232;
  }
}
.tableProductSec tbody tr td:nth-child(odd) {
  min-width: 80px;
}
@media screen and (min-width:768px) {
  .tableProductSec tbody tr td:nth-child(odd) {
    min-width: min(12.0833333333vw, 232px);
  }
}
.tableProductSec tbody tr td:nth-child(even) {
  width: 100%;
}

.contactProductSec .inner-ss {
  padding: 56px 0 56px;
}
@media screen and (min-width:768px) {
  .contactProductSec .inner-ss {
    padding: min(6.3541666667vw, 122px) 0 min(6.3541666667vw, 122px);
    width: min(62.5vw, 1200px);
  }
}
.contactProductSec .sectionProductTitle {
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 24px;
  padding-left: 15px;
  border-left: 4px solid #1B7FF5;
}
@media screen and (min-width:768px) {
  .contactProductSec .sectionProductTitle {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    margin-bottom: min(1.6666666667vw, 32px);
    padding-left: min(2.0833333333vw, 40px);
    border-left: min(0.4166666667vw, 8px) solid #1B7FF5;
  }
}

.fieldContWrapper {
  max-width: none !important;
}

.fieldContainer.zf-large {
  display: grid;
  grid-template-columns: 150px 1fr;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  overflow-y: auto;
}
.modal-overlay .modalContent {
  position: relative;
  width: 100%;
  background: #fff;
}
.modal-overlay .modalContent .inner--modal {
  margin: auto;
  width: 78.7%;
  padding: 120px 0 100px;
}
@media screen and (min-width:768px) {
  .modal-overlay .modalContent .inner--modal {
    padding: min(13.5416666667vw, 260px) 0 min(10.4166666667vw, 200px);
    width: min(79.1666666667vw, 1520px);
  }
}
.modal-overlay .modalContent .btnLink--close {
  position: fixed;
  top: 12px;
  right: 20px;
}
@media screen and (min-width:768px) {
  .modal-overlay .modalContent .btnLink--close {
    top: min(1.9270833333vw, 37px);
    right: min(5.2083333333vw, 100px);
  }
}
.modal-overlay .modalContent .btnLink--close img {
  width: 40px;
  aspect-ratio: 1/1;
}
@media screen and (min-width:768px) {
  .modal-overlay .modalContent .btnLink--close img {
    width: min(4.1666666667vw, 80px);
  }
}
.modal-overlay .modalContent h2.modalProductItem {
  font-size: 26px;
  font-weight: 400;
  color: #323232;
  text-align: left;
  line-height: 1.53;
  letter-spacing: 0.05em;
  font-family: "brandon-grotesque", sans-serif;
  margin-bottom: 55px;
}
@media screen and (min-width:768px) {
  .modal-overlay .modalContent h2.modalProductItem {
    font-size: min(3.125vw, 60px);
    line-height: 1.666;
    margin-bottom: min(4.6875vw, 90px);
  }
}
.modal-overlay .modalContent h3.modalContentTitle {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 15px;
  border-left: 4px solid #1B7FF5;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .modal-overlay .modalContent h3.modalContentTitle {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    padding-left: min(2.0833333333vw, 40px);
    border-left: min(0.4166666667vw, 8px) solid #1B7FF5;
    margin-bottom: min(2.0833333333vw, 40px);
  }
}
.modal-overlay .modalContent h3.modalContentTitle::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
}
@media screen and (min-width:768px) {
  .modal-overlay .modalContent h3.modalContentTitle::before {
    bottom: max(-0.78125vw, -15px);
  }
}
.modal-overlay .modalContent dl {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 100px;
  gap: 10px;
}
@media screen and (min-width:768px) {
  .modal-overlay .modalContent dl {
    grid-template-columns: min(18.75vw, 360px) 1fr;
    gap: min(1.1458333333vw, 22px) min(4.1145833333vw, 79px);
    margin-bottom: min(7.2916666667vw, 140px);
    padding-left: min(1.0416666667vw, 20px);
  }
}
.modal-overlay .modalContent dl dt {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .modal-overlay .modalContent dl dt {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.35;
    font-weight: 400;
  }
}
.modal-overlay .modalContent dl dd {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .modal-overlay .modalContent dl dd {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.35;
    font-weight: 400;
    margin-bottom: 0;
  }
}

h2.sectionTitle--service {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.66;
  letter-spacing: 0em;
  gap: 12px;
}
@media screen and (min-width:768px) {
  h2.sectionTitle--service {
    font-size: min(2.5vw, 48px);
    line-height: 1;
    gap: min(1.0416666667vw, 20px);
  }
}
h2.sectionTitle--service .number {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "brandon-grotesque", sans-serif;
}
@media screen and (min-width:768px) {
  h2.sectionTitle--service .number {
    font-size: min(2.5vw, 48px);
  }
}

.maintenanceSec .inner-m {
  width: 87.2%;
  margin: 0 auto;
  padding: 10px 0 50px;
}
@media screen and (min-width:768px) {
  .maintenanceSec .inner-m {
    width: min(77.0833333333vw, 1480px);
    padding: min(0.5208333333vw, 10px) 0 min(5.2083333333vw, 100px) min(1.5625vw, 30px);
  }
}
.maintenanceSec .maintenance__content {
  padding: 50px 0 50px;
}
@media screen and (min-width:768px) {
  .maintenanceSec .maintenance__content {
    padding: min(2.6041666667vw, 50px) 0 min(2.6041666667vw, 50px);
  }
}
.maintenanceSec h2.maintenance__title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .maintenanceSec h2.maintenance__title {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    padding-left: min(2.0833333333vw, 40px);
    margin-bottom: min(1.5625vw, 30px);
  }
}
.maintenanceSec h2.maintenance__title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 32px;
  background: #1B7FF5;
}
@media screen and (min-width:768px) {
  .maintenanceSec h2.maintenance__title::before {
    width: min(0.4166666667vw, 8px);
    height: 100%;
  }
}
.maintenanceSec .agency {
  font-size: 18px;
  font-weight: 500;
  color: #0044CC;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 24px;
}
@media screen and (min-width:768px) {
  .maintenanceSec .agency {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    margin-bottom: min(1.3541666667vw, 26px);
  }
}
.maintenanceSec .maintenance__text {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .maintenanceSec .maintenance__text {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.maintenanceSec .maintenance__text a {
  color: #0044CC;
  text-decoration: underline;
}
.maintenanceSec .maintenance__text a:hover {
  text-decoration: none;
}
.maintenanceSec .maintenance__text span.yel {
  background: linear-gradient(to bottom, #fff 50%, #E5F524 50%);
}

.bg-wrap--feature {
  position: relative;
  margin-top: -67px;
}
@media screen and (min-width:768px) {
  .bg-wrap--feature {
    margin-top: max(-7.03125vw, -135px);
  }
}
.bg-wrap--feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: url(../../assets/img/feature/bg-top-sp.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .bg-wrap--feature::before {
    height: min(36.4583333333vw, 700px);
    width: min(36.4583333333vw, 700px);
    background: url(../../assets/img/feature/bg-top-pc.png) no-repeat center center;
    background-size: contain;
  }
}
.bg-wrap--feature::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 300px;
  background: url(../../assets/img/feature/bg-bottom-sp.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .bg-wrap--feature::after {
    height: min(36.4583333333vw, 700px);
    width: min(46.875vw, 900px);
    background: url(../../assets/img/feature/bg-bottom-pc.png) no-repeat center center;
    background-size: contain;
  }
}

.firstContentSec--feature {
  position: relative;
}
.firstContentSec--feature .inner-ss {
  padding: 74px 0 60px;
}
@media screen and (min-width:768px) {
  .firstContentSec--feature .inner-ss {
    max-width: min(62.5vw, 1200px);
    padding: min(7.3958333333vw, 142px) 0 min(3.125vw, 60px);
  }
}
.firstContentSec--feature .content {
  position: relative;
}
.firstContentSec--feature .content .sectionTitle--feature {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 22px;
}
@media screen and (min-width:768px) {
  .firstContentSec--feature .content .sectionTitle--feature {
    font-size: min(1.9791666667vw, 38px);
    line-height: 1.57;
    text-align: center;
    margin-bottom: min(2.8125vw, 54px);
    padding-right: min(2.4479166667vw, 47px);
  }
}
.firstContentSec--feature .content .sectionText--feature {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .firstContentSec--feature .content .sectionText--feature {
    font-size: min(0.9375vw, 18px);
    line-height: 2;
    text-align: center;
  }
}
.firstContentSec--feature .content .txt-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 55%);
  font-size: 51px;
  font-weight: 300;
  color: #323232;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "brandon-grotesque", sans-serif;
  width: 100%;
}
@media screen and (min-width:768px) {
  .firstContentSec--feature .content .txt-bg {
    transform: translate(-44%, -56%);
    font-size: min(8.75vw, 168px);
    line-height: 1;
  }
}
.firstContentSec--feature .content .txt-bg span {
  display: inline-block;
  background: linear-gradient(to right, #1B7FF5, #ABCFFB 70%, #1B7FF5);
  -webkit-background-clip: text;
  color: transparent;
  width: 100%;
  opacity: 0.18;
  padding: 0 0 10px 0;
}
@media screen and (min-width:768px) {
  .firstContentSec--feature .content .txt-bg span {
    padding: min(1.5625vw, 30px) 0;
  }
}
.firstContentSec--feature .content .img__block {
  margin-bottom: 53px;
}
@media screen and (min-width:768px) {
  .firstContentSec--feature .content .img__block {
    margin-bottom: min(5.0520833333vw, 97px);
  }
}
.firstContentSec--feature .content .img__block img {
  margin: auto;
}
@media screen and (min-width:768px) {
  .firstContentSec--feature .content .img__block img {
    width: min(39.0104166667vw, 749px);
    height: min(31.09375vw, 597px);
  }
}

.secondContentSec--feature .inner-ss {
  padding-bottom: 72px;
}
@media screen and (min-width:768px) {
  .secondContentSec--feature .inner-ss {
    max-width: min(62.5vw, 1200px);
    padding: min(4.8958333333vw, 94px) 0 min(8.3333333333vw, 160px);
  }
}
.secondContentSec--feature .content {
  position: relative;
}
.secondContentSec--feature .content .flexbox {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .secondContentSec--feature .content .flexbox {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: min(6.1458333333vw, 118px);
  }
}
@media screen and (min-width:768px) {
  .secondContentSec--feature .content .flexbox:nth-child(even) {
    flex-direction: row-reverse;
    margin-bottom: 0;
  }
}
.secondContentSec--feature .content .text__block {
  width: 100%;
  margin-bottom: 39px;
}
@media screen and (min-width:768px) {
  .secondContentSec--feature .content .text__block {
    width: min(21.7708333333vw, 418px);
    margin-bottom: 0;
  }
}
.secondContentSec--feature .content .text__block.mb-0 {
  margin-bottom: 0;
}
.secondContentSec--feature .content .text__block h3.ttl {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 500;
  color: #1B7FF5;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .secondContentSec--feature .content .text__block h3.ttl {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.5;
    text-align: left;
    margin-bottom: min(0.9895833333vw, 19px);
  }
}
.secondContentSec--feature .content .text__block .txt {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .secondContentSec--feature .content .text__block .txt {
    font-size: min(0.9375vw, 18px);
    line-height: 2;
  }
}
.secondContentSec--feature .content .img__block {
  width: 100%;
  margin-bottom: 26px;
}
@media screen and (min-width:768px) {
  .secondContentSec--feature .content .img__block {
    width: min(37.0833333333vw, 712px);
    height: min(24.7395833333vw, 475px);
    margin-bottom: 0;
  }
}
.secondContentSec--feature .content .img__block img {
  border-radius: 10px;
  aspect-ratio: 326/217;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
}
@media screen and (min-width:768px) {
  .secondContentSec--feature .content .img__block img {
    border-radius: min(0.5208333333vw, 10px);
    aspect-ratio: 712/475;
  }
}

.serviceSwiperSec {
  background: linear-gradient(to bottom, #C9DDFF, #E8F0FE);
  background: url(../../assets/img/feature/serviceswiper-bg-sp.png) no-repeat center center/cover;
  overflow: hidden;
  padding: 54px 0 80px;
}
@media screen and (min-width:768px) {
  .serviceSwiperSec {
    padding: min(8.8541666667vw, 170px) 0 min(8.3333333333vw, 160px);
    background: url(../../assets/img/feature/serviceswiper-bg-pc.png) no-repeat center center/cover;
  }
}
@media screen and (min-width:768px) {
  .serviceSwiperSec .inner-ss {
    max-width: min(80.2083333333vw, 1540px);
  }
}
.serviceSwiperSec .content {
  position: relative;
}
@media screen and (min-width:768px) {
  .serviceSwiperSec .content .text__block {
    padding-left: min(1.5625vw, 30px);
  }
}
@media screen and (min-width:768px) {
  .serviceSwiperSec .content .text__block .sectionTitle {
    margin-bottom: min(0.8333333333vw, 16px);
  }
}
.serviceSwiperSec .content .text__block .sectionTitle .en,
.serviceSwiperSec .content .text__block .sectionTitle .jp {
  color: #323232;
}
.serviceSwiperSec .content .text__block .sectionDescription {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  margin-top: 8px;
}
@media screen and (min-width:768px) {
  .serviceSwiperSec .content .text__block .sectionDescription {
    font-size: min(0.9375vw, 18px);
    line-height: 2;
    margin-top: 0;
  }
}
@media screen and (min-width:768px) {
  .serviceSwiperSec .content .swiper__block {
    padding: 0 0 0 min(2.0833333333vw, 40px);
  }
}
.serviceSwiperSec .content .swiper--otherServiceSec {
  padding: 110px 0 40px 23px;
}
@media screen and (min-width:768px) {
  .serviceSwiperSec .content .swiper--otherServiceSec {
    padding: min(5.4166666667vw, 104px) min(1.5625vw, 30px) min(2.0833333333vw, 40px) 0;
  }
}
.serviceSwiperSec .content .swiper--otherServiceSec .swiper-slide {
  align-items: flex-start;
}
.serviceSwiperSec .content .swiper--otherServiceSec .swiper-slide .card__img {
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .serviceSwiperSec .content .swiper--otherServiceSec .swiper-slide .card__img {
    margin-bottom: min(1.0416666667vw, 20px);
  }
}
.serviceSwiperSec .content .swiper--otherServiceSec .swiper-slide .card__img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 295/183;
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  .serviceSwiperSec .content .swiper--otherServiceSec .swiper-slide .card__img img {
    border-radius: min(0.5208333333vw, 10px);
    aspect-ratio: 768/329;
  }
}
.serviceSwiperSec .content .swiper--otherServiceSec .swiper-slide .card__ttl {
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #1B7FF5;
  text-align: left;
  line-height: 1.57;
  letter-spacing: 0em;
  margin-bottom: 13px;
}
@media screen and (min-width:768px) {
  .serviceSwiperSec .content .swiper--otherServiceSec .swiper-slide .card__ttl {
    position: absolute;
    top: min(9.6354166667vw, 185px);
    right: min(1.0416666667vw, 20px);
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.5;
    color: #fff;
    margin-bottom: 0;
  }
}
.serviceSwiperSec .content .swiper--otherServiceSec .swiper-slide .card__txt {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .serviceSwiperSec .content .swiper--otherServiceSec .swiper-slide .card__txt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.serviceSwiperSec .content .swiper--otherServiceSec .swiper-scrollbar {
  position: absolute;
  top: 33px;
  right: 25px;
  bottom: auto;
  left: auto;
  width: 60px;
  height: 3px;
}
@media screen and (min-width:768px) {
  .serviceSwiperSec .content .swiper--otherServiceSec .swiper-scrollbar {
    top: min(3.2291666667vw, 62px);
    right: 17.5%;
    width: min(7.8125vw, 150px);
    height: min(0.15625vw, 3px);
  }
}
.serviceSwiperSec .content .swiper--otherServiceSec .swiper-scrollbar .swiper-scrollbar-drag {
  background: #1B7FF5;
}
.serviceSwiperSec .content .btn__block {
  text-align: right;
}
.serviceSwiperSec .content .btn__block--section {
  position: relative;
  text-align: center;
}
@media screen and (min-width:768px) {
  .serviceSwiperSec .content .btn__block--section {
    position: absolute;
    top: min(7.8125vw, 150px);
    right: 18.7%;
  }
}
.serviceSwiperSec .content .btn__block .btnOnly {
  margin: 0 0 0 auto;
}

.newVisionSec {
  position: relative;
}
.newVisionSec::before {
  position: absolute;
  top: 224px;
  right: 50%;
  transform: translate(50%, 0);
  content: "";
  display: block;
  background: url(../../assets/img/company/text_bg.svg) no-repeat center center/contain;
  width: 91%;
  aspect-ratio: 339/90;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .newVisionSec::before {
    top: min(8.8541666667vw, 170px);
    right: 0;
    transform: translate(0, 0);
    width: min(89.3229166667vw, 1715px);
    height: min(23.8020833333vw, 457px);
  }
}
.newVisionSec .inner-s {
  width: 87.2%;
  padding: 8px 16px 43px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .newVisionSec .inner-s {
    width: min(62.5vw, 1200px);
    padding: min(0.5208333333vw, 10px) min(1.5625vw, 30px) min(4.8958333333vw, 94px);
  }
}
.newVisionSec .mission {
  font-size: 16px;
  font-weight: 400;
  color: #CDCDCD;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "brandon-grotesque", sans-serif;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .newVisionSec .mission {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.5;
    margin-bottom: min(1.71875vw, 33px);
  }
}
.newVisionSec h2.companyTitle {
  font-size: 32px;
  font-weight: 400;
  color: #323232;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-family: "brandon-grotesque", sans-serif;
  margin-bottom: 9px;
}
@media screen and (min-width:768px) {
  .newVisionSec h2.companyTitle {
    font-size: min(2.5vw, 48px);
    line-height: 1.5;
    margin-bottom: min(0.78125vw, 15px);
  }
}
.newVisionSec h2.companyTitle span.color {
  display: inline-block;
  background: linear-gradient(to right, #1B7FF5, #ABCFFB 70%, #1B7FF5);
  -webkit-background-clip: text;
  color: transparent;
}
.newVisionSec .subTitle {
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  text-align: center;
  line-height: 2.25;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
}
@media screen and (min-width:768px) {
  .newVisionSec .subTitle {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    margin-bottom: min(2.7083333333vw, 52px);
  }
}
.newVisionSec .text {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width:768px) {
  .newVisionSec .text {
    font-size: min(0.8333333333vw, 16px);
    line-height: 2;
  }
}

.companyProfileSec .inner-s {
  width: 87.2%;
  padding: 42px 16px 17px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .companyProfileSec .inner-s {
    width: min(62.5vw, 1200px);
    padding: min(4.8958333333vw, 94px) min(1.5625vw, 30px) min(4.6354166667vw, 89px);
  }
}
.companyProfileSec dl {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width:768px) {
  .companyProfileSec dl {
    grid-template-columns: min(12.0833333333vw, 232px) 1fr;
  }
}
.companyProfileSec dl dt {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  border-bottom: none;
  padding: 6px 0 6px;
}
@media screen and (min-width:768px) {
  .companyProfileSec dl dt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    border-bottom: 1px solid #CDCDCD;
    padding: min(3.28125vw, 63px) 0 min(1.5625vw, 30px) min(1.40625vw, 27px);
  }
}
@media screen and (min-width:768px) {
  .companyProfileSec dl dt:first-child {
    padding-top: 0;
  }
}
.companyProfileSec dl dd {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  border-bottom: 1px solid #CDCDCD;
  padding: 6px 0 25px;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .companyProfileSec dl dd {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    padding: min(3.28125vw, 63px) 0 min(1.5625vw, 30px);
    margin-bottom: 0;
  }
}
@media screen and (min-width:768px) {
  .companyProfileSec dl dd:nth-of-type(1) {
    padding-top: 0;
  }
}

.historySec {
  /* 年号のスタイル */
}
.historySec .inner-s {
  width: 87.2%;
  padding: 17px 16px 34px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .historySec .inner-s {
    width: min(62.5vw, 1200px);
    padding: min(4.6354166667vw, 89px) min(1.5625vw, 30px) min(5.7291666667vw, 110px);
  }
}
.historySec .timeline {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 57px 0 0;
  --progress-percent: 0%;
  /* ベースのグレーライン */
  /* スムーズに伸びる青い進捗ライン */
  /* ドットのスタイル */
  /* 一度通過したドットを青くキープ */
}
@media screen and (min-width:768px) {
  .historySec .timeline {
    margin: 0;
  }
}
.historySec .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 2px;
  background-color: #CDCDCD;
  z-index: 0;
}
@media screen and (min-width:768px) {
  .historySec .timeline::before {
    left: min(1.7708333333vw, 34px);
  }
}
.historySec .timeline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  width: 2px;
  height: var(--progress-percent);
  background-color: #1B7FF5;
  transition: height 0.3s ease-out;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .historySec .timeline::after {
    left: min(1.7708333333vw, 34px);
  }
}
.historySec .timeline li {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-left: 48px;
  padding: 26px 0 39px;
  gap: 12px;
}
@media screen and (min-width:768px) {
  .historySec .timeline li {
    flex-direction: row;
    align-items: center;
    gap: 0;
    margin-left: min(5.7291666667vw, 110px);
    padding: min(1.875vw, 36px) 0 min(3.3854166667vw, 65px);
  }
}
.historySec .timeline .year {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  min-width: 100%;
}
@media screen and (min-width:768px) {
  .historySec .timeline .year {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    min-width: min(10.7291666667vw, 206px);
  }
}
.historySec .timeline p {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .historySec .timeline p {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.historySec .timeline li::before {
  content: "";
  position: absolute;
  left: -39px;
  transform: translate(-50%, -50%);
  top: 28px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #CDCDCD;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .historySec .timeline li::before {
    top: 35%;
    left: max(-3.90625vw, -75px);
    transform: translate(-50%, -50%);
    width: min(1.25vw, 24px);
    height: min(1.25vw, 24px);
  }
}
.historySec .timeline li.activated::before {
  background-color: #1B7FF5;
}

.accessInfoSec .inner-s {
  width: 87.2%;
  padding: 34px 16px 48px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .accessInfoSec .inner-s {
    width: min(62.5vw, 1200px);
    padding: min(5.7291666667vw, 110px) min(1.5625vw, 30px) min(5.2083333333vw, 100px);
  }
}
.accessInfoSec .mainOffice {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  background: linear-gradient(to right, #C9DDFF, #E8F0FE);
  margin: 52px 0 17px;
  padding: 6px 0 6px 20px;
}
@media screen and (min-width:768px) {
  .accessInfoSec .mainOffice {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    padding: min(0.78125vw, 15px) 0 min(0.78125vw, 15px) min(1.40625vw, 27px);
    margin: 0 0 min(3.6458333333vw, 70px);
  }
}
.accessInfoSec .info__block {
  display: flex;
  flex-direction: column-reverse;
  gap: 50px;
}
@media screen and (min-width:768px) {
  .accessInfoSec .info__block {
    flex-direction: row;
    gap: min(8.75vw, 168px);
    margin-bottom: min(2.0833333333vw, 40px);
  }
}
.accessInfoSec dl {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width:768px) {
  .accessInfoSec dl {
    grid-template-columns: min(12.1354166667vw, 233px) 1fr;
  }
}
.accessInfoSec dl dt {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  border-bottom: none;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .accessInfoSec dl dt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    border-bottom: 1px solid #CDCDCD;
    padding: min(2.7083333333vw, 52px) 0 0 min(1.6666666667vw, 32px);
    margin-bottom: 0;
  }
}
.accessInfoSec dl dt:first-child {
  padding-top: 0;
}
.accessInfoSec dl dd {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  border-bottom: 1px solid #CDCDCD;
  padding: 0 0 25px;
  margin-bottom: 37px;
}
@media screen and (min-width:768px) {
  .accessInfoSec dl dd {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    padding: min(2.7083333333vw, 52px) 0 min(1.6666666667vw, 32px);
    margin-bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .accessInfoSec dl dd:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.accessInfoSec dl dd:nth-of-type(1) {
  padding-top: 0;
}
.accessInfoSec .company__img img {
  width: 100%;
  aspect-ratio: 295/275;
}
@media screen and (min-width:768px) {
  .accessInfoSec .company__img img {
    width: min(23.4375vw, 450px);
    aspect-ratio: 450/525;
  }
}
.accessInfoSec .map__block {
  display: flex;
  gap: min(4.6875vw, 90px);
}
.accessInfoSec .map__block .map {
  width: 100%;
}
@media screen and (min-width:768px) {
  .accessInfoSec .map__block .map {
    width: 50%;
  }
}
.accessInfoSec .map__block .map img {
  border-radius: 10px;
}
.accessInfoSec .g-map {
  margin: 25px 0 10px;
}
@media screen and (min-width:768px) {
  .accessInfoSec .g-map {
    margin: 0;
    width: 50%;
  }
}
.accessInfoSec .g-map iframe {
  aspect-ratio: 528/299;
}

.sectionTitle--company {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .sectionTitle--company {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    text-align: left;
    margin-bottom: min(3.5416666667vw, 68px);
  }
}
.sectionTitle--company::before {
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  background: #1B7FF5;
  width: 128px;
  height: 2px;
}
@media screen and (min-width:768px) {
  .sectionTitle--company::before {
    bottom: max(-0.3125vw, -6px);
    left: 0;
    transform: translate(0, 0);
    width: min(8.8020833333vw, 169px);
    height: min(0.2083333333vw, 4px);
  }
}

.bg-color--company {
  background: linear-gradient(to bottom, #FFFFFF, #EFF6FF);
}

.workshopMenuSec .inner-s {
  width: 87.2%;
  margin: 0 auto;
  padding: 0 0 70px;
}
@media screen and (min-width:768px) {
  .workshopMenuSec .inner-s {
    width: min(77.0833333333vw, 1480px);
    padding: 0 0 min(6.25vw, 120px);
  }
}
.workshopMenuSec h2.workshopMenu__title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .workshopMenuSec h2.workshopMenu__title {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    padding-left: min(2.0833333333vw, 40px);
    margin-bottom: min(1.5625vw, 30px);
  }
}
.workshopMenuSec h2.workshopMenu__title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 32px;
  background: #1B7FF5;
}
@media screen and (min-width:768px) {
  .workshopMenuSec h2.workshopMenu__title::before {
    width: min(0.4166666667vw, 8px);
    height: 100%;
  }
}
.workshopMenuSec .workshopMenu-card {
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  .workshopMenuSec .workshopMenu-card {
    border-radius: min(0.5208333333vw, 10px);
  }
}
.workshopMenuSec .workshopMenu__text {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .workshopMenuSec .workshopMenu__text {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.workshopMenuSec .workshopMenu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 30px;
}
@media screen and (min-width:768px) {
  .workshopMenuSec .workshopMenu {
    grid-template-columns: repeat(2, 1fr);
    gap: min(2.9166666667vw, 56px);
    margin-top: min(5.7291666667vw, 110px);
  }
}
.workshopMenuSec .workshopMenu-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
}
@media screen and (min-width:768px) {
  .workshopMenuSec .workshopMenu-card {
    flex-direction: row;
    gap: min(1.8229166667vw, 35px);
    padding: min(2.0833333333vw, 40px) min(2.0833333333vw, 40px);
  }
}
.workshopMenuSec .text__block {
  display: flex;
  flex-direction: column;
  padding: 20px 16px 16px;
}
@media screen and (min-width:768px) {
  .workshopMenuSec .text__block {
    padding: 0;
  }
}
.workshopMenuSec .text__block .ttl {
  font-size: 14px;
  font-weight: 700;
  color: #1B7FF5;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .workshopMenuSec .text__block .ttl {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: min(0.625vw, 12px);
  }
}
.workshopMenuSec .text__block .txt {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  flex: 1;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .workshopMenuSec .text__block .txt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.workshopMenuSec .img__block img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  aspect-ratio: 327/187;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .workshopMenuSec .img__block img {
    width: min(11.3020833333vw, 217px);
    height: min(9.5833333333vw, 184px);
    border-radius: min(0.5208333333vw, 10px);
  }
}

.lecture-customizeSec {
  background: #E8F0FE;
}
.lecture-customizeSec .inner-s {
  width: 87.2%;
  margin: 0 auto;
  padding: 70px 0 90px;
}
@media screen and (min-width:768px) {
  .lecture-customizeSec .inner-s {
    width: min(77.0833333333vw, 1480px);
    padding: min(4.6875vw, 90px) 0 min(6.25vw, 120px);
  }
}
.lecture-customizeSec .content {
  position: relative;
}
.lecture-customizeSec h2.lecture-customize__title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .lecture-customizeSec h2.lecture-customize__title {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    padding-left: min(2.0833333333vw, 40px);
    margin-bottom: min(1.5625vw, 30px);
  }
}
.lecture-customizeSec h2.lecture-customize__title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 32px;
  background: #1B7FF5;
}
@media screen and (min-width:768px) {
  .lecture-customizeSec h2.lecture-customize__title::before {
    width: min(0.4166666667vw, 8px);
    height: 100%;
  }
}
.lecture-customizeSec .lecture-customize__text {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .lecture-customizeSec .lecture-customize__text {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.lecture-customizeSec .lecture-customize {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 30px;
}
@media screen and (min-width:768px) {
  .lecture-customizeSec .lecture-customize {
    grid-template-columns: repeat(3, 1fr);
    gap: min(2.9166666667vw, 56px);
    margin-top: min(3.3854166667vw, 65px);
  }
}
.lecture-customizeSec .text__block .ttl {
  font-size: 14px;
  font-weight: 700;
  color: #1B7FF5;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 20px 0 12px;
}
@media screen and (min-width:768px) {
  .lecture-customizeSec .text__block .ttl {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin: min(1.0416666667vw, 20px) 0 min(0.625vw, 12px);
  }
}
.lecture-customizeSec .text__block .txt {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  flex: 1;
}
@media screen and (min-width:768px) {
  .lecture-customizeSec .text__block .txt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.lecture-customizeSec .img__block {
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  .lecture-customizeSec .img__block {
    border-radius: min(0.5208333333vw, 10px);
  }
}
.lecture-customizeSec .img__block img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 295/183;
}
@media screen and (min-width:768px) {
  .lecture-customizeSec .img__block img {
    width: min(25.4166666667vw, 488px);
    height: min(17.1354166667vw, 329px);
    aspect-ratio: 488/329;
    border-radius: min(0.5208333333vw, 10px);
  }
}
.lecture-customizeSec .btn__block {
  text-align: center;
  margin-top: 50px;
}
@media screen and (min-width:768px) {
  .lecture-customizeSec .btn__block {
    margin-top: 0;
  }
}
.lecture-customizeSec .btn__block--section {
  position: relative;
}
@media screen and (min-width:768px) {
  .lecture-customizeSec .btn__block--section {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.workshopFirstSec .inner-m {
  width: 87.2%;
  margin: 0 auto;
  padding: 10px 0 58px;
}
@media screen and (min-width:768px) {
  .workshopFirstSec .inner-m {
    width: min(80.2083333333vw, 1540px);
    padding: min(0.5208333333vw, 10px) 0 0 min(1.5625vw, 30px);
  }
}
.workshopFirstSec h2.drone-training__title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .workshopFirstSec h2.drone-training__title {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    padding-left: min(2.0833333333vw, 40px);
    margin-bottom: min(1.5625vw, 30px);
  }
}
.workshopFirstSec h2.drone-training__title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 32px;
  background: #1B7FF5;
}
@media screen and (min-width:768px) {
  .workshopFirstSec h2.drone-training__title::before {
    width: min(0.4166666667vw, 8px);
    height: 100%;
  }
}
.workshopFirstSec .drone-training__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 56px;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width:768px) {
  .workshopFirstSec .drone-training__content {
    flex-direction: row;
    padding-bottom: min(2.8645833333vw, 55px);
  }
}
.workshopFirstSec .text__block {
  order: 2;
  flex: 1;
}
@media screen and (min-width:768px) {
  .workshopFirstSec .text__block {
    order: 1;
  }
}
.workshopFirstSec .text__block p {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .workshopFirstSec .text__block p {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: min(5.7291666667vw, 110px);
    width: min(39.0625vw, 750px);
  }
}
.workshopFirstSec .btn__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width:768px) {
  .workshopFirstSec .btn__block {
    flex-direction: row;
    align-items: flex-start;
    gap: min(1.25vw, 24px);
  }
}
.workshopFirstSec .btn__block .btnLink--more {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.workshopFirstSec .btn__block .btnLink--more::after {
  right: 20px;
}
@media screen and (min-width:768px) {
  .workshopFirstSec .btn__block .btnLink--more::after {
    right: min(1.0416666667vw, 20px);
  }
}
.workshopFirstSec .img__block {
  order: 1;
  flex: 1;
  width: 100%;
  margin-bottom: 13px;
}
@media screen and (min-width:768px) {
  .workshopFirstSec .img__block {
    order: 2;
    text-align: right;
    margin-bottom: 0;
  }
}
.workshopFirstSec .img__block img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 327/187;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .workshopFirstSec .img__block img {
    width: min(30vw, 576px);
    height: min(17.34375vw, 333px);
    border-radius: min(0.5208333333vw, 10px);
    margin: max(-3.6458333333vw, -70px) 0 0 auto;
  }
}

.workshopListSec .inner-s {
  width: 87.2%;
  padding: 60px 0 50px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .workshopListSec .inner-s {
    width: min(77.0833333333vw, 1480px);
    padding: min(4.8958333333vw, 94px) 0 min(4.6354166667vw, 89px);
  }
}
.workshopListSec dl {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width:768px) {
  .workshopListSec dl {
    grid-template-columns: min(21.875vw, 420px) 1fr;
  }
}
.workshopListSec dl dt {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  border-bottom: none;
  padding: 6px 0 6px;
}
@media screen and (min-width:768px) {
  .workshopListSec dl dt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    border-bottom: 1px solid #CDCDCD;
    padding: min(3.28125vw, 63px) 0 min(1.5625vw, 30px) min(1.40625vw, 27px);
  }
}
@media screen and (min-width:768px) {
  .workshopListSec dl dt:first-child {
    padding-top: 0;
  }
}
.workshopListSec dl dd {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  border-bottom: 1px solid #CDCDCD;
  padding: 6px 0 25px;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .workshopListSec dl dd {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    padding: min(3.28125vw, 63px) 0 min(1.5625vw, 30px);
    margin-bottom: 0;
  }
}
@media screen and (min-width:768px) {
  .workshopListSec dl dd:nth-of-type(1) {
    padding-top: 0;
  }
}
.workshopListSec dl dd a {
  color: #0044CC;
  text-decoration: underline;
}
.workshopListSec dl dd a:hover {
  text-decoration: none;
}
.workshopListSec dl dd p {
  margin-bottom: 1em;
  line-height: 1.6;
}
.workshopListSec .btn__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 50px;
}
@media screen and (min-width:768px) {
  .workshopListSec .btn__block {
    flex-direction: row;
    gap: min(1.25vw, 24px);
    margin-top: min(6.25vw, 120px);
  }
}
.workshopListSec .btn__block .btnLink--more {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.workshopListSec .btn__block .btnLink--more::after {
  right: 20px;
}
@media screen and (min-width:768px) {
  .workshopListSec .btn__block .btnLink--more::after {
    right: min(1.0416666667vw, 20px);
  }
}
.workshopListSec .flow__block {
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .workshopListSec .flow__block {
    margin-bottom: min(7.8125vw, 150px);
  }
}
.workshopListSec .flow__block .ttl {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .workshopListSec .flow__block .ttl {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: min(1.0416666667vw, 20px);
  }
}
.workshopListSec .flow__block .txt {
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .workshopListSec .flow__block .txt {
    margin-bottom: min(4.1666666667vw, 80px);
  }
}
.workshopListSec .flow__block .txt img {
  height: 100%;
  max-width: 500px;
}
@media screen and (min-width:768px) {
  .workshopListSec .flow__block .txt img {
    max-width: none;
    height: min(46.5104166667vw, 893px);
    aspect-ratio: 1480/893;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.workshopListSec .flow__block .txt iframe {
  width: 100%;
  height: 377px;
}
@media screen and (min-width:768px) {
  .workshopListSec .flow__block .txt iframe {
    height: min(46.875vw, 900px);
  }
}
.workshopListSec .flow__block .txt:last-child {
  margin-bottom: 0;
}

.applicationFormSec {
  background: #E8F0FE;
}
.applicationFormSec .inner-s {
  width: 87.2%;
  padding: 50px 0 60px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .applicationFormSec .inner-s {
    width: min(77.0833333333vw, 1480px);
    padding: min(5.7291666667vw, 110px) 0 min(10.4166666667vw, 200px);
  }
}
.applicationFormSec .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.applicationFormSec .title .en {
  font-size: 12px;
  font-weight: 400;
  color: #323232;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "brandon-grotesque", sans-serif;
}
@media screen and (min-width:768px) {
  .applicationFormSec .title .en {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
  }
}
.applicationFormSec .title .jp {
  font-size: 20px;
  font-weight: 700;
  color: #323232;
  text-align: center;
  line-height: 2.4;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .applicationFormSec .title .jp {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.5;
  }
}

.droneTrainingSec .inner-m {
  width: 87.2%;
  margin: 0 auto;
  padding: 10px 0 58px;
}
@media screen and (min-width:768px) {
  .droneTrainingSec .inner-m {
    width: min(80.2083333333vw, 1540px);
    padding: min(0.5208333333vw, 10px) 0 0 min(1.5625vw, 30px);
  }
}
.droneTrainingSec h2.drone-training__title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .droneTrainingSec h2.drone-training__title {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    padding-left: min(2.0833333333vw, 40px);
    margin-bottom: min(1.5625vw, 30px);
  }
}
.droneTrainingSec h2.drone-training__title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 32px;
  background: #1B7FF5;
}
@media screen and (min-width:768px) {
  .droneTrainingSec h2.drone-training__title::before {
    width: min(0.4166666667vw, 8px);
    height: 100%;
  }
}
.droneTrainingSec .drone-training__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 56px;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width:768px) {
  .droneTrainingSec .drone-training__content {
    flex-direction: row;
    padding-bottom: min(2.8645833333vw, 55px);
  }
}
.droneTrainingSec .text__block {
  order: 2;
  flex: 1;
}
@media screen and (min-width:768px) {
  .droneTrainingSec .text__block {
    order: 1;
  }
}
.droneTrainingSec .text__block p {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .droneTrainingSec .text__block p {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: min(5.7291666667vw, 110px);
  }
}
.droneTrainingSec .btn__block {
  text-align: center;
}
@media screen and (min-width:768px) {
  .droneTrainingSec .btn__block {
    text-align: left;
  }
}
.droneTrainingSec .img__block {
  order: 1;
  flex: 1;
  width: 100%;
  margin-bottom: 13px;
}
@media screen and (min-width:768px) {
  .droneTrainingSec .img__block {
    order: 2;
    text-align: right;
    margin-bottom: 0;
  }
}
.droneTrainingSec .img__block img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 327/187;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .droneTrainingSec .img__block img {
    width: min(30vw, 576px);
    height: min(17.34375vw, 333px);
    border-radius: min(0.5208333333vw, 10px);
    margin: max(-3.6458333333vw, -70px) 0 0 auto;
  }
}

.droneTrainingFeatureSec {
  padding: 0 0 105px;
}
@media screen and (min-width:768px) {
  .droneTrainingFeatureSec {
    padding: min(8.8541666667vw, 170px) 0 min(8.3333333333vw, 160px);
  }
}
.droneTrainingFeatureSec .inner-m {
  width: 87.2%;
  margin: 303px auto 0;
}
@media screen and (min-width:768px) {
  .droneTrainingFeatureSec .inner-m {
    width: min(80.2083333333vw, 1540px);
    margin: auto;
  }
}
.droneTrainingFeatureSec .bg__area {
  position: relative;
  background: url(../../assets/img/sapporo-drone-park/droneTrainingFeatureSec-bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: 270px;
}
@media screen and (min-width:768px) {
  .droneTrainingFeatureSec .bg__area {
    width: 100%;
    height: min(34.7916666667vw, 668px);
    margin-bottom: min(4.9479166667vw, 95px);
  }
}
.droneTrainingFeatureSec .bg__area .banner {
  position: absolute;
  top: 195px;
  right: 50%;
  transform: translate(50%, 0);
  border-radius: 50%;
  background: linear-gradient(to right, #1B7FF5 0%, #ABCFFB 55%, #1B7FF5 100%);
  width: 346px;
  height: 346px;
}
@media screen and (min-width:768px) {
  .droneTrainingFeatureSec .bg__area .banner {
    top: min(9.8958333333vw, 190px);
    right: 5%;
    transform: translate(0, 0);
    width: min(30.2083333333vw, 580px);
    height: min(30.2083333333vw, 580px);
  }
}
.droneTrainingFeatureSec .bg__area .banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 99%;
  height: 99%;
  border-radius: 50%;
  background: linear-gradient(to right, #fff, #EFF6FF);
}
.droneTrainingFeatureSec .bg__area .banner__content h2 {
  font-size: 18px;
  font-weight: 700;
  color: #1B7FF5;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .droneTrainingFeatureSec .bg__area .banner__content h2 {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
  }
}
.droneTrainingFeatureSec .bg__area .banner__content p {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 265px;
}
@media screen and (min-width:768px) {
  .droneTrainingFeatureSec .bg__area .banner__content p {
    font-size: min(0.8333333333vw, 16px);
    line-height: 2;
    width: min(22.8125vw, 438px);
  }
}
.droneTrainingFeatureSec h2.cardTitle {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .droneTrainingFeatureSec h2.cardTitle {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
  }
}
.droneTrainingFeatureSec h2.cardTitle::before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  background: #1B7FF5;
  width: 220px;
  height: 2px;
}
@media screen and (min-width:768px) {
  .droneTrainingFeatureSec h2.cardTitle::before {
    bottom: max(-1.0416666667vw, -20px);
    width: min(25vw, 480px);
    height: min(0.2083333333vw, 4px);
  }
}
.droneTrainingFeatureSec .cardFeature {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 57px;
}
@media screen and (min-width:768px) {
  .droneTrainingFeatureSec .cardFeature {
    flex-direction: row;
    justify-content: space-between;
    gap: min(3.3333333333vw, 64px);
    margin-top: min(9.375vw, 180px);
    padding: 0 min(6.1458333333vw, 118px);
  }
}
.droneTrainingFeatureSec .cardFeature li {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 60px 30px 30px;
  background: linear-gradient(to right, #fff, #EFF6FF);
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  .droneTrainingFeatureSec .cardFeature li {
    width: 33%;
    padding: min(1.5625vw, 30px) min(1.6666666667vw, 32px) min(1.8229166667vw, 35px);
    border-radius: min(0.5208333333vw, 10px);
  }
}
.droneTrainingFeatureSec .cardFeature li .number {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 100px;
  font-weight: 400;
  color: #E8F0FE;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "brandon-grotesque", sans-serif;
}
@media screen and (min-width:768px) {
  .droneTrainingFeatureSec .cardFeature li .number {
    top: max(-4.1666666667vw, -80px);
    left: min(0.5208333333vw, 10px);
    font-size: min(9.4791666667vw, 182px);
    line-height: 1;
  }
}
.droneTrainingFeatureSec .cardFeature li .card__img {
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width:768px) {
  .droneTrainingFeatureSec .cardFeature li .card__img {
    height: min(7.2395833333vw, 139px);
  }
}
.droneTrainingFeatureSec .cardFeature li .card__img img {
  margin: auto auto 0;
}
.droneTrainingFeatureSec .cardFeature li .ttl {
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 38px 0 12px;
}
@media screen and (min-width:768px) {
  .droneTrainingFeatureSec .cardFeature li .ttl {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.2;
    margin: min(1.4583333333vw, 28px) 0 min(0.5729166667vw, 11px);
  }
}
.droneTrainingFeatureSec .cardFeature li .txt {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media screen and (min-width:768px) {
  .droneTrainingFeatureSec .cardFeature li .txt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: min(0.78125vw, 15px);
  }
}
.droneTrainingFeatureSec .cardFeature li .caution {
  font-size: 12px;
  font-weight: 400;
  color: #323232;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 100%;
}
@media screen and (min-width:768px) {
  .droneTrainingFeatureSec .cardFeature li .caution {
    font-size: min(0.7291666667vw, 14px);
    line-height: 1.5;
  }
}
.droneTrainingFeatureSec .cardFeature li:nth-child(1) img {
  width: 79px;
}
@media screen and (min-width:768px) {
  .droneTrainingFeatureSec .cardFeature li:nth-child(1) img {
    width: min(6.1979166667vw, 119px);
  }
}
.droneTrainingFeatureSec .cardFeature li:nth-child(2) img {
  width: 91px;
}
@media screen and (min-width:768px) {
  .droneTrainingFeatureSec .cardFeature li:nth-child(2) img {
    width: min(7.1875vw, 138px);
  }
}
.droneTrainingFeatureSec .cardFeature li:nth-child(3) img {
  width: 109px;
}
@media screen and (min-width:768px) {
  .droneTrainingFeatureSec .cardFeature li:nth-child(3) img {
    width: min(8.4895833333vw, 163px);
  }
}

.droneTrainingDetailSec {
  background: #FAFAFA;
}
.droneTrainingDetailSec .inner-s {
  width: 87.2%;
  padding: 42px 0 72px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .droneTrainingDetailSec .inner-s {
    width: min(62.5vw, 1200px);
    padding: min(5.9895833333vw, 115px) 0 min(9.375vw, 180px);
  }
}
.droneTrainingDetailSec h2.droneTrainingDetail__title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 15px;
  margin-bottom: 38px;
}
@media screen and (min-width:768px) {
  .droneTrainingDetailSec h2.droneTrainingDetail__title {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    padding-left: min(2.6041666667vw, 50px);
    margin-bottom: min(3.125vw, 60px);
  }
}
.droneTrainingDetailSec h2.droneTrainingDetail__title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 32px;
  background: #1B7FF5;
}
@media screen and (min-width:768px) {
  .droneTrainingDetailSec h2.droneTrainingDetail__title::before {
    width: min(0.4166666667vw, 8px);
    height: 100%;
  }
}
.droneTrainingDetailSec dl {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .droneTrainingDetailSec dl {
    grid-template-columns: min(12.1354166667vw, 233px) 1fr;
    margin-bottom: min(6.25vw, 120px);
  }
}
.droneTrainingDetailSec dl dt {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  border-bottom: none;
  padding: 0 0 20px;
  margin-bottom: 26px;
}
@media screen and (min-width:768px) {
  .droneTrainingDetailSec dl dt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    border-bottom: 1px solid #CDCDCD;
    padding: min(2.7083333333vw, 52px) 0 0 min(1.25vw, 24px);
    margin-bottom: 0;
  }
}
.droneTrainingDetailSec dl dt:first-child {
  padding-top: 0;
}
.droneTrainingDetailSec dl dd {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  border-bottom: 1px solid #CDCDCD;
  padding: 0 0 25px;
  margin-bottom: 37px;
}
@media screen and (min-width:768px) {
  .droneTrainingDetailSec dl dd {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    padding: min(2.7083333333vw, 52px) 0 min(1.6666666667vw, 32px);
    margin-bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .droneTrainingDetailSec dl dd:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.droneTrainingDetailSec dl dd:nth-of-type(1) {
  padding-top: 0;
}
.droneTrainingDetailSec .basic-fee {
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .droneTrainingDetailSec .basic-fee {
    margin-bottom: min(1.5625vw, 30px);
  }
}
.droneTrainingDetailSec .basic-fee:last-child {
  margin-bottom: 0;
}
.droneTrainingDetailSec .basic-fee span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  background: #707070;
  padding: 2px 10px;
}
@media screen and (min-width:768px) {
  .droneTrainingDetailSec .basic-fee span {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    padding: min(0.46875vw, 9px) min(1.8229166667vw, 35px);
    margin-bottom: min(1.4583333333vw, 28px);
  }
}
.droneTrainingDetailSec .basic-fee h3 {
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .droneTrainingDetailSec .basic-fee h3 {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.2;
    margin-bottom: min(0.78125vw, 15px);
  }
}
.droneTrainingDetailSec .basic-fee p {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .droneTrainingDetailSec .basic-fee p {
    font-size: min(0.7291666667vw, 14px);
    line-height: 1.5;
  }
}
.droneTrainingDetailSec .g-map {
  margin: 25px 0 0;
}
@media screen and (min-width:768px) {
  .droneTrainingDetailSec .g-map {
    margin: min(1.0416666667vw, 20px) 0 0;
    width: min(24.84375vw, 477px);
  }
}
.droneTrainingDetailSec .g-map iframe {
  aspect-ratio: 477/301;
  width: 100%;
}
.droneTrainingDetailSec .calendar {
  margin: 25px 0 0;
}
@media screen and (min-width:768px) {
  .droneTrainingDetailSec .calendar {
    margin: min(1.0416666667vw, 20px) 0 0;
    width: min(30.9375vw, 594px);
  }
}
.droneTrainingDetailSec .calendar iframe {
  aspect-ratio: 594/444;
  width: 100%;
}
.droneTrainingDetailSec .btn__text {
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .droneTrainingDetailSec .btn__text {
    font-size: min(0.9375vw, 18px);
    line-height: 1.5;
    margin-bottom: min(1.0416666667vw, 20px);
  }
}
.droneTrainingDetailSec .btn__block--droneTrainingDetail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width:768px) {
  .droneTrainingDetailSec .btn__block--droneTrainingDetail {
    flex-direction: row;
    justify-content: center;
    gap: min(1.1458333333vw, 22px);
  }
}

.droneTrainingVideoSec {
  padding: 48px 0 55px;
}
@media screen and (min-width:768px) {
  .droneTrainingVideoSec {
    padding: min(5.2083333333vw, 100px) 0 min(5.2083333333vw, 100px);
  }
}
.droneTrainingVideoSec .inner-s {
  width: 87.2%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .droneTrainingVideoSec .inner-s {
    width: min(62.5vw, 1200px);
  }
}
.droneTrainingVideoSec h2.droneTrainingVideoTitle {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 22px;
}
@media screen and (min-width:768px) {
  .droneTrainingVideoSec h2.droneTrainingVideoTitle {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    margin-bottom: min(2.3958333333vw, 46px);
  }
}
.droneTrainingVideoSec h2.droneTrainingVideoTitle::before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  background: #1B7FF5;
  width: 220px;
  height: 2px;
}
@media screen and (min-width:768px) {
  .droneTrainingVideoSec h2.droneTrainingVideoTitle::before {
    bottom: max(-1.0416666667vw, -20px);
    width: min(25vw, 480px);
    height: min(0.2083333333vw, 4px);
  }
}
.droneTrainingVideoSec .droneTrainingVideoText {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .droneTrainingVideoSec .droneTrainingVideoText {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: min(2.34375vw, 45px);
  }
}
.droneTrainingVideoSec .video__block {
  width: 100%;
  height: 100%;
  margin: auto;
  aspect-ratio: 375/211;
}
@media screen and (min-width:768px) {
  .droneTrainingVideoSec .video__block {
    width: min(42.7604166667vw, 821px);
    aspect-ratio: 821/463;
  }
}

.droneTraining-faqSec {
  background: #FAFAFA;
  padding: 50px 0 40px;
}
@media screen and (min-width:768px) {
  .droneTraining-faqSec {
    padding: min(5.2083333333vw, 100px) 0 min(5.2083333333vw, 100px);
  }
}
.droneTraining-faqSec .inner-s {
  width: 87.2%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .droneTraining-faqSec .inner-s {
    width: min(62.5vw, 1200px);
  }
}
.droneTraining-faqSec h2.droneTraining-faqSecTitle {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .droneTraining-faqSec h2.droneTraining-faqSecTitle {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    margin-bottom: min(2.3958333333vw, 46px);
  }
}
.droneTraining-faqSec h2.droneTraining-faqSecTitle::before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  background: #1B7FF5;
  width: 220px;
  height: 2px;
}
@media screen and (min-width:768px) {
  .droneTraining-faqSec h2.droneTraining-faqSecTitle::before {
    bottom: max(-1.0416666667vw, -20px);
    width: min(25vw, 480px);
    height: min(0.2083333333vw, 4px);
  }
}
.droneTraining-faqSec .droneTraining-faqSecText {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .droneTraining-faqSec .droneTraining-faqSecText {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: min(2.34375vw, 45px);
  }
}
.droneTraining-faqSec .faq__block {
  /* 質問のタイトル部分 */
  /* 回答は初期表示非表示 */
}
.droneTraining-faqSec .faq__block .faq-accordion {
  display: flex;
  flex-direction: column;
  background: #FAFAFA;
  gap: 14px;
}
@media screen and (min-width:768px) {
  .droneTraining-faqSec .faq__block .faq-accordion {
    gap: min(1.25vw, 24px);
  }
}
.droneTraining-faqSec .faq__block .faq-group-heading {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  display: block;
  width: 100%;
  padding: 8px 50px 8px 10px;
  cursor: pointer;
  border: none;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width:768px) {
  .droneTraining-faqSec .faq__block .faq-group-heading {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.2;
    padding: min(0.78125vw, 15px) min(1.5625vw, 30px) min(0.78125vw, 15px);
  }
}
.droneTraining-faqSec .faq__block .faq-group-heading::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  content: "";
  background: url(../../assets/img/sapporo-drone-park/faq-arrow.svg) no-repeat center center/contain;
  width: 12px;
  height: 6px;
}
@media screen and (min-width:768px) {
  .droneTraining-faqSec .faq__block .faq-group-heading::after {
    right: min(1.5625vw, 30px);
    width: min(0.625vw, 12px);
    height: min(0.3125vw, 6px);
  }
}
.droneTraining-faqSec .faq__block .faq-group:nth-child(odd) .faq-group-heading {
  background-color: #98A6B5;
}
.droneTraining-faqSec .faq__block .faq-group:nth-child(even) .faq-group-heading {
  background-color: #707070;
}
.droneTraining-faqSec .faq__block .faq-questions {
  display: none;
}
.droneTraining-faqSec .faq__block .faq-group.open .faq-group-heading::after {
  transform: rotate(180deg);
}
.droneTraining-faqSec .faq__block .faq-question {
  border-bottom: 1px solid #CDCDCD;
}
@media screen and (min-width:768px) {
  .droneTraining-faqSec .faq__block .faq-question {
    border-bottom: min(0.1041666667vw, 2px) solid #CDCDCD;
  }
}
.droneTraining-faqSec .faq__block .question-trigger {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  display: flex;
  width: 100%;
  padding: 20px 50px 10px 10px;
  cursor: pointer;
  border: none;
  background: #FAFAFA;
}
@media screen and (min-width:768px) {
  .droneTraining-faqSec .faq__block .question-trigger {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    padding: min(2.0833333333vw, 40px) min(3.6458333333vw, 70px) min(1.0416666667vw, 20px) min(1.5625vw, 30px);
  }
}
.droneTraining-faqSec .faq__block .question-trigger::before {
  content: "Q.";
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  color: #1B7FF5;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "brandon-grotesque", sans-serif;
  margin-top: -0.25em;
  margin-right: 10px;
}
@media screen and (min-width:768px) {
  .droneTraining-faqSec .faq__block .question-trigger::before {
    font-size: min(2.0833333333vw, 40px);
    line-height: 1;
    margin-right: min(1.5625vw, 30px);
  }
}
.droneTraining-faqSec .faq__block .question-trigger::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  content: "";
  background: url(../../assets/img/sapporo-drone-park/faq-open.svg) no-repeat center center/contain;
  width: 14px;
  height: 14px;
}
@media screen and (min-width:768px) {
  .droneTraining-faqSec .faq__block .question-trigger::after {
    right: min(1.5625vw, 30px);
    width: min(1.0416666667vw, 20px);
    height: min(1.0416666667vw, 20px);
  }
}
.droneTraining-faqSec .faq__block .answer-wrapper {
  display: none;
}
.droneTraining-faqSec .faq__block .answer {
  position: relative;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 100%;
  padding: 10px 50px 20px 10px;
}
@media screen and (min-width:768px) {
  .droneTraining-faqSec .faq__block .answer {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    padding: min(1.6666666667vw, 32px) min(3.6458333333vw, 70px) min(1.6666666667vw, 32px) min(1.5625vw, 30px);
  }
}
.droneTraining-faqSec .faq__block .answer::before {
  content: "A.";
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  color: #1B7FF5;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "brandon-grotesque", sans-serif;
  margin-top: -0.25em;
  margin-right: 10px;
}
@media screen and (min-width:768px) {
  .droneTraining-faqSec .faq__block .answer::before {
    font-size: min(2.0833333333vw, 40px);
    line-height: 1;
    margin-right: min(1.5625vw, 30px);
  }
}
.droneTraining-faqSec .faq__block .faq-question.open .question-trigger::after {
  background: url(../../assets/img/sapporo-drone-park/faq-close.svg) no-repeat center center/contain;
  width: 14px;
  height: 2px;
}
@media screen and (min-width:768px) {
  .droneTraining-faqSec .faq__block .faq-question.open .question-trigger::after {
    width: min(1.0416666667vw, 20px);
    height: min(0.15625vw, 3px);
  }
}

.linksSec {
  position: relative;
  background: #FFFFFF;
}
.linksSec::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 87.2%;
  height: 1px;
  background: #707070;
}
@media screen and (min-width:768px) {
  .linksSec::before {
    width: 90%;
  }
}
.linksSec .inner-s {
  width: 87.2%;
  padding: 42px 0 72px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .linksSec .inner-s {
    width: min(62.5vw, 1200px);
    padding: min(5.9895833333vw, 115px) 0 min(9.375vw, 180px);
  }
}
.linksSec h2.links__title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 15px;
  margin-bottom: 38px;
}
@media screen and (min-width:768px) {
  .linksSec h2.links__title {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    padding-left: min(2.6041666667vw, 50px);
    margin-bottom: min(3.125vw, 60px);
  }
}
.linksSec h2.links__title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 32px;
  background: #1B7FF5;
}
@media screen and (min-width:768px) {
  .linksSec h2.links__title::before {
    width: min(0.4166666667vw, 8px);
    height: 100%;
  }
}
.linksSec ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 50px;
}
@media screen and (min-width:768px) {
  .linksSec ul {
    grid-template-columns: repeat(3, min(10.4166666667vw, 200px));
    gap: min(10.4166666667vw, 200px) 0;
    justify-content: space-between;
  }
}
.linksSec ul .img__block {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
}
@media screen and (min-width:768px) {
  .linksSec ul .img__block {
    height: min(11.4583333333vw, 220px);
  }
}
.linksSec ul .img__block img {
  width: 100%;
}
.linksSec ul .text__block .ttl {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .linksSec ul .text__block .ttl {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.linksSec ul .text__block .txt {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .linksSec ul .text__block .txt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}

.hojokinInfoSec {
  background: #FFFFFF;
}
.hojokinInfoSec .inner-s {
  width: 87.2%;
  margin: 0 auto;
  padding: 70px 0 70px;
}
@media screen and (min-width:768px) {
  .hojokinInfoSec .inner-s {
    width: min(62.5vw, 1200px);
    padding: min(6.25vw, 120px) 0 min(6.25vw, 120px);
  }
}
.hojokinInfoSec h2.hojokinInfo__title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 15px;
  margin-bottom: 38px;
}
@media screen and (min-width:768px) {
  .hojokinInfoSec h2.hojokinInfo__title {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    padding-left: min(2.6041666667vw, 50px);
    margin-bottom: min(3.125vw, 60px);
  }
}
.hojokinInfoSec h2.hojokinInfo__title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 32px;
  background: #1B7FF5;
}
@media screen and (min-width:768px) {
  .hojokinInfoSec h2.hojokinInfo__title::before {
    width: min(0.4166666667vw, 8px);
    height: 100%;
  }
}
.hojokinInfoSec .btn__block--hojokinInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width:768px) {
  .hojokinInfoSec .btn__block--hojokinInfo {
    flex-direction: row;
    justify-content: center;
    gap: min(1.1458333333vw, 22px);
  }
}
.hojokinInfoSec .btn__block--hojokinInfo > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .hojokinInfoSec .btn__block--hojokinInfo > div {
    gap: min(1.0416666667vw, 20px);
  }
}
.hojokinInfoSec .btn__block--hojokinInfo .txt-link {
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .hojokinInfoSec .btn__block--hojokinInfo .txt-link {
    font-size: min(0.9375vw, 18px);
    line-height: 1.5;
  }
}

.siteMapSec {
  position: relative;
  background: #FFFFFF;
}
.siteMapSec .inner-s {
  width: 87.2%;
  padding: 42px 0 72px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .siteMapSec .inner-s {
    width: min(62.5vw, 1200px);
    padding: min(5.9895833333vw, 115px) 0 min(9.375vw, 180px);
  }
}
.siteMapSec .siteMap__menuList {
  position: relative;
  display: block;
}
@media screen and (min-width:768px) {
  .siteMapSec .siteMap__menuList {
    display: flex;
    justify-content: space-between;
  }
}
.siteMapSec .siteMap__menuList .menu__list > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #1B7FF5;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  text-decoration: underline;
  padding: 5px 0;
}
@media screen and (min-width:768px) {
  .siteMapSec .siteMap__menuList .menu__list > li > a {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.36;
    padding: min(1.0416666667vw, 20px) 0;
  }
}
.siteMapSec .siteMap__menuList .menu__list > li > a:hover {
  text-decoration: none;
}
.siteMapSec .siteMap__menuList .menu__list .submenu-item > a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #1B7FF5;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding: 5px 0;
  text-decoration: underline;
}
@media screen and (min-width:768px) {
  .siteMapSec .siteMap__menuList .menu__list .submenu-item > a {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.36;
    padding: min(1.0416666667vw, 20px) 0;
  }
}
.siteMapSec .siteMap__menuList .menu__list .submenu-item > a:hover {
  text-decoration: none;
}
.siteMapSec .siteMap__menuList .menu__list .submenu-item span.bold {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .siteMapSec .siteMap__menuList .menu__list .submenu-item span.bold {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.875;
  }
}
.siteMapSec .siteMap__menuList .menu__list .submenu__list {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .siteMapSec .siteMap__menuList .menu__list .submenu__list {
    margin-bottom: 0;
  }
}
.siteMapSec .siteMap__menuList .menu__list .submenu__list a {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #707070;
  text-align: left;
  line-height: 2.5;
  letter-spacing: 0em;
  text-decoration: underline;
}
@media screen and (min-width:768px) {
  .siteMapSec .siteMap__menuList .menu__list .submenu__list a {
    font-size: min(0.8333333333vw, 16px);
    line-height: 2.5;
  }
}
.siteMapSec .siteMap__menuList .menu__list .submenu__list a:hover {
  text-decoration: none;
}
@media screen and (min-width:768px) {
  .siteMapSec .siteMap__menuList .menu__list .submenu__list .submenu__list--second {
    margin-bottom: min(0.5208333333vw, 10px);
  }
}
.siteMapSec .snsmenu {
  position: relative;
  display: flex;
  gap: 22px;
  margin-top: 50px;
}
@media screen and (min-width:768px) {
  .siteMapSec .snsmenu {
    position: absolute;
    bottom: 0;
    right: 0;
    gap: min(2.03125vw, 39px);
    margin-top: 0;
  }
}
.siteMapSec .snsmenu img {
  height: 23px;
}
@media screen and (min-width:768px) {
  .siteMapSec .snsmenu img {
    height: min(1.875vw, 36px);
  }
}

.contactMenuSec .inner-s {
  width: 87.2%;
  margin: 0 auto;
  padding: 0 0 20px;
}
@media screen and (min-width:768px) {
  .contactMenuSec .inner-s {
    width: min(77.0833333333vw, 1480px);
    padding: 0 0 min(4.1666666667vw, 80px);
  }
}
.contactMenuSec h2.contactMenu__title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .contactMenuSec h2.contactMenu__title {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    padding-left: min(2.0833333333vw, 40px);
    margin-bottom: min(1.5625vw, 30px);
  }
}
.contactMenuSec h2.contactMenu__title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 32px;
  background: #1B7FF5;
}
@media screen and (min-width:768px) {
  .contactMenuSec h2.contactMenu__title::before {
    width: min(0.4166666667vw, 8px);
    height: 100%;
  }
}
.contactMenuSec .contactMenu__text {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .contactMenuSec .contactMenu__text {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.contactMenuSec .contactMenu__text a {
  font-size: 20px;
  font-weight: 700;
  color: #1B7FF5;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "brandon-grotesque", sans-serif;
  text-decoration: underline;
}
@media screen and (min-width:768px) {
  .contactMenuSec .contactMenu__text a {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
  }
}
.contactMenuSec .contactMenu-card {
  text-align: center;
  background: #E8F0FE;
  border-radius: 10px;
  padding: 32px 0 36px;
}
@media screen and (min-width:768px) {
  .contactMenuSec .contactMenu-card {
    padding: min(2.0833333333vw, 40px) 0;
    border-radius: min(0.5208333333vw, 10px);
  }
}
.contactMenuSec .contactMenu {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .contactMenuSec .contactMenu {
    gap: min(2.9166666667vw, 56px);
    margin-top: min(6.25vw, 120px);
  }
}
.contactMenuSec .contactMenu-card {
  width: 100%;
}
@media screen and (min-width:768px) {
  .contactMenuSec .contactMenu-card {
    width: min(37.0833333333vw, 712px);
  }
}
.contactMenuSec .contactMenu-card.w-100 {
  width: 100%;
}
.contactMenuSec .contactMenu-card .ttl {
  font-size: 14px;
  font-weight: 700;
  color: #1B7FF5;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .contactMenuSec .contactMenu-card .ttl {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.contactMenuSec .contactMenu-card .txt {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .contactMenuSec .contactMenu-card .txt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: min(0.78125vw, 15px);
  }
}
.contactMenuSec .contactMenu-card .btn__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (min-width:768px) {
  .contactMenuSec .contactMenu-card .btn__block {
    gap: min(1.25vw, 24px);
  }
}
.contactMenuSec .content--thanks {
  padding: 30px 16px 30px;
  background: #E8F0FE;
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  .contactMenuSec .content--thanks {
    padding: min(3.125vw, 60px) 0 min(3.6458333333vw, 70px);
  }
}
.contactMenuSec .thanks__title {
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 26px;
}
@media screen and (min-width:768px) {
  .contactMenuSec .thanks__title {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    margin-bottom: min(1.5625vw, 30px);
  }
}
.contactMenuSec .thanks__title.color-blue {
  color: #1B7FF5;
}
.contactMenuSec .thanks__text {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .contactMenuSec .thanks__text {
    font-size: min(0.8333333333vw, 16px);
    line-height: 2;
    text-align: center;
    margin-bottom: min(2.34375vw, 45px);
  }
}
.contactMenuSec .number {
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  text-align: center;
  line-height: 1.31;
  letter-spacing: 0em;
  margin-bottom: 26px;
}
@media screen and (min-width:768px) {
  .contactMenuSec .number {
    font-size: min(1.25vw, 24px);
    line-height: 1.33;
    margin-bottom: min(1.5625vw, 30px);
  }
}
.contactMenuSec .number span {
  font-weight: 700;
  line-height: 1.5;
  color: #1B7FF5;
  margin-right: 0.3em;
}
.contactMenuSec .btn__block--thanks .btnLink {
  margin: auto;
}

.page-faqSec {
  background: #FAFAFA;
  padding: 50px 0 40px;
}
@media screen and (min-width:768px) {
  .page-faqSec {
    padding: min(5.2083333333vw, 100px) 0 min(5.2083333333vw, 100px);
  }
}
.page-faqSec .inner-s {
  width: 87.2%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .page-faqSec .inner-s {
    width: min(62.5vw, 1200px);
  }
}
.page-faqSec h2.faqSecTitle {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 24px;
}
@media screen and (min-width:768px) {
  .page-faqSec h2.faqSecTitle {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    margin-bottom: min(2.3958333333vw, 46px);
  }
}
.page-faqSec h2.faqSecTitle::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  background: #1B7FF5;
  width: 220px;
  height: 2px;
}
@media screen and (min-width:768px) {
  .page-faqSec h2.faqSecTitle::before {
    bottom: max(-1.0416666667vw, -20px);
    width: min(25vw, 480px);
    height: min(0.2083333333vw, 4px);
  }
}
.page-faqSec .faqSecText {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .page-faqSec .faqSecText {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: min(2.34375vw, 45px);
  }
}
.page-faqSec .faq__block {
  /* 質問のタイトル部分 */
  /* 回答は初期表示非表示 */
}
.page-faqSec .faq__block .faq-accordion {
  display: flex;
  flex-direction: column;
  background: #FAFAFA;
  gap: 14px;
}
@media screen and (min-width:768px) {
  .page-faqSec .faq__block .faq-accordion {
    gap: min(1.25vw, 24px);
  }
}
.page-faqSec .faq__block .faq-question {
  border-bottom: 1px solid #CDCDCD;
}
@media screen and (min-width:768px) {
  .page-faqSec .faq__block .faq-question {
    border-bottom: min(0.1041666667vw, 2px) solid #CDCDCD;
  }
}
.page-faqSec .faq__block .question-trigger {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  display: flex;
  width: 100%;
  padding: 20px 50px 10px 10px;
  cursor: pointer;
  border: none;
  background: #FAFAFA;
}
@media screen and (min-width:768px) {
  .page-faqSec .faq__block .question-trigger {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    padding: min(2.0833333333vw, 40px) min(3.6458333333vw, 70px) min(1.0416666667vw, 20px) min(1.5625vw, 30px);
  }
}
.page-faqSec .faq__block .question-trigger::before {
  content: "Q.";
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  color: #1B7FF5;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "brandon-grotesque", sans-serif;
  margin-top: -0.25em;
  margin-right: 10px;
}
@media screen and (min-width:768px) {
  .page-faqSec .faq__block .question-trigger::before {
    font-size: min(2.0833333333vw, 40px);
    line-height: 1;
    margin-right: min(1.5625vw, 30px);
  }
}
.page-faqSec .faq__block .question-trigger::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  content: "";
  background: url(../../assets/img/sapporo-drone-park/faq-open.svg) no-repeat center center/contain;
  width: 14px;
  height: 14px;
}
@media screen and (min-width:768px) {
  .page-faqSec .faq__block .question-trigger::after {
    right: min(1.5625vw, 30px);
    width: min(1.0416666667vw, 20px);
    height: min(1.0416666667vw, 20px);
  }
}
.page-faqSec .faq__block .answer-wrapper {
  display: none;
}
.page-faqSec .faq__block .answer {
  position: relative;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 100%;
  padding: 10px 50px 20px 10px;
}
@media screen and (min-width:768px) {
  .page-faqSec .faq__block .answer {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    padding: min(1.6666666667vw, 32px) min(3.6458333333vw, 70px) min(1.6666666667vw, 32px) min(1.5625vw, 30px);
  }
}
.page-faqSec .faq__block .answer::before {
  content: "A.";
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  color: #1B7FF5;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "brandon-grotesque", sans-serif;
  margin-top: -0.25em;
  margin-right: 10px;
}
@media screen and (min-width:768px) {
  .page-faqSec .faq__block .answer::before {
    font-size: min(2.0833333333vw, 40px);
    line-height: 1;
    margin-right: min(1.5625vw, 30px);
  }
}
.page-faqSec .faq__block .answer a {
  color: #0044CC;
  text-decoration: underline;
}
.page-faqSec .faq__block .answer a:hover {
  text-decoration: none;
}
.page-faqSec .faq__block .faq-question.open .question-trigger::after {
  background: url(../../assets/img/sapporo-drone-park/faq-close.svg) no-repeat center center/contain;
  width: 14px;
  height: 2px;
}
@media screen and (min-width:768px) {
  .page-faqSec .faq__block .faq-question.open .question-trigger::after {
    width: min(1.0416666667vw, 20px);
    height: min(0.15625vw, 3px);
  }
}

.page-caseSec {
  background: #E8F0FE;
  padding: 40px 0 35px;
}
@media screen and (min-width:768px) {
  .page-caseSec {
    padding: min(5.2083333333vw, 100px) 0 min(5.2083333333vw, 100px);
  }
}
.page-caseSec .inner-m {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .page-caseSec .inner-m {
    width: min(83.3333333333vw, 1600px);
  }
}
.page-caseSec .content {
  position: relative;
}
.page-caseSec .content h2.caseSecTitle {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 87.2%;
  padding-left: 20px;
  margin: 0 auto 20px;
}
@media screen and (min-width:768px) {
  .page-caseSec .content h2.caseSecTitle {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    width: 100%;
    padding-left: min(2.0833333333vw, 40px);
    margin-bottom: min(1.5625vw, 30px);
  }
}
.page-caseSec .content h2.caseSecTitle::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 32px;
  background: #1B7FF5;
}
@media screen and (min-width:768px) {
  .page-caseSec .content h2.caseSecTitle::before {
    width: min(0.4166666667vw, 8px);
    height: 100%;
  }
}
@media screen and (min-width:768px) {
  .page-caseSec .content .card__block {
    margin-top: min(3.3854166667vw, 65px);
  }
}
.page-caseSec .content .swiper--pagecaseSec .swiper-wrapper {
  background: transparent;
  border: none;
  padding-bottom: 60px;
}
@media screen and (min-width:768px) {
  .page-caseSec .content .swiper--pagecaseSec .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-direction: row;
    gap: min(2.0833333333vw, 40px);
    margin: 0;
    padding-bottom: 0;
  }
}
.page-caseSec .content .swiper--pagecaseSec .swiper-wrapper .swiper-slide {
  display: block;
  max-width: 528px;
  padding: 5px;
}
@media screen and (min-width:768px) {
  .page-caseSec .content .swiper--pagecaseSec .swiper-wrapper .swiper-slide {
    max-width: min(27.5vw, 528px);
    height: 100%;
    padding: min(0.5208333333vw, 10px);
  }
}
.page-caseSec .content .swiper--pagecaseSec .card__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px;
}
@media screen and (min-width:768px) {
  .page-caseSec .content .swiper--pagecaseSec .card__item {
    padding: min(2.0833333333vw, 40px);
  }
}
.page-caseSec .content .swiper--pagecaseSec .swiper-scrollbar {
  display: block;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
  width: 60px;
  background: #CDCDCD;
  height: 2px;
}
@media screen and (min-width:768px) {
  .page-caseSec .content .swiper--pagecaseSec .swiper-scrollbar {
    display: none;
  }
}
.page-caseSec .content .swiper--pagecaseSec .swiper-scrollbar .swiper-scrollbar-drag {
  background: #1B7FF5;
}
.page-caseSec .content .card__img {
  overflow: hidden;
  border-radius: 10px;
  max-width: 450px;
  height: auto;
  margin-bottom: 18px;
}
@media screen and (min-width:768px) {
  .page-caseSec .content .card__img {
    max-width: min(23.4375vw, 450px);
    height: min(13.3333333333vw, 256px);
    margin-bottom: min(1.5625vw, 30px);
    border-radius: min(0.5208333333vw, 10px);
  }
}
.page-caseSec .content .card__img img {
  aspect-ratio: 255/163;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .page-caseSec .content .card__img img {
    height: 100%;
    aspect-ratio: 450/256;
  }
}
.page-caseSec .content .card__ttl {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  flex: 1;
}
@media screen and (min-width:768px) {
  .page-caseSec .content .card__ttl {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    -webkit-line-clamp: 3;
    margin-bottom: min(1.0416666667vw, 20px);
  }
}
.page-caseSec .content .card__txt {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .page-caseSec .content .card__txt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    -webkit-line-clamp: 3;
    margin-bottom: min(2.0833333333vw, 40px);
  }
}
.page-caseSec .content .category__block {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .page-caseSec .content .category__block {
    margin-bottom: min(1.5625vw, 30px);
  }
}
.page-caseSec .content .btn__block img {
  margin: 0 0 0 auto;
}

section.contactForm {
  padding: 50px 0 80px;
}
@media screen and (min-width:768px) {
  section.contactForm {
    padding: min(6.25vw, 120px) 0 min(6.25vw, 120px);
  }
}
section.contactForm .inner--pageContact {
  width: 87.2%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  section.contactForm .inner--pageContact {
    width: min(62.5vw, 1200px);
  }
}
section.contactForm h2.contactFormTitle {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 87.2%;
  padding-left: 20px;
  margin: 0 auto 20px;
}
@media screen and (min-width:768px) {
  section.contactForm h2.contactFormTitle {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    width: 100%;
    padding-left: min(2.0833333333vw, 40px);
    margin-bottom: min(1.5625vw, 30px);
  }
}
section.contactForm h2.contactFormTitle::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 32px;
  background: #1B7FF5;
}
@media screen and (min-width:768px) {
  section.contactForm h2.contactFormTitle::before {
    width: min(0.4166666667vw, 8px);
    height: 100%;
  }
}

.page-featureSec {
  background: #E8F0FE;
  padding: 60px 0 100px;
}
@media screen and (min-width:768px) {
  .page-featureSec {
    padding: min(6.25vw, 120px) 0 min(8.3333333333vw, 160px);
  }
}
.page-featureSec .inner-m {
  width: 87.2%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width:768px) {
  .page-featureSec .inner-m {
    width: min(83.3333333333vw, 1600px);
    padding: 0 min(6.25vw, 120px);
  }
}
.page-featureSec .content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width:768px) {
  .page-featureSec .content {
    flex-direction: row-reverse;
    align-items: center;
    gap: min(6.25vw, 120px);
  }
}
.page-featureSec .content h2.featureSecTitle {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.66;
  letter-spacing: 0em;
  margin-bottom: 17px;
}
@media screen and (min-width:768px) {
  .page-featureSec .content h2.featureSecTitle {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.5;
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.page-featureSec .content .featureSecText {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .page-featureSec .content .featureSecText {
    font-size: min(0.9375vw, 18px);
    line-height: 1.5;
  }
}
.page-featureSec .content .swiper__block {
  position: relative;
  width: 100%;
}
@media screen and (min-width:768px) {
  .page-featureSec .content .swiper__block {
    min-width: min(35.4166666667vw, 680px);
    padding: 0 min(2.6041666667vw, 50px);
  }
}
@media screen and (min-width:768px) {
  .page-featureSec .content .swiper__block .swiper--pagefeatureSec {
    padding: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width:767px) {
  .page-featureSec .content .swiper__block .swiper-nav {
    position: relative;
    margin: auto;
    max-width: 120px;
    width: 100%;
  }
}
.page-featureSec .content .swiper__block .swiper-button-next,
.page-featureSec .content .swiper__block .swiper-button-prev {
  color: #323232;
}
@media screen and (max-width:767px) {
  .page-featureSec .content .swiper__block .swiper-button-next,
  .page-featureSec .content .swiper__block .swiper-button-prev {
    top: calc(100% + 24px);
  }
}
@media screen and (max-width:767px) {
  .page-featureSec .content .swiper__block .swiper-button-prev {
    top: calc(100% + 24px);
    left: 0px;
  }
}
@media screen and (max-width:767px) {
  .page-featureSec .content .swiper__block .swiper-button-next {
    top: calc(100% + 24px);
    right: 0px;
  }
}
.page-featureSec .content .swiper__block .swiper-button-next:after,
.page-featureSec .content .swiper__block .swiper-button-prev:after {
  font-size: 16px;
}
@media screen and (min-width:768px) {
  .page-featureSec .content .swiper__block .swiper-button-next:after,
  .page-featureSec .content .swiper__block .swiper-button-prev:after {
    font-size: min(1.0416666667vw, 20px);
  }
}
.page-featureSec .content .swiper__block .swiper-pagination {
  bottom: -30px;
}
@media screen and (min-width:768px) {
  .page-featureSec .content .swiper__block .swiper-pagination {
    bottom: max(-2.0833333333vw, -40px);
  }
}
.page-featureSec .content .swiper__block .swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  border: 1px solid #323232;
  background: transparent;
  width: 8px;
  height: 8px;
}
@media screen and (min-width:768px) {
  .page-featureSec .content .swiper__block .swiper-pagination .swiper-pagination-bullet {
    width: min(0.625vw, 12px);
    height: min(0.625vw, 12px);
  }
}
.page-featureSec .content .swiper__block .swiper-pagination .swiper-pagination-bullet-active {
  background: #1B7FF5;
}
.page-featureSec .content .swiper-slide {
  background: #fff;
  padding: 30px 30px;
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  .page-featureSec .content .swiper-slide {
    padding: min(3.125vw, 60px) min(2.8645833333vw, 55px);
    border-radius: min(0.5208333333vw, 10px);
  }
}
.page-featureSec .content .swiper-slide img {
  max-width: 400px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .page-featureSec .content .swiper-slide img {
    width: min(20.8333333333vw, 400px);
    max-width: none;
  }
}
.page-featureSec .content .swiper-slide .card__ttl {
  font-size: 20px;
  font-weight: 500;
  color: #1B7FF5;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  margin-top: 0;
  margin-bottom: 5px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .page-featureSec .content .swiper-slide .card__ttl {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.31;
    margin-top: min(0.2604166667vw, 5px);
    margin-bottom: min(0.5208333333vw, 10px);
  }
}
.page-featureSec .content .swiper-slide .card__subttl {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #323232;
  width: 100%;
}
@media screen and (min-width:768px) {
  .page-featureSec .content .swiper-slide .card__subttl {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: min(1.0416666667vw, 20px);
    padding-bottom: min(1.5625vw, 30px);
  }
}
.page-featureSec .content .swiper-slide .card__txt {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 100%;
}
@media screen and (min-width:768px) {
  .page-featureSec .content .swiper-slide .card__txt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}

.page-work-detailSec {
  padding: 65px 0 60px;
}
@media screen and (min-width:768px) {
  .page-work-detailSec {
    padding: min(5.2083333333vw, 100px) 0 min(5.2083333333vw, 100px);
  }
}
.page-work-detailSec .inner-m {
  width: 87.2%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .page-work-detailSec .inner-m {
    width: min(70.3125vw, 1350px);
  }
}
.page-work-detailSec .detailContent {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  margin-bottom: 36px;
}
@media screen and (min-width:768px) {
  .page-work-detailSec .detailContent {
    flex-direction: row;
    align-items: center;
    gap: min(3.6458333333vw, 70px);
    margin-bottom: min(3.125vw, 60px);
  }
}
@media screen and (min-width:768px) {
  .page-work-detailSec .detailContent:nth-child(odd) {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.page-work-detailSec .detailContent:last-child {
  margin-bottom: 0;
}
.page-work-detailSec .detailContent .text__block {
  width: 100%;
}
@media screen and (min-width:768px) {
  .page-work-detailSec .detailContent .text__block {
    width: min(33.8541666667vw, 650px);
  }
}
.page-work-detailSec .detailContent .mv__block iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 327/195;
}
@media screen and (min-width:768px) {
  .page-work-detailSec .detailContent .mv__block iframe {
    width: min(33.3333333333vw, 640px);
    height: min(20.8333333333vw, 400px);
    aspect-ratio: 640/400;
  }
}
.page-work-detailSec .detailContent h2.detailSecTitle {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .page-work-detailSec .detailContent h2.detailSecTitle {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    padding-left: min(2.0833333333vw, 40px);
    margin-bottom: min(1.5625vw, 30px);
  }
}
.page-work-detailSec .detailContent h2.detailSecTitle::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 4px;
  height: 32px;
  background: #1B7FF5;
}
@media screen and (min-width:768px) {
  .page-work-detailSec .detailContent h2.detailSecTitle::before {
    width: min(0.4166666667vw, 8px);
    height: 100%;
  }
}
.page-work-detailSec .detailContent h2.detailSecTitle--mv {
  padding: 5px 20px;
  background: linear-gradient(to right, #C9DDFF 0%, rgba(232, 240, 254, 0) 70%);
}
@media screen and (min-width:768px) {
  .page-work-detailSec .detailContent h2.detailSecTitle--mv {
    padding: min(0.4166666667vw, 8px) min(2.0833333333vw, 40px) min(0.4166666667vw, 8px);
  }
}
.page-work-detailSec .detailContent h2.detailSecTitle--mv::before {
  display: none;
}
.page-work-detailSec .detailContent .detailSecText {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .page-work-detailSec .detailContent .detailSecText {
    font-size: min(0.9375vw, 18px);
    line-height: 1.5;
  }
}
.page-work-detailSec .detailContent .swiper__block {
  width: 100%;
}
@media screen and (min-width:768px) {
  .page-work-detailSec .detailContent .swiper__block {
    width: 50%;
  }
}
.page-work-detailSec .detailContent .swiper__block .swiper-slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.page-work-detailSec .detailContent .swiper__block .swiper-slide img {
  aspect-ratio: 327/240;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .page-work-detailSec .detailContent .swiper__block .swiper-slide img {
    aspect-ratio: 640/400;
  }
}
.page-work-detailSec .detailContent .swiper__block .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0 0 10px 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.page-work-detailSec .detailContent .swiper__block .swiper-slide figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.66;
  letter-spacing: 0em;
  width: calc(80% - 70px);
  z-index: 1;
}
@media screen and (min-width:768px) {
  .page-work-detailSec .detailContent .swiper__block .swiper-slide figcaption {
    bottom: min(2.0833333333vw, 40px);
    left: min(2.0833333333vw, 40px);
    font-size: min(0.9375vw, 18px);
    line-height: 2;
    width: min(21.3541666667vw, 410px);
  }
}
.page-work-detailSec .detailContent .swiper__block .button__block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  width: 70px;
}
@media screen and (min-width:768px) {
  .page-work-detailSec .detailContent .swiper__block .button__block {
    bottom: min(2.0833333333vw, 40px);
    right: min(2.0833333333vw, 40px);
    width: min(4.1666666667vw, 80px);
  }
}
.page-work-detailSec .detailContent .swiper__block .swiper-button-prev,
.page-work-detailSec .detailContent .swiper__block .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.page-work-detailSec .detailContent .swiper__block .swiper-button-prev::after,
.page-work-detailSec .detailContent .swiper__block .swiper-button-next::after {
  content: "";
  height: 30px;
  width: 30px;
  aspect-ratio: 1/1;
}
@media screen and (min-width:768px) {
  .page-work-detailSec .detailContent .swiper__block .swiper-button-prev::after,
  .page-work-detailSec .detailContent .swiper__block .swiper-button-next::after {
    width: min(2.0833333333vw, 40px);
    height: min(2.0833333333vw, 40px);
  }
}
.page-work-detailSec .detailContent .swiper__block .swiper-button-next::after {
  background: url(../../assets/img/common/arrow-next.svg) no-repeat center center/contain;
}
.page-work-detailSec .detailContent .swiper__block .swiper-button-prev::after {
  background: url(../../assets/img/common/arrow-prev.svg) no-repeat center center/contain;
}

.page-firstContentSec {
  width: 92% !important;
  margin: 0 auto !important;
  padding: 0 0 50px !important;
}
@media screen and (min-width:768px) {
  .page-firstContentSec {
    width: min(83.3333333333vw, 1600px) !important;
    padding: 0 0 min(6.25vw, 120px) !important;
  }
}
@media screen and (max-width: 600px) {
  .page-firstContentSec .innerblocks-wrap {
    flex-direction: column-reverse !important;
  }
}
.page-firstContentSec .e-title {
  font-size: 24px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.66;
  letter-spacing: 0em;
  margin: 35px 0 20px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .page-firstContentSec .e-title {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.5;
    margin: 0 0 min(1.5625vw, 30px);
    width: min(36.9791666667vw, 710px);
  }
}
.page-firstContentSec .e-text {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.01em;
  width: 100%;
}
@media screen and (min-width:768px) {
  .page-firstContentSec .e-text {
    font-size: min(0.9375vw, 18px);
    line-height: 2;
    width: min(36.9791666667vw, 710px);
  }
}
.page-firstContentSec .e-text.mb-50 {
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .page-firstContentSec .e-text.mb-50 {
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.page-firstContentSec img {
  aspect-ratio: 327/204;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  .page-firstContentSec img {
    aspect-ratio: 720/348;
  }
}
.page-firstContentSec a.wp-block-button__link {
  padding: 0 !important;
}
.page-firstContentSec .is-style-horizontal-custom {
  margin-top: 20px;
  width: 100%;
  gap: 8px;
}
@media screen and (min-width:768px) {
  .page-firstContentSec .is-style-horizontal-custom {
    margin-top: min(1.5625vw, 30px);
    width: min(36.9791666667vw, 710px);
    gap: min(0.4166666667vw, 8px);
  }
}
.page-firstContentSec .is-style-horizontal-custom i {
  display: none !important;
}
.page-firstContentSec .is-style-horizontal-custom .wp-block-themeisle-blocks-icon-list-item-content {
  background: #E8F0FE;
  font-size: 12px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding: 3px 18px;
  margin-right: 0;
}
@media screen and (min-width:768px) {
  .page-firstContentSec .is-style-horizontal-custom .wp-block-themeisle-blocks-icon-list-item-content {
    font-size: min(0.7291666667vw, 14px);
    line-height: 1.5;
    padding: min(0.15625vw, 3px) min(1.0416666667vw, 20px);
    margin-right: 0;
  }
}

.page-content .bg-blue {
  background: #E8F0FE;
}
.page-content .w-1200 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .page-content .w-1200 {
    width: min(62.5vw, 1200px) !important;
  }
}
.page-content .mb-0 {
  margin-bottom: 0 !important;
}
.page-content .title-line {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 20px;
  margin: 35px 0 20px;
}
@media screen and (min-width:768px) {
  .page-content .title-line {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    padding-left: min(2.0833333333vw, 40px);
    margin: 0 0 min(1.5625vw, 30px);
  }
}
.page-content .title-line::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 32px;
  background: #1B7FF5;
}
@media screen and (min-width:768px) {
  .page-content .title-line::before {
    width: min(0.4166666667vw, 8px);
    height: 100%;
  }
}
.page-content .container-custom {
  padding: 50px 0 !important;
}
@media screen and (min-width:768px) {
  .page-content .container-custom {
    padding: min(5.2083333333vw, 100px) 0 !important;
  }
}
@media screen and (min-width:768px) {
  .page-content .container-custom .innerblocks-wrap {
    gap: min(3.6458333333vw, 70px) !important;
  }
}
.page-content .container-custom .title-blue {
  font-size: 14px;
  font-weight: 500;
  color: #1B7FF5;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .page-content .container-custom .title-blue {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.8;
    margin-bottom: min(1.875vw, 36px);
  }
}
.page-content .container-custom .title-white {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .page-content .container-custom .title-white {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.8;
    margin-bottom: min(1.875vw, 36px);
  }
}
.page-content .container-custom .text-custom {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .page-content .container-custom .text-custom {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.page-content .container-custom .color-white {
  color: #fff;
}
.page-content .container-custom .custom-dji {
  padding: 40px 24px;
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .page-content .container-custom .custom-dji {
    padding: min(2.0833333333vw, 40px) min(4.1666666667vw, 80px);
    margin-top: min(2.6041666667vw, 50px);
  }
}
@media screen and (min-width:768px) {
  .page-content .container-custom .custom-dji .innerblocks-wrap {
    align-items: center;
  }
}
@media screen and (min-width:768px) {
  .page-content .container-custom .custom-dji img {
    max-width: none;
    width: min(20.8333333333vw, 400px);
  }
}
.page-content .container-custom .custom-dji .text-custom {
  margin-bottom: 0;
}
.page-content .container-custom .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.page-developmentSec {
  padding: 50px 0 40px;
}
@media screen and (min-width:768px) {
  .page-developmentSec {
    padding: min(5.2083333333vw, 100px) 0 min(5.2083333333vw, 100px);
  }
}
.page-developmentSec .inner-m {
  width: 87.2%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .page-developmentSec .inner-m {
    width: min(70.3125vw, 1350px);
  }
}
.page-developmentSec .developmentSec__title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .page-developmentSec .developmentSec__title {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    padding-left: min(2.0833333333vw, 40px);
    margin-bottom: min(1.5625vw, 30px);
  }
}
.page-developmentSec .developmentSec__title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 32px;
  background: #1B7FF5;
}
@media screen and (min-width:768px) {
  .page-developmentSec .developmentSec__title::before {
    width: min(0.4166666667vw, 8px);
    height: 100%;
  }
}
.page-developmentSec .developmentSec__text {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .page-developmentSec .developmentSec__text {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: min(5.2083333333vw, 100px);
  }
}
.page-developmentSec .developmentContent {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .page-developmentSec .developmentContent {
    flex-direction: row;
    gap: min(3.6458333333vw, 70px);
    margin-bottom: min(3.125vw, 60px);
  }
}
.page-developmentSec .developmentContent:last-child {
  margin-bottom: 0;
}
.page-developmentSec .developmentContent .text__block {
  width: 100%;
}
@media screen and (min-width:768px) {
  .page-developmentSec .developmentContent .text__block {
    width: min(33.8541666667vw, 650px);
  }
}
.page-developmentSec .developmentContent .number {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: #1B7FF5;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "brandon-grotesque", sans-serif;
  width: 78%;
  margin-bottom: 20px;
  padding: 0 0 0 20;
  background: linear-gradient(to right, #C9DDFF, rgba(201, 221, 255, 0) 60%);
}
@media screen and (min-width:768px) {
  .page-developmentSec .developmentContent .number {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.5;
    width: min(15.2083333333vw, 292px);
    margin-bottom: min(1.5625vw, 30px);
    padding: min(0.2083333333vw, 4px) 0 min(0.2083333333vw, 4px) min(1.0416666667vw, 20px);
  }
}
.page-developmentSec .developmentContent h3.developmentSecTitle {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #1B7FF5;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 14px;
}
@media screen and (min-width:768px) {
  .page-developmentSec .developmentContent h3.developmentSecTitle {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.8;
    margin-bottom: min(1.0416666667vw, 20px);
  }
}
.page-developmentSec .developmentContent .developmentSecText {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #323232;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .page-developmentSec .developmentContent .developmentSecText {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    font-weight: 500;
  }
}
.page-developmentSec .developmentContent .swiper__block {
  width: 100%;
}
@media screen and (min-width:768px) {
  .page-developmentSec .developmentContent .swiper__block {
    width: 50%;
  }
}
.page-developmentSec .developmentContent .swiper__block .swiper-slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.page-developmentSec .developmentContent .swiper__block .swiper-slide img {
  aspect-ratio: 640/400;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-developmentSec .developmentContent .swiper__block .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0 0 10px 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.page-developmentSec .developmentContent .swiper__block .swiper-slide figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.66;
  letter-spacing: 0em;
  width: calc(80% - 70px);
  z-index: 1;
}
@media screen and (min-width:768px) {
  .page-developmentSec .developmentContent .swiper__block .swiper-slide figcaption {
    bottom: min(2.0833333333vw, 40px);
    left: min(2.0833333333vw, 40px);
    font-size: min(0.9375vw, 18px);
    line-height: 2;
    width: min(21.3541666667vw, 410px);
  }
}
.page-developmentSec .developmentContent .swiper__block .button__block {
  position: relative;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:768px) {
  .page-developmentSec .developmentContent .swiper__block .button__block {
    bottom: min(2.0833333333vw, 40px);
  }
}
.page-developmentSec .developmentContent .swiper__block .swiper-pagination {
  position: relative;
  width: auto;
  margin: 0 15px;
}
@media screen and (min-width:768px) {
  .page-developmentSec .developmentContent .swiper__block .swiper-pagination {
    margin: 0 min(1.5625vw, 30px);
  }
}
.page-developmentSec .developmentContent .swiper__block .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FAFAFA;
  border-radius: 50%;
  border: #FAFAFA;
}
@media screen and (min-width:768px) {
  .page-developmentSec .developmentContent .swiper__block .swiper-pagination-bullet {
    width: min(0.625vw, 12px);
    height: min(0.625vw, 12px);
    margin: auto min(0.5208333333vw, 10px);
  }
}
.page-developmentSec .developmentContent .swiper__block .swiper-pagination-bullet-active {
  background: #1B7FF5;
  border: #1B7FF5;
}
.page-developmentSec .developmentContent .swiper__block .swiper-button-prev,
.page-developmentSec .developmentContent .swiper__block .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.page-developmentSec .developmentContent .swiper__block .swiper-button-prev::after,
.page-developmentSec .developmentContent .swiper__block .swiper-button-next::after {
  content: "";
  height: 10px;
  width: 17px;
  aspect-ratio: 1/1;
}
@media screen and (min-width:768px) {
  .page-developmentSec .developmentContent .swiper__block .swiper-button-prev::after,
  .page-developmentSec .developmentContent .swiper__block .swiper-button-next::after {
    width: min(0.5208333333vw, 10px);
    height: min(0.8854166667vw, 17px);
  }
}
.page-developmentSec .developmentContent .swiper__block .swiper-button-next::after {
  background: url(../../assets/img/common/arrow-white.svg) no-repeat center center/contain;
}
.page-developmentSec .developmentContent .swiper__block .swiper-button-prev::after {
  background: url(../../assets/img/common/arrow-white.svg) no-repeat center center/contain;
  transform: rotate(180deg);
}

.page-content .bg-blue {
  background: #E8F0FE;
}
.page-content .w-1200 {
  width: 87.2% !important;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .page-content .w-1200 {
    width: min(62.5vw, 1200px) !important;
  }
}
.page-content .mb-0 {
  margin-bottom: 0 !important;
}
.page-content .mt-100 {
  margin-top: 60px;
}
@media screen and (min-width:768px) {
  .page-content .mt-100 {
    margin-top: min(5.2083333333vw, 100px);
  }
}
.page-content .mb-60 {
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .page-content .mb-60 {
    margin-bottom: min(3.125vw, 60px);
  }
}
@media screen and (max-width:767px) {
  .page-content .pw-30 {
    padding: 0 30px;
  }
}
.page-content .title-line {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .page-content .title-line {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    padding-left: min(2.0833333333vw, 40px);
    margin-bottom: min(1.5625vw, 30px);
  }
}
.page-content .title-line::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 32px;
  background: #1B7FF5;
}
@media screen and (min-width:768px) {
  .page-content .title-line::before {
    width: min(0.4166666667vw, 8px);
    height: 100%;
  }
}
.page-content .privacypolicyTxt {
  padding-bottom: 60px;
}
@media screen and (min-width:768px) {
  .page-content .privacypolicyTxt {
    padding-bottom: min(5.2083333333vw, 100px);
  }
}
.page-content .privacypolicyTxt h2 {
  line-height: 1.75;
}
.page-content .privacypolicyTxt p {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .page-content .privacypolicyTxt p {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.75;
  }
}
.page-content .container-custom {
  padding: 50px 0 !important;
}
@media screen and (min-width:768px) {
  .page-content .container-custom {
    padding: min(5.2083333333vw, 100px) 0 !important;
  }
}
.page-content .container-custom .innerblocks-wrap {
  gap: 30px;
}
@media screen and (min-width:768px) {
  .page-content .container-custom .innerblocks-wrap {
    gap: min(3.6458333333vw, 70px) !important;
  }
}
.page-content .container-custom .title-blue {
  font-size: 14px;
  font-weight: 500;
  color: #1B7FF5;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .page-content .container-custom .title-blue {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.8;
    margin-bottom: min(1.875vw, 36px);
  }
}
.page-content .container-custom .title-white {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .page-content .container-custom .title-white {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.8;
    margin-bottom: min(1.875vw, 36px);
  }
}
.page-content .container-custom .text-custom {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .page-content .container-custom .text-custom {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.page-content .container-custom p {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .page-content .container-custom p {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.page-content .container-custom .color-white {
  color: #fff;
}
.page-content .container-custom .custom-dji {
  padding: 40px 24px;
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .page-content .container-custom .custom-dji {
    width: 100% !important;
  }
}
@media screen and (min-width:768px) {
  .page-content .container-custom .custom-dji {
    padding: min(2.0833333333vw, 40px) min(4.1666666667vw, 80px);
    margin-top: min(2.6041666667vw, 50px);
  }
}
@media screen and (min-width:768px) {
  .page-content .container-custom .custom-dji .innerblocks-wrap {
    align-items: center;
  }
}
@media screen and (min-width:768px) {
  .page-content .container-custom .custom-dji img {
    max-width: none;
    width: min(20.8333333333vw, 400px);
  }
}
.page-content .container-custom .custom-dji .text-custom {
  margin-bottom: 0;
}
.page-content .container-custom .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.page-content .pt-60 {
  padding-top: 30px !important;
}
@media screen and (min-width:768px) {
  .page-content .pt-60 {
    padding-top: min(3.125vw, 60px) !important;
  }
}
.page-content .pb-60 {
  padding-bottom: 30px !important;
}
@media screen and (min-width:768px) {
  .page-content .pb-60 {
    padding-bottom: min(3.125vw, 60px) !important;
  }
}
.page-content .custom-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 569/329;
}
@media screen and (min-width:768px) {
  .page-content .custom-card img {
    width: min(29.6354166667vw, 569px);
    height: min(17.1354166667vw, 329px);
  }
}
.page-content .custom-card .card-title {
  font-size: 14px;
  font-weight: 700;
  color: #1B7FF5;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 8px 0 10px;
}
@media screen and (min-width:768px) {
  .page-content .custom-card .card-title {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.68;
    margin: min(0.5208333333vw, 10px) 0 min(0.5208333333vw, 10px);
  }
}
.page-content .custom-card p {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .page-content .custom-card p {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.page-content .other-workshop-box {
  padding: 20px 24px;
  background: linear-gradient(to bottom, #0060B4, #003674);
}
@media screen and (min-width:768px) {
  .page-content .other-workshop-box {
    padding: min(2.0833333333vw, 40px) min(7.3958333333vw, 142px);
  }
}
.page-content .other-workshop-box .other-workshop-box-title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.68;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .page-content .other-workshop-box .other-workshop-box-title {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.8;
  }
}
.page-content .other-workshop-box .other-workshop-box-text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .page-content .other-workshop-box .other-workshop-box-text {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.page-content .pc-flex {
  display: none;
}
@media screen and (min-width:768px) {
  .page-content .pc-flex {
    display: flex;
  }
}
.page-content .other-workbtn {
  margin: auto;
}
.page-content .licence-detail-img {
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .page-content .licence-detail-img {
    margin-bottom: min(3.125vw, 60px);
  }
}
.page-content .licence-detail-img img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .page-content .licence-detail-img img {
    width: min(41.6666666667vw, 800px);
  }
}
.page-content .licence-time-img img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .page-content .licence-time-img img {
    width: min(35.625vw, 684px);
  }
}
.page-content p > a {
  color: #0044CC;
  text-decoration: underline;
}
.page-content p > a:hover {
  text-decoration: none;
}
.page-content .table-type {
  font-size: 12px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.33;
  letter-spacing: 0.1em;
  background-color: #fff;
  /* 各行の１列目だけに適用 */
  /* テーブル１行目の１セル目だけに適用 */
}
@media screen and (min-width:768px) {
  .page-content .table-type {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.page-content .table-type table.has-fixed-layout tbody tr > td {
  border: 1px solid #323232;
}
.page-content .table-type table.has-fixed-layout tbody tr > td:first-child {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.33;
  letter-spacing: 0.1em;
  background-color: #98A6B5;
  width: 24%;
}
@media screen and (min-width:768px) {
  .page-content .table-type table.has-fixed-layout tbody tr > td:first-child {
    font-size: min(0.9375vw, 18px);
    line-height: 2;
    width: 20%;
  }
}
.page-content .table-type table.has-fixed-layout tbody tr:first-child > td {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.33;
  letter-spacing: 0.1em;
  background-color: #98A6B5;
}
@media screen and (min-width:768px) {
  .page-content .table-type table.has-fixed-layout tbody tr:first-child > td {
    font-size: min(0.9375vw, 18px);
    line-height: 2;
  }
}

.page-inspectionFlowSec .bg__area {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .bg__area {
    flex-direction: row;
    width: 100%;
    max-width: 1920px;
    height: min(34.7916666667vw, 668px);
  }
}
.page-inspectionFlowSec .bg__area .img__block {
  border-radius: 0;
  width: 100%;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .bg__area .img__block {
    width: min(66.6666666667vw, 1280px);
    overflow: hidden;
    border-radius: 0 min(0.5208333333vw, 10px) min(0.5208333333vw, 10px) 0;
  }
}
.page-inspectionFlowSec .bg__area .img__block img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 270px;
}
.page-inspectionFlowSec .bg__area .banner {
  position: relative;
  border-radius: 50%;
  background: linear-gradient(to right, #1B7FF5 0%, #ABCFFB 55%, #1B7FF5 100%);
  width: 346px;
  height: 346px;
  margin: -50px auto 0;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .bg__area .banner {
    position: absolute;
    bottom: 0;
    right: 5%;
    transform: translate(0, 0);
    width: min(30.2083333333vw, 580px);
    height: min(30.2083333333vw, 580px);
    margin: 0;
  }
}
.page-inspectionFlowSec .bg__area .banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 99%;
  height: 99%;
  border-radius: 50%;
  background: linear-gradient(to right, #fff, #EFF6FF);
}
.page-inspectionFlowSec .bg__area .banner__content h2 {
  font-size: 18px;
  font-weight: 700;
  color: #1B7FF5;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 53%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .bg__area .banner__content h2 {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    width: 100%;
  }
}
.page-inspectionFlowSec .bg__area .banner__content p {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 265px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .bg__area .banner__content p {
    font-size: min(0.8333333333vw, 16px);
    line-height: 2;
    width: min(22.8125vw, 438px);
  }
}
.page-inspectionFlowSec .inner-m {
  width: 87.2%;
  margin: 0 auto;
  padding: 60px 0 60px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inner-m {
    width: min(77.0833333333vw, 1480px);
    padding: min(5.2083333333vw, 100px) 0 min(6.25vw, 120px);
  }
}
.page-inspectionFlowSec .inspectionFlowSec__title {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inspectionFlowSec__title {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    margin-bottom: min(2.3958333333vw, 46px);
  }
}
.page-inspectionFlowSec .inspectionFlowSec__title::before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  background: #C9DDFF;
  width: 220px;
  height: 2px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inspectionFlowSec__title::before {
    bottom: max(-1.0416666667vw, -20px);
    width: min(25vw, 480px);
    height: min(0.2083333333vw, 4px);
  }
}
.page-inspectionFlowSec .inspectionFlowSec__text {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inspectionFlowSec__text {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: min(2.34375vw, 45px);
  }
}
.page-inspectionFlowSec .inspectionFlow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inspectionFlow {
    grid-template-columns: repeat(6, 1fr);
    gap: min(0.4166666667vw, 8px);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .page-inspectionFlowSec .inspectionFlow {
    grid-template-columns: repeat(3, 1fr);
    gap: min(2.6041666667vw, 50px) min(0.4166666667vw, 8px);
  }
}
.page-inspectionFlowSec .inspectionFlow {
  padding-bottom: 30px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inspectionFlow {
    padding-bottom: min(1.5625vw, 30px);
  }
}
.page-inspectionFlowSec .inspectionFlow li {
  position: relative;
  text-align: center;
  padding: 24px 24px 24px;
  background: linear-gradient(to bottom, #fff, #EFF6FF);
  border-radius: 10px;
  max-width: 311px;
  width: 100%;
  margin: auto;
  height: 100%;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inspectionFlow li {
    padding: min(3.125vw, 60px) min(1.0416666667vw, 20px) min(1.0416666667vw, 20px);
    border-radius: min(0.5208333333vw, 10px);
    max-width: 240px;
  }
}
.page-inspectionFlowSec .inspectionFlow li .number {
  position: relative;
  top: auto;
  left: auto;
  font-size: 64px;
  font-weight: 400;
  color: #E8F0FE;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "brandon-grotesque", sans-serif;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inspectionFlow li .number {
    position: absolute;
    top: max(-2.34375vw, -45px);
    left: min(0.5208333333vw, 10px);
    font-size: min(6.25vw, 120px);
    line-height: 1;
  }
}
.page-inspectionFlowSec .inspectionFlow li .card__img {
  position: absolute;
  top: 24px;
  right: 24px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inspectionFlow li .card__img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: min(5.9375vw, 114px);
  }
}
.page-inspectionFlowSec .inspectionFlow li .card__img img {
  margin: auto;
}
.page-inspectionFlowSec .inspectionFlow li .ttl {
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inspectionFlow li .ttl {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0;
  }
}
.page-inspectionFlowSec .inspectionFlow li .txt {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inspectionFlow li .txt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.page-inspectionFlowSec .inspectionFlow li:nth-child(1) img {
  width: 50px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inspectionFlow li:nth-child(1) img {
    width: min(2.9vw, 111px);
  }
}
.page-inspectionFlowSec .inspectionFlow li:nth-child(2) img {
  width: 50px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inspectionFlow li:nth-child(2) img {
    width: min(4.0104166667vw, 77px);
  }
}
.page-inspectionFlowSec .inspectionFlow li:nth-child(3) img {
  width: 48px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inspectionFlow li:nth-child(3) img {
    width: min(3.4895833333vw, 67px);
  }
}
.page-inspectionFlowSec .inspectionFlow li:nth-child(4) img {
  width: 58px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inspectionFlow li:nth-child(4) img {
    width: min(3.78125vw, 111px);
  }
}
.page-inspectionFlowSec .inspectionFlow li:nth-child(5) img {
  width: 50px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inspectionFlow li:nth-child(5) img {
    width: min(2.9vw, 100px);
  }
}
.page-inspectionFlowSec .inspectionFlow li:nth-child(6) img {
  width: 58px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inspectionFlow li:nth-child(6) img {
    width: min(3.78125vw, 78px);
  }
}

/*定期点検フロー*/

.page-inspectionFlowSec .repairFlow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .repairFlow {
    grid-template-columns: repeat(6, 1fr);
    gap: min(0.4166666667vw, 8px);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .page-inspectionFlowSec .repairFlow {
    grid-template-columns: repeat(3, 1fr);
    gap: min(2.6041666667vw, 50px) min(0.4166666667vw, 8px);
  }
}
.page-inspectionFlowSec .repairFlow {
  padding-bottom: 64px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .repairFlow {
    padding-bottom: 5%;
  }
}
.page-inspectionFlowSec .repairFlow li {
  position: relative;
  text-align: center;
  padding: 24px 24px 24px;
  background: linear-gradient(to bottom, #fff, #EFF6FF);
  border-radius: 10px;
  max-width: 311px;
  width: 100%;
  margin: auto;
  height: 100%;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .repairFlow li {
    padding: min(3.125vw, 60px) min(1.0416666667vw, 20px) min(1.0416666667vw, 20px);
    border-radius: min(0.5208333333vw, 10px);
    max-width: 240px;
  }
}
.page-inspectionFlowSec .repairFlow li .number {
  position: relative;
  top: auto;
  left: auto;
  font-size: 64px;
  font-weight: 400;
  color: #E8F0FE;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "brandon-grotesque", sans-serif;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .repairFlow li .number {
    position: absolute;
    top: max(-2.34375vw, -45px);
    left: min(0.5208333333vw, 10px);
    font-size: min(6.25vw, 120px);
    line-height: 1;
  }
}
.page-inspectionFlowSec .repairFlow li .card__img {
  position: absolute;
  top: 24px;
  right: 24px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .repairFlow li .card__img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: min(5.9375vw, 114px);
  }
}
.page-inspectionFlowSec .repairFlow li .card__img img {
  margin: auto;
}
.page-inspectionFlowSec .repairFlow li .ttl {
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .repairFlow li .ttl {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0;
  }
}
.page-inspectionFlowSec .repairFlow li .txt {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .repairFlow li .txt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.page-inspectionFlowSec .repairFlow li:nth-child(1) img {
  width: 43px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .repairFlow li:nth-child(1) img {
    width: min(2.5vw, 111px);
  }
}
.page-inspectionFlowSec .repairFlow li:nth-child(2) img {
  width: 56px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .repairFlow li:nth-child(2) img {
    width: min(3.5vw, 77px);
  }
}
.page-inspectionFlowSec .repairFlow li:nth-child(3) img {
  width: 43px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .repairFlow li:nth-child(3) img {
    width: min(2.3vw, 67px);
  }
}
.page-inspectionFlowSec .repairFlow li:nth-child(4) img {
  width: 55px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .repairFlow li:nth-child(4) img {
    width: min(2.8vw, 111px);
  }
}

.page-inspectionFlowSec .caution {
  font-size: 12px;
  font-weight: 400;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .caution {
    font-size: min(0.7291666667vw, 14px);
    line-height: 1.5;
  }
}
.page-inspectionFlowSec .inspectionFlow__box {
  width: 100%;
  margin: auto;
  background: linear-gradient(to bottom, #0060B4, #003674);
  padding: 24px 24px;
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inspectionFlow__box {
    margin: min(5.2083333333vw, 100px) auto min(5.2083333333vw, 100px);
    padding: min(2.6041666667vw, 50px) min(4.5833333333vw, 88px);
  }
}
.page-inspectionFlowSec .inspectionFlow__box .box__ttl {
  font-size: 18px;
  font-weight: 500;
  color: #FAFAFA;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inspectionFlow__box .box__ttl {
    font-size: min(1.0416666667vw, 20px);
    text-align: left;
    margin-bottom: min(1.5625vw, 30px);
  }
}
.page-inspectionFlowSec .inspectionFlow__box .box__txt {
  font-size: 14px;
  font-weight: 500;
  color: #FAFAFA;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inspectionFlow__box .box__txt {
    font-size: min(0.8333333333vw, 16px);
  }
}
.page-inspectionFlowSec .inspectionFlow__box .box__txt p {
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inspectionFlow__box .box__txt p {
    padding-left: min(1.3020833333vw, 25px);
  }
}
.page-inspectionFlowSec .inspectionFlow__box .box__txt p::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #C9DDFF;
  border-radius: 50%;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .inspectionFlow__box .box__txt p::before {
    top: min(0.2604166667vw, 5px);
    left: 0;
    width: min(0.8333333333vw, 16px);
    height: min(0.8333333333vw, 16px);
  }
}

.page-inspectionFlowSec > div.inner-m > h3 {
  margin: 20px 0 20px 0;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec > div.inner-m > h3 {
  margin: 20px 0 50px 0;
}
}

.page-inspectionFlowSec > div.inner-m > h3::before {
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 8px;
    height: 32px;
    background: #1B7FF5;
    margin-right: 20px;
}


.page-inspectionFlowSec .btn__block--inspectionFlow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}
@media screen and (min-width:768px) {
  .page-inspectionFlowSec .btn__block--inspectionFlow {
    flex-direction: row;
    gap: min(1.0416666667vw, 20px);
    margin-top: min(3.125vw, 60px);
  }
}

.page-periodicInspectionSec {
  background: linear-gradient(to bottom, #0060B4, #003674);
}
.page-periodicInspectionSec .inner-m {
  width: 87.2%;
  margin: 0 auto;
  padding: 60px 0 60px;
}
@media screen and (min-width:768px) {
  .page-periodicInspectionSec .inner-m {
    width: min(77.0833333333vw, 1480px);
    padding: min(5.2083333333vw, 100px) 0 min(6.25vw, 120px) !important;
  }
}
.page-periodicInspectionSec .periodicInspectionSec__title {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #FAFAFA;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .page-periodicInspectionSec .periodicInspectionSec__title {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    margin-bottom: min(2.3958333333vw, 46px);
  }
}
.page-periodicInspectionSec .periodicInspectionSec__title::before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  background: #C9DDFF;
  width: 220px;
  height: 2px;
}
@media screen and (min-width:768px) {
  .page-periodicInspectionSec .periodicInspectionSec__title::before {
    bottom: max(-1.0416666667vw, -20px);
    width: min(25vw, 480px);
    height: min(0.2083333333vw, 4px);
  }
}
.page-periodicInspectionSec .periodicInspectionSec__text {
  font-size: 14px;
  font-weight: 500;
  color: #FAFAFA;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .page-periodicInspectionSec .periodicInspectionSec__text {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: min(2.34375vw, 45px);
  }
}
.page-periodicInspectionSec .periodicInspection {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width:768px) {
  .page-periodicInspectionSec .periodicInspection {
    grid-template-columns: repeat(2, 1fr);
    gap: min(3.125vw, 60px) min(6.25vw, 120px);
  }
}
.page-periodicInspectionSec .periodicInspection-card .support {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #FAFAFA;
  text-align: left;
  line-height: 1.21;
  letter-spacing: 0.05em;
  font-family: "brandon-grotesque", sans-serif;
}
@media screen and (min-width:768px) {
  .page-periodicInspectionSec .periodicInspection-card .support {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.5;
  }
}
.page-periodicInspectionSec .periodicInspection-card .support span {
  font-size: 64px;
}
@media screen and (min-width:768px) {
  .page-periodicInspectionSec .periodicInspection-card .support span {
    font-size: min(3.8541666667vw, 74px);
  }
}
.page-periodicInspectionSec .periodicInspection-card .support::before {
  position: absolute;
  bottom: 17px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #FAFAFA;
}
@media screen and (min-width:768px) {
  .page-periodicInspectionSec .periodicInspection-card .support::before {
    bottom: min(1.4583333333vw, 28px);
    height: min(0.1041666667vw, 2px);
  }
}
.page-periodicInspectionSec .periodicInspection-card .ttl {
  font-size: 16px;
  font-weight: 700;
  color: #FAFAFA;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .page-periodicInspectionSec .periodicInspection-card .ttl {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.2;
    margin-bottom: min(1.3020833333vw, 25px);
  }
}
.page-periodicInspectionSec .periodicInspection-card .txt {
  font-size: 14px;
  font-weight: 500;
  color: #FAFAFA;
  text-align: left;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media screen and (min-width:768px) {
  .page-periodicInspectionSec .periodicInspection-card .txt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.2;
  }
}
.page-periodicInspectionSec .periodicInspection-card:nth-child(even) .support {
  text-align: right;
}
@media screen and (min-width:768px) {
  .page-periodicInspectionSec .periodicInspection-card:nth-child(even) .support {
    text-align: left;
  }
}
.page-periodicInspectionSec .periodicInspection__box {
  width: 100%;
  margin: auto;
  background: linear-gradient(to bottom, #00247F, #000B35);
  margin: 50px 0 50px;
  padding: 24px 24px;
}
@media screen and (min-width:768px) {
  .page-periodicInspectionSec .periodicInspection__box {
    width: min(64.2708333333vw, 1234px);
    margin: min(3.6458333333vw, 70px) auto min(3.6458333333vw, 70px);
    padding: min(2.0833333333vw, 40px) min(8.0729166667vw, 155px);
  }
}
.page-periodicInspectionSec .periodicInspection__box .box__ttl {
  font-size: 18px;
  font-weight: 500;
  color: #FAFAFA;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .page-periodicInspectionSec .periodicInspection__box .box__ttl {
    font-size: min(1.0416666667vw, 20px);
  }
}
.page-periodicInspectionSec .periodicInspection__box .box__txt {
  font-size: 14px;
  font-weight: 500;
  color: #FAFAFA;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .page-periodicInspectionSec .periodicInspection__box .box__txt {
    font-size: min(0.8333333333vw, 16px);
  }
}
.page-periodicInspectionSec .inspectionGuideline {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .page-periodicInspectionSec .inspectionGuideline {
    flex-direction: row;
    justify-content: space-between;
    gap: min(5.7291666667vw, 110px);
  }
}
.page-periodicInspectionSec .inspectionGuideline .img__block img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .page-periodicInspectionSec .inspectionGuideline .img__block img {
    width: min(35.625vw, 684px);
  }
}
.page-periodicInspectionSec .inspectionGuideline,
.page-periodicInspectionSec .inspectionDiscount {
  padding: 60px 0 60px;
}
@media screen and (min-width:768px) {
  .page-periodicInspectionSec .inspectionGuideline,
  .page-periodicInspectionSec .inspectionDiscount {
    padding: min(5.2083333333vw, 100px) min(4.5833333333vw, 88px) min(5.2083333333vw, 100px);
  }
}
.page-periodicInspectionSec .inspectionGuideline .txt p,
.page-periodicInspectionSec .inspectionDiscount .txt p {
  font-size: 14px;
  font-weight: 500;
  color: #FAFAFA;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 16px;
}
@media screen and (min-width:768px) {
  .page-periodicInspectionSec .inspectionGuideline .txt p,
  .page-periodicInspectionSec .inspectionDiscount .txt p {
    font-size: min(0.8333333333vw, 16px);
    margin-bottom: min(0.9375vw, 18px);
  }
}
.page-periodicInspectionSec .title-line {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #FAFAFA;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .page-periodicInspectionSec .title-line {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    padding-left: min(2.0833333333vw, 40px);
    margin-bottom: min(1.5625vw, 30px);
  }
}
.page-periodicInspectionSec .title-line::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 32px;
  background: #C9DDFF;
}
@media screen and (min-width:768px) {
  .page-periodicInspectionSec .title-line::before {
    width: min(0.4166666667vw, 8px);
    height: 100%;
  }
}
.page-periodicInspectionSec .btn__block--repair-maintenance .btnLink {
  margin: auto;
}

.page-content .inner--coordinateconversion {
  width: 87.2% !important;
  margin: auto;
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .page-content .inner--coordinateconversion {
    width: min(80.2083333333vw, 1540px) !important;
  }
}
@media screen and (min-width:768px) {
  .page-content .inner--coordinateconversion {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.page-content .inner--coordinateconversion .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
  margin: auto;
}
@media screen and (min-width:768px) {
  .page-content .inner--coordinateconversion .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
    width: min(62.5vw, 1200px);
  }
}
.page-content .inner--coordinateconversion .custom-hr {
  margin: 60px 0 !important;
  background: #707070;
  border-top: 1px !important;
}
@media screen and (min-width:768px) {
  .page-content .inner--coordinateconversion .custom-hr {
    margin: min(5.2083333333vw, 100px) 0 !important;
  }
}
.page-content .inner--coordinateconversion .pb-100 {
  padding-bottom: 50px;
}
@media screen and (min-width:768px) {
  .page-content .inner--coordinateconversion .pb-100 {
    padding-bottom: min(5.2083333333vw, 100px);
  }
}
.page-content .inner--coordinateconversion input,
.page-content .inner--coordinateconversion select {
  padding: 5px;
}
@media screen and (min-width:768px) {
  .page-content .inner--coordinateconversion input,
  .page-content .inner--coordinateconversion select {
    padding: min(0.5208333333vw, 10px);
  }
}
.page-content .inner--coordinateconversion iframe {
  background: #fff;
  border: 1px solid #CDD6DD;
}
.page-content .inner--coordinateconversion a {
  color: #0044CC;
  text-decoration: underline;
}
.page-content .inner--coordinateconversion a:hover {
  text-decoration: none;
}
.page-content .conversion__title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .page-content .conversion__title {
    font-size: min(1.25vw, 24px);
    line-height: 1.5;
    padding-left: min(2.0833333333vw, 40px);
    margin-bottom: min(1.5625vw, 30px);
  }
}
.page-content .conversion__title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 32px;
  background: #1B7FF5;
}
@media screen and (min-width:768px) {
  .page-content .conversion__title::before {
    width: min(0.4166666667vw, 8px);
    height: 100%;
  }
}
.page-content .conversion__text {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .page-content .conversion__text {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.page-content .content__title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .page-content .content__title {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.8;
    padding-left: min(2.0833333333vw, 40px);
    margin-bottom: min(1.5625vw, 30px);
  }
}
.page-content .content__title::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  background: url(../../assets/img/common/title-triangle.svg) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .page-content .content__title::before {
    top: min(0.4166666667vw, 8px);
    left: 0;
    width: min(1.25vw, 24px);
    height: min(1.0416666667vw, 20px);
  }
}
.page-content .content__text {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .page-content .content__text {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: min(2.6041666667vw, 50px);
  }
}

@media screen and (min-width:768px) {
  h2.sectionTitle {
    margin-bottom: min(1.7708333333vw, 34px);
  }
}
h2.sectionTitle .en {
  display: block;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 3.125;
  letter-spacing: 0.05em;
  font-family: "brandon-grotesque", sans-serif;
}
@media screen and (min-width:768px) {
  h2.sectionTitle .en {
    font-size: min(4.1666666667vw, 80px);
    line-height: 1.25;
    margin-bottom: min(2.0833333333vw, 40px);
  }
}
h2.sectionTitle .jp {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  h2.sectionTitle .jp {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.5;
  }
}
h2.sectionTitle.flex {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 7px;
}
@media screen and (min-width:768px) {
  h2.sectionTitle.flex {
    flex-direction: row;
    align-items: flex-end;
    gap: min(1.8229166667vw, 35px);
  }
}
h2.sectionTitle.flex .en {
  display: block;
  font-size: 32px;
  font-weight: 400;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "brandon-grotesque", sans-serif;
}
@media screen and (min-width:768px) {
  h2.sectionTitle.flex .en {
    font-size: min(4.1666666667vw, 80px);
    line-height: 1;
    margin: 0;
  }
}
h2.sectionTitle.flex .jp {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.77;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  h2.sectionTitle.flex .jp {
    font-size: min(1.25vw, 24px);
    line-height: 1.8;
  }
}
h2.sectionTitle > .color-black {
  color: #323232;
}

.sectionDescription {
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .sectionDescription {
    font-size: min(0.9375vw, 18px);
    line-height: 1.777;
  }
}
.sectionDescription.color-white {
  color: #fff;
}

.category span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.category--news-list span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.28;
  letter-spacing: 0em;
  background: #1B7FF5;
  border-radius: 16px;
  width: 130px;
  height: 32px;
}
@media screen and (min-width:768px) {
  .category--news-list span {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.687;
    width: min(8.125vw, 156px);
    height: min(2.0833333333vw, 40px);
    border-radius: min(1.0416666667vw, 20px);
  }
}
.category--case span {
  font-size: 12px;
  font-weight: 400;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  background: #C9DDFF;
  border-radius: 16px;
  min-height: 24px;
  padding: 0 20px;
  border: 1px solid #1B7FF5;
  border-radius: 12px;
  margin-right: 10px;
}
@media screen and (min-width:768px) {
  .category--case span {
    font-size: min(0.7291666667vw, 14px);
    line-height: 2.28;
    min-height: none;
    height: min(1.875vw, 36px);
    padding: 0 min(1.3541666667vw, 26px);
    border-radius: min(1.1458333333vw, 22px);
  }
}
.category--info span {
  font-size: 12px;
  font-weight: 400;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  background: #C9DDFF;
  border-radius: 16px;
  min-height: 24px;
  padding: 0 20px;
  border: 1px solid #1B7FF5;
  border-radius: 12px;
  margin-right: 10px;
  white-space: nowrap;
}
@media screen and (min-width:768px) {
  .category--info span {
    font-size: min(0.7291666667vw, 14px);
    line-height: 1.5;
    min-height: auto;
    height: min(1.875vw, 36px);
    padding: 0 min(1.3541666667vw, 26px);
    border-radius: min(1.1458333333vw, 22px);
    margin-right: min(0.5208333333vw, 10px);
  }
}

.tags {
  margin-right: 10px;
}
@media screen and (min-width:768px) {
  .tags {
    margin-right: min(2.0833333333vw, 40px);
  }
}
.tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  border-radius: 16px;
  min-height: 24px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 12px;
}
@media screen and (min-width:768px) {
  .tags span {
    font-size: min(0.7291666667vw, 14px);
    line-height: 2.28;
    min-height: none;
    height: min(1.875vw, 36px);
    padding: 0 min(1.3541666667vw, 26px);
    border-radius: min(1.1458333333vw, 22px);
  }
}

.btnLink {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.0862745098);
}
@media screen and (min-width:768px) {
  .btnLink {
    font-size: min(0.9375vw, 18px);
    line-height: 1.5;
  }
}
.btnLink span {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .btnLink span {
    font-size: min(0.9375vw, 18px);
    line-height: 1.5;
  }
}
.btnLink--more {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 295px;
  width: 100%;
  height: 64px;
  border-radius: 50px;
  background: #1B7FF5;
  margin: auto;
}
@media screen and (min-width:768px) {
  .btnLink--more {
    max-width: min(24.7395833333vw, 475px);
    height: min(4.1666666667vw, 80px);
    margin: 0;
  }
}
.btnLink--more::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  background: url(../../assets/img/common/btn-arrow-white.svg) no-repeat center center/contain;
  width: 21px;
  height: 12px;
}
@media screen and (min-width:768px) {
  .btnLink--more::after {
    right: min(2.0833333333vw, 40px);
    width: min(1.09375vw, 21px);
    height: min(0.625vw, 12px);
  }
}
.btnLink--more--gray {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 295px;
  width: 100%;
  height: 64px;
  padding: 0 60px;
  border-radius: 50px;
  background: #707070;
}
@media screen and (min-width:768px) {
  .btnLink--more--gray {
    max-width: min(24.7395833333vw, 475px);
    height: min(4.1666666667vw, 80px);
    padding: 0;
  }
}
.btnLink--more--gray::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  background: url(../../assets/img/common/btn-arrow-white.svg) no-repeat center center/contain;
  width: 21px;
  height: 12px;
}
@media screen and (min-width:768px) {
  .btnLink--more--gray::after {
    right: min(2.0833333333vw, 40px);
    width: min(1.09375vw, 21px);
    height: min(0.625vw, 12px);
  }
}
.btnLink--link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 295px;
  width: 100%;
  height: 64px;
  border-radius: 50px;
  background: #707070;
}
@media screen and (min-width:768px) {
  .btnLink--link {
    max-width: min(24.7395833333vw, 475px);
    height: min(4.1666666667vw, 80px);
  }
}
.btnLink--link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
  background: url(../../assets/img/common/i-link.svg) no-repeat center center/contain;
  width: 15px;
  height: 15px;
}
@media screen and (min-width:768px) {
  .btnLink--link::after {
    right: min(4.1666666667vw, 80px);
    width: min(1.1979166667vw, 23px);
    height: min(1.1979166667vw, 23px);
  }
}
.btnLink--plus {
  max-width: 295px;
  width: 100%;
  height: 64px;
  line-height: 64px;
  border-radius: 50px;
  background: #1B7FF5;
}
@media screen and (min-width:768px) {
  .btnLink--plus {
    max-width: min(24.7395833333vw, 475px);
    height: min(4.1666666667vw, 80px);
    line-height: min(4.1666666667vw, 80px);
  }
}
.btnLink--plus::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  background: url(../../assets/img/common/i-plus.svg) no-repeat center center/contain;
  width: 14px;
  height: 14px;
}
@media screen and (min-width:768px) {
  .btnLink--plus::after {
    right: min(2.0833333333vw, 40px);
    width: min(1.0416666667vw, 20px);
    height: min(1.0416666667vw, 20px);
  }
}
.btnLink--arrow img {
  width: 32px;
  height: 32px;
}
@media screen and (min-width:768px) {
  .btnLink--arrow img {
    width: min(2.0833333333vw, 40px);
    height: min(2.0833333333vw, 40px);
  }
}
.btnLink.white {
  background: #fff;
  color: #323232;
}
.btnLink.white::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
  background: url(../../assets/img/common/btn-arrow-black.svg) no-repeat center center/contain;
  width: 21px;
  height: 12px;
}
@media screen and (min-width:768px) {
  .btnLink.white::after {
    right: min(2.0833333333vw, 40px);
    width: min(1.09375vw, 21px);
    height: min(0.625vw, 12px);
  }
}
.btnLink.gray {
  background: #707070;
  color: #fff;
}
.btnLink.gray::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  background: url(../../assets/img/common/btn-arrow-white.svg) no-repeat center center/contain;
  width: 21px;
  height: 12px;
}
@media screen and (min-width:768px) {
  .btnLink.gray::after {
    right: min(2.0833333333vw, 40px);
    width: min(1.09375vw, 21px);
    height: min(0.625vw, 12px);
  }
}
.btnLink.w-409 {
  max-width: 295px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .btnLink.w-409 {
    width: min(21.3020833333vw, 409px);
    max-width: none;
  }
}
.btnLink.h-56 {
  height: 40px;
  line-height: 40px;
}
@media screen and (min-width:768px) {
  .btnLink.h-56 {
    height: min(2.9166666667vw, 56px);
    line-height: min(2.9166666667vw, 56px);
  }
}

.ribbon {
  position: relative;
  padding-left: 15px;
}
@media screen and (min-width:768px) {
  .ribbon {
    padding-left: min(2.0833333333vw, 40px);
  }
}
.ribbon::before {
  content: "";
  display: inline-block;
  background: #1B7FF5;
  width: 4px;
  height: 32px;
  margin: 0 13px -0.4em -15px;
}
@media screen and (min-width:768px) {
  .ribbon::before {
    width: min(0.4166666667vw, 8px);
    height: min(1.875vw, 36px);
    margin-left: max(-2.0833333333vw, -40px);
    margin-right: min(2.0833333333vw, 40px);
  }
}

.swiper__block--module {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width:768px) {
  .swiper__block--module {
    width: 100%;
    margin: auto;
  }
}
.swiper__block--module .swiper--module {
  padding-bottom: 40px;
}
@media screen and (min-width:768px) {
  .swiper__block--module .swiper--module {
    padding-bottom: min(4.6875vw, 90px);
  }
}
@media screen and (min-width:768px) {
  .swiper__block--module .swiper--module .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: min(1.8229166667vw, 35px);
  }
}
.swiper__block--module .swiper--module .swiper-slide {
  max-width: 510px;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (min-width:768px) {
  .swiper__block--module .swiper--module .swiper-slide {
    max-width: min(26.5625vw, 510px);
    padding: min(2.2916666667vw, 44px) min(2.03125vw, 39px) min(2.0833333333vw, 40px);
    border-radius: min(0.5208333333vw, 10px);
  }
}
.swiper__block--module .swiper--module .swiper-slide .card__img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .swiper__block--module .swiper--module .swiper-slide .card__img {
    margin-bottom: min(1.5625vw, 30px);
  }
}
.swiper__block--module .swiper--module .swiper-slide .card__img img {
  aspect-ratio: 255/163;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .swiper__block--module .swiper--module .swiper-slide .card__img img {
    aspect-ratio: 432/252;
  }
}
.swiper__block--module .swiper--module .swiper-slide .card__ttl {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .swiper__block--module .swiper--module .swiper-slide .card__ttl {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    margin-bottom: min(1.0416666667vw, 20px);
    -webkit-line-clamp: 3;
  }
}
.swiper__block--module .swiper--module .swiper-slide .card__txt {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .swiper__block--module .swiper--module .swiper-slide .card__txt {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }
}
.swiper__block--module .swiper--module .swiper-slide .category--case {
  margin: 30px 0 20px;
}
@media screen and (min-width:768px) {
  .swiper__block--module .swiper--module .swiper-slide .category--case {
    margin: min(2.0833333333vw, 40px) 0 min(1.5625vw, 30px);
  }
}
.swiper__block--module .swiper--module .swiper-slide .btn__block .btnOnly {
  margin: 0 0 0 auto;
}
.swiper__block--module .swiper--module .swiper-scrollbar {
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
  height: 2px;
}
.swiper__block--module .swiper--module .swiper-scrollbar .swiper-scrollbar-drag {
  background: #1B7FF5;
}
@media screen and (min-width: 769px) {
  .swiper__block--module .swiper--module .swiper-scrollbar {
    display: none;
  }
}

.pagination-wrapper {
  text-align: center;
  margin: 60px 0 0;
}
@media screen and (min-width:768px) {
  .pagination-wrapper {
    margin: min(4.6875vw, 90px) 0 0;
  }
}
.pagination-wrapper .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0em;
  width: 24px;
  height: 24px;
  margin: 0 2px;
}
@media screen and (min-width:768px) {
  .pagination-wrapper .page-numbers {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.38;
    width: min(2.1875vw, 42px);
    height: min(2.1875vw, 42px);
    margin: 0 min(0.5208333333vw, 10px);
  }
}
.pagination-wrapper .page-numbers.current {
  position: relative;
  color: #FAFAFA;
  background: #1B7FF5;
  border-radius: 50%;
}

/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

/* 遅延用ユーティリティ */
.js-fadeUp.delay-200 {
  transition-delay: 0.2s;
}

.js-fadeUp.delay-400 {
  transition-delay: 0.4s;
}

.js-fadeUp.delay-800 {
  transition-delay: 0.8s;
}

.js-fadeUp.delay-1000 {
  transition-delay: 1s;
}

/* ローダー：全画面を白で覆う */
/* 初期状態：真っ白 */
#page-loader {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

/* .loaded が付いたらフェードアウト */
#page-loader.loaded {
  opacity: 0;
}

/* ページ全体を覆う真っ白オーバーレイ */
#page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.6s ease;
  pointer-events: none;
  /* マウス操作をガード */
}

/* フェードアウト用クラス */
#page-overlay.fade-out {
  opacity: 0;
}

.shooting-flow {
  position: fixed;
  bottom: 20px;
  right: 15px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(to right, #0060B4, #003674);
  z-index: 9;
  transition: opacity 0.3s ease;
}
@media screen and (min-width:768px) {
  .shooting-flow {
    right: min(8.3333333333vw, 160px);
    bottom: min(1.5625vw, 30px);
    width: min(10.6770833333vw, 205px);
    height: min(10.6770833333vw, 205px);
  }
}
.shooting-flow a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 8px;
}
@media screen and (min-width:768px) {
  .shooting-flow a {
    gap: min(0.5208333333vw, 10px);
  }
}
.shooting-flow a img {
  width: 29px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .shooting-flow a img {
    width: min(2.5520833333vw, 49px);
  }
}
.shooting-flow a span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #FAFAFA;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media screen and (min-width:768px) {
  .shooting-flow a span {
    font-size: min(1.0416666667vw, 20px);
  }
}

/*2025/05/08追加*/
.single {
  word-break: break-all;
}

@media screen and (min-width:768px) {
  .sp-inlineblock {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .sp-inlineblock {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width:768px) {
  .pc-only {
    display: block !important;
  }
}

@media screen and (max-width:767px) {
  .sp-inlineblocknone {
    display: inline-block !important;
  }
}
@media screen and (min-width:768px) {
  .sp-inlineblocknone {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .sp-only {
    display: block !important;
  }
}
@media screen and (min-width:768px) {
  .sp-only {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */