@charset "utf-8";
html,body {
	width: 100%;
	height: 100%;
}
html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-overflow-scrolling: touch;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-size: 1.5rem;
  line-height: 2;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 1.2;
}
img {
	line-height: 1.0;
  width: 100%;
  height: auto;
}
a {
  color: #000;
  text-decoration: none;
}
a.hover {
  color: #da2128;
  text-decoration: underline;
}
a:focus,
*:focus {
	outline: none;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
.main {
  min-width: 100%;
  margin-top: 70px;
}
/* --------- #pagetop --------- */
#pagetop {
	position: fixed;
	right: 30px;
	bottom: 100px;
	cursor: pointer;
	display: block;
	height: 50px;
	width: 50px;
	border: #333 solid 1px;
	background-color: #fff;
}
#pagetop {
  right: 10px;
  bottom: 20px;
}
#pagetop::after {
	position: absolute;
	content: "";
	top: 22px;
	left: 18px;
	width: 11px;
	height: 11px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#pagetop.hover {
	border-color: #fff;
	background-color: #333;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#pagetop.hover::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
@media screen and (max-width: 750px){
  #pagetop {
    bottom: 50px;
  }
}

#hadamo_lp_wrapper {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
  box-shadow: 0px 0px 40px 0px #83a0ac;
}
@media screen and (max-width: 750px){
  #hadamo_lp_wrapper {
    max-width: 750px;
  }
  #hadamo_lp_wrapper #pagetop {
    right: 10px;
    z-index: 999;
    opacity: .8;
  }
  #hadamo_lp_wrapper #pagetop.active {
    transform: translateY(-15vw);    
  }
}
/*=========================================
全体設定
===========================================*/
@media(hover: hover) {
  #hadamo_lp a{
    opacity: 1;
    transition: 0.3s;
  }
  #hadamo_lp a:hover{
    opacity: 0.75;
  }
}
#hadamo_lp {
  color: #363636;
}
#hadamo_lp p img {
  line-height: 1;
  padding: 0;
  margin: 0;
}
#hadamo_lp .hadamo_lp_notes {
  font-size: 10px;
  line-height: 1.4;
  font-feature-settings: "palt";
}
#hadamo_lp .sup {
  font-size: 50%;
  vertical-align: text-top;
}

