@charset "UTF-8";
@import url("grid.css?1");
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}

.under {
    border-bottom: 0.4rem solid var(--base-color);
    padding:0 1rem 1rem 1rem;
}

html {
    scroll-padding-top: 300px;
    scroll-behavior: smooth;
}

.sb50 {margin-bottom: 50px;}
.st50 {margin-top: 50px;}
section p.toku {font-size: 1.9rem;}

h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  color: #000080;
  font-size: 3.0rem;
  font-weight: bold;
  margin: 30px 0 20px 0;
}

h3:before, h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: black;
}

h3:before {left:0;}
h3:after {right: 0;}

h4.toi {
    color: #364e96;
    padding: 0.4em 0;
    margin: 70px auto 40px auto;
    border-top: solid 3px #364e96;
    border-bottom: solid 3px #364e96;
    font-size: 3.0rem;
    width: 70%;
    text-align: center;
    margin-bottom: 4rem;
}

/**********     ファーストビュー     **********/

.main_copy{
    width: 80%;
    margin: 1.2vh 10% 2vh 10%;
    font-size: 3.2rem;
    color:#0A5A92;
    font-weight: 700;
}

.main_copy p{
    text-align:right;
    font-weight: 700;
}

.main_we {
    font-size:2.3rem;
    font-weight: 700;
    margin:25px 0 25px 0 ;
}

ul.main_ul {
    list-style-type:disc;
    font-size: 2.0rem;
    margin: 5px 0 5px 10%;
}

ul.main_ul li {margin: 20px 0;}


/**********     CTA     **********/

