@charset "utf-8";
/*
Theme Name: Kimino Official Web 2023
Theme URI: https://clueit.co.jp
Description: Theme for Kimino School. This is it.
Author: Clueit Inc.
Author URI: https://clueit.co.jp
License:
License URI:
Tags: custom-header, custom-menu, featured-images, threaded-comments, translation-ready
Text Domain: kimino-web-202010
Version: 1.0.0
*/


* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  border: none;
  background: #fff;
}
.clearfix {
  clear: both;
}

.kimino_school_container {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  font-family: "Noto Sans JP", sans-serif;

  /* border: 1px solid red; */
}

/******************************************/
/******************************************/
/*               utilities                */
/******************************************/
/******************************************/
.u-bg-dotted {
  background-color: #ffffff;
  background-image: radial-gradient(#e8e8e8 9%, transparent 12%),
    radial-gradient(#e8e8e8 9%, transparent 12%);
  background-position: 0 0, 8px 8px;
  background-size: 16px 16px;
}

.u-text-featured_underline {
  background: linear-gradient(transparent 50%, #ffe662 50%);
}

.u-link_to_more {
  display: block;
  width: 100%;
  margin: 32px auto 0;
  text-align: right;
}

.u-link_to_more a {
  position: relative;
  padding: 0 20px 10px 6px;
  border-bottom: 3px solid #1197e2;
  color: #1197e2;
  text-decoration: none;
}

.u-link_to_more a .tilted_border {
  display: block;
  position: absolute;
  right: 3px;
  bottom: -3px;
  width: 3px;
  height: 14px;
  -moz-transform: skew(45deg, 0deg);
  -webkit-transform: skew(45deg, 0deg);
  -o-transform: skew(45deg, 0deg);
  -ms-transform: skew(45deg, 0deg);
  transform: skew(45deg, 0deg);
  border: 2px solid #1197e2;
  border-radius: 2px;
  border-top-left-radius: 8px;
}

.u-pc_only {
  display: inherit !important;
}

.u-mobile_only {
  display: none !important;
}
/******************************************/
/******************************************/
/******************************************/
/******************************************/

/* .main_contents */
.main_contents {
  display: block;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;

  /* border: 1px solid red; */
}

/* .main_contents .main_contents-top_icatch */
.main_contents .main_contents-top_icatch {
  display: block;
  position: relative;
  z-index: -1;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}
.main_contents .main_contents-top_icatch .icatch_image {
  /* position: absolute; */
  display: block;
  width: 100%;
  height: auto;
  min-height: 400px;
}

.main_contents .main_contents-top_icatch .icatch_text_box {
  position: absolute;
  top: 166px;
  left: 72px;
}

.main_contents .main_contents-top_icatch .icatch_text_box .text {
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  background: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}

.main_contents .main_contents-top_icatch .icatch_text_box .text-highlight {
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  background: #fff;
  color: #1197e2;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
}

/* .main_contents .main_contents-top_news_box */
.main_contents .main_contents-top_news_box {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px 20px;

  /* border: 1px solid red; */
}

.main_contents .main_contents-top_news_box .latest_news_box {
  display: block;
  width: 100%;
  margin-right: 8px;
}

.main_contents
.main_contents-top_news_box
.latest_news_box
.latest_news_box_header {
  margin: 0;
  padding: 12px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(255.61deg, #0ea8d9 11.94%, #1197e2 92.14%);
  color: #fff;
  font-size: 18px;
}

.main_contents
.main_contents-top_news_box
.latest_news_box
.latest_news_contents {
  display: block;
  height: 100%;
  max-height: 200px;
  margin: 0 auto;
  padding: 0 0 12px;
  overflow-y: scroll;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.main_contents
.main_contents-top_news_box
.latest_news_box
.latest_news_contents
.latest_news_content_box {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 12px 12px 0;

  /* border: 1px solid blue; */
}

.main_contents
.main_contents-top_news_box
.latest_news_box
.latest_news_contents
.latest_news_content_box
.content {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 0;

  /* border: 1px solid red; */
  border-bottom: 1px solid #e8e8e8;
}

.main_contents
.main_contents-top_news_box
.latest_news_box
.latest_news_contents
.latest_news_content_box
.content
.article_link {
  color: #1c1d20;
  font-size: 16px;
  text-decoration: none;
}

.main_contents
.main_contents-top_news_box
.latest_news_box
.latest_news_contents
.latest_news_content_box
.content
.published_at_text {
  display: block;
  position: absolute;
  bottom: 12px;
  width: 100%;
  margin: 0;
  color: #858585;
  font-size: 14px;
  text-align: right;

  /* border: 1px solid green; */
}

.main_contents .main_contents-top_news_box .introduction_movie {
  display: block;
  width: 100%;
  margin-left: 8px;
}

.main_contents
.main_contents-top_news_box
.introduction_movie
.introduction_movie_content {
  display: block;
  width: 100%;
  border-radius: 8px;
}

/* .main_contents .main_contents-top_results_and_voices */
.main_contents .main_contents-top_results_and_voices {
  display: block;
  width: 100%;
  min-height: 100px;

  /* border: 1px solid red; */
}

.main_contents
.main_contents-top_results_and_voices
.top_results_and_voices_container {
  display: block;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 54px 20px;

  /* border: 1px solid blue; */
}

.main_contents
.main_contents-top_results_and_voices
.top_results_and_voices_container
.top_results_and_voices_header {
  color: #1197e2;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-align: left;
}

.main_contents
.main_contents-top_results_and_voices
.top_results_and_voices_container
.top_results_and_voices_header
.sub_text {
  display: block;
  padding-bottom: 8px;
  color: #1197e2;
  font-size: 16px;
  letter-spacing: normal;
}
.main_contents
.main_contents-top_results_and_voices
.top_results_and_voices_container
.top_results_and_voices_items {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  max-width: 1120px;
  margin: 36px auto 24px;
  padding: 0 20px;

  /* border: 1px solid green; */
}

.main_contents
.main_contents-top_results_and_voices
.top_results_and_voices_container
.top_results_and_voices_items
.top_results_and_voices_item {
  display: block;
  width: 100%;
  height: 274px;
  margin-right: 16px;
  padding: 16px 0 0;

  border: 1px solid #1197e2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 0px #d9edef;
}

.main_contents
.main_contents-top_results_and_voices
.top_results_and_voices_container
.top_results_and_voices_items
.top_results_and_voices_item:last-child {
  margin-right: 0;
}

.main_contents
.main_contents-top_results_and_voices
.top_results_and_voices_container
.top_results_and_voices_items
.top_results_and_voices_item
.student_image {
  display: block;
  position: static;
  width: 128px;
  height: 128px;
  margin: 0 auto;
}

.main_contents
.main_contents-top_results_and_voices
.top_results_and_voices_container
.top_results_and_voices_items
.top_results_and_voices_item
.student_voice {
  margin: 0;
  padding: 8px 0 0;
  color: #1c1d20;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
}

.main_contents
.main_contents-top_results_and_voices
.top_results_and_voices_container
.top_results_and_voices_items
.top_results_and_voices_item
.student_voice
.text-underline {
  background: linear-gradient(transparent 50%, #ffe662 50%);
}

.main_contents
.main_contents-top_results_and_voices
.top_results_and_voices_container
.top_results_and_voices_items
.top_results_and_voices_item
.student_info {
  margin: 0;
  padding: 8px 0 0;
  color: #858585;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
}

/* .main_contents .main_contents-divider-border */
.main_contents .main_contents-divider-border {
  display: block;
  width: 100%;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  background: linear-gradient(255.61deg, #0ea8d9 11.94%, #1197e2 92.14%);
}

/* .main_contents .main_contents-divider-with-school-background */
.main_contents .main_contents-divider-with-school-background {
  display: block;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  padding: 0;
  border-top: 4px solid #1197e2;
  background: url("/wp-content/themes/kimino-web-202010/images/pages/top/divider-with-school-background_pc.png");
  background-size: cover;
}

/* .main_contents .top_owner_profile */
.main_contents .top_owner_profile {
  display: block;
  width: 100%;
  margin: 0 auto;

  /* border: 1px solid red; */
}

.main_contents .top_owner_profile .top_owner_profile_container {
  display: block;
  width: 100%;
  max-width: 1120px;
  margin: 52px auto 80px;
  padding: 0 20px;
}

.main_contents .top_owner_profile .top_owner_profile_container .header_text {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  color: #1197e2;
  font-size: 26px;
  font-weight: bold;
}

.main_contents
.top_owner_profile
.top_owner_profile_container
.top_owner_profile_box {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 20px;

  border: 2px solid #e8e8e8;
}

.main_contents
.top_owner_profile
.top_owner_profile_container
.top_owner_profile_box
.top_owner_profile_thumbnail {
  position: relative;
  width: 100%;
  max-width: 325px;
  float: left;
}

.main_contents
.top_owner_profile
.top_owner_profile_container
.top_owner_profile_box
.top_owner_profile_thumbnail
.thumbnail {
  display: block;
  width: 100%;
  height: auto;
}

.main_contents
.top_owner_profile
.top_owner_profile_container
.top_owner_profile_box
.top_owner_profile_title {
  position: absolute;
  bottom: 8px;
  left: -20px;
  width: calc(295px + 20px);
  height: 74px;
  padding: 10px 0 10px 35px;
  background: linear-gradient(255.61deg, #0ea8d9 11.94%, #1197e2 92.14%);
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.main_contents
.top_owner_profile
.top_owner_profile_container
.top_owner_profile_box
.top_owner_profile_title
.name {
  font-size: 22px;
  font-weight: bold;
}

.main_contents
.top_owner_profile
.top_owner_profile_container
.top_owner_profile_box
.top_owner_profile_message {
  width: calc(100% - 325px);
  padding: 0 24px;
  float: right;

  /* border: 1px solid red; */
}

.main_contents
.top_owner_profile
.top_owner_profile_container
.top_owner_profile_box
.top_owner_profile_message
.title {
  color: #1c1d20;
  font-size: 18px;
  font-weight: bold;
  line-height: 2em;
}

.main_contents
.top_owner_profile
.top_owner_profile_container
.top_owner_profile_box
.top_owner_profile_message
.content {
  color: #1c1d20;
  font-size: 16px;
  font-weight: normal;
  line-height: 2em;
}

.main_contents
.top_owner_profile
.top_owner_profile_container
.top_owner_profile_box
.top_owner_profile_message
.content
b {
  font-weight: bold;
}

/* .main_contents .top_access_information */
.main_contents .top_access_information {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;

  /* border: 1px solid red; */
}

.main_contents .top_access_information .top_access_information_container {
  display: block;
  width: 100%;
  max-width: 1120px;
  margin: 40px auto 160px;
  padding: 0 20px;
}

.main_contents
.top_access_information
.top_access_information_container
.header_text {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  color: #1197e2;
  font-size: 26px;
  font-weight: bold;
}

/* .school_preview_images */
.main_contents
.top_access_information
.top_access_information_container
.school_preview_images {
  display: block;
  width: 100%;
  margin: 0 auto 25px;
  padding: 0;

  /* border: 1px solid blue; */
}

.main_contents
.top_access_information
.top_access_information_container
.school_preview_images
.preview_images_with-no-scroll {
  /* display: flex;
  flex-direction: row;
  justify-content: space-evenly; */
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;

  /* border: 3px solid green; */
}

.main_contents
.top_access_information
.top_access_information_container
.school_preview_images
.preview_images_with-no-scroll
.thumbnail {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;

  /* border: 3px solid red; */
}
.main_contents
.top_access_information
.top_access_information_container
.school_preview_images
.preview_images_with-no-scroll
.thumbnail
.thumbnail_image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 24px 0 0;
}

.main_contents
.top_access_information
.top_access_information_container
.school_preview_images
.preview_images_with-no-scroll
.thumbnail:last-child {
  margin: 0;
}

.main_contents
.top_access_information
.top_access_information_container
.school_preview_images
.preview_images_control {
  display: block;
  width: 100%;
  margin: 16px auto;
  padding: 0;
  text-align: right;
  text-align: right;

  /* border: 1px solid red; */
}

.main_contents
.top_access_information
.top_access_information_container
.school_preview_images
.preview_images_control
.icon {
  cursor: pointer;
}

.main_contents
.top_access_information
.top_access_information_container
.top_access_information_tel {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  /* border: 1px solid red; */
}

.main_contents
.top_access_information
.top_access_information_container
.top_access_information_tel
.tel_contact {
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.main_contents
.top_access_information
.top_access_information_container
.top_access_information_tel
.tel_contact
.tel_contact_text {
  margin-right: 32px;
  vertical-align: 3px;
}

.main_contents
.top_access_information
.top_access_information_container
.top_access_information_tel
.tel_contact
.tel_number_link {
  color: #1197e2;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.4px;
  text-decoration: none;
}

.main_contents
.top_access_information
.top_access_information_container
.top_access_information_tel
.tel_contact
.tel_number_link
.icon {
  vertical-align: sub;
}

/* .school_cards */
.main_contents
.top_access_information
.top_access_information_container
.school_cards {
  display: flex;
  justify-content: center;
  margin: 32px 0 0;
}

.main_contents
.top_access_information
.top_access_information_container
.school_cards
.school_card {
  display: grid;
  grid-row-gap: 8px;
  grid-template-areas: "school_name business_hours" "school_name address";
  grid-template-columns: 144px 1fr;
  align-items: center;
  padding: 24px;
  background: linear-gradient(255.61deg, #0ea8d9 11.94%, #1197e2 92.14%);
  color: #fff;
  text-decoration: none;
}

.main_contents
.top_access_information
.top_access_information_container
.school_cards
.school_card
.school_name {
  grid-area: school_name;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.main_contents
.top_access_information
.top_access_information_container
.school_cards
.school_card
.business_hours {
  grid-area: business_hours;
  font-size: 14px;
  line-height: 1.6em;
}

.main_contents
.top_access_information
.top_access_information_container
.school_cards
.school_card
.address {
  grid-area: address;
  font-size: 14px;
  line-height: 1.6em;
}

@media screen and (max-width: 480px) {
  .u-link_to_more {
    margin: 8px auto 0;
    text-align: center;
  }

  .u-pc_only {
    display: none !important;
    margin: 0;
    padding: 0;
  }

  .u-mobile_only {
    display: inherit !important;
  }

  .kimino_school_container {
    /* Set padding because of fixed header. */
    padding-top: 68px;
  }

  .main_contents .main_contents-top_icatch .icatch_image {
    min-height: 480px;
  }

  .main_contents .main_contents-top_icatch .icatch_text_box {
    position: absolute;
    top: 256px;
    left: 12px;
  }

  .main_contents .main_contents-top_icatch .icatch_text_box .text {
    font-size: 28px;
  }

  .main_contents .main_contents-top_icatch .icatch_text_box .text-highlight {
    font-size: 40px;
  }

  /* .main_contents .main_contents-top_news_box */
  .main_contents .main_contents-top_news_box {
    display: block;
    margin: 0 auto;
    padding: 0 20px 24px;
  }

  .main_contents .main_contents-top_news_box .latest_news_box {
    margin: 20px auto 24px;
  }

  .main_contents
  .main_contents-top_news_box
  .latest_news_box
  .latest_news_contents {
    height: auto;
  }

  .main_contents
  .main_contents-top_news_box
  .latest_news_box
  .latest_news_contents
  .latest_news_content_box
  .content {
    height: auto;
  }

  .main_contents
  .main_contents-top_news_box
  .latest_news_box
  .latest_news_contents
  .latest_news_content_box
  .content
  .article_link {
    display: block;
    margin-bottom: 18px;
  }

  .main_contents
  .main_contents-top_news_box
  .latest_news_box
  .latest_news_contents
  .latest_news_content_box
  .content
  .published_at_text {
    display: block;
    position: relative;
    text-align: right;
  }

  .main_contents .main_contents-top_news_box .introduction_movie {
    margin: 0 auto;
  }

  .main_contents
  .main_contents-top_results_and_voices
  .top_results_and_voices_container {
    max-width: 100%;
    padding: 40px 20px 48px;
  }

  .main_contents
  .main_contents-top_results_and_voices
  .top_results_and_voices_container
  .top_results_and_voices_header {
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 28px;
  }

  .main_contents
  .main_contents-top_results_and_voices
  .top_results_and_voices_container
  .top_results_and_voices_items {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 28px auto;
    padding: 0;
  }

  .main_contents
  .main_contents-top_results_and_voices
  .top_results_and_voices_container
  .top_results_and_voices_items
  .top_results_and_voices_item,
  .main_contents
  .main_contents-top_results_and_voices
  .top_results_and_voices_container
  .top_results_and_voices_items
  .top_results_and_voices_item:last-child {
    position: relative;
    height: auto;
    margin: 0 auto 16px;
    padding: 16px;
  }

  .main_contents
  .main_contents-top_results_and_voices
  .top_results_and_voices_container
  .top_results_and_voices_items
  .top_results_and_voices_item
  .student_image {
    display: block;
    position: absolute;
    top: 16px;
    left: 16px;
    width: 80px;
    height: 80px;
  }

  .main_contents
  .main_contents-top_results_and_voices
  .top_results_and_voices_container
  .top_results_and_voices_items
  .top_results_and_voices_item
  .student_voice {
    display: block;
    padding-left: 102px;
    text-align: left;
  }

  .main_contents
  .main_contents-top_results_and_voices
  .top_results_and_voices_container
  .top_results_and_voices_items
  .top_results_and_voices_item
  .student_info {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    padding: 0;
    text-align: center;
  }

  .main_contents .top_access_information .top_access_information_container {
    max-width: 100%;
    padding: 0;
  }

  .main_contents
  .top_access_information
  .top_access_information_container
  .header_text {
    text-align: center;
  }

  .main_contents
  .top_access_information
  .top_access_information_container
  .school_preview_images
  .preview_images_control {
    display: none;
  }

  /* .main_contents .main_contents-divider-with-school-background */
  .main_contents .main_contents-divider-with-school-background {
    display: block;
    width: 100%;
    height: 72px;
    margin: 0 auto;
    padding: 0;
    border-top: 4px solid #1197e2;
    background: url("/wp-content/themes/kimino-web-202010/images/pages/top/divider-with-school-background_mobile.png");
    background-size: cover;
  }

  /* .main_contents .top_owner_profile */
  .main_contents .top_owner_profile {
    display: block;
    width: 100%;
    margin: 0 auto;

    /* border: 1px solid red; */
  }

  .main_contents .top_owner_profile .top_owner_profile_container {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 36px auto 60px;
  }

  .main_contents .top_owner_profile .top_owner_profile_container .header_text {
    display: block;
    width: 100%;
    margin: 0 auto 16px;
    padding: 0;
    font-size: 26px;
  }

  .main_contents
  .top_owner_profile
  .top_owner_profile_container
  .top_owner_profile_box {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;

    border: none;
  }

  .main_contents
  .top_owner_profile
  .top_owner_profile_container
  .top_owner_profile_box
  .top_owner_profile_thumbnail {
    display: block;
    position: relative;
    width: 100%;
    float: none;
  }

  .main_contents
  .top_owner_profile
  .top_owner_profile_container
  .top_owner_profile_box
  .top_owner_profile_thumbnail
  .thumbnail {
    display: block;
    width: 100%;
    height: auto;
  }

  .main_contents
  .top_owner_profile
  .top_owner_profile_container
  .top_owner_profile_box
  .top_owner_profile_title {
    position: absolute;
    bottom: 8px;
    left: -20px;
    width: calc(295px + 20px);
    height: 74px;
    padding: 10px 0 10px 35px;
    background: linear-gradient(255.61deg, #0ea8d9 11.94%, #1197e2 92.14%);
    color: #fff;
    font-size: 16px;
    font-weight: normal;
  }

  /* .main_contents .top_owner_profile .top_owner_profile_container .top_owner_profile_box .top_owner_profile_title .name {
    font-weight: bold;
    font-size: 22px;
  } */

  .main_contents
  .top_owner_profile
  .top_owner_profile_container
  .top_owner_profile_box
  .top_owner_profile_message {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    float: none;

    /* border: 1px solid red; */
  }

  .main_contents
  .top_owner_profile
  .top_owner_profile_container
  .top_owner_profile_box
  .top_owner_profile_message
  .title {
    font-size: 20px;
    letter-spacing: normal;
  }

  .main_contents
  .top_owner_profile
  .top_owner_profile_container
  .top_owner_profile_box
  .top_owner_profile_message
  .content {
    font-size: 18px;
  }

  .main_contents
  .top_access_information
  .top_access_information_container
  .top_access_information_tel {
    padding: 0 0 32px;
  }

  .main_contents
  .top_access_information
  .top_access_information_container
  .top_access_information_tel
  .tel_contact
  .tel_contact_text {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 16px;
    text-align: center;
  }

  .main_contents
  .top_access_information
  .top_access_information_container
  .school_cards {
    display: block;
    margin: 0 auto;
    padding: 0 20px;
  }

  .main_contents
  .top_access_information
  .top_access_information_container
  .school_cards
  .school_card {
    display: grid;
    grid-template-areas: "school_name"
      "business_hours"
      "address";
    grid-template-columns: none;
    grid-template-rows: 48px 1fr;
  }
}

