@charset "UTF-8";
/*レスポンシブブレイクポイント*/
#face {
  background: #0693D2;
}
#face .face_content {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 825px;
}
@media (max-width: 767px) {
  #face .face_content {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 550px;
    background-image: url(../images/index/top_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 65% bottom;
  }
}
#face .face_content .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/top_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
  opacity: 0;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 21s;
          animation-duration: 21s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 10;
}
#face .face_content .bg:nth-child(1) {
  background-image: url(../images/index/top_img.jpg);
}
#face .face_content .bg:nth-child(2) {
  background-image: url(../images/index/top_img2.jpg);
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
#face .face_content .bg:nth-child(3) {
  background-image: url(../images/index/top_img3.jpg);
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
#face .face_content h1 {
  position: absolute;
  content: "";
  display: block;
  bottom: 15%;
  left: calc(50% - 300px);
  opacity: 0;
  z-index: 20;
}
@media (max-width: 767px) {
  #face .face_content h1 {
    position: absolute;
    content: "";
    display: block;
    width: auto;
    height: 500px;
    left: 0;
    bottom: 10px;
  }
}
#face .face_content h1 img {
  filter: drop-shadow(3px 3px 5px #000);
}
@media (max-width: 767px) {
  #face .face_content h1 img {
    height: 100%;
    filter: drop-shadow(3px 3px 5px #000);
  }
}
#face .face_content .index_catch {
  @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  font-size: 52px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
@media (max-width: 1200px) {
  #face .face_content .index_catch {
    font-size: 24px;
  }
}
#face .face_content .catch_text1 {
  display: block;
}
#face .face_content .catch_text2 {
  margin-top: 20px;
  display: block;
}

/*========== lead ==========*/
.lead_wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .lead_wrap {
    flex-wrap: wrap;
  }
}
.lead_wrap p {
  font-size: 16px;
  line-height: 2;
  width: 30%;
  text-align: justify;
  margin-right: 50px;
  padding: 50px 30px;
  position: relative;
}
@media (max-width: 767px) {
  .lead_wrap p {
    font-size: 14px;
    width: 100%;
    margin: 0 20px;
    padding: 40px 20px;
  }
}
.lead_wrap p:before {
  content: "";
  display: block;
  width: 125px;
  height: 50px;
  background-image: url(../images/index/top_lead_border.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -30px;
}
@media (max-width: 767px) {
  .lead_wrap p:before {
    width: 100px;
    height: 40px;
    left: -25px;
  }
}
.lead_wrap p:after {
  content: "";
  display: block;
  width: 125px;
  height: 50px;
  background-image: url(../images/index/top_lead_border.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: -30px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .lead_wrap p:after {
    width: 100px;
    height: 40px;
    left: -25px;
  }
}
.lead_wrap figure {
  width: 30%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .lead_wrap figure {
    width: 100%;
    height: 200px;
    margin-top: 20px;
  }
}
.lead_wrap figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 767px) {
  .lead_wrap figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

/*========== advantage ==========*/
.advantage_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .advantage_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.advantage_list li {
  display: flex;
  align-items: center;
  width: 33%;
  min-width: 425px;
  margin: 0 40px;
}
@media (max-width: 767px) {
  .advantage_list li {
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    margin: 0px;
  }
}
.advantage_list li:nth-last-child(n+3) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .advantage_list li:nth-last-child(n+3) {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .advantage_list li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.advantage_list li img {
  width: 80px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .advantage_list li img {
    width: 40px;
    margin-right: 15px;
  }
}
.advantage_list li h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .advantage_list li h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.advantage_list li.fadein_right {
  -webkit-animation-name: fadein_rightAnime;
          animation-name: fadein_rightAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  opacity: 0;
}
.advantage_list li:nth-child(2).fadein_right {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.advantage_list li:nth-child(3).fadein_right {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.advantage_list li:nth-child(4).fadein_right {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
@-webkit-keyframes fadein_rightAnime {
  0% {
    opacity: 0;
    transform: translate(50px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes fadein_rightAnime {
  0% {
    opacity: 0;
    transform: translate(50px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@media (max-width: 767px) {
  .advantage_list li p {
    font-size: 14px;
  }
}

/*========== service ==========*/
#service {
  position: relative;
  background-image: url(../images/common/service_back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#service:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0073a6;
  opacity: 0.85;
}

#service_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  color: white;
}
#service_list li {
  width: 30%;
  background: #0693D2;
  transition: all 0.2s;
  opacity: 0;
}
@media (max-width: 767px) {
  #service_list li {
    width: 100%;
  }
}
#service_list li:hover {
  background: #0073a6;
}
#service_list li:nth-last-child(n+4) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #service_list li:nth-last-child(n+4) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #service_list li:not(:last-child) {
    margin-bottom: 30px;
  }
}
#service_list li figure {
  position: relative;
  background: #ddd;
  width: 100%;
  height: 11vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  #service_list li figure {
    height: 30vw;
  }
}
#service_list li figure:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 35px;
  border-color: transparent transparent #ffbc25 transparent;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  #service_list li figure:after {
    border-width: 0 0 20px 20px;
  }
}
#service_list li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  transition: all 0.2s;
}
#service_list li:hover figure:after {
  right: 0px;
  bottom: 0px;
}
#service_list li:hover figure img {
  width: 110%;
  opacity: 0.8;
}
#service_list li h3 {
  font-size: 20px;
  text-align: center;
  margin: 15px 15px 10px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  #service_list li h3 {
    font-size: 16px;
  }
}
#service_list li p {
  text-align: justify;
  padding: 0px 30px 15px;
}
@media (max-width: 767px) {
  #service_list li p {
    font-size: 14px;
    padding: 0px 15px 15px;
  }
}
#service_list.on li {
  -webkit-animation-name: fadein_bottomAnime;
          animation-name: fadein_bottomAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  opacity: 0;
}
#service_list.on li:nth-child(2) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
#service_list.on li:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#service_list.on li:nth-child(4) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
#service_list.on li:nth-child(5) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#service_list.on li:nth-child(6) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}
@-webkit-keyframes fadein_bottomAnime {
  0% {
    opacity: 0;
    transform: translate(0px, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes fadein_bottomAnime {
  0% {
    opacity: 0;
    transform: translate(0px, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

/*========== information ==========*/
#info_list {
  width: 80%;
  margin: 0 auto 40px;
  background: white;
  height: 250px;
  overflow-y: scroll;
  border: 40px solid #fff;
}
@media (max-width: 767px) {
  #info_list {
    width: 100%;
    margin: 0 auto 30px;
    height: 250px;
    border: 15px solid #fff;
  }
}
#info_list li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #info_list li:not(:last-child) {
    margin-bottom: 15px;
  }
}
#info_list dl {
  display: flex;
  font-size: 15px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #info_list dl {
    font-size: 13px;
    flex-wrap: wrap;
  }
}
#info_list dl dt {
  width: 10em;
  text-align: center;
  font-weight: normal;
  border: 1px solid #ddd;
  margin-right: 1em;
  align-self: flex-start;
}
@media (max-width: 767px) {
  #info_list dl dt {
    margin-right: 0em;
    margin-bottom: 5px;
  }
}
#info_list dl dd {
  width: calc(100% - 11em);
}
@media (max-width: 767px) {
  #info_list dl dd {
    width: 100%;
    text-align: justify;
  }
}

