@charset "UTF-8";
@import url(vendor/common.css);
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

/* version */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.4;
  color: #444444;
  height: auto !important;
  overflow: hidden;
}

main {
  overflow: hidden;
}

figure {
  margin: 0;
  text-align: center;
}

figure + h3, figure + h4 {
  margin-block-start: 1em;
}

figure a img {
  transition: .3s;
}

figure a:hover img {
  opacity: .7;
}

figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

a {
  color: #444444;
  text-decoration: underline;
}

a:hover {
  color: #444444;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 1.5em;
  line-height: 1.6;
}

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

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}

ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul.list-unstyled ol,
ul.list-unstyled ul {
  padding-left: 2em;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 16px;
}

ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
}

dl {
  margin: 0 0 1em;
  line-height: 1.6;
}

dl:last-child {
  margin-bottom: 0;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}

dl dd:last-child {
  margin-bottom: 0;
}

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

td,
th {
  padding: 0;
}

main section {
  margin-bottom: 10%;
}

main section.highlight {
  padding-inline: 0;
}

.sp-mask {
  transition: none !important;
}

.highlight {
  background: #FFFCF2;
  color: #444444;
  border-radius: 80px;
  padding: 80px 8.5%;
}

@media (max-width: 1219px) {
  .highlight {
    padding-inline: 3%;
  }
}

@media (max-width: 767px) {
  .highlight {
    padding: 8% 10px;
    border-radius: 20px;
  }
}

.highlight.no_radius {
  border-radius: 0;
}

.highlight.bg_1 {
  background: #FFFC97;
}

.highlight.bg_2 {
  background: #F3F8FC;
}

.highlight.bg_3 {
  background-color: #fffdac;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 30px, #fffc97 30px, #fffc97 60px);
}

.highlight_border {
  border: 1px solid #0067C0;
  padding: 25px 4%;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .highlight_border {
    padding: 20px 10px;
  }
}

#swipebox-overlay {
  z-index: 10000002 !important;
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
  dl.dl-horizontal {
    overflow: hidden;
  }
  dl.dl-horizontal dt {
    float: left;
    clear: left;
    margin-right: 1em;
  }
  dl.dl-horizontal dd {
    float: left;
  }
  main section {
    margin-bottom: 7%;
  }
  main section:last-child {
    margin-bottom: 9%;
  }
}

@media (max-width: 767px) {
  .tile:not(.sp-tile) > * {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .gutters .row.row_inline {
    letter-spacing: -.40em;
  }
  .gutters .row.row_inline > .col {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    float: none;
    margin-bottom: 5%;
  }
  .gutters .row.row_inline .span_1:nth-child(12n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_2:nth-child(6n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_3:nth-child(4n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_4:nth-child(3n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_5:nth-child(2n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_6:nth-child(2n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_7 {
    width: 57.5%;
  }
  .gutters .row.row_inline .span_8 {
    width: 66%;
  }
  .gutters .row.row_inline .span_9 {
    width: 74.5%;
  }
  .gutters .row.row_inline .span_10 {
    width: 83%;
  }
  .gutters .row.row_inline .span_11 {
    width: 91.5%;
  }
  .gutters .row.row_inline .span_12 {
    width: 100%;
  }
}

main .column_main,
main .column_sub {
  overflow: hidden;
  min-height: 100px;
}

main .column_main .widget_header,
main .column_sub .widget_header {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.5em;
  margin-bottom: 0;
}

main .column_main .widget_header + *:not(.calendar_wrap),
main .column_sub .widget_header + *:not(.calendar_wrap) {
  padding: 0;
  margin: 0 auto 1em;
}

main .column_main .widget_header + .textwidget,
main .column_sub .widget_header + .textwidget {
  padding: 10px 0;
}

main .column_main .widget_wrap .menu,
main .column_main .widget_wrap > ul,
main .column_sub .widget_wrap .menu,
main .column_sub .widget_wrap > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main .column_main .widget_wrap .menu ul,
main .column_main .widget_wrap > ul ul,
main .column_sub .widget_wrap .menu ul,
main .column_sub .widget_wrap > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main .column_main .widget_wrap .menu li,
main .column_main .widget_wrap > ul li,
main .column_sub .widget_wrap .menu li,
main .column_sub .widget_wrap > ul li {
  padding: 0.5em 0.7em;
  border-bottom: 1px solid #ccc;
}

main .column_main .widget_wrap .menu li:last-child,
main .column_main .widget_wrap > ul li:last-child,
main .column_sub .widget_wrap .menu li:last-child,
main .column_sub .widget_wrap > ul li:last-child {
  border-bottom: 0;
}

main .column_main .widget_wrap .menu li a,
main .column_main .widget_wrap > ul li a,
main .column_sub .widget_wrap .menu li a,
main .column_sub .widget_wrap > ul li a {
  display: block;
  text-decoration: none;
}

main .column_main .widget_wrap .menu li a:hover,
main .column_main .widget_wrap > ul li a:hover,
main .column_sub .widget_wrap .menu li a:hover,
main .column_sub .widget_wrap > ul li a:hover {
  text-decoration: underline;
}

main .column_main .widget_wrap ul > li.page_item,
main .column_sub .widget_wrap ul > li.page_item {
  border-bottom: #ccc solid 1px;
}

main .column_main .widget_wrap ul > li.page_item.page_item_has_children,
main .column_sub .widget_wrap ul > li.page_item.page_item_has_children {
  padding: 0.5em 0.7em 0.2em !important;
}

main .column_main .widget_wrap ul > li.page_item .children,
main .column_sub .widget_wrap ul > li.page_item .children {
  border-top: #eee solid 1px;
  margin: 0.5em 0 0 !important;
}

main .column_main .widget_wrap ul > li.page_item .children li,
main .column_sub .widget_wrap ul > li.page_item .children li {
  font-weight: normal;
  border-bottom: #eee solid 1px;
  font-size: 96%;
  padding: 0.5em 0.7em 0.5em 1em;
  position: relative;
}

main .column_main .widget_wrap ul > li.page_item .children li:before,
main .column_sub .widget_wrap ul > li.page_item .children li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.4);
  border-radius: 2.5px;
}

main .column_main .widget_wrap ul > li.page_item .children li li:before,
main .column_sub .widget_wrap ul > li.page_item .children li li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.15);
  border-radius: 0;
}

@media (max-width: 900px) {
  .gutters .span_3.column_sub,
  .gutters .span_9.column_main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .gutters .span_3.column_sub .sidebar {
    letter-spacing: -.40em;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: 2%;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 10px;
  }
}

.article_button {
  margin-top: 5%;
}

@media (min-width: 768px) {
  .article_detail:not(.reverse) .col.span_12 + .span_4,
  .article_list:not(.reverse) .col.span_12 + .span_4 {
    margin-left: 0;
  }
  .article_detail.reverse .col.span_12,
  .article_list.reverse .col.span_12 {
    margin-left: 0;
  }
}

.sidebar {
  visibility: hidden;
}

.sidebar > .widget_wrap {
  visibility: visible;
}

.gutters .col.span_12 + .span_12 {
  margin-left: 0;
}

.sitemap {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}

.sitemap li {
  list-style: none;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #ccc;
}

.sitemap li > ul {
  padding: 0;
  border-top: #ccc solid 1px;
}

.sitemap li > ul > li {
  border-bottom: 1px solid #ccc;
  position: relative;
}

.sitemap li > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
}

.sitemap li > ul > li:last-child {
  border-bottom: none;
  padding: 10px 0 0 15px;
}

.sitemap li > ul > li .children > li {
  padding: 10px 0 0 15px;
}

.sitemap li > ul > li .children > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 0;
}

.sitemap a {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}

.sitemap a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .sitemap a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.parallax_h1 {
  height: 250px;
  position: relative;
}

.parallax_h1:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
}

.parallax_h1 h1 {
  color: #fff;
}

.parallax_h1 h1:after, .parallax_h1 h1:before {
  background: #fff;
}

@media (min-width: 768px) {
  .parallax_h1 {
    height: 450px;
  }
}

.map_wide #map_canvas,
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_wide img {
  max-width: none;
}

.slick-track {
  margin: 0 auto;
}

.col dl p {
  line-height: 1.4;
  margin: 0;
}

.col table {
  line-height: 1.8;
}

.col table p, .col table dl, .col table ul, .col table ol {
  line-height: 1.8;
}

.col p, .col dl, .col ul, .col ol {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .col p, .col dl, .col ul, .col ol {
    line-height: 2;
  }
}

.container {
  padding: 0 10px;
}

@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}

.container .container {
  padding: 0;
}

#fb-root,
.fb-page {
  font-family: "lucida grande", tahoma, verdana, arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif !important;
}

#swipebox-overlay {
  background: rgba(13, 13, 13, 0.8);
}

img.wp-edited-image[width] {
  width: auto !important;
}

img.wp-edited-image[height] {
  height: auto !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-message {
  margin: 40px 0;
  font-size: 12px;
  text-align: center;
}

.grecaptcha-message a {
  text-decoration: underline;
}

header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #fff;
  color: #444444;
}

header .row {
  margin: 0 2%;
}

header .container {
  max-width: 100%;
}

@media (max-width: 767px) {
  header .container .row {
    margin: 0;
  }
}

header .title {
  margin: 0;
  padding: 15px 0;
  line-height: 1;
}

header .title a {
  display: inline-block;
}

header .title img,
header .title object {
  width: 426px;
  height: 51px;
  max-width: none;
}

@media (max-width: 767px) {
  header .title img,
  header .title object {
    width: 260px;
    height: 31.12676px;
  }
}

header .global_nav > ul {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #fff;
}

@media (min-width: 768px) {
  header .global_nav > ul {
    left: auto;
    width: 50%;
    max-width: 400px;
  }
}

header .global_nav > ul > li {
  border-bottom: 1px solid #fff;
}

header .global_nav > ul > li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #fff;
  background: rgba(0, 103, 192, 0.9);
}

header .global_nav > ul > li a:hover {
  color: #fff;
}

header .global_nav > ul > li a:active {
  background: #0067C0;
  color: #fff;
}

header .global_nav > ul > li > a {
  background: rgba(0, 103, 192, 0.9);
}

header .global_nav .menu_icon {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 100;
}

header .global_nav .menu_icon a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transition: transform 0.3s;
  overflow: hidden;
}

header .global_nav .menu_icon a:after, header .global_nav .menu_icon a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #0067C0;
  transition: transform 0.5s;
}

header .global_nav .menu_icon a:before {
  top: 0;
}

header .global_nav .menu_icon a:after {
  bottom: 0;
}

header .global_nav .menu_icon a span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #0067C0;
  transition: transform 0.5s;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

header .global_nav .menu_icon a.close:not(.fix) {
  background: none;
}

header .global_nav .menu_icon a.close:not(.fix):before {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  background: #0067C0;
}

header .global_nav .menu_icon a.close:not(.fix):after {
  bottom: 50%;
  transform: translate(0, 50%) rotate(-45deg);
  background: #0067C0;
}

header .global_nav .menu_icon a.close:not(.fix) span {
  transform: translate(100%, -50%);
}

header .global_nav > ul {
  transform-origin: center top;
  visibility: hidden;
  transition: transform 0.3s;
  transform: rotateX(90deg);
}

header.menu_open .global_nav > ul {
  visibility: visible;
  transform: rotateX(0deg);
}

#google_translate_element,
.translate_gt {
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -12px;
}

.translate_gt {
  margin-top: -14px;
}

@media (min-width: 1500px) {
  header .row {
    table-layout: fixed;
    display: table;
    width: 94%;
  }
}

@media (min-width: 1500px) and (max-width: 1199px) {
  header .row {
    margin: auto;
    width: 100%;
  }
}

@media (min-width: 1500px) {
  header .container {
    max-width: none;
  }
  header .container .row {
    width: auto;
  }
  header .global_nav,
  header .title {
    margin: 0;
    vertical-align: middle;
    height: 100px;
    display: table-cell;
  }
  header .title {
    max-width: none;
    max-width: none;
    padding: 10px 0;
  }
  header .global_nav {
    text-align: right;
    width: 100%;
    padding: 0;
  }
  header .global_nav > ul {
    position: static;
    display: inline-block;
    width: auto;
    border: none;
    background: none;
    visibility: visible;
    font-size: 0px;
    font-size: 0rem;
    transform: none;
    text-align: left;
    overflow: visible;
    max-width: none;
  }
  header .global_nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    border: none;
    line-height: 1.5;
    border-left: 1px;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 .9em;
  }
  header .global_nav > ul > li:last-child {
    margin-right: 0;
  }
  header .global_nav > ul > li:not(.gnav_search) {
    text-align: center;
  }
  header .global_nav > ul > li:not(.gnav_search) > a {
    position: relative;
  }
  header .global_nav > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    color: #444444;
    text-decoration: none;
    background: transparent;
    text-align: center;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0.3em 0;
  }
  header .global_nav > ul > li > a:hover {
    border-bottom: 2px solid #0067C0;
    color: #444444;
  }
  header .global_nav > ul > li > a:active {
    background: none;
  }
  header .global_nav > ul > li > a span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  header .global_nav .menu_icon {
    display: none;
  }
  #google_translate_element,
  .translate_gt {
    position: static;
    float: right;
    margin-top: 3px;
    margin-left: 1em;
  }
  .translate_gt {
    margin-top: 0;
  }
}

