@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

.meo .sp,
.sns .sp {
	display: none;
}

.meo,
.sns {
	font-size: 1.6rem;
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	font-feature-settings: 'palt';
	color: #364246;
}

.meo a,
.sns a {
	transition: all .2s;
}

.en {
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.wrap {
	max-width: 1240px;
	padding: 0 2rem;
	margin: 0 auto;
}

.img img {
	max-width: 100%;
}

.meo-contents .flex,
.sns-contents .flex {
	justify-content: center;
	align-items: center;
}

.breadcrumbs {
	padding: 9px 0;
	font-weight: normal;
	background: #333333;
}

.breadcrumbs .wrap {
	max-width: none;
	padding: 0 3rem;
}

.breadcrumbs a {
	font-size: 1.3rem;
	color: #fff;
}

.breadcrumbs .fa {
	font-size: 1rem;
	margin: 0 1rem;
	color: #fff;
}

.breadcrumbs span {
	font-size: 1.3rem;
}

.breadcrumb_last {
	color: #fff;
}

/* ttl */

.ttl-01 {
	position: relative;
	text-align: center;
	margin-bottom: 1.6rem;
}

.ttl-01 .en {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1.2px;
	color: #1a76d9;
}

.ttl-01 .jp {
	font-size: 4.0rem;
	font-weight: bold;
	letter-spacing: .04em;
	padding-top: 5px;
}

.ttl-01 strong {
	font-weight: bold;
	color: #1a76d9;
}

.accent-01 {
	font-size: 5.8rem;
	font-weight: bold;
	color: #1a76d9;
	position: relative;
}

.accent-01::before {
	content: '';
	width: 21px;
	height: 21px;
	background: url( ../img/web-consulting/2x/accent-01.png ) center center / contain no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate( 60%, -20% );
}

.accent-02 {
	font-size: 5.8rem;
	font-weight: bold;
	color: #1a76d9;
	position: relative;
}

.accent-02::before {
	content: '';
	width: 21px;
	height: 21px;
	background: url( ../img/web-consulting/2x/accent-02.png ) center center / contain no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate( -100%, -30% );
}

.ttl-02 {
	position: relative;
	padding-top: 7.6rem;
	margin-bottom: 1.9rem;
}

.ttl-02 h2 {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: calc(54/36);
	letter-spacing: .04em;
	padding-top: 5px;
    margin-left: -5px;
}

.ttl-02 .en {
	font-size: 12rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
	color: rgba( 26, 118, 217, .07 );
	position: absolute;
	top: 30px;
	left: 0;
	z-index: -1;
}

.ttl-02 .sub {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: .08em;
	color: #1a76d9;
}

.ttl-03 {
	text-align: center;
	margin-bottom: 1rem;
	letter-spacing: 2.5px;
}

.ttl-03 span {
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding: 0 3.8rem;
}

.ttl-03 span::before,
.ttl-03 span::after {
	content: '';
	width: 2px;
	height: 4rem;
 	background: #364246;
 	position: absolute;
 	bottom: 0;
}

.ttl-03 span::before {
	left: 0;
	transform: rotate( -45deg );
}

.ttl-03 span::after {
	right: 0;
	transform: rotate( 45deg );
}

.ttl-04 {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
	letter-spacing: 2px;
}

.ttl-04::before,
.ttl-04::after {
	flex: 1;
	content: '';
	height: 2px;
	margin-top: 6px;
	background: #1a76d9;
}

.ttl-04 span {
	font-size: 2.8rem;
	font-weight: bold;
	padding: 0 2rem;
}

.list {
	display: inline-block;
}

.list li {
	padding-left: 1rem;
	line-height: 1.5;
	text-align: left;
	margin: 5px 0;
	position: relative;
	font-size: 15px;
	letter-spacing: .06em;
}

.list li:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #1a76d9;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 0;
}

/* cont-box-01 */

.cont-box-01 {
	position: relative;
	padding-left: 30%;
}

