@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --font_1: "Montserrat", sans-serif;
  --font_shu:"秀英明朝 M";
  --font_shuB:"秀英明朝 B";
  --font_2:"Cormorant Garamond", serif;
  --font_noto:"Noto Sans JP", sans-serif;
  --font_tuku:"FOT-筑紫A丸ゴシック Std B";
}

.l-header .main__nav .el-menu > li > a {
  font-family: var(--font_shu);
}

body {line-height: 1.9;
  font-family: var(--font_noto);
  color: #513D3B;
}

@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
  body {
    font-size: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
.mb_60 {
  margin-bottom: 60px !important;
  padding-bottom: 1px;
}
@media (max-width: 768px) {
  .mb_60 {
    margin-bottom: 40px !important;
  }
}

.mb_150 {
  margin-bottom: 150px !important;
  padding-bottom: 1px;
}
@media (max-width: 768px) {
  .mb_150 {
    margin-bottom: 100px !important;
  }
}

.mb_100 {
  margin-bottom: 100px !important;
  padding-bottom: 1px;
}
@media (max-width: 768px) {
  .mb_100 {
    margin-bottom: 60px !important;
  }
}

.pt_100 {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .pt_100 {
    padding-top: 90px;
  }
}

.pb_1em {
  padding-bottom: 2em;
}

.pb_06em {
  padding-bottom: 0.6em;
}

.pb_100 {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .pb_100 {
    padding-bottom: 60px;
  }
}

.pt_50 {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .pt_50 {
    padding-top: 30px;
  }
}

.pb_50 {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .pb_50 {
    padding-bottom: 30px;
  }
}

.pt_70 {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .pt_70 {
    padding-top: 50px;
  }
}

.pb_70 {
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .pb_70 {
    padding-bottom: 50px;
  }
}

.pt_30 {
  padding-top: 30px;
}

@media (max-width: 768px) {
  .spt_30 {
    padding-top: 30px !important;
  }
}
.pb_30 {
  padding-bottom: 30px;
}

#home-top {
  position: relative;
}

#home-top .bg_nav {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 60%;
  height: auto;
}
@media (max-width: 768px) {
  #home-top .bg_nav {
    width: 95%;
    height: auto;
  }
}

.header_bg {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  height: 80px;
  position: fixed;
  top: -100px;
  transition: all 0.3s linear;
}

.fixed .header_bg {
  top: 0;
}

@media (min-width: 768px) {
  .catch {
    width: 50%;
    height: auto;
    z-index: 2;
    left: 3% !important;
    top: 41% !important;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .catch {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .catch {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin: auto !important;
    transform: translate(-50%, -80%);
    -webkit-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
  }
}
.news_dl_wrap {
  padding-top: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-size: 100% 100%;
  z-index: 2;
  padding-top: 150px;
  margin-bottom: 0px !important;
}
@media (max-width: 768px) {
  .news_dl_wrap {
    background-size: 100% auto;
  }
}

.news_dl {
  margin-top: 150px;
  padding-left: 50px;
  height: 150px;
}

.news_dl dl{
  height: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: 600px;
}
@media (max-width: 768px) {
  .news_dl {
    margin: auto;
    height: 200px;
    margin-top: 50px;
    padding: 20px;
  }
}

.news_dl dt {
  font-weight: bold;
  font-family: var(--font_1);
}

.news_dl dd {
  margin-left: 0;
  margin-bottom: 20px;
}

.f_time {
  color: #fff !important;
}

.h2_style1 {
  text-align: center;
  line-height: 1.2;
  color: #b5a798;
}
.h2_style1 strong {
  font-size: clamp(30px, 2vw, 70px);
  font-weight: normal;
  font-family: var(--font_2);
  display: block;
}
@media only screen and (max-width: 768px) {
  .h2_style1 strong {
    font-size: clamp(25px, 12vw, 40px);
  }
}
.h2_style1 strong:first-letter {
  color: #d9a627;
}

.h2_style1 small {
  font-size: clamp(20px, 2.2vw, 45px);
  font-weight: normal;
  font-family: var(--font_2);
  display: block;
  letter-spacing: 10px;
  color: #694721 !important;
}
@media only screen and (max-width: 768px) {
  .h2_style1 small {
    font-size: clamp(23px, 5.4vw, 35px);
  }
}


.h2_style11 {
  text-align: center;
  line-height: 1.2;
  color: #b5a798;
}
.h2_style11 strong {
  font-size: clamp(30px, 2vw, 70px);
  font-weight: normal;
  font-family: var(--font_2);
  display: inline-block;
  border-bottom: solid 1px #9e8b76;
  margin: 2px;
}
@media only screen and (max-width: 768px) {
  .h2_style11 strong {
    font-size: clamp(25px, 12vw, 40px);
  }
}
.h2_style11 strong:first-letter {
  color: #d9a627;
}

.h2_style11 small {
  font-size: clamp(20px, 2.2vw, 45px);
  font-weight: normal;
  font-family: var(--font_2);
  display: block;
  margin: 5px;
  letter-spacing: 10px;
  color: #694721 !important;
}
@media only screen and (max-width: 768px) {
  .h2_style11 small {
    font-size: clamp(23px, 5.4vw, 35px);
  }
}


.h2_style2 {
  text-align: left;
  line-height: 1.2;
  color: #b5a798;
}
.h2_style2 strong {
  /* font-size: clamp(30px, 5vw, 100px);*/
    font-size: clamp(30px, 2.2vw, 50px);
  font-weight: normal;
  font-family: var(--font_2);
  display: block;
}
@media only screen and (max-width: 768px) {
  .h2_style2 strong {
    font-size: clamp(25px, 12vw, 40px);
  }
}
.h2_style2 strong:first-letter {
  color: #d9a627;
}
.h2_style2 small {
  font-size: clamp(20px, 4vw, 50px);
  font-weight: normal;
  font-family: var(--font_2);
  display: block;
  letter-spacing: 10px;
  color: #694721;
  color: #694721 !important;
}
@media only screen and (max-width: 768px) {
  .h2_style2 small {
    font-size: clamp(23px, 9.4vw, 35px);
    letter-spacing: 5px;
  }
}

.btn1 {
  display: inline-block;
  padding: 20px 80px;
  line-height: 1;
  background-color: #F0C033;
  color: #694721;
  font-size: 16px;
  text-align: center;
  position: relative;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 768px) {
  .btn1 {
    padding: 20px 30px;
  }
}
.btn1:after {
  content: ">";
  position: absolute;
  top: 45%;
  right: 10%;
  font-size: 27px !important;
  transform: translate(0%, -50%) scale(0.3, 1);
  -webkit-transform: translate(0%, -50%) scale(0.3, 1);
  -ms-transform: translate(0%, -50%) scale(0.3, 1);
}
.btn1:hover {
  color: #F0C033;
  background-color: #694721;
}

.btn2 {
  padding: 20px 50px !important;
  height: 60px;
}

.btn1_wrap {
  text-align: center;
}
.btn1_wrap a {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .btn1_wrap a {
    width: 70% !important;
  }
}

.a_left {
  text-align: left;
}

.sc_concept {
  font-family: var(--font_noto);
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+0,c7bf95+100 */
  background: linear-gradient(to bottom, #fefefd 0%, #c7bf95 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sc_concept {
    margin-top: 60px;
  }
}
.sc_concept:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/concept_bg.png);
  background-size: cover;
  content: "";
  background-position: center bottom;
  z-index: 0;
  background-repeat: no-repeat;
}
.sc_concept p {
  font-size: 26px;
  padding: 0px 20px;
}
@media (max-width: 768px) {
  .sc_concept p {
    font-size: 15px;
  }
}
.sc_concept p strong {
  display: block;
  font-size: 38px;
  font-family: var(--font_shu);
  margin: 10px 0px;
}
@media (max-width: 768px) {
  .sc_concept p strong {
    font-size: 28px;
  }
}
.sc_concept .slider {
  position: relative;
  z-index: 2;
}

