@charset "UTF-8";

/* CSS Document */
.commonPage #main .titArea {
	height: 26.56vw;
	max-height: 340px;
	position: relative;
}

.commonPage #main .titArea ul {
	position: relative;
	top: 50%;
}

.commonPage #main .titArea ul li {
	position: relative;
	text-align: center;
}

.commonPage #main .titArea ul li:last-child {
	margin-top: 1.33vw;
}

@media (min-width: 1280px) {
	.commonPage #main .titArea ul li:last-child {
		margin-top: 17px;
	}
}

.commonPage #main .titArea ul li:first-child {
	margin-top: 0;
	padding-bottom: 30px;
}

.commonPage #main .titArea ul li:first-child::before {
	content: '';
	width: 3.13vw;
	max-width: 40px;
	height: 2px;
	background: #000066;
	position: absolute;
	bottom: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.commonPage #main .titArea ul li.titEn_l img {
	height: 2.3vw;
	max-height: 29px;
	width: auto;
}

.commonPage #main .titArea ul li.titEn_s img {
	height: 1vw;
	max-height: 13px;
	width: auto;
}

.commonPage #main .titArea ul li.titJp_l img {
	height: 2.8vw;
	max-height: 36px;
	width: auto;
}

.commonPage #main .titArea ul li.titJp_s img {
	height: 1vw;
	max-height: 13px;
	width: auto;
}

.commonPage #main .titArea ul li.titJp_l .titJP_h-main {
    font-size: 0.38rem;
    line-height: 1.4;
    letter-spacing: 0.05rem;
}

.commonPage #main .titArea ul li.titJp_l .titJP_h-sub {
    font-size: 0.28rem;
    line-height: 1.4;
    letter-spacing: 0.05rem;
    margin-top: 28px;
}



.commonPage #main .mainPh {
	display: block;
	width: 80%;
	height: 33.59vw;
	max-width: 1020px;
	max-height: 430px;
	margin-left: auto;
	margin-right: auto;

	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

/*=============================
news
=============================*/
.news .contents {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding-bottom: 3.91vw;
}

@media (min-width: 1280px) {
	.news .contents {
		padding-bottom: 50px;
	}
}

.news .contents>.inner {
	width: 90%;
	max-width: 1018px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 0.78vw;
	padding-bottom: 18vw;
}

@media (min-width: 1280px) {
	.news .contents>.inner {
		padding-top: 10px;
		padding-bottom: 165px;
	}
}

.news .contents>.inner::after {
	content: '';
	width: 100vw;
	height: 1px;
	background: #EFEFEF;
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.news .contents>.inner::after {
	bottom: 0;
}


.news #newsList {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6.64vw;
	-webkit-transition: height 0.5s ease;
	transition: height 0.5s ease;
}

.news #newsList>li {
	display: none;
	margin-bottom: 2.34vw;
}

.news #newsList>li.show {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	animation: showAni 0.25s linear 0s 1 normal both;
}

@-webkit-keyframes showAni {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

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

	100% {
		opacity: 1;
	}
}


@media (min-width: 1280px) {
	.news #newsList {
		margin-bottom: 85px;
	}

	.news #newsList>li {
		margin-bottom: 30px;
	}
}

.news #newsList>li>ul {
	width: 220px;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	margin-bottom: 2.34vw;
	max-width: 200px;
}

.news #newsList>li>ul li.tag {
	width: 105px;
	height: 2.34vw;
	max-width: 130px;
	min-width: 92px;
	max-height: 30px;
	border: 1px solid #000066;
	-webkit-border-radius: 1.17vw;
	-moz-border-radius: 1.17vw;
	border-radius: 1.17vw;
	text-align: center;
	font-size: 0.78vw;
	letter-spacing: 0.05em;
}

@media (min-width: 1280px) {
	.news #newsList>li>ul li.tag {
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		font-size: 10px;
	}
}

.news #newsList>li>ul li.data {
	width: 36%;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding-top: 0.29vw;
	margin-right: 6px;
}

@media (min-width: 1280px) {
	.news #newsList>li>ul li.data {
		font-size: 0.13rem;
		padding-top: 5px;
	}
}

.news #newsList li .txtArea {
	width: calc(100% - 220px);
	padding-top: 0.39vw;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

@media (min-width: 1280px) {
	.news #newsList li .txtArea {
		padding-top: 5px;
	}
}


.news .btViewMore {
	width: 26.17vw;
	height: 6.25vw;
	max-width: 335px;
	max-height: 80px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.news .btViewMore a {
	font-size: 1vw;
	border: 1px solid #000066;
	background: #FFF;
	text-align: center;
}

@media (min-width: 1280px) {
	.news .btViewMore a {
		font-size: 0.13rem;
	}
}

.news .btViewMore a .arrow {
	top: 50%;
	left: 1.95vw;
	width: 3.9vw;
	height: 0.55vw;
	max-width: 50px;
	max-height: 7px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 1280px) {
	.news .btViewMore a .arrow {
		left: 25px;
	}
}

.news .btViewMore a.on .arrow {
	width: 4.29vw;
	max-width: 55px;
}

.news .btViewMore a .arrow.abl::before,
.news .btViewMore a .arrow.abl::after {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.news .btViewMore a.on .arrow.abl::before {
	background: #FFF;
}

.news .btViewMore a.on .arrow.abl::after {
	border-right: 1px solid #FFF;
}


.tag-list__box {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.tag-list__box li {
  border: 1px solid #000066;
  font-size: 14px;
  border-radius: 20px;
  padding: 6px 30px;
  transition: all 0.3s ease;
}

.tag-list__box li:hover {
  background-color: #000066;
  color: #fff;
}

.tag-list__box li a {
  transition: all 0.3s ease;
}

.tag-list__box li:hover a {
  color: #fff;
  text-decoration: none;
}

/*=============================
newsDetail
=============================*/
.newsDetail #main .titArea {
	max-height: 200px;
}
.newsDetail .contents {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding-bottom: 13vw;
}

@media (min-width: 1280px) {
	.newsDetail .contents {
		padding-bottom: 170px;
	}
}

#container.newsDetail .contents .txtArea {
  font-size: 16px;
}

.newsDetail .contents>.inner {
	width: 80%;
	max-width: 1018px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


.newsDetail .newsTitArea {
	padding-top: 2.73vw;
	padding-bottom: 2.34vw;
	position: relative;
	margin-bottom: 3.52vw;
}

@media (min-width: 1280px) {
	.newsDetail .newsTitArea {
		padding-top: 35px;
		padding-bottom: 30px;
		margin-bottom: 45px;
	}
}

.newsDetail .newsTitArea::after {
	content: '';
	width: 100vw;
	height: 1px;
	background: #EFEFEF;
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.newsDetail .newsTitArea::after {
	bottom: 0;
}

.newsDetail .newsTitArea li.tag {
	width: 10.16vw;
	height: 2.34vw;
	max-width: 130px;
	max-height: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000066;
	-webkit-border-radius: 1.17vw;
	-moz-border-radius: 1.17vw;
	border-radius: 1.17vw;
	text-align: center;
	font-size: 0.78vw;
	letter-spacing: 0.05em;
	margin-bottom: 2.73vw;
}

.newsDetail .newsTitArea li.tit {
	display: block;
	text-align: center;
	font-size: 2vw;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 3.52vw;
}

.newsDetail .newsTitArea li.data {
	font-size: 1vw;
	letter-spacing: 0.05em;
	text-align: center;
}

@media (min-width: 1280px) {
	.newsDetail .newsTitArea li.tag {
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		font-size: 10px;
	}

	.newsDetail .newsTitArea li.tit {
		font-size: 35px;
		margin-bottom: 45px;
	}

	.newsDetail .newsTitArea li.data {
		font-size: 0.13rem;
	}
}

.newsDetail .contents .txtArea {
	min-height: 14.45vw;
	padding-top: 0.39vw;
	padding-bottom: 2.34vw;
	position: relative;
}

.newsDetail .contents .txtArea h1 {
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
}
.newsDetail .contents .txtArea h2 {
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}
.newsDetail .contents .txtArea h3 {
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.newsDetail .contents .txtArea h4 {
    font-size: 1em;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
}
.newsDetail .contents .txtArea h5 {
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
}
.newsDetail .contents .txtArea h6 {
    font-size: 0.67em;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
}

.newsDetail .contents .txtArea p {
	line-height: 2.15;
	letter-spacing: 0.05em;
}

.newsDetail .contents .txtArea ul {
    list-style: disc;
    margin: 18px auto;
    padding-left: 2em;
}
.newsDetail .contents .txtArea ol {
    list-style: decimal;
    margin: 18px auto;
    padding-left: 2em;
}
.newsDetail .contents .txtArea li {
	line-height: 2.15;
	letter-spacing: 0.05em;
}
.newsDetail .contents .txtArea blockquote {
    background: #F2F2F2;
    padding: 20px;
    width: 100%;
    margin: auto;
    border-left: 4px solid #B2B2B2;
}

@media (min-width: 1280px) {
	.newsDetail .contents .txtArea {
		min-height: 185px;
		padding-top: 5px;
		padding-bottom: 30px;
	}

	.newsDetail .contents .txtArea p {
	}
}

.newsDetail .contents .txtArea img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.newsDetail .contents .txtArea a:has(.alignright) {
	text-align: right;
	display: block;
}
.newsDetail .contents .txtArea a:has(.alignleft) {
	text-align: left;
	display: block;
}
.newsDetail .contents .txtArea a:has(.aligncenter) {
	text-align: center;
	display: block;
}

.newsDetail .contents .txtArea::before,
.newsDetail .contents .txtArea::after {
	content: '';
	width: 100vw;
	height: 1px;
	background: #EFEFEF;
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.newsDetail .contents .txtArea:before {
	top: 0;
}

.newsDetail .contents .txtArea::after {
	bottom: 0;
}

.newsDetail .contents .bt {
	display: inline-block;
	width: 11.72vw;
	height: 2.34vw;
	max-width: 150px;
	max-height: 30px;
}

.newsDetail .contents .bt a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 1.09vw;
	text-align: right;
}

@media (min-width: 1280px) {
	.newsDetail .contents .bt a {
		font-size: 0.14rem;
	}
}

.newsDetail .contents .bt a .arrow_l {
	top: 50%;
	right: 60%;
	width: 3.9vw;
	height: 0.55vw;
	max-width: 50px;
	max-height: 7px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.newsDetail .contents .bt a.on .arrow_l {
	width: 4.29vw;
	max-width: 55px;
}

/*=============================
contact
=============================*/
.contact #main {
	margin-bottom: 6.25vw;
}

.contact #main>.mainTxt {
	text-align: center;
	font-size: 1vw;
	line-height: 2.15;
	letter-spacing: 0.05em;
}

.contact .contents>.inner {
	width: 80%;
	max-width: 1018px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: #FFF;
	padding: 0 1.56vw 3.9vw;
}

@media (min-width: 1280px) {
	.contact #main {
		margin-bottom: 80px;
	}

	.contact #main>.mainTxt {
		font-size: 0.13rem;
	}

	.contact .contents>.inner {
		padding: 0 20px 50px;
	}
}


.contact .contents>.inner::before,
.contact .contents>.inner::after {
	content: '';
	width: 100vw;
	height: 1px;
	background: #EFEFEF;
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.contact .contents>.inner:before {
	top: 0;
}

.contact .contents>.inner::after {
	bottom: 0;
}


.contact #formArea {
	margin-bottom: 7vw;
}

@media (min-width: 1280px) {
	.contact #formArea {
		margin-bottom: 90px;
	}
}

.contact #reqTxt {
	text-align: right;
	font-size: 1vw;
	color: #cc0000;
	position: absolute;
	top: -1.5em;
	right: 0;
}

@media (min-width: 1280px) {
	.contact #reqTxt {
		font-size: 0.13rem;
	}
}

.contact .mw_wp_form_preview #reqTxt {
	display: none;
}

.contact .must {
	color: #C00;
}

.contact input,
.contact select {
	position: relative;
	top: -2px;
}

.contact .w100 {
	width: 100% !important;
}

.contact input,
.contact textarea {
	max-width: 100%;
}

.contact input,
.contact textarea,
.contact select {
	border: solid 1px #efefef;
	/*border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;*/
	padding: 15px 20px;
	margin: 2px;
	vertical-align: middle;
	background: #f9f9f9;
}

