@charset "UTF-8";
/*===================================
  
  トップページ

===================================*/
.index .main {
  padding-top: 0;
}

.index .main::after {
  content: none;
}

.topMv-main {
  padding: 100px 0 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 992px), print {
  .topMv-main::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(153deg, white 50%, transparent 50%), linear-gradient(30deg, #ffde00 0%, #ffeb86 100%);
    transform: translate3d(50px, 50px, 0);
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.43, 0.05, 0.17, 1), transform 0.7s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition-delay: .8s;
  }
}

@media screen and (max-width: 991px) {
  .topMv-main {
    background: none;
    padding: 90px 0 30px;
    position: relative;
  }
  .topMv-main::after {
    content: "";
    position: absolute;
    top: 100px;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40vw 100vw 40vw 0px;
    border-color: transparent #ffe23f transparent transparent;
    pointer-events: none;
    transform: translate3d(50px, 50px, 0);
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.43, 0.05, 0.17, 1), transform 0.7s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition-delay: .8s;
  }
}

.topMv-main .inner {
  max-width: 1200px;
  position: relative;
  z-index: 2;
}

.topMv-main .flex {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .topMv-main .flex {
    flex-direction: column;
    position: relative;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 992px), print {
  .topMv-main .flex .item:nth-child(1) {
    width: calc(100% - 430px);
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .topMv-main .flex .item:nth-child(1) {
    width: 63%;
    padding-left: 15px;
  }
}

@media screen and (min-width: 992px), print {
  .topMv-main .flex .item:nth-child(2) {
    width: 430px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .topMv-main .flex .item:nth-child(2) {
    width: 37%;
  }
}

@media screen and (max-width: 991px) {
  .topMv-main .flex .item {
    width: 100%;
  }
  .topMv-main .flex .item:nth-child(2) {
    margin-top: 25px;
  }
}

.topMv-main .image {
  transform: translate3d(50px, 50px, 0);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.43, 0.05, 0.17, 1), transform 0.7s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition-delay: .6s;
}

.topMv-ttl .t1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #5980bd;
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 25px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .topMv-ttl .t1 {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 991px) {
  .topMv-ttl .t1 {
    font-size: 1.5rem;
    text-align: center;
    color: #b7b7b7;
    padding-bottom: 15px;
  }
}

.topMv-ttl .t1 > span {
  transform: translate3d(50px, 50px, 0);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.43, 0.05, 0.17, 1), transform 0.7s cubic-bezier(0.43, 0.05, 0.17, 1);
  display: block;
}

.topMv-ttl .t2 {
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .topMv-ttl .t2 {
    font-size: 4.583333333333333vw;
  }
}

.topMv-ttl .t2 b {
  font-size: 6rem;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .topMv-ttl .t2 b {
    font-size: 5vw;
  }
}

@media screen and (max-width: 991px) {
  .topMv-ttl .t2 b {
    font-size: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .topMv-ttl .t2 {
    font-size: 2.3rem;
    text-align: center;
    text-shadow: -1px -1px 0 #fff,  
 1px -1px 0 #fff,
 -1px 1px 0 #fff,
 1px 1px 0 #fff;
    line-height: 1.5;
  }
}

.topMv-ttl .t2::before {
  top: 20px;
  left: -140px;
  transition-delay: .8s;
}

@media screen and (max-width: 991px) {
  .topMv-ttl .t2::before {
    left: -40px;
    top: -15px;
  }
}

.topMv-ttl .t2 > div {
  overflow: hidden;
}

.topMv-ttl .t2 > div > span {
  transform: translate3d(50px, 70px, 0);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.43, 0.05, 0.17, 1), transform 0.7s cubic-bezier(0.43, 0.05, 0.17, 1);
  display: block;
}

.topMv-ttl .t2 > div:nth-child(1) > span {
  transition-delay: .2s;
}

.topMv-ttl .t2 > div:nth-child(2) > span {
  transition-delay: .4s;
}

.topMv-txt {
  font-size: 2.4rem;
  color: #7a7a7a;
  font-weight: 700;
  margin-top: 80px;
  position: relative;
  padding-left: 60px;
  line-height: 1;
  z-index: 2;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .topMv-txt {
    font-size: 2vw;
  }
}

@media screen and (max-width: 991px) {
  .topMv-txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    font-size: 2.3rem;
    color: #2465b9;
    line-height: 1.3;
    padding-left: 0;
    text-shadow: -1px -1px 0 #fff,  
 1px -1px 0 #fff,
 -1px 1px 0 #fff,
 1px 1px 0 #fff;
  }
}

@media screen and (min-width: 992px), print {
  .topMv-txt::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 40px;
    height: 2px;
    background: #666667;
    transform: translateX(-20px);
    opacity: 0;
    /* 初期状態で透明 */
    transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: .8s;
  }
}

.topMv-txt > span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  animation: clipFlip 1.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation-delay: .8s;
  opacity: 0;
  transform: translateX(-10px);
}

.topMv-cv {
  padding: 35px 0;
  position: relative;
}

.topMv-cv::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #f2f2f3;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: .8s;
}

.topMv-cv .fade_b {
  animation-delay: 1s !important;
}

@media screen and (max-width: 991px) {
  .topMv-cv {
    padding: 30px 0;
  }
}

.topMv-cv .inner {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .topMv-cv .inner {
    padding: 0 9%;
  }
}

.topMv-cv dl dt {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .topMv-cv dl dt {
    margin-bottom: 7px;
  }
}

.topMv-cv dl dt img {
  max-width: 420px;
  max-height: 66px;
}

@media screen and (max-width: 991px) {
  .topMv-cv dl dt img {
    width: 100%;
  }
}

.topMv-cv dl dd {
  display: flex;
  justify-content: center;
}

.topMv-cv dl dd a {
  width: 100%;
  max-width: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  margin: 0 auto;
  color: #fff !important;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  background: #fc4f00;
  text-align: center;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .topMv-cv dl dd a {
    font-size: 1.6rem;
    height: 65px;
  }
}

.topMv-cv dl dd a::before {
  content: '';
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
}

.topMv-cv dl dd a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background: url(../img/img-index/icon_arrow.png) left center no-repeat;
  background-size: contain;
  width: 38px;
  height: 38px;
}

@media screen and (max-width: 991px) {
  .topMv-cv dl dd a::after {
    width: 35px;
    height: 35px;
  }
}

.topMv-cv dl dd a > span {
  text-align: center;
  padding: 0px 0px 0 50px;
  background: url(../img/img-common/icon_magazine.png) no-repeat left center;
  background-size: 30px auto;
  width: 80%;
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .topMv-cv dl dd a > span {
    width: calc(100% - 40px);
    padding: 0px 0px 0 40px;
    background-size: 26px auto;
  }
}

.topMv.started .topMv-main .t1 > span,
.topMv.started .topMv-main .t2 > div > span,
.topMv.started .topMv-main .image, .topMv.started .topMv-main::after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.topMv.started .topMv-txt::before {
  transform: translateX(0);
  opacity: 1;
}

.topMv.started .topMv-cv::after {
  transform: translateX(0);
}

@keyframes clipFlip {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}

.topNews {
  padding: 70px 0 85px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .topNews {
    padding: 40px 0 50px;
  }
}

@media screen and (max-width: 991px) {
  .topNews .inner {
    padding: 0;
  }
}

.topNews-wrap {
  position: relative;
}

.topNews-wrap.--bg-v::before {
  top: -30px;
  right: -80px;
  transition-delay: .6s;
}

@media screen and (max-width: 991px) {
  .topNews-wrap.--bg-v::before {
    right: 0;
  }
}

.topNews-wrap > dl {
  display: flex;
  height: 180px;
}

@media screen and (max-width: 991px) {
  .topNews-wrap > dl {
    flex-direction: column;
    align-items: flex-start;
  }
}

.topNews-wrap > dl > dt {
  width: 255px;
  background: #000;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding-left: 50px;
  font-size: 3rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 991px) {
  .topNews-wrap > dl > dt {
    font-size: 2.1rem;
    display: table;
    width: auto;
    padding: 5px 8%;
  }
}

.topNews-wrap > dl > dd {
  width: calc(100% - 255px);
  padding: 10px 0 0 60px;
  overflow-y: auto;
  height: 180px;
}

@media screen and (max-width: 991px) {
  .topNews-wrap > dl > dd {
    width: 100%;
    padding: 25px 8% 0;
  }
}

.topNews-wrap > dl > dd iframe {
  width: 100%;
  border: none;
}

.topNews-wrap > dl > dd ul li a {
  display: flex;
  padding: 20px 0;
}

.topNews-wrap > dl > dd ul li a .date {
  width: 10em;
}

.topNews-wrap > dl > dd ul li a .txt {
  width: calc(100% - 10em);
  font-size: 1.5rem;
  color: #45454d;
}

.--bg-v {
  position: relative;
}

.--bg-v::before {
  content: '';
  position: absolute;
  margin: auto;
  background: url(../img/img-index/bg_v.png) left center no-repeat;
  background-size: contain;
  width: 223px;
  height: 210px;
  transition: all 2s;
  transition-delay: 0.3s;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .--bg-v::before {
    width: 110px;
    height: 103.587px;
  }
}

.--bg-v.--left::before {
  transform: translate3d(-60px, 0, 0);
}

.--bg-v.--right::before {
  transform: translate3d(60px, 0, 0);
}

.started .--bg-v::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.--bg-visionc {
  position: relative;
}

.--bg-visionc::before, .--bg-visionc::after {
  content: '';
  position: absolute;
  margin: auto;
  background: url(../img/img-index/bg_visionc.png) left center no-repeat;
  background-size: contain;
  width: 503px;
  height: 104px;
  transition: all 2s;
  transition-delay: 0.3s;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .--bg-visionc::before, .--bg-visionc::after {
    width: 300px;
    height: 62.028px;
  }
}

.--bg-visionc::before {
  transform: translate3d(-60px, 0, 0);
}

.--bg-visionc::after {
  transform: translate3d(60px, 0, 0);
}

.started .--bg-visionc::before, .started .--bg-visionc::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.topService {
  padding: 65px 0 85px;
  background: #f2f2f3;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .topService {
    padding: 40px 0 60px;
  }
}

@media screen and (max-width: 991px) {
  .topService .inner {
    padding: 0;
  }
}

.topService-wrap > * {
  position: relative;
  z-index: 2;
}

.topService-wrap.--bg-visionc::before {
  left: -200px;
  top: 50px;
  transition-delay: .6s;
}

@media screen and (max-width: 991px) {
  .topService-wrap.--bg-visionc::before {
    left: -160px;
    top: 0;
  }
}

.topService-wrap.--bg-visionc::after {
  right: -270px;
  bottom: 110px;
  transition-delay: 1.2s;
}

@media screen and (max-width: 991px) {
  .topService-wrap.--bg-visionc::after {
    right: -84px;
    bottom: 45px;
  }
}

@media screen and (max-width: 991px) {
  .topService .ttl_en {
    padding: 0 6%;
  }
  .topService .ttl_en + p {
    padding-left: 6%;
    padding-right: 6%;
  }
}

.topService .img01 {
  margin: 25px auto 55px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .topService .img01 {
    margin: 25px auto 30px;
  }
}

.topService .txt {
  max-width: 960px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .topService .txt {
    padding: 0 6%;
  }
}

.topService .txt p {
  line-height: 2.4;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 991px) {
  .topService .txt p {
    line-height: 1.8;
  }
  .topService .txt p + p {
    margin-top: 10px;
  }
}