.cont-box-01 .img {
	width: 30%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.cont-box-01 .read p {
	letter-spacing: 1.4px;
	margin-left: -3px;
}

.cont-box-01 .copy {
	margin-top: 3.6rem;
}

.cont-box-01 .copy p {
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.6;
}

.cont-box-01 .copy .regular {
	font-weight: normal;
}

/* bg */

.bg-shape {
	position: relative;
}

.bg-01::before {
	content: '';
	width: 510px;
	height: 510px;
	background: url( ../img/web-consulting/2x/bg-shape-01.png ) center center / contain no-repeat;
	position: absolute;
	top: 96px;
	left: -138px;
	z-index: -1;
}

.bg-02::after {
	content: '';
	width: 510px;
	height: 510px;
	background: url( ../img/web-consulting/2x/bg-shape-02.png ) center center / contain no-repeat;
	position: absolute;
	top: -160px;
	right: -388px;
	z-index: -1;
}

.under-line {
	padding: 0 .5rem;
	margin: 0 .5rem;
	background: linear-gradient( transparent 70%, #fff94c 70% );
	line-height: 1.5;
}

/* fv */

.fv {
	padding: 4.3rem 0 5.1rem;
	background: url( ../img/meo/2x/main-bg.png ) center center / cover no-repeat;
	color: #fff;
}

.fv .ttl {
	font-size: 1.8rem;
	line-height: 1.4;
}

.fv .ttl .en {
	font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: calc(30/16);
	letter-spacing: .08em;
	text-align: center;
}

.fv .ttl .jp {
	font-size: 4.0rem;
	font-weight: bold;
	letter-spacing: 2px;
}

/* about-box */

.about-box {
	padding: 6.1rem 0 14.5rem;
}

/* reason-box */

.reason-box {
	padding: 0 0 5rem;
}

.reason-box .ttl-01 {
	margin-bottom: 6.5rem;
}

.reason-box .read {
	text-align: center;
	margin-bottom: 6rem;
}

.reason-box .read p {
	letter-spacing: 1px;
}

.reason-box .reason-list {
	align-items: flex-start;
	margin-bottom: 5rem;
}

.reason-box .reason-list .reason {
	width: calc( calc( 100% - 9rem ) / 3 );
	position: relative;
}

.reason-box .reason-list .reason + .reason {
	margin-left: 4.5rem;
}

.reason-box .reason-list .balloon {
	padding: 8px 18px 8px 24px;
	background: #1a76d9;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .06em;
	text-align: center;
	position: absolute;
	top: -3.1rem;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 20px;
	white-space: nowrap;
}

.reason-box .reason-list .balloon::after {
	position: absolute;
	content: '';
	top: 39px;
	left: 50%;
	transform: translateX(-50%);
	border: 8px solid transparent;
    border-top: 10px solid #1a76d9;
}

.reason-box .reason-list figure img {
	border-radius: 40px 0 40px 0;
}

.reason-box .reason-list h3 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #1a76d9;
	text-align: center;
	letter-spacing: .04em;
	margin: 1.6rem 0 1.5rem;
}

.reason-box .reason-list p {
	font-size: 1.6rem;
	letter-spacing: .08em;
	line-height: 2;
}

.compare-box {
	background: #f7f7f7;
	padding: 6.5rem 0 9rem;
}

.compare-box .ttl-01 {
	margin-bottom: 4.5rem;
}

.compare-box .ttl-01 .jp {
	line-height: calc(55/40);
	padding-top: 9px;
}

.plan-table {
	width: auto;
	table-layout: fixed;
}

/* 表：1行目(タイトル) */
.plan-table thead th {
	position: relative;
	color: #fff;
	text-align: center;
	padding: .7rem;
	border-bottom: 2px solid #1a76d9;
	vertical-align: middle;
}

.plan-table thead th::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 1rem;
	background: #1a76d9;
	border-radius: 1.5rem 1.5rem 0 0;
}

.plan-table thead th span {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .04em;
	display: inline-block;
	transform: translate(4px, 2px);
	position: relative;
	z-index: 99;
}

.plan-table thead th.no-01::before {
	top: -1rem;
	bottom: -0.4rem;
	left: 0;
	background: #ec407a;
}

.plan-table thead th.no-01 span {
	font-size: 3.0rem;
	transform: translateY(-2px);
}

.plan-table thead th.en span {
	font-size: 2.4rem;
}

.plan-table thead th:nth-of-type(1)::before {
	display: none;
}

/* 表：2行目以降 */
.plan-table tbody th,
.plan-table tbody td {
	height: 100px;
	vertical-align: middle;
	letter-spacing: 1px;
	background: #fff;
	border-bottom: solid 1px #e0e0e0;
	padding: 1rem 1.5rem;
}

.plan-table tbody th {
	width: 210px;
}

.plan-table tbody td {
	font-family: monospace, sans-serif;
	font-size: 6rem;
	color: #1a76d9;
	padding-left: 2.5rem;
	text-align: center;
}

.plan-table tbody td figure {
	margin-bottom: 0;
}

.plan-table tbody td.none {
	font-size: 2.8rem;
	color: #364246;
}

.plan-table tbody tr.txt td {
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: calc(25/16);
	color: #364246;
}

.plan-table tbody tr td:nth-of-type(1) {
	width: 240px;
	border-left: 4px solid #ec407a;
	border-right: 4px solid #ec407a;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 6.4rem;
	color: #ec407a;
	padding-left: 1.5rem;
}

.plan-table tbody tr.txt td:nth-of-type(1) {
	font-size: 1.8rem;
	color: #ec407a;
}

.plan-table tbody tr:last-of-type td:nth-of-type(1) {
	border-bottom: 4px solid #ec407a;
}

.plan-table tbody tr td:nth-of-type(n+2) {
	width: 250px;
}

