@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

.pageTitle {
  background-image: url(../img/bg_head_company_01.jpg);
}

.storeInfo {
}

.storeInfoTitle {
  border-top: 1px solid #ddd;
  margin-top: 1em;
  padding-block: 1em 0.5em;
}
.storeInfoTitle:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

/* SP表示 */
@media (max-width: 767px) {
  #wrap {
    margin-top: 0;
  }

  /* ===================================
#contents
=================================== */
  #contents {
  }

  table tr {
    display: flex;
    flex-direction: column;
  }
  table th,
  table td {
    padding: 13px 0;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    vertical-align: baseline;
  }
  table th {
    font-weight: 400;
    text-align: left;
    line-height: 1.6;
    width: auto;
    font-size: 15px;
    padding-bottom: 0;
    border-bottom: none;
  }
  table th span {
    display: block;
    padding-left: 5px;
    border-left: 3px solid #004b7e;
  }
  #toGmapInside,
  table td span.mail a {
    color: #06349d;
    text-decoration: underline;
  }

  #toGmapInside {
    padding-left: 15px;
    background: url(../img/ico_pin_01.png) no-repeat;
    background-size: 9px 14px;
    background-position: left center;
  }

  table td span.mail a {
    padding: 0 0 0 20px;
    background: url(../img/ico_mail_01.png) no-repeat;
    background-size: 15px 10px;
    background-position: left center;
  }
  /* table td span.mail a {
	padding: 0 0 0 30px;
	background: white url(../../common/img/ic_sprite_white.png) no-repeat 7px -119px;
} */
  a:hover {
    opacity: 0.7;
  }
  #wwd {
    padding: 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  #wwd h3 {
    font-size: 120%;
    padding-bottom: 5px;
  }
  #wwd ul {
    list-style-type: disc;
  }
  #wwd ul li {
    padding: 1px 0;
    margin: 0 0 0 20px;
  }
  #wwd input {
    display: block;
    width: 150px;
    padding: 4px 10px 4px;
    margin: 20px auto 10px;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: whiteSmoke;
    background-image: -moz-linear-gradient(top, white, #e6e6e6);
    background-image: -ms-linear-gradient(top, white, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, white, #e6e6e6);
    background-image: -o-linear-gradient(top, white, #e6e6e6);
    background-image: linear-gradient(top, white, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    cursor: pointer;
  }
  #cboxMap img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  #toGmap {
    margin: 10px auto;
    text-align: center;
  }
  #toGmap a {
    display: inline-block;
    color: white;
    width: 40%;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    text-decoration: none;
    text-align: center;
    background-color: #004b7e;
  }
  .tblWrap {
  }
  table {
    width: 100%;
    height: min-content;
  }
  table td {
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 8px;
    padding-top: 10px;
  }
  table.leftTbl {
    float: left;
  }
  table.rightTbl {
    float: right;
  }
  .rightTbl ul {
    line-height: 1.6;
    padding-left: 5px;
  }
  .bankList {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 0 1.5em;
    width: max-content;
  }
  .hours span {
    display: block;
    text-indent: 8em;
  }
  #wwd {
    clear: both;
    position: relative;
    padding: 20px 0;
    overflow: hidden;
  }
  #wwd h3 {
    float: left;
    padding: 50px 50px 0 0;
  }
  #wwd h3 span {
    display: block;
    padding: 0 0 0 5px;
    border-left: 3px solid #004b7e;
  }
  #wwd .contents {
    float: left;
  }
  #wwd ul {
    list-style-type: disc;
  }
  #wwd input {
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  #wwd input:hover {
    opacity: 0.75;
  }
  #cboxPic {
    margin: 20px 0;
    justify-content: center;
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
    flex-wrap: wrap;
  }
  #cboxPic img {
    width: 100%;
    height: auto;
    max-width: 290px;
    aspect-ratio: 116 / 97;
  }
  #cboxMap {
    position: relative;
  }

  /* 事業内容 */
  .businessDescription li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 2px;
  }
  .businessDescription li::before {
    content: '・';
  }
}

