@charset "utf-8";
/* CSS Document */
/*
Theme Name: 峻川商事株式会社
Theme URL: 
Description: 峻川商事ホームページCMS
Author: 株式会社ユイ・システム工房
Version: 1.01
*/

/* --- Web Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;700;900&display=swap');

/* --- Style --- */
@import url('./css/screen.css');

/* --- base deffinitions --- */
body:lang(ja) {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif!important;
	-webkit-text-size-adjust: 105%;
	width:100vw;
}
a:link {
	color:#73797C;
}
a:hover {
	color:#C3D600;
}

.for_pc { display:block; }
.for_tb { display:none; }
.for_sp { display:none; }

body.fixed {
　width: 100%;
　height: 100%;
　position: fixed;
}
.attached {
　position:fixed!important;
　overflow:hidden!important;
}
body:lang(ja).attached {
　overflow:hidden!important;
}

/* --- buttom normal --- */
.btn_slide {
    font-weight: bold;
    text-align: left;
    text-decoration: none;
	position: relative;
    overflow: hidden;
    width:100%;
    max-width: 310px;
    padding: 20px 15px;
    display: inline-block;
    border: 1px solid #73797C;
    outline: none;
    transition: ease .2s;
	background-color:#C3D600;
}
.btn_slide span {
	font-size:1.25rem;
	color:#73797C;
	position: relative;
	z-index: 3;
}
.btn_slide span::after {
	content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 16rem;
}
.btn_slide:hover span{
	color:#73797C;
}
.bgleft:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background:#FFF;
	width: 100%;
	height: 100%;
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

/* --- button short --- */
.btn_slide_min {
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    width: 8rem;
    padding: 10px;
    display: inline-block;
    border: 1px solid #73797C;
    outline: none;
    transition: ease .2s;
    background-color: #FFF;
    text-align: center;
    border-radius: 10px;
}
.btn_slide_min span {
	font-size:1.1rem;
	color:#73797C;
	position: relative;
	z-index: 3;
}
.btn_slide_min span::after {
    font-weight: 600;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 16rem;
}
.btn_slide_min:hover span{
	color:#73797C;
}
.bgleft_min:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #C3D600;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}
.bgleft_min:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}


