@charset "UTF-8";
body {
  background: #eeeff2;
}

._sp {
  display: none !important;
}

.sp_br {
  display: none !important;
}

.sp_only {
  display: none !important;
}

/*_h */
.title .head {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 5.8rem;
}

.title .head-line {
  position: relative;
  margin-bottom: 80px;
  font-weight: bold;
  font-size: 5.8rem;
}

.title .head-line:before {
  content: "";
  position: absolute;
  top: 98px;
  display: block;
  width: 100px;
  height: 1px;
  background: #0f203e;
}

._h1 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 5.8rem;
}

._h1-line {
  position: relative;
  margin-bottom: 80px;
  font-weight: bold;
  font-size: 5.8rem;
}

._h1-line:before {
  content: "";
  position: absolute;
  top: 98px;
  display: block;
  width: 100px;
  height: 1px;
  background: #0f203e;
}

._h2 {
  font-weight: bold;
  font-size: 4.8rem;
}

._h2-sub-blue {
  margin-bottom: 60px;
  color: #0f203e;
  font-size: 5.5rem;
}

._h2-sub-blue .en {
  padding-bottom: 15px;
  border-bottom: 7px #1c7aac solid;
  font-size: 5.5rem;
}

._h2-sub-blue .jp {
  display: block;
  margin-top: 50px;
  color: #1c7aac;
  font-size: 2.2rem;
}

._h2-sub-green {
  margin-bottom: 60px;
  color: #0f203e;
  font-size: 5.5rem;
}

._h2-sub-green .en {
  padding-bottom: 15px;
  border-bottom: 7px #216155 solid;
}

._h2-sub-green .jp {
  display: block;
  margin-top: 40px;
  color: #216155;
  font-size: 2.2rem;
}

._h2-sub-yellow {
  margin-bottom: 60px;
  color: #0f203e;
  font-size: 5.5rem;
}

._h2-sub-yellow .en {
  padding-bottom: 15px;
  border-bottom: 7px #d2ab41 solid;
}

._h2-sub-yellow .jp {
  display: block;
  margin-top: 40px;
  color: #d2ab41;
  font-size: 2.2rem;
}

._h2-sub-brown {
  margin-bottom: 60px;
  color: #0f203e;
  font-size: 5.5rem;
}

._h2-sub-brown .en {
  padding-bottom: 15px;
  border-bottom: 7px #866f52 solid;
}

._h2-sub-brown .jp {
  display: block;
  margin-top: 40px;
  color: #866f52;
  font-size: 2.2rem;
}

._h2-sub-orange {
  margin-bottom: 60px;
  color: #0f203e;
  font-size: 5.5rem;
}

._h2-sub-orange .en {
  padding-bottom: 15px;
  border-bottom: 7px #c85819 solid;
}

._h2-sub-orange .jp {
  display: block;
  margin-top: 40px;
  color: #c85819;
  font-size: 2.2rem;
}

._h2-sub-w-blue {
  margin-bottom: 60px;
  color: white;
  font-size: 5.5rem;
}

._h2-sub-w-blue .en {
  padding-bottom: 15px;
  border-bottom: 7px #1c7aac solid;
}

._h2-sub-w-blue .jp {
  display: block;
  margin-top: 40px;
  color: #1c7aac;
  font-size: 2.2rem;
}

._h2-sub-w-green {
  margin-bottom: 60px;
  color: white;
  font-size: 5.5rem;
}

._h2-sub-w-green .en {
  padding-bottom: 15px;
  border-bottom: 7px #216155 solid;
}

._h2-sub-w-green .jp {
  display: block;
  margin-top: 40px;
  color: #216155;
  font-size: 2.2rem;
}

._h2-sub-w-yellow {
  margin-bottom: 60px;
  color: white;
  font-size: 5.5rem;
}

._h2-sub-w-yellow .en {
  padding-bottom: 15px;
  border-bottom: 7px #d2ab41 solid;
}

._h2-sub-w-yellow .jp {
  display: block;
  margin-top: 40px;
  color: #d2ab41;
  font-size: 2.2rem;
}

._h2-sub-w-brown {
  margin-bottom: 60px;
  color: white;
  font-size: 5.5rem;
}

._h2-sub-w-brown .en {
  padding-bottom: 15px;
  border-bottom: 7px #866f52 solid;
}

._h2-sub-w-brown .jp {
  display: block;
  margin-top: 40px;
  color: #866f52;
  font-size: 2.2rem;
}

._h2-sub-w-orange {
  margin-bottom: 60px;
  color: white;
  font-size: 5.5rem;
}

._h2-sub-w-orange .en {
  padding-bottom: 15px;
  border-bottom: 7px #c85819 solid;
}

._h2-sub-w-orange .jp {
  display: block;
  margin-top: 40px;
  color: #c85819;
  font-size: 2.2rem;
}

._h3 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.7;
}

._p {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.9;
}

/*_btn */
._btn-link a {
  padding-left: 15px;
  background: url(../../images/icon_arrow_accent2.png) 0 50% no-repeat;
  background-size: auto 10px;
  color: #c85819;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.2;
}

._btn-link a:hover {
  text-decoration: underline;
}

._btn a,._btn span {
  display: block;
          box-sizing: border-box;
  margin: 0 auto;
  width: 380px;
  height: 70px;
  border: 1px #0f203e solid;
  background: url(../../images/icon_arrow_primary1.png) calc(100% - 20px) 50%
  no-repeat;
  background-size: auto 15px;
  color: #0f203e;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 70px;
          transition: all .3s ease-out;

  -webkit-box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
}

._btn a:hover,._btn span:hover {
  background: url(../../images/icon_arrow_primary1.png) rgba(15, 32, 62, .15)
  calc(100% - 20px) 50% no-repeat;
  background-size: auto 15px;
}

._btn a:active,._btn span:active {
  background: url(../../images/icon_arrow_primary1.png) rgba(15, 32, 62, .3)
  calc(100% - 20px) 50% no-repeat;
  background-size: auto 15px;
}

._btn-red a {
  display: block;
          box-sizing: border-box;
  margin: 0 auto;
  width: 380px;
  height: 70px;
  border: 1px #9b1d3d solid;
  background: url(../../images/icon_arrow_accent1.png) calc(100% - 20px) 50%
  no-repeat;
  background-size: auto 15px;
  color: #9b1d3d;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 70px;
          transition: all .3s ease-out;

  -webkit-box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
}

._btn-red a:hover {
  background: url(../../images/icon_arrow_accent1.png) rgba(155, 29, 61, .15)
  calc(100% - 20px) 50% no-repeat;
  background-size: auto 15px;
}

._btn-red a:active {
  background: url(../../images/icon_arrow_accent1.png) rgba(155, 29, 61, .3)
  calc(100% - 20px) 50% no-repeat;
  background-size: auto 15px;
}

._btn-red-inversion a {
  display: block;
          box-sizing: border-box;
  margin: 0 auto;
  width: 380px;
  height: 70px;
  border: 1px #9b1d3d solid;
  background: url(../../images/icon_arrow_secondary6.png) #9b1d3d
  calc(100% - 20px) 50% no-repeat;
  background-size: auto 15px;
  color: #f0f1f4;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 70px;
          transition: all .3s ease-out;

  -webkit-box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
}

._btn-red-inversion a:hover {
  background: url(../../images/icon_arrow_secondary6.png) rgba(155, 29, 61, .8)
  calc(100% - 20px) 50% no-repeat;
  background-size: auto 15px;
}

._btn-red-inversion a:active {
  background: url(../../images/icon_arrow_secondary6.png) rgba(155, 29, 61, .6)
  calc(100% - 20px) 50% no-repeat;
  background-size: auto 15px;
}

._btn-orange a {
  display: block;
          box-sizing: border-box;
  margin: 0 auto;
  width: 380px;
  height: 70px;
  border: 1px #c85819 solid;
  background: url(../../images/icon_arrow_accent2.png) calc(100% - 20px) 50%
  no-repeat;
  background-size: auto 15px;
  color: #c85819;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 70px;
          transition: all .3s ease-out;

  -webkit-box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
}

._btn-orange a:hover {
  background: url(../../images/icon_arrow_accent2.png) rgba(210, 171, 65, .15)
  calc(100% - 20px) 50% no-repeat;
  background-size: auto 15px;
}

._btn-orange a:active {
  background: url(../../images/icon_arrow_accent2.png) rgba(200, 88, 25, .4)
  calc(100% - 20px) 50% no-repeat;
  background-size: auto 15px;
}

._btn-orange-inversion a,._btn-orange-inversion span {
  display: block;
          box-sizing: border-box;
  margin: 0 auto;
  width: 380px;
  height: 70px;
  border: 1px #c85819 solid;
  background: url(../../images/icon_arrow_secondary6.png) #c85819
  calc(100% - 20px) 50% no-repeat;
  background-size: auto 15px;
  color: #f0f1f4;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 70px;
          transition: all .3s ease-out;

  -webkit-box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
}

._btn-orange-inversion a:hover,._btn-orange-inversion span:hover {
  background: url(../../images/icon_arrow_secondary6.png) rgba(200, 88, 25, .8)
  calc(100% - 20px) 50% no-repeat;
  background-size: auto 15px;
}

._btn-orange-inversion a:active,._btn-orange-inversion span:active {
  background: url(../../images/icon_arrow_secondary6.png) rgba(200, 88, 25, .6)
  calc(100% - 20px) 50% no-repeat;
  background-size: auto 15px;
}

