html {
}
body {
	/* background: #ea8261; */
	background: #fff;
	font-size: 18px;
	font-family: "Hiragino Kaku Gothic Pro","Hiragino Sans","Meiryo","MS Pgothic",knowledge-reg,helvetica,arial,sans-serif !important;
}
h1, h2 {
	display: inline-block;
}

.stroke-white {
	 text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
	             -2px 2px 0 #FFF, 2px -2px 0 #FFF,
	             0px 2px 0 #FFF,  0-2px 0 #FFF,
	             -2px 0 0 #FFF, 2px 0 0 #FFF;
}
/* 5 Columns */
.icon {
	margin-right: 5px;
}
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding: 15px;
}

.meo-image {
	width: 90%;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}

.text-center-768 {
	text-align: center !important;
}
@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		flex: 0 0 20%;
	}

	br.nobr{
		display:contents;
	}

	.meo-image {
		width: 80%;
	}

	.text-center-768 {
		text-align: left;
	}
}
@media (max-width: 768px) {
	br.pcnobr {
		display:contents;
	}

}
@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		flex: 0 0 20%;
	}

	.meo-image {
		width: 80%;
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		flex: 0 0 20%;
	}

	.meo-image {
		width: 60%;
	}
}

.dot-text {
	text-emphasis: dot #fff;
 	-webkit-text-emphasis: dot #fff;
	/*
    padding-top: .6em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.0em .3em;
    background-image: radial-gradient(.10em .10em at center center,#fff,#fff 100%,transparent,transparent);
    */
}

.strong-text {
	text-decoration: underline;
	text-underline-offset: 0.8rem;
}
.font-weight-600 {
	font-weight: 600;
}
.content-header {
	top: 0px;
	left: 0px;
	right: 0px;
	position: fixed;
	/* background: #ea8261; */
	background: #fff;
	font-size: .85714rem !important;
	z-index: 700;
}

