@charset "utf-8";

/* ----------------------------------------

common

---------------------------------------- */
/* catList_group
------------------------------- */
.catList_group {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2rem;
	margin-top: -5rem;
}
.catList_group > .catList_box {
	width: calc(100% / 4 - 2rem);
	margin-left: 2rem;
	margin-top: 5rem;
}
.catList_tit {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	background-image:  url(../img/common/circle_arw_lightblue.svg) ;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.38em;
	border-bottom: 1px solid #79AFFF;
	padding: 1rem 0;
	padding-left: 1.94em;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
}
.catList > ul {
	font-size: 1.8rem;
	line-height: 1.7;
	color: #4e4e4e;
	font-weight: 400;
	line-height: 1.2;
	margin-top: -1.5rem;
	overflow: hidden;
}
.catList > ul > li {
	margin-top: 1.5rem;
}
.catList > ul > li > a {
	display: block;
	padding-right: 1.5em;
	background-image:  url(../img/common/arw_right.svg) ;
	background-repeat: no-repeat;
	background-position: right center;
	background-size:  auto 1em;
}
@media only screen and (max-width: 767px){
	/* groupList
	------------------------------- */
	 .catList_group {
		margin-left: -20px;
		margin-top: -30px;
	}
	 .catList_group > .catList_box {
		width: 100%;
		margin-left: 20px;
		margin-top: 30px;
	}
	.catList > ul {
		margin-left: -1em;
		margin-top: -1em;
	}
	.catList > ul > li {
		margin-left: 1em;
		margin-top: 1em;
	}
}

/* ----------------------------------------

mv

---------------------------------------- */
#mv {
	position: relative;
	overflow: hidden;
}
#mv::before {
	content: "";
	width: 100%;
	height:100%;
	/* height: calc(100% - .5rem); */
	background-image: linear-gradient(27deg,#D9E9FF 25%,#A6C8FF 55%, #71A6FF);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#mv .mv_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
#mv .mv_inner::after {
	content: "";
	width: 33%;
	padding-top: 22.6%;
	background: url(../img/top/mv_bg.svg) right top no-repeat;
	background-size: contain;
	position: absolute;
	top: 20px;
	right: 0;
	z-index: -1;
}
#mv .mv_flag {
	display: block;
	width: 43%;
	position: absolute;
	top: 0;
	right: 0;
}
#mv .mv_flag img {
	position: relative;
	z-index: 2;
}
#mv .mv_textArea {
	position: relative;
}
#mv .mv_txt01 {
	display: block;
	width: 50%;
	margin-bottom: 4rem;
}
#mv .mv_txt02 {
	display: block;
	width: 53%;
	margin-bottom: 4rem;
}
#mv .mv_picArea {
	display: block;
	width: 47%;
	position: absolute;
	bottom: 0;
	right: -3rem;
	z-index: 3;
}
#mv .mv_btn  {
	width: 53%;
	padding-left: 6.5rem;
}
#mv .mv_btn .btn01 {
	width: 100%;
	margin-top: 2rem;
	position: relative;
}
#mv .mv_btn_fukidashi {
	width: 10.5rem;
	position: absolute;
	top: -2rem;
	left: -6.5rem;
}
@media screen and (max-width:767px){
	#mv .mv_inner {
		padding-top:  4.63vw;
		padding-bottom: 4.63vw;
	}
	#mv .mv_inner::after {
		display: none;
	}
	#mv .mv_flag {
		width: 69%;
		position: static;
		margin: 0 auto 2.778vw;
	}
	#mv .mv_txt01 {
		width: 75%;
		margin: 0 auto 5.556vw;
	}
	#mv .mv_txt02 {
		width: 79%;
		margin: 0 auto 3.704vw;
	}
	#mv .mv_picArea {
		width: 66%;
		position: relative;
		margin: 0 auto 2.778vw;;
	}
	#mv .mv_picArea::after {
		content: "";
		width: 72%;
		padding-top: 56%;
		background: url(../img/top/mv_bg.svg) right center no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 60%;
		z-index: -1;
	}
	#mv .mv_btn  {
		width: 80%;
		padding-left: 6vw;
		margin: 0 auto;
	}
	#mv .mv_btn .btn01 {
		margin-top: 2.778vw;
		font-size: 2.778vw;
	}
	#mv .mv_btn_fukidashi {
		width: 12.037vw;
		position: absolute;
		top: -2.778vw;
		left: -6vw;
	}
}

