/* :root { */
	/* --会社概要 blue:#e0f7ff; */
	/* --media blue: #02a3e8; */
	/* --グレー: #ececec; */
	/* --グレー2: #f5f5f5; */
	/* --オレンジ: #ff6242; */
	/* --グリーン: #419c97; */
/* } */

/* ----------------------  */
/* cocoonデフォルト非表示用 */
/* ----------------------  */
.entry-header,.entry-footer,.footer,.sidebar,.copy-info {
	display: none;
}
.mobile-header-menu-buttons {
	display: none;
}
#baguetteBox-overlay {
	display: none;
}
/* 上へ戻るボタン */
.go-to-top-button:not(:hover),
.go-to-top-button:hover {
	position: fixed;
	right: 5%;
	bottom: 10%;
	cursor: pointer;
	display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	background-color: #02a3e8;
	color: #fff;
	font-size: 1.5em;
	border-radius: 8px;
	box-shadow: 0 1px 12px 0 rgba(0,0,0,.06);
}


/* リセット */
html, body, div, col-md-, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
a,a:hover {
	text-decoration: none;
	color: inherit;
}

body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 150%;
    background-color: #fff;
    color: #222;
	width: 100%;
	min-width: 1080px;
    height: 100%;
	margin: 0;
	font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
	body {
		min-width: auto;
		font-size: 4vw;
	}
}

h1{
	font-size: 2.1em;
	font-weight: 600;
	letter-spacing: .1rem;
}
h2{
	font-size: 1.6em;
	font-weight: 600;
	letter-spacing: .1rem;
}
ul,li {
	padding-left: 0;
	list-style: none;
}
/* テーブル仮 */
table,tbody,tr,th,td {
	border: 1px solid #000;
}

