@charset "UTF-8";
/*
Theme Name: Highend
Theme URI: テーマの配布URLや紹介ページ
Description: 株式会社ハイエンド専用のテンプレートです。
Version: バージョン番号（例: 1.0.0）
Author: d.kaneko
Author URI: 作者のサイトURL
License: ライセンス（例: GNU General Public License v2）
License URI: ライセンスのURL
Tags: 特徴を表すキーワード（コンマ区切り）
*/
/* CSS Document */
body{
	background-color: #fff;
}
#breadcrumbs{
	font-size:70% !important;
}
.thum img{
	height:auto;
	margin-bottom:30px;
}

.toc_list ul > li > a {
	padding:0px;
}
.prof{
	text-align: center;
}
.tax{
	display: inline-block;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:10px;
	border: solid 1px #000;
	font-size:80%;
}
/* より強力な指定でYARPPのインラインCSSを上書き */
.yarpp-related h3 {
	margin-top:60px !important;
}
div.yarpp-thumbnails-wrapper a.yarpp-thumbnail-img,
div.yarpp-thumbnails-wrapper img.yarpp-thumbnail-image,
.yarpp-thumbnail>img, 
.yarpp-thumbnail-img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 16 / 9 !important; /* ★ここを希望の比率に */
    
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	width:24% !important;
	border: none !important;
    max-height: 250px !important;
}

/* 親要素（枠）の高さ制限も強制解除 */
div.yarpp-thumbnails-wrapper .yarpp-thumbnail {
	max-width: 180px;
    height: auto !important;
    max-height: none !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	width:96% !important;
	margin-top:7px !important;
	max-height:none !important:
	
}

.yarpp-thumbnail-title{
	font-size:80% !important;
}
#toc_container ul li,
#toc_container ol li {
    display: list-item !important;
    float: none !important;
    clear: both !important;
}
#toc_container {
        margin: auto;
}
#toc_container ul > li > a {
	padding-left:30px !important;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px; /* ここにヘッダーの高さなどを指定 */
}
dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
　
  
}
dd .tax{
	text-align: right;
	margin-left:auto;
	font-size:80%;
	
}
.test-item{
	padding-bottom:10px;
	border-bottom:solid 1px #000;
}
/* ナビオープン */
.nav-open{
	padding: 15px;
	color: #000;
	font-size: 0.9em;
	background: #f7f7f7;
	position: relative;
}
.nav-open::before{/* 閉じている時 */
	content: "＋";
	position: absolute;
	right: 20px;
}
.nav-open.active::before{/* 開いている時 */
	content: "－";
}

nav{ display: none; }


.nav-open{
	margin-bottom: 5%;
}
.nav-open.active{
	margin-bottom: 5%;
}
/* ナビオープン ここまで*/
.logoSp{
	width:36%;
	max-width: 200px;
	padding-top: 5%;
	padding-left: 3%;
}
.headSp{
	display: none;
}
header h1{
	margin:0;
}

#menu-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
}
 
#menu-conts {
  display: none;
  background: rgba(255, 255, 255, .9);
  position: absolute;
  top: 60px;
  width: 100%;
  height:1000px;
  z-index: 1;
	
}

#menu-conts li{
	display: block;
	padding-left:5%;
}
#menu-conts a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 14px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 
#menu-conts a:hover {
  background: rgba(0, 0, 0, .6);
}
/* header（デモの参考値） */
.demobox-header{
background: #ddd;
height: 64px;
padding: 1em;
}
/* headerのサイト名（デモの参考値） */
.demobox-sitename{
font-weight: 700;
font-size: 18px;
}
/* 全体調整CSS */
.hamburger-demo-menubox *{
	font-size: 16px;
}
.hamburger-demo-menubox li{
	font-size: 14px;
}
/* hamburgerここから */
	/* inputを非表示 */
.input-hidden{
	display: none;
}
	/* label */
