@charset "UTF-8";
/*
Theme Name: CC 2019
Theme URI: https://site.cloudconsul.jp/
Description: CC 2019
Version: 1.0
Author: cc_seisaku
Author URI: https://site.cloudconsul.jp/
*/


/* color setting */
.bgwhite {
  background: #fff;
  position: relative;
  z-index: 0;
}

.bgwhite::before {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  width: 120%;
  height: 200px;
  margin: 0 -5% 0;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

.bggrey {
  background: #f5f5f5;
  position: relative;
  z-index: 0;
}

.bggrey::before {
  content: "";
  position: absolute;
  background: #f5f5f5;
  top: 0;
  right: 0;
  width: 120%;
  height: 200px;
  margin: 0 -5% 0;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

.bgkey {
  background: #7ebac8;
  position: relative;
  z-index: 0;
}

.bgkey::before {
  content: "";
  position: absolute;
  background: #7ebac8;
  top: 0;
  right: 0;
  width: 120%;
  height: 200px;
  margin: 0 -5% 0;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

.bgmember {
  background: url(./img/common/member.jpg) no-repeat center top;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
}

.bgmember::before {
  content: "";
  position: absolute;
  background: #f5f5f5;
  top: -170px;
  right: 0;
  width: 120%;
  height: 200px;
  margin: 0 -5% 0;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: 2;
}

@media (min-width: 768px) {
  .bgmember::before {
    top: -50px;
  }
}

/* button color */

/* strong color */


/* font setting */
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.5rem;
  line-height: 1.9;
  overflow-y: hidden;
}

.form-control,
.btn {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
b,
strong,
label,
.bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 700;
}

_:lang(x)::-ms-backdrop,
body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
label {
  color: #434343;
}

p,
li,
div,
td {
  color: #656565;
}

h1 {
  font-size: 2.2rem;
  margin-bottom: .75em;
  font-style: italic;
  line-height: 1.6;
}

h2 {
  font-family: 'Source Sans Pro', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-style: italic;
  font-size: 3.6rem;
  letter-spacing: .1rem;
  position: relative;
  margin-bottom: .8em;
}

h2::after {
  content: "";
  width: 50%;
  border-bottom: 1px solid #7ebac8;
  position: absolute;
  left: 50%;
  top: 40%;
}

h2.text-white::after {
  border-bottom: 1px solid #fff;
}

h2.text-right::after {
  right: 50%;
  left: inherit;
}

h2.text-center::after {
  right: 80%;
  width: 20%;
  left: inherit;
}

h2.text-center::before {
  left: 80%;
  width: 20%;
  content: "";
  border-bottom: 1px solid #7ebac8;
  position: absolute;
  top: 40%;
}

h2 span {
  font-size: 1.4rem;
  display: block;
  letter-spacing: 0rem;
}

h3 {
  font-size: 1.9rem;
  line-height: 1.8;
  margin-bottom: 1.2em;
}

@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }

  h1 {
    font-size: 4.8rem;
  }

  h2 {
    margin-bottom: 1em;
  }

  h2::after {
    width: 70%;
    left: 30%;
  }

  h2.text-right::after {
    right: 30%;
  }

  h2.text-center::after {
    right: 70%;
  }

  h2.text-center::before {
    left: 70%;
  }

  h3 {
    font-size: 2rem;
  }
}


/* basic setting */

html,
body {
  width: 100%;
  overflow-x: hidden;
}

a {
  color: #7ebac8;
  text-decoration: none;
}

a:hover {
  color: #4b8b9a;
  text-decoration: underline;
}

a:link {
  -webkit-tap-highlight-color: #7ebac8;
}

a {
  outline: 0;
  transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
}

/* header section */
.header {
  height: 60px;
}

.home .header {
  position: absolute;
  z-index: 10;
  width: 100%;
}

.headlogo {
  display: none;
  margin-top: 24px;
  width: 300px;
}

.headbanner {
  margin: 0;
  padding: 10px 0;
}

.headbanner li {
  display: inline-block;
}

.headbanner li img {
  height: 35px;
}

@media (min-width: 768px) {
  .header {
    height: 100px;
  }

  .headbanner li {
    margin-right: 5px;
  }

  .headbanner li img {
    height: 45px;
  }

  .headlogowrap {
    padding: 10px 30px;
  }
}

@media (min-width:992px) {
  .headlogowrap {}

  .headlogo {
    display: inline-block;
  }
}