@media (max-width: 1499px) {
  header .global_nav > ul > li a > span,
  header .global_nav > ul > li a > br {
    display: none;
  }
}

.hdr_info_wrap {
  display: none;
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(10% + 20px);
  transform: translateY(-50%);
  margin: auto;
}

@media (min-width: 640px) {
  .hdr_info_wrap {
    right: 10%;
  }
}

.hdr_info_wrap .hdr_info_sp a {
  position: relative;
  display: block;
  background: #0067C0;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

.hdr_info_wrap .hdr_info_sp a img {
  max-width: 17px;
  max-height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 1500px) {
  .hdr_info_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
  .hdr_info_wrap .hdr_info {
    position: absolute;
    right: 10px;
    top: 35px;
    right: 3%;
  }
}

footer {
  position: relative;
}

@media (max-width: 767px) {
  footer {
    padding-block: 1.5em 70px;
  }
}

footer nav a {
  display: block;
  text-decoration: none;
}

footer nav a:hover {
  text-decoration: underline;
}

footer nav {
  text-align: center;
}

footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer nav ul li + li {
  border-top: 1px solid #fff;
}

footer nav a {
  padding: 0.4em 0;
}

footer .footer_copyright_wrap {
  text-align: center;
  margin-top: 1em;
}

footer .footer_copyright_wrap p {
  padding: 0 0.3em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  footer {
    padding-block: 1em;
  }
  footer .row:not(:last-child) {
    margin-bottom: 5%;
  }
  footer nav {
    text-align: center;
  }
  footer nav ul {
    max-width: 1000px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    font-size: 0rem;
    white-space: normal;
    display: inline-block;
  }
  footer nav ul > li {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem;
  }
  footer nav ul li {
    line-height: 1.5;
    white-space: normal;
  }
  footer nav ul li + li {
    border: 0;
  }
  footer nav ul li:not(:first-child):before {
    content: "|";
    margin-right: 0.3em;
    margin-left: 0.3em;
  }
  footer nav a {
    display: inline-block;
    padding: 0.3em;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer nav ul li.tablet-break:after {
    content: "\A";
    white-space: pre;
  }
  footer nav ul li.tablet-break + li:before {
    display: none;
  }
}

/*
 * フッターパターンA(footer pattern A)
 */
footer {
  background: #0067C0;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

/* 追尾ボタン */
.link_btn {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 60;
  transition: .3s;
}

@media (max-width: 767px) {
  .link_btn {
    border-top: 1px solid #fff;
    top: auto;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

.link_btn .box {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #43D1FF;
  color: #fff;
  transition: .4s;
}

@media (min-width: 768px) {
  .link_btn .box {
    width: 120px;
    height: 140px;
    border-radius: 10px 0 0 10px;
  }
}

@media (min-width: 768px) and (max-width: 1219px) {
  .link_btn .box {
    width: 100px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  .link_btn .box {
    width: calc(100% / 2);
    height: 50px;
    flex-direction: row;
  }
}

.link_btn .box.box_02 {
  background: #FFD633;
}

@media (min-width: 768px) {
  .link_btn .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .link_btn .box:not(:last-child) {
    border-right: 1px solid #fff;
  }
}

.link_btn .box:hover {
  opacity: .7;
}

.link_btn .box p {
  font-weight: bold;
  text-align: center;
  margin: 0;
}

@media (min-width: 768px) {
  .link_btn .box p {
    margin-top: .5em;
  }
}

@media (max-width: 767px) {
  .link_btn .box p {
    margin-left: .5em;
  }
}

@media (max-width: 767px) {
  .link_btn .box img {
    max-width: 25px;
  }
}

@media (min-width: 768px) {
  .scroll .link_btn {
    transform: translateX(122px);
  }
}

@media (min-width: 768px) {
  footer.high .link_btn {
    opacity: 0;
    pointer-events: none;
  }
}

.bread_wrap {
  margin-top: 0;
  padding-top: 1%;
  padding-bottom: 2%;
}

.bread {
  overflow: hidden;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .bread {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
}

.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  padding-right: 2em;
  margin-right: 1.5em;
}

.bread ul li a {
  text-decoration: none;
  color: #444444;
}

.bread ul li a:hover {
  color: #444444;
  text-decoration: none;
}

.bread ul li:after {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.bread ul li:last-child:after {
  content: none;
}

.button, #booking-package .wpcf7-submit,
.inquiry .wpcf7-submit {
  display: inline-block;
  min-width: 200px;
  margin: 0;
  padding: 1.19em 1em;
  border: 0;
  border-radius: 50px;
  line-height: 1;
  background: #0067C0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  transition: .3s;
  font-family: "Noto Sans JP", serif;
}

.button:hover, #booking-package .wpcf7-submit:hover,
.inquiry .wpcf7-submit:hover {
  background: #004E92;
  color: #fff;
}

.highlight .button, .highlight #booking-package .wpcf7-submit, #booking-package .highlight .wpcf7-submit,
.highlight .inquiry .wpcf7-submit, .inquiry .highlight .wpcf7-submit {
  color: #fff;
}

.highlight .button:hover, .highlight #booking-package .wpcf7-submit:hover, #booking-package .highlight .wpcf7-submit:hover,
.highlight .inquiry .wpcf7-submit:hover, .inquiry .highlight .wpcf7-submit:hover {
  color: #fff;
}

.button.block, #booking-package .block.wpcf7-submit,
.inquiry .block.wpcf7-submit {
  display: block;
  min-width: 0;
}

.button.inverse, #booking-package .inverse.wpcf7-submit,
.inquiry .inverse.wpcf7-submit {
  border: 0;
  border-radius: 50px;
  background: #000;
  color: #fff;
}

.button.inverse:hover, #booking-package .inverse.wpcf7-submit:hover,
.inquiry .inverse.wpcf7-submit:hover {
  background: #1a1a1a;
  color: #fff;
}

.button.cancel, #booking-package .cancel.wpcf7-submit,
.inquiry .cancel.wpcf7-submit {
  background: #888;
  color: #fff;
}

.button.cancel:hover, #booking-package .cancel.wpcf7-submit:hover,
.inquiry .cancel.wpcf7-submit:hover {
  background: #6f6f6f;
}

.button.large, #booking-package .large.wpcf7-submit,
.inquiry .large.wpcf7-submit {
  padding: 1em 2em;
  font-size: 16px;
  font-size: 1.6rem;
}

.button + .button, #booking-package .wpcf7-submit + .button, .inquiry .wpcf7-submit + .button, #booking-package .button + .wpcf7-submit, #booking-package .wpcf7-submit + .wpcf7-submit,
.inquiry .button + .wpcf7-submit,
#booking-package .inquiry .wpcf7-submit + .wpcf7-submit,
.inquiry .wpcf7-submit + .wpcf7-submit {
  margin-left: 0.5em;
}

.button span, #booking-package .wpcf7-submit span, .inquiry .wpcf7-submit span {
  line-height: 1;
  padding-left: 20px;
  background: url(/clark-kurume/wp-content/uploads/btn_icon.png) left center no-repeat;
  background-size: auto 14px;
}

.cal_wrapper table.cal {
  width: 100%;
}

.cal_wrapper table.cal caption {
  position: relative;
  margin-bottom: 1.0em;
}

.cal_wrapper table.cal .current_ym {
  font-size: 1.8rem;
}

.cal_wrapper table.cal button {
  -webkit-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 0;
  margin: auto;
  padding: 20px 0 0;
  border: 0;
  background: none;
  overflow: hidden;
  cursor: pointer;
}

.cal_wrapper table.cal button::before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border: 3px solid #0067C0;
}

.cal_wrapper table.cal button.prev {
  left: 0;
}

.cal_wrapper table.cal button.prev::before {
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
}

.cal_wrapper table.cal button.next {
  right: 0;
}

.cal_wrapper table.cal button.next::before {
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}

.cal_wrapper table.cal td {
  padding: 0.5em;
  border-top: solid 1px #eee;
  text-align: center;
}

.cal_wrapper table.cal .headline {
  background-color: #FFFBEB;
  color: #444444;
}

.cal_wrapper table.cal .headline td {
  padding: 0.5em;
}

.cal_wrapper .cal_legend {
  margin-top: 20px;
}

.cal_wrapper .cal_legend dl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.cal_wrapper .cal_legend dl:not(:first-child) {
  margin-top: 10px;
}

.cal_wrapper .cal_legend dt {
  width: 30px;
  height: 0;
  padding-top: 24px;
  overflow: hidden;
}

/* お問い合わせフォーム(form liên lạc) */
#booking-package h3,
.inquiry h3 {
  background: rgba(0, 103, 192, 0.1);
  color: #444444;
  border-radius: 5px;
  font-size: 24px;
  font-size: 2.4rem;
  padding: .14em .8em;
  margin-block-end: 1em;
}

@media (max-width: 767px) {
  #booking-package h3,
  .inquiry h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#booking-package fieldset,
.inquiry fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  #booking-package fieldset,
  .inquiry fieldset {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#booking-package input[type="text"],
#booking-package input[type="url"],
#booking-package input[type="email"],
#booking-package input[type="tel"],
#booking-package input[type="date"],
#booking-package input[type="number"],
#booking-package select,
#booking-package textarea,
.inquiry input[type="text"],
.inquiry input[type="url"],
.inquiry input[type="email"],
.inquiry input[type="tel"],
.inquiry input[type="date"],
.inquiry input[type="number"],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 7.8px 5px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 5px;
  border: 1px solid #444444;
}

#booking-package input[type="number"],
.inquiry input[type="number"] {
  width: 150px;
  text-align: center;
}

#booking-package input.p-postal-code,
.inquiry input.p-postal-code {
  max-width: 40%;
}

#booking-package select.day,
.inquiry select.day {
  width: 78px;
}

#booking-package .submit,
.inquiry .submit {
  margin: 1em 0;
  text-align: center;
}

#booking-package .submit .button, #booking-package .submit .wpcf7-submit,
.inquiry .submit .button,
.inquiry .submit #booking-package .wpcf7-submit,
#booking-package .inquiry .submit .wpcf7-submit,
.inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
}

#booking-package .title,
.inquiry .title {
  font-weight: bold;
  display: grid;
  grid-template-columns: 75px auto;
  align-items: center;
  line-height: 1.5;
}

@media (max-width: 767px) {
  #booking-package .title,
  .inquiry .title {
    align-items: flex-start;
    grid-template-columns: 60px auto;
  }
}

#booking-package .required, #booking-package .optional,
.inquiry .required,
.inquiry .optional {
  background: rgba(232, 71, 42, 0.6);
  color: #fff;
  padding: .37em .87em;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 15px;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 767px) {
  #booking-package .required, #booking-package .optional,
  .inquiry .required,
  .inquiry .optional {
    padding: 0 .5em;
    margin-right: 10px;
  }
}

#booking-package .optional,
.inquiry .optional {
  background: #B8B8B8;
}

#booking-package label,
.inquiry label {
  display: block;
}

@media (min-width: 768px) {
  .inquiry {
    max-width: 996px;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry select {
    width: 220px;
  }
  .inquiry select.day {
    width: 100px;
  }
  .inquiry input.auto {
    width: auto;
  }
  .inquiry input.w_short {
    width: 28%;
  }
  .inquiry .submit {
    margin: 40px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}

.movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie.ar16to9 {
  padding-top: 56.25%;
}

.movie.ar4to3 {
  padding-top: 75%;
}

.news .news_bg {
  background: #FFFCF2;
}

.news.typeC .news_bg {
  padding: 1em;
}

.news h2 {
  color: #444444;
}

.news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 300px;
}

.news dl dt {
  margin: 0.5em 0 0;
  padding: 0 1em;
  font-weight: normal;
}

.news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 0.5em;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}

.news dl dd:before {
  content: "";
  position: absolute;
  display: block;
  background: #FFD633;
  width: 128px;
  height: 1px;
  left: 0;
  bottom: -1px;
}

.news dl dd a {
  text-decoration: none;
}

.news dl dd a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .news.typeA > div {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .news.typeA > div .heading {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }
  .news.typeA h2 {
    margin: 0;
    padding: 0;
  }
  .news.typeA h2:after {
    display: none;
  }
  .news.typeA .content {
    display: table-cell;
    overflow: hidden;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }
  .news.typeC .news_bg {
    height: 540px;
    padding: 20px;
  }
  .news.typeC dl {
    max-height: 500px;
  }
  .news dl {
    overflow-y: auto;
    max-height: 156px;
  }
  .news dl dt {
    width: 120px;
    clear: left;
    float: left;
    margin: 0;
    padding: .6em 0 .6em 1.2em;
  }
  .news dl dd {
    margin: 0;
    padding: .6em 0 .6em 0;
  }
  .news dl dt + dd {
    padding-left: 140px;
  }
}

.parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.parallax.ios {
  background-attachment: scroll;
}

.parallax .parallax_contents {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.parallax .parallax_contents h1, .parallax .parallax_contents .h1 {
  margin: 0;
  padding: 1em 0;
}

.shopinfo figure {
  max-width: 80%;
  margin: 0 auto;
}

.shopinfo address {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
}

.shopinfo dl {
  margin: 2em 0;
  line-height: 1.4;
}

.shopinfo dl:first-child {
  margin-top: 0;
}

.shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}

.shopinfo dl dt:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #0067C0;
}

.shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

.shopinfo .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
}

.shopinfo .map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shopinfo .map_container + p {
  margin-top: 2em;
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
}

.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.scroll .googlemap {
  pointer-events: none;
}

@media (min-width: 768px) {
  .shopinfo figure {
    max-width: 100%;
  }
  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
  }
  .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }
  .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }
  .shopinfo .map_container {
    padding-top: 70%;
  }
  .shopinfo .span_12 .map_container, .shopinfo .span12 .map_container {
    padding-top: 50%;
  }
  .map_wide {
    padding-top: 420px;
  }
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}

