@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
@font-face {
  font-family: 'Garamond Premier Pro ';
  src: url('../fonts/AGaramondPro-Bold.otf') format('opentype'), url('../fonts/AGaramondPro-BoldItalic.otf') format('opentype'), url('../fonts/AGaramondPro-Italic.otf') format('opentype'), url('../fonts/AGaramondPro-Regular.otf') format('opentype');
}
.privacy h3 {
  margin-top: 70px;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.68;
}
@media screen and (max-width: 850px) {
  .privacy h3 {
    font-size: 16px;
    line-height: 2;
    margin-top: 40px;
  }
}
.privacy p {
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  line-height: 2.68;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
  .privacy p {
    font-size: 14px;
    line-height: 2;
  }
}
#company .subpage_h2_ttl {
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: left;
  font-size: 20px;
}
#company .subpage_h2_ttl span {
  line-height: 100%;
  font-weight: 400;
  font-size: 48px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.2em;
  display: block;
}
#company #addr iframe {
  height: 534px;
  width: 100%;
}
@media screen and (max-width: 850px) {
  #company #addr iframe {
    height: 230px;
  }
}
#company #addr .map {
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 850px) {
  #company #addr .map {
    padding-left: 0;
    padding-right: 0;
  }
}
#company .content .subpage_h2_ttl {
  padding-top: 0;
}
#company .content ul {
  margin-top: 150px;
}
@media screen and (max-width: 850px) {
  #company .content ul {
    margin-top: 70px;
  }
}
#company .content ul li {
  position: relative;
}
#company .content ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100px;
  background: #F7F7F7;
  width: 100%;
  height: 310px;
  z-index: 1;
}
#company .content ul li + li {
  margin-top: 60px;
}
@media screen and (max-width: 850px) {
  #company .content ul li + li {
    margin-top: 50px;
  }
}
#company .content ul li dl {
  max-width: 1340px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 850px) {
  #company .content ul li dl {
    display: block;
  }
}
#company .content ul li dl dt {
  width: 60%;
  padding-right: 70px;
}
@media screen and (max-width: 850px) {
  #company .content ul li dl dt {
    width: 100%;
    padding-right: 0px;
  }
}
#company .content ul li dl dt p {
  text-align: left;
}
#company .content ul li dl dd {
  width: 40%;
  padding-right: 70px;
}
@media screen and (max-width: 850px) {
  #company .content ul li dl dd {
    width: 100%;
    margin-top: 20px;
    padding-right: 0px;
  }
}
#company .content ul li:nth-child(even) dl {
  flex-direction: row-reverse;
}
#company .content ul li:nth-child(even) dl dt .subpage_h2_ttl {
  text-align: right;
}
@media screen and (max-width: 850px) {
  #company .content ul li:nth-child(even) dl dt .subpage_h2_ttl {
    text-align: left;
  }
}
#company .m_t_110 {
  padding-top: 110px;
}
@media screen and (max-width: 850px) {
  #company .m_t_110 {
    padding-top: 60px;
  }
}
#company .history ul {
  margin-top: 0;
}
#company .main {
  display: flex;
  max-width: 1120px;
  margin: auto;
}
@media screen and (max-width: 850px) {
  #company .main {
    display: block;
  }
}
#company .main dt {
  display: flex;
  align-items: center;
  width: 58%;
  padding-right: 80px;
}
@media screen and (max-width: 850px) {
  #company .main dt {
    width: 100%;
    padding-right: 0;
  }
}
#company .main dt .main_ttl {
  line-height: 1.1;
  font-size: 39px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 47px;
}
@media screen and (max-width: 850px) {
  #company .main dt .main_ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#company .main dt .main_txt {
  text-align: left;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  #company .main dt .main_txt {
    font-size: 14px;
  }
}
#company .main dd {
  width: 42%;
}
@media screen and (max-width: 850px) {
  #company .main dd {
    width: 100%;
    margin-top: 15px;
  }
}
#company .list_ul {
  margin-top: 80px;
}
@media screen and (max-width: 850px) {
  #company .list_ul {
    margin-top: 40px;
  }
}
#company .list_ul li {
  padding-bottom: 20px;
  border-bottom: solid 1px #707070;
}
@media screen and (max-width: 850px) {
  #company .list_ul li {
    padding-bottom: 12px;
  }
}
#company .list_ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  #company .list_ul li + li {
    margin-top: 12px;
  }
}
#company .list_ul li dl {
  display: flex;
}
#company .list_ul li dl dt {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 850px) {
  #company .list_ul li dl dt {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#company .list_ul li dl dt::after {
  position: absolute;
  content: "";
  width: 0.6px;
  height: 20px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #707070;
}
@media screen and (max-width: 850px) {
  #company .list_ul li dl dt::after {
    height: 15px;
  }
}
#company .list_ul li dl dd {
  width: 75%;
  text-align: left;
  padding-left: 80px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 850px) {
  #company .list_ul li dl dd {
    padding-left: 20px;
  }
}
#company .list_ul li dl dd a {
  color: #222222;
}
