@charset "UTF-8";
/*-----------------------------------------------------------------------------------

	Theme Name: ASKA CORPORATION
	Version: 1.0

-------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
} /* Hide from IE Mac */
.clearfix {
  display: block;
} /* End hide from IE Mac */
.none {
  display: none;
} /* End Clearfix */
/*-----------------------------------------------------------------------------------*/
/*	Document Setup
/*-----------------------------------------------------------------------------------*/
* {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  color: #414141;
  font-size: 14px;
  font-family: "Lato", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  background: #f7f7f7;
  min-width: 320px;
}

body.pad {
  padding-top: 80px;
}

a {
  color: #4eadd4;
  text-decoration: none;
  opacity: 1;
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}

a:hover {
  opacity: 0.6;
}

img,
a img {
  vertical-align: bottom;
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}

a:hover img {
  opacity: 0.8;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  margin-bottom: 20px;
}

/* Form Common Styles */
input[type=text],
input[type=email],
input[type=tel] {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  font-size: 12px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  box-sizing: content-box;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

select {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  height: 30px;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
}

select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
  height: auto;
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  overflow: auto;
  box-sizing: content-box;
}

button {
  display: inline-block;
  padding: 15px 40px;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #3498db;
  border: none;
  border-radius: 5px;
}

button:hover {
  background-color: #2980b9;
  transition: background-color 0.1s linear;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

/*-----------------------------------------------------------------------------------*/
/*	Structure Styles
/*-----------------------------------------------------------------------------------*/
.container {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .container {
    width: 90%;
    min-width: 320px;
    margin: 0 10px;
  }
}

#primary {
  float: left;
}

#aside {
  float: right;
}

/*-----------------------------------------------------------------------------------*/
/*	Header Styles
/*-----------------------------------------------------------------------------------*/
header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 900;
  box-shadow: 1px 0px 4px #999;
  -webkit-box-shadow: 1px 0px 4px #999;
}
@media (max-width: 768px) {
  header {
    width: 100%;
  }
}

/* Logo */
header #logo {
  position: relative;
  width: 155px;
  height: 80px;
  margin-left: 10px;
}
header #logo a {
  width: 151px;
  height: 80px;
  background: transparent url(../library/img/logo.png) 0 0 no-repeat;
  display: block;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

/* Global Navigation */
header ul#gnav {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 20px;
}
@media (max-width: 930px) {
  header ul#gnav {
    display: none;
  }
}

header ul#gnav li {
  float: left;
  margin-left: 20px;
}

header ul#gnav li a {
  color: #595757;
  font-size: 13px;
  font-weight: bold;
  line-height: 80px; /* 親要素の高さに合わせてテキストを縦方向中央揃え */
  height: 80px;
  display: flex; /* フレックスボックスを使用 */
  align-items: center; /* 縦方向中央揃え */
  justify-content: center; /* 横方向中央揃え */
  text-align: center; /* テキストを中央揃え */
}

header ul#gnav li a:hover,
header ul#gnav li a.active {
  border-bottom: 5px solid #595757;
}

/*-----------------------------------------------------------------------------------*/
/*	Slides Styles
/*-----------------------------------------------------------------------------------*/
#slides {
  width: 100%; /* ウィンドウ幅に合わせて広がる */
  aspect-ratio: 1440/698; /* 縦横比を設定 */
  max-width: 1440px; /* 最大幅 */
  max-height: 698px; /* 最大高さ */
  margin: 0 auto; /* 水平中央寄せ */
  margin-bottom: 30px;
}

#slides #theTarget {
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; /* 必要に応じて子要素の位置を調整 */
}
#slides #theTarget::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#slides #theTarget div {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  background-size: 100%;
  background-position-y: top;
}

#slides .skippr-nav-container {
  display: none;
}

#news-list {
  height: 60px;
  width: 100%;
  min-width: 980px;
  background: rgba(78, 173, 212, 0.8);
  position: absolute;
  top: 720px;
  left: 0;
  z-index: 100;
}

#news-list .container {
  height: 60px;
  background: transparent url(../library/img/home_news_icon.png) 0 50% no-repeat;
  padding-left: 35px;
}

#news-list .ticker {
  height: 45px;
  overflow: hidden;
  position: relative;
  padding: 15px;
}

#news-list .ticker ul {
  height: 30px;
  position: absolute;
}

#news-list .ticker ul li {
  line-height: 36px;
  margin-bottom: -36px;
  position: relative;
}

#news-list .ticker ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

/*-----------------------------------------------------------------------------------*/
/*	Page Styles
/*-----------------------------------------------------------------------------------*/
/* Common */
#page-title {
  height: 360px;
  margin-bottom: 80px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

#page-title.about {
  background-image: url(../library/img/about_pagetitle_bg.jpg);
}

#page-title.csr {
  background-image: url(../library/img/csr_pagetitle_bg.jpg);
}

#page-title.development {
  background-image: url(../library/img/development_pagetitle_bg.jpg);
}

#page-title.technology {
  background-image: url(../library/img/technology_pagetitle_bg.jpg);
}

#page-title.quality {
  background-image: url(../library/img/quality_pagetitle_bg2024.jpg);
}

