@charset "UTF-8";
@import url("reset.css");
body {
  color: #333;
  font-family: "Noto Sans Japanese", メイリオ, Meiryo, Helvetica, Arial, "ＭＳＰゴシック", "MS P Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.wrap {
  overflow: hidden;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

p {
  font-feature-settings: "palt";
  margin-bottom: 0;
}

h2 {
  font-feature-settings: "palt";
  font-size: 3em;
  margin-bottom: 0;
}

h3 {
  font-feature-settings: "palt";
  font-size: 2.5em;
  margin-bottom: 0;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  opacity: 0.6;
}

.fc-blue {
  color: #0552a9;
}

.fc-red {
  color: #d1092e;
}

.fc-yellow {
  color: #fff000;
}

.bg-blue {
  background-color: #0552a9;
}

header {
  position: fixed;
  background: #fff;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  border-bottom: 5px solid #0552a9;
  z-index: 3;
}
header .inner {
  max-width: 1080px;
  margin: auto;
}
header h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}
header .logo p {
  font-size: 14px;
}

/* ボタン */
#cta-header .tel {
  background: #fff;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border: 3px solid #001f73;
  padding: 5px 10px 5px;
  border-radius: 10px;
}
#cta-header .tel .number-area .number {
  color: #001f73;
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
}
#cta-header .tel .number-area .receipt {
  font-size: 0.8em;
  letter-spacing: -0.001em;
}
#cta-header .request {
  position: relative;
  max-width: 230px;
  width: 100%;
}
#cta-header .request-btn {
  background-color: #00b050;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 72px;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1;
  border-radius: 10px;
}
#cta-header .request-btn p {
  line-height: 1;
}
#cta-header .request-btn span {
  font-size: 0.6em;
  line-height: 1;
}
#cta-header .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
  color: #ffffff;
  font-size: 1.3em;
}

/* ナビゲーション */
nav.pc-menu {
  background-color: #0552a9;
  width: 100%;
  color: #fff;
  padding: 10px 0;
  margin-top: 97px;
}
nav.pc-menu ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
nav.pc-menu ul.inner {
  max-width: 1080px;
  margin: auto;
}
nav.pc-menu ul li {
  position: relative;
  margin-left: 25px;
}
nav.pc-menu ul li::before {
  content: "";
  position: absolute;
  background: url(../img/arrow-right-solid.svg) no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 100px;
}

.menus {
  position: relative;
  background: #5b8cc4;
  width: 55px;
  height: 55px;
  z-index: 99;
}

a.menu:hover {
  opacity: 1;
}

.menu {
  position: absolute;
  width: 30px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 99;
}

.menu__line {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.3s;
  width: 100%;
  will-change: transform;
}

.menu__line--center {
  top: 9px;
}

.menu__line--bottom {
  bottom: 0;
}

.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg);
}

.menu__line--center.active {
  transform: scaleX(0);
}

.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
}

.gnav {
  position: fixed;
  display: none;
  background: #0552a9;
  width: 100%;
  height: 100%;
  z-index: 98;
  top: 0;
  left: 0;
}

.gnav__wrap {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.gnav__wrap .gnav__menu {
  padding: 0 20px;
  margin-bottom: 0;
}

.gnav__menu__item {
  margin: 20px 0;
}
.gnav__menu__item a:not(.stretched-link) {
  color: #fff;
  font-size: 1.3em;
  padding: 20px 0;
  transition: 0.5s;
}
.gnav__menu__item a:not(.stretched-link):hover {
  color: #666;
}
.gnav__menu__item:first-child {
  margin-top: 0;
}
.gnav__menu__item:last-child {
  margin-bottom: 0;
}
.gnav__menu__item .tel {
  background: #fff;
  position: relative;
  width: 100%;
  border: 3px solid #001f73;
  padding: 5px 10px 5px;
  border-radius: 10px;
}
.gnav__menu__item .tel .number-area a {
  color: #001f73;
}
.gnav__menu__item .tel .number-area .number {
  color: #001f73;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1;
}
.gnav__menu__item .tel .number-area .receipt {
  font-size: 0.8em;
  letter-spacing: -0.001em;
}
.gnav__menu__item .fc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 30px;
  color: #ffffff;
  font-size: 1.5em;
  line-height: 1;
  text-decoration: none;
  border-radius: 10px;
}
.gnav__menu__item .fc-btn p:nth-child(2) {
  font-size: 0.5em;
  margin-left: 10px;
}
.gnav__menu__item .sReserve,
.gnav__menu__item .request {
  position: relative;
  width: 100%;
}
.gnav__menu__item .sReserve-btn {
  background-color: #e70000;
}
.gnav__menu__item .request-btn {
  background-color: #00b050;
}

