@charset "utf-8";


/*　　Home / メインイメージ
-------------------------------------------------------*/
.main-img {
	position: relative;
	height: 29vw;
}
.slider-box {
	position: relative;
	width: 100%;
	height: 100%;
}
.zoomslider {
	width: 100%;
	height: 100%;
	margin-left: auto;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.main-img {
	height: 36vw;
}
}


@media screen and (max-width: 767px){
.main-img {
	height: 36vw;
}
}


/*　　ページタイトルイメージ / パンクズ / ページナビ
-------------------------------------------------------*/
.page-header {
	position: relative;
	height: 22.5vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-title {
	position: absolute;
	top: 48%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	text-align: center;
}
.pankuzu {
	margin-top: 10px;
	font-size: 1.2rem;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.page-header {
	height: 30vw;
}
.page-title {
	top: 52%;
	font-size: 2rem;
}
}

@media screen and (max-width: 767px){
.page-header {
	height: 30vw;
}
.page-title {
	top: 38%;
	font-size: 1.8rem;
}
}




/*　　Home / NEWS
-------------------------------------------------------*/
.category-nav li {
	margin: 10px 20px 0 0;
}
.category-nav li a {
	padding-left: 28px;
	color: #282828;
	font-size: 1.4rem;
	line-height: 1;
	background-image: url("../images/common/icon_category.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 20px auto;
}
.category-nav li a:hover {
	color: #0e94c7;
	text-decoration: underline;
}
.news-content li {
	width: 48.333%;
	margin-top: 50px;
	padding: 0 0 45px 22px;
	border-left: 1px dashed #969798;
	border-bottom: 1px dashed #969798;
}
.news-content li a {
	display: block;
	color: #282828;
}
.news-content li a:hover {
	color: #282828;
}
.news-box01 {
	width: 34.482%;
	margin-right: 25px;
}
.news-box02 {
	flex: 1;
}
.news-category {
	padding: 2px;
	color: #fff;
	text-align: center;
}
.news-category.news-jp,
.news-category.news-zh,
.news-category.news-en {
	background-color: #0e59b5;
}
.news-category.campaign-jp,
.news-category.campaign-zh,
.news-category.campaign-en {
	background-color: #efb53e;
}

.news-content li a:hover .news-txt {
	text-decoration: underline;
}
.news-content li a:hover img {
	opacity: 0.8;
}
.news-img01 {
	position: relative;
	margin-top: 10px;
	padding-top: 66.5%;
	overflow: hidden;
}
.news-img01 img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
  object-position: center;
}
.news-detail-img01 {
	position: relative;
	width: 21.25%;
	margin-right: 3%;
}
.news-detail-img01-inner {
	position: relative;
	padding-top: 66.5%;
	overflow: hidden;
}
.news-detail-img01 img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
  object-position: center;
}
.news-detail-category {
	display: inline-block;
	width: 150px;
	padding: 2px;
	margin-right: 15px;
	color: #fff;
	text-align: center;
}
.news-detail-category.news-jp,
.news-detail-category.news-zh,
.news-detail-category.news-en {
	background-color: #0e59b5;
}
.news-detail-category.campaign-jp,
.news-detail-category.campaign-zh,
.news-detail-category.campaign-en {
	background-color: #efb53e;
}
.news-detail-content p {
	margin-top: 20px;
}
.news-detail-content h1 {
	margin-top: 20px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
}
.news-detail-content h2 {
	margin-top: 20px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
}
.news-detail-content h3 {
	margin-top: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}
.news-detail-content h4 {
	margin-top: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}
.news-detail-content h5 {
	margin-top: 20px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
}
.news-detail-content h6 {
	margin-top: 20px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
}
.news-detail-content ul {
	margin-top: 20px;
	margin-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}
.news-detail-content ol {
	margin-top: 20px;
	margin-left: 20px;
  list-style-type: decimal;
  list-style-position: outside;
}
.news-detail-content blockquote {
	display: inline-block;
	padding: 15px;
	font-style: italic;
	background: #f5f5f5;
}
.news-detail-content blockquote p:first-child {
	margin-top: 0;
}


@media screen and (min-width: 768px) and (max-width: 1270px){
.news-content li {
	margin-top: 40px;
	padding: 0 0 30px 15px;
}
.news-box01 {
	margin-right: 15px;
}
.news-detail-content h1 {
	font-size: 2rem;
}
.news-detail-content h2 {
	font-size: 2rem;
}
.news-detail-content h3 {
	font-size: 1.6rem;
}
.news-detail-content h4 {
	font-size: 1.6rem;
}
.news-detail-content h5 {
	font-size: 1.4rem;
}
.news-detail-content h6 {
	font-size: 1.4rem;
}
}

