@charset "utf-8";


/*---------------------------------------------*/
/* common */
/*---------------------------------------------*/

body {
  font: 500 18px/1.8 Lato, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #212121;
  overflow: hidden;
}

@media (max-width: 767px) {
  body {
    font: 500 16px/1.8 Lato, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  }
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.module-title {
  font-size: 36px;
  color: #212121;
}

@media (max-width: 767px) {
  .module-title {
    font-size: 24px;
  }
}

.bg-stripe {
  background: -webkit-repeating-linear-gradient(-45deg, #f6f0e0 0, #f6f0e0 20px, #fbf8f0 20px, #fbf8f0 8px);
  background: -o-repeating-linear-gradient(-45deg, #f6f0e0 0, #f6f0e0 20px, #fbf8f0 20px, #fbf8f0 8px);
  background: repeating-linear-gradient(-45deg, #f6f0e0 0, #f6f0e0 4px, #fbf8f0 4px, #fbf8f0 8px);
  background-attachment: fixed;
}

.bg-navy {
  background: #232F3E;
}

.text-white {
  color: #fff;
}

.text-gold {
  color: #CEAF59;
}

.text-orange {
  color: #FF9D00;
}

.text-dot span {
  position: relative;
  color: #CEAF59;
}

.text-dot span:before {
  display: block;
  content: "";
  position: absolute;
  background: #fff;
  top: -8px;
  left: 15px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .text-dot span:before {
    top: -7px;
    left: 10px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/*---------------------------------------------*/
/* navigation */
/*---------------------------------------------*/

#header-logo-area {
  transition: .2s;
}

#header-logo-area .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#header-logo-area .row:before,
#header-logo-area .row:after,
.navbar-custom .navbar-collapse:before,
.navbar-custom .navbar-collapse:after,
.navbar-custom .nav:before,
.navbar-custom .nav:after {
  position: absolute;
}

/*
 */

.navbar-nav {
  float: none;
}

.navbar-transparent #header-logo-area {
  height: 136px;
  transition: .2s;
  padding: 0;
}

.navbar-scroll {
  height: 0px;
}

.navbar-custom .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar-custom .navbar-brand2 {
  float: left;
  font-size: 18px;
  line-height: 25px;
  margin: 5px 10px 0 15px;
}

.navbar-navmenu {
  float: right;
}

.navbar-custom .nav li>a {
  color: #212121;
  font-weight: bold;
  padding: 21px 10px 17px;
}

.navbar-transparent .navbar-collapse {
  background: #ddd;
}

@media (max-width: 1200px) {
  .navbar-transparent #header-logo-area {
    height: 120px;
  }

  #uhuru-headlogo img {
    width: 92px;
  }

  .navbar-custom .navbar-brand2 br {
    display: none;
  }

  .navbar-custom .navbar-brand2 {
    margin: 15px 10px 0 15px;
  }
}

@media (max-width: 992px) {
  .navbar-custom .nav li>a {
    font-size: 1.4vw;
  }
}

@media (min-width: 768px) {
  .navbar-transparent .navbar-collapse.collapse {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width:1240px; ) {
  .navbar-custom .nav {
    font-size: 14px;
  }
}

/*
 */

@media (max-width: 767px) {
  #header-logo-area {
    display: none;
  }
}

.navbar .container-fruid .row {
  margin-right: 0;
  margin-left: 0;
}

.navbar-brand {
  float: none;
  height: auto;
}

.navbar-custom .navbar-brand {
  text-align: center;
  margin: 15px 0 0 33px;
  font-size: 30px;
}

@media (max-width: 1200px) {
  .navbar-custom .navbar-brand {
    font-size: 2.7vw;
    margin: 15px 0 0 0;
  }
}

.navbar-brand ul {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
}

.navbar-brand ul li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 1.2vw;
  font-weight: bold;
  color: #212121;
}

.navbar-brand ul li:last-child {
  margin: 0;
}

.navbar-brand ul li a {
  color: #212121;
}

.navbar-custom .nav li:last-child {
  margin: 0 0 0 15px;
}

@media (max-width: 1200px) {
  .navbar-custom .nav li:last-child {
    margin: 0 0 0 10px;
  }
}

@media (max-width: 992px) {
  .navbar-brand ul {
    margin: 2% 0 0 0;
  }

  .navbar-brand ul li {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}

@media (max-width: 767px) {
  .navbar-custom .navbar-brand3 {
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 14px;
    padding: 0 0 0 60px;
    text-align: left;
    line-height: 20px;
  }
}

.navbar-contact a {
  width: 180px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 136px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #91b122;
  transition: .2s;
}

.navbar-contact a:hover {
  background: #b3c966;
  transition: .2s;
}

.navbar-contact img {
  width: 46px;
  padding: 0 0 10px 0;
}

@media (max-width: 1200px) {
  .navbar-contact a {
    width: 16.5vw;
    height: 120px;
    font-size: 14px;
  }

  .navbar-contact img {
    padding: 0 0 12px 0;
  }
}

@media (max-width: 767px) {
  .navbar-contact {
    display: none;
  }
}


.navbar-custom .nav li>a.color-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 180px;
  height: 60px;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  border-radius: 0;
}

.navbar-custom .nav li>a.color-btn img {
  width: 24px;
  margin: 0 8px 0 0;
}

@media (max-width: 1200px) {
  .navbar-custom .nav li>a.color-btn {
    width: 16.5vw;
    font-size: 1.4vw;
  }
}

@media (max-width: 767px) {
  .navbar-custom .nav li>a.color-btn {
    width: 200px;
    font-size: 18px;
    border-radius: 5px;
    background: #91b122;
    margin: 30px auto 0;
    padding: 10px 0 12px;
    color: #fff;
    transition: .2s;
  }

  .navbar-custom .nav li>a.color-btn:hover {
    color: #fff;
    background: #b3c966 !important;
    transition: .2s;
  }
}

.navbar-spaws {
  display: none;
}

/* SP nav */
@media (max-width: 767px) {
  .navbar-fixed-top .navbar-collapse {
    height: 100vh;
    max-height: 100vh;
    background: #fff;
    padding: 0 15px;
  }

  .navbar-custom li a {
    border-bottom: 0 !important;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 30px;
  }

  .navbar-custom .nav li>a {
    font-size: 18px;
    padding: 4% 0;
  }

  .navbar-custom .navbar-nav {
    background: #fff;
    text-align: center;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .navbar-spaws {
    display: block;
    margin: 60px 20px 0;
    text-align: center;
  }
}

/*---------------------------------------------*/
/* main visual */
/*---------------------------------------------*/

.home-obi {
  padding: 136px 0 0 0;
  margin: 0;
  background: #232F3E;
  line-height: 64px;
}

.home-obi-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1090px;
  margin: 0 auto;
}

.home-obi-p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.home-obi a {
  color: #fff;
  text-decoration: underline;
}

.home-obi a:hover {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .home-obi {
    padding: 120px 0 0 0;
  }

  .home-obi-wrapper {
    font-size: 0.7em;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .home-obi {
    font-size: 10px;
    padding: 70px 0 10px 0;
    line-height: unset;
  }

  .home-obi-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.home-section {
  position: relative;
  background-color: #F8F3E6;
  background-size: 750px;
  background-position: 95% bottom;
}

@media (max-width: 767px) {
  .home-section {
    height: 600px;
    max-height: 600px;
  }
}

.caption-content {
  position: relative;
  vertical-align: top;
  text-align: left;
}

.caption-content .container {
  height: 100%;
  max-width: 1090px;
  background: url(../images/main_bg.png) 100% 48% no-repeat;
  background-size: 60%;
  /*サイズ変更@0401_kuroda*/
  height: 100%;
}

@media (max-width: 767px) {
  .caption-content .container {
    background: url(../images/main_bg.png) 100% 210px no-repeat;
    background-size: 100%;
    text-align: center;
  }
}

.titan-title-size-4 {
  color: #232F3E;
  font-size: 42px;
  line-height: 1.4em;
  margin: 30px auto 10px;
  max-width: 1090px;
}

.titan-title-size-4 span {
  font-size: 3vw;
}

.titan-title-size-3 {
  color: #232F3E;
  line-height: 1.5em;
  font-size: 26px;
  max-width: 1090px;
  margin: 0 auto;
}

.titan-title-size-4 span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding: 0 20px;
  margin: 0 auto 10px;
  border: 2px solid #232F3E;
  line-height: 50px;
  border-radius: 25px;
}

.titan-title-size-4 span:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -12px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #232F3E;
  z-index: 5;
}

.titan-title-size-4 span:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0px;
  bottom: -9px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9px solid #F8F3E6;
  z-index: 10;
}

