@charset "utf-8";
/* CSS Document */

/*■全体■*/

html {
	font-size: 62.5%;
	letter-spacing: 0.1rem;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

body {
	font-size: 1.6rem;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

* {
	margin: 0px;
	padding: 0px;
	font-family: "Noto Sans Japanese", sans-serif;
	color: #002060;
}

#header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0px;
	/*opacity: 0.55;/* 55％不透明度(＝45％透過) */
	background-color: #ffffff;
	color: #000000;
	display: flex;
	align-items: center;
	z-index: 100;
	/*重ね順　数値が大きい方が上になる*/
	transition: background-color 0.5s linear;
	background: white;
}

#header.scrolled {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#logo {
	flex-grow: 3;
	z-index: 150;
	/*重ね順　数値が大きい方が上になる*/
	text-align: left;
}

.beta_reserve {
	width: 200px;
}

.logo-img {
	width: 160px;
}

#menu {
	margin: auto;
	width: 70%;
	letter-spacing: 0.3em;
	/*字間　カーニング*/
	text-align: right;
	/*margin-right: 20%;*/
	font-size: 1rem;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/*ハンバーガー*/

.hamburgernav {
	display: none;
}

.global-nav {
	position: fixed;
	right: -100%;
	top: 60px;
	width: 100%;
	height: auto;
	/* padding-top: 20px; */
	background-color: #002060;
	transition: all .3s;
	z-index: 200;
	overflow-y: auto;
	/* メニューが多くなったらスクロールできるように */
	font-size: 1.5rem;
}

.hamburger {
	position: absolute;
	right: 0px;
	top: 5px;
	width: 80px;
	height: 40px;
	cursor: pointer;
	z-index: 300;
}

.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.global-nav__item {
	text-align: center;
	padding: 0 14px;
}

.global-nav__item a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #FFFFFF;
}

.global-nav__item:hover {
	background-color: #bac3d736;
}

.hamburger__line {
	position: absolute;
	left: 35px;
	width: 30px;
	height: 3px;
	background-color: #002060;
	transition: all .3s;
}

.hamburger__line--1 {
	top: 15px;
}

.hamburger__line--2 {
	top: 25px;
}

.hamburger__line--3 {
	top: 35px;
}

.black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background-color: transparent;
	opacity: 0;
	visibility: hidden;
	transition: all .1s;
	cursor: pointer;
}

/* 表示された時用のCSS */

.nav-open .global-nav {
	right: 0;
}

.nav-open .black-bg {
	opacity: .8;
	visibility: visible;
}

.nav-open .hamburger__line--1 {
	transform: rotate(45deg);
	top: 25px;
}

.nav-open .hamburger__line--2 {
	width: 0;
	left: 50%;
}

.nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 25px;
}

/*/ハンバーガーメニューEND*/

.menu-in {
	flex-grow: 1;
	/* padding-left: 1rem; */
	/* padding-right: 1rem; */
	text-decoration: none;
	font-weight: 400;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 1px;
}

.menu-in:hover {
	opacity: 0.7;
	transition: all 0.5s;
}

.trybtn {
	width: 140px;
	padding: 1rem 2rem;
	text-align: center;
	margin: 0px 8px;
	text-decoration: none;
	color: #FFFFFF;
	background: #e91d58;
	border-radius: 5px;
	/* 角丸指定 */
	font-size: 1.4rem;
	/* flex-grow: 1; */
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	font-weight: bold;
}

.trybtn:hover {
	opacity: 0.8;
	cursor: pointer;
	text-decoration: none;
}

/*資料請求ボタン*/

.documentbtn {
	width: 80px;
	padding: 1rem 2rem;
	text-align: center;
	margin: 0px 8px;
	text-decoration: none;
	color: #ffffff;
	border-radius: 5px;
	/* 角丸指定 */
	font-size: 1.4rem;
	/* flex-grow: 1; */
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	font-weight: bold;
}

.documentbtn_collar1 {
	/* border: 2px solid #002060; */
	background: #002060;
	color: white;
}

.documentbtn:hover {
	opacity: 0.8;
	cursor: pointer;
	text-decoration: none;
}

#top {
	/* min-height: 100vh; */
	/*ビューポートの高さに対する割合*/
	width: 100%;
}

#catch {
	width: 100%;
	padding: 100px 0% 60px 0%;
	color: #002060;
	/*position:absolute; /*必ず必要*/
	z-index: 10;
	/*必ず必要*/
	top: 0;
	text-align: center;
	font-size: 4.2rem;
	font-weight: bold;
}

.sub_catch {
	color: #EA1D58;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 8px;
}

.sub_catch:before {
	position: relative;
	display: inline-block;
	content: '';
	/* margin-bottom: 8px; */
	top: 50%;
	width: 28px;
	height: 2px;
	background-color: #EA1D58;
	-webkit-transform: rotate(-60deg);
	transform: rotate(60deg);
}

.sub_catch:after {
	/* position: absolute; */
	display: inline-block;
	content: '';
	top: 50%;
	width: 28px;
	/* margin-bottom: 8px; */
	height: 2px;
	background-color: #EA1D58;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.catchcenter {
	color: #29AFDF;
	font-weight: bold;
	font-size: 2.8rem;
	margin-top: 8px;
}

#topmovie {
	width: 100%;
	text-align: center;
}

.top_center {
	width: 100%;
	margin: auto;
}

.top3click {
	/*width: 40%;*/
}

.promotion-video {
	width: 40%;
}

/*取り消し線*/

.cancel_line {
	text-decoration: line-through;
}

/*コンバージョンボタン(100社限定)*/

.top_lr_btn {
	display: block;
	margin-top: 16px;
	display: block;
	position: relative;
	width: 45%;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: #e91d58;
	border-radius: 5px;
	/* 角丸指定 */
	/* text-align: center; */
	margin: 12px auto;
	/* padding: 25px 0 ; */
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	font-size: 1.8rem;
}

.top_lr_btn:hover {
	opacity: 0.8;
	cursor: pointer;
	text-decoration: none;
}

/*大項目*/

.largetitle {
	text-align: center;
	color: #002060;
	font-size: 3.6rem;
	line-height: 40px;
	padding-top: 50px;
	font-weight: bold;
	margin-bottom: 50px;
	width: 60%;
	margin: auto;
	word-break: break-all;
}

.border {
	background-color: #002060;
	/* 線色 */
	border-radius: 5px;
	/* 線幅の半分 */
	content: "";
	display: block;
	height: 2px;
	/* 線幅 */
	width: 40px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 25px;
}

/*実績*/

#performance {
	text-align: center;
	background-color: #EEFCFF;
	padding-top: 50px;
	padding-bottom: 50px;
}

.perfo_catch {
	/*position: relative;*/
	/* padding: 0.5em;*/
	/*background: #ffffff;*/
	color: #e91d58;
	width: 40%;
	margin: auto;
	font-weight: bold;
	font-size: 2.8rem;
	/*box-shadow: 15px 15px 0px 0 rgb(171, 171, 171);*/
	/*box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);*/
}

.perfo_text {
	margin: 5px 0;
	font-weight: bold;
	font-size: 1.2rem;
}

/*クライアント実績*/

.simply-scroll-container {
	position: relative;
}

.simply-scroll-clip {
	position: relative;
	overflow: hidden;
	background-color: white;
}

.simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.simply-scroll-list li {
	float: left;
	/* Horizontal scroll only */
	padding: 0;
	margin: 0;
	width: 250px;
	/*初期サイズ*/
	/*width: 481px;*/
	/*height: 319px;*/
}

.simply-scroll-list li img {
	display: block;
}

.Slideimg {
	width: 180px;
}

.loopSlide ul {
	list-style: none;
}

.loopSlide2 ul {
	list-style: none;
}

/*掲載メディア*/

.perfo_catch2 {
	margin-bottom: 25px;
}

