html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

main {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

video {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.key_visual {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 20px;
  pointer-events: none;
}

.key_visual iframe {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-slide img {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.is02_box_img01 img {
  z-index: -1;
}

.lang {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}

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

table.program_graph th {
  border: 1px solid #9d9d9d;
  text-align: center;
  padding: 10px 5px;
  vertical-align: middle;
}

table.program_graph td {
  border: 1px solid #9d9d9d;
  text-align: center;
  padding: 5px;
  vertical-align: middle;
  width: 9.4%;
  line-height: 1.5;
}

table.program_graph th {
  background-color: #f2f2f2;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
}

table.program_graph th small {
  color: #9d9d9d;
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
  line-height: 1.25;
  margin-top: 4px;
}

table.program_graph td.label {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  width: 6%;
}

table.program_graph tr.conversation td.label {
  background-color: #ff7c80;
}

table.program_graph tr.business td.label {
  background-color: #660033;
}

table.program_graph tr.test td.label {
  background-color: #339933;
}

table.program_graph td span {
  overflow: hidden;
  position: relative;
  display: block;
  width: auto;
  height: auto;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.12);
  color: #000000;
  padding: 6px;
  text-align: center;
  transition: all 0.3s;
}

table.program_graph td a span:hover {
  cursor: pointer;
}

table.program_graph tr.conversation td span {
  background-color: #ffcccc;
  border: 2px solid #ffcccc;
}

table.program_graph tr.conversation td a span:hover {
  background-color: rgba(255, 204, 204, 0.5);
}

table.program_graph tr.business td span {
  background-color: #d57bf1;
  border: 2px solid #d57bf1;
}

table.program_graph tr.business td a span:hover {
  background-color: rgba(213, 123, 241, 0.5);
}

table.program_graph tr.test td span {
  background-color: #a9d28e;
  border: 2px solid #a9d28e;
}

table.program_graph tr.test td a span:hover {
  background-color: rgba(169, 210, 142, 0.5);
}

.program_graph_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin: 20px auto;
}

@media screen and (max-width: 1120px) {
  .program_graph_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .lang {
    overflow: hidden;
    position: absolute;
    width: max-content;
    height: auto;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    top: 11px;
    right: 70px;
    z-index: 9999;
    padding-bottom: 10px;
  }
}

ul.bogo-language-switcher {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  display: block;
  margin-right: 12px;
}

@media screen and (max-width: 1120px) {
  ul.bogo-language-switcher {
    margin-right: 0;
  }
}

ul.bogo-language-switcher li {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  float: left;
  display: block;
  padding-right: 16px !important;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s;
}

li a.current {
  color: var(--color01) !important;
}

ul.bogo-language-switcher li:hover {
  color: var(--color01) !important;
}

ul.bogo-language-switcher li:after {
  content: "｜";
  position: absolute;
  right: 0;
  color: rgba(0, 0, 0, 0.18) !important;
}

ul.bogo-language-switcher li:last-child:after {
  display: none !important;
}

.breadcrumbs {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: auto;
  padding: 16px 0;
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: 400;
}

.breadcrumbs a {
  color: var(--color01) !important;
}

@media screen and (max-width: 1120px) {
  .breadcrumbs {
    padding: 14px 20px;
    font-size: 1.1rem;
  }
}

/*
:target:before {
  content: "";
  display: block;
  height: 134px;
  margin-top: -134px;
}

@media screen and (max-width: 1120px) {
  :target:before {
    content: "";
    display: block;
    height: 64px;
    margin-top: -64px;
  }
}
*/

ul.link {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1180px;
  height: auto;
  padding: 0 30px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 400;
}

ul.link li {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1120px;
  height: auto;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 1120px) {
  ul.link {
    padding: 0 20px;
    font-size: 1.4rem;
  }
}

.is05_box_r .mand {
  display: none;
}

.contact_box01 .error {
  display: none;
}

.contact_box01 dd p {
  display: block;
  width: 100%;
}

.contact_box01 .is05_form_button input {
  margin-top: 30px;
}

.ui-datepicker {
  width: 21em;
}

.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0.5em;
}

.input_group .unit {
  padding: 10px;
  border: 1px #666 solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(102, 102, 102);
  border-left: none;
  white-space: nowrap;
}

@media screen and (max-width: 1120px) {
  .input_group .unit {
    width: 20%;
    padding: 2% 0 0 0;
    text-align: center;
  }
}

.wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

.categories {
  color: #000 !important;
}

.news_datail_subject p {
  line-height: 2;
  margin-bottom: 1em;
}

b {
  font-weight: 700;
}

em {
  font-size: 2.4rem;
  font-weight: 700;
}

strong {
  color: red;
  font-weight: 700;
}

.news_datail_subject h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 1em;
}

