@charset "utf-8";

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

   page

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


/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
#mainVisual {
	position: relative;
}

#mainVisual:before {
	position: absolute;
	width: 1300px;
	height: 516px;
	content: "";
	background: url(../image/back-02.png) no-repeat 0 0;
	bottom: -110px;
	right: 0;
}

#mainVisual:after {
	position: absolute;
	bottom: -180px;
	right: 3%;
	content: "";
	background: url(../image/illust-05.png);
	background-size: 280px;
	width: 280px;
	height: 232px;
	z-index: 100;
}

#mainVisual .slide {
	width: 90%;
	margin: 0 auto;
}

#mainVisual .slide ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainVisual .slide ul li {
	margin: 0;
	padding: 0;
}

#mainVisual .slide ul li img {
	width: 100%;
	height: auto;
}

#mainVisual .text {
	position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
	z-index: 200;
}

#mainVisual .copy {
	position: absolute;
	top: 0;
	left: 0;
	width: 5%;
	height: 100%;
	display: flex;
	text-align: center;
}

#mainVisual .copy p {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
}

#mainVisual .topics {
	position: absolute;
	width: 90%;
	margin: 0 auto;
	bottom: 0;
	left: 5%;
	z-index: 100;
	background-color: #d8190b;
	border-radius: 0 0 30px 30px;
	text-align: center;
}

#mainVisual .topics .inner {
	color: #FFF;
	padding: 16px;
	font-size: 18px;
	display: flex;
	justify-content: center;
}

#mainVisual .topics .inner a {
	position: relative;
	display: block;
	margin: 4px 0 0 60px;
	color: #FFF;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}

#mainVisual .topics .inner a:before {
	position: absolute;
	background: url(../image/back-01.png) no-repeat 0 0 ;
	top: -5px;
	left: -20px;
	content: "";
	width: 41px;
	height: 41px;
}

#mainVisual .topics .inner a:after {
	position: absolute;
	background: url(../image/arrow-01.png) no-repeat 0 0;
	background-size: 23px;
	top: 12px;
	right: -26px;
	width: 23px;
	height: 7px;
	content: "";
	transition: .3s;
}

#mainVisual .topics .inner a:hover:after {
	background: url(../image/arrow-01.png) no-repeat 0 0;
	background-size: 23px;
	right: -32px;
}

#indexQuality {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 200px 0 0;
}

#indexQuality .illust {
	width: calc( 50% - 80px);
	margin: 30px 0 0;
	background-color: #d3e9f2;
	border-radius: 0 30px 30px 0;
	display: flex;
	justify-content: flex-end;
}

#indexQuality .illust .inner {
	margin-right: -20px;
	margin-top: -30px;
}

#indexQuality .text {
	width: 50%;
}

#indexQuality .text h2 {
	margin: 20px 0 30px;
	font-size: 18px;
	color: #1d56c5;
	font-weight: 700;
}

#indexQuality .text p.gradation {
	margin: 0;
}

#indexQuality .text p {
	margin-bottom: 20px;
}

#indexQuality .text p.mgn40 {
	margin-bottom: 40px;
}

#indexQuality .beta {
	display: inline-block;
	color: #FFF;
	font-size: 20px;
	background-color: #1d56c5;
	margin-bottom: 8px;
	padding: 0 10px;
}

.more-b {
	display: inline-block;
	padding: 8px;
	position: relative;
	color: #1d56c5 !important;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}

.more-b:before {
 position: absolute;
	background: url(../image/back-03.png) no-repeat 0 0 ;
	top: 0;
	left: -20px;
	content: "";
	width: 41px;
	height: 41px;
	z-index: -1;
}

.more-b:after {
 position: absolute;
	background: url(../image/arrow-02.png) no-repeat 0 0;
	background-size: 23px;
	top: 18px;
	right: -26px;
	width: 23px;
	height: 7px;
	content: "";
	transition: .3s;
}

.more-b:hover:after {
 background: url(../image/arrow-02.png) no-repeat 0 0;
	background-size: 23px;
	right: -32px;
}

#indexNews {
	position: relative;
	padding: 80px 0;
}


