/* ========= Enter Your CSS ========== */

html, body {
  font-family: 'Noto Sans JP', Noto Sans JP, YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",
    メイリオ, Meiryo, sans-serif;
}

h4 {
  margin-bottom: 10px;
}
.mainmenu-area {
  z-index: 99;
}

.site-logo .logo-text a {
  padding: 0;
}

.primary-menu ul.navbar-nav li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.primary-menu ul.navbar-nav li:last-child a {
  padding-right: 0;
}

.header-area {
  padding-top: 0;
  padding-bottom: 0;
}

.section-padding-top {
  padding-top: 30px;
}

.section-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-title {
  margin-bottom: 35px;
}

.action-text-box .title {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 12px;
}

.service-box .title {
  font-weight: bold;
}

.service-box:hover .service-image img.hover-none {
  transform: none;
}

@media screen and (min-width:990px) {
  .area-padding {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width:991px) {
  .action-text-box .desc {
    margin-bottom: 0;
  }
  figure.action-image {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 8px;
  }
  figure.action-image img {
    max-height: 300px;
  }
}


@media screen and (min-width:766px) {
  .service-box {
    margin-bottom: 45px;
  }
}

/**
* top
**/
#top {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
  padding-top: 70px;
}
#top:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 280px 100vw 0 0;
  border-color: transparent #086BDD transparent transparent;
}
#top.top-orange:after {
  border-color: transparent #FF8738 transparent transparent;
}
@media screen and (max-width:991px) {
  #top:after {
    border-width: 180px 100vw 0 0;
  }
}
@media screen and (max-width:767px) {
  #top:after {
    border-width: 170px 100vw 0 0;
  }
}

#top #img-box {
  margin: 0 auto;
  max-width: 700px;
}

#top_header {
  text-align: left
}
#top_header h1 {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
  padding: 0;
}
#top_header p.free {
  font-size: 17px;
  margin-left: 10px
}
#top_header .btn_area {
  margin-top: 39px
}
#top_header .btn_area .btn {
  width: 204px
}
#top_header .btn_area .btn+.btn {
  margin-left: 8px
}
#top_header img {
    height: auto;
    max-width: 100%;
}
#img-box {
  margin: 0 auto;
}

@media screen and (max-width:991px) {
  #top {
    padding-top: 48px;
    padding-bottom: 15px;
  }
  #top_header h1 {
    font-size: 43px;
    margin-bottom: 14px;
  }
  #top #img-box {
    margin-top: 30px;
  }
  #top_header p.free {
    font-size: 14px;
    margin-bottom: 18px;
  }

  #top_header .btn_area {
    margin-top: 16px;
  }

  #top_header .btn_area .btn {
    width: 159px;
  }
}

@media screen and (max-width:767px) {
  #top {
    padding-top: 0;
  }

  #top_header {
    display: block;
    left: 0;
    position: relative;
    width: 100%
  }
  #top_header h1 {
    font-size: 36px;
    margin-top: 0;
    padding-top: 48px;
    text-align: center;
  }
  #top_header p.free {
    font-size: 15px;
    margin: 10px auto 0;
    width: auto;
    text-align: center;
  }
  #top_header .btn_area {
    margin: 20px auto 0;
    width: 74.866%
  }
  #top_header .btn_area .btn {
    max-width: 100%;
    width: 100%
  }
  #top_header .btn_area .btn+.btn {
    margin-left: 0
  }
}

/***
* customers
**/
#customer-slider {
  animation: bg-slider 46s linear infinite;
  background: url(images/customers.png) repeat-x 50%;
  background-size: auto 140px;
  height: 140px;
  width: 100%;
  margin-bottom: 30px;
}

#customer-section .section-title .title {
  line-height: 42px;
}
.section-title .title {
  font-weight: bold;
}
.section-title .title span {
  color: #000;
}

@media screen and (max-width:767px) {
  #customer-slider {
    background-size: auto 100px;
    margin-bottom: 0px;
  }
}

@keyframes bg-slider {
  0% {background-position:0 0}
  to {background-position:-3389px 0}
}

