@charset "UTF-8";
#contents {
  background: url("../img/background-img02-01.png") no-repeat left 200px;
}

@media (max-width: 480px) {
  #contents {
    background-position: top 70px left 0;
    background-size: 60%;
  }
}

#contents1 .section,
#contents3 .section {
  padding-bottom: 15px;
}

#contents1 .content_inner,
#contents3 .content_inner {
  display: block;
}

@media (max-width: 480px) {
  #contents1 .content_inner,
  #contents3 .content_inner {
    font-size: 1.4rem;
    text-align: left;
  }
}

@media (max-width: 480px) {
  #contents1 .txt_block,
  #contents3 .txt_block {
    font-size: 1.4rem;
  }
}

#contents1 .child_content_section,
#contents3 .child_content_section {
  padding: 0 20px;
}

#contents1 .in_content_inner_set,
#contents3 .in_content_inner_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contents1 .in_content_inner_set.point,
#contents3 .in_content_inner_set.point {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #e8f6ff;
  border: 1px solid #8ed3f5;
  border-radius: 60px;
  padding: 27px 37px 20px;
  margin: 35px 0;
}

@media (max-width: 480px) {
  #contents1 .in_content_inner_set.point,
  #contents3 .in_content_inner_set.point {
    padding: 15px 21px 20px;
    border-radius: 15px;
  }
}

#contents1 .in_content_inner_set.point .in_content_inner_set_img,
#contents3 .in_content_inner_set.point .in_content_inner_set_img {
  width: 160px;
  margin-right: 45px;
}

@media (max-width: 480px) {
  #contents1 .in_content_inner_set.point .in_content_inner_set_img,
  #contents3 .in_content_inner_set.point .in_content_inner_set_img {
    width: 29%;
    margin: 0 auto;
  }
}

#contents1 .in_content_inner_set.point .in_content_inner_set_img img,
#contents3 .in_content_inner_set.point .in_content_inner_set_img img {
  width: 100%;
}

#contents1 .in_content_inner_set.other:not(:nth-child(1)),
#contents3 .in_content_inner_set.other:not(:nth-child(1)) {
  margin-top: 30px;
}

@media (max-width: 480px) {
  #contents1 .in_content_inner_set.other:not(:nth-child(1)),
  #contents3 .in_content_inner_set.other:not(:nth-child(1)) {
    margin: 0;
  }
}

#contents1 .in_content_inner_set.other .in_content_inner_item,
#contents3 .in_content_inner_set.other .in_content_inner_item {
  padding: 0;
}

@media (max-width: 480px) {
  #contents1 .in_content_inner_set.other .in_content_inner_item,
  #contents3 .in_content_inner_set.other .in_content_inner_item {
    padding: 5px 0 20px;
    width: 48%;
  }
  #contents1 .in_content_inner_set.other .in_content_inner_item img,
  #contents3 .in_content_inner_set.other .in_content_inner_item img {
    width: 100%;
  }
}

#contents1 .in_content_inner_set.other .in_content_inner_item::before,
#contents3 .in_content_inner_set.other .in_content_inner_item::before {
  right: -33px;
}

@media (max-width: 480px) {
  #contents1 .in_content_inner_set.other .in_content_inner_item::before,
  #contents3 .in_content_inner_set.other .in_content_inner_item::before {
    width: 6%;
    top: -7%;
    right: -8%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

#contents1 .in_content_inner_set.other_four,
#contents3 .in_content_inner_set.other_four {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  float: left;
  margin-bottom: 35px;
}

#contents3 .in_content_inner:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 480px) {
  #contents3 .in_content_inner {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  #contents1 .in_content_inner_set.other_four,
  #contents3 .in_content_inner_set.other_four {
    float: none;
    white-space: nowrap;
    overflow-x: auto;
    display: block;
    padding: 10px 0 45px;
    margin-bottom: 0;
  }
  #contents1 .in_content_inner_set.other_four::-webkit-scrollbar,
  #contents3 .in_content_inner_set.other_four::-webkit-scrollbar {
    height: 3px;
  }
  #contents1 .in_content_inner_set.other_four::-webkit-scrollbar-track,
  #contents3 .in_content_inner_set.other_four::-webkit-scrollbar-track {
    background: #f9f9f9;
    border-radius: 3px;
  }
  #contents1 .in_content_inner_set.other_four::-webkit-scrollbar-thumb,
  #contents3 .in_content_inner_set.other_four::-webkit-scrollbar-thumb {
    background: #1193d6;
    border-radius: 3px;
  }
}

