/*
theme Name: Tigro
Author: Tigro合同会社
Description: original theme
*/


html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  html {
    scroll-padding-top: 8vh;
  }

  [id] {
    scroll-margin-top: 8vh;
  }
}

@media (max-width: 767px) {
  [id] {
    scroll-margin-top: 4vh;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #444;
  font-weight: 500;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none !important;
}

br.sp_block,
.sp_inlineblock {
  display: none !important;
}

.pc_inlineblock {
  display: inline-block;
}

p.center {
  text-align: center;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap.sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

p.mb {
  margin-bottom: .7em;
}

span.blue {
  color: #5095e3;
  font-weight: 600;
}

@media screen and (max-width:743px) {

  body {
    line-height: 1.7;
  }

  .topBtn {
    display: none !important;
  }

  br.sp_block {
    display: block !important;
  }

  .sp_block {
    display: block !important;
  }

  .sp_inlineblock {
    display: inline-block !important;
  }

  span.pc_inlineblock {
    display: none !important;
  }

  .pc_block {
    display: none !important;
  }

  .pc_inlineblock {
    display: none;
  }
}

/*ローディング*/

.start {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 18vw;
}

/*---------------------------------------------------------
アニメーション
---------------------------------------------------------*/

.js-animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.js-stagger-item {
  opacity: 0;
  -webkit-transform: translateY(1.5vw);
  -ms-transform: translateY(1.5vw);
  transform: translateY(1.5vw);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  -o-transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
}

.js-stagger-item.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*---------------------------------------------------------
ヘッダー
---------------------------------------------------------*/

header {
  height: 12vh;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

header:after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255 255 255 / 100%)), to(rgb(255 255 255 / 50%)));
  background: -o-linear-gradient(top, rgb(255 255 255 / 100%) 0%, rgb(255 255 255 / 50%) 100%);
  background: linear-gradient(180deg, rgb(255 255 255 / 100%) 0%, rgb(255 255 255 / 50%) 100%);
  pointer-events: none;
  z-index: -1;
}

.site-title-wrap {
  width: 17%;
  height: 12vh;
}

.site-title-wrap a {
  height: 12vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-title-wrap img {
  width: 70%;
  height: auto;
  margin: 0 auto;
}

.header-inner {
  width: 97%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

nav#g-nav {
  width: 76%;
}

header #nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header #nav-list {
  width: 100%;
}

header nav ul {
  width: 97%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 12vh;
  margin: 0 0 0 auto;
}

header .nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 19%;
}

header nav ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

header nav ul li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1vw;
  letter-spacing: 0.2em;
  color: #444;
  line-height: 1.6;
}

header li.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header nav ul li a:hover {
  color: #5095e3;
}

header nav ul li a::after {
  content: '';
  display: block;
  height: 1px;
  width: 50%;
  background: #5095e3;
  position: absolute;
  bottom: 3vh;
  left: 25%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

header nav ul li.contact a::after {
  content: unset;
}

header nav ul li a:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

header nav ul li.company a {
  margin-right: 1vw;
}

header nav ul li.contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 1.1vw;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  padding: 1vw 2vw;
  border-radius: 10vw;
}


header nav ul li.contact a:hover,
.mv-copy .link a:hover {
  opacity: .7;
}

@media screen and (max-width:743px) {

  header {
    position: absolute;
  }

  .header-inner,
  .site-title-wrap {
    width: 100%;
  }

  header,
  .site-title-wrap,
  .site-title-wrap a {
    height: 11svh;
  }

  .site-title-wrap img {
    width: 36%;
  }

  header::after {
    content: unset;
  }


  /*--------------------------------
ハンバーガーメニュー
---------------------------------*/
  .header-inner {
    position: relative;
  }

  .g-nav-openbtn {
    display: block;
    position: absolute;
    z-index: 999999;
    top: 2.5svh;
    right: 3%;
    cursor: pointer;
    width: 13.5vw;
    height: 11svh;
    background: transparent;
    border: 0;
    padding: 0;
  }

  .g-nav-openbtn span {
    display: inline-block;
    position: absolute;
    left: 3.5vw;
    height: 0.5vw;
    border-radius: 0.5vw;
    width: 45%;
    background: currentColor;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }

  .g-nav-openbtn {
    color: #a9caee;
  }

  .g-nav-openbtn span:nth-child(1) {
    top: 3vw;
  }

  .g-nav-openbtn span:nth-child(2) {
    top: 5vw;
  }

  .g-nav-openbtn span:nth-child(3) {
    top: 7vw;
  }

  html.nav-open .g-nav-openbtn {
    background: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }

  html.nav-open .g-nav-openbtn span:nth-child(1) {
    top: 5vw;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  html.nav-open .g-nav-openbtn span:nth-child(2) {
    opacity: 0;
  }

  html.nav-open .g-nav-openbtn span:nth-child(3) {
    top: 5vw;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  nav#g-nav {
    position: fixed;
    inset: 0;
    z-index: 1000;
    height: 100dvh;
    min-height: 100svh;
    visibility: hidden;
    pointer-events: none;
    background: transparent !important;
    opacity: 1 !important;
    -webkit-transition: visibility 0s linear .45s;
    -o-transition: visibility 0s linear .45s;
    transition: visibility 0s linear .45s;
    width: unset;
  }

  #g-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .32);
    opacity: 0;
    -webkit-transition: opacity .45s ease;
    -o-transition: opacity .45s ease;
    transition: opacity .45s ease;
    pointer-events: none;
  }

  #g-nav .g-nav_inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100dvh;
    min-height: 100svh;
    width: 88vw;
    background: rgba(255, 255, 255, .96);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.22, .61, .36, 1);
    transition: -webkit-transform .45s cubic-bezier(.22, .61, .36, 1);
    -o-transition: transform .45s cubic-bezier(.22, .61, .36, 1);
    transition: transform .45s cubic-bezier(.22, .61, .36, 1);
    transition: transform .45s cubic-bezier(.22, .61, .36, 1), -webkit-transform .45s cubic-bezier(.22, .61, .36, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .g-nav_logo img {
    text-align: center;
    margin: 0 auto 4svh;
  }

  header nav ul {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  header nav ul li {
    width: 100%;
    padding: 3vw 0;
  }

  #g-nav-list {
    position: relative;
    height: 100%;
  }

  header nav ul li a {
    font-size: 4.5vw;
  }

  header nav ul li.contact a {
    font-size: 4.5vw;
    padding: 2.5vw 0;
    width: 90%;
  }

  #g-nav.is-open {
    visibility: visible;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  #g-nav.is-open::before {
    opacity: 1;
    pointer-events: auto;
  }

  #g-nav.is-open .g-nav_inner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  #g-nav.is-closing {
    visibility: visible;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  #g-nav.is-closing::before {
    opacity: 0;
  }

  header nav ul li a::after {
    content: none;
  }

  li.hamburger-close {
    color: #a9caee;
  }
}

/*---------------------------------------------------------
メインビジュアル
---------------------------------------------------------*/

.mv {
  margin-top: 12vh;
  height: 88vh;
}

.mv__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mv__media {
  position: absolute;
  top: 0;
  right: 1vw;
  width: 72%;
  height: 97.5%;
  border-radius: 1.5vw;
  overflow: hidden;
}

.mv__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 35%;
  object-position: 0 35%;
  display: block;
}

.mv__card {
  position: absolute;
  top: 50%;
  left: 5vw;
  z-index: 2;
  width: 40vw;
  padding: 3.5vw;
  border-radius: 2vw;
  background: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 0 1.5vw 3vw rgba(0, 0, 0, 0.14);
  box-shadow: 0 1.5vw 3vw rgba(0, 0, 0, 0.14);
  opacity: 0;
  -webkit-transform: translate3d(-4vw, -50%, 0);
  transform: translate3d(-4vw, -50%, 0);
  will-change: transform, opacity;
}

.mv__card.is-show {
  -webkit-animation: mvSlideIn 1.2s ease forwards;
  animation: mvSlideIn 1.2s ease forwards;
}

@-webkit-keyframes mvSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-4vw, -50%, 0);
    transform: translate3d(-4vw, -50%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

@keyframes mvSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-4vw, -50%, 0);
    transform: translate3d(-4vw, -50%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

.mv__lead {
  margin-bottom: 0.5vw;
  font-size: 1.35vw;
  letter-spacing: 0.1vw;
  line-height: 1.7;
  white-space: nowrap;
}

.mv__title {
  display: inline-block;
  margin-bottom: 1.5vw;
  font-size: 3.7vw;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.3vw;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mv__title .small {
  font-size: 0.9em;
}

.mv__pill {
  display: inline-block;
  padding: 1vw 2vw;
  font-size: 1.3vw;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  border-radius: 0.3vw;
  letter-spacing: 0.2vw;
  width: 100%;
}

.scroll {
  position: absolute;
  left: 1vw;
  bottom: 6vh;
  text-align: center;
}

.scroll a {
  position: relative;
  padding-bottom: 0.5vw;
  color: #4f7fb6;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.15vw;
  font-weight: 500;
  font-size: 1vw;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

@-webkit-keyframes scroll {
  0% {
    height: 0;
  }

  100% {
    height: 4vw;
  }
}

@keyframes scroll {
  0% {
    height: 0;
  }

  100% {
    height: 4vw;
  }
}

.scroll a::after {
  content: "";
  position: absolute;
  left: 0;
  right: .2vw;
  top: 100%;
  width: 1px;
  height: 0;
  margin: auto;
  background: #4f7fb6;
  -webkit-animation: scroll 1800ms ease-out infinite;
  animation: scroll 1800ms ease-out infinite;
}

@media screen and (max-width:743px) {

  .start p {
    width: 45vw;
  }

  .mv {
    margin-top: 11svh;
    height: 98svh;
  }

  .mv__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .mv__media {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 97%;
    height: 85svh;
    border-radius: 0 3vw 3vw 0;
    overflow: hidden;
  }

  .mv__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 68% 0%;
    object-position: 68% 0%;
    display: block;
  }

  .mv__card {
    position: absolute;
    left: 0;
    top: 47svh;
    width: 90%;
    padding: 5vw 4vw 6vw;
    border-radius: 0 2vw 2vw 0;
    background: rgba(255, 255, 255, 0.96);
    -webkit-box-shadow: 0 1.5vw 3vw rgba(0, 0, 0, 0.14);
    box-shadow: 0 1.5vw 3vw rgba(0, 0, 0, 0.14);
    z-index: 2;
    height: auto;
    min-height: auto;
    overflow: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mv__card.is-show {
    -webkit-animation: mvSlideInSp 1.2s ease forwards;
    animation: mvSlideInSp 1.2s ease forwards;
  }

  @-webkit-keyframes mvSlideInSp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 4vw, 0);
      transform: translate3d(0, 4vw, 0);
    }

    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }

  @keyframes mvSlideInSp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 4vw, 0);
      transform: translate3d(0, 4vw, 0);
    }

    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }

  .mv__lead {
    margin-bottom: 1vw;
    font-size: 3.2vw;
    text-align: center;
    letter-spacing: 0.3vw;
    white-space: normal;
  }

  .mv__title {
    margin-bottom: 3vw;
    font-size: 9vw;
    line-height: 1.45;
    display: block;
    text-align: center;
    letter-spacing: 0.5vw;
  }

  .mv__pill {
    display: block;
    padding: 2vw 0;
    font-size: 3.5vw;
    border-radius: 10vw;
  }

  .scroll {
    display: none;
  }
}

/*---------------------------------------------------------
  Tigroについて
---------------------------------------------------------*/

.about {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.about__inner {
  margin: 0 auto;
  width: 75%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2fr 0.8fr;
  grid-template-columns: 1.2fr 0.8fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1vw;
  margin-bottom: 2.5vw;
}

.about__logo {
  width: 12vw;
  height: auto;
  display: block;
}



.about__brandText {
  margin: 0;
  line-height: 1;
  font-size: 2.2vw;
  letter-spacing: 0.1vw;
  font-weight: 600;
  color: #a9caee;
}

.about__p {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.15vw;
  line-height: 1.9;
  letter-spacing: 0.05vw;
  color: rgba(0, 0, 0, 0.78);
  font-weight: 500;
}

.about__p:last-of-type {
  margin-bottom: 0;
}

.about__btn {
  padding: 1vw 0;
  border-radius: 10vw;
  text-decoration: none;
  font-size: 1.1vw;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.2vw;
  color: #fff;
  background: -o-linear-gradient(351deg, rgb(97, 158, 225) 0%, rgb(69, 177, 229) 100%);
  background: linear-gradient(99deg, rgb(97, 158, 225) 0%, rgb(69, 177, 229) 100%);
  width: 41%;
  text-align: center;
  position: relative;
  display: block;
  margin-top: 2vw;
}

.about__btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1vw;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: .6vw;
  height: .6vw;
  border-top: 0.15vw solid #fff;
  border-right: 0.15vw solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.about__media {
  position: relative;
  text-align: center;
}

.about__photoWrap {
  position: relative;
  width: 100%;
  border-radius: 2vw;
}


.about__photo {
  position: relative;
  z-index: 1;
  width: 75%;
  height: auto;
  display: block;
}

.about__caption {
  margin-top: 1vw;
  margin-bottom: 0;
  font-size: 1.15vw;
  letter-spacing: 0.05vw;
  font-weight: 600;
  padding-right: 7vw;
}



.worries {
  padding-top: 6vw;
  padding-bottom: 5vw;
  background: #FAFAFA;
  border-radius: 5vw 0 5vw 0;
}

.worries__inner {
  margin-left: auto;
  margin-right: auto;
  width: 87%;
}

.worries__title {
  font-size: 2.5vw;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2vw;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3vw;
}



.worries__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5vw 1fr 2.5vw 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5vw;
}