.contact select {
	-webkit-appearance: none;
	-moz-apoearance: none;
	appearance: none;
	position: relative;
	padding-right: 3em;
}

.contact .selectbox {
	position: relative;
}

.contact .selectbox::after {
	font-size: 11px;
	position: absolute;
	right: 1em;
	top: .5em;
	content: "▼";
	height: 1em;
	width: 1em;
	display: block;
}

.contact .mw_wp_form_confirm .selectbox::after {
	content: none;
}

.contact select::-ms-expand {
	display: none;
}

.mfp_element_checkbox,
.mfp_element_radio,
.contact input[type="checkbox"],
.contact input[type="radio"] {
	vertical-align: middle;
	margin: 0px 2px;
}



.contact dl#formArea {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;

	font-size: 1.25vw;
	line-height: 1.5;
	position: relative;
	padding-top: 30px;
}

.contact dl#formArea dt {
	width: 25%;
	padding-top: 1.2vw;
	margin-bottom: 1.2vw;
}

.contact dl#formArea dd {
	width: 75%;
	margin-bottom: 1.2vw;
}

.contact dl#formArea dd.doui {
	padding-top: 1.2vw;
}

.contact dl#formArea dd .fs {
	font-size: 1vw;
}

@media (min-width: 1280px) {
	.contact dl#formArea {
		font-size: 0.16rem;
	}

	.contact dl#formArea dt {
		font-size: 0.16rem;
		padding-top: 10px;
		margin-bottom: 15px;
	}

	.contact dl#formArea dd {
		font-size: 0.16rem;
		margin-bottom: 15px;
	}

	.contact dl#formArea dd.doui {
		padding-top: 10px;
	}

	.contact dl#formArea dd .fs {
		font-size: 0.12rem;
	}
}

.contact dl#formArea dd.kanji,
.contact dl#formArea dd.kana {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
}

.contact dl#formArea dd.kanji label,
.contact dl#formArea dd.kana label {
	width: 35%;
	margin-right: 1vw;
}

@media (min-width: 1280px) {

	.contact dl#formArea dd.kanji label,
	.contact dl#formArea dd.kana label {
		margin-right: 15px;
	}

	.contact dl#formArea dd span.fs {
		font-size: 0.12rem;
	}
}

.contact .mw_wp_form {
	position: relative;
}

.contact .mw_wp_form_input h4 {
	display: none;
}


.contact .mw_wp_form_preview {
	padding-top: 40px;
}

.contact .mw_wp_form_preview dl#formArea dd.kanji label,
.contact .mw_wp_form_preview dl#formArea dd.kana label {
	width: auto;
}

.contact .mw_wp_form_preview h4 {
	font-size: 1.7vw;
	margin-bottom: 3.9vw;
	text-align: center;
	font-weight: normal;
}

.contact .mw_wp_form_preview dl#formArea dt,
.contact .mw_wp_form_preview dl#formArea dd {
	padding-top: 0;
	margin-bottom: 3vw;
}

@media (min-width: 1280px) {
	.contact .mw_wp_form_preview h4 {
		font-size: 0.22rem;
		margin-bottom: 50px;
	}

	.contact .mw_wp_form_preview dl#formArea dt,
	.contact .mw_wp_form_preview dl#formArea dd {
		margin-bottom: 40px;
	}
}


.contact .submitBt {
	width: 40vw;
	max-width: 510px;
	margin-left: auto;
	margin-right: auto;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	/* Safari */
	flex-direction: column-reverse;
}

.contact .submitBt input {
	display: block;
	width: 100%;
	height: 6.25vw;
	max-height: 80px;
	border: none;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 10px 0;
	position: relative;
	cursor: pointer;
	background: url(../img/contact/arrow.svg) no-repeat left 7% center/50px auto;
}

.contact .submitBt input.backBt {
	background-color: #666666;
}

.contact .submitBt input.confirmBt {
	background-color: #000066;
}

.contact .submitBt input.backBt,
.contact .submitBt input.confirmBt {
	-webkit-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}

.contact .submitBt input.on.backBt {
	background-color: #333;
}

.contact .submitBt input.on.confirmBt {
	background-color: #000033;
}


/*=============================
お問い合わせボタン導線追加(2024.6.17)
=============================*/
#contact {
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 21.48vw;
}

@media (min-width: 1280px) {
	#contact {
		margin-bottom: 275px;
	}
}

#contact .outer {
	width: 60%;
	height: 23.44vw;
	max-width: 800px;
	max-height: 300px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;

	position: relative;
	top: 30px;
	opacity: 0;
	-webkit-transition:
		opacity 0.5s ease,
		top 0.5s ease;
	transition:
		opacity 0.5s ease,
		top 0.5s ease;
}

#contact.show .outer {
	top: 0px;
	opacity: 1;
}

#contact .inner {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


#contact h1 {
	position: relative;
	padding-top: 1.5vw;
	margin-bottom: 2.7vw;
	text-align: center;
}

#contact h1::before {
	content: '';
	width: 3vw;
	max-width: 40px;
	height: 2px;
	background: #000066;
	position: absolute;
	top: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (min-width: 1280px) {
	#contact h1 {
		padding-top: 20px;
		margin-bottom: 35px;
	}
}

#contact h1 img {
	width: auto;
	height: 2vw;
	max-height: 13px;
}

#contact .inner>.txt {
	text-align: center;
	color: #000066;
	font-size: 1vw;
	line-height: 2.15;
}

@media (min-width: 1280px) {
	#contact .inner>.txt {
		font-size: 0.13rem;
	}
}


#contact .btAni {
	width: 39.84vw;
	height: 6.25vw;
	max-width: 510px;
	max-height: 80px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-moz-transform: translate(-50%, 50%);
	-webkit-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	z-index: 10;
}

#contact .btAni a {
	background: #000066;
	text-align: center;
	color: #FFF;
	font-size: 1vw;
}

@media (min-width: 1280px) {
	#contact .btAni a {
		font-size: 0.13rem;
	}
}

#contact .btAni a .arrow {
	top: 50%;
	left: 2.7vw;
	width: 3.9vw;
	height: 0.55vw;
	max-width: 50px;
	max-height: 7px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

@media (min-width: 1280px) {
	#contact .btAni a .arrow {
		left: 35px;
	}
}

#contact .btAni a.on .arrow {
	width: 4.29vw;
	max-width: 55px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}


/*thx
=============================*/
.thx #main {
	border-bottom: 1px solid #efefef;
	margin-bottom: 6.65vw;
}

@media (min-width: 1280px) {
	.thx #main {
		margin-bottom: 80px;
	}
}

.thx .contents {
	padding-bottom: 14vw;
	margin-bottom: 10.5vw;
	border-bottom: 1px solid #efefef;
}

.thx .contents h2 {
	text-align: center;
	font-size: 1.9vw;
	letter-spacing: 0.05em;
	margin-bottom: 3.5vw;
}

.thx .contents .txt01 {
	text-align: center;
	font-size: 1vw;
	line-height: 2.15;
	letter-spacing: 0.05em;
	margin-bottom: 3.5vw;
}

.thx .contents .box {
	width: 50%;
	max-width: 645px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	padding: 2.3vw 0;
	text-align: center;
	font-size: 0.78vw;
	line-height: 2.15;
	letter-spacing: 0.05em;
	border: 1px solid #000066;
	margin-bottom: 6.5vw;
}

.thx .contents .bt {
	width: 40%;
	height: 6.25vw;
	max-width: 510px;
	max-height: 80px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.thx .contents .bt a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background: #000066;
	color: #FFF;
	font-size: 1vw;
	text-align: center;
	letter-spacing: 0.05em;
}

@media (min-width: 1280px) {
	.thx .contents .bt a {
		font-size: 0.13rem;
	}
}

.thx .contents .bt a .arrow {
	top: 50%;
	left: 2.7vw;
	width: 3.9vw;
	height: 0.55vw;
	max-width: 50px;
	max-height: 7px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

@media (min-width: 1280px) {
	.thx .contents .bt a .arrow {
		left: 35px;
	}
}

.thx .contents .bt a.on .arrow {
	width: 4.29vw;
	max-width: 55px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}


@media (min-width: 1280px) {
	.thx .contents {
		padding-bottom: 180px;
		margin-bottom: 135px;
		border-bottom: 1px solid #efefef;
	}

	.thx .contents h2 {
		font-size: 0.22rem;
		margin-bottom: 45px;
	}

	.thx .contents .txt01 {
		font-size: 0.13rem;
		margin-bottom: 45px;
	}

	.thx .contents .box {
		font-size: 0.1rem;
		padding: 30px 0;
		margin-bottom: 85px;
	}
}

/*=============================
case
=============================*/
.case #main .titArea {
	border-bottom: 1px solid #efefef;
}


.case .caseTags {
	width: 80%;
	max-width: 1018px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0.4vw 0.8vw 2.34vw 0.8vw;
	margin-bottom: 6.25vw;
}

@media (min-width: 1280px) {
	.case .caseTags {
		padding: 5px 10px 30px 10px;
		margin-bottom: 80px;
	}
}

.case .caseTags::after {
	content: '';
	width: 100vw;
	height: 1px;
	background: #EFEFEF;
	position: absolute;
	bottom: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.case .caseTags h2 {
	width: 23.08%;
	height: 3vw;
	max-width: 235px;
	max-height: 40px;
	position: relative;
	text-align: center;
	font-size: 1vw;
	letter-spacing: 0.1em;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin-bottom: 2.34vw;
}

@media (min-width: 1280px) {
	.case .caseTags h2 {
		font-size: 0.14rem;
		margin-bottom: 30px;
	}
}

.case .caseTags ul.btTags {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
}

.case .caseTags .btAll {
	margin-bottom: 2.34vw;
}

.case .caseTags .btAll,
.case .caseTags ul.btTags li {
	width: 23.08%;
	height: 3vw;
	max-width: 235px;
	max-height: 40px;
	margin-right: 2.56%;
	margin-bottom: 0.78vw;
}

.case .caseTags ul.btTags li:nth-child(4n) {
	margin-right: 0;
}

@media (min-width: 1280px) {
	.case .caseTags .btAll {
		margin-bottom: 30px;
	}

	.case .caseTags ul.btTags li {
		margin-bottom: 10px;
	}
}

.case .caseTags .btAll a,
.case .caseTags ul.btTags li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	border: 1px solid #000066;
	color: #000066;
	background: #FFF;
	-webkit-border-radius: 1.5vw;
	-moz-border-radius: 1.5vw;
	border-radius: 1.5vw;
	overflow: hidden;
	-webkit-transition: color 0.35s ease;
	-moz-transition: color 0.35s ease;
	-ms-transition: color 0.35s ease;
	-o-transition: color 0.35s ease;
	transition: color 0.35s ease;
}

.case .caseTags ul.btTags li.casetag04 a {
	border: 1px solid #99bcc1;
	color: #99bcc1;
	background: #FFF;
}

@media (min-width: 1280px) {

	.case .caseTags .btAll a,
	.case .caseTags ul.btTags li a {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
}

.case .caseTags ul.btTags li.casetag04 a::before {
	background: #99bcc1;
}


.case .caseTags .btAll a.on,
.case .caseTags ul.btTags li a.on {
	color: #FFF;
	-webkit-transition: color 0.35s ease;
	-moz-transition: color 0.35s ease;
	-ms-transition: color 0.35s ease;
	-o-transition: color 0.35s ease;
	transition: color 0.35s ease;
}

.case .caseTags .btAll a.active,
.case .caseTags ul.btTags li a.active {
	color: #FFF;
	background: #000066;
}

.case .caseTags ul.btTags li.casetag04 a.active {
	border: none;
	color: #FFF;
	background: #99bcc1;
}


.case .caseTagC {
	width: 80%;
	max-width: 1018px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.case .caseTagC #caseList {
	-webkit-transition: height 0.5s ease;
	transition: height 0.5s ease;
}

.case .caseTagC #caseList>li {
	display: none;
	position: relative;
	background: #FFF;
	margin-bottom: 0.78vw;
	padding: 0.78vw;
}

@media (min-width: 1280px) {
	.case .caseTagC #caseList>li {
		margin-bottom: 10px;
		padding: 10px;
	}
}

