@charset "UTF-8";

/* CSS Document */


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


/*-----------------------------------
    1. Body / Typography 
-----------------------------------*/

html {
  overflow-x: hidden
}

@font-face {
  font-family: "源暎ゴシック";
  src: url('../fonts/GenEiGothicN-H-KL.otf')format('truetype');
    url('../fonts/GenEiGothicN-U-KL.otf')format('truetype');
    url('../fonts/GenEiGothicP-H-KL.otf')format('truetype');
}


body {z-index: 0;
  font-size: 16px;
  background-color: #fff;
  color: #5d5c59;
  font-family:游ゴシック体,"Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-family: 'Roboto', sans-serif;*/
  line-height: 28px;
  font-weight: 300;
}

.wf-notosansjapanese { font-family: "Noto Sans JP"; }

.container {
  width: 1100px;
  margin: 0 auto
}

.back1 {
  width: 100%;
  background: #E4F4FF;
  padding: 3% 0 6%;
  margin: 0 auto
}

.back2 {
  width: 100%;
  background: #E5F4FF;
  padding: 5% 0;
  margin: 100px auto 0;
    mix-blend-mode: multiply;
}

.back3 {
  width: 100%;
  background: #FFECF0;
  mix-blend-mode: multiply;
}

.blend-multi{mix-blend-mode: multiply;}

.sp {
  display: none
}

.pc {
  display: block
}

sp {
  display: none
}

pc {
  display: block
}

.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  color: #18150d;
  font-weight: 400;
}

h1 {
  font-size: 32px;
  line-height: 42px;
}

h2 {
  font-size: 24px;
  line-height: 32px;
  color: #0457CC;
}

h3 {
  font-size: 18px;
  line-height: 28px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0 0 20px;
}

p:last-child {
  margin-bottom: 0px;
}

ul, ol {
  margin: 0;
}

ul li, ol li {}

a {
  color: #0457CC;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a:focus, a:hover {
  text-decoration: none;
  color: #1fb4ff;
}

b, strong {
  font-weight: 400;
}

.listnone {
  text-align: center;
  list-style: none;
  padding: 0px;
  display: inline-flex;
  margin: 0 auto
}

.listnone li {
  margin: 0 15px
}

.lead {
  font-size: 21px;
  color: #3c3c3c;
  font-weight: 400;
}

.italic {
  font-style: italic;
}

.small-text {
  color: #b4b1ac;
  font-size: 12px;
}

.text-caps {
  text-transform: uppercase;
  letter-spacing: 2px;
}

::selection {
  background: #a8cbfd;
  color: #333;
}

h3 small {
  font-weight: 400;
  line-height: 1;
  color: #0457CC;
  font-size: 14px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f1f3f8;
}

blockquote {
  padding: 10px 20px;
  margin: 0px;
  font-size: 21px;
  line-height: 32px;
  color: #3c3c3c;
  font-style: italic;
  border-left: 5px solid #0457CC;
}

.tel-text {
  margin-top: 40px;
  font-size: 25px;
  line-height: 38px;
  text-align: left
}

a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}


/*-------------- align ------------*/


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 0px 0 30px 30px;
}

.alignleft {
  float: left;
  margin: 0px 30px 0px 0;
}

a img.alignright {
  float: right;
  margin: 0px 0 30px 30px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}


/*-----------------------------------
    2. Form css 
-----------------------------------*/

label {}

.control-label {
  color: #474747;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.form-control {
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  border: 1px solid #dcd9d3;
  background-image: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0px 0px rgba(255, 255, 255, .075);
  box-shadow: inset 3px 3px 3px rgba(255, 255, 255, .075);
  margin-bottom: 15px;
}

.form-control:focus {
  border-color: #bab6ae;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075), 0 0 8px rgba(255, 255, 255, .6);
  box-shadow: inset 0 3px 3px rgba(255, 255, 255, .075), 0 0 8px rgba(235, 237, 238, .6);
  background-color: #fffefd;
}

.textarea.form-control {
  background-color: #f6f8f9;
  height: auto;
}

.required {}

.form-news-letter .form-control {
  float: left;
  width: 75%;
  margin-right: 10px;
}

.form-group {
  margin-bottom: 10px;
}

.get-in-touch {}

.get-in-touch .form-control {
  margin-bottom: 10px;
}


/*----------------------- 
    4.1 Section space :
-------------------------*/


/*Note: Section space help to create top bottom space;*/

.space {
  padding-top: 30px
}

.space2 {
  padding-top: 50px
}

.space3 {
  padding-top: 60px
}
.space-small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.space-medium {
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.space-large {
  padding-top: 120px;
  padding-bottom: 120px;
}

.space-ex-large {
  padding-top: 140px;
  padding-bottom: 140px;
}


/*----------------------
   4.2 Margin Space
-----------------------*/

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt350 {
  margin-top: 350px;
}

.mt450 {
  margin-top: 450px;
}


/*----- less margin space from top --*/

.mt-20 {
  margin-top: -20px;
}

.mt-40 {
  margin-top: -40px;
}

.mt-60 {
  margin-top: -60px;
}

.mt-80 {
  margin-top: -80px;
}


/*-----------------------
   4.3 Padding space
-------------------------*/

.nopadding {
  padding: 0px;
}

.nopr {
  padding-right: 0px;
}

.nopl {
  padding-left: 0px;
}

.pinside10 {
  padding: 10px;
}

.pinside20 {
  padding: 20px;
}

.pinside30 {
  padding: 30px;
}

.pinside40 {
  padding: 40px;
}

.pinside50 {
  padding: 50px;
}

.pinside60 {
  padding: 60px;
}

.pinside80 {
  padding: 80px;
}

.pinside130 {
  padding: 130px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt20 {
  padding-top: 20px;
}

.pdt30 {
  padding-top: 30px;
}

.pdt40 {
  padding-top: 40px;
}

.pdt60 {
  padding-top: 60px;
}

.pdt80 {
  padding-top: 80px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdb60 {
  padding-bottom: 60px;
}

.pdb80 {
  padding-bottom: 80px;
}

.pdl10 {
  padding-left: 10px;
}

.pdl20 {
  padding-left: 20px;
}

.pdl30 {
  padding-left: 30px;
}

.pdl40 {
  padding-left: 40px;
}

.pdl60 {
  padding-left: 60px;
}

.pdl80 {
  padding-left: 80px;
}

.pdr10 {
  padding-right: 10px;
}

.pdr20 {
  padding-right: 20px;
}

.pdr30 {
  padding-right: 30px;
}

.pdr40 {
  padding-right: 40px;
}

.pdr60 {
  padding-right: 60px;
}

.pdr80 {
  padding-right: 80px;
}


/*--------------------------------
4.4 Background & Block color 
----------------------------------*/

.bg-light {
  background-color: #F7F7F8;
}

.bg-primary {
  background-color: #0457CC;
}

.bg-default {}

.bg-white {
  background-color: #fff;
}

.outline {
  border: 1px solid #e5e7ec;
}

.section-title {}

.title {
  color: #18150d;
}

.small-title {
  color: #84837f;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.text-white {
  color: #fff;
}

.primary-sidebar {}

.secondary-sidebar {}

.well-block {
  background-color: #fff;
  padding: 40px 7%;
}


/*--------------------------------
5 Header / Navigations 
----------------------------------*/


/*--------------------
    5.1 Header Regular 
   ----------------------*/

.logo {
  width: 220px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2
}

.logo:hover {
  opacity: .5
}

.header {z-index:9999;
  height: 95px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding-top: 0px;
  box-shadow: 0 .3px 8px 0 rgba(0, 0, 0, .1);
  padding: 0 2%
}




/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/

.hero-section {position: relative; height:100vh; padding-top: 95px; padding-bottom:0; background: url(../img/back.png) no-repeat center;background-size: cover; }

.hero-caption {
  padding-top: 100px;
  padding-bottom: 100px;
}


.hero-title {width: 100%;
    margin: 0;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic,sans-serif;
  position: absolute;
    top: 17%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) ;
  font-size: 30px;
  color: #4D4D4D;
  line-height: 58px;
  font-weight: 600;
  letter-spacing: -1px;
    text-align: center;
}

.top-box{width: 100%;
    }

.top-box2{width:900px;margin: 0 auto;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) ;
    
    }

.top-ttl{font-family: 游ゴシック体, "Yu Gothic", YuGothic,sans-serif;
  margin-top: 10px;
  font-size: 22px;
    font-weight: bold;
  line-height: 38px;
  color: #4D4D4D;
    position: absolute;
  top: 100%;
  left: 50%;
    width: 100%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  text-align: center;/*一応BOX内の文字も中央寄せ*/}

strong{font-family: 游ゴシック体, "Yu Gothic", YuGothic,sans-serif;
font-weight: bold;font-size:270%;line-height: 120px;color: #fff;
-webkit-text-stroke: 2px #00B7E7;letter-spacing: -8px;
background:linear-gradient(transparent 40%, yellow 0%) ;padding: 0 0 1% 3%}

strong span{display: inline-block;
  transform: rotate(20deg)}

.hero-text {
  text-align: center;
  font-size: 43px;
  color: #000;
  line-height: 58px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 40px
}


nav.globalMenuSp {
  width:100%;
  text-align: center;
  margin-top:60px
}

nav.globalMenuSp ul {
  display: flex;
    float: right;
    margin-right: 0;
  list-style: none;
}

nav.globalMenuSp ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  position: relative;
  display: flex;
}



nav.globalMenuSp ul li a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  display: block;
    padding: 2px 15px;
  text-decoration: none;
}

nav.globalMenuSp ul li a:hover {color: #FFDEE6;
transition: 1s;}


