@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,:after,:before{
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border-style:solid;
  border-width:0;
  }
html{
  line-height:1.15;
  -webkit-text-size-adjust:100%;
  -webkit-tap-highlight-color:transparent
  }
body{
  position: relative;
    /* width: 100vw; */
    background-color: #fff;
    background-image: url(../img/common/header-bg.png),url(../img/common/footer-bg.png);
    background-repeat: no-repeat,no-repeat;
    background-position: top center,bottom center;
    background-size: auto 456px;
    overflow-x: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    color: #212121; 
    margin: 0;  
  }
main{
  display:block
  }
address,blockquote,dl,figure,form,iframe,p,pre,table{
  margin:0
}
h1,h2,h3,h4,h5,h6{
  font-size:inherit;
  line-height:inherit;
  font-weight:inherit;
  margin:0
  }
.midashi{
  position: relative;
  margin-bottom: 40px;
  }
.midashi:before {
  display: inline-block;
  position: absolute;
  content: '';
  bottom: -20px; /*下線の上下の位置*/
  left: 50%;
  width: 40px; /*下線の幅*/
  height: 5px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置の調整*/
  background-color: #74a7df; /*下線の色*/
  }
.top-vision .inner{
  text-align: center;
}
.top-service .inner{
  text-align: center;
}
ol,ul{
  margin:0;
  padding:0;
  list-style: none;
  }
dt{
  font-weight:bold
  }
dd{
  margin-left:0
  }
hr{
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  height:0;overflow:visible;
  border-top-width:1px;
  margin:0;clear:both;color:inherit
  }
pre{
  font-size:inherit
  }
address{
  font-style:inherit
  }
a{
  background-color:transparent;
  color:inherit
  }
abbr[title]{
  text-decoration:underline;
  -webkit-text-decoration:underline dotted;
  text-decoration:underline dotted
  }
b,strong{
  font-weight:bolder
  }
code,kbd,samp{
  font-size:inherit
  }
small{
  font-size:80%
    }
sub,sup{
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline
    }
sub{
  bottom:-0.25em
  }
sup{
  top:-0.5em
  }
embed,iframe,img,object{
  vertical-align:bottom
  }
button,input,optgroup,select,textarea{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  vertical-align:middle;color:inherit;
  font:inherit;
  background:transparent;
  padding:0;
  margin:0;
  outline:0;
  border-radius:0;
  text-align:inherit
  }
[type=checkbox]{
  -webkit-appearance:checkbox;
  -moz-appearance:checkbox;
  appearance:checkbox
  }
[type=radio]{
  -webkit-appearance:radio;
  -moz-appearance:radio;
  appearance:radio;
  }
button,input{
  overflow:visible
  }
button,select{
  text-transform:none
  }
[type=button],[type=reset],[type=submit],button{
  cursor:pointer;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  }
[type=button][disabled],[type=reset][disabled],[type=submit][disabled],button[disabled]{
  cursor:default
  }
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
  border-style:none;padding:0
  }
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
  outline:1px dotted ButtonText;
  }
select::-ms-expand{
  display:none;
  }
option{
  padding:0;
  }
fieldset{
  margin:0;padding:0;min-width:0
  }
legend{
  color:inherit;
  display:table;
  max-width:100%;
  padding:0;
  white-space:normal
  }
progress{
  vertical-align:baseline
  }
textarea{
  overflow:auto
  }
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
  height:auto
  }
[type=search]{
  outline-offset:-2px
  }
[type=search]::-webkit-search-decoration{
  -webkit-appearance:none
  }
::-webkit-file-upload-button{
  -webkit-appearance:button;font:inherit
  }
label[for]{
  cursor:pointer
  }
details{
  display:block
  }
summary{
  display:list-item
  }
[contenteditable]{
  outline:none
  }
table{
  border-collapse:collapse;border-spacing:0
  }
caption{
  text-align:left
  }
td,th{
  vertical-align:top;padding:0
  }
th{
  text-align:left;font-weight:bold
  }
template{
  display:none
  }
[hidden]{
  display:none
  }
@media (max-width:768px){
body{
  background-size:auto 767px;
  background-repeat:repeat-x
  }
  }
@media (max-width:1140px){
body main{
  width: 100vw;
  }
  }
.pc{
  display:none!important
  }
@media (max-width:1140px){
.pc{
  display:block!important
  }
  }
@media (min-width:1140px){
.sp{
  display:none!important
  }
  }
a{
  cursor:pointer;
  }
.banner{
  width:100%;
  margin-bottom:25px
  }
.banner a{
  display:block;
  width:100%;
  height:55px
  }
@media (min-width:1140px){
.banner a{
  height:110px
  }
  }
.banner a:hover{
  opacity:0.8
  }
/*
.banner a:after{
  position: absolute;
  top: 15px;
  right: 10px;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: url(./images/banner-arrow.png) no-repeat;
  background-size: contain;
  -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  }
*/
@media (min-width:1140px){
.banner a:after{
  top:33px;
  right:25px;
  width:44px;
  height:44px
  }
  }
.banner_1{
  width:60%;
  margin:0 auto;
  padding-bottom: 40px;
}
@media (min-width:1140px){
.banner_1{
  width:820px;
  margin:0 auto;
  }
  }
@media (max-width:800px){
.banner_1{
  width: 70%;
  }
  }
@media (max-width:768px){
.banner_1{
  width: 88%;
  }
  }
@media (max-width:480px){
.banner_1{
  width: 85%;
  }
  }
.banner_1 a{
  position:relative;
  background:#74a7df;
  background-repeat:no-repeat;
  background-size:contain;
  background-blend-mode:color-burn;
  border-radius: 5rem;
  text-decoration: none;
  }
