@charset "UTF-8";
#Contents {
  /* 
  ------------------------------------------------ */
  padding-bottom: 0;
  /**
  * pc/sp
  */
  /*
  ---------------------------------------------------------
  header
  ---------------------------------------------------------
  */
  /*
  ---------------------------------------------------------
  Bottom of page Entry
  ---------------------------------------------------------
  */
  /*
  ---------------------------------------------------------
  footer
  ---------------------------------------------------------
  */
  /*
  ---------------------------------------------------------
  circles
  ---------------------------------------------------------
  */
}
@media screen and (max-width: 767px) {
  #Contents {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
#Contents #ContentsX {
  position: relative;
}
@media screen and (max-width: 767px) {
  #Contents > .hht-nc21-2 {
    margin-top: -58px;
  }
}
#Contents a:link, #Contents a:active, #Contents a:visited {
  color: #fa4040;
  text-decoration: underline;
}
#Contents a:hover {
  text-decoration: none;
}
#Contents a.email {
  text-decoration: none;
}
#Contents a.email::after {
  display: inline-block;
  width: 25px;
  height: 18px;
  margin: -2px 0 0 4px;
  vertical-align: middle;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2217.447%22%20viewBox%3D%220%200%2025%2017.447%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_106%22%20data-name%3D%22%E3%83%91%E3%82%B9%20106%22%20d%3D%22M9.3%2C9.032l3.2%2C2.875%2C3.076-2.763%2C7.781%2C7.367H1.62ZM.936%2C1.518%2C8.6%2C8.4.936%2C15.869Zm15.338%2C7%2C7.789-7V15.89ZM1.69.936H23.311L12.5%2C10.649ZM0%2C17.447H25V0H0Z%22%20fill%3D%22%23fa4040%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#Contents .graduate {
  position: relative;
  z-index: 1;
  padding: 0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #Contents .graduate {
    font-size: 16px;
  }
}
#Contents .graduate * {
  box-sizing: border-box;
}
#Contents .graduate img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #Contents .pc--only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  #Contents .sp--only {
    display: none !important;
  }
}
#Contents .headerWrap {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  #Contents .headerWrap {
    background-color: #fff;
  }
}
#Contents .headerWrap .acdIcon {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 36px;
  height: 39px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #Contents .headerWrap .acdIcon {
    display: none;
  }
}
#Contents .headerWrap .acdIcon .acdIcon__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
#Contents .headerWrap .acdIcon .acdIcon__link::before, #Contents .headerWrap .acdIcon .acdIcon__link::after {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 2px;
  content: "";
  background-color: #000;
  transition: all 0.5s;
}
#Contents .headerWrap .acdIcon .acdIcon__link::before {
  top: 0;
}
#Contents .headerWrap .acdIcon .acdIcon__link::after {
  top: 20px;
}
#Contents .headerWrap .acdIcon .acdIcon__linkDrawer {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.5s;
}
#Contents .headerWrap .acdIcon.is-show .acdIcon__link::before, #Contents .headerWrap .acdIcon.is-show .acdIcon__link::after {
  left: 6px;
}
#Contents .headerWrap .acdIcon.is-show .acdIcon__link::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
#Contents .headerWrap .acdIcon.is-show .acdIcon__link::after {
  top: 25px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
