.page-h {
	padding: 60px 0;
	text-align: center;
	color: #008ad4;
	font-size: 36px;
	line-height: 1;
}

.page-h .eng {
	font-size: 16px;
}

.page-h .h {
	width: 120px;
	margin: 0 auto 20px auto;
}

.about-sec01 {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
	margin-bottom: 30px;
}

.about-sec01 div,
.about-sec02 {
	border: 1px solid #008ad4;
	padding: 50px 30px;
	position: relative;
	margin-bottom: 70px;
}

.about-sec01 div:before,
.about-sec02:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/index/ribon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 20px;
}

.about-h {
	font-size: 29px;
	margin-bottom: 15px;
	color: #008ad4;
}

.about-sec02-inner02 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

.about-sec02-inner02 .img {
	width: 480px;
}

.about-sec02-inner02 .text {
	width: calc(100% - 520px);
	
}

.about-sec02-inner03 {
	display: flex;
	justify-content: center;
	margin: 40px 0;
}

.about-sec02-inner03 img {
	display: block;
	height: 160px;
}

.about-sec02-inner04 {
	display: flex;
	justify-content: space-between;
	border-left: 2px solid #008ad4;
	border-right: 2px solid #008ad4;
	padding: 0 30px;
	align-items: center;
}

.about-sec02-inner04 .img {
	width: 306px;
}

.about-sec02-inner04 .text {
	width: calc(100% - 330px);
}

.about-h02 {
	font-size: 21px;
	margin-bottom: 10px;
	color: #008ad4;
}

.about-h02:before {
    content: '●';
    display: inline-block;
    vertical-align: middle;
	color: #008ad4;
	margin-right: 4px;
	font-size: 18px;
	position: relative;
	top: -2px;
}

.about-sec03 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

.about-sec03 .img {
	width: 440px;
}

.about-sec03 .text {
	width: calc(100% - 480px);
}

.about-h03 {
	font-size: 21px;
	font-weight: 700;
	border-left: 12px solid #008ad4;
	background: #e6f1ff;
	padding: 10px 15px;
	color: #008ad4;
	margin-bottom: 20px;
}

.about-sec04 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

.about-sec04 .img {
	width: 440px;
}

.about-sec04 .text {
	width: calc(100% - 480px);
}

.about-sec04 .text li {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #008ad4;
	position: relative;
	padding-left: 40px;
}

.about-sec04 .text li:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 26px;
    background-image: url(../images/page/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 4px;
	left: 0;
}

.about-h04 {
	position: relative;
	margin: 0 auto 50px auto;
	color: #008ad4;
	font-size: 29px;
	text-align: center;
}

.about-h04:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 42px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #008ad4;
}

.about-sec05 {
	margin-bottom: 100px;
}

.qa dt {
	font-size: 21px;
	font-weight: 700;
	background: url(../images/page/dot-line.svg) left bottom repeat-x;
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative;
	padding-left: 120px;
}

.qa dd {
	font-size: 21px;
	font-weight: 700;
	color: #008ad4;
	margin-bottom: 100px;
	position: relative;
	padding-left: 120px;
}