.plan-table tbody tr:nth-of-type( even ) th,
.plan-table tbody tr:nth-of-type( even ) td {
	height: 102px;
	vertical-align: middle;
}

.plan-table tbody th .plan-list-name {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: calc(30/20);
	letter-spacing: .04em;
	padding-left: 1.4rem;
}

/* いますぐやるべきの方 */
.soon-box {
	padding: 1.8rem 0 9.1rem;
}

.soon-box .soon__ttl {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: calc(48/32);
	letter-spacing: .06em;
	color: #1a76d9;
	text-align: center;
	transform: translateY(23px);
}

.soon-box .soon-list {
	align-items: stretch;
	padding: 5rem 4rem;
	border-radius: 10px;
	background: #f2f8ff;	
}

.soon-box .soon-list .soon {
	width: calc( calc( 100% - 7rem ) / 3 );
	position: relative;
	padding: 31px 30px 33px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);  
}

.soon-box .soon-list .soon + .soon {
	margin-left: 3.5rem;
}

.soon-box .soon-list .img {
	text-align: center;
	margin-bottom: 6px;
}

.soon-box .soon-list h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: calc(28/20);
	color: #1a76d9;
	text-align: center;
	letter-spacing: .04em;
	margin-bottom: 1.3rem;
}

.soon-box .soon-list p {
	font-size: 1.5rem;
	letter-spacing: .06em;
	line-height: calc(28/15);
	padding: 0 7px;
}

/* contact-box */

.contact-box {
	background: #1a76d9;
	color: #fff;
	padding: 8.8rem 0 9.4rem;
}

.contact-box .wrap {
	position: relative;
}

.contact-box .wrap::before {
	content: 'Contact';
	color: rgba( 255, 255, 255, .08 );
	font-size: 10rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 2.4px;
	position: absolute;
	top: -4rem;
	left: -8rem;
}

.contact-box .flex {
	position: relative;
	z-index: 99;
}

.contact-box .ttl {
	width: 28%;
}

.contact-box .ttl .en {
	font-size: 1.8rem;
	letter-spacing: 1.2px;
}

.contact-box .ttl .jp {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1.8px;
	margin: .5rem 0 1rem;
}

.contact-box .read p {
	letter-spacing: 1.6px;
	line-height: 1.8;
}

.contact-box .contact {
	width: 36%;
	padding: 1.2rem 0 0 3.2rem;
}

.contact-box .contact a {
	display: block;
	height: 120px;
	border: solid 1px rgba( 255, 255, 255, .32 );
	text-align: center;
	padding: 3rem;
	position: relative;
}

.contact-box .contact .h {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transform: translateY( -50% );
}

.contact-box .contact .h span {
	display: inline-block;
	padding: 0 1.2rem;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
}

.contact-box .contact .h span::after {
	content: '';
	height: 50%;
	background: #1a76d9;
	position: absolute;
	top: 0;	
	right: 0;
	left: 0;
	z-index: -1;
}

.contact-box .tel .num {
	display: inline-block !important;
	font-size: 3.6rem;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1.4px;
	line-height: 1.1;
	padding-left: 3.6rem;
	background: url( ../img/web-consulting/2x/icon-tel-wh.png ) left center / 29px no-repeat;
}

.contact-box .tel .note {
	font-size: 1.5rem;
	letter-spacing: .8px;
}

.contact-box .btn {
	display: block;
	background: #fff url( ../img/web-consulting/2x/arrow.png ) right 15px center / 20px no-repeat;
	color: #364246;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 1.65rem 1rem 1.65rem 1.5rem;
	border-radius: 5px;
}

.contact-box .mail .btn-01 {
	padding: 3rem 1.5rem;
}

.contact-box .mail .btn span {
	padding: 0 3rem;
	background: url( ../img/web-consulting/2x/icon-mail.png ) left center / 24px no-repeat;
	transition: all .2s;
}

/* feature-box */

.feature-box {
	padding: 11rem 0 8.2rem;
}

.feature-box .ttl-01 {
	margin-bottom: 4.4rem;
}