.hamburger-demo-switch{
	cursor: pointer;
	position: absolute;
	right: 3%;
	top: 0; /* ハンバーガーアイコンの位置（上から） */
	z-index: 9999;
	width: 4em; /* アイコン（クリック可能領域）の幅 */
	height: 4em; /* アイコン（クリック可能領域の）高さ */
}
/* メニュー展開時にハンバーガーアイコンを固定 */
#hamburger-demo1:checked ~ .hamburger-demo-switch{
	position: fixed;
}
/* ハンバーガーアイコン */
.hamburger-switch-line1, .hamburger-switch-line1:before, .hamburger-switch-line1:after{
	width: 25px;
	height: 3px;
	background: #fff; /* ハンバーガーアイコンの色 */
	position: absolute;
	top: 50%;
	left: 50%;
	transition: .3s;
	content: "";
	
	
	
}
.hamburger-switch-line1{
		transform: translate(-50%, -50%);
}
.hamburger-switch-line1:before{
	transform: translate(-50%, -300%);
}
.hamburger-switch-line1:after{
	transform: translate(-50%, 200%);
}
/* ハンバーガーアイコン･アニメーション */
/*#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1{
	width: 0;
}
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:before{
	transform: rotate(45deg) translate(-40%, 325%);
}
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:after{
	transform: rotate(-45deg) translate(-40%, -325%);
}*/
/* メニューエリア */
.hamburger-demo-menuwrap{
	position: fixed;
	height: 100%;
	background: #fff; /* メニューエリアの背景色 */
	padding: 5em 3% 2em;
	z-index: 9998;
	transition: .3s;
	overflow-y: scroll; /* メニュー内容が多い場合に縦スクロールする */
	top: 0;
	left: 100%;
	width: 70%;
}
/* メニューリスト */
.hamburger-demo-menulist{
	margin-right: 3%;
	padding-left: 5% !important; /* !important不要な場合もあり */
	list-style: none;
	
}

.hamburger-demo-menulist li{
	border-bottom:solid 1px #BFBFBF;
}
.hamburger-demo-menulist li a{
	text-decoration: none;
	color: #333; /* メニューリストの文字色 */
	display: block;
	padding: .5em 0;
}
/* メニューエリア･アニメーション */
	/* 右から */
#hamburger-demo1:checked ~ .hamburger-demo-menuwrap{
	left: 30%;
}
	/* コンテンツカバー */
#hamburger-demo1:checked ~ .hamburger-demo-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9997;
	background: rgba(3,3,3,.5);
	display: block;
}

/* PCではハンバーガーメニューを表示しない */
@media (min-width: 992px){
	.hamburger-demo-menubox{
		display: none;
	}
}

body{
	margin:0px;
	font-family: "游ゴシック", "YuGothic", "メイリオ", meiryo, sans-serif; 
}
p{
	line-height:2.5;
	letter-spacing: 0.1em;
	margin:0px;
	color:#424242;
}

a{
	color:#172542;
}
a:hover {
color:#546a99;
text-decoration:underline;
}

h1{
	font-size:2.2em;
	font-weight:100;
	letter-spacing: 0.1em;
	line-height:1.8;
	white-space: nowrap;
	font-weight: 600;
	color:#3C3C3C;
}
h2{
	font-size:1.8em;
	text-align: center;
	font-weight:100;
	letter-spacing: 0.1em;
	font-weight: 600;
	color:#3C3C3C;
}
h3{
	font-size:1.8em;
	text-align:left;
	font-weight:100;
	letter-spacing: 0.1em;
	line-height: 2;
	font-weight: 600;
	color:#3C3C3C;
}
h4{
	font-size:1.5em;
	text-align:left;
	font-weight:600;
	letter-spacing: 0.1em;
	margin:0px;
	line-height: 2;
	color:#3C3C3C;
}
h5{
	font-size:1.3em;
	text-align:left;
	font-weight:600;
	letter-spacing: 0.1em;
	margin:0px;
	line-height: 2;
	margin-bottom:5%;
	color:#3C3C3C;
}
h6{
	border-top: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
	font-size:1.5em;
	text-align:left;
	font-weight:600;
	letter-spacing: 0.1em;
	margin:0px;
	line-height: 2;
	margin-bottom:5%;
	padding-top:1.5%;
	padding-bottom: 1.5%;
	margin-top: 10%;
	color:#3C3C3C;
	
	 
}

img{
	max-width:100%;
	
	vertical-align: bottom;
}

.grecaptcha-badge { visibility: hidden; }
.headBoxLeft img{
	width:50%;
	max-width: 200px;
	min-width: 200px;
}
.plof{
	max-width: 80%;
}
.nowrap{
	white-space: nowrap;
}

.red{
	color:red;
}
.headWrap{
	width:100%;
	background-color:white;
}
.headBox{
	width:80%;
	max-width: 1680px;
	min-width: 780px;
	height:50px;
	background-color:white;
	margin:auto;
	margin-top:1%;
	display: flex;
}
.headBoxLeft{
	width:30%;
	background-color:white;
	
	height:50px;
}
.headBoxRight{
	width:40%;
	background-color:white;
	
	height:50px;
	
	padding-left:15%;
}

.Cbutton{
	width:15%;
	background-color:white;
	height:50px;
	
}
.Cbutton img:hover {
	opacity: 0.8;/* 透過率80% */
	transition: 0.2s;/* 0.2秒アニメーション */
	-webkit-transition: 0.2s;
}


