@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bowlby+One&display=swap");
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #333333;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 0.5px;
}

/*****************************************************

 ティザーサイト用
 
*****************************************************/
a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* allwrap
----------------------------------------------------*/
.allwrap {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.allwrap .content_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85%;
  min-width: 1080px;
  background: url("../images/bg_main.jpg") no-repeat;
  background-position: bottom left;
  background-size: cover;
}
.allwrap .content_wrap .logo {
  position: relative;
}
.allwrap .content_wrap .logo .icon_fukidashi {
  display: block;
  position: absolute;
  top: -92px;
  right: -168px;
  width: 197px;
  height: 197px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/icon_fukidashi.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.allwrap .content_wrap .copy {
  margin-top: 72px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.25;
}
.allwrap .content_wrap .copy dt {
  font-size: 5rem;
}
.allwrap .content_wrap .copy dd {
  margin-top: 12px;
  font-size: 2.8rem;
}

@media screen and (max-width: 896px) {
  .allwrap .content_wrap {
    width: 100%;
    height: 80%;
    min-width: auto;
    background-position: bottom center;
  }
  .allwrap .content_wrap .logo {
    width: 250px;
  }
  .allwrap .content_wrap .logo .icon_fukidashi {
    top: -46px;
    right: -55px;
    width: 70px;
    height: 70px;
  }
  .allwrap .content_wrap .copy {
    margin-top: 24px;
    padding: 0 24px;
  }
  .allwrap .content_wrap .copy dt {
    font-size: 1.8rem;
  }
  .allwrap .content_wrap .copy dd {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}
/* footer_wrap
----------------------------------------------------*/
.footer_wrap {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  min-width: 1080px;
  color: #fff;
  background: #004d09;
  border-top: 8px #111111 solid;
}
.footer_wrap .info_text {
  position: relative;
  font-weight: bold;
  line-height: 1.4;
}
.footer_wrap .info_text dt {
  font-size: 2.6rem;
}
.footer_wrap .info_text dd {
  margin-top: 4px;
  font-size: 2.0rem;
}
.footer_wrap .phone_text {
  font-family: "Bowlby One", sans-serif;
  position: relative;
  margin-left: 160px;
  font-size: 4.2rem;
  letter-spacing: 0.2rem;
}
.footer_wrap .phone_text::before {
  font-family: 'Font Awesome 7 Free';
  content: '\f095';
  margin-right: 14px;
  font-weight: 600;
  font-size: 4.0rem;
}
.footer_wrap .phone_text a {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .footer_wrap {
    flex-direction: column-reverse;
    width: 100%;
    height: 20%;
    padding: 0 24px;
    min-width: auto;
    border-top: 6px #111111 solid;
  }
  .footer_wrap .info_text {
    margin-top: 12px;
    text-align: center;
  }
  .footer_wrap .info_text dt {
    font-size: 1.6rem;
  }
  .footer_wrap .info_text dd {
    margin-top: 4px;
    font-size: 1.4rem;
  }
  .footer_wrap .phone_text {
    margin-left: 0;
    font-size: 2.2rem;
    line-height: 1;
  }
  .footer_wrap .phone_text::before {
    margin-right: 6px;
    font-size: 2.0rem;
  }
}
.box {
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
}
.box::before {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
}