.topService .txt p b {
  font-weight: 700;
}

.topService .img02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 45px auto 0;
  max-width: 960px;
}

@media screen and (max-width: 991px) {
  .topService .img02 {
    padding: 0 6%;
    margin-top: 40px;
  }
}

.topService .img02 p {
  padding-top: 45px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  color: #2465b9;
}

@media screen and (max-width: 991px) {
  .topService .img02 p {
    display: table;
    margin: auto;
    font-size: 1.5rem;
    text-align: left;
    padding-top: 30px;
  }
}

.topService-btn {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .topService-btn {
    padding: 0 6%;
  }
}

.topVoice {
  padding: 85px 0;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .topVoice {
    padding: 40px 0 60px;
  }
}

.topVoice-wrap.--bg-v::before {
  transition-delay: .6s;
  top: 0;
  right: -100px;
}

@media screen and (max-width: 991px) {
  .topVoice-wrap.--bg-v::before {
    right: 0;
  }
}

.topVoice .voiceBlk {
  margin-top: 50px;
}

.topVoice-btn {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .topVoice-btn {
    margin-top: 45px;
  }
}

.topConcept {
  padding: 60px 0 120px;
  background: #f2f2f3;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .topConcept {
    padding: 40px 0 60px;
  }
}

.topConcept-wrap > * {
  position: relative;
  z-index: 2;
}

.topConcept-wrap.--bg-visionc::before {
  left: -200px;
  top: 50px;
  transition-delay: .6s;
}

@media screen and (max-width: 991px) {
  .topConcept-wrap.--bg-visionc::before {
    left: -160px;
    top: 0;
  }
}

.topConcept-wrap.--bg-visionc::after {
  right: -270px;
  bottom: 0;
  transition-delay: 1.2s;
}

@media screen and (max-width: 991px) {
  .topConcept-wrap.--bg-visionc::after {
    right: -84px;
    bottom: 45px;
  }
}

.topConcept-txt {
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .topConcept-txt {
    padding-top: 35px;
  }
}

.topConcept-txt dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .topConcept-txt dt {
    margin-bottom: 30px;
  }
}

.topConcept-txt dt .t1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #2465b9;
  letter-spacing: 0.2em;
  text-shadow: -2px -2px 0 #fff,  
 2px -2px 0 #fff,
 -2px 2px 0 #fff,
 2px 2px 0 #fff;
}

@media screen and (max-width: 991px) {
  .topConcept-txt dt .t1 {
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.2em;
  }
}

.topConcept-txt dt .t2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #9e9c9c;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 991px) {
  .topConcept-txt dt .t2 {
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    padding-top: 15px;
  }
}

.topConcept-txt dd p {
  line-height: 2.4;
  max-width: 950px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .topConcept-txt dd p {
    line-height: 1.8;
  }
}

.topValue {
  padding: 60px 0 120px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .topValue {
    padding: 40px 0 60px;
  }
}

.topValue-wrap.--bg-v::before {
  transition-delay: .6s;
  top: 0;
  right: -100px;
}

@media screen and (max-width: 991px) {
  .topValue-wrap.--bg-v::before {
    right: 0;
  }
}

.topValue-list {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .topValue-list {
    justify-content: space-between;
    padding-top: 40px;
  }
}

.topValue-list .item {
  background: #f2f2f3;
  display: flex;
  position: relative;
}

.topValue-list .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 5px;
  background: #000;
}

@media screen and (max-width: 991px) {
  .topValue-list .item::before {
    width: 30px;
    height: 4px;
  }
}

@media screen and (min-width: 992px), print {
  .topValue-list .item dl {
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0 15px 15px 15px;
  }
}

.topValue-list .item dl dt {
  position: relative;
}