.sc_service {
  background-image: url(../images/service_bg.jpg);
  background-size: cover;
  background-position: center bottom;
}


/* .sc_service .ul_wrap{
  display: flex;
  justify-content: space-between;
} */


.sc_service_inner{
  width: min(100%,1200px);
  margin: auto;
}
.sc_service .ul_wrap {
  width: 100%;
  /* width: 25%; */
  max-width: 1200px;
  margin: 30px auto auto;
  /* padding: 0px 10px; */
  align-items: stretch;
  /* flex-direction: column; */
  box-sizing: border-box;
}

.sc_service .ul_wrap h3{
  text-align: center;
  padding-bottom: 0.2em;
  border-bottom: 1px solid;
  width: 90%;
margin: auto auto 0.4em;
font-size: 22px;
}



.sc_service ul{
  width: 100%;
  /* margin: 1.5%; */
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.sc_service ul li {
  width: 30%;
  /* margin: 1.5%; */
  height: 175px;
  padding: 10px;
  box-sizing: border-box;
}

@media (max-width: 768px) {



  .sc_service ul li {
    width: 48%;
    /* margin: 1.5%; */
    height: 175px;
    padding: 5px;
    box-sizing: border-box;
  }


}

.sc_service ul li a {
  display: block;
  text-align: center;
  border-radius: 0 25px 0 25px;
  background: linear-gradient(135deg, #7a623b 3%, #583c0f 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 100%;
  color: #fff;
  line-height: 1.3;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  font-family: var(--font_noto);
  font-size: 18px;
  position: relative;
  top: 0;
  transition: all 0.1s linear;
  padding-top: 20px;
  transition: all 0.3s linear;
}
@media (max-width: 450px) {
  .sc_service ul li a {
    font-size: 16px;
  }
  .sc_service .ul_wrap h3{
font-size: 20px;
}
}
.sc_service ul li a:hover {
  top: 3px;
}
.sc_service ul li a:before {
  border-radius: 0 22px 0 22px;
  margin: 3px;
  border: 3px solid #fff;
  position: absolute;
  z-index: 0;
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  top: 3px;
  left: 3px;
}
.sc_service ul li a span {
  width: max(25%, 70px);
  height: auto;
  display: block;
  margin: auto auto 10px;
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: all 0.3s linear;
}
.sc_service ul li a span img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 450px) {
  .sc_service ul li a span {
    margin-top: 10px;
  }
}
.sc_service ul li a p {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 30%;
  background: #fff;
  position: absolute;
  bottom: 6px;
  width: calc(100% - 12px);
  left: 6px;
  border-radius: 0px 20px 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #583c0f;
  font-weight: bold;
  padding: 5px;
  line-height: 1.2 !important;
  transition: all 0.3s linear;
}
@media (max-width: 430px) {
  .sc_service ul li a p {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .sc_service ul li a p {
    font-size: 11px;
  }
}
.sc_service .s1 {
  background-image: url(../images/ser_1_on.png);
  background-size: 100% auto;
}
.sc_service .s2 {
  background-image: url(../images/ser_2_on.png);
  background-size: 100% auto;
}
.sc_service .s3 {
  background-image: url(../images/ser_3_on.png);
  background-size: 100% auto;
}
.sc_service .s4 {
  background-image: url(../images/ser_4_on.png);
  background-size: 100% auto;
}
.sc_service .s5 {
  background-image: url(../images/ser_5_on.png);
  background-size: 100% auto;
}
.sc_service .s6 {
  background-image: url(../images/ser_6_on.png);
  background-size: 100% auto;
}
.sc_service .s7 {
  background-image: url(../images/ser_7_on.png);
  background-size: 100% auto;
}
.sc_service .s8 {
  background-image: url(../images/ser_8_on.png);
  background-size: 100% auto;
}
.sc_service .s9 {
  background-image: url(../images/ser_9_on.png);
  background-size: 100% auto;
}
.sc_service .s10 {
  background-image: url(../images/ser_10_on.png);
  background-size: 100% auto;
}
.sc_service .s11 {
  background-image: url(../images/ser_11_on.png);
  background-size: 100% auto;
}
.sc_service .s12 {
  background-image: url(../images/ser_12_on.png);
  background-size: 100% auto;
}
.sc_service .s13 {
  background-image: url(../images/ser_13_on.png);
  background-size: 100% auto;
}

.sc_service li a:hover {
  background: #fff;
}
.sc_service li a:hover:before {
  border: 3px solid #583c0f;
}
.sc_service li a:hover p {
  color: #fff;
  background-color: #583c0f;
}
.sc_service li a:hover span img {
  opacity: 0;
}

.sc_service2 {
  background-image: url(../images/service2_bg.jpg);
  background-size: cover;
}
.sc_service2 ul.slider2 .in_slider2 {
  width: 27%;
  position: relative;
  overflow: hidden;
  margin: auto 10px;
  display: flex;
}
.sc_service2 ul.slider2 .in_slider2 a {
  display: flex;
  height: 170px;
  width:350px;
  background-color: #eeeadc;
  border-radius:0px 30px 0px 0px;
}
.sc_service2 ul.slider2 .in_slider2 a .txt {
  width: 45%;
  position: relative;
  z-index: 2;
  background-color: #EEEADC;
  height: 100%;
  font-size: 14px;
  line-height: 1.3;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  padding: 10px;
}


.sc_service2 ul.slider2 .in_slider2 a {
  color: #513D3B !important;
}
.sc_service2 ul.slider2 .in_slider2 a .txt p {
  width: 100%;
  font-size: clamp(12px, 1.1vw, 16px);
  margin-bottom: 10px;
}
.sc_service2 ul.slider2 .in_slider2 a .txt h3 {
  width: 100%;
  font-size: clamp(16px, 1.7vw, 19px);
  font-weight: bold;
}



.sc_service2 ul.slider2 .in_slider2 a .ph {
  width: 55%;
  position: relative;
  border-radius:0px 30px 0px 30px;
  overflow: hidden;
  background-color: #eeeadc;
}


.sc_service2 ul.slider2 .in_slider2 a img {
  position: absolute;
  width: auto;
  max-width: none !important;
  height: 100%;
  z-index: 1;
  max-height: none !important;
  right: 0;
}

.slick-dots li button::before {
  color: #fff;
  opacity: 1;
  font-size: 15px;
}

.slick-dots li.slick-active button::before {
  color: #F0C033;
}

.slider2 .slick-dots {
  bottom: -50px;
}

.slider2 .slick-dots li {
  margin: 0 2px !important;
}

.sc-features {
  background-image: url(../images/feature_bg.jpg);
  background-position: center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .sc-features {
    background-size: auto 100% !important;
  }
}
.sc-features .inner_box {
  max-width: 1200px;
  margin: auto;
  display: flex;
  padding: 20px;
}
@media (max-width: 768px) {
  .sc-features .inner_box {
    display: block;
  }
}
.sc-features .inner_box .ph {
  flex: 1;
  margin-right: calc(49% - 38vw);
  margin-left: 5%;
}

@media (max-width: 1280px) {

  .sc-features .inner_box .ph {
    flex: 1;
    margin-right: calc(43% - 38vw);
    margin-left: 5%;
  }
}


@media (max-width: 768px) {
  .sc-features .inner_box .ph {
    width: 100%;
    margin:40px auto auto !important;
  }
}
.sc-features .inner_box .ph img {
  width: 100%;
  height: auto;
  border-radius: 15vw 0 15vw 0;
}
.sc-features .inner_box .ph2 {
  margin-left: 0;
}
.sc-features .inner_box .txt {
  width: 58%;

}
@media (max-width: 768px) {
  .sc-features .inner_box .txt {
    width: 100%;
  }
}
.sc-features .inner_box .txt h3 {
  font-size: clamp(27px, 4vw, 45px);
  margin:auto auto 30px;
  font-family: var(--font_2);
  line-height: 1.6;
  /* width: 80%; */
}
.sc-features .inner_box .txt h3 img {
  display: block;
  margin: auto;
}
.sc-features .inner_box .txt h3 small {
   color: #D79400;
    font-size: 36px;
    display: block;
    font-family: var(--font_shu);
}
.sc-features .inner_box .txt h3 strong {
  color: #84A04E;
  font-size:45px !important;
  font-weight: normal !important;
}
@media only screen and (max-width: 768px) {
  .sc-features .inner_box .txt h3 small {
    margin-bottom: 10px;
  }
  .sc-features .inner_box .txt h3 strong {
    font-size:30px !important;
  }

.sc-features .inner_box .txt h3 small {
   font-size: 30px;
}
}

.sc-features .inner_box .txt h3 span strong {
  color: #513D3B;
}

.sc-features .inner_box .txt h3 span {
  display: block;
  font-size: clamp(19px, 2.2vw, 30px);
  font-family: var(--font_shu);
}
.sc-features .inner_box .txt h3 strong {
  font-size: clamp(27px, 3.1vw, 45px);
}

.sc-features .inner_box .txt p {
  font-size: 17px;
}
@media (max-width: 768px) {
  .sc-features .inner_box .txt p {
    font-size: 15px;
  }
}
.sc-features .inner_box.re {
  flex-direction: row-reverse;
}
.sc-features .inner_box.re .ph {
  flex: 1;
  margin-left: calc(49% - 38vw);
  margin-right: 5%;
}
@media (max-width: 1280px) {

  .sc-features .inner_box.re .ph {
    flex: 1;
    margin-left: calc(43% - 38vw);
    margin-right: 5%;
  }
}
@media (max-width: 768px) {
  .sc-features .inner_box.re .ph {
    width: 100%;
    margin-top: 40px;
  }
}
.sc-features .inner_box.re .ph img {
  width: 100%;
  height: auto;
}
.step_ul {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .step_ul {
    position: relative;
    margin: auto;
    justify-content: space-between;
  }
}
.step_ul li {
  background-color: #f2f2f2;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  max-height: 280px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .step_ul li {
    max-height: none;
    display: block;
  }
}
.step_ul li .step {
  width: 70%;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .step_ul li .step {
    display: block;
    width: 50%;
    margin: auto auto -70px;
  }
}
.step_ul li .step img {
  width: 100%;
  height: auto;
}
.step_ul li .ph {
  width: 210px;
  position: relative;
  z-index: 1;
  border-radius: 0 7vw 0 0vw;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .step_ul li .ph {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .step_ul li .ph {
    width: 40vw;
    height: 40vw;
    margin: 20px auto;
    border-radius: 0 7vw 0 7vw;
  }
}
.step_ul li .ph img {
  width: 130%;
  height: auto;
  max-width: none;
  max-height: none;
  display: block;
}
@media (max-width: 830px) {
  .step_ul li .ph img {
    width: 135%;
  }
}
@media (max-width: 768px) {
  .step_ul li .ph img {
    width: 100%;
    height: auto;
  }
}
.step_ul li dl {
  padding: 20px;
  position: relative;
  z-index: 2;
  flex: 1;
}
@media (max-width: 768px) {
  .step_ul li dl {
    padding: 10px;
  }
}
.step_ul li dl dt {
  font-size: 26px;
  font-weight: bold;
}
.step_ul li dl dt img {
  width: 110px;
  display: block;
}
@media (max-width: 768px) {
  .step_ul li dl dt img {
    width: 90px;
  }
}
@media (max-width: 360px) {
  .step_ul li dl dt img {
    width: 80px;
  }
}
@media (max-width: 768px) {
  .step_ul li dl dt {
    font-size: 20px;
  }
}
.step_ul li dl dd {
  margin-left: 0px;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .step_ul li dl dd {
    font-size: 14px;
    line-height: 1.4;
  }
}
.step_ul li:nth-child(1) {
  width: 39%;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .step_ul li:nth-child(1) {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
.step_ul li:nth-child(2) {
  width: 52%;
}
@media (max-width: 768px) {
  .step_ul li:nth-child(2) {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
.step_ul li:nth-child(3) {
  width: 45%;
  margin-right: 30px;
  margin-left: 80px;
}
@media (max-width: 1024px) {
  .step_ul li:nth-child(3) {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .step_ul li:nth-child(3) {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
.step_ul li:nth-child(4) {
  width: 46%;
  margin-right: -80px;
}
@media (max-width: 768px) {
  .step_ul li:nth-child(4) {
    width: calc(50% - 10px);
    margin: 5px;
  }
}

.step_wrap {
  margin: 0px calc(50% - 50vw) auto;
  padding: 60px 0px;
}
@media (max-width: 768px) {
  .step_wrap {
    width: 95%;
    margin: auto;
    padding: 30px 0px 0px;
  }
}

.sc_greeting_wrap {
  background-image: url(../images/gregal_bg.jpg);
  background-size: cover;
}
.sc_greeting_wrap .sc_greeting {
  display: flex;
  align-items: center;
  align-content: center;
  max-width: 1600px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .sc_greeting_wrap .sc_greeting {
    display: flex;
    flex-direction: column-reverse;
  }
}
.sc_greeting_wrap .sc_greeting .ph {
  width: 30%;
  position: relative;
  z-index: 2;
  margin-left:6%;
}
@media (max-width: 768px) {
  .sc_greeting_wrap .sc_greeting .ph {
    width: 95%;
    height: auto;
    margin: auto;
  }
}
.sc_greeting_wrap .sc_greeting .ph img {
  width: 100%;
  height: auto;
}
.sc_greeting_wrap .sc_greeting .ph dl {
  color: #fff;
  width: 50%;
  margin: auto;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .sc_greeting_wrap .sc_greeting .ph dl {
    width: 95%;
    height: auto;
    padding-top: 30px;
  }
}
.sc_greeting_wrap .sc_greeting .ph dl dt {
  border-bottom: 1px solid #fff;
}
.sc_greeting_wrap .sc_greeting .ph dl dd {
  margin-left: 0;
  text-align: justify;
}
.sc_greeting_wrap .sc_greeting .txt {
  width: 66%;
  margin-left: -10%;
  padding: 7% 10% 5% 15%;
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 300px 0 0 0;
}
@media screen and (max-width: 768px) {
  .sc_greeting_wrap .sc_greeting .txt {
    padding-top: 80px !important;
  }
}
.sc_greeting_wrap .sc_greeting .txt p {
  line-height: 2.1;
}
.sc_greeting_wrap .sc_greeting .txt .in_txt {
  max-width: 600px;
  margin: 0 auto 0 0;
  width: 100%;
}
@media (max-width: 768px) {
  .sc_greeting_wrap .sc_greeting .txt .in_txt {
    margin: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .sc_greeting_wrap .sc_greeting .txt {
    padding: 10% 5% 5% 15%;
    border-radius: 200px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .sc_greeting_wrap .sc_greeting .txt {
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 20px;
  }
}
.sc_greeting_wrap .sc_greeting .txt h3 {
  font-size: clamp(20px, 1.3vw, 36px);
  font-family: var(--font_shu);
  font-weight: 100 !important;
}
@media only screen and (max-width: 1024px) {

  .sc_greeting_wrap .sc_greeting .txt h3 {
    font-size: 17px;
    letter-spacing: 0px;
}
}

.sc_greeting_wrap .sc_greeting .txt h3 small {
  display: block;
  font-size: clamp(27px, 1.6vw, 37px);
}
@media only screen and (max-width: 1024px) {
  .sc_greeting_wrap .sc_greeting .txt h3 small {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .sc_greeting_wrap .sc_greeting .txt img {
    max-width: 500px;
    display: block;
    margin: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .h2_style2 {
    text-align: center;
  }
}
.sc_greeting .name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .sc_greeting .name {
    display: block;
    align-items: center;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .sc_greeting .name .btn2 {
    width: 100%;
  }
}

.sc_gallery {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row-reverse;

  max-width: 1500px;
  margin: auto;


}
@media only screen and (max-width: 768px) {
  .sc_gallery {
    display: flex;
    flex-direction: column-reverse;
  }
}
.sc_gallery .ph {
  width: 32%;
  margin-right: 4%;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .sc_gallery .ph {
    width: 95%;
    height: auto;
  }
}
.sc_gallery .ph img {
  width: 100%;
  height: auto;
}
.sc_gallery .ph dl {
  color: #fff;
  width: 50%;
  margin: auto;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .sc_gallery .ph dl {
    width: 95%;
    height: auto;
    padding-top: 30px;
  }
}
.sc_gallery .ph dl dt {
  border-bottom: 1px solid #fff;
}
.sc_gallery .ph dl dd {
  margin-left: 0;
}
.sc_gallery .txt {
  width: 68%;
  margin-left: 0%;
  margin-right: -10%;
  padding: 5% 15% 5% 10%;
  position: relative;
  z-index: 1;
  background-color: rgb(255 254 248 / 70%);
  border-radius: 0 0 300px 0;
}
@media screen and (max-width: 768px) {
  .sc_gallery .txt {
    padding-top: 80px !important;
  }
}
.sc_gallery .txt .in_txt {
  max-width: 600px;
  margin: 0 0 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .sc_gallery .txt .in_txt {
    margin: auto;
  }
}
.sc_gallery .txt .in_txt p {
  line-height: 1.9;
       padding-bottom: 1em;
}
@media (max-width: 768px) {
  .sc_gallery .txt .in_txt p {
    line-height: 1.8;
         padding-bottom: 1em;
  }
}
@media only screen and (max-width: 1024px) {
  .sc_gallery .txt {
    padding: 10% 5% 5% 10%;
    border-radius: 200px 0 0 0;
    width: 60%;
    margin-right: -2%;

  }
}
@media only screen and (max-width: 768px) {
  .sc_gallery .txt {
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 20px;
  }
}
.sc_gallery .txt h3 {
  font-size: clamp(40px, 3vw, 54px);
  font-family: var(--font_shu);
}
@media only screen and (max-width: 1024px) {
  .sc_gallery .txt h3 {
    font-size: 32px;
    letter-spacing: 10px;
  }
}
.sc_gallery .txt h3 small {
  display: block;
  font-size: clamp(27px, 1.8vw, 37px);
}
@media only screen and (max-width: 1024px) {
  .sc_gallery .txt h3 small {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .sc_gallery .txt img {
    max-width: 700px;
    display: block;
    margin: auto;
    width: 100%;
  }
}
.sc_gallery .name2 {
  justify-content: space-between;
}
.sc_gallery .name2 a {
  width: 46%;
  margin: 1.5%;
}

.slider3 .slick-list {
  border-radius: 5vw 0 5vw 0;
  background-color: #fff;
}

.footer {
  background-color: #FAF8F0;
}

.in_footer {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .in_footer {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .in_footer {
    padding-left: 0;
    padding-right: 0;
  }
}
.in_footer dl {
  width: 48%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .in_footer dl {
    width: 100%;
  }
}
.in_footer dl dt {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .in_footer dl dt {
    font-size: 14px;
    padding: 3px !important;
  }
}
.in_footer dl dd {
  width: 75%;
  margin-left: 0px;
  border-left: 1px solid #D4CDBB;
  padding: 10px 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .in_footer dl dd {
    font-size: 14px;
    padding: 3px 15px !important;
  }
}
.in_footer .cal {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .in_footer .cal {
    width: 100%;
  }
}
.in_footer .cal img {
  width: 100%;
  height: auto;
}

.f_bnr {
  display: flex;
  justify-content: space-around;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .f_bnr {
    width: 100%;
    display: block;
    padding: 20px;
    box-sizing: border-box;
  }
}
.f_bnr li {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .f_bnr li {
    width: 100%;
    display: block;
  }
}
.f_bnr li img {
  width: 100%;
  height: auto;
}

.in_footer2 {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px 20px 30px;
}
@media only screen and (max-width: 768px) {
  .in_footer2 {
    display: block;
  }
}
.in_footer2 .logo {
  width: 58%;
}
@media only screen and (max-width: 768px) {
  .in_footer2 .logo {
    width: 100%;
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .in_footer2 .logo {
    width: 100%;
    font-size: 12px;
  }
}
.in_footer2 .logo .tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media only screen and (max-width: 1024px) {
  .in_footer2 .logo .tel {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.in_footer2 .logo .tel p:first-child {
  font-family: var(--font_tuku);
  font-size: clamp(35px, 2.6vw, 51px);
}
@media only screen and (max-width: 1024px) {
  .in_footer2 .logo .tel p:first-child {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.in_footer2 .logo .tel p:first-child small {
  font-family: var(--font_tuku);
  font-size: clamp(30px, 2vw, 40px);
}
.in_footer2 .logo .tel a {
  color: #513D3B;
}
.in_footer2 .time {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .in_footer2 .time {
    width: 100%;
    margin: 50px auto;
  }
}
@media only screen and (max-width: 430px) {
  .in_footer2 .time {
    width: 100%;
    font-size: 12px;
  }
}

.btn3 {
  display: inline-block;
  padding: 20px 10px;
  line-height: 1;
  background-color: #F0C033;
  color: #694721;
  font-size: 16px;
  text-align: center;
  position: relative;
  transition: all 0.3s linear;
  font-family: var(--font_shu);
  flex: 1;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .btn3 {
    width: 100%;
    display: block;
    margin: auto !important;
  }
}
.btn3:hover {
  color: #F0C033 !important;
  background-color: #694721;
}

.f_acc img {
  width: 12px;
  height: auto;
  margin: auto 5px auto 10px;
  position: relative;
  top: 2px;
}

.f_acc {
  color: #513D3B;
}
@media only screen and (max-width: 768px) {
  .f_acc {
    width: 100%;
    display: block;
    padding: 10px 0px;
    text-align: center;
    border: 1px solid #694721;
    margin-top: 20px;
  }
}

.footer__copyright .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  color: #fff;
  align-items: center;
  align-content: center;
}
@media only screen and (max-width: 1024px) {
  .footer__copyright .inner {
    padding: 0px 20px;
    text-align: center;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
.footer__copyright .inner ul {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0px;
}
.footer__copyright .inner ul li {
  margin: 0px 5px;
}
.footer__copyright .inner ul li a {
  font-family: var(--font_shu);
  font-size: 16px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .fixed-contact__item {
    border-radius: 0 !important;
    padding: 0px 0px !important;
  }
}

.f1 {
  width: 48%;
  background-color: #694721;
  position: relative;
  left: 1px;
}

.f2 {
  width: 24%;
}

.f3 {
  width: 45%;
  background-color: #D4C8AE !important;
}

.f4 {
  width: 9.3%;
  background-color: #907D47 !important;
}

.f1 img, .f2 img, .f3 img, .f4 img {
  width: 100%;
  height: auto;
}
.f1 img {
  width: 50%;
  height: auto;
}

@media (max-width: 767px) {
  .back-to-top {
    position: static;
    opacity: 1 !important;
  }
}
.headline {
  position: absolute;
  right: 10px;
  top: 3px;
  font-size: 10.5px;
  z-index: -1;
  color: #CBA567;
}
@media (max-width: 767px) {
  .headline {
    opacity: 0;
  }
}

.p-home .headline{
  z-index: 100;
}

.fixed-contact__item {
  font-family: var(--font_shu);
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .footer__copyright {
    padding-bottom: 21vw;
  }
  .footer {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 769px) {
  .ph_bg {
    box-shadow: 40px 300px 0px #f7e1a5;
    background-color: #f7e1a5;
  }
}
#side_logo {
  position: fixed;
  left: 0;
  bottom: 10%;
  display: block;
  background-color: #513D3B;
  z-index: 3;
  padding: 15px;
  border-radius: 0 10px 10px 0;
}
#side_logo img {
  display: block;
  width: 18px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #side_logo2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #513D3B;
    height: 20px;
    text-align: center;
    line-height: 1;
  }
  #side_logo2 img {
    height: 10px;
  }
}
.fixed-contact {
  bottom: 20px !important;
}

.page-content__header .c2-header__title {
  font-family: var(--font_shu);
  color: #694721 !important;
}

.box-style__header__title {
  font-family: var(--font_shu);
  color: #694721 !important;
}

.dl_staff dd {
  margin-left: 0px;
  font-size: 14px;
  line-height: 1.6;
}

.dl_staff dt {
  margin-top: 20px;
}

.h_sub1 {
  font-family: var(--font_shuB);
  margin-bottom: 20px;
}

.his_3box {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto auto 0px;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .his_3box {
    display: block;
  }
}
.his_box dl {
  width: 100%;
  margin: 0;
}

.his_3box dl {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .his_3box dl {
    width: 100%;
    max-width: 500px;
    margin: 30px auto;
  }
}
.his_box dl dt {
  font-size: 20px;
  border-bottom: 2px solid #513D3B;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.his_3box dl dt {
  font-size: 20px;
  border-bottom: 2px solid #513D3B;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.his_3box dl dd {
  margin-left: 0px;
  font-size: 14px;
  line-height: 1.6;
}
.his_3box dl dd span {
  display: inline-block;
  padding-left: 2em;
}

.strong1 {
  font-weight: bold;
  border-bottom: 2px solid #f0c033;
}

.sc-features .inner_box .ph2 img {
  box-shadow: none;
    margin-left: 50px;
}

@media screen and (max-width: 768px) {
    .sc-features .inner_box .ph2 img {
  box-shadow: none;
        margin-left: 0px;
}
}

.a_center {
  text-align: center !important;
}

.fea_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: min(100%, 1120px);
  margin: auto;
  padding-left: 10px;
  padding-right:10px;
}
.fea_ul li {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .fea_ul li {
    width: 48%;
    margin-top: 30px;
  }
}
.fea_ul li a {
  display: block;
  background-color: #f0ead8;
  text-align: center;
  padding: 30px 0px;
  text-align: center;
  font-family: var(--font_shu);
  line-height: 1.3;
  border-radius: 16px;
  transition: 0.3s linear all;
  position: relative;
  top: 0;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.fea_ul li a:after {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 1px solid #694721;
  border-bottom: 1px solid #694721;
  transform: rotate(45deg);
  display: block;
  margin: 10px auto auto;
}
.fea_ul li a:hover {
  top: 10px;
  background-color: #e2d9c3;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.fea_ul li a small {
  color: #f0c033;
  font-size: 21px;
  display: block;
}
@media screen and (max-width: 450px) {
  .fea_ul li a small {
    font-size: 17px;
  }
}
.fea_ul li a span {
  color: #513d3b;
  font-size: 24px;
  display: block;
}
@media screen and (max-width: 450px) {
  .fea_ul li a span {
    font-size: 18px;
  }
}

.fea_lead {
  /* width: -moz-fit-content; */
  width: fit-content;
  /*margin: 0 50px 0 0;*/
}

.sc_greeting_wrap .sign {
  width: 90%;
  font-size: 18px;
    text-align: right;
}
@media only screen and (max-width: 1200px) {
  .sc_greeting_wrap .sign {
    width: 100%;
      text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  .sc_greeting_wrap .sign {
    text-align: right;
    width: 100%;
  }
}
.sc_greeting_wrap .sign ruby {
  font-size: 35px;
  font-family: var(--font_shu);
}
@media only screen and (max-width: 768px) {
  .sc_greeting_wrap .sign ruby {
    font-size: 33px;
  }
}
.sc_greeting_wrap .sign ruby rt {
  position: relative;
}
.sc_greeting_wrap .ph .sign {
  margin: 30px 30px 0 auto;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button::before {
  color: #eeebe4;
  opacity: 1;
  font-size: 15px;
  text-shadow: 0px 0px 2px #baad8c, 0px 0px 2px #baad8c, 0px 0px 2px #baad8c, 0px 0px 2px #baad8c;
}

.s_txt {
  margin-left: 30px;
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .s_txt {
    display: block;
    margin-left: 0;
    font-size: 20px;
  }
}

#fea1, #fea2, #fea3, #fea4 {
  margin-top: -70px;
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  .in_footer dl {
    display: none;
  }
  .p-home .in_footer dl {
    display: flex;
  }
}

.bg_w{
  background-color: rgb(183 159 156 / 10%);
  padding:50px 0px 1px;
  margin-bottom:50px;
}
@media screen and (max-width: 768px) {

  .bg_w{
    background-color: rgb(183 159 156 / 10%);
    padding:30px 0px 1px;
    margin-bottom:40px;
  }
}

.bg_w2{
  background-color: rgb(183 159 156 / 10%);
  padding:40px 0px 40px;
  margin-bottom:50px;
}
@media screen and (max-width: 768px) {

  .bg_w2{
    margin-bottom:50px;
  }
}

.bg_w23{
  /*background-color: rgb(183 159 156 / 10%);*/
  padding:40px 0px 40px;
  margin-bottom:50px;
  
}
@media screen and (max-width: 768px) {

  .bg_w23{
    margin-bottom:50px;
  }
}


.gallery7{
  border-radius:50px 0px 50px 0px;
}

.facilities-clinic img{
  border-radius:10vw 0 10vw 0;
}
.ul_style_1 {
  margin-top:1em;
}
.ul_style_1 li {
  display: flex;
  justify-content: flex-start;
}

.ul_style_1 li span{
  color:#d9a627;
  font-size:24px;
  line-height:1;
  margin-right: 0.3em;
}
.ul_style_1 li span.u_line{
  color:#513D3B;
  font-size:16px;
  line-height:1.8;
  margin-right: 0em;
}

.c-column{
  background-color: #fff;
  padding:50px;
  font-size: 18px;
  margin-bottom:30px;
}

.p_t{
  border-collapse: collapse;
}

.p_t th,.p_t td{
  border:1px solid #f0ece8;
  padding:20px;
}

.p_t th{
  width:200px;
  background-color: #513d3b;
  color:#fff;
}
@media screen and (max-width:768px) {

.p_t th{
  width:100px;
}
.p_t th,.p_t td{
  padding:10px;
}

.c-column{
  background-color: #fff;
  padding:20px;
  font-size: 18px;
  margin-bottom:30px;
}

}

.p_t td{
  background-color: #f0ece8;
  border:1px solid #fff;
}
.p_t td ul li{
  list-style-type: disc;
  margin-left:1em;
}

.mt_30{
  margin-top:30px;
}


.h3_2{
  color:#D79400;
  font-size:24px;
}

#p-services .box-style__inner {
  padding: 0 0 50px !important;
}

.fixed-contact.fixed{
  max-height: 300px !important;
}


.infe_h2{
  margin-bottom:36px !important;
}
.infe_h2 small{
  letter-spacing: 3px !important;
}

.infe_h2 br{
  display: none;

}

.infe_h2 small {
  font-size: clamp(20px, 3.5vw, 45px);
  font-weight: normal;
  font-family: var(--font_2);
}

#p-access .dnfix__thumb{
border-radius: 6vw 0 6vw 0;
}#p-access .thumb-style--left::before {
  border-radius: 6vw 0 6vw 0 !important;
}

#p-access .dnfix__thumb img{
  border-radius: 6vw 0 6vw 0;
  }
#p-access .access-map__iframe .dnfix__thumb {
  border-radius: 0 0 0 0;
}


.w_80{
  width:80% !important;
}


#p-services .box-style .c-item__excerpt {
  font-size: 16px;
  line-height: 35px;
}



.note{
  background-color: #fff;
  padding:20px;
  margin-top:30px;
}

.note ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.note ul li{
  font-size:18px;
}

.note ul li:not(:last-child):after{
  content:"・";
}
.note h5{
  font-size:20px;
border-bottom: 1px solid #f0c033;
padding-bottom:3px;
margin-bottom:5px;
}
@media screen and (max-width:768px) {

.note ul li{
  font-size:16px;
}

.note h5{
  font-size:17px;
border-bottom: 1px solid #513D3B;
padding-bottom:3px;
margin-bottom:5px;
}
}

.dr_wrap{
  display: flex;
  justify-content: space-between;
  width:100% !important;
  flex-wrap: wrap;
}

.dr_wrap > .box-style{
width:48%;
}

@media screen and (max-width:768px) {

  .dr_wrap > .box-style{
    width:100%;
    }
}

.dr_wrap .name{
  text-align: left !important;
}

.staff_l:after{
  border-top:1px solid #ccc;
  display: block;
  content:"";
  margin-top:1em;
  width: 100%;
  height: 1em;
}
.box_2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box_2 .txt{
  width:65%;
}

.box_2 .ph{
  width:30%;
}

@media screen and (min-width:1000px){

.box_2.re{
  flex-direction: row-reverse;
  margin: 70px auto ;
}
}



@media screen and (max-width:999px) {

  .box_2 .txt{
    width:100%;
  }

  .box_2 .ph{
    width:100%;
    margin:20px 0px;
  }
}


#p-equipments .c-item2__title{
  border-bottom: 1px solid #f0c033;
}




.history_wrap{
  padding:50px 0px !important;
}


@media screen and (max-width:768px) {


  .history_wrap{
    padding:30px 0px !important;
  }
}

.history_wrapper{
  margin-bottom: 0 !important;
}


@media screen and (max-width:768px) {


  .history_wrap{
    padding:30px 0px !important;
  }
}

.memo{
  color:#D79400;
}

.memo2{
  color:#D79400;
  font-size:18px;
  margin:0px auto;
  text-align: center;
  margin-top:-5px;
  margin-bottom:２0px;
}

#p-staff .box-style__header {
  padding: 50px 0 0;
}

#p-staff .box-style .box-style__header {
  padding-left: 40px;
  margin-bottom: 40px;
  border-left: 2px solid var(--primary);
}

#p-staff .c_3_wrap{
  display: flex;
  justify-content: space-between;
}
#p-staff .c_3{
  width:48%;
}


@media screen and (max-width:768px) {


  #p-staff .c_3_wrap{
    flex-wrap: wrap;
  }
  #p-staff .c_3{
    width:min(100%,400px);
    margin: 20px auto;
  }

}

.staff_wrapper{
  padding:50px 0px !important;
}

#p-staff .fs-18 {
  font-size: 16px !important;
  line-height: 28px !important;
}

#p-staff .fs-19 {
  font-size: 14px !important;
  line-height: 1.6 !important;
}



.u_line{
  text-decoration: underline;
text-decoration-color: #f0c033;
}



/*コラム新着*/
#col_ul{
	display: flex;
	justify-content: flex-start;
	list-style: none;
  margin-top:30px;
  width:min(100%,1200px);
  margin: auto;
  align-items: stretch;
}

#col_ul li{
	width:30% !important;
	height:auto;
  margin: 0px 1.5%;
	
	position: relative;
  text-align: left;
  line-height: 1.8;
  list-style: none;
  box-shadow: 0px 0px 3px #666;
}

#col_ul li a{
  color: #513d3b;
}

#col_ul li .ica_waku{
  aspect-ratio: 1/0.7;
  width: 100%;
	display: block;
  position: relative;
  overflow: hidden;
}
#col_ul li .ica_waku img{
	width:100%;
	height:auto;
    margin-bottom: 20px;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

}