#indexNews:before {
	position: absolute;
	top: 40px;
	right: 0;
	background-color: #d3e9f2;
	width: 24%;
	height: 300px;
	content: "";
	border-radius: 30px 0 0 30px;
	z-index: -1;
}

#indexNews:after {
	position: absolute;
	top: -20px;
	right: 5%;
	background: url(../image/illust-02.png) no-repeat 0 0;
	width: 228px;
	height: 236px;
	content: "";
}

#indexNews .inner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#indexNews .inner h2 span:nth-of-type(2),
#indexNews .inner p span:nth-of-type(2) {
	font-size: 18px;
	display: block;
	font-style: normal;
	font-weight: 700;
	font-family:'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.indexCont .gradation {
	display: block;
 color: #2d82eb;
 background: -webkit-linear-gradient(0deg, #44cee3, #2d82eb);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 80px;
	font-style: italic;
	padding: 0 10px 0 0;
	line-height: 1;
}

.indexCont .gradation span.en,
.indexCont .gradation span.en {
	display: inline-block;
 color: #2d82eb;
 background: -webkit-linear-gradient(0deg, #44cee3, #2d82eb);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 80px;
	font-style: italic;
	padding: 0 10px 0 0;
	line-height: 1;
}


#indexNews .inner ul {
	margin: 50px 0 60px;
	padding: 0;
	list-style: none;
	display: flex;
}

#indexNews .inner ul li {
	width: 30%;
	margin: 0;
	padding: 0;
}

#indexNews .inner ul li:nth-child(3n-1) {
	margin: 0 5%;
}

#indexNews .inner ul li a {
	text-decoration: none;
	color: #000;
	text-align: left;
}

#indexNews .inner ul li a:hover img {
	opacity: 0.8;
}

#indexNews .inner ul li a img {
	max-width: 100%;
	height: auto;
}

#indexNews .inner ul li a .newsInfo {
	display: flex;
	margin: 10px 0;
	justify-content: space-between;
	font-size: 14px;
}

#indexNews .inner ul li a .newsInfo .cat {
	display: inline-block;
	background-color: #d8190b;
	color: #FFF;
	padding: 0 16px;
}

#indexMenu {
	position: relative;
	background: url(../image/back-04.png) no-repeat 0 0;
	background-size: cover;
	padding: 130px 0;
}

#indexMenu:before {
	position: absolute;
	top: -90px;
	left: 40px;
	background: url(../image/illust-08.png) no-repeat 0 0;
	content: "";
	width: 252px;
	height: 229px;
}

#indexMenu:after {
	position: absolute;
	bottom: -90px;
	right: 40px;
	background: url(../image/illust-01.png) no-repeat 0 0;
	background-size: 140px;
	content: "";
	width: 140px;
	height: 199px;
}

#indexMenu ul {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
}

#indexMenu ul li {
	width: 50%;
}

#indexMenu ul li a {
	display: block;
	position:relative;
}

#indexMenu ul li a img {
	position: relative;
	max-width: 100%;
	height: auto;
}

#indexMenu ul li a:hover img {
	opacity: 0.8;
}

#indexMenu ul li a h2 {
	position: absolute;
	display: block;
	z-index: 2;
	bottom: 30px;
	left: 30px;
	color: #FFF;
	font-size: 60px;
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	line-height: 1.4;
	z-index: 5;
}

#indexMenu ul li a h2 span {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 18px;
	font-style: normal;
	display: block;
}

#indexMenu ul li a .arrow {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 92px;
	height: 92px;
	background: url(../image/arrow-03.png) no-repeat 0 0;
	background-size: 92px;
}

#indexMenu ul li a:hover .arrow {
	background: url(../image/arrow-03.png) no-repeat 0 -92px;
	background-size: 92px;
}

#indexRecruit {
	padding: 60px 0;
	position: relative;
}

#indexRecruit:before{
	position: absolute;
	top: 200px;
	right: 0;
	width: 90%;
	height: calc( 100% - 200px);
	background-color: #d3e9f2;
	content: "";
	z-index: -2;
}

#indexRecruit:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 100%;
	background-color: #FFF;
	content: "";
	z-index: -1;
	border-radius: 0 0 30px 0;
}


