@charset "utf-8";


/*　　Home / メインイメージ
-------------------------------------------------------*/
#main-img {
  position: relative;
	height: 100vh;
	max-width: 100vw;
	overflow: hidden;
}
#main-img .slide-img > img {
  object-fit: cover;
  height: calc(100vh - 8px);
  width: 100%;
}
#main-img .print-img {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#main-img .swiper-slide-active .slide-img,
#main-img .swiper-slide-duplicate-active .slide-img,
#main-img .swiper-slide-prev .slide-img {
  animation: zoom-out 8s linear 0s 1 normal both;
}
#main-img .swiper-slide-active .slide-text img,
#main-img .swiper-slide-duplicate-active .slide-text img,
#main-img .swiper-slide-prev .slide-text img {
  animation: img-text 8s 0s;
}
#main-img .main-banner {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	width: 1240px;
	margin: 0 auto;
	z-index: 100;
}
#main-img .main-banner li {
	width: 400px;
	margin-left: 20px;
}
#main-img .main-banner li:first-child {
	margin-left: 0;
}
#main-img .main-banner li a {
	display: block;
	transition-duration: 0.2s;
}
#main-img .main-banner li a:hover {
	transform: scale(1.05);
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes img-text {
  0% {
		opacity: 1;
    transform: translateX(-50%) scale(1);
    /*　easing: ease-out; */
		easing: ease-in;
  }
	12% {
		opacity: 1;
    transform: translateX(0) scale(1);
    easing: ease-in;
  }
	70% {
		opacity: 1;
    transform: translateX(0) scale(1);
    easing: ease-in;
  }
  100% {
		opacity: 0;
    transform: translateY(60px) scale(1);
    easing: ease-in;
  }
}

.slide-text {
  content: "";
	position: absolute;
	left: 0;
	top: 40%;
	width: 50%;
	transform: translateY(-20%) translateX(0);
}
.slide-text > img {
	width: 100%;
}
.slide-img > img {
  object-fit: cover;
  height: 100vh;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
#main-img {
  height: 40vh;
	margin-top: 60px;
}
#main-img .slide-img > img {
  height: 40vh;
}
#main-img .main-banner {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	width: 90%;
	margin: 0 auto;
}
#main-img .main-banner li {
	width: calc(100% / 3);
	margin-left: 0;
	padding: 0 5px;
}
}

@media screen and (min-width: 768px) and (max-width: 1270px) and (orientation : landscape) {
}

@media screen and (max-width: 767px){
#main-img {
  height: 152vw;
	margin-top: 60px;
}
#main-img .slide-img > img {
 height: 152vw;
}
#main-img .main-banner {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	width: 80%;
	margin: 0 auto;
	z-index: 100;
}
#main-img .main-banner li {
	width: 100%;
	margin-left: 0;
	margin-top: 10px;
}
.slide-text {
	top: 38%;
	width: 100%;
	transform: translateY(-20%) translateX(0);
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}



