@charset "UTF-8";
/*-------------------------------------------
Header
-------------------------------------------*/
#header {
	display: flex;
	width: 100%;
	height: 100vh;
	margin-bottom: 256px;
	position: relative;
}
@media screen and (min-width: 1921px) {
	#header {
		height: 1080px;
	}
}

/*background*/
.header-flex2 {
	width: 75%;
	height: 87%;
	background-image: url(../img/img_home_top.png);
	background-size: cover;
	background-repeat: no-repeat;
}
/* site-menu */
.header-flex1 {
	width: 25%;
	padding-top: 107px;
}
.header-group {
	margin-left: 30%;
	margin-right: auto;
}
.logo {
	margin-bottom: 64px;
}
.menu-text {
	padding-left: 5.4%;
}
.menu li {
	font-family: 'catamaran',sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	color: #333;
	line-height: 1.2;
}
.menu li a:hover {
	color: #f7f7f8;
}
.menu li:not(:last-child) {
	margin-bottom: 24px;
}
.menu li:last-child {
	margin-bottom: 32px;
}
.lang {
	font-family: 'catamaran', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.6rem;
	color: #333;
}
.lang-item + .lang-item::before {
	content: "/";
	margin-left: .3em;
	margin-right: .3em;
}

/*other*/
.headerText {
	font-family: 'catamaran', sans-serif;
	font-size: 6.4rem;
	font-weight: 700;
	line-height: 1.1;
	color: #333;
	position: absolute;
	left: 15%;
	bottom: 35px;
	white-space: nowrap;
}
@media screen and (max-width: 1680px) {
	.headerText {
		font-size: 5.4rem;
		left: 20%;
	}
}
@media screen and (max-width: 1440px) {
	.headerText {
		font-size: 4.6rem;
	}
}
/*-------------------------------------------
News
-------------------------------------------*/
.news-flex {
	display: flex;
}
/*background*/
.news-flex1 {
	width: 50%;
	background-image: url( ../img/img_home_news_new.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 603px;
}

/*text*/
.news-flex2 {
	width: 50%;
	position: relative;
}
.news-item {
	padding-top: 41px;
	padding-left: 22.8%;
	padding-right: 21.25%;
}
#news dl {
	display: flex;
	flex-wrap: wrap;
}
#news dt {
	width: 25%;
	font-family: 'YuGothic','Yu Gothic',sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	color: #111;
	padding-bottom: 40px;
	border-bottom: solid 1px #EFEFEF;
	margin-bottom: 40px;
	white-space: nowrap;
}
#news dd {
	width: 75%;
	font-family: 'YuGothic','Yu Gothic',sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	border-bottom: solid 1px #EFEFEF;
	margin-bottom: 40px;
}
.news-more {
	position: absolute;
	right: 20%;
	bottom: 0px;
}
.newsDetail span {
	color: #FC022A;
}
.newsDetail a:hover {
	color: #FC022A;
}
/*-------------------------------------------
About
-------------------------------------------*/
#about {
	position: relative;
}
#about h2  {
	text-align: center;
	margin-top: 144px;
}
#about h3 {
	text-align: center;
	margin-bottom: 110px;
}
/*text*/
.about-square{
	width: 688px;
	height: auto;
	background-color:#fff;
	border-top-right-radius: 190px;
	padding-top: 105px;
	padding-left: 105px;
	padding-bottom: 100px;
	position: relative;
	left: 142px;
	top: -196px;
}
.about-item {
	width: 65.8%;
}
.about-text1 {
	font-family: 'catamaran', sans-serif;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.005rem;
	line-height: 1.5;
	color: #111;
	margin-bottom: 10px;
}
.about-text2 {
	font-family: 'catamaran', sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.005rem;
	line-height: 1.64;
	color: #111;
	margin-bottom: 45px;
}
.about-item p {
	font-family: 'catamaran', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.005rem;
	line-height: 1.7;
	color: #111;
	width: 458px;
}
/*other*/
.about-more {
	position: absolute;
	bottom: 196px;
	right: 20%;
}
/*-------------------------------------------
Service
-------------------------------------------*/
#service {
	margin-bottom: 240px;
}
#service h2 {
	text-align: center;
}
#service h3 {
	text-align: center;
	margin-bottom: 145px;
}
/*column1*/
.service-flex-1st {
	display: flex;
	margin-bottom: 240px;
}
/*background*/
.service-flex1 {
	width: 53.6%;
	background-image: url(../img/img_home_service01.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 442px;
}
/*text*/
.service-flex2 {
	width: 46.4%;
}
.service-item1 {
	margin-top: 78px;
	margin-left: 16.6%;
	margin-right: auto;
}
/*column2*/
.service-flex-2st {
	display: flex;
	margin-bottom: 240px;
}
/*text*/
.service-flex3 {
	width: 46.4%;
	position: relative;
}
.service-item1 {
	margin-top: 78px;
	margin-left: 16.6%;
	margin-right: auto;
}
/*other*/
.service-more2 {
	position: absolute;
	bottom: -70px;
	right: 0px;
}
/*background*/
.service-flex4 {
	width: 53.6%;
	background-image: url(../img/img_home_service02.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 442px;
}
/*column3*/
.service-flex-3st {
	display: flex;
	margin-bottom: 240px;
}
/*background*/
.service-flex5 {
	width: 53.6%;
	background-image: url(../img/img_home_service03.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 442px;
}
/*text*/
.service-flex2 {
	width: 46.4%;
	position: relative;
}
.service-item1 {
	margin-top: 78px;
	margin-left: 148px;
}
/*other*/
.service-more1 {
	position: absolute;
	right: 0px;
	bottom: -70px;
}
/*column2*/
.service-flex-4th {
	display: flex;
}
/*text*/
.service-flex7 {
	width: 46.4%;
	position: relative;
}
.service-item1 {
	margin-top: 78px;
	margin-left: 16.6%;
	margin-right: auto;
}
/*other*/
.service-more4 {
	position: absolute;
	right: 0px;
	bottom: -70px;
}
/*background*/
.service-flex8 {
	width: 53.6%;
	background-image: url(../img/img_home_service04.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 442px;
}
/*-------------------------------------------
Recruit
-------------------------------------------*/
#recruit {
	margin-bottom: 418px;
	position: relative;
}
.recruit-group {
	width: 100%;
}
/*background*/
.recruit-bg {
	background-image: url(../img/img_home_recruit.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	height: 653px;
}
/*text*/
.recruit-square {
	width: 40%;
	height: 485px;
	background-color: #fff;
	border-top-right-radius: 190px;
	position: absolute;
	top: 327px;
	left: 144px;
}
.recruit-item {
	width: 60%;
	margin-top: 15%;
	margin-left: 15%;
	margin-right: auto;
}
.recruit-text1 {
	font-family: 'catamaran', sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.65;
	color: #111;
}
.recruit-text2 {
	font-family: 'catamaran', sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.7;
	color: #111;
	margin-bottom: 90px;
}
.recruit-item p {
	font-family: 'catamaran', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.005rem;
	line-height: 1.7;
	color: #111;
}
/*other*/
.recruit-more {
	position: absolute;
	bottom: -162px;
	right: 20%;
}

/*-------------------------------------------
Contact
-------------------------------------------*/
#contact {
	margin-bottom: 112px;
}
.contact-group {
	width: 85%;
	margin-left: 7.5%;
	margin-right: auto;
}
/*background*/
.contact-bg {
	background-image: url(../img/img_home_contact.png);
	height: 550px;
	background-size: auto;
	background-position: center top;
}
/*text*/
.contact-item {
	text-align: center;
	padding-top: 69px;
}
#contact h2 {
	font-family: 'catamaran', sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.6;
	color: #111;
}
#contact h3 {
	font-family: 'YuGothic','Yu Gothic',sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.7;
	color: #111;
	margin-bottom: 40px;
}
.contact-item p {
	font-family: 'YuGothic','Yu Gothic',sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.7;
	color: #111;
	margin-bottom: 129px;
}
.contact-item a {
	font-family: 'catamaran', sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.6;
	color: #111;
	background-color: #fff;
	padding: 20px 120px 20px 120px;
	border-radius: 7px;
}
/*-------------------------------------------
Info
-------------------------------------------*/
/*background*/
.info-group {
	width: 87.5%;
	background-color: #F7F7F8;
	border-top-right-radius: 154px;
	display: flex;
	padding: 169px 0 30px 0;
}
/*flex left*/
.info-flex1 {
	margin-left: 11.8%;
	margin-right: auto;
}
.info-logo {
	margin-bottom: 40px;
}
.company-name {
	font-family: 'montserrat', sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	color: #333;
	margin-bottom: 8px;
}
.company-address {
	font-family: 'montserrat', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.25;
	color: #333;
	margin-bottom: 5px;
}
.company-tell {
	display: flex;
	align-items: center;
}
.tell-icon {
	margin-right: 4px;
}
.tell-number {
	font-family: 'montserrat', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.25;
	color: #333;
	margin-bottom: 5px;
}
.company-mail {
	display: flex;
	align-items: center;
}
.mail-icon {
	width: 12px;
	height: auto;
	margin-right: 6px;
}
.mail-address {
	font-family: 'montserrat', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.25;
	color: #333;
}

/*flex right*/
.info-flex2 {
	width: 52.4%
}
.site-map {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.site-map::after {
	display: block;
	content:"";
	width: 30%;
}
.map-item {
	width: 30%;
}
.map-item {
	margin-bottom: 64px;
}
.map-item-parent {
	font-family: 'catamaran', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.65;
	color: #333;
	margin-bottom: 18px;
}
.map-item ul li a {
	font-family: 'montserrat', sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.17;
	color: #333;
}
.map-item ul li {
	margin-bottom: 16px;
}
/*-------------------------------------------
Footer
-------------------------------------------*/
.copy {
	font-family: 'catamaran', sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.6;
	color: #333;
	text-align: center;
	padding: 24px 0px;
}

/*-------------------------------------------
Aboutページ
-------------------------------------------*/

#policy {
	position: relative;
	margin-bottom: 394px;
}
#policy .sec-subtitle {
	margin-bottom: 42px;
}
.textBox {
	background-color: #F7F7F8;
	width: 92%;
	border-top-right-radius: 251px;
	padding-top: 105px;
	padding-bottom: 225px;
	padding-left: 11%;
}
.textGroup p {
	width: 77%;
	font-family: 'Catamaran', sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05rem;
	line-height: 1.8;
	color: #111;
}
.policyImage {
	width: 53.6%;
	position: absolute;
	right: 0%;
	top: 500px;
}
#why {
	margin-bottom: 256px;
}
.whyGroup {
	width: 78.5%;
	margin-left: auto;
	margin-right: auto;
}
#why .sec-subtitle {
	margin-bottom: 42px;
}
#why p {
	font-family: 'Catamaran', sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05rem;
	line-height: 1.8;
	color: #111;
}
#companyOverview {
	background-color: #F7F7F8;
	border-top-right-radius: 251px;
	padding-top: 95px;
	padding-bottom: 125px;
	margin-bottom: 256px;
}
#companyOverview .sec-title {
	text-align: center;
}
#companyOverview .sec-subtitle {
	margin-bottom: 105px;
	text-align: center;
}
.overviewTable {
	width: 75%;
	font-family: 'Yu Gothic',sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.005rem;
	line-height: 1.8;
	color: #111;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 1px #333;
	border-collapse: collapse;
}
.overviewTable td {
	width: 30%;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: solid 1px #333;
}
.overviewTable th {
	width: 70%;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: solid 1px #333;
}
#access {
	margin-bottom: 112px;
}
#access .sec-title {
	text-align: center;
}
#access .sec-subtitle {
	text-align: center;
	margin-bottom: 105px;
}
/*-------------------------------------------
Newsページ
-------------------------------------------*/
#allNews {
	max-width: 900px;
	margin: 0 auto 256px auto;
}
#allNews .sec-title {
	text-align: center;
}
#allNews .sec-subtitle {
	text-align: center;
	margin-bottom: 112px;
}
.allNewsList {
	border-bottom: solid 1px #707070;
	margin-bottom: 30px;
}
.articleTitle {
	font-family: 'Yu Gothic',sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.7;
	color: #111;
	margin-bottom: 10px;
}
.articleText  {
	font-family: 'Yu Gothic',sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.68;
	color: #111;
	margin-bottom: 30px;
}
.articleMore  {
	font-family: 'Yu Gothic',sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.68;
	color: #111;
	margin-bottom: 10px;
}
.newsDate {
	font-family: 'Yu Gothic',sans-serif;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.68;
	color: #707070;
	margin-bottom: 10px;
	text-align: right;
}



