@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* ======================================================================
 common
====================================================================== */
html {
  overflow-x: hidden;
  font-size: 0.6666666667vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 1.8rem;
  color: inherit;
}

select::-ms-expand {
  display: none;
}

label {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #000;
}

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

.inner {
  width: calc(100% - 50rem);
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/* ======================================================================
 main
====================================================================== */
.tkc_header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-radius: 0 0 5rem 0;
  width: 40rem;
  height: 9.3rem;
}
@media screen and (max-width: 768px) {
  .tkc_header {
    position: static;
    margin: 0 auto;
  }
}
.tkc_header_logo {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .tkc_header_logo {
    transition: none;
  }
}
.tkc_header_logo:hover, .tkc_header_logo:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .tkc_header_logo:hover, .tkc_header_logo:hover img {
    opacity: 1;
  }
}
.tkc_header_logo {
  width: 35rem;
}

.tkc_mv {
  position: relative;
}
.tkc_mv_bg {
  background: #66C6F1 url(../img/mv.jpg) no-repeat 50% 0;
  background-size: 100%;
  padding: 27rem 0 5rem;
}
.tkc_mv_ttl {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}
.tkc_mv_copy {
  position: relative;
  z-index: 1;
  width: 80rem;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 768px) {
  .tkc_mv_copy {
    width: auto;
  }
}
.tkc_mv_txt {
  font-weight: 700;
  text-align: center;
  color: #FFF;
  text-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.tkc_mv_txt span {
  color: #F6FF00;
}
.tkc_mv_menu {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .tkc_mv_menu {
    display: block;
  }
}
.tkc_mv_menu_btn {
  position: relative;
  box-sizing: border-box;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .tkc_mv_menu_btn {
    transition: none;
  }
}
.tkc_mv_menu_btn:hover, .tkc_mv_menu_btn:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .tkc_mv_menu_btn:hover, .tkc_mv_menu_btn:hover img {
    opacity: 1;
  }
}
.tkc_mv_menu_btn {
  font-weight: 700;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #FFF;
  width: 48.5rem;
  height: 10rem;
  font-size: 3.8rem;
  border-radius: 2rem;
  padding-right: 3.5rem;
}
@media screen and (max-width: 768px) {
  .tkc_mv_menu_btn {
    width: 100%;
    border-width: 3px;
  }
  .tkc_mv_menu_btn:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.tkc_mv_menu_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -1.2rem;
  border-bottom: 4px solid #FFF;
  border-right: 4px solid #FFF;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .tkc_mv_menu_btn::after {
    border-bottom-width: 2px;
    border-right-width: 2px;
  }
}
.tkc_mv_menu_btn._online {
  background: #1D2088;
}
.tkc_mv_menu_btn._online span {
  color: #1D2088;
}
.tkc_mv_menu_btn._labo {
  background: #036EB8;
}
.tkc_mv_menu_btn._labo span {
  color: #036EB8;
}
.tkc_mv_menu_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6FF00;
  font-size: 2.4rem;
  width: 9rem;
  height: 4rem;
  border-radius: 1rem;
  margin-right: 1rem;
}

.tkc_ttl {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #FFF;
  width: 100%;
  height: 15rem;
  background: #33A1DC;
  font-size: 2.3rem;
  line-height: 1.3;
}
.tkc_ttl span {
  font-size: 3.8rem;
}

.tkc_about_bg {
  position: relative;
  background: url(../img/about_top.png) no-repeat 100% 0, url(../img/about_btm.png) no-repeat 0 100%;
  background-size: 48.5rem, 51.5rem;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .tkc_about_bg {
    padding: 20rem 0;
    background-size: 40%;
  }
}
.tkc_about_bg p {
  font-weight: 700;
  text-align: center;
  font-size: 2.3rem;
  line-height: 2;
}
.tkc_about_bg p:not(:last-child) {
  margin-bottom: 2em;
}
.tkc_about_img {
  position: absolute;
  z-index: 1;
}
.tkc_about_img._top {
  width: 36rem;
  top: 18rem;
  left: -2rem;
}
@media screen and (max-width: 768px) {
  .tkc_about_img._top {
    top: 4rem;
    width: 22rem;
    left: -4rem;
  }
}
.tkc_about_img._btm {
  width: 32.5rem;
  bottom: 7rem;
  right: -2rem;
}
@media screen and (max-width: 768px) {
  .tkc_about_img._btm {
    width: 24rem;
    bottom: 2rem;
    right: -4rem;
  }
}