.worries__item {
  padding: 2.5vw;
  border-radius: 1vw;
  gap: 1vw;
  -webkit-box-shadow: 2px 3px 9px 0px rgb(138 138 138 / 9%);
  box-shadow: 2px 3px 9px 0px rgb(138 138 138 / 9%);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #a9caee;
}


.worries__icon {
  width: 4vw;
  height: 4vw;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.worries__text {
  margin: 0;
  font-size: 1.15vw;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.worries__bottom {
  margin-top: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.worries__bottomTitle {
  font-size: 1.7vw;
  font-weight: 500;
  text-align: center;
}

.worries__bottomArrow {
  margin-top: 1.5vw;
  width: 0;
  height: 0;
  border-left: 6vw solid transparent;
  border-right: 6vw solid transparent;
  border-top: 2vw solid #a9caee;
}

.spot {
  padding: 6vw 0 3vw;
}

.spot__inner {
  margin: 0 auto;
  width: 90%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3vw 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3vw;
  background: #f4faff;
  padding: 3vw 3vw 3.5vw;
  border-radius: 1vw;
  -webkit-box-shadow: 0.9vw 0.7vw 1.2vw rgb(127 127 127 / 9%);
  box-shadow: 0.9vw 0.7vw 1.2vw rgb(127 127 127 / 9%);
}

.spot__title {
  margin-bottom: 1vw;
  font-size: 2.5vw;
  letter-spacing: 0.1vw;
  font-weight: 600;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.spot__lead {
  margin-bottom: 1vw;
  font-size: 1.15vw;
  line-height: 1.8;
  letter-spacing: 0.05vw;
}

.spot__note {
  margin-bottom: 1.5vw;
  font-size: 1.15vw;
  line-height: 1.8;
  letter-spacing: 0.05vw;
}

.spot__list {
  margin: 0;
  padding: 1.5vw;
  list-style: none;
  background: #fff;
  border-radius: 1vw;
  border: 2px solid #a9caee;
}

.spot__item {
  margin-bottom: 0.7vw;
  padding-left: 1.6vw;
  position: relative;
  font-size: 1.15vw;
  line-height: 1.7;
}

.spot__item::before {
  content: "";
  position: absolute;
  top: 0.55vw;
  left: 0;
  width: 1vw;
  height: 1vw;
  border-radius: 999vw;
  background: #78aadc;
}

.spot__item:last-of-type {
  margin-bottom: 0;
}

.spot__price {
  margin-top: 1.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1vw;
}

.spot__priceLabel,
.spot__priceValue {
  font-size: 1.3vw;
  letter-spacing: 0.05vw;
}

.spot__priceLabel {
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  padding: 0 1vw;
  color: #fff;
  border-radius: 0.2vw;
}



.spot__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.spot__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2vw;
}

.spot__links {
  margin-top: 2vw;
  display: block;
  width: 100%;
}

a.spot__link.spot__link--primary {
  padding: 1vw 0;
  border-radius: 10vw;
  text-decoration: none;
  font-size: 1.15vw;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .2vw;
  width: 50%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  color: #ffffff;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  display: block;
}

.spot__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1vw;
  margin: auto;
  width: 0.6vw;
  height: 0.6vw;
  border-top: 0.15vw solid #fff;
  border-right: 0.15vw solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spec__inner {
  margin: 0 auto;
  width: 80%;
  padding: 3vw 0 6vw;
}

.spec__title {
  margin-bottom: 1vw;
  font-size: 2.5vw;
  letter-spacing: 0.1vw;
  font-weight: 600;
  text-align: center;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.spec__sub {
  margin-bottom: 1vw;
  font-size: 1.25vw;
  line-height: 1.8;
  letter-spacing: 0.05vw;
  text-align: center;
}

p.spec__sub.example {
  margin-bottom: 2vw;
}

.spec__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2vw 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2vw;
}

.spec__card {
  background: #f4faff;
  padding: 2.5vw;
  border-radius: 1vw;
  -webkit-box-shadow: 0.5vw 0.5vw 0.9vw rgb(0 0 0 / 9%);
  box-shadow: 0.5vw 0.5vw 0.9vw rgb(0 0 0 / 9%);
}

.spec__cardTitle {
  margin-bottom: 1.5vw;
  font-size: 1.35vw;
  letter-spacing: 0.1vw;
  font-weight: 600;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  color: #fff;
  text-align: center;
  padding: .7vw 0;
  border-radius: 0.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.7vw;
  line-height: 1.6;
}

.spec__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  background: #fff;
  color: #699eda;
  font-weight: 600;
  font-size: 1.2vw;
  line-height: 1;
}

.spec__list {
  margin: 0;
  padding-left: 0.5vw;
  list-style: none;
}

.spec__item {
  margin-bottom: 1vw;
  padding-left: 1.6vw;
  position: relative;
  font-size: 1.15vw;
  line-height: 1.7;
}

.spec__item::before {
  content: "";
  position: absolute;
  top: 0.55vw;
  left: 0;
  width: 1vw;
  height: 1vw;
  border-radius: 999vw;
  background: #78aadc;
}

.spec__item:last-of-type {
  margin-bottom: 0;
}

ul.spec__sublist {
  list-style: unset;
  margin-top: .5vw;
  position: relative;
}

li.spec__subitem {
  margin-bottom: .5vw;
  padding-left: 1.3vw;
  position: relative;
  font-size: 1.15vw;
}

li.spec__subitem:before {
  content: "";
  position: absolute;
  top: 0.75vw;
  left: 0;
  width: .7vw;
  height: .7vw;
  border-radius: 999vw;
  background: #9E9E9E;
}



.compare {
  padding-bottom: 6vw;
  background: #FAFAFA;
  padding-top: 6vw;
  border-radius: 0 5vw 0 5vw;
}

.compare__inner {
  margin: 0 auto;
  width: 80%;
}

.compare__head {
  margin-bottom: 2vw;
}

.compare__title {
  margin-bottom: 3vw;
  font-size: 2.5vw;
  letter-spacing: 0.1vw;
  font-weight: 600;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.compare__text {
  margin-top: 2vw;
  font-size: 1.1vw;
  line-height: 1.9;
  letter-spacing: 0.05vw;
  font-weight: 500;
}

.compare__text:last-of-type {
  margin-bottom: 0;
}

.compare__tableWrap {
  margin-top: 2vw;
  background: #fff;
  overflow: hidden;
  border: 1px solid #E0E0E0;
}

.compare__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #a9caee;
  text-align: center;
}

.compare__thead .compare__tr {
  background: #f4faff;
}

.compare__th {
  padding: 1.5vw 1.5vw;
  font-size: 1.2vw;
  letter-spacing: 0.05vw;
  font-weight: 600;
  border-bottom: 1px solid #E0E0E0;
  text-align: center;
  border-bottom: 1px solid #a9caee;
  border-right: 1px solid #a9caee;
}

th.compare__th.tigro {
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  color: #fff;
}

.compare__th--item {
  width: 18%;
}

.compare__tr {
  border-bottom: 1px solid #E0E0E0;
}

.compare__tbody .compare__tr:last-of-type {
  border-bottom: none;
}

.compare__rowHead {
  padding: 1.2vw 1.5vw;
  font-size: 1.2vw;
  letter-spacing: 0.05vw;
  font-weight: 600;
  background: #fff;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #a9caee;
  border-bottom: 1px solid #a9caee;
}

.compare__td {
  padding: 1.2vw 1.5vw;
  font-size: 1.2vw;
  line-height: 1.7;
  letter-spacing: 0.05vw;
  vertical-align: top;
  border-bottom: 1px solid #a9caee;
}

.compare__tbody .compare__td {
  background: #fff;
  border-right: 1px solid #a9caee;
}

.cases {
  padding-bottom: 6vw;
  padding-top: 6vw;
}

.cases__inner {
  margin: 0 auto;
  width: 87%;
}

.cases__head {
  margin-bottom: 3vw;
  text-align: center;
}

.cases__title {
  font-size: 2.5vw;
  font-weight: 600;
  letter-spacing: 0.1vw;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cases__sub {
  margin-top: 1vw;
  font-size: 1.25vw;
  line-height: 1.7;
  letter-spacing: 0.1vw;
  font-weight: 500;
}

.cases__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2vw 1fr 2vw 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}

.case-card {
  background: #fff;
  border-radius: 1.5vw;
  padding: 3vw 1.5vw 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 2px solid #a9caee;
}

.case-card__title {
  margin-bottom: 1.3vw;
  font-size: 1.4vw;
  font-weight: 600;
  letter-spacing: 0.1vw;
  line-height: 1.6;
  padding: 0 1vw 1vw;
  background: #f4faff;
  border-radius: .3vw;
  text-align: center;
}

.case-card__title span.case-card__tag {
  display: block;
  font-size: 1.3vw;
  font-weight: 600;
  letter-spacing: 0.1vw;
  background: -o-linear-gradient(351deg, rgb(97, 158, 225) 0%, rgb(69, 177, 229) 100%);
  background: linear-gradient(99deg, rgb(97, 158, 225) 0%, rgb(69, 177, 229) 100%);
  padding: .2vw 1vw;
  color: #fff;
  border-radius: .2vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

span.case-card__titleText {
  position: relative;
  top: -.5vw;
}

.case-card__dl {
  margin: 0;
}

.case-card__dt {
  font-size: 1.1vw;
  font-weight: 600;
  letter-spacing: 0.1vw;
  background: #F5F5F5;
  padding: .2vw 1vw;
  border-radius: .2vw;
  margin: 0 auto 1vw;
  width: 100%;
  text-align: center;
}

.case-card__dd {
  margin-bottom: 2vw;
  font-size: 1.1vw;
  line-height: 1.7;
  letter-spacing: 0.1vw;
}

.case-card__bullets {
  margin: 0;
  padding-left: 1.5vw;
}

.case-card__bullet {
  font-size: 1.1vw;
  line-height: 1.7;
  letter-spacing: 0.1vw;
}

.case-card__bullet::marker {
  color: #78aadc;
}

.case-card__btn {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5vw 0;
  border-radius: 10vw;
  text-decoration: none;
  font-size: 1.1vw;
  font-weight: 600;
  letter-spacing: 0.1vw;
  background: #7daadc;
  color: #fff;
}


.svc-other {
  padding: 6vw 0;
  background: #f4faff;
  border-radius: 5vw 0 5vw 0;
}

.svc-other__inner {
  margin: 0 auto;
  width: 85%;
}

.svc-other__head {
  margin-bottom: 3vw;
  text-align: center;
}

.svc-other__title {
  font-size: 2.5vw;
  font-weight: 600;
  letter-spacing: 0.1vw;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.svc-other__lead {
  margin-top: 1vw;
  font-size: 1.3vw;
  line-height: 1.7;
  letter-spacing: 0.05vw;
}

.svc-other__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2vw;
}

.svc-card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  border-radius: 1.5vw;
  overflow: hidden;
  -webkit-box-shadow: 0 0.5vw 2.5vw rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.5vw 2.5vw rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.svc-card__media {
  overflow: hidden;
  margin-bottom: 0;
}

.svc-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  aspect-ratio: 16 / 9;
}

.svc-card__title {
  font-size: 1.3vw;
  font-weight: 600;
  letter-spacing: 0.1vw;
  color: #fff;
  text-align: center;
  padding: 0.3vw 0;
  background: -o-linear-gradient(351deg, rgb(97, 158, 225) 0%, rgb(69, 177, 229) 100%);
  background: linear-gradient(99deg, rgb(97, 158, 225) 0%, rgb(69, 177, 229) 100%);
}

.svc-card__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1vw 1.5vw 1.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1vw;
}

.svc-card__copy {
  font-size: 1.1vw;
  line-height: 1.7;
  letter-spacing: 0.05vw;
}

.svc-card__list {
  margin-left: .2vw;
  list-style: none;
  font-size: 1.1vw;
  line-height: 1.8;
  letter-spacing: 0.05vw;
}

.svc-card__item {
  position: relative;
  padding-left: 1.5vw;
  line-height: 1.7;
  margin-bottom: .5vw;
}

.svc-card__item::before {
  content: "";
  position: absolute;
  top: 0.5vw;
  left: 0;
  width: .8vw;
  height: .8vw;
  border-radius: 999vw;
  background: rgb(120, 170, 220);
}

.svc-card__btn {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5vw 0;
  border-radius: 10vw;
  text-decoration: none;
  font-size: 1vw;
  font-weight: 500;
  letter-spacing: 0.1vw;
  background: -o-linear-gradient(351deg, rgb(97, 158, 225) 0%, rgb(69, 177, 229) 100%);
  background: linear-gradient(99deg, rgb(97, 158, 225) 0%, rgb(69, 177, 229) 100%);
  color: #fff;
  width: 70%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.svc-card__btn:hover {
  opacity: 0.85;
}


.reasons {
  padding: 6vw 0;
}

.reasons__inner {
  margin: 0 auto;
  width: 85%;
}

.reasons__title {
  margin-bottom: 2vw;
  font-size: 2.5vw;
  font-weight: 600;
  letter-spacing: 0.1vw;
  text-align: center;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reasons__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2vw 1fr 2vw 1fr 2vw 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
}

.reasons__item {
  padding: .5vw 1vw 1.5vw;
  border-radius: 1vw;
  background: #fff;
  -webkit-box-shadow: 3px 3px 9px rgb(0 0 0 / 8%);
  box-shadow: 3px 3px 9px rgb(0 0 0 / 8%);
  font-size: 1.1vw;
  line-height: 1.6;
  letter-spacing: 0.05vw;
  font-weight: 600;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
  border: 2px solid #a9caee;
}

.reasons__icon {
  width: 7vw;
  height: 7vw;
  display: block;
}

.reasons__text {
  display: block;
}

.latest {
  padding-top: 4vw;
  padding-bottom: 4vw;
  background: #f4faff;
  border-radius: 5vw 0 0 0;
}


.latest__inner {
  margin: 0 auto;
  width: 75%;
  position: relative;
}

.latest__title {
  font-size: 2.5vw;
  font-weight: 600;
  letter-spacing: 0.2vw;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1vw;
  text-align: left;
  margin-left: 1vw;
}

.latest__card {
  background: #fff;
  border-radius: 1vw;
  -webkit-box-shadow: 3px 4px 15px rgb(118 118 118 / 8%);
  box-shadow: 3px 4px 15px rgb(118 118 118 / 8%);
  padding: 1.2vw 2vw;
}

.latest__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.latest__item {
  border-bottom: 1.5px solid #a9caee;
}

.latest__item:last-of-type {
  border-bottom: none;
}

.latest__link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8.5vw 1vw 10vw 1vw 1fr;
  grid-template-columns: 8.5vw 10vw 1fr;
  gap: 1vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.2vw 0.5vw;
  text-decoration: none;
}

.latest__date {
  font-size: 1.1vw;
  letter-spacing: 0.05vw;
  font-weight: 600;
  white-space: nowrap;
}

.latest__cat {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.05vw;
  font-weight: 600;
  white-space: nowrap;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  color: #fff;
  padding: 0.5vw 1vw;
  font-size: .85vw;
  border-radius: 10vw;
  text-align: center;
}

.latest__text {
  font-size: 1.15vw;
  line-height: 1.6;
  letter-spacing: 0.05vw;
  font-weight: 600;
  min-width: 0;
}

.latest__link:hover {
  opacity: 0.88;
}

.latest__btnWrap {
  margin-top: 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.latest__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32%;
  padding: 1vw 0;
  border-radius: 10vw;
  text-decoration: none;
  font-size: 1.1vw;
  line-height: 1;
  letter-spacing: 0.2vw;
  font-weight: 600;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  color: #fff;
  position: relative;
}

.latest__btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1vw;
  margin: auto;
  width: 0.5vw;
  height: 0.5vw;
  border-top: 0.15vw solid #fff;
  border-right: 0.15vw solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.latest__btn:hover {
  opacity: 0.88;
}

.latest__empty {
  font-size: 1.2vw;
  line-height: 1.8;
  letter-spacing: 0.05vw;
  text-align: center;
  color: rgba(0, 0, 0, 0.78);
  background: rgba(255, 255, 255, 0.85);
  padding: 2vw;
  border-radius: 1vw;
}

.cta {
  padding-top: 3.5vw;
  padding-bottom: 4vw;
  background-image: URL(https://tigro.jp/wp-content/uploads/2026/04/cta-image.webp);
  background-size: cover;
  background-position: 10% 14%;
  position: relative;
}

section#contact::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  opacity: .95;
}

.cta__inner {
  margin: 0 auto;
  width: 68%;
  position: relative;
  z-index: 1;
}

.cta__box {
  margin-bottom: 1.5vw;
}


.cta__title {
  font-size: 2.5vw;
  font-weight: 600;
  letter-spacing: 0.3vw;
  text-align: center;
  color: #fff;
  margin-bottom: 1vw;
}

.cta__text {
  margin-bottom: 1vw;
  font-size: 1.2vw;
  line-height: 1.9;
  letter-spacing: 0.05vw;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.cta__text:last-of-type {
  margin-bottom: 2.6vw;
}

.cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 1.2vw 0;
  border-radius: 10vw;
  text-decoration: none;
  font-size: 1.25vw;
  line-height: 1;
  letter-spacing: 0.18vw;
  font-weight: 600;
  position: relative;
  margin: 0 auto;
  background: #ffffff;
  color: #337ab8;
}

.cta__btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2vw;
  margin: auto;
  width: 0.7vw;
  height: 0.7vw;
  border-top: 0.15vw solid #337ab8;
  border-right: 0.15vw solid #337ab8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cta__btn:hover {
  opacity: 0.88;
}

