/*--- import -------------------------------------*/
/*------------------------------------- import ---*/
.mv {
  position: relative; }
  .mv:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    background: #005da2;
    z-index: -1; }
  .mv .inner {
    position: relative;
    display: flex;
    max-width: 1200px;
    margin: 0 auto; }
    .mv .inner .images img {
      width: 800px; }
    .mv .inner .mv_txt {
      z-index: 2;
      position: absolute;
      top: 20px;
      right: 3%; }
      .mv .inner .mv_txt img {
        width: 600px; }
    .mv .inner .txt_area {
      z-index: 2;
      position: absolute;
      bottom: 120px;
      right: 2%;
      width: 350px;
      color: #fff;
      font-size: 14px;
      text-align: left; }
  .mv .scroll_area_bg {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    height: 80px;
    width: 50%;
    z-index: -1; }
  .mv .scroll_area {
    position: absolute;
    bottom: 0;
    right: 177px; }
    .mv .scroll_area a {
      display: inline-block; }
      .mv .scroll_area a .txt {
        font-size: 12px;
        color: #e63650;
        display: block;
        line-height: 1; }
      .mv .scroll_area a .icon {
        margin-top: 10px; }

@media screen and (max-width: 1200px) {
  .mv .inner .images img {
    width: 66.6666666667vw; }
  .mv .inner .mv_txt {
    top: 1.6666666667vw;
    right: 1%; }
    .mv .inner .mv_txt img {
      width: 50vw; }
  .mv .inner .txt_area {
    bottom: 10vw;
    right: 1%;
    width: 29.1666666667vw; }
  .mv .scroll_area_bg {
    height: 6.6666666667vw; }
  .mv .scroll_area {
    bottom: 0;
    right: 14.75vw; }
    .mv .scroll_area a .txt {
      font-size: 12px; }
    .mv .scroll_area a .icon {
      margin-top: 0.8333333333vw; } }
@media screen and (max-width: 960px) {
  .mv .inner .images img {
    width: 59.666667vw; }
  .mv .inner .mv_txt {
    top: 6.666667vw;
    right: 0; }
    .mv .inner .mv_txt img {
      width: 62.5vw; }
  .mv .inner .txt_area {
    bottom: 12.5vw;
    width: 35.166667vw; }
  .mv .scroll_area_bg {
    height: 8.3333333333vw; }
  .mv .scroll_area {
    right: 18.4375vw; }
    .mv .scroll_area a .txt {
      font-size: 12px; }
    .mv .scroll_area a .icon {
      margin-top: 1.0416666667vw; } }
@media screen and (max-width: 480px) {
  .mv .inner {
    display: block; }
    .mv .inner .images img {
      width: 80.966667vw; }
    .mv .inner .mv_txt {
      top: 6.666667vw;
      right: 0; }
      .mv .inner .mv_txt img {
        width: 62.5vw; }
    .mv .inner .txt_area {
      position: inherit;
      bottom: auto;
      right: auto;
      width: 90%;
      margin: 20px auto; }
  .mv .scroll_area_bg {
    display: none; }
  .mv .scroll_area {
    position: inherit;
    right: auto;
    left: auto;
    bottom: 9px;
    width: 100%; }
    .mv .scroll_area a .txt {
      font-size: 12px;
      color: #fff; }
    .mv .scroll_area a .icon {
      margin-top: 1.0416666667vw; } }
#h_news {
  overflow-y: hidden;
  margin-top: 60px; }
  #h_news .box_in1200 {
    display: flex;
    justify-content: space-around;
    position: relative;
    align-items: center; }
    @media screen and (max-width: 1200px) {
      #h_news .box_in1200 {
        width: 95%; } }
    #h_news .box_in1200 .line {
      position: absolute;
      left: 0;
      top: 0; }
    #h_news .box_in1200 .news_wrap {
      width: calc(90% - 80px);
      text-align: left; }
      @media screen and (max-width: 1200px) {
        #h_news .box_in1200 .news_wrap {
          padding-left: 10px; } }
      #h_news .box_in1200 .news_wrap .day {
        font-size: 12px;
        color: #e63650;
        line-height: 1;
        font-weight: bold; }
      #h_news .box_in1200 .news_wrap .con {
        margin-top: 10px;
        font-size: 16px; }
    #h_news .box_in1200 .news_btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 80px;
      height: 80px;
      background: #005da2; }
  @media screen and (max-width: 480px) {
    #h_news .box_in1200 {
      display: block; }
      #h_news .box_in1200 .news_wrap {
        width: 100%;
        padding-left: 5vw; }
        #h_news .box_in1200 .news_wrap .day {
          font-size: 12px; }
        #h_news .box_in1200 .news_wrap .con {
          margin-top: 10px;
          font-size: 16px; }
      #h_news .box_in1200 .news_btn {
        width: 28vw;
        height: 9vw;
        margin-right: 0;
        margin-left: auto;
        margin-top: 5vw; }
        #h_news .box_in1200 .news_btn p {
          color: #fff;
          margin-right: 10px; } }