.qa dt:before {
    content: '';
    display: inline-block;
    width: 90px;
    height: 90px;
    background-image: url(../images/page/q.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: calc(50% - 45px);
	left: 0;
}

.qa dd:before {
    content: '';
    display: inline-block;
    width: 90px;
    height: 90px;
    background-image: url(../images/page/a.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: calc(50% - 45px);
	left: 0;
}

.about-sec06 {
	margin-bottom: 100px;
}

.about-sec06 ul {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.about-sec07 {
	background: #008ad4;
	padding: 50px 0;
	border-radius: 14px;
	width: 90%;
	max-width: 820px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

.about-sec07 h3 {
	font-size: 29px;
}

.about-sec07 p {
	font-size: 19px;
	margin: 25px 0;
}

.about-sec07 .bt a {
	display: block;
	position: relative;
	padding: 10px 0;
	border-radius: 4px;
}

.about-sec07 .bt a:hover {
	background-color:rgba(255,255,255,0.2);
}

.about-sec07 .bt {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}

.about-sec07 .bt a:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../images/index/arrow03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 20px;
}

.factory-sec01 {
	padding: 60px 0;
	background: url(../images/page/factory02.jpg) right center no-repeat;
	background-size: auto 100%;
	margin-bottom: 80px;
}

.factory-sec01 img {
	width: 90%;
	max-width: 540px;
	margin-bottom: 70px;
}

.factory-sec01 p {
	width: 60%;
}

.flow {
	padding: 60px 0;
	position: relative;
}

.flow:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: calc(100% - 330px);
    background-image: url(../images/page/dot.gif);
    background-size: contain;
    background-repeat: repeat-y;
    vertical-align: middle;
    position: absolute;
    left: 43px;
	top: 70px;
}

.flow-box {
	padding-left: 140px;
	position: relative;
}

.flow-box-inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.flow-box-inner .text {
	width: calc(100% - 400px);
}

.flow-box-inner .img {
	width: 360px;
}

.flow-box .circle{
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #22B073;
	background: linear-gradient(180deg,rgba(34, 176, 115, 1) 0%, rgba(0, 117, 185, 1) 100%);
	text-align:center;
	line-height: 90px;
	color: #fff;
	font-size: 37px;
	font-family: Arial, Helvetica, "sans-serif";
	position: absolute;
	left: 0;
}

.flow-box h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #008ad4;
}

.factory-sec03 {
	display: flex;
	justify-content: space-between;
	background: url(../images/page/line.png) center top no-repeat;
	padding-top: 60px;
	margin-bottom: 60px;
}

.factory-sec03 .text {
	width: calc(100% - 600px);
}

.factory-sec03 .img {
	width: 550px;
}

.factory-sec03 .text h4 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #008ad4;
}

.factory-sec04 {
	display: flex;
	margin-bottom: 50px;
	background: url(../images/page/line.png) center bottom no-repeat;
	padding-bottom: 60px;
	gap:50px;
}

.factory-sec04 h4 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #008ad4;
}

.factory-sec04 h4::before {
    content: "●";
    display: inline-block;
    vertical-align: middle;
    color: rgb(0, 138, 212);
    margin-right: 4px;
    font-size: 18px;
    position: relative;
    top: -2px;
}

.factory-sec04 dt {
	font-weight: normal;
}

.factory-sec04 dd {
	padding-left: .5em;
	margin-bottom: 5px;
}

p.fz16 {
	font-size: 16px;
}

.magazine-page {
	padding-top: 30px;
}

.magazine-page .read-text {
	margin-bottom: 30px;
}

.magazine-page .magazine-excerpt {
	margin-bottom: 20px;
}

.magazine-page .bt-style02 a {
    padding: 10px 0;
    border-radius: 40px;
}

.post-icon {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 10;
	font-size: 13px;
	line-height: 1;
	display: flex;
	gap:5px;
}

#content .post-icon {
	position: relative;
	left: 0;
	top: 0;
	margin-bottom: 15px;
}

.post-icon .cate01 { background: #eb9455; color: #fff; border-radius: 40px; padding: 3px 10px; }
.post-icon .cate02 { background: #ff7b7b; color: #fff; border-radius: 40px; padding: 3px 10px; }

.wp-pagenavi {
	clear: both;
	margin: 0 auto;
	text-align: center;
  padding-bottom: 150px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 13px;
	margin: 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: inline-block;
}
.wp-pagenavi span.pages {
	border: 1px solid #008ad4;
	color: #008ad4;
	background: none;
	padding: 3px 13px;
  background: #fff;
}


.wp-pagenavi span.current {
	border: 1px solid #008ad4;
	color: #fff;
	font-weight: bold;
	background: #008ad4;

}
.wp-pagenavi a {
	border: 1px solid #008ad4;
	color: #008ad4;
	background: none;
}

.wp-pagenavi a:hover{
	border: 1px solid #008ad4!important;
	background: #008ad4;
	color: #fff;
}

#content {
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#content h1 {
    background: #ebf5ff;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    padding: 10px 15px;
    border-left: 6px solid #008ad4;
	margin-bottom: clamp(25px, 10vw, 40px);
}

#content h2 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    padding: 0 0 10px 0;
    border-bottom: 3px solid #008ad4;
	color: #008ad4;
	margin-bottom: 20px;
	margin-top: 60px;
}