#fv {
  max-width: 1920px;
  width: 100%;
  margin: auto;
}

/* 共通 */
.cont-header {
  position: relative;
  background: #0552a9;
  padding: 40px 0;
  margin-bottom: 70px;
}
.cont-header h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}

.inner {
  max-width: 1080px;
  margin: auto;
}

.marker {
  line-height: 1.5;
  background: linear-gradient(transparent 50%, #ff6 80%);
}

.title-border-bottom {
  position: relative;
  padding-bottom: 1.5rem;
  text-align: center;
}
.title-border-bottom:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 10px;
  content: "";
  border-radius: 10px;
  background: #0552a9;
}

/* 導入 */
#intro {
  width: 100%;
}
#intro .inner {
  max-width: 1080px;
  margin: auto;
}
#intro h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
#intro h2 .hit {
  color: #d1092e;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.5;
  background: linear-gradient(transparent 80%, #ff6 80%);
}
#intro .woman {
  background: #ffecf0;
  padding: 20px;
}
#intro .woman .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #d1092e;
}
#intro .woman h3 {
  color: #d1092e;
  font-size: 2em;
}
#intro .woman .case {
  font-size: 1.7em;
  text-align: center;
  padding-top: 10px;
}
#intro .woman .case span {
  color: #d1092e;
  font-size: 1em;
}
#intro .woman .case span span {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
}
#intro .mens {
  background: #edf9ff;
  padding: 20px;
}
#intro .mens .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #0552a9;
}
#intro .mens h3 {
  color: #0552a9;
  font-size: 2em;
}
#intro .mens .case {
  font-size: 1.7em;
  text-align: center;
  padding-top: 10px;
}
#intro .mens .case span {
  color: #d1092e;
  font-size: 1em;
}
#intro .mens .case span span {
  font-size: 1.5em;
  font-weight: bold;
}
#intro .school {
  color: #0552a9;
  font-size: 2em;
  text-align: center;
}
#intro .school p:nth-child(1) {
  font-size: 1.5em;
  font-weight: bold;
}
#intro .school p:nth-child(1) span {
  font-size: 1.5em;
  font-weight: bold;
}
#intro .school p:nth-child(2) {
  font-size: 1em;
}
#intro .school .all {
  position: relative;
  color: #d1092e;
}
#intro .school .all::before {
  content: "";
  position: absolute;
  background: url(../img/intro-icon.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
#intro .school .all::after {
  content: "";
  position: absolute;
  background: url(../img/intro-icon.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) scale(-1, 1);
}
#intro .school .all .square {
  background: #d1092e;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  width: 100px;
  height: 100px;
  padding: 15px;
  line-height: 1;
  border-radius: 10px;
}
#intro .school .all p {
  font-size: 2em;
  line-height: 1;
}
#intro .school .all p span {
  font-size: 2em;
  font-weight: bold;
}

.loopSlide {
  display: flex;
  width: 100vw;
  overflow: hidden;
}
.loopSlide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}
.loopSlide div:first-child {
  animation: loop 50s -25s linear infinite;
}
.loopSlide div:last-child {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/*選ばれるポイント */
#point {
  width: 100%;
}
#point .cont-header:before {
  content: "";
  position: absolute;
  bottom: -68px;
  left: 50%;
  transform: translateX(-50%);
  border: 35px solid transparent;
  border-top: 35px solid #0552a9;
}
#point .cont-header .emphasis01 {
  display: inline-block;
  position: relative;
  color: #fff000;
}
#point .cont-header .emphasis01::before {
  position: absolute;
  top: -0.8em;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff000;
  font-size: 1em;
  content: "・";
}
#point .title {
  text-align: center;
  margin-bottom: 50px;
}
#point .title h2 {
  color: #d1092e;
  font-weight: bold;
}
#point .title h2 span {
  font-size: 2em;
}
#point .area {
  background: #edf9ff;
  padding: 30px;
  margin-bottom: 50px;
}
#point .area .point-img {
  width: 250px;
}
#point .area .item {
  background: #fff;
  margin-bottom: 30px;
}
#point .area .item:last-child {
  margin-bottom: 0px;
}
#point .area .item h3 {
  color: #5b8cc4;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
}
#point .area .item p {
  font-size: 1.1em;
  line-height: 1.8;
}
#point .ipad .ipad-header {
  position: relative;
  background: #d1092e;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 40px;
  margin: auto;
  margin-bottom: 70px;
  border-radius: 10px;
}
#point .ipad .ipad-header:before {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  border: 35px solid transparent;
  border-top: 35px solid #d1092e;
}
#point .ipad .ipad-header p {
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 1.5em;
  color: #d1092e;
}
#point .ipad .ipad-header h2 {
  color: #fff;
  font-size: 1.8em;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}