#about {
  margin-top: 120px;
  position: relative; }
  #about:before {
    content: '';
    display: inline-block;
    background: #f5f5f5;
    width: 100%;
    height: 237px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
  #about ul {
    display: flex;
    justify-content: space-around; }
    #about ul .txt_area {
      width: calc(80% - 427px);
      text-align: left; }
      #about ul .txt_area .bg_txt {
        position: relative;
        top: -60px;
        left: 20px; }
        #about ul .txt_area .bg_txt img {
          width: 528px; }
      #about ul .txt_area .inner {
        position: relative;
        top: -125px;
        left: 20px; }
        #about ul .txt_area .inner h3 {
          font-size: 21px;
          margin-top: 25px;
          letter-spacing: 0.15rem; }
        #about ul .txt_area .inner .txt {
          margin-top: 25px;
          line-height: 2; }
    #about ul .images {
      width: 427px; }

@media screen and (max-width: 1200px) {
  #about {
    margin-top: 10vw; }
    #about:before {
      height: 37.75vw; }
    #about ul {
      display: flex; }
      #about ul .txt_area {
        width: calc(85% - 35.5833333333vw); }
        #about ul .txt_area .bg_txt {
          top: -5vw;
          left: 1.6666666667vw; }
          #about ul .txt_area .bg_txt img {
            width: 44vw; }
        #about ul .txt_area .inner {
          top: -10.4166666667vw;
          left: 1.6666666667vw; }
          #about ul .txt_area .inner h3 {
            margin-top: 2.0833333333vw; }
          #about ul .txt_area .inner .txt {
            margin-top: 2.0833333333vw; }
      #about ul .images {
        width: 35.5833333333vw; } }
@media screen and (max-width: 750px) {
  #about {
    margin-top: 16vw; }
    #about:before {
      height: 37.75vw; }
    #about ul {
      display: block; }
      #about ul .txt_area {
        width: 80%;
        margin: 0 auto; }
        #about ul .txt_area .bg_txt {
          top: -8vw;
          left: 2.6666666667vw; }
          #about ul .txt_area .bg_txt img {
            width: 70.4vw; }
        #about ul .txt_area .inner {
          top: -16.6666666667vw;
          left: 0; }
          #about ul .txt_area .inner h3 {
            margin-top: 6.6666666667vw; }
          #about ul .txt_area .inner .txt {
            margin-top: 6.6666666667vw; }
      #about ul .images {
        max-width: 427px;
        width: 80%;
        margin: 0 auto;
        position: relative;
        top: -8vw; } }
#works {
  margin-top: 120px;
  position: relative;
  text-align: left; }
  @media screen and (max-width: 1380px) {
    #works .box_in1200 {
      width: 90%; } }
  #works .box_in1200 .txt_area {
    margin-top: 40px; }
  #works .box_in1200 ul {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #works .box_in1200 ul li {
      width: 25%;
      margin-bottom: 40px;
      text-align: center; }
      #works .box_in1200 ul li .images {
        width: 98%; }
        #works .box_in1200 ul li .images img {
          width: 100%; }
      #works .box_in1200 ul li h3 {
        font-size: 21px;
        text-align: center;
        line-height: 1;
        margin-top: 10px; }

@media screen and (max-width: 1200px) {
  #works {
    margin-top: 10vw; }
    #works .box_in1200 .txt_area {
      margin-top: 3.3333333333vw; }
    #works .box_in1200 ul {
      margin-top: 2.5vw;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      #works .box_in1200 ul li {
        width: 25%;
        margin-bottom: 3.3333333333vw;
        text-align: center; }
        #works .box_in1200 ul li .images {
          width: 98%; }
          #works .box_in1200 ul li .images img {
            width: 100%; }
        #works .box_in1200 ul li h3 {
          font-size: 21px;
          text-align: center; } }
@media screen and (max-width: 750px) {
  #works {
    margin-top: 16vw; }
    #works .box_in1200 .txt_area {
      margin-top: 5.3333333333vw; }
    #works .box_in1200 ul {
      margin-top: 4vw;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      #works .box_in1200 ul li {
        width: 33%;
        margin-bottom: 5.3333333333vw;
        text-align: center; }
        #works .box_in1200 ul li .images {
          width: 98%; }
        #works .box_in1200 ul li h3 {
          font-size: 21px; } }
