@charset "UTF-8";
/*共通

---------------------------------------------------------- */
html {
  overflow-y: scroll;
}

body {
  background: #fff;
  color: #595750;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#container {
  width: 100%;
  overflow: hidden;
}

/*ボタン

---------------------------------------------------------- */
.btn {
  text-align: center;
}

.btn a {
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 16px;
}

.btn._primary a, .btn._secondly a {
  color: #fff;
  padding: 20px 32px;
  border-radius: 6px;
  border-bottom: solid 6px #00335d;
  -webkit-transition: 0s;
  transition: 0s;
}

@media screen and (max-width: 560px) {
  .btn._primary a, .btn._secondly a {
    padding: 16px;
    width: 100%;
  }
}

.btn._primary a {
  background: #00559A;
  font-size: 28px;
}

@media screen and (max-width: 560px) {
  .btn._primary a {
    font-size: 20px;
  }
}

.btn._primary a:hover {
  background: #0066b9;
}

.btn._secondly {
  margin-top: 24px;
}

@media screen and (max-width: 560px) {
  .btn._secondly {
    margin-top: 16px;
  }
}

.btn._secondly a {
  background: #00a7db;
  font-size: 20px;
  border-color: #00789e;
}

@media screen and (max-width: 560px) {
  .btn._secondly a {
    font-size: 16px;
  }
}

.btn._secondly a:hover {
  background: #00baf5;
}

.btn._back a {
  background: rgba(89, 87, 80, 0.12);
  min-width: 240px;
  color: #595750;
  font-size: 16px;
}

.btn._back a:hover {
  background: rgba(89, 87, 80, 0.2);
}

.p-point {
  width: 100%;
  margin: 0 auto;
}

.p-point__inner {
  width: 71.4%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 60px 0;
}

@media screen and (max-width: 560px) {
  .p-point__inner {
    padding: 60px 0 10px 0;
  }
}

.p-point__grid {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  -ms-grid-columns: (minmax(220px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.p-point__item {
  margin-bottom: 10px;
}

.p-point__item:hover img {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.p-case {
  width: 100%;
  margin: 0 auto;
}

.p-case__inner {
  width: 71.4%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 20px 0;
}

@media screen and (max-width: 560px) {
  .p-case__inner {
    padding: 60px 0 10px 0;
  }
}

.p-case__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 560px) {
  .p-case__flex {
    display: block;
  }
}

.p-case__content {
  margin: 30px 18px;
  width: 50%;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.p-case__content img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.p-case__content a {
  text-decoration: none;
}

@media screen and (max-width: 560px) {
  .p-case__content {
    width: 100%;
    margin: 30px auto;
  }
}

.p-case__content:hover img {
  opacity: 0.8;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.p-case__textBox {
  padding: 6% 10% 5% 10%;
  text-align: left;
}

.p-case__textBox:hover p {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.p-case__contTitle {
  color: #00559A;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3%;
}

@media screen and (max-width: 560px) {
  .p-case__contTitle {
    font-size: 16px;
    margin-bottom: 5%;
  }
}

.p-case__contText {
  color: #595750;
  font-size: 16px;
  margin-bottom: 10%;
}

@media screen and (max-width: 560px) {
  .p-case__contText {
    font-size: 14px;
  }
}

.p-case__caption {
  color: #808080;
  font-size: 14px;
  text-align: right;
}

@media screen and (max-width: 560px) {
  .p-case__caption {
    font-size: 12px;
  }
}
/*# sourceMappingURL=2-1.css.map */