#contents1 .in_content_inner_set.other_four:not(:last-child),
#contents3 .in_content_inner_set.other_four:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 480px) {
  #contents1 .in_content_inner_set.other_four:not(:last-child),
  #contents3 .in_content_inner_set.other_four:not(:last-child) {
    margin: 0 0 45px;
  }
}

#contents1 .in_content_inner_set.other_four .in_content_inner_item,
#contents3 .in_content_inner_set.other_four .in_content_inner_item {
  width: 220px;
  padding: 0;
  margin-right: 20px;
}

@media (max-width: 480px) {
  #contents1 .in_content_inner_set.other_four .in_content_inner_item,
  #contents3 .in_content_inner_set.other_four .in_content_inner_item {
    width: 80vw;
    margin-right: 10vw;
    display: inline-block;
    vertical-align: top;
  }
}

#contents1 .in_content_inner_set.other_four .in_content_inner_item > *,
#contents3 .in_content_inner_set.other_four .in_content_inner_item > * {
  position: relative;
}

#contents1 .in_content_inner_set.other_four .in_content_inner_item > *::after,
#contents3 .in_content_inner_set.other_four .in_content_inner_item > *::after {
  position: absolute;
  content: "施工中";
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  top: 100%;
  font-size: 1.4rem;
  min-height: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1193d6;
  font-weight: bold;
}

#contents1 .in_content_inner_set.other_four .in_content_inner_item:first-child > *::after,
#contents3 .in_content_inner_set.other_four .in_content_inner_item:first-child > *::after {
  content: "施工前";
}

#contents1 .in_content_inner_set.other_four .in_content_inner_item:last-child,
#contents3 .in_content_inner_set.other_four .in_content_inner_item:last-child {
  margin-right: 0;
}

#contents1 .in_content_inner_set.other_four .in_content_inner_item:last-child > *::after,
#contents3 .in_content_inner_set.other_four .in_content_inner_item:last-child > *::after {
  content: "施工後";
}

#contents1 .in_content_inner_set.other_four .in_content_inner_item img,
#contents3 .in_content_inner_set.other_four .in_content_inner_item img {
  width: 100%;
  display: block;
}

#contents1 .in_content_inner_set .in_content_inner_item,
#contents3 .in_content_inner_set .in_content_inner_item {
  padding: 30px 35px;
}

@media (max-width: 480px) {
  #contents1 .in_content_inner_set .in_content_inner_item,
  #contents3 .in_content_inner_set .in_content_inner_item {
    padding: 15px 25px;
  }
}

#contents1 .in_content_inner_set .in_content_inner_item.item_01,
#contents3 .in_content_inner_set .in_content_inner_item.item_01 {
  width: 270px;
  background-color: #eeeeee;
  border: 1px solid #d2d2d2;
}

@media (max-width: 480px) {
  #contents1 .in_content_inner_set .in_content_inner_item.item_01,
  #contents3 .in_content_inner_set .in_content_inner_item.item_01 {
    width: 100%;
    margin-bottom: 25px;
  }
}

#contents1 .in_content_inner_set .in_content_inner_item.item_02,
#contents3 .in_content_inner_set .in_content_inner_item.item_02 {
  width: 635px;
  background-color: #fdfae2;
  border: 1px solid #faf76a;
}

@media (max-width: 480px) {
  #contents1 .in_content_inner_set .in_content_inner_set_txt,
  #contents3 .in_content_inner_set .in_content_inner_set_txt {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  #contents1 .works_images,
  #contents3 .works_images {
    margin: 15px 0;
    line-height: 1.3;
  }
}

#contents1 .works_images li,
#contents3 .works_images li {
  margin-top: 20px;
}

#contents1 .works_images .works_images_title,
#contents3 .works_images .works_images_title {
  color: #0046a5;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 7px 0 3px;
}

@media (max-width: 480px) {
  #contents1 .works_images .works_images_title,
  #contents3 .works_images .works_images_title {
    font-size: 1.4rem;
    padding: 7px 0;
  }
}

#contents1 .works_images .works_images_txt,
#contents3 .works_images .works_images_txt {
  font-size: 1.3rem;
}

@media (max-width: 480px) {
  #contents1 .works_images .works_images_txt,
  #contents3 .works_images .works_images_txt {
    font-size: 1.2rem;
  }
}

#contents2 .selected_reason {
  margin: 0 auto;
  padding: 40px 40px 30px;
  max-width: 1020px;
  margin-bottom: 50px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(44, 34, 21, 0.1);
          box-shadow: 0 0 8px rgba(44, 34, 21, 0.1);
}