@media screen and (max-width: 991px) {
  .topValue-list .item dl dt {
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

.topValue-list .item dl dt .t1 {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.7rem;
  font-weight: 700;
  color: #2465b9;
  text-align: center;
  height: 2.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .topValue-list .item dl dt .t1 {
    font-size: 1.5rem;
    align-items: flex-start;
    top: 10px;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 991px) {
  .topValue-list .item dl dd {
    padding-top: 10px;
  }
}

.topValue-list .item dl dd p {
  font-size: 1.4rem;
  color: #444;
}

@media screen and (max-width: 991px) {
  .topValue-list .item dl dd p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

@media screen and (min-width: 992px), print {
  .topValue-list .item {
    width: 23%;
    margin-right: 2.666666666666667%;
    padding: 25px 15px 15px 15px;
  }
  .topValue-list .item:nth-child(4n) {
    margin-right: 0;
  }
  .topValue-list .item:nth-child(n + 5) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .topValue-list .item {
    width: 49%;
    padding: 15px 15px 20px 15px;
  }
  .topValue-list .item:nth-child(n + 3) {
    margin-top: 3%;
  }
}

.topValue .js_more_all {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .topValue .js_more_all {
    margin-top: 20px;
  }
}

.js_more_all {
  display: table;
  margin: auto;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.js_more_all:after {
  content: "";
  position: absolute;
  margin: auto;
  vertical-align: middle;
  right: 0;
  top: 0;
  bottom: 4px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.js_more_all > span {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .js_more_all > span {
    font-size: 1.4rem;
  }
}

.js_more_all > span::before {
  content: "";
  position: absolute;
  background: #333;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  width: auto;
}

.is_hide {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .is_hide_sp {
    display: none !important;
  }
}

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  60% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  61% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/*===================================
  
  ページ共通

===================================*/
.btn-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
  max-width: 310px;
  width: 80%;
  color: #222;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  background: #fff;
  border: 2px solid #222;
  padding: 10px 35px;
  height: 65px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .btn-arrow {
    font-size: 1.6rem;
    height: 60px;
  }
}

.btn-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 12px;
  height: 2px;
  background: #222;
}

@media screen and (min-width: 992px), print {
  .btn-arrow {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .btn-arrow::before, .btn-arrow::after {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .btn-arrow:hover {
    background: #222;
    color: #fff;
  }
  .btn-arrow:hover::before {
    border-color: #fff;
  }
  .btn-arrow:hover::after {
    background-color: #fff;
  }
}

.main {
  position: relative;
}

@media screen and (min-width: 992px), print {
  .main::after {
    content: "";
    position: absolute;
    top: 2%;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #ffe113 transparent transparent;
    border-width: 120px calc(50vw - 250px) 120px 0px;
    z-index: 99;
    opacity: 0;
    animation: fadeIn_b 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
    animation-delay: 0.6s !important;
    pointer-events: none;
  }
}

@media screen and (min-width: 1400px) {
  .main::after {
    border-width: 150px calc(50vw - 250px) 150px 0px;
  }
}

@media screen and (min-width: 1800px) {
  .main::after {
    top: 0;
    border-width: 180px calc(50vw - 250px) 180px 0px;
  }
}

@media screen and (max-width: 991px) {
  .main::after {
    top: 60px;
    border-width: 75px 50vw 75px 0px;
  }
}

.pageTitle {
  height: 180px;
  display: flex;
  align-items: center;
  position: relative;
}

.pageTitle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #f2f2f3;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: width 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

@media screen and (max-width: 991px) {
  .pageTitle {
    height: 115px;
    position: relative;
  }
  .pageTitle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #ffe113 transparent transparent;
    border-width: 80px 50vw 80px 0px;
    pointer-events: none;
  }
}

.pageTitle .inner {
  max-width: 1240px;
}

.pageTitle-txt {
  position: relative;
  z-index: 2;
  animation-delay: 0.6s !important;
}

@media screen and (min-width: 992px), print {
  .pageTitle-txt {
    padding-bottom: 1em;
  }
}

.pageTitle-txt .t1 {
  font-size: 3.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .pageTitle-txt .t1 {
    font-size: 2.8rem;
  }
}

.pageTitle-txt .t1 > b {
  font-size: 4.8rem;
  color: #2465b9;
}

@media screen and (max-width: 991px) {
  .pageTitle-txt .t1 > b {
    font-size: 3.25rem;
  }
}

.pageTitle-txt .t2 {
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 15px;
}

@media screen and (max-width: 991px) {
  .pageTitle-txt .t2 {
    font-size: 1.3rem;
    padding-top: 10px;
  }
}

.pageTitle-txt .t3 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .pageTitle-txt .t3 {
    font-size: 2rem;
  }
}

.pageTitle-txt .t3 > b {
  font-size: 3.8rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .pageTitle-txt .t3 > b {
    font-size: 2.5rem;
  }
}

.pageTitle-txt .t3 > span {
  color: #fc4f00;
  font-weight: 700;
}

.pageTitle-txt .t4 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .pageTitle-txt .t4 {
    font-size: 2rem;
  }
}

.pageTitle-txt .t4 > b {
  font-size: 3.8rem;
  font-weight: 700;
  color: #fc4f00;
}

@media screen and (max-width: 991px) {
  .pageTitle-txt .t4 > b {
    font-size: 2.5rem;
  }
}

.pageTitle.started::before {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .pageTitle.started::after {
    opacity: 0;
    animation: fadeIn_b 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
    animation-delay: 0.6s !important;
  }
}

@media screen and (min-width: 992px), print {
  .txtbox {
    width: 90%;
  }
}

.txtbox p {
  font-weight: 500;
  line-height: 2.4;
}

@media screen and (max-width: 991px) {
  .txtbox p {
    font-size: 1.3rem;
    line-height: 2;
  }
}

.txtbox p + p {
  margin-top: 30px;
}

.pageTitle + section {
  padding: 60px 0 120px;
  animation-delay: 0.6s !important;
}

@media screen and (max-width: 991px) {
  .pageTitle + section {
    padding: 35px 0 60px;
  }
}

/*===================================
  
  Privacy Policy

===================================*/
.privacBlk-lead {
  max-width: 1000px;
  margin: 0 auto 50px;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .privacBlk-lead {
    font-size: 1.3rem;
    margin-bottom: 45px;
  }
}

.privacBlk-item {
  max-width: 960px;
  margin: auto;
}

.privacBlk-item + .privacBlk-item {
  margin-top: 55px;
}

@media screen and (max-width: 991px) {
  .privacBlk-item + .privacBlk-item {
    margin-top: 40px;
  }
}

.privacBlk-item dt {
  font-size: 1.7rem;
  font-weight: 700;
  color: #2465b9;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2465b9;
}

@media screen and (max-width: 991px) {
  .privacBlk-item dt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  .privacBlk-item dd p {
    font-size: 1.3rem;
  }
}

.privacBlk-contact {
  max-width: 960px;
  margin: 60px auto 0;
}

@media screen and (max-width: 991px) {
  .privacBlk-contact {
    margin-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .privacBlk-contact dl {
    font-size: 1.3rem;
  }
}

.privacBlk-contact dl dt {
  font-weight: 700;
  margin-bottom: 8px;
}

/*===================================
  
  お客様の声

===================================*/
.voiceBlk-lead {
  max-width: 1060px;
  margin: 0 auto 80px;
  line-height: 2;
  font-weight: 500;
  font-size: 2rem;
}

@media screen and (max-width: 991px) {
  .voiceBlk-lead {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
}

.voiceBlk-item {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #7aa6de;
  position: relative;
  max-width: 960px;
  margin: auto;
  position: relative;
  padding: 55px 50px;
  box-shadow: 0 5px 0 0 #f2f2f3;
}

@media screen and (max-width: 991px) {
  .voiceBlk-item {
    padding: 30px 25px;
  }
}

.voiceBlk-item + .voiceBlk-item {
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .voiceBlk-item + .voiceBlk-item {
    margin-top: 60px;
  }
}

.voiceBlk-item .icon {
  position: absolute;
  left: 30px;
  top: -20px;
  height: 40px;
  background: #838383;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 4px solid #ffe113;
  padding: 0 30px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .voiceBlk-item .icon {
    font-size: 1.6rem;
    height: 36px;
    padding: 0 15px;
    top: -18px;
    left: 12px;
  }
}

.voiceBlk .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.voiceBlk .flex .item .txt .t1 {
  font-size: 2rem;
  font-weight: 700;
  color: #2465b9;
}

@media screen and (max-width: 991px) {
  .voiceBlk .flex .item .txt .t1 {
    font-size: 1.7rem;
    line-height: 1.7;
  }
}

.voiceBlk .flex .item .txt .t1 + .t2 {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .voiceBlk .flex .item .txt .t1 + .t2 {
    margin-top: 18px;
  }
}

.voiceBlk .flex .item .txt .t2 {
  font-weight: 500;
  text-align: right;
}

@media screen and (min-width: 992px), print {
  .voiceBlk .flex .item {
    width: 60%;
  }
  .voiceBlk .flex .item:nth-child(1) {
    padding-right: 60px;
  }
  .voiceBlk .flex .item:nth-child(2) {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .voiceBlk .flex .item {
    width: 100%;
  }
  .voiceBlk .flex .item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.voiceBlk-bg {
  margin-top: 30px;
  padding: 50px 60px 70px;
  background-image: linear-gradient(#eee 1px, transparent 1px), linear-gradient(to right, #eee 1px, #f4f4f4 1px);
  background-size: 20px 20px;
  background-color: #f4f4f4;
}

@media screen and (max-width: 991px) {
  .voiceBlk-bg {
    padding: 20px 20px 30px;
    margin-top: 20px;
  }
}

.voiceBlk-bg dl + dl {
  margin-top: 55px;
}

@media screen and (max-width: 991px) {
  .voiceBlk-bg dl + dl {
    margin-top: 45px;
  }
}

.voiceBlk-bg dl dt {
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 1px solid #2465b9;
  padding: 0 5px 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .voiceBlk-bg dl dt {
    font-size: 1.5rem;
    padding-bottom: 15px;
    line-height: 1.7;
  }
}

.voiceBlk-bg dl dd {
  padding: 0 5px;
}

/*===================================
  
  個別相談

===================================*/
.consulLead-main {
  padding-bottom: 45px;
}

@media screen and (max-width: 991px) {
  .consulLead-main {
    padding-bottom: 25px;
  }
}

.consulLead-main dl dt {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 55px;
  text-align: center;
  color: #2465b9;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .consulLead-main dl dt {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.consulLead-main dl dd p {
  font-size: 2rem;
  font-weight: 500;
  color: #222;
  text-align: center;
}

.consulLead-main dl dd p > span {
  color: #fc4f00;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .consulLead-main dl dd p {
    text-align: left;
    font-size: 1.5rem;
  }
}

.consulLead-image {
  display: flex;
  justify-content: center;
}

.consulLead-list {
  margin-top: 65px;
}

@media screen and (max-width: 991px) {
  .consulLead-list {
    margin-top: 35px;
  }
}

.consulLead-list dl dt {
  display: flex;
  justify-content: center;
}

.consulLead-list dl dt > span {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 55px;
  line-height: 1.2;
  background: linear-gradient(transparent 70%, #ffee7a 70%);
}

@media screen and (max-width: 991px) {
  .consulLead-list dl dt > span {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.consulLead-list dl dt > span > b {
  color: #2465b9;
}

.consulLead-list dl dd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.consulLead-list dl dd ul li {
  background: #f2f2f3;
  padding: 20px 40px;
}

@media screen and (max-width: 991px) {
  .consulLead-list dl dd ul li {
    padding: 15px 15px 15px 15px;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
  }
}

.consulLead-list dl dd ul li > div {
  font-weight: 500;
  position: relative;
  padding-left: 50px;
}

@media screen and (max-width: 991px) {
  .consulLead-list dl dd ul li > div {
    padding-left: 40px;
  }
}

.consulLead-list dl dd ul li > div::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/img-common/icon_check.png) left center no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
}

@media screen and (max-width: 991px) {
  .consulLead-list dl dd ul li > div::before {
    width: 23px;
    height: 23px;
  }
}

@media screen and (min-width: 992px), print {
  .consulLead-list dl dd ul li {
    width: 48%;
  }
  .consulLead-list dl dd ul li:nth-child(n + 3) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .consulLead-list dl dd ul li {
    width: 100%;
  }
  .consulLead-list dl dd ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.consulCv {
  margin-top: 45px;
}

@media screen and (max-width: 991px) {
  .consulCv {
    margin-top: 35px;
  }
}

.consulCv dl dt {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .consulCv dl dt {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.consulCv dl dd {
  display: flex;
  justify-content: center;
}

.consulCv dl dd a {
  width: 100%;
  max-width: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  font-size: 1.9rem;
  font-weight: 700;
  background: #ffe113;
  padding: 12px 0;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
  border: 2px solid #ffe113;
}

@media screen and (max-width: 991px) {
  .consulCv dl dd a {
    width: 80%;
    margin: 0 auto;
    height: 70px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.consulCv dl dd a > span {
  text-align: left;
  padding: 0px 0px 0px 55px;
  background: url(../img/img-common/icon_mail.png) no-repeat left center;
  background-size: 33px auto;
  color: #6b6b6b !important;
}

@media screen and (max-width: 991px) {
  .consulCv dl dd a > span {
    padding: 0px 0px 0px 50px;
    background-size: 27px auto;
  }
}

@media screen and (max-width: 991px) {
  .consulCv dl dd a > span > b {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 992px), print {
  .consulCv dl dd a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .consulCv dl dd a:hover {
    background: #fff;
  }
}

.consulPoint3 {
  padding: 60px 0 95px;
  position: relative;
  background: url(../img/img-consulting/bg_point3.png) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .consulPoint3 {
    padding: 40px 0 60px;
    background-image: url(../img/img-consulting/bg_point3_sp.png);
  }
}

.consulPoint3-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 85px;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .consulPoint3-ttl {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}

.consulPoint3-ttl > b {
  color: #2465b9;
  font-size: 3.2rem;
}

@media screen and (max-width: 991px) {
  .consulPoint3-ttl > b {
    font-size: 2.3rem;
  }
}

.consulPoint3 .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.consulPoint3 .flex .item {
  border-radius: 7px;
  background: #fff;
  border: 3px solid #9bbce5;
  padding: 35px 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .consulPoint3 .flex .item {
    padding: 30px 0;
  }
}

.consulPoint3 .flex .item::before {
  content: "0";
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  padding-bottom: 0.1em;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 700;
  width: 50px;
  height: 50px;
  background: #e8f4fd;
  border-radius: 50px;
  color: #4877c3;
  border: 4px solid #fff;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .consulPoint3 .flex .item::before {
    font-size: 2rem;
  }
}

.consulPoint3 .flex .item:nth-child(1)::before {
  content: "1";
}

.consulPoint3 .flex .item:nth-child(2)::before {
  content: "2";
}

.consulPoint3 .flex .item:nth-child(3)::before {
  content: "3";
}

.consulPoint3 .flex .item .icon {
  width: 45%;
  margin: 0 auto 15px;
}

.consulPoint3 .flex .item p {
  width: 80%;
  margin: auto;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .consulPoint3 .flex .item p {
    font-size: 1.5rem;
    display: table;
    width: auto;
    max-width: 80%;
    line-height: 1.8;
  }
}

.consulPoint3 .flex .item p span {
  background: linear-gradient(to top, #fc4f00 2px, transparent 2px);
  padding-bottom: 3px;
}

@media screen and (min-width: 992px), print {
  .consulPoint3 .flex {
    position: relative;
  }
  .consulPoint3 .flex .item {
    width: 30.5%;
  }
}

@media screen and (max-width: 991px) {
  .consulPoint3 .flex .item {
    width: 100%;
  }
  .consulPoint3 .flex .item:not(:last-child) {
    margin-bottom: 45px;
  }
}

.consulReason {
  padding: 80px 0 95px;
}

@media screen and (max-width: 991px) {
  .consulReason {
    padding: 55px 0 60px;
  }
}

.consulReason-ttl {
  display: flex;
  justify-content: center;
}

.consulReason-ttl > span {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 55px;
  line-height: 1.2;
  background: linear-gradient(transparent 70%, #ffee7a 70%);
}

@media screen and (max-width: 991px) {
  .consulReason-ttl > span {
    font-size: 2rem;
    margin-bottom: 35px;
  }
}

.consulReason-ttl > span > b {
  color: #2465b9;
}

.consulReason .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.consulReason .flex .item {
  border: 3px solid #2465b9;
  border-radius: 7px;
  overflow: hidden;
}

.consulReason .flex .item dl {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.consulReason .flex .item dl dt {
  background: #2465b9;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 15px;
  text-align: center;
  border-bottom: 3px solid #2465b9;
}

@media screen and (max-width: 991px) {
  .consulReason .flex .item dl dt {
    font-size: 1.7rem;
    padding: 10px;
  }
}

.consulReason .flex .item dl dd {
  padding: 30px 0;
  background: url(../img/img-consulting/bg_check.png) center center no-repeat;
  background-size: 247px auto;
  height: 100%;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .consulReason .flex .item dl dd {
    padding: 20px 0 25px;
    background-size: auto 100px;
  }
}

@media screen and (max-width: 600px) {
  .consulReason .flex .item dl dd {
    background-size: auto 30vw;
  }
}

.consulReason .flex .item dl dd p {
  width: 80%;
  margin: auto;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .consulReason .flex .item dl dd p {
    font-size: 1.5rem;
    width: 86%;
    line-height: 1.8;
  }
}

@media screen and (min-width: 992px), print {
  .consulReason .flex .item {
    width: 48%;
  }
  .consulReason .flex .item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .consulReason .flex .item {
    width: 100%;
  }
  .consulReason .flex .item:not(:last-child) {
    margin-bottom: 35px;
  }
}

.consulDetail {
  background: url(../img/img-consulting/bg_detail.png) center center no-repeat;
  background-size: cover;
  padding: 80px 0;
}

@media screen and (max-width: 991px) {
  .consulDetail {
    padding: 45px 0 50px;
    background: url(../img/img-consulting/bg_detail_sp.png);
  }
}

.consulDetail-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 65px;
}

@media screen and (max-width: 991px) {
  .consulDetail-ttl {
    font-size: 2rem;
    margin-bottom: 35px;
  }
}

.consulDetail-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.consulDetail-list .consulDetail-item {
  background: #fff;
}

@media screen and (min-width: 992px), print {
  .consulDetail-list .consulDetail-item {
    width: 48%;
  }
  .consulDetail-list .consulDetail-item:nth-child(n + 3) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .consulDetail-list .consulDetail-item {
    width: 100%;
  }
  .consulDetail-list .consulDetail-item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.consulDetail-list .consulDetail-item dl dt {
  border-bottom: 1px solid #2465b9;
  padding: 15px 20px 15px 25px;
  position: relative;
  font-weight: 700;
  color: #2465b9;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .consulDetail-list .consulDetail-item dl dt {
    font-size: 1.5rem;
    padding: 10px 15px 12px 20px;
  }
}

.consulDetail-list .consulDetail-item dl dt::before {
  content: "";
  position: absolute;
  top: calc(15px + 0.1em);
  left: 0;
  margin: auto;
  background: #595959;
  width: 6px;
  height: 20px;
}

@media screen and (max-width: 991px) {
  .consulDetail-list .consulDetail-item dl dt::before {
    width: 4px;
    top: calc(10px + 0.2em);
    height: 15px;
  }
}

.consulDetail-list .consulDetail-item dl dd {
  padding: 18px 25px 30px 25px;
}

@media screen and (max-width: 991px) {
  .consulDetail-list .consulDetail-item dl dd {
    padding: 12px 18px 20px 18px;
  }
}

.consulDetail-list .consulDetail-item dl dd p + p {
  margin-top: 15px;
}

.consulDetail-list .consulDetail-item dl dd p a {
  font-weight: 700;
  color: #2465b9;
  text-decoration: underline;
}

@media screen and (min-width: 992px), print {
  .consulDetail-list .consulDetail-item dl dd p a:hover {
    text-decoration: none;
  }
}

.consulDetail-list .consulDetail-item dl dd .list_caution {
  margin-top: 30px;
}

.consulDetail-list .consulDetail-item dl dd .list_caution li {
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .consulDetail-list .consulDetail-item dl dd .list_caution li {
    font-size: 1.2rem;
  }
}

.consulDetail-list .consulDetail-item dl dd p,
.consulDetail-list .consulDetail-item dl dd li {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .consulDetail-list .consulDetail-item dl dd p,
  .consulDetail-list .consulDetail-item dl dd li {
    font-size: 1.3rem;
  }
}

.consulDetail-list .consulDetail-item dl dd p + .flex,
.consulDetail-list .consulDetail-item dl dd li + .flex {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .consulDetail-list .consulDetail-item dl dd p + .flex,
  .consulDetail-list .consulDetail-item dl dd li + .flex {
    margin-top: 12px;
  }
}

.consulProf {
  padding: 80px 0 100px;
}

@media screen and (max-width: 991px) {
  .consulProf {
    padding: 50px 0 65px;
  }
}

.consulProf-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 65px;
}

@media screen and (max-width: 991px) {
  .consulProf-ttl {
    font-size: 2rem;
    margin-bottom: 35px;
  }
}

.consulProf-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.consulProf-image img {
  max-width: 210px;
}

@media screen and (max-width: 991px) {
  .consulProf-image img {
    max-width: 180px;
  }
}

.consulProf-image .txt {
  margin-top: 10px;
}

.consulProf-image .txt .t1 {
  font-size: 2rem;
  font-weight: 700;
  color: #2465b9;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .consulProf-image .txt .t1 {
    font-size: 1.7rem;
  }
}

.consulProf-image .txt .t2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #afafaf;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .consulProf-image .txt .t2 {
    font-size: 1.3rem;
    padding-top: 5px;
  }
}

.consulProf-txt {
  max-width: 865px;
  margin: 45px auto 0;
}

@media screen and (max-width: 991px) {
  .consulProf-txt {
    margin-top: 35px;
  }
}

.consulProf .consulCv {
  margin-top: 65px;
}

@media screen and (max-width: 991px) {
  .consulProf .consulCv {
    margin-top: 35px;
  }
}

/*===================================
  
  会社案内

===================================*/
.companyLead-main {
  padding-bottom: 75px;
}

@media screen and (max-width: 991px) {
  .companyLead-main {
    padding-bottom: 35px;
  }
}

.companyLead-main dl dt {
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 55px;
  text-align: center;
  color: #2465b9;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .companyLead-main dl dt {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
}

.companyLead-main dl dd p {
  font-size: 2rem;
  font-weight: 500;
  color: #222;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .companyLead-main dl dd p {
    /*text-align: left;*/
    font-size: 1.5rem;
  }
}

.companyLead-item dl dt {
  font-size: 2rem;
  font-weight: 700;
  color: #2465b9;
  margin-bottom: 25px;
  position: relative;
  padding-left: 70px;
}

@media screen and (max-width: 991px) {
  .companyLead-item dl dt {
    font-size: 1.5rem;
    padding-left: 40px;
    margin-bottom: 20px;
  }
}

.companyLead-item dl dt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 40px;
  border-color: transparent transparent transparent #ffe113;
}

@media screen and (max-width: 991px) {
  .companyLead-item dl dt::before {
    border-width: 14px 0 14px 26px;
  }
}

.companyLead-item dl dd {
  padding-left: 70px;
}

@media screen and (max-width: 991px) {
  .companyLead-item dl dd {
    padding-left: 0;
  }
}

.companyLead-item + .companyLead-item {
  margin-top: 75px;
}

@media screen and (max-width: 991px) {
  .companyLead-item + .companyLead-item {
    margin-top: 35px;
  }
}

.companyLead-sign {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .companyLead-sign {
    margin-top: 20px;
  }
}

.companyLead-sign img {
  max-width: 178px;
}

@media screen and (max-width: 991px) {
  .companyLead-sign img {
    max-width: 140px;
  }
}

.companyInfo {
  background: #f2f2f3;
  padding: 75px 0;
}

@media screen and (max-width: 991px) {
  .companyInfo {
    padding: 45px 0 60px;
  }
}

.companyInfo .ttl_b {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .companyInfo .ttl_b {
    margin-bottom: 25px;
    text-align: center;
  }
}

.companyProf {
  padding: 0px 0 100px;
}

@media screen and (max-width: 991px) {
  .companyProf {
    padding: 50px 0 50px;
  }
}

.companyProf .ttl_b {
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .companyProf .ttl_b {
    margin-bottom: 40px;
    text-align: center;
  }
}

.companyProf-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.companyProf-image img {
  max-width: 210px;
}

@media screen and (max-width: 991px) {
  .companyProf-image img {
    max-width: 180px;
  }
}

.companyProf-image .txt {
  margin-top: 10px;
}

.companyProf-image .txt .t1 {
  font-size: 2rem;
  font-weight: 700;
  color: #2465b9;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .companyProf-image .txt .t1 {
    font-size: 1.7rem;
  }
}

.companyProf-image .txt .t2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #afafaf;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .companyProf-image .txt .t2 {
    font-size: 1.3rem;
    padding-top: 5px;
  }
}

.companyProf-txt {
  max-width: 870px;
  margin: 50px auto 70px;
}

@media screen and (max-width: 991px) {
  .companyProf-txt {
    margin: 40px auto 45px;
  }
}

.companyProf-txt p {
  font-size: 1.5rem;
  line-height: 2.4;
}

@media screen and (max-width: 991px) {
  .companyProf-txt p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.companyProf-list {
  max-width: 960px;
  margin: auto;
}

.companyProf-list .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.companyProf-list .flex .item {
  border-left: 8px solid #c8c8c8;
  padding-left: 25px;
}

.companyProf-list .flex .item dl {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .companyProf-list .flex .item dl {
    padding-bottom: 30px;
  }
}

.companyProf-list .flex .item dl + dl {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .companyProf-list .flex .item dl + dl {
    margin-top: 20px;
  }
}

.companyProf-list .flex .item dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #2465b9;
}

@media screen and (max-width: 991px) {
  .companyProf-list .flex .item dl dt {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
}

.companyProf-list .flex .item dl dd {
  min-height: 3.5em;
  font-weight: 500;
  position: relative;
  padding-left: 50px;
  color: #222;
}

@media screen and (max-width: 991px) {
  .companyProf-list .flex .item dl dd {
    padding-left: 35px;
    font-size: 1.5rem;
    line-height: 1.7;
    min-height: inherit;
  }
}

.companyProf-list .flex .item dl dd::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 35px;
  border-color: transparent transparent transparent #ffe113;
}

@media screen and (max-width: 991px) {
  .companyProf-list .flex .item dl dd::before {
    border-width: 12px 0 12px 22px;
    top: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 992px), print {
  .companyProf-list .flex .item {
    width: 47%;
  }
}

@media screen and (max-width: 991px) {
  .companyProf-list .flex .item {
    width: 100%;
  }
  .companyProf-list .flex .item:not(:last-child) {
    padding-bottom: 20px;
  }
  .companyProf-list .flex .item:last-child dl:last-child {
    /*border-bottom: none;*/
    padding-bottom: 15px;
  }
}

.tbl_bd {
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
  white-space: normal;
  max-width: 960px;
}

.tbl_bd th,
.tbl_bd td {
  font-size: 1.5rem;
  vertical-align: middle;
  border-bottom: 2px solid #ccc;
  padding: 35px 25px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .tbl_bd th,
  .tbl_bd td {
    padding: 25px 20px 25px 8px;
  }
}

.tbl_bd th {
  border-bottom-color: #959595;
  width: 20%;
  font-weight: 700;
  color: #2465b9;
}

@media screen and (max-width: 991px) {
  .tbl_bd th {
    width: 25%;
    padding-right: 8px;
  }
}

.tbl_bd td {
  width: 80%;
  padding-left: 100px;
}

@media screen and (max-width: 991px) {
  .tbl_bd td {
    padding-left: 20px;
    width: 75%;
    line-height: 1.6;
  }
}

/*===================================
  
  無料コンテンツのご案内

===================================*/
.freecontLead {
  padding-bottom: 60px !important;
}

@media screen and (max-width: 991px) {
  .freecontLead {
    padding-bottom: 30px !important;
  }
}

.freecontLead dl dt {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 55px;
  text-align: center;
  color: #2465b9;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .freecontLead dl dt {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.freecontLead dl dd p {
  font-size: 2rem;
  color: #222;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .freecontLead dl dd p {
    text-align: left;
    font-size: 1.4rem;
  }
}

.freecontLead + .formBlk {
  animation-delay: 0.6s !important;
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .freecontLead + .formBlk {
    padding-bottom: 60px;
  }
}

/*===================================
  
  メルマガ登録

===================================*/
.magazineLead {
  padding-bottom: 50px !important;
}

@media screen and (max-width: 991px) {
  .magazineLead {
    padding-bottom: 30px !important;
  }
}

.magazineLead p + p {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .magazineLead p + p {
    margin-top: 30px;
  }
}

.magazineForm {
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .magazineForm {
    padding-bottom: 60px;
  }
}

.magazineForm-privacy {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .magazineForm-privacy {
    padding: 0 6%;
    margin-top: 30px;
  }
}

.magazineForm-privacy p {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .magazineForm-privacy p {
    text-align: left;
  }
}

.magazineForm .container {
  margin: auto;
}

.magazineForm .row {
  width: 100%;
}

.magazineForm .row.--btn {
  margin-top: 15px;
}

.magazineForm .row.--btn > .col {
  padding: 0 15px;
}

@media screen and (max-width: 991px) {
  .magazineForm .row.--btn > .col {
    padding: 0 6%;
  }
}

.magazineForm .table-hover > tbody > tr {
  transition: .5s;
}

.magazineForm .table-hover > tbody > tr > * {
  transition: .5s;
}

.magazineForm .table-hover > tbody > tr:hover > * {
  --mdb-table-accent-bg: transparent;
  background-color: rgba(0, 0, 0, 0.025);
}

.magazineForm .table {
  margin: auto;
  width: 100%;
}

.magazineForm .table th, .magazineForm .table td {
  width: 100%;
}

.magazineForm .table td {
  padding: 15px 15px;
}

@media screen and (max-width: 991px) {
  .magazineForm .table td {
    padding: 15px 6%;
  }
}

.magazineForm .table .row > .col {
  padding: 0;
}

.magazineForm .bgbox {
  margin-top: 30px;
}

.magazineForm .error-message {
  color: #dc4c64;
}

.magazineForm footer {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .magazineForm footer {
    margin-top: 15px;
  }
}

.magazineForm footer .powered {
  width: calc(100% - 30px);
  margin: auto;
  padding: 20px 0;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .magazineForm footer .powered {
    width: 88%;
    letter-spacing: 0.03em;
  }
}

.magazineForm .alert-light {
  background-color: #f5f5f5;
  color: #4f4f4f;
  border-radius: 10px;
  padding: 20px 20px 25px;
  width: calc(100% - 30px);
  margin: auto;
  position: relative;
}

@media screen and (max-width: 991px) {
  .magazineForm .alert-light {
    width: 88%;
  }
}

.magazineForm .alert-light p {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .magazineForm .alert-light p {
    text-align: left;
  }
}

.magazineForm .alert-light .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: content-box;
  color: #000;
  background: url(../img/img-common/close.svg) center center no-repeat;
  background-size: 18px;
  border: 0;
  opacity: .5;
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 992px), print {
  .magazineForm .alert-light .btn-close:hover {
    opacity: 1;
  }
}

.magazineForm .badge {
  margin-right: 8px;
  padding: 2px 8px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  border-radius: 5px;
  letter-spacing: 0.01em;
}

.magazineForm .badge-danger {
  background-color: #f9e1e5;
  color: #af233a;
}

.magazineForm .badge-light {
  background-color: #f5f5f5;
  color: #4f4f4f;
}

.magazineForm .form-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.magazineForm .form-control {
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.6;
  color: #4f4f4f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: all .2s linear;
  height: 45px;
  width: 100%;
  font-family: "Noto Sans JP","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  padding: 5px 15px;
}

.magazineForm .form-control:focus {
  outline: none;
  border-color: #3b71ca !important;
  box-shadow: inset 0 0 0 1px #3b71ca !important;
}

.magazineForm ::-webkit-input-placeholder {
  color: #9f9f9f;
}

.magazineForm :-ms-input-placeholder {
  color: #9f9f9f;
}

.magazineForm ::placeholder {
  color: #9f9f9f;
}

.magazineForm input:focus::placeholder {
  color: transparent !important;
  transition: .1s;
}

.magazineForm input:focus::-webkit-input-placeholder {
  color: transparent !important;
  transition: .1s;
}

.magazineForm input:focus:-moz-placeholder {
  color: transparent !important;
  transition: .1s;
}

.magazineForm input:focus::-moz-placeholder {
  color: transparent !important;
  transition: .1s;
}

.magazineForm [type=button], .magazineForm [type=reset], .magazineForm [type=submit], .magazineForm button {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

.magazineForm .btn-primary {
  background-color: #516DAE;
  color: #fff;
  box-shadow: 0 4px 9px -4px #516DAE;
  padding: 10px 0;
  font-family: "Noto Sans JP","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  border-radius: 5px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 45px;
  overflow: hidden;
  font-size: 1.5rem;
}

.magazineForm .btn-primary:hover {
  background-color: #6485d2;
}

/*===================================
  
  SERVICE

===================================*/
.serviceLead dl dt {
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  color: #2465b9;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .serviceLead dl dt {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.serviceLead dl dd .image {
  margin-bottom: 55px;
}

@media screen and (max-width: 991px) {
  .serviceLead dl dd .image {
    margin-bottom: 25px;
  }
}

.serviceLead dl dd p {
  max-width: 920px;
  margin: auto;
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .serviceLead dl dd p {
    font-size: 1.4rem;
  }
}

.serviceLead dl dd p + p {
  margin-top: 25px;
}

.serviceCourse {
  padding: 60px 0 65px;
}

@media screen and (max-width: 991px) {
  .serviceCourse {
    padding: 40px 0 50px;
  }
}

.serviceCourse .inner {
  max-width: 1151px;
}

@media screen and (max-width: 991px) {
  .serviceCourse .inner {
    padding: 0 0 0 6%;
  }
}

.serviceCourse-caution {
  margin-top: 10px;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .serviceCourse-caution {
    text-align: right;
    padding-right: 6%;
    font-size: 1.2rem;
  }
}

.serviceCourse .ttl_b {
  text-align: center;
}

.serviceCourse .ttl_b + p {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .serviceCourse .ttl_b + p {
    padding-right: 6%;
    text-align: left;
  }
}

.serviceCourse-tbl {
  margin-top: 50px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .serviceCourse-tbl {
    margin-top: 25px;
  }
}

@media screen and (max-width: 991px) {
  .serviceCourse-tbl img {
    max-width: inherit;
    height: 400px;
  }
}

.serviceCourse-tbl .scroll-hint-icon {
  height: 90px !important;
  left: calc(50% - 30px);
}

.serviceCourse-tbl .scroll-hint-text {
  letter-spacing: 0.1em;
}

.serviceCourse-tbl .scroll-hint-icon-wrap {
  z-index: 2;
}

.serviceCourse-tbl table {
  margin: 0;
  padding: 0px;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  word-wrap: break-word;
  white-space: normal;
}

.serviceCourse-tbl table th,
.serviceCourse-tbl table td {
  line-height: 1.4;
}

.serviceCourse-tbl table th,
.serviceCourse-tbl table td {
  height: 100%;
}

.serviceCourse-tbl table th:first-child,
.serviceCourse-tbl table td:first-child {
  width: 185px;
}

.serviceCourse-tbl table th > div,
.serviceCourse-tbl table td > div {
  height: 100%;
}

.serviceCourse-tbl table th:nth-child(2) > div,
.serviceCourse-tbl table td:nth-child(2) > div {
  background: #e8f4fd;
}

.serviceCourse-tbl table th:nth-child(3) > div,
.serviceCourse-tbl table td:nth-child(3) > div {
  background: #deecfd;
}

.serviceCourse-tbl table th:nth-child(4) > div,
.serviceCourse-tbl table td:nth-child(4) > div {
  background: #eaeefe;
}

.serviceCourse-tbl table th .th-bg01 {
  background: #f2f2f3 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: calc(100% - 10px);
  padding: 15px 0;
}

.serviceCourse-tbl table th .th-bg02 {
  width: calc(100% - 7px);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 15px 0;
}

.serviceCourse-tbl table th .th01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.serviceCourse-tbl table .th_v_coaching,
.serviceCourse-tbl table .th_c_coaching,
.serviceCourse-tbl table .th_v_consul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.serviceCourse-tbl table .th_v_coaching .txt,
.serviceCourse-tbl table .th_c_coaching .txt,
.serviceCourse-tbl table .th_v_consul .txt {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
}

.serviceCourse-tbl table .th_v_coaching .txt b,
.serviceCourse-tbl table .th_c_coaching .txt b,
.serviceCourse-tbl table .th_v_consul .txt b {
  font-size: 2rem;
}

.serviceCourse-tbl table .th_v_coaching .wbox,
.serviceCourse-tbl table .th_c_coaching .wbox,
.serviceCourse-tbl table .th_v_consul .wbox {
  background: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  margin: 10px auto 0;
  padding: 5px 0;
  border-radius: 10px;
}

.serviceCourse-tbl table .th_v_coaching .wbox .t1,
.serviceCourse-tbl table .th_c_coaching .wbox .t1,
.serviceCourse-tbl table .th_v_consul .wbox .t1 {
  font-weight: 500;
  letter-spacing: 0.01em;
}

.serviceCourse-tbl table .th_v_coaching .wbox .t1 b,
.serviceCourse-tbl table .th_c_coaching .wbox .t1 b,
.serviceCourse-tbl table .th_v_consul .wbox .t1 b {
  font-size: 2rem;
}

.serviceCourse-tbl table .th_v_coaching .txt {
  color: #187ecb;
}

.serviceCourse-tbl table .th_c_coaching .txt {
  color: #294a84;
}

.serviceCourse-tbl table .th_v_consul .txt {
  color: #293684;
}

.serviceCourse-th {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.serviceDetail {
  background: #f2f2f3;
  padding: 80px 0;
}

@media screen and (max-width: 991px) {
  .serviceDetail {
    padding: 35px 0 60px;
  }
}

.serviceDetail .ttl_b {
  text-align: center;
}

.serviceDetail .ttl_b + p {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .serviceDetail .ttl_b + p {
    text-align: left;
  }
}

.serviceDetail-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .serviceDetail-list {
    padding-top: 30px;
  }
}

.serviceDetail-list .serviceDetail-item {
  background: #fff;
}

@media screen and (min-width: 992px), print {
  .serviceDetail-list .serviceDetail-item {
    width: 48%;
  }
  .serviceDetail-list .serviceDetail-item:nth-child(n + 3) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .serviceDetail-list .serviceDetail-item {
    width: 100%;
  }
  .serviceDetail-list .serviceDetail-item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.serviceDetail-list .serviceDetail-item dl dt {
  border-bottom: 1px solid #f2f2f3;
  padding: 15px 20px 15px 25px;
  position: relative;
  font-weight: 700;
  color: #2465b9;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .serviceDetail-list .serviceDetail-item dl dt {
    font-size: 1.5rem;
    padding: 10px 15px 12px 20px;
  }
}

.serviceDetail-list .serviceDetail-item dl dt::before {
  content: "";
  position: absolute;
  top: calc(15px + 0.1em);
  left: 0;
  margin: auto;
  background: #595959;
  width: 6px;
  height: 20px;
}

@media screen and (max-width: 991px) {
  .serviceDetail-list .serviceDetail-item dl dt::before {
    width: 4px;
    top: calc(10px + 0.2em);
    height: 15px;
  }
}

.serviceDetail-list .serviceDetail-item dl dd {
  padding: 18px 25px 30px 25px;
}

@media screen and (max-width: 991px) {
  .serviceDetail-list .serviceDetail-item dl dd {
    padding: 12px 18px 20px 18px;
  }
}

.serviceDetail-list .serviceDetail-item dl dd p,
.serviceDetail-list .serviceDetail-item dl dd li {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .serviceDetail-list .serviceDetail-item dl dd p,
  .serviceDetail-list .serviceDetail-item dl dd li {
    font-size: 1.3rem;
  }
}

.serviceDetail-list .serviceDetail-item dl dd p + .flex,
.serviceDetail-list .serviceDetail-item dl dd li + .flex {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .serviceDetail-list .serviceDetail-item dl dd p + .flex,
  .serviceDetail-list .serviceDetail-item dl dd li + .flex {
    margin-top: 12px;
  }
}

.serviceDetail-list .serviceDetail-item .flex {
  display: flex;
}

.serviceDetail-list .serviceDetail-item .flex .item:nth-child(1) {
  width: 70%;
  padding-right: 30px;
}

@media screen and (max-width: 991px) {
  .serviceDetail-list .serviceDetail-item .flex .item:nth-child(1) {
    padding-right: 15px;
    width: 65%;
  }
}

.serviceDetail-list .serviceDetail-item .flex .item:nth-child(2) {
  width: 30%;
}

@media screen and (max-width: 991px) {
  .serviceDetail-list .serviceDetail-item .flex .item:nth-child(2) {
    width: 35%;
  }
}

.serviceDetail-list .serviceDetail-item .flex .item:nth-child(2) img {
  margin-top: 5px;
}

.serviceDetail .zoomlink {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.serviceDetail .zoomlink .js_modal {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #4062bb;
  color: #4062bb;
  border-radius: 50px;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 0 10px;
  margin: 0 0 0 auto;
  height: 30px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .serviceDetail .zoomlink .js_modal {
    height: 25px;
  }
}

.serviceDetail .zoomlink .js_modal > span {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding-left: 25px;
  min-height: 20px;
  letter-spacing: 0.03em;
  background: url(../img/img-common/icon_zoom.png) left center no-repeat;
  background-size: auto 20px;
}

@media screen and (max-width: 991px) {
  .serviceDetail .zoomlink .js_modal > span {
    background-size: auto 18px;
    min-height: 18px;
    padding-left: 23px;
  }
}

.serviceContent {
  background: #f2f2f3;
  padding: 60px 0 70px;
}

@media screen and (max-width: 991px) {
  .serviceContent {
    padding: 45px 0 50px;
  }
}

.serviceContent-txt {
  max-width: 900px;
  margin: auto;
  padding: 40px 0 45px;
}

@media screen and (max-width: 991px) {
  .serviceContent-txt {
    padding: 30px 0 40px;
  }
}

.serviceContent .ttl_b {
  text-align: center;
}

.serviceContent .wbox {
  background: #fff;
  padding: 25px 45px 45px;
  border: 7px;
}

@media screen and (max-width: 991px) {
  .serviceContent .wbox {
    padding: 20px 15px 35px;
  }
}

.serviceContent .wbox + .wbox {
  margin-top: 65px;
}

@media screen and (max-width: 991px) {
  .serviceContent .wbox + .wbox {
    margin-top: 30px;
  }
}

.serviceContent .wbox dl dt {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;
  background: #2465b9;
  color: #fff;
  padding: 5px;
  text-align: center;
  border-radius: 4px;
}

@media screen and (max-width: 991px) {
  .serviceContent .wbox dl dt {
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding: 3px;
  }
}

.serviceContent .wbox dl dd ul li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.serviceContent .wbox dl dd ul li:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d7d7d7;
}

@media screen and (max-width: 991px) {
  .serviceContent .wbox dl dd ul li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 992px), print {
  .serviceContent .wbox dl dd ul li:not(:last-child) .no {
    bottom: 25px;
  }
}

@media screen and (max-width: 991px) {
  .serviceContent .wbox dl dd ul li .spflex {
    display: flex;
    align-items: center;
  }
}

.serviceContent .wbox dl dd ul li .no {
  width: 8em;
  padding-left: 1em;
}

@media screen and (max-width: 991px) {
  .serviceContent .wbox dl dd ul li .no {
    width: 5em;
    padding-left: 6px;
  }
}

.serviceContent .wbox dl dd ul li .no > span {
  font-size: 6rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  color: rgba(202, 202, 202, 0.75);
}

@media screen and (max-width: 991px) {
  .serviceContent .wbox dl dd ul li .no > span {
    font-size: 4rem;
    letter-spacing: -0.01em;
  }
}

.serviceContent .wbox dl dd ul li .no > span:nth-child(1) {
  position: relative;
}

.serviceContent .wbox dl dd ul li .no > span:nth-child(1)::after {
  content: '';
  position: absolute;
  bottom: -0.1em;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  height: 4px;
  background: #ffe113;
}

@media screen and (min-width: 992px), print {
  .serviceContent .wbox dl dd ul li .no {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
}

.serviceContent .wbox dl dd ul li .txt {
  width: calc(100% - 8em);
}

@media screen and (max-width: 991px) {
  .serviceContent .wbox dl dd ul li .txt {
    width: 100%;
  }
}

.serviceContent .wbox dl dd ul li .txt .t1 {
  font-size: 1.7rem;
}

@media screen and (max-width: 991px) {
  .serviceContent .wbox dl dd ul li .txt .t1 {
    width: calc(100% - 5em);
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.07em;
  }
}

.serviceContent .wbox dl dd ul li .txt .t2 {
  font-size: 1.5rem;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .serviceContent .wbox dl dd ul li .txt .t2 {
    font-size: 1.3rem;
    width: calc(100% - 12px);
    margin: 10px auto 0;
  }
}

.serviceContent .wbox.--not dl dt {
  background: #949494;
}

.serviceContent .wbox.--not dl dd ul li {
  padding-left: 45px;
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .serviceContent .wbox.--not dl dd ul li {
    padding-left: 0;
  }
}

.serviceContent .wbox.--not dl dd ul li p {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .serviceContent .wbox.--not dl dd ul li p {
    padding: 0;
    font-size: 1.5rem;
    margin: auto;
    width: calc(100% - 12px);
  }
}

.serviceContent .wbox.--not dl dd ul li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .serviceContent .wbox.--not dl dd ul li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

/*===================================
  
  Products

===================================*/
.productList {
  animation-delay: 1.2s !important;
  padding-bottom: 150px;
}

@media screen and (max-width: 991px) {
  .productList {
    padding-bottom: 70px;
  }
}

.productList .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.productList .flex .item {
  background: #fff;
  padding: 25px;
  border-top: 2px solid #444444;
}

@media screen and (max-width: 991px) {
  .productList .flex .item {
    padding: 15px 17px;
    border-width: 1px;
  }
}

.productList .flex .item dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2465b9;
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .productList .flex .item dl dt {
    font-size: 1.5rem;
    padding-left: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
  }
}

.productList .flex .item dl dt::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: #2465b9;
}

@media screen and (max-width: 991px) {
  .productList .flex .item dl dt::before {
    width: 10px;
    height: 10px;
  }
}

.productList .flex .item dl dd {
  display: flex;
  justify-content: flex-end;
}

.productList .flex .item dl dd ul li a {
  position: relative;
  padding-right: 28px;
}

@media screen and (max-width: 991px) {
  .productList .flex .item dl dd ul li a {
    letter-spacing: 0.02em;
    padding-right: 25px;
  }
}

.productList .flex .item dl dd ul li a::before {
  content: "";
  position: absolute;
  bottom: 0.2em;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: url(../img/img-common/icon_blank.png) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .productList .flex .item dl dd ul li a::before {
    width: 14px;
    height: 14px;
  }
}

@media screen and (min-width: 992px), print {
  .productList .flex .item dl dd ul li a:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 992px), print {
  .productList .flex .item {
    width: calc(50% - 5px);
  }
  .productList .flex .item:nth-child(n + 3) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .productList .flex .item {
    width: 100%;
  }
}

/*===================================
  
  ACCESS

===================================*/
.access .bg {
  padding-bottom: 200px;
}

@media screen and (max-width: 991px) {
  .access .bg {
    padding-bottom: 100px;
  }
}

.access .pageMv + .accessBlk {
  animation-delay: 1s !important;
}

.accessBlk + .accessBlk {
  margin-top: 180px;
}

@media screen and (max-width: 991px) {
  .accessBlk + .accessBlk {
    margin-top: 95px;
  }
}

.accessBlk .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 75px;
}

@media screen and (max-width: 991px) {
  .accessBlk .flex {
    margin-bottom: 30px;
  }
}

.accessBlk .flex .item:nth-child(1) {
  padding-right: 50px;
  display: flex;
  width: calc(100% - 560px);
}

@media screen and (max-width: 1200px) {
  .accessBlk .flex .item:nth-child(1) {
    width: 45%;
  }
}

@media screen and (max-width: 991px) {
  .accessBlk .flex .item:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}

.accessBlk .flex .item:nth-child(2) {
  width: 560px;
}

@media screen and (max-width: 1200px) {
  .accessBlk .flex .item:nth-child(2) {
    width: 55%;
  }
}

.accessBlk .flex .item:nth-child(2) img {
  width: 100%;
  max-width: 560px;
}

.accessBlk .flex .item dl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .accessBlk .flex .item dl dt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .accessBlk .flex .item dl dt img {
    width: 65%;
  }
}

.accessBlk .flex .item dl dd {
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .accessBlk .flex .item dl dd {
    width: 100%;
  }
}

.accessBlk .flex .item dl dd ul li {
  display: flex;
}

.accessBlk .flex .item dl dd ul li + li {
  margin-top: 5px;
}

.accessBlk .flex .item dl dd ul li span {
  padding: 10px 0;
  line-height: 1.6;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .accessBlk .flex .item dl dd ul li span {
    font-size: 1.2rem;
  }
}

.accessBlk .flex .item dl dd ul li span:nth-child(1) {
  width: 96px;
  text-align: center;
  justify-content: center;
  color: #fff;
  background: #b2c8e4;
}

@media screen and (max-width: 991px) {
  .accessBlk .flex .item dl dd ul li span:nth-child(1) {
    width: 6em;
  }
}

.accessBlk .flex .item dl dd ul li span:nth-child(2) {
  width: calc(100% - 96px);
  padding: 10px 20px;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .accessBlk .flex .item dl dd ul li span:nth-child(2) {
    padding: 10px 15px;
    width: calc(100% - 6em);
  }
}

.accessBlk-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .accessBlk-ttl {
    margin: 0;
    width: 35%;
    align-items: flex-start;
  }
}

.accessBlk-ttl .t1 {
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #888888;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .accessBlk-ttl .t1 {
    font-size: 3.2rem;
  }
}

.accessBlk-ttl .t1 > span {
  color: #2e7de4;
}

.accessBlk-ttl .t2 {
  margin-top: 20px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.6rem;
  font-weight: 700;
  border-left: 4px solid #2e7de4;
  padding: 0 20px;
  line-height: 1;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 991px) {
  .accessBlk-ttl .t2 {
    font-size: 1.9rem;
    padding: 0 17px;
    margin: 15px 0 0 5px;
  }
}

.accessBlk-map {
  width: 100%;
  max-width: 886px;
  margin: auto;
}

.accessBlk-map .image {
  display: flex;
  justify-content: center;
}

.accessBlk-map .image + .gmap {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .accessBlk-map .image + .gmap {
    margin-top: 22px;
  }
}

.accessBlk-map .gmap {
  position: relative;
  height: 360px;
  width: 100%;
  border: 6px solid #e5e5e6;
}

@media screen and (max-width: 991px) {
  .accessBlk-map .gmap {
    height: 225px;
  }
}

.accessBlk-map .gmap iframe {
  width: 100%;
  height: 100%;
}

/*===================================
  
  トップページ

===================================*/
.topLead {
  padding: 75px 0 95px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .topLead {
    padding: 40px 0 40px;
  }
}

.topLead-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 45px;
  color: #1f51a0;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .topLead-ttl {
    font-size: 2.3rem;
    margin-bottom: 30px;
  }
}

