@charset "UTF-8";
/*

	viewport settings

**************************************************/
/*

	font setting

**************************************************/
/*

	clearfix settings

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	hover transition

**************************************************/
@media (max-width: 768px) {
  body {
    min-width: 100%; } }

.only-pc {
  display: block !important; }
  @media (max-width: 768px) {
    .only-pc {
      display: none !important; } }

.only-sp {
  display: none !important; }
  @media (max-width: 768px) {
    .only-sp {
      display: block !important; } }

.inner-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px; }
  @media (max-width: 768px) {
    .inner-content {
      max-width: 100%; } }

.sub-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px; }
  @media (max-width: 768px) {
    .sub-content {
      max-width: 100%; } }

.mt_xxl {
  margin-top: 80px !important; }
  @media (max-width: 768px) {
    .mt_xxl {
      margin-top: 40px !important; } }

.mt_xl {
  margin-top: 64px !important; }
  @media (max-width: 768px) {
    .mt_xl {
      margin-top: 32px !important; } }

.mt_x {
  margin-top: 40px !important; }
  @media (max-width: 768px) {
    .mt_x {
      margin-top: 24px !important; } }

.mt_l {
  margin-top: 32px !important; }
  @media (max-width: 768px) {
    .mt_l {
      margin-top: 16px !important; } }

.mt_m {
  margin-top: 24px !important; }
  @media (max-width: 768px) {
    .mt_m {
      margin-top: 8px !important; } }

.mt_s {
  margin-top: 16px !important; }
  @media (max-width: 768px) {
    .mt_s {
      margin-top: 8px !important; } }

.mt_xs {
  margin-top: 8px !important; }
  @media (max-width: 768px) {
    .mt_xs {
      margin-top: 8px !important; } }

.mb_xxl {
  margin-bottom: 80px !important; }
  @media (max-width: 768px) {
    .mb_xxl {
      margin-bottom: 40px !important; } }

.mb_xl {
  margin-bottom: 64px !important; }
  @media (max-width: 768px) {
    .mb_xl {
      margin-bottom: 32px !important; } }

.mb_x {
  margin-bottom: 40px !important; }
  @media (max-width: 768px) {
    .mb_x {
      margin-bottom: 24px !important; } }

.mb_l {
  margin-bottom: 32px !important; }
  @media (max-width: 768px) {
    .mb_l {
      margin-bottom: 16px !important; } }

.mb_m {
  margin-bottom: 24px !important; }
  @media (max-width: 768px) {
    .mb_m {
      margin-bottom: 8px !important; } }

.mb_s {
  margin-bottom: 16px !important; }
  @media (max-width: 768px) {
    .mb_s {
      margin-bottom: 8px !important; } }

.mb_xs {
  margin-bottom: 8px !important; }
  @media (max-width: 768px) {
    .mb_xs {
      margin-bottom: 8px !important; } }