#point .ipad .ipad-point {
  padding: 0 30px;
}
#point .ipad .ipad-point .item {
  max-width: 500px;
  width: 100%;
}
#point .ipad .ipad-point h3 {
  position: relative;
  color: #0552a9;
  font-size: 1.8em;
  font-weight: bold;
  padding-left: 20px;
}
#point .ipad .ipad-point h3:before {
  position: absolute;
  content: "";
  background: #fff000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: -1;
}
#point .ipad .ipad-point p {
  line-height: 1.8;
}

#cta.cta-area {
  background-color: #5b8cc4;
  padding: 50px 0;
}
#cta.cta-area .item {
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 35px 30px;
}
#cta.cta-area h2 {
  color: #0552a9;
  font-weight: bold;
  font-size: 3.5em;
}
#cta.cta-area .tel-title {
  color: #001f73;
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
}
#cta.cta-area .tel {
  background: #fff;
  position: relative;
  border: 3px solid #001f73;
  padding: 10px 10px;
  border-radius: 10px;
}
#cta.cta-area .tel .number-area .number {
  color: #001f73;
  font-size: 2.3em;
  font-weight: bold;
  line-height: 1;
}
#cta.cta-area .tel .number-area .receipt {
  font-size: 1em;
  letter-spacing: -0.001em;
}
#cta.cta-area .fc-btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 92px;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 3em;
  line-height: 1;
  text-decoration: none;
  border-radius: 10px;
}
#cta.cta-area .fc-btn p:nth-child(2) {
  font-size: 0.5em;
  margin-left: 10px;
}
#cta.cta-area .request,
#cta.cta-area .sReserve {
  position: relative;
  width: 100%;
}
#cta.cta-area .fc-title {
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
}
#cta.cta-area .request-title {
  color: #00b050;
}
#cta.cta-area .sReserve-title {
  color: #e70000;
}
#cta.cta-area .request-btn {
  background-color: #00b050;
}
#cta.cta-area .sReserve-btn {
  background-color: #e70000;
}
#cta.cta-area .footer {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 2em;
  text-align: left;
}
#cta.cta-area .footer p:nth-child(2) {
  font-size: 0.7em;
  margin-left: 0px;
}
#cta.cta-area .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1.5rem;
  color: #ffffff;
  font-size: 0.8em;
}

/* オーナー */
#owner {
  width: 100%;
}
#owner .cont-header:before {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  border: 35px solid transparent;
  border-top: 35px solid #0552a9;
}
#owner .item {
  background: #edf9ff;
  padding: 30px;
}
#owner .item h3 {
  color: #0552a9;
  font-size: 1.7em;
  font-weight: bold;
}
#owner .item h4 {
  color: #0552a9;
  font-size: 1.8em;
  font-weight: bold;
}
#owner .item h4 span {
  font-size: 0.7em;
}
#owner .item p {
  font-size: 1.1em;
  line-height: 1.8;
}
#owner .splide__arrow--prev {
  left: -1em;
}
#owner .splide__arrow--next {
  right: -1em;
}
#owner .btn-area {
  width: 50%;
}
#owner .owner-btn {
  background-color: #4798e7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  color: #ffffff;
  font-size: 1.8em;
  text-decoration: none;
  border-radius: 10px;
}

