@charset "UTF-8";
#stalker {
  pointer-events: none;
  position: fixed;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  background: rgba(0, 0, 0, .5);
  border-radius: 50%;
  -webkit-transition: top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.2s;
  transition: top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.2s;
  transition: transform 0.2s, top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s;
  transition: transform 0.2s, top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  z-index: 999;
}
#stalker.hov_ {
  top: -32px;
  left: -32px;
  width: 64px;
  height: 64px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: rgba(255, 0, 0, .4);
}

html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4159292035vw;
  }
}
@media (min-width: 1130px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1E365B;
  background-color: #F4F2F1;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li,
ol {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol,
li {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

.l-content {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .l-content {
    margin-top: 4.9375rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: transparent;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 90px;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1130px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.l-section {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding-bottom: 7.5rem;
  }
}

.c-btn__wrap {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-btn__wrap {
    margin-top: 5rem;
  }
}

.c-btn {
  position: relative;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  text-align: center;
  width: 12.3125rem;
  padding: 0.9375rem 0;
  border-radius: 50px;
  background: url(../../img/btn-border.svg) no-repeat center center/contain;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: padding-right 0.4s, color 0.4s;
  transition: padding-right 0.4s, color 0.4s;
}

.c-btn::before {
  position: absolute;
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  padding: 0.6875rem;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff url(../../img/btn-arrow.svg) no-repeat center center/contain;
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.c-btn::after {
  position: absolute;
  content: "";
  width: 12.3125rem;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-linear-gradient(231.6deg, #1E365B 16.22%, #F8E8D5 84.13%);
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.c-btn--white {
  color: #fff;
}

/* ホバー
-----------------------------------------------------*/
.c-btn:hover {
  color: #202020;
  padding-right: 1.25rem;
}

.c-btn:hover.c-btn::before {
  opacity: 1;
}

.c-btn:hover.c-btn::after {
  opacity: 1;
  z-index: -1;
}

.c-lower-title {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  margin-top: 11.25rem;
  color: #fff;
  background: url(../../img/smoke-blue.svg) no-repeat center center/cover;
  text-align: center;
  line-height: 130px;
}
@media screen and (min-width: 768px) {
  .c-lower-title {
    font-size: 7.5rem;
    margin-top: 10.1875rem;
    padding-top: 1.6875rem;
    padding-bottom: 1.6875rem;
    line-height: 120px;
  }
}

.c-title-en {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 48px;
  display: inline-block;
  color: #F8E8D5;
  background: -webkit-linear-gradient(231.6deg, #1E365B 16.22%, #F8E8D5 84.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .c-title-en {
    font-size: 2.5rem;
    line-height: 60px;
  }
}

.c-title-ja {
  font-size: 0.875rem;
  font-weight: 700;
  color: #F2F2F2;
  line-height: 14px;
}

.c-title-ja--blue {
  color: #1E365B;
}

.p-about {
  max-width: 37.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-about {
    max-width: 70.625rem;
  }
}

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

@media screen and (min-width: 768px) {
  .p-about__left {
    width: 23.75rem;
  }
}

.p-about__philosophy {
  position: sticky;
  top: 6.25rem;
  margin-top: 2.5rem;
  padding: 5.375rem 3.75rem;
  background: url(../../img/top-about-circle.svg) no-repeat center center/contain;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__philosophy {
    width: 23.75rem;
    height: 23.75rem;
    margin-top: 5rem;
    padding: 4rem 4.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__philosophy {
    padding: 7rem 4.375rem;
  }
}

.p-about__philosophy-title {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-about__philosophy-title {
    letter-spacing: 0.04em;
  }
}

.p-about__philosophy-text {
  max-width: 13.75rem;
  width: 100%;
  margin: 1.5rem auto 0;
  line-height: 23.17px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-about__philosophy-text {
    font-weight: 500;
    line-height: 24px;
  }
}

.p-about__right {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__right {
    width: 37.75rem;
    margin-top: 7.875rem;
    margin-left: 5.875rem;
  }
}

.p-about__work {
  font-weight: 700;
}

.p-about__work-item {
  position: relative;
  max-width: 12.5rem;
  height: 12.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__work-item {
    max-width: 18.75rem;
    height: 18.75rem;
  }
}

/* 円のグラデーション背景
--------------------------*/
.p-about__work-item::before {
  position: absolute;
  content: "";
  width: 12.5rem;
  height: 12.5rem;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(220deg, #1E365B -30%, #F8E8D5 100.13%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
  border-radius: 50%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-about__work-item::before {
    width: 18.75rem;
    height: 18.75rem;
  }
}

.p-about__work-item + .p-about__work-item {
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-about__work-item + .p-about__work-item {
    margin-top: -6.25rem;
  }
}

.p-about__work-item:nth-child(even) {
  margin-left: auto;
}

.p-about__work-text {
  font-size: 0.875rem;
  padding-top: 3.5625rem;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  .p-about__work-text {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__work-text {
    padding-top: 5rem;
  }
}

.p-about__work-number {
  position: relative;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  line-height: 66.67px;
}
@media screen and (min-width: 768px) {
  .p-about__work-number {
    font-size: 5rem;
    line-height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__work-number {
    margin-top: 0.25rem;
  }
}

.p-about__works-unit {
  position: absolute;
  font-size: 0.875rem;
  bottom: 0;
  right: -0.875rem;
  line-height: 20.27px;
}
@media screen and (min-width: 768px) {
  .p-about__works-unit {
    font-size: 1rem;
    line-height: 23.17px;
  }
}

.p-about__detail {
  width: 100%;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-about__detail {
    margin-top: 5.625rem;
  }
}

.p-about__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 23.17px;
}

@media screen and (min-width: 768px) {
  .p-about__detail-item:last-child .p-about__detail-body {
    line-height: 31px;
  }
}

.p-about__detail-head {
  position: relative;
  font-weight: 500;
  width: 5rem;
  padding: 1rem 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-about__detail-head {
    width: 14.125rem;
    padding: 2.0375rem 0;
  }
}

/* 会社概要のborder
--------------------------*/
.p-about__detail-head span {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #A5A5A5;
}

/* 一番上の要素のborder-top
--------------------------*/
.p-about__detail-item:first-child .p-about__detail-head span {
  border-top: 1px solid #A5A5A5;
}

.p-about__detail-body {
  position: relative;
  width: calc(100% - 5rem);
  margin-left: 2.25rem;
  padding: 1rem 0;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-about__detail-body {
    margin-left: 2.5rem;
    padding: 1.975rem 0;
  }
}

.p-about__detail-body span {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #A5A5A5;
}

/* 一番上の要素のborder-top
--------------------------*/
.p-about__detail-item:first-child .p-about__detail-body span {
  border-top: 1px solid #A5A5A5;
}

/* アニメーション
-----------------------------------------------------*/
@-webkit-keyframes borderAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes borderAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.p-always {
  font-family: "Poppins", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  width: 100%;
  margin-top: 2.5rem;
  line-height: 84px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-always {
    font-size: 10rem;
    line-height: 240px;
  }
}

.p-always__text {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  -webkit-animation: scroll-text 30s linear infinite;
          animation: scroll-text 30s linear infinite;
  background: -webkit-linear-gradient(263.6deg, #1E365B -13.78%, #F8E8D5 82.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #F4F2F1;
  -webkit-text-stroke: 4px transparent;
}

/* 横にスクロールさせるアニメーション */
@-webkit-keyframes scroll-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-concept {
  max-width: 37.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-concept {
    max-width: 70.625rem;
  }
}

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

@media screen and (min-width: 768px) {
  .p-concept__left {
    width: 31.25rem;
  }
}

.p-concept__head {
  font-family: "Poppins", sans-serif;
}

.p-concept__sub-title {
  font-size: 0.875rem;
  line-height: 21px;
  background: -webkit-linear-gradient(268deg, #1E365B 16.22%, #F8E8D5 84.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-concept__title {
  font-size: 2rem;
  font-weight: 700;
  color: #1E365B;
  line-height: 48px;
}

.p-concept__img {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-concept__img {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

.p-concept__message {
  margin-top: 1.5rem;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .p-concept__message {
    margin-top: 2.5rem;
  }
}

.p-concept__btn {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-concept__right {
    width: calc(100% - 33.75rem);
  }
}

.p-contact {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    margin-top: 10.1875rem;
  }
}

.p-download {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-download {
    margin-top: 10.1875rem;
  }
}

.p-download__img {
  position: relative;
  max-width: 36.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-download__img {
    margin-bottom: 7.5rem;
  }
}

.p-download__img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(226.6deg, rgba(30, 54, 91, .8) 16.22%, rgba(248, 232, 213, .8) 84.13%);
}

.p-download__text {
  position: absolute;
  width: 13.9375rem;
  height: 5.0625rem;
  top: 37%;
  left: 1.4375rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 28.96px;
  z-index: 1;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(76.6deg, #1E365B 16.22%, #F8E8D5 84.13%);
     border-image: linear-gradient(76.6deg, #1E365B 16.22%, #F8E8D5 84.13%);
  border-image-slice: 1;
}
@media screen and (min-width: 768px) {
  .p-download__text {
    width: 22.125rem;
    height: 12.75rem;
    top: 28%;
    font-size: 2rem;
    line-height: 52px;
  }
}

.p-download__inc {
  position: absolute;
  width: 0.875rem;
  height: 4.0625rem;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  font-family: "Poppins", sans-serif;
  font-size: 0.625rem;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  line-height: 13.86px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-download .p-form__flow-wrap {
    margin-top: 3.625rem;
  }
}

.p-download .p-form__items {
  padding-top: 2.375rem;
}

.p-drawer__inner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #1E365B;
  z-index: 8888;
}

/* ハンバーガーメニュー
-----------------------------------------------------*/
.p-drawer__hamburger {
  position: fixed;
  width: 1.75rem;
  height: 1.5rem;
  top: 37px;
  right: 31px;
  cursor: pointer;
  z-index: 9999;
}

.p-drawer__hamburger span {
  position: absolute;
  display: inline-block;
  height: 2px;
  background-color: #1E365B;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* ハンバーガーの横線
--------------------------*/
.p-drawer__hamburger-left {
  left: 0;
}

.p-drawer__hamburger-right {
  right: 0;
}

.p-drawer__hamburger-item:nth-child(1) .p-drawer__hamburger-left {
  width: 1rem;
}

.p-drawer__hamburger-item:nth-child(1) .p-drawer__hamburger-right {
  width: 0.25rem;
}

.p-drawer__hamburger-item:nth-child(2) .p-drawer__hamburger-left {
  width: 0.625rem;
  top: 0.75rem;
}

.p-drawer__hamburger-item:nth-child(2) .p-drawer__hamburger-right {
  width: 0.625rem;
  top: 0.75rem;
}

.p-drawer__hamburger-item:nth-child(3) .p-drawer__hamburger-left {
  width: 0.25rem;
  top: 1.5rem;
}

.p-drawer__hamburger-item:nth-child(3) .p-drawer__hamburger-right {
  width: 1rem;
  top: 1.5rem;
}

/* クリック時ハンバーガー
------------------------------------*/
.p-drawer__hamburger.active .p-drawer__hamburger-item span {
  background-color: #fff;
}

.p-drawer__hamburger.active .p-drawer__hamburger-item:nth-child(1) span {
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

.p-drawer__hamburger.active .p-drawer__hamburger-item:nth-child(2) span {
  opacity: 0;
}

.p-drawer__hamburger.active .p-drawer__hamburger-item:nth-child(3) .p-drawer__hamburger-left {
  width: 50%;
  top: 30%;
  left: 12px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.p-drawer__hamburger.active .p-drawer__hamburger-item:nth-child(3) .p-drawer__hamburger-right {
  width: 40%;
  top: 75%;
  left: 2px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.p-flow {
  padding-top: 5rem;
  background-color: #1E365B;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding-top: 7.5rem;
    overflow: hidden;
  }
}

.p-flow__bg {
  position: relative;
}

/* 背景斜線
-----------------------------------------------------*/
@media screen and (min-width: 768px) {
  .p-flow__bg-line {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.3;
  }
}

@media screen and (min-width: 768px) {
  .p-flow__bg-line1 {
    border-top: 1px solid #e3e3e3;
    -webkit-transform: rotate(-11deg);
            transform: rotate(-11deg);
    top: 132px;
    width: 120%;
    left: -3.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .p-flow__bg-line1 {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
}

@media screen and (min-width: 768px) {
  .p-flow__bg-line1--scroll {
    border-top: 1px solid #e3e3e3;
    -webkit-transform: rotate(-11deg);
            transform: rotate(-11deg);
    top: 132px;
    width: 120%;
    left: -3.125rem;
    opacity: 1;
  }
}
@media screen and (min-width: 1600px) {
  .p-flow__bg-line1--scroll {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
}

@media screen and (min-width: 768px) {
  .p-flow__bg-line2 {
    border-top: 1px solid #e3e3e3;
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
    top: 552px;
    width: 120%;
    left: -3.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .p-flow__bg-line2 {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

@media screen and (min-width: 768px) {
  .p-flow__bg-line3 {
    border-top: 1px solid #e3e3e3;
    -webkit-transform: rotate(-11deg);
            transform: rotate(-11deg);
    top: 873px;
    width: 120%;
    left: -3.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .p-flow__bg-line3 {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
}

@media screen and (min-width: 768px) {
  .p-flow__bg-line4 {
    border-top: 1px solid #e3e3e3;
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
    top: 1290px;
    width: 120%;
    left: -3.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .p-flow__bg-line4 {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

@media screen and (min-width: 768px) {
  .p-flow__bg-line5 {
    border-top: 1px solid #e3e3e3;
    -webkit-transform: rotate(-11deg);
            transform: rotate(-11deg);
    top: 1653px;
    width: 120%;
    left: -3.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .p-flow__bg-line5 {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
}

.p-flow__items {
  position: relative;
  max-width: 37.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-flow__items {
    max-width: 60rem;
  }
}

.p-flow__items::before {
  position: absolute;
  content: "Flow";
  top: -2.5rem;
  left: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 21px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  background: -webkit-linear-gradient(157.6deg, #1E365B 16.22%, #F8E8D5 94.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-flow__items::before {
    top: 0;
    left: -3.75rem;
  }
}

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

.p-flow__item:not(:last-child) {
  position: relative;
  padding-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  .p-flow__item:not(:last-child) {
    padding-bottom: 0;
  }
}

.p-flow__item:not(:last-child):after {
  position: absolute;
  content: "";
  width: 1px;
  height: 6rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e3e3e3;
}
@media screen and (min-width: 768px) {
  .p-flow__item:not(:last-child):after {
    display: none;
  }
}

.p-flow__item + .p-flow__item {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-flow__item + .p-flow__item {
    margin-top: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-flow__img {
    width: 28.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-flow__img img {
    width: 28.125rem;
  }
}

.p-flow__body {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__body {
    width: calc(100% - 30rem);
    margin-top: 0;
    margin-left: 1.875rem;
  }
}

.p-flow__number {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 21px;
  background: -webkit-linear-gradient(270.6deg, #1E365B 6.22%, #F8E8D5 96.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-flow__body-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 34.75px;
}

.p-flow__body-text {
  margin-top: 2.5rem;
  color: #fff;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .p-flow__body-text {
    font-weight: 500;
    margin-top: 5rem;
  }
}

.p-footer {
  background: url(../../img/footer-smoke-sp.svg) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-footer {
    background: url(../../img/footer-smoke-pc.svg) no-repeat center center/cover;
  }
}

.p-footer__inner {
  max-width: 37.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    max-width: 67.5rem;
    padding-top: 7.5rem;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.p-footer__contact {
  text-align: center;
}

.p-footer__title {
  font-family: "Poppins", sans-serif;
  font-size: 3.3125rem;
  font-weight: 700;
  color: #fff;
  line-height: 79.5px;
}
@media screen and (min-width: 768px) {
  .p-footer__title {
    font-size: 5rem;
    line-height: 120px;
  }
}

.p-footer__btn {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__btn {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__detail-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 7.5rem;
  }
}

.p-footer__detail {
  margin-top: 2.5rem;
  color: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .p-footer__detail {
    margin-top: 0;
  }
}

.p-footer__head {
  line-height: 24px;
}

.p-footer__logo {
  font-size: 1.5rem;
  font-weight: 700;
}

.p-footer__tel {
  font-family: "Poppins", sans-serif;
  margin-top: 0.25rem;
}

.p-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__body {
    padding-left: 3.75rem;
  }
}

.p-footer__left {
  max-width: 15.5rem;
  font-size: 0.875rem;
  padding-left: 2rem;
  line-height: 24px;
}

.p-footer__address-prefecture {
  position: relative;
}

.p-footer__address-prefecture::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  left: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../img/map-icon.svg) no-repeat center center/contain;
}

.p-footer__address-wrap + .p-footer__address-wrap {
  margin-top: 0.5rem;
}

.p-footer__address-detail {
  color: #bababa;
}

.p-footer__right {
  font-family: "Poppins", sans-serif;
  margin-left: auto;
  padding-left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 2.5rem;
  }
}

.p-footer__right .p-footer__copy {
  margin-top: auto;
}

.p-footer__sns-text {
  font-size: 0.75rem;
  line-height: 16px;
  color: #e3e3e3;
}

.p-footer__sns-link {
  display: block;
  font-size: 0.875rem;
  margin-top: 1rem;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .p-footer__sns-link {
    margin-top: 0.3125rem;
  }
}

.p-footer__box {
  width: 25.75rem;
  height: 19.25rem;
  margin-left: 3.625rem;
  background: -webkit-linear-gradient(68.6deg, #1E365B 10.22%, #F8E8D5 75.13%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="15" /></filter></svg>#filter');
  -webkit-filter: blur(15px);
          filter: blur(15px);
}

.p-footer__copy {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  margin-top: 2.5rem;
  color: #F2F2F2;
  line-height: 24px;
  text-align: center;
}

.p-form {
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .p-form {
    max-width: 58.1875rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-form__head-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-form__head-text-en {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  line-height: 21px;
  background: -webkit-linear-gradient(160deg, #1E365B 16.22%, #F8E8D5 84.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-form__head-text-ja {
  padding-left: 1rem;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .p-form__head-text-ja {
    padding-left: 8.0625rem;
  }
}

/* form-flow
-----------------------------------------------------*/
.p-form__head-flow {
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__head-flow {
    margin-top: -0.875rem;
  }
}

.p-form__flow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__flow-wrap {
    padding-left: 9.375rem;
  }
}

.p-form__flow-item {
  padding-left: 0.9375rem;
}

.p-form__flow-item:last-child .p-form__flow-text {
  margin-left: -10px;
}

/* 最後のflow-numberの横棒削除
--------------------------*/
.p-form__flow-item:last-child .p-form__flow-number::after {
  position: inherit;
}

.p-form__flow-number {
  position: relative;
}

/* テキストグラデーション
--------------------------*/
.p-form__flow-number--gradation {
  background: -webkit-linear-gradient(231.6deg, #1E365B 16.22%, #F8E8D5 84.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* flow装飾
-----------------------------------------------------*/
/* サークル
--------------------------*/
.p-form__flow-number::before {
  position: absolute;
  content: "";
  width: 3.75rem;
  height: 3.75rem;
  top: 50%;
  left: -0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../img/form-circle.svg) no-repeat center center/contain;
}

.p-form__flow-number--gradation::before {
  background: url(../../img/form-circle-gradation.svg) no-repeat center center/contain;
}

/* 横棒
--------------------------*/
.p-form__flow-number::after {
  position: absolute;
  content: "";
  width: 20vw;
  height: 1px;
  top: 50%;
  left: 2.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-linear-gradient(0deg, #1E365B -30%, #F8E8D5 74.13%);
}
@media screen and (min-width: 768px) {
  .p-form__flow-number::after {
    width: 17.5rem;
  }
}

.p-form__flow-text {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 1.625rem;
  text-align: center;
}

/* フォーム入力欄
-----------------------------------------------------*/
.p-form__items {
  padding-top: 3.1875rem;
}
@media screen and (min-width: 768px) {
  .p-form__items {
    padding-left: 9.375rem;
  }
}

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

.p-form__item + .p-form__item {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__item + .p-form__item {
    margin-top: 3.5rem;
  }
}

.p-form__item-head {
  position: relative;
  display: inline-block;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__item-head {
    width: 11.9375rem;
  }
}

.p-form__item-head span {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: -18px;
  background-color: #ea7979;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .p-form__item-head span {
    right: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-form__item-input {
    width: 30.3125rem;
    margin-left: auto;
  }
}

.p-form__item-input input,
.p-form__item-input select,
.p-form__item-input textarea {
  width: 100%;
  margin-top: 1rem;
  padding: 0.6875rem 0.6875rem 0.6875rem 1.5rem;
  color: #bababa;
  background-color: #e7e9ed;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-form__item-input input,
  .p-form__item-input select,
  .p-form__item-input textarea {
    margin-top: 0;
  }
}

input::-webkit-input-placeholder {
  color: #bababa;
}

input::-moz-placeholder {
  color: #bababa;
}

input::-ms-input-placeholder {
  color: #bababa;
}

input::placeholder {
  color: #bababa;
}

.p-form__item-select {
  position: relative;
}

.p-form__item-select::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  top: 50%;
  right: 1rem;
  background: url(../../img/select-arrow.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-form__item-select::after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

option {
  color: #bababa;
}

.option:hover {
  background-color: #1E365B;
}

@media screen and (min-width: 768px) {
  .p-form__item-textarea {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

textarea {
  min-height: 240px;
  resize: none;
}

.p-form__btn {
  text-align: center;
}

.p-form__btn .c-btn {
  text-transform: none;
}

/* ラジオボタン
-----------------------------------------------------*/
.p-form__item-radio-wrap {
  margin-top: 1rem;
}

.p-form__item-radio + .p-form__item-radio {
  display: inline-block;
  margin-top: 1rem;
}

.p-contact__item-radio-check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.75rem;
}

.p-contact__item-radio-check::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #1E365B;
  border-radius: 50px;
}

.p-contact__item-radio-input:checked + .p-contact__item-radio-check::after {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  left: 0.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #1E365B;
  border-radius: 50px;
}

@media screen and (min-width: 768px) {
  .p-form--dl {
    display: block;
    margin-top: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-form--dl .p-form__item-head {
    width: 24.375rem;
  }
}

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

.p-header__left {
  z-index: 9999;
}

.p-header__logo img {
  width: 9.4375rem;
}

.p-header-nav {
  position: absolute;
  font-family: "Poppins", sans-serif;
  width: 100%;
  top: 11.25rem;
  right: 1.25rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-header-nav {
    width: auto;
    top: 12.5rem;
    right: 6.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-header-nav {
    top: 5rem;
  }
}

.p-header-nav__item {
  position: relative;
  display: block;
  font-size: 1.25rem;
  line-height: 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-header-nav__item {
    font-size: 1rem;
    line-height: 24px;
  }
}

.p-header-nav__item p {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header-nav__item p {
    color: #1E365B;
  }
}

/* hoverアクション
-----------------------------------------------------*/
.p-header-nav__item p {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (min-width: 768px) {
  .p-header-nav__item:hover.p-header-nav__item p:first-child {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media screen and (min-width: 768px) {
  .p-header-nav__item:hover .p-header-nav__hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-header-nav__hover {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(0) translateY(100%) translateZ(0);
          transform: translateX(0) translateY(100%) translateZ(0);
}

.p-header-nav__item + .p-header-nav__item {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-header-nav__item + .p-header-nav__item {
    margin-top: 0.75rem;
  }
}

.p-header-nav__dl {
  position: absolute;
  font-size: 1.5rem;
  font-weight: 700;
  right: 1.5625rem;
  margin-top: 4.5rem;
  color: #fff;
  line-height: 36px;
}
@media screen and (min-width: 768px) {
  .p-header-nav__dl {
    margin-top: 4.375rem;
    right: 0.9375rem;
    color: #1E365B;
  }
}

.p-header-nav__dl a {
  position: relative;
}

.p-header-nav__dl a:after {
  position: absolute;
  content: "";
  width: 6.25rem;
  height: 6.25rem;
  top: 50%;
  left: 50%;
  background: url(../../img/dl-circle.png) no-repeat center center/contain;
  -webkit-animation: rotateAnim 10000ms linear infinite;
          animation: rotateAnim 10000ms linear infinite;
}
@-webkit-keyframes rotateAnim {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotateAnim {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

.p-main{
  position: relative;
  margin-top: 6.25rem;
  padding-top: 9.6875rem;
  padding-bottom: 20.875rem;
}

/* 背景画像は ::before に載せる */
.p-main::before{
  content: "";
  position: absolute;
  inset: 0;                  /* top:0; right:0; bottom:0; left:0; と同じ */
  background: url(../../img/3.png) no-repeat center center / contain;
  opacity: .08;              /* ここで半透明に（0〜1） */
  z-index: 0;                /* 背景の下層へ */
  pointer-events: none;      /* クリックを邪魔しない */
}

/* 本文は前面に出す */
.p-main > *{
  position: relative;
  z-index: 1;
}

@media (min-width: 768px){
  .p-main{ 
    margin-top: .3125rem;
    padding-bottom: 23.0625rem;
  }
  .p-main::before{
    background-size: cover;  /* PCは cover に切替 */
  }
}

.p-main__head {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-main__head {
    padding-left: 12.4%;
  }
}

.p-main__number {
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 80px;
}
@media screen and (min-width: 768px) {
  .p-main__number {
    font-size: 10rem;
    line-height: 160px;
  }
}

@media screen and (min-width: 768px) {
  .p-main__title img {
    width: 51.25rem;
  }
}

.p-main__text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  padding: 1.125rem 1.25rem;
  line-height: 36px;
  background: url(../../img/2.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-main__text {
    font-size: 2rem;
    margin-top: -1.1875rem;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    padding-left: 12.4%;
    line-height: 48px;
  }
}

.p-main__scroll {
  position: absolute;
  width: 1px;
  height: 8.75rem;
  bottom: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-main__scroll {
    bottom: 12.5rem;
  }
}

.p-main__scroll::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 8.75rem;
  bottom: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #1E365B;
  -webkit-animation: scrolldown 1.4s ease-in-out infinite;
          animation: scrolldown 1.4s ease-in-out infinite;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-main__scroll::after {
    bottom: 12.5rem;
  }
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes scrolldown {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 70px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 70px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}
.p-news {
  max-width: 37.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6.5rem;
}
@media screen and (min-width: 768px) {
  .p-news {
    max-width: 70.625rem;
    padding-bottom: 11.25rem;
  }
}

.p-news__body {
  margin-left: 3.4375rem;
  border-top: 1px solid #1E365B;
}
@media screen and (min-width: 768px) {
  .p-news__body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin-left: 15rem;
  }
}

.p-news__item {
  padding: 0.375rem 1rem 1.375rem;
  border-right: 1px solid #1E365B;
  border-bottom: 1px solid #1E365B;
}
@media screen and (min-width: 768px) {
  .p-news__item {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news__item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(230deg, #1E365B -30%, #F8E8D5 95.13%);
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}

@media screen and (min-width: 768px) {
  .p-news__item:hover.p-news__item::after {
    opacity: 1;
    z-index: -1;
  }
}

.p-news__item-date {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  line-height: 14px;
}

.p-news__item-title {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 28.96px;
}

.p-news__item-title span {
  position: absolute;
  content: "";
  width: 3.125rem;
  height: 1rem;
  bottom: -1.25rem;
  left: 0;
  background: url(../../img/new-icon.png) no-repeat center center/contain;
}

.p-news__items-text {
  font-size: 0.875rem;
  font-weight: 500;
  padding-top: 4rem;
  line-height: 20.27px;
}
@media screen and (min-width: 768px) {
  .p-news__items-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.p-news__btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news__btn {
    text-align: right;
  }
}

.p-price {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-price {
    padding-top: 7.5rem;
    padding-bottom: 11.0625rem;
  }
}

.p-price__items {
  position: relative;
  padding-left: 2.625rem;
  padding-right: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-price__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-price__items::before {
  position: absolute;
  content: "How about...";
  top: 0;
  left: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 21px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  background: -webkit-linear-gradient(157.6deg, #1E365B 16.22%, #F8E8D5 84.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-price__items::before {
    left: -3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-price__item {
    width: 18.5625rem;
  }
}

.p-price__item + .p-price__item {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__item + .p-price__item {
    margin-top: 0;
    margin-left: 2.125rem;
  }
}

.p-price__head {
  font-family: "Poppins", sans-serif;
}

.p-price__number {
  font-size: 0.875rem;
  line-height: 21px;
  background: -webkit-linear-gradient(267.6deg, #1E365B 46.22%, #F8E8D5 96.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-price__number {
    line-height: 16px;
  }
}

.p-price__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 34.75px;
}

.p-price__body {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__body {
    margin-top: 2.5rem;
  }
}

.p-price__text {
  margin-top: 1rem;
  line-height: 23.17px;
}
@media screen and (min-width: 768px) {
  .p-price__text {
    font-weight: 500;
    margin-top: 1.4375rem;
    line-height: 24px;
  }
}

.p-service {
  border-radius: 30px;
  background: #1E365B url(../../img/service-smoke-sp.svg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-service {
    background: #1E365B url(../../img/service-smoke-pc.svg) no-repeat center center/cover;
    border-radius: 60px;
  }
}

.p-service__inner {
  max-width: 37.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-service__inner {
    padding-top: 7.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-service__head {
  text-align: center;
}

.p-service__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.p-service__item + .p-service__item {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-service__item + .p-service__item {
    margin-top: 5rem;
  }
}

/* pc時左要素
-----------------------------------------------------*/
.p-service__item-left {
  position: relative;
}

/* 縦棒
--------------------------*/
.p-service__item-left::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 84%;
  top: 5.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #8a8a8a;
}

.p-service__left--gradation::after {
  background: -webkit-linear-gradient(231.6deg, #1E365B -10%, #F8E8D5 32.13%);
}

/* 数字
--------------------------*/
.p-service__circle-number {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  width: 6.25rem;
  height: 6.25rem;
  color: #8A8A8A;
}

/* テキストグラデーション
--------------------------*/
.p-service__circle-number--gradation {
  background: -webkit-linear-gradient(231.6deg, #1E365B 16.22%, #F8E8D5 84.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* サークル
--------------------------*/
.p-service__circle-number::before {
  position: absolute;
  content: "";
  width: 6.25rem;
  height: 6.25rem;
  top: 0;
  left: 0;
  background: url(../../img/service-circle.svg) no-repeat center center/contain;
}

.p-service__circle-number--gradation::before {
  background: url(../../img/service-circle-gradation.svg) no-repeat center center/contain;
}

/* 右要素
-----------------------------------------------------*/
@media screen and (min-width: 768px) {
  .p-service__item-right {
    padding-left: 6.25rem;
  }
}

.p-service__item-num {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  color: #F8E8D5;
  background: -webkit-linear-gradient(231.6deg, #1E365B 16.22%, #F8E8D5 84.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-service__item-num {
    font-size: 1.5rem;
  }
}

.p-service__item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #F2F2F2;
  line-height: 34.75px;
}
@media screen and (min-width: 768px) {
  .p-service__item-title {
    margin-top: 0.625rem;
  }
}

.p-service__item-body {
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .p-service__item-body {
    margin-top: 4.8125rem;
  }
}

.p-service__item-text {
  padding-bottom: 2.5rem;
  color: #F2F2F2;
  border-bottom: 1px solid #a5a5a5;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .p-service__item-text {
    height: 7.125rem;
  }
}

.p-service__item-img {
  padding-top: 2.5rem;
}

.p-service__btn {
  text-align: center;
}

/* 下層ページレイアウト（Service）
-----------------------------------------------------*/
.p-service--white {
  background-color: #F4F2F1;
  background-image: none;
}

.p-service--white .p-service__item-title,
.p-service--white p {
  color: #1E365B;
}

.p-service--white .p-service__inner {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service--white .p-service__inner {
    max-width: 60rem;
    padding-top: 5.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service--white .p-service__item {
    max-width: 37.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service--white .p-service__item:nth-child(even) {
    margin-left: auto;
  }
}

.p-think {
  position: relative;
}

.p-think::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 8.125rem;
  top: 38px;
  left: 0;
  background: url(../../img/4.jpg) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-think::before {
    height: 10.875rem;
    top: 53px;
  }
}

@media screen and (min-width: 768px) {
  .p-think__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

.p-think__item + .p-think__item {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-think__item + .p-think__item {
    margin-top: 11.25rem;
  }
}

.p-think__item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins", sans-serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  background: -webkit-linear-gradient(178deg, #1E365B 16.22%, #F8E8D5 84.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-think__number {
  font-size: 0.75rem;
  line-height: 18px;
}

.p-think__title {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  line-height: 21px;
}

.p-think__item-right {
  margin-left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-think__item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-think__message {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 34.75px;
}
@media screen and (min-width: 768px) {
  .p-think__message {
    width: 22.5rem;
    font-size: 2rem;
    line-height: 54px;
  }
}

.p-think__text {
  font-weight: 500;
  margin-top: 1rem;
  line-height: 23.17px;
}
@media screen and (min-width: 768px) {
  .p-think__text {
    width: calc(100% - 22.5rem);
    margin-top: 0;
    padding-left: 3.75rem;
    line-height: 40px;
    letter-spacing: -0.1em;
  }
}

.p-works {
  margin-top: 2.5rem;
  margin-left: 1.25rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-works {
    margin-left: 11.25rem;
    padding-bottom: 7.5rem;
  }
}

.p-works__inner {
  position: relative;
  padding: 5rem 0 5rem 2.8125rem;
  background: #fff;
  border-radius: 30px 0 0 30px;
}
@media screen and (min-width: 768px) {
  .p-works__inner {
    max-width: 78.75rem;
    margin-left: auto;
    padding: 7.5rem 0 7.5rem 10rem;
  }
}

.p-works__title {
  position: absolute;
  top: 5rem;
  left: 0;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  background: -webkit-linear-gradient(171.6deg, #1E365B 16.22%, #F8E8D5 82.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-works__title {
    top: 7.5rem;
    left: 3.75rem;
  }
}

.p-works__swiper {
  max-width: 37.5rem;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p-works__swiper {
    max-width: 68.75rem;
    margin-right: auto;
  }
}

.p-works__body {
  height: 10.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #1E365B;
}
@media screen and (min-width: 768px) {
  .p-works__body {
    height: 8.875rem;
  }
}

.p-works__body-title {
  font-size: 0.875rem;
  margin-top: 1rem;
  line-height: 20.27px;
}

.p-works__body-title span {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  margin-right: 0.25rem;
  line-height: 18px;
}

.p-works__body-text {
  margin-top: 1rem;
  line-height: 23.17px;
}
@media screen and (min-width: 768px) {
  .p-works__body-text {
    margin-top: 0.5rem;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
