@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("../font/NotoSansJP-Medium.woff2") format("woff2"), url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html,
body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  font: inherit;
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.19;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}



a {
  cursor: pointer;
  text-decoration: none;
}

html {
  overflow-x: auto;
}

body {
  color: #333333;
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.667;
  letter-spacing: 0.05em;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  position: relative;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.en {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.dib {
  display: inline-block;
}

.center {
  text-align: center;
}

.md {
  display: none;
}

.sm {
  display: none;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.pc {
  display: none;
}

.l-cta-btn--1 {
  margin-top: 3.75em;
}

.c-btn {
  display: block;
  max-width: 45.75em;
  margin: 0 auto;
}

.l-cta-btn--2 {
  margin-top: -7.5em;
  position: relative;
  z-index: 1;
}

.c-sec-head-1 {
  padding-bottom: 4.5em;
}

.c-sec-head-1__en {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #2C97E9;
  padding-bottom: 1.5em;
}

.c-sec-head-1__title {
  font-weight: bold;
  font-size: 2.5em;
  letter-spacing: 0.1em;
  line-height: 1.45;
}

.c-sec-head-1__note {
  margin-top: 1.5em;
}

.c-accordion {
  border-radius: 1em;
  overflow: hidden;
}
.c-accordion:nth-child(n+2) {
  margin-top: 2.5em;
}

.c-accordion__title {
  padding: 1.5em 2.5em 1.5em 5em;
  font-weight: bold;
  background: #F2F2F2;
  position: relative;
  letter-spacing: 0.1em;
}
.c-accordion__title span {
  font-size: 1.5em;
}
.c-accordion__title::before {
  content: "";
  position: absolute;
  top: 2.75em;
  left: 2.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5625em;
  height: 1.75em;
  background: url(../img/pc/q-icon.svg) no-repeat center center/contain;
}

.c-accordion__text {
  position: relative;
  background: #fff;
  padding: 2em 2.5em 2em 5em;
  letter-spacing: 0.1em;
}
.c-accordion__text::before {
  content: "";
  position: absolute;
  top: 3em;
  left: 2.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5625em;
  height: 1.75em;
  background: url(../img/pc/a-icon.svg) no-repeat center center/contain;
}

.l-main {
  font-size: 1rem;
}

.l-inner {
  margin: 0 auto;
  max-width: 80em;
  padding: 0 2.5em;
}



.u-text-main {
  color: #2C97E9;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #F3ACAC));
  background: linear-gradient(transparent 70%, #F3ACAC 70%);
}

/* ==============================================================
# header
============================================================== */

.l-header {
  background: #fff;
  font-weight: 700;
  left: 0;
  letter-spacing: .05em;
  /*position: fixed;*/
  right: 0;
  top: 0;
  transition: .3s;
  width: 100%;
  z-index: 100;
}

.l-header__body {
  display: flex;
  flex-wrap: wrap;
  height: 80px;
  justify-content: space-between;
  margin: 0 auto;
  position: static
}

@media screen and (max-width:767px) {
  .l-header__body {
      height: 18.6666666667vw
  }
}

.l-header__body:before {
  background: rgba(0, 0, 0, .4);
  content: "";
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: .3s;
  width: 100vw;
  z-index: -1
}

.l-header__title {
  align-items: center;
  display: flex;
  margin: 0 auto 0 0;
  max-width: 213px;
  padding: 0 0 0 30px
}

@media screen and (max-width:767px) {
  .l-header__title {
      padding: 0 0 0 5.3333333333vw;
      width: 44vw
  }
}

.l-header__title a {
  display: block
}

@media screen and (min-width:768px) {
  .l-header__title a {
      transition: .3s
  }

  .l-header__title a:hover {
      opacity: .6
  }

  .l-footer__body img{
    width: 57.5%;
  }


  .l-footer__pagetop img{
    width: 62.5%;
  }

}

@media screen and (max-width:767px) {
  .l-header__title a img {
      /*width: 58.4vw*/
  }
}

.l-header__links {
  display: none;
  margin: 0;
  padding: 0
}

@media screen and (max-width:767px) {
  .l-header__links {
      display: flex
  }
}

.l-header__links>li {
  display: block;
  flex: 0 1 auto
}

.l-header__links>li>a,
.l-header__links>li>button {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 12.8vw;
  justify-content: center;
  outline: none;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 16.6666666667vw
}

@media screen and (min-width:768px) {

  .l-header__links>li>a,
  .l-header__links>li>button {
      transition: .3s
  }

  .l-header__links>li>a:hover,
  .l-header__links>li>button:hover {
      opacity: .6
  }
}

.l-header__links>li[data-contents=menu] button img {
  height: 12.8vw;
  transition: .3s;
  width: 16.6666666667vw
}

.l-header__links>li[data-contents=menu] button img[src*=close] {
  display: none
}

.l-header__links>li[data-contents=menu] button.nav-open {
  z-index: 5001
}

.l-header__links>li[data-contents=menu] button.nav-open img[src*=close] {
  display: block;
  height: 3.8666666667vw;
  width: 3.8666666667vw
}

.l-header__links>li[data-contents=menu] button.nav-open img[src*=menu] {
  display: none
}

.overlay .l-header__body:before {
  opacity: 1
}


.c-nav-global {
  background: #fff;
  display: flex;
  height: 100vh;
  max-width: 500px;
  position: fixed;
  right: -120%;
  top: 0;
  transition: all .6s;
  width: 100%;
  z-index: 5000;
  z-index: 999
}

@media screen and (max-width:767px) {
  .c-nav-global {
      max-width: inherit
  }
}

.c-nav-global__body {
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  overflow: auto;
  padding: 120px 10%;
  width: 100%;
  z-index: 999
}

@media screen and (max-width:767px) {
  .c-nav-global__body {
      padding: 18.6666666667vw 10.6666666667vw
  }
}

.c-nav-global.panelactive {
  right: 0
}

.c-nav-global__list li {
  list-style: none;
  margin: 12px 0
}

@media screen and (max-width:767px) {
  .c-nav-global__list li {
      margin: 5.3333333333vw 0
  }
}

.c-nav-global__list li a {
  color: #111;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none
}

@media screen and (max-width:767px) {
  .c-nav-global__list li a {
      font-size: 4.1vw
  }
}

.c-nav-global__list-sub {
  position: relative
}

.c-nav-global__list-sub > a::after {
  content: "";
  display: inline-block;
  background: url(../../img/common/icon-plus.svg) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-left: 10px; /* テキストとの間隔 */
}

@media screen and (max-width:767px) {
  .c-nav-global__list-sub>a:before {
      width: 5.8666666667vw
  }
}

.c-nav-global__list-sub.active>a:after {
  background: url(../../img/common/icon-minus.svg) no-repeat;
  background-size: 100%
}

.c-nav-global__list-sub ul {
  display: none;
  margin-left: 35px
}

.c-nav-global__list-sub ul li {
  font-size: 1.28rem;
  position: relative
}

@media screen and (max-width:767px) {
  .c-nav-global__list-sub ul li {
      font-size: 3.7333333333vw;
      margin: 1.3333333333vw 0
  }
}

.c-nav-global__list-sub ul li:before {
  background: #111;
  content: "";
  height: 1px;
  left: -16px;
  position: absolute;
  top: 20px;
  width: 8px
}

.c-nav-global-btn {
  background: #111;
  cursor: pointer;
  height: 80px;
  position: fixed;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 9999
}

@media screen and (max-width:767px) {
  .c-nav-global-btn {
      height: 18.6666666667vw;
      width: 18.6666666667vw
  }
}

.c-nav-global-btn span {
  background-color: #fff;
  display: inline-block;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all .4s;
  width: 40%
}

@media screen and (max-width:767px) {
  .c-nav-global-btn span {
      height: 2px;
      width: 5.8666666667vw
  }
}

.c-nav-global-btn span:first-of-type {
  top: 22px
}

@media screen and (max-width:767px) {
  .c-nav-global-btn span:first-of-type {
      top: 5.0666666667vw
  }
}

.c-nav-global-btn span:nth-of-type(2) {
  top: 32px
}

@media screen and (max-width:767px) {
  .c-nav-global-btn span:nth-of-type(2) {
      top: 6.9333333333vw
  }
}

.c-nav-global-btn span:nth-of-type(3) {
  top: 42px
}

@media screen and (max-width:767px) {
  .c-nav-global-btn span:nth-of-type(3) {
      top: 8.8vw
  }
}

.c-nav-global-btn p {
  bottom: 13px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  left: 50%;
  line-height: 1;
  position: absolute;
  transform: translateX(-50%)
}

@media screen and (max-width:767px) {
  .c-nav-global-btn p {
      bottom: 4vw;
      font-size: 2.6666666667vw
  }
}

.c-nav-global-btn.active span:first-of-type {
  left: 30%;
  top: 25px;
  transform: translateY(1px) rotate(-45deg)
}

@media screen and (max-width:767px) {
  .c-nav-global-btn.active span:first-of-type {
      left: 6.4vw
  }
}

.c-nav-global-btn.active span:nth-of-type(2) {
  opacity: 0
}

.c-nav-global-btn.active span:nth-of-type(3) {
  left: 30%;
  top: 37px;
  transform: translateY(-11px) rotate(45deg)
}

@media screen and (max-width:767px) {
  .c-nav-global-btn.active span:nth-of-type(3) {
      left: 6.4vw
  }
}

.c-nav-global__tel {
  margin-bottom: 20px;
  margin-top: 50px;
  overflow: hidden;
  text-align: center
}

@media screen and (max-width:767px) {
  .c-nav-global__tel {
      margin-bottom: 2.6666666667vw;
      margin-top: 8vw
  }
}

.c-nav-global__tel a {
  border: 1px solid #666;
  color: #666;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 15px 0
}

@media screen and (max-width:767px) {
  .c-nav-global__tel a {
      font-size: 2.6666666667vw;
      padding: 2.6666666667vw 0
  }
}

.c-nav-global__tel a span {
  display: block;
  font-size: 1.375rem;
  margin-left: -30px;
  margin-top: 5px
}

@media screen and (max-width:767px) {
  .c-nav-global__tel a span {
      font-size: 4.8vw
  }
}

.c-nav-global__tel a span:before {
  background: url(../../img/common/icon-tel.svg) no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 23px;
  margin-bottom: -3px;
  margin-right: 5px;
  width: 22px
}

.c-nav-global__contact {
  margin-bottom: 20px;
  text-align: center
}

@media screen and (max-width:767px) {
  .c-nav-global__contact {
      margin-bottom: 2.6666666667vw
  }
}

.c-nav-global__contact a {
  background: #111;
  color: #fff;
  display: block;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1;
  padding: 25px 0
}

@media screen and (max-width:767px) {
  .c-nav-global__contact a {
      font-size: 3.7333333333vw;
      padding: 5.3333333333vw 0
  }
}

.c-nav-global__contact a:before {
  background: hsla(0, 0%, 100%, .2);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform .6s
}

.c-nav-global__contact a:hover {
  opacity: 1
}

.c-nav-global__contact a:hover:before {
  transform: scale(1);
  transform-origin: left top
}

.c-nav-global__sublist li a {
  font-size: 0.75rem;
  font-weight: 400;
  margin-right: 20px
}

@media screen and (max-width:767px) {
  .c-nav-global__sublist li a {
      display: block;
      font-size: 3.2vw;
      margin: 10px 0
  }
}

/* ==============================================================
# footer
============================================================== */

.l-footer img {

  height: auto;
  max-width: 100%;
  vertical-align: middle
}

.l-footer {
  font-weight: 700;
  letter-spacing: .05em;
  padding: 100px 0 120px;
  position: relative;
  width: 100%
}

@media screen and (max-width:767px) {
  .l-footer {
      padding: 16vw 0 37.3333333333vw
  }
}

.l-footer__pagetop {
  bottom: 120px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 20px;
  transition: .3s;
  z-index: 10
}

@media screen and (max-width:767px) {
  .l-footer__pagetop {
      bottom: 34.6666666667vw;
      right: 3.3333333333vw
  }
}

.l-footer__pagetop a {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  height: 109px;
  justify-content: center;
  position: relative;
  transition: .3s;
  width: 17px
}

@media screen and (max-width:767px) {
  .l-footer__pagetop a {
      width: 9px
  }
}

@media screen and (min-width:768px) {
  .l-footer__pagetop a:hover {
      opacity: .6
  }
}

.l-footer__pagetop[data-pagetop-fix=false] {
  bottom: auto;
  position: absolute;
  top: 60px
}

@media screen and (max-width:767px) {
  .l-footer__pagetop[data-pagetop-fix=false] {
      top: 30px
  }
}

.l-footer__pagetop[data-fixed=true] {
  opacity: 1;
  pointer-events: all
}

.l-footer__pagetop[data-fixed=false] {
  opacity: 0;
  pointer-events: none
}


.l-footer__body {
  margin: 0 auto;
  padding: 0 11.9%
}


@media screen and (max-width:1366px) {
  .l-footer__body {
      padding: 0 3.6603221083vw
  }
}

@media screen and (max-width:1024px) {
  .l-footer__body {
      padding: 0 9.765625vw
  }
}

@media screen and (max-width:767px) {
  .l-footer__body {
      display: block;
      max-width: none;
      padding: 0 6.6666666667vw;
      width: 100%
  }
}

.l-footer__logo {
  width: 342px
}

.l-footer__logo p {
  margin-bottom: 65px !important
}

@media screen and (max-width:767px) {
  .l-footer__logo p {
      margin-bottom: 12vw !important
  }

  .l-footer__logo {
      text-align: center;
      width: 45.3333333333vw
  }

  .l-footer__nav {
      width: 100%
  }
}

.l-footer__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px
}

@media screen and (max-width:767px) {
  .l-footer__list {
      display: block;
      margin-bottom: 10.6666666667vw
  }
}

.l-footer__list-item {
  font-size: 0.875rem;
  font-weight: 400;
  margin-right: 45px
}

@media screen and (max-width:767px) {
  .l-footer__list-item {
      font-size: 3.2vw;
      margin: 0
  }
}

.l-footer__list-item a {
  display: block
}

.l-footer__copyright {
  color: #7b7b7b;
  font-size: 0.75rem;
  font-weight: 400
}

.l-footer__copyright p:last-child {
  font-size: 0.625rem
}

@media screen and (max-width:767px) {
  .l-footer__copyright {
      font-size: 2.8vw
  }
}

.l-footer__floatnav {
  align-items: center;
  background: #fff;
  bottom: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, .06);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  padding: 16px 0 12px;
  pointer-events: none;
  position: fixed;
  transition: .3s;
  width: 100%;
  z-index: 15
}

@media screen and (max-width:767px) {
  .l-footer__floatnav {
      justify-content: space-between;
      padding: 2.6666666667vw 2.6666666667vw 5.3333333333vw
  }
}

.l-footer__floatnav.active {
  opacity: 1;
  pointer-events: auto;
  z-index:9999999;
}

.l-footer__floatnav p {
  font-size: 1.125rem;
  margin: 0 40px 0 0
}

@media screen and (max-width:767px) {
  .l-footer__floatnav p {
      flex: 0 0 100%;
      font-size: 3.7333333333vw;
      margin: 0 auto 5px;
      text-align: center;
      width: 100%
  }
}

.l-footer__floatnav__tel {
  display: table;
  margin: 0 10px;
  overflow: hidden;
  text-align: center
}

@media screen and (max-width:767px) {
  .l-footer__floatnav__tel {
      flex: 0 0 48.6%;
      margin: 0;
      width: 48.6%
  }
}

.l-footer__floatnav__tel a {
  background: #fff;
  border: 1px solid #666;
  color: #666;
  display: table-cell;
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  height: 66px;
  line-height: 1;
  padding-left: 16px;
  vertical-align: middle;
  width: 240px
}

@media screen and (max-width:767px) {
  .l-footer__floatnav__tel a {
      font-size: 2.6666666667vw;
      height: 55px;
      padding-left: 9px;
      vertical-align: bottom
  }
}

.l-footer__floatnav__tel a span {
  display: block;
  font-size: 1.375rem;
  margin-left: -30px;
  margin-top: 5px
}

@media screen and (max-width:767px) {
  .l-footer__floatnav__tel a span {
      font-size: 4.5333333333vw;
      margin-bottom: 3px;
      margin-left: -21px
  }
}

.l-footer__floatnav__tel a span:before {
  background: url(../../img/common/icon-tel.svg) no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 23px;
  margin-right: 5px;
  vertical-align: middle;
  width: 22px
}

@media screen and (max-width:767px) {
  .l-footer__floatnav__tel a span:before {
      margin-right: 3px;
      vertical-align: top;
      width: 3.7333333333vw
  }
}

.l-footer__floatnav__contact {
  margin: 0 10px;
  text-align: center
}

@media screen and (max-width:767px) {
  .l-footer__floatnav__contact {
      flex: 0 0 48.6%;
      margin: 0;
      width: 48.6%
  }
}

.l-footer__floatnav__contact a {
  background: #111;
  color: #fff;
  display: table-cell;
  font-size: 1rem;
  font-weight: 700;
  height: 66px;
  line-height: 1;
  vertical-align: middle;
  width: 240px
}

@media screen and (max-width:767px) {
  .l-footer__floatnav__contact a {
      font-size: 3.7333333333vw;
      height: 55px
  }
}

.l-footer__floatnav__contact a:before {
  background: hsla(0, 0%, 100%, .2);
  bottom: 0;
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform .6s
}

.l-footer__floatnav__contact a:hover {
  opacity: 1
}

.l-footer__floatnav__contact a:hover:before {
  transform: scale(1);
  transform-origin: left top
}



/* ==============================================================
# 冒頭
============================================================== */
.p-lead {
  padding: 7.5em 0 9.375em;
}

.p-lead__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5em;
}

.p-lead__item {
  background: #EAF3FD;
  border-radius: 1em;
  padding: 2.5em;
}
.p-lead__item:nth-child(2) {
  position: relative;
}
.p-lead__item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.5em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.5em;
  height: 3.5em;
  background: url(../img/pc/plus-icon.svg) no-repeat center center/contain;
}