/*-------------------------------------------
Serviceページ
-------------------------------------------*/
#serviceMain {
	margin:0 auto 256px auto;
}
.serviceMainVisual {
	background-image: url(../img/img_service_top.png);
	background-size: cover;
	width: 100%;
	height: calc(1000px - 200px);
	padding-top: 112px;
	text-align: center;
}
#serviceMain .sec-subtitle {
	margin-bottom: 160px;
}
#serviceMain p {
	font-family: 'Catamaran', sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05rem;
	color: #111;
	position: sticky;
}
#serviceDetail {
	max-width: 1920px;
	margin-bottom: 112px;
}
.serviceDetailGray {
	width: 75%;
	height: 320px;
	background-color: #F7F7F8;
	margin: 0 auto 0 auto;
	display: flex;
}
.blockGray1 {
	width: 20%;
	background-color: #fff;
	width: 179px;
	height: 179px;
	border-radius: 50%;
	margin: auto;
	position: relative;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}
.blockGray1 p {
	font-family: 'montserrat', sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2;
	color: #FC022A;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.blockGray2 {
	width: 20%;
	position: relative;
}
.blockGray2 p {
	font-family: 'Catamaran', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	color: #111;
	margin-bottom: 20px;
	text-align: center;
}
.subhead {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.underLine {
	background-color: #FC022A;
	width: 72px;
	height: 2px;
	margin: 0 auto 0 auto;
}
.blockGray3 {
	width: 60%;
	position: relative;
}
.blockGray3 p {
	font-family: 'Catamaran', sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.005rem;
	color: #111;
	width: 85%;
	margin: auto;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.serviceDetailWhite {
	width: 75%;
	height: 320px;
	background-color: #fff;
	margin: 0 auto 0 auto;
	display: flex;
}
.blockWhite1 {
	width: 20%;
	background-color: #F7F7F8;
	width: 179px;
	height: 179px;
	border-radius: 50%;
	margin: auto;
	position: relative;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}
.blockWhite1 p {
	font-family: 'montserrat', sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2;
	color: #FC022A;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.blockWhite2 {
	width: 20%;
	position: relative;
}
.blockWhite2 p {
	font-family: 'Catamaran', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	color: #111;
	margin-bottom: 20px;
	text-align: center;
}
.blockWhite3 {
	width: 60%;
	position: relative;
}
.blockWhite3 p {
	font-family: 'Catamaran', sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.005rem;
	color: #111;
	width: 85%;
	margin: auto;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

/*-------------------------------------------
Serviceページ（情報セキュリティ）
-------------------------------------------*/
#informationSecurity {
	width: 85%;
	background-color: #F7F7F8;
	border-top-right-radius: 251px;
	margin: 0 auto 112px auto;
	padding-top: 95px;
	padding-bottom: 95px;
}
.isBlock {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.isTitle {
	font-family: 'Catamaran', sans-serif;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.6;
	color: #111;
	text-align: center;
}
.isSubtitle {
	font-family: 'Yu Gothic',sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	color: #111;
	text-align: center;
	margin-bottom: 105px;
}
.isTextbox {
	width: 100%;
	border-top: solid 1px #333;
	margin-bottom: 40px;
}
.isText {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: solid 1px #333;
}
.isMinititle {
	font-family: 'Yu Gothic',sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.005rem;
	line-height: 1.45;
	color: #111;
	margin-bottom: 24px;
}
.isText p {
	font-family: 'Yu Gothic',sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.005rem;
	line-height: 1.8;
	color: #111;
}
.signature {
	font-family: 'Yu Gothic',sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.005rem;
	line-height: 1.8;
	color: #111;
	text-align: right;
}
/*-------------------------------------------
Recruitページ
-------------------------------------------*/
#recruitEssentials {
	background-color: #F7F7F8;
	border-top-right-radius: 251px;
	margin-bottom: 145px;
	padding: 88px 0 112px 0;
	width: 100%;
}
.recruitTitle {
	font-family: 'Catamaran', sans-serif;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.05rem;
	line-height: 1.65;
	color: #111;
	margin-bottom: 105px;
	text-align: center;
}
.recruitTable {
	font-family: 'Yu Gothic',sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.005rem;
	line-height: 1.8;
	color: #111;
	border-top: solid 1px #707070;
	width: 75%;
	margin: 0 auto 0 auto;
}
.recruitTable table {
	width: 100%;
	border-collapse: collapse;
}
.recruitTable td {
	width: 20%;
	padding: 40px 0 40px 5px;
	border-bottom: solid 1px #707070;
}
.recruitTable th {
	width: 80%;
	padding: 40px 0 40px 5px;
	border-bottom: solid 1px #707070;
}
#recruitProcess {
	margin-bottom: 112px;
}
#recruitProcess {
	background-color: #F7F7F8;
	border-top-right-radius: 251px;
	margin-bottom: 112px;
	padding: 88px 0 112px 0;
}
/*-------------------------------------------
Consadoleページ
-------------------------------------------*/
#consadole-textBox .textBox {
	padding: 105px 11% 105px 114px !important;
	margin-bottom: 120px;
}
#consadole-textBox .sec-subtitle {
	margin-bottom: 42px;
}
.texBox-flex {
	display: flex;
	justify-content: space-between;
}
.cosadole_text {
	position: relative;
	width: 74%;
}
.cosadole_text p {
	width: 100%;
}
.cosadole_text .text-right {
	position: absolute;
	right: 0;
	text-align: end;
	margin-top: 24px;
}
@media screen and (max-width:1500px) {
	.cosadole_text {
		white-space: initial;
	}
	.cosadole_text .text-right {
		right: initial;
	}
}
.cosadole_img img {
	width: 165px;
	max-width: initial;
}
.big-text {
	color: #0A516D;
	font-family: 'catamaran',sans-serif;
	padding: 0 8%;
	margin-bottom: 40px;
}
.big-text p {
	font-size: 120px;
	font-weight: bold;
}
.big-text span {
	font-size: 80px;
}
#supachok {
	position: relative;
	margin-bottom: 120px;
}
.sp-br {
	display: none;
}
@media screen and (max-width:1600px) {
	.sp-br {
		display: block;
	}
	.big-text p {
		width: -moz-fit-content;
		width: fit-content;
		text-align: center;
		font-weight: bold;
	}
}
@media screen and (max-width:1324px) {
	.big-text p {
		text-align: center;
		font-size: 100px;
		font-weight: bold;
	}
}
.supachok-img{
	position: absolute;
	top: 0;
	right: 7%;
}
.supachok-img-resposive {
	display: none;
}
.supachok-img img {
	width: 600px;
}
@media screen and (max-width:1224px) {
	.supachok-img img {
		width: 480px;
	}
}
.supachok-background {
	background-image: url('/lib/img/img_cosadole_supachok_pc.png');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	max-width: 1920px;
	height: 800px;
	padding: 200px 144px 0 8%;
}
@media screen and (max-width:1224px) {
	.supachok-img img {
		width: 424px;
	}
	.supachok-background {
		padding-top: 100px;
		height: 720px;
	}
}
.supachok-background-flex {
	width: 45%;
	padding: 0 16px 24px 16px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #fff;
	margin-bottom: 24px;
}
.supachok-background-flex p {
	font-family: 'YuGothic','Yu Gothic',sans-serif;
	font-size: 24px;
	margin-bottom: 16px;
}
.supachok-background-flex span {
	font-family: 'YuGothic','Yu Gothic',sans-serif;
	font-size: 16px;
}
.supachok-background-flex-instagram {
	text-align: center;
}
.supachok-background-flex-instagram img {
	width: 60px;
	margin-bottom: 10px;
}
.supachok-background-flex-instagram span {
	font-family: 'YuGothic','Yu Gothic',sans-serif;
	font-size: 12px;
}
.supachok-background-flex-instagram span:hover {
	color: #FC022A;
}
.supachok-background-profile {
	display: flex;
	padding: 0 16px;
	width: 45%;
	justify-content: space-between;
}

