@charset "UTF-8";
:root {
	--color-main: #00a23f;
	--color-sub: #f0f7ed;
	--color-text: #142d00;
}
@media (prefers-color-scheme: light) {
	:root {
		--color-main: #00a23f;
		--color-sub: #f0f7ed;
    --color-text: #142d00;
	}
}
@media (prefers-color-scheme: dark) {
	:root {
		--color-main: #00a23f;
		--color-sub: #f0f7ed;
    --color-text: #142d00;
	}
}

/*------------------------------------------------

common

------------------------------------------------*/
body {
	background-color: #fff;
}
* {
	box-sizing: border-box;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
html {
	font-size: 62.5%;
}
body {
	position: relative;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	overflow-wrap: break-word;
	font-weight: 500;
	font-size: 16px;
	background: #FFFFFF;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
ul {
	padding-left: 0;
	margin: 0;
}
li {
	list-style: none;
}
li img {
	vertical-align: bottom;
}
iframe {
	border: none;
}
a {
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:focus {
	outline: none;
}
html, body {
	height: 100%;
}
*, *::before, *::after {
	box-sizing: border-box;
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
	margin: 0;
}
/*
html {
	scroll-behavior: smooth;
}
*/
body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1;
}
a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}
img, picture {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
a {
	transition: 0.2s;
}
a:hover {
	opacity: 0.7;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
	a:hover {
		overflow: 1;
	}
}
table {
	border-collapse: collapse;
	width: 100%;
}
tr,th,td {
  margin: 0 !important;
  padding: 0 !important;
}


.sp {
	display: none !important;
}
@media screen and (max-width: 767px) {
	.sp {
		display: block !important;
	}
}
.pc {
	display: block !important;
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}



main {
  font-weight: 400;
  margin-top: 60px;
}
main img {
  width: 100%;
}
.section_inner {
  padding: 60px 4.26% 50px;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 70px;
  }
  .section_inner {
    width: 98%;
    max-width: 1080px;
    margin-inline: auto;
    padding: 100px 0;
  }
}
section h2.title_h2 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 40px;
  padding: 0 0 25px;
  position: relative;
}
section h2.title_h2::after {
  content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(170px/2);
	height: calc(12px/2);
	background-color: var(--color-main);
}
@media screen and (min-width: 768px) {
  section h2.title_h2 {
    font-size: 4.2rem;
    margin: 0 0 40px;
    padding: 0 0 40px;
  }
  section h2.title_h2::after {
    width: 90px;
    height: 7px;

  }
}