/* 収益モデル */
#model {
  width: 100%;
}
#model .grid {
  display: grid;
  grid-template-rows: 230px 70px;
  grid-template-columns: 245px 1fr;
}
#model .grid .itemA {
  background-color: #edf9ff;
  grid-row: 1/3;
  grid-column: 1/2;
  display: grid;
  justify-items: center;
  align-items: center;
  color: #0552a9;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
#model .grid .itemB {
  background-color: #dab300;
  grid-row: 1/2;
  grid-column: 2/3;
  display: grid;
  justify-items: center;
  align-items: center;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
#model .grid .itemC {
  background-color: #d9d9d9;
  grid-row: 2/3;
  grid-column: 2/3;
  display: grid;
  justify-items: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
#model .grid .price {
  font-size: 1.5em;
}
#model .grid .en {
  font-size: 0.8em;
  margin-left: 0.3rem;
}
#model .model-text {
  font-size: 1.2em;
  line-height: 1.8;
}

/* 開業プラン */
#plan {
  width: 100%;
}
#plan .grid {
  display: grid;
  grid-template-rows: 62px 1fr 1fr;
  grid-template-columns: 120px 165px 1fr 1fr;
}
#plan .grid .text {
  display: grid;
  justify-items: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
#plan .grid .itemA {
  background-color: #fff;
  grid-row: 1/2;
  grid-column: 1/2;
}
#plan .grid .itemB {
  background-color: #d1092e;
  border: 1px solid #fff;
  grid-row: 1/2;
  grid-column: 2/3;
  color: #fff;
}
#plan .grid .itemC {
  background-color: #4798e7;
  border: 1px solid #fff;
  grid-row: 1/2;
  grid-column: 3/5;
  color: #fff;
}
#plan .grid .itemD {
  background-color: #d9d9d9;
  border: 1px solid #fff;
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 1em;
  font-weight: normal;
}
#plan .grid .itemE {
  background-color: #f2f2f2;
  border: 1px solid #fff;
  grid-row: 2/3;
  grid-column: 2/3;
}
#plan .grid .itemF {
  background-color: #f2f2f2;
  border: 1px solid #fff;
  grid-row: 2/3;
  grid-column: 3/5;
}
#plan .grid .itemG {
  background-color: #d9d9d9;
  border: 1px solid #fff;
  grid-row: 3/4;
  grid-column: 1/2;
  font-size: 1em;
  font-weight: normal;
  padding: 10px 0;
}
#plan .grid .itemH {
  background-color: #f2f2f2;
  border: 1px solid #fff;
  grid-row: 3/4;
  grid-column: 2/3;
}
#plan .grid .itemI {
  background-color: #f2f2f2;
  border: 1px solid #fff;
  grid-row: 3/4;
  grid-column: 3/4;
  padding: 10px;
}
#plan .grid .itemJ {
  background-color: #f2f2f2;
  border: 1px solid #fff;
  grid-row: 3/4;
  grid-column: 4/5;
  padding: 10px;
}
#plan .grid .en {
  font-size: 0.5em;
  margin-left: 0.3rem;
}
#plan .grid .kome {
  font-size: 1em;
}
#plan .grid .kousya {
  color: #0552a9;
  font-size: 0.5em;
  font-weight: normal;
}
#plan .plan-text {
  font-size: 1.2em;
  line-height: 1.8;
}
#plan .plan-text span {
  line-height: 1.5;
  background: linear-gradient(transparent 80%, #ff6 40%);
}
#plan ul {
  position: relative;
  padding-left: 1.8rem;
}
#plan ul li {
  list-style: none;
}
#plan ul li:before {
  content: "※";
  position: absolute;
  left: 0em;
}
#plan ul li.one:before {
  content: "※1";
}
#plan ul li.two:before {
  content: "※2";
}
#plan ul li.three:before {
  content: "※3";
}

