/*
Theme Name: nextgrowth
Description: nextgrowth専用のコーポレートテーマです。拡張する余地を残した設計にしています。
Version: 1.0
Author: GenkiNagatomi
*/

html {
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body {
  margin: 0;
  word-wrap:break-word;
}
/*:::::::::::::::
common
:::::::::::::::*/
.section h2 {
  font-weight: bold;
  font-family: impact;
  font-size: 30px;
}
/*:::::::::::::::
parallax
:::::::::::::::*/
#main {
  position: relative;
}
#main #section-2 ,
#main #section-3 ,
#main #section-5 ,
#footer {
  z-index: 3;
  position: relative;
}
#main #section-4 {
  z-index: 4;
}
/*:::::::::::::::
header
:::::::::::::::*/
#header {
  position: fixed;
  top: 5%;
  left: 5%;
  z-index: 1000;
}
/* start humburger */
.nav-drawer {
  position: relative;
}
.nav-unshown {
  display:none;
}
#nav-open {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
  border: 2px solid #f5a900;
  padding: 10px 10px 15px 10px;
  box-shadow: 1px 1px 10px 0 rgba(50,50,50,.5);
  cursor: pointer;
  z-index: 10000;
}
#nav-open .hamburger-memu,
#nav-open .hamburger-memu:before,
#nav-open .hamburger-memu:after {
  position: absolute;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background: #f5a900;
  display: block;
  content: '';
  cursor: pointer;
  box-shadow: 1px 1px 10px 0 rgba(50,50,50,.5);
}
#nav-open .hamburger-memu:before {
  bottom: -12px;
}
#nav-open .hamburger-memu:after {
  position: absolute;
  bottom: -24px;
}
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
.nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 330px;
  height: 100%;
  background: #3b879c;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}
#nav-input:checked ~ .nav-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


