body {
	font-family: "M PLUS Rounded 1c";
	overflow-x: hidden;
	line-height: 1.6;
}
img{
	max-width: 100%;
}
a{
	text-decoration: underline;
}
hr{
	margin: 1.5rem 0;
	border: none;
	border-bottom: 1px dotted #e3e3e3;
}
a:not(.non-icon)[target="_blank"]:after{
	font-family:"Font Awesome 5 Free";
	content:'\f35d';
	font-weight: 900;
	display: inline-block;
	margin-left: .4rem;
}
p{
	margin-bottom: 1.5rem;
}
.text-center{
	text-align: center!important;
}
.text-right{
	text-align: right;
}
.text-caution{
	color: #ff5a5a;
}
.text-underline{
	border-bottom: 1px dashed #acacac;
	background: -webkit-linear-gradient(transparent 0%, transparent 50%, #fff691 50%, #fff691 100%)
}
.container{
	max-width: 1200px;
	margin: auto;
	width: 100%;
	padding: 0 1rem;
}
section{
	padding: 3rem 0;
	position: relative;
	overflow-y: visible;
	overflow-x: hidden;
}
#home section{
	padding: 5rem 0;
	position: relative;
	overflow-y: hidden;
}
#main-visual{
	background-image: linear-gradient(180deg, rgba(247, 255, 170, 0.53) 0%, rgba(177, 253, 133, 0.58) 100%);
	overflow-y: hidden;
}
#main-visual .container{
	position: relative;
}
#main-visual .container .shaftman_logo{
	position: absolute;
	left: calc(50% - 400px);
	top:calc(50% - 60px);
}
#main-visual .container .shaftman_logo img{
	max-width: 200px;
}
#main-visual-container{
	background: url(../img/cars2.png);
	background-size: 25%;
}
#sect1{
	background-color: rgba(0, 238, 255, 0.5);
	background-image:radial-gradient(rgba(7, 233, 250, 0.1) 30%, transparent 30%);
	background-size: 20px 20px;
	position: relative;
}
#home section .container,
#home section .slider{
	position: relative;
	z-index: 2;
}
#home section:before{
	content: "";
	background: url(../img/gear1.png) no-repeat;
	background-size: cover;
	display: block;
	opacity: .15;
	position: absolute;
	width: 400px;
	height: 400px;
	top:3rem;
	left:3rem;
	animation: round 20s linear infinite;
	z-index: 0;
}
#home section:after{
	content: "";
	background: url(../img/gear2.png) no-repeat;
	background-size: cover;
	display: block;
	opacity: .15;
	position: absolute;
	width: 500px;
	height: 500px;
	bottom:3rem;
	right:3rem;
	animation: round_rev 20s linear infinite;
	z-index: 0;
}
#home section#sect4:before{
	width: 300px;
	height: 300px;
	top:-8rem;
}

#home section#sect4:after{
	content: "";
	background: url(../img/gear3.png) no-repeat;
	background-size: cover;
	display: block;
	opacity: .15;
	position: absolute;
	width: 400px;
	height: 400px;
	bottom:-15rem;
	right:3rem;
	animation: round_rev 20s linear infinite;
	z-index: 0;
}

@keyframes round {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes round_rev {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

#sect1 h3.fukidashi{
	background: url(../img/fukidashi.png) no-repeat left center;
	padding: 5rem 0;
	font-size: 2.2rem;
	text-align: left;
	color: #000;
	padding-left: 22%;
	transform: rotate(-5deg);
	background-size: contain;
	font-weight: bold;
	margin-top: 0;
}
#sect2{
	background-color: rgba(255, 225, 0, 0.7);
	background-image:linear-gradient(-90deg, rgba(255, 225, 0, 0.2) 50%, transparent 50%);
	background-size: 20px 20px;
	position: relative;
}
#sect3{
	background-color: rgba(0, 255, 167, 0.5);
    background-image:
   repeating-linear-gradient(-45deg,
   rgba(0, 255, 167, 0.2), rgba(0, 255, 167, 0.2) 10px,
   transparent 0, transparent 20px),
      repeating-linear-gradient(45deg,
   rgba(0, 255, 167, 0.2), rgba(0, 255, 167, 0.2) 10px,
   transparent 0, transparent 20px);
}
#sect4{
	background-color: rgba(255, 50, 98, 0.5);
	background-image:
	radial-gradient(rgba(255, 50, 98, 0.1) 20%, transparent 20%),
	radial-gradient(rgba(255, 50, 98, 0.1) 35%, transparent 35%);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}