.content-header__inner {
	max-width: 1280px;
	padding: 5px 24px;
	margin: 0 auto;
}
img.main-logo {
	width: 150px;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

.btn {
	text-decoration: none;
}
.btn-round {
	border-radius: 50px;
}
.btn-small {
	padding: 5px 20px !important;
	font-size: .85714rem;
}
.btn-large {
	padding: 10px 20px !important;
	font-size: 1.1rem;
}
.btn-download1 {
	background: #fff;
	border: 4px solid #f5b202;
	color: #f5b202 !important;
	font-weight: 600;
	font-size: .85714rem;
}
.btn-download1:hover {
	background: #f5b202;
	border: 4px solid #f5b202;
	color: #fff !important;
	font-weight: 600;
	font-size: .85714rem;
}
.btn-download2 {
	background: #f5b202;
	color: #fff !important;
}
.btn-download2:hover {
	background: #fdc344;
}

.btn-inquiry {
	color: #fff !important;
	background: #0c3353;
	/* border: 4px solid #0c3353; */
	font-weight: 600;

}

.btn-inquiry:hover {
	color: #fff !important;
	background: #385c94;
	/* border: 4px solid #385c94; */
	font-weight: 600;
}

.btn-inquiry-large {
	color: #fff !important;
	background: #0c3353;
	/* border: 4px solid #0c3353; */
}
.btn-inquiry-large:hover {
	color: #fff !important;
	background: #385c94;
	/* border: 4px solid #385c94; */
}

.btn-inquiry-small {
	border: 4px solid #0c3353;
}
.btn-inquiry-small:hover {
	border: 4px solid #385c94;
}


.bg-main {
	background: #ea8261;
}
.bg-black {
	background: #000;
}

.bg-orange {
	background: #f5b202;
}
.bg-navy {
	background: #0c3353;
}
.bg-green {
	background: #00c300;
}
.bg-beige {
	background: #eae1c8;
}

.section__title {
	font-size: 1.42857rem;
    font-weight: 700;
    margin-bottom: 40px;
}
.section__subtitle {
	font-size: 1.3rem;
}

.marker-border {
    background:linear-gradient(transparent 60%, #f5b202 0%);
}

.top-content {
	width: 100%;
	min-height: 460px;
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
}

.section__lg {
	padding: 90px 20px;
	max-width: 1280px;
	margin: 0 auto;
}

.section__lg_full {
	padding: 90px 0px;
	margin: 0 auto;
}

.section__small_full {
	padding: 0px 0px;
	margin: 0 auto;
}

.section__md {
	padding: 50px 0px;
	max-width: 1280px;
	margin: 0 auto;
}

.content {
		padding-top: 150px;
	}


@media screen and (min-width: 980px) {
	img.main-logo {
		width: 250px;
	}
	.content-header__inner {
		max-width: 1280px;
		padding: 28px 24px;
		margin: 0 auto;
	}

	.top-content {
		width: 100%;
		min-height: 460px;
		margin: 0 auto;
		max-width: 1620px;
		position: relative;
	}

	.section__title {
		font-size: 2.28571rem;
    	font-weight: 700;
	}

}


ul.task {
	margin: 50px 0px;
	list-style:none;
}
@media screen and (min-width: 768px) {
	ul.task {
		margin: 100px 0px;
	}

	.btn-large {
		padding: 20px !important;
		font-size: 1.3rem;
	}
}

ul.task li {
	background-image: url(../images/ico/ico-checkbox.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size:  auto 20px;
	padding-left: 30px;
	line-height: 20px;
	margin: 35px 0px;
}

.mess-main {
	font-size: 2rem;
	font-weight: 600;
}
.mess-middle {
	font-size: 1.7rem;
}
.mess-small {
	font-size: 1.2rem;
}

@media (max-width: 768px) {
	br.pcnobr {
		display:contents;
	}

	.mess-main {
		font-size: 1.7rem;
		font-weight: 600;
	}
}


/**
* top
*/
h1.top {
	color: #fff;
	font-size: 2.7rem;
	letter-spacing: 0rem;
}
.top-content {
	padding-top: 80px;
/* 	padding-bottom: 250px;
 */	text-align: center;
	position: relative;

}

@media screen and (min-width: 991px) {
	.top-content {
		background-image: url(/assets/images/bg-1.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 200px;
	}
	h1.top {
		letter-spacing: 1.0rem;
		font-size: 3.7rem;
	}
}
@media screen and (min-width: 768px) {

	.top-content {
		padding-top: 80px;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 250px;
	}
}

.top-pr-title {
	font-size: 0.8rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.3rem;
}
.top-pr {
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.3rem;
	vertical-align: middle;
}

@media screen and (max-width: 500px) {

	.top-pr-title {
		font-size: 0.6rem !important;
		line-height: 1.5;
		letter-spacing: 0.3rem;
	}
	.top-pr {
		font-size: 1.1rem !important;
		font-weight: 600;
		letter-spacing: 0.3rem;
		vertical-align: middle;
	}

	h1.top {
		font-size: 2rem;
		letter-spacing: 0rem;
	}
}

.display-none-992 {
	display: block;
}
.d-table-cell-992 {
	display: none;
}
@media screen and (max-width: 991px) {
	.content {
		padding-top: 70px;
	}
	.top-table {
		margin: 0px auto;
	}

	.top-pr-title {
		font-size: 0.8rem;
		line-height: 1.5;
		text-align: center;
		letter-spacing: 0rem;
	}
	.top-pr {
		font-size: 1.6rem;
		font-weight: 600;
		letter-spacing: 0rem;
		vertical-align: middle;
	}

}

.dot-text-top {
    padding-top: .5em;
    background-position: top left -3px;
    background-repeat: repeat-x;
    background-size: 1.2em .3em;
    background-image: radial-gradient(.12em .12em at center center,#fff,#fff 100%,transparent,transparent);
}


@media screen and (min-width: 992px) {
	.top-content {
		padding-top: 40px;
		padding-bottom: 100px;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 350px;
		text-align: left;
	}

	br.br-992 {
		display:contents;
	}

	.dot-text-top {
	    padding-top: .5em;
	    background-position: top left -3px;
	    background-repeat: repeat-x;
	    background-size: 1.2em .3em;
	    background-image: radial-gradient(.1em .1em at center center,#fff,#fff 100%,transparent,transparent);
	}

	.display-none-992 {
		display: none;
	}
	.d-table-cell-992 {
		display: table-cell;
	}

	.research {

	}
}

@media screen and (min-width: 1288px) {

	.top-content {
		padding-top: 70px;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 400px;
	}
}

.top-badge-no1 {
		width: 200px;
}
.top-no1 {
	width: 100px;
}




.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0);
}

.pc {
	display: none;
}
.sp {
	display: block;
}
.badge-no1 {
	width: 150px;
}

@media screen and (min-width: 768px) {
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}

	.badge-no1 {
		position: absolute;
	    top: -40px;
	    right: 10%;
	    width: 150px;
	}
}

.top-table td.border__bottom {
	border-bottom: 1px solid #000;
	margin:0px;
	padding: 10px 0px;
}

.nonee {
	display: none;
	/* position: absolute;
	bottom: 20px; */

}
.research {
	color: #fce1c0;
	font-size: 0.6rem;
	margin: 0;

}

@media screen and (min-width: 992px) {
	.nonee {
		display: block;
	}
	.nonee-991 {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.nonee-991 {
		display: block;
	}

	.navbar-nav {
		height: 100vh;
		margin-top: 20px;
	}

	.btn-nav {
		padding: 0 5px;
	}

	.nav-btn {
		margin-top: 20px;
	}

	.nav-item {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


.fuwa_1 {
	background-image: url(/assets/images/bg-7.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100%;
}
@media screen and (min-width: 992px) {
	.fuwa_1 {
		background-size: 65%;
	}
}

img.company-image {
	height: 30px;
}

@media screen and (min-width: 768px) {
	img.company-image {
		height: 40px;
	}
}

@media screen and (min-width: 1200px) {
	img.company-image {
		height: 50px;
	}

}

.swiper-container-companies {
    margin: 0 auto;
    margin-bottom: 0px;
    max-width: 1000px;
}
.swiper-slide.companies {
    text-align: center;
    line-height: 0 !important;
    margin: 10px 0px;
}

.swiper-container-companies > .swiper-wrapper {
	-webkit-transition-timing-function:linear!important;
	-o-transition-timing-function:linear!important;
	transition-timing-function:linear!important;
}

/**
* MEO対策実績No.1
*/
.performance-header {
	position: relative;
	height: 150px;
}
.performance-number {
	font-size: 130px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-weight: 600;
	color: #
}
.performance-title {
	position: absolute;
	font-size: 1.3rem;
	bottom: 0px;
	font-weight: 600;
}
@media screen and (min-width: 992px) {
	.performance-title {
		position: absolute;
		font-size: 1.5rem;
		bottom: 0px;
		font-weight: 600;
	}
}
.performance-content {

}
.fuwa_2 {
	background-image: url(/assets/images/bg-8.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100%;
}
@media screen and (min-width: 992px) {
	.fuwa_2 {
		background-size: 65%;
	}
}
/**
* onestop
*/
.review-text {
	font-size: 0.9rem;
}
@media screen and (min-width: 992px) {
	.review-text {
		font-size: 1rem;
	}
}
/**
*
*/
.download-document-content {
	color: #fff;
}

/**
* ワンストップで支援
*/
.item-box {
	border: 2px solid #3c5b6b;
	padding: 5px 10px;
	border-radius: 15px;
}
.item-box img {
	width: 60%;
	margin: 0px auto;
	display: inline-block;
}
.item-box p {
	margin-bottom: 5px;
}

/**
* timeline
*/
.stepbar {
  margin: 0 auto;
  width: 80%;
}
.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
}

.stepcircle.circle-red {
	border: 1px solid #ea8261 !important;
	background: #ea8261 !important;
}

.stepcircle.circle-orange {
	border: 1px solid #f5b202 !important;
	background: #f5b202 !important;
}

.stepbar .stepbarwrap .steptitle .stepnum {
  padding-left: 1em;
  font-size: 1.3em;
  color: #333;
  font-weight: 600;
}


.stepbar .stepbarwrap .steptxt {
  padding-left: 2em;
}



.stepbar .stepbarwrap .steptxt .title {
  margin: 0.5em 0;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}


.stepbar .stepbarwrap .stepline {
  width: 2px;
  height: calc(100% + 1em);
  background-color: #000;
  position: absolute;
  top: 1.5em;
  left: 0.45em;
  z-index: 0;
}

.stepcircle.triangle {
  width: 0 !important;
  height: 0 !important;
  border-radius: 0px !important;
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 15px solid black !important;
  border-bottom: 0px  !important;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}

/**
* 事例
*/
.swiper-container {
    margin: 0 auto;
    margin-bottom: 0px;
    max-width: 1000px;
}
.swiper-slide {
    text-align: center;
    height: 300px;
    line-height: 300px;
}
.img-radius {
	border-radius: 50px;
}


/**
* Quesiton
*/
.question {
	font-size: 1.14286rem;
	margin-top: 10px;
}
.question__title {
	color: #f5b202;
	font-weight: 600;
}
.question__detail {
	line-height: 1.75;
	font-size: 1rem;
}

/**
* footer
*/
.footer__content {
	padding: 40px 24px 15px 24px;
	max-width: 1280px;
	margin: 0 auto;
	font-size: 0.9rem;
}


/********************************************
* 利用規約
*/
.common-section {
	padding-top: 100px;
}

@media screen and (min-width: 960px) {
	.common-section {
		padding-top: 160px;
	}
}

.terms {
  max-width: 900px;
  width: 90%;
  margin: 2em auto;
  line-height: 1.8;
  font-size: 1rem;
}

.terms h1 {
  text-align: center;
  font-size: 2rem;
  padding: 1em;
}

.terms h2 {
  padding-top: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
  font-size: 1.5rem;
}

.terms .done {
  text-align: right;
}

.terms .read {
  padding: 2em 0;
}

.terms p {
  padding: 1em;
  padding-top: 0;
}

.terms ol {
  margin-left: 1em;
}

.terms ol li {
  list-style: decimal;
}

.terms ol li li {
  list-style: lower-roman;
}

.terms .terms__title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin: 12px 0 16px 0;
}

.terms .terms__heading {
  font-size: 20px;
  font-weight: bold;
}

.terms .terms__content {
  margin: 8px 0 20px 0;
  padding: 0 16px;
}

.terms .terms__content .terms__content-list {
  margin: 0 0 0 24px;
  display: list-item;
  list-style: decimal;
}

.terms .terms__content .terms__content-list .terms__content-list {
  margin: 0 0 0 30px;
  list-style: lower-roman;
}

.form-group {
	margin-bottom: 10px;
}

star {
	color: #ff0000;
}
.hidden {
	display: none;
}
.error {
	margin-top: 3px;
	border-radius: 3px;
	padding: 1px 6px;
	background: #ffd2d2;
	color: #f17e7e;
	font-size: 0.7rem;
}
.success {
	margin-top: 3px;
	border-radius: 3px;
	padding: 1px 6px;
	background: #def7ed;
	color: #48e13a;
}

/************************
* アコーディオン
*/
.accordion_wrap {

}

.accordion_wrap .accordion_single .accordion_header {
	background-color: #ffffff;
	border: 1px solid #ccc;
	padding: 1.5rem 4rem 1.5rem 2rem;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition: .2s;
}

.accordion_wrap .accordion_single .accordion_header:not(.open):hover {
	background-color: #f1f8ff;
}

.accordion_wrap .accordion_single:nth-child(odd) .accordion_header {
	background-color: #f5f5f5;
}

.accordion_wrap .accordion_single:nth-child(odd) .accordion_header:not(.open):hover
	{
	background-color: #f1f8ff;
}

.accordion_wrap .accordion_single .accordion_header .i_box {
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}

.accordion_wrap .accordion_single .accordion_header .i_box:before,
	.accordion_wrap .accordion_single .accordion_header .i_box:after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
}

.accordion_wrap .accordion_single .accordion_header .i_box:before {
	border-top: 2px solid #014897;
	width: 20px;
	height: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.accordion_wrap .accordion_single .accordion_header .i_box:after {
	border-left: 2px solid #014897;
	width: 0;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 9px;
	transition: .3s;
}

.accordion_wrap .accordion_single .accordion_header.open .i_box:after {
	height: 0;
}

.accordion_wrap .accordion_single .ac_inner {
	display: none;
	padding: 1.5rem 2rem 1.5rem 2rem;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	background: #fff;
}

.p-faq__headinner {
	display: block;
	padding-left: 35px;
	position: relative;
	line-height: 1.5;
}

.p-faq__headinner::before {
	position: absolute;
	left: 0px;
	content: "Q．";
	color: #f5b202;
	font-size: 20px;
	font-weight: bold;
	top: -3px;
}

.p-faq__bodyinner {
	display: block;
	padding-left: 35px;
	position: relative;
	line-height: 1.5;
}

.p-faq__bodyinner::before {
	position: absolute;
	left: 0px;
	content: "A．";
	color: #5485a0;
	font-size: 20px;
	font-weight: bold;
	top: -3px;
}

.p-faq__q-txt {
	margin-bottom: 0px;
}
.p-faq__a-txt {
	font-size: 0.9rem;
}


.line-icon {
	width: 150px;
}

.footer__log {
	width: 200px;
}

.section__line {
	padding: 30px 0px;
    max-width: 1420px;
    margin: 0 auto;
}


/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
@media screen and (min-width: 992px) {
	html {
		font-size: 15px;
	}
	img.company-image {
	    height: 60px;
	}
	.container {
		max-width: 1120px;
	}

	.content {
		padding-top: 70px;
	}

	.content-header__inner {
		max-width: 1420px;
		padding: 5px 24px;
		margin: 0 auto;
	}

	h1.top {
		font-size: 3.6rem;
		letter-spacing: 0.9rem;
		padding-top: 15px;
	}
	h1 .min-string {
		font-size: 3.0rem;
	}

	img.main-logo {
		width: 230px;
	}
	.top-pr-title {
		font-size: 0.8rem;
	}
	.top-pr {
		font-size: 1.2rem;
	}
	.top-badge-no1 {
		width: 180px !important;
	}

	.top-no1 {
	    width: 100px !important;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 0.6rem;
	    padding-left: 0.6rem;
	}

	.btn-small {
	    padding: 9px 10px !important;
	    font-size: .85714rem;
	}

	.icon {
		font-size: 1.3rem;
		font-weight: 600;
		margin-right: 10px;
		vertical-align: middle;
	}

	.top-badge-no1 {
		width: 240px;
		margin: 0px 10px;
	}

	.top-no1 {
		width: 150px;
	}

	.top-content {
		background-image: url(/assets/images/bg-1.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 30%;
	}

	.btn-large {
	    padding: 20px 40px !important;
	    font-size: 1.3rem;
	}

	.btn-large .icon {
		font-size: 1.8rem;
		vertical-align: middle;
	}

	.section__lg {
		padding: 150px 20px;
		max-width: 1220px;
	}

	.section__title {
	    font-size: 2.4rem;
	    font-weight: 600;
	    margin-bottom: 55px;
	}

	ul.task li {
	    background-size: auto 26px;
	    padding-left: 53px;
	    line-height: 26px;
	    margin: 50px 0px;
	    font-size: 1.3rem;
	}

	.section__md {
	    padding: 75px 0px;
	    max-width: 1220px;
	    margin: 0 auto;
	}

	.mess-middle {
	    font-size: 2rem;
	}

	.mess-main {
	    font-size: 2.4rem;
	    font-weight: 500;
	}

	.performance-number {
		font-size: 150px;
		top: -25px;
	}

	.performance-title {
	    position: absolute;
	    font-size: 1.7rem;
	    bottom: 0px;
	    font-weight: 600;
	}

	.perfomance__detail {
		font-size: 1.2rem;
		font-weight: 500;
		line-height: 2.3rem;
		margin-top: 15px;
		letter-spacing: 0.2rem;
	}

	.meo-image {
		width: 100%;
	}

	.meo-image2 {
		width: 100%;
	}

	.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
	    padding: 20px;
	}

	.item-box p {
		padding: 0 10px 5px 10px;
	}

	.line-icon {
		width: 210px;
	}

	.section__line {
	    padding: 45px 0px;
	    max-width: 1220px;
	    margin: 0 auto;
	}

	.stepbar {
	    margin: 0 auto;
	    width: 70%;
	}

	.swiper.result {
		margin-top: 130px;
		margin-bottom: 130px;
	}

	.p-faq__q-txt {
		font-size: 1.1rem;
	}
	.p-faq__headinner::before {
		font-size: 1.2rem;
	}

	.footer__content {
	    max-width: 1520px;
	}

	.footer__log {
		width: 220px !important;
	}

	/** timeline **/
	.stepbar .stepbarwrap .steptitle .stepnum {
	    padding-left: 2.8em;
	    font-size: 1.8rem;
	    color: #333;
	    font-weight: 600;
	}

	 .stepbar .stepbarwrap .steptxt {
	 padding-top: 15px;
	  padding-left:  6.2rem;
	}

	.stepbar .stepbarwrap .steptxt .txt {
	  font-size: 1.2rem;
	}

	.stepbar .stepbarwrap {
	  margin: 5em 0;
	  position: relative;
	}

	.stepbar .stepbarwrap .stepline {
	  width: 3px;
	  height: calc(100% + 4.1em);
	  background-color: #000;
	  position: absolute;
	  top: 1.6em;
	  left: 0.45em;
	  z-index: 0;
	}

	.fuwa_1 {
	    background-size: 70%;
	}
}

/************************************************************************************/
@media screen and (min-width: 1280px) {
	html {
		font-size: 16px;
	}
	.content {
		padding-top: 70px;
	}

	img.company-image {
	    height: 60px;
	}
	.container {
		max-width: 1220px;
	}
	img.main-logo {
		width: 290px;
	}
	.content-header__inner {
		max-width: 1420px;
		padding: 5px 24px;
		margin: 0 auto;
	}

	h1.top {
		font-size: 4.4rem;
		letter-spacing: 0.8rem;
		padding-top: 15px;
	}
	h1 .min-string {
		font-size: 3.0rem;
	}

	img.main-logo {
		width: 230px;
	}
	.top-pr-title {
		font-size: 0.9rem;
	}
	.top-pr {
		font-size: 1.4em;
	}
	.top-badge-no1 {
		width: 210px !important;
	}

	.top-no1 {
	    width: 100px;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 1.4rem;
	    padding-left: 1.4rem;
	}

	.btn-small {
	    padding: 9px 30px !important;
	    font-size: .85714rem;
	}

	.icon {
		font-size: 1.3rem;
		font-weight: 600;
		margin-right: 10px;
		vertical-align: middle;
	}

	.top-badge-no1 {
		width: 240px;
		margin: 0px 10px;
	}

	.top-no1 {
		width: 150px;
	}

	.top-content {
		background-image: url(/assets/images/bg-1.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 390px;
	}

	.btn-large {
	    padding: 20px 40px !important;
	    font-size: 1.3rem;
	}

	.btn-large .icon {
		font-size: 1.8rem;
		vertical-align: middle;
	}

	.section__lg {
		padding: 150px 20px;
		max-width: 1220px;
	}

	.section__title {
	    font-size: 2.4rem;
	    font-weight: 600;
	    margin-bottom: 55px;
	}

	ul.task li {
	    background-size: auto 26px;
	    padding-left: 53px;
	    line-height: 26px;
	    margin: 50px 0px;
	    font-size: 1.3rem;
	}

	.section__md {
	    padding: 75px 0px;
	    max-width: 1220px;
	    margin: 0 auto;
	}

	.mess-middle {
	    font-size: 2rem;
	}

	.mess-main {
	    font-size: 2.4rem;
	    font-weight: 500;
	}

	.performance-number {
		font-size: 150px;
		top: -25px;
	}

	.performance-title {
	    position: absolute;
	    font-size: 1.7rem;
	    bottom: 0px;
	    font-weight: 600;
	}

	.perfomance__detail {
		font-size: 1.2rem;
		font-weight: 500;
		line-height: 2.3rem;
		margin-top: 15px;
		letter-spacing: 0.2rem;
	}

	.meo-image {
		width: 80%;
	}

	.meo-image2 {
		width: 70%;
	}

	.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
	    padding: 30px;
	}

	.item-box p {
		padding: 0 20px 5px 20px;
	}

	.line-icon {
		width: 210px;
	}

	.section__line {
	    padding: 45px 0px;
	    max-width: 1220px;
	    margin: 0 auto;
	}

	.stepbar {
	    margin: 0 auto;
	    width: 70%;
	}

	.swiper.result {
		margin-top: 130px;
		margin-bottom: 130px;
	}

	.p-faq__q-txt {
		font-size: 1.1rem;
	}
	.p-faq__headinner::before {
		font-size: 1.2rem;
	}

	.footer__content {
	    max-width: 1520px;
	}

	.footer__log {
		width: 300px;
	}

	/** timeline **/
	.stepbar .stepbarwrap .steptitle .stepnum {
	    padding-left: 2.8em;
	    font-size: 1.8rem;
	    color: #333;
	    font-weight: 600;
	}

	 .stepbar .stepbarwrap .steptxt {
	 padding-top: 15px;
	  padding-left: 6.2rem;
	}

	.stepbar .stepbarwrap .steptxt .txt {
	  font-size: 1.2rem;
	}

	.stepbar .stepbarwrap {
	  margin: 5em 0;
	  position: relative;
	}

	.stepbar .stepbarwrap .stepline {
	  width: 3px;
	  height: calc(100% + 4.5rem);
	  background-color: #000;
	  position: absolute;
	  top: 1.9rem;
	  left: 0.45em;
	  z-index: 0;
	}

	.fuwa_1 {
	    background-size: 70%;
	}
}
/****************************************************************************************/
@media screen and (min-width: 1450px) {
	html {
		font-size: 20px;
	}
	.content {
		padding-top: 70px;
	}

	img.company-image {
	    height: 60px;
	}
	.container {
		max-width: 1820px;
	}
	img.main-logo {
		width: 290px;
	}
	.content-header__inner {
		max-width: 1820px;
		padding: 5px 24px;
		margin: 0 auto;
	}

	h1.top {
		font-size: 4.1rem;
		letter-spacing: 0.8rem;
		padding-top: 35px;
	}
	h1 .min-string {
		font-size: 3.0rem;
	}

	img.main-logo {
		width: 250px;
	}
	.top-pr-title {
		font-size: 1rem;
	}
	.top-pr {
		font-size: 1.7em;
	}
	.top-badge-no1 {
		width: 220px !important;
	}

	.top-no1 {
	    width: 170px !important;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 1.4rem;
	    padding-left: 1.4rem;
	}

	.btn-small {
	    padding: 9px 30px !important;
	    font-size: .85714rem;
	}

	.icon {
		font-size: 1.3rem;
		font-weight: 600;
		margin-right: 10px;
		vertical-align: middle;
	}

	.top-badge-no1 {
		width: 240px;
		margin: 0px 10px;
	}

	.top-no1 {
		width: 150px;
	}

	.top-content {
		background-image: url(/assets/images/bg-1.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 480px;
	}

	.btn-large {
	    padding: 20px 40px !important;
	    font-size: 1.3rem;
	}

	.btn-large .icon {
		font-size: 1.8rem;
		vertical-align: middle;
	}

	.section__lg {
		padding: 150px 20px;
		max-width: 1580px;
	}

	.section__title {
	    font-size: 2.4rem;
	    font-weight: 600;
	    margin-bottom: 55px;
	}

	ul.task li {
	    background-size: auto 26px;
	    padding-left: 53px;
	    line-height: 26px;
	    margin: 50px 0px;
	    font-size: 1.3rem;
	}

	.section__md {
	    padding: 75px 0px;
	    max-width: 1580px;
	    margin: 0 auto;
	}

	.mess-middle {
	    font-size: 2rem;
	}

	.mess-main {
	    font-size: 2.4rem;
	    font-weight: 500;
	}

	.performance-number {
		font-size: 150px;
		top: -25px;
	}

	.performance-title {
	    position: absolute;
	    font-size: 1.7rem;
	    bottom: 0px;
	    font-weight: 600;
	}

	.perfomance__detail {
		font-size: 1.2rem;
		font-weight: 500;
		line-height: 2.3rem;
		margin-top: 15px;
		letter-spacing: 0.2rem;
	}

	.meo-image {
		width: 80%;
	}

	.meo-image2 {
		width: 70%;
	}

	.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
	    padding: 30px;
	}

	.item-box p {
		padding: 0 20px 5px 20px;
	}

	.line-icon {
		width: 210px;
	}

	.section__line {
	    padding: 45px 0px;
	    max-width: 1820px;
	    margin: 0 auto;
	}

	.stepbar {
	    margin: 0 auto;
	    width: 70%;
	}

	.swiper.result {
		margin-top: 130px;
		margin-bottom: 130px;
	}

	.p-faq__q-txt {
		font-size: 1.1rem;
	}
	.p-faq__headinner::before {
		font-size: 1.2rem;
	}

	.footer__content {
	    max-width: 1520px;
	}

	.footer__log {
		width: 300px;
	}

	/** timeline **/
	.stepbar .stepbarwrap .steptitle .stepnum {
	    padding-left: 2.8em;
	    font-size: 1.8rem;
	    color: #333;
	    font-weight: 600;
	}

	 .stepbar .stepbarwrap .steptxt {
	 	padding-top: 15px;
	  	padding-left: 6.5em;
	}

	.stepbar .stepbarwrap .steptxt .txt {
	  font-size: 1.2rem;
	}

	.stepbar .stepbarwrap {
	  margin: 5em 0;
	  position: relative;
	}

	.stepbar .stepbarwrap .stepline {
	  width: 3px;
	  height: calc(100% + 4em);
	  background-color: #000;
	  position: absolute;
	  top: 2em;
	  left: 0.45em;
	  z-index: 0;
	}

	.fuwa_1 {
	    background-size: 70%;
	}

	.badge-no1 {
		position: absolute;
	    top: -60px;
	    right: 10%;
	    width: 200px;
	}

}

/**
* modal
*/
/*モーダルを開くボタン*/
.modal-open{}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
    z-index: 999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 96%;
	padding: 0px;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -17px;
    right: -17px;
    width: 30px;
    height: 30px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    background: #000;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 1;
    padding-bottom: 5px;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	border: none;
	border-radius: 10px;
}
.modal-image {
	overflow: hidden;
	border-radius: 10px 10px 0px 0px;
}

.modal-content .example-content {
	padding: 10px;
}

.example-content .title {
	font-weight: 600;
}
.example-content .message {
	font-size: 15px;
}

.cursor-pointer {
	cursor: pointer;
}

/**
*
*/
.company-table {
	margin: 0 auto;
	width: 100%;
	max-width: 700px;
}
.company-table tr {
	border-bottom: 1px solid #dcdcdc;
}
.company-table th, .company-table td {
	padding: 30px 10px;
}

.company-table th {
	width: 30%;
}
.company-table td {
	width: 70%;
}

@media screen and (max-width: 640px) {
	.last td:last-child {
    	border-bottom: solid 1px #ccc;
    	width: 100%;
	}
  	.company-table {
		width: 100%;
	}
	.company-table th,
	.company-table td {
		border-bottom: none;
		display: block;
		width: 100%;
	}

	.company-table th {
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.company-table td {
		padding-top: 10px;
		padding-bottom: 20px;
	}
}

/**
* contact
*/
.pr .title {
	font-weight: 600;
	padding: 0px;
}
.pr {
	border-radius: 10px;
	padding: 20px;
}
.pr ul {
	padding-left: 20px;
	margin: 0px;
	font-size: 0.8rem;
}