.topLead-txt {
  display: table;
  position: relative;
}

@media screen and (max-width: 991px) {
  .topLead-txt {
    padding-bottom: 50px;
  }
}

.topLead-txt .bgtxt {
  position: absolute;
  top: -70px;
  right: -340px;
  width: 436px;
  transition: all 2s;
  transition-delay: 0.3s;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .topLead-txt .bgtxt {
    top: inherit;
    bottom: 0;
    right: -75px;
    width: auto;
    height: 65px;
  }
}

.topLead.started .topLead-txt .bgtxt {
  right: -300px;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .topLead.started .topLead-txt .bgtxt {
    right: -45px;
  }
}

.topProducts {
  position: relative;
  padding-bottom: 95px;
}

@media screen and (max-width: 991px) {
  .topProducts {
    padding-bottom: 60px;
  }
}

.topProducts::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: calc(100% - 25px);
  background: #f6f7f9;
}

@media screen and (max-width: 991px) {
  .topProducts::before {
    height: calc(100% - 20px);
  }
}

.topProducts .inner {
  position: relative;
  z-index: 2;
}

.topProducts-list {
  position: relative;
  z-index: 2;
  margin-top: 55px;
}

@media screen and (max-width: 991px) {
  .topProducts-list {
    margin-top: 40px;
  }
}

