@charset "utf-8";

.h1_bg.business {
	background-image: url(/wp-content/themes/conexio/images/h1_business.jpg);
}

.h1_bg.consumer-business {
	background-image: url(/wp-content/themes/conexio/images/h1_consumer-business.jpg);
}
/*
h2 {
	margin: 60px 0 60px 0;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.45;
	text-align: center;
	color: #0077C0;
}

h2:before {
	content: none;
}*/

/*
h3 {
	border: none;
	margin: 5px 0 25px;
	padding: 0;
}

h3.aligncenter {
	color: #0077C0;
	margin-bottom: 40px;
}*/

.column_3-2 {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-bottom: 40px;
}

.column_3-2 h3 {
	margin: 5px 0 25px;
}

.column_3-2 h4 {
	margin: 5px 0 25px;
}

/*事例紹介*/
.column_3-2.case {
	padding: 30px;
	border: 1px solid #ddd;
}

.column_3-2.case span {
	display: inline-block;
	background: #0077C0;
	color: #fff;
	padding: 3px 8px;
}

.column_3-2>div {
	width: 35%;
}

.column_3-2>div img {
	margin: 0 auto 0 0;
}

.column_3-2 .column_txt {
	max-width: 65%;
	width: 100%;
	/*width:65%;*/
}

.column_3-2 ul {
	margin-bottom: 0;
}

/*.column_3-2 h4{
	margin: 5px 0 25px;
}*/

img {
	margin: 0 auto;
	border-radius: 5px;
}

.business_model {
	margin-top: 80px;
}

.business_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 3%;
	grid-row-gap: 0px;
	margin-top: 165px;
}

.business_item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.business_img {
	margin-bottom: 50px;
}

.business_img img {
	display: block;
	max-width: 100%;
}

.business_content {
	padding: 165px 55px 50px 55px;
	margin-top: -165px;
	background: #EFF6FF;
	height: 100%;
	border-radius: 8px;
}

.business_content h3 {
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.46;
	letter-spacing: 0.05em;
	color: #0077C0;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
	border: none;
}

.business_content p {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.875;
	margin-bottom: 25px;
}

.business_link_list {
	padding: 0;
	margin: 0;
}

.business_link_list li {
	border-bottom: 1px solid rgba(19, 133, 221, 0.24);
	list-style: none;
	margin: 0;
}

.business_link_list li a {
	display: block;
	position: relative;
	padding: 20px 40px 20px 4px;
	color: #222;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-decoration: none !important;
	transition: color 0.3s;
}

.business_link_list li a:after {
	content: '';
	position: absolute;
	display: block;
	background: url(../images/arrow_r_blue.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 14px;
	height: 10px;
	right: 10px;
	top: calc(50% - 5px);
	transition: background 0.3s;
}

.business_link_list li a:hover {
	color: #0077C0;
}

.business_link_list li a:hover::after {
	animation: icon-arrow 0.4s cubic-bezier(0.29, 0.65, 0.62, 1) forwards;
}

.link_btn {
	margin: 30px 0 60px;
	justify-content: center;
}

.link_btn a {
	background: transparent;
}

/*-------ショップ展開--------*/

.shop-development h3 {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
}
/*
.shop_map {
	max-width: 900px;
	margin: 0 auto;
}

.shop_map img {
	margin: 0 auto;
}
*/

.area-links { padding: 24px 16px; }

.jpmap {
  position: relative;
  max-width: 980px;     
  margin: 0 auto;
}
.jpmap img {
  width: 100%;
  height: auto;
  display: block;
}

.pin {
  position: absolute;
  left: var(--x);
  top:  var(--y);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
}

.pill {
  display: flex;
  justify-content: center;  /* テキスト中央 */
  align-items: center;
  padding: 10px calc(18px + 10px + 10px) 10px 16px;
  min-width: 150px;
  border-radius: 999px;
  background: #0077C0;
  color: #fff!important;
  transition: opacity .3s ease;
}

.pill::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
}

/* 矢印（borderで作成・白丸の中心に合わせる） */
.pill::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(10px + (24px - 8px) / 2);
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #0077C0;
  border-right: 2px solid #0077C0;
}


.pill:hover {
 opacity: .9; transform:
}


.shop_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 0px;
}

.shop_list li {
	position: relative;
	list-style: none;
}

.shop_list li:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	left: -14px;
	top: calc(50% - 4px);
	background-color: #0077C0;
	border-radius: 50%;
	vertical-align: middle;
}


.shop_list li a {
	color: #222;
}

/* MVNO回線提供 */

.mvno_link {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.two_column_list {
    display: flex;
    flex-wrap: wrap; 
	gap: 0 8%;
}

.two_column_list li {
    width: 46%; 
    box-sizing: border-box;
}

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

	h2 {
		font-size: 2.0rem;
		margin-top: 40px;
		margin-bottom: 20px;
		padding-top: 0;
	}

	h3 {
		font-size: 1.8rem;
		margin: 30px 0 15px;
	}

	.link_btn {
		margin: 20px 0 40px;
	}
	
	.business_model {
		margin-top: 40px;
	}

	.column_3-2.case {
		padding: 15px 10px;
	}

	.column_3-2 {
		gap: 0;
		margin-bottom: 30px;
		flex-wrap: wrap;
	}

	.column_3-2>div,
	.column_3-2>div img {
		width: 100%;
	}

	.column_3-2 .column_txt {
		width: 100%;
		max-width: 100%;
		margin-top: 15px;
	}

	.column_3-2 h4 {
		margin: 0 0 15px 0;
	}



	.business_list {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 80px;
	}

	.business_content {
		padding: 115px 20px 32px 20px;
		margin-top: -140px;
		width: 100%;
	}

	.business_item {
		margin-bottom: 40px;
	}

	.business_img img {
		width: 90%;
		margin: 0 auto;
		height: auto;
		max-height: unset;
	}


	.business_content h3 {
		margin-top: 14px;
		font-size: 2.4rem;
	}

	.business_content p {
		font-size: 1.5rem;
		margin-bottom: 11px;
	}

	.business_link_list li a {
		padding: 18px 40px 18px 0;
		font-size: 1.5rem;
	}


	/*-------ショップ展開--------*/

	.shop_anchor_list {
		background: #EFF6FF;
		padding: 30px 30px 10px 30px;
	}

	.shop_anchor_list ul {
		display: flex;
		flex-wrap: wrap;
		padding-left: 0;
		margin-bottom: 0;
	}

	.shop_anchor_list ul .grid2 {
		width: 50%;
		list-style: none;
		margin-bottom: 20px;
	}



	.caret-link {
		position: relative;
		text-decoration: none;
	}

	.caret-link::before {
		content: "";
		position: absolute;
		display: inline-block;
		width: 8px;
		height: 8px;
		left: 0;
		/*top:calc(50% - 4px);*/
		top: 6px;
		background-color: #0077C0;
		border-radius: 50%;
		vertical-align: middle;
	}

	.caret-link:hover {
		color: #0077C0;
	}

	.caret-link.down {
		padding-left: 16px;
		text-decoration: none;
	}

	.shop_list {
		grid-template-columns: repeat(1, 1fr);
	}

	/* MVNO回線提供 */

	.mvno_link {
		display: block;
	}

	.two_column_list li {
		width: 100%; 
	}

}