.profWrap{
	width:80%;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
	padding-bottom:30px;
	background-color: #f5f5f5;
	display: flex;
}
.profRubi{
	line-height:0;
	letter-spacing: 0;
	font-size:0.6em;
}
.profText{
	line-height:2;
	
	font-size:1em;
}
.profTitle{
	font-weight:bold;
}
.profLeft{
	width:20%;
	padding-left:5%;
	paddiong-right:5%;
	padding-top:3%;
	display:flex;
	flex-direction: column;
	
    align-items: center; 
}

.profRight{
	width:65%;
	padding-top:3%;
	
	padding-left:5%;
	display:flex;
	flex-direction: column;
}
@media (max-width: 1528px) {
	
.headBox{
	width:100%;
	max-width: 1680px;
	min-width: 780px;
	height:50px;
	background-color:red;
	margin:auto;
	margin-top:1%;
	display: flex;
}
.headBoxLeft{
	width:25%;
	background-color:white;
	
	height:50px;
	padding-left:5%;
}
.headBoxRight{
	width:50%;
	background-color:white;
	
	height:50px;
	
	padding-left:5%;
}

.Cbutton{
	width:15%;
	background-color:white;
	
	height:50px;	
}
	
	
	
	
}
.redLine{
	background-color: white;
	border-left:4px solid #DD151C;
}
.main{
	width:60%;
	max-width: 1120px;
	min-width: 980px;
	height:auto;
	background-color:white;
	margin:auto;
	margin-top:7%;
	margin-bottom:6%;
}
.mainThanks{
	width:60%;
	max-width: 1120px;
	min-width: 980px;
	height:50vh;
	background-color:white;
	margin:auto;
	margin-top:7%;
	margin-bottom:6%;
}
.column{
	width:100%;
	background-color:white;
	height:auto;
	padding-top:0%;
	padding-bottom:3%;
	margin-bottom:0%;
}
.columnWrap{
 width: 60%;
 max-width: 1120px;
 min-width: 980px;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 margin:auto;
}
.columnBox{
 width: 31%;
 background: #fff;
 margin-bottom: 3%;
 margin-top:3%;
 
 padding-left:0%;
 padding-right:0%;
 padding-top:0%;
 display: flex;
 flex-direction: column; /* 子要素を縦並べ */
 box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}
.columnTitle{
	font-size:0.9em;
	font-weight:200;
	line-height: 1.7;
	padding-top:4%;
	padding-left:5%;
	padding-right:5%;
	color: #656565;
	margin-bottom:auto;
	letter-spacing: 0.1em;
	
}
.columnDate{
	text-align: right;
	padding-right:5%;
	padding-bottom:2%;
	font-size:0.7em;
	color: #656565;
}
.author{
	display: flex;
	margin-bottom:8%;
}
.authorBox{
	width: 50%;
	height:40px;
	 align-items: center;
	display: flex;
	background-image: url("img/icon.png");
	background-position: left  center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
	padding-left:60px;
	font-size:90%;
	color: #656565;
}
.authorBox2{
	width: 50%;
	
	text-align: right;
	 align-items: center;
	font-size:80%;
	color: #656565;
	
}
.Date{
	
	padding-right:5%;
	padding-bottom:2%;
	font-size:0.7em;
	color: #656565;
}
.thumbnail{
	width:100%;
	
}

.gray{
	width:100%;
	background-color: #f7f7f7;
	height:auto;
	padding-top:3%;
	padding-bottom:3%;
	margin-bottom:6%;
}
.graywrap{
 width: 60%;
 max-width: 1120px;
 min-width: 980px;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 margin:auto;
}

.graywrapBox{
 width: 44%;
 background: #fff;
 margin-bottom: 3%;
 margin-top:3%;
 
 padding-left:2%;
 padding-right:2%;
 padding-top:2%;
 display: flex;
 flex-direction: column; /* 子要素を縦並べ */

}

.officeWrap{
    width:50%;
	margin:auto;
	text-align: center;
	max-width: 780px;
	min-width: 780px;
	
	
	
}

.line{
	width: auto;
	height: 1px;
	max-width: 1680px;
	min-width: 780px;
	border-top: solid 1px #e2e2e2;
	margin:auto;
	margin-top:5%;
	margin-bottom: 5%;
}

.footer{
	width:100%;
	height:auto;
	background-color:#28314f;
	margin-top:5%;
	padding-top:0.5%;
	padding-bottom:2%;
	
	
}
.footerLogo{
	text-align: center;	
}

.serviceFont{
	font-size:1.4em;
	font-weight:600;
	line-height: 1.6;
	color:#3C3C3C;
}

.serviceFont2{
	font-size:0.9em;
	font-weight:200;
	line-height: 1.7;
	color:#3C3C3C;
	
	}
