@charset "utf-8";

/* Config ---------------------------------------------*/
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overscroll-behavior: none; /*--- iOS のビヨヨン効果無効化 ---*/
}

* {
	box-sizing:border-box;
	padding: 0;
	margin: 0;
}


body {
	background-color: #fff;
    color: #333;
	line-height: 30px;
	font-family: 'Noto Sans JP','M PLUS 1p',"メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS ゴシック","MS Gothic",Verdana,sans-serif;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;

	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*--- iOS の文字サイズ自動調節無効化 ---*/
	text-size-adjust: 100%;
}


a {color: #b63a34; text-decoration: none;}
a:active {color: #333; text-decoration: none;}
a:visited {color: #b63a34; text-decoration: none;}
a:hover {color: #f15d4f; text-decoration: none;}

a:link img {border-color: #666;}
a:visited img {border-color: #666;}
a:hover img {border-color: #666; opacity: 0.6; filter: alpha(opacity=60);}


/*--- list ---*/
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ol {
	list-style: decimal;
	margin: 0;
	padding-left: 0;
}


/* 上マージン */
.mT-10 {margin-top: -10px ;}
.mT-20 {margin-top: -20px ;}

.mT0  {margin-top:0 !important;}
.mT5  {margin-top:5px ;}
.mT10 {margin-top:10px ;}
.mT15 {margin-top:15px ;}
.mT20 {margin-top:20px ;}
.mT25 {margin-top:25px ;}
.mT30 {margin-top:30px ;}
.mT40 {margin-top:40px ;}
.mT50 {margin-top:50px ;}
.mT60 {margin-top:60px ;}


/* 下マージン */
.mB-10 { margin-bottom: -10px ;}

.mB0  {margin-bottom:0 !important;}
.mB5  {margin-bottom:5px ;}
.mB10 {margin-bottom:10px ;}
.mB15 {margin-bottom:15px ;}
.mB20 {margin-bottom:20px ;}
.mB25 {margin-bottom:25px ;}
.mB30 {margin-bottom:30px ;}
.mB40 {margin-bottom:40px ;}
.mB50 {margin-bottom:50px ;}
.mB100 {margin-bottom:100px ;}


/* Fonts */
.f10 {font-size: 10px;}
.f12 {font-size: 12px;}
.f14 {font-size: 14px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}
.f20 {font-size: 20px;}
.f22 {font-size: 22px;}
.f24 {font-size: 24px;}
.f25 {font-size: 25px;}
.f28 {font-size: 28px;}
.f30 {font-size: 30px;}
.f32 {font-size: 32px;}
.f36 {font-size: 36px;}
.f38 {font-size: 36px;}
.f40 {font-size: 40px;}

.normal {font-weight: 400;}
.bold {font-weight: bold;}

.right {text-align: right;}
.center {text-align: center;}
.left {text-align: left;}


/*--- Load ---*/
#fadeWhite {
	position: fixed;
	width: 100%;
	background: #fff;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 99999;
}




/*--- 共通パーツ -----------*/
.whiteBox {
	width: 100%;
	max-width: 1100px;
	padding: 36px 30px 33px; 
	margin: 0 auto;
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
}

.infoBox {
	display: flex;
	max-width: 980px;
	justify-content: space-around;
	padding: 40px 20px 10px;
	margin: 0 auto -20px;
}

.infoBox li {
	width: 100%;
	max-width: 420px;
	padding: 20px; 
	margin: 0 20px;
	text-align:center;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 0px 8px #f2e6cd ;/*外側*/
	border: dashed 2px #ccbe9f/*破線*/
}


h1 {
	position: relative;
	padding: 15px 0;
	margin: -20px auto 17px;
	max-width: 320px;
	font-size: 28px;
	color: #333;
	line-height: 36px;
	text-align: center;
}
h1:after {
  content: "";
  display: block;
  height: 6px;
  margin-top: 15px;
  background: linear-gradient(to right, #111, transparent);
}
h1:before {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 20%;
	height: 6px;
	content: '';
	background: #b63a34;
}
h1.long {
	max-width: 400px;
}


h2 {
	font-size: 24px;
	border-left: 6px solid #b63a34;
	padding: 0 0 3px 16px;
	margin-bottom: 20px;
	text-align: left;
}
h2.blueB {
	border-left: 6px solid #0377cb;
	margin-bottom: 22px;
}


h3 {
	position: relative;
	width: 280px;
	font-size: 24px;
	padding:7px 15px 7px 25px;
	background-color: #fff;
	border-top: solid 2px #333;
	border-bottom: solid 2px #333;
	margin-bottom: 22px;
}
h3:before, h3:after {
	content: '';
	position: absolute;
	top: -7px;
	width: 2px;
	height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: #333;
}
h3:before {
	left: 7px;
}
h3:after {
	right: 7px;
}


h4 {
	font-size: 24px;
	text-align: right;
}


.green {
	color: #029e4b;
	font-weight: bold;
}

.blue {
	color: #0377cb;
	font-weight: bold;
}

.red {
	color: #b63a34;
	font-weight: bold;
}


.br {
	display: block;
	content: "";
	height: 22px;
}

.set {
	text-indent: -1.0rem;
	padding-left: 1.0rem;
}
/*--- 共通パーツ -----------*/




/* headerMenu --------------------------------------------*/
#sp_header {
	display: none;
}

#up_menu {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 60px;
	background-image: linear-gradient(45deg, #710100 0%, #f15d4f 100%); opacity: 0.90; filter: alpha(opacity=90);
	transition: ease solid 3s;
	z-index: 10;
	box-shadow: 0 1px 6px #666;
	-moz-box-shadow: 0 1px 6px #666;
	-webkit-box-shadow: 0 1px 6px #666;
}

.headerMenu {
	width: 100%;
	max-width: 1120px;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	margin: 0 auto;
}

.headerMenu li {
	padding-top: 10px;
	line-height: 40px;
	text-align: center;
	transition: all 0.5s ease-out;
}
.headerMenu li img {
	margin-top: 5px;
}
.headerMenu li.logo_top img {
	margin-top: 0px;
}

.headerMenu li a {
	position: relative;
	color: #fff;
}
ul.menubar {
	display: flex;
	justify-content: space-between;
	width: 440px;
}

.menuListLink::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 3px;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
.menuListLink:hover::after {
	transform: scale(1, 1);
}




/* btn -------------------------------*/
/*--- 資料請求 -----------*/
.btn,
a.btn,
button.btn {
	font-size: 18px;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

a.btn-flat {
	margin-top: -12px;
	overflow: hidden;
	padding: 16px 12px 12px;
	color: #333;
	border-radius: 0 0 8px 8px;
	background: #38a1ef;
	box-shadow: 0 0 4px #444;
	-moz-box-shadow: 0 0 4px #444;
	-webkit-box-shadow: 0 0 4px #444;
}

a.btn-flat span {
	position: relative;
}

a.btn-flat:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 100px;
	content: '';
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: translateY(-94%);
	transform: translateY(-94%);
	background: #fee992;
}

a.btn-flat:hover {
	color: #333 ;
	border-radius: 0 0 8px 8px;
}
a.btn-flat:hover:before {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
/*--- 資料請求 -----------*/




/* btn -------------------------------*/
.btn01 {
	position: relative;
	display: inline-block;
	width: 160px;
	padding: 10px 5px;
	margin: 0 5px;
	text-align: center;
	background: #8cd97b;
	border: none;
	border-radius: 8px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	overflow: hidden;
	line-heigt: 1.2em;
	-webkit-transition: .2s;
	transition: .2s;
}

.btn01.long {
	width: 230px;
}

.btn01::before,
.btn01::after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 51%;
	height: 100%;
	background-color: #b63a34;
	-webkit-transition: .2s;
	transition: .2s;
}
.btn01::before {
	left: 0;
}
.btn01::after {
	right: 0;
}
.btn01:hover::before,
.btn01:hover::after {
	width: 0;
}
.btn01:hover {
	color: #fff;
}
.btn01 span {
	position: relative;
	z-index: 1;
}


/*--- btn jump -------------*/
.btn01_jump {
	background: #333;
	border: none;
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	padding: 5px;
	margin: 18px 2px -1px;
}
.btn01_jump a {
	color: #fff;
}




/* ◆1. top ----------------------------------------------*/

/* ファーストビュー ------------------*/
#wrap {
    height: 100%;
    background-image: none;
  }
#wrap::before {
	background-size: cover;
	background: url(img/top/bg_1.jpg) center center no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.Content1-1 {
	position: relative;
	top: 0;
	width: 100%;
	height: 483px;
	padding: 0 20px;;
	z-index: 0;
	margin: 0 auto;
	text-align: center;
}
.firstVlogo {
	height: 480px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.firstVlogo img {
	width: 100%;
	height: auto;
	max-width: 633px;
	padding: 0 20px;
	margin-top: -150px;
}
.firstVlogo2 {
	margin: -281px 0 0 10px;
}


/* 斜め帯 ----------------------------*/
.nana {
	position: relative;
	top: 105px;
	width: 100%;
	height: auto;
	background-image: linear-gradient(45deg, #222 0%, #ffd3b6 100%); opacity: 0.90; filter: alpha(opacity=90);
	transform: skewY(-5deg);
	padding: 0;
	margin-top: 0;
}

.nana_text {
	width: 100%;
	max-width: 1120px;
	color: #fff;
	padding: 60px 20px;
	margin: 0 auto;
}

.nana01 > * {
	transform: skewY(5deg);
}


/* Content1-2  3つの理念 -------------*/
.Content1-2 {
	width: 100%;
	padding: 159px 0 35px;
	margin: 0 auto;
}

#circle_EL {
	display: flex;
	max-width: 1120px;
	justify-content: space-around;
	margin: 0 auto;
	padding: 8px 20px 15px;;
	overflow: hidden;
}
.c1_circle {
	position: relative;
	display: inline-block;
	width: 220px;
	height: 220px;
	border-radius: 10px;
	background-image: linear-gradient(-14deg, #333 50%, #b63a34 50%);
	opacity: 0.6; filter: alpha(opacity=60);
}
.c1_circle span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 48%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :230px;
	text-align: center;
	color: #eee;
	font-size: 24px;
}

.circle_br {
	font-size: 20px;
	padding-top:50px;
}


/* content 1-3  3つの理念の説明 ------*/
#wrap_2 {
	width: 100%;
	margin: 0 auto;
	background-image: linear-gradient(45deg, #edf1f3 0%, #fff 100%);
}

.Content1-3 {
	max-width: 1120px;
	padding: 50px 20px 42px;
	margin: 0 auto;
	overflow: hidden;
}

.mask {
	width: 100%;
}

.mT29 {
	margin-top: 29px;
}


/* Content1-4  事業内容 ----*/
.Content1-4 {
	width: 100%;
	max-width: 1120px;
	padding: 0 20px 60px;
	margin: 0 auto;
}
.Content1-4 a li {
	max-width: 1080px;
	padding: 15px 15px 8px;
}
.Content1-4 a li img {
	width: 100%;
}
.Content1-4 a:hover img {border-color: #666; opacity: 0.8; filter: alpha(opacity=80);}

.Content1-4 .infoBox {
	padding-top: 33px;
}
.Content1-4 .infoBox li {
	box-shadow: none;
	border: 0;
	margin: 0 auto;
}

.Content1-4 .infoBox a li::after{
	content:"";
	display:block;
	width: 20px;
	height: 20px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	position:absolute;
	top: 50%;
	right: 44px;
	transform:rotate(45deg);
	transition:transform 0.3s ease;
}

.Content1-4 ul a li:hover::after{
	right:39px;
	transition: all 0.1s 0.1s ease-out;
}

.C1-4 {
	margin: 19px 0 42px;
}


/* Content1-5  お知らせ --------------*/
.Content1-5 {
	max-width: 1120px;
	padding: 0 20px 48px;
	margin: 0 auto;
}


/*--- 表 -------------------*/
#info {
	padding-top: 6px;
}
#info table {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0 2px;
}
#info table th {
	position: relative;
	text-align: left;
	width: 20%;
	background-color: #ccc;
	font-weight: normal;
	padding: 11px 20px 12px;
	border-radius: 8px 0 0 8px;
}
#info table th:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 10px);
	right:-10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #ccc;
}
#info table td {
	text-align: left;
	background-color: #fff;
	padding: 11px 20px 12px;
	border-radius: 0 8px 8px 0;
}
#info table td {
	border: 1px solid #ddd;
}
#info a:link {text-decoration: underline;}
#info a:hover {text-decoration: none;}
/*--- 表 -------------------*/




/* Content1-6  所在地 ----------------*/
.Content1-6 {
	max-width: 1120px;
	padding: 0 20px 32px;
	margin: 0 auto;
}

.big {
	font-size: 18px;
	font-weight: bold;
	padding-top: 1px;
}

.place {
	display: flex;
	justify-content: space-between;
	padding-top: 2px;
}
.placeBox {
	width: 47%;
	padding: 20px 0;
}




/* footer ------------------------------------------------*/
#bottom_line {
	display: block;
	padding: 5px 0;
	background-image: linear-gradient(45deg, #710100 0%, #f15d4f 100%);
}

footer {
	font-size: 0.9rem;
	color: #fff;
	text-align: center;
	padding : 32px 5px 30px;
	margin: 0;
	background: #333;
}

footer a:link {color: #fff; text-decoration: underline;}
footer a:active {color: #eee; text-decoration: none;}
footer a:visited {color: #eee; text-decoration: none;}
footer a:hover {color: #fff; text-decoration: none;}

.footer_logo img {
	max-width: 120px;
	margin: 3px 0 -8px;
}

.sp_br {
	display: none;
}
.bar_sp {
	display: none;
}
.sp_br480 {
	display: none;
}
.sp_br320 {
	display: none;
}




/* ◆2 企業理念 ------------------------------------------*/

/* ヘッダータイトル --------*/
.header_title {
	background: #eaeef0;
	width: 100%;
	padding: 99px 0 8px;
	margin: 0 auto;
}

/*--- wrap -----------------*/
.Content2-1 {
	max-width: 1120px;
	padding: 50px 20px 0;
	margin: 0 auto;
}

.C2Box {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.C2Box_txt {
	width: 73%;
	padding-right: 20px;
	margin-top: -10px;
}

.ceo {
	display: flex:;
	flex-direction: column;
	margin-top: -2px;
}
.ceo img {
	width: 100%;
	max-width: 290px;
}
.ceo_txt {
	display: block;
	text-align: center;
	line-height: 26px;
	background: #fff;
	padding: 5px 0;
	margin-top: -10px;
}


.Content2-2 {
	max-width: 1120px;
	padding: 34px 20px 48px;
	margin: 0 auto;
}

.Content2-3 {
	overflow: hidden;
}

.mT8 {
	margin-top: 8px;
}
.mT34 {
	margin-top: 34px;
}


/*--- SDGs ---------------------------*/
.Content2-4 {
	width: 100%;
	max-width: 1120px;
	padding: 0 20px 58px;
	margin: 0 auto;
	text-align: center;
}

.Content2-4 img {
	width: 100%;
	max-width: 480px;
	padding: 8px 0 13px;
}

.Content2-4 a {
	text-decoration: underline;
}

.sdgs_img {
	width: 100%;
	max-width: 720px;
	padding: 15px 0 30px;
	margin: 0 auto;
}
.sdgs_img img {
	width: 100%;
	margin: -6px auto 7px;
}


#info.sdgs {
	padding: 0;
	margin: 42px auto 0;
}

#info.sdgs table th {
	width: 296px
}
#info.sdgs th img {
	width: 120px;
	padding: 11px 0 1px;
}

#info.sdgs table td {
	padding: 12px 20px 13px;
}

.sdgsT {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}




/* ◆3 事業内容 ------------------------------------------*/
.Content3-1 {
	max-width: 1120px;
	padding: 50px 20px 48px;
	margin: 0 auto;
}

.mT-1 {
	margin-top: -1px;
}

.C3Box {
	max-width: 860px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 28px 0 34px;
	margin: 0 auto;
}
.s1_SP {
	display: none;
}
.C3Box img {
	max-width: 516px;
}

.C3Box #info table {
	border-spacing: 14px;
	margin-top: -9px;
}
.C3Box #info table td {
	width: 300px;
	border: 3px solid #fbafaf;
}