._btn-lightness6 a {
  display: block;
          box-sizing: border-box;
  margin: 0 auto;
  width: 380px;
  height: 70px;
  border: 1px #f0f1f4 solid;
  background: url(../../images/icon_arrow_secondary6.png) calc(100% - 20px) 50%
  no-repeat;
  background-size: auto 15px;
  color: #f0f1f4;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 70px;
          transition: all .3s ease-out;

  -webkit-box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
}

._btn-lightness6 a:hover {
  background: url(../../images/icon_arrow_secondary6.png)
  rgba(240, 241, 244, .15) calc(100% - 20px) 50% no-repeat;
  background-size: auto 15px;
}

._btn-lightness6 a:active {
  background: url(../../images/icon_arrow_secondary6.png)
  rgba(240, 241, 244, .3) calc(100% - 20px) 50% no-repeat;
  background-size: auto 15px;
}

._btn-s a {
  display: block;
          box-sizing: border-box;
  margin: 0 auto;
  width: 300px;
  height: 60px;
  border: 1px #0f203e solid;
  background: url(../../images/icon_arrow_primary1.png) calc(100% - 15px) 50%
  no-repeat;
  background-size: auto 12px;
  color: #0f203e;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 60px;
          transition: all .3s ease-out;

  -webkit-box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
}

._btn-s a:hover {
  background: url(../../images/icon_arrow_primary1.png) rgba(15, 32, 62, .15)
  calc(100% - 15px) 50% no-repeat;
  background-size: auto 12px;
}

._btn-s a:active {
  background: url(../../images/icon_arrow_primary1.png) rgba(15, 32, 62, .3)
  calc(100% - 15px) 50% no-repeat;
  background-size: auto 12px;
}

._btn-s-red a {
  display: block;
          box-sizing: border-box;
  margin: 0 auto;
  width: 300px;
  height: 60px;
  border: 1px #9b1d3d solid;
  background: url(../../images/icon_arrow_accent1.png) calc(100% - 15px) 50%
  no-repeat;
  background-size: auto 12px;
  color: #9b1d3d;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 60px;
          transition: all .3s ease-out;

  -webkit-box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
}

._btn-s-red a:hover {
  background: url(../../images/icon_arrow_accent1.png) rgba(155, 29, 61, .15)
  calc(100% - 15px) 50% no-repeat;
  background-size: auto 12px;
}

._btn-s-red a:active {
  background: url(../../images/icon_arrow_accent1.png) rgba(155, 29, 61, .3)
  calc(100% - 15px) 50% no-repeat;
  background-size: auto 12px;
}

._btn-s-red-inversion a {
  display: block;
          box-sizing: border-box;
  margin: 0 auto;
  width: 300px;
  height: 60px;
  border: 1px #9b1d3d solid;
  background: url(../../images/icon_arrow_secondary6.png) #9b1d3d
  calc(100% - 15px) 50% no-repeat;
  background-size: auto 12px;
  color: #f0f1f4;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 60px;
          transition: all .3s ease-out;

  -webkit-box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
}

._btn-s-red-inversion a:hover {
  background: url(../../images/icon_arrow_secondary6.png) rgba(155, 29, 61, .8)
  calc(100% - 15px) 50% no-repeat;
  background-size: auto 12px;
}

._btn-s-red-inversion a:active {
  background: url(../../images/icon_arrow_secondary6.png) rgba(155, 29, 61, .6)
  calc(100% - 15px) 50% no-repeat;
  background-size: auto 12px;
}

._btn-s-orange a {
  display: block;
          box-sizing: border-box;
  margin: 0 auto;
  width: 300px;
  height: 60px;
  border: 1px #c85819 solid;
  background: url(../../images/icon_arrow_accent2.png) calc(100% - 15px) 50%
  no-repeat;
  background-size: auto 12px;
  color: #c85819;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 60px;
          transition: all .3s ease-out;

  -webkit-box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
}

._btn-s-orange a:hover {
  background: url(../../images/icon_arrow_accent2.png) rgba(210, 171, 65, .15)
  calc(100% - 15px) 50% no-repeat;
  background-size: auto 12px;
}

._btn-s-orange a:active {
  background: url(../../images/icon_arrow_accent2.png) rgba(200, 88, 25, .4)
  calc(100% - 15px) 50% no-repeat;
  background-size: auto 12px;
}

._btn-s-orange span {
  display: block;
          box-sizing: border-box;
  margin: 0 auto;
  width: 300px;
  height: 60px;
  border: 1px #c85819 solid;
  background: url(../../images/icon_arrow_accent2.png) calc(100% - 15px) 50%
  no-repeat;
  background-size: auto 12px;
  color: #c85819;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 60px;
          transition: all .3s ease-out;

  -webkit-box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
}

._btn-s-orange span:hover {
  background: url(../../images/icon_arrow_accent2.png) rgba(210, 171, 65, .15)
  calc(100% - 15px) 50% no-repeat;
  background-size: auto 12px;
}

._btn-s-orange span:active {
  background: url(../../images/icon_arrow_accent2.png) rgba(200, 88, 25, .4)
  calc(100% - 15px) 50% no-repeat;
  background-size: auto 12px;
}

._btn-s-orange-inversion a {
  display: block;
          box-sizing: border-box;
  margin: 0 auto;
  width: 300px;
  height: 60px;
  border: 1px #c85819 solid;
  background: url(../../images/icon_arrow_secondary6.png) #c85819
  calc(100% - 15px) 50% no-repeat;
  background-size: auto 12px;
  color: #f0f1f4;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 60px;
          transition: all .3s ease-out;

  -webkit-box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
}

._btn-s-orange-inversion a:hover {
  background: url(../../images/icon_arrow_secondary6.png) rgba(200, 88, 25, .8)
  calc(100% - 15px) 50% no-repeat;
  background-size: auto 12px;
}

._btn-s-orange-inversion a:active {
  background: url(../../images/icon_arrow_secondary6.png) rgba(200, 88, 25, .6)
  calc(100% - 15px) 50% no-repeat;
  background-size: auto 12px;
}

._btn-s-lightness6 a {
  display: block;
          box-sizing: border-box;
  margin: 0 auto;
  width: 300px;
  height: 60px;
  border: 1px #f0f1f4 solid;
  background: url(../../images/icon_arrow_secondary6.png) calc(100% - 15px) 50%
  no-repeat;
  background-size: auto 12px;
  color: #f0f1f4;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 60px;
          transition: all .3s ease-out;

  -webkit-box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
}

._btn-s-lightness6 a:hover {
  background: url(../../images/icon_arrow_secondary6.png)
  rgba(240, 241, 244, .15) calc(100% - 15px) 50% no-repeat;
  background-size: auto 12px;
}

._btn-s-lightness6 a:active {
  background: url(../../images/icon_arrow_secondary6.png)
  rgba(240, 241, 244, .3) calc(100% - 15px) 50% no-repeat;
  background-size: auto 12px;
}

/* _module-movie */
._module-movie {
  position: relative;
  overflow: hidden; /*height: calc(100vh - 130px);*/
  margin: 0;
  padding: 0;
  width: 100%;
}

._module-movie #myPlayer {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #0f203e;
}

._module-movie .wrapper {
  position: absolute;
  top: 0;
  display: table;
  width: 100%;
  height: 100%;
}

._module-movie .wrapper .catch {
  display: table-cell;
  width: auto;
  height: auto;
  color: white;
  vertical-align: middle;
  text-align: center;
}

._module-movie .wrapper .catch img {
  width: auto;
}

._module-movie .wrapper .icon_scroll {
  position: absolute;
  right: -35px;
  bottom: 100px; /*top: calc(100vh - 250px);*/
          box-sizing: border-box;
  width: 185px;
  height: 20px;
  color: white;
  letter-spacing: .05em;
  font-weight: bold;
  font-size: 1.6rem;
          transform: rotate(90deg);

  -webkit-box-sizing: border-box;
  -webkit-transform: rotate(90deg);
}

._module-movie .wrapper .icon_scroll a {
  color: white;
  text-decoration: none;
}

._module-movie .wrapper .icon_scroll:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 80px;
  display: block;
  width: 100px;
  height: 10px;
  background: url(../../images/icon_scroll.png) 0 50% no-repeat;
  background-size: 100px 10px;
          animation-name: anime_arrow;
          animation-duration: 2s;
          animation-timing-function: ease-out;
          animation-delay: -3s;
          animation-iteration-count: infinite;
          animation-direction: normal;

  -webkit-animation-delay: -3s;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: direction;
  -webkit-animation-timing-function: ease-out;
}

@-webkit-keyframes direction {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}

@keyframes direction {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}

._module-movie .anime_arrow {
          animation-name: direction;
          animation-duration: 5s;
          animation-timing-function: ease;
          animation-delay: -2s;
          animation-iteration-count: infinite;
          animation-direction: normal;

  -webkit-animation-delay: -2s;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: direction;
  -webkit-animation-timing-function: ease;
}

/* _module-movie-mp4 */
._module-movie-mp4 {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

._module-movie-mp4 #myPlayer {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #0f203e;
}

._module-movie-mp4 .wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

._module-movie-mp4 .wrapper .video_top {
  width: 100%;
  height: auto;
}

