@charset "utf-8";
/*------------------------------------
	.basic
-----------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html { scroll-behavior: smooth;}

header,
footer,
nav,
section,
article {
	display: block;
}

body, div, ol, ul, dl, form {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	width: 100%;
	color: #333;
	font: normal 100% "Meiryo UI",'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Arial, sans-serif;
	line-height: 1.9;
	font-size: 18px;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

p, h1, h2, h3, h4, h5, h6, dt, dd, input, textarea {
	font-size: 100%;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

p { margin-bottom: 30px;}

img { border: 0;}

.clearfix:after {
  content: ".";
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a:link {
	color: #03F;
	text-decoration: underline;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

a:visited {
	color: #03F;
	text-decoration: none;
}

a:hover {
	color: #03F;
	text-decoration: underline;
}

a:active {
	color: #03F;
	text-decoration: none;
}

a:hover img {
 	opacity: 0.8;
	filter: alpha(opacity=80);
 	-moz-opacity: 0.8;
}


.list_celf {
  text-align: center;
}

.list_celf {
  text-align:left;
  display: inline-block;
}

.txt_small {	font-size: 80%;}
.txt_middle {	font-size: 150%;}
.txt_middle2 { font-size: 130%;}
.txt_middle3 { font-size: 200%;}
.txt_large {
	font-size: 260%;
	line-height: 1.6;
}

.bg_black {
	background: #000;
	color: #fff;
}


@media print, screen and (max-width: 800px) {
body { font-size: 16px;}

.txt_middle { font-size: 5vw;}
.txt_middle2 { font-size: 5vw;}
.txt_middle3 { font-size: 7vw;}
.txt_large { font-size: 8vw;}

.br_none br { display: none !important;}
}



/*-------------------------------------------------------------

	header
	
-------------------------------------------------------------*/
header {
	margin: auto;
	padding: 0;
}

header .inner {
	padding-top: 40px;
	padding-bottom: 20px;
}

header img { width: 100%;}

.hdr-flex {
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: start;
	/*align-items: stretch;*/
	flex-wrap: wrap;
	flex-direction: column;
	/*gap: 10px;*/
	height: 700px;
}

:is(.hditem1 p, .hditem2 p,.hditem3 p) {
	letter-spacing: 4px;
}

.hditem1 {
	width: 50%;
	text-align: center;
}

.hditem1 h1 img {
	display: block;
	width: 63%;
	margin: auto auto 20px;
	text-align: center;
}

.hditem1 p {
	font-weight: 600;
	font-size: 130%;
	line-height: 1.8;
}

.hditem2 {
	width: 50%;
}

.vertical-text {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 180%;
	font-weight: 600;
	line-height: 2.1;
}

.hditem3 {
	width: 50%;
}

.hditem3 p {
	font-weight: 600;
	font-size: 120%;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 0;
}


@media print, screen and (max-width: 1450px) {
header .inner {
	padding: 0;
}

.hditem1 {
	padding-top: 0;
}

.hditem1 h1 img {
	width: 55%;
}

.hditem1 p {
	font-size: 120%;
}

.vertical-text {
	font-size: 140%;
}
}


@media print, screen and (max-width: 800px) {
header .inner {
	width: 100%;
	padding: 20px 0;
}

.hdr-flex {
	height: auto !important;
	gap: 5px 0;
}

.hditem1 {
	width: 100%;
	padding-top: 0;
}

.hditem1 p {
	font-size: 4.5vw;
	line-height: 1.9;
}

.hditem2 {
	width: 100%;
	order: 2;
	background: #000;
	margin-bottom: 20px;
}

.vertical-text {
	margin: 3% auto;
	writing-mode: horizontal-tb;
	color: #fff;
	font-size: 4.3vw;
	text-align: center;
}

.hditem3 {
	width: 100%;
	order: 3;
}

.hditem3 p {
	font-size: 4.5vw;
	line-height: 1.9;

}
}




/*------------------------------------

	contents

-----------------------------------------------------------------------------------------------------*/
#container {
	width: 100%;
	margin: auto;
}

article {}

section {
	width: 100%;
	margin: 0;
	padding: 0;
}