#page-title.corporate {
  background-image: url(../library/img/corporate_pagetitle_bg.jpg);
}

#page-title.presentation {
  background-image: url(../library/img/presentation_pagetitle_bg.jpg);
}

#page-title.recruit {
  background-image: url(../library/img2024/recruit_top.jpg);
}

#page-title.sitemap {
  background-image: url(../library/img/corporate_pagetitle_bg.jpg);
}

#page-title.privacy {
  background-image: url(../library/img/corporate_pagetitle_bg.jpg);
}

#page-title.news {
  background-image: url(../library/img/news_pagetitle_bg.jpg);
}

#page-title.blog {
  background-image: url(../library/img/blog_pagetitle_bg.jpg);
}

#page-title.dx {
  background-image: url(../library/img/dx_pagetitle_bg.jpg);
}

#page-title.special {
  background-image: url(../library/img2024/new_top.jpg);
}

#page-title .overlay {
  height: 360px;
  /* background: rgba( 78, 173, 212, .6 ); */
}
@media (max-width: 925px) {
  #page-title .overlay {
    height: 300px;
  }
}

#page-title .overlay h2 {
  color: #fff;
  font-size: 62px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 2px;
  line-height: 1.4;
  position: absolute;
  top: 110px;
  left: 0;
}
@media (max-width: 925px) {
  #page-title .overlay h2 {
    position: static;
    text-align: center;
    padding-top: 80px;
    font-size: 3rem;
  }
}

#page-title .overlay h2 span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  display: block;
}

.section {
  padding-bottom: 50px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 50px;
}

.section .section-title {
  font-size: 34px;
  font-weight: normal;
  letter-spacing: 4px;
  margin-bottom: 30px;
}
@media (max-width: 925px) {
  .section .section-title {
    text-align: center;
  }
}
.section .section-title span {
  display: inline-block;
  color: #414141;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
}

.section .section-subtitle {
  color: #EB631A;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: 1px dotted #999;
  margin-bottom: 30px;
}
@media (max-width: 925px) {
  .section .section-subtitle {
    margin: 0 auto;
    width: 90%;
    text-align: center;
  }
}

.section .section-subtitle span.shape {
  width: 5px;
  height: 16px;
  background-color: #EB631A;
  margin-right: 10px;
  display: inline-block;
  border-radius: 5px;
}

table {
  font-size: 16px;
  width: 100%;
  border-top: 1px dotted #ccc;
}

table th,
table td {
  border-bottom: 1px dotted #ccc;
  padding: 20px;
}

table th {
  text-align: left;
  letter-spacing: 2px;
  vertical-align: middle;
  background-color: #f1f1f1;
}

.readmore a {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 3.6;
  height: 50px;
  padding: 0 60px;
  border: 1px solid #ffffff;
  display: inline-block;
}

.readmore a:hover {
  color: #e81c2f;
  font-weight: bold;
  background-color: #ffffff;
  opacity: 1;
}

/* Home */
.home-section {
  margin-bottom: 25px;
}

#home-contents {
  display: flex;
  flex-direction: row;
  justify-content: space-between; /* 均等配置 */
  align-items: flex-start;
  gap: 20px; /* 要素間の隙間 */
  flex-wrap: wrap;
}
@media (max-width: 645px) {
  #home-contents {
    flex-direction: column;
    align-items: center;
  }
}

#home-contents li {
  width: 310px;
  height: 300px;
  background-color: #ffffff;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), inset 0 0 1px 1px #fff;
  /* end .pad */
}
#home-contents li a {
  display: inline-block;
  width: 310px;
  height: 300px;
}
#home-contents li .pad {
  padding: 25px 20px 20px 20px;
}
#home-contents li .pad dl {
  color: #595757;
  margin-bottom: 20px;
}
#home-contents li .pad dl dt {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
#home-contents li .pad dl dd {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  margin-bottom: 0;
}
#home-contents li .pad .sep {
  height: 2px;
  width: 20px;
  background-color: #4eadd4;
  margin-bottom: 20px;
}
#home-contents li .pad .desc {
  color: #414141;
  font-size: 14px;
  /* font-style: italic; */
  line-height: 1.6;
}
#home-contents li .thumb {
  position: absolute;
  bottom: 0;
}

.access {
  max-width: 980px;
  margin-top: 40px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 973px) {
  .access {
    text-align: center;
    flex-direction: column;
  }
}
.access .sep {
  height: 2px;
  width: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 973px) {
  .access .sep {
    margin: 0 auto 10px auto;
  }
}

.access .pad {
  width: 380px;
  padding: 40px;
}
@media (max-width: 973px) {
  .access .pad {
    width: 100%;
  }
}

.access .pad dt {
  font-size: 23px;
  font-weight: bold;
}

.access .pad p {
  font-size: 16px;
  line-height: 2;
}

.access .gglmap {
  height: 350px;
}
@media (max-width: 973px) {
  .access .gglmap iframe {
    width: 90%;
  }
}