.banner_1 a p{
  padding-top:12px;
  height:100%;
  font-size:17px;
  font-weight:600;
  color:#fff;
  text-align:center
  }
@media (min-width:1140px){
.banner_1 a p{
  padding-top:28px;
  font-size:30px
  }
  }
@media (max-width:480px){
.banner_1 a p{
  padding:0.5rem;
  font-size:0.9rem;
  }
  }
.banner_1 a p span{
  display:block;
  width:100%;
  margin-bottom:4px;
  font-size:9px
  }
@media (min-width:1140px){
.banner_1 a p span{
  margin-bottom:10px;
  font-size:14px
  }
  }
@media (max-width:480px){
.banner_1 a p span{
  padding:0 1rem;
  font-size:0.5rem;
  }
  }
.banner_1
.caption{
  display:block;
  padding-top: 0.5rem;
  margin: 8px 0 0;
  font-size: 15px;
  font-weight:300;
  -webkit-transform:scale(0.8);
  transform:scale(0.8);
  text-align: center;
  }
@media (min-width:1140px){
.banner_1 .caption{
  width: inherit;
  padding-top: 0.5rem;
  margin: 8px 0 0;
  font-size: 15px;
  -webkit-transform: scale(1);
  transform: scale(1);
  }
  }
.banner_2{
  margin-bottom:11px
  }