.topProducts-list .item {
  background: #fff;
  border-top: 1px solid #acacac;
  border-right: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
}

.topProducts-list .item img {
  max-width: 340px;
}

@media screen and (max-width: 991px) {
  .topProducts-list .item img {
    max-width: 300px;
  }
}

.topProducts-list .item .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 20px 0;
}

.topProducts-list .item .txt > span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2465b9;
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .topProducts-list .item .txt > span {
    font-size: 1.6rem;
    padding-left: 25px;
  }
}

.topProducts-list .item .txt > span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: #2465b9;
}

@media screen and (max-width: 991px) {
  .topProducts-list .item .txt > span:before {
    width: 10px;
    height: 10px;
  }
}

.topProducts-list .item .txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: calc(100% - 20px);
  background: #acacac;
}

.topCompany {
  padding: 75px 0 130px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .topCompany {
    padding: 70px 0 170px;
  }
}

.topCompany .leadtxt {
  position: relative;
}

.topCompany .leadtxt p {
  position: relative;
  z-index: 2;
}

.topCompany-map {
  position: absolute;
  right: -165px;
  top: -200px;
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .topCompany-map {
    width: 280px;
    height: 312.701px;
    top: -126px;
  }
}

.topCompany-map img.img01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  animation-delay: 1s !important;
}