/*　 Home
-------------------------------------------------------*/
.home-perusona {
	position: relative;
	padding: 120px 0 50px;
	background: linear-gradient(#f5f6f8 70%, #deedf6 100%);
	overflow: hidden;
}
.home-perusona-title {
	width: 838px;
	margin: 0 auto 40px;
}
.home-perusona-list li {
	position: relative;
	width: 31.666%;
	margin-right: 2.5%;
	margin-bottom: 50px;
	padding: 24px 0;
	color: #996633;
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
	border: 2px solid #ab743c;
	border-radius: 8px;
	background-image: url("../images/pages/home_persona03.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 53px auto;
}
.home-perusona-list li::after {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	height: 50px;
	background-image: url("../images/pages/home_persona02.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 102px auto;
}
.home-perusona-list li:nth-child(3n) {
	margin-right: 0;
}
.home-perusona-list li span {
	font-size: 3rem;
	font-weight: 700;
}
.home-perusona-text01 {
	margin-bottom: 60px;
	padding: 20px 0;
	color: #fff;
	background: #233b8c;
}
.home-perusona-text02 {
	position: relative;
	letter-spacing: 3px;
	z-index: 2;
}
.home-perusona-text03-en {
	position: absolute;
	bottom: -75px;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 14rem;
	font-weight: 700;
	z-index: 1;
}
.home-service-box01 {
	width: 94%;
	margin: 0 auto;
}
.home-service-box01-2 {
	width: 45.5vw;
}
.home-service-box02 {
	background: #e9f5ff;
}
.home-service-box03 {
	background-image: url("../images/pages/service_zero_mission_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-work {
	position: relative;
	margin-bottom: 280px;
}
body.home .lb-number {
	display: none !important;
}
.home-work-bg00 {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #333;
}
.home-work-bg01 {
	content: "";
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	height: 198px;
	background-image: url("../images/pages/home_work_bg01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	z-index: 2;
}
.home-work-bg02 {
	content: "";
	position: absolute;
	bottom: -203px;
	left: 0;
	right: 0;
	height: 240px;
	background-image: url("../images/pages/home_work_bg02.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	z-index: 2;
}
.home-work-slide {
  position: relative;
  overflow: hidden;
	padding: 50px 0 50px;
	z-index: 3;
}
.home-work-slide .swiper {
  overflow: visible;
}
.home-work-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.home-work-slide .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.home-work-slide .slide {
  overflow: hidden;
  width: 320px;
}
.home-work-slide .slide p {
	color: #fff;
	padding-top: 10px;
	font-size: 1.4rem;
}
.home-work-slide .slide-img {
  position: relative;
  overflow: hidden;
  padding-top: 75%; /* 4:3 */
  border: 0;
  background: #fff;
}
.home-work-slide .slide-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.faq-list {
	gap: 50px 0;
}
.faq-list .faq-q {
	position: relative;
	padding-left: 50px;
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: 700;
}
.faq-list .faq-q::before {
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	line-height: 34px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
	background: #ff9900;
}
.faq-list .faq-a {
	padding-left: 50px;
}
.home-area-map {
	position: relative;
	padding-top: 60px;
	padding-bottom: 120px;
}
.home-area-map-bg01 {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10%;
	right: 0;
	background: #f5f6f8;
	z-index: 1;
}
.home-area-map-box01 {
	position: relative;
	width: 47.5%;
	margin-left: auto;
	z-index: 4;
}
.home-area-map-img01 {
	content: "";
	position: absolute;
	top: -60px;
	bottom: 120px;
	left: 0;
	width: 48.5%;
	background-image: url("../images/pages/area_map_bg01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 2;
}
.home-area-map-img01 .areamap {
	position: absolute;
	top: 50%;
	right: 0;
	width: 560px;
	transform: translateY(-50%);
}
.home-area-map-img02 {
	content: "";
	position: absolute;
	top: -60px;
	bottom: 120px;
	left: calc(50% + 660px);
	right: 0;
	background-image: url("../images/pages/area_map_bg02.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 2;
}
.home-area-map-txt01 {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 13rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	z-index: 3;
}
.topics-slide {
  position: relative;
  overflow: hidden;
}
.topics-slide .swiper {
  overflow: visible;
}
.topics-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.topics-slide .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.topics-slide .slide {
  overflow: hidden;
  width: 360px;
}
.topics-slide .slide-img {
  position: relative;
  overflow: hidden;
  padding-top: 100%; /* 1:1 */
  border: 0;
  background: #fff;
}
.topics-slide .slide-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.topics-slide p {
  margin-top: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.home-perusona {
	padding: 80px 0 50px;
}
.home-perusona-title {
	width: 70%;
	margin: 0 auto 30px;
}
.home-perusona-list li {
	margin-bottom: 40px;
	padding: 20px 0;
	font-size: 1.3rem;
	background-size: 36px auto;
}
.home-perusona-list li::after {
	bottom: -40px;
	height: 40px;
	background-size: 50px auto;
}
.home-perusona-list li span {
	font-size: 1.8rem;
}
.home-perusona-text01 {
	margin-bottom: 40px;
}
.home-perusona-text03-en {
	bottom: -43px;
	font-size: 8rem;
}
.home-service-box01 {
	width: 90%;
}
.home-service-box01-2 {
	width: 100%;
}
.home-work {
	margin-bottom: 160px;
}
.home-work-bg01 {
	top: -35px;
	height: 80px;
}
.home-work-bg02 {
	bottom: -100px;
	height: 120px;
}
.home-work-slide {
	padding: 30px 0 30px;
}
.home-work-slide .slide p {
	font-size: 1.2rem;
}
.faq-list {
	gap: 30px 0;
}
.faq-list .faq-q {
	padding-left: 40px;
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 700;
}
.faq-list .faq-q::before {
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 1.8rem;
}
.faq-list .faq-a {
	padding-left: 40px;
}
.home-area-map {
	padding-top: 0;
	padding-bottom: 80px;
}
.home-area-map-bg01 {
	left: 5%;
}
.home-area-map-box01 {
	width: 100%;
	margin-left: 0;
	padding: 0 10%;
}
.home-area-map-img01 {
	content: "";
	position: relative;
	bottom: auto;
	left: 0;
	width: 95%;
	height: 560px;
}
.home-area-map-img01 .areamap {
	top: 50%;
	left: 50%;
	width: 400px;
	transform: translateY(-50%) translateX(-50%);
}
.home-area-map-img02 {
	display: none;
}
.home-area-map-txt01 {
	bottom: -15px;
	font-size: 8rem;
}
.topics-slide .slide {
  width: 320px;
}
}

@media screen and (max-width: 767px){
.home-perusona {
	padding: 60px 0 40px;
}
.home-perusona-title {
	width: 100%;
	margin: 0 auto 30px;
}
.home-perusona-list li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	padding: 15px 0;
	font-size: 1.6rem;
	background-size: 46px auto;
}
.home-perusona-list li::after {
	display: none;
	content: "";
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	height: 50px;
	background-size: 80px auto;
}
.home-perusona-list li:nth-child(3) {
	margin-bottom: 50px;
}
.home-perusona-list li:nth-child(3)::after {
	display: block;
}
.home-perusona-list li span {
	font-size: 2.4rem;
	font-weight: 700;
}
.home-perusona-text01 {
	margin-bottom: 30px;
}
.home-perusona-text03-en {
	bottom: -26px;
	font-size: 5rem;
}
.home-service-box01 {
	width: 90%;
}
.home-service-box01-2 {
	width: 100%;
}
.home-work {
	margin-bottom: 100px;
}
.home-work-bg01 {
	top: -15px;
	height: 43px;
}
.home-work-bg02 {
	bottom: -55px;
	height: 65px;
}
.home-work-slide {
	padding: 30px 0 30px;
}
.home-work-slide .slide {
  width: 250px;
}
.home-work-slide .slide p {
	font-size: 1.2rem;
}
.faq-list {
	gap: 30px 0;
}
.faq-list .faq-q {
	padding-left: 40px;
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 700;
}
.faq-list .faq-q::before {
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 1.8rem;
}
.faq-list .faq-a {
	padding-left: 40px;
}
.home-area-map {
	padding-top: 0;
	padding-bottom: 60px;
}
.home-area-map-bg01 {
	left: 5%;
}
.home-area-map-box01 {
	width: 100%;
	margin-left: 0;
	padding: 0 5%;
}
.home-area-map-img01 {
	content: "";
	position: relative;
	top: -40px;
	bottom: auto;
	left: 0;
	width: 95%;
	height: 450px;
}
.home-area-map-img01 .areamap {
	top: 50%;
	left: 50%;
	width: 320px;
	transform: translateY(-50%) translateX(-50%);
}
.home-area-map-img02 {
	display: none;
}
.home-area-map-txt01 {
	bottom: -8px;
	font-size: 4rem;
}
.topics-slide .slide {
  width: 250px;
}
}



/*　　ページタイトルイメージ / パンクズ / ページナビ
-------------------------------------------------------*/
.page-image-box {
	padding-top: 90px;
}
.page-image {
	position: relative;
	height: 21vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.page-title {
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: min(100%, 700px);
	padding: 12px;
	color: #fff;
	line-height: 1.4;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.3);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 20%, rgba(0,0,0,0.3) 80%, rgba(0,0,0,0) 100%);
	/* 	background: linear-gradient(to right, rgba(45,184,214,0) 0%, rgba(45,184,214,0.4) 20%, rgba(46,127,208,0.4) 80%, rgba(46,127,208,0) 100%); */ 
}
.page-index-image {
	background-repeat: no-repeat;
	background-position: left top 90px;
	background-size: 40.5vw auto;
}
.page-index-image02 {
	content: "";
	position: relative;
	height: 15vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-index-title {
	position: absolute;
  top: 50%;
	left: 0;
	right: 0;
  -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	line-height: 1.4;
	font-size: 3rem;
	font-weight: 700;
}
.page-index-title .title-en {
	display: block;
	font-size: 4vw;
	font-weight: 700;
	line-height: 1.2;
}
.pankuzu {
	padding: 8px 0;
	font-size: 1.2rem;
	background: #f5f6f8;
}
.pankuzu.no-bg {
	background: transparent;
}
.pankuzu {
	color: #666;
}
.pankuzu span {
	margin: 3px;
}
.pankuzu span:first-child {
	margin-left: 0;
}
.pankuzu a {
	color: #666;
}
.pankuzu a:hover {
	color: #2b52d4;
	text-decoration: underline;
}


@media screen and (min-width: 768px) and (max-width: 1270px){
.page-image-box {
	padding-top: 60px;
}
.page-image {
	height: 26vw;
}
.page-title {
	width: 70%;
	padding: 8px;
	font-size: 2rem;
}
.page-index-image {
	background-repeat: no-repeat;
	background-position: left top 60px;
	background-size: 40.5vw auto;
}
.page-index-title {
	width: 90%;
	font-size: 2rem;
	text-align: center;
}
.pankuzu {
	font-size: 1rem;
}
}

@media screen and (max-width: 767px){
.page-image-box {
	padding-top: 60px;
}
.page-image {
	height: 30vw;
}
.page-title {
	width: 85%;
	padding: 6px;
	font-size: 1.5rem;
}
.pankuzu {
	font-size: 1rem;
}
.page-index-image {
	background-repeat: no-repeat;
	background-position: left top 60px;
	background-size: 40.5vw auto;
}
.page-index-title {
	width: 90%;
	font-size: 1.5rem;
	text-align: center;
}
}


/*　　お知らせ
-------------------------------------------------------*/
.news-box {
	position: relative;
	padding: 30px;
	background: #e9f5ff;
}
.news-box.blog {
	padding: 0 30px 30px;
}
.news-list {
	position: relative;
	border-bottom: 1px dotted #ccc;
	z-index: 2;
}
.news-list li {
	margin-bottom: 20px;
}

.news-list li a {
	display: block;
	color: #282828;
}
.news-list li a:hover {
	color: #2b52d4;
	text-decoration: underline;
}
.news-list li a img {
	transition-duration: 0.2s;
}
.news-list li a:hover img {
	transform: scale(1.15);
}
.news-thumbnail {
	width: 80px;
	margin-right: 15px;
	border-radius: 5px;
	overflow: hidden;
}

.news-list02 li {
	margin-bottom: 50px;
}
.news-list02 li {
	margin-bottom: 60px;
}
.news-list02 li a {
	display: block;
	color: #282828;
}
.news-list02 li a:hover {
	color: #2b52d4;
	text-decoration: underline;
}
.news-list02 li a img {
	transition-duration: 0.2s;
}
.news-list02 li a:hover img {
	transform: scale(1.15);
}
.news-thumbnail02 {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
}
.news-btn-box {
	position: relative;
	z-index: 2;
}
.news-btn {
	display: inline-block;
	width: 200px;
	padding: 8px;
	color: #282828;
	font-weight: 700;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url("../images/common/arrow02.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 6px auto;
	transition-duration: 0.2s;
}
.news-btn:hover {
	color: #fff;
	border: 1px solid #fff;
	background-image: url("../images/common/arrow01.png"), linear-gradient(to right, #48d5f3, #0056ab);
	background-repeat: no-repeat, no-repeat;
	background-position: right 10px center, center;
	background-size: 6px auto, 100%;
	transform: scale(1.05);
}
.news-text-en {
	position: absolute;
	top: 30px;
	right: -13px;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	color: #fff;
	font-size: 10rem;
	font-weight: 700;
	line-height: 1;
	z-index: 1;
}
.news-text-en.blog {
	top: 0;
}


.news-detail-box01 {
	border-bottom: 1px solid #dedede;
}
.news-detail-thumbnail {
	width: 200px;
	margin-right: 30px;
	border-radius: 8px;
	overflow: hidden;
}
.news-detail-txt {
	flex: 1;
}
.news-img01 {
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px dotted #ccc;
}
.news-detail-img01 {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px dotted #ccc;
	text-align: center;
}
.news-detail-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}
.news-detail-content ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 20px;
}
.news-detail-content blockquote {
	font-style: italic;
	font-size: 1.6rem;
}


.news-detail-content h1 {
	margin-top: 2em;
	color: #282828;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;

	padding-left: 12px;
	border-left: 5px solid;
	border-image: linear-gradient(#2db8d6, #2e7fd0);
	border-image-slice: 1;
}
.news-detail-content h2 {
	margin-top: 2em;
	color: #282828;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	
	padding-left: 12px;
	border-left: 5px solid;
	border-image: linear-gradient(#2db8d6, #2e7fd0);
	border-image-slice: 1;
}

.news-detail-content h3 {
	margin-top: 2em;
	color: #282828;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}
.news-detail-content h4 {
	margin-top: 2em;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	color: #282828;
}
.news-detail-content h5,
.news-detail-content h6 {
	margin-top: 2em;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	color: #282828;
}	
.news-detail-content p {
	margin-top: 20px;
}
.news-detail-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}
.news-detail-content ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.news-box {
	padding: 20px;
}
.news-box.blog {
	padding: 20px;
}
.news-thumbnail {
	width: 60px;
}
.news-btn {
	width: 100%;
	padding: 8px;
}
.news-text-en {
	top: 20px;
	right: -13px;
	font-size: 7rem;
}
.news-text-en.blog {
	top: 20px;
}
.news-img01 {
	margin-top: 30px;
	padding-bottom: 30px;
}
.news-detail-content h1 {
	font-size: 2.4rem;
}
.news-detail-content h2 {
	font-size: 1.8rem;
}
.news-detail-content h3 {
	font-size: 1.6rem;
}
.news-detail-content h4 {
	font-size: 1.6rem;
}
.news-detail-content h5,
.news-detail-content h6 {
	font-size: 1.6rem;
}
}

@media screen and (max-width: 767px){
.news-box {
	padding: 20px;
}
.news-box.blog {
	padding: 20px;
}
.news-thumbnail {
	width: 60px;
}
.news-btn {
	width: 100%;
	padding: 8px;
}
.news-text-en {
	top: 20px;
	right: -13px;
	font-size: 7rem;
}
.news-text-en.blog {
	top: 20px;
}
.news-detail-thumbnail {
	width: 70%;
	margin: 0 auto 20px;
}
.news-detail-txt {
	width: 100%;
}
.news-img01 {
	margin-top: 30px;
	padding-bottom: 30px;
}
.news-detail-img01 {
	margin-top: 30px;
	padding-top: 30px;
}
.news-detail-content h1 {
	font-size: 2.2rem;
}
.news-detail-content h2 {
	font-size: 1.8rem;
}
.news-detail-content h3 {
	font-size: 1.6rem;
}
.news-detail-content h4 {
	font-size: 1.6rem;
}
.news-detail-content h5,
.news-detail-content h6 {
	font-size: 1.5rem;
}
}



/*　　会社情報 / 会社概要・沿革
-------------------------------------------------------*/
.mino-img01 {
	width: 270px;
	margin-left: 30px;
}
.mino-img02 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 48.5%;
	padding-bottom: 35px;
}
.mino-img03 {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 48.5%;
	padding-bottom: 35px;
}
.company-history-img01 img {
	width: 150px;
	margin-right: 10px;
	border-radius: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.mino-img01 {
	width: 30%;
	margin-left: 30px;
}
.mino-img02 {
	padding-bottom: 30px;
}
.mino-img03 {
	padding-bottom: 30px;
}
}

@media screen and (max-width: 767px){
.mino-img01 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.mino-img02 {
	position: relative;
	top: 0;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 60vw;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.mino-img03 {
	position: relative;
	top: 0;
	bottom: auto;
	right: 0;
	width: 100%;
	height: 60vw;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
}



/*	採用情報
-------------------------------------------------------*/
.recruit-txt01 {
	display: block;
	padding: 10px 15px;
	color: #233b8c;
	border-radius: 8px;
	background: #e0e7ff;
}
.recruit-flow li {
	position: relative;
	width: 100%;
	padding: 20px 0 20px 115px;
	border-bottom: 1px solid #dedede;
}
.recruit-flow li::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 30px;
	height: 20px;
	width: 40px;
	margin: auto;
	background-color: #fff;
	background-image: url("../images/common/arrow_flow.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 100%;
	z-index: 1;
}
.recruit-flow li:last-child::after {
	display: none;
}
.recruit-step {
	display: inline-block;
	width: 100px;
	margin-left: -115px;
	margin-right: 15px;
	padding: 5px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
	background: #ff9900;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
}

@media screen and (max-width: 767px){
}



/*　　サービス案内
-------------------------------------------------------*/
.services-index-box01 {
	position: relative;
	border: 1px solid #ccc;
	padding: 30px 30px 30px 32.583%;
}
.services-index-img01 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 30.083%;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.services-index-box01 {
	padding: 20px 20px 20px 32.583%;
}
}

@media screen and (max-width: 767px){
.services-index-box01 {
	padding: 165px 15px 15px 15px;
}
.services-index-img01 {
	bottom: auto;
	width: 100%;
	height: 150px;
}
}



/*　　機密書類処理
-------------------------------------------------------*/
.zero-mission-object li {
	width: calc((100% - 8%) / 5);
	padding: 20px;
	margin-right: 2%;
	text-align: center;
	line-height: 1.4;
	border-radius: 8px;
	border: 1px solid #dedede;
}
.zero-mission-object li:nth-child(5n) {
	margin-right: 0;
}
.zero-mission-object li img {
	height: 100px;
	margin-bottom: 10px;
}
.zero-mission-flow > li {
	padding: 15px;
	border: 1px solid #233b8c;
	border-radius: 0 50px 0 0;
}
.zero-mission-flow-img01 {
	width: 200px;
	margin-right: 15px;
}
.zero-mission-flow-title {
	padding-left: 40px;
	line-height: 1.4;
}
.zero-mission-flow-title span {
	display: inline-block;
	margin-left: -40px;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	background: #233b8c;
}
.zero-mission-img01 {
	width: 30%;
	margin-right: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.zero-mission-object li {
	width: calc((100% - 6%) / 3);
	margin-right: 3%;
	margin-bottom: 20px;
	padding: 15px;
}
.zero-mission-object li:nth-child(3n) {
	margin-right: 0;
}
.zero-mission-flow > li {
	border-radius: 0 25px 0 0;
}
}

@media screen and (max-width: 767px){
.zero-mission-object li {
	width: calc((100% - 4%) / 2);
	margin-right: 4%;
	margin-bottom: 20px;
	padding: 15px;
}
.zero-mission-object li:nth-child(2n) {
	margin-right: 0;
}
.zero-mission-flow > li {
	border-radius: 0 25px 0 0;
}
.zero-mission-flow-img01 {
	width: 120px;
}
}



/*　　古紙回収
-------------------------------------------------------*/
.paper-recycling-item li {
	width: calc((100% - 4%) / 3);
	padding: 20px 10px;
	margin-right: 2%;
	text-align: center;
	line-height: 1.4;
	border-radius: 8px;
	border: 1px solid #dedede;
}
.paper-recycling-item li:nth-child(3n) {
	margin-right: 0;
}
.paper-recycling-item li img {
	height: 100px;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.paper-recycling-item li {
	width: calc((100% - 6%) / 3);
	margin-right: 3%;
	margin-bottom: 20px;
	padding: 15px;
}
}

@media screen and (max-width: 767px){
.paper-recycling-item li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	padding: 15px;
}
}



/*　　リサイクルボックス
-------------------------------------------------------*/
.recycle-box-item li {
	width: calc((100% - 8%) / 5);
	padding: 20px 10px;
	margin-right: 2%;
	text-align: center;
	line-height: 1.4;
	border-radius: 8px;
	border: 1px solid #dedede;
}
.recycle-box-item li:nth-child(5n) {
	margin-right: 0;
}
.recycle-box-item li img {
	height: 100px;
	margin-bottom: 10px;
}
.recycle-box-flow > li {
	padding: 15px;
	border: 1px solid #233b8c;
	border-radius: 0 50px 0 0;
}
.recycle-box-flow-img01 {
	width: 300px;
	margin-right: 15px;
}
.recycle-box-flow-title {
	line-height: 1.4;
}
.recycle-box-flow-title span {
	display: inline-block;
	padding: 5px 20px;
	margin-bottom: 10px;
	border-radius: 25px;
	color: #fff;
	background: #233b8c;
}
.recycle-box-koshikoko-img01 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 48.5%;
}
.recycle-box-location {
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 0 35px 0 0;
	background: #f5f6f8;
}
.recycle-box-location-title {
	padding-left: 32px;
	line-height: 1.4;
	background-image: url("../images/common/icon_recycle_box.png");
	background-repeat: no-repeat;
	background-position: left top 2px;
	background-size: 22px auto;
}
.recycle-box-location-table {
	width: 100%;
	border-bottom: 1px solid #dedede;
}
.recycle-box-location-table th {
	width: 25%;
	padding: 10px 5px;
	border-top: 1px solid #dedede;
	font-size: 1.4rem;
}
.recycle-box-location-table td {
	padding: 10px 5px;
	border-top: 1px solid #dedede;
	font-size: 1.4rem;
}
.accessmap-box {
	width: 100%;
	margin-top: 15px;
	border: 1px solid #dedede;
}
.accessmap-box dt {
	padding: 8px 8px 8px 40px;
	color: #233b8c;
	background-color: #fff;
	background-image: url("../images/common/icon_accessmap.png"), url("../images/common/icon_toggle01.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left 10px center, right 10px center;
	background-size: 20px auto, 16px auto;
	cursor: pointer;
}
.accessmap-box dt:hover {
	background-color: #e8edff;
}
.accessmap-box dt.active {
	color: #fff;
	padding: 8px 8px 8px 40px;
	background-color: #233b8c;
	background-image: url("../images/common/icon_accessmap.png"), url("../images/common/icon_toggle2.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left 10px center, right 10px center;
	background-size: 20px auto, 16px auto;
}
.accessmap-box dd {
	position: relative;
	display: none;
	height: 400px;
}
.accessmap-box dd iframe {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	border: 1px solid #233b8c;
	border-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.recycle-box-item li {
	width: calc((100% - 6%) / 3);
	margin-right: 3%;
	margin-bottom: 20px;
	padding: 15px;
}
.recycle-box-item li:nth-child(3n) {
	margin-right: 0;
}
.recycle-box-flow > li {
	border-radius: 0 25px 0 0;
}
.recycle-box-flow-img01 {
	width: 30%;
}
.recycle-box-location {
	padding: 15px;
	border-radius: 0 25px 0 0;
}
.recycle-box-location-title {
	padding-left: 26px;
	background-size: 18px auto;
}
.recycle-box-location-table th {
	width: 25%;
	font-size: 1.2rem;
}
.recycle-box-location-table td {
	font-size: 1.2rem;
}
}

@media screen and (max-width: 767px){
.recycle-box-item li {
	width: calc((100% - 4%) / 2);
	margin-right: 4%;
	margin-bottom: 20px;
	padding: 15px;
}
.recycle-box-item li:nth-child(2n) {
	margin-right: 0;
}
.recycle-box-flow > li {
	border-radius: 0 25px 0 0;
}
.recycle-box-flow-img01 {
	width: 120px;
}
.recycle-box-flow > li {
	border-radius: 0 25px 0 0;
}
.recycle-box-flow-img01 {
	width: 50%;
}
.recycle-box-location {
	padding: 15px;
	border-radius: 0 25px 0 0;
}
.recycle-box-location-title {
	padding-left: 26px;
	background-size: 18px auto;
}
.recycle-box-location-table th {
	width: 25%;
	font-size: 1.2rem;
}
.recycle-box-location-table td {
	font-size: 1.2rem;
}
}



/*　　事業所一覧
-------------------------------------------------------*/
.locations-cnt01 {
	position: relative;
}
.locations-cnt01-img01 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 48.5%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.locations-cnt02-title01 {
	border-bottom: 1px solid #233b8c;;
}
.locations-cnt02-title01 span {
	display: inline-block;
	padding: 5px 10px;
	width: 300px;
	color: #fff;
	background: #233b8c;
	clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}
.locations-cnt02-list a {
	display: block;
	padding: 5px 15px 5px 12px;
	border: 1px solid #233b8c;
	border-left: 6px solid #233b8c;
	background-image: url("../images/common/arrow02.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 6px auto;
}
.locations-cnt02-list a:hover {
	color: #2b52d4;
	background-color: #fff;
	border: 1px solid #2b52d4;
	border-left: 6px solid #2b52d4;
}
.locations-cnt03-list > li {
	padding: 15px;
	border: 1px solid #dedede;
	border-radius: 0 35px 0 0;
}
.locations-cnt03-list-img01 {
	width: 176px;
	margin-right: 15px;
}
.locations-cnt03-list-icon01 {
	width: 180px;
}


@media screen and (min-width: 768px) and (max-width: 1270px){
.locations-cnt03-list > li {
	border-radius: 0 25px 0 0;
}
}

@media screen and (max-width: 767px){
.locations-cnt01-img01 {
	position: relative;
	width: 100%;
	height: 60vw;
	margin-top: 50px;
}

.locations-cnt02-title01 span {
	width: 45%;
}
.locations-cnt03-list > li {
	border-radius: 0 25px 0 0;
}
.locations-cnt03-list-img01 {
	width: 120px;
}
}



/*　　お問い合わせフォーム
-------------------------------------------------------*/
#autozip {
	background: #233b8c !important;
}
#autozip a {
	color: #fff !important;
	cursor: default;
}
.btn-contactform {
	display: block;
	padding: 15px;
	color: #fff;
	text-align: center;
	background-color: #233b8c;
	background-image: url("../images/common/arrow01.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 6px auto;
}
.btn-contactform:hover {
	color: #fff;
	background-color: #2b52d4;
}
.privacy-box {
	width: 100%;
	height: 200px;
  padding: 10px;
  border: 1px solid #ccc;
}
.icon-required {
	display: inline-block;
	font-size: 12px; font-size: 1.2rem;
  font-weight: 400;
	line-height: 1.5;
	margin-right: 10px;
	padding: 2px 8px 2px;
	background-color: #cf1126;
	color: #fff;
	vertical-align:middle;
	border-radius: 3px;
}
.form-initialize {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
}
.contactForm {
}
.contactForm th,
.contactForm td {
	font-size: 1.6rem;
}
.confirm-box .confirm-text {
	display: none;
}
.contactForm input {
	padding: 10px;
	font-size: 1.6rem;
	vertical-align:middle;
	border: 1px solid #ccc;
	border-radius: 0 !important;
}
.required-bgcolor {
	background-color: #fff7f7;
}
.contactForm input[type="radio"] {
	vertical-align: baseline;
}
.contactForm input[type="file"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 0;
	padding: 0;
}
.contactForm .select-menu {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 40px;
	font-size: 1.6rem;
	line-height:1.6;
	padding: 3px 10px;
	color: #282828;
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url("../images/common/arrow_select_menu.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px auto;
}
.contactForm textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  padding: 10px;
  font-size: 16px; font-size: 1.6rem;
  border: 1px solid #ccc;
	border-radius: 0;
}
.contactForm .btn-box {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.contactForm .btn-box input[type="submit"],
.contactForm .btn-box input[type="button"] {
	margin: 30px 0 0 !important;
}

.contactForm .confirm_button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 20px;
	width: 100% !important;
	cursor: not-allowed; /* 無効時のカーソル */
	color: #fff;
	border: 0;
	border-radius: 0;
	background: url("../images/common/arrow01.png"),linear-gradient(to right, #2db8d6, #2e7fd0);
	background-repeat: no-repeat, no-repeat;
	background-position: right 12px center, center;
	background-size: 9px auto, 100%;
	transition-duration: 0.2s;
	opacity: 0.5;
}
.contactForm .confirm_button:enabled {
	cursor: pointer;
	opacity: 1;
}
.contactForm .confirm_button:enabled:hover {
	transform: scale(1.05);
}
.contactForm .btn-send {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 20px;
	width: 100% !important;
	cursor: pointer;
	color: #fff;
	border: 0;
	border-radius: 0;
	background: url("../images/common/arrow01.png"),linear-gradient(to right, #2db8d6, #2e7fd0);
	background-repeat: no-repeat, no-repeat;
	background-position: right 12px center, center;
	background-size: 9px auto, 100%;
	transition-duration: 0.2s;
}

.contactForm .btn-send:hover {
  color: #fff;
	background: url("../images/common/arrow01.png"),linear-gradient(to right, #48d5f3, #0056ab);
	background-repeat: no-repeat, no-repeat;
	background-position: right 16px center, center;
	background-size: 9px auto, 100%;
	transform: scale(1.05);
}
.contactForm .back_button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	font-weight: 700;
	font-size: 2.4rem;
	padding: 20px;
	width: 100% !important;
	cursor: pointer;
	color: #fff;
	border: 0;
	border-radius: 0;
	background-color: #999;
	transition-duration: 0.2s;
}
.contactForm .back_button:hover {
  color: #fff;
	background-color: #666;
	transform: scale(1.05);
}
.contactForm .privacy-check {
	margin-left: -1em;
}
.contactForm .privacy-check-txt span {
	font-weight: 700 !important;
}


@media screen and (min-width: 768px) and (max-width: 1270px){
.contactForm .btn-box {
	width: 80%;
}
.contactForm .confirm_button,
.contactForm .btn-send,
.contactForm .back_button {
	font-size: 1.6rem;
}
}

@media screen and (max-width: 767px){
.contactForm .btn-box {
	width: 90%;
}
.contactForm .confirm_button,
.contactForm .btn-send,
.contactForm .back_button {
	font-size: 1.6rem;
}
}



/*　　wpプラグイン ページナビ
-------------------------------------------------------*/
.works-pagenav {
	margin: 80px auto !important;
	padding: 10px 0 !important;
}
.wp-pagenavi {
	clear: both;
	padding: 10px 0 !important;
	text-align: center !important;
	background-color: transparent;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #dedede !important;
	border-radius: 0 !important;
	padding: 4px 14px !important;
	margin: 4px !important;
  color: #282828 !important;
	font-family: "Roboto", sans-serif;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #999 !important;
}
.wp-pagenavi a:hover {
	color: #282828 !important;
	border: 1px solid #ccc !important;
	background-color: #f5f6f8 !important;
}
.wp-pagenavi span.current {
	font-weight: 700 !important;
	color: #fff !important;
	border: 1px solid #666 !important;
  background-color: #666 !important;
}
.wp-pagenavi .extend {
	display: none;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.wp-pagenavi {
	padding: 0 !important;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 6px 15px !important;
	margin: 3px !important;
}
}

@media screen and (max-width: 767px){
.works-pagenav {
	margin: 40px auto !important;
}
.wp-pagenavi {
	padding: 0 !important;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 2px 8px !important;
	margin: 2px !important;
}
}