@media screen and (max-width:743px) {

  .worries,
  .compare,
  .case-card__dt {
    background: #F5F5F5;
  }

  .spot__inner,
  .spec__card,
  .compare__thead .compare__tr,
  .case-card__title,
  .svc-other,
  .latest {
    background: #ebf4fb;
  }

  .about {
    padding-bottom: 10vw;
    padding-top: 0;
  }

  .about__inner {
    width: 90%;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }

  .about__media {
    display: none;
  }

  .about__brand {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 7vw;
  }

  .about__logo {
    width: 30vw;
  }

  .about__brandText {
    font-size: 5.5vw;
  }

  .about__p {
    font-size: 3.8vw;
  }



  .about__photoWrap {
    width: 100%;
    margin: 0 auto;
  }

  .about__photo {
    width: 100%;
    border-radius: 1.5vw;
  }

  .about__caption {
    font-size: 3.8vw;
    text-align: center;
    padding-right: 0;
    margin-top: 1.5vw;
  }

  section#about .about__text {
    margin-top: 3vw;
  }

  .about__btn {
    padding: 2.5vw 0;
    font-size: 4vw;
    width: 80%;
    margin: 5vw auto 0;
  }

  .about__btn::before {
    right: 3vw;
    width: 2vw;
    height: 2vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }



  .worries__title {
    font-size: 5.5vw;
    margin: 0 auto 5vw;
  }


  .worries {
    padding-top: 10vw;
    padding-bottom: 6vw;
    border-radius: 10vw 0;
  }

  .worries__inner {
    width: 92%;
  }

  .worries__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.5vw;
  }

  .worries__item {
    padding: 4vw 3vw;
    border-radius: 2vw;
    gap: 2vw;
    border: 2.5px solid #a9caee;
  }

  .worries__icon {
    width: 14vw;
    height: 14vw;
    margin: 0 auto;
  }

  .worries__text {
    font-size: 3.6vw;
    text-align: left;
    width: 80%;
  }

  .worries__bottomTitle {
    font-size: 4.2vw;
  }

  .worries__bottomTitle span.blue {
    font-size: 4.7vw;
  }

  .worries__bottom {
    margin-top: 5vw;
  }

  .worries__bottomArrow {
    margin-top: 5vw;
    border-left: 13vw solid transparent;
    border-right: 13vw solid transparent;
    border-top: 4vw solid #a9caee;
  }

  .spot__media {
    display: none;
  }

  .spot__inner {
    width: 92%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 5vw 4.5vw 6vw;
    border-radius: 2vw;
  }

  .spot__title {
    text-align: center;
    font-size: 5vw;
    margin-bottom: 4vw;
    background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
    background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
    color: #fff;
    -webkit-text-fill-color: unset;
    width: 100%;
    padding: 1.5vw 0;
    letter-spacing: .5vw;
    border-radius: 1.1vw;
  }

  .spot__lead {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 3.8vw;
  }

  .spot__note {
    margin-bottom: 3vw;
    font-size: 3.8vw;
  }

  .spot__list {
    padding: 3vw;
    border-radius: 2vw;
    border: 2px solid #a9caee;
  }

  .spot__item {
    margin-bottom: 2vw;
    padding-left: 4vw;
    font-size: 3.8vw;
  }

  .spot__item::before {
    top: 2vw;
    width: 2vw;
    height: 2vw;
  }

  .spot__price {
    margin-top: 5vw;
    gap: 3vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .spot__priceLabel {
    background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
    background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
    padding: 0 3vw;
    color: #fff;
    border-radius: .7vw;
  }

  .spot__priceLabel,
  .spot__priceValue {
    font-size: 4vw;
    letter-spacing: .05vw;
  }

  .spec__inner {
    width: 90%;
    padding: 7vw 0 10vw;
  }

  .spec__title {
    line-height: 1.6;
    margin-bottom: 3vw;
    font-size: 5.5vw;
  }

  .spec__sub {
    margin-bottom: 1vw;
    font-size: 3.8vw;
  }

  .spec__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5vw;
  }

  .spec__card {
    padding: 5vw 4vw;
    border-radius: 1.5vw;
    -webkit-box-shadow: 3px 4px 15px rgb(118 118 118 / 8%);
    box-shadow: 3px 4px 15px rgb(118 118 118 / 8%);
  }

  .spec__cardTitle {
    margin-bottom: 3vw;
    font-size: 4vw;
    padding: 2vw 0;
    border-radius: .7vw;
    gap: 1.5vw;
    line-height: 1.5;
  }

  .spec__num {
    width: 4.5vw;
    height: 4.5vw;
    font-size: 3.5vw;
  }

  .spec__item {
    margin-bottom: 2vw;
    padding-left: 4vw;
    font-size: 3.8vw;
  }

  .spec__item::before,
  li.spec__subitem::before {
    top: 2vw;
    width: 2vw;
    height: 2vw;
  }

  li.spec__subitem {
    margin-bottom: .5vw;
    padding-left: 4vw;
    font-size: 3.8vw;
  }

  .compare {
    padding-bottom: 10vw;
    padding-top: 10vw;
    border-radius: 0 10vw;
  }

  .compare__inner {
    width: 90%;
  }

  .compare__title {
    line-height: 1.6;
    margin-bottom: 5vw;
    font-size: 5.5vw;
  }

  .compare__th,
  .compare__rowHead,
  .compare__td {
    padding: 3vw 2.5vw;
    vertical-align: middle;
    line-height: 1.6;
    font-size: 3.8vw;
  }

  .compare__text {
    margin-top: 3vw;
    font-size: 3.8vw;
  }

  .compare__tableWrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .compare__table {
    min-width: 120vw;
    width: 120vw;
  }

  p.sp_mb {
    margin-bottom: .7em;
  }

  .cases {
    padding-bottom: 10vw;
    padding-top: 10vw;
  }

  .cases__inner {
    width: 90%;
  }

  .cases__title {
    font-size: 5vw;
    margin-bottom: 4vw;
    background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
    background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
    color: #fff;
    -webkit-text-fill-color: unset;
    width: 100%;
    padding: 1.5vw 0;
    letter-spacing: .3vw;
    border-radius: 1.1vw;
  }

  .cases__sub {
    margin-top: 3vw;
    font-size: 3.8vw;
  }

  .cases__head {
    margin-bottom: 5vw;
  }

  .cases__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5vw;
  }

  .case-card {
    border-radius: 2vw;
    padding: 8vw 4vw 6vw;
    border: 2px solid #a9caee;
  }

  .case-card__title {
    margin-bottom: 5vw;
    font-size: 4vw;
    padding: 0 1vw 4vw;
    border-radius: 1.5vw;
  }

  .case-card__title span.case-card__tag {
    font-size: 4vw;
    letter-spacing: .5vw;
    padding: .5vw 9vw;
  }

  .case-card__dt {
    font-size: 4vw;
    padding: 1vw;
    border-radius: .7vw;
    margin: 0 auto 3vw;
  }

  .case-card__dd {
    margin-bottom: 5vw;
    font-size: 3.8vw;
  }

  .case-card__bullet {
    font-size: 3.8vw;
  }

  .case-card__bullet {
    font-size: 3.8vw;
    margin-bottom: 2vw;
  }

  .case-card__bullet:last-of-type,
  .case-card__dd:last-of-type {
    margin-bottom: 0;
  }

  .case-card__bullets {
    padding-left: 7vw;
  }

  .svc-other {
    padding: 10vw 0;
    border-radius: 10vw 0;
  }

  .svc-other__inner {
    width: 90%;
  }

  .svc-other__title {
    font-size: 5vw;
    margin-bottom: 4vw;
    background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
    background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
    color: #fff;
    -webkit-text-fill-color: unset;
    width: 100%;
    padding: 1.5vw 0;
    letter-spacing: .3vw;
    border-radius: 1.1vw;
  }

  .svc-other__lead {
    margin-top: 3vw;
    font-size: 3.8vw;
  }

  .svc-other__head {
    margin-bottom: 5vw;
  }

  .svc-other__grid {
    gap: 7vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .svc-card {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    border-radius: 1.5vw;
    width: 100%;
  }

  .svc-card__title {
    font-size: 4vw;
    letter-spacing: .2vw;
    padding: 1vw 0;
  }

  .svc-card__copy {
    font-size: 3.8vw;
  }

  .svc-card__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 3vw 4vw 4vw;
    gap: 2vw;
  }

  .svc-card__item {
    padding-left: 4vw;
    margin-bottom: 2vw;
  }

  .svc-card__item:before {
    top: 2vw;
    width: 2vw;
    height: 2vw;
  }

  .svc-card__list {
    font-size: 3.8vw;
  }

  .svc-card__btn {
    padding: .5vw 0;
    font-size: 3.6vw;
    width: 70%;
  }

  .reasons {
    padding: 10vw 0;
  }

  .reasons__inner {
    width: 90%;
  }

  .reasons__title {
    font-size: 5vw;
    margin-bottom: 4vw;
    background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
    background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
    color: #fff;
    -webkit-text-fill-color: unset;
    width: 100%;
    padding: 1.5vw 0;
    letter-spacing: .3vw;
    border-radius: 1.1vw;
  }

  .reasons__list {
    -ms-grid-columns: 1fr 3vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
  }

  .reasons__item {
    padding: 3vw 2vw;
    font-size: 3.4vw;
    border: 2px solid #a9caee;
    border-radius: 2vw;
  }

  .reasons__icon {
    width: 23vw;
    height: 23vw;
  }

  .latest {
    padding-top: 10vw;
    padding-bottom: 10vw;
    border-radius: 10vw 0 0;
  }

  .latest__inner {
    width: 90%;
  }

  .latest__title {
    font-size: 6vw;
    margin-bottom: 3vw;
    text-align: center;
    margin-left: 0;
    letter-spacing: .5vw;
  }

  .latest__card {
    border-radius: 1.5vw;
    padding: 3vw 4vw;
  }

  .latest__link {
    -ms-grid-columns: 30vw 0 44vw;
    grid-template-columns: 30vw 44vw;
    gap: 3vw 0;
    padding: 4vw 1vw;
  }

  .latest__date {
    font-size: 3.6vw;
  }

  .latest__cat {
    padding: 1vw;
    font-size: 3.2vw;
  }

  .latest__text {
    font-size: 3.6vw;
    white-space: nowrap;
  }

  .latest__btnWrap {
    margin-top: 5vw;
  }

  a.latest__btn {
    padding: 2.5vw 0;
    font-size: 3.6vw;
    width: 80%;
  }

  .latest__btn:before {
    right: 3vw;
    width: 2vw;
    height: 2vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .cta {
    background-position: 42% 0%;
    padding-top: 9vw;
    padding-bottom: 9vw;
  }

  .cta__inner {
    width: 90%;
  }

  .cta__title {
    font-size: 6vw;
    margin-bottom: 3vw;
    letter-spacing: .5vw;
  }

  .cta__box span.section-underline {
    display: inline-block;
    width: 20vw;
    height: 1.5px;
    border-radius: 999px;
    background: #fff;
    margin: 0 auto;
  }

  .cta__box {
    margin-bottom: 5vw;
  }

  .cta__text {
    margin-bottom: 1vw;
    font-size: 4vw;
    text-align: left;
  }

  .cta__btn {
    width: 100%;
    padding: 4vw 0;
    font-size: 4vw;
    margin: 5vw auto 0;
  }

  .cta__btn::before {
    right: 3vw;
    width: 2vw;
    height: 2vw;
    border-top: 2px solid #337ab8;
    border-right: 2px solid #337ab8;
  }
}