a.btn{
	display: flex;
	text-align: center;
	background-color: #FFF;
	border: 3px solid #383838;
	text-decoration: none;
	box-shadow: 4px 4px 0px black;
	padding: 1rem;
	transition: .4s;
	align-items: center;
	justify-content: center;
	height: 100%;
}
a.btn:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  	display: inline-block;
  	margin-right: .5rem;
	content:"\f105";
}
a.btn:hover{
	box-shadow: 0px 0px 0px black;
}
.area a.btn{
	height: auto;
}
.columns{
	display: flex;
	justify-content: center;
}
.columns .column{
	padding: 0 1rem;
	flex-basis: 100%;
}
.copyright{
	text-align: center;
}
.page-top{
	position: relative;
	z-index: 2;
}
.page-top a{
	display: block;
	text-decoration: none;
	background-color: #000;
	padding: 1.5rem 0;
	text-align: center;
	color: #FFF;
}
h1,h2,h3{
	text-align: center;
	color: #FFF;
}
.main-content:not(#home) section#main-visual{
	padding: 1rem 0;
}
.main-content:not(#home):not(#application) h1{
	background: url(../img/shaftman_te.png) no-repeat left center;
	background-size: contain;
	padding: 3rem 0;
	padding-left: 12rem;
	font-size: 3rem;
	color: #000;
	text-align: left;
	font-weight: bold;
}
h2{
	color: #FFF;
	max-width: 600px;
	border: 5px solid #FFF;
	padding: 1.5rem 3rem;
	margin:0 auto 2rem;
	font-size: 1.6rem;
	font-weight: 700;
	background-color: rgba(0, 0, 0, 0.05);
}