/* ----------------------------------------

group

---------------------------------------- */
/* groupList
------------------------------- */

#group .groupList > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -5rem;
	margin-top: -5rem;
}
#group .groupList > ul > li {
	width: calc((100% / 5 ) - 5rem);
	margin-left: 5rem;
	margin-top: 5rem;
}
@media only screen and (max-width: 767px){
	#group .groupList > ul {
		margin-left: -10px;
		margin-top: -20px;
	}
	#group .groupList > ul > li {
		width: calc((100% / 3 ) - 10px);
		margin-left: 10px;
		margin-top: 20px;
	}
}
/* ----------------------------------------

category

---------------------------------------- */
#category .secTitle  {
	margin-bottom: 10rem;
}
#category .secTitle .en {
	width: 20.8rem;
	margin-bottom: 3rem;
}
/* catBtn_wrap
------------------------------- */
#category .catBtn_wrap {
	text-align: center;
	margin-top: 8rem;
}
#category .catBtn_inner {
	max-width: 72.6rem;
	width: 100%;
	box-sizing: content-box;
	display: inline-block;
	padding: 0 13rem;
	position: relative;
}
#category .catBtn_inner::before {
	content: "";
	width: 9.5rem;
	height: 100%;
	background: url(../img/top/catBtn_img.svg) left center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
#category .catBtn_wrap .btn01 {
	width: 100%;
	margin: 3rem auto 0;
}
@media only screen and (max-width: 767px){
	/* catBtn_wrap
	------------------------------- */
	#category .catBtn_inner {
		padding: 100px 0 0;
	}
	#category .catBtn_inner::before {
		width:100%;
		height: 90px;
		background: url(../img/top/catBtn_img.svg) center center no-repeat;
		background-size: contain;
	}
}
/* ----------------------------------------

ranking

---------------------------------------- */
#ranking .secTitle .en {
	width: 16.6rem;
}
#ranking .secTitle .sub {
	font-size: 1.7rem;
}
/* swiper
------------------------------- */
#ranking .swiper {
	width: 100vw;
	margin-left: 50%;
	transform: translate(-50vw);
}
#ranking .swiper-slide {
	height: auto;
	padding: 3rem;
	background: #fff;
	box-shadow: 2px 2px 0px #002971;
	border-radius: 10px;
	margin-bottom: 2px;
}
#ranking .swiper-pagination {
	position: static;
}
/* rankingList
------------------------------- */
#ranking .rankingList > ol {
	counter-reset: number 0;
}
#ranking .rankingList > ol > li {
	padding-left: 8rem;
	position: relative;
	margin-bottom: 3.5rem;
}
#ranking .rankingList > ol > li:last-child {
	margin-bottom: 0;
}
#ranking .rankingList > ol > li:before {
	content: "";
	width: 5.5rem;
	height: 100%;
	background-image: url(../img/top/ranking_crown1.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#ranking .rankingList > ol > li:nth-of-type(2):before { background-image: url(../img/top/ranking_crown2.svg); }
#ranking .rankingList > ol > li:nth-of-type(3):before { background-image: url(../img/top/ranking_crown3.svg); }


#ranking .rankingList  {
	font-size: 1.4rem;
	font-weight: 300;
}
#ranking .rankingList_tit {
	text-align: center;
	margin-bottom: 3rem;
}
#ranking .rankingList_tit .main {
	font-size: 1.7rem;
	font-weight: bold;
}
#ranking .rankingList_tit .cat_icon {
	width: 3.6rem;
}
#ranking .rankingList .company {
	font-size: 1.7rem;
	line-height: 1.2;
	font-weight: bold;
}
#ranking .rankingList_btn_wrap {
	font-size: 1.4rem;
	text-align: right;
	margin-top: 2rem;
}
#ranking .rankingList_btn {
	padding-left: 2.71em;
	background: url(../img/common/circle_arw_orange.svg) left center no-repeat;
	background-size: 2em;
}

