body {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.lg2-none {
  display: block;
}

.u-desktop {
  display: block;
}

.u-lg2 {
  display: none;
}

.u-mobile {
  display: none;
}

.u-sp2 {
  display: none;
}

.u-sp {
  display: none;
}

p:empty {
  display: none;
}

html {
  font-size: 62.5%;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

html {
  scroll-behavior: smooth;
}

/* Set core body defaults */

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.about {
  margin-top: 84px;
  margin-top: 8.4rem;
  text-align: center;
}

.about__button-block {
  text-align: center;
}

.about__flex {
  gap: 70px;
  gap: 7rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__text-block {
  width: 100%;
  margin-top: 65px;
  margin-top: 6.5rem;
}

.about__title {
  color: #e1e1e1;
  font-family: "Montserrat", sans-serif;
  font-size: 99px;
  font-size: 9.9rem;
  font-weight: 600;
  line-height: 1;
}

.about__title__sub {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 7px;
  text-align: center;
}

.about__title-line {
  width: 140px;
  width: 14rem;
  height: 1px;
  margin-top: 30px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  background: #00a2de;
}

.about__title-text {
  margin-top: 57px;
  margin-top: 5.7rem;
  font-weight: 700;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5625;
}

.about__title-text span {
  display: inline-block;
  position: relative;
}

.about__title-text span::before {
  content: "";
  background-image: url(../img/orange-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  width: 2rem;
  height: 20px;
  height: 2rem;
  position: absolute;
  left: 60%;
  top: -15px;
  top: -1.5rem;
  transform: translate(-50%, 0);
}

.about__text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.2222;
  margin-top: 58px;
  margin-top: 5.8rem;
  text-align: left;
  max-width: 1000px;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.about__text-large {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.66667;
  font-weight: 500;
  margin-top: 30px;
  margin-top: 3rem;
  text-align: left;
  max-width: 1000px;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.about__text-large span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.66667;
  font-weight: 700;
  color: #f2a009;
}

.about__button-block02 {
  margin-top: 60px;
  margin-top: 6rem;
  text-align: center;
}

.about__swiper {
  -webkit-box-shadow: 10px 10px 20px #0085de;
  box-shadow: 10px 10px 20px #0085de;
  margin-top: -8px;
  margin-top: -0.8rem;
  position: relative;
  width: 46%;
}

.about__img {
  position: relative;
  width: 100%;
}

.about__img::before {
  content: "";
  display: block;
  padding-top: 64.8522%;
}

.about__img::after {
  /* background-color: rgba(17, 17, 17, .5); */
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
}

.about__img:hover::after {
  opacity: 1;
}

.about__img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.accordion {
  width: 100%;
}

.accordion__item:last-of-type {
  border-bottom: 1px solid #e1ecf0;
}

.accordion__title {
  background-color: #fff;
  border-top: 1px solid #e1ecf0;
  cursor: pointer;
  padding: 22px 0;
  padding: 2.4rem 0;
  position: relative;
}

.accordion__title::before,
.accordion__title::after {
  background-color: #00a2de;
  content: "";
  height: 2px;
  height: 0.2rem;
  position: absolute;
  right: 15px;
  right: 1.5rem;
  top: 50%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  width: 16px;
  width: 1.6rem;
}

.accordion__title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion__title.is-open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion__title.is-open::before {
  opacity: 0;
}

.accordion__title-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

.accordion__title-text.accordion__title-text--large {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  width: 88%;
}

.accordion__content {
  display: none;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 15px;
  padding-right: 1.5rem;
}

.accordion__content.accordion__content--large {
  padding-left: 0;
}

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

.accordion__text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  width: 88%;
  font-weight: 400;
}

.accordion__list {
  padding-left: 15px;
  padding-left: 1.5rem;
  position: relative;
}

.accordion__list::before {
  background-color: #00a2de;
  border-radius: 50%;
  content: "";
  height: 5px;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 5px;
  width: 0.5rem;
}

.accordion__link {
  color: #111;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 14px 0;
  padding: 1.4rem 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.accordion__link:hover {
  color: #00a2de;
  opacity: 1;
}

.accordion__q {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a2de;
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  height: 44px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin-right: 15px;
  margin-right: 1.5rem;
  text-transform: uppercase;
  width: 44px;
}

.accordion__a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #00a2de;
  border-radius: 50%;
  color: #00a2de;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  height: 44px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin-right: 15px;
  margin-right: 1.5rem;
  text-transform: uppercase;
  width: 44px;
}

.after {
  margin-top: 130px;
  margin-top: 13rem;
}

.after__table {
  margin-top: 80px;
  margin-top: 8rem;
}

.after__attention-text {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 28px;
  margin-top: 2.8rem;
}

.block {
  background-color: #fff;
  border-radius: 2rem;
  padding-bottom: 69px;
  padding-bottom: 6.9rem;
  padding-right: 30px;
  padding-right: 3rem;
  padding-top: 60px;
  padding-top: 6rem;
}

.block__title {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.block__contents {
  height: 380px;
  height: 38rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  margin-top: 7rem;
  max-width: 900px;
  max-width: 90rem;
  overflow-y: scroll;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
  width: 100%;
}

.block__contents::-webkit-scrollbar {
  background-color: #f5f7fa;
  width: 5px;
}

.block__contents::-webkit-scrollbar-thumb {
  background-color: #00a2de;
  border-radius: 9999px;
}

.block__title.block__title--en {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 600;
}

.block__button-block {
  margin-top: 60px;
  margin-top: 6rem;
  text-align: center;
}

.blog-card {
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.16),
    0 3px 14px rgba(176, 193, 211, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.16),
    0 3px 14px rgba(176, 193, 211, 0.2);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.blog-card:hover {
  opacity: 0.7;
}

.blog-card__img {
  aspect-ratio: 445/250;
  border-radius: 1rem;
}

.blog-card__img img {
  -o-object-fit: cover;
  border-radius: 1rem 1rem 0 0;
  display: block;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.blog-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px 24px 30px 24px;
  padding: 2.4rem 2.4rem 3rem 2.4rem;
}

.blog-card__category {
  border: 1px solid #00a2de;
  border-radius: 9999px;
  color: #00a2de;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 8px 10px;
  padding: 0.8rem 1rem;
}

.blog-card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #222;
  display: -webkit-box;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 5px;
  margin-top: 0.5rem;
  overflow: hidden;
}

.blog-card__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 14px;
  margin-top: 1.4rem;
}

.blog-card__info {
  gap: 5px;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 40px;
  padding-top: 4rem;
}

.blog-card__info-img {
  width: 15.5px;
  width: 1.55rem;
}

.blog-card__date {
  color: #999;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}

.breadcrumb {
  margin-top: 60px;
  margin-top: 6rem;
  text-align: right;
  padding-bottom: 3rem;
}

.breadcrumb.breadcrumb--mt {
  margin-top: 30px;
  margin-top: 3rem;
  padding-bottom: 3rem;
}

.breadcrumb span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

.breadcrumb span a {
  border-bottom: 1px solid #111;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.breadcrumb span a:hover {
  opacity: 0.7;
}

.breadcrumb span[property="name"] {
  display: inline-block;
  margin-top: -3px;
  max-width: 150px;
  max-width: 15rem;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.button {
  background-color: #00a2de;
  border-radius: 9999px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 162, 222, 0.5);
  box-shadow: 2px 2px 10px rgba(0, 162, 222, 0.5);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 27px 0;
  padding: 2.7rem 0;
  position: relative;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 450px;
  width: 45rem;
}

.button:hover {
  opacity: 0.8;
}

.button::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 40px;
  height: 4rem;
  position: absolute;
  right: 17px;
  right: 1.7rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  width: 4rem;
}

.button::after {
  background-image: url(../img/arrow-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 14px;
  height: 1.4rem;
  position: absolute;
  right: 30px;
  right: 3rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 15px;
  width: 1.5rem;
}

.button.button--red {
  background-color: #e02828;
  -webkit-box-shadow: 2px 2px 10px rgba(224, 40, 40, 0.5);
  box-shadow: 2px 2px 10px rgba(224, 40, 40, 0.5);
  width: 400px;
  width: 40rem;
}

.button.button--indigo {
  background-color: #272d72;
  width: 400px;
  width: 40rem;
}

.button.button--indigo::after {
  background-image: url(../img/arrow-indigo.png);
  content: "";
}

.button.button--red::after {
  background-image: url(../img/arrow-red.png);
  content: "";
}

.button.button--white {
  background-color: #fff;
  border: 2px solid #00a2de;
  -webkit-box-shadow: 2px 2px 10px #0085de;
  box-shadow: 2px 2px 10px #0085de;
  color: #111;
  padding: 25px 0;
  padding: 2.5rem 0;
  width: 400px;
  width: 40rem;
}

.button.button--white::before {
  background-color: #00a2de;
}

.button.button--white::after {
  background-image: url(../img/arrow-white.png);
  content: "";
}

.button.button--small {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px 0;
  padding: 1.6rem 0;
  width: 240px;
  width: 24rem;
}

.button.button--small::before {
  content: "";
  height: 30px;
  height: 3rem;
  right: 12px;
  right: 1.2rem;
  width: 30px;
  width: 3rem;
}

.button.button--small::after {
  height: 9px;
  height: 0.9rem;
  position: absolute;
  right: 22px;
  right: 2.2rem;
  width: 10px;
  width: 1rem;
}

.button.button--medium {
  font-size: 17px;
  font-size: 1.7rem;
  padding: 17px 0;
  padding: 1.7rem 0;
  width: 335px;
  width: 33.5rem;
}

.button.button--medium::before {
  content: "";
  height: 30px;
  height: 3rem;
  right: 12px;
  right: 1.2rem;
  width: 30px;
  width: 3rem;
}

.button.button--medium::after {
  height: 9px;
  height: 0.9rem;
  position: absolute;
  right: 22px;
  right: 2.2rem;
  width: 10px;
  width: 1rem;
}

.button.button--red.button--cta {
  width: 60rem;
  font-size: 3rem;
  border-radius: 3.2rem;
}
@media screen and (max-width: 768px) {
  .button.button--red.button--cta {
    width: 34rem;
    font-size: 2.2rem;
    border-radius: 2.4rem;
    text-align: left;
    padding-left: 2.4rem;
  }
}


.button__img {
  left: 20px;
  left: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  width: 2rem;
}

.card-button {
  gap: 30px;
  gap: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  top: 0;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
}

.card-button:hover {
  top: -3px;
  top: -0.3rem;
}

.card-button__img-block {
  text-align: center;
}

.card-button__img {
  display: inline-block;
  width: 150px;
  width: 15rem;
}

.card-button__title-block {
  gap: 8px;
  gap: 0.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-button__title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
}

.card-button__arrow {
  background-color: #00a2de;
  border-radius: 50%;
  display: inline-block;
  height: 24px;
  height: 2.4rem;
  position: relative;
  width: 24px;
  width: 2.4rem;
}

.card-button__arrow::before {
  background-image: url(../img//arrow-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 12px;
  height: 1.2rem;
  position: absolute;
  right: 6px;
  right: 0.6rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 12px;
  width: 1.2rem;
}

.card-lists {
  gap: 60px 25px;
  gap: 6rem 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.card-lists02 {
  gap: 72px 25px;
  gap: 7.2rem 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.card-list02__img {
  /* -webkit-box-shadow: 0 0 20px rgba(67, 187, 235, .4); */
  /* box-shadow: 0 0 20px rgba(67, 187, 235, .4); */
}

.card-lists03 {
  gap: 70px;
  gap: 7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.card-lists04 {
  gap: 32px;
  gap: 3.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.card:hover {
  opacity: 0.7;
}

.card__img {
  aspect-ratio: 450/280;
  display: block;
  line-height: 0;
  overflow: hidden;
}

.card__img img {
  display: block;
  height: 100%;
  max-width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 100%;
  object-fit: cover;
}

.card:hover .blog-card__img img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.card__category {
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 15px;
  margin-top: 1.5rem;
}

.card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 行数を指定 */
  display: -webkit-box;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  margin-top: auto;
  overflow: hidden;
  padding-top: 3px;
  padding-top: 0.3rem;
}

.category-list__title {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.category-list__items {
  margin-top: 20px;
  margin-top: 2rem;
}

.category-list__item {
  border-bottom: 1px solid #e1ecf0;
}

.category-list__link {
  background-color: #fff;
  color: #222;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 25px 20px;
  padding: 2.5rem 2rem;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.category-list__link::before {
  background-color: #00a2de;
  border-radius: 50%;
  content: "";
  height: 24px;
  height: 2.4rem;
  position: absolute;
  right: 20px;
  right: 2rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 24px;
  width: 2.4rem;
}

.category-list__link::after {
  background-image: url(../img/arrow-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 9px;
  height: 0.9rem;
  position: absolute;
  right: 27px;
  right: 2.7rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  width: 10px;
  width: 1rem;
}

.category-list__link:hover {
  background-color: #00a2de;
  color: #fff;
}

.category-list__link:hover::before {
  background-color: #fff;
}

.category-list__link:hover::after {
  background-image: url(../img/arrow-blue.png);
}

.concept {
  background-image: url(../img/sub-service-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 96px;
  margin-top: 9.6rem;
  padding-bottom: 121px;
  padding-bottom: 12.1rem;
  padding-top: 145px;
  padding-top: 14.5rem;
  text-align: center;
}

.concept__text {
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.concept__text + .concept__text {
  margin-top: 39px;
  margin-top: 3.9rem;
}

.concept__underline {
  -webkit-text-decoration-color: #f6ac0e;
  -webkit-text-decoration-line: underline;
  text-decoration-thickness: 8px;
  text-decoration-thickness: 0.8rem;
  text-underline-offset: 10px;
  text-underline-offset: 1rem;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-color: #f6ac0e;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}

.contact {
  background-color: #00a2de;
  padding-bottom: 65px;
  padding-bottom: 6.5rem;
  padding-top: 65px;
  padding-top: 6.5rem;
  position: relative;
  z-index: 1;
}

.contact__flex {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact__content {
  color: #fff;
  padding: 11px 100px 23px 100px;
  padding: 1.1rem 10rem 2.3rem 10rem;
  text-align: center;
}

.contact__content:first-of-type {
  border-right: 1px solid #fff;
}

.contact__img-block {
  text-align: center;
}

.contact__img {
  display: inline-block;
  width: 45px;
  width: 4.5rem;
}

.contact__title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  margin-top: 15px;
  margin-top: 1.5rem;
}

.contact__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 18px;
  margin-top: 1.8rem;
}

.contact__button-block {
  margin-top: 35px;
  margin-top: 3.5rem;
  text-align: center;
}

.drawer-menu {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  display: none;
  height: 100vh;
  left: 0;
  overflow: scroll;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  padding-top: 114px;
  padding-top: 11.4rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}

.drawer-menu__inner {
  height: inherit;
  width: 100%;
}

.drawer-menu__accordion {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-left: 3rem;
  padding-right: 30px;
  padding-right: 3rem;
  width: 100%;
}

.drawer-menu__button-block {
  margin-top: 80px;
  margin-top: 8rem;
  text-align: center;
  padding-bottom: 10rem;
}

.js-fadeUp {
  opacity: 0;
}

.js-fade-slow {
  opacity: 0;
}

.fadeUpinner {
  overflow: hidden;
  padding-bottom: 5px;
  padding-bottom: 0.5rem;
  position: relative;
}

.fadeUp {
  -webkit-animation: fadeUpAnime 1s cubic-bezier(0.43, 0.05, 0.17, 1) forwards;
  animation: fadeUpAnime 1s cubic-bezier(0.43, 0.05, 0.17, 1) forwards;
  opacity: 0;
}

.fade-slow {
  -webkit-animation: fadeSlowAnime 2.2s cubic-bezier(0.43, 0.05, 0.17, 1)
    forwards;
  animation: fadeSlowAnime 2.2s cubic-bezier(0.43, 0.05, 0.17, 1) forwards;
  opacity: 0;
}

.faq {
  margin-bottom: 105px;
  margin-bottom: 10.5rem;
  margin-top: 193px;
  margin-top: 19.3rem;
}

.faq__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  max-width: 125rem;
  padding-left: 25px;
  padding-left: 2.5rem;
  padding-right: 25px;
  padding-right: 2.5rem;
  width: 100%;
}

.faq__accordion {
  margin-top: 95px;
  margin-top: 9.5rem;
}

.feature {
  background-image: url(../img/feature-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 122px;
  margin-top: 12.2rem;
  padding-bottom: 290px;
  padding-bottom: 29rem;
  padding-top: 78px;
  padding-top: 7.8rem;
}

.feature__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  max-width: 125rem;
  padding-left: 25px;
  padding-left: 2.5rem;
  padding-right: 25px;
  padding-right: 2.5rem;
  width: 100%;
}

.feature__items {
  margin-top: 94px;
  margin-top: 9.4rem;
}

.feature__item {
  gap: 101px;
  gap: 10.1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e1ecf0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 33px 80px 40px 75px;
  padding: 3.3rem 8rem 4rem 7.5rem;
}

.feature__item:first-child {
  border-top: 1px solid #e1ecf0;
}

.feature__number-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00a2de;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  width: 10%;
}

.feature__feature {
  border-bottom: 2px solid #00a2de;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 6px;
  padding-bottom: 0.6rem;
}

.feature__number {
  font-size: 100px;
  font-size: 10rem;
  font-weight: 600;
  line-height: 1;
}

.feature__content {
  gap: 18px;
  gap: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 70%;
  flex-grow: 1;
}

.feature__title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
}

.feature__text {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.66667;
}

.flow {
  background-image: url(../img/flow-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 164px;
  margin-top: 16.4rem;
  padding-bottom: 150px;
  padding-bottom: 15rem;
  padding-top: 217px;
  padding-top: 21.7rem;
}

.flow__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  max-width: 125rem;
  padding-left: 25px;
  padding-left: 2.5rem;
  padding-right: 25px;
  padding-right: 2.5rem;
  width: 100%;
}

.flow__items {
  gap: 20px;
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 76px;
  margin-top: 7.6rem;
}

.flow__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 46px 20px 46px 54px;
  padding: 4.6rem 2rem 4.6rem 5.4rem;
}

.flow__img {
  height: 140px;
  height: 14rem;
  margin-right: 40px;
  margin-right: 4rem;
  width: 140px;
  width: 14rem;
}

.flow__title-block {
  width: 263px;
  width: 26.3rem;
}

.flow__title-sub {
  color: #00a2de;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.flow__title {
  color: #333;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  margin-top: 1rem;
}

.flow__text-block {
  max-width: 612px;
  max-width: 61.2rem;
}

.flow__text {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

.footer {
  margin-top: 106px;
  margin-top: 10.6rem;
}

.footer__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1450px;
  max-width: 145rem;
  padding-left: 25px;
  padding-left: 2.5rem;
  padding-right: 25px;
  padding-right: 2.5rem;
  width: 100%;
}

.footer__flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__info {
  margin-right: 81px;
  margin-right: 8.1rem;
}

.footer__logo {
  width: 200px;
  width: 20rem;
}

.footer__company {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 37px;
  margin-top: 3.7rem;
}

.footer__address {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 20px;
  margin-top: 2rem;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}

.footer__lists {
  margin-right: 50px;
  margin-right: 5rem;
}

.footer__lists:nth-child(3) {
  margin-right: 85px;
  margin-right: 8.5rem;
}

.footer__list-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.footer__list-title::after {
  content: "";
  background-color: #111;
  border-radius: 50%;
  height: 5px;
  height: 0.5rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: -18px;
  top: -1.8rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 5px;
  width: 0.5rem;
}

.footer__list-title:hover::after {
  opacity: 1;
}

.footer__list:first-of-type {
  margin-top: 11px;
  margin-top: 1.1rem;
}

.footer__link {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 9px 0;
  padding: 0.9rem 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__link:hover {
  color: #00a2de;
}

.footer__button-content {
  gap: 27px;
  gap: 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -3px;
  margin-top: -0.3rem;
}

.footer__copyright {
  background-color: #111;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 96px;
  margin-top: 9.6rem;
  padding: 28px 0;
  padding: 2.8rem 0;
  text-align: center;
  width: 100%;
}

.form {
  letter-spacing: 0.05em;
}

.form__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e1ecf0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  padding-bottom: 2.5rem;
  padding-left: 20px;
  padding-left: 2rem;
  padding-top: 21px;
  padding-top: 2.1rem;
}

.form__item:last-of-type {
  border-bottom: 1px solid #e1ecf0;
}

.form__title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 18px;
  margin-top: 1.8rem;
  width: 20%;
}

.form__title.form__title-top {
  width: 19%;
}

.form__content {
  gap: 4px;
  gap: 0.4rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 68%;
}

.form__content.form__content-top {
  display: block;
  width: 67.8%;
}

.form__title + .form__content {
  margin-left: 71px;
}

.form__check {
  margin-top: 18px;
  margin-top: 1.8rem;
  margin-left: -10px;
  margin-left: -1rem;
}

.form__title + .form__check {
  margin-left: 71px;
}

.form__post-code {
  height: 14px;
  height: 1.4rem;
  margin-top: 18px;
  margin-top: 1.8rem;
  width: 18px;
  width: 1.8rem;
}

.form__required {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e02828;
  border-radius: 0.3rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin-right: 15px;
  margin-top: 15px;
  margin-top: 1.5rem;
  padding: 7px 0;
  padding: 0.7rem 0;
  width: 57px;
}

.form__required + .form__content {
  margin-top: 8px;
  margin-top: 0.8rem;
}

.form__required + .form__content.form__content-top {
  margin-top: -10px;
  margin-top: -1rem;
}

.form__check-lists label {
  display: block;
}

.form__check-lists label:not(:first-child) {
  margin-top: 26px;
  margin-top: 2.6rem;
}

.form__privacy-policy {
  margin-top: 80px;
  margin-top: 8rem;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

.form__btn {
  margin-top: 50px;
  margin-top: 5rem;
  text-align: center;
}

.form__submit {
  display: inline-block;
  position: relative;
}

.form__submit::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 40px;
  height: 4rem;
  position: absolute;
  right: 17px;
  right: 1.7rem;
  top: 37%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  width: 4rem;
  z-index: 3;
}

.form__submit::after {
  background-image: url(../img/arrow-red.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 14px;
  height: 1.4rem;
  position: absolute;
  right: 30px;
  right: 3rem;
  top: 38%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 15px;
  width: 1.5rem;
  z-index: 4;
}

.form__privacy-link {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

.form__underline {
  border-bottom: 1px solid #111;
}

.global-nav__items {
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
  -webkit-box-shadow: 0 10px 10px rgba(67, 187, 235, 0.1);
  box-shadow: 0 10px 10px rgba(67, 187, 235, 0.1);
  opacity: 0;
  padding: 10px 30px 15px 29px;
  padding: 1rem 3rem 1.5rem 2.9rem;
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  visibility: hidden;
  width: clamp(226px, 33%, 246px);
  width: clamp(22.6rem, 33%, 24.6rem);
  max-height: 80vh;
  overflow-y: auto;
}

.global-nav:hover > .global-nav__items {
  opacity: 1;
  visibility: visible;
}

.global-nav__item {
  padding: 10px 0;
  padding: 1rem 0;
}

.global-nav__link {
  color: #111;
  font-size: 14px;
  font-size: 1.4rem;
  height: inherit;
  line-height: 1;
  padding: 10px 0;
  padding: 1rem 0;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.global-nav__link::before {
  background-color: #00a2de;
  border-radius: 50%;
  content: "";
  height: 5px;
  height: 0.5rem;
  left: -10px;
  left: -1rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 5px;
  width: 0.5rem;
}

.global-nav__link:hover {
  color: #00a2de;
}

.global-nav__link:hover::before {
  opacity: 1;
}

.global-nav:hover .global-nav__items {
  opacity: 1;
}

.hamburger {
  cursor: pointer;
  height: 12px;
  height: 1.2rem;
  position: fixed;
  right: 22px;
  right: 2.2rem;
  top: 25px;
  top: 2.5rem;
  width: 20px;
  width: 2rem;
  z-index: 9999;
}

.hamburger.is-active {
  right: 15px;
  right: 1.5rem;
  top: 17px;
  top: 1.7rem;
}

.hamburger span {
  background-color: #111;
  display: inline-block;
  height: 2px;
  height: 0.2rem;
  left: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 6px;
  top: 0.6rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.hamburger span:nth-child(3) {
  top: 12px;
  top: 1.2rem;
}

.hamburger.is-active span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header {
  background-color: #fff;
  height: 88px;
  height: 8.8rem;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 100%;
  z-index: 9999;
}

.header.is-color {
  background-color: transparent;
}

.header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.header__name {
  margin-right: auto;
}

.header__logo {
  width: 189px;
  width: 18.9rem;
}

.header__nav {
  height: inherit;
}

.header__items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.header__item {
  height: inherit;
}

.header__item:not(:first-child) {
  margin-left: 50px;
  margin-left: 5rem;
}

.header__item:last-child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  height: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.header__link::after {
  background-color: #111;
  border-radius: 50%;
  content: "";
  height: 5px;
  height: 0.5rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 18px;
  top: 1.8rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 5px;
  width: 0.5rem;
}

.header__link:hover::after {
  opacity: 1;
}

.header__link.header__link--contact {
  background-color: #e02828;
  border-radius: 9999px;
  -webkit-box-shadow: 2px 2px 10px rgba(224, 40, 40, 0.5);
  box-shadow: 2px 2px 10px rgba(224, 40, 40, 0.5);
  color: #fff;
  height: 44px;
  height: 4.4rem;
  padding: 14px 55px;
  padding: 1.4rem 5.5rem;
  position: relative;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header__link.header__link--contact:hover {
  opacity: 0.8;
}

.header__link.header__link--contact::after {
  content: "";
  display: none;
}

.header__link-img {
  margin-right: 4px;
  margin-right: 0.4rem;
  width: 20px;
  width: 2rem;
}

.header__contact-button-block {
  position: absolute;
  right: 69px;
  right: 6.9rem;
  top: 16px;
  top: 1.6rem;
  z-index: 9999;
}

.header__contact-button {
  background-color: #e02828;
  border-radius: 9999px;
  -webkit-box-shadow: 2px 2px 10px rgba(224, 40, 40, 0.5);
  box-shadow: 2px 2px 10px rgba(224, 40, 40, 0.5);
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 10px 22px;
  padding: 1rem 2.2rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header__contact-button:hover {
  opacity: 0.8;
}

.header__contact-button-img {
  display: inline-block;
  margin-right: 3px;
  margin-right: 0.3rem;
  width: 13px;
  width: 1.3rem;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1450px;
  max-width: 145rem;
  padding-left: 25px;
  padding-left: 2.5rem;
  padding-right: 25px;
  padding-right: 2.5rem;
}

.introduction {
  margin-top: 64px;
  margin-top: 6.4rem;
}

.introduction__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 925px;
  max-width: 92.5rem;
  padding-left: 25px;
  padding-left: 2.5rem;
  padding-right: 25px;
  padding-right: 2.5rem;
  width: 100%;
}

.introduction__flex {
  gap: 49px;
  gap: 4.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.introduction__title-block {
  margin-top: 30px;
  margin-top: 3rem;
}

.introduction__title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
}

.introduction__title + .introduction__title {
  line-height: 1.7;
  margin-top: 24px;
  margin-top: 2.4rem;
}

.introduction__underline {
  -webkit-text-decoration-color: #f6ac0e;
  -webkit-text-decoration-line: underline;
  text-decoration-thickness: 8px;
  text-decoration-thickness: 0.8rem;
  text-underline-offset: 10px;
  text-underline-offset: 1rem;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-color: #f6ac0e;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}

.introduction__text-img {
  display: inline-block;
  position: relative;
  top: 12px;
  top: 1.2rem;
  width: 139px;
  width: 13.9rem;
}

.introduction__title-img {
  width: 31.6%;
}

.introduction__items {
  gap: 10px;
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 61px;
  margin-top: 6.1rem;
}

.introduction__item {
  gap: 33px;
  gap: 3.3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9eef4;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 26px 53px;
  padding: 3rem 0 2.6rem 5.3rem;
}

.introduction__check {
  width: 30px;
  width: 3rem;
}

.introduction__text {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}

.introduction__blue {
  color: #00a2de;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}

.mv {
  padding-top: 275px;
  padding-top: 27.5rem;
  padding-top: 29.5rem;
  position: relative;
  z-index: 0;
}

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

.mv__text-block {
  /* margin-right: 25px; */
  /* margin-right: 2.5rem; */
  /* margin-left: 2rem; */
}

.mv__img {
  display: inline-block;
  width: 434px;
  width: 43.4rem;
}

.mv__text {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1.6818;
  margin-top: 40px;
  margin-top: 4rem;
}

.mv__button-block {
  margin-top: 45px;
  margin-top: 4.5rem;
}

.mv__bg-img {
  margin-top: -90px;
  margin-top: -9rem;
  position: relative;
  left: 4%;
}

.mv__news {
  bottom: -100px;
  bottom: -10rem;
  position: absolute;
  right: 64px;
  right: 6.4rem;
  right: 17.4rem;
  right: auto;
  left: calc(50% + 32.5rem);
  transform: translateX(-50%);
}

.mv__bg01-img {
  position: absolute;
  right: 0;
  top: 110px;
  top: 11rem;
  width: 1156px;
  width: 115.6rem;
  z-index: -1;
}

.fv {
  padding-top: 8.8rem;
  position: relative;
}

.fv__bg {
  height: calc(100vh - 8.8rem);
  min-height: 800px;
  min-height: 80rem;
  width: 100%;
  background-image: url(../img/fv.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.fv__title-block {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.fv__title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.533;
  font-weight: 500;
  text-align: center;
}

.fv__title span {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.21;
  font-weight: 700;
}

.fv__title-img {
  width: 38rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 17px;
  margin-top: 1.7rem;
}

.news {
  border-bottom: 1px solid #e1ecf0;
  display: block;
  padding-bottom: 28px;
  padding-bottom: 2.8rem;
  padding-top: 22px;
  padding-top: 2.2rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.news:first-of-type {
  padding-top: 0;
}

.news:hover {
  opacity: 0.5;
}

.news__date {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

.news__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: -1px;
  margin-top: -0.1rem;
}

.notFound {
  margin-bottom: 100px;
  margin-bottom: 10rem;
  margin-top: 200px;
  margin-top: 20rem;
  text-align: center;
}

.notFound__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.notFound__button-block {
  margin-top: 30px;
  margin-top: 3rem;
  text-align: center;
}

.office {
  margin-bottom: 115px;
  margin-bottom: 11.5rem;
  margin-top: 172px;
  margin-top: 17.2rem;
}

.office__map {
  aspect-ratio: 1400/613;
  margin-top: 60px;
  margin-top: 6rem;
}

.office__map iframe {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.office__text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 24px;
  margin-top: 2.4rem;
  text-align: center;
}

.other-blog {
  background-color: #f5f7fa;
  padding-bottom: 110px;
  padding-bottom: 11rem;
  padding-top: 81px;
  padding-top: 8.1rem;
}

.other-blog__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.other-blog__title {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  padding-left: 30px;
  padding-left: 3rem;
  position: relative;
  text-transform: uppercase;
}

.other-blog__title::before {
  background-color: #00a2de;
  content: "";
  height: 36px;
  height: 3.6rem;
  left: 0;
  position: absolute;
  width: 5px;
  width: 0.5rem;
}

.other-blog__title--ja {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 20px;
  margin-left: 2rem;
}

.other-blog__contents {
  margin-top: 60px;
  margin-top: 6rem;
}

.plan {
  margin-top: 178px;
  margin-top: 17.8rem;
}

.plan__card-items {
  gap: 33px;
  gap: 3.3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 79px;
  margin-top: 7.9rem;
}

.plan__card-item {
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 3px 14px rgba(176, 193, 211, 0.2);
  box-shadow: 0 3px 14px rgba(176, 193, 211, 0.2);
}

.plan__card-title {
  background-color: #17d1ca;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  padding: 31px 0;
  padding: 3.1rem 0;
  text-align: center;
}

.plan__card-title.plan__card-title--color02 {
  background-color: #0fc9f7;
}

.plan__card-title.plan__card-title--color03 {
  background-color: #00a2de;
}

.plan__card-body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 72px;
  padding-bottom: 7.2rem;
  padding-top: 26px;
  padding-top: 2.6rem;
  height: 100%;
}

.plan__card-price {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.plan__card-price-large {
  font-family: "Montserrat", sans-serif;
  font-size: 95px;
  font-size: 9.5rem;
  font-weight: 600;
}

.plan__card-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 30px;
  margin-top: 3rem;
  padding-left: 52px;
  padding-left: 5.2rem;
  padding-right: 45px;
  padding-right: 4.5rem;
  flex: 0.6;
}

.plan__card-border {
  padding-left: 30px;
  padding-left: 3rem;
  padding-right: 30px;
  padding-right: 3rem;
  width: 100%;
  margin-top: 44px;
  margin-top: 4.4rem;
}

.plan__card-border-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #17d1ca;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  height: 110px;
  height: 11rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
}

.plan__card-border-text.plan__card-border-text--color02 {
  border: 2px solid #0fc9f7;
}

.plan__card-border-text.plan__card-border-text--color03 {
  border: 2px solid #00a2de;
}

.plan__attention-text {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 22px;
  margin-top: 2.2rem;
}

.realtime {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 9999px;
  -webkit-box-shadow: 0 0 40px rgba(67, 187, 235, 0.3);
  box-shadow: 0 0 40px rgba(67, 187, 235, 0.3);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px 16px 17px 32px;
  padding: 2rem 1.6rem 1.7rem 3.2rem;
}

.realtime__info {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 16px;
  margin-right: 1.6rem;
  text-transform: uppercase;
}

.realtime__swiper {
  margin-inline: auto;
  height: 20px;
  height: 2rem;
}

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

.realtime__date {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 20px;
  margin-right: 2rem;
}

.realtime__title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 500px;
  width: 50rem;
}

.section-title {
  text-align: center;
}

.section-title__main {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
}

.section-title__sub {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 22px;
  margin-top: 2.2rem;
}

.service {
  background-color: #f5f7fa;
  margin-top: 120px;
  margin-top: 12rem;
  padding-bottom: 160px;
  padding-bottom: 16rem;
  padding-top: 200px;
  padding-top: 20rem;
}

.service__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1450px;
  max-width: 145rem;
  padding-left: 25px;
  padding-left: 2.5rem;
  padding-right: 25px;
  padding-right: 2.5rem;
  width: 100%;
}

.service__contents {
  margin-top: 115px;
  margin-top: 11.5rem;
}

.service__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.service__img {
  width: 44.8%;
  aspect-ratio: 628 / 453;
}

.service__img img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service__text-block {
  width: 49.8%;
}

.service__number-block {
  display: flex;
  align-items: center;
  margin-left: -40px;
  margin-left: -4rem;
  margin-top: -20px;
  margin-top: -2rem;
}

.service__number {
  width: 150px;
  width: 15rem;
}

.service__number-title-block {
  margin-left: -20px;
  margin-left: -2rem;
}

.service__number-sub {
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  font-size: 19px;
  line-height: 1;
  font-weight: 600;
  color: #707070;
}

.service__number-title {
  margin-top: 5px;
  margin-top: 0.5rem;
  font-size: 3.2rem;
  font-size: 32px;
  line-height: 1.875;
}

.service__text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.875;
  margin-top: 10px;
  margin-top: 1rem;
}

.service__text span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.875;
  font-weight: 700;
  color: #00a2de;
}

.service-text__button-block {
  margin-top: 37px;
  margin-top: 3.7rem;
}

.service__content {
  background-color: #fff;
  border-radius: 2rem;
  margin-top: 57px;
  margin-top: 5.7rem;
  padding: 33px 60px;
  padding: 3.3rem 6rem;
}

.service__content-title {
  position: relative;
  padding-left: 52px;
  padding-left: 5.2rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 600;
  color: #707070;
}

.service__content-title::before {
  content: "";
  background-image: url(../img/service01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 41px;
  width: 4.1rem;
  height: 34px;
  height: 3.4rem;
  position: absolute;
  top: 0;
  left: 0;
}

.service__lists {
  margin-top: 25px;
  margin-top: 2.5rem;
}

.service__list {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.22;
  padding-left: 37px;
  padding-left: 3.7rem;
  position: relative;
}

.service__list::before {
  content: "";
  background-image: url(../img/orange-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 31px;
  width: 3.1rem;
  height: 31px;
  height: 3.1rem;
  position: absolute;
  top: 0;
  left: 0;
}

.service__items {
  gap: 20px 85px;
  gap: 2rem 8.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin-top: 33px;
  margin-top: 3.3rem;
}

.service__item {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  transition: opacity 0.4s;
}

.service__item:hover {
  opacity: 0.7;
}

.service__item::before {
  content: "";
  background-color: #00a2de;
  border-radius: 50%;
  height: 16px;
  height: 1.6rem;
  position: absolute;
  right: -17px;
  right: -1.7rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 16px;
  width: 1.6rem;
}

.service__item::after {
  content: "";
  background-image: url(../img/arrow-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 9px;
  height: 0.9rem;
  position: absolute;
  right: -13px;
  right: -1.3rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 9px;
  width: 0.9rem;
}

.service__button-block {
  margin-top: 90px;
  margin-top: 9rem;
  text-align: center;
}

.service__link {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 30px;
  margin-top: 3rem;
  position: relative;
  transition: opacity 0.4s;
  display: inline-block;
}

.service__link:hover {
  opacity: 0.7;
}

.service__link::before {
  content: "";
  background-color: #00a2de;
  border-radius: 50%;
  height: 24px;
  height: 2.4rem;
  position: absolute;
  right: -67px;
  right: -6.7rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 24px;
  width: 2.4rem;
}

.service__link::after {
  content: "";
  background-image: url(../img/arrow-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 10px;
  height: 1rem;
  position: absolute;
  right: -60px;
  right: -6rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 10px;
  width: 1rem;
}

.single {
  margin-bottom: 210px;
  margin-bottom: 21rem;
  margin-top: 101px;
  margin-top: 10.1rem;
}

.single__flex {
  gap: 120px;
  gap: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single__main-block {
  width: 70%;
}

.single__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single__category {
  border: 2px solid #00a2de;
  border-radius: 9999px;
  color: #00a2de;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  padding: 10px 24px;
  padding: 1rem 2.4rem;
}

.single__date-block {
  gap: 5px;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single__date-img {
  height: 16px;
  height: 1.6rem;
  width: 16px;
  width: 1.6rem;
}

.single__date {
  color: #999;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}

.single__title {
  /* 	margin-top: 30px; */
  /* 	margin-top: 3rem; */
  margin: 3rem 0 4.5rem;
  font-size: 2.6rem;
}

@media (max-width: 768px) {
  .single__title {
    font-size: 2.1rem;
  }
}

.single__img {
  margin-top: 50px;
  margin-top: 5rem;
}

.single__img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.single__contents {
  /* 画像の中央寄せ */
  /* figureタグで囲まれた画像の中央寄せ */
  /* 画像右寄せ */
  /* figureタグで囲まれた画像右寄せ */
  /* 位置指定のない画像 */
  /* figureタグで囲まれた位置指定のない画像 */
  /* 自動折り返し有効化 */
}

.single__contents h2 {
  background-color: #00a2de;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 60px;
  margin-top: 6rem;
  padding: 16px 20px;
  padding: 1.6rem 2rem;
}

.single__contents p {
  /* font-size: 16px; */
  font-size: 1.8rem;
  line-height: 1.875;
  /* 	margin-top: 42px; */
  /* 	margin-top: 4.2rem; */
  margin: 0 0 3.2rem;
}

@media (max-width: 768px) {
  .single__contents p {
    margin: 0 0 2.4rem;
  }
}

.single__contents h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 80px;
  margin-top: 8rem;
  padding-bottom: 13px;
  padding-bottom: 1.3rem;
  position: relative;
}

.single__contents h3::after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00a2de),
    color-stop(12%, #00a2de),
    color-stop(12%, #e1ecf0),
    to(#e1ecf0)
  );
  background: linear-gradient(
    90deg,
    #00a2de 0%,
    #00a2de 12%,
    #e1ecf0 12%,
    #e1ecf0 100%
  );
  bottom: 0;
  content: "";
  height: 2px;
  height: 0.2rem;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.single__contents h4 {
  border-bottom: 1px dotted #999;
  /* font-size: 16px; */
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 80px;
  margin-top: 8rem;
  padding-bottom: 13px;
  padding-bottom: 1.3rem;
}

.single__contents h3 + p,
.single__contents h4 + p {
  margin-top: 16px;
  margin-top: 1.6rem;
}

.single__contents figure {
  aspect-ratio: 460/307 !important;
  margin-top: 20px;
  margin-top: 2rem;
  max-width: 460px;
  max-width: 46rem;
  width: 100% !important;
}

.single__contents figure img {
  -o-object-fit: cover;
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.single__contents figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  margin-top: 10px;
  margin-top: 1rem;
}

.single__contents .aligncenter {
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.single__contents .aligncenter img {
  height: auto;
}

.single__contents .alignright {
  height: auto;
  margin-left: auto;
}

.single__contents .alignright img {
  height: auto;
}

.single__contents .alignnone {
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.single__contents .alignnone img {
  height: auto;
}

.single__contents pre {
  white-space: pre-wrap;
}

.single__contents ul,
.single__contents ol {
  margin-top: 70px;
  margin-top: 7rem;
}

.single__contents li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1875;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  padding-top: 10px;
  padding-top: 1rem;
  position: relative;
}

.single__contents ul li {
  padding-left: 12px;
  padding-left: 1.2rem;
}

.single__contents ul li::before {
  background-color: #00a2de;
  border-radius: 50%;
  content: "";
  height: 5px;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 5px;
  width: 0.5rem;
}

.single__contents ol {
  counter-reset: number;
  list-style-type: none !important;
}

.single__contents ol li {
  padding-left: 20px;
  padding-left: 2rem;
}

.single__contents ol li:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #111;
  border-radius: 50%;
  color: white;
  content: counter(number);
  counter-increment: number;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  height: 16px;
  height: 1.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  width: 1.6rem;
}

.single__contents table {
  border-collapse: collapse;
  border-left: 1px solid #e1ecf0;
  border-top: 1px solid #e1ecf0;
  margin-top: 80px;
  margin-top: 8rem;
  width: 100%;
}

.single__contents table th,
.single__contents table td {
  border-bottom: 1px solid #e1ecf0;
  border-right: 1px solid #e1ecf0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 20px 0;
  padding: 2rem 0;
}

.single__contents table th p,
.single__contents table td p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
}

.single__contents table td:nth-of-type(1) {
  width: 16.8338% !important;
  height: 23px;
  background-color: #f5f7fa;
  text-align: center;
}

.single__contents table td:nth-of-type(2) {
  padding: 20px;
  padding: 2rem;
  text-align: left;
  height: 23px;
}

.single__contents button,
.single__contents a {
  /* 	margin-top: 20px; */
  /* 	margin-top: 2rem; */
  font-size: 1.8rem;
}

.single__contents button {
  background-color: #00a2de;
  border-radius: 9999px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 162, 222, 0.5);
  box-shadow: 2px 2px 10px rgba(0, 162, 222, 0.5);
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 27px 0;
  padding: 2.7rem 0;
  position: relative;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 450px;
  width: 45rem;
}

.single__contents button:hover {
  opacity: 0.8;
}

.single__contents button::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 40px;
  height: 4rem;
  position: absolute;
  right: 17px;
  right: 1.7rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  width: 4rem;
}

.single__contents button::after {
  background-image: url(../img/arrow-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 14px;
  height: 1.4rem;
  position: absolute;
  right: 30px;
  right: 3rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 15px;
  width: 1.5rem;
}

.single__contents a {
  color: #00a2de;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #00a2de;
}

.single__contents a:hover {
  opacity: 0.8;
}

.single__category-block {
  width: 300px;
  width: 30rem;
}

.single__pagenavi {
  margin-top: 180px;
  margin-top: 18rem;
}

.single__button-block {
  text-align: center;
  margin-top: 120px;
  margin-top: 12rem;
}

.sub-blog {
  margin-top: 101px;
  margin-top: 10.1rem;
  padding-bottom: 120px;
  padding-bottom: 12rem;
}

.sub-blog__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sub-blog__main-block {
  width: 68.6%;
}

.sub-blog__main-title {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.sub-blog__main-contents {
  margin-top: 40px;
  margin-top: 4rem;
}

.sub-blog__category-block {
  width: 300px;
  width: 30rem;
}

.sub-blog__category-block {
  width: 300px;
  width: 30rem;
}

.sub-company {
  margin-top: 111px;
  margin-top: 11.1rem;
}

.sub-company__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1246px;
  max-width: 124.6rem;
  padding-left: 25px;
  padding-left: 2.5rem;
  padding-right: 25px;
  padding-right: 2.5rem;
  width: 100%;
}

.sub-company__title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
}

.sub-company__info {
  margin-top: 90px;
  margin-top: 9rem;
}

.sub-company__items {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

.sub-company__title-text,
.sub-company__content {
  padding-bottom: 28px;
  padding-bottom: 2.8rem;
  padding-top: 25px;
  padding-top: 2.5rem;
}

.sub-company__title-text {
  padding-bottom: 28px;
  padding-bottom: 2.8rem;
  padding-top: 25px;
  padding-top: 2.5rem;
  width: 20.5%;
}

.sub-company__content {
  padding-bottom: 28px;
  padding-bottom: 2.8rem;
  padding-top: 25px;
  padding-top: 2.5rem;
  width: 79.5%;
}

.sub-company__link {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sub-company__link:hover {
  color: #00a2de;
}

.sub-contact {
  margin-bottom: 200px;
  margin-bottom: 20rem;
  margin-top: 100px;
  margin-top: 10rem;
}

.sub-contact__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1130px;
  max-width: 113rem;
  padding-left: 25px;
  padding-left: 2.5rem;
  padding-right: 25px;
  padding-right: 2.5rem;
  width: 100%;
}

.sub-contact__inner.sub-contact__inner--document {
  max-width: 125rem;
}

.sub-contact__title {
  color: #222;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}

.sub-contact__text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.875;
  margin-top: 59px;
  margin-top: 5.9rem;
  text-align: center;
}

.sub-contact__company {
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 3rem;
  text-align: center;
}

.sub-contact__content {
  margin-top: 82px;
  margin-top: 8.2rem;
}

.sub-contact__content.sub-contact__content--document {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 1.6rem;
}

.sub-contact__content-button {
  width: 100%;
  background-color: #e02828;
  border-radius: 9999px;
  -webkit-box-shadow: 2px 2px 10px rgba(224, 40, 40, 0.5);
  box-shadow: 2px 2px 10px rgba(224, 40, 40, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.2rem;
}

.sub-contact__content-button span {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  display: inline-block;
}

.sub-contact__content-button img {
  width: 3rem;
}

.sub-page {
  margin-bottom: 250px;
  margin-bottom: 25rem;
  margin-top: 101px;
  margin-top: 10.1rem;
}

.sub-page__contents {
  margin-top: 100px;
  margin-top: 10rem;
}

.sub-page__items {
  gap: 70px 70px;
  gap: 7rem 7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.sub-page__item {
  border: 2px solid #00a2de;
  border-radius: 1rem;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 162, 222, 0.5);
  box-shadow: 2px 2px 10px rgba(0, 162, 222, 0.5);
  padding: 47px 0;
  padding: 4.7rem 0;
}

.sub-title {
  background-color: #f0fafd;
  background-image: url(../img/sub-title-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 400px;
	height: 40rem; */
}

.sub-title__block {
  padding-top: 173px;
  padding-top: 17.3rem;
}

.sub-title__title {
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
}

.sub-title__title.sub-title__title--small {
  font-size: 51px;
  font-size: 5.1rem;
}

.sub-title__sub-title {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 8px;
  margin-top: 0.8rem;
  padding-left: 15px;
  padding-left: 1.5rem;
  position: relative;
}

.sub-title__sub-title::before {
  background-color: #00a2de;
  border-radius: 50%;
  content: "";
  height: 10px;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 9px;
  top: 0.9rem;
  width: 10px;
  width: 1rem;
}

.sub-title__button-block {
  margin-top: 44px;
  margin-top: 4.4rem;
}

.sub-works {
  margin-top: 78px;
  margin-top: 7.8rem;
  padding-bottom: 97px;
  padding-bottom: 9.7rem;
}

.sub-works__main-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
}

.sub-works__category-block {
  margin-top: 66px;
  margin-top: 6.6rem;
  width: 100%;
}

.sub-works__category-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}

.sub-works__category-items {
  gap: 7px 36px;
  gap: 0.7rem 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-top: 2rem;
}

.sub-works__category-item {
  padding: 10px 0;
  padding: 1rem 0;
}

.sub-works__category-link {
  color: #111;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 0;
  padding: 1rem 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.sub-works__category-link:hover {
  color: #00a2de;
}

.sub-works__main-block {
  margin-top: 120px;
  margin-top: 12rem;
  width: 100%;
}

.sub-document {
  margin-top: 8.4rem;
  margin-top: 84px;
  padding-bottom: 11.3rem;
  padding-bottom: 113px;
}

.sub-document__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  max-width: 125rem;
  padding-left: 25px;
  padding-left: 2.5rem;
  padding-right: 25px;
  padding-right: 2.5rem;
}

.sub-document__title {
  font-size: 3.6rem;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 1rem;
  padding-bottom: 10px;
}

.sub-document__underline {
  -webkit-text-decoration-color: #f6ac0e;
  -webkit-text-decoration-line: underline;
  text-decoration-thickness: 8px;
  text-decoration-thickness: 0.8rem;
  text-underline-offset: 16px;
  text-underline-offset: 1.6rem;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-color: #f6ac0e;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}

.sub-document__contents {
  margin-top: 117px;
  margin-top: 11.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5.6rem;
  gap: 56px;
}

.sub-document__item {
  border-radius: 1rem;
  border: 1px solid #707070;
  padding: 7rem 4rem 8.3rem;
  padding: 70px 40px 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.8rem;
  gap: 38px;
}

.sub-document__img-block {
  aspect-ratio: 450 / 280;
}

.sub-document__img-block img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-document__img-text {
  margin-top: 1rem;
  margin-top: 10px;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.sub-document__text-block {
  width: 114%;
}

.sub-document__sub-title {
  font-size: 2.4rem;
  font-size: 24px;
  line-height: 1.667;
}

.sub-document__sub-text {
  margin-top: 3rem;
  margin-top: 30px;
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: 700;
}

.sub-document__sub-button-block {
  margin-top: 2.4rem;
  margin-top: 24px;
}

.swiper {
  margin-left: 0;
  margin-right: 0;
}

.table {
  /* gap: 6px; */
  color: #333;
  /* display: grid;
	grid-template-columns: 1fr 1.216fr 3.336fr;
	grid-template-rows: 5.6rem 28rem 28rem 20rem 20rem; */
  width: 100%;
}

.table__head-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.table__content-flex {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  height: 280px;
  height: 28rem;
}

.table__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.table__flex.table__flex01 {
  flex: 1.216;
}

.table__flex.table__flex02 {
  flex: 3.336;
}

.table__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a2de;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  padding-bottom: 18px;
  padding-bottom: 1.8rem;
  padding-top: 22px;
  padding-top: 2.2rem;
  text-align: center;
}

.table__title.table__title01 {
  flex: 1;
}

.table__title.table__title02 {
  flex: 1.216;
}

.table__title.table__title03 {
  flex: 3.336;
}

.table__content {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1875;
  padding-left: 24px;
  padding-left: 2.4rem;
  padding-right: 15px;
  padding-right: 1.5rem;
}

.table__content.table__content01 {
  flex: 1;
}

.table__content.table__content02 {
  flex: 1;
}

.table__content.table__content03 {
  flex: 0.68;
}

.table__content-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 0;
  padding: 0.5rem 0;
}

.table__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.table__text--mt {
  margin-top: 13px;
  margin-top: 1.3rem;
}

.table__text-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table__text.table__text--small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1875;
  margin-top: 10px;
  margin-top: 1rem;
}

.table__title-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  padding-left: 24px;
  padding-left: 2.4rem;
  flex: 0.9;
}

.table__text--flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  padding-left: 2.4rem;
  padding-right: 15px;
  padding-right: 1.5rem;
}

.table__text--flex.table__text--flex01 {
  flex: 1;
}

.table__text--flex.table__text--flex02 {
  flex: 1;
}

.table__text--flex.table__text--flex03 {
  flex: 0.68;
}

.table__color01 {
  background-color: #f5f7fa;
}

.table__color02 {
  background-color: #e9eef4;
}

.topNews {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f0fafd),
    to(#fff)
  );
  background: linear-gradient(to top, #f0fafd 0%, #fff 100%);
  padding-bottom: 160px;
  padding-bottom: 16rem;
  padding-top: 90px;
  padding-top: 9rem;
  position: relative;
  z-index: 0;
}

.topNews__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.topNews__block {
  width: 80%;
}

.topNews__bg01 {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 1305px;
  width: 130.5rem;
  z-index: -1;
}

.topNews__bg02 {
  left: 0;
  position: absolute;
  top: 20px;
  top: 2rem;
  width: 226px;
  width: 22.6rem;
  z-index: -1;
}

.topNews__bg03 {
  position: absolute;
  right: 63px;
  right: 6.3rem;
  top: 232px;
  top: 23.2rem;
  width: 226px;
  width: 22.6rem;
  z-index: -1;
}

.topNews__bg04 {
  bottom: -20px;
  bottom: -2rem;
  position: absolute;
  right: 390px;
  right: 39rem;
  width: 226px;
  width: 22.6rem;
  z-index: -1;
}

.works {
  margin-top: 200px;
  margin-top: 20rem;
}

.works__text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.875;
  margin-top: 50px;
  margin-top: 5rem;
  text-align: center;
}

.works__swiper {
  margin-top: 85px;
  margin-top: 8.5rem;
}

.works__button-block {
  margin-top: 70px;
  margin-top: 7rem;
  text-align: center;
}

.works__img-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  gap: 3.4rem;
  margin-top: 200px;
  margin-top: 20rem;
  max-width: 1416px;
  max-width: 141.6rem;
  padding-left: 25px;
  padding-left: 2.5rem;
  padding-right: 25px;
  padding-right: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.works__img {
  transition: opacity 0.4s;
  aspect-ratio: 666 / 481;
}

.works__img:hover {
  opacity: 0.7;
}

.works__img img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*デフォルト色の指定*/

/*サイズ等の指定*/

/*ラジオボタンの指定*/

/*チェックボックスの指定*/

/*テキストエリアの指定*/

[type="text"],
[type="search"],
[type="tel"],
[type="url"],
[type="email"],
[type="password"],
[type="date"],
textarea {
  background: #f5f7fa;
  background-image: none;
  /*↓リセットCSS */
  border: none;
  border: 2px solid #e1ecf0;
  border-radius: 0;
  border-radius: 0.3rem;
  font-family: inherit;
  /*↓カスタム */
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 800px;
  max-width: 80rem;
  padding: 11px 20px;
  padding: 1.1rem 2rem;
  width: 100%;
  /*↓↓選択されているときの色*/
}

[type="text"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="email"]:focus,
[type="password"]:focus,
[type="date"]:focus,
textarea:focus {
  border: 2px solid #00a2de;
}

[type="text"]::-moz-placeholder,
[type="search"]::-moz-placeholder,
[type="tel"]::-moz-placeholder,
[type="url"]::-moz-placeholder,
[type="email"]::-moz-placeholder,
[type="password"]::-moz-placeholder,
[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b0c1d3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}

[type="text"]::-webkit-input-placeholder,
[type="search"]::-webkit-input-placeholder,
[type="tel"]::-webkit-input-placeholder,
[type="url"]::-webkit-input-placeholder,
[type="email"]::-webkit-input-placeholder,
[type="password"]::-webkit-input-placeholder,
[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b0c1d3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}

[type="text"]::-moz-placeholder,
[type="search"]::-moz-placeholder,
[type="tel"]::-moz-placeholder,
[type="url"]::-moz-placeholder,
[type="email"]::-moz-placeholder,
[type="password"]::-moz-placeholder,
[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b0c1d3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}

[type="text"]::-ms-input-placeholder,
[type="search"]::-ms-input-placeholder,
[type="tel"]::-ms-input-placeholder,
[type="url"]::-ms-input-placeholder,
[type="email"]::-ms-input-placeholder,
[type="password"]::-ms-input-placeholder,
[type="date"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #b0c1d3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}

[type="text"]::placeholder,
[type="search"]::placeholder,
[type="tel"]::placeholder,
[type="url"]::placeholder,
[type="email"]::placeholder,
[type="password"]::placeholder,
[type="date"]::placeholder,
textarea::placeholder {
  color: #b0c1d3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}

button,
[type="button"],
[type="submit"] {
  background-color: #e02828;
  background-image: none;
  border: none;
  border-radius: 9999px;
  -webkit-box-shadow: 2px 2px 10px rgba(224, 40, 40, 0.5);
  box-shadow: 2px 2px 10px rgba(224, 40, 40, 0.5);
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  /*↓リセットCSS */
  margin: 0;
  padding: 27px 0;
  padding: 2.7rem 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /*↓カスタム */
  width: 450px;
  width: 45rem;
}

button::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 40px;
  height: 4rem;
  position: absolute;
  right: 17px;
  right: 1.7rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  width: 4rem;
}

button::after {
  background-image: url(../img/arrow-red.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 14px;
  height: 1.4rem;
  position: absolute;
  right: 30px;
  right: 3rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 15px;
  width: 1.5rem;
}

button:hover,
[type="button"]:hover,
[type="submit"]:hover {
  opacity: 0.8;
}

[type="checkbox"] {
  display: none;
}

[type="checkbox"] + span {
  color: #111;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 30px 0 0;
  margin: 0 3rem 0 0;
  padding: 0 0 0 40px;
  padding: 0 0 0 4rem;
  position: relative;
}

[type="checkbox"] + span::before {
  background: #fff;
  border: 1px solid #e1ecf0;
  border-radius: 0.2rem;
  content: "";
  display: block;
  height: 30px;
  height: 3rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  width: 3rem;
}

[type="checkbox"] + span::after {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

[type="checkbox"]:checked + span::after {
  background: #00a2de;
  border-radius: 0.2rem;
  content: "";
  display: block;
  height: 20px;
  height: 2rem;
  left: 5px;
  left: 0.5rem;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  width: 2rem;
}

[type="checkbox"].accept {
  border: 2px solid #e1ecf0;
  border-radius: 0.3rem;
  cursor: pointer;
  display: block;
  height: 30px;
  height: 3rem;
  left: -10px;
  left: -1rem;
  position: relative;
  top: 14px;
  top: 1.4rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 30px;
  width: 3rem;
}

[type="checkbox"] {
  display: none;
}

[type="checkbox"]::after {
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

[type="checkbox"]:checked::after {
  border-bottom: 2px solid #00a2de;
  border-left: 2px solid #00a2de;
  content: "";
  display: block;
  height: 10px;
  height: 1rem;
  left: 0;
  margin-left: 0.1em;
  margin-top: -0.1em;
  opacity: 1;
  position: absolute;
  top: 44%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 24px;
  width: 2.4rem;
}

textarea {
  height: 370px;
  height: 37rem;
  resize: none;
  width: 100%;
}

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

.wpcf7-submit {
  background-color: #e02828;
  border-radius: 9999px;
  -webkit-box-shadow: 2px 2px 10px rgba(224, 40, 40, 0.5);
  box-shadow: 2px 2px 10px rgba(224, 40, 40, 0.5);
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 27px 0;
  padding: 2.7rem 0;
  text-align: center;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
  width: 450px;
  width: 45rem;
}

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

div.wpcf7 .wpcf7-spinner {
  display: block;
}

.wp-pagenavi {
  gap: 5px;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 150px;
  margin-top: 15rem;
}

.wp-pagenavi .previouspostslink {
  height: 40px;
  height: 4rem;
  width: 40px;
  width: 4rem;
}

.wp-pagenavi .page {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  color: #909090;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  height: 40px;
  height: 4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 40px;
  width: 4rem;
}

.wp-pagenavi .page:hover {
  background-color: #00a2de;
  color: #fff;
}

.wp-pagenavi .current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a2de;
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  height: 40px;
  height: 4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  width: 4rem;
}

.wp-pagenavi .nextpostslink {
  height: 40px;
  height: 4rem;
  width: 40px;
  width: 4rem;
}

.nav-links {
  gap: 80px;
  gap: 8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-previous img,
.nav-next img {
  display: inline-block;
  height: 40px;
  height: 4rem;
  position: relative;
  top: 14px;
  top: 1.4rem;
  width: 40px;
  width: 4rem;
}

.nav-previous img {
  margin-right: 10px;
  margin-right: 1rem;
}

.nav-next img {
  margin-left: 10px;
  margin-left: 1rem;
}

.nav-previous a,
.nav-next a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.philosophy {
  margin-top: 110px;
  margin-top: 11rem;
}

.philosophy__contents {
  margin-top: 75px;
  margin-top: 7.5rem;
  text-align: center;
  max-width: 1000px;
  max-width: 100rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.philosophy__text-large {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.66667;
}

.philosophy__text-large span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.66667;
}

.philosophy__text-bold {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.66667;
}

.philosophy__text {
  margin-top: 35px;
  margin-top: 3.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
}

.philosophy__text-underline {
  margin-top: 30px;
  margin-top: 3rem;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6667;
  -webkit-text-decoration-color: #f6ac0e;
  -webkit-text-decoration-line: underline;
  text-decoration-thickness: 5px;
  text-decoration-thickness: 0.5rem;
  text-underline-offset: 10px;
  text-underline-offset: 1rem;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-color: #f6ac0e;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}

.value {
  margin-top: 157px;
  margin-top: 15.7rem;
}

.value__inner {
  width: 100%;
  max-width: 1250px;
  max-width: 125rem;
  padding-left: 25px;
  padding-left: 2.5rem;
  padding-right: 25px;
  padding-right: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.value__contents {
  margin-top: 100px;
  margin-top: 10rem;
}

.value__flex {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e1ecf0;
  gap: 50px;
  gap: 5rem;
  padding-bottom: 57px;
  padding-bottom: 5.7rem;
}

.value__flex:not(:first-child) {
  margin-top: 60px;
  margin-top: 6rem;
}

.value__number {
  color: #00a2de;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  font-size: 10rem;
  font-weight: 600;
  line-height: 1;
}

.value__content-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
}

.value__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 20px;
  margin-top: 2rem;
}

.staff {
  margin-top: 150px;
  margin-top: 15rem;
}

.staff__inner {
  width: 100%;
  max-width: 1250px;
  max-width: 125rem;
  padding-left: 25px;
  padding-left: 2.5rem;
  padding-right: 25px;
  padding-right: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.staff__flex {
  display: flex;
  align-items: center;
  gap: 30px;
  gap: 3rem;
}

.staff__title {
  width: 21%;
}

.staff__text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.22;
  font-weight: 500;
  width: 77%;
}

.staff__contents {
  margin-top: 92px;
  margin-top: 9.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 0;
  gap: 5rem 0;
}

.staff__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  gap: 2.5rem;
  transition: opacity 0.4s;
}

.staff__content:hover {
  opacity: 0.7;
}

.staff__img {
  width: 24.3%;
}

.staff__info {
  width: 71.5%;
}

.staff__name {
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 1;
  font-weight: 700;
}

.staff__position-lists {
  margin-top: 25px;
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 12px;
  gap: 1.2rem;
}

.staff__position {
  color: #00a2de;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  border: 2px solid #00a2de;
  padding: 12px 17px;
  padding: 1.2rem 1.7rem;
  border-radius: 9999px;
}

.blog {
  padding-top: 230px;
  padding-top: 23rem;
  padding-bottom: 136px;
  padding-bottom: 13.6rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(240, 250, 253, 1) 70%,
    rgba(240, 250, 253, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  position: relative;
  overflow-x: clip;
  z-index: 1;
}

.blog__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.blog__title {
  margin-right: 53px;
  margin-right: 5.3rem;
}

.blog__title-main {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}

.blog__title-sub {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 1.7rem;
  margin-top: 17px;
}

.blog__category-lists {
  display: flex;
  gap: 20px;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: 814px;
  max-width: 81.4rem;
}

.blog__button-link {
  margin-top: 3.5rem;
}

.blog__category {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #00a2de;
  padding: 15px 27px;
  padding: 1.5rem 2.7rem;
  border-radius: 9999px;
}

.blog__link {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  transition: opacity 0.4s;
  position: relative;
  display: block;
  padding-right: 70px;
  padding-right: 7rem;
}

.blog__link:hover {
  opacity: 0.7;
}

.blog__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 50px;
  width: 5rem;
  height: 50px;
  height: 5rem;
  border-radius: 50%;
  background-color: #00a2de;
}

.blog__link::after {
  content: "";
  background-image: url(../img/arrow-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 15px;
  width: 1.5rem;
  height: 15px;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  right: 1.7rem;
  transform: translate(0, -50%);
}

.blog__bg {
  width: 68.68%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.blog__block {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
  position: relative;
  overflow-x: clip;
  margin-top: 120px;
  margin-top: 12rem;
}

.blog__swiper {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.blog__img {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  box-shadow: 8px 8px 10px rgba(223, 229, 237, 0.8);
}

.blog__img img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.blog__date {
  color: #999;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 25px;
  margin-top: 2.5rem;
}

.blog__content-title {
  margin-top: 11px;
  margin-top: 1.1rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blog__text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 18px;
  margin-top: 1.8rem;
}

@media screen and (max-width: 1900px) {
  .block {
    padding-right: 2rem;
  }

  .mv__text {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1440px) {
  .concept__text {
    font-size: 3rem;
  }

  .contact__content {
    padding: 0 8rem;
  }

  .footer__info {
    margin-right: 3rem;
  }

  .footer__lists {
    margin-right: 1.6rem;
  }

  .plan__card-border-text {
    font-size: 1.8rem;
  }

  .topNews__bg01 {
    width: 87%;
  }

  .topNews__bg04 {
    right: 8rem;
  }

  .mv__text-block {
    margin-left: 2rem;
  }

  .mv__bg-img {
    left: 2%;
  }

  .mv__news {
    right: 2.5rem;
    left: auto;
    transform: none;
  }

  .footer__lists:nth-child(3) {
    margin-right: 2.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .lg2-none {
    display: none;
  }

  .u-lg2 {
    display: block;
  }

  html {
    font-size: 52.5%;
  }

  .about__bg::before {
    -webkit-transform: skewY(22deg) translateY(375px);
    transform: skewY(22deg) translateY(375px);
  }

  .card-lists02 {
    gap: 5rem 1.3rem;
  }

  .card-lists03 {
    gap: 4rem;
  }

  .flow__img {
    height: 11rem;
    width: 11rem;
  }

  .footer__lists:nth-child(3) {
    margin-right: 2rem;
  }

  .mv {
    padding-top: 32.5rem;
  }

  .mv__bg01-img {
    top: 16rem;
    width: 95%;
  }

  .plan__card-items {
    gap: 2.4rem;
  }

  .plan__card-text {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .single__flex {
    gap: 7rem;
  }

  .sub-page__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .sub-works__main-block {
    margin-top: 8rem;
  }

  .service__number {
    width: 120px;
    width: 12rem;
  }

  .service__number-title {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .service__number-sub {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .service__text {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .service__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .staff__flex {
    flex-direction: column;
  }

  .staff__title {
    width: 100%;
    text-align: left;
  }

  .staff__text {
    width: 100%;
  }

  .staff__contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .staff__img {
    width: 20%;
  }

  .staff__info {
    width: 76.5%;
  }

  .blog__title {
    margin-right: 3.3rem;
  }

  .blog__category-lists {
    width: 60rem;
  }

  .footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__nav {
    margin-top: 4.6rem;
    margin-right: 0;
    width: 100%;
  }

  .footer__lists {
    margin-right: 0;
  }

  .footer__lists:nth-child(1) {
    width: 25%;
  }

  .footer__lists:nth-child(2) {
    margin-right: 0;
    width: 30%;
  }

  .footer__lists:nth-child(3) {
    margin-right: 0;
    width: 20%;
  }

  .footer__lists:nth-child(4) {
    width: 25%;
  }

  .footer__button-content {
    margin-top: 4.5rem;
  }
}

@media screen and (max-width: 950px) {
  html {
    font-size: 47.5%;
  }

  .about__flex {
    gap: 4.5rem;
  }

  .about__text-block {
    width: 100%;
  }

  .after__table {
    max-width: 100%;
    overflow-x: auto;
  }

  .block__contents {
    max-width: 70rem;
  }

  .blog-card__title {
    font-size: 2.1rem;
  }

  .card-lists04 {
    gap: 2.5rem;
  }

  .contact__content {
    padding: 0 4rem;
  }

  .flow__img {
    margin-right: 2.5rem;
  }

  .flow__title-block {
    width: 22rem;
  }

  .flow__title {
    font-size: 2.4rem;
  }

  .flow__text-block {
    max-width: 53rem;
  }

  .news {
    padding-bottom: 2.1rem;
    padding-top: 1.5rem;
  }

  .news__text {
    line-height: 1.5;
    margin-top: 0.9rem;
  }

  .service__items {
    gap: 4.7rem 4.6rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .sub-blog__main-block {
    width: 66%;
  }

  .table {
    width: 1000px;
  }

  .topNews__flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .topNews__block {
    max-width: 90rem;
    width: 100%;
  }

  .topNews__bg02 {
    width: 25rem;
  }

  .topNews__bg03 {
    width: 25rem;
  }

  .topNews__bg04 {
    width: 25rem;
  }

  .blog__flex {
    flex-direction: column;
  }

  .blog__category-lists {
    width: 100%;
    max-width: 100%;
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }

  .u-mobile {
    display: block;
  }

  html {
    font-size: 62.5%;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a:hover {
    opacity: 0.8;
  }

  .about__bg::before {
    -webkit-transform: skewY(22deg) translateY(224px);
    transform: skewY(22deg) translateY(224px);
  }

  .about__flex {
    gap: 3.8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about__text-block {
    width: 100%;
  }

  .about__title {
    font-size: 6.6rem;
  }

  .about__text {
    font-size: 1.6rem;
    line-height: 1.875;
  }

  .about__title-text {
    font-size: 2.8rem;
    line-height: 1.8;
  }

  .about__text-large {
    font-size: 2rem;
  }

  .about__swiper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 54rem;
    width: 100%;
  }

  .about__img::before {
    padding-top: 63.582%;
  }

  .accordion__title::before,
  .accordion__title::after {
    right: 1.2rem;
    width: 1.6rem;
  }

  .accordion__title-text.accordion__title-text--large {
    font-size: 1.6rem;
  }

  .accordion__text {
    font-size: 1.6rem;
  }

  .after {
    margin-top: 8rem;
  }

  .after__table {
    margin-top: 6.2rem;
  }

  .after__attention-text {
    margin-top: 1.8rem;
  }

  .block {
    padding-bottom: 5rem;
    padding-right: 1rem;
    padding-top: 3.8rem;
  }

  .block__title {
    font-size: 2.4rem;
  }

  .block__contents {
    margin-top: 3rem;
    padding-left: 3rem;
  }

  .block__title.block__title--en {
    font-size: 3rem;
  }

  .block__button-block {
    margin-top: 5.2rem;
  }

  .blog-card__title {
    font-size: 1.8rem;
  }

  .breadcrumb {
    margin-top: 7rem;
    padding-bottom: 2rem;
  }

  .breadcrumb.breadcrumb--mt {
    margin-top: 4.5rem;
    padding-bottom: 2rem;
  }

  .button {
    font-size: 1.4rem;
    max-width: 100%;
    padding: 2.2rem 0;
    width: 29.5rem;
  }

  .button::before {
    height: 3.3rem;
    right: 1.4rem;
    width: 3.3rem;
  }

  .button::after {
    height: 0.8rem;
    right: 2.5rem;
    width: 1rem;
  }

  .button.button--red {
    max-width: 100%;
    width: 33.5rem;
  }

  .button.button--indigo {
    max-width: 100%;
    width: 33.5rem;
  }

  .button.button--white {
    max-width: 33.5rem;
    padding: 2rem 0;
    width: 100%;
  }

  .button.button--small {
    font-size: 1.4rem;
    width: 24rem;
  }

  .card-button {
    gap: 1.5rem;
  }

  .card-button__img {
    width: 11.4rem;
  }

  .card-button__title {
    font-size: 1.6rem;
  }

  .card-button__arrow {
    height: 1.6rem;
    width: 1.6rem;
  }

  .card-button__arrow::before {
    height: 0.8rem;
    right: 0.4rem;
    width: 0.8rem;
  }

  .card-lists {
    gap: 30px;
    gap: 3rem;
    grid-template-columns: repeat(1, 1fr);
    max-width: 44rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .card-lists02 {
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .card-lists03 {
    gap: 3rem;
    grid-template-columns: repeat(1, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 54rem;
  }

  .card-lists04 {
    gap: 3rem;
    grid-template-columns: repeat(1, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 54rem;
  }

  .card__category {
    font-size: 1.4rem;
  }

  .card__title {
    font-size: 1.5rem;
  }

  .concept {
    margin-top: 6.5rem;
    padding-bottom: 7rem;
    padding-top: 10rem;
  }

  .concept__text {
    font-size: 2.4rem;
  }

  .concept__underline {
    text-underline-offset: -0.2rem;
  }

  .contact {
    padding-bottom: 7.5rem;
    padding-top: 6.5rem;
  }

  .contact__flex {
    gap: 6.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact__content {
    padding: 0 2rem;
    width: 100%;
  }

  .contact__content:first-of-type {
    border-right: none;
  }

  .contact__img {
    width: 3.7rem;
  }

  .contact__title {
    font-size: 2.4rem;
  }

  .contact__text {
    font-size: 1.4rem;
    line-height: 1.5714;
    margin-top: 2rem;
  }

  .contact__button-block {
    margin-top: 2.5rem;
  }

  .faq {
    margin-bottom: 7rem;
    margin-top: 10rem;
  }

  .faq__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faq__accordion {
    margin-top: 7.5rem;
  }

  .feature {
    margin-top: 5rem;
    padding-bottom: 10rem;
    padding-top: 3rem;
  }

  .feature__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .feature__items {
    margin-top: 6rem;
  }

  .feature__item {
    gap: 1.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.5rem 0;
  }

  .feature__feature {
    font-size: 1.8rem;
  }

  .feature__number {
    font-size: 4.5rem;
  }

  .feature__number-block {
    width: auto;
  }

  .feature__content {
    gap: 1rem;
    width: auto;
  }

  .feature__title {
    font-size: 2.2rem;
  }

  .feature__text {
    font-size: 1.5rem;
  }

  .flow {
    margin-top: 4rem;
    padding-bottom: 7rem;
    padding-top: 5rem;
  }

  .flow__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .flow__items {
    margin-left: auto;
    margin-right: auto;
    margin-top: 6rem;
    max-width: 70rem;
  }

  .flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4.2rem 2.5rem;
  }

  .flow__img {
    margin-right: 0;
  }

  .flow__title-block {
    margin-top: 1.5rem;
    text-align: center;
    width: 100%;
  }

  .flow__text-block {
    margin-top: 3rem;
    max-width: 100%;
    width: 100%;
  }

  .flow__text {
    font-size: 1.6rem;
  }

  .footer {
    margin-top: 5rem;
  }

  .footer__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer__info {
    margin-right: 0;
  }

  .footer__logo {
    width: 15rem;
  }

  .footer__company {
    font-size: 1.2rem;
    margin-top: 2rem;
  }

  .footer__address {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 0.9rem;
  }

  .footer__list-title {
    font-size: 1.4rem;
  }

  .footer__link {
    font-size: 1.2rem;
  }

  .footer__copyright {
    font-size: 1.2rem;
    margin-top: 5rem;
    padding: 1.9rem 0;
  }

  .form__item {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .form__title {
    display: inline-block;
    width: auto;
  }

  .form__title.form__title-top {
    display: inline-block;
    width: auto;
  }

  .form__content {
    margin-right: 0;
    margin-top: 2rem;
    width: 100%;
  }

  .form__content.form__content-top {
    width: 100%;
  }

  .form__title + .form__content {
    margin-left: 0;
  }

  .form__title + .form__check {
    margin-left: 0;
  }

  .form__required {
    margin-right: 0;
    margin-top: 1.2rem;
    margin-left: 1rem;
  }

  .form__required.form__required-top {
    margin-left: 0;
  }

  .form__privacy-policy {
    margin-top: 5.5rem;
  }

  .form__submit::before {
    height: 3.3rem;
    right: 1.4rem;
    width: 3.3rem;
  }

  .form__submit::after {
    height: 0.8rem;
    right: 2.5rem;
    width: 1rem;
  }

  .form__check {
    width: 100%;
  }

  .header {
    height: 6.4rem;
  }

  .header__inner {
    display: block;
  }

  .header__name {
    left: 2rem;
    position: absolute;
    top: 2.4rem;
    z-index: 9999;
  }

  .header__logo {
    width: 11.7rem;
  }

  .inner {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }

  .introduction__flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .introduction__title {
    font-size: 3.2rem;
    text-align: center;
  }

  .introduction__title + .introduction__title {
    margin-top: 1.5rem;
  }

  .introduction__underline {
    text-decoration-thickness: 0.5rem;
    text-underline-offset: 1rem;
  }

  .introduction__title-img {
    width: 80%;
  }

  .introduction__items {
    grid-template-columns: repeat(1, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 54rem;
  }

  .mv {
    height: auto;
    padding-top: 10rem;
  }

  .mv__hidden {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    width: 100vw;
  }

  .mv__flex {
    gap: 2.3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }

  .mv__text-block {
    margin-right: 0;
    text-align: center;
    margin-left: 0;
  }

  .mv__img {
    width: 38.3rem;
  }

  .mv__text {
    font-size: 1.8rem;
    line-height: 1.5714;
    margin-top: 2.9rem;
    text-align: center;
  }

  .mv__button-block {
    margin-top: 4.7rem;
    text-align: center;
  }

  .mv__bg-img {
    margin-left: calc(50% - 80vw);
    margin-right: calc(50% - 70vw);
    margin-top: -1.9rem;
    width: 150vw;
    left: auto;
  }

  .mv__news {
    bottom: 0;
    position: static;
    right: 0;
  }

  .mv__bg01-img {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    right: 0;
    top: 3rem;
    width: 140vw;
  }

  .fv {
    padding-top: 6.4rem;
  }

  .fv__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }

  .fv__title span {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .fv__title-img {
    width: 25.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11px;
    margin-top: 1.1rem;
  }

  .fv__bg {
    height: calc(100vh - 6.4rem);
    min-height: 650px;
    min-height: 65rem;
    width: 100%;
    background-image: url(../img/fv_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .news__text {
    margin-top: 0.2rem;
  }

  .notFound {
    margin-bottom: 8rem;
    margin-top: 16rem;
  }

  .office {
    margin-bottom: 6rem;
    margin-top: 7rem;
  }

  .office__map {
    margin-top: 4.5rem;
  }

  .office__text {
    font-size: 1.6rem;
  }

  .plan {
    margin-top: 10rem;
  }

  .plan__card-items {
    gap: 3rem;
    grid-template-columns: repeat(1, 1fr);
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.6rem;
    max-width: 54rem;
  }

  .plan__card-title {
    font-size: 2.4rem;
    padding: 2.4rem 0;
  }

  .plan__card-body {
    padding-bottom: 4.6rem;
  }

  .plan__card-price {
    font-size: 2.1rem;
  }

  .plan__card-price-large {
    font-size: 4rem;
  }

  .plan__card-border {
    margin-top: 25px;
    margin-top: 2.5rem;
  }

  .plan__card-border-text {
    height: 8rem;
  }

  .realtime {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3rem;
    margin-top: 5.1rem;
    padding: 1.8rem 2.4rem 1rem 2.4rem;
    width: 100%;
  }

  .realtime__info {
    font-size: 1.5rem;
    margin-right: 0;
  }

  .realtime__swiper {
    height: 5.5rem;
    margin-top: 1.4rem;
    width: 100%;
  }

  .realtime__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .realtime__date {
    font-size: 1.4rem;
    margin-right: 0;
  }

  .realtime__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 行数を指定 */
    display: -webkit-box;
    font-size: 1.4rem;
    line-height: 1.4285;
    margin-top: 0.3rem;
    overflow: hidden;
    text-overflow: clip;
    white-space: normal;
    width: 100%;
  }

  .section-title__main {
    font-size: 3.6rem;
  }

  .section-title__sub {
    font-size: 1.5rem;
    margin-top: 0.7rem;
  }

  .service {
    margin-top: 8rem;
    padding-bottom: 6rem;
    padding-top: 5.6rem;
  }

  .service__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .service__text {
    margin-top: 2rem;
    text-align: left;
    font-size: 1.6rem;
  }

  .service__text span {
    font-size: 1.6rem;
  }

  .service__link {
    font-size: 2rem;
  }

  .service__item {
    font-size: 1.5rem;
  }

  .service__button-block {
    margin-top: 7rem;
  }

  .service__list {
    font-size: 1.5rem;
  }

  .single {
    margin-bottom: 10rem;
    margin-top: 7rem;
  }

  .single__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single__main-block {
    width: 100%;
  }

  .single__contents button::before {
    height: 3.3rem;
    right: 1.4rem;
    width: 3.3rem;
  }

  .single__contents button::after {
    height: 0.8rem;
    right: 2.5rem;
    width: 1rem;
  }

  .single__contents h4,
  .single__contents p,
  .single__contents a {
    font-size: 1.6rem;
  }

  .single__category-block {
    width: 100%;
  }

  .single__pagenavi {
    margin-top: 8rem;
  }

  .single__button-block {
    margin-top: 8rem;
  }

  .sub-blog {
    margin-top: 7rem;
    padding-bottom: 8rem;
  }

  .sub-blog__flex {
    gap: 7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sub-blog__main-block {
    width: 100%;
  }

  .sub-blog__category-block {
    width: 100%;
  }

  .sub-company {
    margin-top: 8rem;
  }

  .sub-company__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sub-company__title {
    font-size: 3.4rem;
  }

  .sub-company__info {
    margin-top: 6.5rem;
  }

  .sub-company__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.6rem;
  }

  .sub-company__title-text {
    padding-bottom: 0;
    padding-top: 2rem;
    width: 100%;
  }

  .sub-company__content {
    padding-bottom: 2rem;
    padding-top: 0.6rem;
    width: 100%;
  }

  .sub-contact {
    margin-bottom: 8rem;
    margin-top: 8rem;
  }

  .sub-contact__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sub-contact__title {
    font-size: 2.2rem;
  }

  .sub-contact__text {
    font-size: 1.8rem;
    margin-top: 5rem;
    text-align: left;
  }

  .sub-contact__content {
    margin-top: 5rem;
  }

  .sub-contact__content.sub-contact__content--document {
    grid-template-columns: repeat(1, 1fr);
  }

  .sub-page {
    margin-bottom: 10rem;
    margin-top: 5rem;
  }

  .sub-page__items {
    gap: 3rem;
  }

  .sub-title {
    /* height: 32rem; */
  }

  .sub-title__block {
    padding-top: 12rem;
  }

  .sub-title__title {
    font-size: 5rem;
  }

  .sub-title__title.sub-title__title--small {
    font-size: 3.8rem;
  }

  .sub-title__sub-title {
    font-size: 1.5rem;
  }

  .sub-title__sub-title::before {
    top: 0.7rem;
  }

  .sub-works {
    margin-top: 5rem;
    padding-bottom: 7.5rem;
  }

  .sub-works__category-block {
    margin-top: 4.8rem;
  }

  .sub-works__category-item {
    padding: 0.7rem 0;
  }

  .sub-works__category-link {
    padding: 0.7rem 0;
  }

  .sub-document {
    margin-top: 5rem;
    padding-bottom: 8rem;
  }

  .sub-document__title {
    font-size: 3.2rem;
  }

  .sub-document__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    gap: 3rem;
    padding: 4rem 2.5rem 5rem;
  }

  .sub-document__contents {
    margin-top: 6.8rem;
  }

  .sub-document__img-block {
    width: 100%;
    max-width: 54rem;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-document__text-block {
    width: 100%;
  }

  .sub-document__sub-title {
    font-size: 2rem;
  }

  .sub-document__sub-text {
    font-size: 1.6rem;
    margin-top: 2.4rem;
  }

  .table {
    /* grid-template-rows: 5.6rem 38rem 38rem 20rem 20rem; */
  }

  .topNews {
    background: url(../img/topNews-bg-sp.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 6rem;
    padding-top: 6rem;
    margin-top: 5rem;
  }

  .works {
    margin-top: 5.6rem;
  }

  .works__text {
    margin-top: 3.9rem;
    text-align: left;
    font-size: 1.6rem;
  }

  .works__swiper {
    margin-top: 5.8rem;
  }

  .works__button-block {
    margin-top: 6.1rem;
  }

  button,
  [type="button"],
  [type="submit"] {
    max-width: 100%;
    width: 33.5rem;
  }

  button::before {
    height: 3.3rem;
    right: 1.4rem;
    width: 3.3rem;
  }

  button::after {
    height: 0.8rem;
    right: 2.5rem;
    width: 1rem;
  }

  [type="checkbox"] + span {
    font-size: 1.4rem;
  }

  .wpcf7-submit {
    max-width: 100%;
    padding: 2.2rem 0;
    width: 33.5rem;
  }

  .wp-pagenavi {
    margin-top: 7rem;
  }

  .service__flex {
    flex-direction: column;
    max-width: 560px;
    max-width: 56rem;
    margin-right: auto;
    margin-left: auto;
  }

  .service__img {
    width: 100%;
  }

  .service__text-block {
    width: 100%;
  }

  .service__content {
    padding: 33px 30px;
    padding: 3.3rem 3rem;
  }

  .service__contents {
    margin-top: 65px;
    margin-top: 6.5rem;
  }

  .service__number-block {
    margin-left: -3rem;
    margin-top: 2rem;
  }

  .works__img-block {
    gap: 3rem;
    grid-template-columns: repeat(1, 1fr);
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-top: 8rem;
    padding-left: 0;
    padding-right: 0;
  }

  .philosophy {
    margin-top: 9rem;
  }

  .staff {
    margin-top: 10rem;
  }

  .staff__text {
    font-size: 1.5rem;
    line-height: 2;
  }

  .staff__name {
    font-size: 2.2rem;
  }

  .staff__position-lists {
    margin-top: 2rem;
  }

  .staff__position {
    padding: 0.8rem 1.2rem;
  }

  .value {
    margin-top: 10.7rem;
  }

  .value__contents {
    margin-top: 8rem;
  }

  .value__number {
    font-size: 5rem;
  }

  .value__content-title {
    font-size: 2.4rem;
  }

  .value__text {
    margin-top: 1rem;
    font-size: 1.5rem;
  }

  .value__flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 4rem;
  }

  .value__flex:not(:first-child) {
    margin-top: 5rem;
  }

  .philosophy__text {
    font-size: 1.5rem;
  }

  .about__title__sub {
    font-size: 2rem;
  }

  .philosophy__text-large {
    font-size: 2.1rem;
  }

  .philosophy__text-underline {
    font-size: 2.1rem;
  }

  .blog {
    padding-top: 12rem;
    padding-bottom: 8.6rem;
  }

  .blog__bg {
    width: 100%;
  }

  .blog__title-main {
    font-size: 3.6rem;
  }

  .blog__title-sub {
    font-size: 1.5rem;
    margin-top: 0.7rem;
  }

  .blog__category {
    font-size: 1.4rem;
    padding: 1.3rem 1.5rem;
  }

  .blog__link::before {
    width: 3.5rem;
    height: 3.5rem;
    right: 1rem;
  }

  .blog__link::after {
    width: 1.2rem;
    height: 1.2rem;
    right: 2.1rem;
  }

  .blog__block {
    margin-top: 9rem;
  }

  .single__contents table th,
  .single__contents table td {
    padding: 2rem 0.3rem;
  }

  .single__contents table td:nth-of-type(1) {
    width: 23% !important;
  }

  .single__contents table td:nth-of-type(2) {
    padding: 2rem 1rem;
  }
}

@media screen and (max-width: 600px) {
  .u-sp2 {
    display: block;
  }

  .single__contents table td:nth-of-type(1) {
    width: 25% !important;
  }

  .accordion__title-text.accordion__title-text--large {
    width: 76%;
  }

  .accordion__q {
    font-size: 2rem;
    height: 30px;
    margin-right: 0.5rem;
    width: 30px;
  }

  .accordion__a {
    font-size: 2rem;
    height: 30px;
    margin-right: 0.5rem;
    width: 30px;
  }

  .card-lists02 {
    gap: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .footer__nav {
    gap: 6.7rem 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footer__lists:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
  }

  .footer__lists:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .footer__lists:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .footer__lists:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }

  .footer__button-content {
    text-align: center;
    width: 100%;
  }

  .introduction__title {
    font-size: 3rem;
  }

  .introduction__text-img {
    top: 0.6rem;
    width: 10rem;
  }

  .introduction__item {
    gap: 2rem;
    padding: 2.4rem 2rem;
  }

  .introduction__check {
    width: 2.4rem;
  }

  .introduction__text {
    font-size: 1.6rem;
  }

  .introduction__blue {
    font-size: 1.6rem;
  }

  .mv__img {
    width: 29.3rem;
  }

  .mv__text {
    font-size: 1.4rem;
  }

  .about__text {
    font-size: 1.4rem;
  }

  .works__text {
    font-size: 1.4rem;
  }

  .office__text {
    font-size: 1.4rem;
  }

  .other-blog__title-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .other-blog__button-block {
    margin-top: 3rem;
  }

  .service__content {
    border-radius: 3rem;
    margin-top: 5rem;
  }

  .service__text {
    font-size: 1.4rem;
  }

  .service__items {
    gap: 2.5rem 0;
    grid-template-columns: repeat(1, 1fr);
  }

  .sub-page__contents {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    max-width: 50rem;
    width: 100%;
  }

  .sub-page__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .sub-page__item {
    padding: 3rem 0;
  }

  .sub-title__title.sub-title__title--small {
    font-size: 3rem;
  }

  .sub-title__block.sub-title__block--document {
    padding-top: 8rem;
  }

  .sub-title__button-block {
    margin-top: 3.8rem;
  }

  .sub-works__category-link {
    font-size: 1.4rem;
    padding: 0.6rem 0;
  }

  .sub-works__main-block {
    margin-left: auto;
    margin-right: auto;
    margin-top: 6rem;
    max-width: 46rem;
  }

  .sub-document__contents {
    gap: 3rem;
  }

  .sub-document__title {
    font-size: 3rem;
  }

  .sub-document__item {
    padding: 2rem 2rem 2.5rem;
  }

  .sub-contact__content-button {
    padding: 1.2rem 2.2rem;
  }

  .sub-contact__content-button span {
    font-size: 1.6rem;
  }

  .sub-contact__content-button img {
    width: 2rem;
  }

  .drawer-menu__button {
    margin-bottom: 2rem;
  }

  .realtime__swiper {
    height: 6.8rem;
  }

  .staff__position {
    font-size: 1.2rem;
  }

  .staff__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .staff__img {
    width: 9.5rem;
  }

  .staff__info {
    width: 100%;
  }

  .service__number-block {
    flex-direction: column;
    align-items: flex-start;
    margin-top: -2rem;
    margin-left: -2rem;
  }

  .service__number-title {
    font-size: 2.2rem;
  }

  .service__number-title-block {
    margin-left: 2rem;
  }

  .service__number {
    width: 9rem;
  }
}

@media screen and (max-width: 375px) {
  .u-sp {
    display: block;
  }

  html {
    font-size: 2.6666666667vw;
  }

  .card-button__title {
    font-size: 1.3rem;
    font-weight: 500;
  }

  .flow__item {
    padding: 4rem 2rem;
  }

  .header__contact-button-block {
    right: 5.6rem;
  }

  .mv__flex {
    padding-top: 1rem;
  }

  .notFound__text {
    font-size: 1.4rem;
  }

  .service__items {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sub-works__main-title {
    font-size: 2.2rem;
  }

  .sub-works__main-block {
    margin-top: 4.5rem;
  }
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeSlowAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeSlowAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.corp_line {
  text-decoration-line: underline;
}

@media screen and (max-width: 768px) {
  .corp_line {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=styles.css.map */
