@charset "UTF-8";
/* =====================================

	▼▼▼ TOP

===================================== */
/* ------------------------------
アニメーション
------------------------------ */
.company_introduction .company_introduction__item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translatex(-100%);
          transform: translatex(-100%);
  opacity: 0;
}
.company_introduction .company_introduction__item.visible {
  -webkit-transform: translatex(0);
          transform: translatex(0);
  opacity: 1;
}
.company_introduction .company_introduction__item:nth-child(1).visible, .company_introduction .company_introduction__item:nth-child(1).invisible {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; /* 0.3秒遅らせる */
}
.company_introduction .company_introduction__item:nth-child(2).visible, .company_introduction .company_introduction__item:nth-child(2).invisible {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; /* 0.2秒遅らせる */
}
.company_introduction .company_introduction__item:nth-child(3).visible, .company_introduction .company_introduction__item:nth-child(3).invisible {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; /* 0.1秒遅らせる */
}

.map-wrap {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  height: 500px;
}
.map-wrap .map {
  width: 100%;
  height: 100%;
}
.map-wrap .map .gm-style-mtc {
  display: none;
}

.top_mv {
  width: 100%;
  height: 32.29vw;
  max-height: 620px;
  position: relative;
  margin: 0 auto 100px;
}
.top_mv .mv_img {
  width: 68.75%;
  height: 32.29vw;
  max-height: 620px;
  background: url(../img/top/top_mv.svg) no-repeat scroll center top;
  background-size: cover;
  margin-left: auto;
}
.top_mv .mv_catch_copy {
  position: absolute;
  left: 4%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 49%;
  margin-top: 100px;
  font-size: 52px;
  font-weight: 700;
  color: #0053A5;
  text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff, -4px 4px 4px #fff, 4px -4px 4px #fff, 4px 0 4px #fff, -4px 0 4px #fff, 0 4px 4px #fff, 0 -4px 4px #fff;
}
.top_mv .mv_catch_copy .mv_panda_1 {
  width: 15.9%;
  max-width: 150px;
  height: auto;
  text-align: center;
  margin: 0 0 0 20%;
}
.top_mv .mv_panda_2 {
  width: 10%;
  max-width: 180px;
  height: auto;
  position: absolute;
  right: 3%;
  top: 8%;
}
.top_mv .mv_panda_3 {
  width: 10%;
  max-width: 180px;
  height: auto;
  position: absolute;
  right: 10%;
  bottom: -50px;
}

/* =====================================
会社方針
===================================== */
.company_policy .company_policy__txt {
  text-align: center;
  line-height: 2;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin: 0 0 30px;
}
.company_policy .company_policy__btn {
  margin: 0 auto 120px;
}