/***
* about
**/
#about-section .section-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width:600px) {
  #about-section .section-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:992px) {
  #about-section .section-wrapper {
    text-align: left;
  }
}
#about-section .container, .bg-white-container {
  background-color: #fff;
  border-radius: 12px;
}


/**
* merit
**/
#merit .service-box img {
  max-width: 64px;
  margin-bottom: 15px;
}

@media screen and (max-width:991px) {
  #merit .service-box img {
    margin-bottom: 7px;
  }
}

@media screen and (max-width:767px) {
  #merit .service-box {
    margin-bottom: 45px;
  }

}

/**
* merit2
**/
/* #merit2 .service-box img {
  max-width: 64px;
  margin-bottom: 15px;
} */

@media screen and (max-width:991px) {
  #merit2 .service-box img {
    margin-bottom: 7px;
  }
}

@media screen and (max-width:767px) {
  #merit2 .service-box {
    margin-bottom: 45px;
  }

}

/**
* business
**/
#business h4.title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 5px;
}
#business .sub-title {
  font-weight: bold;
  margin-bottom: 10px;
}

/***
* voice
**/

.testimonial-box {
  background-color: transparent;
}
.testimonial-box .testimonial-image {
  margin-right: 10px;
  width: 90px;
  height: 90px;
}

#results #result-list li .results_img {
  height: 230px;
  overflow: hidden;
  width: 100%;
}
.slick-dots li {
  margin-top: 5px;
}

.testimonial-box {
  padding-top: 10px;
  padding-bottom: 10px;
}
.team-box {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.team-box .name {
  font-weight: bold;
}

/***
* timeline
**/
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 0 0 15px;
  padding-left: 20px;
}
ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

.media-list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mediaList_item {
  max-width: calc(100% / 5);
  padding: 0 10px;
  text-align: center;
}
#prize-section .mediaList_item {
  max-width: calc(100% / 4);
  padding: 0 10px;
  text-align: center;
}

@media screen and (max-width:767px) {
  .mediaList_item {
    max-width: calc(100% / 3);
    padding: 0 10px;
    text-align: center;
  }
  #prize-section .mediaList_item {
    max-width: calc(100% / 2);
    margin-bottom: 25px;
  }
}


/**
* Form
**/
.form-section .btn {
  max-width: 200px;
}

/**
* Footer
**/
.footer-top {
  padding-top: 60px;
  padding-bottom: 30px;
}
.footer-widget .widget-title {
  margin-bottom: 10px;
}
.footer-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
}



/***
* Modal
**/
.modal .btn {
  padding: 6px 12px;
}
.modal-footer {
  padding: 8px;
}
.modal-voice-image {
  margin-left: 30px;
  margin-bottom: 20px;
  max-width: 40%;
}
.voice-role {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width:991px) {
  .modal-voice-image {
    max-width: 45%;
  }
}

@media screen and (max-width:767px) {
  .modal-voice-image {
    float: none !important;
    margin: 0 auto 20px;
    max-width: 50%;
  }
}

/**
* Form
**/
.modal-form p {
  font-size: 14px;
  line-height: 1.5em;
}
form small.form-text {
  line-height: 1.4em;
}
.form-control {
  min-height: unset;
  padding-left: 10px;
  padding-right: 10px;
}
.col-form-label {
  text-align: right;
}

@media screen and (max-width:767px) {
  .col-form-label {
    text-align: left;
  }
}


/**
* general
**/
.btn {
  font-family: 'Poppins', sans-serif;
  border-radius: 100px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 20px;
  max-width: 240px;
  padding: 12px;
  text-align: center;
  text-decoration: none!important;
  width: 100%;
}

.btn:hover {
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .14);
  transform: translateY(-1px)
}
.btn_hover, .btn_hover img {
  display: block
}

.btn_green {
  background: #4CB648;
  color: #fff!important;
  font-weight: 700;
}
.btn_green:hover {
  background: #59e39b;
  color: #fff
}
.btn_blue {
  background: #0764CE;
  color: #fff !important;
  font-weight: 700;
}
.btn_blue:hover {
  background: #3558F7;
  color: #fff
}

