@charset "UTF-8";
/***
    The new CSS reset - version 1.11.3 (last updated 25.08.2024)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a, button {
  cursor: revert;
}

ol, ul, menu, summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
img {
  vertical-align: bottom;
}

a:not([class]) {
  color: var(--color-font);
}
@media (any-hover: hover) {
  a:not([class]):hover {
    opacity: 0.8;
  }
}

b, strong {
  font-weight: bolder;
}

:root {
  --color-font: #1a1a1a;
  --color-primary: #2a3d72;
  --color-secondary: #d6bf85;
  --font-NotoSansJP: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", YuGothic, sans-serif;
}

body {
  background: #fff;
  color: var(--color-font);
  font-family: var(--font-NotoSansJP);
  font-weight: 400;
  line-height: 1;
  margin-inline: auto;
  overflow-wrap: break-word;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.646vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  body {
    font-size: 1.525vw;
  }
}
@media screen and (min-width: 1180px) {
  body {
    font-size: 18px;
    min-width: 1180px;
  }
}

@media screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}
.l-wrapper {
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding-block-end: 14.323vw;
  }
}

@media screen and (min-width: 769px) {
  .l-inner {
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .l-inner {
    width: 93.22%;
  }
}
@media screen and (min-width: 1180px) {
  .l-inner {
    width: 1100px;
  }
}

.l-fixed {
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .l-fixed {
    bottom: 0;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
    width: 91.146vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .l-fixed {
    right: 0;
    top: 18.644vw;
    width: 8.475vw;
  }
}
@media screen and (min-width: 1180px) {
  .l-fixed {
    right: 0;
    top: 220px;
    width: 100px;
  }
}
.l-fixed.is-show {
  display: inherit;
}

.l-fixed__btn {
  display: block;
}
@media (any-hover: hover) {
  .l-fixed__btn:hover {
    filter: brightness(1.1);
  }
}

.c-cta__btn {
  display: block;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-cta__btn {
    border-radius: 1.563vw;
    box-shadow: 1.953vw 1.953vw 1.953vw rgba(0, 0, 0, 0.25);
    width: 80.729vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .c-cta__btn {
    border-radius: 0.847vw;
    box-shadow: 1.271vw 1.271vw 1.271vw rgba(0, 0, 0, 0.25);
    width: 64.407vw;
  }
}
@media screen and (min-width: 1180px) {
  .c-cta__btn {
    border-radius: 10px;
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.25);
    width: 760px;
  }
}
@media (any-hover: hover) {
  .c-cta__btn:hover {
    filter: brightness(1.1);
  }
}

@media screen and (max-width: 768px) {
  .p-kv {
    background: url(../images/kv_bg_sp.jpg) 0 0/100% auto no-repeat #505b70;
    padding-block-end: 9.766vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-kv {
    background: url(../images/kv_bg_pc_01.jpg) 50% 0 no-repeat #505b70;
    background-size: 169.492vw auto;
    padding-block-end: 3.051vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-kv {
    background: url(../images/kv_bg_pc_01.jpg) 50% 0 no-repeat, url(../images/kv_bg_pc_02.png) 50% 0 repeat-x #505b70;
    padding-block-end: 36px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv__content {
    height: 156.25vw;
    padding-block-start: 9.115vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-kv__content {
    height: 59.322vw;
    padding-block-start: 8.475vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-kv__content {
    height: 700px;
    padding-block-start: 100px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv__catch {
    margin-inline-start: 5.208vw;
    width: 88.151vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-kv__catch {
    margin-inline-start: -1.695vw;
    width: 52.881vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-kv__catch {
    margin-inline-start: -20px;
    width: 624px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv__lead {
    margin-block-start: -1.302vw;
    margin-inline-start: 6.771vw;
    width: 86.719vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-kv__lead {
    margin-inline-start: -1.102vw;
    width: 50.424vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-kv__lead {
    margin-inline-start: -13px;
    width: 595px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv__title {
    margin-block-start: 0.651vw;
    margin-inline-start: 8.464vw;
    width: 58.984vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-kv__title {
    width: 34.407vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-kv__title {
    width: 406px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv__cta {
    margin-block-start: 7.813vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-kv__cta {
    margin-block-start: 5.932vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-kv__cta {
    margin-block-start: 70px;
  }
}

.p-anxiety {
  background: #505b70;
  margin-block-start: -1px;
}

.p-anxiety__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-anxiety__inner {
    padding-block: 6.25vw 16.276vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-anxiety__inner {
    padding-block: 8.136vw 10.593vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-anxiety__inner {
    padding-block: 96px 125px;
  }
}

.p-anxiety__intro {
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .p-anxiety__intro {
    margin-inline-start: 5.469vw;
    position: relative;
    width: 82.031vw;
  }
}
@media screen and (min-width: 769px) {
  .p-anxiety__intro {
    left: 0;
    position: absolute;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-anxiety__intro {
    top: 3.22vw;
    width: 42.373vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-anxiety__intro {
    top: 38px;
    width: 500px;
  }
}

.p-anxiety__image {
  clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0 100%, 0% 8.3%);
}

.p-anxiety__lead {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-anxiety__lead {
    left: 10.156vw;
    top: -6.25vw;
    width: 24.089vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-anxiety__lead {
    left: 5.254vw;
    top: -3.22vw;
    width: 12.458vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-anxiety__lead {
    left: 62px;
    top: -38px;
    width: 147px;
  }
}

.p-anxiety__body {
  background: #fff;
  margin-inline: auto 0;
}
@media screen and (max-width: 768px) {
  .p-anxiety__body {
    margin-block-start: -11.979vw;
    width: 88.542vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-anxiety__body {
    width: 59.322vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-anxiety__body {
    width: 700px;
  }
}

.p-anxiety__body-header {
  background: linear-gradient(150deg, rgb(51, 67, 101) 0%, rgb(49, 64, 97) 21.22%, rgb(42, 55, 84) 44.05%, rgb(31, 41, 62) 67.65%, rgb(15, 20, 32) 91.62%, rgb(9, 12, 20) 100%);
}
@media screen and (max-width: 768px) {
  .p-anxiety__body-header {
    padding-block: 18.229vw 5.859vw;
    padding-inline-start: 7.161vw;
  }
}
@media screen and (min-width: 769px) {
  .p-anxiety__body-header {
    align-items: center;
    display: flex;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-anxiety__body-header {
    height: 25.424vw;
    padding-inline-start: 14.831vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-anxiety__body-header {
    height: 300px;
    padding-inline-start: 175px;
  }
}

.p-anxiety__desc {
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-anxiety__desc {
    font-size: 3.906vw;
    line-height: 1.733;
  }
}
@media screen and (min-width: 769px) {
  .p-anxiety__desc {
    line-height: 1.8;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-anxiety__desc {
    font-size: 2.119vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-anxiety__desc {
    font-size: 25px;
  }
}

.p-anxiety__list {
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-anxiety__list {
    gap: 0.651vw;
    padding-block: 4.948vw;
    padding-inline-start: 7.552vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-anxiety__list {
    padding-block: 2.966vw 3.814vw;
    padding-inline-start: 13.729vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-anxiety__list {
    padding-block: 35px 45px;
    padding-inline-start: 162px;
  }
}

.p-anxiety__item {
  background: url(../images/anxiety_icon.svg) no-repeat;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-anxiety__item {
    background-position: 0 1.302vw;
    background-size: 3.516vw auto;
    line-height: 1.643;
    padding-inline-start: 6.51vw;
  }
}
@media screen and (min-width: 769px) {
  .p-anxiety__item {
    background-size: 1em auto;
    line-height: 2;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-anxiety__item {
    background-position: 0 0.847vw;
    padding-inline-start: 2.542vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-anxiety__item {
    background-position: 0 10px;
    padding-inline-start: 30px;
  }
}

.p-anxiety__summary {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-anxiety__summary {
    margin-block-start: 3.906vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-anxiety__summary {
    margin-block-start: 5.932vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-anxiety__summary {
    margin-block-start: 70px;
  }
}

.p-anxiety__summary-text {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-anxiety__summary-text {
    font-size: 4.167vw;
    line-height: 1.625;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-anxiety__summary-text {
    font-size: 2.119vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-anxiety__summary-text {
    font-size: 25px;
  }
}

.p-anxiety__summary-em {
  color: var(--color-secondary);
}

.p-anxiety__summary-catch {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-anxiety__summary-catch {
    font-size: 5.99vw;
    line-height: 1.565;
    margin-block-start: 2.604vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-anxiety__summary-catch {
    font-size: 3.898vw;
    margin-block-start: 1.695vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-anxiety__summary-catch {
    font-size: 46px;
    margin-block-start: 20px;
  }
}

.p-anxiety__arrow {
  left: 50%;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .p-anxiety__arrow {
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 10.417vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-anxiety__arrow {
    bottom: -2.542vw;
    transform: translateX(-50%);
    width: 6.78vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-anxiety__arrow {
    bottom: -30px;
    transform: translateX(-50%);
    width: 80px;
  }
}

/*------------------------------------
p-about:SHiFT塾は実践型スクールです。
------------------------------------*/
@media screen and (max-width: 768px) {
  .p-about {
    background: url(../images/about_bg_sp.jpg) 0 100%/100% auto no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .p-about {
    background: url(../images/about_bg_pc.jpg) no-repeat;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-about {
    background-position: 50% 9.322vw;
    background-size: 137.712vw auto;
  }
}
@media screen and (min-width: 1180px) {
  .p-about {
    background-position: 50% 110px;
  }
}

.p-about__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about__inner {
    padding-block: 12.76vw 44.271vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-about__inner {
    padding-block: 7.627vw 38.136vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-about__inner {
    padding-block: 90px 450px;
  }
}

.p-about__title {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-about__title {
    width: 88.021vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-about__title {
    width: 63.898vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-about__title {
    width: 754px;
  }
}

.p-about__text {
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about__text {
    line-height: 1.714;
    margin-block-start: 5.859vw;
  }
}
@media screen and (min-width: 769px) {
  .p-about__text {
    line-height: 2;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-about__text {
    margin-block-start: 2.542vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-about__text {
    margin-block-start: 30px;
  }
}

.p-about__image {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .p-about__image {
    bottom: -9.115vw;
    width: 102.083vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-about__image {
    bottom: -1.695vw;
    width: 83.051vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-about__image {
    bottom: -20px;
    width: 980px;
  }
}

.p-earliest {
  background: #202f51;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-earliest {
    margin-block-start: -1.302vw;
  }
}
.p-earliest::before {
  background: #202f51;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 1px;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 768px) {
  .p-earliest::before {
    height: 15.625vw;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-earliest::before {
    height: 27.966vw;
    width: 169.492vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-earliest::before {
    height: 330px;
    width: 2000px;
  }
}
@media screen and (min-width: 1180px) {
  .p-earliest::after {
    background: #202f51;
    content: "";
    display: block;
    height: 330px;
    position: absolute;
    right: 0;
    top: 1px;
    transform: translateY(-100%);
    width: calc(50% - 999px);
  }
}

.p-earliest__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-earliest__inner {
    padding-block-start: 8.464vw;
    padding-block-end: 13.021vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-earliest__inner {
    padding-block-start: 2.119vw;
    padding-block-end: 10.678vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-earliest__inner {
    padding-block-start: 25px;
    padding-block-end: 126px;
  }
}

@media screen and (min-width: 769px) {
  .p-us {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .p-us__image {
    margin-inline-start: 3.776vw;
    width: 90.625vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-us__image {
    left: -14.915vw;
    position: absolute;
    top: -5.085vw;
    width: 58.983vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-us__image {
    left: -176px;
    position: absolute;
    top: -60px;
    width: 696px;
  }
}

.p-us__content {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-us__content {
    margin-block-start: 5.208vw;
    margin-inline: auto;
    width: 77.604vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-us__content {
    margin-inline: auto 3.559vw;
    width: 41.525vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-us__content {
    margin-inline: auto 42px;
    width: 490px;
  }
}

.p-us__title {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-us__title {
    font-size: 7.031vw;
    line-height: 1.296;
  }
}
@media screen and (min-width: 769px) {
  .p-us__title {
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-us__title {
    font-size: 3.39vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-us__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .p-us__text {
    letter-spacing: 0.01em;
    line-height: 1.714;
    margin-block-start: 3.255vw;
  }
}
@media screen and (min-width: 769px) {
  .p-us__text {
    letter-spacing: 0.05em;
    line-height: 2;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-us__text {
    margin-block-start: 1.271vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-us__text {
    margin-block-start: 15px;
  }
}

.p-earliest__catch {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-earliest__catch {
    margin-block-start: 11.719vw;
    width: 75.26vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-earliest__catch {
    margin-block-start: 4.661vw;
    width: 64.407vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-earliest__catch {
    margin-block-start: 55px;
    width: 760px;
  }
}

.p-earliest-worry__caption {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-earliest-worry__caption {
    margin-block-start: 5.99vw;
    width: 72.135vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-earliest-worry__caption {
    margin-block-start: 3.559vw;
    width: 46.949vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-earliest-worry__caption {
    margin-block-start: 42px;
    width: 554px;
  }
}

@media screen and (max-width: 768px) {
  .p-earliest-worry__comment {
    margin-block-start: 4.427vw;
    margin-inline-start: 5.99vw;
    width: 88.672vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-earliest-worry__comment {
    margin-block-start: 2.712vw;
    margin-inline-start: 7.797vw;
    width: 71.186vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-earliest-worry__comment {
    margin-block-start: 32px;
    margin-inline-start: 92px;
    width: 840px;
  }
}

.p-earliest-worry__image {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-earliest-worry__image {
    right: -2.604vw;
    height: 72.396vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-earliest-worry__image {
    right: -11.695vw;
    width: 39.407vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-earliest-worry__image {
    right: -138px;
    width: 465px;
  }
}

/*------------------------------
p-reason:だからSHiFT塾がある！ 
--------------------------------*/
@media screen and (max-width: 768px) {
  .p-reason {
    background: url(../images/reason_bg_sp.jpg) center top no-repeat;
    background-size: 100vw 361.979vw;
    background-color: #eaeeef;
    height: 361.979vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-reason {
    background: url(../images/reason_bg_pc.jpg) center top no-repeat;
    background-size: 169.492vw auto;
    background-color: #eaeeef;
    height: 177.966vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-reason {
    background: url(../images/reason_bg_pc.jpg) center top no-repeat;
    background-color: #eaeeef;
    height: 2100px;
  }
}

.p-reason__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-reason__inner {
    padding-block-start: 13.672vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-reason__inner {
    padding-block-start: 10.169vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-reason__inner {
    padding-block-start: 120px;
  }
}

@media screen and (max-width: 768px) {
  .p-reason__arrow {
    position: absolute;
    width: 10.417vw;
    top: -5.469vw;
    left: calc(50% - 5.208vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-reason__arrow {
    position: absolute;
    width: 6.78vw;
    top: -3.305vw;
    left: calc(50% - 3.39vw);
  }
}
@media screen and (min-width: 1180px) {
  .p-reason__arrow {
    position: absolute;
    width: 80px;
    top: -39px;
    left: calc(50% - 40px);
  }
}

@media screen and (max-width: 768px) {
  .p-reason__title {
    width: 81.901vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-reason__title {
    width: 59.322vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1180px) {
  .p-reason__title {
    width: 700px;
    margin-inline: auto;
  }
}

.p-reason__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-reason__list {
    margin-block-start: 6.771vw;
    row-gap: 2.604vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-reason__list {
    margin-block-start: 5.424vw;
    justify-content: flex-start;
    gap: 2.712vw 1.356vw;
    margin-inline: 3.559vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-reason__list {
    margin-block-start: 64px;
    justify-content: flex-start;
    gap: 32px 16px;
    margin-inline: 42px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__list li {
    width: 85.938vw;
    height: 21.875vw;
  }
  .p-reason__list li:nth-of-type(1) {
    background: url(../images/reason_list1_sp.png) left top no-repeat;
    background-size: contain;
  }
  .p-reason__list li:nth-of-type(2) {
    background: url(../images/reason_list2_sp.png) left top no-repeat;
    background-size: contain;
  }
  .p-reason__list li:nth-of-type(3) {
    background: url(../images/reason_list3_sp.png) left top no-repeat;
    background-size: contain;
  }
  .p-reason__list li:nth-of-type(4) {
    background: url(../images/reason_list4_sp.png) left top no-repeat;
    background-size: contain;
  }
  .p-reason__list li:nth-of-type(5) {
    background: url(../images/reason_list5_sp.png) left top no-repeat;
    background-size: contain;
  }
  .p-reason__list li:nth-of-type(6) {
    background: url(../images/reason_list6_sp.png) left top no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 769px) {
  .p-reason__list li:nth-of-type(1) {
    background: url(../images/reason_list1_pc.png) left top no-repeat;
    background-size: contain;
  }
  .p-reason__list li:nth-of-type(2) {
    background: url(../images/reason_list2_pc.png) left top no-repeat;
    background-size: contain;
  }
  .p-reason__list li:nth-of-type(3) {
    background: url(../images/reason_list3_pc.png) left top no-repeat;
    background-size: contain;
  }
  .p-reason__list li:nth-of-type(4) {
    background: url(../images/reason_list4_pc.png) left top no-repeat;
    background-size: contain;
  }
  .p-reason__list li:nth-of-type(5) {
    background: url(../images/reason_list5_pc.png) left top no-repeat;
    background-size: contain;
  }
  .p-reason__list li:nth-of-type(6) {
    background: url(../images/reason_list6_pc.png) left top no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-reason__list li {
    width: 42.373vw;
    height: 14.237vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-reason__list li {
    width: 500px;
    height: 168px;
  }
}

.p-reason__list_title {
  display: flex;
  align-items: center;
  color: #ffffff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-reason__list_title {
    width: 100%;
    height: 10.938vw;
    padding-left: 15.625vw;
    font-size: 4.167vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-reason__list_title {
    width: 100%;
    height: 7.119vw;
    padding-left: 8.983vw;
    font-size: 2.034vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-reason__list_title {
    width: 100%;
    height: 84px;
    padding-left: 106px;
    font-size: 24px;
  }
}

.p-reason__list_text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-reason__list_text {
    width: 100%;
    height: 10.938vw;
    font-size: 3.646vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-reason__list_text {
    width: 100%;
    height: 7.119vw;
    font-size: 1.695vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-reason__list_text {
    width: 100%;
    height: 84px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-reason__wrap {
    width: 94.531vw;
  }
}

.p-reason__text1 {
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reason__text1 {
    margin-block-start: 63.542vw;
    font-size: 4.688vw;
    line-height: 7.292vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-reason__text1 {
    margin-block-start: 28.475vw;
    font-size: 3.051vw;
    line-height: 4.746vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1180px) {
  .p-reason__text1 {
    margin-block-start: 336px;
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 0.05em;
  }
}

.p-reason__box {
  position: relative;
  background-color: #eaeeef;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-reason__box {
    margin: 3.646vw auto 0;
    width: 80.729vw;
    height: 26.042vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-reason__box {
    margin: 2.966vw auto 0;
    width: 59.322vw;
    height: 16.949vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-reason__box {
    margin: 35px auto 0;
    width: 700px;
    height: 200px;
  }
}

.p-reason__box_text {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #1a1a1a;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reason__box_text {
    font-size: 3.906vw;
    line-height: 7.031vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-reason__box_text {
    font-size: 2.119vw;
    line-height: 3.814vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-reason__box_text {
    font-size: 25px;
    line-height: 45px;
  }
}

.p-reason__arrow2 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-reason__arrow2 {
    width: 6.51vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5.469vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-reason__arrow2 {
    width: 4.237vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3.559vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-reason__arrow2 {
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -42px;
  }
}

.p-reason__text2 {
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reason__text2 {
    margin: 7.552vw auto 16.406vw;
    font-size: 4.167vw;
    letter-spacing: 0.05em;
    line-height: 8.333vw;
  }
  .p-reason__text2--strong {
    font-size: 5.469vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-reason__text2 {
    margin: 4.915vw auto 10.678vw;
    font-size: 2.119vw;
    letter-spacing: 0.05em;
    line-height: 3.814vw;
  }
  .p-reason__text2--strong {
    font-size: 2.966vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-reason__text2 {
    margin: 58px auto 126px;
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 45px;
  }
  .p-reason__text2--strong {
    font-size: 35px;
  }
}

.p-reason__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 768px) {
  .p-reason__btn {
    background: url(../images/blank_btn_sp.png) center top no-repeat;
    background-size: contain;
    margin: 17.578vw auto 0;
    width: 80.729vw;
    height: 16.927vw;
  }
}
@media screen and (min-width: 769px) {
  .p-reason__btn {
    background: url(../images/blank_btn_pc.png) center top no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-reason__btn {
    margin: 10.678vw auto 0;
    width: 64.407vw;
    height: 9.322vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-reason__btn {
    margin: 126px auto 0;
    width: 760px;
    height: 110px;
  }
}

.p-reason__btntext1 {
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-reason__btntext1 {
    line-height: 5.208vw;
    font-size: 3.906vw;
    font-weight: 500;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-reason__btntext1 {
    line-height: 3.051vw;
    font-size: 2.712vw;
    font-weight: 500;
    padding-left: 1.5em;
  }
}
@media screen and (min-width: 1180px) {
  .p-reason__btntext1 {
    line-height: 36px;
    font-size: 32px;
    font-weight: 500;
    padding-left: 1.5em;
  }
}

.p-reason__btntext2 {
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-reason__btntext2 {
    line-height: 4.688vw;
    font-size: 2.865vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-reason__btntext2 {
    line-height: 3.051vw;
    font-size: 1.525vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-reason__btntext2 {
    line-height: 36px;
    font-size: 18px;
  }
}

/*------------------------------
p-learning:SHiFT塾で身につく6つの学び 
--------------------------------*/
@media screen and (max-width: 768px) {
  .p-learning {
    background: url(../images/learning_bg_sp.jpg) center bottom no-repeat;
    background-size: 100vw 254.688vw;
    background-color: #eaeeef;
    padding-block-end: 15.885vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning {
    background: url(../images/learning_bg_pc.jpg) center bottom no-repeat;
    background-size: 169.492vw 83.22vw;
    background-color: #eaeeef;
    height: 315.763vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning {
    background: url(../images/learning_bg_pc.jpg) center bottom no-repeat;
    background-size: 2000px 982px;
    background-color: #eaeeef;
    height: 3726px;
  }
}

.p-learning__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-learning__inner {
    padding-block-start: 14.063vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning__inner {
    padding-block-start: 0;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning__inner {
    padding-block-start: 0;
  }
}

.p-learning__title {
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-learning__title {
    width: 74.349vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning__title {
    width: 59.492vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning__title {
    width: 702px;
  }
}
.p-learning__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%; /* 親要素の左外側からスタート */
  width: 5000px; /* 十分に大きい値（左側） */
  height: 1px;
  background-color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .p-learning__title::before {
    top: 4.167vw;
    margin-right: 2.344vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning__title::before {
    margin-right: 1.525vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning__title::before {
    margin-right: 18px; /* 文字からの距離 */
  }
}

@media screen and (max-width: 768px) {
  .p-learning__list {
    margin: 0 auto;
    width: 89.063vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning__list {
    margin: 7.458vw auto 0;
    width: 86.441vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning__list {
    margin: 88px auto 0;
    width: 1020px;
  }
}
.p-learning__list > li {
  position: relative;
  background-color: #2a3d72;
}
@media screen and (max-width: 768px) {
  .p-learning__list > li {
    width: 89.063vw;
    height: 62.5vw;
    border-radius: 1.302vw;
    padding: 13.672vw 6.12vw 0;
    padding-block-start: 13.672vw;
    margin: 48.698vw 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning__list > li {
    width: 86.441vw;
    height: 29.661vw;
    border-radius: 0.847vw;
    padding-block-start: 5.254vw;
    margin-block-end: 6.78vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning__list > li {
    width: 1020px;
    height: 350px;
    border-radius: 10px;
    padding-block-start: 62px;
    margin-block-end: 80px;
  }
}
.p-learning__list > li .p-learning__image {
  position: absolute;
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  .p-learning__list > li .p-learning__image {
    width: 80.729vw;
    height: 51.563vw;
    top: -43.359vw;
    left: 4.167vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning__list > li .p-learning__image {
    width: 39.831vw;
    top: -5.593vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning__list > li .p-learning__image {
    width: 470px;
    top: -66px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning__list > li:nth-of-type(odd) {
    padding-inline-start: 36.017vw;
  }
  .p-learning__list > li:nth-of-type(odd) .p-learning__image {
    left: -7.542vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning__list > li:nth-of-type(odd) {
    padding-inline-start: 425px;
  }
  .p-learning__list > li:nth-of-type(odd) .p-learning__image {
    left: -89px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning__list > li:nth-of-type(even) {
    padding-inline-start: 3.814vw;
  }
  .p-learning__list > li:nth-of-type(even) .p-learning__image {
    right: -7.542vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning__list > li:nth-of-type(even) {
    padding-inline-start: 45px;
  }
  .p-learning__list > li:nth-of-type(even) .p-learning__image {
    right: -89px;
  }
}

@media screen and (max-width: 768px) {
  .p-learning__caption {
    padding-bottom: 2.865vw;
    border-bottom: 1px #ffffff solid;
    font-size: 5.469vw;
    color: #ffffff;
    line-height: 7.813vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning__caption {
    width: 46.61vw;
    padding-bottom: 1.864vw;
    border-bottom: 1px #ffffff solid;
    font-size: 2.881vw;
    color: #ffffff;
    line-height: 4.237vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning__caption {
    width: 550px;
    padding-bottom: 22px;
    border-bottom: 1px #ffffff solid;
    font-size: 34px;
    color: #ffffff;
    line-height: 50px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  .p-learning__text {
    width: 76.823vw;
    padding-block-start: 3.776vw;
    font-size: 3.646vw;
    color: #ffffff;
    line-height: 6.25vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning__text {
    width: 46.61vw;
    padding-block-start: 1.864vw;
    font-size: 1.525vw;
    color: #ffffff;
    line-height: 3.051vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning__text {
    width: 550px;
    padding-block-start: 22px;
    font-size: 18px;
    color: #ffffff;
    line-height: 36px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  .p-learning__text2 {
    margin: 83.073vw 0 0 11.328vw;
    font-size: 5.469vw;
    color: #ffffff;
    line-height: 8.333vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning__text2 {
    margin: 19.492vw 0 0 50%;
    font-size: 2.881vw;
    color: #ffffff;
    line-height: 4.237vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning__text2 {
    margin: 230px 0 0 50%;
    font-size: 34px;
    color: #ffffff;
    line-height: 50px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  .p-learning__example {
    margin: 3.906vw auto 0;
    padding-inline-start: 3.385vw;
    width: 85.938vw;
    height: 26.563vw;
    background: url(../images/learning_example_bg_sp.png) left top no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning__example {
    margin: 3.051vw -2.712vw 0 40vw;
    padding-inline-start: 6.78vw;
    width: 55.932vw;
    height: 14.576vw;
    background: url(../images/learning_example_bg_pc.png) left top no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning__example {
    margin: 36px -32px 0 472px;
    padding-inline-start: 80px;
    width: 660px;
    height: 172px;
    background: url(../images/learning_example_bg_pc.png) left top no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .p-learning__example_caption {
    font-size: 3.385vw;
    color: #ffffff;
    line-height: 7.031vw;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning__example_caption {
    font-size: 1.525vw;
    color: #ffffff;
    line-height: 3.39vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning__example_caption {
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
    letter-spacing: 0.05em;
  }
}

.p-learning__example_underbox {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-learning__example_underbox {
    height: 19.531vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning__example_underbox {
    height: 11.186vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning__example_underbox {
    height: 132px;
  }
}

@media screen and (max-width: 768px) {
  .p-learning_example__text {
    font-size: 4.167vw;
    color: #ffffff;
    line-height: 6.51vw;
    letter-spacing: 0.05em;
  }
  .p-learning_example__text strong {
    font-size: 5.208vw;
    font-weight: 700;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning_example__text {
    font-size: 2.119vw;
    color: #ffffff;
    line-height: 3.39vw;
    letter-spacing: 0.05em;
  }
  .p-learning_example__text strong {
    font-size: 2.712vw;
    font-weight: 700;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning_example__text {
    font-size: 25px;
    color: #ffffff;
    line-height: 40px;
    letter-spacing: 0.05em;
  }
  .p-learning_example__text strong {
    font-size: 32px;
    font-weight: 700;
  }
}

@media screen and (max-width: 768px) {
  .p-learning__text3wrap {
    display: block;
    margin-block-start: 5.208vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning__text3wrap {
    display: flex;
    column-gap: 2.542vw;
    align-items: center;
    margin: 6.441vw 0 0 13.136vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning__text3wrap {
    display: flex;
    column-gap: 30px;
    align-items: center;
    margin: 76px 0 0 155px;
  }
}

.p-learning__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2a3d72;
  border-radius: 50%;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-learning__circle {
    margin-inline: auto;
    width: 19.531vw;
    height: 19.531vw;
    font-size: 3.646vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning__circle {
    width: 10.169vw;
    height: 10.169vw;
    font-size: 1.695vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning__circle {
    width: 120px;
    height: 120px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-learning__text3 {
    margin: 3.646vw auto 0;
    width: 85.938vw;
    font-size: 3.646vw;
    color: #ffffff;
    letter-spacing: 0.05em;
    line-height: 6.25vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning__text3 {
    width: 63.559vw;
    font-size: 1.525vw;
    color: #ffffff;
    letter-spacing: 0.05em;
    line-height: 3.051vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning__text3 {
    width: 750px;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0.05em;
    line-height: 36px;
  }
}

@media screen and (max-width: 768px) {
  .p-learning__text4wrap {
    display: block;
    width: 85.938vw;
    margin: 6.51vw auto 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning__text4wrap {
    display: flex;
    align-items: center;
    margin: 3.39vw 0 0 16.525vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning__text4wrap {
    display: flex;
    align-items: center;
    margin: 40px 0 0 195px;
  }
}

@media screen and (max-width: 768px) {
  .p-learning__label {
    margin-inline: auto;
    width: 57.292vw;
    height: 5.729vw;
    background: url(../images/learning__label_bg_sp.png) left top no-repeat;
    background-size: contain;
    font-size: 3.906vw;
    color: #505b70;
    letter-spacing: 0.05em;
    line-height: 5.729vw;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning__label {
    width: 24.068vw;
    height: 2.373vw;
    background: url(../images/learning__label_bg_pc.png) left top no-repeat;
    background-size: contain;
    font-size: 1.525vw;
    color: #505b70;
    letter-spacing: 0.05em;
    line-height: 2.373vw;
    text-align: center;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning__label {
    width: 284px;
    height: 28px;
    background: url(../images/learning__label_bg_pc.png) left top no-repeat;
    background-size: contain;
    font-size: 18px;
    color: #505b70;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .p-learning__text4box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85.938vw;
    height: 28.125vw;
    margin-block-start: -2.865vw;
    border: 1px #ffffff solid;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning__text4box {
    display: flex;
    align-items: center;
    width: 57.627vw;
    height: 9.322vw;
    padding-left: 13.559vw;
    margin-left: -12.203vw;
    border: 1px #ffffff solid;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning__text4box {
    display: flex;
    align-items: center;
    width: 680px;
    height: 110px;
    padding-left: 160px;
    margin-left: -144px;
    border: 1px #ffffff solid;
  }
}

@media screen and (max-width: 768px) {
  .p-learning__text4 {
    font-size: 3.776vw;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.05em;
    line-height: 6.25vw;
    text-align: center;
  }
  .p-learning__text4 strong {
    font-size: 4.167vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-learning__text4 {
    font-size: 1.695vw;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.05em;
    line-height: 3.051vw;
  }
  .p-learning__text4 strong {
    font-size: 1.949vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-learning__text4 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.05em;
    line-height: 36px;
  }
  .p-learning__text4 strong {
    font-size: 23px;
  }
}

/*---------------------------------------------------------------------
p-amazonexpo:ワールドシフトならAmazon輸出に便利なサービスが併せて利用できます 
-----------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .p-amazonexpo {
    background-color: #eaeeef;
    padding: 18.75vw 0 19.531vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-amazonexpo {
    background-color: #eaeeef;
    padding: 13.559vw 0 8.475vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-amazonexpo {
    background-color: #eaeeef;
    padding: 160px 0 100px;
  }
}

.p-amazonexpo__inner {
  position: relative;
}

.p-amazonexpo__title {
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-amazonexpo__title {
    width: 75.391vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-amazonexpo__title {
    width: 61.695vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-amazonexpo__title {
    width: 728px;
  }
}

.p-amazonexpo__belt1 {
  position: relative;
}
.p-amazonexpo__belt1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%; /* 親要素の左外側からスタート */
  width: 5000px; /* 十分に大きい値（左側） */
  background-color: #004385;
}
@media screen and (max-width: 768px) {
  .p-amazonexpo__belt1 {
    margin: 10.156vw 0 0 0;
    width: 94.401vw;
    height: 11.719vw;
  }
  .p-amazonexpo__belt1::before {
    content: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-amazonexpo__belt1 {
    margin: 4.237vw 0 0 26.271vw;
    width: 58.475vw;
    height: 5.932vw;
  }
  .p-amazonexpo__belt1::before {
    height: 5.932vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-amazonexpo__belt1 {
    margin: 50px 0 0 310px;
    width: 690px;
    height: 70px;
  }
  .p-amazonexpo__belt1::before {
    height: 70px;
  }
}

.p-amazonexpo__block1 {
  display: flex;
  margin: 46px 0 0 46px;
  column-gap: 52px;
}
@media screen and (max-width: 768px) {
  .p-amazonexpo__block1 {
    display: block;
    margin: 4.167vw auto 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-amazonexpo__block1 {
    margin: 3.898vw 0 0 3.898vw;
    column-gap: 4.407vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-amazonexpo__block1 {
    margin: 46px 0 0 46px;
    column-gap: 52px;
  }
}

@media screen and (max-width: 768px) {
  .p-amazonexpo_img1 {
    margin: 4.167vw auto 0;
    width: 56.901vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-amazonexpo_img1 {
    width: 37.034vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-amazonexpo_img1 {
    width: 437px;
  }
}

@media screen and (max-width: 768px) {
  .p-amazonexpo__block1text1 {
    margin-inline-start: 8.073vw;
    font-size: 5.859vw;
    color: #1a1a1a;
    line-height: 8.854vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-amazonexpo__block1text1 {
    margin-block-start: 2.203vw;
    font-size: 2.542vw;
    color: #1a1a1a;
    line-height: 3.814vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1180px) {
  .p-amazonexpo__block1text1 {
    margin-block-start: 26px;
    font-size: 30px;
    color: #1a1a1a;
    line-height: 45px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  .p-amazonexpo__block1text2 {
    margin-block-start: 3.255vw;
    margin-inline-start: 8.073vw;
    font-size: 3.646vw;
    color: #1a1a1a;
    line-height: 7.031vw;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-amazonexpo__block1text2 {
    margin-block-start: 2.203vw;
    font-size: 1.525vw;
    color: #1a1a1a;
    line-height: 3.051vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1180px) {
  .p-amazonexpo__block1text2 {
    margin-block-start: 26px;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 36px;
    letter-spacing: 0.05em;
  }
}

.p-amazonexpo__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eaeeef;
  border: 1px #1a1a1a solid;
  color: #1a1a1a;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-amazonexpo__btn {
    margin: 5.859vw auto 0;
    width: 78.125vw;
    height: 13.021vw;
    border-radius: 1.042vw;
    font-size: 3.906vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-amazonexpo__btn {
    margin-block-start: 2.712vw;
    width: 18.644vw;
    height: 5.085vw;
    border-radius: 0.424vw;
    font-size: 1.525vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1180px) {
  .p-amazonexpo__btn {
    margin-block-start: 32px;
    width: 220px;
    height: 60px;
    border-radius: 5px;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}
.p-amazonexpo__btn::after {
  position: absolute;
  content: "";
  background: url(../images/amazonexpo_btn_arrow.svg) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-amazonexpo__btn::after {
    right: 2.604vw;
    top: 50%;
    transform: translateY(-50%);
    width: 1.953vw;
    height: 3.646vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-amazonexpo__btn::after {
    right: 0.847vw;
    top: 50%;
    transform: translateY(-50%);
    width: 0.763vw;
    height: 1.441vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-amazonexpo__btn::after {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 17px;
  }
}

.p-amazonexpo__belt2 {
  position: relative;
}
.p-amazonexpo__belt2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%; /* 親要素の右外側からスタート */
  width: 5000px; /* 十分に大きい値（左側） */
  background-color: #af2839;
}
@media screen and (max-width: 768px) {
  .p-amazonexpo__belt2 {
    margin: 11.979vw 0 0 5.469vw;
    width: 94.531vw;
    height: 17.969vw;
  }
  .p-amazonexpo__belt2::before {
    content: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-amazonexpo__belt2 {
    margin: 3.39vw 0 0 8.475vw;
    width: 63.136vw;
    height: 5.932vw;
  }
  .p-amazonexpo__belt2::before {
    height: 5.932vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-amazonexpo__belt2 {
    margin: 40px 0 0 100px;
    width: 745px;
    height: 70px;
  }
  .p-amazonexpo__belt2::before {
    height: 70px;
  }
}

.p-amazonexpo__block2 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-amazonexpo__block2 {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-amazonexpo__block2 {
    margin: 3.898vw 0 0 12.712vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-amazonexpo__block2 {
    margin: 46px 0 0 150px;
  }
}

@media screen and (max-width: 768px) {
  .p-amazonexpo__block2text1 {
    margin-inline-start: 8.073vw;
    font-size: 5.859vw;
    color: #1a1a1a;
    line-height: 8.854vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-amazonexpo__block2text1 {
    margin-block-start: 1.695vw;
    font-size: 2.542vw;
    color: #1a1a1a;
    line-height: 3.814vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1180px) {
  .p-amazonexpo__block2text1 {
    margin-block-start: 20px;
    font-size: 30px;
    color: #1a1a1a;
    line-height: 45px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  .p-amazonexpo__block2text2 {
    margin-block-start: 3.255vw;
    margin-inline-start: 8.073vw;
    font-size: 3.646vw;
    color: #1a1a1a;
    line-height: 7.031vw;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-amazonexpo__block2text2 {
    margin-block-start: 1.441vw;
    font-size: 1.525vw;
    color: #1a1a1a;
    line-height: 3.051vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1180px) {
  .p-amazonexpo__block2text2 {
    margin-block-start: 17px;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 36px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  .p-amazonexpo_img2 {
    width: 61.328vw;
    margin: 5.99vw auto 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-amazonexpo_img2 {
    width: 39.915vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-amazonexpo_img2 {
    width: 471px;
  }
}

/*-------------------------------
p-compared:他社との比較 
--------------------------------*/
.p-compared {
  background-color: #010101;
}
@media screen and (max-width: 768px) {
  .p-compared {
    background: url(../images/compared_bg_sp.jpg) center bottom no-repeat;
    background-size: 100vw 148.438vw;
    height: 148.438vw;
    padding-block-start: 9.375vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-compared {
    background: url(../images/compared_bg_pc.jpg) center bottom no-repeat;
    background-size: 169.492vw 84.746vw;
    height: 84.746vw;
    padding-block-start: 6.102vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-compared {
    background: url(../images/compared_bg_pc.jpg) center bottom no-repeat;
    background-size: 2000px 1000px;
    height: 1000px;
    padding-block-start: 72px;
  }
}

.p-compared__inner {
  position: relative;
}

.p-compared__title {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-compared__title {
    width: 45.052vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-compared__title {
    width: 24.407vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-compared__title {
    width: 288px;
  }
}

.p-compared__listwrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-compared__listwrap {
    margin: 10.677vw auto 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-compared__listwrap {
    margin: 4.576vw auto 0;
  }
}
@media screen and (min-width: 1180px) {
  .p-compared__listwrap {
    margin: 54px auto 0;
  }
}

.p-compared__caption-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3c485b;
  border-bottom: 1px #ffffff solid;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.05em;
}
.p-compared__caption-list li:first-of-type {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .p-compared__caption-list li:first-of-type {
    height: 11.198vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-compared__caption-list li:first-of-type {
    height: 5.169vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-compared__caption-list li:first-of-type {
    height: 61px;
  }
}
.p-compared__caption-list li:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p-compared__caption-list li:last-of-type {
    height: 19.401vw;
  }
}
@media screen and (max-width: 768px) {
  .p-compared__caption-list li {
    font-size: 3.125vw;
    line-height: 4.688vw;
    width: 20.833vw;
    height: 14.453vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-compared__caption-list li {
    font-size: 1.525vw;
    line-height: 2.288vw;
    width: 21.525vw;
    height: 9.407vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-compared__caption-list li {
    font-size: 18px;
    line-height: 27px;
    width: 254px;
    height: 111px;
  }
}

.p-compared__typical-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #1a1a1a;
  letter-spacing: 0.05em;
  background-color: #cccccc;
  border-bottom: 1px #e6e6e6 solid;
}
.p-compared__typical-list li.p-compared__typical-head {
  border-bottom: none;
  background-color: #333333;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-compared__typical-list li.p-compared__typical-head {
    font-size: 3.125vw;
    width: 29.167vw;
    height: 11.458vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-compared__typical-list li.p-compared__typical-head {
    width: 21.525vw;
    height: 5.169vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-compared__typical-list li.p-compared__typical-head {
    width: 254px;
    height: 61px;
  }
}
.p-compared__typical-list li:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p-compared__typical-list li:last-of-type {
    height: 19.401vw;
  }
}
@media screen and (max-width: 768px) {
  .p-compared__typical-list li {
    width: 29.167vw;
    height: 14.453vw;
    font-size: 3.385vw;
    line-height: 4.948vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-compared__typical-list li {
    width: 21.525vw;
    height: 9.407vw;
    font-size: 1.525vw;
    line-height: 2.288vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-compared__typical-list li {
    width: 254px;
    height: 111px;
    font-size: 18px;
    line-height: 27px;
  }
}

.p-compared__shift-list {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-compared__shift-list {
    margin-block-start: -2.604vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-compared__shift-list {
    margin-block-start: -1.695vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-compared__shift-list {
    margin-block-start: -20px;
  }
}
.p-compared__shift-list .p-compared__crown_icon {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-compared__shift-list .p-compared__crown_icon {
    width: 13.021vw;
    top: -6.771vw;
    left: calc(50% - 6.51vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-compared__shift-list .p-compared__crown_icon {
    width: 6.78vw;
    top: -3.051vw;
    left: calc(50% - 3.39vw);
  }
}
@media screen and (min-width: 1180px) {
  .p-compared__shift-list .p-compared__crown_icon {
    width: 80px;
    top: -36px;
    left: calc(50% - 40px);
  }
}
.p-compared__shift-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-align: center;
  color: #1a1a1a;
  letter-spacing: 0.05em;
  background-color: #ffffff;
}
.p-compared__shift-list li.compared__typical-head {
  border-block-end: none;
  background-color: #94854a;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-compared__shift-list li.compared__typical-head {
    font-weight: 400;
    height: 14.063vw;
    font-size: 4.818vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-compared__shift-list li.compared__typical-head {
    height: 6.864vw;
    font-size: 2.373vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-compared__shift-list li.compared__typical-head {
    height: 81px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-compared__shift-list li:nth-of-type(2) {
    border-block-start: 0.781vw #94854a solid;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-compared__shift-list li:nth-of-type(2) {
    border-block-start: 0.508vw #94854a solid;
  }
}
@media screen and (min-width: 1180px) {
  .p-compared__shift-list li:nth-of-type(2) {
    border-block-start: 6px #94854a solid;
  }
}
@media screen and (max-width: 768px) {
  .p-compared__shift-list li:last-of-type {
    height: 22.135vw;
    border-block-end: 0.781vw #94854a solid;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-compared__shift-list li:last-of-type {
    height: 10.847vw;
    border-block-end: 0.508vw #94854a solid;
  }
}
@media screen and (min-width: 1180px) {
  .p-compared__shift-list li:last-of-type {
    height: 128px;
    border-block-end: 6px #94854a solid;
  }
}
@media screen and (max-width: 768px) {
  .p-compared__shift-list li {
    width: 39.063vw;
    height: 14.453vw;
    font-size: 3.646vw;
    line-height: 5.469vw;
    border-block-end: 1px #cccccc solid;
    border-inline-start: 0.781vw #94854a solid;
    border-inline-end: 0.781vw #94854a solid;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-compared__shift-list li {
    width: 25.424vw;
    height: 9.407vw;
    font-size: 1.695vw;
    line-height: 2.542vw;
    border-block-end: 1px #cccccc solid;
    border-inline-start: 0.508vw #94854a solid;
    border-inline-end: 0.508vw #94854a solid;
  }
}
@media screen and (min-width: 1180px) {
  .p-compared__shift-list li {
    width: 300px;
    height: 111px;
    font-size: 20px;
    line-height: 30px;
    border-block-end: 1px #cccccc solid;
    border-inline-start: 6px #94854a solid;
    border-inline-end: 6px #94854a solid;
  }
}

/*-------------------------------------------------------------------
p-invitation:何もしなければ、5年後も今と同じ不安を感じているかもしれません。 
--------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .p-invitation {
    background: url(../images/invitation_bg_sp.jpg) center bottom no-repeat;
    background-size: 100vw 174.479vw;
    height: 174.479vw;
    padding-block-start: 18.49vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-invitation {
    background: url(../images/invitation_bg_pc.jpg) center bottom no-repeat;
    background-size: 169.492vw 81.186vw;
    height: 81.186vw;
    padding-block-start: 9.831vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-invitation {
    background: url(../images/invitation_bg_pc.jpg) center bottom no-repeat;
    background-size: 2000px 958px;
    height: 958px;
    padding-block-start: 116px;
  }
}

.p-invitation__inner {
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-invitation__catch {
    width: 45.052vw;
    margin-inline-start: 47.917vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-invitation__catch {
    width: 43.644vw;
    margin-inline-start: 39.831vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-invitation__catch {
    width: 515px;
    margin-inline-start: 470px;
  }
}

@media screen and (max-width: 768px) {
  .p-invitation__text {
    font-size: 3.646vw;
    color: #1a1a1a;
    line-height: 6.25vw;
    letter-spacing: 0.05em;
    margin-inline-start: 8.073vw;
    margin-block-end: 3.646vw;
  }
  .p-invitation__text.text1 {
    margin-block-start: 13.021vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-invitation__text {
    font-size: 1.525vw;
    color: #1a1a1a;
    line-height: 3.051vw;
    letter-spacing: 0.05em;
    margin-inline-start: 39.831vw;
    margin-block-end: 1.271vw;
  }
  .p-invitation__text.text1 {
    margin-block-start: 3.898vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-invitation__text {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 36px;
    letter-spacing: 0.05em;
    margin-inline-start: 470px;
    margin-block-end: 15px;
  }
  .p-invitation__text.text1 {
    margin-block-start: 46px;
  }
}
.p-invitation__text strong {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-invitation__list {
    margin: 5.208vw 0 0 8.073vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-invitation__list {
    margin: 2.542vw 0 0 39.831vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-invitation__list {
    margin: 30px 0 0 470px;
  }
}

.p-invitation__list-text {
  position: relative;
  color: #2a3d72;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.p-invitation__list-text::before {
  position: absolute;
  content: "";
  background: url(../images/anxiety_icon.svg) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-invitation__list-text {
    padding-left: 5.208vw;
    font-size: 4.167vw;
    margin-bottom: 3.646vw;
  }
  .p-invitation__list-text::before {
    width: 3.516vw;
    height: 3.516vw;
    background: url(../images/anxiety_icon.svg) left top no-repeat;
    background-size: contain;
    top: 0;
    left: 0.391vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-invitation__list-text {
    padding-left: 3.39vw;
    font-size: 2.034vw;
    margin-bottom: 2.034vw;
  }
  .p-invitation__list-text::before {
    width: 2.034vw;
    height: 2.034vw;
    background: url(../images/anxiety_icon.svg) left top no-repeat;
    background-size: contain;
    top: 0;
    left: 0.254vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-invitation__list-text {
    padding-left: 40px;
    font-size: 24px;
    margin-bottom: 24px;
  }
  .p-invitation__list-text::before {
    width: 24px;
    height: 24px;
    background: url(../images/anxiety_icon.svg) left top no-repeat;
    background-size: contain;
    top: 0;
    left: 3px;
  }
}

/* ボタン:無料説明会の日程についてはこちらから */
.p-invitation__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 768px) {
  .p-invitation__btn {
    background: url(../images/blank_btn_sp.png) center top no-repeat;
    background-size: contain;
    margin: 7.813vw auto 0;
    width: 80.729vw;
    height: 16.927vw;
  }
}
@media screen and (min-width: 769px) {
  .p-invitation__btn {
    background: url(../images/blank_btn_pc.png) center top no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-invitation__btn {
    margin: 8.136vw auto 0;
    width: 64.407vw;
    height: 9.322vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-invitation__btn {
    margin: 96px auto 0;
    width: 760px;
    height: 110px;
  }
}

.p-invitation__btntext1 {
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-invitation__btntext1 {
    line-height: 5.208vw;
    font-size: 3.906vw;
    font-weight: 500;
    padding-left: 1.5em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-invitation__btntext1 {
    line-height: 3.051vw;
    font-size: 2.712vw;
    font-weight: 500;
    letter-spacing: -0.02em;
    padding-left: 2em;
  }
}
@media screen and (min-width: 1180px) {
  .p-invitation__btntext1 {
    line-height: 36px;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.02em;
    padding-left: 2em;
  }
}

.p-invitation__btntext2 {
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-invitation__btntext2 {
    line-height: 4.688vw;
    font-size: 2.865vw;
    padding-left: 1.5em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-invitation__btntext2 {
    line-height: 3.051vw;
    font-size: 1.525vw;
    padding-left: 1.5em;
  }
}
@media screen and (min-width: 1180px) {
  .p-invitation__btntext2 {
    line-height: 36px;
    font-size: 18px;
    padding-left: 1.5em;
  }
}

/*---------------------------------------------------------------------
p-greeting:塾長・副塾長 ご挨拶 
-----------------------------------------------------------------------*/
.p-greeting {
  background-color: #202f51;
}
@media screen and (max-width: 768px) {
  .p-greeting {
    padding: 11.198vw 0 18.229vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-greeting {
    padding: 6.78vw 0 10.847vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-greeting {
    padding: 80px 0 128px;
  }
}

@media screen and (max-width: 768px) {
  .p-greeting__title {
    margin-inline: auto;
    margin-block-end: 11.198vw;
    width: 70.964vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-greeting__title {
    margin-inline: auto;
    margin-block-end: 3.898vw;
    width: 38.644vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-greeting__title {
    margin-inline: auto;
    margin-block-end: 46px;
    width: 456px;
  }
}

.p-greeting__box {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-greeting__box {
    margin-inline: auto;
    margin-block-end: 11.719vw;
    width: 89.063vw;
    padding: 11.458vw 0 12.76vw;
    background: url(../images/greeting_box_head_bg_sp.png), linear-gradient(180deg, transparent 0%, transparent 10.417vw, #eaeeef 10.417vw, #eaeeef 100%);
    background-size: 89.063vw 10.417vw, 89.063vw auto;
    background-position: center top, center top;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-greeting__box {
    margin-inline: auto;
    margin-block-end: 6.78vw;
    width: 84.746vw;
    padding: 5.508vw 0 5.932vw;
    background: url(../images/greeting_box_head_bg_pc.png), linear-gradient(180deg, transparent 0%, transparent 8.475vw, #eaeeef 8.475vw, #eaeeef 100%);
    background-size: 84.746vw 8.475vw, 84.746vw auto;
    background-position: center top, center top;
  }
}
@media screen and (min-width: 1180px) {
  .p-greeting__box {
    margin-inline: auto;
    margin-block-end: 80px;
    width: 1000px;
    padding: 65px 0 70px;
    background: url(../images/greeting_box_head_bg_pc.png), linear-gradient(180deg, transparent 0%, transparent 100px, #eaeeef 100px, #eaeeef 100%);
    background-size: 1000px 100px, 1000px auto;
    background-position: center top, center top;
  }
}
.p-greeting__box.box2 {
  margin-block-end: 0;
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-greeting__box.box2 .p-greeting__photo {
    margin: 4.237vw 0 5.085vw 7.458vw;
    width: 23.729vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-greeting__box.box2 .p-greeting__photo {
    margin: 50px 0 60px 88px;
    width: 280px;
  }
}
.p-greeting__box.box2 .p-greeting__careerlist {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-greeting__box.box2 .p-greeting__careerlist {
    position: relative;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-greeting__box.box2 .p-greeting__careerlist {
    top: 13.22vw;
    left: 34.068vw;
    width: 43.22vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-greeting__box.box2 .p-greeting__careerlist {
    top: 156px;
    left: 402px;
    width: 510px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-greeting__box.box2 .p-greeting__career {
    font-size: 1.271vw;
    line-height: 2.712vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-greeting__box.box2 .p-greeting__career {
    font-size: 15px;
    line-height: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-greeting__box.box2 .p-career__year {
    width: 6.102vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-greeting__box.box2 .p-career__year {
    width: 72px;
  }
}
@media screen and (max-width: 768px) {
  .p-greeting__box.box2 .p-career__text {
    width: 65.104vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-greeting__box.box2 .p-career__text {
    width: 37.119vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-greeting__box.box2 .p-career__text {
    width: 438px;
  }
}

@media screen and (max-width: 768px) {
  .p-greeting__name {
    position: absolute;
    top: 20.052vw;
    left: 48.177vw;
    width: 34.766vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-greeting__name {
    margin-inline-start: 17.797vw;
    margin-block-end: 3.729vw;
    width: 50.847vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-greeting__name {
    margin-inline-start: 210px;
    margin-block-end: 44px;
    width: 600px;
  }
}

.p-greeting__photo {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-greeting__photo {
    margin: 0 0 4.688vw 6.25vw;
    width: 36.458vw;
    filter: drop-shadow(1.563vw 1.563vw 1.563vw rgba(0, 0, 0, 0.15));
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-greeting__photo {
    margin: 4.237vw 0 5.085vw 7.458vw;
    width: 29.661vw;
    filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.15));
  }
}
@media screen and (min-width: 1180px) {
  .p-greeting__photo {
    margin: 50px 0 60px 88px;
    width: 350px;
    filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.15));
  }
}

.p-greeting__careerlist {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-greeting__careerlist {
    position: relative;
    width: 78.776vw;
    margin-inline-start: 5.729vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-greeting__careerlist {
    top: 12.712vw;
    left: 41.017vw;
    width: 43.22vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-greeting__careerlist {
    top: 156px;
    left: 484px;
    width: 510px;
  }
}
.p-greeting__careerlist .p-greeting__career {
  display: flex;
  color: #1a1a1a;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-greeting__careerlist .p-greeting__career {
    font-size: 2.865vw;
    line-height: 5.208vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-greeting__careerlist .p-greeting__career {
    font-size: 1.102vw;
    line-height: 2.288vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-greeting__careerlist .p-greeting__career {
    font-size: 13px;
    line-height: 27px;
  }
}
@media screen and (max-width: 768px) {
  .p-greeting__careerlist .p-career__year {
    width: 13.542vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-greeting__careerlist .p-career__year {
    width: 5.085vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-greeting__careerlist .p-career__year {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-greeting__careerlist .p-career__text {
    width: 63.151vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-greeting__careerlist .p-career__text {
    width: 31.356vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-greeting__careerlist .p-career__text {
    width: 370px;
  }
}

@media screen and (max-width: 768px) {
  .p-greeting__message {
    width: 78.125vw;
    border-left: 1px #1a1a1a solid;
    margin: 7.161vw 0 0 5.599vw;
    padding-inline-start: 3.906vw;
    font-size: 3.646vw;
    line-height: 6.25vw;
    color: #1a1a1a;
    letter-spacing: 0.05em;
    text-align: justify; /* 両端揃え */
    text-justify: inter-ideograph; /* 両端揃えの種類 */
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-greeting__message {
    width: 60vw;
    border-left: 1px #1a1a1a solid;
    margin-inline-start: 12.712vw;
    padding-inline-start: 4.407vw;
    font-size: 1.525vw;
    line-height: 3.051vw;
    color: #1a1a1a;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1180px) {
  .p-greeting__message {
    width: 708px;
    border-left: 1px #1a1a1a solid;
    margin-inline-start: 150px;
    padding-inline-start: 52px;
    font-size: 18px;
    line-height: 36px;
    color: #1a1a1a;
    letter-spacing: 0.05em;
  }
}

/*---------------------------------------------------------------------
p-qa:よくあるご質問
-----------------------------------------------------------------------*/
.p-qa {
  background-color: #eaeeef;
}
@media screen and (max-width: 768px) {
  .p-qa {
    padding: 14.063vw 0 5.208vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-qa {
    padding: 6.441vw 0 2.712vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-qa {
    padding: 76px 0 32px;
  }
}

@media screen and (max-width: 768px) {
  .p-qa__title {
    margin-inline: auto;
    margin-block-end: 11.198vw;
    width: 48.177vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-qa__title {
    margin-inline: auto;
    margin-block-end: 5.932vw;
    width: 26.356vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-qa__title {
    margin-inline: auto;
    margin-block-end: 70px;
    width: 311px;
  }
}

@media screen and (max-width: 768px) {
  .p-qa__list {
    margin-inline: auto;
    width: 89.063vw;
  }
  .p-qa__list li {
    border-bottom: 1px #cccccc solid;
    margin-bottom: 4.167vw;
    padding-bottom: 5.208vw;
  }
  .p-qa__list li:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-qa__list {
    margin-inline: auto;
    width: 84.746vw;
  }
  .p-qa__list li {
    border-bottom: 1px #cccccc solid;
    margin-bottom: 2.797vw;
    padding-bottom: 2.712vw;
  }
  .p-qa__list li:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
@media screen and (min-width: 1180px) {
  .p-qa__list {
    margin-inline: auto;
    width: 1000px;
  }
  .p-qa__list li {
    border-bottom: 1px #cccccc solid;
    margin-bottom: 33px;
    padding-bottom: 32px;
  }
  .p-qa__list li:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
  }
}

.p-qa__head {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-qa__head {
    column-gap: 2.604vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-qa__head {
    column-gap: 1.695vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-qa__head {
    column-gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-qa__qicon {
    width: 6.51vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-qa__qicon {
    width: 4.237vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-qa__qicon {
    width: 50px;
  }
}

.p-qa__qtext {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-qa__qtext {
    height: 6.51vw;
    width: auto;
  }
  .p-qa__qtext > img {
    height: 4.948vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-qa__qtext {
    height: 4.237vw;
    width: auto;
  }
  .p-qa__qtext > img {
    height: 2.458vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-qa__qtext {
    height: 50px;
    width: auto;
  }
  .p-qa__qtext > img {
    height: 29px;
  }
}

.p-qa__answer {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-qa__answer {
    margin-top: 2.604vw;
    column-gap: 2.604vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-qa__answer {
    margin-top: 0.678vw;
    column-gap: 1.695vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-qa__answer {
    margin-top: 8px;
    column-gap: 20px;
  }
}

.p-qa__aicon {
  align-items: flex-start;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .p-qa__aicon {
    width: 6.51vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-qa__aicon {
    width: 4.237vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-qa__aicon {
    width: 50px;
  }
}

.p-qa__atext {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-qa__atext {
    width: 79.948vw;
    font-size: 3.646vw;
    line-height: 6.25vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-qa__atext {
    width: 78.814vw;
    font-size: 1.525vw;
    line-height: 3.051vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1180px) {
  .p-qa__atext {
    width: 930px;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.05em;
  }
}

/*---------------------------------------------------------------------
p-scta:特定商取引法に基づく表記
-----------------------------------------------------------------------*/
.p-scta {
  background-color: #eaeeef;
}
@media screen and (max-width: 768px) {
  .p-scta {
    padding: 7.813vw 0 14.323vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-scta {
    padding: 5.085vw 0 8.475vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-scta {
    padding: 60px 0 100px;
  }
}

@media screen and (max-width: 768px) {
  .p-scta__title {
    font-size: 4.427vw;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-scta__title {
    font-size: 2.034vw;
    text-align: center;
  }
}
@media screen and (min-width: 1180px) {
  .p-scta__title {
    font-size: 24px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .p-sctacontent-box {
    margin: 4.167vw auto 0;
    width: 89.063vw;
    height: 26.042vw;
    border: 1px #cccccc solid;
    border-radius: 2.604vw;
    overflow-y: scroll;
    padding: 2.865vw 6.51vw;
    font-size: 3.125vw;
    line-height: 5.729vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-sctacontent-box {
    margin: 1.695vw auto 0;
    width: 84.746vw;
    height: 12.712vw;
    border: 1px #cccccc solid;
    border-radius: 1.695vw;
    overflow-y: scroll;
    padding: 1.695vw 4.237vw;
    font-size: 1.525vw;
    line-height: 3.051vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1180px) {
  .p-sctacontent-box {
    margin: 20px auto 0;
    width: 1000px;
    height: 150px;
    border: 1px #cccccc solid;
    border-radius: 20px;
    overflow-y: scroll;
    padding: 20px 50px;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  .p-cta {
    margin: 13.021vw auto 0;
    width: 89.063vw;
    height: 108.073vw;
    background-color: #ffffff;
    padding-top: 8.464vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-cta {
    margin: 6.271vw auto 0;
    width: 84.746vw;
    height: 53.39vw;
    background-color: #ffffff;
    padding-top: 6.271vw;
  }
}
@media screen and (min-width: 1180px) {
  .p-cta {
    margin: 74px auto 0;
    width: 1000px;
    height: 630px;
    background-color: #ffffff;
    padding-top: 74px;
  }
}

.p-cta__title {
  color: #171717;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-cta__title {
    font-size: 4.427vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-cta__title {
    font-size: 2.034vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1180px) {
  .p-cta__title {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}

.p-cta__text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-cta__text {
    width: 70.964vw;
    margin: 5.469vw auto 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-cta__text {
    width: 49.492vw;
    margin: 1.864vw auto 0;
  }
}
@media screen and (min-width: 1180px) {
  .p-cta__text {
    width: 584px;
    margin: 22px auto 0;
  }
}

.p-cta__text2 {
  color: #2a3d72;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-cta__text2 {
    margin-top: 4.688vw;
    font-size: 4.167vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-cta__text2 {
    margin-top: 2.373vw;
    font-size: 2.034vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1180px) {
  .p-cta__text2 {
    margin-top: 28px;
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  .p-cta__line_btn {
    display: block;
    width: 80.729vw;
    margin: 5.469vw auto 0;
    filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.15));
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-cta__line_btn {
    display: block;
    width: 60.169vw;
    margin: 2.373vw auto 0;
    filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.15));
  }
}
@media screen and (min-width: 1180px) {
  .p-cta__line_btn {
    display: block;
    width: 710px;
    margin: 28px auto 0;
    filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.15));
  }
}

.p-cta__note {
  color: #1a1a1a;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-cta__note {
    margin-top: 4.167vw;
    font-size: 2.865vw;
    line-height: 4.167vw;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .p-cta__note {
    margin-top: 3.729vw;
    font-size: 1.356vw;
    line-height: 2.712vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1180px) {
  .p-cta__note {
    margin-top: 44px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  .cta__form_link_btn {
    display: block;
    width: 62.5vw;
    margin: 3.125vw auto 0;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .cta__form_link_btn {
    display: block;
    width: 33.898vw;
    margin: 2.034vw auto 0;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
  }
}
@media screen and (min-width: 1180px) {
  .cta__form_link_btn {
    display: block;
    width: 400px;
    margin: 24px auto 0;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
  }
}/*# sourceMappingURL=style.css.map */