@charset "UTF-8";
/*=============================
font
=============================*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/*=============================
color
=============================*/
/*=============================
responsive
=============================*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 959px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/*=============================
共通パーツ
=============================*/
.pd0 {
  padding-top: 0px !important;
}
@media screen and (max-width: 768px) {
  .pd0 {
    padding-top: 30px !important;
  }
}

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}

body {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  color: #042275;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.section {
  padding-top: 90px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

a {
  text-decoration: none;
  transition: all ease 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

.inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 90%;
  }
}

.section-title {
  font-size: 30px;
  color: #042275;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.section-subtitle {
  font-size: 25px;
  color: #042275;
  font-weight: bold;
  text-align: center;
  width: 700px;
  margin: 0 auto 40px;
  position: relative;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .section-subtitle {
    font-size: 15px;
    width: 300px;
    font-weight: bold;
    margin-bottom: 30px;
  }
}
.section-subtitle::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 7px #9fa0a0;
  top: -40px;
  left: 42%;
  width: 10%;
}
@media screen and (max-width: 768px) {
  .section-subtitle::before {
    top: -15px;
    border-bottom: solid 4px #9fa0a0;
    width: 14%;
    left: 40%;
  }
}
.section-subtitle::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 7px #042275;
  top: -40px;
  left: 42%;
  width: 5%;
}
@media screen and (max-width: 768px) {
  .section-subtitle::after {
    top: -15px;
    border-bottom: solid 4px #042275;
    width: 7%;
    left: 40%;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.special {
  display: none;
}
@media screen and (max-width: 768px) {
  .special {
    display: block !important;
  }
}

/*=============================
header
=============================*/
header {
  width: 100%;
  display: flex;
  padding: 15px 30px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  header {
    padding: 13px 15px;
  }
}
header .header-l {
  width: 170px;
}
@media screen and (max-width: 768px) {
  header .header-l {
    width: 110px;
  }
}
header .header-r {
  width: 230px;
}
@media screen and (max-width: 768px) {
  header .header-r {
    width: 150px;
  }
}

/*=============================
about
=============================*/
.about {
  background-color: #e9e5e3;
  padding: 30px 0px 80px;
}
@media screen and (max-width: 768px) {
  .about {
    padding-bottom: 50px;
  }
}
.about .about_title {
  font-size: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about .about_title {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .about .about_title {
    font-size: 30px;
  }
}
.about .about_sub {
  text-align: center;
  font-size: 35px;
  margin-top: -25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about .about_sub {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .about .about_sub {
    font-size: 13px;
    margin-top: -5px;
  }
}
.about .about_lead {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about .about_lead {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about .about_lead {
    text-align: justify;
    margin-bottom: 10px;
  }
}
.about .link_wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .about .link_wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about .link_wrapper {
    margin-top: 20px;
    display: block;
  }
}
.about .link_wrapper .link_left {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about .link_wrapper .link_left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.about .link_wrapper .link_left h1 {
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  .about .link_wrapper .link_left h1 {
    font-size: 25px;
  }
}
.about .link_wrapper .link_left p {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about .link_wrapper .link_left p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.about .link_wrapper .link_right {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about .link_wrapper .link_right {
    width: 100%;
  }
}
.about .link_wrapper .link_right h1 {
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  .about .link_wrapper .link_right h1 {
    font-size: 25px;
  }
}
.about .link_wrapper .link_right p {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about .link_wrapper .link_right p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.about .link_wrapper .link_btn {
  background-color: #9fa0a0;
  padding: 10px;
  width: 80%;
  margin: 0 auto;
  transition: all ease 0.3s;
}
@media screen and (max-width: 768px) {
  .about .link_wrapper .link_btn {
    width: 80%;
    padding: 5px;
  }
}
.about .link_wrapper .link_btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
.about .link_wrapper .link_btn a {
  color: #fff;
}

/*=============================
mission
=============================*/
.mission {
  background-color: #fff;
}
.mission .voice-title {
  text-align: center;
  font-size: 30px;
  color: #042275;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mission .voice-title {
    font-size: 23px;
  }
}
.mission .section-title {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .mission .section-title {
    margin-bottom: 50px;
    margin-left: 2%;
  }
}
.mission p {
  color: #042275;
  margin-bottom: 130px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .mission p {
    margin-bottom: 40px;
  }
}
.mission .pb {
  margin-bottom: 0px;
}

/*=============================
case
=============================*/
.case {
  color: #5d0615;
}
.case .case-title {
  text-align: center;
  font-size: 40px;
  font-style: italic;
  font-family: serif !important;
}
@media screen and (max-width: 768px) {
  .case .case-title {
    font-size: 25px;
  }
}
.case .case-sub-title {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.6em;
}
@media screen and (max-width: 768px) {
  .case .case-sub-title {
    font-size: 15px;
  }
}
.case .case-wrapper02 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  color: #5d0615;
}
@media screen and (max-width: 768px) {
  .case .case-wrapper02 {
    display: block;
    width: 270px;
    margin: 30px auto 0;
  }
}
.case .case-wrapper02 p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .case .case-wrapper02 p {
    margin-bottom: 1px;
    font-size: 11px;
    display: block;
    text-align: center;
    text-align: left;
  }
}

/*=============================
for
=============================*/
.for {
  background-color: #e9e5e3;
}
.for .section-title {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .for .section-title {
    margin-bottom: 50px;
  }
}
.for p {
  color: #042275;
  margin-bottom: 130px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .for p {
    margin-bottom: 40px;
  }
}
.for .pb {
  margin-bottom: 0px;
}

/*=============================
mansion01
=============================*/
.mansion01 {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .mansion01 {
    padding-bottom: 25px;
  }
}
.mansion01 .mbn {
  margin-bottom: 0px !important;
}
.mansion01 .mansion-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .mansion01 .mansion-wrapper {
    display: block;
  }
}
.mansion01 .mansion-wrapper .mansion-item {
  width: 45%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .mansion01 .mansion-wrapper .mansion-item {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .mansion01 .mansion-wrapper .mansion-item .small {
    font-size: 20px;
  }
}
.mansion01 .mansion-wrapper .mansion-item h1 {
  font-size: 30px;
  color: #5d0615;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.mansion01 .mansion-wrapper .mansion-item h1 span {
  color: transparent;
}
@media screen and (max-width: 768px) {
  .mansion01 .mansion-wrapper .mansion-item h1 span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mansion01 .mansion-wrapper .mansion-item h1 {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.mansion01 .mansion-wrapper .mansion-item p {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
  color: #231815;
}
.mansion01 .mansion-wrapper .mansion-item p span {
  color: transparent;
}
@media screen and (max-width: 768px) {
  .mansion01 .mansion-wrapper .mansion-item p span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mansion01 .mansion-wrapper .mansion-item p {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: normal;
  }
}
.mansion01 .mansion-wrapper .mansion-item .mansion-btn {
  margin-top: 30px;
}

/*=============================
graph
=============================*/
@media screen and (max-width: 768px) {
  .graph {
    margin-top: -60px !important;
    margin-bottom: -30px !important;
  }
}
.graph .graph-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .graph .graph-wrapper {
    display: block;
    margin-top: 20px;
  }
}
.graph .graph-wrapper h2 {
  font-size: 3.5rem;
  line-height: 1.5;
  margin-top: -15px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #001239;
}
@media screen and (max-width: 768px) {
  .graph .graph-wrapper h2 {
    font-size: 18px;
    text-align: center;
    margin: 30px 0px 15px;
    padding-left: 4%;
  }
}
.graph .graph-wrapper p {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .graph .graph-wrapper p {
    font-size: 1.3rem;
    padding-left: 3%;
  }
}
.graph .graph-wrapper .graph-left {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .graph .graph-wrapper .graph-left {
    width: 100%;
  }
}
.graph .graph-wrapper .graph-right {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .graph .graph-wrapper .graph-right {
    width: 100%;
  }
}
.graph .graph-wrapper .graph-left02 {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .graph .graph-wrapper .graph-left02 {
    width: 100%;
  }
}
.graph .graph-wrapper .graph-right02 {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .graph .graph-wrapper .graph-right02 {
    width: 100%;
    margin-top: 30px;
  }
}
.graph .graph-wrapper02 {
  margin-top: 60px;
}
.graph .graph-wrapper02 h2 {
  font-size: 2.5rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .graph .graph-wrapper02 h2 {
    font-size: 1.7rem;
  }
}
.graph .graph-wrapper02 .caution {
  font-size: 0.5em; /*　文字サイズ調整 */
  vertical-align: top; /* 文字の位置調整 */
}
.graph .graph-wrapper02 .caption {
  font-size: 1rem;
  margin-top: 10px;
}

/*=============================
nomu
=============================*/
.nomu h4 {
  text-align: center;
  font-size: 25px;
  color: #001239;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .nomu h4 {
    font-size: 18px;
  }
}
.nomu .img-wrapper {
  display: flex;
  margin-top: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .nomu .img-wrapper {
    display: block;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
.nomu .img-wrapper-left {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .nomu .img-wrapper-left {
    width: 90%;
    margin: 0 auto;
    margin-left: 3%;
  }
}
.nomu .img-wrapper-right {
  width: 68%;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .nomu .img-wrapper-right {
    width: 100%;
    margin: -30px auto 0;
  }
}

/*=============================
contact
=============================*/
.contact {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 0px;
  }
}
.contact .contact-title {
  font-size: 30px;
  color: #333;
  line-height: 1.7;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact .contact-title {
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-title {
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: bold;
  }
}
.contact .satisfaction .cs_plain {
  color: #333;
  margin-bottom: 10px;
}
.contact .satisfaction .cs_blue {
  text-align: center;
  background-color: #0a122f;
  color: #fff;
  font-size: 2.4rem;
  padding: 5px;
  margin-bottom: 20px;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  .contact .satisfaction .cs_blue {
    font-size: 1.6rem;
    padding: 10px;
    padding-left: 20px;
    line-height: 1.3;
  }
}
.contact .satisfaction .satisfaction_img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact .satisfaction .satisfaction_img {
    width: 100%;
    max-width: 450px;
  }
}
.contact .satisfaction .satisfaction_img p {
  margin-top: 10px;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  color: #333;
}
@media screen and (max-width: 768px) {
  .contact .satisfaction .satisfaction_img p {
    letter-spacing: 0px;
    font-size: 1rem;
  }
}
.contact .contact_wrapper {
  margin-top: 70px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact .contact_wrapper {
    display: block;
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
.contact .contact_wrapper a {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact .contact_wrapper a {
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }
}

/*=============================
map
=============================*/
.map iframe {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .map iframe {
    margin-top: 30px;
  }
}

/*=============================
footer
=============================*/
.footer {
  padding: 50px 0px 70px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0px 0px 30px;
  }
}
.footer img {
  width: 550px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer img {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .footer img {
    width: 300px;
  }
}/*# sourceMappingURL=style.css.map */