.btn_white {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #4c4c4c;
  font-weight: 700;
}
.btn_white:hover {
  color: #5b5b5b;
  filter: brightness(110%)
}

.section-title-border {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  padding:0.25em 0.75em;
  display: inline-block;
}

.section-title-border:before, .section-title-border:after {
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.section-title-border:before {
  border-left: solid 5px #0728C2;
  border-top: solid 5px #0728C2;
  top:0;
  left: 0;
}

.section-title-border.border-orange:before {
  border-left: solid 5px #FF9319;
  border-top: solid 5px #FF9319;
}

.section-title-border:after {
  border-right: solid 5px #0728C2;
  border-bottom: solid 5px #0728C2;
  bottom:0;
  right: 0;
}
.section-title-border.border-orange:after {
  border-right: solid 5px #FF9319;
  border-bottom: solid 5px #FF9319;
}

.section-title-border.border-green:before {
  border-left: solid 5px #6CAC3A;
  border-top: solid 5px #6CAC3A;
}

.section-title-border.border-green:after {
  border-right: solid 5px #6CAC3A;
  border-bottom: solid 5px #6CAC3A;

}

.section-sub-title {
  font-weight: bold;
}
@media screen and (min-width:766px) {
  .section-sub-title:first-letter {
    font-size: 1.6em;
    color: #0728C2;
    font-weight: bold;
  }
}

@media screen and (max-width:991px) {

}

@media screen and (max-width:767px) {
  .for-pc {
    display: none
  }
  .mobile-mini {
    font-size: 0.9em;
  }
}
@media screen and (min-width:766px) {
  .for-mobile {
    display: none;
  }
}
@media screen and (max-width:499px) {
  .for-pc-from-mini {
    display: none;
  }
}
@media screen and (min-width:500px) {
  .for-mobile-mini {
    display: none;
  }
}
.price-section p {
  font-size: 24px;
}
.price-section p.note {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.5
}
.price-section .price {
  color: #F98100;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 1.8px;
}

.must {
    color: #DC0A0A;
    position: relative;
    top: -6px;
    left: 0;
    font-size: 70%;
}

.checkmark {
  position: relative;
  padding-left: 2.2em;
  line-height: 2.2;
  font-size: 1.4rem;
}
.checkmark:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 2em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: -25px;/*アイコンの位置*/
  color: #F98100; /*アイコン色*/
}
.check-blue:before {
  color: #090284; /*アイコン色*/
}

.check-orange:before {
  color: #F98100; /*アイコン色*/
}

@media screen and (max-width:767px) {
  .price-table th {
    font-size: 14px;
  }
}

.youtube-movie {
  position: relative;
  text-align: center;
  max-width: 100%;
  padding-top: 56.25%;
}

.youtube-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.dark-bg p.color-white, .dark-bg p.color-white a {color: #fff;}
.dark-bg p.color-white a {text-decoration: underline;}
.dark-bg {background-color: #0656B1;}
.dark-bg2 p.color-white, .dark-bg2 p.color-white a {color: #fff;}
.dark-bg2 p.color-white a {text-decoration: underline;}
.dark-bg2 {background-color: #FEFDF2;}
.dark-orange-bg {background-color: #FF8738;}
.gray-bg {background-color: #F1F3FD;}
.gray-bg2 {background-color: #FEFDF2;}
.gray-bg3 {background-color: #F98100;}
.orange-bg {background-color: #FFEBD6;}
.color-blue {color: #0597F2;}
.color-white {color: #ffffff !important;}
.color-orange {color: #FF8738 !important;}
.bold {font-weight: bold;}
.font18 {font-size: 18px;}
.font20 {font-size: 20px;}
.font22 {font-size: 22px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mb0 {margin-bottom: 0;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb30 {margin-bottom: 30px;}
.pt0 {padding-top: 0;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pb10 {padding-bottom: 10px;}
.pb100 {padding-bottom: 100px;}
.mr20 {margin-right: 20px;}
.ml20 {margin-left: 20px;}