@media screen and (max-width: 480px) {
  #works .box_in1200 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    margin-top: 6.25vw; }
    #works .box_in1200 ul li {
      width: 50%; }
      #works .box_in1200 ul li .images {
        width: 98%; }
      #works .box_in1200 ul li h3 {
        font-size: 18px; } }
#lineup {
  margin-top: 80px;
  position: relative;
  background: #f5f5f5;
  padding-bottom: 80px;
  padding-top: 80px; }
  @media screen and (max-width: 1380px) {
    #lineup .box_in1200 {
      width: 90%; } }
  #lineup .box_in1200 ul {
    display: flex;
    justify-content: space-around; }
    #lineup .box_in1200 ul li {
      width: 28%;
      position: relative; }
      #lineup .box_in1200 ul li .y_line {
        position: absolute;
        bottom: -24px;
        right: 35px;
        transform: rotate(90deg);
        transition: 0.3s; }
      #lineup .box_in1200 ul li .images img {
        width: 100%; }
      #lineup .box_in1200 ul li .inner {
        position: absolute;
        width: 95%;
        height: 95%;
        top: 3%;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.44);
        color: #fff; }
        #lineup .box_in1200 ul li .inner .inner_wrap {
          position: absolute;
          width: 100%;
          top: 50%;
          transform: translateY(-50%);
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
        #lineup .box_in1200 ul li .inner .ttl_inner {
          width: 100%; }
          #lineup .box_in1200 ul li .inner .ttl_inner .p1 {
            font-size: 12px;
            line-height: 1; }
          #lineup .box_in1200 ul li .inner .ttl_inner h3 {
            font-size: 24px;
            line-height: 1;
            margin-top: 10px; }
        #lineup .box_in1200 ul li .inner .more_btn {
          margin-top: 20px;
          margin-bottom: 0;
          width: 100%; }
          #lineup .box_in1200 ul li .inner .more_btn a {
            margin: 0 auto;
            max-width: 160px; }
            #lineup .box_in1200 ul li .inner .more_btn a:before {
              content: none; }
            #lineup .box_in1200 ul li .inner .more_btn a:hover {
              border: 2px solid #fff;
              opacity: 0.8; }
              #lineup .box_in1200 ul li .inner .more_btn a:hover:before {
                content: none; }
      #lineup .box_in1200 ul li:hover .y_line {
        right: 30px; }

@media screen and (max-width: 1200px) {
  #lineup {
    margin-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
    padding-top: 6.6666666667vw; }
    #lineup .box_in1200 ul {
      display: flex;
      justify-content: space-between; }
      #lineup .box_in1200 ul li {
        width: 31%; }
        #lineup .box_in1200 ul li .y_line {
          bottom: -2vw;
          right: 2.9166666667vw; }
        #lineup .box_in1200 ul li .inner .ttl_inner .p1 {
          font-size: 12px; }
        #lineup .box_in1200 ul li .inner .ttl_inner h3 {
          font-size: 24px;
          margin-top: 0.8333333333vw; }
        #lineup .box_in1200 ul li .inner .more_btn {
          margin-top: 1.6666666667vw;
          margin-bottom: 0; }
          #lineup .box_in1200 ul li .inner .more_btn a {
            margin: 0 auto;
            max-width: 13.3333333333vw; }
            #lineup .box_in1200 ul li .inner .more_btn a:before {
              content: none; }
            #lineup .box_in1200 ul li .inner .more_btn a:hover {
              border: 2px solid #fff;
              opacity: 0.8; }
              #lineup .box_in1200 ul li .inner .more_btn a:hover:before {
                content: none; }
        #lineup .box_in1200 ul li:hover .y_line {
          right: 2.5vw; } }
@media screen and (max-width: 750px) {
  #lineup {
    margin-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    padding-top: 10.6666666667vw; }
    #lineup .box_in1200 {
      width: 80%; }
      #lineup .box_in1200 ul {
        display: block; }
        #lineup .box_in1200 ul li {
          margin-bottom: 8vw;
          width: 100%; }
          #lineup .box_in1200 ul li .y_line {
            display: none; }
          #lineup .box_in1200 ul li .inner {
            width: 97%; }
            #lineup .box_in1200 ul li .inner .ttl_inner .p1 {
              font-size: 12px; }
            #lineup .box_in1200 ul li .inner .ttl_inner h3 {
              font-size: 21px;
              margin-top: 1.3333333333vw; }
            #lineup .box_in1200 ul li .inner .more_btn {
              margin-top: 2.6666666667vw;
              margin-bottom: 0; }
              #lineup .box_in1200 ul li .inner .more_btn a {
                margin: 0 auto;
                max-width: 80%;
                padding: 10px;
                font-size: 14px; }
                #lineup .box_in1200 ul li .inner .more_btn a:before {
                  content: none; }
                #lineup .box_in1200 ul li .inner .more_btn a:hover {
                  border: 2px solid #fff;
                  opacity: 0.8; }
                  #lineup .box_in1200 ul li .inner .more_btn a:hover:before {
                    content: none; }
          #lineup .box_in1200 ul li:hover .y_line {
            right: 4vw; }
          #lineup .box_in1200 ul li:last-child {
            margin-bottom: 0; } }