.news_datail_subject h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 1em;
  background-color: #bfedd2;
  display: inline-block;
}

.news_datail_subject ul {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -1em;
  margin-bottom: 1em;
}

.news_datail_subject ul li {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

.news_datail_subject ul li:before {
  content: "・";
}

.nav-links {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.nav-links div {
  margin: 0 10px;
}

.size-full {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.marker {
  font-weight: 700;
  background-color: #fbeeb8;
}

hr {
  overflow: hidden;
  position: relative;
  width: 100%;
  border: 0;
  height: 1px;
  background: #000;
  margin: 2em 0;
}

.underline.red {
  background: linear-gradient(transparent 50%, #ddd 0%);
}

.underline.blue {
  background: linear-gradient(transparent 50%, #ccffff 0%);
}

.underline.green {
  background: linear-gradient(transparent 50%, #ccff99 0%);
}

.underline.gray {
  background: linear-gradient(transparent 50%, #ddd 0%);
}

.news_list_cate {
  padding-right: 0 !important;
  background: #ddd;
  width: auto;
  min-width: 75px;
  font-size: 1.1rem;
  padding: 4px 6px 5px 6px !important;
}

.news_list_cate.evening-saturday-program {
  background: var(--color03);
}

.news_list_cate.news {
  background: #ffa54d;
}

.news_list_cate.daytime-intensive-program {
  background: var(--color01);
}

.news_list_cate.private-lesson {
  background: var(--color02);
}

.wp-pagenavi {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

span.current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 36px;
  margin: 0 3px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color: var(--color01);
  border: solid 1px var(--color01);
  box-sizing: border-box;
  color: #fff;
  padding-bottom: 3px;
  transition: all 0.3s;
}

.page.smaller,
.page.larger,
.previouspostslink,
.nextpostslink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 36px;
  margin: 0 3px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: solid 1px var(--color01);
  box-sizing: border-box;
  color: var(--color01);
  padding-bottom: 3px;
  transition: all 0.3s;
}

.page.smaller:hover,
.page.larger:hover,
.previouspostslink:hover,
.nextpostslink:hover {
  background-color: var(--color01);
  border: solid 1px var(--color01);
  color: #fff;
}

.single .ul_title01 h2 {
  width: 1120px;
  margin: 0 auto;
  color: #fff;
  font-size: 3rem;
}

.about_section_list br {
  display: none;
}

.pb0 {
  padding-bottom: 0 !important;
}

.com_list01_moreimg img {
  width: auto;
  height: auto;
}

.program_list {
  margin-bottom: 80px;
}

.program_list01 h3 {
  font-weight: 700;
  padding: 7px 10px 10px 22px !important;
}

.program_wrap .ul_title02 {
  padding: 11px 0 14px 20px !important;
  border-bottom: none !important;
  margin-bottom: 20px;
  color: var(--color01);
  font-size: 2.4rem;
  font-weight: 700;
  border-left: 10px solid var(--color01);
}

.other .program_list01_reg h3 {
  overflow: hidden;
  position: relative;
  background: #fff;
  color: var(--color01) !important;
  border: 3px solid var(--color01);
  font-weight: 700;
  padding: 5px 10px 6px 40px !important;
}

.other .program_list01_reg h3 span {
  overflow: hidden;
  position: absolute;
  top: 7px;
  left: 8px;
  width: 27px;
  height: 27px;
  border: 8px solid var(--color01);
  border-radius: 50%;
  box-sizing: border-box;
}

.other .program_list01_part h3 {
  overflow: hidden;
  position: relative;
  background: #fff;
  color: var(--color03) !important;
  border: 3px solid var(--color03);
  font-weight: 700;
  padding: 5px 10px 6px 10px;
  padding: 5px 10px 6px 40px !important;
}

.other .program_list01_part h3 span {
  overflow: hidden;
  position: absolute;
  top: 7px;
  left: 8px;
  width: 27px;
  height: 27px;
  border: 8px solid var(--color03);
  border-radius: 50%;
  box-sizing: border-box;
}

.other .program_list01_pri h3 {
  overflow: hidden;
  position: relative;
  background: #fff;
  color: var(--color02) !important;
  border: 3px solid var(--color02);
  font-weight: 700;
  padding: 5px 10px 6px 40px !important;
}

.other .program_list01_pri h3 span {
  overflow: hidden;
  position: absolute;
  top: 7px;
  left: 8px;
  width: 27px;
  height: 27px;
  border: 8px solid var(--color02);
  border-radius: 50%;
  box-sizing: border-box;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.size-half {
  width: 50% !important;
}

.reason_img01 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.caption_title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 8px;
  text-align: left;
}

.caption_description {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
}

.heading,
.heading a {
  color: var(--color01) !important;
}

.indent {
  margin-left: 1em;
}

.reason_pdf {
  margin-bottom: 5px;
}

.reason_pdf img {
  overflow: hidden;
  position: relative;
  display: inkune-block;
  width: 32px;
  height: 32px;
  top: 4px;
}

.cpitrustlogo {
  width: 130px;
  height: auto;
}

.job_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.job_jp {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  order: 2;
}

.job_jp.jp {
  order: 1;
}

.job_en {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  order: 1;
}

.job_en.jp {
  order: 2;
}

.job_office {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  order: 3;
}

header.translate {
  top: 57px;
}

.lang.translate {
  display: none;
}

.ul_style.translate {
  padding-top: 103px;
}

.gtranslate_wrapper {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 10000;
}

.gt_switcher-popup {
  font-weight: 700;
}

a.glink {
  text-decoration: none;
  border: solid 1px #;
  padding: 5px 5px 9px 10px;
}

a.glink span {
  margin-left: 8px;
}

.glink {
  color: black !important;
}

.glink img {
  width: 25px !important;
  height: auto !important;
}

.lang {
  height: 32px;
}

.bogo-language-switcher {
  display: none !important;
}

.gt_white_content {
  height: auto !important;
}

.gt_white_content .gt_languages {
  max-height: 350px !important;
}

.notranslate>img {
  border: solid 1px #e5e5e5 !important;
}

.notranslate>img+span {
  display: none !important;
}

.conversation .container,
.biz_conversations .container,
.jlpt .container {
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  position: relative;
}

.conversation h2 {
  padding: 9px 0 9px 16px !important;
  border-bottom: none !important;
  margin-top: 55px;
  margin-bottom: -17px;
  color: #000000;
  font-size: 2.4rem;
  font-weight: 700;
  border-left: 10px solid #ff7c80;
}

.biz_conversations h2 {
  padding: 9px 0 9px 16px !important;
  border-bottom: none !important;
  margin-top: 55px;
  margin-bottom: -17px;
  color: #000000;
  font-size: 2.4rem;
  font-weight: 700;
  border-left: 10px solid #660033;
}

.jlpt h2 {
  padding: 9px 0 9px 16px !important;
  border-bottom: none !important;
  margin-top: 55px;
  margin-bottom: -17px;
  color: #000000;
  font-size: 2.4rem;
  font-weight: 700;
  border-left: 10px solid #349932;
}

.conversation h3 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ff7c80;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 8px 14px;
  margin-top: 41px;
}

.biz_conversations h3 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #660033;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px 14px;
  margin-top: 41px;
}

.jlpt h3 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #349932;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px 14px;
  margin-top: 41px;
}

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

.detail-table th {
  border: 1px solid #ddd;
  padding: 8px 14px;
  text-align: left;
  width: 156px;
}

.detail-table td {
  border: 1px solid #ddd;
  padding: 8px 14px;
  text-align: left;
  width: auto;
}

.detail-table th {
  background-color: #f2f2f2;
}

.color03 {
  color: var(--color03) !important;
  border-color: var(--color03) !important;
}

.table_of_contents {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 33px;
  margin-bottom: 55px;
  display: flex;
  justify-content: flex-start;
  gap: 44px;
}

.table_of_item {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
}

.table_of_item h2 {
  overflow: hidden;
  position: relative;
  width: auto;
  height: 41px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 44px;
  text-align: center;
  border-radius: 19.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11px;
}

.table_of_item:nth-child(1) h2 {
  background-color: #ff7c80;
  padding: 0 129px;
}

.table_of_item:nth-child(2) h2 {
  background-color: #660033;
}

.table_of_item:nth-child(3) h2 {
  background-color: #349932;
}

.table_of_item ul {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.table_of_item ul li {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  padding-left: 5.5px;
  color: #000000;
  text-decoration: none;
  padding-left: 18px;
  text-indent: -18px;
}

.table_of_item ul li:before {
  content: "● ";
}

.table_of_item:nth-child(1) ul li:before {
  color: #ff7c80;
}

.table_of_item:nth-child(2) ul li:before {
  color: #660033;
}

.table_of_item:nth-child(3) ul li:before {
  color: #349932;
}

.table_of_item ul li a {
  color: #000000;
  text-decoration: none;
}

.table_of_item ul li a:hover {
  cursor: pointer;
  text-decoration: underline;
}

i {
  font-style: italic !important;
}