#Contents .headerWrap .acdIcon.is-show .acdIcon__linkDrawer {
  opacity: 0;
}
#Contents .headerWrap .acdIcon .acdIcon__linkText {
  position: absolute;
  bottom: 2px;
  left: 50%;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  letter-spacing: 1.5px;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#Contents .headerWrap .headerNav {
  display: flex;
  justify-content: space-between;
  max-width: 1305px;
  height: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #Contents .headerWrap .headerNav {
    align-items: center;
    height: 50px;
  }
}
#Contents .headerWrap .headerNav .headerNav_title {
  align-self: center;
  font-size: clamp(0.75rem, 0.182rem + 1.18vw, 1.125rem);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #Contents .headerWrap .headerNav .headerNav_title {
    padding: 3px 0 0 0;
    font-size: 14px;
  }
}
#Contents .headerWrap .headerNav .headerNav_title a:link, #Contents .headerWrap .headerNav .headerNav_title a:active, #Contents .headerWrap .headerNav .headerNav_title a:hover, #Contents .headerWrap .headerNav .headerNav_title a:visited {
  color: inherit;
  text-decoration: none;
}
#Contents .headerWrap .headerNav .headerMenu {
  display: flex;
  gap: 0 14px;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1275px) {
  #Contents .headerWrap .headerNav .headerMenu {
    gap: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #Contents .headerWrap .headerNav .headerMenu {
    position: absolute;
    top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    height: 0;
    overflow: hidden;
    overscroll-behavior-y: contain;
    background-color: #2d2d2d;
    transition: height 0.5s ease;
  }
}
#Contents .headerWrap .headerNav .headerMenu.is-active {
  height: 100vh;
}
#Contents .headerWrap .headerNav .headerMenu_item {
  display: flex;
}
@media screen and (max-width: 767px) {
  #Contents .headerWrap .headerNav .headerMenu_item {
    display: block;
  }
}
#Contents .headerWrap .headerNav .headerMenu_item.headerMenu_item-entry {
  min-width: 200px;
  margin-left: 40px;
}
@media screen and (max-width: 900px) {
  #Contents .headerWrap .headerNav .headerMenu_item.headerMenu_item-entry {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #Contents .headerWrap .headerNav .headerMenu_item.headerMenu_item-entry {
    padding: 15px;
    margin: inherit;
    text-align: center;
  }
}
#Contents .headerWrap .headerNav .headerMenu_link {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1.5;
  color: inherit;
  text-align: center;
  text-decoration: none;
  text-wrap: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1275px) {
  #Contents .headerWrap .headerNav .headerMenu_link {
    font-size: clamp(0.75rem, 0.182rem + 1.18vw, 1.125rem);
  }
}
@media screen and (max-width: 767px) {
  #Contents .headerWrap .headerNav .headerMenu_link {
    display: block;
    padding: 18px 15px 15px;
    margin: 0 15px;
    line-height: 1;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #b3b3b3;
  }
}
#Contents .headerWrap .headerNav .headerMenu_link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 6px;
  content: "";
  background-color: #fa4040;
  opacity: 0;
  transition: opacity 0.25s ease;
}
@media screen and (min-width: 768px) {
  #Contents .headerWrap .headerNav .headerMenu_link.is-current::after, #Contents .headerWrap .headerNav .headerMenu_link:hover::after {
    opacity: 1;
  }
}
#Contents .entry_nav {
  padding: 0 15px;
  padding-bottom: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #Contents .entry_nav {
    padding-bottom: 70px;
  }
}
#Contents .local_footer {
  padding: 30px 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 767px) {
  #Contents .local_footer {
    display: none;
  }
}
#Contents .local_footer a {
  display: block;
  padding: 3px 0;
}
#Contents .local_footer a:link, #Contents .local_footer a:active, #Contents .local_footer a:hover, #Contents .local_footer a:visited {
  color: #333;
  text-decoration: none;
}
#Contents .local_footer a:hover {
  color: #fa4040;
}
#Contents .local_footer .footer_title, #Contents .local_footer .footer_nav {
  max-width: 1275px;
  margin: 0 auto;
}
#Contents .local_footer .footer_title {
  padding: 0 0 16px;
  font-weight: bold;
}
#Contents .local_footer .footer_nav > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 45px;
}
#Contents .local_footer .footer_nav > ul > li {
  flex-shrink: 0;
  font-weight: bold;
}
#Contents .local_footer .footer_nav > ul > li > ul > li {
  font-weight: normal;
}
#Contents .local_footer .footer_nav ul, #Contents .local_footer .footer_nav li {
  padding: 0;
  margin: 0;
}
#Contents .circles {
  position: relative;
}
#Contents .js-circles-wrap {
  position: absolute;
  top: 0;
  z-index: 0;
  /* 円を後ろに表示 */
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#Contents .circle {
  position: absolute;
  z-index: 0;
  background-color: #fc9393;
  border-radius: 50%;
  mix-blend-mode: normal;
  -webkit-animation: fadeIn 1s ease-out;
  animation: fadeIn 1s ease-out;
  will-change: transform, opacity;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#Contents .mv .mv_circle, #Contents .circle {
  background-color: rgba(253, 179, 179, 0.7) !important;
}
.FatMenuSet, .FatMenu {
  display: none !important;
}
#Contents {
  /*
  ---------------------------------------------------------
  contents
  ---------------------------------------------------------
  */
  /*
  ---------------------------------------------------------
  page title
  ---------------------------------------------------------
  */
  /*
  ---------------------------------------------------------
  section title
  ---------------------------------------------------------
  */
  /*
  ---------------------------------------------------------
  entry title
  ---------------------------------------------------------
  */
  /*
  ---------------------------------------------------------
  local nav
  ---------------------------------------------------------
  */
  /*
  ---------------------------------------------------------
  list
  ---------------------------------------------------------
  */
  /*
  ---------------------------------------------------------
  table
  ---------------------------------------------------------
  */
}
#Contents .contents_section {
  position: relative;
  padding: 0;
  margin: 0 auto 110px;
}
@media screen and (max-width: 767px) {
  #Contents .contents_section {
    margin-bottom: 50px;
  }
}
#Contents .section_body {
  max-width: 970px;
  margin: 0 auto 110px;
}
@media screen and (max-width: 767px) {
  #Contents .section_body {
    padding: 0 15px;
    margin-bottom: 60px;
  }
}
#Contents .section_body p {
  margin-bottom: 1em;
}
#Contents .section_nav {
  margin: 50px 0;
  text-align: center;
}
#Contents .section_img {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #Contents .section_img {
    padding: 0 15px;
  }
}
body > #Contents .hht-wrap h2.page_title {
  margin: 0 0 35px;
  padding-top: 85px;
  background: none;
}
@media screen and (max-width: 767px) {
  body > #Contents .hht-wrap h2.page_title {
    display: block;
    padding-top: 40px;
    margin-bottom: 25px;
  }
}
#Contents .page_title .page_title_en, #Contents .page_title .page_title_ja {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  font-weight: bold;
  line-height: 1;
  color: #333;
  text-align: center;
  background: none;
}
#Contents .page_title .page_title_en {
  padding: 0 0 14px;
  margin: 0 0 10px;
  font-size: 117px;
}
@media screen and (max-width: 767px) {
  #Contents .page_title .page_title_en {
    font-size: 54px;
  }
}
#Contents .page_title .page_title_en::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 200px;
  height: 6px;
  content: "";
  background-color: #fa4040;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #Contents .page_title .page_title_en::after {
    width: 100px;
  }
}
#Contents .page_title .page_title_ja {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  #Contents .page_title .page_title_ja {
    font-size: 18px;
  }
}
body > #Contents .hht-wrap h2.section_title {
  margin: 0 0 35px;
  background: none;
}
@media screen and (max-width: 767px) {
  body > #Contents .hht-wrap h2.section_title {
    display: block;
    margin-bottom: 25px;
  }
}
#Contents .section_title .section_title_en, #Contents .section_title .section_title_ja {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  font-weight: bold;
  line-height: 1;
  color: #333;
  text-align: center;
  background: none;
}
#Contents .section_title .section_title_en {
  padding: 0 0 14px;
  margin: 0 0 10px;
  font-size: 80px;
}
@media screen and (max-width: 767px) {
  #Contents .section_title .section_title_en {
    font-size: 40px;
  }
}
#Contents .section_title .section_title_en::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 200px;
  height: 6px;
  content: "";
  background-color: #fa4040;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #Contents .section_title .section_title_en::after {
    width: 100px;
  }
}
#Contents .section_title .section_title_ja {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #Contents .section_title .section_title_ja {
    font-size: 12px;
  }
}
#Contents .entry_category {
  max-width: 1305px;
  margin: 0 auto 10px;
  font-size: 28px;
  font-weight: bold;
  padding-left: 15px;
  color: #333;
}
@media screen and (max-width: 767px) {
  #Contents .entry_category {
    padding: 0 15px;
    font-size: 12px;
  }
}
#Contents .entry_title {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1305px;
  margin: 0 auto 40px;
  font-size: 48px;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 767px) {
  #Contents .entry_title {
    padding: 0 15px;
    margin-bottom: 20px;
    font-size: 24px;
  }
}
#Contents .entry_title::after {
  flex-grow: 1;
  height: 3px;
  margin: 0 0 0 20px;
  content: "";
  background-color: #fa4040;
}
#Contents .lnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px 30px;
  max-width: 970px;
  margin: 20px auto 80px;
}
@media screen and (max-width: 767px) {
  #Contents .lnav {
    gap: 10px 10px;
    padding: 0 15px;
    margin: 20px auto 40px;
  }
}
#Contents .lnav_item {
  width: calc(33.33% - 30px);
}
@media screen and (max-width: 767px) {
  #Contents .lnav_item {
    width: calc(50% - 5px);
  }
}
#Contents .entry_list {
  padding: 0;
  margin: 0 0 1em;
  list-style: none;
}
#Contents .entry_list > li {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 4px;
  text-indent: -15px;
}
#Contents .entry_list > li::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px 0 0;
  content: "";
  background-color: #fa4040;
  border-radius: 3px;
}
#Contents .entry_table {
  width: 100%;
  table-layout: fixed;
}
body > #Contents .hht-wrap table.entry_table tr, body > #Contents .hht-wrap table.entry_table tr td {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #Contents .entry_table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body > #Contents .hht-wrap table.entry_table tbody, body > #Contents .hht-wrap table.entry_table tr, body > #Contents .hht-wrap table.entry_table tr td {
    display: block;
    font-size: 16px;
  }
}
#Contents .entry_table th, #Contents .entry_table td {
  padding: 20px 0;
  font-size: inherit;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid #707070;
  border-right: none;
  border-bottom: 1px solid #707070;
  border-left: none;
}
@media screen and (max-width: 767px) {
  #Contents .entry_table th, #Contents .entry_table td {
    display: block;
    margin-bottom: -1px;
  }
}
#Contents .entry_table th {
  width: 170px;
  font-weight: bold;
  color: #fa4040;
}
@media screen and (max-width: 767px) {
  #Contents .entry_table th {
    width: 100%;
    border-bottom: none;
  }
}
#Contents .entry_table td {
  width: calc(100% - 170px);
}
@media screen and (max-width: 767px) {
  #Contents .entry_table td {
    width: 100%;
    padding-top: 0;
    border-top: none;
  }
}
#Contents {
  /*
  ---------------------------------------------------------
  button
  ---------------------------------------------------------
  */
}
#Contents .button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  padding: 19px 25px 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fa4040;
  border-radius: 35px;
  transition: opacity, background-color 0.25s;
}
@media screen and (max-width: 767px) {
  #Contents .button {
    padding: 12px 16px 5px;
    font-size: 18px;
  }
}
#Contents .button:link, #Contents .button:active, #Contents .button:hover, #Contents .button:visited {
  color: #fff;
  text-decoration: none;
}
#Contents .button:hover {
  background-color: #fc7e7e;
}
#Contents .button_entry_header {
  margin-top: 10px;
  width: 100%;
  max-width: 200px;
  height: 60px;
  padding: 13px;
  font-size: 18px;
  line-height: 1;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  #Contents .button_entry_header {
    max-width: 360px;
    height: 60px;
    padding: 8px;
    font-size: 14px;
  }
}
#Contents .button_more, #Contents .button_detail {
  position: relative;
}
#Contents .button_more::after, #Contents .button_detail::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "→";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#Contents .button_more {
  max-width: 230px;
  padding: 19px 4px 17px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #Contents .button_more {
    padding: 15px 4px 13px;
    font-size: 14px;
  }
}
#Contents .button_detail {
  max-width: 300px;
  padding: 22px 4px 20px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #Contents .button_detail {
    padding: 15px 4px 13px;
    font-size: 18px;
  }
}
#Contents .button_entry {
  max-width: 970px;
  padding: 50px 40px;
  font-size: 48px;
  border-radius: 75px;
}
@media screen and (max-width: 767px) {
  #Contents .button_entry {
    padding: 26px;
    font-size: 24px;
  }
}
#Contents .button_secondary {
  max-width: 300px;
  min-height: 80px;
  padding: 4px;
  font-size: 20px;
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #fa4040;
  border-radius: 75px;
  transition: color, background-color ease 0.25s;
}
@media screen and (max-width: 767px) {
  #Contents .button_secondary {
    min-height: 40px;
    font-size: 12px;
  }
}
#Contents .button_secondary:link, #Contents .button_secondary:active, #Contents .button_secondary:hover, #Contents .button_secondary:visited {
  color: #333;
}
#Contents .button_secondary:hover {
  color: #fff;
  background-color: #fa4040;
  opacity: 1;
}
#Contents {
  /*
  ---------------------------------------------------------
  mainvisual
  ---------------------------------------------------------
  */
  /*
  ---------------------------------------------------------
   top lead
  ---------------------------------------------------------
  */
  /*
  ---------------------------------------------------------
  top news
  ---------------------------------------------------------
  */
}
#Contents .mv {
  position: relative;
  margin: 0 auto 90px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #Contents .mv {
    margin-bottom: 40px;
  }
}
#Contents .mv .mv_img {
  position: relative;
  width: 100%;
  height: auto;
}
#Contents .mv .mv_circles {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
#Contents .mv .mv_circle {
  position: absolute;
  background-color: rgba(251, 65, 64, 0.6); /* #FB4140 でアルファ60% */
  border-radius: 50%; /* 正円の形状 */
}
#Contents .mv .mv_copy {
  position: absolute;
  left: 2%;
  bottom: 4%;
  padding: 20px 40px;
  font-size: 70px;
  font-weight: bold;
  color: #e60027;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 768px) and (max-width: 1275px) {
  #Contents .mv .mv_copy {
    font-size: clamp(1.75rem, -2.213rem + 8.27vw, 4.375rem);
  }
}
@media screen and (max-width: 767px) {
  #Contents .mv .mv_copy {
    left: 0;
    padding: 12px 10px;
    font-size: 28px;
  }
}
#Contents .top_lead {
  max-width: 970px;
  margin: 0 auto 100px;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #Contents .top_lead {
    padding: 0 15px;
    font-size: 18px;
    text-align: justify;
  }
}
#Contents .top_news_wrap {
  position: relative;
  max-width: 1275px;
  margin: auto;
}
#Contents .section_nav {
  text-align: center;
}
#Contents .section_nav.section_nav_news {
  position: unset;
  top: -10px;
  right: 40px;
  width: 100%;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  #Contents .section_nav.section_nav_news {
    position: static;
    max-width: inherit;
  }
}
#Contents {
  /*
    ---------------------------------------------------------
    ABOUT
    ---------------------------------------------------------
    */
  /*
  ---------------------------------------------------------
  info_list
  ---------------------------------------------------------
  */
}
#Contents .page_entry {
  padding: 60px;
}
#Contents .page_entry:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 767px) {
  #Contents .page_entry {
    padding: 30px 0;
  }
}
#Contents .info_list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1275px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #Contents .info_list {
    gap: 12px;
    padding: 0 15px;
  }
}
#Contents .info_list .list_item {
  display: flex;
  align-content: flex-start;
  width: calc(33% - 16.6px);
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #707070;
}
@media screen and (max-width: 960px) {
  #Contents .info_list .list_item {
    width: calc(50% - 12.5px);
  }
}
@media screen and (max-width: 767px) {
  #Contents .info_list .list_item {
    width: calc(50% - 6px);
    padding: 10px;
  }
}
#Contents .info_list .info_body {
  flex-grow: 1;
}
#Contents .info_list .info_category {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #Contents .info_list .info_category {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
#Contents .info_list .info_data {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  color: #fa4040;
}
@media screen and (max-width: 767px) {
  #Contents .info_list .info_data {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #Contents .info_list .info_text {
    font-size: 14px;
  }
}
#Contents .info_list .info_img {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #Contents .info_list .info_img {
    width: 60px;
  }
}
#Contents {
  /*
    ---------------------------------------------------------

    ---------------------------------------------------------
    */
}
#Contents .entry_work {
  margin: 0 0 150px;
}
@media screen and (max-width: 767px) {
  #Contents .entry_work {
    margin: 0 0 60px;
  }
}
#Contents .work_img {
  position: relative;
  margin: 0 auto 20px;
  max-width: 970px;
}
#Contents .work_img .work_img_caption {
  position: absolute;
  bottom: 20px;
  padding: 20px 40px;
  font-size: 28px;
  font-weight: bold;
  color: #fa4040;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #Contents .work_img .work_img_caption {
    padding: 6px 12px;
    font-size: 13px;
  }
}
#Contents {
  /*
  ---------------------------------------------------------
  interview
  ---------------------------------------------------------
  */
  /*
  ---------------------------------------------------------
  interview_list
  ---------------------------------------------------------
  */
}
#Contents .interview_list {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  #Contents .interview_list {
    margin: 25px auto;
  }
}
#Contents .interview_item {
  display: flex;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  #Contents .interview_item {
    flex-direction: column;
  }
}
#Contents .interview_item .interview_img {
  flex-shrink: 0;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: solid 1px #707070;
  border-radius: 20px;
}
#Contents .interview_item .interview_entry {
  position: relative;
  flex-grow: 1;
  padding: 60px 70px 20px;
}
@media screen and (max-width: 767px) {
  #Contents .interview_item .interview_entry {
    padding: 20px 15px;
  }
}
#Contents .interview_item .interview_entry .interview_entry_title {
  font-size: 35px;
  font-weight: bold;
  color: #fa4040;
}
@media screen and (max-width: 767px) {
  #Contents .interview_item .interview_entry .interview_entry_title {
    font-size: 18px;
  }
}
#Contents .interview_item .interview_entry .interview_entry_name {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  #Contents .interview_item .interview_entry .interview_entry_name {
    font-size: 14px;
  }
}
#Contents .interview_item .interview_entry_nav {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #Contents .interview_item .interview_entry_nav {
    position: static;
  }
}
#Contents {
  /*
    ---------------------------------------------------------

    ---------------------------------------------------------
    */
}
#Contents {
  /*
    ---------------------------------------------------------

    ---------------------------------------------------------
    */
}
#Contents {
  /*
    ---------------------------------------------------------

    ---------------------------------------------------------
    */
}
#Contents .flow_list {
  max-width: 800px;
  margin: 0 auto;
  counter-reset: number 0;
}
#Contents .flow_list .flow_item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 0 14px;
  margin-bottom: 70px;
  color: #fff;
  background-color: #24ae0c;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #Contents .flow_list .flow_item {
    margin-bottom: 35px;
  }
}
#Contents .flow_list .flow_item:not(:last-child)::after {
  position: absolute;
  bottom: -50px;
  left: calc(50% - 20px);
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-top: 35px solid #ff9b04;
  border-right: 25px solid transparent;
  border-bottom: 0;
  border-left: 25px solid transparent;
}
@media screen and (max-width: 767px) {
  #Contents .flow_list .flow_item:not(:last-child)::after {
    bottom: -25px;
    left: calc(50% - 10px);
    border-top: 17px solid #ff9b04;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
  }
}
#Contents .flow_list .flow_step {
  flex-shrink: 0;
  padding: 0 45px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #Contents .flow_list .flow_step {
    padding: 0 20px;
  }
}
#Contents .flow_list .flow_step::after {
  display: block;
  font-size: 30px;
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
}
#Contents .flow_list .flow_title {
  flex-grow: 1;
  max-width: 540px;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #Contents .flow_list .flow_title {
    padding-right: 30px;
    font-size: 21px;
    line-height: 1.3;
  }
}
#Contents {
  /*
  ---------------------------------------------------------
  NEWS
  ---------------------------------------------------------
  */
}
#Contents .news_list {
  margin: 0;
}
#Contents .news_list .list_entry {
  display: flex;
  margin-bottom: 12px;
}
#Contents .news_list .list_date {
  flex-shrink: 0;
  margin-right: 1em;
}
#Contents .news_list .list_text {
  flex-grow: 1;
}
#HeaderArea1 {
  z-index: 92;
}
#SpMenuModal {
  z-index: 91;
}
.unit {
  display: inline-block;
}
@media (max-width: 1307px) {
  body > #Contents .hht-wrap, body > .where-not .hht-wrap {
    padding-right: initial;
    padding-left: initial;
    overflow: initial;
  }
}
#Contents .headerNav, #Contents .top_lead, #Contents .section_body, #Contents .local_footer, #Contents .entry_title {
  padding-left: 15px;
  padding-right: 15px;
}
body > .where-not ul {
  margin-bottom: 0;
}
body > #Contents .hht-nc21-2__block1 a, body > .where-not .hht-nc21-2__block1 a, body > #Contents .hht-breadcrumb-list > li > a, body > .where-not .hht-breadcrumb-list > li > a {
  text-decoration: none;
}
body > #Contents ol, body > #Contents ul, body > .where-not ol, body > .where-not ul {
  padding-left: 1.2em;
}
.entry_table ul li {
  list-style: disc;
}
#Contents .entry_table .entry-in-table td {
  border: none;
  padding: 0;
}
#Contents .entry_table .entry-in-table td:last-child {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #Contents .entry_table .entry-in-table {
    width: 100%;
  }
  #Contents .entry_table .entry-in-table tr {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  body > #Contents .hht-row {
    gap: 0;
  }
}
#s1, #s2, #s3, #s4, #s5 {
  padding-top: 80px !important;
  margin-top: -80px !important;
}
@media screen and (max-width: 767px) {
  #s1, #s2, #s3, #s4, #s5 {
    padding-top: 50px !important;
    margin-top: -50px !important;
  }
}
body > #Contents .policy ol {
  padding-left: 1.5em;
}
body > #Contents .spirit {
  border: 1px solid #000;
  padding: 0;
  border-radius: 10px;
}
body > #Contents .spirit h4 {
  background: #fff;
  border-radius: 10px;
  color: #000;
  display: block;
  margin-bottom: 8px;
  padding: 10px;
  text-align: center;
  font-style: italic;
}
body > #Contents .spirit_list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
body > #Contents .spirit_list li {
  color: #ffffff;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  width: 50%;
}
body > #Contents .spirit_list li span {
  font-style: italic;
}
body > #Contents .spirit_list li.ch {
  border-radius: 10px 0 0 0;
  background-color: #db4046;
}
body > #Contents .spirit_list li.sp {
  border-radius: 0 10px 0 0;
  background-color: #faa61a;
}
body > #Contents .spirit_list li.op {
  border-radius: 0 0 0 10px;
  background-color: #1e6db4;
}
body > #Contents .spirit_list li.te {
  border-radius: 0 0 10px 0;
  background-color: #008677;
}
body > #Contents .spirit_list li span {
  display: block;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body > #Contents .spirit_list li {
    font-size: 15px;
    width: 100%;
  }
  body > #Contents .spirit_list li span {
    font-size: 24px;
  }
}