.banner_2 a{
  position:relative;
  padding-top:18px;
  background:url("../img/common/banner_bg2.png"),-webkit-gradient(linear,left top,right top,from(#5cabee),to(#0965b6));
  background:url("../img/common/banner_bg2.png"),linear-gradient(90deg,#5cabee 0%,#0965b6 100%);
  background-repeat:no-repeat;
  background-size:contain;
  background-blend-mode:color-burn;
  font-size:14px;
  font-weight:600;
  text-align:center;
  color:#fff
  }
@media (min-width:1140px){
.banner_2 a{
  padding-top:40px;
  font-size:19px
  }
  }
.banner_2 a img{
  display:inline-block;
  height:21px;
  margin-right:8px
  }
@media (min-width:1140px){
.banner_2 a img{
  height:29px
  }
  }
.banner_2 a span{
  font-size:17px
  }
@media (min-width:1140px){
.banner_2 a span{
  font-size:24px
  }
  }
.banner_3 a{
  position:relative;
  padding-top:18px;
  background:url("../img/common/banner_bg3.png"),-webkit-gradient(linear,left top,right top,from(#5cabee),to(#0965b6));
  background:url("../img/common/banner_bg3.png"),linear-gradient(90deg,#5cabee 0%,#0965b6 100%);
  background-repeat:no-repeat;
  background-size:contain;
  background-blend-mode:color-burn;
  font-size:17px;
  font-weight:600;
  text-align:center;
  color:#fff
  }
@media (min-width:1140px){
.banner_3 a{
  padding-top:43px;
  font-size:24px
  }
  }


.about-article{
  margin-bottom:25px;
  padding:40px 0;
  border-radius:20px;
  border:solid 1px #EDEDED
  }
@media (min-width:1140px){
.about-article{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-bottom:40px;
  padding-top: 50px;
  padding-bottom: 40px;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between
  }
  }
.about-article_text{
  padding: 0 3rem;
  }
@media (max-width:425px){
.about-article_text{
  padding: 0 1rem;
 }
 }
@media (min-width:1140px){
.about-article_text{
  width:80%;
  }
  }
.about-article_text h2{
  margin-bottom:20px;
  font-size:18px;
  font-weight:600;
  color:#204473;
  }
@media (min-width:1140px){
.about-article_text h2{
  font-size:25px;
  margin-bottom:20px;
  }
  }
@media (max-width:480px){
.about-article_text h2{
  font-size:0.9rem;
  text-align: center;
  }
  }
.about-article_text h2 span {
  color: #ecc918;
}
.about-article_text p{
  font-size:12px;
  font-weight:300;
  line-height:20px
  }
@media (min-width:1140px){
.about-article_text p{
  font-size:14px;
  line-height:24px
  }
  }
@media (max-width:480px){
.about-article_text p{
  font-size:0.7rem;
  }
  }

.about-article_text p:not(:last-child){
  margin-bottom:20px
  }
@media (min-width:1140px){
.about-article_text p:not(:last-child){
  margin-bottom:24px
  }
  }
.about-article_text ul {
  font-size: 0.8rem;
}
@media (max-width:768px){
.about-article_text ul {
  font-size: 0.7rem;
 }
 }
@media (max-width:480px){
.about-article_text ul {
  font-size: 0.7rem;
 }
 }
.about-article_text .caption{
  display:block;margin-top:20px;
  font-size:10px;
  font-weight:300;
  line-height:17px
  }
@media (min-width:1140px){
.about-article_text .caption{
  margin:12px 0 0;
  font-size:12px
  }
  }
.about-article_sub{
  margin-bottom:20px;
  padding:15px;
  border:solid 1px #B6D4F3;
  border-radius:6px;
  background-color:#fff
  }
@media (min-width:1140px){
.about-article_sub{
  margin-bottom:32px;
  padding:20px
  }
  }
.about-article_sub h3{
  margin-bottom:10px;
  font-size:12px;
  font-weight:600;
  color:#0965B6
  }
@media (min-width:1140px){
.about-article_sub h3{
  font-size:14px
  }
  }
@media (min-width:1140px){
.about-article_sub dl{
  display:-webkit-box;
  display:-ms-flexbox;display:flex
  }
  }
.about-article_sub dl:not(:last-child){margin-bottom:20px
  }
@media (min-width:1140px){
.about-article_sub dl:not(:last-child){
  margin-bottom:10px
  }
  }
.about-article_sub dl dt{
  margin-bottom:8px;
  font-size:12px;
  font-weight:300
  }
@media (min-width:1140px){
.about-article_sub dl dt{
  width:175px;
  margin-bottom:0;
  font-size:14px
  }
  }
.about-article_sub dl dd{
  font-size:12px;
  font-weight:300
  }
@media (min-width:1140px){
.about-article_sub dl dd{
  font-size:14px
  }
  }
.about-article_sub ul li{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  font-size:12px;
  font-weight:300;
  line-height:17px
  }
@media (min-width:1140px){
.about-article_sub ul li{
  font-size:14px;
  line-height:24px
  }
  }
.about-article_sub ul li:before{
  content:"・"
  }
.about-article_sub ul li:not(:last-child){
  margin-bottom:8px
  }
@media (min-width:1140px){
.about-article_sub ul li:not(:last-child){
  margin-bottom:0
  }
  }
@media (min-width:1140px){
.about-article .no-margin{
  margin:0
  }
  }
.about-article_img{
  width:100%;
  margin-top:10px
  }
@media (min-width:1140px){
.about-article_img{
  width:480px;margin:0
  }
  }
@media screen and (min-width:768px) and ( max-width:1140px) {
.about-article_img{
  width:auto;
  }
  }
.about-article_img img{
  width:100%;
  padding-right: 3rem;
  }
@media (max-width:1140px){
.about-article_img img{
  padding: 1rem 3rem;
  }
  }
@media (max-width:768px){
.about-article_img img{
  padding: 1rem 3rem;
 }
 }
 @media (max-width:480px){
 .about-article_img img{
   padding: 1rem;
  }
  }
.article-white{
  background-color:#fff;
  margin: 2% 7%;
  box-shadow: 0px 8px 16px -2px rgb(10 10 10 / 10%), 0px 0px 5px -10px rgb(10 10 10 / 2%);
  }
@media (max-width:425px){
  .article-white{
    width: none;
  }
  }
@media (max-width:1140px){
  .article-white{
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
}

.section-company{
  padding-bottom: 120px;
  background-color: #eceff3;
  }



.section-company .inner h1{
  margin-bottom:39px;
  padding-top: 10%;
  font-size:25px;
  font-weight:300;
  text-align:center;
  color: #204473
  }
@media (min-width:1140px){
.section-company .inner h1{
  padding-top:40px;
  font-size:40px
  }
  }
@media (max-width:1024px){
.section-company .inner h1{
  padding: 28px 0 0;
  font-size: 35px;
  }
  }
@media (min-width:768px){
.section-company .inner h1{
  padding-top: 2rem;
  font-size: 3.0rem;
  }
  }
@media (max-width: 450px){
.section-company .inner h1 {
    font-size: 1.2rem;
    font-weight: bold;
}
}
.section-company .inner .about-inner{
  width: 80%;
  margin: 0 auto;
  }
@media (max-width:410px){
.section-company .inner .about-inner{
  width: 90%;
  }
  }
.section-company .inner .about-article_map{
  width:100%;
  height:500px;
  margin-bottom:27px;
  border-radius:12px;
  overflow:hidden
  }
@media (max-width:1140px){
.section-company .inner .about-article_map{
  width:100%;
  }
  }
  @media (max-width:810px){
    .section-company .inner .about-article_map{
      width:100%;
      height: 70%;
      }
      }
  @media (max-width:410px){
    .section-company .inner .about-article_map{
      width:100%;
      height: 50%;
      }
      }
  
@media (min-width: 1024px){
.section-company .inner .about-article_map iframe{
  width: 100%;
  height: 100%;
  }
  }
.section-company .inner .about-article_map iframe{
  width:100%;
  height:100%
  }
.section-company .inner .access-wrapper2 dl,.section-company .inner .access-wrapper dl{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-bottom:15px;
  padding: 10px 0px;
  align-items: center;
}
@media (max-width:410px){
.section-company .inner .access-wrapper2 dl,.section-company .inner .access-wrapper dl{
  padding: 2px;
  }
  }
.section-company .inner .access-wrapper2 dl dt,.section-company .inner .access-wrapper dl dt{
  width: 125px;
  height: 30px;
  margin-right: 23px;
  border-radius: 14px;
  background-color: #204473;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 28px;
  color: #fff;
  }
@media (max-width:1140px){
.section-company .inner .access-wrapper2 dl dt,.section-company .inner .access-wrapper dl dt{
  font-weight: 300;
  height: 28px;
  border-radius: 23px;
  font-size: 12px;
  line-height: 29px;
  }
  }
@media (max-width:410px){
.section-company .inner .access-wrapper2 dl dt,.section-company .inner .access-wrapper dl dt{
  width: 80px;
  margin-right: 10px;
  }
  }
.section-company .inner .access-wrapper2 dl dd,.section-company .inner .access-wrapper dl dd{
  -webkit-box-flex:1;
  -ms-flex:1;flex:1;
  font-size:12px;
  font-weight:600;
  line-height:20px
  }
@media (min-width:1140px){
.section-company .inner .access-wrapper2 dl dd,.section-company .inner .access-wrapper dl dd{
  padding-top:3px;
  font-size:18px;
  line-height:27px;
  color: #707070;
  }
  }
@media (min-width:1140px){
.section-company .inner .access-wrapper{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  width: 760px;
  margin: 0 auto;
  }
}
@media (min-width:810px){
.section-company .inner .access-wrapper{
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  }
}
.section-company .inner .access-wrapper dl{
  width:50%
  }
@media (max-width:810px){
.section-company .inner .access-wrapper dl{
  width:100%
  }
  }
/*.section-company .inner .access-wrapper dl:nth-child(2n){
  padding-left:112px
  }*/
.section-consulting{
  padding:28px 0 0;
  background-color: #eceff3;
  }
@media (min-width:1140px){
.section-consulting{
  padding: 2rem 0;
  }
  }
.section-consulting .inner h1{
  margin-bottom:39px;
  font-size:32px;
  color:#204473;
  line-height:38px;
  text-align:center
  }
@media (min-width:1140px){
.section-consulting .inner h1{
  margin-bottom:50px;
  font-size:2.7rem;
  line-height:60px
  }
  }
@media (max-width:768px){
.section-consulting .inner h1{
  font-size:30px;
  }
  }
@media (max-width:450px){
.section-consulting .inner h1{
  font-size: 1.2rem;
  font-weight: bold;
  }
  }
.section-consulting .inner h1 span{
  display:block;
  font-size:12px;
  font-weight:300;
  line-height:20px
  }
@media (min-width:1140px){
.section-consulting .inner h1 span{
  margin-top:8px;
  font-size:18px;
  line-height:30px
  }
  }
@media screen and (min-width: 817px){
  .side-luce {
  display: none;
  }
  }

.consulting-merit h2 {
  font-size: 2.7rem;
  color: #204473;
  line-height: 38px;
  text-align: center;
  margin: 5rem 0;
}
@media (max-width:1000px){
.consulting-merit h2 {
  font-size: 28px;
  margin: 2.4rem;
}
}
@media (max-width:480px){
.consulting-merit h2 {
  font-size: 1.7rem;
  margin: 2.7rem;
}
}
@media (max-width:480px){
.consulting-merit h2 {
  font-size: 0.9rem;
  margin: 1.5rem;
}
}
.section-contact {
  padding-bottom: 120px
}

.section-contact .inner h1{
  margin-bottom:17px;
  padding-top:38px;
  font-size:25px;
  font-weight:300;
  text-align:center;
  color: #204473
  }
@media (min-width:1140px){
.section-contact .inner h1{
  margin-bottom:50px;
  padding-top:40px;
  font-size:40px
  }
  }
.section-contact .inner .contact-article{
  margin-bottom:25px;
  padding:15px;
  border: solid 2px #204473;
  background-color: #fff;
  border-radius: 20px;
  }
@media (max-width:768px){
.section-contact .inner .contact-article{
  margin-bottom: 40px;
  }
  }
@media (min-width:1140px){
.section-contact .inner .contact-article{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  min-height:847px;
  margin-bottom:40px;
  padding:30px;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between
  }
  }
.contact-article {
  margin: 5%
}
.section-contact .inner .contact-article form{
  width:100%
  }
.section-contact .inner .contact-article .confirm-wrapper,.section-contact .inner .contact-article .form-wrapper{
  min-height:325px
  }
.section-contact .inner .contact-article .confirm-wrapper p,.section-contact .inner .contact-article .form-wrapper p{
  margin-bottom:30px;
  font-size:12px;
  font-weight:300;
  line-height:20px;
  text-align: center;
  }
@media (min-width:1140px){
.section-contact .inner .contact-article .confirm-wrapper>p,.section-contact .inner .contact-article .form-wrapper>p{
  margin-bottom:50px;
  font-size:16px;
  line-height:27px
  }
  }
.section-contact .inner .contact-article .confirm-wrapper .form-item,.section-contact .inner .contact-article .form-wrapper .form-item{
  margin-bottom:15px;
  border-bottom:solid 1px #CCCCCC
  }
@media (min-width:1140px){
.section-contact .inner .contact-article .confirm-wrapper .form-item,.section-contact .inner .contact-article .form-wrapper .form-item{
  margin-bottom:21px
  }
  }
@media (min-width:1140px){
.section-contact .inner .contact-article .confirm-wrapper .form-item label,.section-contact .inner .contact-article .form-wrapper .form-item label{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  padding-bottom:20px
  }
  }
.section-contact .inner .contact-article .confirm-wrapper .form-item label .title,.section-contact .inner .contact-article .form-wrapper .form-item label .title{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-bottom:10px;
  font-size:12px;
  font-weight:600
  }
@media (min-width:1140px){
.section-contact .inner .contact-article .confirm-wrapper .form-item label .title,.section-contact .inner .contact-article .form-wrapper .form-item label .title{
  width:221px;
  margin:0;padding:20px 0 0 20px;
  font-size:16px
  }
  }
.section-contact .inner .contact-article .confirm-wrapper .form-item label .text,.section-contact .inner .contact-article .form-wrapper .form-item label .text{
  padding:0 12px 10px;
  font-size:12px;
  font-weight:300;
  color:#AFAFAF;
  line-height:20px
  }
@media (min-width:1140px){
.section-contact .inner .contact-article .confirm-wrapper .form-item label .text,.section-contact .inner .contact-article .form-wrapper .form-item label .text{
  width:818px;
  padding:10px 0 0;
  font-size:20px;
  color:#333333;
  line-height:34px
  }
  }
.section-contact .inner .contact-article .form-wrapper .form-item label .title:after{
  content:"必須";display:inline-block;
  width:33px;
  height:12px;
  margin-left:5px;border-radius:6px;
  background-color:#DD0000;
  text-align:center;
  line-height:12px;
  font-size:8px;
  color:white
  }
@media (min-width:1140px){
.section-contact .inner .contact-article .form-wrapper .form-item label .title:after{
  width:44px;
  height:20px;
  margin-left:10px;
  border-radius:12px;
  line-height:20px;
  font-size:12px
  }
  }
.section-contact .inner .contact-article .form-wrapper .form-item label input{
  width:100%;
  height:40px;
  margin-bottom:15px;
  padding:14px;
  border-radius:4px;
  border:solid 1px #E6E6E6;
  font-size:12px;
  font-weight:300
  }
@media (min-width:1140px){
.section-contact .inner .contact-article .form-wrapper .form-item label input{
  width:580px;
  height:60px;
  margin:0;
  padding:20px;
  border-radius:0;
  font-size:16px
  }
  }
.section-contact .inner .contact-article .form-wrapper .form-item label input::-webkit-input-placeholder{
  color:#AFAFAF
  }
.section-contact .inner .contact-article .form-wrapper .form-item label input::-moz-placeholder{
  color:#AFAFAF
  }
.section-contact .inner .contact-article .form-wrapper .form-item label input:-ms-input-placeholder{
  color:#AFAFAF
  }
.section-contact .inner .contact-article .form-wrapper .form-item label input::-ms-input-placeholder{
  color:#AFAFAF
  }
.section-contact .inner .contact-article .form-wrapper .form-item label input::placeholder{
  color:#AFAFAF
  }
.section-contact .inner .contact-article .form-wrapper .form-item label textarea{
  width:100%;
  height:232px;
  margin-bottom:15px;
  padding:14px;
  border-radius:4px;
  border:solid 1px #E6E6E6;
  font-size:12px;
  font-weight:300
  }
@media (min-width:1140px){
.section-contact .inner .contact-article .form-wrapper .form-item label textarea{
  width:580px;
  height:250px;
  margin-bottom:0;
  padding:20px;
  border-radius:0;
  font-size:16px
  }
  }
.section-contact .inner .contact-article .form-wrapper .form-item label textarea::-webkit-input-placeholder{
  color:#AFAFAF
  }
.section-contact .inner .contact-article .form-wrapper .form-item label textarea::-moz-placeholder{
  color:#AFAFAF
  }
.section-contact .inner .contact-article .form-wrapper .form-item label textarea:-ms-input-placeholder{
  color:#AFAFAF
  }
.section-contact .inner .contact-article .form-wrapper .form-item label textarea::-ms-input-placeholder{
  color:#AFAFAF
  }
.section-contact .inner .contact-article .form-wrapper .form-item label textarea::placeholder{
  color:#AFAFAF
  }
.section-contact .inner .contact-article .form-bottom{
  margin-top:25px
  }
@media (min-width:1140px){
.section-contact .inner .contact-article .form-bottom{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;-webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin-top:60px;
  padding-bottom:30px
  }
  }
.section-contact .inner .contact-article .form-bottom .back{
  display:block;
  display:block;
  width:100%;
  height:40px;
  margin-bottom:15px;
  border-radius:20px;
  text-align:center;
  font-size:12px;
  font-weight:600;
  line-height:40px;
  color:#204473;
  border:solid 1px #204473;
  -webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff
  }
@media (min-width:1140px){
.section-contact .inner .contact-article .form-bottom .back{
  width:300px;
  height:64px;
  margin:0 10px;
  border-radius:32px;
  font-size:16px;
  line-height:64px
  }
  }
.section-contact .inner .contact-article .form-bottom .submit{
  background: #204473;
  display: block;
  width: 20%;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  margin: auto;
  }
.section-contact .inner .contact-article .form-bottom .submit:hover{
  background: #b0c4de;
}
@media (min-width:1140px){
.section-contact .inner .contact-article .form-bottom .submit{
  width:150px;
  height:64px;
  margin:0 10px;
  border-radius:32px;
  font-size:16px;
  line-height:64px
  }
  }
@media (min-width: 1140px){
.section-thanks .inner {
  min-height: 200px;
}
}
.thanks-article h1 {
  text-align: center;
  padding: 5%;
  font-size: 30px;
  color: #204473;
}
@media (max-width: 1140px){
.thanks-article h1 {
  font-size: 20px;
  }
  }
.thanks-article p {
  text-align: center;
  padding: 80px;
  border: solid 2px #204473;
  background-color: #fff;
  border-radius: 20px;
  width: 60%;
  margin: 0 auto;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: 20px;
  margin-bottom: 7%;
}
@media (max-width: 1140px){
.thanks-article p {
  text-align: center;
  padding: 33px;
  border: solid 2px #204473;
  background-color: #fff;
  border-radius: 20px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: 12px;
  margin-bottom: 7%;
}
}

/*#pagetop {
  position: fixed;
  right: 10px;
  bottom: 88px;
  margin: 0;
  }
#pagetop a {
  position: relative;
  display: flex;
  width: 65px;
  height: 65px;
  justify-content: center;
  background: #b0c4de;
  transition: opacity .6s ease;
  color: #FFF;
  align-items: center;
  text-decoration: none;
  font-size: 32px;
  border-radius: 100%;
  right:30px;
  margin-top: 10
  }

@media screen and (max-width:767px) {
#pagetop a {
    width: 45px;
    height: 45px;
  }
  }
@media screen and (max-width:425px) {
#pagetop {
  right: 3px;
  bottom: 50px;
  }
  }
@media (max-width:1440px){
.pageTop{
  position:fixed;
  right:30px;
  display:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important;
  width:62px;
  height:62px;
  border-radius:50%;
  background-color:#b0c4de;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-shadow:0 3px 6px rgba(0,0,0,0.16);
  box-shadow:0 3px 6px rgba(0,0,0,0.16);
  cursor:pointer
  }
  }
@media (max-width: 1024px){
.pageTop {
  margin-top: -30px;
 }
 }
 @media (max-width: 425px){
 .pageTop {
   width:52px;
   height:52px;
  }
  }*/

.back-to-top {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 2%;
  color: #fff;
  padding: 2rem;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
  }
.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #b0c4de;
  border-radius: 50%;
  z-index: -1;
  }
@media (max-width:375px){
.back-to-top::before {
  width: 45px;
  height: 45px;
  left: 87%;
 }
 }
@media (max-width:425px){
  .back-to-top {
    right: 8%;
  }
.back-to-top::before {
  width: 48px;
  height: 48px;
  top: 50%;
  left: 89%;
  }
  }
 @media (max-width:375px){
 .back-to-top img {
   position: absolute;
   top: 10%;
   left: 50%;
 }
 }
 @media (max-width:425px){
 .back-to-top img {
   position: absolute;
   top: 10%;
   left: 50%;
 }
 }
.footer{
  background-color: #0c2444;
  width:100%;
  height: 60px;
  padding:20px 0;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  }
@media (min-width:768px){
.footer{
  position: fixed;
  bottom: 0;
  }
  }
@media (min-width:768px){
.footer-inner{
  margin:0 auto
  }
  }
.footer-inner .logo{
  display:block;
  height:30px;
  margin-bottom:10px;
  text-align:center;
  max-width:1000px;
  }
@media (min-width:768px){
.footer-inner .logo{height:42px
  }
  }
.footer-inner .logo img{
  height:100%
  }
.footer-inner .tel{
  margin-bottom:30px;
  font-size:12px;
  font-weight:300;
  color:#fff;
  text-align:center
  }
@media (min-width:768px){
.footer-inner .tel{
  margin-bottom:24px
  }
  }
.footer-inner .contact{
  display:block;
  width:100%;
  height:45px;
  margin-bottom:25px;
  background-color:#fff;
  border-radius:23px;
  font-size:12px;
  font-weight:300;
  color:#0965B6;
  text-align:center;
  line-height:45px
  }
@media (min-width:768px){
.footer-inner .contact{
  width:182px;
  margin:0 auto 30px;
  font-size:14px
  }
  }
.footer-inner .copy{
  font-size:9px;
  font-weight:300;
  color:#fff;
  text-align:center
  }
@media (min-width:768px){
.footer-inner .copy{
  font-size:17px
  }
  }
.header{
  max-width: 100%;
  padding: 15px 0;
  }
@media (min-width:1140px){
.header{
  height:115px
  }
  }
.header-inner{
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  height:100%;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  max-width: 1200px;
  margin: 0 auto;

  }
@media (min-width:1140px){
.header-inner{
  margin:0 auto;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  display: flex;
  align-items: center;
  justify-content: space-between;
  }
  }
.header .logo{
  width: 20%;
  margin-top: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  }
@media (min-width:1140px){
.header .logo{
  width: 142px;
  margin: 1% 0 0;
  text-decoration: none;
  }
  }
.header .logo img{
  width:100%
  }
.header .logo p{
  font-size: 14px;
  color: #707070;
  white-space: nowrap;
  margin: 1%;
 }
.header .logo p:hover {
  color: #b0c4de;
 }

@media (min-width:1140px){
.header .logo p{
  text-decoration: none;
  width:inherit;margin:4px 0 0;
  -webkit-transform:scale(1);
  transform:scale(1)
  }
  }
.header .logo p:hover {
  color: #b0c4de;
  }
.header .sp-open{
  position:absolute;
  right:18px;
  width:27px;
  height:19px
  }
.header .sp-open img{
  width:100%
  }
.header .sp-nav_bg{
  position:fixed;
  top:0;right:-100%;
  display:block;
  width:100vw;
  height:100vh;
  background-color:rgba(0,0,0,0.45);
  -webkit-transition:all 0.5s;
  transition:all 0.5s;
  z-index: 1;
  }
.header .nav{
  position:fixed;
  top:0;
  right:-100%;
  display:block;
  width:300px;
  height:100vh;
  padding:58px 20px 0;
  background-color:#fff;
  -webkit-box-shadow:0 3px 6px rgba(0,0,0,0.16);
  box-shadow:0 3px 6px rgba(0,0,0,0.16);
  -webkit-transition:all 0.5s;
  transition:all 0.5s
  }
@media (min-width:1140px){
.header .nav{
  top:inherit;
  right:inherit;
  position:inherit;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width:inherit;
  height:inherit;
  padding:0;
  -webkit-box-shadow:none;
  box-shadow:none;
  background-color:inherit;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  align-items: center;
  justify-content:flex-end
  }
  }
.header .nav .sp-close{
  position:absolute;
  top:18px;
  right:20px;
  width:17px;
  height:17px;
  background:url("../images/close-menu.png") no-repeat;
  background-size:contain
  }
.header .nav .nav-list{
  position:relative;margin-bottom:27px;
  list-style: none;
  }
@media (min-width:1140px){
.header .nav .nav-list{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin:0px 15px 0 0;
  list-style: none;
  }
  }
.header .nav .nav-list_item{
  margin-bottom:11px;
  border-bottom:solid 1px #AFAFAF
  }
@media (min-width:1140px){
.header .nav .nav-list_item{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-bottom:0;
  border-bottom:none;
  padding: 0px 5px;
  }
/*.header .nav .nav-list_item:not(:last-child):after{
  content:"　　";
  display:inline-block;
  margin:0
  }*/
  }
.header .nav .nav-list_item a{
  display:block;
  font-size:18px;
  color: #707070;
  text-decoration: none;
  padding: 8px;
  }
.header .nav .nav-list_item a:hover {
  color: #b0c4de;
  }
@media (max-width:1140px){
.header .nav .nav-list_item a{
  text-decoration: none;
  padding:0;font-weight:300;
  font-size: 15px;
  padding-bottom: 5px;
  }
  }
.header .nav .nav-list_item a:hover {
  color: #b0c4de;
 }

.header .nav .contact{
  text-decoration: none;
  background: #74a7df;
  display:block;
  width:100%;
  height:42px;
  border-radius:21px;
  font-size:12px;
  font-weight:300;
  line-height:42px;
  text-align:center;
  color:#fff
  }
@media (min-width:1140px){
.header .nav .contact{
  text-decoration: none;
  width: 200px;
  height: 44px;
  border-radius: 22px;
  font-size: 18px;
  }
  }
.header .nav .contact:hover {
  background-color: #b0c4de;
  }
.header .nav .sp-logo{
  display:block;
  text-align:center;
  text-decoration: none;
  }
.header .nav .sp-logo img{
  height:25px;
  margin-top: 20px;
  }
.header .nav .sp-logo p{
  margin-top:4px;
  font-size:11px;
  font-weight:300;
  color:#707070;
  }
.show-nav{
  right:0!important;
  z-index:500
  }
.section-production .inner h1{
  margin-bottom:18px;
  padding-top:36px;
  font-size:25px;
  font-weight:300;
  text-align:center;
  color:#0964B7
  }
@media (min-width:1140px){
.section-production .inner h1{
  margin-bottom:48px;
  padding-top:42px;
  font-size:40px
  }
  }
.section-production .inner>p{
  margin-bottom:40px;
  font-size:12px;
  font-weight:300;
  line-height:20px
  }
@media (min-width:1140px){
.section-production .inner>p{
  margin-bottom:50px;
  padding-left:30px;
  font-size:14px;
  line-height:24px
  }
  }
.top-slide{
  margin:0 0 50px
  }
@media (min-width:1140px){
.top-slide{
  margin:0 0 79px
  }
  }
@media (min-width:1140px){
  }
/*------ スライダーの横幅 ------*/
.slider{
  margin:0 auto;
}
/*-------- 高さ調整 ----------*/
.slider .slick-slide{
  height:auto!important;
}
.top-vision{
  margin-bottom:5rem;
  }
@media (min-width:1140px){
.top-vision{
  margin-bottom:120px
  }
  }
.top-vision .inner h2,.top-address .inner h2{
  margin-bottom:60px;
  font-size:32px;
  color:#204473;
  text-align:center
  }
.top-vision .inner h3{
    margin-bottom:10px;
    color:#204473;
    font-size: 20px;
  line-height: 40px;
  padding: 0 3rem
  }
@media (min-width:1140px){
.top-vision .inner h2,.top-address .inner h2{
  font-size:40px;
  }
  }
@media (max-width:1024px){
.top-vision .inner h2{
  margin-top:2rem;
 }
 }
@media (max-width:480px){
.top-vision .inner h2,.top-address .inner h2{
  margin-top:3rem;
  font-size:1.5rem;
  font-weight: bold;
  }
  }
.top-vision .inner h2 span{
  display:block;
  margin-top:5px;
  font-size:12px;
  font-weight:300
  }
@media (min-width:1140px){
.top-vision .inner h2 span{
  margin-top:12px;
  font-size:25px
  }
  }
@media (max-width:1024px){
  .top-vision .inner h2 span{
    margin-top:12px;
    font-size:21px;
    }
    }
@media (max-width:480px){
  .top-vision .inner h2 span{
    font-size:1rem;
    }
    }
.top-vision .inner .top-vision_text{
  margin-bottom:22px
  }
@media (min-width:1140px){
.top-vision .inner .top-vision_text{
  margin-bottom:46px
  }
  }
.top-vision .inner .top-vision_text p{
  text-align: center;
  margin-bottom:20px;
  font-size:13px;
  font-weight:300;
  color:#707070;
  line-height:20px;
  padding:1rem;
}
@media (min-width:1140px){
.top-vision .inner .top-vision_text p{
  text-align: center;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 40px;
  color: #707070;
  }
  }

@media (max-width:1024px){
.top-vision .inner .top-vision_text p{
  font-size: 1rem;
  line-height: 30px;
  }
  }
@media (max-width:700px){
.top-vision .inner .top-vision_text p{
  padding: 0 3rem
  }
  }
@media (max-width:410px){
.top-vision .inner .top-vision_text p{
  padding: 0 1rem;
  }
  }

.top-vision .inner .top-vision_text .blue-text{
  font-size:15px;
  font-weight:600;
  line-height:25px;
  color:#0965B6
  }
@media (min-width:1140px){
.top-vision .inner .top-vision_text .blue-text{
  font-size:18px;
  line-height:31px
  }
  }
.top-vision .inner .aikotoba{
  font-size:30px;
  font-weight:600;
  text-align:center;
  color:#0964B7
  }
.top-service{
  padding-bottom:11px
  }
@media (min-width:1140px){
.top-service{
  margin-bottom:69px;
  padding: 3rem 0;
  }
  }
.top-service .inner h2 {
  margin-bottom: 60px;
  color: #204473;
  text-align: center;
  font-size: 50px;
  }

@media (max-width: 1140px){
.top-service .inner h2 {
  font-size:32px;
  }
  }
@media (max-width: 480px){
.top-service .inner h2 {
  font-size:1.5rem;
  font-weight: bold;
  }
  }

.top-service .inner h2 img{
  margin:0 auto 13px
  }
.top-service .inner h2 p{
  font-size:32px;
  font-style:italic;
  color:#0964B7
  }
.top-service .inner h2 span{
  font-size:12px;
  font-weight:300;
  color:#0964B7
  }
@media (min-width:1140px){
.top-service .inner h2 span{
  font-size:18px
  }
  }

.top-service .inner .top-service_list{
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 24px;
  }

.top-service .inner .top-service_list-item{
  margin-bottom:20px;
  text-align:center
  }
@media (min-width:1140px){
.top-service .inner .top-service_list-item{
  margin:0 15px
  }
  }
.top-service .inner .top-service_list-item a{
  display:block;
  width:100%;
  margin:0 auto;
  cursor:pointer
  }
@media (min-width:1140px){
.top-service .inner .top-service_list-item a{
  width:280px;
  height:280px
  }
  }

  .border-radius {
    width: 300px;
    height: 300px;
    line-height: 80%;
    text-align: center;
}

.top-service .inner .top-service_list-item a img{
  width:100%;
  }
@media (max-width:1140px){
.top-service .inner .top-service_list-item a img{
  width: 80%;
 }
}

.top-service .inner .top-service_list-item a:hover img{
  opacity: 0.7;
  color: white;
  }
.top-service .inner .top-service_list .service1 a:hover{
  background:url("../img/top/service_hover1.png") no-repeat;background-size:contain
  }
.top-service .inner .top-service_list .service2 a:hover{
  background:url("../img/top/service_hover2.png") no-repeat;background-size:contain
  }
.top-service .inner .top-service_list .service3 a:hover{
  background:url("../img/top/service_hover3.png") no-repeat;background-size:contain
}

.top-service .inner .top-service_list .service1 circle {

}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}

.top-address-map {
  display: flex;
  justify-content: center;
  margin-bottom: 7rem;
}

@media (max-width: 425px){
.top-address-map {
   padding: 0.7rem;
   display: flex;
   flex-direction: column;
   align-items: center;
 }
 }
 @media (max-width: 700px){
 .top-address-map {
   padding: 0.7rem;
   display: flex;
   flex-direction: column;
   align-items: center;
  }
  }
@media (max-width: 1024px){
.top-address-map {
  padding: 0.7rem;
  display: flex;
  align-items: center;
 }
 }

.top-address{
  max-width: 1000px;
  color: #204473;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media (max-width: 1140px){
.top-address {
  color: #204473;
  margin: 0 auto;
}
}
@media (max-width: 1100px){
.top-address {
  padding-bottom: 20px;
  margin-bottom: 8rem;
  }
 }
@media (max-width: 768px){
 .top-address {
   padding-bottom: 20px;
   margin-bottom: 8rem;
  }
}

@media (max-width: 767px){
  .top-address {
   margin-bottom: 0;
     }
  .address {
     width: 100%;
  }
}
.address{
  width: 50%;
  margin-left: 1rem;
}
.top-map{
  width: 50%;
}
.top-map img{
  width: 100%;
}
@media (max-width: 767px){
.address{
  width: 100%;
  margin-left: 0;
 }
}
@media (max-width: 767px){
.address{
  width: 100%;
  margin-left: 0;
 }
}

/*
@media (min-width: 1024px){
.top-address{
  width: 80%;
  color: #204473;
  display: flex;
  margin-top: 2%;
  margin: 0 auto;
  justify-content: center;
  }
  }
  */
.address h2 {
  font-size: 40px;
  }
.address p {
  font-size: 30px;
  white-space: nowrap;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #204473;
  }
@media (max-width: 1800px){
  .address p {
    font-size: 1.8rem;
  }
  }

@media (max-width: 1200px){
  .address p {
  font-size: 1.7rem;
  }
  }
@media (max-width: 1141px){
  .address p {
  font-size: 1.7rem;
  }
  }
@media (max-width: 1140px){
.address p {
  font-size: 1.3rem;
  }
  }
@media (max-width: 1100px){
.address p {
  font-size: 1.3rem;
 }
 }
@media (max-width: 1024px){
.address p {
  width: 100%;
  font-size: 1.1rem;
  padding-bottom: 1rem;
  margin-right: 1rem;
  }
  }
@media (max-width: 768px){
.address p {
  font-size: 1rem;
  margin-right: 2rem;
  }
  }
@media (max-width: 700px){
.address p {
  font-size: 1rem;
  text-align: center;
  margin-right: 0;
  }
  }
@media (max-width: 309px){
.address div {
  margin-bottom: 3%;
  }
}
@media (max-width: 1140px){
.address div {
  width: 90%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
 }
 }
.address .top-map div {
  padding: 50px
}
@media (max-width: 1140px){
.address .top-map div {
  padding: 40px;
  }
  }
.top-map {
  width:50%;
  display: flex;
}
@media (max-width: 1000px){
.top-map {
  width: 100%;
 }
 }
.top-map img{
  width: 100%;
  }
@media (max-width: 1440px){
.top-map img{
  width: 100%;
  }
  }

@media (max-width: 1140px){
.top-map img{
  width: 80%;
  margin-bottom: 5px;
  }
  }
@media (max-width: 1024px){
.top-map img {
  width: 100%;
  margin-bottom: 5px;
  }
  }
@media (max-width: 768px){
.top-map img {
  width: 100%;
  margin-bottom: 5px;
  margin: 0 auto;
  }
  }
@media (max-width: 425px){
.top-map img {
  width: 100%;
  margin-bottom: 5px;
  margin-top: 17px;
  }
  }
@media (max-width: 320px){
.address p {
  font-size: 0.8rem;
  }
  }
div.error {
    color: #EF1C1C;
    padding-top:4px;
    padding-bottom:6px;
}
label.error input {
    border:1px solid red !important;
}
label.error textarea {
    border:1px solid red !important;
}


/* 003 */
.top-button a {
    background: #74a7df;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    height: 44px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}
.top-button a:hover {
    background: #b0c4de;
    color: #FFF;
}
.top-button a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 3px solid #ecc918;
    border-right: 3px solid #ecc918;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}
.top-button a:hover:after {
    border-color: #FFF;
}
.bk{
  background-color: #eceff3;
  padding: 60px 0 40px 0;
}
.y_text{
  background: linear-gradient(transparent 70%, #ffeb3b 50%);
}
.sp_br{
  display: none;
}
@media (max-width: 425px){
  .sp_br{
    display: block;
  }
}