#indexRecruit .inner {
	width: 1000px;
	margin: 0 auto;
	display: flex;
}

#indexRecruit .inner h2,
#indexRecruit .inner p {
	margin: 0 0 30px;
}

#indexRecruit .inner h2 span,
#indexRecruit .inner p span {
	margin: 10px 0 0;
 font-size: 18px;
	font-weight: 700;
	background: -webkit-linear-gradient(0deg, #1d56c5, #2d82eb);
	display: block;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-style: normal;
	-webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}

#indexRecruit .inner .gradation span.en,
#indexRecruit .inner .gradation span.en {
	display: inline-block;
 color: #2d82eb;
 background: -webkit-linear-gradient(0deg, #44cee3, #2d82eb);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 80px;
	font-style: italic;
	padding: 0 10px 0 0;
	line-height: 1;
}

#indexRecruit .inner .text {
	margin: 40px 30px 0 0;
	width: calc( 48% - 30px);
}

#indexRecruit .inner .text p {
	margin: 0 0 30px;
}

#indexRecruit .inner .text .more-b {
	position: relative;
	z-index: 5;
	margin-left: 20px;
}

#indexRecruit .inner .image {
	position: relative;
	width: 50%;
	right: -30px;
}

#indexRecruit .inner .image img {
	max-width: 100%;
	height: auto;
}

#indexRecruit ul {
	width: 1000px;
	margin: 60px auto 0;
	padding: 0;
	list-style: none;
	display: flex;
}

#indexRecruit ul li {
	width: 30%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#indexRecruit ul li:nth-child(3n-1) {
	margin: 0 5%;
}

#indexRecruit ul li a {
	position: relative;
	display: block;
	color: #1d56c5;
	font-weight: 700;
	text-decoration: none;
}

#indexRecruit ul li a:before {
	position: absolute;
	bottom: 26px;
	right: -16px;
	background:url(../image/arrow-03.png) no-repeat 0 0;
	background-size: 82px;
	width: 82px;
	height: 82px;
	content: "";
	z-index: 2;
}

#indexRecruit ul li a:hover:before {
	background:url(../image/arrow-03.png) no-repeat 0 -82px;
	background-size: 82px;
}

#indexRecruit ul li a img {
	max-width: 100%;
	margin: 0 0 20px;
}

#indexRecruit ul li a:hover img {
	opacity: 0.8;
}

#indexContact {
	position: relative;
	padding: 200px 0 100px;
	background: url(../image/back-05.png) no-repeat 0 -50px;
	background-size: cover;
}

#indexContact:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 90%;
	height: 120px;
	background-color: #d3e9f2;
	content: "";
	z-index: 1;
	border-radius: 0 0 0 30px;
}

#indexContact:after {
	position: absolute;
	top: 60px;
	left: calc( 50% - 520px);
	background: url(../image/illust-04.png) no-repeat 0 0;
	background-size: 256px;
	content: "";
	width: 256px;
	height: 180px;
	z-index: 2;
}

#indexContact .inner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#indexContact .inner h2,
#indexContact .inner p {
	margin: 0 0 40px;
}

#indexContact .inner h2 span,
#indexContact .inner p span {
	margin: 10px 0 0;
 font-size: 18px;
	font-weight: 700;
	background: -webkit-linear-gradient(0deg, #1d56c5, #2d82eb);
	display: block;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-style: normal;
	-webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}

#indexContact .inner .gradation span.en,
#indexContact .inner .gradation span.en {
	display: inline-block;
 color: #2d82eb;
 background: -webkit-linear-gradient(0deg, #44cee3, #2d82eb);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 80px;
	font-style: italic;
	padding: 0 10px 0 0;
	line-height: 1;
}



#indexContact .inner .box {
	display: flex;
	width: 800px;
	margin: 50px auto 0;
	border: 1px solid #333;
	padding: 20px 20px 30px;
	border-radius: 20px;
	align-items: center;
	background-color: #FFF;
}

#indexContact .inner .tel {
	width: 50%;
	text-align: center;
}

#indexContact .inner .tel a {
	text-decoration: none;
	color: #3b4043;
	font-weight: 700;
	font-size: 40px;
}

