@charset "UTF-8";
/*------------------------------------------------------------common*/
.anchor_link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
	margin-bottom: 25px;
}
.anchor_link li {
  width: calc(50% - 5px);
  line-height: 1.3;
  text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.anchor_link li a {
	position: relative;
	display: block;
  height: 100%;
	color: #fff;
	text-decoration: none;
	background: #00a0a6;
	padding: 10px 32px 10px 10px;
  transition: all 0.5s;
}
.anchor_link li a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.anchor_link li a span {
	display: inline-block;
}

@media print, screen and (min-width:768px) {
.anchor_link {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
}
.anchor_link li {
  width: 23.5%;
}
.anchor_link li a {
	padding: 14px 37px 14px 15px;
}
.anchor_link li a:hover {
	background: #00006b;
}
.anchor_link li a:before {
	right: 17px;
}
}
/*------------------------------------------------------------sec01*/
#sec01 > div .business {
  max-width: 510px;
  margin: 0 auto;
	padding: 25px 15px;  
}
#sec01 .tx_box {
	position: relative;
  margin-bottom: -70px;
  padding-bottom: 20px;
	z-index: 1;
	text-align: left;
  background: rgba(255,255,255,0.7);
}
#sec01 .tx_box h3 {
  line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
}
#sec01 .tx_box h3 span {
  display: inline-block;
}
#sec01 .tx_box h3 strong {
  color: #00a0a6;
}
#sec01 .tx_box ul li {
	position: relative;
	margin-bottom: 10px;
  line-height: 1.5;
	padding-left: 20px;
}
#sec01 .tx_box ul li:before {
	position: absolute;
	top: 10px;
	left: 0;
  display: block;
  width: 15px;
  height: 5px;
	content: "";
  background: #00006b;
  background: linear-gradient(-45deg, #00a0a6, #00006b);
}

#sec01 .ph_box {
	background: #aaa;
}

@media print, screen and (min-width:768px) {
#sec01 > div {
	padding: 0;
}
#sec01 > div .business {
  max-width: 100%;
  margin: 0 auto;
	padding: 80px 0;  
}
#sec01 #business01 .business, #sec01 #business03 .business {
	display: flex;
	justify-content: center;
	align-items: center;
}
#sec01 #business02 .business, #sec01 #business04 .business {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}
#sec01 .tx_box {
  display: flex;
  align-items: center;
	width: 600px;
	height: 400px;
	padding: 0 30px;
  margin-bottom: 0;
}
#sec01 .tx_box h3 {
	font-size: 32px;
	margin-bottom: 30px;
}
#sec01 .ph_box {
	width: 750px;
	height: 550px;
}
#sec01 .tx_box ul li {
	padding-left: 30px;
}
#sec01 .tx_box ul li:before {
  width: 20px;
  height: 5px;
}

#sec01 #business01 .ph_box, #sec01 #business03 .ph_box {
	margin-left: -227px;
}
#sec01 #business02 .ph_box, #sec01 #business04 .ph_box {
	margin-right: -227px;
}
}