/*---------------------------------------------------------
  footer
  ---------------------------------------------------------*/

footer#footer {
  position: relative;
  border-radius: 5vw 5vw 0 0;
}

.footer-inner {
  padding: 4vw 0 3vw;
}

.footer_logo img {
  width: 15%;
  margin: 0 auto;
}


.copyright p {
  color: #4f7fb6;
  text-align: center;
  font-size: .9vw;
  font-weight: 500;
  letter-spacing: .05vw;
  padding-left: 1vw;
}

button.topBtn {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 3.5vw;
  height: 3.5vw;
  cursor: pointer;
  position: fixed;
  bottom: 1vw;
  right: 1vw;
  z-index: 9999;
  -webkit-transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  border: 0;
  padding: 0;
  background: transparent;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  color: inherit;
  opacity: 0;
  visibility: hidden;
}

button.topBtn.is-visible {
  opacity: 1;
  visibility: visible;
}

button.topBtn::before {
  position: absolute;
  inset: 0;
  content: "";
  background: #a9caee;
  opacity: .5;
  border-radius: 10vw;
}

button.topBtn::after {
  width: 1vw;
  height: 1vw;
  content: "";
  border: solid #fff;
  border-width: 2.5px 2.5px 0 0;
  margin-top: 0.7vw;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width:743px) {

  footer#footer {
    border-radius: 10vw 10vw 0 0;
  }

  .footer_logo img {
    width: 38%;
  }

  .footer-inner {
    padding: 13vw 0 30vw;
  }

  .copyright {
    display: none;
  }


  ul.floating {
    background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
    background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
    margin: 0 auto;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: .5px solid #ffffff;
  }

  ul.floating li {
    padding: 3svh 0 3svh;
    display: table-cell;
    border-right: .5px solid #ffffff;
  }

  ul.floating li a {
    border: none;
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    letter-spacing: .5vw;
    font-size: 4.2vw;
  }

  ul.floating li.one a,
  ul.floating li.three {
    letter-spacing: .7vw;
  }

  li.two {
    width: 50%;
  }

  ul.floating li.three {
    border-right: unset;
  }

  .footer_menu button.hamburger {
    color: #fff;
    font-size: 4.2vw;
    letter-spacing: .7vw;
  }
}

@media (min-width: 767px) {
  .footer_menu {
    display: none !important;
  }
}

/*---------------------------------------------------------
下層ページ
---------------------------------------------------------*/

section.page-mv {
  height: 14vw;
  position: relative;
  margin-top: 12vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f4faff;
  background-size: cover;
  position: relative;
  background-position: 100% 36%;
  background-image: URL(https://tigro.jp/wp-content/uploads/2026/04/mv-background.webp);
}

.h1-wrap,
.mv-wrap {
  text-align: center;
  position: relative;
  z-index: 1;
}

section.page-mv h1,
.mv-wrap p.main {
  font-weight: 500;
  font-size: 2.3vw;
  color: #ffffff;
  letter-spacing: .5vw;
  z-index: 1;
  text-align: center;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.h1-wrap p,
.mv-wrap p.en {
  font-size: 1.5vw;
  font-weight: 500;
  color: #fff;
  letter-spacing: .2vw;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.h1-wrap img.logo {
  position: absolute;
  width: 4.5vw;
  top: -.5vw;
  left: 55%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  opacity: .6;
}

.breadcrumb {
  width: 90%;
  margin: 0 auto;
  font-size: .9vw;
  padding-top: 1vh;
}

/*---------------------------------------------------------
Tigroについて
---------------------------------------------------------*/
.about-greeting,
.about-profile,
.about-company {
  width: 100%;
  padding: 5vw 0;
}

.about-profile {
  background: #f4faff;
  border-radius: 5vw 0 5vw 0;
}

.about-company {
  background: #fff;
}

.about-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2vw;
  font-size: 2.5vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: .2vw;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.about-profile h2.about-title {
  margin: 0 auto 1.5vw;
}


.about-greeting__image {
  width: 55%;
  margin: 0 auto;
}

.about-greeting__image img {
  width: 100%;
  display: block;
  border-radius: 1vw;
  -webkit-box-shadow: 2px 3px 9px 0 rgb(138 138 138 / 9%);
  box-shadow: 2px 3px 9px 0 rgb(138 138 138 / 9%);
}

.about-greeting__content {
  width: 55%;
  margin: 0 auto;
}

section.about-greeting .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 1vw;
  width: 55%;
  margin: 1vw auto 0;
}



.about-greeting__role {
  color: #619ee1;
  font-size: 1.3vw;
  letter-spacing: .08vw;
}

.about-greeting__name {
  font-size: 1.8vw;
  letter-spacing: .05vw;
  font-weight: 500;
}

p.about-greeting__clinic {
  text-align: center;
  font-size: 1.3vw;
  margin-top: .5vw;
}

.about-greeting__copy {
  margin: 2vw auto 1.5vw;
  font-size: 1.5vw;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
  letter-spacing: .2vw;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  color: #fff;
  padding: .5vw 0;
  border-radius: .3vw;
}

.about-profile__head .text-wrap {
  width: 100%;
  margin: 0 auto 2vw;
}

section.about-greeting .text-wrap p,
.about-profile .text-wrap p {

  font-size: 1.15vw;
  letter-spacing: .03vw;
}

.about-profile__inner {
  width: 55%;
  margin: 0 auto;
}

.about-profile__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #9E9E9E;
  margin-top: 2.5vw;
  background: #fff;
}

.about-profile__table tr {
  border-bottom: 1px solid #9E9E9E;
}

.about-profile__table tr:last-child {
  border-bottom: none;
}

.about-profile__table th {
  width: 24%;
  font-size: 1.15vw;
  letter-spacing: .08vw;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  background: #FAFAFA;
  border-right: 1px solid #9E9E9E;
}

.about-profile__table td {
  font-size: 1.15vw;
  letter-spacing: .03vw;
  line-height: 1.8;
}

.about-profile__table th,
.about-profile__table td {
  padding: 1.5vw 3vw;
  vertical-align: middle;
}

.about-company__inner {
  width: 55%;
  margin: 0 auto;
}

.about-company__table-wrap {
  width: 100%;
  border: 1px solid #619ee1;
  overflow: hidden;
  background: #fff;
}

.about-company__table {
  width: 100%;
  border-collapse: collapse;
}

.about-company__table tr {
  border-bottom: 1px solid #619ee1;
}

.about-company__table tr:last-child {
  border-bottom: none;
}

.about-company__table th,
.about-company__table td {
  padding: 2vw 2.5vw;
  text-align: left;
  vertical-align: middle;
}

.about-company__table th {
  width: 24%;
  font-size: 1.15vw;
  letter-spacing: .05vw;
  line-height: 1.8;
  font-weight: 600;
  background: #f4f9ff;
  border-right: 1px solid #619ee1;
}

.about-company__table td {

  font-size: 1.15vw;
  letter-spacing: .03vw;
  line-height: 1.8;
}

.about-company__table td a {
  color: #619ee1;
  text-decoration: underline;
}

@media screen and (max-width:743px) {

  section.page-mv {
    height: 40vw;
    margin-top: 11svh;
    background-size: 174%;
    background-position: 55% 37%;
  }

  section.page-mv h1,
  .mv-wrap p.main {
    font-size: 6.5vw;
  }

  .h1-wrap p,
  .mv-wrap p.en {
    font-size: 4.5vw;
    letter-spacing: 1vw;
  }

  .breadcrumb {
    font-size: 3vw;
  }

  .about-greeting {
    padding: 8vw 0;
  }

  .about-greeting__inner,
  .about-profile__inner,
  .about-company__inner {
    width: 90%;
    margin: 0 auto;
  }

  .about-greeting__head,
  .about-company__head {
    margin-bottom: 5vw;
  }

  .about-title {
    margin-bottom: 5vw;
    font-size: 6vw;
    letter-spacing: .3vw;
  }

  .about-title::after {
    width: 12vw;
    height: .5vw;
  }

  .about-greeting__image,
  .about-greeting__content {
    width: 100%;
  }

  .about-greeting__image {
    margin-bottom: 2vw;
  }

  .about-greeting__image img {
    border-radius: 2vw;
  }

  section.about-greeting .name {
    width: 100%;
    gap: 3vw;
  }

  .about-greeting__role {
    font-size: 4vw;
    letter-spacing: .1vw;
    margin-bottom: 1vw;
  }

  .about-greeting__name {
    font-size: 4.5vw;
    letter-spacing: .08vw;
  }

  p.about-greeting__clinic {
    text-align: center;
    font-size: 3.8vw;
  }

  .about-greeting__copy {
    font-size: 4.2vw;
    line-height: 1.6;
    padding: 1.5vw;
    border-radius: 1vw;
    margin: 5vw auto 3vw;
  }

  section.about-profile h2.about-title {
    margin: 0 auto 3vw;
  }

  section.about-greeting .text-wrap p {
    font-size: 3.8vw;
  }

  section.about-greeting .text-wrap p,
  .about-profile .text-wrap p {
    font-size: 3.8vw;
    line-height: 2;
  }

  .about-profile__table {
    margin-top: 5vw;
  }

  .about-profile__table,
  .about-profile__table tbody,
  .about-profile__table tr,
  .about-profile__table th,
  .about-profile__table td {
    display: block;
    width: 100%;
  }

  .about-profile__table th {
    font-size: 3.8vw;
    letter-spacing: .5vw;
    border-right: unset;
    background: #f5f5f5;
    border-bottom: 1px solid #9e9e9e;
  }

  .about-profile__table td {
    font-size: 3.8vw;
    letter-spacing: .05vw;
    text-align: center;
  }

  .about-profile {
    padding: 8vw 0 10vw;
    border-radius: 10vw 0;
  }


  .about-company__table,
  .about-company__table tbody,
  .about-company__table tr,
  .about-company__table th,
  .about-company__table td {
    display: block;
    width: 100%;
  }

  .about-company__table th {
    font-size: 3.8vw;
    letter-spacing: .5vw;
    border-bottom: 1px solid #619ee1;
    border-right: unset;
    text-align: center;
  }

  .about-company__table td {
    font-size: 3.8vw;
    letter-spacing: .05vw;
    text-align: center;
  }

  .about-company {
    padding: 8vw 0 10vw;
  }

  .about-profile,
  .about-company__table th {
    background: #ebf4fb;
  }

}

/*---------------------------------------------------------
サービス内容
---------------------------------------------------------*/
.service-intro,
.service-flow {
  width: 100%;
  padding: 6vw 0;
}


.service-flow {
  background: #fff;
}


.service-intro__inner {
  width: 60%;
  margin: 0 auto;
}

.service-intro__head,
.service-section__head {
  margin-bottom: 2vw;
  text-align: center;
}

.service-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.2vw;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .1vw;
  text-align: center;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.service-intro .text-wrap {
  background: #f4faff;
  padding: 2.5vw;
  border-radius: 1vw;
}

.service-intro .text-wrap p,
.service-block .text-wrap p {
  font-size: 1.15vw;
  line-height: 2;
  letter-spacing: .03vw;
}

.service-nav {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1vw;
  margin: 2.5vw auto;
}

.service-nav__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 49%;
  padding: .7vw 0;
  border: 2px solid #a9caee;
  border-radius: .3vw;
  background: #f4faff;
  font-size: 1.2vw;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.service-nav__tab:hover {
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  border-color: #619ee1;
  color: #fff;
  opacity: 1;
}


.service-block {
  margin-bottom: 5vw;
}

.service-block.bg {
  margin: 0 auto;
  padding: 6vw 0;
  background: #f4faff;
  border-radius: 5vw 0 5vw 0;
  width: 100%;
}

.service-block.bg2 {
  margin: 0 auto;
  padding: 6vw 0;
  background: #f4faff;
  border-radius: 0 5vw 0 5vw;
  width: 100%;
}

.service-block.bg .inner,
.service-block.bg2 .inner {
  width: 60%;
  margin: 0 auto;
}

.service-block {
  width: 60%;
  padding: 6vw 0;
  margin: 0 auto;
}

.service-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 3vw;
}