.verticalWrap{
	display: flex;
	margin-top:6%;
	/*margin-top:auto;	*/
	margin-bottom:3%;
	
}
.vertical{
	width:15%;
	float:left;
	overflow: hidden;
	background-image:url("img/vertical.png");
	background-repeat: no-repeat;
	
	
}
.vertical2{
	width:85%;
	float:left;
	
	
}
.description {
  flex-grow: 1; /* 余白の割り当て */
}
.autoMargin{
  margin-top:auto;
}
.textLeft{
	text-align: left;
	margin-top:7%;
	margin-bottom:7%;
}
.clear{
	clear: both;
}

.letter{
	letter-spacing: normal;
	text-align: right;
	font-size:0.8em;
}

.publish{
	width:60%;
	
	display: flex;
	max-width: 1120px;
    min-width: 980px;
	margin:auto;
	align-items: center;
	
}
.pablishWrap{
	width:50%;
	background-color:white;
	
}
.pablishWrap2{
	width:50%;
	background-color:white;
	text-align: center;	
}

.corporate{
	width:60%;
	
	display: flex;
	max-width: 1120px;
    min-width: 980px;
	margin:auto;
	align-items: center;
	
}
.corporateWrap{
	width:50%;
	background-color:white;
	
}
.corporateWrap2{
	width:50%;
	background-color:white;
	
}
.serviceDetail{
	width:50%;
	background-color:white;
	
	
}
.serviceDetail2{
	width:50%;
	background-color:white;
	background-image: url("img/vertical2.png");
	background-repeat: no-repeat;
	padding-left:6%;
	font-weight:800;
	
}

.serviceDetail3{
	width:50%;
	background-color:white;
	
	padding-left:6%;
	font-weight:800;
	
}
.serviceDetail4{
	width:100%;
	background-color:white;
	
	padding-left:0%;
	font-weight:100;
	margin-top:8%;
	
}

.Vline{
	
	background-color:white;
	background-image: url("img/vertical2.png");
	background-repeat: no-repeat;
	padding-left:10%;
	font-weight:800;
	
}
.logoCenter{
	
	padding-left:15%;
}
.works{
	width:60%;
	
	display: flex;
	max-width: 1120px;
    min-width: 980px;
	margin:auto;
	align-items: center;
	
}
.worksWrap0{
	width:35%;
	background-color:white;
	
}
.worksWrap{
	width:50%;
	background-color:white;
	
}
.worksWrap2{
	width:65%;
	background-color:white;
	display: flex;
	
}

.worksBox{
	width:50%;
	background-color:white;
	font-size:0.9em;
	padding-left:20%;
}
.worksBox2{
	width:50%;
	background-color:white;
	padding-left:20%;
	font-size:0.9em;
}
.tip{
	width: 60%;
	font-size:0.8em;
	text-align: right;
	margin:auto;
	margin-top:5%;
	color:#656565;
}
	

.aka{
	margin-top:15%;
}
.seminarGroupe{
	margin-top:7%;
}
.seminar{
	width:60%;
	
	display: flex;
	max-width: 1120px;
    min-width: 980px;
	margin:auto;
	align-items: center;
	margin-bottom:5%;
	
}
.seminarWrap{
	width:50%;
	background-color:white;
	
	
}
.seminarWrap2{
	width:50%;
	background-color:white;
	text-align: center;
	
}
.company{
	width:60%;
	max-width: 1120px;
    min-width: 980px;
	margin-left:25%;
	
}

.recruit{
	width:60%;
	max-width: 1120px;
	min-width: 980px;
	height:auto;
	background-color:white;
	margin:auto;
	margin-top:8%;
	
}
.recruiteP{
	padding-top:8%;
	padding-left:12%;
	margin-bottom:8%;
}
.footerLink{
	width:40%;
	margin:auto;
}

.googlepertner{
	width:60%;
	margin:auto;
	margin-top:3%;
	color:white;
	font-size:0.5em;
	
}
.googlepertner p{
	color:white;
}
.center{
	text-align: center;
	font-size:1.4em;
}
.check{
	background-image:url("img/check.png");
	background-position: left  center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
	padding-left:30px;
	font-size:1.2em;
}
.kousei{
	background-color: #f5f5f5;
	width:100%;
	margin:auto;
	margin-top:5%;
	margin-bottom:5%;
	padding-top:5%;
	padding-bottom: 5%;
}

.cost{
	width:60%;
	max-width: 1120px;
	min-width: 980px;
	background-color: #f7f7f7;
	margin:auto;
}

.serviceFlow{
	width:60%;
	max-width: 1120px;
	min-width: 980px;

	margin:auto;
	background-image: url( "img/flow.png");
	background-repeat: no-repeat;
	background-size:contain;
}

.serviceFlow2{
	width:60%;
	max-width: 1120px;
	min-width: 980px;

	margin:auto;
	background-image: url( "img/flow2.png");
	background-repeat: no-repeat;
	background-size:contain;
}
.serviceFlowWrap{
	width:85%;
	margin-left:auto;
	background-color: #f7f7f7;
	margin:left;
	display: flex;
	align-items: center;
	margin-top:2%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left:3%;
	color:#212121;
}
.sftext1{
	width:20%;
}
.sftext2{
	width:80%;
	padding-right:5%;
	line-height:1.8;
	
}
.grayFont{
	color:#212121;
}

