@charset "utf-8";
:root {
  --wc-main1:#4b5761;
  --wc-main2:#f2f5f8;
  --wc-sub1:#d8b070;
  --wc-sub2:#9b8719;
}
.bg_main1 { background:var(--wc-main1); }
.bg_main2 { background:var(--wc-main2); }
.bg_sub1 { background:var(--wc-sub1); }
.bg_sub2 { background:var(--wc-sub2); }

.bg_main1.parts--hl._layout001 .wcfront_hl .parts--title { color:#fff; }

@container wciBase (width < 992px) {
  #wcfront_head_logo { width:260px; }
}

#head_primary_btn { height:var(--wc-headHeight); display:flex; align-items:center; gap:15px; }
#head_primary_btn .button._access { display:block; padding:10px 20px; font-weight:bold; border:2px solid var(--wc-main1); color:var(--wc-main1); white-space:nowrap; }
#head_primary_btn .button._contact { display:flex; height:100%; align-items:center; gap:10px; height:100%; padding:15px 25px; background:var(--wc-main1); color:#fff; }
#head_primary_btn .button._contact .icon { display:block; width:35px; aspect-ratio:35/26; background:url(/common/upload/files/icon/mail.svg) no-repeat center center / contain; }
#head_primary_btn .button._contact .main { display:inline-block; font-weight:bold; }
@container wciBase (width < 992px) {
  #head_primary_btn { gap:5px; }
  #head_primary_btn .button._access { padding:10px 5px; }
  #head_primary_btn .button._contact { padding:15px; }
  #head_primary_btn .button._contact .main { display:none; }
  #wcfront_head_main_parts2 + #wcfront_head_btn_open { display:none; }
}

#wcfront_foot { background:var(--wc-main1); color:#fff; text-align:center; padding-top:40px; }
#wcfront_foot1 { width:100%; text-align:center; padding-bottom:20px; }
#wcfront_foot_parts2 { background:var(--wc-main1); color:#fff; text-align:center; padding:0 20px; }
#wcfront_foot_parts2 a { color:#fff; }

#wcfront_foot_logo { padding:0; }

#foot_contact_info { padding-bottom:20px; }
#foot_contact_info .contact_info { padding-bottom:20px; }
#foot_contact_info .contact_info table { margin-left:auto; margin-right:auto; }
#foot_contact_info .contact_info table th { font-weight:normal; }
#foot_contact_info .contact_info table td::before { content:"："; }
#foot_contact_info .sub_navi { padding-bottom:20px; }
#foot_contact_info .copyright { text-align:center; color:#A5A5A5; font-size:.9em; }

.wcfront_parts:not(._layout-on) .wcfront_hl._h3 { display:flex; flex-direction:column; text-align:center; line-height:1.2; }
.wcfront_parts:not(._layout-on) .wcfront_hl._h3 .parts--title { font-size:1em; font-weight:normal; color:#222; }
.wcfront_parts:not(._layout-on) .wcfront_hl._h3 .parts--sub-title { font-family:'Roboto', sans-serif; font-size:3em; font-style:italic; font-weight:bold; color:#222; }
.wcapp_unit .tag { background:#292929; }
.wcapp_unit .meta .taglist + .date { color:var(--wc-sub2); font-weight:500; }
.wcapp_list._type3 { padding-bottom:20px; }

.wcfront_app_news .wcapp_list { background:#fff; padding:40px 60px 30px; border-radius:8px; margin-bottom:30px; }
@container wciBase (width < 992px) {
  .wcfront_app_news .wcapp_list { padding:30px 20px 20px; }
}
@container wciBase (width < 768px) {
  .wcapp_unit .title { font-size:1.05em; }
}

.wcfront_form_step li > * { display:flex; align-items:center; }

.wcfront_parts._layout001 .wcfront_hl { display:flex; flex-direction:column; text-align:center; line-height:1.2; }
.wcfront_parts._layout001 .wcfront_hl .parts--title { font-size:1em; font-weight:normal; color:#222; }
.wcfront_parts._layout001 .wcfront_hl .parts--sub-title { font-family:'Roboto', sans-serif; font-size:3em; font-style:italic; font-weight:bold; color:#222; margin-top:5px; }

.access_wrap { display:flex; gap:40px; }
.access_wrap .text { width:360px; }
.access_wrap .text .image { margin-bottom:20px; }
.access_wrap .text .image img { width:100%; height:auto; }
.access_wrap .text .title { font-size:1.25em; margin-bottom:10px; }
.access_wrap .text .address { margin-bottom:20px; }
.access_wrap .map_wrap { flex:1; }
.access_wrap .map_wrap .map { position:relative; height:100%; }
.access_wrap .map_wrap .map iframe { position:absolute; top:0; left:0; width:100%; height:100%; }
@container wciBase (width < 992px) {
  .access_wrap { flex-direction:column; gap:20px; }
  .access_wrap .text { width:100%; }
  .access_wrap .map_wrap { flex:none; }
  .access_wrap .map_wrap .map { width:100%; height:auto; aspect-ratio:4/3; }
}