@charset "UTF-8";
/* 7ミッション用 ブレイクポイント */
/* 7ミッション用 ブレイクポイント */
/* SERVICE ブレイクポイント */
.sp-visible {
  display: none;
}
@media only screen and (max-width: 740px) {
  .sp-visible {
    display: block;
  }
}

.pc-visible {
  display: block;
}
@media only screen and (max-width: 740px) {
  .pc-visible {
    display: none;
  }
}

/* **************************************************

   MAIN-VISUAL

************************************************** */
#main-visual {
  display: block;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1920px;
  width: 100%;
  height: 700px;
  background: url(../img/1920view.png) center center/cover no-repeat;
  z-index: 100;
}
@media only screen and (max-width: 740px) {
  #main-visual {
    max-width: 100vw;
    width: 100vw;
    height: 143.4666666667vw;
    background: url(../img/sp-mv.png) center center/cover no-repeat;
  }
}
#main-visual .inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  top: 0;
  left: 0;
}
#main-visual .inner .catchcopy {
  position: absolute;
  top: 260px;
  left: 40px;
  color: #003889;
}
@media only screen and (max-width: 740px) {
  #main-visual .inner .catchcopy {
    top: 100px;
    left: 4vw;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1280px) {
  #main-visual .inner .catchcopy {
    left: 4vw;
  }
}
#main-visual .inner .catchcopy h1 {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.7em;
}
@media only screen and (min-width: 740px) and (max-width: 1280px) {
  #main-visual .inner .catchcopy h1 {
    font-size: 3.1vw;
  }
}
@media only screen and (max-width: 740px) {
  #main-visual .inner .catchcopy h1 {
    font-size: 22px;
    line-height: 1.8em;
  }
  #main-visual .inner .catchcopy h1 span {
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 6px 10px 3px;
  }
}
#main-visual .inner .catchcopy p {
  margin: 0;
  padding: 0;
  font-size: 1.2vw;
  line-height: 1.6em;
  margin-top: 30px;
}
@media only screen and (max-width: 740px) {
  #main-visual .inner .catchcopy p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.9em;
  }
  #main-visual .inner .catchcopy p span {
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 6px 10px 3px;
  }
}
#main-visual .inner .catchcopy button {
  background: #003889;
  color: #fff;
  font-weight: 700;
  border: 0;
  width: 200px;
  height: 45px;
  border-radius: 20px;
  margin-top: 40px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border: 2px solid #003889;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 740px) {
  #main-visual .inner .catchcopy button {
    -webkit-transition: unset;
    transition: unset;
  }
}
#main-visual .inner .catchcopy button:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #003889;
  background: #fff;
}
@media only screen and (max-width: 740px) {
  #main-visual .inner .catchcopy button:hover {
    color: #fff;
    background: #003889;
    -webkit-transition: unset;
    transition: unset;
  }
}
@media only screen and (max-width: 740px) {
  #main-visual .inner .catchcopy button {
    margin-top: 6vw;
  }
}
#main-visual .inner #information {
  height: 80px;
  min-width: 680px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 56, 137, 0.9);
  border-top-left-radius: 8px;
  color: #fff;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 740px) {
  #main-visual .inner #information {
    min-width: 100vw;
    width: 100vw;
    height: 120px;
    padding: 0 4vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
}
#main-visual .inner #information .topics {
  width: 620px;
  height: 80px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 740px) {
  #main-visual .inner #information .topics {
    width: 92vw;
    height: 120px;
    display: block;
  }
}
#main-visual .inner #information .topics .title {
  width: 70px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media only screen and (max-width: 740px) {
  #main-visual .inner #information .topics .title {
    width: 100%;
    line-height: 1em;
    display: block;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#main-visual .inner #information .topics .pickup-wrap {
  display: block;
  overflow: hidden;
  width: 550px;
  height: 80px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 740px) {
  #main-visual .inner #information .topics .pickup-wrap {
    width: 90vw;
    height: 80px;
  }
}
#main-visual .inner #information .topics .pickup-wrap .slider {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
#main-visual .inner #information .topics .pickup-wrap .slider .prev {
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 30px;
  background-image: url(../img/slick-arrow-prev.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px 30px;
  z-index: 1;
}
#main-visual .inner #information .topics .pickup-wrap .slider .next {
  position: absolute;
  top: -10px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 30px;
  background-image: url(../img/slick-arrow-next.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px 30px;
  z-index: 1;
}
#main-visual .inner #information .topics .pickup-wrap .slider .article {
  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;
  width: 500px;
  overflow: hidden;
  color: #fff;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 40px;
  position: relative;
  left: 0;
}
@media only screen and (max-width: 740px) {
  #main-visual .inner #information .topics .pickup-wrap .slider .article {
    margin: 0;
    padding: 0;
    width: calc(100vw - 80px);
    padding: 0;
    position: relative;
    left: 50px;
  }
}
#main-visual .inner #information .topics .pickup-wrap .slider .article .picture {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  width: 75px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 740px) {
  #main-visual .inner #information .topics .pickup-wrap .slider .article .picture {
    margin: 0 15px 0 0;
  }
}
#main-visual .inner #information .topics .pickup-wrap .slider .article .picture img {
  width: 100%;
  height: 100%;
}
#main-visual .inner #information .topics .pickup-wrap .slider .article .contents {
  margin: 0;
  padding: 0;
  width: 470px;
  height: 50px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 740px) {
  #main-visual .inner #information .topics .pickup-wrap .slider .article .contents {
    width: calc(100vw - 130px);
  }
}

