@-webkit-keyframes mini_mov_maru_yaji {
  0% {
    background-color: #008f93;
    background-position: 50% 50%;
  }
  50% {
    background-position: 150% 50%;
  }
  51% {
    background-position: 0% 50%;
    background-image: url("../../images/ico_yaji06_green.svg");
  }
  100% {
    background-color: #fff;
    background-position: 50% 50%;
    background-image: url("../../images/ico_yaji06_green.svg");
  }
}
@keyframes mini_mov_maru_yaji {
  0% {
    background-color: #008f93;
    background-position: 50% 50%;
  }
  50% {
    background-position: 150% 50%;
  }
  51% {
    background-position: 0% 50%;
    background-image: url("../../images/ico_yaji06_green.svg");
  }
  100% {
    background-color: #fff;
    background-position: 50% 50%;
    background-image: url("../../images/ico_yaji06_green.svg");
  }
}
#top_contents {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
#top_contents .sec_header {
  margin-bottom: min(50px, 5vw);
}
#top_contents .sec_header h2 {
  font-size: clamp(2rem, 1.2757633588rem + 2.7989821883vw, 3.375rem);
  font-weight: 700;
  color: #1d2215;
  line-height: 1.1;
  margin: 0 0 15px;
  position: relative;
}
#top_contents .sec_header .jp_txt {
  font-size: clamp(0.875rem, 0.8420801527rem + 0.1272264631vw, 0.9375rem);
  font-weight: bold;
  margin-top: 8px;
}
#top_contents .sec_header .jp_txt:before {
  content: "/";
  font-style: italic;
  font-size: clamp(1.0625rem, 0.9308206107rem + 0.5089058524vw, 1.3125rem);
  margin-right: 10px;
  color: #cdcecc;
}
#top_contents h3 {
  font-size: clamp(1rem, 0.703721374rem + 1.1450381679vw, 1.5625rem);
  font-weight: bold;
  margin: 0 0 min(35px, 3.5vw);
}
#top_contents .sec_txt {
  font-size: clamp(0.875rem, 0.776240458rem + 0.3816793893vw, 1.0625rem);
  line-height: 1.9;
}
#top_contents .link_btn {
  line-height: 1.2;
  margin-top: min(50px, 5vw);
}
#top_contents .link_btn a {
  min-width: 264px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  padding: 22px 30px 22px 30px;
  color: #fff;
  border: 1px solid #008f93;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#008f93), to(#1a0eab));
  background: linear-gradient(to right, #008f93 0%, #1a0eab 100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
}
#top_contents .link_btn a .btn_inner {
  position: relative;
  z-index: 100;
}
#top_contents .link_btn a:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 5px;
  background-color: #fff;
}
#top_contents .link_btn a:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 0;
  width: 16px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-image: url("../../images/ico_yaji_rt_white.svg");
  background-size: 16px auto;
}
#top_contents .link_btn a:hover {
  text-decoration: none;
  color: #008f93;
  background-position: 0 0;
}
#top_contents .link_btn a:hover:before {
  opacity: 1;
}
#top_contents .link_btn a:hover:after {
  background-image: url("../../images/ico_yaji_rt_green.svg");
}
@media screen and (max-width: 768px) {
  #top_contents .link_btn {
    text-align: left;
  }
  #top_contents .link_btn a {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: auto;
    padding: 16px 45px 16px 20px;
  }
}
#top_contents .link_arrow {
  margin-top: min(50px, 5vw);
}
#top_contents .link_arrow a {
  font-size: clamp(0.9375rem, 0.838740458rem + 0.3816793893vw, 1.125rem);
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 100px;
  height: 40px;
  color: #008f93;
  position: relative;
}
#top_contents .link_arrow a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 88px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../../images/ico_yaji06_white.svg");
  background-size: 27px auto;
  background-color: #008f93;
  border: 1px solid #008f93;
  border-radius: 20px;
}
#top_contents .link_arrow a:hover {
  text-decoration: none;
}
#top_contents .link_arrow a:hover:before {
  -webkit-animation: mini_mov_maru_yaji 0.5s ease;
          animation: mini_mov_maru_yaji 0.5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  text-decoration: none;
  color: #008f93;
}
@media screen and (max-width: 768px) {
  #top_contents {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#top_main_img_container {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_main_img_container {
    margin-top: 0;
  }
}

#topsec_tokucho {
  padding: min(90px, 9vw) 1em;
  position: relative;
}
#topsec_tokucho .sec_row {
  max-width: 1232px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topsec_tokucho .sec_row .sec_col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
}
#topsec_tokucho .sec_row .sec_col:first-child .sec_inner {
  padding: 0 min(50px, 5vw);
}
#topsec_tokucho .sec_row .sec_col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 68%;
          flex: 0 1 68%;
  padding: 0 min(50px, 5vw);
}
@media screen and (max-width: 768px) {
  #topsec_tokucho .sec_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #topsec_tokucho .sec_row .sec_col {
    display: contents;
  }
  #topsec_tokucho .sec_row .sec_col .sec_inner {
    display: contents;
  }
  #topsec_tokucho .sec_row .sec_header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #topsec_tokucho .sec_row .sec_txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #topsec_tokucho .sec_row .link_btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