/* PC表示 */
@media (min-width: 768px) {
  /* ===================================
#head
=================================== */

  /* ===================================
#contents
=================================== */
  #contents {
    background: #fff;
    margin-top: 30px;
    padding: 5px 30px 32px;
  }
  table th,
  table td {
    padding: 18px 5px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
  }
  table th {
    width: 26%;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    vertical-align: top;
  }
  table th span {
    display: block;
    padding-left: 5px;
    border-left: 3px solid #06349d;
  }

  .bankList {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 0 1em;
    width: max-content;
  }
  #toGmapInside,
  table td span.mail a {
    color: #06349d;
    text-decoration: underline;
  }

  #toGmapInside {
    padding-left: 15px;
    background: url(../img/ico_pin_01.png) no-repeat;
    background-size: 9px 14px;
    background-position: left center;
  }

  table td span.mail a {
    padding: 0 0 0 20px;
    background: url(../img/ico_mail_01.png) no-repeat;
    background-size: 15px 10px;
    background-position: left center;
  }
  a:hover {
    opacity: 0.7;
  }
  #wwd {
    padding: 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  #wwd h3 {
    font-size: 120%;
    padding-bottom: 5px;
  }
  #wwd ul {
    list-style-type: disc;
  }
  #wwd ul li {
    padding: 1px 0;
    margin: 0 0 0 20px;
  }
  #wwd input {
    display: block;
    width: 150px;
    padding: 4px 10px 4px;
    margin: 20px auto 10px;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: whiteSmoke;
    background-image: -moz-linear-gradient(top, white, #e6e6e6);
    background-image: -ms-linear-gradient(top, white, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, white, #e6e6e6);
    background-image: -o-linear-gradient(top, white, #e6e6e6);
    background-image: linear-gradient(top, white, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    cursor: pointer;
  }
  #cboxMap img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  #toGmap {
    clear: both;
  }
  #toGmap a {
    display: block;
    color: white;
    width: 40%;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    margin: 10px auto;
    text-decoration: none;
    text-align: center;
    background-color: #004b7e;
  }
  .tblWrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 6%;
  }
  table {
    height: min-content;
  }
  table td {
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.6;
  }
  .rightTbl ul {
    padding-left: 5px;
    line-height: 1.6;
  }
  .bankname {
    float: left;
    width: 45%;
  }
  .hours span {
    display: block;
    text-indent: 8em;
  }
  #wwd {
    clear: both;
    position: relative;
    padding: 20px 0;
    overflow: hidden;
  }
  #wwd h3 {
    float: left;
    padding: 50px 50px 0 0;
  }
  #wwd h3 span {
    display: block;
    padding: 0 0 0 5px;
    border-left: 3px solid #004b7e;
  }
  #wwd .contents {
    float: left;
  }
  #wwd ul {
    list-style-type: disc;
  }
  #wwd input {
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  #wwd input:hover {
    opacity: 0.75;
  }
  #cboxPic {
    margin-top: 25px;
    width: 100%;
    display: flex;
    gap: 15px;
    justify-content: center;
  }
  #cboxPic img {
    width: calc((100% - 30px) / 3);
    height: auto;
    display: block;
  }
  #fixbox {
    float: right;
  }
  #cboxMap {
    position: relative;
  }
  #cboxMap img {
    display: block;
    width: 630px;
    height: 500px;
    margin: 0 auto;
  }
  #toGmap {
    clear: both;
    position: absolute;
    bottom: 5px;
    right: 150px;
    padding: 10px;
  }
  #toGmap a {
    display: block;
    color: white;
    width: 120px;
    height: 24px;
    line-height: 24px;
    margin: 0 0 0 auto;
    text-align: center;
    text-decoration: none;
    background-color: #004b7e;
    border: 1px solid white;
  }

  /* 事業内容 */
  .businessDescription li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 2px;
  }
  .businessDescription li::before {
    content: '・';
  }
}

@media (min-width: 800px) {
  .tblWrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 6%;
  }
}

/* コアプリンシパル スタイル */
.principles-container {
  padding: 60px 40px;
  background: #fff;
  font-family: var(--family-yu-mincho);
  font-weight: 600;
  margin-top: 30px;
}

.principle-section {
  margin-bottom: 60px;
}

.principle-section:last-child {
  margin-bottom: 0;
}

.principle-header {
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #04339b;
  font-size: 30px;
  justify-content: center;
  white-space: nowrap;
  flex-wrap: wrap;
}

.principle-label {
  font-size: 1.1em;
  font-weight: bold;
}

.principle-japanese {
  font-size: 1em;
}

.principle-subtitle {
  font-size: 0.9em;
  text-align: center;
}

.principle-divider {
  height: 1px;
  background: #bfd6ff;
  margin-bottom: 60px;
}

.principle-content {
  padding: 0;
  color: #343434;
  font-size: clamp(18px, 2.868vw, 22px);
  line-height: 1.4;
}

.principle-main-text {
  margin-bottom: 0.4em;
  text-align: center;
}

.principle-description {
  text-align: center;
}

.value-list {
  margin: 15px 0 0 0;
}

.value-item {
  line-height: 1.77;
  text-align: center;
  font-size: clamp(14px, 4vw, 18px);
}

.value-item:last-child {
  border-bottom: none;
}

/* レスポンシブ対応 */
@media (max-width: 767px) {
  .core-principles {
    margin: 20px 0;
    padding: 20px 0;
  }

  .principles-container {
    padding: 40px 20px;
    margin-bottom: 40px;
    margin-top: 0;
    margin-inline: 0;
  }

  .principle-header {
    gap: 0 0.5em;
  }
  .principle-subtitle {
    width: 100%;
  }
}