/* **************************************************

   Event Seminar

************************************************** */
#event {
  border: 0;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 40px 0;
  margin-top: 0;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 740px) {
  #event {
    margin-top: 0;
    padding: 40px 4vw 0;
  }
}
#event .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 50;
}
@media only screen and (max-width: 740px) {
  #event .inner {
    margin: 0 auto;
    width: 100%;
  }
}
#event .inner #events {
  max-width: 1200px;
  height: 300px;
  margin: 0;
  margin-top: 45px;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 740px) {
  #event .inner #events {
    margin-top: 20px;
    height: 280px;
  }
}
#event .inner #events .prev {
  position: absolute;
  max-width: 100%;
  top: 80px;
  right: -30px;
  width: 80px;
  height: 80px;
  background: url(../img/slider-prev.png) center center/cover no-repeat;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#event .inner #events .prev:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media only screen and (max-width: 740px) {
  #event .inner #events .prev {
    top: 56px;
    right: -25px;
    width: 60px;
    height: 60px;
  }
}
#event .inner #events .next {
  position: absolute;
  bottom: 140px;
  left: -30px;
  width: 80px;
  height: 80px;
  background: url(../img/slider-next.png) center center/cover no-repeat;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#event .inner #events .next:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media only screen and (max-width: 740px) {
  #event .inner #events .next {
    bottom: 165px;
    left: -20px;
    width: 60px;
    height: 60px;
  }
}
#event .inner #events li {
  display: block;
  width: auto;
  margin: 0 0 0 0;
  padding: 0 !important;
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  #event .inner #events li {
    width: auto;
    padding: 0 30% 0 0;
  }
}
#event .inner #events li .article {
  width: 395px;
  overflow: hidden;
  display: block;
  margin: 0;
}
@media only screen and (max-width: 740px) {
  #event .inner #events li .article {
    width: 270px;
  }
}
#event .inner #events li .article .picture {
  width: 95%;
  height: 250px;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 0;
  overflow: hidden;
  margin: 0 auto;
  background: #4C4948;
}
@media only screen and (max-width: 740px) {
  #event .inner #events li .article .picture {
    width: 95%;
    height: 170px;
    background: #4C4948;
    margin: 0;
  }
}
#event .inner #events li .article .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#event .inner #events li .article .picture img:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#event .inner #events li .contents {
  width: 390px;
  height: 120px;
  margin-top: 20px;
  padding: 0 10px;
  border: 0;
  font-size: 16px;
  line-height: 3m;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  #event .inner #events li .contents {
    width: 270px;
    height: 130px;
  }
}
#event .inner #events li .contents mark {
  background: transparent;
  color: #000;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#event .inner .events-head {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #003889;
  height: 60px;
}
#event .inner .events-head .pc-inline-block {
  display: inline-block;
}
@media only screen and (max-width: 740px) {
  #event .inner .events-head .pc-inline-block {
    display: none;
  }
}
#event .inner .events-head .sp-inline-block {
  display: none;
}
@media only screen and (max-width: 740px) {
  #event .inner .events-head .sp-inline-block {
    display: inline-block;
  }
}
@media only screen and (max-width: 740px) {
  #event .inner .events-head {
    display: block;
  }
}
#event .inner .events-head h2 {
  display: block;
  font-size: 48px;
  font-weight: 400;
  margin: 0 30px 0 0;
  padding: 0;
  line-height: 1em;
}
@media only screen and (max-width: 740px) {
  #event .inner .events-head h2 {
    font-size: 28px;
    margin: 0 0 15px 0;
    width: 100%;
  }
}
#event .inner .events-head .subtitle {
  display: iblock;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 8px 0;
  line-height: 1em;
}
@media only screen and (max-width: 740px) {
  #event .inner .events-head .subtitle {
    font-size: 14px;
    padding: 0;
  }
}
#event .inner .events-head button {
  display: block;
  color: #fff;
  background: #003889;
  font-weight: 700;
  border: 0;
  width: 200px;
  height: 50px;
  border-radius: 30px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 10;
  border: 1px solid #003889;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #003889;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 740px) {
  #event .inner .events-head button {
    display: none;
    -webkit-transition: unset;
    transition: unset;
  }
}
#event .inner .events-head button:hover {
  color: #003889;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 740px) {
  #event .inner .events-head button:hover {
    color: #fff;
    background: #003889;
    -webkit-transition: unset;
    transition: unset;
  }
}

