@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

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

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.c-pc {
  display: block;
}
@media (max-width: 768px) {
  .c-pc {
    display: none;
  }
}

.c-sp {
  display: none;
}
@media (max-width: 768px) {
  .c-sp {
    display: block;
  }
}

body {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

.wrapper {
  position: relative;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: transparent;
}
.l-header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 40px;
}
@media (max-width: 768px) {
  .l-header__inner {
    height: 50px;
    padding: 0 18px;
  }
}
.l-header__logo {
  width: 122px;
  height: auto;
}
@media (max-width: 768px) {
  .l-header__logo {
    width: 80px;
  }
}
.l-footer {
  position: fixed;
  display: block;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.26);
  padding: 18px;
  display: none;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 8px 16px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  }
}

.c-inner01 {
  box-sizing: content-box;
  max-width: 0px;
  margin: 0 auto;
  padding: 0;
}

.c-inner600 {
  box-sizing: content-box;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .c-inner600 {
    padding: 0 20px 0 30px;
  }
}

.c-inner1000 {
  box-sizing: content-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.c-button01 {
  display: inline-block;
  min-width: 186px;
  padding: 11px 30px;
}

.c-button02 {
  display: inline-block;
  min-width: 255px;
  padding: 13px 60px 13px 80px;
  color: #3860d5;
  border-radius: 4px;
  border: 1px solid #3860d5;
  text-align: center;
  position: relative;
}
.c-button02::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #3860d5;
  border-right: solid 1px #3860d5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 45px;
  margin-top: -4px;
}

