@charset "utf-8";
/*common
----------------------------------------------------*/
/* 設定 */
* { /*游ゴシック*/
	font-family: -apple-system, BlinkMacSystemFont, '游ゴシック', "Yu Gothic", YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: 'palt';
}
.min, .btn-box *, .g-nav *, .c-nav-box *, .f-nav *, .wrapper *, .rec-abt-des-wrap * { /*游明朝*/
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
html {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
body {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
}
img {
	border: 0;
	vertical-align: bottom;
}
a {
	text-decoration: none;
}
ul, li {
	list-style: none;
}
/* float */
.fLeft {
	float: left !important;
}
.fRight {
	float: right !important;
}
/* clearfix */
.cf:after {
	content: "";
	display: block;
	clear: both;
}
/* align */
.cen {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
/* text-indent */
.indent {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
/* font-size */
/* margin,padding */
/* -------------------------------------------------
layout
----------------------------------------------------*/
.w-100 {
	width: 100%;
	height: auto;
}
/* ===== header ===== */
header {
	position: relative;
	z-index: 100;
	width: 100%;
	padding-top: 20px;
	background-color: #fff;
}
.logo-main {
	margin-bottom: 12px;
	margin-left: 24px;
}
.link-index {
	display: block;
}
.logo-main .link-index {
	width: 335px;
}
.utility {
	position: absolute;
	top: 12px;
	right: 24px;
	display: flex;
}
.lang-area {
	margin-right: 16px;
}
.lang-area ul {
	display: flex;
	align-items: center;
}
.lang-area ul:before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url("../images/ico_lang.png") no-repeat 0 1px / 100%;
	vertical-align: 1px;
}
.lang-area li {
	padding: 0 6px;
	border-right: 1px solid #231815;
}
.lang-area li a {
	font-size: 1.0rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #999899;
	transition: all .3s ease-in-out;
}
.lang-area li.current a, .lang-area li a:hover {
	color: #ea5514;
}
.btn-area {
	display: flex;
	align-items: flex-start;
}
.btn-box {
	display: block;
	text-align: center;
	transition: all .3s ease-in-out;
}
.btn-box:hover {
	opacity: 0.7;
}
.btn-box:not(:nth-last-of-type(1)) {
	margin-right: 12px;
}
.btn-link {
	display: inline-block;
	width: 39px;
	margin-bottom: 4px;
}
.btn-box p {
	font-size: 1.0rem;
	font-weight: bold;
	color: #004ea2;
}
.clone-h {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
}
.is-show {
	transform: translateY(0);
}
/* ===== main visual ===== */
#mv-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 484px;
	background: url("../images/mv_img.jpg") no-repeat center center / cover;
}
/*@media screen and (min-width:1200px) {
    #mv-wrap { height: 40.3vw;}
}*/
.mv-catch {
	font-family: 'Prompt', sans-serif;
	font-size: 6.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width:601px) {
	.mv-catch.for-sp {
		display: none;
	}
}
/* ===== global nav ===== */
#g-nav-wrap {
	width: 100%;
	background-color: #004ea2;
}
.g-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 0;
}
.g-nav li:nth-of-type(1) {
	border-left: 1px solid rgba(255, 255, 255, 0.7);
}
.g-nav li a {
	display: inline-block;
	padding: 3.5px 16px;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.7);
	border-right: 1px solid rgba(255, 255, 255, 0.7);
	transition: all .3s ease-in-out;
}
.g-nav li.current a, .g-nav li a:hover {
	color: rgba(255, 255, 255, 1.0);
}
@media screen and (min-width:601px) {
	.sp-nav-wrap {
		display: none;
	}
}
/* ===== footer ===== */
footer {
	padding: 56px 24px 24px;
	background-color: #efefef;
}
.link-area {
	display: flex;
	justify-content: center;
	margin-bottom: 38px;
}
.link-area p {
	width: 236px;
	margin: 0 6px;
}
.link-btn {
	display: inline-block;
	padding: 12px 0;
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-radius: 50px;
	transition: all .3s ease-in-out;
}
.link-pdf {
	color: #004ea2;
	border-color: #004ea2;
}
.link-inquiry {
	color: #0099d9;
	border-color: #0099d9;
}
@media screen and (min-width:601px) {
	.link-pdf:hover {
		color: #fff;
		background-color: #004ea2;
	}
	.link-inquiry:hover {
		color: #fff;
		background-color: #0099d9;
	}
}
#f-nav-wrap {
	padding-bottom: 16px;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
}
.f-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}
.f-nav li:nth-of-type(1) a {
	border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.f-nav li a {
	padding: 2px 26px;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	color: rgba(0, 0, 0, 0.5);
	border-right: 1px solid rgba(0, 0, 0, 0.5);
	transition: all .3s ease-in-out;
}
.f-nav li.current a, .f-nav li a:hover {
	color: rgba(0, 0, 0, 1.0);
}
.f-bot {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.f-logo .link-index {
	display: inline-block;
	width: 303px;
	margin-bottom: 16px;
}
.com-info * {
	margin-right: 1em;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.f-bot-r {
	text-align: right;
}
.f-bot-sns {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-bottom: 18px;
}

.btn-line,
.btn-insta {
	margin-right: 10px;
}

.link-line,
.link-insta {
	display: inline-block;
	width: 40px;
}
.link-line img,
.link-insta img {
	width: 100%;
}
.btn-line-qr {
	margin-left: 15px;
	position: relative;
}
.btn-line-qr a {
	display: block;
	padding: 4px 0;
	background: #fff;
}
.btn-line-qr span {
	width: 118px;
	position: absolute;
	top: 0;
	left: -125px;
}
.btn-line-qr span img {
	width: 100%;
}
.btn-box p {
	font-size: 1.0rem;
	font-weight: bold;
	color: #004ea2;
}

.btn-box--line {
	display: none;
	position: relative;
}
@media screen and (max-width: 600px) {
	.btn-box--line {
		display: inline-block;
	}	
}

.ft_line_txt {
	width: 258px;
	position: absolute;
	top: -26px;
	right: 0;
}

.copy {
	font-size: 1.0rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}
/*pageTop*/
/* ====================================
index.html
====================================== */
.sec-01 {
	padding: 60px 0 72px;
	background: url("../images/top_conts_bg.jpg") no-repeat 0 0 / cover;
	text-align: center;
}
.sec-01 .main-txt {
	margin-bottom: 60px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.2em;
}
@media screen and (min-width: 601px) {
	.sec-01 .main-txt .sp-block {
		display: none;
	}
}
.promo-area {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 80px;
}
@media screen and (max-width: 1000px) {
	.promo-area {
		width: 92%;
	}	
}
.p-mov__body {
	width: 100%;
}
.m-p-ttl {
	margin-bottom: 16px;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.12em;
	color: #004ea2;
}
.m-p-ttl:before {
	content: "";
	display: block;
	width: 39px;
	height: 45px;
	margin: 0 auto 6px;
	background: url("../images/ico_star.png") no-repeat 0 0 / 100%;
}
.m-p-txt {
	margin-bottom: 28px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.11em;
}
.m-p-slide-wrap {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 40px;
}
.m-p-area {
	width: 935px;
	margin: auto;
}
.m-p-box {
	display: block;
	position: relative;
	/*width: 14.9%;
    max-width: 179px;*/
	margin-right: 10px;
	text-align: center;
}
.m-p-img {
	overflow: hidden;
}
.m-p-box img {
	transform: scale(1.0);
	transition: all .3s ease-in-out;
}
@media screen and (min-width:601px) {
	.m-p-box:hover img {
		transform: scale(1.05);
	}
}
.m-p-cat {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 8px 0;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
}
.m-p-cat:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 4px;
	background: url("../images/link_arrow.png") no-repeat 0 0 / 100%;
	vertical-align: -3px;
}
.link-m-p {
	display: inline-block;
	width: 334px;
	padding: 12px 0;
	font-size: 2.1rem;
	font-weight: bold;
	letter-spacing: 0.12em;
	text-align: center;
	color: #004ea2;
	background-color: #fff;
	border: 1px solid #004ea2;
	border-radius: 50px;
	transition: all .3s ease-in-out;
}
.link-m-p:hover {
	color: #fff;
	background-color: #004ea2;
}
.sec-02 {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.c-nav-l, .c-nav-r {
	width: 50%;
}
.c-nav-r {
	display: flex;
	flex-wrap: wrap;
}
.c-nav-box {
	position: relative;
	display: block;
	overflow: hidden;
}
.c-nav-r .c-nav-box {
	width: 50%;
}
.c-nav, .c-nav-txt {
	position: absolute;
	left: 0;
	width: 100%;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.c-nav {
	bottom: 0;
	padding: 12px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
}
.c-nav-txt {
	top: 16px;
	left: 16px;
}
.c-nav-box img {
	transform: scale(1.0);
	transition: all .3s ease-in-out;
}
@media screen and (min-width:601px) {
	.c-nav-box:hover img {
		transform: scale(1.05);
	}
}
.sec-03 {
	display: flex;
	align-items: stretch;
	width: 100%;
	max-width: 1000px;
	padding: 56px 0;
	margin: auto;
}
.sec-03-l {
	width: 30%;
	padding: 0 7.2% 0 12.7%;
	border-right: 1px solid #000;
}
.sec-03-r {
	width: 70%;
	padding-left: 7.2%;
}
.sec-03-ttl {
	margin-bottom: 12px;
	font-size: 2.3rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.link-news {
	display: inline-block;
	width: 94px;
	padding: 5px 0;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
	color: #004ea2;
	border: 1px solid #004ea2;
	transition: all .3s ease-in-out;
}
.link-news:after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-left: 8px;
	border-top: 1px solid #004ea2;
	border-right: 1px solid #004ea2;
	transform: rotate(45deg);
	vertical-align: 1px;
	transition: all .3s ease-in-out;
}
.link-news:hover {
	color: #fff;
	background-color: #004ea2;
}
.link-news:hover:after {
	border-color: #fff;
}
.news-lists * {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.news-lists li:not(:nth-last-of-type(1)) {
	margin-bottom: 20px;
}
.news-lists li a {
	display: flex;
}
.news-item-figure	{
	position: relative;
	width: 180px;
	overflow: hidden;
}
.news-item-figure img	{
	width: 100%;
	transform: translate3d(0, 0, 0);
	transition: all .5s ease-in-out;
}
.news-item-des {
	width: calc(100% - 180px);
	padding-left: 30px;
}
.news-item-header {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.news-item-h-date,
.news-item-h-cat {
	color: #7f7f7f;
	font-size: 1.5rem;
}
.news-item-h-date {
	margin-right: 20px;
}
.news-iten-ttl {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	transition: all .3s ease-in-out;
}
@media screen and (min-width: 1024px) {
	.news-lists li a:hover .news-item-figure img	{
		transform: translate3d(0, 0, 0) scale(1.08);
	}	
	.news-lists li a:hover .news-iten-ttl	{
		color: #004ea2;
	}	
}





.insta-feed {
	padding: 1.42856666%;
	background-color: #004ea2;
}
.insta-feed ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.insta-feed li {
	width: 15.47%;
}
.insta-feed img {
	width: 100%;
	height: auto;
}
/* -------------------------------------------------
sub-layout
----------------------------------------------------*/
.wrapper {
	padding: 148px 0 120px;
}
#page-ttl-wrap {
	position: relative;
	width: 100%;
	height: 288px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-ttl-box {
	position: absolute;
	bottom: -76px;
	left: 50%;
	display: flex;
	justify-content: center;
	width: 184px;
	height: 184px;
	padding-top: 45px;
	background-color: #004ea2;
	transform: translateX(-50%);
}
.page-ttl {
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.14em;
	color: #fff;
}
.page-ttl:before {
	display: block;
	content: "";
	width: 39px;
	height: 45px;
	margin: 0 auto 8px;
	background: url("../images/page_ttl_star.png") no-repeat 0 0 / 100%;
}
p.blue {
	color: #004ea2;
}
/* ====================================
会社概要
====================================== */
.page-ttl-com {
	background-image: url("../images/com_ttl_bg.jpg");
}
.page-ttl-txt {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #fff;
}
.com-sec-01 {
	margin-bottom: 120px;
}
.com-main-txt {
	margin-bottom: 28px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.15em;
	text-align: center;
	color: #004ea2;
}
.com-main-txt .sp-block {
	display: none;
}
.greeting {
	display: flex;
	align-items: center;
	justify-content: center;
}
.president {
	width: 250px;
}
.gree-area {
	width: 490px;
}
.gree-area p {
	font-size: 1.5rem;
	line-height: 1.86;
	letter-spacing: 0.08em;
}
.gree-area .ind {
	text-indent: 1em;
}
.gree-area .sign {
	font-size: 1.4rem;
	text-align: right;
	line-height: 1.0;
}
.gree-area .sign .pre-name {
	display: inline-block;
	margin-left: 0.5em;
	font-size: 2.1rem;
}
.gree-area .sign, .gree-area .sign .pre-name {
	font-weight: bold;
}
.gree-area p:nth-last-of-type(2) {
	margin-bottom: 45px;
}
.mov-area {
	width: 1000px;
	margin: 0 auto 112px;
}
.com-sec-02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.com-tbl {
	width: 390px;
	margin: 0 31px;
}
.com-sec-ttl {
	padding-bottom: 8px;
	margin-bottom: 24px;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.14em;
	border-bottom: 1px solid #231815;
}
.com-tbl dl {
	display: flex;
	width: 100%;
}
.com-tbl dt, .com-tbl dd {
	padding-bottom: 20px;
	font-weight: 500;
	line-height: 1.7;
}
.com-tbl dt {
	padding-right: 20px;
	border-right: 1px solid #231815;
}
.com-tbl-l dt {
	width: 92px;
}
.com-tbl-r dt {
	width: 114px;
}
.com-tbl dd {
	padding-left: 20px;
}
.com-tbl-l dd {
	width: calc(100% - 92px);
}
.com-tbl-r dd {
	width: calc(100% - 114px);
}
/* ====================================
企業コンセプト
====================================== */
.page-ttl-cnp {
	background-image: url("../images/cnp_ttl_bg.jpg");
}
.cnp-sec-01 {
	margin-bottom: 112px;
}
.cnp-main-txt {
	width: 592px;
	margin: 0 auto 32px;
}
.cnp-sub-txt {
	margin-bottom: 29px;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.18em;
	text-align: center;
	color: #004ea2;
}
.cnp-txt {
	width: 445px;
	margin: auto;
	font-size: 1.65rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.cnp-sec-02 {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.s-p-sec-ttl {
	margin-bottom: 30px;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
	color: #004ea2;
}
.s-p-logo {
	display: inline-block;
	width: 384px;
	margin-bottom: 18px;
}
.s-p-sec-ttl:before {
	content: "";
	display: block;
	width: 76px;
	height: 24px;
	margin: 0 auto 32px;
	background: url("../images/cnp_star.png") no-repeat 0 0 / 100%;
}
.s-p-area {
	width: 100%;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.s-p-area:not(:nth-last-of-type(1)) {
	margin-bottom: 28px;
}
.s-p-des, .s-p-img {
	width: 50%;
}
.s-p-des {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #004ea2;
}
.even .s-p-des {
	order: 2;
}
.s-p-in {
	width: 315px;
}
.s-p-ttl {
	margin-bottom: 26px;
	font-size: 4.2rem;
	font-weight: 700;
	text-align: center;
	color: #d7bc69;
}
.sky-logo {
	display: inline-block;
	width: 262px;
	margin-bottom: 10px;
}
.s-p-in p {
	font-size: 1.5rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: #fff;
	word-break: break-all;
}
.s-p-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.s-p-area-01 .s-p-img {
	background-image: url("../images/cnp_box_img01.jpg");
}
.s-p-area-02 .s-p-img {
	background-image: url("../images/cnp_box_img02.jpg");
}
.s-p-area-03 .s-p-img {
	background-image: url("../images/cnp_box_img03.jpg");
}
.even .s-p-img {
	order: 1;
}
/* ====================================
企業コンセプト
====================================== */
.page-ttl-mft {
	background-image: url("../images/mft_ttl_bg.jpg");
}
.page-ttl-mft .page-ttl-box {
	background-color: #f39800;
}
.wrapper.mft-wrap {
	padding: 0 0 120px;
}
.mft-upside {
	padding: 148px 0 82px;
	margin-bottom: 64px;
	background-color: rgba(243, 152, 0, 0.5);
}
.mft-sec-01 {
	margin-bottom: 112px;
}
.mft-main-en {
	margin-bottom: 28px;
	font-size: 6.0rem;
	font-weight: 700;
}
.mft-main-jp {
	margin-bottom: 38px;
	font-size: 2.1rem;
	font-weight: 700;
}
.mft-txt {
	width: 445px;
	margin: auto;
	font-size: 1.65rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.mft-sec-ttl {
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	color: #004ea2;
}
.mft-sec-02 .mft-sec-ttl {
	margin-bottom: 64px;
}
.mft-sec-03 .mft-sec-ttl {
	margin-bottom: 56px;
}
.mft-sec-02 .mft-sec-ttl:before {
	content: "";
	display: block;
	width: 159px;
	height: 24px;
	margin: 0 auto 24px;
	background: url("../images/mft_star01.png") no-repeat 0 0 / 100%;
}
.mft-sec-03 .mft-sec-ttl:before {
	content: "";
	display: block;
	width: 76px;
	height: 24px;
	margin: 0 auto 20px;
	background: url("../images/mft_star03.png") no-repeat 0 0 / 100%;
}
.biz-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 26px;
}
.biz-box {
	width: 25.7%;
	width: 308px;
	margin-bottom: 4%;
	margin-bottom: 38px;
	background-color: #fff;
}
.biz-des {
	padding: 26px 24px 24px;
	background: url("../images/mft_star02.png") no-repeat 4px 4px / 58px;
}
.biz-des-ttl {
	margin-bottom: 12px;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.tech-des-ttl {
	color: #eb6100;
}
.wls-des-ttl {
	color: #40af36;
}
.biz-des p {
	font-size: 1.6rem;
	line-height: 1.68;
	letter-spacing: 0.08em;
}
.link-item {
	display: inline-block;
	width: 394px;
	padding: 18px 0;
	font-family: '游ゴシック', "Yu Gothic", YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #e95599;
	border: 2px solid #e95599;
	border-radius: 50px;
	transition: all .3s ease-in-out;
}
@media screen and (min-width:601px) {
	.link-item:hover {
		color: #e95599;
		background-color: #fff;
	}
}
.mft-sec-03 {
	width: 100%;
	max-width: 1020px;
	margin: auto;
}
.voice-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 32px 12px 26px;
	background-color: #fffcd1;
	border: 1px solid #eb6100;
	border-radius: 37px;
}
.voice-area:not(:nth-last-of-type(1)) {
	margin-bottom: 30px;
}
.voice-area:nth-last-of-type(1) {
	margin-bottom: 96px;
}
.cus-genre {
	width: 124px;
}
.voice-r {
	width: calc(100% - 139px);
}
.v-ttl {
	margin-bottom: 14px;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #eb6100;
}
.v-txt {
	margin-bottom: 18px;
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.04em;
	color: #595757;
}
.v-cus {
	font-size: 1.4rem;
	text-align: right;
	color: #eb6100;
}
/* ====================================
食品卸事業
====================================== */
.page-ttl-wls {
	background-image: url("../images/wls_ttl_bg.jpg");
}
.page-ttl-wls .page-ttl-box {
	background-color: #8FC31F;
}
.wls-wrap {
	padding: 148px 0 0;
}
.wls-sec-01 {
	margin-bottom: 57px;
}
.wls-main-en {
	margin-bottom: 28px;
	font-size: 6.0rem;
	font-weight: 700;
}
.wls-main-jp {
	margin-bottom: 38px;
	font-size: 2.1rem;
	font-weight: 700;
}
.wls-txt {
	width: 445px;
	margin: auto;
	font-size: 1.65rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.wls-sec-02 {
	padding: 50px 0 0;
	background-color: rgba(143, 195, 31, 0.5);
}
.wls-sec-ttl {
	margin-bottom: 64px;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	color: #004ea2;
}
.wls-sec-ttl .sp-block {
	display: none;
}
.wls-sec-ttl::before {
	content: "";
	display: block;
	width: 159px;
	height: 24px;
	margin: 0 auto 24px;
	background: url("../images/mft_star01.png") no-repeat 0 0 / 100%;
}
.wls-sec-02 .biz-wrap {
	padding-bottom: 64px;
	margin: 0 auto;
}
.biz-box {
	position: relative;
}
.wls-cat {
	position: absolute;
	top: 0;
	left: 0;
	width: 108px;
	padding: 8px 0 8px 8px;
	font-family: -apple-system, BlinkMacSystemFont, '游ゴシック', "Yu Gothic", YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
	font-size: 1.7rem;
	font-weight: bold;
	color: #fff;
}
.wls-cat.eigyou {
	background-color: #EB6EA5;
}
.wls-cat.kanri {
	background-color: #F39800;
}
.wls-cat:after {
	content: "";
	position: absolute;
	top: 0;
	right: -20px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 33px 20px 0 0;
}
.wls-cat.eigyou:after {
	border-color: #EB6EA5 transparent transparent transparent;
}
.wls-cat.kanri:after {
	border-color: #F39800 transparent transparent transparent;
}
/* ====================================
リクルート情報
====================================== */
.page-ttl-rec {
	background-image: url("../images/rec_ttl_bg.jpg");
}
.page-ttl-rec .page-ttl-box {
	background-color: #33BFF0;
}
.rec-wrap {
	padding: 148px 0 0;
}
.rec-sec-01 {
	padding-bottom: 100px;
}
.rec-main-en {
	margin-bottom: 28px;
	font-size: 6.0rem;
	font-weight: 700;
}
.rec-main-jp {
	margin-bottom: 38px;
	font-size: 2.1rem;
	font-weight: 700;
}
.rec-txt {
	width: 445px;
	margin: 0 auto 45px;
	font-size: 1.65rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.link-entry {
	display: inline-block;
	width: 394px;
	padding: 18px 0;
	font-family: -apple-system, BlinkMacSystemFont, '游ゴシック', "Yu Gothic", YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
	font-size: 2.9rem;
	font-weight: bold;
	text-align: center;
	color: #E95599;
	background-color: #FFFCDB;
	border: 2px solid #E95599;
	border-radius: 50px;
	transition: all .3s ease-in-out;
}
.link-entry:hover {
	color: #fff;
	background-color: #E95599;
}
.rec-sec-02 {
	padding: 100px 0 84px;
	background-color: #A5DBF7;
}
.rec-sec-02 .rec-sec-ttl {
	margin-bottom: 80px;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
	color: #fff;
}
.rec-sec-02 .rec-sec-ttl:before {
	content: "";
	display: block;
	width: 105px;
	height: 24px;
	margin: 0 auto 24px;
	background: url("../images/rec_star.png") no-repeat 0 0 / 100%;
}
.dep-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 16px;
}
.dep-box {
	position: relative;
	width: 470px;
	margin-bottom: 60px;
	background-color: #fff;
}
.dep-img {
	margin-bottom: 28px;
}
.dep-ttl {
	margin-bottom: 18px;
	font-size: 4.0rem;
	font-weight: 700;
	text-align: center;
	color: #00A0E9;
}
.dep-des {
	padding: 0 20px 61px;
}
.dep-des p {
	margin-bottom: 18px;
	font-size: 1.6rem;
	line-height: 1.68;
	letter-spacing: 0.08em;
	color: #595757;
}
.dep-btn-area {
	position: absolute;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%);
}
.dep-btn-area ul {
	display: flex;
	justify-content: center;
}
.dep-btn-area ul li {
	margin: 0 10px;
}
.dep-link-btn {
	display: inline-block;
	width: 146px;
	padding: 10px 0;
	font-family: -apple-system, BlinkMacSystemFont, '游ゴシック', "Yu Gothic", YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
	font-weight: 500;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	transition: all .3s ease-in-out;
}
.link-voice {
	background-color: #8FC31F;
}
.link-info {
	background-color: #ED7DAE;
}
.dep-link-btn:hover {
	opacity: 0.7;
}
.staff-voice-wrap .rec-sec-ttl {
	display: block;
	padding: 30px 0 31px;
	margin-bottom: 40px;
	font-size: 5.2rem;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	color: #fff;
	background-color: #00AFEC;
}
.s-v-gray {
	background-color: #EFEFEF;
}
.s-v-conts {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 920px;
	padding: 60px 0;
	margin: auto;
}
.stf-conts-l {
	width: calc(100% - 442px);
}
.s-v-gray .stf-conts-l {
	order: 2;
}
.stf-conts-r {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 382px;
}
.s-v-gray .stf-conts-r {
	order: 1;
}
.stf-ttl {
	margin-bottom: 15px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.4;
	color: #E95599;
}
.stf-name {
	margin-bottom: 38px;
	color: #595757;
}
.stf-q-a:not(:nth-last-of-type(1)) {
	margin-bottom: 20px;
}
.stf-q, .q-num {
	font-size: 1.5rem;
	font-weight: bold;
}
.stf-q {
	margin-bottom: 12px;
}
.q-num {
	color: #CA3A1C;
}
.stf-a {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #595757;
}
.s-v-img-top {
	position: relative;
	width: 100%;
	margin-bottom: 12px;
}
.stf-cat {
	position: absolute;
	top: 0;
	left: 0;
	width: 108px;
	padding: 9px 0 9px 10px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #fff;
	background-color: #EB6EA5;
}
.stf-cat:after {
	content: "";
	position: absolute;
	top: 0;
	right: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 20px 0 0;
	border-color: #eb6ea4 transparent transparent transparent;
}
.s-v-img {
	width: 48.4%;
}
.rec-list-wrap {
	margin-bottom: 120px;
}
.rec-conts-wrap {
	width: 100%;
	max-width: 920px;
	margin: auto;
}
.rec-list-wrap .rec-sec-ttl {
	display: block;
	padding: 30px 0 31px;
	margin-bottom: 118px;
	font-size: 5.2rem;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	color: #fff;
	background-color: #00AFEC;
}
.rec-conts-ttl {
	/* padding: 14px 0; */
	margin-bottom: 54px;
	font-size: 3.1rem;
	font-weight: bold;
	line-height: 61px;
	letter-spacing: 0.04em;
	text-align: center;
	color: #00A0E9;
	border-top: 1px solid #00a0e9;
	border-bottom: 1px solid #00a0e9;
}
.rec-img-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 90px;
}
.rec-img-area p {
	width: 31.2%;
}
.rec-list-conts {
	margin-bottom: 112px;
}
.rec-list-tbl {
	margin-bottom: 80px;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.rec-list-tbl dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.rec-list-tbl dt, .rec-list-tbl dd {
	padding: 20px 28px;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.rec-list-tbl dt {
	width: 20%;
	font-weight: bold;
	background-color: #f7f7f7;
}
.rec-list-tbl dd {
	width: 80%;
}
.rec-abt-ttl {
	padding: 34px 0 12px;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
	color: #fff;
	background-color: #00A0E9;
}
.rec-abt-des-wrap {
	padding: 56px 50px 52px;
	margin-bottom: 48px;
	border: 1px solid #ccc;
	border-top: none;
}
.rec-abt-area:not(:nth-last-of-type(1)) {
	margin-bottom: 36px;
}
.rec-abt-head {
	padding-bottom: 14px;
	margin-bottom: 30px;
	font-size: 3.1rem;
	font-weight: 700;
	text-align: center;
	color: #00A0E9;
	border-bottom: 1px solid #00A0E9;
}
.rec-abt-des p {
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #595757;
}
.rec-abt-des p:not(:nth-last-of-type(1)) {
	margin-bottom: 27px;
}
/* ====================================
お問い合わせ
====================================== */
.contact-wrap {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.cnt-intro, .contact-conts-txt {
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.complete-intro {
	border-bottom: none !important;
}
.cnt-intro {
	padding-bottom: 64px;
	margin-bottom: 64px;
	font-size: 1.65rem;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.contact-conts-txt {
	margin-bottom: 32px;
	font-size: 1.5rem;
	text-align: left;
}
.contact-conts {
	width: 100%;
	max-width: 890px;
	margin: auto;
}
.form-body {
	padding-top: 32px;
	border-top: 3px solid #004ea2;
}
.form-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}
.form-line dt {
	position: relative;
	padding-top: 17px;
	width: 230px;
	font-size: 1.6rem;
}
.form-line dd {
	width: 580px;
}
.form-line dt span {
	position: absolute;
	top: 13px;
	right: 0;
	display: inline-block;
	width: 42px;
	font-size: 1.2rem;
	line-height: 23px;
	text-align: center;
	color: #fff;
	background-color: #c30d23;
}
.form-line input[type="text"], .form-line input[type="email"], .form-line input[type="tel"], .form-line textarea {
	width: 100% !important;
	height: 50px;
	padding: 0 10px;
	font-size: 1.6rem;
	border: 1px solid #ccc;
	background: none;
	-webkit-appearance: none;
}
.form-line textarea {
	height: 140px !important;
	padding: 10px;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.mfp_buttons * {
	font-family: -apple-system, BlinkMacSystemFont, '游ゴシック', "Yu Gothic", YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
}
.link-submit, .link-top {
	display: inline-block;
	width: 280px;
	padding: 16px 0;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-align: center;
	color: #fff;
	background-color: #004ea2;
	border: 1px solid #004ea2;
	border-radius: 50px;
	transition: all .3s ease-in-out;
}
.link-submit:hover, .link-top:hover {
	color: #004ea2;
	background-color: #fff;
}
/* ====================================
商品紹介
====================================== */
.pdc-wrap {
	padding: 148px 0 0;
}
.page-ttl-pdc {
	background-image: url("../images/pro_ttl_bg.jpg");
}
.page-ttl-pdc .page-ttl-box {
	background-color: #ea6390;
}
.pdc-sec-01 {
	margin: 0 0 80px;
}
.pdc-sec-01 * {
	text-align: center;
	letter-spacing: 0.08em;
	color: #00a0e9;
}
.pdc-main-txt {
	margin: 0 0 26px;
	font-size: 6.0rem;
	font-weight: bold;
}
.pdc-txt {
	font-size: 2.0rem;
	line-height: 1.5;
}
.pdc-sec-02 {
	padding: 80px 0 100px;
	background: rgba(230, 230, 230, 0.5);
}
.pdc-list-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.pdc-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 50px;
	padding: 25px;
	background: #fff;
}
/*.pdc-item:nth-last-of-type(1) {
	margin: 0;
}*/
.pdc-item * {
	font-family: -apple-system, BlinkMacSystemFont, '游ゴシック', "Yu Gothic", YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
	font-weight: 500;
}
.pdc-item-left {
	width: 38.3%;
	max-width: 364px;
}
.pdc-item-right {
	width: 59.6%;
}
.pdc-figure {
	position: relative;
	margin: 0 0 6px;
	height: 15.0vw;
	height: 287px;
}
.item-figure {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s ease-in-out;
}
.item-figure.active {
	opacity:1;
}
.item-figure img {
	width: 100%;
}
.tab-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab-area li {
	width: 180px;
}
.tab-area li a {
	display: block;
	width: 100%;
	padding: 8px 0;
	font-size: 1.3rem;
	text-align: center;
	letter-spacing: 0.08em;
	color: #fff;
	background: #dcdddd;
	transition: all .3s ease-in-out;
}
.tab-area li.active a, .tab-area li a:hover {
	background: #9fa0a0;
}
.pdc-item-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 0 15px;
	border-bottom: 1px solid #898989;
}
.pdc-item-head .category {
	display: inline-block;
	width: 84px;
	margin: 0 12px 0 0;
	padding: 8px 0;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
	color: #fff;
	background: #00a0e9;
}
.item-name {
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #e95599;
}
.item-view {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 15px;
	padding: 10px 0;
	border-bottom: 1px solid #898989;
}
.item-view li {
	margin: 0 20px 0 0;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	color: #231815;
}
.item-view li:nth-last-of-type(1) {
	margin: 0;
}
.item-view li:before {
	content: "◎";
	display: inline-block;
	margin: 0 2px 0 0;
	color: #00a0e9;
}
.item-des {
	margin: 0 0 30px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #e95599;
}
.item-tbl {
	width: 100%;
	border-top: 1px solid #898989;
}
.item-tbl th, .item-tbl td {
	padding-top: 20px;
	padding-bottom: 20px;
}
.item-tbl th, .item-tbl td p {
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.item-tbl th {
	width: 50px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #898989;
}
.item-tbl td {
	width: calc(100% - 50px);
	padding-left: 20px;
	border-bottom: 1px solid #898989;
	border-left: 1px solid #898989;
}
.item-tbl td p {
	padding-left: 8px;
	text-indent: -8px;
}
.item-tbl td p:before {
	content: "◎";
	display: inline-block;
	margin: 0 2px 0 0;
	color: #00a0e9;
}


/* ====================================
お知らせ
====================================== */
.page-ttl-news {
	background-image: url("../images/cnp_ttl_bg.jpg");
}
.news-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1080px;
	margin: auto;
}
.news-body {
	width: 700px;
}
.news-block {
	margin-bottom: 50px;
}
.sidebar {
	width: 380px;
	padding-left: 50px;
}
.news-row {
	margin-bottom: 40px;
}
.news-row:nth-last-of-type(1) {
	margin-bottom: 0;
}
.news-row a {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ccc;
}
.news-figure {
	position: relative;
	z-index: 0;
	width: 175px;
	height: 175px;
	overflow: hidden;
}
.news-figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transform: translate3d(0, 0, 0);
	transition: all .5s ease-in-out;
}
.news-des {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	width: calc(100% - 175px);
	padding: 0 30px;
}
.news-header {
	margin-bottom: 16px;
	padding-bottom: 16px;
	font-size: 2.0rem;
	line-height: 1.5;
	border-bottom: 1px solid #ccc;
	transition: all .3s ease-in-out;
}
.news-date {
	color: #666;
	font-size: 1.4rem;
	line-height: 1;
}

.side-block {
	margin-bottom: 40px;
}
.side-block:nth-last-of-type(1) {
	margin-bottom: 0;
}
.side-block-ttl {
	display: block;
	padding: 15px 20px 18px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
	background: #004ea2;
}
.side-block-list li {
	border-bottom: 1px solid #ccc;
}
.side-block-list li a {
	display: block;
	padding: 16px 15px 17px;
	font-size: 1.4rem;
	line-height: 1.6;
	transition: all .3s ease-in-out;
}
.side-block-cat a:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	vertical-align: 2px;
	transition: all .3s ease-in-out;
}

/* pager */
.pager {
	font-size: 0;
	text-align: center;
}
.page-numbers {
	width: 50px;
	height: 50px;
	margin: 0 5px;
	padding-top: 14px;
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: 0;
	color: #004ea2;
	border: 1px solid #004ea2;
	border-radius: 50%;
	box-sizing: border-box;
	transition: all .3s ease-in-out;
}
.page-numbers.current {
	color: #fff;
	background: #004ea2;
}

@media screen and (min-width: 1025px) {
	.news-row a:hover .news-figure img {
		transform: translate3d(0, 0, 0) scale(1.08);
	}
	.news-row a:hover .news-header,
	.side-block-list li a:hover {
		color: #004ea2;
	}
	.side-block-cat a:before:hover {
		border-color: 1px solid #004ea2;
	}

	.page-numbers:hover {
		color: #fff;
		text-decoration: none;
		background: #004ea2;
	}
}


/* ====================================
お知らせ-詳細-
====================================== */
.post-body-head {
	margin-bottom: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.post-ttl {
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
}
.post-date {
	color: #666;
	line-height: 1;
}
.post-body-cont p {
	margin-bottom: 30px;
	font-size: 1.6rem;
	line-height: 1.75;
}
.post-body-cont p:nth-last-of-type(1) {
	margin-bottom: 0;
}
.post-body-cont img {
	max-width: 100%;
	height: auto;
}

.ndfHFb-c4YZDc-i5oIFb.ndfHFb-c4YZDc-e1YmVc .ndfHFb-c4YZDc-Wrql6b {
	display: none !important;
}

.post-body-cont-txt {
	margin-top: 50px !important;
	margin-bottom: 0 !important;
	font-size: 1.8rem !important;
	color: #004ea2;
}





