.media {
	text-align: center;
	background-color: #EEFCFF;
	position: relative;
	padding-bottom: 50px;
}

.media_con {
	/*position: absolute;*/
	/*top: 315px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
	width: 60%;
	margin: auto;
	border: 10px groove #ccc;
	color: #000000;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.media_flexin {
	vertical-align: middle;
	background-color: #ffffff;
}

.mediaimg {
	width: 150px;
	margin: 25px 25px;
	vertical-align: middle;
}

/*■お悩み*/

#worries {
	/*margin-top:50px;*/
	background-color: #EEFCFF;
	text-align: center;
	padding-bottom: 100px;
	padding-top: 50px;
}

.dot-text {
	-webkit-text-emphasis: filled dot #002060;
	text-emphasis: filled dot #002060;
}

.worries-in {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 25px 10px;
	/* padding-bottom: 50px; */
	margin: auto;
	width: 60%;
	border-radius: 10px;
	background-color: #FFFFFF;
	height: auto;
	text-align: center;
	/* margin: 50px; */
	margin-top: 50px;
	margin-bottom: 50px;
}

.nayami_t {
	font-size: 1.5rem;
	margin: auto;
	text-align: left;
	border-spacing: 0px 12px;
}

.nayami_td {
	height: 60px;
	padding: 8px 25px;
	font-size: 2rem;
}

.namami_icon {
	width: 20px;
	margin-left: 25px;
}

/*下三角形*/

.triangle {
	width: 0;
	height: 0;
	border: 250px solid transparent;
	border-top: 150px solid #EEFCFF;
	border-bottom: none;
	margin: auto;
	position: relative;
	/* display: flex; */
}

/*お悩み解決電球の位置調整*/

#denki {
	top: -70px;
	left: -35px;
	position: absolute;
	/* display: flex; */
}

/*■お悩み解決*/

#Solution {
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
}

.Solutiontitle {
	font-size: 3.37rem;
	color: #e91d58;
}

.Solution-text {
	margin-top: 50px;
	font-size: 1.6rem;
	letter-spacing: 2px;
	color: #002060;
	line-height: 3rem;
	/* word-break: keep-all; */
	max-width: 750px;
	margin: 50px auto 0px auto;
}

/*Repostaを利用した人の声*/

#voice {
	background-color: #EEFCFF;
	padding-bottom: 150px;
	padding-top: 50px;
}

.hito_icon {
	width: 50%;
}

.balloon_flex {
	width: 60%;
	display: flex;
	margin: auto;
	justify-content: center;
}

.pertner_text {
	width: 70%;
}

.pertner_icon_r {
	max-width: 200px;
	width: 30%;
	margin-left: 10px;
	text-align: center;
	color: #fff;
}

.pertner_icon_l {
	max-width: 200px;
	width: 30%;
	margin-right: 10px;
	text-align: center;
	color: #fff;
}

.balloon_padding {
	padding: 50px 0;
}

/*吹き出しの左にアイコン用*/

/* 吹き出し本体 */

.balloon1 {
	position: relative;
	padding: 50px;
	border-radius: 25px;
	color: #000000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background-color: #FFFFFF;
	/*border: solid 3px #88CAE1;*/
	box-shadow: 15px 15px 0px 0 rgb(41, 175, 223);
}

/* 三角アイコン */

.balloon1::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -15px;
	top: 20px;
	border-right: 17px solid #FFFFFF;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

/*吹き出しの右にアイコン用*/

/* 吹き出し本体 */

.balloon2 {
	position: relative;
	padding: 50px;
	border-radius: 10px;
	color: #000000;
	background-color: #fff;
	box-shadow: -10px 10px 0px 0 rgb(41, 175, 223);
}

/* 三角アイコン */

.balloon2::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -15px;
	top: 20px;
	border-left: 17px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

/*吹き出しの右にアイコンEND*/

/*■Repostaとは*/

#repostatoha {
	/* margin-top:50px; */
	background-color: #FFFFFF;
	text-align: center;
	padding-bottom: 150px;
	padding-top: 50px;
}

#video-text {
	width: auto;
	border: solid 1px #002060;
	border-radius: 20px;
	max-width: 650px;
	margin: auto;
	margin-top: 50px;
	font-size: 1.6rem;
	justify-content: center;
	display: flex;
	/* flex-wrap: wrap; */
	line-height: 3rem;
	align-items: center;
	padding: 16px;
	text-align: left;
}

.video-text {
	width: 60%;
	max-width: 650px;
	margin: auto;
	margin-top: 50px;
	/* font-size: 1.6rem; */
	justify-content: center;
	display: flex;
	/* flex-wrap: wrap; */
	line-height: 3rem;
	align-items: center;
	padding: 16px;
	text-align: left;
}

.video-thumbnail {
	width: 60%;
}

.video-img {
	width: 30px;
	margin-right: 12px;
}

.video-caption {
	font-size: 1.6rem;
	margin-top: 8px;
}

.youtube {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* margin: auto; */
}

.play_icon {
	position: absolute;
	width: 100px;
	left: 50%;
	top: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0.6;
}

.video_cover {
	position: relative;
}

.modal-cont {
	width: 90%;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.gift_img {
	position: absolute;
	left: 50%;
	top: 80%;
	max-width: 300px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-39%);
}

.btn-modal-close {
	position: absolute;
	top: 0;
	right: 10px;
	background: white;
	padding: 1rem;
}

.modal-close {
	font-size: 1.6rem;
	color: black;
	display: flex;
	align-items: center;
}

.modal-cont:before {
	content: "";
	display: block;
	padding-top: 56.25%;
	/* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

.min {
	top: -140px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	position: absolute;
	z-index: 1;
}

.video {
	width: 100%;
	margin-top: 200px;
	position: relative;
}

.close_icon {
	width: 1.6rem;
	margin-right: 8px;
}

.item_text {
	width: 400px;
}

/*コンバージョンbutton*/

#con-button1 {
	background-image: url("img/conbutton1.jpg");
	width: 100%;
	height: 200px;
	font-size: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-position: center;
}

#con-button2 {
	background-image: url("img/conbutton2.jpg");
	width: 100%;
	height: 200px;
	text-align: center;
	color: #ffffff;
	font-size: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-position: center;
}

.conbtn {
	display: block;
	position: relative;
	width: 250px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: #EA1D58;
	border-radius: 5px;
	/* 角丸指定 */
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	font-size: 1.75rem;
}

.conbtn:hover {
	/* opacity: 0.8 !important; */
	cursor: pointer;
	text-decoration: none;
	background-color: #ec3c6f;
	/* color: #e91d58; */
	/* transition: none; */
}

/*大項目4つの数字*/

.pink {
	color: #e91d58;
}

#four-numbers {
	background-color: #EEFCFF;
	height: auto;
	padding-top: 50px;
	padding-bottom: 100px;
}

.four-number-item {
	display: flex;
	/* flex-wrap:wrap; */
	align-items: center;
	justify-content: center;
	word-break: break-word;
}

.number_img {
	width: 50px;
}

.insta_flexin {
	width: 60%;
	margin: auto;
}

.insta_number {
	/* width:10%; */
	/* margin: auto; */
	/* flex: 0 0 50px; */
	margin: 0px 2rem;
}

.insta_number_t {
	/* margin: auto; */
	/* flex: 1 0 300px; */
	width: 100%;
	font-size: 2rem;
	max-width: 700px;
	/* min-width: 200px; */
}

.instabae {
	width: 60%;
	margin: auto;
	padding-top: 50px;
	display: flex;
	align-items: center;
	/* flex-wrap: wrap; */
	justify-content: center;
}

.instabae_t {
	width: 100%;
	line-height: 3rem;
	max-width: 500px;
	word-break: break-word;
}

.instabae_img {
	/* width: 100%; */
	max-width: 200px;
	margin-left: 3rem;
	text-align: center;
}

