@charset "UTF-8";

/*=======================================
【PC】配色変更
=======================================*/
/* ボタンのメインカラー */
.btn .btn__link-primary { background-color: #039de7; }
/* ボタンのサブカラー */
.btn .btn__link-secondary { background-color: #f8b500; }
/* 見出し */
h2.heading:before { background-color: #039de7; }
h3.primary-color { color: #039de7; }
/* リンク */
.phrase a { color: #039de7; }
.commonCtr_link a { color: #039de7; }
.content a.link { color: #039de7; }
/* よくある質問 */
.faq::before { background: #ffb900; }
/* ヘッダーお問合せボタン */
.headerBtn__link_contact {
  color: #fff;
  background: #039de7;
}
/* トップに戻るボタン */
.bottomFooter__topBtn { background-color: #039de7; }
/* コーナー */
.box__corner { background-color: #039de7; }
/* 強調① */
.u-marker { background: #f8b500; }
h3 span.strong {
    color: #fff;
    background-color: #81cef3;
}
/* 強調-サークル */
.catch.circle {
    color: #fff;
    background-color: #039de7;
}
/* プラン */
.plan_name { background-color: #039de7; }
span.no1 { background: tomato; }
/* ケース */
h3.case span {
    background-color: #039de7;
    color: #fff;
}
/* cta */
.commonCtr_link a.a-text-white { color: #fff; }
/*=======================================
【PC】配色変更
=======================================*/
@media only screen and (max-width: 767px){
  /* メニューボタン */
  .menuBtn__link { background-color: #039de7; }
  .menuBtn__close { background: #039de7; }
  .menuBtn__close::after { margin-top: 0; }
  .menuBtn__close i {
      margin-right: 0;
      margin-top: 10px;
      font-size: 1.5rem;
      display: inline-block;
      vertical-align: middle;
  }
  .menuBtn__link::after { margin-top: 3px; }
  .menuBtn__checkbox:checked~.menuBtn__content .menuBtn__close {
      left: 0;
  }
  .headerBtn__link_contact, .menuBtn__close {
      overflow: hidden;
      cursor: pointer;
      display: block;
      transition: .3s;
      text-align: center;
      z-index: 100;
  }
  /* メニュー(現在のページ) */
  .widget.widget_categories ul, .widget.widget_nav_menu ul.menu li.current a{
    color: #fff;
    background-color: #039de7;
  }
  /* メニュー(タップ) */
  .widget.widget_categories ul .current-menu-item>a, .widget.widget_categories ul li a:hover, .widget.widget_nav_menu ul.menu .current-menu-item>a, .widget.widget_nav_menu ul.menu li a:hover {
    background-color: #039de7;
  }
  .widget.widget_categories ul, .widget.widget_nav_menu ul.menu li.current a:before {
    color: #fff;
  }
  /* 問合せボタン */
  .headerBtn__link_contact { background: #f8b500; }
}
/*=======================================
全体
=======================================*/
html {
　　    font-size: 62.5%;
}
body {
　　    font-size: 1.6rem; /*16px*/
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/*=======================================
header
=======================================*/
.container.container-header {
    display: flex;
    align-items: center;
}
  .l-header {
    padding: 0;
    height: 8rem;
  }
  .siteTitle {
      width: auto;
      height: auto;
      margin-bottom: 0;
  }
  span.contact{
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 2.5rem;
  }
  .headerBtn__link_contact::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-size: 2.5rem;
    margin-top: 1.5rem;
    font-weight: 500;
    display: block;
  }
  .headerBtn__link_contact::after {
      content: "";
  }
  @media only screen and (min-width: 768px){
    .headerBtn__link_contact {
      width: 160px;
      height: 80px;
      font-size: 2rem;
      display: inline-block;
      text-align: center;
    }
    .gnavi {
        display: block;
    }
    .gnavi__list {
        font-size: 1.4rem;
        list-style: none;
        display: flex;
        margin-left: 40px;
    }
    .gnavi__list li {
        height: 80px;
        line-height: 80px;
        border-bottom: 4px solid #fff;
        color: #404040;
        margin-right: 30px;
        font-weight: 700;
        transition: .3s;
    }
    .gnavi__list li.current, .gnavi__list li:hover {
        border-color: #039de7;
    }
    .gnavi__list a {
      display: block;
    }
}
/* @media only screen and (min-width: 770px){ .menuBtn { display: none; }}
@media only screen and (max-width: 769px){ .menuBtn { display: block; }} */
@media only screen and (max-width: 1024px){
  .container { margin: 0;}
  .l-header { height: 8rem; }
  .siteTitle__link { padding: 0 0 0 1rem; }
}
@media only screen and (max-width: 767px){
  .container.container-header { height: 8rem; }
  .l-header { height: 8rem; }
  .siteTitle__link {
    padding: 0 0 0 1rem;
  }
  .downloadBtn {
      top: 0;
      right: 0px;
  }
  .menuBtn {
      top: 0;
      right: 90px;
  }
  .headerBtn__link_contact {
      width: 90px;
      height: 60px;
      font-size: 1.5rem;
  }
  .menuBtn__scroll {
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      padding: 15px;
      background: rgba(0,0,0,.05);
  }
  .menuBtn__close:hover, .menuBtn__link:hover, .searchBtn__close:hover, .searchBtn__link:hover {
      color: #fff;
  }
  .widget.widget_categories ul li a, .widget.widget_nav_menu ul.menu li a {
    display: block;
        padding: 0.8rem 1.5rem;
        width: auto;
        height: auto;
        margin: 0 auto;
        line-height: 3rem;
        font-size: 1.4rem;
        text-align: left;
        transition: .15s;
        color: #333;
        background-color: #fff;
  }
  .widget.widget_categories ul .current-menu-item>a, .widget.widget_categories ul li a:hover, .widget.widget_nav_menu ul.menu .current-menu-item>a, .widget.widget_nav_menu ul.menu li a:before {
    color: #fff;
  }
  .widget.widget_categories ul, .widget.widget_nav_menu ul.menu {
      border-color: rgb(242, 242, 242);
  }
  .widget.widget_categories ul li, .widget.widget_nav_menu ul.menu li {
      border-top: 1px solid rgb(242, 242, 242);
  }
  .widget.widget_nav_menu ul.menu li a:before {
      font-family: icomoon;
      content: "\ea56";
      font-size: 1rem;
      margin-right: 5px;
      color: #333;
  }
  .widget.widget_nav_menu ul.menu li a:hover:before {
      color: #fff;
  }
  span.contact {
    font-size: 1rem;
    font-weight: 600;
  }
  .headerBtn__link_contact::before {
    font-family: "Font Awesome 5 Free";
      content: "\f0e0";
      font-size: 2rem;
      margin-top: 1.5rem;
      margin-bottom: 0.4rem;
      font-weight: 500;
  }
  .menuBtn__naviLink {
      display: block;
      padding: 0.8rem 1.5rem;
      width: auto;
      height: auto;
      margin: 0 auto;
      line-height: 3rem;
      border-radius: 50%;
      font-size: 1.4rem;
      text-align: left;
      transition: .15s;
      color: #333;
  }
  .siteTitle {
      width: auto;
      height: auto;
  }
  .menuBtn__close {
      margin-top: 0;
  }
}
@media only screen and (max-width: 767px){
  .container.container-header { height: 6rem; }
  .l-header { height: 6rem; }
  .gnavi {
      display: none;
  }
  input, textarea { font-size: 16px; }
}
/*=======================================
contents
=======================================*/
/* 見出し関連 */
h2.heading-slider {
    text-shadow: 1px 1px 1px rgba(0,0,0,.5) !important;
    font-size: 3.4rem !important;
    margin-bottom: 0 !important;
}
h2.heading-slider:before {
	content: none !important;
}

h2.heading {
  font-size: 2.8rem;
	position: relative;
	margin-bottom: 5rem;
	text-align: center;
}
h2.heading:before {
	content: '';
	position: absolute;
	bottom: -1.5rem;
	display: inline-block;
	width: 5rem;
	height: 0.4rem;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 2px;
}

h2.white:before {
  background-color: #fff;
}

h2.heading-commonCtr {
    font-size: 2.4rem !important;
    margin-bottom: 1rem !important;
}

h2.heading-commonCtr:before {
	content: none !important;
}

h3.heading {
  font-size: 1.8rem;
  margin-top: 2rem;
}

h3 span.strong {
    border-radius: 2px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
    padding: 0.3rem 0.8rem;
    margin: 0 1rem 0 0;
    opacity: 1;
}

h3.case {
  font-size: 2rem;
  margin: 0 0 1.5rem;
}

h3.flow {
    padding-left: 3rem;
    margin-right: 3rem;
    margin-top: 0.3rem;
    font-size: 1.8rem;
    float: left;
}

h3.price_summary {
    text-align: center;
    display: block;
    width: 300px;
    padding: 20px;
    margin: auto;
    border: solid 1px #ccc;
    background-color: #f7f6fa;
}

h3.price_summary span {
    display: block;
    font-size: 1.6rem;
    color: #999;
}

.feature h3{
  font-size: 2.4rem;
  margin-bottom: 1rem;
  text-align: left;
}
.content div, .content p {
    margin-top: 0;
}
.faq h3{
  margin-top: 0;
}

i.fas.fa-chevron-down {
    display: block;
    margin: 2rem;
    text-align: center;
    font-size: 3rem;
    color: #aaa;
}

.content a.link {
    font-weight: bold;
}

.phrase {
    text-align: left;
    font-size: 1.6rem;
    line-height: 150%;
}
.still .phrase {
    text-align: center;
    color: #fff !important;
}
.still_page_head {
  height: 150px;
}
.btn {
    margin-top: 2rem;
}
h3.case span {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 1rem;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.case-cat{
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: .5rem;
}
.case-cat span.strong {
    color: #fff;
    font-size: 1.2rem;
    background-color: #666;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    width: 70px;
    margin: 0 1rem 0 0;
}

.flow{
  max-width: 800px;
}

p.flow-txt {
    font-size: 1.6rem;
    display: block;
    line-height: 150%;
}

.flow-l{
  width: 150px;
}

.flow-r{
  width: calc(100% - 150px);
}
.faq-wrap {
    max-width: 800px;
    padding: 30px 0 50px;
    margin: auto;
    border-bottom: solid 1px #eaeaea;
}
.faq-wrap-top{
    border-top: solid 1px #eaeaea;
}
.faq {
    padding: 10px 0 0 60px;
}
.group{
  margin: 2rem auto 8rem;
}

.group_bg{
  background-color: #039de7;
  padding: 3rem;
  width: 100%;
  color: #fff;
}

.group_bg h2.heading-primary{
  color: #fff;
}

.plan_name {
    position: relative;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 15px 0;
}

.plan_name h3{
  color: #fff;
  font-weight: bold;
  margin-top: 1rem;
}

.plan h4{
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  margin: 0 0 1rem;
}

.plan h4 span{
  font-size: 2rem;
  margin-left: .5rem;
}

.plan a.button {
    border: solid 2px #039de7;
    border-radius: 100px;
    background-color: #fff;
    display: block;
    padding: 10px;
    margin: 2rem auto;
    max-width: 80%;
    text-align: center;
    color: #039de7;
    font-weight: bold;
}

.plan p.message{
  text-align: center;
  font-weight: bold;
}

.plan .check_wrap{
  max-width: 80%;
  margin: auto;
}

.plan .check_wrap i.fas.fa-check{
  margin-right: 1rem;
  color: #f8b500;
}

.plan .plan_box {
    display: flex;
    flex-direction: column;
}


.product-price{
  text-align: center;
}
.center-price{
  text-align: center;
}
.product-price{
  text-align: center;
}

span.no1 {
    position: absolute;
    top: -10px;
    left: calc(50% - 40px);
    color: #fff;
    width: 80px;
    font-size: 12px;
    border-radius: 15px;
    line-height: 1;
    padding: 5px;
}

h3.no1{
  margin-top: 0;
}

.content .plan_button_wrap {
  background-color: #fff;
  padding-top: 1rem;
  margin-top: auto;
}

.content a.plan_button {
    width: 100%;
    min-width: 100px;
    margin-top: 0;
}

.flexbox{
  display:flex;
  width: 100%;
  height:auto;
}
.feature .flexbox{
  margin-bottom: 5rem;
}

a.box_wrap {
  text-decoration: none;
  color: #191919;
  height: 100%;
  display: inline-block;
}

a.box_wrap:hover {
  opacity: .8;
  font-weight: 500;
}

.content a.contents_wrap {
  display: flex;
  text-decoration: none;
  color: #191919;
}

.content a.contents_wrap:hover {
  opacity: .8;
  font-weight: normal;
}

.feature img{
  min-width: 340px;
}
.space-between{
  justify-content: space-between;
}
.center{
  justify-content: center;
  align-items: center;
}
.flexbox-row{
  flex-direction: row;
  display: flex;
  width: 100%;
  height: auto;
}
.row-reverse{
  flex-direction:row-reverse;
}
.box-item {
  margin: 0;
  margin-top: 0 !important;
}

.box-txt-wrap {
    padding: 15px 20px;
    margin-top: 0 !important;
}

.box-item-three{
  margin: 1rem !important;
  flex-basis: 33%;
}

.bg_gray{
  background-color: #f7f6fa;
}

.box-item-three:nth-child(1){
  margin-left: 0 !important;
}

.box-item-three:nth-child(3){
  margin-right: 0 !important;
}
.box__corner {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 30px;
    padding-left: 6px;
    border-radius: 0 0 60px;
    font-size: 1.8rem;
}
.txt_left{
  padding-right: 4rem;
}

.txt_right{
  padding-left: 4rem;
}

.pickup3__bg img, .still__img, .swiper-slider .swiper-bg {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.eyecatch{
  margin-bottom: 0;
}

.eyecatch_bg, .eyecatch_bg img {
    width: 100%;
    height: auto;
}

.eyecatch__bg img{
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.catch {
    font-size: 3rem !important;
    padding: 2rem;
    color: #666;
}
.catch.circle {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
}
.content ol li, .content ul li {
    padding-left: 0;
}
.content ul>li:before {
    content: none;
}

.u-boxshadow {
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);
    padding: 20px;
    background: #fff;
}

.content ol li, .content ul li {
    margin-top: 1rem !important;
}
.contact{
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.contact_message{
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 5rem;
}
input[type="submit"]{
  -webkit-appearance: none;
}
div.wpcf7 .wpcf7-submit:disabled {
  opacity: 1;
}
.accept{
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2rem 0 1rem !important;
}
span.wpcf7-list-item {
    margin: 0;
}
div.wpcf7 .ajax-loader {
    display: block;
    margin: 1rem auto;
}
.content .contactTable .contactTable__data input[type=radio] {
  width: auto;
  margin-bottom: 1rem;
  display: inline;
}
span.wpcf7-list-item { display: block; }
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f8b500;
    text-align: center;
    margin-top: 3rem !important;
}
div.wpcf7-mail-sent-ok{
    border: 2px solid #17c59a;
    text-align: center;
    margin-top: 3rem !important;
}
span.wpcf7-not-valid-tip {
    color: #C1272D;
    margin-top: .5rem;
}
div.wpcf7-response-output {
    margin: 0;
    padding: 2rem 0;
}
@media only screen and (min-width: 768px){
  .heading span {
      font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px){

  .base-price,.product-price {
    padding: .5rem !important;
  }
  h3.price_summary {
      min-width: 140px;
      width: 100%;
      padding: 1rem .5rem;
  }
  h2.heading {
  	margin-bottom: 3rem;
    font-size: 2.4rem;
  }
  h2.heading-slider {
        font-size: 2.8rem !important;
        margin-bottom: 1rem !important;
    }
  h3.heading.heading-primary {
      margin-top: 1rem;
  }
  h3.flow {
      padding-left: 0;
      margin-right: 0;
      margin-bottom: 1rem;
      font-size: 1.8rem;
      float: none;
      text-align: center;
  }

  .feature h3{
    font-size: 2rem;
  }
  h3 span.strong {
    font-size: 1.6rem;
  }
  .content div, .content p {
      margin-top: 1rem;
      font-size: 1.6rem;
      line-height: 2.5rem;
  }
  .content div .case-cat {
      font-size: 1.4rem;
      margin-bottom: .5rem;
      margin-top: .5rem;
  }
  .still_page_head {
      height: 100px;
  }
  .group_bg_blue{
    padding: 2rem;
  }
  .flexbox{
    flex-direction:column;
  }
  .feature .flexbox{
    margin-bottom: 3rem;
  }

  .content a.contents_wrap {
    display: block;
  }

  .feature img{
    min-width: 100%;
  }
  .box-item-three{
    margin: 1rem 0 !important;
  }
  .txt_left{
    padding-right: 0;
  }
  .txt_right{
    padding-left: 0;
  }
  .flow-l, .flow-r {
      width: 100%;
  }
  .eyecatch-main {
      margin: 0 auto 4rem;
  }
  .btn__link-primary {
    min-width: 280px;
  }
}


/*=======================================
CTA
=======================================*/
.mask {
    position: absolute;
}
.btn .btn__link {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: .15s;
    border-radius: 5px;
    border: none;
    border-bottom: solid 3px rgba(0,0,0,.25);
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    padding: 1.5rem 2rem;
    margin-top: 2rem;
    min-width: 300px;
    overflow: hidden;
    line-height: normal;
}
.btn__link-secondary::after {
    content: "";
    position: absolute;
    left: -30%;
    background: #fff;
    width: 50px;
    transform: rotate(30deg);
}
.btn__link-secondary::after, .stripe-button-el::after {
    top: -50px;
    height: calc(100% + 100px);
    opacity: .15;
    animation: shiny 2s infinite linear;
}
.mask-colorgray {
    background-color: #039de7;
}
.commonCtr__contents {
    margin: 0;
    padding: 30px;
}

.commonCtr_link{
  text-align: center !important;
}
.commonCtr_link a {
    display: inline-block;
    text-decoration: underline;
    color: #039de7;
    margin-top: 1rem !important;
}

h2.heading-cta{
  text-shadow: 1px 1px 1px rgba(0,0,0,.5);
  font-size: 2.8rem;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 768px){
  .btn .btn__link {
      min-width: 240px;
  }
}
