@charset "UTF-8";
/* ------------------------------------------------------
 * Common
------------------------------------------------------ */
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-x: hidden;
}
.safari_font_bug_fix {
	/* font-family: 'system-ui'; */
}
/* ----- header ----- */
.Header {
	width: 100%;
	background-color: #fff;
	position: relative;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
}
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}
.header-redline {
	width: 100%;
	display: none;
	background-color: #ED2333;
	position: relative;
	z-index: 100;
}
.header-identity {
	padding: 8px;
	width: 100%;
	display: flex;
	align-items: center;
	min-width: 1200px;
	max-width: 1200px;
}
.globalNav ul {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.globalNav li a {
	font-size: 16px;
	vertical-align: middle;
	color: #333;
	border-right: 1px solid #aaa;
	padding:0 20px;
	text-decoration: none;
	font-weight: bold;
}
.globalNav li:last-child a {
	border-right: none;
}
.header-ntt-logo {
	display: inline-block;
	margin-left: 10px;
}
@media screen and (max-width: 800px) {
	.Header {
		justify-content: normal;
		height: auto;
	}
	.header-redline {
		display: block;
		height: 25px;
		z-index: 100;
	}
	.header-identity {
		justify-content: space-between;
		width: 100%;
		height: 55px;
		min-width: auto;
		background-color: #fff;
	}
	.header-identity img {
		width: 170px;
	}
	.header-identity .header-ntt-logo {
		display: none;
	}
	.globalNav {
		display: none;
	}
}
/* ----- hamburger menu ----- */
.Header .hamburger-menu {
	display: none;
	cursor: pointer;
}
@media screen and (max-width: 800px) {
	.Header .hamburger-menu {
		display: inline;
	}
}
/*---------------------------
* メニュー本体
*----------------------------*/
.menu {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #000000;
	z-index: -1;
	transition: all 0.5s;
}
.is-active {
	opacity: 0.95;
	z-index: 99;
}
.menu__item {
	width: 100%;
	height: auto;
	padding: 16px 0;
	text-align: center;
	color: #333;
	box-sizing: border-box;
}
.menu__item a {
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	text-decoration: none;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 50px;
	height: 44px;
	transform: scale(0.5,0.5);
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #333;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 20px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
}
/* ----- hamburger-menu ----- */
/* ----- header ----- */
/* ----- main ----- */
.Main {
}
.picture .image-pc {
	display: inline;
}
.picture .image-sp {
	display: none;
}
@media screen and (max-width: 800px) {
	.picture .image-pc {
		display: none;
	}
	.picture .image-sp {
		display: inline;
	}
	.Main {
		margin-top: 0;
	}
}
/* ----- main ----- */
/* ----- main visual ----- */
.main-visual {
	height: 450px;
	background-color: #e9eaeb;
	background-image: url('../img/main_visual.png');
	background-repeat: no-repeat;
	/*background-size: cover;*/
	background-position: center top;
}
.main-visual-inner {
	position: relative;
}
.main-visual-medal {
	position: absolute;
	top: 293px;
    left: 310px;
}

/*20220315_エンブレム追加のため位置調整 */
.main-visual-medal2 {
	position: absolute;
	top: 260px;
    left: 412px;
}

/*20220315_エンブレム追加のため位置調整 */
.txt-medal2 {
	position: absolute;
    top: 411px;
    left: 0;
    width: 565px
}

.main-visual-title {
	display: block;
	position: absolute;
	top: 22px;
    left: -56px;
}
.main-visual-image1 {
	position: absolute;
	top: -4px;
	right: 200px;
}
.main-visual-image2 {
	position: absolute;
	top: -4px;
	right: -20px;
}
.main-visual-image3 {
	position: absolute;
	top: 234px;
	right: 160px;
}
.main-visual-image4 {
	position: absolute;
	top: 257px;
	right: -1px;
}

@media screen and (max-width: 800px) {
	.main-visual {
		height: auto;
		background-image: url('../img/sp/main_visual.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
		width: auto;
	}
	.main-visual-inner {
		width:100%;/*20220315_エンブレム追加のため位置調整 */
		margin: 0 auto;
		padding: 24px 0;
		height: calc(100vw * 326 / 375);
	}
	.main-visual-medal{
		position: absolute; /*20220315_エンブレム追加のため位置調整 */
		top: calc(100vw * 124 / 375);
		left: calc(100vw * 190 / 375);
		width: calc(100vw * 68 / 375);
		width: calc(100vw * 58 / 375);
	}
	
	/*20220315_エンブレム追加のため位置調整 */
	.main-visual-medal2{
		position: absolute; 
		top: calc(100vw * 108 / 375);
		left: calc(100vw * 250 / 375);
		width: calc(100vw * 68 / 375);
		width: calc(100vw * 80 / 375);
	}
	
	/*20220315_エンブレム追加のため位置調整 */
		.txt-medal2{
		position: absolute;
		top: calc(100vw * 305 / 375);
		left: calc(100vw * -3 / 375);
		width: calc(100vw * 68 / 375);
		width: calc(100vw * 343 / 375);
	}

	.main-visual-title {
		position: absolute;
		font-size: 36px;
		padding: 0 0 12px;
		width: auto;
		top: calc(100vw * 22 / 375);
		left: 0;
	}
	.main-visual-title p:first-child {
		font-size: 36px;
	 }
	.main-visual-title-small {
		font-size: 22px;
	}
	.main-visual-title .picture1 {
		font-size: 36px;
		text-align: right;
		display: block;
	}
	.main-visual-title .picture1 img {
		width: 100%;
	}
	.main-visual-title .picture2 {
		font-size: 36px;
		text-align: center;/*20220315_エンブレム追加のため位置調整 */
		display: block;
	}
	.main-visual-title .picture2 img {
		width: 100%;/*20220315_エンブレム追加のため位置調整 */
	}
	.main-visual .picture {
		display: block;
		text-align: center; /*20220315_エンブレム追加のため位置調整 */
		position: absolute;
		top: calc(100vw * 194 / 375);/*20220315_エンブレム追加のため位置調整 */
	}
	.main-visual .picture img {
		width: 30%;
		margin: 0 -4%;
	}
/*	.main-visual .picture img:last-of-type,
	.main-visual .picture a img:last-of-type {
		margin: 0 -7% 0 -1%;
		
	}*/
	.main-visual-image1 {
		position: static;
		top: 0;
		right: 220px;
	}
	.main-visual-image2 {
		position: static;
		top: 0;
		right: 0px;
	}
	.main-visual-image3 {
		position: static;
		top: 250px;
		right: 150px;
	}
	.main-visual-image4 {
		position: static;
		top: 250px;
		right: 50px;
	}
}
/* ----- main visual ----- */
.index-layout-v1 {
	background-color: #ED2333;
	position: relative;
	height: 105px;
	z-index: 1;
}
.banner-inner {
	display: flex;
	align-items: center;
	height: 105px;
	position: relative;
	padding-left: 140px;
	font-weight: bold;
}
.banner-inner div {
	position: relative;
}
.banner-inner p {
	position: relative;
	font-size: 48px;
	color: #fff;
	display: inline-block;
}
.banner-inner p br {
	display: none;
}

/*20220315_エンブレム追加のため位置調整 */
.bunner-inner-usb {
	position: absolute;
    top: -39px;
    left: -160px;
    width: 33%;
}

/*20220315_エンブレム追加のため位置調整 */
.picture2 img{
	width: 87%;
}


@media screen and (max-width: 800px) {
	.index-layout-v1 {
		height: auto;
	}
	.banner-inner {
		display: block;
		height: auto;
		position: relative;
		padding-left: 0px;
		text-align: center;
	}
	.bunner-inner-usb {
		top: -6px;
		left: -68px;
		width: 100px;
	}
	.banner-inner p {
		font-size: 30px;
		color: #fff;
		line-height: 1.2;
	}
	.banner-inner p span {
		font-size: 20px;
	}
	.banner-inner p br {
		display: inline-block;
	}
}
/* ----- index-layout-v2 ----- */
.index-layout-v2 {
	background-color: #00A38C;
	background-size:cover;
	background-repeat: no-repeat;
	padding-bottom: 64px;
	position: relative;
}
/*.index-layout-v2.bg {
	background-image: url('../img/back.png');
}*/

.bg_w{
	background-size: 100% auto;
    background-image: url(../img/back.png);
    background-color: #fff;
}
#service {
	position: absolute;
	top: -80px;
}
.index-layout-v2 h2 {
	padding-top: 40px;
	text-align: center;
	font-size: 27px;
	font-weight: bold;
}
.index-layout-v2 h2 br {
	display: none;
}
.index-layout-v2 h2 em {
	font-size: 47px;
	font-style: normal;
	display: block;
}
.index-layout-v2 h2 span {
	font-size: 60px;
	color: #00A38C;
}
.index-layout-v2 .picture {
	display: inline;
	text-align: center;
}
.index-layout-v2 .attention {
	text-align: center;
 	font-size: 17px;
}
.service-description {
	text-align: center;
	font-size: 15px;
	margin-top: 24px;
	font-weight: bold;
	font-feature-settings: "palt";
}
.service-description br {
	display: none;
}
.service-description .show-pc {
	display: block;
}
@media screen and (max-width: 800px) {
	.index-layout-v2 {
		padding-bottom: 32px;
	}
	.index-layout-v2 h2 {
		padding-top: 30px;
		font-size: 16px;
	}
	.index-layout-v2 h2 br {
		display: block;
	}
	.index-layout-v2 h2 em {
		font-size: 27px;
	}
	.index-layout-v2 h2 span {
		font-size: 35px;
	}
	.index-layout-v2 .picture {
		display: inline;
		text-align: center;
	}
	.service-description {
		font-size: 14px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.service-description br {
		display: block;
	}
}
/* ----- index-layout-v2 ----- */
/* ----- index-layout-v3 ----- */
.index-layout-v3 {
	background-image: url('../img/bg_jirei_pc.png');
	background-color: #e4f7ff;
	background-size:100% auto;
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 48px;
	position: relative;
}
#caseStudy {
	position: absolute;
	top: -80px;
}
.index-layout-v3 p {
	font-size: 21px;
	margin: 16px 0 24px;
	text-align: center;
}
.index-layout-v3 p br {
	display: none;
}
.index-layout-v3 h2 {
	font-size: 24px;
	padding-top: 32px;
	text-align: center;
	font-weight: bold;
}
.index-layout-v3 h2 .company-num {
	color: #00A38C;
}
.index-layout-v3 h2 .companys-number {
	font-size: 60px;
	font-weight: bold;
}
.index-layout-v3 p .companys-number {
	color: #00A38C;
	font-size: 40px;
	font-weight: bold;
}

.index-layout-v3 .picture {
	text-align: center;
}
.index-layout-v3 h3 {
	font-size: 46px;
	margin-top: 32px;
	text-align: center;
	font-weight: bold;
}
.index-layout-v3 p {
	font-weight: bold;
}
.customer-voice br {
	display: none;
}
.caseStudy {
	display: flex;
	flex-wrap: wrap; /**20220210 導入事例エリアの要素の位置調整のため変更**/
	justify-content: space-between;
}

/**20220314 シェアno1テキストを追加のため調整**/
.super {
    vertical-align: 3.5rem;
    font-size: 18px !important;
    font-weight: normal !important;
}

.sup {
    text-indent: -1rem;
    padding-left: 1rem;
    font-size: 0.85rem;
    margin-bottom: 10px;
    display: block;
}



.caseStudyCard {
	position: relative;
	background-color: #fff;
	/* width: 330px; */
	max-width: 320px;
	padding: 16px;
	margin-bottom: 32px;
}
.caseStudyCardCircle {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: #fff;
	transform: translate(-25%, -25%);
	color: #00A38C;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	font-size: 16px;
	border: 3px solid #00A38C;
}
.caseStudyCardCircleTwoline {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: #fff;
	transform: translate(-25%, -25%);
	color: #00A38C;
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	font-size: 14px;
	border: 3px solid #00A38C;
}
.caseStudyCardCircleTwoline span:nth-child(1) {
	position: absolute;
	top: 12px;
	width: 64px;
	height: 20px;
	text-align: center;
	line-height:1;
	margin:0;
}
.caseStudyCardCircleTwoline span:nth-child(2) {
	position: absolute;
	top: 25px;
	width: 64px;
	height: 20px;
	text-align: center;
	line-height:1;
	margin:0;
}
.caseStudyCardCircleTwoline span:nth-child(3) {
	position: absolute;
	top: 38px;
	width: 64px;
	height: 20px;
	text-align: center;
	line-height:1;
	margin:0;
}
.caseStudyCardImage {
	text-align: center;
	padding: 12px 0;
}
.caseStudyCard span {
	display: block;
	font-size: 17px;
	/* padding: 12px;*/ /**20220210 導入事例エリアの要素の位置調整のため変更**/
	height: 120px;
}
.caseStudyCardText {
	font-weight: bold;
}
.caseStudyCardFooter {
	color: #ED2333;
	font-size: 17px;
	padding: 8px;
	border-top: 1px solid #ED2333;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 58px;
	font-weight: bold;
}


/**20220210 導入事例エリアの要素の位置調整start**/
.caseStudy::after {
	display: block;
	content:"";
	max-width: 320px;
	width: 320px;
}


/**20220210 導入事例エリアの要素の位置調整end**/　

.freeTrialButton {
	width: 700px;
	margin: 0 auto;
}
.freeTrialButton img {
	min-width: 100%;
}



@media screen and (max-width:800px) {
	.index-layout-v3 {
		background-image: url('../img/sp/bg_jirei_sp.png');
	}
	.index-layout-v3 h2 {
		font-size: 30px;
		padding-top: 32px;
		text-align: center;
	}
	.index-layout-v3 h2 .company-num {
		font-size: 30px;
	}
	.index-layout-v3 h2 br {
		display: block;
	}
	.index-layout-v3 h2 .companys-number {
		font-size: 48px;
		font-weight: bold;
	}
	.index-layout-v3 h3 {
		font-size: 30px;
	}
	.index-layout-v3 p {
		font-size: 16px;
		margin: 16px 0 24px;
	}
	.customer-voice br {
		display: block;
	}
	.index-layout-v3 p br {
		display: block;
	}
	.index-layout-v3 h2 span {
		font-size: 30px;
		color: #00A38C;
	}
	.index-layout-v3 .picture {
		display: block;
	}
	.caseStudy {
		flex-direction: column;
	}
	.caseStudyCard {
		margin: 0 auto 32px;
		/*width: auto;*/
		width: 100%;
	}
	.caseStudyCard span {
		height: auto;
	}
	.caseStudyCardFooter {
		height: auto;
	}
	.freeTrialButton {
		width: auto;
		margin: 0 auto;
		text-align: center;
	}
	.freeTrialButton img {
		min-width: auto;
	}
}
/* ----- index-layout-v3 ----- */
/* ----- index-layout-v4 ----- */
.index-layout-v4 {
	position: relative;
	padding-bottom: 120px;
}
#reason {
	position: absolute;
	top: -80px;
}
h2.index-layout-v4 {
	font-size: 50px;
	padding: 40px 0;
	text-align: center;
	font-weight: bold;
}
h2.index-layout-v4 span {
	color: #fff;
	font-size: 60px;
}
h2.index-layout-v4 br {
	display: none;
}
.reason-box {
	position: relative;
	background-color: #fff;
	font-size: 40px;
	padding: 48px;
	margin-bottom: 36px;
}
.reason-box-circle {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: #FFFA21;
	transform: translate(-25%, -25%);
	color: #00A38C;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	font-size: 48px;
	font-weight: bold;
}
.reason-box-circle-small {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFFA21;
	width: 100px;
	height: 100px;
	font-size: 32px;
	font-weight: bold;
}
.reason-box-contents {
	text-align: center;
	color: #00A38C;
	font-size: 25px;
	font-weight: bold;
}
.reason-box-contents br {
/*	display: none;*/
}
.reason-box-contents h3 {
	font-weight: bold;
}
.reason-box-contents p {
	font-size: 40px;
	font-weight: bold;
}
.reason-box-image {
	margin-top: 48px;
	text-align: center;
}
.reason-box-description {
	width: 60%;
	margin: 24px auto 10px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.reason-box-description br {
/*	display: none;*/
}
.reason-box-notice {
	font-size: 13px;
	text-align: left;
    text-indent: -1.7rem;
    padding-left: 1rem;
}
.reason-box h3 {
	font-size: 32px;
	color: #00A38C;
	margin-bottom: 24px;
	line-height: 1.2;
}
.reason-boxs {
	display: flex;
	justify-content: space-between;
}
.reason-box-small {
	text-align: center;
	width: 480px;
	padding: 64px 48px 24px;
}
.reason-box-small p {
	color: #333;
	font-size: 17px;
	margin: 12px 0;
}
.reason-box-small a {
	color: #333;
	font-size: 15px;
}
.safety-boxs {
	display: flex;
	justify-content: space-around;
	margin: 24px auto 10px;
}
.safety-boxs div {
	background-color: #00A38C;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45%;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	padding: 10px 0;
	color: #fff;
}
.merit-wrapper {
	margin: 112px 0 0;
	text-align: center;
}
.merit {
	font-size: 46px;
	font-weight: bold;
	background: linear-gradient(transparent 90%, #00A38C 0%);
	display: inline;
	/*padding: 0 2px 1px;*/
}
.merit small {
	font-weight: bold;
	font-size: 85%;
}
.merit br {
/*	display: none;*/
}
.merit br.show-pc {
	display: block;
}
.telework {
	margin-top: 80px;
	background-color: #E3FFFA;
	padding: 48px 72px;
	font-weight: bold;
}
.telework > p:first-child {
	text-align: center;
	font-size: 34px;
	line-height: 1.2;
}
.telework-since {
	font-size: 24px;
}
.telework-increase {
	font-size: 46px;
	color: #00A38C;
}
.telework-question {
	width: 90%;
	margin: 48px auto 0;
}
/*.telework-question p {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 35px;
}*/
.telework-question .que {
	font-weight: bold;
	font-size: 24px;
	color: #00A38C;
	border-bottom: 1px solid #00A38C;
	margin-bottom: 24px;
	padding: 0 12px;
}
.telework-question .que span {
	font-size: 34px;
}
.telework-question .ans_pc {
	position: relative;
	width: 100%;
	height: 420px;
}
.telework-question .ans_pc p {
	position: absolute;
}
.telework-question .ans_pc p:nth-of-type(1) {
	left: 0;
}
.telework-question .ans_pc p:nth-of-type(2) {
	left: 0;
}
.telework-question .ans_pc p:nth-of-type(3) {
	left: 0;
}
@media screen and (max-width:800px) {
	.telework-question .ans_sp {
		text-align: center;
	}
}
.feeling {
	margin-top: 48px;
	background-color: #fff;
	padding: 64px 24px;
	text-align: center;
}
.feeling p:last-child br {
	display: none;
}
.feeling p:last-child .show-pc {
	display: block;
}
.feeling .picture {
	display: block;
	text-align: center;
}
.feeling p:first-child {
	font-size: 36px;
	margin-bottom: 24px;
}
.feeling-percentage {
	color: #00A38C;
}
.feeling-percentage br {
/*	display: none;*/
}
.feeling-num {
	font-size: 52px;
}
.feeling p:last-child {
	font-size: 21px;
	color: #00A38C;
	margin-top: 64px;
}
.index-layout-v4-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 64px 0;
}
.image-card {
	width: 300px;
	background-color: #f0f0f0;
	margin: 1%;
}
.image-card img {
	max-width: 100%;
}
.image-card p {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 12px;
	height: 78px;
	color: #00A38C;
	font-weight: bold;
}
@media screen and (max-width:800px) {
	.index-layout-v4 {
		padding-bottom: 48px;
	}
	h2.index-layout-v4 {
		font-size: 28px;
		padding: 40px 0;
		text-align: center;
		line-height: 1.4;
	}
	h2.index-layout-v4 span {
		color: #fff;
		font-size: 30px;
	}
	h2.index-layout-v4 br {
		display: block;
	}
	.reason-box {
		font-size: 40px;
		padding: 64px 24px 48px;
		margin-bottom: 36px;
	}
	.reason-box-small {
		padding: 56px 24px 40px;
		width: 100%;
	}
	.reason-box-small a span {
		font-size: 15px;
	}
	.reason-box-circle {
		transform: translate(-10%, -30%);
		width: 85px;
		height: 85px;
		font-size: 28px;
	}
	.reason-box-circle-small {
		transform: translate(-10%, -30%);
		width: 85px;
		height: 85px;
		font-size: 28px;
	}
	.reason-box-contents h3 {
		font-size: 26px;
		font-weight: bold;
	}
	.reason-box-contents span {
		font-size: 20px;
		font-weight: bold;
		display: inline-block;
		line-height: 1.2;
	}
	.reason-box-contents p {
		font-size: 24px;
		font-weight: bold;
	}
	.reason-box-contents br {
		display: inline-block;
	}
	.reason-box-contents .reason-text-easy {
		font-size: 24px;
		line-height: 1.2;
		margin-left: -24px;
		margin-right: -24px;
	}
	.reason-boxs {
		display: block;
		justify-content: normal;
	}
	.reason-box-image {
		margin-top: 48px;
		text-align: center;
	}
	.reason-box-description {
		width: 100%;
		font-size: 15px;
	}
	.reason-box-description br {
		display: block;
	}
	.reason-box-contents .reason-box-contents-text {
		font-size: 16px;
		margin-left: -24px;
		margin-right: -24px;
	}
	.reason-box-notice {
		text-align: left;
		font-size: 11px;

	}
	.safety-boxs div {
		font-size: 16px;
	}
	.telework {
		margin-top: 60px;
		background-color: #E3FFFA;
		padding: 48px 12px 32px;
	}
	.telework-since {
		font-size: 21px;
	}
	.telework p:first-child {
		/*text-align: center;*/
		font-size: 26px;
	}
	.telework-increase {
		font-size: 39px;
		display: block;
	}
	.telework-question {
		margin-top: 16px;
	}
	.telework-question .que {
		padding: 0;
	}
	.telework-question .que:first-child {
		font-size: 14px;
	}
	.telework-question .que span {
		font-size: 22px;
	}
	.telework-question .picture {
		display: block;
		text-align: center;
	}
	.feeling-percentage {
		font-size: 28px;
	}
	.feeling-percentage br {
		display: block;
	}
	.feeling-num {
		font-size: 42px;
	}
	.feeling p:last-child br {
		display: block;
	}
	.index-layout-v4-images {
		margin-bottom: 24px;
	}
	.image-card {
		margin-bottom: 12px;
	}
	.image-card p {
		font-size: 16px;
		padding: 8px;
		height: 56px;
	}
	.merit-wrapper {
		margin: 60px 0 0;
	}
	.merit {
		font-size: 24px;
	}
}
/* ----- index-layout-v4 ----- */
/* ----- index-layout-v5 ----- */
.index-layout-v5 {
	position: relative;
	padding: 80px 0;
	background-color: #fff;
	color: ##00A38C;
	text-align: center;
}
#price {
	position: absolute;
	top: -80px;
}
.index-layout-v5 .parag {
	font-size: 27px;
	display: block;
}
.index-layout-v5 .parag-lineup {
	font-size: 62px;
}
.index-layout-v5 h2 {
	font-size: 62px;
	font-weight: bold;
}
.index-layout-v5 span {
	font-size: 45px;
}
.lineups {
	display: flex;
	justify-content: space-around;
	margin-top: 52px;
}
.lineup-item {
	position: relative;
	width: 474px;
	margin-bottom: 32px;
}
.lineup-item img {
	position: absolute;
}
.lineup-item-usb {
	top: -44px;
	left: -30px;
}
.lineup-item-mobile {
	top: -30px;
	left: 0px;
}
.lineup-item-header {
	font-weight: bold;
	padding: 15px 0 15px 0;
}
.lineup-item-header-usb {
	background-color: #FF9600;
}
.lineup-item-header-mobile {
	background-color: #1A57B8;
}
.lineup-item-header p {
	font-size: 22px;
	line-height: 1.2;
}
.lineup-item-body {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 24px 56px 0 56px;
}
.lineup-item-permonth {
	width: 82px;
	height: 82px;
	border: 2px solid #FF9600;
	border-radius: 50px;
	position: relative;
	background-color: #fff;
}
.lineup-item-permonth span {
	display: block;
	font-size: 16px;
	color: #FF9600;
}
.lineup-item-permonth.lineup-item-permonth-mobile span {
	color: #1A57B8;
}
.lineup-item-permonth span:first-child {
	position: absolute;
	top: 23%;
	left: 20%;
}
.lineup-item-permonth span:last-child {
	position: absolute;
	top: 47%;
	left: 20%;
}
.lineup-item-permonth-mobile {
	border: 2px solid #1A57B8;
}
.lineup-item .lineup-item-peryear {
	color: #333;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
	font-size: 15px;
	padding: 8px 0;
}
.lineup-item-price {
	color: #FF9600;
}
.lineup-item-price p {
	font-size: 72px;
	font-weight: bold;
}
.lineup-item-price-mobile {
	color: #1A57B8;
}
.lineup-item-price p .lineup-item-yen {
	position: relative;
	font-size: 44px;
}
.lineup-item-price p .lineup-item-taxin {
	font-size: 14px;
	position: absolute;
	left: -7px;
	top: -20px;
	width: 60px;
	text-align: center;
}
.lineup-item-notice {
	padding-top: 8px;
}
.lineup-item-notice p {
	text-align: start;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	padding-left:1.5em;
	text-indent:-1.5em;
}