@media (max-width: 480px) {
  #contents2 .selected_reason {
    margin: 0 10px 20px;
    padding: 20px 15px 0;
  }
}

#contents2 .selected_reason .section_inner {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contents2 .selected_reason .section_inner .selected_reason_text {
  width: 65%;
}

@media (max-width: 480px) {
  #contents2 .selected_reason .section_inner .selected_reason_text {
    width: 100%;
  }
}

#contents2 .selected_reason .section_inner .selected_reason_text:only-child {
  width: 100%;
}

#contents2 .selected_reason .section_inner .selected_reason_text .selected_reason_title {
  border-bottom: 1px dashed #ccc;
  margin: 0 0 25px;
  padding: 0 13px 10px;
  font-size: 3rem;
  color: #1893e0;
  font-weight: normal;
}

@media (max-width: 480px) {
  #contents2 .selected_reason .section_inner .selected_reason_text .selected_reason_title {
    font-size: 2.1rem;
    padding-left: 0;
  }
}

#contents2 .selected_reason .section_inner .selected_reason_text .selected_reason_title span {
  font-size: 4rem;
}

@media (max-width: 480px) {
  #contents2 .selected_reason .section_inner .selected_reason_text .selected_reason_title span {
    font-size: 2.3rem;
    font-weight: 600;
  }
}

#contents2 .selected_reason .section_inner .selected_reason_text .selected_reason_title::before {
  content: "1";
  color: #fff;
  font-size: 2.7rem;
  background: #0047a6;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}

@media (max-width: 480px) {
  #contents2 .selected_reason .section_inner .selected_reason_text .selected_reason_title::before {
    font-size: 2.5rem;
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
}

#contents2 .selected_reason .section_inner .selected_reason_text .txt_box {
  padding: 40px 70px 30px 80px;
}

@media (max-width: 480px) {
  #contents2 .selected_reason .section_inner .selected_reason_text .txt_box {
    padding: 0 10px 10px;
  }
}

#contents2 .selected_reason .section_inner .selected_reason_text .txt_box .fcred {
  color: #db3b48;
}

#contents2 .selected_reason .section_inner .selected_reason_image {
  width: 25%;
}

@media (max-width: 480px) {
  #contents2 .selected_reason .section_inner .selected_reason_image {
    width: 50%;
    margin: 0 auto;
  }
}

#contents2 .selected_reason .section_inner .selected_reason_image img {
  width: 100%;
}

#contents2 .selected_reason .section_inner .selected_reason_image a {
  position: relative;
}

#contents2 .selected_reason .section_inner .selected_reason_image a::after {
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3px 2px 2px 3px;
  background: #555;
  content: "\00ff0b";
  position: absolute;
  right: 10px;
  bottom: 15px;
}

#contents2 .selected_reason:nth-child(2) .section_inner .selected_reason_text .selected_reason_title::before {
  content: "2";
}

#contents2 .selected_reason:nth-child(3) .section_inner .selected_reason_text .selected_reason_title::before {
  content: "3";
}

#contents2 .section_contact {
  background: #e8f6ff;
}

.message .message_text {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #0047a6;
}

@media (max-width: 480px) {
  .message .message_text {
    text-align: left;
  }
}

.message .message_contents_name {
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 480px) {
  .message .message_contents_name {
    font-size: 1.7rem;
  }
}

.message .message_contents_name span {
  padding-left: 20px;
}

@media (max-width: 480px) {
  .message .message_contents_name span {
    padding-left: 10px;
  }
}

.message span.kagi {
  display: block;
  margin-left: 15px;
}

@media (max-width: 480px) {
  .message span.kagi {
    padding: 5px 0;
    margin-left: 0;
    text-indent: -7px;
  }
}

.message span.kagi:first-child {
  margin-top: 5px;
}

@media (max-width: 480px) {
  .message span.kagi:first-child {
    margin-top: 7px;
  }
}

.message span.kagi:last-child {
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  .message span.kagi:last-child {
    margin-bottom: 7px;
  }
}

.address_list li:not(:last-child) {
  margin-bottom: 15px;
}

.address_list_tenpo {
  font-weight: bold;
  display: inline-block;
  width: 150px;
}

@media (max-width: 480px) {
  .address_list_tenpo {
    display: block;
  }
}

.company_list li {
  text-indent: -15px;
  padding-left: 15px;
}

.suppliers_list {
  margin-bottom: 10px;
}

.suppliers_list li {
  display: inline-block;
  vertical-align: top;
}

.suppliers_list li:not(:last-child)::after {
  content: "\3001";
}

