@charset "UTF-8";
/* ==========================================================================
  settings
============================================================================*/
/* -------------------------------
  responsive
------------------------------- */
/* -------------------------------
  animation keyframe
------------------------------- */
@-webkit-keyframes scrollArrowMove {
  0% {
    bottom: 4px;
  }
  50% {
    bottom: -4px;
  }
  100% {
    bottom: -4px;
  }
}
@keyframes scrollArrowMove {
  0% {
    bottom: 4px;
  }
  50% {
    bottom: -4px;
  }
  100% {
    bottom: -4px;
  }
}
@-webkit-keyframes scrollArrowOpacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollArrowOpacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* ==========================================================================
  home - トップページ
============================================================================*/
.home.top {
  /* -------------------------------
    pickup
  ------------------------------- */
  /* -------------------------------
    service
  ------------------------------- */
  /* -------------------------------
    document
  ------------------------------- */
  /* -------------------------------
    banner
  ------------------------------- */
  /* -------------------------------
    information
  ------------------------------- */
  /* -------------------------------
    relation
  ------------------------------- */
}
.home.top .pickup {
  display: block;
  padding: 7px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 1099px) {
  .home.top .pickup {
    padding: 5px;
  }
}
.home.top .pickup__inner {
  padding: 10px 20px 10px 40px;
  background-color: #fbe2cd;
}
@media screen and (max-width: 599px) {
  .home.top .pickup__inner {
    padding: 20px;
  }
}
.home.top .pickup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .home.top .pickup__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home.top .pickup__title__h2 {
  width: 140px;
  white-space: nowrap;
  font-size: 2.4rem;
}
@media screen and (max-width: 799px) {
  .home.top .pickup__title__h2 {
    width: 100px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .home.top .pickup__title__h2 {
    display: inline-block;
    width: auto;
    position: relative;
  }
}
.home.top .pickup__title__h2::after {
  display: none;
}
@media screen and (max-width: 599px) {
  .home.top .pickup__title__h2::after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    bottom: -5px;
    left: 0;
  }
}
.home.top .pickup__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 799px) {
  .home.top .pickup__list {
    padding-left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .home.top .pickup__list {
    padding-left: 0;
    padding-top: 10px;
  }
}
.home.top .pickup__list::after {
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 599px) {
  .home.top .pickup__list::after {
    display: none;
  }
}
.home.top .pickup__news {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 799px) {
  .home.top .pickup__news {
    font-size: 1.4rem;
  }
}
.home.top .pickup__news::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home.top .pickup__news:last-of-type {
  margin-bottom: 0;
}
.home.top .pickup__news:last-of-type::after {
  display: none;
}
.home.top .pickup__news__link {
  display: inline-block;
  margin-left: 3em;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 599px) {
  .home.top .pickup__news__link {
    float: right;
  }
}
.home.top .pickup__news__link::before {
  display: block;
  content: "";
  width: 10px;
  height: 1.4px;
  background-color: #333;
  position: absolute;
  bottom: -0.25em;
  right: -20px;
  -webkit-transform: skewY(20deg);
          transform: skewY(20deg);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.1s;
  transition: opacity 0.2s 0.1s;
}
.home.top .pickup__news__link::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: -0.25em;
  left: 0;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.home.top .pickup__news__link:hover::before {
  opacity: 1;
}
.home.top .pickup__news__link:hover::after {
  width: calc(100% + 20px);
}
.home.top .service {
  display: block;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
@media screen and (max-width: 1099px) {
  .home.top .service {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .home.top .service {
    padding-bottom: 20px;
    background-color: #f2f2f2;
  }
}
.home.top .service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
}
@media screen and (max-width: 599px) {
  .home.top .service__inner {
    padding: 0 10px;
  }
}
.home.top .service__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 35px - 35px) / 3);
  margin-bottom: 35px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