.inner {
  box-sizing: border-box;
	width: 960px;
	margin: auto;
	padding: 70px 0 40px;
	position: relative;
}

.tc_inner {	text-align: center;}

.parallax-bg {
	/*background: rgba(17,45,142,0.1);*/
	background: #f1f1f1;
}

h2 {
	clear: both;
	font-size: 230%;
	line-height: 1.6;
	margin: auto auto 50px;
	text-align: center;
	letter-spacing: 3px;
}

h3 {
	font-size: 200%;
	font-weight: 600;
	margin: auto auto 30px;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 3px;
}

/*▼*/
.dli-caret-down {
  display: block;
  vertical-align: middle;
  color: #f00;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
	font-size: 1000%;
	transform: scale(1.5, 0.4);
	margin: auto;
}

.w_100 {
	display: block;
	margin: auto;
	text-align: center;
	width: 100%;
}

.flex_box {
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px 30px;
	text-align: left;
}


@media print, screen and (max-width: 800px) {
h2 {
	font-size: 7.5vw;
	letter-spacing: 1px;
	margin: auto auto 30px;
}

h3 {
	font-size: 6vw;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

h3 br { display: none;}

.inner {
	width: 100%;
	padding: 50px 3%;
}

.inner:last-of-type {
	padding-bottom: 30px;
}

.in_txt { font-size: 9vw;}
}



/* -------------

実績は十分だったのですが、

---------------------------------------------------------- */
.jjitem1 {
	width: 100%;
}

.jjitem2 {
	width: 25%;
}

.jjitem2 img {
	width: 100%;
}

.jjitem3 {
	width: 70%;
}

.balloon {
  position: relative;
  padding: 10px 20px;
  background-color: #fff;
  border: 2px solid #000;
	margin-bottom: 40px;
}

.balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 62px;
  bottom: -35px;
  border-top: 35px solid #000;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
}

.balloon::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 62px;
  bottom: -32px;
  border-top: 35px solid #fff;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
}

.balloon p {
	font-size: 170%;
	margin-bottom: 0;
}


@media print, screen and (max-width: 800px) {
:is(.jjitem1, .jjitem2, .jjitem3) {
	width: 100%;
	margin: auto auto 30px;
}

.balloon {
  padding: 10px;
}

.balloon::before {
  left: 35vw;
  border-top: 35px solid #000;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
}

.balloon::after {
  left: 35vw;
  border-top: 35px solid #fff;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
}

.balloon p {
	font-size: 5vw;
}

.jjitem2 { margin-bottom: 0;}

.jjitem2 img {
	display: block;
	margin: 10px auto;
	width: 65%;
}

.jjitem3 p:last-of-type {
	margin-bottom: 0;
}
}



/* -------------

【人を選ぶ技術の基本】

---------------------------------------------------------- */
.he_box1 {
	width: 46%;
}

.he_box2 {
	width: 50%;
}


@media print, screen and (max-width: 800px) {
:is(.he_box1, .he_box2) {
	width: 100%;
	margin: auto;
}

.he_box2 {
	padding-top: 10px;
}
}



/* -------------

　ほとんどの人には「地上1階」しか見えていない

---------------------------------------------------------- */
.h4_box1 {
	width: 46%;
}

.h4_box2 {
	width: 50%;
}


@media print, screen and (max-width: 800px) {
:is(.h4_box1, .h4_box2) {
	width: 100%;
	margin: auto;
}
}



/*------------------------------------

 その“秘伝”のスキルと
	
-----------------------------------------------------------------------------------------------------*/
.nitem1 { width: 38%;}

.nitem1 img { width: 100%;}

.nitem2 {
	width: 50%;
	text-align: right;
}

.nitem2 h2 {
	margin-top: 10px;
	text-align: right;
}

.nitem2 p {
	margin-bottom: 0;
}

.nitem2 p:last-of-type {
	margin-bottom: 30px;
}

