@charset "utf-8";



/*　　Home / メインイメージ
-------------------------------------------------------*/
#main-img {
  position: relative;
  height: calc(100vh - 8px);
  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-bg01 {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 100;
}
.main-txt01 {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: auto;
  width: 8.45vw;
  z-index: 300;
}
.main-txt-box {
	position: relative;
}
.main-txt02 {
  position: absolute;
  top: -15.12vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 63.7%;
  z-index: 200;
}
.main-txt03 {
  position: absolute;
  top: -242px;
  right: 0;
  margin: auto;
  width: 33px;
  height: 248px;
  z-index: 200;
}
#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 10s linear 0s 1 normal both;
}
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (min-width: 768px) and (max-width: 1270px){
#main-img {
  height: 40vh;
}
#main-img .slide-img > img {
  height: 40vh;
}
.main-txt01 {
  top: 17%;
  width: 9.5vw;
}
.main-txt03 {
  top: -142px;
  width: 20px;
  height: auto;
  z-index: 200;
}
}

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

@media screen and (max-width: 767px){
#main-img {
  height: 152vw;
}
#main-img .slide-img > img {
 height: 152vw;
}
.main-bg01 {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 100;
}
.main-txt01 {
  position: absolute;
  top: 28%;
  left: 10%;
  right: auto;
  margin: auto;
  width: 25%;
  z-index: 300;
}
.main-txt02 {
  top: -18.5vw;
  width: 80%;
}
.main-txt03 {
  top: -142px;
  width: 20px;
  height: auto;
  z-index: 200;
}
}

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



