@charset "UTF-8";


html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

/* レイアウト
----------------------------------------*/
html {
  font-size: 1rem;
  font-size: 10px;
  height: 100%;
}

body {
  color: #4F403A;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: normal;
  background: #FBF3ED;
  font-size: 1.4rem;
  line-height: 1.5;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body.open {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
}

img {
  image-rendering: -webkit-optimize-contrast;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity .3s;
}

table,
tbody,
thead,
tr,
th,
td {
  position: static;
}

@media (hover: hover) {
  a:hover {
    opacity: .6;
  }
}

@media only screen and (max-width: 1400px) {
  html {
    font-size: .71429vw;
  }
}

@media only screen and (max-width: 804px) {
  .wrapper {
    overflow: hidden;
  }

  img {
    width: 100%;
  }

  html {
    font-size: 2.5642vw;
  }
}

/*font
----------------------------------------*/
.zengo {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

.white {
  color: #fff;
}

/* img
----------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 805px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 804px) {
  .pc {
    display: none !important;
  }
}

/*header
----------------------------------------*/
.header {
  padding: 4rem 2rem;
  height: 12rem;
  background: #FBF3ED;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
}

.header-inner {
  max-width: 139.2rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header-logo {
  margin-top: .4rem;
  width: 15.6rem;
}

.header_logo a {
  display: block;
}

.header-menu {
  display: none;
}

@media only screen and (max-width: 804px) {
  .header {
    padding: 2.2rem 2.4rem;
    height: 7.8rem;
  }

  .header-logo {
    margin-top: .8rem;
    width: 8rem;
    z-index: 1000;
  }

  .header-menu {
    appearance: none;
    border: 0;
    background: none;
    display: block;
    width: 3rem;
    height: 3rem;
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    outline: none;
  }

  .header-menu::before,
  .header-menu::after {
    content: '';
  }

  .header-menu::before,
  .header-menu::after,
  .header-menu span {
    display: block;
    width: 2.4rem;
    height: .2rem;
    min-height: 2px;
    background: #4F403A;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: transform .5s, top .3s, background .3s;
  }

  .header-menu span {
    top: .8rem;
  }

  .header-menu::after {
    top: 1.6rem;
  }

  .header-menu span::before {
    content: 'MENU';
    display: block;
    position: absolute;
    left: -1rem;
    right: -1rem;
    top: 1.2rem;
    font-size: .8rem;
    text-align: center;
    letter-spacing: .1em;
    white-space: nowrap;
  }

  .open .header-menu::before,
  .open .header-menu::after {
    width: 2.8rem;
    transform: rotate(35deg);
    top: .8rem;
  }

  .open .header-menu::after {
    transform: rotate(-35deg);
  }

  .open .header-menu span {
    background: none;
  }

  .open .header-menu span::before {
    content: 'CLOSE';
    letter-spacing: 0;
  }

  /* .open .news-banner{
    display: none;
  } */
}

/*nav
----------------------------------------*/
.nav {
  margin: 0 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav>ul {
  display: flex;
  justify-content: flex-end;
  font-size: 1.6rem;
}

.nav>ul>li {
  margin-left: 4.8rem;
}

.nav>ul>li a {
  display: block;
}

.nav>ul button {
  appearance: none;
  background: none;
  border: 0;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
  transition: opacity .3s;
}

.nav>ul button::after {
  content: '▼';
  font-size: 1rem;
  vertical-align: .2rem;
  margin-left: .5rem;
}

.nav>ul .dd-menu {
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 0;
  pointer-events: none;
  background: #fff;
  box-shadow: 0 .2rem .8rem #0000002b;
  padding: 1rem 0;
  z-index: 1000;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: .2s all ease 0s;
}

.nav>ul .dd-toggle:hover .dd-menu {
  height: 13.9rem;
  opacity: 1;
  pointer-events: all;
}

.nav>ul .dd-menu li {
  padding: .7rem .5rem;
}

.nav>ul .dd-menu li a {
  color: #777;
  padding: 0 1.5rem;
}

.nav-contract-btn {
  width: 11.8rem;
  margin-left: 4.7rem;
}

.nav-contract-btn a {
  display: block;
  background: #07A994;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  height: 4rem;
  border-radius: 2rem;
  padding: .8rem 0 0;
}

.nav-contract-btn2 a {
  background: none;
  color: #07A994;
  border: 2px solid #07A994;
  padding: .6rem 0 0;
}

.nav-contract-btn2 {
  margin-left: 1rem;
}

.ion-android-open {
  padding-right: .4rem;
  font-size: 1.7rem;
}

@media (hover: hover) {
  .nav>ul button:hover {
    opacity: .6;
  }
}

@media only screen and (min-width: 805px) {
  .nav {
    display: flex !important;
  }
}

@media only screen and (max-width: 804px) {
  .nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: auto;
    background: #fff;
  }

  .nav>ul {
    display: block;
    text-align: center;
    padding: 8.1rem 0 5rem;
  }

  .nav-contract-btn {
    width: 80%;
    margin: 0 auto;
  }

  .nav-contract-btn2 {
    /* margin-top: 20px; */
    margin-bottom: 30px;
  }

  .nav-contract-btn a {
    height: 6rem;
    border-radius: 999px;
    padding: 0;
    line-height: 6rem;
  }

  .nav>ul>li {
    margin-left: 0;
  }

  .nav>ul li+li {
    margin-top: 3.9rem;
  }

  .nav>ul button {
    display: none;
  }

  .nav>ul .dd-menu {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    pointer-events: all;
    background: none;
    box-shadow: none;
    padding: 0;
    height: auto;
    opacity: 1;
  }

  .nav>ul .dd-toggle:hover .dd-menu {
    height: auto;
  }

  .nav>ul .dd-menu li {
    padding: 0;
  }

  .nav>ul .dd-menu li a {
    color: inherit;
    padding: 0;
  }

  .nav-contact {
    width: 34.2rem;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 4.8rem;
    z-index: 1000;
  }

  .nav-contact a {
    background: #07A994;
    height: 6.4rem;
    border-radius: 3.2rem;
    font-size: 1.6rem;
    color: #fff;
    padding-top: 1.5rem;
  }

  .nav-contact a::after {
    content: '';
    display: inline-block;
    width: 4rem;
    height: 3.4rem;
    background: url(../img/common/ico-contact.svg) no-repeat left top / 100% auto;
    vertical-align: -.9rem;
    margin: 0 .1rem 0 .9rem;
  }
}

/*main
----------------------------------------*/
main {
  padding-top: 12rem;
}

.main {
  padding: 0 2rem;
}

.main-inner {
  max-width: 176rem;
  margin: 0 auto;
  border-radius: 6rem;
  overflow: hidden;
}

.main-text {
  position: absolute;
  bottom: 8rem;
  left: 8rem;
  z-index: 10;
}

.main-text h1 {
  font-size: 12rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 2.4rem;
  text-shadow: 0 0 5rem #4F403A;
}

.main-text p {
  font-size: 4.5rem;
  font-weight: bold;
}

.main-text p span {
  display: inline-block;
  background: #fff;
  line-height: 1.1;
  padding: 0 .2em .5rem .4em;
}

.main-text p span:last-child {
  padding-right: 0;
}

.main-cta {
  width: 20rem;
  position: absolute;
  bottom: 7.2rem;
  right: 7.2rem;
  z-index: 10;
}

.main-cta a {
  display: block;
  background: #07A994;
  height: 20rem;
  border-radius: 50%;
  font-size: 2.4rem;
  line-height: 1.32;
  font-weight: bold;
  color: #ffff;
  padding-top: 7.5rem;
  text-align: center;
}

.main-cta a::after {
  content: '';
  display: inline-block;
  width: 4.3rem;
  height: 3.6rem;
  background: url(../img/top/main-cta-icon.svg) no-repeat left top / 100% auto;
  vertical-align: -1rem;
  margin: 0 .6rem 0 -.2rem;
}

@media only screen and (max-width: 804px) {
  main {
    padding-top: 7.8rem;
  }

  .main {
    padding: 0 2.4rem;
  }

  .main figure {
    overflow: hidden;
    border-radius: 2rem;
    margin-bottom: 3.3rem;
  }

  .main-inner {
    border-radius: 0;
    overflow: visible;
  }

  .main-text {
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: -.8rem;
  }

  .main-text h1 {
    font-size: 4.8rem;
    color: inherit;
    line-height: 1.15;
    margin-bottom: 1rem;
    text-shadow: none;
  }

  .main-text p {
    font-size: 2.4rem;
  }

  .main-text p span {
    background: none;
    padding: 0 .2em .5rem .5em;
  }

  .main-cta {
    width: auto;
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 3.2rem;
  }

  .main-cta a {
    background: #07A994;
    height: 6.4rem;
    border-radius: 3.2rem;
    font-size: 1.6rem;
    color: #fff;
    padding-top: 1.5rem;
  }

  .main-cta a::after {
    width: 4rem;
    height: 3.4rem;
    background-image: url(../img/common/ico-contact.svg);
    vertical-align: -.9rem;
    margin: 0 .1rem 0 .9rem;
  }
}

/*concept
----------------------------------------*/
.concept {
  padding: 6.9rem 2rem 32rem;
  max-width: 176rem;
  margin: 0 auto;
}

.concept h2 {
  text-align: center;
  font-size: 4.8rem;
  margin-bottom: 3.9rem;
}

.concept-main figure {
  width: 45%;
}

.concept-main p {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
}

.concept ul {
  max-width: 98rem;
  margin: 29.9rem auto 0;
}

.concept ul li {
  background: #fff;
  border-radius: 8rem;
  padding: 8rem 26.7rem 8.1rem 0;
  text-align: center;
}

.concept ul li:nth-child(2) {
  padding: 8.1rem 0 8rem 38.8rem;
  margin-top: 18rem;
}

.concept ul li:nth-child(3) {
  padding: 8rem 53.2rem 8rem 0;
  margin-top: 17.2rem;
}

.concept ul li figure {
  width: 32.1rem;
  position: absolute;
  right: 1.1rem;
  bottom: 3.8rem;
}

.concept ul li:nth-child(2) figure {
  width: 53.6rem;
  right: auto;
  left: -3rem;
  bottom: 4.2rem;
}

.concept ul li:nth-child(3) figure {
  width: 62.4rem;
  right: -3.4rem;
  bottom: 3.2rem;
}

.concept ul h3 {
  font-size: 2.4rem;
  line-height: 1.47;
  margin-bottom: 2.4rem;
}

.concept ul li:nth-child(2) h3 {
  line-height: 1.44;
  margin-bottom: 2.4rem;
}

.concept ul li:nth-child(3) h3 {
  margin-bottom: 2.4rem;
}

.concept ul p {
  font-size: 1.6rem;
  line-height: 1.42;
}

@media only screen and (max-width: 804px) {
  .concept {
    padding: 5.4rem 2.4rem 18.4rem;
  }

  .concept h2 {
    font-size: 2.4rem;
  }

  .concept-ai .concept-h2 {
    margin-top: 2.5rem;
  }

  .concept-main figure {
    width: 100%;
  }


  .concept-main p {
    font-size: 1.4rem;
    margin-top: 3.5rem;
  }

  .concept ul {
    margin: 15.4rem auto 0;
  }

  .concept ul li {
    background: none;
    border-radius: 0;
    padding: 0;
  }

  .concept ul li:nth-child(2) {
    padding: 0;
    margin-top: 6.3rem;
  }

  .concept ul li:nth-child(3) {
    padding: 0;
    margin-top: 6.5rem;
  }

  .concept ul li figure {
    width: 12rem;
    right: 1.7rem;
    bottom: 1rem;
  }

  .concept ul li:nth-child(2) figure {
    width: 16rem;
    right: auto;
    left: 1.2rem;
    bottom: 2.7rem;
  }

  .concept ul li:nth-child(3) figure {
    width: 18rem;
    right: 2.2rem;
    bottom: 3rem;
  }

  .concept ul h3 {
    font-size: 1.6rem;
    line-height: 1.42;
  }

  .concept ul li:nth-child(2) h3 {
    margin-bottom: 2.4rem;
  }

  .concept ul li:nth-child(3) h3 {
    line-height: 1.44;
    margin-bottom: 2.4rem;
  }

  .concept ul p {
    background: #fff;
    border-radius: 4rem;
    font-size: 1.4rem;
    text-align: left;
    padding: 2rem 14.5rem 2rem 2.3rem;
    line-height: 1.45;
  }

  .concept ul li:nth-child(2) p {
    padding: 3.1rem 2.3rem 2.9rem 18.1rem;
    line-height: 1.42;
  }

  .concept ul li:nth-child(3) p {
    padding: 4.2rem 20rem 4rem 2.3rem;
    line-height: 1.42;
  }
}

/*feature
----------------------------------------*/
.feature {
  display: flex;
  align-items: center;
}

.feature figure {
  width: 50%;
  border-radius: 0 8rem 8rem 0;
  overflow: hidden;
}

.feature-text {
  flex: 1;
  padding-left: 10rem;
  padding-right: 3rem;
}

.feature h2 {
  font-size: 4.8rem;
  margin-bottom: 6.9rem;
}

.feature li {
  padding-left: 10.2rem;
}

.feature li+li {
  margin-top: 7.4rem;
}

.feature li+li:last-child {
  margin-top: 8.7rem;
}

.feature li h3 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

.feature-number {
  font-size: 16rem;
  font-weight: 300;
  color: rgba(242, 140, 96, .4);
  position: absolute;
  left: 0;
  top: -.2rem;
  line-height: .5;
}

.feature li:nth-child(1) .feature-number {
  left: 1rem;
}

.feature li:nth-child(2) .feature-number {
  top: 1rem;
  left: .4rem;
}

.feature li p:not(.feature-number) {
  font-size: 1.6rem;
  line-height: 1.42;
}

.feature-btn {
  max-width: 40rem;
  margin-top: 9.7rem;
}

.feature-btn a {
  display: block;
  background: #F28C60;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 3.75rem 1rem;
  border-radius: 4.8rem;
}

.feature-btn a::after {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1.4rem;
  margin: 0 -.3rem 0 1.5rem;
  vertical-align: -.1rem;
  background: url(../img/common/ico-arrow-01.svg) no-repeat left top / 100% auto;
  transition: transform .3s;
}

@media (hover: hover) {
  .feature-btn a:hover::after {
    transform: translateX(.5rem);
  }
}

@media only screen and (max-width: 804px) {
  .feature {
    display: block;
    margin-bottom: 18.2rem;
  }

  .feature figure {
    border-radius: 0 4rem 4rem 0;
  }

  .feature-text {
    padding: 0 2.4rem;
    position: static;
  }

  .feature h2 {
    font-size: 2.4rem;
    margin-bottom: 0;
    line-height: 1.45;
    position: absolute;
    top: 6.2rem;
    text-align: center;
    left: 50%;
    right: 0;
  }

  .feature ul {
    margin-top: 6.6rem;
  }

  .feature li {
    padding-left: 8.2rem;
  }

  .feature li+li {
    margin-top: 4.7rem;
  }

  .feature li+li:last-child {
    margin-top: 5rem;
  }

  .feature li h3 {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .feature li:nth-child(1) h3 {
    font-size: 1.8rem;
  }

  .feature-number {
    font-size: 12rem;
    left: 0;
    top: .2rem;
  }

  .feature li:nth-child(1) .feature-number {
    top: .6rem;
    left: .5rem;
  }

  .feature li:nth-child(2) .feature-number {
    top: .7rem;
    left: .1rem;
  }

  .feature li p:not(.feature-number) {
    font-size: 1.4rem;
  }

  .feature li:nth-child(1) p:not(.feature-number),
  .feature li:nth-child(3) p:not(.feature-number) {
    margin-right: -.7rem;
  }

  .feature-btn {
    margin-top: 7.2rem;
  }

  .feature-btn a {
    padding: 2rem 1rem;
    border-radius: 3.2rem;
  }
}

/*contact
----------------------------------------*/
.contact {
  padding: 24rem 2rem;
}

.contact a {
  display: block;
  max-width: 96rem;
  margin: 0 auto;
  background: #07A994;
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  height: 16rem;
  padding-top: 4rem;
  border-radius: 8rem;
  font-weight: bold;
}

.contact a::after {
  content: '';
  display: inline-block;
  background: url(../img/common/ico-contact.svg) no-repeat left top / 100% auto;
  width: 9.7rem;
  height: 8.3rem;
  vertical-align: -2.8rem;
  margin-left: .7rem;
}

@media only screen and (max-width: 804px) {
  .contact {
    display: none;
  }
}

/*case
----------------------------------------*/
.case {
  background: url(../img/top/case-bg.svg) no-repeat 49.5% top / 173.8rem auto;
  height: 356.8rem;
  padding: 0 2rem;
  /* margin-bottom: 24rem; */
}

.case2 {
  background: url(../img/top/case-bg2.svg) no-repeat 49.5% top / 173.8rem auto;
  height: 234.8rem;
  padding: 0 2rem;
  margin-bottom: 4rem;
}

.case-inner {
  max-width: 152rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.case-inner2 {
  max-width: 152rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.case-title {
  width: 100%;
  margin-top: 10rem;
}

.case-title-inner {
  width: 56rem;
  margin: 27.3rem 0 0 auto;
  text-align: center;
  padding-right: 2rem;
}

.case-title-inner2 {
  width: 56rem;
  margin: 32.3rem auto 0 0;
  text-align: center;
  padding-right: 2rem;
}

.case-title h2 {
  font-size: 4.8rem;
  margin-bottom: 2.2rem;
}

.case-title-number {
  font-size: 3rem;
  font-weight: bold;
  color: rgba(242, 140, 96, .5);
}

.case-title-number .zengo {
  font-size: 16rem;
  line-height: 1;
  font-weight: 300;
}

.case-item {
  width: 56rem;
  text-align: center;
}

.case-item:nth-child(2) {
  margin-top: -9.3rem;
}

.case-item:nth-child(3) {
  margin-top: 58rem;
}

.case-item:nth-child(4) {
  margin-top: 2.8rem;
}

.case-item:nth-child(5) {
  margin-top: 68.8rem;
}

.case-number {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: .2em;
  margin-bottom: 3.9rem;
}

.case-number>span {
  display: block;
  margin: 0 auto .7rem;
  border-radius: 1.6rem;
  width: 9.6rem;
  background: #F28C60;
  color: #fff;
  padding: .1rem 1rem .2rem;
  letter-spacing: 0;
  font-size: 1.6rem;
}

.case-number>span .zengo {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: -.2rem;
  margin-left: .7rem;
}

.case-item figure {
  border-radius: 8rem;
  overflow: hidden;
  margin-bottom: 2.9rem;
}

.case-item:nth-child(3) figure {
  margin-bottom: 3rem;
}

.case-item h3 {
  font-size: 2.4rem;
  margin-bottom: 2.3rem;
}

.case-item-right {
  margin-right: 3rem;
}

.case-item-left {
  margin-left: 3rem;
}

.case-item h3+p {
  font-size: 1.6rem;
  line-height: 1.45;
}

.case-contact {
  width: 40rem;
  margin: 2.6rem 9rem 0 7.9rem;
}

.case-contact2 {
  width: 40rem;
  margin: 2.6rem 7.9rem 0 7.9rem;
}

.case-contact a {
  display: block;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  background: #07A994;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.25;
  padding-top: 16.5rem;
  font-weight: bold;
  text-align: center;
}

.case-contact a::after {
  content: '';
  display: inline-block;
  background: url(../img/common/ico-contact.svg) no-repeat left top / 100% auto;
  width: 4.2rem;
  height: 3.6rem;
  margin-right: 2rem;
  vertical-align: -.6rem;
}

@media only screen and (max-width: 804px) {
  .case {
    background: url(../img/top/case-bg-sp.svg) no-repeat left top / 100% auto;
    height: 275.6rem;
    margin-bottom: -12.2rem;
  }

  .case2 {
    background: url(../img/top/case-bg-sp2.svg) no-repeat left top / 100% auto;
    height: 155.6rem;
    margin-bottom: 27.8rem;
  }

  .case-inner {
    display: block;
  }

  .case-title-inner {
    width: auto;
    margin: 0;
    padding: 17.4rem 0 0;
  }

  .case-title h2 {
    font-size: 2.4rem;
    margin-bottom: -.2rem;
  }

  .case-title-number {
    font-size: 1.2rem;
  }

  .case-title-number .zengo {
    font-size: 8rem;
  }

  .case-item {
    width: 34rem;
    margin: 0 auto;
  }

  .case-title {
    margin-top: 3rem;
  }

  .case-item:nth-child(2) {
    margin-top: 20.1rem;
  }

  .case-item:nth-child(3) {
    margin-top: 13.6rem;
  }

  .school-case2 {
    margin-top: 16.6rem !important;
  }

  .case-item:nth-child(4) {
    margin-top: 15.6rem;
  }

  .case-item:nth-child(5) {
    margin-top: 15.6rem;
  }

  .case-number {
    font-size: 1.8rem;
    margin-bottom: 2.2rem;
  }

  .case-number>span {
    margin: 0 auto .4rem;
    border-radius: .8rem;
    font-weight: normal;
    width: 5rem;
    padding: 0;
    font-size: 1rem;
  }

  .case-number>span .zengo {
    font-size: 1.4rem;
    line-height: 1.1;
    vertical-align: 0;
    margin-left: .3rem;
  }

  .case-item figure {
    height: 24rem;
    margin-bottom: 2.3rem;
  }

  .case-item:nth-child(3) figure {
    margin-bottom: 2.3rem;
  }

  .case-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .case-item h3 {
    font-size: 1.6rem;
    margin-bottom: 1.7rem;
  }

  .case-item h3+p {
    font-size: 1.4rem;
  }

  .case-item:nth-child(4) h3+p {
    font-size: 1.6rem;
  }

  .case-contact {
    width: 34.2rem;
    margin: 14rem auto 0;
  }

  .case-contact a {
    width: auto;
    height: 6.4rem;
    border-radius: 3.2rem;
    font-size: 1.6rem;
    padding-top: 1.6rem;
  }

  .case-contact a::after {
    width: 4rem;
    height: 3.4rem;
    margin: 0 -.2rem 0 .8rem;
    vertical-align: -1rem;
  }

  .case-contact2 {
    display: none;
  }

  .case-title-inner2 {
    width: 100%;
    margin: 17.3rem auto 0 0;
    padding-right: 0;
  }
}

/*voice
----------------------------------------*/
.voice {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 24rem;
}

.voice figure {
  width: 50%;
  border-radius: 8rem 0 0 8rem;
  order: 1;
  overflow: hidden;
}

.voice-text {
  width: 67.6rem;
  padding-left: 2rem;
}

.voice-text h2 {
  font-size: 4rem;
  margin-bottom: 7.9rem;
}

.voice-text h3 {
  font-size: 2.4rem;
  margin-bottom: 2.3rem;
}

.voice-text p {
  font-size: 1.6rem;
  line-height: 1.46;
}

@media only screen and (max-width: 804px) {
  .voice {
    display: block;
    padding-top: 7.4rem;
    padding-bottom: 16rem;
  }

  .voice figure {
    width: 36.6rem;
    margin: 2rem 0 0 auto;
  }

  .voice-text {
    width: auto;
    padding: 2.5rem 2.4rem;
    position: static;
  }

  .voice-text h2 {
    font-size: 2.4rem;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-bottom: 0;
  }

  .voice-text h3 {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .voice-text p {
    font-size: 1.4rem;
    line-height: 1.43;
  }
}

/*link
----------------------------------------*/
.link a {
  display: block;
}

.link figure {
  height: 40rem;
}

.link figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link-media p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
  font-weight: bold;
  padding-top: 13rem;
  line-height: 1.45;
  font-size: 5.6rem;
  text-shadow: 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff;
}

.link-media p span {
  display: block;
  font-size: 4rem;
}

.link-price p {
  position: absolute;
  top: .5rem;
  left: 50%;
  right: 0;
  margin-left: -5.5rem;
  z-index: 10;
  font-weight: bold;
  padding-top: 13rem;
  line-height: 1.4;
  font-size: 5.6rem;
}

.link-price p span {
  display: block;
  font-size: 4rem;
}

.link-support {
  height: 39.2rem;
  overflow: hidden;
}

.link-support p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
  font-weight: bold;
  padding-top: 13rem;
  line-height: 1.45;
  font-size: 5.6rem;
  text-shadow: 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff, 0 0 .6rem #fff;
}

.link-support p span {
  display: block;
  font-size: 4rem;
}

.link-contact a {
  background: #07A994;
  color: #fff;
  font-weight: bold;
  font-size: 5.6rem;
  text-align: center;
  height: 40rem;
  padding-top: 10.1rem;
}

.link-contact a p::after {
  content: '';
  display: inline-block;
  background: url(../img/common/ico-contact.svg) no-repeat left top / 100% auto;
  width: 23.3rem;
  height: 20rem;
  margin: 0 -26rem 0 2.5rem;
  vertical-align: -7.6rem;
}

@media only screen and (max-width: 804px) {
  .link figure {
    height: 16rem;
  }

  .link-media p {
    padding-top: 5.7rem;
    line-height: 1.52;
    font-size: 1.6rem;
    text-shadow: 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff;
  }

  .link-media p span {
    font-size: 1.4rem;
  }

  .link-price p {
    top: 0;
    left: 58%;
    margin-left: 0;
    padding-top: 5.2rem;
    line-height: 1.6;
    font-size: 1.6rem;
  }

  .link-price p span {
    font-size: 1.4rem;
  }

  .link-support {
    height: auto;
  }

  .link-support p {
    padding-top: 5.5rem;
    line-height: 1.6;
    font-size: 1.6rem;
    text-shadow: 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .2rem #fff;
  }

  .link-support p span {
    font-size: 1.4rem;
  }

  .link-contact a {
    font-size: 1.6rem;
    height: 16rem;
    padding-top: 5.9rem;
  }

  .link-contact a p::after {
    width: 4.8rem;
    height: 4.1rem;
    margin: 0 -.1rem 0 .8rem;
    vertical-align: -1.5rem;
  }
}

/*page-title
----------------------------------------*/
.page-title {
  padding: 0 2rem;
}

.page-title figure {
  max-width: 176rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8rem;
}

.page-title h1 {
  max-width: 176rem;
  margin: 0 auto;
  font-size: 5.8rem;
  position: absolute;
  left: 2rem;
  right: 2rem;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 16rem;
}

.school-title {
  font-size: 48px !important;
}

.school-contents {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}


.school-p h2 {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 804px) {
  .page-title {
    padding: 0 2.4rem;
  }

  .page-title figure {
    border-radius: 1.6rem;
  }

  .page-title h1 {
    font-size: 1.6rem;
    left: 2.4rem;
    right: 2.4rem;
    padding: 0 2.5rem;
  }
}

/*spec
----------------------------------------*/
.spec {
  padding: 11.9rem 2rem 23.9rem;
}

.spec-inner {
  max-width: 122.4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.spec-image {
  width: 54.4rem;
  padding: 7.7rem .9rem 0 0;
}

.spec-image-main {
  width: 40rem;
  margin: 0 auto;
}

.spec-image-main .slick-list {
  overflow: hidden;
}

.spec-image-main .slick-prev,
.spec-image-main .slick-next {
  appearance: none;
  border: 0;
  background: url(../img/features/spec-arrow.svg) no-repeat left top / 100% auto;
  width: 5.6rem;
  height: 5.6rem;
  overflow: hidden;
  text-indent: -99.9rem;
  position: absolute;
  top: 50%;
  right: -7.6rem;
  margin-top: -2.8rem;
  z-index: 1100;
  cursor: pointer;
}

.spec-image-main .slick-prev {
  right: auto;
  left: -6.8rem;
  transform: scale(-1, 1);
}

.spec-image-main figure {
  float: left;
}

.spec-text {
  width: 56rem;
}

.spec-text h2 {
  text-align: center;
  font-size: 4.8rem;
  padding-right: 5rem;
  margin-bottom: 6.2rem;
}

.spec-text dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #4F403A;
}

.spec-text dt {
  width: 16.8rem;
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #4F403A;
  padding: 2.4rem 0 2.33rem;
  line-height: 1.43;
}

.spec-text dd {
  width: calc(100% - 16.8rem);
  font-size: 1.6rem;
  border-bottom: 1px solid #4F403A;
  padding: 2.4rem 0 2.33rem;
  line-height: 1.43;
}

.spec-image-thumb {
  margin-top: 6.8rem;
  padding-right: 1rem;
}

.spec-image-thumb .slick-track {
  transform: unset !important;
  overflow: hidden;
}

.spec-image-thumb figure {
  width: 8rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  background: #fff;
  cursor: pointer;
  margin-right: .7rem;
}

.spec-image-thumb figure img {
  width: 4.4rem;
  margin: 0 auto;
}

@media only screen and (max-width: 804px) {
  .spec {
    padding: 2.5rem 2.4rem 12rem;
  }

  .spec-inner {
    display: block;
  }

  .spec-image {
    width: auto;
    padding: 0;
  }

  .spec-image-main {
    width: 19.5rem;
  }

  .spec-image-main .slick-prev,
  .spec-image-main .slick-next {
    width: 3.2rem;
    height: 3.2rem;
    margin-top: -1.7rem;
  }

  .spec-image-main .slick-prev {
    left: -7.6rem;
  }

  .spec-text {
    width: auto;
    padding-top: 4rem;
  }

  .spec-text h2 {
    font-size: 2.4rem;
    padding-right: 0;
    margin-bottom: 3.8rem;
  }

  .spec-text dt {
    width: 13.6rem;
    font-size: 1.4rem;
    padding: 1.53rem 0;
  }

  .spec-text dd {
    width: calc(100% - 13.6rem);
    font-size: 1.2rem;
    padding: 1.53rem 0;
  }

  .spec-image-thumb {
    margin-top: 2.4rem;
    padding-right: 1.5rem;
  }

  .spec-image-thumb figure {
    width: 4rem;
    height: 4rem;
  }

  .spec-image-thumb figure img {
    width: 2.2rem;
  }
}

/*compare
----------------------------------------*/
.compare {
  padding: 0 2rem 23.3rem;
}

.compare h2 {
  text-align: center;
  font-size: 4.8rem;
  margin-bottom: 12rem;
}

.compare-inner {
  max-width: 112.8rem;
  margin: 0 auto;
}

.compare table {
  width: 100%;
  border-collapse: collapse;
}


.compare table thead th:nth-child(1) {
  width: 12.4rem;
  border-right: .4rem solid #FBF3ED;
  border-bottom: .4rem solid #FBF3ED;
}

.compare table thead th:nth-child(2) {
  width: 40.4rem;
  background: #fff;
  text-align: center;
  font-size: 2.4rem;
  padding: 2.2rem 0;
  font-weight: bold;
  border-right: .4rem solid #FBF3ED;
  border-bottom: .4rem solid #FBF3ED;
}

.compare table thead th:nth-child(3) {
  background: #F28C60;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  padding: 2.2rem 0;
  font-weight: bold;
  border-bottom: .4rem solid #FBF3ED;
}

.compare table tbody th:nth-child(1) {
  border-right: .4rem solid #FBF3ED;
  border-bottom: .4rem solid #FBF3ED;
  background: #fff;
  font-size: 2.4rem;
  padding: 5rem 0;
  font-weight: normal;
}

.compare table tbody td:nth-child(2) {
  background: rgba(255, 255, 255, .6);
  font-size: 1.6rem;
  padding: 4rem 5.6rem;
  border-right: .4rem solid #FBF3ED;
  border-bottom: .4rem solid #FBF3ED;
}

.compare table tbody td:nth-child(3) {
  background: rgba(242, 140, 96, .1);
  font-size: 1.6rem;
  padding: 1.5rem 2.3rem;
  height: 10.6rem;
  border-right: .4rem solid #FBF3ED;
  border-bottom: .4rem solid #FBF3ED;
}

.compare table tbody td:nth-child(3) h3 {
  color: #F28C60;
  font-size: 2.4rem;
  line-height: 1.2;
}

.compare table tbody td:nth-child(3) p {
  line-height: 1.45;
}


.school-p {
  font-size: 20px;
  margin-top: 70px;
  line-height: 1.7;
  padding-bottom: 50px !important;
}

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

.program-flow {
  font-size: 3rem;
  color: #fff;
  background: #F28C60;
  border-radius: 999px;
  padding: 0px 20px;
  display: table;
  text-align: center;
  margin: 0 auto;
  margin-top: 80px;
  max-width: 570px;
  width: 100%;
}

.flex-item {
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
}

.program-img {
  max-width: 420px;
  margin-right: 36px;
}

h4 {
  margin-bottom: 28px;
}

.flow-flex {
  max-width: 1030px;
  background: #fff;
  padding: 55px 60px;
  margin: 0 auto;
  margin-top: 80px;
}

.flex-content {
  padding: 55px 60px;
}

.packege-flex {
  max-width: 1030px;
  background: #fff;
  margin: 0 auto;
  margin-top: 80px;
}

.program-text {
  font-size: 18px;
  font-weight: normal;
}

.arrow {
  text-align: center;
  margin: 25px auto;
}

.last {
  margin-bottom: 8px !important;
}

.item-last {
  text-align: center;
}

/* .program-flow2 {
  margin-top: 0 !important;
} */

.package-p {
  margin-top: 28px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

.package-p2 {
  margin-top: 37px;
  text-align: center;
}

.flex-package {
  display: flex;
  margin-top: 57px;
  justify-content: center;
}

/* .flex-package-item.first{
  margin-right: 60px;
} */
.flex-package-item {
  background: #F1DEAC;
  padding: 33px 50px 55px 50px;
  border-radius: 20px;
  max-width: 400px;
  position: relative;
}

.flex-package-item-p {
  font-size: 27px;
  margin-bottom: 26px;
  text-align: center;
  font-weight: bold;
}

.flex-package-item li {
  font-size: 18px;
  list-style: disc;
}

.flex-package-item2 {
  background: #A5D9CE;
}

.arrow2 {
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;

}

.flex-package a {
  display: flex;
}

.subtitle {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  background: #F1DEAC;
  padding: 17px 0;
}

.subtitle2 {
  background: #A5D9CE;
}

.subtitle span {
  font-size: 20px;
  color: #fff;
  background: #F5966D;
  border-radius: 999px;
  padding: 2px 15px;
  font-weight: 500;
  margin-right: 9px;
}

.subtitle2 span {
  background: #5DB1A0;
}

.subject {
  font-weight: bold;
  font-size: 22px;
  margin-top: 54px;
  margin-bottom: 80px;
}

.subject2 {
  margin-bottom: 0 !important;
}

.voice2 {
  margin-top: 24px;
}

.subject-title {
  margin-bottom: 20px;
  padding: 1rem 2rem;
  border-left: 5px solid #e5845b;
  background: #fdf8f4;
  font-weight: bold;
    font-size: 22px;

  /* text-align: center; */
}

/* .subject-title::before,
.subject-title::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #b6b6b6;
} */
.gray {
  background: #F4F4F4;
  padding: 23px 0;
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
}

.gray table th {
  border: none !important;
  font-size: 18px !important;
  padding: 7px 0 !important;
  font-weight: normal !important;
  background: none !important;
  text-align: left;
  /* width: 214px !important; */
}

.gray p {
  font-size: 18px;
}

.gray-con {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}

.gray table {
  margin-top: 20px;
}

.gray table tbody th:nth-child(4) {
  font-weight: bold !important;
  text-align: right;
}

.flex-rec {
  display: flex;
  align-items: baseline;
  width: 205px;
}

.flex-rec img {
  width: 17px;
}

.flex-rec p {
  font-size: 20px;
  margin-left: 8px;
}

.subject-content {
  width: 90%;
  margin: 0 auto;
  margin-top: 26px;
}

.subject-li {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
}

/* .subject-last{
  margin-bottom: 0  !important;
} */

.subject-table {
  display: flex;
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 15px;
  margin-top: 26px;
  align-items: baseline;
}

.flex-rec2 {
  width: 30%;
}

.flex-rec2-item {
  width: 60%;
}

.subject-table-last {
  border-bottom: none;
}

.package-a {
  margin-right: 60px;
}

.day-flow-item {
  font-size: 18px;
  width: 90%;
  margin: 0 auto;
}

.day-flow-p {
  font-weight: normal;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 18px;
  width: 90%;
}

.day-flow .arrow {
  margin-left: 250px;
}

.school-btn {
  background: #07A994;
  color: #fff;
  padding: 20px 40px;
  display: inline-block;
  border-radius: 999px;
  font-size: 24px;
  font-weight: bold;
}

.school-btn img {
  margin-left: 11px;
}

.school-btn div {
  display: flex;
  align-items: center;
}

.school-ctn-btn {
  text-align: center;
}

/* .packege-inner {
  margin-top: 100px;
} */

.gray-con2 table {
  margin-top: 0px;
}

@media only screen and (max-width: 804px) {
  .compare {
    padding: 0 2.4rem 11.9rem;
  }

  .compare h2 {
    font-size: 2.4rem;
    margin-bottom: 3.9rem;
  }

  .compare table thead th:nth-child(1) {
    width: 1.7rem;
    border-right-width: .1rem;
    border-bottom-width: .1rem;
  }

  .compare table thead th:nth-child(2) {
    width: 14.5rem;
    font-size: 1.2rem;
    padding: .3rem 0;
    border-right-width: .1rem;
    border-bottom-width: .1rem;
  }

  .compare table thead th:nth-child(3) {
    font-size: 1.2rem;
    padding: .3rem 0;
    border-bottom: .1rem;
  }

  .compare table tbody th:nth-child(1) {
    border-right-width: .1rem;
    border-bottom-width: .1rem;
    font-size: 1rem;
    padding: 2rem 0;
  }

  .compare table tbody tr:nth-child(1) td:nth-child(2) {
    text-align: center;
  }

  .compare table tbody td:nth-child(2) {
    font-size: 1.2rem;
    padding: 4rem 1rem;
    line-height: 1.4;
    border-right-width: .1rem;
    border-bottom-width: .1rem;
  }

  .compare table tbody td:nth-child(3) {
    font-size: 1.2rem;
    padding: 1.7rem 1rem 1.6rem;
    height: auto;
    border-right-width: .1rem;
    border-bottom-width: .1rem;
  }

  .compare table tbody td:nth-child(3) h3 {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: -.2rem;
  }
}

/*function
----------------------------------------*/
.function {
  margin-bottom: 24.1rem;
}

.function h2 {
  text-align: center;
  font-size: 4.8rem;
  padding-bottom: 11.8rem;
}

.function-title {
  border: .2rem solid #4F403A;
  border-bottom: 0;
  padding: 0 2rem;
  cursor: pointer;
}

.function-item:last-child .function-title {
  border: .2rem solid #4F403A;
}

.function-title::after {
  content: '';
  display: block;
  background: url(../img/features/function-arrow.svg) no-repeat left top / 100% auto;
  width: 9rem;
  height: 4.4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 16.5rem;
  transform: rotate(180deg);
}

.function-title.open::after {
  transform: none;
}

.function-title h3 {
  max-width: 145rem;
  height: 15.6rem;
  margin: 0 auto;
  font-size: 4rem;
  font-weight: normal;
  display: flex;
  align-items: center;
  padding: 0 7rem;
}

.function-title h3 img {
  width: 7.2rem;
  margin-right: 3.2rem;
}

.function-contents {
  padding: 6.4rem 6rem 8.8rem;
  border-top: .2rem solid #4F403A;
  display: none;
}

.function-item:last-child .function-contents {
  padding-bottom: 0;
  border-top: 0;
}

.function-contents ul {
  max-width: 145rem;
  margin: 0 auto -6.4rem;
  display: flex;
  flex-wrap: wrap;
}

.function-contents ul li {
  width: 30.3448%;
  background: #FDFAF8;
  border-radius: 6.4rem;
  margin: 0 0 6.4rem 4.4828%;
  padding: 3.2rem 4rem 4rem;
}

.function-contents ul li:nth-child(3n+1) {
  margin-left: 0;
}

.function-contents ul li h4 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.function-contents ul li h4 img {
  width: 4rem;
  margin-right: .8rem;
}

.function-contents ul li p {
  font-size: 1.6rem;
  line-height: 1.43;
}

@media only screen and (max-width: 804px) {
  .function {
    margin-bottom: 12rem;
  }

  .function h2 {
    font-size: 2.4rem;
    padding-bottom: 3.9rem;
  }

  .function-title {
    padding: 0 2.4rem;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .function-title::after {
    width: 2rem;
    height: 1rem;
    background-image: url(../img/features/function-arrow-sp.svg);
    right: 2.2rem;
  }

  .function-title h3 {
    height: 7.6rem;
    font-size: 1.6rem;
    padding: 0;
  }

  .function-title h3 img {
    width: 4rem;
    margin-right: 1.2rem;
  }

  .function-contents {
    padding: 2.4rem 2.2rem 4.7rem;
  }

  .function-item:last-child .function-contents {
    padding-bottom: .1rem;
  }

  .function-contents ul {
    margin: 0 auto -1.5rem;
    display: block;
  }

  .function-contents ul li {
    width: auto;
    border-radius: 4.8rem;
    margin: 0 0 1.5rem;
    padding: 2.3rem 4rem 3.2rem;
  }

  .function-contents ul li h4 {
    margin-bottom: 1.7rem;
  }

  .function-contents ul li h4 img {
    width: 3.2rem;
    margin-right: .5rem;
  }

  .function-contents ul li p {
    font-size: 1.4rem;
  }
}

/*button
----------------------------------------*/
.button {
  padding: 0 2rem 23.6rem;
}

.button-inner {
  max-width: 96rem;
  margin: 0 auto;
  text-align: center;
}

.button h2 {
  font-size: 2.4rem;
  color: #07A994;
  letter-spacing: .4em;
  padding-left: .7em;
  margin-bottom: 3.1rem;
}

.button-contact {
  margin-bottom: 5.2rem;
}

.button-contact a {
  display: block;
  background: #07A994;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  height: 16rem;
  padding-top: 3.9rem;
  border-radius: 8rem;
}

.button-contact a::after {
  content: '';
  display: inline-block;
  background: url(../img/common/ico-contact.svg) no-repeat left top / 100% auto;
  width: 9.7rem;
  height: 8.3rem;
  vertical-align: -2.8rem;
  margin: 0 -.7rem 0 .8rem;
}

.button-top a {
  display: block;
  padding-top: 5.7rem;
  font-size: 3.2rem;
  font-weight: bold;
  height: 16.8rem;
  border-radius: 8.4rem;
  border: .4rem solid #000;
}

@media only screen and (max-width: 804px) {
  .button {
    padding: 0 2.4rem 11.8rem;
  }

  .button h2 {
    font-size: 1.4rem;
    letter-spacing: .2em;
    padding-left: .2em;
    margin-bottom: 1.5rem;
  }

  .button-contact {
    margin-bottom: 2.2rem;
  }

  .button-contact a {
    font-size: 1.6rem;
    height: 6.4rem;
    padding-top: 1.5rem;
    border-radius: 3.2rem;
  }

  .button-contact a::after {
    width: 4rem;
    height: 3.4rem;
    vertical-align: -.9rem;
  }

  .button-top a {
    padding-top: 2rem;
    font-size: 1.6rem;
    height: 6.8rem;
    border-radius: 3.4rem;
    border-width: .2rem;
  }
}

/*price
----------------------------------------*/
.price {
  padding: 12.1rem 2rem 24rem;
}

.price-inner {
  max-width: 128rem;
  margin: 0 auto;
}

.price h2 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.45;
  margin-bottom: 7.9rem;
}

.price-tab {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.price-tab li {
  width: 49.375%;
}

.price-tab li.current {
  width: 50%;
}

.price-tab li a {
  display: block;
  background: rgba(79, 64, 58, .2);
  font-size: 2.4rem;
  font-weight: bold;
  padding: 3.6rem 2rem 4.8rem;
}

.price-tab li.current a {
  background: #fff;
}

.price-item {
  background: #fff;
  padding: 12.8rem 2rem 12rem;
}

.price-item#collect {
  display: none;
}

.price-text dl {
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-text dl dt {
  font-size: 7rem;
  line-height: 1.27;
  font-weight: bold;
  margin-right: 8rem;
  padding-top: 1rem;
}

.price-text dl dd {
  font-size: 7rem;
  line-height: 1.27;
  font-weight: bold;
  text-indent: .4rem;
}

.price-text dl dd span {
  font-size: 7rem;
  text-indent: 0;
}

.price-text dl dd .price-tax {
  font-size: 4.5rem;
  display: block;
  text-indent: 0;
}

.price-text p {
  text-align: center;
  margin-top: 4.4rem;
}

.price-text p span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  display: inline-block;
  background: rgba(242, 140, 96, .4);
  padding: 1.1rem .4rem .9rem 1.6rem;
}

.price-text .price-plus {
  max-width: 86.6rem;
  border: .5rem solid #F28C60;
  margin: 17.7rem auto 5.6rem;
  padding: 4rem 0;
}

.price-plus2 {
  max-width: 66.6rem;
  margin: 17.7rem auto 5.6rem;
}

.price-plus2::before {
  content: '';
  display: block;
  background: url(../img/price/price-plus.svg) no-repeat left top / 100% auto;
  width: 5.8rem;
  height: 5.8rem;
  position: absolute;
  top: -12.7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.price-text .price-plus::before {
  content: '';
  display: block;
  background: url(../img/price/price-plus.svg) no-repeat left top / 100% auto;
  width: 5.8rem;
  height: 5.8rem;
  position: absolute;
  top: -12.7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.price-text .price-plus dt {
  font-size: 4rem;
  padding: 0 0 1.5rem;
  margin-right: 8.7rem;
}

.price-text .price-plus dd {
  font-size: 4.8rem;
}

.price-text .price-plus dd .price-tax {
  font-size: 3.2rem;
  display: block;
  margin-top: .9rem;
}

.price-plan {
  max-width: 112rem;
  margin: 5rem auto 0;
  display: flex;
  justify-content: space-between;
}

.price-plan ul {
  width: 11.9rem;
}

.price-plan ul li {
  background: #FBF3ED;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-plan ul li:nth-child(1) {
  height: 8rem;
}

.price-plan ul li+li {
  margin-top: .4rem;
}

.price-plan sup {
  font-size: .8rem;
  font-weight: bold;
  margin: -2.5rem 0 0 -1.4rem;
}

.price-plan dl {
  width: 33rem;
}

.price-plan dl dt {
  background: #F28C60;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-plan dl dd {
  margin-top: .4rem;
  background: #FEFAF9;
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.45;
}

.price-plan dl dd sup {
  margin-top: -2.8rem;
}

.price-plan dl dd:last-child {
  font-size: 3.2rem;
  font-weight: 300;
}

.price-note {
  max-width: 112rem;
  margin: 3.9rem auto 0;
  line-height: 1.43;
}

.price-note p+p {
  margin-top: 2rem;
}

@media only screen and (max-width: 804px) {
  .price {
    padding: 3.9rem 2.4rem 12rem;
  }

  .price h2 {
    font-size: 1.2rem;
    margin-bottom: 4rem;
  }

  .price-tab li a {
    font-size: 1.6rem;
    padding: .6rem 1rem .9rem;
  }

  .price-item {
    padding: 4.3rem 1.4rem 3.9rem;
  }

  .price-text dl dt {
    font-size: 2.4rem;
    margin-right: 2.3rem;
    padding-top: .5rem;
  }

  .price-text dl dd {
    font-size: 2.4rem;
    text-indent: .2rem;
  }

  .price-text dl dd span {
    font-size: 2.4rem;
  }

  .price-text dl dd .price-tax {
    font-size: 1.6rem;
    margin-top: .3rem;
  }

  .price-text p {
    margin-top: 1.6rem;
  }

  .price-text p span {
    font-size: 1.5rem;
    padding: .3rem 0 .4rem .3rem;
  }

  .price-text .price-plus {
    max-width: 100%;
    border-width: .2rem;
    margin: 8rem auto 4rem;
    padding: 1.7rem 0 1.6rem;
  }

  .price-plus2 {
    max-width: 28.1rem;
    border-width: .2rem;
    margin: 8rem auto 4rem;
  }

  .price-text .price-plus::before {
    width: 2.3rem;
    height: 2.3rem;
    top: -5rem;
  }

  .price-plus2::before {
    width: 2.3rem;
    height: 2.3rem;
    top: -5rem;
  }

  .price-text .price-plus dt {
    font-size: 1.6rem;
    padding: 0 0 .4rem;
    margin-right: 2.4rem;
  }

  .price-text .price-plus dd {
    font-size: 2.4rem;
  }

  .price-text .price-plus dd .price-tax {
    font-size: 1.6rem;
    margin-top: .2rem;
  }

  .price-plan {
    margin: 2rem auto 0;
    display: block;
  }

  .price-plan ul {
    display: none;
  }

  .price-plan dl {
    width: auto;
  }

  .price-plan dl+dl {
    margin-top: 2.3rem;
  }

  .price-plan dl dt {
    font-size: 1.6rem;
    height: 3.2rem;
    margin-bottom: .3rem;
  }

  .price-plan dl dd {
    margin-top: 0;
    border-bottom: .1rem solid #4F403A;
    background: none;
    height: 5.15rem;
    justify-content: flex-start;
    text-align: left;
    font-size: 1.2rem;
    padding-left: 13.6rem;
  }

  .price-plan dl dd span.sp {
    font-size: 1.4rem;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: 0;
    white-space: nowrap;
  }

  .price-plan dl dd sup {
    margin-top: -2.3rem;
  }

  .price-plan dl dd span.sp sup {
    position: absolute;
    right: .1rem;
    top: -.7rem;
    margin: 0;
  }

  .price-plan dl dd:last-child {
    font-size: 1.6rem;
  }

  .price-note {
    font-size: 1.2rem;
  }

  .price-note p+p {
    margin-top: 1.6rem;
  }
}

/*manual
----------------------------------------*/
.manual {
  padding: 12rem 2rem 15.8rem;
  text-align: center;
}

.manual h2 {
  font-size: 2.4rem;
  color: #F28C60;
  padding-left: .65em;
  letter-spacing: .4em;
  margin-bottom: 3.2rem;
}

.manual-btn {
  max-width: 96rem;
  margin: 0 auto;
}

.manual-btn a {
  display: block;
  height: 16rem;
  border-radius: 8rem;
  background: #F28C60;
  color: #fff;
  padding-top: 5rem;
  font-size: 3.2rem;
  font-weight: bold;
}

.manual-btn a::after {
  content: '';
  display: inline-block;
  background: url(../img/support/manual-icon.svg) no-repeat left top / 100% auto;
  width: 4.7rem;
  height: 6rem;
  margin: 0 .3rem 0 1.3rem;
  vertical-align: -1.6rem;
}

@media only screen and (max-width: 804px) {
  .manual {
    padding: 3.9rem 2.4rem 8rem;
  }

  .manual h2 {
    font-size: 1.4rem;
    padding-left: .2em;
    letter-spacing: .2em;
    margin-bottom: 1.4rem;
  }

  .manual-btn a {
    height: 6.4rem;
    border-radius: 3.2rem;
    padding-top: 2rem;
    font-size: 1.6rem;
  }

  .manual-btn a::after {
    width: 1.8rem;
    height: 2.5rem;
    margin: 0 .3rem 0 .7rem;
    vertical-align: -.6rem;
  }
}

/*faq
----------------------------------------*/
.faq {
  padding: 0 2rem 23.8rem;
}

.faq_inner {
  max-width: 96rem;
  margin: 0 auto;
}

.faq h2 {
  text-align: center;
  font-size: 4.8rem;
  margin-bottom: 7.3rem;
}

.faq dt {
  font-size: 1.8rem;
  padding-left: 10.7rem;
  margin-bottom: 7.2rem;
  font-weight: bold;
}

.faq dt::before {
  content: 'Q';
  display: block;
  font-weight: bold;
  font-size: 8.8rem;
  color: rgba(242, 140, 96, .6);
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  position: absolute;
  top: -4.4rem;
  left: .2rem;
  line-height: 1;
}

.faq dd {
  font-size: 1.6rem;
  line-height: 1.44;
  padding: 0 0 8rem 10.7rem;
  margin-bottom: 8.5rem;
  border-bottom: 1px solid #4F403A;
}

.faq dd:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.faq dd::before {
  content: 'A';
  display: block;
  font-weight: bold;
  font-size: 8.8rem;
  color: rgba(7, 169, 148, .6);
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  position: absolute;
  top: -2.5rem;
  left: .6rem;
  line-height: 1;
}

.faq dd strong {
  font-size: 2.4rem;
  vertical-align: -.1rem;
}

.faq-btn {
  max-width: 40rem;
  margin: 0 auto;
}

.faq-btn a {
  display: block;
  background: #F28C60;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 3.75rem 1rem;
  border-radius: 4.8rem;
}

.faq-btn a::after {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1.4rem;
  margin: 0 -0.3rem 0 1.5rem;
  vertical-align: -0.1rem;
  background: url(../img/common/ico-arrow-01.svg) no-repeat left top / 100% auto;
  transition: transform .3s;
}

.faq li {
  margin-left: 1.4em;
  text-indent: -1.4em;
}

@media only screen and (max-width: 804px) {
  .faq {
    padding: 0 2.4rem 12.5rem;
  }

  .faq h2 {
    font-size: 2.4rem;
    margin-bottom: 5rem;
  }

  .faq dt {
    font-size: 1.4rem;
    padding-left: 3.9rem;
    margin-bottom: 2.2rem;
  }

  .faq dt::before {
    font-size: 3.2rem;
    top: -.6rem;
    left: 0;
  }

  .faq dd {
    font-size: 1.4rem;
    padding: 0 0 3.9rem 3.9rem;
    margin-bottom: 4.3rem;
  }

  .faq dd:last-child {
    padding-bottom: 3.2rem;
  }

  .faq dd::before {
    font-size: 3.2rem;
    top: -.4rem;
    left: .2rem;
  }

  .faq dd strong {
    font-size: 1.6rem;
  }

  .faq-btn a {
    padding: 2rem 1rem;
    border-radius: 3.2rem;
  }

  .support-01 {
    width: 100% !important;
  }

  .support-02 {
    width: 85% !important;
  }
}

/*inview
----------------------------------------*/
.inview {
  opacity: 0;
  filter: blur(1rem);
  transition: opacity .5s, filter .5s;
}

.inview.show {
  opacity: 1;
  filter: blur(0);
}

/*footer
----------------------------------------*/
.footer {
  background: #EAE4E0;
  text-align: center;
  padding: 7.7rem 2rem 8rem;
}

.footer h2 {
  font-size: 1.6rem;
  margin-bottom: .3rem;
}

.footer-link a {
  font-weight: bold;
  color: #07A994;
  font-size: 1.6rem;
}

.footer .copyright {
  font-size: 1rem;
  display: block;
  margin-top: 1.5rem;
}

@media only screen and (max-width: 804px) {
  .footer {
    padding: 3.1rem 2rem 2.5rem;
  }

  .footer .copyright {
    margin-top: 2.3rem;
  }
}

/* 問い合わせ */
.form-h1::after {
  content: '';
  display: inline-block;
  background: url(../img/common/ico-contact.svg) no-repeat left top / 100% auto;
  width: 9.7rem;
  height: 8.3rem;
  vertical-align: -2.8rem;
  margin: 1.3rem -0.7rem 0 0.8rem;
}

.form-sec {
  padding: 4.1rem 2rem 2rem;
}

@media only screen and (max-width: 804px) {
  .form-h1::after {
    width: 4rem;
    height: 3.4rem;
    vertical-align: -0.9rem;
    margin: 0.3rem -0.7rem 0 0.2rem;
  }

  .form-sec {
    padding: 3.9rem 2.4rem 2rem;

  }
}

/* オリヒメについて */
.image h2 {
  text-align: center;
  font-size: 4.8rem;
  margin-bottom: 2rem;
  margin-top: 12rem;
}

.image-p {
  text-align: center;
  margin-bottom: 4rem;
}

.image-img {
  width: 75%;
  margin: 0 auto;
}

.model-flex {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}

.model-flex-sen {
  margin-right: 150px;
}

.model-title {
  font-size: 2.4rem;
  line-height: 1.47;
  margin-bottom: 2.4rem;
  font-weight: bold;
}

.model-p {
  font-size: 1.6rem;
  line-height: 1.42;
}

.reverse-flex {
  flex-direction: row-reverse;
}

.reverse-flex .model-flex-sen {
  margin-left: 150px;
  margin-right: 0;
}

.flex-operation {
  display: flex;
}

.operation-left {
  margin-right: 50px;
  width: 50%;
}

.flex-operation .model-title {
  margin-bottom: 1.4rem;
}

.operation2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 804px) {
  .image h2 {
    font-size: 2.4rem;
    margin-bottom: 3.9rem;
    margin-top: 6rem;
  }
}


/* トッぷ*/
.concept-main {
  display: flex;
  justify-content: center;
}

.concept-h2 {
  text-align: left !important;
}

.concept-rowreverse {
  flex-direction: row-reverse;
  margin-top: 120px;
}

.concept-ai {
  padding-right: 90px;
}

.apply {
  display: table;
  font-size: 23px;
  margin: 0 auto;
  text-decoration: underline;
  margin-bottom: 50px;
}

.form-sec h2 {
  margin-bottom: 3.9rem;
}

.pc-on {
  display: block;
}

.sp-on {
  display: none;
}

@media only screen and (max-width: 804px) {
  .concept-main {
    display: block;
  }

  .concept-h2 {
    text-align: center !important;
  }

  .concept-ai {
    padding-right: 0;
  }

  .apply {
    font-size: 16px;
  }

  .sp-on {
    display: block;
  }

  .image-img {
    width: 100%;
  }

  .image-p {
    margin-bottom: 4rem;
  }

  .model-flex {
    display: block;
  }

  .model-flex-sen {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .reverse-flex .model-flex-sen {
    margin-left: 0;
    margin-right: 0;
  }

  .model-flex3 {
    margin-bottom: 0px;
  }

  .flex-operation {
    display: block;
  }

  .operation-left {
    margin-right: 0;
    width: 100%;
  }

  .operation-des {
    margin-top: 30px;
  }

  .pc-on {
    display: none;
  }
}

.sp-con-btn-d {
  margin-right: 12%;
}

.sp-con-btn {
  background: #08a995;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 999px;
  /* margin-right: 11%; */
  margin-top: -5px;
  font-size: 14px;
  display: inline-block;
  /* width: 170px; */
}

/* 送料 */
.mc-img {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* バナー */
.banner {
  text-align: center;
  margin-bottom: 100px;
}

.banner img {
  width: 70%;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

.price-banner {
  margin-bottom: 0;
  margin-top: 50px;
}

@media only screen and (max-width: 804px) {
  .banner img {
    width: 100%;
  }

  .banner {
    margin-bottom: 50px;
  }

  .sp-on.price-banner {
    padding: 0 2.4rem;
    margin-top: 30px;
    margin-bottom: 0;
  }
}


/* FAQ */
.help-table td,
.help-table th {
  padding: 10px;
}

/* .help-table{
  margin-top: 30px;
} */
.help-table a {
  text-decoration: underline;
}

.table-caution {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

.table-p {
  font-weight: bold;
  margin-top: 30px;
  padding-bottom: 5px;
}

table,
table th,
table td {
  border: 1px solid #4F403A;
  border-collapse: collapse;
}

.compare table,
.compare table th,
.compare table td {
  border: none;
}

.help-table2 td,
.help-table2 th {
  padding: 10px;
}

.help-table2 a {
  text-decoration: underline;
}


.faq-caution {
  border: 2px solid #4f423a;
  padding: 20px;
  /* color: #e93838; */
  margin-bottom: 50px;
  font-size: 16px;
}

.faq-caution li {
  list-style: disc;
  line-height: 1.8;
}

.faq-caution ul {
  padding-left: 20px;
}

.faq-caution a {
  text-decoration: underline;
}

.faq-link {
  margin-top: -200px;
  padding-top: 200px;
  display: block;
}

#faq1 {
  border-bottom: 1px solid #4F403A;
}

#faq2 {
  margin-top: -120px;
  margin-bottom: 100px;
  border-bottom: 1px solid #4F403A;
}

.faq-link-z {
  position: relative;
  z-index: 10;
}

.school-p h2 {
  font-size: 40px;
}

@media only screen and (max-width: 804px) {
  #faq2 {
    margin-top: -150px;
    margin-bottom: 40px;
  }

  .table-p {
    font-weight: bold;
    margin-top: 10px;
  }
}


.caution {
  margin: 0 auto;
  /* text-align: center; */
  width: 75%;
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 1.8;
  border: 2px solid #7c6f69;
  padding: 45px;
  color: #4F403A;
}

.caution p {
  /* font-weight: bold; */
  /* font-size: 18px; */
}

.caution span {
  font-weight: bold;
}

.red-caution {
  font-size: 18px;
  /* font-weight: bold; */
  color: #da2e2e;
  border: 2px solid #da2e2e;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.cost-flex {
  display: flex;
  font-weight: normal;
  margin-top: 10px;
  justify-content: center;
}

@media only screen and (max-width: 814px) {
  .caution {
    width: 95%;
    padding: 20px;
    font-size: 15px;
    margin-bottom: 40px;
  }

  .red-caution {
    font-size: 14px;
    text-align: left;
  }
}



@media only screen and (max-width: 960px) {
  .school-title {
    font-size: 15px !important;
  }

  .school-p {
    font-size: 14px;
    margin-top: 25px;
    padding-bottom: 20px !important;
  }

  .program-flow {
    font-size: 1.8rem;
      padding: 0.5rem 0;
    margin-top: 30px;
  }

  .flow-flex {
    margin-top: 30px;
    padding: 20px;
    text-align: center;
  }

  .flex-item {
    display: block;
  }

  .flow-flex h4 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 11px;
  }

  .program-img {
    margin-right: 0;
    margin: 0 auto;
  }

  .program-text {
    font-size: 14px;
  }

  .arrow {
    width: 33px;
    margin: 12px auto;
  }

  .packege-inner {
    margin-top: 20px;
  }

  .package-p {
    font-size: 16px;
  }

  .flex-package {
    display: block;
    margin-top: 17px;
  }

  .flex-package a {
    justify-content: center;
  }

  .flex-package-item p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .flex-package-item.first {
    margin-right: 0px;
  }

  .flex-package-item {
    padding: 20px 40px 35px 40px;
  }

  .flex-package-item li {
    font-size: 14px;
  }

  .arrow2 {
    width: 33px;
  }

  .flex-package-sp {
    margin-top: 25px;
  }

  .packege-flex {
    margin-top: 40px;
  }

  .subtitle span {
    display: block;
    font-size: 14px;
    margin-right: 0;
    width: 80%;
    margin: 0 auto;
  }

  .subtitle {
    font-size: 16px;
    padding: 10px 0;
  }

  .flex-content {
    padding: 20px;
  }

  .program-sp {
    margin-top: 15px;
  }

  .subject {
    font-size: 16px;
    margin-top: 34px;
    margin-bottom: 50px;
  }

  .subject-title {
    text-align: center;
    margin-bottom: 20px;
  }

  .gray {
    width: 100%;
    margin-top: 20px;
    padding: 23px 10px
  }

  .gray p {
    font-size: 14px;
    text-align: center;
  }

  .gray table th {
    font-size: 14px !important;
  }

  .flex-rec p {
    font-size: 14px;
    margin-left: 4px;
  }

  .flex-rec img {
    width: 12px;
  }

  .subject-li {
    font-size: 14px;
  }

  .subject-content {
    margin-top: 15px;
  }

  .school-btn {
    font-size: 18px;
  }

  .school-btn img {
    width: 18px;
  }

  .subject-table {
    display: block;
  }

  .subject-title-m {
    margin-top: 25px !important;
  }

  .day-flow-item {
    font-size: 15px;
  }

  .day-flow-p {
    font-size: 14px;
  }

  .day-flow .arrow {
    margin-left: 0;
    margin: 12px auto;
  }

  .day-flow {
    text-align: center;
  }

  .day-flow-gray table {
    margin-top: 0px;
  }

  .sp-text {
    text-align: center;
  }

  .package-a {
    margin-right: 0px;
  }

  .flex-rec2 {
    width: 100%;
  }

  .flex-rec2-item {
    width: 100%;
  }

  .table-cell p {
    /* text-align: left !important; */
    font-weight: normal;
  }

  .school-p h2 {
    font-size: 23px;
  }

  .cost-flex {
    display: block;
    /* tr,
td {
  display: block !important;
} */
  }

  .day-flow-gray {
    margin-bottom: 40px !important;
  }

}



/* レンタル・購入ボタン */

.buy-btn {
  margin-left: 2.3rem;
}

.buy-btn a {
  background: none;
  border: 2px solid #07A994;
  color: #07A994;
  padding: 0.5rem 0 0;
}

.btn-flex-order a {
  font-size: 27px;
  padding: 15px 70px;
  border: 3px solid #4F403A;
  border-radius: 999px;
  display: block;
  font-weight: 500;
}

.btn-flex {
  display: flex;
  justify-content: center;
}

.btn-flex-order-right {
  margin-left: 30px;
}


.btn-flex-order a::after {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1.8rem;
  margin: 0 -.3rem 0 1.5rem;
  vertical-align: -.1rem;
  background: url(../img/common/ico-arrow-02.svg) no-repeat left top / 100% auto;
  transition: transform .3s;
}

@media only screen and (max-width: 804px) {
  .btn-flex {
    display: block;
  }

  .btn-flex-order-right {
    margin-left: 0;
    margin-top: 30px;
  }

  .btn-flex-order a {
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #4F403A;
  }

  .btn-flex-order a::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1.8rem;
    margin: 0 -.3rem 0 1.5rem;
    vertical-align: -.4rem;
    background: url(../img/common/ico-arrow-02.svg) no-repeat left top / 100% auto;
    transition: transform .3s;
  }
}



@media screen and (min-width:544px) and (max-width:804px) {
  .btn-flex-order a::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1.8rem;
    margin: 0 -.3rem 0 1.5rem;
    vertical-align: -0.6rem;
    background: url(../img/common/ico-arrow-02.svg) no-repeat left top / 100% auto;
    transition: transform .3s;
  }

}

.btn-flex-order a {
  font-size: 27px;
  padding: 15px 70px;
  border: 3px solid #4F403A;
  border-radius: 999px;
  display: block;
  font-weight: 500;
}

.caution-btn a {
  font-size: 17px;
  padding: 15px 20px;
  border: 2px solid #4F403A;
  border-radius: 999px;
  display: block;
  font-weight: 500;
  line-height: 1.5;
}

.caution-btn a::after {
  vertical-align: -0.4rem;
}



/* TOPページニュースバナー */

.news-banner {
  /* position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2500; */
  background: #F28C60;
  text-align: center;
  font-size: 15px;
  color: #fff;

}

.news-banner a {
  display: block;
  padding: 6px 20px;
  font-size: 18px;
  font-weight: bold;
}


.main-top {
  padding-top: 13rem;
}

.top-header {
  padding: 0 0 4rem 0;
  height: 13rem;
  /* margin-top: 20px; */

  transition: 0.5s;
}

.top-header.hide {
  transform: translateY(-40px);
}

.top-header-inner {
  margin: 0 auto;
  margin-top: 27px;
}

@media only screen and (max-width: 814px) {
  .caution-btn a {
    font-size: 16px;
  }

  .top-header.hide {
    transform: translateY(-50px);
  }

  .top-header-inner {
    margin: 21px 2rem 0 2rem;
  }

  .sp-contract-btn {
    margin: 0 auto !important;
  }

  .main-top {
    padding-top: 8.2rem;
  }

  .header.sp-on {
    padding: 0;
    height: 8.3rem;
  }

  .header-inner-sp {
    margin: 0 20px;
  }

  .news-banner-sp {
    background: #f28c60;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .rental-form-sec {
    margin-top: 0 !important;
  }

}


.event-title {
  font-size: 4rem !important;
  padding: 0 5rem !important;
}

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

.program-flow {
  max-width: 770px;
}

.program-t {
  font-size: 18px;
  font-weight: normal;
}

.subject-title-span {
  font-size: 18px;
  font-weight: normal;
}

.flex-rec3 {
  width: 25%;
}

.flex-rec3-item {
  width: 75%;
}

.feature-number-t {
  font-size: 16rem;
  font-weight: 300;
  color: rgba(242, 140, 96, .4);
  /* position: absolute; */
  /* left: 0; */
  /* top: -.2rem; */
  line-height: .5;
  margin-right: 30px;
  margin-top: 16px;
}

.number-t-flex {
  display: flex;
}

.number-t-h3 {
  font-size: 25px;
}

.number-t-p {
  margin-top: 10px;
}

.program-img2 {
  width: 100%;
}

.event-flex-item {
  margin-top: 30px;
  width: 45%;
}

.event-flex-item h4 {
  margin-bottom: 0;
  margin-top: 10px;
}

.event-flex-whole {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.flow-flex2 {
  margin-top: 30px;
}

.package-title {
  font-size: 3.5rem;
}

.flex-start{
  align-items: flex-start;
}
.achievement{
  width: 100%;
}

.event-flex-whole2{
  align-items: center;
}

.last-table{
  border-bottom: none;
}


@media only screen and (max-width: 814px) {
  .page-title h1{
font-size: 1.6rem !important;
line-height: 1.3;
left: -10px;
  }
    .feature-text {
      padding: 0;
    }
  .feature-number-t {
    font-size: 7rem;
    margin-right: 20px !important;
      margin-top: 0px;
  }
    .number-t-h3 {
      font-size: 17px;
      text-align: left;
    }
.number-t-flex-sp{
  display: flex;
  align-items: center;
}
.number-t-p {
  margin-top: 20px;
  text-align: left;
}
.program-flow{
  margin-top: 40px !important;
}
.package-title {
  font-size: 16px;
}
.event-flex-whole {
  display: block;
}
.event-flex-item {
  margin-top: 30px;
  width: 100%;
}
.subject-title {
  font-size: 18px;
  /* text-align: center; */
  margin-top: 14px;
  text-align: left;
}
.program-img2{
  margin-top: 20px;
}
.flex-rec3 {
  width: 100%;
}
.flex-rec3-item {
  width: 100%;
}
.subject-table-sp{
  margin-top: 20px !important;
}
.subject-title-span {
  font-size: 16px;
}
.subject-content {
  width: 100%;
}
.sp-subject-table{
  margin-top: 20px !important;
}
.program-flow2{
  margin-top: 80px !important;
}
.package-p2 {
  margin-top: 17px;
}
}