@charset "UTF-8";
#top {
  /*----------------------------------------------------
  MV
  ----------------------------------------------------*/
  /*----------------------------------------------------
  私たちについて
  ----------------------------------------------------*/
  /*----------------------------------------------------
  業務内容
  ----------------------------------------------------*/
  /*----------------------------------------------------
  コラム
  ----------------------------------------------------*/
  /*----------------------------------------------------
  会社案内
  ----------------------------------------------------*/
  /*----------------------------------------------------
  お知らせ
  ----------------------------------------------------*/
  /*----------------------------------------------------
  メディア運営
  ----------------------------------------------------*/
  /*----------------------------------------------------
  よくあるご質問
  ----------------------------------------------------*/
  /*----------------------------------------------------
  お問い合わせ
  ----------------------------------------------------*/
}
#top #mainvisual {
  background: #fff;
}
@-webkit-keyframes GradietionAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes GradietionAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#top #mainvisual .inner {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 500px) {
  #top #mainvisual .inner {
    height: 55vh;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 90px;
  }
}
#top #mainvisual .inner .catchcopy {
  -webkit-animation: 1.3s fadeintxt 0.5s linear forwards;
          animation: 1.3s fadeintxt 0.5s linear forwards;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@-webkit-keyframes fadeintxt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeintxt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (width < 500px) {
  #top #mainvisual .inner .catchcopy {
    width: 90%;
  }
}
#top #mainvisual .inner .catchcopy figure {
  width: 650px;
  text-align: center;
}
@media (width < 500px) {
  #top #mainvisual .inner .catchcopy figure {
    width: 90%;
    margin: 0 auto;
  }
}
#top #mainvisual .inner .catchcopy picture {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}
#top #mainvisual .inner .info-mini {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 60px;
}
@media (width < 500px) {
  #top #mainvisual .inner .info-mini {
    padding: 20px;
  }
}
#top #mainvisual .inner .info-mini ul li:first-child {
  margin-bottom: 16px;
}
#top #mainvisual .inner .info-mini ul li a article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (width < 500px) {
  #top #mainvisual .inner .info-mini ul li a article {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#top #mainvisual .inner .info-mini ul li a article .cat_wrap {
  margin-right: 20px;
}
#top #mainvisual .inner .info-mini ul li a article .cat_wrap .cat {
  display: inline-block;
  line-height: 1;
  padding: 12px 20px;
  border: 1px solid #222;
  border-radius: 2px;
  background-color: #fff;
}
@media (min-width: 1025px) and (any-hover: hover) {
  #top #mainvisual .inner .info-mini ul li a article .cat_wrap .cat:hover a {
    background-color: #D9D9D9;
  }
}
#top #mainvisual .inner .info-mini ul li a article .ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 500px) {
  #top #mainvisual .inner .info-mini ul li a article .ttl_wrap {
    display: block;
    width: 60%;
  }
}
#top #mainvisual .inner .info-mini ul li a article .ttl_wrap .days {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 10px;
}
#top #aboutus {
  margin: 200px 0;
  position: relative;
}
@media (width < 500px) {
  #top #aboutus {
    margin: 100px 0;
  }
}
#top #aboutus::before {
  position: absolute;
  content: "";
  top: 66px;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
}
@media (width < 500px) {
  #top #aboutus::before {
    top: 106px;
  }
}
#top #aboutus .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (width < 500px) {
  #top #aboutus .inner {
    width: 90%;
  }
}
#top #aboutus .inner .ttl_wrap {
  margin-bottom: 80px;
}
#top #aboutus .inner .img-txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #CF000E;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (width < 500px) {
  #top #aboutus .inner .img-txt_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#top #aboutus .inner .img-txt_wrap .img {
  width: 300px;
}
@media (width < 500px) {
  #top #aboutus .inner .img-txt_wrap .img {
    width: 200px;
    margin-bottom: 20px;
  }
}
#top #aboutus .inner .img-txt_wrap .img figure {
  margin-bottom: 12px;
}
#top #aboutus .inner .img-txt_wrap .img figcaption {
  text-align: center;
}
#top #aboutus .inner .img-txt_wrap .txt {
  width: 760px;
}
#top #aboutus .inner .img-txt_wrap::before, #top #aboutus .inner .img-txt_wrap::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
#top #aboutus .inner .img-txt_wrap::before {
  background-color: #CF000E;
}
#top #aboutus .inner .img-txt_wrap::after {
  bottom: -13px;
  background-color: #fff;
}
#top #aboutus .inner .img_wrap figure {
  text-align: center;
}
#top #service {
  padding: 200px 0;
}
@media (width < 500px) {
  #top #service {
    padding: 100px 0;
  }
}
#top #service .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (width < 500px) {
  #top #service .inner {
    width: 90%;
  }
}
#top #service .inner .ttl_wrap {
  margin-bottom: 50px;
}
#top #service .inner .consulting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (width < 500px) {
  #top #service .inner .consulting {
    display: block;
  }
}
#top #service .inner .consulting.web {
  margin-bottom: 100px;
}
@media (width < 500px) {
  #top #service .inner .consulting.web {
    margin-bottom: 50px;
  }
}
#top #service .inner .consulting .service-link_wrap {
  width: 700px;
  height: 450px;
  position: relative;
  margin-right: 50px;
}
@media (width < 500px) {
  #top #service .inner .consulting .service-link_wrap {
    width: 100%;
    height: auto;
  }
}
@media (width < 500px) {
  #top #service .inner .consulting .service-link_wrap a {
    height: 370px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) and (any-hover: hover) {
  #top #service .inner .consulting .service-link_wrap a:hover .txt-box {
    -webkit-box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.15);
  }
  #top #service .inner .consulting .service-link_wrap a:hover .sub_ttl {
    color: #CF000E;
  }
  #top #service .inner .consulting .service-link_wrap a:hover .txt-box .arrow {
    bottom: 72px;
    right: 42px;
  }
  #top #service .inner .consulting .service-link_wrap a:hover .img figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