@media screen and (max-width: 767px){
.category-nav li a {
	padding-left: 24px;
	font-size: 1.2rem;
	background-size: 16px auto;
}
.news-content li {
	width: 100%;
	margin-top: 30px;
	padding: 0 0 20px 10px;
}
.news-box01 {
	margin-right: 15px;
}
.news-detail-content h1 {
	font-size: 2rem;
}
.news-detail-content h2 {
	font-size: 2rem;
}
.news-detail-content h3 {
	font-size: 1.6rem;
}
.news-detail-content h4 {
	font-size: 1.6rem;
}
.news-detail-content h5 {
	font-size: 1.4rem;
}
.news-detail-content h6 {
	font-size: 1.4rem;
}
}



/*　　トピックス / swiper基本情報
-------------------------------------------------------*/
.topics-slide {
  overflow: hidden;
}
.topics-slide .swiper {
  overflow: visible;
	max-width: 1200px;
	margin: 0 auto;
	/* pagination 表示の場合
	padding-bottom: 35px;
	*/
}
.topics-slide .slide {
  overflow: hidden;
  -webkit-transition: var(--transition), opacity 1s;
  transition: var(--transition), opacity 1s;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}
a.swiper-slide {
	color: #282828;
}
a.swiper-slide:hover {
	color: #282828;
	text-decoration: underline;
}
a.swiper-slide:hover img {
	opacity: 0.8;
}
.topics-slide .slide-img {
	overflow: hidden;
}
.topics-slide .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}
.topics-slide .slide-txt {
  padding: 10px 0 0;
	line-height: 1.6;
	font-size: 1.4rem;
}
.swiper-button-prev,
.swiper-button-next {
  width: 50px;
	height: 50px;
	margin-top: 0;
}
.swiper-pagination {
	position: absolute;
	bottom: 0 !important;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 8px;
	margin: 0 5px !important;
	border-radius: 0;
	background-color: #999;
}
.swiper-pagination-bullet-active {
  background-color: #0e94c7;
}
.topics-slide .swiper-button-prev {
	top: 105px;
	left: 0;
}
.topics-slide .swiper-button-next {
	top: 105px;
	right: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(204,204,204,0.8);
}
.swiper-button-prev::after {
  background-image: url("../images/common/arrow_01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px auto;
	transform: rotate(180deg);
}
.swiper-button-next::after {
  background-image: url("../images/common/arrow_01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px auto;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
	background-color: rgba(204,204,204,1);
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.topics-slide .swiper {
  padding: 0 40px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
	height: 40px;
}
.topics-slide .swiper-button-prev {
	top: calc(16vw - 20px);
	left: 40px;
}
.topics-slide .swiper-button-next {
	top: calc(16vw - 20px);
	right: 40px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 40px;
	height: 40px;
	background-size: 10px auto;
}
}

@media screen and (max-width: 767px){
.topics-slide .swiper {
  padding: 0 15px 35px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 30px;
	height: 30px;
}
.topics-slide .swiper-button-prev {
	top: 12vw;
	left: 15px;
}
.topics-slide .swiper-button-next {
	top: 12vw;
	right: 15px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 30px;
	height: 30px;
	background-size: 8px auto;
}
.topics-slide .slide-txt {
  font-size: 1.2rem;
}
}



/*　Home　主な業務内容
-------------------------------------------------------*/
.home-service {
	position: relative;
	padding: 120px 0;
}
.home-service-bg01 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 60%;
	background-image: url("../images/pages/home_service01.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	z-index: 1;
}
.home-service-bg02 {
	position: absolute;
	top: 60px;
	bottom: 60px;
	right: 0;
	width: 50%;
	background-image: url("../images/pages/home_service02.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	z-index: 2;
}
.home-service-box01 {
	position: relative;
	width: 57.166%;
	padding: 40px;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	z-index: 3;
}
.home-service-tit01 {
	padding: 20px;
	text-align: center;
	background-color: rgba(0,0,0,0.05);
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.home-service {
	position: relative;
	padding: 80px 0;
}
.home-service-bg02 {
	top: 40px;
	bottom: 40px;
}
.home-service-box01 {
	left: 0;
	margin: auto;
	width: 80%;
	padding: 40px;
}
}

@media screen and (max-width: 767px){
.home-service {
	position: relative;
	padding: 60px 0;
}
.home-service-bg02 {
	top: 30px;
	bottom: 30px;
}
.home-service-box01 {
	left: 0;
	margin: auto;
	width: 95%;
	padding: 15px;
}
}



/*　Home　会社案内
-------------------------------------------------------*/
.home-company {
	position: relative;
	min-height: 900px;
}
.home-company-img01 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 49.65%;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.home-company-img01-txt {
	position: absolute;
	top: 4vw;
	right: 1.8vw;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	color: rgba(255,255,255,0.45);
	font-size: 5.65vw;
	line-height: 1;
}
.home-company-box01 {
	width: 46.666%;
	margin-left: auto;
}
.home-company-box02 {
	width: 48.214%;
}


@media screen and (min-width: 768px) and (max-width: 1270px){
.home-company {
	min-height: initial;
}
.home-company .c-title01 .txt01 {
	min-width: 100%;
}
}

@media screen and (max-width: 767px){
.home-company {
	min-height: initial;
}
.home-company-img01 {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 40%;
	background-position: center;
	background-size: cover;
}
.home-company-box01 {
	width: 100%;
}
.home-company-img01-txt {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 15px;
	left: 15px;
	-ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
	font-size: 4rem;
}
}



/*　Home　外部リンク
-------------------------------------------------------*/
.home-link {
	width: 974px;
	margin: 0 auto;
}
.home-link li {
	width: 18.685%;
	margin-top: 30px;
	margin-right: 1.642%;
}
.home-link li:nth-child(5n) {
	margin-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.home-link {
	width: 100%;
}
.home-link li,
.home-link li:nth-child(5n){
	width: 23.5%;
	margin-top: 30px;
	margin-right: 2%;
}
.home-link li:nth-child(4n) {
	margin-right: 0;
}
}

@media screen and (max-width: 767px){
.home-link {
	width: 100%;
}
.home-link li,
.home-link li:nth-child(5n) {
	width: 48%;
	margin-top: 30px;
	margin-right: 4%;
}
.home-link li:nth-child(2n) {
	margin-right: 0;
}
}



/*　会社案内
-------------------------------------------------------*/
.company-greeting {
	position: relative;
	padding: 120px 0;
}
.company-greeting-bg01 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	z-index: 1;
}
.company-greeting-bg02 {
	position: absolute;
	top: 60px;
	bottom: 60px;
	right: 0;
	width: 50%;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	z-index: 2;
}
.company-greeting-box01 {
	position: relative;
	width: 57.166%;
	padding: 40px;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	z-index: 3;
}
.company-greeting-tit01 {
	padding: 20px;
	text-align: center;
	background-color: rgba(0,0,0,0.05);
}
.company-access {
	height: 500px;
	padding: 10px;
	border: 1px solid #ccc;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.company-greeting {
	position: relative;
	padding: 0 0 40px;
}
.company-greeting-bg02 {
	display: none;
}
.company-greeting-box01 {
	left: 0;
	margin: auto;
	width: 80%;
	padding: 40px;
}
}

@media screen and (max-width: 767px){
.company-greeting {
	position: relative;
	padding: 0 0 30px;
}
.company-greeting-bg02 {
	display: none;
}
.company-greeting-box01 {
	left: 0;
	margin: auto;
	width: 95%;
	padding: 15px;
}
}



/*　　お問い合わせフォーム
-------------------------------------------------------*/
.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 {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: 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 {
  padding: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px; font-size: 1.6rem;
  border: 1px solid #ccc;}
.contactForm .btn-box {
	padding-top: 50px;
	text-align: center;
}
.contactForm .btn-send {
	position: relative;
	-webkit-appearance: none;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 22px;
	width: 720px;
	margin: 20px auto 0;
	cursor: pointer;
	color: #fff;
	border: 0;
	background-color: #0e94c7;
	background-image: url("../images/common/arrow_01.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 8px auto;
	transition-duration: 0.2s;
}
.contactForm .btn-send:hover {
  color: #fff;
	background-color: #02abeb;
	transform: scale(1.05);
}
.contactForm .btn-modify {
	position: relative;
	-webkit-appearance: none;
	font-weight: 700;
	font-size: 2.4rem;
	padding: 22px;
	width: 720px;
	margin: 30px auto 0;
	cursor: pointer;
	color: #fff;
	background-color: #666;
	transition-duration: 0.2s;
}
.contactForm .btn-modify:hover {
  color: #fff;
	background-color: #999;
	transform: scale(1.05);
}

@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;
}
}