.under-nav{position: absolute;bottom: 92px;border-top:solid 1px #00B7E7;
    border-bottom:solid 1px #00B7E7;width: 100%;height: 92px;background: linear-gradient(#FFFFFF,#DFF1F9);}
.under-nav ul{margin: 0 auto;text-align: center;
padding: 0;}
.under-nav ul li{display: inline-block;
width:400px;border-left: solid 1px #00B7E7;height: 92px;padding: 0;}

.under-nav ul li:last-child{display: inline-block;
width:400px;border-left: solid 1px #00B7E7;border-right: solid 1px #00B7E7;height: 92px;}

.menu-list{}

.under-nav ul li a{display:inline-block;
  position: relative;
  width: 100%; height:92px; color: #4D4D4D;font-size: 17px;line-height: 26px; }


.under-nav ul li a:before{
	position:absolute;
    top:35px;
	left:10%;
	content:"";
	display:inline-block;
	width:1.5em;
	height:2em;
	background:url(/img/arrow.png) no-repeat;
	background-size:contain;
}


.under-nav ul li a span {
  position: absolute;
  width: 100%;
  top: 50%; //ここで下に50%ずらす
  left: 0;
    right: 0;
  text-align: center;
  transform : translateY(-50%); //ここで上に50%戻す
}

.under-nav2{
    width: 100%;margin: 0 auto;padding: 0;text-align: center}
.under-nav2 ul{display: flex;width: 80%; margin: 0 auto;list-style: none;padding: 0;border:solid 1px #00B7E7;}
.under-nav2 ul li{width:50%;background: linear-gradient(#FFFFFF,#DFF1F9);}
.under-nav2 ul li:last-child{border-left:solid 1px #00B7E7;}

.under-nav2 ul li a{padding:10% 3%;; width: 100%;height: 100%; display:block;font-size: 20px;color: #4D4D4D;}
.under-nav2 ul li a:hover{opacity: .5}
.under-nav2 ul li img{display: block; margin: 30px auto 0; max-height: 100px;width: auto;}

  /*--------------------------
inquiry
---------------------------*/
  .inquiry-box2 {
    width: 250px;
    background: ;
      margin-right: 0;
      float: right;
  }
.inquiry-box2 img{
    width: 200px;
    background: ;
    margin-top: 15px;
      margin-right: 0px;
      float: right;
  }
  .inquiry2 {
    font-weight: bold;
    color: #fff;
  }


/*----------------------------------------------
    5.4 Page Header
----------------------------------------------*/

.page-header {
  background: linear-gradient(rgba(36, 39, 38, 0.5), rgba(36, 39, 38, 0.5)), rgba(36, 39, 38, 0.5) url(../images/page-header.jpg) no-repeat center;
  background-size: cover;
  margin: 0;
  border-bottom: none;
  padding-bottom: 0px;
}

.page-caption {
  padding: 120px 0px;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}

.page-caption h1 {
  color: #fff;
}

.page-caption h5 {
  color: #fff;
}

.page-title {
  color: #000;
  font-weight: bold;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -1px;
}

.breadcrumb {}

.breadcrumb>.active {}

.page-breadcrumb {}

.page-breadcrumb .breadcrumb {
  background-color: transparent;
  margin-bottom: 0px;
  font-size: 12px;
  text-transform: uppercase;
}

.page-ttl {
  font-size: 35px;
  font-weight: bold;
  color: #2cbfb1;
  text-align: center
}

.page-text {
  margin-top: 30px;
  font-size: 17px;
  line-height: 30px;
  text-align: justify;
}



/*-----------------------------------
8. Footer 
-------------------------------------*/

.footer {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
  box-shadow: 1px 1px 0 2px rgba(0, 0, 0, .1);
  padding: 0 2%
}

.footer-block {
  margin-top: 30px
}

.footer-widget p {
  color: #747474;
}

.footer-widget .widget-title {
  color: #fff;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.footer-widget .widget-title img {
  width: 180px;
}

.footer-widget {
  text-align: center;
  margin: 0 auto
}

.footer-widget ul {}

.footer-widget li {}

.footer-widget li a {
  color: #747474;
  line-height: 34px;
}

.footer-widget li a:hover {
  opacity: .5;
}

.footer-link {}

.footer-social {}

.footer-social ul {}

.footer-social ul li {}

.footer-social ul li a i {
  padding-right: 10px;
  width: 30px;
}

.footer-social ul li a:hover i {
  color: #0457CC;
}

.footer .contact li {
  position: relative;
  padding-left: 40px;
  display: block;
  '
 margin-bottom: 8px;
  padding: 0 0 8px 0px;
  color: #747474;
}

.widget-newsletter .form-control {
  height: 48px;
  color: #eee;
  background-color: #393836;
  border: none;
  box-shadow: none;
  font-size: 14px;
  border-radius: 30px 0px 0px 30px;
}

.widget-newsletter button {
  height: 48px;
}


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

.tiny-footer {
  padding-top: 19px;
  padding-bottom: 9px;
  font-size: 12px;
  color: #56575e;
  text-align: left;
  text-transform: uppercase;
  text-align: center;
}

.copyright-content {
  padding: 12px;
  color: #747474;
}


/*--------------------------
  9.4  common
---------------------------*/
.ttl-line{width: 100%; display:block;margin: 0 auto;text-align: center}
.ttl-line2{width: 100%; display:block;text-align: center;margin: 0 auto}
.common-box {position: relative;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  width: 100%
}

.common-box2 {
  margin: 0 auto;
  margin-top: 30px;
  display: block;
  width: 100%
}

.common-box3 {
  margin: 0 auto;
  margin-top: 60px;
  display: block;
  width: 70%
}

.common-box4 {
  margin: 0 auto;
  margin-top: 50px;
  width: 50%
}

.common-ttl {
font-feature-settings: "palt";
  font-size: 30px;
  line-height: 39px;
  text-align:center;
  font-weight:normal;
  color: #4D4D4D;
  margin-top: 15px;
}

.common-ttl2 {
    font-feature-settings: "palt";
  font-size: 23px;
  line-height: 32px;
  text-align:left;
  font-weight:normal;
  color: #4D4D4D;
  margin-top: 15px
}

.common-ttl3 {
    font-feature-settings: "palt";
  font-size: 20px;
  line-height: 33px;
  color: #4D4D4D;
  margin: 15px auto 0;
    text-align: center
}

.common-ttl4 {
  font-size: 23px;
  line-height:30px;
    font-family:"源暎ゴシック",sans-serif;
  color: #4D4D4D;
  text-align:center;
    margin-top: 35px;
}



.common-ttl5 {
  font-size: 27px;
  line-height: 36px;
  font-weight: bold;
  color: #4D4D4D;
  margin-top: 30px;
  text-align:center
}



.common-ttl6 {
    font-feature-settings: "palt";
  font-size: 24px;
  line-height: 15px;
  font-weight:bold;
  color:  #00B7E7;
  margin-top: 15px;
margin-bottom: 0;
  text-align:left;
    letter-spacing:2px;
    -webkit-text-stroke:;
background:linear-gradient(transparent 40%, yellow 0%) ;padding: 0 0 2% 2%
}

.common-ttl7 {
    font-feature-settings: "palt";
  font-size: 28px;
  line-height:40px;
  font-weight: bold;
  color: #00D5C7;
  margin-top: 22px;
  text-align:center;
    letter-spacing: 3px;
}

.common-ttl8 {
    font-feature-settings: "palt";
    display:flex;
align-items: center;
  font-size: 24px;
  line-height:40px;
  font-weight:;
  color: #000;
  margin-top: 42px;
  text-align:center;
}


.common-ttl8:after {
border-top: 1px solid;
content: "";
flex-grow: .05;
}

.common-ttl8:after {
margin-left: 2rem;
}


.common-text {font-family: 游ゴシック体, "Yu Gothic", YuGothic,sans-serif;
  text-align: center;
  text-justify: inter-ideograph;
  margin-top: 35px;
  font-size: 18px;
  line-height: 30px;
  color: #000
}

.common-text2 {font-family: 游ゴシック体, "Yu Gothic", YuGothic,sans-serif;
    text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #4D4D4D;
 
}

.common-text3 {font-family: "Yu Gothic",sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
  font-size: 15px;
  line-height: 18px;
  color: #000
}

.common-text4 {font-family: "Yu Gothic",sans-serif;
  text-align: center;
  text-justify: inter-ideograph;
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
  color: #000
}

.vertical-middle{position: relative;}


.bar {position: relative;
  margin: 0 auto;
  text-align: center;
}

.bar img {
  width: 45%
}

.space-bar {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin: 40px auto 40px
}

.space-bar2 {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin: 40px auto 40px
}

.space-bar3 {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin: 10px auto 10px
}

/*--------------------------
sample
---------------------------*/

.under-line {
  margin-top: 60px;
  font-size: 35px;
  font-weight: bold;
}

.sample1 {
  width:250px;
  margin-top: 10px;
}

.sample2 {
  width: 100%;
margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
}

.sample3 {
  width:77px;
}

.sample4 {
  width: 15%;
  margin: 5px auto 0;
}

.sample5 {
  width: 35%;
  margin: 20px auto 0;
}

.sample6 {
    position: absolute;
    top:-30px;
    left: 0;right: 0;
  width: 60%;
  margin: 10px auto 0;
}

.sample7 {
  width: 100%;
  margin: 0 auto;
  z-index: 0;
  position: absolute;
  top: 600px;
  left: 0;
  right: 0;
}

.sample8 {
  width: 100%;
  margin: 10px auto 0;
}

.sample9 {position: absolute;
    top:-35px;
    left: -38px;
  width: 15%;
    z-index: 0;
    mix-blend-mode: multiply;
}

.sample10 {width: 30px
}

.sample11 {width: 30px;display:table-cell;
}

.img-center{text-align: center; margin: 0 auto}
.img-height{height:150px}




/*--------------------------
contents
---------------------------*/
.lineup-block{width: 100%;margin: 0 auto;text-align: center;padding: 1% 3% 8%;background: #ffffff;margin-top: 30px;}

/*----------------------------------------------
table
----------------------------------------------*/
.table table {
    border: solid 1px #B4BEC8;
    width: 100%;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}
.table th.info {
    width: 70%;
    border-top-left-radius: 0;
    border-right: 1px solid #B4BEC8;
}

.table th {
    text-align: center;
    background-color: #D9FFFB;
}

.table th.info .block {
    border-bottom: 1px solid #B4BEC8;
}

.table th.info .block .cell:first-child {
    border: 0;
}

.table th.info .block .cell {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 22px 0;
    border-left: 1px solid #B4BEC8;
}

.table th.info .block .cell h3 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.6px;
    color: #4D4D4D
}

.table th.price {
    width: 30%;
    border-top-right-radius: 0;
}

.table td.info {
    width: 70%;
    border-right: 1px solid #B4BEC8;
}

.table td {
    text-align: center;
    background-color: #FFFFFF;
    border-top: 1px solid #B4BEC8;
}
.table td.info .block {
    border-bottom: 1px solid #B4BEC8;
}

.rmspace {
    font-size: 0;
}

.table td.info .block .cell:first-child {
    border: 0;
}

.table td.info .block .cell {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 26px 0;
    border-left: 1px solid #B4BEC8;
}

.table td.info .block .cell:last-child {
    padding: 32px;
}

.table td.info .block .cell h3 {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #3C5064;
}
.table td.info .block .cell h3 {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #3C5064;
}
.table td.info .block .cell p {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.4px;
    color: #3C5064;
}

.table td.info .cell {
    width: 100%;
    padding: 34px 0;
}

div {
    display: block;
}

.table td.info .cell h3 {
    font-family: Avenir, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.4px;
    color: #3C5064;
}
.table td.info .cell h3 span {
    font-family:  游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
    font-size: 14px;
}
.table td.price {
    width: 30%;
}
.table th.info .cell {
    width: 100%;
    padding: 20px 0;
}

.table th.info .cell h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1.2px;
    color: #4D4D4D;
}

.table th.price h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.2px;
    color: #4D4D4D;
}

.table td.price h3 {
    font-family: Avenir, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
    color: #3C5064;
}

.table td.price h3 span {
    font-size: 14px;
}

.table td.price p {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0;
    color: #3C5064;
}


/*--------------------------
span
---------------------------*/

span{}
span:before{
	content:"";
	width:1em;
	height:.8em;
    padding: 0;
	background:url(/img/arrow.png) no-repeat;
	background-size:contain;
}

.small{font-size: 20px!important}


/*--------------------------
price
---------------------------*/

.price-box {position: relative; width: 80%;
  margin: 25px auto 0;
  padding: 2.8%;
    border: solid 2px #00B7E7;
    border-radius: 15px;
}

.price-box2 {
  margin-top: 5px;
}


.price-box-price {text-align:right;
  margin: 20px auto 0;

}
.price-ttl{font-family: Avenir, sans-serif;font-size: 60px;font-weight: bold;vertical-align: middle;}

.price-ttl2{font-feature-settings: "palt";
  font-size: 18px;
  line-height:32px;
    font-family:"源暎ゴシック", sans-serif;
  color: #fff;
  text-align:left;
    padding: 1% 2%;
    background: #009BFF}

.price-ttl3{font-feature-settings: "palt";
  font-size: 23px;
  line-height:22px;
    font-family:"源暎ゴシック", sans-serif;
  color: #00B7E7;
  text-align:left;
    letter-spacing:2px
}

.price-ttl4{font-feature-settings: "palt";
  font-size: 33px;
  line-height:22px;
    font-family:"源暎ゴシック", sans-serif;
  color: #4D4D4D;
  text-align:left;
    margin-top: 15px;
    letter-spacing:2px;
    font-family: Avenir, sans-serif;
}

.price-ttl5{font-family: Avenir, sans-serif;font-size: 30px;font-weight: bold;text-align: left;line-height: 0;}

.price-text{font-feature-settings: "palt";
  font-size: 17px;
  line-height:22px;
    margin-top: 10px;
    margin-bottom: 0;
    font-family:"源暎ゴシック", sans-serif;
  color: #4D4D4D;
  text-align:left;
    letter-spacing:2px
}

.price-icon{width:130px; position: absolute;bottom: 100px;right: 10px;}

/*--------------------------
nega
---------------------------*/
.nega-line{position: relative; margin: 0 auto;text-align: center; }
.balloon{position: absolute;width: 400px;z-index: 0;top:-70px;
  top: 40px;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%); z-index:-1;}
.nega-ttl{position: relative;font-size: 20px;}
strong2{font-size: 33px;line-height: 55px;font-weight: bold;color: #2C5F85}
.nega-box{width: 65%;margin:30px auto 0;}
.nega-back{position: relative;z-index: 0; width: 100%; background:#F2F2F2;padding: 8% 5%;}
.nega{list-style:circle;font-weight: bold;}
.arrow{width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 60px solid #f2f2f2;
margin: 0 auto;position: absolute;top:;
    bottom: -150px;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);}

/*--------------------------
solution
---------------------------*/
.sol-img{width:90%}
.sol{width: 70%;margin: 0 auto;text-align: center}

/*--------------------------
company
---------------------------*/
.company-img{width: 41%;}

/*-------------------------
  btn
---------------------------*/

.btn-box{margin: 30px auto 0;text-align: center}

.btn {
  color: #4D4D4D;
  padding: 1.5% 5%;
  font-size: 22px;
    border: solid 1px #00B7E7;
  border-radius: 35px;
    background: linear-gradient(#FFFFFF,#DFF1F9);
}

.btn:hover {
  opacity: .7
}



#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 10px;
  background: #000;
  opacity: 1;
  z-index: 10001;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 15px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}




/*-------------------------
  footer chase btn
---------------------------*/

.chase-btn {
  position: fixed;
  bottom: 450px;
  right: 1%;
  vertical-align: top;
  /* 上端揃え */
}

.chase-btn img {
  width:100px
}

.chase-btn img:hover {
  opacity: .5
}



.chase-btn2 {
  position: fixed;
  bottom: 340px;
   right: 1%;
  vertical-align: /* 上端揃え */
}

.chase-btn2 img {
  width: 100px
}

.chase-btn2 img:hover {
  opacity: .5
}


/*下から上にフェードイン*/

.down-to-top {
  opacity: 0.1;
  transform: translateY(80px);
  transition: all 1s;
}

.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
  body {
    width: 100%
  }

.container {
  width:100%;
  margin: 0 auto
}
 
    
/*--------------------
    5.1 Header Regular 
   ----------------------*/

.logo {
  width: 220px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2
}

.logo:hover {
  opacity: .5
}

.header {z-index:9999;
  height: 95px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding-top: 0px;
  box-shadow: 0 .3px 8px 0 rgba(0, 0, 0, .1);
  padding: 0 2%
}




/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/

.hero-section {position: relative; height:100vh; padding-top: 95px; padding-bottom:0; background: url(../img/back.png) no-repeat center;background-size: cover; }

.hero-caption {
  padding-top: 100px;
  padding-bottom: 100px;
}


.hero-title {width: 100%;
    margin: 0;
  position: absolute;
    top: 17%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) ;
  font-size: 30px;
  color: #4D4D4D;
  line-height: 58px;
  font-weight: 600;
  letter-spacing: -1px;
    text-align: center;
}

.top-box{width: 100%;
    }

.top-box2{width:90%;margin: 0 auto;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) ;
    
    }

.top-ttl{
  margin-top: 10px;
  font-size: 22px;
    font-weight: bold;
  line-height: 38px;
  color: #4D4D4D;
    position: absolute;
  top: 100%;
  left: 50%;
    width: 100%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  text-align: center;/*一応BOX内の文字も中央寄せ*/}

strong{
font-weight: bold;font-size:270%;line-height: 120px;color: #fff;
-webkit-text-stroke: 2px #00B7E7;letter-spacing: -8px;
background:linear-gradient(transparent 40%, yellow 0%) ;padding: 0 0 1% 3%}

strong span{display: inline-block;
  transform: rotate(20deg)}

.hero-text {
  text-align: center;
  font-size: 43px;
  color: #000;
  line-height: 58px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 40px
}


nav.globalMenuSp {
  width:100%;
  text-align: center;
  margin-top:60px
}

nav.globalMenuSp ul {
  display: flex;
    float: right;
    margin-right: 0;
  list-style: none;
}

nav.globalMenuSp ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  position: relative;
  display: flex;
}



nav.globalMenuSp ul li a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  display: block;
    padding: 2px 15px;
  text-decoration: none;
}

nav.globalMenuSp ul li a:hover {color: #FFDEE6;
transition: 1s;}


.under-nav{position: absolute;bottom: 92px;border-top:solid 1px #00B7E7;
    border-bottom:solid 1px #00B7E7;width: 100%;height: 92px;background: linear-gradient(#FFFFFF,#DFF1F9);}
.under-nav ul{margin: 0 auto;text-align: center;
padding: 0;display:flex}
.under-nav ul li{display: inline-block;
width:50%;border-left: solid 1px #00B7E7;height: 92px;padding: 0;}

.under-nav ul li:last-child{display: inline-block;
width:50%;border-left: solid 1px #00B7E7;border-right: solid 1px #00B7E7;height: 92px;}

.menu-list{}

.under-nav ul li a{display:inline-block;
  position: relative;
  width: 100%; height:92px; color: #4D4D4D;font-size: 17px;line-height: 26px; }


.under-nav ul li a:before{
	position:absolute;
    top:35px;
	left:10%;
	content:"";
	display:inline-block;
	width:1.5em;
	height:2em;
	background:url(/img/arrow.png) no-repeat;
	background-size:contain;
}


.under-nav ul li a span {
  position: absolute;
  width: 100%;
  top: 50%; //ここで下に50%ずらす
  left: 0;
    right: 0;
  text-align: center;
  transform : translateY(-50%); //ここで上に50%戻す
}

.under-nav2{
    width: 100%;margin: 0 auto;padding: 0;text-align: center}
.under-nav2 ul{display: flex;width: 100%; margin: 0 auto;list-style: none;padding: 0;border:solid 1px #00B7E7;}
.under-nav2 ul li{width:50%;background: linear-gradient(#FFFFFF,#DFF1F9);}
.under-nav2 ul li:last-child{border-left:solid 1px #00B7E7;}

.under-nav2 ul li a{padding:10% 3%;; width: 100%;height: 100%; display:block;font-size: 20px;color: #4D4D4D;}
.under-nav2 ul li a:hover{opacity: .5}
.under-nav2 ul li img{display: block; margin: 30px auto 0; max-height: 100px;width: auto;}

  /*--------------------------
inquiry
---------------------------*/
  .inquiry-box2 {
    width: 250px;
    background: ;
      margin-right: 0;
      float: right;
  }
.inquiry-box2 img{
    width: 200px;
    background: ;
    margin-top: 15px;
      margin-right: 0px;
      float: right;
  }
  .inquiry2 {
    font-weight: bold;
    color: #fff;
  }


/*----------------------------------------------
    5.4 Page Header
----------------------------------------------*/

.page-header {
  background: linear-gradient(rgba(36, 39, 38, 0.5), rgba(36, 39, 38, 0.5)), rgba(36, 39, 38, 0.5) url(../images/page-header.jpg) no-repeat center;
  background-size: cover;
  margin: 0;
  border-bottom: none;
  padding-bottom: 0px;
}

.page-caption {
  padding: 120px 0px;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}

.page-caption h1 {
  color: #fff;
}

.page-caption h5 {
  color: #fff;
}

.page-title {
  color: #000;
  font-weight: bold;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -1px;
}

.breadcrumb {}

.breadcrumb>.active {}

.page-breadcrumb {}

.page-breadcrumb .breadcrumb {
  background-color: transparent;
  margin-bottom: 0px;
  font-size: 12px;
  text-transform: uppercase;
}

.page-ttl {
  font-size: 35px;
  font-weight: bold;
  color: #2cbfb1;
  text-align: center
}

.page-text {
  margin-top: 30px;
  font-size: 17px;
  line-height: 30px;
  text-align: justify;
}


/*-----------------------------------
8. Footer 
-------------------------------------*/

.footer {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
  box-shadow: 1px 1px 0 2px rgba(0, 0, 0, .1);
  padding: 0 2%
}

.footer-block {
  margin-top: 30px
}

.footer-widget p {
  color: #747474;
}

.footer-widget .widget-title {
  color: #fff;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.footer-widget .widget-title img {
  width: 180px;
}

.footer-widget {
  text-align: center;
  margin: 0 auto
}

.footer-widget ul {}

.footer-widget li {}

.footer-widget li a {
  color: #747474;
  line-height: 34px;
}

.footer-widget li a:hover {
  opacity: .5;
}

.footer-link {}

.footer-social {}

.footer-social ul {}

.footer-social ul li {}

.footer-social ul li a i {
  padding-right: 10px;
  width: 30px;
}

.footer-social ul li a:hover i {
  color: #0457CC;
}

.footer .contact li {
  position: relative;
  padding-left: 40px;
  display: block;
  '
 margin-bottom: 8px;
  padding: 0 0 8px 0px;
  color: #747474;
}

.widget-newsletter .form-control {
  height: 48px;
  color: #eee;
  background-color: #393836;
  border: none;
  box-shadow: none;
  font-size: 14px;
  border-radius: 30px 0px 0px 30px;
}

.widget-newsletter button {
  height: 48px;
}


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

.tiny-footer {
  padding-top: 19px;
  padding-bottom: 9px;
  font-size: 12px;
  color: #56575e;
  text-align: left;
  text-transform: uppercase;
  text-align: center;
}

.copyright-content {
  padding: 12px;
  color: #747474;
}


/*--------------------------
  9.4  common
---------------------------*/
.ttl-line{width: 100%; display:block;margin: 0 auto;text-align: center}
.ttl-line2{width: 100%; display:block;text-align: center;margin: 0 auto}
.common-box {position: relative;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  width: 100%
}

.common-box2 {
  margin: 0 auto;
  margin-top: 30px;
  display: block;
  width: 100%
}

.common-box3 {
  margin: 0 auto;
  margin-top: 60px;
  display: block;
  width: 70%
}

.common-box4 {
  margin: 0 auto;
  margin-top: 50px;
  width: 50%
}

.common-ttl {
font-feature-settings: "palt";
  font-size: 30px;
  line-height: 39px;
  text-align:center;
  font-weight:normal;
  color: #4D4D4D;
  margin-top: 15px;
}

.common-ttl2 {
    font-feature-settings: "palt";
  font-size: 23px;
  line-height: 32px;
  text-align:left;
  font-weight:normal;
  color: #4D4D4D;
  margin-top: 15px
}

.common-ttl3 {
    font-feature-settings: "palt";
  font-size: 20px;
  line-height: 33px;
  color: #4D4D4D;
  margin: 15px auto 0;
    text-align: center
}

.common-ttl4 {
  font-size: 23px;
  line-height:30px;
  color: #4D4D4D;
  text-align:center;
    margin-top: 35px;
}



.common-ttl5 {
  font-size: 27px;
  line-height: 36px;
  font-weight: bold;
  color: #4D4D4D;
  margin-top: 30px;
  text-align:center
}



.common-ttl6 {
    font-feature-settings: "palt";
  font-size: 24px;
  line-height: 15px;
  font-weight:bold;
  color:  #00B7E7;
  margin-top: 15px;
margin-bottom: 0;
  text-align:left;
    letter-spacing:2px;
    -webkit-text-stroke:;
background:linear-gradient(transparent 40%, yellow 0%) ;padding: 0 0 2% 2%
}

.common-ttl7 {
    font-feature-settings: "palt";
  font-size: 28px;
  line-height:40px;
  font-weight: bold;
  color: #00D5C7;
  margin-top: 22px;
  text-align:center;
    letter-spacing: 3px;
}

.common-ttl8 {
    font-feature-settings: "palt";
    display:flex;
align-items: center;
  font-size: 24px;
  line-height:40px;
  font-weight:;
  color: #000;
  margin-top: 42px;
  text-align:center;
}


.common-ttl8:after {
border-top: 1px solid;
content: "";
flex-grow: .05;
}

.common-ttl8:after {
margin-left: 2rem;
}


.common-text {
  text-align: center;
  text-justify: inter-ideograph;
  margin-top: 35px;
  font-size: 18px;
  line-height: 30px;
  color: #000
}

.common-text2 {
    text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #4D4D4D;
 
}

.common-text3 {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
  font-size: 15px;
  line-height: 18px;
  color: #000
}

.common-text4 {
  text-align: center;
  text-justify: inter-ideograph;
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
  color: #000
}

.vertical-middle{position: relative;}


.bar {position: relative;
  margin: 0 auto;
  text-align: center;
}

.bar img {
  width: 45%
}

.space-bar {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin: 40px auto 40px
}

.space-bar2 {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin: 40px auto 40px
}

.space-bar3 {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin: 10px auto 10px
}

/*--------------------------
sample
---------------------------*/

.under-line {
  margin-top: 60px;
  font-size: 35px;
  font-weight: bold;
}

.sample1 {
  width:280px;
  margin-top: 10px;
}

.sample2 {
  width: 100%;
margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
}

.sample3 {
  width:77px;
}

.sample4 {
  width: 15%;
  margin: 5px auto 0;
}

.sample5 {
  width: 35%;
  margin: 20px auto 0;
}

.sample6 {
    position: absolute;
    top:-30px;
    left: 0;right: 0;
  width: 60%;
  margin: 10px auto 0;
}

.sample7 {
  width: 100%;
  margin: 0 auto;
  z-index: 0;
  position: absolute;
  top: 600px;
  left: 0;
  right: 0;
}

.sample8 {
  width: 100%;
  margin: 10px auto 0;
}




.img-center{text-align: center; margin: 0 auto}
.img-height{height:150px}


.lineup{display: block;height:420px}
    
    
/*--------------------------
span
---------------------------*/

span{}
span:before{
	content:"";
	width:1em;
	height:.8em;
    padding: 0;
	background:url(/img/arrow.png) no-repeat;
	background-size:contain;
}

.small{font-size: 20px!important}


/*--------------------------
price
---------------------------*/

.price-box {position: relative; width:100%;
  margin: 25px auto 0;
  padding: 2.8%;
    border: solid 2px #00B7E7;
    border-radius: 15px;
}

.price-box2 {
  margin-top: 5px;
}


.price-box-price {text-align:right;
  margin: 20px auto 0;

}
.price-ttl{font-family: Avenir, sans-serif;
    font-size: 60px;font-weight: bold;vertical-align: middle;}

.price-ttl2{font-feature-settings: "palt";
  font-size: 18px;
  line-height:32px;
  color: #fff;
  text-align:left;
    padding: 1% 2%;
    background: #009BFF}

.price-ttl3{font-feature-settings: "palt";
  font-size: 23px;
  line-height:22px;
  color: #00B7E7;
  text-align:left;
    letter-spacing:2px
}

.price-ttl4{font-feature-settings: "palt";
  font-size: 33px;
  line-height:22px;
  color: #4D4D4D;
  text-align:left;
    margin-top: 15px;
    letter-spacing:2px;
    font-family: Avenir, sans-serif;
}

.price-ttl5{
    font-size: 30px;font-weight: bold;text-align: left;line-height: 0;}

.price-text{font-feature-settings: "palt";
  font-size: 17px;
  line-height:22px;
    margin-top: 10px;
    margin-bottom: 0;
  color: #4D4D4D;
  text-align:left;
    letter-spacing:2px
}

.price-icon{width:130px; position: absolute;bottom: 100px;right: 10px;}

/*--------------------------
nega
---------------------------*/
.nega-line{position: relative; margin: 0 auto;text-align: center; }
.balloon{position: absolute;width: 400px;z-index: 0;top:-70px;
  top: 40px;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%); z-index:-1;}
.nega-ttl{position: relative;font-size: 20px;}
strong2{font-size: 33px;line-height: 55px;font-weight: bold;color: #2C5F85}
.nega-box{width: 65%;margin:30px auto 0;}
.nega-back{position: relative;z-index: 0; width: 100%; background:#F2F2F2;padding: 8% 5%;}
.nega{list-style:circle;font-weight: bold;}
.arrow{width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 60px solid #f2f2f2;
margin: 0 auto;position: absolute;top:;
    bottom: -150px;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);}

/*--------------------------
solution
---------------------------*/
.sol-img{width:90%}
.sol{width: 70%;margin: 0 auto;text-align: center}

    
  .sp {
    display: none
  }
  .pc {
    display: block
  }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  body {
    width:100%;
    overflow-x: hidden
  }
.container {
  width:100%;
  margin: 0 auto
}
 
/*--------------------------------
5 Header / Navigations 
----------------------------------*/


/*--------------------
    5.1 Header Regular 
   ----------------------*/

.logo {
  width: 220px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2
}

.logo:hover {
  opacity: .5
}

.header {z-index:9999;
  height: 95px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding-top: 0px;
  box-shadow: 0 .3px 8px 0 rgba(0, 0, 0, .1);
  padding: 0 2%
}




/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/

.hero-section {position: relative; height:100vh; padding-top: 95px; padding-bottom:0; background: url(../img/back.png) no-repeat center;background-size: cover; }

.hero-caption {
  padding-top: 100px;
  padding-bottom: 100px;
}


.hero-title {width: 100%;
    margin: 0;
  position: absolute;
    top: 17%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) ;
  font-size: 30px;
  color: #4D4D4D;
  line-height: 58px;
  font-weight: 600;
  letter-spacing: -1px;
    text-align: center;
}

.top-box{width: 100%;
    }

.top-box2{width:90%;margin: 0 auto;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) ;
    
    }

.top-ttl{
  margin-top: 10px;
  font-size: 22px;
    font-weight: bold;
  line-height: 38px;
  color: #4D4D4D;
    position: absolute;
  top: 100%;
  left: 50%;
    width: 100%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  text-align: center;/*一応BOX内の文字も中央寄せ*/}

strong{
font-weight: bold;font-size:270%;line-height: 120px;color: #fff;
-webkit-text-stroke: 2px #00B7E7;letter-spacing: -8px;
background:linear-gradient(transparent 40%, yellow 0%) ;padding: 0 0 1% 3%}

strong span{display: inline-block;
  transform: rotate(20deg)}

.hero-text {
  text-align: center;
  font-size: 43px;
  color: #000;
  line-height: 58px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 40px
}


nav.globalMenuSp {
  width:100%;
  text-align: center;
  margin-top:60px
}

nav.globalMenuSp ul {
  display: flex;
    float: right;
    margin-right: 0;
  list-style: none;
}

nav.globalMenuSp ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  position: relative;
  display: flex;
}



nav.globalMenuSp ul li a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  display: block;
    padding: 2px 15px;
  text-decoration: none;
}

nav.globalMenuSp ul li a:hover {color: #FFDEE6;
transition: 1s;}


.under-nav{position: absolute;bottom: 92px;border-top:solid 1px #00B7E7;
    border-bottom:solid 1px #00B7E7;width: 100%;height: 92px;background: linear-gradient(#FFFFFF,#DFF1F9);}
.under-nav ul{margin: 0 auto;text-align: center;
padding: 0;display:flex}
.under-nav ul li{display: inline-block;
width:50%;border-left: solid 0 #00B7E7;height: 92px;padding: 0;}

.under-nav ul li:last-child{display: inline-block;
width:50%;border-left: solid 1px #00B7E7;border-right: solid 0 #00B7E7;height: 92px;}

.menu-list{}

.under-nav ul li a{display:inline-block;
  position: relative;
  width: 100%; height:92px; color: #4D4D4D;font-size: 17px;line-height: 26px; }


.under-nav ul li a:before{
	position:absolute;
    top:35px;
	left:10%;
	content:"";
	display:inline-block;
	width:1.5em;
	height:2em;
	background:url(/img/arrow.png) no-repeat;
	background-size:contain;
}


.under-nav ul li a span {
  position: absolute;
  width: 100%;
  top: 50%; //ここで下に50%ずらす
  left: 0;
    right: 0;
  text-align: center;
  transform : translateY(-50%); //ここで上に50%戻す
}

.under-nav2{
    width: 100%;margin: 0 auto;padding: 0;text-align: center}
.under-nav2 ul{display: flex;width: 100%; margin: 0 auto;list-style: none;padding: 0;border:solid 1px #00B7E7;}
.under-nav2 ul li{width:50%;background: linear-gradient(#FFFFFF,#DFF1F9);}
.under-nav2 ul li:last-child{border-left:solid 1px #00B7E7;}

.under-nav2 ul li a{padding:10% 3%;; width: 100%;height: 100%; display:block;font-size: 20px;color: #4D4D4D;}
.under-nav2 ul li a:hover{opacity: .5}
.under-nav2 ul li img{display: block; margin: 30px auto 0; max-height: 100px;width: auto;}

  /*--------------------------
inquiry
---------------------------*/
  .inquiry-box2 {
    width: 250px;
    background: ;
      margin-right: 0;
      float: right;
  }
.inquiry-box2 img{
    width: 200px;
    background: ;
    margin-top: 15px;
      margin-right: 0px;
      float: right;
  }
  .inquiry2 {
    font-weight: bold;
    color: #fff;
  }


/*----------------------------------------------
    5.4 Page Header
----------------------------------------------*/

.page-header {
  background: linear-gradient(rgba(36, 39, 38, 0.5), rgba(36, 39, 38, 0.5)), rgba(36, 39, 38, 0.5) url(../images/page-header.jpg) no-repeat center;
  background-size: cover;
  margin: 0;
  border-bottom: none;
  padding-bottom: 0px;
}

.page-caption {
  padding: 120px 0px;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}

.page-caption h1 {
  color: #fff;
}

.page-caption h5 {
  color: #fff;
}

.page-title {
  color: #000;
  font-weight: bold;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -1px;
}

.breadcrumb {}

.breadcrumb>.active {}

.page-breadcrumb {}

.page-breadcrumb .breadcrumb {
  background-color: transparent;
  margin-bottom: 0px;
  font-size: 12px;
  text-transform: uppercase;
}

.page-ttl {
  font-size: 35px;
  font-weight: bold;
  color: #2cbfb1;
  text-align: center
}

.page-text {
  margin-top: 30px;
  font-size: 17px;
  line-height: 30px;
  text-align: justify;
}



/*--------------------------
  9.4  common
---------------------------*/
.ttl-line{width: 100%; display:block;margin: 0 auto;text-align: center}
.ttl-line2{width: 100%; display:block;text-align: center;margin: 0 auto}
.common-box {position: relative;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  width: 100%
}

.common-box2 {
  margin: 0 auto;
  margin-top: 30px;
  display: block;
  width: 100%
}

.common-box3 {
  margin: 0 auto;
  margin-top: 60px;
  display: block;
  width: 70%
}

.common-box4 {
  margin: 0 auto;
  margin-top: 50px;
  width: 50%
}

.common-ttl {
font-feature-settings: "palt";
  font-size: 30px;
  line-height: 39px;
  text-align:center;
  font-weight:normal;
  color: #4D4D4D;
  margin-top: 15px;
}

.common-ttl2 {
    font-feature-settings: "palt";
  font-size: 23px;
  line-height: 32px;
  text-align:left;
  font-weight:normal;
  color: #4D4D4D;
  margin-top: 15px
}

.common-ttl3 {
    font-feature-settings: "palt";
  font-size: 20px;
  line-height: 33px;
  color: #4D4D4D;
  margin: 15px auto 0;
    text-align: center
}

.common-ttl4 {
  font-size: 23px;
  line-height:30px;
  color: #4D4D4D;
  text-align:center;
    margin-top: 35px;
}



.common-ttl5 {
  font-size: 27px;
  line-height: 36px;
  font-weight: bold;
  color: #4D4D4D;
  margin-top: 30px;
  text-align:center
}



.common-ttl6 {
    font-feature-settings: "palt";
  font-size: 24px;
  line-height: 15px;
  font-weight:bold;
  color:  #00B7E7;
  margin-top: 15px;
margin-bottom: 0;
  text-align:left;
    letter-spacing:2px;
    -webkit-text-stroke:;
background:linear-gradient(transparent 40%, yellow 0%) ;padding: 0 0 2% 2%
}

.common-ttl7 {
    font-feature-settings: "palt";
  font-size: 28px;
  line-height:40px;
  font-weight: bold;
  color: #00D5C7;
  margin-top: 22px;
  text-align:center;
    letter-spacing: 3px;
}

.common-ttl8 {
    font-feature-settings: "palt";
    display:flex;
align-items: center;
  font-size: 24px;
  line-height:40px;
  font-weight:;
  color: #000;
  margin-top: 42px;
  text-align:center;
}


.common-ttl8:after {
border-top: 1px solid;
content: "";
flex-grow: .05;
}

.common-ttl8:after {
margin-left: 2rem;
}


.common-text {
  text-align: center;
  text-justify: inter-ideograph;
  margin-top: 35px;
  font-size: 18px;
  line-height: 30px;
  color: #000
}

.common-text2 {
    text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #4D4D4D;
 
}

.common-text3 {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
  font-size: 15px;
  line-height: 18px;
  color: #000
}

.common-text4 {
  text-align: center;
  text-justify: inter-ideograph;
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
  color: #000
}

.vertical-middle{position: relative;}


.bar {position: relative;
  margin: 0 auto;
  text-align: center;
}

.bar img {
  width: 45%
}

.space-bar {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin: 40px auto 40px
}

.space-bar2 {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin: 40px auto 40px
}

.space-bar3 {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin: 10px auto 10px
}

/*--------------------------
sample
---------------------------*/

.under-line {
  margin-top: 60px;
  font-size: 35px;
  font-weight: bold;
}

.sample1 {
  width:180px;
  margin-top: 10px;
}

.sample2 {
  width: 100%;
margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
}

.sample3 {
  width:77px;
}

.sample4 {
  width: 15%;
  margin: 5px auto 0;
}

.sample5 {
  width: 35%;
  margin: 20px auto 0;
}

.sample6 {
    position: absolute;
    top:-30px;
    left: 0;right: 0;
  width: 60%;
  margin: 10px auto 0;
}

.sample7 {
  width: 100%;
  margin: 0 auto;
  z-index: 0;
  position: absolute;
  top: 600px;
  left: 0;
  right: 0;
}

.sample8 {
  width: 100%;
  margin: 10px auto 0;
}

.sample9 {position: absolute;
    top:-35px;
    left: -38px;
  width: 15%;
    z-index: 0;
    mix-blend-mode: multiply;
}

.sample10 {width: 30px
}

.sample11 {width: 30px;display:table-cell;
}

.img-center{text-align: center; margin: 0 auto}
.img-height{height:150px}


.lineup{display: block;height:420px}
    
    
/*--------------------------
span
---------------------------*/

span{}
span:before{
	content:"";
	width:1em;
	height:.8em;
    padding: 0;
	background:url(/img/arrow.png) no-repeat;
	background-size:contain;
}

.small{font-size: 20px!important}


/*--------------------------
price
---------------------------*/

.price-box {position: relative; width:100%;
  margin: 25px auto 0;
  padding: 2.8%;
    border: solid 2px #00B7E7;
    border-radius: 15px;
}

.price-box2 {
  margin-top: 5px;
}


.price-box-price {text-align:right;
  margin: 20px auto 0;

}
.price-ttl{font-family: Avenir, sans-serif;;font-size: 60px;font-weight: bold;vertical-align: middle;}

.price-ttl2{font-feature-settings: "palt";
  font-size: 18px;
  line-height:32px;
  color: #fff;
  text-align:left;
    padding: 1% 2%;
    background: #009BFF}

.price-ttl3{font-feature-settings: "palt";
  font-size: 23px;
  line-height:22px;
  color: #00B7E7;
  text-align:left;
    letter-spacing:2px
}

.price-ttl4{font-feature-settings: "palt";
  font-size: 33px;
  line-height:22px;
  color: #4D4D4D;
  text-align:left;
    margin-top: 15px;
    letter-spacing:2px;
    font-family: Avenir, sans-serif;
}

.price-ttl5{font-family: Avenir, sans-serif;font-size: 30px;font-weight: bold;text-align: left;line-height: 0;}

.price-text{font-feature-settings: "palt";
  font-size: 17px;
  line-height:22px;
    margin-top: 10px;
    margin-bottom: 0;
  color: #4D4D4D;
  text-align:left;
    letter-spacing:2px
}

.price-icon{width:130px; position: absolute;bottom: 100px;right: 10px;}

/*--------------------------
nega
---------------------------*/
.nega-line{position: relative; margin: 0 auto;text-align: center; }
.balloon{position: absolute;width: 400px;z-index: 0;top:-70px;
  top: 40px;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%); z-index:-1;}
.nega-ttl{position: relative;font-size: 20px;}
strong2{font-size: 33px;line-height: 55px;font-weight: bold;color: #2C5F85}
.nega-box{width: 65%;margin:30px auto 0;}
.nega-back{position: relative;z-index: 0; width: 100%; background:#F2F2F2;padding: 8% 5%;}
.nega{list-style:circle;font-weight: bold;}
.arrow{width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 60px solid #f2f2f2;
margin: 0 auto;position: absolute;top:;
    bottom: -130px;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);}

/*--------------------------
solution
---------------------------*/
.sol-img{width:90%}
.sol{width: 70%;margin: 0 auto;text-align: center}
    
/*--------------------------
company
---------------------------*/
.company-img{width: 51%;}


  /*-------------------------
  btn
---------------------------*/
    

  .sp {
    display: none
  }
  .pc {
    display: block
  }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 767px) {
    
.container {
    width: 100%;
    margin: 0 auto
  }
    
    
 .lineup{display: block;height:auto}
  .header {
    position: fixed;
    width: 100%;
    height: 70px
  }
    
    
  .logo {
    width: 160px;
    position: absolute;
    top: 18px;
    left:4%;
    z-index: 999
  }
  .hero-section {position: relative; height:auto; padding-top: 145px; padding-bottom:0; margin-bottom: 0; background: url(../img/back-sp.png) no-repeat top;background-size: cover; }

.hero-caption {
  padding-top: 0;
  padding-bottom:0;
}


.hero-title {position: relative;
    width: 100%;
    margin:20px auto 0;
  font-size: 23px;
  color: #4D4D4D;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -1px;
    text-align: center;
}

.top-box{width: 100%;
    position: relative;
    }

.top-box2{position:relative;
    width:auto;
    height: auto;
    padding: 0; margin:300px auto 0;
    }

.top-ttl{
  margin-top:0;
  font-size: 22px;
    font-weight: bold;
  line-height: 28px;
  color: #4D4D4D;
    position: absolute;
    z-index: 1;
  top: 100%;
  left: 50%;
    width: 100%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  text-align: center;/*一応BOX内の文字も中央寄せ*/}

strong{
font-weight: bold;font-size:220%;line-height: 90px;color: #fff;
-webkit-text-stroke: 2px #00B7E7;letter-spacing: -8px;
background:linear-gradient(transparent 40%, yellow 0%) ;padding: 0 0 1% 3%}

.hero-text {
  text-align: center;
  font-size: 43px;
  color: #000;
  line-height: 58px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 40px
}

  
    

  .navigation {
    float: none;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 13px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: #fff;
    height: 100%;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    visibility: hidden;
  }
  nav.globalMenuSp ul {
    display: block;
    margin: 0 auto;
    padding: 50px 8%;
    width: 100%;
    height: 100%;
    text-align: left;
  }
  nav.globalMenuSp ul li {
    display: block;
    list-style-type: none;
    padding: 0;
    height: 46px;
    position: relative;
    width: 100%;
    transition: .4s all;
    border-bottom: 1px solid #999999
  }
  nav.globalMenuSp ul li:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 100%;
    border-left: 0px solid #000550;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    text-align: left;
    padding: 1em 0;
    text-decoration: none;
    font-size: 18px;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
    visibility: visible;
  }
  
    .under-nav{position:absolute;border-top:solid 1px #00B7E7;
    border-bottom:solid 1px #00B7E7;width: 100%;height: 120px;background: linear-gradient(#FFFFFF,#DFF1F9);}
.under-nav ul{text-align: center;
padding: 0;display: flex}
.under-nav ul li{position: relative; display: inline-block;
width:50%;border-left: solid 0 #00B7E7;height:119px;padding: 0;}

.under-nav ul li:last-child{display: inline-block;
width:50%;border-left: solid 1px #00B7E7;border-right: solid 0px #00B7E7;height: 119px;}

.menu-list{}

.under-nav ul li a{ position: relative; display:inline-block;
  position: relative;
  width: 100%; height:119px; color: #4D4D4D;font-size: 16px;line-height: 26px; }


.under-nav ul li a:before{
	position:absolute;
    top:55px;
	left:4%;
	content:"";
	display:inline-block;
	width:1em;
	height:2em;
	background:url(/img/arrow.png) no-repeat;
	background-size:contain;
}


.under-nav ul li a span {
  position: absolute;
  width: 100%;
  top: 50%; //ここで下に50%ずらす
  left: 0;
    right: 0;
  text-align:le;
  transform : translateY(-50%); //ここで上に50%戻す
}

.under-nav2{
    width: 100%;margin: 0 auto;padding: 0;text-align: center}
.under-nav2 ul{display:block;width: 100%; margin: 0 auto;list-style: none;padding: 0;border:solid 1px #00B7E7;box-sizing: border-box;}
.under-nav2 ul li{width:100%;background: linear-gradient(#FFFFFF,#DFF1F9);}
.under-nav2 ul li:last-child{border:none; border-top:solid 1px #00B7E7;}

.under-nav2 ul li a{padding:10% 3%; width: 100%;height: 100%; display:block;font-size: 20px;color: #4D4D4D;}
.under-nav2 ul li a:hover{opacity: .5}
.under-nav2 ul li img{display: block; margin: 30px auto 0; max-height: 50px;width: auto;}

/*--------------------------
inquiry
---------------------------*/
  .inquiry-box2 {
  display: none
  }

/*--------------------------
footer
---------------------------*/
 
  .footer-widget {
    margin-bottom: 20px;
  }
  .footer-widget .widget-title {
    margin-bottom: 0px;
  }
  .listnone {
    text-align: left;
    list-style: none;
    padding: 0px;
    display: block;
    margin: 0 auto
  }
  .listnone li {
    margin: 0 15px
  }



/*--------------------------
  9.4  common
---------------------------*/
.ttl-line{width: 100%; display:block;margin: 0 auto;text-align: center}
.ttl-line2{width: 100%; display:block;text-align: center;margin: 0 auto}
.common-box {position: relative;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  width: 100%;
}

.common-box2 {
  margin: 0 auto;
  margin-top: 30px;
  display: block;
  width: 100%
}

.common-box3 {
  margin: 0 auto;
  margin-top: 60px;
  display: block;
  width: 70%
}

.common-box4 {
  margin: 0 auto;
  margin-top: 50px;
  width: 50%
}

.common-ttl {
font-feature-settings: "palt";
  font-size: 27px;
  line-height: 37px;
  text-align:center;
  font-weight:normal;
  color: #4D4D4D;
  margin-top: 15px;
}

.common-ttl2 {
    font-feature-settings: "palt";
  font-size: 23px;
  line-height: 32px;
  text-align:left;
  font-weight:normal;
  color: #4D4D4D;
  margin-top: 15px
}

.common-ttl3 {
    font-feature-settings: "palt";
  font-size: 20px;
  line-height: 33px;
  color: #4D4D4D;
  margin: 15px auto 0;
    text-align: center
}

.common-ttl4 {
  font-size: 20px;
  line-height:30px;
  color: #4D4D4D;
  text-align:center;
    margin-top: 35px;
}



.common-ttl5 {
  font-size: 20px;
  line-height: 30px;
  font-weight:bold;
  color: #4D4D4D;
  margin-top: 30px;
  text-align:center
}



.common-ttl6 {
    font-feature-settings: "palt";
  font-size:2rem;
  line-height: 2.7rem;
  font-weight:bold;
  color:  #00B7E7;
  margin-top: 10px;
margin-bottom: 0;
  text-align:left;
    letter-spacing:2px;
    -webkit-text-stroke:;
background:none;padding:0
}

.common-ttl7 {
    font-feature-settings: "palt";
  font-size: 24px;
  line-height:33px;
  font-weight: bold;
  color: #00D5C7;
  margin-top: 22px;
  text-align:center;
    letter-spacing: 3px;
}

.common-ttl8 {
    font-feature-settings: "palt";
    display:flex;
align-items: center;
  font-size: 24px;
  line-height:40px;
  font-weight:;
  color: #000;
  margin-top: 42px;
  text-align:center;
}


.common-ttl8:after {
border-top: 1px solid;
content: "";
flex-grow: .05;
}

.common-ttl8:after {
margin-left: 2rem;
}


.common-text {
   text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #4D4D4D
}

.common-text2 {
    text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
  font-size: 16px;
  line-height: 23px;
  color: #4D4D4D;
 
}

.common-text3 {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
  font-size: 15px;
  line-height: 18px;
  color: #4D4D4D
}

.common-text4 {
   text-align:center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #4D4D4D
}

.vertical-middle{position: relative;}


.bar {position: relative;
  margin: 0 auto;
  text-align: center;
}

.bar img {
  width: 45%
}

.space-bar {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin: 40px auto 40px
}

.space-bar2 {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin: 40px auto 40px
}

.space-bar3 {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin: 10px auto 10px
}

/*--------------------------
sample
---------------------------*/

.under-line {
  margin-top: 60px;
  font-size: 35px;
  font-weight: bold;
}

.sample1 {
  width:50%;
  margin-top: 10px;
}

.sample2 {
  width: 100%;
margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
}

.sample3 {
  width:77px;
}

.sample4 {
  width: 15%;
  margin: 5px auto 0;
}

.sample5 {
  width: 35%;
  margin: 20px auto 0;
}

.sample6 {
    position: absolute;
    top:-30px;
    left: 0;right: 0;
  width: 60%;
  margin: 10px auto 0;
}

.sample7 {
  width: 100%;
  margin: 0 auto;
  z-index: 0;
  position: absolute;
  top: 600px;
  left: 0;
  right: 0;
}

.sample8 {
  width: 100%;
  margin: 10px auto 0;
}

.sample9 {position: absolute;
    top:-35px;
    left: -38px;
  width: 15%;
    z-index: 0;
    mix-blend-mode: multiply;
}

.sample10 {width: 30px
}

.sample11 {width: 30px;display:table-cell;
}

.img-center{text-align: center; margin: 25px auto 0}
.img-height{height:150px}




/*--------------------------
contents
---------------------------*/
.lineup-block{width: 100%;margin: 0 auto;text-align: center;padding: 1% 3% 8%;background: #ffffff;margin-top: 30px;}

/*----------------------------------------------
table
----------------------------------------------*/
.table-contents {
     display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  }

.table table {
    border: solid 1px #B4BEC8;
    width: 100%;

}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}
.table th.info {
    width: 70%;
    border-top-left-radius: 0;
    border-right: 1px solid #B4BEC8;
}

.table th {
    text-align: center;
    background-color: #D9FFFB;
}

.table th.info .block {
    border-bottom: 1px solid #B4BEC8;
}

.table th.info .block .cell:first-child {
    border: 0;
}

.table th.info .block .cell {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 12px 0;
    border-left: 1px solid #B4BEC8;
}

.table th.info .block .cell h3 {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 1.6px;
    color: #4D4D4D
}

.table th.price {
    width: 30%;
    border-top-right-radius: 0;
}

.table td.info {
    width: 70%;
    border-right: 1px solid #B4BEC8;
}

.table td {
    text-align: center;
    background-color: #FFFFFF;
    border-top: 1px solid #B4BEC8;
}
.table td.info .block {
    border-bottom: 1px solid #B4BEC8;
}

.rmspace {
    font-size: 0;
}

.table td.info .block .cell:first-child {
    border: 0;
}

.table td.info .block .cell {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 26px 0;
    border-left: 1px solid #B4BEC8;
}

.table td.info .block .cell:last-child {
    padding: 32px;
}

.table td.info .block .cell h3 {
  
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #3C5064;
}
.table td.info .block .cell h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #3C5064;
}
.table td.info .block .cell p {
    margin: 0 0 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.4px;
    color: #3C5064;
}

.table td.info .cell {
    width: 100%;
    padding: 24px 0;
}

div {
    display: block;
}

.table td.info .cell h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.4px;
    color: #3C5064;
}
.table td.info .cell h3 span {
    font-size: 14px;
}
.table td.price {
    width: 30%;
}
.table th.info .cell {
    width: 100%;
    padding: 20px 0;
}

.table th.info .cell h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.2px;
    color: #4D4D4D;
}

.table th.price h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1.2px;
    color: #4D4D4D;
}

.table td.price h3 {
    font-family: Avenir, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    color: #3C5064;
}

.table td.price h3 span {
    font-size: 14px;
}

.table td.price p {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0;
    color: #3C5064;
}


/*--------------------------
span
---------------------------*/

span{}
span:before{
	content:"";
	width:1em;
	height:.8em;
    padding: 0;
	background:url(/img/arrow.png) no-repeat;
	background-size:contain;
}

.small{font-size: 20px!important}


/*--------------------------
price
---------------------------*/

.price-box {position: relative; width: 100%;
  margin: 15px auto 0;
  padding: 4%;
    border: solid 2px #00B7E7;
    border-radius: 15px;
}

.price-box2 {
  margin-top: 25px;
}


.price-box-price {font-feature-settings: "palt";
    text-align:left;
  margin: 30px auto 0;
    padding: 0;

}
.price-ttl{font-feature-settings: "palt";font-family: Avenir, sans-serif;;font-size: 60px;font-weight: bold;vertical-align: middle;text-align:center}

.price-ttl2{
  font-size: 18px;
  line-height:32px;
  color: #fff;
  text-align:left;
    padding: 1% 2%;
    background: #009BFF}

.price-ttl3{font-feature-settings: "palt";
  font-size: 20px;
  line-height:28px;
  color: #00B7E7;
  text-align:left;
    letter-spacing:2px
}

.price-ttl4{font-feature-settings: "palt";
  font-size: 28px;
  line-height:22px;
  color: #4D4D4D;
  text-align:left;
    margin-top: 15px;
    letter-spacing:2px;
    font-family: Avenir, sans-serif;
}

.price-ttl5{font-family: Avenir, sans-serif;font-size: 30px;font-weight: bold;text-align: left;line-height: 0;}

.price-text{font-feature-settings: "palt";
  font-size: 15px;
  line-height:22px;
    margin-top: 10px;
    margin-bottom: 0;
  color: #4D4D4D;
  text-align:left;
    letter-spacing:2px
}

.price-icon{display: block; float: right; width:100px;position:relative;padding-bottom: 20px}

/*--------------------------
nega
---------------------------*/
.nega-line{position: relative; margin: 0 auto;text-align: center; }
.balloon{position: absolute;width:90%;
  top: 30px;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);}
.nega-ttl{position: relative; font-size: 18px;}
strong2{font-size: 26px;line-height: 35px;font-weight: bold;color: #2C5F85}
.nega-box{width: 100%;margin:20px auto 0;}
.nega-back{width: 100%; background:#F2F2F2;padding: 8% 5%;}
.nega{list-style:circle;font-weight: bold;}
.arrow{width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 60px solid #f2f2f2;
margin: 0 auto;position: absolute;top:;
    bottom: -100px;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);}

/*--------------------------
solution
---------------------------*/
.sol-img{width:100%;height:200px;}
.sol{width: 95%;margin: 0 auto;text-align: center}
    
    /*--------------------------
company
---------------------------*/
.company-img{width: 51%;}


/*-------------------------
  btn
---------------------------*/

.btn-box{margin: 30px auto 0;text-align: center}

.btn {
  color: #4D4D4D;
  padding: 4% 6%;
  font-size: 20px;
    border: solid 1px #00B7E7;
  border-radius: 35px;
    background: linear-gradient(#FFFFFF,#DFF1F9);
}

.btn:hover {
  opacity: .7
}



#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 10px;
  background: #000;
  opacity: 1;
  z-index: 10001;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 15px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


 /*-------------------------
  footer chase btn
---------------------------*/

.chase-btn {
  position: fixed;
  bottom:10px;
  left: 2%;
  vertical-align: top;
  /* 上端揃え */
}

.chase-btn img {
  width:70px
}

.chase-btn img:hover {
  opacity: .5
}



.chase-btn2 {
  position: fixed;
  bottom: 10px;
   right: 2%;
  vertical-align: /* 上端揃え */
}

.chase-btn2 img {
  width: 70px
}

.chase-btn2 img:hover {
  opacity: .5
}
    
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
  body {
    width: 100%
  }
    
.container {
    width: 100%;
    margin: 0 auto
  }
    
    
 .lineup{display: block;height:auto}
  .header {
    position: fixed;
    width: 100%;
    height: 70px
  }
    
    
  .logo {
    width: 160px;
    position: absolute;
    top: 18px;
    left:4%;
    z-index: 999
  }
  .hero-section {position: relative; height:auto; padding-top: 145px; padding-bottom:0; margin-bottom: 0; background: url(../img/back-sp.png) no-repeat top;background-size: cover; }

.hero-caption {
  padding-top: 0;
  padding-bottom:0;
}


.hero-title {position: relative;
    width: 100%;
    margin:70px auto 0;
  font-size: 23px;
  color: #4D4D4D;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -1px;
    text-align: center;
}

.top-box{width: 100%;
    position: relative;
    }

.top-box2{position:relative;
    width:auto;
    height: auto;
    padding: 0; margin:300px auto 0;
    }

.top-ttl{
  margin-top:0;
  font-size: 22px;
    font-weight: bold;
  line-height: 28px;
  color: #4D4D4D;
    position: absolute;
    z-index: 1;
  top: 100%;
  left: 50%;
    width: 100%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  text-align: center;/*一応BOX内の文字も中央寄せ*/}

    strong{font-weight: bold;font-size:200%;line-height: 90px;color: #fff;
-webkit-text-stroke: 1.7px #00B7E7;letter-spacing: -8px;
background:linear-gradient(transparent 40%, yellow 0%) ;padding: 0 0 1% 3%}

.hero-text {
  text-align: center;
  font-size: 43px;
  color: #000;
  line-height: 58px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 40px
}

  
    

  .navigation {
    float: none;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 13px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: #fff;
    height: 100%;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    visibility: hidden;
  }
  nav.globalMenuSp ul {
    display: block;
    margin: 0 auto;
    padding: 50px 8%;
    width: 100%;
    height: 100%;
    text-align: left;
  }
  nav.globalMenuSp ul li {
    display: block;
    list-style-type: none;
    padding: 0;
    height: 46px;
    position: relative;
    width: 100%;
    transition: .4s all;
    border-bottom: 1px solid #00B7E7
  }
  nav.globalMenuSp ul li:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 100%;
    border-left: 0px solid #000550;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #00B7E7;
    text-align: left;
    padding: 1em 0;
    text-decoration: none;
    font-size: 18px;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
    visibility: visible;
  }
  
 .under-nav{position:absolute;border-top:solid 0 #00B7E7;
    border-bottom:solid 0 #00B7E7;width: 100%;height: auto; background: none}
.under-nav ul{text-align: center;
padding: 0;display:block}
.under-nav ul li{position: relative; display:block;
width:100%;height: 80px;border-top:solid 1px #00B7E7;background: linear-gradient(#FFFFFF,#DFF1F9);}

.under-nav ul li:last-child{display:block;
width:100%;height: 80px;80px;border-left: none;border-bottom:solid 1px #00B7E7;}

.menu-list{}

.under-nav ul li a{ position: relative; display:inline-block;
  position: relative;
  width: 100%; height:119px; color: #4D4D4D;font-size: 16px;line-height: 26px;}


.under-nav ul li a:before{
	position:absolute;
    top:33px;
	left:4%;
	content:"";
	display:inline-block;
	width:1em;
	height:2em;
	background:url(/img/arrow.png) no-repeat;
	background-size:contain;
}


.under-nav ul li a span {
  position: absolute;
  width: 100%;
  top: 33%; //ここで下に50%ずらす
  left: 0;
    right: 0;
  text-align:le;
  transform : translateY(-50%); //ここで上に50%戻す
}

.under-nav2{
    width: 100%;margin: 0 auto;padding: 0;text-align: center}
.under-nav2 ul{display:block;width: 100%; margin: 0 auto;list-style: none;padding: 0;border:solid 1px #00B7E7;box-sizing: border-box;}
.under-nav2 ul li{width:100%;background: linear-gradient(#FFFFFF,#DFF1F9);}
.under-nav2 ul li:last-child{border:none; border-top:solid 1px #00B7E7;}

.under-nav2 ul li a{padding:10% 3%; width: 100%;height: 100%; display:block;font-size: 20px;color: #4D4D4D;}
.under-nav2 ul li a:hover{opacity: .5}
.under-nav2 ul li img{display: block; margin: 30px auto 0; max-height: 50px;width: auto;}

/*--------------------------
inquiry
---------------------------*/
  .inquiry-box2 {
  display: none
  }

/*--------------------------
footer
---------------------------*/
 
  .footer-widget {
    margin-bottom: 20px;
  }
  .footer-widget .widget-title {
    margin-bottom: 0px;
  }
  .listnone {
    text-align: left;
    list-style: none;
    padding: 0px;
    display: block;
    margin: 0 auto
  }
  .listnone li {
    margin: 0 15px
  }



/*--------------------------
  9.4  common
---------------------------*/
.ttl-line{width: 100%; display:block;margin: 0 auto;text-align: center}
.ttl-line2{width: 100%; display:block;text-align: center;margin: 0 auto}
.common-box {position: relative;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  width: 100%;
}

.common-box2 {
  margin: 0 auto;
  margin-top: 30px;
  display: block;
  width: 100%
}

.common-box3 {
  margin: 0 auto;
  margin-top: 60px;
  display: block;
  width: 70%
}

.common-box4 {
  margin: 0 auto;
  margin-top: 50px;
  width: 50%
}

.common-ttl {
font-feature-settings: "palt";
  font-size: 27px;
  line-height: 37px;
  text-align:center;
  font-weight:normal;
  color: #4D4D4D;
  margin-top: 15px;
}

.common-ttl2 {
    font-feature-settings: "palt";
  font-size: 23px;
  line-height: 32px;
  text-align:left;
  font-weight:normal;
  color: #4D4D4D;
  margin-top: 15px
}

.common-ttl3 {
    font-feature-settings: "palt";
  font-size: 20px;
  line-height: 33px;
  color: #4D4D4D;
  margin: 15px auto 0;
    text-align: center
}

.common-ttl4 {
  font-size: 20px;
  line-height:30px;
  color: #4D4D4D;
  text-align:center;
    margin-top: 35px;
}



.common-ttl5 {
  font-size: 20px;
  line-height: 30px;
  font-weight:bold;
  color: #4D4D4D;
  margin-top: 30px;
  text-align:center
}



.common-ttl6 {
    font-feature-settings: "palt";
  font-size:2rem;
  line-height: 2.7rem;
  font-weight:bold;
  color:  #00B7E7;
  margin-top: 10px;
margin-bottom: 0;
  text-align:left;
    letter-spacing:2px;
    -webkit-text-stroke:;
background:none;padding:0
}

.common-ttl7 {
    font-feature-settings: "palt";
  font-size: 24px;
  line-height:33px;
  font-weight: bold;
  color: #00D5C7;
  margin-top: 22px;
  text-align:center;
    letter-spacing: 3px;
}

.common-ttl8 {
    font-feature-settings: "palt";
    display:flex;
align-items: center;
  font-size: 24px;
  line-height:40px;
  font-weight:;
  color: #000;
  margin-top: 42px;
  text-align:center;
}


.common-ttl8:after {
border-top: 1px solid;
content: "";
flex-grow: .05;
}

.common-ttl8:after {
margin-left: 2rem;
}


.common-text {
   text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #4D4D4D
}

.common-text2 {
    text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
  font-size: 16px;
  line-height: 23px;
  color: #4D4D4D;
 
}

.common-text3 {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
  font-size: 15px;
  line-height: 18px;
  color: #4D4D4D
}

.common-text4 {
   text-align:center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #4D4D4D
}

.vertical-middle{position: relative;}


.bar {position: relative;
  margin: 0 auto;
  text-align: center;
}

.bar img {
  width: 45%
}

.space-bar {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin: 40px auto 40px
}

.space-bar2 {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin: 40px auto 40px
}

.space-bar3 {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin: 10px auto 10px
}

/*--------------------------
sample
---------------------------*/

.under-line {
  margin-top: 60px;
  font-size: 35px;
  font-weight: bold;
}

.sample1 {
  width:50%;
  margin-top: 10px;
}

.sample2 {
  width: 100%;
margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
}

.sample3 {
  width:77px;
}

.sample4 {
  width: 15%;
  margin: 5px auto 0;
}

.sample5 {
  width: 35%;
  margin: 20px auto 0;
}

.sample6 {
    position: absolute;
    top:-30px;
    left: 0;right: 0;
  width: 60%;
  margin: 10px auto 0;
}

.sample7 {
  width: 100%;
  margin: 0 auto;
  z-index: 0;
  position: absolute;
  top: 600px;
  left: 0;
  right: 0;
}

.sample8 {
  width: 100%;
  margin: 10px auto 0;
}

.sample9 {position: absolute;
    top:-35px;
    left: -38px;
  width: 15%;
    z-index: 0;
    mix-blend-mode: multiply;
}

.sample10 {width: 30px
}

.sample11 {width: 30px;display:table-cell;
}

.img-center{text-align: center; margin: 25px auto 0}
.img-height{height:150px}




/*--------------------------
contents
---------------------------*/
.lineup-block{width: 100%;margin: 0 auto;text-align: center;padding: 1% 3% 8%;background: #ffffff;margin-top: 30px;}

/*----------------------------------------------
table
----------------------------------------------*/
.table-contents {
     display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  }

.table table {
    border: solid 1px #B4BEC8;
    width: 100%;

}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}
.table th.info {
    width: 70%;
    border-top-left-radius: 0;
    border-right: 1px solid #B4BEC8;
}

.table th {
    text-align: center;
    background-color: #D9FFFB;
}

.table th.info .block {
    border-bottom: 1px solid #B4BEC8;
}

.table th.info .block .cell:first-child {
    border: 0;
}

.table th.info .block .cell {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 12px 0;
    border-left: 1px solid #B4BEC8;
}

.table th.info .block .cell h3 {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 1.6px;
    color: #4D4D4D
}

.table th.price {
    width: 30%;
    border-top-right-radius: 0;
}

.table td.info {
    width: 70%;
    border-right: 1px solid #B4BEC8;
}

.table td {
    text-align: center;
    background-color: #FFFFFF;
    border-top: 1px solid #B4BEC8;
}
.table td.info .block {
    border-bottom: 1px solid #B4BEC8;
}

.rmspace {
    font-size: 0;
}

.table td.info .block .cell:first-child {
    border: 0;
}

.table td.info .block .cell {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 26px 0;
    border-left: 1px solid #B4BEC8;
}

.table td.info .block .cell:last-child {
    padding: 32px;
}

.table td.info .block .cell h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #3C5064;
}
.table td.info .block .cell h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #3C5064;
}
.table td.info .block .cell p {
    margin: 0 0 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.4px;
    color: #3C5064;
}

.table td.info .cell {
    width: 100%;
    padding: 24px 0;
}

div {
    display: block;
}

.table td.info .cell h3 {
    font-family: Avenir, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.4px;
    color: #3C5064;
}
.table td.info .cell h3 span {
    font-size: 14px;
}
.table td.price {
    width: 30%;
}
.table th.info .cell {
    width: 100%;
    padding: 20px 0;
}

.table th.info .cell h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.2px;
    color: #4D4D4D;
}

.table th.price h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1.2px;
    color: #4D4D4D;
}

.table td.price h3 {
    font-family: Avenir, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    color: #3C5064;
}

.table td.price h3 span {
    font-size: 14px;
}

.table td.price p {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0;
    color: #3C5064;
}


/*--------------------------
span
---------------------------*/

span{}
span:before{
	content:"";
	width:1em;
	height:.8em;
    padding: 0;
	background:url(/img/arrow.png) no-repeat;
	background-size:contain;
}

.small{font-size: 20px!important}


/*--------------------------
price
---------------------------*/

.price-box {position: relative; width: 100%;
  margin: 15px auto 0;
  padding: 4%;
    border: solid 2px #00B7E7;
    border-radius: 15px;
}

.price-box2 {
  margin-top: 25px;
}


.price-box-price {font-feature-settings: "palt";
    text-align:left;
  margin: 30px auto 0;
    padding: 0;

}
.price-ttl{font-feature-settings: "palt";font-family: Avenir, sans-serif;;font-size: 60px;font-weight: bold;vertical-align: middle;text-align:center}

.price-ttl2{
  font-size: 18px;
  line-height:32px;
  color: #fff;
  text-align:left;
    padding: 1% 2%;
    background: #009BFF}

.price-ttl3{font-feature-settings: "palt";
  font-size: 20px;
  line-height:28px;
  color: #00B7E7;
  text-align:left;
    letter-spacing:2px
}

.price-ttl4{font-feature-settings: "palt";
  font-size: 28px;
  line-height:22px;
  color: #4D4D4D;
  text-align:left;
    margin-top: 15px;
    letter-spacing:2px;
    font-family: Avenir, sans-serif;
}

.price-ttl5{font-family: Avenir, sans-serif;;font-size: 30px;font-weight: bold;text-align: left;line-height: 0;}

.price-text{font-feature-settings: "palt";
  font-size: 15px;
  line-height:22px;
    margin-top: 10px;
    margin-bottom: 0;
  color: #4D4D4D;
  text-align:left;
    letter-spacing:2px
}

.price-icon{display: block; float: right; width:100px;position:relative;padding-bottom: 20px}

/*--------------------------
nega
---------------------------*/
.nega-line{position: relative; margin: 0 auto;text-align: center; }
.balloon{position: absolute;width:90%;
  top: 30px;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);}
.nega-ttl{position: relative; font-size: 18px;}
strong2{font-size: 26px;line-height: 35px;font-weight: bold;color: #2C5F85}
.nega-box{width: 100%;margin:20px auto 0;}
.nega-back{width: 100%; background:#F2F2F2;padding: 8% 5%;}
.nega{list-style:circle;font-weight: bold;}
.arrow{width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 60px solid #f2f2f2;
margin: 0 auto;position: absolute;top:;
    bottom: -100px;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);}

/*--------------------------
solution
---------------------------*/
.sol-img{width:100%;height:200px;}
.sol{width: 95%;margin: 0 auto;text-align: center}
    
    /*--------------------------
company
---------------------------*/
.company-img{width: 95%;}


/*-------------------------
  btn
---------------------------*/

.btn-box{margin: 30px auto 0;text-align: center}

.btn {
  color: #4D4D4D;
  padding: 4% 6%;
  font-size: 20px;
    border: solid 1px #00B7E7;
  border-radius: 35px;
    background: linear-gradient(#FFFFFF,#DFF1F9);
}

.btn:hover {
  opacity: .7
}



#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 10px;
  background: #000;
  opacity: 1;
  z-index: 10001;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 15px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


 /*-------------------------
  footer chase btn
---------------------------*/

.chase-btn {
  position: fixed;
  bottom:10px;
  left: 2%;
  vertical-align: top;
  /* 上端揃え */
}

.chase-btn img {
  width:70px
}

.chase-btn img:hover {
  opacity: .5
}



.chase-btn2 {
  position: fixed;
  bottom: 10px;
   right: 2%;
  vertical-align: /* 上端揃え */
}

.chase-btn2 img {
  width: 70px
}

.chase-btn2 img:hover {
  opacity: .5
}
    


.space {
  padding-top: 20px
}

.space2 {
  padding-top: 40px
}
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .pc {
    display: none
  }
  .sp {
    display: block
  }
    

sp {
  display: block
}

pc {
  display: none
}
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
  .header {
    position: fixed;
    width: 100%;
    height: 65px
  }
  .logo {
    width: 120px;
    position: absolute;
    top: 21px;
    left:4%;
    z-index: 999
  }
  .hero-section {position: relative; height:auto; padding-top: 65px; padding-bottom:0; margin-bottom: 0; background: url(../img/back-sp.png) no-repeat top;background-size: cover; }

.hero-caption {
  padding-top: 0;
  padding-bottom:0;
}


.hero-title {position: relative;
    width: 100%;
  font-size: 20px;
  color: #4D4D4D;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -1px;
    text-align: center;
    margin-top: 100px;
}

.top-box{width: 100%;
    position: relative;
    }

.top-box2{position:relative;
    width:auto;
    height: auto;
    padding: 0; margin:250px auto 0;
    }

.top-ttl{font-family: "Yu Gothic";
  margin-top:0;
  font-size: 22px;
    font-weight: bold;
  line-height: 28px;
  color: #4D4D4D;
    position: absolute;
    z-index: 1;
  top: 100%;
  left: 50%;
    width: 100%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  text-align: center;/*一応BOX内の文字も中央寄せ*/}

strong{
font-weight: bold;font-size:200%;line-height: 70px;color: #fff;
-webkit-text-stroke: 1.4px #00B7E7;letter-spacing: -8px;
background:linear-gradient(transparent 40%, yellow 0%) ;padding: 0 0 1% 3%}

.hero-text {
  text-align: center;
  font-size: 43px;
  color: #000;
  line-height: 58px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 40px
}

  
    

  .navigation {
    float: none;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 13px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: #fff;
    height: 100%;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    visibility: hidden;
  }
  nav.globalMenuSp ul {
    display: block;
    margin: 0 auto;
    padding: 50px 8%;
    width: 100%;
    height: 100%;
    text-align: left;
  }
  nav.globalMenuSp ul li {
    display: block;
    list-style-type: none;
    padding: 0;
    height: 46px;
    position: relative;
    width: 100%;
    transition: .4s all;
    border-bottom: 1px solid #00B7E7
  }
  nav.globalMenuSp ul li:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 100%;
    border-left: 0px solid #000550;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #00B7E7;
    text-align: left;
    padding: 1em 0;
    text-decoration: none;
    font-size: 18px;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
    visibility: visible;
  }
  
    .under-nav{position:absolute;border-top:solid 0 #00B7E7;
    border-bottom:solid 0 #00B7E7;width: 100%;height: auto; background: none}
.under-nav ul{text-align: center;
padding: 0;display:block}
.under-nav ul li{position: relative; display:block;
width:100%;height: 80px;border-top:solid 1px #00B7E7;background: linear-gradient(#FFFFFF,#DFF1F9);}

.under-nav ul li:last-child{display:block;
width:100%;height: 80px;80px;border-left: none;border-bottom:solid 1px #00B7E7;}

.menu-list{}

.under-nav ul li a{ position: relative; display:inline-block;
  position: relative;
  width: 100%; height:119px; color: #4D4D4D;font-size: 16px;line-height: 26px;}


.under-nav ul li a:before{
	position:absolute;
    top:33px;
	left:4%;
	content:"";
	display:inline-block;
	width:1em;
	height:2em;
	background:url(/img/arrow.png) no-repeat;
	background-size:contain;
}


.under-nav ul li a span {
  position: absolute;
  width: 100%;
  top: 33%; //ここで下に50%ずらす
  left: 0;
    right: 0;
  text-align:le;
  transform : translateY(-50%); //ここで上に50%戻す
}

.under-nav2{
    width: 100%;margin: 0 auto;padding: 0;text-align: center}
.under-nav2 ul{display:block;width: 100%; margin: 0 auto;list-style: none;padding: 0;border:solid 1px #00B7E7;box-sizing: border-box;}
.under-nav2 ul li{width:100%;background: linear-gradient(#FFFFFF,#DFF1F9);}
.under-nav2 ul li:last-child{border:none; border-top:solid 1px #00B7E7;}

.under-nav2 ul li a{padding:10% 3%; width: 100%;height: 100%; display:block;font-size: 20px;color: #4D4D4D;}
.under-nav2 ul li a:hover{opacity: .5}
.under-nav2 ul li img{display: block; margin: 30px auto 0; max-height: 50px;width: auto;}

/*--------------------------
inquiry
---------------------------*/
  .inquiry-box2 {
  display: none
  }

/*--------------------------
footer
---------------------------*/
 
  .footer-widget {
    margin-bottom: 20px;
  }
  .footer-widget .widget-title {
    margin-bottom: 0px;
  }
  .listnone {
    text-align: left;
    list-style: none;
    padding: 0px;
    display: block;
    margin: 0 auto
  }
  .listnone li {
    margin: 0 15px
  }

  .container {
    width: 100%;
    margin: 0 auto
  }

/*--------------------------
  9.4  common
---------------------------*/
.ttl-line{width: 100%; display:block;margin: 0 auto;text-align: center}
.ttl-line2{width: 100%; display:block;text-align: center;margin: 0 auto}
.common-box {position: relative;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  width: 100%;
}

.common-box2 {
  margin: 0 auto;
  margin-top: 30px;
  display: block;
  width: 100%
}

.common-box3 {
  margin: 0 auto;
  margin-top: 60px;
  display: block;
  width: 70%
}

.common-box4 {
  margin: 0 auto;
  margin-top: 50px;
  width: 50%
}

.common-ttl {
font-feature-settings: "palt";
  font-size: 25px;
  line-height: 35px;
  text-align:center;
  font-weight:normal;
  color: #4D4D4D;
  margin-top: 15px;
}

.common-ttl2 {
    font-feature-settings: "palt";
  font-size: 21px;
  line-height: 30px;
  text-align:left;
  font-weight:normal;
  color: #4D4D4D;
  margin-top: 15px
}

.common-ttl3 {
    font-feature-settings: "palt";
  font-size: 18px;
  line-height: 31px;
  color: #4D4D4D;
  margin: 15px auto 0;
    text-align: center
}

.common-ttl4 {
  font-size: 18px;
  line-height:26px;
  color: #4D4D4D;
  text-align:center;
    margin-top: 25px;
}



.common-ttl5 {
  font-size: 18px;
  line-height: 27px;
  font-weight:bold;
  color: #4D4D4D;
  margin-top: 30px;
  text-align:center
}



.common-ttl6 {
    font-feature-settings: "palt";
  font-size:1.8rem;
  line-height: 2.5rem;
  font-weight:bold;
  color:  #00B7E7;
  margin-top: 10px;
margin-bottom: 0;
  text-align:left;
    letter-spacing:2px;
    -webkit-text-stroke:;
background:none;padding:0
}

.common-ttl7 {
    font-feature-settings: "palt";
  font-size: 22px;
  line-height:31px;
  font-weight: bold;
  color: #00D5C7;
  margin-top: 20px;
  text-align:center;
    letter-spacing: 3px;
}





.common-text {
   text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 20px;
  font-size: 16px;
  line-height: 23px;
  color: #4D4D4D
}

.common-text2 {
    text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
  font-size: 16px;
  line-height: 23px;
  color: #4D4D4D;
 
}

.common-text3 {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #4D4D4D
}

.common-text4 {
   text-align:center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #4D4D4D
}

.vertical-middle{position: relative;}


.bar {position: relative;
  margin: 0 auto;
  text-align: center;
}

.bar img {
  width: 45%
}

.space-bar {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin: 40px auto 40px
}

.space-bar2 {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin: 40px auto 40px
}

.space-bar3 {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin: 10px auto 10px
}

/*--------------------------
sample
---------------------------*/

.under-line {
  margin-top: 60px;
  font-size: 35px;
  font-weight: bold;
}

.sample1 {
  width:50%;
  margin-top: 10px;
}

.sample2 {
  width: 100%;
margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
}

.sample3 {
  width:77px;
}

.sample4 {
  width: 15%;
  margin: 5px auto 0;
}

.sample5 {
  width: 35%;
  margin: 20px auto 0;
}


.img-center{text-align: center; margin: 15px auto 0}
.img-height{height:150px}




/*--------------------------
contents
---------------------------*/
.lineup-block{width: 100%;margin: 0 auto;text-align: center;padding: 1% 3% 8%;background: #ffffff;margin-top: 30px;}

/*----------------------------------------------
table
----------------------------------------------*/
.table-contents {
     display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  }

.table table {
    border: solid 1px #B4BEC8;
    width: 100%;

}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}
.table th.info {
    width: 70%;
    border-top-left-radius: 0;
    border-right: 1px solid #B4BEC8;
}

.table th {
    text-align: center;
    background-color: #D9FFFB;
}

.table th.info .block {
    border-bottom: 1px solid #B4BEC8;
}

.table th.info .block .cell:first-child {
    border: 0;
}

.table th.info .block .cell {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 12px 0;
    border-left: 1px solid #B4BEC8;
}

.table th.info .block .cell h3 {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 1.6px;
    color: #4D4D4D
}

.table th.price {
    width: 30%;
    border-top-right-radius: 0;
}

.table td.info {
    width: 70%;
    border-right: 1px solid #B4BEC8;
}

.table td {
    text-align: center;
    background-color: #FFFFFF;
    border-top: 1px solid #B4BEC8;
}
.table td.info .block {
    border-bottom: 1px solid #B4BEC8;
}

.rmspace {
    font-size: 0;
}

.table td.info .block .cell:first-child {
    border: 0;
}

.table td.info .block .cell {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 26px 0;
    border-left: 1px solid #B4BEC8;
}

.table td.info .block .cell:last-child {
    padding: 32px;
}

.table td.info .block .cell h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #3C5064;
}
.table td.info .block .cell h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #3C5064;
}
.table td.info .block .cell p {
    margin: 0 0 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.4px;
    color: #3C5064;
}

.table td.info .cell {
    width: 100%;
    padding: 24px 0;
}

div {
    display: block;
}

.table td.info .cell h3 {
    font-family: Avenir, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.4px;
    color: #3C5064;
}
.table td.info .cell h3 span {
    font-size: 14px;
}
.table td.price {
    width: 30%;
}
.table th.info .cell {
    width: 100%;
    padding: 20px 0;
}

.table th.info .cell h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.2px;
    color: #4D4D4D;
}

.table th.price h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1.2px;
    color: #4D4D4D;
}

.table td.price h3 {
    font-family: Avenir, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    color: #3C5064;
}

.table td.price h3 span {
    font-size: 14px;
}

.table td.price p {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0;
    color: #3C5064;
}


/*--------------------------
span
---------------------------*/

span{}
span:before{
	content:"";
	width:1em;
	height:.8em;
    padding: 0;
	background:url(/img/arrow.png) no-repeat;
	background-size:contain;
}

.small{font-size: 20px!important}


/*--------------------------
price
---------------------------*/

.price-box {position: relative; width: 100%;
  margin: 10px auto 0;
  padding: 4%;
    border: solid 2px #00B7E7;
    border-radius: 15px;
}

.price-box2 {
  margin-top: 15px;
}


.price-box-price {font-feature-settings: "palt";
    text-align:left;
  margin: 35px auto 0;
    padding: 0;

}
.price-ttl{font-feature-settings: "palt";font-family: Avenir, sans-serif;;font-size: 50px;font-weight: bold;vertical-align: middle;text-align:center}

.price-ttl2{
  font-size: 18px;
  line-height:32px;
  color: #fff;
  text-align:left;
    padding: 1% 2%;
    background: #009BFF}

.price-ttl3{font-feature-settings: "palt";
  font-size: 17px;
  line-height:26px;
  color: #00B7E7;
  text-align:left;
    letter-spacing:2px
}

.price-ttl4{font-feature-settings: "palt";
  font-size: 22px;
  line-height:22px;
  color: #4D4D4D;
  text-align:left;
    margin-top: 15px;
    letter-spacing:2px;
    font-family: Avenir, sans-serif;
}

.price-ttl5{font-family: Avenir, sans-serif;;font-size: 30px;font-weight: bold;text-align: left;line-height: 0;}

.price-text{font-feature-settings: "palt";
  font-size: 15px;
  line-height:22px;
    margin-top: 10px;
    margin-bottom: 0;
  color: #4D4D4D;
  text-align:left;
    letter-spacing:2px
}

.price-icon{display: block; float: right; width:100px;position:relative;padding-bottom:0;margin-right: -15px;margin-top: 55px;}

/*--------------------------
nega
---------------------------*/
.nega-line{position: relative; margin: 0 auto;text-align: center; }
.balloon{position: absolute;width:90%;
  top: 60px;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);}
.nega-ttl{position: relative; font-size: 18px;}
strong2{font-size: 26px;line-height: 35px;font-weight: bold;color: #2C5F85}
.nega-box{width: 100%;margin:20px auto 0;}
.nega-back{width: 100%; background:#F2F2F2;padding: 8% 3%;}
.nega{list-style:circle;font-weight: bold;}
.arrow{width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 60px solid #f2f2f2;
margin: 0 auto;position: absolute;top:;
    bottom: -100px;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);}

/*--------------------------
solution
---------------------------*/
.sol-img{width:100%;height:200px;}
.sol{width: 75%;margin: 0 auto 20px;text-align: center}

/*-------------------------
  btn
---------------------------*/

.btn-box{margin: 30px auto 0;text-align: center}

.btn {
  color: #4D4D4D;
  padding: 4% 6%;
  font-size: 18px;
    border: solid 1px #00B7E7;
  border-radius: 35px;
    background: linear-gradient(#FFFFFF,#DFF1F9);
}

.btn:hover {
  opacity: .7
}
  
  .pc {
    display: none
  }
  .sp {
    display: block
  }
}