@charset "utf-8";

/* お申込ボタン色 */
.order-btn {
  background-color: #ff1d1d;
}

/* お申込背景 */
.entry-sec {
  background-color: #fff814;
}

/* 方眼section背景 */
.grid-sec {
  background-color: #3bb2c6;
}

/* 明るめsection背景 */
.calm-sec {
  background-color: #faf8e5;
}

/* 「理由」背景 */
.star-sec {
  background-color: #ff7200;
}

/* 「喜びの声」背景 */
.glad-sec {
  background-color: #fe81a1;
}

/* 「流れ」背景 */
.flow-sec {
  background-color: #5fba3b;
}
.flow-list li::before {
  background-color: #3bb2c6;
}

/* 「質問」背景 */
.faq-list li {
  border: 3px solid #f99e00;
}
.faq-list .question {
  background-color: #f99e00;
}
.faq-list .question::after {
  border-color: #f99e00 transparent transparent transparent;
}

/* 「特典next」背景 */
.privilege-next {
  background-color: #fe81a1;
}

/* 「ページTOPへ」色 */
.page-top a {
  background-color: rgba(249, 158, 0, 0.8);
}
.page-top a:hover {
  background-color: rgba(249, 158, 0, 1);
}

/*---------------
Layout
-----------------*/
/* body{
  width:100%;
  overflow-x:hidden;
} */
/*ãƒ•ã‚©ãƒ³ãƒˆã®å®šç¾©*/
/* @font-face {
  font-family: "GenJyuuGothicX";
  font-display: swap;
  src: url("../../../fonts/GenJyuuGothicX-Medium.woff2") format("woff2");
  src: url("../../../fonts/GenJyuuGothicX-Medium.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "GenJyuuGothicX";
  font-display: swap;
  src: url("../../../fonts/GenJyuuGothicX-Bold.woff2") format("woff2");
  src: url("../../../fonts/GenJyuuGothicX-Bold.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "GenJyuuGothicX";
  font-display: swap;
  src: url("../../../fonts/GenJyuuGothicX-Heavy.woff2") format("woff2");
  src: url("../../../fonts/GenJyuuGothicX-Heavy.woff") format("woff");
  font-weight: 700;
} */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* {
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
}
.content__wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.l-content {
  padding: 40px 1em 40px;
  /* font-family: "GenJyuuGothicX"; */
  position: relative;
  font-display: optional;
}

.wrap {
  width: unset;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1em;
}
.view__pc {
  display: none;
}
.view__sp {
  display: block;
}

@media (min-width: 688px) {
  .l-content {
    padding: 80px 1em;
    max-width: 960px;
    margin: 0 auto;
  }
  .view__pc {
    display: block;
  }
  .view__sp {
    display: none;
  }
}

.lp_footer {
  padding: 3em 0;
  background-color: #3f3e3d;
}
.lp_footer .link li {
  display: inline-block;
  margin: 0 10px;
}
.lp_footer .link a {
  color: #fff;
}
.lp_footer .link a:hover {
  text-decoration: underline;
}
.copyright {
  color: #fff;
  font-size: 1.2rem;
}

/*---------------
navigation
-----------------*/