/*=========================================
fv
===========================================*/
.hadamo_lp_fv_top {
  position: relative;
  background-color: #de0024;
}
.hadamo_lp_fv_top p,
.hadamo_lp_fv_top h1 {
  position: absolute;
  z-index: 2;
}
.hadamo_lp_fv_top h1 {
  width: 93.866666%;
  margin: 0 auto;
  bottom: 15%;
  left: 0;
  right: 0;
}
.hadamo_lp_fv_top p:first-of-type {
  width: 81.333333%;
  margin: 0 auto;
  top: 3%;
  left: 0;
  right: 0;
}
.hadamo_lp_fv_top p:nth-of-type(2) {
  width: 30.533333%;
  margin: 0 auto;
  top: 15.8%;
  left: 0;
  right: 0;
}
.hadamo_lp_fv_top p:nth-of-type(3) {
  width: 35.733333%;
  bottom: 2%;
  left: 3.3%;
}
.hadamo_lp_fv_top p:nth-of-type(4) {
  width: 36.133333%;
  bottom: 1%;
  right: 2.8%;
}
.hadamo_lp_fv_cv {
  background-image: url("../images/fv_cv_bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.hadamo_lp_fv_cv {
  padding: 2% 0 1.5%;
}
.hadamo_lp_fv_cv p {
  width: calc(660/750*100%);
  margin: 0 auto 2%;
}
.hadamo_lp_fv_cv ul {
  width: calc(665/750*100%);
  margin: 0 auto;
  display: flex;
  align-items:flex-start;
  justify-content: space-between;
}
.hadamo_lp_fv_cv li:first-of-type {
  width: calc(435/665*100%);
  margin-bottom: 3%;
}
.hadamo_lp_fv_cv li:nth-of-type(2) {
  width: calc(213/665*100%);
}
.hadamo_lp_fv_cv li img {
  filter: drop-shadow(0px 4px 8px rgba(0, 22, 87, 0.6));
  transform: translateZ(0); /* Safari */
}

/*=========================================
nayami
===========================================*/
.hadamo_lp_nayami {
  background-color: #71adc5;
  background-image: url("../images/nayami_bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.hadamo_lp_nayami .fuki {
  position: relative;
  padding-bottom: 9.468%;
}
.hadamo_lp_nayami .fuki p:nth-of-type(2),
.hadamo_lp_nayami .fuki p:nth-of-type(3),
.hadamo_lp_nayami .fuki p:nth-of-type(4),
.hadamo_lp_nayami .fuki p:nth-of-type(5) {
  position: absolute;
  filter: drop-shadow(15px 15px 20px rgba(0, 103, 143, 0.6));
  transform: translateZ(0); /* Safari */
  z-index: 2;
}
.hadamo_lp_nayami .fuki p:nth-of-type(2) {
  width: 37.6%;
  top: 22.3%;
  left: 5.4%;
}
.hadamo_lp_nayami .fuki p:nth-of-type(3) {
  width: 34.8%;
  top: 25.2%;
  right: 7.6%;
}
.hadamo_lp_nayami .fuki p:nth-of-type(4) {
  width: 35.2%;
  top: 49%;
  left: 5%;
}
.hadamo_lp_nayami .fuki p:nth-of-type(5) {
  width: 42.533333%;
  top: 58%;
  right: 5.3%;
}

/*=========================================
hadamo_lp_point
===========================================*/
.hadamo_lp_point {
  padding-bottom: 20%;
  background-color: #de0024;
  background-image: url("../images/point_bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.hadamo_lp_point_ttl,
.hadamo_lp_point_detail {
  position: relative;
}
.hadamo_lp_point_ttl p,
.hadamo_lp_point_detail p:nth-of-type(2) {
  position: absolute;
  z-index: 2;
}
.hadamo_lp_point_ttl p {
  width: 33.333333%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.6));
  transform: translate(0, -40%);
}
.hadamo_lp_point_detail p:nth-of-type(2) {
  width: 11.333333%;
  bottom: 4%;
  right: 7%;
  filter: drop-shadow(8px 8px 6px rgba(0, 0, 0, 0.35));
  transform: translateZ(0); /* Safari */
}

/*=========================================
hadamo_lp_intro
===========================================*/
.hadamo_lp_intro {
  margin-top: -13%;
}

/*=========================================
hadamo_lp_point01
===========================================*/
a.links01 {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.hadamo_lp_point01 {
  margin-top: -14%;
  padding-top: 14%;
  padding-bottom: 3%;
  background-color: #de0024;
  background-image: url("../images/point01_bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.hadamo_lp_point01 p.hadamo_lp_notes {
  color: #fff;
  margin: 0 6%;
  padding: .6em 0 2em;
}
.hadamo_lp_point01 .hadamo_lp_notes {
  display: flex;
  flex-wrap: wrap;
}
.hadamo_lp_point01 .hadamo_lp_notes span.dt {
  display: inline-block;
  width: 11%;
}
.hadamo_lp_point01 .hadamo_lp_notes span.dd {
  display: inline-block;
  width: 89%;
}
@media screen and (max-width: 520px){
  .hadamo_lp_point01 .hadamo_lp_notes span.dt {
    display: inline-block;
    width: 18%;
  }
  .hadamo_lp_point01 .hadamo_lp_notes span.dd {
    display: inline-block;
    width: 82%;
  }
}
/*=========================================
hadamo_lp_point02
===========================================*/
.hadamo_lp_point02 {
  background-color: #a4001b;
  background-image:
    url("../images/point02_bgTop.jpg"),
    url("../images/point02_bg.jpg");
  background-position: center top, center top;
  background-size: 100% auto, cover;
  background-repeat: no-repeat, no-repeat;
}
.hadamo_lp_point02 .box {
  position: relative;
  width: 85.333333%;
  margin: 0 auto;
  background-color: #000;
}
.hadamo_lp_point02 .box .txt_area {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.1);
  z-index: 2;
}
.hadamo_lp_point02 .box .txt_area > div {
  display: flex;
}
.hadamo_lp_point02 .box .txt_area p {
  width: 50%;
  padding: 1.5em .6em 1.5em 1.8em;
  font-size: 13px;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 750px){
  .hadamo_lp_point02 .box .txt_area p {
    font-size: min(max(12px, calc(0.75rem + ((1vw - 3.75px) * 3.2))), 24px);
    min-height: 0vw;
  }
}
@media screen and (max-width: 400px){
  .hadamo_lp_point02 .box .txt_area p {
    line-height: 1.4;
    padding: 1.5em .5em 1.5em 1.8em;
  }
}
.hadamo_lp_point02 .box .txt_area p:nth-of-type(2) {
  padding: 1.5em 1.5em 1.5em .5em;
}
.hadamo_lp_point02 .box .txt_area .ttl {
  font-weight: bold;
  display: inline-block;
  border-left: solid 4px #fff;
  padding-left: .5em;
  margin-bottom: .5em;
}
.hadamo_lp_point02 p.hadamo_lp_notes {
  color: #fff;
  margin: 0 8%;
  text-align: right;
  padding: .6em 0 3em;
}
.hadamo_lp_point02 .img05 {
  position: relative;
}
.hadamo_lp_point02 .img05_btn {
  position: absolute;
  width: calc(642/750*100%);
  margin: 0 auto;
  bottom: 4.8%;
  left: 0;
  right: 0;
}

/*=========================================
hadamo_lp_point03,
hadamo_lp_point04
===========================================*/
.hadamo_lp_point03 {
  padding-bottom: 4%;
  background-color: #de0024;
  background-image:
    url("../images/point03_bgTop.jpg"),
    url("../images/point03_bg.jpg");
  background-position: center top, center top;
  background-size: 100% auto, cover;
  background-repeat: no-repeat, no-repeat;
}
.hadamo_lp_point04 {
  padding-bottom: 4%;
  background-color: #a4001b;
  background-image:
    url("../images/point04_bgTop.jpg"),
    url("../images/point04_bg.jpg");
  background-position: center top, center top;
  background-size: 100% auto, cover;
  background-repeat: no-repeat, no-repeat;
}
.hadamo_lp_point03 .box,
.hadamo_lp_point04 .box {
  width: 85.333333%;
  margin: 5% auto;
}
.hadamo_lp_point03 .box:first-of-type,
.hadamo_lp_point04 .box:first-of-type {
  margin: 0 auto;
}
.hadamo_lp_point03 .box:nth-of-type(2) > div {
  margin-top: -1.9%;
}
.hadamo_lp_point03 .box h3,
.hadamo_lp_point04 .box h3 {
  padding: .9em 1em .7em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  background-color: #222;
  font-size: 18px;
}
@media screen and (max-width: 750px){
  .hadamo_lp_point03 .box h3,
  .hadamo_lp_point04 .box h3 {
    font-size: min(max(16px, calc(1rem + ((1vw - 3.75px) * 4.2667))), 32px);
    min-height: 0vw;
  }
}
.hadamo_lp_point03 .box p,
.hadamo_lp_point04 .box p {
  padding: 1.2em;
  font-size: 17px;
  text-align: center;
  line-height: 1.5;
  background-color: #fff;
}
@media screen and (max-width: 750px){
  .hadamo_lp_point03 .box p,
  .hadamo_lp_point04 .box p {
    font-size: min(max(14.5px, calc(0.90625rem + ((1vw - 3.75px) * 4.1333))), 30px);
    min-height: 0vw;
  }
}

.hadamo_lp_point04 .box + p {
  padding: 0 7.335%;
  font-size: 11.33px;
  text-align: right;
  line-height: 1;
  color: #fff;
  margin-top: -3%;
}
@media screen and (max-width: 750px){
  .hadamo_lp_point04 .box + p {
    font-size: 2.67vw;
    min-height: 0vw;
  }
}

/*=========================================
hadamo_lp_point05
===========================================*/
.hadamo_lp_point05 {
  padding-bottom: 18%;
  background-color: #de0024;
  background-image:
    url("../images/point05_bgTop.jpg"),
    url("../images/point05_bgBtm.png"),
    url("../images/point05_bgImg.png"),
    url("../images/point05_bg.jpg");
  background-position: center top, center bottom, center bottom, center top;
  background-size: 100% auto, 100% auto, 100% auto, cover;
  background-repeat: no-repeat;
}
.hadamo_lp_point05 .inner {
  width: 90.666667%;
  margin: 0 auto;
}
.hadamo_lp_point05 .box {
  background-image: url("../images/point05_innerBg.jpg");
  background-repeat: repeat;
  margin-top: 5%;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.4));
  transform: translateZ(0); /* Safari */
}
.hadamo_lp_point05 .box3 {
  padding-bottom: 3%;
}
/* -----------------------
h3
------------------------- */
.hadamo_lp_point05 .box h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  position: relative;
  text-align: left;
  font-size: 19px;
  line-height: 1.4;
  padding: 5.5% 5% 2.5% 6%;
}
@media screen and (max-width: 750px){
  .hadamo_lp_point05 .box h3 {
    font-size: min(max(16px, calc(1rem + ((1vw - 3.75px) * 4.2667))), 32px);
    min-height: 0vw;
  }
}
.hadamo_lp_point05 .box h3::after {
  position: absolute;
  bottom: -10px;
  left: 6%;
  width: 4em;
  height: 5px;
  content: '';
  border-radius: 100px;
  background: #b70019;
}
/* -----------------------
intvee
------------------------- */
.hadamo_lp_point05 .box p.intvee {
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  padding: 6% 5% 4% 6%;
  font-feature-settings: "palt";
  letter-spacing: .08em;
}
@media screen and (max-width: 750px){
  .hadamo_lp_point05 .box p.intvee {
    font-size: min(max(12.5px, calc(0.78125rem + ((1vw - 3.75px) * 3.3333))), 25px);
    min-height: 0vw;
  }
}
.hadamo_lp_point05 .box p.intvee:nth-of-type(2) {
  padding: 0% 5% 6.5% 6%;
}
.hadamo_lp_point05 .box p.intvee span.border {
  display: block;
  content: "";
  margin-right: .4em;
  height: 1px;
  background: #363636;
  transform: translateY(.7em);
  flex-basis: 6%;
}
.hadamo_lp_point05 .box p.intvee span.txt {
  flex-basis: 94%;
}
/* -----------------------
fuki
------------------------- */
.hadamo_lp_point05 .box .flex {
  display: flex;
  margin-bottom: 5%;
}
.hadamo_lp_point05 .box .flex_rev {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 5%;
}
.hadamo_lp_point05 .icon {
  flex-basis: 26%;
}
.hadamo_lp_point05  .fuki {
  flex-basis: 74%;
}
.hadamo_lp_point05  .fuki .txt_area_l,
.hadamo_lp_point05  .fuki .txt_area_r {
  position: relative;
  display: inline-block;
  width: 90%;
  height: auto;
  background: rgba(169,195,215,0.25);
  padding: 1.2em;
  text-align:left;
}
@media screen and (max-width: 400px){
  .hadamo_lp_point05  .fuki .txt_area_l,
  .hadamo_lp_point05  .fuki .txt_area_r {
    padding: 1em;
  }
}
.hadamo_lp_point05  .fuki .txt_area_l {
  margin: 0 6% 0 4%;
}
.hadamo_lp_point05  .fuki .txt_area_r {
  margin: 0 4% 0 6%;
}
.hadamo_lp_point05 .fuki .txt_area_l:after,
.hadamo_lp_point05 .fuki .txt_area_r:after {
  position: absolute;
  top: 3em;
  content:'';
  margin-top: -10px;
  border: 8px solid transparent;
  z-index: 2;
}
.hadamo_lp_point05 .fuki .txt_area_l:after {
  left: -20px;
  border-right: 12px solid rgba(169,195,215,0.25);
}
.hadamo_lp_point05 .fuki .txt_area_r:after{
  right: -20px;
  border-left: 12px solid rgba(169,195,215,0.25);
}
.hadamo_lp_point05 .fuki p {
  font-size:13px;
  line-height: 1.6;
  margin-top: .5em; 
}
@media screen and (max-width: 750px){
  .hadamo_lp_point05 .fuki p {
    font-size: min(max(11px, calc(0.6875rem + ((1vw - 3.75px) * 2.9333))), 22px);
    min-height: 0vw;
  }
}
.hadamo_lp_point05 .fuki p:first-of-type {
  margin-top: 0;
}