/* **************************************************

   7 MISSION

************************************************** */
#mission7 {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 40px 140px;
  margin-top: 100px;
  position: relative;
}
@media only screen and (max-width: 740px) {
  #mission7 {
    margin-top: 40px;
    padding: 40px 4vw;
  }
}
#mission7 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mission7 .item-content .indicate {
  content: "";
  position: absolute;
  top: -10px;
  width: 28px;
  height: 28px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#mission7 .item-content .item-wrap {
  max-width: 1200px;
  margin: 0 auto;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 740px) {
  #mission7 .item-content .item-wrap {
    padding: 35px 0;
  }
}
#mission7 .item-content .item-wrap .item-close {
  position: absolute;
  right: 3vw;
  top: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  cursor: pointer;
}
#mission7 .item-content .item-wrap .item-close:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 8px;
  width: 22px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
}
#mission7 .item-content .item-wrap .item-close:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 8px;
  width: 22px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}
@media only screen and (min-width: 740px) and (max-width: 930px) {
  #mission7 .item-content .item-wrap {
    width: 600px;
  }
}
@media only screen and (min-width: 930px) and (max-width: 1220px) {
  #mission7 .item-content .item-wrap {
    width: 905px;
  }
}
@media only screen and (max-width: 740px) {
  #mission7 .item-content .item-wrap {
    max-width: 92vw;
    width: 92vw;
  }
}
#mission7 .item-content .item-wrap .item-mark {
  width: 120px;
  margin: 0 auto;
}
#mission7 .item-content .item-wrap .item-mark img {
  width: 100%;
  height: auto;
}
#mission7 .item-content .item-wrap .item-text {
  width: 100%;
}
#mission7 .item-content .item-wrap .item-text h3 {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 400;
}
#mission7 .item-content .item-wrap .item-text p {
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 400;
}
#mission7 .item-content#item1-content {
  display: none;
  background: #C2185B;
}
#mission7 .item-content#item1-content .indicate {
  background: #C2185B;
}
#mission7 .item-content#item2-content {
  display: none;
  background: #673AB7;
}
#mission7 .item-content#item2-content .indicate {
  background: #673AB7;
}
#mission7 .item-content#item3-content {
  display: none;
  background: #0277BD;
}
#mission7 .item-content#item3-content .indicate {
  background: #0277BD;
}
#mission7 .item-content#item4-content {
  display: none;
  background: #00796B;
}
#mission7 .item-content#item4-content .indicate {
  background: #00796B;
}
#mission7 .item-content#item5-content {
  display: none;
  background: #388E3C;
}
#mission7 .item-content#item5-content .indicate {
  background: #388E3C;
}
#mission7 .item-content#item6-content {
  display: none;
  background: #F9A825;
}
#mission7 .item-content#item6-content .indicate {
  background: #F9A825;
}
#mission7 .item-content#item7-content {
  display: none;
  background: #EF6C00;
}
#mission7 .item-content#item7-content .indicate {
  background: #EF6C00;
}
#mission7:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #12B3C7;
  width: 60%;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: -1;
}
@media only screen and (max-width: 740px) {
  #mission7:after {
    width: 84%;
  }
}
#mission7 .inner {
  width: 1210px;
  margin: 0 auto;
  padding: 0 10px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 740px) and (max-width: 930px) {
  #mission7 .inner {
    width: 600px;
  }
}
@media only screen and (min-width: 930px) and (max-width: 1220px) {
  #mission7 .inner {
    width: 905px;
  }
}
@media only screen and (max-width: 740px) {
  #mission7 .inner {
    width: 100%;
  }
}
#mission7 .inner ul {
  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;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 930px) and (max-width: 1220px) {
  #mission7 .inner ul:after {
    content: "";
    display: block;
    width: 285px;
    height: 0;
  }
}
#mission7 .inner ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 20px 0;
  padding: 0;
  width: 285px;
  height: 400px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 740px) {
  #mission7 .inner ul li {
    width: 100%;
    height: 300px;
  }
}
#mission7 .inner ul li .item-image {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 190px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 740px) {
  #mission7 .inner ul li .item-image {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 130px;
  }
}
#mission7 .inner ul li .item-image p {
  display: block;
  margin: 0 0 25px 0;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  #mission7 .inner ul li .item-image p {
    margin: 0;
    width: 63%;
    text-align: left;
  }
}
#mission7 .inner ul li .item-image p.line-2 {
  margin: 0 0 12px 0;
}
#mission7 .inner ul li .item-contents {
  width: 100%;
  height: 210px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 740px) {
  #mission7 .inner ul li .item-contents {
    height: 170px;
  }
}
#mission7 .inner ul li .item-contents .mission {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
}
#mission7 .inner ul li .item-contents .text {
  width: 100%;
  font-size: 16px;
  margin-bottom: auto;
}
@media only screen and (max-width: 740px) {
  #mission7 .inner ul li .item-contents .text {
    font-size: 14px;
    line-height: 1.7em;
  }
}
#mission7 .inner ul li .item-contents .more {
  width: 120px;
  height: 30px;
  font-size: 12px;
  color: #fff;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
  font-weight: 400;
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#mission7 .inner ul li .item-contents .more:before {
  content: "MORE";
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#mission7 .inner ul li .item-contents .more:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#mission7 .inner ul li .item-contents .more.close:before {
  content: "CLOSE";
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
#mission7 .inner ul li .item-contents .more.close:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 13px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#mission7 .inner ul li.item1 .item-image {
  background: #C2185B url(../img/mi1.png) center 27px/76px 76px no-repeat;
}
@media only screen and (max-width: 740px) {
  #mission7 .inner ul li.item1 .item-image {
    background: #C2185B url(../img/mi1.png) 18px 27px/76px 76px no-repeat;
  }
}
#mission7 .inner ul li.item1 .mission {
  color: #C2185B;
}
#mission7 .inner ul li.item1 .more {
  background: #C2185B;
}
#mission7 .inner ul li.item2 .item-image {
  background: #673AB7 url(../img/mi2.png) center 27px/76px 76px no-repeat;
}
@media only screen and (max-width: 740px) {
  #mission7 .inner ul li.item2 .item-image {
    background: #673AB7 url(../img/mi2.png) 20px 27px/76px 76px no-repeat;
  }
}
#mission7 .inner ul li.item2 .mission {
  color: #673AB7;
}
#mission7 .inner ul li.item2 .more {
  background: #673AB7;
}
#mission7 .inner ul li.item3 .item-image {
  background: #0277BD url(../img/mi3.png) center 34px/76px 60px no-repeat;
}
@media only screen and (max-width: 740px) {
  #mission7 .inner ul li.item3 .item-image {
    background: #0277BD url(../img/mi3.png) 20px 34px/76px 60px no-repeat;
  }
}
#mission7 .inner ul li.item3 .mission {
  color: #0277BD;
}
#mission7 .inner ul li.item3 .more {
  background: #0277BD;
}
#mission7 .inner ul li.item4 .item-image {
  background: #00796B url(../img/mi4.png) center 27px/68px 75px no-repeat;
}
@media only screen and (max-width: 740px) {
  #mission7 .inner ul li.item4 .item-image {
    background: #00796B url(../img/mi4.png) 22px 27px/68px 75px no-repeat;
  }
}
#mission7 .inner ul li.item4 .mission {
  color: #00796B;
}
#mission7 .inner ul li.item4 .more {
  background: #00796B;
}
#mission7 .inner ul li.item5 .item-image {
  background: #388E3C url(../img/mi5.png) center 23px/80px 80px no-repeat;
}
@media only screen and (max-width: 740px) {
  #mission7 .inner ul li.item5 .item-image {
    background: #388E3C url(../img/mi5.png) 18px 23px/80px 80px no-repeat;
  }
}
#mission7 .inner ul li.item5 .mission {
  color: #388E3C;
}
#mission7 .inner ul li.item5 .more {
  background: #388E3C;
}
#mission7 .inner ul li.item6 .item-image {
  background: #F9A825 url(../img/mi6.png) center 23px/80px 80px no-repeat;
}
@media only screen and (max-width: 740px) {
  #mission7 .inner ul li.item6 .item-image {
    background: #F9A825 url(../img/mi6.png) 20px 23px/80px 80px no-repeat;
  }
}
#mission7 .inner ul li.item6 .mission {
  color: #F9A825;
}
#mission7 .inner ul li.item6 .more {
  background: #F9A825;
}
#mission7 .inner ul li.item7 .item-image {
  background: #EF6C00 url(../img/mi7.png) center 23px/80px 80px no-repeat;
}
@media only screen and (max-width: 740px) {
  #mission7 .inner ul li.item7 .item-image {
    background: #EF6C00 url(../img/mi7.png) 17px 23px/80px 80px no-repeat;
  }
}
#mission7 .inner ul li.item7 .mission {
  color: #EF6C00;
}
#mission7 .inner ul li.item7 .more {
  background: #EF6C00;
}
#mission7 .inner ul li:first-child {
  background: transparent;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  color: #fff;
  position: relative;
  cursor: default;
}
@media only screen and (max-width: 740px) {
  #mission7 .inner ul li:first-child {
    height: 187px;
  }
}
#mission7 .inner ul li:first-child:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 740px) {
  #mission7 .inner ul li:first-child:before {
    width: 30px;
    height: 30px;
  }
}
#mission7 .inner ul li:first-child h3 {
  width: 100%;
  margin: 80px 0 30px;
  padding: 0;
  line-height: 1em;
  font-size: 100px;
  font-weight: 400;
}
#mission7 .inner ul li:first-child h3 span {
  font-size: 60px;
}
@media only screen and (max-width: 740px) {
  #mission7 .inner ul li:first-child h3 {
    font-size: 56px;
    margin: 40px 0 20px;
  }
  #mission7 .inner ul li:first-child h3 span {
    font-size: 30px;
  }
}
#mission7 .inner ul li:first-child p {
  margin: 0;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
}
#mission7 .inner ul li.item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #003889;
  z-index: 100;
  opacity: 0;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mission7 .inner ul li.item:hover:after {
  opacity: 0.05;
}