.c-button03 {
  font-size: 16px;
  font-size: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 4px;
  max-width: 352px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  background-color: #3860d5;
  border: 1px solid #3860d5;
  transition: 0.3s;
  height: 50px;
}
.c-button03 > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .c-button03 {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (max-width: 768px) {
  .c-button03 {
    font-size: 15px;
    font-size: 0.9375rem;
    max-width: 270px;
    height: 36px;
    border-radius: 2px;
  }
}
.c-button03:hover {
  background-color: #fff;
  color: #3860d5;
}
@media (max-width: 768px) {
  .c-button03:hover {
    color: #fff;
    background-color: #3860d5;
  }
}
.c-button03:hover span::before {
  background-image: url(../img/arrow_01.svg);
}
@media (max-width: 768px) {
  .c-button03:hover span::before {
    background-image: url(../img/arrow_02.svg);
  }
}
.c-button03 span {
  background-size: 8px auto;
  display: inline-block;
  padding-left: 26px;
  position: relative;
}
@media (max-width: 768px) {
  .c-button03 span {
    padding-left: 16px;
  }
}
.c-button03 span::before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: auto;
  content: "";
  width: 8px;
  height: 14px;
  top: 50%;
  display: block;
  background-image: url(../img/arrow_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .c-button03 span::before {
    top: calc(50% + 1px);
    width: 4px;
    height: 8px;
  }
}

.p-about__banner {
  max-width: 800px;
  width: 100%;
  height: 180px;
  margin: 0 auto 80px;
  text-align: center;
  position: relative;
  background: #fff;
}
@media (max-width: 768px) {
  .p-about__banner {
    height: 160px;
    max-width: 300px;
    margin: 0 auto 40px;
  }
}
.p-about__banner::before, .p-about__banner::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 75px;
  border: 0px;
  border-top: solid 2px #4f8ace;
  border-right: solid 2px #4f8ace;
}
@media (max-width: 768px) {
  .p-about__banner::before, .p-about__banner::after {
    width: 100px;
    height: 50px;
  }
}
.p-about__banner::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: -11px;
  left: 12px;
}
@media (max-width: 768px) {
  .p-about__banner::before {
    bottom: -10px;
    left: 10px;
  }
}
.p-about__banner::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: -11px;
  right: 12px;
}
@media (max-width: 768px) {
  .p-about__banner::after {
    top: -7px;
    right: 7px;
  }
}
.p-about__catch {
  font-size: 32px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media (max-width: 768px) {
  .p-about__catch {
    font-size: 18px;
    top: -10px;
    left: 10px;
  }
}
.p-about__catch:before, .p-about__catch:after {
  content: "";
  width: 2px;
  height: 40px;
  background: #000;
  display: block;
  position: absolute;
  top: -2px;
}
@media (max-width: 768px) {
  .p-about__catch:before, .p-about__catch:after {
    height: 20px;
    top: 0;
  }
}
.p-about__catch:before {
  left: -20px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media (max-width: 768px) {
  .p-about__catch:before {
    left: -15px;
  }
}
.p-about__catch:after {
  right: -20px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media (max-width: 768px) {
  .p-about__catch:after {
    right: -15px;
  }
}
.p-about__body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.p-about__title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.25em;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .p-about__title {
    font-size: 24px;
    letter-spacing: 0.2em;
    margin: 0 0 20px;
  }
}
.p-about__detail {
  font-size: 18px;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .p-about__detail {
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
  }
}
.p-about__caution {
  line-height: 1.6;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  .p-about__caution {
    line-height: 1.8;
  }
}

.p-apply {
  background: #f3f5f7;
  padding: 80px 0 160px;
}
@media (max-width: 768px) {
  .p-apply {
    padding: 26px 0 90px;
  }
}
.p-apply__title {
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .p-apply__title {
    margin: 0 0 20px;
    line-height: 1.6;
  }
}
.p-apply__title > span {
  color: #fff;
  background: #3860d5;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 999px;
  font-size: 24px;
  font-weight: 700;
  min-width: 750px;
}
@media (max-width: 768px) {
  .p-apply__title > span {
    font-size: 16px;
    min-width: auto;
  }
}
.p-apply__scroll {
  width: 750px;
  max-width: 100%;
  height: 500px;
  overflow-y: scroll;
  margin: 0 auto 80px;
  padding: 40px;
  background: #fff;
  line-height: 1.4;
}
.p-apply__scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.p-apply__scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}
.p-apply__scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 768px) {
  .p-apply__scroll {
    padding: 18px 15px;
    margin: 0 auto 20px;
    height: 300px;
  }
}
.p-apply__list {
  font-size: 14px;
}
@media (max-width: 768px) {
  .p-apply__list {
    font-size: 12px;
  }
}
.p-apply__list > div {
  margin: 20px 0 0 0;
}
.p-apply__list > div:first-child {
  margin: 0;
}
.p-apply__lounge {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
}
.p-apply__lounge__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media (max-width: 768px) {
  .p-apply__lounge__inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.p-apply__lounge__content {
  text-align: left;
  width: calc(100% - 455px);
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: auto 0 0 0;
}
@media (max-width: 768px) {
  .p-apply__lounge__content {
    width: 100%;
  }
}
.p-apply__lounge__title {
  color: #3860d5;
  margin: 0 0 16px 0;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 768px) {
  .p-apply__lounge__title {
    font-size: 16px;
    margin: 0 0 12px;
    text-align: center;
  }
}
.p-apply__lounge__lead {
  margin: 0 0 30px 0;
  line-height: 1.4;
  font-size: 14px;
}
@media (max-width: 768px) {
  .p-apply__lounge__lead {
    font-size: 12px;
    margin: 0 0 20px;
    text-align: center;
  }
}
.p-apply__lounge__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.p-detail {
  background: linear-gradient(90deg, #cfeffc 0%, #dcd4f6 100%);
  padding: 120px 0;
}
@media (max-width: 768px) {
  .p-detail {
    padding: 60px 0;
  }
}

.p-flow__section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .p-flow__section {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 0 40px;
  }
}
.p-flow__section__image {
  width: 300px;
}
@media (max-width: 768px) {
  .p-flow__section__image {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .p-flow__section__image > img {
    width: 220px;
  }
}
.p-flow__section__body {
  width: calc(100% - 300px);
  padding: 0 0 0 80px;
}
@media (max-width: 768px) {
  .p-flow__section__body {
    width: 100%;
    padding: 0;
    margin: 30px 0 0 0;
  }
}
.p-flow__section__title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 30px;
  position: relative;
}
.p-flow__section__lead {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-flow__section__lead {
    line-height: 2.4;
    font-size: 14px;
  }
}
.p-flow {
  margin-top: 80px;
  margin: 80px 0 0 0;
}
@media (max-width: 768px) {
  .p-flow {
    margin: 50px 0 0 0;
  }
}
.p-flow__title01 {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
}
.p-flow__title01 > span {
  font-weight: bold;
  font-size: 32px;
}
@media (max-width: 768px) {
  .p-flow__title01 > span {
    font-size: 26px;
  }
}
.p-flow__list {
  margin: 60px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}
@media (max-width: 768px) {
  .p-flow__list {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
  }
}
.p-flow__list > li {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  width: calc(33.333% - 30px);
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
}
@media (max-width: 768px) {
  .p-flow__list > li {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .p-flow__list > li:last-child {
    margin: 0;
  }
}
.p-flow__number {
  position: absolute;
  top: -25px;
  left: -25px;
  border-radius: 999px;
  background: #3860d5;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 768px) {
  .p-flow__number {
    top: -12px;
    left: -12px;
  }
}
.p-flow__title02 {
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 20px;
  border-bottom: 2px dotted #3860d5;
  margin: 0 0 20px;
}
.p-flow__image {
  margin: 0 auto;
  height: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 768px) {
  .p-flow__image {
    height: 80px;
  }
}
.p-flow__image.is-apply {
  width: 120px;
}
.p-flow__image.is-photograph {
  width: 60.5px;
}
.p-flow__image.is-present {
  width: 65px;
}
.p-flow__detail {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  margin: 20px 0 0 0;
}
@media (max-width: 768px) {
  .p-flow__detail {
    line-height: 2;
  }
}
.p-flow__caution {
  margin: 40px 0 0;
  line-height: 1.8;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  .p-flow__caution {
    line-height: 1.8;
    margin: 20px 0 0;
  }
}
.p-main-visual {
  position: relative;
  height: 56.2353vw;
  max-height: 100vh;
  min-height: 550px;
}
@media (max-width: 768px) {
  .p-main-visual {
    height: 178vw;
    max-height: none;
    min-height: auto;
  }
}
.p-main-visual__background {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.p-main-visual__background > li {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  opacity: 0;
  transition: opacity 1.2s;
}
.p-main-visual__background > li.is-active {
  opacity: 1;
}
.p-main-visual__background > li.is-01 {
  background: url(../img/kv_img01.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .p-main-visual__background > li.is-01 {
    background: url(../img/kv_img01_sp.png) no-repeat left 30% center/cover;
  }
}
.p-main-visual__background > li.is-02 {
  background: url(../img/kv_img02.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .p-main-visual__background > li.is-02 {
    background: url(../img/kv_img02_sp.png) no-repeat left 30% center/cover;
  }
}
.p-main-visual__background > li.is-03 {
  background: url(../img/kv_img03.png) no-repeat center 10%/cover;
}
@media (max-width: 768px) {
  .p-main-visual__background > li.is-03 {
    background: url(../img/kv_img03_sp.png) no-repeat left 30% center/cover;
  }
}
.p-main-visual__background > li.is-04 {
  background: url(../img/kv_img04.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .p-main-visual__background > li.is-04 {
    background: url(../img/kv_img04_sp.png) no-repeat left 30% center/cover;
  }
}
.p-main-visual__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .p-main-visual__inner {
    height: auto;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 24px;
  }
}
.p-main-visual__catch {
  position: absolute;
  top: 190px;
  left: 80px;
  width: 33.647058823vw;
  max-width: 572px;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.7));
}
@media (max-width: 1700px) {
  .p-main-visual__catch {
    top: 160px;
    left: 60px;
  }
}
@media (max-width: 1440px) {
  .p-main-visual__catch {
    width: 28vw;
  }
}
@media (max-width: 1366px) {
  .p-main-visual__catch {
    top: 140px;
  }
}
@media (max-width: 1200px) {
  .p-main-visual__catch {
    left: 40px;
  }
}
@media (max-width: 768px) {
  .p-main-visual__catch {
    position: static;
    width: 280px;
    margin: 0 auto 15px;
  }
}
.p-main-visual__apply {
  cursor: pointer;
  transition: opacity 0.3s ease;
  position: absolute;
  bottom: 80px;
  left: 70px;
  width: 25.294117647vw;
  max-width: 430px;
}
.p-main-visual__apply:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .p-main-visual__apply:hover {
    opacity: 1;
  }
}
@media (max-width: 1700px) {
  .p-main-visual__apply {
    bottom: 60px;
    left: 50px;
    width: 21vw;
  }
}
@media (max-width: 1366px) {
  .p-main-visual__apply {
    width: 16vw;
  }
}
@media (max-width: 1200px) {
  .p-main-visual__apply {
    bottom: 40px;
    left: 40px;
    width: 20vw;
  }
}
@media (max-width: 768px) {
  .p-main-visual__apply {
    position: static;
    width: 220px;
    margin: 0 auto 15px;
  }
}
.p-main-visual__title {
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.7));
  position: absolute;
  bottom: 80px;
  right: 80px;
}
@media (max-width: 1700px) {
  .p-main-visual__title {
    bottom: 60px;
    right: 60px;
  }
}
@media (max-width: 1200px) {
  .p-main-visual__title {
    bottom: 40px;
    right: 40px;
  }
}
@media (max-width: 768px) {
  .p-main-visual__title {
    position: static;
  }
}
.p-main-visual__title > span {
  display: block;
}
@media (max-width: 768px) {
  .p-main-visual__title > span {
    text-align: center;
  }
}
.p-main-visual__title > span.is-small {
  margin: 0 0 20px;
}
@media (max-width: 1200px) {
  .p-main-visual__title > span.is-small {
    margin: 0 0 10px;
  }
}
.p-main-visual__title > span.is-small > img {
  width: 23.235294117vw;
  max-width: 395px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .p-main-visual__title > span.is-small > img {
    width: 20.235294117vw;
  }
}
@media (max-width: 768px) {
  .p-main-visual__title > span.is-small > img {
    width: 200px;
    text-align: center;
  }
}
.p-main-visual__title > span.is-large > img {
  width: 35.647058823vw;
  max-width: 606px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .p-main-visual__title > span.is-large > img {
    width: 32.647058823vw;
  }
}
@media (max-width: 768px) {
  .p-main-visual__title > span.is-large > img {
    width: 234px;
  }
}

#slide {
  width: 640px;
  height: 300px;
  margin: 0 auto;
  position: relative;
}

#slide img {
  position: absolute;
  left: 0;
  top: 0;
}

.p-suggest {
  padding: 120px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-suggest {
    padding: 60px 0 200px;
    background: url(../img/p-suggest__bg.jpg) no-repeat 20% 0/auto 1050px;
  }
}
.p-suggest:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/p-suggest__bg.jpg) no-repeat 50% 85%/cover;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 768px) {
  .p-suggest:before {
    background: none;
  }
}
.p-suggest__inner {
  position: relative;
  z-index: 2;
}
.p-suggest__title {
  font-size: 28px;
  letter-spacing: 0.25em;
  line-height: 1.8;
  margin: 0 0 45px;
  text-shadow: 0px 3px 12px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .p-suggest__title {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
}
.p-suggest__text {
  font-size: 16px;
  margin: 0 0 30px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-shadow: 0px 3px 12px rgba(0, 0, 0, 0.3);
}
.p-suggest__text:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  .p-suggest__text {
    text-shadow: 0px 3px 12px rgba(0, 0, 0, 0.7);
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 2;
  }
}