@charset "UTF-8";
/*
Theme Name: mslike
Description: mslike
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/







/* ▼全体的な設定 */
/* フォントCavert,KaushanScriptをインポート */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');


/* フォント設定/notoSans読み込み/日本語文章 */
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
	     url('fonts/NotoSansCJKjp-Regular.woff') format('woff'),
	     url('fonts/NotoSansCJKjp-Regular.ttf')  format('truetype'),
         url('fonts/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
html{
  font-family: 'Noto Sans Japanese';
  background: #fff;
  color: #1a1a1a;
  font-size: 62.5%; /* fontはrem指定で 1rem=10px */
  display: block;
  overflow: auto;
  height: 100%
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
body{
  overflow: visible;
  height: auto;
}
img {
  width: 100%;
}
p {
  font-size: 1.6rem;
}
.hr-50 {
  height: 50px;
}
/* ▲全体的な設定 */



/* ヘッダー */
.navbar-nav {
  font-size: 1.6rem;
  font-weight: bold;
}
.navbar-color {
  color: white;
}

/* logo */
.logo {
  padding: 45px 0 0 0 !important;
  margin: 0 auto;
}

/* message */
.message {
  background: url(img/bg.png) no-repeat;
  background-size: cover;
}
.message-logo {
  font-family: 'Caveat', cursive;
  font-size: 7rem;
  color: white;
  text-shadow: 1px 0 5px black;
}
@media (min-width: 767px) {
  .logo {
    padding: 70px 0 0 0 !important;
  }
  .message-logo {
    font-size: 9rem;
  }
}
.message-title {
  color: #183E59;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 1px 0 5px white;
}
.message-content {
  font-size: 2rem;
  font-weight: bold;
}

/* Service */
.service {
  background: #BEDEFF;
  padding-bottom: 40vw;
  padding-top: 5vw;
}
.text-fix {
  margin-top: -20px;
}
.servicetitle {
  display: inline-block;
  margin: 0 auto;
  letter-spacing: 2px;
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: 5px solid #54ADFF;
  padding: 0 50px 20px 50px;
}

/* service1 */
.service1img,.service3img {
  margin-top: 40px;
  float: left;
}
.service1text,.service3text {
  margin-top: 20px;
  float: right;
  border-radius: 20px;
  background: #D9ECFF;
  box-shadow:  10px 10px 17px #c3d4e6,
             -10px -10px 17px #efffff;
}
.servicelogo {
  font-family: 'Kaushan Script', cursive;
  color: #FFA454;
  font-size: 6rem;
}
.service1title {
  font-size: 2.2rem;
  font-weight: bold;
}
.servicecontent {
  font-size: 1.6rem;
}

/* service2 */
.service2text {
  margin-top: 20px;
  float: left;
  border-radius: 20px;
  background: #D9ECFF;
  box-shadow:  10px 10px 17px #c3d4e6,
             -10px -10px 17px #efffff;
}
.service2img {
  margin-top: 40px;
  float: right;
}

@media (min-width: 767px) {
  .service1text,.service2text,.service3text,
  .service1img,.service2img,.service3img {
    margin-top: 90px;
  }
  .service {
    padding-bottom: 10vw;
  }
  .service1text,.service2text,.service3text {
    height: 473px;
  }
  .servicecontent {
    font-size: 2rem;
  }
}


/* case */
.case {
  background: #F6EAC0;
  padding-bottom: 10vw;
  padding-top: 5vw;
}
.casetitle {
  display: inline-block;
  margin: 0 auto;
  letter-spacing: 2px;
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: 5px solid #FFCA0A;
  padding: 0 25px 20px 25px;
}
.caseouter {
  padding-top: 90px;
  padding-bottom: 40px;
  margin-top: 90px;
  border-radius: 20px;
  background: #FEF5D8;
  box-shadow:  10px 10px 17px #d8d0b8,
             -10px -10px 17px #fffff8;
}
.caseinner {
  margin: 0 auto;
  border-radius: 20px;
  background: #FEF5D8;
  box-shadow:  10px 10px 17px #d8d0b8,
             -10px -10px 17px #fffff8;
}
.caseinnersp {
  margin: 0 auto;
  border-radius: 20px;
  background: #FEF5D8;
  box-shadow:  10px 10px 17px #d8d0b8,
             -10px -10px 17px #fffff8;
}
.caseinnersptitle {
  font-size: 2rem;
  font-weight: bold;
  color: #1D8EF0;
}
.caseinnersptitle .step {
  color: #333;
}
.caseinner img {
  margin-left: 25px;
  margin-top: 25px;
}
.caseinner .float-right {
  font-size: 3rem;
  font-weight: bold;
  color: #1D8EF0;
}
.caseinner .float-right .step {
  color: #333;
}
.casetext {
  color: #333;
  font-size: 1.6rem;
}
.caselasttitle {
  font-size: 2rem;
  font-weight: bold;
}
.caselasttext {
  font-size: 1.6rem;
}
@media (min-width: 767px) {
  .casetext {
    font-size: 2rem;
  }
}



/* works */
.works {
  background: #BEDEFF;
  padding-top: 5vw;
  padding-bottom: 10vw;
}
.workstitle {
  display: inline-block;
  margin: 0 auto;
  letter-spacing: 2px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 5px solid #54ADFF;
  padding: 0 10px 20px 10px;
}
.workstext1 {
  font-size: 1.7rem;
  font-weight: bold;
}
.workstext2 {
  font-size: 1.8rem;
  font-weight: bold;
}
.worksline {
  height: 50px;
  border-bottom: 5px solid #54ADFF;
}
.partnertitle {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 80px;
}
.partnerouter {
  font-size: 2rem;
  font-weight: bold;
  padding: 25px 0 !important;
  margin-top: 30px;
  border-radius: 20px;
  background: #D9ECFF;
  box-shadow:  10px 10px 17px #c3d4e6,
             -10px -10px 17px #efffff;
}
.partnertext1 {
  font-size: 1.6rem;
  font-weight: bold;
}
.partnertext2 {
  font-size: 1.6rem;
  font-weight: normal;
}
@media (min-width: 767px) {
  .workstitle {
    padding: 0 25px 20px 25px;
  }
  .partnertitle {
    font-size: 2.5rem;
  }
  .partnertext1, .partnertext2 {
    font-size: 2rem;
  }
}
.wgmap {
  margin: 30px auto;
  width: 90%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.wgmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* access */
.access {
  background: #ddd;
  padding-top: 5vw;
  padding-bottom: 10vw;
}
.accesstitle {
  display: inline-block;
  margin: 0 auto;
  letter-spacing: 2px;
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: 5px solid #54ADFF;
  padding: 0 50px 20px 50px;
}
.agmap {
  margin: 30px 0 5px 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.agmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.maptext{
  font-size: 1.8rem;
}
.accessouter {
  margin: 50px auto;
  padding: 30px 10px;
  border-radius: 20px;
  background: #dddddd;
  box-shadow:  10px 10px 17px #c7c7c7,
             -10px -10px 17px #f3f3f3;
}
.accesstext {
  padding: 10px 0;
  border-top: 1px solid #707070;
}
.accesstext:last-child {
  border-bottom: 1px solid #707070;
}
.accesstextleft {
  font-size: 1.5rem;
  font-weight: bold;
}
.accesstextright {
  font-size: 1.4rem;
}
@media (min-width: 767px) {
  .agmap {
    margin: 100px 0 15px 0;
  }
  .accessouter {
    padding: 50px 30px;
  }
  .accesstextleft,.accesstextright {
    font-size: 2rem;
  }
}

/* contact */
.contact {
  margin: 100px auto;
  background-color: #168EFF;
  border: 2px solid #0A4C8B;
  border-radius: 15px;
  line-height: 50px;
}
.contact a {
  display: block;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}

@media (min-width: 767px) {
  .contact {
    line-height: 65px;
  }
}


/* footer */
.footer {
  background: #002E55;
  padding-top: 2vw;
  padding-bottom: 1vw;
}
.footertext {
  font-size: 1.6rem;
  color: white;
  font-weight: bold;
}
.footerline {
  height: 30px;
  border-bottom: 2px solid #455765;
}



/* faq */
.faq {
  background: #BEDEFF;
  padding-bottom: 40vw;
  padding-top: 5vw;
}
.text-fix {
  margin-top: -20px;
}
.faqtitle {
  display: inline-block;
  margin: 0 auto;
  letter-spacing: 2px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 5px solid #54ADFF;
  padding: 0 10px 20px 10px;
}
.faqinner {
  margin-top: 35px;
  border-radius: 20px;
  background: #D9ECFF;
  box-shadow:  10px 10px 17px #c3d4e6,
             -10px -10px 17px #efffff;
}
.faq_q {
  font-size: 2rem;
  font-weight: bold;
}
.faq_a {
  font-size: 2rem;
}
@media (min-width: 767px) {
  .faq {
    padding-bottom: 10vw;
  }
  .faqtitle {
    font-size: 2.5rem;
  }
  .faqinner {
    margin-top: 60px;
  }
}

/* contactus */
.contactus {
  background-color: white;
  padding-bottom: 40vw;
  padding-top: 5vw;
}
.contactus_text-fix {
  margin-top: -5px;
}
.contactustitle {
  display: inline-block;
  margin: 0 auto;
  letter-spacing: 2px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 5px solid #54ADFF;
  padding: 0 10px 20px 10px;
}

/* wpcf7 */
.wpcf7 {
  margin-top: 50px;
}
.form-name {
  font-size: 1.6rem;
  float: left;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.req {
  font-size: 1.4rem;
  line-height: 30px;
  color: white;
  background: #0075c2;
  padding: 0 10px;
  margin-left: 5px;
  border-radius: 5px;
  margin-top: 10px;
}
.wpcf7-text {
  font-size: 1rem;
  margin-top: 7px;
  width: 100%;
  height: 38px;
  border-radius: 5px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  padding: 5px;
}
.wpcf7-textarea {
  font-size: 1rem;
  margin-top: 7px;
  width: 100%;
  border-radius: 5px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  padding: 5px;
  height: 200px;
}
.acceptance-45 {
  text-align: center;
}
.wpcf7-list-item {
  margin: 0 !important;
}
.submitbtn {
  margin: 30px auto;
  text-align: center;
  display: block;
}
.submitbtn .wpcf7-submit {
  text-align: center;
  display: inline-block;
  color: #0075c2;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 50px;
  background: transparent;
  border: 1px solid #0075c2;
  border-radius: 5px;
  transition: .6s;
  cursor: pointer;
}
.submitbtn .wpcf7-submit:hover {
  color: white;
  background: #0075c2;
  transition:  .6s;
}
@media (min-width: 767px) {
  .contactus {
    padding-bottom: 10vw;
  }
  .contactustitle {
    font-size: 2.5rem;
  }
}



/* 改行修正 */
.pc {
  display: none;
}
@media (min-width: 1200px) {
  .pc {
    display: inline;
  }
}