/* ----------------------------------------

scene

---------------------------------------- */
#scene .secTitle {
	margin-bottom: 8rem;
}
#scene .secTitle .en {
	width: 16.8rem;
	margin-bottom: 3rem;
}
/* catList_group
------------------------------- */
#scene .catList_group > .catList_box {
	width: calc(100% / 3 - 2rem);
}
#scene .catList_tit {
	background-image: url(../img/common/circle_arw_blue.svg);
	border-color: #33548D;
}
@media only screen and (max-width: 767px){
	#scene .catList_group > .catList_box {
		width: 100%;
	}
}

/* ----------------------------------------

worries

---------------------------------------- */
#worries  {
	margin-top: 15rem;
	margin-bottom: 15rem;
}
#worries .secTitle .main  {
	font-weight: 400;
}
#worries .secTitle .main  span {
  position: relative;
}
#worries .secTitle .main  span::before {
  content: "";
	width: .2em;
	height: .2em;
	border-radius: 50%;
	background: #002971;
  position: absolute;
  top: -.2em;
  left: 50%;
	transform: translateX(-50%);
}
/* illustrated
------------------------------- */
#illustrated > ul {
	display: flex;
	flex-wrap: wrap;
}
#illustrated > ul > li {
	width: 50%;
}
/*** row1 ***/
#illustrated .row1 {
	order:1;
	text-align: center;
	margin-bottom: 2rem;
}
#illustrated .row1 img {
	width: 66.66%;
	margin-bottom: 3.5rem;
}
#illustrated .row1 .checkList {
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: bold;
}
#illustrated .row1 .checkList > ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#illustrated .row1 .checkList > ul > li {
	display: inline-block;
	padding-left: 1.5em;
	background-image: url(../img/top/checkmark_red.svg);
	background-repeat: no-repeat;
	background-size: 1em;
	background-position: left top .25em;
}
#illustrated .row1.estimate .checkList > ul > li {
	background-image: url(../img/top/checkmark_orange.svg);
}
/*** row2 ***/
#illustrated .row2 {
	width: 100%;
	order:2;
	position: relative;
	padding: 4.5rem 0 9rem;;
}
#illustrated .row2::before,
#illustrated .row2::after {
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	z-index: -1;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
#illustrated .row2::before {
	left: 25%;
	background-image: url(../img/top/worries_arw_red.svg);
}
#illustrated .row2::after {
	left: 75%;
	background-image: url(../img/top/worries_arw_orange.svg);
}
/*** row3 ***/
#illustrated .row3 {
	order:3;
	text-align: center;
}
#illustrated .service_tit {
	width: 83.33%;
	position: relative;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	position: relative;
}
#illustrated .service_tit_copy {
	font-size: 3.2rem;
	width: 5.5em;
	position: absolute;
	top: -1rem;
	left: 0;
	transform: translateY(-100%);
}
@media only screen and (max-width: 767px){
	#illustrated > ul {
		display: block;
	}
	#illustrated > ul > li {
		width: auto;
	}
	/*** row1 ***/
	#illustrated .row1 {
		margin-bottom: 11rem;
		position: relative;
	}
	#illustrated .row1:after {
		content:"";
		width: 100%;
		height: 9rem;
		background-image: url(../img/top/worries_arw_red_sp.svg);
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		bottom: -10rem;
		left: 0;
	}
	#illustrated .row1.estimate:after {
		background-image: url(../img/top/worries_arw_orange_sp.svg);
	}
	/*** row2 ***/
	#illustrated .row2 {
		display: none;
	}
	/*** row3 ***/
	#illustrated .row3.concierge {
		margin-bottom: 20rem;
		position: relative;
	}
	#illustrated .row3.concierge::after {
		content:"";
		width: 16.5rem;
		height: 1px;
		background: #002971;
		position:absolute;
		bottom: -10rem;
		left: 50%;
		transform: translateX(-50%);
	}
	#illustrated .service_tit {
		width:100%;
	}

}
/* point
------------------------------- */
#point .pointBox {
	max-width: 1024px;
	min-height: 20rem;
	background: #E1EDF8;
	border: 4px solid #002971;
	border-radius: 40px;
	padding: 3rem;
	padding-left: 35rem;
	margin: 6rem auto 0;
	position: relative;
}
#point .pointBox::before {
	content: "";
	width: 32.8rem;
	height: 21.2rem;
	position: absolute;
	bottom: 2rem;
	left: -2rem;
	background: url(../img/top/point_pic.png) center no-repeat;
	background-size: contain;
}
#point .pointBox .title02 {
	margin-bottom: 2rem;
}
@media only screen and (max-width: 767px){
	#point .pointBox {
		text-align: center;
		padding: 3rem;
		padding-top: 56.7567%;

	}
	#point .pointBox::before {
		content: "";
		width: 100%;
		height: 0;
		padding-top: 56.7567%;
		position: absolute;
		bottom: auto;
		left: 0;
		top: 0;
		background: url(../img/top/point_pic_sp.png) center no-repeat;
		background-size: contain;
	}
	#point .pointBox .title02 {
		display: inline-block;
		border-bottom: 1px solid #002971;
		margin-bottom: 3rem;
	}
}

