@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

body {
  font-size: 15px;
  color: #333;
  font-family: 'M PLUS Rounded 1c', sans-serif,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  line-height: 1.6875;
  background-color: #d9d9db;
  counter-reset: number 0;
}

section:nth-child(even) {
  background-color: #fff;
}

.wrap {
  overflow: hidden;
}

.top-img {
  width: 100%;
  height: 100%;
}

.inner {
  padding: 120px 10px;
  width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 80px 10px;
    width: 100%;
  }
}

.util-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 10px 0px;
  color: #354359;
  position: relative;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

@media screen and (max-width: 767px) {
  .util-title {
    font-size: 25px;
  }
}

.util-title::after {
  content: '';
  display: block;
  height: 2px;
  width: 65px;
  background: #b6c0c2;
  margin: 13px auto 0;
}

.util-title::before {
  content: attr(data-en);
  position: absolute;
  top: -40px;
  margin-left: -3px;
  color: #809da6;
  opacity: 0.5;
  font-size: 85px;
  font-family: 'Corinthia', cursive;
}

.intro {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #354359;
  letter-spacing: 0.15em;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .intro {
    font-size: 17px;
    font-weight: bold;
  }
}

.intro-text {
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .intro-text {
    font-size: 14px;
  }
}

.small-text {
  font-size: 12px;
}

.about-inner {
  padding: 50px 100px;
}

@media screen and (max-width: 767px) {
  .about-inner {
    padding: 5px;
  }
}

.intro-text {
  padding: 10px;
}

#container {
  position: relative;
  width: 1140px;
  height: 90vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background: url(../img/top.jpg) center center/cover;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #container {
    padding-top: 100%;
    height: 70vh;
    width: 100%;
  }
}

.container-text {
  position: absolute;
  line-height: 1.1em;
  color: white;
  font-size: 8em;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  top: 75%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .container-text {
    left: 80%;
    top: 80%;
    font-size: 3em;
  }
}

.service-box {
  padding: 30px 0;
}

.service-box-top {
  margin: 0 auto;
  width: 600px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .service-box-top {
    width: 100%;
  }
}

.service-img {
  height: auto;
  width: 400px;
  -webkit-box-shadow: -40px -25px #809da6;
          box-shadow: -40px -25px #809da6;
}

@media screen and (max-width: 767px) {
  .service-img {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: -webkit-fill-available;
    padding: 0px 10px;
  }
}

.service-text-box {
  padding: 20px;
  top: 36px;
  left: 350px;
  width: 55%;
  position: absolute;
  background-color: #f0f8ff;
}

@media screen and (max-width: 767px) {
  .service-text-box {
    position: static;
    margin: 10px;
    width: auto;
    border: 2px solid #809da6;
  }
}

.service-text-summary-box {
  padding: 10px 0;
}

.service-text-summary {
  font-size: 19px;
}

.key-text {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffffa8));
  background: linear-gradient(transparent 60%, #ffffa8 0%);
}

.sub-text {
  font-size: 16px;
  line-height: 1.5;
}

.service-text-detail-box {
  line-height: 1.3;
}

.service-box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  padding: 0px 60px;
}

@media screen and (max-width: 767px) {
  .service-box-bottom {
    display: block;
    padding: 0;
  }
}

.service-card {
  margin: 0 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .service-card {
    margin-bottom: 12px;
  }
  .service-card:nth-child(3) {
    margin-bottom: 0px;
  }
}

.card-icon {
  margin: 0 auto;
  color: #354359;
  font-size: 50px;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .card-icon {
    font-size: 40px;
  }
}

.card-title {
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
}

.card-title::after {
  content: '';
  display: block;
  height: 2px;
  width: 75px;
  background: #b6c0c2;
  margin: 3px auto 0;
}

.card-text {
  padding: 10px 15px;
  text-align: left;
}

.Form {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

@media screen and (max-width: 767px) {
  .Form {
    margin-top: 20px;
  }
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .Form-Item-Label {
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
  }
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 767px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #809da6;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #809da6;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.footer {
  background-color: #809da6;
}

.footer-sns-list {
  text-align: center;
  display: block;
  font-size: 22px;
}

.footer-copyright {
  text-align: center;
  font-size: 19px;
  padding: 2px;
}

/************************************
** 
************************************/
.portfolio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .portfolio-box {
    display: block;
  }
}

.portfolio-box-inner {
  width: calc(100% / 3);
  margin: 20px 30px;
  height: 300px;
  overflow: hidden;
  background: #000;
  position: relative;
  /* 相対位置指定 */
  border-radius: 3px;
  -webkit-box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.057), 0 5px 6.1px rgba(0, 0, 0, 0.076), 0 10.1px 11.4px rgba(0, 0, 0, 0.086), 0 19.2px 19.8px rgba(0, 0, 0, 0.092), 0 38.4px 34.8px rgba(0, 0, 0, 0.1), 0 101px 74px rgba(0, 0, 0, 0.13);
          box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.057), 0 5px 6.1px rgba(0, 0, 0, 0.076), 0 10.1px 11.4px rgba(0, 0, 0, 0.086), 0 19.2px 19.8px rgba(0, 0, 0, 0.092), 0 38.4px 34.8px rgba(0, 0, 0, 0.1), 0 101px 74px rgba(0, 0, 0, 0.13);
}

@media screen and (max-width: 767px) {
  .portfolio-box-inner {
    width: 80%;
    margin: 30px auto;
  }
}

.portfolio-img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0%;
     object-position: 0 0%;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.portfolio-img:hover {
  opacity: 0.6;
}

.caption {
  font-size: 110%;
  text-align: center;
  padding: 120px 0;
  color: #fff;
  height: 300px;
  vertical-align: middle;
}

.mask {
  width: 100%;
  position: absolute;
  /* 絶対位置指定 */
  top: 0;
  left: 0;
  opacity: 0;
  /* マスクを表示しない */
  background-color: rgba(0, 0, 0, 0.4);
  /* マスクは半透明 */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mask:hover {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 1;
  /* マスクを表示する */
}

/************************************
** お問い合わせフォームの入力
************************************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  line-height: 45px;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}

.inquiry {
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 500px) {
  .inquiry td,
  .inquiry th {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry .any,
  .inquiry .haveto {
    font-size: 10px;
  }
}

.inquiry th {
  text-align: left;
  color: #444;
  width: 30%;
  padding: 14px;
}

@media screen and (max-width: 767px) {
  .inquiry th {
    padding: 2px 13px;
  }
}

.inquiry td {
  font-size: 13px;
}

.haveto {
  font-size: 7px;
  padding: 8px;
  background: #809da6;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

.any {
  font-size: 7px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

.verticallist .wpcf7-list-item {
  display: block;
}

#formbtn {
  display: block;
  padding: 12px;
  width: 230px;
  background: #809da6;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 2px;
  margin: 25px auto 0;
}

#formbtn:hover {
  background: #fff;
  color: #809da6;
  border: 1px solid #809da6;
}

th {
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px;
}

td {
  padding: 12px;
}

input,
select,
textarea {
  border: 1px solid #dfdfdf;
  letter-spacing: 1px;
  margin: 0;
  max-width: 100%;
  resize: none;
}

.contact-text {
  text-align: center;
  font-size: 14px;
}

.wpcf7-list-item {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 12px;
  color: #354359;
}

small {
  color: #354359;
}

.input2 {
  width: 20px;
}
/*# sourceMappingURL=style.css.map */