@media print, screen and (max-width: 800px) {
:is(.nitem1, .nitem2) {
	width: 100%;
	margin: auto;
}

.nitem1 {
	text-align: center;;
}

.nitem1 img {
	display; block;
	margin: auto !important;
	width: 60%;
}

.nitem2 {
	font-size: 90%;
	text-align: center;
	margin-bottom: 30px;
}

.nitem2 h2 {
	margin: auto auto 10px;
	text-align: center;
}

.nitem2 p:last-of-type {
	margin-bottom: 0;
}
}



/*------------------------------------

	読者からの反響
	
-----------------------------------------------------------------------------------------------------*/
.voice {
	box-sizing: border-box;
	width: 100%;
	font-size: 90%;
}

.voice li {
	border-bottom: solid 2px #333;
	margin-bottom: 30px;
	padding: 10px 30px 30px;
	text-align: right;
}

.voice li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.voice li b {
	display: block;
	font-size: 120%;
	text-align: left;
}

.voice li span {
	font-size: 150%;
}


@media print, screen and (max-width: 800px) {
.voice li {
	margin-bottom: 20px;
	padding: 10px 10px 20px;
}

.voice li:last-child {
	padding: 10px 10px 0;
}

.voice li b br { display: none;}

.voice li span {
	display: block;
}
}




/*------------------------------------

プロフィール

-----------------------------------------------------------------------------------------------------*/
.pro_box {
	background: #ffca00;
	padding-top: 0;
	padding-bottom: 1px; 
}

.pritem1 {
	width: 32%;
}

.pritem1 img {
	width: 100%;
	vertical-align: bottom;
}

.pritem2 {
	width: 64%;
	margin-top: -10px;
}

.pritem2 p {
	font-size: 90%;
	margin-bottom: 10px;
}

.pritem2 p:last-child {
	font-size: 80%;
	margin-bottom: 30px;
}

.pro_atr {
	margin-bottom: 0 !important;
}

.pro_atr span {
	font-size: 160%;
}


@media print, screen and (max-width: 800px) {
:is(.pritem1, .pritem2) {
	width: 100%;
	margin: auto;
}

.pritem1 {
	margin-bottom: 10px;
}

.pritem1 img {
	display: block;
	margin: auto;
	text-align: center;
	width: 80%;
}
}




/*------------------------------------

	mokuji
	
-----------------------------------------------------------------------------------------------------*/
.cp_img {
	float: right;
	margin: 0 20px 20px 20px;
	width: 27%;
}

.capter {	font-size: 80%;}

.cp_ttl {
	font-weight: 600;
	margin-bottom: 0;;
}

.cp_list {
	margin-left: 1em !important;
	margin-bottom: 20px !important;
}

.cp_list2 {
	margin-left: 1em !important;
}

.ca_comic {
	font-weight: 600;
	margin-bottom: 10px;
}


@media print, screen and (max-width: 800px) {
.cp_h3 { font-size: 5vw;}

.cp_img {
	display: block;
	float: none;
	margin: auto;
	text-align: center;
	width: 45%;
}

.cp_list {
	font-size: 2.6vw;
	margin-left: 0 !important;
	margin-bottom: 10px !important;
}
}