/* **************************************************

   4 MISSION

************************************************** */
#mission4 {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 40px 115px;
  margin-top: 100px;
  position: relative;
}
@media only screen and (max-width: 740px) {
  #mission4 {
    margin-top: 40px;
    padding: 40px 4vw 56px;
  }
}
#mission4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #12B3C7;
  width: 60%;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: -1;
  min-width: 750px;
}
@media only screen and (max-width: 868px) {
  #mission4:after {
    width: 84%;
  }
}
@media only screen and (max-width: 740px) {
  #mission4:after {
    width: 84%;
    min-width: auto;
  }
}
#mission4 .inner {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 741px) and (max-width: 1280px) {
  #mission4 .inner {
    width: 100%;
  }
}
@media only screen and (max-width: 740px) {
  #mission4 .inner {
    width: 100%;
  }
}
#mission4 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 741px) and (max-width: 1280px) {
  #mission4 .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 740px) {
  #mission4 .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#mission4 .title::before {
  content: "";
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 740px) {
  #mission4 .title::before {
    width: 30px;
    height: 30px;
  }
}
#mission4 .title-main, #mission4 .title-sub {
  color: #FFFFFF;
  margin: 0;
}
#mission4 .title-main {
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
}
@media only screen and (max-width: 740px) {
  #mission4 .title-main {
    font-size: 32px;
  }
}
#mission4 .title-main > em {
  font-style: normal;
  font-size: 100px;
}
@media only screen and (max-width: 740px) {
  #mission4 .title-main > em {
    font-size: 56px;
  }
}
#mission4 .title-sub {
  margin-left: 30px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}