.main-content:not(#home) h2{
	color: #51c8fb;
	background-color: #f1f8ff;
	border-color: #51c8fb;
}
h3{
	margin: 2rem 0;
	color: #000;
}
.main-content:not(#home) h3{
	font-weight: bold;
	font-size: 1.3rem;
	padding-bottom: 1rem;
	text-align: left;
	border-bottom: 2px dotted #82adb1;
}
.main-content:not(#home) h4{
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 1rem;
	text-align: left;
	border-left: 6px solid #82adb1;
	padding-left: .5rem;
}
.main-content:not(#home) section:not(#main-visual) .container{
	padding: 3rem;
	border: 5px solid #eaeaea;
	border-radius: 10px;
}
#main-visual img{
	max-width: 500px;
}
.box-troubles{
	margin: 4rem 0;
}
.box-trouble img.person{
	max-height: 300px;
}
.box-trouble{
	display: flex;
	justify-content: center;
	margin: auto;
}
.box-trouble:nth-of-type(even){
	flex-direction: row-reverse;
}
.box-trouble h3{
	text-align: inherit;
	margin: 0 0 1rem;
}
.box-trouble a.btn{
	font-size: 1.3rem;
}
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}
.main-content:not(#home) .youtube{
	max-width: 700px;
	padding-bottom: 36%;
	margin-right: auto;
	margin-left: auto;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  background-color: rgba(226, 226, 226, 1);
  position: absolute;
  top: 0;
  left: 0;
}
.menu .btn-menu{
	position: fixed;
	top:20px;
	right: 20px;
	cursor: pointer;
	z-index: 100;
}
.menu .btn-menu span{
	display: block;
	width: 100%;
	height: 3px;
	background-color: #000000;
	position: relative;
	margin-bottom: 1rem;
}
.menu .btn-menu span:before{
	content:"";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #000000;
	position: absolute;
	top:-10px;
}
.menu .btn-menu span:after{
	content:"";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #000000;
	position: absolute;
	top:10px;
}
.menu ul{
	transform: translateX(100%);
	z-index: 10;
	transition: .4s;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top:0;
	bottom: 0;
	right: 0;
	padding: 2rem;
}
.menu ul a{
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: .8rem 0;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.menu ul li{
	margin: 0;
}
.menu ul li.close{
	color: #000;
	text-align: center;
	padding: .6rem;
	background-color: #FFF;
	margin-top: 1rem;
	display: block;
	border-radius: 6px;
}
.menu ul.on{
	transform: translateX(0);
}
footer{
	padding: 3rem 0;
}
.slider .slick-slide{
	margin: 0 1rem;
}
.trouble-content{
	margin: 0 1rem;
	width: 100%;
}
.trouble-content.how-content{
	display: flex;
	align-items: center;
}
.trouble-content.how-content .fukidashi{
	border: 1px solid #aaaaaa;
	border-radius: 1rem;
	padding: 1rem;
}
.trouble-content h3{
	background-color: #FFF;
	color: #000;
	font-size: 1.3rem;
	padding: 1rem;
	border-radius: 10px;
}
.trouble-content .icon{
	border-bottom: 2px solid #ffbb00;
	background: url(../img/check.png) no-repeat left center	;
	font-size: 1.3rem;
	background-size: 5rem;
	padding: 1.5rem 0 1.5rem 5rem;
	margin: 0 0 1.5rem;
}
.box-trouble:not(:last-of-type){
	margin-bottom: 5rem;
}
#how .box-trouble:not(:last-of-type){
	margin-bottom: 0;
}
#sect4 img{
	max-width: 400px;
	width: 100%;
}
.scroll{
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
a.scroll::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(0, 0, 0, .4);
}
a.scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #000;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
.table{
	margin: 2rem 0;
}
.table th, .table td{
	padding: 1.5rem;
	border: 1px solid #eaeaea;
}
.table th{
	white-space: nowrap;
	vertical-align: middle;
	background-color: #ffd37b;
}
.table-seido{
	margin: 2rem auto;
}
.table-seido th{
	white-space: nowrap;
	vertical-align: middle;
	background-color: #ffd37b;
}
.table-seido th,.table-seido td{
	padding: 1.5rem;
	border: 1px solid #eaeaea;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.align-items-center{
	display: flex;
	align-items: center;
}
.align-items-center .youtube{
	margin-bottom: 0;
}
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
  box-shadow: 10px 10px 0px rgba(102, 102, 102, 0.3);
}