@media screen and (max-width: 799px) {
  .home.top .service__link {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .home.top .service__link {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 800px) {
  .home.top .service__link:nth-of-type(n+4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 799px) {
  .home.top .service__link:nth-of-type(n+5) {
    margin-bottom: 0;
  }
}
.home.top .service__link:hover {
  -webkit-filter: drop-shadow(2.4px 2.4px 2.4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2.4px 2.4px 2.4px rgba(0, 0, 0, 0.3));
}
.home.top .service__link:hover .service__content {
  background-image: repeating-linear-gradient(-60deg, transparent, transparent 5px, rgba(0, 174, 235, 0.3) 7px, rgba(0, 174, 235, 0.3) 6px);
}
.home.top .service__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .home.top .service__content {
    padding: 10px 5px;
  }
}
.home.top .service__title__h3 {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 300;
  position: relative;
}
@media screen and (max-width: 599px) {
  .home.top .service__title__h3 {
    font-size: 1.4rem;
  }
}
.home.top .service__title__h3::before {
  display: block;
  content: ">";
  font-size: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) scaleX(0.5);
          transform: translateY(-50%) scaleX(0.5);
}
.home.top .service__title__h3::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #00aeeb), color-stop(50%, #ec6c00));
  background-image: linear-gradient(90deg, #00aeeb 50%, #ec6c00 50%);
  position: absolute;
  bottom: -0.25em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home.top .service__desc {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .home.top .service__desc {
    font-size: 1.4rem;
  }
}
.home.top .service__thumbnail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: #ffffff;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.home.top .document {
  display: block;
  width: 100%;
  padding: 40px 0;
  background-color: #e7f8fd;
}
@media screen and (max-width: 1099px) {
  .home.top .document {
    padding: 40px 10px;
  }
}
.home.top .document__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .home.top .document__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home.top .document__link {
  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;
  width: calc((100% - 40px) / 3);
  margin-bottom: 20px;
  padding: 15px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .home.top .document__link {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .home.top .document__link {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
  }
  .home.top .document__link:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  .home.top .document__link:nth-of-type(n + 5) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .home.top .document__link:nth-of-type(n + 4) {
    margin-bottom: 0;
  }
}
.home.top .document__link__text {
  color: #3771d7;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media screen and (max-width: 599px) {
  .home.top .document__link__text {
    font-size: 1.4rem;
  }
}
.home.top .document__link .icon__link {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .home.top .document__link .icon__link {
    right: 10px;
  }
}
.home.top .document__link:hover {
  background-color: #00aeeb;
}
.home.top .document__link:hover .document__link__text {
  color: #ffffff;
}
.home.top .document__link:hover .icon__link {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.home.top .document__link:hover .icon__link::after {
  background-color: #ffffff;
}
.home.top .banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
@media screen and (max-width: 599px) {
  .home.top .banner__inner {
    padding: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home.top .banner__link {
  width: calc((100% - 30px) / 2);
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 599px) {
  .home.top .banner__link {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .home.top .banner__link:first-of-type {
    margin-bottom: 10px;
  }
}
.home.top .banner__link:hover {
  opacity: 0.7;
}
.home.top .information {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 599px) {
  .home.top .information {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.home.top .information__inner {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.home.top .information .title__h2-mono {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}
.home.top .information__content {
  padding-left: 9%;
  padding-right: 9%;
}
@media screen and (max-width: 799px) {
  .home.top .information__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.home.top .information__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 599px) {
  .home.top .information__news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home.top .information__news__data {
  width: 160px;
}
@media screen and (max-width: 799px) {
  .home.top .information__news__data {
    width: 140px;
  }
}
@media screen and (max-width: 599px) {
  .home.top .information__news__data {
    width: 100%;
  }
}
.home.top .information__news__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home.top .information__news:hover {
  opacity: 0.7;
}
.home.top .information__link {
  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;
  width: 135px;
  height: 35px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #ccc;
  border-radius: 17px;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  font-size: 1.4rem;
  font-weight: 300;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  position: relative;
}
@media screen and (max-width: 599px) {
  .home.top .information__link {
    font-size: 1.4rem;
  }
}
.home.top .information__link::after {
  display: block;
  content: ">";
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  right: 0.6em;
  -webkit-transform: translateY(-50%) scaleX(0.5);
          transform: translateY(-50%) scaleX(0.5);
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}
@media screen and (max-width: 599px) {
  .home.top .information__link::after {
    font-size: 1.5rem;
  }
}
.home.top .information__link:hover {
  -webkit-filter: drop-shadow(2.2px 2.2px 2.2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2.2px 2.2px 2.2px rgba(0, 0, 0, 0.3));
}
.home.top .information__link:hover::after {
  right: 0.4em;
}
.home.top .relation__inner {
  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;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 799px) {
  .home.top .relation__inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .home.top .relation__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home.top .relation__link {
  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;
  width: calc((100% - 3.6% - 3.6%) / 3);
  height: 66px;
  margin-right: 40px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 599px) {
  .home.top .relation__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    padding: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .home.top .relation__link:nth-of-type(2) {
    margin-right: 0;
  }
}
.home.top .relation__link:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .home.top .relation__link:last-of-type {
    margin-right: 0;
    margin-top: 12px;
  }
}
.home.top .relation__link img {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.home.top .relation__link--orikomi img {
  width: 44.6%;
}
.home.top .relation__link--main img {
  width: 62.8%;
}
.home.top .relation__link:hover img {
  opacity: 0.6;
}
.home.top .relation__link--group img {
  width: 70.3%;
}
.home.top .relation__link--group:hover img {
  opacity: 1;
}