@charset "UTF-8";
/*                トップページ用
======================================================= */
/*TOP共通*/
#home #main_area {
  overflow: hidden;
  position: relative;
  padding-bottom: 245px;
}
@media only screen and (max-width: 640px) {
  #home #main_area {
    padding: 1px 0 20em;
  }
}
@media only screen and (max-width: 400px) {
  #home #main_area {
    padding: 1px 0 15em;
  }
}
#home #important_news {
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  #home #important_news {
    margin-bottom: 1.2em;
  }
}
#home #important_news dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #de9cac;
  border-bottom: 1px solid #de9cac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 87.5%;
}
#home #important_news dl dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ac072f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  text-align: center;
  padding: 1em 0;
}
@media only screen and (min-width: 901px) {
  #home #important_news dl dt br {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  #home #important_news dl dt {
    display: block;
    line-height: 1.3;
    width: 8em;
    padding: 1em 1em;
  }
}
@media only screen and (max-width: 640px) {
  #home #important_news dl dt {
    width: 7em;
  }
}
#home #important_news dl dt:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  font-size: 120%;
  margin-right: 0.5em;
}
@media only screen and (max-width: 900px) {
  #home #important_news dl dt:before {
    display: block;
    margin-right: 0;
    margin-bottom: 0.3em;
  }
}
#home #important_news dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  border-left: 1px solid #de9cac;
  overflow: hidden;
  padding: 0 1.8em;
}
@media only screen and (max-width: 900px) {
  #home #important_news dl dd {
    padding: 0 1.5em;
    margin: 1em 0;
  }
}
#home #important_news dl dd ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#home #important_news dl dd ul li {
  color: #ac072f;
}
@media only screen and (min-width: 901px) {
  #home #important_news dl dd ul li span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 0.3em 0;
  }
}
@media only screen and (max-width: 900px) {
  #home #important_news dl dd ul li span {
    display: block;
    padding: 1em 0;
  }
}
#home #important_news dl dd ul li span:before {
  content: "・";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#home #important_news dl dd ul li a {
  color: #ac072f;
  display: block;
}
#home #home_kv {
  padding: 0 16px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 901px) {
  #home #home_kv {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 900px) {
  #home #home_kv {
    padding: 0;
    margin-bottom: 5em;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_kv {
    margin-bottom: 3em;
  }
}
#home #home_kv #kv_area {
  max-width: 1334px;
  margin: 0 auto;
}
#home #home_kv * {
  letter-spacing: 0;
}
#home #home_kv .kv_wrap {
  border-radius: 185px 185px 20px 20px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 900px) {
  #home #home_kv .kv_wrap {
    border-radius: 0;
  }
  #home #home_kv .kv_wrap:after {
    background: url(../images/home/kv_cover.png) no-repeat bottom center;
    background-size: 100% auto;
    content: "";
    display: block;
    width: 100%;
    padding-top: 10%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}
#home #home_kv .kv_wrap > img {
  opacity: 0;
}
#home #home_kv .kv_wrap .item {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#home #home_kv .kv_wrap .item:before {
  border: 3px #fff solid;
  border-radius: 185px 185px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
}
@media only screen and (max-width: 900px) {
  #home #home_kv .kv_wrap .item:before {
    display: none;
  }
}
#home #home_kv .kv_wrap .item a {
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  width: calc(300% + 1px);
  height: 200%;
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
#home #home_kv .kv_wrap .item:first-of-type {
  z-index: 2;
}
#home #home_kv .kv_wrap .item.active {
  z-index: 10;
}
#home #home_kv .kv_wrap .item.active a {
  -webkit-animation-name: img_wrap;
          animation-name: img_wrap;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
#home #home_kv .kv_wrap .item.active .img_wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  bottom: 0;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  width: calc(300% + 1px);
  height: 200%;
  -webkit-animation-name: img_wrap;
          animation-name: img_wrap;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