.btn-01 {
  background: #65BB4A;
  padding: 24px 40px;
  text-align: center;
  color: #fff;
  border-radius: 45px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  height: 100%;
  border: 1px solid #65BB4A;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  transition: all ease .5s; }
  .btn-01:hover {
    background: #F1F6C9;
    color: #65BB4A;
    border: 1px solid #65BB4A; }
  @media only screen and (max-width: 768px) {
    .btn-01 {
      padding: 8px 24px;
      border-radius: 32px;
      font-size: 14px; } }
.btn-next {
  position: relative; }
  .btn-next::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    margin: auto; }
  .btn-next:hover::after {
    border-top: solid 2px #65BB4A;
    border-right: solid 2px #65BB4A; }
  @media only screen and (max-width: 768px) {
    .btn-next::after {
      right: 16px; } }
.btn-down {
  position: relative; }
  .btn-down::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    margin: auto; }
  .btn-down:hover::after {
    border-top: solid 2px #65BB4A;
    border-right: solid 2px #65BB4A; }
  @media only screen and (max-width: 768px) {
    .btn-down::after {
      content: '';
      width: 6px;
      height: 6px;
      border: 0;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      transform: rotate(135deg);
      position: absolute;
      top: 0;
      right: 12px;
      bottom: 0;
      margin: auto; } }
.btn-l {
  background: #65BB4A;
  padding: 32px 56px;
  text-align: center;
  color: #fff;
  border-radius: 48px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  height: 100%;
  border: 1px solid #65BB4A;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  transition: all ease .5s; }
  .btn-l:hover {
    background: #F1F6C9;
    color: #65BB4A;
    border: 1px solid #65BB4A; }
  @media only screen and (max-width: 768px) {
    .btn-l {
      padding: 16px 24px;
      border-radius: 32px;
      font-size: 18px; } }

.title-01 {
  text-align: center;
  font-weight: 700;
  font-size: 42px;
  padding-bottom: 16px;
  position: relative;
  line-height: 1.4; }
  .title-01:after {
    content: "";
    background: url(../img/common/ico_title-border.svg) 0 0 no-repeat;
    background-size: contain;
    width: 81px;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media only screen and (max-width: 768px) {
    .title-01 {
      font-size: 24px; }
      .title-01:after {
        width: 60px;
        height: 6px; } }

.lead-01 {
  font-weight: 700;
  text-align: center;
  font-size: 20px; }
  @media only screen and (max-width: 768px) {
    .lead-01 {
      font-size: 18px;
      text-align: left;
      line-height: 1.4; } }

.page50th .local_navi.dummy-local-navi {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none; }
.page50th .main_wrap {
  background: #F4F4F4;
  overflow: hidden;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  padding-bottom: 320px; }
  @media only screen and (max-width: 768px) {
    .page50th .main_wrap {
      padding-bottom: 120px; } }
.page50th .kv {
  padding-bottom: 64px;
  position: relative;
  overflow: hidden; }
  .page50th .kv::before {
    content: "";
    background: url(../img/top/img_bg_01.svg) 0 0 no-repeat;
    background-size: contain;
    width: 349px;
    height: 569px;
    position: absolute;
    bottom: -28%;
    left: 0; }
  .page50th .kv::after {
    content: "";
    background: url(../img/top/img_bg_02.png) 0 0 no-repeat;
    background-size: contain;
    width: 577px;
    height: 664px;
    position: absolute;
    bottom: -22%;
    right: -8%; }
  .page50th .kv-top {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 56px;
    position: relative;
    z-index: 2; }
  .page50th .kv-logo {
    width: 565px; }
  .page50th .kv-right {
    width: calc(100% - 56px - 565px); }
  .page50th .kv-title {
    font-size: 48px;
    line-height: 1.4;
    color: #003987;
    font-weight: 700;
    margin-bottom: 24px; }
  .page50th .kv-row {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px; }
  .page50th .kv-lead {
    font-size: 18px;
    color: #ff6663;
    font-weight: 700;
    margin-top: 16px; }
  .page50th .kv-news {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    .page50th .kv-news-title {
      padding: 8px 40px;
      background: #FBE157;
      color: #000;
      border-radius: 10px 10px 0 0;
      font-size: 16px;
      font-weight: 700;
      display: inline-block; }
    .page50th .kv-news-list {
      background: #fff;
      padding: 24px 48px;
      border: 1px solid #FBE157;
      border-radius: 0 20px 20px 20px; }
    .page50th .kv-news-item a {
      text-decoration: none;
      color: #000;
      display: block;
      position: relative; }
      .page50th .kv-news-item a:hover {
        opacity: 0.7;
        transition: 0.2s; }
      .page50th .kv-news-item a::before {
        content: '';
        width: 26px;
        height: 26px;
        background: #FBE157;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 14px;
        bottom: 0;
        margin: auto; }
      .page50th .kv-news-item a::after {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        right: 24px;
        bottom: 0;
        margin: auto; }
    .page50th .kv-news-item + .kv-news-item {
      border-top: 1px solid #d9d9d9;
      margin-top: 8px;
      padding-top: 8px; }
    .page50th .kv-news-date {
      font-size: 12px;
      font-family: "Outfit", sans-serif;
      font-weight: 400; }
    .page50th .kv-news-text {
      font-size: 16px;
      padding-right: 56px; }
    .page50th .kv-news-new {
      color: #ff6663;
      margin-right: 8px;
      font-weight: 700; }
  @media only screen and (max-width: 1200px) {
    .page50th .kv-logo {
      width: 50%; }
    .page50th .kv-right {
      width: calc(50% - 56px); } }
  @media only screen and (max-width: 1020px) {
    .page50th .kv-top {
      gap: 40px; }
    .page50th .kv-title {
      font-size: 40px; } }
  @media only screen and (max-width: 768px) {
    .page50th .kv {
      padding-bottom: 48px; }
      .page50th .kv::before {
        content: "";
        background: url(../img/top/img_bg_01.svg) 0 0 no-repeat;
        background-size: contain;
        width: 265px;
        height: 210px;
        position: absolute;
        bottom: -50px;
        left: -30px; }
      .page50th .kv::after {
        content: "";
        background: url(../img/top/img_bg_02.png) 0 0 no-repeat;
        background-size: contain;
        width: 238px;
        height: 274px;
        position: absolute;
        bottom: 70px;
        right: -50px; }
      .page50th .kv-top {
        gap: 8px;
        flex-direction: column; }
      .page50th .kv-logo {
        width: 80%;
        margin: 0 auto; }
      .page50th .kv-right {
        width: 100%; }
      .page50th .kv-title {
        font-size: 30px;
        margin-bottom: 24px;
        text-align: center;
        line-height: 1.4; }
      .page50th .kv-lead {
        font-size: 16px;
        margin-top: 8px; }
      .page50th .kv-news {
        max-width: 100%;
        margin-top: 24px; }
        .page50th .kv-news-title {
          padding: 8px 16px;
          font-size: 14px; }
        .page50th .kv-news-list {
          padding: 16px 16px; }
        .page50th .kv-news-item a {
          position: relative; }
          .page50th .kv-news-item a::before {
            width: 20px;
            height: 20px; }
          .page50th .kv-news-item a::after {
            width: 6px;
            height: 6px;
            right: 22px; }
        .page50th .kv-news-text {
          font-size: 14px;
          padding-right: 40px; } }
.page50th .introduction {
  padding: 64px 0;
  background: #fff;
  text-align: center;
  z-index: 2; }
  .page50th .introduction-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 40px; }
    .page50th .introduction-title:before {
      content: "";
      background: url(../img/common/ico_title.svg) 0 0 no-repeat;
      background-size: contain;
      width: 31px;
      height: 52px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0; }
    .page50th .introduction-title:after {
      content: "";
      background: url(../img/common/ico_title.svg) 0 0 no-repeat;
      background-size: contain;
      width: 31px;
      height: 52px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0; }
  .page50th .introduction-slider .swiper-wrapper {
    transition-timing-function: linear; }
  .page50th .introduction-slider .swiper-slide {
    width: 140px;
    height: 200px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center; }
    .page50th .introduction-slider .swiper-slide img {
      display: block;
      height: 100%;
      width: auto; }
  @media only screen and (max-width: 768px) {
    .page50th .introduction {
      padding: 32px 0 40px; }
      .page50th .introduction-top {
        padding: 0 16px; }
      .page50th .introduction-title {
        font-size: 20px; }
      .page50th .introduction-slider .swiper-slide {
        width: auto;
        height: auto; }
        .page50th .introduction-slider .swiper-slide img {
          height: auto;
          width: 100%; } }
.page50th .anker_navi {
  padding: 72px 16px; }
  .page50th .anker_navi-list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 24px; }
  .page50th .anker_navi-item {
    width: 25%;
    height: 90px; }
  .page50th .anker_navi.is-fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    padding: 8px 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%; }
    .page50th .anker_navi.is-fixed .anker_navi-item {
      height: 55px; }
      .page50th .anker_navi.is-fixed .anker_navi-item .btn-01 {
        padding: 8px 24px;
        font-size: 16px; }
  @media only screen and (max-width: 1000px) {
    .page50th .anker_navi.is-fixed .anker_navi-item .btn-01 {
      padding: 8px 16px;
      font-size: 14px; }
    .page50th .anker_navi.is-fixed .anker_navi-item .btn-down::after {
      right: 16px; } }
  @media only screen and (max-width: 768px) {
    .page50th .anker_navi {
      padding: 8px 0 8px 8px; }
      .page50th .anker_navi-list {
        max-width: 100%;
        padding: 8px;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
        margin: 0 auto;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch; }
      .page50th .anker_navi-item {
        width: auto;
        height: auto; }
        .page50th .anker_navi-item:last-child {
          margin-right: 16px; }
      .page50th .anker_navi.is-fixed {
        padding: 0; }
        .page50th .anker_navi.is-fixed .anker_navi-item {
          height: auto; }
          .page50th .anker_navi.is-fixed .anker_navi-item .btn-01 {
            padding: 8px 24px;
            border-radius: 32px;
            font-size: 14px; }
          .page50th .anker_navi.is-fixed .anker_navi-item .btn-down::after {
            width: 5px;
            height: 5px;
            right: 10px;
            top: -3px; } }
.page50th .article {
  margin-bottom: 120px;
  position: relative;
  z-index: 2; }
  .page50th .article-title {
    position: relative; }
    .page50th .article-title::before {
      content: "";
      width: 100%;
      height: 3px;
      background: #FBE157;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .page50th .article-title span {
      text-align: center;
      font-size: 24px;
      font-weight: 700;
      background: #FBE157;
      position: relative;
      width: 700px;
      height: 61px;
      margin: 0 auto;
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center; }
      .page50th .article-title span::before {
        content: "";
        background: url(../img/common/ico_ribbon.svg) 0 0 no-repeat;
        background-size: contain;
        width: 25px;
        height: 61px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -25px; }
      .page50th .article-title span::after {
        content: "";
        background: url(../img/common/ico_ribbon_r.svg) 0 0 no-repeat;
        background-size: contain;
        width: 25px;
        height: 61px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -25px; }
  .page50th .article-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px; }
    .page50th .article-list-title {
      font-size: 16px;
      line-height: 1.4;
      font-weight: 700;
      border-bottom: 1px solid #C1C1C1;
      padding-bottom: 8px;
      width: 100%; }
    .page50th .article-list-writer {
      font-size: 13px;
      width: 100%;
      line-height: 1.2; }
    .page50th .article-list-item a {
      text-decoration: none;
      color: #000;
      transition: all ease .5s;
      display: block;
      width: 100%;
      height: 100%;
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      display: block;
      background: #fff;
      padding: 8px 48px 16px 16px;
      border-radius: 8px;
      box-sizing: border-box;
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center; }
      .page50th .article-list-item a:hover {
        transition: all ease .5s; }
    .page50th .article-list-green {
      position: relative; }
      .page50th .article-list-green a:hover {
        color: #65BB4A; }
      .page50th .article-list-green::before {
        content: '';
        width: 26px;
        height: 26px;
        background: #65BB4A;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 14px;
        bottom: 0;
        margin: auto; }
      .page50th .article-list-green::after {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        right: 24px;
        bottom: 0;
        margin: auto; }
      .page50th .article-list-green.is-current a {
        border: 2px solid #65BB4A;
        border-radius: 8px;
        pointer-events: none;
        color: #65BB4A; }
      .page50th .article-list-green.is-current::before {
        display: none; }
      .page50th .article-list-green.is-current::after {
        display: none; }
    .page50th .article-list-orange {
      position: relative; }
      .page50th .article-list-orange a:hover {
        color: #FFA00B; }
      .page50th .article-list-orange::before {
        content: '';
        width: 26px;
        height: 26px;
        background: #FFA00B;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 14px;
        bottom: 0;
        margin: auto; }
      .page50th .article-list-orange::after {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        right: 24px;
        bottom: 0;
        margin: auto; }
      .page50th .article-list-orange.is-current a {
        border: 2px solid #FFA00B;
        border-radius: 8px;
        pointer-events: none;
        color: #FFA00B; }
      .page50th .article-list-orange.is-current::before {
        display: none; }
      .page50th .article-list-orange.is-current::after {
        display: none; }
    .page50th .article-list-soon {
      position: relative; }
      .page50th .article-list-soon a {
        pointer-events: none; }
      .page50th .article-list-soon::after {
        content: 'Coming Soon';
        color: #ff6663;
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
        position: absolute;
        right: -16px;
        margin: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%) rotate(90deg); }
      .page50th .article-list-soon .article-list-title, .page50th .article-list-soon .article-list-writer {
        color: rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 768px) {
    .page50th .article {
      margin-bottom: 56px; }
      .page50th .article-title span {
        font-size: 20px;
        width: 250px;
        height: 43px;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center; }
        .page50th .article-title span::before {
          width: 17.5px;
          height: 43px;
          left: -16px; }
        .page50th .article-title span::after {
          width: 17.5px;
          height: 43px;
          right: -16px; }
      .page50th .article-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px; }
        .page50th .article-list-title {
          font-size: 14px;
          line-height: 1.2; }
        .page50th .article-list-writer {
          font-size: 12px; }
        .page50th .article-list-item a {
          padding: 8px 48px 16px 16px; }
        .page50th .article-list-green::before {
          width: 20px;
          height: 20px;
          right: 14px; }
        .page50th .article-list-green::after {
          width: 6px;
          height: 6px;
          right: 22px; }
        .page50th .article-list-orange::before {
          width: 20px;
          height: 20px;
          right: 14px; }
        .page50th .article-list-orange::after {
          width: 6px;
          height: 6px;
          right: 22px; }
        .page50th .article-list-soon::after {
          font-size: 13px; } }
.page50th .history {
  margin-bottom: 200px;
  position: relative; }
  .page50th .history::before {
    content: "";
    background: url(../img/top/img_bg_03.png) 0 0 no-repeat;
    background-size: contain;
    width: 60%;
    height: 717px;
    position: absolute;
    top: -8%;
    right: -29%; }
  .page50th .history::after {
    content: "";
    background: url(../img/top/img_bg_04.svg) 0 0 no-repeat;
    background-size: contain;
    width: 30%;
    height: 509px;
    position: absolute;
    top: -2%;
    left: 0; }
  .page50th .history .inner-content {
    position: relative;
    z-index: 2; }
  .page50th .history-content {
    background: #fff;
    border-radius: 40px;
    padding: 56px 48px; }
    @media only screen and (max-width: 1200px) {
      .page50th .history-content {
        padding: 56px 24px; } }
  .page50th .history-wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative; }
    .page50th .history-wrap::before {
      content: "";
      width: 8px;
      height: 100%;
      background: #d8d8d8;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
  .page50th .history .side-green, .page50th .history .side-orange {
    width: 50%;
    box-sizing: border-box; }
  .page50th .history-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    width: 375px;
    height: 67px;
    margin: 0 auto;
    padding: 4px 16px 32px;
    position: relative;
    box-sizing: border-box; }
    .page50th .history-title::before {
      content: "";
      width: 381px;
      height: 96px;
      position: absolute;
      top: -12px;
      left: -12px; }
    .page50th .history-title-green {
      color: #65BB4A;
      background: #F1F6C9; }
      .page50th .history-title-green::before {
        background: url(../img/top/img_title_green.svg) 0 0 no-repeat;
        background-size: contain; }
    .page50th .history-title-orange {
      color: #FFA00B;
      background: #FFF7D6; }
      .page50th .history-title-orange::before {
        background: url(../img/top/img_title_orange.svg) 0 0 no-repeat;
        background-size: contain; }
    @media (max-width: 1000px) {
      .page50th .history-title {
        font-size: 18px;
        width: 266px;
        height: 48px; }
        .page50th .history-title::before {
          width: 270px;
          height: 68px;
          top: -8px;
          left: -8px; } }
  .page50th .history-block {
    background: #F4F4F4;
    padding: 56px 40px 32px;
    width: calc(100% - 80px);
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 48px; }
    @media only screen and (max-width: 1200px) {
      .page50th .history-block {
        padding: 56px 24px 32px; } }
    .page50th .history-block-year {
      position: relative;
      display: inline-block; }
      .page50th .history-block-year span {
        font-family: "Outfit", sans-serif;
        font-weight: 400;
        font-size: 62px;
        position: relative;
        display: inline-block;
        z-index: 1; }
      .page50th .history-block-year::before {
        content: "";
        background: #d9d9d9;
        height: 19px;
        width: 100%;
        position: absolute;
        bottom: 24px;
        z-index: 0; }
    .page50th .history-block-title {
      font-size: 22px;
      font-weight: 700; }
      .page50th .history-block-title a {
        color: #FFA00B;
        position: relative;
        transition: all ease .5s;
        padding-right: 40px;
        display: inline-block;
        line-height: 1.4; }
        .page50th .history-block-title a::before {
          content: "";
          width: 25px;
          height: 25px;
          border-radius: 50%;
          border: 2px solid #FFA00B;
          top: calc(50% + 2px);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 0;
          position: absolute; }
        .page50th .history-block-title a::after {
          content: '';
          width: 8px;
          height: 8px;
          border: 0;
          border-top: solid 2px #FFA00B;
          border-right: solid 2px #FFA00B;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%) rotate(135deg);
          right: 9px;
          margin: auto; }
        .page50th .history-block-title a:hover {
          opacity: 0.7;
          transition: all ease .5s; }
    .page50th .history-block-lead {
      font-size: 16px;
      line-height: 1.4; }
      .page50th .history-block-lead .bold {
        font-weight: 700; }
    .page50th .history-block-green {
      position: relative; }
      .page50th .history-block-green::before {
        content: "";
        background: #65BB4A;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        position: absolute;
        right: -59px;
        top: 0; }
      .page50th .history-block-green::after {
        content: "";
        background: #65BB4A;
        height: 6px;
        width: 138px;
        position: absolute;
        right: -46px;
        top: 15px; }
      .page50th .history-block-green .history-block-year {
        position: absolute;
        top: -55px;
        left: -40px; }
        .page50th .history-block-green .history-block-year span {
          color: #65BB4A; }
    .page50th .history-block-orange {
      position: relative; }
      .page50th .history-block-orange::before {
        content: "";
        background: #FFA00B;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        position: absolute;
        left: -52px;
        top: 7px; }
      .page50th .history-block-orange::after {
        content: "";
        background: #FFA00B;
        height: 6px;
        width: 138px;
        position: absolute;
        left: -46px;
        top: 15px; }
      .page50th .history-block-orange .history-block-year {
        position: absolute;
        top: -55px;
        right: -40px; }
        .page50th .history-block-orange .history-block-year span {
          color: #FFA00B; }
    .page50th .history-block-position-01 {
      margin-top: 15%; }
    .page50th .history-block-position-02 {
      margin-top: 7%; }
    .page50th .history-block-position-03 {
      margin-top: 62%; }
    .page50th .history-block-now {
      padding: 32px 40px;
      position: relative; }
      .page50th .history-block-now-title {
        font-size: 46px;
        color: #65BB4A;
        font-weight: 700; }
      .page50th .history-block-now::before {
        background: #d9d9d9;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -15px; }
      .page50th .history-block-now::after {
        display: none; }
      .page50th .history-block-now .history-btn {
        max-width: 400px;
        box-sizing: border-box; }
    .page50th .history-block-img-01.is-active::after {
      content: "";
      background: url(../img/top/img_deco_01.png) 0 0 no-repeat;
      background-size: contain;
      width: 410px;
      height: 369px;
      position: absolute;
      top: 30%;
      right: -62%;
      animation: animation01 0.5s ease forwards; }
@keyframes animation01 {
  0% {
    transform: translateX(0px);
    animation-timing-function: ease; }
  100% {
    transform: translateX(-100px); } }
      @media only screen and (max-width: 1200px) {
        .page50th .history-block-img-01.is-active::after {
          width: 250px;
          height: 225px; } }
      @media only screen and (max-width: 900px) {
        .page50th .history-block-img-01.is-active::after {
          width: 200px;
          height: 180px;
          top: 80%; } }
      @media only screen and (max-width: 768px) {
        .page50th .history-block-img-01.is-active::after {
          width: 50%;
          height: 95px;
          top: 85%;
          right: -30%; }
        @keyframes animation01 {
          0% {
            transform: translateX(0px);
            animation-timing-function: ease; }
          100% {
            transform: translateX(-70px); } } }
    .page50th .history-block-img-02.is-active::after {
      content: "";
      background: url(../img/top/img_deco_02.png) 0 0 no-repeat;
      background-size: contain;
      width: 437px;
      height: 409px;
      position: absolute;
      top: 100%;
      left: -62%;
      z-index: 2;
      animation: animation02 0.5s ease forwards; }
@keyframes animation02 {
  0% {
    transform: translateX(0px);
    animation-timing-function: ease; }
  100% {
    transform: translateX(180px); } }
      @media only screen and (max-width: 1200px) {
        .page50th .history-block-img-02.is-active::after {
          width: 250px;
          height: 234px; } }
      @media only screen and (max-width: 900px) {
        .page50th .history-block-img-02.is-active::after {
          width: 200px;
          height: 187px; }
        @keyframes animation02 {
          0% {
            transform: translateX(0px);
            animation-timing-function: ease; }
          100% {
            transform: translateX(80px); } } }
      @media only screen and (max-width: 768px) {
        .page50th .history-block-img-02.is-active::after {
          width: 50%;
          height: 95px;
          top: 100%;
          left: auto;
          right: -30%; }
        @keyframes animation02 {
          0% {
            transform: translateX(0px);
            animation-timing-function: ease; }
          100% {
            transform: translateX(-40px); } } }
    .page50th .history-block-img-03.is-active::after {
      content: "";
      background: url(../img/top/img_deco_03.png) 0 0 no-repeat;
      background-size: contain;
      width: 500px;
      height: 417px;
      position: absolute;
      top: -350%;
      left: -62%;
      animation: animation03 0.5s ease forwards; }
@keyframes animation03 {
  0% {
    transform: translateX(0px);
    animation-timing-function: ease; }
  100% {
    transform: translateX(180px); } }
      @media only screen and (max-width: 1200px) {
        .page50th .history-block-img-03.is-active::after {
          width: 350px;
          height: 292px;
          top: -260%; } }
      @media only screen and (max-width: 900px) {
        .page50th .history-block-img-03.is-active::after {
          width: 300px;
          height: 250px;
          top: -200%; }
        @keyframes animation03 {
          0% {
            transform: translateX(0px);
            animation-timing-function: ease; }
          100% {
            transform: translateX(100px); } } }
      @media only screen and (max-width: 768px) {
        .page50th .history-block-img-03.is-active::after {
          width: 50%;
          height: 100px;
          top: -15%;
          left: auto;
          right: -20%; }
        @keyframes animation03 {
          0% {
            transform: translateX(0px);
            animation-timing-function: ease; }
          100% {
            transform: translateX(-30px); } } }
    .page50th .history-block-img-04.is-active::after {
      content: "";
      background: url(../img/top/img_deco_04.png) 0 0 no-repeat;
      background-size: contain;
      width: 664px;
      height: 509px;
      position: absolute;
      bottom: -230px;
      right: -300px;
      z-index: 3;
      animation: animation04 0.5s ease forwards; }
@keyframes animation04 {
  0% {
    transform: translateX(0);
    animation-timing-function: ease; }
  100% {
    transform: translateX(-100px); } }
      @media only screen and (max-width: 1200px) {
        .page50th .history-block-img-04.is-active::after {
          width: 500px;
          height: 308px;
          bottom: -30px; } }
      @media only screen and (max-width: 900px) {
        .page50th .history-block-img-04.is-active::after {
          width: 300px;
          height: 250px;
          right: -200px; }
        @keyframes animation04 {
          0% {
            transform: translateX(0);
            animation-timing-function: ease; }
          100% {
            transform: translateX(-50px); } } }
      @media only screen and (max-width: 768px) {
        .page50th .history-block-img-04.is-active::after {
          width: 45%;
          height: 109px;
          bottom: -90px;
          right: -90px; } }
  .page50th .history-btn {
    display: block;
    padding: 12px 56px 12px 24px;
    border-radius: 8px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    position: relative;
    transition: all ease .5s; }
    .page50th .history-btn:hover {
      transition: all ease .5s; }
      .page50th .history-btn:hover::after {
        border-top: solid 2px #fff;
        border-right: solid 2px #fff; }
    .page50th .history-btn-icon {
      background: #fff;
      border-radius: 4px;
      color: #000;
      padding: 8px 8px;
      font-weight: 700;
      font-size: 16px;
      width: 60px;
      text-align: center;
      line-height: 1.2; }
    .page50th .history-btn-title {
      font-weight: 700;
      font-size: 18px;
      color: #fff;
      line-height: 1.4;
      width: calc(100% - 60px - 8px); }
    .page50th .history-btn::before {
      content: '';
      width: 18px;
      height: 18px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      top: 0;
      right: 16px;
      bottom: 0;
      margin: auto; }
    .page50th .history-btn::after {
      content: '';
      width: 6px;
      height: 6px;
      border: 0;
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      right: 23px;
      bottom: 0;
      margin: auto; }
    .page50th .history-btn-soon {
      margin-top: 8px; }
      .page50th .history-btn-soon::before {
        content: "Coming Soon";
        font-size: 20px;
        font-weight: 700;
        font-family: "Outfit", sans-serif;
        font-weight: 400;
        color: #ff6663;
        display: block;
        margin-bottom: -16px; }
      .page50th .history-btn-soon .history-btn {
        opacity: 0.3;
        pointer-events: none; }
    .page50th .history-btn-green {
      background: #65BB4A;
      border: 1px solid #65BB4A; }
      .page50th .history-btn-green::after {
        border-top: solid 2px #65BB4A;
        border-right: solid 2px #65BB4A; }
      .page50th .history-btn-green:hover {
        background: #F1F6C9; }
        .page50th .history-btn-green:hover .history-btn-title {
          color: #65BB4A; }
        .page50th .history-btn-green:hover::before {
          background: #65BB4A; }
    .page50th .history-btn-orange {
      background: #FFA00B;
      border: 1px solid #FFA00B; }
      .page50th .history-btn-orange::after {
        border-top: solid 2px #FFA00B;
        border-right: solid 2px #FFA00B; }
      .page50th .history-btn-orange:hover {
        background: #FFF7D6; }
        .page50th .history-btn-orange:hover .history-btn-title {
          color: #FFA00B; }
        .page50th .history-btn-orange:hover::before {
          background: #FFA00B; }
  @media only screen and (max-width: 768px) {
    .page50th .history {
      margin-bottom: 80px; }
      .page50th .history::before {
        width: 280px;
        height: 220px;
        top: -8%;
        right: -29%; }
      .page50th .history::after {
        width: 138px;
        height: 174px;
        top: 3%;
        left: 0; }
      .page50th .history-content {
        border-radius: 20px;
        padding: 32px 16px; }
      .page50th .history-wrap {
        flex-direction: column; }
        .page50th .history-wrap::before {
          width: 8px;
          height: 100%;
          top: 50%;
          left: 8px; }
      .page50th .history .side-green, .page50th .history .side-orange {
        width: 100%; }
      .page50th .history-block {
        background: none;
        padding: 0;
        width: calc(100% - 40px);
        margin: 0 0 16px auto; }
        .page50th .history-block-year {
          position: sticky; }
          .page50th .history-block-year span {
            font-size: 42px; }
          .page50th .history-block-year::before {
            height: 12px;
            bottom: 16px; }
        .page50th .history-block-title {
          font-size: 18px;
          line-height: 1.2; }
          .page50th .history-block-title a::before {
            width: 22px;
            height: 22px; }
          .page50th .history-block-title a::after {
            width: 6px;
            height: 6px; }
        .page50th .history-block-lead {
          font-size: 14px; }
        .page50th .history-block-green::before {
          width: 24px;
          height: 24px;
          right: auto;
          left: -44px;
          top: 27px; }
        .page50th .history-block-green::after {
          height: 6px;
          width: 20px;
          right: auto;
          left: -25px;
          top: 37px; }
        .page50th .history-block-green .history-block-year {
          position: sticky;
          top: -65px;
          left: 20px; }
        .page50th .history-block-orange::before {
          width: 24px;
          height: 24px;
          left: -44px;
          top: 27px; }
        .page50th .history-block-orange::after {
          height: 6px;
          width: 20px;
          left: -25px;
          top: 37px; }
        .page50th .history-block-orange .history-block-year {
          position: sticky;
          top: -65px;
          right: auto;
          left: 20px; }
        .page50th .history-block-position-01 {
          margin-top: auto; }
        .page50th .history-block-position-02 {
          margin-top: auto; }
          .page50th .history-block-position-02::before {
            top: 17px; }
          .page50th .history-block-position-02::after {
            top: 27px; }
        .page50th .history-block-position-03 {
          margin-top: auto; }
        .page50th .history-block-now {
          padding: 0;
          margin: 32px auto 0;
          width: 100%; }
          .page50th .history-block-now .history-block-title {
            text-align: center; }
          .page50th .history-block-now-title {
            font-size: 28px;
            text-align: center; }
          .page50th .history-block-now::before {
            display: none; }
          .page50th .history-block-now::after {
            display: none; }
          .page50th .history-block-now .history-btn {
            max-width: 400px; }
        .page50th .history-block-sp {
          background: #F4F4F4;
          padding: 16px; }
      .page50th .history-btn {
        padding: 8px 40px 8px 8px; }
        .page50th .history-btn-icon {
          padding: 4px;
          font-size: 14px;
          width: 40px; }
        .page50th .history-btn-title {
          font-size: 16px;
          width: calc(100% - 40px - 8px);
          line-height: 1.2; }
        .page50th .history-btn::before {
          content: '';
          width: 18px;
          height: 18px;
          background: #fff;
          border-radius: 50%;
          position: absolute;
          top: 0;
          right: 16px;
          bottom: 0;
          margin: auto; }
        .page50th .history-btn::after {
          content: '';
          width: 6px;
          height: 6px;
          border: 0;
          transform: rotate(45deg);
          position: absolute;
          top: 0;
          right: 23px;
          bottom: 0;
          margin: auto; }
        .page50th .history-btn-soon::before {
          font-size: 16px;
          margin-bottom: -8px; }
        .page50th .history-btn-green {
          background: #65BB4A;
          border: 1px solid #65BB4A; }
          .page50th .history-btn-green::after {
            border-top: solid 2px #65BB4A;
            border-right: solid 2px #65BB4A; }
          .page50th .history-btn-green:hover {
            background: #F1F6C9; }
            .page50th .history-btn-green:hover .history-btn-title {
              color: #65BB4A; }
            .page50th .history-btn-green:hover::before {
              background: #65BB4A; }
        .page50th .history-btn-orange {
          background: #FFA00B;
          border: 1px solid #FFA00B; }
          .page50th .history-btn-orange::after {
            border-top: solid 2px #FFA00B;
            border-right: solid 2px #FFA00B; }
          .page50th .history-btn-orange:hover {
            background: #FFF7D6; }
            .page50th .history-btn-orange:hover .history-btn-title {
              color: #FFA00B; }
            .page50th .history-btn-orange:hover::before {
              background: #FFA00B; }
      .page50th .history-tab {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: stretch;
        margin-bottom: 24px; }
        .page50th .history-tab--top.is-fixed {
          position: fixed;
          top: 67px;
          /* 固定ヘッダーがあるなら 80px などに */
          left: 0;
          right: 0;
          z-index: 999;
          background: #fff; }
          .page50th .history-tab--top.is-fixed .history-tab-item {
            padding: 8px; }
          .page50th .history-tab--top.is-fixed .history-tab-green.is-active::after {
            width: 100%;
            bottom: 0; }
          .page50th .history-tab--top.is-fixed .history-tab-orange.is-active::after {
            width: 100%;
            bottom: 0; }
        .page50th .history-tab--top.is-stop {
          position: absolute;
          left: 0;
          right: 0;
          z-index: 999;
          background: #fff; }
        .page50th .history-tab-item {
          padding: 12px;
          background: #EFEFEF;
          color: #C1C1C1;
          font-weight: 700;
          border-left: 1px solid #C1C1C1;
          border-top: 1px solid #C1C1C1;
          border-bottom: 1px solid #C1C1C1;
          font-size: 16px;
          line-height: 1.2;
          width: 50%;
          text-align: center;
          align-content: center; }
          .page50th .history-tab-item:last-child {
            border-right: 1px solid #C1C1C1; }
        .page50th .history-tab-green.is-active {
          background: #fff;
          border-bottom: none;
          color: #65BB4A;
          position: relative; }
          .page50th .history-tab-green.is-active::after {
            content: "";
            width: 80%;
            background: #65BB4A;
            height: 4px;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: 4px; }
        .page50th .history-tab-orange.is-active {
          background: #fff;
          border-bottom: none;
          color: #FFA00B;
          position: relative; }
          .page50th .history-tab-orange.is-active::after {
            content: "";
            width: 80%;
            background: #FFA00B;
            height: 4px;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: 4px; }
        .page50th .history-tab-bottom .history-tab-green.is-active {
          border-top: none;
          border-bottom: 1px solid #C1C1C1; }
          .page50th .history-tab-bottom .history-tab-green.is-active::after {
            bottom: auto;
            top: 4px; }
        .page50th .history-tab-bottom .history-tab-orange.is-active {
          border-top: none;
          border-bottom: 1px solid #C1C1C1; }
          .page50th .history-tab-bottom .history-tab-orange.is-active::after {
            bottom: auto;
            top: 4px; }
      .page50th .history .side-green,
      .page50th .history .side-orange {
        display: none; }
      .page50th .history .side-green.is-show,
      .page50th .history .side-orange.is-show {
        display: block; }
      .page50th .history #history-top {
        scroll-margin-top: 100px;
        /* ヘッダー高さに合わせる */ } }
.page50th .materials {
  margin-bottom: 200px;
  position: relative; }
  .page50th .materials::before {
    content: "";
    background: url(../img/top/img_bg_05.png) 0 0 no-repeat;
    background-size: contain;
    width: 370px;
    height: 370px;
    position: absolute;
    top: -10%;
    right: -3%; }
  .page50th .materials::after {
    content: "";
    background: url(../img/top/img_bg_06.svg) 0 0 no-repeat;
    background-size: contain;
    width: 388px;
    height: 703px;
    position: absolute;
    top: -2%;
    left: 0; }
  .page50th .materials .inner-content {
    position: relative;
    z-index: 2; }
  .page50th .materials-box-title {
    background: #FFA00B;
    border-radius: 20px 20px 0 0;
    padding: 10px 48px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: inline-block; }
  .page50th .materials-box-body {
    background: #fff;
    padding: 48px 16px;
    border-radius: 0 20px 20px 20px; }
  .page50th .materials-box-row {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 24px; }
  .page50th .materials-box-img {
    height: 194px;
    width: auto;
    border: 1px solid #c1c1c1;
    overflow: hidden; }
    .page50th .materials-box-img img {
      height: 100%;
      width: auto; }
  .page50th .materials-box-img2 {
    height: 130px;
    width: auto;
    border: 1px solid #c1c1c1;
    overflow: hidden; }
    .page50th .materials-box-img2 img {
      height: 100%;
      width: auto; }
  .page50th .materials-box-img3 {
    height: 130px;
    width: auto;
    overflow: hidden; }
    .page50th .materials-box-img3 img {
      height: 100%;
      width: auto; }
  .page50th .materials-box-btn {
    max-width: 400px;
    margin: 32px auto 0; }
  .page50th .materials-box-btn2 {
    max-width: 240px;
    margin: 32px auto 0; }
    .page50th .materials-box-btn2 .btn-01 {
      padding: 16px 16px;
      font-size: 16px; }
      .page50th .materials-box-btn2 .btn-01::after {
        right: 22px; }
  .page50th .materials-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px; }
  @media only screen and (max-width: 768px) {
    .page50th .materials {
      margin-bottom: 80px; }
      .page50th .materials::before {
        width: 200px;
        height: 200px;
        top: -3%;
        right: -4%; }
      .page50th .materials::after {
        width: 127px;
        height: 237px;
        top: 1%;
        left: 0; }
      .page50th .materials-box-title {
        border-radius: 10px 10px 0 0;
        padding: 8px 16px;
        font-size: 18px;
        line-height: 1.4; }
      .page50th .materials-box-body {
        padding: 16px;
        border-radius: 0 10px 10px 10px; }
      .page50th .materials-box-row {
        gap: 8px; }
      .page50th .materials-box-img {
        height: auto;
        width: 25%; }
        .page50th .materials-box-img img {
          height: auto;
          width: 100%; }
      .page50th .materials-box-img2 {
        height: auto;
        width: 25%; }
        .page50th .materials-box-img2 img {
          height: auto;
          width: 100%; }
      .page50th .materials-box-img3 {
        height: auto;
        width: 70%; }
        .page50th .materials-box-img3 img {
          height: auto;
          width: 100%; }
      .page50th .materials-box-btn {
        max-width: 90%;
        margin: 16px auto 0; }
      .page50th .materials-box-btn2 {
        max-width: 90%;
        margin: 16px auto 0; }
        .page50th .materials-box-btn2 .btn-01 {
          padding: 8px 24px;
          font-size: 14px; }
          .page50th .materials-box-btn2 .btn-01::after {
            right: 40px; }
      .page50th .materials-row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px; } }
.page50th .logo50th {
  position: relative; }
  .page50th .logo50th::before {
    content: "";
    background: url(../img/top/img_bg_07.svg) 0 0 no-repeat;
    background-size: contain;
    width: 399px;
    height: 595px;
    position: absolute;
    top: -50%;
    right: 0; }
  .page50th .logo50th::after {
    content: "";
    background: url(../img/top/img_bg_08.svg) 0 0 no-repeat;
    background-size: contain;
    width: 524px;
    height: 623px;
    position: absolute;
    bottom: -70%;
    left: 0; }
  .page50th .logo50th .inner-content {
    position: relative;
    z-index: 2; }
  .page50th .logo50th-block {
    background: #fff;
    padding: 24px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    border-radius: 20px; }
  .page50th .logo50th-left {
    width: 300px; }
  @media only screen and (max-width: 768px) {
    .page50th .logo50th::before {
      width: 147px;
      height: 219px;
      top: -14%;
      right: 0; }
    .page50th .logo50th::after {
      width: 174px;
      height: 204px;
      bottom: -15%;
      left: 0; }
    .page50th .logo50th-block {
      padding: 16px;
      flex-direction: column;
      gap: 16px;
      border-radius: 10px; }
    .page50th .logo50th-left {
      width: 60%;
      margin: 0 auto; } }
.page50th .inquiry-btn {
  max-width: 400px;
  margin: 132px auto 0;
  padding: 0 16px; }
@media only screen and (max-width: 768px) {
  .page50th .inquiry-btn {
    max-width: 100%;
    margin: 56px auto 0; } }
.page50th .subpage {
  background: #fff;
  padding-bottom: 0; }
  .page50th .subpage .kv {
    background: #F4F4F4;
    padding: 8px 0; }
    .page50th .subpage .kv::before {
      width: 300px;
      height: 489px;
      bottom: -80%; }
      @media only screen and (max-width: 1200px) {
        .page50th .subpage .kv::before {
          width: 245px;
          height: 399px;
          left: -5%;
          bottom: -50%; } }
      @media only screen and (max-width: 1000px) {
        .page50th .subpage .kv::before {
          width: 215px;
          height: 351px;
          left: -7%;
          bottom: -50%; } }
      @media only screen and (max-width: 900px) {
        .page50th .subpage .kv::before {
          left: -13%; } }
      @media only screen and (max-width: 768px) {
        .page50th .subpage .kv::before {
          width: 120px;
          height: 195px;
          left: -5%;
          bottom: -20%; } }
      @media only screen and (max-width: 430px) {
        .page50th .subpage .kv::before {
          width: 100px;
          height: 163px;
          left: -12%;
          bottom: -40%; } }
    .page50th .subpage .kv::after {
      width: 285px;
      height: 327px;
      bottom: -15%;
      right: -3%; }
      @media only screen and (max-width: 1000px) {
        .page50th .subpage .kv::after {
          right: -7%; } }
      @media only screen and (max-width: 768px) {
        .page50th .subpage .kv::after {
          width: 207px;
          height: 236px;
          bottom: -12%;
          right: -5%; } }
      @media only screen and (max-width: 430px) {
        .page50th .subpage .kv::after {
          width: 141px;
          height: 161px;
          bottom: -12%;
          right: -8%; } }
    .page50th .subpage .kv-logo {
      width: 240px; }
    .page50th .subpage .kv-right {
      width: auto; }
    .page50th .subpage .kv-title {
      font-size: 30px; }
    .page50th .subpage .kv-img {
      width: 65px; }
  .page50th .subpage-btn {
    max-width: 500px;
    margin: 0 auto; }
  .page50th .subpage-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 16px 0; }
  .page50th .subpage-img-vertical {
    height: 400px;
    margin: 0 auto 48px; }
    .page50th .subpage-img-vertical img {
      height: 100%;
      width: auto;
      display: block;
      margin: 0 auto; }
  .page50th .subpage-img-horizontal {
    height: 400px;
    margin: 0 auto 48px; }
    .page50th .subpage-img-horizontal img {
      height: 100%;
      width: auto;
      display: block;
      margin: 0 auto; }
  .page50th .subpage-img-wide {
    width: 600px;
    margin: 0 auto 48px; }
    .page50th .subpage-img-wide img {
      height: auto;
      width: 100%; }
  .page50th .subpage-img-border img {
    border: 1px solid #c1c1c1; }
  .page50th .subpage-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px; }
  .page50th .subpage-title02 {
    font-size: 36px;
    font-weight: 700;
    color: #65BB4A;
    margin-bottom: 16px; }
  .page50th .subpage-text {
    font-size: 16px; }
    .page50th .subpage-text + .subpage-text {
      margin-top: 16px; }
  .page50th .subpage-writer {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    margin-bottom: 48px; }
  .page50th .subpage-lead {
    font-size: 20px;
    font-weight: 700;
    text-indent: 1em; }
  .page50th .subpage-bottom {
    background: #F4F4F4;
    padding-bottom: 160px;
    margin-top: 124px;
    position: relative; }
    .page50th .subpage-bottom::before {
      position: absolute;
      content: "";
      background: #fff;
      width: 100%;
      height: 30px;
      top: 0;
      left: 0; }
    .page50th .subpage-bottom .subpage-btn {
      padding: 0 16px; }
  .page50th .subpage-history {
    margin: 96px 0;
    border-left: 6px solid #65BB4A;
    padding: 16px 0 48px 32px;
    position: relative; }
    .page50th .subpage-history::before {
      content: "";
      width: 6px;
      height: 6px;
      background: #65BB4A;
      border-radius: 50%;
      position: absolute;
      top: -3px;
      left: -6px; }
    .page50th .subpage-history::after {
      content: "";
      width: 6px;
      height: 6px;
      background: #65BB4A;
      border-radius: 50%;
      position: absolute;
      bottom: -3px;
      left: -6px; }
    .page50th .subpage-history-item + .subpage-history-item {
      margin-top: 56px; }
    .page50th .subpage-history-title {
      font-size: 36px;
      color: #65BB4A;
      font-weight: 500;
      position: relative; }
      .page50th .subpage-history-title span {
        font-family: "Outfit", sans-serif;
        font-weight: 400;
        font-weight: 700; }
      .page50th .subpage-history-title::before {
        content: "";
        background: #65BB4A;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        position: absolute;
        left: -48px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
    .page50th .subpage-history-imgbox {
      background: #F4F4F4;
      padding: 32px;
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: flex-start;
      gap: 40px; }
    .page50th .subpage-history-img {
      text-align: center; }
      .page50th .subpage-history-img img {
        width: 200px;
        height: 290px; }
      .page50th .subpage-history-img figcaption {
        font-size: 16px;
        font-weight: 700;
        margin-top: 8px;
        text-align: center; }
  .page50th .subpage-list {
    counter-reset: my-counter;
    list-style: none; }
    .page50th .subpage-list li {
      font-size: 16px;
      font-weight: 500;
      list-style: none;
      padding-left: 30px;
      position: relative; }
      .page50th .subpage-list li::before {
        content: counter(my-counter);
        counter-increment: my-counter;
        background-color: #65BB4A;
        border: 1px solid;
        border-radius: 50%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 22px;
        width: 22px;
        color: #ffffff;
        font-size: 85%;
        line-height: 1;
        position: absolute;
        top: 4px;
        left: 0; }
    .page50th .subpage-list li + li {
      margin-top: 8px; }
  .page50th .subpage-list02 {
    list-style: none; }
    .page50th .subpage-list02 li {
      font-size: 16px;
      font-weight: 500;
      list-style: none;
      padding-left: 24px;
      position: relative; }
      .page50th .subpage-list02 li::before {
        content: "";
        background-color: #65BB4A;
        border-radius: 50%;
        box-sizing: border-box;
        height: 8px;
        width: 8px;
        position: absolute;
        top: 10px;
        left: 0; }
    .page50th .subpage-list02 li + li {
      margin-top: 8px; }
  .page50th .subpage-indent .subpage-text {
    text-indent: 1em; }
  @media only screen and (max-width: 768px) {
    .page50th .subpage {
      padding-bottom: 0; }
      .page50th .subpage .kv {
        padding: 8px 0; }
        .page50th .subpage .kv-top {
          gap: 0;
          flex-direction: inherit; }
        .page50th .subpage .kv-logo {
          width: 30%;
          margin: 0 24px 0 auto; }
        .page50th .subpage .kv-right {
          width: 50%; }
        .page50th .subpage .kv-title {
          font-size: 18px;
          margin-bottom: 8px; }
        .page50th .subpage .kv-row {
          gap: 4px; }
        .page50th .subpage .kv-img {
          width: auto; }
      .page50th .subpage-content {
        max-width: 100%;
        padding: 40px 16px 0; }
      .page50th .subpage-img-vertical {
        width: 60%;
        height: auto;
        margin: 0 auto 24px; }
        .page50th .subpage-img-vertical img {
          height: auto;
          width: 100%; }
      .page50th .subpage-img-horizontal {
        width: 80%;
        height: auto;
        margin: 0 auto 24px; }
        .page50th .subpage-img-horizontal img {
          height: auto;
          width: 100%; }
      .page50th .subpage-img-wide {
        width: 80%;
        margin: 0 auto 24px; }
      .page50th .subpage-title {
        font-size: 16px;
        margin-bottom: 16px; }
      .page50th .subpage-title02 {
        font-size: 24px;
        margin-bottom: 8px; }
      .page50th .subpage-text {
        font-size: 14px; }
        .page50th .subpage-text + .subpage-text {
          margin-top: 16px; }
      .page50th .subpage-writer {
        font-size: 16px;
        margin-bottom: 24px; }
      .page50th .subpage-bottom {
        padding-bottom: 80px;
        margin-top: 48px; }
        .page50th .subpage-bottom::before {
          height: 21px; }
      .page50th .subpage-lead {
        font-size: 18px; }
      .page50th .subpage-history {
        margin: 48px 0;
        padding: 16px 0 48px 32px; }
        .page50th .subpage-history-item + .subpage-history-item {
          margin-top: 40px; }
        .page50th .subpage-history-title {
          font-size: 30px; }
        .page50th .subpage-history-imgbox {
          padding: 16px;
          align-items: center;
          gap: 16px;
          flex-direction: column; }
        .page50th .subpage-history-img img {
          width: 50%;
          height: auto; }
        .page50th .subpage-history-img figcaption {
          font-size: 14px; }
      .page50th .subpage-list li {
        font-size: 14px; }
      .page50th .subpage-list02 li {
        padding-left: 16px;
        font-size: 14px; } }
  @media only screen and (max-width: 431px) {
    .page50th .subpage-logo {
      width: 40%; }
    .page50th .subpage-right {
      width: 55%; } }
.page50th .logopage {
  padding-bottom: 160px; }
  @media only screen and (max-width: 768px) {
    .page50th .logopage {
      padding-bottom: 80px; } }
  .page50th .logopage .subpage-text {
    text-indent: 1em; }
.page50th .breadcrumbs {
  border-bottom: 1px solid #F4F4F4; }
  .page50th .breadcrumbs-list {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 16px; }
  .page50th .breadcrumbs-item {
    font-size: 14px;
    font-weight: 700; }
    .page50th .breadcrumbs-item a {
      font-size: 14px;
      color: #ff6663;
      text-decoration: none;
      transition: 0.5s; }
      .page50th .breadcrumbs-item a:hover {
        opacity: 0.7;
        transition: 0.5s; }
  .page50th .breadcrumbs li + li:before {
    content: "＞";
    display: inline-block;
    padding: 0 10px;
    font-size: 12px; }
  @media only screen and (max-width: 768px) {
    .page50th .breadcrumbs-list {
      max-width: 100%;
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch; }
    .page50th .breadcrumbs-item {
      display: inline-block;
      font-size: 13px; }
      .page50th .breadcrumbs-item a {
        font-size: 13px; }
    .page50th .breadcrumbs li + li:before {
      font-size: 11px; } }