@media only screen and (max-width: 740px) {
  #mission4 .title-sub {
    margin-top: 6px;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.5;
  }
}
#mission4 .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
  counter-reset: num 0;
}
@media only screen and (min-width: 741px) and (max-width: 1280px) {
  #mission4 .card-list {
    width: 690px;
  }
}
@media only screen and (max-width: 740px) {
  #mission4 .card-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
#mission4 .card-list > * {
  padding-left: 20px;
  padding-bottom: 20px;
  width: 25%;
}
@media only screen and (min-width: 741px) and (max-width: 1280px) {
  #mission4 .card-list > * {
    width: 50%;
  }
}
@media only screen and (max-width: 740px) {
  #mission4 .card-list > * {
    padding-left: 0;
    padding-bottom: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 740px) {
  #mission4 .card-list > *:last-child {
    padding-bottom: 0;
  }
}
#mission4 .card {
  border-radius: 10px;
  overflow: hidden;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  height: 100%;
}
@media only screen and (max-width: 740px) {
  #mission4 .card {
    height: auto;
  }
}
#mission4 .card-img {
  background-color: #ffffff;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  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;
  height: 156px;
}
@media only screen and (max-width: 740px) {
  #mission4 .card-img {
    height: 130px;
  }
}
#mission4 .card-img img {
  height: 87px;
}
@media only screen and (max-width: 740px) {
  #mission4 .card-img img {
    height: 75px;
  }
}
#mission4 .card-main {
  background-color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 27px 20px 40px;
}
@media only screen and (max-width: 740px) {
  #mission4 .card-main {
    min-height: 140px;
    padding: 20px;
  }
}
#mission4 .card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5556;
}
#mission4 .card-title.mission {
  position: relative;
}
#mission4 .card-title.mission::before {
  counter-increment: num 1;
  content: "MISSION " counter(num);
  display: block;
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 740px) {
  #mission4 .card-title.mission::before {
    margin-bottom: 6px;
  }
}
#mission4 .card.card--red .mission::before {
  color: #CB2A36;
}
#mission4 .card.card--red .card-img {
  background-color: #CB2A36;
}
#mission4 .card.card--blue .mission::before {
  color: #1681CC;
}
#mission4 .card.card--blue .card-img {
  background-color: #1681CC;
}
#mission4 .card.card--yellow .mission::before {
  color: #E9AD2A;
}
#mission4 .card.card--yellow .card-img {
  background-color: #E9AD2A;
}
#mission4 .card.card--green .mission::before {
  color: #15A59A;
}
#mission4 .card.card--green .card-img {
  background-color: #15A59A;
}
#mission4 .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  #mission4 .btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 20px;
  }
}
#mission4 .btn-container .btn {
  display: block;
  color: #fff;
  background: #003889;
  width: 240px;
  height: 60px;
  border-radius: 30px;
  margin: 0;
  border: 1px solid #003889;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mission4 .btn-container .btn:hover {
  color: #003889;
  background: #fff;
}
@media only screen and (max-width: 740px) {
  #mission4 .btn-container .btn:hover {
    color: #fff;
    background: #003889;
    -webkit-transition: unset;
    transition: unset;
  }
}