.feature-box .ttl-01 .jp {
	display: inline-block;
	padding: 8px 5px 0;
	background: linear-gradient( transparent 70%, #fff94c 70% );
}

.feature-box .ttl-01::before {
	content: attr(data-bg-txt);
	position: absolute;
	display: block;
	width: 100%;
	color: #1a76d9;
	font: 700 120px "Montserrat", sans-serif;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.08;
	top: -49px;
	left: -2px;
}

.feature-box .cont-box-01 {
	display: grid;
    grid-template-columns: 430px auto;
	grid-column-gap: 28px;
	padding-left: 0;
}

.feature-box .cont-box-01 .ttl {
	position: relative;
	align-self: flex-end;
}

.feature-box .cont-box-01 .ttl .balloon {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: .06em;
	color: #fff;
	background: #1a76d9;
	width: 129px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
}

.feature-box .cont-box-01 .ttl .txt {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: calc(48/36);
	letter-spacing: .04em;
	margin-top: 18px;
	position: relative;
	z-index: 1;
}

.feature-box .cont-box-01 .ttl .big {
	font-size: 4.8rem;
	font-weight: 600;
}

.feature-box .cont-box-01 .img {
	grid-row: 1/3;
	width: 100%;
	position: relative;
}

.feature-box .cont-box-01 .read {
	margin: 18px 0 -8px;
	letter-spacing: .08em;
	text-align: left;
}

.feature-box .reason-single-02 .cont-box-01 {
	grid-template-columns: auto auto;
}

.feature-box .reason-single-02 .cont-box-01 .img {
	grid-column: 2/3;
}

.feature-box .reason-single-02 .cont-box-01 .ttl .txt {
	letter-spacing: .06em;
	margin-top: 8px;
}

.feature-box .reason-single-02 .cont-box-01 .read {
	margin: 12px 0 -14px;
}

.feature-box .reason-single-03 {
	width: 1283px;
}

.feature-box .reason-single-03 .cont-box-01 .ttl {
	margin-top: -43px;
}

.feature-box .reason-single-03 .cont-box-01 .ttl .txt {
	margin-top: 18px;
}

.feature-box .reason-single-03 .cont-box-01 .read {
	margin: 18px 0 13px;
}

.feature-box .feature-job {
	margin: -28px 0 84px;
}

.feature-box .feature-job__ttl {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: calc(48/24);
	letter-spacing: .06em;
	color: #1a76d9;
	text-align: center;
	transform: translateY(25px);
}

.feature-box .feature-job__list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 4.6rem 4rem 4rem;
	border-radius: 10px;
	background: #f2f8ff;
	gap: 12px 20px;
}

.feature-box .feature-job__item {
	display: flex;
	justify-content: center;
	width: calc( calc( 100% - 6rem ) / 4 );
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .04em;
	padding: 7px 55px;
	border-radius: 25px;
	background: #fff;
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);  
}

.feature-box .feature-job__item .img {
	position: absolute;
	top: 50%;
	left: 26px;
    transform: translateY(-50%);
}

/* Feature.02 */
.feature-box .bg-01::before {
	top: 8px;
    left: -389px;
}

.feature-box .feature-service {
	margin: -17px 0 151px;
}

.feature-box .feature-service__ttl {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: calc(48/32);
	letter-spacing: .06em;
	color: #1a76d9;
	text-align: center;
	transform: translateY(25px);
}

.feature-box .feature-service__list {
	display: flex;
	flex-wrap: wrap;
	padding: 5rem 4rem 4rem;
	border-radius: 10px;
	background: #f2f8ff;
	gap: 30px 35px;
}

.feature-box .feature-service__item {
	width: calc( calc( 100% - 7rem ) / 3 );
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .04em;
	text-align: center;
	padding: 31px 40px 32px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);  
}

.feature-box .feature-service__item .img img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

.feature-box .feature-service__item h3 {
	margin-top: 20px;
	font-size: 22px;
	font-weight: bold;
	line-height: calc(30/22);
	letter-spacing: .04em;
	color: #1a76d9;
}

.feature-box .feature-service__item p {
	margin-top: 10px;
	font-size: 15px;
	line-height: calc(28/15);
	letter-spacing: .06em;
	text-align: left;
}


/* faq-box */

.faq-box {
	padding: 6.4rem 0 7.2rem;
}

.faq-box .ttl-01 .jp {
	padding-top: 6px;
	font-size: 4.2rem;
	letter-spacing: .06em;
}

.faq-box .faq-list {
	margin: 3.0rem 0 3.8rem;
}

.faq-box .faq {
	position: relative;
	background: #f7f7f7;
	border-radius: 5px;
	padding: .5rem 4rem;
	margin-bottom: 3rem;
}

.faq-box .faq .q-icon {
	font-size: 3.2rem;
	font-weight: bold;
	color: #1a76d9;
	position: absolute;
	top: 10px;
	left: -1px;
	transition: all .2s;
}

.faq-box .faq .q-icon span {
	font-size: 2.4rem;
}

.faq-box .q-ttl {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1.4px;
	line-height: 1.5;
	padding: 2rem 0 2rem 5.2rem;
	position: relative;
}

.faq-box .q-toggle {
	position: absolute;
	right: 0;
	top: calc( 50% - 22px );
}

.faq-box .q-toggle > span {
	display: inline-block;
	position: relative;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #1a76d9;
}

.faq-box .q-toggle > span::before,
.faq-box .q-toggle > span::after {
	content: '';
	width: 18px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: calc( 50% - 10px );
	transition: all .2s;
}

.faq-box .q-ttl.active .q-toggle > span::after {
	opacity: 0;
	visibility: hidden;
}

.faq-box .q-toggle > span::after {
	transform: rotate( 90deg );
}