@media(max-width: 1200px) {
  .titan-title-size-4 span {
    font-size: 16px;
    line-height: 40px;
    border-radius: 23px;
  }
}

@media (max-width: 767px) {
  .titan-title-size-4 {
    text-align: center;
    font-size: 24px;
    margin: 30px auto 18px;
    max-width: 100%;
  }

  .titan-title-size-4 span {
    font-size: 12px;
    line-height: 30px;
    border-radius: 20px;
  }

  .titan-title-size-3 {
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #91b122;
    border-radius: 20px;
    display: inline-block;
    padding: 7px 12px;
    max-width: 100%;
  }
}

.home-contact a {
  display: block;
  width: 240px;
  height: 240px;
  font-size: 10px;
  padding: 20px 0 0;
  text-align: center;
  font-weight: bold;
  color: #000;
}

.home-contact a:hover {
  margin: -8px 0 0;
}

@media (max-width: 767px) {
  .home-contact a {
    width: 140px;
    height: 140px;
    margin: 80px 0 0 auto;
  }

  .home-contact a:hover {
    margin: 80px 0 0 auto;
  }
}

@media (max-width: 320px) {

  .home-contact a,
  .home-contact a:hover {
    margin: 180px auto 0;
  }
}

.home-detail {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 25px 20px 10px;
  max-width: 1090px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(206, 175, 89, 0.3);
}