#home #home_kv .kv_wrap .item.active .img_wrap img {
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  width: 33.3333333%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-animation-name: img;
          animation-name: img;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
#home #home_kv .kv_wrap .item.active .img_wrap:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  content: "";
  display: block;
  width: 51%;
  height: 4px;
}
#home #home_kv .kv_wrap .item.prev {
  z-index: 8;
}
#home #home_kv .kv_wrap .item.prev_active {
  z-index: 10;
}
#home #home_kv .kv_wrap .item.prev_active a {
  -webkit-animation-name: img_wrap_rv;
          animation-name: img_wrap_rv;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
#home #home_kv .kv_wrap .item.prev_active .img_wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  bottom: 0;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  width: calc(300% + 1px);
  height: 200%;
  -webkit-animation-name: img_wrap_rv;
          animation-name: img_wrap_rv;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
#home #home_kv .kv_wrap .item.prev_active .img_wrap img {
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  width: 33.3333333%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-animation-name: img_rv;
          animation-name: img_rv;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
#home #home_kv .kv_wrap .item.prev_active .img_wrap:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  content: "";
  display: block;
  width: 51%;
  height: 4px;
}
#home #home_kv .kv_wrap .item.current {
  z-index: 9;
}
@-webkit-keyframes img_wrap_rv {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  80% {
    -webkit-transform: translate(-50%, 0) rotate(-180deg);
            transform: translate(-50%, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(-180deg);
            transform: translate(-50%, 0) rotate(-180deg);
  }
}
@keyframes img_wrap_rv {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  80% {
    -webkit-transform: translate(-50%, 0) rotate(-180deg);
            transform: translate(-50%, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(-180deg);
            transform: translate(-50%, 0) rotate(-180deg);
  }
}
@-webkit-keyframes img_rv {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  80% {
    -webkit-transform: translate(-50%, 0) rotate(180deg);
            transform: translate(-50%, 0) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(180deg);
            transform: translate(-50%, 0) rotate(180deg);
  }
}
@keyframes img_rv {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  80% {
    -webkit-transform: translate(-50%, 0) rotate(180deg);
            transform: translate(-50%, 0) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(180deg);
            transform: translate(-50%, 0) rotate(180deg);
  }
}
@-webkit-keyframes img_wrap {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  80% {
    -webkit-transform: translate(-50%, 0) rotate(180deg);
            transform: translate(-50%, 0) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(180deg);
            transform: translate(-50%, 0) rotate(180deg);
  }
}
@keyframes img_wrap {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  80% {
    -webkit-transform: translate(-50%, 0) rotate(180deg);
            transform: translate(-50%, 0) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(180deg);
            transform: translate(-50%, 0) rotate(180deg);
  }
}
@-webkit-keyframes img {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  80% {
    -webkit-transform: translate(-50%, 0) rotate(-180deg);
            transform: translate(-50%, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(-180deg);
            transform: translate(-50%, 0) rotate(-180deg);
  }
}
@keyframes img {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  80% {
    -webkit-transform: translate(-50%, 0) rotate(-180deg);
            transform: translate(-50%, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(-180deg);
            transform: translate(-50%, 0) rotate(-180deg);
  }
}
#home #home_kv #kv_control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 12;
  padding-left: 20px;
  margin-top: -12px;
}
@media only screen and (max-width: 900px) {
  #home #home_kv #kv_control {
    padding: 0 15px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_kv #kv_control .arrow {
    width: 25%;
  }
  #home #home_kv #kv_control .arrow img {
    width: 100%;
  }
}
#home #home_kv #kv_control .arrow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#home #home_kv #kv_control .arrow ul li {
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  #home #home_kv #kv_control .arrow ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  #home #home_kv #kv_control .arrow ul li {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #home #home_kv #kv_control .arrow ul li:hover {
    opacity: 0.9;
  }
}
#home #home_kv #kv_control .arrow ul li.stay {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
#home #home_kv #kv_control .arrow ul li + li {
  margin-left: 3px;
}
@media only screen and (max-width: 900px) {
  #home #home_kv #kv_control .arrow ul li + li {
    margin-left: 2px;
  }
}
#home #home_kv #kv_control .bar {
  margin-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