.lineup-item-header-usb p{
	line-height: 2.4!important;
}

.lineup-ttl-usb{
	margin-bottom: 9px;
	font-size: 30px;
    font-weight: bold;
    border-bottom: 3px solid;
}




.lineup-ttl-mobile{
    margin-bottom: 9px;
	font-size: 30px;
    font-weight: bold;
    border-bottom: 3px solid;

}

@media screen and (max-width:800px) {
	.index-layout-v5 .parag {
		font-size: 14px;
		padding-bottom: 10px;
	}
	.index-layout-v5 h2 {
		font-size: 36px;
		line-height: 1.1;
	}
	.index-layout-v5 .parag-lineup {
		font-size: 36px;
	}
	.index-layout-v5 span {
		font-size: 24px
	}
	.lineups {
		flex-direction: column;
		max-width: 450px;
		margin: 24px auto 0;
	}
	.lineup-item {
		position: relative;
		width: auto;
		/*max-width: 450px;*/
		/*margin: 0 auto 32px;*/
		margin-bottom: 60px;
	}
	.lineup-item-usb {
		width: 100px;
		top: -21px;
		left:-14px;
	}
	.lineup-item-mobile {
		width: 70px;
		top: -24px;
		left:-1px;
	}
	.lineup-item-header {
		padding: 16px 10px;
	}
	.lineup-item-header p {
		font-size: 20px;
	}
	.lineup-item-header p br {
		display: none;
	}
	.lineup-item-body {
		padding: 8px 8px 0;
	}
	.lineup-item-permonth {
		width: 50px;
		height: 50px;
	}
	.lineup-item-permonth span {
		font-size: 12px;
	}
	.lineup-item-permonth span:first-child {
		position: absolute;
		top: 20%;
		left: 10%;
	}
	.lineup-item-permonth span:last-child {
		position: absolute;
		top: 44%;
		left: 10%;
	}
	.lineup-item-price p {
		font-size: 45px;
	}
	.lineup-item-price p .lineup-item-yen {
		font-size: 30px;
	}
	.lineup-item-price p .lineup-item-taxin {
		font-size: 10px;
		left: -4px;
		top: -12px;
		width: 40px;
	}
	
	.lineup-item-header-usb p {
		line-height: 1.2!important;
	}
}
/* ----- index-layout-v5 ----- */
/* ----- index-layout-v6 ----- */
.index-layout-v6 {
	position: relative;
	background-color: #fff;
}
#faq {
	position: absolute;
	top: -80px;
}
.faq h2 {
	font-size: 60px;
	text-align: center;
	padding: 64px 0 48px;
	font-weight: bold;
}
.question {
	background-color: #DCDDDD;
	font-size: 22px;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.question p {
	padding: 8px 24px 8px 0;
	font-size: 28px;
	line-height: 1.2;
}
.question p:first-child {
	font-size: 40px;
	padding: 8px 24px;
	font-weight: bold;
}
.answer {
	display: flex;
}
.answer div {
	padding: 8px 8px 8px 0;
}
.answer div:first-child {
	color: #ED2333;
	font-size: 40px;
	padding: 3px 24px 0;
	font-weight: bold;
}
.answer-right p {
	font-size: 20px;
}
.answer-right p:first-child {
	font-size: 32px;
	color: #ED2333;
	font-weight: bold;
}
.answer-right p:nth-child(2) {
	margin-bottom: 32px;
}
.answer-image-area {
	padding-bottom: 64px;
	text-align: center;
}
@media screen and (max-width:800px) {
	.faq h2 {
		font-size: 34px;
	}
	.question {
		background-color: #DCDDDD;
		font-size: 18px;
		display: flex;
		align-items: center;
	}
	.question p {
		padding: 12px 12px 12px 0;
		font-size: 16px;
	}
	.question p:first-child {
		padding: 8px;
		font-size: 26px;
	}
	.answer div:first-child {
		padding: 8px;
		font-size: 26px;
	}
	.answer-right p {
		font-size: 14px;
		padding: 0 0 12px 0;
		overflow-wrap: break-word;
		word-wrap: break-word;
		word-break: break-all;
	}
	.answer-right p:first-child {
		font-size: 18px;
		color: #ED2333;
		padding: 8px 0 0;
	}
}
/* ----- index-layout-v6 ----- */

/* ----- neo about ----- */

.about_logo{
	margin-top: 40px;
}

.about_03{
	margin-top: 40px;
	margin-bottom: 20px;
}

.about_in{
	background: #fff;
	margin: 36px auto;
}

.about_in .reason-box-notice{
	color: #000;
	margin: 0 auto;
    width: 742px;
	text-indent: -1.7rem;
    padding-left: 1rem;
	    text-align: left;
}

.img_neo_lineup{
	display: flex;
	margin-top: 30px;
	margin-bottom: 20px;
		
}


@media screen and (max-width:800px) {
	.about_in .reason-box-notice {
    width: 90%;

	}
	
	.img_neo_lineup{
	display: block;
		
}
	}


/* ----- neo about ----- */

/* ----- anc-trial ----- */
.index-layout-v7 {
	position: relative;
}
#anc-trial {
	position: absolute;
	top: -80px;
}
.free-trial {
	text-align: center;
	font-size: 14px;
}
.free-trial br {
	display: none;
}
.upper-half {
	align-items: center;
}
.upper-half p {
	/* font-size: 27px; */
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.upper-half p span:first-child {
	/* font-size: 40px; */
}
.upper-half p:last-child {
	/* font-size: 20px; */
	font-size: 14px;
}
.upper-half-days {
	font-weight: bold;
	position: relative;
	line-height: 1.2;
}
.fourteen-days {
	position: absolute;
	display: inline-block;
	background-color: #fff;
	/* font-size: 60px; */
	font-size: 40px;
	color: #d12433;
	padding: 0 12px;
	line-height: 50px;
	top: 5px;
	left: 280px;
}
.fourteen-days small {
	font-size: 75%;
	font-weight: 700;
}
.fourteen-days img {
	position: absolute;
	top: -30px;
	left: -130px;
	width: 170px;
	height: auto;
}
.free-trial-text {
	/* font-size: 80px; */
	font-size: 57px;
	padding-left: 130px;
}
.free-trial hr {
	display: block;
	height: 3px;
	background-color: #fff;
	margin: 6px 0;
}
.free-trial-contacts {
	display: flex;
	align-items: center;
	justify-content: center;
}
.free-trial-contacts span {
	/* font-size: 40px; */
	font-size: 19px;
	font-weight: bold;
}
.free-trial-contacts img {
	margin-right: 8px;
}
.slash {
	padding: 0 12px;
}
.registered-user {
	padding: 6px;
	border: 2px solid #fff;
	font-size: 13px;
}
.registered-user a {
	color: #fff;
}
@media screen and (max-width: 800px) {
	.free-trial {
		font-size: 12px;
	}
	.free-trial br {
		display: block;
	}
	.upper-half p {
		font-size: 20px;
	}
	.upper-half p span:first-child {
		/* font-size: 30px; */
	}
	.upper-half-days {
		width: 290px;
		margin: 0 auto;
		text-align: right;
	}
	.fourteen-days {
		font-size: 26px;
		padding: 0 12px;
		line-height: 35px;
		top: 5px;
		left: -5px;
	}
	.fourteen-days img {
		top: -80px;
		left: -10px;
		width: 100px;
		height: auto;
	}
	.free-trial-text {
		font-size: 38px;
		padding-left: 0;
		line-height: 50px;
	}
	.upper-half p:last-child {
		font-size: 11px;
		padding-top: 5px;
	}
	.free-trial-contacts {
		margin-bottom: 8px;
	}
	.free-trial-contacts span {
		font-size: 18px;
	}
	.free-trial-contacts img {
		width: 20px;
		height: auto;
		margin-right: 2px;
	}
	.registered-user {
		font-size: 12px;
	}
}
/* ----- anc-trial ----- */
/* ----- following banner ----- */
.following-banner {
	display: none;
	background-color: #fff;
	/*width: 460px;*/
	border: 1px solid #00A38C;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 25px 12px 10px 5px;
	z-index: 10;
	font-weight: bold;
	font-size: 13px;
}
.following-banner-inner {
	display: flex;
	position: relative;
	align-items: flex-start;
}
.following-banner div {
	text-align: center;
}
.following-banner span {
	color: #00A38C;
}
.following-banner-close {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
@media screen and (min-width: 801px) {
	.following-banner {
		left: auto;
		right: 0;
	}
}
@media screen and (max-width: 800px) {
	.following-banner {
		left: calc(50% - 361px/2);
	}
}
/* ----- following banner ----- */
/* ------------------------------------------------------
 * 20201012_t
------------------------------------------------------ */
.index_radio2 {
    width: 100%;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #999;
	font-size: 14px; 
}
.selected {
	font-size: 13px;
	color: #333;
}
.selected-sp {
	font-size: 9px;
	color: #333;
}
@media screen and (min-width:801px) {
	.selected-sp {
	 display: none !important;
 }
}
@media screen and (max-width:800px) {
	.selected-pc {
	 display: none !important;
 }
}
@media screen and (min-width:801px) {
	.selected2-sp {
	 display: none !important;
 }
}
@media screen and (max-width:800px) {
	.selected2-pc {
	 display: none !important;
 }
}
/* ----- switch ----- */
.pc_none {
	display: none !important;
}
.sp_none {
	display: block !important;
}
.br_pcnone {
	display: none !important;
}
.br_spnone {
	display: inline !important;
}
@media only screen and (max-width: 800px) {
	.pc_none {
		display: block !important;
	}
	.sp_none {
		display: none !important;
	}
	.br_pcnone {
		display: inline !important;
	}
	.br_spnone {
		display: none !important;
	}
}
/* フォームのオーバーライド */
.index-layout-v7 {
	padding: 20px 0;
}
.index-layout-v8 {
	padding-top: 68px;
}
.fourteen-days,
.index-layout-v8 .index_text > dt {
	color: #ed2333;
}
.index-layout-v7::before {
	border-color: #ed2333 transparent transparent transparent;
}
.index-layout-v7,
.index-layout-v8 .index_table .table_item.type-required::before {
	background-color: #ed2333;
}
.index-layout-v8 .index_submit > li > button img {
	max-width: 600px;
}
.index_table .attention {
  	color: #d12433;
 	font-size: 1.5rem;
 	font-weight: 600;
}
.index_table .attention_small {
	font-size: 13px;
	color: #999999;
	margin-top: 5px;
}
@media only screen and (min-width: 801px) {
	.index-layout-v8 .index_table > tbody > tr > th {
		padding: 16px 5px 12px 0;
	}
	.index-layout-v8 .index_table > tbody > tr > td {
		width: 465px;
	}
	.index-layout-v8 .index_table .table_item {
		padding: 4px 0 0 54px;
	}
	.index-layout-v8 .index_table + .index_table > tbody > tr > th {
		padding: 16px 5px 12px 0;
	}
	.index-layout-v8 .index_table + .index_table > tbody > tr > td {
		padding: 9px 0;
	}
	.index-layout-v8 .index_table > tbody > tr:last-child > * {
		padding-bottom: 9px;
	}
}
@media only screen and (max-width: 800px) {
	.index-layout-v8 {
		padding-top: 38px;
	}
	.index-layout-v8 .index_table + .index_table > tbody > tr > th {
		margin: 15px 0 0;
	}
}
@media only screen and (max-width: 800px) { /* IE11のスマホ時ボタン */
	[data-browser="ie11"] .index-layout-v8 .index_submit > li > button,
	[data-browser="edge"] .index-layout-v8 .index_submit > li > button {
		background: none;
		background-size: cover;
	}
	[data-browser="ie11"] .index-layout-v8 .index_submit > li > button:hover img {
		opacity: 1;
	}
}
/* Pagetop */
.Pagetop {
	width: 60px;
	z-index: 9;
	bottom: 130px;
}
@media only screen and (max-width: 800px) {
	.Pagetop {
		width: 40px;
		bottom: 30px;
	}
}

/* ----- 20210907 追加契約ID ----- */
.id_keiyaku {
	width: 251px!important;
}