@media (max-width: 767px) {
  .home-detail {
    position: relative;
    top: -10px;
    max-width: 90%;
  }
}

/* iPhone 11 Pro Max */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .home-detail {
    position: relative;
    top: -60px;
    max-width: 90%;
  }
}

/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .home-detail {
    position: relative;
    top: -60px;
    max-width: 90%;
  }
}

/* iPhone 11 Pro, iPhone X and iPhone Xs */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .home-detail {
    position: relative;
    top: -60px;
    max-width: 90%;
  }
}

@media (max-width: 320px) {
  .home-detail {
    position: relative;
    top: -10px;
    max-width: 90%;
  }
}


.home-title {
  font-size: 24px;
  line-height: 48px;
}

@media (max-width: 767px) {
  .home-title {
    font-size: 18px;
    line-height: 36px;
  }
}

.home-title img {
  width: 48px;
  margin: 0 15px 0 0;
}

@media (max-width: 767px) {
  .home-title img {
    width: 36px;
    margin: 0 15px 0 0;
  }

  .home-text {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
  }
}

.home-hook {
  position: relative;
}

.home-hook span {
  display: inline-block;
  position: absolute;
  top: -100px;
  width: 10px;
  height: 10px;
}

/*---------------------------------------------*/
/* question */
/*---------------------------------------------*/

.question {
  position: relative;
}

.module-medium.question {
  padding: 240px 0 100px;
}

.question .module-title {
  margin: 30px auto 74px;
}

@media (max-width: 767px) {
  .module-medium.question {
    padding: 60px 0 80px;
  }
}

.question-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 40px;
}

@media (max-width: 992px) {
  .question-cols {
    margin: 0 auto;
  }
}

.question-cols.cols_under {
  justify-content: center;
  margin: 0 auto;
}

.question-cols .col-md-4 {
  font-size: 22px;
  line-height: 1.8em;
  font-weight: bold;
  width: 28%;
  height: 200px;
  border-radius: 10px;
  padding: 25px 30px 35px;
}