/* --- Architect --- */
.weblock {
	width:100%;
	overflow:hidden;
}
.area_txt {
	color:#000;
}
/* Header */
header {
	position:relative;
}
.bgswtch {
	width: 100%;
	height: 900px;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
nav {
	font-family: Noto Sans CJK, sans-serif;
    width: 1200px;
    padding: 0 40px;
    position: absolute;
    bottom: 80px;
    border-radius: 15px;
    -webkit-border-radius: 20px;
    background-color: rgba(255,255,255,.8);
    backdrop-filter:blur(10px);
	box-shadow: 0px 0px 15px -5px #000;
}
nav ul {
	height: 90px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 60px;
    padding-left: 150px;
    background: url(images/logomark.svg) no-repeat left center;
    background-size: 60px;
}
nav li {
    width: 20%;
}
nav li a {
    font-size: 1.4rem;
    font-weight: bold;
    color: #73797C;
    line-height: 1;
	text-align: center;
    display: block;
    width: 100%;
}

.has_child {
    font-size: 1.3rem;
    font-weight: bold;
    color: #73797C;
    line-height: 100px;
	text-align: center;
    display: block;
    position:relative;
}
nav li a:hover {
	color:#C3D600;
}


/* nav definitions for scrolling */
nav.scrlfixed {
	position: fixed;
    z-index: 999;
    top: 0;
    bottom:inherit;
    left: 0;
    animation: slide-in ease 0.5s;
    width:100%;
    border-radius:0;
    height:70px;
}
@keyframes slide-in {
	0% {top:-60px;}
	100% {top:0px;}
}
nav.scrlfixed ul {
    height: 70px;
    margin-right:0;
}
nav.scrlfixed li {
	width:inherit;
	margin-left:2em;
}
nav.scrlfixed li a {
	font-size:1.3rem;
	line-height:70px;
}
nav.scrlfixed ul.sub_company,
nav.scrlfixed ul.sub_recruit {
	flex-direction: column;
	align-items: flex-start;
}
nav.scrlfixed .has_child ul {
	top:55px;
    left:0;
    padding-left:0;
    height:auto;
	box-shadow: 0 5px 10px #0003;
}
nav.scrlfixed .has_child li {
	margin-left:20px;
	padding: 6px 0;
}

#home .pg_home a,
body.pg_company li.pg_company a,
body.pg_company-en li.pg_company a,
body.pg_company-zh li.pg_company a,
body.pg_company-zh-cn li.pg_company a,
body.pg_business li.pg_company a,
body.pg_business-en li.pg_company a,
body.pg_business-zh li.pg_company a,
body.pg_business-zh-cn li.pg_company a,
body.pg_group li.pg_company a,
body.pg_group-en li.pg_company a,
body.pg_group-zh li.pg_company a,
body.pg_group-zh-cn li.pg_company a,
body.pg_message li.pg_company a,
body.pg_message-en li.pg_company a,
body.pg_message-zh li.pg_company a,
body.pg_message-zh-cn li.pg_company a,
body.pg_items li.pg_items a,
body.pg_items-en li.pg_items a,
body.pg_items-zh li.pg_items a,
body.pg_items-zh-cn li.pg_items a,
body.pg_recruit li.pg_recruit a,
body.pg_recruit-en li.pg_recruit a,
body.pg_recruit-zh li.pg_recruit a,
body.pg_recruit-zh-cn li.pg_recruit a,
body.pg_guidelines li.pg_recruit a,
body.pg_guidelines-en li.pg_recruit a,
body.pg_guidelines-zh li.pg_recruit a,
body.pg_guidelines-zh-cn li.pg_recruit a,
body.pg_recruit li.pg_recruit a,
body.pg_recruit-en li.pg_recruit a,
body.pg_recruit-zh li.pg_recruit a,
body.pg_recruit-zh-cn li.pg_recruit a,
body.pg_info li.pg_information a,
body.pg_info-en li.pg_information a,
body.pg_info-zh li.pg_information a,
body.pg_info-zh-cn li.pg_information a,
body.pg_contact li.pg_contact a,
body.pg_contact-en li.pg_contact a,
body.pg_contact-zh li.pg_contact a,
body.pg_contact-zh-cn li.pg_contact a {
	color:#C3D600;
}
/* newsticker */
.slider a{
    display: block;
    background:#fff;
    padding:20px;
}
/*日付*/
.slider span {
    display:inline-block;
    font-size:0.8rem;
    margin-right:10px;
    color:#777;
}

/* drop menu */
.has_child ul {
	background-image: none;
    padding: 10px 20px;
    margin-right: 0;
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 40px;
    left:1em;
    background-color: #AEBF00;
    justify-content: flex-start;
    border-radius:10px;
	-webkit-border-radius:10px;
	height: inherit;
	visibility:hidden;
	opacity:0;
	transition:all .3s linear;
}
.has_child:hover > ul,
.has_child:active > ul {
	visibility: visible;
	opacity: 1;
}
.has_child .sub_company {
	z-index:101;
}
.has_child .sub_recruit {
	z-index:100;
}
.has_child li {
	white-space:nowrap;
	width: inherit;
	margin-right: 20px;
}
.has_child li a {
	font-size: 1rem!important;
    line-height: 1.2!important;
	color:#FFF!important;
}
.has_child li a:hover {
	color:#282c00!important;
}
.has_child li a::before {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	margin-right:5px;
}
li.ct_company a::before {
	content:"\f1ad";
}
li.ct_business a::before {
	content:"\f0b1";
}
li.ct_group a::before {
	content:"\f500";
}
li.ct_message a::before {
	content:"\f27a";
}
li.ct_recruitnews a::before {
	content:"\f1ea";
}
li.ct_offerdetail a::before {
	content:"\f03a";
}
.langch {
	width: 310px;
    height: 80px;
    position: absolute;
    top: 20px;
    left: 0;
    background: url(./images/bg_langch.png) no-repeat right center;
}
.langch ul {
    font-size: 0.8rem;
    padding: 50px 0 0 30px;
    display: flex;
	background: url(images/logo_mark_type_en.svg) no-repeat 30px 15px;
    background-size: 200px;
    color: #73797c;
    width: 16rem;
}
.langch li {
	text-align:center;
	width:3rem;
	display:inline-block;
}
.langch li.lang-ja:lang(ja) {
	color:#C3D600;
}
.langch li.lang-tw:lang(zh-cmn-Hant-TW) {
	color:#C3D600;
}
.langch li.lang-cn:lang(zh-cmn-Hans-CN) {
	color:#C3D600;
}
.langch li.lang-en:lang(en) {
	color:#C3D600;
}
/* newsticker */
.ticker-wrap {
    display: flex;
    width: 1200px;
    background-color:rgba(255,255,255,.4);
    backdrop-filter:blur(10px);
    padding: 5px 20px;
    position: absolute;
    bottom: 180px;
}
.ticker-wrap h6 {
    color: #000;
    font-weight: bold;
    line-height:3rem;
    width: 4.5rem;
}
.ticker {
    width: 100%;
    height: 3rem;
    padding: 0 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.box_topics_inner li a {
	color:#333;
	text-decoration:none;
}
.ticker ul {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.ticker-item {
	position: absolute;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align:left!important;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ticker-item a {
	display: inline-block;
	width: auto;
	color: #333;
	white-space: nowrap;
	text-decoration: none;
	transition: transform 5s linear;
}
.topics_date {
	font-weight: bold;
    line-height: 1;
    width: 6.5em;
    margin-right:1em;
    color: #333!important;
    display: block!important;
    white-space: nowrap;
}
.topics_cat {
    line-height: 1;
    display: block!important;
    color: #333!important;
}
.topics_title {
    line-height: 1.2;
    display: block!important;
    color: #333!important;
    overflow: hidden;
}
.topics_title p {
	font-size:1rem!important;
	text-align:inherit!important;
	color:#333!important;
}
.fadeInDown {
	opacity: 0;
}
.fadeInDown.run {
	animation: fadeInDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.fadeOutDown {
	opacity: 1;
}
.fadeOutDown.run {
	animation: fadeOutDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-30px);
	}
	100% {
		opacity: 1;
    	transform: translateY(0);
	}
}
@keyframes fadeOutDown {
	0% {
    	opacity: 1;
    	transform: translateY(0);
  	}
  	100% {
    	opacity: 0;
    	transform: translateY(30px);
  	}
}
@keyframes blink {
	0%, 100% {
    	opacity: 1;
	}
	50% {
    	opacity: 0;
	}
}

/* scroll indicator */
.scrolldown4{
  position:absolute;
  bottom:0;
  right:50%;
  animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove{
      0%{bottom:0;}
      50%{bottom:20px;}
     100%{bottom:0;}
 }

.scrolldown4 span{
  position: absolute;
  left:-20px;
  bottom:10px;
  color: #73797c;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.scrolldown4:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #73797c;
    transform: skewX(-31deg);
}

.scrolldown4:after{
  content:"";
  position: absolute;
  bottom:0;
  right:0;
  width:1px;
  height: 50px;
  background:#73797c;
}

/* footer */
footer {
	font-size:1rem;
	color:#73797C;
	padding:50px 0;
	background-color:#EFEFEF;
	text-align:center;
}
.ftr_name {
	color:#EFEFEF;
    width: 550px;
    height: 60px;
    display: block;
    background: url(images/logo_mark_type_jp2.svg) no-repeat left center;
    margin: 0 auto;
    overflow:hidden;
    text-indent:-999em;
}
address {
	font-style:normal;
	text-align:left;
	display:block;
	width:550px;
	margin:0 auto 20px
}
.backtop {
	color: #FFF;
    width: 60px;
    height: 60px;
    background-color: #333;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position:fixed;
    transition: ease 0.5s;
}
.ftr_link {
	font-size:1.25rem;
	margin-bottom:50px;
}
.ftr_link a:link {
	color:#73797C;
	text-decoration:none;
}
.ftr_link a:hover {
	color:#C3D600;
}

/* --- Contents --- */
/* home */
.box{
    color: #fff;
    padding: 40px;
	display:flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#box1{
    background: #FFF;
}
#box2{
    background: #607D8B url(images/bg_company.jpg) center center fixed;
    text-align: center;
}
#box3{
    background: #FFF;
}
#box4{
    background: url(images/bg_newsrelease.jpg) center center fixed;
}
.box article {
	width:1200px;
	padding-top:70px;
}
.box h2 {
    font-family: "Noto Sans CJK", sans-serif;
	font-size: 2.5rem;
    font-weight: 700;
    line-height:1;
    color:#000!important;
    letter-spacing: 0.1em;
    margin-bottom:50px;
}
html:lang(en) .box h2 {
    letter-spacing: 0;
}
.box h3 {
    font-family: "Noto Sans CJK", sans-serif;
	font-size: 1.8rem;
    font-weight: 900;
    line-height:1;
    color:#000!important;
    letter-spacing: 0.1em;
    margin-bottom:30px;
}
.box p {
	color:#73797C;
	text-align:left;
	font-size:1.25rem;
}
/* business */
.box_business {
    display: flex;
    align-items: center;
}
.box_business div:nth-child(odd) {
	margin-right:1%;
}
.box_business div:nth-child(even) {
	margin-left:1%;
}
.box_business .area_txt {
	width:50%;
}
.para_mgn {
	margin-bottom:4rem;
}
.box_business .area_img {
	width:50%;
}
.box_business .area_img ul {
	display:flex;
	flex-wrap: wrap;
}
.box_business .area_img li {
	display:inline-block;
	width:50%;
}
.box_business .area_img figure {
	height:250px;
	position:relative;
}
.box_business .area_img figure img {
	width:100%;
	object-fit: cover;
}
.box_business .area_img figure figcaption {
	background: rgba(0,0,0,.7);
    font-size: 0.8rem;
    width: 13rem;
    padding: 3px 8px;
    position: absolute;
    bottom: 1em;
}
.box_business .area_img li:nth-child(2n+1) figcaption {
    left: 1em;
    text-align: left;
}
.box_business .area_img li:nth-child(2n) figcaption {
    right: 1em;
    text-align: right;
}
/* company */
.box_company {
	text-align:center;
	background-color:rgba(255,255,255,.5);
	padding:50px 0!important;
	backdrop-filter:blur(10px);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,.5);
}
.biz_logo {
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom:30px;
}
.biz_logo img {
	margin-bottom:10px;
}
.bizmenu {
	display: flex;
    margin: 0 auto;
    width: 24rem;
    gap: 10px;
}
.bizmenu li {
	/* margin: 0 5px;*/
	width: calc((100% - 30px) / 4);
}
.bizmenu figure {
	position: relative;
}
.bizmenu figcaption {
	font-size:0.8rem;
	color:#000;
	/*position: absolute;
    top: -1.5rem;*/
}
.bizmenu figcaption::before {
	content:"●";
	color:#C3D600;
}
/* items */
.box_items {
	display:flex;
	align-items: center;
}
.box_items div:nth-child(odd) {
	margin-right:1%;
}
.box_items div:nth-child(even) {
	margin-left:2%;
}
.box_items .area_txt {
	width:40%;
}
.box_items .area_txt ul {
	color:#73797C;
	text-align:left;
	margin-bottom:30px;
}
.box_items .area_txt li::before {
	content:"●";
	color:#C3D600;
}
.box_items .area_img {
	width:60%;
	text-align:right;
}
.itemslist {
	display: flex;
    flex-wrap: wrap;
}
.itemslist li {
	width: 24%;
	margin:0 1% 1% 0;
}
.itemslist li:nth-child(4n) {
	margin:0 0 1% 0;
}
/* newsrelease */
.box_news {
	color:#000;
	width:960px;
	padding-top:70px;
	background-color:rgba(255,255,255,.6);
	backdrop-filter:blur(10px);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,.5);
}
.ns_wrapper {
	padding:0 30px 30px;
	text-align:left;
}
.ns_wrapper .area p {
	width:310px;
	margin:0 auto!important;
} 
.tab {
	font-weight:bold;
	display: flex;
	flex-wrap: wrap;
}
.tab li {
	width:20%;
	text-align:center;
}
.tab li.blanktab {
	width: calc(100% - 60%);
    border-bottom: solid 1px #73797C;
}
.tab li a{
	display: block;
    padding: 10px 20px;
    border-bottom: solid 1px #73797C;
}
.tab li.active a{
	border-top:solid 1px #73797C;
	border-right:solid 1px #73797C;
	border-bottom:none;
	border-left:solid 1px #73797C;
}
.area {
	display: none;
	opacity: 0;
}
.area.is-active dl {
	line-height:1;
	margin-bottom:30px;
}
.area.is-active dt {
	width:10rem;
	float:left;
	padding:15px 0 15px 15px;
}
.area.is-active dt span {
    font-family: "Noto Sans CJK", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    color: #FFF;
    background-color: #FC0470;
    padding: 0 7px;
    margin-left: 8px;
}
.area.is-active dd {
	color:#73797C;
	padding-left:10rem;
	padding:15px 0;
	border-bottom:solid 1px #73797C;
	padding-left: 10rem;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {opacity: 0;}
  to {opacity: 1;}
}