.supachok-background-profile li,
.supachok-background-profile-responsive li {
	margin-bottom: 32px;
}
.supachok-background-profile li:last-child,
.supachok-background-profile-responsive li:last-child {
	margin-bottom: 0;
}
.supachok-background-profile li span,
.supachok-background-profile-responsive li span {
	color: #A7A7A7;
	font-family: 'YuGothic','Yu Gothic',sans-serif;
	font-size: 16px;
}
.supachok-background-profile li p,
.supachok-background-profile-responsive li p {
	color: #fff;
	font-family: 'YuGothic','Yu Gothic',sans-serif;
	font-size: 19px;
	margin-top: 16px;
}
.supachok-background-more span,
.supachok-background-more p {
	font-family: 'YuGothic','Yu Gothic',sans-serif;
	font-size: 19px;
}
.supachok-background-more span {
	color: #FC022A;
	margin-right: 5px;
}
.supachok-background-more p {
	color: #Fff;
}
.supachok-background-more p:hover {
	color: #FC022A;
}

.supachok-background-more {
	margin-block-start: auto;
}
.supachok-img img {
	margin-bottom: 10px;
}
.supachok-img p {
	font-size: 12px;
	color: #fff;
	text-align: end;
}
#consadole-link {
	margin-bottom: 120px;
	text-align: center;
}
.consadole-link-logo {
	margin-bottom: 40px;
}
.consadole-link-logo img {
	width: 120px;
}
#consadole-link p {
	font-family: 'YuGothic','Yu Gothic',sans-serif;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 16px;
}
#consadole-link a {
	font-family: 'YuGothic','Yu Gothic',sans-serif;
	font-size: 16px;
}
#consadole-link a:hover {
	color: #FC022A;
}
@media screen and (max-width:768px) {
	.supachok-img {
        display: none;
		margin-bottom: 8px;
    }
    .supachok-img-resposive {
        display: block !important;
		width: 90%;
        margin: auto;
    }
	.supachok-img-resposive p {
		text-align: end;
		padding-top: 10px;
	}
	.supachok-img-resposive img {
		width: 100%;
	}
	.big-text p {
		width: initial !important;
		font-size: 90px !important;
	}
    .big-text span {
        font-size: 72px !important;
	}
	.supachok-background-flex {
		width: 100%;
	}
	.supachok-background-profile-responsive {
		width: 60% !important;
	}
	.supachok-background {
		margin-bottom: 64px !important;
	}
}