/*------------------------------------

	読者限定無料プレゼント
	
-----------------------------------------------------------------------------------------------------*/
.pre_h2 { color: #f00;}

.pre_txt { text-align: center;}

.pre_box {
	box-sizing: border-box;
	display: block;
	background: #000;
	color: #fff;
	padding: 40px 10px 60px;
	margin: auto auto 30px !important;
	text-align: center;
	width: 40em;
	position: relative;
}

.pre_ttl {
	font-size: 140%;
	margin-bottom: 0;
}

.pre_ttl b {
	font-size: 250%;
	font-weight: 600;
	margin-bottom: 0;
	padding-bottom: 10px;
	letter-spacing: 15px;
	line-height: 1.5;
	border-bottom: solid 2px #fff;
}

.pre_box img {
	position: absolute;
	width: 90px;
	margin: auto;
	right: 2%;
	bottom: 3%;
}

hr {
	border: none;
	border-bottom: dotted 1px #ccc;
	margin: auto auto 30px;
}

.pre_dis {
	text-align: center;
}

.pre_dis ul {
	display: inline-block;
	text-align: left;
}


@media print, screen and (max-width: 800px) {
.pre_txt { text-align: left;}

.pre_box {
	width: 100%;
	padding: 10px;
	font-size: 90%;
}

.pre_ttl { text-align: center;}

.pre_ttl b {
	font-size: 8.5vw;
	line-height: 1.8;
}

.pre_box img {
	display: block;
	position: static;
	width: 16vw;
	margin: 10px auto auto;
}
}




/*------------------------------------

 	youtube
	
-----------------------------------------------------------------------------------------------------*/
.yt_box {	background: #000;}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 20px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.yt_box p {
	color: #fff;
	font-size: 70%;
	text-align: center;
	margin-bottom: 0;
}

@media print, screen and (max-width: 800px) {
.youtube { margin-bottom: 10px;}

.yt_box p {	font-size: 2vw;}
}




/*------------------------------------

/* fixed button

-----------------------------------------------------------------------------------------------------*/
.apply_box {
	box-sizing: border-box;
	width: 100%;
	margin: auto;
	padding: 15px;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	bottom: 0;
}

.btn {
	text-align: center;
	margin: auto;
}

.btn a {
	display: inline-block;
	background: #e8e8e6;
	color: #000;
	font-size: 110%;
	font-weight: 600;
	padding: 7px 80px;
	text-decoration: none;
	letter-spacing: 5px;
	position: relative;
}

.btn a:hover {
	transition: 0.3s;
	opacity: 0.8;
}

.btn a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 60px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
	transition: 0.3s;
}

.btn a:hover::after {
  right: 58px;
}

.page-top {
  height: 45px;
  width: 45px;
  position: fixed;
  right: 10px;
  bottom: 17px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

.page-top:hover {
	transition: 0.3s;
	opacity: 0.8;
}

/*
.is-hidden {
  visibility: hidden;
  opacity: 0;
	transition: 0.5s;
}
*/


@media screen and (max-width: 800px) {
.btn {
	text-align: left;
}

.btn a {
	box-sizing: border-box;
	padding: 10px 20px 10px 1px !important;
	width: 75% !important;
	margin-left: 5%;
	text-align: center;
}

.btn a::before { right: 30px;}
.btn a::after { right: 40px;}
}





/* footer

   ========================================================================== */
footer {
	clear: both;
	background: #fff;
	font-size: 60%;
	padding: 15px 15px 95px;
	overflow: hidden;
	border-top: solid 1px #e7eaf3;
	letter-spacing: 0;
}

.ftr_link {
	float: right;
	margin: auto auto 10px;
}

.ftr_link a,
.ftr_link a:active,
.ftr_link a:visited {
	color: #333;
	text-decoration: underline;
}

.ftr_link a:hover {
	color: #F00 !important;
}

footer p { margin: 0 !important;}

.ftr_company {
	font-size: 110%;
	font-weight: 600 !important;
}

footer br {	display: none;}

@media screen and (max-width: 800px) {
footer {
	font-size: 2.2vw;
	text-align: center;
	padding: 15px 3% 95px;
}

.ftr_link {
	float: none;
	font-size: 90%;
	margin-bottom: 10px !important;
}

.ftr_company {
	font-size: 130% !important;
	margin-bottom: 5px !important;
}

footer br {	display: block;}
}









/*------------------------------------

 トップページへ戻る

---------------------------------------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 77%;
	border: solid 3px #eee;
	border-radius: 50%;
}
	
#page-top a {
	border-radius: 50%;
	background: rgba(204,204,204,1);
	display: table-cell;
	background: #bbb;
	box-shadow: 0 0 2px #ccc;
	text-decoration: none;
	color: #fff;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
}
	
#page-top a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.block {
  opacity: 0;
  transition: all 1.5s;
}

.blockl {
  opacity: 0;
  transition: all 1.5s;
	transform: translateX(-10px);
}

.blockr {
  opacity: 0;
  transition: all 1.5s;
	transform: translateX(10px);
}

.fadeIn {
	opacity: 1;
	transform: translateY(0px);
	transform: translateX(0px);
}

@media print, screen and (max-width: 800px) {
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	border: solid 1px #fff;
}
}
/*
@media print, screen and (max-width: 800px) {}

@media print, screen and (max-width: 480px) {}
*/