.topCompany-map img.img02 {
  animation-delay: 0.3s !important;
  max-width: 548px;
}

.topCompany .ttl {
  position: relative;
  z-index: 3;
}

.topCompany-items {
  margin-top: 80px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .topCompany-items {
    margin-top: 70px;
  }
}

.topCompany-items .bgtxt {
  position: absolute;
  right: calc(70% - 40px);
  bottom: 40%;
  transition: all 2s;
  transition-delay: 0.3s;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .topCompany-items .bgtxt {
    right: -30px;
    bottom: -200px;
    height: 60px;
    width: auto;
    max-width: inherit;
    transition-delay: 0.6s;
  }
}

.topCompany-bottom {
  position: relative;
  z-index: 2;
}

.topCompany-bottom.started .topCompany-items .bgtxt {
  right: 70%;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .topCompany-bottom.started .topCompany-items .bgtxt {
    right: 0;
  }
}

.topCompany dl {
  display: flex;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .topCompany dl {
    justify-content: space-between;
  }
}

.topCompany dl + dl {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .topCompany dl + dl {
    margin-top: 45px;
  }
}

.topCompany dl dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 100px 0 0;
}

@media screen and (max-width: 991px) {
  .topCompany dl dt {
    margin: 0;
    width: 35%;
    align-items: flex-start;
  }
}