/* ----------------------------------------

service

---------------------------------------- */
#service .secTitle  {
	background:  linear-gradient(to top,transparent 3rem, #84b5ff 3rem );
	padding: 10rem 2rem 6rem;
	overflow: hidden;
	position: relative;
}
#service .secTitle:after   {
	content: "";
	width: 300%;
	height: 200%;
	border-radius: 100%;
	background:  #84b5ff;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
}
#service .secTitle .main {
	color: #fff;
	margin-bottom: 2rem;
}
#service .secTitle .sub {
	color: #002971;
	line-height: 1.7;
}
/* service_old
------------------------------- */
.service_old_box {
	background: #f0f7fb;
	border-radius: 10px;
	padding-top: 2.5rem;
	padding-bottom: 4rem;
}
.service_old_next {
	text-align: center;
	margin: 7rem 0;
}
.service_old_next_icon {
	width: 4rem;
	margin:  0 auto 4rem;
}
@media only screen and (max-width: 767px){
	.service_old_box {
		width: 100vw;
		margin-left: -20px;
	}
	.service_old .triangleList {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* service_new
------------------------------- */
.service_new {
	margin-bottom: 10rem;
}
.service_new_tit {
	text-align: center;
	padding-top: 4rem;
	padding-bottom: 3rem;
	border-top: 1px solid #FF0067;
	border-bottom: 1px solid #FF0067;
	position: relative;
	margin-bottom: 3rem;
}
#service_new_estimate {
	border-color: #FF6221;
}
.service_new_tit_copy {
	width: 20.4rem;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
}
.service_new_tit_copy::before {
	content: "";
	width: calc(100% + 4rem);
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.service_new_btn {
	text-align: center;
	margin-top: 7rem;
}
.service_new_btn .btn01 {
	max-width: 58rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.service_new_btn .btn_copy {
	width: 18.7rem;
	position: absolute;
	top: -1rem;
	left: 50%;
	transform: translate(-50%,-100%);
}
/* triangleList / goodList
------------------------------- */
#service .triangleList,
#service .goodList {
	text-align: center;
	margin-top: 3rem;
}
#service .triangleList > ul,
#service .goodList > ul {
	display: inline-block;
}
#service .triangleList > ul > li,
#service .goodList > ul > li {
	line-height: 1.7;
	text-align: left;
	padding-left: 2em;
	background-image: url(../img/top/triangleList_icon.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 1.7em;
}
#service .goodList > ul > li {
	background-image: url(../img/top/goodList_icon.svg);
}
#service .goodList > ul > li p {
    font-size: 1.2rem;
}
/* ----------------------------------------

feature

---------------------------------------- */


