@charset "UTF-8";
/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@500&family=Caveat&family=M+PLUS+Rounded+1c:wght@400;700;800;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #6096C4;
  text-decoration: none; }
  a:hover {
    opacity: .8; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0;
  padding: 0; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #F4F5EF;
  --gray: #E5E5E5;
  --red: #E9485A;
  --blue: #72D1AD;
  --blue2: #80BDF8;
  --primary: #009966;
  --second: #ff3333;
  --third: #ffcc66;
  --text-body: #333333;
  --radius: 5px; }

/* Base Setting
---------------------------------------- */
html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  overflow-wrap: break-word;
  font-weight: 300;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.55;
  position: relative;
  width: 100%;
  background: var(--white);
  letter-spacing: -1px; }
  @media (min-width: 48em) {
    body {
      font-size: 18px; } }

a {
  transition: all 0.3s;
  color: var(--primary);
  outline: none !important; }
  a:hover {
    opacity: 1;
    color: var(--second); }

b,
strong {
  font-weight: 600; }

p {
  margin: 0 0 25px; }
  @media (min-width: 48em) {
    p {
      margin: 0 0 35px; } }
  p span {
    color: var(--second);
    font-weight: 600; }

h1, h2, h3, h4, h5, h6 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  color: var(--primary); }

h1 {
  font-size: 36px;
  line-height: 1.3; }
  @media (min-width: 48em) {
    h1 {
      font-size: 50px;
      line-height: 65px; } }

h2 {
  font-size: 7vw;
  line-height: 1.4; }
  @media (min-width: 48em) {
    h2 {
      font-size: 44px;
      line-height: 62px; } }

h3 {
  font-size: 28px;
  line-height: 1.16; }
  @media (min-width: 48em) {
    h3 {
      font-size: 40px; } }

h4 {
  font-size: 24px;
  line-height: 1.16; }
  @media (min-width: 48em) {
    h4 {
      font-size: 36px; } }

h5 {
  font-size: 20px;
  line-height: 1.2; }
  @media (min-width: 48em) {
    h5 {
      font-size: 24px; } }

h6 {
  font-size: 18px;
  line-height: 1.3; }
  @media (min-width: 48em) {
    h6 {
      font-size: 20px; } }

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

.container, .container-fluid {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative; }

.about__inner {
  max-width: 976px;
  margin: 0 auto; }

.footer ul, .about__content ul, .pricing-table__heading ul, .pricing-table__item ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.about__list ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .about__list ul li {
    background: url("../images/check-icon.png") no-repeat 0 0;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding-left: 45px;
    min-height: 30px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px; }
    @media only screen and (max-width: 767px) {
      .about__list ul li {
        background-size: 5vw;
        padding-left: 30px;
         } }
    @media (min-width: 48em) {
      .about__list ul li {
        min-height: 48px;
        font-size: 30px;
        padding-left: 60px; } }
    .about__list ul li + li {
      margin-top: 10px; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="phone"],
input[type="search"],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important; }

.btn,
button,
input[type="button"],
input[type="submit"] {
  transition: all 0.3s;
  color: var(--white);
  padding: 15px 32px;
  min-width: 230px;
  text-align: center;
  outline: none !important;
  border-radius: 100px;
  text-transform: uppercase;
  border: 0;
  font-size: 22px;
  line-height: 34px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  background: var(--third);
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 5px #cacaca;
  text-shadow: 0 0 1px #262626;
  justify-content: center; }
  @media (min-width: 48em) {
    .btn,
    button,
    input[type="button"],
    input[type="submit"] {
      font-size: 28px;
      line-height: 48px;
      padding: 21px 65px; } }
  .btn::before,
  button::before,
  input[type="button"]::before,
  input[type="submit"]::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none; }
  .btn::after,
  button::after,
  input[type="button"]::after,
  input[type="submit"]::after {
    content: '';
    border-left: 20px solid var(--white);
    border-left: 15px solid var(--white);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-left: 20px; }
    @media (min-width: 48em) {
      .btn::after,
      button::after,
      input[type="button"]::after,
      input[type="submit"]::after {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 20px solid transparent;
        margin-left: 25px; } }
  .btn:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover {
    opacity: 0.9;
    color: var(--white);
    border-top: 0;
    box-shadow: 0 4px 5px #cacaca, 0 -5px #d4ac5c inset; }
    .btn:hover:before,
    button:hover:before,
    input[type="button"]:hover:before,
    input[type="submit"]:hover:before {
      transform: skewX(-45deg) translateX(30em);
      transition: all 0.5s ease-in-out; }

.btn-second {
  background: var(--blue); }
  .btn-second:hover {
    box-shadow: 0 4px 5px #cacaca, 0 -5px #5da489 inset; }

    .btn-third {
      background: var(--blue2); }
      .btn-third:hover {
        box-shadow: 0 4px 5px #cacaca, 0 -5px #5987b5 inset; }

.btn-outline {
  transition: all 0.3s;
  color: var(--primary);
  padding: 15px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: none;
  text-transform: uppercase;
  border: 1px solid var(--primary); }
  .btn-outline:hover {
    opacity: 0.9;
    color: var(--white); }
  .btn-outline svg {
    margin-right: 15px;
    max-height: 20px; }
  .btn-outline.btn-white {
    border-color: var(--white);
    color: var(--white); }

.container-fluid {
  max-width: 1920px; }
  @media (min-width: 48em) {
    .container-fluid {
      padding: 0 64px; } }

.hamburger {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  align-self: flex-end;
  border: 2px solid var(--white);
  opacity: 1; }
  .hamburger__line {
    width: 29px;
    height: 3px;
    background: var(--black);
    backface-visibility: hidden;
    position: absolute;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
    transform: rotate(0deg);
    border-radius: 5px;
    top: calc(50% - 1.5px);
    left: calc(50% - 14.5px); }
    .hamburger__line::before, .hamburger__line::after {
      content: '';
      transform-origin: center center;
      width: 29px;
      height: 3px;
      background: var(--black);
      backface-visibility: hidden;
      position: absolute;
      left: 0;
      top: 10px;
      transition: 0.3s all ease;
      border-radius: 5px;
      opacity: 1; }
    .hamburger__line::after {
      top: -10px; }
  .hamburger.active .hamburger__line {
    transform: rotate(225deg); }
    .hamburger.active .hamburger__line::before {
      transform: rotate(-90deg);
      top: 0; }
    .hamburger.active .hamburger__line::after {
      opacity: 0; }

.section {
  padding: 70px 0 50px; }
  @media (min-width: 48em) {
    .section {
      padding: 50px 0; } }
  .section-heading {
    margin: 0 0 40px;
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 800; }
    @media (min-width: 48em) {
      .section-heading {
        margin: 0 0 60px; } }
    .section-heading--stars {
      font-size: 30px;
      line-height: 1.4;
      color: white;
      text-align: center;
      color: black;
      -webkit-text-fill-color: white;
      -webkit-text-stroke-width: 3px;
      -webkit-text-stroke-color: var(--second);
      background: url("../images/star-1.png") no-repeat 0 0, url("../images/star-2.png") no-repeat 100% 0;
      padding: 75px 0 40px;
      font-family: "M PLUS Rounded 1c", sans-serif;
      font-weight: 800; }
      @media (min-width: 48em) {
        .section-heading--stars {
          margin: 0 0 45px;
          font-size: 60px;
          line-height: 1.2;
          padding: 50px 0;
          letter-spacing: -4px; } }
      @media only screen and (max-width: 767px) {
        .section-heading--stars {
          font-size: 6.9vw;
          background-size: 70px;
          margin-bottom: 0px;-webkit-text-stroke-width: 2px; } }
    .section-heading--arrow {
      background: #84d0c8;
      background: linear-gradient(0deg, #84d0c8 0%, #52a8f5 100%);
      font-size: 30px;
      color: var(--white);
      margin: 0 0 45px;
      padding: 26px 20px;
      text-align: center;
      position: relative;
      font-family: "M PLUS Rounded 1c", sans-serif; }
      @media (min-width: 48em) {
        .section-heading--arrow {
          margin: 0 0 85px; } }
      .section-heading--arrow::after {
        content: '';
        border-top: 15px solid #84D0C8;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        position: absolute;
        left: calc(50% - 10px);
        top: 100%; }
        @media (min-width: 48em) {
          .section-heading--arrow::after {
            border-top: 30px solid #84D0C8;
            border-left: 30px solid transparent;
            border-right: 30px solid transparent; } }

.align-right {
  float: right;
  margin: 0 0 30px 30px; }

.align-left {
  float: left;
  margin: 0 30px 30px 0; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }
  .modal .bigimg {
    position: absolute;
    width: 80%;
    max-width: 800px;
    top: 50%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
    max-height: calc(100vh - 60px);
    transform: translateY(-50%); }
    @media (min-width: 48em) {
      .modal .bigimg {
        height: calc(100vh - 160px); } }
    .modal .bigimg img {
      width: 100%; }
  .modal .close-btn {
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 0; }
    @media (min-width: 48em) {
      .modal .close-btn {
        font-size: 40px; } }
    .modal .close-btn a {
      color: #fff;
      text-decoration: none; }

.collapsible__item h5 {
  font-size: 24px;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  background: #EEE;
  color: var(--text-body);
  padding: 24px 70px 24px 40px;
  border-bottom: 1px solid #9A9A9A;
  position: relative;
  cursor: pointer; }
  .collapsible__item h5::before, .collapsible__item h5::after {
    content: '';
    position: absolute;
    top: 37px;
    right: 50px;
    width: 18px;
    height: 3px;
    background: var(--text-body); }
  .collapsible__item h5::after {
    width: 3px;
    height: 18px;
    top: 29px;
    right: 57px;
    opacity: 1; }

.collapsible__item > div {
  padding: 10px; }
  @media (min-width: 48em) {
    .collapsible__item > div {
      padding: 30px; } }

.collapsible__item.active h5::after {
  opacity: 0; }

.footer {
  text-align: center;
  padding: 35px 0; }
  @media (min-width: 48em) {
    .footer {
      padding: 65px 0 55px; } }
  .footer ul {
    margin-bottom: 10px; }
    @media (min-width: 48em) {
      .footer ul {
        margin-bottom: 5px; } }
    @media (min-width: 48em) {
      .footer ul li {
        display: inline-block;
        line-height: 1; } }
    .footer ul li + li {
      margin-top: 10px; }
      @media (min-width: 48em) {
        .footer ul li + li {
          margin-top: 0;
          border-left: 1px solid var(--text-body);
          margin-left: 20px;
          padding-left: 20px; } }
    .footer ul li a {
      color: var(--text-body); }
  .footer p {
    margin: 0; }

/** Pages */
.banner {
  background: url("../images/banner-bg-mb.jpg") no-repeat 50% 50%/cover;
  padding: 0 0 30px; }
  @media (min-width: 48em) {
    .banner {
      background-image: url("../images/banner-bg.jpg");
      padding: 15px 0; } }
  .banner img {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .banner .container {
      padding: 0; } }
  .banner .btn {
    position: absolute;
    bottom: 10%;
    font-size: 20px;
    padding: 10px 20px 10px 30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    transition: box-shadow 0.3s ease-in-out; }
    @media (min-width: 48em) {
      .banner .btn {
        font-size: 32px;
        padding: 16px 25px 16px 40px;
        bottom: 16%; } }

.about {
  padding-bottom: 40px; }
  .about__list {
    border: 2px solid var(--primary);
    background: var(--white);
    padding: 20px;
    margin-bottom: 30px; }
    @media (min-width: 48em) {
      .about__list {
        padding: 50px 45px; } }
    .about__list img {
      margin-bottom: 40px; }
	  @media only screen and (max-width: 767px) {
		.about__list img {
			margin: 0 auto 40px;
			width: 70%;
			display: block;
		}
	}
      @media (min-width: 48em) {
        .about__list img {
          float: right;
          margin: -20px 0 10px 10px; } }
    @media (min-width: 48em) {
      .about__list ul {
        margin-bottom: 0; } }
    @media (min-width: 48em) {
      .about__list ul li {
        letter-spacing: 0px;
        font-size: 26.5px; } }
  .about__content img {
    float: right;
    margin: 0 0 30px 20px; }
  .about__content ul {
    margin-bottom: 35px; }
    .about__content ul li {
      font-size: 22px;
      line-height: 50px;
      font-weight: 600;
      display: inline-block;
      background: linear-gradient(0, #FFF69A 15px, transparent 15px) 0 -9px; }
      @media only screen and (max-width: 767px) {
         .about__content ul li {
      font-size: 4.3vw;}
      }

.mission {
  padding: 20px 0;
  background: url("../images/bg-line.png") repeat 0 0; }
  @media (min-width: 48em) {
    .mission {
      padding: 50px 0; } }
  .mission__inner {
    position: relative;
    background: url("../images/mission-text.png") no-repeat 100% 90px var(--white);
    padding: 120px 20px 20px 30px;
    max-width: 1074px;
    margin: 0 auto;
    box-shadow: 30px 30px 30px 15px rgba(255, 204, 102, 0.2); }
    @media (min-width: 48em) {
      .mission__inner {
        padding: 215px 35px 20px 35px; } }
    .mission__inner > h2 {
      background: url("../images/heading-ribbon.png") no-repeat;
      background-size: contain;
      padding: 25px 100px 25px 0;
      color: var(--white);
      position: absolute;
      width: 100%;
      height: 100px;
      text-align: right;
      left: -30px;
      top: 20px; }
      @media (min-width: 48em) {
        .mission__inner > h2 {
          background: url("../images/heading-ribbon.png") no-repeat 100% 100%;
          padding: 42px 100px 42px 0;
          left: -50px;
          top: 25px;
          width: 568px;
          height: 147px; } }
      .mission__inner > h2 span {
        transform: rotate(-6deg);
        display: block;
        margin-top: 10px; }
    .mission__inner h3 {
      font-size: 18px;
      line-height: 45px;
      color: var(--white);
      padding: 0 12px; }
      @media (min-width: 48em) {
        .mission__inner h3 {
          font-size: 29px;
          line-height: 69px;
          padding: 0 20px; } }
      .mission__inner h3 span {
        padding: 7px 0;
        background: var(--red);
        box-shadow: 12px 0 var(--red), -12px 0 var(--red); }
        @media (min-width: 48em) {
          .mission__inner h3 span {
            box-shadow: 20px 0 var(--red), -20px 0 var(--red); } }
      .mission__inner h3 + p {
        margin-top: 20px; }

.provided {
  padding: 50px 0 ; }
  @media only screen and (max-width: 767px) {.provided {padding: 20px 0 ; }}
  .provided__inner > p {
    text-align: center;
    margin: 0 0 100px; }
  .provided__heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px; }
    @media (min-width: 48em) {
      .provided__heading {
        margin-bottom: 150px; } }
    .provided__heading--tab {
      border: 5px solid var(--third);
      width: 50%;
      text-align: center; }
      @media (min-width: 48em) {
        .provided__heading--tab {
          width: calc(50% - 45px); } }
      .provided__heading--tab figure {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px; background: var(--white)}
        @media (min-width: 48em) {
          .provided__heading--tab figure {
            height: 270px; } }
        .provided__heading--tab figure img {
          max-height: 100%; }
      .provided__heading--tab h4 {
        background: var(--third);
        color: var(--white);
        margin: 0;
        padding: 39px 20px; }


      .provided__heading--tab:last-child {
        border-color: var(--blue2); background: var(--blue2)}
        .provided__heading--tab:last-child h4 {
          background: var(--blue2); }

  .provided__content {
    padding-top: 35px; }
    @media (min-width: 48em) {
      .provided__content {
        padding-top: 70px; } }
    .provided__content + .provided__content {
      margin-top: 40px; }
      @media (min-width: 48em) {
        .provided__content + .provided__content {
          margin-top: 110px; } }
    .provided__content--inner {
      border: 5px solid var(--third);
      position: relative; }
      @media (min-width: 48em) {
        .provided__content--inner {
          padding: 110px 80px 10px; } }
      .provided__content--inner > h3 {
        display: inline-block;
        font-size: 16px;
        position: absolute;
        margin: 0;
        padding: 0 10px;
        left: 50%;
        top: -30px;
        transform: translateX(-50%);
        text-align: center;
        white-space: nowrap;
        z-index: 1;
        background: var(--white); }
        @media (min-width: 48em) {
          .provided__content--inner > h3 {
            font-size: 40px;
            top: -65px;
            padding: 0 60px; } }
        .provided__content--inner > h3 span {
          position: relative;
          z-index: 1;
          color: var(--white);
          background: var(--third);
          padding: 20px;
          display: block; }
          @media (min-width: 48em) {
            .provided__content--inner > h3 span {
              padding: 42px 70px; } }
      .provided__content--inner > p {
        max-width: 740px;
        padding-inline: 20px;
        margin: 45px auto 15px; }
        @media (min-width: 48em) {
          .provided__content--inner > p {
            padding-inline: initial;
            margin: 45px auto 75px; } }

            .provided__content:nth-child(6) .provided__content--inner {
              border-color: var(--blue); }
              .provided__content:nth-child(6) .provided__content--inner > h3 span {
                background: var(--blue); }


    .provided__content:last-child .provided__content--inner {
      border-color: var(--blue2); }
      .provided__content:last-child .provided__content--inner > h3 span {
        background: var(--blue2); }

  .provided__row {
    padding: 50px 20px 0; }
    @media (min-width: 48em) {
      .provided__row {
        padding: 0 50px 0 95px; } }
    .provided__row + .provided__row {
      margin-top: 35px;
      padding-top: 40px;
      border-top: 2px solid #9A9A9A; }
    .provided__row--heading {
      margin: 0 0 25px; }
      @media (min-width: 48em) {
        .provided__row--heading {
          margin: 0 0 25px -40px;
          display: flex;
          align-items: center; } }
      .provided__row--heading span {
        font-size: 26px;
        line-height: 1;
        font-family: "Caveat", sans-serif;
        font-weight: 400;
        width: 70px;
        height: 70px;
        min-width: 70px;
        border: 4px dotted #E9485A;
        display: flex;
        border-radius: 100%;
        align-items: center;
        justify-content: center;
        color: #E9485A;
        margin-right: 15px;
        float: left; }
        @media only screen and (max-width: 767px) {
          .provided__row + .provided__row{position:relative;border-top:0;}
          .provided__row + .provided__row:before{content:'';position:absolute;width:70%;top:0;left:15%;height:2px;background:#9A9A9A;}
		  .provided__row--heading {
				height: 70px;
			}
		  .provided__row--heading span {
        border: 2px dotted #E9485A; }
        }
        @media (min-width: 48em) {
          .provided__row--heading span {
            float: none;
            font-size: 60px;
            width: 138px;
            height: 138px;
            min-width: 138px;
            margin-right: 35px; } }
      .provided__row--heading h4 {
        font-size: 4.6vw;
        line-height: 38px;
        font-weight: 600;
        color: #E9485A;
        margin: 0;
        letter-spacing: -2px; }
        @media (min-width: 48em) {
          .provided__row--heading h4 {
            font-size: 30px;
            line-height: 48px; } }
    .provided__row--body p img {
      float: right;
      margin: 0 0 30px 30px; }
    .provided__row--body ul {
      background: #EEE;
      padding: 30px 20px;
      list-style: none;
      padding-left: 20px; }
      @media (min-width: 1024px) {
        .provided__row--body ul {
          padding: 30px 40px;
          margin: 0 auto 55px;
		  max-width: 70%; } }
      .provided__row--body ul li {
        font-size: 4.3vw;
        font-weight: 400;
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px; }
        @media (min-width: 48em) {
          .provided__row--body ul li {
            margin-bottom: initial;
            font-size: 19px;
            padding-left: 45px;
            line-height: 50px; } }
        .provided__row--body ul li::before {
          content: '';
          border-left: 20px solid #E9485A;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
          position: absolute;
          top: 10px;
          left: 0; }
    .provided__row--body::after {
      content: '';
      display: block;
      clear: both; }
    .provided__row--note {
      background: #FBF5C8;
      padding: 20px;
      font-size: 14px; }
      @media (min-width: 48em) {
        .provided__row--note {
          margin: 30px -20px 50px -65px;
          padding: 30px 40px;
          font-size: 16px;
          letter-spacing: -2px; } }
      .provided__row--note p:last-of-type {
        margin-bottom: 0; }


.pricing-table{
	letter-spacing: 0px;
	background: #D5F3EA;
	padding: 50px 0;
}
.ori-container{
	width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.o-pricing-table-title{
	margin: 0 0 80px;
	text-align: center;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--primary);
    color: var(--white);
    font-weight: 800;
    font-size: 44px;
    line-height: 62px;
}
.o-pricing-table__inner{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.o-pricing-table__item{
	width: calc(50% - 16px);
	background: var(--white);
    text-align: center;
    border-bottom: 8px solid transparent;
}
.o-pricing-table__item h3 {
	display: block;
	font-size: 34px;
    color: var(--white);
    background: var(--third);
    padding: 29px;
    margin: 0;
}

.o-pricing-table__item--content{
	padding: 35px 30px 80px;
}

.o-one-month > span {
	font-size: 14px;
	font-weight: 600;
	display: block;
}

.o-one-month h4 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--text-body);
	font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	width: 100%;
	max-width: 350px;
	border-bottom: 1px solid #9A9A9A;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.o-one-month h4 span {
	font-size: 29px;
	font-weight: 600;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.o-one-month h4 strong {
	font-weight: 900;
	font-family: Arial, sans-serif;
	font-size: 70px;
}

.o-one-month h4 span small {
	font-size: 14px;
	writing-mode: initial;
	text-orientation: initial;
}

.o-six-months {
	margin-bottom: 65px;
}
.o-six-months > span {
	font-size: 14px;
	font-weight: 600;
	display: block;
}

.o-six-months h4{
	display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-body);
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.o-six-months h4 span:first-child {
	display: flex;
	flex-direction: column-reverse;
}

.o-six-months h4 strong {
	font-weight: 900;
	font-family: Arial, sans-serif;
	font-size: 70px;
}
.o-six-months h4 span {
	font-size: 29px;
	font-weight: 600;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.o-six-months .save {
	background: var(--red);
	color: var(--white);
	display: inline-block;
	padding: 7px 15px;
	min-width: 180px;
	position: relative;
	margin: 10px 0 0;
}



.o-six-months .save::before {
	content: '';
	position: absolute;
	bottom: 100%;
	border-bottom: 10px solid var(--red);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	left: 50%;
	transform: translateX(-50%);
}

.o-pricing-table__item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.o-pricing-table__item ul li {
	font-weight: 600;
}

.o-pricing-table__item ul li + li {
	margin-top: 18px;
}

.o-pricing-table__item ul li.none {
	color: #ccc;
}

.o-pricing-table__item .btn {
	width: 100%;
	max-width: 490px;
	margin-top: 85px;
}

.o-pricing-table__item.recommend {
	border: 8px solid var(--blue);
	border-top: 0;
}

.o-pricing-table__item.recommend h3 {
	position: relative;
	overflow: hidden;
	padding-top: 102px;
	background: var(--blue);
	margin: 0 -8px;
}

.o-pricing-table__item h3 span {
	position: absolute;
	top: 5px;
	right: -32px;
	font-size: 24px;
	background: var(--red);
	padding: 20px 60px 20px 175px;
	z-index: 1;
	transform: rotate(
23deg);
}


@media (max-width: 500px){

	.o-pricing-table__item h3 {
    font-size: 20px;

}

	.o-pricing-table__item--content {
    padding: 35px 5px 40px;
}
	.o-one-month h4{
		font-size: 12px;
	}
	.o-one-month h4 span{
		font-size: 14px;
		display: block;
		width: 100%;


	}

	.o-one-month h4 span small {
		writing-mode: vertical-rl;
}

	.o-one-month h4 strong{
		font-size: 30px;

	}
	.o-six-months h4{
		font-size: 16px;
	}
	.o-six-months h4 span{
		font-size: 16px;

	}
	.o-six-months h4 strong{
		font-size: 30px;

	}
	.o-pricing-table__item h3 span {

    font-size: 12px;

    padding: 15px 60px 15px 175px;

}

.o-six-months .save {

	padding: 5px;
	min-width: unset;

}

.o-pricing-table__item .btn {
	min-width: unset;
	font-size: 16px;
	padding: unset;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 1.3;
	height: 80px;



}

.o-pricing-table__item ul li {
	font-size: 14px;
}

.o-pricing-table__item.recommend {
	border: 2px solid var(--blue);
	border-top: none;

}
.o-pricing-table__item.recommend h3 {
	font-size: 20px;
	padding-top: 29px;

	margin: 0 -2px;
}

.o-pricing-table__item {
	width: calc(50% - 4px);
}
.o-pricing-table__item h3 span {
	font-size: 12px;
	padding: 10px 0;
	padding-left: 50px;
	width: 200px;
	top: -9px;
    right: -52px;
}
.o-pricing-table__item{
	border-bottom: none;
}

.basic{
	padding: 35px 7px 42px;
}


}

@media (min-width:500px){
	.o-six-months span .small-month{
		font-size: 14px;
	}
	.o-six-months span .horizontal{
		font-size: 14px;
		writing-mode: initial;

	}

}




.message {
  background: url("../images/bg-dots.png") repeat 0 0;
  padding: 50px 0; }
   @media only screen and (max-width: 767px) {
		.message {
		  padding: 20px 0px; }
		  .support {
		  padding: 20px 0px; }

		.support .btn-second {
		 margin: 10px 0; }
		  }



  .message h2 {
    text-align: center; }
  .message__inner {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 30px 30px 30px 15px rgba(255, 204, 102, 0.2);
    padding: 90px 20px 40px 20px; }
    @media (min-width: 48em) {
      .message__inner {
        padding: 90px 65px 40px 65px; } }
    .message__inner img {
      float: left;
      margin: 0 50px 30px 0; }
    .message__inner h3 {
      color: var(--text-body);
      font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
      font-size: 30px;
      line-height: 39px;
      margin: 0 0 50px; }

.support {
  padding: 50px 0;
  text-align: center; }
  .support h2 {
    color: var(--text-body);
    text-align: center;
    font-size: 22px;
    margin: 0 0 50px; }
    @media (min-width: 48em) {
      .support h2 {
        font-size: 30px; } }
  .support .btn {
    font-size: 18px;
    padding: 10px 15px;
    width: 100%;
    max-width: 830px; }
    @media (min-width: 48em) {
      .support .btn {
        padding: 38px 50px;
        font-size: 44px; } }
    .support .btn + .btn {
      margin-top: 20px; }
      @media (min-width: 48em) {
        .support .btn + .btn {
          margin-top: 50px; } }
  .support p {
    margin: 40px auto 0;
    font-size: 14px;
    text-align: left;
    max-width: 860px;
    line-height: 28px; }
    @media (min-width: 48em) {
      .support p {
        margin: 90px auto 0; } }

        .instructor {
          padding-top: 70px; }
          @media (min-width: 48em) {
            .instructor {
              padding-top: 150px; } }
          @media only screen and (max-width: 767px) {
            .instructor .section-heading {
              line-height: 1.8; } }
          .instructor .section-heading span {
            padding: 5px 10px;
            background: var(--primary);
            color: var(--white);
            margin: 0 10px;
            display: inline-block; }
            @media (min-width: 48em) {
              .instructor .section-heading span {
                padding: 28px 20px; } }
          .instructor__top {
            margin: 40px 0 50px; }
            @media (min-width: 48em) {
              .instructor__top {
                display: flex;
                align-items: center;
                margin: 80px 0 135px; } }
            .instructor__top img {
                margin-bottom: 30px; }

        .instructor__list {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
        .instructor__item {
          width: calc(100% - 10px);
          margin-bottom: 10px; }
          @media (min-width: 48em) {
            .instructor__item {
              width: calc(30% - 48px);
              margin-bottom: 0; } }
          .instructor__item figure {
            position: relative;
            padding-top: 100%; }
            .instructor__item figure img {
              position: absolute;
              width: 70%;
              height: 70%;
              top: 70px;
              left: 50px;
              object-fit: cover;
              z-index: 1;
              border: 0; }
          .instructor__item h3 {
            font-size: 25px;
            margin: 20px 0;
            color: var(--text-body);
            font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
            font-weight: 600;
            line-height: 1.3;
            text-align: center; }
            @media (min-width: 48em) {
              .instructor__item h3 {
                font-size: 30px;
                margin: 15px 0 30px; } }

                .customer-voice {
                  background: #ffffff;
                  padding-bottom: 50px; }
                  .customer-voice__list {
                    max-width: 1094px;
                    margin: 0 auto; }
                    @media (min-width: 48em) {
                      .customer-voice__list {
                        display: flex;
                        justify-content: space-between;
                        flex-wrap: wrap; } }
                  .customer-voice__item {
                    background: #FBF5C8;
                    margin-bottom: 50px; }
                    @media (min-width: 48em) {
                      .customer-voice__item {
                        width: calc(50% - 48px);
                        margin-bottom: 80px; } }
                    .customer-voice__item--content {
                      padding: 90px 30px 30px;
                      background: url("../images/quote.png") no-repeat 30px 30px; }
                      @media (min-width: 48em) {
                        .customer-voice__item--content {
                          padding: 90px 50px 60px;
                          background-position: 50px 30px; } }
                      .customer-voice__item--content ul {
                        text-align: right; }
                        .customer-voice__item--content ul li {
                          display: inline-block; }
                          .customer-voice__item--content ul li + li {
                            margin-left: 15px; }

.center{text-align:center;}

/*===========
.scroll-box
===========*/
.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.scroll-box div img {
  max-width: 100%;
  min-width: 600px;
  vertical-align: top;
}

/*===========
scrollbar
===========*/
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}

@media only screen and (max-width: 767px) {
.scroll-box{
  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
} }