.case .caseTagC #caseList>li.show {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
}

/*
.js-load {
	display: none
}
.js-load.active {
	display: block
}
@media (min-width: 1280px) {
	.case .caseTagC > ul > li{
		margin-bottom: 10px;
		padding: 10px;
	}
}*/
/*
.case .caseTagC > ul > li:nth-child(n+6){
	opacity: 0;
	max-height: 0;
	padding: 0 0.78vw;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.case .caseTagC > ul > li.show:nth-child(n+6){
	opacity: 1;
	max-height: 195px;
	padding: 0.78vw;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
*/
.case .caseTagC>ul>li::before,
.case .caseTagC>ul>li::after {
	content: '';
	width: 100vw;
	height: 1px;
	background: #EFEFEF;
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.case .caseTagC>ul>li::before {
	top: 0;
}

.case .caseTagC>ul>li::after {
	bottom: 0;
}


.case .caseTagC>ul>li .ph {
	width: 18.75vw;
	height: 15vw;
	max-width: 240px;
	max-height: 195px;
	background: #f9f9f9;
	overflow: hidden;
	position: relative;
}

.case .caseTagC>ul>li .ph img {
	max-height: 195px;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.case .caseTagC>ul>li .ph.noph {
	background: url(../img/case/case_noph.svg) no-repeat #f9f9f9 center center/auto 48px;
}

.case .caseTagC>ul>li .ph.noph {
	background: url(../img/case/case_noph.svg) no-repeat #f9f9f9 center center/auto 48px;
}

.case .caseTagC>ul>li .txtArea {
	padding: 0 21vw 0 1.95vw;
}

.case .caseTagC>ul>li .txtArea>* {
	letter-spacing: 0.05em;
}

.case .caseTagC>ul>li .txtArea h3 {
	font-size: 1.72vw;
	line-height: 1.5;
	margin-bottom: 1.17vw;
}

.case .caseTagC>ul>li .txtArea .name {
	font-size: 1.25vw;
	margin-bottom: 1.17vw;
}

.case .caseTagC>ul>li .txtArea .txt {
	font-size: 1vw;
	line-height: 1.75;
}

.case .caseTagC>ul>li .txtArea .txt::after {
	content: '...'
}

@media (min-width: 1280px) {
	.case .caseTagC>ul>li .txtArea {
		padding: 0 270px 0 25px;
	}

	.case .caseTagC>ul>li .txtArea h3 {
		font-size: 0.22rem;
		margin-bottom: 15px;
	}

	.case .caseTagC>ul>li .txtArea .name {
		font-size: 0.16rem;
		margin-bottom: 15px;
	}

	.case .caseTagC>ul>li .txtArea .txt {
		font-size: 0.12rem;
	}
}

.case .caseTagC>ul>li ul.tags {
	position: absolute;
	top: 2.34vw;
	right: 0;
	width: 20.31vw;
	max-width: 260px;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	/* Safari */
	flex-direction: column;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
}

@media (min-width: 1280px) {
	.case .caseTagC>ul>li ul.tags {
		top: 30px;
	}
}

.case .caseTagC>ul>li ul.tags li {
	width: 18.36vw;
	height: 3vw;
	max-width: 235px;
	max-height: 40px;
	-webkit-border-radius: 1.5vw;
	-moz-border-radius: 1.5vw;
	border-radius: 1.5vw;
	border: 1px solid #000066;
	position: relative;
	text-align: center;
}

.case .caseTagC>ul>li ul.tags li.casetag04 {
	color: #FFF;
	border: none;
	background: #99bcc1;
}

.case .caseTagC>ul>li ul.tags li:nth-child(n+2) {
	margin-top: 0.78vw;
}

@media (min-width: 1280px) {
	.case .caseTagC>ul>li ul.tags li {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}

	.case .caseTagC>ul>li ul.tags li:nth-child(n+2) {
		margin-top: 10px;
	}
}






.case .caseTagC>ul>li .btMore {
	width: 20.31vw;
	height: 4.3vw;
	max-width: 260px;
	max-height: 55px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.case .caseTagC>ul>li .btMore a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 1vw;
	background: #f5f5f5;
	text-align: center;
}

@media (min-width: 1280px) {
	.case .caseTagC>ul>li .btMore a {
		font-size: 0.13rem;
	}
}

.case .caseTagC>ul>li .btMore a .arrow {
	top: 50%;
	left: 1.17vw;
	width: 3.9vw;
	height: 0.55vw;
	max-width: 50px;
	max-height: 7px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 1280px) {
	.case .caseTagC>ul>li .btMore a .arrow {
		left: 15px;
	}
}

.case .caseTagC>ul>li .btMore a.on .arrow {
	width: 4.29vw;
	max-width: 55px;
}

.case .caseTagC>ul>li .btMore a .arrow.abl::before,
.case .caseTagC>ul>li .btMore a .arrow.abl::after {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}



.case .btViewMore {
	width: 26.17vw;
	height: 6.25vw;
	max-width: 335px;
	max-height: 80px;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5vw;
	display: none;
}

.case .btViewMore a {
	border: 1px solid #000066;
	background: #FFF;
	text-align: center;
	color: #000066;
	font-size: 1vw;
	letter-spacing: 0.05em;
}

@media (min-width: 1280px) {
	.case .btViewMore {
		margin-top: 5vw;
	}

	.case .btViewMore a {
		font-size: 0.13rem;
	}
}

.case .btViewMore a .arrow {
	top: 50%;
	left: 1.95vw;
	width: 3.9vw;
	height: 0.55vw;
	max-width: 50px;
	max-height: 7px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

@media (min-width: 1280px) {
	.case .btViewMore a .arrow {
		left: 25px;
	}
}

.case .btViewMore a.on .arrow {
	width: 4.29vw;
	max-width: 55px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.case .btViewMore a .arrow.abl::before,
.case .btViewMore a .arrow.abl::after {
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.case .btViewMore a.on .arrow.abl::before {
	background: #FFF;
}

.case .btViewMore a.on .arrow.abl::after {
	border-right: 1px solid #FFF;
}






/*caseDetail
=============================*/
.caseDetail #main {}

.caseDetail #main .titArea {
	border-bottom: 1px solid #efefef;
}

.caseDetail #main .caseName {
	position: relative;
	height: 24.6vw;
	max-height: 315px;
}

.caseDetail #main .caseName>.inner {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.caseDetail #main .caseName h2 {
	text-align: center;
	font-size: 2.8vw;
	letter-spacing: 0.05em;
	margin-bottom: 1.95vw;
}

.caseDetail #main .caseName h3 {
	text-align: center;
	font-size: 1.4vw;
	letter-spacing: 0.05em;
}

@media (min-width: 1280px) {
	.caseDetail #main .caseName h2 {
		font-size: 0.36rem;
		margin-bottom: 25px;
	}

	.caseDetail #main .caseName h3 {
		font-size: 0.18rem;
	}
}

.caseDetail #main .caseName ul.tags {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;
	margin-top: 3.13vw;
}

.caseDetail #main .caseName ul.tags li {
	width: 18vw;
	height: 3.13vw;
	max-width: 230px;
	max-height: 40px;
	position: relative;
	text-align: center;
	font-size: 0.78vw;
	letter-spacing: 0.05em;
	margin: 0 1vw;
	-webkit-border-radius: 1.565vw;
	-moz-border-radius: 1.565vw;
	border-radius: 1.565vw;
	border: 1px solid #000066;
	background: #FFF;
	color: #000066;
}

@media (min-width: 1280px) {
	.caseDetail #main .caseName ul.tags {
		margin-top: 40px;
	}

	.caseDetail #main .caseName ul.tags li {
		font-size: 10px;
		margin: 0 10px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
}

.caseDetail #main .caseName ul.tags li.casetag04 {
	border: 1px solid #99bcc1;
	background: #99bcc1;
	color: #FFF;
}

.caseDetail section {
	border-top: 1px solid #efefef;
	padding-top: 4.3vw;
}

.caseDetail section h1 {
	text-align: center;
	font-size: 1.72vw;
	letter-spacing: 0.05em;
	position: relative;
	padding-bottom: 0.78vw;
	margin-bottom: 1.56vw;
}

.caseDetail section h1::after {
	content: '';
	width: 3.44vw;
	height: 2px;
	background: #000066;
	position: absolute;
	bottom: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (min-width: 1280px) {
	.caseDetail section h1 {
		font-size: 0.22rem;
		margin-bottom: 20px;
	}

	.caseDetail section h1::after {
		width: 44px;
	}
}

.caseDetail #gaiyou {
	padding-bottom: 100px;
}

.caseDetail #gaiyou>.inner {
	width: 80%;
	max-width: 1018px;
	margin-left: auto;
	margin-right: auto;
}

.caseDetail #gaiyou .txt01 {
	font-size: 1vw;
	letter-spacing: 0.05em;
	line-height: 2.15;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

@media (min-width: 1280px) {
	.caseDetail #gaiyou .txt01 {
		font-size: 0.13rem;
	}
}

.caseDetail #gaiyou .txt01 img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.caseDetail #gaiyou dl.gaiyouList dt {
	height: 3.5vw;
	max-height: 45px;
	position: relative;
	border-left: 5px solid #000066;
	padding-left: 1.56vw;
	font-size: 1.7vw;
	letter-spacing: 0.05em;
	margin-bottom: 1.95vw;
	margin-top: 3.9vw;
}

@media (min-width: 1280px) {
	.caseDetail #gaiyou dl.gaiyouList dt {
		margin-bottom: 50px;
	}
}

.caseDetail #gaiyou dl.gaiyouList dt::before,
.caseDetail #gaiyou dl.gaiyouList dt::after {
	content: '';
	width: 100vw;
	height: 1px;
	background: #EFEFEF;
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.caseDetail #gaiyou dl.gaiyouList dt::before {
	top: 0;
}

.caseDetail #gaiyou dl.gaiyouList dt::after {
	bottom: 0;
}

@media (min-width: 1280px) {
	.caseDetail #gaiyou dl.gaiyouList dt {
		padding-left: 20px;
		font-size: 0.22rem;
		margin-bottom: 25px;
	}
}

.caseDetail #gaiyou dl.gaiyouList dd {
	font-size: 1vw;
	letter-spacing: 0.05em;
	line-height: 2.15;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	margin-bottom: 3.9vw;
}

@media (min-width: 1280px) {
	.caseDetail #gaiyou dl.gaiyouList dd {
		font-size: 0.13rem;
		margin-bottom: 50px;
	}
}

.caseDetail #gaiyou dl.gaiyouList dd:last-of-type {
	margin-bottom: 0;
}

.caseDetail #gaiyou dl.gaiyouList dd img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.caseDetail #customerVoice {
	margin-top: 3.9vw;
}

@media (min-width: 1280px) {
	.caseDetail #customerVoice {
		margin-bottom: 50px;
	}
}

.caseDetail #customerVoice .acc {
	display: none;
}

.caseDetail #customerVoice .accBt {
	position: relative;
	margin-bottom: 5.5vw;
}

@media (min-width: 1280px) {
	.caseDetail #customerVoice .accBt {
		margin-bottom: 70px;
	}
}

.caseDetail #customerVoice .accBt::before,
.caseDetail #customerVoice .accBt::after {
	content: '';
	width: 100vw;
	height: 1px;
	background: #EFEFEF;
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.caseDetail #customerVoice .accBt::before {
	top: 0;
}

.caseDetail #customerVoice .accBt::after {
	bottom: 0;
}

.caseDetail #customerVoice .accBt a {
	display: block;
	height: 9vw;
	max-height: 115px;
	position: relative;
	text-align: center;
	font-size: 1.3vw;
	letter-spacing: 0.05em;
	color: #FFF;
	background: #99bcc1;
}

@media (min-width: 1280px) {
	.caseDetail #customerVoice .accBt a {
		font-size: 0.17rem;
	}
}

.caseDetail #customerVoice .accBt a .border {
	display: block;
	width: 3.9vw;
	height: 3.9vw;
	position: absolute;
	top: 50%;
	right: 2.7vw;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: transform 0.35s ease;
	-moz-transition: transform 0.35s ease;
	-ms-transition: transform 0.35s ease;
	-o-transition: transform 0.35s ease;
	transition: transform 0.35s ease;
}

