@charset "UTF-8";
a {
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
a i {
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
a span {
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.surveyForm button,
.surveyForm option,
.surveyForm select,
.surveyForm textarea,
.surveyForm input[type=button],
.surveyForm input[type=submit],
.surveyForm input[type=number],
.surveyForm input[type=email],
.surveyForm input[type=tel],
.surveyForm input[type=text],
.surveyForm input[type=select],
.surveyForm input[type=option],
.surveyForm input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  outline: 0;
  margin: 0;
  background: #fff;
}
.surveyForm input[type=radio],
.surveyForm input[type=checkbox] {
  display: none;
}
.surveyForm select {
  text-indent: 0.01px;
  text-overflow: "";
}
.surveyForm select::-ms-expand {
  display: none;
}

html {
  font-size: 12px;
}

@media (max-width: 768px) {
  nav.gnav-pc {
    display: none;
  }
}
nav.gnav-pc ul {
  list-style: none;
  font-size: 1.4rem;
  background-image: url(../images/bg-line.png);
  background-repeat: repeat-x;
  background-position: 0 top;
  padding: 0;
  margin-left: 12px;
  margin-bottom: 30px;
  width: 212px;
  margin-left: auto;
  margin-right: auto;
}
nav.gnav-pc ul li a {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  color: #343333;
  position: relative;
  display: block;
  background-image: url(../images/bg-line.png);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  padding: 15px 0;
}
nav.gnav-pc ul li a span {
  color: #777777;
  font-family: azo-sans-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  right: 0;
  bottom: 17px;
  position: absolute;
}
nav.gnav-pc ul li a:hover {
  background-color: rgba(224, 243, 247, 0.5);
}
nav.banner-pc {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  nav.banner-pc {
    display: none;
  }
}
nav.banner-pc ul {
  list-style: none;
  padding: 0;
  width: 212px;
  margin-left: auto;
  margin-right: auto;
}
nav.banner-pc ul.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
nav.banner-pc ul.sns li {
  display: block;
}
nav.banner-pc ul.sns li a {
  color: #fff;
}
nav.banner-pc ul.sns li a img {
  width: 30px;
  height: auto;
  -webkit-filter: invert(4%) sepia(99%) saturate(7044%) hue-rotate(247deg) brightness(100%) contrast(145%);
          filter: invert(4%) sepia(99%) saturate(7044%) hue-rotate(247deg) brightness(100%) contrast(145%);
}
nav.banner-pc ul.sns li a svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}
nav.banner-pc ul li {
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
nav.gnav-sp {
  padding-top: 30px;
}
nav.gnav-sp ul {
  list-style: none;
  font-size: 1.4rem;
  background-image: url(../images/bg-line.png);
  background-repeat: repeat-x;
  background-position: 0 top;
  padding: 0;
  margin-left: 12px;
  margin-bottom: 30px;
  width: 212px;
  margin-left: auto;
  margin-right: auto;
}
nav.gnav-sp ul li a {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  color: #343333;
  position: relative;
  display: block;
  background-image: url(../images/bg-line.png);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  padding: 17px 0;
}
nav.gnav-sp ul li a span {
  color: #777777;
  font-family: azo-sans-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  right: 0;
  bottom: 17px;
  position: absolute;
}
nav.gnav-sp ul li a:hover {
  background-color: rgba(224, 243, 247, 0.5);
}
nav.banner-sp ul {
  list-style: none;
  padding: 0;
}
nav.banner-sp ul li {
  margin-bottom: 30px;
}
nav.banner-sp ul li a {
  display: block;
  text-align: center;
}

#nav-drawer {
  position: relative;
  /*チェックが入ったらもろもろ表示*/
}
#nav-drawer .nav-unshown {
  display: none;
}
#nav-drawer #nav-open {
  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;
  position: absolute;
  top: -75px;
  right: 3px;
  color: #666;
  z-index: 10;
  font-size: 3rem;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#nav-drawer #nav-open span:before {
  bottom: -8px;
}
#nav-drawer #nav-open span:after {
  bottom: -16px;
}
#nav-drawer #nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#nav-drawer #nav-close::after {
  content: "×";
  display: block;
  line-height: 50px;
  text-align: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: rgba(250, 250, 250, 0);
  font-size: 3.5rem;
  position: absolute;
  right: 3px;
  top: 50px;
}
#nav-drawer #nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  /*最前面に*/
  width: 90%;
  /*右側に隙間を作る*/
  max-width: 330px;
  /*最大幅*/
  height: 100%;
  background: #fff;
  /*背景色*/
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  /*左に隠しておく*/
}
#nav-drawer #nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: 0.8;
}
#nav-drawer #nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示*/
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