table {
  margin: 0 auto;
}

table td,
table th {
  padding: 0.7em 1em;
}

@media (max-width: 767px) {
  table td,
  table th {
    padding: 0.7em .5em;
  }
}

table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
}

.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-default tr:not(:last-child) {
  border-bottom: 1px solid #0067C0;
}

.table-default th {
  font-weight: bold;
  background: #FFFBEB;
  color: #444444;
}

@media (min-width: 768px) {
  .table-default th {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) and (max-width: 1219px) {
  .table-default th {
    font-size: 20px;
    font-size: 2rem;
  }
}

.table-default td {
  background: #F8F8F8;
}

@media (min-width: 768px) {
  .table-default td {
    font-size: 20px;
    font-size: 2rem;
  }
}

.table-menu {
  width: 100%;
}

.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-menu td,
.table-menu th {
  padding: 0.7em 1em;
  border-top: 1px solid #0067C0;
  border-bottom: 1px solid #0067C0;
}

@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em .3em;
  }
}

.table-menu tbody th {
  text-align: left;
}

.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

.table-schedule {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-schedule td,
.table-schedule th {
  padding: 0.7em 1em;
  text-align: center;
}

@media (max-width: 767px) {
  .table-schedule td,
  .table-schedule th {
    padding: 0.7em .3em;
  }
}

.table-schedule thead th {
  background: #0067C0;
  color: #fff;
}

.table-schedule thead th:not(:first-child) {
  border-left: 1px solid #fff;
}

.table-schedule tbody tr:not(:last-child) {
  border-bottom: 1px solid #0067C0;
}

.table-schedule td {
  background: rgba(0, 103, 192, 0.1);
}

.table-schedule td:not(:first-child) {
  border-left: 1px solid #0067C0;
}

.table-summary {
  border-top: 1px solid #0067C0;
  width: 100%;
}

.table-summary caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-summary td,
.table-summary th {
  padding: 1em;
  border-bottom: 1px solid #0067C0;
}

.table-summary th {
  text-align: left;
  font-weight: normal;
  width: 20%;
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .responsive-list {
    display: block;
  }
  .responsive-list thead {
    display: none;
  }
  .responsive-list tbody,
  .responsive-list td,
  .responsive-list th,
  .responsive-list tr {
    display: block;
  }
  .responsive-list tr:not(:last-child) td {
    border-bottom: 0;
  }
  .responsive-list td {
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  .responsive-list td:first-child {
    border-bottom: 0;
  }
  .responsive-list td:last-child {
    border-top: 0;
  }
  .responsive-list td:not(:first-child):not(:last-child) {
    border-top: 0;
    border-bottom: 0;
  }
  .responsive-list td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
}

h1:not(.title) {
  text-align: center;
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  padding: 1em .5em;
  color: #fff;
  background: #0067C0;
  margin: 0;
  letter-spacing: .05em;
}

@media (min-width: 768px) {
  h1:not(.title) {
    padding: 1.55em .5em;
  }
}

@media (max-width: 767px) {
  h1:not(.title) {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

h1:not(.title) a {
  text-decoration: none;
}

h1:not(.title) a:hover {
  text-decoration: underline;
}

h1:not(.title) span {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  h1:not(.title) span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#about h1:not(.title) {
  background: #54C5CF;
}

#sst h1:not(.title) {
  background: #E8472A;
}

#schedule h1:not(.title) {
  background: #FFD633;
  color: #444444;
}

h2 {
  display: block;
  text-align: center;
  margin: 0 auto 1.2em;
  position: relative;
  border: 0;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
  color: #444444;
  padding-bottom: .7em;
}

@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: .8em;
    margin-bottom: .8em;
  }
}

h2 a {
  text-decoration: none;
}

h2 a:hover {
  text-decoration: underline;
}

h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 8px;
  width: 36px;
  background: url(/clark-kurume/wp-content/uploads/h2_icon.png) no-repeat center/contain;
}

@media (min-width: 768px) {
  h2.pc_left {
    text-align: left;
  }
  h2.pc_left:after {
    left: 0;
    transform: none;
  }
}

h2.no_icon {
  padding: 0;
}

h2.no_icon:after {
  content: none;
}

@media (min-width: 768px) {
  h2.small, h2 .small {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

h2.large, h2 .large, h2 strong {
  font-weight: bold;
  font-size: 46px;
  font-size: 4.6rem;
}

@media (max-width: 767px) {
  h2.large, h2 .large, h2 strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

h3 {
  margin: 0 0 0.5em;
  color: #0067C0;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
}

@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h3 a {
  text-decoration: none;
}

h3 a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  h3.small {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  h3.large {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

h3.line {
  border-left: 4px solid #0067C0;
  color: #444444;
  padding-left: .5em;
  padding-block: .35em;
}

@media (min-width: 768px) {
  h3.line {
    margin-bottom: 1em;
  }
}

h3.bg {
  border-left: 4px solid #0067C0;
  background: #E6F0F9;
  padding-inline: .5em;
  padding-block: .3em;
}

@media (min-width: 768px) {
  h3.bg {
    margin-bottom: 1em;
  }
}

h4 {
  margin: 0 0 0.5em;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  color: #0067C0;
  font-weight: bold;
}

@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h4 a {
  text-decoration: none;
}

h4 a:hover {
  text-decoration: underline;
}

.widget_wrap .widget_header {
  font-size: 16px;
  font-size: 1.6rem;
  color: #444444;
  padding: 0.7em 0 0.7em 1em;
  background: rgba(0, 103, 192, 0.05);
}

.widget_wrap .widget_header a {
  text-decoration: none;
}

.widget_wrap .widget_header a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .widget_wrap .widget_header {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.main_visual {
  position: relative;
  table-layout: fixed;
}

.main_visual .main_visual_slick,
.main_visual .slick-track {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100% !important;
}

.main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]):not(.slick-active) {
  transition-delay: 0.5s !important;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]) img {
  position: absolute;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  height: 100%;
}

.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.main_visual .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 76.33333%;
  max-width: 916px;
  max-height: 265px;
  z-index: 52;
}

.main_visual .main_visual_arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_arrow .slick-prev {
  left: 25px;
}

.main_visual .main_visual_arrow .slick-next {
  right: 25px;
}

.main_visual .main_visual_arrow .slick-prev:before,
.main_visual .main_visual_arrow .slick-next:before {
  font-size: 30px;
  font-size: 3rem;
}

@media (max-width: 639px) {
  .main_visual .main_visual_arrow .slick-prev {
    left: 10px;
  }
  .main_visual .main_visual_arrow .slick-next {
    right: 10px;
  }
  .main_visual .main_visual_arrow .slick-prev:before,
  .main_visual .main_visual_arrow .slick-next:before {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 639px) {
  .main_visual .main_visual_copy > li img {
    width: 90%;
  }
}

.main_visual .main_visual_slick {
  padding-top: 62.5%!important;
}

@media (min-width: 1200px) {
  .main_visual .main_visual_slick {
    padding-top: 0 !important;
    height: 750px !important;
  }
}

@media (min-width: 1920px) {
  .main_visual .main_visual_slick {
    padding-top: 39.0625%!important;
  }
}

@media (max-width: 639px) {
  .main_visual .main_visual_slick {
    padding-top: 117.1875%!important;
  }
}

.slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}

.slick-dots li.slick-active button {
  background: #0067C0;
}

.slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #D9D9D9 !important;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

@media (max-width: 767px) {
  .slick-arrow {
    left: calc(100% + 5px);
    width: 25px;
    height: 25px;
  }
}

.slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% + 2px);
  margin: auto;
  width: 15px;
  height: 20px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translate(-50%, -50%);
  transition: 0.2s;
  opacity: 1;
}

@media (max-width: 767px) {
  .slick-arrow:before {
    width: 10px;
    height: 15px;
  }
}

.slick-arrow.slick-prev {
  left: auto;
  right: calc(100% + 10px);
}

@media (max-width: 767px) {
  .slick-arrow.slick-prev {
    right: calc(100% + 5px);
  }
}

.slick-arrow.slick-prev:before {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  left: calc(50% - 2px);
}

.slide_scroll {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 45px;
  background: url(/clark-kurume/wp-content/uploads/icon_scroll.png) center bottom no-repeat;
  z-index: 55;
  color: #fff;
  text-decoration: none;
}

.slide_scroll:hover {
  color: #fff;
}

.article_list {
  padding: .5em;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .article_list {
    padding: 1em;
  }
}

.article_list:nth-child(even) {
  background: #FFFCF2;
}

.article_list:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  transform: translate(-10px, -10px) rotate(45deg);
  transition: .3s;
}

.article_list:hover:before {
  background: #0067C0;
}

.article_list .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}

@media (max-width: 767px) {
  .article_list .case_arrow {
    height: 80px;
  }
}

.article_list .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #0067C0;
  border-right: 5px solid #0067C0;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: .2s;
}

@media (max-width: 767px) {
  .article_list .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #0067C0;
    border-right: 5px solid #0067C0;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_list .span_12 {
  margin: 2% 0;
}

.article_single01 .article_single01_02 {
  margin-top: 10px;
}

.article_single01 .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single01 .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single01 .ofi {
  background: #FFFCF2;
}

.article_single01 .more {
  display: block;
  text-align: center;
}

.article_single02 .article_single02_01 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single02 .article_single02_01 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single02 .ofi {
  background: #FFFCF2;
}

.article_single02 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_6 {
    width: 45%;
    margin-left: 10%;
  }
  .article_single03 .article_single03_02 .span_6:first-child {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_12 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.article_single03 .article_single03_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single03 .article_single03_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single03 .case_arrow {
  position: relative;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow {
    margin-bottom: 10%;
  }
}

.article_single03 .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 108%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #0067C0;
  border-right: 3px solid #0067C0;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow:after {
    left: 0;
    right: 0;
    top: 105%;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_single03 .ofi {
  background: #FFFCF2;
}

.article_single03 .more {
  display: block;
  text-align: center;
}

.article_single04 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article_single04 .article_single04_01_img1 .ofi {
  padding-top: 75%;
}

.article_single04 .article_single04_01_img2 .ofi {
  padding-top: 15%;
}

.article_single04 .article_single04_01_img3 .ofi {
  padding-top: 10.8%;
}

.article_single04 .article_single04_01_img4 .ofi {
  padding-top: 8.4%;
}

.article_single04 .article_single04_01_img5 .ofi {
  padding-top: 6.9%;
}

.article_single04 .article_single04_01_img6 .ofi {
  padding-top: 5.8%;
}

.article_single04 .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04 .article_single04_01_nav .ofi {
  padding-top: 11.1%;
}

.article_single04 .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.article_single04 .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04 .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04.article_container .article_single04_01_img1 .ofi {
  padding-top: 74.5%;
}

.article_single04.article_container .article_single04_01_img2 .ofi {
  padding-top: 18.7%;
}

.article_single04.article_container .article_single04_01_img3 .ofi {
  padding-top: 14.9%;
}

.article_single04.article_container .article_single04_01_img4 .ofi {
  padding-top: 12.5%;
}

.article_single04.article_container .article_single04_01_img5 .ofi {
  padding-top: 10.7%;
}

.article_single04.article_container .article_single04_01_img6 .ofi {
  padding-top: 9.4%;
}

.article_single04.article_container .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04.article_container .article_single04_01_nav .ofi {
  padding-top: 12%;
}

.article_single04.article_container .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.article_single04.article_container .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04.article_container .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04 .article_single04_02 {
  margin-top: 10px;
}

.article_single04 .article_single04_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single04 .article_single04_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single04 .slick-next,
.article_single04 .slick-prev {
  z-index: 1;
}

.article_single04 .slick-next:before,
.article_single04 .slick-prev:before {
  content: none;
}

.article_single04 .slick-next:after,
.article_single04 .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #0067C0;
  transition: 0.2s;
  z-index: 1;
}