@media (min-width: 1280px) {
	.caseDetail #customerVoice .accBt a .border {
		width: 50px;
		height: 50px;
	}
}

.caseDetail #customerVoice .accBt a .border::before,
.caseDetail #customerVoice .accBt a .border::after {
	content: '';
	background: #FFF;
	position: absolute;
	-webkit-transition: transform 0.35s ease;
	-moz-transition: transform 0.35s ease;
	-ms-transition: transform 0.35s ease;
	-o-transition: transform 0.35s ease;
	transition: transform 0.35s ease;
}

.caseDetail #customerVoice .accBt a .border::before {
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
}

.caseDetail #customerVoice .accBt a .border::after {
	height: 100%;
	width: 1px;
	top: 0;
	left: 50%;
}

.caseDetail #customerVoice .accBt a.open .border::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.caseDetail #customerVoice .accBt a.open .border::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}



.caseDetail #customerVoice .overView {
	display: table;
	position: relative;
	margin-bottom: 6.6vw;
}

@media (min-width: 1280px) {
	.caseDetail #customerVoice .overView {
		margin-bottom: 85px;
	}
}

.caseDetail #customerVoice .overView::before,
.caseDetail #customerVoice .overView::after {
	content: '';
	width: 100vw;
	height: 1px;
	background: #EFEFEF;
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.caseDetail #customerVoice .overView::before {
	top: 0;
}

.caseDetail #customerVoice .overView::after {
	bottom: 0;
}

.caseDetail #customerVoice .overView>* {
	display: table-cell;
	vertical-align: top;
}

.caseDetail #customerVoice .overView h3 {
	width: 25%;
	font-size: 1.7vw;
	letter-spacing: 0.05em;
}

@media (min-width: 1280px) {
	.caseDetail #customerVoice .overView h3 {
		font-size: 0.22rem;
	}
}

.caseDetail #customerVoice .overView>.txt {
	font-size: 1vw;
	letter-spacing: 0.05em;
	line-height: 2.15;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

@media (min-width: 1280px) {
	.caseDetail #customerVoice .overView>.txt {
		font-size: 0.13rem;
	}
}

.caseDetail #customerVoice .overView>.txt img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.caseDetail #customerVoice .overView .phArea {
	width: 27.5%;
	padding-left: 2.7%;
}

@media (min-width: 1280px) {
	.caseDetail #customerVoice .overView .phArea {
		margin-left: 20px;
	}
}

.caseDetail #customerVoice .overView .phArea .ph {
	margin-bottom: 2.7vw;
}

@media (min-width: 1280px) {
	.caseDetail #customerVoice .overView .phArea .ph {
		margin-bottom: 35px;
	}
}

.caseDetail #customerVoice .overView .phArea .ph img {
	width: 100%;
	height: auto;
}

.caseDetail #customerVoice .overView .phArea .txt {
	font-size: 0.86vw;
	line-height: 2.0;
}

@media (min-width: 1280px) {
	.caseDetail #customerVoice .overView .phArea .txt {
		font-size: 0.11rem;
	}
}



.caseDetail #customerVoice dl.qa>dt {
	border-left: 5px solid #000066;
	font-size: 1.7vw;
	line-height: 1.35;
	letter-spacing: 0.05em;
	margin-bottom: 1.95vw;
	padding: 0.78vw 0.78vw 0.78vw 1.56vw;
	position: relative;
}

.caseDetail #customerVoice dl.qa>dt span {
	display: inline-block;
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.caseDetail #customerVoice dl.qa>dt span::before {
	content: 'Q.';
}

.caseDetail #customerVoice dl.qa>dt::before,
.caseDetail #customerVoice dl.qa>dt::after {
	content: '';
	width: 100vw;
	height: 1px;
	background: #EFEFEF;
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.caseDetail #customerVoice dl.qa>dt::before {
	top: 0;
}

.caseDetail #customerVoice dl.qa>dt::after {
	bottom: 0;
}

@media (min-width: 1280px) {
	.caseDetail #customerVoice dl.qa>dt {
		font-size: 0.22rem;
		margin-bottom: 25px;
		padding: 10px 10px 10px 20px;
	}
}

.caseDetail #customerVoice dl.qa>dd {
	margin-bottom: 4.7vw;
}

@media (min-width: 1280px) {
	.caseDetail #customerVoice dl.qa>dd {
		margin-bottom: 60px;
	}
}

.caseDetail #customerVoice dl.qa>dd>dl {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	font-size: 1.02vw;
	line-height: 2.15;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

@media (min-width: 1280px) {
	.caseDetail #customerVoice dl.qa>dd>dl {
		font-size: 0.13rem;
	}
}

.caseDetail #customerVoice dl.qa>dd>dl dt {
	width: 6.25%;
	margin-bottom: 1.95vw;
}

.caseDetail #customerVoice dl.qa>dd>dl dd {
	width: 93.75%;
	margin-bottom: 1.95vw;
}

@media (min-width: 1280px) {

	.caseDetail #customerVoice dl.qa>dd>dl dt,
	.caseDetail #customerVoice dl.qa>dd>dl dd {
		margin-bottom: 25px;
	}
}

.caseDetail #customerVoice dl.qa>dd>dl dt:last-of-type,
.caseDetail #customerVoice dl.qa>dd>dl dd:last-of-type {
	margin-bottom: 0;
}


.caseDetail #customerVoice .acc>.phArea .ph {
	text-align: center;
	margin-bottom: 1vw;
}

.caseDetail #customerVoice .acc>.phArea .ph img {
	max-width: 350px;
	height: auto;
}

.caseDetail #customerVoice .acc>.phArea .txt {
	text-align: center;
	font-size: 1vw;
	letter-spacing: 0.05em;
}

@media (min-width: 1280px) {
	.caseDetail #customerVoice .acc>.phArea .ph {
		margin-bottom: 15px;
	}

	.caseDetail #customerVoice .acc>.phArea .txt {
		font-size: 0.13rem;
	}
}

.caseDetail #customerVoice .acc>.phArea .pdfLink {
	margin-top: 2vw;
	text-align: center;
	font-size: 1vw;
	letter-spacing: 0.05em;
}

@media (min-width: 1280px) {
	.caseDetail #customerVoice .acc>.phArea .pdfLink {
		font-size: 0.13rem;
		margin-top: 25px;
	}
}



/*case
=============================*/
.caseDetail #case {
	margin-bottom: 14.8vw;
}

@media (min-width: 1280px) {
	.caseDetail #case {
		margin-bottom: 190px;
	}
}



.caseDetail #case .carouselArea .caroufredsel_wrapper {
	width: 100%;
	height: 24.22vw;
	max-height: 310px;
	overflow: hidden;
}

.caseDetail #case .carousel {
	height: 100%;
}

.caseDetail #case .carousel li {
	float: left;
	width: 38.28vw;
	max-width: 490px;
	height: 100%;
	margin: 0 0.8vw;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	background: #FFF;
}

@media (min-width: 1280px) {
	.caseDetail #case .carousel li {
		margin: 0 10px;
	}
}

.caseDetail #case .carouselArea .pager {
	display: inline-block;
	position: absolute;
	right: 50%;
	margin-right: calc(-38.28vw - 13px);
}

@media (min-width: 1280px) {
	.caseDetail #case .carouselArea .pager {
		margin-right: -503px;
	}
}

.caseDetail #case .carouselArea .pager a {
	background: #EFEFEF;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 3.6vw;
	max-width: 46px;
	height: 4px;
	margin: 0 2px;
}

.caseDetail #case .carouselArea .pager a:hover,
.caseDetail #case .carouselArea .pager a.selected {
	background: #000066;
}



.caseDetail #case .carousel li>.inner {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.caseDetail #case .carousel li>.inner .num {
	text-align: center;
	margin-bottom: 3vw;
	font-size: 1.56vw
}

@media (min-width: 1280px) {
	.caseDetail #case .carousel li>.inner .num {
		font-size: 0.2rem;
		margin-bottom: 40px;
	}
}

.caseDetail #case .carousel li>.inner .num img {
	width: auto;
	height: 1vw;
	max-height: 13px;
}

.caseDetail #case .carousel li>.inner .tit {
	text-align: center;
	font-size: 1.72vw;
	letter-spacing: 0.05em;
	margin-bottom: 2.34vw;
}

@media (min-width: 1280px) {
	.caseDetail #case .carousel li>.inner .tit {
		font-size: 0.22rem;
		margin-bottom: 30px;
	}
}

.caseDetail #case .carousel li>.inner .tit img {
	width: auto;
	height: 1.56vw;
	max-height: 20px;
}

.caseDetail #case .carousel li>.inner .txt {
	font-size: 1vw;
	height: 7.8vw;
	letter-spacing: 0.05em;
	max-height: 100px;
	text-align: center;
	color: #000066;
}

@media (min-width: 1280px) {
	.caseDetail #case .carousel li>.inner .txt {
		font-size: 0.13rem;
	}
}

.caseDetail #case .carousel li>.inner .btMore a {
	display: inline-block;
	width: 9.4vw;
	height: 2.34vw;
	max-width: 120px;
	max-height: 30px;
	position: relative;
	text-align: center;
}

.caseDetail #case .carousel li>.inner .btMore a img {
	width: auto;
	height: 0.7vw;
	max-height: 9px;
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.caseDetail #case .carousel li>.inner .btMore {
	text-align: center;
}


/*caseTags
=============================*/
.caseDetail #caseTags {
	border-bottom: 1px solid #efefef;
	padding-bottom: 5.5vw;
}

.caseDetail #caseTags>.inner {
	width: 80%;
	max-width: 1018px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0 0.8vw;
}

@media (min-width: 1280px) {
	.caseDetail #caseTags {
		padding-bottom: 70px;
	}

	.caseDetail #caseTags>.inner {
		padding: 0 10px;
	}
}

.caseDetail #caseTags ul.btTags {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
}

.caseDetail #caseTags ul.btTags li {
	width: 23.08%;
	height: 3vw;
	max-width: 235px;
	max-height: 40px;
}

.caseDetail #caseTags ul.btTags li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	border: 1px solid #000066;
	color: #000066;
	background: #FFF;
	-webkit-border-radius: 1.5vw;
	-moz-border-radius: 1.5vw;
	border-radius: 1.5vw;
	overflow: hidden;
	-webkit-transition: color 0.35s ease;
	-moz-transition: color 0.35s ease;
	-ms-transition: color 0.35s ease;
	-o-transition: color 0.35s ease;
	transition: color 0.35s ease;
}

.caseDetail #caseTags ul.btTags li.casetag04 a {
	border: 1px solid #99bcc1;
	color: #99bcc1;
	background: #FFF;
}

@media (min-width: 1280px) {
	.caseDetail #caseTags ul.btTags li a {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
}

.caseDetail #caseTags ul.btTags li.casetag04 a::before {
	background: #99bcc1;
}

.caseDetail #caseTags ul.btTags li a.on {
	color: #FFF;
	-webkit-transition: color 0.35s ease;
	-moz-transition: color 0.35s ease;
	-ms-transition: color 0.35s ease;
	-o-transition: color 0.35s ease;
	transition: color 0.35s ease;
}


/*=============================
business
=============================*/
.business #main {
	padding-bottom: 11vw;
	margin-bottom: 4.3vw;
	border-bottom: 1px solid #efefef;
}

@media (min-width: 1280px) {
	.business #main {
		padding-bottom: 140px;
		margin-bottom: 55px;
	}
}

.business #main .mainPh {
	background: url(../img/business/business_mainPh.jpg) no-repeat center center/cover;
}

.business #main .mainCopy {
	text-align: center;
	padding: 4.7vw 0;
}

@media (min-width: 1280px) {
	.business #main .mainCopy {
		padding: 60px 0;
	}
}

.business #main .mainCopy img {
	height: 11vw;
	max-height: 140px;
	width: auto;
}

.business #main .mainTxt {
	width: 80%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.02vw;
	line-height: 2.15;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

@media (min-width: 1280px) {
	.business #main .mainTxt {
		font-size: 0.13rem;
	}
}



.business section>.inner {
	position: relative;
	width: 80%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

.business section ul.fbox li.txtArea .txt .bb {
	border-bottom: 1px solid #000066;
}

.business #bloc01 {
	margin-bottom: 11vw;
}

