@charset "UTF-8";
/*#########################################################

fundation 共通ファイル読み込み 

#########################################################*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1d1d1f;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

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

figure {
  margin: 0 0 0 0;
}

.pc {
  display: block;
}
@media screen and (max-width: 766px) {
  .pc {
    display: none;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .sp {
    display: none;
  }
}
.f_aka {
	color: #FF0004;
}
.text-accent-green{
  color: #009397;          /* 既存で使っているグリーンと同じ */ 
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.text-accent-greenline{
  background: linear-gradient(to top,#009397 50%,transparent 50%);       /* 既存で使っているグリーンと同じ */ 
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
/*------------------------------------------------
* デバイスの横幅が751px以内の場合（＝スマホ）、電話番号リンクが有効。
デバイスの横幅が751px以上の場合（＝タブレット＋PC）、電話番号リンクは無効。
--------------------------------------------------*/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.hover_06 {
  transition-duration: 0.5s;
}
.hover_06:hover {
  opacity: 0.6;
}

/*#########################################################

layout レイアウトファイル読み込み 

#########################################################*/
header {
  position: relative;
  z-index: 10;
}

.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  display: block;
  width: 100%;
  box-shadow: 0px 5px 12px 0px rgba(199, 206, 214, 0.13);
}
@media screen and (min-width: 767px) {
  .l-header {
    height: 80px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-header {
    height: 5.8565153734vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header {
    height: 16vw;
  }
}
.l-header__bg {
  height: 100%;
}
.l-header__inner {
  height: 100%;
}
.l-header__wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .l-header__wrap {
    width: 1320px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-header__wrap {
    width: 96.6325036603vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header__wrap {
    width: 94.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .l-header__logo {
    width: 300px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-header__logo {
    width: 21.9619326501vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header__logo {
    width: 55.4666666667vw;
  }
}
.l-header__nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .l-header__nav {
    width: 1000px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-header__nav {
    width: 54.9048316252vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header__nav {
    width: 49.8666666667vw;
  }
}
.l-header__nav-item {
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 767px) {
  .l-header__nav-item {
    font-size: 14px;
    line-height: 2.0714285714;
    letter-spacing: 0.07em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-header__nav-item {
    font-size: 1.0248901903vw;
  }
}
.l-header__nav-item:hover {
  color: #DB4277;
}
.l-header__textbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .l-header__textbox {
    width: 750px;
    /* transform: translateY(7px);  */
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-header__textbox {
    width: 32.7232796486vw;
    transform: translateY(0.5124450952vw);
  }
}
@media screen and (max-width: 766px) {
  .l-header__textbox {
    display: none;
  }
}
.l-header__btnbox {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .l-header__btnbox .c-btn {
    font-size: 13px;
    line-height: 2.2307692308;
    letter-spacing: 0.07em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-header__btnbox .c-btn {
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header__btnbox .c-btn {
    font-size: calc(11 / 375 * 100vw);
    line-height: 2.6363636364;
    letter-spacing: 0.07em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .l-header__btnbox .c-btn {
    height: 37px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-header__btnbox .c-btn {
    height: 2.7086383602vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header__btnbox .c-btn {
    height: 9.3333333333vw;
  }
}
.l-header__btnbox .course {
  display: flex;
  justify-content: center;
  color: #007F41;
}
@media screen and (min-width: 767px) {
  .l-header__btnbox .course {
    width: 130px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-header__btnbox .course {
    width: 9.5168374817vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header__btnbox .course {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .l-header__btnbox .guidance {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-header__btnbox .guidance {
    margin-left: 0.7320644217vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header__btnbox .guidance {
    margin-left: 0;
    width: 29.3333333333vw;
    margin-left: 3.4666666667vw;
    padding: 0;
  }
}

.l-footer {
  background-color: #DB4277;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .l-footer {
    padding: 70px 0 30px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-footer {
    padding: 5.1244509517vw 0 2.196193265vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer {
    padding: 10.6666666667vw 0 8vw;
  }
}
.l-footer__inner {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .l-footer__inner {
    width: 894px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-footer__inner {
    width: 65.4465592972vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__inner {
    width: 85.3333333333vw;
    margin-left: 8vw;
  }
}
.l-footer__title {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .l-footer__title .title {
    font-size: 30px;
    line-height: 0.85;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-footer__title .title {
    font-size: 2.196193265vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__title .title {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1.1590909091;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__title .title {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-footer__title .title {
    margin-bottom: 1.9033674963vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__title .title {
    margin-bottom: 6.1333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__title .text {
    font-size: 16px;
    line-height: 1.4875;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-footer__title .text {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__title .text {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__title .text {
    margin-bottom: 53px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-footer__title .text {
    margin-bottom: 3.8799414348vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__title .text {
    text-align: start;
    margin-bottom: 10.6666666667vw;
  }
}
.l-footer__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .l-footer__wrap {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-footer__wrap {
    margin-bottom: 4.7584187408vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__wrap {
    margin-bottom: 16vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__item {
    margin-bottom: 7.4666666667vw;
  }
}
.l-footer__item .title {
  position: relative;
}
@media screen and (min-width: 767px) {
  .l-footer__item .title {
    font-size: 16px;
    line-height: 1.4875;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-footer__item .title {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__item .title {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.4875;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__item .title {
    padding-left: 26px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-footer__item .title {
    padding-left: 1.9033674963vw;
    margin-bottom: 0.7320644217vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__item .title {
    padding-left: 5.0666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.l-footer__item .title::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .l-footer__item .title::before {
    width: 10px;
    height: 10px;
    top: 9px;
    left: 7px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-footer__item .title::before {
    width: 0.7320644217vw;
    height: 0.7320644217vw;
    top: 0.6588579795vw;
    left: 0.5124450952vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__item .title::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 2.4vw;
    left: 0vw;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__item .text {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-footer__item .text {
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__item .text {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__item .text {
    padding-left: 7px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-footer__item .text {
    padding-left: 0.5124450952vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__item .text {
    padding-left: 0vw;
  }
}
.l-footer__copyright p {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .l-footer__copyright p {
    font-size: 10px;
    line-height: 2.08;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-footer__copyright p {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__copyright p {
    font-size: calc(10 / 375 * 100vw);
    line-height: 2.08;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

/*#########################################################

component コンポーネントファイル読み込み 

#########################################################*/
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
  overflow: scroll;
}
@media screen and (max-width: 766px) {
  .nav {
    padding: 4.5333333333vw 2.6666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .nav .logo {
    width: 49.8666666667vw;
    margin-bottom: 12.2666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .nav .title {
    width: 47.2vw;
    margin: 0 auto 6.6666666667vw;
  }
}

.slide_menu__wrap {
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .slide_menu__wrap {
    margin: 0 auto 6.6666666667vw;
    width: 83.7333333333vw;
  }
}
.slide_menu__item {
  border-bottom: solid 1px #DEDEDE;
}
@media screen and (max-width: 766px) {
  .slide_menu__item {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.2;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
@media screen and (max-width: 766px) {
  .slide_menu__item {
    height: 15.7333333333vw;
    display: flex;
    align-items: center;
  }
}
.slide_menu__item:last-child {
  border-bottom: none;
}
.slide_menu__item a {
  color: #DB4277;
}
@media screen and (max-width: 766px) {
  .slide_menu__item a {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.8125;
    letter-spacing: 0.07em;
    font-weight: 700;
  }
}
.slide_menu__btnbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .slide_menu__btnbox {
    width: 84vw;
  }
}
@media screen and (max-width: 766px) {
  .slide_menu__btnbox .c-btn {
    width: 41.3333333333vw;
    height: 12vw;
  }
}

/* ナビゲーションボタン（開く） */
#navbtn {
  position: fixed;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  #navbtn {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  #navbtn {
    top: 4vw;
    right: 4.8vw;
    width: 6.4vw;
    height: 5.3333333333vw;
  }
}

#navbtn::before,
#navbtn::after {
  content: "";
  display: block;
  height: 2px;
  border-radius: 1px;
  background-color: #DB4277;
  transform: translateY(12.3px);
  transition: 0.3s ease-in-out;
}

#navbtn::before {
  transform: translateY(-5.8px);
  box-shadow: 0 10px #DB4277;
}

/* ナビゲーションボタン（閉じる） */
.open #navbtn {
  z-index: 100;
}

.open #navbtn::before {
  transform: translateY(2.2px) rotate(-45deg);
  box-shadow: none;
}

.open #navbtn::after {
  transform: rotate(45deg);
  box-shadow: none;
}

/* ナビゲーションメニュー 開いた時*/
.open .nav {
  visibility: visible;
  opacity: 1;
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1.2s;
}
.fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.slick-initialized.slick-slider.slick-dotted {
  position: relative;
}

.slick-dots {
  position: absolute;
  z-index: 3;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 767px) {
  .slick-dots {
    bottom: -26px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .slick-dots {
    bottom: -1.9033674963vw;
  }
}
@media screen and (max-width: 766px) {
  .slick-dots {
    bottom: 1.8666666667vw;
  }
}

.slick-dots li {
  display: inline-block;
}
@media screen and (min-width: 767px) {
  .slick-dots li {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .slick-dots li {
    margin: 0 0.3660322108vw;
  }
}
@media screen and (max-width: 766px) {
  .slick-dots li {
    margin: 0 1.3333333333vw;
  }
}

.slick-dots li button {
  color: transparent;
  outline: none;
  display: block;
  border-radius: 50%;
  border: solid 1px #DB4277;
}
@media screen and (min-width: 767px) {
  .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0 2px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .slick-dots li button {
    width: 0.7320644217vw;
    height: 0.7320644217vw;
    padding: 0 0.1464128843vw;
  }
}
@media screen and (max-width: 766px) {
  .slick-dots li button {
    width: 2vw;
    height: 2vw;
    padding: 0 0.5333333333vw;
  }
}

.slick-dots .slick-active button {
  background-color: #DB4277;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 767px) {
  .slick-prev, .slick-next {
    bottom: -26px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .slick-prev, .slick-next {
    bottom: -1.9033674963vw;
    width: 1.4641288433vw;
    height: 1.4641288433vw;
  }
}
@media screen and (max-width: 766px) {
  .slick-prev, .slick-next {
    top: 50%;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}

.slick-prev {
  background-image: url(../img/common/slick-arrow.svg);
  /* left: clamp(593px, 41.18055vw, 3000px); */
  left: 41.66%;
}
@media screen and (min-width: 767px) {
  .slick-prev {
    transform: scale(-1, 1);
  }
}
@media screen and (max-width: 766px) {
  .slick-prev {
    left: 2.6666666667vw;
    transform: translate(0, -50%) scale(-1, 1);
  }
}

.slick-next {
  background-image: url(../img/common/slick-arrow.svg);
  /* right: clamp(593px, 41.18055vw, 3000px); */
  right: 41.66%;
}
@media screen and (max-width: 766px) {
  .slick-next {
    right: 2.6666666667vw;
    transform: translate(0, -50%);
  }
}

.timeline li {
  position: relative;
  list-style: none;
}
@media screen and (max-width: 766px) {
  .timeline li {
    padding: 0 0 7.2vw 0;
  }
}
.timeline li::after {
  content: "";
  position: absolute;
  background: #DB4277;
  border-radius: 50%;
}
@media screen and (min-width: 767px) {
  .timeline li::after {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .timeline li::after {
    display: block;
    top: 1.6vw;
    left: -1.8666666667vw;
    width: 4vw;
    height: 4vw;
  }
}
@media screen and (max-width: 766px) {
  .timeline .inner {
    margin: 0 0 5.3333333333vw 7.4666666667vw;
  }
}

.border-line {
  position: absolute;
  width: 1px;
  height: 0;
  background: #DB4277;
}
@media screen and (min-width: 767px) {
  .border-line {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .border-line {
    display: block;
    top: 5.3333333333vw;
    left: 0;
  }
}

.p-flow__item.line-height-77 {
  position: relative;
}
.p-flow__item.line-height-77::before {
  content: "";
  position: absolute;
  background-image: url(../img/flow/line-white.png);
}
@media screen and (max-width: 766px) {
  .p-flow__item.line-height-77::before {
    left: -1.8666666667vw;
    bottom: -5.3333333333vw;
    display: block;
    width: 4vw;
    height: 22.9333333333vw;
    z-index: 5;
  }
}

@media screen and (min-width: 767px) {
  .js-header {
    height: 80px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .js-header {
    height: 5.8565153734vw;
  }
}
@media screen and (max-width: 766px) {
  .js-header {
    height: 13.3333333333vw;
  }
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  position: relative;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 767px) {
  .c-btn {
    font-size: 16px;
    line-height: 1.4375;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .c-btn {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .c-btn {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.4375;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .c-btn {
    height: 50px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .c-btn {
    height: 3.6603221083vw;
    padding: 0 1.4641288433vw;
  }
}
@media screen and (max-width: 766px) {
  .c-btn {
    height: 13.3333333333vw;
    padding: 0 2.4vw;
  }
}
.c-btn.bg-white {
  background-color: #fff;
  color: #DB4277;
}
.c-btn.bg-gray {
  background-color: #bababa;
  color: #6F6F6F;
}
.c-btn.bg-orange {
  background-color: #DB4277;
  color: #fff;
}
.c-btn.bg-blue {
  background-color: #009397;
  color: #fff;
}
.c-btn.bg-border {
  border: solid 1px #DB4277;
}
.c-btn .arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.2s ease-in;
  display: block;
  background-image: url(../img/common/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 767px) {
  .c-btn .arrow {
    width: 12px;
    height: 9px;
    right: 26px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .c-btn .arrow {
    width: 0.878477306vw;
    height: 0.6588579795vw;
    right: 1.9033674963vw;
  }
}
@media screen and (max-width: 766px) {
  .c-btn .arrow {
    width: 3.2vw;
    height: 2.4vw;
    right: 6.9333333333vw;
  }
}
.c-btn .arrow.blue {
  background-image: url(../img/common/arrow-blue.svg);
}
.c-btn:hover.bg-white {
  background-color: #DB4277;
  color: #fff;
}
.c-btn:hover.bg-blue {
  background-color: #fff;
  color: #DB4277;
  border: solid 1px #DB4277;
}
.c-btn:hover.bg-border {
  border: none;
  background-color: #DB4277;
  color: #fff;
}
.c-btn:hover .arrow {
  background-image: url(../img/common/arrow-blue.svg);
}
@media screen and (min-width: 767px) {
  .c-btn:hover .arrow {
    transform: translate(5px, -50%);
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .c-btn:hover .arrow {
    transform: translate(0.3660322108vw, -50%);
  }
}
@media screen and (max-width: 766px) {
  .c-btn:hover .arrow {
    transform: translate(1.3333333333vw, -50%);
  }
}
.c-btn:hover .arrow.blue {
  background-image: url(../img/common/arrow-white.svg);
}

.c-title {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.c-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/common/icon-title01.png);
}
@media screen and (min-width: 767px) {
  .c-title::after {
    width: 57px;
    height: 36px;
    top: -50px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .c-title::after {
    width: 4.1727672035vw;
    height: 2.635431918vw;
    top: -3.6603221083vw;
  }
}
@media screen and (max-width: 766px) {
  .c-title::after {
    width: 10.9333333333vw;
    height: 9.6vw;
    top: -11.7333333333vw;
  }
}
.c-title.icon01::after {
  background-image: url(../img/common/icon-title01.png);
}
.c-title.icon02::after {
  background-image: url(../img/common/icon-title02.png);
}
.c-title.icon03::after {
  background-image: url(../img/common/icon-title03.png);
}
.c-title.icon04::after {
  background-image: url(../img/common/icon-title04.png);
}
.c-title.icon05::after {
  background-image: url(../img/common/icon-title05.png);
}
.c-title.icon06::after {
  background-image: url(../img/common/icon-title06.png);
}
/* c-title：サブとメインを強制改行（別行表示） */
.c-title__text-sub,
.c-title__text {
  display: block;
}

/* .c-title は display:flex; のため、サブ→メインの並びは flex-basis を 100% にして確実に改行させる */
.c-title__text-sub {
  flex: 0 0 100%;
}
.c-title__text-sub + .c-title__text {
  flex: 0 0 100%;
}

@media screen and (min-width: 767px) {
  .c-title__text {
    font-size: 40px;
    line-height: 0.575;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .c-title__text {
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 766px) {
  .c-title__text {
    font-size: calc(30 / 375 * 100vw);
    line-height: 0.7666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .c-title__text-sub {
    font-size: 22px;
    line-height: 1.2272727273;
    letter-spacing: 0.09em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .c-title__text-sub {
    font-size: 1.6105417277vw;
  }
}
@media screen and (max-width: 766px) {
  .c-title__text-sub {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
.c-title__label {
  position: absolute;
}
@media screen and (min-width: 767px) {
  .c-title__label {
    top: 1px;
    right: -104px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .c-title__label {
    top: 0.0732064422vw;
    right: -7.6134699854vw;
  }
}
@media screen and (max-width: 766px) {
  .c-title__label {
    top: -9.6vw;
    right: 5.6vw;
  }
}
.c-title__label .text {
  color: #007F41;
  background-color: #F8B968;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.c-title__label .text2 {
  color: #F8E5E9;
  background-color: #E52A56;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 767px) {
  .c-title__label .text,.c-title__label .text2 {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .c-title__label .text,.c-title__label .text2 {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .c-title__label .text,.c-title__label .text2 {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.2;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .c-title__label .text,.c-title__label .text2 {
    width: 75px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .c-title__label .text,.c-title__label .text2 {
    width: 5.4904831625vw;
  }
}
@media screen and (max-width: 766px) {
  .c-title__label .text,.c-title__label .text2 {
    width: 16vw;
  }
}

/*#########################################################

@project プロジェクトファイル読み込み

#########################################################*/


/* ===========================================================
セクション背景カラー

.p-banner {
  background-color: #fff;
}
.p-about {
  background-color: #f8b968;
}
.p-flow {
  background-color: #fff;
}
.p-for {
  background-color: #f8b968;
}
.p-voice {
  background-color: #fff;
}
.p-movie {
  background-color: #F8B968;
}
.p-course {
  background-color: #fff;
}
.p-guidance {
  background-color: #F8B968;
}
.p-guidance2 {
  background-color: #fff;
}
.p-faq {
  background-color: #F8B968;
}
.p-other {
  background-color: #fff;
}
=========================================================== */
/* ===========================================================
   Main Visual (NEW): .p-mv__new
   - standalone block (does not use .p-mv)
   =========================================================== */

.p-mv__new {
  width: 100%;
  background: #FFF;
}

@media screen and (min-width: 767px) {
  .p-mv__new {
    padding: 70px 0 80px;
	  margin-top: -80px;
  }
}
@media screen and (max-width: 766px) {
  .p-mv__new {
    padding: 3vw 0 16vw;
	  margin-top: -5.8565153734vw;
  }
}

/* container */
.p-mv__new-inner {
  width: min(1080px, 92vw);
  margin: 0 auto;
  text-align: center;
}

/* white pill */
.p-mv__new-badge {
  display: inline-block;
  background: #fff;
  color: #DB4277;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 767px) {
  .p-mv__new-badge {
    font-size: 22px;
    padding: 14px 34px;
  }
}
@media screen and (max-width: 766px) {
  .p-mv__new-badge {
    font-size: calc(16 / 375 * 100vw);
    padding: 3.2vw 7vw;
  }
}

/* editable text */
.p-mv__new-for {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 18px 0 8px;
}

@media screen and (min-width: 767px) {
  .p-mv__new-for {
    font-size: 56px;
  }
}
@media screen and (max-width: 766px) {
  .p-mv__new-for {
    font-size: calc(34 / 375 * 100vw);
    margin: 5vw 0 2.8vw;
  }
}

/* title image */
.p-mv__new-title {
  margin: 0;
}

.p-mv__new-title img {
  display: block;
  width: min(980px, 92vw);
  height: auto;
  margin: 0 auto;
}

/* banner image (white card) */
.p-mv__new-banner {
  width: min(980px, 92vw);
  margin: 28px auto 0;
}
@media screen and (max-width: 766px) {
  .p-mv__new-banner {
    margin-top: 6vw;
  }
}

.p-mv__new-banner img {
  display: block;
  width: 100%;
  height: auto;
}

/* note */
.p-mv__new-note {
  line-height: 1.8;
  margin: 22px 0 0;
}
@media screen and (min-width: 767px) {
  .p-mv__new-note { font-size: 18px; }
}
@media screen and (max-width: 766px) {
  .p-mv__new-note { font-size: calc(14 / 375 * 100vw); margin-top: 5vw; }
}

/* note2 */
.p-mv__new-note2 {
  line-height: 1.8;
  margin: 22px 0 0 ;
}
@media screen and (min-width: 767px) {
  .p-mv__new-note2 { font-size: 14px; }
}
@media screen and (max-width: 766px) {
  .p-mv__new-note2 { font-size: calc(12 / 375 * 100vw); margin-top: 5vw; }
}
.p-mv__new-note2 a{
  color: #1a73e8;                 /* p-timetable__event-link と同値 */
  text-decoration: underline;
  text-underline-offset: 0.12em;
  text-decoration-thickness: 1px;
  cursor: pointer;
}

.p-mv__new-note2 a:hover,
.p-mv__new-note2 a:focus-visible{
  text-decoration-thickness: 2px; /* hover/focusで下線を太く */
}

/* CTA */
.p-mv__new-cta {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 766px) {
  .p-mv__new-cta { margin-top: 6vw; }
}



.p-mv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-mv {
    width: 1326px;
    margin-top: -80px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-mv {
    width: 97.0717423133vw;
    margin-top: -5.8565153734vw;
  }
}
@media screen and (max-width: 766px) {
  .p-mv {
    width: 100vw;
    padding-top: 0;
  }
}
.p-mv__textarea {
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-mv__textarea {
    width: 677.35px;
    height: 650px;
    background-image: url(../img/mv/mv_bg-pc.png);
    margin: 50px 0;
    padding: 106px 0;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-mv__textarea {
    width: 49.5863836018vw;
    height: 47.5841874085vw;
    margin: 3.6603221083vw 0;
    padding: 7.7598828697vw 0;
  }
}
@media screen and (max-width: 766px) {
  .p-mv__textarea {
    width: 100vw;
    margin-bottom: 12.8vw;
  }
}
.p-mv__textarea::before, .p-mv__textarea::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 767px) {
  .p-mv__textarea::before, .p-mv__textarea::after {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .p-mv__textarea::before, .p-mv__textarea::after {
    display: block;
    width: 14.6666666667vw;
    height: 30.6666666667vw;
    top: 30.4vw;
  }
}
.p-mv__textarea::before {
  background-image: url(../img/mv/icon01-sp.png);
}
@media screen and (max-width: 766px) {
  .p-mv__textarea::before {
    left: 0vw;
  }
}
.p-mv__textarea::after {
  background-image: url(../img/mv/icon02-sp.png);
}
@media screen and (max-width: 766px) {
  .p-mv__textarea::after {
    right: 0vw;
  }
}
@media screen and (min-width: 767px) {
  .p-mv__textarea .p-mv__text-sub {
    font-size: 30px;
    line-height: 1.2666666667;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-mv__textarea .p-mv__text-sub {
    font-size: 2.196193265vw;
  }
}
@media screen and (max-width: 766px) {
  .p-mv__textarea .p-mv__text-sub {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.4615384615;
    letter-spacing: 0.07em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-mv__textarea .p-mv__text-sub {
    margin-bottom: 20px;
    transform: translateX(21px);
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-mv__textarea .p-mv__text-sub {
    margin-bottom: 1.4641288433vw;
    transform: translateX(1.5373352855vw);
  }
}
@media screen and (max-width: 766px) {
  .p-mv__textarea .p-mv__text-sub {
    margin-bottom: 2.4vw;
  }
}
.p-mv__textarea .p-mv__title {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-mv__textarea .p-mv__title {
    width: 468.66px;
    transform: translateX(21px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-mv__textarea .p-mv__title {
    width: 34.3089311859vw;
    transform: translateX(1.5373352855vw);
    margin-bottom: 2.196193265vw;
  }
}
@media screen and (max-width: 766px) {
  .p-mv__textarea .p-mv__title {
    width: 82.648vw;
    margin-bottom: 3.7333333333vw;
  }
}
.p-mv__textarea .p-mv__read {
  color: #009397;
}
@media screen and (min-width: 767px) {
  .p-mv__textarea .p-mv__read {
    font-size: 18px;
    line-height: 1.8888888889;
    letter-spacing: 0.07em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-mv__textarea .p-mv__read {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 766px) {
  .p-mv__textarea .p-mv__read {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.07em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-mv__textarea .p-mv__read {
    transform: translateX(21px);
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-mv__textarea .p-mv__read {
    transform: translateX(1.5373352855vw);
  }
}
@media screen and (min-width: 767px) {
  .p-mv__textarea .p-mv__text {
    font-size: 18px;
    line-height: 1.8888888889;
    letter-spacing: 0.07em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-mv__textarea .p-mv__text {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 766px) {
  .p-mv__textarea .p-mv__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.07em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-mv__textarea .p-mv__text {
    transform: translateX(21px);
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-mv__textarea .p-mv__text {
    transform: translateX(1.5373352855vw);
    margin-bottom: 2.1229868228vw;
  }
}
@media screen and (max-width: 766px) {
  .p-mv__textarea .p-mv__text {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 767px) {
  .p-mv__imgarea {
    width: 500px;
    transform: translate(-64px, -4px);
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-mv__imgarea {
    width: 36.6032210835vw;
    transform: translate(-4.6852122987vw, -0.2928257687vw);
  }
}
@media screen and (max-width: 766px) {
  .p-mv__imgarea {
    width: 100vw;
  }
}
.p-mv .c-btn__position {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-mv .c-btn__position {
    width: 300px;
    transform: translateX(21px);
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-mv .c-btn__position {
    width: 21.9619326501vw;
    transform: translateX(1.5373352855vw);
  }
}
@media screen and (max-width: 766px) {
  .p-mv .c-btn__position {
    width: 64vw;
  }
}

/* ===========================================================
   Banner section
   =========================================================== */



/* section padding: p-flow 相当のリズム */
@media screen and (min-width: 767px) {
  .p-banner {
    padding: 128px 0 130px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-banner {
    padding: 9.3704245974vw 0 9.5168374817vw;
  }
}
@media screen and (max-width: 766px) {
  .p-banner {
    padding: 22.9333333333vw 0 17.6vw;
  }
}

/* title size / spacing: p-flow 相当 */
@media screen and (min-width: 767px) {
  .p-banner .c-title {
    width: 628px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-banner .c-title {
    width: 45.9736456808vw;
    margin-bottom: 4.6852122987vw;
  }
}
@media screen and (max-width: 766px) {
  .p-banner .c-title {
    width: 84vw;
    margin-bottom: 11.7333333333vw;
  }
}

/* sub title spacing */
@media screen and (min-width: 767px) {
  .p-banner .c-title__text-sub {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-banner .c-title__text-sub {
    margin-bottom: 1.4641288433vw;
  }
}
@media screen and (max-width: 766px) {
  .p-banner .c-title__text-sub {
    margin-bottom: 2.9333333333vw;
  }
}

/* banner wrap width: p-flow__wrap の幅感に合わせる */
.p-banner__wrap {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-banner__wrap {
    width: 1080px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-banner__wrap {
    width: 79.0629575403vw;
  }
}
@media screen and (max-width: 766px) {
  .p-banner__wrap {
    width: 92vw;
  }
}

/* banner */
.p-banner__link {
  display: block;
}
.p-banner__picture {
  display: block;
}
.p-banner__img {
  display: block;
  width: 100%;
  height: auto;
}



/* hover（任意） */
.p-banner__link:hover .p-banner__img {
  opacity: 0.92;
}



@media screen and (min-width: 767px) {
  .p-about {
    padding: 105px 0 140px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about {
    padding: 7.6866764275vw 0 10.2489019034vw;
  }
}
@media screen and (max-width: 766px) {
  .p-about {
    overflow: hidden;
    padding: 30.4vw 0 6.9333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-about .c-title {
    margin-bottom: 50px;
    transform: translateX(-7px);
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about .c-title {
    margin-bottom: 3.6603221083vw;
    transform: translateX(-0.5124450952vw);
  }
}
@media screen and (max-width: 766px) {
  .p-about .c-title {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-about .c-title img {
    width: 223px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about .c-title img {
    width: 16.3250366032vw;
  }
}
@media screen and (max-width: 766px) {
  .p-about .c-title img {
    width: 45.232vw;
  }
}
@media screen and (min-width: 767px) {
  .p-about .c-title__text {
    transform: translate(3px, 17px);
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about .c-title__text {
    transform: translate(0.2196193265vw, 1.2445095168vw);
  }
}
@media screen and (max-width: 766px) {
  .p-about .c-title__text {
    transform: translate(0.2666666667vw, 2.6666666667vw);
  }
}
.p-about__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-about__wrap {
    width: 1080px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about__wrap {
    width: 79.0629575403vw;
  }
}
@media screen and (max-width: 766px) {
  .p-about__wrap {
    width: 84vw;
  }
}
.p-about__item {
  border: solid 1px #DB4277;
  border-radius: 25px;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .p-about__item {
    width: 325px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about__item {
    width: 23.7920937042vw;
    padding: 2.196193265vw 0;
  }
}
@media screen and (max-width: 766px) {
  .p-about__item {
    width: 84vw;
    padding: 8vw 0 11.4666666667vw;
    margin-bottom: 8vw;
  }
}
/* =========================================
   About：カウント（日本語／大きめ／色は別クラスで切替）
   既存 .p-about__item .count は触らない
========================================= */
.p-about__count-ja {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 10px;
}

/* PC */
@media screen and (min-width: 767px) {
  .p-about__count-ja {
    font-size: 28px; /* 既存20pxより大きく */
  }
}

/* タブレット（767-1366） */
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about__count-ja {
    font-size: 2.0497803807vw; /* 28 / 1366 * 100 */
  }
}

/* SP */
@media screen and (max-width: 766px) {
  .p-about__count-ja {
    font-size: calc(26 / 375 * 100vw); /* SPも大きめ */
    margin-bottom: 2.6666666667vw;
  }
}

/* 色だけを切り替えるクラス（3色） */
.p-about__count--red { color: #e83532; } /* 既存のオレンジ */
.p-about__count--orange  { color: #DB4277; } /* サイトで使っているグリーン */
.p-about__count--teal   { color: #009397; } /* サイトで使っている青緑 */

.p-about__item .count {
  color: #DB4277;
  font-family: "Chakra Petch", sans-serif;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-about__item .count {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about__item .count {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 766px) {
  .p-about__item .count {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-about__item .count {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about__item .count {
    margin-bottom: 0.5856515373vw;
  }
}
@media screen and (max-width: 766px) {
  .p-about__item .count {
    margin-bottom: 2.1333333333vw;
  }
}
.p-about__item .icon {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-about__item .icon {
    width: 150px;
    height: 105px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about__item .icon {
    width: 10.980966325vw;
    height: 7.6866764275vw;
    margin-bottom: 0.878477306vw;
  }
}
@media screen and (max-width: 766px) {
  .p-about__item .icon {
    width: 40vw;
    height: 28vw;
    margin-bottom: 3.2vw;
  }
}
.p-about__item .title {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-about__item .title {
    font-size: 18px;
    line-height: 1.6666666667;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about__item .title {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 766px) {
  .p-about__item .title {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.8125;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-about__item .title {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about__item .title {
    margin-bottom: 1.317715959vw;
  }
}
@media screen and (max-width: 766px) {
  .p-about__item .title {
    margin-bottom: 4.8vw;
  }
}
.p-about__item .text {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-about__item .text {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about__item .text {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 766px) {
  .p-about__item .text {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .p-about__item .text {
    width: 275px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about__item .text {
    width: 20.1317715959vw;
  }
}
@media screen and (max-width: 766px) {
  .p-about__item .text {
    width: 73.3333333333vw;
  }
}


@media screen and (min-width: 767px) {
  .p-flow {
    padding: 128px 0 130px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow {
    padding: 9.3704245974vw 0 9.5168374817vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow {
    padding: 22.9333333333vw 0 17.6vw;
  }
}
@media screen and (min-width: 767px) {
  .p-flow .c-title {
    width: 628px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow .c-title {
    width: 45.9736456808vw;
    margin-bottom: 4.6852122987vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow .c-title {
    width: 84vw;
    margin-bottom: 11.7333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-flow .c-title__text-sub {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow .c-title__text-sub {
    margin-bottom: 1.4641288433vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow .c-title__text-sub {
    margin-bottom: 2.9333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow .c-title__text {
    font-size: calc(26 / 375 * 100vw);
    line-height: 0.9153846154;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
.p-flow__wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .p-flow__wrap {
    width: 1080px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__wrap {
    width: 79.0629575403vw;
    margin-bottom: 0.2928257687vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__wrap {
    width: 92vw;
    margin: 0 0 1.0666666667vw 8vw;
  }
}
@media screen and (min-width: 767px) {
  .p-flow__item {
    width: 326px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__item {
    width: 23.8653001464vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__item {
    width: 100%;
  }
}
.p-flow__item .count {
  font-family: "Chakra Petch", sans-serif;
}
@media screen and (min-width: 767px) {
  .p-flow__item .count {
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__item .count {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__item .count {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5555555556;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-flow__item .count {
    width: 326px;
    color: #fff;
    text-align: center;
    height: 29px;
    background-image: url(../img/flow/bg-step.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__item .count {
    width: 23.8653001464vw;
    height: 2.1229868228vw;
    margin-bottom: 1.4641288433vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__item .count {
    color: #DB4277;
    margin-bottom: 0.8vw;
  }
}
.p-flow__item .title {
  color: #DB4277;
}
@media screen and (min-width: 767px) {
  .p-flow__item .title {
    font-size: 20px;
    line-height: 1.19;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__item .title {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__item .title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.19;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-flow__item .title {
    text-align: center;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__item .title {
    margin-bottom: 1.756954612vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__item .title {
    text-align: start;
    margin-bottom: 4vw;
  }
}
.p-flow__item .tub-position {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .p-flow__item .tub-position {
    height: 64px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__item .tub-position {
    height: 4.6852122987vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__item .tub-position {
    margin-bottom: -2.1333333333vw;
    height: auto;
  }
}
.p-flow__item .tub {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 766px) {
  .p-flow__item .tub {
    position: initial;
    transform: translateX(0);
  }
}
.p-flow__item .tub span {
  color: #FFF;
  background-color: #F8B968;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .p-flow__item .tub span {
    font-size: 12px;
    line-height: 1.9833333333;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__item .tub span {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__item .tub span {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.9833333333;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-flow__item .tub span {
    margin: 0 10px 10px 0;
    height: 30px;
    padding: 0 18px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__item .tub span {
    margin: 0 0.7320644217vw 0.7320644217vw 0;
    height: 2.196193265vw;
    padding: 0 1.317715959vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__item .tub span {
    margin-right: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    height: 8vw;
    padding: 0 4.8vw;
  }
}
.p-flow__item .icon {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-flow__item .icon {
    width: 146px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__item .icon {
    width: 10.6881405564vw;
    margin-bottom: 1.8301610542vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__item .icon {
    width: 39.4666666667vw;
    transform: translateX(-7.4666666667vw);
    margin-bottom: 6.6666666667vw;
  }
}
/* =========================================
   Flow item: lead text (between title and text)
========================================= */
.p-flow__item .p-flow__lead {
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 10px;
}

/* PC */
@media screen and (min-width: 767px) {
  .p-flow__item .p-flow__lead {
    font-size: 18px; /* titleより小さく、textより大きい想定 */
    margin-bottom: 12px;
  }
}

/* Tablet */
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__item .p-flow__lead {
    font-size: 1.3177159590vw; /* 18 / 1366 * 100 */
    margin-bottom: 0.8784773060vw; /* 12 / 1366 * 100 */
  }
}

/* SP */
@media screen and (max-width: 766px) {
  .p-flow__item .p-flow__lead {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: 2.6666666667vw;
  }
}

@media screen and (min-width: 767px) {
  .p-flow__item .text {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__item .text {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__item .text {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .p-flow__item .text {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__item .text {
    margin-bottom: 0.7320644217vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__item .text {
    width: 77.3333333333vw;
    margin-bottom: 1.6vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__item .text.m-step02 {
    margin: -4.5333333333vw 0 -2.4vw;
  }
}
@media screen and (min-width: 767px) {
  .p-flow__item .read {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__item .read {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__item .read {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__item .read {
    width: 74.6666666667vw;
    margin-bottom: 0.2666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .p-flow__item .read-sub {
    font-size: 10px;
    line-height: 1.92;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__item .read-sub {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__item .read-sub {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1.92;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
.p-flow__arrow {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-flow__arrow {
    width: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__arrow {
    width: 2.196193265vw;
    margin-bottom: 0.7320644217vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__arrow {
    width: 4.2666666667vw;
    margin: -6.1333333333vw auto 5.6vw;
  }
}
.p-flow__textwrap {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-flow__textwrap {
    width: 1080px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__textwrap {
    width: 57.8330893119vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__textwrap {
    width: 92.5333333333vw;
  }
}
.p-flow__textwrap .read {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-flow__textwrap .read {
    font-size: 22px;
    line-height: 2.0454545455;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__textwrap .read {
    font-size: 1.6105417277vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__textwrap .read {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.9125;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
.p-flow__textwrap .text {
  color: #DB4277;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-flow__textwrap .text {
    font-size: 22px;
    line-height: 1.7307692308;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__textwrap .text {
    font-size: 1.9033674963vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__textwrap .text {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
.p-flow__textwrap .icon {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 767px) {
  .p-flow__textwrap .icon {
    width: 50px;
    top: 6px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__textwrap .icon {
    width: 3.6603221083vw;
    top: 0.439238653vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__textwrap .icon {
    width: 13.3333333333vw;
    top: 9.8666666667vw;
  }
}


@media screen and (min-width: 767px) {
  .p-for {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-for {
    padding: 8.78477306vw 0;
  }
}
@media screen and (max-width: 766px) {
  .p-for {
    padding: 22.6666666667vw 0 7.2vw;
  }
}
@media screen and (min-width: 767px) {
  .p-for .c-title {
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-for .c-title {
    margin-bottom: 4.2459736457vw;
  }
}
@media screen and (max-width: 766px) {
  .p-for .c-title {
    margin-bottom: 6.1333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-for .c-title::after {
    top: -59px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-for .c-title::after {
    top: -4.3191800878vw;
  }
}
@media screen and (max-width: 766px) {
  .p-for .c-title::after {
    top: -12.5333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-for .c-title__text {
    font-size: 36px;
    line-height: 0.9583333333;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-for .c-title__text {
    font-size: 2.635431918vw;
  }
}
@media screen and (max-width: 766px) {
  .p-for .c-title__text {
    font-size: calc(25 / 375 * 100vw);
    line-height: 1.38;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.p-for__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-for__wrap {
    width: 1080px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-for__wrap {
    width: 79.0629575403vw;
  }
}
@media screen and (max-width: 766px) {
  .p-for__wrap {
    width: 84vw;
  }
}
.p-for__item {
  border-radius: 25px;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-for__item {
    width: 515px;
    padding: 30px 0 34px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-for__item {
    width: 37.701317716vw;
    padding: 2.196193265vw 0 2.4890190337vw;
  }
}
@media screen and (max-width: 766px) {
  .p-for__item {
    width: 84vw;
    padding: 8vw 0 9.0666666667vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 767px) {
  .p-for__item .title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-for__item .title {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 766px) {
  .p-for__item .title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-for__item .title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-for__item .title {
    margin-bottom: 1.4641288433vw;
  }
}
@media screen and (max-width: 766px) {
  .p-for__item .title {
    margin-bottom: 5.3333333333vw;
  }
}
.p-for__item .icon {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-for__item .icon {
    width: 150px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-for__item .icon {
    width: 10.980966325vw;
    margin-bottom: 1.317715959vw;
  }
}
@media screen and (max-width: 766px) {
  .p-for__item .icon {
    width: 40vw;
    margin-bottom: 4.8vw;
  }
}
@media screen and (min-width: 767px) {
  .p-for__item .text {
    padding: 0 42px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-for__item .text {
    padding: 0 3.074670571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-for__item .text {
    padding: 0 6.9333333333vw;
  }
}
.p-for__item .text li {
  text-align: start;
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-for__item .text li {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-for__item .text li {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 766px) {
  .p-for__item .text li {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .p-for__item .text li {
    padding-left: 29px;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-for__item .text li {
    padding-left: 2.1229868228vw;
    margin-bottom: 1.5373352855vw;
  }
}
@media screen and (max-width: 766px) {
  .p-for__item .text li {
    padding-left: 7.7333333333vw;
    margin-bottom: 3.2vw;
  }
}
.p-for__item .text li::before {
  content: url(../img/for/quotation.svg);
  position: absolute;
}
@media screen and (min-width: 767px) {
  .p-for__item .text li::before {
    transform: translate(-31px, 4px);
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-for__item .text li::before {
    transform: translate(-2.2693997072vw, 0.2928257687vw);
  }
}
@media screen and (max-width: 766px) {
  .p-for__item .text li::before {
    transform: translate(-8.2666666667vw, 1.0666666667vw);
  }
}
.p-for__item .text li:last-child {
  margin-bottom: 0;
}


@media screen and (min-width: 767px) {
  .p-voice {
    padding: 134px 0 144px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-voice {
    padding: 9.8096632504vw 0 10.541727672vw;
  }
}
@media screen and (max-width: 766px) {
  .p-voice {
    padding: 20.5333333333vw 0 12.2666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .p-voice .c-title {
    width: 341px;
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-voice .c-title {
    width: 24.9633967789vw;
    margin-bottom: 3.0014641288vw;
  }
}
@media screen and (max-width: 766px) {
  .p-voice .c-title {
    width: 84vw;
  }
}
@media screen and (max-width: 766px) {
  .p-voice .c-title::after {
    top: -13.6vw;
  }
}
@media screen and (min-width: 767px) {
  .p-voice .c-title__text {
    font-size: 36px;
    line-height: 1.0416666667;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-voice .c-title__text {
    font-size: 2.635431918vw;
  }
}
@media screen and (max-width: 766px) {
  .p-voice .c-title__text {
    font-size: calc(28 / 375 * 100vw);
    line-height: 1.3392857143;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 766px) {
  .p-voice .c-title__text-sub {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-voice .c-title__text-sub {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-voice .c-title__text-sub {
    margin-bottom: 1.0980966325vw;
  }
}
@media screen and (max-width: 766px) {
  .p-voice .c-title__text-sub {
    margin-bottom: 0.5333333333vw;
  }
}
.p-voice__item {
  background-color: rgba(219, 66, 119,0.40);
  border-radius: 25px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-voice__item {
    width: 345px;
    padding: 25px 27px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-voice__item {
    width: 24.1581259151vw;
    padding: 1.8301610542vw 1.9765739385vw;
  }
}
@media screen and (max-width: 766px) {
  .p-voice__item {
    width: 84vw;
    padding: 6.6666666667vw 7.2vw 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-voice__item .text {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-voice__item .text {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 766px) {
  .p-voice__item .text {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .p-voice__item .text {
    width: 250px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-voice__item .text {
    width: 18.3016105417vw;
  }
}
@media screen and (max-width: 766px) {
  .p-voice__item .text {
    width: 56.2666666667vw;
  }
}
.p-voice__item .icon {
  position: absolute;
}
@media screen and (min-width: 767px) {
  .p-voice__item .icon {
    top: -13px;
    right: 10px;
    width: 60px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-voice__item .icon {
    top: -0.9516837482vw;
    right: 0.7320644217vw;
    width: 4.39238653vw;
  }
}
@media screen and (max-width: 766px) {
  .p-voice__item .icon {
    top: -2.9333333333vw;
    right: 6.9333333333vw;
    width: 16vw;
  }
}
@media screen and (min-width: 767px) {
  .p-voice__item-space {
    padding: 25px 0;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-voice__item-space {
    padding: 1.8301610542vw 0;
  }
}
@media screen and (max-width: 766px) {
  .p-voice__item-space {
    padding: 6.6666666667vw 0;
  }
}
@media screen and (max-width: 766px) {
  .p-voice .slider_voice-pc {
    display: none;
  }
}
.p-voice .slider_voice-pc .p-voice__item-space:nth-child(even) .icon {
  transform: scale(-1, 1);
}
@media screen and (min-width: 767px) {
  .p-voice .slider_voice-sp {
    display: none;
  }
}
.p-voice .slider_voice-sp .p-voice__item-space {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 766px) {
  .p-voice .slider_voice-sp .p-voice__item-space .p-voice__item:first-child {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .p-voice .slider_voice-sp .p-voice__item-space .p-voice__item:last-child {
    padding-left: 18.4vw;
  }
}
.p-voice .slider_voice-sp .p-voice__item-space .p-voice__item:last-child .icon {
  right: auto;
}
@media screen and (max-width: 766px) {
  .p-voice .slider_voice-sp .p-voice__item-space .p-voice__item:last-child .icon {
    left: 2.6666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .p-voice .slider_voice-sp .p-voice__item-space .p-voice__item:last-child.icon06 .icon {
    left: 0.5333333333vw;
  }
}


@media screen and (min-width: 767px) {
  .p-movie {
    padding: 91px 0 100px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-movie {
    padding: 6.6617862372vw 0 7.3206442167vw;
  }
}
@media screen and (max-width: 766px) {
  .p-movie {
    padding: 13.3333333333vw 0 15.7333333333vw;
  }
}
.p-movie__title {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-movie__title {
    font-size: 33px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-movie__title {
    font-size: 2.4158125915vw;
  }
}
@media screen and (max-width: 766px) {
  .p-movie__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1.3181818182;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-movie__title {
    width: 450px;
    transform: translateX(17px);
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-movie__title {
    width: 32.9428989751vw;
    transform: translateX(1.2445095168vw);
    margin-bottom: 2.7818448023vw;
  }
}
@media screen and (max-width: 766px) {
  .p-movie__title {
    margin: 0 auto 7.4666666667vw;
    width: 87.2vw;
  }
}
.p-movie__title p {
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .p-movie__title p {
    margin-left: -45px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-movie__title p {
    margin-left: -3.2942898975vw;
  }
}
.p-movie__title .num {
  display: inline-block;
  font-family: "Chakra Petch", sans-serif;
  color: #DB4277;
}
@media screen and (min-width: 767px) {
  .p-movie__title .num {
    font-size: 48px;
    line-height: 0.6041666667;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-movie__title .num {
    margin: 0 6px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-movie__title .num {
    font-size: 3.513909224vw;
    margin: 0 0.439238653vw;
  }
}
@media screen and (max-width: 766px) {
  .p-movie__title .num {
    font-size: calc(36 / 375 * 100vw);
    line-height: 0.8055555556;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 766px) {
  .p-movie__title .num {
    width: 7vw;
  }
}
@media screen and (min-width: 767px) {
  .p-movie__title .text {
    font-size: 36px;
    line-height: 0.8055555556;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-movie__title .text {
    font-size: 2.635431918vw;
  }
}
@media screen and (max-width: 766px) {
  .p-movie__title .text {
    font-size: calc(25 / 375 * 100vw);
    line-height: 1.16;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
/* @media screen and (max-width: 766px) {
  .p-movie__title .text {
    margin-left: -2.6666666667vw;
  }
} */
@media screen and (min-width: 767px) {
  .p-movie__title .text .en {
    font-size: 36px;
    line-height: 0.8055555556;
    letter-spacing: -0.15em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-movie__title .text .en {
    font-size: 2.635431918vw;
  }
}
@media screen and (max-width: 766px) {
  .p-movie__title .text .en {
    font-size: calc(25 / 375 * 100vw);
    line-height: 1.16;
    letter-spacing: -0.15em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-movie__title .text .en {
    /* margin-left: -12px; */
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-movie__title .text .en {
    /* margin-left: -0.878477306vw; */
  }
}
@media screen and (min-width: 767px) {
  .p-movie__title .text .ja {
    font-size: 36px;
    line-height: 0.8055555556;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-movie__title .text .ja {
    font-size: 2.635431918vw;
  }
}
@media screen and (max-width: 766px) {
  .p-movie__title .text .ja {
    font-size: calc(25 / 375 * 100vw);
    line-height: 1.16;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-movie__title .text .ja {
    /* margin-left: -12px; */
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-movie__title .text .ja {
    /* margin-left: -0.878477306vw; */
  }
}
@media screen and (max-width: 766px) {
  .p-movie__title .text .ja {
    /* margin-left: -2.1333333333vw; */
    padding-left: 0;
  }
}
.p-movie__title::before, .p-movie__title::after {
  content: "";
  position: absolute;
  display: block;
  top: 72%;
  transform: translateY(-50%);
  background-color: #DB4277;
  height: 1px;
  width: 33px;
}
/* @media screen and (max-width: 766px) {
  .p-movie__title::before, .p-movie__title::after {
    display: none;
  }
} */
.p-movie__title::before {
  transform: translateY(-50%) rotate(66deg);
}
@media screen and (min-width: 767px) {
  .p-movie__title::before {
    left: -45px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-movie__title::before {
    left: -3.2942898975vw;
  }
}
@media screen and (max-width: 766px) {
  .p-movie__title::before {
    left: -2.6666666667vw;
  }
}
.p-movie__title::after {
  transform: translateY(-50%) rotate(116deg);
}
@media screen and (min-width: 767px) {
  .p-movie__title::after {
    right: -10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-movie__title::after {
    right: -0.7320644217vw;
  }
}
@media screen and (max-width: 766px) {
  .p-movie__title::after {
    right: -2.9333333333vw;
  }
}
.p-movie__position {
  display: flex;
  justify-content: center;
}
.p-movie__item {
  border: solid 30px #DB4277;
  border-radius: 25px;
  display: inline-block;
}
@media screen and (min-width: 767px) {
  .p-movie__item {
    border: solid 30px #DB4277;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-movie__item {
    border: solid 2.196193265vw #DB4277;
  }
}
@media screen and (max-width: 766px) {
  .p-movie__item {
    border: solid 4vw #DB4277;
  }
}
.p-movie__item iframe {
  transform: scale(1.01, 1.01);
}
@media screen and (min-width: 767px) {
  .p-movie__item iframe {
    width: 663px;
    height: 397px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-movie__item iframe {
    width: 48.5358711567vw;
    height: 29.0629575403vw;
  }
}
@media screen and (max-width: 766px) {
  .p-movie__item iframe {
    width: 76vw;
    height: 45.3333333333vw;
  }
}


@media screen and (min-width: 767px) {
  .p-course {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-course {
    padding: 3.6603221083vw 0;
  }
}
@media screen and (max-width: 766px) {
  .p-course {
    padding: 10.6666666667vw 0;
  }
}
.p-course__inner {
  background-color: #fff;
  border-radius: 25px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-course__inner {
    padding: 102px 0 55px;
    width: 1200px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-course__inner {
    padding: 7.467057101vw 0 4.0263543192vw;
    width: 87.8477306003vw;
  }
}
@media screen and (max-width: 766px) {
  .p-course__inner {
    padding: 22.9333333333vw 0 7.4666666667vw;
    width: 92vw;
  }
}
@media screen and (min-width: 767px) {
  .p-course .c-title {
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-course .c-title {
    margin-bottom: 1.5373352855vw;
  }
}
@media screen and (max-width: 766px) {
  .p-course .c-title {
    margin-bottom: 5.6vw;
  }
}
@media screen and (max-width: 766px) {
  .p-course .c-title::after {
    width: 16vw;
    height: 11.7333333333vw;
    top: -16.2666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .p-course .c-title__text .bold {
    font-size: 36px;
    line-height: 0.8333333333;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-course .c-title__text .bold {
    font-size: 2.635431918vw;
  }
}
@media screen and (max-width: 766px) {
  .p-course .c-title__text .bold {
    font-size: calc(25 / 375 * 100vw);
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-course .c-title__text .small {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-course .c-title__text .small {
    font-size: 2.196193265vw;
  }
}
@media screen and (max-width: 766px) {
  .p-course .c-title__text .small {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-course .c-title__text .small {
    margin-right: 4px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-course .c-title__text .small {
    margin-right: 0.2928257687vw;
  }
}
@media screen and (max-width: 766px) {
  .p-course .c-title__text .small {
    margin-right: 1.0666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .p-course .c-title__text .bold02 {
    font-size: 36px;
    line-height: 1.0416666667;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-course .c-title__text .bold02 {
    font-size: 2.635431918vw;
  }
}
@media screen and (max-width: 766px) {
  .p-course .c-title__text .bold02 {
    font-size: calc(28 / 375 * 100vw);
    line-height: 1.3392857143;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.p-course__textwrap {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-course__textwrap {
    width: 930px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-course__textwrap {
    width: 42.4597364568vw;
    margin-bottom: 2.0497803807vw;
  }
}
@media screen and (max-width: 766px) {
  .p-course__textwrap {
    width: 78.6666666667vw;
    margin-bottom: 7.4666666667vw;
    border-bottom: solid 1px #DCDCDC;
    padding-bottom: 6.9333333333vw;
    margin-bottom: -1.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-course__textwrap .text {
    font-size: 16px;
    line-height: 1.8125;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-course__textwrap .text {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .p-course__textwrap .text {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .p-course__textwrap .text {
    margin-bottom: 9px;
    text-align: center;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-course__textwrap .text {
	  
    margin-bottom: 0.6588579795vw;
  }
}
@media screen and (max-width: 766px) {
  .p-course__textwrap .text {
    margin-bottom: 2.4vw;
    text-align: start;
  }
}
@media screen and (min-width: 767px) {
  .p-course__textwrap .read {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-course__textwrap .read {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 766px) {
  .p-course__textwrap .read {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .p-course__textwrap .read {
    text-align: center;
  }
}
@media screen and (max-width: 766px) {
  .p-course__textwrap .read {
    text-align: start;
  }
}
.p-course__textwrap .link {
  color: #0858EA;
  text-decoration: underline;
}


@media screen and (min-width: 767px) {
  .p-guidance, .p-guidance2 {
    padding: 112px 0 79px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-guidance, .p-guidance2 {
    padding: 8.1991215227vw 0 5.7833089312vw;
  }
}
@media screen and (max-width: 766px) {
  .p-guidance, .p-guidance2 {
    padding: 22.4vw 0 17.8666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .p-guidance .c-title, .p-guidance2 .c-title {
    width: 360px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-guidance .c-title, .p-guidance2 .c-title {
    width: 26.3543191801vw;
    margin-bottom: 1.4641288433vw;
  }
}
@media screen and (max-width: 766px) {
  .p-guidance .c-title, .p-guidance2 .c-title {
    width: auto;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-guidance .c-title::after, .p-guidance2 .c-title::after {
    width: 38px;
    height: 40px;
    top: -62px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-guidance .c-title::after, .p-guidance2 .c-title::after {
    width: 2.7818448023vw;
    height: 2.9282576867vw;
    top: -4.5387994143vw;
  }
}
@media screen and (max-width: 766px) {
  .p-guidance .c-title::after, .p-guidance2 .c-title::after {
    top: -14.4vw;
  }
}
@media screen and (min-width: 767px) {
  .p-guidance .c-title__text-sub, .p-guidance2 .c-title__text-sub {
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-guidance .c-title__text, .p-guidance2 .c-title__text-sub {
    margin-bottom: 0.8052708638vw;
  }
}
@media screen and (max-width: 766px) {
  .p-guidance .c-title__text, .p-guidance2 .c-title__text-sub {
    margin-bottom: 0.2666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .p-guidance .c-title__text, .p-guidance2 .c-title__text {
    font-size: 36px;
    line-height: 1.0416666667;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-guidance .c-title__text, .p-guidance2 .c-title__text {
    font-size: 2.635431918vw;
  }
}
@media screen and (max-width: 766px) {
  .p-guidance .c-title__text, .p-guidance2 .c-title__text {
    font-size: calc(28 / 375 * 100vw);
    line-height: 1.3392857143;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.p-guidance__textwrap {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-guidance__textwrap {
    width: 930px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-guidance__textwrap {
    width: 68.0819912152vw;
    margin-bottom: 3.513909224vw;
  }
}
@media screen and (max-width: 766px) {
  .p-guidance__textwrap {
    width: 78.6666666667vw;
    margin-bottom: 7.4666666667vw;
    border-bottom: solid 1px #DCDCDC;
    padding-bottom: 6.9333333333vw;
    margin-bottom: -1.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-guidance__textwrap .text {
    font-size: 16px;
    line-height: 1.8125;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-guidance__textwrap .text {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .p-guidance__textwrap .text {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .p-guidance__textwrap .text {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-guidance__textwrap .text {
    margin-bottom: 1.0980966325vw;
  }
}
@media screen and (max-width: 766px) {
  .p-guidance__textwrap .text {
    margin-bottom: 4vw;
    text-align: start;
  }
}
@media screen and (min-width: 767px) {
  .p-guidance__textwrap .read {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-guidance__textwrap .read {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 766px) {
  .p-guidance__textwrap .read {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .p-guidance__textwrap .read {
    text-align: center;
  }
}
@media screen and (max-width: 766px) {
  .p-guidance__textwrap .read {
    text-align: start;
  }
}
/* ===========================================================
   FAQ Section
   =========================================================== */


/* section padding: 既存セクションのリズムに合わせる */
@media screen and (min-width: 767px) {
  .p-faq {
    padding: 128px 0 130px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-faq {
    padding: 9.3704245974vw 0 9.5168374817vw;
  }
}
@media screen and (max-width: 766px) {
  .p-faq {
    padding: 22.9333333333vw 0 17.6vw;
  }
}
@media screen and (min-width: 767px) {
  .p-faq .c-title {
    width: 628px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-faq .c-title {
    width: 45.9736456808vw;
    margin-bottom: 4.6852122987vw;
  }
}
@media screen and (max-width: 766px) {
  .p-faq .c-title {
    width: 84vw;
    margin-bottom: 11.7333333333vw;
  }
}
/* wrap width: 他セクションの幅感に寄せる */
.p-faq__wrap {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-faq__wrap {
    width: 1080px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-faq__wrap {
    width: 79.0629575403vw;
  }
}
@media screen and (max-width: 766px) {
  .p-faq__wrap {
    width: 92vw;
  }
}

/* accordion item */
.p-faq__item {
  background: #fff;
  border: 2px solid #DCDCDC;
  border-radius: 25px;
  overflow: hidden;
}

/* spacing between items */
.p-faq__item + .p-faq__item {
  margin-top: 18px;
}
@media screen and (max-width: 766px) {
  .p-faq__item + .p-faq__item {
    margin-top: 4.8vw;
  }
}

/* summary reset */
.p-faq__q {
  list-style: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 56px 18px 18px;
}
.p-faq__q::-webkit-details-marker {
  display: none;
}

/* Q mark */
.p-faq__qmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #fff;
  background: #DB4277; /* 既存のグリーン */
  font-weight: 800;
}

/* question text */
.p-faq__qtext {
  font-weight: 700;
  color: #1d1d1f;
  line-height: 1.45;
}

/* open/close icon (＋／－) */
.p-faq__q::before,
.p-faq__q::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #DB4277; /* 既存の青緑 */
  transform: translateY(-50%);
}
.p-faq__q::after {
  transform: translateY(-50%) rotate(90deg);
}
.p-faq__item[open] .p-faq__q::after {
  transform: translateY(-50%) rotate(0deg);
}

/* answer area */
.p-faq__a {
  border-top: 2px solid #DCDCDC;
  padding: 16px 18px 18px;
  background: #fff;
}

/* A text (アクセント線) */
.p-faq__atext {
  margin: 0;
  padding-left: 12px;
  border-left: 4px solid #009397; /* 既存のオレンジ */
  line-height: 1.8;
  color: #1d1d1f;
}

/* responsive type sizes */
@media screen and (min-width: 767px) {
  .p-faq__qtext { font-size: 18px; }
  .p-faq__atext { font-size: 16px; }
}
@media screen and (max-width: 766px) {
  .p-faq__qtext { font-size: calc(16 / 375 * 100vw); }
  .p-faq__atext { font-size: calc(14 / 375 * 100vw); }
  .p-faq__q { padding: 4.8vw 12vw 4.8vw 4.8vw; }
  .p-faq__qmark { width: 9.6vw; height: 9.6vw; }
}



@media screen and (min-width: 767px) {
  .p-other {
    padding: 26px 0 100px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-other {
    padding: 1.9033674963vw 0 7.3206442167vw;
  }
}
@media screen and (max-width: 766px) {
  .p-other {
    padding-bottom: 26.6666666667vw 0;
  }
}
.p-other__inner {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 767px) {
  .p-other__inner {
    border-radius: 25px;
    background-image: url(../img/other/img-bg.jpg);
    width: 1080px;
    padding: 45px 0 60px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-other__inner {
    width: 79.0629575403vw;
    padding: 3.2942898975vw 0 4.39238653vw;
  }
}
@media screen and (max-width: 766px) {
  .p-other__inner {
    background-image: url(../img/other/img-bg-sp.jpg);
    width: 100%;
    padding: 13.6vw 0 16vw;
  }
}
.p-other__text {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-other__text {
    font-size: 24px;
    line-height: 1.6666666667;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-other__text {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 766px) {
  .p-other__text {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-other__text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-other__text {
    margin-bottom: 2.196193265vw;
  }
}
@media screen and (max-width: 766px) {
  .p-other__text {
    margin-bottom: 6.1333333333vw;
  }
}
.p-other .c-btn {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-other .c-btn {
    width: 400px;
    height: 55px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-other .c-btn {
    width: 29.2825768668vw;
    height: 4.0263543192vw;
  }
}
@media screen and (max-width: 766px) {
  .p-other .c-btn {
    width: 84vw;
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-other .c-btn span {
    font-size: 18px;
    line-height: 1.2777777778;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-other .c-btn span {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 766px) {
  .p-other .c-btn span {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.4375;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-other .c-btn .arrow img {
    right: 35px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-other .c-btn .arrow img {
    right: 2.5622254758vw;
  }
}
@media screen and (max-width: 766px) {
  .p-other .c-btn .arrow img {
    right: 3.2vw;
  }
}/*# sourceMappingURL=style.css.map */

/* ===========================================================
   Responsive header navigation overrides (Mobile/Tablet)
   - PC (>=1025px): keep current header nav (.l-header__nav) behavior
   - Mobile/Tablet (<=1024px): show hamburger (#navbtn) and overlay nav (.nav)
     and hide the header button box (.l-header__btnbox)
   =========================================================== */

/* Ensure overlay menu is above the fixed header */
.nav {
  z-index: 90;
}

/* Prevent background scroll while the overlay menu is open */
html.open,
html.open body {
  overflow: hidden;
}

/* Mobile + Tablet: hide PC header nav area and button box */
@media screen and (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
  .l-header__btnbox {
    display: none;
  }
}

/* Tablet: show hamburger wrapper even though .sp is hidden at >=767px */
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .sp.js_hamburger {
    display: block;
  }

  /* Override existing rule (@media min-width:767px { #navbtn { display:none; } }) */
  #navbtn {
    display: block;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 32px;
  }
}

/* Mobile: ensure nav button is visible (existing sizing rules remain) */
@media screen and (max-width: 766px) {
  #navbtn {
    display: block;
  }
}

/* PC: explicitly keep hamburger hidden */
@media screen and (min-width: 1025px) {
  #navbtn {
    display: none;
  }
}

/* ===========================================================
   Slide menu adjustments (Hamburger Nav) - Mobile/Tablet
   - Adjust <ul class="slide_menu__wrap"> height so the button area remains visible
   - Allow <div class="slide_menu__btnbox"> to wrap buttons into 2 rows
   - CSS-only change (HTML/JS untouched)
   =========================================================== */

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

  /* Layout nav contents as a column and avoid double scrolling */
  .nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding: 72px 0 24px;
  }

  /* Menu list: constrain height and scroll inside the list */
  .slide_menu__wrap {
    width: min(84vw, 520px);
    margin: 0 auto 16px;
    padding: 0;
    max-height: min(60vh, calc(100vh - 280px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Tablet: use padding rather than fixed heights */
  .slide_menu__item {
    height: auto;
    display: block;
  }

  .slide_menu__item a {
    display: block;
    padding: 14px 0;
  }

  /* Button box: 2-column grid via flex-wrap (wraps to 2 rows when buttons increase) */
  .slide_menu__btnbox {
    width: min(84vw, 520px);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 auto;
  }

  .slide_menu__btnbox > div {
    flex: 1 1 calc(50% - 12px);
    min-width: 160px;
  }

  .slide_menu__btnbox .c-btn {
    width: 100%;
    height: 44px;
  }
}

/* Fine-tune for small phones */
@media screen and (max-width: 766px) {
  .nav {
    padding: 64px 0 20px;
  }

  .slide_menu__wrap {
    margin: 0 auto 20px;
    max-height: min(56vh, calc(100vh - 260px));
  }

  .slide_menu__btnbox {
    gap: 10px;
  }

  .slide_menu__btnbox > div {
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
  }

  .slide_menu__btnbox .c-btn {
    height: max(44px, 12.8vw);
  }
}

/* ===========================================================
   UNIFY: c-title subtitle/main spacing across all sections
   - User request: make non-FAQ sections less "loose" and match FAQ.
   - Strategy:
     1) Remove section-specific large margin-bottom on .c-title__text-sub
     2) Use a single consistent gap via margin-top on the main title
     3) Keep rules conditional (only when sub + main exist)
   =========================================================== */

/* Always: prevent large gaps injected by section-scoped rules (e.g., .p-flow .c-title__text-sub { margin-bottom:20px; }) */
.c-title__text-sub {
  margin-bottom: 0 !important;
}

/* Consistent vertical rhythm between subtitle and title */
.c-title__text-sub {
  line-height: 1.35; /* match FAQ */
}

.c-title__text-sub + .c-title__text {
  margin-top: 12px;
  line-height: 1.2;  /* match FAQ */
}

/* Responsive margin-top */
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .c-title__text-sub + .c-title__text {
    margin-top: 0.8784773060vw; /* 12 / 1366 * 100 */
  }
}
@media screen and (max-width: 766px) {
  .c-title__text-sub + .c-title__text {
    margin-top: 2.4vw;
  }
}
/* =======================================================
   Alternate section backgrounds (auto) 
   - Applies to dynamically inserted sections as well
   - Colors can be tuned via CSS variables below
   ======================================================= */

:root{
  --sec-bg-a: #F5F5F5;
  --sec-bg-b: #ffffff;
}

/* Apply regardless of hierarchy (incl. module-loaded sections) */
section.is-sec-bg-a{ background-color: var(--sec-bg-a) !important; }
section.is-sec-bg-b{ background-color: var(--sec-bg-b) !important; }
/* 背景色A（偶数番目：白など） */
.is-sec-bg-a {
  background-color: #F5F5F5 !important;
}

/* 背景色B（奇数番目：薄いグレーなど） */
.is-sec-bg-b {
  background-color: #ffffff !important;
}

/* テキスト装飾 */

/*#########################################################
  NEW LP sections (News / Timetable)
#########################################################*/

/* ========== News ========== */
.p-news {
  padding: 64px 0; /* 70pxから64pxに変更 */
}

@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-news { padding: 4.685vw 0; } /* 64px相当の計算値に変更 */
}

@media screen and (max-width: 766px) {
  .p-news { 
    padding: 40px 0; 
  }
}

.p-news__inner {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-news__inner { width: 1080px; }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-news__inner { width: 79.0629575403vw; }
}
@media screen and (max-width: 766px) {
  .p-news__inner { width: 85.3333333333vw; }
}

.p-news__list {
  margin-top: 35px;
  border-top: solid 1px #DCDCDC;
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-news__list { margin-top: 2.5622254758vw; }
}
@media screen and (max-width: 766px) {
  .p-news__list { margin-top: 6.6666666667vw; }
}

.p-news__item {
  display: flex;
  gap: 18px;
  align-items: baseline;
  padding: 18px 0;
  border-bottom: solid 1px #DCDCDC;
}
@media screen and (max-width: 766px) {
  .p-news__item {
    flex-direction: column;
    gap: 1.6vw;
    padding: 4.8vw 0;
  }
}

.p-news__date {
  color: #6F6F6F;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 767px) {
  .p-news__date { font-size: 14px; }
}
@media screen and (max-width: 766px) {
  .p-news__date { font-size: calc(14 / 375 * 100vw); }
}

.p-news__title {
  position: relative;
  padding-right: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .p-news__title { font-size: 16px; }
}
@media screen and (max-width: 766px) {
  .p-news__title { font-size: calc(16 / 375 * 100vw); }
}

.p-news__title::after {
  content: "";
  position: absolute;
  top: 0.65em;
  right: 2px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #DB4277;
  border-top: 2px solid #DB4277;
  transform: rotate(45deg);
}

.p-news__note {
  margin-top: 14px;
  color: #6F6F6F;
}
@media screen and (min-width: 767px) {
  .p-news__note { font-size: 12px; }
}
@media screen and (max-width: 766px) {
  .p-news__note { font-size: calc(12 / 375 * 100vw); }
}

/* ========== Timetable ========== */
.p-timetable {
  padding: 70px 0 90px;
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-timetable { padding: 5.1244509517vw 0 6.588579795vw; }
}
@media screen and (max-width: 766px) {
  .p-timetable { padding: 40px 0;}
}

.p-timetable__inner {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-timetable__inner { width: 1080px; }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-timetable__inner { width: 79.0629575403vw; }
}
@media screen and (max-width: 766px) {
  .p-timetable__inner { width: 94.6666666667vw; }
}

.p-timetable__table {
  --slot-h: 48px; /* 10分あたりの高さ（PC） */
  --time-w: 86px; /* 時刻列幅 */
  --slots: 36;   /* 11:00〜18:00（7h=420min / 10min=42） */
  display: grid;
  grid-template-columns: var(--time-w) repeat(4, 1fr);
  grid-template-rows: auto calc(var(--slots) * var(--slot-h));
  gap: 0;
  margin-top: 35px;
  border: solid 1px #DCDCDC;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

@media screen and (max-width: 766px) {
  .p-timetable__table {
    --slot-h: 40px;
    --time-w: 70px;
    grid-template-columns: var(--time-w) repeat(4, 1fr);
    border-radius: 12px;
  }
}

.p-timetable__corner,
.p-timetable__colhead {
  border-bottom: solid 1px #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 6px;
  font-weight: 700;
  letter-spacing: 0.05em;
	color: #FFF;
}
@media screen and (max-width: 766px) {
  .p-timetable__corner,
  .p-timetable__colhead {
    padding: 3.2vw 1.6vw;
    font-size: calc(12 / 375 * 100vw);
  }
}

.p-tehe__col1{
  background: rgba(219, 66, 119,1);
}
.p-tehe__col2{
  background: rgba(253, 208, 0,1);
}
.p-tehe__col3{
  background: rgba(32, 174, 229,1);
}
.p-tehe__col4{
  background: rgba(0, 153, 68,1);
}

.p-timetable__corner {
  border-right: solid 1px #DCDCDC;
}

.p-timetable__colhead:not(:last-of-type) {
  border-right: solid 1px #DCDCDC;
}

.p-timetable__times {
  position: relative;
  border-right: solid 1px #DCDCDC;
  background: #fff;
  height: calc(var(--slots) * var(--slot-h));
}

.p-timetable__time {
  position: absolute;
  left: 10px;
  top: calc(var(--pos) * var(--slot-h) - 0.6em);
  font-weight: 700;
  color: #6F6F6F;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (max-width: 766px) {
  .p-timetable__time { left: 6px; }
}
.p-timetable__time--end {
  top: calc(var(--pos) * var(--slot-h) - 0.9em);
}

.p-timetable__col {
  position: relative;
  height: calc(var(--slots) * var(--slot-h));
  border-right: solid 1px #DCDCDC;
  /* 10分ごとの罫線 + 1時間ごとの太線 */
  background-image:
    repeating-linear-gradient(to bottom, rgba(0,0,0,0.10) 0, rgba(0,0,0,0.10) 1px, transparent 1px, transparent var(--slot-h)),
    repeating-linear-gradient(to bottom, rgba(0,0,0,0.18) 0, rgba(0,0,0,0.18) 2px, transparent 2px, transparent calc(var(--slot-h) * 6));
  background-size: 100% 100%;
}

.p-timetable__col:last-of-type {
  border-right: none;
}

.p-timetable__event {
  position: absolute;
  left: 6px;
  right: 6px;
  top: calc((var(--start) / 10) * var(--slot-h));
  height: calc((var(--dur) / 10) * var(--slot-h));
  min-height: calc(2 * var(--slot-h));
  padding: 10px 10px;
  border-radius: 12px;
  overflow: hidden;
	text-align: center;
}

.p-te__col1{
  background: rgba(219, 66, 119,0.40);
  border: solid 1px rgba(219, 66, 119,0.9);
}
.p-te__col2{
  background: rgba(253, 208, 0,0.40);
  border: solid 1px rgba(253, 208, 0,0.9);
}
.p-te__col3{
  background: rgba(32, 174, 229,0.40);
  border: solid 1px rgba(32, 174, 229,0.9);
}
.p-te__col4{
  background: rgba(0, 153, 68,0.40);
  border: solid 1px rgba(0, 153, 68,0.9);
}

@media screen and (max-width: 766px) {
  .p-timetable__event {
    left: 4px;
    right: 4px;
    padding: 8px 8px;
    border-radius: 10px;
  }
}

.p-timetable__event-title {
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
}
@media screen and (min-width: 767px) {
  .p-timetable__event-title { font-size: 13px; }
}
@media screen and (max-width: 766px) {
  .p-timetable__event-title { font-size: calc(11 / 375 * 100vw); }
}

.p-timetable__event-meta {
  margin-top: 6px;
  color: #6F6F6F;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media screen and (min-width: 767px) {
  .p-timetable__event-meta { font-size: 11px; }
}
@media screen and (max-width: 766px) {
  .p-timetable__event-meta { font-size: calc(10 / 375 * 100vw); }
}

.p-timetable__note {
  margin-top: 14px;
  color: #6F6F6F;
}
@media screen and (min-width: 767px) {
  .p-timetable__note { font-size: 12px; }
}
@media screen and (max-width: 766px) {
  .p-timetable__note { font-size: calc(12 / 375 * 100vw); }
}



/* =======================================================
   p-aboutNew (new section)
   - 4 equal columns
   - border colors: timetable 4 colors
   - 200px square image + list text
   ======================================================= */

.p-aboutNew {
  padding: 70px 0;
}

.p-aboutNew__inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.p-aboutNew__title {
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.3;
  margin-bottom: 24px;
}

.p-aboutNew__list {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); /* はみ出し防止 */
  gap: 18px;
  padding: 0;
  list-style: none;
}

.p-aboutNew__item {
  border: 1px solid #ddd;
  border-radius: 14px;
  padding: 16px;
  background: #fff;
  min-width: 0; /* grid内でのはみ出し防止 */
	text-align: center;
}

/* タイムテーブルで使用した4色（col1〜4と同系色） */
.p-aboutNew__item:nth-child(1) { border-color: rgba(219, 66, 119,1); }
.p-aboutNew__item:nth-child(2) { border-color: rgba(253, 208, 0,1); }
.p-aboutNew__item:nth-child(3) { border-color: rgba(32, 174, 229,1); }
.p-aboutNew__item:nth-child(4) { border-color: rgba(0, 153, 68,1); }

.p-aboutNew__thumb {
  width: 200px;
  height: 200px;
  margin: 0 auto 12px;
  border-radius: 10px;
  overflow: hidden;
  background: #f3f3f3;
}

.p-aboutNew__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-aboutNew__textList {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}

.p-aboutNew__textList li {
  font-size: 16px;
  line-height: 1.6;
}

/* 画像200pxが入る前提で崩れないように段階的に調整 */
@media screen and (max-width: 1100px) {
  .p-aboutNew__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 766px) {
  .p-aboutNew {
    padding: 40px 0;
  }
  .p-aboutNew__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .p-aboutNew__thumb {
    width: 200px;
    height: 200px;
  }
  .p-aboutNew__textList li {
    font-size: 16px;
  }
}

.p-aboutNew__textwrap {
  margin: 20px auto 0 auto;
}
@media screen and (min-width: 767px) {
  .p-aboutNew__textwrap {
    width: 930px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-aboutNew__textwrap {
    width: 68.0819912152vw;
    margin-bottom: 3.513909224vw;
  }
}
@media screen and (max-width: 766px) {
  .p-aboutNew__textwrap {
    width: 78.6666666667vw;
    margin-bottom: 7.4666666667vw;
    border-bottom: solid 1px #DCDCDC;
    padding-bottom: 6.9333333333vw;
    margin-bottom: -1.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-aboutNew__textwrap .text {
    font-size: 16px;
    line-height: 1.8125;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-aboutNew__textwrap .text {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .p-aboutNew__textwrap .text {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .p-aboutNew__textwrap .text {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-aboutNew__textwrap .text {
    margin-bottom: 1.0980966325vw;
  }
}
@media screen and (max-width: 766px) {
  .p-aboutNew__textwrap .text {
    margin-bottom: 4vw;
    text-align: start;
  }
}
@media screen and (min-width: 767px) {
  .p-aboutNew__textwrap .read {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-aboutNew__textwrap .read {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 766px) {
  .p-aboutNew__textwrap .read {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .p-aboutNew__textwrap .read {
    text-align: center;
  }
}
@media screen and (max-width: 766px) {
  .p-aboutNew__textwrap .read {
    text-align: start;
  }
}



/* ========== About (add one more item) ========== */
.p-about__count--green { color: #007F41; }



/* ===========================================================
   Patch: p-about items to 4 columns (desktop)
   =========================================================== */
@media screen and (min-width: 767px){
  .p-about__wrap{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    justify-content: stretch;
  }
  .p-about__item{
    width: auto; /* override fixed 325px */
    padding: 30px 0; /* keep existing spacing */
  }
}
/* optional: tighten gap on small screens */
@media screen and (max-width: 766px){
  .p-about__wrap{
    display: block; /* keep existing stacked layout */
  }
}


/* =======================================================
   Timetable: horizontal scroll + swipe hint (SP only)
   - show arrows until user scrolls horizontally
   ======================================================= */
@media screen and (max-width: 766px) {
  /* スクロール領域（JSで .p-timetable__table をこの中に移動させます） */
  .p-timetable__scroll {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  /* SPでは列幅を固定し、横スクロール前提にする */
  .p-timetable__table {
    --col-w: calc((94.6666666667vw - var(--time-w)) / 1.1); /* 1列+次列10%見せる（目安） */
    grid-template-columns: var(--time-w) repeat(4, var(--col-w));
    min-width: calc(var(--time-w) + (4 * var(--col-w)));
  }

  /* SP: 文字サイズを一段小さく */
  .p-timetable__corner,
  .p-timetable__colhead{
    font-size: calc(11 / 375 * 100vw);
  }
  .p-timetable__time{
    font-size: 10px;
  }
  .p-timetable__event-title{
    font-size: calc(10 / 375 * 100vw);
  }
  .p-timetable__event-meta{
    font-size: calc(9 / 375 * 100vw);
  }
  .p-timetable__scrollHint {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
    opacity: 1;
    visibility: visible;
  }
  .p-timetable__scrollHint.is-hidden {
    opacity: 0;
    visibility: hidden;
  }

  /* 矢印（半透明の“画像”＝SVGをbackground-imageで表示） */
  .p-timetable__scrollHint-arrow {
    width: 40px;
    height: 40px;
    margin: 0 8px;
    border-radius: 999px;
    background-color: rgba(0,0,0,0.25);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    opacity: 0.65;

    /* 左向き矢印SVG（白ストローク） */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15 18l-6-6 6-6' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .p-timetable__scrollHint-arrow.is-right {
    transform: rotate(180deg);
  }
}

/* =======================================================
   Timetable modal
   ======================================================= */
.p-timetable__event-link{
  color: #1a73e8;          /* 好みでブランド色に変更OK */
  text-decoration: underline;
  text-underline-offset: 0.12em;
  text-decoration-thickness: 1px;
  cursor: pointer;
}

.p-timetable__event-link:hover,
.p-timetable__event-link:focus-visible{
  text-decoration-thickness: 2px;
}

/* タイムテーブル：COMING SOON 等（リンクなし） */
.p-timetable__event-title--soon{
  color: #6F6F6F;
}

.p-modal{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease;
}
.p-modal.is-open{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-modal__overlay{
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.78);
  /* 透けて見える白いベール */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.p-modal__panel{
  position: relative;
  width: min(720px, calc(100% - 32px));
  max-height: calc(100% - 32px);
  overflow: auto;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
}

.p-modal__close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: rgba(0,0,0,0.06);
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 22px;
  line-height: 1;
}
.p-modal__close:hover{ background: rgba(0,0,0,0.10); }
.p-modal__close:focus-visible{ outline: 2px solid rgba(0,0,0,0.35); outline-offset: 2px; }

.p-modal__body{
  padding: 28px 24px 24px;
}

.p-modal__title{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 48px 10px 0;
}

.p-modal__summary{
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.8;
}

.p-modal__speakers{
  margin-top: 16px;
}

.p-modal__speaker{
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.p-modal__speaker:first-child{
  padding-top: 0;
}
.p-modal__speaker:last-child{
  border-bottom: none;
  padding-bottom: 0;
}

.p-modal__speaker-media{
  width: 96px;
}

.p-modal__speaker-img{
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 14px;
}

.p-modal__speaker-name{
  margin: 2px 0 8px;
  font-size: 14px;
  font-weight: 700;
}

.p-modal__speaker-profile{
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

/* モーダル表示中は背面スクロール禁止 */
html.is-modal-open,
body.is-modal-open{
  overflow: hidden;
}

@media screen and (max-width: 766px){
  .p-modal__body{ padding: 22px 18px 18px; }
  .p-modal__title{ font-size: 18px; }
  .p-modal__summary{ font-size: 13px; }
  .p-modal__speaker{ grid-template-columns: 84px 1fr; }
  .p-modal__speaker-media{ width: 84px; }
  .p-modal__speaker-img{ width: 84px; height: 84px; border-radius: 12px; }
}

/* =========================================================
   画面下固定：参加予約バー（固定CTA）
   ========================================================= */

/* 高さは変数化（必要ならここだけ調整） */
:root{
  --fixed-cta-h: 64px;
}

@media screen and (max-width: 766px){
  :root{
    --fixed-cta-h: 56px;
  }
}

/* 固定バー本体 */
.p-fixedCta{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
	border-top: 1px solid #FFFFFF;
}

/* iPhoneのホームバー領域も考慮（safe-area） */
.p-fixedCta__link{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;

  height: calc(var(--fixed-cta-h) + env(safe-area-inset-bottom));
  padding-bottom: env(safe-area-inset-bottom);

  background: #DB4277;
  color: #FFFFFF;

  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
}

/* ホバー（PC想定） */
@media (hover:hover){
  .p-fixedCta__link:hover{
    background: #C12F63;
    opacity: 1;
  }
}

/* ---------------------------------------------------------
   「最下部までスクロールした時にコピーライトが隠れない」対策
   → フッター下余白を固定バー分だけ増やす（背景色もフッター色のまま）
   --------------------------------------------------------- */

/* 既存の .l-footer は padding: 70px 0 30px 等が入っているので、
   padding-bottom だけを上書きして足し込みます */
@media screen and (min-width: 767px){
  .l-footer{
    padding-bottom: calc(30px + var(--fixed-cta-h) + env(safe-area-inset-bottom));
  }
}

@media screen and (max-width: 1366px) and (min-width: 767px){
  .l-footer{
    padding-bottom: calc(2.196193265vw + var(--fixed-cta-h) + env(safe-area-inset-bottom));
  }
}

@media screen and (max-width: 766px){
  .l-footer{
    padding-bottom: calc(8vw + var(--fixed-cta-h) + env(safe-area-inset-bottom));
  }
}

/* ===== c-title アイコン上の余白を #flow と同等にする ===== */

/* PC */
@media screen and (min-width: 767px) {
  #news.p-news,
  #about-new.p-aboutNew,
  #timetable.p-timetable {
    padding-top: 128px; /* .p-flow と同じ */
  }
}

/* PC（1366以下のVW運用に合わせる） */
@media screen and (max-width: 1366px) and (min-width: 767px) {
  #news.p-news,
  #about-new.p-aboutNew,
  #timetable.p-timetable {
    padding-top: 9.3704245974vw; /* .p-flow と同じ */
  }
}

/* SP */
@media screen and (max-width: 766px) {
  #news.p-news,
  #about-new.p-aboutNew,
  #timetable.p-timetable {
    padding-top: 22.9333333333vw; /* .p-flow と同じ */
  }
}

/* =======================================================
   p-event (in flow) – scoped styles
   影響範囲を p-event__inner--inFlow 配下に限定して崩れを防ぐ
   ======================================================= */

/* 1) flow内でのコンテナ幅を p-flow__wrap と同じ思想に寄せる */
.p-event__inner--inFlow{
  margin: 56px auto 0;
}

@media screen and (min-width: 767px){
  .p-event__inner--inFlow{
    width: 1080px;              /* p-flow__wrap と合わせる */
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px){
  .p-event__inner--inFlow{
    width: 79.0629575403vw;     /* p-flow__wrap と合わせる */
    margin-top: 4.1vw;
  }
}
@media screen and (max-width: 766px){
  .p-event__inner--inFlow{
    width: 92vw;                 /* p-flow__wrap と合わせる */
    margin: 10.6666666667vw 0 0 8vw; /* p-flow__wrap と同じ左寄せ感 */
  }
}

/* 2) カレンダー */
.p-event__inner--inFlow .p-event__calendar{
  margin-bottom: 56px;
}

.p-event__inner--inFlow .p-event__calendar__title{
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 14px;
}

@media screen and (min-width: 767px){
  .p-event__inner--inFlow .p-event__calendar__title{
    font-size: 24px;
    line-height: 1.6;
	  text-align: center;
  }
}
@media screen and (max-width: 766px){
  .p-event__inner--inFlow .p-event__calendar__title{
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.6;
  }
}

.p-event__inner--inFlow .p-event__calendar__imgbox{
  position: relative;
}

.p-event__inner--inFlow .p-event__calendar__img{
  display: block;
  width: 100%;
  height: auto;
}

/* SP：横スクロールを許可（カレンダー画像が横に長い想定） */
@media screen and (max-width: 768px){
  .p-event__inner--inFlow .p-event__calendar__imgbox{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* 画像は「画面より少し大きい」方が、横スクロールが自然 */
  .p-event__inner--inFlow .p-event__calendar__img{
    width: 720px; /* 必要ならここだけ調整 */
    max-width: none;
  }

  /* スワイプ誘導（JSでスクロールしたら消す） */
  .p-event__inner--inFlow .p-event__calendar__imgbox::after{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: url(../img/event/icon-swipe.png) no-repeat center / 120px auto;
  }
  .p-event__inner--inFlow .p-event__calendar__imgbox.none::after{
    display: none;
  }
}

.p-event__inner--inFlow .p-event__calendar .annotation{
  margin-top: 10px;
  font-size: 12px;
  color: rgba(0,0,0,.65);
}

/* 3) 下段（文章＋画像） */
.p-event__inner--inFlow .p-event__flex{
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

@media screen and (max-width: 766px){
  .p-event__inner--inFlow .p-event__flex{
    display: block;
  }
}

.p-event__inner--inFlow .p-event__textwrap{
  flex: 1 1 auto;
  min-width: 0;
}

.p-event__inner--inFlow .p-event__title{
  font-weight: 700;
  margin-bottom: 16px;
}

@media screen and (min-width: 767px){
  .p-event__inner--inFlow .p-event__title{
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 766px){
  .p-event__inner--inFlow .p-event__title{
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.6;
  }
}

/* 箇条書き（チェック付き） */
.p-event__inner--inFlow .p-event__list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-event__inner--inFlow .p-event__item{
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
.p-event__inner--inFlow .p-event__item:last-child{
  margin-bottom: 0;
}
.p-event__inner--inFlow .p-event__item .check{
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #DB4277; 
  position: relative;
  top: .25em;
}
.p-event__inner--inFlow .p-event__item .check::after{
  content:"";
  position:absolute;
  left: 5px;
  top: 3px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.p-event__inner--inFlow .p-event__item .text{
  flex: 1 1 auto;
}

/* 画像側 */
.p-event__inner--inFlow .p-event__img-wrap{
  flex: 0 0 340px;
}
@media screen and (max-width: 766px){
  .p-event__inner--inFlow .p-event__img-wrap{
    width: 100%;
    margin-top: 18px;
  }
}
.p-event__inner--inFlow .p-event__img{
  display: block;
  width: 100%;
  height: auto;
}

/* =======================================================
   p-event layout tuning (make it close to original)
   ======================================================= */

/* 左右2カラム：元の比率・余白感に寄せる */
.p-event__inner--inFlow .p-event__flex{
  display: flex;
  justify-content: space-between;
  gap: 0;                /* 元はgap無しで width% で合わせる */
  align-items: flex-start;
}

/* 左（テキスト）を元の 52% くらいに */
.p-event__inner--inFlow .p-event__textwrap{
  width: 52%;
}

/* 右（画像）を元の 47.6% くらいに + 少し上に上げる */
.p-event__inner--inFlow .p-event__img-wrap{
  width: 47.6%;
  margin-top: -27px;     /* ←元の“食い込み” */
}

/* 画像はブロック化 */
.p-event__inner--inFlow .p-event__img{
  display: block;
  width: 100%;
  height: auto;
}

/* SP：元同様に縦積み＆幅調整 */
@media screen and (max-width: 766px){
  .p-event__inner--inFlow .p-event__flex{
    flex-wrap: wrap;
  }

  .p-event__inner--inFlow .p-event__textwrap{
    width: 100%;
  }

  .p-event__inner--inFlow .p-event__img-wrap{
    width: 89%;
    max-width: 333.75px;
    margin: 10px auto 0;
  }
}

/* =======================================================
   p-event lead (same visual as p-aboutNew__textwrap .text)
   - 専用クラス化して干渉を防ぐ
   ======================================================= */
.p-eventLead{
  margin: 20px auto 0;
}

/* PC */
@media screen and (min-width: 767px){
  .p-eventLead{
    width: 930px;
    margin-bottom: 48px;
  }
  .p-eventLead__text{
    font-size: 16px;
    line-height: 1.8125;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
  }
}

/* PC（1366以下の可変） */
@media screen and (max-width: 1366px) and (min-width: 767px){
  .p-eventLead{
    width: 68.0819912152vw;
    margin-bottom: 3.513909224vw;
  }
  .p-eventLead__text{
    font-size: 1.1713030747vw;
    margin-bottom: 1.0980966325vw;
    text-align: center;
  }
}

/* SP */
@media screen and (max-width: 766px){
  .p-eventLead{
    width: 78.6666666667vw;
    margin-bottom: 7.4666666667vw;
  }
  .p-eventLead__text{
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-bottom: 4vw;
    text-align: center;
  }
}
