@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  common_en.css
 style info :  enヘッダ／フッタ設定
=================================================================== */
span.pc_br::before { content: '\A'; white-space: pre; }
span.sp_br::before { content: ''; white-space: normal; }
span.lsize         { font-size: 130%; }
img.pc_img { display: block; }
img.sp_img { display: none; }
.pager { display: none!important; }

/* header */
header               { padding: 0 40px; margin-top: 0; min-width: 1330px; width: 100%; height: 150px; background: #fff; box-shadow: 0 0 3px #ccc; position: fixed; z-index: 10; }
header .logo         { width: 220px; position: absolute; top: 30px; left: 35px; }
header .logo img     { width: 100%; }
header h1            { margin: 0; width: 242px; position: absolute; top: 16px; right: 40px; }
header h1 img        { width: 100%; }
header .freedial     { width: 242px; position: absolute; top: 98px; right: 40px; }
header .freedial img { width: 100%; }
/* global menu */
#g_menu                   { height: 150px; }
#g_menu .drawer-hidden    { display: none; }
#g_menu .drawer-open      { display: none; }
#g_menu .text             { display: none; }
#g_menu > ul              { position: absolute; display: inline-block; top: 112px; margin: 0; padding: 0; }
#g_menu > ul > li         { float: left; padding-bottom: 19px; font-size: 13px; }
#g_menu > ul > li a       { display: block; padding: 0 20px; border-right: 1px solid #666; }
#g_menu > ul > li a:hover { color: #a67137; }
#g_menu > ul > li.lang    { position: absolute; top: -70px; right: -20px; padding-right: 0; }
#g_menu > ul > li.lang a  { border-right: none; }
#g_menu > ul > li.lang i  { padding-right: .5rem; color: #8f8f8f; }
#g_menu > ul > li ul      { position: absolute; top: 100%; padding: 10px 20px; background: rgba(255,255,255,.9); border-top:solid 1px #eee; box-shadow: 0 4px 5px #999; }
#g_menu > ul > li ul li   { float: none; display: block; font-size: 14px; margin: 10px 0; }
#g_menu > ul > li ul li a { border: none; }
#g_menu > ul > li#service_btn ul#service_pulldown,
#g_menu > ul > li#concept_btn ul#concept_pulldown,
#g_menu > ul > li#staff_btn ul#staff_pulldown,
#g_menu > ul > li#form_btn ul#form_pulldown { display: none; }
#g_menu > ul > li#service_btn:hover ul#service_pulldown,
#g_menu > ul > li#concept_btn:hover ul#concept_pulldown,
#g_menu > ul > li#staff_btn:hover ul#staff_pulldown,
#g_menu > ul > li#form_btn:hover ul#form_pulldown { display: block; }

/* breadcrumb */
#breadcrumb    { margin: 0 auto; padding-top: 150px; width: 1400px; }
#breadcrumb ul { margin: 0 0 0 40px; padding: 1em 0; height: calc(20px + 2em); font-size: 13px; }
#breadcrumb li { text-decoration: none; line-height: 20px; display: inline; }
#breadcrumb li a                   { text-decoration: none; color: #000; display: inline; }
#breadcrumb li:first-child::before { padding: 0; content: ''; }
#breadcrumb li:first-child i       { padding-right: .5rem; color: #b07c1f; }
#breadcrumb li::before             { padding: 0 1em; content: '>'; display: inline; }
/* 角丸ボタンデフォルト */
.round_btn           { margin: 0 auto; width: 300px; height: 62px; text-align: center; background: #ccc; border-radius: 31px; }
.round_btn a         { display: block; line-height: 62px; width: 100%; font-weight: 400; font-size: 1.25rem; text-decoration: none; color: #fff; }
.round_btn a::before { content: '\f054'; font-size: 1.8rem; font-family: 'Font Awesome 5 Free'; font-weight: 700; vertical-align: -.15rem; padding-right: .5rem; }
.round_btn:hover     { opacity: .7; }
/* entryボタンデフォルト */
.entry           { margin: 100px auto; width: 1200px; height: 100px; text-align: center; background: #ffcb2b; border-radius: 50px; }
.entry a         { display: block; line-height: 100px; width: 100%; font-weight: 700; font-size: 1.8rem; text-decoration: none; color: #000; }
.entry a::before { content: '\f054'; font-size: 2.8rem; font-family: 'Font Awesome 5 Free'; font-weight: 900; vertical-align: -.5rem; padding-right: .9rem; }
/* ページャー */
.pager { margin: 60px auto; font-size: 1.25rem; text-align: center; }
.pager a              { padding: .25em .5em; margin: 0 2px; text-align:center; text-decoration: none; color: #fff; background: #dacaa9; }
.pager a.current      { background: #b07c1f; }
.pager a.dots,
.pager a.prev,
.pager a.next         { color: #dacaa9; background: none; }
.pager a.prev::after  { content: '＜'; white-space: pre; padding-left: .5em; }
.pager a.next::before { content: '＞'; white-space: pre; padding-right: .5em; }
.pager a:hover        { }
@media only screen and (min-width: 769px) {
/* scroller */
p.btn.top   { position: fixed; right: 30px; bottom: 10px; z-index: 5; display: none; }
p.btn.top a { text-decoration: none; color: #fff; background: #cdcdcf; padding: .75rem 1.5rem; border-radius: 5px; display: inline-block; font-size: .8rem; }
p.btn.top a:hover { opacity: .7; }
}
/* 新型コロナウイルス対策 */
#coronavirus                    { margin: 40px auto; width: 1400px; background: #f9f4ea; }
#coronavirus .read              { width: 700px; height: 346px; background: url(/common/img/coronavirus_img.png) no-repeat; float: left; }
#coronavirus h3                 { text-align: left; font-weight: 700; font-size: 1.75rem; line-height: 2em; padding: 40px; }
#coronavirus h3 span            { font-size: 2rem; color: #f00; }
#coronavirus h3 span::before,
#coronavirus h3 span::after     { content: '\A'; white-space: pre; }
#coronavirus .policy            { float: right; padding: 20px 40px; width: 700px; height: 346px; }
#coronavirus .policy ul         { line-height: 54px; list-style: none inside; margin-bottom: 0; }
#coronavirus .policy li         { position: relative; padding: .5rem 0 .5rem 3rem; font-size: 1.1rem; line-height: 1.5 }
#coronavirus .policy li::before { position: absolute; top: 0; left: 0; content: '\f00c'; font-size: 200%; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #00886d; }
#coronavirus .policy li span    { font-weight: 500; font-size: 120%; color: #00886d; }
/* バナー */
#pasona_banner         { margin: 50px auto 60px auto; width: 1160px; }
#pasona_banner .large  { float: left; width: 960px; }
#pasona_banner .little { float: right; width: 180px; }
#pasona_banner img     { margin-top: 10px; }
/* footer */
footer           { margin: 0 auto; width: 100%; background: #f9f4ea; }
footer .inner    { margin: 0 auto; padding: 60px 0; width: 1200px; }
footer .inner h3 { font-size: 15px; font-weight: 700; text-align: left; letter-spacing: 2px; margin: 0; padding-bottom: 20px; }
footer .inner p  { line-height: 1.6; font-size: 14px; margin: 0; }
footer .inner a       { text-decoration: none; }
footer .inner a:hover { text-decoration: underline; }
footer .inner ul                 { margin-bottom: 0; }
footer .inner ul li              { padding-bottom: 10px; font-size: 14px; }
footer .inner ul li.tel          { font-size: 24px; font-weight: 500; }
footer .inner ul li.tel small    { font-size: 60%; }
footer .inner .support           { float: left; width: 34%; }
footer .inner .company           { float: left; width: 30%; }
footer .inner .privacy           { float: left; width: 36%; }
footer .inner .privacy .privacy_mark               { padding-top: 15px; padding-bottom: 10px; }
footer .inner .privacy .privacy_mark img           { width: 112px; }
footer .inner .privacy .privacy_mark img.icon-auth { width: auto; height: 112px; padding-left: 10px; }
footer .copyright { margin: 0 auto; padding: 30px; text-align: center; font-size: 14px; font-family: 'Helvetica','HelveticaNeue','Arial',sans-serif; font-weight: 400; background: #fff; }
/* ==ここまで PC設定============================================= */

@media only screen and (max-width: 768px) {
span.pc_br::before { content: ''; white-space: normal; }
span.sp_br::before { content: '\A'; white-space: pre; }
img.pc_img { display: none; }
img.sp_img { display: block; }
/* header */
header           { padding: 0; min-width: 20px; width: 100%;  height: 16vw; background: #fff; box-shadow: none; position: relative; }
header .logo     { width: 29%; position: absolute; left: 3vw; top: 50%; z-index: 2; transform: translatey(-50%); }
header .logo img { width: 100%; }
header h1        { margin: 0; width: 38%; position: absolute; right: 16vw; top: 50%; z-index: 2; transform: translatey(-50%); }
header h1 img    { width: 100%; }
header .freedial { display: none; }
/* global menu */
#g_menu                   { width: 100%; height: auto; display: block; position: relative; }
#g_menu .drawer-hidden    { display: none; }
#g_menu .drawer-open      { display: block; }
/* ハンバーガーアイコンの設置スペース */
#g_menu .drawer-open      { display: inline-block; margin: 0; height: 13vw; width: 100%; position: relative; right: 0; text-align:center; cursor: pointer; }
#g_menu .text             { display: block;margin: 0; color: #000; font-size: 2vw; line-height: 1; text-align: center; position: absolute; right: 0; bottom: 0; width: 16vw; }
/* ハンバーガーメニューのアイコン */
#g_menu .drawer-open span,
#g_menu .drawer-open span:before,
#g_menu .drawer-open span:after   { content: ''; height: .6vw; width: 10vw; background: #000; transition: 0.5s; position: absolute; top: 6.5vw; right: 3vw; }
#g_menu .drawer-open span:before  { top: -3vw; right: 0; }
#g_menu .drawer-open span:after   { top: 3vw; right: 0; }
#g_menu > ul              { display: block; opacity: 0; width: 100%; height: 0px; overflow: hidden; top: 16vw; left: 0; z-index: 99; background: rgba(105,70,10,.9); }
#g_menu > ul > li         { float: none; padding: 0; border-bottom: solid 1px #fff; }
#g_menu > ul > li a       { display: block; padding: 1em 5vw 1em 5vw; font-size: 3vw; color: #fff; border: none; }
#g_menu > ul li a::before { content: '\f054'; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #fff; padding-right: .5em; }
#g_menu > ul li a:hover   { color: rgba(255,255,255,.8); }
#g_menu > ul > li.lang    { position: static; }
#g_menu > ul > li.lang a  { border-right: none; }
#g_menu > ul > li.lang i  { display: none; }
#g_menu > ul > li > ul               { position: static; margin: 0; padding: 0; background: transparent; box-shadow: none; border-top: solid 1px #fff; display: block; }
#g_menu > ul > li > ul.active        { position: static; margin: 0; padding: 0; background: transparent; box-shadow: none; border-top: solid 1px #fff; display: block; }
#g_menu > ul > li > ul li            { display: block; margin: 0!important; padding-left: 6vw; border-bottom: solid 1px #fff; }
#g_menu > ul > li > ul li:last-child { border: none; } 
#g_menu > ul > li#service_btn ul#service_pulldown,
#g_menu > ul > li#concept_btn ul#concept_pulldown,
#g_menu > ul > li#staff_btn ul#staff_pulldown,
#g_menu > ul > li#form_btn ul#form_pulldown { display: block; }

#drawer-check:checked ~ .drawer-open span { background: rgba(255, 255, 255, 0); }
#drawer-check:checked ~ .drawer-open span::before { top: 1vw; transform: rotate(135deg); }
#drawer-check:checked ~ .drawer-open span::after  { top: 1vw; transform: rotate(-135deg); }
#drawer-check:checked ~ .text { display: none; transition: .5s; }
#drawer-check:checked ~ ul    { opacity: 1; height: auto; transition: .5s; }

/* breadcrumb */
#breadcrumb { display: none; }
/* 角丸ボタンデフォルト */
.round_btn           { margin: 0 auto; width: 54vw; height: 12vw; text-align: center; background: #ccc; border-radius: 6vw; }
.round_btn a         { display: block; line-height: 12vw; width: 100%; font-weight: 400; font-size: 3.8vw; text-decoration: none; color: #fff; }
.round_btn a::before { content: '\f054'; font-size: 5.5vw; font-family: 'Font Awesome 5 Free'; font-weight: 700; vertical-align: -.4vw; padding-right: 2vw; }
.round_btn:hover     { opacity: .7; }
/* entryボタンデフォルト */
.entry           { margin: 8vw 3vw; width: initial; height: auto; border-radius: 10vw; }
.entry a         { display: inline-block; position: relative; margin: 0 auto; padding: 3vw 0 3vw 6vw; text-align: left; line-height: initial; width: auto; font-size: 3.8vw; }
.entry a::before { content: '\f054'; font-size: 6vw; font-family: 'Font Awesome 5 Free'; font-weight: 900; vertical-align: 0rem; padding-right: .5rem; position: absolute; top: 50%; margin-left: -5vw; transform: translateY(-50%); }
/* ページャー */
.pager { margin: 10vw auto; font-size: 3.6vw; text-align: center; }
.pager a              { padding: .25em .5em; margin: 0 2px; text-align:center; text-decoration: none; color: #fff; background: #dacaa9; }
.pager a.current      { background: #b07c1f; }
.pager a.dots,
.pager a.prev,
.pager a.next         { color: #dacaa9; background: none; }
.pager a.prev::after  { content: '＜'; white-space: pre; padding-left: .5em; }
.pager a.next::before { content: '＞'; white-space: pre; padding-right: .5em; }
.pager a:hover        { }
/*Scroll Table*/
.scroll-table       { overflow: auto; white-space: nowrap; margin: 5%; }
.scroll-table table { width: 100%; margin: 0!important; padding: 0!important; }
/* 新型コロナウイルス対策 */
#coronavirus                    { margin: 5vw auto; width: 100%; background: #f9f4ea; }
#coronavirus .read              { width: 100%; padding-top: 49.4285%; height: 1px; background: url(/common/img/coronavirus_img.png) top no-repeat; float: none; background-size: contain; position: relative; }
#coronavirus h3                 { text-align: left; font-size: 3.5vw; line-height: 2em; position: absolute; top: 0; left: 0; padding: 6vw; }
#coronavirus h3 span            { font-size: 120%; color: #f00; }
#coronavirus h3 span::before,
#coronavirus h3 span::after     { content: '\A'; white-space: pre; }
#coronavirus .policy            { float: none; padding: 5vw; width: 100%; height: auto; }
#coronavirus .policy ul         { line-height: 3em; margin: 0; }
#coronavirus .policy li         { padding: .5em 0 .5em 7vw; font-size: 2.8vw; }
#coronavirus .policy li::before { position: absolute; top: 0; left: 0; content: '\f00c'; font-size: 175%; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #00886d; }
#coronavirus .policy li span    { /*font-weight: 500; font-size: 120%; color: #00886d;*/ }
/* バナー */
#pasona_banner             { margin: 0 auto; width: 100%; padding: 0 3vw 5vw 3vw; }
#pasona_banner .large      { float: none; width: 100%; margin-top: -1em; }
#pasona_banner .large img  { width: 100%; }
#pasona_banner .little     { float: left; width: 100%; }
#pasona_banner .little img { margin-right: 1em; width: 30%; }
#pasona_banner img         { margin-top: 1em; }
/* scroller */
#btn_gotop { display: none!important; }
/* footer */
footer .inner           { padding: 5vw 3vw; width: 100%; }
footer .inner h3        { padding-bottom: 1em!important; font-size: 3vw; }
footer .inner ul li     { padding-bottom: 0; font-size: 3vw; line-height: 2; }
footer .inner ul li.tel { font-size: 5vw; }
footer .inner p         { line-height: 2; font-size: 3vw; }
footer .inner a         { text-decoration: none; }
footer .inner a:hover   { text-decoration: underline; }
footer .inner .support           { margin-bottom: 5vw; float: none; width: 100%; }
footer .inner .company           { margin-bottom: 5vw; float: none; width: 100%; }
footer .inner .company .logo     { margin: 2vw auto; padding: initial; width: 100%; height: auto; text-align: center; border-radius: 1vw; }
footer .inner .company .logo img { width: 25%; }
footer .inner .privacy           { float: none; width: 100%; }
footer .inner .privacy .privacy_mark               { padding: 0; margin: 3vw auto; text-align: center; }
footer .inner .privacy .privacy_mark img           { width: 20vw; }
footer .inner .privacy .privacy_mark img.icon-auth { height: 20vw; width: auto; padding-left: 2.16vw; }
footer .copyright { padding: 4vw; font-size: 2.3vw; }
}/* ==ここまで SP設定============================================= */