@media (min-width: 1280px) {
	.business #bloc01 {
		margin-bottom: 140px;
	}
}

.business #bloc01 section {
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 6.6vw;
}

@media (min-width: 1280px) {
	.business #bloc01 section {
		margin-bottom: 85px;
	}
}

.business #bloc01 section:last-of-type {
	margin-bottom: 0;
}

.business #bloc01 section ul.fbox {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
}

.business #bloc01 section>.inner h1 {
	font-size: 1.7vw;
	line-height: 1.6;
	padding-bottom: 2.7vw;
	margin-bottom: 3.9vw;
	position: relative;
	text-align: center;
}

@media (min-width: 1280px) {
	.business #bloc01 section>.inner h1 {
		font-size: 0.22rem;
		padding-bottom: 35px;
		margin-bottom: 50px;
	}
}

.business #bloc01 section>.inner h1::after {
	content: '';
	width: 4.7vw;
	max-width: 60px;
	border-bottom: 2px solid #000066;
	position: absolute;
	bottom: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.business #bloc01_1 ul.fbox li.txtArea {
	width: 48%;
}

.business #bloc01_1 ul.fbox li.zu {
	width: 50%;
}

.business #bloc01_1 ul.fbox li.txtArea .txt {
	font-size: 1.02vw;
	line-height: 2.15;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

@media (min-width: 1280px) {
	.business #bloc01_1 ul.fbox li.txtArea .txt {
		font-size: 0.13rem;
	}
}

.business #bloc01_1 ul.fbox li.zu {
	height: 41vw;
	max-height: 530px;
	background: url(../img/business/business_zuBg.svg) no-repeat center center/29vw auto;
	position: relative;
}

@media (min-width: 1280px) {
	.business #bloc01_1 ul.fbox li.zu {
		background-size: 370px auto;
	}
}

.business #bloc01_1 ul.fbox li.zu .zuTxtArea li {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 14vw;
	height: 14vw;
	max-width: 180px;
	max-height: 180px;
	border: 1px solid #000066;
	background: #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-size: 1.02vw;
	line-height: 1.57;
}

@media (min-width: 1280px) {
	.business #bloc01_1 ul.fbox li.zu .zuTxtArea li {
		font-size: 0.13rem;
	}
}

.business #bloc01_1 ul.fbox li.zu .zuTxtArea li.list01 {
	margin-top: -12.5vw;
}

.business #bloc01_1 ul.fbox li.zu .zuTxtArea li.list02 {
	margin-left: 12.5vw;
}

.business #bloc01_1 ul.fbox li.zu .zuTxtArea li.list03 {
	margin-left: -12.5vw;
}

.business #bloc01_1 ul.fbox li.zu .zuTxtArea li.list04 {
	margin-top: 12.5vw;
}

@media (min-width: 1280px) {
	.business #bloc01_1 ul.fbox li.zu .zuTxtArea li.list01 {
		margin-top: -160px;
	}

	.business #bloc01_1 ul.fbox li.zu .zuTxtArea li.list02 {
		margin-left: 160px;
	}

	.business #bloc01_1 ul.fbox li.zu .zuTxtArea li.list03 {
		margin-left: -160px;
	}

	.business #bloc01_1 ul.fbox li.zu .zuTxtArea li.list04 {
		margin-top: 160px;
	}
}

.business #bloc01_1 ul.fbox li.zu .zuTxtArea li.list02 span {
	text-indent: 0.5em
}

.business #bloc01_1 ul.fbox li.zu .txt01 {
	text-align: center;
	font-size: 1.02vw;
	line-height: 1.85;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (min-width: 1280px) {
	.business #bloc01_1 ul.fbox li.zu .txt01 {
		font-size: 0.13rem;
	}
}


.business #bloc01_2 ul.fbox {
	-webkit-flex-direction: row-reverse;
	/* Safari */
	flex-direction: row-reverse;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
	height: 26.5vw;
	max-height: 340px;
}

.business #bloc01_2 ul.fbox li.txtArea {
	width: 48%;
}

.business #bloc01_2 ul.fbox li.zu {
	width: 27%;
}

.business #bloc01_2 ul.fbox li.txtArea .txt {
	font-size: 1.02vw;
	line-height: 2.15;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

@media (min-width: 1280px) {
	.business #bloc01_2 ul.fbox li.txtArea .txt {
		font-size: 0.13rem;
	}
}

.business #bloc01_2 ul.fbox li.zu img {
	height: 21.8vw;
	max-height: 280px;
	width: auto;
}

.business #bloc01_3 {
	padding-top: 3.6vw;
	padding-bottom: 6.6vw;
}

@media (min-width: 1280px) {
	.business #bloc01_3 {
		padding-top: 45px;
		padding-bottom: 85px;
	}
}

.business #bloc01_3 .txt {
	font-size: 1.02vw;
	line-height: 2.15;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

@media (min-width: 1280px) {
	.business #bloc01_3 .txt {
		font-size: 0.13rem;
	}
}



.business #bloc02>.titArea {
	margin-bottom: 1.5vw;
}

@media (min-width: 1280px) {
	.business #bloc02>.titArea {
		margin-bottom: 20px;
	}
}

.business #bloc02>.titArea ul li {
	position: relative;
	text-align: center;
}

.business #bloc02>.titArea ul li:first-child {
	padding-bottom: 30px;
}

.business #bloc02>.titArea ul li:first-child::before {
	content: '';
	width: 3.13vw;
	max-width: 40px;
	height: 2px;
	background: #000066;
	position: absolute;
	bottom: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.business #bloc02>.titArea ul li.titEn_l img {
	height: 2.3vw;
	max-height: 29px;
	width: auto;
}

.business #bloc02 section {
	border-top: 1px solid #EFEFEF;
}

.business #bloc02_1>.inner {
	padding-top: 4.3vw;
	padding-bottom: 9vw;
}

@media (min-width: 1280px) {
	.business #bloc02_1>.inner {
		padding-top: 55px;
		padding-bottom: 115px;
	}
}

.business #bloc02_1>.inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border: 1.2vw solid transparent;
	border-left: 1.2vw solid #000066;
	border-top: 1.2vw solid #000066;
}

@media (min-width: 1280px) {
	.business #bloc02_1>.inner::before {
		border: 15px solid transparent;
		border-left: 15px solid #000066;
		border-top: 15px solid #000066;
	}
}

.business #bloc02_1 h1 {
	font-size: 1.7vw;
	line-height: 1.6;
	padding-bottom: 2.7vw;
	margin-bottom: 3.9vw;
	position: relative;
	text-align: center;
}

@media (min-width: 1280px) {
	.business #bloc02_1 h1 {
		font-size: 0.22rem;
		padding-bottom: 35px;
		margin-bottom: 50px;
	}
}

.business #bloc02_1 h1::after {
	content: '';
	width: 3vw;
	max-width: 40px;
	border-bottom: 2px solid #000066;
	position: absolute;
	bottom: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.business #bloc02_1 ul.fbox {
	margin-bottom: 5.47vw;
}

@media (min-width: 1280px) {
	.business #bloc02_1 ul.fbox {
		margin-bottom: 70px;
	}
}

.business #bloc02_1 ul.fbox,
.business #bloc02_1 ul.fbox li.txtArea dl {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
}

.business #bloc02_1 ul.fbox li.txtArea {
	width: 48%;
}

.business #bloc02_1 ul.fbox li.ph {
	width: 50%;
}

.business #bloc02_1 ul.fbox li.txtArea dl {
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
}

.business #bloc02_1 ul.fbox li.txtArea dl dt {
	width: 36%;
	position: relative;
	font-size: 1.25vw;
	line-height: 1.75;
	border-left: 1px solid #000066;
	margin-bottom: 2.34vw;
}

@media (min-width: 1280px) {
	.business #bloc02_1 ul.fbox li.txtArea dl dt {
		width: 36%;
		position: relative;
		font-size: 0.16rem;
		margin-bottom: 30px;
	}
}

.business #bloc02_1 ul.fbox li.txtArea dl dt .vmTxt {
	width: 100%;
	position: absolute;
	text-align: center;
}
.business #bloc02_1 ul.fbox li.txtArea dl dt .vmTxt a{
	display: block;
	text-decoration: underline;
}
.business #bloc02_1 ul.fbox li.txtArea dl dt .vmTxt a:hover {

}

.business #bloc02_1 ul.fbox li.txtArea dl dd {
	width: 64%;
	font-size: 1.02vw;
	line-height: 2.15;
	border-left: 1px solid #000066;
	padding-left: 1vw;
	margin-bottom: 2.34vw;
}

@media (min-width: 1280px) {
	.business #bloc02_1 ul.fbox li.txtArea dl dd {
		font-size: 0.13rem;
		padding-left: 15px;
		margin-bottom: 30px;
	}
}

.business #bloc02_1 ul.fbox li.txtArea dl dt:last-of-type,
.business #bloc02_1 ul.fbox li.txtArea dl dd:last-of-type {
	margin-bottom: 0;
}


.business #bloc02_1 ul.fbox li.ph img {
	width: 100%;
	height: auto;
}

.business #bloc02_1 .btAni {
	width: 26.17vw;
	height: 6.25vw;
	max-width: 335px;
	max-height: 80px;
	margin-left: auto;
	margin-right: auto;
}

.business #bloc02_1 .btAni a {
	font-size: 1vw;
	border: 1px solid #000066;
	background: #FFF;
	text-align: center;
}

@media (min-width: 1280px) {
	.business #bloc02_1 .btAni a {
		font-size: 0.13rem;
	}
}

.business #bloc02_1 .btAni a .arrow {
	top: 50%;
	left: 1.95vw;
	width: 3.9vw;
	height: 0.55vw;
	max-width: 50px;
	max-height: 7px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 1280px) {
	.business #bloc02_1 .btAni a .arrow {
		left: 25px;
	}
}

.business #bloc02_1 .btAni a.on .arrow {
	width: 4.29vw;
	max-width: 55px;
}

.business #bloc02_1 .btAni a .arrow.abl::before,
.business #bloc02_1 .btAni a .arrow.abl::after {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.business #bloc02_1 .btAni a.on .arrow.abl::before {
	background: #FFF;
}

.business #bloc02_1 .btAni a.on .arrow.abl::after {
	border-right: 1px solid #FFF;
}



.business #bloc02_2 {
	border-bottom: 1px solid #efefef;
}

.business #bloc02_2>.inner {
	padding-top: 4.3vw;
	margin-bottom: 9.8vw;
  padding-bottom: 3.9vw;
}

@media (min-width: 1280px) {
	.business #bloc02_2>.inner {
		padding-top: 55px;
		margin-bottom: 125px;
    padding-bottom: 50px;
	}
}

.business #bloc02_2 h1 {
	font-size: 1.7vw;
	margin-bottom: 3.5vw;
	text-align: center;
}

@media (min-width: 1280px) {
	.business #bloc02_2 h1 {
		font-size: 0.22rem;
		margin-bottom: 45px;
	}
}

.business #bloc02_2 .projectList {
	width: 94.15%;
	max-width: 965px;
	margin-left: auto;
	margin-right: auto;
}

.business #bloc02_2 .projectList ul {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	font-size: 1.02vw;
	border-left: 1px solid #efefef;
}

.business #bloc02_2 .projectList ul li {
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

@media (min-width: 1280px) {
	.business #bloc02_2 .projectList ul {
		font-size: 0.13rem;
	}
}

.business #bloc02_2 .projectList ul li:nth-child(1) {
	width: 20%;
}

.business #bloc02_2 .projectList ul li:nth-child(2) {
	width: 15%;
}

.business #bloc02_2 .projectList ul li:nth-child(3) {
	width: 65%;
}

.business #bloc02_2 .projectList ul.head {
	background: #f5f5f5;
}

.business #bloc02_2 .projectList ul.head li {
	padding: 1.5vw 0.8vw 1.5vw 2.7vw;
}

@media (min-width: 1280px) {
	.business #bloc02_2 .projectList ul.head li {
		padding: 20px 10px 20px 35px;
	}
}

.business #bloc02_2 .projectList ul:not(.head) li {
	padding: 0.8vw 0.8vw 0.8vw 2.7vw;
}