/*=========================================
hadamo_lp_cv
===========================================*/
.hadamo_lp_cv {
  padding-bottom: 10%;
  background-color: #de0024;
  background-image: url("../images/cv_bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.hadamo_lp_cv .box {
  position: relative;
}
.hadamo_lp_cv .box p,
.hadamo_lp_cv .box ul {
  position: absolute;
  z-index: 2;
}
.hadamo_lp_cv .box p {
  width: 85.333333%;
  margin: 0 auto;
  bottom: 19%;
  left: 0;
  right: 0;
}
.hadamo_lp_cv .box p.morebtn {
  width: calc(180/750*100%);
  margin: 0;
  bottom: 43%;
  left: auto;
  right: 12.5%;
}
.hadamo_lp_cv .box ul {
  display: flex;
  width: 85.333333%;
  margin: 0 auto;
  padding: 4%;
  bottom: 5.5%;
  left: 0;
  right: 0;
}
.hadamo_lp_cv .box ul li:first-of-type {
  padding-right: 1%;
}
.hadamo_lp_cv .box ul li:nth-of-type(2) {
  padding-left: 1%;
}

/*=========================================
hadamo_lp_details
===========================================*/
.hadamo_lp_details {
  background-color: #fff;
  width: 100%;
  padding: 12% 0;
}
.table_wrap {
  overflow-x: auto;
  display: block;
  margin: 0 4%;
  position: relative;
}
.hadamo_lp_details table {
  width: calc(1255/750*100%);
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.5;
}
.hadamo_lp_details table th {
  background: #222222;
  color: #fff;
  padding: .5em 0;
  text-align: left;
  position: relative;
  white-space: nowrap;
  height: 2em;
}
.hadamo_lp_details table th span {
  position:sticky;
  top: 0;
  left: 0;
  padding: 0 1em;
  line-height: 1;
}
.hadamo_lp_details table td:first-of-type {
  width: 33%;
  background: url("../images/details_bg_hadamo.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 94%;
}
.hadamo_lp_details table td:nth-of-type(2) {
  width: 34%;
  background: url("../images/details_bg_care.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 94%;
}
.hadamo_lp_details table td:nth-of-type(3) {
  width: 33%;
}
.hadamo_lp_details table td.txt:first-of-type,
.hadamo_lp_details table td.txt:nth-of-type(2),
.hadamo_lp_details table td.txt:nth-of-type(3) {
  padding: 1em 1em 1.5em;
}
.hadamo_lp_details table .color {
  line-height: 1.2;
  text-align: center;
  align-items: center;
}
.hadamo_lp_details table .color img {
  width: 1.5em;
  padding-bottom: .5em;
}
.hadamo_lp_details table .flex {
  display: flex;
  justify-content: center;
}
.hadamo_lp_details table .flex div {
  margin: 0 .2em;
}
.hadamo_lp_details table .bg_none {
  background: none!important;
}
@media screen and (max-width: 750px){
  .hadamo_lp_details table {
    font-size: min(max(13px, calc(0.8125rem + ((1vw - 3.75px) * 0.5333))), 15px);
    min-height: 0vw;
  }
}

/*=========================================
hadamo_lp_cv02
===========================================*/
.hadamo_lp_cv02 {
  background-color: #fff;
  padding-bottom: 20%;
}
.hadamo_lp_cv02 .slider {
  width: 78.666666%;
  margin: 0 auto;
}
.hadamo_lp_cv02 .slider .inner {
  position: relative;
}
.hadamo_lp_cv02 .slider img.cv02_item {
  padding: 0 2%;
}
.hadamo_lp_cv02 .slider a {
  display: inline-block;
  position: absolute;
  max-width: 79.928571%;
  margin: 0 auto;
  bottom: 6%;
  left: 0;
  right: 0;
  z-index: 2;
}
.hadamo_lp_cv02 .slick-arrow:before{
	content:""!important;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}
.hadamo_lp_cv02 .slick-next:before{
  background: url("../images/arrow_r.png")!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
}
.hadamo_lp_cv02 .slick-prev:before{
  background: url("../images/arrow_l.png")!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
}
.hadamo_lp_cv02 .slick-prev, .slick-next {
  width: 44px!important;
  height: 44px!important;
  z-index: 2!important;
}
.hadamo_lp_cv02 .slick-dots li.slick-active button::before {
  color: #de0024!important;
}
.hadamo_lp_cv02 .slick-dots li {
  margin: 0 0;
}
.hadamo_lp_cv02 .slick-dots {
  bottom: -30px;
}

/*=========================================
hadamo_lp_faq
===========================================*/
.hadamo_lp_faq {
  padding-bottom: 11%;
  background-color: #f0f0f0;
}
.hadamo_lp_faq .box {
  width: 90.666667%;
  margin: 0 auto 4%;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
}
.hadamo_lp_faq .que,
.hadamo_lp_faq .ans > div {
  display: flex;
}
.hadamo_lp_faq .icon {
  flex-basis: 17.586%;
}
/* -----------------------
que
------------------------- */
.hadamo_lp_faq .que {
  position: relative;
  cursor: pointer;
}
.hadamo_lp_faq .que::after {
  content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("../images/faq_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 2;
}
.hadamo_lp_faq .que.active:after {
	transform: translateY(-50%) rotate(180deg);
	transition: 0.2s;
}
.hadamo_lp_faq .que .txt_area {
  color: #de0024;
  font-weight: bold;
  align-self: center;
  flex-basis: 68%;
}
.hadamo_lp_faq .que p {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 750px){
  .hadamo_lp_faq .que p {
    font-size: min(max(16px, calc(1rem + ((1vw - 3.75px) * 3.7333))), 30px);
    min-height: 0vw;
  }
}

/* -----------------------
ans
------------------------- */
.hadamo_lp_faq .ans {
	display: none;
}
.hadamo_lp_faq .ans > div {
  position: relative;
}
.hadamo_lp_faq .ans > div::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: 4%;
  top: 0;
  width: 92%;
  height: 1px;
  background-color: #de0024;
}
.hadamo_lp_faq .ans .txt_area {
  flex-basis: 75%;
}
.hadamo_lp_faq .ans p {
  margin-bottom: 1em;
  font-size: 17px;
  line-height: 1.5;
}
@media screen and (max-width: 750px){
  .hadamo_lp_faq .ans p {
    font-size: min(max(15px, calc(0.9375rem + ((1vw - 3.75px) * 3.4667))), 28px);
    min-height: 0vw;
  }
}
.hadamo_lp_faq .ans p:first-of-type {
  margin-top: 2em;
}
@media screen and (max-width: 750px){
  .hadamo_lp_faq .ans p:first-of-type {
    margin-top: 1.5em;
  }
}
.hadamo_lp_faq .ans p:last-of-type {
  margin-bottom: 2.5em;
}

/*=========================================
hadamo_lp_floating
===========================================*/
.hadamo_lp_floating {
  display: none;
  position: fixed;
  max-width: 580px;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: linear-gradient(180deg, transparent 0%, transparent 25%, #fff 25%, #fff 100%);
}
@media screen and (max-width: 750px){
  .hadamo_lp_floating {
    max-width: 750px;
  }
}
.hadamo_lp_floating ul {
  display: flex;
}
.hadamo_lp_floating ul li {
  width: 50%;
}
@media(hover: hover) {
  #hadamo_lp .hadamo_lp_floating a:hover{
    opacity: 1;
    -webkit-filter: brightness(.85);
    -moz-filter: brightness(.85);
    -o-filter: brightness(.85);
    -ms-filter: brightness(.85);
    filter: brightness(.85);
  }
  #hadamo_lp .hadamo_lp_floating ul li:first-of-type a:hover{
    opacity: 1;
    -webkit-filter: brightness(.85);
    -moz-filter: brightness(.85);
    -o-filter: brightness(.85);
    -ms-filter: brightness(.85);
    filter: brightness(.85);
  }
  #hadamo_lp .hadamo_lp_floating ul li:nth-of-type(2) a:hover{
    opacity: 1;
    -webkit-filter: brightness(.92);
    -moz-filter: brightness(.92);
    -o-filter: brightness(.92);
    -ms-filter: brightness(.92);
    filter: brightness(.92);
  }
}
/*=========================================
hadamo_lp_pcBg
===========================================*/
.hadamo_lp_pcBg {
  content: "";
	display: inline-block;
  width: 100vw;
	height: 100vh;
  background-image: url("../images/pc_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 750px){
  .hadamo_lp_pcBg {
    display: none;
  }
}