.recruit_table dl.list-normal dt {
  float: left;
}

@media (max-width: 480px) {
  .recruit_table dl.list-normal dt {
    display: table;
    float: none;
  }
}

@media (max-width: 480px) {
  .recruit_table dl.list-normal dd:not(:last-child) {
    margin-bottom: 10px;
  }
}

.recruit_table dl.list-holiday dd:not(:last-child) {
  margin-bottom: 10px;
}

.recruit_table ul.list-normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .recruit_table ul.list-normal {
    display: block;
    margin-top: 10px;
  }
}

.recruit_table ul.list-normal li:not(:last-child) {
  margin-right: 22px;
}

.recruit_table ul.list-mark li {
  text-indent: -17px;
  padding-left: 17px;
}

.recruit_table ul.list-mark li:not(:last-child) {
  margin-bottom: 5px;
}

.recruit_table dl.list-breakdown dt {
  text-indent: -10px;
}

.recruit_table dl.list-breakdown span {
  font-size: 90%;
}

@media (max-width: 480px) {
  .recruit_table dl.list-breakdown span {
    display: block;
    text-indent: -8px;
  }
}

.recruit_table a {
  color: #1892df;
}

.recruit_table a:hover {
  text-decoration: none;
}

@media (max-width: 480px) {
  .recruit_table a:hover {
    text-decoration: underline;
  }
}

.recruit_section {
  -webkit-box-shadow: 0 0 8px rgba(44, 34, 21, 0.3);
          box-shadow: 0 0 8px rgba(44, 34, 21, 0.3);
  padding: 40px;
  background: rgba(255, 255, 255, 0.4);
}

@media (max-width: 480px) {
  .recruit_section {
    padding: 25px 20px;
  }
}

.recruit_section:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .recruit_section:not(:last-child) {
    margin-bottom: 30px;
  }
}

.recruit_section_title {
  color: #1892df;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #0046a5;
}

@media (max-width: 480px) {
  .recruit_section_title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.recruit_section_msg:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .recruit_section_msg:not(:last-child) {
    margin-bottom: 25px;
  }
}

.recruit_section_msg p:last-child {
  margin-bottom: 0;
}

.recruit_section .btn_base {
  margin-bottom: 0;
}

.works_movie {
  background: #e7f4fa;
  padding: 80px 0 60px;
}

@media (max-width: 480px) {
  .works_movie {
    padding: 45px 0 30px;
  }
}

.works_movie_inner {
  width: 1020px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .works_movie_inner {
    width: 100%;
  }
}

.works_movie_main {
  display: table;
  margin: 0 auto 80px;
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  .works_movie_main {
    margin-bottom: 40px;
  }
}

.works_movie_main .movie iframe {
  display: block;
  width: 900px;
  height: calc(900px / 16 * 9);
  border: solid #1892df;
  border-width: 1px 2px 5px 2px;
}

@media (max-width: 480px) {
  .works_movie_main .movie iframe {
    width: 90vw;
    height: calc(90vw / 16 * 9);
  }
}

.works_movie_main .btn {
  margin: 50px auto;
  width: 300px;
}

@media (max-width: 480px) {
  .works_movie_main .btn {
    width: 100%;
    margin: 30px auto;
  }
}