.costWrap{
	width:90%;
	margin:auto;
	border-bottom:1px solid #e2e2e2;
	padding-top: 2%;
	padding-bottom: 2%;
	color:#212121;
}
.costWrap2{
	width:90%;
	margin:auto;
	padding-top: 2%;
	padding-bottom: 2%;
	color:#212121;
	
}
.smallFont{
	font-size:0.7em;
	color:#212121;
	display: block;
	margin-top:-5px;
	margin-bottom:-15px;
	font-weight:100;
	
	
	
}

.smallFont2{
	font-size:0.7em;
	color:#212121;
	display: block;
	line-height: 2;
	margin-top:2%;
	}

.smallFont3{
	font-size:0.5em;
	color:#212121;
	display: block;
	line-height: 2;
	margin-top:2%;
	}

.f70{
	font-weight:800;
	margin-bottom:3%;
	
	
}
.mt{
	margin-top:2%;
	
}
.mt2{
	margin-top:4%;
	
}
.cmark{
	color:white;
	font-size:0.5em;
	text-align: center;
}
.hedderSp{
	display: none;
}
.textC{
	font-size:0.8em;
}
.pcElase{
	display: none;
}
.button019 a{
	text-decoration: none;
}


.columnCard{
	border-bottom:1px solid  #C1C1C1;
	padding-bottom: 5%;
	padding-top: 5%;
}
.columnLink{
	width: 100%;
	text-align: right;
	font-size:0.8em;
	
}
/*ナビここから*/

ul {
  list-style: none;
  margin: 0;
  padding: 0;
	line-height:2;
	margin-top:-0.5%;
}
ul a {
  color: #000 !important;
  text-decoration: none !important;
	
}


/*ナビゲーションのスタイル*/
details{
  list-style-image:none;

}
.header-nav {
  margin: 15px 5% 0;
	letter-spacing: 0.1em;
}
.header-nav ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-nav ul li {
    font-size: 14px;
	font-weight:800;
	
}
.header-nav ul li a {
  position: relative;
}
/*ホバーエフェクト*/
.header-nav ul li a::after {
  /*アンダーラインのスタイル*/
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  background-color: #E42C31;
  bottom: -15px;
  left: 0;
  /*幅を0に設定*/
  width: 0;
  /*アニメーションの速度設定*/
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-nav ul li:first-child a::after {
  /*アンダーラインのスタイル*/
  position: absolute;
  content: "";
  display: none;
  height: 3px;
  background-color: #E42C31;
  bottom: -35px;
  left: 0;
   /*幅を0に設定*/
  width: 0;
  /*アニメーションの速度設定*/
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


.header-nav ul li a:hover::after {
  /*幅を100%に設定*/
  width: 100%;
}
/*ナビここまで*/
/*ボタンここから*/
.button019 a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 15px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: #dd151c;
  color: #FFF;
}
.button019 a:hover:after {
  right: 1.4rem;
}
/*ボタンここまで*/
/*フォームここから*/
.c-form {
	max-width: 600px;
	margin: 0 auto;
}
.c-form__item {
	display: flex;
	flex-wrap: wrap ;
	justify-content: space-evenly;
	margin-bottom: 20px;
}

.c-form__item2 {
	display:flex;
	flex-wrap: wrap ;
	justify-content: start;
	padding-left:10px;
	margin-bottom: 20px;
	
}

.c-form__label,
.c-form__input {
	padding: 10px;
}
.c-form__label2 {
	padding: 0px;
}
.c-form__label {
	width: 90%;
}
.c-form__label2{
	width: 50%;
}
.c-form__input {
	width: 85%;
	font-size: 16px;
	border: solid 1px #C6C6C6;
	border-radius: 4px;
}
.c-form__input:focus-visible {
	outline: green auto 1px;
}
.c-form__required {
	color: #fff;
	background-color: #dd151c;
	border-radius: 4px;
	padding: 5px 5px;
	margin: 0 0 0 8px;
}
textarea.c-form__input {
	height: 160px;
}
.c-form__submit {
	text-align: center;
	margin-top:15%;
}
.c-form__submit button {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #dd151c;
	border: solid 1px #dd151c;
	border-radius: 90px;
	padding: 16px 50px;
	transition: 0.4s;
	cursor: pointer;
}
.c-form__submit button:hover {
	color: #dd151c;
	background-color: transparent;
}


.Erace{
		display: block;
	}
.appear{
	    display: none;
	}

table{

	height:300px;
}
table, tr, th, td {
  border: solid 0px;
}
.adjustment0{
	margin-bottom:8%;
}
.adjustment{
	margin-bottom:5%;
}
.adjustment2{
	margin-top:5%;
}
.adjustment3{
	margin-top:8%;
}
.bold{
	font-weight:600;
	letter-spacing:  0.1em;
}

/* Global Menu */
 
header{
    margin-bottom: 0em;
    position: relative;
    width: 100%;
    background-color: #fff;
}
ul > li{
    display: inline-block;
}
ul > li > a{
    padding: 15px 20px;
    display: block;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: .2em;
}
#toc_container{
	margin-top:50px;
}
#toc_container ul > li > a {
	padding:0px;
}
ul > li > span{
    margin-left: 1.2em;
}
ul > li:hover > a{
    background-color: #f7f7f7;
    color: #444;
}
 