.article_single04 .slick-prev {
  left: 0;
}

.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #0067C0;
  transform: translate(0, -50%) rotate(-45deg);
  transform-origin: right top;
}

.article_single04 .slick-next {
  right: 0;
}

.article_single04 .slick-next:after {
  right: 0;
  border-right: 3px solid #0067C0;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
}

.article_single04 .ofi {
  background: #FFFCF2;
  height: auto !important;
}

.article_single04 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_list_case02 .article_list_case02_01 {
    width: 67%;
  }
  .article_list_case02 .article_list_case02_02 {
    width: 31%;
  }
  .article_list_case02.article_single01 .article_single01_02 {
    margin-top: 0;
  }
}

.article_container .article_single01_02 {
  margin-top: 10px;
}

.article_container .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_container .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_detail {
  background: rgba(0, 103, 192, 0.05);
  padding: 4%;
  margin-bottom: 4%;
  font-size: 15px;
  font-size: 1.5rem;
}

.article_detail .article_date {
  margin-bottom: 1em;
}

.article_detail .article_thumbnail {
  float: left;
  margin: 0 2% 2% 0;
}

.article_detail .article_content {
  float: none;
  width: 100%;
  margin-left: 0;
}

.article_detail .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}

@media (max-width: 767px) {
  .article_detail .case_arrow {
    height: 80px;
  }
}

.article_detail .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #0067C0;
  border-right: 5px solid #0067C0;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: .2s;
}

@media (max-width: 767px) {
  .article_detail .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #0067C0;
    border-right: 5px solid #0067C0;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_detail .span_12 {
  margin: 2% 0;
}

.wp_pager {
  overflow: hidden;
  margin-bottom: 5%;
}

.wp_pager .wp_pager_prev {
  float: left;
}

.wp_pager .wp_pager_prev a {
  display: block;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}

.wp_pager .wp_pager_prev a:before, .wp_pager .wp_pager_prev a:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #444444;
  transition: .2s;
}

.wp_pager .wp_pager_prev a:before {
  transform: translateY(-50%) rotate(-45deg);
  top: calc(50% - 2px);
}

.wp_pager .wp_pager_prev a:after {
  transform: translateY(-50%) rotate(-135deg);
  top: calc(50% + 3px);
}

.wp_pager .wp_pager_prev a:hover {
  text-decoration: underline;
}

.wp_pager .wp_pager_prev a:hover:before {
  left: 0;
}

.wp_pager .wp_pager_prev a:hover:after {
  left: 0;
}

.wp_pager .wp_pager_next {
  float: right;
}

.wp_pager .wp_pager_next a {
  display: block;
  position: relative;
  padding-right: 15px;
  text-decoration: none;
}

.wp_pager .wp_pager_next a:before, .wp_pager .wp_pager_next a:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #444444;
  transform-origin: center;
  transition: .2s;
}

.wp_pager .wp_pager_next a:before {
  transform: translateY(-50%) rotate(45deg);
  top: calc(50% - 2px);
}

.wp_pager .wp_pager_next a:after {
  transform: translateY(-50%) rotate(135deg);
  top: calc(50% + 3px);
}

.wp_pager .wp_pager_next a:hover {
  text-decoration: underline;
}

.wp_pager .wp_pager_next a:hover:before {
  right: 0;
}

.wp_pager .wp_pager_next a:hover:after {
  right: 0;
}

#commentform {
  background: transparent;
  padding: 2% 5%;
  border: 1px solid #333;
}

#commentform #comment {
  width: 100%;
}

#commentform #submit {
  background: #0067C0;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 10px;
  margin: 0 auto;
  display: table;
}

#commentform input[type="submit"] {
  background: #0067C0;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: .3em 1em;
  margin: 0 auto;
  display: table;
  border-radius: 5px;
}

@media (min-width: 768px) {
  #commentform #submit {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #commentform input[type="submit"] {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*
 * moreボタン雛形 (hình dạng button more)
 */
.more {
  display: block;
  overflow: hidden;
  margin: auto;
}

.more a {
  position: relative;
  display: block;
  border: 1px solid #0067C0;
  color: #fff;
  background: #0067C0;
  padding: 0.725em;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  border-radius: 50px;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
}

.more a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 7%;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}

.more a:hover {
  border: 1px solid #004E92;
  color: #fff;
  background: #004E92;
}

.more a:hover:after {
  right: 6%;
  border-color: #fff;
}

.more.inverse a {
  border: 1px solid #0067C0;
  color: #0067C0;
  background: #fff;
}

.more.inverse a:after {
  border-top: 1px solid #0067C0;
  border-right: 1px solid #0067C0;
}

.more.inverse a:hover {
  border-color: #0067C0;
  color: #0067C0;
  background: #CCDEEE;
}

.more.inverse a:hover:after {
  border-color: #0067C0;
}

.more.anchor_link a {
  border: 0;
  border-radius: 0;
  max-width: 282px;
  padding: 0.63em;
}

.more.anchor_link a:after {
  transform: translate(0, -50%) rotate(135deg);
  right: 7%;
}

.more.anchor_link a:hover {
  opacity: .7;
}

.more.anchor_link a.bg-yellow {
  color: #444444;
}

.more.anchor_link a.bg-yellow:after {
  border-color: #444444;
}

@media (min-width: 768px) {
  .more.pc_left a {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .more.pc_right a {
    margin-right: 0;
  }
}

header .global_nav > ul > li.has_under > a {
  position: relative;
}

header .global_nav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
  transition: .2s;
}

header .global_nav > ul > li.has_under > a.menu_under_open:after {
  transform: translate(0, 0) rotate(-45deg);
}

header .global_nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

header .global_nav > ul > li > ul > li {
  border-bottom: 1px solid #fff;
}

@media (min-width: 1500px) {
  header .global_nav > ul > li.has_under {
    position: relative;
  }
  header .global_nav > ul > li.has_under > a {
    padding-right: 1.5em;
  }
  header .global_nav > ul > li.has_under > a:after {
    border-color: #444444;
    width: 6px;
    height: 6px;
  }
  header .global_nav > ul > li.has_under > a:after {
    transform: translate(0, -50%) rotate(135deg);
  }
  header .global_nav > ul > li.has_under > a.menu_under_open:after {
    transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.has_under > ul {
    position: absolute;
    width: 100%;
    min-width: 250px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    top: 120%;
    letter-spacing: -.40em;
    z-index: 52;
  }
  header .global_nav > ul > li.has_under > ul > li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    width: 100%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    border: 1px solid #fff;
  }
  header .global_nav > ul > li.has_under > ul > li:not(:last-child) {
    border-bottom: 0;
  }
  header .global_nav > ul > li.has_under > ul > li a {
    background: transparent;
    padding: .8em;
    background: #0067C0;
    transition: .3s;
  }
  header .global_nav > ul > li.has_under > ul > li a:hover {
    background: #004E92;
  }
}

.pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}

@media (max-width: 767px) {
  .pagetop {
    bottom: calc(50px + 1%);
  }
}

.pagetop a {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #E8472A;
  border: 2px solid #fff;
}

@media (min-width: 768px) {
  .pagetop a {
    width: 65px;
    height: 65px;
  }
}

.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: .2s;
}

footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  transform: translateY(-95%);
}

@media (max-width: 767px) {
  footer.high .pagetop {
    top: 25px;
  }
}

/*
 * ページトップのデザインタイプ(type design của top page)
 */
.h_100 {
  height: 100%;
}

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

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

.text-right {
  text-align: right !important;
}

.text-xxlarge {
  font-size: 18px;
  font-size: 1.8rem;
}

.text-xlarge {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 14px;
  font-size: 1.4rem;
}

.text-xsmall {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #444444 !important;
}

.text-red {
  color: #E8472A !important;
}

.text-primary {
  color: #0067C0 !important;
}

.text-turquoise {
  color: #54C5CF !important;
}

.text-yellow {
  color: #FFD633 !important;
}

.text-sky-blue {
  color: #43D1FF !important;
}

.bg-white {
  background: #fff !important;
}

.bg-black {
  background: #444444 !important;
}

.bg-red {
  background: #E8472A !important;
}

.bg-primary {
  background: #0067C0 !important;
}

.bg-turquoise {
  background: #54C5CF !important;
}

.bg-yellow {
  background: #FFD633 !important;
}

.bg-sky-blue {
  background: #43D1FF !important;
}

