@charset "UTF-8";
body {
  font-family: YuGothic, "Yu Gothic", "Yu Gothic UI", sans-serif;
  /* 
  * ハンバーガーボタン調整エリア
  */
  --drawer-width: 50px;
  /* ボタンバーの幅 */
  --drawer-height: 3px;
  /* ボタンバーの高さ */
  --drawer-color: #111;
  /* ボタンバーの色 */
  --drawer-between: 10px;
  /* ボタンバーの間隔 */
  --drawer-open-between: 13px;
  /* ボタンバーオープン時の間隔 */
  --transition-duration: 0.5s;
  /* ボタンバーオープン時の速度 */
}

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

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

@font-face {
  font-family: "SourceHanSansJP";
  src: url("../fonts/SourceHanSans-Bold.otf") format("opentype");
}
@font-face {
  font-family: "YuGothic";
  src: url("../fonts/YuGothic-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "YuGothic";
  src: url("../fonts/YuGothic-Bold.otf") format("opentype");
  font-weight: 700;
}
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

main {
  position: relative;
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::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 {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* 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]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  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=checkbox],
input[type=radio] {
  display: none;
}

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

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

/* swiper button消失対策 */
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  text-rendering: auto;
}

.p-highlight .swiper-container {
  padding-left: 13px;
  padding-left: 0.8125rem;
  padding-right: 13px;
  padding-right: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-highlight .swiper-container {
    margin-top: 0.625rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-highlight .swiper-wrapper {
  height: 960px;
  height: 60rem;
}
@media (max-width: 767px) {
  .p-highlight .swiper-wrapper {
    -webkit-transform: translate3d(0px, -61.25rem, 0px) !important;
            transform: translate3d(0px, -61.25rem, 0px) !important;
  }
}
@media screen and (min-width: 768px) {
  .p-highlight .swiper-wrapper {
    height: auto;
    position: relative;
    left: 5.15%;
  }
}

.p-highlight .swiper-slide {
  max-width: 600px;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-highlight .swiper-slide {
    max-width: none;
    max-width: initial;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-highlight .swiper-button-next,
.p-highlight .swiper-button-prev {
  text-rendering: auto;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-highlight .swiper-button-next,
.p-highlight .swiper-button-prev {
    visibility: visible;
    opacity: 1;
    top: 67.2%;
    color: #000;
  }
}

@media screen and (min-width: 768px) {
  .p-highlight .swiper-button-prev {
    left: 3.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-highlight .swiper-button-next {
    right: 3.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pick-up .swiper-wrapper {
    -webkit-transform: translate3d(-34.375rem, 0px, 0px) !important;
            transform: translate3d(-34.375rem, 0px, 0px) !important;
  }
}

.p-pick-up .swiper-button-next,
.p-pick-up .swiper-button-prev {
  width: min(7.5vw, 39px);
  width: min(7.5vw, 2.4375rem);
  height: min(7.5vw, 39px);
  height: min(7.5vw, 2.4375rem);
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.5;
  top: 44.5%;
}
@media screen and (min-width: 768px) {
  .p-pick-up .swiper-button-next,
.p-pick-up .swiper-button-prev {
    visibility: hidden;
    opacity: 0;
  }
}

.p-pick-up .swiper-button-prev {
  left: 18.7%;
}

.p-pick-up .swiper-button-next {
  right: 18.7%;
}

.p-pick-up .swiper-button-next::after,
.p-pick-up .swiper-button-prev::after {
  font-size: min(2.69231vw, 14px);
  font-size: min(2.69231vw, 0.875rem);
  color: #111;
}

.access-map {
  padding-top: 50px;
  padding-top: 3.125rem;
}

.access-map__google-map {
  position: relative;
  width: 100%;
  max-height: 300px;
  max-height: 18.75rem;
  margin: auto;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .access-map__google-map {
    max-height: 18.75rem;
  }
}

.access-map__google-map::before {
  display: block;
  content: "";
  padding-top: 80%;
}
@media screen and (min-width: 768px) {
  .access-map__google-map::before {
    padding-top: 33.3636363636%;
  }
}

.access-map__google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-btn {
  position: relative;
  display: inline-block;
  max-width: 210px;
  max-width: 13.125rem;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border: 2px solid #707070;
  border: 0.125rem solid #707070;
  border-radius: 0.3125rem;
  padding-top: 7px;
  padding-top: 0.4375rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .c-btn {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

.c-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  right: 0.625rem;
  margin: auto;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-top: 2px solid #111;
  border-top: 0.125rem solid #111;
  border-right: 2px solid #111;
  border-right: 0.125rem solid #111;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-btn__title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #333;
  text-indent: 20px;
  text-indent: 1.25rem;
}

.c-contact-btn {
  max-width: 170px;
  max-width: 10.625rem;
  width: 100%;
}

.c-contact-btn a {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  background-color: #1a7dff;
  border-radius: 0.3125rem;
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-contact-btn a::after {
  display: inline-block;
  content: "";
  width: 18px;
  width: 1.125rem;
  height: 15px;
  height: 0.9375rem;
  margin-left: 7px;
  margin-left: 0.4375rem;
  margin-bottom: -2px;
  margin-bottom: -0.125rem;
  background: url(../images/common/icon-contact.png) no-repeat center/contain;
}

.c-contact-btn p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #f5f5f5;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-copy-right {
  background-color: #1a7dff;
}

.c-copy-right__small {
  display: block;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.7272727273;
  font-weight: 700;
  color: #f5f5f5;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-copy-right__small {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .c-copy-right__small {
    line-height: 1.7692307692;
  }
}
@media screen and (min-width: 768px) {
  .c-copy-right__small {
    letter-spacing: 0.02em;
  }
}

.c-drawer-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-drawer-bg.is-open {
  visibility: visible;
  opacity: 0.5;
}

.c-dual-color {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9.375rem, #1a7dff), color-stop(9.375rem, transparent), color-stop(transparent), to(#1a7dff));
  background: linear-gradient(to bottom, #1a7dff 9.375rem, transparent 9.375rem, transparent calc(100% - 6.875rem), #1a7dff calc(100% - 6.875rem));
}

.c-hamburger {
  z-index: 9999;
  padding: 0;
}

.c-hamburger span {
  position: relative;
  display: block;
  height: var(--drawer-height);
  width: var(--drawer-width);
  background: var(--drawer-color);
  -webkit-transition: ease var(--transition-duration);
  transition: ease var(--transition-duration);
}

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

.c-hamburger span:nth-child(2) {
  margin: var(--drawer-between) 0;
}

.c-hamburger span:nth-child(3) {
  bottom: 0;
}

/*OPEN時の動き*/
.c-hamburger.is-open span:nth-child(1) {
  top: var(--drawer-open-between);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger.is-open span:nth-child(2) {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.c-hamburger.is-open span:nth-child(3) {
  bottom: var(--drawer-open-between);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-head-color {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9.375rem, #ebf2fe), color-stop(9.375rem, transparent));
  background: linear-gradient(to bottom, #ebf2fe 9.375rem, transparent 9.375rem);
}

.c-link-btn {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.7058823529;
  font-weight: 700;
  color: #333;
  position: relative;
  display: inline-block;
  width: 100%;
}

.c-link-btn::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  bottom: -0.1875rem;
  height: 2px;
  height: 0.125rem;
  background-color: #1a7dff;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.c-link-btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-top: 2px solid #1a7dff;
  border-top: 0.125rem solid #1a7dff;
  border-right: 2px solid #1a7dff;
  border-right: 0.125rem solid #1a7dff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-pagetop {
  display: none;
  position: fixed;
  right: 10px;
  right: 0.625rem;
  bottom: 40px;
  bottom: 2.5rem;
  background-color: #1a7dff;
  padding: 25px;
  padding: 1.5625rem;
  cursor: pointer;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .c-pagetop {
    right: 1.25rem;
  }
}

.c-pagetop::before {
  position: absolute;
  top: 20px;
  top: 1.25rem;
  left: 16px;
  left: 1rem;
  content: "";
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  border-top: 7px solid #f5f5f5;
  border-top: 0.4375rem solid #f5f5f5;
  border-right: 7px solid #f5f5f5;
  border-right: 0.4375rem solid #f5f5f5;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-pagetop:hover {
  opacity: 0.7;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.c-pagetop.is-absolute {
  position: absolute;
  bottom: -25px;
  bottom: -1.5625rem;
}

.c-read-more {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
  position: relative;
  padding-right: 26.4px;
  padding-right: 1.65rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-read-more::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  right: 0.0625rem;
  margin: auto;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background-color: #333;
  border-radius: 50%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-read-more::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.5px;
  bottom: 0.03125rem;
  right: 7.5px;
  right: 0.46875rem;
  margin: auto;
  width: 5px;
  width: 0.3125rem;
  height: 5px;
  height: 0.3125rem;
  border-top: 1px solid #f5f5f5;
  border-top: 0.0625rem solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-right: 0.0625rem solid #f5f5f5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-section-header {
  position: relative;
}

.c-section-header__title {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
  text-align: center;
}

.c-section-header__title::after {
  display: block;
  content: attr(data-en);
  position: relative;
  top: -10px;
  top: -0.625rem;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
}

.c-section-header.c-section-header--font-white .c-section-header__title,
.c-section-header.c-section-header--font-white .c-section-header__title::after {
  color: #fff;
}

.c-section-header.c-section-header--my-auto {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .c-section-header.c-section-header--side-adjust {
    -webkit-transform: translateX(-0.5rem);
            transform: translateX(-0.5rem);
  }
}

.c-section-header.c-section-header--smaller {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.c-section-header.c-section-header--smaller .c-section-header__title {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: capitalize;
}

.c-seminar-btn {
  max-width: 269px;
  max-width: 16.8125rem;
  width: 100%;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(17, 17, 17, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(17, 17, 17, .16);
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 31px;
  padding-bottom: 1.9375rem;
}

.c-seminar-btn__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
  text-align: center;
}

.c-seminar-btn__info {
  text-align: center;
  margin-top: 13px;
  margin-top: 0.8125rem;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

.c-seminar-btn__info p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
}

.c-seminar-btn__info p span {
  font-size: 30px;
  font-size: 1.875rem;
}

.c-seminar-btn__text {
  position: relative;
  max-width: 172px;
  max-width: 10.75rem;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.c-seminar-btn__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  right: -0.625rem;
  margin: auto;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  border-top: 2px solid #111;
  border-top: 0.125rem solid #111;
  border-right: 2px solid #111;
  border-right: 0.125rem solid #111;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-seminar-btn__text p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #333;
}

.c-step-contact-btn {
  display: inline-block;
  max-width: min(69.23077vw, 360px);
  max-width: min(69.23077vw, 22.5rem);
  width: 100%;
  background-color: #1a7dff;
}

.c-step-contact-btn a {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 0.3125rem;
  padding-top: 28px;
  padding-top: 1.75rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}

.c-step-contact-btn a::after {
  display: inline-block;
  content: "";
  width: 43px;
  width: 2.6875rem;
  height: 9.5px;
  height: 0.59375rem;
  margin-left: min(5.76923vw, 30px);
  margin-left: min(5.76923vw, 1.875rem);
  margin-bottom: 1px;
  margin-bottom: 0.0625rem;
  background: url(../images/common/icon-arrow.png) no-repeat center/contain;
}

.c-step-contact-btn p {
  font-size: clamp(12px, 2.88462vw, 15px);
  font-size: clamp(0.75rem, 2.88462vw, 0.9375rem);
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  display: inline-block;
}

.c-step-tel-btn {
  display: inline-block;
  max-width: min(69.23077vw, 360px);
  max-width: min(69.23077vw, 22.5rem);
  width: 100%;
}

.c-step-tel-btn a {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 0.3125rem;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
}

.c-step-tel-btn__title {
  font-size: clamp(18px, 4.80769vw, 25px);
  font-size: clamp(1.125rem, 4.80769vw, 1.5625rem);
  line-height: 1;
  font-weight: 700;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.c-step-tel-btn__title span {
  font-weight: 500;
}

.c-step-tel-btn__text {
  font-size: clamp(12px, 2.88462vw, 15px);
  font-size: clamp(0.75rem, 2.88462vw, 0.9375rem);
  line-height: 1.7333333333;
  font-weight: 700;
  color: #333;
}

.c-step-tel-btn.c-step-tel-btn--bg-white {
  background-color: #fff;
}

.c-step-tel-btn.c-step-tel-btn--bg-rightgray {
  background-color: #e2e2e2;
}

.c-text1 {
  font-size: clamp(12px, 3.07692vw, 16px);
  font-size: clamp(0.75rem, 3.07692vw, 1rem);
  line-height: 1.25;
  font-weight: 700;
  color: #333;
}

.c-text2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 700;
  color: #333;
}

.c-title1 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-title1 {
    line-height: 1.7;
  }
}

.c-title2 {
  font-size: clamp(18px, 5.76923vw, 30px);
  font-size: clamp(1.125rem, 5.76923vw, 1.875rem);
  line-height: 1.7;
  font-weight: 700;
}

.c-title3 {
  font-size: clamp(18px, 4.80769vw, 25px);
  font-size: clamp(1.125rem, 4.80769vw, 1.5625rem);
  line-height: 1.72;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-title3 {
    font-size: 1.875rem;
    line-height: 1.7;
  }
}

.c-twitter-btn {
  max-width: 170px;
  max-width: 10.625rem;
  width: 100%;
}

.c-twitter-btn a {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #1a7dff;
  border: 0.0625rem solid #1a7dff;
  border-radius: 0.3125rem;
  background-color: #f5f5f5;
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
}

.c-twitter-btn a::after {
  display: inline-block;
  content: "";
  width: 22px;
  width: 1.375rem;
  height: 18px;
  height: 1.125rem;
  margin-left: 7px;
  margin-left: 0.4375rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  background: url(../images/common/icon-twitter.png) no-repeat center/contain;
}

.c-twitter-btn p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #1a7dff;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.company {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .company {
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
  }
}

.company__dlist {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .company__dlist {
    max-width: none;
    max-width: initial;
  }
}

.company__item {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #111;
  border-bottom: 0.0625rem solid #111;
}
@media screen and (min-width: 768px) {
  .company__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.company__term {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  font-weight: 400;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .company__term {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .company__term {
    line-height: 1.3125;
  }
}
@media screen and (min-width: 768px) {
  .company__term {
    width: 27.2727272727%;
    border-bottom: 0.0625rem solid #111;
    margin-bottom: 0;
    padding-top: 2.1875rem;
    padding-bottom: 1.75rem;
    padding-left: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .company__item:first-child .company__term {
    border-top: 0.0625rem solid #111;
  }
}

.company__description {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  font-weight: 400;
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .company__description {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .company__description {
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .company__description {
    letter-spacing: 0.0625em;
  }
}
@media screen and (min-width: 768px) {
  .company__description {
    width: 70.9090909091%;
    border-bottom: 0.0625rem solid #111;
    margin-left: 1.25rem;
    padding-top: 2.1875rem;
    padding-bottom: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .company__br-sp {
    display: none;
  }
}

.company__description a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  margin-left: auto;
  color: white;
  background-color: #1a7dff;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .company__description a {
    padding: 0.375rem 1rem;
  }
}

.company__description a::after {
  content: "";
  display: block;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  background-color: yellow;
}

@media screen and (min-width: 768px) {
  .company__item:first-child .company__description {
    border-top: 0.0625rem solid #111;
  }
}

.flow-media {
  position: relative;
}

.flow-media:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10%;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 20px 0 20px;
  border-width: 1.3125rem 1.25rem 0 1.25rem;
  border-color: #111 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .flow-media:not(:last-of-type)::after {
    bottom: -25%;
  }
}

.flow-media__inner {
  display: grid;
  grid-template-areas: "number-area title-area" "pic-area pic-area" "body-area body-area" "btn-area btn-area";
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .flow-media__inner {
    grid-template-areas: "number-area title-area pic-area" "number-area body-area pic-area" "number-area btn-area pic-area";
    grid-template-columns: 10% 2fr 1fr;
  }
}

.flow-media__number {
  grid-area: number-area;
  display: grid;
  place-items: center;
  position: relative;
  left: -105px;
  left: -6.5625rem;
  margin-left: auto;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 0.79;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #111;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow-media__number {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .flow-media__number {
    line-height: 0.75;
  }
}
@media screen and (min-width: 768px) {
  .flow-media__number {
    letter-spacing: 0.015625em;
  }
}
@media screen and (min-width: 768px) {
  .flow-media__number {
    display: block;
    margin-top: 0.3125rem;
    left: 0;
    margin-left: 0;
  }
}

.flow-media__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: -60px;
  left: -3.75rem;
  grid-area: title-area;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #111;
}
@media screen and (min-width: 768px) {
  .flow-media__title {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .flow-media__title {
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .flow-media__title {
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 768px) {
  .flow-media__title {
    left: 0;
  }
}

.flow-media__title::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: -80px;
  right: -5rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background-color: red;
}
@media screen and (min-width: 768px) {
  .flow-media__title::after {
    right: -3.125rem;
  }
}

.flow-media__pic {
  grid-area: pic-area;
  position: relative;
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .flow-media__pic {
    height: 12.5rem;
  }
}

.flow-media__pic::before {
  display: block;
  content: "";
  padding-top: 69.8384201077%;
}

.flow-media__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow-media__body {
  grid-area: body-area;
  padding: 24px 0;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .flow-media__body {
    background-color: none;
  }
}

.flow-media__body-text {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -0.0625em;
  font-weight: 400;
  color: #111;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow-media__body-text {
    line-height: 1.5625;
  }
}
@media screen and (min-width: 768px) {
  .flow-media__body-text {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .flow-media__body-br {
    display: none;
  }
}

.flow-media__btn {
  grid-area: btn-area;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .flow-media__btn {
    margin-left: 0;
  }
}

.flow-medias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .flow-medias {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.flow-medias__item {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .flow-medias__item {
    max-width: 100%;
  }
}

.flow-medias__item:first-child {
  margin-top: 0;
}

.flow-medias__item:nth-child(n+2) {
  margin-top: 70px;
  margin-top: 4.375rem;
}

@media screen and (min-width: 768px) {
  .flow-medias__item:nth-child(n+1) {
    margin-top: 0;
  }

  .flow-medias__item:nth-child(n+2) {
    margin-top: 6.5rem;
  }
}
.flow__titlewrapper {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .flow__titlewrapper {
    padding-bottom: 5rem;
  }
}

.flow__title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #111;
}
@media screen and (min-width: 768px) {
  .flow__title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .flow__title {
    line-height: 1.1666666667;
  }
}
@media screen and (min-width: 768px) {
  .flow__title {
    letter-spacing: 0.0208333333em;
  }
}

.flow__flow-medias {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .flow__flow-medias {
    max-width: 56.25rem;
  }
}

@media screen and (min-width: 768px) {
  .mailform dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mailform dl + dl {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .mailform dl + dl {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .mailform dt {
    width: 27.2727272727%;
    padding-top: 1.875rem;
    padding-bottom: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .mailform dl:not(:nth-of-type(4)) dt {
    border-top: 0.0625rem solid #e0e0e0;
  }
}

.mailform dd {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .mailform dd {
    width: 72.7272727273%;
    margin-top: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .mailform dl:not(:nth-of-type(4)) dd {
    border-top: 0.0625rem solid #e0e0e0;
  }
}

.mailform dd input,
.mailform dd select,
.mailform dd textarea {
  color: #969696;
  border: 1px solid #565656;
  background-color: #fff;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
}

@media screen and (min-width: 768px) {
  .mailform .required dt {
    position: relative;
  }
}

.mailform .required dt:after {
  content: "必須";
  color: red;
  display: inline-block;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .mailform .required dt:after {
    position: absolute;
    right: 1.25rem;
  }
}

.mailform__name dd,
.mailform__furigana dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .mailform__name dd,
.mailform__furigana dd {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mailform__name dd span,
.mailform__furigana dd span {
  display: none;
}
@media screen and (min-width: 768px) {
  .mailform__name dd span,
.mailform__furigana dd span {
    display: inline-block;
    text-align: right;
    padding-right: 0.3125rem;
    width: 13.75%;
  }
}

.mailform__name dd input,
.mailform__furigana dd input {
  width: 48.6567164179%;
}
@media screen and (min-width: 768px) {
  .mailform__name dd input,
.mailform__furigana dd input {
    width: 85%;
  }
}

.mailform__mail dd input,
.mailform__mail-confirm dd input,
.mailform__phone dd input,
.mailform__text-multi dd textarea {
  width: 100%;
}

.mailform__mail-confirm dt {
  visibility: hidden;
}

.mailform__mail-confirm dd span {
  display: block;
}

.mailform__text-multi dd textarea {
  height: 200px;
  height: 12.5rem;
}
@media screen and (min-width: 768px) {
  .mailform__text-multi dd textarea {
    height: 18.75rem;
  }
}

.mailform__submit {
  max-width: 240px;
  max-width: 15rem;
  width: 100%;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 2px solid #000;
  border: 0.125rem solid #000;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mailform__submit::after {
  display: block;
  content: "";
  position: relative;
  right: 10px;
  right: 0.625rem;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-top: 2px solid #000;
  border-top: 0.125rem solid #000;
  border-right: 2px solid #000;
  border-right: 0.125rem solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: auto;
}

.mailform__submit input {
  position: relative;
  width: inherit;
  height: inherit;
  text-align: left;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .p-about-sub-media__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 70.125rem;
    width: 100%;
    margin: auto;
  }
}

.p-about-sub-media__pic {
  position: relative;
  max-width: 320px;
  max-width: 20rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-about-sub-media__pic {
    max-width: 28.5rem;
    width: 41.4545454545%;
    margin: 0;
  }
}

.p-about-sub-media__pic::before {
  display: block;
  content: "";
  padding-top: 100%;
}
@media screen and (min-width: 768px) {
  .p-about-sub-media__pic::before {
    padding-top: 89.9122807018%;
  }
}

.p-about-sub-media__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-sub-media__body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 52px;
  margin-top: 3.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-about-sub-media__body {
    max-width: 38.8125rem;
    width: 56.4545454545%;
    margin-top: 0;
    margin-left: 1.8125rem;
    margin-right: 0;
    padding-top: 1.4375rem;
  }
}

.p-about-sub-media__body-titlewrapper {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.3125rem, #1a7dff), color-stop(0.3125rem, transparent));
  background: linear-gradient(to right, #1a7dff 0.3125rem, transparent 0.3125rem);
  padding-left: 21px;
  padding-left: 1.3125rem;
  margin-bottom: 9.6px;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-about-sub-media__body-titlewrapper {
    margin-bottom: 1.5rem;
  }
}

.p-about-sub-media__body-title {
  color: #333;
  -webkit-transform: translateY(-0.5625rem);
          transform: translateY(-0.5625rem);
}
@media screen and (min-width: 768px) {
  .p-about-sub-media__body-title {
    white-space: nowrap;
  }
}

.p-about-sub-media__body-textwrapper {
  padding-left: 21px;
  padding-left: 1.3125rem;
}

.p-about-sub-media__body-textwrapper + .p-about-sub-media__body-textwrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-about-sub__textwrapper {
  margin-top: 23px;
  margin-top: 1.4375rem;
  margin-bottom: 29px;
  margin-bottom: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-about-sub__textwrapper {
    margin-top: 0.9375rem;
    margin-bottom: 4.5625rem;
  }
}

.p-about-sub__text {
  text-align: center;
}

.p-about {
  position: relative;
  background: url(../images/front-page/about-us-bg.jpg) no-repeat center/cover;
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 86px;
  padding-bottom: 5.375rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about {
    width: 50%;
    padding-bottom: 5.5rem;
  }
}

.p-about::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.57;
}

.p-about__contentwrapper {
  position: relative;
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
  padding-top: 18px;
  padding-top: 1.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-about__contentwrapper {
    -webkit-transform: translateX(0.6875rem);
            transform: translateX(0.6875rem);
  }
}

.p-about__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2777777778;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
}

.p-about__textwrapper {
  padding-top: 3px;
  padding-top: 0.1875rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
}

.p-about__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
}

.p-about__link-btn {
  max-width: 160px;
  max-width: 10rem;
  width: 100%;
}

.p-about__link-btn .link-btn {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.02em;
}

@media (min-width: 425px) {
  .p-about__br-sp {
    display: none;
  }
}

.p-about__br-pc {
  display: none;
}
@media (min-width: 425px) {
  .p-about__br-pc {
    display: inline;
  }
}

.p-access-map__google-map {
  position: relative;
  max-width: 455px;
  max-width: 28.4375rem;
  width: 100%;
  margin: auto;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .p-access-map__google-map {
    max-width: none;
    max-width: initial;
    margin-top: 0.9375rem;
  }
}

.p-access-map__google-map::before {
  display: block;
  content: "";
  padding-top: 70.3296703297%;
}
@media screen and (min-width: 768px) {
  .p-access-map__google-map::before {
    padding-top: 30%;
  }
}

.p-access-map__google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-company__items {
  max-width: 470px;
  max-width: 29.375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-company__items {
    max-width: 59.0625rem;
    margin-top: 2.1875rem;
  }
}

.p-company__item + .p-company__item {
  margin-top: -7.8px;
  margin-top: -0.4875rem;
}
@media screen and (min-width: 768px) {
  .p-company__item + .p-company__item {
    margin-top: 0;
  }
}

.p-company__item {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  border-bottom: 3px solid #1a7dff;
  border-bottom: 0.1875rem solid #1a7dff;
}
@media screen and (min-width: 768px) {
  .p-company__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

@media screen and (min-width: 768px) {
  .p-company__item:first-child {
    height: 3.8125rem;
  }
}

.p-company__term {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-company__term {
    width: 25.3968253968%;
    border-bottom: 0.1875rem solid #1a7dff;
    margin-bottom: 0;
    padding-top: 0.9375rem;
    padding-bottom: 1.75rem;
    padding-left: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company__item:first-child .p-company__term {
    border-top: 0.1875rem solid #1a7dff;
  }
}

.p-company__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-company__description {
    line-height: 1.25;
    width: 70.8994708995%;
    border-bottom: 0.0625rem solid #111;
    margin-left: 2.1875rem;
    padding-top: 1.1875rem;
    padding-bottom: 1.75rem;
  }
}

.p-company__description-content + .p-company__description-content {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-company__description-main {
  margin-bottom: -2.8px;
  margin-bottom: -0.175rem;
}

.p-company__description-sub {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #333;
}

.p-company__description-br {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .p-company__item:first-child .p-company__description {
    border-top: 0.0625rem solid #111;
  }
}

.p-contact-sub {
  background-color: #e2e2e2;
}

.p-contact-sub__textwrapper {
  text-align: center;
  margin-top: 28px;
  margin-top: 1.75rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-contact-sub__textwrapper {
    margin-top: -0.075rem;
    margin-bottom: 2.375rem;
  }
}

.p-contact-sub__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
}

.p-contact-sub__text span {
  display: inline-block;
}

.p-contact-sub__btns {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-sub__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 52.375rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-contact-sub__btns > * + * {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-contact-sub__btns > * + * {
    margin-top: 0;
  }
}

.p-contact {
  position: relative;
  background: url(../images/front-page/contact-us-bg.jpg) no-repeat center/cover;
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 92px;
  padding-bottom: 5.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    width: 50%;
    padding-bottom: 4.25rem;
  }
}

.p-contact::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.57;
}

.p-contact__contentwrapper {
  position: relative;
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
  margin-top: -10px;
  margin-top: -0.625rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p-contact__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
}

.p-contact__ctawrapper {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__ctawrapper {
    padding-bottom: 1rem;
  }
}

.p-contact__cta-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6818181818;
  font-weight: 700;
  color: #333;
}

.p-contact__cta-tel::before {
  display: block;
  content: "";
  width: 18px;
  width: 1.125rem;
  height: 19px;
  height: 1.1875rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  background: url(../images/front-page/contact-us__cta-tel-icon.png) no-repeat center/contain;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}

.p-contact__cta-tel::after {
  display: block;
  content: "tel.";
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
  font-weight: 700;
  color: #333;
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-right: 3px;
  margin-right: 0.1875rem;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.p-contact__cta-text1 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
}

.p-contact__cta-text2 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  font-weight: 700;
  color: #333;
}

.p-contact__btn {
  max-width: 320px;
  max-width: 20rem;
  margin: auto;
  background-color: rgba(245, 245, 245, .78);
  border: 2px solid #1a7dff;
  border: 0.125rem solid #1a7dff;
  border-radius: 0.3125rem;
}

.p-contact__btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.3125rem;
  width: inherit;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
}

.p-contact__btn a::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  left: 1.375rem;
  margin: auto;
  width: 21px;
  width: 1.3125rem;
  height: 17px;
  height: 1.0625rem;
  background: url(../images/front-page/contact-us__btn-icon.png) no-repeat center/contain;
}

.p-contact__btn a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  right: 0.5rem;
  margin: auto;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-top: 2px solid #1a7dff;
  border-top: 0.125rem solid #1a7dff;
  border-right: 2px solid #1a7dff;
  border-right: 0.125rem solid #1a7dff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-contact__btn p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #1a7dff;
  text-transform: capitalize;
  -webkit-transform: translateX(0.625rem);
          transform: translateX(0.625rem);
}

.p-contact__br {
  display: inline-block;
}

.p-flow-step {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-flow-step {
    padding: 3.1875rem 8.375rem 3.125rem;
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(17, 17, 17, .16);
            box-shadow: 0 0.1875rem 0.375rem rgba(17, 17, 17, .16);
    background-color: #fff;
  }
}

.p-flow-step__contents {
  position: relative;
  -webkit-transform: translateX(0.625rem);
          transform: translateX(0.625rem);
}
@media screen and (min-width: 768px) {
  .p-flow-step__contents {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.p-flow-step__contents.p-flow-step__contents--disaster {
  -webkit-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
}
@media screen and (min-width: 768px) {
  .p-flow-step__contents.p-flow-step__contents--disaster {
    -webkit-transform: translateY(0.3125rem);
            transform: translateY(0.3125rem);
  }
}

.p-flow-step__contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  top: 1.25rem;
  left: min(9.23077vw, 48px);
  left: min(9.23077vw, 3rem);
  width: 2px;
  width: 0.125rem;
  height: clamp(750px, 165.38462vw, 860px);
  height: clamp(46.875rem, 165.38462vw, 53.75rem);
  /* 縦線 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1a7dff), color-stop(0.25rem, #1a7dff), color-stop(0.25rem, transparent), color-stop(0.25rem, transparent));
  background-image: linear-gradient(to bottom, #1a7dff, #1a7dff 0.25rem, transparent 0.25rem, transparent 0.25rem);
  background-size: 0.5rem 0.5rem;
  /* グラデーションの幅・高さを指定 */
  background-position: left top;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-y;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-flow-step__contents::before {
    left: 3.625rem;
    height: 52.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-flow-step__contents > * + * {
    margin-top: 2.1875rem;
  }
}

.p-flow-step__content:nth-of-type(2) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-flow-step__content:nth-of-type(2) {
    margin-top: 2.125rem;
  }
}

.p-flow-step__contents.p-flow-step__contents--disaster .p-flow-step__content:nth-of-type(2) {
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-flow-step__contents.p-flow-step__contents--disaster .p-flow-step__content:nth-of-type(2) {
    margin-top: 1.8125rem;
  }
}

.p-flow-step__content:nth-of-type(3) {
  margin-top: -5px;
  margin-top: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-flow-step__content:nth-of-type(3) {
    margin-top: 1.4375rem;
  }
}

.p-flow-step__contents.p-flow-step__contents--disaster .p-flow-step__content:nth-of-type(3) {
  margin-top: -16px;
  margin-top: -1rem;
}
@media screen and (min-width: 768px) {
  .p-flow-step__contents.p-flow-step__contents--disaster .p-flow-step__content:nth-of-type(3) {
    margin-top: -0.75rem;
  }
}

.p-flow-step__content:nth-of-type(4) {
  margin-top: -5px;
  margin-top: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-flow-step__content:nth-of-type(4) {
    margin-top: 1.875rem;
  }
}

.p-flow-step__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-flow-step__content-pic {
  width: min(18.84615vw, 98px);
  width: min(18.84615vw, 6.125rem);
}
@media screen and (min-width: 768px) {
  .p-flow-step__content-pic {
    max-width: 7.375rem;
    width: 100%;
  }
}

.p-flow-step__content-body {
  width: min(75vw, 390px);
  width: min(75vw, 24.375rem);
  padding-top: min(5.76923vw, 30px);
  padding-top: min(5.76923vw, 1.875rem);
  margin-left: min(2.11538vw, 11px);
  margin-left: min(2.11538vw, 0.6875rem);
}
@media screen and (min-width: 768px) {
  .p-flow-step__content-body {
    max-width: 35rem;
    width: 100%;
    padding-top: 2.125rem;
    margin-left: 3.0625rem;
  }
}

.p-flow-step__content-title {
  color: #333;
}

.p-flow-step__content-textwrapper {
  padding-top: 13px;
  padding-top: 0.8125rem;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-flow-step__content-textwrapper {
    padding-top: 1.375rem;
    padding-bottom: 2.125rem;
  }
}

.p-flow-step__contents.p-flow-step__contents--disaster .p-flow-step__content-textwrapper {
  padding-bottom: 42px;
  padding-bottom: 2.625rem;
}

.p-flow-step__btns > * + * {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.p-flow__section-header {
  margin-bottom: 63px;
  margin-bottom: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .p-flow__section-header {
    margin-bottom: 0;
  }
}

.p-footer-nav {
  width: 100%;
  height: inherit;
  margin-top: auto;
  margin-bottom: auto;
}

.p-footer-nav__items {
  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;
  height: inherit;
}

.p-footer-nav__item {
  height: inherit;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.p-footer-nav__item a {
  display: block;
  text-align: right;
  width: 100%;
  padding-top: 3px;
  padding-top: 0.1875rem;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
}

.p-footer-nav__btns {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-footer-nav__btns > div + div {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-footer__inner {
  max-width: 1140px;
  max-width: 71.25rem;
  width: 100%;
  padding-top: 55px;
  padding-top: 3.4375rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding-top: 2.9375rem;
    margin-bottom: 1.8125rem;
  }
}

.p-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  width: 10.625rem;
}

.p-footer__logo {
  width: 137px;
  width: 8.5625rem;
  height: inherit;
  margin-top: -2px;
  margin-top: -0.125rem;
  margin-left: 3px;
  margin-left: 0.1875rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin-top: 0.3125rem;
    margin-bottom: 0.625rem;
  }
}

.p-footer__logo a {
  display: grid;
  place-items: center;
  height: inherit;
}

.p-footer__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-footer__title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__title {
    line-height: 1.7222222222;
  }
}

.p-footer__title span {
  display: inline-block;
}

.p-footer__textwrapper {
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__textwrapper {
    padding-top: 0rem;
    padding-bottom: 0.1875rem;
  }
}

.p-footer__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-footer__text {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__text {
    line-height: 1.7333333333;
  }
}

.p-footer__address {
  font-style: normal;
}

.p-footer__address-textwrapper {
  margin-top: 2px;
  margin-top: 0.125rem;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__address-textwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }
}

.p-footer__address-text1 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-footer__address-text1 {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__address-text1 {
    line-height: 1.7333333333;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__address-text1 {
    letter-spacing: 0.02em;
  }
}

.p-footer__address-text2 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.1538461538;
  font-weight: 500;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-footer__address-text2 {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__address-text2 {
    line-height: 1.7333333333;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__address-text2 {
    letter-spacing: 0.02em;
  }
}

.p-header {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.p-header__top {
  max-width: 1100px;
  max-width: 68.75rem;
  width: 100%;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__top {
    padding-left: 0.3125rem;
    padding-right: 0;
  }
}

.p-header__top::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  height: 5rem;
  background-color: #f5f5f5;
  z-index: -1;
}

.p-header__bottom {
  height: 70px;
  height: 4.375rem;
  background-color: #fff;
}

.p-header__logo {
  width: 210px;
  width: 13.125rem;
  height: inherit;
  margin-right: auto;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 15.125rem;
  }
}

.p-header__logo a {
  display: grid;
  place-items: center;
  height: inherit;
}

.p-header__sp-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  width: 18.75rem;
  height: 100vh;
  z-index: 999;
}

.p-header__pc-nav {
  height: inherit;
}

.p-highlight-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 225px;
  height: 14.0625rem;
}
@media screen and (min-width: 768px) {
  .p-highlight-card {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-highlight-card::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(26, 125, 255, .1);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-highlight-card::before {
    top: auto;
    width: 100%;
    height: calc(50% + 6.25rem);
    border-radius: 0.3125rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-highlight-card::before {
    height: 50%;
  }
}

.p-highlight-card__pic {
  position: relative;
  width: 47%;
  margin-top: 22px;
  margin-top: 1.375rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-highlight-card__pic {
    width: auto;
    padding-top: 84.2857142857%;
    margin: 0 0.625rem;
  }
}

.p-highlight-card__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-highlight-card__badge {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #f5f5f5;
  text-transform: uppercase;
  display: block;
  position: absolute;
  display: grid;
  place-items: center;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  border-radius: 50%;
  background-color: #1a7dff;
  z-index: 1;
  top: -8px;
  top: -0.5rem;
  left: -8px;
  left: -0.5rem;
}
@media screen and (min-width: 768px) {
  .p-highlight-card__badge {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-highlight-card__badge {
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-highlight-card__badge {
    top: auto;
    bottom: -0.875rem;
    left: 0.625rem;
  }
}

.p-highlight-card__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 51%;
  padding-top: 18px;
  padding-top: 1.125rem;
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 18px;
  padding-right: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-highlight-card__body {
    width: auto;
    height: 15.625rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-highlight-card__body {
    height: 11.25rem;
  }
}

.p-highlight-card__body-title {
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-highlight-card__body-textwrapper {
  padding-top: 10px;
  padding-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-highlight-card__body-textwrapper {
    padding-top: 0.3125rem;
  }
}

.p-highlight-card__body-text {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  font-weight: 500;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-highlight-card__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  border-top: 1px solid #333;
  border-top: 0.0625rem solid #333;
}

@media screen and (min-width: 768px) {
  .p-mailform-seminar dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-mailform-seminar dl + dl {
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-mailform-seminar dl + dl {
    margin-top: 0;
  }
}

.p-mailform-seminar dt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-mailform-seminar dt {
    width: 23.3160621762%;
    padding-top: 2.25rem;
    padding-bottom: 2.0625rem;
  }
}

.p-mailform-seminar dd select,
.p-mailform-seminar dl:not(.p-mailform-seminar__name) dd input,
.p-mailform-seminar dl:not(.p-mailform-seminar__furigana) dd input,
.p-mailform-seminar dd textarea {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-mailform-seminar dl:not(.p-mailform-seminar__mail-confirm) dt {
    border-top: 0.0625rem solid #707070;
  }
}

.p-mailform-seminar dl:not(.p-mailform-seminar__mail-confirm) dd {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-mailform-seminar dl:not(.p-mailform-seminar__mail-confirm) dd {
    width: 75.1295336788%;
    margin-top: 0;
    padding-top: 1.5625rem;
    padding-bottom: 1.3125rem;
    border-top: 0.0625rem solid #707070;
  }
}

.p-mailform-seminar dd input,
.p-mailform-seminar dd select,
.p-mailform-seminar dd textarea {
  border: 1px solid #707070;
  border: 0.0625rem solid #707070;
  background-color: #f5f5f5;
  padding: 9px 15px 9px;
  padding: 0.5625rem 0.9375rem 0.5625rem;
  border-radius: 0.1875rem;
}

.p-mailform-seminar dd,
.p-mailform-seminar input,
.p-mailform-seminar input::-webkit-input-placeholder,
.p-mailform-seminar textarea,
.p-mailform-seminar textarea::-webkit-input-placeholder,
.p-mailform-seminar select {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.p-mailform-seminar dd,
.p-mailform-seminar input,
.p-mailform-seminar input::-moz-placeholder,
.p-mailform-seminar textarea,
.p-mailform-seminar textarea::-moz-placeholder,
.p-mailform-seminar select {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.p-mailform-seminar dd,
.p-mailform-seminar input,
.p-mailform-seminar input::-ms-input-placeholder,
.p-mailform-seminar textarea,
.p-mailform-seminar textarea::-ms-input-placeholder,
.p-mailform-seminar select {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.p-mailform-seminar dd,
.p-mailform-seminar input,
.p-mailform-seminar input::placeholder,
.p-mailform-seminar textarea,
.p-mailform-seminar textarea::placeholder,
.p-mailform-seminar select {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.p-mailform-seminar input::-webkit-input-placeholder,
.p-mailform-seminar textarea::-webkit-input-placeholder,
.p-mailform-seminar select.is-empty {
  color: rgba(51, 51, 51, .5);
}

.p-mailform-seminar input::-moz-placeholder,
.p-mailform-seminar textarea::-moz-placeholder,
.p-mailform-seminar select.is-empty {
  color: rgba(51, 51, 51, .5);
}

.p-mailform-seminar input::-ms-input-placeholder,
.p-mailform-seminar textarea::-ms-input-placeholder,
.p-mailform-seminar select.is-empty {
  color: rgba(51, 51, 51, .5);
}

.p-mailform-seminar input::placeholder,
.p-mailform-seminar textarea::placeholder,
.p-mailform-seminar select.is-empty {
  color: rgba(51, 51, 51, .5);
}

.p-mailform-seminar input,
.p-mailform-seminar textarea,
.p-mailform-seminar select {
  color: #333;
}

@media screen and (min-width: 768px) {
  .p-mailform-seminar__required dt {
    position: relative;
  }
}

.p-mailform-seminar__required dt:after {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #a52a2a;
  content: "必須";
  display: inline-block;
  margin-left: 7.5px;
  margin-left: 0.46875rem;
}
@media screen and (min-width: 768px) {
  .p-mailform-seminar__required dt:after {
    position: absolute;
    right: 1.25rem;
  }
}

.p-mailform-seminar__seminar-name dd {
  position: relative;
}

.p-mailform-seminar__seminar-name dd::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  right: 1.875rem;
  margin: auto;
  width: 9px;
  width: 0.5625rem;
  height: 9px;
  height: 0.5625rem;
  border-top: 4px solid #111;
  border-top: 0.25rem solid #111;
  border-right: 4px solid #111;
  border-right: 0.25rem solid #111;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-mailform-seminar__name dd,
.p-mailform-seminar__furigana dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-mailform-seminar__name dd,
.p-mailform-seminar__furigana dd {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-mailform-seminar__furigana {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-mailform-seminar__furigana dd {
    position: relative;
  }
}

.p-mailform-seminar__name dd span,
.p-mailform-seminar__furigana dd span {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mailform-seminar__name dd span,
.p-mailform-seminar__furigana dd span {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #333;
    display: inline-block;
    text-align: right;
    padding-right: 0.375rem;
    width: 12.6315789474%;
  }
  @-moz-document url-prefix() {
    .p-mailform-seminar__name dd span,
.p-mailform-seminar__furigana dd span {
      width: 22%;
    }
  }
}

_::-webkit-full-page-media,
_:future,
:root .p-mailform-seminar__name dd span,
:root .p-mailform-seminar__furigana dd span {
  width: 22%;
}

.p-mailform-seminar__name-input,
.p-mailform-seminar__furigana-input {
  max-width: 48.7288135593%;
}
@media screen and (min-width: 768px) {
  .p-mailform-seminar__name-input,
.p-mailform-seminar__furigana-input {
    max-width: 87.7192982456%;
  }
}

.p-mailform-seminar__mail {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-mailform-seminar__mail dd {
    position: relative;
  }
}

.p-mailform-seminar__mail-confirm dt {
  visibility: hidden;
  height: 0;
}

.p-mailform-seminar__mail-confirm dd {
  margin-top: -5px;
  margin-top: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-mailform-seminar__mail-confirm dd {
    width: 75.1295336788%;
  }
}

.p-mailform-seminar__mail-confirm dd span {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #333;
  display: block;
}

.p-mailform-seminar__text-multi dd textarea {
  resize: none;
  height: 200px;
  height: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-mailform-seminar__text-multi dd textarea {
    height: 15.9375rem;
  }
}

.p-mailform-seminar__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8.2px;
  margin-top: 0.5125rem;
}
@media screen and (min-width: 768px) {
  .p-mailform-seminar__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 32.375rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.3125rem;
  }
}

.p-mailform-seminar__btns > * + * {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-mailform-seminar__btns > * + * {
    margin-top: 0;
  }
}

.p-mailform-seminar__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 210px;
  max-width: 13.125rem;
  width: 100%;
  background-color: #fff;
  border: 2px solid #000;
  border: 0.125rem solid #000;
  border-radius: 0.3125rem;
}

.p-mailform-seminar__submit::after {
  display: block;
  content: "";
  position: relative;
  right: 10px;
  right: 0.625rem;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  border-top: 2px solid #000;
  border-top: 0.125rem solid #000;
  border-right: 2px solid #000;
  border-right: 0.125rem solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: auto;
}

.p-mailform-seminar__submit input {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #333;
  position: relative;
  width: inherit;
  height: inherit;
  text-align: left;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-mv {
  position: relative;
  overflow: hidden;
}

.p-mv__pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.p-mv__contentwrapper {
  width: 100%;
  z-index: 10;
  padding-top: 96px;
  padding-top: 6rem;
  padding-bottom: 304px;
  padding-bottom: 19rem;
  padding-left: 27px;
  padding-left: 1.6875rem;
  padding-right: 27px;
  padding-right: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-mv__contentwrapper {
    text-align: center;
    padding-top: 2.1875rem;
    padding-bottom: 17.5rem;
  }
}

.p-mv__titlewrapper {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-mv__titlewrapper {
    padding-bottom: 0rem;
  }
}

.p-mv__title {
  font-family: "Cambria Math", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #f5f5f5;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, .26), -2px 2px 10px rgba(0, 0, 0, .26), 2px -2px 10px rgba(0, 0, 0, .26), -2px -2px 10px rgba(0, 0, 0, .26);
  text-shadow: 0.125rem 0.125rem 0.625rem rgba(0, 0, 0, .26), -0.125rem 0.125rem 0.625rem rgba(0, 0, 0, .26), 0.125rem -0.125rem 0.625rem rgba(0, 0, 0, .26), -0.125rem -0.125rem 0.625rem rgba(0, 0, 0, .26);
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    line-height: 1.2;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__sub-titlewrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-mv__sub-title {
  font-family: "SourceHanSansJP";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #f5f5f5;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, .26), -2px 2px 10px rgba(0, 0, 0, .26), 2px -2px 10px rgba(0, 0, 0, .26), -2px -2px 10px rgba(0, 0, 0, .26);
  text-shadow: 0.125rem 0.125rem 0.625rem rgba(0, 0, 0, .26), -0.125rem 0.125rem 0.625rem rgba(0, 0, 0, .26), 0.125rem -0.125rem 0.625rem rgba(0, 0, 0, .26), -0.125rem -0.125rem 0.625rem rgba(0, 0, 0, .26);
}
@media screen and (min-width: 768px) {
  .p-mv__sub-title {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__sub-title {
    line-height: 1.4666666667;
  }
}

.p-mv__sub-title span {
  display: inline-block;
}

.p-news-posts {
  width: 100%;
  margin: auto;
  height: 300px;
  height: 18.75rem;
  overflow-y: scroll;
}
.p-news-posts::-webkit-scrollbar {
  width: 6px;
  width: 0.375rem;
}
.p-news-posts::-webkit-scrollbar-thumb {
  background: rgba(51, 51, 51, .69);
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-news-posts {
    height: 16.625rem;
    margin-right: 2.8125rem;
  }
}

.p-news-posts__item {
  position: relative;
  width: 94.6502057613%;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .p-news-posts__item {
    width: 96.2580645161%;
    padding-bottom: 1.375rem;
  }
}

.p-news-posts__item::after {
  display: block;
  content: "";
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px dashed #707070;
  border-bottom: 0.0625rem dashed #707070;
}
@media screen and (min-width: 768px) {
  .p-news-posts__item::after {
    bottom: -0.9375rem;
  }
}

.p-news-posts__link {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-news-posts__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-news-posts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-news-posts__info {
    max-width: 12.5rem;
    width: 100%;
  }
}

.p-news-posts__date {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #333;
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news-posts__date {
    margin-top: 0.125rem;
    margin-right: 2.5rem;
  }
}

.p-news-posts__category {
  display: block;
  white-space: nowrap;
  border-radius: 0.3125rem;
  padding: 1px 13px;
  padding: 0.0625rem 0.8125rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #f5f5f5;
}

.p-news-posts__category.p-news-posts__category--bg1 {
  background-color: #e04141;
}

.p-news-posts__category.p-news-posts__category--bg2 {
  background-color: #f8b400;
}

.p-news-posts__category.p-news-posts__category--bg3 {
  background-color: #1a7dff;
}

.p-news-posts__titlewrapper {
  width: 90%;
  padding-top: 14px;
  padding-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-news-posts__titlewrapper {
    max-width: 28rem;
    width: 100%;
    padding-top: 0.125rem;
    padding-left: 2.1875rem;
    margin-right: auto;
  }
}

.p-news-posts__title {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #111;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.p-news-posts__badge {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  font-weight: 500;
  color: #e04141;
  text-transform: uppercase;
}

.p-news-posts__item + .p-news-posts__item {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-news-posts__item + .p-news-posts__item {
    margin-top: 0.625rem;
  }
}

_::-webkit-full-page-media,
_:future,
:root .p-news-posts__item::after {
  bottom: -3px;
  bottom: -0.1875rem;
}
@media screen and (min-width: 768px) {
  _::-webkit-full-page-media,
_:future,
:root .p-news-posts__item::after {
    bottom: -0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-news__news-posts {
  max-width: 600px;
  max-width: 37.5rem;
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-news__news-posts {
    max-width: 48.3125rem;
    margin-top: 0rem;
  }
}

.p-page-header {
  position: relative;
  width: 100%;
  margin-top: 80px;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-page-header {
    margin-top: 9.375rem;
  }
}

.p-page-header.p-page-header--direction-column .p-page-header__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-page-header__pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-header__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, .1), -1px 1px 10px rgba(0, 0, 0, .1), 1px -1px 10px rgba(0, 0, 0, .1), -1px -1px 10px rgba(0, 0, 0, .1);
  text-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0, 0, 0, .1), -0.0625rem 0.0625rem 0.625rem rgba(0, 0, 0, .1), 0.0625rem -0.0625rem 0.625rem rgba(0, 0, 0, .1), -0.0625rem -0.0625rem 0.625rem rgba(0, 0, 0, .1);
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  padding-top: 133px;
  padding-top: 8.3125rem;
  padding-bottom: 137px;
  padding-bottom: 8.5625rem;
}
@media screen and (min-width: 768px) {
  .p-page-header__title {
    font-size: 2.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-header__title {
    line-height: 1.7142857143;
  }
}
@media screen and (min-width: 768px) {
  .p-page-header__title {
    padding-top: 8.1875rem;
    padding-bottom: 8.0625rem;
  }
}

.p-page-header__title::before {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  display: block;
  top: -10px;
  top: -0.625rem;
  content: attr(data-content);
}

.p-pc-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-pc-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: inherit;
}

.p-pc-nav__item {
  max-width: 140px;
  max-width: 8.75rem;
  width: 100%;
  height: inherit;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.p-pc-nav__item a {
  position: relative;
  display: grid;
  place-items: center;
  height: inherit;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #333;
}

.p-pc-nav__item:not(:last-child) a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  width: 0.0625rem;
  height: 20px;
  height: 1.25rem;
  background-color: #707070;
}

.p-pc-nav__item a::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  height: 0.125rem;
  bottom: 30%;
  background: #333;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.p-pc-nav__item:hover a::before {
  width: calc(100% - 2rem);
}

.p-pick-up-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}

.p-pick-up-card__pic {
  position: relative;
  padding-top: 58.8235294118%;
}
@media screen and (min-width: 768px) {
  .p-pick-up-card__pic {
    padding-top: 62.7450980392%;
  }
}

.p-pick-up-card__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-pick-up-card__body {
  padding: 7.2px 7px 11px;
  padding: 0.45rem 0.4375rem 0.6875rem;
}

.p-pick-up-card__body-title {
  text-align: center;
}

.p-pick-up-card__body-textwrapper {
  padding-top: 34px;
  padding-top: 2.125rem;
  padding-bottom: 5.2px;
  padding-bottom: 0.325rem;
}

.p-pick-up-card__body-text {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 500;
  color: #333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-pick-up-card__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.p-pick-up {
  background-color: #e2e2e2;
}

.p-pick-up__textwrapper {
  text-align: center;
  margin-top: -8px;
  margin-top: -0.5rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.p-pick-up__text {
  font-size: clamp(12px, 3.07692vw, 16px);
  font-size: clamp(0.75rem, 3.07692vw, 1rem);
  line-height: 1.25;
  font-weight: 700;
  color: #1a7dff;
}

@media screen and (min-width: 768px) {
  .p-pick-up__swiper-container {
    max-width: 50.3125rem;
  }
}

.p-search-box {
  display: none;
  position: relative;
  max-width: 280px;
  max-width: 17.5rem;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-search-box {
    display: block;
  }
}

.p-search-box::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  right: 1rem;
  margin: auto;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  background: url(../images/common/icon-search.png) no-repeat center/contain;
}

.p-search-box__input {
  padding: 11px 16px;
  padding: 0.6875rem 1rem;
  width: 100%;
  height: 35px;
  height: 2.1875rem;
  background-color: #fff;
  border: 1px solid #707070;
  border: 0.0625rem solid #707070;
  border-radius: 0.75rem;
}

.p-search-box__input::-webkit-input-placeholder {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
}

.p-search-box__input::-moz-placeholder {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
}

.p-search-box__input::-ms-input-placeholder {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
}

.p-search-box__input::placeholder {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
}

.p-search-btn__open {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 34px;
  width: 2.125rem;
  height: 34px;
  height: 2.125rem;
  background: url(../images/common/icon-search.png) no-repeat center/contain;
}

.p-search-btn__close {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 34px;
  width: 2.125rem;
  height: 34px;
  height: 2.125rem;
  background: url(../images/common/icon-close.png) no-repeat center/contain;
}

.p-search-form {
  position: absolute;
  right: 100px;
  right: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  max-width: 15.625rem;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .p-search-form {
    max-width: 18.125rem;
    position: relative;
    right: 0;
  }
}

.p-search-form__search-box {
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-search-form__search-box {
    margin-right: -0.3125rem;
  }
}

.p-search-form__search-btn {
  margin-left: auto;
  margin-right: 20px;
  margin-right: 1.25rem;
}

.p-section-headerwrapper {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-section-headerwrapper {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-section-headerwrapper.p-section-headerwrapper--news {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .p-section-headerwrapper.p-section-headerwrapper--news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 8.75rem;
    width: 100%;
    margin-left: 1.0625rem;
    margin-right: 0rem;
  }
}

.p-section-headerwrapper.p-section-headerwrapper--justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-section-headerwrapper.p-section-headerwrapper--justify-center-sp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .p-section-headerwrapper.p-section-headerwrapper--justify-center-sp {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-section-headerwrapper__link-btn {
  max-width: 212px;
  max-width: 13.25rem;
  width: 100%;
  margin-top: -5px;
  margin-top: -0.3125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-section-headerwrapper__link-btn {
    margin-left: 2.8125rem;
    margin-bottom: 1.25rem;
  }
}

.p-section-headerwrapper__link-btn.p-section-headerwrapper__link-btn--news {
  max-width: 140px;
  max-width: 8.75rem;
  margin-top: -8px;
  margin-top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .p-section-headerwrapper__link-btn.p-section-headerwrapper__link-btn--news {
    margin-left: 0rem;
    margin-top: 0.375rem;
  }
}

.p-section-headerwrapper__text {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: 0.125em;
  font-weight: 400;
  color: blue;
}
@media screen and (min-width: 768px) {
  .p-section-headerwrapper__text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section-headerwrapper__text {
    line-height: 1.1111111111;
  }
}
@media screen and (min-width: 768px) {
  .p-section-headerwrapper__text {
    letter-spacing: 0.0277777778em;
  }
}
@media screen and (min-width: 768px) {
  .p-section-headerwrapper__text {
    text-align: left;
    margin-left: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sectionwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-seminar-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 0 0 0.9375rem rgba(17, 17, 17, .16);
          box-shadow: 0 0 0.9375rem rgba(17, 17, 17, .16);
}

.p-seminar-card__pic {
  position: relative;
  padding-top: 57.8125%;
}

.p-seminar-card__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-seminar-card__body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  padding-top: 0.6875rem;
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-card__body {
    padding-top: 1.125rem;
  }
}

.p-seminar-card__body-title {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.72;
  font-weight: 700;
  color: #1a7dff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-seminar-card__body-title {
    line-height: 1.55;
  }
}

.p-seminar-card__body-textwrapper {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-card__body-textwrapper {
    margin-top: 0.6rem;
  }
}

.p-seminar-card__body-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 700;
  color: #333;
}

.p-seminar-card__body-subtext {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.3333333333;
  font-weight: 500;
  color: #1a7dff;
  text-align: center;
}

.p-seminar-card__btn {
  display: grid;
  place-items: center;
  margin-top: 6.8px;
  margin-top: 0.425rem;
}

.p-seminar-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-seminar-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-seminar-cards__item {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-seminar-cards__item {
    max-width: calc(33.33333% - 2.91667rem);
  }
}

.p-seminar-cards__item:first-child {
  margin-top: 0;
}

.p-seminar-cards__item + .p-seminar-cards__item {
  margin-left: 70px;
  margin-left: 4.375rem;
}

.p-seminar-cards__item:nth-child(1n+1) {
  margin-left: 0;
}

.p-seminar-cards__item:nth-child(n+2) {
  margin-top: 46px;
  margin-top: 2.875rem;
}

@media screen and (min-width: 768px) {
  .p-seminar-cards__item + .p-seminar-cards__item {
    margin-left: 4.375rem;
  }

  .p-seminar-cards__item:nth-child(3n+1) {
    margin-left: 0;
  }

  .p-seminar-cards__item:nth-child(n+1) {
    margin-top: 0;
  }

  .p-seminar-cards__item:nth-child(n+4) {
    margin-top: 2.875rem;
  }
}
.p-seminar-contact {
  background-color: lightgray;
}

.p-seminar-contact__textwrapper {
  text-align: center;
  margin-top: -1px;
  margin-top: -0.0625rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-contact__textwrapper {
    margin-bottom: 4.1875rem;
  }
}

.p-seminar-contact__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #333;
}

.p-seminar-contact__error-message {
  display: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #a52a2a;
}

.p-seminar-contact__step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 342px;
  max-width: 21.375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 38px;
  margin-bottom: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-contact__step {
    margin-bottom: 2.9375rem;
  }
}

.p-seminar-contact__step::before {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  top: 2.1875rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 2px;
  height: 0.125rem;
  background-color: #333;
}

.p-seminar-contact__step img {
  position: relative;
  max-width: 38px;
  max-width: 2.375rem;
  width: 100%;
}

.p-seminar-contact__mailform-seminar {
  max-width: 501px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-seminar-contact__mailform-seminar {
    max-width: 823px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.p-seminar-contact--confirm.l-seminar-contact {
  padding-top: 41px;
  padding-top: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-contact--confirm.l-seminar-contact {
    padding-top: 3.8125rem;
  }
}

.p-seminar-contact--confirm .p-seminar-contact__textwrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 65px;
  margin-bottom: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-contact--confirm .p-seminar-contact__textwrapper {
    margin-bottom: 2.125rem;
  }
}

.p-seminar-contact--confirm .p-seminar-contact__step {
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-contact--confirm .p-seminar-contact__step {
    margin-bottom: 1.75rem;
  }
}

.p-seminar-contact--confirm .p-mailform-seminar {
  background-color: #fff;
  max-width: none;
  max-width: initial;
  padding-top: 21px;
  padding-top: 1.3125rem;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-contact--confirm .p-mailform-seminar {
    max-width: 68.75rem;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.p-seminar-contact--confirm form {
  max-width: 456px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-seminar-contact--confirm form {
    max-width: 823px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .p-seminar-contact--confirm .required dt:after {
    right: 0.25rem;
  }
}

.p-seminar-contact--confirm dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}

@media screen and (min-width: 768px) {
  .p-seminar-contact--confirm .p-mailform-seminar__dd-inner {
    padding-left: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-seminar-contact--confirm .p-mailform-seminar__dd-inner--confirm {
    margin-top: 0.625rem;
  }
}

.p-seminar-contact--confirm .p-mailform-seminar__seminar-name dd,
.p-seminar-contact--confirm .p-mailform-seminar__name dd,
.p-seminar-contact--confirm .p-mailform-seminar__furigana dd {
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-contact--confirm .p-mailform-seminar__seminar-name dd,
.p-seminar-contact--confirm .p-mailform-seminar__name dd,
.p-seminar-contact--confirm .p-mailform-seminar__furigana dd {
    padding-left: 3.125rem;
  }
}

.p-seminar-contact--confirm .p-mailform-seminar__mail dd,
.p-seminar-contact--confirm .p-mailform-seminar__mail-confirm dd,
.p-seminar-contact--confirm .p-mailform-seminar__phone dd,
.p-seminar-contact--confirm .p-mailform-seminar__text-multi dd {
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-seminar-contact--confirm .p-mailform-seminar dl:not(.p-mailform-seminar__mail-confirm) dd {
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-contact--confirm .p-mailform-seminar dl:not(.p-mailform-seminar__mail-confirm) dd {
    margin-top: 0;
  }
}

.p-seminar-contact--confirm .p-mailform-seminar__seminar-name dd::after {
  display: none;
}

.p-seminar-contact--confirm .p-mailform-seminar__name dd,
.p-seminar-contact--confirm .p-mailform-seminar__furigana dd {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}

.p-seminar-contact--confirm .p-mailform-seminar__name dd div:nth-of-type(2),
.p-seminar-contact--confirm .p-mailform-seminar__furigana dd div:nth-of-type(2) {
  margin-left: 25px;
  margin-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-contact--confirm .p-mailform-seminar__name dd div:nth-of-type(2),
.p-seminar-contact--confirm .p-mailform-seminar__furigana dd div:nth-of-type(2) {
    margin-left: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-seminar-contact--confirm .p-mailform-seminar__name dd span,
.p-seminar-contact--confirm .p-mailform-seminar__furigana dd span {
    display: none;
  }
}

.p-seminar-contact--confirm .p-mailform-seminar__mail-confirm dt {
  visibility: visible;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-seminar-contact--confirm .p-mailform-seminar__mail-confirm dt {
    visibility: hidden;
    height: 0;
  }
}

.p-seminar-contact--confirm .p-mailform-seminar__mail-confirm dd {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-contact--confirm .p-mailform-seminar__mail-confirm dd {
    -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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -0.9375rem;
  }
}

.p-seminar-contact--confirm .p-mailform-seminar__mail-confirm dd span {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-seminar-contact--confirm .p-mailform-seminar__mail-confirm dd span {
    display: block;
  }
}

.p-seminar-contact--confirm .p-mailform-seminar__btns {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-contact--confirm .p-mailform-seminar__btns {
    margin-top: 3.375rem;
  }
}

.p-mailform-seminar__browser-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0;
  background-color: #f5f5f5;
  border-radius: 0.3125rem;
}

.p-mailform-seminar__browser-back button {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  font-weight: 700;
  color: #1a7dff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: inherit;
  height: inherit;
  padding-top: 7px;
  padding-top: 0.4375rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-mailform-seminar__browser-back button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  left: 0.625rem;
  margin: auto;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-top: 2px solid #1a7dff;
  border-top: 0.125rem solid #1a7dff;
  border-right: 2px solid #1a7dff;
  border-right: 0.125rem solid #1a7dff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  pointer-events: auto;
}

.p-seminar-contact--confirm .p-mailform-seminar__btns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-seminar-contact--confirm .p-mailform-seminar__browser-back {
  max-width: 220px;
  max-width: 13.75rem;
  width: 100%;
}

.p-seminar-contact--confirm .p-mailform-seminar__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 220px;
  max-width: 13.75rem;
  width: 100%;
  background-color: #a52a2a;
  border: 2px solid #000;
  border: 0.125rem solid #000;
  border-radius: 0.3125rem;
}

.p-seminar-contact--confirm .p-mailform-seminar__submit::after {
  display: none;
}

.p-seminar-contact--confirm .p-mailform-seminar__submit input {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 700;
  color: #fff;
  position: relative;
  width: inherit;
  height: inherit;
  text-align: center;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-seminar-contact--thanks.l-seminar-contact {
  padding-top: 41px;
  padding-top: 2.5625rem;
  padding-bottom: 254px;
  padding-bottom: 15.875rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-contact--thanks.l-seminar-contact {
    padding-top: 3.8125rem;
    padding-bottom: 4.125rem;
  }
}

.p-seminar-contact--thanks .p-seminar-contact__textwrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 66px;
  margin-bottom: 4.125rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-contact--thanks .p-seminar-contact__textwrapper {
    margin-top: 0.125rem;
    margin-bottom: 1.6875rem;
  }
}

.p-seminar-contact__thanks-btn {
  text-align: center;
  max-width: 210px;
  max-width: 13.125rem;
  width: 100%;
  background-color: #fff;
  border: 2px solid #000;
  border: 0.125rem solid #000;
  border-radius: 0.3125rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 96px;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-contact__thanks-btn {
    margin-top: 5rem;
  }
}

.p-seminar-contact__thanks-btn a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 700;
  color: #333;
  display: block;
  position: relative;
  width: inherit;
  height: inherit;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-mailform-seminar__seminar-name .error,
.p-mailform-seminar__name .error,
.p-mailform-seminar__furigana dd div:nth-of-type(2) .error,
.p-mailform-seminar__mail-confirm .error,
.p-mailform-seminar__phone .error,
.p-mailform-seminar__text-multi .error {
  display: none;
}

.p-mailform-seminar__furigana dd div:nth-of-type(1) .error,
.p-mailform-seminar__mail .error {
  position: absolute;
  top: 2px;
  top: 0.125rem;
  white-space: nowrap;
  color: #a52a2a;
}
@media screen and (min-width: 768px) {
  .p-mailform-seminar__furigana dd div:nth-of-type(1) .error,
.p-mailform-seminar__mail .error {
    top: 0.25rem;
  }
}

.p-mailform-seminar__furigana dd div:nth-of-type(1) .error {
  left: 142px;
  left: 8.875rem;
}
@media screen and (min-width: 768px) {
  .p-mailform-seminar__furigana dd div:nth-of-type(1) .error {
    left: 3.125rem;
  }
}

.p-mailform-seminar__mail .error {
  left: 158px;
  left: 9.875rem;
}
@media screen and (min-width: 768px) {
  .p-mailform-seminar__mail .error {
    left: 0.875rem;
  }
}

.p-seminar__contentswrapper {
  text-align: center;
  padding-left: 6px;
  padding-left: 0.375rem;
  max-width: 418px;
  max-width: 26.125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-seminar__contentswrapper {
    background: -webkit-gradient(linear, left top, right top, color-stop(0.3125rem, #1a7dff), color-stop(0.3125rem, transparent));
    background: linear-gradient(to right, #1a7dff 0.3125rem, transparent 0.3125rem);
  }
}

.p-seminar__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.7;
  font-weight: 700;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-seminar__title {
    -webkit-transform: translate(-1.375rem, -0.625rem);
            transform: translate(-1.375rem, -0.625rem);
  }
}

.p-seminar__textwrapper {
  margin-top: 7.8px;
  margin-top: 0.4875rem;
}
@media screen and (min-width: 768px) {
  .p-seminar__textwrapper {
    margin-top: 0.875rem;
  }
}

.p-seminar__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  color: #333;
}

.p-seminar__text span {
  display: inline-block;
}

.p-seminar__seminar-cards {
  max-width: 320px;
  max-width: 20rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 46px;
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-seminar__seminar-cards {
    max-width: none;
    max-width: initial;
    margin-top: 3.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service-about-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 9.375rem;
  }
}

.p-service-about-box > * {
  border-radius: 0.3125rem;
}

.p-service-about-box > * + * {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-service-about-box > * + * {
    margin-top: 0;
    margin-left: 0.3125rem;
  }
}

.p-service-about-box__titlewrapper {
  text-align: center;
  background-color: #ebf2fe;
  padding-top: 63px;
  padding-top: 3.9375rem;
  padding-bottom: 46px;
  padding-bottom: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-service-about-box__titlewrapper {
    display: grid;
    place-items: center;
    height: inherit;
    max-width: 20rem;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-service-about-box__title {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.72;
  font-weight: 700;
  color: #1a7dff;
}

.p-service-about-box__itemswrapper {
  background-color: #ebf2fe;
  padding-top: 26px;
  padding-top: 1.625rem;
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-service-about-box__itemswrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
    max-width: 40rem;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2.125rem;
  }
}

.p-service-about-box__items {
  max-width: 155px;
  max-width: 9.6875rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-service-about-box__items {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-service-about-box__items + .p-service-about-box__items {
    margin-left: 3.5625rem;
  }
}

.p-service-about-box__item {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
}

.p-service-about-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 0 0 0.9375rem rgba(17, 17, 17, .16);
          box-shadow: 0 0 0.9375rem rgba(17, 17, 17, .16);
}

.p-service-about-card__pic {
  position: relative;
  padding-top: 57.8125%;
}

.p-service-about-card__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service-about-card__body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px;
  padding-top: 0.8125rem;
  padding-bottom: 42px;
  padding-bottom: 2.625rem;
}

.p-service-about-card__body-title {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.72;
  font-weight: 700;
  color: #1a7dff;
  text-align: center;
}

.p-service-about-card__body-textwrapper {
  margin-top: 11px;
  margin-top: 0.6875rem;
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
}

.p-service-about-card__body-text + .p-service-about-card__body-text {
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.p-service-about-card__body-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  color: #333;
}

.p-service-about-card__items {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-service-about-card__item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 500;
  color: #333;
  padding-left: 13.5px;
  padding-left: 0.84375rem;
  text-indent: -13.5px;
  text-indent: -0.84375rem;
}

.p-service-about-card__btn {
  display: grid;
  place-items: center;
  margin-top: 42px;
  margin-top: 2.625rem;
}

.p-service-about-grid {
  display: grid;
  grid-template-areas: "item1" "item2" "item3" "item4";
  row-gap: 52px;
  row-gap: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-service-about-grid {
    grid-template-areas: "item1 item2 item3" "item4 item4 item4";
    gap: 6.4375rem 4.375rem;
  }
}

.p-service-about-grid__item1 {
  grid-area: item1;
}

.p-service-about-grid__item2 {
  grid-area: item2;
}

.p-service-about-grid__item3 {
  grid-area: item3;
}

.p-service-about-grid__item4 {
  grid-area: item4;
}
@media screen and (min-width: 768px) {
  .p-service-about-grid__item4 {
    background-color: #fff;
    max-width: 60rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-service-about__service-about-grid {
  max-width: 320px;
  max-width: 20rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-service-about__service-about-grid {
    max-width: none;
    max-width: initial;
  }
}

.p-service-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-service-card__pic {
  position: relative;
  padding-top: 76.0869565217%;
}
@media screen and (min-width: 768px) {
  .p-service-card__pic {
    padding-top: 70.8571428571%;
  }
}

.p-service-card__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(245, 245, 245, .51);
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-service-card__body {
    padding: 0.5rem 1.25rem;
  }
}

.p-service-card__body-title {
  position: relative;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-service-card__body-title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-service-card__body-title {
    line-height: 1.6875;
  }
}

.p-service-card__body::after {
  display: block;
  content: "";
  position: relative;
  top: 0;
  bottom: 0;
  right: -5px;
  right: -0.3125rem;
  margin: auto;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-top: 2px solid #333;
  border-top: 0.125rem solid #333;
  border-right: 2px solid #333;
  border-right: 0.125rem solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-service-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-service-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-service-cards__item {
  width: 100%;
  max-width: calc(50% - 0.78125rem);
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-service-cards__item {
    max-width: calc(33.33333% - 1.04167rem);
  }
}

.p-service-cards__item:first-child {
  margin-top: 0;
}

.p-service-cards__item + .p-service-cards__item {
  margin-left: 25px;
  margin-left: 1.5625rem;
}

.p-service-cards__item:nth-child(2n+1) {
  margin-left: 0;
}

.p-service-cards__item:nth-child(n+3) {
  margin-top: 28px;
  margin-top: 1.75rem;
}

@media screen and (min-width: 768px) {
  .p-service-cards__item + .p-service-cards__item {
    margin-left: 1.5625rem;
  }

  .p-service-cards__item:nth-child(3n+1) {
    margin-left: 0;
  }

  .p-service-cards__item:nth-child(n+2) {
    margin-top: 0;
  }

  .p-service-cards__item:nth-child(n+4) {
    margin-top: 1.75rem;
  }
}
.p-service-common-media__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-service-common-media__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 91.375rem;
    width: 100%;
    margin: auto;
  }
}

.p-service-common-media__pic {
  position: relative;
  max-width: none;
  max-width: initial;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-service-common-media__pic {
    max-width: 45rem;
    width: 50%;
  }
}

.p-service-common-media__pic::before {
  display: block;
  content: "";
  padding-top: 68.7022900763%;
}
@media screen and (min-width: 768px) {
  .p-service-common-media__pic::before {
    padding-top: 50%;
  }
}

.p-service-common-media__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service-common-media__body {
  position: absolute;
  top: -112px;
  top: -7rem;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(17, 17, 17, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(17, 17, 17, .16);
  max-width: min(90vw, 468px);
  max-width: min(90vw, 29.25rem);
  width: 100%;
  background-color: #fff;
  border-radius: 0.3125rem;
  padding-top: 28px;
  padding-top: 1.75rem;
  padding-left: min(1.92308vw, 10px);
  padding-left: min(1.92308vw, 0.625rem);
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-service-common-media__body {
    max-width: 36.75rem;
    top: 3.125rem;
  }
}
@media (min-width: 1366px) {
  .p-service-common-media__body {
    top: 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service-common-media:nth-of-type(odd) .p-service-common-media__body {
    left: 25.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service-common-media:nth-of-type(even) .p-service-common-media__body {
    right: 25.9375rem;
  }
}

.p-service-common-media__body-inner {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.3125rem, #1a7dff), color-stop(0.3125rem, transparent));
  background: linear-gradient(to right, #1a7dff 0.3125rem, transparent 0.3125rem);
  padding-left: min(4.23077vw, 22px);
  padding-left: min(4.23077vw, 1.375rem);
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-service-common-media__body-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    position: relative;
    padding-left: 0.625rem;
    padding-bottom: 0;
  }
}

.p-service-common-media__body-number {
  font-size: clamp(20px, 7.69231vw, 40px);
  font-size: clamp(1.25rem, 7.69231vw, 2.5rem);
  line-height: 1.7;
  font-weight: 700;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-service-common-media__body-number {
    font-size: 3.125rem;
    line-height: 1.7;
    -webkit-transform: translateY(-0.75rem);
            transform: translateY(-0.75rem);
  }
}

.p-service-common-media__body-contentswrapper {
  margin-top: -13px;
  margin-top: -0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-service-common-media__body-contentswrapper {
    position: relative;
    margin-top: 0;
    padding-left: 3.125rem;
    padding-bottom: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service-common-media__body-contentswrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 1.4375rem;
    bottom: 0;
    width: 0.3125rem;
    background-color: #1a7dff;
  }
}

@media screen and (min-width: 768px) {
  .p-service-common-media__body-titlewrapper {
    margin-bottom: 0.25rem;
  }
}

.p-service-common-media__body-title {
  color: #1a7dff;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

.p-service-common-media:nth-of-type(even) .p-service-common-media__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-service-common-medias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-service-common-medias {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-service-common-medias__item {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-service-common-medias__item {
    max-width: 100%;
  }
}

.p-service-common-medias__item:first-child {
  margin-top: 0;
}

.p-service-common-medias__item:nth-child(n+2) {
  margin-top: 152px;
  margin-top: 9.5rem;
}

@media screen and (min-width: 768px) {
  .p-service-common-medias__item:nth-child(n+1) {
    margin-top: 0;
  }

  .p-service-common-medias__item:nth-child(n+2) {
    margin-top: 6rem;
  }
}
.p-service-common__section-header {
  margin-bottom: 130px;
  margin-bottom: 8.125rem;
}
@media screen and (min-width: 768px) {
  .p-service-common__section-header {
    margin-bottom: 0;
  }
}

.p-service-common__service-common-medias {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-service-common__service-common-medias {
    max-width: none;
    max-width: initial;
  }
}

.p-service-tab {
  height: 45px;
  height: 2.8125rem;
}
@media (min-width: 424px) {
  .p-service-tab {
    height: 2.5rem;
  }
}

.p-service-tab__text {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.7058823529;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
  background-color: #e2e2e2;
  cursor: pointer;
  display: grid;
  place-items: center;
  height: inherit;
  padding: 0;
  margin: 0;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 5px;
  border-top-right-radius: 0.3125rem;
}

.p-service-tab:last-child .p-service-tab__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
}

.p-service-tab__text[aria-selected=true] {
  color: #f5f5f5;
  background: #1a7dff;
}

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

.p-service-tabs__item {
  width: 100%;
  max-width: calc(33.33333% - 0.41667rem);
}

.p-service-tabs__item + .p-service-tabs__item {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.p-service-tabs__item:nth-child(3n+1) {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .p-service__service-tabs {
    max-width: 43.4375rem;
    width: 100%;
    margin-left: auto;
  }
}

.p-solution__titlewrapper1 {
  background-color: #1a7dff;
  text-align: center;
  padding-top: 123px;
  padding-top: 7.6875rem;
  padding-bottom: 52px;
  padding-bottom: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-solution__titlewrapper1 {
    padding-top: 3.125rem;
    padding-bottom: 3rem;
  }
}

.p-solution__titlewrapper2 {
  background-color: #1a7dff;
  text-align: center;
  padding-top: 118px;
  padding-top: 7.375rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-solution__titlewrapper2 {
    padding-top: 3.125rem;
    padding-bottom: 3rem;
  }
}

.p-solution__title {
  color: #fff;
}

.p-solution__textwrapper1 {
  text-align: center;
  margin-top: 28px;
  margin-top: 1.75rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-solution__textwrapper1 {
    margin-top: 5rem;
    margin-bottom: 5.125rem;
  }
}

.p-solution__textwrapper2 {
  text-align: center;
  margin-top: 28px;
  margin-top: 1.75rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-solution__textwrapper2 {
    margin-top: 5rem;
    margin-bottom: 5.125rem;
  }
}

.p-solution__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 700;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-solution__text {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-solution__text {
    line-height: 1.5;
  }
}

.p-solution__text span {
  display: inline-block;
}

.p-sp-nav {
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 90px;
  padding-right: 5.625rem;
  background-color: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.p-sp-nav__items {
  margin-top: 155px;
  margin-top: 9.6875rem;
}

.p-sp-nav__item:not(:last-child) {
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
}

.p-sp-nav__item a {
  position: relative;
  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;
  max-width: 170px;
  max-width: 10.625rem;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7222222222;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #333;
}

.p-sp-nav__item a::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  bottom: 1px;
  bottom: 0.0625rem;
  background-color: #1a7dff;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.p-sp-nav__item a::after {
  display: block;
  content: "";
  position: relative;
  right: 5px;
  right: 0.3125rem;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-top: 2px solid #1a7dff;
  border-top: 0.125rem solid #1a7dff;
  border-right: 2px solid #1a7dff;
  border-right: 0.125rem solid #1a7dff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-sp-nav__btns {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-sp-nav__btns > div + div {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-sp-nav.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.is-fixed {
  overflow: hidden;
}

.p-tab-content {
  background-color: #1a7dff;
}

.p-tab-content__item {
  display: none;
}

.p-tab-content__item[aria-hidden=false] {
  display: block;
  -webkit-animation: fade 0.5s ease;
          animation: fade 0.5s ease;
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-bottom: 55px;
  padding-bottom: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-tab-content__item[aria-hidden=false] {
    padding-top: 4.25rem;
    padding-bottom: 4.1875rem;
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-trouble-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0.125rem 0.125rem 0.1875rem rgba(17, 17, 17, .4), 0.75rem 0.6875rem 0rem 0 #1a7dff;
          box-shadow: 0.125rem 0.125rem 0.1875rem rgba(17, 17, 17, .4), 0.75rem 0.6875rem 0rem 0 #1a7dff;
  border-radius: 0.625rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .p-trouble-card.p-trouble-card--disaster {
    padding-bottom: 0;
  }
}

.p-trouble-card__pic {
  text-align: center;
}

.p-trouble-card__pic img {
  display: inline-block;
  max-width: 67px;
  max-width: 4.1875rem;
  -webkit-transform: translateX(0.3125rem);
          transform: translateX(0.3125rem);
}

.p-trouble-card__body-titlewrapper {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.p-trouble-card__body-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3333333333;
  font-weight: 700;
  color: #1a7dff;
  text-align: center;
}

.p-trouble-card__body-title span {
  display: inline-block;
}

.p-trouble-card__body-textwrapper1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.p-trouble-card__body-textwrapper2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}

.p-trouble-card__body-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  color: #333;
}

.p-trouble-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-trouble-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-trouble-cards__item {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-trouble-cards__item {
    max-width: calc(33.33333% - 1.45833rem);
  }
}

.p-trouble-cards__item:first-child {
  margin-top: 0;
}

.p-trouble-cards__item + .p-trouble-cards__item {
  margin-left: 35px;
  margin-left: 2.1875rem;
}

.p-trouble-cards__item:nth-child(1n+1) {
  margin-left: 0;
}

.p-trouble-cards__item:nth-child(n+2) {
  margin-top: 57px;
  margin-top: 3.5625rem;
}

@media screen and (min-width: 768px) {
  .p-trouble-cards__item + .p-trouble-cards__item {
    margin-left: 2.1875rem;
  }

  .p-trouble-cards__item:nth-child(3n+1) {
    margin-left: 0;
  }

  .p-trouble-cards__item:nth-child(n+1) {
    margin-top: 0;
  }

  .p-trouble-cards__item:nth-child(n+4) {
    margin-top: 3.5625rem;
  }
}
.p-trouble__textwrapper1 {
  text-align: center;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-trouble__textwrapper1 {
    margin-top: 3.1875rem;
    margin-bottom: 3rem;
  }
}

.p-trouble__textwrapper2 {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 54px;
  margin-bottom: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-trouble__textwrapper2 {
    margin-top: 3.1875rem;
    margin-bottom: 3.5rem;
  }
}

.p-trouble__text span {
  display: inline-block;
}

.p-trouble__title {
  color: #333;
  text-align: center;
}

.p-trouble__title span {
  color: #1a7dff;
}

.p-trouble__content {
  position: relative;
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 145px;
  padding-bottom: 9.0625rem;
}
@media screen and (min-width: 768px) {
  .p-trouble__content {
    padding-top: 2.75rem;
    padding-bottom: 9.25rem;
  }
}

.p-trouble__content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ebf2fe;
  -webkit-clip-path: polygon(100% 0, calc(50% + 46.25rem) calc(50% + 18.125rem), 50% 100%, calc(50% - 46.25rem) calc(50% + 18.125rem), 0 0);
          clip-path: polygon(100% 0, calc(50% + 46.25rem) calc(50% + 18.125rem), 50% 100%, calc(50% - 46.25rem) calc(50% + 18.125rem), 0 0);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-trouble__content::after {
    -webkit-clip-path: polygon(calc(50% + 65.3125rem) 0, calc(50% - 65.3125rem) 0, 50% 100%);
            clip-path: polygon(calc(50% + 65.3125rem) 0, calc(50% - 65.3125rem) 0, 50% 100%);
  }
}

.p-trouble__trouble-cards {
  max-width: 340px;
  max-width: 21.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-trouble__trouble-cards {
    max-width: none;
    max-width: initial;
    margin-top: 2.3125rem;
  }
}

.pick-up-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pick-up-card__pic {
  position: relative;
  padding-top: 66.5671641791%;
}
@media screen and (min-width: 768px) {
  .pick-up-card__pic {
    padding-top: 66.5714285714%;
  }
}

.pick-up-card__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pick-up-card__body {
  position: relative;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.pick-up-card__body-titlewrapper {
  padding: 0 15px;
  padding: 0 0.9375rem;
}

.pick-up-card__body-title {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.9444444444;
  letter-spacing: 0.0555555556em;
  font-weight: 500;
  color: #333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pick-up-card__body-text {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.0714285714em;
  font-weight: 400;
  color: #333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pick-up-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .pick-up-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.pick-up-cards__item {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .pick-up-cards__item {
    max-width: calc(33.33333% - 1.66667rem);
  }
}

.pick-up-cards__item + .pick-up-cards__item {
  margin-left: 1px;
  margin-left: 0.0625rem;
}

.pick-up-cards__item:nth-child(1n+1) {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .pick-up-cards__item + .pick-up-cards__item {
    margin-left: 2.5rem;
  }

  .pick-up-cards__item:nth-child(3n+1) {
    margin-left: 0;
  }
}
.pick-up {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  background-color: lightgray;
}
@media screen and (min-width: 768px) {
  .pick-up {
    padding-bottom: 6.25rem;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, lightgray), color-stop(50%, transparent));
    background: linear-gradient(to top, lightgray 50%, transparent 50%);
  }
}

.pick-up__pick-up-cards {
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .pick-up__pick-up-cards {
    max-width: none;
    max-width: initial;
    margin-top: 3.125rem;
  }
}

.solution-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.solution-card__pic {
  position: relative;
  padding-top: 100%;
}

.solution-card__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.solution-card__body {
  position: relative;
  padding-top: 10px;
  padding-top: 0.625rem;
  text-align: center;
}

.solution-card__body-title {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  letter-spacing: -0.0555555556em;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.solution-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .solution-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.solution-cards__item {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .solution-cards__item {
    max-width: calc(33.33333% - 1.66667rem);
  }
}

.solution-cards__item:first-child {
  margin-top: 0;
}

.solution-cards__item + .solution-cards__item {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.solution-cards__item:nth-child(1n+1) {
  margin-left: 0;
}

.solution-cards__item:nth-child(n+2) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .solution-cards__item + .solution-cards__item {
    margin-left: 2.5rem;
  }

  .solution-cards__item:nth-child(3n+1) {
    margin-left: 0;
  }

  .solution-cards__item:nth-child(n+1) {
    margin-top: 0;
  }

  .solution-cards__item:nth-child(n+4) {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .solution-cards__item:nth-of-type(2) {
    position: relative;
    top: -6.25rem;
  }
}

.solution {
  position: relative;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  background-color: #1a7dff;
}

.solution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 45px 0 45px;
  border-width: 2.8125rem 2.8125rem 0 2.8125rem;
  border-color: #fff transparent transparent transparent;
}

.solution__titlewrapper {
  background-color: #1a7dff;
  padding-top: 123px;
  padding-top: 7.6875rem;
  padding-bottom: 52px;
  padding-bottom: 3.25rem;
}
@media screen and (min-width: 768px) {
  .solution__titlewrapper {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.solution__title {
  color: #fff;
  text-align: center;
}

.solution__title::before,
.solution__title::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  width: 2.1875rem;
  height: 2px;
  height: 0.125rem;
  background-color: #fff;
}

.solution__title::before {
  left: 0;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.solution__title::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.solution__title span {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .solution__title span {
    font-size: 1.75rem;
  }
}

.solution__textwrapper {
  text-align: center;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .solution__textwrapper {
    padding-bottom: 11.25rem;
  }
}

.solution__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.0533333333;
  letter-spacing: 0.0666666667em;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .solution__text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .solution__text {
    line-height: 1.3333333333;
  }
}
@media screen and (min-width: 768px) {
  .solution__text {
    letter-spacing: 0.0277777778em;
  }
}

.solution__solution-cards {
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .solution__solution-cards {
    max-width: none;
    max-width: initial;
  }
}

.sub-contact-us {
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  background-color: lightgray;
}

.sub-contact-us__textwrapper {
  text-align: center;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.sub-contact-us__step-img {
  max-width: 350px;
  max-width: 21.875rem;
  width: 100%;
  height: 50px;
  height: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  background-color: red;
}

.sub-contact-us__mailform {
  max-width: 630px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .sub-contact-us__mailform {
    max-width: 950px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.trouble-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 1px solid #000;
  border: 0.0625rem solid #000;
  border-radius: 0.625rem;
}

.trouble-card::before {
  content: "";
  position: absolute;
  margin: 0;
  bottom: -30px;
  bottom: -1.875rem;
  left: 50px;
  left: 3.125rem;
  width: 0;
  height: 0;
  border-top: 40px solid #fff;
  border-top: 2.5rem solid #fff;
  border-left: 21px solid transparent;
  border-left: 1.3125rem solid transparent;
  border-right: 12px solid transparent;
  border-right: 0.75rem solid transparent;
  -webkit-transform: rotate(-30deg) translateY(-0.125rem);
          transform: rotate(-30deg) translateY(-0.125rem);
  z-index: 0;
}

.trouble-card::after {
  content: "";
  position: absolute;
  margin: 0;
  bottom: -30px;
  bottom: -1.875rem;
  left: 50px;
  left: 3.125rem;
  width: 0;
  height: 0;
  border-top: 40px solid #666;
  border-top: 2.5rem solid #666;
  border-left: 21px solid transparent;
  border-left: 1.3125rem solid transparent;
  border-right: 12px solid transparent;
  border-right: 0.75rem solid transparent;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .trouble-card:nth-of-type(2):before,
.trouble-card:nth-of-type(2)::after {
    left: auto;
    right: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .trouble-card:nth-of-type(3)::before {
    -webkit-transform: rotate(30deg) translateY(-0.125rem);
            transform: rotate(30deg) translateY(-0.125rem);
  }
}

@media screen and (min-width: 768px) {
  .trouble-card:nth-of-type(3)::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}

.trouble-card__body {
  position: relative;
  padding: 15px 0;
  padding: 0.9375rem 0;
  text-align: center;
}

.trouble-card__body-title {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.9444444444;
  letter-spacing: 0.0555555556em;
  font-weight: 500;
  color: blue;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.trouble-card__body-text {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.0714285714em;
  font-weight: 400;
  color: #333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.trouble-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .trouble-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.trouble-cards__item {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .trouble-cards__item {
    max-width: 33.33333%;
  }
}

.trouble-cards__item:first-child {
  margin-top: 0;
}

.trouble-cards__item:nth-child(n+2) {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

@media screen and (min-width: 768px) {
  .trouble-cards__item:nth-child(n+1) {
    margin-top: 0;
  }

  .trouble-cards__item:nth-child(n+4) {
    margin-top: 2.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .trouble-cards__item:nth-of-type(2),
.trouble-cards__item:nth-of-type(3) {
    position: relative;
    bottom: -15.625rem;
  }
}

@media screen and (min-width: 768px) {
  .trouble-cards__item:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 768px) {
  .trouble-cards__item:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 768px) {
  .trouble-cards__item:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.trouble {
  position: relative;
}

.trouble__textwrapper {
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .trouble__textwrapper {
    margin-top: 3.6875rem;
    margin-bottom: 3.4375rem;
  }
}

.trouble__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 700;
  color: #333;
}

@media screen and (min-width: 768px) {
  .trouble__text br {
    display: none;
  }
}

.trouble__text span {
  display: inline-block;
}

.trouble__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .trouble__title {
    line-height: 1.7;
  }
}

.trouble__title span {
  color: #1a7dff;
}

.trouble__title span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 5px solid skyblue;
  border-bottom: 0.3125rem solid skyblue;
  z-index: -1;
}

.trouble__trouble-cards {
  max-width: 450px;
  max-width: 28.125rem;
  width: 100%;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .trouble__trouble-cards {
    max-width: none;
    max-width: initial;
    margin-bottom: 3.125rem;
  }
}

.trouble__pic {
  display: none;
}
@media screen and (min-width: 768px) {
  .trouble__pic {
    display: block;
    position: relative;
    max-width: 18.75rem;
    width: 100%;
    height: 18.75rem;
    margin: auto;
  }
}

.trouble__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-about-sub {
  padding-top: 31px;
  padding-top: 1.9375rem;
  padding-bottom: 52px;
  padding-bottom: 3.25rem;
}
@media screen and (min-width: 768px) {
  .l-about-sub {
    padding-bottom: 5.125rem;
  }
}

.l-access-map {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .l-access-map {
    margin-top: 4.0625rem;
  }
}

.l-company {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .l-company {
    margin-top: 5rem;
  }
}

.l-contact-sub {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 89px;
  padding-bottom: 5.5625rem;
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .l-contact-sub {
    padding-top: 2rem;
    padding-bottom: 4rem;
    margin-top: 5.125rem;
  }
}

.l-flow1 {
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 58px;
  padding-bottom: 3.625rem;
}
@media screen and (min-width: 768px) {
  .l-flow1 {
    padding-top: 1.6875rem;
    padding-bottom: 7.3125rem;
  }
}

.l-flow2 {
  padding-top: 43px;
  padding-top: 2.6875rem;
  padding-bottom: 58px;
  padding-bottom: 3.625rem;
}
@media screen and (min-width: 768px) {
  .l-flow2 {
    padding-top: 0.75rem;
    padding-bottom: 7.3125rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.l-highlight {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-highlight {
    margin-top: 2.8125rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-mv {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-mv {
    margin-top: 9.375rem;
  }
}

.l-news {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-news {
    margin-top: 6.5rem;
  }
}

.l-pick-up {
  padding-top: 31px;
  padding-top: 1.9375rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-pick-up {
    padding-top: 2.625rem;
    padding-bottom: 2.1875rem;
  }
}

.l-sectionwrapper {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .l-sectionwrapper {
    margin-top: 5rem;
  }
}

.l-seminar-contact {
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-seminar-contact {
    padding-top: 3.875rem;
  }
}

.l-seminar {
  padding-top: 34px;
  padding-top: 2.125rem;
  padding-bottom: 105px;
  padding-bottom: 6.5625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1a7dff));
  background: linear-gradient(to bottom, transparent calc(100% - 9.375rem), #1a7dff calc(100% - 9.375rem));
}
@media screen and (min-width: 768px) {
  .l-seminar {
    padding-top: 2.8125rem;
    padding-bottom: 4.8125rem;
  }
}

.l-service-about {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .l-service-about {
    padding-bottom: 6.5625rem;
  }
}

.l-service-common1 {
  padding-top: 23px;
  padding-top: 1.4375rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-service-common1 {
    padding-bottom: 8rem;
  }
}

.l-service-common2 {
  padding-top: 23px;
  padding-top: 1.4375rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-service-common2 {
    padding-bottom: 8rem;
  }
}

.l-service {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-service {
    margin-top: 2.125rem;
  }
}

.l-solution1 {
  position: relative;
  margin-top: -88px;
  margin-top: -5.5rem;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .l-solution1 {
    margin-top: -1.875rem;
  }
}

.l-solution2 {
  position: relative;
  margin-top: -60px;
  margin-top: -3.75rem;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .l-solution2 {
    margin-top: -1.875rem;
  }
}

.u-br-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-br-pc {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .u-br-sp {
    display: none;
  }
}

.u-mt-adjust1 {
  margin-top: 98px;
  margin-top: 6.125rem;
}

.u-mt-adjust2 {
  margin-top: 46px;
  margin-top: 2.875rem;
}

.u-mt55 {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.u-mt65 {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.u-pb35 {
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .u-whiteSpace-noWrap-pc {
    white-space: nowrap;
  }
}

.u-whiteSpace-noWrap {
  white-space: nowrap;
}
/*# sourceMappingURL=styles.css.map */