.home-big-bn {
  margin-bottom: 50px;
}
.home-big-bn ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center; /* liを中央揃えで横並び */
}
@media (max-width: 973px) {
  .home-big-bn ul {
    flex-direction: column;
    align-items: center;
  }
}
.home-big-bn ul li {
  width: 100%;
  max-width: 305px; /* liの最大幅を設定 */
  height: 300px;
  margin: 0 0px; /* 各liの間にスペースを追加 */
  text-align: left;
  background: transparent;
  list-style: none;
  display: flex;
  align-items: center; /* 垂直方向の中央寄せ */
}
.home-big-bn ul li.recruit {
  background-color: #fc9805;
}
@media (max-width: 973px) {
  .home-big-bn ul li.recruit {
    background-size: cover;
    max-width: 80%;
    text-align: center;
  }
}
.home-big-bn ul li.recruit dl {
  color: #fff;
  padding: 30px;
}
.home-big-bn ul li.recruit dl dt {
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.home-big-bn ul li.recruit dl dt p {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  margin-top: 10px;
}
.home-big-bn ul li.recruit dl dd {
  width: 70%;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 0;
}
@media (max-width: 973px) {
  .home-big-bn ul li.recruit dl dd {
    display: block;
    width: 100%;
  }
}
.home-big-bn ul li.recruit2 {
  max-width: 675px; /* liの最大幅を設定 */
  background: transparent url(../library/img2024/home-big-recruit.png) no-repeat;
}
@media (max-width: 973px) {
  .home-big-bn ul li.recruit2 {
    background-size: cover;
    background-position: center;
    max-width: 80%;
  }
}

.home-big-bn ul li .readmore a {
  color: #fff;
  border-color: #fff;
}

.home-big-bn ul li .readmore a:hover {
  color: #333;
  font-weight: normal;
  background-color: #fff;
}

ul.home-center-btn {
  margin-bottom: 50px;
}

ul.home-center-btn li {
  float: left;
  width: 50%;
  padding: 0 5px;
}

ul.home-center-btn li .readmore {
  text-align: center;
}

ul.home-center-btn li .readmore a {
  width: 100%;
}

/* ############################## */
/* About */
/* ############################## */
#about #about-desc {
  background: transparent url(../library/img2024/about-aska_corporate-philosophy.jpg) 100% 120px no-repeat;
}
@media (max-width: 925px) {
  #about #about-desc {
    background: none;
  }
}
#about #about-desc .copy {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
@media (max-width: 925px) {
  #about #about-desc .copy {
    padding: 0 3%;
    line-height: 1.2;
    text-align: center;
  }
}
#about #about-desc .desc {
  margin-bottom: 60px;
  width: 70%;
}
@media (max-width: 925px) {
  #about #about-desc .desc {
    width: 100%;
  }
}
#about #about-desc .desc .sub {
  font-size: 18px;
}
@media (max-width: 925px) {
  #about #about-desc .desc .sub {
    padding: 0 3%;
    text-align: center;
  }
}

#about dl.slogan {
  display: flex;
  flex-direction: column; /* デフォルトの縦並び */
  gap: 1rem; /* 各項目の間隔 */
  padding: 10% 0 0 0;
  margin-bottom: 100px;
  width: 100vw; /* ビューポートの幅を指定 */
  margin-left: calc(-50vw + 50%); /* 親要素の中央位置から調整 */
  min-height: 800px; /* 高さを明示的に指定 */
  max-height: 1200px; /* 高さを明示的に指定 */
  font-size: 22px;
  background: transparent url(../library/img2024/about-aska_01.jpg) 0 0 no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #ffffff;
}
#about dl.slogan .slogan-title {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 979px) {
  #about dl.slogan .slogan-title {
    width: 90%;
  }
}
#about dl.slogan > div {
  margin-bottom: 1rem; /* 各セクションの間隔 */
}
#about dl.slogan div.inline-group {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex; /* 横並びにする */
  gap: 3rem; /* 2番目と3番目の間隔 */
}
@media (max-width: 979px) {
  #about dl.slogan div.inline-group {
    width: 90%;
  }
}
#about dl.slogan div.inline-group > div {
  flex: 1;
  flex-direction: column; /* 各<dt>と<dd>を縦並び */
  text-align: left; /* 必要に応じて調整 */
}
#about dl.slogan dt {
  font-size: 1.6rem;
  font-weight: 900;
  width: 100%;
  padding-left: 20px;
  border-left: 4px solid #ffffff;
  margin-bottom: 30px;
}
#about dl.slogan dd span.slogan-message {
  font-size: clamp(1rem, 29vw, 4rem);
  line-height: 1.4;
  font-weight: 900;
  display: block;
}

#about #about-flow ul {
  width: 100%;
  max-width: 980px;
  background: transparent url(../library/img2024/about-workflow-bar.png) 0% 0px no-repeat;
  padding: 0;
}
@media (max-width: 979px) {
  #about #about-flow ul {
    margin: 0 auto;
    width: 90%;
    background: none;
  }
}
#about #about-flow ul li {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 50px;
}
@media (max-width: 979px) {
  #about #about-flow ul li {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }
}

#about #about-flow ul li:last-child {
  padding-bottom: 0;
  background: none;
  margin-bottom: 0;
}

#about #about-flow ul li .content dl {
  margin-bottom: 10px;
}

#about #about-flow ul li .content dl dt {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 0;
}