@media (max-width: 1200px) {
  .question-cols .col-md-4 {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .question-cols .col-md-4 {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto 20px;
    padding: 25px 30px 25px;
  }
}

.question-cols.cols_under .col-md-4 {
  margin: 0 2.5%;
}

@media (max-width: 992px) {
  .question-cols.cols_under .col-md-4 {
    margin: 0 auto 20px;
  }
}

.question-cols div:nth-of-type(1) {
  background: #FBF8F0 url(../images/question-1.png) right bottom / 100px 100px no-repeat;
}

.question-cols div:nth-of-type(2) {
  background: #FBF8F0 url(../images/question-2.png) right bottom / 100px 100px no-repeat;
}

.question-cols div:nth-of-type(3) {
  background: #FBF8F0 url(../images/question-3.png) right bottom / 100px 100px no-repeat;
}

.question-cols.cols_under div:nth-of-type(1) {
  background: #FBF8F0 url(../images/question-4.png) right bottom / 100px 100px no-repeat;
}

.question-cols.cols_under div:nth-of-type(2) {
  background: #FBF8F0 url(../images/question-5.png) right bottom / 100px 100px no-repeat;
}

@media (max-width: 767px) {
  .question-cols div:nth-of-type(1) {
    background: #FBF8F0 url(../images/question-1.png) right bottom / 64px 64px no-repeat;
  }

  .question-cols div:nth-of-type(2) {
    background: #FBF8F0 url(../images/question-2.png) left bottom / 64px 64px no-repeat;
  }

  .question-cols div:nth-of-type(3) {
    background: #FBF8F0 url(../images/question-3.png) right bottom / 64px 64px no-repeat;
  }

  .question-cols.cols_under div:nth-of-type(1) {
    background: #FBF8F0 url(../images/question-4.png) left bottom / 64px 64px no-repeat;
  }

  .question-cols.cols_under div:nth-of-type(2) {
    background: #FBF8F0 url(../images/question-5.png) right bottom / 64px 64px no-repeat;
  }
}

.question:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 50px 50px 0 50px;
}

@media (max-width: 767px) {
  .question:after {
    bottom: -40px;
    border-width: 40px 40px 0 40px;
  }
}

/*---------------------------------------------*/
/* bg-answer */
/*---------------------------------------------*/

.bg-answer .module-title {
  margin: 0 auto 60px;
}

@media (max-width: 767px) {
  .bg-answer .module-title {
    margin: 40px auto;
  }
}

.answer-box {
  background: #fff;
  margin: 0 auto 40px;
  padding: 50px 30px 30px;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .answer-box div {
    text-align: center;
  }

  .answer-box img {
    max-width: 120px;
  }
}

@media (max-width: 767px) {
  .answer-box {
    padding: 20px;
  }
}

.answer-title {
  font-size: 30px;
  margin: 0 auto 20px;
}

.answer-num {
  color: #CEAF59;
  font-weight: bold;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .answer-title {
    font-size: 24px;
    text-align: center;
  }

  .answer-title+p {
    text-align: left;
  }

  .answer-num {
    margin: -10px auto 0;
  }
}

/*---------------------------------------------*/
/* appeal */
/*---------------------------------------------*/

.module-small.appeal {
  padding: 74px 0 58px;
}

@media (max-width: 767px) {
  .module-small.appeal {
    padding: 60px 0;
  }
}

.appeal .col-md-2 {
  width: 260px;
}

.appeal .col-md-10 {
  width: calc(100% - 260px);
}

.appeal-title {
  position: relative;
  font-size: 24px;
  line-height: 1.8em;
  font-weight: bold;
  color: #CEAF59;
  margin: -12px 0 40px 0;
}

@media (max-width: 992px) {
  .appeal .col-md-2 {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  .appeal .col-md-10 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .appeal .col-md-2 {
    display: flex;
    flex-direction: column-reverse;
  }

  .appeal-title {
    font-size: 20px;
    margin: 0 0 40px;
  }
}

.appeal-text {
  font-size: 18px;
  line-height: 1.8em;
}

@media (max-width: 767px) {
  .appeal-text {
    font-size: 16px;
  }

  .appeal-text p {
    margin: 0;
  }
}

.appeal_img img {
  width: 210px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto 10px 0;
}

.appeal_img a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #212121;
  margin: 0 0 0 22px;
  text-decoration: underline;
}

.appeal_img a:before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: -20px;
  border-left: 10px solid black;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.appeal_img a:hover {
  text-decoration: none;
}