/* featureList
------------------------------- */
#featureList .colWrap {
	margin-top: -4.5rem;
	margin-left: -4.5rem;
	overflow: hidden;
}
#featureList .colWrap > * {
	margin-top: 4.5rem;
	margin-left: 4.5rem;
	background-color: #fff;
	border-radius: 4px;

}
#featureList .col03 > * { width: calc(33.33% - 4.5rem); }
#featureList .imgArea {
	text-align: center;
	background-color: #79afff;
}
#featureList .textArea {
	padding: 3rem;
	text-align: left;
}
#featureList .numList > li .numList_tit {
	display: inline-block;
	padding-left: 1.5em;
	background-repeat: no-repeat;
	background-position: left top .75em;
	background-size: 1em;
}
#featureList .numList  > li:nth-of-type(1) .numList_tit { background-image:  url(../img/top/numList_num1.svg); }
#featureList .numList  > li:nth-of-type(2) .numList_tit { background-image:  url(../img/top/numList_num2.svg); }
@media only screen and (max-width: 767px){
	#featureList .spcolClear { display: block; }
	#featureList .spcolClear  > * { width: auto; }
}
/* ----------------------------------------

method

---------------------------------------- */
#method .secTitle .en {
	width: 6rem;
}
.methodList .cat_box {
	display: block;
	text-align: center;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(80,105,142,.05);
	border-radius: 125px;
	padding: 4rem;
	margin: 2.5rem;
}
.methodList .cat_box .title03 {
	min-height: 3em;
}
.methodList .cat_icon {
	width: 9.6rem;
}
#method .prev,
#method .next {
	width: 1.7rem;
	height: 4rem;
	background-size: contain;
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
}
#method .prev {
	left: 0;
	background: url(../img/common/arw_left.svg) center no-repeat;
}
#method .next {
	right: 0;
	background: url(../img/common/arw_right.svg) center no-repeat;
}
@media only screen and (max-width: 767px){
	.methodList .cat_box {
		border-radius: 50px;
		padding: 2rem;
		margin: 1.5rem;
	}
	.methodList .cat_box .title03 {
		min-height: 3em;
		font-size: 1.6rem;
	}
	.methodList .cat_icon {
		width: 9.6rem;
	}
}
/* ----------------------------------------

flow

---------------------------------------- */
#flow .secTitle {
	text-align: center;
	position: relative;
	padding-top: 5rem;
}
#flow .secTitle::before {
	content: "";
	width: 100%;
	max-width: 60rem;
	height: 6px;
	background: #002971;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
