/*----------------------------------
 fvArea
-----------------------------------*/
#fvArea {
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),linear-gradient(90deg, transparent calc(100% - 1px), #ECECEC calc(100% - 1px));
	background-size: 240px 240px;
	background-repeat: repeat;
	background-position: center center;
	padding: 80px 0 0;
	position: relative; 
}
#fvArea .bgTxt {
	margin-top: 10px;
}
#fvArea .minTxt {
	font-weight: 700;
	font-size: 7.4rem;
	line-height: 1.2;
	margin: -100px 0 0 -.25em;
}
#fvArea h2 {
	font-weight: 500;
	font-size: 4.8rem;
}
#fvArea .box {
	background: #000;
	width: 400px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	font-size: 2.8rem;
	margin-top: 1.0em;
	position: relative;
	z-index: 10;
}
#fvArea figure {
	margin-top: -40px;
}
#fvArea figure img {
	width: 100%;
}
@media (max-width: 1024px) {
	#fvArea {
		background-size: 200px 200px;
		padding: 50px 0 0;
	}
	#fvArea .minTxt {
		font-size: 5.5rem;
		margin: -60px 0 0 -.25em;
	}
	#fvArea h2 {
		font-weight: 500;
		font-size: 3.0rem;
	}
	#fvArea .box {
		font-size: 2.2rem;
		width: fit-content;
		height: 65px;
		line-height: 65px;
		padding: 0 1.5em;

	}
}
@media (max-width: 480px) {
	#fvArea {
		background-size: 130px 130px;
	}
	#fvArea .minTxt {
		font-size: 3.4rem;
		margin: -40px 0 .25em 0;
	}
	#fvArea h2 {
		font-weight: 500;
		font-size: 2.0rem;
		margin-bottom: .5em;
	}
	#fvArea .box {
		font-size: 1.6rem;
	}
}


 /*----------------------------------
 	introArea
-----------------------------------*/
#introArea {
	background: #F1F1F1;
	padding: 180px 0;
	position: relative;
}
#introArea .bgTxt {
	color: #fff;
	writing-mode: vertical-rl;
	position: absolute;
	right: -10px;
	top: -10px;
	line-height: 0.8;
}
#introArea h3 {
	margin-bottom: 140px;
}
#introArea div {
	align-items: center;
}
#introArea div p + p {
	margin-left: 30px;
}
@media (max-width: 1024px) {
	#introArea {
		background: #F1F1F1;
		padding: 180px 0;
	}
}
@media (max-width: 480px) {
	#introArea {
		padding: 80px 0;
	}
	#introArea .bgTxt {
		top: -5px;
		right: -5px;
	}
	#introArea h3 {
		margin-bottom: 50px;
	}
	#introArea div p:first-of-type {
		width: 50%;
		margin-bottom: 30px;
	}
	#introArea div p + p {
		margin-left: 0;
		width: 100%;
	}
	#introArea ul {
		display: block;
	}
	#introArea ul li {
		font-size: 1.4rem;
		margin-bottom: 1.0em;
		display: flex; 
		align-items: flex-start;
		width: 100%;
	}
	#introArea ul li::before {
		content: "";
		display: block;
		background: url("../img/listmarker.svg") no-repeat;
		background-size: contain;
		background-position: center center;
		margin-right: .5em;
		width: 30px;
		height: 30px;
	}
}
/*----------------------------------
 brandingArea
-----------------------------------*/
#brandingArea {
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),linear-gradient(90deg, transparent calc(100% - 1px), #ECECEC calc(100% - 1px));
	background-size: 240px 240px;
	background-repeat: repeat;
	background-position: center center;
	padding: 150px 0 0;
	position: relative; 
 }