/*■特徴*/

#function {
	background-image: url("img/bg-repo.jpg");
	padding-bottom: 50px;
	text-align: center;
	padding-top: 50px;
}

.function_flex {
	text-align: center;
	margin: auto;
	width: 60%;
	display: flex;
	flex-wrap: wrap;
}

/*flexラスト奇数の時に必要左に寄せるため*/

.function_flex::after {
	content: "";
	display: block;
	width: 40%;
	margin-top: 50px;
	padding: 0px 3%;
	margin: auto;
}

.fun-content {
	margin: auto;
	width: 40%;
	border-radius: 10px;
	background-color: #EEFCFF;
	/* height: 700px; */
	text-align: center;
	margin-top: 50px;
	padding: 0px 3%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	/* border: solid 1px #002060; */
}

.fun-header {
	display: flex;
	align-items: center;
	margin: 16px 0px;
	justify-content: center;
}

.fun-title {
	font-size: 2.6rem;
	text-align: left;
	vertical-align: middle;
	font-weight: 600;
}

.fun-text {
	font-size: 2rem;
	margin: 16px 0px;
	text-align :left;
	height: 15rem;
}

/*.fun-icon{
	width: 60px;
	margin-right: 12px;
}*/

.fun_img {
	/* height: 30rem; */
	position: relative;
}

.fun-img-second {
	position: absolute;
	top: -5px;
	right: 15px;
	z-index: -1;
}

.fun-img {
	width: 90%;
	cursor: zoom-in;
	border: solid 1px lightgray;
}

.fun-img-double {
	box-shadow: 5px -5px 0px 0px rgb(255, 255, 255), 5px -5px 0px 1px rgb(200, 200, 200);
}

.fun-last {
	margin-top: 16px;
}

/*たった３クリックでInstagram分析レポートを出す方法*/

#three_click {
	padding-top: 50px;
}

.three_step {
	width: 60%;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
	display: flex;
}

.migi {
	width: 0;
	height: 0;
	border-left: 20px solid #A2A2A2;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	margin: auto;
	margin-top: auto;
}

.step {
	width: 300px;
}

/*Repostaで“ちょうどよい”Instagram分析を*/

#just {
	background-color: #EEFCFF;
	text-align: center;
	/* padding-bottom: 50px; */
	padding-top: 50px;
}

.just_t {
	width: 60%;
	margin: auto;
	padding-bottom: 50px;
	font-size: 1.6rem;
	/* word-break: keep-all; */
	max-width: 700px;
	line-height: 3rem;
}

.conflict {
	margin: auto;
	width: 60%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	/* padding: 10px 0; */
	/* padding-bottom: 100px; */
	/* border: solid 1px #000000; */
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 20px;
	margin-bottom: 20px;
	/* border-top-left-radius: 20px; */
	/* border-bottom-left-radius: 20px; */
	border-left: 1px solid lightgray;
}

.conflict_scroll {
	/* margin:0px 12px; */
	width: 100%;
	overflow-x: auto;
}

/*競合Reposta以外*/

.con_title_b {
	height: 150px;
	color: #FFFFFF;
	background-color: #002060;
	font-size: 2rem;
	border-right: 1px solid black;
}

/*競合Reposta*/

.con_title_p {
	height: 150px;
	color: #FFFFFF;
	background-color: #e91d58;
	font-size: 2rem;
}

.just_col {
	background: white;
}

.t_border {
	border-bottom: solid 1px lightgray;
	border-right: solid 1px lightgray;
	border-left: solid 0px lightgray;
	height: 135px;
	min-width: 200px;
}

.top_left {
	border-top-left-radius: 20px;
}

.top_right {
	border-top-right-radius: 20px;
}

.bottom_left {
	border-bottom-left-radius: 20px;
	/* background-color: white; */
}

.bottom_right {
	border-bottom-right-radius: 20px;
}

/*Pink枠作成*/

.t_border_p {
	/* box-shadow: 0 0 0 10px #e91d58 inset; */
	box-shadow: 10px 0 0px 0px #e91d58 inset;
	height: 135px;
}

.t_border_p_soto_l {
	box-shadow: -10px 0 0px 0px #e91d58;
	/* (-5px - 3px) 0 3px (-3px) #000000 */
}

.t_border_p_soto_r {
	box-shadow: 10px 0 0px 0px #e91d58;
	/* (-5px - 3px) 0 3px (-3px) #000000 */
}

.t_border_p_bot {
	box-shadow: 10px 0px 0px 0px #e91d58 inset, 0px -10px 0px 0px #e91d58 inset, -10px 0px 0px 0px #e91d58 inset;
}

.g_small {
	color: #8F8F8F;
	font-size: 1.4rem;
	width: 90%;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
}

.b_medium {
	color: #002060;
	font-size: 1.8rem;
	font-weight: 500;
}

.p_medium {
	color: #e91d58;
	font-size: 1.8rem;
	font-weight: 500;
}

/*競合と価格表の間の線*/

.border_l {
	background-color: #707070;
	/* 線色 */
	border-radius: 5px;
	/* 線幅の半分 */
	content: "";
	display: block;
	height: 5px;
	/* 線幅 */
	width: 60%;
	margin: auto;
	margin-top: 200px;
	/* margin-bottom: 50px; */
}

/*価格表*/

#price {
	/* background: white; */
	margin: auto;
	padding-top: 50px;
	/* padding-bottom: 50px; */
}

.initial_cost {
	color: #EA1D58;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 22px;
	font-size: 1.8rem;
}

.initial_cost_marks {
	color: #EA1D58;
}

.initial_cost_marks:before {
	position: relative;
	display: inline-block;
	content: '';
	margin-bottom: 8px;
	top: 50%;
	width: 40px;
	height: 2px;
	background-color: #EA1D58;
	-webkit-transform: rotate(-60deg);
	transform: rotate(60deg);
}

.initial_cost_marks:after {
	display: inline-block;
	content: '';
	top: 50%;
	width: 40px;
	margin-bottom: 8px;
	height: 2px;
	background-color: #EA1D58;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.initial_const_zero {
	font-size: 3.6rem;
	color: #EA1D58;
}

.initial_const_through {
	text-decoration: line-through;
	color: #EA1D58;
	margin-right: 0.6rem;
}

.tabs {
	display: flex;
	height: 60px;
	width: 96%;
	margin: auto;
	justify-content: center;
	align-items: flex-end;
}

.tab_contents {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #f6f6f6;
	margin: 0 auto;
}

.tab_contents.ig {
	border-top: 3px solid rgb(217 49 119 / 0.8);
}

.tab_contents.fb {
	border-top: 3px solid rgb(24 119 242 / 0.8);
}

.tab_contents.comp {
	border-top: 3px solid;
	border-image: linear-gradient(90deg, rgb(217 49 119 / 0.8), rgb(24 119 242 / 0.8));
	border-image-slice: 1;
}

/*タブのスタイル*/

.tab_item {
	width: calc(100%/3);
	opacity: 0.6;
	height: 50px;
	background-color: #d9d9d9;
	line-height: 50px;
	font-size: 1.6rem;
	text-align: center;
	color: #565656;
	display: block;
	margin-right: 8px;
	text-align: center;
	/* border-top: 1px solid; */
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	transition: all 0.2s ease;
}

.tab_item:hover {
	opacity: 0.75;
}

/*ラジオボタンを全て消す*/

input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/

.tab_content {
	opacity: 0;
	display: none;
	margin: 0 12px;
	padding: 40px 10px;
	clear: both;
	transition: 1s all;
	overflow: hidden;
}

.tab_content.show {
	opacity: 1;
	display: block;
}

/*選択されているタブのスタイルを変える*/

input:checked+.tab_item {
	color: white;
	height: 60px;
	/* line-height: 25px; */
	line-height: 60px;
	opacity: 1;
	border-radius: 10px 10px 0px 0px;
}

