@charset "utf-8";

/*============================================================================
	PC非表示
==============================================================================*/
.hiddenSp{
visibility: hidden;
display: none;
width: 0px;
height: 0px;
}

@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');

.gFont{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.gFont2{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.gFont3{
  font-family: "Cal Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* スクロール時の余白調整 */
a.ready {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

/*============================================================================
	header（fixed）
==============================================================================*/

/* ============================================================
Header — floating / fixed
============================================================ */
/* ============================================================
Design Tokens
- Space scale : 8px base grid
- Color       : monochrome
============================================================ */
:root {
--space-1:  4px;
--space-2:  8px;
--space-3: 12px;
--space-4: 16px;
--space-6: 24px;
--space-8: 32px;
--space-10: 40px;

--color-bg:           #ffffff;
--color-text-nav:     #111111;
--color-text-nav-hover: #999999;
--color-border:       #e0e0e0;

--size-nav:    16px;
--weight-nav:  400;

--header-height:    44px;
--header-padding-x: var(--space-10);
--nav-gap:          36px;

--logo-height: 32px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	
	display:block;
	align-items: center;
	justify-content: space-between;
	
	height: 40px;
	padding: 0 4px;
	
	background: #FFFFFF;
	box-sizing: border-box;
}

/* ============================================================
   Logo
============================================================ */
.header__logo {
	display: block;
	align-items: center;
	flex-shrink: 0;
	text-decoration: none;
	margin-left: 0;
	margin-top: 3px;
}

.header__logo-img {
	height: var(--logo-height);
	width: auto;
	display: block;
}

/* ============================================================
   Navigation
============================================================ */
.header__nav {
	display: none;
}

/*============================================================================
	index頭部
==============================================================================*/
.pt60{
}

#hero {
	overflow: hidden;
	width: 100%;
	min-height: 500px;
	margin: 40px auto 0;
	background: url(../img/main@2x.png) center top;
	background-size:cover;
}

.fvBlock{
	width: 100%;
	margin: 20px auto;
}
.fvBlockL{
	width: 100%;
	padding: 0px 0px 0;
	text-align: center;
}
.fvBlockR{
	width: 100%;
	margin:30px auto 0;
	text-align: center;
}
.fvBlockR img{ width: 80%;}

h1.fvBlockH1{ margin: 10px auto 0px auto;}
h1.fvBlockH1 img{ width: 90%;}

a.fvBtnSP {
	display: block;
	max-width: 95%;
	background: #DC4F52;
	border-bottom: 6px solid #6C0002;
	color: #FFF;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	padding: 18px 0px 18px 0px;
	margin: 40px auto 0px auto;
	border-radius: 4px;
	text-shadow: 0px 2px 2px rgb(0, 0, 0, 0.25);
}
a.fvBtnSP:hover{
	text-decoration: none;
	background: #e32023;
}
a.fvBtnSP i{	margin-left: 8px;}

a.fvBtn {
	display: none;
}

p.fvBlockTitle{
	width: 100%;
	margin: 20px auto 20px auto;
	text-align: center;
	color: #222222;
	font-size: 2.0em;
	font-weight: bold;
	line-height: 140%;
}

.flex-container {
    display: flex;
	flex-wrap: wrap; /* ← これを追加（折り返し） */
}
.flex-item {
	width: 49%; /* ← 2列にする */
	background: #000;
	box-sizing: border-box;
	padding: 16px 20px;
	color: #FFF;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	margin: 0.5%;
}

/*============================================================================
	bg
==============================================================================*/

section.container{
	width: 100%;
	margin: 0 auto;
	padding: 0px 0;
	clear: both;
}

/* 白背景 */
.about000{
	clear: both;
	margin: 0 auto 0px;
	max-width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	padding: 20px;
	box-sizing: border-box;
}
/* 色 */
.about100{
	clear: both;
	margin: 0 auto 0px;
	max-width: 100%;
	height: 100%;
	padding: 20px;
	background: #363F82;
	box-sizing: border-box;
}
/* 色 */
.about200{
	clear: both;
	margin: 0 auto 0px;
	max-width: 100%;
	height: 100%;
	padding: 20px;
	background: #F4F4F4;
	box-sizing: border-box;
}
/* 色 */
.aboutBtn{
	clear: both;
	margin: 0 auto 0px;
	max-width: 100%;
	height: 100%;
	padding: 40px 0;
	background: url(../img/bg_btn.png) center top;
	box-sizing: border-box;
}
span.marker {
    background:linear-gradient(transparent 60%, #6AF8FF 60%);
}
span.markerG {
    background:linear-gradient(transparent 60%, #e6e6e6 60%);
}

/*============================================================================
	main
==============================================================================*/

/* マージン */
.mt40{margin-top: 40px;}
.mt80{margin-top: 80px;}
.mb80{margin-bottom: 80px;}
.mt90{margin-top: 90px;}
.mtM10{margin-top: -10px;}
.mtM20{margin-top: -20px;}

.indexTitle{
	margin: 20px auto 20px auto;
	text-align: center;
	color: #363F82;
	font-size: 28px;
	font-weight: bold;
}
.indexText{
	width: 100%;
	margin: 10px auto 40px auto;
	text-align: center;
	line-height: 180%;
	color: #222;
	font-size: 140%;	
}

.mainBn{ width:100%; margin: 0 auto; padding: 10px 0; text-align:center; clear: both;}
.arrowBn{ width:60%; margin: 0 auto; padding:20px 0 10px 0; text-align:center; clear: both;}
.arrowBn img, .mainBn img{ width:100%;}

p.mainText{
	width: 100%;
	margin:20px auto;
	padding-bottom:20px;
	color: #222222;
	font-size: 1.4em;
	line-height:160%;
}
p.mainSText{
	width: 100%;
	margin:0px auto 0px;
	text-align: right;
	color: #222222;
	font-size: 1em;
	line-height:140%;
}

.subTextBox{
	display: block;
	border: 1px solid #CCCCCC;
	padding: 8px 10px;
	box-sizing: border-box;
	font-size: 1em;
	line-height: 140%;
	color: #666666;
	margin: 6px auto ;
}
.textSmall{ font-size: 0.6em;}
.centerText{ text-align: center;}
.textRight{	text-align: right;}
.textRight i{ margin-right: 6px;}

/* ページ見出し部分 */
h2.h2Title{
	clear: both;
	font-family: "Cal Sans", sans-serif;
	font-size: 3.8em;
	color: #222222;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	margin:20px auto 0;
	  letter-spacing: 0em;
}
h2.h2Read{
	font-size: 1.6em;
	color: #17448D;
	text-align: center;
	padding-bottom: 40px;
	margin:0px auto 0;
	font-weight: bold;
}

h2.h2Title02{
	clear: both;
	font-size: 2.6em;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
	margin:20px auto 0;
	  letter-spacing: 0em;
}

h2.h2Title03{
	clear: both;
	font-size: 2.0em;
	color: #17448D;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
	margin:20px auto 0;
	  letter-spacing: 0em;
}

h3.h3Title{
	font-size: 1.3em;
	color: #17448D;
	text-align: left;
	padding: 6px 0 6px 16px;
	margin:0px auto 10px;
	font-weight: bold;
	border-left: solid 1px #222222;
}

/*============================================================================
	Movie
==============================================================================*/

.MVbox{
	width: 98%;
	text-align: center;
}


/*============================================================================
	Solve a problem
==============================================================================*/

h2.h2Img{
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	margin:20px auto 0;
}
h2.h2Img img{
	width: 100%;
}

.solveBlocks{
	width: 100%;
	height: 700px;
	display: block;
	background: url(../img/bg_solveblock.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 443px 246px;
	margin-bottom: 20px;
}
.solveBlocksL{
	width: 100%;
}
.solveBlocksR{
	width: 100%;
}
.solveOne{
	background: #F2F2F2;
	border-radius: 16px;
	color: #5d5d5d;
	font-size: 14px;
	line-height:140%;
	text-align:left;
	box-sizing: border-box;
	padding: 4% 4%;
	margin-bottom: 12px;
}


.solveText{
	color: #5D5D5D;
	font-size: 24px;
	line-height:140%;
	text-align:center;
	margin:8px 0 8px 0;
	box-sizing: border-box;
}

/* strong */

.strongW{
	width: 100%;
	height: 730px;
	display: block;
	background: url(../img/bg_5strong_sp.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 371px 837px;
	padding-top: 95px;
}
.strongBlock{
	text-align: center;
	width: 371px;
	margin: 0 auto;
}
.strongOne{
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	width: 150px;
	height: 150px;
	margin: 0px 3px 6px 3px;
}
.strongOne img{
	width: 100%;
}

/*============================================================================
	functionList
==============================================================================*/

.functionBox {
	flex-direction: column;
	margin-top: 10px;
	margin-bottom: 10px;
}
.keyColorW{	color: #FFF;}
.keyColorB{	color: #000;}
.keyColorG{	color: #c3c8d4;}
.bgColorB{	background-color: #000000;}
.bgColorW{	background-color: #FFFFFF;}

.text-area {
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
}
.image-area {
  width: 100%;
}

/* 左テキスト */
h3.functionTitle{
	font-size: 28px;
	line-height:110%;
	text-align:left;
	padding: 2% 2%;
	margin:8px 0 18px 0;
	box-sizing: border-box;
	width: fit-content;
}
.functionText{
	width: 100%;
	text-align: left;
	padding-bottom: 0px;
	font-size: 18px;
}

/* 吹き出し共通 */
.bubble {
	box-sizing: border-box;
  border-radius: 8px;
  padding: 10px 8px;
box-shadow: 0px 0px 4px rgb(0, 0, 0, 0.25);  
}

/* 小さい吹き出し */
.bubble.small {
	display: flex;
	gap: 10px;
	width: 90%;
	background: #f5f6f8;
	margin-bottom: 6px;
}

/* 大きい吹き出し */
.bubble.large {
	display: flex;
	gap: 10px;
	width: 100%;
	background: #FFFFFF;
}

/* アイコン（仮） */
.avatar {
  width: 90px;
  height: 90px;
  background: #d9d9d9;
  border-radius: 50%;
}
.avatar img{
  width: 90px;
}
/* メッセージ */
.message {
  font-size: 16px;
  line-height: 1.4;
}

.avatarS {
  width: 60px;
  height: 60px;
  background: #d9d9d9;
  border-radius: 50%;
}
.avatarS img{
  width: 60px;
}
/* メッセージ */
.messageS {
  font-size: 14px;
  line-height: 1.4;
}


/* 右画像 */
.image-area img {
  width: 100%;
  border-radius: 3px;
  background: #FFF;
  padding: 2%;
  box-sizing: border-box;
}
.image-area a{
	display: block;
	position: relative;
}
.image-area a i{
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #686868;
	font-size: 24px;
	z-index: 40;
}

/*============================================================================
	Price
==============================================================================*/

/* 横スクロールラッパー */
.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* iOSヌルヌル */
}

/* SP時だけスクロール発動 */
@media (max-width: 430px) {
  .pricing-table {
    min-width: 800px; /* ←ここ重要（これでスクロール発生） */
  }
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 10px;
  background: #FFF;
}

.pricing-table th,
.pricing-table td {
  border: 1px solid #f1f1f1;
  padding: 6px 4px;
  text-align: center;
  vertical-align: middle;
}

.fontW { font-weight:normal;}
/* 列の強弱（横幅調整） */
.col-plan { width: 20%; }
.col-trial { width: 20%; }
.col-lite  { width: 20%; }
.col-full  { width: 40%; } /* colspanで2列分 */

/* 見出し */
.pricing-table small {
  font-size: 12px;
  display: block;
  margin-bottom: 0px;
  color: #cccccc;
}

/* 価格強調 */
.price {
  font-size: 1.8em;
  font-weight: bold;
}
.priceTitle {
  font-size: 1.6em;
  font-weight: bold;
  color: #FFFFFF;
}

/* 背景色（変更しやすいよう分離） */
.bg-gray   { background: #e5e5e5; }
.bg-dblue   { background: #363F82; }
.bg-blue   { background: #b4deef; }
.bg-beige  { background: #f9f195; }
.bg-purple { background: #f9a19e; }

.col-blue   { color: #b4deef; }
.col-beige  { color: #f9f195; }
.col-purple { color: #f9a19e; }

/* 行の区切り強調
.pricing-table tbody tr:not(:last-child) td,
.pricing-table tbody tr:not(:last-child) th {
  border-bottom: 1px dashed #666;
}
 */

/*============================================================================
	お客様の声Testimonials
==============================================================================*/

/* 4 カラム用 */
.inlineBlock2{
	margin: 0px auto 20px auto;
	text-align: center;
}
.inlineBlockOne2{
	display: block;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	width: 100%;
	overflow: hidden;
	margin: 0 0 6px 0;
	padding: 10px 10px 10px 10px;
	background: #FFFFFF;
	border-radius: 20px;

	box-shadow:  0px 0px 4px rgb(0, 0, 0, 0.25);

}

.inlineBlockOne2 .inlineBlockText2{
	text-align: left;
	font-size: 1.1em;
	color: #333333;
	font-weight: normal;
	margin: 0px 0 0 0;
	padding-right: 20px;
	width: 100%;
	line-height: 140%;
}
.inlineBlockOne2 .inlineBlockImg2{
	float: left;
	text-align: center;
	width: 80px;
	overflow: hidden;
	margin:10px 18px 10px auto;
}
.inlineBlockOne2 .inlineBlockImg2 img{
	width: 100%;
}

/*============================================================================
	よくある質問
==============================================================================*/
.qa-list{
margin:0 auto 40px;
width: 100%;
max-width: 1000px;
}
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 20px 80px 20px 0px;
    cursor: pointer;
    border-bottom: 1px solid #666666;
}

.qa-list dl::before {
    position: absolute;
    top: 20px;
    right: 25px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '+';
    font-size: 24px;

}
.qa-list .open::before {
        content: '−';
    font-size: 24px;
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 1.4em;
    color: #222222;
    font-weight: bold;
}

.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 20px;
}
.qa-list dl dd p {
    padding: 10px 0 0px;
    color: #333;
    font-size: 1.2em;
    line-height: 140%;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
.qa-list dl dd p a{
text-decoration: underline;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 10px;
    right: 10px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 0px;
    font-size: 14px;
}

.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 10px;
    font-size: 12px;
    
}
.qa-list dl dd p {
    margin: 20px 0 0;
    line-height: 140%;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
.qa-list dl dd p a{
text-decoration: underline;
}
}

/*============================================================================
	NEWS
==============================================================================*/

.news-list{
  list-style: none outside;
  margin: 0 0 20px 0;
  padding: 0;
}
.news-list .item{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #222222;
  border-bottom: 1px solid #CCC;
  padding: 10px 10px;
}
.news-list .item:first-child{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}


@media screen and (max-width: 767px){
.news-list .item{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
  font-size: 1.2em;
}
}

/*============================================================================
	CTA
==============================================================================*/

.aboutBtn p.contactText{
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	color: #17448D;
	display: block;
	margin-bottom: 18px;	
}
.aboutBtn p.contactTextS{
	max-width: 92%;
	font-size: 1.1em;
	text-align: center;
	color: #222222;
	display: block;
	margin: 18px auto;
}

a.contactBtn {
	display: block;
	min-width: 86px;
	max-width: 92%;
	background: #DC4F52;
	border-bottom: 6px solid #6C0002;
	color: #FFF;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	padding: 18px 0px 18px 0px;
	margin: 0 auto 0px auto;
	border-radius: 4px;
	text-shadow: 0px 2px 2px rgb(0, 0, 0, 0.25);
}
a.contactBtn:hover{
	text-decoration: none;
	background: #e32023;
}
a.contactBtn i{
	margin-left: 8px;
}

/*============================================================================
	footer#globalFooter
==============================================================================*/

/* page-top */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 100;
}
#pageTop a {
	display: block;
	background: url(../img/gotop.png);
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}
#pageTop a:hover {
	background: url(../img/gotop.png);
	background-size: 40px 40px;
}


.footBoder{
	border-top: solid #000000 1px!important;
}

/* logo カラム */
.inlineLogo{
	margin: 20px auto 20px auto;
	text-align: center;
}
.inlineLogoOne{
	display:block;
	box-sizing: border-box;
	text-align: center;

	overflow: hidden;
	margin: 0 12px 0px 12px;
}
.inlineLogoOne img{
	width: 100%;
}
.inlineLogoOne img.yec{
	width: 300px;
	margin-top: 6px;
}
.inlineLogoOne img.cct{
	width: 200px;
}
.inlineLogoOne .logoBoxText{
	text-align: center;
	font-size: 2em;
}

/* footLinks */
#footLinks {
	margin: 10px auto 0 auto;
	width: 100%;
	text-align: center;
}
.footLinks{
	vertical-align: top;
	margin: 0 6px 0 6px;
	text-align: center;
}
.footList li.footMenu{
	display: block;
	list-style: none;
	margin-bottom: 12px;
}
.footList li.footMenu:last-child{
	margin-right: 0px;
}
.footList li.footMenu a{
	font-size: 100%;
	color: #FFFFFF;
}
.footList li.footMenu a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/* copyright */
#footOuter {
	width: 100%;
	padding:10px 0px 10px 0px;
	margin: 0 auto;
	text-align: center;
	}

.footOuterIn {
	width: 100%;
	margin: 0 auto;
	}
.footOuterInBoxL {
	width: 100%;
	margin: 18px 0 18px 0;
	text-align: center;
	}
.footOuterInBoxR {
	width: 100%;
	margin: 0 0;
	}

#footOuter p.copyright {
	font-size: 90%;
	text-align: center;
	margin:10px auto;
	color: #FFF;
}