._module-movie-mp4 .wrapper .icon_scroll {
  position: absolute;
  right: -35px;
  bottom: 100px;
          box-sizing: border-box;
  width: 185px;
  height: 20px;
  color: white;
  letter-spacing: .05em;
  font-weight: bold;
  font-size: 1.6rem;
          transform: rotate(90deg);

  -webkit-box-sizing: border-box;
  -webkit-transform: rotate(90deg);
}

._module-movie-mp4 .wrapper .icon_scroll a {
  color: white;
  text-decoration: none;
}

._module-movie-mp4 .wrapper .icon_scroll:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 80px;
  display: block;
  width: 100px;
  height: 10px;
  background: url(../../images/icon_scroll.png) 0 50% no-repeat;
  background-size: 100px 10px;
          animation-name: anime_arrow;
          animation-duration: 2s;
          animation-timing-function: ease-out;
          animation-delay: -3s;
          animation-iteration-count: infinite;
          animation-direction: normal;

  -webkit-animation-delay: -3s;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: direction;
  -webkit-animation-timing-function: ease-out;
}

@-webkit-keyframes direction {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}

@keyframes direction {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}

._module-movie-mp4 .anime_arrow {
          animation-name: direction;
          animation-duration: 5s;
          animation-timing-function: ease;
          animation-delay: -2s;
          animation-iteration-count: infinite;
          animation-direction: normal;

  -webkit-animation-delay: -2s;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: direction;
  -webkit-animation-timing-function: ease;
}

/* _module-pickup */
._module-pickup {
  position: relative;
  margin-top: -2px;
  height: 60px;
  background: #4f5b6d;
  color: white;
  font-size: 1.6rem;
  line-height: 60px;
}

._module-pickup .title {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 180px;
  height: 60px;
  background: #c8cacd;
  color: #0f203e;
  text-align: center;
  font-weight: bold;
}

._module-pickup .text {
  position: relative;
  display: block;
  overflow: hidden;
          box-sizing: border-box;
  margin-left: 180px;
  width: calc(100% - 210px);
  font-size: 1.6rem;
  line-height: 60px;
  cursor: pointer; /*&:hover{ span{animation-play-state: paused;opacity: 0.7;transition: 0.7s;} }*/

  -webkit-box-sizing: border-box;
}

._module-pickup .text span {
  display: inline-block;
  padding-left: 20px;
  white-space: nowrap;
          animation-name: marquee;
          animation-duration: 18s;
          animation-timing-function: linear;
          animation-iteration-count: infinite;

  -webkit-animation-duration: 18s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: marquee;
  -webkit-animation-timing-function: linear;
}