@media (width < 500px) {
  #top #service .inner .consulting .service-link_wrap a {
    height: 300px;
  }
}
#top #service .inner .consulting .service-link_wrap a .txt-box {
  width: 355px;
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (width < 500px) {
  #top #service .inner .consulting .service-link_wrap a .txt-box {
    width: 80%;
    padding: 20px;
  }
}
#top #service .inner .consulting .service-link_wrap a .txt-box .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  bottom: 62px;
  right: 52px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (width < 500px) {
  #top #service .inner .consulting .service-link_wrap a .txt-box .arrow {
    bottom: 40px;
  }
}
#top #service .inner .consulting .service-link_wrap a .txt-box .arrow svg path {
  fill: #CF000E;
}
#top #service .inner .consulting .service-link_wrap a .txt-box .main_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
@media (width < 500px) {
  #top #service .inner .consulting .service-link_wrap a .txt-box .main_ttl {
    margin-bottom: 22px;
  }
}
#top #service .inner .consulting .service-link_wrap a .txt-box .main_ttl figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  margin-right: 10px;
}
#top #service .inner .consulting .service-link_wrap a .txt-box .line {
  display: block;
  width: 30px;
  border-bottom: 1px solid #CF000E;
  margin-bottom: 32px;
}
@media (width < 500px) {
  #top #service .inner .consulting .service-link_wrap a .txt-box .line {
    margin-bottom: 22px;
  }
}
#top #service .inner .consulting .service-link_wrap a .txt-box .sub_ttl {
  display: inline-block;
  font-size: clamp(24px, 18px + 1.5vw, 36px);
  line-height: 1.1111111111;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#top #service .inner .consulting .service-link_wrap a .img {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 2px;
  width: 600px;
  height: 340px;
  overflow: hidden;
}
@media (width < 500px) {
  #top #service .inner .consulting .service-link_wrap a .img {
    width: 100%;
    height: auto;
    display: block;
  }
}
#top #service .inner .consulting .service-link_wrap a .img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
#top #service .inner .consulting .txt {
  width: 400px;
  margin-top: 266px;
}
@media (width < 500px) {
  #top #service .inner .consulting .txt {
    width: 100%;
    margin-top: 0;
  }
}
#top #service .inner .consulting .txt:last-child {
  margin-top: 300px;
}
@media (width < 500px) {
  #top #service .inner .consulting .txt:last-child {
    margin-top: 0;
  }
}
#top #service .inner .consulting.ec {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 100px;
}
#top #column .inner {
  margin: 0 auto;
  padding: 342px 0 200px 0;
}
@media (width < 500px) {
  #top #column .inner {
    padding: 258px 0 100px 0;
  }
}
#top #column .inner .column_wrap {
  width: 1100px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 80px 50px 50px 50px;
  background: linear-gradient(111.35deg, #6D6D6D -9.71%, #222222 45.73%);
  position: relative;
  margin-bottom: 50px;
}
@media (width < 500px) {
  #top #column .inner .column_wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 200px 20px 20px 20px;
  }
}
#top #column .inner .column_wrap .column-head {
  width: 1100px;
  position: absolute;
  top: -120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.05);
}
@media (width < 500px) {
  #top #column .inner .column_wrap .column-head {
    width: 90%;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px;
  }
}
@media (width < 500px) {
  #top #column .inner .column_wrap .column-head .ttl_wrap {
    width: 100%;
  }
}
#top #column .inner .column_wrap .column-head .txt {
  width: 660px;
}
@media (width < 500px) {
  #top #column .inner .column_wrap .column-head .txt {
    width: 100%;
  }
}
#top #column .inner .column_wrap .pickup {
  border-radius: 2px;
}
#top #column .inner .column_wrap .pickup .pick_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
#top #column .inner .column_wrap .pickup .pick_ttl h3 {
  margin-left: 10px;
}
#top #column .inner .column_wrap .pickup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
}
@media (width < 500px) {
  #top #column .inner .column_wrap .pickup ul {
    display: block;
  }
}
#top #column .inner .column_wrap .pickup ul li {
  width: 33.3333333333%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (width < 500px) {
  #top #column .inner .column_wrap .pickup ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (width < 500px) {
  #top #column .inner .column_wrap .pickup ul li {
    width: 100%;
  }
}
#top #column .inner .column_wrap .pickup ul li a {
  border-radius: 2px 2px 0 0;
}
@media (min-width: 1025px) and (any-hover: hover) {
  #top #column .inner .column_wrap .pickup ul li a:hover article .img_wrap img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  #top #column .inner .column_wrap .pickup ul li a:hover article .article_txt h2 {
    color: #CF000E;
  }
}
#top #column .inner .column_wrap .pickup ul li a article .img_wrap {
  position: relative;
  width: 340px;
  height: 226px;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
}
@media (width < 500px) {
  #top #column .inner .column_wrap .pickup ul li a article .img_wrap {
    width: 100%;
    height: auto;
  }
}
#top #column .inner .column_wrap .pickup ul li a article .img_wrap img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
#top #column .inner .column_wrap .pickup ul li a article .img_wrap .cat {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#top #column .inner .column_wrap .pickup ul li a article .article_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  height: 154px;
}
@media (width < 500px) {
  #top #column .inner .column_wrap .pickup ul li a article .article_txt {
    height: auto;
    padding: 20px;
  }
}
#top #column .inner .column_wrap .pickup ul li a article .article_txt h2 {
  width: 100%;
  font-size: clamp(16px, 14px + 0.5vw, 20px);
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#top #column .inner .column_wrap .pickup ul li a article .article_txt .article_days {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
}
#top #company {
  width: 1610px;
  padding-top: 200px;
  margin-bottom: 100px;
  background: url(../img/top/bg-top_01.jpg) no-repeat;
}
@media (600px <= width < 1610px) {
  #top #company {
    width: 95%;
  }
}
@media (width < 500px) {
  #top #company {
    width: 100%;
    padding-top: 100px;
    margin-bottom: 100px;
  }
}
#top #company .inner {
  margin-right: 100px;
  margin-bottom: 100px;
}
@media (600px <= width < 1610px) {
  #top #company .inner {
    margin-right: 50px;
  }
}
@media (width < 500px) {
  #top #company .inner {
    margin-right: 0;
    margin-bottom: 0;
  }
}
#top #company .inner .company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media (width < 500px) {
  #top #company .inner .company-info {
    display: block;
    margin-bottom: 0;
  }
}
#top #company .inner .company-info .img_wrap {
  width: 600px;
  margin-top: 100px;
}
@media (600px <= width < 1610px) {
  #top #company .inner .company-info .img_wrap {
    width: 40%;
    margin-right: 50px;
  }
}
@media (width < 500px) {
  #top #company .inner .company-info .img_wrap {
    display: none;
  }
}
#top #company .inner .company-info .img_wrap figure img {
  border-radius: 0 2px 2px 0;
}
#top #company .inner .company-info .img-txt_wrap {
  width: 800px;
}
@media (width < 500px) {
  #top #company .inner .company-info .img-txt_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#top #company .inner .company-info .img-txt_wrap .img {
  margin-bottom: 60px;
}
@media (width < 500px) {
  #top #company .inner .company-info .img-txt_wrap .img {
    padding-left: 20px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
#top #company .inner .company-info .img-txt_wrap .img figure img {
  border-radius: 2px;
}
@media (width < 500px) {
  #top #company .inner .company-info .img-txt_wrap .img figure img {
    border-radius: 2px 0 0 2px;
  }
}
#top #company .inner .company-info .img-txt_wrap .ttl_wrap {
  margin-bottom: 30px;
}
@media (width < 500px) {
  #top #company .inner .company-info .img-txt_wrap .ttl_wrap {
    width: 90%;
    margin: 0 auto 30px auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#top #company .inner .company-info .img-txt_wrap .txt {
  margin-bottom: 50px;
}
@media (width < 500px) {
  #top #company .inner .company-info .img-txt_wrap .txt {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#top #company .inner .company-info .img-txt_wrap .map_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media (width < 500px) {
  #top #company .inner .company-info .img-txt_wrap .map_wrap {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
#top #company .inner .company-info .img-txt_wrap .map_wrap .map iframe {
  width: 410px;
  height: 230px;
}
@media (width < 500px) {
  #top #company .inner .company-info .img-txt_wrap .map_wrap .map iframe {
    width: 100%;
    height: 180px;
  }
}
#top #company .inner .company-info .img-txt_wrap .map_wrap .txt_wrap {
  width: 360px;
}
@media (600px <= width < 1610px) {
  #top #company .inner .company-info .img-txt_wrap .map_wrap .txt_wrap {
    width: 40%;
  }
}
@media (width < 500px) {
  #top #company .inner .company-info .img-txt_wrap .map_wrap .txt_wrap {
    width: 100%;
  }
}
#top #company .inner .company-info .img-txt_wrap .map_wrap .txt_wrap figure {
  width: 120px;
}
#top #company .inner .company-info .img-txt_wrap .map_wrap .txt_wrap figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 30px;
}
@media (width < 500px) {
  #top #company .inner .company-info .img-txt_wrap .map_wrap .txt_wrap figcaption {
    margin-bottom: 20px;
  }
}
#top #company .inner .company-info .img-txt_wrap .map_wrap .txt_wrap .txt {
  width: 100%;
}
#top #company .inner .company-info .img-txt_wrap .link_wrap {
  margin-bottom: 100px;
}
@media (width < 500px) {
  #top #company .inner .company-info .img-txt_wrap .link_wrap {
    width: 90%;
    margin: 0 auto 100px auto;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
#top #company .inner .company-info .img-txt_wrap .link_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (width < 500px) {
  #top #company .inner .company-info .img-txt_wrap .link_wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#top #company .inner .company-info .img-txt_wrap .link_wrap ul li {
  width: 33.3333333333%;
}
@media (width < 500px) {
  #top #company .inner .company-info .img-txt_wrap .link_wrap ul li {
    width: 60%;
  }
}
#top #company .inner .company-info .img-txt_wrap .link_wrap ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  border: 1px solid #CF000E;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media (width < 500px) {
  #top #company .inner .company-info .img-txt_wrap .link_wrap ul li a {
    padding: 20px;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media (min-width: 1025px) and (any-hover: hover) {
  #top #company .inner .company-info .img-txt_wrap .link_wrap ul li a:hover::before {
    background-position: 100% 51%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 1;
    z-index: 1;
  }
  #top #company .inner .company-info .img-txt_wrap .link_wrap ul li a:hover h3 p {
    color: #CF000E;
  }
  #top #company .inner .company-info .img-txt_wrap .link_wrap ul li a:hover span {
    position: relative;
    z-index: 1;
  }
  #top #company .inner .company-info .img-txt_wrap .link_wrap ul li a:hover span svg {
    -webkit-transform: translateZ(1px);
            transform: translateZ(1px);
    -webkit-transform: translate(4px, -4px);
            transform: translate(4px, -4px);
  }
}
#top #company .inner .company-info .img-txt_wrap .link_wrap ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(30deg, #fff -9.71%, #D9D9D9 45.73%);
  background-position: 0% 51%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
}
@media (600px <= width < 1610px) {
  #top #company .inner .company-info .img-txt_wrap .link_wrap ul li a {
    padding: 20px;
  }
}
#top #company .inner .company-info .img-txt_wrap .link_wrap ul li a figure {
  position: relative;
  z-index: 1;
}
#top #company .inner .company-info .img-txt_wrap .link_wrap ul li a h3 {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
  z-index: 1;
}
#top #company .inner .company-info .img-txt_wrap .link_wrap ul li a h3 p {
  font-size: clamp(16px, 12px + 1vw, 24px);
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #6F6F6F;
  margin-bottom: 12px;
}
@media (width < 500px) {
  #top #company .inner .company-info .img-txt_wrap .link_wrap ul li a h3 p {
    margin-bottom: 8px;
  }
}
#top #company .inner .company-info .img-txt_wrap .link_wrap ul li a span {
  width: 10px;
}
#top #company .inner .company-info .img-txt_wrap .link_wrap ul li a span svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#top #company .inner .company-info .img-txt_wrap .link_wrap ul li a span svg path {
  fill: #CF000E;
}
#top #company .inner .company-info .img-txt_wrap .banner {
  display: inline-block;
}
@media (width < 500px) {
  #top #company .inner .company-info .img-txt_wrap .banner {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
#top #company .inner .company-info .img-txt_wrap .banner a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (width < 500px) {
  #top #company .inner .company-info .img-txt_wrap .banner a {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) and (any-hover: hover) {
  #top #company .inner .company-info .img-txt_wrap .banner a:hover {
    opacity: 0.8;
  }
}
#top #info {
  width: 100%;
  padding: 200px 0;
  background: url(../img/top/bg.png);
}
@media (width < 500px) {
  #top #info {
    padding: 100px 0;
  }
}
#top #info .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (width < 500px) {
  #top #info .inner {
    width: 90%;
  }
}
#top #info .inner .info-list {
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  padding: 60px;
}
@media (width < 500px) {
  #top #info .inner .info-list {
    padding: 50px 20px;
  }
}
#top #info .inner .info-list ul {
  margin-bottom: 50px;
}
@media (width < 500px) {
  #top #info .inner .info-list ul {
    margin-bottom: 30px;
  }
}
#top #info .inner .info-list ul li {
  width: 100%;
  border-top: 1px solid #6F6F6F;
}
#top #info .inner .info-list ul li:last-child {
  border-bottom: 1px solid #6F6F6F;
}
#top #info .inner .info-list ul li a {
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1025px) and (any-hover: hover) {
  #top #info .inner .info-list ul li a:hover {
    background-color: #D9D9D9;
  }
  #top #info .inner .info-list ul li a:hover article figure {
    -webkit-transform: translate(10px);
            transform: translate(10px);
    z-index: 1;
  }
}
@media (width < 500px) {
  #top #info .inner .info-list ul li a {
    padding: 20px 0;
  }
}
#top #info .inner .info-list ul li a article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#top #info .inner .info-list ul li a article .cat_wrap {
  margin-right: 20px;
}
@media (width < 500px) {
  #top #info .inner .info-list ul li a article .cat_wrap {
    margin: 0 0 10px 0;
  }
}
#top #info .inner .info-list ul li a article .cat_wrap .cat {
  display: inline-block;
  line-height: 1;
  text-align: center;
  padding: 12px 20px;
  border: 1px solid #222;
  border-radius: 2px;
  background-color: #fff;
}
@media (width < 500px) {
  #top #info .inner .info-list ul li a article .cat_wrap .cat {
    width: auto;
  }
}
#top #info .inner .info-list ul li a article .ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#top #info .inner .info-list ul li a article .ttl_wrap .days {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 10px;
}
@media (width < 500px) {
  #top #info .inner .info-list ul li a article .ttl_wrap .days {
    width: 90px;
    text-align: center;
  }
}
@media (width < 500px) {
  #top #info .inner .info-list ul li a article .ttl_wrap h2 {
    width: 70%;
  }
}
#top #info .inner .info-list ul li a article figure {
  position: absolute;
  width: 11px;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (width < 500px) {
  #top #info .inner .info-list ul li a article figure {
    position: fixed;
  }
}
#top #other {
  width: 100%;
  padding: 200px 0;
  position: relative;
}
@media (width < 500px) {
  #top #other {
    padding: 100px 0;
  }
}
#top #other::before {
  position: absolute;
  content: "";
  top: 254px;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
}
@media (width < 500px) {
  #top #other::before {
    top: 220px;
  }
}
#top #other::after {
  position: absolute;
  content: "TSUNAGOOD";
  bottom: 0;
  left: 50px;
  color: #FCFCFC;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 350px;
  font-size: 35rem;
  z-index: -1;
}
#top #other .inner {
  width: 1300px;
  margin: 0 auto;
}
@media (width < 500px) {
  #top #other .inner {
    width: 100%;
  }
}
#top #other .inner .ttl_wrap {
  margin-bottom: 110px;
}
@media (width < 500px) {
  #top #other .inner .ttl_wrap {
    width: 90%;
    margin: 0 auto 110px auto;
  }
}
#top #other .inner .img_wrap {
  position: relative;
  margin-bottom: 50px;
}
@media (width < 500px) {
  #top #other .inner .img_wrap {
    display: block;
    position: static;
  }
}
@media (width < 500px) {
  #top #other .inner .img_wrap figure {
    padding: 0 20px 20px 0;
    border-radius: 0 2px 2px 0;
  }
}
#top #other .inner .img_wrap figure img {
  border-radius: 2px;
}
@media (width < 500px) {
  #top #other .inner .img_wrap figure img {
    border-radius: 0 2px 2px 0;
  }
}
#top #other .inner .img_wrap figure.small {
  position: absolute;
  bottom: -70px;
  right: 0;
}
@media (width < 500px) {
  #top #other .inner .img_wrap figure.small {
    position: static;
    padding: 0 0 0 20px;
  }
}
#top #other .inner .img_wrap figure.small img {
  border-radius: 2px;
}
@media (width < 500px) {
  #top #other .inner .img_wrap figure.small img {
    border-radius: 2px 0 0 2px;
  }
}
@media (width < 1600px) {
  #top #other .inner .img-txt_wrap {
    width: 90%;
    margin: 0 auto;
  }
}
#top #other .inner .img-txt_wrap .tng_logo {
  margin-bottom: 50px;
}
@media (width < 500px) {
  #top #other .inner .img-txt_wrap .tng_logo {
    width: 200px;
    margin-bottom: 20px;
  }
}
#top #other .inner .img-txt_wrap .txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 500px) {
  #top #other .inner .img-txt_wrap .txt_wrap {
    display: block;
  }
}
#top #other .inner .img-txt_wrap .txt_wrap .txt {
  width: 990px;
}
@media (width < 500px) {
  #top #other .inner .img-txt_wrap .txt_wrap .txt {
    width: 100%;
    margin-bottom: 30px;
  }
}
#top #faq {
  width: 100%;
  margin: 200px 0;
}
@media (width < 500px) {
  #top #faq {
    margin: 100px 0;
  }
}
#top #faq .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (width < 500px) {
  #top #faq .inner {
    width: 90%;
  }
}
#top #faq .inner .faq_wrap details {
  border-bottom: 1px solid #CF000E;
  padding: 50px 20px;
  /* オープン時 */
}
@media (width < 500px) {
  #top #faq .inner .faq_wrap details {
    padding: 20px 0;
  }
}
#top #faq .inner .faq_wrap details[open] summary::before {
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#top #faq .inner .faq_wrap details[open] summary::before, #top #faq .inner .faq_wrap details[open] summary::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#top #faq .inner .faq_wrap details span { /* 共通 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  font-size: clamp(16px, 12px + 1vw, 24px);
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  border-radius: 50%;
  margin-right: 20px;
}
@media (width < 500px) {
  #top #faq .inner .faq_wrap details span {
    margin-right: 10px;
  }
}
#top #faq .inner .faq_wrap details summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
  /* 疑似要素でアイコンを表示 */
}
@media (width < 500px) {
  #top #faq .inner .faq_wrap details summary {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#top #faq .inner .faq_wrap details summary::before, #top #faq .inner .faq_wrap details summary::after {
  content: "";
  right: 20px;
  margin: auto;
  background-color: #CF000E;
  position: absolute;
  width: 20px;
  height: 1px;
  top: 48%;
}
#top #faq .inner .faq_wrap details summary::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  top: 50%;
}
#top #faq .inner .faq_wrap details summary::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top #faq .inner .faq_wrap details summary span {
  color: #F9F9F9;
  background-color: #CF000E;
}
@media (width < 500px) {
  #top #faq .inner .faq_wrap details summary p {
    width: 76%;
    margin-right: 30px;
  }
}
#top #faq .inner .faq_wrap details div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
#top #faq .inner .faq_wrap details div span {
  color: #CF000E;
  background-color: #fff;
  border: 1px solid #CF000E;
  margin-right: 20px;
}
@media (width < 500px) {
  #top #faq .inner .faq_wrap details div span {
    margin-right: 10px;
  }
}
#top #faq .inner .faq_wrap details div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
}
@media (width < 500px) {
  #top #faq .inner .faq_wrap details div p {
    width: 80%;
    margin-right: 30px;
  }
}
#top #contact {
  padding: 200px 0;
}
@media (width < 500px) {
  #top #contact {
    padding: 100px 0;
  }
}