#content h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #008ad4;
	margin-bottom: 20px;
	margin-top: 30px;
}

.pageTime {
	font-size: 13px;
	margin-bottom: 10px;
}


#content p {
	font-size: 18px;
    line-height: 1.9;
	margin-bottom: 15px;
	margin-top: 20px;
}

#content img {
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
}

.postNav {
	text-align: center;
	padding: 60px 0 120px 0;
}

.postNav ul {
	display: flex;
	justify-content: center;
	font-size: 13px;
	gap: 25px;
}

.postNav a {
	color: #008ad4;
	line-height: 1;
	display: flex;
	align-items: center;
}

.archive-link a {
	padding: 5px 60px;
	
	
}

.next_post a {
	padding: 5px 0 5px 60px;
	border-left: 1px solid #008ad4;
}

.previous_post a {
	padding: 5px 60px 5px 0;
	border-right: 1px solid #008ad4;
}

span.category-icon {
    background-color: #f0f0f0;
    color: #333;
    padding: 0.1em 0.3em;
    border-radius: 3px;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 9em;
    text-align: center;
	font-size: 14px;
}

.news-release-list span.media,
.category-icon.media {
	background: #6e93df;
	color: #fff;
}

.news-release-list span.news,
.category-icon.news{
	background: #39ad80;
	color: #fff;
}

.news-release-list span.pressrelease,
.category-icon.pressrelease {
	background: #92a7b7;
	color: #fff;
}

.company-sec01 {
	
    margin-bottom: 60px;
}

.company-sec01 .inner {
	background: url(../images/page/line.png) center bottom no-repeat;
    padding-bottom: 60px;
}

.company-sec01 h2 {
	text-align: center;
	color: #008ad4;
	font-size: 39px;
	margin-bottom: 25px;
}

.company-sec01 p {
	margin-bottom: 30px;
	line-height: 2;
}