.item-list{
    display: flex ;
    justify-content: center; /* 中央寄せ */
    border: solid 10px #9cc2e6;
    width: 65%;
    margin: 0 auto;
    background-color: #9cc2e6;
    padding:5px 0 0 0 ;
}
.item-list .item{box-sizing: border-box;}
.item{margin: 10px 10px 10px 10px;}
div.item span.item-text {
    font-size:  2.4rem;
    font-weight: bold;
    color:  #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
*,*:before,*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.btn,a.btn,button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}
a.btn--orange {color: #fff;background-color: #10b2ec;}
a.btn--orange:hover {color: #fff;background: #3c5c9c;}
a.btn-c {position: relative;padding: 1.5rem 3rem 1.5rem 2rem;}
a.btn-c i.fa {margin-right: 1rem;}

@media screen and (max-width: 768px){
    .item-list{width: 90%;}
    div.item span.item-text {font-size:  1.8rem;}
    .btn-wrap-pc-sp {text-align:center;}
}

/**********     お悩み     ***********/

.nayami_flex {
    width: 100%;
    display: flex;
    margin: 0 0 30px 0;
}

.nayami_box {
    width: 23%;
    margin: 10px 1% 10px 1%;
    padding:30px 5px 40px 15px;
    border-radius:44px;
    font-size: 1.8rem;
    background:#EDEDED;
}

.nayami_box  img {
    text-align: center;
    max-width: 100px;
    width: 40%;
    margin: 10px 30% 10px 30% ;
}


.subete {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
}

.dots {
    color: #ED7D31;
    -webkit-text-emphasis: filled;
    text-emphasis: filled;
    font-weight: 700;
}

.content1_flex {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
}

.con_box {width: 46%;margin: 10px 2%;color:#404040;}
.con_box:nth-child(1),.con_box:nth-child(4) {background:#9FE0F7 ;}
.con_box:nth-child(2),.con_box:nth-child(3) {background:#56C8F0 ;}

.con_tit {
    width: 95%;
    background: #fff;
    margin: 10px 2%;
    padding: 10px 2%;
    font-size: 2.2rem;
    font-weight: 600;
}

.con_desc {
    padding: 10px 5%;
    font-size: 1.9rem;
}

/**********     選ばれる理由     ***********/

ul.reason {
    width: 90%;
    padding:10px 0 20px 0;
    margin: 0 auto 20px;
}

.reason li {
    list-style-type:none;
    background-image:url(../img/check2.png);
    background-size: 35px;
    background-repeat:no-repeat;
    background-position:left center;
    padding:0 0 0 40px;
    margin: 5px 0 15px 0;
    font-size:2.0rem;
    font-weight: 600;
}

.reason li span{
    font-size: 1.8rem;
    color: #8A8A8A;
}

/**********     対応実績     ***********/

.result {
    width: 100%;
    margin: 50px 0;
    border-radius: 20px;
    border: solid 2px #9FE0F7;
    position: relative;
}

.re_tit {
    position: absolute;
    top: -10px;
    left: -10px;
    line-height:50px;
    padding:0 0 0 20px;
    width:50%;
    height: 50px;
    position: relative;
    background:#9FE0F7;
    font-size: 2.0rem;
    font-weight: 600;
}

.re_tit:before {
    content: '';
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #9FE0F7;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.re_tit:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 50px solid transparent;
}

.re_flex {
    width: 85%;
    margin: 1px auto;
    display: flex;
}

.re_desc {
    width: 80%;
    font-size: 2.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.re_img {
    width: 17%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.re_img img {
    width: 180px;
}

/**********     成功事例     ***********/

.cm_flex {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
}

.cm_img {
    width: 28%;
    text-align: center;
    margin: 10px 2% 10px 2%;
    background:#ededed;
}

.cm_img p {
    margin: 5px 0 5px 0;
    font-size: 1.8rem;
    text-align: center;
}

/**********     負荷試験     ***********/

.test {
    width: 90%;
    margin: 10px auto;
}

p.ore {
    text-align: center;
    color:#ED7D31 ;
    font-size: 2.1rem;
    font-weight: 600;
    margin: 25px 0;
}

.consult_flex {
    display: flex;
    width: 80%;
    margin: 10px auto;
}

.cons_tit {
    background: linear-gradient(transparent 0%, transparent 60%, #ccecff 50%, #ccecff 100%);
    font-weight: bold;
    text-align: center;
    font-size: 3.1rem;
    margin: 0 0 40px;
    color:#005A9C;
}

.cons_right {width: 60%;}
.cons_desc {font-size: 2.0rem;}
.cons_img {width: 40%;text-align: center;}
.cons_img img {width: 200px;}


/*問い合わせ-------------------------------------*/

.note {
    max-width: 1000px;
    margin: 20px auto 0;
    font-size: 1.7rem;
    line-height: 2.1;
}


/**********   レスポンシブ　スマホ   -------------------------------------*/

@media screen and (max-width:768px){
    .main_copy    {font-size:1.9rem;width:100%;text-align:center;margin:20px 0 0 0;}
    .main_copy p  {text-align: center;}
    .main_we      {font-size:1.7rem;}
    ul.main_ul li {font-size:1.5rem;}
    .item-list    {display:block;}
    img.pcguid    {display:none;}
    h3:before     {width:25px;}
    h3:after      {content:none;}
    h3            {font-size: 1.8rem;padding:0 0 0 30px;}
    section p.toku{font-size: 1.5rem;margin-bottom:25px;}

    .nayami_flex          {display: block;}
    .nayami_box           {width: 90%;margin: 20px 5%;font-size: 1.6rem;}
    .subete               {font-size: 1.8rem;}
    .con_box              {width: 90%;margin: 10px 5%;}
    .con_box:nth-child(3) {background:#9FE0F7 ;}
    .con_box:nth-child(4) {background:#56C8F0 ;}
    .con_tit       {font-size: 2.0rem;}
    .con_desc      {font-size: 1.7rem;}
    .reason li     {font-size: 1.7rem;background-size: 25px;padding:0 0 0 30px;}
    .reason li span{font-size: 1.5rem;}
    .re_flex       {width: 95%;}
    .re_tit        {width: 90%;font-size: 1.8rem;}
    .re_desc       {font-size: 1.5rem;margin: 8px 0 16px 12px;}
    .re_img        {width:24%;}
    .cm_img        {width: 46%;margin: 15px 2%}
    .cm_img p      {font-size: 1.6rem;}
    .test          {width: 100%;}
    .smp           {width: 90%;margin: 15px auto 5px;}
    p.ore          {font-size: 1.9rem;}
    .consult_flex  {width: 98%;margin: 0 auto;display: block;}
    .cons_right    {width: 98%;margin: 0 auto;}
    .cons_img      {width: 98%;margin: 0 auto;}
    .cons_tit      {font-size: 1.9rem;}
    .cons_desc     {font-size: 1.6rem;}
}
