@charset "UTF-8";
/*! Writen  by SCSS */
/*下層ページ最初のセクション上部余白を統一する際は使用してみて下さい*/
.section_cont {
  padding: 100px 0;
}
.section_cont.first_sec {
  padding-top: 80px;
}

.inner_main {
  position: relative;
  background: #FFF;
  padding-bottom: 20px;
}
.inner_main .main_bg {
  position: relative;
  height: 280px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 480px) {
  .inner_main .main_bg {
    height: 200px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
.inner_main .main_bg .main_ttl_group {
  position: absolute;
  inset: 0;
  right: auto;
  left: 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 20px;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .inner_main .main_bg .main_ttl_group {
    left: 30px;
  }
}
.inner_main .main_bg .main_ttl_group .page_ttl {
  font-size: clamp(40px, 4.167vw, 50px);
  color: #FFF;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  .inner_main .main_bg .main_ttl_group .page_ttl {
    font-size: 8vw;
  }
}
@media screen and (max-width: 480px) {
  .inner_main .main_bg .main_ttl_group .page_ttl_img img {
    height: 12px;
  }
}

.page_ttl_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  margin-bottom: clamp(50px, 5vw, 60px);
}
.page_ttl_wrap .page_ttl {
  font-size: clamp(26px, 4.167vw, 50px);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 8px 12px 12px;
  position: relative;
  background: #faf1e6;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .page_ttl_wrap .page_ttl {
    font-size: 6.6vw;
  }
}
.page_ttl_wrap .page_ttl:before, .page_ttl_wrap .page_ttl:after {
  content: "";
  position: absolute;
  display: block;
  background: #000;
}
.page_ttl_wrap .page_ttl:before {
  left: 0;
  top: -10px;
  height: 30px;
  width: 1px;
}
.page_ttl_wrap .page_ttl:after {
  left: -10px;
  top: 0;
  height: 1px;
  width: 30px;
}
.page_ttl_wrap .page_ttl .page_ttl_line {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.page_ttl_wrap .page_ttl .page_ttl_line:before, .page_ttl_wrap .page_ttl .page_ttl_line:after {
  content: "";
  position: absolute;
  background: #000;
}
.page_ttl_wrap .page_ttl .page_ttl_line:before {
  right: 0;
  bottom: -10px;
  height: 30px;
  width: 1px;
}
.page_ttl_wrap .page_ttl .page_ttl_line:after {
  right: -10px;
  bottom: 0;
  height: 1px;
  width: 30px;
}
.page_ttl_wrap .page_en {
  line-height: 0;
}
.page_ttl_wrap .page_read {
  margin-top: 30px;
  font-size: clamp(14px, 1.667vw, 20px);
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .page_ttl_wrap .page_read {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .page_ttl_wrap .page_read {
    letter-spacing: normal;
  }
}
.page_ttl_wrap .page_read span.big,
.page_ttl_wrap .page_read strong.big {
  font-size: 160%;
  display: inline-block;
  line-height: 1.6;
}
.page_ttl_wrap .page_read span.underline,
.page_ttl_wrap .page_read strong.underline {
  background: linear-gradient(transparent 60%, rgba(255, 156, 58, 0.6) 60%, rgba(255, 156, 58, 0.6) 85%, transparent 85%);
}

.read {
  font-size: clamp(12px, 1.167vw, 14px);
}
.read.big {
  font-size: clamp(13px, 1.334vw, 16px);
}

.side_content_group {
  align-items: flex-start;
}
.side_content_group .side_bar_group {
  position: sticky;
  left: 0;
  top: 130px;
  width: 250px;
  height: calc(100vh - 130px);
  padding-top: 40px;
  background: #ececec;
  border-top-right-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .side_content_group .side_bar_group {
    width: 200px;
  }
}
@media screen and (max-width: 820px) {
  .side_content_group .side_bar_group {
    display: none;
  }
}
.side_content_group .side_bar_group .menu_title {
  width: fit-content;
  padding-bottom: 15px;
  margin: 0 auto 25px;
  border-bottom: 1px solid #555453;
}
.side_content_group .side_bar_group .link_group {
  padding: 0 20px 0 30px;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .side_content_group .side_bar_group .link_group {
    padding: 0 20px;
  }
}
.side_content_group .side_bar_group .link_group li:not(:first-child) {
  border-top: 1px solid #CCC;
}
.side_content_group .side_bar_group .link_group li.side_sub {
  border-top: none;
}
.side_content_group .side_bar_group .link_group li > a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 18px;
  line-height: 1.2;
  color: #333;
  font-weight: bold;
  position: relative;
  padding: 20px 0;
  transition: 0.3s color ease-in-out 0s;
}
@media screen and (max-width: 1200px) {
  .side_content_group .side_bar_group .link_group li > a {
    font-size: 14px;
  }
}
.side_content_group .side_bar_group .link_group li > a.none {
  pointer-events: none;
  opacity: 0.2;
}
.side_content_group .side_bar_group .link_group li > a.cr, body:not(.mobile) .side_content_group .side_bar_group .link_group li > a:hover {
  color: #eb612a;
}
.side_content_group .side_bar_group .link_group li > a.cr:after, body:not(.mobile) .side_content_group .side_bar_group .link_group li > a:hover:after {
  background: #eb612a;
}
.side_content_group .side_bar_group .link_group li > a:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #333;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transition: 0.3s background ease-in-out 0s;
}
.side_content_group .side_bar_group .link_group .sub {
  line-height: 1;
  margin-bottom: 15px;
}
.side_content_group .side_bar_group .link_group .sub:nth-last-child(1 of .sub) {
  margin-bottom: 20px;
}
.side_content_group .side_bar_group .link_group .sub a {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: 15px;
  transition: color 0.3s ease-in-out 0s;
}
@media screen and (max-width: 1200px) {
  .side_content_group .side_bar_group .link_group .sub a {
    font-size: 13px;
  }
}
@media (hover: hover) {
  .side_content_group .side_bar_group .link_group .sub a:hover {
    color: #eb612a;
  }
  .side_content_group .side_bar_group .link_group .sub a:hover::after {
    background: #eb612a;
  }
}
.side_content_group .side_bar_group .link_group .sub a.cr, body:not(.mobile) .side_content_group .side_bar_group .link_group .sub a:hover {
  color: #eb612a;
}
.side_content_group .side_bar_group .link_group .sub a::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #666;
  order: -1;
  transition: background 0.3s ease-in-out 0s;
}
.side_content_group .side_bar_group .link_group .sub a.none {
  pointer-events: none;
  opacity: 0.2;
}
.side_content_group .side_content {
  width: calc(100% - 250px);
  padding-bottom: clamp(50px, 6.667vw, 80px);
}
@media screen and (max-width: 1200px) {
  .side_content_group .side_content {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 820px) {
  .side_content_group .side_content {
    width: 100%;
  }
}
.side_content_group .side_content.news_single {
  margin: 0 auto;
}/*# sourceMappingURL=inner.css.map */