.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.breadcrumb{
	background-color: #f5f5f5;
	margin-bottom: 1.5rem;
	padding: .3rem .6rem;
}
.breadcrumb ul{
	display: flex;
}
.breadcrumb ul li{
	display: flex;
	align-items: center;
}
.breadcrumb ul li:not(:last-child):after{
	content: ">";
	display: block;
	margin: 0 5px;
}
.area{
	display: flex;
	flex-wrap: wrap;
	padding: 1.5rem;
}
.area li{
	flex-basis: 25%;
}
.area a{
	padding: 1rem;
	text-align: center;
	display: block;
	margin: 1rem;
	font-size: 1.3rem;
	text-decoration: none;
}
.school_all{
	width: 100%;
	margin: 2rem 0;
}
.school_all th,.school_all td{
	border: 1px solid #eaeaea;
	padding: 1rem;
	vertical-align: middle;
}
.school_all th{
	background-color: #c1fffb;
	white-space: nowrap;
}
.school_all td[rowspan]{
	background-color: #eaffff;
}
.Jcollege td:nth-child(2), .Jcollege td:nth-child(3){
	background-color: #fff1f1;
}
.mt-5{
	margin-top: 3rem;
}
.mb-3{
	margin-bottom: 1.5rem;
}
.mb-4{
	margin-bottom: 2rem;
}
.mb-5{
	margin-bottom: 3rem;
}
.w-100{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.shatman-seibi{
	max-width: 40%;
	margin: auto;
	display: block;
}
.slick-slide img{
	margin: auto;
}
.li-height li{
	line-height: 2rem;
}
.li-style{
	list-style: circle;
	padding-left: 1.5rem;
}
.li-number{
	list-style: decimal;
	padding-left: 1.5rem;
}
.slick-prev:before, .slick-next:before{
	color: #000;
}
.text-kobe-big{
	font-size: 1.3rem;
	font-weight: bold;
}
.text-kobe-big strong{
	font-size: 120%;
}
.text-kobe-red{
	font-size: 1.6rem;
	font-weight: 900;
	color: #E60003;
}
.m dt:before,.f dt:before,
.m dd:before,.f dd:before{
	min-width: 3rem;
	text-align: center;
}
.m dt:before,.f dt:before{
	content:"Q";
	display: block;	
	font-size: 2rem;
	color: #007cff;
}
.m dd:before,.f dd:before{
	content:"A";
	display: block;
	font-size: 2rem;
	font-weight: bold;
	color: #ff0000;
}
.m dt, .f dt{
	background-color: #f3f5ff;
}
.m dd, .f dd{
	background-color: #fff3f3;
	margin-bottom: 1.5rem;
}
.m dt, .f dt,
.m dd, .f dd{
	display: flex;
	align-items: center;
	padding: 1rem;
}
.box-types{
	display: flex;
}
.box-type{
	flex-basis: 30%;
	margin: 0 1rem;
	border: 1px solid #d9d9d9;
	padding: 1rem;
	border-radius: 6px;
	background-color: #fff0f0;
}
.box-type.gold{
	background-color: #ffffd8;
}
.box-type .box-type_title{
	background-color: #FFF;
	border-radius: 4px;
	margin-bottom: .5rem;
	font-weight: bold;
	height: 4rem;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.box-type .box-type_extra{
	background-color: #ffa2a2;
	padding: 1rem;
	font-weight: bold;
	color: #FFF;
	margin-top: 1rem;
	border-radius: 10px;
}
.box-type .box-type_gold{
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.26);
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	background:-ms-linear-gradient(top, #B67B03, #DAAF08);
	padding: 1rem;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 1rem;
	border-radius: 4px;
}
.box-types .arrow{
	display: flex;
	justify-content: center;
	align-items: center;
}
.box-types .arrow i{
	color: #ffa2a2;
}
.d-sm-up{
	display: block;
}
.d-sm-less{
	display: none;
}
#tab1 .area{
	background-color: #f1fbff;
	border-radius: 6px;
	margin-bottom: 3rem;
}
#tab2 .area{
	background-color: #fff3f8;
	border-radius: 6px;
	margin-bottom: 3rem;
}
.tabs{
	border-top: 2px dashed #ededed;
	border-bottom: 2px dashed #ededed;
	padding: 1rem 0;
	display: flex;
	align-items: center;
}
.tabs a{
	display: flex;align-items: center;
	justify-content: center;
	border: 2px solid #c3c3c3;
	padding: .2rem 1.5rem;
	margin-right: .5rem;
	text-decoration: none;
	border-radius: 40px;
	transition: .4s;
}
.tabs a:first-child{
	background-color:#f1fbff; 
}
.tabs a:first-child:hover{
	background-color:#bbddeb; 
}
.tabs a:first-child i{
	color:#1dade5;
	font-size: 1.2rem;
	margin-right: .2rem;
}
.tabs a:last-child{
	background-color:#fff3f8;
}
.tabs a:last-child:hover{
	background-color:#efabc7;
}
.tabs a:last-child i{
	font-size: 1.2rem;
	color:#ed2c7d;
	margin-right: .2rem;
}
.box-tools{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 3rem;
}
.box-tools.no-wrap{
	flex-wrap: nowrap;
}
.box-tools .box-tool{
	flex-basis: calc(100% / 3 - 2rem);
	padding: 1rem;
	margin: 1rem;
	border: 2px solid #e5e5e5;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.box-shaftman{
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}
.box-shaftman img{
	max-width: 160px;
}
.box-shaftman figure{
	margin-right: 1.5rem;
}
.comment {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	font-size: 16px;
	background: #FFF;
	border-radius: 15px;
	padding: 1rem;
	font-size: 1.3rem;
}