#indexContact .inner .tel a span {
	font-size: 26px;
	font-weight: 500;
	margin-right: 10px;
}

#indexContact .inner .btn {
	width: 50%;
	text-align: center;
	margin: 14px 0 0;
	position: relative;
}

#indexContact .inner .btn:before {
	content: "";
	position: absolute;
	top: 0;
	right: -80px;
	background: url(../image/a-yan.png) no-repeat 0 0;
	background-size: 160px;
	width: 160px;
	height: 148px;
}

#indexContact .inner .btn a {
	border: 1px solid #1d56c5;
	color: #FFF;
	display: inline-block;
	width: 340px;
	text-decoration: none;
	border-radius: 100vh;
	padding: 20px 0;
	background: url(../image/arrow-01.png) #1d56c5 no-repeat 88% center;
	background-size: 23px;
}

#indexContact .inner .btn a:hover {
	background: url(../image/arrow-02.png) #FFF no-repeat 88% center;
	background-size: 23px;
	color: #1d56c5;
}

/*------------------------------------------------------------------------------------------------
  about
--------------------------------------------------------------------------------------------------*/
.about01 {
	width: 1000px;
	margin: 0 auto;
}

.about01 .flex {
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px;
}

.about01 .flex div {
	width: 48%;
}

.about01 .flex div.photo {
	width: 50%;
	margin: -40px 0 0;
	text-align: right;
}

.about01 .flex div p {
	font-weight: 700;
	font-size: 26px;
}

.about01 .tad {
	margin: 0 0 100px;
	border-radius: 30px;
	padding: 60px;
	position: relative;
	background-color: #f7f9fa;
	width: calc( 100% + 60px);
	left: -30px;
}

.about01 .tad ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}

.about01 .tad ul li {
	margin: 0;
	padding: 0;
}

.about01 .tad ul li h4 {
	margin-bottom: 6px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

#second .about01 .tad ul li p {
	margin: 0;
}

.about01 .tad ul li span {
	margin: 0 0 0 4px;
	font-size: 14px;
	color: #1d56c5;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0;
}

.about02:after {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #e5f2f7;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -2;
}

.about02 .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
	z-index: 5;
}

.about02 .inner h3 {
	text-align: center;
}

.about02 .inner .flex {
	display: flex;
	align-items: center;
	margin: 0 0 60px;
}

.about02 .inner .flex .photo {
	width: 50%;
	position: relative;
	left: -80px;
}

.about02 .inner .flex .text {
	position: relative;
 margin: 0 calc(50% - 50vw) 0 0;
	width: 100vw;
	padding: 0 calc(50vw - 50%) 0 0;
}

.about02 .inner .flex .text:before {
 position: absolute;
	top: 0;
	left: -260px;
	background-color: #FFF;
	width: calc(100% + 260px);
 height: 100%;
	content: "";
	z-index: -1;
	border-radius: 30px 0 0 30px;
}

#second .about02 .inner .flex .text p {
	margin: 0;
	padding: 100px 0 100px 40px;
	line-height: 2.2;
}

#second .about02 .inner p.flowMap {
	margin: 0 0 60px;
}

.about03 {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
}

.about03 .videoWrap {
	width: 80%;
	margin: 0 auto;
}

.about03 .videoWrap video {
	width: 100%;
	height: auto;
}


/*------------------------------------------------------------------------------------------------
  machine
--------------------------------------------------------------------------------------------------*/
.machine01 {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 60px;
}

.machine01 .flex {
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px;
}

.machine01 .flex .text {
	width: 48%;
	margin: 40px 0 0;
}

.machine01 .flex .text p.lead {
	font-size: 26px;
	font-weight: 700;
}

.machine01 .flex .photo {
	position: relative;
	top: -40px;
	left: 20px;
}

.machine01 .flex .photo img {
	max-width: 100;
	height: auto;
}