.service-block__image {
  width: 45%;
}

.service-block__image img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 1vw;
  aspect-ratio: 4 / 3;
}

.service-block__summary {
  width: 51%;
}

.service-block__title {
  margin-bottom: 1.5vw;
  font-size: 1.45vw;
  letter-spacing: 0.2vw;
  font-weight: 600;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  color: #fff;
  text-align: center;
  padding: .7vw 0;
  border-radius: 0.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.6;
}

.service-block__lead {
  font-size: 1.15vw;
  letter-spacing: .03vw;
  margin-bottom: .7em;
}

.service-block__lead:last-child {
  margin-bottom: 0;
}

.service-block__table-wrap {
  width: 100%;
}

.service-block__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #619ee1;
}

.service-block__table tr {
  border-bottom: 1px solid #619ee1;
}

.service-block__table tr:last-child {
  border-bottom: none;
}

.service-block__table th,
.service-block__table td {
  text-align: left;
  vertical-align: top;
}

.service-block__table th {
  width: 12vw;
  padding: 1.5vw 1vw;
  text-align: center;
  background: #f8fcff;
  font-size: 1.15vw;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: .03vw;
  border-right: 1px solid #619ee1;
  vertical-align: middle;

}

.service-block__table td {
  width: calc(100% - 12vw);
  padding: 1.5vw;
  font-size: 1.15vw;
  line-height: 1.9;
  letter-spacing: .03vw;
  background: #fff;
}

.service-block__table td a {
  color: #619ee1;
  text-decoration: underline;
}

.service-block__table td ul {
  margin-left: 1em;
}

.service-block__table td ul li::marker {
  color: #78aadc;
}

div#service-panel-seminar .link a {
  padding: 1vw 0;
  border-radius: 10vw;
  text-decoration: none;
  font-size: 1.1vw;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.2vw;
  color: #fff;
  background: -o-linear-gradient(351deg, rgb(97, 158, 225) 0%, rgb(69, 177, 229) 100%);
  background: linear-gradient(99deg, rgb(97, 158, 225) 0%, rgb(69, 177, 229) 100%);
  width: 50%;
  text-align: center;
  position: relative;
  display: block;
  margin: 2vw auto 0;
}

div#service-panel-seminar .link a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1vw;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: .6vw;
  height: .6vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.service-flow {
  padding-top: 5vw;
  padding-bottom: 6vw;
  background: #f4faff;
  border-radius: 5vw 0 0 0;
}

.service-flow__inner {
  width: 80%;
  margin: 0 auto;
}

.service-flow__head {
  margin-bottom: 4vw;
  text-align: center;
}

.service-flow__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3vw;
}

.service-flow__item {
  position: relative;
  width: 24%;
  padding: 2vw 1.5vw;
  border-radius: 1vw;
  background: #fff;
  border: 1px solid #d6e7f7;
  -webkit-box-shadow: 0 .5vw 1.5vw rgb(0 0 0 / 5%);
  box-shadow: 0 .5vw 1.5vw rgb(0 0 0 / 5%);
  text-align: center;
}

.service-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 1.2vw solid transparent;
  border-bottom: 1.2vw solid transparent;
  border-left: 1vw solid #a9caee;
  z-index: 2;
}

.service-flow__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4vw;
  height: 4vw;
  margin: 0 auto 1vw;
  border-radius: 999vw;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  color: #fff;
  font-size: 1.8vw;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .03vw;
  position: absolute;
  top: -1vw;
  left: -1vw;
}

.service-flow__title {
  margin-bottom: 1vw;
  font-size: 1.3vw;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: .05vw;
}

.service-flow__text {
  font-size: 1vw;
  line-height: 1.8;
  letter-spacing: .03vw;
  text-align: left;
}


@media screen and (max-width:743px) {

  .service-intro {
    padding: 8vw 0;
  }

  .service-intro__inner,
  .service-flow__inner,
  .service-note__inner {
    width: 90%;
    margin: 0 auto;
  }

  .service-section__inner {
    width: 100%;
    margin: 0 auto;
  }

  .service-title {
    font-size: 6vw;
    line-height: 1.6;
  }

  .service-intro__head,
  .service-section__head {
    margin-bottom: 3vw;
  }

  .service-intro .text-wrap {
    background: unset;
    padding: unset;
    border-radius: unset;
  }

  .service-intro .text-wrap p,
  .service-block .text-wrap p {
    font-size: 3.8vw;
  }

  .service-nav {
    width: 90%;
    gap: 2.5vw;
    margin: 5vw auto 8vw;
  }

  .service-nav__tab {
    width: 100%;
    padding: 2vw 0;
    border: 1.5px solid #a9caee;
    border-radius: 1vw;
    font-size: 3.8vw;
    letter-spacing: .3vw;
  }

  section.service-section {
    margin-top: 5vw;
  }

  .service-block.bg .inner,
  .service-block.bg2 .inner {
    width: 90%;
    margin: 0 auto;
  }

  .service-block__top {
    display: unset;
    margin-bottom: 5vw;
  }

  .service-block__summary {
    width: 100%;
  }

  .service-block__title {
    margin-bottom: 5vw;
    font-size: 5vw;
    letter-spacing: .5vw;
    padding: 1.5vw 0;
    border-radius: .7vw;
    line-height: 1.6;
  }

  .service-block__lead {
    font-size: 3.8vw;
  }

  .service-block__image {
    width: 100%;
    margin-bottom: 3vw;
  }

  .service-block__image img {
    aspect-ratio: 3 / 2;
    border-radius: 1.5vw;
  }

  .service-block__table-wrap {
    margin-top: 5vw;
  }

  .service-block__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-block.bg {
    border-radius: 10vw 0;
    padding: 10vw 0;
  }

  .service-block__table th {
    padding: 2vw 1vw;
    font-size: 3.8vw;
    width: 100%;
    border-right: unset;
    letter-spacing: .5vw;
  }

  .service-block__table td {
    width: 100%;
    padding: 2vw 4vw;
    font-size: 3.8vw;
  }

  .service-block__table td a {
    margin-bottom: 2vw;
    display: block;
  }

  .service-block__table tr,
  {
  border-bottom: 1px solid #9e9e9e;
}

td.sp_center {
  text-align: center;
}

.service-block {
  width: 90%;
  margin: 10vw auto;
}

.service-block__table {
  border: 1px solid #9e9e9e;
}

.service-block__table tr,
.service-block__table th {
  border-bottom: 1px solid #9e9e9e;
}

.service-block__table td ul li {
  margin-bottom: 1vw;
}

.service-block.bg2 {
  padding: 10vw 0;
  border-radius: 0 10vw;
}

div#service-panel-seminar .link a {
  padding: 3vw 0;
  font-size: 3.8vw;
  letter-spacing: .5vw;
  width: 81%;
  margin: 5vw auto 0;
}

div#service-panel-seminar .link a::before {
  right: 3vw;
  width: 2vw;
  height: 2vw;
}

.service-flow {
  padding: 10vw 0;
  border-radius: 10vw 0 0;
}

.service-flow__head {
  margin-bottom: 5vw;
}

.service-flow__items {
  gap: 6vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-flow__item {
  width: 100%;
  padding: 4vw;
  border-radius: 2vw;
  border: 2.5px solid #a9caee;
}

.service-flow__num {
  width: 10vw;
  height: 10vw;
  font-size: 4.2vw;
  top: -2vw;
  left: -1vw;
}

.service-flow__title {
  font-size: 4.75vw;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2vw;
  letter-spacing: .5vw;
}

.service-flow__text {
  font-size: 3.8vw;
}

.service-flow__item:not(:last-child)::after {
  bottom: -5.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 4vw solid transparent;
  border-right: 4vw solid transparent;
  border-top: 2vw solid #a9caee;
  top: unset;
}

.service-block__table th,
.service-block.bg2,
.service-flow {
  background: #ebf4fb;
}

.service-block__table th {
  background: #F5F5F5;
}

.service-block.bg {
  background: #ebf4fb;
}
}

/*---------------------------------------------------------
Q&A
---------------------------------------------------------*/
.faq {
  width: 100%;
  padding: 3vw 0 5vw;
}

.faq__inner {
  width: 65%;
  margin: 0 auto;
}


.faq__tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 3vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq__tab {
  border: 2px solid #a9caee;
  background: #f4faff;
  font-size: 1.15vw;
  letter-spacing: 0.1vw;
  font-weight: 600;
  padding: 1vw 2.6vw;
  border-radius: .3vw;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  letter-spacing: .2vw;
}