/* Submenu */
 
ul li ul{
    position: absolute;
    top: 55px;
    left: 0;
}
ul li ul li{
    display: block;
}
ul li ul li a{
    background-color: #f7f7f7;
    color: #444;
}
ul li ul li a:hover{
    background-color: #ddd;
}

.sample01 ul li ul{
    display: none;
}
.sample01 ul li:hover ul{
    display: block;
}

.sitemap{
	width:60%;
	max-width: 1120px;
	min-width: 980px;	
	margin:auto;
	display: flex;
	color:#fff;
	font-size:0.9em;
	padding-top: 2%;
}

.sitemapBox{
	width: 100%;
	
}

.sitemapBoxmini{
	
	padding-left:5% ;
	font-size:0.8em;
	line-height: 2;
	padding-top: 5%;
}

.sitemap a{
	color:#fff;
}



.yarpp-thumbnails-horizontal .yarpp-thumbnail{
	height:auto !important;
}
ul > li > a {
	padding:15px 20px;
}
@media (min-width: 640px) {
	.c-form__item {
		flex-wrap: nowrap;
	}
	.c-form__label {
		width: 40%;
	}
	.c-form__label2 {
		width: 32%;
	}
	.c-form__input {
		width: 90%;
	}
	
	
}
/*フォームここまで*/
.footerLink a{
	color:white !important;
}


@media (max-width: 992px) {
#toc_container{
		width:90% !important;
	}
#toc_container ul > li > a{
		padding-left:3% !important;
	    font-size:0.6em !important;
	}
.checkText{
	font-size:0.8em;
	letter-spacing: 0;
	}
.yarpp-thumbnails-horizontal .yarpp-thumbnail{
	width:47% !important;
	}
.yarpp-related h3{
	margin-top:0px !important;
	}
p{
	line-height:2;
	letter-spacing: 0.1em;
	margin:0px;
}
	
img{
	width:100%;
	height:auto;
	}
	
.headWrap{
	display: none;
}
.main{
	width:90%;
	max-width: 90%;
	min-width: 80%;
	height:auto;
	background-color:white;
	margin:auto;
	margin-top:7%;
	margin-bottom:6%;
}
	
	
.mainThanks{
	width:80%;
	max-width: 80%;
	min-width: 80%;
	height:50vh;
	background-color:white;
	margin:auto;
	margin-top:7%;
	margin-bottom:6%;
}
	h1{
	font-size:1.5em;
	font-weight:600;
	letter-spacing: 0.1em;
	line-height:2;
	white-space: normal;
	margin-bottom:20%;
}
h2{
	font-size:1.4em;
	text-align: center;
	font-weight:600;
	letter-spacing: 0.1em;
	width: 80%;
	margin:auto;
}
	