.machineList {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.machineList li {
	width: 30%;
	margin: 0 0 60px;
	padding: 0;
	text-align: center;
}

.machineList li img {
	max-width: 100%;
	height: auto;
	border-radius: 30px;
	display: block;
}

.machineList li:nth-child(3n-1) {
	margin: 0 5% 60px;
}

.machineList li h4 {
	margin: 10px 0 0;
	padding: 0;
	color: #1d56c5;
	font-weight: 500;
	background-image: none;
}

.machineList li p {
	line-height: 1.4;
	margin: 0 !important;
}

.machine01 h4 {
	background: url(../image/icon-01.png) no-repeat 0 6px;
	background-size: 23px;
	padding: 0 0 0 30px;
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 700;
}

.machineWrap:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #e5f2f7;
	z-index: -2;
}

.machineWrap .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 40px;
	color: #FFF;
	text-align: center;
}

.machineWrap .inner h2 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 30px;
}

.machineWrap .inner p {
	line-height: 2.2;
}

.machineWrap .mv {
	width: 1000px;
	margin: 0 auto;
}

.machineWrap .mv .box {
	display: flex;
	align-items: center;
	margin: 0 0 60px;
}

.machineWrap .mv .box .photo {
	width: 55%;
	position: relative;
	left: -100px;
}

.machineWrap .mv .box .photo img {
	max-width: 600px;
	width: auto;
	height: auto;
}

.machineWrap .mv .box .text {
	position: relative;
 margin: 0 calc(45% - 50vw) 0 0;
	width: 100vw;
	padding: 50px calc(50vw - 45%) 60px 0;
	min-height: 460px;
}

.machineWrap .mv .box .text:before {
 position: absolute;
	top: 0;
	left: -260px;
	background-color: #FFF;
	width: calc(100% + 260px);
 height: 100%;
	content: "";
	z-index: -1;
	border-radius: 30px 0 0 30px;
}

.machineWrap .mv .box .text h3 {
	background: url(../image/icon-01.png) no-repeat 0 8px;
	background-size: 23px;
	padding: 0 0 0 30px;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 10px;
}

.machineWrap .mv .box .text span {
	font-size: 16px;
	margin-left: 10px;
}

.machineWrap .mv .box .text table {
	width: 100%;
	border: 1px solid #CCC;
 border-radius: 30px;
}

.machineWrap .mv .box .text table th {
	background-color: #B8D0F1;
	border: 1px solid #AAA;
	padding: 8px 20px;
}

.machineWrap .mv .box .text table td.sub {
	background-color: #e5eefa;
}

.machineWrap .mv .box .text table td {
	border: 1px solid #AAA;
	padding: 8px 16px;
}

.field {
	width: 1000px;
	margin: -20px auto 40px;
	padding: 40px 0;
	background-color: #FFF;
	border-radius: 30px;
}

.field img {
	max-width: 100%;
	height: auto;
}

.field2 {
	width: 1000px;
	margin: 0 auto;
}