/* 本文タイトル（外部リンク）の表示調整 */
.area.is-active dd p {
	width: 100%!important;
}
.area.is-active dd p a {
	font-size: 1rem;
    color: #000;
    text-align: left!important;
}
.area.is-active dd a:hover,
.area.is-active dd p a:hover {
	color:#C3D600!important;
}
/* 通常リンクの表示調整 */
.area.is-active dd a {
	color:#000;
}



/* Second Layer
--------------------------------- */
#contents header {
    height: 400px;
    background-size:cover;
    display: flex;
    justify-content: center;
}
/* header background */
.pg_company header, .pg_company-en header, .pg_company-zh header, .pg_company-zh-cn header,
.pg_business header, .pg_business-en header, .pg_business-zh header, .pg_business-zh-cn header,
.pg_group header, .pg_group-en header, .pg_group-zh header, .pg_group-zh-cn header,
.pg_message header, .pg_message-en header, .pg_message-zh header, .pg_message-zh-cn header {
    background: url(images/bghd_company.jpg) no-repeat center center;
}
.pg_items header, .pg_items-en header, .pg_items-zh header, .pg_items-zh-cn header {
    background: url(images/bghd_items.jpg) no-repeat center center;
}
.pg_recruit header, .pg_recruit-en header, .pg_recruit-zh header, .pg_recruit-zh-cn header,
.pg_guidelines header, .pg_guidelines-en header, .pg_guidelines-zh header, .pg_guidelines-zh-cn header {
    background: url(images/bghd_recruit.jpg) no-repeat center center;
}
.pg_info header {
    background: url(images/bghd_info.jpg) no-repeat center center;
}
.pg_contact header, .pg_contact-en header, .pg_contact-zh header, .pg_contact-zh-cn header,
.pg_confirm header, .pg_confirm-en header, .pg_confirm-zh header, .pg_confirm-zh-cn header,
.pg_thanks header, .pg_thanks-en header, .pg_thanks-zh header, .pg_thanks-zh-cn header,
.pg_error header, .pg_error-en header, .pg_error-zh header, .pg_error-zh-cn header {
    background: url(images/bghd_info.jpg) no-repeat center center;
}