/* tab_btn
------------------------------- */
#tab_btn {
	max-width: 84rem;
	display: flex;
	justify-content: space-between;
	margin:	0 auto 9rem;
}
#tab_btn .btn01 {
	width: calc(50% - 2rem);
	padding:  1rem;
	font-size: 3rem;
	position: relative;
	background: none;
	margin-top: 4.5rem;
}
#tab_btn .btn01 .btn_txt {
	position: relative;
	z-index: 2;
}
#tab_btn .btn01::before,
#tab_btn .btn01::after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background: linear-gradient( to left,#FF0067,#FF4509 );
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
#tab_btn .btn01.orangeBtn::before {
	background: linear-gradient( to left,#FF6221,#FFA300 );
}
#tab_btn .btn01::after {
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background: #fff;
	opacity: 0;
}
#tab_btn .btn01:not(.active){
	opacity: 1;
	color: #FF0067;
	background: #fff;
}
#tab_btn .btn01.orangeBtn:not(.active) {
	color: #FF6221;
}
#tab_btn .btn01:not(.active)::after{
	opacity: 1;
}
#tab_btn .btn01.orangeBtn {
	border-color: #000;
}
#tab_btn .btn_copy {
	font-size: 3.2rem;
	width: 5.5em;
	position: absolute;
	top: -1rem;
	left: 50%;
	transform: translate(-50%,-100%);
}
@media only screen and (max-width: 767px){
	#tab_btn .btn01 {
		width: calc(50% - 1rem);
		font-size: 2rem;
    padding: 2rem 1rem;
	}
	#tab_btn .btn01::after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
	}
}
/* tabContent
------------------------------- */
#tabContent > * {
	opacity: 0;
	display: none;
	transition: all .5s ease-in-out;
}
#tabContent > .active {
	opacity: 1;
	display: block;
}
/* flowList
------------------------------- */
.flowList .titleArea {
	text-align: center;
	margin-bottom: 2rem;
}
.flowList .titleArea .num {
	width: 4.3rem;
	margin: 0 auto 2rem;
}
.flowList.colWrap {
	text-align: center;
	margin-top: -40px;
	margin-left: -40px;
}
.flowList.colWrap > * {
	margin-top: 40px;
	margin-left: 40px;
}
.flowList.col04 > * { width: calc(25% - 40px); }
.flowList .imgArea {
	position: relative;
	margin-bottom: 5.5rem;
}
.flowList .imgArea:before {
	content: "";
	width: 1.7rem;
	height: 40px;
	background: url(../img/common/arw_right.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	right: -2rem;
	top: 50%;
	transform: translate(50%,-50%);
}
.flowList li:last-child .imgArea:before {
	display: none;
}
.flowList .imgArea:after {
	content: "";
	width: 2px;
	height: 3rem;
	background: #172A87;
	position: absolute;
	left: 50%;
	bottom: -1rem;
	transform: translate(-50%,100%);
}
.flowList .textArea {
	text-align: left;
}
.flowList .textArea .btn01 {
	width: 100%;
	font-size: 2.4rem;
	margin-top: 2.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
@media only screen and (max-width: 767px){
	/* flow_conts01
	------------------------------- */
	.flowList.spcolClear { display: block; }
	.flowList.spcolClear  > * { width: auto; }
	.flowList > ul > li {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		padding-bottom: 5.7rem;
	}
	.flowList > ul > li:before {
		content: "";
		width: 40px;
		height: 1.7rem;;
		background: url(../img/common/arw_down.svg) center no-repeat;
		background-size: contain;
		position: absolute;
		left: 50%;
		bottom: 2rem;
		transform: translate(-50%,50%);
	}
	.flowList > ul > li:last-child {
		padding-bottom: 0;
	}
	.flowList > ul > li:last-child::before {
		display: none;
	}
	.flowList .titleArea {
		width: 100%;
		margin-bottom: 10px;
	}

	.flowList .imgArea {
		width: 50%;
	}
	.flowList .textArea {
		width: 50%;
	}
	.flowList .imgArea {
		padding-right: 2rem;
		margin-bottom: 0;
	}

	.flowList .imgArea:after,
	.flowList .imgArea:before {
		display: none;
	}
	.flowList .textArea .btn01 {
		padding-left: 1em;
		padding-right: 1em;
	}
}
/* ----------------------------------------

concept

---------------------------------------- */
#concept .imgSec {
	clear: both;
}
#concept .imgSec_txt {
	width: 46%;
	line-height: 2;
}
#concept .imgSec_img {
	width: 38%;
	margin: 0 8%;
	float: right;
}

@media only screen and (max-width: 767px){
	#concept .imgSec_txt {
		width: auto;
	}
	#concept .imgSec_img {
		width: auto;
		margin: 0 8% 8%;
		float: none;
	}
}
/* ----------------------------------------

voice

---------------------------------------- */