input:checked+.tab_item.ig {
	background: rgb(217 49 119 / 0.8);
}

input:checked+.tab_item.fb {
	background: rgb(43 130 245 / 0.8);
}

input:checked+.tab_item.comp {
	background: linear-gradient(90deg, rgb(217 49 119 / 0.8), rgb(24 119 242 / 0.8));
}

.plan_header {
	height: 120px;
	display: flex;
	border-radius: 10px 10px 0 0;
	flex-direction: column;
	justify-content: center;
}

.plan_remarks {
	margin-bottom: 8px;
	font-weight: 500;
}

.plan_discount {
	background: white;
	border-radius: 10px;
	color: #d93177;
	/* border: 1px gray solid; */
	border: 1px solid #d93177;
	padding: 8px 12px;
	display: inline-block;
	/* max-width: 1200px; */
	margin-bottom: 8px;
}

.plan_discount span {
	color: #d93177;
	font-weight: bold;
}

.logos {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ig_logo {
	width: 27px;
}

.fb_logo {
	width: 20px;
}

.plan_container {
	border-radius: 10px;
	min-width: 180px;
	width: calc(100% / 4);
	margin: 10px 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.plan_item {
	background: white;
	padding: 8px 0px;
	/* text-align: center; */
}

.plan_item:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-bottom: 16px;
}

.plan_item:not(:last-child)::after {
	content: '';
	margin: auto;
	margin-top: 10px;
	display: block;
	width: 80%;
	height: 1px;
	background-color: lightgray;
}

.ig_color_a {
	/* border: 3px solid; */
	background: rgb(217 49 119 / 0.8);
}

.ig_color_b {
	background: rgb(217 49 119 / 0.8);
}

.ig_color_c {
	background: rgb(217 49 119 / 0.8);
}

.ig_color_d {
	background: rgb(217 49 119 / 0.8);
}

.fb_color_a {
	background: rgb(43 130 245 / 0.8);
}

.fb_color_b {
	background: rgb(43 130 245 / 0.8);
}

.fb_color_c {
	background: rgb(43 130 245 / 0.8);
}

.fb_color_d {
	background: rgb(43 130 245 / 0.8);
	/* border: 5px solid #1877f2; */
}

.comp_color_a {
	background: linear-gradient(90deg, rgb(217 49 119 / 0.8), rgb(24 119 242 / 0.8));
}

.comp_color_b {
	background: linear-gradient(90deg, rgb(217 49 119 / 0.8), rgb(24 119 242 / 0.8));
}

.comp_color_c {
	background: linear-gradient(90deg, rgb(217 49 119 / 0.8), rgb(24 119 242 / 0.8));
}

.comp_color_d {
	background: linear-gradient(90deg, rgb(217 49 119 / 0.8), rgb(24 119 242 / 0.8));
}

.price_remarks {
	/* text-align:left; */
	width: 80%;
	margin: auto;
	margin-bottom: 4px;
}

.price_t {
	table-layout: fixed;
	margin: auto;
	text-align: center;
	width: 100%;
	/* border: 1px solid; */
	border-collapse: collapse;
	/* border-spacing: 7px 3px; */
	overflow-x: auto;
}

.price_t_scroll {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	overflow-x: auto;
	display: flex;
}

.price_t_border {
	height: 100px;
	background: white;
	border-right: 1px solid;
	border-left: 1px solid;
	/* border-bottom: 1px solid gray; */
}

.price_taitle_border {
	height: 180px;
	/* min-width: 150px; */
	/* max-width: 150px; */
	border-radius: 10px 10px 0 0;
	width: 150px;
	/* border-right: 1px solid; */
	/* vertical-align: top; */
}

.price_t_color_a {
	background-color: #CCECFF;
	/* border-radius: 10px 10px 0 0; */
}

.price_t_color_b {
	background-color: #AACAFA;
}

.price_t_color_c {
	background-color: #7797D7;
}

.price_t_color_d {
	background-color: #4464A4;
}

.price_t_color_e {
	background-color: #002060;
}

.price_t_color_ig_a {
	background-color: #eca6eb;
}

.price_t_color_ig_b {
	background-color: #d264cf;
}

.price_t_color_ig_c {
	background-color: #b900b4;
}

.price_t_color_ig_d {
	background-color: #980394;
}

/*項目名　色青*/

.price_t_font_base {
	color: gray;
	/* font-weight: 600; */
	font-size: 1.4rem;
}

/*内容　色青*/

.price_t_font_b-m {
	color: #002060;
	font-size: 2rem;
	font-weight: bold;
}

/*価格中項目　色青*/

.price_t_font_b-l {
	color: #002060;
	font-size: 2.6rem;
	/* margin-top: 26px; */
	font-weight: bold;
	margin-bottom: 6px;
}

/*価格部分　色青*/

.price_t_font_b-ll {
	color: #002060;
	font-size: 2rem;
	font-weight: bold;
}

/*項目名　色白*/

.price_t_font_w_base {
	color: white;
	font-size: 1.2rem;
	word-break: break-all;
	margin-bottom: 6px;
}

/*内容　色白 */

.price_t_font_w-m {
	color: #FFFFFF;
	font-size: 2rem;
	font-weight: bold;
}

/*価格中項目　色白*/

.price_t_font_w-l {
	color: #FFFFFF;
	font-size: 2.6rem;
	font-weight: bold;
	/* margin-bottom: 6px; */
	word-break: break-all;
}

.price_trial {
	background: white;
	/* margin-top: 50px; */
	font-size: 2.4rem;
	padding: 2rem;
	border-radius: 20px;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	width: 80%;
	margin: auto;
	margin-top: 50px;
	max-width: 800px;
}

/*価格部分　色白*/

.price_t_font_w-ll {
	color: #FFFFFF;
	;
	font-size: 2rem;
	font-weight: bold;
}

.remark {
	font-size: 1.4rem;
}

.ask {
	text-align: left;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

.zeroen_img {
	width: calc(100% - 16px);
	margin: 0px 8px;
	max-width: 400px;
}

/* ユーザーインタビュー */

.blog_interview {
	margin: auto;
	padding-top: 50px;
	/* display: flex; */
	/* flex-direction: column; */
	padding-bottom: 50px;
	background-color: #EEFCFF;
	/* align-items: center; */
	/* width: 80%; */
}

.slick_conteiner {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#slick02 {
	width: 100%;
}

.interview_card {
	margin: 12px 40px;
	background: white;
	border-radius: 5px;
	width: 420px;
	box-shadow: 0 2px 5px #ccc;
	outline: none;
}

.interview_card>a {
	text-decoration: none;
}

.interview_card:hover {
	opacity: 0.7;
	cursor: pointer;
}

.interview_inner_container {
	/* max-width: 600px;; */
}

.interview_header {
	font-size: 2rem;
	font-weight: 700;
	height: 6rem;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.interview_img_container {
	text-align: center;
	/* margin-bottom: 20px; */
}

.interview_user {
	color: gray;
	margin-top: 4px;
	font-size: 1.4rem;
	/* text-align: right; */
}

.interview_text {
	margin-top: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 100px;
	width: 100%;
}

.interview_content {
	padding: 16px;
}

.interview_img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
	/* border-radius: 5px; */
}

/*ベータ版案内*/

#beta_back {
	background-image: url("img/beta.jpg");
	background-size: cover;
	width: 100%;
	height: 300px;
	background-position: center;
	position: relative;
}

#beta_back_in {
	background-color: rgba(0, 0, 0, 0.7);
	height: 300px;
	display: flex;
	align-items: center;
}

#present_con {
	background-color: #94EAFF;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.handbook_w {
	background-color: #fff;
	width: 60%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	margin: 50px auto;
	padding: 50px;
}

.handbook_title {
	width: 90%;
	color: #ec6838;
	font-size: 3.1rem;
	margin: auto;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
	/* margin: auto; */
}