/*------------------------------------------------

header

------------------------------------------------*/
header {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999 !important;
  background: rgb(255, 255, 255);
	border-bottom: 1px solid #ccc;
}
.header_logo a:hover {
	opacity: 1;
	cursor: pointer;
}
.header_logo a {
	display: inline-block;
}
.header_logo-img {
	vertical-align: text-bottom;
	height: 54px;
	display: inline-block;
}
.header_inner {
	position: relative;
	background: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1400px;
	height: 70px;
	padding: 8px 24px;
	margin: 0px auto;
}
.header_logo-txt {
	line-height: 1.5;
	font-size: 16px;
	margin-left: 20px;
	align-self: flex-end;
	font: weight 500px;
	color: #333333;
	display: inline-block;
}
.header_btn {
	display: flex;
	gap: 6px;
	height: 50px;
	margin-bottom: 3px;
}
@media only screen and (max-width: 767px) {
	.header_logo {
		height: 60px;
		margin-top: 8px;
		margin-right: 16px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.header_logo a {
		text-decoration: none;
	}
	.header_btn {
    display: block;
		position: absolute;
		right: 16px;
		height: 40px;
		margin-bottom: 0;
	}
	.header_inner {
		height: 60px;
		padding: 4px 16px;
	}
	.header_logo-img {
		vertical-align: middle;
    width: 160px;
		margin-bottom: 0;
		display: block;
	}
	.header_logo-txt {
		margin-top: 6px;
		display: block !important;
		font-size: 7px;
		margin: 6px 0 0 0;
		text-align: center;
		line-height: 1;
	}
}



.btn_application {
	font-size: 1.2rem;
	text-align: center;
  color: #fff;
	width: 156px;
	height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
	background-color: #ed1e79;
	background-image: url("/business/cr-assets/img/ico_ex_white.svg");
  background-position: center right 8px;
  background-size: 10px auto;
	background-repeat: no-repeat;
	box-shadow: 0 3px #89274F;
	text-decoration: none;
	border-radius: 10px;
  padding: 0 0 0 8px;
	transition: opacity .3s ease;
	cursor: pointer;
}
.btn_application:hover {
	box-shadow: none;
	color: #fff;
	opacity: 1;
	transform: translateY(5px);
	transition: .2s;
}
@media only screen and (min-width: 768px) {
	.btn_application {
		font-size: 1.6rem;
    text-align: center;
    justify-content: center;
		width: 260px;
		height: 50px;
		background-position: center right 16px;
    background-size: 14px auto;
		box-shadow: 0 5px #89274F;
	}
	.btn_application:hover {
		box-shadow: none;
		color: #fff;
		opacity: 1;
		transform: translateY(3px);
		transition: .2s;
	}
}


/*------------------------------------------------

kv

------------------------------------------------*/
.kv {
  position: relative;
  background-color: #f6fff9;
  overflow: hidden;
  height: 141%;
}
.kv_main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.kv_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 6.8% 4.26% 0;
}
.kv_shoulder {
  font-size: clamp(17.066px, calc(100vw * 20 / 375), 26.666px);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  position: relative;
  margin: 0 0 6%;
}
.kv_shoulder::before,
.kv_shoulder::after {
  content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: calc(96/686*100%);
	height: 1px;
  background-color: #000;
}
.kv_shoulder::after {
  left: auto;
  right: 0;
}
.kv h1 {
  font-size: clamp(24.7457px, calc(100vw * 29 / 375), 38.6657px);
  font-weight: 500;
  line-height: 1.40;
  margin: 0 0 9%;
}
.kv h2 {
  width: calc(523/686*100%);
  max-width: 360px;
  margin-bottom: 4%;
  margin-inline: auto;
}
.kv_txt {
  font-size: clamp(13.6528px, calc(100vw * 16 / 375), 21.3328px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 6.6%;
}
@media screen and (min-width: 520px) {
  .kv {
    height: 750px;
  }
  .kv_main img {
    width: 100%;
    height: 750px;
    object-fit: cover;
    object-position: 50% bottom;
  }
  .kv_shoulder {
    max-width: 530px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .kv {
    height: 460px;
    background-color: #f6fff9;
    background-image: url("/business/mvno-operation-kit/img/kv_pc.jpg");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: auto 100%;
  }
  .kv_main {
    display: none;
  }
  .kv_container {
    padding: 38px 0 0 0;
  }
  .kv_shoulder {
    max-width: 770px;
    font-size: 2.6rem;
    line-height: 1.5;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    margin-inline: auto;
  }
  .kv_shoulder::before,
  .kv_shoulder::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: calc(96/770*100%);
    height: 2px;
  }
  .kv_shoulder::after {
    left: auto;
    right: 0;
  }
  .kv h1 {
    font-size: 4.1rem;
    line-height: 1.4;
    margin: 0 0 34px;
  }
  .kv h2 {
    width: 396px;
    max-width: auto;
    margin-bottom: 18px;
  }
  .kv_txt {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1716px) {
  .kv {
    background-size: 100% auto;
  }
}

@media screen and (min-width: 768px) {
  .kv .tablet {
    display: none !important;
  }
}
@media screen and (min-width: 990px) {
  .kv .tablet {
    display: block!important;
  }
}



a.btn_cta {
  font-size: 2.2rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  display: block;
  max-width: 343px;
  background-color: var(--color-main);
  border-radius: 6px;
  margin-inline: auto;
  padding: 26px 0 30px;
  position: relative;
}
a.btn_cta::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 3px);
	right: 16px;
	transform: rotate(45deg) translate(0, -50%);
	width: 10px;
	height: 10px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
a.btn_cta:hover {
  opacity: .8;
}
@media screen and (min-width: 768px) {
  a.btn_cta {
    max-width: 520px;
    padding: 36px 0 40px;
  }
  a.btn_cta::after {
    right: 26px;
    width: 14px;
    height: 14px;
  }
}


/*------------------------------------------------

こんなお悩みありませんか？

------------------------------------------------*/
.intro .section_inner {
  padding-top: 40px;
  padding-bottom: 0;
}
.intro h2 {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  color: var(--color-text);
  line-height: 1.3;
  margin: 0 0 45px;
}
.intro h2 span {
  font-size: 134%;
  font-weight: 600;
  color: #00a23f;
  position: relative;
}
.intro h2 span::after {
  content: "";
	display: inline-block;
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(15px/2);
	height: calc(15px/2);
  border-radius: 50%;
  background-color: #00a23f;
}
.intro ul li {
  background-color: var(--color-sub);
  border-radius: 6px;
  margin: 0 0 25px;
  padding: 40px 0 16px;
  position: relative;
}
.intro ul li::after {
  content: "1";
	display: inline-block;
	position: absolute;
	top: -13px;
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(92px/2);
	height: calc(92px/2);
  font-size: 2.3rem;
  line-height: calc(92px/2);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: var(--color-text);
}
.intro ul li:nth-child(2)::after {
  content: "2";
}
.intro ul li:nth-child(3)::after {
  content: "3";
}
.intro ul li h3 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  color: var(--color-text);
}
.intro_summary {
  background-color: var(--color-main);
  padding: 68px 4.26% 22px;
  position: relative;
}
.intro_summary::before {
  content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 46px;
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.intro_summary-box {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  padding: 18px 10px 25px;
}
.intro_summary-box p {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  color: var(--color-main);
}
.intro_summary-box p span {
  font-size: 2.8rem;
}
.intro_summary-logo {
  max-width: 180px;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .intro .section_inner {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .intro h2 {
    font-size: 4.6rem;
    margin: 0 0 65px;
  }
  .intro h2 span::after {
    top: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .intro ul {
    display: flex;
    justify-content: space-between;
  }
  .intro ul li {
    flex-basis: 32%;
    max-width: 32%;
    border-radius: 18px;
    margin: 0 0 8px;
    padding: 60px 10px 32px;
  }
  .intro ul li::after {
    top: -20px;
    left: 50%;
    width: 60px;
    height: 60px;
    font-size: 3.0rem;
    line-height: 56px;
  }
  .intro_summary {
    padding: 145px 0 45px;
  }
  .intro_summary::before {
    top: -1px;
    height: 105px;
  }
  .intro_summary-box {
    max-width: 950px;
    margin-inline: auto;
    border-radius: 18px;
    padding: 35px 10px 35px;
  }
  .intro_summary-box p {
    font-size: 4.0rem;
    line-height: 1.4;
    color: var(--color-main);
  }
  .intro_summary-box p span {
    font-size: 4.0rem;
    line-height: 1.4;
  }
  .intro_summary-logo {
    max-width: 220px;
    margin: 26px auto 0;
  }
}


/*------------------------------------------------

モバイル事業参入を構造化するプラットフォームです

------------------------------------------------*/
.about h2.title_h2 span {
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 2.4;
  background-color: var(--color-main);
  border-radius: 50px;
  padding: 2px 20px 3px;
}
.about p {
  margin: 0 0 1em;
}
@media screen and (min-width: 768px) {
  .about h2.title_h2 span {
    padding: 1px 40px 3px;
  }
  .about p {
    text-align: center;
  }
  .about p:last-of-type {
    margin: 0 0 40px;
  }
}


/*------------------------------------------------

MVNO Operation Kitでできること

------------------------------------------------*/
.manage {
  background-color: var(--color-sub); 
}
.manage ul li {
  background-color: #fff;
  border: 2px solid var(--color-main);
  border-radius: 20px;
  margin: 0 0 20px;
  padding: 0 0 24px;
}
.manage ul li:last-child {
  margin: 0;
}
.manage ul li h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: var(--color-main);
  border-bottom: 1px solid #fff;
  margin: 0 0 16px;
  padding: 10px 15px 10px;
}
.manage ul li p {
  line-height: 1.8;
  padding: 5px 24px;
}
@media screen and (min-width: 768px) {
  .manage {
    background-color: #f0f7ed;
    background-image: url("/business/mvno-operation-kit/img/manage_bg_pc.jpg");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 1400px auto;
  }
  .manage ul {
    display: flex;
    justify-content: space-between;
  }
  .manage ul li {
    flex-basis: 32%;
    max-width: 32%;
    margin: 0;
    padding: 0 0 24px;
  }
  .manage ul li:last-child {
    margin: 0;
  }
  .manage ul li h3 {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 20px 0;
  }
  .manage ul li p {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1400px) {
  .manage {
    background-size: 100% auto;
  }
}


/*------------------------------------------------

従来の支援サービスとの違い

------------------------------------------------*/
.service_table {
  font-size: 1.3rem;
  line-height: 1.4;
}
.service_table th {
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
  background-color: #aacf52;
  border-radius: 10px 0 0 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.service_table th span {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: pre;
  display:inline-block;
  white-space: nowrap;
}
.service_table .th_last {
  border-bottom: none;
}
.service_table td {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  vertical-align: top;
  height: 100%;
}
.service_table td.bd_t-none {
  border-top: none !important;
}
.service_table td.bd_r-none {
  border-right: none !important;
}
.service_table td.bd_l-none {
  border-left: none !important;
}
.service_table td p {
 padding: 5px 4px; 
}
.service_table td p span {
 font-weight: 600;
}
.service_table-icon {
  width: 38px;
  margin-inline: auto;
  padding: 15px 0 5px;
}
.service_table td.type {
  vertical-align: bottom;
  width: 31%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: none;
}
.service_table td.type p {
  text-align: center;
  background-color: #d6d6d6;
  border-radius: 10px 10px 0 0;
  margin: 10px 0 0 0;
  padding: 10px 0;
}
.service_table td.type.mvnook p {
  font-weight: 500;
  color: #fff;
  background-color: var(--color-main);
  margin: 0;
}
.service_table .td_mvnook {
  background-color: #fffce1;
  border-bottom: 1px solid #cccccc;
  border-right: 2px solid var(--color-main);
  border-left: 2px solid var(--color-main);
}
.service_table .td_mvnook-last {
  border-bottom: 2px solid var(--color-main);
}
.bd_none {
  border: none !important;
}
@media screen and (min-width: 768px) {
  .service_table {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }
  .service_table th {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .service_table th span {
    writing-mode: horizontal-tb;
  }
  .service_table td p {
   padding: 5px 4px 20px; 
  }
  .service_table-icon {
    width: 45px;
    padding: 20px 0 5px;
  }
  .service_table td.type {
    width: 29.5%;
  }
  .service_table td.type p {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 20px 0 0 0;
    padding: 16px 0;
  }
  .service_table td.type.mvnook p {
    font-size: 2.2rem;
    padding: 20px 0;
  }
  .service_table .td_mvnook {
    background-color: #fffce1;
    border-bottom: 1px solid #cccccc;
    border-right: 2px solid var(--color-main);
    border-left: 2px solid var(--color-main);
  }
  .service_table .td_mvnook-last {
    border-bottom: 2px solid var(--color-main);
  }
}

/*------------------------------------------------

想定ユースケース

------------------------------------------------*/
.usecase {
  background-color: var(--color-sub);
}
.usecase_title {
  border-bottom: 2px solid #cccccc;
  margin: 0 0 18px;
  padding: 0 0 8px;
}
.usecase h3 {
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
}
.usecase p:has(.pattern) {
  text-align: center;
  margin: 0 0 10px;
}
.usecase .pattern {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: var(--color-main);
  border-radius: 50px;
  padding: 3px 3px 3px 16px;
}
.usecase .example {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-main);
  background-color: #fff;
  border-radius: 50px;
  margin: 0 0 20px 8px;
  padding: 0 10px;
}
.usecase_flow {
  margin: 20px 0 0 0;
}
.usecase_flow-first {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .usecase .section_inner {
    max-width: 1180px;
  }
  .usecase_container {
    background-color: #fff;
    border-radius: 18px;
    padding: 40px 6.7% 60px;
  }
  .usecase_container:first-of-type {
    margin: 0 0 60px;
  }
  .usecase_title {
    margin: 0 0 32px;
    padding: 0 0 8px;
  }
  .usecase h3 {
    font-size: 2.8rem;
    margin: 10px 0 0 ;
    padding: 0 0 4px;
  }
  .usecase p:has(.pattern) {
    margin: 0 10px 0;
  }
  .usecase .pattern {
    padding: 2px 2px 2px 18px;
  }
  .usecase .example {
    margin: 0 0 0 12px;
    padding: 0 12px;
  }
  .usecase_container p {
    font-size: 1.8rem;
    text-align: center;
  }
  .usecase_flow {
    margin: 50px 0 0 0;
  }
  .usecase_flow-first {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 940px) {
  .usecase_title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .usecase h3 {
    margin: 0;
  }
}

/*------------------------------------------------

よくあるご質問

------------------------------------------------*/
.qanda_item {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.qanda_header {
  position: relative;
  cursor: pointer;display: block;
}
.qanda_header::before,
.qanda_header::after {
  content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
  z-index: 1;
	transform: translate(0, -50%);
	width: 2px;
	height: 22px;
	background-color: var(--color-main);
}
.qanda_header::after {
  right: 0;
	width: 22px;
	height: 2px;
}
.qanda_item.is-open .qanda_header::before {
  display: none;
}
.qanda_header p {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  background-color: #fff;
  border: none;
  padding: 24px 34px 15px 55px;
  position: relative;
}
.qanda_header p::before {
  content: "Q";
	display: inline-block;
	position: absolute;
	top: calc(50% + 5px);
	left: 0px;
  transform: translate(0, -50%);
	width: calc(84px/2);
	height: calc(84px/2);
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  line-height: calc(84px/2.4);
  background-color: var(--color-main);
  border-radius: 50%;
}
.qanda_content {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease; /* 開閉スピードと動きの種類 */
}
.qanda_content p {
  background-color: var(--color-sub);
  padding: 20px 20px 20px 70px;
  position: relative;
}
.qanda_content p::before {
  content: "A";
	display: inline-block;
	position: absolute;
	top: 18px;
	left: 15px;
	width: calc(84px/2);
	height: calc(84px/2);
  font-size: 2.4rem;
  text-align: center;
  color: var(--color-main);
  line-height: calc(84px/2.5);
  border: 2px solid var(--color-main);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .qanda_header::before,
  .qanda_header::after {
    right: 41px;
    width: 3px;
    height: 26px;
  }
  .qanda_header::after {
    right: 30px;
	  width: 25px;
	  height: 3px;
  }
  .qanda_header p {
    font-size: 2.0rem;
    line-height: 1.8;
    margin: 10px 0 5px;
    padding: 24px 60px 24px 100px;
  }
  .qanda_header p::before {
    top: calc(50%);
    left: 30px;
    width: 55px;
    height: 55px;
    font-size: 2.8rem;
    line-height: calc(84px/1.8);
  }
  .qanda_content p {
    padding: 45px 40px 35px 100px;
    line-height: 2.0;
  }
  .qanda_content p::before {
    top: 36px;
    left: 30px;
    width: 55px;
    height: 55px;
    font-size: 2.8rem;
    line-height: calc(84px/1.8);
  }
}




/*------------------------------------------------

まずはお気軽にご相談ください

------------------------------------------------*/
.cta {
  background-color: #fffce1;
  padding: 35px 4.26%;
}
.cta h2 {
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .cta {
    padding: 55px 0;
  }
  .cta h2 {
    font-size: 3.0rem;
    margin: 0 0 30px;
  }
}

.cta .btn_application {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  justify-content: center;
  width: 100%;
  height: auto;
	background-image: url("/business/cr-assets/img/ico_ex_white.svg");
  background-position: center right 14px;
  background-size: 14px auto;
	background-repeat: no-repeat;
	box-shadow: 0 3px #89274F;
	border-radius: 10px;
  margin-inline: auto;
	padding: 20px 0px;
	transition: opacity .3s ease;
	cursor: pointer;
}
.cta .btn_application:hover {
	box-shadow: none;
	color: #fff;
	opacity: 1;
	transform: translateY(5px);
	transition: .2s;
}
@media only screen and (min-width: 768px) {
  .cta .btn_application {
		width: 480px;
		background-position: center right 16px;
    background-size: 20px auto;
		box-shadow: 0 5px #89274F;
    padding: 28px 0px;
	}
  .cta .btn_application:hover {
		transform: translateY(3px);
	}
}

/*------------------------------------------------

footer

------------------------------------------------*/
.pagetop {
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
.pagetop_link {
	display: block;
	background: #f5f5f5;
	height: 50px;
}
.pagetop_link:link {
	color: #333;
	text-decoration: none;
}
.pagetop_link:visited {
	color: #333;
}
.pagetop__inner {
	position: relative;
	border-right: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
  cursor: pointer;
}
.pagetop__inner::after {
	position: absolute;
	top: 5px;
	right: 20px;
	bottom: 0;
	margin: auto;
	content: "";
	width: 11px;
	height: 11px;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	transform: rotate(45deg);
}
.pagetop_txt {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-right: 1px solid #ccc;
	font-size: 14px;
	height: 50px;
	padding-right: 30px;
	margin-right: 50px;
}
@media screen and (max-width: 1080px) {
	.pagetop__inner {
		border-right: none;
	}
}
@media screen and (max-width: 767px) {
	.pagetop {
		margin-top: 0;
		display: inherit;
	}
	.pagetop_link {
		height: 40px;
	}
	.pagetop__inner {
		border-right: none;
	}
	.pagetop__inner::after {
		right: 15px;
		width: 8px;
		height: 8px;
	}
	.pagetop_txt {
		width: 100%;
		justify-content: center;
		font-size: 12px;
		height: 40px;
		padding-right: 0;
		padding-left: 40px;
		margin-right: 40px;
	}
}

footer {
	padding-bottom: 0;
}
.footer__inner {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	padding: 40px 0 0;
}
.footer__inner a {
	text-decoration: none;
	transition: 0.2s;
}
.footer__inner a:hover {
	opacity: 0.7;
	text-decoration: none;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	footer {
		padding-bottom: 0;
	}
	.footer__inner {
		display: none;
	}
	.footer__inner a:hover {
		overflow: 1;
	}
}
.footer__logo {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 40px;
}
.footer__logo_img {
	vertical-align: text-bottom;
	width: 240px;
	height: auto;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.footer__logo_img {
		display: block;
	}
}
.footer__logo_txt {
	line-height: 1;
	font-size: 16px;
	margin-left: 20px;
}

#optage_common_footer {
	line-height: 1;
	position: relative;
	text-align: center;
	padding-bottom: 20px;
}
#optage_common_footer a, #optage_common_footer span, #optage_common_footer p {
	font-family: "メイリオ", Meiryo, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}
#optage_common_footer #optage_common_footer_tax {
	font-size: 12px;
	padding: 20px 15px;
	line-height: 2;
}
#optage_common_footer .logo {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 10px solid #738792;
}
#optage_common_footer .logo:after {
	content: "";
	display: block;
	position: absolute;
	top: auto;
	bottom: -10px;
	left: 50px;
	width: 50px;
	height: 10px;
	background: #fabe00;
}
#optage_common_footer .logo img {
	width: auto;
	height: 30px;
}
#optage_common_footer .logo a {
	opacity: 1;
	display: inline-block;
}
#optage_common_footer .links {
	display: inline-block;
	padding: 0 3% 30px;
	font-size: 12px;
}
#optage_common_footer .links li {
	float: left;
	line-height: 1.7;
}
#optage_common_footer .links li:not(:last-child):after {
	content: "/";
	display: inline-block;
	color: #fabe00;
	padding: 0 3px;
	font-weight: bold;
}
#optage_common_footer .links li a {
	color: #526d7b;
	padding: 3px 5px 1px;
	border-radius: 3px;
	text-decoration: none;
}
@media (min-width: 1025px) {
	#optage_common_footer .links li a {
		transition: all 0.1s ease;
	}
	#optage_common_footer .links li a:hover {
		color: #133664;
		background: #fabe00;
	}
}
#optage_common_footer .pageTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
#optage_common_footer .pageTop a {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 3px;
	background: #133664;
}
#optage_common_footer .pageTop a:after {
	content: "";
	display: block;
	position: absolute;
	top: 45%;
	left: 50%;
	margin-left: -9px;
	width: 18px;
	height: 18px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-135deg);
}
#optage_common_footer .copyright {
	font-size: 11px;
	color: #526d7b;
}
@media (max-width: 1024px) {
	#optage_common_footer #optage_common_footer_tax {
		text-align: left;
	}
	#optage_common_footer .logo {
		margin-bottom: 0;
	}
	#optage_common_footer .links {
		display: block;
		padding: 0 0 30px;
		font-size: 14px;
	}
	#optage_common_footer .links li {
		float: none;
		clear: both;
		line-height: 1;
		text-align: left;
	}
	#optage_common_footer .links li:after {
		display: none !important;
	}
	#optage_common_footer .links li:not(:last-child) {
		margin-right: 0;
		padding: 0;
		border-right: none;
		border-bottom: 1px dotted #bfbfbf;
	}
	#optage_common_footer .links li a {
		display: block;
		padding: 17px 15px 15px;
		border-radius: 0;
		background: #eaeaea;
	}
	#optage_common_footer .pageTop {
		right: 10px;
		bottom: 10px;
	}
	#optage_common_footer .pageTop a {
		width: 40px;
		height: 40px;
	}
	#optage_common_footer .pageTop a:after {
		margin-left: -7px;
		width: 12px;
		height: 12px;
	}
	#optage_common_footer .copyright {
		text-align: center;
		font-size: 14px;
		color: #526d7b;
	}