@media (max-width: 992px) {
  .appeal img {
    margin: 8px auto 0;
  }

  .appeal_img {
    width: 200px;
    margin: 0 auto;
  }

  .appeal_img a {
    text-align: left;
    display: block;
    width: fit-content;
    margin: 0 0 40px auto;
  }

  .appeal_img a:before {
    top: 7px;
  }
}

@media (max-width: 767px) {
  .appeal_img {
    width: 100%;
  }

  .appeal_img a {
    text-align: right;
  }

}

.appeal-aws {
  display: none;
}

@media (max-width: 767px) {
  .appeal-aws {
    display: block;
    border: 1px solid #CEAF59;
    padding: 12px 5px 19px 5px;
    margin: 0 auto 10px;
  }

  .appeal-awstext {
    color: #CEAF59;
    font-weight: bold;
    padding-left: 0;
    text-align: left;
  }
}

.appeal .col-md-3 {
  text-align: center;
}

/*---------------------------------------------*/
/* cv label */
/*---------------------------------------------*/


.module-minimum {
  padding: 50px 0 50px;
}

@media (max-width: 767px) {
  .module-minimum {
    padding: 20px 0 50px;
  }
}

.cvlabel-button a {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  width: 200px;
  line-height: 50px;
  border-radius: 5px;
  background: #fff;
  color: #91b122;
  transition: .4s;
}

.cvlabel-button a:hover {
  color: #b3c966;
  transition: .4s;
}

/*---------------------------------------------*/
/* solution */
/*---------------------------------------------*/

.bg-solution {
  position: relative;
  background-size: 20px 20px;
  margin: 0 auto;
}

.bg-solution .module-title {
  margin: 0 auto 60px;
}

@media (max-width: 767px) {
  .bg-solution .module-title {
    margin: 0 auto 40px;
  }
}

.solution-image img {
  margin: 0 auto 70px;
}

@media (max-width: 767px) {
  .solution-image img {
    margin: 0 auto 20px;
  }

  .solution-image {
    margin: 0 auto 50px;
  }
}

.solutionｰguide {
  display: none;
}

@media (max-width: 767px) {
  .solutionｰguide {
    display: block;
    width: auto;
    margin: 0 auto;
    text-align: center;
  }

  .solutionｰguide a {
    color: #231815;
    padding-bottom: 5px;
    border-bottom: 1px solid #231815;
  }

  .solutionｰguide img {
    width: 18px;
    margin: 0 3px 6px 3px;
  }
}

.solution-ex {
  background: #FBF8F0;
  border-radius: 10px;
  padding: 40px 60px 30px;
}

@media (max-width: 767px) {
  .solution-ex {
    padding: 40px 20px 30px;
  }
}

.solution-ex .module-title2 {
  color: #212121;
}

.solution-ex ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.solution-exList li {
  display: flex;
  width: 18.5%;
  height: 60px;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2em;
  margin: 0 0 15px;
  padding: 10px 0;
  background: #fff;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .solution-exList li {
    width: 48%;
  }
}

.solution-description {
  font-weight: bold;
  text-align: center;
  margin: 0 auto 60px;
}

@media (max-width: 767px) {
  .solution-description {
    font-weight: normal;
    text-align: left;
    margin: 0 auto 50px;
  }
}

.solution-hook {
  position: absolute;
  top: -30px;
  left: 0;
  width: 10px;
  height: 10px;
}

/*---------------------------------------------*/
/* plans */
/*---------------------------------------------*/

.plans {
  background: #fbf8f0;
}

.plans-section {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background: #91b122;
}

.plans-section img {
  width: 34px;
  margin: -5px 8px 0 0;
}

.container-fruild .plans-section {
  margin: 0 auto 60px;
}

.plans_pc {
  display: block;
}

.plans_sp {
  display: none;
}

@media (max-width: 992px) {

  .plans_pc {
    display: none;
  }

  .plans_sp {
    display: block;
  }

  .plans-section {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }

  .plans-section img {
    width: 28px;
    margin: -5px 5px 0 0;
  }

  .container-fruild .plans-section {
    width: calc(100% - 30px);
    margin: 0 auto 30px;
  }
}

.plans-col1 {
  max-width: 100%;
  padding: 65px 50px 50px;
  background: #fff;
  text-align: center;
  margin: 0 auto 100px;
}