.company-sec02 {
	background: url(../images/page/line.png) center bottom no-repeat;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.company-sec02-inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.company-sec02-inner .text {
	width: calc(100% - 460px);
}

.company-sec02-inner .img {
	width: 420px;
}

.company-sec02-inner .text p {
	margin-bottom: 30px;
	line-height: 2;
}

.company-sec02-inner .text p.name {
	text-align: right;
	margin-bottom: 0;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 15px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube-box {
	width: 70%;
	margin: 0 auto 20px auto;
}

.youtube-text {
	text-align: center;
}

.youtube-text a {
	color: #0000ff;
	text-decoration: underline;
}

.company-sec03 {
	background: url(../images/page/line.png) center bottom no-repeat;
    padding-bottom: 60px;
	margin-bottom: 60px;
}

.company-sec03 dt {
	text-align: center;
	font-size: 27px;
	margin-bottom: 30px;
	color: #008ad4;
	font-weight: normal;
}

.company-sec03 dd {
	margin-bottom: 60px;
}

.company-sec03 dd:last-child {
	
}

.company-sec05 h4 {
	font-size: 25px;
	margin-bottom: 20px;
	color: #008ad4;
	font-weight: normal;
}

.company-sec05 {
	display: flex;
	justify-content: space-between;
	background: url(../images/page/line.png) center bottom no-repeat;
    padding-bottom: 60px;
	margin-bottom: 60px;
}

.company-sec05 .text {
	width: calc(100% - 460px);
}

.company-sec05 .img {
	width: 420px;
}




.company-sec06-inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.company-sec06 .text {
	width: calc(100% - 500px);
}

.company-sec06 .img {
	width: 470px;
}

.company-sec06 .text th {
	font-weight: normal;
	padding: 5px 10px;
}

.company-sec06 .text td {
	padding: 5px 10px;
}

.company-sec06 .text tr {
	background: #e8f4fb;
}

.company-sec06 .text tr:nth-child(even) {
	background: #fff;
}

.company-sec07-inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.company-sec07 .text {
	width: calc(100% - 560px);
}

.company-sec07 .img {
	width: 530px;
}

.company-sec08,
.company-sec09 {
	margin-bottom: 60px;
}

.company-sec08 p {
}

.company-sec10 a {
	color: #0000ff;
	text-decoration: underline;
}

.company-sec10 a:hover {
	text-decoration: none;
}

.blue-list {
	margin: 35px auto;
	display: flex;
	justify-content: center;
    flex-direction: column;
}

.blue-list li {
	margin-bottom: 5px;
	font-size: 23px;
}

.blue-list li:before {
    content: "●";
    display: inline-block;
    vertical-align: middle;
    color: rgb(0, 138, 212);
    margin-right: 4px;
    font-size: 18px;
    position: relative;
    top: -2px;
}

.table-style02 {
	border-top: 1px solid #949494;
	width: 100%;
}

.table-style02 th {
	font-weight: normal;
	padding: 8px 20px;
	background: #e8f4fb;
	border-bottom: 1px solid #949494;
}

.table-style02 td {
	padding: 8px 20px;
	border-bottom: 1px solid #949494;
}

.company-img {
	display: flex;
	justify-content: space-between;
}

.company-img li {
	width: 48%;
}

.recruit-sec01 {
	background: #22B073;
    background: linear-gradient(90deg, rgba(34, 176, 115, 1) 0%, rgba(0, 117, 185, 1) 100%);
	padding: 60px 0;
	position: relative;
	margin-bottom: 130px;
}

.recruit-sec01 h2 {
	max-width: 420px;
}

.recruit-sec01-inner .inner {
	position: relative;
}

.recruit02 {
	position: absolute;
	right: 0;
	max-width: 470px;
	top: calc(-50% - 60px);
}

.recruit-sec02 h3 {
	font-size: 29px;
	margin-bottom: 10px;
	color: #008ad4;
}

.recruit-sec02 p {
	margin-bottom: 30px;
}

.recruit-sec03 { 
	padding-top: 40px;
	background: url(../images/page/line.png) center bottom no-repeat;
    padding-bottom: 60px;
	margin-bottom: 60px;
}

.recruit-sec03 .read {
	margin-bottom: 50px;
}

.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 45px 40px;
	width: 100%;
  background: #FFF;
  border: solid 2px #008ad4;
  box-sizing: border-box;
	border-radius: 12px;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 70%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 70%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #008ad4;
  z-index: 1;
}

.recruit-sec03 h4 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #008ad4;
}

.recruit-sec03 h4 span {
	font-size: 16px;
}

.recruit-sec03 p {
	font-weight: normal;
}

.recruit-sec03 dl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.recruit-sec03 dt {
	width: calc(100% - 240px);
}

.recruit-sec03 dd {
	width: 200px;
}

.recruit-sec03 .r dt {
	order: 2;
}

.recruit-sec03 .r dd {
	order: 1;
}

.balloon2-left {
	position: relative;
	display: inline-block;
	margin: 0;
  padding: 45px 40px;
	width: 100%;
	background: #FFF;
	border: solid 2px #008ad4;
	box-sizing: border-box;
	border-radius: 12px;
}

.balloon2-left:before {
	content: "";
	position: absolute;
	top: 70%;
	left: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
	z-index: 2;
}

.balloon2-left:after {
	content: "";
	position: absolute;
	top: 70%;
	left: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #008ad4;
	z-index: 1;
}