.works_movie_main .btn a {
  padding: 14px 40px 14px 25px;
  display: block;
  background: -webkit-gradient(linear, right top, left top, from(#ff0000), to(#cc0000));
  background: linear-gradient(to left, #ff0000, #cc0000);
  -webkit-box-shadow: 0 5px 0 #570c0c;
          box-shadow: 0 5px 0 #570c0c;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  top: -5px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 480px) {
  .works_movie_main .btn a {
    font-size: 1.3rem;
    padding: 10px 40px 10px 25px;
  }
}

.works_movie_main .btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 0;
}

@media (max-width: 480px) {
  .works_movie_main .btn a:hover {
    -webkit-box-shadow: 0 5px 0 #570c0c;
            box-shadow: 0 5px 0 #570c0c;
    top: -5px;
  }
}

.works_movie_main .btn a::before {
  content: "";
  background: url(../img/arrow.png) center/contain no-repeat;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 38%;
  right: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.works_movie_main::after {
  content: "";
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 50%;
  width: 200vw;
  margin-left: -100vw;
  z-index: -1;
  background: url(../img/title-bg-pc.png) no-repeat center bottom;
  background-size: 100% auto;
}

@media (max-width: 480px) {
  .works_movie_main::after {
    width: 100vw;
    margin-left: -50vw;
    background-image: url(../img/title-bg-sp.png);
  }
}

.works_movie_sub {
  padding: 0 15px;
}

.works_movie_title {
  margin-bottom: 30px;
  font-size: 2.7rem;
  background: url(../img/movie-icon.png) no-repeat left bottom;
  background-size: auto 100%;
  padding: 0px 0 5px 70px;
}

@media (max-width: 480px) {
  .works_movie_title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 50px;
  }
}

.works_movie_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}

@media (max-width: 480px) {
  .works_movie_list {
    margin-bottom: 40px;
    gap: 4vw;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.works_movie_list li {
  min-height: 250px;
}

@media (max-width: 480px) {
  .works_movie_list li {
    min-height: unset;
  }
}

.works_movie_list li a {
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  min-height: 100%;
  padding-bottom: 45px;
  -webkit-box-shadow: 0 0 8px rgba(44, 34, 21, 0.3);
          box-shadow: 0 0 8px rgba(44, 34, 21, 0.3);
  text-decoration: none;
  color: #1d2d4a;
  line-height: 1.4;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .works_movie_list li a {
    -webkit-transition: unset;
    transition: unset;
    padding: 0 0 7vw;
  }
}

.works_movie_list li a:hover {
  background: #e8f6ff;
}

@media (max-width: 480px) {
  .works_movie_list li a:hover {
    background: #fff;
  }
}

.works_movie_list li a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 480px) {
  .works_movie_list li a:hover img {
    -webkit-transform: unset;
            transform: unset;
  }
}

.works_movie_list li .image {
  margin-bottom: 15px;
  overflow: hidden;
}

.works_movie_list li .image:empty {
  height: 200px;
  position: relative;
}

@media (max-width: 480px) {
  .works_movie_list li .image:empty {
    height: 30vw;
  }
}

.works_movie_list li .image:empty:before, .works_movie_list li .image:empty::after {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.works_movie_list li .image:empty:before {
  content: "NO IMAGE";
  z-index: 1;
  font-weight: bold;
  font-size: 3rem;
}

@media (max-width: 480px) {
  .works_movie_list li .image:empty:before {
    font-size: 2rem;
  }
}

.works_movie_list li .image:empty::after {
  content: "";
  background: url(../img/marks.png) no-repeat center center #1aa1d0;
  background-size: 60% auto;
  opacity: 0.6;
}

.works_movie_list li .image img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .works_movie_list li .image img {
    height: 30vw;
  }
}

.works_movie_list li .text {
  padding: 0 20px;
}

@media (max-width: 480px) {
  .works_movie_list li .text {
    padding: 0 10px;
  }
}

.works_movie_list li .date {
  display: table;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  .works_movie_list li .date {
    font-size: 1.3rem;
    letter-spacing: 0.5px;
  }
}

.works_movie_list li .title {
  font-weight: bold;
  font-size: 1.7rem;
}

@media (max-width: 480px) {
  .works_movie_list li .title {
    font-size: inherit;
  }
}

.works_movie_list li .arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  bottom: 10px;
  background: url(../img/arrow.png) no-repeat center center #1892df;
  background-size: 25% auto;
  border-radius: 50%;
}

@media (max-width: 480px) {
  .works_movie_list li .arrow {
    width: 5vw;
    height: 5vw;
    right: 1vw;
    bottom: 1vw;
  }
}

.scene_contents {
  width: 1000px;
  margin: 0 auto 60px;
}

@media (max-width: 480px) {
  .scene_contents {
    width: 100%;
    padding: 0 15px;
    margin: 0;
  }
}

.scene_contents_title {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

@media (max-width: 480px) {
  .scene_contents_title {
    margin-bottom: 30px;
  }
}

.scene_contents_title .date {
  color: #1892df;
  font-size: 2rem;
  margin-bottom: 10px;
  font-size: clamp(1.4rem, 3.5vw, 1.5rem);
}

.scene_contents_title .main {
  font-size: 2.7rem;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .scene_contents_title .main {
    font-size: 2.2rem;
  }
}

.scene_contents_msg {
  margin-bottom: 120px;
}

@media (max-width: 480px) {
  .scene_contents_msg {
    margin-bottom: 60px;
  }
}

#contents .scene_contents_msg p {
  margin: 0 0 25px;
  line-height: 2.6;
}

.scene_contents_video iframe {
  width: 800px;
  height: 450px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 480px) {
  .scene_contents_video iframe {
    width: 100%;
    height: calc((100vw - 30px) / 16 * 9);
  }
}
/*# sourceMappingURL=contents.css.map */