#brandingArea h3 span {
	letter-spacing: .05em;
}
#brandingArea .exampleWrap {
	background: #000;
	margin-top: -30px;
}
#brandingArea .example {
	border: 10px solid #000;
	box-sizing: border-box;
	background: #fff;
	min-height: 500px;
	margin: -250px auto 0;
	position: relative;
	z-index: 10;
	padding: min(5%, 100px);
}
#brandingArea .example > div {
	margin: auto;
}
#brandingArea .example .topTxt {
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 80px;
}
#brandingArea .example ul {
	justify-content: space-around;
}
#brandingArea .example ul li {
	width: 30%;
}
#brandingArea .example ul li figure {
	margin-right: 30px;
	text-align: center;
}
#brandingArea .example ul li div h4 {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: .5em;
	letter-spacing: .075em;
}
#brandingArea .example ul li div p {
	letter-spacing: .075em;
}
@media (max-width: 1024px) {
	#brandingArea {
		background-size: 200px 200px;
	}
	#brandingArea .example {
		margin: -50px auto 0;
	}
	#brandingArea .exampleWrap {
		margin-top: -18px;
	}
	#brandingArea .example .topTxt {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
	#brandingArea .example ul {
		flex-wrap: wrap;
	}
	#brandingArea .example ul li {
		width: 60%;
		margin: 30px auto;
	}
	#brandingArea .example ul li figure {
		width: 80px;
		margin-right: 20px;
	}
}
@media (max-width: 480px) {
	#brandingArea {
		padding: 100px 0 0;
		background-size: 130px 130px;
	}
	#brandingArea .example {
		border: 5px solid #000;
		margin: -20px auto 0;
		padding: 50px min(5%, 100px) 20px;
	}
	#brandingArea .exampleWrap {
		margin-top: -10px;
	}
	#brandingArea .example .topTxt {
		font-size: 1.6rem;
		margin-bottom: 30px;
	}
	#brandingArea .example ul {
		flex-wrap: wrap;
	}
	#brandingArea .example ul li {
		width: 100%;
		margin: 30px auto;
	}
	#brandingArea .example ul li figure {
		width: 20%;
		margin-right: 15px;
	}
	#brandingArea .example ul li div h4 {
		font-size: 2.2rem;
	}
}
/*----------------------------------
 reasonArea
-----------------------------------*/
#reasonArea {
	background: #000;
	padding: 150px 0;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
}
#reasonArea .arrow {
	margin: 20px 160px;
}
#reasonArea .btmTxt {
	font-size: 6.4rem;
	font-weight: 600;
}
#reasonArea .btmTxt span {
	font-weight: 700;
	letter-spacing: .075em;
}
@media (max-width: 1024px) {
	#reasonArea {
		padding: 100px 0 150px;
	}
	#reasonArea .fl {
		flex-direction: column-reverse;
		align-items: center;
	}
	#reasonArea .fl figure {
		margin-bottom: 30px;
	}
	#reasonArea .btmTxt {
		font-size: 3.4rem;
	}
}
@media (max-width: 480px) {
	#reasonArea {
		font-size: 2.0rem;
		letter-spacing: .05em;
	}
	#reasonArea .arrow {
		margin: 20px 80px;
		width: 15%;
	}
	#reasonArea .btmTxt {
		font-size: 3.8rem;
	}
	#reasonArea .btmTxt span {
		display: inline;
	}
}
	
/*----------------------------------
 workshopArea
-----------------------------------*/
#workshopArea {
	padding: 150px 0;
	position: relative; 
 }
#workshopArea .bgTxt {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 0.8;
}
#workshopArea::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),linear-gradient(90deg, transparent calc(100% - 1px), #ECECEC calc(100% - 1px));
	background-size: 240px 240px;
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
 }
#workshopArea .container {
	position: relative;
	z-index: 2;
}