.faq-box .q-txt {
	display: none;
	background: #fff;
	padding: 2.8rem 3.6rem;
	margin: 1.6rem 0 3.6rem;
	position: relative;
}

.faq-box .q-txt::before {
	content: image-set( url( ../img/web-consulting/1x/balloon-shape.png ) 1x, url( ../img/web-consulting/2x/balloon-shape.png ) 2x );
	content: -webkit-image-set( url( ../img/web-consulting/1x/balloon-shape.png ) 1x, url( ../img/web-consulting/2x/balloon-shape.png ) 2x );
	position: absolute;
	left: 4rem;
	top: -2rem;
}

.faq-box .q-txt h4 {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1.4px;
	color: #1a76d9;
	margin-bottom: 15px;
}

.faq-box .q-txt p {
	letter-spacing: 1.6px;
}

.faq-box .toggle-menu .ttl {
	cursor: pointer;
	transition: all .2s;
}

.faq-box .toggle-menu .ttl.active {
	color: #364246 !important;
	padding-top: 2.7rem;
    padding-bottom: 1.1rem;
	transition: all .2s;
}

.faq-box .toggle-menu .ttl.active .q-icon {
	top: 16px;
}

.faq-box .toggle-menu .ttl.active .q-toggle {
	top: calc( 50% - 10px );
	transition: all .2s;
}

/* footer 部分 */
.meo .fbnr,
.meo .contact-bnr,
.meo .foot-nav,
.meo .footer-bottom,
.sns .fbnr,
.sns .contact-bnr,
.sns .foot-nav,
.sns .footer-bottom {
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "Helvetica Neue", sans-serif;
}

.meo .fbnr-item .fbnr-ttl-en,
.sns .fbnr-item .fbnr-ttl-en {
	font-family: 'Raleway',sans-serif;
}

.meo .contact-bnr .cb-ttl.en,
.sns .contact-bnr .cb-ttl.en {
	font-family: 'Raleway',sans-serif;
	font-weight: 600;
}

.meo .foot-nav .nav-item .nav-item-ttl,
.sns .foot-nav .nav-item .nav-item-ttl {
	font-weight: 600;
}