/* スケジュール */
#schedule {
  width: 100%;
}
#schedule .schedule-header {
  position: relative;
  background: url(../img/schedule.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  height: 300px;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#schedule .schedule-header h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
#schedule .schedule-item {
  position: relative;
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  border: 3px solid #0552a9;
  border-radius: 10px;
  padding: 35px 40px;
  width: 100%;
  margin-bottom: 50px;
  z-index: -1;
}
#schedule .schedule-item:after {
  position: absolute;
  content: "";
  background: url(../img/nagano.png) no-repeat;
  width: 243px;
  height: 289px;
  right: 40px;
  bottom: 0;
}
#schedule .schedule-item .text {
  color: #0552a9;
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.6;
}
#schedule .target {
  position: relative;
  background-color: #edf9ff;
  width: 700px;
  padding: 40px 40px;
  border-radius: 10px;
}
#schedule .target .title {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #0552a9;
  font-size: 2em;
  white-space: nowrap;
}
#schedule .target ul {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 0;
}
#schedule .target ul li {
  font-size: 1.3em;
  margin-bottom: 15px;
}
#schedule .target ul li:last-child {
  margin-bottom: 0;
}
#schedule .target ul li:before {
  position: absolute;
  content: "";
  background: url(../img/check.png) no-repeat;
  width: 33px;
  height: 27px;
  left: 0em;
}
#schedule .gift {
  position: relative;
  background-color: #ffeced;
  width: 340px;
  padding: 40px 30px;
  border-radius: 10px;
}
#schedule .gift .title {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d1092e;
  color: #fff;
  font-size: 1.5em;
  white-space: nowrap;
  padding: 10px 20px;
  border-radius: 40px;
}
#schedule .gift .gift-text {
  font-size: 1.1em;
  margin-top: 10px;
}
#schedule .solution {
  max-width: 850px;
  margin: auto;
  color: #0552a9;
  font-size: 2em;
  text-align: center;
}
#schedule .solution .end {
  position: relative;
  font-size: 2em;
  font-weight: bold;
}
#schedule .solution .end::before {
  content: "";
  position: absolute;
  background: url(../img/solution-icon.png) no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  bottom: 18px;
  left: 0px;
}
#schedule .solution .end::after {
  content: "";
  position: absolute;
  background: url(../img/solution-icon.png) no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  bottom: 18px;
  right: 0;
  transform: scale(-1, 1);
}
#schedule .flow {
  background-color: #f7f7f7;
  margin-top: 50px;
  padding: 50px 0;
  text-align: center;
}
#schedule .flow p {
  font-size: 2em;
}

/* 松下村塾 */
#syokasonjuku {
  width: 100%;
}
#syokasonjuku h2 {
  padding: 1rem 1rem;
  border-left: 5px solid #0552a9;
  background: #f2f2f2;
}

/* メディア */
#media {
  width: 100%;
}
#media .cont-header {
  padding: 20px 40px;
  margin-bottom: 70px;
  border-radius: 10px;
}
#media .cont-header:before {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  border: 35px solid transparent;
  border-top: 35px solid #0552a9;
}
#media .cont-header h2 {
  font-size: 2.3em;
}
#media iframe.youtube {
  aspect-ratio: 16/9;
}

/* 会社概要 */
#company {
  background-color: #f7f7f7;
  width: 100%;
  padding: 50px 0 100px;
}
#company .company-img {
  position: relative;
}
#company .company-img::before {
  content: "";
  position: absolute;
  background: url(../img/company1.png) no-repeat;
  background-size: contain;
  width: 500px;
  height: 531px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
#company .company-list {
  background-color: transparent;
  border-bottom: 1px solid #0552a9;
}
#company .company-list-title {
  color: #0552a9;
  width: 140px;
  font-size: 1.5em;
  margin-right: 1rem;
}

/* よくあるご質問 */
#faq {
  background-color: #edf9ff;
  width: 100%;
  padding: 50px 0;
}
#faq .ac-item {
  margin-bottom: 30px;
}
#faq .ac-label {
  background-color: #fff;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid #0552a9;
  padding: 10px 20px;
  border-radius: 10px;
}
#faq .ac-label p:not(.icon) {
  position: relative;
  color: #0552a9;
  font-size: 1.5em;
  padding-left: 1.8rem;
}
#faq .ac-label p:not(.icon):before {
  content: "Q";
  position: absolute;
  left: 0em;
}
#faq .ac-content {
  background-color: #fff;
  display: none;
  padding: 0 8px;
  border: 3px solid #0552a9;
  border-top: 0;
  padding: 10px 20px;
  border-radius: 0 0 10px 10px;
}
#faq .ac-content p {
  position: relative;
  font-size: 1.5em;
  padding-left: 1.8rem;
}
#faq .ac-content p:before {
  content: "A";
  position: absolute;
  left: 0em;
  color: #d1092e;
}
#faq .icon {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
}
#faq .icon:before, #faq .icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #0552a9;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 4px;
  transform: translate(-50%, -50%);
}
#faq .icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
#faq .icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