#workshopArea h3 span {
	letter-spacing: .05em;
}
#workshopArea.workshopImg {
	position: relative;
	z-index: 0;
}
#workshopArea .workshopImg .container div {
	width: 90%;
	max-width: 800px;
	border: 10px solid #000;
	box-sizing: border-box;
	background: #fff;
	margin: -450px 0 0 auto;
	position: relative;
	z-index: 10;
	padding: min(5%, 50px);
}
#workshopArea .workshopImg .container div h4 {
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 20px;

}
#workshopArea .workshopImg .container div h4 span {
	font-size: 6.4rem;
}
#workshopArea .workshopImg ul li {
	font-size: 2.0rem;
	margin-bottom: 1.0em;
	display: flex;
	align-items: center;
}
#workshopArea .workshopImg ul li::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url("../img/listmarker.svg") no-repeat;
	background-size: contain;
	background-position: center center;
	margin-right: .5em;
}
@media (max-width: 1024px) {
	#workshopArea {
		padding: 100px 0;
	}
	#workshopArea::after {
		background-size: 200px 200px;
	}
	#workshopArea .workshopImg .container div {
		margin: -220px 0 0 auto;
	}
	#workshopArea .workshopImg .container div h4 {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	#workshopArea .workshopImg .container div h4 span {
		font-size: 4.2rem;
	}
	#workshopArea .workshopImg ul li {
		font-size: 1.8rem;
	}
	#workshopArea .workshopImg ul li::before {
		width: 30px;
		height: 30px;
	}
}
@media (max-width: 480px) {
	#workshopArea::after {
		background-size: 130px 130px;
	}
	#workshopArea .workshopImg .container div {
		width: 100%;
		margin: -50px 0 0 auto;
		border: 5px solid #000;
		padding: 30px min(5%, 50px);
	}
	#workshopArea .workshopImg .container div h4 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	#workshopArea .workshopImg .container div h4 span {
		font-size: 3.2rem;
	}
	#workshopArea .workshopImg ul li {
		font-size: 1.4rem;
		align-items: flex-start;
	}
	#workshopArea .workshopImg ul li::before {
		width: 30px;
		height: 30px;
	}

}
/*----------------------------------
 voiceArea
-----------------------------------*/
#voiceArea {
	padding: 150px 0;
	background: #F1F1F1;
	position: relative;
	z-index: -2;
}
#voiceArea .bgTxt {
	color: #fff;
	writing-mode: vertical-rl;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 0.8;
	z-index: -1;
}
#voiceArea ul {
	margin-top: 120px;
}
#voiceArea ul li {
	width: 30%;
}
#voiceArea ul li figure {
	position: relative;
}
#voiceArea ul li figure figcaption {
	position: absolute;
	bottom: 15px;
	left: 15px;
	height: 30%;
}
#voiceArea ul li figure figcaption img {
	height: 100%;
	width: auto;
}
#voiceArea ul li p {
	letter-spacing: .075em;
	margin: 1em 0;
	line-height: 1.8;
}
#voiceArea ul li p.client {
	font-weight: 500;
	font-size: 1.8rem;
}
@media (max-width: 1024px) {
	#voiceArea ul {
		align-items: center;
		margin-top: 50px;
	}
	#voiceArea ul li {
		width: 60%;
		margin-bottom: 50px;
	}
}
@media (max-width: 480px) {
	#voiceArea {
		padding: 80px 0 30px;
	}
	#voiceArea ul li {
		width: 100%;
		margin-bottom: 50px;
	}

}

/*----------------------------------
 aboutArea
-----------------------------------*/
#aboutArea {
	padding: 150px 0;
	position: relative;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),linear-gradient(90deg, transparent calc(100% - 1px), #ECECEC calc(100% - 1px));
	background-size: 240px 240px;
	background-repeat: repeat;
	background-position: center center;
 }