#about #about-flow ul li .content dl dd {
  color: #FC6323;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}

/* CSR */
#csr #csr-desc {
  background: transparent url(../library/img/csr_desc_img1.png) 100% 25px no-repeat;
}

#csr #csr-desc ul.sub-content {
  margin: 50px 0 0;
}

#csr #csr-desc ul.sub-content li {
  float: left;
  width: 470px;
  margin-right: 40px;
}

#csr #csr-desc ul.sub-content li:last-child {
  margin-right: 0;
}

#csr #csr-desc ul.sub-content li .img {
  margin-bottom: 20px;
}

#csr #csr-desc ul.sub-content li .img img {
  border-radius: 5px;
}

#csr #csr-environment {
  background: transparent url(library/img/csr_environment_img1.png) 100% 50px no-repeat;
}

#csr #csr-environment .plating {
  margin-top: 50px;
  background: transparent url(library/img/csr_environment_img2.png) 100% 80px no-repeat;
}

#csr #csr-environment .plating p.notice {
  color: #4eadd4;
  font-size: 12px;
  font-weight: bold;
}

/* Development */
#development .box {
  margin-bottom: 50px;
}

#development .box:last-child {
  margin-bottom: 0;
}

#development #development-led .img {
  float: right;
  margin-left: 40px;
}

#development #development-others {
  font-size: 16px;
  font-weight: bold;
}

#development #development-plating table {
  font-size: 13px;
  margin-bottom: 0;
}

/* Technology */
#technology-plating ul.plating-list > li {
  float: left;
  width: 480px;
  padding: 30px;
  background-color: #efefef;
  margin: 0 20px 20px 0;
}
@media (max-width: 925px) {
  #technology-plating ul.plating-list > li {
    float: none;
    margin: 0 auto 20px auto;
  }
}
#technology-plating ul.plating-list > li:nth-child(even) {
  margin-right: 0;
}
@media (max-width: 925px) {
  #technology-plating ul.plating-list > li:nth-child(even) {
    margin: 0 auto 0 auto;
  }
}

#technology-plating ul.plating-list li h4 {
  color: #FC6323;
  font-size: 42px;
  text-align: center;
  letter-spacing: 5px;
  border-bottom: 1px dotted #999;
  margin-bottom: 30px;
}

#technology-plating ul.plating-list li dl.detail {
  margin-bottom: 0;
}

#technology-plating ul.plating-list li dl.detail dt {
  float: left;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  background-color: #FC6323;
  padding: 2px 5px;
  width: 80px;
}

#technology-plating ul.plating-list li dl.detail dd {
  padding-left: 100px;
}

#technology-plating ul.plating-list li ul.types {
  margin-bottom: 0;
}

#technology-plating ul.plating-list li ul.types li {
  background-color: #f7f6f6;
  padding: 20px 30px;
  margin-bottom: 10px;
}

#technology-plating ul.plating-list li ul.types li:last-child {
  margin-bottom: 0;
}

#technology-plating ul.plating-list li ul.types li dl {
  margin-bottom: 0;
}

#technology-plating ul.plating-list li ul.types li dl dt {
  color: #FC6323;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

#technology-plating ul.plating-list li ul.types li dl dd {
  margin-bottom: 0;
}

/* Quality */
#quality #quality-policy ul li {
  border: 1px solid #ccc;
  background: #fff url(../library/img/quality_policy_bg.png) 945px 3px no-repeat;
  margin-bottom: 30px;
}
@media (max-width: 925px) {
  #quality #quality-policy ul li {
    background: #fff;
    width: 90%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 768px) {
  #quality #quality-policy ul li {
    border: none;
    background: none;
  }
}

#quality #quality-policy ul li .thumb {
  float: left;
}
@media (max-width: 768px) {
  #quality #quality-policy ul li .thumb {
    float: none;
    text-align: center;
    margin: 10px auto 10px auto;
  }
}

#quality #quality-policy ul li dl {
  margin-bottom: 0;
  padding: 30px 30px 0 330px;
}
@media (max-width: 768px) {
  #quality #quality-policy ul li dl {
    text-align: center;
    padding: 30px 10px 30px 10px;
  }
}

#quality #quality-policy ul li dl dt {
  color: #EB631A;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #quality #quality-policy ul li dl dt {
    text-align: center;
  }
}

#quality #quality-policy ul li dl dd {
  font-size: 16px;
  margin-bottom: 0;
}

#quality #quality-control {
  background: transparent url(../library/img/quality_control_bg.jpg) 100% 0 no-repeat;
}
@media (max-width: 925px) {
  #quality #quality-control {
    background: none;
  }
}
#quality #quality-control ul li {
  font-weight: bold;
}
@media (max-width: 925px) {
  #quality #quality-control ul li {
    text-align: center;
  }
}
@media (max-width: 925px) {
  #quality #quality-control p {
    text-align: center;
    width: 90%;
    margin: 0 auto 10px auto;
  }
}
@media (max-width: 925px) {
  #quality #quality-control p br {
    display: none;
  }
}
#quality #quality-control p.notice {
  color: #EB631A;
  font-weight: bold;
}