#news_box {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #news_box {
    width: 100%;
    flex-wrap: wrap;
  }
}
#news_box div {
  width: 48%;
  height: 300px;
  background: white;
  padding: 30px;
}
@media (max-width: 767px) {
  #news_box div {
    width: 100%;
    height: 300px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  #news_box div:first-child {
    margin-bottom: 30px;
  }
}
#news_box div h3 {
  text-align: center;
  border-bottom: 1px solid #0693D2;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #news_box div h3 {
    text-align: center;
    border-bottom: 1px solid #0693D2;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
#news_box div iframe {
  height: calc(100% - 50px);
}

/*========== bizup ==========*/
#bizup_list {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1299px) {
  #bizup_list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #bizup_list {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #bizup_list li {
    width: 48%;
  }
}
@media (max-width: 767px) {
  #bizup_list li:not(:last-child) {
    margin-bottom: 15px;
  }
}
#bizup_list li a {
  display: flex;
  flex-flow: column;
  width: 180px;
  height: 180px;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 50%;
  transition: 0.2s;
}
@media (max-width: 1299px) {
  #bizup_list li a {
    width: 16vw;
    height: 16vw;
    max-width: 180px;
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  #bizup_list li a {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    border-radius: 0%;
    max-width: 100%;
    max-height: auto;
  }
}
#bizup_list li a:hover {
  background: #f7f7f7;
}
#bizup_list li a img {
  width: 70px;
  margin-bottom: 5px;
}
@media (max-width: 1299px) {
  #bizup_list li a img {
    width: 7vw;
  }
}
@media (max-width: 767px) {
  #bizup_list li a img {
    width: 50px;
    margin: 0px;
  }
}
#bizup_list li a h3 {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 1299px) {
  #bizup_list li a h3 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #bizup_list li a h3 {
    font-size: 14px;
    margin-bottom: 0px;
    margin-right: 5px;
    width: calc(100% - 55px);
  }
}

#bizup_news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 40px auto 0;
}
@media (max-width: 1299px) {
  #bizup_news {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #bizup_news {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px auto 0;
  }
}
#bizup_news p {
  width: 100%;
  color: #0693D2;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #bizup_news p {
    width: 100%;
    color: #0693D2;
    margin-bottom: 15px;
  }
}
#bizup_news iframe {
  width: calc(100% - 280px);
  height: 200px;
}
@media (max-width: 1299px) {
  #bizup_news iframe {
    width: calc(100% - 260px);
  }
}
@media (max-width: 767px) {
  #bizup_news iframe {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
}
#bizup_news .btn_a {
  background: #0693D2;
  display: block;
  align-self: flex-end;
  color: white;
  padding: 10px 1em;
  width: 250px;
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 1299px) {
  #bizup_news .btn_a {
    width: 230px;
  }
}
/*# sourceMappingURL=index.css.map */