#col_ul .tit{
	font-size:17px;
  padding: 1em;
}

#col_ul .top_cate {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    color: #fff !important;
    padding: 5px;
    z-index: 2;
    background-color: #513d3b;
    line-height: 1;
	border-radius:0px 0 0 0 ;
  text-align: left;
	
}

.p-top-column{
	margin-bottom:100px;
	padding:70px 10px;
}

#home .h3_c{
	text-align: center;
	padding:20px;
  }

  .column_tit{
	text-align: center;
	font-size:20px;
	padding:50px 0px 20px;
  }
  
 
 
 
  @media screen and (max-width: 600px) {
	#col_ul{
		display: block;
		justify-content: space-between;
		list-style: none;
		flex-wrap: wrap;
    padding:0px 20px;
    box-sizing: border-box;
	}
	
	#col_ul li{
		width:100% !important;
		height:auto;
		
		position: relative;
	  text-align: left;
	  line-height: 1.8;
	  list-style: none;
	  margin:30px 0 0 0;
    padding:0px 0px 20px !important;
	}
  #col_ul li .ica{
    height: auto !important;
  }
}


  
    
  .inner_1200{
    width: min(95%,1200px);
    margin: auto;
  }

  .ica img{
    width: 100%;
    height: auto;
    max-height: none;
  }

  .col_btn .btn1{
    margin: 2em auto;
  }

  .col_btn{
    text-align: center;
  }
  .p-top-column .tit a{
 color:#513d3b;
  }
  