/* end humburger */
.nav-content .nav-content-inner {
  padding-top: 8rem;
}
.nav-list-text {
  /*display: inline-block;*/
  display: block;
  padding-left: 2rem;
  color: rgb(222, 222, 222);
}
.nav-list-link {
  display: block;
  background: #6695a2;
  border-bottom: 1px dotted rgb(255, 189, 17);
  text-decoration: none;
  padding: 1rem 0;
  transition: 0.5s;
}
.nav-list-link:hover {
  background: #87a2a9;
  transition: 0.5s;
}
.nav-nest-list .nav-list-text {
  padding-left: 4rem;
}
/*:::::::::::::::
section-1
:::::::::::::::*/
#section-1 {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 0 auto;/*
  min-height: 100%;
  min-height: 100vh;*/
  min-width: 100%;
  min-width: 100vw;
}
.main-visual-bg-video {
  position: fixed;
  top: 0;
  left: 0;
  /*left: -20px;*/
  right: 0;
  width: 100%;
  /*width: 110%;*/
  z-index: -1000;/*
  min-height: 100%;
  min-height: 100vh;*/
  min-width: 100%;
  /*min-width: 105vw;*/
  min-width: 100vw;
  /*-webkit-transform: translateZ(0);*/
}
.main-visual-bg-video-sp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1000;
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  background-image: url("img/sunset-img.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.first-view {
  position: relative;
}
.first-view .seo-catch-copy-wrapper {
  position: absolute;
  top: 10px;
  width: 100%;
}
.first-view .seo-catch-copy {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.section-1-inner {
  z-index: 10;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  height: 700px;
}
.main-logo-wrapper {
  text-align: center;
}
.main-logo-wrapper .main-logo {
  width: 25%;
  padding-bottom: 40px;
}

/*:::::::::::::::
section-2
:::::::::::::::*/
#section-2 {
  /*background: url("img/v_bg.png");*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0;
  background-color: rgba(255, 255, 255, 0.5);
}
#section-2::after {/*
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("img/v_line3.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height:40%;
  z-index: 100;*/
}
.section-2-inner {
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 150px;
  padding: 50px;
  text-align: center;
  width: 50%;
  background: rgba(255, 255, 255,0.85);
  position: relative;
  z-index: 99;
}
.section-2-title {
  margin-bottom: 40px;
}
.section-2-desc {
  text-align: left;
}
/*:::::::::::::::
section-3
:::::::::::::::*/
#section-3 {
  background: #fff;
}
.section-3-inner {
  padding-top: 50px;
  padding-bottom: 150px;
  text-align: center;
}
.section-3-title {
  margin-bottom: 40px;
}
.section-3-inner-box-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
.section-3-inner-box-wrapper-top {
  display: flex;
  flex-direction: row;
  width: 1000px;
  max-width: 90%;
}
.section-3-inner-box-wrapper-bottom {
  display: flex;
  flex-direction: row;
  width: 1000px;
  max-width: 90%;
}
.section-3-inner-box-wrapper .service-box {
  border: 3px solid rgb(0, 53, 83);
  margin: 20px;
  padding: 0 50px 10px 30px;
  width: 50%;
  text-decoration: none;
  color: inherit;
}
.service-box-title-no {
  background: rgb(215, 179, 39);
  display: inline-block;
  margin: 20px 0;
}
.service-box-title-no p {
  padding: 5px 20px;
  margin: 0;
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-family: impact;
}
.service-box-title {
  text-align: center;
  padding-bottom: 5px;
  font-size: 28px;
  font-family: monospace;
}
.service-box-disc {
  padding: 20px;
  margin-bottom: 40px;
}
.service .icon-wrapper {
  text-align: right;
  padding: 1rem 0;
}
.service .icon-wrapper i {
  font-size: 1rem;
  transition: 0.3s;
  color: rgb(31, 175, 80);
  padding-left: 0.5rem;
}
.service .icon-wrapper .more-text {
  font-size: 1rem;
  transition: 0.3s;
  color: rgb(31, 175, 80);
}
/*-------------*/
.section-3-inner-box-wrapper .service-box {
  color:#454545;
  background:transparent;
  border-width:2px;
  border-style: solid;
  border-color: rgb(0, 53, 83);
  position:relative;
  margin:1em;
  display:inline-block;
  padding:0.5em 1em;
  transition:all 0.3s ease-in-out;
  text-align:center;
  font-family:comfortaa;
  font-weight:bold
}
.section-3-inner-box-wrapper .service-box:before,
.section-3-inner-box-wrapper .service-box:after {
  content:'';
  display:block;
  position:absolute;
  border-color:rgb(0, 53, 83);
  box-sizing:border-box;
  border-style:solid;
  width:1em;
  height:1em;
  transition:all 0.3s ease-in-out
}
.section-3-inner-box-wrapper .service-box:before {
  top:-8px;
  left:-8px;
  border-width:2px 0 0 2px;
  z-index:5;
}
.section-3-inner-box-wrapper .service-box:after {
  bottom:-8px;
  right:-8px;
  border-width:0 2px 2px 0;
}
.section-3-inner-box-wrapper .service-box:hover:before,
.section-3-inner-box-wrapper .service-box:hover:after {
  width:calc(100% + 16px);
  height:calc(100% + 16px);
  border-color:rgb(0, 53, 83);
}
.section-3-inner-box-wrapper .service-box:hover {
  color:#fff;
  background-color:#004973;
  border-color:#000;
}
.section-3-inner-box-wrapper .service-box:hover .icon-wrapper i {
  color: rgb(231, 165, 53);
  transition: 0.3s;
}
.section-3-inner-box-wrapper .service-box:hover .icon-wrapper .more-text {
  color: rgb(231, 165, 53);
  transition: 0.3s;
}
/*-------------*/
/*:::::::::::::::
section-4
:::::::::::::::*/
#section-4 {
  background: rgb(0, 53, 83);
  color: rgb(226, 226, 227);
  position: relative;
}
#section-4::after {
  z-index: 1;
  content: "";
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  margin: 0 auto;
  border-top: 30px solid rgb(0, 53, 83);
  border-right: 50px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 50px solid transparent;
}
.section-4-inner {
  padding-top: 30px;
  width: 100%;
}
.section-4-title {
  text-align: center;
}
.trouble-wrapper {
  height: 40rem;
  width: 100%;
  position: relative;
}
.trouble-wrapper .trouble {
  background-image: url("img/strategy-baloon-01.png");
  background-repeat: no-repeat;
  background-size: 80% 80%;
  background-position: center;
  width: 30%;
  height: 130px;
  padding: 3rem 1rem;
  text-align: center;
  display: table;
}
.trouble-wrapper .trouble p {
  display: table-cell;
  vertical-align: middle;
}
.trouble-wrapper .trouble-1 {
  position: absolute;
  top: 5%;
  left: 3%;
}
.trouble-wrapper .trouble-2 {
  position: absolute;
  top: 15%;
  left: 35%;
}
.trouble-wrapper .trouble-3 {
  position: absolute;
  top: 7%;
  right: 7%;
}
.trouble-wrapper .trouble-4 {
  position: absolute;
  bottom: 20%;
  left: 1%;
}
.trouble-wrapper .trouble-5 {
  position: absolute;
  bottom: 20%;
  left: 30%;
}
.trouble-wrapper .trouble-6 {
  position: absolute;
  top: 55%;
  right: 8%;
}
/*:::::::::::::::
    section-5
:::::::::::::::*/
#section-5 {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #fff;
}
.section-5-inner {
  width: 70%;
  margin: 0 auto;
}
.section-5-title {
  text-align: center;
  margin-top: 50px;
}
.section-5-desc {
  text-align: center;
}
.contact-us-link {
  border: 2px solid rgb(0, 0, 0);
  position: relative;
  width: 70%;
  margin: 0 auto;
  margin-top: 100px;
}
.contact-us-link-title {
  font-family: impact;
  font-size: 32px;
  white-space: nowrap;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(255, 255, 255);
  padding: 0 50px;
}
.contact-us-link-btn-wrapper {
  padding: 50px 0;
  text-align: center;
}
.contact-us-link-btn {
  background: rgb(231, 165, 53);
  border-radius: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: rgb(19, 19, 19);
  text-decoration: none;
  transition: 0.5s;
  box-shadow: 0 6px 0 0 rgb(73, 97, 96);
  display: inline-block;
}
.contact-us-link-btn:hover {
  opacity: 0.8;
  transition: 0.5s;
  box-shadow: none;
  transform: translateY(6px);
}
/*:::::::::::::::
footer
:::::::::::::::*/
#footer {
  background: rgb(200, 200, 200);
}
.footer-inner {
  width: 60%;
  margin: 0 auto;
  padding-top: 100PX;
}
.footer-inner-inner {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}
.footer-inner-inner li {
  padding-top: 2rem;
}
.footer-inner-inner ul li ul li {
  padding-left: 2rem;
}
.footer-inner-inner li a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: 0.3s;
}
.footer-inner-inner li a:hover {
  transition: 0.3s;
  color: rgb(6, 93, 142);
}
.footer-inner-inner li a::before {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  font-size: 0.8rem;
  font-weight: bold;
  text-decoration: none;
  padding-right: 0.5rem;
  color: rgb(0, 53, 83);
}
.footer-inner-inner-left {
  width: 50%;
  padding-left: 50px;
}
.footer-inner-inner-right {
  width: 50%;
  padding-left: 50px;
}
.footer-inner-inner-right-logo img {
  width: 40%;
  padding-top: 30PX;
}
#footer .copyright {
  text-align: center;
  padding: 20px 0;
  margin-top: 70px;
}
/*:::::::::::::::
:::::::::::::::
end header & footer & home
:::::::::::::::
:::::::::::::::*/
/*:::::::::::::::
page.php style
:::::::::::::::*/
.service-page .page-top {
  background-image: url("img/fa_h_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 15rem;
}
.finance .page-top {
  background-image: url("img/fa_h_bg.png");
}
.ad .page-top {
  background-image: url("img/ad_h_bg2.png");
}
.ec .page-top {
  background-image: url("img/ec_h_bg3.png");
}
.video .page-top {
  background-image: url("img/vi_h_bg2.png");
}
.service-page .page-top-white-overlay-logo-wrapper {
  text-align: center;
  background: rgba(255,255,255,.5);
  height: 50%;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  text-align: center;
}
.service-page .page-top-white-overlay-logo-wrapper img {
  width: 150px;
}
.service-page .page-top-title-wrapper {
  display: flex;
  align-items: center;
  vertical-align: middle;
  height: 50%;
  padding-left: 2rem;
}
.service-page .page-top-title {
  font-size: 32px;
}
.service-page .page-content {
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
}
.service-page .page-content .service-summary {
  padding: 2rem 0;
}
.service-page .page-content .service-summary-top h3 {
  font-size: 25px;
  padding: 1.5rem 0;
}
.service-page .page-content .service-summary-bottom {
  display: flex;
  flex-direction: row;
}
.service-page .page-content .service-summry-bottom-left {
  width: 65%;
  padding: 0 2rem 0 0;
}
.service-page .page-content .service-summry-bottom-right {
  width: 35%;
  text-align: center;
  padding: 0 0 0 2rem;
}
.service-page .page-content .service-summry-bottom-right img {
  width: 100%;
}
.service-page .page-content .service-point {
  padding: 1rem 0 3rem 0;
}
.service-page .page-content .service-point-top {
  padding: 0 0 0.5rem 0;
}
.service-page .page-content .service-point-top .point-ravel {
  background-color: rgb(25, 107, 138);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 60px;
}
.service-page .page-content .service-point-top .point-ravel .point-ravel-text {
  color: rgb(255, 255, 255);
}
.service-page .page-content .service-point-top .point-ravel .point-ravel-num {
  background-color: rgb(255, 255, 255);
  color: rgb(25, 107, 138);
  display: inline-block;
  padding: 0.2rem 0.6rem;
  margin-left: 0.2rem;
  border-radius: 60px;
}
.service-page .page-content .service-point-middle h3 {
  font-size: 25px;
  border-bottom: 2px solid;
}
.service-page .page-bottom {
  width: 70%;
  padding: 0 0 5rem 0;
  margin: 0 auto;
}
/*contact form*/
.contact-page .page-top {
  background-color: rgb(115, 145, 179);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 15rem;
}
.contact-page .page-top-white-overlay-logo-wrapper {
  text-align: center;
  background: rgba(255,255,255,.5);
  height: 50%;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  text-align: center;
}
.contact-page .page-top-white-overlay-logo-wrapper img {
  width: 150px;
}
.contact-page .page-top-title-wrapper {
  display: flex;
  align-items: center;
  vertical-align: middle;
  height: 50%;
  padding-left: 2rem;
}
.contact-page .page-top-title {
  font-size: 32px;
}
.contact-form-block {
  width: 90%;
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.contact-form-block .wpcf7 {
  width: 50%;
  margin: 0 auto;
}
.contact-form-block input ,
.contact-form-block textarea ,
.contact-form-block select {
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
}
.contact-form-block .wpcf7 .wpcf7-form > p label .wpcf7-form-control-wrap input ,
.contact-form-block .wpcf7 .wpcf7-form > p label .wpcf7-form-control-wrap textarea {
  width: 100%;
}
.contact-form-block .wpcf7 .wpcf7-form > p {
  margin-top: 1rem;
}
.contact-form-block .wpcf7 .wpcf7-form > p input[type="submit"] {
  display: block;
  width: 10rem;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.3s;
}
.contact-form-block .wpcf7 .wpcf7-form > p input[type="submit"]:hover {
  background-color: rgb(25, 107, 138);
  color: rgb(255, 255, 255);
  transition: 0.3s;
}
.contact-form-block .wpcf7 .wpcf7-form .wpcf7-validation-errors {
  border: 1px solid red;
}
/*corp form*/
.corp-page .page-top {
  background-color: rgb(115, 145, 179);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 15rem;
}
.corp-page .page-top-white-overlay-logo-wrapper {
  text-align: center;
  background: rgba(255,255,255,.5);
  height: 50%;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  text-align: center;
}
.corp-page .page-top-white-overlay-logo-wrapper img {
  width: 150px;
}
.corp-page .page-top-title-wrapper {
  display: flex;
  align-items: center;
  vertical-align: middle;
  height: 50%;
  padding-left: 2rem;
}
.corp-page .page-top-title {
  font-size: 32px;
}
.corp-page .page-content {
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.corp-page .page-content table {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 450px;
  max-width: 90%;
}
.corp-page .page-content table tbody {
  max-width: 90%;
}
.corp-page .page-content table tbody tr th ,
.corp-page .page-content table tbody tr td {
  padding: 1rem 0;
  border-bottom: 1px solid;
  overflow-wrap: break-word;

}
.corp-page .page-bottom {
  width: 70%;
  padding: 0 0 5rem 0;
  margin: 0 auto;
}
/*privacy poricy*/
.privacy-page .page-top {
  background-color: rgb(115, 145, 179);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 15rem;
}
.privacy-page .page-top-white-overlay-logo-wrapper {
  text-align: center;
  background: rgba(255,255,255,.5);
  height: 50%;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  text-align: center;
}
.privacy-page .page-top-white-overlay-logo-wrapper img {
  width: 150px;
}
.privacy-page .page-top-title-wrapper {
  display: flex;
  align-items: center;
  vertical-align: middle;
  height: 50%;
  padding-left: 2rem;
}
.privacy-page .page-top-title {
  font-size: 32px;
}
.privacy-page .page-content {
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.privacy-page .page-content h3 {
  font-size: 18px;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

/* service */
.service .page-content {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.service .section-3-inner {
  padding-bottom: 70px;
}
/* others */
.sp-only {
  display: none;
}
@media screen and (max-width:480px) {
  .sp-only {
    display: inline;
  }
}