#voice .secTitle {

}
/* voiceList
------------------------------- */
#voiceList .colWrap {
	margin-top: -4rem;
	margin-left: -4rem;
}
#voiceList .colWrap > * {
	margin-top: 4rem;
	margin-left: 4rem;
}
#voiceList .col02 > * { width: calc(50% - 4rem); }
#voiceList > ul > li {
	background-color: #fff;
	box-shadow: 1rem 1rem 1rem rgb(0 0 0 / 5%);
	padding: 4rem 3rem;
}
#voiceList .work {
	display: flex;
	font-weight: bold;
	margin-bottom: 2rem;
}
#voiceList .work .cat{
	width: 20rem;
	min-height: 3em;
	margin-right: 1.5rem;
}
#voiceList .detail {
	display: flex;
	align-items: center;
	font-weight: bold;
	margin-bottom: 2rem;
}
#voiceList .lead {
	margin-bottom: 2rem;
}
#voiceList .detail .imgArea {
	width: 11.1rem;
	margin-right: 3.4rem;
}
#voiceList .detail .textArea {
	padding-left: 2rem;
	border-left: 3px solid #172A87;
}
#voiceList .detail .textArea .fontL{
	font-size: 2.4rem;
}
#voiceList .checkList > li {
	font-size: 1.4rem;
	line-height: 1.85;
	position: relative;
	padding-left: 2rem;
	background-image: url(../img/top/checkmark_lightbule.svg);
	background-repeat: no-repeat;
	background-position: top .5em left;
	background-size: 1.6rem;
}
#voiceList .underLine {
	font-weight: bold;
	background: linear-gradient(to top ,#FFFBD6 10px,transparent 10px);
}
#voiceList .profile {
	font-size: 1.4rem;
	line-height: 1.85;
	margin-top: 3rem;
}
/* voiceList col01
------------------------------- */
#voiceList .col01 >  li {
	display: flex;
}
#voiceList .col01 .imgArea {
	width: calc(50% - 5rem);
	margin-right: 5rem;
}
#voiceList .col01 .textArea {
	width: 50%;
	font-size: 1.4rem;
	line-height: 1.85;
}
#voiceList .col01 .btnUnit {
	margin-top: 3rem;
}
#voiceList .col01 .btn01 {
	max-width: 36rem;
	width: 100%;
}
@media only screen and (max-width: 767px){


	#voiceList .spcolClear { display: block; }
	#voiceList .spcolClear  > * { width: auto; }
	#voiceList .work {
		display: block;
	}
	#voiceList .work p.cat{
		width: 140px;
	}
	#voiceList .work p br {
		display: none;
	}
	#voiceList .checkList > li,
	#voiceList .profile {
		font-size: 12px;
	}
	/* voiceList col01
	------------------------------- */
	#voiceList .colWrap.col02 {
		margin-top: 0;
	}
	#voiceList .col01 >  li {
		display: block;
	}
	#voiceList .col01 .imgArea {
		width: auto;
		margin-right: 0;
		margin-bottom: 2rem;
	}
	#voiceList .col01 .textArea {
		width:auto;
		font-size: 12px;
	}
}

/* ----------------------------------------

contact

---------------------------------------- */
#contact {
	padding-top: 7rem;
	padding-bottom: 7rem;
}
#contact .contact_conts {
	padding: 0 25%;
	position: relative;
	text-align: center;
}
#contact .contact_conts:before {
	content: "";
	width: 22%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/top/contact_img1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
#contact .btnUnit  {
	margin-top: 5rem;
}
#contact .btnUnit .btn01 {
	max-width: 52.3rem;
	width: 100%;
	padding: 3rem 2em;
	box-sizing: border-box;
}
@media only screen and (max-width: 767px){
	#contact .contact_conts {
		padding: 200px 0 0;
	}
	#contact .contact_conts:before {
		width: 100%;
		height: 180px;
	}
	#contact .btnUnit .btn01 {
		padding: 3rem 1em;
		width: 100%;
	}
}
/* ----------------------------------------

news

---------------------------------------- */

/* newsList
------------------------------- */
#newsList {
	margin-bottom: 2rem;
}
#newsList li {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
}
#newsList li:nth-of-type(even) {
	background-color:#f2f7ff;
}
#newsList a {
	display: block;
}
#newsList .newsList_inner {
	display: flex;
}
#newsList .date  {
	min-width: 7em;
	margin-right: 5.6rem;
}

.newsList_undrbtn {
	text-align: right;
}
.newsList_undrbtn a {
	padding-right: 2.6rem;
	position: relative;
}
.newsList_undrbtn a:before {
	content: "";
	width: 1.1rem;
	height: 2rem;
	background: url(../img/common/arw_right.svg) center right no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media only screen and (max-width: 767px){
	#newsList .newsList_inner {
		display: block;
	}
}
/* ----------------------------------------

column

---------------------------------------- */
#column .more {
    text-align: right;
    line-height: 1.3em;
    margin-top: 2rem;
}
#column .more a {
    font-weight: bold;
    color: #4e3e3e;
}
#column .more img {
    margin-right: 0.5rem;
}
#column .column_link {
    text-align: center;
}
#column .column_link a {
    width: 100%;
    max-width: 45rem;
}
#column .column_link a:first-child {
    margin-right: 30px;
}
#column .columnList .imgArea img {
    max-height: 14vw;
}
@media only screen and (max-width: 767px){
    #column .column_link a:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
    #column .columnList .imgArea img {
        max-height: 36vw;
    }
}