/*20250515編集*/
.news_dl_wrap {
  position:relative;
  padding-top: 0;
}
.news_dl {
  margin-top: -15%;
}

@media only screen and (max-width: 750px) {

  .news_dl {
    margin-top: -35%;
  }
  }
.p-top-column {
  margin-bottom: 0;
  padding: 0px 10px 60px;
}
.catch {
      top: 21% !important;
  }
.news_dl {
  height: unset;
}
/* スマートフォンの設定 */
@media only screen and (max-width: 750px) {
.catch {
  top: 14% !important;
}
}






  
  .news_slide ul.slider4 .in_slider2 {
    width: 24%;
    position: relative;
    overflow: hidden;
    margin: auto 5px;
    display: flex;
  }
  .news_slide ul.slider4 .in_slider2 a {
    display: flex;
    aspect-ratio: 1/1;
    width:100%;
    background-color: #eeeadc;
    border-radius:0px 30px 0px 0px;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .news_slide ul.slider4 .in_slider2 a .txt {
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: #EEEADC;
    font-size: 14px;
    line-height: 1.3;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
    padding: 10px;
  }
  
  
  .news_slide ul.slider4 .in_slider2 a {
    color: #513D3B !important;
    position: relative;
  }
  .news_slide ul.slider4 .in_slider2 a .txt p {
    width: 100%;
    font-size: clamp(12px, 1.1vw, 16px);
    margin-bottom: 10px;
  }
  .news_slide ul.slider4 .in_slider2 a .txt h3 {
    width: 100%;
    font-size: clamp(14px, 1.3vw, 18px) !important;
  }
  
  
  
  .news_slide ul.slider4 .in_slider2 a .ph {
    width: 100%;
    position: relative;
    border-radius:0px 30px 0px 30px;
    height: 60%;
    overflow: hidden;
    background-color: #eeeadc;
    aspect-ratio: 127/72;
  }
  
  
  .news_slide ul.slider4 .in_slider2 a img {
    /* position: absolute; */
    width: 100%;
    object-fit: contain;
   
  }
  
  .slick-dots li button::before {
    color: #fff;
    opacity: 1;
    font-size: 15px;
  }
  
  .slick-dots li.slick-active button::before {
    color: #F0C033;
  }
  
  .slider4 .slick-dots {
    bottom: -50px;
  }
  
  .slider4 .slick-dots li {
    margin: 0 2px !important;
  }
  
  .slider4 li .date{
    font-size: 12px !important;
    text-align: left;
  }

  .trans dt{

    font-size: clamp(16px,1.8vw,22px);
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    background: rgba(209, 166, 113, 0.3);
    padding: 5px 10px;
    margin: 0;
    margin-bottom: 0.5em;
  }

.trans span {
	/* color: #fff; */
	text-align: center;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	/* background: url(../images/access/ico_08.png) no-repeat right center; */
	/* background-size: auto 100%; */
	/* margin: 3px 20px; */
	/* padding: 0 30px 0 20px; */
  display: block;
  width:fit-content;
  margin: 0.5em 0;
  
}
.trans {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.trans dt{
  width: 100%;
}

.trans dd{
  width: 30%;
}

@media screen and (max-width:768px){

.trans dd{
  width: 100%;
}
}


.trans strong {
	color: #fff;
	text-align: center;
	display: inline-block;
	/* height: 22px; */
	line-height: 22px;
	/* background: url(../images/access/ico_08.png) no-repeat right center; */
	/* background-size: auto 100%; */
	/* margin: 3px 20px; */
	/* padding: 0 30px 0 20px; */
  display: block;
  width:fit-content;
  background-color: #D1A671;
  color: #fff;
  padding: 0.5em;
  line-height: 1;
  font-weight: normal;
}
.trans dd{
  margin-left: 0;
  margin-bottom: 2em;
}
.trans  dd p{
  margin-bottom: 10px;
  line-height: 1.8;
}

.trans dd p img {
  width: 96px;
  height: 18px;
  margin: 9px 20px 0;
}

.trans dd small {
  display: block;
  /* margin-top: 10px; */
  font-size: clamp(13px,1.2vw,15px);
}

.in_footer dl dd a{
  color: #513D3B !important;
}


.bl_list{
  list-style-type: disc;
  margin-left: 1em;
}


.staff_img3{
  width: 80%;
  display: block;
  margin: auto;
}


.ser_list{
  list-style-type: none;
}

.ser_list li{
  padding-left: 1.4em;
  position: relative;

}

.ser_list span{
  display: block;
  position: absolute;
  width: 1.2em;
  aspect-ratio: 1/1;
  line-height: 1.2em;
  text-align: center;
  top: 0.4em;
  left: 0;
  background-color: #f0c033;
  color: #fff;
  border-radius: 100px;
}

.a_btn_wrap_top_gre{
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.a_btn_wrap_top_gre a{

  text-wrap: nowrap;
}