.plans-row1 img {
  margin: 0 auto 50px;
}

.plans-row1 {
  margin: 0 15px;
  border-bottom: 1px dashed #999;
}

.plans-row2 {
  text-align: left;
  font-weight: bold;
  padding: 0 15px;
  margin: 40px auto 0;
}

@media (max-width: 992px) {
  .plans-col1 {
    max-width: 100%;
    padding: 0;
    margin: 0 auto 40px;
  }

  .plans-row1 {
    margin: 0 15px;
    padding: 30px 0 0;
  }

  .plans-row1 img {
    margin: 0 auto 20px;
  }

  .plans-row2 {
    font-weight: normal;
    padding: 30px 15px;
    margin: 0;
  }
}

.plans-title1 {
  text-align: center;
  font-size: 30px;
  line-height: 2.0em;
  margin: 0 auto 40px;
}

.plans-title {
  text-align: left;
  font-size: 30px;
  line-height: 2.0em;
  margin: 0 auto 40px;
}

.plans-title1 span,
.plans-title span {
  position: relative;
  position: relative;
  display: inline-block;
  height: 1.95em;
  border-bottom: 5px solid #91b122;
}

@media (max-width: 992px) {

  .plans-title1,
  .plans-title {
    text-align: center;
    font-size: 19px;
    margin: 20px auto 35px;
  }

  .plans-title1 span,
  .plans-title span {
    border-bottom: 3px solid #91b122;
  }

  .plans-white2 .plans-title {
    letter-spacing: -0.5px;
  }
}

.plans-lead {
  margin: 0 auto 60px;
  text-align: center;
}

@media (max-width: 992px) {
  .plans-lead {
    margin: 0 auto 40px;
    text-align: left;
  }
}

.plans-white1 {
  position: relative;
  padding: 40px 0;
  margin: 0 auto 80px;
}

.plans-white2 {
  position: relative;
  padding: 40px 0;
}

.plans-white1:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  background: #fff;
  height: 100%;
  width: 60%;
}

.plans-white2:before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  content: "";
  background: #fff;
  height: 100%;
  width: 60%;
}

@media (max-width: 992px) {

  .plans-white1,
  .plans-white2 {
    padding: 0 0 30px;
    margin: 0 auto 60px;
  }

  .plans-white1:before,
  .plans-white2:before {
    top: 100px;
    width: 100%;
    height: calc(100% - 100px);
  }
}

.plans-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.plans-list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
}

.plans-list li:before {
  position: absolute;
  left: 0;
  top: 13px;
  display: block;
  content: "";
  background: #91b122;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .plans-list li:before {
    top: 9px;
  }
}

.plans-image1 {
  position: absolute;
  top: 55px;
  right: -25%;
  max-width: 140%;
}

.plans-image2 {
  position: absolute;
  top: 50px;
  left: -30%;
  max-width: 125%;
}

@media (max-width: 992px) {

  .plans-image1,
  .plans-image2 {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
  }
}

.plansｰguide {
  display: none;
}

@media (max-width: 992px) {
  .plansｰguide {
    display: block;
    width: auto;
    margin: 20px auto 30px;
    text-align: center;
  }

  .plansｰguide a {
    color: #231815;
    padding-bottom: 5px;
    border-bottom: 1px solid #231815;
  }

  .plansｰguide img {
    width: 18px;
    margin: 0 3px 6px 3px;
  }
}


/*---------------------------------------------*/
/* Case studies */
/*---------------------------------------------*/

.module-medium.casestudies {
  position: relative;
  padding: 0 0 0px;
}

@media (max-width: 992px) {
  .module-medium.casestudies {
    padding: 80px 0;
  }
}

.casestudies .module-title {
  text-align: left;
  margin: 100px auto 80px 7.5%;
}

@media (max-width: 992px) {
  .casestudies .module-title {
    text-align: center;
    margin: 0 auto 50px;
  }
}


.casestudies-row {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto 10%;
}

.casestudies2 .casestudies-row {
  margin: 0 auto 10%;
}

.casestudies-title {
  font-size: 24px;
  margin: 10px 0 40px;
}

