@charset "UTF-8";
/* company CSS Document */


/* section-philosophy
------------------------------------------- */

.section-philosophy .philosophy-content {
	font-family: "游明朝", YuMincho, "Yu Mincho", serif;
}
.section-philosophy .philosophy-content .text-slogan {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.section-philosophy .philosophy-content .text-slogan .subtext {
  display: block;
  font-size: 2.1rem;
  letter-spacing: 0.5em;
  margin-left: 35px;
}
.section-philosophy .philosophy-content .text-slogan .maintext {
  display: block;
  width: 41px;
}
.section-philosophy .philosophy-content .text-message {
  margin-top: 60px;
}
.section-philosophy .philosophy-content .text-message > h2 {
  font-size: 2rem;
}
.section-philosophy .philosophy-content .text-message .text-lead {
  font-size: 2.4rem;
  margin-top: 50px;
  position: relative;
}
.section-philosophy .philosophy-content .text-message .text-comment {
  font-size: 1.6rem;
  line-height: 2.25;
  margin-top: 50px;
}
.section-philosophy .philosophy-content .text-message .text-name {
  font-size: 1.6rem;
  margin-top: 50px;
  margin-left: auto;
  width: 240px;
}
.section-philosophy .philosophy-content .text-message .text-name > span {
  display: block;
}
.section-philosophy .philosophy-content .text-message .text-name > span + span {
  margin-left: auto;
  margin-top: 20px;
  width: 200px;
}
/* PC */
@media only screen and (min-width: 769px) {
  .section-philosophy {
    padding-bottom: 190px !important;
  }
  .section-philosophy .philosophy-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-left: auto;
    margin-right: auto;
    max-width: 815px;
  }
  .section-philosophy .philosophy-content .text-slogan {
    width: 14.72%;
  }
  .section-philosophy .philosophy-content .text-message {
    width: 69.57%;
  }
  .section-philosophy .philosophy-content .text-message .text-lead:before {
    background-color: #707070;
    content: "";
    height: 1px;
    position: absolute;
    left: -100px;
    top: 20px;
    width: 68px;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .section-philosophy .philosophy-content {
    padding-bottom: 70px;
  }
  .section-philosophy .philosophy-content .text-slogan {
    margin-left: auto;
    margin-right: auto;
    width: 158px;
  }
  .section-philosophy .philosophy-content .text-slogan .subtext {
    margin-left: 25px;
  }
  .section-philosophy .philosophy-content .text-slogan .maintext {
    margin-top: 60px;
  }
  .section-philosophy .philosophy-content .text-message {
    margin-top: 100px;
  }
  .section-philosophy .philosophy-content .text-message > h2 {
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
  }
  .section-philosophy .philosophy-content .text-message > h2:before {
    background-color: #707070;
    content: "";
    height: 1px;
    position: absolute;
    left: -95px;
    top: 50%;
    transform: translateY(-50%);
    width: 115px;
  }
  .section-philosophy .philosophy-content .text-message .text-name {
    margin-left: auto;
    margin-right: 20px;
  }
}



/* section-profile
------------------------------------------- */
.section-profile .profile-detail > dl {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-profile .profile-detail > dl:nth-of-type(-n+3) {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-profile .profile-detail > dl:nth-of-type(1) {
  padding-top: 0 !important;
}
.section-profile .profile-detail > dl:before {
  background-color: #98A7A3;
  content: "";
  opacity: 0.35;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 955px;
}
.section-profile .profile-detail > dl:last-child:before {
  display: none;
}
.section-profile .profile-detail > dl:after {
  content: "";
  clear: both;
  display: block;
}
.section-profile .profile-detail > dl dt {
	font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  float: left;
  padding-right: 60px;
  text-align: right;
  width: 280px;
}
.section-profile .profile-detail > dl dd {
  color: #5E5E5E;
  float: left;
  width: calc(100% - 280px);  
}
.section-profile .profile-detail .image-layout > figure {
  margin-top: -40px;
}
.section-profile .profile-detail .image-layout > figure figcaption {
  color: #5E5E5E;
  display: block;
  font-size: 1.3rem;
  margin-top: 5px;
}
.section-profile .profile-detail .image-layout .text > *:nth-child(n+2) {
  margin-top: 20px;
}
.section-profile .profile-detail .image-layout .text-address,
.section-profile .profile-detail .image-layout .text-telephone {
  letter-spacing: 0.06em;
}
.section-profile .profile-detail .image-layout .text-telephone {
  color: #0A0E0D;
}
.section-profile .profile-detail .image-layout .button-link {
  width: 170px;
}
.section-profile .profile-detail .image-layout .button-link a {
  border: 1px solid #98A7A3;
  color: #0A0E0D;
  display: block;
  letter-spacing: 0.06em;
  line-height: 48px;
  text-align: center;
  text-decoration: underline;
}
/* PC */
@media only screen and (min-width: 769px) {
  .section-profile .profile-detail > dl:nth-of-type(1):before {
    width: 100%;
  }
  .section-profile .profile-detail .image-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .section-profile .profile-detail .image-layout > figure {
    margin-right: 25px;
    width: 250px;
  }
  .section-profile .profile-detail .image-layout > .text {
    width: calc(100% - 275px);
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .section-profile .profile-detail > dl {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  .section-profile .profile-detail > dl:nth-of-type(-n+3) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-profile .profile-detail > dl:before {
    width: 100%;
  }
  .section-profile .profile-detail > dl dt {
    padding-right: 40px;
    width: 110px;
  }
  .section-profile .profile-detail > dl dd {
    width: calc(100% - 110px);  
  }
  .section-profile .profile-detail .image-layout > figure {
    margin-top: -30px;
  }
  .section-profile .profile-detail .image-layout .text {
    margin-top: 20px;
  }
  .section-profile .profile-detail .image-layout .text > *:nth-child(n+2) {
    margin-top: 15px;
  }
  .section-profile .profile-detail .image-layout .text-telephone {
    color: #0A0E0D;
  }
  .section-profile .profile-detail .image-layout .button-link {
    margin-top: 20px !important;
  }
}



/* section-history
------------------------------------------- */
.section-history .history-detail > dl {
  position: relative;
}
.section-history .history-detail > dl:nth-of-type(1) {
  padding-top: 0 !important;
}
.section-history .history-detail > dl:before {
  background-color: #98A7A3;
  content: "";
  opacity: 0.35;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 955px;
}
.section-history .history-detail > dl:last-child:before {
  display: none;
}
.section-history .history-detail > dl:after {
  content: "";
  clear: both;
  display: block;
}
.section-history .history-detail > dl dt {
	font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  float: left;
  padding-right: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
  width: 280px;
}
.section-history .history-detail > dl dd {
  color: #5E5E5E;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  width: calc(100% - 280px);  
}
.section-history .history-detail > dl dd + dd {
  border-top: 1px solid rgba(152, 167, 163, 0.35);
  clear: both;
  float: none;
  margin-left: auto;
}
.section-history .history-detail > dl dd figure {
  margin-top: 20px;
}
/* PC */
@media only screen and (min-width: 769px) {
  .section-history {
    border-top: 1px solid #fff;
  }
  .section-history .history-detail > dl:nth-of-type(1):before {
    width: 100%;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .section-history .history-detail > dl:before {
    width: 100%;
  }
  .section-history .history-detail > dl dt {
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 110px;
  }
  .section-history .history-detail > dl dd {
    padding-top: 15px;
    padding-bottom: 15px;
    width: calc(100% - 110px);  
  }
  .section-history .history-detail > dl dd figure {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: -110px;
  }
}