.p-lead__item-title {
  text-align: center;
  font-size: 1.75em;
  letter-spacing: 0.1em;
  color: #2C97E9;
  font-weight: bold;
}

.p-lead__item-img {
  margin-top: 1.875em;
}

.p-lead__note {
  margin-top: 3em;
}

.p-lead__note-item--small {
  margin-top: 2em;
  padding-left: 1em;
  text-indent: -1em;
}

/* ==============================================================
# こんな方におすすめ
============================================================== */
.p-recommend {
  position: relative;
  padding: 7.5em 0 0;
}
.p-recommend::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: transparent linear-gradient(124deg, #0069BB 0%, #2C97E9 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
  border-radius: 0 1em 1em 0;
}
.p-recommend .c-sec-head-1 {
  padding-bottom: 3rem;
}
.p-recommend .c-sec-head-1__title {
  line-height: 1.8;
}
.p-recommend .c-sec-head-1__en {
  padding-bottom: 1.5em;
  font-size: inherit;
}
.p-recommend .c-sec-head-1__en span {
  font-size: 1.5em;
}
.p-recommend .c-sec-head-1__title,
.p-recommend .c-sec-head-1__en {
  color: #fff;
}

.p-recommend__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
}

.p-recommend__body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.p-recommend__img {
  display: block;
}

.p-recommend__items {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58%;
      -ms-flex: 0 0 58%;
          flex: 0 0 58%;
}

.p-recommend__item {
  border: 2px solid #FFFFFF;
  border-radius: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 16px #00000029;
          box-shadow: 0px 8px 16px #00000029;
}
.p-recommend__item:nth-child(n+2) {
  margin-top: 3em;
}

.p-recommend__item-label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24.7%;
      -ms-flex: 0 0 24.7%;
          flex: 0 0 24.7%;
  padding: 1.5em 1.25em;
  background: #00C9BB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-recommend__item-label img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-recommend__item-text {
  padding: 1.5em 2em 1.5em 2em;
}

.p-recommend__item-title {
  color: #2C97E9;
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-recommend__item-desc {
  margin-top: 0.5em;
}

/* ==============================================================
# こんな方に選ばれています
============================================================== */
.p-concern {
  margin: 7.5em 5em 0;
  padding: 7.5em 0 11.25em;
  background: #F2F2F2;
  border-radius: 1em;
}

.p-concern__items {
  position: relative;
  padding: 18.75em 0 21.875em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-concern__item {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 4px 8px 12px #0000001A;
          box-shadow: 4px 8px 12px #0000001A;
  border: 1px solid #2C97E9;
  padding: 2em 2.375em;
  border-radius: 1em;
}
.p-concern__item:nth-child(1) {
  top: 0;
  left: 10em;
  max-width: 33.4375em;
}
.p-concern__item:nth-child(2) {
  top: 16.875em;
  left: 0;
  max-width: 24em;
}
.p-concern__item:nth-child(3) {
  top: 7.5em;
  right: 2.8125em;
  max-width: 25em;
}
.p-concern__item:nth-child(4) {
  top: 33.125em;
  left: 0;
  max-width: 25em;
}
.p-concern__item:nth-child(6) {
  top: 25em;
  right: 0;
  max-width: 25em;
}
.p-concern__item:nth-child(7) {
  top: 42.5em;
  right: 2.1875em;
  max-width: 28.125em;
}
.p-concern__item:nth-child(8) {
  left: 15.625em;
  bottom: 0;
  max-width: 25em;
}

.p-concern__item-title {
  font-weight: bold;
  font-size: 1.5em;
  color: #2C97E9;
  letter-spacing: 0.1em;
}

.p-concern__item-text {
  margin-top: 1em;
  letter-spacing: 0.025em;
}

.p-concern__illust {
  max-width: 20.25em;
}

.p-concern__note {
  margin-top: 7em;
  border: 1px solid #2C97E9;
  border-radius: 1em;
  max-width: 70em;
  margin-left: auto;
  padding: 4em 2.5em 2.5em 5em;
  position: relative;
}
.p-concern__note::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5em;
  width: 9.0625em;
  height: 12.3125em;
  background: url(../img/pc/select-ph.png) no-repeat center center/contain;
}

.p-concern__note-title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(calc(-50% - 2.5em), -50%);
          transform: translate(calc(-50% - 2.5em), -50%);
  background: #2C97E9;
  color: #fff;
  font-weight: bold;
  padding: 0.75em 4em;
  border-radius: 2.5em;
  letter-spacing: 0.1em;
}
.p-concern__note-title span {
  font-size: 1.5em;
}

.p-concern__note-text {
  line-height: 1.875;
}

/* ==============================================================
# 選ばれるポイント
============================================================== */
.p-reason {
  padding: 6.25em 0 11.25em;
  position: relative;
}
.p-reason::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: transparent linear-gradient(124deg, #0069BB 0%, #2C97E9 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}

.p-reason__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3em;
}

.p-reason__card {
  background: #fff;
  border-radius: 1em;
  border: 1px solid #2C97E9;
  -webkit-box-shadow: 0px 8px 12px #0000001A;
          box-shadow: 0px 8px 12px #0000001A;
  padding: 2em 2em 3em;
}

.p-reason__card-body {
  margin-top: 2em;
}

.p-reason__card-label {
  font-weight: bold;
  color: #2C97E9;
  font-size: 1.5em;
  text-align: center;
}

.p-reason__card-text {
  margin-top: 1.5em;
}

/* ==============================================================
# サービスの流れ
============================================================== */
.p-flow {
  padding: 6.25em 0 11.25em;
}

.p-flow__wrapper {
  position: relative;
  background: #EAF3FD 0% 0% no-repeat padding-box;
  border: 4px dashed #2680EB;
  border-radius: 2em;
  padding: 5em 3.5em;
}

.p-flow__start {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #2C97E9;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  max-width: 40em;
  width: 100%;
  padding: 0.625em;
  border-radius: 4px;
}

.p-flow__end {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background: #2C97E9;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  max-width: 40em;
  width: 100%;
  padding: 0.625em;
  border-radius: 4px;
}

.p-flow__item:nth-child(2) {
  margin-top: 5em;
}
.p-flow__item:nth-child(3) {
  margin-top: 5em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em;
}
.p-flow__item:nth-child(4) {
  margin-top: 5em;
}

.p-flow__box {
  background: #fff;
  border: 2px solid #2C97E9;
  -webkit-box-shadow: 0px 8px 12px #0000001A;
          box-shadow: 0px 8px 12px #0000001A;
  border-radius: 1em;
  position: relative;
  min-height: 12.5em;
  height: 12.5em;
  padding: 2em 3em;
}

.p-flow__box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-flow__box-1-img {
  display: block;
  position: absolute;
  top: 35%;
  left: 62%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11.25em;
}

.p-flow__item-title {
  font-weight: bold;
  color: #2C97E9;
  font-size: 1.5em;
}

.p-flow__item-text {
  margin-top: 1em;
}

.p-flow__box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5em;
}

.p-flow__box-2-img {
  display: block;
  width: 19.9375em;
}

.p-flow__item-note {
  margin-top: 1em;
  text-align: center;
}

.p-flow__box-2,
.p-flow__box-3,
.p-flow__box-4 {
  position: relative;
}
.p-flow__box-2::before,
.p-flow__box-3::before,
.p-flow__box-4::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 3em;
  height: 4em;
  background: url(../img/pc/flow-arrow.svg) no-repeat center center/contain;
}

.p-flow__box-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100% !important;
}
.p-flow__box-3 .p-flow__item-title {
  margin-top: 2.5em;
}
.p-flow__box-3 .p-flow__item-title,
.p-flow__box-3 .p-flow__item-text {
  text-align: center;
}
.p-flow__box-3::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
  width: 3em;
  height: 4em;
  background: url(../img/pc/flow-arrow.svg) no-repeat center center/contain;
}

.p-flow__box-3-img {
  display: block;
  width: 17.25em;
}

.p-flow__box-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3em;
  position: relative;
}
.p-flow__box-4:nth-child(1) .p-flow__box-4-img {
  -webkit-transform: translateY(-20%) scale(1.15);
          transform: translateY(-20%) scale(1.15);
}
.p-flow__box-4:nth-child(n+2) {
  margin-top: 5em;
}
.p-flow__box-4:last-child::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0.5em);
          transform: translate(-50%, 0.5em);
  width: 3em;
  height: 4em;
  background: url(../img/pc/flow-arrow.svg) no-repeat center center/contain;
}

.p-flow__box-4-img {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10em;
      -ms-flex: 0 0 10em;
          flex: 0 0 10em;
}

.p-flow__box-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-flow__box-7-img {
  display: block;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  width: 23em;
}

.p-flow__note {
  margin-top: 3.75em;
}

/* ==============================================================
# ご相談できるサービス
============================================================== */
.p-service {
  position: relative;
  padding: 6.25em 0 11.25em;
}
.p-service::before {
  content: "";
  position: absolute;
  top: -5em;
  left: 0;
  width: 100%;
  height: calc(100% + 5em);
  background: transparent linear-gradient(313deg, #0069BB 0%, #2C97E9 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}
.p-service .c-sec-head-1__title,
.p-service .c-sec-head-1__en {
  color: #fff;
}

.p-service__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5em;
}

.p-service__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1em;
  background: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 8px 12px #0000001A;
          box-shadow: 0px 8px 12px #0000001A;
  overflow: hidden;
}

.p-service__item-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41%;
      -ms-flex: 0 0 41%;
          flex: 0 0 41%;
}
.p-service__item-img img {
  aspect-ratio: 1/1;
}

.p-service__item-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-weight: bold;
  font-size: 1.5em;
  color: #2C97E9;
  text-align: center;
  padding: 1.5em;
}

/* ==============================================================
# 買取対象商品の一例
============================================================== */
.p-items {
  padding: 6.25em 0 11.25em;
}

.p-items__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3em 2.5em;
}

.p-items__item-img {
  border-radius: 1em;
  -webkit-box-shadow: 0px 8px 12px #0000001A;
          box-shadow: 0px 8px 12px #0000001A;
  overflow: hidden;
}

.p-items__item-text {
  margin-top: 1em;
  font-size: 1.5em;
  text-align: center;
  font-weight: 500;
}

.p-items__desc {
  margin-top: 5em;
  text-align: center;
  line-height: 2;
}

/* ==============================================================
# トレジャーファクトリーについて
============================================================== */
.p-about {
  padding: 6.25em 0 6em;
  position: relative;
}
.p-about::before {
  content: "";
  position: absolute;
  top: -5em;
  left: 0;
  width: 100%;
  height: calc(50% + 5em);
  background: transparent linear-gradient(106deg, #0069BB 0%, #2C97E9 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}
.p-about .l-inner {
  max-width: inherit;
  padding: 0 5em;
}
.p-about .c-sec-head-1 {
  padding-bottom: 3em;
}

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

.p-about__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50vw;
      -ms-flex: 0 0 50vw;
          flex: 0 0 50vw;
}

.p-about__content {
  margin-left: -11%;
  background: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding: 5em 4em 7.8125em;
  border-radius: 1em;
}

.p-about__text {
  font-size: 1.25em;
  font-weight: 500;
  max-width: 37.5em;
  letter-spacing: 0.1em;
}

/* ==============================================================
# コラム
============================================================== */
.p-column {
  padding: 3em 0 11.25em;
}

.p-column__swiper {
  margin: 0 calc(50% - 50vw);
  padding-bottom: 1em;
  padding-left: 13.5vw;
  padding-right: 13.5vw;
}
.p-column__swiper .swiper-button-prev {
  width: 3.5em;
  height: 3.5em;
  left: 9%;
}
.p-column__swiper .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/pc/arrow-left.svg) no-repeat center center/contain;
}
.p-column__swiper .swiper-button-next {
  width: 3.5em;
  height: 3.5em;
  right: 9%;
}
.p-column__swiper .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/pc/arrow-right.svg) no-repeat center center/contain;
}

.p-column__item-link {
  display: block;
  position: relative;
}

.p-column__item-img {
  -webkit-box-shadow: 0px 8px 12px #0000001A;
          box-shadow: 0px 8px 12px #0000001A;
  border-radius: 1em;
}
.p-column__item-img img {
  border-radius: 1em;
  aspect-ratio: 16 / 9;
}

.p-column__item-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 0.75em 1.5em;
  border-radius: 0 1em 0 1em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-column__moreBtn {
  margin-top: 60px;
  text-align: center;
  font-weight: normal;
}

.p-column__moreBtn a {
  margin: 0 auto;
  display: block;
  max-width: 30em;
  color: #2C97E9;
  font-weight: bold;
  font-size: 1.5em;
  padding: 1.125em 1em;
  border-radius: 2.5em;
  border: 2px solid #2C97E9;
  text-align: center;
}

.p-column__post_txt {
    margin-top: 12px;
}

.p-column__post_txt p {
  letter-spacing: 0;
  font-size: 0.9vw;
}

@media screen and (max-width: 1920px){
  .p-column__post_txt p {
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 1379px){
  .p-column__post_txt p {
    font-size: 1.4vw;
  }
}

/* ==============================================================
# よくあるご質問
============================================================== */
.p-faq {
  position: relative;
  padding: 6.25em 0 11.25em;
}
.p-faq::before {
  content: "";
  position: absolute;
  top: -5em;
  left: 0;
  width: 100%;
  height: calc(100% + 5em);
  background: transparent linear-gradient(308deg, #0069BB 0%, #2C97E9 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}
.p-faq .c-sec-head-1__en,
.p-faq .c-sec-head-1__title {
  color: #fff;
}

/* ==============================================================
# その他のサービス
============================================================== */
.p-related {
  position: relative;
  padding: 6.25em 0 7.5em;
}
.p-related::before {
  content: "";
  position: absolute;
  top: -5em;
  left: 0;
  width: 100%;
  height: calc(100% + 5em);
  background: #EAF3FD;
  z-index: -1;
}

.p-related__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5em;
}

.p-related__items {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 64%;
      -ms-flex: 0 0 64%;
          flex: 0 0 64%;
}

.p-related__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 1em;
  overflow: hidden;
  border: 1px solid #CCCCCC;
}
.p-related__item:nth-child(n+2) {
  margin-top: 2.5em;
}

.p-related__item-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 42%;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
}
.p-related__item-img img {
  height: 100%;
}

.p-related__item-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5em 3em;
}

.p-related__item-title {
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 0.1em;
}

.p-related__item-text {
  margin-top: 0.3125em;
}