.comment:before {
	content: "";
	position: absolute;
	top: calc(50% - 15px);
	left: -15px;
	margin-left: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #FFF;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .box-tools .box-tool {
		display: block;
		flex-basis: calc(100% / 3 - 5rem);
	  }
}
.box-tools .box-tool figure{
	margin-bottom: 1.5rem;
}
.futures figure{
	margin: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.futures img{
	max-height: 400px;
}
a.btn-border {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin-bottom: 12px;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
}

a.btn-border span {
  position: relative;

  display: block;

  padding: 1.25rem 3rem;

  color: #000;
  border: 2px solid #000;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn-border:before {
  position: absolute;
  bottom: -8px;
  left: 0;

  display: block;

  width: 100%;
  height: 14px;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  border: 2px solid #000;
  border-top: 1px solid #000;
  border-radius: 0 0 0.5rem 0.5rem;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-size: 7px 7px;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

a.btn-border:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

a.btn-border:hover:before {
  bottom: -5px;
}

a.btn-border:active {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}

a.btn-border:active:before {
  bottom: -1px;
}
.futures-wrap{
	margin: 7rem 0 1rem;
}
.future-image img{
	max-width: 700px;
	height: auto;
	display: block;
	margin: auto;
}
.shaftman-img{
	max-width: 300px;
	height: auto;
}
@media screen and (max-width:768px){
	.columns,
	.box-trouble{
		display: block;
	}
	.column{
		margin-bottom: 1rem;
	}
	#main-visual img{
		max-width: 90%;
	}
	.trouble-content{
		margin: 0;
	}
	h2{
		padding: 1.5rem;
	}
	.box-trouble figure{
		margin-bottom: 1rem;
		text-align: center;
	}
	.slick-dotted.slick-slider{
		overflow-x: hidden;
	}
	.scroll{
		right: 0;
		bottom:0;
	}
	.menu ul li{
		margin: .5rem 0;
	}
	#sect1 h3.fukidashi{
		font-size: 1.6rem;
		padding-left: 0;
		text-align: center;
	}
	.main-content:not(#home) #main-visual{
		padding-top: 4rem;
	}.main-content:not(#home) #main-visual h1{
		font-size:1.8rem;
	}
	.main-content:not(#home) h1{
		padding:0;
		background-position: left bottom;
		font-size:1.8rem;
		background-size: 100px;
		background: none;
		text-align: center;
	}
	.table-seido th,.table-seido td{
		display: block;
	}
	.main-content:not(#home) section:not(#main-visual) .container{
		padding: 1rem;
		margin: 0;
		border-radius: 0;
		border-left: none;
		border-right: none;
	}
	.breadcrumb ul{
		flex-wrap: wrap;
	}
	.m dt, .f dt,.m dd, .f dd{
		display: block;
	}.menu ul{
		overflow-y: scroll;
	}
	.menu ul a{
		padding: .2rem 0;
	}
	#home section:before{
		width: 200px;
		height: 200px;
		top: 1.5rem;
		left: 1.5rem;
	}
	#home section:after{
		width: 300px;
		height: 300px;
		bottom: 1.5rem;
		right: 1.5rem;
	}
	#main-visual{
		background-size: 50%;
	}
	.box-types{
		display: block;
	}
	.box-types .arrow{
		margin: .5rem 0;
		transform: rotate(90deg);
	}
	.d-sm-up{
		display: none;
	}
	.d-sm-less{
		display: block;
	}
	.area li{
		flex-basis: 100%;
	}
	.table-scrollable{
		overflow-x: scroll;
	}
	.table-scrollable table{
		width: 300%;
	}
	.box-tools{
		display: block;
	}
	.futures img{
		max-height: 250px;
	}
	a.btn-border span{
		padding: 1.25rem 1rem;
	}
	.future-image img{
		max-width: 100%;
	}
	#main-visual .container .shaftman_logo{
		position: absolute;
		left: 2rem;
		top:0;
	}
	a.btn{
		padding: 0.8rem .3rem;
	}
	.box-shaftman{
		display: block;
	}
	.box-shaftman figure{
		text-align: center;
	}
	.comment:before{
		border: 15px solid transparent;
		border-right-color:transparent;
		border-bottom: 15px solid #FFF;
		top:-29px;
		left: calc(50% - 15px);
	}
	.tabs{
		display: block;
		text-align: center;
	}
	.tabs a{
		margin-bottom: .5rem;
	}
}
@media screen and (max-width:768px){
	#main-visual .container .shaftman_logo img{
		max-width: 150px;
	}
	.main-content:not(#home):not(#application) h1{
		background-size: 38%;
		padding-left: 10.5rem;
	}
}