/*
----------------------------------------
750
----------------------------------------
*/

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

	.meo .pc,
	.sns .pc {
		display: none;
	}

	.meo .sp,
	.sns .sp {
		display: block;
	}

	.meo p,
	.meo dt,
	.meo dd,
	.meo li,
	.sns p,
	.sns dt,
	.sns dd,
	.sns li {
		font-size: 1.5rem;
	}

	.ttl-01 .en {
		font-size: 1.5rem;
	}

	.ttl-01 .jp {
		font-size: 2.4rem;
		letter-spacing: -0.5px;
	}

	.accent-01 {
		font-size: 3.2rem;
	}

	.accent-01::before {
		width: 12px;
		height: 12px;
		transform: translate( 70%, -30% );
	}

	.accent-02 {
		font-size: 3.2rem;
	}

	.accent-02::before {
		width: 12px;
		height: 12px;
		transform: translate( -100%, -40% );
	}

	.ttl-02 {
		padding-top: 3rem;
	}

	.ttl-02 .en {
		font-size: 5rem;
		top: 20px;
	}

	.ttl-02 .sub {
		font-size: 1.6rem;
	}

	.ttl-02 h2 {
		font-size: 2.4rem;
		letter-spacing: 0;
		text-align: center;
	}

	.ttl-03 span {
		font-size: 2rem;
		letter-spacing: 1px;
		padding: 0;
		display: inline-block;
	}

	.ttl-03 span::before {
		left: -25px;
	}

	.ttl-03 span::after {
		right: -25px;
	}

	.ttl-04 {
		margin: 0 -2rem 3rem;
		text-align: center;
	}

	.ttl-04 span {
		font-size: 1.8rem;
		padding: 0 1.5rem;
	}

	.bg-01::before {
		width: 82vw;
		height: 82vw;
		top: 8.5rem;
		left: -13rem;
	}

	.bg-02::after {
		width: 82vw;
		height: 82vw;
		top: 7rem;
		right: -17.2rem;
	}

	.under-line {
		padding: 0 0.4rem;
		margin: 0 0.4rem;
	}

	.cont-box-01 {
		padding-left: 0;
	}

	.cont-box-01 .img {
		width: 100%;
		position: relative;
	}

	.cont-box-01 .read p {
		margin: 0;
		font-size: 1.5rem;
		letter-spacing: 0;
		text-align: justify;
	}

	.cont-box-01 .copy {
		margin-top: 1rem;
		text-align: center;
		white-space: nowrap;
	}

	.cont-box-01 .copy p {
		font-size: 1.8rem;
		letter-spacing: 0;
	}

	.meo-contents .flex,
	.sns-contents .flex {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
	}

	.fv {
		padding: 2rem 0;
	}

	.fv .wrap > .flex {
		flex-direction: column-reverse;
	}

	.fv .ttl {
		text-align: center;
	}

	.fv .ttl .en {
		font-size: 1.2rem;
	}

	.fv .ttl .jp {
		font-size: 2.6rem;
	}

	.breadcrumbs {
		white-space: nowrap;
		overflow: scroll;
	}

	.breadcrumbs .wrap {
		padding: 0 1rem;
	}

	.breadcrumbs span,
	.breadcrumbs a {
		font-size: 1.3rem;
	}

	.breadcrumbs .fa {
		font-size: .9rem;
		margin: 0 .4rem;
	}

	.about-box {
		padding: 0 0 6rem;
	}

	.about-box .cont-box-01 .img {
		text-align: center;
	}

	.about-box .cont-box-01 .img img {
		width: 151px;
	}

	.reason-box .read {
		text-align: left;
		margin-bottom: 4rem;
	}

	.reason-box .reason-list {
		flex-direction: column;
		margin-bottom: 0;
	}

	.reason-box .reason-list .reason {
		width: 100%;
	}

	.reason-box .reason-list .reason + .reason {
		margin: 6rem 0 0;
	}

	.reason-box .reason-list .balloon {
		font-size: 1.4rem;
		top: -1.8rem;
	}

	.reason-box .reason-list .balloon::after {
		top: 35px;
	}

	.reason-box .reason-list figure {
		margin-bottom: 1rem;
	}

	.reason-box .reason-list figure img {
		object-fit: cover;
		width: 100%;
		height: 200px;
		border-radius: 20px 0 20px 0;
	}

	.reason-box .reason-list p {
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 2;
	}

	.reason-box .reason-list h3 {
		font-size: 2.0rem;
		margin: 1rem 0;
	}

	.reason-box .ttl-01 {
		margin-bottom: 3.5rem;
	}

	.compare-box {
		padding: 3rem 0 2rem;
	}

	.compare-box .ttl-01 {
		margin-bottom: 0;
	}

	.table-wrap {
		margin: 0 -2rem;
		position: relative;
	}

	@keyframes swipe {
		0% {
			transform: translateX( 0 );
			opacity: 0;
		}
		15% {
			opacity: 1;
		}
		35% {
			opacity: 1;
		}
		50% {
			transform: translateX( -30px );
			opacity: 0;
		}
		100% {
			transform: translateX( -30px );
			opacity: 0;
		}
	}

	.table-wrap .swipe {
		position: absolute;
		top: 100px;
		right: 8px;
		z-index: 99;
	}

	.table-wrap .swipe img {
		display: inline-block;
		width: 61px;
		height: auto;
		animation: swipe 3s linear 1s infinite normal;
	}

	.table-wrap .swipe-area {
		overflow: auto;
		padding: 3rem 0 2rem;
	}

	.plan-table {
		width: 720px;
		table-layout: auto;
	}

	.plan-table thead th {
		padding: 1rem;
	}

	.plan-table thead th::before {
		left: .5rem;
	}

	.plan-table thead th span {
		font-size: 1.4rem;
	}

	.plan-table thead th.no-01 span {
		font-size: 2.4rem;
	}
	
	.plan-table thead th.en span {
		font-size: 2.0rem;
	}

	.plan-table tbody th,
	.plan-table tbody td {
		height: initial;
		height: 74px;
		line-height: 1.5;
		padding: 1rem;
		letter-spacing: 0;
	}

	.plan-table tbody th {
		width: 20%;
	}

	.plan-table tbody td {
		font-size: 3.4rem;
		padding-left: 2rem;
	}

	.plan-table tbody .img img {
		width: 31.85%;
	}

	.plan-table tbody tr.txt td {
		font-size: 1.3rem;
	}

	.plan-table tbody tr td:nth-of-type(1) {
		width: auto;
		font-size: 4rem;
		padding-left: 1rem;
	}

	.plan-table tbody tr td:nth-of-type(1) .img img {
		width: 77.8%;
	}

	.plan-table tbody tr.txt td:nth-of-type(1) {
		font-size: 1.6rem;
	}

	.plan-table tbody tr td:nth-of-type(n+2) {
		width: 19%;
	}

	.plan-table tbody tr:nth-of-type( even ) th,
	.plan-table tbody tr:nth-of-type( even ) td {
		height: 74px;		
	}

	.plan-table tbody th .plan-list-name {
		font-size: 1.5rem;
		letter-spacing: 1.2px;
		padding-left: .5rem;
	}

	.soon-box {
		padding: 0 0 4.5rem;
	}

	.soon-box .soon__ttl {
		font-size: 2.4rem;
		transform: translateY(18px);
	}

	.soon-box .soon-list {
		padding: 2rem;
	}

	.soon-box .soon-list .soon {
		width: 100%;
		padding: 10px;
	}

	.soon-box .soon-list .soon + .soon {
		margin: 3rem 0 0 0;
	}

	.soon-box .soon-list h3 {
		font-size: 1.8rem;
	}

	.soon-box .soon-list p {
		padding: 0 10px;
	}

	.contact-box {
		padding: 4rem 0 4rem;
	}

	.contact-box .wrap::before {
		font-size: 5rem;
		top: -.8rem;
		right: 0;
		left: 0;
		letter-spacing: 1.4px;
		text-align: center;
	}

	.contact-box .flex {
		flex-direction: column;
	}

	.contact-box .ttl {
		width: 100%;
		text-align: center;
	}

	.contact-box .ttl .en {
		font-size: 1.4rem;
	}

	.contact-box .ttl .jp {
		font-size: 2.4rem;
		margin: 0 0 .5rem;
	}

	.contact-box .read p {
		font-size: 1.5rem;
		line-height: 1.6;
	}

	.contact-box .contact {
		width: 100%;
		padding-left: 0;
		margin-top: 1.6rem;
	}

	.contact-box .contact .h span {
		font-size: 1.6rem;
	}

	.contact-box .contact a {
		padding: 2.4rem 1.5rem;
		height: initial;
	}

	.contact-box .tel .num.pc {
		display: none !important;
	}

	.contact-box .tel .note {
		font-size: 1.3rem;
		margin-top: .5rem;
		margin-bottom: -1rem;
	}

	.contact-box .btn {
		font-size: 1.6rem;
		padding: 1rem .5rem;
		background: #fff url( ../img/web-consulting/2x/arrow.png ) right 10px center / 20px no-repeat;
	}

	.contact-box .tel .btn span {
		padding: .4rem 1.4rem .4rem 2.4rem;
		background: url( ../img/web-consulting/2x/icon-tel.png ) left center / 18px no-repeat;
	}

	.contact-box .mail .btn span {
		padding: .4rem 2.4rem;
		background: url( ../img/web-consulting/2x/icon-mail.png ) left center / 18px no-repeat;
	}

	.contact-box .mail .btn-01 {
		padding: 2.4rem 1.5rem;
	}

	.feature-box {
		padding: 5rem 0 4rem;
	}

	.feature-box .ttl-01::before {
		font-size: 5rem;
		top: -10px;
	}

	.feature-box .cont-box-01 {
		padding-left: 0;
		grid-template-columns: auto;
	}

	.feature-box .cont-box-01 .img {
		width: 80%;
		position: relative;
		margin: 15px auto;
		grid-row: 2/3;
		text-align: center;
	}

	.feature-box .cont-box-01 .read {
		font-size: 1.5rem;
		letter-spacing: .12em;		
		text-align: justify;
		margin: 0;
	}

	.feature-box .cont-box-01 .copy {
		margin-top: 1rem;
		text-align: center;
		white-space: nowrap;
		font-size: 1.8rem;
		letter-spacing: 0;
	}

	.feature-box .cont-box-01 .ttl .balloon {
		font-size: 1.4rem;
		width: 110px;
    	height: 26px;
		margin-bottom: 10px;
	}

	.feature-box .cont-box-01 .ttl .txt {
		margin-top: 10px;
		font-size: 2.4rem;
		letter-spacing: 0;
	}

	.feature-box .cont-box-01 .ttl .big {
		font-size: 3rem;
	}

	.feature-box .reason-single-02 .cont-box-01 {
		grid-template-columns: auto;
	}

	.feature-box .reason-single-02 .cont-box-01 .img {
		grid-column: auto;
	}

	.feature-box .reason-single-02 .cont-box-01 .ttl .txt {
		margin-top: 4px;
	}

	.feature-box .reason-single-03 {
		width: auto;
	}

	.feature-box .reason-single-03 .cont-box-01 .img {
		transform: none;
		width: 80%;
		margin: 15px auto;
	}

	.feature-box .reason-single-03 .cont-box-01 .ttl {
		margin-top: 0;
	}

	.feature-box .reason-single-03 .cont-box-01 .read {
		margin: 0;
	}

	.feature-box .feature-job {
		margin: 0 0 40px;
	}

	.feature-box .feature-job__ttl {
		font-size: 2.2rem;
		line-height: 1.25;
		transform: translateY(24px);
	}

	.feature-box .feature-job__list {
		padding: 4rem 1rem 1.5rem;
		gap: 10px;
	}

	.feature-box .feature-job__item {
		width: calc(50% - 5px);
		padding: 5px 20px 5px 40px;
		font-size: 1.4rem;
	}

	.feature-box .feature-job__item .img {
		text-align: center;
		left: 10px;
	}

	.feature-box .feature-service {
		margin: 5px 0 40px;
	}

	.feature-box .feature-service__ttl {
		font-size: 2.4rem;
		transform: translateY(14px);
	}

	.feature-box .feature-service__list {
		padding: 30px 10px 22px;
		gap: 10px;
	}

	.feature-box .feature-service__item {
		width: calc(50% - 5px);
		padding: 20px 10px 30px;
	}

	.feature-box .feature-service__item .img .service {
		width: 70px;
		height: 70px;
		border-radius: 50%;
	}

	.feature-box .feature-service__item h3 {
		font-size: 1.4rem;
	}

	.feature-box .feature-service__item h3.ttl-height{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 38px;
	}

	.feature-box .feature-service__item p {
		font-size: 12px;
		padding: 0;
	}

	.faq-box {
		padding: 2rem 0;
	}

	.faq-box .ttl-01 .jp {
		font-size: 2.4rem;
		letter-spacing: .04em;
	}

	.faq-box .faq {
		padding: 1rem 1.5rem;
		margin-bottom: 1.5rem;
	}

	.faq-box .faq .q-icon {
		font-size: 1.6rem;
		top: -10px;
	}

	.faq-box .q-ttl {
		font-size: 1.5rem;
		letter-spacing: 0;
		padding: 0 4.4rem 0 2.6rem;
	}

	.faq-box .q-toggle {
		top: calc( 50% - 16px );
	}

	.faq-box .q-toggle > span {
		width: 32px;
		height: 32px;
	}

	.faq-box .q-toggle > span::before,
	.faq-box .q-toggle > span::after {
		width: 16px;
		right: calc( 50% - 8px );
	}

	.faq-box .q-txt {
		margin: 1rem 0 .5rem;
		padding: 1.5rem 2rem;
	}

	.faq-box .q-txt::before {
		top: -1rem;
	}

	.faq-box .q-txt h4 {
		position: relative;
		font-size: 1.5rem;
		line-height: 1.5;
		margin-bottom: .5rem;
	}

	.faq-box .q-txt p {
		font-size: 1.5rem;
		letter-spacing: .2px;
	}

	.faq-box .toggle-menu .ttl.active {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.faq-box .toggle-menu .ttl.active .q-icon {
		top: -10px;
	}
	
	.faq-box .toggle-menu .ttl.active .q-toggle {
		top: calc( 50% - 16px );
	}
}