@media (min-width: 1280px) {
	.business #bloc02_2 .projectList ul:not(.head) li {
		padding: 10px 10px 10px 35px;
	}
}

.business #bloc02_1 .sbox {

}
.business #bloc02_1 .sbox .s-container {
		display: flex;
		margin-bottom: 32px;
}
.business #bloc02_1 .sbox .s-container a:hover {
		text-decoration: none;
    filter: brightness(90%);
}
.business #bloc02_1 .sbox .s-container a.t-block:hover {
		transform: transparent
}
.business #bloc02_1 .sbox .s-container dl {
		padding: 8px 5% 8px 0;
}
.business #bloc02_1 .sbox .s-container:nth-of-type(2) dl {
		padding-left: 5%;
}
.business #bloc02_1 .sbox .s-container a.t-block .s-morelink {
		position: relative;
		text-align: right;
		height: 2em;
}
.business #bloc02_1 .sbox .s-container a.t-block .s-morelink p {
		width: fit-content;
		position: absolute;
		top : 0;
		right: 8%;
		height: 1.8em;
}
.business #bloc02_1 .sbox .s-container a.t-block .s-morelink p:before {
		content: "";
		position: absolute;
		bottom: 3px;
    right: -18px;
    width: calc(100% + 36px);
    height: 1px;
		background: #000066;
		display: block;
		transition: all 0.25s ease;
}
.business #bloc02_1 .sbox .s-container a.t-block .s-morelink p:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 5px;
		right: -18px;
		width: 0.5vw;
		height: 0.5vw;
		max-width: 6px;
		max-height: 6px;
		-moz-transform-origin: right bottom;
		-webkit-transform-origin: right bottom;
		-o-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-right: 1px solid #000066;
		transition: all 0.25s ease;
}
.business #bloc02_1 .sbox .s-container a.t-block:hover .s-morelink p:before {
		width: calc(100% + 42px);
		right: -24px;
}
.business #bloc02_1 .sbox .s-container a.t-block:hover .s-morelink p:after {
		right: -24px;
}
.business #bloc02_1 .sbox .s-container .s-text {
		display: flex;
		justify-content: center;
		flex-direction: column;
}
.business #bloc02_1 .sbox .s-container .s-text dt {
		font-size: 20px;
		margin-bottom: 10px;
		text-align: left;
		width: 100%;
}
.business #bloc02_1 .sbox .s-container dd {
		font-size: 14px;
		width: 100%;
		letter-spacing: 0px;
		line-height: 1.5;
}
.business #bloc02_1 .sbox .s-container a.t-block {
		width: 60%;
		display: flex;
		flex-direction: column;
}
.business #bloc02_1 .sbox .s-container a.img-block {
		width: 40%;
}
.business #bloc02_1 .sbox .s-container a.img-block img {
		width: 100%;
		height: 100%;
		max-height: 150px;
		object-fit: cover;
}

.business #bloc02_1 .sbox .s-list {
		padding: 24px 16px;
		border-bottom: 1px solid #000066;
		display: flex;
		align-items: center;
}
.business #bloc02_1 .sbox .s-list:nth-of-type(1) {
		border-top: 1px solid #000066;
}
.business #bloc02_1 .sbox .s-list .s-item {
		border: 1px solid #000066;
		border-radius: 32px;
		font-size: 15px;
		padding: 12px 16px;
		width: 260px;
		margin-right: 24px;
		text-align: center;
		flex-shrink: 0;
}
.business #bloc02_1 .sbox .s-list a {
		font-size: 16px;
		display: block;
		width: auto;
		position: relative;
		padding-left: 36px;
		line-height: 1.4em;
}
.business #bloc02_1 .sbox .s-list a:before {
		content: "";
		background: url(../img/business/service-arrow.png) no-repeat center center/cover;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		top: calc(50% - 10px);
		left: 0;
}
.business #bloc02_1 .s-more {
			text-align: center;
			font-size: 14px;
			padding: 16px;
}

/*=============================
business cio
=============================*/
.cio .contents {
	padding-bottom: 1.8vw;
	margin-bottom: 1.8vw;
	border-bottom: 1px solid #efefef;
}

.cio.cio-service #main {
	margin-bottom: 3em;
}

@media (min-width: 1280px) {
	.cio .contents {
		padding-bottom: 35px;
		margin-bottom: 20px;
	}
}

.cio #main {
	margin-bottom: 16.4vw;
}

@media (min-width: 1280px) {
	.cio #main {
		margin-bottom: 210px;
	}
}

.cio #main .mainPh {
	background: url(../img/business/cio_mainPh.jpg) no-repeat center center/cover;
	margin-bottom: 4.7vw;
}

@media (min-width: 1280px) {
	.cio #main .mainPh {
		margin-bottom: 60px;
	}
}

.cio #main .fbox {
	width: 80%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
}

.cio #main .fbox .mainCopy img {
	height: 11vw;
	width: auto;
	max-height: 140px;
}

.cio #main .fbox .mainTxt {
	width: 49%;
	font-size: 1.02vw;
	line-height: 2.15;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

@media (min-width: 1280px) {
	.cio #main .fbox .mainTxt {
		font-size: 0.13rem;
	}
}

.cio section {
	border-top: 1px solid #efefef;
	margin-bottom: 11.3vw;
}

@media (min-width: 1280px) {
	.cio section {
		margin-bottom: 145px;
	}
}

.cio section:last-of-type {
	margin-bottom: 0
}

.cio section>.inner {
	width: 80%;
	max-width: 1018px;
	margin-left: auto;
	margin-right: auto;
}

.cio section h1.accBt {
	position: relative;
	height: 10.16vw;
	max-height: 130px;
}

.cio section h1.accBt::after {
	content: '';
	width: 100vw;
	height: 1px;
	background: #EFEFEF;
	position: absolute;
	bottom: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cio section h1.accBt .accBt-title,
.cio section h1.accBt a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 1.9vw;
	text-align: center;
	color: #000066;
	background: #FFF;
}

@media (min-width: 1280px) {
	.cio section h1.accBt .accBt-title,
	.cio section h1.accBt a {
		font-size: 24px;
	}
}

.cio section h1.accBt .accBt-title::before,
.cio section h1.accBt a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border: 1.2vw solid transparent;
	border-left: 1.2vw solid #000066;
	border-top: 1.2vw solid #000066;
}

@media (min-width: 1280px) {
	.cio section h1.accBt a::before {
		border: 15px solid transparent;
		border-left: 15px solid #000066;
		border-top: 15px solid #000066;
	}
}

.cio section h1.accBt a .border {
	display: block;
	width: 3.9vw;
	height: 3.9vw;
	position: absolute;
	top: 50%;
	right: 2.7vw;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 1280px) {
	.cio section h1.accBt a .border {
		width: 50px;
		height: 50px;
	}
}

.cio section h1.accBt a .border::before,
.cio section h1.accBt a .border::after {
	content: '';
	background: #000066;
	position: absolute;
	-webkit-transition: transform 0.35s ease;
	-moz-transition: transform 0.35s ease;
	-ms-transition: transform 0.35s ease;
	-o-transition: transform 0.35s ease;
	transition: transform 0.35s ease;
}

.cio section h1.accBt a .border::before {
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
}

.cio section h1.accBt a .border::after {
	height: 100%;
	width: 1px;
	top: 0;
	left: 50%;
}

.cio section h1.accBt a.open .border::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.cio section h1.accBt a.open .border::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.cio section div.accBt {
    position: relative;
    height: 10.16vw;
    max-height: 130px;
}
.cio section div.accBt::after {
    content: '';
    width: 100vw;
    height: 1px;
    background: #EFEFEF;
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cio section div.accBt .accBt-title {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 1.9vw;
    text-align: center;
    color: #000066;
    background: #FFF;
}
.cio section div.accBt .accBt-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 1.2vw solid transparent;
    border-left: 1.2vw solid #000066;
    border-top: 1.2vw solid #000066;
}
@media (min-width: 1280px) {
    .cio section div.accBt .accBt-title {
        font-size: 24px;
    }
}



.cio section .acc {
	display: none;
	padding: 2.34vw 1.95vw 0 1.95vw;
}

@media (min-width: 1280px) {
	.cio section .acc {
		padding: 30px 25px 0 25px;
	}
}

.cio section .acc .txt01 {
	font-size: 1vw;
	line-height: 2.15;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	letter-spacing: 0.05em;
}

@media (min-width: 1280px) {
	.cio section .acc .txt01 {
		font-size: 0.13rem;
	}
}

.cio section .acc .box {
	margin-top: 3.9vw;
	border: 1px solid #efefef;
	background: #FFF;
	padding: 2.7vw 2.7vw 2.34vw;
}

@media (min-width: 1280px) {
	.cio section .acc .box {
		margin-top: 50px;
		padding: 35px 35px 30px;
	}
}

.cio section .acc .box>h2 {
	font-size: 1.4vw;
	text-align: center;
	padding-bottom: 1.95vw;
	margin-bottom: 3.5vw;
	position: relative;
}

@media (min-width: 1280px) {
	.cio section .acc .box>h2 {
		font-size: 0.18rem;
		padding-bottom: 25px;
		margin-bottom: 45px;
	}
}

.cio section .acc .box>h2::after {
	content: '';
	width: 3.13vw;
	max-width: 40px;
	border-bottom: 2px solid #000066;
	position: absolute;
	bottom: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cio section .acc .box ul.fbox {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;

}

.cio section .acc .box ul.fbox>li {
	width: 48.5%;
	margin-bottom: 5vw;
}

@media (min-width: 1280px) {
	.cio section .acc .box ul.fbox>li {
		margin-bottom: 65px;
	}
}

.cio section .acc .box ul.fbox li h3 {
	height: 3.13vw;
	max-height: 40px;
	background: #f5f5f5;
	text-align: center;
	font-size: 1.25vw;
	margin-bottom: 1.95vw;
	letter-spacing: 0.05em;
}

@media (min-width: 1280px) {
	.cio section .acc .box ul.fbox li h3 {
		font-size: 16px;
		margin-bottom: 25px;
	}
}

.cio section .acc .box ul.fbox li .txt {
	min-height: 7.8vw;
	font-size: 1vw;
	line-height: 2.15;
	letter-spacing: 0.05em;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	padding-bottom: 0.8vw;
	margin-bottom: 1.2vw;
	border-bottom: 1px solid #efefef;
}

@media (min-width: 1280px) {
	.cio section .acc .box ul.fbox li .txt {
		font-size: 0.13rem;
		min-height: 100px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
}

.cio section .acc .box ul.fbox li .txt.bbno {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.cio section .acc .box ul.fbox li>ul {
	font-size: 1vw;
	letter-spacing: 0.05em;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

@media (min-width: 1280px) {
	.cio section .acc .box ul.fbox li>ul {
		font-size: 0.13rem;
	}
}

.cio section .acc .box ul.fbox li>ul li {
	margin-bottom: 1.17vw;
	text-indent: -0.75em;
	padding-left: 1.5em;
}

@media (min-width: 1280px) {
	.cio section .acc .box ul.fbox li>ul li {
		margin-bottom: 15px;
	}
}

.cio section .acc .box ul.fbox li>ul li::before {
	display: inline-block;
	content: '\025CF';
	margin-right: 0.5em;
}

.cio section .acc .box ul.fbox li>ul a.service-link {
	position: relative;
}
.cio section .acc .box ul.fbox li>ul a.service-link p{
	text-decoration: underline;
	line-height: 1.4em;
	padding-left: 1.5em;
}
.cio section .acc .box ul.fbox li>ul a.service-link::before {
	content: "▶︎";
	font-size: 100%;
	position: absolute;
	top: 0.25em;
	left: 0;
}


.cio section .acc .box .needs {
	background: #f5f5f5;
	padding: 2.34vw 2.34vw 2.73vw;
}

@media (min-width: 1280px) {
	.cio section .acc .box .needs {
		padding: 30px 30px 35px;
	}
}

.cio section .acc .box .needs h2 {
	font-size: 1.4vw;
	text-align: center;
	margin-bottom: 2.34vw;
	letter-spacing: 0.05em;
}

@media (min-width: 1280px) {
	.cio section .acc .box .needs h2 {
		font-size: 0.18rem;
		margin-bottom: 30px;
	}
}

.cio section .acc .box .needs ul li {
	font-size: 1vw;
	line-height: 2.15;
	letter-spacing: 0.05em;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	position: relative;
	text-indent: -0.75em;
	padding-left: 1.5em;
}

@media (min-width: 1280px) {
	.cio section .acc .box .needs ul li {
		font-size: 0.13rem;
	}
}

.cio section .acc .box .needs ul li::before {
	display: inline-block;
	content: '\025CF';
	margin-right: 0.5em;
}





.cio #bloc02 .pic01 {
	border: 1px solid #efefef;
	background: #FFF;
	padding: 3.13vw;
	margin-top: 4.3vw;
}

@media (min-width: 1280px) {
	.cio #bloc02 .pic01 {
		margin-top: 55px;
		padding: 40px;
	}
}

.cio #bloc02 .pic01 img {
	width: 100%;
	height: auto;
}

.cio .bt_demodal {
	font-size: 0.13rem;
	margin-top: 15px;
}

.cio .bt_demodal a {
	color: #000066;
	text-decoration: underline;
}


.cio .demodalBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.cio .demodalBg.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.cio .demodal {
	position: fixed;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #FFF;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 10;
}

.cio .demodal.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.cio .demodal .inner {
	padding: 50px;
}

.cio .demodal .inner h3 {
	font-size: 0.18rem;
	text-align: center;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 40px;
}

.cio .demodal .inner h3::after {
	content: '';
	width: 40px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	background: #000066;
}

.cio .demodal .inner .list ul {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	font-size: 0.13rem;
}

.cio .demodal .inner .list ul li {
	width: 50%;
	padding: 15px 0;
}

.cio .demodal .inner .list ul.head {
	text-align: center;
	border-bottom: 1px solid #efefef;
	background: #e9eef4;
	font-size: 0.13rem;
}

.cio .demodal .inner .list ul.head li:first-child {
	border-right: 1px solid #efefef;
}

.cio .demodal .inner .list ul:not(.head) li {
	text-align: center;
	border-bottom: 1px solid #efefef;
}

.cio .demodal .inner .list ul:not(.head) li:nth-child(2n-1) {
	border-right: 1px solid #efefef;
}

.cio .demodal .inner .txt {
	margin-top: 10px;
	text-align: right;
}

.cio .demodal .bt_demodal_close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
}