@media (max-width: 767px) {
  .sp-hide, .pc-only, .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
  .sp-text-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-xxlarge {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .text-xlarge {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-large {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .text-small {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .text-xsmall {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pc-hide, .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) and (max-width: 1219px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1220px) {
  .tablet-only {
    display: none !important;
  }
  .sp-tablet-only {
    display: none !important;
  }
}

@media (max-width: 1499px) {
  .sp-hide02, .pc-only02, .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 1500px) {
  .pc-hide02, .sp-only02 {
    display: none !important;
  }
}

@media (max-width: 639px) {
  .sp-hide03, .pc-only03, .tablet-only03 {
    display: none !important;
  }
}

@media (min-width: 640px) {
  .pc-hide03, .sp-only03 {
    display: none !important;
  }
}

.arial {
  font-family: "Arial", arial !important;
}

.arial_n {
  font-family: "Arial Narrow", arial !important;
}

.color_pri {
  color: #0067C0;
}

.mt0 {
  margin-top: 0 !important;
}

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

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
  color: #fff;
}

.inverse h2:after {
  border-color: #fff;
}

.inverse h2 small,
.inverse h2 span {
  color: #fff;
}

.link-tel {
  text-decoration: none;
}

@media (min-width: 768px) {
  .link-tel {
    pointer-events: none;
    cursor: default;
  }
}

/* ================================
utility
================================ */
@media (min-width: 768px) {
  .flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.mid_width_wrap {
  max-width: 996px;
  margin-inline: auto;
}

.s_width_wrap {
  max-width: 792px;
  margin-inline: auto;
}

.xs_width_wrap {
  max-width: 588px;
  margin-inline: auto;
}

.lead_sec {
  position: relative;
  padding-block: 70px 120px;
  border-bottom: 1px solid #0067C0;
}

@media (max-width: 767px) {
  .lead_sec {
    padding-block: 8%;
  }
}

.lead_sec:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/clark-kurume/wp-content/uploads/pattern001.png);
  width: 100%;
  height: calc(100% + 100px);
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .lead_sec:before {
    height: calc(100% + 60px);
  }
}

.related_pages_wrap h2 {
  color: #444444;
  font-size: 32px;
  font-size: 3.2rem;
  border-bottom: 1px solid #D9D9D9;
  text-align: left;
  padding-bottom: .6em;
  margin-bottom: 1.8em;
}

@media (max-width: 767px) {
  .related_pages_wrap h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: .8em;
  }
}

.related_pages_wrap h2:after {
  content: none;
}

.related_pages_wrap a {
  display: block;
  text-decoration: none;
  background: #F5F5F5;
  max-width: 274px;
  margin-inline: auto;
  border-radius: 10px;
  overflow: hidden;
  transition: .3s;
}

.related_pages_wrap a figure {
  aspect-ratio: 274 / 192;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .related_pages_wrap a figure {
    aspect-ratio: 274 / 150;
  }
}

@media (max-width: 767px) {
  .related_pages_wrap a figure img {
    max-height: 50px;
    max-width: 50px;
  }
}

.related_pages_wrap a p {
  position: relative;
  background: #0067C0;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  padding: .4em 6%;
  letter-spacing: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .related_pages_wrap a p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.related_pages_wrap a p:after {
  content: "";
  position: absolute;
  display: block;
  background: url(/clark-kurume/wp-content/uploads/arrow2.png) no-repeat center/contain;
  width: 22px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  transition: .3s;
}

.related_pages_wrap a:hover {
  opacity: .5;
}

.related_pages_wrap a:hover p:after {
  right: 4%;
}

.circle_wrap {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 10px;
}

@media (max-width: 1023px) {
  .circle_wrap {
    grid-auto-flow: unset;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .circle_wrap {
    grid-template-columns: 1fr;
  }
}

.circle_wrap .circle {
  background: #fff;
  border: 12px solid #E6F0F9;
}

@media (min-width: 768px) {
  .circle_wrap .circle {
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 226px;
    width: 100%;
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .circle_wrap .circle {
    border-radius: 20px;
    padding: .8em .5em;
    border-width: 5px;
  }
}

.circle_wrap .circle p {
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
  color: #0067C0;
}

@media (max-width: 767px) {
  .circle_wrap .circle p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.course_list_wrap:not(:last-child) {
  margin-bottom: 3.5%;
}

.course_list_wrap h3 {
  background: #0067C0;
  color: #fff;
  text-align: center;
  border-inline: 10px solid #034F91;
  font-weight: 500;
  padding: .467em;
}

@media (min-width: 768px) {
  .course_list_wrap h3 {
    margin-bottom: .8em;
  }
}

.course_list_wrap h3.color_2 {
  background: #E8472A;
  border-color: #BF2F16;
}

.course_list_wrap h3.color_3 {
  background: #54C5CF;
  border-color: #3CAEB8;
}

.course_list_wrap h3.color_4 {
  background: #FFD633;
  border-color: #DDB826;
  color: #444444;
}

.course_list_wrap h3.color_5 {
  background: #43D1FF;
  border-color: #37B4DD;
}

.course_list_wrap ul {
  font-size: 14px;
  font-size: 1.4rem;
  column-count: 3;
  column-gap: 2em;
}

@media (max-width: 767px) {
  .course_list_wrap ul {
    column-count: 2;
  }
}

/* ================================
メインビジュアル
================================ */
.main_visual .main_visual_copy {
  width: 100%;
}

.main_visual .main_visual_copy li img {
  opacity: 0;
  top: auto;
  bottom: 12%;
}

.main_visual .main_visual_copy li img.main_copy001 {
  transition: 1.2s;
  transform: translateY(50px);
}

.main_visual .main_visual_copy li img.animated {
  opacity: 1;
  transform: none;
}

/* ================================
TOP clark_sec_01
================================ */
.clark_sec_01 {
  background: #FFFCF2;
  padding-block: 140px;
}

@media (max-width: 767px) {
  .clark_sec_01 {
    padding-block: 8%;
  }
}

@media (min-width: 768px) {
  .clark_sec_01 .content_wrap {
    max-width: 568px;
    margin-inline: auto;
  }
}

@media (min-width: 768px) {
  .clark_sec_01 .content_wrap.left {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .clark_sec_01 .content_wrap.right {
    margin-right: 0;
  }
}

.clark_sec_01 .content_wrap.right dd:before {
  background: #E8472A;
}

@media (min-width: 768px) {
  .clark_sec_01 .title {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-bottom: 3.5em;
  }
}

@media (min-width: 768px) {
  .clark_sec_01 .title h2 {
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .clark_sec_01 .more {
    margin-top: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .clark_sec_01 .more {
    margin-top: 1em;
  }
}

/* ================================
TOP clark_sec_02
================================ */
.clark_sec_02 {
  position: relative;
  z-index: 0;
  background: #FFFCF2;
  padding-block: 0 140px;
}

@media (max-width: 767px) {
  .clark_sec_02 {
    padding-block: 0 8%;
  }
}

.clark_sec_02 .container {
  max-width: 1920px;
  padding: 0;
}

@media (min-width: 768px) {
  .clark_sec_02 h2 {
    line-height: 1.6;
    margin-bottom: 1em;
  }
}

.clark_sec_02 .content_row .col {
  width: 100%;
}

@media (max-width: 1279px) {
  .clark_sec_02 .content_row .col {
    margin-left: 0;
  }
}

@media (min-width: 1280px) {
  .clark_sec_02 .content_row .col.main_img_col {
    width: 44.5%;
  }
}

@media (min-width: 1280px) {
  .clark_sec_02 .content_row .col.text_col {
    width: 34.5%;
  }
}

.clark_sec_02 .content_row .col.side_img_col {
  display: none;
}

@media (min-width: 1280px) {
  .clark_sec_02 .content_row .col.side_img_col {
    display: block;
    width: 17%;
  }
}

.clark_sec_02 .content_row .img_area {
  position: relative;
}

@media (max-width: 1279px) {
  .clark_sec_02 .content_row .img_area {
    padding-bottom: 6%;
  }
}

.clark_sec_02 .content_row .img_area figure:nth-child(1) {
  text-align: left;
  max-width: 80vw;
}

.clark_sec_02 .content_row .img_area figure:nth-child(2) {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 30vw;
}

@media (max-width: 1279px) {
  .clark_sec_02 .content_row .img_area figure:nth-child(2) {
    display: block;
  }
}

.clark_sec_02 .content_row .text_area {
  max-width: 554px;
  margin-inline: auto;
}

@media (max-width: 1279px) {
  .clark_sec_02 .content_row .text_area {
    padding: 0 10px;
    max-width: 1000px;
  }
}

.clark_sec_02 .content_row .text_area .bg_area {
  position: relative;
  padding-block: 45px;
}

@media (max-width: 1279px) {
  .clark_sec_02 .content_row .text_area .bg_area {
    padding: 5%;
  }
}

.clark_sec_02 .content_row .text_area .bg_area:before {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 1200px;
  max-width: 70vw;
  height: 100%;
  top: 0;
  right: -70px;
  z-index: -1;
  border-radius: 50px;
}

@media (max-width: 1279px) {
  .clark_sec_02 .content_row .text_area .bg_area:before {
    width: 100%;
    max-width: 100%;
    right: 0;
  }
}

@media (max-width: 767px) {
  .clark_sec_02 .content_row .text_area .bg_area:before {
    border-radius: 20px;
  }
}

@media (min-width: 768px) {
  .clark_sec_02 .content_row .text_area .bg_area p {
    line-height: 2.25;
  }
}

/* ================================
TOP clark_sec_03
================================ */
.clark_sec_03 {
  position: relative;
  z-index: 0;
  background: url(/clark-kurume/wp-content/uploads/pattern000.png);
  padding-block: 140px;
}

@media (max-width: 767px) {
  .clark_sec_03 {
    padding-block: 8%;
  }
}

.clark_sec_03:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/clark-kurume/wp-content/uploads/bg_img001.png) no-repeat top 38% right, url(/clark-kurume/wp-content/uploads/bg_img002.png) no-repeat bottom 32% left;
  background-size: min(25vw, 210px) auto, min(20vw, 164px) auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .clark_sec_03 h2 {
    margin-bottom: 1.6em;
  }
}

@media (min-width: 768px) {
  .clark_sec_03 .col.break ~ .col {
    margin-top: 4.5%;
  }
}

.clark_sec_03 .content_wrap {
  max-width: 354px;
  margin-inline: auto;
  padding-top: 20px;
}

.clark_sec_03 .content_wrap a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #fff;
  aspect-ratio: 1;
  border-radius: 50%;
  outline: 20px solid #E6F0F9;
  outline-offset: -20px;
  transition: .3s;
}

@media (max-width: 767px) {
  .clark_sec_03 .content_wrap a {
    outline-width: 10px;
    outline-offset: -10px;
    max-width: 180px;
    margin-inline: auto;
  }
}

.clark_sec_03 .content_wrap a:after {
  content: "";
  position: absolute;
  display: block;
  background: url(/clark-kurume/wp-content/uploads/arrow.png) no-repeat center/contain;
  width: 43px;
  height: 10px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%;
}

.clark_sec_03 .content_wrap a:hover {
  opacity: .7;
}

.clark_sec_03 .content_wrap a p {
  position: absolute;
  left: 0;
  top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #0067C0;
  color: #FFD633;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: min(2.5vw, 26px);
  text-align: center;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 133px;
  max-width: 40%;
  line-height: 1.1;
  margin: 0;
}

@media (max-width: 767px) {
  .clark_sec_03 .content_wrap a p {
    width: 60px;
    max-width: 100%;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .clark_sec_03 .content_wrap a p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.clark_sec_03 .content_wrap a p span {
  display: block;
  font-weight: bold;
  font-size: min(4.5vw, 56px);
}

@media (max-width: 767px) {
  .clark_sec_03 .content_wrap a p span {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .clark_sec_03 .content_wrap a figure img {
    max-height: 50px;
  }
}

.clark_sec_03 .content_wrap > p {
  font-weight: 500;
  margin-top: .6em;
}

@media (min-width: 768px) {
  .clark_sec_03 .content_wrap > p {
    text-align: center;
    font-size: min(2.2vw, 24px);
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .clark_sec_03 .content_wrap > p br {
    display: none;
  }
}

/* ================================
TOP clark_sec_04
================================ */
.clark_sec_04 {
  position: relative;
  z-index: 0;
  background: url(/clark-kurume/wp-content/uploads/pattern000.png);
  padding-block: 0 160px;
}

@media (max-width: 767px) {
  .clark_sec_04 {
    padding-block: 0 8%;
  }
}

.clark_sec_04:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/clark-kurume/wp-content/uploads/bg_img003.png) no-repeat top 5% right 1%, url(/clark-kurume/wp-content/uploads/bg_img004.png) no-repeat bottom 22% left;
  background-size: min(25vw, 200px) auto, min(30vw, 241px) auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.clark_sec_04 .content_row {
  padding-block: 120px;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .clark_sec_04 .content_row {
    padding: 8% 10px;
  }
}

.clark_sec_04 .content_row:before {
  content: "";
  position: absolute;
  display: block;
  background: #FFFC97;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 17%;
  border-radius: 80px 0 0 80px;
  z-index: -1;
}

@media (max-width: 767px) {
  .clark_sec_04 .content_row:before {
    border-radius: 20px;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .clark_sec_04 .content_row:not(:last-child) {
    margin-bottom: 9.5%;
  }
}

.clark_sec_04 .content_row:nth-child(2):before {
  background: #BEEAF8;
}

@media (min-width: 768px) {
  .clark_sec_04 .content_row.reverse:before {
    right: 17%;
    left: auto;
    border-radius: 0 80px 80px 0;
  }
}

@media (min-width: 768px) {
  .clark_sec_04 .content_row.reverse .img_area {
    float: left;
  }
}

.clark_sec_04 .content_row.reverse .img_area figure:nth-child(1) {
  text-align: left;
  margin-inline: 0 auto;
}

.clark_sec_04 .content_row.reverse .img_area figure:nth-child(2) {
  right: 0;
  left: auto;
}

@media (min-width: 768px) {
  .clark_sec_04 .content_row.reverse .text_area {
    margin: 0 auto;
  }
}

.clark_sec_04 .content_row .img_area {
  position: relative;
}

@media (min-width: 768px) {
  .clark_sec_04 .content_row .img_area {
    width: 894px;
    max-width: 56vw;
    float: right;
  }
}

@media (max-width: 767px) {
  .clark_sec_04 .content_row .img_area {
    padding-bottom: 26%;
  }
}

.clark_sec_04 .content_row .img_area figure:nth-child(1) {
  text-align: right;
  max-width: 80%;
  margin-inline: auto 0;
}

.clark_sec_04 .content_row .img_area figure:nth-child(2) {
  position: absolute;
  bottom: -40%;
  left: 0;
  max-width: 60%;
}

@media (max-width: 767px) {
  .clark_sec_04 .content_row .img_area figure:nth-child(2) {
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .clark_sec_04 .content_row .text_area {
    max-width: 464px;
    margin-inline: auto 0;
  }
}

.clark_sec_04 .content_row .text_area .btn_area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 2.5em;
}

@media (min-width: 768px) {
  .clark_sec_04 .content_row .text_area .btn_area {
    max-width: 420px;
  }
}

@media (max-width: 767px) {
  .clark_sec_04 .content_row .text_area .btn_area {
    margin-top: 1em;
  }
}

.clark_sec_04 .content_row .text_area .btn_area.wide {
  grid-template-columns: 1fr;
}

.clark_sec_04 .content_row .text_area .btn_area .more {
  width: 100%;
}

/* ================================
TOP clark_sec_05
================================ */
.clark_sec_05 {
  position: relative;
  z-index: 0;
  background: #FFFCF2;
  padding: 140px 10px;
}

@media (max-width: 767px) {
  .clark_sec_05 {
    padding: 8% 10px;
  }
}

.clark_sec_05:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/clark-kurume/wp-content/uploads/bg_img005.png) no-repeat top 24% right, url(/clark-kurume/wp-content/uploads/bg_img006.png) no-repeat bottom 25% left;
  background-size: min(30vw, 232px) auto, min(20vw, 159px) auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.clark_sec_05 .container {
  background: #fff;
  border-radius: 30px;
  padding: 100px 10px;
}

@media (max-width: 767px) {
  .clark_sec_05 .container {
    padding: 8% 10px;
    border-radius: 20px;
  }
}

.clark_sec_05 .container > .row {
  max-width: 996px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .clark_sec_05 h2 {
    margin-bottom: 1.6em;
  }
}

@media (min-width: 768px) {
  .clark_sec_05 .text_row p {
    text-align: center;
    line-height: 2.25;
  }
}

/* ================================
TOP clark_sec_06
================================ */
.clark_sec_06 {
  position: relative;
  z-index: 0;
  background: url(/clark-kurume/wp-content/uploads/pattern000.png);
  padding-block: 140px;
}

@media (max-width: 767px) {
  .clark_sec_06 {
    padding-block: 8%;
  }
}

.clark_sec_06:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/clark-kurume/wp-content/uploads/bg_img001.png) no-repeat top 28% right, url(/clark-kurume/wp-content/uploads/bg_img007.png) no-repeat bottom 32% left;
  background-size: min(25vw, 210px) auto, min(20vw, 164px) auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .clark_sec_06 h2 {
    margin-bottom: 1.6em;
  }
}

.clark_sec_06 .post_row:not(:last-child) {
  margin-bottom: 3%;
}

.clark_sec_06 .post_row a {
  display: block;
  text-decoration: none;
  max-width: 364px;
  margin-inline: auto;
  transition: .3s;
}

.clark_sec_06 .post_row a:hover {
  opacity: .7;
}

.clark_sec_06 .post_row a figure {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 364 / 286;
}

.clark_sec_06 .post_row a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clark_sec_06 .post_row a h3 {
  font-weight: 500;
}

@media (min-width: 768px) {
  .clark_sec_06 .post_row a h3 {
    margin-bottom: .8em;
  }
}

/* ================================
FOOTER footer_sec_01
================================ */
.footer_sec_01 {
  position: relative;
  padding-block: 509px 80px;
}

@media (max-width: 1219px) {
  .footer_sec_01 {
    padding-top: 200px;
  }
}

@media (max-width: 767px) {
  .footer_sec_01 {
    padding-block: 80px 10%;
  }
}

.footer_sec_01:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/clark-kurume/wp-content/uploads/bg_img008.jpg) no-repeat center/cover;
  width: 100%;
  height: 620px;
  max-height: 80%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .footer_sec_01:before {
    height: 200px;
  }
}

.footer_sec_01 .container {
  width: 1560px;
  max-width: calc(100% - 20px);
  padding: 0;
}

.footer_sec_01 .content_row {
  background: #FFFC97;
}

@media (max-width: 767px) {
  .footer_sec_01 .content_row > .col {
    margin-bottom: 0;
  }
}

.footer_sec_01 .content_row > .col:not(:last-child) {
  position: relative;
}

.footer_sec_01 .content_row > .col:not(:last-child):before {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 2px;
  height: calc(100% - 80px);
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .footer_sec_01 .content_row > .col:not(:last-child):before {
    height: 2px;
    width: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: auto;
  }
}

.footer_sec_01 .content_row .text_area {
  display: block;
  text-decoration: none;
  padding: 40px 6%;
}

@media (max-width: 767px) {
  .footer_sec_01 .content_row .text_area {
    padding: 25px 15px;
  }
}

@media (min-width: 768px) {
  .footer_sec_01 .content_row .text_area.contact_area p {
    line-height: 1.8;
  }
}

.footer_sec_01 .content_row .text_area h2 {
  margin-bottom: .3em;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer_sec_01 .content_row .text_area h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.footer_sec_01 .content_row .text_area h2.ttl_2 a {
  position: relative;
  display: inline-block;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .footer_sec_01 .content_row .text_area h2.ttl_2 a {
    padding-right: 40px;
  }
}

.footer_sec_01 .content_row .text_area h2.ttl_2 a:before {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media (max-width: 767px) {
  .footer_sec_01 .content_row .text_area h2.ttl_2 a:before {
    width: 25px;
    height: 25px;
  }
}

.footer_sec_01 .content_row .text_area h2.ttl_2 a:after {
  content: "";
  position: absolute;
  display: block;
  background: #E8472A;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 8px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border: 0;
  left: auto;
  bottom: auto;
}

@media (max-width: 767px) {
  .footer_sec_01 .content_row .text_area h2.ttl_2 a:after {
    right: 8px;
  }
}

.footer_sec_01 .content_row .text_area h2.ttl_3 a {
  position: relative;
  display: inline-block;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .footer_sec_01 .content_row .text_area h2.ttl_3 a {
    padding-right: 40px;
  }
}

.footer_sec_01 .content_row .text_area h2.ttl_3 a:before {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media (max-width: 767px) {
  .footer_sec_01 .content_row .text_area h2.ttl_3 a:before {
    width: 25px;
    height: 25px;
  }
}

.footer_sec_01 .content_row .text_area h2.ttl_3 a:after {
  content: "";
  position: absolute;
  display: block;
  background: #43D1FF;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 8px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border: 0;
  left: auto;
  bottom: auto;
}

@media (max-width: 767px) {
  .footer_sec_01 .content_row .text_area h2.ttl_3 a:after {
    right: 8px;
  }
}

.footer_sec_01 .content_row .text_area h2 a {
  color: inherit;
  text-decoration: none;
  transition: .3s;
  position: relative;
  display: inline-block;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .footer_sec_01 .content_row .text_area h2 a {
    padding-right: 40px;
  }
}

.footer_sec_01 .content_row .text_area h2 a:before {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media (max-width: 767px) {
  .footer_sec_01 .content_row .text_area h2 a:before {
    width: 25px;
    height: 25px;
  }
}

.footer_sec_01 .content_row .text_area h2 a:after {
  content: "";
  position: absolute;
  display: block;
  background: #0067C0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 8px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border: 0;
  left: auto;
  bottom: auto;
}

@media (max-width: 767px) {
  .footer_sec_01 .content_row .text_area h2 a:after {
    right: 8px;
  }
}

.footer_sec_01 .content_row .text_area h2 a:hover {
  opacity: .7;
}

.footer_sec_01 .content_row .text_area .contact_tel {
  margin: 0 auto .2em;
}

.footer_sec_01 .content_row .text_area .contact_tel a {
  color: #0067C0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  position: relative;
  padding-left: 28px;
  margin: 0;
  line-height: 1;
}

@media (max-width: 1023px) {
  .footer_sec_01 .content_row .text_area .contact_tel a {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .footer_sec_01 .content_row .text_area .contact_tel a {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 20px;
  }
}

.footer_sec_01 .content_row .text_area .contact_tel a:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/clark-kurume/wp-content/uploads/tel.png) no-repeat center/contain;
  width: 19px;
  height: 25px;
  top: 54%;
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .footer_sec_01 .content_row .text_area .contact_tel a:before {
    width: 15px;
  }
}

/* ================================
説明会・相談会
================================ */
@media (min-width: 768px) {
  .session_sec.highlight {
    padding-block: 140px;
  }
}

.session_sec .bg_wrap {
  background: #E8462A;
  color: #fff;
  border-radius: 20px;
  padding: 2% 10px;
  height: 100%;
}

.session_sec .bg_wrap p {
  text-align: center;
  line-height: 1.5;
  font-size: min(2.3vw, 24px);
}

@media (max-width: 767px) {
  .session_sec .bg_wrap p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.session_sec .highlight_wrap {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #0067C0;
}

.session_sec .highlight_wrap.turquoise {
  border: 2px solid #54C5CF;
}

.session_sec .highlight_wrap.turquoise .title_area {
  background: #54C5CF;
}

.session_sec .highlight_wrap.turquoise h3.line {
  border-color: #54C5CF;
}

.session_sec .highlight_wrap.yellow {
  border: 2px solid #FFD633;
}

.session_sec .highlight_wrap.yellow .title_area {
  background: #FFD633;
}

.session_sec .highlight_wrap.yellow h3.line {
  border-color: #FFD633;
}

.session_sec .highlight_wrap .title_area {
  background: #0067C0;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  padding: .5em;
}

@media (max-width: 767px) {
  .session_sec .highlight_wrap .title_area {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.session_sec .highlight_wrap .title_area h2 {
  color: #fff;
  margin-bottom: 0;
}

.session_sec .highlight_wrap .text_area {
  padding: 40px 3%;
}

@media (max-width: 767px) {
  .session_sec .highlight_wrap .text_area {
    padding: 20px 10px;
  }
}

@media (min-width: 768px) {
  .session_sec .highlight_wrap .text_area .text_wrap {
    max-width: 530px;
    margin-inline: auto;
  }
}

.session_sec .highlight_wrap .text_area .list_wrap h4 {
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: .4em;
}

.session_sec .highlight_wrap .text_area .list_wrap h4 span {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.session_sec .highlight_wrap .text_area .list_wrap ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 15px;
}

@media (max-width: 767px) {
  .session_sec .highlight_wrap .text_area .list_wrap ul {
    grid-template-columns: 1fr;
  }
}

.session_sec .highlight_wrap .text_area .list_wrap ul li {
  font-weight: bold;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: .3em;
  padding-inline: .5em;
}

/* ================================
学校案内
================================ */
.about_wrap {
  position: relative;
}

.about_wrap:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/clark-kurume/wp-content/uploads/about_bg_img001.png) no-repeat top 5% right, url(/clark-kurume/wp-content/uploads/about_bg_img002.png) no-repeat top 9% left, url(/clark-kurume/wp-content/uploads/about_bg_img003.png) no-repeat top 17.5% right 1.5%, url(/clark-kurume/wp-content/uploads/about_bg_img004.png) no-repeat top 29.5% left, url(/clark-kurume/wp-content/uploads/about_bg_img005.png) no-repeat top 41% right, url(/clark-kurume/wp-content/uploads/about_bg_img006.png) no-repeat top 49% left, url(/clark-kurume/wp-content/uploads/about_bg_img001.png) no-repeat top 59% right, url(/clark-kurume/wp-content/uploads/about_bg_img007.png) no-repeat top 62% left, url(/clark-kurume/wp-content/uploads/about_bg_img003.png) no-repeat top 69% right 1.5%, url(/clark-kurume/wp-content/uploads/about_bg_img004.png) no-repeat top 82% left, url(/clark-kurume/wp-content/uploads/about_bg_img005.png) no-repeat top 93% right, url(/clark-kurume/wp-content/uploads/about_bg_img006.png) no-repeat top 100% left;
  background-size: min(25vw, 210px) auto, min(20vw, 164px) auto, min(25vw, 200px) auto, min(30vw, 241px) auto, min(30vw, 232px) auto, min(20vw, 159px) auto, min(25vw, 210px) auto, min(20vw, 164px) auto, min(25vw, 200px) auto, min(30vw, 241px) auto, min(30vw, 232px) auto, min(20vw, 159px) auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.about_sec .container.wide {
  width: 1400px;
  max-width: calc(100% - 20px);
  padding: 0;
}

.about_sec .point_ttl {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  background: #0067C0;
  color: #fff;
  border-radius: 10px;
  padding: .434em 1.028em;
  display: table;
  margin-inline: auto;
  margin-bottom: -34px;
}

@media (max-width: 767px) {
  .about_sec .point_ttl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: -10px;
  }
}

.about_sec .point_ttl:before {
  content: "";
  position: absolute;
  display: block;
  background: #0067C0;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 27px;
  height: 14px;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 1px);
}

@media (max-width: 767px) {
  .about_sec .point_ttl:before {
    width: 20px;
    height: 10px;
  }
}

.about_sec .highlight_wrap {
  background: #fff;
  border-radius: 80px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .about_sec .highlight_wrap {
    border-radius: 20px;
  }
}

.about_sec .highlight_wrap .title_area {
  background: #54C5CF;
  padding: 3.2em .5em;
}

@media (max-width: 767px) {
  .about_sec .highlight_wrap .title_area {
    padding: 1.5em .5em;
  }
}

.about_sec .highlight_wrap .title_area h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 42px;
  font-size: 4.2rem;
}

@media (max-width: 767px) {
  .about_sec .highlight_wrap .title_area h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.about_sec .highlight_wrap .title_area h2 span {
  background: #fff;
  color: #E8472A;
  display: inline-block;
  line-height: 1.1;
}

.about_sec .highlight_wrap .text_area {
  background: #F3F8FC;
  padding: 80px 7% 100px;
}

@media (max-width: 1219px) {
  .about_sec .highlight_wrap .text_area {
    padding-inline: 3%;
  }
}

@media (max-width: 767px) {
  .about_sec .highlight_wrap .text_area {
    padding: 20px 10px;
  }
}

.about_sec .highlight_wrap .text_area > .row:not(:last-child) {
  margin-bottom: 6%;
}

@media (min-width: 768px) {
  .about_sec .highlight_wrap .text_area > .row.reverse .text_wrap {
    margin-inline: 0;
  }
}

@media (min-width: 768px) {
  .about_sec .highlight_wrap .text_area .text_wrap {
    max-width: 464px;
    margin-inline: auto;
  }
}

.about_sec .highlight_wrap .text_area .text_wrap h3 {
  color: #444444;
  padding-bottom: .8em;
}

@media (min-width: 768px) {
  .about_sec .highlight_wrap .text_area .text_wrap h3 {
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .about_sec .highlight_wrap .text_area .text_wrap h3 {
    text-align: center;
  }
}

.about_sec .highlight_wrap .text_area .text_wrap h3:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 36px;
  background: url(/clark-kurume/wp-content/uploads/h2_icon.png) no-repeat center/contain;
}

@media (max-width: 767px) {
  .about_sec .highlight_wrap .text_area .text_wrap h3:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .about_sec .highlight_wrap .text_area .text_wrap .more {
    margin-top: 2.5em;
  }
}

.about_sec .highlight_wrap .text_area .circle_ttl {
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  .about_sec .highlight_wrap .text_area .circle_ttl {
    margin-bottom: 1.4em;
  }
}

.about_sec .highlight_wrap .text_area .circle_ttl:before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 4px dashed #E8472A;
  width: 100%;
  height: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.about_sec .highlight_wrap .text_area .circle_ttl span {
  background: #E8472A;
  color: #fff;
  display: table;
  margin-inline: auto;
  border-radius: 50px;
  padding: .48em 1.08em;
}

.about_sec .highlight_wrap .text_area .circle_wrap {
  gap: 10px;
}

@media (min-width: 768px) {
  .about_sec .highlight_wrap .text_area .circle_wrap .circle {
    border-width: 20px;
    max-width: 344px;
  }
}

.about_sec .highlight_wrap .text_area .circle_wrap .circle p {
  font-weight: bold;
}

@media (min-width: 768px) {
  .about_sec .highlight_wrap .text_area .circle_wrap .circle p {
    font-size: min(2.4vw, 24px);
  }
}

/* ================================
SST
================================ */
.sst_wrap_1 {
  position: relative;
}

.sst_wrap_1:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/clark-kurume/wp-content/uploads/sst_bg_img001.png) no-repeat top 17.5% right 13%, url(/clark-kurume/wp-content/uploads/sst_bg_img002.png) no-repeat top 33% left, url(/clark-kurume/wp-content/uploads/sst_bg_img003.png) no-repeat top 51% right 19%, url(/clark-kurume/wp-content/uploads/sst_bg_img004.png) no-repeat top 70% left 13%;
  background-size: min(35vw, 378px) auto, min(25vw, 189px) auto, min(40vw, 454px) auto, min(30vw, 253px) auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.sst_wrap_2 {
  position: relative;
}

.sst_wrap_2:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/clark-kurume/wp-content/uploads/sst_bg_img005.png) no-repeat top 30% left 6%, url(/clark-kurume/wp-content/uploads/sst_bg_img006.png) no-repeat top 80% right 1%;
  background-size: min(20vw, 165px) auto, min(30vw, 253px) auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.sst_sec .point_ttl {
  position: relative;
  background: #E8472A;
  color: #fff;
  border-radius: 20px;
  padding: .64em 1.67em;
  display: table;
  margin-inline: auto;
  margin-bottom: -62px;
}

@media (max-width: 767px) {
  .sst_sec .point_ttl {
    margin-bottom: -10px;
  }
}

.sst_sec .point_ttl span {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #FFFC97;
  font-size: 56px;
  font-size: 5.6rem;
}

@media (max-width: 767px) {
  .sst_sec .point_ttl span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.sst_sec .point_ttl:before {
  content: "";
  position: absolute;
  display: block;
  background: #E8472A;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 45px;
  height: 24px;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 1px);
}

@media (max-width: 767px) {
  .sst_sec .point_ttl:before {
    width: 20px;
    height: 10px;
  }
}

.sst_sec .highlight_wrap {
  padding-block: 130px 100px;
}

@media (max-width: 767px) {
  .sst_sec .highlight_wrap {
    padding-block: 10% 8%;
  }
}

.sst_sec .highlight_wrap h3.bg {
  background: #fff;
  text-align: center;
  border-inline: 6px solid #0067C0;
}

@media (min-width: 768px) {
  .sst_sec .highlight_wrap h3.bg {
    margin-bottom: 1.4em;
  }
}

.sst_sec .highlight_wrap h3.border {
  display: table;
  padding-inline: .3em;
  padding-bottom: .2em;
  border-bottom: 4px solid #0067C0;
}

@media (max-width: 767px) {
  .sst_sec .highlight_wrap h3.border {
    margin-inline: auto;
    text-align: center;
    padding-bottom: .4em;
  }
}

.sst_sec .highlight_wrap .row:not(:last-child):not(.list_row) {
  margin-bottom: 6%;
}

@media (min-width: 768px) {
  .sst_sec .highlight_wrap .circle_wrap {
    grid-auto-flow: column;
    margin-top: 4%;
  }
}

.sst_sec .highlight_wrap .list_wrap {
  display: grid;
  gap: 1em;
}

@media (min-width: 768px) {
  .sst_sec .highlight_wrap .list_wrap {
    grid-template-columns: 180px auto;
    gap: 1.5em;
  }
}

.sst_sec .highlight_wrap .list_wrap figure {
  background: #fff;
  width: 100%;
  max-width: 180px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}

.sst_sec .highlight_wrap ul.list-unstyled {
  text-indent: -1em;
  padding-left: 1em;
}

@media (min-width: 768px) {
  .sst_sec .highlight_wrap .img_wrap > .col.break ~ .col {
    margin-top: 4%;
  }
}

.sst_sec .highlight_wrap .img_wrap figure {
  max-width: 462px;
  margin-inline: auto;
}

.sst_sec .highlight_wrap .img_wrap figure figcaption {
  font-weight: 500;
}

@media (min-width: 768px) {
  .sst_sec .highlight_wrap .img_wrap figure figcaption {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.sst_sec .highlight_wrap .text_wrap p {
  font-weight: 500;
}

.sst_sec .qa {
  border-bottom: 1px solid #0067C0;
}

.sst_sec .qa:first-child {
  border-top: 1px solid #0067C0;
}

.sst_sec .qa .question {
  position: relative;
  background: #fff;
  cursor: pointer;
  border: none;
  padding-block: .62em;
  padding-right: calc(1.5em + 17px);
  margin: 0;
}

.sst_sec .qa .question:before, .sst_sec .qa .question:after {
  content: "";
  position: absolute;
  background: #0067C0;
  transform: translateY(-50%);
  transition: 0.4s;
}

.sst_sec .qa .question:before {
  width: 17px;
  height: 3px;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 1em;
}

.sst_sec .qa .question:after {
  width: 3px;
  height: 17px;
  top: 50%;
  bottom: auto;
  left: auto;
  right: calc(1em + 7px);
}

.sst_sec .qa .question.open:before, .sst_sec .qa .question.open:after {
  transform: translateY(-50%) rotate(-180deg);
}

.sst_sec .qa .question.open:after {
  opacity: 0;
}

.sst_sec .qa .question p {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #0067C0;
}

@media (max-width: 767px) {
  .sst_sec .qa .question p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sst_sec .qa .answer {
  display: none;
  background: #F3F8FC;
  padding: 1.25em;
  margin-bottom: 1.2em;
}

/* ================================
進路について
================================ */
.course_sec .step_wrap > .span_4 {
  position: relative;
}

@media (min-width: 768px) {
  .course_sec .step_wrap > .span_4 {
    width: 30%;
    margin-left: 5%;
  }
  .course_sec .step_wrap > .span_4:first-child {
    margin-left: 0;
  }
}

.course_sec .step_wrap > .span_4:not(:first-child):before {
  content: '';
  display: block;
  background: url(/clark-kurume/wp-content/uploads/course_arrow01.png) no-repeat center center/contain;
  width: 28px;
  max-width: 2.5vw;
  height: 32px;
  position: absolute;
  top: 33%;
  right: 104%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .course_sec .step_wrap > .span_4:not(:first-child):before {
    max-width: 100%;
    max-height: 20px;
    top: auto;
    top: -30px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}

@media (max-width: 767px) {
  .course_sec .step_wrap > .span_4:not(:last-child) {
    margin-bottom: 2.5em;
  }
}

.course_sec .step_wrap .step_wrap {
  max-width: 360px;
  margin-inline: auto;
}

.course_sec .step_wrap .step_wrap h3 {
  margin-top: .6em;
}

.course_sec .step_wrap .step_wrap h3 span {
  background: #0067C0;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  border-radius: 10px;
  display: inline-block;
  padding: 0.05em .7em;
  margin-right: 1.3em;
}

@media (max-width: 767px) {
  .course_sec .step_wrap .step_wrap h3 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* ================================
年間スケジュール
================================ */
.schedule_wrap {
  position: relative;
}

.schedule_wrap:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/clark-kurume/wp-content/uploads/schedule_illust01.png) no-repeat top 1% left, url(/clark-kurume/wp-content/uploads/schedule_illust02.png) no-repeat top 9% right, url(/clark-kurume/wp-content/uploads/schedule_illust03.png) no-repeat top 25% right, url(/clark-kurume/wp-content/uploads/schedule_illust04.png) no-repeat top 29% left, url(/clark-kurume/wp-content/uploads/schedule_illust05.png) no-repeat top 44% right, url(/clark-kurume/wp-content/uploads/schedule_illust06.png) no-repeat top 54% left, url(/clark-kurume/wp-content/uploads/schedule_illust07.png) no-repeat top 63% right, url(/clark-kurume/wp-content/uploads/schedule_illust08.png) no-repeat top 75% left, url(/clark-kurume/wp-content/uploads/schedule_illust09.png) no-repeat top 82% right 2%, url(/clark-kurume/wp-content/uploads/schedule_illust10.png) no-repeat top 96% left, url(/clark-kurume/wp-content/uploads/schedule_illust11.png) no-repeat top 98% right;
  background-size: min(30vw, 284px) auto, min(30vw, 246px) auto, min(20vw, 167px) auto, min(30vw, 321px) auto, min(30vw, 317px) auto, min(40vw, 333px) auto, min(25vw, 225px) auto, min(25vw, 238px) auto, min(30vw, 292px) auto, min(30vw, 276px) auto, min(20vw, 165px) auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 1700px) {
  .schedule_wrap:before {
    opacity: .2;
  }
}

.schedule_sec .event_wrap {
  border-top: 60px solid rgba(0, 103, 192, 0.2);
  padding-block: 40px 60px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .schedule_sec .event_wrap {
    border-width: 30px;
    padding-block: 30px;
  }
}

.schedule_sec .event_wrap.color_1 {
  border-color: rgba(0, 103, 192, 0.2);
}

.schedule_sec .event_wrap.color_1 .month {
  border-color: rgba(0, 103, 192, 0.2);
  color: #0067C0;
}

.schedule_sec .event_wrap.color_2 {
  border-color: rgba(67, 209, 255, 0.2);
}

.schedule_sec .event_wrap.color_2 .month {
  border-color: rgba(67, 209, 255, 0.2);
  color: #43D1FF;
}

.schedule_sec .event_wrap.color_3 {
  border-color: rgba(84, 197, 207, 0.2);
}

.schedule_sec .event_wrap.color_3 .month {
  border-color: rgba(84, 197, 207, 0.2);
  color: #54C5CF;
}

.schedule_sec .event_wrap.color_4 {
  border-color: rgba(255, 214, 51, 0.2);
}

.schedule_sec .event_wrap.color_4 .month {
  border-color: rgba(255, 214, 51, 0.2);
  color: #FFD633;
}

.schedule_sec .event_wrap.color_5 {
  border-color: rgba(255, 159, 49, 0.2);
}

.schedule_sec .event_wrap.color_5 .month {
  border-color: rgba(255, 159, 49, 0.2);
  color: #FF9F31;
}

.schedule_sec .event_wrap.color_6 {
  border-color: rgba(218, 124, 89, 0.2);
}

.schedule_sec .event_wrap.color_6 .month {
  border-color: rgba(218, 124, 89, 0.2);
  color: #DA7C59;
}

.schedule_sec .event_wrap.color_7 {
  border-color: rgba(232, 70, 42, 0.2);
}

.schedule_sec .event_wrap.color_7 .month {
  border-color: rgba(232, 70, 42, 0.2);
  color: #E8462A;
}

.schedule_sec .event_wrap.color_8 {
  border-color: rgba(255, 166, 215, 0.2);
}

.schedule_sec .event_wrap.color_8 .month {
  border-color: rgba(255, 166, 215, 0.2);
  color: #FFA6D7;
}

.schedule_sec .event_wrap.color_9 {
  border-color: rgba(215, 125, 182, 0.2);
}

.schedule_sec .event_wrap.color_9 .month {
  border-color: rgba(215, 125, 182, 0.2);
  color: #D77DB6;
}

.schedule_sec .event_wrap:last-child .month:before {
  content: none;
}

.schedule_sec .event_wrap .month {
  position: relative;
  font-weight: bold;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  background: #fff;
  color: #0067C0;
  border: 12px solid rgba(0, 103, 192, 0.2);
  border-radius: 50%;
  aspect-ratio: 1;
  max-width: 226px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -100px;
  margin-bottom: .7em;
}

@media (max-width: 1023px) {
  .schedule_sec .event_wrap .month {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media (max-width: 767px) {
  .schedule_sec .event_wrap .month {
    font-size: 24px;
    font-size: 2.4rem;
    max-width: 100px;
    margin-top: -60px;
    border-width: 5px;
  }
}

.schedule_sec .event_wrap .month:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/clark-kurume/wp-content/uploads/schedule_arrow01.png) no-repeat center/contain;
  width: 58px;
  height: 195px;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .schedule_sec .event_wrap .month:before {
    max-height: 60px;
  }
}

.schedule_sec .event_wrap .month span {
  font-family: "Poppins", sans-serif;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  display: inline-block;
}

@media (max-width: 1023px) {
  .schedule_sec .event_wrap .month span {
    font-size: 80px;
    font-size: 8rem;
  }
}

@media (max-width: 767px) {
  .schedule_sec .event_wrap .month span {
    font-size: 40px;
    font-size: 4rem;
  }
}

.schedule_sec .event_wrap ul {
  font-weight: 500;
}

.schedule_sec .event_wrap figure figcaption {
  font-weight: 500;
  margin-top: .3em;
}

@media (min-width: 768px) {
  .schedule_sec .event_wrap figure figcaption {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .schedule_sec .event_wrap figure figcaption {
    text-align: center;
  }
}

/* ================================
募集要項
================================ */
.recruit_sec dl.list-check dt {
  color: #E8462A;
  position: relative;
  padding-left: 28px;
}

@media (min-width: 768px) {
  .recruit_sec dl.list-check dt {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0.5em;
  }
}

.recruit_sec dl.list-check dt::before {
  content: '';
  display: block;
  background: url(/clark-kurume/wp-content/uploads/icon_check.png) no-repeat center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.recruit_sec dl.list-check dd {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 0.5em;
}

.recruit_sec dl.list-check dd:not(:last-child) {
  margin-bottom: 1.5em;
}

@media (max-width: 767px) {
  .recruit_sec .responsive-scroll {
    overflow-x: auto;
  }
  .recruit_sec .responsive-scroll > table {
    width: 900px;
  }
}

.tab-switcher {
  display: flex;
}

.tab-switcher .tab-btn {
  width: 100%;
  color: #fff;
  background: #0067C0;
  border: none;
  border-radius: 20px 20px 0 0;
  padding: 0.85em;
  cursor: pointer;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .tab-switcher .tab-btn {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.tab-switcher .tab-btn[data-tab="a01"] {
  background: rgba(0, 103, 192, 0.6);
}

.tab-switcher .tab-btn[data-tab="a01"].active {
  background: #0067C0;
}

.tab-switcher .tab-btn[data-tab="a02"] {
  background: rgba(84, 197, 207, 0.6);
}

.tab-switcher .tab-btn[data-tab="a02"].active {
  background: #54C5CF;
}

.tab-switcher .tab-btn[data-tab="a03"] {
  color: #444444;
  background: rgba(255, 214, 51, 0.6);
}

.tab-switcher .tab-btn[data-tab="a03"].active {
  background: #FFD633;
}

.tab-switcher .tab-btn:hover {
  opacity: 0.8;
}

.tab-contents {
  border: 1px solid #0067C0;
  border-radius: 0 0 40px 40px;
  padding: 4%;
}

@media (min-width: 768px) {
  .tab-contents {
    border-radius: 0 0 80px 80px;
    padding-inline: 6%;
    padding-bottom: 6%;
  }
}

.tab-contents h4 {
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 103, 192, 0.3);
  position: relative;
  padding-left: 26px;
  padding-block: 0.2em;
}

.tab-contents h4::before {
  content: '';
  display: block;
  background: #0067C0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.tab-contents .highlight {
  border-radius: 20px;
  padding: 4%;
}

@media (min-width: 768px) {
  .tab-contents .highlight {
    border-radius: 30px;
  }
}

.tab-contents .highlight h4 {
  background: #E6F0F9;
  border: none;
  border-radius: 10px;
  padding-left: 42px;
}

@media (min-width: 768px) {
  .tab-contents .highlight h4 {
    margin-bottom: 1em;
  }
}

.tab-contents .highlight h4::before {
  border-radius: 0;
  width: 10px;
  height: 10px;
  left: 16px;
}

.flow_sec {
  background: #FFFC97;
  padding-block: 140px;
}

@media (max-width: 767px) {
  .flow_sec {
    padding-block: 8%;
  }
}

.step_parts {
  display: flex;
  background: #fff;
  border-radius: 10px;
}

.step_parts:not(:last-child) {
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .step_parts:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.step_parts:not(:last-child) .head {
  position: relative;
}

.step_parts:not(:last-child) .head::after {
  content: '';
  display: block;
  background: #54C5CF;
  -webkit-clip-path: polygon(100% 0, 50% 100%, 0 0);
          clip-path: polygon(100% 0, 50% 100%, 0 0);
  width: calc(100% - 10px);
  height: 30px;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .step_parts:not(:last-child) .head::after {
    height: 15px;
  }
}

.step_parts .head {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #54C5CF;
  border-radius: 10px;
}

.step_parts .head p {
  display: flex;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 0;
  color: #fff;
}

@media (min-width: 768px) {
  .step_parts .head p {
    margin-right: 6px;
  }
}

@media (min-width: 768px) and (max-width: 1219px) {
  .step_parts .head p {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media (max-width: 767px) {
  .step_parts .head p {
    flex-direction: column;
    line-height: 1.2;
  }
}

.step_parts .head p span {
  font-size: 26px;
  font-size: 2.6rem;
}

@media (min-width: 768px) {
  .step_parts .head p span {
    margin-right: 6px;
  }
}

@media (min-width: 768px) and (max-width: 1219px) {
  .step_parts .head p span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.step_parts .content {
  padding: 4%;
}

@media (min-width: 768px) {
  .step_parts .content {
    padding-block: 2%;
  }
}

.step_parts .content .title {
  color: #54C5CF;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.2em;
}

@media (min-width: 768px) {
  .step_parts .content .title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .step_parts .head {
    width: 24%;
    margin-bottom: 0;
  }
  .step_parts .head p {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .step_parts .head p span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .step_parts .content .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.list-star {
  list-style: none;
  padding: 0;
}

.list-star li {
  position: relative;
  padding-left: 1em;
}

.list-star li::before {
  content: '★';
  position: absolute;
  top: 0;
  left: 0;
}

/* ================================
よくあるご質問
================================ */
.qa_parts {
  border: 1px solid #0067C0;
  border-radius: 10px;
}

.qa_parts:not(:last-child) {
  margin-bottom: 4%;
}

.qa_parts .question {
  border-bottom: 1px solid #0067C0;
  padding: 1em;
  color: #0067C0;
}

.qa_parts .answer {
  padding: 1em;
}

/* ================================
お問い合わせ 参加申し込み 資料請求
================================ */
@media (min-width: 768px) {
  .contact_sec .highlight {
    border-radius: 50px;
    padding: 60px 4%;
  }
}

.contact_sec .tel {
  text-align: center;
}

.contact_sec .tel a {
  color: #E8472A;
  font-size: 48px;
  font-size: 4.8rem;
  position: relative;
  padding-left: 36px;
  margin: 0;
  line-height: 1;
  font-weight: bold;
}

@media (max-width: 767px) {
  .contact_sec .tel a {
    font-size: 26px;
    font-size: 2.6rem;
    padding-left: 25px;
  }
}

.contact_sec .tel a:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/clark-kurume/wp-content/uploads/tel2.png) no-repeat center/contain;
  width: 26px;
  height: 33px;
  top: 54%;
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .contact_sec .tel a:before {
    width: 18px;
  }
}

.contact_sec .tel.small a {
  color: #444444;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  padding-left: 28px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .contact_sec .tel.small a {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 22px;
  }
}

.contact_sec .tel.small a:before {
  width: 19px;
  height: 25px;
  background: url(/clark-kurume/wp-content/uploads/tel3.png) no-repeat center/contain;
}

@media (max-width: 767px) {
  .contact_sec .tel.small a:before {
    width: 16px;
  }
}

.contact_sec .time_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .contact_sec .time_wrap {
    flex-direction: column;
    gap: 10px;
  }
}

.contact_sec .time_wrap .title {
  margin: 0;
  border: 1px solid #444444;
  padding: .4em 1.1em;
}

.contact_sec .time_wrap .txt {
  margin: 0;
}

@media (max-width: 767px) {
  .contact_sec .time_wrap .txt {
    text-align: center;
  }
}

.contact_sec .info_wrap .highlight {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 10px;
  border-radius: 20px;
  text-align: center;
}

/* ================================
投稿ページ
================================ */
.pagination {
  max-width: 1200px;
  margin: auto;
  margin-top: 4em;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .nav-links .page-numbers {
  display: inline-block;
  margin: 0 .4em;
  font-size: 22px;
  font-size: 2.2rem;
  text-decoration: none;
}

@media (max-width: 767px) {
  .pagination .nav-links .page-numbers {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.pagination .nav-links .page-numbers:not(.prev):not(.next):not(.dots) {
  margin: 0 0.2em;
  background: rgba(84, 197, 207, 0.3);
  color: #000;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .pagination .nav-links .page-numbers:not(.prev):not(.next):not(.dots) {
    width: 30px;
  }
}

.pagination .nav-links .page-numbers:not(.prev):not(.next):not(.dots).current {
  background: #54C5CF;
  color: #fff;
}

.sec_archive {
  max-width: 996px;
  margin-inline: auto;
}

.sec_archive.post > .row {
  padding-bottom: 4%;
  margin-bottom: 4%;
  border-bottom: 1px solid #D9D9D9;
}

.sec_archive.post > .row figure {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  max-width: 359px;
  aspect-ratio: 359 / 232;
}

@media (max-width: 767px) {
  .sec_archive.post > .row figure {
    margin-inline: auto;
  }
}

.sec_archive.post > .row figure a {
  display: block;
  width: 100%;
  height: 100%;
}

.sec_archive.post > .row figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec_archive.post > .row .day {
  display: table;
  background: rgba(232, 71, 42, 0.8);
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 3px;
  padding: 0em 1.2em;
}

.sec_archive.post > .row .btn a {
  display: inline-block;
  text-decoration: none;
  color: #888888;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .1em;
  transition: .3s;
  position: relative;
  padding-right: 15px;
}

.sec_archive.post > .row .btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #888888;
  border-right: 1px solid #888888;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}

.sec_archive.post > .row .btn a:hover {
  opacity: .7;
}

.sec_archive.news dl {
  max-height: none;
}

@media (min-width: 768px) {
  .sec_archive.news dl dt, .sec_archive.news dl dd {
    padding-bottom: .8em;
  }
}

@media (min-width: 768px) {
  .sec_archive.news dl dd {
    margin-bottom: 1em;
  }
}

.sec_archive.blog h3 {
  font-weight: 500;
}

.sec_single {
  max-width: 996px;
  margin-inline: auto;
}

.sec_single.highlight {
  padding-inline: 8%;
}

@media (max-width: 767px) {
  .sec_single.highlight {
    padding-inline: 10px;
  }
}

.sec_single.voice > .row:not(:last-child) {
  margin-bottom: 7%;
}

.sec_single.voice figure {
  max-width: 360px;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .sec_single.voice figure {
    margin-inline: auto;
  }
}

.sec_single.voice h3 {
  color: #54C5CF;
}

.sec_single.voice h3.bg {
  border-color: #54C5CF;
  background: rgba(84, 197, 207, 0.1);
}

.sec_single.voice h3.samll {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px solid rgba(84, 197, 207, 0.3);
  padding-bottom: .2em;
  padding-left: 1em;
  font-weight: 500;
  margin-bottom: .3em;
}

.sec_single.voice h3.samll:not(:first-child) {
  margin-top: 1em;
}

.sec_single.voice h3.samll:before {
  content: "";
  position: absolute;
  display: block;
  background: #54C5CF;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: .5em;
  left: 0;
}

@media (max-width: 767px) {
  .sec_single.voice h3.samll {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec_single.blog figure {
  margin-bottom: 1em;
}

/*# sourceMappingURL=main.css.map */