/* main visual section */
.mainvis {
  height: 500px;
  background: url("./img/bg_main.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.mainvis::after {
  background-color: rgba(126, 186, 200, .6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 1;
}

.mainvis h1,
.mainvis p,
.mainvis a,
.mainvis img {
  position: relative;
  z-index: 2;
  color: #fff;
}

.mainvis img {
  margin-top: 40px;
  width: 100%;
  max-width: 8em;
  height: auto;
}

.mainvis h1 {
  margin-top: 20px;
  margin-bottom: .5em;
}

.mainvis p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: .8em;
}

.mainvis a {
  display: inline-block;
  margin-top: 17px;
  border: 1px solid;
  padding: 1em;
  width: 100%;
  max-width: 30em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.5rem;
}

.mainvis a:hover {
  background: rgba(255, 255, 255, .8);
  color: #7ebac8;
  text-decoration: none;
}

.mainvis a span {
  margin-right: 15px;
  font-weight: inherit;
}

@media (min-width: 768px) {
  .mainvis {
    height: 700px;
  }

  .mainvis img {
    margin-top: 40px;
  }

  .mainvis h1 {
    margin-top: 40px;
  }

  .mainvis h1 br {
    display: none;
  }

  .mainvis p {
    font-size: 1em;
  }

  .mainvis a {
    font-size: 2rem;
  }
}

@media (min-width:992px) {
  .mainvis img {
    display: none;
  }

  .mainvis h1 {
    margin-top: 180px;
  }

  .mainvis a {
    margin-top: 50px;
  }
}

/* starbadge */
.starbadgewrap {
  margin-top: -40px;
  text-align: center;
  white-space: nowrap;
}

.starbadge {
  display: inline-block;
  width: 4em;
  height: 4em;
  background: #ffa516;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  rotation: -45deg;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #fff;
  z-index: 3;
  /* float: right; */
  margin-right: .75em;
  margin-left: .75em;
}

.starbadge span {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffa516;
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  rotation: 22.5deg;
  line-height: 1;
}

.starbadge span span span {
  padding-top: 0;
}

.starbadge span strong,
.starbadge span br {
  font-size: 1rem;
  line-height: 1.2;
  margin: 3px 0;
}

.starbadge em {
  font-size: 2rem;
  font-style: italic;
  font-family: 'Source Sans Pro', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin-right: .1em;
}

@media (min-width: 768px) {
  .starbadgewrap {
    margin-top: 50px;
    text-align: right;
  }

  .starbadge {
    width: 6em;
    height: 6em;
    margin-left: 2.2em;
    margin-right: 0;
  }

  .starbadge span span span {
    padding-top: 10px;
  }

  .starbadge span strong,
  .starbadge span br {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .starbadge em {
    font-size: 3rem;
  }
}

@media (min-width:992px) {}

@media (min-width:1200px) {
  .starbadgewrap {
    margin-top: -70px;
  }

  .starbadge {
    margin-left: 2.8em;
  }
}



/*intro section */
.intro {
  z-index: 1;
}

.introbox {
  background: rgba(255, 255, 255, .9);
  padding: 30px;
  margin: 60px 0 150px;
}

.introbox ul {
  margin-bottom: 1.5em;
  padding-left: 0;
}

.introbox li {
  position: relative;
  padding: .5em 0 .5em 3em;
  line-height: 1.6;
  list-style: none;
  color: #434343;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 700;
}

.introbox li:before {
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #7ebac8;
  font-size: 1.5em;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
}

@media (min-width: 768px) {
  .introbox {
    padding: 50px;
    margin: -150px 0 150px;
  }
}

.pickup {
  z-index: 2;
  padding-bottom: 200px;
}

.pickup h3 strong {
  color: #ffa516;
  font-style: italic;
  font-family: 'Source Sans Pro', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.pickup strong span {
  font-size: 3.6rem;
}

.pickup p {
  margin-bottom: 1.5em;
}

.pickup img {
  width: 100%;
  height: auto;
}

.pickup table {
  border-bottom: 1px solid #dee2e6;
}

/* feature section */
.feature {
  z-index: 3;
}

.featurewrap {
  position: relative;
}

.featureimg img {
  width: 100%;
  height: auto;
}

.featurebox h3 br {
  display: none;
}

.featurebox {
  padding: 30px 15px;
}

.featurebox strong {
  color: #ffa516;
  font-style: italic;
  font-family: 'Source Sans Pro', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.featurebox strong span {
  font-size: 2.8rem;
}

.featurewrap4 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .featurewrap {}

  .feature h2 {
    margin-top: -120px;
  }

  .featurebox h3 br {
    display: block;
  }

  .featurebox {
    padding: 60px 30px;
  }

  .featurebox strong span {
    font-size: 3.6rem;
  }
}

@media (min-width:992px) {
  .featureimg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
  }

  .featureimg1 {
    right: 0;
  }

  .featureimg2 {
    left: 0;
  }

  .featureimg3 {
    right: 0;
  }

  .featureimg4 {
    left: 0;
  }

  .featureimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
  }

  .featurewrap4 {
    margin-bottom: 80px;
  }

}

@media (min-width:1200px) {}

/* necessity section */
.necessity {
  z-index: 2;
  padding-bottom: 200px;
}

.necessity h2 {
  margin-top: 25px;
  margin-bottom: 1.25em;
}

.necessitybox img {
  display: block;
  margin: 0 auto 2em;
  width: 40%;
  height: auto;
}

@media (min-width:992px) {
  .necessity h2 {
    margin-top: -25px;
  }

  .necessity h3 {
    margin-bottom: 1.5em;
  }

  .necessitybox img {
    margin: 0 auto 2.5em;
  }
}

/* portfolio section */
.portfolio {
  z-index: 3;
  padding-bottom: 200px;
}

.portfolio h2 {
  margin-top: -100px;
}

.portfoliobox {
  padding: 25px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
}

.portfoliobox + .portfoliobox {
  margin-top: 15px;
}

.portfoliobox img {
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}

.portfoliobox p {
  margin-bottom: 1em;
}

.portfoliobox p:last-child {
  margin-bottom: 0;
}

.portfolioname {
  font-size: 1.4rem;
}

.portfoliodetail {
  padding-top: 1.5em;
}

@media (min-width:576px) {}

@media (min-width:768px) {
  .portfolio h2 {
    margin-top: -120px;
  }

  .portfoliobox {
    padding: 30px;
  }

  .portfoliobox + .portfoliobox {
    margin-top: 40px;
  }

  .portfoliodetail {
    padding-top: 0;
    padding-left: 1em;
  }

  .order-md-0 .portfoliodetail {
    padding-left: 0;
    padding-right: 1em;
  }
}

@media (min-width:992px) {
  .portfoliobox {
    padding: 40px;
  }
}

@media (min-width:1200px) {}


/* plan section */
.plan {
  z-index: 4;
  padding-bottom: 0;
  /*padding-bottom: 200px;*/
}

.plan h2 {
  margin-top: 25px;
  margin-bottom: 1.25em;
}

.planbox {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 15px;
}

.planbox h3 {
  border-bottom: 1px solid #7ebac8;
  padding-bottom: .5em;
  margin-bottom: .5em;
}

.planbox p {
  color: #7ebac8;
  font-weight: bold;
}

.planbox .price {
  font-size: 2rem;
  line-height: 1.6;
  color: #7ebac8;
  font-weight: bold;
  font-style: italic;
}

.planbox .price strong {
  font-size: 64px;
  font-size: 6.4rem;
  font-family: 'Source Sans Pro', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin-right: .1em;
}

@media (min-width:992px) {
  .plan h2 {
    margin-top: -25px;
  }

  .planbox {
    padding: 30px;
    margin-bottom: 0;
  }

  .planbox .price strong {
    font-size: 72px;
    font-size: 7.2rem;
  }
}

/* flow section */
.flow {
  padding-bottom: 150px;
  z-index: 2;
}

.flow h2 {
  margin-top: 100px;
  z-index: 2;
}

@media (min-width:576px) {}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {}

/* contact section */
.contact {
  padding-bottom: 100px;
  z-index: 2;
}

.contact h2 {
  z-index: 2;
}

.contactbox {
  margin-top: 80px;
  padding: 30px;
  background: rgba(255, 255, 255, .9)
}

.contactbox p {
  margin-bottom: 1.5em;
}

.required:after {
  content: "\203B\5FC5\9808";
  font-size: 1.4rem;
  padding-left: 10px;
  color: #e2431e;
}

.termsbox {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 15px;
  height: 150px;
  overflow: auto;
  margin-bottom: 5px;
  background: #fff;
}

.termsbox h1 {
  font-size: 14px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.termsbox h1:after {
  height: 1px;
}

.termsbox h2,
.termsbox h3 {
  font-size: 13px;
}

.termsbox p,
.termsbox li,
.termsbox th,
.termsbox td,
.termsbox div {
  font-size: 12px;
}

label {
  cursor: pointer;
}

.form-control {
  height: 42px;
  padding: 12px;
}

textarea.form-control {
  height: 150px;
}

.form-group {
  margin-bottom: 1em;
}

.form-control::-webkit-input-placeholder {
  color: #ccc;
}

.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #ccc;
}

.form-group label {
  font-size: 16px;
}

.form-group .col-form-legend {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  border: none;
}

.form-check {
  margin-bottom: 5px
}

.form-check input[type="checkbox"] {
  margin-right: 10px
}

.form-check label {
  font-weight: normal;
  margin-right: 15px;
  font-size: 1.1rem;
}

.form-check label input {
  margin-right: 5px;
}

.form-group .row label {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 8px
}

select.form-control:not([size]):not([multiple]) {
  padding: 9px 12px;
  height: 42px
}

.form-control:focus {
  border-color: rgb(145, 187, 221);
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset, rgba(102, 175, 233, 0.35) 0px 0px 4.66413px 0px;
}

.btn-primary {
  background-color: #7ebac8;
  border-color: #7ebac8;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: rgba(126, 186, 200, .5);
  border-color: #7ebac8;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 1em 1.5em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 700;
}

.btn-primary:hover {
  background-color: rgba(126, 186, 200, .8);
  border-color: #7ebac8;
}

@media (min-width:768px) {
  .contactbox {
    margin-top: 350px;
    padding: 50px;
  }
}


/* footer section */
.footer {
  padding: 2.5em 0;
  background-color: #7ebac8;
  text-align: center;
}

.footlogo {
  margin-bottom: 1em;
  width: 100%;
  max-width: 17.5em;
}

.footcopyright {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.4rem;
}