.cio .demodal .bt_demodal_close a {
	display: block;
	width: 100%;
	height: 100%;
}

.cio .demodal .bt_demodal_close a::before,
.cio .demodal .bt_demodal_close a::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #000066;
	position: absolute;
	top: 50%;
	left: 0;
}

.cio .demodal .bt_demodal_close a::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.cio .demodal .bt_demodal_close a::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}


.cio .bt_modal {
	font-size: 0.13rem;
	margin-top: 15px;
}

.cio .bt_modal a {
	color: #000066;
	text-decoration: underline;
}

/** top.css より移植 **/
.cio .btAni {
	width: 39.84vw;
	height: 6.25vw;
	max-width: 510px;
	max-height: 80px;
	/*position: absolute;*/
	position: relative;
	bottom: 0;
	left: 50%;
	-moz-transform: translate(-50%, 50%);
	-webkit-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	z-index: 10;
}

.cio .btAni a {
	background: #000066;
	text-align: center;
	color: #FFF;
	font-size: 1vw;
}

@media (min-width: 1280px) {
	.cio .btAni a {
		font-size: 0.13rem;
	}
}

.cio .btAni a .arrow {
	top: 50%;
	left: 2.7vw;
	width: 3.9vw;
	height: 0.55vw;
	max-width: 50px;
	max-height: 7px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

@media (min-width: 1280px) {
	.cio .btAni a .arrow {
		left: 35px;
	}
}

.cio .btAni a.on .arrow {
	width: 4.29vw;
	max-width: 55px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

/** ここまで **/

.bizmodal {
	background: #FFF;

}

.bizmodal .inner {
	padding: 50px;
	color: #000066;
}

#modal01 .inner h3 {
	font-size: 0.18rem;
	text-align: center;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 40px;
}

#modal01 .inner h3::after {
	content: '';
	width: 40px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	background: #000066;
}

#modal01 .inner .list ul {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	font-size: 0.13rem;
}

#modal01 .inner .list ul li {
	width: 50%;
	padding: 15px 0;
}

#modal01 .inner .list ul.head {
	text-align: center;
	border-bottom: 1px solid #efefef;
	background: #e9eef4;
	font-size: 0.13rem;
}

#modal01 .inner .list ul.head li:first-child {
	border-right: 1px solid #efefef;
}

#modal01 .inner .list ul:not(.head) li {
	text-align: center;
	border-bottom: 1px solid #efefef;
}

#modal01 .inner .list ul:not(.head) li:nth-child(2n-1) {
	border-right: 1px solid #efefef;
}

#modal01 .inner .txt {
	margin-top: 10px;
	text-align: right;
}

.bizmodal .bt_modal_close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
}

.bizmodal .bt_modal_close a {
	display: block;
	width: 100%;
	height: 100%;
}

.bizmodal .bt_modal_close a::before,
.bizmodal .bt_modal_close a::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #000066;
	position: absolute;
	top: 50%;
	left: 0;
}

.bizmodal .bt_modal_close a::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.bizmodal .bt_modal_close a::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

/*=============================
value
=============================*/
.value .contents {
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 9.8vw;
	padding-bottom: 3.9vw;
}

@media (min-width: 1280px) {
	.value .contents {
		margin-bottom: 125px;
		padding-bottom: 50px;
	}
}

.value #main .mainPh {
	background: url(../img/value/value_mainPh.jpg) no-repeat center center/cover;
}

.value #main .mainCopy {
	text-align: center;
	padding: 8.2vw 0;
}

@media (min-width: 1280px) {
	.value #main .mainCopy {
		padding: 105px 0;
	}
}

.value #main .mainCopy img {
	height: 6.72vw;
	max-height: 86px;
	width: auto;
}

.value section {
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 3.9vw;
}

@media (min-width: 1280px) {
	.value section {
		margin-bottom: 50px;
	}
}

.value section:last-of-type {
	margin-bottom: 0;
}

.value section>.inner {
	padding-top: 5.5vw;
	position: relative;
	width: 80%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
}

@media (min-width: 1280px) {
	.value section>.inner {
		padding-top: 70px;
	}
}

.value section>.inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border: 1.2vw solid transparent;
	border-left: 1.2vw solid #000066;
	border-top: 1.2vw solid #000066;
}

@media (min-width: 1280px) {
	.value section>.inner::before {
		border: 15px solid transparent;
		border-left: 15px solid #000066;
		border-top: 15px solid #000066;
	}
}

.value section>.inner {}

.value section>.inner h1 {
	width: 25%;
	font-size: 1.72vw;
}

@media (min-width: 1280px) {
	.value section>.inner h1 {
		font-size: 0.22rem;
	}
}

.value section>.inner .txtArea {
	width: 75%;
}

.value section>.inner .txtArea ul {
	margin-bottom: 2.34vw;
}

@media (min-width: 1280px) {
	.value section>.inner .txtArea ul {
		margin-bottom: 30px;
	}
}

.value section>.inner .txtArea ul li {
	font-size: 1.25vw;
	line-height: 1.5;
	text-indent: -0.75em;
	padding-left: 1.5em;
	margin-bottom: 1em;
}

.value section>.inner .txtArea ul li:last-child {
	margin-bottom: 0;
}

@media (min-width: 1280px) {
	.value section>.inner .txtArea ul li {
		font-size: 0.16rem;
	}
}

.value section>.inner .txtArea ul li:before {
	display: inline-block;
	content: '\025CF';
	margin-right: 0.5em;
}

.value section>.inner .ph img {
	width: 100%;
	height: auto;
}


/*=============================
aboutus
=============================*/
nav.aboutusNav {
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	padding-top: 9vw;
	margin-top: 14.45vw;
	/*padding-bottom: 2.7vw;*/
}

@media (min-width: 1280px) {
	nav.aboutusNav {
		margin-top: 185px;
		padding-top: 115px;
		/*padding-bottom: 35px;*/
	}
}

nav.pnav .aboutusList {
	width: 80%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	padding-top: 7.4vw;
	position: relative;
}

nav.pnav .aboutusList::before {
	content: '';
	width: 3.13vw;
	max-width: 40px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #000066;
}

@media (min-width: 1280px) {
	nav.pnav .aboutusList {
		padding-top: 95px;
	}
}

nav.pnav .aboutusList>li {
	width: 50%;
	margin-bottom: 5.86vw;
	position: relative;
}

@media (min-width: 1280px) {
	nav.pnav .aboutusList>li {
		margin-bottom: 75px;
	}
}

nav.pnav .aboutusList>li:nth-child(odd)::before {
	content: '';
	width: 100vw;
	border-top: 1px solid #EFEFEF;
	position: absolute;
	top: 0;
	left: 100%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

nav.pnav .aboutusList>li a {
	display: block;
	position: relative;
}

/*
nav.pnav .aboutusList > li a::before{
	content: '';
	display: block;
	width: 100%;
	height: 22.27vw;
	max-height: 285px;
	margin-bottom: 3.13vw;
}
@media (min-width: 1280px) {
	nav.pnav .aboutusList > li a::before{
		margin-bottom: 40px;
	}
}

nav.pnav .aboutusList > li.list01 a::before{background: url(../img/aboutus/pnav01_ph.jpg) no-repeat center center/cover;}
nav.pnav .aboutusList > li.list02 a::before{background: url(../img/aboutus/pnav02_ph.jpg) no-repeat center center/cover;}
nav.pnav .aboutusList > li.list03 a::before{background: url(../img/aboutus/pnav03_ph.jpg) no-repeat center center/cover;}
nav.pnav .aboutusList > li.list04 a::before{background: url(../img/aboutus/pnav04_ph.jpg) no-repeat center center/cover;}
*/
nav.pnav .aboutusList>li a .ph {
	width: 100%;
	height: 22.27vw;
	max-height: 285px;
	margin-bottom: 3.13vw;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (min-width: 1280px) {
	nav.pnav .aboutusList>li a .ph {
		margin-bottom: 40px;
	}
}

/*nav.pnav .aboutusList > li.list03 a .ph{background: url(../img/aboutus/pnav03_ph.jpg) no-repeat center center/cover;}
nav.pnav .aboutusList > li.list04 a .ph{background: url(../img/aboutus/pnav04_ph.jpg) no-repeat center center/cover;}*/

nav.pnav .aboutusList>li a * {
	text-align: center;
	position: relative;
}

nav.pnav .aboutusList .titJp {
	padding-bottom: 1.17vw;
	margin-bottom: 1vw;
}

@media (min-width: 1280px) {
	nav.pnav .aboutusList .titJp {
		padding-bottom: 15px;
		margin-bottom: 13px;
	}
}

nav.pnav .aboutusList .titJp::before {
	content: '';
	width: 3.13vw;
	max-width: 40px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #000066;
}

nav.pnav .aboutusList .titJp img {
	height: 1.33vw;
	max-height: 17px;
	width: auto;
}

nav.pnav .aboutusList .titEn img {
	height: 0.8vw;
	max-height: 10px;
	width: auto;
}





/*aboutus
=============================*/
.aboutus #main .mainPh {
	/*background: url(../img/aboutus/aboutus_mainPh.jpg) no-repeat center center/cover;*/
}

.aboutus #main {
	margin-bottom: 9vw;
}

@media (min-width: 1280px) {
	.aboutus #main {
		margin-bottom: 115px;
	}
}

.aboutus .contents {
	position: relative;
	padding-bottom: 10.16vw;
}

@media (min-width: 1280px) {
	.aboutus .contents {
		padding-bottom: 130px;
	}
}

.aboutus .contents dl {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;

	font-size: 1vw;
	line-height: 2.15;
}

@media (min-width: 1280px) {
	.aboutus .contents dl {
		font-size: 0.13rem;
	}
}