.faq__tab:hover {
  opacity: .8;
}

.faq__tab.is-active {
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  color: #fff;
  border: none;
}

.faq__panel {
  width: 100%;
}

.faq__panelTitle {
  margin-bottom: 2vw;
  font-size: 2vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2vw;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq__list {
  width: 100%;
  background: #fff;
  border-radius: 1vw;
  overflow: hidden;
  border: 2px solid #a9caee;
}

.faq__item {
  border-bottom: 2px solid #a9caee;
}

.faq__item:last-child {
  border-bottom: none;
}

.faq__q {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1vw;
  padding: 1.5vw 2vw;
  background: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq__qMark {
  font-size: 1.3vw;
  letter-spacing: 0.05vw;
  font-weight: 600;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  top: -0.1vw;
}

.faq__qText {
  font-size: 1.2vw;
  line-height: 1.6;
  letter-spacing: 0.05vw;

  font-weight: 600;
}

.faq__icon {
  margin-left: auto;
  width: 1.2vw;
  height: 1.2vw;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  -o-transition: transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}

.faq__q[aria-expanded="true"] .faq__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq__icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background: #a9caee;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 999vw;
}

.faq__icon:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #a9caee;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 999vw;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.faq__q[aria-expanded="true"] .faq__icon:after {
  opacity: 0;
}

.faq__a {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s ease, opacity .35s ease;
  -o-transition: max-height .35s ease, opacity .35s ease;
  transition: max-height .35s ease, opacity .35s ease;
  background: #f4faff;
}

.faq__a[aria-hidden="false"] {
  opacity: 1;
}

.faq__aInner {
  padding: 1.8vw 2vw;
}

.faq__aText {
  margin: 0;
  font-size: 1.15vw;
  line-height: 1.9;
  letter-spacing: 0.05vw;
  font-weight: 500;
}

.faq__empty {
  margin: 0;
  padding: 2.5vw 0;
  text-align: center;
  font-size: 1.3vw;
  line-height: 1.8;
  letter-spacing: 0.05vw;

  font-weight: 500;
}

@media (max-width: 767px) {
  .faq {
    padding: 10vw 0;
  }

  .faq__inner {
    width: 90%;
  }

  .faq__tabs {
    gap: 2vw 2%;
    margin-bottom: 10vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .faq__tab {
    font-size: 3.8vw;
    padding: 2.5vw 1vw;
    width: 49%;
    border-radius: .7vw;
    letter-spacing: .2vw;
    border: 1.5px solid #a9caee;
  }

  .faq__list {
    border-radius: 1vw;
  }

  .faq__panelTitle {
    margin-bottom: 4vw;
    font-size: 5vw;
    letter-spacing: .3vw;
  }

  .faq__q {
    padding: 4vw 4vw;
    gap: 0;
  }

  .faq__qMark {
    width: 6vw;
    height: 7vw;
    font-size: 3.8vw;
  }

  .faq__qText {
    font-size: 3.8vw;
    width: 90%;
    display: inline-block;
  }

  .faq__icon {
    width: 3.2vw;
    height: 3.2vw;
  }

  .faq__icon::before {
    height: .6vw;
  }

  .faq__icon::after {
    width: .6vw;
  }

  .faq__aInner {
    padding: 3vw 4vw;
  }

  .faq__aText {
    font-size: 3.8vw;
  }

  .faq__empty {
    padding: 6vw 0;
    font-size: 4.5vw;
  }
}

/*---------------------------------------------------------
ブログ
---------------------------------------------------------*/

.page.container.blog .inner {
  max-width: 72%;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6vw 0 4vw;
}

section.blog_wrap {
  width: 70%;
  padding-right: 4vw;
}

article.article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5vw;
  padding: 1.5vw 1vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 1vw;
  -webkit-box-shadow: 0.5vw 0.5vw 1vw 0 rgb(138 138 138 / 9%);
  box-shadow: 0.5vw 0.5vw 1vw 0 rgb(138 138 138 / 9%);
  border: 0.2vw solid #a9caee;
}

article.article-list .img-wrap {
  width: 37%;
  height: auto;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

article.article-list .text {
  width: 60%;
  position: relative;
}

article.article-list .text h2 {
  font-size: 1.2vw;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 1vw;
}

article.article-list a {
  text-decoration: none;
  width: 100%;
}

article.article-list a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  aspect-ratio: 16 / 9;
}

.cat-day {
  position: relative;
  line-height: 1;
}

ul.post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.post-categories li {
  list-style: none;
}

ul.post-categories a {
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  display: inline;
  color: #fff;
  padding: .1vw 1vw .2vw;
  margin-right: 0.5vw;
  font-size: 0.8vw;
  border-radius: 10vw;
}

article.article-list p.article-date {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: .9vw;
}

article.article-list .archive-text {
  margin-top: 1vw;
  line-height: 1.8;
  font-size: .95vw;
}

.pagination {
  margin: 1vw 0;
  text-align: center;
}

.pagination ul {
  font-size: 0;
}

.pagination ul li {
  font-size: 1.6vw;
  display: inline-block;
  margin-right: 0.5vw;
}

.pagination ul li:last-child {
  border: 0;
}

.pagination ul li a {
  padding: 0.5vw 1vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10vw;
  font-size: 1.2vw;
  height: 3vw;
  width: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #a9caee;
  background: #f4faff;
  color: #1d54a7;
}

.pagination .current {
  padding: 0.5vw 1vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10vw;
  font-size: 1.2vw;
  height: 3vw;
  width: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
}

.pagination ul li .prev,
.pagination ul li .next {
  border: 0;
  background: unset;
  color: #1d54a7;
}

.pagination ul li a {
  text-decoration: none;
  font-weight: 500;
}

.pagination ul li a:hover {
  opacity: 0.6;
}

.pagination .current {
  color: #fff;
}

.page-id-756 footer#footer,
.archive footer#footer,
.single footer#footer,
.page-id-120 footer#footer,
.page-id-803 footer#footer,
.error404 footer#footer {
  background: #f4faff;
}


.sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 30%;
}

div#block-20 h4,
div#block-21 h4 {
  font-size: 1.3vw;
  margin-bottom: 1vw;
  padding-bottom: 0.5vw;
  font-weight: 600;
  letter-spacing: 0.1vw;
  border-bottom: .2vw solid;
  -o-border-image: -o-linear-gradient(left, #619ee1 0%, #45b1e5 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#619ee1), to(#45b1e5));
  border-image: linear-gradient(to right, #619ee1 0%, #45b1e5 100%);
  border-image-slice: 1;
}

.wp-block-categories,
.wp-block-archives-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 1.5vw;
}

div#block-20 {
  margin-bottom: 2vw;
}

.wp-block-categories li,
.wp-block-archives li {
  font-size: 1.05vw;
  line-height: 2;
}

div#block-20 ul li::marker,
.wp-block-archives li::marker {
  color: #3fa9f5;
}

ul.children {
  margin-left: 1vw;
}

@media (max-width: 767px) {
  .page.container.blog .inner {
    max-width: 90%;
    padding: 10vw 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  section.blog_wrap {
    width: 100%;
    padding-right: 0;
  }

  article.article-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3vw;
    border-radius: 2vw;
    border: 2px solid #a9caee;
    margin-bottom: 4vw;
  }

  article.article-list .img-wrap {
    width: 100%;
  }

  article.article-list .text {
    width: 100%;
    margin-top: 2vw;
  }

  article.article-list .text h2 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }

  ul.post-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2vw;
  }

  ul.post-categories a {
    font-size: 2.8vw;
    padding: 1.5vw 4vw;
    display: inline-block;
  }

  article.article-list p.article-date {
    position: relative;
    font-size: 3.5vw;
    text-align: right;
    margin-top: 2vw;
  }

  article.article-list .archive-text {
    margin-top: 2vw;
    line-height: 1.6;
    font-size: 3.6vw;
  }

  .pagination ul li {
    margin-right: 2vw;
  }

  .pagination .current,
  .pagination ul li a {
    font-size: 4vw;
    height: 8vw;
    width: 8vw;
  }

  .sidebar {
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-top: 10vw;
  }

  div#block-20 h4,
  div#block-21 h4 {
    font-size: 4.2vw;
    margin-bottom: 3vw;
    padding-bottom: .5vw;
    font-weight: 600;
    letter-spacing: .3vw;
    border-bottom: 2px solid;
    -o-border-image: -o-linear-gradient(left, #619ee1 0%, #45b1e5 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#619ee1), to(#45b1e5));
    border-image: linear-gradient(to right, #619ee1 0%, #45b1e5 100%);
    border-image-slice: 1;
  }

  .wp-block-categories,
  .wp-block-archives-list {
    margin-left: 6vw;
  }

  .wp-block-categories li,
  .wp-block-archives li {
    font-size: 3.8vw;
  }

  ul.children {
    margin-left: 4vw;
  }

  div#block-21 h4 {
    margin-top: 5vw;
  }

  .page-id-756 footer#footer,
  .archive footer#footer,
  .single footer#footer,
  .page-id-120 footer#footer,
  .page-id-803 footer#footer {
    background: #ebf4fb;
  }

}


/*---------------------------------------------------------
投稿ページ
---------------------------------------------------------*/