.handbookcon {
	display: flex;
	justify-content: center;
	padding: 0 15px 25px 15px;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}

.handbook_text {
	font-size: 2rem;
	width: 90%;
	align-items: center;
	display: flex;
	line-height: 3.2rem;
}

.bookimg_con {
	width: 100%;
	padding-left: 25px;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	align-items: flex-start;
}

.presentimg {
	margin: 12px;
	width: 45%;
	height: auto;
	margin-bottom: 8px;
	box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 20%);
}

.present {
	width: 60%;
	margin: auto;
	/* top:-10%; */
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	/* -webkit-transform: translateX(-50%); */
	-ms-transform: translateX(-50%);
}

/*news個別ページ*/

.news_img {
	margin-top: 12px;
	margin-bottom: 12px;
	width: 100%;
	border: solid 1px black;
}

.news_content {
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 50%;
	text-align: left;
	line-height: 30px;
}

.news_content .form {
	width: 100%;
	margin-top: 80px;
}

.news_content table {
	border-collapse: collapse;
}

.news_content th, .news_content td {
	background: #f4f4f4;
	padding: 8px;
	color: #002060;
}

.news_content .card {
	border: 1px solid lightgray;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: white;
	margin: 12px 0;
}

.news_content .card img {
	width: 200px;
	border-radius: 20px;
}

.card_header {
	margin-right: 40px;
	text-align: center;
	line-height: 30px;
}

.card_header p {
	display: inline-block;
	margin: auto;
	color: gray;
	line-height: 25px;
}

.news_header {
	background: #002060;
	color: white;
	padding: 36px 8px;
}

.news_header * {
	color: white;
	font-size: 3rem;
}

.card_content {
	/* color: white; */
}

.news_content h2 {
	margin-bottom: 8px;
	margin-top: 40px;
	font-size: 2rem;
}

.news_body {
	margin-top: 12px;
	margin-bottom: 12px;
}

.news_hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

.news-slick {
	margin-top: 16px;
	/* width: 60%; */
	margin: auto;
}

.news-slick .slick-prev {
	left: -30px !important;
}

.news-slick .slick-next {
	right: -30px !important;
}

.news-slick .slick-prev:before {
	color: black;
}

.news-slick .slick-next:before {
	color: black;
}

.news_remarks {
	margin-top: 30px;
}

.news_flow_list {
	margin-bottom: 12px;
}

/*スマホ以外----------------------------------------------------------------------------*/

@media screen and (min-width: 560px) {
	.presentimg_sp {
		display: none;
	}
}

/*@media screen and (min-width: 560px)*/

#beta {
	padding-top: 150px;
	background-color: #94EAFF;
	padding-bottom: 100px;
}

/*申し込みフォーム*/

.form {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 60%;
	/* height: 800px; */
	margin: auto;
	/*margin-top: 100px;*/
	border: solid 10px #002060;
	background-color: #ffffff;
	position: relative;
}

.mailicon {
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	position: absolute;
}

.contact {
	text-align: center;
	margin-top: 8px;
}

.formrun {
	/* display:flex; */
	/* flex-direction:column; */
	/* justify-content:center; */
	width: 100%;
}

.form-input {
	pointer: cursor;
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 9px 10px;
	font-size: 2rem;
	font-weight: normal;
	line-height: 22px;
	color: #33475b;
	background-color: #f5f8fa;
	border: 1px solid #cbd6e2;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.form-btn-cont {
	margin-top: 24px;
}

.form-btn {
	border-style: none;
	display: block;
	padding: 2rem 3rem;
	text-align: center;
	margin: 0px 8px;
	text-decoration: none;
	color: #FFFFFF;
	background: #e91d58;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	font-size: 2rem;
	margin: auto;
	cursor: pointer;
}

.form-btn:hover {
	opacity: 0.8;
}

.form-item {
	padding-bottom: 12px;
	width: 90%;
	margin: auto;
}

.form-privacy {
	margin-top: 16px;
	text-align: center;
}

.form-label {
	margin-bottom: 6px;
}

span.form-error {
	color: red;
	font-size: 1.2rem;
}

.required_text {
	color: red;
	font-size: 1.2rem;
}

/*新着情報*/

#news {
	padding-top: 50px;
	padding-bottom: 50px;
}

.news_con {
	margin: auto;
	width: 60%;
	height: 300px;
	overflow: auto;
}

.news_list {
	/* margin-top: 5rem; */
	width: 100%;
	/* margin-bottom: 5rem; */
	list-style: none;
}

.news_list a {
	text-decoration: none;
	/* display: block; */
	/* display: flex; */
	pointer-events: auto;
}

.news_list .news_item:hover {
	/* display: block; */
	opacity: 0.5;
	cursor: pointer;
	text-decoration: none;
	/*background-color: #E1E1E1;*/
}

.news_list .news_item {
	display: flex;
	border-top: 1px solid gray;
	padding: 1.7rem 3.5rem;
	margin-left: auto;
	font-size: 2rem;
	margin: 0 12px;
	/* pointer-events: none; */
	background: transparent;
}

.news_list .news_item:last-child {
	border-bottom: 1px solid #000000;
}

.news_list .news_date {
	width: 25%;
	color: #29AFDF;
	margin: auto;
}

.news_list .news_text {
	width: 75%;
}

/*よくある質問*/

#question {
	padding-top: 50px;
	background-color: #EEFCFF;
	padding-bottom: 100px;
}

.buleback {
	width: 60%;
	background: #002060;
	display: flex;
	margin: auto;
	margin-top: 25px;
	height: 100px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	align-items: center;
	border: 1px solid lightgray;
}

.question_icon {
	color: #FFFFFF;
	font-size: 3rem;
	width: 10%;
	text-align: center;
	margin: 0px 16px;
}

.question_title {
	color: #FFFFFF;
	/* font-size: 1.6rem; */
	width: 90%;
	text-align: left;
}

.whiteback {
	width: 60%;
	height: auto;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	margin: auto;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border: solid 1px lightgray;
	/* padding: 0px 12px; */
}

.answer_icon {
	margin-left: 12px;
	color: red;
	font-size: 3rem;
	width: 10%;
	text-align: center;
	margin: 0px 16px;
}

.answer {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-right: 25px;
}

/*ROCとは*/

#roc {
	background-color: #002060;
	margin: auto;
	padding-bottom: 50px;
	padding-top: 50px;
}

#roc_in {
	width: 60%;
	margin: auto;
	padding-top: 50px;
}

.font_w {
	margin: 0px 8px;
	padding-bottom: 8px;
	color: #ffffff;
	/* text-align: center; */
}

.border_w {
	background-color: #FFFFFF;
	/* 線色 */
	border-radius: 5px;
	/* 線幅の半分 */
	content: "";
	display: block;
	height: 5px;
	/* 線幅 */
	width: 40px;
	margin: auto;
	margin-top: 25px;
}

#roc_flex {
	display: flex;
	/* flex-wrap: wrap; */
	width: 100%;
}

.book {
	flex-grow: 1;
	/* width: 50%; */
	display: flex;
	/* margin-right: 60px; */
	align-items: center;
	justify-content: center;
	/* flex-wrap: wrap; */
	margin-right: 50px;
	margin-left: 50px;
}

.book_img {
	height: 140px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 8px;
	width: auto;
}

.roc_text {
	flex-grow: 1;
	/* width: 50%; */
	margin-top: 16px;
}

#footer1 {
	background: #000000;
	padding: 12px 0px;
}

.foot_in {
	margin: auto;
	display: flex;
	width: 60%;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 15px;
}

.f_logo {
	width: 200px;
	flex-grow: 1;
	text-align: center;
}

.foot_pass {
	color: #ffffff;
	width: 200px;
	flex-grow: 1;
	text-decoration: none;
	text-align: center;
	font-size: 1.4rem;
	margin-top: 2px;
}