/*　 Home
-------------------------------------------------------*/
.home-persona {
	position: relative;
}
.home-persona-txt01 {
	display: inline-block;
	position: relative;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	border-bottom: 3px solid #282828; 
}
.home-persona-txt01 span {
	font-size: 3.8rem;
}
.home-persona02 {
	position: relative;
	padding-bottom: 60px;
}
.home-persona02-bg {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10%;
	right: 0;
	height: 100%;
	border-radius: 8px 0 0 8px;
	background: #eef9fb;
	z-index: -1;
}
.home-persona02-title01 {
	display: inline-block;
	height: 92px;
	line-height: 92px;
	padding: 0 80px;
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
	background: linear-gradient(to right, #41abbb, #7cdeaa);
}
.home-persona02-img01 {
	position: absolute;
	top: 152px;
	left: 0;
	width: 48.5%;
	height: 20.75vw;
	border-radius: 0 5px 5px 0;
	overflow: hidden;
}
.home-persona02-cnt01 {
	width: 47.5%;
	height: 20.75vw;
	padding-top: 80px;
	margin-left: auto;
}
.home-about {
	padding: 30px;
	border: 2px solid #41abbb;
	border-radius: 8px;
	background: #fff;
}
.home-about-img01 {
	width: 170px;
	margin-right: 30px;
}
.home-about-img01 img {
	border-radius: 5px;
}
.home-strengths-title {
	font-size: 6.5rem;
	font-weight: 700;
	line-height: 1;
	vertical-align: bottom;
}
.home-strengths {
	position: relative;
	padding-bottom: 8vw;
	min-height: 506px;
	background-image: url("../images/pages/home_strengths_bg_img01.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	overflow: hidden;
}
.home-strengths-box01 {
	position: relative;
	padding: 18px;
	min-height: 348px;
	border-radius: 8px;
	border: 2px solid #41abbb;
	background-color: #fff;
	background-image: url("../images/pages/home_strengths_bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 188px auto; 
}
.home-strengths-num {
	font-size: 2rem;
	color: #fff;
	line-height: 1;
}
.home-strengths-num span {
	font-size: 3rem;
	font-weight: 700;
}
.home-strengths-img {
	border-radius: 3px;
}
.home-strengths-txt01 {
	position: absolute;
	bottom: -1.2vw;
	left: 0;
	right: 0;
	font-size: min(7vw, 14rem);
	line-height: 1;
	text-align: center;
	display: inline-block;
  color: #41abbb;
  background: linear-gradient(to right, #41abbb, #7cdeaa);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-case {
	background: linear-gradient(to right, #41abbb, #7cdeaa);
}
.case-box {
	margin-bottom: 50px;
}
.case-box dt {
	display: block;
	position: relative;
	min-height: 80px;
	padding: 12px 60px 12px 90px;
	color: #282828;
	font-weight: 700;
	border: 1px solid #fff;
	background: rgba(255,255,255,0.2);
	cursor: pointer;
}
.case-box dt:hover {
	color: #282828;
	background: #e5e8ef;
}
.case-box dt .icon-q,
.case-box dt .icon-cate {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 76px;
	height: 100%;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	background: #fff;
}
.case-box dt .icon-q span {
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	display: inline-block;
  color: #41abbb;
  background: linear-gradient(to right, #41abbb, #7cdeaa);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.case-box dt .icon-cate span {
	position: absolute;
  top: 50%;
  left: 50%;
	width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	display: inline-block;
  color: #41abbb;
  background: linear-gradient(to right, #41abbb, #7cdeaa);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.case-box dt:hover::before,
.case-box dt.active::before {
	color: #fff;
}
.case-box dt::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 20px;
	height: 100%;
	border-radius: 25px;
	background-image: url("../images/common/icon_toggle01_2.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px auto;
}
.case-box dt.active {
	color: #282828;
	border: 1px solid #fff;
	border-bottom: 0;
	background: #e2f3f4;
}
.case-box dt.active::after {
	background-image: url("../images/common/icon_toggle02_2.png");
}
.case-box dd {
	position: relative;
	display: none;
	padding: 20px;
	border: 1px solid #fff;
	border-top: 0;
	background-color: rgba(255,255,255,0.2);
}
.case-box.cnt-open dt::after {
	background-image: url("../images/common/icon_toggle02_2.png");
}
.case-box.cnt-open dt.active::after {
	background-image: url("../images/common/icon_toggle01_2.png");
}
.case-box.cnt-open dd {
	display: block;
}
.icon-comment {
	padding-left: 30px;
	font-weight: 700;
	background-image: url("../images/common/icon_comment.png");
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 20px auto;
}
.icon-check {
	padding-left: 30px;
	font-weight: 700;
	background-image: url("../images/common/icon_check.png");
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 20px auto;
}
.icon-comment2 {
	padding: 7px 0 7px 52px;
	font-weight: 700;
	min-height: 42px;
	background-image: url("../images/common/icon_comment2.png");
	background-repeat: no-repeat;
	background-position: left top 0;
	background-size: 42px auto;
}
.comment-box {
	padding: 15px;
	border-radius: 5px;
	background: rgba(255,255,255,0.5);
}
.home-photo-slide {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #282828;
}
.home-photo-slide .swiper {
  overflow: visible;
}
.home-photo-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.home-photo-slide .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.home-photo-slide .slide {
  overflow: hidden;
  width: 24.35vw;
}
.home-photo-slide .slide-img {
  position: relative;
  overflow: hidden;
  padding-top: 47.619%; /* 420 x 200px */
  border: 0;
  background: #fff;
}
.home-photo-slide .slide-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-words {
	position: relative;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}
.home-words::before {
	content: "";
	position: absolute;
	top: 60px;
	bottom: 60px;
	left: 0;
	right: 0;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	z-index: -1;
}
.home-words::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% + 30px);
	right: 0;
	border-left: 1px solid #d4d4d4;
	z-index: -1;
}
.home-words-img01 {
	content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(50% + 660px);
  background-image: url("../images/pages/home_words01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	z-index: 10;
}
.home-words-img01-2 {
	content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(50% + 660px);
  background-image: url("../images/pages/home_words01_2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	z-index: 10;
}
.home-words-img02 {
  position: absolute;
  top: 61px;
  bottom: 61px;
  left: calc(50% + 31px);
  right: 0;
  background-image: url("../images/pages/home_words02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	z-index: 10;
}
.home-words-img03 {
  position: absolute;
  top: 61px;
  bottom: 61px;
  left: calc(50% + 31px);
  right: 0;
  background-image: url("../images/pages/home_words03.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	z-index: 10;
}
.home-words-img02-txt {
  position: absolute;
  bottom: 1vw;
  right: 30px;
  font-size: 3vw;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}
.home-words-box01 {
	width: 47.5%;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
}
.home-words-box01 .inner-words {
	padding-bottom: 60px;
	border-bottom: 1px solid #d4d4d4;
}
.home-words-box01 .inner-words.non-btn {
	border-bottom: 0;
}
.home-words-box01 .inner-words:first-child {
	padding-top: 60px;
}
.icon-customer {
	display: inline-block;
	min-height: 35px;
	padding: 10px 0 10px 45px;
	background-image: url("../images/common/icon_customer.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 35px auto;
}
.home-words-btn {
	height: 60px;
	line-height: 60px;
}
.home-business {
	position: relative;
	background-image: url("../images/pages/home_business01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-business-bg {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 206px;
	background: linear-gradient(rgba(255,255,255,0), rgba(65,171,187,0.6));
}
.home-business-box01 {
	padding: 80px 0 316px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.home-business-title {
	line-height: 1.5;
	text-shadow: 1px 1px 8px #fff;
}
.home-business-list li {
	padding: 23px 10px 23px 52px;
	margin-bottom: 10px;
	font-size: 2rem;
	background-color: rgba(255,255,255,0.8);
}
.home-business-list li .icon-num {
	display: inline-block;
	margin-left: -42px;
	margin-right: 10px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background: linear-gradient(to right, #41abbb, #7cdeaa);
}
.home-business-btn {
	display: block;
	position: absolute;
	bottom: 205px;
	width: 100%;
	padding: 20px 0;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	background: linear-gradient(to right, #41abbb, #7cdeaa);
	transition-duration: 0.2s;
}
.home-business-btn:hover {
	color: #fff;
	background: linear-gradient(to right, #3ecde3, #5bf9a5);
	transform: scale(1.05);
}
.home-business-btn span {
	padding: 0 42px;
	background-image: url("../images/common/arrow01.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px auto;
}
.home-business-txt-en {
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 14rem;
	color: #fff;
	line-height: 1;
}
.home-business-txt01 {
	font-size: 3rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	letter-spacing: 0.3em;
	text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.home-persona-txt01 {
	font-size: 1.8rem;
	border-bottom: 2px solid #282828; 
}
.home-persona-txt01 span {
	font-size: 2.6rem;
}
.home-persona02 {
	padding-bottom: 50px;
}
.home-persona02-bg {
	left: 5%;
	right: 5%;
}
.home-persona02-title01 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0 70px;
	font-size: 2rem;
}
.home-persona02-img01 {
	position: relative;
	top: 0;
	width: 100%;
	height: 30vw;
	border-radius: 0;
}
.home-persona02-cnt01 {
	width: 90%;
	height: auto;
	padding-top: 30px;
	margin: 0 auto;
}
.home-about {
	margin: auto;
}
.home-about-btn {
	margin-right: 5%;
}
.home-strengths-title {
	font-size: 5rem;
}
.home-strengths {
	padding-bottom: 10vw;
	min-height: 0;
}
.home-strengths-box01 {
	padding: 10px;
	min-height: 0;
	background-size: 120px auto; 
}
.home-strengths-num {
	font-size: 1.6rem;
}
.home-strengths-num span {
	font-size: 2.4rem;
}
.case-box {
	margin-bottom: 30px;
}
.home-photo-slide {
  padding: 30px 0;
}
.home-photo-slide .slide {
  width: 30vw;
}
.home-words-img02,
.home-words-img03 {
  background-position: left 33% top;
}
.home-words-box01 .inner-words {
	padding-bottom: 40px;
}
.home-words-box01 .inner-words.non-btn {
	padding-bottom: 90px;
}
.home-business-box01 {
	padding: 50px 0 230px;
}
.home-business-list li {
	padding: 15px 10px 15px 52px;
	font-size: 1.4rem;
}
.home-business-btn {
	bottom: 130px;
	font-size: 1.6rem;
}
.home-business-txt-en {
	bottom: -15px;
	font-size: 8rem;
}
}

@media screen and (max-width: 767px){
.home-persona-txt01 {
	font-size: 1.4rem;
	border-bottom: 2px solid #282828; 
}
.home-persona-txt01 span {
	font-size: 2rem;
}
.home-persona02 {
	padding-bottom: 30px;
}
.home-persona02-bg {
	left: 5%;
	right: 5%;
	border-radius: 8px;
}
.home-persona02-title01 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 1.4rem;
}
.home-persona02-img01 {
	position: relative;
	top: 0;
	width: 100%;
	height: 30vw;
	border-radius: 0;
}
.home-persona02-cnt01 {
	width: 90%;
	height: auto;
	padding-top: 30px;
	margin: 0 auto;
}
.home-about {
	margin: auto;
	padding: 15px;
}
.home-about-img01 {
	width: 170px;
	margin: 0 auto 15px;
}
.home-about-btn {
	margin-right: 5%;
}
.home-strengths-title {
	font-size: 3rem;
}
.home-strengths {
	height: auto;
	min-height: 0;
	padding-bottom: 30px;
}
.home-strengths {
	padding-bottom: 15vw;
	min-height: 0;
	background-position: bottom right -4vw;
	background-size: 180% auto;
}
.home-strengths-box01 {
	min-height: 0;
	margin-bottom: 30px;
}
.home-strengths-txt01 {
	font-size: 9vw;
}
.case-box {
	margin-bottom: 20px;
}
.home-photo-slide {
  padding: 15px 0;
}
.home-photo-slide .slide {
  width: 40vw;
}
.home-words::before {
	top: 40px;
	bottom: 40px;
}
.home-words::after {
	display: none;
}
.home-words-img01 {
	display: none;
}
.home-words-img02,
.home-words-img03 {
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
	height: 60vw;
	background-position: top center;
}
.home-words-img02-txt {
  position: absolute;
  bottom: 2vw;
  right: 5%;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}
.home-words-box01 {
	width: 100%;
	margin: auto;
}
.home-words-box01 .inner-words {
	padding-bottom: 40px;
}
.home-words-box01 .inner-words:first-child {
	padding-top: 40px;
}
.icon-customer {
	display: inline-block;
	min-height: 35px;
	padding: 10px 0 10px 45px;
	background-image: url("../images/common/icon_customer.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 35px auto;
}
.home-words-btn {
	height: 40px;
	line-height: 40px;
}
.home-business-box01 {
	padding: 50px 0 150px;
}
.home-business-list li {
	padding: 8px 5px 8px 39px;
	font-size: 1.4rem;
	line-height: 1.4;
}
.home-business-list li .icon-num {
	margin-left: -34px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 1.4rem;
}
.home-business-btn {
	bottom: 60px;
	padding: 16px 0;
	font-size: 1.6rem;
}
.home-business-txt-en {
	bottom: -8px;
	font-size: 4rem;
}
.home-business-txt01 {
	font-size: 1.8rem;
	letter-spacing: 0.3em;
}
}



/*　　ページタイトルイメージ / パンクズ / ページナビ
-------------------------------------------------------*/
.page-image-box {
	padding-top: 100px;
}
.page-image {
	position: relative;
	height: 19vw;
	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;
	background: linear-gradient(to right, rgba(1,171,187,0) 0%, rgba(1,171,187,0.4) 20%, rgba(124,222,170,0.4) 80%, rgba(124,222,170,0) 100%);
}
.pankuzu {
	padding: 8px 0;
	font-size: 1.2rem;
	background: #f7f8f9;
}
.pankuzu.page-news {
	width: 100%;
	max-width: 730px;
	margin: 80px auto 0;
}
.pankuzu {
	color: #666;
}
.pankuzu span {
	margin: 3px;
}
.pankuzu span:first-child {
	margin-left: 0;
}
.pankuzu a {
	color: #666;
}
.pankuzu a:hover {
	color: #41abbb;
	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;
}
.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;
}
}


/*　　お知らせ
-------------------------------------------------------*/
.news-category-list {
	margin-top: 10px;
}
.news-category-list li {
	margin: 10px 30px 0 0;
	padding-left: 26px;
	background-image: url("../images/common/icon_category.png");
	background-repeat: no-repeat;
	background-position: left top 6px;
	background-size: 20px auto;
}
.news-box {
	border-bottom: 1px solid #ccc;
}
.news-list li {
	margin-bottom: 60px;
}
.news-list li a {
	display: block;
	color: #282828;
}
.news-list li a:hover {
	color: #41abbb;
	text-decoration: underline;
}
.news-list li a img {
	transition-duration: 0.2s;
}
.news-list li a:hover img {
	transform: scale(1.15);
}
.news-thumbnail {
	border-radius: 8px;
	overflow: hidden;
}
.news-list-date {
	margin-top: 15px;
	font-size: 1.4rem;
}
.news-list-txt01 {
	margin-top: 5px;
	font-weight: 700;
	line-height: 1.5;
}
.news-detail-box01 {
	border-bottom: 1px solid;
	border-image: linear-gradient(to right, #41abbb, #7cdeaa);
	border-image-slice: 1;
}
.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(#7cdeaa, #41abbb);
	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(#7cdeaa, #41abbb);
	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-list li {
	margin-bottom: 30px;
}
.news-list-date {
	font-size: 1.2rem;
}
.news-list-txt01 {
	font-size: 1.2rem;
}
.news-detail-thumbnail {
	width: 160px;
}
.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-list li {
	margin-bottom: 30px;
}
.news-list-date {
	font-size: 1.2rem;
}
.news-list-txt01 {
	font-size: 1.2rem;
}
.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;
}
}



/*　　事務所概要
-------------------------------------------------------*/
.office-img-box01 {
	position: relative;
}
.office-img01 {
	width: 62.5%;
	margin-left: auto;
	margin-right: 0;
}
.office-img02 {
	width: 48.4%;
	margin: -6.25vw auto 0 0;
}
.office-txt-en {
	position: absolute;
	bottom: 5vw;
	left: 55%;
	font-size: 1.5vw;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.5em;
}
.access-map-bg {
	padding: 50px 0;
	background: linear-gradient(to right, #41abbb, #7cdeaa);
}
.access-map {
	height: 600px;
	border: 8px solid rgba(255,255,255,0.4);
	border-radius: 8px !important;
	overflow: hidden;
}
.access-map iframe {
	width: 100% !important;
	height: 100% !important;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.office-img02 {
	width: 60%;
}
.office-txt-en {
	bottom: 5vw;
	left: 58%;
	font-size: 2vw;
	letter-spacing: 0.4em;
}
}

@media screen and (max-width: 767px){
.office-img01 {
	width: 80%;
}
.office-img02 {
	width: 60%;
}
.office-txt-en {
	bottom: 5vw;
	left: 50%;
	font-size: 3vw;
	letter-spacing: 0.2em;
}
}



/*　　業務案内
-------------------------------------------------------*/
.business-cnt01 {
	position: relative;
}
.business-cnt01-bg {
	content: "";
	position: absolute;
	top: 60px;
	bottom: 0;
	left: 5%;
	right: 0;
	background-color: #eef9fb;
	z-index: 1;
}
.business-cnt01-bg.bg-img01 {
	background-image: url("../images/pages/business01_icon.png");
	background-repeat: no-repeat;
	background-position: left 8% bottom;
	background-size: 400px auto;
}
.business-cnt01-bg.bg-img02 {
	background-image: url("../images/pages/business02_icon.png");
	background-repeat: no-repeat;
	background-position: left 8% bottom;
	background-size: 340px auto;
}
.business-cnt01-img01 {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 48.5%;
	height: 25vw;
	border-radius: 0 5px 5px 0;
	background-image: url("../images/pages/business01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 2;
}
.business-cnt01-img02 {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 48.5%;
	height: 25vw;
	border-radius: 0 5px 5px 0;
	background-image: url("../images/pages/business02.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 2;
}
.business-cnt01-box01 {
	position: relative;
	width: 47.5%;
	min-height: 25vw;
	padding-top: 120px;
	margin-left: auto;
	z-index: 3;
}
.business-cnt01-box02 {
	position: relative;
	z-index: 3;
}
.business-cnt01-list li {
	padding-left: 42px;
	margin-bottom: 20px;
}
.business-cnt01-list .icon-num {
	display: inline-block;
	margin-left: -42px;
	margin-right: 10px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background: linear-gradient(to right, #41abbb, #7cdeaa);
}
.business-kokorogake {
	padding: 15px;
	border-radius: 8px;
}
.business-kokorogake-inner {
	padding: 25px;
	border: 1px solid #41abbb;
	border-radius: 5px;
}
.business-kokorogake-title {
	padding-left: 80px;
	padding-bottom: 15px;
	line-height: 1.5;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 50px;
	vertical-align: middle;
	border-bottom: 1px solid #41abbb;
}
.business-kokorogake-title.icon01 {
	background-image: url("../images/pages/business_icon01.png");
}
.business-kokorogake-title.icon02 {
	background-image: url("../images/pages/business_icon02.png");
}
.business-kokorogake-title.icon03 {
	background-image: url("../images/pages/business_icon03.png");
}
.business-words-box01 {
	position: relative;
	border-top: 1px solid #d4d4d4;
}
.business-words-box01::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #d4d4d4;
	z-index: -1;
}
.business-words-box02 {
	border-bottom: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
}
.business-words-box03 {
	border-bottom: 1px dotted #ccc;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.business-cnt01-bg {
	content: "";
	position: absolute;
	top: 60px;
	bottom: 0;
	left: 5%;
	right: 0;
	background: #eef9fb;
	z-index: 1;
}
.business-cnt01-bg.bg-img01 {
	background-position: left 8% bottom;
	background-size: 200px auto;
}
.business-cnt01-bg.bg-img02 {
	background-position: left 10% bottom;
	background-size: 180px auto;
}
.business-cnt01-img01 {
	position: relative;
	width: 95%;
	height: auto;
	padding-top: 51.546%;
	margin-bottom: 30px;
}
.business-cnt01-img02 {
	position: relative;
	width: 95%;
	height: auto;
	padding-top: 51.546%;
	margin-bottom: 30px;
}
.business-cnt01 .wrapper-L {
	padding: 0 5%;
}
.business-cnt01-box01 {
	width: 100%;
	min-height: 0;
	padding-top: 0;
	margin-left: auto;
}
.business-kokorogake {
	padding: 15px;
}
.business-kokorogake-inner {
	padding: 20px;
}
}

@media screen and (max-width: 767px){
.business-cnt01-bg {
	content: "";
	position: absolute;
	top: 60px;
	bottom: 0;
	left: 5%;
	right: 0;
	background: #eef9fb;
	z-index: 1;
}
.business-cnt01-bg.bg-img01 {
	background-position: left 8% bottom;
	background-size: 150px auto;
}
.business-cnt01-bg.bg-img02 {
	background-position: left 10% bottom;
	background-size: 120px auto;
}
.business-cnt01-img01 {
	position: relative;
	width: 95%;
	height: auto;
	padding-top: 51.546%;
	margin-bottom: 30px;
}
.business-cnt01-img02 {
	position: relative;
	width: 95%;
	height: auto;
	padding-top: 51.546%;
	margin-bottom: 30px;
}
.business-cnt01 .wrapper-L {
	padding: 0 5%;
}
.business-cnt01-box01 {
	width: 100%;
	min-height: 0;
	padding-top: 0;
	margin-left: auto;
}
.business-cnt01-list li {
	padding-left: 34px;
	margin-bottom: 10px;
}
.business-cnt01-list .icon-num {
	margin-left: -34px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 1.4rem;
}
.business-kokorogake {
	padding: 10px;
}
.business-kokorogake-inner {
	padding: 15px;
}
}



/*　　お問い合わせフォーム
-------------------------------------------------------*/
#autozip {
	color: #fff !important;
	background-color: #5caaed !important;
}
#autozip a {
	color: #fff !important;
}
.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;
}
.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 {
	height: 40px;
	font-size: 1.6rem;
	line-height:1.6;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}
.contactForm textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  padding: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px; font-size: 1.6rem;
  border: 1px solid #ccc;
	border-radius: 0;
}
.contactForm .btn-box {
	padding-top: 30px;
	text-align: center;
}
.contactForm .btn-send {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	font-family: "Zen Kaku Gothic New", sans-serif;
	padding: 22px;
	width: 720px;
	margin: 20px auto 0;
	cursor: pointer;
	color: #fff;
	border: 0;
	border-radius: 0;
	background: url("../images/common/arrow01.png"),linear-gradient(to right, #41abbb, #7cdeaa);
	background-repeat: no-repeat, no-repeat;
	background-position: right 16px 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, #3ecde3, #5bf9a5);
	background-repeat: no-repeat, no-repeat;
	background-position: right 16px center, center;
	background-size: 9px auto, 100%;
	transform: scale(1.05);
}
.contactForm .btn-modify {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	font-weight: 700;
	font-size: 2.4rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	padding: 22px;
	width: 720px;
	margin: 20px auto 0;
	cursor: pointer;
	color: #fff;
	border: 0;
	border-radius: 0;
	background-color: #999;
	transition-duration: 0.2s;
}
.contactForm .btn-modify:hover {
  color: #fff;
	background-color: #666;
	transform: scale(1.05);
}
#form-error-message {
	padding: 20px;
	font-weight: bold;
	color: #fff;
	background: #cc0000;
	text-align: center;
	margin: 20px 0;
}

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

@media screen and (max-width: 767px){
.privacy-box {
  padding: 10px;
}
.contactForm .btn-box {
	padding-top: 10px;
}
.contactForm .btn-send {
	padding: 20px;
	width: 90%;
	font-size: 1.6rem;
}
.contactForm .btn-modify {
	padding: 20px;
	width: 90%;
	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: 5px !important;
	padding: 8px 18px !important;
	margin: 4px !important;
  color: #282828 !important;
	font-family: "Poppins", 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: #eef0f4 !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;
}
}