/* **************************************************

   Service & Solution

************************************************** */
#service-image {
  width: 100%;
  position: relative;
  top: -136px;
}
#service-image .service-image {
  position: absolute;
  right: -80px;
  width: 58vw;
  height: 35.3333333333vw;
  background: url(../img/service-image.png) center center/contain no-repeat;
}
@media only screen and (max-width: 740px) {
  #service-image {
    top: 120px;
  }
  #service-image .service-image {
    position: absolute;
    right: -200px;
    width: 100vw;
    height: 70vw;
    background: url(../img/service-image.png) center center/contain no-repeat;
  }
}

#service {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 120px;
  margin-bottom: 80px;
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 740px) {
  #service {
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 30px 0;
  }
}
#service .s-item-content {
  width: 100vw;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #003889;
  position: relative;
  padding: 60px 0 0 0;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 740px) {
  #service .s-item-content {
    padding: 0 0 0 0;
  }
}
#service .s-item-content#s-item1-content {
  display: none;
}
#service .s-item-content#s-item2-content {
  display: none;
}
#service .s-item-content#s-item3-content {
  display: none;
}
#service .s-item-content#s-item4-content {
  display: none;
}
#service .s-item-content#s-item5-content {
  display: none;
}
#service .s-item-content .indicate {
  content: "";
  position: absolute;
  top: -10px;
  width: 28px;
  height: 28px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #003889;
}
#service .s-item-content .s-item-wrap {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px 80px;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 740px) {
  #service .s-item-content .s-item-wrap {
    width: 100%;
    padding: 20px 4vw 30px;
  }
}
#service .s-item-content .s-item-wrap h3 {
  color: #fff;
  font-size: 28px;
  line-height: 1em;
  margin: 0 0 30px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 740px) {
  #service .s-item-content .s-item-wrap h3 {
    font-size: 22px;
    margin: 35px 0 20px;
  }
}
#service .s-item-content .s-item-wrap ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 60px 0;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 740px) {
  #service .s-item-content .s-item-wrap ul {
    margin: 0 0 30px 0;
  }
}
#service .s-item-content .s-item-wrap ul li {
  height: 60px;
  border-radius: 30px;
  width: 100%;
  background: #fff;
  margin: 0 0 10px 0;
  padding: 0;
  margin-bottom: 10px;
}
#service .s-item-content .s-item-wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 45px);
  height: 100%;
  position: relative;
  color: #003889;
  margin-left: 45px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 740px) {
  #service .s-item-content .s-item-wrap ul li a {
    width: calc(100% - 30px);
    margin-left: 30px;
    font-size: 14px;
    padding: 0 45px 0 0;
  }
}
#service .s-item-content .s-item-wrap ul li a:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 30px;
  width: 20px;
  height: 20px;
  border-right: 1px solid #003889;
  border-bottom: 1px solid #003889;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-bottom: 10px;
}
@media only screen and (max-width: 740px) {
  #service .s-item-content .s-item-wrap ul li a:after {
    top: 23px;
    right: 30px;
    width: 10px;
    height: 10px;
  }
}
#service .s-item-content .s-item-wrap ul li a span {
  display: inline-block;
  position: relative;
}
#service .s-item-content .s-item-wrap ul li a span:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#service .s-item-content .s-item-wrap ul li a:hover span {
  cursor: pointer;
}
#service .s-item-content .s-item-wrap ul li a:hover span::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#service .s-item-content .s-item-wrap .s-item-close {
  position: absolute;
  right: 40px;
  top: -30px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 740px) {
  #service .s-item-content .s-item-wrap .s-item-close {
    right: 4vw;
    top: 4vw;
  }
}
#service .s-item-content .s-item-wrap .s-item-close:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 8px;
  width: 22px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
}
#service .s-item-content .s-item-wrap .s-item-close:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 8px;
  width: 22px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}
