@charset "UTF-8";
@import url("global.css");
#corporate .president {
  background-color: #F2ECE7;
}

#corporate .president .wrapper {
  position: relative;
  padding: 60px 0;
}

#corporate .president h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: 3px;
  padding-top: 0px;
}

#corporate .president p {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0px;
  line-height: 1.9;
}

#corporate .president .image {
  float: right;
  padding: 20px;
  background-color: #fff;
  margin: 0 0 0 50px;
  width: 340px;
}

#corporate .content .about h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 60px;
}

#corporate .content table {
  margin: 30px 0 10px;
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
}

#corporate .content table tr:nth-child(odd) {
  background-color: #F6F6F6;
}

#corporate .content table th {
  width: 20%;
  padding: 10px 20px 10px 0;
  border-right: 2px solid #ddd;
  text-align: right;
}

#corporate .content table td {
  padding: 10px 20px;
  font-size: 15px;
}

#corporate .content table td ul li {
  float: left;
  margin-right: 25px;
}

#corporate .content table td ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #999;
}

#corporate .content .philosophy {
  background: url(../corporate/img/philosophy.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 60px;
  padding: 5px;
}

#corporate .content .philosophy .wrapper {
  text-align: center;
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 50px auto;
}

#corporate .content .philosophy h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

#corporate .content .philosophy p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 21px;
  line-height: 2.2;
}

#corporate .content .philosophy p.name {
  font-size: 16px;
  margin-top: 30px;
}

#corporate .content .philosophy p.name br {
  display: none;
}

#corporate .content .philosophy p.name span {
  display: block;
  font-weight: bold;
  font-size: 20px;
}

/*settings*/
#corporate .content .philosophy.rev202401 {
  background: none;
  padding: 0;
}
#corporate .content .philosophy.rev202401 .bg {
  background: url(../corporate/img/philosophy_202401.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
}
#corporate .content .philosophy.rev202401 .bg .wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
#corporate .content .philosophy.rev202401 .bg .wrapper h4 {
  text-align: center;
}
#corporate .content .philosophy.rev202401 .bg .wrapper h4 .en {
  display: inline-block;
  color: #fff;
  padding: 0 20px;
  background-color: #333;
  font-weight: 700;
  font-size: 20px;
}
#corporate .content .philosophy.rev202401 .bg .wrapper h4 .jp {
  display: block;
  margin: 20px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  font-weight: 600;
}
#corporate .content .philosophy.rev202401 .bg .wrapper .textarea {
  position: relative;
  padding-bottom: 50px;
}
#corporate .content .philosophy.rev202401 .bg .wrapper .textarea p {
  font-weight: 500;
}
#corporate .content .philosophy.rev202401 .bg .wrapper .textarea p.en {
  display: block;
  color: rgba(51, 51, 51, 0.2);
  line-height: 1;
  white-space: nowrap;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-size: 88px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
#corporate .content .philosophy.rev202401 .bg .wrapper .textarea p br.spon {
  display: none;
}
#corporate .content .philosophy.rev202401 .bg .wrapper + .wrapper {
  margin-top: 50px;
}

@media only screen and (min-width: 1100px) {
  #corporate .president.rev202401 .wrapper .txt {
    padding-top: 40px;
  }
}
/* ---------- Map ---------- */
.accessmap {
  clear: both;
  background-color: #F6F6F6;
  padding: 20px;
}

.accessmap .mapinner {
  height: 0;
  width: 100%;
  padding-top: 30%;
  position: relative;
}

.accessmap .mapinner iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------------------------------------------------------------------