.topCompany dl dt .t1 {
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #888888;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .topCompany dl dt .t1 {
    font-size: 3.2rem;
  }
}

.topCompany dl dt .t1 > span {
  color: #2e7de4;
}

.topCompany dl dt .t2 {
  margin-top: 20px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.6rem;
  font-weight: 700;
  border-left: 4px solid #2e7de4;
  padding: 0 20px;
  line-height: 1;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 991px) {
  .topCompany dl dt .t2 {
    font-size: 1.9rem;
    padding: 0 17px;
    margin: 15px 0 0 5px;
  }
}

@media screen and (max-width: 991px) {
  .topCompany dl dd {
    width: 65%;
  }
}

@media screen and (max-width: 991px) {
  .topCompany dl dd .image {
    width: 100%;
  }
}

.topCompany dl.taisyo {
  flex-direction: row-reverse;
}

.topCompany dl.taisyo dt {
  margin: 0 0 0 100px;
}

@media screen and (max-width: 991px) {
  .topCompany dl.taisyo dt {
    margin: 0;
    align-items: flex-end;
  }
}

.topCompany dl.taisyo dt .t2 {
  border-left: none;
  border-right: 4px solid #2e7de4;
}

@media screen and (max-width: 991px) {
  .topCompany dl.taisyo dt .t2 {
    font-size: 1.9rem;
    padding: 0 17px;
    margin: 15px 5px 0 0;
  }
}

.index .loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index .loading_txt > span {
  font-size: 3.5rem;
  color: #2465b9;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  display: inline-block;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .index .loading_txt > span {
    font-size: 2.2rem;
  }
}

.index .loading_txt > span:nth-child(1) {
  animation-delay: 0.3s !important;
}

.index .loading_txt > span:nth-child(2) {
  animation-delay: 0.4s !important;
}

.index .loading_txt > span:nth-child(3) {
  animation-delay: 0.5s !important;
}

.index .loading_txt > span:nth-child(4) {
  animation-delay: 0.6s !important;
}

.index .loading_txt > span:nth-child(5) {
  animation-delay: 0.7s !important;
}

.index .loading_txt > span:nth-child(6) {
  animation-delay: 0.8s !important;
}

.index .loading_txt > span:nth-child(7) {
  animation-delay: 0.9s !important;
}

.index .loading_txt > span:nth-child(8) {
  animation-delay: 1s !important;
}

.index .loading_txt > span:nth-child(9) {
  animation-delay: 1.1s !important;
}

.index .loading_txt > span:nth-child(10) {
  animation-delay: 1.2s !important;
}

.index .loading_txt > span:nth-child(11) {
  animation-delay: 1.3s !important;
}

.index .loading_txt > span:nth-child(12) {
  animation-delay: 1.4s !important;
}

.index .loading_txt > span:nth-child(13) {
  animation-delay: 1.5s !important;
}

.index .loading_txt > span:nth-child(14) {
  animation-delay: 1.6s !important;
}

.index .loading_txt > span:nth-child(15) {
  animation-delay: 1.7s !important;
}

.index .loading_txt > span:nth-child(16) {
  animation-delay: 1.8s !important;
}

.index .loading_txt > span:nth-child(17) {
  animation-delay: 1.9s !important;
}