.page-container.single {
  max-width: 72%;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.5vw 0 5vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-contents {
  width: calc(100% - 30%);
  padding-right: 4vw;
}

span.cat-data a {
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  display: inline;
  color: #fff;
  padding: 0.2vw 1vw;
  margin-right: 0.5vw;
  font-size: .8vw;
  border-radius: 10vw;
}

.single h1 {
  font-size: 1.5vw;
  font-weight: 500;
  letter-spacing: 0.05vw;
  line-height: 1.6;
  margin-top: .5vw;
}

.single .article-date {
  text-align: right;
  margin-bottom: 1.5vw;
  font-size: 1vw;
  display: block;
}

.article-img {
  margin-bottom: 3vw;
}

span.st-mymarker-s {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #d4dff4));
  background: -o-linear-gradient(transparent 70%, #d4dff4 0%);
  background: linear-gradient(transparent 70%, #d4dff4 0%);
  font-weight: 600;
}

.fixed-page h2,
.single article h2 {
  font-size: 1.4vw;
  font-weight: 600;
  margin: 2.5vw auto 1.5vw;
  padding: 1vw 1vw;
  line-height: 1.6;
  color: #f4faff;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
}

.fixed-page h3,
.single article h3 {
  font-size: 1.3vw;
  font-weight: 600;
  margin: 2.5vw auto 1.5vw;
  padding: 1vw 1vw;
  background: #f4faff;
  line-height: 1.6;
  border-left: .3vw solid #619ee1;
}

.fixed-page h4,
.single article h4,
.fixed-page h5,
.single article h5 {
  font-size: 1.25vw;
  font-weight: 600;
  margin: 2.5vw auto 1.5vw;
  position: relative;
  line-height: 1.6;
}

.fixed-page .inner p,
.single article p {
  font-size: 1.1vw;
  font-weight: 400;
  margin-top: 1.5vw;
  letter-spacing: .05vw;
  line-height: 2;
}

.fixed-page .inner ul,
.single .single-text-wrap ul,
.fixed-page .inner ol,
.single .single-text-wrap ol {
  margin: 1.5vw auto 2.5vw;
  padding: 1.5vw 1vw 1.5vw 2.5vw;
  background-color: #FAFAFA;
  border-radius: .3vw;
}

.fixed-page .inner ul ul,
.single .single-text-wrap ul ul {
  margin-top: 0;
  margin-bottom: 0.5vw;
  margin-left: 0;
}

.fixed-page .inner ul li,
.single .single-text-wrap ul li {
  list-style-type: disc;
  font-size: 1.1vw;
  margin-bottom: 0.5vw;

}

.fixed-page .inner ol li,
.single .single-text-wrap ol li {
  font-size: 1.1vw;
  margin-bottom: 0.5vw;

}

.fixed-page .inner ul ul li,
.single .single-text-wrap ul ul li {
  list-style: none;
}

.single article p.box-title {
  position: relative;
  top: 2.5vw;
  background: #033059;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2vw;
  letter-spacing: 0.1vw;
  margin-top: 0;
}

.fixed-page figure,
.single article figure {
  margin: 1.5vw 0;
}

.single article p.article-date {
  font-size: 1.2vw;
  margin-top: 0;
  text-align: right;

}

.page_sns {
  width: 48%;
  margin: 0 auto;
}


.single .contents {
  width: 60%;
  margin: 5vw auto;
}

section.single-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
}

.page.single .inner {
  max-width: 72%;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5vw 0;
}



article.article-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.5vw;
}

article.article-content p.cat-data a {
  background-image: -o-linear-gradient(43deg, #37c1ff, #30bdff);
  background-image: linear-gradient(47deg, #37c1ff, #30bdff);
  display: inline;
  color: #fff;
  padding: 0.5vw 1vw;
  border-radius: 10vw;
  margin-right: 0.5vw;
  font-size: 1vw;
  text-decoration: none;
}

.article-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single .wp-block-table td,
.single .wp-block-table th {
  border: 1.5px solid #444 !important;
  padding: 0.5vw 1vw;
  font-size: 1.1vw;
}

.article-tag ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0 !important;
}

.single .post p.tag {
  background: #333;
  color: #fff;
  text-align: center;
  width: 10%;
  border-radius: 0.5vw;
  font-size: 1.1vw !important;
  margin-bottom: 0;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.single .post .article-tag ul {
  margin-bottom: 0;
  margin-left: 0;
}

.single article .article-tag ul li {
  list-style: none;
  padding-right: 1vw;
  font-size: 1.5vw;

}

.article-tag a {
  text-decoration: none;

  font-size: 1.5vw;
}

.article-tag a::before {
  background: no-repeat;
  width: 1.5vw;
  height: 1.5vw;
  background-image: url("https://tigro.jp/wp-content/uploads/2026/03/tag-n.svg");
  content: "";
  margin-right: 0.5vw;
  display: inline-block;
  top: 0.5vw;
  position: relative;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 1vw;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

blockquote {
  position: relative;
  border: 2px solid #9E9E9E;
  border-radius: .5vw;
  padding: 2.5vw 1vw;
  background: #FAFAFA;
  margin: 2.5vw auto;
}

blockquote::before {
  display: block;
  position: absolute;
  width: 1.5vw;
  height: 1.5vw;
  background-image: url("https://tigro.jp/wp-content/uploads/2026/03/block-quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: 1vw;
  top: 1vw;
}

blockquote::after {
  display: block;
  position: absolute;
  width: 1.5vw;
  height: 1.5vw;
  background-image: url("https://tigro.jp/wp-content/uploads/2026/03/block-quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  right: 1vw;
  bottom: 0.5vw;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

blockquote cite {
  display: block;
  font-size: 1.2vw;
  text-align: right;
  color: #9e9e9e;
  padding-right: 2.5vw;
}

.single article blockquote p {
  margin-top: 0;
}

blockquote a {
  display: block;
  text-align: right;
  margin-right: 2vw;
}





#toc_container {
  background: #f4faff !important;
  border: 2px solid #a9caee !important;
  padding: 1vw 2vw !important;
  display: table;
  font-size: 95%;
  width: 100% !important;
  margin-top: 2vw !important;
  border-radius: .3vw !important;
}


#toc_container p.toc_title {
  font-size: 1.3vw !important;
  letter-spacing: .2vw !important;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
  background: 0 0;
  list-style-type: decimal !important;
  list-style: decimal !important;
}

#toc_container p.toc_title+ul.toc_list {
  margin-left: 1em !important;
}

#toc_container a {
  font-size: 1.1vw !important;
  line-height: 2 !important;
}

nav.page-nav {
  margin: 2.5vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-nav .prev-link {
  width: 49%;
  text-align: left;
  text-decoration: none;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  border: 2px solid #a9caee;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-size: .85vw;
  line-height: 1.5;
  padding: 0.5vw 1vw;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .2vw;
}

.page-nav .next-link {
  width: 49%;
  text-align: right;
  text-decoration: none;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #a9caee;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-size: .85vw;
  line-height: 1.5;
  padding: 0.5vw 1vw;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .2vw;
}

.page-nav .prev-link::before {
  content: "Before";
  position: absolute;
  top: -1.3vw;
  left: 0;
  line-height: 1;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.4vw;
  letter-spacing: .2vw;
  font-weight: 600;
}

.page-nav .next-link::before {
  content: "Next";
  position: absolute;
  top: -1.3vw;
  right: 0;
  line-height: 1;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.4vw;
  letter-spacing: .2vw;
  font-weight: 600;
}

nav.page-nav a:hover {
  background: #ebf9ff;
}

.share {
  margin-bottom: 3.5vw;
  margin-top: 1.5vw;
  position: relative;
  z-index: 1;
}

.home .share,
.page-id-711 .share {
  width: 55%;
  margin: 0 auto;
}

.single article .share p {
  text-align: center;
  font-size: 1.6vw;
  margin-bottom: 0;
  letter-spacing: 0.5vw;
  font-style: normal;
  font-weight: 600;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.3vw;
}

.single article .share ul {
  width: 40%;
  margin: 0.5vw auto 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.share li {
  width: 31%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.share li a,
.share li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.5vw;
  width: 2.5vw;
  border-radius: 10vw;
}

.share li button {
  width: 2.5vw;
  background-color: #1d54a7;
  color: #fff;
}

.share li button img {
  width: 66%;
}

.share li a:visited {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.facebook_share a {
  background-color: #1877f1;
  color: #fff;
}

li.facebook_share a img {
  width: 32%;
}

.line_share a {
  background-color: #1dcd00;
  color: #fff;
}

li.line_share a img {
  width: 63%;
}

.tweet_share a {
  background-color: #444;
}

li.tweet_share a img {
  width: 50%;
}

.share li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


.url-copied {
  display: none;
  position: absolute;
  bottom: -3.5vw;
  left: 66%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.url-copied span {
  color: #fff;
  padding: 0.2vw 1vw .3vw;
  border-radius: 10vw;
  font-size: .7vw;
  white-space: nowrap;
  background: #1d54a7;
}

.vk_borderBox {
  margin: 2.5vw auto 1.5vw !important;
}

.vk_borderBox .vk_borderBox_title_container .vk_borderBox_title {
  font-size: 1.2vw !important;
}

.vk_borderBox .vk_borderBox_title_container {
  line-height: 1 !important;
}

@media (max-width: 767px) {

  .page-container.single {
    padding: 7vw 0 10vw;
    max-width: 90%;
  }



  .single-contents {
    width: 100%;
    padding-right: 0;
  }

  span.cat-data a {
    padding: .2vw 5vw;
    font-size: 3vw;
  }

  .single h1 {
    font-size: 4.5vw;
    margin-top: 2vw;
  }

  .single .article-date {
    margin-bottom: 3vw;
    margin-top: 1vw;
    font-size: 3vw;
  }

  .fixed-page .inner p,
  .single article p {
    font-weight: 500;
    font-size: 3.8vw;
  }

  #toc_container {
    border: 3px solid #a9caee !important;
    padding: 4vw 4vw !important;
    width: 100% !important;
    margin-top: 5vw !important;
    border-radius: 1vw !important;
  }

  #toc_container p.toc_title {
    font-size: 4vw !important;
  }

  #toc_container a {
    font-size: 3vw !important;
  }

  #toc_container p.toc_title+ul.toc_list {
    margin-top: 1vw !important;
  }

  #toc_container a {
    font-size: 3.6vw !important;
  }

  .fixed-page .inner ul li,
  .single .single-text-wrap ul li {
    font-size: 3.8vw;
  }

  .fixed-page h2,
  .single article h2 {
    font-size: 4.2vw;
    margin: 8vw auto 3vw;
    padding: 2vw 3vw;
    border-radius: .7vw;
  }

  .fixed-page h3,
  .single article h3 {
    font-size: 4.1vw;
    margin: 8vw auto 3vw;
    padding: 2vw 3vw;
    border-left: 4px solid #619ee1;
    border-radius: .7vw;
  }

  .fixed-page h4,
  .single article h4,
  .fixed-page h5,
  .single article h5 {
    font-size: 4vw;
    margin: 8vw auto 3vw;
  }

  .fixed-page h4,
  .single article h4 {
    background: #F5F5F5;
    padding: 2vw 3vw;
    border-radius: .7vw;
  }

  .fixed-page .inner ul li,
  .single .single-text-wrap ul li {
    font-size: 3.8vw;
    margin-bottom: 3vw;
  }

  .fixed-page .inner ol li,
  .single .single-text-wrap ol li {
    font-size: 3.8vw;
  }

  .fixed-page .inner ul li:last-of-type,
  .single .single-text-wrap ul li:last-of-type {
    margin-bottom: 0;
  }

  .fixed-page .inner ul,
  .single .single-text-wrap ul,
  .fixed-page .inner ol,
  .single .single-text-wrap ol {
    margin: 5vw auto 3vw;
    padding: 4vw 3vw 4vw 7.5vw;
    background-color: #F5F5F5;
    border-radius: 1vw;
  }

  .single .wp-block-table td,
  .single .wp-block-table th {
    border: 1px solid #444 !important;
    padding: 1.5vw 1vw;
    font-size: 3.8vw;
  }

  .wp-block-table td,
  .wp-block-table th {
    border: 1px solid;
    padding: .5em;
    font-size: 3.8vw;
  }

  .wp-block-table.is-style-stripes th,
  .wp-block-table.is-style-stripes td {
    border-color: #444 !important;
  }


  .wp-block-table thead {
    border-bottom: 1px solid !important;
  }

  .wp-block-image :where(figcaption) {
    font-size: 3.5vw;
  }

  .wp-block-vk-blocks-border-box.vk_borderBox.vk_borderBox-background-transparent.has-text-color.is-style-vk_borderBox-style-solid-kado-tit-tab {
    margin-top: 5vw;
  }

  .wp-block-vk-blocks-border-box.vk_borderBox.vk_borderBox-background-transparent.has-text-color.is-style-vk_borderBox-style-solid-kado-tit-onborder {
    margin-top: 10vw;
  }

  .fixed-page .inner p a,
  .single article p a {
    color: #7daadc;
    text-decoration: underline;
  }

  .share {
    margin-top: 5vw;
  }

  .share li button {
    width: 9vw;
    height: 9vw;
  }

  .home .share,
  .page-id-711 .share {
    width: 100%;
  }

  .single article .share p {
    font-size: 5vw;
  }

  .share ul {
    width: 46%;
    margin: 3vw auto 0;
  }

  .share li a {
    height: 9.5vw;
    width: 9.5vw;
  }

  .share li a svg {
    font-size: 4vw;
  }

  .url-copied span {
    font-size: 2.5vw;
  }

  .url-copied {
    bottom: -11.5vw;
    left: 75%;
  }

  .single article .share ul {
    width: 65%;
  }

  nav.page-nav {
    margin: 10vw 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }



  .page-nav .prev-link,
  .page-nav .next-link {
    width: 100%;
    font-size: 3.5vw;
    padding: 2vw 2vw;
  }

  .page-nav .next-link {
    margin-top: 6vw;
  }

  .page-nav .prev-link:before,
  .page-nav .next-link:before {
    font-size: 4.5vw;
    top: -4.1vw;
  }

  .single .sidebar {
    margin-top: 0;
  }

  blockquote {
    border: 2px solid #9E9E9E;
    border-radius: 1vw;
    padding: 7vw 3vw;
    background: #f7f7f7;
    margin: 7vw auto 3vw;
  }

  blockquote::before {
    width: 4vw;
    height: 4vw;
    left: 2vw;
    top: 1.5vw;
  }

  blockquote::after {
    width: 4vw;
    height: 4vw;
    right: 2vw;
    bottom: 1vw;
  }

  .fixed-page figure,
  .single article figure {
    margin: 7vw 0 5vw;
  }

  .vk_borderBox .vk_borderBox_title_container .vk_borderBox_title {
    font-size: 4vw !important;
  }

  .vk_borderBox {
    margin: 5vw auto 3vw !important;
  }
}


/*---------------------------------------------------------
アーカイブ
---------------------------------------------------------*/

.page.container.archive.blog .inner {
  max-width: 72%;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw 0 4vw;
}

.archive.date section.blog_wrap h1,
.archive.category section.blog_wrap h1,
.archive.tag section.blog_wrap h1 {
  font-size: 1.4vw;
  margin-bottom: 1vw;
  letter-spacing: .05vw;
}


.archive aside#sidebar {
  margin-top: 3vw;
}

@media (max-width: 767px) {
  .page.container.archive.blog .inner {
    max-width: 90%;
    padding: 10vw 0;
  }

  .archive.date section.blog_wrap h1,
  .archive.category section.blog_wrap h1,
  .archive.tag section.blog_wrap h1 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
    border-left: 3px solid #a9caee;
    padding-left: 2vw;
  }

  .archive aside#sidebar {
    margin-top: 5vw;
  }
}

/*---------------------------------------------------------
お問い合わせ
---------------------------------------------------------*/



section.contact_form {
  width: 65%;
  margin: 0 auto;
  padding: 3vw 0 4vw;
}