#service .service-wrap {
  padding: 0 40px;
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 740px) {
  #service .service-wrap {
    padding: 0 4vw;
  }
}
#service .service-wrap .inner {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 740px) {
  #service .service-wrap .inner {
    width: 100%;
  }
}
#service .service-wrap .inner .title {
  padding: 60px 0 40px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 740px) {
  #service .service-wrap .inner .title {
    width: 100%;
    padding: 50px 0 100px;
  }
}
#service .service-wrap .inner .title h2 {
  margin: 0;
  padding: 0;
  font-size: 70px;
  color: #003889;
  font-weight: 400;
}
@media only screen and (max-width: 740px) {
  #service .service-wrap .inner .title h2 {
    font-size: 40px;
  }
}
#service .service-wrap .inner .title h2 span {
  font-size: 40px;
}
@media only screen and (max-width: 740px) {
  #service .service-wrap .inner .title h2 span {
    font-size: 28px;
  }
}
@media only screen and (min-width: 740px) and (max-width: 930px) {
  #service .service-wrap .inner .title h2 span {
    font-size: 35px;
  }
}
#service .service-wrap .inner .title p {
  font-size: 20px;
  font-weight: 700;
  color: #003889;
}
@media only screen and (max-width: 740px) {
  #service .service-wrap .inner .title p {
    font-size: 16px;
  }
}
#service .service-wrap .inner .title:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #003889;
  border-left: 1px solid #003889;
}
@media only screen and (max-width: 740px) {
  #service .service-wrap .inner .title:before {
    width: 30px;
    height: 30px;
  }
}
#service .service-wrap .inner .s-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 740px) {
  #service .service-wrap .inner .s-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#service .service-wrap .inner .s-items .s-item {
  width: calc(50% - 10px);
  height: 260px;
  background: #3482EA;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 24px 0;
  color: #fff;
  margin: 0 0 20px 0;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  position: relative;
}
#service .service-wrap .inner .s-items .s-item:first-child {
  margin: 0 20px 20px 0;
}
@media only screen and (max-width: 740px) {
  #service .service-wrap .inner .s-items .s-item:first-child {
    margin: 0 0 20px 0;
  }
}
#service .service-wrap .inner .s-items .s-item.pc-view {
  display: block;
}
@media only screen and (max-width: 740px) {
  #service .service-wrap .inner .s-items .s-item.pc-view {
    display: none;
  }
}
#service .service-wrap .inner .s-items .s-item.sp-view {
  display: none;
}
@media only screen and (max-width: 740px) {
  #service .service-wrap .inner .s-items .s-item.sp-view {
    display: block;
  }
}
@media only screen and (min-width: 740px) and (max-width: 930px) {
  #service .service-wrap .inner .s-items .s-item {
    padding: 30px 24px 0;
  }
}
@media only screen and (max-width: 740px) {
  #service .service-wrap .inner .s-items .s-item {
    padding: 30px 20px 0;
    width: 92vw;
    height: 250px;
  }
}
#service .service-wrap .inner .s-items .s-item h3 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
@media only screen and (min-width: 740px) and (max-width: 930px) {
  #service .service-wrap .inner .s-items .s-item h3 {
    font-size: 22px;
    margin: 0 0 15px 0;
  }
}
@media only screen and (max-width: 740px) {
  #service .service-wrap .inner .s-items .s-item h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
}
#service .service-wrap .inner .s-items .s-item .s-item-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  margin: 0 auto auto 0;
  padding: 0;
}
@media only screen and (min-width: 740px) and (max-width: 930px) {
  #service .service-wrap .inner .s-items .s-item .s-item-txt {
    font-size: 15px;
  }
}
@media only screen and (max-width: 740px) {
  #service .service-wrap .inner .s-items .s-item .s-item-txt {
    font-size: 14px;
    line-height: 1.9em;
  }
}
#service .service-wrap .inner .s-items .s-item .s-more {
  width: 180px;
  height: 40px;
  font-size: 17px;
  color: #3482EA;
  margin: auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: calc(50% - 90px);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #fff;
}
#service .service-wrap .inner .s-items .s-item .s-more:before {
  content: "MORE";
  padding-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#service .service-wrap .inner .s-items .s-item .s-more:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 10px;
  width: 13px;
  height: 13px;
  border-right: 1px solid #3482EA;
  border-bottom: 1px solid #3482EA;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#service .service-wrap .inner .s-items .s-item .s-more.close {
  color: #fff;
  background: #003889;
}
#service .service-wrap .inner .s-items .s-item .s-more.close:before {
  content: "CLOSE";
  padding-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