.p-related__item-link {
  margin-top: 1.5em;
  display: block;
  width: 100%;
  background: #2C97E9;
  color: #fff;
  text-align: center;
  border-radius: 2.5em;
  padding: 1em;
  border: 1px solid #2C97E9;
  position: relative;
  font-weight: bold;
}
.p-related__item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.875em;
  height: 1.25em;
  -webkit-mask: url(../img/pc/other-arrow.svg);
          mask: url(../img/pc/other-arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.p-related__btn {
  margin-top: 7.5em;
}

.p-related__link {
  margin: 0 auto;
  display: block;
  max-width: 30em;
  color: #2C97E9;
  font-weight: bold;
  font-size: 1.5em;
  padding: 1.125em 1em;
  border-radius: 2.5em;
  border: 2px solid #2C97E9;
  text-align: center;
}

/* ==============================================================
# 固定CTA
============================================================== */
.p-fixed-cta {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  padding: 1em 2.5em 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.p-fixed-cta.is-active {
  opacity: 1;
  visibility: visible;
}

.p-fixed-cta__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
}

.p-fixed-cta__btn {
  display: block;
  max-width: 26.25em;
}

@media screen and (min-width: 1025px) {
  html {
    margin: 0;
  }
  .pc {
    display: block;
  }
  .none-pc {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  html {
    margin: 0;
  }
  html {
    margin: 0;
  }
}

@media screen and (max-width: 1440px) {
  html {
    margin: 0;
  }
  .l-main {
    font-size: 1.11vw;
  }
}

@media screen and (max-width: 1120px) {
  html {
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  html {
    margin: 0;
  }
  .tab {
    display: block;
  }
  .none-tab {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  html {
    margin: 0;
  }
  .sp {
    display: block;
  }
  .none-sp {
    display: none;
  }
  .l-cta-btn--1 {
    margin-top: 2.5em;
  }
  .c-btn {
    min-width: 20em;
    width: 60%;
  }
  .l-cta-btn--2 {
    margin-top: -4em;
  }
  .c-sec-head-1 {
    padding-bottom: 2.5em;
  }
  .c-sec-head-1__en {
    font-size: 1.125em;
    padding-bottom: 1em;
  }
  .c-sec-head-1__title {
    font-size: 1.75em;
    letter-spacing: 0;
    line-height: 1.7;
  }
  .c-accordion:nth-child(n+2) {
    margin-top: 1.5em;
  }
  .c-accordion__title {
    padding: 1.5em 1.5em 1.5em 3.25em;
  }
  .c-accordion__title span {
    font-size: 1em;
  }
  .c-accordion__title::before {
    top: 1.625em;
    left: 1.5em;
    -webkit-transform: inherit;
            transform: inherit;
    width: 1.25em;
    height: 1.375em;
  }
  .c-accordion__text {
    padding: 1.5em 1.5em 1.5em 3.25em;
  }
  .c-accordion__text span {
    font-size: 0.875em;
  }
  .c-accordion__text::before {
    top: 1.625em;
    left: 1.5em;
    -webkit-transform: inherit;
            transform: inherit;
    width: 1.25em;
    height: 1.375em;
  }
  .l-main {
    font-size: 1rem;
  }
  .l-inner {
    max-width: 31.25em;
    padding: 0 1em;
  }
  .p-lead {
    padding: 4em 0;
  }
  .p-lead__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5em;
  }
  .p-lead__item {
    border-radius: 0.5em;
    padding: 2.5em 1.5em;
  }
  .p-lead__item:nth-child(2)::before {
    top: -0.75em;
    left: 50%;
  }
  .p-lead__item-title {
    font-size: 1.125em;
  }
  .p-lead__note {
    margin-top: 1.5em;
  }
  .p-lead__note-item {
    font-size: 0.875em;
  }
  .p-lead__note-item--small {
    margin-top: 1em;
  }
  .p-recommend {
    padding: 3em 0 0;
  }
  .p-recommend::before {
    width: 100%;
    height: 46%;
    border-radius: 0;
    min-height: 37.5em;
  }
  .p-recommend .c-sec-head-1__title,
.p-recommend .c-sec-head-1__en {
    text-align: center;
  }
  .p-recommend__flex {
    display: block;
  }
  .p-recommend__img {
    width: 77%;
    margin: 0 auto;
    max-width: 16.5em;
  }
  .p-recommend__item {
    display: block;
    border-radius: 0.5em;
  }
  .p-recommend__item:nth-child(n+2) {
    margin-top: 1.5em;
  }
  .p-recommend__item-label {
    padding: 0.75em;
  }
  .p-recommend__item-label img {
    width: 70%;
    margin: 0 auto;
  }
  .p-recommend__item-text {
    padding: 1.5em 1.5em 2em;
  }
  .p-recommend__item-title {
    font-size: 1.25em;
    letter-spacing: 0.04em;
  }
  .p-recommend__item-desc {
    font-size: 0.875em;
  }
  .p-concern {
    margin: 2.5em 1em 0;
    padding: 3.5em 0 6.5em;
  }
  .p-concern__content {
    padding: 0 0.5em;
  }
  .p-concern__items {
    display: block;
    padding: 0;
  }
  .p-concern__item {
    position: relative;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    padding: 1.5em;
  }
  .p-concern__item:nth-child(n+2) {
    margin-top: 1em;
  }
  .p-concern__item:nth-child(2) {
    max-width: calc(100% - 2.875rem);
  }
  .p-concern__item:nth-child(4) {
    max-width: calc(100% - 2.875rem);
    margin-left: auto;
  }
  .p-concern__item:nth-child(7) {
    max-width: calc(100% - 2.875rem);
  }
  .p-concern__item:nth-child(8) {
    max-width: calc(100% - 2.875rem);
    margin-left: auto;
  }
  .p-concern__item-title {
    font-size: 1.125em;
  }
  .p-concern__item-text {
    font-size: 0.875em;
  }
  .p-concern__illust {
    margin: 1.5em auto 2em;
    width: 85%;
  }
  .p-concern__note {
    margin-top: 4em;
    border-radius: 0.5em;
    padding: 3em 1.5em 2em;
  }
  .p-concern__note::before {
    display: none;
  }
  .p-concern__note-title span {
    font-size: 1.125em;
  }
  .p-concern__note-title {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 0.5em 2.5em;
  }
  .p-concern__note-text {
    font-size: 0.875em;
  }
  .p-reason {
    padding: 3em 0 6.5em;
  }
  .p-reason::before {
    height: 72%;
    background: transparent linear-gradient(345deg, #0069BB 0%, #2C97E9 100%) 0% 0% no-repeat padding-box;
  }
  .p-reason__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5em;
  }
  .p-reason__card {
    padding: 1.5em 1.5em 2em;
  }
  .p-reason__card-img {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
  .p-reason__card-body {
    margin-top: 1.5em;
  }
  .p-reason__card-label {
    font-size: 1.125em;
  }
  .p-reason__card-text {
    margin-top: 1em;
    font-size: 0.875em;
  }
  .p-flow {
    padding: 3em 0 6.5em;
  }
  .p-flow__wrapper {
    margin-top: 1.5em;
    border: 2px dashed #2680EB;
    padding: 3.75em 1.5em;
    border-radius: 1em;
  }
  .p-flow__start {
    font-size: 1.125em;
    max-width: 18.75rem;
    padding: 0.625em;
  }
  .p-flow__end {
    font-size: 1.125em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0.625em 4em;
  }
  .p-flow__item:nth-child(2) {
    margin-top: 3em;
  }
  .p-flow__item:nth-child(3) {
    margin-top: 3em;
    gap: 1em;
  }
  .p-flow__item:nth-child(4) {
    margin-top: 3em;
  }
  .p-flow__box {
    height: auto;
    min-height: inherit;
    padding: 1.5em 1.5em 2em;
    border: 1px solid #2C97E9;
  }
  .p-flow__box-1 {
    display: block;
  }
  .p-flow__box-1-img {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    width: 48%;
    max-width: 20rem;
    margin: 0 auto;
  }
  .p-flow__item-title {
    margin-top: 1rem;
    font-size: 1.125em;
    text-align: center;
  }
  .p-flow__item-text {
    margin-top: 0.5em;
    text-align: center;
    font-size: 0.875em;
  }
  .p-flow__box-2 {
    display: block;
  }
  .p-flow__box-2-img {
    width: 100%;
    max-width: 25rem;
  }
  .p-flow__item-note {
    margin-top: 0.5em;
    text-align: left;
    font-size: 0.75em;
  }
  .p-flow__box-2::before,
.p-flow__box-3::before,
.p-flow__box-4::before {
    width: 1.5em;
    height: 2em;
  }
  .p-flow__box-3 {
    padding: 1.5em 0.75em 2em;
  }
  .p-flow__box-3 .p-flow__item-title {
    margin-top: 1em;
    letter-spacing: 0em;
  }
  .p-flow__box-3::after {
    width: 1.5em;
    height: 2em;
  }
  .p-flow__box-3-img {
    width: 90%;
    margin: 0 auto;
    max-width: 25rem;
  }
  .p-flow__box-4 {
    display: block;
  }
  .p-flow__box-4:nth-child(1) {
    padding: 1.5em 0.875em 2em;
  }
  .p-flow__box-4:nth-child(1) .p-flow__box-4-img {
    -webkit-transform: inherit;
            transform: inherit;
    width: 90%;
    margin: 0 auto;
    max-width: 18.75em;
  }
  .p-flow__box-4:nth-child(n+2) {
    margin-top: 3em;
  }
  .p-flow__box-4:last-child {
    padding: 1.5em 0.875em 2em;
  }
  .p-flow__box-4:last-child .p-flow__box-4-img {
    width: 90%;
    margin: 0 auto;
  }
  .p-flow__box-4:last-child::after {
    width: 1.5em;
    height: 2em;
  }
  .p-flow__box-4-img {
    max-width: 18.75em;
  }
  .p-flow__box-7 {
    display: block;
    padding: 2.5em 1.5em;
  }
  .p-flow__box-7-img {
    width: 90%;
    margin: 0 auto;
    max-width: 25em;
  }
  .p-flow__note {
    margin-top: 3em;
    font-size: 0.75em;
  }
  .p-service {
    padding: 3em 0 6.5em;
  }
  .p-service::before {
    top: -3.75em;
    height: calc(100% + 3.75em);
  }
  .p-service__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5em;
  }
  .p-service__item {
    border-radius: 0.5em;
  }
  .p-service__item-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .p-service__item-title {
    font-size: 1.125em;
    padding: 1em 0.5em;
  }
  .p-items {
    padding: 3em 0 6.5em;
  }
  .p-items__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em 1em;
  }
  .p-items__item-img {
    border-radius: 0.5em;
  }
  .p-items__item-text {
    font-size: 1.125em;
    font-weight: bold;
  }
  .p-items__desc {
    margin-top: 2.5em;
    text-align: left;
    font-size: 0.875em;
  }
  .p-about {
    padding: 3em 0 5em;
  }
  .p-about::before {
    top: -3.75em;
    height: calc(29% + 3.75em);
    background: transparent linear-gradient(305deg, #0069BB 0%, #2C97E9 100%) 0% 0% no-repeat padding-box;
  }
  .p-about .l-inner {
    padding: 0 1em;
    max-width: 31.25em;
  }
  .p-about .c-sec-head-1 {
    padding-bottom: 2.5em;
    text-align: center;
  }
  .p-about__flex {
    display: block;
  }
  .p-about__img {
    position: relative;
    z-index: -1;
  }
  .p-about__content {
    margin: -2em 1em 0;
    padding: 2em 0 0;
  }
  .p-about__text {
    font-size: 0.875em;
    line-height: 2;
    max-width: inherit;
  }
  .p-column {
    padding: 1.5em 0 6.5em;
  }
  .p-column__swiper {
    padding: 0;
  }
  .p-column__swiper .swiper-button-prev,
.p-column__swiper .swiper-button-next {
    display: none;
  }
  .p-column__moreBtn {
    margin-top: 60px;
    text-align: center;
  }
  .p-column__moreBtn a {
    display: inline-block;
    font-size: 0.875em;
  }
  .p-column__post_txt {
    margin-top: 6px;
  }
  .p-column__post_txt p {
    line-height: 1.7;
    letter-spacing: 1px;
    font-size: 2.5vw;
  }
  .p-faq {
    padding: 3em 0 6.5em;
  }
  .p-faq::before {
    top: -3.75em;
    height: calc(100% + 3.75em);
    background: transparent linear-gradient(346deg, #0069BB 0%, #2C97E9 100%) 0% 0% no-repeat padding-box;
  }
  .p-related {
    padding: 3em 0 4em;
  }
  .p-related::before {
    top: -3.75em;
    height: calc(100% + 3.75em);
  }
  .p-related .c-sec-head-1 {
    text-align: center;
  }
  .p-related__flex {
    display: block;
  }
  .p-related__item:nth-child(n+2) {
    margin-top: 1.5em;
    border-radius: 0.5em;
    border: 2px solid #CCCCCC;
  }
  .p-related__item-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .p-related__item-img img {
    aspect-ratio: 1/1;
  }
  .p-related__item-content {
    padding: 1em;
    text-align: center;
  }
  .p-related__item-title {
    font-size: 1.125em;
  }
  .p-related__item-text {
    font-size: 0.875em;
  }
  .p-related__item-link {
    margin-top: 0.5em;
    padding: 0.25em 1em;
  }
  .p-related__item-link::after {
    right: 1em;
    width: 0.5em;
    height: 0.75em;
  }
  .p-related__btn {
    margin-top: 4em;
    text-align: center;
  }
  .p-related__link {
    font-size: 0.875em;
    display: inline-block;
  }
  .p-fixed-cta {
    padding: 0.5em 0.5em;
  }
  .p-fixed-cta__inner {
    gap: 0.5em;
  }
}

@media screen and (max-width: 599px) {
  html {
    margin: 0;
  }
  .md {
    display: block;
  }
  .none-md {
    display: none;
  }
}

@media screen and (max-width: 499px) {
  .p-column__post_txt p {
    line-height: 1.7;
    letter-spacing: 1px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 425px) {
  html {
    margin: 0;
  }
  .sm {
    display: block;
  }
  .none-sm {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  html {
    margin: 0;
  }
  .l-main {
    font-size: 4.27vw;
  }
  .p-flow__start {
    max-width: 15.625em;
  }
}

@media (hover: hover) {
  .c-btn:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-column__moreBtn a:hover {
    background: #EAF3FD;
  }
  .p-related__item-link:hover {
    background: #fff;
    color: #2C97E9;
  }
  .p-related__item-link:hover::after {
    background: #2C97E9;
  }
  .p-related__link:hover {
    background: #fff;
  }
  .p-fixed-cta__btn:hover {
    opacity: 1 !important;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media screen and (min-width: 1520px) {
  .p-recommend::before {
    max-width: 88.75em;
  }
}

@media screen and (min-width: 1920px) {
  .p-column__swiper {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
/*# sourceMappingURL=style.css.map */


.p-home__logo img {
  /* max-width: 156px; */
  width: 100%;
  height: auto;
}
@media screen and (max-width:767px) {
  .p-home__logo img {
      width:38.933vw;
  }
}
.p-home__logo img:last-child {
  max-width: 241px;
}
@media screen and (max-width:767px) {
  .p-home__logo img:last-child.p-home__logo img:last-child {
      width:38.4vw;
  }
}
.p-home__logo figcaption {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
  letter-spacing: 1.4px;
  text-align: center;
}

@media screen and (max-width:1366px) {
  .p-home__logo figcaption {
      font-size: 0.6rem;
      letter-spacing: 0;
  }
}

@media screen and (max-width:767px) {
  .p-home__logo figcaption {
      font-size: 0.6875rem;
      margin-top: 8px;
      line-height: 1.45;
  }
}

.p-home__btn {
  margin-top: auto
}

.p-home__btn a {
  height: 70px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 12px 50px 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;

}

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

  .p-home__btn a {
      font-size: 3.7333333333vw;
      padding: 1.6vw 13.3333333333vw 1.6vw 5.3333333333vw;
      height: 54px;
  }
}



.p-home__btn a:hover {
  opacity: 1
}

.p-home__btn a:hover:before {
  transform: scale(1);
  transform-origin: left top
}

.p-home__btn a:after {
  background: url(../img/common/btn-arrow.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  height: 9px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px
}

@media screen and (max-width:767px) {
  .p-home__btn a:after {
      right: 5.3333333333vw
  }
}

.p-home__btn a:hover:after {
  -webkit-animation: arrow-hover2 1s linear forwards;
  animation: arrow-hover2 1s linear forwards
}

@-webkit-keyframes arrow-hover2 {
  0% {
      opacity: 1;
      right: 15px
  }

  30% {
      opacity: 0;
      right: 0
  }

  50% {
      left: 0;
      opacity: 0;
      right: inherit
  }

  70% {
      left: 50%;
      opacity: 0;
      right: inherit
  }

  80% {
      left: 70%;
      opacity: 0;
      right: inherit
  }

  90% {
      left: 80%;
      opacity: 0;
      right: inherit
  }

  to {
      left: 88%;
      opacity: 1;
      right: inherit
  }
}

@keyframes arrow-hover2 {
  0% {
      opacity: 1;
      right: 15px
  }

  30% {
      opacity: 0;
      right: 0
  }

  50% {
      left: 0;
      opacity: 0;
      right: inherit
  }

  70% {
      left: 50%;
      opacity: 0;
      right: inherit
  }

  80% {
      left: 70%;
      opacity: 0;
      right: inherit
  }

  90% {
      left: 80%;
      opacity: 0;
      right: inherit
  }

  to {
      left: 88%;
      opacity: 1;
      right: inherit
  }
}

[data-page="top"].p-home .p-home__btn.gaibu a:after {
  background: none;
  mask-image: url(/img/home/home_link_arrow_pc.svg);
mask-size: contain;
mask-repeat: no-repeat;
mask-position: center;
  background-color: #fff;
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px
}

.p-home__btn.gaibu a:hover:after {
  -webkit-animation: inherit;
  animation: inherit
}

.p-home__btn-more {
  font-size: 1.8rem;
  margin-top: 40px;
  text-align: center
}

@media screen and (max-width:767px) {
  .p-home__btn-more {
      font-size: 3.7333333333vw;
      margin-top: 9.3333333333vw
  }
}

.p-home__btn-more span {
  cursor: pointer;
  padding-right: 15px
}

.p-home__btn-more span:before {
  border-bottom: 2px solid #111;
  border-right: 2px solid #111;
  bottom: 8px;
  content: "";
  height: 6px;
  position: absolute;
  right: 1px;
  transform: rotate(45deg);
  width: 6px
}

.p-home__btn-more span:after {
  content: "もっと見る";
  font-weight: 400
}

.p-home__btn-more span.active:before {
  border: 2px solid #111;
  border-bottom: none;
  border-right: none
}

.p-home__btn-more span.active:after {
  bottom: 5px;
  content: "閉じる"
}

.p-home__contact-bnr {
  padding: 180px 0 180px
}

@media screen and (max-width:1366px) {
  .p-home__contact-bnr {
      padding: 13.177vw 3.6603221083vw 13.177vw;
  }
}

@media screen and (max-width:767px) {
  .p-home__contact-bnr {
      padding: 17.067vw 3.6603221083vw 17.067vw;
  }
}

.p-home__contact-bnr h2 {
  margin: 0 auto 40px;
  max-width: 1280px
}

@media screen and (max-width:767px) {
  .p-home__contact-bnr h2 {
      margin-bottom: 5.3333333333vw
  }
}

.p-home__contact-bnr-list {
  display: flex;
  gap: 60px;
  margin:0 auto;
  justify-content: center;
}

@media screen and (max-width:767px) {
  .p-home__contact-bnr-list {
      flex-direction: column;
      gap: 24px;
  }
}

@media screen and (max-width:767px) {
  .p-home__contact-bnr-item {
      margin-right: 0;
      width: 100%
  }
}

.p-home__contact-bnr-item:nth-of-type(2n) {
  margin-right: 0
}

.p-home__kv {
  overflow: hidden;
  text-align: center
}

@media screen and (max-width:767px) {
  .p-home__kv {
      margin: 0 auto
  }
}



@media screen and (max-width:767px) {
  .p-home__kv-catch {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 87.2vw;
  }
}

.p-home__kv-slide {
  margin-bottom: 0 !important
}

.p-home__kv-slide-item {
  overflow: hidden
}

.p-home__kv-slide-item .p-home__kv-slide-bg {
  height: calc(100vh - 140px);
  transform: scale(1.12) rotate(.1deg)
}

@media screen and (max-width:767px) {
  .p-home__kv-slide-item .p-home__kv-slide-bg {
      height: 55.5vh
  }
}


@media screen and (max-width:767px) {
  .p-home__kv-slide-item:first-child .p-home__kv-slide-bg {
      background: url(../img/home/main_bg_01-sp.png) no-repeat;

      background-size: cover
  }
}



@media screen and (max-width:767px) {
  .p-home__kv-slide-item:nth-child(2) .p-home__kv-slide-bg {
      background: url(../img/home/main_bg_02-sp.png) no-repeat;
      background-size: cover
  }
}


.p-home__kv .slick-active figure img {
  -webkit-animation: img-slide 7s linear 0s forwards;
  animation: img-slide 7s linear 0s forwards;
  transform: scale(1) rotate(.1deg)
}

.p-home__kv .slick-active .p-home__kv-slide-bg {
  -webkit-animation: img-slide 9s linear 0s forwards;
  animation: img-slide 9s linear 0s forwards
}

@-webkit-keyframes img-slide {
  0% {
      transform: scale(1) rotate(.1deg)
  }

  to {
      transform: scale(1.15) rotate(.1deg)
  }
}

@keyframes img-slide {
  0% {
      transform: scale(1) rotate(.1deg)
  }

  to {
      transform: scale(1.15) rotate(.1deg)
  }
}

.p-home__kv .slide_target {
  pointer-events: none
}

.p-home__kv .slick-dots {
  background: #fff;
  bottom: 0;
  line-height: 1;
  padding: 22px 30px 16px;
  right: 0;
  width: auto
}

@media screen and (max-width:767px) {
  .p-home__kv .slick-dots {
      padding: 2.9333333333vw 4vw 2.6666666667vw
  }
}

.p-home__kv .slick-dots li {
  border-radius: 50%;
  height: 40px;
  line-height: 1;
  margin: 0 8px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1
}

@media screen and (max-width:767px) {
  .p-home__kv .slick-dots li {
      height: 20px;
      margin: 0 6px;
      width: 20px
  }
}

.p-home__kv .slick-dots li button {
  height: 40px;
  line-height: 1;
  padding: 0;
  width: 40px
}

@media screen and (max-width:767px) {
  .p-home__kv .slick-dots li button {
      height: 20px;
      width: 20px
  }
}

.p-home__kv .slick-dots li button:before {
  background: #7b7b7b;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 50%;
  line-height: 1;
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  z-index: 20
}

@media screen and (max-width:767px) {
  .p-home__kv .slick-dots li button:before {
      height: 5px;
      width: 5px
  }
}

.p-home__kv .slick-dots li button:after {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 37px;
  left: 1.5px;
  position: absolute;
  top: 1.5px;
  width: 37px;
  z-index: 15
}

@media screen and (max-width:767px) {
  .p-home__kv .slick-dots li button:after {
      height: 17px;
      width: 17px
  }
}

.p-home__kv .slick-dots li.slick-active {
  background: #111
}

.p-home__kv .slick-dots li.slick-active:before {
  -webkit-animation: rotate-circle-left 7s linear forwards;
  animation: rotate-circle-left 7s linear forwards;
  background: #d1d1d1;
  content: "";
  display: block;
  height: 40px;
  left: -20px;
  position: absolute;
  top: 0;
  transform-origin: right 20px;
  width: 40px;
  z-index: 2
}

@media screen and (max-width:767px) {
  .p-home__kv .slick-dots li.slick-active:before {
      height: 20px;
      left: -10px;
      transform-origin: right 10px;
      width: 20px
  }
}

.p-home__kv .slick-dots li.slick-active:after {
  -webkit-animation: rotate-circle-right 7s linear forwards;
  animation: rotate-circle-right 7s linear forwards;
  background: #d1d1d1;
  content: "";
  display: block;
  height: 40px;
  left: 20px;
  position: absolute;
  top: 0;
  transform-origin: left 20px;
  width: 40px;
  z-index: 3
}

@media screen and (max-width:767px) {
  .p-home__kv .slick-dots li.slick-active:after {
      height: 20px;
      left: 10px;
      transform-origin: left 10px;
      width: 20px
  }
}

@-webkit-keyframes rotate-circle-right {
  0% {
      background: #d1d1d1;
      transform: rotate(0deg)
  }

  50% {
      background: #d1d1d1;
      transform: rotate(180deg)
  }

  50.01% {
      background: #111;
      transform: rotate(1turn)
  }

  to {
      background: #111;
      transform: rotate(1turn)
  }
}

@keyframes rotate-circle-right {
  0% {
      background: #d1d1d1;
      transform: rotate(0deg)
  }

  50% {
      background: #d1d1d1;
      transform: rotate(180deg)
  }

  50.01% {
      background: #111;
      transform: rotate(1turn)
  }

  to {
      background: #111;
      transform: rotate(1turn)
  }
}

@-webkit-keyframes rotate-circle-left {
  0% {
      transform: rotate(0deg)
  }

  50% {
      transform: rotate(0deg)
  }

  to {
      transform: rotate(180deg)
  }
}

@keyframes rotate-circle-left {
  0% {
      transform: rotate(0deg)
  }

  50% {
      transform: rotate(0deg)
  }

  to {
      transform: rotate(180deg)
  }
}

.p-home__kv .slick-dots li.slick-active button:before {
  background: #111
}

.campaign_wrapper {
  padding: 0 11.9047619048vw
}

@media screen and (max-width:767px) {
  .campaign_wrapper {
      padding: 0
  }
}

@media screen and (min-width:768px) and (max-width:1099px) {
  .campaign_wrapper {
      padding: 0 9.765625vw
  }
}

@media screen and (min-width:1100px) and (max-width:1366px) {
  .campaign_wrapper {
      padding: 0 3.6603221083vw
  }
}

.campaign_contain {
  margin: 100px auto 105px;
  max-width: 1280px
}

@media screen and (max-width:767px) {
  .campaign_contain {
      margin: 0 auto;
      padding: 13.3333333333vw 6.6666666667vw
  }
}

.campaign_desc {
  margin-left: 2.380952381vw
}

@media screen and (max-width:767px) {
  .campaign_desc {
      margin-left: 0;
      padding: 7.2vw 5.6vw 6.6666666667vw
  }
}

.campaign_flex {
  display: flex;
  justify-content: flex-start
}

@media screen and (max-width:767px) {
  .campaign_flex {
      border: 1px solid #848775;
      display: block
  }

  .sp_bnr {
      border-bottom: 1px solid #848775
  }

  .example_img img {
      border-bottom: 1px dashed #d9d9d9;
      padding-bottom: 4.2666666667vw
  }
}

.campaign_note {
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .04em;
  margin-top: 10px
}

@media screen and (max-width:767px) {
  .campaign_note {
      font-size: 3.2vw;
      margin-top: 4vw
  }
}

@media screen and (min-width:767px) and (max-width:1152px) {
  .campaign_note {
      font-size: 15px;
      margin-top: 5px
  }
}

@media screen and (max-width:767px) {
  .campaign_note_list_item {
      margin-bottom: .8vw
  }
}

.campaign_note_list_note {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .08em;
  line-height: 1.714
}

@media screen and (max-width:767px) {
  .campaign_note_list_note {
      font-size: 3.2vw;
      line-height: 1.5
  }
}

@media screen and (min-width:767px) and (max-width:1152px) {
  .campaign_note_list_note {
      font-size: 13px
  }
}

@media screen and (max-width:767px) {
  .campaign_note_list {
      margin-bottom: 4.5333333333vw
  }
}

.campaign_btn {
  display: none
}

@media screen and (max-width:767px) {
  .campaign_btn {
      background-color: #000;
      color: #fff;
      display: block;
      font-family: HiraKakuPro W3, Noto Sans JP, sans-serif;
      font-size: 3.7333333333vw;
      font-weight: 400;
      letter-spacing: .08em;
      padding: 2.1333333333vw 0 2.4vw 7.2vw;
      text-align: center
  }

  .campaign_btn:after {
      background: url(/img/sp/campaign_arrow.png) no-repeat 50%;
      background-size: contain;
      content: "";
      display: inline-block;
      height: 2.4vw;
      margin-left: 5.3333333333vw;
      position: relative;
      width: 7.2vw
  }
}

.p-home__worries {
  padding: 141px 0 0 0;
  position: relative;
  text-align: center;
  background-image: url(/img/home/worries_background_pc.png);
}
@media screen and (max-width:1366px) {
  .p-home__worries {
      padding: 135px 3.6603221083vw 0;
  }
}

@media screen and (max-width:1024px) {
  .p-home__worries {
      padding: 6.8359375vw 9.765625vw 0;
  }
}

@media screen and (max-width:767px) {
  .p-home__worries {
      padding: 14.6666666667vw 6.6666666667vw 10.667vw;
  }
}


.p-home__worries-body {
  margin: 0 auto;
  max-width: 1280px
}

@media screen and (max-width:1024px) {
  .p-home__worries-body {
      display: block
  }
}

@media screen and (max-width:767px) {
  .p-home__worries-body {
      display: block
  }
}


.worries_list {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 50px;
}

@media screen and (max-width:1366px) {
  .worries_list {
      gap:2.928vw;
  }
}
@media screen and (max-width:767px) {
  .worries_list {
      flex-direction: column;
      align-items: center;
      gap: 56px;
  }
}
.worries_list_item {
  font-size: 2rem;
  text-align: left;
  width: 100%;
  max-width: 290px;
}
.worries_img {
  background-color: #fff;

  height: 238px;
  border-radius: 8px;
  position: relative;
  text-align: center;
}

.worries_img img {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width:1366px) {
  .case01-img,
  .case02-img,
  .case03-img,
  .case04-img {
      width: 80%;
  }
}
@media screen and (max-width:767px) {
  .case01-img {
      width:54.133vw;
  }
  .case02-img {
      width:49.6vw;
  }
  .case03-img {
      width:53.333vw;
  }
  .case04-img {
      width:62.165vw;
  }
}
.case_no {
  position: absolute;
  width: 120px;
  height: 48px;
  background-color: #000;
  color: #fff;
  border: solid 1px #707070;
  border-radius: 24px;
  top: -24px;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 48px;
}

.case_no span {
  font-size: 1.4rem;
}

.worries_case_text {
  font-size: 2.4rem;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .worries_case_text {
      font-size:1.8rem;

  }
}
.worries_arrow {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .worries_arrow {
      width: 75px;
      margin: 0 auto;
      margin-bottom: 40px;
  }
}
.worries_kaiketsu {
  font-size: 4.2rem;
  margin-top: 40px;
  letter-spacing: 4.2px;
  text-align: center;
  display: inline-block;

  line-height: 1.3;
  z-index: 1;
  background: linear-gradient(transparent 60%, #ECB1BF 0%);
display: inline;
padding: 0 1px 0px;
}
@media screen and (max-width:767px) {
  .worries_kaiketsu {
      font-size:6.4vw;
  }
}



.contact_area {
  /* position: absolute; */
  z-index: 1;
  max-width: 1280px;
  height: 140px;
  background-color: #5CBDB5;
  color: #fff;
  border-radius: 8px;
  bottom:-70px;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .contact_area_sp {
      background-color: #5CBDB5;
      color: #fff;
      width: 100%;
      padding: 8.533vw;
  }
  .contact_area_sp .tel-icon img{
      width:3.467vw;
  }
  .tel-icon, .mail-icon {
      margin-right: 8px;
  }
  .contact_area_tel_sp{
      width:82.933vw;
      border:solid #fff 2px;
  font-size: 1.8rem;
      text-align: center;
      margin: 0 auto;
      padding: 20px;
      box-shadow: 0px 4px 8px #00000029;
  }
  .contact_area_sp .contact_time_tel {
      text-align: center;
  font-weight: 400;
  }
  .contact_area_mail_sp {
      background-color: #fff;
      width:82.933vw;
      color: #5CBDB5;
      text-align: center;
      padding: 20px;
      font-size: 1.8rem;
      margin-top: 23px;
  }
  .contact_area_sp .mail-icon img{
      width:9.333vw;
  }
}


.contact_area_tel,
.contact_area_mail {
  z-index: 2;
}

.contact_area_mail {
  color: #41ADA3;
  font-size: 2.4rem;
  letter-spacing: 2.4px;
  background-color: #fff;
  width: 340px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 55px;
}

.contact_area_tel {
  font-size: 2.8rem;
  letter-spacing: 2.8px;
  line-height: 1;
  padding-right: 55px;
  border-right: solid #fff 1px;
  padding: 5px 55px 5px 0;
  height: 70px;
}

.contact_time_tel {
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  margin-top: 10px;
}

.tel-icon,
.mail-icon {
  margin-right: 15px;
}

.p-home__reason {
  padding: 220px 0 0 0;
  text-align: center;
  background-image: url(/img/home/reason_background_pc.png);
  margin-bottom: max(-28.267vw, -126px);
}

@media screen and (max-width:1366px) {
  .p-home__reason {
      padding: 220px 3.6603221083vw 0;
  }
}

/* @media screen and (max-width:1024px) {
  .p-home__reason {
      padding: 6.8359375vw 9.765625vw 9.765625vw
  }
} */

@media screen and (max-width:767px) {
  .p-home__reason {
      padding: 14.6666666667vw 6.6666666667vw 0;
      margin-bottom:max(-28.267vw, -106px);
  }
}
[data-page="top"].p-home .p-home__reason h2{
  color: #fff;
  margin-bottom: 0;
}

.p-home__reason-body {
  margin: 0 auto;
  max-width: 1280px
}

.p-home__reason-list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  padding-top: 80px;
}


@media screen and (max-width:767px) {
  .p-home__reason-list {
      flex-direction: column;
      padding-top: 56px;
}

}
.p-home__reason-list-item {
  max-width: 400px;
  width: 100%;
}
.reason_img {
  position: relative;
}

.reason_img img {
  z-index: 9;
}
.reason_no {
  position: absolute;
  top: -20px;
  left: 20px;
  z-index: 99;
}
.reason_txt_wrapper {
  background-color: #fff;
  padding: 30px;
  text-align: left;
  height: 250px;
  z-index: 99;
}

@media screen and (max-width:1366px) {
  .reason_txt_wrapper {
      height: 300px;
  }
}

@media screen and (max-width:767px) {
  .reason_txt_wrapper {
      height: auto;
  }
}
.reason_txt_ttl {
  font-size :2rem;
  line-height: 1;
}

@media screen and (max-width:767px) {
  .reason_txt_ttl {
      font-size :1.8rem;
  }
}
.reason_txt {
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width:767px) {
  .reason_txt {
      font-size: 1.4rem;
      letter-spacing: 1.4px;
      height: auto;
  }
  }
.reason_arrow {
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width:767px) {
  .reason_arrow {
      font-size: 1.4rem;
      font-weight: bold;
  }
}
.to_tf_link img{
  width: 21px;    padding-left: 10px;
  padding-bottom: 2px;
}

@-webkit-keyframes arrow {
  0% {
      transform: translate3d(-50%, 0, 0)
  }

  60% {
      transform: translate3d(-50%, 100px, 0)
  }

  to {
      transform: translate3d(-50%, 100px, 0)
  }
}

@keyframes arrow {
  0% {
      transform: translate3d(-50%, 0, 0)
  }

  60% {
      transform: translate3d(-50%, 100px, 0)
  }

  to {
      transform: translate3d(-50%, 100px, 0)
  }
}

.p-home__service {
  padding: 330px 11.9047619048vw 180px;
  /* padding: 305px 0 180px 0; */
  position: relative;
  background-color: #F5F5F5;
  /* z-index: -99; */
}

@media screen and (max-width:1366px) {
  .p-home__service {
      padding: 330px 3.6603221083vw 180px
  }
}

@media screen and (max-width:1024px) {
  .p-home__service {
      padding: 6.8359375vw 9.765625vw 9.765625vw
  }
}

@media screen and (max-width:767px) {
  .p-home__service {
      padding: 45.333vw 6.6666666667vw 12vw
  }
}

.p-home__service-body {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  gap: 2.196vw;
}

@media screen and (max-width:1024px) {
  .p-home__service-body {
      display: block
  }
}

@media screen and (max-width:767px) {
  .p-home__service-body {
      display: block
  }
}

.p-home__service-ttl-txt {
  font-size: 1.6rem;
  font-weight: 400;
  max-width: 450px;
  width: 100%;
  letter-spacing: 0.8px;
  line-height: 2;
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .p-home__service-ttl-txt {
      font-size: 1.4rem;
      margin-top: 24px;
      width: 100%;
  }
}
[data-page="top"].p-home .p-home__service h2 {
  line-height: 1.5;
}
[data-page="top"].p-home .p-home__service h2,
[data-page="top"].p-home .p-home__service h2 span{
  text-align: left;
}


@media screen and (max-width:1024px) {
  .p-home__service-list {
      width: 100%
  }
}

@media screen and (max-width:767px) {
  .p-home__service-list {
      display: block;
      width: 100%
  }
  [data-page="top"].p-home .p-home__service h2 {
      margin-bottom:10.667vw;
  }
}

.p-home__service-list-item {
 max-width: 729px;
 background-color: #fff;
 height: 250px;
 width: 100%;
 margin-bottom:40px;
}

@media screen and (max-width:767px) {
  .p-home__service-list-item {
      margin-bottom: 8vw;
      width: 100%;
      height:auto;
  }
}

.p-home__service-list-item figure {
  background-color: #F2F2F2;
  border-radius: 50%;
  padding: 22px;
  width: 140px;
  height: 140px;
}
@media screen and (max-width:767px) {
  .p-home__service-list-item figure {
      width: 100px;
      height: 100px;
  }
}
@media screen and (max-width:767px) {
  .p-home__service-list-item figure img {
      width: 23.4666666667vw
  }
}
@media screen and (max-width:767px) {
.p-home__service-list-item_sp {
  display: flex;
  align-content: center;
  align-items: baseline;
  gap: 16px;
  }
}
.p-home__service-list-item h3 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 20px;
  text-align: left;
}

@media screen and (max-width:767px) {
  .p-home__service-list-item h3 {
      font-size: 4.8vw
  }
}

.p-home__service-list-item p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 2;
}

@media screen and (max-width:767px) {
  .p-home__service-list-item p {
      font-size:3.733vw;
      padding: 0
  }
}

.p-home__service-list-txts {
  width: 479px;
}

@media screen and (max-width:767px) {
  .p-home__service-list-txts {
      width: 100%;
  }
}
.p-home__service-list-item a {
  display: block;
  padding: 30px;
  display: flex;
  gap: 30px;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width:767px) {
  .p-home__service-list-item a {
      flex-direction: column;
      gap: 16px;
      padding: 24px;
  }
}
.p-home__service-list-item:first-child {
  margin-bottom: 40px;
}
.p-home__service-arrow {
  width: 35px;
  position: absolute;
  bottom: -60px;
  right: -10px;
}
@media screen and (max-width:1366px) {
  .p-home__service-arrow {
      bottom: -50px;
      right: -10px;
  }
}
@media screen and (max-width:767px) {
  .p-home__service-arrow {
      width: 16px;
      right: -10px;
      bottom: -15px;
  }
}
.p-home__service-list-item .b-arrow:before {
  background: #000;
  bottom: 0;
  content: "";
  height: 50px;
  position: absolute;
  right: 0;
  transition: .3s;
  width: 50px
}

@media screen and (max-width:767px) {
  .p-home__service-list-item .b-arrow:before {
      height: 10.9333333333vw;
      width: 10.9333333333vw
  }
}

.p-home__service-list-item .b-arrow span {
  display: block;
  height: 50px;
  width: 50px
}

@media screen and (max-width:767px) {
  .p-home__service-list-item .b-arrow span {
      height: 10.9333333333vw;
      width: 10.9333333333vw
  }
}

.p-home__service-list-item .b-arrow span:before {
  background: hsla(0, 0%, 100%, .2);
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  transition: .2s;
  width: 0
}

.p-home__service-list-item .b-arrow:after {
  background: url(../img/common/btn-arrow-white.svg) no-repeat;
  background-size: 100%;
  bottom: 20px;
  content: "";
  height: 8px;
  position: absolute;
  right: 15px;
  transition: .3s;
  width: 18px
}

@media screen and (max-width:767px) {
  .p-home__service-list-item .b-arrow:after {
      bottom: 4.2666666667vw;
      right: 3.2vw
  }
}

.p-home__service-list-item:hover .b-arrow span:before {
  width: 100%
}

.p-home__service-list-item:hover .b-arrow:after {
  -webkit-animation: arrow-hover 1s linear forwards;
  animation: arrow-hover 1s linear forwards
}

@-webkit-keyframes arrow-hover {
  0% {
      opacity: 1;
      right: 15px
  }

  30% {
      opacity: 0;
      right: 0
  }

  50% {
      left: 0;
      opacity: 0;
      right: inherit
  }

  to {
      left: 15px;
      opacity: 1;
      right: inherit
  }
}

@keyframes arrow-hover {
  0% {
      opacity: 1;
      right: 15px
  }

  30% {
      opacity: 0;
      right: 0
  }

  50% {
      left: 0;
      opacity: 0;
      right: inherit
  }

  to {
      left: 15px;
      opacity: 1;
      right: inherit
  }
}

.p-home__staff {
  /* padding: 140px 11.9047619048vw 194px; */
  color: #fff;
  background-image: url(/img/home/img-staff-pc.png);
  background-size: 100%;
  background-repeat: no-repeat;
  /* background-position: 60% center; */
  z-index: -1;
  display: block;
  height:36.875vw;
}


@media screen and (max-width:1366px) {
  .p-home__staff {
      padding: 0 3.6603221083vw;
      /* background-size: cover;
      background-position: 60% center; */

  }
}

@media screen and (max-width:1024px) {
  .p-home__staff {
      padding: 0 9.765625vw
  }
}

@media screen and (max-width:767px) {
  .p-home__staff {
      padding: 0;
      background: url(/img/home/img-staff-sp.png);
      background-size: 100%;
      background-repeat: no-repeat;
      height:176.533vw;
  }
}

/* [data-page="top"].p-home .p-home__staff h2 {
  padding-top: 140px;
  margin-bottom: 40px;
} */

/* @media screen and (max-width:1366px) {
  [data-page="top"].p-home .p-home__staff h2 {
      padding-top:17.57vw;
  }
} */
.p-home__staff figure {
  margin-left: 13.8%
}




.p-home__request {
  /* padding: 181px 11.9047619048vw 70px */
  padding: 181px 0 0 0;
}

@media screen and (max-width:1366px) {
  .p-home__request {
      padding: 17.067vw 3.6603221083vw 70px
  }
}

/* @media screen and (max-width:1024px) {
  .p-home__request {
      padding: 17.067vw 9.765625vw 4.8828125vw
  }
} */

@media screen and (max-width:767px) {
  .p-home__request {
      padding: 17.067vw 6.6666666667vw 8vw
  }
}

.p-home__request h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 25px
}

@media screen and (max-width:767px) {
  .p-home__request h3 {
      font-size: 5.3333333333vw;
      margin-bottom: 4vw
  }
}

.p-home__request-body {
  margin: 0 auto;
  max-width: 1280px
}

.p-home__request-list {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 245px
}

@media screen and (max-width:1024px) {
  .p-home__request-list {
      padding: 0 0 17.578vw;
  }
}

@media screen and (max-width:767px) {
  .p-home__request-list {
      display: block;
      padding: 0
  }
}

.p-home__request-list-item {
  width: 31.25%
}

@media screen and (max-width:1024px) {
  .p-home__request-list-item {
      width: 31.125%
  }
}

@media screen and (max-width:767px) {
  .p-home__request-list-item {
      margin-bottom:31.733vw;
      width: 100%
  }
}

.p-home__request-list-item a {
  display: block;
  position: relative
}

.p-home__request-list-item a img {
  transition: 1s
}

.p-home__request-list-item a:hover {
  opacity: 1
}

.p-home__request-list-item a:hover img {
  transform: scale(1.1)
}

.p-home__request-list-item .p-home__request-txt {
  bottom: -70px;
  position: absolute;
  right: 0;
  z-index: 1;
  background-color: #fff;
  padding: 40px 40px 30px 40px;
}
@media screen and (max-width:767px) {
  .p-home__request-list-item .p-home__request-txt {
      bottom: -50px;
      font-size: 1.8rem;
      padding: 16px;
      line-height: 1.555;
  }
}
[data-page="top"].p-home .p-home__request h2 {
  margin-bottom: 40px;
}
[data-page="top"].p-home .p-home__request #p-home_voice_cont h2 {
  margin-bottom: 0;
}

@media screen and (max-width:767px) {
  [data-page="top"].p-home .p-home__request h2 {
      margin-bottom:6.4vw;
  }
}
.p-home__request-paragraph {
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width:767px) {
  .p-home__request-paragraph {
      margin-bottom:17.867vw;
      font-size:3.733vw;
      text-align: left;
  }
}
.p-home__request-tag {
  background: #000;
  color: #fff;
  font-size: 1.8rem;
  left: 0;
  line-height: 1;
  max-width: 90%;
  padding: 16px 20px;
  position: absolute;
  top: -20px;
  /* width: 18.1547619048vw; */
  z-index: 2;
  text-align: center;
}

@media screen and (max-width:1024px) {
  .p-home__request-tag {
      font-size: 1.07421875vw;
      min-width: 21.484375vw
  }
}

@media screen and (max-width:767px) {
  .p-home__request-tag {
      font-size: 3.7333333333vw;
      max-width: inherit;

  }
}

.p-home__request-arrow {
  display: inline-block;
  width: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:767px) {
  .p-home__request-arrow {
      width: 24px;
  }
}
.p-home__request-site {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 80px;
  max-width:1280px;
}

@media screen and (max-width:767px) {
  .p-home__request-site {
      display: block
  }
}

.p-home__request-site-item {
  background: #FFF;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  width:600px;
  height: 366px;
  border-radius: 4px;
}

@media screen and (max-width:767px) {
  .p-home__request-site-item {
      margin-bottom: 5.3333333333vw;
      padding: 8.533vw 6.4vw 10.667vw;
      width: 100%;
  }
}

.p-home__request-site-item p {
  font-size: 1.6rem;
  font-weight: 400;
  height: 96px;
  letter-spacing: 0.8px;
}

@media screen and (max-width:767px) {
  .p-home__request-site-item p {
      font-size: 1.4rem;
      letter-spacing: 0.7px;
      height: auto;
      margin-top: 16px;
  }
}
[data-page="top"].p-home .info h2 {
  color: #fff;
}


@media screen and (max-width:767px) {
  [data-page="top"].p-home .info h2,
  [data-page="top"].p-home .info h2 span {
      text-align: center;
  }

  [data-page="top"].p-home .info h2 {
      margin-bottom: 40px;
  }

}
.info {
  padding: 70px 11.9047619048vw 110px;
  position: relative;
  background-image: url(/img/home/background-related.png);
}

.info h2 {
  margin-bottom: 65px
}

.info-body {
  margin: 0 auto;
  max-width: 1280px;
  margin-bottom: 110px;
}

.info-list {
  margin: 0 auto;
  max-width: 800px
}

.info-list-item {
  border-bottom: 1px solid #e8e8e8;
  padding: 35px 87px 35px 18px;
  position: relative
}

.info-list-item:first-child {
  border-top: 1px solid #e8e8e8
}

.info-list-item a {
  display: block;
  margin: -35px -87px -35px -18px;
  padding: 35px 87px 35px 18px;
  position: relative
}

.info-list-date {
  color: #7a7a7a;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.8
}

.info-list-txt {
  font-size: 2.2rem;
  letter-spacing: .1em;
  line-height: 1.5
}

.info-list-item a .txtArrow {
  display: inline-block;
  position: absolute;
  right: 6%;
  top: 40%
}

.info-list-item a .txtArrow:after {
  background: url(../../img/common/btn-arrow.svg) no-repeat 50%/cover;
  content: "";
  height: 9px;
  position: absolute;
  width: 19px
}

.info-list-item a:hover .txtArrow:after {
  -webkit-animation: ani-arrow 1s linear forwards;
  animation: ani-arrow 1s linear forwards
}

.info .p-home__btn {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  height: 70px;
  text-align: center;
  background-color: #000;
  color: #fff;
}

@media screen and (max-width:767px) {
  .info .p-home__btn {
      margin-top: 24px;
      height: 54px;
  }
}
@-webkit-keyframes ani-arrow {
  0% {
      left: 0;
      opacity: 1
  }

  30% {
      left: 10px;
      opacity: 0
  }

  50% {
      left: 16px;
      opacity: 0
  }

  70% {
      left: -16px;
      opacity: 0
  }

  80% {
      left: -8px;
      opacity: .4
  }

  90% {
      left: -4px;
      opacity: 1
  }

  to {
      left: 0;
      opacity: 1
  }
}

@keyframes ani-arrow {
  0% {
      left: 0;
      opacity: 1
  }

  30% {
      left: 10px;
      opacity: 0
  }

  50% {
      left: 16px;
      opacity: 0
  }

  70% {
      left: -16px;
      opacity: 0
  }

  80% {
      left: -8px;
      opacity: .4
  }

  90% {
      left: -4px;
      opacity: 1
  }

  to {
      left: 0;
      opacity: 1
  }
}

@media screen and (max-width:1366px) {
  .info {
      padding: 70px 3.6603221083vw 135px
  }
}
/*
@media screen and (max-width:1024px) {
  .info {
      padding: 6.8359375vw 9.765625vw 9.765625vw
  }
} */

@media screen and (max-width:767px) {
  .info {
      padding: 14.4vw 6.6666666667vw 17.067vw;
  }

  .info h2 {
      margin-bottom: 8vw
  }

  .info-list-item,
  .info-list-item a {
      padding: 6.6666666667vw 13.3333333333vw 6.1333333333vw 2.6666666667vw
  }

  .info-list-item a {
      margin: -6.6666666667vw -13.3333333333vw -6.1333333333vw -2.6666666667vw
  }

  .info-list-date,
  .info-list-txt {
      font-size: 4.2666666667vw
  }

  .info-list-item a .txtArrow {
      right: 12%;
      top: 50%;
      transform: translateY(-50%)
  }

  .info .p-home__btn a {
      padding: 4vw 13.3333333333vw 4vw 5.3333333333vw;
      text-align: center;
      font-size: 1.6rem;
  }
}

.p-home__faq {
  /* padding: 70px 11.9047619048vw 110px; */
  padding: 166px 0 190px;
  position: relative;
}

@media screen and (max-width:1366px) {
  .p-home__faq {
      padding: 70px 3.6603221083vw 135px
  }
}

@media screen and (max-width:1024px) {
  .p-home__faq {
      padding: 6.8359375vw 9.765625vw 9.765625vw
  }
}

@media screen and (max-width:767px) {
  .p-home__faq {
      padding: 8vw 6.6666666667vw 16vw
  }
}

[data-page="top"].p-home .p-home__faq h2 span{
  text-align: left;
}
.p-home__faq-wrapper {
  width: 70%;
}
.p-home__faq h2 {
  margin-bottom: 65px
}

@media screen and (max-width:767px) {
  .p-home__faq h2 {
      margin-bottom: 8vw
  }
}

.p-home__faq-body {
  margin: 0 auto;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .p-home__faq-body {
      flex-direction: column;
  }
  .p-home__faq-wrapper {
      width: 100%;
  }
}
.p-home__faq-list {
  margin: 0 auto;
  max-width: 800px;
}

.p-home__faq-list-item {
  border-bottom: 1px solid #e8e8e8;
  padding: 35px 0;
  position: relative
}

@media screen and (max-width:767px) {
  .p-home__faq-list-item {
      padding: 5.3333333333vw 0
  }
}

.p-home__faq-list-item:first-child {
  border-top: 1px solid #e8e8e8
}

.p-home__faq-list-item:nth-child(n+5) {
  display: none
}

.p-home__faq-list-item:before {
  background: url(../img/common/icon-plus.svg) no-repeat;
  background-size: 100%;
  content: "";
  height: 30px;
  position: absolute;
  right: 3px;
  width: 30px
}

@media screen and (max-width:767px) {
  .p-home__faq-list-item:before {
      width: 5.8666666667vw
  }
}

.p-home__faq-list-item.active:before {
  background: url(../img/common/icon-minus.svg) no-repeat;
  background-size: 100%
}

.p-home__faq-list-question {
  cursor: pointer;
  font-size: 2.2rem;
  line-height: 1.5;
  padding-left: 45px;
  padding-right: 50px;
  position: relative
}

@media screen and (max-width:767px) {
  .p-home__faq-list-question {
      font-size: 4.2666666667vw
  }
}

.p-home__faq-list-question:before {
  content: "Q.";
  font-family: Roboto, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  left: 10px;
  line-height: 1;
  position: absolute;
  top: 5px
}

@media screen and (max-width:767px) {
  .p-home__faq-list-question:before {
      font-size: 4.5333333333vw
  }
}

.p-home__faq-list-answer {
  display: none;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 15px;
  padding-left: 45px;
  padding-right: 15px
}

@media screen and (max-width:767px) {
  .p-home__faq-list-answer {
      font-size: 3.4666666667vw
  }
}

.p-home__faq-list-answer:before {
  content: "A.";
  font-family: Roboto, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  left: 10px;
  line-height: 1;
  position: absolute;
  top: 5px
}

@media screen and (max-width:767px) {
  .p-home__faq-list-answer:before {
      font-size: 4.5333333333vw
  }
}

.p-home__faq-list-answer a {
  text-decoration: underline
}

.p-home__faq-list-answer a:hover {
  text-decoration: none
}

.p-home__faq .p-home__btn {
  margin: 80px auto 0;
  max-width: 404px
}

@media screen and (max-width:767px) {
  .p-home__faq .p-home__btn {
      margin-top: 10.6666666667vw
  }

  .p-home__faq .p-home__btn a {
      padding: 4vw 13.3333333333vw 4vw 5.3333333333vw;
      text-align: center
  }
}

.p-home__link {
  background: #f8f8f8;
  padding: 120px 11.9047619048vw 120px;
  position: relative
}

@media screen and (max-width:1366px) {
  .p-home__link {
      padding: 160px 3.6603221083vw 80px
  }
}

@media screen and (max-width:1024px) {
  .p-home__link {
      padding: 9.765625vw
  }
}

@media screen and (max-width:767px) {
  .p-home__link {
      padding: 17.067vw 6.6666666667vw 17.067vw;
  }

}
.p-service .l-main> .p-home__link {
  background: #f8f8f8;
  padding: 120px 11.9047619048vw 120px;
  position: relative;
  max-width: none;
}

@media screen and (max-width:1366px) {
  .p-service .l-main> .p-home__link {
      padding: 160px 3.6603221083vw 80px
  }
}

@media screen and (max-width:1024px) {
  .p-service .l-main> .p-home__link {
      padding: 9.765625vw
  }
}

@media screen and (max-width:767px) {
  .p-service .l-main> .p-home__link {
      padding: 17.067vw 6.6666666667vw 17.067vw;
  }

}
.p-home__link-body {
  margin: 0 auto;
  max-width: 1280px
}

.is-groupSite .p-home__link-list {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 18px 24px;
}

@media screen and (max-width:767px) {
  .is-groupSite .p-home__link-list {
      grid-template-columns: repeat(3, 1fr);
      gap: 16px 15px;
  }
}
.is-groupCompany .p-home__link-list {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) 1fr 1fr 1fr 1fr;
  gap: 24px;
}

@media screen and (max-width:767px) {
  .is-groupCompany .p-home__link-list {
      grid-template-columns: repeat(3, 1fr);
      gap: 16px 15px;
  }
}
.footer-ttl {
  display: flex;
align-items: center;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 2.4px;
}

@media screen and (max-width:767px) {
  .footer-ttl {
      font-size: 0.875rem;
      letter-spacing: 1.4px;
  }
}
.footer-ttl:after {
  content: "";
flex-grow: 1;
height: 1px;
display: block;
background: #E8E8E8;
}

.footer-ttl:after {
margin-left: .8em;

}

.is-overSea .p-home__link-list {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) 1fr ;
  gap: 24px;
}
@media screen and (max-width:767px) {
  .is-overSea .p-home__link-list {
      grid-template-columns: repeat(3, 1fr);
      gap: 16px 15px;
  }
}
.is-onlineStore .p-home__link-list {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) 1fr 1fr 1fr 1fr 1fr 1fr;

  gap: 24px;
}

@media screen and (max-width:767px) {
  .is-onlineStore .p-home__link-list {
      grid-template-columns: repeat(3, 1fr);
      gap: 16px 15px;
  }
}
.is-onlineStore .footer-ttl {
  margin-top: 60px;
  width: calc((100% - 144px) / 7* 2 + 24px);
}

@media screen and (max-width:767px) {
  .is-onlineStore .footer-ttl {
      margin-top: 40px;
      width: 100%;
  }
}

.is-groupSite-inner,
.is-onlineStore-inner,
.is-overSea-inner,
.is-groupCompany-inner {
  width: fit-content;
}
.groupsite_2content_wrap {
  display: flex;
  gap: 24px;
  margin-top: 40px;
}

@media screen and (max-width:767px) {
  .groupsite_2content_wrap {
      flex-direction: column;
      gap: 40px;
  }
}

.p-home__link-list-item .p-home__link-pconly {
  display: block;
}
.p-home__link-list-item .p-home__link-sponly {
  display: none;
}
@media screen and (max-width:767px) {
  .p-home__link-list-item .p-home__link-pconly {
      display: none;
  }
  .p-home__link-list-item .p-home__link-sponly {
      display: block;
  }
}

.p-home__link-list-item a {
  display: block;
  position: relative
}

.p-home__link-list-item a:hover{
  text-decoration: underline;
  opacity: .7;
  transition: .2s opacity;
  cursor: pointer;
}

.p-home__link-list-item a.link-none {
  pointer-events: none
}

.p-home__link-list-item a.link-none:after {
  display: none
}


@media screen and (max-width:767px) {
  .p-home__link-list-item a .p-home__logo {
      margin-bottom: 0;
  }

  .p-home__link-list-item a .p-home__logo img {
      width: 26.4vw;
  }
}

.p-home__link-list+h3 {
  margin-top: 150px
}

@media screen and (max-width:767px) {
  .p-home__link-list+h3 {
      margin-top: 8vw
  }

  .p-episode .l-main {
      margin-top: -18.6666666667vw
  }
}

.p-episode-01 .p-episode__main .p-episode__main-bg {
  background: url(../img/episode/01/img-ep01-main.jpg) no-repeat;
  background-position: 50%;
  background-size: cover;
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100vh;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 80px;
  width: 100%
}

@media screen and (max-width:767px) {
  .p-episode-01 .p-episode__main .p-episode__main-bg {
      background: url(../img/episode/01/img-ep01-main-sp.jpg) no-repeat;
      background-position: bottom;
      background-size: cover;
      top: 0
  }
}

.p-episode-02 .p-episode__main .p-episode__main-bg {
  background: url(../img/episode/02/img-ep02-main.jpg) no-repeat;
  background-position: 50%;
  background-size: cover;
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100vh;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 80px;
  width: 100%
}

@media screen and (max-width:767px) {
  .p-episode-02 .p-episode__main .p-episode__main-bg {
      background: url(../img/episode/02/img-ep02-main-sp.jpg) no-repeat;
      background-position: bottom;
      background-size: cover;
      top: 0
  }
}

.p-episode-03 .p-episode__main .p-episode__main-bg {
  background: url(../img/episode/03/img-ep03-main.jpg) no-repeat;
  background-position: 50%;
  background-size: cover;
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100vh;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 80px;
  width: 100%
}

@media screen and (max-width:767px) {
  .p-episode-03 .p-episode__main .p-episode__main-bg {
      background: url(../img/episode/03/img-ep03-main-sp.jpg) no-repeat;
      background-position: bottom;
      background-size: cover;
      top: 0
  }
}

.p-episode-03 .p-episode__main-body h3:after,
.p-episode-03 .p-episode__main-body h3:before {
  width: 37%
}

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

  .p-episode-03 .p-episode__main-body h3:after,
  .p-episode-03 .p-episode__main-body h3:before {
      width: 10.1333333333vw
  }
}

.p-episode__main:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, .7) -100%, transparent);
  z-index: 2
}