/* company */
#contents header nav {
	bottom:35px!important;
}
#contents h1 {
	font-size: 2.5rem;
    font-weight: 900;
    font-family: "Noto Sans CJK", San-serif;
    text-align: center;
    margin-bottom: 30px;
}
#contents h2 {
}
#contents h3 {
	font-size: 1.5rem;
    font-weight: bold;
    color:#97A501;
    margin-bottom: 20px;
}
#contents h3::before {
	content:"■";
    color:#97A501;
}
#contents p {
	font-size:1rem;
}
.wrapper {
	width: 1200px;
    margin: 0 auto;
    padding: 20px 0 50px;
}
.breadcrumbs {
	color: #73797C;
	margin-bottom:60px;
}
.breadcrumbs li {
	margin-right:15px;
	display:inline-block;
}
.breadcrumbs li::before {
	content:">";
	margin-right:15px
}
.breadcrumbs li:first-child {
	margin-left:0!important;
}
.breadcrumbs li:first-child::before {
	content:""!important;
	margin-right:0!important;
}
.cnt_wrapper {
	margin-bottom: 100px;
}
.cnt_2col {
	display: flex;
	margin-bottom:100px;
}
.cnt_2col_txt {
	width:60%;
}
.cnt_2col_img {
	width:40%;
}
.cnt_2col_img img {
	height: 100%;
    object-fit: cover;
}