h3{
	font-size:1.4em;
	text-align:left;
	font-weight:600;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
h4{
	font-size:1.2em;
	text-align:left;
	font-weight:600;
	letter-spacing: 0.1em;
	margin:0px;
	line-height: 1.5;
}
h5{
	font-size:1.3em;
	text-align:left;
	font-weight:600;
	letter-spacing: 0.1em;
	margin:0px;
	line-height: 1.5;
	margin-bottom:5%;
}
h6{
	border-top: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
	font-size:1.4em;
	text-align:left;
	font-weight:600;
	letter-spacing: 0.1em;
	margin:0px;
	line-height: 1.5;
	margin-bottom:5%;
	padding-top:4%;
	padding-bottom:4%;
	margin-top: 10%;
	
}
	.nowrap{
	white-space:normal;
}
.gray{
	width:100%;
	background-color: #f7f7f7;
	height:auto;
	padding-top:10%;
	padding-bottom:3%;
	margin-bottom:20%;
	margin-top:15%;
}
.graywrap{
 width: 100%;
 max-width: 100%;
 min-width: 100%;
 display: flex;
 flex-direction: column; /* 子要素を縦並べ */
 justify-content: space-between;
 flex-wrap: wrap;
 margin:auto;
}
.graywrapBox{
 width: 85%;
 background: #fff;
	margin:auto;
 margin-bottom: 3%;
 margin-top:8%;
 
 padding-left:4%;
 padding-right:4%;
 padding-top:4%;
 display: flex;
 flex-direction: column; /* 子要素を縦並べ */
 
}
 .officeWrap{
    width:80%;
	margin:auto;
	text-align: center;
	max-width: 80%;
	min-width: 80%;
	
	
	
}
.line{
	width: 95%;
	height: 1px;
	max-width: 95%;
	min-width: 95%;
	border-top: solid 1px #e2e2e2;
	margin:auto;
	margin-top:10%;
	margin-bottom: 15%;
}
.Erace{
		display: none;
	}
.appear{
	    display: block;
	}
.serviceFont{
	font-size:1.3em;
	font-weight:600;
	line-height: 1.7;
}

.serviceFont2{
	font-size:0.9em;
	font-weight:200;
	line-height: 1.7;
	color:#3C3C3C;
	
	}
.header-nav {
  margin: 15px 5% 0;
  display: none;
}
.googlepertner{
	width:50%;
	margin:0;
	margin-top:3%;
	color:white;
	font-size:0.5em;
	white-space: nowrap;
	padding-left:5%;
	
}
.mt{
	margin-top:5%;
	
}
.mt2{
	
	width:50%;
	margin:auto;
	margin-top:8%;
}
.textLeft{
	text-align: left;
	margin-top:7%;
	margin-bottom:10%;
	margin-top:20%;
}
.c-form{
	margin-top:10%;
	}
.footer{
	width:100%;
	height:auto;
	background-color:#28314f;
	margin-top:10%;
	padding-top:0.5%;
	padding-bottom:2%;
}
	.hedderSp{
		display: block;
		margin-bottom:13%;
	}
.columnWrap{
	width: 100%;
 max-width: 100%;
 min-width: 100%;
 display: flex;
	overflow-x: scroll;
 justify-content: space-between;
 flex-wrap: nowrap;
 margin:auto;
	margin-top: 8%;
 
}
.columnBox{
	width: 100%;
 background: #fff;
 margin-bottom: 3%;
 margin-top:3%;
	margin-left:3%;
 
 padding-left:0%;
 padding-right:0%;
 padding-top:0%;
 flex: 0 0 70%;
 
 box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);

}
	
.recruit{
	width:80%;
	max-width: 80%;
	min-width: 80%;
	height:auto;
	background-color:white;
	margin:auto;
	margin-top:8%;
	
}
.recruiteP{
	padding-top:8%;
	padding-left:0%;
	margin-bottom:8%;
}
	
.authorBox{
	width: 50%;
	 align-items: center;
	display: flex;
	background-image: url("img/icon.png");
	background-position: left  center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
	padding-left:40px;
	font-size:0.9em;
	color: #656565;
}
.authorBox2{
	width: 50%;
	text-align: right;
	 align-items: center;
	font-size:0.5em;
	color: #656565;
	}
	
.mtop{
		margin-top:10%;
	
	
}
	
.kousei{
	background-color: #f5f5f5;
	width:100%;
	margin:auto;
	margin-top:5%;
	margin-bottom:5%;
	padding-top:5%;
	padding-bottom: 5%;
	font-size:0.8em;
}
.center{
	text-align: center;
	font-size:1.2em;
	width:90%;
	margin:auto;
}
.publish{
	width:80%;
	
	display: block;
	max-width: 80%;
    min-width: 80%;
	margin:auto;
	align-items: center;
	
}
.pablishWrap{
	width:100%;
	background-color:white;
	
}
.pablishWrap2{
	width:50%;
	background-color:white;
	text-align: center;	
	margin:auto;
}
.spElase{
	display: none;	
	}
.pcElase{
	display: block;
}
.amazon{
	font-size:0.8em;
	padding-left:7%;
	background-image:url("img/vertical3.png");
	background-repeat: no-repeat;
	margin-bottom:10%;
	
	
}
.corporate{
	width:80%;
	
	display: block;
	max-width: 80%;
    min-width: 80%;
	margin:auto;
	align-items: center;
	
}
.corporateWrap{
	width:100%;
	background-color:white;
	
}
.corporateWrap2{
	width:100%;
	background-color:white;
	margin-top:10%;
	
}
.logoCenter{
	
	padding-left:0%;
	width: 50%;
	margin:auto;
}
.corp{
	text-align: center;	
	}
