@charset "UTF-8";
/* ======================= VARIABLE ====== */
/* placeholder color */
.im{
  font-family: 'Anton', sans-serif;
  font-family: 'Archivo Black', sans-serif;
}

.fm{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}



body{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

img{
  pointer-events: none!important;
}

.common_nav{
    width: 100%;
    height: auto;
    box-shadow: 2px 2px 2px #22222214;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999;
}
a{
  transition: all 0.6s ease;
}
a:hover{
  transform: translateY(-20%);
}
.nav_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img{
  height: 63px;
}

.nav_list{
  width: 303px;
  display: flex;
  justify-content: space-between;
}

a{
  text-decoration: none;
}

.nav_list a li{
  font-size: 18px;
  font-weight: 800;
  color: #F7D208;
}

.mv_img{
  width: 100%;
  pointer-events: none;
}

.ttl{
  width: 257px;
  margin: 0 auto 60px;
}

.ttl img {
  width: 100%;
}

.top_point{
  padding: 100px 0px;
}

.inner{
  max-width: 1200px;
  width: auto;
  margin: 0 auto;
}

.point_flex{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.item{
  width: 25%;
}

.item2{
  width: 17%;
}

.item img{
  width: 100%;
}

.item2 img{
  width: 100%;
}

img {
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
}

.inner_wrap{
  width: auto;
  max-width: 650px;
margin: 0 auto;
}

.top_point_text{
  font-size: 18px;
  line-height: 1.8;
  margin-top: 80px;
  margin-bottom: 60px;
}

.btn{
  width: 350px;
  margin: 0 auto;
  display: block;
}

.btn img{
  width: 100%;
}
.ttl2 {
    width: 261px;
    margin: 0 auto 3px;
}

.ttl2 img {
  width: 100%;
}

.company_wrap{
position: relative;
}

img.ab1{
width: 100%;
}

.ab2 {
    width: 54%;
    display: block;
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translateX(-50%);
}

.ab2 img{
  width: 100%;
}

.contact{
  position: relative;
  background: #f7d207;
  padding: 80px 0px;
  margin-top: 100px;
}


.ttl3{
  width: 239px;
  margin: 0 auto;
}

.ttl3 img{
  width: 100%;
}

.contact_text{
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 2;
  margin-top: 60px;
  margin-bottom: 80px;
}

.contact_flex{
  display: flex;
  justify-content: space-between;
}

.contact_btn{
  width: 46%;
  display: block;
  max-width: 300px
}

.contact_btn img{
  width: 100%;
}

.shadow{
  width: 100%;
  height: 9px;
  background: #BCAE14;
  position: absolute;
  left: 0;
  bottom: 0;
}

footer{
  padding: 20px 0px;
}
.footer_logo{
  display: block;
  width: 283px;
  margin: 0 auto;
}

.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.ab2:hover{
  transform: translate(-50%,-20%);
}

.sp{
  display: none;
}

.menu_list{
  display: none;
}

  @media screen and (max-width: 768px) {
.pc{
  display: none!important;
}

.sp{
  display: block!important;
}
.point_flex {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

.inner{
  max-width: 650px;
  width: 95%;
  margin: 0 auto;
}

.item {
    width: 48%;
}

.item2 {
    width: 48%;
}

.ttl {
    width: 202px;
    margin: 0 auto 30px;
}


element.style {
}
.js-animation.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.js-animation {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 1s;
}
.top_point {
    padding: 60px 0px;
}

.top_point_text {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 40px!important;
    margin-bottom: 40px!important;
    width: 95%;
}

.btn {
    width: 70%;
    margin: 0 auto;
    display: block;
    max-width: 350px;
}

.ttl2 {
    width: 205px;
    margin: 0 auto 3px;
}

.inner_wrap {
    width: 95%;
    max-width: 650px;
    margin: 0 auto;
}

.ab2 {
    width: 73.5%;
    display: block;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
}

.contact {
    position: relative;
    background: #f7d207;
    padding: 40px 0px;
    margin-top: 60px;
}

.ttl3 {
    width: 188px;
    margin: 0 auto;
}

.contact_text {
    text-align: left;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    width: 80%;
    margin: 40px auto 40px;
}

.contact_flex {
    display: flex;
    justify-content: center;
}

.contact_btn {
    width: 73.8%;
    display: block;
    max-width: 300px;
}

.footer_logo {
    display: block;
    width: 230px;
    margin: 0 auto;
}

.menu{
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 80px;
  height: 90px;
  background: url(../images/menusp.png) no-repeat;
  background-size: 80px;
  z-index: 999;
      cursor: pointer;
}

.menu.active{
  background: url(../images/menu2.png) no-repeat;
  background-size: 80px;
}



footer {
    padding: 40px 0px;
}

.menu_list{
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #040404b8;
  display: none;
  transition: all 1s ease;
}


.menu_list.active{
  display: block;
  overflow-y: hidden;
}

.inner_wrap.menu_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
        margin-top: 140px;
}

.link_img {
    width: 48%;
    margin-bottom: 30px;
}

.link_img img{
  width: 100%;
}

.tel_btn{
  display: block;
  padding: 20px 0px;
  background: #4AB2FF;
  box-shadow: 0px 9px 0px #1f64b4;
}

.tel_img{
max-width: 348px;
margin: 0 auto;
width: auto;
display: block;
}


  }

  .head_company{
    margin-top: 65px;
    padding: 45px 0px;
    box-shadow: 0px 9px 0px #E29B75;
    background: url("../images/combg.png") no-repeat;
    background-color: #FFECE2;
    background-size: 401px;
background-position: 95% 100%;
  }

  .com_ttl{
    width: 373px;
    margin: 0 auto;
  }

    .com_ttl img{
      width: 100%;
    }

    .company{
      padding: 120px 0px;
      position: relative;
    }

    .img_loop{
      position: absolute;
      width: 100%;
   height: 374px;
   bottom: 0;
   left: 0;
   background-image: url('../images/loop.png');
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  animation-name: slide_img;
  animation-duration: 700s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: -2;
    }

    .img_loop2{
      position: absolute;
      width: 100%;
   height: 258px;
   bottom: 150px;
   left: 0;
   background-image: url('../images/loop2.png');
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  animation-name: slide_img2;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: -1;
    }

    @keyframes slide_img {
    100% {
        background-position: -10000px 0;
        }
}

@keyframes slide_img2 {
100% {
    background-position: -10000px 0;
    }
}


    .com_subttl{
      width: 187px;
      margin: 0 auto 32px;
    }

.com_subttl img{
  width: 100%;
}

.combg{
  width: 100%;
}

@media screen and (max-width: 768px) {
.com_ttl {
    width: 205px;
    margin: 0 auto;
}

.head_company {
    margin-top: 0px;
    padding: 30px 0px;
    box-shadow: 0px 4px 0px #e29b75;
    background: url(../images/combg.png) no-repeat;
    background-color: #FFECE2;
    background-size: 250px;
    background-position: 100% 100%;
}

.company {
    padding: 60px 0px 90px;
    position: relative;
}

.com_subttl {
    width: 115px;
    margin: 0 auto 16px;
}

.img_loop {
    position: absolute;
    width: 100%;
    height: 160px;
    bottom: 0;
    left: 0;
    background-image: url(../images/loop.png);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: 0 0;
    animation-name: slide_img;
    animation-duration: 700s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: -2;
}

.img_loop2 {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 50px;
    left: 0;
    background-image: url(../images/loop2.png);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: 0 0;
    animation-name: slide_img2;
    animation-duration: 100s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: -1;
}

}


.about_ttl{
  width: 366px;
  margin: 0 auto;
}
.head_about{
  margin-top: 65px;
  padding: 45px 0px;
  box-shadow: 0px 9px 0px #E29B75;
  background: url("../images/aboutbg.png") no-repeat;
  background-color: #FFECE2;
  background-size: 401px;
background-position: 95% 100%;
}



  .about_ttl img{
    width: 100%;
  }

  .about_gray{
    background: #EFEFEF;
    padding: 120px 0px;
        margin-top: 9px;
  }

  .about_sub{
    width: 188px;
    margin: 0 auto 130px;
  }

.about_sub img{
width: 100%;
}

.about_flex{
  display: flex;
  justify-content: space-between;
}

.about_flex_item{
  width: 32%;
  position: relative;
  padding-top:66px;
  background: #fff;
  border-radius: 15px;
  padding-bottom: 30px;
  box-shadow: 0px 5px 0px #aaa8a8;
}

.about_flex_item_ttl{
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  color: #F7D208;
  font-weight: bold;
}

.about_flex_item_txt{
  font-size: 16px;
  width: 90%;
  margin: 0 auto;
  line-height: 1.5;
}

.about_flex_item_img{
  width: 70%;
  position: absolute;
  top: -37%;
  left: 50%;
  transform: translateX(-50%);
}

.abttl2{
  width: 96px;
  margin: 0 auto 60px;
}

.abttl2 img{
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .about_flex_item_img {
    width: 80%;
    position: absolute;
    top: -37%;
    left: 50%;
    transform: translateX(-50%);
}
}

@media screen and (max-width: 1000px) {
  .about_flex_item_img {
      width: 100%;
      position: absolute;
      top: -37%;
      left: 50%;
      transform: translateX(-50%);
  }

}


.abttl3{
  width: 188px;
  margin: 120px auto 60px;
}

.abttl3 img{
width: 100%;
}

.ab_desc{
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .abttl3{
    width: 114px;
    margin: 80px auto 40px;
  }

  .ab_desc{
    font-size: 14px;
    line-height: 1.8;
  }
.head_about {
    margin-top: 0px;
    padding: 30px 0px;
    box-shadow: 0px 4px 0px #e29b75;
    background: url("../images/aboutbgsp.png") no-repeat;
    background-color: #FFECE2;
    background-size: 147px;
    background-position: 100% 100%;
}

.about_ttl {
    width: 202px;
    margin: 0 auto;
}

.about_gray {
    background: #EFEFEF;
    padding: 60px 0px;
    margin-top: 4px;
}

.about_sub {
    width: 114px;
    margin: 0px auto 50px;
}

.about_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_flex_item {
    width: 100%;
    position: relative;
    padding-top: 20px;
    background: #fff;
    border-radius: 15px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    box-shadow: 0px 5px 0px #aaa8a8;
}

.about_flex_item_ttl {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    color: #F7D208;
    font-weight: bold;
}

.about_flex_item_txt {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    line-height: 1.5;
}

.about_flex_item_img {
    width: 42%;
    position: absolute;
    top: -13vw;
    left: 79%;
    transform: translateX(-50%);
}

li.about_flex_item:nth-child(3) {
    margin-bottom: 0px;
}

.abttl2 {
    width: 58px;
    margin: 0 auto 60px;
}
}


section.con_img {
    background: url(../images/mail.png) no-repeat;
    background-color: #FFECE2;
    background-size: 261px;
    background-position: 95% 100%;
}

.contact_box{
  padding: 120px 0px;
  position: relative;
}

img.contact_bg {
    width: 500px;
    position: absolute;
    top: 40%;
    z-index: -1;
    right: -60%;
}



.con_ttl{
  width: 279px;
  margin: 0 auto 60px;
}

.con_ttl img{
  width: 100%;
}


.con_desc{
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

span.Form-Item-Label-Required.blue {
    box-shadow: 0px 3px 0px #324e62;
    background: #72B4E5;
}
@media screen and (max-width: 480px) {

  img.contact_bg {
    width: 190px;
    position: absolute;
    top: 10%;
    z-index: -1;
    right: -10%;
}

  .Form {
    margin-top: 40px;
  }
  .contact_box {
    padding: 60px 0px;
}
.con_ttl {
    width: 171px;
    margin: 0 auto 40px;
}

.con_desc {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}
}
.Form-Item {
  border-top: 0px solid #ddd;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 100%;
  display: flex;
  align-items: center;
  background: #EBEBEB;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 15px;
  box-shadow: 0px 5px 0px #B1B1B1;
      box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  color: #282727;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 54px;
  display: inline-block;
  text-align: center;
  background: #E57272;
  color: #fff;
  font-size: 14px;
  box-shadow: 0px 3px 0px #a20000;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 40px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #F7D208;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border: 0px;
    box-shadow: 0px 6px 0px #a98f05;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