#quality #quality-facility ul.quality-facility-list {
  margin-bottom: 60px;
}
#quality #quality-facility ul.quality-facility-list li {
  margin-bottom: 40px;
}
#quality #quality-facility ul.quality-facility-list li dl {
  padding-left: 440px;
  margin-bottom: 0;
}
@media (max-width: 925px) {
  #quality #quality-facility ul.quality-facility-list li dl {
    padding: 0;
  }
}
#quality #quality-facility ul.quality-facility-list li dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 925px) {
  #quality #quality-facility ul.quality-facility-list li dl dt {
    text-align: center;
    width: 90%;
    margin: 0 auto 10px auto;
  }
}
#quality #quality-facility ul.quality-facility-list li dl dd {
  margin-bottom: 10px;
}
@media (max-width: 925px) {
  #quality #quality-facility ul.quality-facility-list li dl dd {
    text-align: center;
    width: 90%;
    margin: 0 auto 10px auto;
  }
}
#quality #quality-facility ul.quality-facility-list li .thumb {
  float: left;
}
@media (max-width: 925px) {
  #quality #quality-facility ul.quality-facility-list li .thumb {
    float: none;
    margin: 10px auto 10px auto;
    text-align: center;
  }
}
#quality #quality-facility ul.quality-facility-list li .thumb img {
  width: 400px;
  height: auto;
  border-radius: 5px;
}

/* Corporate */
#corporate-message {
  min-height: 360px;
}
#corporate-message p {
  display: block;
  width: 100%;
  max-width: 980px;
  background: transparent url(../library/img2024/corporate-message.jpg) 100% 0 no-repeat;
  background-size: cover; /* 画像を要素全体にフィット */
  font-size: 16px;
  /* アスペクト比を維持する高さ調整 */
  position: relative; /* 必須 */
  padding-top: 28.57%; /* 280 ÷ 980 = 0.2857 を％換算 */
  height: 0; /* paddingで高さを確保するのでheightは0にする */
}
@media (max-width: 925px) {
  #corporate-message p {
    width: 90%;
    background-size: contain;
    margin: 0 auto;
    padding-top: 28.57%;
  }
}

#corporate-officers ul.officer-list {
  margin-bottom: 0;
}

#corporate-officers ul.officer-list li {
  float: left;
  width: 470px;
  min-height: 475px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  padding: 30px;
  margin: 0 40px 40px 0;
}
@media (max-width: 925px) {
  #corporate-officers ul.officer-list li {
    float: none;
    margin: 0 auto 40px auto;
  }
}
#corporate-officers ul.officer-list li:nth-child(even) {
  margin-right: 0;
}
@media (max-width: 925px) {
  #corporate-officers ul.officer-list li:nth-child(even) {
    margin: auto;
  }
}

#corporate-officers ul.officer-list li .thumb {
  width: 410px;
  height: 250px;
  background: #dfdfdf;
  margin-bottom: 20px;
}

#corporate-officers ul.officer-list li dl {
  margin-bottom: 0;
}

#corporate-officers ul.officer-list li dl dt {
  color: #4eadd4;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

#corporate-officers ul.officer-list li dl dt span {
  font-size: 14px;
}

#corporate-officers ul.officer-list li dl dd {
  font-size: 13px;
  margin-bottom: 0;
}

#corporate-access ul.corporate-access-list {
  width: 90%;
  margin: 20px auto 50px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  flex-direction: row;
}

#corporate-access ul.corporate-access-list li {
  width: 204px;
  padding-right: 40px;
  background: transparent url(../library/img/corporate_access_icon.png) 174px 72px no-repeat;
}
#corporate-access ul.corporate-access-list li:last-child {
  background: none;
}

#corporate-access ul.corporate-access-list li .thumb {
  width: 164px;
  height: 164px;
  background-color: #dfdfdf;
  margin-bottom: 10px;
}

#corporate-access ul.corporate-access-list li .thumb img {
  width: 164px !important;
  height: 164px !important;
}

#corporate-access ul.corporate-access-list li p {
  font-size: 13px;
  line-height: 1.6;
  width: 164px;
  margin-bottom: 0;
}

/*#################################*/
/*#################################*/
/* Inquiry */
/*#################################*/
/*#################################*/
#inquiry {
  width: 100%;
  background: transparent url(../library/img2024/about-aska_01.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#inquiry .container {
  height: 100%;
  margin: 0 auto 20px auto;
}