.f_logo_img {
	width: 80px;
}

footer {
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
}

/*-----アニメーション-----*/

/*動画　モーダルウィンドウ*/

.modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 120;
	text-align: center;
	padding: 30px;
	width: 90%;
	height: 90%;
}

.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 32, 96, 0.6);
	z-index: 110;
}

.modal-open, .modal-close {
	cursor: pointer;
}

.modal-open:hover {
	opacity: 0.8;
}

.slick-prev {
	left: -15px !important;
}

.slick-next {
	right: -15px !important;
}

/*動画　モーダルウィンドウ*/

.report-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 120;
	text-align: center;
	padding: 30px;
	width: 90%;
	height: 90%;
}

.zoom_report {
	flex-direction: column;
	height: 90vh;
	display: flex !important;
	justify-content: center;
	align-items: center;
	outline: none;
}

.slick-dots li.slick-active button:before {
	color: white !important;
}

.news-slick .slick-dots li.slick-active button:before {
	color: rgb(2, 1, 1) !important;
}

.zoom_report_img {
	width: 90%;
	max-width: 800px;
}

.report-modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 32, 96, 0.6);
	z-index: 110;
}

.report-modal-open, .report-modal-close {
	cursor: pointer;
}

.report-modal-open:hover {
	opacity: 0.8;
}

/*-----*/

/*バウンド（1分で分かる）*/

.item_text {
	animation: key1 .3s ease infinite alternate;
}

@keyframes key1 {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(-10px);
	}
}

/*-----*/

/*下からフェードイン*/

.fadein {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 1s;
}

.fadein.active {
	opacity: 1;
	transform: translate(0, 0);
}

/*左からフェードイン*/

.fadein-l {
	opacity: 0;
	transform: translate(-100px, 0px);
	transition: all 1s;
}

.fadein-l.active {
	opacity: 1;
	transform: translate(0, 0);
}

.scroll-hint-icon {
	width: 140px !important;
	height: auto !important;
}

/*左からフェードイン2*/

.fadein-l_2 {
	opacity: 0;
	transform: translate(-200px, 0px);
	transition: all 1s;
}

.fadein-l_2.active {
	opacity: 1;
	transform: translate(0, 0);
}

/*左からフェードイン3*/

.fadein-l_3 {
	opacity: 0;
	transform: translate(-300px, 0px);
	transition: all 1s;
}

.fadein-l_3.active {
	opacity: 1;
	transform: translate(0, 0);
}

/*左からフェードイン4*/

.fadein-l_4 {
	opacity: 0;
	transform: translate(-200px, 0px);
	transition: all 1s;
}

.fadein-l_4.active {
	opacity: 1;
	transform: translate(0, 0);
}

/*左からフェードイン5*/

.fadein-l_5 {
	opacity: 0;
	transform: translate(-400px, 0px);
	transition: all 1s;
}

.fadein-l_5.active {
	opacity: 1;
	transform: translate(0, 0);
}

/*右からフェードイン*/

.fadein-r {
	opacity: 0;
	transform: translate(100px, 0px);
	transition: transform 1s;
}

.fadein-r.active {
	opacity: 1;
	transform: translate(0, 0);
}

/*奥からフェードイン*/

.fadein-z {
	opacity: 0;
	transform: translate(0px, 0px);
	transition: all 3s;
}

.fadein-z.active {
	opacity: 1;
	transform: translate(0, 0);
}

/*プロモーションコード*/

.code_wrapper {
	min-height: 100vh;
	position: relative;
	/*←相対位置*/
	padding-bottom: 150px;
	/*←footerの高さ*/
	box-sizing: border-box;
	/*←全て含めてmin-height:100vhに*/
	background-color: #94EAFF;
}

#code_catch {
	width: 100%;
	color: #002060;
	text-align: center;
	font-size: 4.2rem;
	font-weight: bold;
	padding-top: 125px;
}

.code_kumo {
	position: relative;
	text-align: center;
	margin: auto;
	background-image: url("img/mokumoku.png");
	background-repeat: no-repeat;
	width: 100%;
	/* height: 700px; */
	background-position: center;
	background-size: 750px 390px;
	margin-bottom: 200px;
}

.code_box {
	width: 50%;
	text-align: center;
	margin: auto;
}

.code {
	margin: auto;
	text-align: center;
	display: flex;
	font-size: 2rem;
	justify-content: center;
	padding-top: 120px;
	flex-wrap: wrap;
	padding-bottom: 120px;
}

.code_title {
	background-color: red;
	color: #ffffff;
	padding: 0.5em 1em;
	margin: 2em 0;
	font-weight: bold;
	border: solid 3px #FF0000;
	font-weight: bold;
	width: 50%;
	margin: 25px 0 0 0;
}

.code_number {
	padding: 0.5em 1em;
	margin: 2em 0;
	font-weight: bold;
	border: solid 3px #FF0000;
	width: 50%;
	margin: 0 0 25px 0;
}

.code_Annotation {
	padding-bottom: 120px;
}

.jump {
	margin: auto;
	width: 100%;
	text-align: center;
	padding-top: 50px;
}

/*改行調整*/

.pc_br {
	display: block;
}

.sp_br {
	display: none;
}

.tb_br {
	display: none;
}

/*タブレットLサイズ br無効<br class="tb_br_l" >*/

.tb_br_l {
	display: none;
}

/*スマホ用*/