/*
----------------------------------------
hover
----------------------------------------
*/

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

	.contact-box .contact a:hover {
		background: rgba( 255, 255, 255, .15 );

	}

	.contact-box .mail a:hover .btn {
		background: #fff url( ../img/web-consulting/2x/arrow.png ) right 10px center / 20px no-repeat;
	}

	.toggle-menu .ttl:hover {
		color: #1a76d9;
	}

}


/*
----------------------------------------
SNS広告ページ
----------------------------------------
*/
.sns .about-box .cont-box-01 .img {
	width: 36%;
    top: 80px;
    left: -181px;
}

.sns .soon-box .soon-list .soon {
	padding-top: 20px;
}

.sns .soon-box .soon-list .img {
	margin-bottom: 10px;
}

.sns .feature-box {
	padding-bottom: 5.7rem;
}

.sns .feature-box .feature-job {
	margin: 0 0 165px;
}

.sns .feature-box .feature-service {
	margin: 71px 0 156px;
}

.sns .feature-box .bg-01::before {
	top: -72px;
    left: -286px;
}

.sns .feature-box .reason-single-01 {
	width: 1300px;
	margin-left: -102px;
}

.sns .feature-box .reason-single-01 .cont-box-01 {
	grid-template-columns: 483px auto;
	grid-column-gap: 76px;
}