.corpText{
	padding-left: 10%;
	background-image:url("img/vertical3.png");
	background-repeat: no-repeat;
}
.seminar{
	width:80%;
	display: block;
	max-width: 80%;
    min-width: 80%;
	margin:auto;
	align-items: center;
	margin-bottom:10%;
	
}
.seminarWrap{
	width:100%;
	background-color:white;
	
	
}
.seminarWrap2{
	width:100%;
	background-color:white;
	text-align: center;
	
}
.Date{
	
	padding-right:5%;
	padding-bottom:5%;
	font-size:0.7em;
	color: #656565;
	
}
.works{
	width:80%;
	
	display: block;
	max-width: 80%;
    min-width: 80%;
	margin:auto;
	align-items: center;
	
}
.worksWrap0{
	width:100%;
	background-color:white;
	margin-bottom: 8%;
	
}
.worksWrap{
	width:50%;
	background-color:white;
	
}
.worksWrap2{
	width:100%;
	background-color:white;
	display: flex;
	
}

.worksBox{
	width:55%;
	background-color:white;
	font-size:0.8em;
	padding-left:0%;
}
.worksBox2{
	width:45%;
	background-color:white;
	padding-left:0%;
	font-size:0.8em;
}
.tip{
	width: 80%;
	font-size:0.8em;
	text-align:left;
	margin:auto;
	margin-top:5%;
	color:#656565;
}
.company{
	width:90%;
	max-width:90%;
    min-width: 90%;
	margin:auto;
	font-size:0.9em;
	
}
.paddingC{
	padding-left:5%;
	}
.textC{
	font-size:0.5em;
}
.serviceDetail{
	width:100%;
	background-color:white;
	
	
}
.serviceDetail2{
	width:94%;
	background-color:white;
	background-image: url("img/vertical2.png");
	background-repeat: no-repeat;
	padding-left:6%;
	font-weight:800;
	margin-top: 10%;
	
}

.serviceDetail3{
	width:100%;
	background-color:white;
	
	padding-left:0%;
	margin-top: 10%;
	font-weight:800;
	
}
.serviceDetail4{
	width:100%;
	background-color:white;
	
	padding-left:0%;
	font-weight:100;
	margin-top:8%;
	
}
.cost{
	width:90%;
	max-width: 90%;
	min-width: 90%;
	background-color: #f7f7f7;
	margin:auto;
	margin-bottom:5%;
}
.costWrap{
	width:90%;
	margin:auto;
	border-bottom:1px solid #e2e2e2;
	padding-top: 4%;
	padding-bottom: 4%;
	color:#212121;
}
.costWrap2{
	width:90%;
	margin:auto;
	padding-top: 4%;
	padding-bottom: 4%;
	color:#212121;
	
}
.serviceFlow{
	width:90%;
	max-width: 90%;
	min-width: 90%;

	padding-left:8%;
	background-image: url( "img/flow3.png");
	background-repeat: no-repeat;
	background-size:contain;
	margin-top: 10%;
}

.serviceFlow2{
	width:90%;
	max-width: 90%;
	min-width: 90%;

	padding-left:10%;
	background-image: url( "img/flow4.png");
	background-repeat: no-repeat;
	background-size:contain;
}
.serviceFlowWrap{
	width:70%;
	margin-left:auto;
	background-color: #f7f7f7;
	margin-left:15%;
	display: block;
	align-items: center;
	margin-top:2%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left:5%;
	padding-right:5%;
	color:#212121;
	margin-bottom: 5%;
}
.sftext1{
	width:100%;
	margin-bottom:5%;
}
.sftext2{
	width:100%;
	padding-right:3%;
	line-height:1.8;
	
}
	.Vline{
	
	background-color:white;
	background-image: url("img/vertical2.png");
	background-repeat: no-repeat;
	padding-left:10%;
	font-weight:800;
}

.headSp{
	display: block;
}
header {
	margin-bottom:16%;
	}
	
.sitemap{
	display: none;
	}
dl{
	display: block;
	}
dd{
	margin-inline-start:0px;
}
dd .tax{
	font-size:40%;
}
.test-date {
	font-size:40%;
	}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px; /* ここにヘッダーの高さなどを指定 */
}
.profWrap{
	width:100%;
	margin:auto;
	margin-top:10px;
	margin-bottom:50px;
	padding-bottom:30px;
	background-color: #f5f5f5;
	display:block;
}
.profRubi{
	line-height:0;
	letter-spacing: 0;
	font-size:0.6em;
}
.profText{
	line-height:2;
	
	font-size:1em;
}
.profTitle{
	font-weight:bold;
	padding-top:1%;
	padding-bottom:1%;
	text-align: center;
}
.profLeft{
	width:90%;
	padding-left:5%;
	paddiong-right:5%;
	padding-top:3%;
	display:flex;
	flex-direction: column;
	
    align-items: center; 
}

.profRight{
	width:90%;
	padding-top:3%;
	
	padding-left:5%;
	display:flex;
	flex-direction: column;
}
}

@media screen and (max-width: 375px) {
	.yarpp-thumbnails-horizontal .yarpp-thumbnail{
	width:47% !important;
	}
}