@media screen and (max-width: 559px) {
	/*スマホサイズ br有効<br class="sp_br" >*/
	.sp_br {
		display: block;
	}
	/*PC用　br無視<br class="pc_br" >*/
	.pc_br {
		display: none;
	}
	/*タブレット用　br無視<br class="tb_br" >*/
	.tb_br {
		display: none;
	}
	/*タブレットLサイズ br無効<br class="tb_br_l" >*/
	.tb_br_l {
		display: none;
	}
	html {
		font-size: 50%;
		letter-spacing: 0.1rem;
	}
	body {
		font-size: 1.75rem;
	}
	.news_content {
		width: 90%;
	}
	.news_content .form {
		width: 90%;
		margin-top: 80px;
	}
	.hamburgernav {
		display: block;
	}
	.three_step {
		flex-wrap: wrap;
	}
	.step {
		width: 100%;
	}
	.migi {
		margin-top: 20px;
		border-bottom: 20px solid transparent;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #A2A2A2;
	}
	.video-text {
		width: 85%;
		margin-top: 25px;
	}
	.video-img {
		/* margin-bottom: 8px */
	}
	#video-text {
		width: 80%;
		/* flex-wrap: wrap; */
		margin-bottom: 8px;
		font-size: 1.75rem;
		margin-top: 12px;
	}
	.instabae {
		flex-wrap: wrap;
		justify-content: center;
		width: calc(100% - 16px);
		margin: 0px 8px;
	}
	.instabae_img {
		margin-top: 4rem;
		max-width: 180px;
		margin-left: 0px;
		margin-right: 16px;
	}
	.four-number-item {
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.beta_box {
		flex-wrap: wrap;
	}
	.top_lr {
		display: none;
	}
	.largetitle {
		width: 96%;
		padding-top: 50px;
		font-size: 3rem;
		margin: 0px auto;
	}
	.top_lr_btn {
		display: block;
		margin-top: 16px;
		display: block;
		position: relative;
		width: 80%;
		padding: 0.6em;
		text-align: center;
		text-decoration: none;
		color: #FFFFFF;
		background: #e91d58;
		border-radius: 5px;
		/* 角丸指定 */
		/* text-align: center; */
		margin: 12px auto;
		font-size: 1.8rem;
		box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	}
	.top_lr_btn:hover {
		opacity: 0.8;
		cursor: pointer;
		text-decoration: none;
	}
	/*実績*/
	.perfo_catch {
		width: 80%;
		font-size: 2.5rem;
	}
	.simply-scroll-list li {
		width: 120px;
	}
	.Slideimg {
		width: 100px;
	}
	.client_box {
		width: 90%;
	}
	.media_con {
		/*position: absolute;*/
		/*top: 225px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
		width: 90%;
	}
	.mediaimg {
		width: 80px;
		margin: 5px 5px;
		vertical-align: middle;
	}
	/*実績END*/
	.top3click {
		width: 80%;
	}
	#menu {
		margin: auto;
		width: 100%;
		letter-spacing: 0.3em;
		/*字間　カーニング*/
		text-align: right;
		font-size: 1rem;
		padding-left: 10px;
		padding-right: 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.menu-in {
		display: none;
	}
	.trybtn {
		display: none;
	}
	.documentbtn {
		display: none;
	}
	#header {
		height: 60px;
	}
	#catch {
		font-size: 3.5rem;
		padding-top: 70px;
		padding-bottom: 35px;
		/* margin: 0px 10px 0px 10px; */
	}
	.catchcenter {
		font-size: 2.6rem;
		/* line-height: 0; */
	}
	/*Repostaを利用した人の声*/
	.hito_icon {
		width: 50%;
	}
	.voice_name {
		font-size: 1.4rem;
	}
	.balloon_flex {
		width: 85%;
		display: flex;
		margin: auto;
		justify-content: center;
	}
	.pertner_text {
		width: 70%;
	}
	.pertner_icon_r {
		width: 30%;
		margin-left: 10px;
	}
	.pertner_icon_l {
		width: 30%;
		margin-right: 10px;
	}
	.balloon_padding {
		padding: 50px 0;
	}
	/*吹き出しの左にアイコン用*/
	/* 吹き出し本体 */
	.balloon1 {
		position: relative;
		padding: 25px;
		border-radius: 25px;
		color: #000000;
		background-color: #FFFFFF;
		/*border: solid 3px #88CAE1;*/
	}
	/* 三角アイコン */
	.balloon1::before {
		content: '';
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		left: -15px;
		top: 20px;
		border-right: 17px solid #FFFFFF;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
	}
	/*吹き出しの右にアイコン用*/
	/* 吹き出し本体 */
	.balloon2 {
		position: relative;
		padding: 25px;
		border-radius: 25px;
		color: #000000;
		background-color: #fff;
	}
	/* 三角アイコン */
	.balloon2::before {
		content: '';
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		right: -15px;
		top: 20px;
		border-left: 17px solid #fff;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
	}
	/*吹き出しの右にアイコンEND*/
	.promotion-video {
		width: 80%;
	}
	.logo-img {
		width: 140px;
		margin-left: 8px;
	}
	.triangle {
		width: 0;
		height: 0;
		border: 150px solid transparent;
		border-top: 100px solid #EEFCFF;
		border-bottom: none;
		margin: auto;
		position: relative;
		/* display: flex; */
	}
	.worries-in {
		width: 90%;
	}
	.item_text {
		width: 250px;
	}
	.video-thumbnail {
		width: 90%;
	}
	.min {
		top: -80px;
	}
	.video {
		margin-top: 120px;
	}
	#repostatoha {
		padding-bottom: 100px;
	}
	.Solution-text {
		font-size: 2rem;
		margin: 30px 25px 0px 25px;
	}
	#con-button1 {
		font-size: 1.875rem;
	}
	.margin_lr {
		margin-left: 5%;
		margin-right: 5%;
	}
	.insta_flexin {
		width: calc(100% - 16px);
		margin: 0px 8px;
	}
	.function_flex {
		width: 90%;
	}
	.fun-content {
		width: calc(100% - 60px);
		margin-top: 30px;
	}
	.beta_box_a {
		display: table;
	}
	.fun-img {
		width: 100%;
	}
	.fun-img-second {
		left: 5px;
	}
	.fun-title {
		text-align: center;
	}
	.fun-text {
		height: auto;
	}
	.just_t {
		margin: 0px 8px;
		word-break: break-all;
		width: auto;
		font-size: 1.75rem;
	}
	.conflict {
		margin-left: 8px
	}
	.t_border {
		height: 80px;
		min-width: 170px;
	}
	.t_border_p_soto_l {
		box-shadow: -5px 0 0px 0px #e91d58
	}
	.t_border_p_bot {
		box-shadow: 5px 0px 0px 0px #e91d58 inset, 0px -5px 0px 0px #e91d58 inset, -5px 0px 0px 0px #e91d58 inset
	}
	.t_border_p {
		box-shadow: 5px 0 0px 0px #e91d58 inset
	}
	.buleback {
		width: 96%;
	}
	.whiteback {
		width: 96%;
	}
	.form {
		width: 90%;
	}
	.balloon_bottom {
		margin: 20px 8px 0px 8px;
	}
	.present {
		width: 90%;
	}
	/*handbook*/
	.handbook_w {
		width: 90%;
		margin: 25px auto;
		padding: 25px 0;
	}
	.handbook_title {
		margin: 25px 15px;
	}
	.handbook_text {
		width: 90%;
	}
	.bookimg_con {
		width: 95%;
		padding: 15px 0px;
	}
	/*新着情報*/
	.news_list a {
		/* display: flex; */
		/* flex-wrap: wrap; */
	}
	.news_con {
		margin: auto;
		width: 90%;
	}
	.news_list .news_date {
		width: 100%;
		text-align: center;
	}
	.news_list .news_text {
		width: 100%;
	}
	.news_list .news_item {
		display: block;
	}
	.sarani_img {
		max-width: 300px;
	}
	.g_small {
		width: 80%;
		margin: auto;
	}
	.border_l {
		margin-top: 50px;
		margin-bottom: 0px
	}
	.price_t_border {
		height: 80px;
	}
	.price_taitle_border {
		height: 140px
	}
	.beta_box_text {
		padding: 10px;
		height: 130px;
	}
	.number_img {
		width: 30px;
	}
	.sarani_text_b {
		/* width: 90%; */
		max-width: 280px;
		margin: auto;
	}
	.beta_tx3 {
		background-size: 380px 380px;
	}
	#roc_in {
		width: 100%;
	}
	#roc_flex {
		flex-wrap: wrap;
	}
	.f_logo_img {
		width: 60px;
	}
	.book {
		margin: auto;
	}
	.foot_pass {
		margin-top: 5px;
	}
	.interview_card {
		width: 300px;
	}
	.interview_img {
		height: 200px;
	}
	.tab_content {
		opacity: 0;
		display: none;
		margin: 0;
		margin-left: 8px;
		padding: 40px 0px;
		clear: both;
		transition: 1s all;
		overflow: hidden;
	}
	/*プロモーションコード*/
	#code_catch {
		font-size: 2.8rem;
		width: 90%;
		margin: auto;
	}
	.code_kumo {
		background-size: 360px 270px;
	}
	.code_box {
		width: 80%;
	}
	.code {
		flex-wrap: wrap;
	}
	.code_title {
		margin: 25px 0 0 0;
		width: 80%
	}
	.code_number {
		margin: 0 0 25px 0;
		width: 80%
	}
	.jump {
		padding-top: 0;
		padding-bottom: 0;
	}
	.border {
		margin-bottom: 15px;
		margin-top: 5px;
	}
	.book_img {
		height: 90px;
	}
	#interview {
		margin-top: 25px;
	}
	.news-slick {
		width: 100%;
	}
	.news_content .card img {
		width: 150px;
	}
	.news_content .card_header {
		display: flex;
		flex-direction: column;
		margin-right: 0;
		align-items: center;
		margin-bottom: 20px;
	}
	.news_content .card {
		display: block;
	}
}

/*タブレット用*/