/* 1099px（タブレット縦）以下から 1カラム表示

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1099px) {
  #corporate .president .wrapper {
    text-align: center;
    padding: 20px 0 30px;
  }
  #corporate .president .image {
    display: inline-block;
    float: none;
    margin: 40px auto 0;
    text-align: center;
    width: 500px;
  }
  #corporate .president .wrapper .txt {
    text-align: left;
    padding: 20px 10px 40px;
  }
  #corporate .president h2 {
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  #corporate .content .about h3 {
    margin-top: 50px;
  }
  #corporate .content table th {
    padding: 10px 20px 10px 10px;
  }
  #corporate .content table td {
    padding: 10px 20px;
  }
  #corporate .content .philosophy .wrapper {
    margin: 50px 20px;
  }
  #corporate .content .philosophy.rev202401 .bg {
    padding: 60px 0;
  }
  #corporate .content .philosophy.rev202401 .bg .wrapper {
    padding: 50px 20px;
  }
  #corporate .content .philosophy.rev202401 .bg .wrapper h4 .en {
    padding: 0 20px;
    font-size: 18px;
  }
  #corporate .content .philosophy.rev202401 .bg .wrapper h4 .jp {
    margin: 20px 0;
    font-size: 32px;
  }
  #corporate .content .philosophy.rev202401 .bg .wrapper .textarea {
    padding-bottom: 50px;
  }
  #corporate .content .philosophy.rev202401 .bg .wrapper .textarea p {
    font-size: 18px;
  }
  #corporate .content .philosophy.rev202401 .bg .wrapper .textarea p.en {
    font-size: clamp(60px, 9vw, 88px);
  }
  #corporate .content .philosophy.rev202401 .bg .wrapper + .wrapper {
    margin-top: 50px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

/* 幅644px以下

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #corporate .president .wrapper {
    padding: 0;
  }
  #corporate .president .image {
    width: 100%;
    max-width: 400px;
    margin: 30px 0 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #corporate .president .wrapper .txt {
    padding: 0 0 25px;
  }
  #corporate .president h2 {
    font-size: 18px;
    font-weight: 800;
    padding-top: 25px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 15px;
  }
  #corporate .president p {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
  }
  #corporate .content .about h3 {
    font-size: 18px;
    margin-top: 40px;
  }
  #corporate .content table {
    margin: 10px 0;
  }
  #corporate .content table tr:nth-child(odd) {
    background-color: transparent;
  }
  #corporate .content table th,
  #corporate .content table td {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 5px 15px 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #corporate .content table th {
    border-right: none;
    background-color: #F6F6F6;
    text-align: left;
    padding: 10px;
    border-top: 1px solid #ddd;
  }
  #corporate .content table td ul li {
    margin: 5px 20px 5px 0;
  }
  #corporate .content table td ul li::before {
    margin: -2px 3px 0 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
  }
  #corporate .content .philosophy {
    background: none;
    margin-bottom: 30px;
  }
  #corporate .content .philosophy .wrapper {
    padding: 0;
    margin: 0 10px;
  }
  #corporate .content .philosophy h3 {
    margin-top: 0;
    font-size: 18px;
  }
  #corporate .content .philosophy p {
    font-size: inherit;
    line-height: 2;
  }
  #corporate .content .philosophy p br {
    display: none;
  }
  #corporate .content .philosophy p.name span {
    font-size: 17px;
  }
  #corporate .content .philosophy p.name br {
    display: block;
  }
  br .spon {
    display: inline;
  }
  #corporate .content .philosophy.rev202401 .bg {
    padding: 40px 0;
  }
  #corporate .content .philosophy.rev202401 .bg .wrapper {
    padding: 30px 20px;
  }
  #corporate .content .philosophy.rev202401 .bg .wrapper h4 .en {
    padding: 0 10px;
    font-size: 12px;
  }
  #corporate .content .philosophy.rev202401 .bg .wrapper h4 .jp {
    margin: 10px 0;
    font-size: 22px;
  }
  #corporate .content .philosophy.rev202401 .bg .wrapper .textarea {
    padding-bottom: 50px;
  }
  #corporate .content .philosophy.rev202401 .bg .wrapper .textarea p {
    font-size: 16px;
    text-align: left;
  }
  #corporate .content .philosophy.rev202401 .bg .wrapper .textarea p.en {
    text-align: center;
    font-size: clamp(44px, 9vw, 60px);
  }
  #corporate .content .philosophy.rev202401 .bg .wrapper .textarea p br.spon {
    display: inline;
  }
  #corporate .content .philosophy.rev202401 .bg .wrapper + .wrapper {
    margin-top: 30px;
  }
  /* ---------- Map ---------- */
  .accessmap {
    padding: 6px;
  }
  .accessmap .mapinner {
    padding-top: 35%;
  }
}