#topsec_guide {
  padding: min(90px, 9vw) 0;
  position: relative;
}
#topsec_guide .sec_row {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#topsec_guide .sec_row .sec_col:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#topsec_guide .sec_row .sec_col:first-child .sec_inner {
  padding: 1em 1em 0 100px;
  max-width: 860px;
}
#topsec_guide .sec_row .sec_col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
  max-width: 640px;
}
#topsec_guide .sec_row .sec_col:last-child img {
  width: 100%;
}
@media screen and (max-width: 1350px) {
  #topsec_guide .sec_row .sec_col:first-child .sec_inner {
    padding-left: min(50px, 5vw);
  }
  #topsec_guide .sec_row .sec_col:last-child {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #topsec_guide .sec_row .sec_col:last-child {
    width: 30%;
  }
  #topsec_guide .sec_row .sec_col:last-child img {
    width: 100%;
  }
}

#topsec_case {
  padding: min(90px, 9vw) 0;
  position: relative;
}
#topsec_case .sec_row {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#topsec_case .sec_row .sec_col:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#topsec_case .sec_row .sec_col:first-child .sec_inner {
  margin: 0 0 0 auto;
  padding: 1em 100px 0 1em;
  max-width: 860px;
}
#topsec_case .sec_row .sec_col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
  max-width: 640px;
}
#topsec_case .sec_row .sec_col:last-child img {
  width: 100%;
}
@media screen and (max-width: 1350px) {
  #topsec_case .sec_row .sec_col:first-child .sec_inner {
    padding-right: min(50px, 5vw);
  }
  #topsec_case .sec_row .sec_col:last-child {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #topsec_case .sec_row .sec_col:last-child {
    width: 30%;
  }
  #topsec_case .sec_row .sec_col:last-child img {
    width: 100%;
  }
}

#topsec_company {
  padding: min(90px, 9vw) 0;
  position: relative;
}
#topsec_company .sec_row {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#topsec_company .sec_row .sec_col:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#topsec_company .sec_row .sec_col:first-child .sec_inner {
  padding: 1em 1em 0 100px;
  max-width: 860px;
}
#topsec_company .sec_row .sec_col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
  max-width: 640px;
}
#topsec_company .sec_row .sec_col:last-child img {
  width: 100%;
}
@media screen and (max-width: 1350px) {
  #topsec_company .sec_row .sec_col:first-child .sec_inner {
    padding-left: min(50px, 5vw);
  }
  #topsec_company .sec_row .sec_col:last-child {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #topsec_company .sec_row .sec_col:last-child {
    width: 30%;
  }
  #topsec_company .sec_row .sec_col:last-child img {
    width: 100%;
  }
}

#topsec_news {
  padding: min(90px, 9vw) 1em;
  position: relative;
  margin: 0 auto;
  background-color: #f6f6f6;
}
#topsec_news .sec_row {
  max-width: 1232px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topsec_news .sec_row .sec_col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
}
#topsec_news .sec_row .sec_col:first-child .sec_inner {
  padding: 0 min(50px, 5vw);
}
#topsec_news .sec_row .sec_col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 68%;
          flex: 0 1 68%;
  padding: 0 min(50px, 5vw);
}
@media screen and (max-width: 768px) {
  #topsec_news .sec_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #topsec_news .sec_row .sec_col {
    display: contents;
  }
  #topsec_news .sec_row .sec_col .sec_inner {
    display: contents;
  }
  #topsec_news .sec_row .sec_header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #topsec_news .sec_row .news_container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #topsec_news .sec_row .link_btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

#topsec_recruit {
  margin: min(170px, 17vw) 0;
  padding: 0 1em;
}
#topsec_recruit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1232px;
  margin: 0 auto;
  padding: min(30px, 3vw) min(50px, 5vw);
  color: #1d2215;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("../../images/top_bgimg_recrut.webp");
  aspect-ratio: 1/0.356;
  border-radius: 5px;
}
#topsec_recruit a .sec_header {
  text-align: left;
}
#topsec_recruit a .sec_header h2 {
  text-align: left;
}
#topsec_recruit a .sec_header h2:before {
  left: 0;
}
#topsec_recruit a .sec_header .jp_txt {
  text-align: left;
}
#topsec_recruit a:hover {
  text-decoration: none;
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #topsec_recruit a {
    aspect-ratio: auto;
  }
  #topsec_recruit a .sec_txt {
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.85);
  }
}