.p-episode__main:after,
.p-episode__main:before {
  content: "";
  height: 100vh;
  position: fixed;
  transition: .5s;
  width: 100%
}

.p-episode__main:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, .7) 100%, transparent);
  opacity: 0;
  top: 0
}

.p-episode__main.overlay:before {
  opacity: 0
}

.p-episode__main.overlay:after {
  opacity: 1
}

.p-episode__main-body {
  color: #fff;
  padding: 60vh 11.9047619048vw 100px;
  pointer-events: all;
  position: relative;
  transition: .3s;
  z-index: 5
}

.p-episode__main-body.end-off,
.p-episode__main-body.scroll_off {
  pointer-events: none
}

@media screen and (max-width:1366px) {
  .p-episode__main-body {
      padding: 55vh 3.6603221083vw 100px
  }
}

@media screen and (max-width:1099px) {
  .p-episode__main-body {
      padding: 50vh 4.8828125vw 100px
  }
}

@media screen and (max-width:1366px) and (orientation:portrait) {
  .p-episode__main-body {
      padding-top: 60%
  }
}

@media screen and (max-width:767px) {
  .p-episode__main-body {
      margin: 0 6.6666666667vw;
      padding: 65vh 0 16vw
  }

  .p-episode__main-body::-webkit-scrollbar {
      display: none
  }
}