.company_introduction {
  margin: 0 auto 100px;
}
.company_introduction .company_introduction__item {
  width: 33.3333333333%;
  padding: 40px;
  background-color: #3A6EA2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company_introduction .company_introduction__item:nth-child(1) .company_introduction__image > span {
  position: absolute;
  left: -10px;
  top: -20px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  z-index: 5;
}
.company_introduction .company_introduction__item:nth-child(1) .company_introduction__btn:hover a {
  color: #3A6EA2;
}
.company_introduction .company_introduction__item:nth-child(1) .company_introduction__btn:hover a::before {
  background-color: #3A6EA2;
}
.company_introduction .company_introduction__item:nth-child(2) {
  background-color: #3AA292;
}
.company_introduction .company_introduction__item:nth-child(2) .company_introduction__image > span {
  position: absolute;
  left: -10px;
  bottom: -15px;
  z-index: 20;
}
.company_introduction .company_introduction__item:nth-child(2) .company_introduction__btn:hover a {
  color: #3AA292;
}
.company_introduction .company_introduction__item:nth-child(2) .company_introduction__btn:hover a::before {
  background-color: #3AA292;
}
.company_introduction .company_introduction__item:nth-child(3) {
  background-color: #A29A3A;
}
.company_introduction .company_introduction__item:nth-child(3) .company_introduction__image > span {
  position: absolute;
  right: -10px;
  top: -20px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  z-index: 5;
}
.company_introduction .company_introduction__item:nth-child(3) .company_introduction__btn:hover a {
  color: #A29A3A;
}
.company_introduction .company_introduction__item:nth-child(3) .company_introduction__btn:hover a::before {
  background-color: #A29A3A;
}
.company_introduction .company_introduction__item .company_introduction__title {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 15px;
}
.company_introduction .company_introduction__item .company_introduction__image {
  width: 60.9%;
  max-width: 300px;
  margin: 0 auto 20px;
  position: relative;
}
.company_introduction .company_introduction__item .company_introduction__image > img {
  position: relative;
  z-index: 10;
}
.company_introduction .company_introduction__item .company_introduction__txt {
  width: 67%;
  max-width: 330px;
  margin: 0 auto 20px;
  color: #fff;
  text-align: justify;
}
.company_introduction .company_introduction__item .company_introduction__btn {
  width: 67%;
  max-width: 330px;
  margin: auto auto 0;
}
.company_introduction .company_introduction__item .company_introduction__btn a {
  border: 3px solid #fff;
  border-radius: 30px;
  background-color: transparent;
  color: #fff;
}
.company_introduction .company_introduction__item .company_introduction__btn a::before {
  background-image: none;
  display: block;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-mask-image: url("../img/common/btn_arrow_right_wh.svg");
  mask-image: url("../img/common/btn_arrow_right_wh.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 9px auto;
  mask-size: 9px auto;
}
.company_introduction .company_introduction__item .company_introduction__btn:hover a {
  background-color: #fff;
  color: #0053A5;
  text-decoration: none;
}
.company_introduction .company_introduction__item .company_introduction__btn:hover a::before {
  background-image: none;
}

.topics {
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topics .topics_wrap {
  width: 60%;
  max-width: 720px;
}
.topics .topics__list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  border-top: 1px solid #CCCCCC;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topics .topics__item {
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
}
.topics .topics__data {
  width: 140px;
}
.topics .topics__title {
  width: calc(100% - 140px);
}
.topics .topics__title a {
  color: inherit;
  font-size: 17px;
}
.topics .topics__btn {
  margin: 0 auto;
}
.topics .facebook_wrap {
  width: 29.2%;
  max-width: 350px;
  height: 530px;
}
.topics .facebook_wrap iframe {
  /*
  			width: 350px !important;
  			height: 570px !important;
  */
}

.iitoko_map {
  overflow: hidden;
}
.iitoko_map .iitoko_map__titlearea {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 0;
  background-color: rgba(0, 83, 165, 0.1);
}
.iitoko_map .iitoko_map__logo {
  width: 35.84%;
  max-width: 430px;
}
.iitoko_map .iitoko_map__wrao {
  margin-left: 40px;
}
.iitoko_map .iitoko_map__txt {
  text-align: center;
  font-size: 18px;
  margin: 0 auto 25px;
}
.iitoko_map .iitoko_map__btn {
  margin: 0 auto;
}
.iitoko_map .iitoko_map__gmap {
  height: 500px;
  overflow: hidden;
}

/* =====================================

	▼▼▼ 1024px以下

===================================== */
@media screen and (max-width: 1024px) {
  .top_mv {
    width: 100%;
    height: 56.44vw;
    position: relative;
    margin: 0 auto 100px;
  }
  .top_mv .mv_img {
    width: 68.75%;
    height: 56.44vw;
  }
  .top_mv .mv_catch_copy {
    position: absolute;
    left: 4%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 49%;
    margin-top: 50px;
    font-size: 28px;
    text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff, -4px 4px 4px #fff, 4px -4px 4px #fff, 4px 0 4px #fff, -4px 0 4px #fff, 0 4px 4px #fff, 0 -4px 4px #fff;
  }
  .top_mv .mv_catch_copy .mv_panda_1 {
    width: 24%;
    max-width: 120px;
    height: auto;
    text-align: center;
    margin: 0 0 0 20%;
  }
  .top_mv .mv_panda_2 {
    width: 12.7%;
    max-width: 130px;
    height: auto;
    position: absolute;
    right: 10px;
    top: 8%;
  }
  .top_mv .mv_panda_3 {
    width: 12.7%;
    max-width: 130px;
    height: auto;
    position: absolute;
    right: 100px;
    bottom: 20px;
  }
  .company_introduction {
    margin: 0 auto 100px;
  }
  .company_introduction .company_introduction__item {
    padding: 20px;
  }
  .company_introduction .company_introduction__item .company_introduction__image {
    width: 90%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .company_introduction .company_introduction__item .company_introduction__txt {
    width: 90%;
    max-width: 300px;
    margin: 0 auto 20px;
    color: #fff;
  }
  .company_introduction .company_introduction__item .company_introduction__btn {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
  }
  .topics {
    display: block;
  }
  .topics .topics_wrap {
    width: 100%;
    max-width: 100%;
  }
  .topics .facebook_wrap {
    width: 100%;
    max-width: 500px;
    margin: 50px auto 0;
  }
}
/* =====================================

	▼▼▼ max-width: 767px

===================================== */
@media screen and (max-width: 768px) {
  .map-wrap {
    height: 400px;
  }
  .top_mv {
    width: 100%;
    height: 56.44vw;
    position: relative;
    margin: 0 auto 50px;
  }
  .top_mv .mv_img {
    width: 68.75%;
    height: 56.44vw;
  }
  .top_mv .mv_catch_copy {
    position: absolute;
    left: 4%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 56%;
    font-size: 24px;
  }
  .top_mv .mv_catch_copy .mv_panda_1 {
    width: 24%;
    max-width: 120px;
    height: auto;
    text-align: center;
    margin: 0 0 0 15%;
  }
  .top_mv .mv_panda_2 {
    width: 12.7%;
    max-width: 130px;
    height: auto;
    position: absolute;
    right: 5px;
    top: 20px;
  }
  .top_mv .mv_panda_3 {
    width: 12.7%;
    max-width: 130px;
    height: auto;
    position: absolute;
    right: 100px;
    bottom: 10px;
  }
  /* =====================================
  会社方針
  ===================================== */
  .company_policy .company_policy__txt {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
  }
  .company_policy .company_policy__btn {
    margin: 0 auto 50px;
  }
  .company_introduction {
    margin: 0 auto 50px;
  }
  .company_introduction .company_introduction__item {
    width: 33.3333333333%;
    padding: 20px;
  }
  .company_introduction .company_introduction__item .company_introduction__title {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .company_introduction .company_introduction__item .company_introduction__image {
    width: 90%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .company_introduction .company_introduction__item .company_introduction__txt {
    width: 90%;
    max-width: 300px;
    margin: 0 auto 20px;
    color: #fff;
  }
  .company_introduction .company_introduction__item .company_introduction__btn {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
  }
  .company_introduction .company_introduction__item .company_introduction__btn a {
    border: 2px solid #fff;
  }
  .company_introduction .company_introduction__item .company_introduction__btn a::before {
    right: 15px;
    width: 7px;
    height: 13px;
    background: url(../img/common/btn_arrow_right_wh.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .company_introduction .company_introduction__item .company_introduction__btn:hover a {
    background-color: #fff;
    color: #0053A5;
    text-decoration: none;
  }
  .company_introduction .company_introduction__item .company_introduction__btn:hover a::before {
    right: 15px;
    width: 7px;
    height: 13px;
    background: url(../img/common/btn_arrow_right.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .topics {
    margin: 0 auto 50px;
  }
  .topics .topics__list {
    margin: 0 auto 30px;
  }
  .topics .topics__item {
    padding: 15px 0;
  }
  .topics .topics__data {
    width: 140px;
  }
  .topics .topics__title {
    width: calc(100% - 140px);
  }
  .topics .topics__title a {
    color: inherit;
    font-size: 14px;
  }
  .topics .topics__btn {
    margin: 0 auto;
  }
  .iitoko_map {
    overflow: hidden;
  }
  .iitoko_map .iitoko_map__titlearea {
    padding: 40px 20px;
  }
  .iitoko_map .iitoko_map__logo {
    width: 34.5%;
    max-width: 250px;
  }
  .iitoko_map .iitoko_map__wrao {
    margin-left: 20px;
  }
  .iitoko_map .iitoko_map__txt {
    text-align: center;
    font-size: 14px;
    margin: 0 auto 15px;
  }
  .iitoko_map .iitoko_map__gmap {
    height: 400px;
    overflow: hidden;
  }
  .iitoko_map .iitoko_map__gmap iframe {
    height: 400px;
  }
}
/* =====================================

	▼▼▼ 500px以下

===================================== */
@media screen and (max-width: 480px) {
  .map-wrap {
    height: 300px;
  }
  .map-wrap .map {
    width: 100%;
    height: 300px;
  }
  .map-wrap .map .gm-style-mtc {
    display: none;
  }
  .top_mv .mv_catch_copy {
    margin-top: 20px;
    font-size: 18px;
    width: 100%;
  }
  .top_mv .mv_catch_copy .mv_panda_1 {
    width: 21%;
    max-width: 50px;
    height: auto;
    text-align: center;
    margin: 0 0 0 15%;
  }
  .top_mv .mv_panda_2 {
    width: 13%;
    max-width: 55px;
    height: auto;
    position: absolute;
    right: 5px;
    top: 10px;
  }
  .top_mv .mv_panda_3 {
    width: 13%;
    max-width: 55px;
    height: auto;
    position: absolute;
    right: 50px;
    bottom: 10px;
  }
  /* =====================================
  会社方針
  ===================================== */
  .company_policy .company_policy__txt {
    font-size: 14px;
  }
  .company_introduction {
    display: block;
  }
  .company_introduction .company_introduction__item {
    width: 100%;
    padding: 20px;
  }
  .company_introduction .company_introduction__item .company_introduction__title {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .company_introduction .company_introduction__item .company_introduction__image {
    width: 240px;
    max-width: 240px;
    margin: 0 auto 20px;
  }
  .topics .topics__list {
    margin: 0 auto 30px;
  }
  .topics .topics__item {
    padding: 15px 0;
    display: block;
  }
  .topics .topics__data {
    width: 100%;
    margin: 0 0 5px;
  }
  .topics .topics__title {
    width: 100%;
  }
  .topics .topics__title a {
    color: inherit;
    font-size: 14px;
  }
  .topics .topics__btn {
    margin: 0 auto;
  }
  .topics .facebook_wrap iframe {
    width: 100% !important;
  }
  .iitoko_map .iitoko_map__titlearea {
    padding: 40px 20px;
    display: block;
  }
  .iitoko_map .iitoko_map__logo {
    width: 250px;
    max-width: 250px;
    margin: 0 auto 20px;
  }
  .iitoko_map .iitoko_map__wrao {
    margin-left: 0s;
  }
  .iitoko_map .iitoko_map__txt {
    text-align: center;
    font-size: 14px;
    margin: 0 auto 15px;
  }
  .iitoko_map .iitoko_map__gmap {
    height: 400px;
    overflow: hidden;
  }
  .iitoko_map .iitoko_map__gmap iframe {
    height: 400px;
  }
}/*# sourceMappingURL=top.css.map */