footer {
  background-color: #f7f7f7;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

@media only screen and (max-width: 769px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.5em;
  }
  header h1 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  header .logo p {
    font-size: 12px;
  }
  header .logo img {
    width: 120px;
  }
  /* ナビゲーション */
  nav {
    display: none;
    margin-top: 0;
    opacity: 1;
  }
  #fv {
    margin-top: 81px;
  }
  /* 共通 */
  .cont-header {
    padding: 20px 0;
    margin-bottom: 70px;
  }
  .cont-header h2 {
    font-size: 1.6em;
  }
  .inner {
    padding: 0 15px;
  }
  .title-border-bottom {
    font-size: 1.5em;
  }
  .title-border-bottom:before {
    height: 5px;
  }
  /* 導入 */
  #intro .school {
    position: relative;
    font-size: 1.5em;
  }
  #intro .school::before {
    content: "";
    position: absolute;
    background: url(../img/map.jpg) no-repeat;
    background-size: contain;
    width: 400px;
    height: 341px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: -1;
    opacity: 0.3;
  }
  #intro .school .all::before {
    width: 60px;
    height: 60px;
    left: -20px;
  }
  #intro .school .all::after {
    width: 60px;
    height: 60px;
    right: -20px;
  }
  #intro .school .all .square {
    width: 70px;
    height: 70px;
    padding: 10px;
    font-size: 1em;
  }
  #intro .school .all p {
    font-size: 1.8em;
  }
  /*選ばれるポイント */
  #point .area {
    padding: 15px;
    margin-bottom: 50px;
  }
  #point .area .point-img {
    width: 100%;
  }
  #point .ipad .ipad-header {
    padding: 20px;
    margin-bottom: 70px;
  }
  #point .ipad .ipad-header p {
    text-align: center;
    margin-bottom: 20px;
  }
  #point .ipad .ipad-point {
    padding: 0;
  }
  #point .ipad .ipad-point .item {
    margin-bottom: 30px;
  }
  #point .ipad .ipad-point h3 {
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 15px;
  }
  #cta.cta-area .item {
    padding: 25px 15px;
  }
  #cta.cta-area h2 {
    font-size: 1.5em;
  }
  #cta.cta-area .cta-img {
    width: 70px;
  }
  #cta.cta-area .tel-title,
  #cta.cta-area .request-title,
  #cta.cta-area .sReserve-title {
    font-size: 1.4em;
  }
  #cta.cta-area .tel {
    padding: 10px 10px;
  }
  #cta.cta-area .tel .tel-img {
    width: 40px;
  }
  #cta.cta-area .tel .number-area .number {
    font-size: 2em;
  }
  #cta.cta-area .tel .number-area .receipt {
    font-size: 0.9em;
  }
  #cta.cta-area .request-btn {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    font-size: 2.5em;
  }
  #cta.cta-area .request-btn p:nth-child(2) {
    margin-left: 0px;
  }
  #cta.cta-area .sReserve-btn {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    font-size: 2.5em;
  }
  #cta.cta-area .sReserve-btn p:nth-child(2) {
    margin-left: 0px;
  }
  #cta.cta-area .footer {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 2em;
    text-align: left;
  }
  #cta.cta-area .footer p:nth-child(2) {
    font-size: 0.7em;
    margin-left: 0px;
  }
  #cta.cta-area .fa-position-right {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1.5rem;
    color: #ffffff;
    font-size: 0.8em;
  }
  /* オーナー */
  #owner .item {
    padding: 20px;
    height: 650px;
  }
  #owner .item h3 {
    font-size: 1.5em;
  }
  #owner .item h4 {
    font-size: 1.3em;
  }
  #owner .item p {
    font-size: 1em;
  }
  #owner .btn-area {
    width: 100%;
  }
  #owner .owner-btn {
    padding: 20px 0;
    font-size: 1.4em;
  }
  /* 収益モデル */
  #model .grid {
    grid-template-rows: 230px 70px;
    grid-template-columns: 1fr 1fr;
  }
  #model .grid .itemA,
  #model .grid .itemB,
  #model .grid .itemC {
    font-size: 1.5em;
  }
  /* 開業プラン */
  #plan .grid {
    grid-template-rows: 50px 50px 50px;
    grid-template-columns: 180px 90px 1fr;
  }
  #plan .grid .text {
    font-size: 1.5em;
  }
  #plan .grid .itemA {
    display: none;
  }
  #plan .grid .itemB {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  #plan .grid .itemC {
    grid-row: 1/2;
    grid-column: 2/4;
  }
  #plan .grid .itemD {
    grid-row: 2/3;
    grid-column: 1/4;
  }
  #plan .grid .itemE {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  #plan .grid .itemF {
    grid-row: 3/4;
    grid-column: 2/4;
  }
  #plan .grid .itemG {
    grid-row: 4/5;
    grid-column: 1/4;
  }
  #plan .grid .itemH {
    grid-row: 5/7;
    grid-column: 1/2;
  }
  #plan .grid .itemI {
    grid-row: 5/6;
    grid-column: 2/4;
  }
  #plan .grid .itemJ {
    grid-row: 6/7;
    grid-column: 2/4;
  }
  #plan .grid .en {
    font-size: 0.5em;
    margin-left: 0.1rem;
  }
  #plan .grid .kome {
    font-size: 1em;
  }
  #plan .grid .kousya {
    font-size: 0.4em;
  }
  /* スケジュール */
  #schedule .schedule-header {
    height: 150px;
    margin-bottom: 35px;
    background-size: cover;
  }
  #schedule .schedule-header h2 {
    font-size: 1.3em;
  }
  #schedule .schedule-item {
    padding: 25px 15px;
    margin-bottom: 50px;
  }
  #schedule .schedule-item:after {
    position: unset;
    background-size: cover;
    width: 100px;
    height: 119px;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  #schedule .schedule-item .text {
    font-size: 1.5em;
  }
  #schedule .target {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 50px;
  }
  #schedule .target .title {
    font-size: 1.5em;
  }
  #schedule .target ul {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 0;
  }
  #schedule .target ul li {
    font-size: 1.1em;
  }
  #schedule .gift {
    width: 100%;
    padding: 40px 30px;
  }
  #schedule .solution {
    max-width: 850px;
    font-size: 1.5em;
  }
  #schedule .solution .end {
    font-size: 1.5em;
    font-weight: bold;
  }
  #schedule .solution .end::before {
    width: 60px;
    height: 60px;
    bottom: 18px;
  }
  #schedule .solution .end::after {
    width: 60px;
    height: 60px;
    bottom: 18px;
  }
  #schedule .flow {
    background-color: #f7f7f7;
    margin-top: 50px;
    padding: 50px 0;
    text-align: center;
  }
  #schedule .flow p {
    font-size: 1.3em;
  }
  /* メディア */
  #media .cont-header {
    padding: 20px 20px;
  }
  #media .cont-header h2 {
    font-size: 1.5em;
  }
  /* 会社概要 */
  #company {
    padding: 50px 0 100px;
  }
  #company .company-img {
    position: relative;
  }
  #company .company-img::before {
    width: auto;
    height: auto;
  }
  #company .company-list {
    padding-left: 0;
    padding-right: 0;
  }
  #company .company-list-title {
    width: 100%;
    font-size: 1.5em;
  }
  /* よくあるご質問 */
  #faq .ac-label {
    padding: 10px 15px;
  }
  #faq .ac-label p:not(.icon) {
    width: 85%;
    font-size: 1.1em;
    padding-left: 1.5rem;
  }
  #faq .ac-content {
    padding: 10px 15px;
  }
  #faq .ac-content p {
    font-size: 1.1em;
    padding-left: 1.5rem;
  }
  footer {
    padding: 20px 0;
  }
  #cta-sp {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
  }
  #cta-sp .sp-btn-area {
    width: 50%;
  }
  #cta-sp .request,
  #cta-sp .sReserve {
    position: relative;
    width: 100%;
  }
  #cta-sp .sp-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 10px;
    color: #ffffff;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
  }
  #cta-sp .sp-btn p:nth-child(2) {
    font-size: 0.5em;
    margin-left: 10px;
  }
  #cta-sp .request-btn {
    background-color: #00b050;
  }
  #cta-sp .sReserve-btn {
    background-color: #e70000;
  }
}