.p-episode__main-body>* {
  margin: 0 auto;
  max-width: 1280px
}

.p-episode__main-body h2 {
  font-size: 3.8rem;
  line-height: 1.5;
  margin: -5px auto 25px;
  position: relative
}

@media screen and (max-width:767px) {
  .p-episode__main-body h2 {
      font-size: 6.9333333333vw;
      margin: 0 auto 25px;
      width: 100%
  }
}

.p-episode__main-body h2 span {
  font-size: 1.6rem
}

@media screen and (max-width:767px) {
  .p-episode__main-body h2 span {
      font-size: 3.4666666667vw
  }
}

.p-episode__main-body h2 span.tag {
  background: #111;
  display: inline-block;
  margin-right: 10px;
  padding: 0 5px
}

@media screen and (max-width:767px) {
  .p-episode__main-body h2 span.tag {
      font-size: 3.7333333333vw
  }
}

.p-episode__main-body-text {
  opacity: 0;
  transition: .3s
}

.p-episode__main-body-text.active {
  opacity: 1
}

.p-episode__main-body-img {
  display: flex;
  justify-content: center
}

@media screen and (max-width:767px) {
  .p-episode__main-body-img {
      display: block
  }
}

.p-episode__main-body-img figure {
  background: hsla(0, 0%, 100%, .3);
  padding: 30px 0 40px;
  text-align: center;
  width: 50%
}

