@charset "utf-8";
.narrow_contents-wrapper, .page_title-wrapper, .about_first_section, .about_secound_section, .about_third_section, .about_fourth_section, .dotkyoto_first_section, .dotkyoto_significance, .project_first_section, .project_secound_section, .project_third_section, .project_exsample, .university_first_section, .university_catch, .university_secound_section, .message_introduction, .access, .contact_wrapper, .message_publication {
  max-width: 990px;
  display: block;
  padding: 2rem 0.9375rem;
  margin: 0 auto;
}
.wide_contents-wrapper {
  background: #ecf2ae;
  padding: 2rem 0;
}
.page_title-wrapper {
  padding: 4rem 0.9375rem 0;
}
.page_title-wrapper h1 {
  font-size: 2.3rem;
}
.page_title-wrapper h1 span {
  display: block;
  font-size: 1.5rem;
}
h2.section_title {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
.downward_red_arrow, .downward_gray_arrow {
  display: block;
  position: relative;
  padding: 3rem 0;
}
.downward_red_arrow::before, .downward_gray_arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 50px;
  transform: translateX(-50%);
}
.downward_red_arrow::after, .downward_gray_arrow::after {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 50%;
  border: 40px solid transparent;
  transform: rotate(90deg) translate(-0%, 50%);
}
.downward_red_arrow::before {
  border-left: 40px solid #e75545;
}
.downward_red_arrow::after {
  border-left: 40px solid #e75545;
}
.downward_gray_arrow::before {
  border-left: 40px solid #5d5d5d;
}
.downward_gray_arrow::after {
  border-left: 40px solid #5d5d5d;
}
.primary_catch, .primary_catch_en {
  font-weight: bold;
  text-align: center;
}
.primary_catch {
  font-size: 3.5rem;
}
.primary_catch_en {
  font-size: 2.5rem;
}
.about_first_section img {
  width: 60%;
  float: right;
  padding-left: 1.5rem;
}
.about_secound_section ol {
  font-size: 1.65rem;
}
.about_third_section a {
  display: block;
}
.ckl_location_sp {
  display: none;
}
.about_fourth_section dl {
  display: grid;
  padding: 1.25rem 0;
  border-top: solid 1px #CCC;
  margin-bottom: 0;
  grid-template-columns: 10rem auto;
}
.about_fourth_section dl dt {
  font-weight: normal;
  color: #e75545;
}
.about_fourth_section dl dd {
  margin-bottom: 0;
}
.about-summary_double_column dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}
.about-summary_double_column dl dt {
  color: initial;
}
.about-summary_double_column dl:first-child {
  border: none;
  padding-top: 0;
}
.about-summary_double_column dl:last-child {
  padding-bottom: 0;
}
.dotkyoto_logo_image {
  width: 35%;
  display: block;
  margin-bottom: 1rem;
}
.dotkyoto_domain {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dotkyoto_domain h2 {
  font-size: 2.8rem;
}
.dotkyoto_domain p {
  font-size: 1.4rem;
  line-height: 3rem;
  text-align: center;
}
.dotkyoto_domain p span {
  display: block;
}
.nic_kyoto_btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}
.nic_kyoto_btn a {
  display: block;
  border: solid 1px #000;
  width: fit-content;
  padding: .8rem 2.5rem .8rem 1.5rem;
  position: relative;
  background: #FFFFFF;
}
.nic_kyoto_btn img {
  width: 6.875rem;
  padding-right: .5rem;
}
.nic_kyoto_btn a::before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  transition: .3s;
}
.nic_kyoto_btn a::after {
  content: "";
  position: absolute;
  right: 1.7rem;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg) translateY(-70%);
  transition: .3s;
}
.nic_kyoto_btn a:hover {
  background: #fbedf7;
  color: initial;
  text-decoration: none;
}
.nic_kyoto_btn a:hover::before {
  right: .8rem;
}
.nic_kyoto_btn a:hover::after {
  right: 1.5rem;
}
.dotkyoto_significance ol li {
  font-size: 1.25rem;
  padding: 1rem 0;
}
.dotkyoto_significance h3 {
  display: block;
  background: #e75545;
  border-radius: 5px;
  color: #fff;
  font-weight: normal;
  padding: 1rem;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
}
.project_first_section, .project_first_section_en {
  display: flex;
  justify-content: center;
  align-items: center;
}
.project_first_section img, .project_first_section_en img {
  max-width: 16rem;
  padding-left: 1rem;
}
.project_secound_section, .project_exsample, .university_exsample {
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
}
.project_concept p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
}
.project_concept h3 {
  display: block;
  background: #e75545;
  border-radius: 5px;
  color: #fff;
  font-weight: normal;
  padding: 1rem;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
}
.project_concept h3 span {
  display: block;
}
.project_exsample_detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
ul.project_factors, .university_exsample ul {
  padding-left: 0;
}
ul.project_factors li, .university_exsample li {
  font-size: 1.4375rem;
  color: #fff;
  list-style: none;
  padding: .2rem 1rem;
  margin-bottom: .5rem;
}
ul.project_factors li:nth-child(1), .university_exsample li:nth-child(1) {
  background: #1aa8cc;
}
ul.project_factors li:nth-child(2), .university_exsample li:nth-child(2) {
  background: #ffa64d;
}
ul.project_factors li:nth-child(3), .university_exsample li:nth-child(3) {
  background: #e75545;
}
ul.project_factors li:nth-child(4), .university_exsample li:nth-child(4) {
  background: #91ca31;
}
ul.project_result {
  font-size: 1.25rem;
}
.university_first_section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.university_concept {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.university_concept p {
  font-size: 1.4rem;
  text-align: center;
}
.university_concept img {
  width: 80%;
}
.university_catch > .primary_catch span {
  font-size: clamp(1.25rem, 0.533rem + 3.06vw, 2rem);
  display: block;
}
.message_introduction {
  display: grid;
  grid-template-columns: 25% 1fr;
  grid-column-gap: 3rem;
}
.message_introduction img {
  border-radius: 10px;
}
.message_profile h2 {
  font-size: 1.25rem;
  padding-top: 1.5rem;
}
.message_profile h2 span {
  display: block;
  font-size: 1.85rem;
  padding-top: .5rem;
}
.message_career, .message_publication {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.message_career {
  background: #ecf2ae;
}
.message_career h3, .message_publication h3 {
  padding-bottom: 1rem;
}
.message_career ul, .message_publication ul {
  margin-bottom: 0;
  padding-left: 1rem;
  line-height: 2.5rem;
}
.access {
  margin-bottom: 5rem;
}
.access h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.access p {
  margin: 1rem 0;
  border: solid 1px #000;
  border-radius: 5px;
  display: inline-block;
  padding: 0 1rem;
}
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 150px);
  margin-top: -170px;
}
.contact_table {
  display: grid;
  grid-template-columns: 40% 1fr;
  align-items: center;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.contact_table p {
  margin-bottom: 0;
  font-size: 1.5rem;
  padding: 1rem;
  border-top: solid 1px #ccc;
}
.contact_table p:nth-child(odd) {
  background: #e8e8e8;
  text-align: center;
}
.email_text {
  color: -webkit-link;
}
.email_text:hover {
  color: #ccc;
}
@media (max-width: 990.9px) {}
@media (max-width: 766.9px) {
  .page_title-wrapper {
  padding: 6rem 0.9375rem 0;
}	
  .page_title-wrapper h1 {
    font-size: 1.875rem;
  }
  .page_title-wrapper h1 span {
    font-size: 1.25rem;
  }
  h2.section_title {
    font-size: 1.6rem;
  }
  .about_first_section img {
    width: 100%;
    float: unset;
    padding-left: 0;
    padding-bottom: 1rem;
  }
  .ckl_location {
    display: none;
  }
  .ckl_location_sp {
    display: block;
  }
  .about_fourth_section dl {
    display: block;
  }
  .about-summary_double_column dl dt {
    padding-bottom: .5rem;
  }
  .dotkyoto_logo_image {
    width: 100%;
    max-width: 12.5rem;
  }
  .dotkyoto_domain h2 {
    font-size: 1.875rem;
  }
  .dotkyoto_domain p {
    font-size: 1.25rem;
    line-height: 2rem;
    text-align: left;
  }
  .dotkyoto_domain p span {
    display: unset;
  }
  .nic_kyoto_btn {
    justify-content: center;
  }
  .dotkyoto_significance h3, .project_concept h3 {
    font-size: 1.45rem;
  }
  .primary_catch {
    font-size: clamp(1.4rem, -0.609rem + 8.57vw, 3.5rem);
  }
  .primary_catch_en {
    font-size: clamp(1.4rem, 0.348rem + 4.49vw, 2.5rem)
  }
  .project_first_section img, .project_first_section_en img {
    width: clamp(9rem, 2.304rem + 28.57vw, 16rem);
  }
  .project_first_section_en {
    flex-direction: column;
  }
  .project_secound_section, .project_exsample, .university_first_section, .university_exsample {
    grid-template-columns: 1fr;
  }
  .university_first_section img, .university_concept img, .university_exsample img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
  .message_introduction {
    grid-template-columns: 1fr;
  }
  .message_profile {
    max-width: 15rem;
    display: block;
    margin: 0 auto;
  }
  .message {
    margin-top: 2rem;
  }
  .access {
    margin-bottom: 3rem;
  }
  .access ul {
    padding-left: 0.9375rem;
  }
  .contact_table p {
    font-size: 1rem;
    padding: .5rem;
  }
  .map {
    padding-top: 100%;
  }
}