@charset "utf-8";

.title {
  margin-top: 80px;
  height: 310px;
  background-image: url(../img/bg-contact.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 3px #000000;
}

.title h1 {
  font-family: sans-serif;
  font-size: 40px;
  font-weight: bold;
}

.title p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  margin-top: 15px;
}

.obi {
  border-top: solid 1px #aaaaaa;
  border-bottom: solid 1px #2b5a86;
  height: 50px;
  background-color: #dadada;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #8b8b8b;
}

.obi p {
  color: #3f3f3f;
  width: 930px;
  max-width: 90%;
  text-align: left;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact-tel {
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.contact-tel h2 {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  background-color: #f8f8f8;
  border-top: solid 3px #2b5a86;
  border-bottom: solid 1px #8b8b8b;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.feature-text p span {
  font-size: 20px;
}

.feature {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bolder;
}

.feature img {
  width: 500px;
  object-fit: cover;
}

.feature-text{
  text-align: justify;
}

.feature-text p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 25px;
}

.feature-text a {
  font-size: 20px;
  line-height: 28px;
  margin-top: 25px;
}

.feature-text a:hover{
  color: #0278ff;
}

.feature-text p span{
  font-size: 13px;
}

.reverse {
  flex-direction: row-reverse;
}

.feature-text h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

.feature-text h2 span{
  color: #2b5a86;
}

.feature-text h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
}

.feature2 {
  display: block;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.feature2 img {
  margin-top: 25px;
  width: 930px;
}

.feature2 video {
  width: 360px;
}

.feature2-text {
  max-width: 500px;
  margin-right: 40px;
}

.reverse {
  flex-direction: row-reverse;
}

.feature2-text h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.feature2-text h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
}

.feature2-text p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 25px;
}

.map {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bolder;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.map h2 {
  text-align: center;
  font-size: 20px;
  background-color: #f8f8f8;
  border-top: solid 3px #2b5a86;
  border-bottom: solid 1px #8b8b8b;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.map p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 25px;
  padding-left: 20px;
}

.map iframe {
  display: block;
  width: 100%;
  height: 500px;
  margin-top: 25px;
}

.form-area dt {
  width: 200px;
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
}

.form-area dd {
  width: calc(100% - 200px);
  padding: 15px 0;
}

.form-area dt .required::after {
  content: '必須';
  font-size: 11px;
  color: #eb4f32;
  margin-left: 10px;
}

.input-text {
  width: 100%;
  max-width: 280px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.select-box {
  width: 100%;
  height: 40px;
}

.radio-button {
  display: block;
  margin-top: 20px;
}

.radio-button:first-child {
  margin-top: 0;
}

.radio-button input {
  margin-right: 8px;
}

.message {
  width: 100%;
  height: 260px;
  padding: 10px;
  line-height: 1.5;
}

.confirm-text {
  font-size: 14px;
  line-height: 22px;
  margin-top: 30px;
}

.submit-button {
  background-color: #f4dd64;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  border: none;
}

.submit-button:hover {
  background-color: #d8b500;
}

.contact {
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.movie {
  width: 930px;
  max-width: 90%;
  background-color: #f8f8f8;
  padding: 50px 60px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.movie h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.movie h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.movie iframe {
  display: block;
  width: 100%;
  height: 456px;
  margin-top: 30px;
}

.movie p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 20px;
}

.contact-banner{
  max-width: 900px;
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.contact-banner-area p{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bolder;
  color: #5c5c5c;
  text-align: center;
  font-size: 15px;
  padding-top: 15px;
}

.contact-banner-area{
  color: #ffffff;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.contact-banner-linkbtn{
    background-color: #142d46;
    display: inline-block;
    min-width: 200px;
    line-height: 48px;
    border-radius: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bolder;
    font-size: 20px;
    font-weight: bold;
    box-shadow:  0px 0px 5px #535353;
  }

.contact-banner-linkbtn:hover{
color: #3a3a3a;
    background-color: #a3c0ff;
  }

.sub-navi {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bolder;
  margin-top: 80px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.sub-navi h2 {
  color: #3b3b3b;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.sub-navi h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.navi-list {
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.navi-list a li {
  width: 260px;
  margin-left: 75px;
  border-radius: 5px;
  background-color: #f3f3f3;
  box-shadow: 0px 0px 5px #7e7e7e;
  border: solid 1px #ffffff;
  -moz-transition: -moz-transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -ms-transition: -ms-transform 0.1s linear;
  transition: transform 0.1s linear;
}

.navi-list li:first-child {
  margin-left: 0;
}

.navi-list li:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.navi-list dl {
  margin-top: 5px;
}

.navi-list dt{
  color: #204977;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: solid 2px #204977;
}

.navi-list dd{
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

ul.works_list {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bolder;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 930px;
  padding: 30px;
  display: -webkit-box;
  display: -moz-box;

  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

ul.works_list li {
  width: 23%;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul.works_list li .works_icon {
  position: absolute;
  top: 5px;
  left: 5px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  color: #FFF;
  background-color: #D11444;
  z-index: 50;
}

ul.works_list li a {
  display: block;
  padding: 20px;
  background-color: #F4F3F0;
  text-decoration: none;
  color: #333;
  border: 1px solid #DDDAD5;
}

ul.works_list li a img {
  width: auto;
  width: 100%;
  height: 150px;
  object-fit: cover;
}

ul.works_list li a:hover img {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  -webkit-filter: brightness(1.3);
  -moz-filter: brightness(1.3);

  filter: brightness(1.3);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

ul.works_list li a span {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}

ul.works_list li a span.mask {
  display: block;
  width: auto;
  width: 100%;
  height: 150px;
  overflow: hidden;
  padding-top: 0px;
}

ul.works_list li a:hover {
  color: #000;
  background-color: #FFF;
}

.link-banner {
  max-width: 900px;
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.link-banner-area p {
  color: #5c5c5c;
  text-align: center;
  font-size: 20px;
  padding-top: 15px;
}

.link-banner-area {
  color: #333333;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 80px;
}

.link-banner-linkbtn {
  background-color: #ffffff;
  display: inline-block;
  min-width: 230px;
  line-height: 48px;

  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  font-weight: bold;
  box-shadow: 0px 0px 5px #535353;
}

.link-banner-linkbtn:hover {
  opacity: 0.8;
}

.link-banner-area img {
  width: 50px;
}

.link-banner-area img:hover {
  opacity: 0.5;
}

@media (max-width: 900px) {
  .title {
    margin-top: 50px;
  }

  .feature {
    display: block;
    width: 500px;
    margin-top: 45px;
  }

  .feature-text {
    margin-right: 0;
  }

  .reverse .feature-text {
    margin-left: 0;
  }

  .feature img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  .feature video {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  .movie {
    width: 500px;
    padding: 30px 25px;
  }

  .movie iframe {
    height: 240px;
  }

  .navi-list {
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
  }

  .navi-list a {
    margin-left: 30px;
  }

  .navi-list li {
    width: 200px;
    flex-shrink: 0;
  }

  .navi-list a:first-child {
    margin-left: 0;
  }

  .map,
  .contact {
    width: 500px;
    margin-top: 45px;
  }

  .form-area dt,
  .form-area dd {
    width: 100%;
  }

  .form-area dt {
    padding-bottom: 0;
  }

  .submit-button {
    width: 100%;
  }

  .contact-tel {
    margin-top: 45px;
  }

  ul.works_list li {
    width: 98%;
  }
}