@media screen and (max-width:767px) {
  .p-episode__main-body-img figure {
      padding: 6.6666666667vw 9.3333333333vw 9.3333333333vw;
      width: 100%
  }
}

.p-episode__main-body-img figure.bg-white {
  background: hsla(0, 0%, 100%, .8)
}

@media screen and (max-width:767px) {
  .p-episode__main-body-img figure+figure {
      margin-top: 30px
  }
}

.p-episode__main-body p {
  font-size: 1.8rem;
  font-weight: 400
}

@media screen and (max-width:767px) {
  .p-episode__main-body p {
      font-size: 4vw
  }
}

.p-episode__main-body p+p {
  margin-top: 30px
}

@media screen and (max-width:767px) {
  .p-episode__main-body p+p {
      margin-top: 6.6666666667vw
  }
}

.p-episode__main-body h3 {
  font-size: 2.2rem;
  margin-bottom: 50px;
  margin-top: 60px;
  text-align: center
}

@media screen and (max-width:767px) {
  .p-episode__main-body h3 {
      font-size: 4.8vw;
      margin-bottom: 5.3333333333vw;
      margin-top: 6.6666666667vw
  }
}

.p-episode__main-body h3:before {
  background: hsla(0, 0%, 100%, .5);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40%
}

@media screen and (max-width:767px) {
  .p-episode__main-body h3:before {
      width: 19.2vw
  }
}

.p-episode__main-body h3:after {
  background: hsla(0, 0%, 100%, .5);
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40%
}

@media screen and (max-width:767px) {
  .p-episode__main-body h3:after {
      width: 19.2vw
  }
}

.p-episode__scene {
  background: #fff;
  z-index: 10
}

.p-episode__scene-body {
  margin: 0 auto;
  max-width: 1340px
}

.p-episode__scene-item {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 75px 30px
}

@media screen and (max-width:767px) {
  .p-episode__scene-item {
      flex-wrap: wrap;
      padding: 14.6666666667vw 6.6666666667vw 4vw
  }
}

.p-episode__scene-item-text {
  margin-right: 7.81%;
  width: 42.18%
}

@media screen and (max-width:1366px) {
  .p-episode__scene-item-text {
      margin-right: 4.81%;
      width: 45.18%
  }
}

@media screen and (max-width:767px) {
  .p-episode__scene-item-text {
      flex: 0 0 100%;
      margin-right: 0;
      width: 100%
  }
}

.p-episode__scene-item-text h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 35px
}

@media screen and (max-width:767px) {
  .p-episode__scene-item-text h3 {
      font-size: 5.8666666667vw;
      margin-bottom: 6.6666666667vw
  }
}

.p-episode__scene-item-text h3 span {
  color: #7b7b7b;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 1.8rem
}

@media screen and (max-width:767px) {
  .p-episode__scene-item-text h3 span {
      font-size: 3.7333333333vw
  }
}

.p-episode__scene-item-text p {
  font-size: 1.8rem;
  font-weight: 400
}

@media screen and (max-width:767px) {
  .p-episode__scene-item-text p {
      font-size: 4vw
  }
}

.p-episode__scene-item-text p+p {
  margin-top: 45px
}

@media screen and (max-width:767px) {
  .p-episode__scene-item-text p+p {
      margin-top: 6.6666666667vw
  }
}

.p-episode__scene-item-ph {
  width: 50%
}

@media screen and (max-width:767px) {
  .p-episode__scene-item-ph {
      flex: 0 0 100%;
      margin-top: 6.6666666667vw;
      width: 100%
  }

  .p-episode__scene-item-ph img {
      width: 100%
  }
}

.p-episode__scene-item-ph.ph-w figure {
  margin-right: -31.3%
}

@media screen and (max-width:767px) {
  .p-episode__scene-item-ph.ph-w figure {
      margin-right: 0
  }
}

.p-episode__scene-item:nth-child(2n) {
  flex-direction: row-reverse
}

@media screen and (max-width:767px) {
  .p-episode__scene-item:nth-child(2n) {
      flex-direction: inherit
  }
}

.p-episode__scene-item:nth-child(2n) .p-episode__scene-item-text {
  margin-left: 7.81%;
  margin-right: 0
}

@media screen and (max-width:1366px) {
  .p-episode__scene-item:nth-child(2n) .p-episode__scene-item-text {
      margin-left: 4.81%
  }
}

@media screen and (max-width:767px) {
  .p-episode__scene-item:nth-child(2n) .p-episode__scene-item-text {
      margin-left: 0
  }
}

.p-episode__scene-item:nth-child(2n) .p-episode__scene-item-ph.ph-w figure {
  margin-left: -31.3%;
  margin-right: 0
}

@media screen and (max-width:767px) {
  .p-episode__scene-item:nth-child(2n) .p-episode__scene-item-ph.ph-w figure {
      margin-left: 0
  }
}

.p-episode__other {
  background: #fff;
  padding: 60px 0 0;
  z-index: 10
}

@media screen and (max-width:767px) {
  .p-episode__other {
      padding: 0
  }
}

.p-episode__other-body {
  margin: 0 auto;
  max-width: 1340px;
  padding: 0 30px
}

@media screen and (max-width:767px) {
  .p-episode__other-body {
      padding: 6.6666666667vw 6.6666666667vw 0
  }
}