#info table td.C3 {
	font-size: 18px;
	background: #ffefee;
	border-radius: 8px;
}

#info.C3_2 table th {
	width: 22%;
	background-color: #fbafaf;
}
#info.C3_2 table th:after {
	border-left: 10px solid #fbafaf;
}


.service {
	width: 100%;
	padding: 10.5% 0;
	margin: 0 auto;
	text-align: center;
}
.service::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url("img/service/service_bg.jpg") center/cover no-repeat;
	-webkit-background-size:cover;
}


.Content3-2 {
	max-width: 1120px;
	padding: 50px 20px 0px;
	margin: 0 auto -7px;
}

.commSP {
	display: none;
}

#info.C3_3 {
	padding: 6px 0 58px;
}

#info.C3_3 table td.titleBG {
	background: #fbafaf;
	border-radius: 8px;
}
#info.C3_3 table td {
	background: #ffefee;
	padding: 10px;
	border-radius: 8px;
}
#info.C3_3 table td.wit {
	background: #faf5f5;
}
#info.C3_3 table td.wit2 {
	background: #fffbfb;
}

.br2 {
	display: block;
	content: "";
	height: 26px;
}




/* ◆4 会社概要 ------------------------------------------*/
.Content4-1 {
	max-width: 1120px;
	padding: 50px 20px 0;
	margin: 0 auto;
}

#info.C4 {
	padding: 6px 0 48px;
}

#info.C4 table th {
	width: 22%;
}

.mT2 {
	margin-top: 2px;
}

#info.C4_2 {
	padding: 6px 0 58px;
}

#info.C4_2 table td.titleBG {
	background: #fbafaf;
	border-radius: 8px;
}
#info.C4_2 table td {
	background: #ffefee;
	padding: 10px;
	border-radius: 8px;
}
#info.C4_2 table td.wit2 {
	background: #fffbfb;
}
.Content4-1 td img {
	width: 100%;
	max-width: 822px;
	margin: 0 auto;
	padding-top: 9px;
}




/* ◆5. プライバシーポリシー -----------------------------*/

/* プライバシーポリシー --------------*/
.cPP_Text1 {
	max-width: 1020px;
	color: #333;
	padding: 42px 20px 53px;
	margin: 0 auto;
}
.cPP_Text1 span {
	font-weight: bold;
}

.mT-br {
	padding-top: 20px;
}

.set1 {
	text-indent: -16px;
	padding-left: 16px;
}
