/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
*/
/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/noto-sans-jp-v52-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/noto-sans-jp-v52-japanese_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.w100 {font-weight: 100;}
.w200 {font-weight: 200;}
.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w500 {font-weight: 500;}
.w700 {font-weight: 700;}
.w900 {font-weight: 900;}

/*--------------------------------------------------------------------
wrapper
--------------------------------------------------------------------*/
#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}


/*--------------------------------------------------------------------
 透過白背景
--------------------------------------------------------------------*/
.area_frame{
	width:100%;
	margin : 0px auto;
	/*padding : 10px 0;*/
    background-color: rgba(255,255,255,0.7);
}
.area_in{
	margin : 0 auto;
	width:100%;
}


/*--------------------------------------------------------------------
　top
--------------------------------------------------------------------*/
#sectop {
  background-color: #fffbf1;
}
#sectop .top_main {
	width: 100%;
	height: auto;
	position: relative;
  text-align: center;
}
#sectop .top_main .top_main_fv img {
  width: 100%;
}
#sectop .top_main .top_point {
  display: none;
}
@media (max-width: 768px) {
  #sectop .top_main .top_point {
    display: block;
    background: url(../images/top_waku.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 53%;
    left: 0;
    margin-left: 4%;
    padding: 20px 10px 20px 6px;
    width: calc(96% - 16px);
  }
  #sectop .top_main .top_point p {
    font-size: 17rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-align: left;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
  }
  #sectop .top_main .top_point p:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/check01.png) no-repeat;
    margin-right: 5px;
    display: inline-block;
    transform: translateY(7px);
    background-size: contain;
  }
  #sectop .top_main .top_point p span.bg-wrap {
    color: #474241;
    background-image: linear-gradient(to right, #a19896, #a19896 2px, transparent 2px, transparent 6px);
    background-size: 6px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-bottom: 4px;
  }
  #sectop .top_main .top_point p span {
    font-weight: bold;
    color: #0042ad;
  }
  #sectop .top_main .top_point .js-marker2 {
    position: relative;
    padding: 0px 10px 0px 13px;
    z-index: 1;
    color: #474241;
    background: linear-gradient(transparent 60%, #fff6b9 40%);
  }
  #sectop .top_main .top_point .js-marker2:before {
    position: absolute;
    content: '';
    left: 0px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 14px #fff;
    border-bottom: solid 37px transparent;
    z-index: 2;
  }
  #sectop .top_main .top_point .js-marker2:after {
    position: absolute;
    content: '';
    right: 0px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 14px transparent;
    border-bottom: solid 30px #ffffff;
    z-index: 2;
  }
}
@media (max-width: 375px) {
	#sectop .top_main .top_point p {
		font-size: 17px;
	}
	#sectop .top_main .top_point .js-marker2:before {
    border-bottom: solid 31px transparent;
  }
	#sectop .top_main .top_point .js-marker2:after {
    border-bottom: solid 31px #fff;
  }
}



/*--------------------------------------------------------------------
 レスポンシブ下部固定 新バージョン
--------------------------------------------------------------------*/
.ftbtn {
  display: none;
}
@media (max-width: 768px) {
  .ftbtn {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 100%;
    z-index: 999;
    transform: translateY(100px);
    transition: 1.5s;
    opacity: 0;
  }
  .ftbtn.fadeinanime {
    transform: translateY(0);
    transition: 1.5s;
    opacity: 1;
  }
  .ftbtn a {
    width: 100%;
    display: block;
    text-decoration: none;
  }
  .ftbtn .ftbtn_con {
    display: flex;
    flex-wrap: wrap;
  }
  .ftbtn .ftbtn_tel {
    width: 100%;
    background-color: #ed7201;
    background: linear-gradient(0deg, #e54500 0%, #ed6c00 100%);
    padding: .78% 1%;
  }
  .ftbtn .ftbtn_tel a {
    padding: 0;
  }
  .ftbtn .ftbtn_tel a .ftbtn_tel_no {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    margin-left: 20px;
  }
  .ftbtn .ftbtn_tel a .ftbtn_tel_no:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/footer_tel.png) no-repeat;
    background-size: contain;
    width: 27px;
    height: 50px;
    left: -35px;
    top: 9px;
  }
  .ftbtn .ftbtn_tel a .ftbtn_tel_msg {
    font-size: .85em;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.5;
    margin-left: 20px;
  }
  .ftbtn .ftbtn_mail
  , .ftbtn .ftbtn_line {
    width: 50%;
    font-weight: 700;
    font-size: 0.9em;
    padding: 2.605% 0 !important;
  }
  .ftbtn .ftbtn_mail {
    background: #f6bf01;
  }
  .ftbtn .ftbtn_line {
    background: #06c755;
  }
  .ftbtn .ftbtn_mail a span  {
    position: relative;
    margin-left: 30px;
  }
  .ftbtn .ftbtn_mail a span:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/footer_mail.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 100%;
    left: -30px;
    top: 2px;
  }
  .ftbtn .ftbtn_line a span {
    position: relative;
    margin-left: 33px;
  }
  .ftbtn .ftbtn_line a span:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/footer_line.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 30px;
    left: -33px;
    top: -2px;
  }
}