.field2 h3 {
	margin: 0 0 20px;
	color: #1d56c5;
	font-size: 24px;
	padding: 0 8px;
	font-weight: 700;
	border-bottom: 4px solid #2d82eb;
	border-image: linear-gradient(to right, #44cee3 0% ,#2d82eb 100%);
	border-image-slice: 1;
}

.field2 .tbWrap {
	display: flex;
	justify-content: space-between;
}

.field2 .tbWrap div {
	width: 46%;
}

.field2 .tbWrap div table {
	width: 100%;
	margin: 0 0 60px;
}

.field2 .tbWrap div table th {
	border: 1px solid #AAA;
	padding: 8px 20px;
	background-color: #B8D0F1;
}

.field2 .tbWrap div table td {
	border: 1px solid #AAA;
	padding: 8px 20px;
	background-color: #FFF;
	width: 50%;
}

.field2 .tbWrap div table td:nth-child(2) {
	text-align: right;
}


/*------------------------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------------------------*/
.companyLead {
	width: 1000px;
	margin: -60px auto 0;
	position: relative;
	padding: 0 0 60px;
}

.companyLead:before {
	position: absolute;
	content: "";
	background-color: #e5f2f7;
	width: 80vw;
	height: 100%;
	top: 160px;
	right: 0;
 margin: 0 calc(50% - 50vw) 0 0;
 padding: 0 calc(50vw - 50%) 0 0;
	z-index: -1;
}

.companyLead p {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}


/*------------------------------------------------------------------------------------------------
  profile
--------------------------------------------------------------------------------------------------*/
.normal {
	width: 1000px;
	margin: -60px auto 0;
}

.normal h3 {
	margin: 0 0 20px;
	color: #1d56c5;
	font-size: 24px;
	padding: 0 8px;
	font-weight: 700;
	border-bottom: 4px solid #2d82eb;
	border-image: linear-gradient(to right, #44cee3 0% ,#2d82eb 100%);
	border-image-slice: 1;
}

.profileDl {
	display: flex;
	flex-wrap: wrap;
	align-items:flex-start;
	margin: 0 0 60px;
}

.profileDl dt {
	background-color: #1d56c5;
	color: #FFF;
	width: 20%;
	padding: 10px 20px;
}

.profileDl dd {
	width: 80%;
	padding: 10px 40px;
	border-bottom: 1px solid #CCC;
}

.profileDl dd p {
	margin: 0 !important;
	color: #1d56c5;
	font-weight: 500;
}

.profileDl dd .skill {
	display: flex;
}

.profileDl dd .skill div {
	width: 50%;
}

.profileDl dd .skill div ul {
	margin-top: 0;
}


/*------------------------------------------------------------------------------------------------
  message
--------------------------------------------------------------------------------------------------*/
.normal .flex {
	display: flex;
	align-items: center;
	margin: 0 0 60px;
}

.normal .flex .photo {
	width: 70%;
	position: relative;
	left: 60px;
}

.normal .flex .photo img {
	max-width: 600px;
	width: auto;
	height: auto;
}

.normal .flex .text {
	position: relative;
 margin: 0 0 0 calc(50% - 50vw);
	width: 100vw;
	padding: 20px 0 20px calc(50vw - 50%);
}

.normal .flex .text:before {
 position: absolute;
	top: 0;
	right: -260px;
	background-color: #e5f2f7;
	width: calc(100% + 260px);
 height: 100%;
	content: "";
	z-index: -1;
	border-radius: 0 30px 30px 0;
}

.normal .flex .text p {
	margin: 0;
	padding: 100px 0 100px 0;
	line-height: 2.2;
	font-size: 24px;
	font-weight: 700;
	font-feature-settings: "palt";
}

.messageLine {
	margin: -30px 0 30px !important;
	line-height: 2;
}

.sig {
	margin: 0 0 100px !important;
	text-align: right;
}


/*------------------------------------------------------------------------------------------------
  philosophy
--------------------------------------------------------------------------------------------------*/
.rinen {
	width: 1000px;
	margin: 0 auto 100px;
	position: relative;
}

.rinen:before {
	position: absolute;
	top: 100px;
	left: -10%;
	width: 100vw;
	height: calc( 100% - 60px);
	background-color: #e5f2f7;
	content: "";
	z-index: -1;
	border-radius: 30px 0 0 30px;
}

.rinen .inner {
	background-color: #FFF;
	margin: 0 60px;
	padding: 40px 40px 10px;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	border-radius: 30px;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
}

.rinen .inner dl {
	margin: 0 0 60px;
}

.rinen .inner dl dt {
	position: relative;
	margin: 0 0 8px;
	font-size: 30px;
}

.rinen .inner dl dt:before {
	position: absolute;
	bottom: -4px;
	left: calc( 50% - 30px);
	width: 60px;
	height: 4px;
	background-color: #d8190b;
	content: "";
}

.rinen .inner dl dd {
	margin: 0 0 30px;
	font-size: 22px;
	font-weight: 400;
}

.rinen .inner p.date {
	font-size: 18px;
	font-weight: 500;
	text-align: right;
}

/*------------------------------------------------------------------------------------------------
  history
--------------------------------------------------------------------------------------------------*/
.history {
	width: 1000px;
	margin: 0 auto 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.history dt {
	position: relative;
	width: 20%;
	background-color: #d8190b;
	color: #FFF;
	padding: 8px;
	margin: 0 0 10px;
}

.history dt:before {
	position: absolute;
	top: 13px;
	right: -10px;
	width: 20px;
	height: 20px;
	background-color: #FFF;
	content: "";
	border-radius: 100vh;
}

.history dt:after {
	position: absolute;
	top: 23px;
	right: -30px;
	width: 40px;
	height: 1px;
	background-color: #d8190b;
	content: "";
}

.history dd {
	position: relative;
	width: calc( 80% - 36px);
	margin: 0 0 10px 36px;
	padding: 8px;
}

.history dd:after {
	position: absolute;
	width: calc( 100% + 30px);
	content: "";
	border-bottom: 1px dotted #CCC;
	bottom: -5px;
	left: -30px;
}


/*------------------------------------------------------------------------------------------------
  access
--------------------------------------------------------------------------------------------------*/
.access {
	width: 1000px;
	margin: 0 auto 60px;
}

.access h4 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	padding: 8px;
	margin: 0 0 30px;
	color: #FFF;
}

.access h4:before {
	position: absolute;
	top: 0;
	right: 75%;
	width: 100%;
	height: 50px;
	background-color: #1d56c5;
	content: "";
	z-index: -1;
	border-radius: 0 30px 30px 0;
}
	
.access .inner {
	display: flex;
	justify-content: space-between;
}

.access .inner .gmap {
	width: 60%;
	height: 570px;
	overflow: hidden;
}

.access .inner .gmap iframe {
margin-top: -150px;
width: 100%;
height: 570px;
}

.access .inner .info {
	width: 36%;
}


/*------------------------------------------------------------------------------------------------
  work
--------------------------------------------------------------------------------------------------*/
.workLead {
	margin: -60px 0 60px !important;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}

.workList {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.workList .item {
	width: 30%;
	margin: 0 0 60px;
}

.workList .item:nth-of-type(3n-1) {
	margin: 0 5% 60px;
}

.workList .item figure {
	margin: 0 0 8px;
}

.workList .item figure img {
	max-width: 100%;
}

.workList .item h3 {
	font-weight: 500;
	font-size: 20px;
	position: relative;
}

.workList .item h3:before {
	position: absolute;
	top: 50%;
	right: 20px;
	background-color: #1d56c5;
	height: 2px;
	width: calc( 100% - 20px);
	content: "";
	z-index: -1;
}

.workList .item h3:after {
	position: absolute;
	top: 0;
	right: 20px;
	background-color: #1d56c5;
	content: "";
	width: 2px;
	height: 18px;
}

.workList .item h3 span {
	display: inline-block;
	background-color: #FFF;
	padding-right: 8px;
}

.workList .item a {
	text-decoration: none;
	color: #000;
}

.workList .item a:hover img {
	opacity: 0.8;
}

.workDetail {
	margin: -60px 0 80px;
}

.workDetail h3 {
 position: relative;
	font-size: 22px;
	font-weight: 700;
	padding: 8px;
	margin: 0 auto 30px;
	color: #FFF;
	width: 1000px;
}

.workDetail h3:before {
	position: absolute;
	top: 0;
	right: 70%;
	width: 100%;
	height: 56px;
	background-color: #d8190b;
	content: "";
	z-index: -1;
	border-radius: 0 30px 30px 0;
}

.workDetail .info {
	display: flex;
	width: 1000px;
	margin: 0 auto 60px;
}

.workDetail .info .text {
	width: 35%;
	position: relative;
	padding: 30px 10px;
}

.workDetail .info .text:before {
	position: absolute;
	top: 0;
	left: -80px;
	width: 100vw;
	height: 100%;
	content: "";
	background-color: #e5f2f7;
	z-index: -1;
	border-radius: 30px 0 0 30px;
}

.workDetail .info .text p.date {
	font-weight: 700;
	color: #1d56c5;
	font-size: 18px;
}

.workDetail .info .text dt {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 4px;
	border-bottom: 1px dotted #CCC;
}

.workDetail .info .text dd {
	margin: 0 0 20px;
}

.workDetail .info .photo {
	width: 65%;
	position: relative;
	top: -60px;
	left: 80px;
}

.workDetail .info .photo img {
	max-width: 100%;
	height: 100%;
	border: 1px solid #AAA;
}

.workPhoto {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.workPhoto li {
	width: 46%;
	margin: 0 2% 60px;
	padding: 0;
}

.workPhoto li img {
	max-width: 100%;
	height: auto;
}

/*------------------------------------------------------------------------------------------------
  news
--------------------------------------------------------------------------------------------------*/
.newsList ul {
	width: 1000px;
	margin: -40px auto 60px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.newsList ul li {
	width: 30%;
	margin: 0;
	padding: 0;
}

.newsList ul li:nth-child(3n-1) {
	margin: 0 5%;
}

.newsList ul li a {
	text-decoration: none;
	color: #000;
	text-align: left;
}

.newsList ul li a:hover img {
	opacity: 0.8;
}

.newsList ul li a img {
	max-width: 100%;
	height: auto;
}

.newsList ul li a .newsInfo {
	display: flex;
	margin: 10px 0;
	justify-content: space-between;
	font-size: 14px;
}

.newsList ul li a .newsInfo .cat {
	display: inline-block;
	background-color: #d8190b;
	color: #FFF;
	padding: 0 16px;
}

.newsDetail {
	position: relative;
	margin: -60px 0 60px;
	padding: 60px 0;
}

.newsDetail:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 95%;
	background-color: #d3e9f2;
	border-radius: 0 30px 30px 0;
	z-index: -1;
	top: 0;
}

.newsDetail .inner {
	width: 1000px;
	margin: 0 auto 40px;
	padding: 30px;
	background-color: #FFF;
	border-radius:30px;
}

.newsDetail .inner h3 {
	margin: 0 0 20px;
	color: #1d56c5;
	font-size: 24px;
	padding: 0 8px;
	font-weight: 700;
	border-bottom: 4px solid #2d82eb;
	border-image: linear-gradient(to right, #44cee3 0% ,#2d82eb 100%);
	border-image-slice: 1;
}

.newsDetail .inner .cat {
	background-color: #d8190b;
	margin-left: 8px;
	padding: 0 8px;
	color: #FFF;
	display: inline-block;
}


/*------------------------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------------------------*/
.contactLead {
	font-weight: 700;
	font-size: 20px;
	margin: -40px 0 40px !important;
	text-align: center;
}

.contact {
	width: 1000px;
	margin: 0 auto;
}

.contact table {
	width: 100%;
	margin: 0 0 40px;
}

.contact table th {
	padding: 30px 20px;
	text-align: left;
	width: 240px;
	font-weight: 500;
	border-bottom: 1px solid #CCC;
}

.contact table th .hs {
	display: inline-block;
	background-color: #d8190b;
	color: #FFF;
	padding: 0 8px;
	margin-left: 8px;
}

.contact table td {
	padding: 30px 20px;
	border-bottom: 1px solid #CCC;
}

.contact table td input[type="text"] {
	width: 100%;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
	padding: 8px;
	border: 1px solid #CCC;
	box-shadow: inset 1px 1px 3px rgb(0 0 0 / 7%);
}

.contact table td textarea {
	display: block;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
	padding: 8px;
	border: 1px solid #CCC;
	box-shadow: inset 1px 1px 3px rgb(0 0 0 / 7%);
	width: 100%;
	height: 160px;
}

.contact table td input:focus,
.contact table td textarea:focus {
background: #FFFFEE;
}

.contact .btns {
	margin: 0 0 80px;
	text-align: center;
}

.contact .btns input {
	padding: 14px 40px;
	cursor: pointer;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
	margin: 0 10px;
}

/*------------------------------------------------------------------------------------------------
  tech
--------------------------------------------------------------------------------------------------*/
.techList {
	width: 1000px;
	margin: -80px auto 60px;
}

.techList div {
	margin: 0 0 30px;
	border-bottom: 1px dashed #CCC;
}

.techList div h3 {
	background-color: #F3F2F1;
	padding: 6px;
	position: relative;
	font-weight: 500;
	margin: 0 0 3px;
	box-shadow: 0 0 3px #CCC;
}

.techList div h3:before {
	position: absolute;
	top: -2px;
	left: 0;
	width: 40px;
	height: 4px;
	background-color: #1d56c5;
	content: "";
}

.techList div p {
	margin: 0 !important;
}

.techList div p.date {
	margin: 0 !important;
	padding: 0 0 5px !important;
}