.btn {
	font-size: 1.2rem;
    font-family: 游ゴシック, YuGothic, YakuHanJP, メイリオ, Meiryo, sans-serif;
    font-weight: 500;
    display: block;
    color: #fff;
    text-align: center;
    width: 270px;
    vertical-align: middle;
	background: linear-gradient(#2199c2 50%, #4776bc);
    padding: 15px 0px;
    border-radius: 4px;
	cursor: pointer;
	border: 0;
	margin: 0 auto;
	box-shadow: 0 1px 12px 0 rgba(0,0,0,0.06);
}
.btn:hover {
	opacity: .75;
}
.img-div {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sp-only {
	display: none;	
}
._fs125 {
	font-size: 1.25em;
}
@media screen and (max-width: 768px) {
	h1{
		font-size: 6vw;
	}
	h2{
		font-size: 5vw;
	}
	.btn {
		width: 80%;
	}
	.sp-only {
		display: initial;
	}
}

/* flex tools */
._flex {
	display: flex;
}
._acenter {
	align-items: center;
}
._between {
	justify-content: space-between;
}
._column {
	flex-direction: column;
}
._wrap {
	flex-wrap: wrap;
}

/* padding tools */
._padding-5 {
  padding: 5px;
}
._padding-10 {
  padding: 10px;
}
._padding-15 {
  padding: 15px;
}
._padding-20 {
  padding: 20px;
}
._padding-30 {
  padding: 30px;
}

/* margin tools */
._mb5 {
	margin-bottom: 5px;
}
._mb10 {
	margin-bottom: 10px;
}
._mb20 {
	margin-bottom: 20px;
}
._mb30 {
	margin-bottom: 30px;
}
._mb40 {
	margin-bottom: 40px;
}

/* -------- */
/* ヘッダー */
/* -------- */
.header {
	max-width: 1150px;
	margin: 0 auto;
	text-align: center;
}
.header-upper__block {
	width: 25%;
}
.header-upper__block.logo-wrapper {
	margin-right: auto;
}
.header-upper__block.logo-wrapper > a {
	width: 100%;
	height: 100%;
	display: block;
}

.header-upper__block.link {
	text-align: right;
	line-height: 60px;
	margin-right: 15px;
	font-size: .8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	line-height: 1;
	max-width: 200px;
}
.header-upper__block.link > a {
	color: #555;
	text-decoration: none;
}
.header-upper__block.link > a:hover {
	border-bottom: 1px dotted #555;
}

.header-upper__block.tel {
	display: none !important;
}
.header-upper__block.tel > div:nth-child(1) {
	width: 10%;
}
.header-upper__block.tel > div:nth-child(1) > i {
	color: #ff6242;
	/* color: #4776bc; */
	font-size: 45px;
}
.header-upper__block.tel > div:nth-child(2) {
	width: 90%;
}
.header-upper__block.tel > div:nth-child(2) a {
	font-size: 28px;
	color: #ff6242;
	line-height: 1.25;
	letter-spacing: .5px;
}
.header-lower__list {
	height: 40px;
}
.header-lower__list > .header-lower__item {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-lower__list > .header-lower__item::after {
	position: absolute;
    right: 0;
    top: 10px;
    bottom: 0;
    height: 20px;
    content: "";
    width: .1px;
    background: black;
}
.header-lower__list > .header-lower__item.sp-only {
	display: none;
}
@media screen and (max-width: 768px) {
	.header {
		height: calc(40px + 10px);
	}
	.header-upper {
		position: fixed;
		top: 0;
		left: 0;
		box-sizing: border-box;
		background-color: #fff;
		width: 100vw;
		height: 50px;
		z-index: 2;
	}
	.header-upper__block {
		display: none;
	}
	.header-upper__block.link {
		display: none;
	}
	.header-upper__block.logo-wrapper {
		display: initial;
		width: 120px;
		height: 40px;
		margin: 0 auto 0 0;
	}
	.header-upper__block.sp-only {
		display: flex;
		justify-content: flex-end;
		width: 30vw;
		height: 40px;
		margin: 0 0 auto auto;
		font-size: 25px;
		color: #02a3e8;
	}
	.header-upper__block.sp-only > div {
		margin: 0 2.5vw;
	}
	.header-lower__list--sp {
		width: 100vw;
		height: 100vh;
		padding: 0;
		z-index: 2;
		position: fixed;
		top: 0;
		left: 0;
		background-color: white;
		display: block;
	}
	.header-lower__list > .header-lower__item {
		width: calc(100vw - 40px);
		/* height: calc(100vh / 8); */
		height: 50px;
		border-bottom: 1px solid #ececec;
		margin: 0 auto;
		text-align: left;
		/* position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center; */
	}
	.header-lower__list > .header-lower__item::after {
		content: none;
	}
	.header-lower__list > #sp-only-menu-close-button.header-lower__item {
		display: flex;
		text-align: right;
		font-size: 1.25em;
		color: #02a3e8;
	}
	.header-lower__list > .header-lower__item.sp-only {
		display: flex;
	}
}

/* ------------- */
/* キービジュアル */
/* ------------- */
.key-visual {
	/* height: 300px; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	justify-content: space-evenly;
	padding-top: calc(100%*270/1920); /* 27 */
	padding-bottom: calc(100%*135/1920);
	max-width: 1920px;
	margin: 0 auto;
}
.key-visual::before{
  /* 透過黒 */
  background-color: #00000055;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
.key-visual * {
	z-index: 1;
}
.key-logo-wrapper {
	/* ！仮 */
    position: absolute;
    top: -20%;
    left: 20%;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    background: #fff;
    filter: opacity(0.5);
}
.key-phrase {
	font-size: calc(40px);
	line-height: 1.25;
	color: #fff;
}
.key-phrase > span {
	font-size: .75em;
}
@media screen and (max-width: 768px) {
	.key-visual {
		height: calc(60vh - 60px);
		box-sizing: border-box;
		background-position-x: 65%;
		
		/* background-position: 60% 0; 仮置き -> SP img 作成する */
	}
	.key-phrase {
		text-align: center;
		font-size: 5vw;
		line-height: 1.5;
	}
	.key-phrase > span {
		vertical-align: text-top;
	}
}

/* ---------------------------------------- */
/* (問い合わせ先ブロック CV? ) contact__block */
/* ---------------------------------------- */
.contact__block h1 {
	color: #fff;
}
.contact__block > div._flex  {
	justify-content: space-evenly;
	background-color: #fff;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
}
.contact__block > div._flex > div  {
	padding: 0 30px;
}
/* 中盤のブロック */
/* 左 */
.contact__block--middle > div._flex > div:nth-child(1) p {
	font-size: 1.1em;
	letter-spacing: 1px;
}
.contact__block--middle > div._flex > div:nth-child(1) p:nth-child(2)  {
	font-size: 40px;
	color: #ff6242;
	line-height: 1.25;
	letter-spacing: .5px;
}
/* 右 */
.contact__block--middle > div._flex > div:nth-child(2) .btn {
	transform: scale(1.5);
}
/* 後半のブロック */
.contact__block--bottom > p:nth-child(2) {
	color: #fff;
}
.contact__block--bottom .btn {
	background: linear-gradient(#2199c2 50%, #4776bc);
}
@media screen and (max-width: 768px) {
	.contact__block h1 {
		font-size: 5.25vw;
	}
	.contact__block > div._flex > div  {
		padding: 0 2.5vw;
	}
	.contact__block--middle > div._flex {
		width: 90%;
		display: block;
	}
	.contact__block--middle > div._flex > div:nth-child(1) p:nth-child(2)  {
		font-size: 8vw;
	}
	.contact__block--middle > div._flex > div:nth-child(2) .btn {
		transform: scale(1);
	}

}

/* --------- */
/* コンテンツ */
/* --------- */
.contents {
	width: 100%;
}
.contents__block {
	max-width: 1150px;
	width: 95%;
	margin: 0 auto 10rem auto;
	text-align: center;
}
.contents__block--sub {
	margin: 2.5rem auto;
}
.contents__block--wide {
	max-width: 100%;
	width: 100%;
	padding: 5rem 0;
}
/* 仮 */
.contents__block--gray {
	background-color: #f5f5f5;
}
.contents__block--blue {
	background-color: #02a3e8;
}
.contents__block h1 {
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.contents__block {
		margin: 0 auto 15vw auto;
	}
	.contents__block--sub {
		margin: 3.75vw auto;
	}
	.contents__block--wide {
		padding: 7.5vw 0;
	}
	.contents__block h1 {
		margin-bottom: 10vw;
	}
}

/* ------------ */
/* 特徴 feature */
.feature {
	margin-top: 7.5rem;
	margin-bottom: 2.5rem;
}
.feature h1 {
	font-size: 40px;
	margin-bottom: 5rem;
}
/* #2199c2 文字色 */
.feature__box {
    padding: 4.5rem 2rem 1rem 2rem;
	background-color: #f5f5f5;
    color: #02a3e8;
    max-width: 270px;
    margin: 0 15px 1.5rem 15px;
	width: 30%;
	height: 320px;
	position: relative;
}
.feature__box .feature__title-num {
	position: absolute;
	top: -25px;
	left: -25px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 0px;
	box-shadow: 10px 10px 0 #fff;
	color: #fff;
	font-size: 2em;
	font-weight: 600;

	background-color: #02a3e8;
}
/* --オレンジ: #ff6242; */
/* --グリーン: #419c97; */
.feature__box i {
	font-size: 60px;
	margin-bottom: 20px;
}
.feature__box .feature__title {
	height: 60px;
}
.feature__box .feature__about {
	border-top: 1px solid #02a3e8;
	padding-top: 20px;
	text-align: left;
	color: #222;
	font-size: .9rem;
	line-height: 1.25;
}
@media screen and (max-width: 768px) {
	.feature {
		margin-top: 15vw;
	}
	.feature h1 {
		font-size: 6vw;
	}
	.feature > div {
		display: block;
	}
	.feature__box {
		width: 80%;
		box-sizing: border-box;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		max-width: none;
		margin-top: 0;
		margin-bottom: 3rem;
		padding-top: 2rem;
	}
	.feature__box .feature__title {
		height: auto;
		margin-bottom: 1rem;
	}
}


/* ----------- */
/* 得意 strong */
.strong {
	margin-bottom: 0;
}
.strong__box {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	background-color: #fff;
	/* border-radius: 8px; */
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.15);
	align-items: start;
}
.strong h2 {
	text-align: center;
	line-height: 1.75;
	width: 300px;
	height: 100%;
	box-sizing: border-box;

	background-color: #02a3e8;
	color: #fff;
	padding: 20px 10px;
}
.strong__box > div {
	width: calc(100% - 200px);
	padding: 20px;
}
.strong__box p {
	width: fit-content;
	height: 27px;
	font-size: 1.1em;
	margin-right: 20px;
}
.strong__box p::before {
	content: "●";
	font-size: 10px;
	margin-right: 2.5px;
	color: #02a3e8;
	vertical-align: text-top;
}
@media screen and (max-width: 768px) {
	.strong__box {
		display: block;
		height: auto;
		width: 90%;
	}
	.strong h2 {
		width: 100%;
		padding: 2.5vw;
	}
	.strong__box > div {
		width: auto;
		/* padding: 20px; */
	}
	.strong__box p {
		font-size: inherit;
	}
}

/* ------------------------ */
/* 多くの推薦 recommendation */
.recommendation {
	margin-bottom: 7.5rem;
}
.recommendation > div {
	justify-content: space-evenly;
}
.recommendation__box {
	width: 400px;
	margin: 0 25px;
    box-shadow: 0 1px 12px 0 rgba(0,0,0,0.1);
    border: solid 1px #ececec;
}
.recommendation__img {
	width: 400px;
	height: 380px;
}
.recommendation__title {
	text-align: left;
	font-weight: 600;
}
.recommendation__company img {
	display: block;
	object-fit: contain;
	width: 90px;
	height: 55px;
	margin-right: 10px;
}
@media screen and (max-width: 768px) {
	.recommendation > div {
		display: block;
	}
	.recommendation__box {
		width: 95%;
		margin: 10vw auto;
	}
	.recommendation__img {
		width: 100%;
		height: 75vw;
	}
}


/* --------------- */
/* 支援実績 achieve */
.achieve {
	text-align: left;
	font-weight: 600;
}
.achieve h1 {
	text-align: center;
}
.achieve__box {
	width: 800px;
	margin: 70px auto;
	background-color: #fff;
	padding: 70px;
	letter-spacing: 2px;
	box-shadow: 0 1px 12px 0 rgba(0,0,0,0.1);
}
.achieve__tag {
	width: fit-content;
    padding: 7.5px 15px;
    border-radius: 3px;
    color: #fff;
	background-color: #02a3e8;
}
/* table側 */
.achieve__box > div._flex > div:nth-child(1),
.achieve__box > div._flex > div:nth-child(3){
	flex-basis: 350px;
}
/* fontawesome側 */
.achieve__box > div._flex > div:nth-child(2){
	text-align: center;
	flex-grow: 1;
}
.achieve__box > div._flex table{
	border-collapse: collapse;
	border: 1px solid #ddd;
	width: 100%;
}
.achieve__box > div._flex tbody,
.achieve__box > div._flex tr{
	border: 0;
}
.achieve__box > div._flex th,
.achieve__box > div._flex td {
	padding: 7.5px 10px;	
	text-align: center;
	border: 0;
	border-bottom: 1px solid #ddd;
}
.achieve__box > div._flex th {
	width: 35%;
	background-color: #ececec;
	font-weight: 600;
}
.achieve__box > div._flex td {
	width: 65%;
	letter-spacing: normal;
	font-weight: normal;
	font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
	.achieve__box {
		width: 90%;
		padding: 5vw 2.5vw;
	}
	.achieve__box > div._flex table{
		font-size: .6rem;
	}
	.achieve__box > div._flex th,
	.achieve__box > div._flex td {
		padding: 1vw;
	}
	.achieve__box > div._flex th {
		width: 42.5%;
	}
	.achieve__box > div._flex td {
		width: 57.5%;
	}
}

/* ---------------- */
/* ご利用の流れ flow */
.flow {
	margin-bottom: 5rem;
}
.flow > div._flex {
	justify-content: center;
}
.flow > div._flex i {
	margin-top: 60px;
	font-size: 40px;
	color: #2199c2;
}
/* ボックス */
.flow > div._flex div.flow__box {
	padding-top: 35px;
	flex-basis: 240px;
	height: 140px;
}
.flow > div._flex div.flow__box:nth-child(1) {
	background-color: #e0f7ff;
}
.flow > div._flex div.flow__box:nth-child(1) > p:nth-child(2) {
	color: inherit;
}
.flow > div._flex div.flow__box:nth-child(3) {
	background-color: #50a0c3;
	color: #fff;
}
.flow > div._flex div.flow__box:nth-child(5) {
	background-color: #2199c2;
	color: #fff;
}
.flow > div._flex div.flow__box:nth-child(7) {
	background-color: #02a3e8;
	color: #fff;
}
/* アイコン */
.flow > div._flex div:not(.flow__box) {
	flex-grow: 1;
}
.flow > div._flex div.flow__box > p:nth-child(1) {
	/* border-bottom: 1px solid black; */
	letter-spacing: .5px;
	padding-bottom: 10px;
	font-size: 25px;
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
}
.flow > div._flex div.flow__box > p:nth-child(2) {
	font-size: 20px;
	letter-spacing: .5px;
	line-height: 1.25;

	color: #fff;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.flow > div._flex {
		display: block;
	}
	.flow > div._flex div.flow__box {
		width: 75%;
		margin: 0 auto;
		padding: 5vw 0;
		height: auto;
		box-sizing: border-box;
	}
	.flow > div._flex div.flow__box:nth-child(7) {
		width: 90%;
	}
	.flow > div._flex i {
		margin-top: 0;
		transform: rotate(90deg);
		/* font-size: 40px; */
	}
}



/* ----------------------------------------- */
/* M&Aプラットフォームをお使いの方々へ foruser */
.foruser {
	width: 800px;
	padding: 50px;
	background-color: #ececec;
	text-align: left;
	margin: 5rem auto;
}
.foruser h2 {
	text-align: center;
}
.foruser > div._flex {
	justify-content: center;
	margin: 40px auto 50px auto;
}
.foruser__box {
	background-color: #fff;
	min-width: 180px;
	width: 30%;
	margin: 0 15px;
	box-shadow: 0 1px 12px 0 rgba(0,0,0,0.1);
}
.foruser__box > p:nth-child(1) {
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.foruser {
		width: 95%;
		padding-left: 0;
		padding-right: 0;
	}
	.foruser > div._flex {
		display: block;
	}
	.foruser__box {
		width: 95%;
		margin: 2.5vw auto;
		box-sizing: border-box;

	}
}

/* ------------------------------ */
/* コンサルタント紹介 introduction */
.introduction-wrapper {
	width: 1080px;
	margin: 0 auto;
}
.introduction__box {
	width: 80%;
	text-align: left;
}
.introduction__box:nth-child(even) {
	margin-left: auto;
}
.introduction__box > div.img-div {
	width: 40%;
	height: 380px;
}
.introduction__box:nth-child(1) > div.img-div {
	/* 1人目 */
	background: linear-gradient(to right, #ffffff00 75%, #ffffff 100%),url(/wp-content/uploads/2020/06/maway_sato.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.introduction__box:nth-child(2) > div.img-div {
	/* 2人目 */
	background: linear-gradient(to right, #ffffff00 75%, #ffffff 100%),url(/wp-content/uploads/2020/06/maway_ishida.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.introduction__box > div:not(.img-div) {
	width: 60%;
	min-height: 380px;
	background-color: #fff;
	box-sizing: border-box;
}
.introduction__box ul {
	font-size: .9em;
	font-weight: 500;
}
.introduction__box ul > li {
	margin-right: 10px;
}
.introduction__box ul > li::before {
	font-family: FontAwesome;
	content: "\f00c";
	margin-right: 2.5px;
	color: #02a3e8;
}
.introduction__box .introduction__profile {
	font-weight: 600;
	letter-spacing: .5px;
	padding-bottom: 10px;
	border-bottom: #ddd 1px solid;
}
.introduction__box .introduction__name {
	font-size: 30px;
}
@media screen and (max-width: 768px) {
	.introduction-wrapper {
		width: 100%;
		box-sizing: border-box;
	}
	.introduction__box {
		display: block;
		width: 95%;
		margin: 5vw auto;
		text-align: left;
	}
	.introduction__box > div.img-div {
		width: 100%;
		height: 105vw;
	}
	.introduction__box:nth-child(1) > div.img-div {
		/* 1人目 */
		background-image: url(/wp-content/uploads/2020/06/maway_sato.jpg);
	}
	.introduction__box:nth-child(2) > div.img-div {
		/* 2人目 */
		background-image: url(/wp-content/uploads/2020/06/maway_ishida.png);
	}
	.introduction__box > div:not(.img-div) {
		width: 100%;
		height: auto;
		padding: 5vw;
		min-height: auto;
	}
	.introduction__box ul {
		flex-wrap: wrap;
	}
}

/* ----------------- */
/* よくある質問 qanda */
.qanda dl {
	max-width: 900px;
	margin: 0 auto;
	font-size: 1.25em;
	text-align: left;
}
.qanda dt,
.qanda dd {
    line-height: 28px;
    letter-spacing: 0.16em;
	padding: 20px 0 20px 80px;
    position: relative;
}
.qanda dt {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	cursor: pointer;

	transition-duration: .5s;
}
.qanda dd {
	margin-bottom: 40px;
	text-decoration: underline;
	text-decoration-color: #555;
	font-weight: 600;
}
.qanda dt::before {
	content:"\f2c4";
	font-family: FontAwesome;
    position: absolute;
    top: calc(50% - 15px);
    left: 35px;
	color: #02a3e8;
}
.qanda dd::before {
	content:"\f031";
	font-family: FontAwesome;
    position: absolute;
    top: calc(50% - 15px);
    left: 35px;
	color: #ff6242;
}
.qanda dt::after{
	font-family: FontAwesome;
  	content: "\f067";
    position: absolute;
    right: 35px;
}
.qanda dt.open{
	background-color: #e0f7ff;
}
.qanda dt.open::after{
	content: "\f068";
}
/* 手数料のテーブル部 */
.qanda dt:last-of-type {
	border: 0;
	margin: 0;
	cursor: default;
}
.qanda dt:last-of-type::after {
  	content: "";
}
.qanda dd:last-of-type {
	padding: 0;
	text-decoration: none;
	font-weight: normal;
}
.qanda dd:last-of-type > p {
	margin: 60px auto;
	text-align: center;
	font-weight: 600;
	font-size: 1.25em;
	letter-spacing: 1px;
	line-height: 2;
}
.qanda dd:last-of-type > p > span {
	border-bottom: .1px solid #02a3e8;
}
.qanda dd:last-of-type small {
	font-size: .9rem;
	font-weight: 300;
	line-height: 1;
	vertical-align: text-bottom;
	letter-spacing: .5px;
}
.qanda dd table {
	font-size: 1.25rem;
    border: 2px solid #ddd;
    width: 110%;
	border-collapse: collapse;
	border-spacing: 0;
	position: relative;
	left: -5%;
	box-shadow: 0 1px 12px 0 rgba(0,0,0,0.1);
}
.qanda dd table th,
.qanda dd table td{
	background-color: #fff;
	padding: 18px 14px;
    border: 2px solid #ddd;
    line-height: 1.2;
    vertical-align: middle;
    text-align: center;
}
/* ヘッドラインと当社部 */
.qanda dd table th,
.qanda dd table tr > *:nth-child(2) {
	font-weight: 600;
}
.qanda dd table th {
	background-color: #ececec;
}
.qanda dd table tr > *:nth-child(2){
	background-color: #02a3e8;
	color: #fff;
	font-size: 1.1em;
}
@media screen and (max-width: 768px) {
	.qanda dl {
		font-size: 1rem;
	}
	.qanda dt {
		line-height: 1.25;
		border: 0;
		border-bottom: 1px solid #ccc;
		padding: 5vw 10vw;
	}
	.qanda dd {
		line-height: 1.5;
		padding: 5vw 0 5vw 10vw;
		text-decoration: none;
	}
	.qanda dt::before,
	.qanda dd::before {
		left: 2.5vw;
	}
	.qanda dt::after {
		top: calc(50% - 15px);
		right: 2.5vw;
	}
	.qanda dd:last-of-type {
		overflow-x: scroll;
	}
	.qanda dd:last-of-type > p {
		margin: 5vw auto 10vw auto;
		text-align: left;
		font-size: 5vw;
	}
	.qanda dd:last-of-type small {
		font-size: .75rem;
	}
	.qanda dd table {
		left: 0;
		width: 160%;
		font-size: .75rem;
		letter-spacing: 0;
	}
	.qanda dd table th,
	.qanda dd table td{
		padding: 2.5vw 1vw;
		max-width: 40vw;
		width: 40vw;
	}
}

/* 会社概要 company */
.company {
	max-width: 700px;
}
.company__table {
	width: 100%;
    max-width: 800px;
	margin: auto;
	text-align: left;
	border: 0;
}
.company__table th,
.company__table td {
	padding: 10px;
	border: 0;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
	.company {
		margin-bottom: 40vw;
	}
}
/* スクロールフェードインエフェクト */
.effect-fade {
	opacity : 0;
	transform : translate(0, 100px);
	transition : all 1.25s;
}
.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}
@media screen and (max-width: 768px) {
	/* 補助金LP SPの会社概要表示されない現象解消用 */
	.hojyo-lp .company.effect-fade {
		opacity : 1;
		transform : translate(0, 0);
	}
}

/* ------------ */
/* ------------ */
/* 補助金wey LP */
/* ------------ */
/* ------------ */

/* ------------- */
/* キービジュアル */
.hojyo-lp .key-visual {
	padding-top: calc(100%*135/1920); /* 13.5 */
	padding-bottom: calc(100%*67.5/1920);
}
.hojyo-lp .key-phrase {
	max-width: 1150px;
	line-height: 1.1;
}
.hojyo-lp .key-phrase > span {
	font-size: .6em;
}
.hojyo-lp .key-phrase > p {
	font-size: .8em;
	text-align: center;
	margin: 1rem auto;
}
.hojyo-lp .strong h1 {
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.hojyo-lp .key-visual {
		height: calc(72.5vh - 60px);
	}
	.hojyo-lp .key-phrase > span {
		font-size: 3.75vw;
		vertical-align: baseline;
		line-height: 2;
	}
	.hojyo-lp .key-phrase > p {
		font-size: 5vw;
		margin: .5rem auto;
	}
}

/* 中間お問い合わせ部 */
.hojyo-lp .contact__block--middle {
	margin-bottom: 0;
}
/* 支援実績 achieve */
.hojyo-lp .achieve__box {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hojyo-lp .achieve__box > div._flex > div:nth-child(1) {
	flex-basis: auto;
	width: 500px;
}
@media screen and (max-width: 768px) {
	.hojyo-lp .achieve__box > div._flex > div:nth-child(1) {
		width: 90vw;
	}
	.hojyo-lp .achieve__box > div._flex table {
		font-size: 3.25vw;
	}
}
/* 補助金関連詳細 hojyo-information */
.hojyo-lp .hojyo-information > .hojyo-information__block {
	padding: 0 0 6rem 0;
	margin: 3rem auto;
	border-bottom: 1px solid #ececec;
	line-height: 2;
}
.hojyo-lp .hojyo-information > .hojyo-information__block h1 {
	border-bottom: 3px solid #02a3e8;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
}
/* 補助金関連詳細小ブロック内タイトル下pタグ(説明文) */
.hojyo-lp .hojyo-information > .hojyo-information__block > p:nth-child(2) {
	font-weight: 600;
}
/* 補助金関連テーブルデフォルトCSS */
.hojyo-lp .hojyo-information table{
	border-collapse: collapse;
	border: 1px solid #ddd;
	/* width: 100%; */
	/* background-color: #fff; */
	margin: 0 auto;
}
.hojyo-lp .hojyo-information tbody,
.hojyo-lp .hojyo-information tr{
	border: 0;
}
.hojyo-lp .hojyo-information th,
.hojyo-lp .hojyo-information td {
	padding: 1rem 2rem;	
	text-align: center;
	border: 1px solid #ddd;
}
.hojyo-lp .hojyo-information th {
	background-color: #ececec;
	font-weight: 600;
}
.hojyo-lp .hojyo-information td {
	letter-spacing: normal;
	font-weight: normal;
	font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
	.hojyo-lp .hojyo-information > .hojyo-information__block {
		font-size: 3vw;
	}
	.hojyo-lp .hojyo-information th,
	.hojyo-lp .hojyo-information td {
		padding: .25rem .5rem;
		text-align: left;
	}
}
/* 対象事業者 */
.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(1) p {
    text-align: left;
    width: 500px;
    margin: 3rem auto;
}
@media screen and (max-width: 768px) {
	.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(1) p {
		width: 100%;
	}
}
/* 補助対象事業 */
.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(2) p {
	margin: 3rem auto;
}
@media screen and (max-width: 768px) {
	
}
/* 補助対象経費 */
.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(3) ul {
	width: max-content;
	margin: 0 auto;
}
.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(3) li {
	text-align: left;
	line-height: 2.5;
}
@media screen and (max-width: 768px) {
	.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(3) ul {
		width: 100%;
	}
	.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(3) li {
		line-height: 1.5;
		margin: 0 auto .5rem;
	}
}
/* --------- */
/* 利用プラン */
.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) > p:last-child {
    min-width: 1000px;
    width: 1000px;
    text-align: left;
	margin: 0 auto;
}
.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table {
	margin: 5rem auto 2.5rem auto;
}
.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table,
.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table * {
	border: 0;
	font-weight: 600;
}

.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table th,
.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table td {
	padding: 1.25rem .5rem;
}
.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table span {
	display: block;
	margin: .25rem 0;
	letter-spacing: .1rem;
}
.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table span strong {
	font-size: 2.5em;	
}
.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table .fa-check {
	font-size: large;
	color: #ff6242;
}

.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table tr:nth-child(1) > * {
	border-radius: 20px 20px 0 0;
}
.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table tr:nth-child(1) > *:first-child {
	background-color: #fff;
}
.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table tr > *{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ececec;
	border-right: 5px solid white;
	border-left: 5px solid white;
	letter-spacing: .1rem;
}
/* カラム毎 */
.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table tr > *:nth-child(1) {
	min-width: 280px;
	color: #444;
	background-color: #e0f7ff55;
	border-bottom: 1px solid #f5f5f5;
}
.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table tr > *:not(:nth-child(1)) {
	min-width: 250px;
}
.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table tr > *:not(:nth-child(1)):not(th) {
	background: #fff;
	color: #555;
}

.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table tr > *:nth-child(2) {
	background: linear-gradient(131deg, #2199c2,#4fb5e1);
	color: #fff;
}
.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table tr > *:nth-child(3) {
	background: linear-gradient(131deg, #2199c2, #4776bc);
	color: #fff;
}
.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table tr > *:nth-child(4) {
	background: linear-gradient(131deg, #4fb5e1, #4776bc);
	color: #fff;
	font-size: 1.1em;
}
@media screen and (max-width: 768px) {
	.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) {
		overflow-x: scroll;
	}
	.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) > p:last-child {
		min-width: auto;
		width: 100%;
	}
	.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table {
		line-height: 1.5;
	}
	.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table th,
	.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table td {
		padding: .75rem .4rem;
	}
	.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table tr:nth-child(1) > * {
		border-radius: 15px 15px 0 0;
	}
	.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table tr > *:nth-child(1) {
		min-width: 37.5vw;
		width: 37.5vw;
	}
	.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(4) table tr > *:not(:nth-child(1)) {
		min-width: 37.5vw;
		width: 37.5vw;
	}
}


/* 経費補助率 */
.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(5) table span {
	font-weight: 600;
	font-size: 1.1em;
}
/* 経費使用前の即時支給の条件 */
.hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(6) {
}

/* ご利用の流れ flow */
.hojyo-lp .flow {
	max-width: 950px;
}
.hojyo-lp .flow > div._flex {
	flex-wrap: wrap;
	background: linear-gradient(0deg, #02a3e8, #50a0c399);
	align-items: flex-end;
}
.hojyo-lp .flow > div._flex > *:not(.flow__box) {
	width: calc( 100% - 380px );
	height: 125px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	padding-left: 30px;
	border-bottom: 25px solid #fff;
	box-sizing: border-box;
	font-size: 1.25em;
	position: relative;
}
.hojyo-lp .flow > div._flex > *:not(.flow__box)::after {
	content: "";
    position: absolute;
    width: 10px;
    height: 150%;
    top: 0;
    right: -5px;
    background-color: #fff;
    z-index: 5;
}
/* ボックス */
.hojyo-lp .flow > div._flex div.flow__box {
	padding-top: 20px;
	height: 80px;
	flex-basis: 380px;
	border-bottom: 25px solid #fff;
	color: #fff;
	min-width: 380px;
	background-color: transparent;
}
.hojyo-lp .flow > div._flex div.flow__box > p:nth-child(1) {
	padding-bottom: 0;
	margin-bottom: 15px;
	font-size: 20px;
}
.hojyo-lp .flow > div._flex div.flow__box > p:nth-child(2) {
	color: inherit;
}
.hojyo-lp .flow > div._flex > div.flow__box:last-of-type {
	background-color: #ff6242;
}
.hojyo-lp .flow > div._flex > p:last-of-type {
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.hojyo-lp .flow > div._flex {
		text-align: center;
	}
	.hojyo-lp .flow > div._flex div.flow__box {
		flex-basis: 100%;
		min-width: 100%;
		height: auto;
		padding: .5rem 0;
		border-bottom-width: .5rem;
	}
	.hojyo-lp .flow > div._flex div.flow__box > p:nth-child(1) {
		margin-bottom: .5rem;
		font-size: 4vw;
	}
	.flow > div._flex div.flow__box > p:nth-child(2) {
		font-size: 4vw;
	}
	.hojyo-lp .flow > div._flex > *:not(.flow__box) {
		font-size: 3.5vw;
		text-align: center;
		width: 100%;
		padding-left: 0;
		height: auto;
		border-bottom-width: 4vh;
	}
}
/* コンサルタント紹介 introduction */
.hojyo-lp .introduction__box {
	margin-right: auto;
	margin-left: auto;
}

/* ------------------ */
/* ------------------ */
/* stayway finance LP */
/* ------------------ */
/* ------------------ */
/* ------------------ */
/* キービジュアル */
.finance-lp .key-visual {
	padding-top: calc(100%*135/1920);
	padding-bottom: calc(100%*67.5/1920);
}
.finance-lp .key-phrase > p {
	font-size: .8em;
}
.finance-lp .achieve,
.finance-lp .contact__block--middle {
	margin-bottom: 0;
}
.finance-lp .achieve__box {
	width: 500px;
}
.finance-lp .achieve__box > div._flex > div:nth-child(1) {
	flex-basis: 100%;
}
.finance-lp .introduction__box {
	margin-right: auto;	
	margin-left: auto;	
}
@media screen and (max-width: 768px) {
	.finance-lp .key-phrase {
		font-size: 5vw;
	}
	.finance-lp .feature__box {
		padding-top: 5rem;
	}
	.finance-lp .achieve__box {
		width: 90vw;
	}
	.finance-lp .achieve__box > div._flex table {
		font-size: 3.5vw;
	}
}



/* -------------------- */
/* -------------------- */
/* 補助金wey 事業再構築LP */
/* -------------------- */
/* -------------------- */
.page-id-509 .hojyo-lp .feature__box {
	height: 250px;
}
.page-id-509 .hojyo-lp .achieve__box {
	width: 950px;
}
.page-id-509 .hojyo-lp .achieve__box > div._flex > div:nth-child(1) {
	width: 700px;
}
.page-id-509 .hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(1) p {
	width: auto;
}
.page-id-509 .hojyo-lp .contents__block.reason {
	max-width: 950px;
}
.page-id-509 .hojyo-lp .contents__block.reason ._flex {
	align-items: stretch;
	border: 1px solid #ddd;
	margin-bottom: 4rem;
}
.page-id-509 .hojyo-lp .contents__block.reason ._flex > img {
	width: 50%;
	min-width: 50%;
	height: 190px;
	object-fit: cover;
}
.page-id-509 .hojyo-lp .contents__block.reason ._flex > p {
	height: 100%;
	padding: 2%;
	text-align: left;
}
@media screen and (max-width: 768px) {
	body.page-id-509 {
		width: 100vw;
		overflow-x: hidden;
	}
	body.page-id-509 .hojyo-lp h1 {
		max-width: 100%;
		line-height: 1;
	}
	.page-id-509 .hojyo-lp .feature__box {
		height: auto;
	}
	.page-id-509 .hojyo-lp .achieve__box {
		width: 90vw;
	}
	.page-id-509 .hojyo-lp .achieve__box > div._flex > div:nth-child(1) {
		width: 100%;
	}
	.page-id-509 .hojyo-lp .achieve__box > div._flex div._flex {
		flex-direction: column;
	}
	.page-id-509 .hojyo-lp .achieve__box > div._flex div._flex > p {
		text-align: center;
		margin-bottom: 1rem;
	}
	.page-id-509 .hojyo-lp .achieve__box > div._flex div._flex > p > img {
		border-radius: 50%;
		width: 50vw !important;
		height: 50vw !important;
	}
	.page-id-509 .hojyo-lp .hojyo-information table {
		max-width: 95vw !important;
	}
	.page-id-509 .hojyo-lp .hojyo-information table img {
		max-width: 225px;
		height: auto;
		object-fit: contain;
		margin: 0 auto;
		display: inline-block;
	}
	.page-id-509 .hojyo-lp .contents__block.reason ._flex {
		flex-direction: column;
	}
	.page-id-509 .hojyo-lp .contents__block.reason ._flex > img {
		width: 100%;
	}
}

/* -------------------------- */
/* -------------------------- */
/* 補助金wey ものづくり補助金LP */
/* -------------------------- */
/* -------------------------- */
.page-id-657 .hojyo-lp .feature__box {
	height: 250px;
}
.page-id-657 .hojyo-lp .achieve__box {
	width: 950px;
}
.page-id-657 .hojyo-lp .achieve__box > div._flex > div:nth-child(1) {
	width: 700px;
}
.page-id-657 .hojyo-lp .hojyo-information > .hojyo-information__block:nth-child(1) p {
	width: auto;
}
.page-id-657 .hojyo-lp .contents__block.reason {
	max-width: 950px;
}
.page-id-657 .hojyo-lp .contents__block.reason ._flex {
	align-items: stretch;
	border: 1px solid #ddd;
	margin-bottom: 4rem;
}
.page-id-657 .hojyo-lp .contents__block.reason ._flex > img {
	width: 50%;
	min-width: 50%;
	height: 190px;
	object-fit: cover;
}
.page-id-657 .hojyo-lp .contents__block.reason ._flex > p {
	height: 100%;
	padding: 2%;
	text-align: left;
}
@media screen and (max-width: 768px) {
	body.page-id-657 {
		width: 100vw;
		overflow-x: hidden;
	}
	body.page-id-657 .hojyo-lp h1 {
		max-width: 100%;
		line-height: 1;
	}
	.page-id-657 .hojyo-lp .feature__box {
		height: auto;
	}
	.page-id-657 .hojyo-lp .achieve__box {
		width: 90vw;
	}
	.page-id-657 .hojyo-lp .achieve__box > div._flex > div:nth-child(1) {
		width: 100%;
	}
	.page-id-657 .hojyo-lp .achieve__box > div._flex div._flex {
		flex-direction: column;
	}
	.page-id-657 .hojyo-lp .achieve__box > div._flex div._flex > p {
		text-align: center;
		margin-bottom: 1rem;
	}
	.page-id-657 .hojyo-lp .achieve__box > div._flex div._flex > p > img {
		border-radius: 50%;
		width: 50vw !important;
		height: 50vw !important;
	}
	.page-id-657 .hojyo-lp .hojyo-information table {
		max-width: 95vw !important;
	}
	.page-id-657 .hojyo-lp .hojyo-information table img {
		max-width: 225px;
		height: auto;
		object-fit: contain;
		margin: 0 auto;
		display: inline-block;
	}
	.page-id-657 .hojyo-lp .contents__block.reason ._flex {
		flex-direction: column;
	}
	.page-id-657 .hojyo-lp .contents__block.reason ._flex > img {
		width: 100%;
	}
}

/* --------------------------------------------------------  */
/* おすすめ記事 su-posts 埋め込みCSS / MAWAY・stayway finance */
/* --------------------------------------------------------  */
.page-id-9 .su-posts,
.finance-lp .su-posts {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-id-9 .su-post {
	width: 45%;
	display: flex;
	flex-direction: column;
	transition-duration: .5s;
}
.finance-lp .su-post {
	width: 31.5%;
	display: flex;
	flex-direction: column;
	transition-duration: .5s;
}
.page-id-9 .su-post:hover,
.finance-lp .su-post:hover {
	opacity: .5;
}
.page-id-9 a.su-post-thumbnail,
.finance-lp a.su-post-thumbnail {
	width: 100%;
	height: 100%;
}
.page-id-9 a.su-post-thumbnail>img,
.finance-lp a.su-post-thumbnail>img {
	max-width: 100%;
	max-height: 200px;
	position: static;
	object-fit: cover;
}
.page-id-9 .su-post-title,
.finance-lp .su-post-title {
	text-align: left;
}
.page-id-9 .su-post-meta,
.page-id-9 .su-post-excerpt,
.finance-lp .su-post-meta,
.finance-lp .su-post-excerpt {
	display: none;
}
@media screen and (max-width: 768px) {
	.page-id-9 .su-post,
	.finance-lp .su-post {
		width: 46vw;
	}
	.page-id-9 a.su-post-thumbnail,
	.finance-lp a.su-post-thumbnail {
		height: 30vw;
	}
	.page-id-9 a.su-post-thumbnail>img,
	.finance-lp a.su-post-thumbnail>img {
		max-height: 30vw;
	}
	.page-id-9 .su-post-title,
	.finance-lp .su-post-title {
		margin-top: 10px !important;
		font-size: 4vw !important;
	}
}