#news {
  margin-top: 120px;
  position: relative;
  padding-bottom: 80px; }
  #news:before {
    content: '';
    display: inline-block;
    background: #f5f5f5;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
  #news .box_in1200 {
    text-align: left; }
    @media screen and (max-width: 1380px) {
      #news .box_in1200 {
        width: 90%; } }
    #news .box_in1200 .news_ul {
      display: flex;
      justify-content: space-around;
      align-items: end;
      flex-flow: row-reverse; }
      #news .box_in1200 .news_ul .left {
        width: calc(95% - 480px); }
        #news .box_in1200 .news_ul .left ul {
          margin-top: 100px;
          display: flex;
          justify-content: space-between; }
          #news .box_in1200 .news_ul .left ul li {
            width: 47%; }
            #news .box_in1200 .news_ul .left ul li .images img {
              width: 100%;
              box-shadow: 0 0 1px #7f7f7f;
              height: 145px;
              object-fit: cover; }
            #news .box_in1200 .news_ul .left ul li .day {
              margin-top: 10px;
              font-size: 12px;
              font-size: 1;
              font-weight: bold;
              color: #e63650; }
            #news .box_in1200 .news_ul .left ul li .con {
              margin-top: 5px;
              font-size: 14px; }
              #news .box_in1200 .news_ul .left ul li .con a {
                pointer-events: none; }
      #news .box_in1200 .news_ul .right {
        width: 480px; }
    #news .box_in1200 .more_btn {
      margin-top: 80px;
      margin-bottom: 0; }

@media screen and (max-width: 1200px) {
  #news {
    margin-top: 10vw;
    padding-bottom: 6.6666666667vw; }
    #news .box_in1200 .news_ul .left {
      width: calc(95% - 40vw); }
      #news .box_in1200 .news_ul .left ul {
        margin-top: 8.3333333333vw;
        display: flex;
        justify-content: space-between; }
        #news .box_in1200 .news_ul .left ul li {
          width: 47%; }
          #news .box_in1200 .news_ul .left ul li .day {
            margin-top: 10px;
            font-size: 12px; }
          #news .box_in1200 .news_ul .left ul li .con {
            margin-top: 5px;
            font-size: 14px; }
    #news .box_in1200 .news_ul .right {
      width: 40vw; }
    #news .box_in1200 .more_btn {
      margin-top: 6.6666666667vw; } }
@media screen and (max-width: 960px) {
  #news:before {
    height: 85%; }
  #news .box_in1200 .news_ul {
    display: block; }
    #news .box_in1200 .news_ul .left {
      width: 100%;
      margin-top: 6.25vw; }
      #news .box_in1200 .news_ul .left ul {
        margin-top: 3.3333333333vw;
        display: flex;
        justify-content: space-around; }
        #news .box_in1200 .news_ul .left ul li {
          width: 47%; }
          #news .box_in1200 .news_ul .left ul li .day {
            margin-top: 10px;
            font-size: 12px; }
          #news .box_in1200 .news_ul .left ul li .con {
            margin-top: 5px;
            font-size: 14px; }
    #news .box_in1200 .news_ul .right {
      width: 100%; }
  #news .box_in1200 .more_btn {
    margin-top: 6.6666666667vw; } }
@media screen and (max-width: 750px) {
  #news {
    margin-top: 16vw;
    padding-bottom: 10.6666666667vw; }
    #news:before {
      height: 85%; }
    #news .box_in1200 .news_ul {
      display: block; }
      #news .box_in1200 .news_ul .left {
        width: 100%;
        margin-top: 8vw; }
        #news .box_in1200 .news_ul .left ul {
          width: 90%;
          margin: 0 auto;
          margin-top: 5.3333333333vw;
          display: flex;
          justify-content: space-around; }
          #news .box_in1200 .news_ul .left ul li {
            width: 45%; }
            #news .box_in1200 .news_ul .left ul li .images img {
              height: 17vw; }
            #news .box_in1200 .news_ul .left ul li .day {
              margin-top: 10px;
              font-size: 12px; }
            #news .box_in1200 .news_ul .left ul li .con {
              margin-top: 5px;
              font-size: 14px; }
      #news .box_in1200 .news_ul .right {
        width: 100%; }
    #news .box_in1200 .more_btn {
      margin-top: 10.6666666667vw; } }
