@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Tenor+Sans&family=Zen+Old+Mincho:wght@400;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

#pageTitle-med {
  background: #C6B98C;
  color: #ffffff;
}
#pageTitle-med .container {
  padding: 60px 0;
}
#pageTitle-med .head_text {
  position: inherit;
  margin-bottom: 0;
  text-shadow: 0px 2px 2px #a59865;
}
#pageTitle-med .head_text span {
  position: inherit;
  transform: translateX(0);
  color: #F8EB8C;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #pageTitle-med .container {
    padding: 30px 0;
  }
  #pageTitle-med .head_text span {
    font-size: 2rem;
  }
}

#pan-med {
  padding-left: 20px;
  font-weight: normal;
  color: #222222;
}
#pan-med li {
  font-size: 1.4rem;
  display: inline-block;
  padding-right: 20px;
  margin-right: 5px;
  position: relative;
}
#pan-med li::before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 0px;
}
#pan-med li:last-child {
  position: static;
  padding-right: 0;
  margin-right: 0;
  color: #8c9ccf;
}
#pan-med li:last-child::before {
  display: none;
}
#pan-med a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #pan-med {
    padding-left: 10px;
  }
}


.service_century{
  background-image: url(../img/mediation_title_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
}
.service_century img{
  width: 340px;
  margin: 0 auto 30px;
}
.service_point_content_title-med {
  position: relative;
  padding: 30px;
  margin-bottom: 40px;
  background-color: #ebe5cd;
  /*color: #203064;*/
  /*font-family: "Zen Old Mincho", serif;*/
  font-size: 2.4rem;
}
.service_point_content_title-med:before {
  content: "";
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, #f7ea8b, #d3b651);
  position: absolute;
  top: 0;
  left: 0;
}
h2.service_point_content_title-med {
  font-family: "Noto Sans JP", sans-serif;
}
.service_century .font-b{
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .service_point_content_title-med {
    padding: 15px 15px 15px 20px;
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.service_point_content_item-med{
  margin-bottom: 100px;
}
.service_point_content_item-med:last-child{
  margin-bottom: 0;
}
.service_point_content_item-med dl{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #C6B98C;
  border-right: 1px solid #C6B98C;
}
.service_point_content_item-med dl dt{
  width: 9.5em;
  padding: 25px 0.8em;
  box-sizing: border-box;
  background-color: #C6B98C;
  color: #FFF;
  border-left: 1px solid #C6B98C;
  border-top: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .service_point_content_item-med dl dt{
    width: 100%;
  }
}
.service_point_content_item-med dl dt:first-child{
  border-top: 1px solid #C6B98C;
}
.service_point_content_item-med dl dd{
  width: calc(100% - 9.5em);
  padding: 25px 0.8em;
  box-sizing: border-box;
  border-left: 1px solid #C6B98C;
  border-top: 1px solid #C6B98C;
}
@media screen and (max-width: 767px) {
  .service_point_content_item-med dl dd{
    width: 100%;
    line-height: 1.4em;
  }
}
.service_point_content_item-med dl dd .flex_box{
  display: block;
}
.service_point_content_item-med dl dd .flex_box li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.0em;
  padding-bottom: 1.0em;
  border-bottom: 1px solid #ECECEC;
}
.service_point_content_item-med dl dd .flex_box li p{
  width: calc(100% - 190px);
}
.service_point_content_item-med dl dd .flex_box li figure{
  width: 250px;
}
.service_point_content_item-med dl dd .flex_box li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .service_point_content_item-med dl dd .flex_box li{
    flex-direction: column-reverse;
    gap: 10px;
  }
  .service_point_content_item-med dl dd .flex_box li p{
    width: 100%;
  }
  .service_point_content_item-med dl dd .flex_box li figure{
    width: 100%;
  }
}
.container_long_long{
  width: 100%;
  padding: 80px 0;
}
.container_nopd{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
.container_nopd .center-text{
  text-align: center;
  font-size: 2rem;
  line-height: 1.8em;
  font-weight: 500;
  margin-bottom: 2em;
}
.container_nopd .century_slider {
  width: 100%;
  margin: 50px 0 70px;
}
.container .center-text{
  text-align: center;
  font-size: 2rem;
  line-height: 1.8em;
  font-weight: 500;
  margin-bottom: 2em;
}
.century_support{
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.century_support li{
  width: 48%;
  box-sizing: border-box;
  padding: 30px;
  background-color: #ebe5cd;
  margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
  .century_support li{
    width: 100%;
  }
  .container_nopd .center-text{
    font-size: 1.8rem;
  }
  .container .center-text{
    font-size: 1.8rem;
  }
}
.century_support li img{
  width: 60%;
  margin: 0 auto 1em;
}
.century_support li:nth-of-type(6) img{
  width: auto;
  max-height: 130px;
}
.century_support li h3{
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 1em;
}

/*メイン背景パターン*/
.service_century1{
  background-image: url(../img/mediation_title_bg1.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
  position: relative;
}

.service_century1_mark {
  width: 200px ;
  position: absolute;
  top: 0;
  right: 0;
}

.service_century1 .logo{
  width: 340px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
}
.service_century1 p{
  font-size: 2rem;
  line-height: 2;
  position: relative;
  z-index: 1;
}
.service_century1 .font-b{
  font-weight: 700;
}
.service_century2{
  background-image: url(../img/mediation_title_bg2.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
}
.service_century2 img{
  width: 340px;
  margin: 0 auto 30px;
}
.service_century2 .font-b{
  font-weight: 700;
}
.service_century3{
  background-image: url(../img/mediation_title_bg3.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
}
.service_century3 img{
  width: 340px;
  margin: 0 auto 30px;
}
.service_century3 .font-b{
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .service_century1{
    background-image: url(../img/mediation_title_bg1-sp.webp);
  }
  .service_century1 .container {
    padding-top: 120px;
  }
  .service_century1_mark {
    width: 100px;
  }
  .service_century2{
    background-image: url(../img/mediation_title_bg2-sp.webp);
  }
  .service_century3{
    background-image: url(../img/mediation_title_bg3-sp.webp);
  }
  .service_century1 p{
    font-size: 1.8rem;
    line-height: 1.8em;
  }
}

.service_point_content_item-med dl dd .flex_box li .no_image p {
  width: auto;
  font-size: 1.4rem;
}