.tkc_sec_bg {
  position: sticky;
  top: 0;
  left: 0;
}
.tkc_sec_bg + .inner {
  padding-bottom: 10rem;
}
.tkc_sec_cont {
  position: relative;
  z-index: 1;
  border-radius: 5rem;
  padding: 5rem 5rem 2rem;
}
.tkc_sec_ttl {
  font-weight: 700;
  text-align: center;
  color: #FFF;
  font-size: 3.8rem;
  line-height: 1.5;
  margin-bottom: 4rem;
}
.tkc_sec_ttl span {
  color: #F6FF00;
}
.tkc_sec_list {
  margin-bottom: 3rem;
}
.tkc_sec_list_box {
  font-weight: 700;
  text-align: center;
  background: #FFF;
  border-radius: 3rem;
  padding: 2rem;
  font-size: 2.3rem;
  line-height: 1.5;
}
.tkc_sec_list_box:not(:last-child) {
  margin-bottom: 2rem;
}
.tkc_sec_txt {
  font-weight: 700;
  color: #FFF;
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.5;
  margin-bottom: 5rem;
}
.tkc_sec_table {
  width: 100%;
  margin-bottom: 1rem;
}
.tkc_sec_table caption {
  font-weight: 700;
  background: #F6FF00;
  text-align: center;
  font-size: 3rem;
  padding: 1.5rem;
  border-radius: 6rem;
  margin-bottom: 2rem;
}
.tkc_sec_table th {
  font-weight: 700;
  text-align: center;
}
.tkc_sec_table th, .tkc_sec_table td {
  background: #FFF;
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .tkc_sec_table th, .tkc_sec_table td {
    font-size: 2.4rem;
    padding: 2rem 1.5rem;
  }
}
.tkc_sec_table th a, .tkc_sec_table td a {
  text-decoration: underline;
}
.tkc_sec_table th a:hover, .tkc_sec_table td a:hover {
  text-decoration: none;
}
.tkc_sec_table tr:first-child th:first-child {
  border-radius: 3rem 0 0 0;
}
.tkc_sec_table tr:first-child th:last-child {
  border-radius: 0 3rem 0 0;
}
.tkc_sec_table tr:last-child td:first-child {
  border-radius: 0 0 0 3rem;
}
.tkc_sec_table tr:last-child td:last-child {
  border-radius: 0 0 3rem 0;
}
.tkc_sec_cap {
  text-align: right;
  color: #FFF;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .tkc_sec_cap {
    font-size: 2rem;
  }
}
.tkc_sec_class {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 3%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .tkc_sec_class {
    display: block;
  }
}
.tkc_sec_class_box {
  overflow: hidden;
  background: #FFF;
  width: 48.5%;
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .tkc_sec_class_box {
    width: 100%;
  }
  .tkc_sec_class_box:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.tkc_sec_class_ttl {
  font-weight: 700;
  text-align: center;
  color: #FFF;
  font-size: 2.6rem;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .tkc_sec_class_ttl {
    font-size: 3.2rem;
    padding: 2rem 0;
  }
}
.tkc_sec_class_ttl._c01 {
  background: #ED7465;
}
.tkc_sec_class_ttl._c02 {
  background: #0093BC;
}
.tkc_sec_class_ttl._c03 {
  background: #19AC43;
}
.tkc_sec_class_ttl._c04 {
  background: #F8B410;
}
.tkc_sec_class_desc {
  padding: 2rem 3rem;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .tkc_sec_class_desc {
    font-size: 2.4rem;
  }
}
.tkc_sec_btn {
  box-sizing: border-box;
  position: relative;
  font-weight: 700;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .tkc_sec_btn {
    transition: none;
  }
}
.tkc_sec_btn:hover, .tkc_sec_btn:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .tkc_sec_btn:hover, .tkc_sec_btn:hover img {
    opacity: 1;
  }
}
.tkc_sec_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6FF00;
  color: #33A1DC;
  width: 100%;
  height: 9rem;
  border: 4px solid #9FD8F6;
  border-radius: 2rem;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .tkc_sec_btn {
    border-width: 3px;
  }
}
.tkc_sec_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -0.6rem;
  border-top: 3px solid #33A1DC;
  border-right: 3px solid #33A1DC;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .tkc_sec_btn::after {
    border-top-width: 2px;
    border-right-width: 2px;
  }
}
.tkc_sec_img {
  position: absolute;
  z-index: 1;
}