.sns .feature-box .reason-single-01 .cont-box-01 .read {
	margin-bottom: -13px;
}

.sns .feature-box .reason-single-03 {
	width: 1240px;
}

.sns .feature-box .reason-single-03 .cont-box-01 .read {
	margin-bottom: -3px;
}

/*
----------------------------------------
750
----------------------------------------
*/
@media screen and ( max-width: 750px ) {

	.sns .about-box .cont-box-01 .img {
		width: 100%;
		top: auto;
		left: auto;
	}

	.sns .soon-box .soon-list .soon {
		padding: 10px;
	}

	.sns .about-box .cont-box-01 .img img {
		width: 216px;
	}

	.sns .feature-box {
		padding-bottom: 4rem;
	}

	.sns .feature-box .feature-job {
		margin: 20px 0 40px;
	}

	.sns .feature-box .feature-service {
		margin: 5px 0 40px;
	}

	.sns .feature-box .bg-01::before {
		top: 8.5rem;
    	left: -13rem;
	}
	
	.sns .feature-box .reason-single-01 {
		width: auto;
		margin-left: 0;
	}
	
	.sns .feature-box .reason-single-01 .cont-box-01 {
		grid-template-columns: auto;
	}
	
	.sns .feature-box .reason-single-01 .cont-box-01 .read {
		margin: 0;
	}
	
	.sns .feature-box .reason-single-03 {
		width: auto;
	}
	
	.sns .feature-box .reason-single-03 .cont-box-01 .read {
		margin: 0;
	}

}