@media screen and (min-width: 560px) and (max-width: 1030px) {
	/*タブレットサイズ br有効<br class="tb_br" >*/
	.tb_br {
		display: block;
	}
	/*PC用　br無視<br class="pc_br" >*/
	.pc_br {
		display: none;
	}
	/*スマホサイズ br無効<br class="sp_br" >*/
	.sp_br {
		display: none;
	}
	/*タブレットLサイズ br無効<br class="tb_br_l" >*/
	.tb_br_l {
		display: none;
	}
	/*コンバージョンボタン(100社限定)*/
	.top_lr_btn {
		display: block;
		margin-top: 16px;
		display: block;
		position: relative;
		width: 70%;
		padding: 0.8em;
		text-align: center;
		text-decoration: none;
		color: #FFFFFF;
		background: #e91d58;
		border-radius: 15px;
		/* 角丸指定 */
		/* text-align: center; */
		margin: 12px auto;
		padding: 30px 0px;
		font-size: 1.8rem;
	}
	.top_lr_btn:hover {
		opacity: 0.8;
		cursor: pointer;
		text-decoration: none;
	}
	.global-nav {
		top: 80px;
	}
	.hamburger {
		top: 15px;
	}
	.hamburgernav {
		display: block;
	}
	.menu-in {
		display: none;
	}
	.trybtn {
		display: none;
	}
	.documentbtn {
		display: none;
	}
	#menu {
		width: 90%;
		margin: auto;
	}
	.beta_reserve {
		width: 170px;
	}
	.top_lr {
		right: -6%;
	}
	/*実績*/
	.perfo_catch {
		width: 80%;
		font-size: 3rem;
	}
	.simply-scroll-list li {
		width: 150px;
	}
	.Slideimg {
		width: 120px;
	}
	.client_box {
		width: 70%;
	}
	.media_con {
		/*position: absolute;*/
		/*	top: 280px;
    left: 50%;*/
		/*transform: translate(-50%, -50%);*/
		/*-webkit-transform: translate(-50%, -50%);*/
		/*-ms-transform: translate(-50%, -50%);*/
		width: 70%;
	}
	.mediaimg {
		width: 120px;
		margin: 10px 20px;
		vertical-align: middle;
	}
	/*実績END*/
	.present {
		width: 90%;
	}
	/*handbook*/
	.handbook_w {
		width: 90%;
		margin: 25px auto;
		padding: 25px 0;
	}
	.promotion-video {
		width: 90%
	}
	.largetitle {
		width: 90%;
	}
	/*タブレット用*/
	@media screen and (min-width: 1024px) and (max-width: 1030px) {
		.media_con {
			top: 235px;
		}
	}
	/*お悩み*/
	.worries-in {
		width: 90%;
	}
	/*利用者の声*/
	.balloon_flex {
		width: 80%;
	}
	/*repostaとは*/
	#video-text {
		width: 90%;
		margin-top: 0px;
	}
	.video-thumbnail {
		width: 90%;
	}
	/*4つの理由*/
	.instabae {
		width: 90%;
	}
	.insta_flexin {
		width: 90%;
	}
	/*特徴*/
	.function_flex {
		width: 90%;
	}
	.fun-content {
		width: 40%;
	}
	.fun-title {
		height: 8rem;
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.fun-text {
		font-size: 1.6rem;
		height: 20rem;
	}
	/*3ステップ*/
	.three_step {
		width: 90%;
	}
	.beta_box {
		width: 90%;
		flex-wrap: wrap;
	}
	.beta_box_a {
		display: table;
	}
	/*比較*/
	.just_t {
		width: 80%;
	}
	.conflict {
		/* margin-left:16px; */
	}
	/*価格表*/
	.price_t {
		/* margin-left:16px; */
	}
	.price_taitle_border {
		width: 200px;
	}
	/*ベータ版*/
	/*フォーム*/
	.form {
		width: 90%;
	}
	/*新着情報*/
	.news_con {
		margin: auto;
		width: 90%;
	}
	.news_list .news_item {
		font-size: 1.6rem;
	}
	.news_list .news_date {
		width: 30%;
		text-align: center;
	}
	.news_list .news_text {
		width: 65%;
	}
	/*よくある質問*/
	.buleback {
		width: 90%;
	}
	.whiteback {
		width: 90%;
	}
	/*ROCとは*/
	#roc_in {
		width: 90%;
	}
	.foot_in {
		width: 90%;
	}
	.f_logo {
		width: 100%;
		margin-bottom: 12px;
	}
	.f_logo_img {
		width: 80px;
	}
	/*プロモーションコード*/
	#code_catch {
		font-size: 3.6rem;
	}
	.code_box {
		width: 80%;
	}
	.code {
		flex-wrap: wrap;
	}
	.code_title {
		width: 60%;
		margin: 25px 0 0 0;
	}
	.code_number {
		width: 60%;
		margin: 0 0 25px 0;
	}
	.jump {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

/*thanksページ*/

#thanks_catch {
	width: 100%;
	color: #002060;
	text-align: center;
	font-size: 4.2rem;
	font-weight: bold;
	padding-top: 150px;
	padding-bottom: 100px;
}

.thanks_msg {
	text-align: center;
	margin-bottom: 50px;
	margin-left: 12px;
	margin-right: 12px;
}

.handbook_link {
	display: block;
	margin-top: 16px;
	display: block;
	position: relative;
	width: 300px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: #e91d58;
	border-radius: 100px 100px 100px 100px;
	/* 角丸指定 */
	margin: auto;
	font-size: 1.75rem;
}

.handbook {
	margin-bottom: 50px;
}

.wrapper {
	min-height: 100vh;
	position: relative;
	/*←相対位置*/
	padding-bottom: 150px;
	/*←footerの高さ*/
	box-sizing: border-box;
	/*←全て含めてmin-height:100vhに*/
}

#thanks_footer {
	width: 100%;
	background-color: black;
	color: #fff;
	text-align: center;
	padding-top: 15px;
	position: absolute;
	/*←絶対位置*/
	bottom: 0;
	/*下に固定*/
}

/*タブレット(大)用*/

@media screen and (min-width: 1030px) and (max-width: 1600px) {
	/*タブレットLサイズ br有効<br class="tb_br_l" >*/
	.tb_br_l {
		display: block;
	}
	/*タブレットサイズ br有効<br class="tb_br" >*/
	.tb_br {
		display: none;
	}
	/*PC用　br無視<br class="pc_br" >*/
	.pc_br {
		display: none;
	}
	/*スマホサイズ br無効<br class="sp_br" >*/
	.sp_br {
		display: none;
	}
	#menu {
		width: 80%;
	}
	#catch {
		font-size: 3.8rem;
		padding: 100px 0% 50px 0%;
	}
	/*実績*/
	.perfo_catch {
		width: 50%;
		font-size: 2rem;
	}
	.simply-scroll-list li {
		width: 200px;
	}
	.Slideimg {
		width: 150px;
	}
	.media_con {
		/*position: absolute;*/
		/*top: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
		width: 50%;
	}
	.mediaimg {
		width: 150px;
		margin: 15px 15px;
		vertical-align: middle;
	}
	/*実績END*/
	.fun-title {
		height: 8rem;
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.fun_img {
		margin: auto;
	}
	.fun-text {
		font-size: 1.6rem;
		height: 20rem;
	}
	.promotion-video {
		width: 35%;
	}
	.largetitle {
		width: 70%;
	}
	/*競合*/
	.conflict {
		width: 80%;
	}
	/*価格*/
	.price_taitle_border {
		width: 200px;
	}
	/*プロモーションコード*/
	.code_box {
		width: 60%;
	}
	.code {
		flex-wrap: wrap;
	}
	.code_title {
		width: 50%;
	}
	.code_number {
		width: 50%;
	}
	/*新着情報*/
	.news_con {
		width: 70%;
	}
}

@media screen and (max-width: 559px) {
	/*thanksページ*/
	#thanks_catch {
		padding-top: 100px;
		padding-bottom: 50px;
	}
}