._module-pickup .text a {
  padding-right: 30px;
  background: url(../../images/icon_arrow_secondary6.png) 100% 50% no-repeat;
  background-size: auto 12px;
  color: #d1d6dd;
  text-decoration: none;
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

._module-pickup .text a:hover {
  /*color:rgba(200,88,25,1);*/
  text-decoration: underline;
}

/* _module-featured */
._module-featured {
  padding: 20px 0 10px 0;
  background: #4f5b6d;
  color: white;
  font-size: 1.6rem;
  line-height: 1.5;
}

._module-featured .label {
  display: inline-block;
  margin: 0 10px 10px auto;
  padding: 3px 0;
  width: 120px;
  background: #c8cacd;
  color: #0f203e;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

._module-featured .label.empty {
  background: none;
}

._module-featured .box-news {
  margin: 0 auto 10px;
  padding-inline: 20px;
  max-width: 1040px;
  width: 100%;
}

._module-featured .box-news .text {
  display: inline-block;
  width: 860px;
  font-size: 1.6rem;
  line-height: 1.5;
}

._module-featured .box-news .text a {
  padding-right: 30px;
  background: url(../../images/icon_arrow_secondary6.png) 100% 50% no-repeat;
  background-size: auto 12px;
  color: #d1d6dd;
  text-decoration: none;
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

._module-featured .box-news .text a:hover {
  /*color:rgba(200,88,25,1);*/
  text-decoration: underline;
}

/* _parttan-bg-text */
._parttan-bg-text {
  /*background:*/
  display: block;
  width: 100%;
}

._parttan-bg-text .inner {
  position: relative;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 100px 20px;
  max-width: 1240px;
  width: 100%;

  -webkit-box-sizing: border-box;
}

._parttan-bg-text .inner .text {
          box-sizing: border-box;
  padding: 35px 40px;
  /*background:*/
  width: auto;
  height: auto; /*float:*/

  -webkit-box-sizing: border-box;
}

/* _module-banner */
._module-banner {
  display: block;
  width: 100%;
  background: url(../../images/event/0806/hero-bg.png) 50% 50% no-repeat;
  background-size: cover;
}

._module-banner .inner {
  position: relative;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 100px 20px;
  max-width: 1240px;
  width: 100%;

  -webkit-box-sizing: border-box;
}

._module-banner .inner a {
  display: inline-block;
}

._module-banner .inner .text {
  float: left;
          box-sizing: border-box;
  padding: 35px 40px;
  width: 480px;
  height: auto;
  border: 5px solid rgba(240, 241, 244, 0);
  background: rgba(240, 241, 244, .85);
          transition: .3s;

  -webkit-box-sizing: border-box;
  -webkit-transition: .3s;
}

._module-banner .inner .text ._h2 {
  margin-bottom: 10px;
  color: #0f203e;
}

._module-banner .inner .text p {
  color: #4f5b6d;
  font-weight: bold;
}

._module-banner .inner .text p.day {
  width: 300px;
}

._module-banner .inner .text span {
  display: block;
  margin-bottom: 10px;
  color: #c85819;
  font-size: 2.1rem;
}

._module-banner .inner .text:hover {
  border: 5px solid rgba(210, 171, 65, .15);
}

._module-banner .inner .text:hover span {
  background-color: rgba(210, 171, 65, .15);
}

._module-banner .inner.anime {
  opacity: 0;
          transition: 1s;

  -webkit-transition: 1s;
}

._module-banner .inner.anime ._h2.anime {
  opacity: 0;
          transition: 1s;

  -webkit-transition: 1s;
}

._module-banner .inner.anime ._p.anime {
  opacity: 0;
          transition: 1s;

  -webkit-transition: 1s;
}

._module-banner .inner.anime .span.anime {
  opacity: 0;
          transition: 1s;

  -webkit-transition: 1s;
}

._module-banner .inner.animated {
  opacity: 1;
          transition-delay: .2s;

  -webkit-transition-delay: .2s;
}

._module-banner .inner.animated ._h2.animated {
  opacity: 1;
          transition-delay: .4s;

  -webkit-transition-delay: .4s;
}

._module-banner .inner.animated ._p.animated {
  opacity: 1;
          transition-delay: .8s;

  -webkit-transition-delay: .8s;
}

._module-banner .inner.animated .span.animated {
  opacity: 1;
          transition-delay: .8s;

  -webkit-transition-delay: .8s;
}

/* _module-slider */
._module-slider {
  position: relative;
          box-sizing: border-box;
  padding: 100px 0;
  background: #f0f1f4;

  -webkit-box-sizing: border-box;
}

._module-slider h1 {
  margin-bottom: 0;
  text-align: center;
}

._module-slider h1 img {
  width: auto;
  height: 58px;
}

._module-slider .swiper-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

._module-slider .swiper-inner .swiper-slide {
  position: relative;
  margin: 100px 0 70px 0;
  width: 25%;
  opacity: 0;
          transition: 1s;

  -webkit-transition: 1s;
}

._module-slider .swiper-inner a {
  position: relative;
  display: block;
  text-decoration: none;
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

._module-slider .swiper-inner a:hover {
          box-shadow: 0 0 14px 0 rgba(79, 91, 109, .2),
  10px -5px 14px 0 rgba(79, 91, 109, .2);
          transform: scale(1.05);

  -webkit-box-shadow: 0 0 14px 0 rgba(79, 91, 109, .2),
  10px -5px 14px 0 rgba(79, 91, 109, .2);
  -webkit-transform: scale(1.05);
}

._module-slider .swiper-inner a .tag {
  position: absolute;
  top: -20px;
  left: -15px;
  display: block;
  width: 160px;
  height: 30px;
  background: #4f5b6d;
  color: white;
  text-align: center;
  font-size: 1.8rem;
  line-height: 32px;
}

._module-slider .swiper-inner a .image {
  display: block;
  padding-top: 56.25%;
  width: 100%; /*height: 300px;*/
}

._module-slider .swiper-inner a .box {
  display: block;
          box-sizing: border-box;
  padding: 20px 20px 40px 20px;
  background: white;

  -webkit-box-sizing: border-box;
}

._module-slider .swiper-inner a .box .title {
  display: block;
  height: 4em;
  color: #0f203e;
  font-size: 2rem;
  line-height: 1.3;
}

._module-slider .swiper-inner a .box .days {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  color: #4f5b6d;
  font-size: 1.6rem;
  line-height: 1;
}

._module-slider .swiper-inner a .box .days .pdf {
  position: relative;
  top: -5px;
  float: right;
  padding-right: 30px;
  height: 20px;
  background: url(../../images/icon_pdf.png) 100% 50% no-repeat;
  background-size: 20px 20px;
  font-size: 1.2rem;
  line-height: 20px;
}

._module-slider .swiper-inner a .box .days .link {
  position: relative;
  top: -2px;
  float: right;
  padding-right: 16px;
  height: 16px;
  background: url(../../images/icon_link.png) 100% 50% no-repeat;
  background-size: 16px 16px;
}

._module-slider .swiper-inner a .box .tag-word {
  display: block;
  margin-top: 10px;
  padding-left: 28px;
  height: 3em;
  background: url(../../images/icon_tag.png) 0 0 no-repeat;
  background-size: 18px 18px;
  color: #999;
  font-size: 1.4rem;
  line-height: 18px;
}

._module-slider .swiper-inner .swiper-button-prev {
  top: calc(50% + 20px) !important;
  left: 100px !important;
}

._module-slider .swiper-inner .swiper-button-prev:after {
  color: #9b1d3d !important;
  font-size: 16px !important;
}

._module-slider .swiper-inner .swiper-button-prev:before {
  content: "" !important;
  position: absolute;
  z-index: -1;
  display: block !important;
  width: 60px !important;
  height: 60px !important;
  border: 1px #ccc solid !important;
  border-radius: 60px !important;
  background: #fff !important;
}

._module-slider .swiper-inner .swiper-button-next {
  top: calc(50% + 20px) !important;
  right: 100px !important;
}

._module-slider .swiper-inner .swiper-button-next:after {
  color: #9b1d3d !important;
  font-size: 16px !important;
}

._module-slider .swiper-inner .swiper-button-next:before {
  content: "" !important;
  position: absolute;
  z-index: -1;
  display: block !important;
  width: 60px !important;
  height: 60px !important;
  border: 1px #ccc solid !important;
  border-radius: 60px !important;
  background: #fff !important;
}

._module-slider.animated .swiper-slide {
  opacity: 1;
          transition-delay: 2.4s;

  -webkit-transition-delay: 2.4s;
}

._module-slider.animated .swiper-slide:nth-child(1) {
  opacity: 1;
          transition-delay: .2s;

  -webkit-transition-delay: .2s;
}

._module-slider.animated .swiper-slide:nth-child(2) {
  opacity: 1;
          transition-delay: .4s;

  -webkit-transition-delay: .4s;
}

._module-slider.animated .swiper-slide:nth-child(3) {
  opacity: 1;
          transition-delay: .6s;

  -webkit-transition-delay: .6s;
}

._module-slider.animated .swiper-slide:nth-child(4) {
  opacity: 1;
          transition-delay: .8s;

  -webkit-transition-delay: .8s;
}

._module-slider.animated .swiper-slide:nth-child(5) {
  opacity: 1;
          transition-delay: 1s;

  -webkit-transition-delay: 1s;
}

._module-slider.animated .swiper-slide:nth-child(6) {
  opacity: 1;
          transition-delay: 1.2s;

  -webkit-transition-delay: 1.2s;
}

._module-slider.animated .swiper-slide:nth-child(7) {
  opacity: 1;
          transition-delay: 1.4s;

  -webkit-transition-delay: 1.4s;
}

._module-slider.animated .swiper-slide:nth-child(8) {
  opacity: 1;
          transition-delay: 1.6s;

  -webkit-transition-delay: 1.6s;
}

._module-slider.animated .swiper-slide:nth-child(9) {
  opacity: 1;
          transition-delay: 1.8s;

  -webkit-transition-delay: 1.8s;
}

._module-slider.animated .swiper-slide:nth-child(10) {
  opacity: 1;
          transition-delay: 2s;

  -webkit-transition-delay: 2s;
}

._module-slider.animated .swiper-slide:nth-child(11) {
  opacity: 1;
          transition-delay: 2.2s;

  -webkit-transition-delay: 2.2s;
}

._module-slider.animated .swiper-slide:nth-child(11) + .swiper-slide,._module-slider.animated
  .swiper-slide:nth-child(11) + .swiper-slide + .swiper-slide {
  opacity: 1 !important;
          transition-delay: 2.4s;

  -webkit-transition-delay: 2.4s;
}

._module-slider.animated .swiper-slide {
  opacity: 1;
          transition-delay: 2.4s;

  -webkit-transition-delay: 2.4s;
}

._module-slider.animated .swiper-slide:nth-child(1) {
  opacity: 1;
          transition-delay: .2s;

  -webkit-transition-delay: .2s;
}

._module-slider.animated .swiper-slide:nth-child(2) {
  opacity: 1;
          transition-delay: .4s;

  -webkit-transition-delay: .4s;
}

._module-slider.animated .swiper-slide:nth-child(3) {
  opacity: 1;
          transition-delay: .6s;

  -webkit-transition-delay: .6s;
}

._module-slider.animated .swiper-slide:nth-child(4) {
  opacity: 1;
          transition-delay: .8s;

  -webkit-transition-delay: .8s;
}

._module-slider.animated .swiper-slide:nth-child(5) {
  opacity: 1;
          transition-delay: 1s;

  -webkit-transition-delay: 1s;
}

._module-slider.animated .swiper-slide:nth-child(6) {
  opacity: 1;
          transition-delay: 1.2s;

  -webkit-transition-delay: 1.2s;
}

._module-slider.animated .swiper-slide:nth-child(7) {
  opacity: 1;
          transition-delay: 1.4s;

  -webkit-transition-delay: 1.4s;
}

._module-slider.animated .swiper-slide:nth-child(8) {
  opacity: 1;
          transition-delay: 1.6s;

  -webkit-transition-delay: 1.6s;
}

._module-slider.animated .swiper-slide:nth-child(9) {
  opacity: 1;
          transition-delay: 1.8s;

  -webkit-transition-delay: 1.8s;
}

._module-slider.animated .swiper-slide:nth-child(10) {
  opacity: 1;
          transition-delay: 2s;

  -webkit-transition-delay: 2s;
}

._module-slider.animated .swiper-slide:nth-child(11) {
  opacity: 1;
          transition-delay: 2.2s;

  -webkit-transition-delay: 2.2s;
}

._module-slider.animated .swiper-slide:nth-child(11) + .swiper-slide,._module-slider.animated
  .swiper-slide:nth-child(11) + .swiper-slide + .swiper-slide {
  opacity: 1 !important;
          transition-delay: 2.4s;

  -webkit-transition-delay: 2.4s;
}

/* _module-list-tag */
._module-list-tag {
  clear: both;
}

._module-list-tag .inner {
  position: relative;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 160px 20px 140px 20px;
  /* min-width: 1024px; */
  max-width: 1240px;
  width: 100%;

  -webkit-box-sizing: border-box;
}

._module-list-tag .inner ul li {
  float: left;
  margin: 0 3.5% 30px 0;
  width: 31%;
  list-style: none;
}

._module-list-tag .inner ul li:nth-child(3n) {
  margin-right: 0;
}

._module-list-tag .inner ul li a {
  position: relative;
  display: block;
  text-decoration: none;
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

._module-list-tag .inner ul li a:hover {
          box-shadow: 0 0 14px 0 rgba(79, 91, 109, .2),
  10px -5px 14px 0 rgba(79, 91, 109, .2);
          transform: scale(1.05);

  -webkit-box-shadow: 0 0 14px 0 rgba(79, 91, 109, .2),
  10px -5px 14px 0 rgba(79, 91, 109, .2);
  -webkit-transform: scale(1.05);
}

._module-list-tag .inner ul li a .tag {
  position: absolute;
  top: -20px;
  left: -15px;
  display: block;
  width: 160px;
  height: 30px;
  background: #4f5b6d;
  color: white;
  text-align: center;
  font-size: 1.8rem;
  line-height: 32px;
}

._module-list-tag .inner ul li a .image {
  display: block;
  width: 100%;
  height: 300px;
}

._module-list-tag .inner ul li a .box {
  display: block;
          box-sizing: border-box;
  padding: 20px 20px 0 20px;
  background: white;

  -webkit-box-sizing: border-box;
}

._module-list-tag .inner ul li a .box .title {
  display: block;
  height: 4em;
  color: #0f203e;
  font-size: 2rem;
  line-height: 1.3;
}

._module-list-tag .inner ul li a .box .days {
  display: block;
  color: #4f5b6d;
  font-size: 1.6rem;
  line-height: 1;
}

._module-list-tag .inner ul li a .box .tag-word {
  display: block;
  margin-top: 10px;
  padding-left: 28px;
  height: 3em;
  background: url(../../images/icon_tag.png) 0 0 no-repeat;
  background-size: 18px 18px;
  color: #999;
  font-size: 1.4rem;
  line-height: 18px;
}

/* _module-service */
._module-service {
  background: url(../../images/top/bg-service.png) no-repeat;
  background-size: cover;
}

._module-service .inner {
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-inline: 20px;
  max-width: 1040px;
}

._module-service .inner h2 {
  margin-bottom: 50px;
  color: #0f203e;
  font-size: 48px;
}

._module-service .inner h2 img {
  width: auto;
  height: 48px;
}

._module-service .inner .box {
  float: left;
  margin-right: 0;
  width: 500px;
}

._module-service .inner ul {
  float: left;
  margin-right: 30px;
  list-style: none;
}

._module-service .inner ul li {
  margin-bottom: 20px;
  color: #0f203e;
  font-size: 16px;
}

._module-service .inner ul li a {
  color: #0f203e;
  text-decoration: none;
  font-weight: bold;
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

._module-service .inner ul li a:hover {
  color: #c85819;
}

/* ._module-service-new */
._module-service-new {
  background: url(../../images/top/bg-service.png) no-repeat;
  background-size: cover;
}

._module-service-new.webp {
  background: url(../../images/top/bg-service.webp) no-repeat;
  background-size: cover;
}

._module-service-new .inner {
  margin: 0 auto;
  padding: 100px 20px 100px 20px;
  /* min-width: 1024px; */
  max-width: 1240px;
  width: 100%;
}

._module-service-new .inner .tabs {
  position: relative;
  padding-top: 70px;
  text-align: center;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

._module-service-new .inner .tab_item {
  top: 5px;
  display: inline-block;
  margin: 0 2px;
  width: 310px;
  height: 65px;
  border-top: 3px solid rgba(15, 32, 62, 0);
  background-color: #cdd1d8;
  color: #0f203e;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 70px;
  cursor: pointer;
          transition: all .2s ease;

  -webkit-transition: all .2s ease;
}

._module-service-new .inner .tab_item:hover {
  opacity: .75;
}

._module-service-new .inner #themes + .tab_item {
  position: absolute;
  left: calc(50% - 320px);
}

._module-service-new .inner #industries + .tab_item {
  position: absolute;
  right: calc(50% - 320px);
}

._module-service-new .inner input[name="tab_item"] {
  display: none;
}

._module-service-new .inner .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  padding: 40px;
  background-color: #fff; /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
  text-align: left;
}

._module-service-new .inner #themes:checked ~ #themes_content,._module-service-new .inner #industries:checked ~ #industries_content {
  display: block; /*position: relative; z-index: +1;*/
}

._module-service-new .inner .tabs input:checked + .tab_item {
  position: absolute;
  top: 0;
  height: 70px;
  border-top: 3px solid #0f203e;
  background-color: white;
}

._module-service-new .inner h3 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.6rem;
}

._module-service-new .inner h3 ._en {
  margin-left: 0;
  color: #0f203e;
  font-size: 4.5rem;
}

._module-service-new .inner h3 ._nonline {
  margin-left: 0;
  color: #0f203e;
  font-size: 4.2rem;
}

._module-service-new .inner h3 span {
  display: inline-block;
  margin-left: 20px;
  padding-bottom: 12px;
}

._module-service-new .inner h3 img {
  width: auto;
  height: 50px;
  vertical-align: bottom;
}

._module-service-new .inner ul.child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;

  -ms-flex-wrap: wrap;
}

._module-service-new .inner ul.child li {
  display: table;
  float: left;
          box-sizing: border-box;
  margin: 0 12px 10px 0;
  padding: 0 25px 0 10px;
  width: calc(100% / 3 - 8px);
  height: 56px;
  border: 1px #d1d6dd solid;
  background: url(../../images/icon_arrow_accent1.png) calc(100% - 10px) 50%
  no-repeat;
  background-size: 6px 12px;

  -webkit-box-sizing: border-box;
}

._module-service-new .inner ul.child li:nth-child(3n) {
  clear: both;
  margin-right: 0;
}

._module-service-new .inner ul.child li a {
  display: table-cell;
  padding: 0;
  color: #0f203e !important;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: .05em;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2; /*font-weight: normal;*/
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

._module-service-new .inner ul.child li a:hover {
  color: #9b1d3d !important;
}

._module-service-new .inner ul.child li a:after {
  display: none;
}

/* _module-contact */
._module-contact {
  background: #d1d6dd;
}

._module-contact .inner {
  position: relative;
  margin: 0 auto;
  padding: 100px 20px;
  max-width: 1240px;
  width: 100%;
}

._module-contact ._h1 {
  float: left;
  margin: 0;
  color: #0f203e;
  line-height: 70px;
}

._module-contact ._h1 img {
  position: relative;
  top: 10px;
  width: auto;
  height: 58px;
}

._module-contact p._btn {
  float: right;
}

/* _module-contact-new */
._module-contact-new {
  background: #d1d6dd;
}

._module-contact-new .inner {
  position: relative;
  margin: 0 auto;
  padding: 100px 20px;
  max-width: 1240px;
  width: 100%;
}

._module-contact-new ._h2 {
  margin-bottom: 50px;
  color: #0f203e;
  text-align: center;
  font-size: 4.6rem;
}

._module-contact-new ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  justify-content: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
}

._module-contact-new ul li {
  margin: 0 20px;
  list-style: none;
}

._module-contact-new ul li a {
  width: 500px;
}

/* _module-title*/
._module-title {
  background: url(../../images/bk_title.png) #0f203e 85% 0 no-repeat;
  background-size: auto 260px;
}

._module-title .title {
  display: table;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
  width: 100%;
  height: 260px;
}

._module-title .head {
  display: table-cell;
  width: 100%;
  color: white;
  vertical-align: middle;
  font-size: 4.4em; /*font-size: 4.8em;*/
}

._module-title .head strong {
  display: inline-block;
  margin-bottom: 10px;
}

._module-title .head span {
  display: block;
  margin-top: 10px; /*margin-top: 20px;*/
  color: #f0f1f4;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.6;
}

._module-title .head p {
  font-size: 3rem;
}

._module-title.parttan-a {
  background: url(../../images/bk_title_parttan-a.png) 0 0 no-repeat;
  background-size: cover;
}

._module-title.parttan-a .title {
  height: 420px;
  text-align: right;
}

._module-title.parttan-a .title .head {
  font-size: 4.4em; /*font-size: 4.8em;*/
}

._module-title.parttan-a .title .head img {
  width: auto;
  height: 50px;
}

._module-title.parttan-b {
  position: relative; /*background: url(../../images/bk_title_parttan-b.png) 0 0 no-repeat;background-size: auto 422px;position: relative;*/
  background: none;
}

._module-title.parttan-b:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../../images/img_identity.jpg) 100% 0 no-repeat;
  background-size: 52% auto;
}

