@charset "utf-8";
/* CSS Document */
.sp-only {
  display: none;
}
body {
  position: absolute;
  top: 0;
}
.header__inner .logo {
  width: 150px;
  margin-top: 20px;
  margin-left: 20px;
}
.header__inner .logo img {
  width: 150px;
}
.hamburger {
  display: block;
  height: 60px;
  margin-left: auto;
  position: fixed;
  z-index: 99;
  width: 90px;
  border: none;
  background-color: #FFF;
  border-radius: 20px;
  right: 20px;
  top: 20px;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger.-active .hamburger__text::before {
  content: "CLOSE";
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  background-color: #1a4b8b;
  transition: .4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #1a4b8b;
  transition: inherit;
}
.hamburger__line:before {
  top: -6px;
}
.hamburger__line:after {
  top: 6px;
}
.hamburger__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.hamburger__text::before {
  content: "MENU";
  text-align: center;
  color: #1a4b8b;
  font-size: 10px;
  font-weight: 900;
}
.header {
  width: 100vw;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 9;
  height: 100vh;
  width: 50vw;
  visibility: hidden;
  padding-top: 60px;
  background-image: url(../images/top/bg-visual.jpg);
  background-repeat: repeat-y;
  background-size: cover;
  transition: .4s;
}
.header__nav-area.-active {
  left: 50%;
  visibility: visible;
}
.global-navigation {
  padding-top: 40px;
  padding-right: 25px;
  padding-bottom: 120px;
  padding-left: 25px;
}
.global-navigation__list > li {
  padding-bottom: 20px;
  border-bottom: 2px solid #FFF;
  list-style: none;
}
.global-navigation__list > li + li {
  margin-top: 20px;
}
.global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  font-weight: 700;
  transition: color .4s;
  font-size: 1rem;
}
.global-navigation__link a {
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  text-decoration: none;
}
.block1 {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  margin: 0;
  display: flex;
  background-color: #1A4B8B;
}
.block1 .logo {
  margin-top: 20px;
  margin-left: 20px;
  width: 150px;position: absolute;z-index: 999;
}
.block1 .logo img {
  width: 100%;
}
.top-nav {
  position: absolute;
  left: 80%;
  top: 75vh;
}
.top-nav ul {}
.top-nav ul li {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.top-nav ul li a {
  color: #0d473e;
}
.top-nav ul li a {
  color: #0d473e;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  text-decoration: none;
}
.top-nav ul li a.link {
  text-decoration: none;
  background-image: linear-gradient(#0d473e, #0d473e);
  background-size: 0 1.2px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all .5s;
}
.top-nav ul li a.link:hover {
  background-size: 100% 1.2px;
}
.main-visual {
  width: 1200px;
  margin: 0px auto;
  padding: 0;
  align-items: flex-end;
  display: flex;
}
.main-visual .human {
  width: 500px;
  float: left;
  position: relative;
  left: -100px;
  bottom: -5px;
}
.main-visual .human img {
  width: 100%;
  height: auto;
}
.main-visual .catchphrase {}
.block_catchphrase {
  width: 700px;
  float: right;
  padding-bottom: 140px;
  position: relative;
  left: -50px;
}
.main-visual .catchphrase img {
  width: 100%;
  height: auto;
}
.main-visual .catchphrase-list {}
.main-visual .catchphrase-list ul {
  text-align: center;
  margin: 50px 0 0 0;
}
.main-visual .catchphrase-list ul li {
  width: 200px;
  display: inline-block;
}
.main-visual .catchphrase-list ul li img {
  width: 100%;
  height: auto;
}

.about {
  width: 1000px;
  margin: 0px auto;
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 80px 0;
}
.about h2 {
  text-align: center;
  padding-top: 0px;
}
.about h2 .en {
  font-family: "Poppins", serif;
  font-size: 6rem;
  display: block;
  color: #1a4b8b;
  font-style: italic;
}
.about h2 .jp {
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 1.2rem;
  color: #2c2d2d;
}
.about .center {
  text-align: center;
}


.about .detail {
  text-align: center;
  margin: 50px 0 0 0;
}
.about_list ul {
  width: 1000px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}
.about_list ul li {
  width: 30%;
  padding: 10px 30px;
  margin: 0;
  list-style: none;
  background: #FFF;
  text-align: center;
}
.about_list_photo {
  width: 100%;
}
.about_list_photo img {
  width: 100%;
}
.about_list_title {font-size: 1.4rem;font-weight: 600;text-align: left;margin: 15px 0;}
.about_list_detail {font-size: .9rem;font-weight: 400;text-align: left;height: 100px;}
.about_list_price {margin: 0px 0 20px 0;text-align: left;}
.price_01 {color: #1a4b8b;font-size: 4rem;font-weight: 800;
    font-style: italic;}
.price_02 {color: #1a4b8b;font-size: 1.2rem;font-weight: 800;
    font-style: italic;}
.about_list_item {
  width: 100%;
}
.about_list_item img {
  width: 100%;
}
.block3 {
  z-index: 2;
  position: relative;
  background: rgb(28, 43, 96);
  background: linear-gradient(90deg, rgba(28, 43, 96, 1) 0%, rgba(33, 92, 152, 1) 35%, rgba(33, 92, 152, 1) 100%);
  
}
.problem-wrap {
  position: relative;
}
.problem {
  width: 800px;
  margin: 0 auto 0px auto;
}
.problem h2 {
  text-align: center;
  padding-top: 100px;
}
.problem h2 .en {
  font-family: "Poppins", serif;
  font-size: 6rem;
  display: block;
  color: #FFF;
  font-style: italic;
}
.problem h2 .jp {
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 1.2rem;
  color: #FFF;
}
.problem__001 {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 800px;
  padding-top: 100px;
}
.problem__001 img {
  width: 100%;
  height: auto;
}
.problem__002 {
  position: relative;
  text-align: center;
  width: 400px;
  margin: 100px auto -523px auto;
}
.problem__002 img {
  width: 100%;
  height: auto;
}
.fukidashi__block__wrap {
  position: relative;
  top: -100px;
}
.fukidashi__block__001 {
  width: 900px;
  margin: 0 auto;
}
.fukidashi__block__002 {
  width: 900px;
  margin: 0 auto;
}
.fukidashi__001, .fukidashi__002 {
  width: 300px;
  float: left;
}
.fukidashi__003, .fukidashi__004 {
  width: 300px;
  float: right;
}
.fukidashi__001 img, .fukidashi__002 img, .fukidashi__003 img, .fukidashi__004 img {
  width: 100%;
  height: auto;
}
.poyon {
  animation: poyon 1.2s infinite;
}
@keyframes poyon {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  50% {
    transform: scale(1.05, 1.05) translate(0%, 0%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}






.block4 {
  position: relative;
  z-index: 0;
  width: 100%;
  background-color: #FFFFFF;
  top: 100px;
    padding-bottom: 100px;
}
.solution {
  padding: 0;
}
.solution h2 {
  text-align: center;
}
.solution h2 .en {
  font-family: "Poppins", serif;
  font-size: 6rem;
  display: block;
  color: #1a4b8b;
  font-style: italic;
}
.solution h2 .jp {
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 1.2rem;
  color: #2c2d2d;
}
.solution-list {
  width: 1100px;
  margin: 80px auto 0 auto;
}
.solution-list ul {
  width: 100%;
}
.solution-list ul li {
  margin-bottom: 50px;
}
.solution-list ul li .detail_left {
  width: 500px;
  float: left;
  padding: 50px 0 0 0;
}
.solution-list ul li .detail_left .number {
  color: #1a4b8b;
  font-size: 6rem;
  font-weight: 700;
  font-style: italic;
  font-family: "Poppins", serif;
}
.solution-list ul li .detail_left .jp {
  color: #202121;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 30px;
  font-family: "Noto Sans JP", serif;
}
.solution-list ul li .detail_left p {
  font-size: 1rem;
  line-height: 2rem;
}
.solution-list ul li .detail_right {
  width: 500px;
  float: right;
  padding: 50px 0 0 0;
}
.solution-list ul li .detail_right .number {
  color: #1a4b8b;
  font-size: 6rem;
  font-weight: 700;
  font-style: italic;
  font-family: "Poppins", serif;
}
.solution-list ul li .detail_right .jp {
  color: #202121;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 30px;
  font-family: "Noto Sans JP", serif;
}
.solution-list ul li .detail_right p {
  font-size: 1rem;
  line-height: 2rem;
}
.solution-list ul li .photo_right {
  width: 500px;
  float: right;
}
.solution-list ul li .photo_right img {
  width: 100%;
  height: auto;
}
.solution-list ul li .photo_left {
  width: 500px;
  float: left;
}
.solution-list ul li .photo_left img {
  width: 100%;
  height: auto;
}
.block5 {
  z-index: 3;
  position: relative;
  background: rgb(28, 43, 96);
  background: linear-gradient(90deg, rgba(28, 43, 96, 1) 0%, rgba(33, 92, 152, 1) 35%, rgba(33, 92, 152, 1) 100%);
  /*bottom: 300px;
  margin-bottom: -300px;*/
  padding: 80px 0;
    margin-top: 100px;
}



.plan {
  width: 1000px;
  margin: 0 auto 0px auto;
  background-color: #FFFFFF;
  border-radius: 30px;
  padding-bottom: 50px;
}
.plan h2 {
  text-align: center;
  padding-top: 30px;
}
.plan h2 .en {
  font-family: "Poppins", serif;
  font-size: 6rem;
  display: block;
  color: #1a4b8b;
  font-style: italic;
}
.plan h2 .jp {
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 1.2rem;
  color: #2c2d2d;
}
.plan .center {
  text-align: center;
}
.zero {
  width: 400px;
  margin: 50px auto 15px auto;
  background-color: #1A4B8B;
  color: #eae037;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 60px;
  text-align: center;
  display: block;
  padding: 10px 0px;
}
.plan-title {
  width: 400px;
  margin: 30px auto 0px auto;
  background-color: #1A4B8B;
  text-align: center;
  color: #FFF;
  padding: 5px 20px;
}
.plan .price {
  width: 100%;
  float: none;
  text-align: center;
  margin: 0px auto 0 auto;
}
.plan .en {
  color: #1A4B8B;
  font-family: "Poppins", serif;
  font-size: 5.5rem;
  font-weight: 800;
}
.plan .jp {
  color: #1A4B8B;
  font-family: "Noto Sans JP", serif;
  font-size: 2.5rem;
  font-weight: 800;
}
.plan .detail {
  text-align: center;
  font-size: 1rem;
}
.plan-detail {
  width: 900px;
  margin: 80px auto 0 auto;
  background-color: #E7EFF8;
  border-radius: 30px;
  padding: 0px 20px 0 20px;
  height: 350px;
}
.plan-detail .photo {
  width: 400px;
  bottom: 65px;
  float: right;
  position: relative;
  right: -50px;
}
.plan-detail .photo img {
  width: 100%;
  height: auto;
}
.plan-detail .list {
  width: 450px;
  float: left;
}
.plan-detail .list ul {
  margin-top: 20px;
  margin-left: 80px;
}
.plan-detail .list ul li {
  border-bottom: 1px solid #AFAFAF;
  padding: 10px;
  margin-bottom: 15px;
}
.plan-detail .list ul li .item_01 {
  float: left;
  width: auto;
}
.plan-detail .list ul li .item_02 {
  float: right;
  width: 50px;
}
.maru {
  color: #E40003;
  font-weight: 700;
}
.sankaku {
  color: #393939;
  font-weight: 700;
}
.faq {
  width: 1000px;
  margin: 0 auto;
}
.faq h2 {
  text-align: center;
  padding-top: 30px;
}
.faq h2 .en {
  font-family: "Poppins", serif;
  font-size: 6rem;
  display: block;
  color: #1a4b8b;
  font-style: italic;
}
.faq h2 .jp {
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 1.2rem;
  color: #2c2d2d;
}
.faq-list {
  width: 100%;
}
.faq-list ul {
  padding: 80px 0;
}
.faq-list ul li {
  border-bottom: 1px solid #202121;
  padding-bottom: 15px;
}
.qa-block {
  padding: 0;
  display: flex;
  align-items: center;
}
.qa-block .q {
  width: 80px;
  float: left;
  font-size: 2.4rem;
  font-family: "Poppins", serif;
  color: #1a4b8b;
  font-weight: 700;
}
.qa-block .q-title {
  float: left;
  width: 800px;
  color: #1a4b8b;
    font-weight: 700;
  font-size: 1rem;
  flex: 1;
}
.qa-block .a {
  width: 80px;
  float: left;
  font-size: 2.4rem;
  font-family: "Poppins", serif;
  color: #e50a0a;
  font-weight: 700;
}
.qa-block .a-detail {
  float: left;
  width: 800px;
  font-size: 1rem;
  flex: 1;
}
.block6 {
  position: relative;
  z-index: 0;
  width: 100%;
  background-color: #FFFFFF;
  top: 0px;
  padding: 80px 0 0 0;
}
.block7 {
  position: relative;
  z-index: 0;
  width: 100%;
  background-color: #f7f9fa;
  top: 0px;
  padding: 80px 0;
}


.block8 {
  z-index: 2;
  position: relative;
  background: rgb(28, 43, 96);
  background: linear-gradient(90deg, rgba(28, 43, 96, 1) 0%, rgba(33, 92, 152, 1) 35%, rgba(33, 92, 152, 1) 100%);
  padding: 100px 0;
}
.flow {
  width: 1000px;
  margin: 0px auto;
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 50px 0;
}

.flow h2 {
  text-align: center;
}
.flow h2 .en {
  font-family: "Poppins", serif;
  font-size: 6rem;
  display: block;
  color: #1a4b8b;
  font-style: italic;
}
.flow h2 .jp {
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 1.2rem;
  color: #2c2d2d;
}


.flow-list {}
.flow-list ul {margin: 60px 0;}
.flow-list ul li{margin-bottom: 50px;}

.flow-list ul li .title_01{
    padding: 15px 0;width: 500px;margin: 0 auto;
        
    background-color: #1A2A5C;
    border-radius: 30px;text-align: center;font-size: 1rem;font-weight: 600; color: #FFF;
}
.flow-list ul li .title_02{
    padding: 15px 0;width: 500px;margin: 0 auto;
        
    background-color: #1f5890;
    border-radius: 30px;text-align: center;font-size: 1rem;font-weight: 600; color: #FFF;
}
.flow-list ul li .title_03{
    padding: 15px 0;width: 500px;margin: 0 auto;
        
    background-color: #3f99d3;
    border-radius: 30px;text-align: center;font-size: 1rem;font-weight: 600; color: #FFF;
}

.flow-list ul li .flow-list_detail {text-align: center;margin: 30px 0;}
.flow-list ul li .icon {width: 40px;margin: 0 auto;}
.flow-list ul li .icon img{width: 100%;height: auto;}



.company {
  width: 1000px;
  margin: 0px auto;
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 0px 0 0 0;
}

.company h2 {
  text-align: center;
}
.company h2 .en {
  font-family: "Poppins", serif;
  font-size: 6rem;
  display: block;
  color: #1a4b8b;
  font-style: italic;
}
.company h2 .jp {
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 1.2rem;
  color: #2c2d2d;
}

.company-list {width: 1000px;margin: 50px auto 0 auto;}
.company-list img {width: 100%;height: auto;}
.contact {
  width: 1000px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 25px 50px;
}
.contact h2 {
  text-align: center;
  padding-top: 30px;
}
.contact h2 .en {
  font-family: "Poppins", serif;
  font-size: 6rem;
  display: block;
  color: #1a4b8b;
  font-style: italic;
}
.contact h2 .jp {
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 1.2rem;
  color: #2c2d2d;
}
.contact-detail {
  font-size: 1rem;text-align: center;
}
.tel {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Poppins", serif;
  margin: 25px 0 0 0;
}
.link_btn {
  width: 200px;
  font-weight: 600;
}
.main_imgBox {
  width: 100%;
  height: 900px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.main_imgM {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite;
}
.main_imgM:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.main_imgM:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.main_imgM:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.main_imgM:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.main_imgM:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0
  }
}
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0
  }
}
.slider {
  padding-top: 0px;
  width: 100%;
  text-align: center;
  background: linear-gradient(90deg, rgba(28, 43, 96, 1) 0%, rgba(33, 92, 152, 1) 35%, rgba(33, 92, 152, 1) 100%);
}
.slider img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.btn {
    text-align: center;
margin-bottom: 50px;}
.btn a {
    text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #1a4b8b;
  padding: 18px 60px;
  border-radius: 30px;
  transition: .3s;
}
.btn a:hover {
  background: #2e6db6;
}

.sns_inner {width: 930px;margin: 0 auto 100px auto;}
.sns_inner img {width: 100%;height: auto;}

.block1:before, .block2:before, .block3:before, .block4:before, .block5:before, .block6:before, .block-nav:after, .block-nav_links:after, .block-nav_links .intro:before, .main-visual:after, .catchphrase-list:before, .fukidashi__block__001:after, .fukidashi__block__002:after, .fukidashi__block__wrap:after, .solution-list ul li:after, .problem-wrap:after, .problem:after, .zero:before, .plan-detail:after, .qa-block:after, .qa-block ul li:after, .faq-list:before, .faq-list ul:before, .plan-detail .list ul li:after, .center:before {
  content: "";
  clear: both;
  display: block;
}