@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("/rpo/lp/wp-content/themes/template_theme/assets/media/files/fonts/NotoSansJP-Regular-Subset.woff2")
    format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("/rpo/lp/wp-content/themes/template_theme/assets/media/files/fonts/NotoSansJP-Bold-Subset.woff2")
    format("woff2");
}
@font-face {
  font-family: "Noto Serif JP";
  font-weight: 400;
  src: url("/rpo/lp/wp-content/themes/template_theme/assets/media/files/fonts/NotoSerifJP-Regular.woff2")
    format("woff2");
}
@font-face {
  font-family: "Noto Serif JP";
  font-weight: 500;
  src: url("/rpo/lp/wp-content/themes/template_theme/assets/media/files/fonts/NotoSerifJP-Medium.woff2")
    format("woff2");
}
@font-face {
  font-family: "Noto Serif JP";
  font-weight: 600;
  src: url("/rpo/lp/wp-content/themes/template_theme/assets/media/files/fonts/NotoSerifJP-SemiBold.woff2")
    format("woff2");
}
@font-face {
  font-family: "Noto Serif JP";
  font-weight: 700;
  src: url("/rpo/lp/wp-content/themes/template_theme/assets/media/files/fonts/NotoSerifJP-Bold.woff2")
    format("woff2");
}
body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p,
figure,
fieldset {
  margin: 0px;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: inherit;
  text-underline-offset: 3px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  display: block;
}
input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  -webkit-appearance: none;
}
select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
button {
  cursor: pointer;
}
em,
b,
i,
strong {
  display: inline;
  font-style: inherit;
  font-weight: inherit;
}
* {
  box-sizing: border-box;
}
a {
  color: #000;
  text-decoration: none;
}
.c-acc {
  margin-top: 1.0416666667vw;
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
@media only screen and (max-width: 1271px) {
  .c-acc {
    margin-top: 2.6041666667vw;
    gap: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-acc {
    margin-top: 4.2666666667vw;
    gap: 4.2666666667vw;
  }
}
.c-acc__item {
  border: solid 1px #0ef;
  border-radius: 0.4166666667vw;
  overflow: hidden;
}
@media only screen and (max-width: 1271px) {
  .c-acc__item {
    border-radius: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-acc__item {
    border-radius: 2.1333333333vw;
  }
}
.c-acc__btn {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.7291666667vw 1.9791666667vw 0.7291666667vw 2.0833333333vw;
  font-size: 0.8333333333vw;
  font-weight: 700;
  cursor: pointer;
  background: #fff;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 1271px) {
  .c-acc__btn {
    padding: 1.8229166667vw 4.9479166667vw 1.8229166667vw 5.2083333333vw;
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-acc__btn {
    padding: 3.7333333333vw 10.1333333333vw 3.7333333333vw 10.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.c-acc__btn::before {
  content: "Q";
  position: absolute;
  top: 0.9375vw;
  left: 1.09375vw;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  color: #0ef;
}
@media only screen and (max-width: 1271px) {
  .c-acc__btn::before {
    top: 2.34375vw;
    left: 2.734375vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-acc__btn::before {
    top: 4.8vw;
    left: 5.6vw;
  }
}
.c-acc__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9375vw;
  width: 0.625vw;
  height: 0.3645833333vw;
  background: url("/rpo/lp/wp-content/themes/template_theme/media/images/workcation/svg-bottom-arrow.svg")
    center/contain no-repeat;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .c-acc__btn::after {
    right: 2.34375vw;
    width: 1.5625vw;
    height: 0.9114583333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-acc__btn::after {
    right: 4.8vw;
    width: 3.2vw;
    height: 1.8666666667vw;
  }
}
.c-acc__btn[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}
.c-acc__btn[aria-expanded="true"] + .c-acc__cont::before {
  opacity: 1;
}
.c-acc__btn-txt {
  padding-top: 0.08em;
}
.c-acc__cont {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.c-acc__txt {
  padding: 0 0.9375vw 0.8333333333vw 2.0833333333vw;
  position: relative;
}
@media only screen and (max-width: 1271px) {
  .c-acc__txt {
    padding: 0 2.34375vw 2.0833333333vw 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-acc__txt {
    padding: 0 4.8vw 4.2666666667vw 10.6666666667vw;
  }
}
.c-acc__txt::before {
  content: "A";
  position: absolute;
  top: 0vw;
  left: 1.09375vw;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
}
@media only screen and (max-width: 1271px) {
  .c-acc__txt::before {
    left: 2.734375vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-acc__txt::before {
    left: 5.6vw;
  }
}
.c-btn-cntr {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn {
  width: 15.625vw;
  height: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vh;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .c-btn {
    width: 39.0625vw;
    height: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn {
    width: 91.4666666667vw;
    height: 16vw;
  }
}
@media only screen and (min-width: 1272px) {
  .c-btn:hover {
    background-color: #fff;
  }
}
.c-btn__txt {
  font-weight: 700;
  font-size: 0.8333333333vw;
  color: #fff;
  padding-right: 1.0416666667vw;
  position: relative;
  transition: color 0.5s;
}
@media only screen and (max-width: 1271px) {
  .c-btn__txt {
    font-size: 2.0833333333vw;
    padding-right: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn__txt {
    font-size: 4.2666666667vw;
    padding-right: 5.3333333333vw;
  }
}
.c-btn__txt::after {
  content: "";
  position: absolute;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  top: calc(50% - 0.0520833333vw);
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media only screen and (max-width: 1271px) {
  .c-btn__txt::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    top: calc(50% - 0.1302083333vw);
  }
}
@media only screen and (max-width: 767px) {
  .c-btn__txt::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    top: calc(50% - 0.2666666667vw);
  }
}
.c-bread {
  width: calc(100% - 7.0833333333vw);
  position: absolute;
  top: 1.3541666667vw;
  left: 3.5416666667vw;
}
@media only screen and (max-width: 1271px) {
  .c-bread {
    width: calc(100% - 7.8125vw);
    top: 3.3854166667vw;
    left: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-bread {
    display: none;
  }
}
.c-bread__list {
  display: flex;
  gap: 1.0416666667vw;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 1271px) {
  .c-bread__list {
    gap: 2.6041666667vw;
  }
}
.c-bread__list::-webkit-scrollbar {
  background: #0ef;
  height: 6px;
  border-radius: 3px;
}
.c-bread__list::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 1px solid #0ef;
  border-radius: 3px;
}
.c-bread__item {
  position: relative;
  white-space: nowrap;
}
.c-bread__item + .c-bread__item::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.0520833333vw);
  left: -0.625vw;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
}
@media only screen and (max-width: 1271px) {
  .c-bread__item + .c-bread__item::before {
    top: calc(50% - 0.1302083333vw);
    left: -1.5625vw;
  }
}
.c-cap {
  background-color: rgba(0, 0, 0, 0.6);
  height: clamp(36px, 1.875vw, 1.875vw);
  padding: 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cap__txt {
  margin-top: 0.1em;
  font-size: clamp(13px, 0.6770833333vw, 0.6770833333vw);
  font-weight: 700;
  color: #fff;
}
.c-copy-btn {
  background-color: gray;
  color: #fff;
  padding: 8px 16px;
  transition: 0.5s opacity;
}
.c-copy-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
.c-dot-list__item {
  display: block;
  position: relative;
  padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .c-dot-list__item {
    font-size: 3.7333333333vw;
  }
}
.c-dot-list__item.--white {
  color: #fff;
}
.c-dot-list__item:not(:first-child) {
  margin-top: 0.2em;
}
.c-dot-list__item::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  top: 0.7em;
  left: 2px;
}
.c-dot-list__item-txt {
  display: inline-block;
  padding-top: 0.125em;
}
.c-headline {
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #5f7b2c;
}
.c-headline span {
  color: #953131;
  font-size: 14px;
  padding-left: 20px;
  display: inline-block;
}
.c-lower-ttl {
  font-size: 44px;
  font-weight: 400;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial,
    sans-serif;
}
@media only screen and (max-width: 767px) {
  .c-lower-ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-ttl--sp-f36 {
    font-size: 36px;
  }
}
.c-lower-ttl__cntr {
  display: flex;
  justify-content: space-between;
}
.c-lower-ttl__list {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin-left: 35px;
}
@media only screen and (max-width: 1023px) {
  .c-lower-ttl__list {
    margin-left: 0;
  }
}
.c-lower-ttl__item {
  position: relative;
  font-weight: 700;
  color: blue;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.6;
  transition: 0.5s opacity;
}
@media only screen and (max-width: 767px) {
  .c-lower-ttl__item {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-lower-ttl__item:hover {
    opacity: 0.7;
  }
}
.c-lower-ttl__item::before {
  content: "";
  position: absolute;
  top: triangle-top(16, 1.6, 9);
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: blue rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 767px) {
  .c-lower-ttl__item::before {
    top: triangle-top-sp(14, 1.6, 9);
  }
}
.c-media {
  display: flex;
  align-items: stretch;
  gap: 2.5vw;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-media {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .c-media.--left .c-media__img-wrap {
    position: relative;
    top: auto;
    left: -4vw;
    width: 100vw;
  }
  .c-media.--left .c-media__desc {
    margin-top: 5.8666666667vw;
  }
}
.c-media__info {
  width: 42.3333333333%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .c-media__info {
    width: 100%;
  }
}
.c-media__img-wrap {
  width: 61.1666666667%;
  height: 100%;
  overflow: hidden;
  margin-right: -4.6875vw;
}
@media only screen and (max-width: 1271px) {
  .c-media__img-wrap {
    margin-right: -11.71875vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-media__img-wrap {
    margin-right: 0;
    width: 91.4666666667vw;
    height: 57.0666666667vw;
    position: absolute;
    top: 35.7333333333vw;
    left: 0;
  }
}
.c-media__img-wrap.--left {
  margin-right: 0vw;
  margin-left: -4.6875vw;
}
@media only screen and (max-width: 767px) {
  .c-media__img-wrap.--left {
    margin-left: 0;
  }
}
.c-media__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-media__ttl-en {
  color: #0ef;
  font-size: 4.1666666667vw;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 0.76;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .c-media__ttl-en {
    font-size: 10.6666666667vw;
    text-align: center;
  }
}
.c-media__ttl-en.--clear-sky {
  color: #0ef;
}
@media only screen and (max-width: 767px) {
  .c-media__ttl-en.--sp-light-sky {
    color: #0ef;
  }
}
.c-media__ttl {
  margin-top: 1.25vw;
  font-size: 2.0833333333vw;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767px) {
  .c-media__ttl {
    font-size: 6.9333333333vw;
    text-align: center;
  }
}
.c-media__desc {
  margin-top: 1.5625vw;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .c-media__desc {
    margin-top: 67.2vw;
    font-size: 4.2666666667vw;
  }
}
.c-media__desc + .c-media__desc {
  margin-top: 0.8em;
}
.c-media__txt {
  font-size: 0.8333333333vw;
  line-height: 1.6875;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.c-media__txt + .c-media__txt {
  margin-top: 0.5em;
}
.c-media__btn {
  margin-top: 1.6666666667vw;
}
@media only screen and (max-width: 767px) {
  .c-media__btn {
    margin-top: 5.3333333333vw;
  }
}
body.modal-open {
  overflow: hidden;
}
.c-movie-list__soon {
  text-align: center;
  color: #0ef;
  font-weight: 700;
  font-size: 1.71875vw;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}
@media only screen and (max-width: 1271px) {
  .c-movie-list__soon {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-movie-list__soon {
    font-size: 20px;
    padding: 25px 0;
  }
}
.c-movie-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.71875vw;
}
@media only screen and (max-width: 1271px) {
  .c-movie-list__list {
    gap: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-movie-list__list {
    gap: 20px;
  }
}
.c-movie-list__item {
  width: calc((100% - 3.4375vw) / 3);
  position: relative;
  aspect-ratio: 432/232;
  cursor: pointer;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .c-movie-list__item:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1271px) {
  .c-movie-list__item {
    width: calc((100% - 5.2083333333vw) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .c-movie-list__item {
    width: 100%;
  }
}
.c-movie-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 3;
}
.c-movie-list__item::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  width: 2.4479166667vw;
  height: 2.4479166667vw;
  background: url(/media/images/component/youtube_btn.png) no-repeat
    center/contain;
}
@media only screen and (max-width: 1271px) {
  .c-movie-list__item::after {
    width: 4.8177083333vw;
    height: 4.8177083333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-movie-list__item::after {
    width: 9.8666666667vw;
    height: 9.8666666667vw;
  }
}
.c-movie-list__item.--clicked::before,
.c-movie-list__item.--clicked::after {
  content: none;
}
.c-movie-list__iframe {
  top: 0;
  left: 0;
  aspect-ratio: 432/243;
  width: 100%;
  height: 100%;
}
.c-movie-list__thumbnail {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  z-index: 2;
}
.c-movie-list__thumbnail.--none {
  display: none;
}
.c-movie-list__thumbnail::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.c-movie-list__title {
  position: absolute;
  text-align: center;
  margin-top: 10px;
  width: 100%;
}
.modal {
  display: none;
  position: fixed;
  z-index: 101;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .modal {
    padding: 0 20px;
  }
}
.modal .c-movie-list__iframe {
  max-width: 52.0833333333vw;
}
@media only screen and (max-width: 1271px) {
  .modal .c-movie-list__iframe {
    max-width: 130.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .modal .c-movie-list__iframe {
    max-width: 100%;
    aspect-ratio: 439/311;
  }
}
.modal-content {
  position: relative;
  max-width: 52.0833333333vw;
  top: 50%;
  left: 18%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1271px) {
  .modal-content {
    max-width: 65.1041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .modal-content {
    max-width: 80vw;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.modal-content .close {
  font-size: 2.0833333333vw;
  color: #fff;
  cursor: pointer;
  margin-bottom: -10px;
  display: block;
  margin-left: -8px;
}
@media only screen and (max-width: 1271px) {
  .modal-content .close {
    font-size: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .modal-content .close {
    font-size: 38px;
  }
}
.c-kome-list__item {
  display: block;
  position: relative;
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .c-kome-list__item {
    font-size: 3.7333333333vw;
  }
}
.c-kome-list__item.--white {
  color: #fff;
}
.c-kome-list__item:not(:first-child) {
  margin-top: 0.2em;
}
.c-kome-list__item::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.c-kome-list__item-txt {
  display: inline-block;
  padding-top: 0.125em;
}
.c-project-sort__list {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
@media only screen and (max-width: 1023px) {
  .c-project-sort__list {
    justify-content: flex-start;
  }
}
.c-project-sort__item {
  background-color: #fff;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding: 4px 13px 2px;
  transition: 0.3s background-color, 0.3s color;
}
@media only screen and (min-width: 1024px) {
  .c-project-sort__item:hover {
    cursor: pointer;
  }
}
.c-project-sort__item.--gray {
  background-color: #efedee;
}
.c-project-sort__item.is-active {
  background-color: var(--eerie-black);
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .c-project-sort__item.is-active:hover {
    cursor: auto;
  }
}
.c-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4166666667vw;
}
@media only screen and (max-width: 1271px) {
  .c-pagination__list {
    gap: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination__list {
    gap: 8px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-pagination__item {
  width: 12.5%;
  aspect-ratio: 1/1;
  max-width: 2.0833333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-pagination__item {
    max-width: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination__item {
    max-width: 40px;
  }
}
.c-pagination__item.--next,
.c-pagination__item.--prev {
  width: 10%;
  max-width: 1.6666666667vw;
}
@media only screen and (max-width: 1271px) {
  .c-pagination__item.--next,
  .c-pagination__item.--prev {
    max-width: 4.1666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination__item.--next,
  .c-pagination__item.--prev {
    max-width: 32px;
  }
}
.c-pagination__link {
  border-radius: 50%;
  background-color: #ebebeb;
  display: flex;
  color: #666;
  font-size: 1.0416666667vw;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .c-pagination__link {
    font-size: 2.6041666667vw;
    max-width: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination__link {
    font-size: 16px;
    max-width: 40px;
  }
}
.c-pagination__link.--active {
  color: #fff;
  background-color: #0075c2;
  pointer-events: none;
}
@media only screen and (min-width: 1272px) {
  .c-pagination__link:hover {
    color: #fff;
    background-color: #0075c2;
  }
  .c-pagination__link:hover.--prev::before,
  .c-pagination__link:hover.--next::before {
    background-color: #fff;
  }
}
.c-pagination__link.--prev,
.c-pagination__link.--next {
  position: relative;
  aspect-ratio: 1/1;
}
.c-pagination__link.--prev::before,
.c-pagination__link.--next::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transition: 0.5s;
  -webkit-mask: url("/rpo/lp/wp-content/themes/template_theme/media/images/component/pagination_arrow.png")
    no-repeat center/contain;
  mask: url("/rpo/lp/wp-content/themes/template_theme/media/images/component/pagination_arrow.png")
    no-repeat center/contain;
}
.c-pagination__link.--prev {
  margin-left: -0.2083333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-pagination__link.--prev {
    margin-left: -0.5208333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination__link.--prev {
    margin-left: -4px;
  }
}
.c-pagination__link.--prev::before {
  width: 0.3645833333vw;
  height: 0.625vw;
  background-color: #666;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1271px) {
  .c-pagination__link.--prev::before {
    width: 0.9114583333vw;
    height: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination__link.--prev::before {
    width: 7px;
    height: 12px;
  }
}
.c-pagination__link.--next {
  margin-left: 0.2083333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-pagination__link.--next {
    margin-left: 0.5208333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination__link.--next {
    margin-left: 4px;
  }
}
.c-pagination__link.--next::before {
  width: 0.3645833333vw;
  height: 0.625vw;
  background-color: #666;
  transform: translate(-50%, -50%) rotate(180deg);
}
@media only screen and (max-width: 1271px) {
  .c-pagination__link.--next::before {
    width: 0.9114583333vw;
    height: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination__link.--next::before {
    width: 7px;
    height: 12px;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4166666667vw;
}
@media only screen and (max-width: 1271px) {
  .pagination {
    gap: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .pagination {
    gap: 8px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pagination li {
  width: 12.5%;
  aspect-ratio: 1/1;
  max-width: 2.0833333333vw;
}
@media only screen and (max-width: 1271px) {
  .pagination li {
    max-width: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .pagination li {
    max-width: 40px;
  }
}
.pagination li span,
.pagination li a {
  border-radius: 50%;
  background-color: #ebebeb;
  display: flex;
  color: #666;
  font-size: 1.0416666667vw;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .pagination li span,
  .pagination li a {
    font-size: 2.6041666667vw;
    max-width: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .pagination li span,
  .pagination li a {
    font-size: 16px;
    max-width: 40px;
  }
}
@media only screen and (min-width: 1272px) {
  .pagination li a:hover {
    color: #fff;
    background-color: #0075c2;
  }
  .pagination li a:hover::before {
    background-color: #fff;
  }
}
.pagination li.active span {
  color: #fff;
  background-color: #0075c2;
  pointer-events: none;
}
.pagination li.next,
.pagination li.prev {
  width: 10%;
  max-width: 1.6666666667vw;
}
@media only screen and (max-width: 1271px) {
  .pagination li.next,
  .pagination li.prev {
    max-width: 4.1666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .pagination li.next,
  .pagination li.prev {
    max-width: 32px;
  }
}
@media only screen and (min-width: 1272px) {
  .pagination li.next a:hover,
  .pagination li.prev a:hover {
    color: #fff;
    background-color: #0075c2;
  }
  .pagination li.next a:hover::before,
  .pagination li.prev a:hover::before {
    background-color: #fff;
  }
}
.pagination li.next a,
.pagination li.next span,
.pagination li.prev a,
.pagination li.prev span {
  font-size: 0;
  position: relative;
}
.pagination li.next a::before,
.pagination li.next span::before,
.pagination li.prev a::before,
.pagination li.prev span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transition: 0.5s;
  -webkit-mask: url("/rpo/lp/wp-content/themes/template_theme/media/images/component/pagination_arrow.png")
    no-repeat center/contain;
  mask: url("/rpo/lp/wp-content/themes/template_theme/media/images/component/pagination_arrow.png")
    no-repeat center/contain;
}
.pagination li.next {
  margin-left: 0.2083333333vw;
}
@media only screen and (max-width: 1271px) {
  .pagination li.next {
    margin-left: 0.5208333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .pagination li.next {
    margin-left: 4px;
  }
}
.pagination li.next a::before,
.pagination li.next span::before {
  width: 0.3645833333vw;
  height: 0.625vw;
  background-color: #666;
  transform: translate(-50%, -50%) rotate(180deg);
}
@media only screen and (max-width: 1271px) {
  .pagination li.next a::before,
  .pagination li.next span::before {
    width: 0.9114583333vw;
    height: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .pagination li.next a::before,
  .pagination li.next span::before {
    width: 7px;
    height: 12px;
  }
}
.pagination li.prev {
  margin-right: 0.2083333333vw;
}
@media only screen and (max-width: 1271px) {
  .pagination li.prev {
    margin-right: 0.5208333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .pagination li.prev {
    margin-right: 4px;
  }
}
.pagination li.prev a::before,
.pagination li.prev span::before {
  width: 0.3645833333vw;
  height: 0.625vw;
  background-color: #666;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1271px) {
  .pagination li.prev a::before,
  .pagination li.prev span::before {
    width: 0.9114583333vw;
    height: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .pagination li.prev a::before,
  .pagination li.prev span::before {
    width: 7px;
    height: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec {
    padding: 0px 20px;
    padding: 0vw 5.3333333333vw;
  }
}
.c-sec__inr {
  width: 1200px;
  width: 62.5vw;
  margin: 0 auto;
}
@media only screen and (max-width: 1271px) {
  .c-sec__inr {
    width: auto;
    padding: 0 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec__inr {
    width: auto;
  }
}
.c-sec.--pt0 {
  padding-top: 0;
}
.c-sec.--pt60 {
  padding-top: 3.125vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--pt60 {
    padding-top: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--pt60 {
    padding-top: 40px;
  }
}
.c-sec.--pt90 {
  padding-top: 4.6875vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--pt90 {
    padding-top: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--pt90 {
    padding-top: 60px;
  }
}
.c-sec.--pt100 {
  padding-top: 5.2083333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--pt100 {
    padding-top: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--pt100 {
    padding-top: 60px;
  }
}
.c-sec.--pt124 {
  padding-top: 6.4583333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--pt124 {
    padding-top: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--pt124 {
    padding-top: 60px;
  }
}
.c-sec.--pb0 {
  padding-bottom: 0px;
}
.c-sec.--pt0 {
  padding-top: 0px;
}
.c-sec.--pb50 {
  padding-bottom: 2.6041666667vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--pb50 {
    padding-bottom: 6.5104166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--pb50 {
    padding-bottom: 50px;
  }
}
.c-sec.--pb60 {
  padding-bottom: 3.125vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--pb60 {
    padding-bottom: 7.1614583333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--pb60 {
    padding-bottom: 55px;
  }
}
.c-sec.--pb90 {
  padding-bottom: 4.6875vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--pb90 {
    padding-bottom: 6.5104166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--pb90 {
    padding-bottom: 50px;
  }
}
.c-sec.--pb100 {
  padding-bottom: 5.2083333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--pb100 {
    padding-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--pb100 {
    padding-bottom: 60px;
  }
}
.c-sec.--pb120 {
  padding-bottom: 6.25vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--pb120 {
    padding-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--pb120 {
    padding-bottom: 60px;
  }
}
.c-sec.--pb133 {
  padding-bottom: 6.9270833333vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--pb133 {
    padding-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--pb133 {
    padding-bottom: 60px;
  }
}
.c-sec.--60 {
  padding: 3.125vw 0;
}
@media only screen and (max-width: 767px) {
  .c-sec.--60 {
    padding: 2.0833333333vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--60 {
    padding: 40px 0;
  }
}
.c-sec.--90 {
  padding: 4.6875vw 0;
}
@media only screen and (max-width: 767px) {
  .c-sec.--90 {
    padding: 2.6041666667vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--90 {
    padding: 50px 0;
  }
}
.c-sec.--100 {
  padding: 5.2083333333vw 0;
}
@media only screen and (max-width: 767px) {
  .c-sec.--100 {
    padding: 3.125vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--100 {
    padding: 50px 0;
  }
}
.c-sec.--radius {
  border-radius: 9.375vw 0 9.375vw 0;
  padding: 4.6875vw 0 6.875vw 0;
}
@media only screen and (max-width: 767px) {
  .c-sec.--radius {
    border-radius: 23.4375vw 0 23.4375vw 0;
    padding: 11.71875vw 0 15.625vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--radius {
    padding: 40px 0 60px;
    border-radius: 50px 0 50px 0;
  }
}
.c-sec.--radius.--lefttopNone {
  border-radius: 0;
}
.c-sec.--radius.--pb157 {
  padding-bottom: 8.1770833333vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--radius.--pb157 {
    padding-bottom: 10.4166666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--radius.--pb157 {
    padding-bottom: 80px;
  }
}
.c-sec.--radius.--pt100 {
  padding-top: 5.2083333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-sec.--radius.--pt100 {
    padding-top: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec.--radius.--pt100 {
    padding-top: 40px;
  }
}
.c-sec.--beige {
  background-color: #0ef;
}
.c-sec.--blue {
  background-image: linear-gradient(90deg, #00aaff 10%, #003cff 80%);
}
.c-sec.--orange {
  background-image: linear-gradient(90deg, #eac21e 10%, #ff8600 100%);
}
.c-simple-ttl {
  color: #0ef;
  display: flex;
  gap: 0.78125vw;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #0ef;
  padding-bottom: 0.625vw;
}
@media only screen and (max-width: 767px) {
  .c-simple-ttl {
    gap: 2.6666666667vw;
  }
}
.c-simple-ttl .dinbold {
  font-family: "din-bold", sans-serif;
  font-size: 1.9791666667vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1271px) {
  .c-simple-ttl .dinbold {
    font-size: 2.9947916667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-simple-ttl .dinbold {
    font-size: 6.1333333333vw;
  }
}
.c-simple-ttl .floor-txt {
  font-size: 1.3020833333vw;
  font-weight: 500;
  padding-top: 0.2604166667vw;
}
@media only screen and (max-width: 1271px) {
  .c-simple-ttl .floor-txt {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-simple-ttl .floor-txt {
    font-size: 4.8vw;
  }
}
.c-ttl .--en {
  display: block;
  font-size: 20px;
  font-size: 1.0416666667vw;
  line-height: 1.5;
  color: #185db0;
}
@media (max-width: 1536px) {
  .c-ttl .--en {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 1271px) {
  .c-ttl .--en {
    font-size: 1.5735641227vw;
  }
}
@media (max-width: 1024px) {
  .c-ttl .--en {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .c-ttl .--en {
    font-size: 3.90625vw;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 767px) {
  .c-ttl .--en {
    font-size: 9.0666666667vw;
    line-height: 1.11;
  }
}
.c-ttl-link {
  font-size: 20px;
  font-weight: 700;
  color: blue;
  position: relative;
  padding-right: 32px;
}
.c-ttl-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 20px;
  background-color: blue;
  transition: 0.5s right;
}
@media only screen and (min-width: 1272px) {
  .c-ttl-link:hover::after {
    right: -5px;
  }
}
.c-ttl-link.--vistaBlue {
  color: blue;
}
.c-ttl-link.--vistaBlue::after {
  background-color: blue;
}
.c-txt-cont.--center {
  text-align: center;
}
.c-txt {
  line-height: 1.718;
}
.c-txt.--white {
  color: #fff;
}
.c-txt.--blue {
  color: #0ef;
}
.c-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.9166666667vw;
  padding: 0 1.0416666667vw;
}
@media only screen and (max-width: 1271px) {
  .c-width {
    max-width: 109.375vw;
    padding: 0 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-width {
    max-width: 100%;
    padding: 0 20px;
  }
}
.c-width.--sub {
  width: 55.9895833333vw;
}
@media only screen and (max-width: 1271px) {
  .c-width.--sub {
    width: 109.375vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-width.--sub {
    width: 92vw;
  }
}
.c-width.--1170 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.6666666667vw;
  padding: 0 2.0833333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-width.--1170 {
    max-width: 109.375vw;
    padding: 0 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-width.--1170 {
    max-width: 100%;
    padding: 0 30px;
  }
}
.c-width.--1360 {
  margin-left: auto;
  margin-right: auto;
  max-width: 71.875vw;
  padding: 0 1.0416666667vw;
}
@media only screen and (max-width: 1271px) {
  .c-width.--1360 {
    max-width: 109.375vw;
    padding: 0 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-width.--1360 {
    max-width: 100%;
    padding: 0 20px;
  }
}
.c-width.--1400 {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.9166666667vw;
  padding: 0 1.0416666667vw;
}
@media only screen and (max-width: 1271px) {
  .c-width.--1400 {
    max-width: 109.375vw;
    padding: 0 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-width.--1400 {
    max-width: 100%;
    padding: 0 20px;
  }
}
.c-width.--1480 {
  margin-left: auto;
  margin-right: auto;
  max-width: 77.0833333333vw;
  padding: 0 3.3333333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-width.--1480 {
    max-width: 95.0520833333vw;
    padding: 0 4.5572916667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-width.--1480 {
    max-width: 100%;
    padding: 0 30px;
  }
}
.c-wrap {
  margin: 20px 0 80px;
  position: relative;
}
@media only screen and (min-width: 1272px) {
  .u-pc-hide {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .u-tb-hide {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-sp-hide {
    display: none;
  }
}
.u-sp-space {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-sp-space {
    display: inline;
  }
}
.u-txt-left {
  text-align: left;
}
.u-txt-center {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .u-txt-center.--sp {
    text-align: left;
  }
}
.u-txt-right {
  text-align: right;
}
@media only screen and (max-width: 1271px) {
  .u-block-center-tb {
    margin-left: auto;
    margin-right: auto;
  }
}
.u-ml-auto {
  margin-left: auto;
}
.u-mr-auto {
  margin-right: auto;
}
.u-ib {
  display: inline-block;
}
.u-bold {
  font-weight: 700;
}
a.u-link-txt {
  text-decoration: underline;
  color: #0ef;
}
.u-bg-light-sky {
  background-color: blue;
}
.u-mt8 {
  margin-top: 0.4166666667vw;
}
.u-mt10 {
  margin-top: 0.5208333333vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt10 {
    margin-top: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt10 {
    margin-top: 10px;
  }
}
.u-mt12 {
  margin-top: 0.625vw;
}
.u-mt14 {
  margin-top: 0.7291666667vw;
}
.u-mt16 {
  margin-top: 0.8333333333vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt16 {
    margin-top: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt16 {
    margin-top: 20px;
  }
}
.u-mt18 {
  margin-top: 0.9375vw;
}
.u-mt20 {
  margin-top: 1.0416666667vw;
}
.u-mt22 {
  margin-top: 1.1458333333vw;
}
.u-mt24 {
  margin-top: 1.25vw;
}
.u-mt26 {
  margin-top: 1.3541666667vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt26 {
    margin-top: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt26 {
    margin-top: 20px;
  }
}
.u-mt28 {
  margin-top: 1.4583333333vw;
}
.u-mt30 {
  margin-top: 1.5625vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt30 {
    margin-top: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt30 {
    margin-top: 15px;
  }
}
.u-mt32 {
  margin-top: 1.6666666667vw;
}
.u-mt34 {
  margin-top: 1.7708333333vw;
}
.u-mt36 {
  margin-top: 1.875vw;
}
.u-mt38 {
  margin-top: 1.9791666667vw;
}
.u-mt40 {
  margin-top: 2.0833333333vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt40 {
    margin-top: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt40 {
    margin-top: 40px;
  }
}
.u-mt42 {
  margin-top: 2.1875vw;
}
.u-mt44 {
  margin-top: 2.2916666667vw;
}
.u-mt46 {
  margin-top: 2.3958333333vw;
}
.u-mt48 {
  margin-top: 2.5vw;
}
.u-mt50 {
  margin-top: 2.6041666667vw;
}
.u-mt52 {
  margin-top: 2.7083333333vw;
}
.u-mt54 {
  margin-top: 2.8125vw;
}
.u-mt55 {
  margin-top: 2.8645833333vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt55 {
    margin-top: 4.5572916667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt55 {
    margin-top: 25px;
  }
}
.u-mt56 {
  margin-top: 2.9166666667vw;
}
.u-mt58 {
  margin-top: 3.0208333333vw;
}
.u-mt60 {
  margin-top: 3.125vw;
}
.u-mt62 {
  margin-top: 3.2291666667vw;
}
.u-mt64 {
  margin-top: 3.3333333333vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt64 {
    margin-top: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt64 {
    margin-top: 30px;
  }
}
.u-mt66 {
  margin-top: 3.4375vw;
}
.u-mt68 {
  margin-top: 3.5416666667vw;
}
.u-mt70 {
  margin-top: 3.6458333333vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt70 {
    margin-top: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt70 {
    margin-top: 40px;
  }
}
.u-mt72 {
  margin-top: 3.75vw;
}
.u-mt74 {
  margin-top: 3.8541666667vw;
}
.u-mt76 {
  margin-top: 3.9583333333vw;
}
.u-mt78 {
  margin-top: 4.0625vw;
}
.u-mt80 {
  margin-top: 4.1666666667vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt80 {
    margin-top: 4.5572916667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt80 {
    margin-top: 35px;
  }
}
.u-mt82 {
  margin-top: 4.2708333333vw;
}
.u-mt88 {
  margin-top: 4.5833333333vw;
}
.u-mt90 {
  margin-top: 4.6875vw;
}
.u-mt92 {
  margin-top: 4.7916666667vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt92 {
    margin-top: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt92 {
    margin-top: 30px;
  }
}
.u-mt96 {
  margin-top: 5vw;
}
.u-mt100 {
  margin-top: 5.2083333333vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt100 {
    margin-top: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt100 {
    margin-top: 60px;
  }
}
.u-mt100-40 {
  margin-top: 5.2083333333vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt100-40 {
    margin-top: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt100-40 {
    margin-top: 40px;
  }
}
.u-mt104 {
  margin-top: 5.4166666667vw;
}
.u-mt112 {
  margin-top: 5.8333333333vw;
}
.u-mt120 {
  margin-top: 6.25vw;
}
@media only screen and (max-width: 1271px) {
  .u-mt8-tb {
    margin-top: 1.0416666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt10-tb {
    margin-top: 1.3020833333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt12-tb {
    margin-top: 1.5625vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt14-tb {
    margin-top: 1.8229166667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt16-tb {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt18-tb {
    margin-top: 2.34375vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt20-tb {
    margin-top: 2.6041666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt22-tb {
    margin-top: 2.8645833333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt24-tb {
    margin-top: 3.125vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt26-tb {
    margin-top: 3.3854166667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt28-tb {
    margin-top: 3.6458333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt30-tb {
    margin-top: 3.90625vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt32-tb {
    margin-top: 4.1666666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt34-tb {
    margin-top: 4.4270833333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt36-tb {
    margin-top: 4.6875vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt38-tb {
    margin-top: 4.9479166667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt40-tb {
    margin-top: 5.2083333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt42-tb {
    margin-top: 5.46875vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt44-tb {
    margin-top: 5.7291666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt46-tb {
    margin-top: 5.9895833333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt48-tb {
    margin-top: 6.25vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt50-tb {
    margin-top: 6.5104166667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt52-tb {
    margin-top: 6.7708333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt54-tb {
    margin-top: 7.03125vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt56-tb {
    margin-top: 7.2916666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt58-tb {
    margin-top: 7.5520833333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt60-tb {
    margin-top: 7.8125vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt62-tb {
    margin-top: 8.0729166667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt64-tb {
    margin-top: 8.3333333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt66-tb {
    margin-top: 8.59375vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt68-tb {
    margin-top: 8.8541666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt70-tb {
    margin-top: 9.1145833333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt72-tb {
    margin-top: 9.375vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt74-tb {
    margin-top: 9.6354166667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt76-tb {
    margin-top: 9.8958333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt78-tb {
    margin-top: 10.15625vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-mt80-tb {
    margin-top: 10.4166666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt8-sp {
    margin-top: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt10-sp {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt12-sp {
    margin-top: 3.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt14-sp {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt16-sp {
    margin-top: 4.2666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt18-sp {
    margin-top: 4.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt20-sp {
    margin-top: 5.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt22-sp {
    margin-top: 5.8666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt24-sp {
    margin-top: 6.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt26-sp {
    margin-top: 6.9333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt28-sp {
    margin-top: 7.4666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt30-sp {
    margin-top: 8vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt32-sp {
    margin-top: 8.5333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt34-sp {
    margin-top: 9.0666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt36-sp {
    margin-top: 9.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt38-sp {
    margin-top: 10.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt40-sp {
    margin-top: 10.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt42-sp {
    margin-top: 11.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt44-sp {
    margin-top: 11.7333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt46-sp {
    margin-top: 12.2666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt48-sp {
    margin-top: 12.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt50-sp {
    margin-top: 13.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt52-sp {
    margin-top: 13.8666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt54-sp {
    margin-top: 14.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt56-sp {
    margin-top: 14.9333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt58-sp {
    margin-top: 15.4666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt60-sp {
    margin-top: 16vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt62-sp {
    margin-top: 16.5333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt64-sp {
    margin-top: 17.0666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt66-sp {
    margin-top: 17.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt68-sp {
    margin-top: 18.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt70-sp {
    margin-top: 18.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt72-sp {
    margin-top: 19.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt74-sp {
    margin-top: 19.7333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt76-sp {
    margin-top: 20.2666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt78-sp {
    margin-top: 20.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt80-sp {
    margin-top: 21.3333333333vw;
  }
}
.u-ml8 {
  margin-left: 0.4166666667vw;
}
.u-ml10 {
  margin-left: 0.5208333333vw;
}
.u-ml12 {
  margin-left: 0.625vw;
}
.u-ml14 {
  margin-left: 0.7291666667vw;
}
.u-ml16 {
  margin-left: 0.8333333333vw;
}
.u-ml18 {
  margin-left: 0.9375vw;
}
.u-ml20 {
  margin-left: 1.0416666667vw;
}
.u-ml22 {
  margin-left: 1.1458333333vw;
}
.u-ml24 {
  margin-left: 1.25vw;
}
.u-ml26 {
  margin-left: 1.3541666667vw;
}
.u-ml28 {
  margin-left: 1.4583333333vw;
}
.u-ml30 {
  margin-left: 1.5625vw;
}
.u-ml32 {
  margin-left: 1.6666666667vw;
}
.u-ml34 {
  margin-left: 1.7708333333vw;
}
.u-ml36 {
  margin-left: 1.875vw;
}
.u-ml38 {
  margin-left: 1.9791666667vw;
}
.u-ml40 {
  margin-left: 2.0833333333vw;
}
.u-ml42 {
  margin-left: 2.1875vw;
}
.u-ml44 {
  margin-left: 2.2916666667vw;
}
.u-ml46 {
  margin-left: 2.3958333333vw;
}
.u-ml48 {
  margin-left: 2.5vw;
}
.u-ml50 {
  margin-left: 2.6041666667vw;
}
.u-ml52 {
  margin-left: 2.7083333333vw;
}
.u-ml54 {
  margin-left: 2.8125vw;
}
.u-ml56 {
  margin-left: 2.9166666667vw;
}
.u-ml58 {
  margin-left: 3.0208333333vw;
}
.u-ml60 {
  margin-left: 3.125vw;
}
.u-ml62 {
  margin-left: 3.2291666667vw;
}
.u-ml64 {
  margin-left: 3.3333333333vw;
}
.u-ml66 {
  margin-left: 3.4375vw;
}
.u-ml68 {
  margin-left: 3.5416666667vw;
}
.u-ml70 {
  margin-left: 3.6458333333vw;
}
.u-ml72 {
  margin-left: 3.75vw;
}
.u-ml74 {
  margin-left: 3.8541666667vw;
}
.u-ml76 {
  margin-left: 3.9583333333vw;
}
.u-ml78 {
  margin-left: 4.0625vw;
}
.u-ml80 {
  margin-left: 4.1666666667vw;
}
.u-ml82 {
  margin-left: 4.2708333333vw;
}
.u-ml88 {
  margin-left: 4.5833333333vw;
}
.u-ml96 {
  margin-left: 5vw;
}
.u-ml100 {
  margin-left: 5.2083333333vw;
}
.u-ml104 {
  margin-left: 5.4166666667vw;
}
.u-ml112 {
  margin-left: 5.8333333333vw;
}
.u-ml120 {
  margin-left: 6.25vw;
}
@media only screen and (max-width: 1271px) {
  .u-ml8-tb {
    margin-left: 1.0416666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml10-tb {
    margin-left: 1.3020833333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml12-tb {
    margin-left: 1.5625vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml14-tb {
    margin-left: 1.8229166667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml16-tb {
    margin-left: 2.0833333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml18-tb {
    margin-left: 2.34375vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml20-tb {
    margin-left: 2.6041666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml22-tb {
    margin-left: 2.8645833333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml24-tb {
    margin-left: 3.125vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml26-tb {
    margin-left: 3.3854166667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml28-tb {
    margin-left: 3.6458333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml30-tb {
    margin-left: 3.90625vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml32-tb {
    margin-left: 4.1666666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml34-tb {
    margin-left: 4.4270833333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml36-tb {
    margin-left: 4.6875vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml38-tb {
    margin-left: 4.9479166667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml40-tb {
    margin-left: 5.2083333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml42-tb {
    margin-left: 5.46875vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml44-tb {
    margin-left: 5.7291666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml46-tb {
    margin-left: 5.9895833333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml48-tb {
    margin-left: 6.25vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml50-tb {
    margin-left: 6.5104166667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml52-tb {
    margin-left: 6.7708333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml54-tb {
    margin-left: 7.03125vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml56-tb {
    margin-left: 7.2916666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml58-tb {
    margin-left: 7.5520833333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml60-tb {
    margin-left: 7.8125vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml62-tb {
    margin-left: 8.0729166667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml64-tb {
    margin-left: 8.3333333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml66-tb {
    margin-left: 8.59375vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml68-tb {
    margin-left: 8.8541666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml70-tb {
    margin-left: 9.1145833333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml72-tb {
    margin-left: 9.375vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml74-tb {
    margin-left: 9.6354166667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml76-tb {
    margin-left: 9.8958333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml78-tb {
    margin-left: 10.15625vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml80-tb {
    margin-left: 10.4166666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml8-sp {
    margin-left: 2.1333333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml10-sp {
    margin-left: 2.6666666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml12-sp {
    margin-left: 3.2vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml14-sp {
    margin-left: 3.7333333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml16-sp {
    margin-left: 4.2666666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml18-sp {
    margin-left: 4.8vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml20-sp {
    margin-left: 5.3333333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml22-sp {
    margin-left: 5.8666666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml24-sp {
    margin-left: 6.4vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml26-sp {
    margin-left: 6.9333333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml28-sp {
    margin-left: 7.4666666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml30-sp {
    margin-left: 8vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml32-sp {
    margin-left: 8.5333333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml34-sp {
    margin-left: 9.0666666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml36-sp {
    margin-left: 9.6vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml38-sp {
    margin-left: 10.1333333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml40-sp {
    margin-left: 10.6666666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml42-sp {
    margin-left: 11.2vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml44-sp {
    margin-left: 11.7333333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml46-sp {
    margin-left: 12.2666666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml48-sp {
    margin-left: 12.8vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml50-sp {
    margin-left: 13.3333333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml52-sp {
    margin-left: 13.8666666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml54-sp {
    margin-left: 14.4vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml56-sp {
    margin-left: 14.9333333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml58-sp {
    margin-left: 15.4666666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml60-sp {
    margin-left: 16vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml62-sp {
    margin-left: 16.5333333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml64-sp {
    margin-left: 17.0666666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml66-sp {
    margin-left: 17.6vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml68-sp {
    margin-left: 18.1333333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml70-sp {
    margin-left: 18.6666666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml72-sp {
    margin-left: 19.2vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml74-sp {
    margin-left: 19.7333333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml76-sp {
    margin-left: 20.2666666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml78-sp {
    margin-left: 20.8vw;
  }
}
@media only screen and (max-width: 1271px) {
  .u-ml80-sp {
    margin-left: 21.3333333333vw;
  }
}
#contact.c-sec {
  background-image: url(/rpo/lp/wp-content/themes/template_theme/assets/media/images/common/contact-_bgimg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 8.3333333333vw;
}
@media only screen and (max-width: 1271px) {
  #contact.c-sec {
    margin-top: 9.1145833333vw;
  }
}
@media only screen and (max-width: 767px) {
  #contact.c-sec {
    background-image: url(/rpo/lp/wp-content/themes/template_theme/assets/media/images/common/contact-_bgimg-sp.webp);
    margin-top: 17.0666666667vw;
  }
}
#contact.c-sec .p-contact-sec__ttl .--en {
  display: block;
  font-size: 20px;
  font-size: 1.0416666667vw;
  line-height: 1.5;
  font-weight: 700;
  color: #185db0;
  position: relative;
  padding: 0px 0px 0px 40px;
  padding: 0vw 0vw 0vw 2.0833333333vw;
}
@media (max-width: 1536px) {
  #contact.c-sec .p-contact-sec__ttl .--en {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 1271px) {
  #contact.c-sec .p-contact-sec__ttl .--en {
    font-size: 1.5735641227vw;
  }
}
@media (max-width: 1024px) {
  #contact.c-sec .p-contact-sec__ttl .--en {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  #contact.c-sec .p-contact-sec__ttl .--en {
    font-size: 20px;
    font-size: 2.6041666667vw;
    line-height: 1.5;
    padding: 0px 0px 0px 40px;
    padding: 0vw 0vw 0vw 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #contact.c-sec .p-contact-sec__ttl .--en {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.5;
    padding: 0px 0px 0px 23px;
    padding: 0vw 0vw 0vw 6.1333333333vw;
  }
}
#contact.c-sec .p-contact-sec__ttl .--en::after {
  content: "";
  display: block;
  width: 30px;
  width: 1.5625vw;
  height: 2px;
  height: 0.1041666667vw;
  background-color: #185db0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1271px) {
  #contact.c-sec .p-contact-sec__ttl .--en::after {
    width: 30px;
    width: 3.90625vw;
    height: 2px;
    height: 0.2604166667vw;
    transform: translateY-tb(-50%);
  }
}
@media only screen and (max-width: 767px) {
  #contact.c-sec .p-contact-sec__ttl .--en::after {
    width: 15px;
    width: 4vw;
    height: 2px;
    height: 0.5333333333vw;
  }
}
#contact.c-sec .p-contact-sec__ttl .--jp {
  display: block;
  font-size: 30px;
  font-size: 1.5625vw;
  line-height: 1.5;
  font-weight: 700;
  margin: 12px 0px 0px 0px;
  margin: 0.625vw 0vw 0vw 0vw;
}
@media (max-width: 1536px) {
  #contact.c-sec .p-contact-sec__ttl .--jp {
    font-size: 1.953125vw;
  }
}
@media (max-width: 1271px) {
  #contact.c-sec .p-contact-sec__ttl .--jp {
    font-size: 2.3603461841vw;
  }
}
@media (max-width: 1024px) {
  #contact.c-sec .p-contact-sec__ttl .--jp {
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 1271px) {
  #contact.c-sec .p-contact-sec__ttl .--jp {
    font-size: 30px;
    font-size: 3.90625vw;
    line-height: 1.5;
    margin: 12px 0px 0px 0px;
    margin: 1.5625vw 0vw 0vw 0vw;
  }
}
@media only screen and (max-width: 767px) {
  #contact.c-sec .p-contact-sec__ttl .--jp {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.5;
    margin: 12px 0px 0px 0px;
    margin: 3.2vw 0vw 0vw 0vw;
  }
}
#contact.c-sec .c-sec__inr.p-contact-sec__cntr {
  min-height: 30.7291666667vw;
  padding-top: 6.4583333333vw;
}
@media only screen and (max-width: 1271px) {
  #contact.c-sec .c-sec__inr.p-contact-sec__cntr {
    min-height: 53.3854166667vw;
    padding-top: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  #contact.c-sec .c-sec__inr.p-contact-sec__cntr {
    min-height: 128vw;
    padding-top: 32vw;
  }
}
#contact.c-sec .p-contact-sec__ttl {
  text-align: center;
}
#contact.c-sec .p-contact-sec__ttl .--en {
  padding: 0;
  color: #333;
}
#contact.c-sec .p-contact-sec__ttl .--en::after {
  position: relative;
  margin: 5px auto 0px;
  margin: 0.2604166667vw auto 0vw;
  transform: translate(0);
  background-color: #333;
}
@media only screen and (max-width: 767px) {
  #contact.c-sec .p-contact-sec__ttl .--en::after {
    margin: 9px auto 0px;
    margin: 2.4vw auto 0vw;
    width: 8vw;
  }
}
@media only screen and (max-width: 767px) {
  #contact.c-sec .p-contact-sec__ttl .--jp {
    margin-top: 1.8666666667vw;
  }
}
#contact.c-sec .p-contact__txt {
  text-align: center;
  font-size: 16px;
  font-size: 0.8333333333vw;
  line-height: 1.5625;
  margin: 48px 0 0 0;
  margin: 2.5vw 0vw 0vw 0vw;
}
@media (max-width: 1536px) {
  #contact.c-sec .p-contact__txt {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1271px) {
  #contact.c-sec .p-contact__txt {
    font-size: 1.2588512982vw;
  }
}
@media (max-width: 1024px) {
  #contact.c-sec .p-contact__txt {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  #contact.c-sec .p-contact__txt {
    font-size: 16px;
    font-size: 2.0833333333vw;
    line-height: 1.5625;
    margin: 48px 0 0 0;
    margin: 6.25vw 0vw 0vw 0vw;
  }
}
@media only screen and (max-width: 767px) {
  #contact.c-sec .p-contact__txt {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.6875;
    margin: 18px 0 0 0;
    margin: 4.8vw 0vw 0vw 0vw;
  }
}
#contact.c-sec .p-btn__box-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 55px auto 0px;
  margin: 2.8645833333vw auto 0vw;
}
@media only screen and (max-width: 767px) {
  #contact.c-sec .p-btn__box-wrap {
    margin: 44px auto 0px;
    margin: 11.7333333333vw auto 0vw;
  }
}
#contact.c-sec .p-btn__box-wrap .p-btn__box-link {
  min-width: 17.2916666667vw;
  min-height: 3.75vw;
  font-size: 20px;
  font-size: 1.0416666667vw;
  line-height: 1.5;
}
@media (max-width: 1536px) {
  #contact.c-sec .p-btn__box-wrap .p-btn__box-link {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 1271px) {
  #contact.c-sec .p-btn__box-wrap .p-btn__box-link {
    font-size: 1.5735641227vw;
  }
}
@media (max-width: 1024px) {
  #contact.c-sec .p-btn__box-wrap .p-btn__box-link {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  #contact.c-sec .p-btn__box-wrap .p-btn__box-link {
    min-width: 43.2291666667vw;
    min-height: 9.375vw;
    font-size: 20px;
    font-size: 2.6041666667vw;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  #contact.c-sec .p-btn__box-wrap .p-btn__box-link {
    min-width: 78.6666666667vw;
    min-height: 16vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
#contact.c-sec .p-btn__box-wrap .p-btn__box-link::after {
  width: 12px;
  width: 0.625vw;
  height: 12px;
  height: 0.625vw;
  border-top-width: 0.2083333333vw;
  border-right-width: 0.2083333333vw;
  position: absolute;
  top: 50%;
  right: 1.0416666667vw;
}
@media only screen and (max-width: 1271px) {
  #contact.c-sec .p-btn__box-wrap .p-btn__box-link::after {
    width: 12px;
    width: 1.5625vw;
    height: 12px;
    height: 1.5625vw;
    border-top-width: 0.390625vw;
    border-right-width: 0.390625vw;
    right: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  #contact.c-sec .p-btn__box-wrap .p-btn__box-link::after {
    width: 12px;
    width: 3.2vw;
    height: 12px;
    height: 3.2vw;
    border-top-width: 0.8vw;
    border-right-width: 0.8vw;
    right: 5.3333333333vw;
  }
}
.l-wrap {
  overflow-x: hidden;
}
.c-sec {
  position: relative;
}
.accordion_tgl {
  cursor: pointer;
}
.accordion_tgl .--icon_tgl {
  display: block;
  width: 30px;
  width: 1.5625vw;
  height: 30px;
  height: 1.5625vw;
  border-radius: 100%;
  background-color: #185db0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  text-indent: -9999px;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .accordion_tgl .--icon_tgl {
    width: 30px;
    width: 3.90625vw;
    height: 30px;
    height: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .accordion_tgl .--icon_tgl {
    width: 17px;
    width: 4.5333333333vw;
    height: 17px;
    height: 4.5333333333vw;
  }
}
@media only screen and (min-width: 1272px) {
  .accordion_tgl .--icon_tgl:hover {
    color: #fff;
    background-color: #0af;
  }
}
.accordion_tgl .--icon_tgl::before,
.accordion_tgl .--icon_tgl::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 0.78125vw;
  height: 0.1041666667vw;
  position: absolute;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .accordion_tgl .--icon_tgl::before,
  .accordion_tgl .--icon_tgl::after {
    width: 1.953125vw;
    height: 0.2604166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .accordion_tgl .--icon_tgl::before,
  .accordion_tgl .--icon_tgl::after {
    width: 2.4vw;
    height: 0.2666666667vw;
  }
}
.accordion_tgl .--icon_tgl::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accordion_tgl .--icon_tgl::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.accordion_tgl.on .--icon_tgl::before {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.accordion_tgl.on .--icon_tgl::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.accordion_wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.accordion_wrap.content-visible {
  max-height: none;
}
.p-first-view {
  position: relative;
}
.p-first-view .p-home-fv {
  background-image: url(/rpo/lp/wp-content/themes/template_theme/assets/media/images/home/fv-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-first-view .p-home-fv {
    background-image: url(/rpo/lp/wp-content/themes/template_theme/assets/media/images/home/fv-img-sp.webp);
  }
}
.p-first-view .p-home-fv__inr {
  position: relative;
  height: 56.25vw;
}
@media only screen and (max-width: 1271px) {
  .p-first-view .p-home-fv__inr {
    height: 91.1458333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-first-view .p-home-fv__inr {
    height: auto;
    min-height: 154.6666666667vw;
    height: 667px;
  }
}
.p-first-view .p-home-fv__txt-cntr {
  color: #fff;
  position: absolute;
  top: 41.8%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1271px) {
  .p-first-view .p-home-fv__txt-cntr {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-first-view .p-home-fv__txt-cntr {
    width: 100%;
    top: 22%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-first-view .p-home-fv__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 56px;
  font-size: 2.9166666667vw;
  line-height: 1.5;
  line-height: 1.55;
  text-align: center;
}
@media (max-width: 1536px) {
  .p-first-view .p-home-fv__ttl {
    font-size: 3.6458333333vw;
  }
}
@media (max-width: 1271px) {
  .p-first-view .p-home-fv__ttl {
    font-size: 4.4059795437vw;
  }
}
@media (max-width: 1024px) {
  .p-first-view .p-home-fv__ttl {
    font-size: 7.2916666667vw;
  }
}
.p-first-view .p-home-fv__ttl .--small {
  font-size: 40px;
  font-size: 2.0833333333vw;
  line-height: 1.5;
}
@media (max-width: 1536px) {
  .p-first-view .p-home-fv__ttl .--small {
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 1271px) {
  .p-first-view .p-home-fv__ttl .--small {
    font-size: 3.1471282455vw;
  }
}
@media (max-width: 1024px) {
  .p-first-view .p-home-fv__ttl .--small {
    font-size: 5.2083333333vw;
  }
}
@media only screen and (max-width: 1536px) {
  .p-first-view .p-home-fv__ttl {
    font-size: 50px;
    font-size: 2.6041666667vw;
    line-height: 1.5;
    line-height: 1.55;
  }
}
@media only screen and (max-width: 1536px) and (max-width: 1536px) {
  .p-first-view .p-home-fv__ttl {
    font-size: 3.2552083333vw;
  }
}
@media only screen and (max-width: 1536px) and (max-width: 1271px) {
  .p-first-view .p-home-fv__ttl {
    font-size: 3.9339103068vw;
  }
}
@media only screen and (max-width: 1536px) and (max-width: 1024px) {
  .p-first-view .p-home-fv__ttl {
    font-size: 6.5104166667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .p-first-view .p-home-fv__ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .p-first-view .p-home-fv__ttl {
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1.5;
    margin: 0 auto;
    line-height: 1.65;
  }
  .p-first-view .p-home-fv__ttl .--small {
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.p-first-view .p-home-fv__txt {
  position: relative;
  border: solid 1px #fff;
  border-left: none;
  border-right: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto 0;
  margin: 1.3020833333vw auto 0vw;
  padding: 14px 35px 20px;
  padding: 0.7291666667vw 1.8229166667vw 1.0416666667vw;
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.5;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 1536px) {
  .p-first-view .p-home-fv__txt {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1271px) {
  .p-first-view .p-home-fv__txt {
    font-size: 1.8882769473vw;
  }
}
@media (max-width: 1024px) {
  .p-first-view .p-home-fv__txt {
    font-size: 3.125vw;
  }
}
.p-first-view .p-home-fv__txt::before,
.p-first-view .p-home-fv__txt::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.5208333333vw;
  height: calc(100% + 1.0416666667vw);
  width: 1px;
  background-color: #fff;
}
.p-first-view .p-home-fv__txt::before {
  left: 0.5208333333vw;
}
.p-first-view .p-home-fv__txt::after {
  right: 0.5208333333vw;
}
@media only screen and (max-width: 767px) {
  .p-first-view .p-home-fv__txt {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin: 33px auto 0 auto;
    margin: 8.8vw auto 0vw auto;
    padding: 14px 24px 20px;
    padding: 3.7333333333vw 6.4vw 5.3333333333vw;
  }
  .p-first-view .p-home-fv__txt::before,
  .p-first-view .p-home-fv__txt::after {
    top: -2.6666666667vw;
    height: calc(100% + 5.3333333333vw);
  }
  .p-first-view .p-home-fv__txt::before {
    left: 2.6666666667vw;
  }
  .p-first-view .p-home-fv__txt::after {
    right: 2.6666666667vw;
  }
}
.p-first-view .slider {
  padding: 0;
  position: absolute;
  bottom: 4.6875vw;
}
@media only screen and (max-width: 1271px) {
  .p-first-view .slider {
    bottom: 5.859375vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-first-view .slider {
    bottom: 21.3333333333vw;
  }
}
@media only screen and (min-width: 450px) and (max-width: 768px) {
  .p-first-view .slider .splide__slide.logo-01 {
    width: 2072px !important;
  }
  .p-first-view .slider .splide__slide.logo-02 {
    width: 1656px !important;
  }
}
.p-first-view .logo_loop {
  padding: 0;
  position: absolute;
  bottom: 4.6875vw;
}
.p-first-view .logo_loop p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.p-first-view .logo_loop .splide + div,
.p-first-view .logo_loop p {
  margin-top: 1.6rem;
}
.p-home-sec__ttl .--en {
  display: block;
  font-size: 20px;
  font-size: 1.0416666667vw;
  line-height: 1.5;
  font-weight: 700;
  color: #185db0;
  position: relative;
  padding: 0px 0px 0px 40px;
  padding: 0vw 0vw 0vw 2.0833333333vw;
}
@media (max-width: 1536px) {
  .p-home-sec__ttl .--en {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 1271px) {
  .p-home-sec__ttl .--en {
    font-size: 1.5735641227vw;
  }
}
@media (max-width: 1024px) {
  .p-home-sec__ttl .--en {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  .p-home-sec__ttl .--en {
    padding: 0px 0px 0px 30px;
    padding: 0vw 0vw 0vw 3.90625vw;
    font-size: 20px;
    font-size: 2.6041666667vw;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-sec__ttl .--en {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.5;
    padding: 0px 0px 0px 23px;
    padding: 0vw 0vw 0vw 6.1333333333vw;
  }
}
.p-home-sec__ttl .--en::after {
  content: "";
  display: block;
  width: 30px;
  width: 1.5625vw;
  height: 2px;
  height: 0.1041666667vw;
  background-color: #185db0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1271px) {
  .p-home-sec__ttl .--en::after {
    width: 20px;
    width: 2.6041666667vw;
    height: 2px;
    height: 0.2604166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-sec__ttl .--en::after {
    width: 15px;
    width: 4vw;
    height: 2px;
    height: 0.5333333333vw;
  }
}
.p-home-sec__ttl .--jp {
  display: block;
  font-size: 30px;
  font-size: 1.5625vw;
  line-height: 1.5;
  font-weight: 700;
  margin: 12px 0px 0px 0px;
  margin: 0.625vw 0vw 0vw 0vw;
}
@media (max-width: 1536px) {
  .p-home-sec__ttl .--jp {
    font-size: 1.953125vw;
  }
}
@media (max-width: 1271px) {
  .p-home-sec__ttl .--jp {
    font-size: 2.3603461841vw;
  }
}
@media (max-width: 1024px) {
  .p-home-sec__ttl .--jp {
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 1271px) {
  .p-home-sec__ttl .--jp {
    margin: 6px 0px 0px 0px;
    margin: 0.78125vw 0vw 0vw 0vw;
    font-size: 24px;
    font-size: 3.125vw;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-sec__ttl .--jp {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.5;
    margin: 12px 0px 0px 0px;
    margin: 3.2vw 0vw 0vw 0vw;
  }
}
.p-home-sec__cntr {
  padding: 155px 0 0 0;
  padding: 8.0729166667vw 0vw 0vw 0vw;
  position:relative;
  z-index:0;
}
@media only screen and (max-width: 1271px) {
  #worries.c-sec .p-home-sec__cntr {
    padding-top: 9.1145833333vw;
  }
}
@media only screen and (max-width: 767px) {
  #worries.c-sec .p-home-sec__cntr {
    padding-top: 0;
  }
}
#worries.c-sec .p-worries__list {
  display: flex;
  justify-content: space-between;
  margin: 54px 0px 0px 0px;
  margin: 2.8125vw 0vw 0vw 0vw;
}
@media only screen and (max-width: 767px) {
  #worries.c-sec .p-worries__list {
    display: block;
  }
}
#worries.c-sec .p-worries__list--item {
  width: 380px;
  width: 19.7916666667vw;
}
@media only screen and (max-width: 1271px) {
  #worries.c-sec .p-worries__list--item {
    width: calc((100% - 3.90625vw) / 3);
  }
}
@media only screen and (max-width: 767px) {
  #worries.c-sec .p-worries__list--item {
    width: auto;
    margin: 30px 0 0 0;
    margin: 8vw 0vw 0vw 0vw;
  }
}
#worries.c-sec .p-worries__list--img img {
  border-radius: 0.5208333333vw;
}
#worries.c-sec .p-worries__list--img figcaption {
  text-align: center;
  font-size: 20px;
  font-size: 1.0416666667vw;
  line-height: 1.5;
  font-weight: 700;
  margin: 20px 0 0 0;
  margin: 1.0416666667vw 0vw 0vw 0vw;
}
@media (max-width: 1536px) {
  #worries.c-sec .p-worries__list--img figcaption {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 1271px) {
  #worries.c-sec .p-worries__list--img figcaption {
    font-size: 1.5735641227vw;
  }
}
@media (max-width: 1024px) {
  #worries.c-sec .p-worries__list--img figcaption {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  #worries.c-sec .p-worries__list--img figcaption {
    font-size: 14px;
    font-size: 1.8229166667vw;
    line-height: 1.5;
    margin: 10px 0 0 0;
    margin: 1.3020833333vw 0vw 0vw 0vw;
  }
}
@media only screen and (max-width: 767px) {
  #worries.c-sec .p-worries__list--img figcaption {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin: 10px 0 0 0;
    margin: 2.6666666667vw 0vw 0vw 0vw;
    text-align: left;
  }
}
#service.c-sec .c-sec__inr.p-home-sec__cntr {
  padding-top: 8.125vw;
}
@media only screen and (max-width: 1271px) {
  #service.c-sec .c-sec__inr.p-home-sec__cntr {
    padding-top: 9.1145833333vw;
  }
}
@media only screen and (max-width: 767px) {
  #service.c-sec .c-sec__inr.p-home-sec__cntr {
    padding-top: 14.4vw;
  }
}
#service.c-sec .p-home-sec__leadtxt {
  margin: 42px 0px 0px 0px;
  margin: 2.1875vw 0vw 0vw 0vw;
}
@media only screen and (max-width: 767px) {
  #service.c-sec .p-home-sec__leadtxt {
    margin: 24px 0px 0px 0px;
    margin: 6.4vw 0vw 0vw 0vw;
    line-height: 1.6;
  }
}
#service.c-sec .p-service__list {
  margin: 53px 0px 0px 0px;
  margin: 2.7604166667vw 0vw 0vw 0vw;
}
@media only screen and (max-width: 767px) {
  #service.c-sec .p-service__list {
    margin: 25px 0px 0px 0px;
    margin: 6.6666666667vw 0vw 0vw 0vw;
  }
}
#service.c-sec .p-service__list .p-service__list--row {
  display: flex;
  gap: 0px 50px;
  gap: 0vw 2.6041666667vw;
  border-top: 1px solid #ccc;
  padding: 37px 0px 36px 0px;
  padding: 1.9270833333vw 0vw 1.875vw 0vw;
}
#service.c-sec .p-service__list .p-service__list--row:last-of-type {
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  #service.c-sec .p-service__list .p-service__list--row {
    display: block;
    padding: 10px 0px 16px 0px;
    padding: 2.6666666667vw 0vw 4.2666666667vw 0vw;
  }
}
#service.c-sec .p-service__list .p-service__list--row.--small {
  padding: 31px 0px 10px 0px;
  padding: 1.6145833333vw 0vw 0.5208333333vw 0vw;
}
@media only screen and (max-width: 767px) {
  #service.c-sec .p-service__list .p-service__list--row.--small {
    padding: 14px 0px 0px 0px;
    padding: 3.7333333333vw 0vw 0vw 0vw;
  }
}
#service.c-sec .p-service__list .p-service__list--ttl {
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.5;
  font-weight: 700;
  width: 190px;
  width: 9.8958333333vw;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 1536px) {
  #service.c-sec .p-service__list .p-service__list--ttl {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1271px) {
  #service.c-sec .p-service__list .p-service__list--ttl {
    font-size: 1.8882769473vw;
  }
}
@media (max-width: 1024px) {
  #service.c-sec .p-service__list .p-service__list--ttl {
    font-size: 3.125vw;
  }
}
#service.c-sec .p-service__list .p-service__list--ttl .--num {
  font-size: 30px;
  font-size: 1.5625vw;
  line-height: 1.5;
  line-height: 1;
  font-weight: 600;
  margin-right: 0.5208333333vw;
}
@media (max-width: 1536px) {
  #service.c-sec .p-service__list .p-service__list--ttl .--num {
    font-size: 1.953125vw;
  }
}
@media (max-width: 1271px) {
  #service.c-sec .p-service__list .p-service__list--ttl .--num {
    font-size: 2.3603461841vw;
  }
}
@media (max-width: 1024px) {
  #service.c-sec .p-service__list .p-service__list--ttl .--num {
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 1271px) {
  #service.c-sec .p-service__list .p-service__list--ttl {
    width: 8em;
    font-size: 20px;
    font-size: 2.6041666667vw;
    line-height: 1.5;
  }
  #service.c-sec .p-service__list .p-service__list--ttl .--num {
    font-size: 20px;
    font-size: 2.6041666667vw;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  #service.c-sec .p-service__list .p-service__list--ttl {
    width: auto;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  #service.c-sec .p-service__list .p-service__list--ttl .--num {
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
#service.c-sec .p-service__list .p-service__list--txt {
  font-size: 16px;
  font-size: 0.8333333333vw;
  line-height: 1.6875;
  flex-grow: 1;
  flex-shrink: 1;
}
@media (max-width: 1536px) {
  #service.c-sec .p-service__list .p-service__list--txt {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1271px) {
  #service.c-sec .p-service__list .p-service__list--txt {
    font-size: 1.2588512982vw;
  }
}
@media (max-width: 1024px) {
  #service.c-sec .p-service__list .p-service__list--txt {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  #service.c-sec .p-service__list .p-service__list--txt {
    font-size: 16px;
    font-size: 2.0833333333vw;
    line-height: 1.6875;
  }
}
@media only screen and (max-width: 767px) {
  #service.c-sec .p-service__list .p-service__list--txt {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.6875;
    margin-top: 2.1333333333vw;
  }
}
#service.c-sec .p-service__list .p-service__list--innerbox {
  border-top: 1px dashed #ccc;
  padding: 20px 0px 20px 0px;
  padding: 1.0416666667vw 0vw 1.0416666667vw 0vw;
}
@media only screen and (max-width: 767px) {
  #service.c-sec .p-service__list .p-service__list--innerbox {
    padding: 14px 0px 13px 0px;
    padding: 3.7333333333vw 0vw 3.4666666667vw 0vw;
  }
}
#service.c-sec .p-service__list .p-service__list--innerbox.noborder {
  border: none;
  padding-top: 0;
}
#service.c-sec .p-service__list .p-service__list--innerbox .--innerbox--ttl {
  font-weight: 700;
}
#service.c-sec .p-service__list .p-service__list--innerbox .--innerbox--txt {
  margin: 10px 0px 0px 0px;
  margin: 0.5208333333vw 0vw 0vw 0vw;
}
#reason.c-sec .c-sec__inr.p-home-sec__cntr {
  padding-top: 8.6458333333vw;
}
@media only screen and (max-width: 1271px) {
  #reason.c-sec .c-sec__inr.p-home-sec__cntr {
    padding-top: 9.1145833333vw;
  }
}
@media only screen and (max-width: 767px) {
  #reason.c-sec .c-sec__inr.p-home-sec__cntr {
    padding-top: 14.6666666667vw;
  }
}
#reason.c-sec .p-reason__list {
  margin: 55px 0px 0px 0px;
  margin: 2.8645833333vw 0vw 0vw 0vw;
}
@media only screen and (max-width: 1271px) {
  #reason.c-sec .p-reason__list {
    margin: 55px 0px 0px 0px;
    margin: 7.1614583333vw 0vw 0vw 0vw;
  }
}
@media only screen and (max-width: 767px) {
  #reason.c-sec .p-reason__list {
    margin: 16px 0px 0px 0px;
    margin: 4.2666666667vw 0vw 0vw 0vw;
  }
}
#reason.c-sec .p-reason__list--item {
  display: flex;
  align-items: center;
  gap: 20px;
  gap: 1.0416666667vw;
}
#reason.c-sec .p-reason__list--item:not(:first-of-type) {
  margin: 40px 0px 0px 0px;
  margin: 2.0833333333vw 0vw 0vw 0vw;
}
@media only screen and (max-width: 1271px) {
  #reason.c-sec .p-reason__list--item {
    gap: 20px;
    gap: 2.6041666667vw;
    align-items: start;
  }
  #reason.c-sec .p-reason__list--item:not(:first-of-type) {
    margin: 40px 0px 0px 0px;
    margin: 5.2083333333vw 0vw 0vw 0vw;
  }
}
@media only screen and (max-width: 767px) {
  #reason.c-sec .p-reason__list--item {
    flex-direction: column;
    align-items: start;
  }
  #reason.c-sec .p-reason__list--item:not(:first-of-type) {
    margin: 20px 0px 0px 0px;
    margin: 5.3333333333vw 0vw 0vw 0vw;
  }
}
#reason.c-sec .p-reason__list--box {
  flex-grow: 1;
  flex-shrink: 1;
}
@media only screen and (max-width: 767px) {
  #reason.c-sec .p-reason__list--box {
    display: contents;
  }
}
#reason.c-sec .p-reason__list--ttl {
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 1536px) {
  #reason.c-sec .p-reason__list--ttl {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1271px) {
  #reason.c-sec .p-reason__list--ttl {
    font-size: 1.8882769473vw;
  }
}
@media (max-width: 1024px) {
  #reason.c-sec .p-reason__list--ttl {
    font-size: 3.125vw;
  }
}
#reason.c-sec .p-reason__list--ttl .--num {
  font-size: 30px;
  font-size: 1.5625vw;
  line-height: 1.5;
  font-weight: 600;
  margin-right: 0.5208333333vw;
}
@media (max-width: 1536px) {
  #reason.c-sec .p-reason__list--ttl .--num {
    font-size: 1.953125vw;
  }
}
@media (max-width: 1271px) {
  #reason.c-sec .p-reason__list--ttl .--num {
    font-size: 2.3603461841vw;
  }
}
@media (max-width: 1024px) {
  #reason.c-sec .p-reason__list--ttl .--num {
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 1271px) {
  #reason.c-sec .p-reason__list--ttl {
    font-size: 22px;
    font-size: 2.8645833333vw;
    line-height: 1.5;
  }
  #reason.c-sec .p-reason__list--ttl .--num {
    font-size: 26px;
    font-size: 3.3854166667vw;
    line-height: 1.5;
    margin-right: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  #reason.c-sec .p-reason__list--ttl {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    order: 1;
  }
  #reason.c-sec .p-reason__list--ttl .--num {
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
#reason.c-sec .p-reason__list--txt {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 16px;
  font-size: 0.8333333333vw;
  line-height: 2.25;
  margin: 20px 0px 0px 0px;
  margin: 1.0416666667vw 0vw 0vw 0vw;
}
@media (max-width: 1536px) {
  #reason.c-sec .p-reason__list--txt {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1271px) {
  #reason.c-sec .p-reason__list--txt {
    font-size: 1.2588512982vw;
  }
}
@media (max-width: 1024px) {
  #reason.c-sec .p-reason__list--txt {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  #reason.c-sec .p-reason__list--txt {
    font-size: 14px;
    font-size: 1.8229166667vw;
    line-height: 2.4285714286;
    margin: 10px 0px 0px 0px;
    margin: 1.3020833333vw 0vw 0vw 0vw;
  }
}
@media only screen and (max-width: 767px) {
  #reason.c-sec .p-reason__list--txt {
    order: 3;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.6875;
    margin: 10px 0px 0px 0px;
    margin: 2.6666666667vw 0vw 0vw 0vw;
  }
}
#reason.c-sec .p-reason__list--pic {
  width: 580px;
  width: 30.2083333333vw;
  flex-grow: 0;
  flex-shrink: 0;
}
#reason.c-sec .p-reason__list--pic img {
  border-radius: 0.5208333333vw;
}
@media only screen and (max-width: 1271px) {
  #reason.c-sec .p-reason__list--pic {
    width: 48%;
  }
  #reason.c-sec .p-reason__list--pic img {
    border-radius: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  #reason.c-sec .p-reason__list--pic {
    margin: 10px 0px 0px 0px;
    margin: 2.6666666667vw 0vw 0vw 0vw;
    width: auto;
    order: 2;
  }
  #reason.c-sec .p-reason__list--pic img {
    border-radius: 2.6666666667vw;
  }
}
#column.c-sec .c-sec__inr.p-home-sec__cntr {
  padding-top: 7.9166666667vw;
}
@media only screen and (max-width: 1271px) {
  #column.c-sec .c-sec__inr.p-home-sec__cntr {
    padding-top: 9.1145833333vw;
  }
}
@media only screen and (max-width: 767px) {
  #column.c-sec .c-sec__inr.p-home-sec__cntr {
    padding-top: 14.9333333333vw;
  }
}
#column.c-sec .p-column__txt {
  margin: 37px 0px 0px 0px;
  margin: 1.9270833333vw 0vw 0vw 0vw;
}
@media only screen and (max-width: 767px) {
  #column.c-sec .p-column__txt {
    margin: 20px 0px 0px 0px;
    margin: 5.3333333333vw 0vw 0vw 0vw;
  }
}
#column.c-sec .p-column--slider {
  margin: 53px 0px 0px 0px;
  margin: 2.7604166667vw 0vw 0vw 0vw;
}
@media only screen and (max-width: 767px) {
  #column.c-sec .p-column--slider {
    margin: 30px 0px 0px 0px;
    margin: 8vw 0vw 0vw 0vw;
  }
}
#column.c-sec .p-column--slider .swiper-slide {
  width: 380px;
  width: 19.7916666667vw;
}
#column.c-sec .p-column--slider .swiper-slide .--slider--pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.3%;
  line-height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0.5208333333vw;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
@media only screen and (max-width: 1271px) {
  #column.c-sec .p-column--slider .swiper-slide .--slider--pic {
    border-radius: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  #column.c-sec .p-column--slider .swiper-slide .--slider--pic {
    border-radius: 2.6666666667vw;
  }
}
#column.c-sec .p-column--slider .swiper-slide .--slider--img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  #column.c-sec .p-column--slider .swiper-slide .--slider--img {
    border-radius: 2.6666666667vw;
  }
}
#column.c-sec .p-column--slider .swiper-slide .--slider--caption {
  display: block;
  margin: 10px 0px 0px 0px;
  margin: 0.5208333333vw 0vw 0vw 0vw;
  font-weight: 700;
}
@media only screen and (max-width: 1271px) {
  #column.c-sec .p-column--slider .swiper-slide .--slider--caption {
    margin: 5px 0px 0px 0px;
    margin: 0.6510416667vw 0vw 0vw 0vw;
    font-size: 14px;
    font-size: 1.8229166667vw;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  #column.c-sec .p-column--slider .swiper-slide .--slider--caption {
    margin: 5px 0px 0px 0px;
    margin: 1.3333333333vw 0vw 0vw 0vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1272px) {
  #column.c-sec
    .p-column--slider
    .swiper-slide
    .--slider--link:hover
    .--slider--img {
    transform: scale(1.2);
  }
}
#column.c-sec .p-column--slider--wrap {
  position: relative;
}
#column.c-sec .p-column--slider--wrap .swiper-button-prev,
#column.c-sec .p-column--slider--wrap .swiper-button-next {
  position: absolute;
  top: 5.9895833333vw;
  z-index: 10;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background-color: #185db0;
  border-radius: 100%;
  transition: 0.5s;
}
#column.c-sec .p-column--slider--wrap .swiper-button-prev:after,
#column.c-sec .p-column--slider--wrap .swiper-button-next:after {
  color: #fff;
  font-size: 16px;
  font-size: 0.8333333333vw;
  line-height: 1.5;
}
@media (max-width: 1536px) {
  #column.c-sec .p-column--slider--wrap .swiper-button-prev:after,
  #column.c-sec .p-column--slider--wrap .swiper-button-next:after {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1271px) {
  #column.c-sec .p-column--slider--wrap .swiper-button-prev:after,
  #column.c-sec .p-column--slider--wrap .swiper-button-next:after {
    font-size: 1.2588512982vw;
  }
}
@media (max-width: 1024px) {
  #column.c-sec .p-column--slider--wrap .swiper-button-prev:after,
  #column.c-sec .p-column--slider--wrap .swiper-button-next:after {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  #column.c-sec .p-column--slider--wrap .swiper-button-prev:after,
  #column.c-sec .p-column--slider--wrap .swiper-button-next:after {
    font-size: 14px;
    font-size: 1.8229166667vw;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  #column.c-sec .p-column--slider--wrap .swiper-button-prev:after,
  #column.c-sec .p-column--slider--wrap .swiper-button-next:after {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1272px) {
  #column.c-sec .p-column--slider--wrap .swiper-button-prev:hover,
  #column.c-sec .p-column--slider--wrap .swiper-button-next:hover {
    color: #fff;
    background-color: #0af;
  }
}
@media only screen and (max-width: 1271px) {
  #column.c-sec .p-column--slider--wrap .swiper-button-prev,
  #column.c-sec .p-column--slider--wrap .swiper-button-next {
    top: 8.4635416667vw;
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  #column.c-sec .p-column--slider--wrap .swiper-button-prev,
  #column.c-sec .p-column--slider--wrap .swiper-button-next {
    top: 28vw;
    width: 8vw;
    height: 8vw;
  }
}
#column.c-sec .p-column--slider--wrap .swiper-button-prev {
  left: 0;
  transform: translate(-50%, 0);
}
#column.c-sec .p-column--slider--wrap .swiper-button-next {
  right: 0;
  transform: translate(50%, 0);
}
#column.c-sec .p-btn__box-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 0px;
  margin: 3.125vw auto 0vw;
}
@media only screen and (max-width: 1271px) {
  #column.c-sec .p-btn__box-wrap {
    margin: 30px auto 0px;
    margin: 3.90625vw auto 0vw;
  }
}
@media only screen and (max-width: 767px) {
  #column.c-sec .p-btn__box-wrap {
    margin: 29px auto 0px;
    margin: 7.7333333333vw auto 0vw;
  }
}
#casestudy.c-sec .p-home-sec__cntr {
  padding-top: 8.125vw;
}
@media only screen and (max-width: 1271px) {
  #casestudy.c-sec .p-home-sec__cntr {
    padding-top: 9.1145833333vw;
  }
}
@media only screen and (max-width: 767px) {
  #casestudy.c-sec .p-home-sec__cntr {
    padding-top: 14.9333333333vw;
  }
}
#casestudy.c-sec .p-casestudy__list {
  display: flex;
  justify-content: space-between;
  margin: 50px 0px 0px 0px;
  margin: 2.6041666667vw 0vw 0vw 0vw;
}
@media only screen and (max-width: 767px) {
  #casestudy.c-sec .p-casestudy__list {
    display: block;
    margin: 21px 0px 0px 0px;
    margin: 5.6vw 0vw 0vw 0vw;
  }
}
#casestudy.c-sec .p-casestudy__list--item {
  width: 580px;
  width: 30.2083333333vw;
}
@media only screen and (max-width: 1271px) {
  #casestudy.c-sec .p-casestudy__list--item {
    width: calc(50% - 1.953125vw);
  }
}
@media only screen and (max-width: 767px) {
  #casestudy.c-sec .p-casestudy__list--item {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  #casestudy.c-sec .p-casestudy__list--item:not(:first-of-type) {
    margin: 22px 0px 0px 0px;
    margin: 5.8666666667vw 0vw 0vw 0vw;
  }
}
#casestudy.c-sec .p-casestudy__list--box {
  margin: 27px 0px 0px 0px;
  margin: 1.40625vw 0vw 0vw 0vw;
}
@media only screen and (max-width: 767px) {
  #casestudy.c-sec .p-casestudy__list--box {
    display: contents;
  }
}
#casestudy.c-sec .p-casestudy__list--pic img {
  border-radius: 0.5208333333vw;
}
@media only screen and (max-width: 1271px) {
  #casestudy.c-sec .p-casestudy__list--pic img {
    border-radius: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  #casestudy.c-sec .p-casestudy__list--pic {
    order: 3;
    margin-top: 4.2666666667vw;
  }
  #casestudy.c-sec .p-casestudy__list--pic img {
    border-radius: 2.6666666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  #casestudy.c-sec .p-casestudy__list--tag {
    font-size: 14px;
    font-size: 1.8229166667vw;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  #casestudy.c-sec .p-casestudy__list--tag {
    order: 1;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
#casestudy.c-sec .p-casestudy__list--tag .--hash {
  color: #185db0;
  font-weight: 700;
}
#casestudy.c-sec .p-casestudy__list--ttl {
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.5;
  font-weight: 700;
  margin: 10px 0px 0px 0px;
  margin: 0.5208333333vw 0vw 0vw 0vw;
}
@media (max-width: 1536px) {
  #casestudy.c-sec .p-casestudy__list--ttl {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1271px) {
  #casestudy.c-sec .p-casestudy__list--ttl {
    font-size: 1.8882769473vw;
  }
}
@media (max-width: 1024px) {
  #casestudy.c-sec .p-casestudy__list--ttl {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 1271px) {
  #casestudy.c-sec .p-casestudy__list--ttl {
    font-size: 19px;
    font-size: 2.4739583333vw;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  #casestudy.c-sec .p-casestudy__list--ttl {
    order: 2;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
#casestudy.c-sec .p-casestudy__list--sentence {
  font-size: 20px;
  font-size: 1.0416666667vw;
  line-height: 1.5;
  line-height: 1.6;
  font-weight: 700;
  margin: 20px 0px 0px 0px;
  margin: 1.0416666667vw 0vw 0vw 0vw;
  letter-spacing: 0.12em;
}
@media (max-width: 1536px) {
  #casestudy.c-sec .p-casestudy__list--sentence {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 1271px) {
  #casestudy.c-sec .p-casestudy__list--sentence {
    font-size: 1.5735641227vw;
  }
}
@media (max-width: 1024px) {
  #casestudy.c-sec .p-casestudy__list--sentence {
    font-size: 2.6041666667vw;
  }
}
#casestudy.c-sec .p-casestudy__list--sentence em {
  color: #de3232;
}
@media only screen and (max-width: 1271px) {
  #casestudy.c-sec .p-casestudy__list--sentence {
    font-size: 15px;
    font-size: 1.953125vw;
    line-height: 1.5;
    line-height: 1.6;
    margin: 10px 0px 0px 0px;
    margin: 1.3020833333vw 0vw 0vw 0vw;
  }
}
@media only screen and (max-width: 767px) {
  #casestudy.c-sec .p-casestudy__list--sentence {
    order: 4;
    margin: 15px 0px 0px 0px;
    margin: 4vw 0vw 0vw 0vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.6875;
    letter-spacing: 0.09em;
  }
}
#casestudy.c-sec .p-casestudy__list--txt {
  line-height: 2;
  margin: 20px 0px 0px 0px;
  margin: 1.0416666667vw 0vw 0vw 0vw;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 767px) {
  #casestudy.c-sec .p-casestudy__list--txt {
    order: 5;
    margin: 8px 0px 0px 0px;
    margin: 2.1333333333vw 0vw 0vw 0vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.6875;
  }
}
#flow.c-sec .c-sec__inr.p-home-sec__cntr {
  padding-top: 7.8125vw;
}
@media only screen and (max-width: 1271px) {
  #flow.c-sec .c-sec__inr.p-home-sec__cntr {
    padding-top: 9.1145833333vw;
  }
}
@media only screen and (max-width: 767px) {
  #flow.c-sec .c-sec__inr.p-home-sec__cntr {
    padding-top: 13.8666666667vw;
  }
}
#flow.c-sec .p-flow__txt {
  margin: 36px 0px 0px 0px;
  margin: 1.875vw 0vw 0vw 0vw;
}
@media only screen and (max-width: 767px) {
  #flow.c-sec .p-flow__txt {
    margin: 22px 0px 0px 0px;
    margin: 5.8666666667vw 0vw 0vw 0vw;
  }
}
#flow.c-sec .p-flow__list--pc {
  margin: 50px 0px 0px 0px;
  margin: 2.6041666667vw 0vw 0vw 0vw;
  position: relative;
}
@media only screen and (max-width: 1271px) {
  #flow.c-sec .p-flow__list--pc {
    margin: 50px 0px 0px 0px;
    margin: 6.5104166667vw 0vw 0vw 0vw;
  }
}
@media only screen and (max-width: 767px) {
  #flow.c-sec .p-flow__list--pc {
    display: none;
  }
}
#flow.c-sec .p-flow__list--pc .p-flow__list--item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 40px;
  gap: 2.0833333333vw;
}
#flow.c-sec .p-flow__list--pc .p-flow__list--item:not(:first-of-type) {
  margin: 40px 0px 0px 0px;
  margin: 2.0833333333vw 0vw 0vw 0vw;
}
@media only screen and (max-width: 1271px) {
  #flow.c-sec .p-flow__list--pc .p-flow__list--item {
    gap: 30px;
    gap: 3.90625vw;
  }
  #flow.c-sec .p-flow__list--pc .p-flow__list--item:not(:first-of-type) {
    margin: 40px 0px 0px 0px;
    margin: 5.2083333333vw 0vw 0vw 0vw;
  }
}
#flow.c-sec .p-flow__list--pc .p-flow__list--item::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 2.0833333333vw);
  background-color: #008ce1;
  position: absolute;
  top: 3.6458333333vw;
  left: 2.6041666667vw;
  z-index: -1;
}
@media only screen and (max-width: 1271px) {
  #flow.c-sec .p-flow__list--pc .p-flow__list--item::after {
    height: calc(100% + 5.2083333333vw);
    top: 9.1145833333vw;
    left: 5.2083333333vw;
  }
}
#flow.c-sec .p-flow__list--pc .p-flow__list--item:last-of-type::after {
  content: none;
}
#flow.c-sec .p-flow__list--pc .p-flow__list--step {
  text-align: center;
  width: 100px;
  width: 5.2083333333vw;
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1271px) {
  #flow.c-sec .p-flow__list--pc .p-flow__list--step {
    width: 80px;
    width: 10.4166666667vw;
  }
}
#flow.c-sec .p-flow__list--pc .p-flow__list--step .--num {
  background-color: #fff;
}
#flow.c-sec .p-flow__list--pc .p-flow__list--step .--icon {
  margin-top: 0.3645833333vw;
}
#flow.c-sec .p-flow__list--pc .p-flow__list--step .--icon img {
  width: 100px;
  width: 5.2083333333vw;
}
@media only screen and (max-width: 1271px) {
  #flow.c-sec .p-flow__list--pc .p-flow__list--step .--icon {
    margin-top: 0.9114583333vw;
  }
  #flow.c-sec .p-flow__list--pc .p-flow__list--step .--icon img {
    width: 80px;
    width: 10.4166666667vw;
  }
}
#flow.c-sec .p-flow__list--pc .p-flow__list--box {
  width: calc(100% - 0vw);
}
#flow.c-sec .p-flow__list--pc .p-flow__list--box .--ttl {
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 1536px) {
  #flow.c-sec .p-flow__list--pc .p-flow__list--box .--ttl {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1271px) {
  #flow.c-sec .p-flow__list--pc .p-flow__list--box .--ttl {
    font-size: 1.8882769473vw;
  }
}
@media (max-width: 1024px) {
  #flow.c-sec .p-flow__list--pc .p-flow__list--box .--ttl {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 1271px) {
  #flow.c-sec .p-flow__list--pc .p-flow__list--box .--ttl {
    font-size: 20px;
    font-size: 2.6041666667vw;
    line-height: 1.5;
  }
}
#flow.c-sec .p-flow__list--pc .p-flow__list--box .--txt {
  border-radius: 0.5208333333vw;
  background-color: #f8f8f8;
  width: 100%;
  padding: 28px 20px;
  padding: 1.4583333333vw 1.0416666667vw;
  margin: 10px 0px 0px 0px;
  margin: 0.5208333333vw 0vw 0vw 0vw;
}
@media only screen and (max-width: 1271px) {
  #flow.c-sec .p-flow__list--pc .p-flow__list--box .--txt {
    border-radius: 1.3020833333vw;
    padding: 20px 20px;
    padding: 2.6041666667vw 2.6041666667vw;
    margin: 10px 0px 0px 0px;
    margin: 1.3020833333vw 0vw 0vw 0vw;
    font-size: 16px;
    font-size: 2.0833333333vw;
    line-height: 1.5;
  }
}
#flow.c-sec .p-flow__list--sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #flow.c-sec .p-flow__list--sp {
    display: block;
    margin: 26px 0px 0px 0px;
    margin: 6.9333333333vw 0vw 0vw 0vw;
    position: relative;
  }
}
#flow.c-sec .p-flow__list--sp .p-flow__list--item {
  position: relative;
  z-index: 1;
  display: block;
}
@media only screen and (max-width: 767px) {
  #flow.c-sec .p-flow__list--sp .p-flow__list--item:not(:first-of-type) {
    margin: 20px 0px 0px 0px;
    margin: 5.3333333333vw 0vw 0vw 0vw;
  }
}
#flow.c-sec .p-flow__list--sp .p-flow__list--step {
  display: flex;
  gap: 8px;
  gap: 2.1333333333vw;
}
#flow.c-sec .p-flow__list--sp .p-flow__list--step .--icon {
  margin-top: 0.3645833333vw;
}
#flow.c-sec .p-flow__list--sp .p-flow__list--step .--icon img {
  width: 40px;
  width: 10.6666666667vw;
}
#flow.c-sec .p-flow__list--sp .p-flow__list--step .--ttlbox {
  font-weight: 700;
}
#flow.c-sec .p-flow__list--sp .p-flow__list--step .--num {
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 1.5;
}
#flow.c-sec .p-flow__list--sp .p-flow__list--step .--ttl {
  font-size: 16px;
  font-size: 4.2666666667vw;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #flow.c-sec .p-flow__list--sp .p-flow__list--box {
    margin: 5px 0px 0px 0px;
    margin: 1.3333333333vw 0vw 0vw 0vw;
  }
}
#flow.c-sec .p-flow__list--sp .p-flow__list--box .--txt {
  border-radius: 2.6666666667vw;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  #flow.c-sec .p-flow__list--sp .p-flow__list--box .--txt {
    padding: 16px 20px 17px 20px;
    padding: 4.2666666667vw 5.3333333333vw 4.5333333333vw 5.3333333333vw;
  }
}
#qanda.c-sec .c-sec__inr.p-home-sec__cntr {
  padding-top: 7.8645833333vw;
  padding-top: 160px;
}
@media only screen and (max-width: 767px) {
  #qanda.c-sec .c-sec__inr.p-home-sec__cntr {
    padding-top: 16vw;
  }
}
#qanda.c-sec .p-qanda__list {
  margin: 54px 0px 0px 0px;
  margin: 2.8125vw 0vw 0vw 0vw;
}
@media only screen and (max-width: 767px) {
  #qanda.c-sec .p-qanda__list {
    margin: 26px 0px 0px 0px;
    margin: 6.9333333333vw 0vw 0vw 0vw;
  }
}
#qanda.c-sec .p-qanda__list--item {
  border: #ccc solid 1px;
  border-radius: 0.5208333333vw;
  padding: 0 30px;
  padding: 0vw 1.5625vw;
}
#qanda.c-sec .p-qanda__list--item:not(:first-of-type) {
  margin: 30px 0px 0px 0px;
  margin: 1.5625vw 0vw 0vw 0vw;
}
@media only screen and (max-width: 1271px) {
  #qanda.c-sec .p-qanda__list--item {
    padding: 0 30px;
    padding: 0vw 3.90625vw;
  }
  #qanda.c-sec .p-qanda__list--item:not(:first-of-type) {
    margin: 30px 0px 0px 0px;
    margin: 3.90625vw 0vw 0vw 0vw;
  }
}
@media only screen and (max-width: 767px) {
  #qanda.c-sec .p-qanda__list--item {
    padding: 0 20px;
    padding: 0vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  #qanda.c-sec .p-qanda__list--item:not(:first-of-type) {
    margin: 20px 0px 0px 0px;
    margin: 5.3333333333vw 0vw 0vw 0vw;
  }
}
#qanda.c-sec .p-qanda__list--question {
  position: relative;
  padding: 24px 0;
  padding: 1.25vw 0vw;
}
@media only screen and (max-width: 1271px) {
  #qanda.c-sec .p-qanda__list--question {
    padding: 18px 0;
    padding: 2.34375vw 0vw;
  }
}
@media only screen and (max-width: 767px) {
  #qanda.c-sec .p-qanda__list--question {
    padding: 12px 0 16px 0;
    padding: 3.2vw 0vw 4.2666666667vw 0vw;
  }
}
#qanda.c-sec .p-qanda__list--question .p-qanda__list--q-ttl {
  position: relative;
  font-size: 20px;
  font-size: 1.0416666667vw;
  line-height: 1.5;
  color: #185db0;
  font-weight: 700;
  padding: 0px 40px 0px 110px;
  padding: 0vw 2.0833333333vw 0vw 5.7291666667vw;
}
@media (max-width: 1536px) {
  #qanda.c-sec .p-qanda__list--question .p-qanda__list--q-ttl {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 1271px) {
  #qanda.c-sec .p-qanda__list--question .p-qanda__list--q-ttl {
    font-size: 1.5735641227vw;
  }
}
@media (max-width: 1024px) {
  #qanda.c-sec .p-qanda__list--question .p-qanda__list--q-ttl {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (max-width: 1271px) {
  #qanda.c-sec .p-qanda__list--question .p-qanda__list--q-ttl {
    font-size: 18px;
    font-size: 2.34375vw;
    line-height: 1.5;
    padding: 0px 40px 0px 110px;
    padding: 0vw 5.2083333333vw 0vw 14.3229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  #qanda.c-sec .p-qanda__list--question .p-qanda__list--q-ttl {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.6875;
    padding: 0 40px 0 30px;
    padding: 0vw 10.6666666667vw 0vw 8vw;
  }
}
#qanda.c-sec .p-qanda__list--question .p-qanda__list--q-ttl::after {
  content: "";
  display: block;
  height: 30px;
  height: 1.5625vw;
  width: 1px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 3.6458333333vw;
}
@media only screen and (max-width: 1271px) {
  #qanda.c-sec .p-qanda__list--question .p-qanda__list--q-ttl::after {
    height: 28px;
    height: 3.6458333333vw;
    left: 9.1145833333vw;
  }
}
@media only screen and (max-width: 767px) {
  #qanda.c-sec .p-qanda__list--question .p-qanda__list--q-ttl::after {
    height: 20px;
    height: 5.3333333333vw;
    left: 5.3333333333vw;
    top: 1.3333333333vw;
  }
}
#qanda.c-sec .p-qanda__list--question .--icon_q {
  display: block;
  position: absolute;
  left: 0;
  top: 1.0416666667vw;
  font-size: 30px;
  font-size: 1.5625vw;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  color: #185db0;
}
@media (max-width: 1536px) {
  #qanda.c-sec .p-qanda__list--question .--icon_q {
    font-size: 1.953125vw;
  }
}
@media (max-width: 1271px) {
  #qanda.c-sec .p-qanda__list--question .--icon_q {
    font-size: 2.3603461841vw;
  }
}
@media (max-width: 1024px) {
  #qanda.c-sec .p-qanda__list--question .--icon_q {
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 1271px) {
  #qanda.c-sec .p-qanda__list--question .--icon_q {
    top: 1.3020833333vw;
    font-size: 26px;
    font-size: 3.3854166667vw;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  #qanda.c-sec .p-qanda__list--question .--icon_q {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    top: 2.6666666667vw;
  }
}
#qanda.c-sec .p-qanda__list--answer .--ans-inner {
  border-top: solid 1px #ccc;
  position: relative;
  padding: 24px 0 28px 110px;
  padding: 1.25vw 0vw 1.4583333333vw 5.7291666667vw;
}
@media only screen and (max-width: 1271px) {
  #qanda.c-sec .p-qanda__list--answer .--ans-inner {
    padding: 18px 0 22px 110px;
    padding: 2.34375vw 0vw 2.8645833333vw 14.3229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  #qanda.c-sec .p-qanda__list--answer .--ans-inner {
    padding: 11px 0 16px 30px;
    padding: 2.9333333333vw 0vw 4.2666666667vw 8vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.6875;
  }
}
#qanda.c-sec .p-qanda__list--answer .--icon_a {
  position: absolute;
  left: 0;
  top: 1.0416666667vw;
  font-size: 30px;
  font-size: 1.5625vw;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1536px) {
  #qanda.c-sec .p-qanda__list--answer .--icon_a {
    font-size: 1.953125vw;
  }
}
@media (max-width: 1271px) {
  #qanda.c-sec .p-qanda__list--answer .--icon_a {
    font-size: 2.3603461841vw;
  }
}
@media (max-width: 1024px) {
  #qanda.c-sec .p-qanda__list--answer .--icon_a {
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 1271px) {
  #qanda.c-sec .p-qanda__list--answer .--icon_a {
    top: 1.3020833333vw;
    font-size: 26px;
    font-size: 3.3854166667vw;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  #qanda.c-sec .p-qanda__list--answer .--icon_a {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    line-height: 1;
    top: 4.8vw;
  }
}
.p-bg-anime {
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.p-bg-anime img {
  display: block;
  animation: 100s linear infinite rotation1;
}
.p-bg-anime.--set01 {
  width: 1181px;
  width: 61.5104166667vw;
  top: 13.8541666667vw;
  right: -12.3958333333vw;
}
@media only screen and (max-width: 1271px) {
  .p-bg-anime.--set01 {
    width: 600px;
    width: 78.125vw;
    top: 34.6354166667vw;
    right: -30.9895833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-bg-anime.--set01 {
    width: 431px;
    width: 114.9333333333vw;
    top: 165.3333333333vw;
    right: -63.4666666667vw;
  }
}
.p-bg-anime.--set02 {
  width: 924px;
  width: 48.125vw;
  top: -1.6666666667vw;
  left: -3.9583333333vw;
}
@media only screen and (max-width: 1271px) {
  .p-bg-anime.--set02 {
    width: 460px;
    width: 59.8958333333vw;
    top: -4.1666666667vw;
    left: -9.8958333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-bg-anime.--set02 {
    width: 578px;
    width: 154.1333333333vw;
    top: -8.5333333333vw;
    left: -74.6666666667vw;
  }
}
.p-bg-anime.--set03 {
  width: 1073px;
  width: 55.8854166667vw;
  top: 10.4166666667vw;
  right: -19.0104166667vw;
}
@media only screen and (max-width: 1271px) {
  .p-bg-anime.--set03 {
    width: 520px;
    width: 67.7083333333vw;
    top: 26.0416666667vw;
    right: -47.5260416667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-bg-anime.--set03 {
    width: 411px;
    width: 109.6vw;
    top: 72vw;
    right: -29.3333333333vw;
  }
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