.tkc_online .tkc_ttl {
  background: #1D2088;
}
.tkc_online .tkc_ttl span {
  color: #F6FF00;
}
.tkc_online .tkc_sec_cont {
  background: #1D2088;
}
.tkc_online .tkc_sec_table caption {
  color: #1D2088;
}
.tkc_online .tkc_sec_table td {
  border-top: 1px solid #1D2088;
}
.tkc_online .tkc_sec_img._top {
  width: 34rem;
  top: -12rem;
  right: -12rem;
}
.tkc_online .tkc_sec_img._mdl {
  width: 28.3rem;
  top: 37.7rem;
  left: -12.5rem;
}
@media screen and (max-width: 768px) {
  .tkc_online .tkc_sec_img._mdl {
    top: -22rem;
    left: -5rem;
  }
}

.tkc_labo .tkc_ttl {
  background: #036EB8;
}
.tkc_labo .tkc_ttl span {
  color: #F6FF00;
}
.tkc_labo .tkc_sec_cont {
  background: #036EB8;
}
.tkc_labo .tkc_sec_table {
  margin-top: 5rem;
}
.tkc_labo .tkc_sec_table caption {
  color: #036EB8;
}
.tkc_labo .tkc_sec_table td {
  width: 50%;
  text-align: center;
  border-top: 1px solid #036EB8;
}
@media screen and (max-width: 768px) {
  .tkc_labo .tkc_sec_table td {
    text-align: left;
    width: auto;
  }
}
.tkc_labo .tkc_sec_img._top {
  width: 31.5rem;
  top: -13.5rem;
  left: -13.5rem;
}
.tkc_labo .tkc_sec_img._mdl {
  width: 29.6rem;
  top: 33rem;
  right: -12.5rem;
}
@media screen and (max-width: 768px) {
  .tkc_labo .tkc_sec_img._mdl {
    top: -28rem;
    right: -8rem;
  }
}