.aboutus .contents>dl {
	width: 50%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.aboutus .contents>dl>dt {
	width: 20%;
	margin-bottom: 1.56vw;
}

.aboutus .contents>dl>dd {
	width: 80%;
	margin-bottom: 2.34vw;
}

@media (min-width: 1280px) {

	.aboutus .contents>dl>dt,
	.aboutus .contents>dl>dd {
		margin-bottom: 30px;
	}
}

.aboutus .contents>dl>dd img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.aboutus .contents>dl>dd>dl>dt {
	width: 25%;
}

.aboutus .contents>dl>dd>dl>dd {
	width: 75%;
}

.aboutus .contents>dl>dd.fbox {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
}

.aboutus .contents>dl>dd.fbox ul {
	width: 50%;
	margin-bottom: 3em;
}

.aboutus .contents>dl>dd.fbox ul:last-child,
.aboutus .contents>dl>dd.fbox ul:nth-last-child(2) {
	margin-bottom: 0;
}

.aboutus .contents>dl>dd.fbox ul li {
	line-height: 1.5;
	margin-bottom: 0.5em;
}

.aboutus .contents>dl>dd.fbox ul li:not(:first-child) {
	text-indent: -1em;
	padding-left: 1em;
}

.aboutus .contents dl dd a {
	color: #336699;
	text-decoration: underline;
}


/*topmessage
=============================*/
.topmessage #main .mainPh {
	background: url(../img/aboutus/topmessage_mainPh.jpg) no-repeat center center/cover;
}

.topmessage #main {
	margin-bottom: 7.8vw;
}

@media (min-width: 1280px) {
	.topmessage #main {
		margin-bottom: 100px;
	}
}

.topmessage ul.txtList {
	width: 80%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
}

.topmessage ul.txtList li {
	width: 48%;
	max-width: 485px;
	font-size: 1.17vw;
	line-height: 2.25;

	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	position: relative;
}

@media (min-width: 1280px) {
	.topmessage ul.txtList li {
		font-size: 0.15rem;
	}
}

.topmessage ul.txtList li p.nameArea {
	position: absolute;
	bottom: 0;
	left: 0;
}

.topmessage ul.txtList li p.nameArea span {
	display: block;
}

.topmessage ul.txtList li p.nameArea span.txt {
	margin-bottom: 0.5em;
}

.topmessage ul.txtList li p.nameArea img {
	width: 14.06vw;
	height: 3.13vw;
	max-width: 140px;
	max-height: 40px;
}

/*ourvision
=============================*/
.ourvision #main {
	margin-bottom: 11.72vw;
}

@media (min-width: 1280px) {
	.ourvision #main {
		margin-bottom: 150px;
	}
}

.ourvision #main .mainPh {
	/*background: url(../img/aboutus/ourvision_mainPh.jpg) no-repeat center center/cover;*/
}

.ourvision #main .txtArea {
	width: 80%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7.42vw;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
}

@media (min-width: 1280px) {
	.ourvision #main .txtArea {
		margin-top: 95px;
	}
}

.ourvision #main .txtArea>* {
	width: 50%;
}

.ourvision #main .txtArea .mainCopy img {
	display: block;
	width: auto;
	height: 13.66vw;
	max-height: 175px;
}

.ourvision #main .txtArea .mainTxt {
	font-size: 1.17vw;
	line-height: 2.25;
}

@media (min-width: 1280px) {
	.ourvision #main .txtArea .mainTxt {
		font-size: 0.15rem;
	}
}

.ourvision #main .txtArea .mainTxt img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.ourvision .contents {}

.ourvision section {
	border-top: 1px solid #EFEFEF;
}

.ourvision section:last-of-type {
	margin-bottom: 0;
}

.ourvision section>.inner {
	width: 80%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;

}

.ourvision section ul.list {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
}

.ourvision section:nth-of-type(even) ul.list {
	-webkit-flex-direction: row-reverse;
	/* Safari */
	flex-direction: row-reverse;
}

.ourvision section ul.list>li {
	position: relative;
	width: 50%;
	padding: 4.3vw 0;
}

@media (min-width: 1280px) {
	.ourvision section ul.list>li {
		padding: 55px 0;
	}
}

.ourvision section ul.list>li.txtArea {
	text-align: center;
}

.ourvision section ul.list>li.txtArea::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border: 1.2vw solid transparent;
	border-left: 1.2vw solid #000066;
	border-top: 1.2vw solid #000066;
}

@media (min-width: 1280px) {
	.ourvision section ul.list>li.txtArea::before {
		border: 15px solid transparent;
		border-left: 15px solid #000066;
		border-top: 15px solid #000066;
	}
}


.ourvision section ul.list>li.txtArea p.txt01 {
	font-size: 1.25vw;
	text-align: center;
	position: relative;
	padding-top: 1.33vw;
	letter-spacing: 0.2em;
	margin-bottom: 2.34vw;
}

@media (min-width: 1280px) {
	.ourvision section ul.list>li.txtArea p.txt01 {
		font-size: 0.16rem;
		padding-top: 17px;
		margin-bottom: 30px;
	}
}

.ourvision section ul.list>li.txtArea p.txt01::before {
	content: '';
	width: 3.13vw;
	max-width: 40px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #000066;
}

.ourvision section ul.list>li.txtArea h1 {
	font-size: 1.72vw;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 3.13vw;
}

@media (min-width: 1280px) {
	.ourvision section ul.list>li.txtArea h1 {
		font-size: 0.22rem;
		margin-bottom: 40px;
	}
}

.ourvision section ul.list>li.txtArea .inner {
	display: inline-block;
}

.ourvision section ul.list>li.txtArea .txt02 {
	font-size: 1vw;
	line-height: 2.15;
}

@media (min-width: 1280px) {
	.ourvision section ul.list>li.txtArea .txt02 {
		font-size: 0.13rem;
	}
}

.ourvision section ul.list>li.txtArea .txt02 img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.ourvision section .ph {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.ourvision section .txtArea ul {
	margin-top: 1.95vw;
	text-align: left;
	font-size: 1vw;
	line-height: 1.5;
}

@media (min-width: 1280px) {
	.ourvision section .txtArea ul {
		font-size: 0.13rem;
		margin-top: 25px;
	}
}

.ourvision section .txtArea ul li {
	text-indent: -0.75em;
	padding-left: 1.5em;
	margin-bottom: 0.75em;
}

.ourvision section .txtArea ul li::before {
	display: inline-block;
	content: '\025CF';
	margin-right: 0.5em;
}

/*
.value section > .inner .txtArea ul li{
	font-size: 1.25vw;
	text-indent: -0.75em;
	padding-left: 1.5em;
	margin-bottom: 1em;
}
.value section > .inner .txtArea ul li:last-child{
	margin-bottom: 0;
}
@media (min-width: 1280px) {
	.value section > .inner .txtArea ul li{font-size: 0.16rem;}
}
.value section > .inner .txtArea ul li:before{
	display: inline-block;
	content: '\025CF';
	margin-right: 0.5em;
}
*/




.ourvision nav.aboutusNav {
	margin-top: 0 !important;
}


/*access
=============================*/
.access #main {
	margin-bottom: 5.8vw;
}

@media (min-width: 1280px) {
	.access #main {
		margin-bottom: 75px;
	}
}

.access #main .sec_body_map {
	display: block;
	width: 80%;
	height: 33.59vw;
	max-width: 1020px;
	max-height: 430px;
	margin-left: auto;
	margin-right: auto;
}

.access ul.list,
.access ul.list li {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
}

.access ul.list {
	width: 80%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

.access ul.list li {
	width: 50%;
	font-size: 1vw;
	line-height: 2.15;

}

@media (min-width: 1280px) {
	.access ul.list li {
		font-size: 0.13rem;
	}
}

.access ul.list li h3 {
	width: 26%;
}

.access ul.list li .txtArea {
	width: 74%;
}

.access .btAni {
	width: 27.34vw;
	height: 6.25vw;
	max-width: 350px;
	max-height: 80px;
	margin-top: 1.95vw;
}

@media (min-width: 1280px) {
	.access .btAni {
		margin-top: 25px;
	}
}

.access .btAni a {
	background: #000066;
	text-align: center;
	color: #FFF;
	font-size: 1vw;
}

@media (min-width: 1280px) {
	.access .btAni a {
		font-size: 0.13rem;
	}
}

.access .btAni a .arrow {
	top: 50%;
	left: 2.7vw;
	width: 3.9vw;
	height: 0.55vw;
	max-width: 50px;
	max-height: 7px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

@media (min-width: 1280px) {
	.access .btAni a .arrow {
		left: 35px;
	}
}

.access .btAni a.on .arrow {
	width: 4.29vw;
	max-width: 55px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}


/*=============================
etc
=============================*/
.etc div.sign {
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	padding: 2.7vw 0 17.19vw 0;
	margin-bottom: 10.94vw;
}

@media (min-width: 1280px) {
	.etc div.sign {
		padding: 35px 0 220px 0;
		margin-bottom: 140px;
	}
}

.etc div.sign p.txt {
	width: 80%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 1vw;
	line-height: 2.15;

}

@media (min-width: 1280px) {
	.etc div.sign p.txt {
		font-size: 0.13rem;
	}
}

.etc .contents>div.inner {
	width: 80%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

.etc .txt01 {
	font-size: 1vw;
	line-height: 2.15;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

@media (min-width: 1280px) {
	.etc .txt01 {
		font-size: 0.13rem;
	}
}

/*privacy
=============================*/
.privacy dl.list {
	margin-top: 7.4vw;

}

@media (min-width: 1280px) {
	.privacy dl.list {
		margin-top: 95px;
	}
}

.privacy dl.list>dt {
	font-size: 1.9vw;
	margin-bottom: 2.34vw;
	position: relative;
}

.privacy dl.list>dt::before {
	content: '';
	width: 100vw;
	height: 1px;
	background: #EFEFEF;
	position: absolute;
	top: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (min-width: 1280px) {
	.privacy dl.list>dt {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

.privacy dl.list>dd {
	font-size: 1vw;
	line-height: 2.15;

	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	margin-bottom: 10.94vw;
}

@media (min-width: 1280px) {
	.privacy dl.list>dd {
		font-size: 0.13rem;
		margin-bottom: 140px;
	}
}

.privacy dl.list>dd img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.privacy dl.inner {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	margin-top: 4.3vw;
}

@media (min-width: 1280px) {
	.privacy dl.inner {
		margin-top: 55px;
	}
}

.privacy dl.inner dt {
	width: 25%;
}

.privacy dl.inner dd {
	width: 75%;
	margin-bottom: 3.9vw;
}

@media (min-width: 1280px) {
	.privacy dl.inner dd {
		margin-bottom: 55px;
	}
}

.privacy dl.inner dd:last-of-type {
	margin-bottom: 0;
}


/*security
=============================*/
.security dl.list {
	margin-top: 7.4vw;

	position: relative;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
}

@media (min-width: 1280px) {
	.security dl.list {
		margin-top: 95px;
	}
}

.security dl.list>dt::before {
	content: '';
	width: 100vw;
	height: 1px;
	background: #EFEFEF;
	position: absolute;
	top: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.security dl.list>dt {
	width: 25%;
	font-size: 1.9vw;
}

@media (min-width: 1280px) {
	.security dl.list>dt {
		font-size: 24px;
	}
}

.security dl.list>dd {
	width: 75%;
	font-size: 1vw;
	line-height: 2.15;

	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	margin-bottom: 10.94vw;
}

@media (min-width: 1280px) {
	.security dl.list>dd {
		font-size: 0.13rem;
		margin-bottom: 140px;
	}
}

.security dl.list>dd img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.security dl.inner {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
}

.security dl.inner dt {
	width: 35%;
	font-size: 1.25vw;
}

@media (min-width: 1280px) {
	.security dl.inner dt {
		font-size: 0.16rem;
	}
}

.security dl.inner dd {
	width: 65%;
	margin-bottom: 2.73vw;
}

@media (min-width: 1280px) {
	.security dl.inner dd {
		margin-bottom: 35px;
	}
}

.security dl.inner dd:last-of-type {
	margin-bottom: 0;
}


/*it-system
=============================*/
.cmn-qa {
    padding: 60px 0px;
    box-sizing: border-box;
}
.cmn-qa .section-title {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.cmn-qa .section-title:before {
    content: "";
    height: 1px;
    width: 3vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #040464;
}
.cmn-qa .section-title h2 {
    padding-bottom: 20px;
    line-height: 1.5em;
    font-weight: 900;
    font-size: 0.2rem;
}
.cmn-qa .question-accordion {
    width: 100%;
}