.recruit-sec04 {
	background: url(../images/page/line.png) center bottom no-repeat;
    padding-bottom: 60px;
	margin-bottom: 60px;
}

.recruit-sec04 table {
	margin: 40px auto;
	font-size: 21px;
}

.recruit-sec04 th,
.recruit-sec04 td {
	padding: 5px;
}

.recruit-sec04 th::before {
    content: "●";
    display: inline-block;
    vertical-align: middle;
    color: rgb(0, 138, 212);
    margin-right: 4px;
    font-size: 18px;
    position: relative;
    top: -3px;
}

.recruit-sec05 ul {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.n7 {
	margin: 40px 0 60px 0;
}

.rec-bt {
	max-width: 360px;
	margin: 0 auto;
	border: 2px solid #7dc3e9;
	border-radius: 10px;
	padding: 10px 10px 10px 30px;
	background: #fff;
}

.rec-bt dl {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.rec-bt dt,
.rec-bt dd{
	width: 50%;
}

.rec-bt a {
	display: block;
	border-radius: 8px;
	border: 1px solid #008ad4;
    padding: 13px 25px;
	width: 100%;
    text-align: center;
    font-weight: 500;
    color: #fff;
    position: relative;
    background: #008ad4;
	position: relative;
}

.rec-bt a:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/index/arrow03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 20px;
	top: calc(50% - 10px);
}

.contact-sec01 {
	width: 90%;
	max-width: 700px;
	margin: 0 auto 30px auto;
}

.contact-sec01 p {
	margin-bottom: 15px;
	text-align: center;
}

.contact-sec01 ul {
	display: flex;
	margin-bottom: 50px;
	justify-content: center;
	gap:20px;
}

.contact-sec01 .h-style01 {
	margin-bottom: 30px;
}

.contact-sec01 li {
	max-width: 200px;
	width: 50%;
}

.contact-sec01 li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
	background: #008ad4;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #008ad4;
}


.contact-sec01 li.active a {
	background: #f5f5f5;
    color: #666;
    border: 1px solid #ddd;
}

.contact-sec01 li a:hover {
	opacity: 0.7;
}

.contact-sec02 {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
}

.contact-form table,
.contact-form tr,
.contact-form tbody,
.contact-form th,
.contact-form td {
	display: block;
	width: 100%;
}

.contact-form th {
	padding-bottom: 10px;
}

.contact-form td {
	padding-bottom: 40px;
}

.contact-form .wpcf7-text {
	width: 100%;
	background: #f6fcff;
	padding: 10px;
	border: 1px solid #cce2ef;
	border-radius: 4px;
}

.contact-form th span {
    background: #e13d54;
    color: #fff;
    font-size: 12px;
    padding: 1px 8px 2px 8px;
    line-height: 1;
    position: relative;
    left: 10px;
}

.wpcf7-select {
	width: 40%;
	background: #f6fcff;
	padding: 10px;
	border: 1px solid #cce2ef;
	border-radius: 4px;
}

textarea {
	width: 100%;
	background: #f6fcff;
	padding: 10px;
	border: 1px solid #cce2ef;
	border-radius: 4px;
	height: 150px;
}

.privacy-policy-text,
.privacy-policy-text02 {
	text-align: center;
}

.privacy-policy-text02 a {
	font-size: 12px;
	color: #008ad4;
	text-decoration: underline;
}

.privacy-policy-text02 a:hover {
	text-decoration: none;
}

.wpcf7-list-item {
    display: block;
}

.send-bt {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 30px auto 0 auto;
}

.wpcf7-submit {
    width: 100%;
    display: block;
    background: #21ae76;
    font-size: 18px;
	font-weight: bold;
    height: 60px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
}

.wpcf7-submit:hover {
	opacity: 0.7;
}

.privacy-page .contact-bt {
	width: 100%;
	max-width: 150px;
}

.privacy-page .contact-bt a {
	justify-content: center;
}

.privacy-page {
	padding-bottom: 100px;
}