@media (max-width: 687px) {
  .fix-order {
    position: fixed;
    width: 100%;
    bottom: -20vh;
    padding: 1em 0;
    background-color: #fff;
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
  .fix-order.view {
    bottom: 0;
  }
  .fix-order ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 4%;
  }
  .fix-order ul li {
    width: 48%;
  }

  .page-top {
    position: fixed;
    right: 20px;
    bottom: 68px;
    z-index: 1;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s;
  }
  .page-top a {
    position: relative;
    border-radius: 50%;
    display: block;
    height: 44px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    width: 44px;
    transition: all 0.3s;
    background-position: 50% 50%;
    background-size: 44px 44px;
  }
  .page-top a::after {
    position: absolute;
    content: "";
    top: 18px;
    left: 16px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
  }
  .page-top.view {
    opacity: 1;
    transform: scale(1);
  }
  .head-menu {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background-color: #333;
    z-index: 55;
  }
  .menu-txt {
    display: inline-block;
    padding-top: 29px;
    font-size: 10px;
  }
  .menu-btn-line {
    display: block;
    position: absolute;
    top: 17px;
    left: 13px;
    width: 23px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s;
  }
  .menu-btn-line:before,
  .menu-btn-line:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 23px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s;
  }
  .menu-btn-line:before {
    margin-top: -7px;
  }
  .menu-btn-line:after {
    margin-top: 5px;
  }
  .is-open .menu-btn-line:before,
  .is-open .menu-btn-line:after {
    margin-top: 0;
    transition: all 0.3s;
  }
  .is-open .menu-btn-line:before {
    transition: all 0.3s;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .is-open .menu-btn-line:after {
    transition: all 0.3s;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .is-open .menu-btn-line {
    background-color: transparent;
  }
  .is-open .menu-btn-line::before,
  .is-open .menu-btn-line::after {
    background-color: #fff;
  }
  .is-open .menu-txt {
    color: #fff;
  }

  .pagenav__sp {
    position: fixed;
    width: 100%;
    height: auto;
    background-color: #fafafa;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    z-index: 50;
  }
  .hero.is-open .pagenav__sp {
    visibility: visible;
    opacity: 1;
  }
  .pagenav__sp li {
    font-size: 15px;
    font-weight: bold;
  }
  .pagenav__sp li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .pagenav__sp li a {
    display: block;
    padding: 14px;
  }
  .pagenav__sp li a.nav_order {
    color: #fff;
    background-color: #ff1d1d;
  }
  .pagenav {
    display: none;
  }
}

.pagenav,
.fix-order,
.fix-order-bottom {
  z-index: 99;
}
@media (max-width: 688px) {
  .view__sp.fix-order {
    position: fixed;
    width: 100%;
    bottom: -20vh;
    padding: 1em 0;
    background-color: #fff;
    transition: all 0.3s;
  }

  .view__sp.fix-order.view {
    position: fixed;
    bottom: 0;
  }

  .view__sp.fix-order-bottom {
    width: 100%;
    bottom: 0;
    bottom: -20vh;
    transition: all 0.3s;
  }

  .view__sp.fix-order ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 4%;
  }
  .view__sp.fix-order ul li {
    width: 48%;
  }
  .view__sp .order-btn.small {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 0;
  }
  .view__sp .order-btn.small .txt {
    max-width: 56%;
  }
  .view__sp .order-btn.small:after {
    top: calc(50% - 10px);
    right: 6px;
    width: 20px;
    height: 19px;
    background-image: url(../../../../sp/img/lp/001/order-arw.png);
  }

  .tips_dial {
    padding: 8px 2%;
    margin: 0 0 5px;
    background: rgba(255, 255, 255, 0.8);
  }
  .tips_dial_lead {
    padding: 0 0 0 38px;
    margin: 0 0 8px;
    color: #5fba3b;
    background-image: url(../../../../../_common/sp/img/tips_dial_lead.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 28px auto;
    text-align: left;
  }
  .tapcall {
    display: table;
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #5fba3b;
  }
  .tapcall_txt {
    display: table-cell;
    padding: 0 2%;
    width: 30%;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    background: #5fba3b;
    vertical-align: middle;
  }
  .tapcall_number {
    display: table-cell;
    padding: 2%;
    text-align: center;
    vertical-align: middle;
  }
  .page-top {
    position: fixed;
    right: 20px;
    bottom: 120px;
  }
}
@media (min-width: 688px) {
  .pagenav__sp,
  .head-menu {
    display: none;
  }
}
/* -------------
object design
----------------*/

.text__orange {
  color: #f9a006;
}

/* -------------
section design
----------------*/

/* background */
.kv,
.entry {
	background-color: #fff;
  background: url(../../../img/lp/v2_re/hero_bg-sp.webp) no-repeat top center;
  background-size: contain;
}
.no-webp .kv,
.no-webp .entry {
	background-image: url(../../../img/lp/v2_re/hero_bg-sp.jpg);
}
@media (min-width: 688px) {
  .kv,
	.entry {
    background: url(../../../img/lp/v2_re/hero_bg-pc.webp) no-repeat top right;
    background-size: cover;
  }
	.no-webp .kv,
	.no-webp .entry {
		background-image: url(../../../img/lp/v2_re/hero_bg-pc.jpg);
	}
}
@media (min-width: 1440px) {
  .kv,
	.entry {
    background-size: 100% auto;
  }
}
.reason {
  background-color: #ff8484;
}
.answer,
.faq,
.logo {
  background-color: #faf8e5;
}
.voice {
  background-color: #fe81a1;
}
.flow {
  background-color: #5fba3b;
}

.default__content {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
.default__black {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
}

/* kv */

.kv__row {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
	padding: 0 2em;
	height: 130vw;
}
.kv__talent {
  display: none;
}
.kv__main {
  margin-bottom: 5vw;
}
.kv__btn {
  display: block;
  margin-bottom: 3vw;
}
@media (min-width: 688px) {
  .kv__row {
		align-items: flex-end;
    padding: 54px 2em 0;
		height: auto;
  }
  .kv__main {
    margin-bottom: 3vw;
  }
  .kv__talent {
    display: block;
  }
  .kv__content {
    width: 48%;
    margin-right: 3%;
		padding-bottom: max(18px, 3vh);
  }
  .l-content .kv__content { width: 50%; }
  .kv__talent {
    width: 39%;
    position: relative;
    /*bottom: -4vh;*/
  }
  .kv__btn {
    display: block;
    margin-bottom: 1.5vw;
  }
}

@media (min-width: 1200px) {
  .kv__main {
    margin-bottom: 35px;
  }
  .kv__btn {
    display: block;
    margin-bottom: 18px;
  }
}
@media (min-width: 688px) {
	
}

/* entry */

.enter__row {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.entry__talent {
  display: none;
}
.entry__main {
  margin-bottom: 1.5vw;
}
@media (min-width: 688px) {
  .entry__cp .entry__content {
    width: 50%;
    margin-right: 3%;
  }
  .entry__talent {
    width: 45%;
    position: relative;
    bottom: -80px;
  }
}

@media (min-width: 688px) {
  .entry__talent {
    display: block;
  }
}
@media (min-width: 1200px) {
  .entry__main {
    margin-bottom: 35px;
  }
  .entry__new .entry__main {
    margin-bottom: 25px;
  }
  .entry__btn {
    display: block;
    margin-bottom: 18px;
  }
  .entry__new .entry__content {
    width: 48%;
    margin-right: 3%;
  }
  .entry__new .entry__talent {
    width: 44%;
  }
}
#sum .l-content { padding: 0; }

/* arrow */
.arrow-bg,
.arrow-pk {
  position: relative;
}
.arrow-bg::before,
.arrow-bg::after,
.arrow-pk::before,
.arrow-pk::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.arrow-bg::before {
  border-width: 5vw 0 0 50vw;
  border-color: transparent transparent transparent #faf8e5;
  bottom: 0;
  left: 0;
}
.arrow-bg::after {
  bottom: 0;
  border-style: solid;
  border-width: 0 0 5vw 50vw;
  border-color: transparent transparent #faf8e5 transparent;
  right: 0;
}

.arrow-pk::before {
  border-width: 5vw 0 0 50vw;
  border-color: transparent transparent transparent #fe81a1;
  bottom: 0;
  left: 0;
}
.arrow-pk::after {
  bottom: 0;
  border-style: solid;
  border-width: 0 0 5vw 50vw;
  border-color: transparent transparent #fe81a1 transparent;
  right: 0;
}

.arrow__top {
  background: #00a0ea;
  padding: 10px;
}
.arrow__bottom {
  background: #fff100;
  padding: 20px 10px;
}
.arrow__lead {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  position: relative;
  left: -10px;
}
.arrow__catch {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 688px) {
	#order-anchor.arrow-pk {
		padding-top: 54px; margin-top: -54px;
	}
}
@media (min-width: 1440px) {
  .arrow-bg::before {
    border-width: 50px 0 0 50vw;
    border-color: transparent transparent transparent #faf8e5;
    bottom: 0;
    left: 0;
  }
  .arrow-bg::after {
    bottom: 0;
    border-style: solid;
    border-width: 0 0 50px 50vw;
    border-color: transparent transparent #faf8e5 transparent;
    right: 0;
  }
}

/* logo */
.logo__desc {
  text-align: center;
}
.logo__content {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (min-width: 688px) {
  .logo__content {
    font-size: 3.2rem;
    font-weight: 600;
  }
}

/* no1badge */
.no1badge__wrap {
	padding: 0 2rem 2rem;
	position: relative;
	z-index: 0;
}
.no1badge__wrap::before {
	content: "";
	border: #ddd 3px solid;
	display: block;
	position: absolute;
	width: calc(100% - 6px);
	height: calc(100% - 9vw);
	bottom: 0;
	left: 0;
	z-index: -1;
}
.no1badge__title {
	margin: 0 auto 20px;
	max-width: 748px;
	width: 100%;
}
.no1badge__img {
	margin: 0 auto;
	max-width: 828px;
}
.no1badge__txt {
	margin: 20px auto 0;
	font-size: 1.4rem;
	padding: 20px 10px 0;
	position: relative;
	text-align: center;
	z-index: 0;
}
.no1badge__txt::before {
	content: "";
	background-color: #faf8e5;
	display: block;
	position: absolute;
	width: 100%;
	height: calc(100% - 6vw);
	top: 0;
	left: 0;
	z-index: -1;
}
.no1badge__txt .em {
	font-weight: 700;
	font-size: 114%;
}
.no1badge__txt .marker {
	background: linear-gradient(rgba(255,255,255,0) 50%, #fbe43a 50%);
}
.no1badge__txt .sp-br {
	display: inline-block;
}
.no1badge__txt a {
	display: block;
	margin: auto;
	max-width: 480px;
	width: 80%;
}
@media (min-width: 688px) {
	.no1badge__wrap {
		padding: 0 5% 3rem;
	}
	.no1badge__wrap::before {
		height: calc(100% - 60px);
	}
	.no1badge__txt { font-size: 1.6rem; }
}
@media (min-width: 1024px) {
	.no1badge__txt {
		margin-top: 30px;
		padding-top: 30px;
	}
	.no1badge__txt::before {
		height: calc(100% - 50px);
	}
}

/* think */

.think__title {
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}
.think__row {
  width: 100%;
  position: relative;
}
.think__column {
  font-size: 1.6rem;
  background: #fff;
  padding: 15px 5%;
  border-radius: 10px;
  font-weight: 500;
  margin: 0 auto 40px;
  position: relative;
  max-width: 600px;
}
.think__column > p > span {
  font-size: 120%;
}

.think__column::before {
  content: "";
  position: absolute;
  bottom: -15px;
}
.think__column:nth-child(odd):before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #ffffff transparent transparent transparent;
  left: 20px;
}

.think__column:nth-child(even):before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #ffffff transparent transparent;
  right: 20px;
}
.think__light {
  width: 24px;
  margin: 0 auto;
}
.think__liner {
  text-align: center;
  font-size: 2rem;
  color: #fff814;
  font-weight: 500;
  margin: 10px 0 0 0;
}
.think__liner > span {
  font-size: 80%;
}
@media (min-width: 688px) {
  .think__column {
    font-size: 2rem;
  }
}

@media (min-width: 990px) {
  .think__title {
    font-size: 3.1rem;
  }
  .think__liner {
    font-size: 3rem;
  }
  .think__light {
    width: 28px;
    margin: 0 auto;
  }
  .think__row {
    display: flex;
    margin: 0 auto 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  /* .think__column:nth-child(3),
  .think__column:nth-child(4) {
    position: absolute;
    z-index: 99;
  } */
  .think__column {
    width: 48%;
    line-height: 1.2;
    padding: 30px 20px;
    font-size: 1.8rem;
    display: inline-flex;
    align-items: center;
  }
  /* .think__column:nth-child(1),
  .think__column:nth-child(2),
  .think__column:nth-child(6) {
    width: 80%;
  }
  .think__column:nth-child(1) {
    margin: 0 0 0 auto;
  }
  .think__column:nth-child(2),
  .think__column:nth-child(6) {
    margin: 0 auto 0 0;
  }
  .think__column:nth-child(3) {
    width: 250px;
    top: 37%;
    left: -12%;
    padding: 15px;
  }
  .think__column:nth-child(4) {
    width: 200px;
    top: 27%;
    right: -15%;
    padding: 15px;
  }
  .think__column:nth-child(5) {
    margin: 10px 0 0 auto;
  }
  .think__column:nth-child(1)::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #ffffff transparent transparent;
    left: 70%;
  }
  .think__column:nth-child(2)::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #ffffff transparent transparent transparent;
    left: 50%;
  } */
}

/* answer */
.answer__title {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}
.answer__title > img {
  width: 100px;
  vertical-align: middle;
}
.answer__title > span {
  font-size: 120%;
}
.answer__logolist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.answer__item {
  width: calc(100% / 3 - 10px);
}
.answer__logotitle {
  color: #666;
  font-size: 1.6rem;
  margin-bottom: 1em;
  text-align: center;
  font-weight: 500;
}
.answer__logomore {
	overflow: hidden;
	text-align: center;
	transition: all .3s;
	opacity: 0; max-height: 0;
	pointer-events: none;
}
.answer__logomore .btn {
	background-color: #3bb2c6;
	border-radius: 2em;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.8rem;
	margin: auto;
	padding: 0.8em 3em;
}
.answer__logolist.active + .answer__logomore { opacity: 1; max-height: 10em; pointer-events: auto; }
.answer__logolist.active + .answer__logomore.active { opacity: 0; max-height: 0; pointer-events: none; }
.logolist_accordion { 
	max-height: 0;
	margin-bottom: 0;
	overflow: hidden;
	transition: all .5s;
}
.logolist_accordion.active {
	max-height: 1200px;
	margin-top: -20px;
	margin-bottom: 20px;
}

@media (min-width: 688px) {
  .answer__item {
    width: calc(100% / 6 - 10px);
  }
}
.answer__content {
  margin-bottom: 40px;
}
.answer__subject {
  font-weight: 500;
  display: flex;
  font-size: 2.4rem;
  line-height: 1.2;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.answer__subject::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url(../../../img/lp/001t/hd_flag.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
  flex-shrink: 0;
}
.answer__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.answer__img {
  width: 100%;
  margin-bottom: 20px;
}
.answer__text {
  width: 100%;
  font-size: 1.6rem;
}

@media (min-width: 688px) {
  .answer__title {
    font-size: 3.6rem;
  }
  .answer__row {
    flex-direction: row-reverse;
  }
  .answer__img {
    width: 30%;
    margin-bottom: 20px;
  }
  .answer__text {
    width: 65%;
    font-size: 1.6rem;
  }
}

/* reason */
.reason__title {
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.reason__star {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 120%;
}
.reason__star::before,
.reason__star::after {
  content: "";
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background: url(../../../img/lp/001t/hd_dtar.png) no-repeat;
  background-size: contain;
}
.reason__star::before {
  margin-right: 10px;
}
.reason__star::after {
  margin-left: 10px;
}

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

.reason__column {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  position: relative;
  margin: 60px 0;
  padding: 30px 3%;
}
.reason__head {
  width: 160px;
  height: 160px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -80px;
  left: calc(50% - 80px);
  text-align: center;
}
.reason__catch {
  font-size: 1.6rem;
  color: #ff7200;
  padding: 10px 0 20px;
}
.reason__head {
  z-index: 1;
  text-align: center;
}
.reason__num {
  background: #ff7200;
  border-radius: 50%;
  font-size: 3rem;
  color: #fff;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -10px;
}
.reason__content {
  position: relative;
  z-index: 2;
}
.reason__subject {
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: 500;
}
.reason__subject > span {
  color: #ff7200;
}
.reason__image {
  margin-bottom: 10px;
}
.reason__text {
  font-size: 1.4rem;
  font-weight: 500;
}
.reason__text span {
  color: #ff7200;
}

@media (min-width: 688px) {
  .reason__title {
    font-size: 3.2rem;
  }
  .reason__column {
    width: 48%;
  }
}

/* voice */

.voice__title {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}
.voice__title > span {
  font-size: 120%;
}
.voice__title::before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 40px;
  background: url(../../../img/lp/001t/hd_voice.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.voice__row--right,
.voice__row--left {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.voice__column {
  background: #fff;
  border-radius: 10px;
  padding: 20px 3%;
  position: relative;
}
.voice__column > p {
  font-size: 1.4rem;
  font-weight: 500;
}
.voice__subject {
  color: #fe81a1;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 500;
}
.voice__column--img {
  color: #fff;
}

@media (max-width: 687px) {
  .voice__column--img {
    color: #fff;
    display: flex;
    width: 96%;
    align-items: center;
    position: absolute;
    bottom: -60px;
  }
  .voice__row--right,
  .voice__row--left {
    position: relative;
    margin-bottom: 80px;
  }
  .voice__row--right .voice__column--img {
    justify-content: flex-end;
    flex-direction: row-reverse;
    text-align: right;
  }
  .voice__row--right .voice__customer {
    margin-right: 10px;
  }
  .voice__row--left .voice__customer {
    margin-left: 10px;
  }

  .voice__customer {
    line-height: 1.2;
    flex-grow: 1;
    position: relative;
    top: 16px;
    font-size: 1.2rem;
  }
  .voice__column--img > figure img {
    display: block;
    width: 100px;
    height: 100px;
    border: 4px solid #fe81a1;
    box-sizing: content-box;
    border-radius: 50%;
  }
  .voice__column {
    padding-bottom: 60px;
    position: relative;
  }
}
@media (min-width: 688px) {
  .voice__title {
    font-size: 3.2rem;
  }
  .voice__column--img > figure {
    margin-bottom: 10px;
  }

  .voice__column {
    width: calc(100% - 240px);
  }
  .voice__column::after {
    content: "";
    position: absolute;
    top: calc(50% - 7.5px);
  }
  .voice__row--right .voice__column::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 15px;
    border-color: transparent transparent transparent #ffffff;
    right: -15px;
  }
  .voice__row--left .voice__column::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 15px 7.5px 0;
    border-color: transparent #ffffff transparent transparent;
    left: -15px;
  }

  .voice__column--img {
    width: 200px;
  }
  .voice__customer {
    text-align: center;
  }
  .voice__row--left {
    flex-direction: row-reverse;
  }
}

/* comparison */

.comparison__title {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.comparison__title::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../../img/lp/001t/hd_comparison.png) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.comparison__swipe {
  width: 200px;
  margin: 0 0 10px auto;
}
.comparison__table {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
}
.comparison__table table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.comparison__table thead {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}
.comparison__table tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.comparison__table thead tr {
  align-items: flex-end;
}
.comparison__table thead td,
.comparison__table thead th {
  background: #f9f9f9;
}
.comparison__table thead th::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
}
.comparison__table thead td {
  font-size: 1.8rem;
}
.comparison__table thead .small {
  font-size: 1.1rem;
  display: block;
  letter-spacing: -0.1em;
}
.comparison__table tbody tr:nth-child(odd) td,
.comparison__table tbody tr:nth-child(odd) th {
  background: #fff;
}
.comparison__table tbody tr:nth-child(even) th,
.comparison__table tbody tr:nth-child(even) td {
  background: #f7f7f7;
}
.comparison__table th,
.comparison__table td {
  padding: 15px 10px;
  /* width:calc(calc(100% - 220px) / 5); */
}

.comparison__table th {
  font-size: 1.6rem;
  width: 180px;
  flex-shrink: 0;
  border-right: 1px solid #e0e0e0;
}
.comparison__table td {
  width: calc(560px / 4);
  text-align: center;
  font-weight: 500;
}
.font__price {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
.comparison__table thead .current {
  background: #fe81a1;
  height: calc(100% + 20px);
  width: 220px;
}
.comparison__table td.current {
  color: #fff;
  width: 220px;
}
.comparison__table tr:last-child td.current {
  padding: 30px 15px;
}
.current > img {
  width: 120px;
}
.comparison__table tbody tr:nth-child(odd) .current {
  background: #fe81a1;
}
.comparison__table tbody tr:nth-child(even) .current {
  background: #ff6991;
}
.comparison__table td i {
  font-size: 2.2rem;
}

.font__pink {
  color: #f178b5;
}
.font__blue {
  color: #a2bec3;
  font-size: 2.2rem;
}
.font__gray {
  color: #c4c4c4;
}
.font__darkpink {
  color: #f9547f;
}

.comparison__row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comparison__column {
  width: 100%;
  margin-bottom: 30px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.comparison__head {
  background: #fff;
  font-weight: 500;
  font-size: 2rem;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
  display: inline-block;
  color: #3cb2c6;
  width: auto;
}
.comparison__head > span {
  font-size: 120%;
}
.comparison__content {
  flex-grow: 1;
  padding: 20px 1em;
  font-size: 1.6rem;
  border: 2px solid #fff;
  border-radius: 0 5px 5px;
}
.comparison__list,
.logoichi__list {
  padding-left: 1.5em;
}
.comparison__list {
  color: #fff;
}

.comparison__list > li,
.logoichi__list > li {
  list-style-type: disc;
}
.comparison__list > li > span {
  color: #fff814;
}
.logoichi__list > li > span {
  color: #f87070;
}
.logoichi__list > li {
  margin-bottom: 0.3em;
}

.logoichi__head {
  width: 160px;
}
.logoichi__content {
  background: #fff;
  padding: 20px 1em;
  font-size: 1.8rem;
  font-weight: 500;
  border: 2px solid #fff;
  border-radius: 0 5px 5px;
}
.comparison__table td:nth-of-type(n + 2) {
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 990px) {
  .comparison__table {
    width: 100%;
    overflow-x: scroll;
  }
  .comparison__table table {
    min-width: 900px;
  }
  .comparison__table th,
  .comparison__table td {
    display: table-cell;
    width: 200px;
    font-size: 1.2rem;
  }
  .comparison__table .current {
    width: 250px;
  }
  .comparison__table tr {
    position: relative;
    display: table-row;
  }
  .comparison__table tr > :first-child {
    position: sticky;
    left: 0;
    width: 140px;
  }
}
@media (min-width: 688px) {
  .comparison__title {
    font-size: 5rem;
  }
  .comparison__title::before {
    content: "";
    width: 50px;
    height: 50px;
  }
  .comparison__column {
    width: 48%;
  }
}
@media (min-width: 990px) {
  .comparison__table tbody th,
  .comparison__table tbody td {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

/* flow */
.flow__title {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-align: center;
}
.flow__title > span {
  font-size: 120%;
}
.flow__title::before {
  content: "";
  width: 36px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url(../../../img/lp/001t/hd_flow.png) no-repeat;
  background-size: contain;
}
.flow__container {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 60px;
  position: relative;
  border-radius: 10px;
}
.flow__head {
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 10px;
}
.flow__head span {
  font-size: 1.4rem;
  display: block;
}
.flow__content {
  background: #fff;
  padding: 60px 1em 20px;
  font-size: 1.6rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flow__content::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #3bb2c6 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.flow__container::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: calc(50% - 24px);
  bottom: -24px;
}
.flow__container:last-child:after {
  display: none;
}

.flow__img {
  width: 60%;
  margin: 0 auto 20px;
}
.flow__subject {
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
}
@media (min-width: 688px) {
  .flow__content {
    padding: 60px 60px 40px 60px;
  }
  .flow__img {
    width: 20%;
    margin: 0;
  }
  .flow__description {
    width: 75%;
  }
  .flow__title {
    font-size: 3rem;
  }
  .flow__subject {
    font-size: 2.4rem;
  }
}

/* faq */

.faq__title {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-align: center;
}
.faq__title::before {
  content: "";
  width: 46px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../../../img/lp/001t/hd_faq.png) no-repeat;
  background-size: contain;
}

.faq__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq__container {
  border: 2px solid #f99e00;
  border-radius: 10px;
  margin-bottom: 30px;
}
.faq__hd {
  background: #f99e00;
  border-radius: 5px 5px 0 0;
  padding: 15px;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
  display: flex;
  align-items: center;
}
.faq__hd > i {
  font-size: 4rem;
  margin-right: 10px;
}
.faq__hd::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 0;
  border-color: transparent #f99e00 transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 15px;
}
.faq__content {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 30px 1em 20px;
  font-size: 1.6rem;
}

@media (min-width: 688px) {
  .faq__container {
    width: 48%;
    display: inline-flex;
    flex-direction: column;
  }
  .faq__content {
    flex-grow: 1;
  }
  .faq__title {
    font-size: 4rem;
  }
}

/* campaign */
.campaign {
  background: #fe81a1;
  margin-bottom: 30px;
}
.campaign .l-content {
	padding-top: 20px;
}
.campaign__benefit {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  position: relative;
  margin-bottom: 80px;
}
.campaign__benefit::before {
  content: "";
  border: 2px solid #fe81a1;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border-radius: 5px;
}
.benefit__title {
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 2px dotted #cecece;
  margin-bottom: 10px;
  line-height: 1.4;
}
.benefit__title > img {
  width: 100px;
  margin-right: 5px;
}
.campaign__benefit .logoichi__list {
  font-size: 2rem;
}
.campaign__container {
  border: 4px solid #fff;
  position: relative;
  padding: 40px 1em 20px;
  margin-bottom: 30px;
}
.campaign__catch {
  width: 300px;
  display: inline-flex;
  justify-content: space-between;
  padding: 20px 0;
  background: #fe81a1;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  position: absolute;
  top: -40px;
  left: calc(50% - 150px);
}
.campaign__catch::before,
.campaign__catch::after {
  content: "";
  background: #fff;
  width: 4px;
  height: auto;
  display: block;
  position: relative;
}
.campaign__catch::before {
  transform: rotate(-15deg);
  left: -2px;
}
.campaign__catch::after {
  transform: rotate(15deg);
  right: -2px;
}
.campaign__title {
  color: #fff814;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.campaign__title > .small {
  color: #fff;
  display: block;
  font-size: 70%;
}
.campaign__title .font__price {
  font-size: 150%;
}
.campaign__img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #fff;
}
.campaign__img figure {
  padding: 30px;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.campaign__img figure:first-child {
  max-width: 300px;
  width: 50%;
}
.campaign__img > i {
  color: #fff;
  font-size: 4rem;
  transform: rotate(90deg);
  margin: 10px;
}
.campaign__content {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px;
  color: #fff;
}
.campaign__content:last-child {
  padding-top: 30px;
  border-top: 2px dotted rgba(255, 255, 255, 0.35);
  margin-bottom: 0;
}
.campaign__thumb {
  max-width: 200px;
  margin: 0 auto;
}
.campaign__content h3 {
  color: #fff814;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.campaign__content:last-child img {
  display: block;
  width: 100px;
  margin: 0 auto;
}
.campaign__text {
  margin-bottom: 20px;
}

.campaign__summary {
  display: flex;
  /*flex-direction: column;*/
  align-items: center;
  justify-content: center;
  color: #fff;
	flex-wrap: wrap;
}
.campaign__circle {
  background: #fff814;
  color: #f9527e;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.campaign__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  letter-spacing: -1px;
	width: 100%;
	text-align: center;
	line-height: 1;
}
.campaign__100 {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
	line-height: 1.3;
}
.campaign__20 {
  width: 20%;
  font-size: 4vw;
}
.campaign__20 > span {
  display: block;
}
.campaign__20 .font__price,
.campaign__80 .font__price {
  font-size: 150%;
}
.campaign__20 .small,
.campaign__80 .small {
  font-size: 70%;
}
.campaign__80 {
  width: 80%;
  font-size: 8.2vw;
  color: #fff814;
}

.campaign__arrow {
  font-size: 2em;
  background: #fe81a1;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  padding: 20px;
  border: solid #fff;
  border-width: 4px 4px 0;
  position: absolute;
  bottom: -60px;
  left: calc(50% - 193px);
}
.campaign__arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 190px 0 190px;
  border-color: #fe81a1 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}
.campaign__arrow > span {
  font-size: 80%;
  display: block;
}
@media (max-width: 380px) {
  .campaign__block {
    justify-content: center;
  }
  .campaign__20 > span {
    display: unset;
  }
  .campaign__20 {
    text-align: center;
    width: 100%;
    font-size: 2rem;
  }
  .campaign__80 {
    text-align: center;
    width: 100%;
    font-size: 2.6rem;
  }
	.campaign__arrow {
		position: relative;
		left: auto;
		bottom: -55px;
		margin-top: -40px;
	}
	.campaign__arrow::after {
		border-width: 20px 40vw 0 40vw;
		left: calc(50% - 40vw);
	}
}
@media (max-width: 480px) {
  .campaign__arrow {
    zoom: 0.7;
  }
}

@media (min-width: 688px) {
	.campaign .l-content {
		padding-top: 40px;
	}
  .campaign__container {
    padding: 40px 30px 30px;
  }
  .campaign__img > i {
    transform: rotate(0);
  }
  .campaign__img,
  .campaign__content {
    flex-direction: row;
  }
  .campaign__content {
    justify-content: flex-start;
    align-items: center;
  }
  .campaign__thumb {
    min-width: 200px;
    margin: 0 20px 0 0;
  }
  .campaign__text {
    margin: 0;
  }
  .campaign__summary {
    flex-direction: row;
    align-items: center;
  }
  .campaign__circle {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 20px 0 0;
    line-height: 1;
  }
  .campaign__circle .font__price {
    font-size: 200%;
  }

  .campaign__100 {
    /*text-align: left;*/
    font-size: 2.4rem;
    margin: 0;
  }
  .campaign__block {
    justify-content: flex-start;
		max-width: 750px;
  }
  .campaign__20 {
    width: 100%;
  }
  .campaign__20 span {
    display: inline-block;
  }
  .campaign__80 {
    width: 100%;
    font-size: 6.6rem;
    line-height: 0.8;
  }
  .campaign__arrow {
    bottom: -40px;
  }
}
@media (min-width: 990px) {
  .campaign__100 {
    font-size: 3.6rem;
  }
  .campaign__20 {
    font-size: 3.4rem;
    line-height: 1.2;
    width: 140px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .campaign__80 {
    font-size: 6.6rem;
    line-height: 1;
    width: calc(100% - 140px);
  }
}
/* order */
@media (max-width: 989px) {
  .order-btn {
    position: relative;
    display: inline-block;
    border-radius: 60px;
  }
  .order-btn::after {
    position: absolute;
    content: "";
    background-size: cover;
  }

  .order-btn.large {
    padding: 30px 160px;
  }
  .order-btn.large:after {
    top: calc(50% - 28px);
    right: 20px;
    width: 56px;
    height: 56px;
    background-image: url("../../img/lp/001/order-large-arw.png");
  }

  .order-btn.small {
    padding: 20px 110px;
  }
  .order-btn.small:after {
    top: calc(50% - 18px);
    right: 14px;
    width: 36px;
    height: 36px;
    background-image: url("../../img/lp/001/order-small-arw.png");
  }
}
.order_table {
  width: 100%;
}
.read_term_use {
  text-align: left;
}

@media (max-width: 989px) {
  .order_table {
    border: none;
  }
  .order_table tr,
  .order_table th,
  .order_table td {
    width: 100%;
    display: block;
  }
  .order_table td input,
  .order_table td select,
  .order_table td textarea {
    border-radius: 3px;
    background: #f5f5f5;
  }

  .order_table td .size_m,
  .order_table td select {
    width: 100%;
  }
  .order_table td .size_xs {
    width: 30%;
  }
  .order_table tr {
    margin-bottom: 20px;
  }
  .order_table th,
  .order_table td {
    border: none;
    background: transparent;
  }
  .order_table th {
    padding: 10px 4%;
  }
  .order_table td {
    padding: 0 4%;
  }
}

@media (min-width: 990px) {
  .order_table tr {
    display: flex;
  }
  .order_table td {
    flex-grow: 1;
  }
}
/* modal */
.modal_window-00,
.modal_window-01 {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.25s all ease;
}
.modal__bg {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
}
.modal__img > a {
  display: block;
  width: 100%;
}
.modal__img {
  width: 260px;
  height: 260px;
  position: absolute;
  bottom: -30vh;
  left: -30vw;
  transition: 0.1s ease;
}
.modal__close {
  color: #f8f8f8;
  font-size: 2rem;
  position: absolute;
  top: -30px;
  right: 0;
  background: transparent;
}
.modal_window-00.is-active,
.modal_window-01.is-active {
  opacity: 1;
  z-index: 9999;
  transition: 0.25s all ease;
}
.is-active .modal__img {
  top: calc(50% - 130px);
  left: calc(50% - 130px);
}
@media (min-width: 678px) {
  .modal__img {
    height: 400px;
    width: 400px;
    position: absolute;
    bottom: -30vh;
    left: -30vw;
    transition: 0.1s ease;
  }
  .is-active .modal__img {
    top: calc(50% - 200px);
    left: calc(50% - 200px);
    transition: 0.1s ease;
  }
}

.fix-block .fix-btn {
  max-width: 300px;
  width: 100%;
}
@media (min-width: 768px) {
  .fix-block .fix-btn {
    margin: 10px auto 0;
    display: block;
  }
}
@media (min-width: 990px) {
  .fix-block .fix-btn {
    width: 400px;
    max-width: unset;
    display: inline-block;
    margin-top: 0;
  }
}