#service .service-wrap .inner .s-items .s-item .s-more.close:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 17px;
  width: 13px;
  height: 13px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#service .service-wrap .inner .si-box {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 50px 40px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
@media only screen and (max-width: 740px) {
  #service .service-wrap .inner .si-box {
    margin-bottom: 40px;
    padding: 35px 20px 30px;
  }
}
#service .service-wrap .inner .si-box h3 {
  font-size: 28px;
  color: #003889;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 740px) {
  #service .service-wrap .inner .si-box h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
#service .service-wrap .inner .si-box p {
  font-size: 16px;
  color: #003889;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1.7em;
}
@media only screen and (max-width: 740px) {
  #service .service-wrap .inner .si-box p {
    font-size: 14px;
    line-height: 1.9em;
  }
}

/* **************************************************

   ANIMATION

************************************************** */
@-webkit-keyframes hdanimamtion {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hdanimamtion {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes gnavanimation {
  0% {
    -webkit-transform: scaleX(0.3);
            transform: scaleX(0.3);
  }
  100% {
    -webkit-transform: scaleX(0.98);
            transform: scaleX(0.98);
  }
}
@keyframes gnavanimation {
  0% {
    -webkit-transform: scaleX(0.3);
            transform: scaleX(0.3);
  }
  100% {
    -webkit-transform: scaleX(0.98);
            transform: scaleX(0.98);
  }
}
@-webkit-keyframes normal-animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes normal-animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}