.p-episode__other h3 {
  font-family: Roboto, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 35px
}

@media screen and (max-width:767px) {
  .p-episode__other h3 {
      font-size: 6.4vw;
      margin-bottom: 2.6666666667vw
  }
}

.p-episode__other-list {
  display: flex;
  margin: 0 -40px
}

@media screen and (max-width:767px) {
  .p-episode__other-list {
      display: block;
      margin: 0
  }
}

.p-episode__other-list-item {
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  margin: 0 40px;
  width: 50%
}

@media screen and (max-width:767px) {
  .p-episode__other-list-item {
      margin: 0;
      width: 100%
  }

  .p-episode__other-list-item+.p-episode__other-list-item {
      border-top: none
  }
}

.p-episode__other-list-item a {
  display: table;
  padding: 30px 0;
  position: relative;
  table-layout: fixed;
  width: 100%
}

@media screen and (max-width:767px) {
  .p-episode__other-list-item a {
      padding: 6.6666666667vw 0
  }
}

.p-episode__other-list-item a:after {
  background: url(../img/common/btn-arrow.svg) no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 8px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: .5s;
  width: 18px
}

@media screen and (max-width:767px) {
  .p-episode__other-list-item a:after {
      right: 0;
      width: 4.5333333333vw
  }
}

.p-episode__other-list-item a>* {
  display: table-cell;
  vertical-align: top;
  width: 100%
}

.p-episode__other-list-item a figure {
  overflow: hidden;
  width: 120px
}

@media screen and (max-width:767px) {
  .p-episode__other-list-item a figure {
      width: 26.6666666667vw
  }
}

.p-episode__other-list-item a figure img {
  transition: .5s
}

.p-episode__other-list-item a:hover:after {
  right: 0
}

.p-episode__other-list-item a:hover figure img {
  transform: scale(1.2)
}

.p-episode__other-list-item a .p-episode__other-text {
  padding-left: 20px
}

@media screen and (max-width:767px) {
  .p-episode__other-list-item a .p-episode__other-text {
      padding-left: 3.1168831169vw
  }
}

.p-episode__other-list-item a .p-episode__other-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px
}

@media screen and (max-width:767px) {
  .p-episode__other-list-item a .p-episode__other-title {
      font-size: 4vw;
      margin-bottom: 2.6666666667vw
  }
}

.p-episode__other-list-item a .p-episode__other-title span {
  background: #111;
  color: #fff;
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0 10px
}

@media screen and (max-width:767px) {
  .p-episode__other-list-item a .p-episode__other-title span {
      font-size: 3.2vw
  }
}

.p-episode__other-list-item a .p-episode__other-title+p {
  font-size: 1.4rem;
  font-weight: 400
}

@media screen and (max-width:767px) {
  .p-episode__other-list-item a .p-episode__other-title+p {
      color: #7b7b7b;
      font-size: 3.2vw;
      font-weight: 700
  }
}

.p-episode .p-home__request {
  background: #fff;
  padding: 100px 0;
  z-index: 10
}

@media screen and (max-width:767px) {
  .p-episode .p-home__request {
      padding-bottom: 13.3333333333vw;
      padding-top: 13.3333333333vw
  }
}

.p-episode .p-home__request-body {
  margin: 0 auto;
  max-width: 1340px;
  padding-left: 30px;
  padding-right: 30px
}

.p-episode .c-pager {
  background: #fff;
  margin-bottom: 0;
  max-width: none;
  padding: 0 30px 160px;
  z-index: 10
}

@media screen and (max-width:767px) {
  .p-episode .c-pager {
      margin: 0;
      padding: 0 6.6666666667vw 13.3333333333vw
  }
}

.p-episode .c-pager .c-pager__navi {
  margin: 0 auto;
  max-width: 1280px
}

@media screen and (max-width:767px) {
  .p-episode .c-pager .c-pager__navi {
      padding: 13.3333333333vw 0
  }
}

.p-episode .l-footer {
  background: #fff;
  z-index: 10
}

.p-service .l-main>* {
  letter-spacing: .05em;
  margin: 0 auto;
  max-width: 1320px;
  padding: 80px 40px 0
}

@media screen and (max-width:767px) {
  .p-service .l-main>* {
      padding: 0
  }
}

.p-service__main-body {
  display: flex;
  justify-content: space-between;
  padding: 80px 80px 80px 0
}

@media screen and (max-width:767px) {
  .p-service__main-body {
      align-items: flex-end;
      padding: 8vw 6.6666666667vw 9.3333333333vw
  }
}

.p-service__main-body h2 {
  font-size: 4rem;
  font-weight: 700
}

@media screen and (min-width:768px) {
  .p-service__main-body h2 {
      margin-top: 30px
  }
}

@media screen and (max-width:767px) {
  .p-service__main-body h2 {
      font-size: 6.9333333333vw;
      line-height: 1.5
  }
}

.p-service__main-body h2 span {
  color: #7b7b7b;
  display: block;
  font-size: 1.8rem;
  letter-spacing: .1em
}

@media screen and (max-width:767px) {
  .p-service__main-body h2 span {
      font-size: 3.7333333333vw;
      margin-bottom: 5px
  }
}

.p-service__main-body figure {
  width: 170px
}

@media screen and (max-width:767px) {
  .p-service__main-body figure {
      width: 19.7333333333vw
  }
}

.p-service__main-body figure img {
  width: 100%
}

.p-service__contents-body {
  background: #f8f8f8;
  display: flex;
  margin-bottom: 60px;
  padding: 60px 80px
}

@media screen and (max-width:767px) {
  .p-service__contents-body {
      display: block;
      margin: 0 6.6666666667vw 6.6666666667vw;
      padding: 6.6666666667vw
  }
}

.p-service__contents-item:first-child {
  width: 7.58%
}

@media screen and (max-width:767px) {
  .p-service__contents-item:first-child {
      width: 100%
  }
}

.p-service__contents-item:last-child {
  width: 92.58%
}

@media screen and (max-width:767px) {
  .p-service__contents-item:last-child {
      width: 100%
  }
}

.p-service__contents-item h3 {
  font-size: 2.6rem;
  margin-bottom: 15px
}

@media screen and (max-width:767px) {
  .p-service__contents-item h3 {
      font-size: 4.8vw;
      margin-bottom: 0
  }
}

.p-service__contents-item h3+p {
  font-size: 1.8rem;
  font-weight: 400
}

@media screen and (max-width:767px) {
  .p-service__contents-item h3+p {
      font-size: 3.7333333333vw
  }
}

.p-service__contents-ico {
  background: url(../img/common/icon-black.svg) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  height: 40px;
  line-height: 46px;
  text-align: center;
  width: 46px
}

@media screen and (max-width:767px) {
  .p-service__contents-ico {
      font-size: 3.2vw;
      height: 6.9333333333vw;
      line-height: 8vw;
      margin-bottom: 10px;
      width: 8vw
  }
}

.p-service__contents-tips {
  background: #fff;
  display: flex;
  margin-top: 30px;
  padding: 40px 30px
}

@media screen and (max-width:767px) {
  .p-service__contents-tips {
      display: block;
      margin-top: 4vw;
      padding: 5.3333333333vw
  }
}

.p-service__contents-tips.flex-col2 {
  background: none;
  margin: 30px -20px 0;
  padding: 0
}

@media screen and (max-width:767px) {
  .p-service__contents-tips.flex-col2 {
      margin: 4vw 0 0
  }
}

.p-service__contents-tips-item {
  background: #fff;
  display: flex;
  margin: 0 20px;
  padding: 40px 30px;
  width: 48.02%
}

@media screen and (max-width:767px) {
  .p-service__contents-tips-item {
      display: block;
      margin: 0;
      padding: 5.3333333333vw;
      width: 100%
  }

  .p-service__contents-tips-item:first-child {
      margin-bottom: 20px
  }
}

.p-service__contents-tips-ttl {
  padding-right: 20px
}

@media screen and (max-width:767px) {
  .p-service__contents-tips-ttl {
      padding-right: 0
  }
}

.p-service__contents-tips-ttl span {
  background: #7b7b7b;
  color: #fff;
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding: 5px 0;
  text-align: center;
  width: 60px
}

@media screen and (max-width:767px) {
  .p-service__contents-tips-ttl span {
      font-size: 3.2vw;
      width: 10.6666666667vw
  }
}

.p-service__contents-tips-text {
  flex: 1
}

.p-service__contents-tips-text h4 {
  font-size: 1.8rem
}

@media screen and (max-width:767px) {
  .p-service__contents-tips-text h4 {
      font-size: 3.7333333333vw
  }
}

.p-service__contents-tips-text p {
  font-size: 1.5rem;
  font-weight: 400
}

.bottom_margin {
  margin-bottom: 20px
}

@media screen and (max-width:767px) {
  .p-service__contents-tips-text p {
      font-size: 3.2vw
  }
}

.p-service__contents-tips-text p a {
  text-decoration: underline
}

.p-service__contents-tips-text p a:hover {
  text-decoration: none
}

.p-service__contents-tips .flex-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px
}

@media screen and (max-width:767px) {
  .p-service__contents-tips .flex-list {
      display: block;
      margin-top: 10px
  }
}

.p-service__contents-tips .flex-list li {
  font-weight: 400;
  margin-bottom: 10px;
  width: 33.3%
}

@media screen and (max-width:767px) {
  .p-service__contents-tips .flex-list li {
      margin-bottom: 0;
      width: 100%
  }
}

.p-service__contents-tips .flex-list02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px
}

@media screen and (max-width:767px) {
  .p-service__contents-tips .flex-list02 {
      display: block;
      margin-top: 10px
  }
}

.p-service__contents-tips .flex-list02 li {
  font-weight: 400;
  margin-bottom: 10px;
  width: 50%
}

@media screen and (max-width:767px) {
  .p-service__contents-tips .flex-list02 li {
      margin-bottom: 0;
      width: 100%
  }
}

.p-service__contents-tips .flex-list02 li.col1 {
  width: 100%
}

.p-service__contents-tips .flex-list02+h5 {
  margin-top: 20px
}

.p-service__contents-tips .flex-list02+.p-asterisk {
  font-size: 1.4rem
}

@media screen and (max-width:767px) {
  .p-service__contents-tips .flex-list02+.p-asterisk {
      font-size: 2.9333333333vw;
      line-height: 1.4;
      margin-top: 10px
  }
}

.p-service__contents-tips .flex-list03 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px
}

@media screen and (max-width:767px) {
  .p-service__contents-tips .flex-list03 {
      display: block;
      margin-top: 10px
  }
}

.p-service__contents-tips .flex-list03 li {
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0 5px;
  width: 50%
}

@media screen and (max-width:767px) {
  .p-service__contents-tips .flex-list03 li {
      margin-bottom: 0;
      padding: 0;
      width: 100%
  }
}

.p-service__contents-tips .flex-list03 li.col1 {
  width: 100%
}

.p-service__contents-tips .flex-list03 li span {
  color: #7b7b7b;
  font-size: 1.4rem
}

@media screen and (max-width:767px) {
  .p-service__contents-tips .flex-list03 li span {
      font-size: 2.9333333333vw
  }
}

.p-service__contents-tips .flex-list03 li:before {
  background: #111;
  box-shadow: 2px 2px 0 #ccc;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  width: 10px
}

.p-service__contents-tips .flex-list03+h5 {
  margin-top: 20px
}

.p-service__contents-tips .flex-list03+.p-asterisk {
  color: #bc0000;
  font-size: 1.4rem
}

@media screen and (max-width:767px) {
  .p-service__contents-tips .flex-list03+.p-asterisk {
      font-size: 2.9333333333vw;
      line-height: 1.4;
      margin-top: 10px
  }

  .p-service__contents-tips .p-home__btn a {
      font-size: 3.4666666667vw;
      padding: 1.6vw 8vw 1.6vw 2.6666666667vw
  }

  .p-service__contents-tips .p-home__btn a:after {
      right: 2.6666666667vw
  }
}

.p-service__contents-tips .btn-col2 {
  display: flex;
  margin: 25px -10px 0
}

@media screen and (max-width:767px) {
  .p-service__contents-tips .btn-col2 {
      display: block;
      margin: 20px 0 0
  }
}

.p-service__contents-tips .btn-col2 .p-home__btn {
  margin: 0 10px;
  width: 50%
}

@media screen and (max-width:767px) {
  .p-service__contents-tips .btn-col2 .p-home__btn {
      margin: 0 0 10px;
      width: 100%
  }
}

@media screen and (max-width:767px) {
  .p-serviceSell__contents-body {
      margin: 0 6.6666666667vw 6.6666666667vw;
  }
}