#recruit #recruit-form,
#inquiry .contact {
  width: 75%;
  padding: 50px;
  margin: 0 auto 20px auto;
  background: #fff;
  box-shadow: 1px 0px 4px #999;
  -webkit-box-shadow: 1px 0px 4px #999;
}
#recruit #recruit-form .form-container,
#inquiry .contact .form-container {
  width: 90%;
  margin: 0 auto;
}
#recruit #recruit-form .form-container .form-row,
#inquiry .contact .form-container .form-row {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px dotted #b6b6b6;
}
@media (max-width: 768px) {
  #recruit #recruit-form .form-container .form-row,
  #inquiry .contact .form-container .form-row {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
#recruit #recruit-form .form-container .form-row > label,
#inquiry .contact .form-container .form-row > label {
  flex: 0 0 150px;
  margin-right: 10px;
  background-color: #eeeeee;
  line-height: 3;
  padding: 20px 0 20px 2%;
}
@media (max-width: 768px) {
  #recruit #recruit-form .form-container .form-row > label,
  #inquiry .contact .form-container .form-row > label {
    flex: none;
    margin: 0;
    width: 90%;
    background: none;
    padding: 0 0 10px 0;
  }
}
#recruit #recruit-form .form-container .form-row > label span,
#inquiry .contact .form-container .form-row > label span {
  font-size: 0.8rem;
  margin-left: 4px;
  color: red;
}
#recruit #recruit-form .form-container .form-row input,
#inquiry .contact .form-container .form-row input {
  flex: 1;
  padding: 8px;
  font-size: 16px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  #recruit #recruit-form .form-container .form-row input,
  #inquiry .contact .form-container .form-row input {
    margin: 0;
  }
}
#recruit #recruit-form .form-container .form-row .form-radio,
#inquiry .contact .form-container .form-row .form-radio {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  padding-left: 10px;
}
@media (max-width: 960px) {
  #recruit #recruit-form .form-container .form-row .form-radio,
  #inquiry .contact .form-container .form-row .form-radio {
    width: 60%;
  }
}
@media (max-width: 768px) {
  #recruit #recruit-form .form-container .form-row .form-radio,
  #inquiry .contact .form-container .form-row .form-radio {
    width: 100%;
  }
}
#recruit #recruit-form .form-container .form-row .form-radio label,
#inquiry .contact .form-container .form-row .form-radio label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
}
#recruit #recruit-form .form-container .form-row textarea,
#inquiry .contact .form-container .form-row textarea {
  width: 65%;
  margin: 20px 0;
  resize: vertical; /* テキストエリアの縦方向のサイズ変更を許可 */
  min-height: 100px; /* 最低高さを設定 */
}
@media (max-width: 878px) {
  #recruit #recruit-form .form-container .form-row textarea,
  #inquiry .contact .form-container .form-row textarea {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #recruit #recruit-form .form-container .form-row textarea,
  #inquiry .contact .form-container .form-row textarea {
    margin: 0;
    width: 97%;
  }
}
#recruit #recruit-form .form-container button,
#inquiry .contact .form-container button {
  display: block;
  width: 100%;
  margin: 20px 0;
  padding: 10px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
#recruit #recruit-form .form-container button:hover,
#inquiry .contact .form-container button:hover {
  background-color: #4599f2;
}
#recruit #recruit-form table#contact-form,
#inquiry .contact table#contact-form {
  width: 90%;
}
#recruit #recruit-form table#contact-form th,
#inquiry .contact table#contact-form th {
  width: 20%;
}
@media (max-width: 768px) {
  #recruit #recruit-form table#contact-form th,
  #inquiry .contact table#contact-form th {
    width: 10%;
  }
}
#recruit #recruit-form table#contact-form th p,
#inquiry .contact table#contact-form th p {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #recruit #recruit-form table#contact-form th p,
  #inquiry .contact table#contact-form th p {
    white-space: wrap;
  }
}
#recruit #recruit-form table#contact-form td,
#inquiry .contact table#contact-form td {
  width: 80%;
}
@media (max-width: 768px) {
  #recruit #recruit-form table#contact-form td,
  #inquiry .contact table#contact-form td {
    width: 90%;
  }
}
#recruit #recruit-form table#contact-form input.contact-form-text,
#inquiry .contact table#contact-form input.contact-form-text {
  width: 90%;
}
#recruit #recruit-form table#contact-form .contact-form-textarea,
#inquiry .contact table#contact-form .contact-form-textarea {
  width: 90%;
  height: 300px;
}
#recruit #recruit-form .contact-tel,
#inquiry .contact .contact-tel {
  width: 580px;
  height: auto;
}
@media (max-width: 925px) {
  #recruit #recruit-form .contact-tel,
  #inquiry .contact .contact-tel {
    width: 100%;
  }
}
#recruit #recruit-form .send,
#inquiry .contact .send {
  text-align: center;
}
#recruit #recruit-form .send input[type=submit],
#inquiry .contact .send input[type=submit] {
  color: #4eadd4;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
  border: 1px solid #4eadd4;
  background-color: #fff;
  padding: 15px 40px;
  display: inline-block;
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  cursor: pointer;
}
@media (max-width: 925px) {
  #recruit #recruit-form .send input[type=submit],
  #inquiry .contact .send input[type=submit] {
    width: 100%;
  }
}
#recruit #recruit-form .send input[type=submit]:hover,
#inquiry .contact .send input[type=submit]:hover {
  color: #fff;
  background-color: #4eadd4;
}

#inquiry .contact ul#cnav li {
  float: left;
  margin-right: 20px;
}

/* Presentation */
#presentation ul.presentation-archive {
  margin-bottom: 0;
}

#presentation ul.presentation-archive li {
  float: left;
  width: 480px;
  min-height: 680px;
  background-color: #fff;
  margin: 0 20px 50px 0;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), inset 0 0 1px 1px #fff;
}

#presentation ul.presentation-archive li:nth-child(even) {
  margin-right: 0;
}

