@charset "UTF-8";
/* CSS Document */
.main-box {
	width: 100%;
	position: relative;
}
.main-box:before {
	position: absolute;
	content: "";
	width: 100%;
	margin: 0 auto;
	height: 100vh;
	background-image: url("../img/top/mainBg.png");
	background-position: top 150px right calc(50% - 400px);
	background-repeat: no-repeat;
	z-index: -1;
}
.catch-box {
    width: 100%;
	height: 100vh;
    padding: 25vh 10vw 0;
}
.catch-box h1 {
	padding-left: 50px;
	font-size: 44px;
	letter-spacing: .05em;
	color: #000;
	position: relative;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.catch-box h1 .bigtxt {
	font-size: 1.2em;
	color: #df9b12;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.catch-box h1:before {
/*	content: "What is best";
	position: absolute;
	top: -11px;
	left: 0;
	z-index: -1;
	font-size: 30px;
	font-family: century-gothic,sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.01em;
	color: #231815;
*/}
.catch-box .txt {
	padding-top: 10px;
	padding-left: 50px;
	font-size: 14px;
    letter-spacing: 0.15em;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.catch-box .txt .bigtxt {
	font-size: 1.3em;
	color: #35b0e5;
    letter-spacing: 0.15em;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.catch-box .inner {
	position: relative;
	padding-top: 55px;
}
.catch-box .inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 60%;
	width: 17rem;
	height: 17rem;
	z-index: -1;
	background-image: url("../img/top/remote.svg");
	background-repeat: no-repeat;
	background-position: center center;
}

/*swipe*/
.swipe-box {
	position: absolute;
    top: 75vh;
	z-index: -1;
	width: 100%;
}
.swiper-slide {
	max-width: 222px!important;
	max-height: 222px!important;
	border-radius: 15px;
	overflow: hidden;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
}
.swipe-box .swiper-container .swiper-wrapper {
    transition-timing-function: linear !important;
}
.swiper-container {
	padding: 20px 0!important;
}
.swiper-container:before {
	content: "様々な課題に対し";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: inline-block;
	padding: 5px 4em 5px 2em;
	font-size: 15px;
	background-color: #269ad5;
	color: #FFF;
	clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}
.swiper-container:after {
	content: "本質からの解決を...";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	display: inline-block;
	padding: 5px 2em 5px 4em;
	font-size: 15px;
	text-align: right;
	background-color: #269ad5;
	color: #FFF;
	clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
/*about-box*/
.about-box {
	width: 100%;
	padding: 50px 15vw 60px;
	overflow: hidden;
}
.arrow {
	background-image: url("../img/top/arrow.svg");
	background-position: top 25vh left 80%;
	background-repeat: no-repeat;
	background-size: 400px;
	padding: 50px 15vw 5px;
}
.about-box .inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}
.about-box .inner .txt001 {
	margin-top: 50px;
	font-size: min(5vw,24px);
    color: #0e7ebe;
	text-align: center;
	padding-bottom: 35px;
}
.about-box .inner:before {
	content: "";
	position: absolute;
	bottom: 18%;
	left: -50%;
    z-index: -1;
	width: 90%;
	height: 300px;
	max-width: 1200px;
	background-color: #f2f4f8;
}
.about-box .inner h1 {
	font-weight: 700;
    font-style: normal;
    font-size: 37px;
	position: relative;
	overflow: hidden;
}
.about-box .inner h1:after {
	content: "About us";
    position: absolute;
    bottom: 5px;
	right: -7.5em;
    width: 100%;
	font-family: century-gothic,sans-serif;
	font-weight: 700;
	font-style: normal;
    font-size: 22px;
    color: #f2c71d;
}
.about-box .inner .subTit {
	font-size: 22px;
    color: #0e7ebe;
}
.about-box .inner .txt01 {
	padding-top: 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 20px;
    color: #000;
}
.about-box .inner .list-box {
	display: flex;
	flex-wrap: wrap;
	margin: 50px auto;
    width: 100%;
}
.about-box .inner .list-box li {
	width: 25%;
	padding: 15px;
	text-align: center;
	position: relative;
}
.bgGy {
	background-color: #F1F3F7;
}
.about-box .inner .desc {
	padding: 25px 0;
}
.about-box .inner .desc h2 {
	padding: 0 1em;
	position: relative;
	font-size: 40px;
	line-height: 2;
	color: #F1C61D;
}
.about-box .inner .desc h2.yellow {
	color: #F1C61D;
}
.about-box .inner .desc h2.pink {
	color: #FF4B7F;
}
.about-box .inner .desc .yellow:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background-color: #F1C61D;
	width: 11px;
	height: 100%;
	border-radius: 5px;
}
.about-box .inner .desc .pink:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background-color: #FF4B7F;
	width: 11px;
	height: 100%;
	border-radius: 5px;
}
.about-box .inner .desc .txt03 {
	padding: 0 30px 5px;
	font-size: 25px;
}
.about-box .inner .desc .txt04 {
	padding: 0 30px 10px;
	font-size: 16px;
	color: #0E7EBD;
}
.about-box .inner .desc .txt05 {
	padding: 0 30px 20px;
	font-size: 20px;
	color: #DE9A12;
}
.about-box .inner .desc01 {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
.about-box .inner .desc01 .img {
	width: 300px;
}
.about-box .inner .desc01 .img img {
	width: 100%;
}
.about-box .inner .desc01 .txt {
	width: calc(100% - 300px);
}
.about-box .inner .item {
	text-align: center;
}
.about-box .inner .item h3 {
	font-size: 26px;
	display: inline-block;
	padding: 10px 3em;
	background: #fcce00;
    background: linear-gradient(to right, #fff100 0%,#fcce00 100%);
	border-radius: 30px;
}
.about-box .inner .item .imgBox {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	padding: 15px 0;
}
.about-box .inner .item02 {
	padding: 25px 0;
	background-color: #FFF;
	box-shadow: 2px 2px 8px #efefef;
	border-radius: 20px;
}
.about-box .inner .item02 h4 {
	padding: 5px 0 0;
	font-size: 28px;
	color: #DE9A12;
}
.about-box .inner .item02 h4 span {
	padding: 5px 0 0;
	font-size: 17px;
	display: block;
	color: #000;
}
.about-box .inner .item02 .list {
	padding: 25px 0 0;
	font-size: 40px;
}
.about-box .inner .item02 .list span {
	padding: 0 .5em;;
	font-size: 40px;
}
@keyframes viewList {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.about-box .inner .list-box li:nth-child(1) {
	animation-delay: .2s;
}
.about-box .inner .list-box li:nth-child(2) {
	margin-top: -20px;
	animation-delay: .4s;
}
.about-box .inner .list-box li:nth-child(3) {
	margin-top: -40px;
	animation-delay: .6s;
}
.about-box .inner .list-box li:nth-child(4) {
	margin-top: -60px;
	animation-delay: .8s;
}
.about-box .inner .list-box li .txt01 {
	width: 15vw;
	height: 15vw;
	max-width: 220px;
	max-height: 220px;
	padding-top: 75px;
	border-radius: 50%;
	font-size: 17px;
	color: #000;
	background: linear-gradient(to right, #3ebeef 0%,#0060aa 100%);
	border: 5px solid #FFF;
}
.about-box .inner .list-box li .txt01 span {
	display: block;
	font-size: .7em;
	color: #FFF;
}
.about-box .inner .list-box li .txt02 {
	position: absolute;
	top: 150px;
	left: 0;
	width: 7.5vw;
	height: 7vw;
	padding-top: 40px;
	letter-spacing: -.05em;
	line-height: 1.1;
	max-width: 100px;
	max-height: 94px;
	font-size: 13px;
	color: #000;
	background: url("../img/top/fukidasiBg.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.about-box .inner .list-box li:nth-child(2n) .txt02 {
	left: 50%;
	background: url("../img/top/fukidasiBg_r.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*service-box*/
.service-box {
	width: 100%;
	position: relative;
}
.service-box:after {
	content: "";
	position: absolute;
	bottom: 0;
	z-index: -5;
	width: 100%;
	height: 155px;
	background: linear-gradient(to right, #fff100 0%,#fcce00 100%);
}
.service-box .inner {
	width: 100%;
	padding: 30px 8vw 50px;
	max-width: 1400px;
	margin: 0 auto;
	text-align: center;
}
.service-box .inner h1 {
	display: inline-block;
	padding-right: 6.25em;
	font-weight: 700;
    font-style: normal;
    font-size: 37px;
	position: relative;
}
.service-box .inner h1:after {
	content: "Consulting Services";
    position: absolute;
    bottom: 5px;
	right: -10.5em;
    width: 100%;
	font-family: century-gothic,sans-serif;
	font-weight: 700;
	font-style: normal;
    font-size: 22px;
    color: #f2c71d;
}
.service-box .inner .subTit {
	font-size: 22px;
    color: #0e7ebe;
	padding-bottom: 15px;
}
.service-box .inner .more-btn a {
	margin: 20px auto;
}
.service-box .inner .serviceList {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.service-box .inner .serviceList li {
	width: 450px;
	height: 240px;
	margin: 20px 10px;
	border-radius: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.service-box .inner .serviceList li a {
	display: flex;
	width: 450px;
	height: 240px;
    padding-bottom: 15px;
	align-content: space-around;
    align-items: flex-end;
    justify-content: space-around;
}
.service-box .inner .serviceList li:nth-child(1) {
	background-image: url("../img/top/service_img01.jpg");
	animation-delay: .4s;
}
.service-box .inner .serviceList li:nth-child(2) {
	background-image: url("../img/top/service_img02.jpg");
	animation-delay: .8s;
}
.service-box .inner .serviceList li a p {
	width: 60%;
	font-size: 32px;
    line-height: 1.1;
	text-align: left;
	color: #FFF;
}
.service-box .inner .serviceList li a p span {
	font-size: .7em;
	display: block;
}
.service-box .inner .serviceList li a .more-btn02 {
	display: block;
    width: 65px;
    height: 65px;
	background: #fcce00;
    background: linear-gradient(to bottom right,  #fcce00 0%,#e79f00 100%);
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
}
.service-box .inner .serviceList li a .more-btn02 i {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 20px;
    color: #FFF;
}
.service-box .inner .serviceList li a:hover .more-btn02 {
	transform: scale(1.2,1.2);
	transition: .3s;
}
.service-box .inner .serviceList li:hover {
	background-size: 150%;
	transition: 1s;
}
/*navi-box*/
.navi-box {
	width: 100%;
	padding: 100px 0 50px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.navi-box:after {
	content: "";
	position: absolute;
	top: 50px;
	left: 60%;
	z-index: -1;
	width: 90%;
	height: 300px;
	background-color: #f2f4f8;
}
.navi-box ul {
	display: flex;
	flex-wrap: wrap;
}
.navi-box ul li {
	width: calc(100% / 3);
	background-color: #0e7ebe;
}
.navi-box ul li a {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
    height: 218px;
	padding-top: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
}
/*
.navi-box ul li:nth-child(1) {
	animation-delay: .4s;
}
.navi-box ul li:nth-child(2) {
	animation-delay: .8s;
}
.navi-box ul li:nth-child(3) {
	animation-delay: .10s;
}
*/
.navi-box ul li:nth-child(1) a {
	background-image: url("../img/top/navi_img01.jpg");
}
.navi-box ul li:nth-child(2) a {
	background-image: url("../img/top/navi_img02.jpg");
}
.navi-box ul li:nth-child(3) a {
	background-image: url("../img/top/navi_img03.jpg");
}
.navi-box ul li a h1 {
	width: 100%;
	font-size: 32px;
    line-height: 1.1;
	color: #FFF;
	position: relative;
}
.navi-box ul li a h1:after {
    position: absolute;
    display: block;
    top: 40px;
    width: 100%;
	font-family: century-gothic,sans-serif;
	font-weight: 700;
	font-style: normal;
    font-size: 22px;
    color: #f2c71d;
}
.navi-box ul li:nth-child(1) a h1:after {
	content: "Advisor";
}
.navi-box ul li:nth-child(2) a h1:after {
	content: "Business support";
}
.navi-box ul li:nth-child(3) a h1:after {
	content: "Company";
}
.navi-box ul li a .more-btn02 {
	display: block;
    width: 65px;
    height: 65px;
	background: #fcce00;
    background: linear-gradient(to bottom right,  #fcce00 0%,#e79f00 100%);
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
}
.navi-box ul li a .more-btn02 i {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 20px;
    color: #FFF;
}
.navi-box ul li a:hover .more-btn02 {
	transform: scale(1.2,1.2);
	transition: .3s;
}
/*information-box*/
.information-box .inner {
    max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row-reverse;
}
.information-box .inner h1 {
	display: inline-block;
	font-weight: 700;
    font-style: normal;
    font-size: 37px;
	position: relative;
	text-align: right;
    padding-left: 2.5em;
}
.information-box .inner h1:after {
	content: "News";
    position: absolute;
    bottom: 5px;
    right: -3.5em;
    width: 100%;
	font-family: century-gothic,sans-serif;
	font-weight: 700;
	font-style: normal;
    font-size: 22px;
    color: #f2c71d;
}
.information-box .inner .subTit {
	font-size: 22px;
	line-height: 1.3;
    color: #0e7ebe;
	text-align: right;
}
.information-box .inner .txt01 {
	padding-top: 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 20px;
    color: #000;
	text-align: right;
}
.information-box .inner .more-btn  {
	margin-top: 20px;
	margin-right: 20px;
	float: right;
}
.information-box .inner .list-box {
	width: 50%;
	max-width: 600px;
	padding: 100px 0 50px;
}
.information-box .inner .list-box li {
	padding: 25px 1em 10px;
	border-bottom: 2px solid #EFEFEF;
}
.information-box .inner .list-box li:nth-child(2) {
	margin-left: 20px;
}
.information-box .inner .list-box li:nth-child(3) {
	margin-left: 40px;
}
.information-box .inner .list-box li:nth-child(4) {
	margin-left: 60px;
}
.information-box .inner .list-box li .cateBox {
	display: flex;
	flex-wrap: wrap;
}
.information-box .inner .list-box li .cateBox .badge a {
	display: inline-block;
	padding: 5px 2em;
    font-size: 13px;
	font-family: century-gothic,sans-serif;
	font-weight: 700;
	font-style: normal;
    color: #9fa0a0;
	background-color: #EFEFEF;
	border-radius: 15px;
}
.information-box .inner .list-box li .cateBox .date {
	padding: 5px 2em;
    font-size: 13px;
	font-family: century-gothic,sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #000;
}
.information-box .inner .list-box li .tit {
	padding: 10px 2em 5px;
}
.information-box .inner .list-box li .tit a {
	display: block;
	padding: 5px 05;
    font-size: 15px;
	font-weight: 700;
	font-style: normal;
	color: #000;
}
.information-box .inner .list-box li .tit a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1300px) {
	.about-box .inner .list-box li {
		padding: 5px;
	}
	.about-box .inner .list-box li .txt01 {
		padding-top: 5.5vw;
	}
	.about-box .inner .list-box li .txt02 {
		top: 13vw;
		padding-top: 3vw;
		font-size: 1vw;
	}
	.service-box .inner h1 {
		font-size: 34px;
		padding: 20px 0;
	}
	.service-box .inner h1:after {
		display: block;
		font-size: 18px;
		right: 0;
	}
}
@media screen and (max-width: 1450px) {
.catch-box .inner:after {
	left: 70%;
}
}
@media screen and (max-width: 1160px) {
.catch-box {
    padding: 30vh 3vw 0;
}
.catch-box h1 {
	font-size: 32px;
}
}
@media screen and (max-width: 900px) {
	.about-box .inner .list-box li .txt01 {
		padding-top: 5.5vw;
		font-size: 15px;
		letter-spacing: -0.05em;
	}
	.service-box .inner h1 {
		font-size: 7vw;
		letter-spacing: -0.05em;
	}
	.service-box .inner h1:after {
		font-size: 4vw;
		letter-spacing: 0;
		bottom: 0;
	}
	.service-box .inner .subTit {
		font-size: 17px;
		letter-spacing: -.05em;
	}
}
@media screen and (max-width: 768px) {
.main-box:before {
    height: 90vh;
    background-position: top 100px center;
    background-attachment: inherit;
}
.catch-box {
	width: 100%;
	height: 100vh;
    padding: 30vh 3vw 0;
}
.catch-box h1 {
	font-size: 27px;
	padding-left: 20px;
/*	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
*/}
.catch-box h1:before {
    font-size: 4vw;
	top: 4px;
	left: 5px;
}
.catch-box .txt {
	font-size: 14px;
	padding-left: 20px;
}
.catch-box .inner {
	padding-top: 80px;
}
.catch-box .inner:after {
	width: 13rem;
	height: 13rem;
}
.swipe-box {
    top: 70vh;
}
.swiper-slide .txt {
	padding: 0 0 0 8vw;
}
.about-box {
    padding: 25px 8vw 50px;
    background-size: 50%;
	background-position: top 52vh left 100%;
    background-attachment: inherit;
}	
.about-box .inner .list-box li {
    width: 50%;
}	
.about-box .inner .list-box li .txt01 {
    width: 40vw;
    height: 40vw;
	padding-top: 11vw;
    font-size: 3vw;
}	
.about-box .inner .list-box li .txt02 {
    top: 20vw;
    padding-top: 5.5vw;
    font-size: 1.5vw;
	width: 14vw;
    height: 13vw
}	
.about-box .inner .list-box li:nth-child(3) {
	margin-top: 0;
}
.about-box .inner .list-box li:nth-child(4) {
	margin-top: -20px;
}
.about-box .inner .list-box {
    margin: 0 auto;
}
.about-box .inner .desc01 {
    display: block;
}
.about-box .inner .desc01 .img {
	max-width: 450px;
	margin: 0 auto;
}
.about-box .inner .desc01 .txt {
    width: 100%;
}
.service-box {
    padding: 25px 0;
    background-size: auto 150%;
    background-attachment: inherit;
}
.navi-box ul li {
    width: 100%;
}	
.information-box .inner h1 {
	font-size: 7vw;
    padding: 30px 0 20px;
	}
}

@media screen and (max-width: 650px) {
	.swiper-container:before {
        font-size: 3vw;
	}
	.swiper-container:after {
        font-size: 3vw;
	}
	.about-box .inner .list-box li .txt01 {
		padding-top: 14vw;
		font-size: 4vw;
	}
	.about-box .inner .list-box li .txt02 {
		top: 28vw;
	}
}
@media screen and (max-width: 600px) {
.main-box:before {
    height: 115vh;
    background-position: top 56vh left 35px;
    background-attachment: inherit;
    background-size: contain;
}
.catch-box {
	width: 100%;
	height: 120vh;
    padding: 15vh 3vw 0;
}
.catch-box h1 {
	font-size: 5.5vw;
}
.catch-box h1 .bigtxt {
	line-height: 1.2;
}
.catch-box .txt {
	padding-top: 35px;
	padding-right: 20px;
	font-size: 3vw;
	line-height: 1.3;
}
.catch-box .inner {
	padding-top: 120px;
}
.catch-box .inner:after {
	left: 55%;
}
.swipe-box {
    top: 92vh;
}
.about-box .inner .list-box li .txt02 {
    padding-top: 6.5vw;
    font-size: 1.5vw;
    width: 18vw;
    height: 17vw;
}
.about-box .inner .desc01 .img {
    max-width: 350px;
}
.about-box .inner .desc h2 {
    font-size: 32px;
}
.about-box .inner .desc .txt03 {
    font-size: 4vw;
}
.about-box .inner .item h3 {
    font-size: 5vw;
    padding: 10px 1em;
}
.about-box .inner .item02 .list span {
    font-size: 4vw;
}
.about-box .inner .item02 .list {
    padding: 0 0 0;
    font-size: 26px;
}
.service-box .inner .subTit {
	font-size: 4vw;
    line-height: 1.2;
}
.information-box .inner .txt-box {
	width: 100%;
	padding: 25px 8vw;
	text-align: right;
}
.information-box .inner h1:after {
	display: block;
	right: 0;
}
}
@media screen and (max-width: 500px) {
.catch-box {
    height: 110vh;
}
.about-box .inner h1 {
    font-size: 7vw;
	padding: 30px 0 20px;
}
.about-box .inner h1:after {
    bottom: 0;
    right: inherit;
	left: 0;
    display: block;
    font-size: 4vw;
}
.about-box .inner .subTit {
    font-size: 4vw;
    line-height: 1.2;
}
.about-box .inner .txt01 {
    font-size: 3.2vw;
}
.service-box {
    padding: 25px 0 0;
}
.service-box:after {
	height: 100px;
}
.service-box .inner {
    padding: 30px 8vw 10px;
}
.service-box .inner .serviceList li {
    width: 300px;
    height: 200px;
    margin: 20px auto;
}
.service-box .inner .serviceList li a {
    width: 300px;
    height: 200px;
}
.service-box .inner .list-box li .txt02 {
    font-size: 2.5vw;
	letter-spacing: -0.15em;
}
.service-box .inner .serviceList li a p {
    font-size: 7vw;
}
.navi-box {
    padding: 50px 0 0;
}
.navi-box ul li a {
    padding-top: 0;
	height: 160px;
}
.navi-box ul li a h1 {
    font-size: 6vw;
}
.navi-box ul li a h1:after {
    top: 30px;
    font-size: 4vw;
}
.information-box .inner h1:after {
	bottom: 0;
    right: inherit;
    left: 0;
    display: block;
    font-size: 4vw;	
}
.information-box .inner .subTit {
    font-size: 4vw;
    line-height: 1.2;
}
.information-box .inner .list-box {
    width: 100%;
    padding: 0 5vw 20px;
}
.information-box .inner .list-box li .cateBox .badge a {
    padding: 3px 2em;
    font-size: 2.5vw;
}
.information-box .inner .list-box li .cateBox .date {
    padding: 3px 2em;
    font-size: 2.5vw;
}
.information-box .inner .list-box li .tit a {
	font-size: 3.5vw;
	line-height: 1.3;
}
.information-box .inner .list-box li:nth-child(2) {
	margin-left: 0;
}
.information-box .inner .list-box li:nth-child(3) {
	margin-left: 0;
}
.information-box .inner .list-box li:nth-child(4) {
	margin-left: 0;
}
}
