@charset "UTF-8";

body {
	opacity: 0;
	animation: bodyAppear 0.3s 0.3s forwards;
}

@keyframes bodyAppear {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* business common */
.oa-main {
	margin-top: 200px;
}

@media screen and (max-width: 1024px) {
	.oa-main {
		margin-top: 122px;
	}
}

@media screen and (max-width: 767px) {
	.oa-main {
		margin-top: 102px;
	}
}

/*============================
	b-oa / business
============================*/
.boa__lead {
	max-width: 1065px;
}

.boa__items {
	width: 102%;
	margin-left: -1%;
}

.boa__atc {
	width: 31.33%;
	margin: 0 1%;
	margin-bottom: 100px;
}

.boa__atc:nth-child(4),
.boa__atc:nth-child(5),
.boa__atc:nth-child(6) {
	margin-bottom: 0;
}

.boa__img {
	margin-bottom: 30px;
}

.boa__btn.wh {
	border-color: #e60012;
	color: #e60012;
	width: fit-content;
	min-width: 325px;
	margin: 0 0 0 auto;
}

@media screen and (max-width: 1024px) {
	.boa__items {
		width: 102%;
		margin-left: -1%;
	}

	.boa__atc {
		width: 48%;
		margin: 0 1%;
		margin-bottom: 60px;
	}

	.boa__atc:nth-child(4) {
		margin-bottom: 60px;
	}

	.boa__atc:nth-child(5),
	.boa__atc:nth-child(6) {
		margin-bottom: 0;
	}

	.boa__img {
		margin-bottom: 20px;
	}

	.boa__btn.wh {
		min-width: 280px;
		margin: 0 0 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.boa__items {
		width: 100%;
		margin-left: 0;
	}

	.boa__atc {
		width: 100%;
		margin: 0 auto 30px;
	}

	.boa__items .boa__atc:nth-child(4) {
		margin-bottom: 30px;
	}

	.boa__items .boa__atc:nth-child(5) {
		margin-bottom: 30px;
	}

	.boa__atc:nth-child(6) {
		margin-bottom: 0;
	}

	.boa__img {
		margin-bottom: 20px;
	}

	.boa__btn.wh {
		min-width: 220px;
		margin: 0 0 0 auto;
	}
}

/*============================
	b-contents / business
============================*/
.bco__items {
	width: 102%;
	margin-left: -1%;
}

.bco__atc {
	width: 31.33%;
	margin: 0 1%;
	margin-bottom: 100px;
	padding-bottom: 100px;
	position: relative;
}

.bco__atc:nth-child(4),
.bco__atc:nth-child(5),
.bco__atc:nth-child(6) {
	margin-bottom: 0;
}

.bco__img {
	margin-bottom: 30px;
}

.bco__btn {
	position: absolute;
	bottom: 0;
	right: 0;
}

@media screen and (max-width: 1024px) {
	.bco__items {
		width: 102%;
		margin-left: -1%;
	}

	.bco__atc {
		width: 31.33%;
		margin: 0 1%;
		margin-bottom: 60px;
		padding-bottom: 60px;
	}

	.bco__atc:nth-child(4),
	.bco__atc:nth-child(5),
	.bco__atc:nth-child(6) {
		margin-bottom: 0;
	}

	.bco__img {
		margin-bottom: 20px;
	}

	.bco__btn {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

@media screen and (max-width: 767px) {
	.bco__items {
		width: 100%;
		margin-left: 0;
	}

	.bco__atc {
		width: 100%;
		margin: 0 1%;
		margin-bottom: 60px;
		padding-bottom: 60px;
	}

	.bco__atc:nth-child(4) {
		margin-bottom: 60px;
	}

	.bco__atc:nth-child(5) {
		margin-bottom: 60px;
	}

	.bco__atc:nth-child(6) {
		margin-bottom: 0;
	}

	.bco__img {
		margin-bottom: 20px;
	}

	.bco__btn {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

/* oa__page */

/*============================
	boa-top / oa__page
============================*/
.boat__lead {
	max-width: 1100px;
	margin: 0 auto 80px;
}

.boat__atc {
	width: 32%;
	max-width: 520px;
	box-shadow: 0 0 5px #cbcbcb;
	padding: 30px 2%;
}

.boat__atc--txtwrap {
	padding: 20px 0 0;
}

.boat__txt--top {
	align-items: flex-start;
}

.boat__rate {
	border-bottom: solid 1px #b7b7b7;
}

.boat__rate .rate {
	color: #cbcbcb;
}

.boat__rate .rate01 span:nth-child(1) {
	color: #e60012;
}

.boat__rate .rate02 span:nth-child(1),
.boat__rate .rate02 span:nth-child(2) {
	color: #e60012;
}

.boat__rate .rate03 span:nth-child(1),
.boat__rate .rate03 span:nth-child(2),
.boat__rate .rate03 span:nth-child(3) {
	color: #e60012;
}

.boat__rate .rate04 span:nth-child(1),
.boat__rate .rate04 span:nth-child(2),
.boat__rate .rate04 span:nth-child(3),
.boat__rate .rate04 span:nth-child(4) {
	color: #e60012;
}

.boat__rate .rate05 span {
	color: #e60012;
}

.boat__label li {
	width: 45px;
	margin: 0 10px 5px 0;
}

.boat__link {
	text-align: right;
}

.boat__link i {
	margin-left: 0.5em;
}

@media screen and (max-width: 1024px) {
	.boat__lead {
		margin: 0 auto 60px;
	}

	.boat__atc {
		width: 32%;
		padding: 20px 2%;
	}

	.boat__atc--txtwrap {
		padding: 20px 0 0;
	}

	.boat__txt--top {
		display: block;
	}

	.boat__rate {
		width: fit-content;
	}

	.boat__label li {
		width: 30px;
		margin: 0 5px 5px 0;
	}
}

@media screen and (max-width: 767px) {
	.boat__lead {
		margin: 0 auto 30px;
		text-align: left;
	}

	.boat__atc {
		width: 100%;
		padding: 20px 5%;
		margin: 0 auto 30px;
	}

	.boat__atc:last-child {
		margin-bottom: 0;
	}

	.boat__atc--txtwrap {
		padding: 20px 0 0;
	}

	.boat__txt--top {
		display: flex;
		flex-wrap: wrap;
	}

	.boat__label {
		display: flex;
	}

	.boat__rate {
		width: fit-content;
	}

	.boat__label li {
		width: 30px;
		margin: 0 5px 5px 0;
	}
}

/*============================
	boa-merit / oa__page
============================*/
.boam__atc {
	width: 24%;
	background: #fff;
	padding: 30px 2% 20px;
}

.boam__ico {
	height: 132px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.boam__ico img {
	width: auto;
}

.boam__h3 .txt {
	min-height: 3.2em;
	display: block;
}

@media screen and (max-width: 1024px) {
	.boam__atc {
		width: 24%;
		padding: 20px 2% 20px;
	}

	.boam__ico {
		height: 100px;
		margin-bottom: 20px;
	}

	.boam__ico img {
		width: auto;
		transform: scale(0.75);
	}

	.boam__h3 .txt {
		min-height: 3.2em;
		font-size: min(1.6rem, 1.8vw);
	}
}

@media screen and (max-width: 767px) {
	.boam__atc {
		width: 100%;
		padding: 30px 5% 20px;
		margin: 0 auto 30px;
	}

	.boam__atc:last-child {
		margin-bottom: 0;
	}

	.boam__ico {
		height: 100px;
		margin-bottom: 20px;
	}

	.boam__ico img {
		width: auto;
		transform: scale(0.75);
	}

	.boam__h3 .txt {
		min-height: auto;
		font-size: 1.6rem;
	}
}

/*============================
	boa-choose / oa__page
============================*/
.boa-choose {
	padding-bottom: 0;
}

.boac__img {
	width: 45%;
	max-width: 685px;
}

.boac__txtwrap {
	width: 52%;
}

.boac__btn {
	width: 48%;
	min-width: 400px;
	margin-bottom: 20px;
}

.boac__btn a {
	background-color: #fff;
	color: #e60012;
	width: 100%;
	font-size: 1.8rem;
}

.boac__btn a:hover {
	color: #fff;
	background-color: #e60012;
}

.boac__box {
	width: 48%;
	padding: 40px 2%;
	border: solid 1px #c6c6c6;
}

.boac__btn02 a {
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.boac__img {
		width: 45%;
	}

	.boac__txtwrap {
		width: 52%;
	}

	.boac__btn02 {
		width: 48%;
		min-width: 350px;
		margin-bottom: 15px;
	}

	.boac__box {
		width: 48%;
		padding: 30px 2%;
	}
	.boac__btn {
		min-width: 360px;
	}
	.boac__btn a {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 767px) {
	.boac__img {
		width: 100%;
		margin-bottom: 30px;
	}

	.boac__txtwrap {
		width: 100%;
	}

	.boac__btn {
		width: 100%;
		min-width: 300px;
		margin-bottom: 10px;
	}
	.boac__btn a {
		font-size: 1.4rem;
	}

	.boac__box {
		width: 100%;
		padding: 30px 5%;
		margin: 0 auto 20px;
	}

	.boac__box:last-child {
		margin-bottom: 0;
	}

	.boac__txt {
		text-align: left;
	}
}

/*============================
	boa-rason / oa__page
============================*/
.boar__items {
	width: 102%;
	margin-left: -1%;
}

.boar__atc {
	width: 31.33%;
	margin: 0 1% 100px;
}

.buar__btn a {
	width: 560px;
	font-size: 2.2rem;
	text-align: center;
	margin: 0 auto;
	line-height: 100px;
	border-radius: 50px;
}

@media screen and (max-width: 1024px) {
	.boar__items {
		width: 102%;
		margin-left: -1%;
	}

	.boar__atc {
		width: 31.33%;
		margin: 0 1% 60px;
	}

	.buar__btn a {
		width: 400px;
		font-size: 1.8rem;
		line-height: 60px;
		border-radius: 30px;
	}
}

@media screen and (max-width: 767px) {
	.boar__items {
		width: 100%;
		margin-left: 0;
	}

	.boar__atc {
		width: 100%;
		margin: 0 auto 40px;
	}

	.buar__btn a {
		width: 300px;
		font-size: 1.4rem;
		line-height: 50px;
		border-radius: 25px;
	}
}

/*============================
	boa-contents / oa__page
============================*/
.boa-contents {
	padding-bottom: 0;
}

.boact__atc {
	width: 32%;
	max-width: 500px;
	min-height: min(60vw,671.28px);
	position: relative;
}

.boact__img {
	margin-bottom: 20px;
}

.boact__btn {
	position: absolute;
	right: 0;
	bottom:0;
}

.boact__btn a {
	margin: 0 0 0 auto;
}

.boact__box {
	padding: 50px 3%;
	border: solid 1px #c6c6c6;
}

.boact__btn02 a {
	margin: 0 auto;
	color: #e60012;
	background: #fff;
}

.boact__btn02 a:hover {
	background: #e60012;
	color: #fff;
}

.boact__boxwrap .boact__box {
	width: 48%;
}

.boact__boxwrap .boact__btn02 a {
	margin: 0 0 0 auto;
}

@media screen and (max-width: 1024px) {
	.boact__atc {
		width: 32%;
		min-height: min(64vw,512px);
	}

	.boact__img {
		margin-bottom: 20px;
	}

	.boact__btn a {
		margin: 0 0 0 auto;
	}

	.boact__box {
		padding: 30px 3%;
	}

	.boact__boxwrap .boact__box {
		width: 48%;
	}

	.boact__boxwrap .boact__btn02 a {
		margin: 0 0 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.boact__atc {
		width: 100%;
		margin: 0 auto 40px;
		min-height: auto;

	}

	.boact__img {
		margin-bottom: 15px;
	}

	.boact__box {
		padding: 30px 5%;
		margin: 0 auto 20px;
	}

	.boact__box--txt {
		text-align: left;
	}

	.boact__btn {
		position: static;
	}

	.boact__boxwrap .boact__box {
		width: 100%;
		margin: 0 auto 20px;
	}

	.boact__boxwrap .boact__btn02 a {
		margin: 0 auto;
	}
}

/* oa02__page */
/*============================
	boa02-top / oa02__page
============================*/
.boat02__atc {
	width: 24%;
	max-width: 370px;
	background: #f9f9f9;
	padding: 30px 2%;
}

.boat02__h3 {
	position: relative;
	line-height: 1.4;
}

.boat02__h3::before {
	content: "";
	position: absolute;
	width: 2em;
	height: 1.5px;
	background-color: #e60012;
	bottom: -0.5em;
	left: 50%;
	transform: translate(-50%);
}

.boat02__ico {
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.boat02__ico img {
	width: auto;
}

.boat02__copy .color-ma {
	font-size: 4.6rem;
	line-height: 1;
}

.boat02__img {
	max-width: 1080px;
	margin: 0 auto 150px;
}

.boat02__point--atc {
	width: 49%;
	background: #fff;
	border: solid 1px #e3e3e3;
	padding: 20px 2%;
	margin-bottom: 30px;
}

.boat02__point--ico {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.boat02__point--ico img {
	width: auto;
}

.boat02__point--txtwrap {
	width: 65%;
}

.boat02__point--h3 {
	margin-bottom: 10px;
}

.boat02__point--h3 .boxtxt {
	background: #e60012;
	display: inline-block;
	color: #fff;
	line-height: 30px;
	padding: 0 0.5em;
	margin-left: 10px;
}

@media screen and (max-width: 1024px) {
	.boat02__atc {
		width: 24%;
		padding: 30px 2%;
	}

	.boat02__h3 {
		font-size: min(1.8rem, 1.6vw);
	}

	.boat02__h3::before {
		bottom: -1em;
	}

	.boat02__ico {
		height: 100px;
		margin-bottom: 10px;
	}

	.boat02__ico img {
		width: auto;
		transform: scale(0.75);
	}

	.boat02__copy .color-ma {
		font-size: 3rem;
	}

	.boat02__img {
		margin: 0 auto 100px;
	}

	.boat02__point--atc {
		width: 49%;
		padding: 20px 2%;
		margin-bottom: 20px;
	}

	.boat02__point--ico {
		width: 30%;
	}

	.boat02__point--ico img {
		width: auto;
		transform: scale(0.75);
	}

	.boat02__point--txtwrap {
		width: 65%;
	}

	.boat02__point--h3 {
		margin-bottom: 10px;
	}

	.boat02__point--h3 .boxtxt {
		line-height: 26px;
		margin: 5px 0 0 5px;
	}
}

@media screen and (max-width: 767px) {
	.boat02__lead {
		text-align: left;
	}

	.boat02__atc {
		width: 100%;
		padding: 30px 5%;
		margin: 0 auto 20px;
	}

	.boat02__atc:last-child {
		margin-bottom: 0;
	}

	.boat02__h3 {
		font-size: 1.6rem;
	}

	.boat02__h3::before {
		bottom: -1em;
	}

	.boat02__ico {
		height: auto;
		margin-bottom: 10px;
	}

	.boat02__ico img {
		width: auto;
		transform: scale(0.75);
	}

	.boat02__copy {
		line-height: 1.4;
	}

	.boat02__copy .color-ma {
		font-size: 2rem;
	}

	.boat02__img {
		margin: 0 auto 60px;
	}
	.boat02__img {
		overflow: hidden;
		overflow-x: scroll;
	}
	.boat02__img img {
		min-width: 700px;
	}
	.boat02__point--atc {
		width: 100%;
		padding: 20px 5%;
		margin: 0 auto 20px;
	}

	.boat02__point--atc:last-child {
		margin-bottom: 0;
	}

	.boat02__point--ico {
		width: 100%;
	}

	.boat02__point--ico img {
		width: auto;
		transform: scale(0.75);
	}

	.boat02__point--txtwrap {
		width: 100%;
	}

	.boat02__point--h3 {
		margin-bottom: 10px;
	}

	.boat02__point--h3 .boxtxt {
		line-height: 20px;
		margin: 5px 0 0 5px;
	}
}

/*============================
	boa02-lineup / oa02__page
============================*/
.baol02__tab {
	width: 33.33%;
	font-weight: bold;
	text-align: center;
	background: #fff;
	padding: 0.5em;
	position: relative;
	border: solid 1px #e0e0e0;
	cursor: pointer;
	transition: 0.3s ease-out;
}

.baol02__tab.active {
	background: #e60012;
	color: #fff;
}

.baol02__tab:nth-child(4),
.baol02__tab:nth-child(5) {
	width: 50%;
}

.baol02__tab i {
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(0, -50%);
	color: #e60012;
}

.baol02__tab.active i {
	color: #fff;
}

.boal02__atcwarp {
	background: #fff;
	border: solid 1px #e0e0e0;
	border-top: none;
	padding: 60px 5%;
}

.boal02__atc--flex {
	margin-bottom: 60px;
}

.boal02__atc--flex:last-child {
	margin-bottom: 0;
}

.boal02__img {
	width: 30%;
	max-width: 383px;
}

.boal02__txtwrap {
	width: 70%;
	padding: 0 0 0 3%;
}

.boal02__box {
	padding: 20px 5%;
}

.boal02__box--ttl {
	display: flex;
	margin-bottom: 10px;
}

.boal02__box--ttl .name {
	white-space: nowrap;
	width: 110px;
	border-right: solid 1px #9a9a9a;
}

.boal02__box--ttl .txt {
	padding-left: 16px;
	width: calc(100% - 110px);
}

.boal02__txt .name {
	white-space: nowrap;
	width: 110px;
	border-right: solid 1px #9a9a9a;
}

.boal02__txt .txt {
	padding-left: 16px;
	width: calc(100% - 110px);
	font-weight: 500;
}

.boal02__link {
	text-align: right;
}

.boal02__link i {
	margin-left: 0.5em;
	color: #e60012;
}

.filter-atc {
	display: none;
}

.boal02__atc:first-child {
	display: block;
}

@media screen and (max-width: 1024px) {
	.baol02__tab {
		width: 33.33%;
		font-size: 1.4rem;
	}

	.baol02__tab:nth-child(4),
	.baol02__tab:nth-child(5) {
		width: 50%;
	}

	.baol02__tab i {
		right: 3%;
	}

	.boal02__atcwarp {
		padding: 40px 5%;
	}

	.boal02__atc--flex {
		margin-bottom: 30px;
	}

	.boal02__img {
		width: 30%;
	}

	.boal02__txtwrap {
		width: 70%;
		padding: 0 0 0 4%;
	}

	.boal02__box {
		padding: 15px 5%;
	}

	.boal02__box--ttl {
		display: flex;
		margin-bottom: 10px;
	}

	.boal02__box--ttl .name {
		width: 90px;
	}

	.boal02__box--ttl .txt {
		padding-left: 16px;
		width: calc(100% - 90px);
	}

	.boal02__txt .name {
		width: 90px;
	}

	.boal02__txt .txt {
		padding-left: 16px;
		width: calc(100% - 90px);
	}
}

@media screen and (max-width: 767px) {
	.baol02__tab {
		width: 100%;
		font-size: 1.2rem;
	}

	.baol02__tab:nth-child(4),
	.baol02__tab:nth-child(5) {
		width: 100%;
	}

	.baol02__tab i {
		right: 3%;
	}

	.boal02__atcwarp {
		padding: 30px 5%;
	}

	.boal02__img {
		width: 100%;
		margin: 0 auto 20px;
	}

	.boal02__txtwrap {
		width: 100%;
		padding: 0;
	}

	.boal02__h3 {
		font-size: 1.8rem;
	}

	.boal02__box {
		padding: 10px 5%;
	}

	.boal02__box--ttl {
		display: flex;
		margin-bottom: 10px;
	}

	.boal02__box--ttl .name {
		width: 70px;
	}

	.boal02__box--ttl .txt {
		padding-left: 16px;
		width: calc(100% - 70px);
		font-size: 1.6rem;
	}

	.boal02__txt {
		display: flex;
	}

	.boal02__txt .name {
		width: 70px;
	}

	.boal02__txt .txt {
		width: calc(100% - 70px);
		padding-left: 16px;
	}
}

/*============================
	boa02-after / oa02__page
============================*/
.boaa02__items {
	max-width: 1200px;
	margin: 0 auto 50px;
}

.boaa02__items .boat02__atc {
	width: 32%;
	max-width: 370px;
}

.boaa__btn a {
	text-align: center;
	width: 500px;
	line-height: 98px;
	border-radius: 50px;
	margin: 0 auto 100px;
}

.boaa__h4 {
	padding: 1em 0.5em;
	background: #fff;
	box-shadow: 0 0 15px rgba(203, 203, 230, 0.5);
	max-width: 1200px;
	margin: 0 auto;
}

.boaa__h4 .num {
	font-size: 9.6rem;
	line-height: 1;
}

@media screen and (max-width: 1024px) {
	.boaa02__items {
		margin: 0 auto 50px;
	}

	.boaa02__items .boat02__atc {
		width: 32%;
	}

	.boaa__btn a {
		width: 400px;
		line-height: 58px;
		border-radius: 30px;
		margin: 0 auto 60px;
	}

	.boaa__h4 .num {
		font-size: 5rem;
	}
}

@media screen and (max-width: 767px) {
	.boaa02__items {
		margin: 0 auto 50px;
	}

	.boaa02__items .boat02__atc {
		width: 100%;
	}

	.boaa__btn a {
		width: 300px;
		line-height: 48px;
		border-radius: 25px;
		margin: 0 auto 60px;
	}

	.boaa__h3 {
		font-size: min(1.8rem, 3.4vw);
	}

	.boaa__h4 .num {
		font-size: 3rem;
	}
}

/*============================
	boa02-case / oa02__page
============================*/
.boa02-case {
	padding-bottom: 0;
}

.boac02__atc {
	width: 48%;
	background: #fff;
	padding: 20px 2%;
	box-shadow: 0 0 5px rgba(203, 203, 230, 1);
}

@media screen and (max-width: 1024px) {
	.boac02__atc {
		width: 48%;
		padding: 20px 3%;
	}
}

@media screen and (max-width: 767px) {
	.boac02__atc {
		width: 100%;
		padding: 20px 5%;
		margin: 0 auto 30px;
	}

	.boac02__atc:last-child {
		margin-bottom: 0;
	}
}

/*============================
 boa02-flow  / oa02__page
============================*/
.boaf02__items {
	max-width: 1000px;
	margin: 0 auto 80px;
}

.boaf02__item {
	width: 28.33%;
	margin: 0 2% 50px;
	height: 230px;
	background: #fff;
	border: solid 1px #c3c3c3;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.boaf02__item::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 16px;
	background: url(../img/business/flow_arw.png) no-repeat center center/contain;
	top: 50%;
	right: -11%;
	transform: translate(0, -50%);
}

.boaf02__items.btm .boaf02__item:last-child:before {
	display: none;
}

.boaf02__h3 .num {
	display: block;
	font-weight: bold;
	font-size: 5rem;
	line-height: 1;
}

.boaf02__pop {
	top: 5%;
	left: 90%;
	transform: translate(-50%, -50%);
	width: 112px;
	height: 112px;
	border-radius: 50%;
	color: #fff;
	background: #e60012;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	font-size: 2rem;
}

.boaf02__h4 {
	position: relative;
	max-width: 1000px;
	margin: 0 auto 80px;
}

.boaf02__h4::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	background: #e60012;
}

.boaf02__h4 .txt {
	padding: 0 1em;
	width: fit-content;
	background: #f2f2f2;
	position: relative;
}

.boaf02__btm {
	max-width: 1000px;
	margin: 0 auto;
}

.boaf02__btm--txtwrap {
	white-space: nowrap;
	width: 55%;
}

.boaf02__map--h3 {
	font-size: 4.6rem;
}

.boaf02__map {
	width: 45%;
	max-width: 376px;
}

@media screen and (max-width: 1024px) {
	.boaf02__items {
		width: 100%;
		margin: 0 auto 80px;
	}

	.boaf02__item {
		width: 28.33%;
		margin: 0 2% 50px;
		height: 200px;
	}

	.boaf02__item::before {
		width: 18px;
		height: 16px;
		top: 50%;
		right: -13%;
	}

	.boaf02__h3 .num {
		font-size: 4rem;
	}

	.boaf02__pop {
		top: 5%;
		left: 90%;
		width: 90px;
		height: 90px;
		font-size: 1.6rem;
	}

	.boaf02__h4 {
		max-width: 1000px;
		margin: 0 auto 80px;
	}

	.boaf02__btm--txtwrap {
		width: 55%;
	}

	.boaf02__map--h3 {
		font-size: 3rem;
	}

	.boaf02__map {
		width: 45%;
	}
}

@media screen and (max-width: 767px) {
	.boaf02__items {
		width: 100%;
		display: flex;
		margin: 0 auto 20px;
	}

	.boaf02__item {
		width: 44%;
		margin: 0 3% 30px;
		height: 150px;
	}

	.boaf02__item::before {
		width: 14px;
		height: 12px;
		top: 50%;
		right: -13%;
	}

	.boaf02__h3 .num {
		font-size: 3rem;
	}

	.boaf02__h3 .txt {
		font-size: 1.4rem;
	}

	.boaf02__h3 .fs-18 {
		font-size: 1rem;
	}

	.boaf02__pop {
		top: 5%;
		left: 90%;
		width: 60px;
		height: 60px;
		font-size: 1.2rem;
	}

	.boaf02__h4 {
		margin: 0 auto 30px;
	}

	.boaf02__btm--txtwrap {
		width: 100%;
		text-align: center;
	}

	.boaf02__map--h3 {
		font-size: 2rem;
	}

	.boaf02__map {
		width: 70%;
		margin: 20px auto 0;
		display: none;
	}
}

/* oa03__page */
/*============================
	boa03-top / oa03__page
============================*/
.boat03__ttl {
	width: fit-content;
	margin: 0 auto 80px;
	padding-bottom: 0.5em;
}

.boat03__atc {
	width: 32%;
	max-width: 510px;
}

.boat03__h3 {
	background: #f2f2f2;
	padding: 0.25em;
}

.boag03__ul {
	width: fit-content;
	margin: 0 auto 20px;
}

.boat03__items02 {
	max-width: 1200px;
	margin: 0 auto;
}

.boat03__items02 .boat02__atc {
	width: 32%;
	max-width: 380px;
}

.boat03__copy .fs-50 {
	font-size: 5rem;
	line-height: 1;
}

@media screen and (max-width: 1024px) {
	.boat03__ttl {
		margin: 0 auto 60px;
	}

	.boat03__atc {
		width: 32%;
	}

	.boag03__ul {
		font-size: 1.4rem;
		margin: 0 auto 20px;
	}

	.boat03__items02 .boat02__atc {
		width: 32%;
	}

	.boat03__copy .fs-50 {
		font-size: 3rem;
	}
}

@media screen and (max-width: 767px) {
	.boat03__ttl {
		margin: 0 auto 40px;
	}

	.boat03__lead {
		text-align: left;
	}

	.boat03__atc {
		width: 100%;
		margin: 0 auto 30px;
	}

	.boat03__atc:last-child {
		margin-bottom: 0;
	}

	.boag03__ul {
		font-size: 1.4rem;
		margin: 0 auto 20px;
	}

	.boat03__items02 .boat02__atc {
		width: 100%;
		margin: 0 auto 20px;
	}

	.boat03__items02 .boat02__atc:last-child {
		margin-bottom: 0;
	}

	.boat03__copy {
		position: relative;
		width: fit-content;
		margin: 0 auto 30px;
	}

	.boat03__copy .fs-50 {
		font-size: 2.2rem;
		position: relative;
		line-height: 1.4;
	}

	.boat03__copy .left {
		position: absolute;
		left: -1em;
		top: 65%;
		transform: translate(0, -50%);
	}

	.boat03__copy .right {
		position: absolute;
		right: -1em;
		top: 65%;
		transform: translate(0, -50%);
	}
}

/*============================
	boa03-after / oa03__page
============================*/
.baaa03__h4wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.baaa03__h4wrap .boaa__h4 {
	width: 49%;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

@media screen and (max-width: 767px) {
	.baaa03__h4wrap .boaa__h4 {
		width: 100%;
		margin: 0 auto 20px;
	}

	.baaa03__h4wrap .boaa__h4:last-child {
		margin-bottom: 0;
	}
}

/*============================
	boa03-case  / oa03__page
============================*/
.boa03-case {
	padding-bottom: 0;
}

.boa03-case .boac02__atc {
	margin-bottom: 30px;
}

.boa03-case .boac02__atc:last-child {
	margin-bottom: 0;
}

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

@media screen and (max-width: 767px) {
	.boa03-case .boac02__atc {
		margin-bottom: 20px;
	}
}

/* oa04__page */
/*============================
	boa04-top  / oa03__page
============================*/
.boa04-top {
	padding-bottom: 0;
}

/*============================
	boa04-category / oa03__page
============================*/
.boac04__atc {
	width: 49%;
	background: #fff;
	border: solid 1px #e3e3e3;
	padding: 20px 2%;
	margin-bottom: 20px;
}

.boac04__img {
	max-width: 254px;
	width: 40%;
}

.boac04__txtwarp {
	width: 58%;
}

@media screen and (max-width: 1024px) {
	.boac04__atc {
		width: 49%;
		padding: 20px 2%;
		margin-bottom: 20px;
	}

	.boac04__img {
		width: 40%;
	}

	.boac04__txtwarp {
		width: 57%;
	}
}

@media screen and (max-width: 767px) {
	.boac04__atc {
		width: 100%;
		padding: 20px 5%;
		margin: 0 auto 20px;
	}

	.boac04__atc:last-child {
		margin-bottom: 0;
	}

	.boac04__img {
		width: 100%;
		margin: 0 auto 20px;
	}

	.boac04__txtwarp {
		width: 100%;
	}
}

/*============================
	boa04-lineup  / oa03__page
============================*/
.boa04-lineup .baol02__tab {
	width: 25%;
}

.boa04-lineup .boal02__atc--flex {
	width: 48%;
}

.boa04-lineup .boal02__atc--flex:last-child {
	margin-bottom: 60px;
}

.boa04-lineup .boal04__img {
	max-width: 250px;
	width: 35%;
}

.boa04-lineup .boal04__txtwrap {
	width: 62%;
}

.boa04-lineup .boal02__txt {
	margin-bottom: 0.5em;
	font-size: 1.6rem;
}

.boa04-lineup .boal02__txt .name {
	width: 50%;
	border-right: solid 1px #a5a5a5;
	padding: 0 0.5em 0 0;
	font-size: 1.6rem;
}

.boa04-lineup .boal02__txt .txt {
	width: 50%;
	padding: 0 0 0 0.5em;
}

.boal04__more--btn {
	text-align: center;
	background: #ffff;
	color: #222222;
	border-color: #c8c8c8;
	margin: 0 auto;


}

.boal04__more--btn:hover {
	background: #222222;
	color: #ffff;
}



 .ac__area {
	display: none;
} 

.boal__container:first-child {
	display: block;
}

.boal04__more--btn.close {
	display: none;
}

.boal04__h3.fs-24 {
	font-size: 2rem;
}

@media screen and (max-width: 1024px) {
	.boa04-lineup .baol02__tab {
		width: 25%;
	}

	.boa04-lineup .boal02__atc--flex {
		width: 48%;
	}

	.boa04-lineup .boal04__img {
		width: 35%;
	}

	.boa04-lineup .boal04__txtwrap {
		width: 62%;
	}

	.boa04-lineup .boal02__txt .name {
		width: 50%;
		padding: 0 0.5em 0 0;
		white-space: normal;
		font-size: 1.4rem;
	}

	.boa04-lineup .boal02__txt .txt {
		width: 50%;
		padding: 0 0 0 0.5em;
		font-size: 1.4rem;
	}

	.boal04__h3.fs-24 {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 767px) {
	.baol02__tabwrap {
		display: flex;
	}

	.boal02__ttl {
		line-height: 1.4;
	}

	.boa04-lineup .baol02__tab {
		width: 50%;
	}

	.boa04-lineup .boal02__atc--flex {
		width: 100%;
	}

	.boa04-lineup .boal04__img {
		width: 100%;
		margin: 0 auto 20px;
	}

	.boa04-lineup .boal04__txtwrap {
		width: 100%;
	}

	.boa04-lineup .boal02__txt {
		display: flex;
	}

	.boa04-lineup .boal02__txt .name {
		width: 50%;
		padding: 0 0.5em 0 0;
	}

	.boa04-lineup .boal02__txt .txt {
		width: 50%;
		padding: 0 0 0 0.5em;
	}
}

/*============================
	boa04-flow   / oa03__page
============================*/
.boar04__lead02 .fs-50 {
	font-size: 5rem;
	line-height: 1;
}

.boaf04__item02 {
	background: #fff;
	padding: 20px 3%;
	width: 48%;
}

.boaf04__item02 .fs-50 {
	font-size: 5rem;
	line-height: 1;
}

@media screen and (max-width: 1024px) {
	.boar04__lead02 .fs-50 {
		font-size: 3rem;
	}

	.boaf04__item02 {
		padding: 20px 3%;
		width: 48%;
	}

	.boaf04__item02 .fs-50 {
		font-size: 3rem;
	}
}

@media screen and (max-width: 767px) {
	.boar04__lead02 .fs-50 {
		font-size: 2.4rem;
	}

	.boaf02__items.btm {
		display: flex;
	}

	.boaf04__item02 {
		padding: 20px 5%;
		width: 100%;
		margin: 0 auto 10px;
	}

	.boaf04__item02 .fs-50 {
		font-size: 2.4rem;
	}

	.boal04__h3 {
		font-size: 2.2rem;
	}

	.boal04__h3.fs-24 {
		font-size: 1.6rem;
	}
}

/* oa05__page */
/*============================
	boa05-top  / oa05__page
============================*/
.boa05-top {
	padding-bottom: 0;
}

/*============================
	boa05-case   / oa05__page
============================*/

.bocs05__atc {
	width: 32%;
	max-width: 520px;
	background: #fff;
}

.bocs05__atc a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px 5%;
}

.bocs-5__img {
	margin-bottom: 20px;
}

.bocs05__arw {
	text-align: right;
}

.bocs05__arw i {
	margin-left: 0.5em;
	color: #e60012;
}

@media screen and (max-width: 1024px) {
	.bocs05__atc {
		width: 32%;
	}

	.bocs05__atc a {
		padding: 20px 5%;
	}

	.bocs-5__img {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.bocs05__atc {
		width: 100%;
		margin: 0 auto 30px;
	}

	.bocs05__atc:last-child {
		margin-bottom: 0;
	}

	.bocs05__atc a {
		padding: 20px 5%;
	}

	.bocs-5__img {
		margin-bottom: 20px;
	}
}

/*============================
	boa05-flow   / oa05__page
============================*/
.boa05-flow {
	padding-bottom: 0;
}

.boaf05__items .boaf02__item {
	width: 16%;
}

.boaf05__items .boaf02__item::before {
	right: -16%;
}

.boaf05__items .boaf02__item:last-child::before {
	display: none;
}

@media screen and (max-width: 1024px) {
	.boaf05__items .boaf02__item {
		width: 16%;
		min-width: 150px;
	}

	.boaf05__items .boaf02__item::before {
		right: -17%;
	}
}

@media screen and (max-width: 767px) {
	.boaf05__items {
		display: flex;
	}

	.boaf05__items .boaf02__item {
		width: 44%;
		min-width: auto;
		margin: 0 3% 30px;
	}

	.boaf05__items .boaf02__item::before {
		right: -13%;
	}
}

/* oa06__page */
/*============================
	boa06-top  / oa06__page
============================*/
.boa06-top {
	padding-bottom: 0;
}

.boat06__ttl {
	width: fit-content;
	padding-bottom: 0.5em;
	margin: 0 auto 80px;
}

.boa06-top .boat02__atc {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 1%;
}

@media screen and (max-width: 1024px) {
	.boat06__ttl {
		margin: 0 auto 60px;
	}
}

@media screen and (max-width: 767px) {
	.boat06__lead {
		text-align: left;
	}

	.boat06__ttl {
		margin: 0 auto 40px;
	}

	.boa06-top .boat02__atc .boat06__h3 {
		display: block;
	}
}

/*============================
	boa06-service  / oa06__page
============================*/
.boa06-service {
	padding-bottom: 0;
}

.boas06__ttl {
	max-width: 723px;
	margin: 0 auto 80px;
}

.boac06__items {
	max-width: 800px;
	margin: 0 auto 80px;
}

.boac06__atc {
	width: 48%;
	max-width: 350px;
}

.boas06__tab {
	width: 50%;
	text-align: center;
	border-right: solid 1px #d6d6d6;
	font-weight: bold;
	cursor: pointer;
	transition: 0.3s ease-out;
}

.boas06__tab:last-child {
	border: none;
}

.boas06__tab i {
	color: #e60012;
	margin-left: 2em;
}

.boas06__tab:hover,
.boas06__tab.active {
	color: #e60012;
}

.oa06__tabarea .filter-atc:first-child {
	display: block;
}

.boas06__boxwrap {
	padding-top: 30px;
	border-top: solid 1px #e60012;
}

.boas06__box {
	width: 48%;
	max-width: 580px;
	padding: 20px 2%;
	border: solid 1px #e3e3e3;
	margin-bottom: 30px;
}

.boas__btmbox {
	padding: 20px 2%;
	border: solid 1px #e3e3e3;
}

.boas__btmbox .boas06__box {
	padding: 0;
	border: none;
}

.boas06__box.imgbox {
	padding: 0;
	border: none;
}

.boas06__box:last-child {
	margin-bottom: 0;
}

.boas06__ico {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.boas06__box:nth-child(1) .boas06__ico img,
.boas06__box:nth-child(5) .boas06__ico img,
.boas06__box:nth-child(6) .boas06__ico img {
	transform: scale(0.8);
}

.boas06__ico img {
	width: auto;
}

.boas06__txtwrap {
	width: 75%;
}

@media screen and (max-width: 1024px) {
	.boas06__ttl {
		max-width: 500px;
		margin: 0 auto 60px;
	}

	.boac06__items {
		margin: 0 auto 60px;
	}

	.boac06__atc {
		width: 48%;
	}

	.boas06__tab {
		width: 50%;
	}

	.boas06__tab i {
		margin-left: 2em;
	}

	.boas06__boxwrap {
		padding-top: 30px;
	}

	.boas06__box {
		width: 48%;
		padding: 20px 2%;
		margin-bottom: 30px;
	}

	.boas06__ico {
		width: 20%;
	}

	.boas06__ico img {
		width: auto;
		transform: scale(0.75);
	}

	.boas06__box:nth-child(1) .boas06__ico img,
	.boas06__box:nth-child(5) .boas06__ico img,
	.boas06__box:nth-child(6) .boas06__ico img {
		transform: scale(0.6);
	}

	.boas06__txtwrap {
		width: 75%;
	}
}

@media screen and (max-width: 767px) {
	.boas06__ttl {
		max-width: 340px;
		margin: 0 auto 40px;
	}

	.boac06__items {
		display: flex;
		margin: 0 auto 60px;
	}

	.boac06__atc {
		width: 48%;
	}

	.boas06__tabwrap {
		display: block;
	}

	.boas06__tab {
		width: 100%;
		border: none;
		font-size: 1.4rem;
		line-height: 2;
	}

	.boas06__tab i {
		margin-left: 1em;
	}

	.boas06__boxwrap {
		padding-top: 30px;
	}

	.boas06__box {
		width: 100%;
		padding: 20px 5%;
		margin-bottom: 30px;
	}

	.boas__btmbox {
		padding: 20px 5%;
	}

	.boas06__ico {
		width: 60%;
		margin: 0 auto 20px;
	}

	.boas06__ico img {
		width: auto;
		transform: scale(1);
	}

	.boas06__box:nth-child(1) .boas06__ico img,
	.boas06__box:nth-child(5) .boas06__ico img,
	.boas06__box:nth-child(6) .boas06__ico img {
		transform: scale(0.8);
	}

	.boas06__txtwrap {
		width: 100%;
	}
}

/*============================
	oa06__tabarea  / oa06__page
============================*/
.boaf06__txtwrap {
	width: 48%;
}

.boaf06__img {
	width: 48%;
}

/* pdf */
.boa05__pdf {
	padding-bottom: 0;
}

.boa05__pdfbox {
	padding: 30px 0;
	border-top: solid 1px #a5a5a5;
	border-bottom: solid 1px #a5a5a5;
}

.boa05__pdfbtn {
	width: 48%;
	margin: 0 1% 20px;
}

.boa05__pdfbtn a {
	display: block;
	width: 100%;
	height: 100%;
	border: solid 1px #a5a5a5;
	color: #00134a;
	font-weight: bold;
	font-size: 1.8rem;
	padding: 0.5em 1em 0.5em 90px;
	border-radius: 5px;
	position: relative;
}

.boa05__pdfbtn .pdf {
	display: inline-block;
	background: #e60012;
	color: #fff;
	width: fit-content;
	margin-right: 0.5em;
	line-height: 35px;
	padding: 0 0.5em;
	position: absolute;
	left: 1em;
	top: 50%;
	transform: translate(0, -50%);
}

.oa06__tabarea .boat02__atc {
	width: 32%;
}

@media screen and (max-width: 1024px) {
	.boaf06__txtwrap {
		width: 48%;
	}

	.boaf06__img {
		width: 48%;
	}

	/* pdf */

	.boa05__pdfbox {
		padding: 30px 0;
	}

	.boa05__pdfbtn {
		width: 48%;
		margin: 0 1% 20px;
	}

	.boa05__pdfbtn a {
		font-size: 1.4rem;
		padding: 1em 1em 1em 70px;
		border-radius: 5px;
		line-height: 1.2;
	}

	.boa05__pdfbtn .pdf {
		margin-right: 0;
		line-height: 30px;
		left: 1em;
		top: 50%;
	}

	.oa06__tabarea .boat02__atc {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.boaf06__txtwrap {
		width: 100%;
		margin-bottom: 30px;
	}

	.boaf06__img {
		width: 100%;
	}

	/* pdf */

	.boa05__pdfbox {
		padding: 20px 0;
	}

	.boa05__pdfbtn {
		width: 100%;
		margin: 0 1% 20px;
	}

	.boa05__pdfbtn a {
		font-size: 1.2rem;
		padding: 1em 1em 1em 60px;
		border-radius: 5px;
		line-height: 1.2;
	}

	.boa05__pdfbtn .pdf {
		font-size: 1.2rem;
		line-height: 24px;
		left: 1em;
		top: 50%;
	}
}

/*  icon__page */
/*============================
	ico-top  / icon__page
============================*/
.ico-top {
	padding-bottom: 0;
}

.ico-top .boat06__h3 {
	min-height: 5em;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ico-top .wbox {
	background: #fff;
	padding: 1em;
}

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

@media screen and (max-width: 767px) {
	.icot__lead {
		text-align: left;
	}

	.boat02__atc .boat06__h3 {
		min-height: auto;
		margin-bottom: 0.5em;
		display: flex;
		align-items: center;
	}
}

/*============================
	ico-support  / icon__page
============================*/
.icos__boxwrap .boas06__box {
	max-width: none;
}

.icos__boxwrap .boas06__box:last-child {
	width: 100%;
}

.icos__img {
	max-width: 800px;
	margin: 0 auto;
}

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

@media screen and (max-width: 767px) {
	.icos__img {
		margin: 30px auto 0;
	}
}

/*============================
	ico-strength   / icon__page
============================*/

.ico-strength .boat02__atc {
	width: 32%;
}

.ico-strength .boat02__h3 {
	min-height: 5.4em;
}

.ico-strength .boaa__h4 {
	width: 32%;
	display: block;
}

.ico-strength .boaa__h4 .fs-16 {
	font-size: 1.6rem;
	text-align: left;
	margin-top: 1em;
}

.ico-strength .boaa__h4 .top {
	white-space: nowrap;
}

.ico-strength .boaa__h4 .num {
	letter-spacing: 0;
	line-height: 1;
}

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

@media screen and (max-width: 767px) {
	.ico-strength .boat02__atc {
		width: 100%;
	}

	.ico-strength .boat02__h3 {
		min-height: auto;
	}

	.ico-strength .boaa__h4 {
		width: 100%;
		padding: 20px 5%;
	}

	.ico-strength .boaa__h4 .fs-16 {
		font-size: 1.4rem;
		margin-top: 1em;
	}
}

/*============================
	ico-case   / icon__page
============================*/
.ico-case .boac02__atc {
	margin-bottom: 40px;
}

.ico-case .boac02__atc:last-child {
	margin-bottom: 0;
}

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

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

/* partner__page */
/*============================
	partner-top  / partner__page
============================*/
.partner-top {
	padding-bottom: 0;
}

.partner-top .boat02__atc {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 1024px) {
	.partner-top .boat02__atc {
		margin-bottom: 20px;
	}
}

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

/*============================
	patner-contents   / partner__page
============================*/
.ptc--ttl .fs-42 {
	font-size: 4.2rem;
}

.patner-contents .boat02__atc {
	width: 32%;
	border: solid 1px #e3e3e3;
	background-color: #fff;
	margin-bottom: 30px;
}

.patner-contents .boat02__h3::before {
	display: none;
}

.ptc__bnr {
	max-width: 1100px;
	margin: 0 auto 100px;
}

.patner-contents .boaa__h3 .fs-42 {
	font-size: 4.2rem;
}

.patner-contents .boaa__h4 {
	width: 32%;
}

@media screen and (max-width: 1024px) {
	.ptc--ttl .fs-42 {
		font-size: 3rem;
	}

	.patner-contents .boat02__atc {
		width: 32%;
		margin-bottom: 20px;
	}

	.ptc__bnr {
		margin: 0 auto 60px;
	}

	.patner-contents .boaa__h3 .fs-42 {
		font-size: 3rem;
	}

	.patner-contents .boaa__h4 {
		width: 32%;
	}
}

@media screen and (max-width: 767px) {
	.ptc--ttl .fs-42 {
		font-size: 2rem;
	}

	.patner-contents .boat02__atc {
		width: 100%;
	}

	.ptc__bnr {
		margin: 0 auto 60px;
	}

	.patner-contents .boaa__h3 .fs-42 {
		font-size: 1.8rem;
	}

	.patner-contents .boaa__h4 {
		width: 100%;
	}
}

/* environment__page */
/*============================
	env-top   / environment__page
============================*/
.env-top .boat02__atc {
	width: 31.33%;
	margin: 0 1% 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 1024px) {
	.env-top .boat02__atc {
		width: 31.33%;
		margin: 0 1% 20px;
	}
}

@media screen and (max-width: 767px) {
	.env__lead {
		text-align: left;
	}

	.env-top .boat02__atc {
		width: 100%;
		margin: 0 auto 20px;
	}
}

/*============================
	env-sevice   / environment__page
============================*/

.env-sevice .boas06__box {
	background: #fff;
}

.envs__img {
	max-width: 310px;
	width: 60%;
	margin: 10px 0 0 auto;
}

.env-sevice .boas06__box {
	max-width: none;
}

.env-sevice .boas06__box:last-child {
	margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
	.envs__img {
		width: 60%;
		margin: 10px 0 0 auto;
	}

	.env-sevice .boas06__box:last-child {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.envs__img {
		width: 60%;
		margin: 10px 0 0 auto;
	}

	.env-sevice .boas06__box:last-child {
		margin-bottom: 30px;
	}

	.env-sevice .boas06__ico img {
		transform: scale(0.75);
	}
}

/*============================
	env-flow   / environment__page
============================*/
.env-flow .boaf02__pop {
	letter-spacing: 0;
}

.env-flow .boaf02__item:last-child::before {
	display: none;
}

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

@media screen and (max-width: 767px) {
	.tbt__lead {
		text-align: left;
	}
}

/* table-tennis__page */
/*============================
	tennis-top   / table-tennis__page
============================*/
.tennis-top {
	padding-bottom: 0;
}

.tbt__img {
	max-width: 1920px;
	margin: 0 auto;
}

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

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

/*============================
	tennis__contents   / table-tennis__page
============================*/
.tbc__items {
	max-width: 1500px;
	margin: 0 auto;
}

.tbc__item {
	width: 48%;
	max-width: 668px;
}

.tbc__btn a {
	margin: 0 0 0 auto;
}

.tbt__para {
	height: 500px;
	width: 100%;
	background: url(../img/business/tbt_img.jpg) no-repeat center center/100%;
	background-attachment: fixed;
}

@media screen and (max-width: 1024px) {
	.tbt__para {
		height: 200px;
		width: 100%;
		background: url(../img/business/tbt_img.jpg) no-repeat center center/100%;
		background-attachment: fixed;
	}
}

@media screen and (max-width: 767px) {
	.tbt__para {
		height: 150px;
		width: 100%;
		background: url(../img/business/tbt_img.jpg) no-repeat center center/100%;
		background-attachment: scroll;
	}

	.tbc__item {
		width: 100%;
		margin: 0 auto 30px;
	}

	.tbc__item:last-child {
		margin-bottom: 0;
	}

	.tbc__btn a {
		margin: 0 0 0 auto;
	}
}

/* tennis-school__page */
/*============================
	school-active  / tennis-school__pag
============================*/
.school-active .boas06__box {
	background: #fff;
	max-width: none;
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.school-active .boas06__ico {
		width: 25%;
	}

	.school-active .boas06__txtwrap {
		width: 70%;
	}
}

@media screen and (max-width: 767px) {
	.school-active .boas06__box {
		margin: 0 auto 30px;
	}

	.school-active .boas06__box:last-child {
		margin-bottom: 0;
	}

	.school-active .boas06__ico {
		width: 100%;
	}

	.school-active .boas06__txtwrap {
		width: 100%;
	}

	.school-active .boas06__ico img {
		transform: scale(0.75);
	}
}

/*============================
	school-history  / tennis-school__pag
============================*/
.school-history {
	padding-bottom: 0;
}

.sch__item {
	width: 48%;
}

.sch__h3 {
	padding-bottom: 0.25em;
}

.sch__ul li {
	margin-bottom: 0.5em;
	display: flex;
}

.sch__ul li .year {
	width: 8em;
	white-space: nowrap;
}

.sch__ul li .txt {
	width: calc(100% - 8em);
}

@media screen and (max-width: 1024px) {
	.sch__item {
		width: 48%;
	}

	.sch__ul li {
		margin-bottom: 0.5em;
	}

	.sch__ul li .year {
		width: 6em;
	}

	.sch__ul li .txt {
		width: calc(100% - 6em);
	}
}

@media screen and (max-width: 767px) {
	.sch__item {
		width: 100%;
		margin-bottom: 60px;
	}

	.sch__item:last-child {
		margin-bottom: 0;
	}

	.sch__ul li {
		margin-bottom: 0.5em;
	}

	.sch__ul li .year {
		width: 5em;
	}

	.sch__ul li .txt {
		width: calc(100% - 5em);
	}
}

/*============================
	school-member / tennis-school__pag
============================*/
.school-member {
	padding-bottom: 0;
}

.scm__members {
	width: 102%;
	margin-left: -1%;
}

.scm__item {
	margin-bottom: 60px;
}

.scm__item:last-child {
	margin-bottom: 0;
}

.scm__atc {
	width: 23%;
	margin: 0 1% 40px;
	padding: 30px 2%;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.scm__img {
	margin-bottom: 10px;
}

.scm__name .position {
	background-color: #e60012;
	color: #fff;
	text-align: center;
	padding: 0 0.5em;
	display: inline-block;
	margin-left: 0.5em;
	font-size: 1.4rem;
	line-height: 2;
	font-weight: bold;
}

.scm__ul {
	margin-top: 0.5em;
}

.scm__ul li {
	margin-bottom: 0.75em;
	display: flex;
}

.scm__ul--ttl {
	width: 5em;
	border-right: solid 1px #bfbfbf;
}

.scm__ul--txt {
	width: calc(100% - 5em);
	padding-left: 1em;
	position: relative;
}

.scm__ul li.dot .scm__ul--txt span {
	position: relative;
	display: block;
	padding-left: 0.5em;
}

.scm__ul li.dot .scm__ul--txt span::before {
	content: "・";
	position: absolute;
	left: -0.5em;
	top: 0;
}

.scm__first--img {
	width: 32%;
	max-width: 492px;
}

@media screen and (max-width: 1024px) {
	.scm__members {
		width: 102%;
		margin-left: -1%;
	}

	.scm__item {
		margin-bottom: 60px;
	}

	.scm__atc {
		width: 31.33%;
		margin: 0 1% 30px;
		padding: 20px 2%;
	}

	.scm__img {
		margin-bottom: 10px;
	}

	.scm__name .position {
		width: fit-content;
		margin-left: 0.5em;
		font-size: 1.1rem;
		letter-spacing: 0;
		margin: 0 0 0 1em;
	}

	.scm__ul {
		margin-top: 0.5em;
	}

	.scm__ul li {
		margin-bottom: 0.75em;
		display: flex;
	}

	.scm__ul--ttl {
		width: 5em;
		border: none;
	}

	.scm__ul--txt {
		width: calc(100% - 5em);
		padding-left: 0.5em;
	}

	.scm__first--img {
		width: 32%;
	}
}

@media screen and (max-width: 767px) {
	.scm__members {
		width: 100%;
		margin-left: 0;
	}

	.scm__item {
		margin-bottom: 60px;
	}

	.scm__atc {
		width: 100%;
		margin: 0 auto 20px;
		padding: 20px 5%;
	}

	.scm__img {
		margin-bottom: 10px;
	}

	.scm__name {
		font-size: 1.8rem;
	}

	.scm__name .position {
		margin-left: 0.5em;
		font-size: 1.1rem;
		margin: 0 0 0 1em;
		vertical-align: text-bottom;
	}

	.scm__ul {
		margin-top: 0.5em;
		font-size: 1.4rem;
	}

	.scm__ul li {
		margin-bottom: 0.5em;
	}

	.scm__ul--ttl {
		width: 5em;
		border: none;
	}

	.scm__ul--txt {
		width: calc(100% - 5em);
		padding-left: 0.5em;
	}

	.scm__first--img {
		width: 100%;
		margin: 0 auto 20px;
	}

	.scm__first--img:last-child {
		margin-bottom: 0;
	}
}

/* tennis-school__page */
/*============================
	tsc-top  /tennis-school__page
============================*/
.tsc-top {
	padding-bottom: 0;
}

.tsct__ul li {
	width: 32%;
	background: #f9f9f9;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	text-align: center;
	padding: 0 0.5em;
}

@media screen and (max-width: 1024px) {
	.tsct__ul li {
		width: 32%;
		height: 80px;
	}
}

@media screen and (max-width: 767px) {
	.clt__lead {
		text-align: left;
	}

	.tsct__ul li {
		width: 100%;
		height: 60px;
		margin: 0 auto 20px;
	}

	.tsct__ul li:last-child {
		margin-bottom: 0;
	}
}

/*============================
tsc__reason   /tennis-school__page
============================*/
.tscr__items {
	max-width: 1200px;
	margin: 0 auto 100px;
}

.tsc__reason .boat02__atc {
	width: 32%;
}

.tscr__bnr {
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.tscr__items {
		margin: 0 auto 60px;
	}

	.tsc__reason .boat02__atc {
		width: 32%;
	}
}

@media screen and (max-width: 767px) {
	.tscr__items {
		margin: 0 auto 60px;
	}

	.tsc__reason .boat02__atc {
		width: 100%;
	}
}

/*============================
tsc__sns     /tennis-school__page
============================*/
.tscs__ttl {
	font-size: 6rem;
}

.tscs__ul li {
	margin: 0 1%;
}

.tscs__ul li img {
	width: auto;
}

@media screen and (max-width: 1024px) {
	.tscs__ttl {
		font-size: 4rem;
	}

	.tscs__ul li {
		margin: 0;
	}

	.tscs__ul li img {
		width: auto;
		transform: scale(0.75);
	}
}

@media screen and (max-width: 767px) {
	.tscs__ttl {
		font-size: 3rem;
	}

	.tscs__ul {
		display: flex;
	}

	.tscs__ul li {
		margin: 0;
	}

	.tscs__ul li img {
		width: auto;
		transform: scale(0.6);
	}
}

/*============================
tsc__access    /tennis-school__page
============================*/
.tsca__item {
	width: 48%;
}

.tsca__item iframe {
	width: 100%;
	height: 360px;
	margin-bottom: 30px;
}

.tsc-faq .faq__ul a {
	text-decoration: underline;
}

.tsca__txt li {
	display: flex;
}

.tsca__txt li .ttl {
	width: 5em;
}

@media screen and (max-width: 1024px) {
	.tsca__item {
		width: 48%;
	}

	.tsca__item iframe {
		height: 260px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.tsca__item {
		width: 100%;
		margin: 0 auto 40px;
	}

	.tsca__item:last-child {
		margin-bottom: 0;
	}

	.tsca__item iframe {
		height: 200px;
		margin-bottom: 15px;
	}
}

/*============================
tsc-rec   /tennis-school__page
============================*/
.tscr__box {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	height: 430px;
	display: flex;
	align-items: center;
}

.tscr__ttl {
	font-size: 3.6rem;
}

.tscr__img {
	position: absolute;
	top: 0;
	right: 0;
	width: 56%;
}

.tscr__img img {
	object-fit: cover;
	height: 430px;
	object-position: left center;
}

.tscr__txtwrap {
	width: 45%;
}

.tscr__btn a {
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.tscr__box {
		height: 300px;
	}

	.tscr__ttl {
		font-size: 2.4rem;
	}

	.tscr__img {
		position: absolute;
		top: 0;
		right: 0;
		width: 56%;
	}

	.tscr__img img {
		height: 300px;
		object-position: left center;
	}

	.tscr__txtwrap {
		width: 45%;
	}

	.tscr__btn a {
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.tscr__box {
		height: auto;
		padding: 30px 0 0;
		display: block;
	}

	.tscr__ttl {
		font-size: 1.8rem;
	}

	.tscr__img {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
	}

	.tscr__img img {
		height: auto;
		object-position: 20% center;
	}

	.tscr__txtwrap {
		width: 100%;
		margin-bottom: 30px;
	}

	.tscr__btn a {
		margin: 0 auto;
	}
}

/* new-business__page */

/*============================
 nb-top  / new-business__page
============================*/
.nb-top {
	padding-bottom: 0;
}

.nbt__item {
	width: 24%;
	max-width: 400px;
}

.nb-top .boas06__tab {
	width: 25%;
	position: relative;
	padding: 0 2em 0 1em;
}

.nb-top .boas06__tab i {
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translate(0, -50%);
}

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

@media screen and (max-width: 767px) {
	.nbt__lead {
		text-align: left;
	}

	.nbt__items {
		display: flex;
		flex-wrap: wrap;
	}

	.nbt__item {
		width: 80%;
		max-width: 400px;
		margin: 0 auto 15px;
	}

	.nbt__item:last-child {
		margin-bottom: 0;
	}

	.nb-top .boas06__tabwrap {
		flex-wrap: wrap;
	}

	.nb-top .boas06__tab {
		width: 100%;
		position: relative;
		padding: 0 2em 0 1em;
		margin-bottom: 10px;
	}

	.nb-top .boas06__tab:nth-child(even) {
		border: none;
	}

	.nb-top .boas06__tab i {
		position: absolute;
		right: 3%;
		top: 50%;
		transform: translate(0, -50%);
	}
}

/*============================
 nb-top  / new-business__page
============================*/
.nb__tabatc:first-child {
	display: block;
}

.nb__tabatc:first-child {
	display: block;
}

.nba__img {
	width: 45%;
	max-width: 760px;
}

.nba__txtwrap {
	width: 50%;
}

.nba__info {
	width: 48%;
}

.nba__h3 {
	padding-bottom: 0.5em;
}

.nba__ul li {
	padding: 0 1em;
	background: #e6e6e6;
	text-align: center;
	margin-right: 0.5em;
	margin-bottom: 10px;
	line-height: 2;
}

.nba__ul li.etc {
	background: none;
}

/* flow */
.nb-flow .boaf02__item:last-child::before {
	display: none;
}

@media screen and (max-width: 1024px) {
	.nba__img {
		width: 45%;
	}

	.nba__txtwrap {
		width: 50%;
	}

	.nba__info {
		width: 48%;
	}

	.nba__ul li {
		padding: 0 1em;
		margin-right: 0.5em;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	.nba__img {
		width: 100%;
		margin: 0 auto 20px;
	}

	.nba__txtwrap {
		width: 100%;
	}

	.nba__info {
		width: 100%;
		margin-bottom: 20px;
	}

	.nba__ul {
		display: flex;
	}

	.nba__ul li {
		margin-bottom: 5px;
	}
}

/* tab02 */
/*============================
 nb__about  / new-business__page
============================*/

.nba__info.w-100 {
	width: 100%;
}

.nba__info--item {
	width: 48%;
	max-width: 763px;
	margin-bottom: 60px;
	padding: 30px 3%;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
}

.nba__flex--item {
	width: 48%;
}

.nba__flex--item.col03 {
	width: 32%;
}

.nba__worry .boat03__items02 {
	max-width: 1400px;
}

.nba__worry .boat02__atc {
	width: 32%;
	white-space: nowrap;
	max-width: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nba__worry .boat02__atc span {
	font-weight: bold;
}

.nbp__box {
	background: #fff;
	padding: 50px 2%;
	text-align: center;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.nbp__box .fs-48 {
	font-size: 4.8rem;
}

.nbp__box .box {
	background: #f9f9f9;
	padding: 0 0.5em;
	margin: 0 0.5em;
}

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

	.nba__info--item {
		width: 48%;
		margin-bottom: 40px;
	}

	.nba__worry .boat02__atc {
		width: 32%;
	}

	.nbp__box {
		padding: 30px 2%;
	}

	.nbp__box .fs-48 {
		font-size: 3rem;
	}
}

@media screen and (max-width: 767px) {
	/* tab02 */
	.nba__txt {
		text-align: left;
	}

	.nba__info--item {
		width: 100%;
		margin-bottom: 20px;
		padding: 20px 5%;
	}

	.nba__flex--item {
		width: 100%;

		margin-bottom: 20px;
	}

	.nba__info--item .flex {
		width: 100%;
	}

	.nba__imgwrap {
		background: #f9f9f9;
	}

	.nba__flex--item img {
		max-width: 280px;
		display: block;
		margin: 0 auto;
	}

	.nba__flex--item:last-child {
		margin-bottom: 0;
	}

	.nba__flex--item.col03 {
		width: 100%;
		background: #f9f9f9;
		margin: 0 auto 20px;
	}

	.nba__flex--item.col03 img {
		max-width: 200px;
		display: block;
		margin: 0 auto;
	}

	.nba__flex--item.col03:last-child {
		margin-bottom: 0;
	}

	.nba__worry .boat03__items02 {
		max-width: 1400px;
	}

	.nba__worry .boat02__atc {
		width: 32%;
		white-space: nowrap;
		max-width: none;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.nba__worry .boat02__atc {
		width: 100%;
	}

	.nba__btn a {
		width: 100%;
		text-align: center;
	}

	.nbp__box {
		padding: 20px 5%;
	}

	.nbp__box .fs-48 {
		font-size: 2.4rem;
		letter-spacing: 0;
	}
}

/*============================
 nb__plan  / new-business__page
============================*/
.nbp__item {
	width: 24%;
	max-width: 380px;
	box-shadow: 0 0 30px rgba(40, 34, 29, 0.1);
}

.nbp__item--top {
	padding: 20px 2%;
	background: #5a5a5a;
}

.nbp__item:nth-child(2) .nbp__item--top {
	background-color: #808080;
}

.nbp__item:nth-child(3) .nbp__item--top {
	background-color: #b7b7b7;
}

.nbp__item:nth-child(4) .nbp__item--top {
	background-color: #dbdbdb;
}

.nbp__item--top .box {
	background: #fff;
	line-height: 26px;
	border-radius: 13px;
	text-align: center;
	max-width: 216px;
	margin: 0 auto 10px;
}

.nbp__item--top .price {
	color: #fff;
}

.nbp__item:nth-child(3) .nbp__item--top .price,
.nbp__item:nth-child(4) .nbp__item--top .price {
	color: #222;
}

.nbp__item--btm {
	padding: 20px 5%;
}

.nbp__ul li {
	margin-bottom: 1em;
	font-weight: bold;
}

.nbp__plus {
	margin: 50px auto;
	font-weight: 900;
	font-size: 8rem;
	text-align: center;
	line-height: 1;
}

.nbp__tbl {
	width: 100%;
	box-shadow: 0 0 30px rgba(40, 34, 29, 0.1);
}

.nbp__tbl th {
	white-space: nowrap;
	font-size: 2.6rem;
	font-weight: bold;
	vertical-align: middle;
	color: #fff;
	background: #000000;
	line-height: 1.5;
	padding: 1em;
	border-bottom: dashed 2px #fff;
}

.nbp__tbl tr:last-child th {
	border: none;
}

.nbp__tbl td {
	padding: 1em;
	background: #fff;
	border-bottom: dashed 2px #ccc;
}

.nbp__tbl tr:last-child td {
	border: none;
}

.nbp__tbl .nbp__tbl--p {
	margin-right: 1em;
}

.nbp__tbl .nbp__tbl--p .box {
	background-color: #e60012;
	color: #fff;
	padding: 0 1em;
	margin-right: 0.5em;
	display: inline-block;
}

.nbp__tbl .nbp__tbl--p .fs-16 {
	font-size: 1.6rem;
}

.nbp__tbl .flex {
	width: fit-content;
	margin: 0 auto;
}

.nbp__box {
	max-width: 1100px;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.nbp__item {
		width: 24%;
	}

	.nbp__item--top {
		padding: 20px 5%;
	}

	.nbp__item--top .box {
		line-height: 26px;
		border-radius: 13px;
		width: 90%;
		margin: 0 auto 10px;
	}

	.nbp__item--top .price {
		letter-spacing: 0;
		white-space: nowrap;
		font-size: 2.4rem;
	}

	.nbp__item--btm {
		padding: 20px 5%;
	}

	.nbp__ul li {
		margin-bottom: 0.5em;
	}

	.nbp__plus {
		margin: 40px auto;
		font-size: 6rem;
	}

	.nbp__tbl th {
		font-size: 2rem;
	}

	.nbp__tbl td {
		padding: 1em;
		background: #fff;
		border-bottom: dashed 2px #ccc;
	}

	.nbp__tbl .nbp__tbl--p {
		margin-right: 1em;
	}

	.nbp__tbl .nbp__tbl--p .fs-16 {
		font-size: 1.2rem;
	}

	.nbp__box {
		max-width: 700px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.nbp__item {
		width: 100%;
		margin: 0 auto 20px;
	}

	.nbp__item:last-child {
		margin-bottom: 0;
	}

	.nbp__item--top {
		padding: 20px 5%;
	}

	.nbp__item--top .box {
		line-height: 26px;
		border-radius: 13px;
		width: 90%;
		margin: 0 auto;
	}

	.nbp__item--top .price {
		font-size: 3rem;
	}

	.nbp__item--btm {
		padding: 20px 5%;
	}

	.nbp__ul li {
		margin-bottom: 0.5em;
	}

	.nbp__plus {
		margin: 30px auto;
		font-size: 4rem;
	}

	.nbp__tbl th {
		font-size: 1.4rem;
		display: block;
		width: 100%;
		border: none;
	}

	.nbp__tbl td {
		display: block;
		width: 100%;
		padding: 1em;
		background: #fff;
		border: none;
	}

	.nbp__tbl .nbp__tbl--p {
		margin-right: 1em;
	}

	.nbp__tbl .nbp__tbl--p .box {
		font-size: 1.2rem;
		padding: 0 0.5em;
		display: block;
		width: fit-content;
	}

	.nbp__tbl .nbp__tbl--p .fs-16 {
		font-size: 1.2rem;
	}
}

/*============================
nb-flow  / new-business__page
============================*/
.tab02 .boaf02__items {
	margin-bottom: 0;
}

.nbf__caption {
	max-width: 1000px;
	margin: -30px auto 100px;
}

.nb-flow .nba__ul li {
	background: #fff;
}

.nb-flow .nba__ul li.etc {
	background: none;
}

@media screen and (max-width: 1024px) {
	.nbf__caption {
		margin: -30px auto 60px;
	}
}

@media screen and (max-width: 767px) {
	.nbf__caption {
		margin: -20px auto 60px;
	}
}

/* tab03 */
.nb__tabatc.tab03 .boat03__items02,
.nb__tabatc.tab04 .nb__about .boat03__items02 {
	max-width: 1400px;
	margin-bottom: 100px;
}

.nb__tabatc.tab03 .boat02__atc,
.nb__tabatc.tab04 .nb__about .boat02__atc {
	margin: 0 1% 30px;
	width: 31.33%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 2%;
}

.nba__service {
	max-width: 1000px;
	margin: 0 auto 100px;
}

.nbas__tbl {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 10px;
	font-size: 1.8rem;
}

.nbas__tbl th {
	white-space: nowrap;
	padding: 1em;
	background: #ddd;
	font-weight: bold;
	border: solid 1px #ccc;
}

.nbas__tbl td {
	white-space: nowrap;
	padding: 1em;
	font-weight: bold;
	border: solid 1px #ccc;
}

.nbas__tbl--caption {
	background: #f9f9f9;
	padding: 1em;
}

.nb__tabatc.tab03 .nbas__flex {
	max-width: 1200px;
	margin: 0 auto;
}

.nb__tabatc.tab03 .boaa__h4 {
	width: 48%;
}

@media screen and (max-width: 1024px) {
	/* tab03 */
	.nb__tabatc.tab03 .boat03__items02,
	.nb__tabatc.tab04 .nb__about .boat03__items02 {
		margin-bottom: 60px;
	}

	.nb__tabatc.tab03 .boat02__atc,
	.nb__tabatc.tab04 .nb__about .boat02__atc {
		margin: 0 1% 20px;
		width: 31.33%;
	}

	.nba__service {
		margin: 0 auto 60px;
	}

	.nb__tabatc.tab03 .boaa__h4 {
		width: 48%;
	}

	.nbas__tbl {
		width: 100%;
		margin: 0 auto 10px;
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 767px) {
	/* tab03 */
	.nb__tabatc.tab03 .boat03__items02,
	.nb__tabatc.tab04 .nb__about .boat03__items02 {
		margin-bottom: 60px;
	}

	.nb__tabatc.tab03 .boat02__atc,
	.nb__tabatc.tab04 .nb__about .boat02__atc {
		margin: 0 auto 20px;
		width: 100%;
	}

	.nba__service {
		margin: 0 auto 60px;
	}

	.nb__tabatc.tab03 .boaa__h4 {
		width: 100%;
		margin: 0 auto 20px;
	}

	.nb__tabatc.tab03 .boaa__h4:last-child {
		margin-bottom: 0;
	}

	.nbac__tblwrap {
		overflow: hidden;
		overflow-x: scroll;
	}

	.nbas__tbl {
		min-width: 700px;
		font-size: 1.4rem;
	}
}

/* tab04 */

/*============================
nb-service  / new-business__page
============================*/
.nbs__items .boas06__box {
	background-color: #fff;
	max-width: none;
}

.nbs__items .boas06__ico {
	width: 25%;
}

.nbs__items .boas06__txtwrap {
	width: 70%;
}

@media screen and (max-width: 1024px) {
	.nbs__items .boas06__ico {
		width: 30%;
	}

	.nbs__items .boas06__txtwrap {
		width: 65%;
	}
}

@media screen and (max-width: 767px) {
	.nbs__items .boas06__ico {
		width: 70%;
	}

	.nbs__items .boas06__ico img {
		transform: scale(0.75);
	}

	.nbs__items .boas06__txtwrap {
		width: 100%;
	}
}

/*============================
nb-service  / new-business__page
============================*/
.nbst__items .boat02__atc {
	display: block;
}

.nbst__items .boat02__ico img {
	transform: scale(0.6);
}

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

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

/*============================
nb-strength   / new-business__page
============================*/
.nbst__items .fs-14 {
	line-height: 1.5;
	margin-top: 0.5em;
}

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

@media screen and (max-width: 767px) {
	.nbsd__tblwrap {
		overflow: hidden;
		overflow-x: scroll;
	}

	.nbsd__tbl {
		min-width: 767px;
	}
}

/* 20240930追加 */
@media screen and (min-width: 1025px) {
	.horizontal {
		height: 80px;
	}
}

@media screen and (min-width: 768px) {
	.horizontal {
		height: 56px;
	}
}

@media screen and (min-width: 768px) and (max-width: 869px){
	.spnone.horizontal {
		height: auto;
	}
}