#presentation ul.presentation-archive li .thumb {
  width: 480px;
  height: 340px;
  background-color: #dfdfdf;
}

#presentation ul.presentation-archive li .content {
  padding: 30px;
}

#presentation ul.presentation-archive li .content dl dt {
  color: #4eadd4;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

#presentation ul.presentation-archive li .content dl dd {
  color: #4eadd4;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0;
}

#presentation ul.presentation-archive li .content .sep {
  height: 2px;
  width: 20px;
  background-color: #4eadd4;
  margin-bottom: 20px;
}

#presentation ul.presentation-archive li .content p.excerpt {
  font-style: italic;
}

#presentation ul.presentation-archive li .content .readmore a {
  text-align: center;
  width: 420px;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

#presentation .presentation-single {
  background-color: #fff;
  margin-bottom: 80px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), inset 0 0 1px 1px #fff;
}

#presentation .presentation-single .content {
  padding: 50px;
}

#presentation .presentation-single .content .post-title {
  color: #4fadd4;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

#presentation .presentation-single .content .post-cat {
  color: #4fadd4;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 40px;
}

#presentation .presentation-single .content .sep {
  height: 2px;
  width: 20px;
  background-color: #4eadd4;
  margin-bottom: 50px;
}

#presentation .presentation-single .content .post-body {
  margin-bottom: 100px;
}

#presentation .presentation-single .content .post-body p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
  text-indent: 20px;
  margin-bottom: 40px;
}

#presentation .presentation-single .content .post-body h1,
#presentation .presentation-single .content .post-body h2,
#presentation .presentation-single .content .post-body h3,
#presentation .presentation-single .content .post-body h4,
#presentation .presentation-single .content .post-body h5 {
  color: #4eadd4;
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 40px;
}

#presentation .presentation-single .content .readmore a {
  font-size: 16px;
  text-align: center;
  width: 100%;
  height: 60px;
}

/* Sitemap */
#sitemap {
  font-size: 16px;
}

#sitemap dl {
  margin-bottom: 0;
}

#sitemap dl dt {
  color: #4eadd4;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#sitemap dl dd {
  margin-bottom: 40px;
}

#sitemap dl dd ul {
  margin: 20px 0 0 20px;
}

#sitemap dl dd ul li {
  list-style: disc;
}

#sitemap dl dd ul li a {
  color: #414141;
}

/* Privacy */
#privacy {
  font-size: 16px;
}

#privacy dl {
  margin-bottom: 0;
}

#privacy dl dt {
  color: #4eadd4;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#privacy dl dd {
  margin-bottom: 40px;
}

#privacy dl dd ul {
  margin: 20px 0 0;
}

#privacy dl dd ul li {
  font-weight: bold;
  list-style: disc;
  margin-left: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	Aside Styles
/*-----------------------------------------------------------------------------------*/
ul#aside .widget {
  margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	Footer Styles
/*-----------------------------------------------------------------------------------*/
/* ISO */
#iso {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 90%;
  margin-bottom: 50px;
  /* END li */
}
#iso > li {
  margin: 0;
}
#iso > li.list {
  font-size: 12px;
  width: 350px;
}
#iso > li.list ul {
  list-style: disc;
  padding-left: 20px;
}
#iso > li.notice {
  font-size: 12px;
  width: 380px;
}
#iso > li.notice span {
  color: #EB631A;
  font-weight: bold;
}
@media (max-width: 768px) {
  #iso > li.notice {
    width: 80%;
  }
}
@media (max-width: 768px) {
  #iso {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    width: 90%;
  }
}

/* END #iso */
footer {
  background-color: #e81c2f;
}

footer #breadcrumbles {
  color: #fff;
  width: 100%;
  height: 51px;
  background-color: #e81c2f;
  border-bottom: 1px solid #fff;
}

footer #breadcrumbles a {
  color: #fff;
}

footer #breadcrumbles #scrolltop {
  position: absolute;
  top: 0;
  right: 0;
}

footer #breadcrumbles ul li {
  float: left;
  font-weight: bold;
  line-height: 3.6;
}

footer #breadcrumbles ul li span {
  padding: 0 15px;
}

footer #breadcrumbles ul li a.home {
  padding-left: 30px;
  padding: 6px 0 4px 30px;
  background: transparent url(library/img/footer_breadcrumbles_home.png) 0 50% no-repeat;
}

footer ul#fnav {
  padding: 40px 0;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 973px) {
  footer ul#fnav {
    display: none;
  }
}

footer ul#fnav li {
  float: left;
  width: 16.66%;
}
@media (max-width: 973px) {
  footer ul#fnav li {
    clear: both;
  }
}

footer ul#fnav li a {
  color: #fff;
}

footer ul#fnav li dl {
  color: #fff;
  margin-bottom: 0;
}

footer ul#fnav li dl dt {
  font-size: 16px;
  margin-bottom: 5px;
}

footer ul#fnav li dl dt a {
  padding-left: 10px;
  background: transparent url(library/img/footer_fnav_icon.png) 0 50% no-repeat;
}
@media (max-width: 973px) {
  footer ul#fnav li dl dt a {
    padding: 0;
  }
}

footer ul#fnav li dl dd {
  font-size: 13px;
  margin-bottom: 5px;
}