.page-content {
  background-image: url(../images/bg-works.png);
  margin-bottom: 30px;
}
.page-content h2.title {
  color: #0b419b;
  position: relative;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  background-image: url(../images/bg-line.png);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.page-content h2.title span {
  font-family: azo-sans-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  color: #3a99c5;
}
.page-content h3 {
  position: relative;
  padding: 1.5rem 1rem;
  margin: 0 30px 10px;
  font-weight: bold;
}
.page-content h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-image: repeating-linear-gradient(-45deg, #ccc, #ccc 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page-content .wrap {
  padding: 30px;
}
.page-content .wrap section h1 {
  position: relative;
  padding: 1.5rem 1.5rem calc(1.5rem + 10px);
  border: 2px solid #000;
  margin-bottom: 30px;
}
.page-content .wrap section h1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  border-top: 2px solid #000;
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page-content .wrap section img {
  margin-bottom: 30px;
}
.page-content .wrap section p {
  padding: 0;
  margin-bottom: 30px;
}
.page-content .wrap section table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}
.page-content .wrap section table tr,
.page-content .wrap section table td {
  border: solid 1px #666;
  padding: 20px;
}
.page-content .wrap section table th {
  background-color: #f1f1f1;
  text-align: center;
  width: 50%;
}
.page-content p {
  font-size: 1.4rem;
  padding: 10px;
  margin-bottom: 0.5rem;
}
.page-content a.btn {
  font-size: 1.8rem;
}
.page-content .card-set {
  padding: 0 10px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .page-content .card-set {
    position: initial;
    margin-top: 15px;
  }
}
.page-content .card-set .card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid #fff;
  margin-bottom: 15px;
  margin-top: 1rem;
}
.page-content .card-set .card a {
  text-decoration: none;
  color: #464646;
}
.page-content .card-set .card a:hover {
  color: #0a58ca;
}
.page-content .card-set .card .card-content {
  margin: 20px;
}
.page-content .card-set .card .card-content h3 {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.page-content .card-set .card .card-content p {
  margin-bottom: 10px;
}
.page-content .card-set .card .card-content ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-content .card-set .card .card-content ul li {
  font-size: 1.4rem;
  margin-right: 15px;
}
.page-content .card-set .card .card-content ul li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0d0383;
  font-size: 1.6rem;
  margin-right: 5px;
}
.page-content .card-set .card .card-content ul.case-cate li::before {
  content: "";
  margin-right: 0;
}
.page-content .card-set .card .card-content ul.case-cate li a {
  background-color: #d36212;
  border-radius: 5px;
  color: #fff;
  padding: 6px 10px;
}
.page-content .works-set .news-list {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .page-content .works-set .news-list {
    position: inherit;
    display: block;
    bottom: 0;
    margin-top: 10px;
  }
}
.page-content .works-set dl {
  font-size: 1.3rem;
  padding: 20px;
}
.page-content .works-set dl dt {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .page-content .works-set dl dt {
    margin-bottom: 0;
  }
}
.page-content .works-set dl dd {
  margin-bottom: 15px;
}
.page-content .news-set .news-list {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .page-content .news-set .news-list {
    position: inherit;
    display: block;
    bottom: 0;
    margin-top: 10px;
  }
}
.page-content .news-set dl {
  font-size: 1.3rem;
  padding: 20px;
}
.page-content .news-set dl dt {
  margin-bottom: 15px;
  width: 150px;
}
@media (max-width: 768px) {
  .page-content .news-set dl dt {
    margin-bottom: 0;
  }
}
.page-content .news-set dl dd {
  width: calc(100% - 150px);
  margin-bottom: 15px;
}
.page-content .wp-block-table {
  margin-bottom: 30px;
}
.page-content table {
  font-size: 1.2rem;
  margin: 0 0 30px 15px;
  width: 95%;
}
.page-content table th {
  width: 20%;
  background-color: #f7f7f7;
}
.page-content table td {
  background-color: #fff;
}
.page-content table td,
.page-content table th {
  border: 1px solid #ccc;
}
.page-content .gmap {
  padding: 0 30px;
}
.page-content .gmap iframe {
  width: 100%;
}
.page-content .Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .page-content .Form {
    margin-top: 40px;
  }
}
.page-content .Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  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: 480px) {
  .page-content .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-content .Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.page-content .Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .page-content .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;
  }
}
.page-content .Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .page-content .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.page-content .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: #165d99;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .page-content .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.page-content .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: 480px) {
  .page-content .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
}
.page-content .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: 480px) {
  .page-content .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
}
.page-content .Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #165d99;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .page-content .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

/* pタグの余白を削除 */
.wpcf7-form p {
  margin-bottom: 0;
}

/* 各項目の下部余白 */
.contact_item {
  margin-bottom: 2.5rem;
}

/* 項目名 */
.label {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 10px;
}

/* 必須タグと任意タグ共通のスタイル */
.label_tag {
  font-size: 1.2rem;
  color: #ffffff;
  border-radius: 0.3rem;
  margin-right: 1rem;
  padding: 5px 10px;
}

/* 必須タグ */
.label_must {
  background-color: #C84772;
}

/* 任意タグ */
.label_option {
  background-color: #888988;
}

/* 名前やメールアドレスなどユーザーが入力する箇所 */
.inputs {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text],
input[type=tel],
input[type=email] {
  width: 100%;
  border: solid 1px #707070;
  padding: 0.5rem;
  font-size: 1.4rem;
}

/* お問い合わせ内容を入力する箇所 */
textarea {
  width: 100%;
  border: solid 1px #707070;
  padding: 0.5rem;
  height: 207px;
  font-size: 1.4rem;
}

/* ボタン */
.btnArea {
  text-align: center;
}

input[type=submit] {
  background: #000069;
  border: 2px solid #ffffff;
  width: 280px;
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  font-weight: bold;
  padding: 1rem 0;
  margin-bottom: 2rem;
  cursor: pointer;
  border-radius: 0.3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* ボタンにホバーした時 */
input[type=submit]:hover {
  color: #C84772;
  background-color: #ffffff;
  border-color: #C84772;
}

/* ローダー */
.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
}

/* モバイル版 */
@media screen and (max-width: 480px) {
  .contact_item {
    margin-bottom: 1.6rem;
  }
  .label {
    font-size: 1.5rem;
    margin-bottom: 0.4rem;
  }
  .label_tag {
    font-size: 1.1rem;
  }
  input[type=text],
input[type=email] {
    padding: 0.4rem;
    font-size: 1.5rem;
  }
  textarea {
    padding: 0.4rem;
    font-size: 1.5rem;
  }
  input[type=submit] {
    font-size: 1.5rem;
  }
}
.wp-block-image,
.is-layout-flex,
.wp-block-table {
  margin: 0 30px;
}

.is-layout-flex {
  margin-bottom: 30px;
}

.wp-block-table {
  margin-bottom: 15px;
}

body {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

a:hover img {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.6rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
@media (max-width: 576px) {
  .btn,
a.btn,
button.btn {
    padding: 0.6rem 2rem;
    text-align: center;
  }
}

a.btn--yellow {
  color: #000;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
}

a.btn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1366px;
}

aside {
  background-image: url(../images/bg-nav.png);
  position: relative;
}
aside .totop {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  aside .totop {
    display: none;
  }
}

.head {
  margin-top: 30px;
  margin-bottom: 30px;
}
.head p {
  margin-bottom: 5px;
  font-size: 1rem;
}
.head br {
  display: none;
}
@media (max-width: 768px) {
  .head br {
    display: inherit;
  }
}
.head .contact {
  font-size: 1.2rem;
  position: relative;
}
.head .contact .tel {
  color: #000;
  font-family: azo-sans-web, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  font-style: normal;
  text-decoration: none;
  padding-top: 5px;
  position: relative;
  top: 2px;
}
.head .contact strong {
  background-color: #1b2f5e;
  color: #fff;
  border-radius: 5px;
  padding: 3px 12px;
  margin-right: 10px;
  font-weight: normal;
}
.head .contact a {
  font-size: 1.8rem;
}
.head span {
  display: block;
}

.main-content {
  position: relative;
}
.main-content .mainv {
  position: relative;
  background-image: url(../images/bg-main.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 330px;
}
.main-content .mainv h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .main-content .mainv h1 {
    bottom: -45px;
  }
}
@media (max-width: 576px) {
  .main-content .mainv h1 {
    bottom: 0;
  }
}
.main-content .mainv h2 {
  color: #fff;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.4rem;
  padding-top: 150px;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 55, 0.8));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 55, 0.8));
}
.main-content .mainv h2 br {
  display: none;
}
@media (max-width: 576px) {
  .main-content .mainv h2 br {
    display: inherit;
  }
}
.main-content .mainv .contact {
  padding: 30px 40px;
  text-align: right;
  color: #fff;
  position: absolute;
  right: 0;
}
@media (max-width: 576px) {
  .main-content .mainv .contact {
    text-align: center;
  }
}
.main-content .mainv .contact p {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.main-content .mainv .contact a {
  color: #fff;
  text-decoration: none;
}
.main-content .mainv .contact a.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
  font-size: 4rem;
  font-family: bebas-neue-v14-deprecated, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 576px) {
  .main-content .mainv .contact a.tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-content .mainv .contact a.tel span {
  font-size: 4rem;
}
.main-content .mainv .contact .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}
.main-content .news-set {
  background-image: url(../images/bg-news.png);
  padding: 30px 40px;
}
@media (max-width: 576px) {
  .main-content .news-set {
    padding-bottom: 70px;
  }
}
.main-content .news-set h2 {
  color: #fff;
  position: relative;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  background-image: url(../images/bg-line.png);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  padding-bottom: 10px;
}
.main-content .news-set h2 span {
  font-family: azo-sans-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  color: #ffea00;
}
.main-content .news-set .news-list {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .main-content .news-set .news-list {
    position: inherit;
    display: block;
    bottom: 0;
    margin-top: 10px;
  }
}
.main-content .news-set dl {
  font-size: 1.3rem;
  padding: 20px;
}
.main-content .news-set dl dt {
  margin-bottom: 15px;
  color: #fff;
  width: 150px;
}
@media (max-width: 768px) {
  .main-content .news-set dl dt {
    margin-bottom: 0;
  }
}
.main-content .news-set dl dd {
  margin-bottom: 15px;
  width: calc(100% - 150px);
}
.main-content .news-set dl dd a {
  color: #fff;
}