#home #home_kv #kv_control .bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#home #home_kv #kv_control .bar ul li {
  position: relative;
}
#home #home_kv #kv_control .bar ul li span {
  background-color: #949494;
  border-radius: 50px;
  display: block;
  width: 40px;
  height: 3px;
  width: 8px;
  height: 8px;
}
#home #home_kv #kv_control .bar ul li + li {
  margin-left: 16px;
}
#home #home_kv #kv_control .bar ul li.active span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 4.5em;
}
#home #home_kv #kv_control .bar ul li.active:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #0092d4;
  border-radius: 50px;
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-name: bar;
          animation-name: bar;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
}
@-webkit-keyframes bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#home .home_bnr {
  margin-bottom: 5em;
}
@media only screen and (max-width: 640px) {
  #home .home_bnr {
    margin-bottom: 3em;
  }
}
#home .home_bnr img {
  margin: 0 auto;
}
#home .home_title p.en {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5c5c5c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "roboto-slab", serif;
  font-size: 112.5%;
  letter-spacing: 0;
}
@media only screen and (max-width: 900px) {
  #home .home_title p.en {
    font-size: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #home .home_title p.en {
    font-size: 81.3%;
  }
}
#home .home_title p.en:before {
  background-color: #00aff0;
  border-radius: 1em;
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  margin-right: 0.5em;
}
#home .home_title h2 {
  font-size: 237.5%;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 900px) {
  #home .home_title h2 {
    font-size: 200%;
  }
}
@media only screen and (max-width: 640px) {
  #home .home_title h2 {
    font-size: 162.5%;
  }
}
#home .home_title h2 + p {
  line-height: 1.8;
}
#home #home_about {
  position: relative;
}
#home #home_about #about_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1052px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #home #home_about #about_wrap {
    display: block;
    margin-bottom: 5em;
  }
}
#home #home_about #about_wrap .txt {
  width: calc(50% - 16px);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  #home #home_about #about_wrap .txt {
    padding-right: 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_about #about_wrap .txt {
    width: 100%;
    padding-right: 0;
  }
}
#home #home_about #about_wrap .txt .txt_wrap {
  max-width: 338px;
}
@media only screen and (max-width: 640px) {
  #home #home_about #about_wrap .txt .txt_wrap {
    max-width: 100%;
  }
}
#home #home_about #about_wrap .txt .txt_wrap h2 + p {
  line-height: 1.8;
}
#home #home_about #about_wrap .img {
  position: relative;
  z-index: 2;
  width: calc(50% + 16px);
}
@media only screen and (max-width: 640px) {
  #home #home_about #about_wrap .img {
    width: auto;
    margin-top: 1.5em;
    padding: 0 7vw;
  }
}
@media only screen and (min-width: 641px) {
  #home #home_about #about_wrap #loop_text {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_about #about_wrap #loop_text {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 0;
  }
}
#home #home_about #about_wrap #loop_text p {
  color: #fff;
  font-family: "roboto-slab", serif;
  font-size: 8.75rem;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0;
  position: relative;
  -webkit-animation: scroll-left 100s infinite linear 0.5s both;
          animation: scroll-left 100s infinite linear 0.5s both;
}
#home #home_about #about_wrap #loop_text p:after {
  background: url(../images/common/slider_typo_lightBlue.svg) no-repeat left center;
  background-size: auto 60%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10000000%;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  #home #home_about #about_wrap #loop_text p {
    -webkit-animation: scroll-left 50s infinite linear 0.5s both;
            animation: scroll-left 50s infinite linear 0.5s both;
    font-size: 3.75rem;
  }
}
@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-90%);
            transform: translateX(-90%);
  }
}
@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-90%);
            transform: translateX(-90%);
  }
}
#home #home_about:before {
  background-color: #e6eff4;
  border-radius: 100px 0 0 0;
  content: "";
  display: block;
  width: 1000%;
  height: 142px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-224px, 30%);
          transform: translate(-224px, 30%);
}
@media only screen and (max-width: 640px) {
  #home #home_about:before {
    border-radius: 0;
    bottom: auto;
    top: 20%;
    height: 50%;
    -webkit-transform: translate(0, 30%);
            transform: translate(0, 30%);
  }
}
#home #home_message {
  position: relative;
  padding: 60px 0 130px;
}
@media only screen and (max-width: 900px) {
  #home #home_message {
    padding: 4em 0 8em;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_message {
    padding: 0 0 0;
    margin-top: 6em;
  }
}
#home #home_message:before {
  background-color: #e6eff4;
  content: "";
  display: block;
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-224px, 0);
          transform: translate(-224px, 0);
}
@media only screen and (max-width: 640px) {
  #home #home_message:before {
    -webkit-transform: translate(-8vw, 0);
            transform: translate(-8vw, 0);
    height: 70%;
    width: 50%;
    top: auto;
    bottom: 0;
    left: 0;
  }
}
#home #home_message .message_wrap {
  background-color: #fff;
  background: #fff url(../images/home/message_bg.png) no-repeat left top;
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px #ccc solid;
  border-radius: 25px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1052px;
  position: relative;
  z-index: 2;
  padding: 4.5em 0;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  #home #home_message .message_wrap {
    background: #fff url(../images/home/message_bg_sp.png?2) no-repeat right top;
    background-size: auto 100%;
    border-radius: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20% 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_message .message_wrap {
    padding: 15% 1.5em;
  }
}
#home #home_message .message_wrap .img {
  width: 50%;
  padding-right: 16px;
}
@media only screen and (max-width: 640px) {
  #home #home_message .message_wrap .img {
    display: none;
  }
}
#home #home_message .message_wrap .txt {
  width: 50%;
  padding-left: 16px;
  margin-left: auto;
}
@media only screen and (max-width: 900px) {
  #home #home_message .message_wrap .txt {
    padding-left: 0;
    width: 50%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 400px) {
  #home #home_message .message_wrap .txt {
    width: 60%;
  }
}
#home #home_message .message_wrap .txt h2 {
  color: #00aff0;
  font-size: 175%;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 640px) {
  #home #home_message .message_wrap .txt h2 {
    font-size: 162.5%;
  }
}
@media only screen and (max-width: 400px) {
  #home #home_message .message_wrap .txt h2 {
    font-size: 150%;
  }
}
#home #home_message .message_wrap .txt p {
  font-size: 125%;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #home #home_message .message_wrap .txt p {
    font-size: 100%;
  }
}
#home #home_promise {
  position: relative;
  padding: 0 24px;
}
@media only screen and (max-width: 900px) {
  #home #home_promise {
    padding: 0;
    margin: 0 -30px;
  }
}
#home #home_promise:before {
  background-color: #e6eff4;
  content: "";
  display: block;
  width: 1000%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-224px, 0);
          transform: translate(-224px, 0);
}
@media only screen and (max-width: 900px) {
  #home #home_promise:before {
    display: none;
  }
}
#home #home_promise .main_width {
  max-width: 1314px;
}
#home #home_promise .promise_wrap {
  background-color: #fff;
  border: 1px #ccc solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 901px) {
  #home #home_promise .promise_wrap {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_promise .promise_wrap {
    display: block;
  }
}
#home #home_promise .promise_wrap .cover {
  background-color: rgba(0, 0, 0, 0.9);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#home #home_promise .promise_wrap .img {
  width: calc(50% + 86px);
}
@media only screen and (max-width: 640px) {
  #home #home_promise .promise_wrap .img {
    width: 100%;
  }
  #home #home_promise .promise_wrap .img img {
    width: 100%;
  }
}
#home #home_promise .promise_wrap .info {
  width: calc(50% - 86px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  padding: 0 2em;
}
@media only screen and (max-width: 640px) {
  #home #home_promise .promise_wrap .info {
    width: 100%;
  }
}
#home #home_promise .promise_wrap .info .info_wrap {
  max-width: 338px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #home #home_promise .promise_wrap .info .info_wrap {
    max-width: 100%;
    padding: 0 15px 3em;
    text-align: center;
  }
  #home #home_promise .promise_wrap .info .info_wrap .home_title p.en,
  #home #home_promise .promise_wrap .info .info_wrap a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#home #home_service {
  position: relative;
  padding-top: 130px;
}
@media only screen and (max-width: 900px) {
  #home #home_service {
    padding-top: 0;
  }
}
#home #home_service:before {
  background-color: #e6eff4;
  content: "";
  display: block;
  width: 1000%;
  height: 82%;
  position: absolute;
  top: -25%;
  right: 50%;
  z-index: 1;
  -webkit-transform: translate(-16px, 0);
          transform: translate(-16px, 0);
}
@media only screen and (max-width: 1024px) {
  #home #home_service:before {
    height: 90%;
  }
}
@media only screen and (max-width: 900px) {
  #home #home_service:before {
    display: none;
  }
}
#home #home_service .service_wrap {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 901px) {
  #home #home_service .service_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 901px) {
  #home #home_service .service_wrap > .info {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 274px;
  }
}
@media only screen and (max-width: 900px) {
  #home #home_service .service_wrap > .info {
    position: relative;
    padding: 3em 0 3em;
  }
  #home #home_service .service_wrap > .info .home_title {
    position: relative;
    z-index: 2;
  }
  #home #home_service .service_wrap > .info:before {
    background-color: #e6eff4;
    content: "";
    display: block;
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10%;
    z-index: 1;
  }
}
#home #home_service .service_wrap .list {
  padding-left: 100px;
  margin-right: -87px;
}
@media only screen and (max-width: 900px) {
  #home #home_service .service_wrap .list {
    padding-left: 0;
    margin: 0 -30px;
  }
}
#home #home_service .service_wrap .list .service_list .list_set {
  position: relative;
}
#home #home_service .service_wrap .list .service_list .list_set:after {
  content: "";
  display: block;
  width: 1000%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
}
@media only screen and (max-width: 900px) {
  #home #home_service .service_wrap .list .service_list .list_set:after {
    display: none;
  }
}
#home #home_service .service_wrap .list .service_list .list_set:first-child:after {
  background-color: #e6e6e6;
}
#home #home_service .service_wrap .list .service_list .list_set:nth-child(2):after {
  background-color: #a6cfe3;
}
#home #home_service .service_wrap .list .service_list .list_set:last-child:after {
  background-color: #cad2bb;
}
#home #home_service .service_wrap .list .service_list .list_set + .list_set {
  margin-top: 30px;
}
@media only screen and (max-width: 900px) {
  #home #home_service .service_wrap .list .service_list .list_set + .list_set {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  #home #home_service .service_wrap .list .service_list .list_set a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  #home #home_service .service_wrap .list .service_list .list_set a:hover .info .title_wrap img {
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
}
#home #home_service .service_wrap .list .service_list .list_set .set_wrap {
  display: block;
  position: relative;
}
@media only screen and (min-width: 901px) {
  #home #home_service .service_wrap .list .service_list .list_set .set_wrap .img_wrap {
    border-radius: 25px 0 0 25px;
  }
}
#home #home_service .service_wrap .list .service_list .list_set .set_wrap .img_wrap {
  overflow: hidden;
}
#home #home_service .service_wrap .list .service_list .list_set .set_wrap img {
  opacity: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 901px) {
  #home #home_service .service_wrap .list .service_list .list_set .set_wrap img {
    border-radius: 25px 0 0 25px;
  }
}
#home #home_service .service_wrap .list .service_list .list_set .set_wrap .info {
  background-color: #fff;
  border-radius: 30px 0 0 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: calc(55% + 32px);
  padding: 50px 87px 25px 44px;
}
@media only screen and (max-width: 1024px) {
  #home #home_service .service_wrap .list .service_list .list_set .set_wrap .info {
    width: calc(60% + 32px);
    padding: 30px 80px 25px 30px;
  }
}
@media only screen and (max-width: 900px) {
  #home #home_service .service_wrap .list .service_list .list_set .set_wrap .info {
    border-radius: 25px 0 0 0;
    position: relative;
    width: 100%;
    margin-top: -12vw;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_service .service_wrap .list .service_list .list_set .set_wrap .info {
    border-radius: 15px 0 0 0;
    padding: 1.5em 90px 2em 30px;
    margin-top: -18vw;
  }
}
@media only screen and (max-width: 400px) {
  #home #home_service .service_wrap .list .service_list .list_set .set_wrap .info {
    margin-top: -23vw;
  }
}
#home #home_service .service_wrap .list .service_list .list_set .set_wrap .info:after {
  background-color: #fff;
  content: "";
  display: block;
  width: 1000%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
}
@media only screen and (max-width: 900px) {
  #home #home_service .service_wrap .list .service_list .list_set .set_wrap .info:after {
    display: none;
  }
}
#home #home_service .service_wrap .list .service_list .list_set .set_wrap .info .title_wrap {
  border-bottom: 1px #ccc solid;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#home #home_service .service_wrap .list .service_list .list_set .set_wrap .info .title_wrap p.en {
  color: #00aff0;
  font-size: 87.5%;
  font-family: "roboto-slab", serif;
  letter-spacing: 0;
}
#home #home_service .service_wrap .list .service_list .list_set .set_wrap .info .title_wrap h3 {
  font-size: 125%;
  font-weight: 500;
  padding-right: 1.5em;
}
#home #home_service .service_wrap .list .service_list .list_set .set_wrap .info .title_wrap h3 span {
  display: inline-block;
}
#home #home_service .service_wrap .list .service_list .list_set .set_wrap .info .title_wrap img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -0.2em;
}
#home #home_company {
  background-color: #e6eff4;
  position: relative;
  padding-bottom: 130px;
  margin-top: -10px;
}
@media only screen and (max-width: 900px) {
  #home #home_company {
    padding-bottom: 6em;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_company {
    padding-bottom: 3em;
  }
}
#home #home_company .company_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}
@media only screen and (max-width: 900px) {
  #home #home_company .company_list {
    margin: 0 -8px;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_company .company_list {
    display: block;
    margin: 0;
  }
}
#home #home_company .company_list .list_set {
  width: 33.3333333%;
  padding: 0 16px;
}
@media only screen and (max-width: 900px) {
  #home #home_company .company_list .list_set {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_company .company_list .list_set {
    width: 100%;
    padding: 0;
  }
  #home #home_company .company_list .list_set + .list_set {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  #home #home_company .company_list .list_set a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#home #home_company .company_list .list_set .set_wrap {
  display: block;
}
#home #home_company .company_list .list_set .set_wrap .img_wrap {
  border-radius: 10px;
  overflow: hidden;
}
#home #home_company .company_list .list_set .set_wrap h3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 125%;
  font-weight: 500;
  margin-top: 0.8em;
}
#home #home_company .company_list .list_set .set_wrap h3 img {
  margin-right: 0.5em;
}
#home #home_news .sp_view {
  display: none;
}
@media only screen and (max-width: 640px) {
  #home #home_news {
    background-color: #e6eff4;
    position: relative;
  }
  #home #home_news .sp_view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    margin: 0 auto;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 1em);
            transform: translate(-50%, 1em);
  }
}
@media only screen and (min-width: 641px) {
  #home #home_news .news_wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#home #home_news .news_wrap .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 306px;
  background-color: #e6eff4;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  #home #home_news .news_wrap .title {
    width: 250px;
  }
}
@media only screen and (max-width: 900px) {
  #home #home_news .news_wrap .title {
    width: 200px;
  }
}
@media only screen and (min-width: 641px) {
  #home #home_news .news_wrap .title {
    position: relative;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_news .news_wrap .title {
    width: 100%;
    padding-bottom: 0;
  }
}
#home #home_news .news_wrap .title:before {
  background-color: #e6eff4;
  content: "";
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -30%;
}
@media only screen and (max-width: 640px) {
  #home #home_news .news_wrap .title:before {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  #home #home_news .news_wrap .home_title h2,
  #home #home_news .news_wrap .home_title p,
  #home #home_news .news_wrap .home_title a {
    position: relative;
    z-index: 2;
  }
}
#home #home_news .news_wrap .home_title a {
  margin-top: 3em;
}
@media only screen and (max-width: 640px) {
  #home #home_news .news_wrap .home_title a {
    display: none;
  }
}
#home #home_news .news_wrap .list {
  background-color: #fff;
  border-radius: 60px 0 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  min-height: 17em;
  padding: 30px 0 0 70px;
}
@media only screen and (max-width: 900px) {
  #home #home_news .news_wrap .list {
    border-radius: 30px 0 0 0;
    padding: 20px 0 0 50px;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_news .news_wrap .list {
    border-radius: 15px 0 0 0;
    padding: 15px 20px 0 20px;
    min-height: 1px;
    margin-right: -20px;
  }
}
#home #home_news .news_wrap .list .news_list .list_set a {
  position: relative;
}
#home #home_news .news_wrap .list .news_list .list_set a:after {
  background-color: #00aff0;
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  top: 100%;
  height: 1px;
}
@media only screen and (min-width: 1025px) {
  #home #home_news .news_wrap .list .news_list .list_set a:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #home #home_news .news_wrap .list .news_list .list_set a:hover:after {
    width: 100%;
  }
}
#home #home_news .news_wrap .list .news_list .list_set .set_wrap {
  border-bottom: 1px #ccc solid;
  display: block;
  width: 100%;
  padding: 1.5em 0;
}
@media only screen and (max-width: 640px) {
  #home #home_news .news_wrap .list .news_list .list_set .set_wrap {
    padding: 0.5em 0;
  }
}
#home #home_news .news_wrap .list .news_list .list_set .set_wrap .cat_date {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
}
#home #home_news .news_wrap .list .news_list .list_set .set_wrap .cat_date time {
  color: #5c5c5c;
  display: block;
  font-family: "roboto-slab", serif;
  letter-spacing: 0;
}
#home #home_news .news_wrap .list .news_list .list_set .set_wrap .cat_date p.category {
  border: 1px #00aff0 solid;
  border-radius: 20px;
  color: #00aff0;
  font-size: 81.3%;
  font-weight: 500;
  padding: 0.342em 1.1416em;
  margin-left: 1em;
}
#home #home_news .news_wrap .list .news_list .list_set .set_wrap .cat_date .new {
  color: #ac072f;
  display: block;
  font-family: "roboto-slab", serif;
  font-size: 87.5%;
  font-weight: 500;
  letter-spacing: 0;
  margin-left: 0.6em;
}
#home #btm_animation.up img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 640px) {
  #home #btm_animation.up img {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
#home #btm_animation.up img.img2 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media only screen and (max-width: 640px) {
  #home #btm_animation.up img.img2 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
#home #btm_animation.up img.img3 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media only screen and (max-width: 640px) {
  #home #btm_animation.up img.img3 {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
}
#home #btm_animation img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#home #home_animation #lottie {
  padding-top: 80px;
}
@media only screen and (max-width: 900px) {
  #home #home_animation #lottie {
    padding-top: 0;
  }
}