html {
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  padding: 0;
  margin: 0;
}
body.fixed {
  overflow-y: hidden;
}
:root {
  --color_black: #333;
  --color_white: #fff;
  --color_text: #333;
  --color_green: #008f3a;
  --color_yellow: #ffff00;
  --color_blue: #1573af;
  --color_dark_green: #02632a;
  --font_thin: 100;
  --font_regular: 400;
  --font_medium: 500;
  --font_extrabold: 800;
}
.ccm-page {
  font-family: 'M PLUS 1p', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: var(--color_text);
  line-height: 1.7;
  padding: 0;
  /*
ul:not([class]){

}
*/
}
.ccm-page *,
.ccm-page *:before,
.ccm-page *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ccm-page picture {
  line-height: 1;
}
.ccm-page .pc_only {
  display: none;
}
@media only screen and (min-width: 750px) {
  .ccm-page .pc_only {
    display: block;
  }
}
.ccm-page .pc_menu_only {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .ccm-page .pc_menu_only {
    display: block;
  }
}
.ccm-page .sp_menu_only {
  display: block;
}
@media only screen and (min-width: 1000px) {
  .ccm-page .sp_menu_only {
    display: none;
  }
}
.ccm-page .sp_only {
  display: block;
}
@media only screen and (min-width: 750px) {
  .ccm-page .sp_only {
    display: none;
  }
}
@media only screen and (max-width: 507px) {
  .ccm-page .sp_off {
    display: none;
  }
}
.ccm-page .fs36 {
  color: var(--color_black);
  font-size: 22px !important;
}
@media only screen and (min-width: 832px) {
  .ccm-page .fs36 {
    font-size: 36px !important;
    line-height: 1.4;
  }
}
.ccm-page .fs32 {
  color: var(--color_black);
  font-size: 21px !important;
  margin-bottom: 10px !important;
}
@media only screen and (min-width: 832px) {
  .ccm-page .fs32 {
    font-size: 32px !important;
    margin-bottom: 20px !important;
  }
}
.ccm-page .fs24 {
  color: var(--color_black);
  font-size: 21px !important;
  margin-bottom: 10px !important;
}
@media only screen and (min-width: 832px) {
  .ccm-page .fs24 {
    font-size: 24px !important;
    margin-bottom: 15px !important;
  }
}
.ccm-page .fs14 {
  font-size: 14px !important;
}
.ccm-page .white_shadow {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.ccm-page .mb20 {
  margin-bottom: 20px;
}
.ccm-page .mb16 {
  margin-bottom: 16px;
}
.ccm-page .mb12 {
  margin-bottom: 12px;
}
.ccm-page .mb8 {
  margin-bottom: 8px;
}
.ccm-page .mb4 {
  margin-bottom: 4px;
}
.ccm-page .mb0 {
  margin-bottom: 0;
}
.ccm-page .mt0 {
  margin-top: 0;
}
.ccm-page .mb2em {
  margin-bottom: 2em;
}
.ccm-page .mb12 + * {
  margin-top: 12px;
}
.ccm-page .mb8 + * {
  margin-top: 8px;
}
.ccm-page .mb4 + * {
  margin-top: 4px;
}
.ccm-page .mb0 + * {
  margin-top: 0px;
}
.ccm-page .spc1em {
  height: 1em;
}
.ccm-page .spc2em {
  height: 2em;
}
.ccm-page .spc3em {
  height: 3em;
}
.ccm-page .spc10 {
  height: 10px;
}
.ccm-page .spc20 {
  height: 20px;
}
.ccm-page .spc30 {
  height: 30px;
}
.ccm-page .spc40 {
  height: 40px;
}
.ccm-page .spc50 {
  height: 50px;
}
.ccm-page .spc60 {
  height: 60px;
}
.ccm-page .spc70 {
  height: 70px;
}
.ccm-page .spc80 {
  height: 80px;
}
.ccm-page .spc100 {
  height: 100px;
}
@media only screen and (max-width: 832px) {
  .ccm-page .sp_spc10 {
    height: 10px;
  }
  .ccm-page .sp_spc20 {
    height: 20px;
  }
  .ccm-page .sp_spc30 {
    height: 30px;
  }
  .ccm-page .sp_spc40 {
    height: 40px;
  }
  .ccm-page .sp_spc50 {
    height: 50px;
  }
  .ccm-page .sp_spc60 {
    height: 60px;
  }
  .ccm-page .sp_spc70 {
    height: 70px;
  }
  .ccm-page .sp_spc80 {
    height: 80px;
  }
  .ccm-page .sp_spc100 {
    height: 100px;
  }
}
.ccm-page .padding_zero {
  padding: 0;
}
.ccm-page .margin_zero_sp {
  margin: 0 !important;
}
@media only screen and (min-width: 750px) {
  .ccm-page .margin_zero_sp {
    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 750px) {
  .ccm-page .mb_zero_sp {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 750px) {
  .ccm-page .mtb_zero_sp {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 750px) {
  .ccm-page .gap_zero_sp {
    gap: 0 !important;
  }
}
.ccm-page .dt100 dt,
.ccm-page .dt150 dt,
.ccm-page .dt200 dt {
  width: auto;
}
@media screen and (min-width: 750px) {
  .ccm-page .dt100 dt {
    width: 100px;
  }
  .ccm-page .dt150 dt {
    width: 150px;
  }
  .ccm-page .dt200 dt {
    width: 200px;
  }
}
.ccm-page .center {
  text-align: center;
}
.ccm-page .site_title {
  margin-left: 20px;
  margin: 20px;
  height: 56px;
}
.ccm-page .site_title img {
  height: 56px;
}
@media only screen and (min-width: 750px) {
  .ccm-page .site_title {
    height: 73px;
    margin: 22px 20px;
  }
  .ccm-page .site_title img {
    height: 73px;
  }
}
.ccm-page h1.lesson,
.ccm-page h2.lesson,
.ccm-page h3.lesson,
.ccm-page h4.lesson,
.ccm-page h5.lesson,
.ccm-page h6.lesson {
  background-image: url(../img/h_lesson.svg);
  background-repeat: no-repeat;
  width: 170px;
  height: 90px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
}
.ccm-page h1.trial,
.ccm-page h2.trial,
.ccm-page h3.trial,
.ccm-page h4.trial,
.ccm-page h5.trial,
.ccm-page h6.trial {
  background-image: url(../img/h_trial.svg);
  background-repeat: no-repeat;
  width: 139px;
  height: 88px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
}
.ccm-page h1.price,
.ccm-page h2.price,
.ccm-page h3.price,
.ccm-page h4.price,
.ccm-page h5.price,
.ccm-page h6.price {
  background-image: url(../img/h_price.svg);
  background-repeat: no-repeat;
  width: 136px;
  height: 88px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
}
.ccm-page h1.faq,
.ccm-page h2.faq,
.ccm-page h3.faq,
.ccm-page h4.faq,
.ccm-page h5.faq,
.ccm-page h6.faq {
  background-image: url(../img/h_faq.svg);
  background-repeat: no-repeat;
  width: 160px;
  height: 91px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
}
.ccm-page h4,
.ccm-page h5,
.ccm-page h6 {
  margin-bottom: 0.5em;
}
.ccm-page .r_overbg,
.ccm-page .l_overbg {
  font-weight: var(--font_medium);
  font-size: 24px;
  padding: 20px 30px;
  white-space: nowrap;
}
@media only screen and (max-width: 507px) {
  .ccm-page .r_overbg,
  .ccm-page .l_overbg {
    padding: 20px 0;
    white-space: normal;
    line-height: 1.3;
  }
}
.ccm-page .r_overbg.type2,
.ccm-page .l_overbg.type2 {
  padding-left: 0;
  margin-left: -12px;
}
@media only screen and (max-width: 507px) {
  .ccm-page .r_overbg.type2,
  .ccm-page .l_overbg.type2 {
    margin-left: 0;
  }
}
.ccm-page .r_overbg {
  border-image-source: linear-gradient(var(--color_yellow), var(--color_yellow));
  border-image-slice: 0 fill;
  border-image-outset: 0 54px 0 0;
}
@media only screen and (max-width: 507px) {
  .ccm-page .r_overbg {
    border-image-outset: 0 100vw 0 100vw;
  }
}
.ccm-page .l_overbg {
  border-image-source: linear-gradient(var(--color_yellow), var(--color_yellow));
  border-image-slice: 0 fill;
  border-image-outset: 0 0 0 54px;
}
@media only screen and (max-width: 507px) {
  .ccm-page .l_overbg {
    border-image-outset: 0 100vw 0 100vw;
  }
}
.ccm-page .text_red {
  color: var(--color-red);
}
.ccm-page .text_blue {
  color: var(--color-blue);
}
.ccm-page .underline {
  border-bottom: 2px solid #D3271E;
}
.ccm-page .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff));
  background: linear-gradient(transparent 60%, #fff 60%);
}
.ccm-page .marker_red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(211, 39, 30, 0.3)));
  background: linear-gradient(transparent 60%, rgba(211, 39, 30, 0.3) 60%);
}
.ccm-page .marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffffcc));
  background: linear-gradient(transparent 60%, #ffffcc 60%);
}
.ccm-page .marker_blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(30, 202, 211, 0.4)));
  background: linear-gradient(transparent 60%, rgba(30, 202, 211, 0.4) 60%);
}
.ccm-page .small {
  font-size: 0.8rem;
}
.ccm-page .larger {
  font-size: 1.25rem;
}
.ccm-page .center {
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .ccm-page .pc_center {
    text-align: center;
  }
}
.ccm-page .vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ccm-page .fw_thin {
  font-weight: var(--font_thin);
}
.ccm-page .fw_regular {
  font-weight: var(--font_regular);
}
.ccm-page .fw_medium {
  font-weight: var(--font_medium);
}
.ccm-page .fw_etbold {
  font-weight: var(--font_extrabold);
}
.ccm-page p {
  margin-top: 0;
  margin-bottom: 16px;
}
.ccm-page p.caption {
  font-weight: normal;
  font-size: 18.49px;
  margin: 8px;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .ccm-page p.caption {
    font-size: 14px;
  }
}
.ccm-page p.date {
  font-weight: normal;
  font-size: 18.49px;
  text-align: right;
}
@media only screen and (min-width: 750px) {
  .ccm-page p.date {
    font-size: 14px;
  }
}
.ccm-page p.slogan {
  font-size: 30px;
  line-height: 1.3;
}
@media only screen and (max-width: 410px) {
  .ccm-page p.slogan {
    font-size: 6.5vw;
  }
}
.ccm-page p.title_eng {
  font-size: 29px;
  text-indent: 100%;
  overflow: hidden;
  background-image: url(../img/eng_title.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: min(100%, 281px);
  height: 26px;
  color: var(--color_white);
}
.ccm-page p.title {
  font-size: 26px;
  color: var(--color_white);
}
@media only screen and (min-width: 750px) {
  .ccm-page a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.ccm-page a {
  color: var(--color_black);
}
.ccm-page a.phone {
  position: relative;
}
.ccm-page a.btn_ball {
  background-image: url(../img/icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 166px;
  height: 166px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1.35;
  text-decoration: none;
}
.ccm-page a.btn_ball:hover {
  background-image: url(../img/icon.svg);
}
.ccm-page a.btn_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 18px;
  border: 1px solid var(--color_gray);
  background-color: var(--color_white);
  text-decoration: none;
  color: var(--color_black);
}
.ccm-page a.btn_download > p {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 0;
  padding-left: 83px;
}
.ccm-page a.btn_download > p.title {
  font-size: 17px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 750px) {
  .ccm-page a.btn_download > p {
    font-size: 16px;
  }
  .ccm-page a.btn_download > p.title {
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ccm-page a.btn_download:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.ccm-page a.btn_download.pdf {
  border-radius: 13px;
  background-image: url(../img/icon_pdf.svg);
  background-repeat: no-repeat;
  background-position: center left 30px;
  background-size: auto;
}
@media only screen and (min-width: 750px) {
  .ccm-page a.btn_download.pdf {
    background-position: center left 30px;
  }
}
.ccm-page a.btn_download.xls {
  border-radius: 13px;
  background-image: url(../img/icon_xls.svg);
  background-repeat: no-repeat;
  background-position: center left 30px;
  background-size: auto;
}
@media only screen and (min-width: 750px) {
  .ccm-page a.btn_download.xls {
    background-position: center left 30px;
  }
}
.ccm-page a.btn_download.xlsx {
  border-radius: 13px;
  background-image: url(../img/icon_xlsx.svg);
  background-repeat: no-repeat;
  background-position: center left 30px;
  background-size: auto;
}
@media only screen and (min-width: 750px) {
  .ccm-page a.btn_download.xlsx {
    background-position: center left 30px;
  }
}
.ccm-page a.btn_download.doc {
  border-radius: 13px;
  background-image: url(../img/icon_doc.svg);
  background-repeat: no-repeat;
  background-position: center left 30px;
  background-size: auto;
}
@media only screen and (min-width: 750px) {
  .ccm-page a.btn_download.doc {
    padding-left: 148px;
    background-position: center left 30px;
  }
}
.ccm-page a.btn_download.docx {
  border-radius: 13px;
  background-image: url(../img/icon_docx.svg);
  background-repeat: no-repeat;
  background-position: center left 30px;
  background-size: auto;
}
@media only screen and (min-width: 750px) {
  .ccm-page a.btn_download.docx {
    background-position: center left 30px;
  }
}
.ccm-page a.btn_sitetop {
  background-image: url(../img/site_top.svg);
  aspect-ratio: 5;
  height: 60px;
  border-radius: 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.ccm-page a.btn_sitetop:hover {
  background-image: url(../img/site_top_h.svg);
}
.ccm-page .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ccm-page img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.ccm-page img.contact {
  vertical-align: middle;
}
.ccm-page .img100 {
  width: 100%;
}
.ccm-page .img100 img {
  width: 100%;
  height: auto;
}
.ccm-page .img1_1 {
  width: 100%;
  aspect-ratio: 1;
  background-color: var(--color_bg_gray);
  overflow: hidden;
}
.ccm-page .img1_1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ccm-page .img4_3 {
  width: 100%;
  aspect-ratio: 1.33333333;
  background-color: var(--color_bg_gray);
  overflow: hidden;
}
.ccm-page .img4_3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ccm-page .img_A4 {
  width: 100%;
  aspect-ratio: 0.70711356;
  background-color: var(--color_bg_gray);
  overflow: hidden;
}
.ccm-page .img_A4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ccm-page .img75 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .ccm-page .img75 {
    width: 75%;
  }
}
.ccm-page ul {
  padding-left: 1.2em;
}
.ccm-page ul > li {
  position: relative;
  list-style: none;
  font-size: 20px;
  font-size: 18px;
}
@media only screen and (min-width: 750px) {
  .ccm-page ul > li {
    font-size: 18px;
  }
}
.ccm-page ul > li:before {
  position: absolute;
  left: -0.65em;
  top: calc(0.7em + 1px);
  width: 6px;
  height: 6px;
  background-color: var(--color_black);
  border-radius: 9px;
  content: "";
}
@media only screen and (min-width: 750px) {
  .ccm-page ul > li:before {
    left: -0.85em;
    top: calc(0.7em + 1px);
  }
}
.ccm-page ul.arrow {
  padding-left: 1em;
}
.ccm-page ul.arrow > li {
  position: relative;
  list-style: none;
}
.ccm-page ul.arrow > li:before {
  position: absolute;
  left: -0.85em;
  top: calc(0.7em - 1px);
  width: 0px;
  height: 0px;
  background: none;
  border-radius: inherit;
  border: 0.3em solid transparent;
  border-left: 0.4em solid var(--color_black);
  content: "";
}
.ccm-page ul.note {
  padding-left: 1em;
}
.ccm-page ul.note > li {
  position: relative;
  list-style: none;
}
.ccm-page ul.note > li:before {
  position: absolute;
  top: 0;
  left: -1em;
  background: none;
  content: "※";
}
.ccm-page ul.small_note {
  padding-left: 1em;
  margin-top: -0.5em;
}
.ccm-page ul.small_note > li {
  position: relative;
  list-style: none;
  font-size: 12px;
  line-height: 1.4;
}
.ccm-page ul.small_note > li:before {
  position: absolute;
  top: 0;
  left: -1em;
  background: none;
  content: "※";
}
.ccm-page ul.small > li {
  font-size: 16px;
}
@media only screen and (min-width: 750px) {
  .ccm-page ul.small > li {
    font-size: 16px;
  }
}
.ccm-page ul.small > li:before {
  position: absolute;
  left: -0.85em;
}
.ccm-page ul.side_menu {
  padding-left: 0;
  margin-left: 35px;
  margin-right: 35px;
}
.ccm-page ul.side_menu > li {
  list-style: none;
  padding-left: 45px;
  margin: 25px;
}
.ccm-page ul.side_menu > li:before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  content: "";
}
.ccm-page ul.side_menu > li a {
  display: block;
}
.ccm-page ol.circle_num {
  padding: 0;
  counter-reset: cn_li;
}
.ccm-page ol.circle_num > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1em;
  position: relative;
}
.ccm-page ol.circle_num > li:before {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1rem;
  height: 1rem;
  margin-right: 5px;
  color: var(--color_black);
  font-weight: normal;
  font-size: 0.7em;
  line-height: 1;
  text-align: center;
  top: calc(0.7em - 2px);
  left: 0;
  content: counter(cn_li);
  counter-increment: cn_li;
}
.ccm-page ol.circle_num > li:after {
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--color_black);
  color: var(--color_black);
  font-weight: normal;
  font-size: 0.75em;
  text-align: center;
  content: "";
  top: calc(0.7em - 2px);
  left: 0;
}
.ccm-page .fill_beige {
  -o-border-image: linear-gradient(0deg, var(--color_beige) 100%, var(--color_beige) 0) 0//0 100vw 0;
     border-image: -webkit-gradient(linear, left bottom, left top, color-stop(100%, var(--color_beige)), color-stop(0, var(--color_beige))) fill 0//0 100vw 0;
     border-image: linear-gradient(0deg, var(--color_beige) 100%, var(--color_beige) 0) fill 0//0 100vw 0;
}
.ccm-page .fill_brown {
  -o-border-image: linear-gradient(0deg, var(--color_lite_brown) 100%, var(--color_lite_brown) 0) 0//0 100vw 0;
     border-image: -webkit-gradient(linear, left bottom, left top, color-stop(100%, var(--color_lite_brown)), color-stop(0, var(--color_lite_brown))) fill 0//0 100vw 0;
     border-image: linear-gradient(0deg, var(--color_lite_brown) 100%, var(--color_lite_brown) 0) fill 0//0 100vw 0;
}
.ccm-page .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 750px) {
  .ccm-page .col2 {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    flex-direction: row-reverse;
    gap: 15px;
  }
  .ccm-page .col2 > .inner {
    width: calc((100% - 15px ) / 2);
  }
}
.ccm-page .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (min-width: 750px) {
  .ccm-page .col3 {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}
.ccm-page .col3 > .inner {
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .ccm-page .col3 > .inner {
    width: calc((100% - 20px * 2 ) / 3);
  }
}
.ccm-page .col3.center > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ccm-page .col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (min-width: 750px) {
  .ccm-page .col4 {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}
@media only screen and (min-width: 750px) {
  .ccm-page .col4 > .inner {
    width: calc((100% - 20px * 3 ) / 4);
  }
}
.ccm-page .gmap {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
@media only screen and (max-width: 507px) {
  .ccm-page .gmap {
    aspect-ratio: unset;
    height: 56vw;
  }
}
.ccm-page .gmap iframe {
  height: 100%;
  width: 100%;
  border: none;
}
.ccm-page .youtube {
  background-color: var(--color_bg_gray);
  width: 100%;
  aspect-ratio: 1.77777778;
  overflow: hidden;
}
.ccm-page .youtube iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.ccm-page dl {
  display: block;
  width: 100%;
  margin-bottom: 2.5em;
}
.ccm-page dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.5em;
  gap: 0.3em;
}
.ccm-page dl > div > dt {
  display: block;
  white-space: nowrap;
  font-weight: var(--font_regular);
  font-size: 16px;
}
.ccm-page dl > div > dd {
  display: block;
  margin-left: 0;
}
@media only screen and (min-width: 750px) {
  .ccm-page dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    margin-bottom: 1.5em;
    gap: 3em;
  }
}
.ccm-page dl > dt {
  position: relative;
  list-style: none;
  font-weight: var(--font_regular);
  font-size: 16px;
}
@media only screen and (min-width: 750px) {
  .ccm-page dl > dt {
    font-size: 16px;
  }
}
.ccm-page dl > dd {
  font-size: 16px;
  padding-bottom: 4px;
  margin-left: 0;
  padding: 0;
}
@media only screen and (min-width: 750px) {
  .ccm-page dl > dd {
    font-size: 16px;
  }
}
.ccm-page dl.lesson {
  margin-bottom: 1em;
}
.ccm-page dl.lesson > dt {
  padding-left: 0.5em !important;
  position: relative;
  list-style: none;
  font-weight: var(--font_regular);
  font-size: 16px;
  border-bottom: 2px solid #ccc;
}
.ccm-page dl.lesson > dd {
  font-size: 16px;
  padding-left: 0.5em !important;
  padding-bottom: 1em !important;
  margin-left: 0;
  padding: 0;
  line-height: 1.4;
}
.ccm-page .table_scroll {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 2em;
}
.ccm-page .table_scroll table {
  width: 100%;
  min-width: 750px;
  margin-bottom: 0;
}
.ccm-page .table_scroll table.min640 {
  min-width: 640px;
}
.ccm-page .table_scroll table.min730 {
  min-width: 660px;
}
.ccm-page .table_scroll table.min1000 {
  min-width: 1000px;
}
.ccm-page .table_scroll table.min922 {
  min-width: 922px;
}
.ccm-page .table_scroll table.min_auto {
  min-width: auto;
  white-space: nowrap;
}
.ccm-page table {
  width: 100%;
  margin-bottom: 1em;
  line-height: 1.4;
  border-collapse: collapse;
}
.ccm-page table thead th {
  font-weight: bold;
  font-size: 16px;
  padding: 13px 16px;
  text-align: left;
  vertical-align: top;
  border: 1px solid var(--color_border_gray);
  text-align: center;
}
.ccm-page table tbody th {
  font-weight: var(--font_medium);
  font-size: 16px;
  padding: 13px 16px;
  text-align: left;
  vertical-align: top;
  border: 1px solid var(--color_border_gray);
  white-space: nowrap;
}
.ccm-page table tbody td {
  font-size: 16px;
  font-weight: var(--font_regular);
  vertical-align: top;
  padding: 13px 16px;
  border: 1px solid var(--color_border_gray);
}
.ccm-page table tbody td > p {
  margin: 0;
}
.ccm-page table tbody td.center {
  display: table-cell;
}
.ccm-page table tbody td > table {
  margin-bottom: 0;
}
.ccm-page table tbody td > table th {
  font-weight: var(--font_regular);
  color: var(--color_brown);
  padding: 0 16px 13px 0;
  width: 1%;
  white-space: nowrap;
  border: none;
}
.ccm-page table tbody td > table td {
  padding: 0 16px 13px 0;
  vertical-align: middle;
  border: none;
}
.ccm-page table.sp_vertical {
  border: none;
}
.ccm-page table.sp_vertical thead,
.ccm-page table.sp_vertical .thead {
  display: none;
}
.ccm-page table.sp_vertical > thead tr,
.ccm-page table.sp_vertical > .thead tr,
.ccm-page table.sp_vertical > tbody tr,
.ccm-page table.sp_vertical > thead th,
.ccm-page table.sp_vertical > .thead th,
.ccm-page table.sp_vertical > tbody th,
.ccm-page table.sp_vertical > thead td,
.ccm-page table.sp_vertical > .thead td,
.ccm-page table.sp_vertical > tbody td {
  display: block;
  width: 100%;
}
.ccm-page table.sp_vertical > thead tr,
.ccm-page table.sp_vertical > .thead tr,
.ccm-page table.sp_vertical > tbody tr {
  border-bottom: 1px solid var(--color_border_gray);
  padding: 8px 0;
}
.ccm-page table.sp_vertical > thead tr.last,
.ccm-page table.sp_vertical > .thead tr.last,
.ccm-page table.sp_vertical > tbody tr.last {
  border: none;
}
.ccm-page table.sp_vertical > thead th,
.ccm-page table.sp_vertical > .thead th,
.ccm-page table.sp_vertical > tbody th {
  border: none;
  padding: 4px 0;
}
.ccm-page table.sp_vertical > thead td,
.ccm-page table.sp_vertical > .thead td,
.ccm-page table.sp_vertical > tbody td {
  border: none;
  padding: 4px 0;
}
.ccm-page table.sp_vertical > thead td:before,
.ccm-page table.sp_vertical > .thead td:before,
.ccm-page table.sp_vertical > tbody td:before {
  content: attr(data-label);
  font-size: 0.8em;
  font-weight: bold;
  display: block;
}
.ccm-page table.sp_vertical > thead td > table,
.ccm-page table.sp_vertical > .thead td > table,
.ccm-page table.sp_vertical > tbody td > table {
  margin-bottom: 0;
}
.ccm-page table.sp_vertical > thead td > table tr,
.ccm-page table.sp_vertical > .thead td > table tr,
.ccm-page table.sp_vertical > tbody td > table tr {
  display: table-row;
  border: none;
}
.ccm-page table.sp_vertical > thead td > table th,
.ccm-page table.sp_vertical > .thead td > table th,
.ccm-page table.sp_vertical > tbody td > table th {
  font-weight: var(--font_regular);
  color: var(--color_brown);
  padding: 4px 0;
  padding-right: 1em;
  width: 1%;
  white-space: nowrap;
  border: none;
  display: table-cell;
}
.ccm-page table.sp_vertical > thead td > table td,
.ccm-page table.sp_vertical > .thead td > table td,
.ccm-page table.sp_vertical > tbody td > table td {
  padding: 4px 0;
  vertical-align: middle;
  border: none;
  display: table-cell;
}
@media only screen and (min-width: 750px) {
  .ccm-page table {
    border-collapse: collapse;
    border: 1px solid var(--color-blue);
  }
  .ccm-page table tr {
    display: table-row;
  }
  .ccm-page table th,
  .ccm-page table td {
    display: table-cell;
    background-clip: padding-box;
    padding: 1.2em 1.5em;
  }
  .ccm-page table th > .center,
  .ccm-page table td > .center {
    display: table-cell;
  }
  .ccm-page table th > .middle,
  .ccm-page table td > .middle {
    vertical-align: middle;
  }
  .ccm-page table.sp_vertical {
    border: 1px solid var(--color-blue);
  }
  .ccm-page table.sp_vertical > thead,
  .ccm-page table.sp_vertical > .thead {
    display: table-header-group;
  }
  .ccm-page table.sp_vertical > thead tr,
  .ccm-page table.sp_vertical > .thead tr {
    display: table-row;
    margin-bottom: 40px;
  }
  .ccm-page table.sp_vertical > thead th,
  .ccm-page table.sp_vertical > .thead th {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    padding: 1.2em 1.5em;
    font-size: 18px;
    border-right: 1px solid var(--color_border_gray);
  }
  .ccm-page table.sp_vertical > tbody tr {
    display: table-row;
    margin-bottom: 40px;
  }
  .ccm-page table.sp_vertical > tbody th {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    padding: 1.2em 1.5em;
    font-size: 18px;
    border-right: 1px solid var(--color_border_gray);
  }
  .ccm-page table.sp_vertical > tbody td {
    font-size: 18px;
    display: table-cell;
    width: auto;
    padding: 1.2em 1.5em;
  }
  .ccm-page table.sp_vertical > tbody td:before {
    content: none;
  }
  .ccm-page table.sp_vertical > tbody td > table {
    margin-bottom: 0;
  }
  .ccm-page table.sp_vertical > tbody td > table tr {
    display: table-row;
    border: none;
  }
  .ccm-page table.sp_vertical > tbody td > table th {
    font-weight: var(--font_regular);
    color: var(--color_brown);
    padding: 0 0 8px;
    padding-right: 1em;
    width: 1%;
    white-space: nowrap;
    border: none;
    display: table-cell;
  }
  .ccm-page table.sp_vertical > tbody td > table td {
    padding: 0 0 8px;
    vertical-align: middle;
    border: none;
    display: table-cell;
  }
  .ccm-page .min_width100 {
    min-width: 100px !important;
  }
  .ccm-page .min_width150 {
    min-width: 150px !important;
  }
  .ccm-page .min_width200 {
    min-width: 200px !important;
  }
}
.ccm-page .copyright {
  font-size: 14px !important;
  text-align: center;
  margin-bottom: 0;
}
.ccm-page #btn_pagetop {
  position: fixed;
  right: 20px;
  bottom: 32px;
  z-index: 14;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.ccm-page #btn_pagetop.show {
  pointer-events: auto;
  opacity: 1;
}
.ccm-page button,
.ccm-page .button,
.ccm-page input[type="submit"] {
  display: inline-block;
  background-color: var(--color-bg);
  font-family: 'Oswald', sans-serif;
  color: var(--color-white);
  text-align: center;
  font-size: 29px;
  line-height: 1.2;
  padding: 16px;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 3px var(--color-bg);
  min-height: 100px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 430px) {
  .ccm-page button,
  .ccm-page .button,
  .ccm-page input[type="submit"] {
    min-width: 390px;
    width: inherit;
  }
}
.ccm-page button span,
.ccm-page .button span,
.ccm-page input[type="submit"] span {
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.ccm-page button:hover,
.ccm-page .button:hover,
.ccm-page input[type="submit"]:hover {
  color: var(--color-bg);
  background-color: var(--color-white);
  border: solid 3px var(--color-bg);
}
.ccm-page button:hover span,
.ccm-page .button:hover span,
.ccm-page input[type="submit"]:hover span {
  color: var(--color-bg);
}
.ccm-page #gnav {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  bottom: 0;
  width: 505px;
  height: 100%;
  margin-left: auto;
  margin-right: 340px;
  z-index: 101;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(255, 206, 0, 0.92);
}
@media only screen and (max-width: 1368px) {
  .ccm-page #gnav {
    margin-right: 45%;
  }
}
@media only screen and (max-width: 1010px) {
  .ccm-page #gnav {
    margin-right: auto;
  }
}
@media only screen and (max-width: 507px) {
  .ccm-page #gnav {
    width: 100%;
  }
}
.ccm-page #gnav.active {
  top: 0;
  right: 0;
}
.ccm-page #gnav > ul {
  width: calc(100% - 70px);
  padding: 0;
  margin: 0;
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position-y: top;
  list-style: none;
}
.ccm-page #gnav > ul.d_menu {
  padding-left: 0;
  margin-left: 35px;
  margin-right: 35px;
}
.ccm-page #gnav > ul.d_menu > li {
  list-style: none;
  padding-left: 45px;
  margin: 25px;
}
.ccm-page #gnav > ul.d_menu > li:before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  content: "";
}
.ccm-page #gnav > ul.d_menu > li a {
  display: block;
}
.ccm-page #gnav .sns_link {
  margin-left: 60px;
  margin-right: 60px;
}
.ccm-page #hamburger {
  position: fixed;
  background-image: url(../img/menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 58px;
  height: 58px;
  bottom: 0;
  right: 30px;
  left: 0;
  top: 30px;
  margin-right: 340px;
  margin-left: auto;
  cursor: pointer;
  z-index: 102;
}
@media only screen and (max-width: 1368px) {
  .ccm-page #hamburger {
    margin-right: 45%;
  }
}
@media only screen and (max-width: 1010px) {
  .ccm-page #hamburger {
    margin-right: calc((100% - 505px) / 2 );
  }
}
@media only screen and (max-width: 507px) {
  .ccm-page #hamburger {
    margin-right: 0;
  }
}
.ccm-page #hamburger.active {
  background-image: url(../img/close.svg);
}
.ccm-page #overlay {
  z-index: -1;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.ccm-page #overlay.active {
  opacity: 1;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.4);
}
.ccm-page header {
  background-color: var(--color_white);
}
.ccm-page header .container > .inner {
  padding: 20px 43px 80px;
}
.ccm-page header .container > .inner h1 {
  text-align: center;
}
.ccm-page header .container > .inner p {
  font-size: 18px;
  line-height: 2;
  font-weight: var(--font_medium);
}
@media only screen and (max-width: 507px) {
  .ccm-page header .container > .inner {
    padding-bottom: 20px;
  }
}
.ccm-page header .container > .inner:first-child {
  padding-bottom: 20px;
}
@media only screen and (max-width: 507px) {
  .ccm-page header .container .inner + .inner {
    padding-top: 0;
  }
}
.ccm-page .slick-slider {
  padding-left: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
}
.ccm-page .main_sliderwrap {
  width: 100%;
  overflow: hidden;
}
.ccm-page .main_slider {
  position: relative;
  z-index: 0;
  width: 120%;
  margin-right: -10%;
  margin-left: -10%;
}
@media only screen and (min-width: 750px) {
  .ccm-page .main_slider {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.ccm-page .main_slider .slide_copy {
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 10%;
  width: 38%;
  padding-top: 17%;
}
@media only screen and (min-width: 750px) {
  .ccm-page .main_slider .slide_copy {
    width: 30%;
    padding-top: 16%;
    left: 3%;
  }
}
@media only screen and (min-width: 1200px) {
  .ccm-page .main_slider .slide_copy {
    width: 365px;
    padding-top: 10%;
    left: 19%;
  }
}
.ccm-page .main_slider .slide_copy .copy_wrap {
  width: 100%;
}
.ccm-page .main_slider .slide_copy .copy_wrap img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.ccm-page .top_movie {
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 228px;
}
.ccm-page .top_movie #movie_wrap {
  height: 56vw;
  width: 100%;
  position: relative;
  color: transparent;
}
.ccm-page .top_movie #movie_wrap #wrapper_bg-movie iframe {
  height: 100% !important;
  margin-top: 0 !important;
}
@media only screen and (min-width: 750px) {
  .ccm-page .top_movie #movie_wrap #wrapper_bg-movie iframe {
    height: 100% !important;
    margin-top: 0 !important;
  }
}
.ccm-page .movie_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding-top: 5px;
  padding-right: 15px;
  background-color: var(--color_main_bg);
}
@media only screen and (min-width: 750px) {
  .ccm-page .movie_btn {
    position: absolute;
    right: 0;
    padding-top: 0;
    margin-top: -32px;
    background-color: transparent;
  }
}
.ccm-page .movie_btn button {
  width: auto;
  min-width: inherit;
  padding: 0;
  min-height: inherit;
}
.ccm-page .movie_btn button img {
  height: 28px !important;
}
.ccm-page .page_header.sub,
.ccm-page .page_header.interview {
  position: relative;
  padding-top: 100px;
  background-color: var(--color_lite_brown);
}
.ccm-page .page_header.sub .wrap,
.ccm-page .page_header.interview .wrap {
  margin-top: 0;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right 35%;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .ccm-page .page_header.sub .wrap,
  .ccm-page .page_header.interview .wrap {
    background-position: top 15px right 22%;
    background-size: auto 252px;
    height: 280px;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 25px;
  }
}
.ccm-page .page_header.sub .wrap:before,
.ccm-page .page_header.interview .wrap:before {
  position: absolute;
  content: "";
  background-image: url(../img/char01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right 35%;
  height: 120px;
  top: 0;
  border: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 750px) {
  .ccm-page .page_header.sub .wrap:before,
  .ccm-page .page_header.interview .wrap:before {
    background-position: top 15px right 22%;
    background-size: auto 252px;
    height: 280px;
  }
}
.ccm-page .page_header.sub .inner,
.ccm-page .page_header.interview .inner {
  position: absolute;
  max-width: 1000px;
  margin-left: 0;
  margin-right: 0;
  bottom: 35px;
  left: 0;
}
@media only screen and (min-width: 1040px) {
  .ccm-page .page_header.sub .inner,
  .ccm-page .page_header.interview .inner {
    width: 1000px;
    left: calc((100% - 1000px) / 2);
    margin-left: auto;
    margin-right: auto;
  }
}
.ccm-page .page_header.sub .inner p.copy,
.ccm-page .page_header.interview .inner p.copy {
  font-size: 22px;
  font-weight: var(--font_light);
  color: var(--color_white);
  margin-bottom: 0;
  margin-left: 20px;
}
@media only screen and (min-width: 1040px) {
  .ccm-page .page_header.sub .inner p.copy,
  .ccm-page .page_header.interview .inner p.copy {
    margin-left: 0;
  }
}
.ccm-page .page_header.sub h1 {
  text-indent: inherit;
  background-image: none;
  margin: 0;
  margin-bottom: 20px;
  background-position: left 20px center;
  background-size: contain;
  background-repeat: repeat-x;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  -webkit-animation: titleBg 3000s linear infinite;
          animation: titleBg 3000s linear infinite;
}
@media only screen and (min-width: 750px) {
  .ccm-page .page_header.sub h1 {
    margin: 0px 0;
    height: 92.8px;
    background-size: contain;
    -webkit-animation: titleBg 3000s linear infinite;
            animation: titleBg 3000s linear infinite;
  }
}
.ccm-page .page_header.interview_detail {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 1.94444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 400px) {
  .ccm-page .page_header.interview_detail {
    background-size: 100%;
    background-size: cover;
  }
}
@media only screen and (min-width: 750px) {
  .ccm-page .page_header.interview_detail {
    aspect-ratio: 1.94444444;
  }
}
@media only screen and (min-width: 1400px) {
  .ccm-page .page_header.interview_detail {
    height: 720px;
    aspect-ratio: inherit;
  }
}
.ccm-page .page_header.interview_detail .title {
  position: absolute;
  left: 32px;
  display: none;
}
@media only screen and (min-width: 832px) {
  .ccm-page .page_header.interview_detail .title {
    display: block;
    padding-bottom: 26vw;
  }
  .ccm-page .page_header.interview_detail .title img {
    height: 7vw;
  }
}
@media only screen and (min-width: 1300px) {
  .ccm-page .page_header.interview_detail .title {
    padding-bottom: 0;
    top: 18%;
  }
  .ccm-page .page_header.interview_detail .title img {
    height: inherit;
  }
}
.ccm-page .page_header.interview_detail .body {
  position: relative;
  width: calc(1000px - 32px);
  margin: 10px;
}
@media only screen and (min-width: 1000px) {
  .ccm-page .page_header.interview_detail .body {
    width: calc(1000px - 32px);
    margin-left: auto;
    margin-right: auto;
  }
}
.ccm-page .page_header.interview_detail .body h1 {
  width: 50%;
  font-size: 16px;
  font-weight: var(--font_light);
  line-height: 1.7;
}
.ccm-page .page_header.interview_detail .body h1 span {
  display: inline-block;
  margin-top: 7px;
}
@media only screen and (min-width: 750px) {
  .ccm-page .page_header.interview_detail .body h1 {
    line-height: 2.2;
    font-size: 20px;
  }
  .ccm-page .page_header.interview_detail .body h1 span {
    margin-left: 1em;
    margin-top: 0;
  }
}
.ccm-page .page_header.interview_detail .body p {
  line-height: 1.6;
  margin-bottom: 0;
}
.ccm-page .page_header.interview_detail.right .title {
  left: inherit;
  right: 32px;
}
.ccm-page .page_header.interview_detail.right .body {
  padding-left: calc(35% + 16px);
}
@media only screen and (min-width: 750px) {
  .ccm-page .page_header.interview_detail.right .body {
    padding-left: calc(50% - 16px);
  }
}
@media only screen and (min-width: 1000px) {
  .ccm-page .page_header.interview_detail.right .body {
    padding-left: calc(500px - 16px);
  }
}
.ccm-page .page_header.interview_detail.right .body h1 {
  padding-left: 30%;
  width: 100%;
  font-size: 16px;
  font-weight: var(--font_light);
  line-height: 1.7;
}
@media only screen and (min-width: 750px) {
  .ccm-page .page_header.interview_detail.right .body h1 {
    line-height: 2.2;
    padding-left: 0;
    font-size: 20px;
  }
  .ccm-page .page_header.interview_detail.right .body h1 span {
    margin-left: 1em;
  }
}
.ccm-page .f2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color_main_bg);
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1060px) {
  .ccm-page .f2col {
    overflow: hidden;
    max-height: 305px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.ccm-page .f2col > .inner_img {
  width: 100%;
}
@media only screen and (min-width: 1060px) {
  .ccm-page .f2col > .inner_img {
    width: 50%;
    max-height: 525px;
  }
}
.ccm-page .f2col > .inner_img img {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 525px;
}
.ccm-page .f2col > .inner {
  width: 100%;
  margin-left: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
}
.ccm-page .f2col > .inner p {
  margin-top: 16px;
}
@media only screen and (min-width: 1060px) {
  .ccm-page .f2col > .inner {
    margin-right: 64px;
    padding-left: 0;
    padding-right: 0;
    width: 436px;
  }
  .ccm-page .f2col > .inner p {
    margin-top: 0;
  }
}
.ccm-page .f2col.reverse > .inner {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1060px) {
  .ccm-page .f2col.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .ccm-page .f2col.reverse > .inner {
    margin-left: 64px;
    margin-right: 0;
    width: calc(500px - 64px);
  }
}
.ccm-page .main .area_about,
.ccm-page main .area_about {
  background-color: var(--color_white);
}
.ccm-page .main .area_about > .inner,
.ccm-page main .area_about > .inner {
  width: 100%;
  padding-left: 53px;
  padding-right: 53px;
  font-size: 16px;
  color: var(--color_white);
}
@media only screen and (max-width: 507px) {
  .ccm-page .main .area_about > .inner,
  .ccm-page main .area_about > .inner {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.ccm-page .main .area_about > .inner.green,
.ccm-page main .area_about > .inner.green {
  background-image: linear-gradient(180deg, transparent 30px, var(--color_green) 30px);
  padding-bottom: 40px;
  margin-top: -30px;
}
.ccm-page .main .area_about > .inner.cort,
.ccm-page main .area_about > .inner.cort {
  padding-left: 0;
  padding-right: 0;
  background-image: url(../img/cort.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  aspect-ratio: 1.23170732;
}
@media only screen and (max-width: 507px) {
  .ccm-page .main .area_about > .inner .w319,
  .ccm-page main .area_about > .inner .w319 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ccm-page .main .area_about > .inner .w319 img,
.ccm-page main .area_about > .inner .w319 img {
  max-width: 319px;
  height: auto;
}
@media only screen and (max-width: 507px) {
  .ccm-page .main .area_about > .inner .w319,
  .ccm-page main .area_about > .inner .w319 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .ccm-page .main .area_about > .inner .w319 img,
  .ccm-page main .area_about > .inner .w319 img {
    width: 100%;
  }
}
.ccm-page .main .area_about > .inner .slogan,
.ccm-page main .area_about > .inner .slogan {
  background-image: url(../img/enjoy_tennis.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 87.5%;
  aspect-ratio: 4.12149533;
  margin-left: 6.25%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 507px) {
  .ccm-page .main .area_about > .inner .slogan,
  .ccm-page main .area_about > .inner .slogan {
    background-size: contain;
  }
}
.ccm-page .main .area_lesson,
.ccm-page main .area_lesson {
  background-color: var(--color_white);
  padding-top: 30px;
  padding-bottom: 40px;
}
.ccm-page .main .area_lesson > .inner,
.ccm-page main .area_lesson > .inner {
  width: min(100%, 397px);
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  color: var(--color_black);
}
.ccm-page .main .area_trial,
.ccm-page main .area_trial {
  background-color: var(--color_blue);
  padding-top: 30px;
  padding-bottom: 40px;
}
.ccm-page .main .area_trial > .inner,
.ccm-page main .area_trial > .inner {
  width: calc(100% - 70px);
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 1.6;
  color: var(--color_white);
}
.ccm-page .main .area_price,
.ccm-page main .area_price {
  background-color: var(--color_white);
  padding-top: 30px;
  padding-bottom: 40px;
}
.ccm-page .main .area_price > .inner,
.ccm-page main .area_price > .inner {
  width: min(100%, 397px);
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  color: var(--color_black);
}
.ccm-page .main .area_price > .inner table,
.ccm-page main .area_price > .inner table {
  border-collapse: collapse;
}
.ccm-page .main .area_price > .inner table tr,
.ccm-page main .area_price > .inner table tr {
  border-bottom: 2px solid #ccc;
}
.ccm-page .main .area_price > .inner table tr th,
.ccm-page main .area_price > .inner table tr th {
  text-align: center;
  vertical-align: middle;
}
.ccm-page .main .area_price > .inner table tr td,
.ccm-page main .area_price > .inner table tr td {
  vertical-align: middle;
}
.ccm-page .main .area_price > .inner table tr td.price,
.ccm-page main .area_price > .inner table tr td.price {
  text-align: center;
  font-size: 20px;
}
.ccm-page .main .area_price > .inner table.other,
.ccm-page main .area_price > .inner table.other {
  border-top: 1px solid #ccc;
}
.ccm-page .main .area_price > .inner table.other tr,
.ccm-page main .area_price > .inner table.other tr {
  border-bottom: none;
}
.ccm-page .main .area_price > .inner table.other tr th,
.ccm-page main .area_price > .inner table.other tr th {
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  padding: 2px 12px;
  line-height: 1.2;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.ccm-page .main .area_price > .inner table.other tr td,
.ccm-page main .area_price > .inner table.other tr td {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 2px 12px;
  line-height: 1.2;
  height: 40px;
}
.ccm-page .main .area_price > .inner table.other tr td.price,
.ccm-page main .area_price > .inner table.other tr td.price {
  text-align: center;
  font-size: 16px;
}
.ccm-page .main .area_price > .inner table.other tr td.note,
.ccm-page main .area_price > .inner table.other tr td.note {
  font-size: 10px;
}
.ccm-page .main .area_faq,
.ccm-page main .area_faq {
  background-color: var(--color_yellow);
  padding-top: 30px;
  padding-bottom: 40px;
}
.ccm-page .main .area_faq > .inner,
.ccm-page main .area_faq > .inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.68;
  color: var(--color_black);
}
.ccm-page .main .area_faq > .inner .accordion > .accordion_item > .title,
.ccm-page main .area_faq > .inner .accordion > .accordion_item > .title {
  max-width: 435px;
  margin-right: auto;
  font-weight: var(--font_extrabold);
  color: var(--color_white);
  padding: 15px 60px 15px 40px;
  background-color: var(--color_green);
  background-image: linear-gradient(270deg, var(--color_dark_green) 54px, var(--color_green) 54px);
  position: relative;
  margin-bottom: 2px;
  cursor: pointer;
}
.ccm-page .main .area_faq > .inner .accordion > .accordion_item > .title:after,
.ccm-page main .area_faq > .inner .accordion > .accordion_item > .title:after {
  position: absolute;
  content: "";
  background-image: url(../img/icon_arrow.svg);
  top: calc(50% - 6px);
  right: 17px;
  width: 18px;
  height: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ccm-page .main .area_faq > .inner .accordion > .accordion_item > .panel,
.ccm-page main .area_faq > .inner .accordion > .accordion_item > .panel {
  max-width: 435px;
  margin-left: auto;
  background-color: var(--color_white);
  padding: 15px 40px 15px 30px;
  overflow: hidden;
}
@media only screen and (max-width: 507px) {
  .ccm-page .main .area_faq > .inner .accordion > .accordion_item > .panel,
  .ccm-page main .area_faq > .inner .accordion > .accordion_item > .panel {
    padding-right: 30px;
  }
}
.ccm-page .main .area_faq > .inner .accordion > .accordion_item.active > .title,
.ccm-page main .area_faq > .inner .accordion > .accordion_item.active > .title {
  margin-bottom: 0;
}
.ccm-page .main .area_faq > .inner .accordion > .accordion_item.active > .title:after,
.ccm-page main .area_faq > .inner .accordion > .accordion_item.active > .title:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ccm-page .bg_white {
  -o-border-image: linear-gradient(var(--color_white),var(--color_white)) 0//0 100vw 0 100vw;
     border-image: -webkit-gradient(linear,left top, left bottom,from(var(--color_white)),to(var(--color_white))) fill 0//0 100vw 0 100vw;
     border-image: linear-gradient(var(--color_white),var(--color_white)) fill 0//0 100vw 0 100vw;
}
.ccm-page .works_wrap {
  font-size: 18px;
}
.ccm-page .works_wrap h2 {
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.6;
}
.ccm-page .works_wrap h3 {
  font-size: 25px;
  font-weight: normal;
  position: relative;
  margin-top: 1.7em;
  padding-left: 55px;
}
@media only screen and (min-width: 1040px) {
  .ccm-page .works_wrap h3 {
    padding-left: 0;
  }
}
.ccm-page .works_wrap h3:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 46px;
  background-color: #534741;
  top: 0.85em;
  left: 0px;
}
@media only screen and (min-width: 1040px) {
  .ccm-page .works_wrap h3:before {
    width: 60px;
    left: -80px;
  }
}
.ccm-page .works_wrap h4 {
  font-size: 20px;
  font-weight: normal;
  position: relative;
  margin-bottom: 0.7em;
}
.ccm-page .works_wrap strong {
  opacity: 0.9;
}
.ccm-page .works_wrap li {
  margin-bottom: 0.5em;
}
.ccm-page footer {
  background-color: var(--color_white);
}
.ccm-page footer .container {
  padding: 30px;
}
.ccm-page footer .container > .inner {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 507px) {
  .ccm-page footer .container > .inner p {
    text-align: center;
  }
  .ccm-page footer .container > .inner .col2 .vcenter {
    display: block;
  }
  .ccm-page footer .container > .inner a[href*="tel:"] {
    font-size: 20px;
  }
}
.ccm-page #btn_pagetop {
  position: fixed;
  right: 20px;
  bottom: 32px;
  z-index: 14;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.ccm-page #btn_pagetop.show {
  pointer-events: auto;
  opacity: 1;
}
.container_wrap {
  background-image: url(../img/site_bg.webp);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container_wrap .left_container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  min-height: 767px;
  width: calc(100% - 505px - 340px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (max-width: 1368px) {
  .container_wrap .left_container {
    display: none;
  }
}
@media only screen and (max-height: 768px) {
  .container_wrap .left_container {
    height: 767px;
  }
}
.container_wrap .left_container > .side_logo {
  height: calc(100% - 302px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (max-height: 900px) {
  .container_wrap .left_container > .side_logo {
    height: 45%;
  }
}
.container_wrap .left_container > .side_footer {
  width: 471px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  background-image: url(../img/side_footer_bg.webp);
  background-size: 206px 188px;
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 145px;
}
.container_wrap .left_container > .side_footer .col2 {
  background-color: rgba(255, 255, 255, 0.8);
}
.container_wrap .main_container {
  background-color: var(--color_white);
  width: 505px;
  margin-left: auto;
  margin-right: 340px;
  overflow: hidden;
}
@media only screen and (max-width: 1368px) {
  .container_wrap .main_container {
    margin-left: auto;
    margin-right: 45%;
  }
}
@media only screen and (max-width: 1010px) {
  .container_wrap .main_container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 507px) {
  .container_wrap .main_container {
    width: 100%;
    padding-bottom: 56px;
  }
}
.container_wrap .right_container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 340px;
  min-height: 767px;
}
@media only screen and (max-width: 1368px) {
  .container_wrap .right_container {
    margin-left: calc((45% - 340px) / 2 );
    margin-right: calc((45% - 340px) / 2 );
  }
}
@media only screen and (max-width: 1010px) {
  .container_wrap .right_container {
    display: none;
  }
}
@media only screen and (max-height: 768px) {
  .container_wrap .right_container {
    height: 767px;
  }
}
.container_wrap .right_container > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.container_wrap .right_container > .inner > .sns_link {
  margin: 50px 60px;
}
.container_wrap .right_container > .inner > .menu {
  margin-bottom: 50px;
}
.tab_wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: 140px;
  margin-right: 340px;
  margin-left: auto;
  width: 43px;
}
@media only screen and (max-width: 1368px) {
  .tab_wrap {
    margin-right: 45%;
  }
}
@media only screen and (max-width: 1010px) {
  .tab_wrap {
    margin-right: calc((100% - 505px) / 2);
  }
}
@media only screen and (max-width: 507px) {
  .tab_wrap {
    top: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.tab_wrap .trial {
  right: 0;
  top: 200px;
  background-color: var(--color_green);
  width: 43px;
  height: 157px;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
@media only screen and (max-width: 507px) {
  .tab_wrap .trial {
    background-color: var(--color_blue);
    border-top-left-radius: 9px;
    border-bottom-left-radius: inherit;
    border-top-right-radius: 9px;
    width: 50%;
    height: 56px;
  }
}
.tab_wrap .trial a {
  color: var(--color_white);
  font-size: 17px;
  font-weight: var(--font_medium);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 507px) {
  .tab_wrap .trial a {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}
.tab_wrap .lesson {
  background-color: var(--color_blue);
  width: 43px;
  height: 157px;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
@media only screen and (max-width: 507px) {
  .tab_wrap .lesson {
    background-color: var(--color_green);
    border-top-left-radius: 9px;
    border-bottom-left-radius: inherit;
    border-top-right-radius: 9px;
    width: 50%;
    height: 56px;
  }
}
.tab_wrap .lesson a {
  color: var(--color_white);
  font-size: 17px;
  font-weight: var(--font_medium);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 507px) {
  .tab_wrap .lesson a {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}
.ccm-page .ccm-ui > li:before {
  content: none;
}
