.lp .l-content__inner{
  margin-top: 0;
}

.mainImg .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
	max-width: initial;
}

.mainImg{
  position: relative;
  padding: 0;
  margin: 0 calc(50% - 50vw) !important;
  width: 100vw;
  background: url(http://asemanesan.com/wp-content/uploads/bg-asemane3.webp) no-repeat 100% 100% / cover;
}

.mainImg .u-row-wrap{
  height: 600px;
  background: url(http://asemanesan.com/wp-content/uploads/takahashi.webp) no-repeat 0 100% / auto 600px;
}

.mainImg > .u-row-wrap{
	max-width: initial;
	display: flex;
  align-items: flex-start;
  padding-top: 50px;
}

.lp .mainImg h2.wp-block-heading{
  display: block;
  border: 0 !important;
  padding: 0;
  line-height: 200%;
  font-size: 40px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0 1px 0 #FFF,  0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}


.lp .mainImg h2.wp-block-heading:before {
  content: none;
}


.mainImg h2.wp-block-heading em,
.mainImg h2.wp-block-heading i{
  padding: 0 .2em;
  margin-right: .2em;
  color: #fff;
  background: #e40011;
  font-style: normal;
  text-shadow: none;
}

.mainImg h2.wp-block-heading span{
  font-size: 1.2em;
  color: #e40011;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0 1px 0 #FFF,  0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.mainImg h2.wp-block-heading i{
  background: #309148;
}

.mainImg h2.wp-block-heading img{
  margin-top: .5em;
  padding: .2em;
  background: #fff;
}

.mainImg-box{
  margin: 0;
  padding: 0 60px 0 300px;
}


@media screen and (max-width: 1199px) {
	.mainImg h2.wp-block-heading{
		padding-left: 100px;
	}
}

@media screen and (max-width: 959px) {
	.mainImg h2.wp-block-heading{
		padding-left: 0px;
	}
  .mainImg > .u-row-wrap{
    padding-top: 10px;
    height: 350px;
    background-size: auto 300px;
  }
  .mainImg-box{
    padding: 0 10px 0 140px;
  }
}


@media screen and (max-width: 800px) {
  .mainImg h2.wp-block-heading{
    font-size: 24px !important;
  }
  .mainImg h2.wp-block-heading img{
    width: 220px;
  }
}

@media screen and (max-width: 600px) {
  .mainImg{
    background-position: 90% 100%;
  }
  .mainImg-box{
    padding: 0 10px;
  }
  .mainImg > .u-row-wrap{
    padding: 20px 0 460px;
    background-size: auto 200px;
  }
}

.lp h2.wp-block-heading {
    border-bottom: 2px solid #0072BD;
    display: flex;
    align-items: center;
    font-size: 2rem;
    position: relative;
    padding-left: 40px;
}
.lp h2.wp-block-heading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/heading-mark.png) no-repeat center center;
    background-size: contain;
}
.lp h3.wp-block-heading {
    border-left: 5px solid #0072BD;
    font-size: 1.5rem;
    padding-left: 10px;
}

ul.check{
	margin-left: 18px;
}

.feature {
    width: 100%;
    display: flex;
    margin-bottom: 50px;
}
.feature .feature-image {
    width: 30%;
}
.feature .feature-content {
    width: 70%;
    padding-left: 3%;
}
.feature .feature-content .feature-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.comparison-chart table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #fff;
    table-layout: fixed;
}
.comparison-chart th, .comparison-chart td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}
.comparison-chart th {
    background-color: #f4f4f4;
    text-align: center;
}
.comparison-chart th.col1 {
    width: 100px;
}
.comparison-chart th.col2 {
    color: #e5646d !important;
}
.comparison-chart td.col1 {
    text-align: center;
    font-weight: bold;
}
.comparison-chart td.col2,
.comparison-chart td.col3,
.comparison-chart td.col4,
.comparison-chart td.col5 {
    width: calc((100% - 100px) / 4);
}
.comparison-chart tr:nth-child(even) {
    background-color: #f9f9f9;
}
.comparison-chart tr:hover {
    background-color: #f1f1f1;
}
.present-box {
    display: flex;
}
.present {
    width: 50%;
    padding: 1%;
}
.present .present-content .present-title {
    font-weight: bold;
    font-size: 1.4rem;
    margin: 10px 0;
    text-align: center;
}
.present .present-content .present-title span {
    background: #E60111;
    color: #fff;
    padding: 2px 15px;
    margin-right: 10px;
    border-radius: 5px;
}
.achievement {
    display: flex;
    margin-bottom: 20px;
}
.achievement .achievement-image {
    width: 10%;
    text-align: center;
}
.achievement .achievement-image img {
    width: 100%;
    max-width: 200px;
    border-radius: 50%;
}
.achievement .achievement-content {
    width: 90%;
    padding-left: 2%;
}
.achievement .achievement-content .achievement-title {
    font-weight: bold;
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
}
.ifa {
    display: flex;
}
.ifa .ifa-image {
    width: 20%;
    text-align: center;
}
.ifa .ifa-image img {
    width: 100%;
    max-width: 200px;
    border-radius: 50%;
    border: 2px solid #e5646d;
}
.ifa .ifa-content {
    width: 80%;
    padding-left: 2%;
}
.ifa .ifa-content .ifa-name {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 10px;
}


@media screen and (max-width: 960px) {
.pc {
    display: none;
}
.sp {
    display: block;
}
.feature {
    flex-direction: column;
}
.feature .feature-image {
    width: 100%;
}
.feature .feature-content {
    width: 100%;
    padding-left: 0;
}
.feature .feature-content .feature-title {
    font-size: 1.5rem;
}
.comparison-chart {
    overflow-x: auto;
}
.comparison-chart th.col2, .comparison-chart th.col3, .comparison-chart th.col4, .comparison-chart th.col5 {
    width: 200px;
}
.present-box {
    flex-direction: column;
}
.present {
    width: 100%;
    padding: 1%;
    margin-bottom: 30px;
}
.present .present-content .present-title {
    font-size: 1rem;
    text-align: left;
}
.achievement .achievement-image {
    width: 25%;
}
.achievement .achievement-content {
    width: 75%;
}
.ifa {
    flex-direction: column;
}
.ifa .ifa-image {
    width: 100%;
    text-align: center;
}
.ifa .ifa-image img {
    width: 30%;
    max-width: 200px;
}
.ifa .ifa-content {
    width: 100%;
    padding-left: 0;
}
.ifa .ifa-content .ifa-name {
    font-size: 1.3rem;
    text-align: center;
}

}
