@charset "UTF-8";
/*Foundation*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-size: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  word-wrap: break-word;
}

/*Foundation END*/
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  min-height: 100vh;
  margin: auto;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  /*height: 100%;*/
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: rgb(142, 142, 142);
  background-color: rgb(250, 250, 250);
}

.l-header {
  position: relative;
  height: 50vh;
  background: url(../gazo/aozora.jpg) center/cover;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.l-main {
  text-align: center;
  margin: 0 auto;
  width: 50%;
  padding: 30px 20px;
}
@media screen and (max-width: 768px) {
  .l-main {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .l-main {
    width: 100%;
  }
}

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
.p-article--box {
  opacity: 0;
}

/*==================================================
ふわっ
===================================*/
.p-article--fadeup {
  -webkit-animation-name: p-article--fadeupAnime;
          animation-name: p-article--fadeupAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

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

@keyframes p-article--fadeupAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.p-article--delaytime02 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/*==================================================
スーッ
===================================*/
/*枠線が伸びて出現*/
.p-article--animeline {
  position: relative; /* 枠線が書かれる基点*/
}

/*上下線*/
.p-article--animeline::before,
.p-article--animeline::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: rgb(219, 219, 219); /* 枠線の色*/
  z-index: 99;
}

/*左右線*/
.p-article--animeline2::before,
.p-article--animeline2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: rgb(219, 219, 219); /* 枠線の色*/
  z-index: 99;
}

/*上線*/
.p-article--animeline::before {
  top: 0;
  left: 0;
  -webkit-animation: lineAnime 0.5s linear 0s forwards;
          animation: lineAnime 0.5s linear 0s forwards; /*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.p-article--animeline2::before {
  top: 0;
  right: 0;
  -webkit-animation: lineAnime2 0.5s linear 0.5s forwards;
          animation: lineAnime2 0.5s linear 0.5s forwards; /*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.p-article--animeline::after {
  bottom: 0;
  right: 0;
  -webkit-animation: lineAnime 0.5s linear 1s forwards;
          animation: lineAnime 0.5s linear 1s forwards; /*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.p-article--animeline2::after {
  bottom: 0;
  left: 0;
  -webkit-animation: lineAnime2 0.5s linear 1.5s forwards;
          animation: lineAnime2 0.5s linear 1.5s forwards; /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@-webkit-keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/*枠線内側の要素*/
.p-article--animeline .p-article--animelineinappear {
  -webkit-animation: lineInnerAnime 0.5s linear 1.5s forwards;
          animation: lineInnerAnime 0.5s linear 1.5s forwards; /*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0; /*初期値を透過0にする*/
}

@-webkit-keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-header-nav__item {
  display: inline-block;
}

.u-header-pd {
  padding: 1.3em 10.2em;
}
@media screen and (max-width: 768px) {
  .u-header-pd {
    padding: 0.8em 5em;
  }
}
@media screen and (max-width: 480px) {
  .u-header-pd {
    padding: 0.8em 1.2em;
  }
}

.u-layout-mt {
  margin-top: 2.5rem;
}

.u-list-ml15 {
  margin-left: 3.5em;
}
@media screen and (max-width: 768px) {
  .u-list-ml15 {
    margin-left: 2em;
  }
}
@media screen and (max-width: 480px) {
  .u-list-ml15 {
    margin-left: 1em;
  }
}

.u-list-mt {
  margin-top: 1rem;
}

.u-display-block {
  display: block;
}

.c-header__title {
  color: #fff;
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .c-header__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .c-header__title {
    font-size: 18px;
  }
}

.c-header-nav__item--a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 480px) {
  .c-header-nav__item--a {
    font-size: 0.8rem;
  }
}

.c-article__title {
  letter-spacing: 0.2em;
  color: rgb(38, 38, 38);
}

.c-service-link {
  color: rgb(0, 55, 107);
  display: block;
}

.c-table {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0.5fr 1fr;
  grid-template-rows: 0.5fr 1fr;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  padding: 5px;
  background-color: white;
  text-align: left;
}

.c-table > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c-table > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.c-table > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.c-table > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.p-table__item {
  margin: 8px;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10%;
}

.c-span {
  font-size: 0.8rem;
}