.casestudies-number {
  font-size: 24px;
  color: #91b122;
  font-weight: bold;
}

@media (min-width: 1400px) {
  .casestudies-row {
    margin: 0 auto 15%;
  }
}

@media (max-width: 992px) {
  .casestudies-number {
    font-size: 16px;
  }

  .casestudies-title {
    font-size: 18px;
    margin: 0;
  }
}

.casestudies-box1 {
  width: 60%;
  padding: 60px 0 60px 5%;
  background: #F8F3E6;
}

.casestudies-box2 {
  width: 40%;
}

.casestudies-number,
.casestudies-title,
.casestudies .plans-list {
  width: 50%;
  margin-left: 5%;
}

.casestudies .plans-list li {
  padding: 0 0 30px 20px;
}

.casestudies-image {
  position: absolute;
  width: 55%;
  max-width: 800px;
  top: -120px;
  right: 5%;
  z-index: 10;
}

.casestudies2 .casestudies-title {
  width: 60%;
}

.casestudies2 .casestudies-image {
  top: 110px;
}

.casestudies_pc {
  display: block;
}

.casestudies_sp {
  display: none;
}

@media (max-width: 992px) {
  .casestudies_pc {
    display: none;
  }

  .casestudies_sp {
    display: block;
  }

  .casestudies-row {
    flex-direction: column;
    margin: 0 auto 60px;
  }

  .casestudies-box1,
  .casestudies-number,
  .casestudies-title,
  .casestudies2 .casestudies-title,
  .casestudies .plans-list {
    width: 100%;
    padding: 0 20px;
    margin-left: 0;
  }

  .casestudies-box2 {
    width: 100%;
  }

  .casestudies .plans-list {
    background: #F8F3E6;
    padding: 40px 20px;
  }

  .casestudies .plans-list li {
    padding: 0 0 0 20px;
  }

  .casestudies-image,
  .casestudies2 .casestudies-image {
    position: relative;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    top: 0;
    right: 0;
    margin: 20px;
    box-sizing: border-box;
    z-index: 0;
  }

  .casestudies-box1,
  .casestudies-box2 {
    padding: 0;
    background: transparent;
  }
}




.casestudies-description {
  font-size: 22px;
  width: 100%;
  margin: 40px 0 0;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 992px) {
  .casestudies-description {
    font-size: 18px;
    text-align: left;
    margin: 20px 0 40px;
  }
}

.casestudies-list .plans-list li {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .bg-casestudies .plans-list {
    position: relative;
    background: #F8F3E6;
    padding: 30px 15px 20px;
  }

  .bg-casestudies .plans-list:before,
  .bg-casestudies .plans-list:after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 100%;
    background: #F8F3E6;
  }

  .bg-casestudies .plans-list:before {
    top: 0;
    left: -15px;
  }

  .bg-casestudies .plans-list:after {
    top: 0;
    right: -15px;
  }
}


.casestudiesｰguide {
  display: none;
}

@media (max-width: 992px) {
  .casestudiesｰguide {
    display: block;
    width: auto;
    margin: 25px auto 30px;
    text-align: center;
  }

  .casestudiesｰguide a {
    color: #231815;
    padding-bottom: 5px;
    border-bottom: 1px solid #231815;
  }

  .casestudiesｰguide img {
    width: 18px;
    margin: 0 3px 6px 3px;
  }
}


/*---------------------------------------------*/
/* voicee */
/*---------------------------------------------*/

.module-medium.voice {
  padding: 100px 0px 0px;
}

.voice_description {
  font-weight: bold;
  margin: 0 auto 40px;
  text-align: center;
}

.module-title small {
  font-size: 100%;
  color: inherit;
  font-weight: bold;
}

@media (max-width: 767px) {
  .module-medium.voice {
    padding: 80px 0px 0px;
  }

  .voice_description {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    margin: 0 auto 40px;
  }

  .module-title small {
    font-size: 18px;
    font-weight: bold;
  }
}

.voice_image {
  margin: 0 auto -114px;
}

.voice .bg-navy {
  padding: 140px 0 20px;
}

.voice .bg-navy .module-title {
  font-size: 30px;
}

