@charset "UTF-8";
/*======================
/*設定項目
/*====================*/
#works h2, #about h2, #contact h2 {
  padding-top: 76px;
  background: url(../images/logomark.png) no-repeat center top/45px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
}

#works h2 small, #about h2 small, #contact h2 small {
  display: block;
  margin-top: 17px;
  color: #005aa4;
  font-family: 'Noto Sans JP', system-ui, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  #works h2, #about h2, #contact h2 {
    padding-top: 50px;
    font-size: 24px;
  }
  #works h2 small, #about h2 small, #contact h2 small {
    font-size: 12px;
  }
}

/* ----------------------------------------------
mainvisual
------------------------------------------------- */
#mainvisual {
  position: relative;
  z-index: 0;
}

#mainvisual .catch {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  transform: translateY(-50%);
}

#mainvisual .catch p {
  display: inline-block;
  color: #fff;
  writing-mode: vertical-rl;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  font-size: 38px;
  letter-spacing: 0.075em;
  line-height: 1.89474;
  text-align: left;
}

#mainvisual .catch p strong {
  position: relative;
  display: inline-block;
  font-weight: normal;
}

#mainvisual .catch p strong::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 38px;
  z-index: -1;
  width: 24px;
  height: 100%;
  background: #4a90c4;
}

@media (max-width: 999px) {
  #mainvisual .catch p {
    font-size: 3.8vw;
  }
  #mainvisual .catch p strong::after {
    left: 3.8vw;
    width: 2.4vw;
  }
}

#mainslider {
  position: relative;
  z-index: 0;
}

#mainslider::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url(../images/main-mask.png) no-repeat center bottom/100%;
  pointer-events: none;
}

#mainslider img {
  width: 100%;
  height: calc(100vh - 94px);
  min-height: 835px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 999px) {
  #mainslider img {
    height: auto;
    min-height: 0;
  }
}

/* ----------------------------------------------
greeting
------------------------------------------------- */
#greeting {
  padding: 91px 10px 67px;
  background: url(../images/greeting-bg.png) no-repeat center top/100%;
}

#greeting h2 {
  margin-bottom: 50px;
  color: #1f5f8e;
  font-family: 'Noto Sans JP', system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.66667;
  letter-spacing: 0.1em;
  text-align: center;
}

#greeting h2 br.SP {
  display: none;
}

#greeting .text {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Noto Sans JP', system-ui, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.85714;
}

@media (max-width: 999px) {
  #greeting h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  #greeting h2 {
    font-size: 16px;
  }
  #greeting h2 br.SP {
    display: inline;
  }
}

/* ----------------------------------------------
works
------------------------------------------------- */
#works {
  padding-bottom: 77px;
  overflow: hidden;
}

#works .block {
  position: relative;
}

#works .block .heading {
  margin-bottom: 34px;
  padding: 11px 10px;
  background: #1f5f8e;
  color: #fff;
}

#works .block .heading h3 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Noto Sans JP', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.4em;
}

#works .block .txtbox {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#works .block .txtbox .lead {
  margin-bottom: 26px;
  color: #1f5f8e;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.66667;
  letter-spacing: 0.1em;
}

#works .block .txtbox .text {
  max-width: 400px;
  font-size: 14px;
  line-height: 1.85714;
}

#works .block .txtbox .btn {
  width: 100%;
  max-width: 259px;
  margin-top: 61px;
}

#works .block .txtbox .btn a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 53px;
  padding: 5px 26px 2px 21px;
  border: 1px solid #a0c5e0;
  background: url(../images/btn-arrow.png) no-repeat right 13px bottom 14px;
  color: #1f5f8e;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
}

#works .block .txtbox .btn a:hover {
  opacity: 0.6;
}

#works .block .imgbox {
  position: absolute;
  z-index: 0;
}

#works .block .imgbox img {
  width: 100%;
}

#works .block.block1 {
  margin-top: 161px;
}

#works .block.block1 .imgbox {
  top: -220px;
  left: calc(50% - 187px);
  width: calc(50% + 187px);
  max-width: 887px;
  clip-path: polygon(0 18.57%, 100% 0%, 100% 82.2%, 8.35% 100%);
}

#works .block.block2 {
  margin-top: 227px;
}

#works .block.block2 .heading {
  text-align: right;
}

#works .block.block2 .txtbox .lead {
  text-align: right;
}

#works .block.block2 .txtbox .text {
  margin-left: auto;
  margin-right: 0;
}

#works .block.block2 .txtbox .btn {
  margin-left: auto;
  margin-right: 0;
}

#works .block.block2 .imgbox {
  top: -220px;
  right: calc(50% - 174px);
  width: calc(50% + 174px);
  max-width: 874px;
  clip-path: polygon(0 0, 100% 21%, 92.49% 100%, 0 82.27%);
}

@media (max-width: 999px) {
  #works .block.block1 .imgbox {
    top: -22vw;
    left: auto;
    right: 0;
    width: 63.35714vw;
  }
  #works .block.block2 .imgbox {
    top: -22vw;
    left: 0;
    right: auto;
    width: 62.42857vw;
  }
}

@media (max-width: 767px) {
  #works .block .heading {
    padding: 11px 5px;
  }
  #works .block .heading h3 {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  #works .block .txtbox .lead {
    font-size: 18px;
  }
  #works .block.block1 {
    margin-top: 16.1vw;
  }
  #works .block.block2 {
    margin-top: 22.7vw;
  }
}

/* ----------------------------------------------
contact-area
------------------------------------------------- */
.contact-area {
  background: #003962;
  color: #fff;
}

.contact-area .inner {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #4f8ebc;
}

.contact-area .block {
  flex: 1;
  border-right: 1px solid #4f8ebc;
}

.contact-area .block a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 107px;
  padding: 13px 5px 5px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
}

.contact-area .block a:hover {
  opacity: 0.6;
}

.contact-area .block a img {
  margin-right: 10px;
}

.contact-area .block a span {
  display: inline-block;
  transform: scale(1, 1.1);
}

.contact-area .block a small {
  display: inline-block;
  transform: scale(1, 1.1);
  font-size: 13px;
}

.contact-area .block.block-tel span {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .contact-area .inner {
    display: block;
    border-left: 0;
  }
  .contact-area .block {
    border-right: 0;
  }
  .contact-area .block + .block {
    border-top: 1px solid #4f8ebc;
  }
  .contact-area .block a {
    height: 70px;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  padding-top: 67px;
}

#about h2 {
  margin-bottom: 73px;
}

#about .contents {
  position: relative;
  overflow: hidden;
}

#about .contents .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: calc(50% + 118px);
  height: 100%;
}

#about .contents .imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#about .contents .txtbox {
  width: 100%;
  max-width: 1164px;
  margin: 0 auto;
  padding: 64px 0 110px;
}

#about .contents .txtbox .inner {
  width: calc(50% + 47px);
  margin: 0 0 0 auto;
  padding: 32px 10px 50px 47px;
  background: #fff;
}

#about .contents .txtbox table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 12px 0;
  color: #3c3835;
  font-size: 15px;
}

#about .contents .txtbox table th {
  width: 100px;
  border-bottom: 2px solid #1f5f8e;
  padding: 19px 14px 10px;
  font-family: 'Noto Sans JP', system-ui, sans-serif;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

#about .contents .txtbox table td {
  border-bottom: 1px solid #eaeaea;
  padding: 19px 14px 10px;
  line-height: 1.6;
}

#about .contents .txtbox table td span {
  display: inline-block;
  margin-right: 2em;
}

@media (max-width: 999px) {
  #about .contents .txtbox .inner {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  #about .contents .imgbox {
    position: relative;
    margin-bottom: -50px;
  }
  #about .contents .imgbox img {
    position: relative;
    height: auto;
  }
  #about .contents .txtbox {
    padding: 0;
  }
  #about .contents .txtbox .inner {
    width: calc(100% - 10px);
  }
  #about .contents .txtbox table th {
    display: block;
    width: 100%;
    text-align: left;
  }
  #about .contents .txtbox table td {
    display: block;
  }
}

/* ----------------------------------------------
contact
------------------------------------------------- */
#contact {
  padding: 73px 10px 66px;
  background: #1f5f8e;
  color: #fff;
}

#contact h2 {
  margin-bottom: 44px;
  color: #fff;
}

#contact h2 small {
  color: #6fb0df;
}

#contact table {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

#contact table tr:not(:last-child) {
  border-bottom: 1px solid #417ba6;
}

#contact table td.question {
  padding: 23px 28px;
  vertical-align: middle !important;
}

#contact table td:not(.question) {
  padding: 23px 50px 22px 0;
}

#contact table td input[type=text],
#contact table td input[type=tel],
#contact table td input[type=email],
#contact table td textarea {
  width: 100%;
  padding: 4px 5px 3px;
  background: #fff;
  border: 0;
  font-size: 16px;
  outline: 0;
  line-height: 1.75;
}

#contact table td input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 259px;
  height: 53px;
  background: #262626;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: opacity 0.5s ease-out;
}

#contact table td input[type=submit]:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  #contact table td {
    display: block;
  }
  #contact table td.question {
    padding: 23px 0 0;
  }
  #contact table td:not(.question) {
    padding-top: 15px;
    padding-right: 0;
  }
  #contact table tr:last-child td:first-child {
    display: none;
  }
  #contact table tr:last-child td input[type=submit] {
    margin: 0 auto;
  }
}
/*# sourceMappingURL=index.css.map */