@charset "utf-8";


/*==========================================================
	INDEXページ 全体
==========================================================*/
body {
	background-color: #FC9B4D;
}

#body {
}

.space {
	height: 200px;
}


/*==========================================================
	スプラッシュ
==========================================================*/
section.dummy{
	height: 2500px;
	background-color: #99CC99;
}

/*==========================================================
	トップ
==========================================================*/
section.top_box {
	width: 100%;
	height: 825px;
	margin: 0;
	margin-top: 180px;
	padding: 0px 0 0px 0;
	background-color: #FC9B4D;
}
section.top_box .innerbox{
	position: relative;
	margin: 0 0;
	width: 100%;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
}
section.top_box #top_text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 225px;
	z-index: 1;
}
section.top_box .text1,
section.top_box .text2 {
	position: absolute;
	color: #FFFFFF;
	font-size: 48px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	border-bottom: 3px solid #FC9B4D;
}
section.top_box .text1 {
	left: 160px;
	top: 0;
}
section.top_box .text2 {
	left: 160px;
	top: 50px;
}
section.top_box .text3 {
	position: absolute;
	left: 160px;
	top: 110px;
	color: #FFFFFF;
	font-size: 20px;
	letter-spacing: 0.1em;
}
section.top_box .contact_btn {
}
section.top_box .contact_btn a {
	display: inline-block;
	position: absolute;
	right: 90px;
	top: 30px;
	width: 215px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 0.1em;
	border: 2px solid #FFFFFF;
	border-radius: 25px;
	background-color: #FC9B4D;
}
section.top_box .contact_btn a i {
	margin-right: 5px;
	font-size: 24px;
	vertical-align: text-bottom;
}

section.top_box .company_img {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 225px;
	margin: 0 auto;
	width: 100%;
	object-fit: cover;
}

section.top_box .scrolldown {
	display: block;
	writing-mode: vertical-rl;
	position: absolute;
	right: 40px;
	top: 40px;
	padding: 5px 5px;
    color: #FFFFFF;
	font-size: 12px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 2px;
    z-index: 3;
    transition: opacity 0.8s ease-out;
}
section.top_box .scrolldown:hover {
	opacity: 0.6;
}
section.top_box .scrolldown::before {
    content: '';
    width: 1px;
    height: 50px;
    background-color: #ffffff;
    position: absolute;
    left: -90px;
    bottom: -58px;
}
section.top_box .scrolldown::after {
content: '';
    width: 1px;
    height: 50px;
    background-color: #fc9b4d;
    position: absolute;
    left: -90px;
    bottom: -108px;
}

/*==========================================================
	トップ写真
==========================================================*/
section.photo {
	display: none;

	width: 100%;
	height: 600px;
	margin: 0;
	padding: 0px 0 0px;
}
section.photo .innerbox{
	position: relative;
	margin: 0 0;
	width: 100%;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
}
section.photo .company_img {
	width: 100%;
	object-fit: cover;
}

/*==========================================================
	about us
==========================================================*/
section.about {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px 0 0px;
}
section.about .innerbox{
	position: relative;
	margin: 0 0;
	width: 100%;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
}