/* --- Company --- */
.com-outline {
	font-size: 1.25rem;
    border-top: solid 1px #CCC;
}
.com-outline dt {
	font-weight: bold;
    width: 9rem;
    float: left;
    padding: 25px 0;
}
.pg_guidelines-en .com-outline dt {
	font-weight: bold;
    width: 20rem;
    float: left;
    padding: 25px 0;
}
.com-outline dd {
	padding: 25px 0 25px 10rem;
    border-bottom: solid 1px #CCC;
}
.pg_guidelines-en .com-outline dd {
	padding: 25px 0 25px 21rem;
}
.com-outline dd span {
	font-size:80%;
}
.com-outline dd .list-up {
	list-style:disc;
	list-style-position:inside;
}
.com-outline dd .list-up li {
	padding-left:1.9rem;
	text-indent:-1.9rem;
}
.com-history {
    font-size: 1.25rem;
	border-top: solid 1px #CCC;
}
.com-history li {
	padding: 10px 0;
    border-bottom: solid 1px #CCC;
    display: flex;
}
.his_year {
	width: 6rem;
    display: inline-block;
    font-weight: bold;
    border-right: solid 5px #c3d600;
    padding: 10px 0;
    margin-right: 1.5rem;
}
.his_day {
	width:7rem;
	display:inline-block;
	padding-right: 1.5rem;
}
.his_timeline {
	width: calc(100% - 16rem);
	display: block;
}
.pg_company-en .his_day {
	width:10rem;
}
li.his_cap {
	color: #97A501;
    background-color: #F3F7CC;
    padding: 15px 0 15px 14.5rem;
}
.box_group {
    width: 100%;
    background: url(images/bg_taiwan.webp) no-repeat left top;
    background-size: cover;
    padding:50px;
    position:relative;
}
.group-ol {
    width: 50%;
    padding: 40px;
    display: block;
    background-color: rgba(255,255,255,.7);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.group-ol.en {
    width: 58%;
}
.group-ol dt {
    width: 5rem;
    float: left;
    padding: 10px 0;
}
.group-ol.en dt {
    width: 12rem;
}
.group-ol dd {
    border-top: solid 1px #999;
    padding: 10px 0 10px 6rem;
}
.group-ol dd:last-child {
	border-bottom:solid 1px #999;
}
.biz-card {
    width: 45%;
    display: block;
    position: absolute;
    right: -55px;
    bottom: -5px;
}
.biz-card .card-shadow {
    transform: rotate(-5deg);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
}
.wrap_branch {
	font-family:"Helvetica Neue", Arial, sans-serif;
	color:#FFF;
	background:url(/wp-content/uploads/2023/08/img_branch.png) no-repeat right top;
	background-size:cover;
}
.wrap_2col {
	display:flex;
	padding:50px;
}
.wrap_2col_inner {
	width:25%;
}
.wrap_country {
	margin-bottom:25px;
}
.wrap_country h5 {
	font-size:1.25rem;
	font-weight:bold;
}
.wrap_country li::before {
	content:"\f111";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	font-size:0.8rem;
	color:#C3D600;
	margin-right:5px;
}
.greeting {
	font-family:"Noto Serif CJK", Serif;
	margin-bottom: 16px;
}
.greeting-sign {
	font-family:"Noto Serif CJK", Serif;
	width:14.5rem;
	float:right;
}
html:lang(en) .greeting-sign {
	width:17.5rem;
}
.sign-com {
	font-size:1.25rem;
}
.sign-pos {
	font-size:1rem;
	line-height:1.5rem;
	margin-right:1rem;
}
.sign-name {
	font-size:1.5rem;
}

/* items */
.ttl_name {
	border-left: solid 10px #C3D600;
    color: #C3D600;
    font-weight: 900;
    padding: 5px 0;
    margin-bottom:20px;
}
.itm_number {
	display: block;
    font-size: 2.8rem;
    font-family: "Helvetica none", Arial, sans-serif;
    padding-left: 5px;
    line-height: 1;
}
.itm_title {
	font-family: "Noto Sans CJK", sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
    padding-left: 5px;
}
.area_item {
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:solid 1px #97A501;
}
.lst_items {
	display: flex;
    flex-wrap: wrap;
}
.lst_items dt {
	width: 400px;
    padding: 8px 50px 8px 0;
}
.lst_items dd {
	width: calc(100% - 450px);
    padding: 8px 0;
}
.item-name {
	font-size:1.42rem;
	font-weight:bold;
	margin-bottom:15px;
}
.item-name::before {
	content:"\f111";
	font-family:"Font Awesome 5 Free";
	font-size:1rem;
	color:#C3D600;
	margin-right:5px;
}

/*recruit*/
.box-flow {
	margin-top: 30px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.box-flow li {
    font-size: 1.2rem;
    width: 8rem;
    height: 8rem;
    padding: 10px;
    margin-right: 50px;
    border: solid 1px #707070;
	display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.box-flow li span {
	display:block;
	position: absolute;
	right: -30px;
	color:#97A501;
	font-size:1.5rem;
}
.box-flow li:last-child {
	margin-right: 0!important;
}

/* news */
.list_news {
	width:960px;
	margin:0 auto;
	border-top:solid 1px #CCC;
}
.list_news dt {
	width:10rem;
	padding-top:20px;
	float:left;
}
.list_news dd {
	color:#73797C;
	padding:20px 0 20px 10rem; ;
	border-bottom:solid 1px #CCC;
}
/* 外部リンク表示調整 */
.list_news dd p {
	width: 100%!important;
	line-height:1.2;
}
.list_news dd p a {
	font-size: 1rem;
    color: #000;
    text-align: left!important;
}
}
/* 本文タイトル（外部リンク）の表示調整 */
.list_news dd a:hover,
.list_news dd p a:hover {
	color:#C3D600!important;
}
/* 通常リンクの表示調整 */
.list_news dd a {
	color:#000;
}
/* カテゴリ表示 */
.newscat {
	color:#000;
	float: left;
    padding: 2px 5px;
    display: inline-block;
    margin: 0 1em 0 0;
}
.icn_news-ja,
.icn_news-en,
.icn_news-zh,
.icn_news-zh-cn {
    background-color: #d2d896;;
}
.icn_irinfo-ja,
.icn_irinfo-en,
.icn_irinfo-zh,
.icn_irinfo-zh-cn {
    background-color: #fcd295;
}
.icn_recruit-ja,
.icn_recruit-en,
.icn_recruit-zh,
.icn_recruit-zh-cn {
    background-color: #EEE;
}
.icn_release-ja,
.icn_release-en,
.icn_release-zh,
.icn_release-zh-cn {
    background-color: #ace1fa;
}


.icn_new {
    color: #FFF;
    font-weight: bold;
    font-size: 0.75rem;
    padding: 4px 8px;
    background-color: #FC0470;
    margin-left: 10px;
}
.wp-pagenavi {
	width:100%;
	margin-top:50px;
	display:flex;
	align-items: center;
    justify-content: center
}
a.page,
a.previouspostslink,
a.nextpostslink {
	min-width:40px;
	height:40px;
	display:block;
	text-align:center;
	line-height:40px;
	border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	margin-right:8px;
	padding: 0 5px;
}
.pages {
	margin:0 15px;
}
a.page-numbers:hover {
    background: #c3d6006e;
    color: #000;
}
/*.current {
	width:40px;
	height:40px;
	display:block;
	line-height:40px;
	margin-right:5px;
	text-align:center;
	background-color:#C3D600;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}*/
.current {
	color: #C3D600;
    /* line-height: 40px; */
    margin-right: 5px;
    text-align: center;
    /* background-color: #C3D600; */
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); */
}
.ttl_article {
	font-family:"Noto Sans CJK", sans-serif;
	font-size:1.8rem;
	background-color:#FFF;
	border-radius:10px;
	-webkit-border-radius:10px;
	padding:20px;
	margin-bottom:20px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.news-date {
	font-size:0.8rem;
	margin-bottom:20px;
	text-align:right;
}
.box_entry {
	border-bottom:solid 1px #CCC;
	padding-bottom:30px;
	margin-bottom:30px;
}
.news-date::before {
	content:"\f073;"
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	margin-right:10px;
}



/* contact */
.blk_form {
	width:910px;
	margin: 0 auto;
	text-align:left;
}
.box_contact {
	border-top:solid 1px #CCC;
	padding-top:30px;
	margin-top:30px;
}
.box_contact dt {
	color:#73797C;
	font-size:1.18rem;
	font-weight:bold;
	width:10rem!important;
	float:left;
	position:relative;
}
.box_contact dt label {
	font-size:1.1rem!important;
	font-weight:bold!important;
}
.box_contact dt.form_must::after {
	content:"必須";
	color:#FFF;
	font-size:0.8rem;
	text-align:center;
	background-color:#FC0470;
	width:3rem;
	border-radius:3px;
	-webkit-border-radius:3px;
	display:block;
	position:absolute;
	right:20px;
	top:5px;
}
.pg_contact-en .box_contact dt.form_must::after {
	content:"required";
	width: 4rem;
}
.pg_contact-zh .box_contact dt.form_must::after {
	content:"必填";
}
.pg_contact-zh-cn .box_contact dt.form_must::after {
	content:"必填";
}
.box_contact dd {
	/*width:100%;*/
	margin-bottom:20px;
	padding-left:10rem;
	margin-top:-3.5em;
	text-align:left;
}
input[type="text"],
input[type="email"] {
	border: solid 1px #CCC;
    border-radius: 5px!important;
    padding: 8px 10px;
	font-size:1.1rem!important;
	height:2.8rem!important;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	outline:solid 2px #FF9800!important;
    padding: 8px 10px;
}
.form-width-s {
	width:	20rem;
}
.form-width-l {
	width:	90%;
}
textarea {
	width:90%;
	height:10rem;
	border:solid 1px #CCC;
	border-radius:5px;
    padding: 8px 10px!important;
	font-size:1.25rem!important;
}
.frm_required {
	display:none;
}
.frm_error {
	margin-top:5px;
	font-size:1rem;
}
.frm_error,
.mw_wp_form .error {
	color:#F00!important;
}
.frm_error::before,
.mw_wp_form .error::before {
	content:"\f06a";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	margin-right:5px;
}
.is-error input,
.is-error textarea{
	outline: solid 2px #F00!important;
}
.form_btn {
	color:#73797C;
	font-weight: bold;
    text-align: left;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    width: 8rem;
    padding: 10px;
    display: inline-block;
    border: 1px solid #73797C;
    outline: none;
    transition: ease .2s;
    background-color: #FFF;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}

.frm_message {
	background-color: #FFF!important;
    border: none!important;
}

.form_btn:hover {
  background-color: #C3D600;
}

/* article style */
.box_entry h1 {
	font-size: 2.5rem;
    font-weight: 900;
    font-family: "Noto Sans CJK", San-serif;
    text-align: center;
    margin-bottom: 30px;
}
.box_entry h2 {
	font-size: 2rem;
    font-weight: 900;
    font-family: "Noto Sans CJK", San-serif;
    margin-bottom: 30px;
}
.box_entry h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #97A501;
    margin-bottom: 20px;
}
.box_entry h4 {
	font-size:1.25rem;
    color: #000;
    border-bottom: dashed 1px #999;
    margin-bottom: 10px;
	padding:0!important;
}
.box_entry h5 {
	font-size:1.15rem;
	color:#656e01;
    margin-bottom: 10px;
}
.box_entry h6 {
	font-size:1rem;
    margin-bottom: 10px;
}
.box_entry p {
	font-size: 1rem!important;
    margin-bottom: 10px!important;
}
.alignleft {
	float:left;
	margin:0 15px 15px 0;
}
.alignright {
	float:right;
	margin:0 0 15px 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
.box_entry ul {
    list-style: none;
    padding-left: 1em;
    margin-bottom:30px;
}
.box_entry li {
    text-indent: -1em;
    margin-bottom: 10px;
}
.box_entry li::before {
    content: "\f111";
    font-family: "font awesome 5 free";
    font-weight: 900;
    margin-right: 5px;
    font-size: 70%;
    color: #97a501;
}
.box_entry ol {
	list-style-position: inside;
    padding-left: 1em;
    margin-bottom:30px;
}

.box_entry blockquote {
	border: solid 1px #CCC;
    background-color: #EEE;
    padding: 10px;
    margin-bottom:15px;
}