#aboutArea .bgTxt {
	position: absolute;
	right: 0;
	top: -10px;
	line-height: 0.8;
}
#aboutArea p.minTxt {
	font-size: 3.6rem;
	font-weight: 700;
	margin: 90px 0 70px;
}
#aboutArea div ul {
	flex-direction: column;
	width: 30%;
}
#aboutArea div ul li {
	margin-bottom: 50px;
}
#aboutArea div ul li h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 3.6rem;
	font-weight: 800;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#aboutArea div ul li h4::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	background: url("../img/about_arrow.svg") no-repeat;
	background-size: contain;
	background-position: center center;
	
}
#aboutArea div ul li p {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .075em;
}
#aboutArea div .youtube {
	width: 65%;
	aspect-ratio: 16 / 9;
}
#aboutArea div .youtube iframe {
	width: 100%;
	height: 100%;
}
@media (max-width: 1024px) {
	#aboutArea {
		background-size: 200px 200px;
	}
	#aboutArea div ul {
		width: 100%;
		margin: 0 auto 50px;
	}
	#aboutArea div ul li p br {
		display: none;
	}

	#aboutArea div .youtube {
		width: 100%;
		margin: auto;
	}
}
@media (max-width: 480px) {
	#aboutArea {
		background-size: 130px 130px;
		padding: 80px 0;
	 }
	#aboutArea p.minTxt {
		font-size: 2.0rem;
		letter-spacing: .05em;
		margin: 50px 0;
	}
	#aboutArea div ul li h4 {
		font-size: 3.2rem;
	}
	#aboutArea div ul li p {
		font-size: 1.6rem;
	}
}
/*----------------------------------
 meritArea
-----------------------------------*/
#meritArea {
	background: #000;
	padding: 150px 0 0;
	color: #fff;
}
#meritArea .fl-tab {
	margin-top: 90px;
	align-items: center;
}
#meritArea .fl-tab figure {
	margin-right: 30px;
}
#meritArea img.show1024 {
	display: none;
}
#meritArea .fl-tab ul li {
	font-size: 2.0rem;
	font-weight: 500;
	margin-bottom: 1.0em;
	display: flex;
	align-items: center;
}
#meritArea .fl-tab ul li::before {
	content: "";
	display: block;
	width: 25px;
	height: 22px;
	background: url("../img/listmarker_w.svg") no-repeat;
	background-size: contain;
	background-position: center center;
	margin-right: .75em;
}
#meritArea .btmBox {
	border: 10px solid #000;
    box-sizing: border-box;
    background: #fff;
    min-height: 400px;
    margin: 100px auto -200px;
    position: relative;
    z-index: 10;
    padding: min(3%, 50px);
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
#meritArea .btmBox .box {
	background: #000;
	height: 80px;
	width: fit-content;
	padding: 0 1.5em;
	line-height: 80px;
	color: #fff;
	font-size: 2.8rem;
	margin: 1.0em auto;
}
#meritArea .btmBox .minTxt {
	font-size: 4.8rem;
	font-weight: 700;
	color: #000;
	margin-bottom: .75em;
}