.index .loading.active .loading_txt span {
  animation: textUp 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes textUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* タイトル
-------------------------------------------*/
.ttl_b {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 991px) {
  .ttl_b {
    font-size: 2rem;
  }
}

.ttl_b + p {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .ttl_b + p {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 992px), print {
  .ttl_b.--center {
    text-align: center;
    font-size: 2.5rem;
  }
}

.ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 45px;
}

@media screen and (max-width: 991px) {
  .ttl {
    margin-bottom: 30px;
  }
}

.ttl > span {
  position: relative;
  line-height: 1;
  font-size: 2.2rem;
  font-weight: 700;
  padding-top: 25px;
}

@media screen and (max-width: 991px) {
  .ttl > span {
    font-size: 1.6rem;
    padding-top: 17px;
  }
}

.ttl > img {
  height: 48px;
}

@media screen and (max-width: 991px) {
  .ttl > img {
    height: 30px;
  }
}

.ttl_en {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ttl_en .t1 span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .ttl_en .t1 span {
    font-size: 3.1rem;
  }
}

.ttl_en .t1 span:nth-child(1) {
  color: #2465b9;
  font-size: 4.8rem;
}

@media screen and (max-width: 991px) {
  .ttl_en .t1 span:nth-child(1) {
    font-size: 3.5rem;
  }
}

.ttl_en .t2 {
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 10px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .ttl_en .t2 {
    font-size: 1.3rem;
  }
}

.ttl_en + p {
  text-align: center;
  color: #45454d;
  padding-top: 50px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .ttl_en + p {
    font-size: 1.5rem;
    padding-top: 30px;
    text-align: left;
    display: table;
    margin: auto;
  }
}

.link_bd {
  display: inline-block;
  position: relative;
  color: #153b9d;
  text-decoration: underline;
}

@media screen and (min-width: 992px), print {
  .link_bd:hover {
    text-decoration: none;
  }
}

/* リスト
-------------------------------------------*/
/* ドットリスト */
.list_dot > li {
  position: relative;
  padding-left: 1.3em;
  font-size: 1.4rem;
}

.list_dot > li + li {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .list_dot > li + li {
    margin-top: 8px;
  }
}

.list_dot > li::before {
  content: "・";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.list_circle > li {
  position: relative;
  padding-left: 1.2em;
}

.list_circle > li::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #03bf99;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  top: 0.6em;
}

.list_caution > li {
  position: relative;
  padding-left: 1.3em;
  font-size: 1.4rem;
}

.list_caution > li + li {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .list_caution > li + li {
    margin-top: 8px;
  }
}

.list_caution > li::before {
  content: "※";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.list_square > li {
  position: relative;
  padding-left: 1.8em;
  font-size: 1.4rem;
}

.list_square > li + li {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .list_square > li + li {
    margin-top: 8px;
  }
}

.list_square > li::before {
  content: "■";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
  color: #80bafd;
}

/* チェックリスト */
.list_chk > li {
  position: relative;
  padding-left: 35px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .list_chk > li {
    font-size: 1.4rem;
    padding-left: 25px;
  }
}

.list_chk > li:not(:last-child) {
  margin-bottom: 20px;
}

.list_chk > li::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0.3em;
  background: url(../img/img-common/icon_chk.png) left center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 991px) {
  .list_chk > li::before {
    width: 15px;
    height: 15px;
  }
}

/* ナンバーリスト */
.list_no {
  counter-reset: list-counter;
}

.list_no li {
  list-style: none;
  counter-increment: list-counter;
  position: relative;
  padding-left: 1.8em;
}

.list_no li::before {
  content: counter(list-counter) "）";
  position: absolute;
  left: 0;
}

/*===================================
  
  animation設定

===================================*/
.anim_flowtxt > span {
  opacity: 0;
  display: inline-block;
}

.anim_flowtxt > span:nth-child(0) {
  animation-delay: -0.1s !important;
}

.anim_flowtxt > span:nth-child(1) {
  animation-delay: 0s !important;
}

.anim_flowtxt > span:nth-child(2) {
  animation-delay: 0.1s !important;
}

.anim_flowtxt > span:nth-child(3) {
  animation-delay: 0.2s !important;
}

.anim_flowtxt > span:nth-child(4) {
  animation-delay: 0.3s !important;
}

.anim_flowtxt > span:nth-child(5) {
  animation-delay: 0.4s !important;
}

.anim_flowtxt > span:nth-child(6) {
  animation-delay: 0.5s !important;
}

.anim_flowtxt > span:nth-child(7) {
  animation-delay: 0.6s !important;
}

.anim_flowtxt > span:nth-child(8) {
  animation-delay: 0.7s !important;
}

.anim_flowtxt > span:nth-child(9) {
  animation-delay: 0.8s !important;
}

.anim_flowtxt > span:nth-child(10) {
  animation-delay: 0.9s !important;
}

.anim_flowtxt > span:nth-child(11) {
  animation-delay: 1s !important;
}

.anim_flowtxt > span:nth-child(12) {
  animation-delay: 1.1s !important;
}

.anim_flowtxt > span:nth-child(13) {
  animation-delay: 1.2s !important;
}

.anim_flowtxt > span:nth-child(14) {
  animation-delay: 1.3s !important;
}

.anim_flowtxt > span:nth-child(15) {
  animation-delay: 1.4s !important;
}

.anim_flowtxt > span:nth-child(16) {
  animation-delay: 1.5s !important;
}

.anim_flowtxt > span:nth-child(17) {
  animation-delay: 1.6s !important;
}

.anim_flowtxt > span:nth-child(18) {
  animation-delay: 1.7s !important;
}

.anim_flowtxt > span:nth-child(19) {
  animation-delay: 1.8s !important;
}

.anim_flowtxt > span:nth-child(20) {
  animation-delay: 1.9s !important;
}

.anim_flowtxt > span:nth-child(21) {
  animation-delay: 2s !important;
}

.anim_flowtxt > span:nth-child(22) {
  animation-delay: 2.1s !important;
}

.anim_flowtxt > span:nth-child(23) {
  animation-delay: 2.2s !important;
}

.anim_flowtxt > span:nth-child(24) {
  animation-delay: 2.3s !important;
}

.anim_flowtxt > span:nth-child(25) {
  animation-delay: 2.4s !important;
}

.anim_flowtxt > span:nth-child(26) {
  animation-delay: 2.5s !important;
}

.anim_flowtxt > span:nth-child(27) {
  animation-delay: 2.6s !important;
}

.anim_flowtxt > span:nth-child(28) {
  animation-delay: 2.7s !important;
}

.anim_flowtxt > span:nth-child(29) {
  animation-delay: 2.8s !important;
}

.anim_flowtxt > span:nth-child(30) {
  animation-delay: 2.9s !important;
}

.anim_flowtxt > span:nth-child(31) {
  animation-delay: 3s !important;
}

.anim_flowtxt > span:nth-child(32) {
  animation-delay: 3.1s !important;
}

.anim_flowtxt > span:nth-child(33) {
  animation-delay: 3.2s !important;
}

.anim_flowtxt > span:nth-child(34) {
  animation-delay: 3.3s !important;
}

.anim_flowtxt > span:nth-child(35) {
  animation-delay: 3.4s !important;
}

.anim_flowtxt > span:nth-child(36) {
  animation-delay: 3.5s !important;
}

.anim_flowtxt > span:nth-child(37) {
  animation-delay: 3.6s !important;
}

.anim_flowtxt > span:nth-child(38) {
  animation-delay: 3.7s !important;
}

.anim_flowtxt > span:nth-child(39) {
  animation-delay: 3.8s !important;
}

.anim_flowtxt > span:nth-child(40) {
  animation-delay: 3.9s !important;
}

.anim_flowtxt > span:nth-child(41) {
  animation-delay: 4s !important;
}

.anim_flowtxt > span:nth-child(42) {
  animation-delay: 4.1s !important;
}

.anim_flowtxt > span:nth-child(43) {
  animation-delay: 4.2s !important;
}

.anim_flowtxt > span:nth-child(44) {
  animation-delay: 4.3s !important;
}

.anim_flowtxt > span:nth-child(45) {
  animation-delay: 4.4s !important;
}

.anim_flowtxt > span:nth-child(46) {
  animation-delay: 4.5s !important;
}

.anim_flowtxt > span:nth-child(47) {
  animation-delay: 4.6s !important;
}

.anim_flowtxt > span:nth-child(48) {
  animation-delay: 4.7s !important;
}

.anim_flowtxt > span:nth-child(49) {
  animation-delay: 4.8s !important;
}

.anim_flowtxt > span:nth-child(50) {
  animation-delay: 4.9s !important;
}

.anim_flowtxt > span:nth-child(51) {
  animation-delay: 5s !important;
}

.anim_flowtxt > span:nth-child(52) {
  animation-delay: 5.1s !important;
}

.anim_flowtxt > span:nth-child(53) {
  animation-delay: 5.2s !important;
}

.anim_flowtxt > span:nth-child(54) {
  animation-delay: 5.3s !important;
}

.anim_flowtxt > span:nth-child(55) {
  animation-delay: 5.4s !important;
}

.anim_flowtxt > span:nth-child(56) {
  animation-delay: 5.5s !important;
}

.anim_flowtxt > span:nth-child(57) {
  animation-delay: 5.6s !important;
}

.anim_flowtxt > span:nth-child(58) {
  animation-delay: 5.7s !important;
}

.anim_flowtxt > span:nth-child(59) {
  animation-delay: 5.8s !important;
}

.anim_flowtxt > span:nth-child(60) {
  animation-delay: 5.9s !important;
}

.anim_flowtxt > span:nth-child(61) {
  animation-delay: 6s !important;
}

.anim_flowtxt > span:nth-child(62) {
  animation-delay: 6.1s !important;
}

.anim_flowtxt > span:nth-child(63) {
  animation-delay: 6.2s !important;
}

.anim_flowtxt > span:nth-child(64) {
  animation-delay: 6.3s !important;
}

.anim_flowtxt > span:nth-child(65) {
  animation-delay: 6.4s !important;
}

.anim_flowtxt > span:nth-child(66) {
  animation-delay: 6.5s !important;
}

.anim_flowtxt > span:nth-child(67) {
  animation-delay: 6.6s !important;
}

.anim_flowtxt > span:nth-child(68) {
  animation-delay: 6.7s !important;
}

.anim_flowtxt > span:nth-child(69) {
  animation-delay: 6.8s !important;
}

.anim_flowtxt > span:nth-child(70) {
  animation-delay: 6.9s !important;
}

.anim_flowtxt > span:nth-child(71) {
  animation-delay: 7s !important;
}

.anim_flowtxt > span:nth-child(72) {
  animation-delay: 7.1s !important;
}

.anim_flowtxt > span:nth-child(73) {
  animation-delay: 7.2s !important;
}

.anim_flowtxt > span:nth-child(74) {
  animation-delay: 7.3s !important;
}

.anim_flowtxt > span:nth-child(75) {
  animation-delay: 7.4s !important;
}

.anim_flowtxt > span:nth-child(76) {
  animation-delay: 7.5s !important;
}

.anim_flowtxt > span:nth-child(77) {
  animation-delay: 7.6s !important;
}

.anim_flowtxt > span:nth-child(78) {
  animation-delay: 7.7s !important;
}

.anim_flowtxt > span:nth-child(79) {
  animation-delay: 7.8s !important;
}

.anim_flowtxt > span:nth-child(80) {
  animation-delay: 7.9s !important;
}

.anim_flowtxt > span:nth-child(81) {
  animation-delay: 8s !important;
}

.anim_flowtxt > span:nth-child(82) {
  animation-delay: 8.1s !important;
}

.anim_flowtxt > span:nth-child(83) {
  animation-delay: 8.2s !important;
}

.anim_flowtxt > span:nth-child(84) {
  animation-delay: 8.3s !important;
}

.anim_flowtxt > span:nth-child(85) {
  animation-delay: 8.4s !important;
}

.anim_flowtxt > span:nth-child(86) {
  animation-delay: 8.5s !important;
}

.anim_flowtxt > span:nth-child(87) {
  animation-delay: 8.6s !important;
}

.anim_flowtxt > span:nth-child(88) {
  animation-delay: 8.7s !important;
}

.anim_flowtxt > span:nth-child(89) {
  animation-delay: 8.8s !important;
}

.anim_flowtxt > span:nth-child(90) {
  animation-delay: 8.9s !important;
}

.anim_flowtxt > span:nth-child(91) {
  animation-delay: 9s !important;
}

.anim_flowtxt > span:nth-child(92) {
  animation-delay: 9.1s !important;
}

.anim_flowtxt > span:nth-child(93) {
  animation-delay: 9.2s !important;
}

.anim_flowtxt > span:nth-child(94) {
  animation-delay: 9.3s !important;
}

.anim_flowtxt > span:nth-child(95) {
  animation-delay: 9.4s !important;
}

.anim_flowtxt > span:nth-child(96) {
  animation-delay: 9.5s !important;
}

.anim_flowtxt > span:nth-child(97) {
  animation-delay: 9.6s !important;
}

.anim_flowtxt > span:nth-child(98) {
  animation-delay: 9.7s !important;
}

.anim_flowtxt > span:nth-child(99) {
  animation-delay: 9.8s !important;
}

.anim_flowtxt > span:nth-child(100) {
  animation-delay: 9.9s !important;
}

.started .anim_flowtxt > span {
  animation: flowTxt 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

/* 下からふわっと */
.fade_b {
  opacity: 0;
}

.fade_b.started,
.started .fade_b {
  animation: fadeIn_b 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

.delay01 {
  animation-delay: 0.1s !important;
}

.delay02 {
  animation-delay: 0.2s !important;
}

.delay03 {
  animation-delay: 0.3s !important;
}

.delay04 {
  animation-delay: 0.4s !important;
}

.delay05 {
  animation-delay: 0.5s !important;
}

.delay06 {
  animation-delay: 0.6s !important;
}

.delay07 {
  animation-delay: 0.7s !important;
}

.delay08 {
  animation-delay: 0.8s !important;
}

.delay09 {
  animation-delay: 0.9s !important;
}

.delay10 {
  animation-delay: 1s !important;
}

.delay11 {
  animation-delay: 1.1s !important;
}

.delay12 {
  animation-delay: 1.2s !important;
}

.delay13 {
  animation-delay: 1.3s !important;
}

.delay14 {
  animation-delay: 1.4s !important;
}

@keyframes fadeIn_b {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade {
  opacity: 0;
}

.fade.started,
.started .fade {
  animation: fadeIn 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 縮小 */
.shrink {
  overflow: hidden;
}

.shrink img,
img.shrink {
  opacity: 0;
}

.shrink.started img,
.started .shrink img,
.started img.shrink {
  animation: Shrink 1.5s ease forwards;
}

@keyframes Shrink {
  0% {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

@keyframes fedeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes flowTxt {
  0% {
    opacity: 0;
    transform: translateX(-25px);
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.modal {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}

.modal_bg {
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 760px;
  display: flex;
  justify-content: center;
}

.modal_main {
  height: 100%;
  padding: 0;
  max-height: 100%;
  overflow-y: scroll;
  z-index: 9999;
}

.modal_main::-webkit-scrollbar {
  display: none;
}

.modal_close {
  background: #4062bb;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 10px;
  top: -50px;
  border-radius: 50%;
  z-index: 99999;
  cursor: pointer;
}

.modal_close > span::before,
.modal_close > span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 19px;
  margin: auto;
  bottom: 0;
  width: 2px;
  height: 20px;
  background: #fff;
}

.modal_close > span::before {
  transform: rotate(-45deg);
}

.modal_close > span::after {
  transform: rotate(45deg);
}

.modal_closetxt {
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.modal_closetxt > span {
  position: relative;
  font-size: 1.3rem;
  padding-left: 15px;
  cursor: pointer;
}

.modal_closetxt > span::before,
.modal_closetxt > span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  width: 2px;
  height: 12px;
  background: #fff;
}

.modal_closetxt > span::before {
  transform: rotate(-45deg);
}

.modal_closetxt > span::after {
  transform: rotate(45deg);
}

.modal.is_open {
  opacity: 1;
  visibility: visible;
}

.modal.is_absolute {
  height: 100%;
  position: absolute;
}

.modal.is_absolute .modal01_bg {
  height: 100%;
}

.modal.is_absolute .modal01_inner {
  max-height: inherit;
  left: 0;
  right: 0;
  margin: auto;
  transform: inherit;
  background: none;
  height: auto;
}

.modal.is_absolute .modal01_main {
  height: auto;
  overflow-y: inherit;
  max-height: inherit;
  background: #fff;
}