._module-title.parttan-b.themes:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../../images/service/bk_themes.jpg) 100% 0 no-repeat;
  background-size: 52% auto;
}

._module-title.parttan-b.industries:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../../images/service/bk_industries.jpg) 100% 0 no-repeat;
  background-size: 52% auto;
}

._module-title.parttan-b.leadership:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../../images/about/bg-leadership2.png) 100% 0 no-repeat;
  background-size: 52% auto;
}

._module-title.parttan-b:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 48%;
  height: 100%;
  background: #0f203e;
}

._module-title.parttan-b .title {
  position: relative;
  height: 420px;
  background: url(../../images/bk_title_parttan-b.png) 0 0 no-repeat;
  background-size: auto 422px;
}

._module-title.parttan-b .title .head {
  font-size: 4.4rem; /*font-size:4.8rem;*/
}

._module-title.parttan-b .title .head img {
  width: auto;
  height: 50px;
}

._module-title.parttan-c {
  position: relative;
          box-sizing: border-box;
  height: 420px;
  background-color: #0f203e;
  background-image: url(../../images/bk_title_parttan-c.png) 0 0 no-repeat;
  background-size: 100% 420px;

  -webkit-box-sizing: border-box;
}

._module-title.parttan-c .head {
  display: block;
  padding-top: 160px;
  width: 100%;
  color: white;
  vertical-align: middle;
}

._module-title.parttan-c .head img {
  width: auto;
  height: 58px;
}

._module-title.parttan-c .sub {
  display: block;
  color: #fff;
  font-size: 2rem;
}

._module-title.parttan-c .title {
  height: 420px;
}

._module-title .pankuzu {
  background: #4f5b6d;
}

._module-title .pankuzu p {
  display: block;
  margin: 0 auto;
  padding: 20px 20px;
  max-width: 1240px;
  width: 100%;
  font-size: 1.2rem;
}

._module-title .pankuzu p a {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding-right: 20px;
  background: url(../../images/icon_arrow_secondary6.png) 100% 50% no-repeat;
  background-size: auto 12px;
  color: #f0f1f4;
  text-decoration: none;
}

._module-title .pankuzu p a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background: #d1d6dd;
  opacity: 0;
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

._module-title .pankuzu p a:hover:before {
  opacity: 1;
}

._module-title .pankuzu p span {
  color: #f0f1f4;
  line-height: 1.4;
}

._module-title .pankuzu.type-a {
  background: #e0e3e9;
}

._module-title .pankuzu.type-a p {
  padding: 10px 20px;
}

._module-title .pankuzu.type-a p a {
  background: url(../../images/icon_arrow_primary1.png) 100% 50% no-repeat;
  background-size: auto 12px;
  color: #0f203e;
}

._module-title .pankuzu.type-a p a:before {
  background: #d1d6dd;
}

._module-title .pankuzu.type-a p span {
  color: #0f203e;
}

._module-title .pankuzu.type-b {
  background: #f0f1f4;
}

._module-title .pankuzu.type-b p {
  padding: 10px 20px;
}

._module-title .pankuzu.type-b p a {
  background: url(../../images/icon_arrow_primary1.png) 100% 50% no-repeat;
  background-size: auto 12px;
  color: #0f203e;
}

._module-title .pankuzu.type-b p a:before {
  background: #f0f1f4;
}

._module-title .pankuzu.type-b p span {
  color: #0f203e;
}

._pankuzu {
  background: #4f5b6d;
}

._pankuzu p {
  display: block;
  margin: 0 auto;
  padding: 20px 20px;
  max-width: 1240px;
  width: 100%;
  font-size: 1.2rem;
}