.section-heading {
  margin-bottom: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5vw;
}

section.contact_form h2 {
  text-align: center;
  font-size: 2.2vw;
  color: #fff;
  position: relative;
  letter-spacing: 0.2vw;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

span.section-underline {
  display: inline-block;
  width: 10vw;
  height: 0.2vw;
  border-radius: 999px;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
}

section.contact_form .lead p {
  font-size: 1.2vw;
  text-align: center;

}

.table-res-form {
  width: 100%;
  margin-top: 3vw;
  border-collapse: separate;
  border-spacing: 0;
}

.table-res-form th,
.table-res-form td {
  padding: 1vw 2vw 1vw 0;
  vertical-align: middle;
}

.table-res-form th {
  width: 30%;
  text-align: right;
  font-weight: 600;
  font-size: 1.3vw;
  letter-spacing: 0.1vw;

  padding-top: 0.5vw;
}

.table-res-form td {
  vertical-align: middle;
}

.table-res-form td br {
  display: none;
}

.table-res-form th.last,
.table-res-form th.last+td {
  vertical-align: top;
}

.required {
  font-size: 1vw;
  color: #fff;
  display: inline-block;
  padding: 0.5vw 0.5vw;
  background: #a9caee;
  margin-left: 0.5vw;
  border-radius: 0.2vw;
  line-height: 1;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #a9caee;
  border-radius: 0;
  padding: 0.5vw 1vw;
  font-size: 1.2vw;

  background: #fff;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select {
  height: 3vw;
}

.wpcf7 textarea {
  height: 24vw;
  padding: 1vw;
}

.wpcf7 select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0.5vw rgb(0 0 0 / 20%);
  box-shadow: 0 0 0.5vw rgb(0 0 0 / 20%);
}

.table-res-form tr.td_last td {
  padding: 0;
  text-align: center;
}

.table-res-form th.last p {
  margin-top: 1vw;
}

.wpcf7 .wpcf7-submit {
  width: 55%;
  padding: .5vw 0;
  color: #fff;
  font-weight: 600;
  font-size: 1.4vw;
  letter-spacing: 0.5vw;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #fff;
  border-radius: 10vw;
  margin-bottom: 1vw;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
}

.wpcf7 .wpcf7-submit:hover {
  opacity: 0.8;
}

span.wpcf7-spinner {
  display: none;
}

span.wpcf7-not-valid-tip {
  color: #e91e63;
  text-align: center;
  display: block;
  font-size: 1vw;
  margin-top: 0.5vw;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1vw auto 1vw;
  padding: 1vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #e91e63;
  border: 2px solid #e91e63;
}

.sr-only {
  position: absolute;
  width: 0.5vw;
  height: 0.5vw;
  padding: 0;
  margin: -0.5vw;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #E91E63 !important;
}

.recaptcha {
  text-align: center;
  margin-bottom: 1vw;
  font-size: 1vw;

}

.recaptcha a {
  text-decoration: none;
  color: #003565;
}

.grecaptcha-badge {
  visibility: hidden;
}

.screen-reader-response {
  display: none;
}

p.pp {
  text-align: center;
}

p.pp a {
  color: #003565;
  text-decoration: none;
  font-size: 1.2vw;
}

p.pp a:hover {
  opacity: 0.6;
}

.text-wrap.two {
  text-align: center;
  margin-top: 1vw;
  font-size: 1vw;

}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #E91E63 !important;
  border-color: #E91E63 !important;
}

@media (max-width: 767px) {
  section.contact_form {
    width: 90%;
    padding: 8vw 0;
  }

  section.contact_form h2 {
    font-size: 4.5vw;
    margin-bottom: 4vw;
    background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
    background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
    color: #fff;
    -webkit-text-fill-color: unset;
    width: 100%;
    padding: 2vw;
    letter-spacing: .3vw;
    border-radius: 1.1vw;
  }



  span.section-underline {
    display: none;
  }

  .section-heading {
    margin-bottom: unset;
    gap: unset;
  }

  section.contact_form .lead p {
    font-size: 3.8vw;
    text-align: left;
  }

  .table-res-form {
    margin-top: 6vw;
  }



  .table-res-form th {
    padding: 3vw 0;
    display: block;
    width: 100%;
    vertical-align: top;
    font-size: 4.2vw;
    text-align: center;
    letter-spacing: .5vw;
    background: #f5f5f5;
    border-bottom: .7vw;
  }

  .table-res-form td {
    padding: 3vw 0 5vw;
    display: block;
    width: 100%;
    text-align: left;
    vertical-align: top;
  }

  .required {
    font-size: .85em;
    padding: 1.5vw 2vw;
    margin-left: 1vw;
    border-radius: .7vw;
  }

  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 input[type=tel],
  .wpcf7 select,
  .wpcf7 textarea {
    font-size: 16px;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 select {
    height: 10vw;
  }

  .wpcf7 textarea {
    height: 60vw;
    padding: 2vw;
  }

  .wpcf7 .wpcf7-submit {
    width: 100%;
    font-size: 4.5vw;
    padding: 2vw 0;
    margin-bottom: 4vw;
  }

  span.wpcf7-not-valid-tip {
    font-size: 3.2vw;
    margin-top: 1vw;
  }

  .wpcf7 form .wpcf7-response-output {
    margin: 3vw auto 3vw;
    padding: 3vw;
  }

  .wpcf7 form .wpcf7-response-output {
    font-size: 3.8vw;
  }

  p.pp a {
    font-size: 3.8vw;
  }

  .text-wrap.two {
    margin-top: 3vw;
    font-size: 3.5vw;
    text-align: left;
    line-height: 1.8;
  }
}

/*---------------------------------------------------------
プライバシーポリシー
---------------------------------------------------------*/

.privacy_policy {
  width: 100%;
  padding-top: 3vw;
  padding-bottom: 5vw;
}

.privacy_policy .inner {
  width: 60%;
  margin: 0 auto;
}

.privacy_policy h2 {
  margin-bottom: 2vw;
  padding-bottom: 1vw;
  font-size: 1.5vw;
  line-height: 1.3;
  letter-spacing: 0.1vw;
  font-weight: 600;

  border-bottom: 2px solid #a9caee;
}

.privacy_policy h2:not(:first-of-type) {
  margin-top: 4vw;
}

.privacy_policy p {
  margin-bottom: 1.5vw;
  font-size: 1.1vw;
  line-height: 1.9;
  letter-spacing: 0.05vw;

  font-weight: 500;
}

.privacy_policy .title_down {
  margin-bottom: 3vw;
}

.privacy_policy ol {
  margin-bottom: 1vw;
  padding-left: 1.5em;
}

.privacy_policy ol li {
  margin-bottom: .5vw;
  font-size: 1.1vw;
  line-height: 1.9;
  letter-spacing: 0.05vw;

  font-weight: 500;
}

.privacy_policy ol li:last-child {
  margin-bottom: 0;
}

.privacy_policy ol ol {
  margin-top: .5vw;
  padding-left: 1.5em;
}

.privacy_policy ol ol li {
  margin-bottom: .5vw;
}

.privacy_policy .pp_li_se {
  margin-top: 1vw;
}

.privacy_policy .ppa {
  margin-top: 1.5vw;
}

.privacy_policy .ppa a {
  color: #003565;
  text-decoration: underline;
}

.privacy_policy .ppa a:hover {
  opacity: .8;
}

@media (max-width: 767px) {
  .privacy_policy {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .privacy_policy .inner {
    width: 90%;
  }

  .privacy_policy h2 {
    margin-bottom: 4vw;
    padding-bottom: 2vw;
    font-size: 4.5vw;
    line-height: 1.4;
    letter-spacing: 0.2vw;
  }

  .privacy_policy h2:not(:first-of-type) {
    margin-top: 8vw;
  }

  .privacy_policy p {
    margin-bottom: 3vw;
    font-size: 3.6vw;
    line-height: 1.9;
    letter-spacing: 0.05vw;
  }

  .privacy_policy .title_down {
    margin-bottom: 6vw;
  }

  .privacy_policy ol {
    margin-bottom: 4vw;
    padding-left: 1.5em;
  }

  .privacy_policy ol li {
    margin-bottom: 2vw;
    font-size: 3.6vw;
    line-height: 1.9;
  }

  .privacy_policy ol ol {
    margin-top: 2vw;
  }

  .privacy_policy ol ol li {
    margin-bottom: 1vw;
  }

  .privacy_policy .pp_li_se {
    margin-top: 4vw;
  }

  .privacy_policy .ppa {
    margin-top: 5vw;
  }


}

/*---------------------------------------------------------
固定ページ
---------------------------------------------------------*/
.fixed-page {
  margin-top: 12vh;
}

.fixed-page .inner {
  width: 55%;
  margin: 0 auto;
  padding: 7vh 0 10vh;
}

.fixed-page h1 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .02vw;
  line-height: 1.8;
}

.fixed-page a {
  text-decoration: underline;
  color: var(--color-theme);
}

.breadcrumb a {
  text-decoration: none;
}

/*---------------------------------------------------------
404 ページ
---------------------------------------------------------*/
.page-404 {
  padding: 6vw 0;
  text-align: center;

}

.page-404-title {
  font-size: 2vw;
  letter-spacing: .08vw;
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.5vw;
}

p.page-404-text {
  font-size: 1.1vw;
}

.page-404-buttons {
  margin-top: 2vw;
}

.page-404-btn {
  font-size: 1.2vw;
  letter-spacing: .2vw;
  padding: 1vw 0;
  border-radius: 10vw;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  color: rgba(255, 255, 255, 1);
  background: -o-linear-gradient(351deg, #619ee1 0%, #45b1e5 100%);
  background: linear-gradient(99deg, #619ee1 0%, #45b1e5 100%);
  width: 22%;
}

@media (max-width: 767px) {

  .page-404-title {
    font-size: 5vw;
  }

  p.page-404-text {
    font-size: 3.5vw;
  }

  .page-404-buttons {
    margin-top: 5vw;
  }

  .page-404-btn {
    font-size: 3.5vw;
    width: 40%;
  }

  .page-404 {
    padding: 20vw 0;
  }
}

/*---------------------------------------------------------
  i pad all portrait
  ---------------------------------------------------------*/
@media only screen and (min-device-width: 743px) and (max-device-width: 1024px) and (orientation: portrait) {

  .latest__link {
    -ms-grid-columns: 8.5vw 12vw 1fr;
    grid-template-columns: 8.5vw 12vw 1fr;
  }

  .page-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* border */
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 select,
  .wpcf7 textarea,
  .faq__tab,
  .faq__list,
  .service-nav__tab {
    border: 1.5px solid #a9caee;
  }

  .faq__item {
    border-bottom: 1.5px solid #a9caee;
  }

  .latest__item {
    border-bottom: 1px solid #a9caee;
  }

  .single .wp-block-table td,
  .single .wp-block-table th {
    border: .7px solid #444 !important;
  }

  blockquote {
    border: 1.5px solid #9E9E9E;
  }

  .wp-block-table thead {
    border-bottom: 1px solid !important;
  }

  /* width */

  .start p {
    width: 25vw;
  }

  .page-404-btn {
    width: 91%;
  }

  .about-greeting__image,
  .about-greeting__content,
  .about-profile__inner,
  .about-company__inner {
    width: 60%;
  }

  /* height */
  header,
  .site-title-wrap,
  .site-title-wrap a,
  header nav ul {
    height: 6vh;
  }

  .mv {
    height: 44vh;
  }

  section.page-mv {
    height: 20vw;
  }

  .page.container.blog,
  .page-404 {
    min-height: 73vh;
  }

  /* top */

  .scroll {
    top: 44vh;
    bottom: 0;
  }

  /* padding */
  .footer-inner {
    padding: 7vw 0 6vw;
  }


  /* margin */

  section.page-mv,
  .mv {
    margin-top: 6vh;
  }

  article.article-list .text h2 {
    margin-bottom: 0;
  }

}

/*---------------------------------------------------------
  i pad pro landscape
  ---------------------------------------------------------*/
@media only screen and (min-device-width: 744px) and (max-device-width: 1400px) and (orientation: landscape) {

  .page-404 {
    min-height: 67vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-404-btn {
    width: 91%;
  }

  .container {
    min-height: 67vh;
  }

  header nav ul li a:after {
    bottom: 3.9vh;
  }

  .mv {
    height: 60vw;
  }

  .mv__media img {
    -o-object-position: 46% 0;
    object-position: 46% 0;
  }

  .single .wp-block-table td,
  .single .wp-block-table th {
    border: .7px solid #444 !important;
  }

  blockquote {
    border: 1.5px solid #9E9E9E;
  }

  .wp-block-table thead {
    border-bottom: 1px solid !important;
  }

}