@media (max-width: 1024px) {
	#meritArea img.show1024 {
		display: block;
	}
	#meritArea img.hdn1024 {
		display: none;
	}
	#meritArea .fl-tab {
		margin-top: 0;
	}
	#meritArea .fl-tab figure {
		margin: 50px auto;
	}
	#meritArea .fl-tab ul {
		width: fit-content;
		margin: auto;
	}
	#meritArea .btmBox .box {
		height: 80px;
		line-height: 80px;
		font-size: 2.0rem;
		margin: 1.0em auto;
	}
	#meritArea .btmBox .minTxt {
		font-size: 3.2rem;
	}
}
@media (max-width: 480px) {
	#meritArea {
		padding: 80px 0 0;
	}

	#meritArea .fl-tab ul li {
		font-size: 1.6rem;
	}
	#meritArea .fl-tab ul li::before {
		width: 20px;
		height: 20px;
	}
	#meritArea .btmBox {
		border: 5px solid #000;
		min-height: inherit;
		margin: 30px auto -50px;
		padding: 30px min(3%, 50px);
	}
	#meritArea .btmBox .box {
		height: 50px;
		line-height: 50px;
		font-size: 1.6rem;
	}
	#meritArea .btmBox .minTxt {
		font-size: 2.6rem;
	}
}
/*----------------------------------
 contactArea
-----------------------------------*/
.contactArea {
	background-color: #fff;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),linear-gradient(90deg, transparent calc(100% - 1px), #ECECEC calc(100% - 1px));
	background-size: 240px 240px;
	background-repeat: repeat;
	background-position: center center;
	padding: 300px 0 200px;
	position: relative;
}
.contactArea .bgTxt {
	writing-mode: vertical-rl;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 0.8;
}
@media (max-width: 1024px) {
	.contactArea {
		background-size: 200px 200px;
	}
}
@media (max-width: 480px) {
	.contactArea {
		background-size: 130px 130px;
		padding: 100px 0;
	}
	.contactArea .bgTxt {
		top: 50px;
	}
}
  .contactArea .contactTop {
    text-align: center;
    position: relative; }
    .contactArea .contactTop h2 {
      margin-top: -50px;
      display: inline-block; }
  .contactArea .contactInfo {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      .contactArea .contactInfo {
        font-size: 2.0rem; } }
    @media (max-width: 768px) {
      .contactArea .contactInfo {
        font-size: 1.6rem;
        margin-bottom: 25px; } }
  .contactArea .telNumber {
    background: #000;
    max-width: 600px;
    height: 120px;
    margin: 0 auto 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px) {
      .contactArea .telNumber {
        max-width: 400px;
        height: 100px; } }
    @media (max-width: 480px) {
		.contactArea .telNumber {
			height: 60px;
			width: 80%;
		}
	}
    .contactArea .telNumber span {
      color: #fff;
      font-size: 3.6rem;
      font-family: 'Montserrat';
      font-weight: 700;
      letter-spacing: 0.2rem; }
      @media (max-width: 768px) {
        .contactArea .telNumber span {
          font-size: 2.5rem; } }
      @media (max-width: 480px) {
        .contactArea .telNumber span {
          font-size: 2.0rem; } }
  .contactArea .formArea {
    max-width: 900px;
    margin: 80px auto 0; }

/*----------------------------------
 thanks page
-----------------------------------*/
.thanksHeader {
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 100; }
  .thanksHeader .header_inner {
    max-width: 93%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .thanksHeader .header_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .thanksHeader .header_logo h1 {
      width: 182px; }
    .thanksHeader .header_logo p {
      font-size: 1.4rem;
      font-weight: bold;
      margin-left: 30px;
      padding-top: 16px; }

.thanksPage {
  height: 90vh;
  width: 100vw;
  position: relative;
  background: #F2F2F2; }
  .thanksPage .thanks_message {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
    .thanksPage .thanks_message h2 {
      font-size: 2.5rem;
      margin-bottom: 24px; }
      @media (max-width: 480px) {
        .thanksPage .thanks_message h2 {
          font-size: 2.2rem;
          line-height: 1.5; } }
    .thanksPage .thanks_message p {
      font-size: 1.6rem;
      margin-bottom: 70px;
      font-weight: bold;
      color: #595757; }
      @media (max-width: 480px) {
        .thanksPage .thanks_message p {
          font-size: 1.4rem; } }
    .thanksPage .thanks_message a {
      font-size: 1.6rem;
      display: inline-block;
      font-weight: bold;
      color: #595757;
      border-bottom: 1px solid #595757;
      -webkit-transition: all .8s;
      transition: all .8s; }
      @media (max-width: 480px) {
        .thanksPage .thanks_message a {
          font-size: 1.4rem; } }

/*----------------------------------
 banArea
-----------------------------------*/
#banArea {
  padding: 50px 20px; }
  #banArea .ban {
    text-align: center; }
    #banArea .ban a {
      display: block;
      width: 470px;
      margin: 0 auto; }
      @media (max-width: 1024px) {
        #banArea .ban a {
          width: 60%; } }
      @media (max-width: 480px) {
        #banArea .ban a {
          width: 100%; } }
  #banArea p {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 30px auto 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    max-width: 300px;
    height: 60px;
    background: #006db7;
    line-height: 60px;
    border-radius: 5px;
    box-shadow: 0 -3px 0 rgba(50, 50, 50, 0.2) inset; }
    @media (max-width: 768px) {
      #banArea p {
        font-size: 1.6rem; } }
    #banArea p a {
      color: #fff;
      display: block; }