.tkc_price .inner {
  padding: 7rem 0;
}
@media screen and (max-width: 768px) {
  .tkc_price .inner {
    padding: 7% 0;
  }
}
.tkc_price_table {
  width: 100%;
}
.tkc_price_table tr:not(:last-child) th, .tkc_price_table tr:not(:last-child) td {
  border-bottom: 1px solid #33A1DC;
}
@media screen and (max-width: 768px) {
  .tkc_price_table tr:not(:last-child) th, .tkc_price_table tr:not(:last-child) td {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .tkc_price_table tr:not(:last-child) td {
    border-bottom: 1px solid #33A1DC;
  }
}
.tkc_price_table th, .tkc_price_table td {
  font-weight: 700;
  vertical-align: top;
  padding: 2rem;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .tkc_price_table th, .tkc_price_table td {
    display: block;
    font-size: 2.4rem;
    padding: 0 0 2rem;
  }
}
.tkc_price_table th {
  width: 18%;
}
@media screen and (max-width: 768px) {
  .tkc_price_table th {
    width: auto;
    padding-top: 2rem;
  }
}
.tkc_price_table td {
  width: 82%;
}
@media screen and (max-width: 768px) {
  .tkc_price_table td {
    width: auto;
  }
}
.tkc_price_table td img {
  margin-bottom: 1rem;
}
.tkc_price_table td span {
  display: block;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .tkc_price_table td span {
    font-size: 1.8rem;
  }
}
.tkc_price_table td strong {
  color: #E50012;
}

.tkc_fixed {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #33A1DC;
  padding: 1rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .tkc_fixed {
    padding: 2rem 0;
  }
}
.tkc_fixed_txt {
  font-weight: 700;
  text-align: center;
  color: #FFF;
  font-size: 2.3rem;
  margin-bottom: 1rem;
}
.tkc_fixed .tkc_sec_btn {
  margin: 0 auto;
  height: 8rem;
  width: 80rem;
}
@media screen and (max-width: 768px) {
  .tkc_fixed .tkc_sec_btn {
    width: 100%;
  }
}

.labo_sec11_list_box {
  background: #FFF;
  border-radius: 1rem;
  padding: 2.5rem 3rem;
}
.labo_sec11_list_box:not(:last-child) {
  margin-bottom: 2rem;
}
.labo_sec11_list_tgl {
  position: relative;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .labo_sec11_list_tgl {
    transition: none;
  }
}
.labo_sec11_list_tgl:hover, .labo_sec11_list_tgl:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .labo_sec11_list_tgl:hover, .labo_sec11_list_tgl:hover img {
    opacity: 1;
  }
}
.labo_sec11_list_tgl {
  font-weight: 700;
  color: #33A1DC;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .labo_sec11_list_tgl {
    font-size: 2.8rem;
  }
}
.labo_sec11_list_tgl._active::after {
  transform: rotate(225deg);
  margin-top: -0.5rem;
}
.labo_sec11_list_tgl::after {
  content: "";
  position: absolute;
  display: block;
  transform: rotate(45deg);
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-bottom: 3px solid #33A1DC;
  border-right: 3px solid #33A1DC;
  right: 0;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .labo_sec11_list_tgl::after {
    border-bottom-width: 2px;
    border-right-width: 2px;
  }
}
.labo_sec11_list_sub {
  display: none;
  margin-top: 2rem;
}
.labo_sec11_list_sub_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #D9D9D9;
  font-size: 1.8rem;
  line-height: 170%;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .labo_sec11_list_sub_box {
    display: block;
    font-size: 2.4rem;
  }
}
.labo_sec11_list_sub_box:last-child {
  padding-bottom: 0;
}
.labo_sec11_list_name {
  font-weight: 700;
  color: #33A1DC;
  text-decoration: underline;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .labo_sec11_list_name {
    width: auto;
  }
}
.labo_sec11_list_name:hover {
  text-decoration: none;
}
.labo_sec11_list_add {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .labo_sec11_list_add {
    width: auto;
  }
}
.labo_sec11_list_tel {
  font-weight: 700;
  text-align: right;
  pointer-events: none;
  box-sizing: border-box;
  width: 20%;
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .labo_sec11_list_tel {
    pointer-events: inherit;
    width: auto;
  }
}
.labo_footer {
  padding: 3rem 0 15rem;
}
@media screen and (max-width: 768px) {
  .labo_footer {
    padding: 5rem 0 20rem;
  }
}
.labo_footer_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.labo_footer_logo_box {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .labo_footer_logo_box {
    transition: none;
  }
}
.labo_footer_logo_box:hover, .labo_footer_logo_box:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .labo_footer_logo_box:hover, .labo_footer_logo_box:hover img {
    opacity: 1;
  }
}
.labo_footer_logo_box {
  margin: 0 2rem;
}
@media screen and (max-width: 768px) {
  .labo_footer_logo_box {
    margin: 0 0.5rem;
  }
}
.labo_footer_copy {
  text-align: center;
  font-size: 1.4rem;
}

.nadm_sec08_tab {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}
.nadm_sec08_tab_btn {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .nadm_sec08_tab_btn {
    transition: none;
  }
}
.nadm_sec08_tab_btn:hover, .nadm_sec08_tab_btn:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .nadm_sec08_tab_btn:hover, .nadm_sec08_tab_btn:hover img {
    opacity: 1;
  }
}
.nadm_sec08_tab_btn {
  cursor: pointer;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem 2rem 0 0;
  width: 30rem;
  height: 7rem;
  margin: 0 1rem;
}
.nadm_sec08_tab_btn img {
  width: auto;
  height: 4rem;
}
.nadm_sec08_tab_btn._active {
  background: #D7F1FF;
}
.nadm_sec08_cont {
  background: #D7F1FF;
  padding: 4rem 0;
}
.nadm_sec08_cont_box {
  display: none;
}/*# sourceMappingURL=style.css.map */