.l-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 100%;
}
main {
    display: block;
}
.top-reasonWhy {
    background: #f5f5f5;
    overflow: hidden;
    padding-bottom: 124px;
    padding-top: 120px;
    position: relative;
    z-index: 0;
}
.l-block:first-child {
    margin-top: 0;
}
.l-container {
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
}
.top-reasonWhy__header {
    position: relative;
}
.top-reasonWhy__header::after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/top/img-bg.svg);
    height: 490px;
    left: 121px;
    position: absolute;
    top: -133px;
    width: 768px;
    z-index: -1;
} 
.top-reasonWhy__title {
    margin-bottom: 14px;
    position: relative;
    text-align: center;
}
.sub-title__en {
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
    font-family: "Alegreya Sans SC",sans-serif;
}
.top-reasonWhy__subtitle {
    margin-left: -3px;
    text-align: center;
}
.sub-title__jp {
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}
.top-reasonWhy__header::after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/dot.svg);
    background-repeat: repeat;
    background-size: 9px 9px;
    background-position: 0 0;
    border-radius: 50%;
    height: 325px;
    right: -175px;
    position: absolute;
    top: -43px;
    width: 325px;
    z-index: -1;
}
.top-reasonWhy__contents {
    -webkit-box-shadow: 30px 30px 70px 0px rgba(200,200,200,0.1);
    box-shadow: 30px 30px 70px 0px rgba(200,200,200,0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 48px;
}
.top-reasonWhy__contents .skill p,
.top-reasonWhy__contents .fresh p {
    margin-top: 34px;
}
.top-reasonWhy__contents--imgWrap p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    background-color: #f93;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f93), color-stop(80%, #ff7166));
    background: -webkit-linear-gradient(left, #f93 20%, #ff7166 80%);
    background: linear-gradient(90deg, #f93 20%, #ff7166 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Alegreya Sans SC",sans-serif;
}
.top-reasonWhy__contents--txtWrap {
    margin-top: 11px;
}
.top-reasonWhy__contents--title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4545454545;
}
.top-reasonWhy__contents--txt {
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    margin-left: 4px;
    margin-top: 13px;
    text-align: left;
}

.top-reasonWhy__contents--item {
    width: 269.72px;
    -webkit-flex-basis: 366px;
    -ms-flex-preferred-size: 366px;
    flex-basis: 366px;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f93), color-stop(80%, #ff7166));
    background: -webkit-linear-gradient(left, #f93 20%, #ff7166 80%);
    background: linear-gradient(90deg, #f93 20%, #ff7166 80%);
    height: 340px;
}
.over:hover {
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
    -webkit-transition: 200ms;
    transition: 200ms;
}

.top-reasonWhy__contents--link:hover {
    opacity: 1;
}
.top-reasonWhy__contents--link:hover {
    border: 1px solid #f5f5f5 !important;
}
.top-reasonWhy__contents--link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
    display: block;
    height: 100%;
    padding: 50px;
    position: relative;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
    border-right: 1px solid #f5f5f5;
    cursor: pointer;
}
.top-reasonWhy__contents--item:nth-child(-n+3)>a {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.top-reasonWhy__big_circle {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    -webkit-animation: MoveGrad 8s ease infinite;
    animation: MoveGrad 8s ease infinite;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f93), color-stop(80%, #ff7166));
    background: -webkit-linear-gradient(left, #f93 20%, #ff7166 80%);
    background: linear-gradient(90deg, #f93 20%, #ff7166 80%);
    background-size: 200% 200%;
    border-radius: 50%;
    height: 650px;
    left: calc(19% - 632px);
    top: -275px;
    width: 650px;
    z-index: -1;
}
.top-reasonWhy__small_circle {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    -webkit-animation: MoveGrad 8s ease infinite;
    animation: MoveGrad 8s ease infinite;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f93), color-stop(80%, #ff7166));
    background: -webkit-linear-gradient(left, #f93 20%, #ff7166 80%);
    background: linear-gradient(90deg, #f93 20%, #ff7166 80%);
    border-radius: 50%;
    bottom: -200px;
    height: 325px;
    left: inherit;
    right: calc(11% - 325px);
    top: 850px;
    width: 325px;
    z-index: -1;
}


/*==========================================================
	スタッフ
==========================================================*/
section.staff {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 50px 0 50px;
}
section.staff .innerbox{
	position: relative;
	margin: 0 0;
	width: 100%;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
}
section.staff h2 {
	line-height: 1.4em;
	font-size: 24px;
	font-weight: normal;
}
section.staff h2 strong {
	color: #FC9B4D;
	font-weight: normal;
}
section.staff p {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.8em;
}

section.staff .btn_more {
    display: inline-block;
    font-family: "Alegreya Sans SC",sans-serif;
}
section.staff .btn_more a {
	margin-top: 70px;
    padding: 15px 40px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #37414f;
    border-radius: 50px;
    font-family: "Alegreya Sans SC",sans-serif;
    vertical-align: middle;
	transition: background-color 0.3s ease;
}
section.staff .btn_more a:hover {
	background-color: #FF6633;
}

/*==========================================================
	サービス
==========================================================*/
section.service {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px 0 0px;
}
section.service .innerbox{
	position: relative;
	margin: 0 0;
	width: 100%;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
	background: linear-gradient(
		30deg,
		rgba( 248, 173, 41, 1.0) 0%,
		rgba( 255, 114, 10, 1.0) 70%
	);
}

section.service h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'Arya', sans-serif;
}
section.service h2 .en{
	font-size: 44px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

section.service .mask {
	position: absolute;
	top: 340px;
	width: 100%;
	height: 250px;
	background-color: #FFFFFF;
	z-index: 0;
}
section.service ul.serv_list {
	position: relative;
	width: 970px;
	margin: 50px auto 10px;
	background-color: #FFFFFF;
	z-index: 1;
}
section.service ul.serv_list li {
	display: inline-block;
	width: 350px;
	height: 350px;
	margin: 50px 0;
	padding: 150px 0 0;
	border: 2px solid #FC9B4D;
}
section.service ul.serv_list li:first-of-type {
	margin-right: 30px;
}
section.service ul.serv_list li:last-of-type {
	margin-left: 30px;
}

section.service ul.serv_list li .cate {
	color: #FC9B4D;
	font-size: 34px;
}
section.service ul.serv_list li .btn {
	display: inline-block;
	width: 260px;
	margin-top: 70px;
}

section.service ul.serv_list li .btn a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px 50px;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #FC9B4D;
	border: 2px solid #FC9B4D;
	border-radius: 20px;
	transition: all 0.5s ease;
}
section.service ul.serv_list li .btn a::after {
	content: '>';
	margin-left: 5px;
}

section.service ul.serv_list li .btn a:hover {
	color: #FC9B4D;
	background-color: #FFFFFF;
}
section.service ul.serv_list li:hover {
	background-color: #FC9B4D;
}
section.service ul.serv_list li:hover .cate {
	color: #FFFFFF;
}
section.service ul.serv_list li:hover .btn a {
	color: #FC9B4D;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}
section.service ul.serv_list li:hover .btn a:hover {
	color: #FFFFFF;
	background-color: #FC9B4D;
}

section.service .ban_area {
	background-color: #FFFFFF;
	margin: 0px auto;
}
section.service .sub {
	position: relative;
	width: 600px;
	margin: 0 auto;
	border-top: 1px solid #CCCCCC;
	z-index: 1;
}
section.service .sub span {
	display: inline-block;
	margin-top: -14px;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFFFF;
	letter-spacing: 0.1em;
}
section.service .ban_area .ban {
	display: block;
	padding: 40px 0 60px;
}
section.service .ban_area .ban a {
	display: inline-block;
	width: 400px;
	margin: 0 20px;
	text-align: right;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
section.service .ban_area .ban a:nth-of-type(2) {
	text-align: left;
	font-size: 22px;
}
section.service .ban_area .ban a:hover {
	color: #FC9B4D;
}

/*==========================================================
	お客様の声
==========================================================*/
section.voice {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px 0 0px;
	background-image: url('../img/top/customer_bg.png');
}
section.voice .innerbox{
	position: relative;
	margin: 0 auto;
	width: 1050px;
	height: 100%;
	font-size: 0px;
	overflow: visible;
	z-index: 2;
}

section.voice h2 {
	display: inline-block;
	margin: 30px 0 20px 0px;
	color: #000000;
	font-size: 14px;
	font-family: 'Arya', sans-serif;
}
section.voice h2 .en{
	font-size: 44px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

section.voice .item{
	position: relative;
	width: 470px;
	height: 350px;
}
section.voice .item.item1{
	float: left;
	margin: 70px 0 0 40px;
}
section.voice .item.item2{
	float: right;
	margin-right: 40px;
}

section.voice .item .cate {
	display: inline-block;
	position: absolute;
	left: 40px;
	bottom: 80px;
	padding: 10px 20px;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 20px;
	background: linear-gradient(
		30deg,
		rgba( 248, 173, 41, 1.0) 0%,
		rgba( 255, 114, 10, 1.0) 70%
	);
}
section.voice .item .comment {
	display: inline-block;
	position: absolute;
	left: 40px;
	top: 290px;
	margin-right: 30px;
	text-align: left;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}
section.voice .btn_more {
    display: inline-block;
}
section.voice .btn_more a {
	margin-top: 40px;
	margin-bottom: -20px;
    padding: 15px 70px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #37414f;
    border-radius: 50px;
    vertical-align: middle;
    z-index: 1;
	transition: background-color 0.3s ease;
}
section.voice .btn_more a:hover {
	background-color: #FF6633;
}


/*==========================================================
	ニュース
==========================================================*/
section.news {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 90px 0 100px;
}
section.news .innerbox{
	position: relative;
	margin: 0 auto;
	width: 1050px;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
}
section.news h2 {
	display: inline-block;
	margin: 30px 0 20px 40px;
	color: #000000;
	font-size: 14px;
	font-family: 'Arya', sans-serif;
	float: left;
}
section.news h2 .en{
	font-size: 44px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

section.news ul.news_list {
	display: block;
	width: 780px;
	margin: 0 40px 0 0;
	border-top: 4px solid #FC9B4D;
	
	float: right;
}
section.news ul.news_list li{
	position: relative;
	padding: 0px 0px;
	text-align: left;
	font-size: 13px;
	line-height: 1.5em;
	border-bottom: 2px dotted #CCCCCC;
}
section.news ul.news_list li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 22px 50px 22px 0;
}
section.news ul.news_list li a:hover {
	background-color: #FFE9E0;
}
section.news ul.news_list li:hover::after{
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -15px;
	content: '＋';
	color:  #FC9B4D;
	font-size: 30px;
	font-weight: normal;
}
section.news ul.news_list li .date {
	padding: 0 0 10px 0;
	font-size: 14px
}
section.news ul.news_list li .title {
	font-size: 13px
}
section.news ul.news_list li .comment {
	display: none;
	font-size: 13px
}

section.news .btn_more {
    display: inline-block;
}
section.news .btn_more a {
	margin-top: 40px;
    padding: 15px 70px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #37414f;
    border-radius: 50px;
    vertical-align: middle;
    z-index: 1;
	transition: background-color 0.3s ease;
}
section.news .btn_more a:hover {
	background-color: #FF6633;
}

/*==========================================================
	swiper
==========================================================*/

.swiper-button-prev,
.swiper-button-next {
	display: none;
}

.swiper-button-prev,
.swiper-button-next {
	display: none;
}

.l-sm {
    display: none;
}


/* ★---------------------------★---------------------★ */

/*==========================================================
	MEDIA QUERIES (SP)
==========================================================*/
@media (max-width: 639px){

/*==========================================================
	トップ
==========================================================*/
section.top_box {
	width: 100%;
	height: 180px;
	margin: 0;
	margin-top: 180px;
	padding: 0px 0 20px 0;
	background-color: #FC9B4D;
}
section.top_box .innerbox{
	position: relative;
	margin: 0 0;
	width: 100%;
	height: 100%;
	font-size: 0px;
		overflow: unset;
}
section.top_box #top_text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
  border: 0px solid #FF0000;
}
section.top_box .text1,
section.top_box .text2 {
	position: absolute;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
section.top_box .text1 {
	left: 20px;
	top: 0;
}
section.top_box .text2 {
	left: 20px;
	top: 22px;
}
section.top_box .text3 {
	position: absolute;
	left: 20px;
	top: 55px;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 0.1em;
}
section.top_box .contact_btn {
}
section.top_box .contact_btn a {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 100px;
		width: auto;
		height: auto;
		padding: 0 5px 5px 5px;
		line-height: 1;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 0.1em;
	border: 2px solid #FFFFFF;
		border-radius: unset;
		border-width: 0	0 2px 0;
}
section.top_box .contact_btn a i {
	margin-right: 5px;
	font-size: 24px;
	vertical-align: text-bottom;
}
section.photo .company_img {
	display: none;
	height: 300px;
	width: 100%;
	object-fit: cover;
}

section.top_box .scrolldown {
	display: none;
}


/*==========================================================
	トップ写真
==========================================================*/
section.photo {
		display: block;
		height: auto;
	width: 100%;
	margin: 0;
	padding: 0px 0 0px;
}
section.photo .innerbox{
	position: relative;
	margin: 0 0;
	width: 100%;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
}
section.photo .company_img {
		display: block;
	width: 100%;
	object-fit: cover;
}

/*==========================================================
	about us
==========================================================*/
section.about {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px 0 0px;
}
section.about .innerbox{
	position: relative;
	margin: 0 0;
	width: 100%;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
}


.l-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 100%;
}
main {
    display: block;
}
.top-reasonWhy {
    background: #f5f5f5;
    overflow: hidden;
		padding-bottom: 20px;
		padding-top: 20px;
    position: relative;
    z-index: 0;
}
.l-block:first-child {
    margin-top: 0;
}
.l-container {
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
}
.top-reasonWhy__header {
    position: relative;
}
.top-reasonWhy__header::after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/top/img-bg.svg);
    height: 490px;
    left: 121px;
    position: absolute;
    top: -133px;
    width: 768px;
    z-index: -1;
} 
.top-reasonWhy__title {
    margin-bottom: 14px;
    position: relative;
    text-align: center;
}
.sub-title__en {
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
    font-family: "Alegreya Sans SC",sans-serif;
}
.top-reasonWhy__subtitle {
    margin-left: -3px;
    text-align: center;
}
.sub-title__jp {
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}
.top-reasonWhy__header::after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/dot.svg);
    background-repeat: repeat;
    background-size: 9px 9px;
    background-position: 0 0;
    border-radius: 50%;
    height: 325px;
    right: -175px;
    position: absolute;
    top: -43px;
    width: 325px;
    z-index: -1;
}
.top-reasonWhy__contents {
    -webkit-box-shadow: 30px 30px 70px 0px rgba(200,200,200,0.1);
    box-shadow: 30px 30px 70px 0px rgba(200,200,200,0.1);
    /*
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    */
		display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 48px;
}
.top-reasonWhy__contents .skill p,
.top-reasonWhy__contents .fresh p,
.top-reasonWhy__contents .recruit p,
.top-reasonWhy__contents .fulfilling  p,
.top-reasonWhy__contents .staff  p {
    margin-top: 10px;
}
.top-reasonWhy__contents--imgWrap p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    background-color: #f93;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f93), color-stop(80%, #ff7166));
    background: -webkit-linear-gradient(left, #f93 20%, #ff7166 80%);
    background: linear-gradient(90deg, #f93 20%, #ff7166 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Alegreya Sans SC",sans-serif;
}
.top-reasonWhy__contents--txtWrap {
    margin-top: 11px;
}
.top-reasonWhy__contents--title {
    	font-size: 18px;
    font-weight: 600;
    line-height: 1.4545454545;
}
.top-reasonWhy__contents--txt {
    font-size: 14px;
    font-weight: 700;
    	line-height: 1.3em;
    margin-left: 4px;
    margin-top: 13px;
    text-align: left;
}

.top-reasonWhy__contents--item {
    	width: auto;
    	margin: 0px 0px;
    	flex-basis: unset;
	    background: unset;
	    background-color: #FFFFFF;
    	height: 290px;
    	border: 0px solid #FF0000;
}
.over:hover {
    /*
    transform: translate(-15px, -15px);
    transition: 200ms;
    */
    	transition: unset;
	    transform: unset;
}

.top-reasonWhy__contents--link:hover {
    opacity: 1;
}
.top-reasonWhy__contents--link:hover {
	/*
    border: 1px solid #f5f5f5 !important;
	*/
   		border: 0px solid #f5f5f5 !important;
}
.top-reasonWhy__contents--link {
    align-items: center;
    border-right: 0px solid #f5f5f5;
    border-bottom: 0px solid #f5f5f5;
    background: #fff;
    display: block;
    height: 100%;
    	padding: 20px;
    position: relative;
    justify-content: flex-end;
    text-align: center;
    	border-right: 0px solid #f5f5f5;
    cursor: pointer;
}
.top-reasonWhy__contents--item:nth-child(-n+3)>a {
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
}

.top-reasonWhy__big_circle {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
		display: none;
    vertical-align: middle;
    position: absolute;
    -webkit-animation: MoveGrad 8s ease infinite;
    animation: MoveGrad 8s ease infinite;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f93), color-stop(80%, #ff7166));
    background: -webkit-linear-gradient(left, #f93 20%, #ff7166 80%);
    background: linear-gradient(90deg, #f93 20%, #ff7166 80%);
    background-size: 200% 200%;
    border-radius: 50%;
    height: 650px;
    left: calc(19% - 632px);
    top: -275px;
    width: 650px;
    z-index: -1;
}
.top-reasonWhy__small_circle {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
		display: none;
    vertical-align: middle;
    position: absolute;
    -webkit-animation: MoveGrad 8s ease infinite;
    animation: MoveGrad 8s ease infinite;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f93), color-stop(80%, #ff7166));
    background: -webkit-linear-gradient(left, #f93 20%, #ff7166 80%);
    background: linear-gradient(90deg, #f93 20%, #ff7166 80%);
    border-radius: 50%;
    bottom: -200px;
    height: 325px;
    left: inherit;
    right: calc(11% - 325px);
    top: 850px;
    width: 325px;
    z-index: -1;
}


/*==========================================================
	スタッフ
==========================================================*/
section.staff {
	width: 100%;
	height: auto;
	margin: 0;
		padding: 20px 0 20px;
		border-bottom: 30px solid #F1F1F1;
}
section.staff .innerbox{
	position: relative;
	margin: 0 0;
	width: 100%;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
}
section.staff h2 {
	line-height: 1.4em;
	font-size: 18px;
	font-weight: normal;
}
section.staff h2 strong {
	color: #FC9B4D;
	font-weight: normal;
}
	section.staff p {
		margin: 20px 10px 0;
		font-size: 14px;
		line-height: 1.4em;
		text-align: left;
	}

section.staff .btn_more {
    display: inline-block;
    font-family: "Alegreya Sans SC",sans-serif;
}
section.staff .btn_more a {
		margin-top: 30px;
    padding: 15px 40px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #37414f;
    border-radius: 50px;
    font-family: "Alegreya Sans SC",sans-serif;
    vertical-align: middle;
}


/*==========================================================
	サービス
==========================================================*/
section.service {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px 0 0px;
}
section.service .innerbox{
	position: relative;
	margin: 0 0;
	width: 100%;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
		background: none;
}

section.service h2 {
		padding: 10px 0;
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'Arya', sans-serif;

		background: linear-gradient(
			30deg,
			rgba( 248, 173, 41, 1.0) 0%,
			rgba( 255, 114, 10, 1.0) 70%
		);

}
section.service h2 .en{
	font-size: 44px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

section.service .mask {
		display: none;
}
section.service ul.serv_list {
	position: relative;
		width: 100%;
		margin: 0px auto 0px;
	background-color: #FFFFFF;
	z-index: 1;
}
section.service ul.serv_list li {
		display: block;
		width: auto;
		height: 300px;
		margin: 10px 10px;
		padding: 80px 0 0;
	border: 2px solid #FC9B4D;
}
	section.service ul.serv_list li:hover {
		background-color: unset;
	}
	section.service ul.serv_list li:hover .cate {
		color: #FC9B4D;
	}
section.service ul.serv_list li:hover .btn a {
		color: #FFFFFF;
		background-color: #FC9B4D;
		border: 2px solid #FC9B4D;
}
section.service ul.serv_list li:hover .btn a:hover {
	color: #FFFFFF;
	background-color: #FC9B4D;
}

	section.service ul.serv_list li:first-of-type {
			margin-right: 10px;
	}
	section.service ul.serv_list li:last-of-type {
			margin-left: 10px;
	}

section.service ul.serv_list li .cate {
		display: block;
	color: #FC9B4D;
	font-size: 34px;
}
section.service ul.serv_list li .btn {
	display: inline-block;
		width: 240px;
		margin-top: 50px;
}

section.service ul.serv_list li .btn a {
	display: block;
	width: 100%;
	height: 100%;
		padding: 8px 0px;
	color: #FFFFFF;
		font-size: 16px;
	background-color: #FC9B4D;
	border: 2px solid #FC9B4D;
	border-radius: 20px;
	transition: all 0.5s ease;
}
section.service ul.serv_list li.corp .btn a {
	color: #FC9B4D;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}
section.service ul.serv_list li .btn a::after {
	content: '>';
	margin-left: 5px;
}

section.service ul.serv_list li .btn a:hover {
		color: #FFFFFF;
		background-color: #FC9B4D;
}
section.service ul.serv_list li.corp .btn a:hover {
		color: #FC9B4D;
		background-color: #FFFFFF;
}

section.service .ban_area {
		padding-top: 20px;
	background-color: #FFFFFF;
}
section.service .sub {
	position: relative;
		width: auto;
		margin: 0 20px;
	border-top: 1px solid #CCCCCC;
	z-index: 1;
}
section.service .sub span {
	display: inline-block;
	margin-top: -14px;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: normal;
	background-color: #FFFFFF;
	letter-spacing: 0.1em;
}
section.service .ban_area .ban {
	display: block;
		padding: 10px 0 40px;
}
section.service .ban_area .ban a {
		display: block;
		width: auto;
		margin: 10px 0px;
		padding: 5px 0;
		text-align: center;
	color: #000000;
		font-size: 16px;
	font-weight: bold;
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
section.service .ban_area .ban a:nth-of-type(2) {
	text-align: center;
	font-size: 15px;
}
section.service .ban_area .ban a:hover {
	color: #FC9B4D;
}


/*==========================================================
	お客様の声
==========================================================*/
section.voice {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px 0 0px;
	background-image: url('../img/top/customer_bg.png');
}
section.voice .innerbox{
	position: relative;
	margin: 0 auto;
		width: 100%;
	height: 100%;
	font-size: 0px;
	overflow: visible;
	z-index: 2;
}

section.voice h2 {
	display: inline-block;
		margin: 30px auto 10px;
	color: #000000;
	font-size: 14px;
	font-family: 'Arya', sans-serif;
}
section.voice h2 .en{
	font-size: 44px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

section.voice .item{
	position: relative;
		width: auto;
		height: auto;
		margin: 10px 10px;
}
	section.voice .item img {
		width: 100%;
	}
section.voice .item.item1{
		float: none;
		margin: 0px 10px;
}
section.voice .item.item2{
		float: none;
		margin-right: 10px;
}

section.voice .item .cate {
	display: inline-block;
	position: absolute;
		left: 10px;
		top: 10px;
		bottom: unset;
	padding: 10px 20px;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 20px;
	background: linear-gradient(
		30deg,
		rgba( 248, 173, 41, 1.0) 0%,
		rgba( 255, 114, 10, 1.0) 70%
	);
}
section.voice .item .comment {
	display: inline-block;
	position: absolute;
		left: 20px;
		top: unset;
		bottom: 10px;
		margin-right: 20px;
	text-align: left;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}
section.voice .btn_more {
    display: inline-block;
}
section.voice .btn_more a {
		margin-top: 20px;
	margin-bottom: -20px;
    padding: 15px 70px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #37414f;
    border-radius: 50px;
    vertical-align: middle;
    z-index: 1;
}


/*==========================================================
	ニュース
==========================================================*/
section.news {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
		padding: 50px 0 60px;
}
section.news .innerbox{
	position: relative;
	margin: 0 auto;
		width: 100%;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
}
section.news h2 {
		display: block;
		margin: 0px 0 10px;
	color: #000000;
	font-size: 14px;
	font-family: 'Arya', sans-serif;
	float: none;
}
section.news h2 .en{
	font-size: 44px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

section.news ul.news_list {
	display: block;
		width: auto;
		margin: 0 10px 0;
	border-top: 4px solid #FC9B4D;
		float: none;
}
section.news ul.news_list li{
	position: relative;
		padding: 0px 0px;
	text-align: left;
	font-size: 13px;
	border-bottom: 2px dotted #CCCCCC;
}
section.news ul.news_list li a{
	display: block;
	width: 100%;
	height: 100%;
		padding: 22px 40px 22px 0;
}

section.news ul.news_list li::after{
	display: inline-block;
	position: absolute;
		right: 5px;
	top: 50%;
	margin-top: -15px;
	content: '＋';
	color:  #FC9B4D;
	font-size: 30px;
	font-weight: normal;
}
section.news ul.news_list li .date {
	padding: 0 0 10px 0;
	font-size: 14px
}
section.news ul.news_list li .title {
	font-size: 13px
}
section.news ul.news_list li .comment {
	display: none;
	font-size: 13px
}

section.news .btn_more {
    display: inline-block;
}
section.news .btn_more a {
	margin-top: 40px;
    padding: 15px 70px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #37414f;
    border-radius: 50px;
    vertical-align: middle;
    z-index: 1;
}



/*==========================================================
	swiper
==========================================================*/

.swiper-button-prev,
.swiper-button-next {
	display: block;
	opacity: 0.2;
}

.l-lg {
    display: none;
}
.l-sm {
    display: block;
}

/* ★---------------------------★---------------------★ */
} /* -- max-width: 639 px                                 */
/* ★---------------------------★---------------------★ */