@media (max-width: 767px) {
  .voice_image img {
    box-shadow: 0px 3px 15px rgba(206, 175, 89, 0.2);
  }

  .voice .bg-navy {
    padding: 140px 0 60px;
  }

  .voice .module-title {
    margin: 0 0 20px;
  }

  .voice .bg-navy .module-title {
    font-size: 22px;
    margin: 20px auto 0;
  }
}

.customers_voice {
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  padding: 80px 30px 30px;
}

.voice .row {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px;
}

.customers_voice.col-md-6 {
  width: 45%;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .customers_voice {
    padding: 80px 20px 30px;
  }

  .voice .row {
    flex-direction: column;
    margin: 0 auto;
  }

  .customers_voice.col-md-6 {
    width: 100%;
    font-size: 20px;
    margin: 0 auto 30px;
  }
}

p.customers_voice_name {
  margin: 0;
  text-align: right;
}

p.customers_voice_text {
  position: relative;
  margin: 0 auto 40px;
}

.customers_voice_text:before {
  display: block;
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../images/voice-quote.png) left center no-repeat;
  z-index: 10;
  background-size: 80px;
}

.customers_voice_text:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -25px;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/voice-quote.png) right center no-repeat;
  z-index: 10;
  background-size: 80px;
}

@media (max-width: 1200px) {
  .customers_voice.col-md-6 {
    font-size: 20px;
  }

  .customers_voice_text br {
    display: none;
  }

  .customers_voice_text:before {
    top: -50px;
    width: 30px;
    height: 30px;
    background: url(../images/voice-quote.png) left center no-repeat;
    z-index: 10;
    background-size: 60px;
  }

  .customers_voice_text:after {
    bottom: -30px;
    width: 30px;
    height: 30px;
    background: url(../images/voice-quote.png) right center no-repeat;
    background-size: 60px;
  }
}

@media (max-width: 767px) {
  p.customers_voice_name {
    margin: 60px 0 0 auto;
  }

  p.customers_voice_text {
    margin: 0;
  }
}



/*---------------------------------------------*/
/* SNS share */
/*---------------------------------------------*/

.share {
  position: relative;
  padding: 10px 0;
  text-align: center;
}

.share ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.share ul li {
  display: inline-block;
  margin: 0 2px;
  text-align: center;
}

.share ul li:first-child {
  margin: 0 10px 0 0;
}

/*---------------------------------------------*/
/* to Top */
/*---------------------------------------------*/

.scroll-top {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 60px;
  background: #000000 url(../images/footer-toTop.svg) center center / 23px 23px no-repeat;
}

.scroll-top a {
  width: 44px;
  height: 100%;
  display: block;
}

@media (max-width: 767px) {
  .scroll-top {
    width: 55px;
  }
}

/*---------------------------------------------*/
/* footer */
/*---------------------------------------------*/

.footer .footer-links a {
  font-weight: bold;
}

.footer-copyright {
  float: right;
  font-weight: bold;
}

@media (max-width: 767px) {
  .footer .footer-links a:first-child {
    margin: 40px 0;
  }

  .footer .footer-links a {
    font-size: 12px;
  }
}

/*---------------------------------------------*/

.caseList {
  padding: 10rem 0;
  position: absolute;
  right: 3em;
  bottom: -9em;
}

.caseList_tzt {
  border-top: 2px solid;
  border-bottom: 2px solid;
  text-align: center;
  width: 15em;
  font-size: 2.2rem;
  margin: auto;
}

.caseList_tzt a {
  display: block;
  line-height: 2.2;
  font-weight: bold;
  position: relative;
}

.caseList_tzt a:hover {
  background: #91b122;
  opacity: 0.8;
}

.caseList_tzt a:hover {
  background: #91b122;
  opacity: 0.8;
  color: #fff;
}

.caseList_tzt a:before {
  content: "";
  border: 10px solid transparent;
  border-left: 14px solid #91b122;
  height: 0;
  line-height: 0;
  width: 0;
  padding: 0;
  display: block;
  position: absolute;
  bottom: 1.5rem;
  right: -0.2rem;
}

.caseList_tzt a:hover:before {
  border-left: 14px solid #fff;
}


@media (max-width: 992px) {
  .caseList {
    bottom: -2em;
    right: 1em;
  }
}