.p-serviceSell__contents-ttl {
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (max-width:767px) {
  .p-serviceSell__contents-ttl {
      font-size: 6.133vw;
      margin-bottom: 4vw;
  }
}

.p-serviceSell__contents-lead {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 80px;
  line-height: 1.8;
}

@media screen and (max-width:767px) {
  .p-serviceSell__contents-lead {
      font-size: 4.267vw;
      margin-bottom: 10vw;
  }
}

.p-serviceSell__contents-body:not(:first-of-type):not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 11px;
  background: url(../img/sell/arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 60px;
  left: 20%;
}

.p-serviceSell__contents-item {
  display: flex;
  align-items: center;
  padding-bottom: 131px;
  position: relative;
}

@media screen and (max-width:767px) {
  .p-serviceSell__contents-body:not(:first-of-type):not(:last-of-type)::after {
      width: 5.867vw;
      height: 2.933vw;
      bottom: 5.333vw;
      left: 50%;
      transform: translate(-50%);
  }

  .p-serviceSell__contents-item {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-bottom: 13.333vw;
  }

  .p-serviceSell__contents-item::after {
      left: 50%;
      transform: translateX(-50%);
      bottom: 2.667vw;
  }
}

.p-serviceSell__contents-item-img {
  display: block;
  width: 500px;
  height: auto;
}

@media screen and (max-width:767px) {
  .p-serviceSell__contents-item-img {
      width: 100%;
      height: auto;
      margin-bottom: 5.333vw;
  }
}

.p-serviceSell__contents-item-detail {
  width: 695px;
  margin-left: 45px;
}

@media screen and (min-width:767px) and (max-width:1000px) {
  .p-serviceSell__contents-item-detail {
      margin-left: 30px;
  }
}

@media screen and (max-width:767px) {
  .p-serviceSell__contents-item-detail {
      width: 100%;
      margin-left: initial;
  }
}

.p-serviceSell__contents-item-detail-subttl {
  font-size: 2.4rem;
  color: #22A59B;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media screen and (min-width:767px) and (max-width:1000px) {
  .p-serviceSell__contents-item-detail-subttl {
      margin-bottom: 5px;
      line-height: 1.2;
      font-size: 2.0rem;
  }
}

@media screen and (max-width:767px) {
  .p-serviceSell__contents-item-detail-subttl {
      font-size: 5.333vw;
      text-align: center;
      margin-bottom: 1.333vw;
  }
}

.p-serviceSell__contents-item-detail-subttl::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 15px;
  margin-right: 15px;
  margin-bottom: 5px;
  background-image: url(../img/sell/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (min-width:767px) and (max-width:1000px) {
  .p-serviceSell__contents-item-detail-subttl::before {
      margin-right: 5px;
  }
}

@media screen and (max-width:767px) {
  .p-serviceSell__contents-item-detail-subttl::before {
      margin-right: 2.133vw;
  }
}

.p-serviceSell__contents-item-detail-ttl {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media screen and (min-width:767px) and (max-width:1000px) {
  .p-serviceSell__contents-item-detail-ttl {
      font-size: 2.1rem;
      margin-bottom: 5px;
  }
}

@media screen and (max-width:767px) {
  .p-serviceSell__contents-item-detail-ttl {
      font-size: 5.333vw;
      text-align: center;
      margin-bottom: 1.333vw;
  }
}

.p-serviceSell__contents-item-detail-text {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 40px;
}

@media screen and (min-width:767px) and (max-width:1000px) {
  .p-serviceSell__contents-item-detail-text {
      font-size: 1.6rem;
      margin-bottom: 20px;
      line-height: 1.7;
  }
}

@media screen and (max-width:767px) {
  .p-serviceSell__contents-item-detail-text {
      font-size: 3.733vw;
      margin-bottom: 6.6666666667vw;
      text-align: left;
  }
}

.p-serviceSell__contents-item-detail-link {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}

@media screen and (max-width:1250px) {
  .p-serviceSell__contents-item-detail-link {
      flex-wrap: wrap;
  }
}

@media screen and (max-width:767px) {
  .p-serviceSell__contents-item-detail-link {
      margin-bottom: 5.333vw;
  }
}

.p-serviceSell__contents-item-detail-link>a {
  width: 330px;
  height: 60px;
  border-radius: 4px;
}

@media screen and (max-width:1250px) {
  .p-serviceSell__contents-item-detail-link>a {
      width: 100%;
  }
}

@media screen and (max-width:767px) {
  .p-serviceSell__contents-item-detail-link>a {
      height: 16vw;
  }
}

.p-serviceSell__contents-item-detail-link-contactbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF8647;
  color: #fff;
  margin-right: 15px;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width:1250px) {
  .p-serviceSell__contents-item-detail-link-contactbtn {
      margin-right: 0;
      margin-bottom: 15px;
  }
}

@media screen and (max-width:767px) {
  .p-serviceSell__contents-item-detail-link-contactbtn {
      font-size: 5vw;
      margin-bottom: 4vw;
  }
}

.p-serviceSell__contents-item-detail-link-contactbtn img {
  margin-right: 15px;
}

@media screen and (max-width:1250px) {
  .p-serviceSell__contents-item-detail-link-contactbtn img {
      margin-right: 10px;
  }
}

@media screen and (max-width:767px) {
  .p-serviceSell__contents-item-detail-link-contactbtn img {
      width: 5vw;
      margin-right: 2vw;
  }
}

.p-serviceSell__contents-item-detail-link-tellbtn {
  display: flex;
  justify-content: center;
  width: 100%;
  border: 2px solid #FF8647;
  background-color: #fff;
  color: #000;
  font-size: 11px;
}

.p-serviceSell__contents-item-detail-link-tellbtn img {
  width: 20px;
  height: auto;
  margin-right: 15px;
}

@media screen and (max-width:1250px) {
  .p-serviceSell__contents-item-detail-link-tellbtn img {
      margin-right: 10px;
  }
}

@media screen and (max-width:767px) {
  .p-serviceSell__contents-item-detail-link-tellbtn img {
      width: 4vw;
      margin-right: 2vw;
  }
}

.p-serviceSell__contents-item-detail-link-tellbtn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-serviceSell__contents-item-detail-link-tellbtn-num {
  display: inline-block;
  color: #FF8647;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.15rem;
}

@media screen and (max-width:767px) {
  .p-serviceSell__contents-item-detail-link-tellbtn-num {
      font-size: 5vw;
  }
}

.p-serviceSell__contents-item-detail-link-tellbtn-reception {
  display: inline-block;
  line-height: 1;
  margin-top: 4px;
  color: #333;
}

@media screen and (max-width:767px) {
  .p-serviceSell__contents-item-detail-link-tellbtn-reception {
      line-height: 1.5;
      font-size: 2.667vw;
      margin-top: 0;
  }
}

.fixlink.p-serviceSell__contents-item-detail-link {
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 15px;
  z-index: 50;
}

@media screen and (max-width:767px) {
  .fixlink.p-serviceSell__contents-item-detail-link {
      margin-bottom: 0;
      padding: 2.133vw;
  }
}

.fixlink .p-serviceSell__contents-item-detail-link-contactbtn {
  margin-bottom: 0;
  width: 100%;
  max-width: 700px;
  height: 70px;
  margin-right: 30px;
}

@media screen and (max-width:767px) {
  .fixlink .p-serviceSell__contents-item-detail-link-contactbtn {
      margin-right: 2.667vw;
      font-size: 3.2vw;
      height: 16vw;
  }
}

@media screen and (max-width:1250px) {
  .fixlink .p-serviceSell__contents-item-detail-link-contactbtn img {
      margin-right: 10px;
  }
}

@media screen and (max-width:767px) {
  .fixlink .p-serviceSell__contents-item-detail-link-contactbtn img {
      width: 4.5vw;
      margin-right: 1.5vw;
  }
}

.fixlink .p-serviceSell__contents-item-detail-link-tellbtn {
  width: 100%;
  max-width: 700px;
  height: 70px;
}

@media screen and (max-width:767px) {
  .fixlink .p-serviceSell__contents-item-detail-link-tellbtn {
      height: 16vw;
      letter-spacing: 0;
  }
}

@media screen and (max-width:1250px) {
  .fixlink .p-serviceSell__contents-item-detail-link-tellbtn img {
      margin-right: 10px;
  }
}

@media screen and (max-width:767px) {
  .fixlink .p-serviceSell__contents-item-detail-link-tellbtn img {
      width: 4vw;
      margin-right: 1.5vw;
  }
}

@media screen and (max-width:767px) {
  .fixlink .p-serviceSell__contents-item-detail-link-tellbtn-num {
      font-size: 3.8vw;
  }
}

.p-contact .c-page-sub__page-title h1 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
  margin: 120px auto;
  max-width: 1320px;
  padding: 0 20px
}

@media screen and (max-width:767px) {
  .p-contact .c-page-sub__page-title h1 {
      font-size: 6.9333333333vw;
      margin-bottom: 13.3333333333vw;
      margin-top: 9.3333333333vw;
      padding: 0 6.6666666667vw
  }
}

.p-contact .c-page-sub__page-title h1 span {
  color: #7b7b7b;
  display: block;
  font-size: 1.8rem;
  letter-spacing: .1em;
  margin-bottom: 20px
}

@media screen and (max-width:767px) {
  .p-contact .c-page-sub__page-title h1 span {
      font-size: 3.7333333333vw
  }
}

.p-contact .c-page-sub__main {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 90px 170px
}

@media screen and (max-width:767px) {
  .p-contact .c-page-sub__main {
      padding: 0 0 21.3333333333vw
  }
}

.p-contact dl {
  border-top: 1px solid #f0f0f0
}

@media screen and (max-width:767px) {
  .p-contact dl {
      padding: 6.6666666667vw 6.6666666667vw 8vw
  }
}

.p-contact dl dt {
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  padding: 45px 0;
  width: 30.9%
}

@media screen and (max-width:767px) {
  .p-contact dl dt {
      display: block;
      font-size: 4.2666666667vw;
      padding: 0 0 4vw;
      width: 100%
  }
}

.p-contact dl dd {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30px 0 30px 85px;
  width: 67.2%
}

@media screen and (max-width:767px) {
  .p-contact dl dd {
      display: block;
      padding: 0;
      width: 100%
  }
}

.p-contact dl dd label {
  font-size: 16px;
  font-weight: 400;
  padding-right: 15px;
  text-align: right;
  width: 85px
}

@media screen and (max-width:767px) {
  .p-contact dl dd label {
      font-size: 4vw;
      padding-right: 0;
      text-align: left;
      width: 17.3333333333vw
  }
}

.p-contact dl dd input {
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;
  width: 100%
}

.p-contact dl dd input[type=email],
.p-contact dl dd input[type=number],
.p-contact dl dd input[type=password],
.p-contact dl dd input[type=tel],
.p-contact dl dd input[type=text],
.p-contact dl dd select,
.p-contact dl dd textarea {
  border-radius: 3px !important
}

.p-contact dl dd textarea {
  min-height: 200px
}

@media screen and (max-width:767px) {
  .p-contact dl dd textarea {
      min-height: inherit
  }
}

.p-contact__name dd {
  padding-left: 0 !important
}

.p-contact__name dd input {
  width: calc(100% - 85px) !important
}

@media screen and (max-width:767px) {
  .p-contact__name dd input {
      width: 80% !important
  }

  .p-contact__place dt {
      padding-bottom: 0 !important
  }
}

.p-contact__place dd {
  padding-bottom: 20px !important;
  padding-left: 0 !important;
  padding-top: 0 !important
}

.p-contact__place dd .p-contact__form__select-box,
.p-contact__place dd input {
  width: calc(100% - 85px) !important
}

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

  .p-contact__place dd .p-contact__form__select-box,
  .p-contact__place dd input {
      width: 100% !important
  }
}

.p-contact__place dd:nth-child(2) {
  padding-top: 40px !important
}

@media screen and (max-width:767px) {
  .p-contact__place dd:nth-child(2) {
      padding-top: 15px !important;
      width: 80% !important
  }
}

.p-contact__place dd:last-child {
  padding-bottom: 40px !important
}

@media screen and (max-width:767px) {
  .p-contact__place dd:last-child {
      padding-bottom: 0 !important
  }
}

.p-contact .confirm .p-contact__name dd,
.p-contact .confirm .p-contact__place dd {
  padding-left: 85px !important
}

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

  .p-contact .confirm .p-contact__name dd,
  .p-contact .confirm .p-contact__place dd {
      padding: 0 !important
  }
}

.p-contact__2-col {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 50%
}

@media screen and (max-width:767px) {
  .p-contact__2-col {
      justify-content: space-between;
      width: 100%
  }

  .p-contact__2-col:first-child {
      margin-bottom: 10px
  }
}

.p-contact__2-col input {
  width: 100%
}

.p-contact__required {
  color: #bc0000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  min-width: 45px;
  text-align: right
}

@media screen and (max-width:767px) {
  .p-contact__required {
      display: inline-block;
      font-size: 3.7333333333vw;
      padding: 0 0 0 10px
  }
}

.p-contact__form__select-box:before {
  border: 6px solid transparent;
  border-top: 10px solid #111;
  box-sizing: border-box;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: 60%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 1
}

.p-contact__check dd {
  align-items: inherit !important;
  justify-content: flex-end
}

.p-contact__check input[type=checkbox]+label {
  align-items: center;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  line-height: 1;
  line-height: 1.3;
  margin: 0 0 20px;
  min-width: 320px;
  min-width: 50%;
  padding: 16px 15px 16px 42px;
  text-align: left
}

@media screen and (max-width:767px) {
  .p-contact__check input[type=checkbox]+label {
      font-size: 4vw;
      margin: 0 0 10px;
      max-width: inherit;
      min-width: inherit;
      width: 100%
  }
}

.p-contact__check input[type=checkbox]+label:nth-of-type(2n-1) {
  margin-right: 20px;
  min-width: calc(50% - 20px)
}

@media screen and (max-width:767px) {
  .p-contact__check input[type=checkbox]+label:nth-of-type(2n-1) {
      margin: 0 0 10px;
      min-width: inherit
  }

  .p-contact__check input[type=checkbox]+label:last-child {
      margin-bottom: 0
  }
}

.p-contact__check input[type=checkbox]+label:before {
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 18px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  z-index: 1
}

.p-contact__check input[type=checkbox]:checked+label {
  background-color: #7b7b7b;
  color: #fff
}

.p-contact__check input[type=checkbox]:checked+label:before {
  background-color: #fff
}

.p-contact__check input[type=checkbox]:checked+label:after {
  border-bottom: 2px solid #707070;
  border-right: 2px solid #707070;
  content: "";
  display: inline-block;
  height: 10px;
  left: 16px;
  position: absolute;
  top: 52%;
  transform: translateY(-70%) rotate(45deg);
  width: 5px;
  z-index: 2
}

.p-contact__radio dd {
  align-items: inherit !important;
  justify-content: flex-end
}

.p-contact__radio input[type=radio]+label {
  align-items: center;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  line-height: 1;
  line-height: 1.3;
  margin: 0 0 20px;
  min-width: 320px;
  min-width: 50%;
  padding: 16px 15px 16px 42px;
  text-align: left
}

@media screen and (max-width:767px) {
  .p-contact__radio input[type=radio]+label {
      font-size: 4vw;
      margin: 0 0 10px;
      max-width: inherit;
      min-width: inherit;
      width: 100%
  }
}

.p-contact__radio input[type=radio]+label:nth-of-type(2n-1) {
  margin-right: 20px;
  min-width: calc(50% - 20px)
}

@media screen and (max-width:767px) {
  .p-contact__radio input[type=radio]+label:nth-of-type(2n-1) {
      margin: 0 0 10px;
      min-width: inherit
  }

  .p-contact__radio input[type=radio]+label:last-child {
      margin-bottom: 0
  }
}

.p-contact__radio input[type=radio]+label:before {
  border: 1px solid #d1d1d1;
  border-radius: 50px;
  content: "";
  display: inline-block;
  height: 18px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  z-index: 1
}

.p-contact__radio input[type=radio]:checked+label {
  background-color: #7b7b7b;
  color: #fff
}

.p-contact__radio input[type=radio]:checked+label:before {
  background-color: #fff
}

.p-contact__radio input[type=radio]:checked+label:after {
  background: #707070;
  border-radius: 50px;
  content: "";
  display: inline-block;
  height: 8px;
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  z-index: 2
}

.p-contact__place dd {
  flex-wrap: nowrap
}

.p-contact__place dd label {
  white-space: nowrap
}

.p-contact__place dd input[type=email],
.p-contact__place dd input[type=number],
.p-contact__place dd input[type=password],
.p-contact__place dd input[type=tel],
.p-contact__place dd input[type=text],
.p-contact__place dd select,
.p-contact__place dd textarea {
  max-width: 656px
}

.p-contact .c-form__body-btn-group .p-contact__check input[type=checkbox]+label {
  border: none;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  min-width: inherit;
  padding: 0 0 0 45px
}

.p-contact .c-form__body-btn-group .p-contact__check input[type=checkbox]+label:before {
  height: 24px;
  width: 24px
}

.p-contact .c-form__body-btn-group .p-contact__check input[type=checkbox]:checked+label {
  background: none;
  color: #111
}

.p-contact .c-form__body-btn-group .p-contact__check input[type=checkbox]:checked+label:before {
  background-color: #7b7b7b
}

.p-contact .c-form__body-btn-group .p-contact__check input[type=checkbox]:checked+label:after {
  border-color: #fff;
  left: 19px;
  top: 55%
}

.p-contact .c-form__body-btn-group .p-contact__check a {
  text-decoration: underline
}

.p-contact .c-form__body-btn-group .p-contact__check a:hover {
  text-decoration: none
}

.p-contact-thanks {
  padding-bottom: 170px
}

@media screen and (max-width:767px) {
  .p-contact-thanks {
      padding-bottom: 21.3333333333vw
  }
}

.p-contact-thanks .c-page-sub__page-title h1 {
  margin: 140px auto;
  padding: 0 20px;
  text-align: center
}

@media screen and (max-width:767px) {
  .p-contact-thanks .c-page-sub__page-title h1 {
      line-height: 1.4;
      margin: 8vw 0 10.6666666667vw;
      padding: 0 6.6666666667vw;
      text-align: left
  }
}

.p-contact-thanks .c-page-sub__main {
  max-width: 1020px;
  padding: 0 20px
}

@media screen and (max-width:767px) {
  .p-contact-thanks .c-page-sub__main {
      padding: 0 6.6666666667vw
  }
}

.p-contact-thanks .c-page-sub__main p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .05em
}

@media screen and (max-width:767px) {
  .p-contact-thanks .c-page-sub__main p {
      font-size: 4vw;
      line-height: 1.8
  }
}

.p-contact-thanks .c-page-sub__main p+p {
  padding-top: 25px
}

@media screen and (max-width:767px) {
  .p-contact-thanks .c-page-sub__main p+p {
      padding-top: 5.3333333333vw
  }
}

.p-contact-thanks .c-form__body-btn {
  display: block;
  font-weight: 400;
  margin: 85px auto 0;
  max-width: 380px
}

@media screen and (max-width:767px) {
  .p-contact-thanks .c-form__body-btn {
      margin-top: 12vw
  }
}

.c-nav-global_suumo {
  margin-bottom: 20px
}

.c-nav-global_suumo_sp {
  display: none
}

@media screen and (max-width:767px) {
  .c-nav-global_suumo {
      display: none
  }

  .c-nav-global_suumo_sp {
      display: block;
      margin-bottom: 9.3333333333vw
  }

  .c-nav-global_suumo_sp img {
      width: 100%
  }
}

.partner-wrap {
  background-color: #fff;
  padding: 60px 11.9047619048vw 170px
}

.partner-wrap .p-home__logo {
  margin-bottom: 5px
}

.partner-inner {
  margin: 0 auto;
  max-width: 1280px
}

.partner-inner .partner a {
  border: 1px solid #ccc
}

.partner figcaption {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: .2em;
  line-height: 1.4;
  padding: 0 27px;
  text-align: left
}

.partner .p-home__link-list-item figure {
  padding-bottom: 0
}

.partner-wrap .p-home__link-list-item a:after {
  bottom: 10px;
  position: absolute
}

@media screen and (max-width:1366px) {
  .partner-wrap {
      padding: 40px 3.6603221083vw 170px
  }

  .partner figcaption {
      padding: 0 16px
  }
}

@media screen and (max-width:1024px) {
  .partner-wrap {
      padding: 9.765625vw
  }

  .partner-link .p-home__logo figcaption {
      font-size: .8em
  }

  .partner figcaption {
      padding: 0 10px
  }
}

@media screen and (max-width:767px) {
  .partner-inner h3 {
      font-size: 3.7333333333vw;
      text-align: center
  }

  .l-main .partner-wrap {
      padding: 27px 20px 80px
  }

  .partner-link .p-home__logo figcaption {
      font-size: 2.9333333333vw;
      padding: 0 8px
  }

  .partner-wrap .p-home__link-list-item a:after {
      bottom: 4px;
      position: absolute;
      right: 2px
  }

  .partner-link .p-home__logo figcaption {
      letter-spacing: .08em;
      margin-top: 1vw;
      padding-bottom: 1.5vw
  }
}