.page-content {
  position: relative;
}
.page-content .mainv {
  background-image: url(../images/bg-main.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 128px;
  padding: 30px;
  margin-bottom: 30px;
}
.page-content .mainv h1 {
  position: relative;
  padding: 1rem 1rem calc(1rem + 10px);
  border: 2px solid #fff;
  color: #fff;
  font-size: 2rem;
}
.page-content .mainv h1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  border-top: 2px solid #fff;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page-content .mainv img {
  height: 200px;
  width: auto;
}
.page-content .mainv .contact {
  padding: 30px 40px;
  text-align: right;
  color: #fff;
  position: absolute;
}
.page-content .mainv .contact p {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.page-content .mainv .contact a {
  color: #fff;
  text-decoration: none;
}
.page-content .mainv .contact a.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
  font-size: 4rem;
  font-family: bebas-neue-v14-deprecated, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page-content .mainv .contact a.tel span {
  font-size: 4rem;
}
.page-content .mainv .contact .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}
.page-content h2 {
  color: #0b419b;
  position: relative;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  background-image: url(../images/bg-line.png);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  padding-bottom: 10px;
  margin: 0 30px 20px;
}
.page-content h2 span {
  font-family: azo-sans-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  color: #3a99c5;
}
.page-content p {
  margin: 0 30px;
}

footer {
  background-image: url(../images/bg-dark.png);
  padding: 20px 40px;
  color: #fff;
  font-size: 1.2rem;
  position: relative;
}
footer a {
  color: #fff;
}
footer p {
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
}
footer br {
  display: none;
}
@media (max-width: 576px) {
  footer br {
    display: inherit;
  }
}
footer .totop {
  display: none;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  footer .totop {
    display: block;
    top: -45px;
  }
}

.works-set {
  background-image: url(../images/bg-works.png);
  padding: 30px 40px;
}
.works-set h2 {
  color: #0b419b;
  position: relative;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  background-image: url(../images/bg-line.png);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.works-set h2 span {
  font-family: azo-sans-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  color: #3a99c5;
}
.works-set .news-list {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .works-set .news-list {
    position: inherit;
    display: block;
    bottom: 0;
    margin-top: 10px;
  }
}
.works-set .works-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.works-set .works-list a.photo {
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
.works-set .works-list a.photo h3 {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 0;
  font-size: 1.4rem;
}
.works-set .works-list .material-symbols-outlined {
  font-size: 1.2rem;
  padding-top: 10px;
}
.works-set dl {
  font-size: 1.3rem;
  padding: 20px;
}
.works-set dl dt {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .works-set dl dt {
    margin-bottom: 0;
  }
}
.works-set dl dd {
  margin-bottom: 15px;
}

.works-post h2 {
  color: #0b419b;
  position: relative;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  background-image: url(../images/bg-line.png);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.works-post h2 span {
  font-family: azo-sans-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  color: #3a99c5;
}
.works-post h3 {
  position: relative;
  padding: 1.5rem 1rem;
  margin: 0;
  font-weight: bold;
}
.works-post h3:after {
  background-image: none;
}
.works-post .news-list {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .works-post .news-list {
    position: inherit;
    display: block;
    bottom: 0;
    margin-top: 10px;
  }
}
.works-post .works-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.works-post .works-list a.photo {
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
.works-post .works-list a.photo h3 {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 0;
  font-size: 1.4rem;
}
.works-post .works-list .material-symbols-outlined {
  font-size: 1.2rem;
  padding-top: 10px;
}
.works-post dl {
  font-size: 1.3rem;
  padding: 20px;
}
.works-post dl dt {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .works-post dl dt {
    margin-bottom: 0;
  }
}
.works-post dl dd {
  margin-bottom: 15px;
}

.card-set h2 {
  color: #343333;
  position: relative;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  background-image: url(../images/bg-line.png);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  padding-bottom: 10px;
}
.card-set h2 span {
  font-family: azo-sans-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  right: 0;
  bottom: 10px;
  position: absolute;
  font-size: 1.2rem;
}

/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

body {
  -webkit-overflow-scrolling: touch;
}

.bg ul {
  padding-top: 0;
}