._pankuzu p a {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding-right: 20px;
  background: url(../../images/icon_arrow_secondary6.png) 100% 50% no-repeat;
  background-size: auto 12px;
  color: #f0f1f4;
  text-decoration: none;
}

._pankuzu p a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background: #d1d6dd;
  opacity: 0;
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

._pankuzu p a:hover:before {
  opacity: 1;
}

._pankuzu p span {
  color: #f0f1f4;
}

/*_module-article_list*/
._module-article_list .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 20px;
  /* min-width: 1024px; */
  max-width: 1240px;

  -ms-flex-wrap: wrap;
}

._module-article_list .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 20px;
  /* min-width: 1024px; */
  max-width: 1240px;

  -ms-flex-wrap: wrap;
}

._module-article_list .article {
  margin: 0 2% 50px 0; /*width: 350px;margin: 0 20px 50px;*/
  width: 32%;
}

._module-article_list .article:nth-child(3n) {
  margin-right: 0;
}

._module-article_list .article a {
  position: relative;
  display: block;
  text-decoration: none;
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

._module-article_list .article a:hover {
          box-shadow: 0 0 14px 0 rgba(79, 91, 109, .2),
  10px -5px 14px 0 rgba(79, 91, 109, .2);
          transform: scale(1.05);

  -webkit-box-shadow: 0 0 14px 0 rgba(79, 91, 109, .2),
  10px -5px 14px 0 rgba(79, 91, 109, .2);
  -webkit-transform: scale(1.05);
}

._module-article_list .article a .tag {
  position: absolute;
  top: -20px;
  left: -15px;
  display: block;
  width: 160px;
  height: 30px;
  background: #4f5b6d;
  color: white;
  text-align: center;
  font-size: 1.8rem;
  line-height: 32px;
}

._module-article_list .article a .image {
  display: block;
  padding-top: 56.25%;
  width: 100%; /*height: 300px;*/
}

._module-article_list .article a .box {
  display: block;
          box-sizing: border-box;
  padding: 20px 20px 0 20px;
  height: 170px;
  background: white;

  -webkit-box-sizing: border-box;
}

._module-article_list .article a .box .title {
  display: block;
  height: 4em;
  color: #0f203e;
  font-size: 2rem;
  line-height: 1.3;
}

._module-article_list .article a .box .days {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  color: #4f5b6d;
  font-size: 1.6rem;
  line-height: 1;
}

._module-article_list .article a .box .days .pdf {
  position: relative;
  top: -5px;
  float: right;
  padding-right: 30px;
  height: 20px;
  background: url(../../images/icon_pdf.png) 100% 50% no-repeat;
  background-size: 20px 20px;
  font-size: 1.2rem;
  line-height: 20px;
}

._module-article_list .article a .box .days .link {
  position: relative;
  top: -2px;
  float: right;
  padding-right: 16px;
  height: 16px;
  background: url(../../images/icon_link.png) 100% 50% no-repeat;
  background-size: 16px 16px;
}

._module-article_list .article a .box .tag-word {
  display: block;
  margin-top: 10px;
  padding-left: 28px;
  height: 3em;
  background: url(../../images/icon_tag.png) 0 0 no-repeat;
  background-size: 18px 18px;
  color: #999;
  font-size: 1.4rem;
  line-height: 18px;
}

/* _module-form */
._module-form {
  background: #f0f1f4;
}

._module-form .inner {
  margin: 0 auto;
  padding: 80px 20px;
  max-width: 1240px;
  width: 100%;
  text-align: center;
}

._module-form .inner.half {
  padding-top: 40px;
}

._module-form .inner ul.step {
  display: inline-block;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

._module-form .inner ul.step li {
  position: relative;
  display: block;
  float: left;
  margin-right: 60px;
  width: 150px;
  height: 60px;
  border: 1px #0f203e solid;
  color: #0f203e;
  list-style: none;
  line-height: 60px;
}

._module-form .inner ul.step li:after {
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  height: 60px;
  background: url(../../images/icon_step.png) 0 50% no-repeat;
  background-size: 60px auto;
}

._module-form .inner ul.step li.active {
  background: #0f203e;
  color: white;
}

._module-form .inner ul.step li:nth-last-child(1) {
  margin-right: 0;
}

._module-form .inner ul.step li:nth-last-child(1):after {
  display: none;
}

._module-form .inner .use {
  margin: 0 auto 40px auto;
  padding: 0 30px;
  width: 570px;
}

._module-form .inner .use ul li {
  color: #0f203e;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
}

._module-form .inner .use p {
  color: #0f203e;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
}

._module-form .inner .use p.end {
  margin-bottom: 40px;
  text-align: center;
}

._module-form .inner .box {
  margin: 0 auto;
  padding: 40px;
  max-width: 1160px;
  width: 100%;
  background: white;
  text-align: left;
}

._module-form .inner .box h3 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px #b2bac7 solid;
  color: #0f203e;
}

._module-form .inner .box h4 {
  margin-bottom: 10px;
  color: #0f203e;
  font-size: 1.6rem;
}

._module-form .inner .box ul {
  margin-bottom: 20px;
  padding-left: 15px;
  color: #0f203e;
  font-size: 1.2rem;
  line-height: 1.5;
}

._module-form .inner .box p {
  color: #0f203e;
  font-size: 1.2rem;
  line-height: 1.5;
}

._module-form .inner .box p.chk {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.4rem;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

._module-form .inner .box p.chk a {
  color: #0f203e;
}

._module-form .inner .box .privacy {
  overflow-y: scroll;
  margin: 20px 0 60px 0;
  padding: 30px 40px 0 40px;
  height: 200px;
  background: #f0f1f4;
}

._module-form .inner .box .privacy h4 {
  line-height: 1.2;
}

._module-form .inner .box .privacy p,._module-form .inner .box .privacy ul {
  margin-bottom: 30px;
}

._module-form .inner .box dl {
  margin: 0 60px 30px 0;
  padding-left: 6em;
}

._module-form .inner .box dl dt {
  float: left;
  clear: left;
  margin: 0 0 20px 0;
  width: 240px;
  color: #0f203e;
  font-weight: bold;
  font-size: 1.6rem;
}

._module-form .inner .box dl dt .required:after {
  content: "必須";
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 10px;
  padding: 5px 7px 3px 7px;
  background: #c85819;
  color: white;
  font-size: 1rem;
}

._module-form .inner .box dl dt span {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
}

._module-form .inner .box dl dd {
  float: left;
  margin: 0;
  margin-bottom: 20px;
  width: calc(100% - 240px);
}

._module-form .inner .box dl dd._input {
  display: block;
          box-sizing: border-box;
  padding: 10px 30px;
  border: 1px #f0f1f4 solid;
  background: #f0f1f4;
  color: #0f203e;
  font-size: 1.6rem;
  line-height: 1.5;

  -webkit-box-sizing: border-box;
}

._module-form .inner .box dl dd input._input::-webkit-input-placeholder {
  color: #7b899f;
}

._module-form .inner .box dl dd input._input::-moz-placeholder {
  color: #7b899f;
}

._module-form .inner .box dl dd input._input:-ms-input-placeholder {
  color: #7b899f;
}

._module-form .inner .box dl dd input._input::-ms-input-placeholder {
  color: #7b899f;
}

._module-form .inner .box dl dd input._input::placeholder {
  color: #7b899f;
}

._module-form .inner .box dl dd input._input::-moz-placeholder {
  color: #7b899f;
}

._module-form .inner .box dl dd input._input::-ms-input-placeholder {
  color: #7b899f;
}

._module-form
  .inner
  .box
  dl
  dd
  input._input.required::-webkit-input-placeholder {
  color: #c85819;
}

._module-form .inner .box dl dd input._input.required::-moz-placeholder {
  color: #c85819;
}

._module-form .inner .box dl dd input._input.required:-ms-input-placeholder {
  color: #c85819;
}

._module-form .inner .box dl dd input._input.required::-ms-input-placeholder {
  color: #c85819;
}

._module-form .inner .box dl dd input._input.required::placeholder {
  color: #c85819;
}

._module-form .inner .box dl dd input._input.required::-moz-placeholder {
  color: #c85819;
}

._module-form .inner .box dl dd input._input.required::-ms-input-placeholder {
  color: #c85819;
}

._module-form .inner .box dl dd input._input {
          box-sizing: border-box;
  padding: 0 30px;
  width: 100%;
  height: 50px;
  border: 1px #f0f1f4 solid;
  background: #f0f1f4;
  font-size: 1.6rem;
  line-height: 50px;

  -webkit-box-sizing: border-box;
}

._module-form .inner .box dl dd input._input.-harf {
  float: left;
  margin-right: 4%;
  width: 48%;
}

._module-form .inner .box dl dd input._input.required {
  outline: 1px #c85819 solid;
}

._module-form .inner .box dl dd input._input.required:focus {
  outline: 1px #0f203e solid;
}

._module-form .inner .box dl dd input.-harf + input.-harf {
  margin-right: 0;
}

._module-form .inner .box dl dd textarea._textarea::-webkit-input-placeholder {
  color: #7b899f;
}

._module-form .inner .box dl dd textarea._textarea::-moz-placeholder {
  color: #7b899f;
}

._module-form .inner .box dl dd textarea._textarea:-ms-input-placeholder {
  color: #7b899f;
}

._module-form .inner .box dl dd textarea._textarea::-ms-input-placeholder {
  color: #7b899f;
}

._module-form .inner .box dl dd textarea._textarea::placeholder {
  color: #7b899f;
}

._module-form .inner .box dl dd textarea._textarea::-moz-placeholder {
  color: #7b899f;
}

._module-form .inner .box dl dd textarea._textarea::-ms-input-placeholder {
  color: #7b899f;
}

._module-form
  .inner
  .box
  dl
  dd
  textarea._textarea.required::-webkit-input-placeholder {
  color: #c85819;
}

._module-form .inner .box dl dd textarea._textarea.required::-moz-placeholder {
  color: #c85819;
}

._module-form
  .inner
  .box
  dl
  dd
  textarea._textarea.required:-ms-input-placeholder {
  color: #c85819;
}

._module-form
  .inner
  .box
  dl
  dd
  textarea._textarea.required::-ms-input-placeholder {
  color: #c85819;
}

._module-form .inner .box dl dd textarea._textarea.required::placeholder {
  color: #c85819;
}

._module-form .inner .box dl dd textarea._textarea.required::-moz-placeholder {
  color: #c85819;
}

._module-form
  .inner
  .box
  dl
  dd
  textarea._textarea.required::-ms-input-placeholder {
  color: #c85819;
}

._module-form .inner .box dl dd textarea._textarea {
  padding: 20px 30px;
  width: 100%;
  height: 180px;
  border: 1px #f0f1f4 solid;
  background: #f0f1f4;
  font-size: 1.6rem;
  line-height: 1.5;
}

._module-form .inner .box dl dd textarea._textarea.required {
  outline: 1px #c85819 solid;
}

._module-form .inner .box dl dd textarea._textarea.required:focus {
  outline: 1px #0f203e solid;
}

._module-form .inner .box dl dd .dropdown {
  position: relative;
  display: block;
  width: 48%;
}

._module-form .inner .box dl dd .dropdown::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: +1;
  width: 0;
  height: 0;
  border-width: 10px 7px 0 7px;
  border-style: solid;
  border-color: #0f203e transparent transparent transparent;
  border-top-style: solid;
  border-bottom: none;
  pointer-events: none;
}

._module-form .inner .box dl dd select._select {
          appearance: none;
          box-sizing: border-box;
  padding: 0 30px;
  width: 100%;
  height: 50px;
  border: 1px #f0f1f4 solid;
  border-radius: 0;
  background: #f0f1f4;
  color: #0f203e; /*color:rgba(123,137,159,1);*/
  font-size: 1.6rem;
  line-height: 50px;

  -webkit-appearance: none;
     -moz-appearance: none;
  -webkit-box-sizing: border-box;
}

._module-form .inner .box dl dd select._select:focus {
  outline: 1px #0f203e solid;
}

._module-form .inner .box dl dd span.caution {
  display: block;
  clear: both;
  margin: 0;
  padding: 10px 0 0 0;
  border: none;
  color: #7b899f;
  text-align: left;
}

._module-form .inner .box ._btn-orange-inversion a,._module-form .inner .box ._btn-orange-inversion span {
  width: 520px;
  height: 80px;
  background-size: auto 12px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 80px;
  cursor: pointer;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

._module-form .inner .box ._btn-orange-inversion a:hover,._module-form .inner .box ._btn-orange-inversion span:hover {
  background-size: auto 12px;
}

._module-form .inner .box ._btn-orange-inversion a:active,._module-form .inner .box ._btn-orange-inversion span:active {
  background-size: auto 12px;
}

._module-form .inner .box ._btn-orange-inversion + p {
  margin-top: 20px;
  text-align: center;
  font-size: 1.4rem;
}

._module-form .inner .box .note {
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px #b2bac7 solid;
  text-align: center;
  font-size: 1.2rem;
}

._module-form .form-frame {
          box-sizing: border-box;
  padding: 0 2px;
  width: 100%;
  height: 1700px;

  -webkit-box-sizing: border-box;
}

/* _module-index-list */
._module-index-list ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

._module-index-list ul li .text {
  display: table;
  width: 50%;
  height: 700px;
}

._module-index-list ul li .text .inner {
  display: table-cell;
  vertical-align: middle;
}

._module-index-list ul li .text .inner ._h2 {
  display: block;
  margin: 0 auto 20px auto;
  width: 380px;
}

._module-index-list ul li .text .inner ._h2 img {
  width: auto;
  height: 48px;
}

._module-index-list ul li .text .inner ._h2 img.h_2l {
  height: 100px;
}

._module-index-list ul li .text .inner ._p {
  display: block;
  margin: 0 auto 80px auto;
  width: 380px;
}

._module-index-list ul li .image {
  display: block;
  width: 50%;
  height: 700px;
}

._module-index-list ul li:nth-child(2n - 1) .text {
  float: left;
}

._module-index-list ul li:nth-child(2n - 1) .image {
  float: right;
}

._module-index-list ul li:nth-child(2n) .text {
  float: right;
}

._module-index-list ul li:nth-child(2n) .image {
  float: left;
}

/* _module-list-rows3 */
._module-list-rows3 {
  background: #f0f1f4;
}

._module-list-rows3 .inner {
          box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 100px 20px 70px 20px;
  /* min-width: 1024px; */
  max-width: 1200px;
  width: 100%;
  text-align: center;

  -webkit-box-sizing: border-box;
}

._module-list-rows3 .inner ._h3 {
  margin-bottom: 60px;
  color: #0f203e;
  font-size: 3.8rem;
}

._module-list-rows3 .inner ul li {
  float: left;
  margin: 0 3.5% 30px 0;
  width: 31%;
  list-style: none;
}

._module-list-rows3 .inner ul li:nth-child(3n) {
  margin-right: 0;
}

._module-list-rows3 .inner ul li a {
  position: relative;
  display: block;
  border: 1px #d1d6dd solid;
  text-decoration: none;
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

._module-list-rows3 .inner ul li a .image {
  display: block;
  width: 100%;
  height: 210px;
}

._module-list-rows3 .inner ul li a .title {
  display: block;
          box-sizing: border-box;
  padding: 0 25px;
  height: 70px;
  background: white;
  color: #0f203e;
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 70px;

  -webkit-box-sizing: border-box;
}

._module-list-rows3 .inner ul li a:hover {
          box-shadow: 0 0 14px 0 rgba(79, 91, 109, .2),
  10px -5px 14px 0 rgba(79, 91, 109, .2);
          transform: scale(1.05);

  -webkit-box-shadow: 0 0 14px 0 rgba(79, 91, 109, .2),
  10px -5px 14px 0 rgba(79, 91, 109, .2);
  -webkit-transform: scale(1.05);
}

/* ._module-list-about-nav */
._module-list-about-nav {
  background: #f0f1f4;
}

._module-list-about-nav .inner {
          box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 100px 20px 70px 20px;
  /* min-width: 1024px; */
  max-width: 1200px;
  width: 100%;
  text-align: center;

  -webkit-box-sizing: border-box;
}

._module-list-about-nav .inner ._h3 {
  margin-bottom: 60px;
  color: #0f203e;
  font-size: 3.4rem; /*font-size:3.8rem;*/
}

._module-list-about-nav .inner ul li {
  float: left;
  margin: 0 2% 25px 0; /*@media screen and (max-width: 1160px){*/ /*}*/
  width: 23.5%;
  list-style: none;
}

._module-list-about-nav .inner ul li:nth-child(4n) {
  margin-right: 0;
}

._module-list-about-nav .inner ul li a {
  position: relative;
  display: block;
  border: 1px #d1d6dd solid;
  text-decoration: none;
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

._module-list-about-nav .inner ul li a .image {
  display: block;
  padding-top: 56.25%;
  width: 100%;
  height: auto;
}

._module-list-about-nav .inner ul li a .title {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 70px;
  background: white;
  color: #0f203e;
  text-align: left;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;

  -webkit-box-sizing: border-box;
}

._module-list-about-nav .inner ul li a:hover {
          box-shadow: 0 0 14px 0 rgba(79, 91, 109, .2),
  10px -5px 14px 0 rgba(79, 91, 109, .2);
          transform: scale(1.05);

  -webkit-box-shadow: 0 0 14px 0 rgba(79, 91, 109, .2),
  10px -5px 14px 0 rgba(79, 91, 109, .2);
  -webkit-transform: scale(1.05);
}

._module-list-about-nav .inner ul li.society .title {
  /*line-height:1.4;padding:14px 20px 0 20px;*/
  font-size: 1.5rem;
}

/* _module-list-rows4 */
._module-list-rows4 .inner {
          box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 100px 20px 70px 20px;
  max-width: 1200px;
  width: 100%;
  text-align: center;

  -webkit-box-sizing: border-box;
}

._module-list-rows4 .inner ._h3 {
  margin-bottom: 50px;
  color: #0f203e;
  font-size: 3.8rem;
}

._module-list-rows4 .inner ul li {
  float: left;
  margin: 0 3% 30px 0;
  width: 22.56 .25%;
  list-style: none;
}

._module-list-rows4 .inner ul li:nth-child(4n) {
  margin-right: 0;
}

._module-list-rows4 .inner ul li a {
  position: relative;
  display: block;
  border: 1px #d1d6dd solid;
  text-decoration: none;
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

._module-list-rows4 .inner ul li a .image {
  display: block;
  width: 100%;
  height: 170px;
}

._module-list-rows4 .inner ul li a .box {
  display: block;
          box-sizing: border-box;
  padding: 20px 20px;
  background: white;
  text-align: left;

  -webkit-box-sizing: border-box;
}

._module-list-rows4 .inner ul li a .box .title {
  display: block;
  height: 6em;
  color: #0f203e;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
}

._module-list-rows4 .inner ul li a .box .days {
  display: block;
  color: #4f5b6d;
  font-size: 1.4rem;
  line-height: 1;
}

._module-list-rows4 .inner ul li a:hover {
          box-shadow: 0 0 14px 0 rgba(79, 91, 109, .2),
  10px -5px 14px 0 rgba(79, 91, 109, .2);
          transform: scale(1.05);

  -webkit-box-shadow: 0 0 14px 0 rgba(79, 91, 109, .2),
  10px -5px 14px 0 rgba(79, 91, 109, .2);
  -webkit-transform: scale(1.05);
}

/* _module-list-rows2 */
._module-list-rows2 .inner {
          box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 100px 20px 70px 20px;
  max-width: 1200px;
  width: 100%;
  text-align: center;

  -webkit-box-sizing: border-box;
}

._module-list-rows2 .inner ._h3 {
  margin-bottom: 50px;
  color: #0f203e;
  font-size: 3.2rem;
}

._module-list-rows2 .inner ul li {
  float: left;
  margin: 0 3% 30px 0;
  width: 48.5%;
  list-style: none;
}

._module-list-rows2 .inner ul li:nth-child(2n) {
  margin-right: 0;
}

._module-list-rows2 .inner ul li a {
  position: relative;
  display: block;
  border: 1px #d1d6dd solid;
  text-decoration: none;
          transition: all .3s ease-out;

  -webkit-transition: all .3s ease-out;
}

._module-list-rows2 .inner ul li a .image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40%;
  height: 100%;
}

._module-list-rows2 .inner ul li a .box {
  display: block;
          box-sizing: border-box;
  margin-left: 40%;
  padding: 20px 20px;
  min-height: 230px;
  width: 60%;
  background: white;
  text-align: left;

  -webkit-box-sizing: border-box;
}

._module-list-rows2 .inner ul li a .box .title {
  display: block;
  margin-bottom: 20px;
  color: #0f203e;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
}

._module-list-rows2 .inner ul li a .box .lead {
  display: block;
  color: #0f203e;
  font-size: 1.6rem;
  line-height: 1.6;
}

._module-list-rows2 .inner ul li a:hover {
          box-shadow: 0 0 14px 0 rgba(79, 91, 109, .2),
  10px -5px 14px 0 rgba(79, 91, 109, .2);
          transform: scale(1.05);

  -webkit-box-shadow: 0 0 14px 0 rgba(79, 91, 109, .2),
  10px -5px 14px 0 rgba(79, 91, 109, .2);
  -webkit-transform: scale(1.05);
}

/* _module-article */
._module-article .inner {
          box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 100px 20px 100px 20px;
  max-width: 1200px;
  width: 100%;
  text-align: left;

  -webkit-box-sizing: border-box;
}

._module-article .inner .-box-wrapper {
  margin-bottom: 30px;
  padding: 60px 60px 20px 60px;
}

._module-article .inner .-box-wrapper.-outline {
  outline: 10px #d1d6dd solid;
  outline-offset: -8px;
}

._module-article .inner .-box-caption {
  padding: 20px 20px 20px 20px;
}

._module-article .inner .-box-caption .note {
  margin-bottom: 0;
}

._module-article .inner h1 {
  margin-bottom: 80px;
  padding-left: 25px;
  border-left: 5px #d2ab41 solid;
  color: #0f203e;
  font-weight: bold;
  font-size: 3.8rem;
  line-height: 1.2;
}

._module-article .inner h2 {
  margin-bottom: 60px;
  color: #0f203e;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.2;
}

._module-article .inner h3 {
  margin-bottom: 40px;
  color: #0f203e;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
}

._module-article .inner p {
  margin-bottom: 40px;
  color: #0f203e;
  font-size: 1.6rem;
  line-height: 2;
}

._module-article .inner p.note {
  color: #4f5b6d;
  font-size: 1.4rem;
}

._module-article .inner ul.box li {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}

._module-article .inner ul.box li .box-image {
  width: 40%;
}

._module-article .inner ul.box li .box-image p.image {
  margin-bottom: 10px;
}

._module-article .inner ul.box li .box-image p.image img {
  width: 100%;
  vertical-align: bottom;
}

._module-article .inner ul.box li .box-text {
  width: 57%;
}

._module-article .inner ul.box li:nth-child(2n -1) .box-image {
  float: left;
}

._module-article .inner ul.box li:nth-child(2n -1) .box-text {
  float: right;
}

._module-article .inner ul.box li:nth-child(2n) .box-image {
  float: right;
}

._module-article .inner ul.box li:nth-child(2n) .box-text {
  float: left;
}

._module-article .inner ul.list {
  margin-bottom: 30px;
  padding-left: 20px;
}

._module-article .inner ul.list li {
  margin-bottom: 10px;
  color: #0f203e;
  list-style: disc;
  font-size: 1.6rem;
  line-height: 2;
}

._module-service-article ._h1 {
  margin-bottom: 80px;
  padding-left: 25px;
  border-left: 5px #d2ab41 solid;
  color: #0f203e;
  font-weight: bold;
  font-size: 3.8rem;
  line-height: 1.2;
}

._module-service-article ._ h2 {
  margin-bottom: 60px;
  color: #0f203e;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.2;
}

._module-service-article ._h3 {
  margin-bottom: 40px;
  color: #0f203e;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
}

._module-service-article ._p {
  margin-bottom: 40px;
  color: #0f203e;
  font-size: 1.6rem;
  line-height: 2;
}

._module-service-article ._p.note {
  color: #4f5b6d;
  font-size: 1.4rem;
}

._module-service-article ._section {
  margin: 0 auto;
  padding: 40px 0 0;
  width: 1000px;
}

._module-service-article ._section.s {
  margin: 0 auto;
  width: 800px;
}

._module-image-text .inner {
  margin: 40px auto;
  padding-inline: 20px;
  max-width: 1040px;
}

._module-image-text .box-image {
  float: left;
  width: 50%;
}

._module-image-text .box-image img {
  width: 100%;
  height: auto;
}

._module-image-text .box-text {
  float: right;
          box-sizing: border-box;
  padding: 30px;
  width: 50%;

  -webkit-box-sizing: border-box;
}

._module-box-text .inner {
  margin: 40px auto;
  padding-inline: 20px;
  max-width: 1040px;
}

/* エフェクト用cssテスト
.anime{
  &.anime_bg h1::before{animation: bg 2.0s cubic-bezier(0.22, 1, 0.36, 1) forwards;}
  &.anime_bg h2::before{animation: bg 2.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;}
  &.anime_bg p::before{animation: bg 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;}
  &.article.anime_bg ::before {animation: bg 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;}
  &.anime_bg h1::before,
  &.anime_bg h2::before,
  &.anime_bg p::before,
  &.article.anime_bg ::before {
    background:#0f203e;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left center;
    z-index:+1;
  }
  &.article,
  h1,
  h2,
  p{position: relative;overflow:hidden;}
  &.article{animation: bg2 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;}
  h1{animation: bg2 2.0s cubic-bezier(0.22, 1, 0.36, 1) forwards;}
  h2{animation: bg2 2.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;}
  p{animation: bg2 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;}
}
 
@keyframes bg {
  0% {
    opacity: 1;
    transform: scaleX(0) translateX(-5%);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) translateX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1) translateX(120%);
  }
}

@keyframes bg2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity: 1;
  }
}
*/

@media screen and (max-width: 1400px) {
  ._module-slider .swiper-inner a .box .title {
    font-size: 1.6rem;
  }
  ._module-slider .swiper-inner a .box .days {
    font-size: 1.2rem;
  }
  ._module-list-tag .inner ul li a .box .title {
    font-size: 1.6rem;
  }
  ._module-list-tag .inner ul li a .box .days {
    font-size: 1.2rem;
  }
  ._module-article_list .article a .box .title {
    font-size: 1.6rem;
  }
  ._module-article_list .article a .box .days {
    font-size: 1.2rem;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  ._module-slider .swiper-inner .swiper-button-prev::before {
    background: url(../../images/icon_arrow_accent2.png) #fff 50% 50% no-repeat !important;
    background-size: 10px auto !important;
            transform: rotate(-180deg);

    -webkit-transform: rotate(-180deg);
  }
  ._module-slider .swiper-inner .swiper-button-next {
    right: 160px !important;
  }
  ._module-slider .swiper-inner .swiper-button-next::before {
    background: url(../../images/icon_arrow_accent2.png) #fff 50% 50% no-repeat !important;
    background-size: 10px auto !important;
  }
  ._module-form .inner .box dl dd select::-ms-expand {
    display: none;
  }
}

@media screen and (max-width: 1140px) {
  ._module-contact-new ul li {
    margin-bottom: 20px;
  }
  ._module-contact-new ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1350px) {
  ._module-title.parttan-b:before {
    background-size: 62% auto !important;
  }
}

@media screen and (max-width: 1150px) {
  ._module-title.parttan-b:before {
    background-size: cover !important;
  }
}

@media screen and (max-width: 1160px) {
  ._module-list-rows3 .inner ul li.tbc .title {
    padding: 12px 25px 0 25px;
    line-height: 1.4;
  }
}