footer #bottom {
  height: 50px;
  background-color: #e81c2f;
}
@media (max-width: 973px) {
  footer #bottom {
    height: auto;
    padding: 10px 5px;
    text-align: center;
  }
}

footer #bottom ul#snav {
  margin-bottom: 0;
  position: absolute;
  left: 0;
}
@media (max-width: 973px) {
  footer #bottom ul#snav {
    display: block;
    position: static;
  }
}

footer #bottom ul#snav li {
  float: left;
}
@media (max-width: 973px) {
  footer #bottom ul#snav li {
    float: none;
    text-align: center;
    padding: 1rem 0;
  }
}

footer #bottom ul#snav li a {
  color: #ffffff;
  font-size: 1rem;
}
@media (max-width: 973px) {
  footer #bottom ul#snav li a {
    min-width: 200px; /* 最小幅 */
    max-width: 500px; /* 最大幅 */
    width: 50%; /* ウィンドウ幅の50% */
    display: inline-block;
    border: 1px solid white;
    padding: 1rem 2rem;
    text-align: center;
    float: none;
  }
  footer #bottom ul#snav li a:hover {
    color: #e81c2f;
    font-weight: bold;
    background-color: #ffffff;
    opacity: 1;
  }
}

footer #bottom p#copyright {
  color: #ffffff;
  font-size: 0.8rem;
  margin-bottom: 0;
  position: absolute;
  right: 0;
}
@media (max-width: 973px) {
  footer #bottom p#copyright {
    position: static;
  }
}

/*-----------------------------------------------------------------------------------*/
/*	Blog Template
/*-----------------------------------------------------------------------------------*/
/* Pagination */
.pagination {
  text-align: center;
  margin-bottom: 50px;
}

.pagination span, .pagination a {
  color: #4fadd4;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 14px 18px;
  border: 1px solid #4fadd4;
  background-color: #fff;
  margin: 0 8px 0 0;
  display: inline-block;
  border-radius: 5px;
}

.pagination a:hover,
.pagination .current {
  color: #fff;
  background: #4fadd4;
  text-decoration: none;
  transition: background-color 0.3s;
  opacity: 1;
}

/**********************
	ここから下　重松が追加
********************/
.topcontact {
  margin-bottom: 0px;
}

#development-ubm .box table th {
  background-color: #FAF2D9;
}

#development-ubm .box table td {
  background-color: #F2ECD6;
}

.front-inquiry-btn {
  margin-bottom: 0px;
}

ul.home-center-btn li .front-more {
  height: 50px;
}

.ueha1 {
  position: absolute;
  top: 330px;
  left: 730px;
  background: transparent url(library/img/ueha1.png) 100% 0 no-repeat;
  width: 89px;
  height: 87px;
  text-indent: -9999px;
}

.ueha2 {
  position: absolute;
  top: 320px;
  left: 550px;
  background: transparent url(library/img/ueha2.png) 100% 0 no-repeat;
  width: 140px;
  height: 107px;
  text-indent: -9999px;
}

/*****************************
ワンストップ
*******************************/
#bunner-container {
  display: block;
  margin: 20px auto 20px auto;
  text-align: center;
}

#onestop {
  background-image: url(library/onestop.png);
  width: 950px;
  height: 1628px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.onestop-anker {
  position: absolute;
  border: 0px solid red;
  width: 70px;
  height: 27px;
  display: block;
}

#onestop-anker1 {
  top: 135px;
  left: 648px;
}

#onestop-anker2 {
  top: 155px;
  left: 850px;
}

#onestop-anker3 {
  top: 235px;
  left: 875px;
}

#onestop-anker4 {
  top: 390px;
  left: 690px;
}

#slides a {
  position: absolute;
  display: none;
  width: 150px;
  height: 40px;
  background: rgba(78, 173, 212, 0.8);
  z-index: 99;
  color: #fff;
}

#corporate-access ul.corporate-access-list-map {
  width: 90%;
  margin: 20px auto 50px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  flex-direction: row;
}
#corporate-access ul.corporate-access-list-map li {
  width: 204px;
  padding-right: 40px;
  background: transparent url(../library/img/corporate_access_icon.png) 174px 72px no-repeat;
}
@media (max-width: 925px) {
  #corporate-access ul.corporate-access-list-map li {
    padding: 0;
  }
}
@media (max-width: 925px) {
  #corporate-access ul.corporate-access-list-map li:first-child {
    display: none;
  }
}
#corporate-access ul.corporate-access-list-map li.thumb {
  width: 164px;
  height: 164px;
  background-color: #dfdfdf;
  margin-bottom: 10px;
}
@media (max-width: 925px) {
  #corporate-access ul.corporate-access-list-map li:last-child {
    width: 100%;
    display: flex; /* フレックスボックスを有効化 */
    justify-content: center; /* 水平方向に中央揃え */
    align-items: center;
  }
}
#corporate-access ul.corporate-access-list-map li:last-child img.map {
  border: 1px solid rgba(0, 0, 0, 0);
}
@media (max-width: 925px) {
  #corporate-access ul.corporate-access-list-map li:last-child img.map {
    text-align: center;
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */