@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
------------- TOP MAIN IMG -------------
***************************************/
#mv .splide {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  opacity: 0;
}
#mv .splide.is-active {
  opacity: 1;
  transition: all 0.5s;
}
#mv img {
  width: 100%;
}
#mv .splide__arrow {
  display: none;
}
#mv .main_copy {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1200px;
  max-width: 98%;
  height: 100%;
}
#mv .main_copy img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 50%;
  height: auto;
  max-width: 548px;
  max-height: 323px;
}
#mv .main_copy .text_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 50%;
  height: auto;
  max-width: 548px;
  max-height: 323px;
}
#mv .main_copy .text_wrap .copy_text_large {
  font-size: clamp(4rem, -0.2rem + 7.1vw, 7rem);
  font-weight: 900;
  line-height: 1;
}
#mv .main_copy .text_wrap .copy_text_normal {
  font-size: clamp(1.8rem, 0.6rem + 1.4vw, 2.4rem);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #mv {
    margin-top: 65px;
  }
  #mv .main_copy img {
    width: 70%;
    max-width: 521px;
    max-height: 278px;
  }
}
/***************************************
------------- TOP COMMON -------------
***************************************/
.top_ttl {
  font-size: clamp(3.3rem, 0.7rem + 3.5vw, 4.8rem);
  font-weight: 600;
  color: #555555;
  margin-bottom: 0.4em;
  line-height: 1.2;
  font-family: var(--title-font-family);
}

/* PC */
@media screen and (min-width: 1025px) {
  .tablet-only {
    display: none;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .sp-text-center {
    text-align: center;
  }
  .tablet-only {
    display: none;
  }
}
/***************************************
------------- トップデザイン ------------
***************************************/
#mv .mainimage {
  position: relative;
  text-align: center;
}
#mv .mainimage picture img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #mv .mainimage .linkbnr ul:first-child {
    display: table;
    max-width: 25vw;
    position: absolute;
    top: 22%;
    bottom: 0;
    margin: auto;
    left: 17%;
  }
}
@media (min-width: 768px) and (min-width: 1920px) {
  #mv .mainimage .linkbnr ul:first-child {
    left: calc(50vw - 620px);
  }
}
@media (min-width: 768px) {
  #mv .mainimage .linkbnr ul:first-child img {
    width: auto;
  }
  #mv .mainimage .linkbnr ul:first-child li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #mv .mainimage .linkbnr ul:first-child {
    display: table;
    max-width: 94vw;
    height: 20.4972222222vw;
    position: absolute;
    align-self: flex-start;
    top: 13%;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    gap: 5px 10px;
    flex-wrap: wrap;
  }
  #mv .mainimage .linkbnr ul:first-child li {
    width: calc(50% - 5px);
  }
}
@media (min-width: 768px) {
  #mv .mainimage .linkbnr ul:last-child {
    display: table;
    max-width: 25vw;
    position: absolute;
    top: 22%;
    bottom: 0;
    margin: auto;
    right: 17%;
  }
}
@media (min-width: 768px) and (min-width: 1920px) {
  #mv .mainimage .linkbnr ul:last-child {
    right: calc(50vw - 620px);
  }
}
@media (min-width: 768px) {
  #mv .mainimage .linkbnr ul:last-child img {
    width: auto;
  }
  #mv .mainimage .linkbnr ul:last-child li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.sec_greeting {
  background: url(../img/bg_img001.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_greeting {
    padding: 80px 0 50px 0;
    position: relative;
    background: url(../img/sp_bg_img001.jpg) no-repeat center center/cover;
  }
  .sec_greeting::before {
    content: "";
    width: 100%;
    height: 10.3896103896vw;
    background: url(../img/sp_yoko001.png) no-repeat center center/cover;
    position: absolute;
    top: 15px;
    bottom: auto;
    left: 0;
    right: 0;
    right: auto;
    margin: auto;
  }
}
.sec_greeting .container {
  padding-top: 100px;
  padding-bottom: 70px;
  padding-left: 190px;
  position: relative;
}
@media (max-width: 767px) {
  .sec_greeting .container {
    padding: 0 15px;
  }
}
.sec_greeting .container::before {
  content: "";
  width: 105px;
  height: 100%;
  background: url(../img/tate001.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
}
@media (max-width: 1230px) {
  .sec_greeting .container::before {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .sec_greeting .container::before {
    content: none;
  }
}
.sec_greeting .container .ttlbox {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .sec_greeting .container .ttlbox {
    margin-bottom: 12px;
  }
}
.sec_greeting .container .flexbox {
  display: flex;
  align-items: center;
  gap: 1%;
}
@media (max-width: 767px) {
  .sec_greeting .container .flexbox {
    display: block;
  }
}
.sec_greeting .container .flexbox .txtbox {
  width: 57%;
}
@media (max-width: 767px) {
  .sec_greeting .container .flexbox .txtbox {
    width: 100%;
  }
}
.sec_greeting .container .flexbox .txtbox .txt1,
.sec_greeting .container .flexbox .txtbox .txt2,
.sec_greeting .container .flexbox .txtbox .txt3 {
  font-size: clamp(16px, 2vw, 24px);
  color: white;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0;
  margin: 0;
}
.sec_greeting .container .flexbox .txtbox .txt1,
.sec_greeting .container .flexbox .txtbox .txt2 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sec_greeting .container .flexbox .txtbox .txt1,
  .sec_greeting .container .flexbox .txtbox .txt2 {
    margin-bottom: 10px;
    line-height: 2;
  }
}
.sec_greeting .container .flexbox .txtbox .btnbox {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .sec_greeting .container .flexbox .txtbox .btnbox {
    text-align: center;
    margin-top: 15px;
  }
  .sec_greeting .container .flexbox .txtbox .btnbox img {
    max-width: 50vw;
  }
}
@media (min-width: 768px) {
  .sec_greeting .container .flexbox .imgbox {
    width: 42%;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .sec_greeting .container .flexbox .imgbox {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
  .sec_greeting .container .flexbox .imgbox img {
    max-width: 65vw;
  }
}

.sec_service {
  background: url(../img/bg_img002.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_service {
    padding: 80px 0 50px 0;
    position: relative;
    background: url(../img/sp_bg_img002.jpg) no-repeat center center/cover;
  }
  .sec_service::before {
    content: "";
    width: 100%;
    height: 10.3896103896vw;
    background: url(../img/sp_yoko002.png) no-repeat center center/cover;
    position: absolute;
    top: 15px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.sec_service .container {
  padding-top: 40px;
  padding-bottom: 95px;
  padding-right: 160px;
  position: relative;
}
@media (max-width: 767px) {
  .sec_service .container {
    padding: 0 15px;
  }
}
.sec_service .container::before {
  content: "";
  width: 105px;
  height: 100%;
  background: url(../img/tate002.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
}
@media (max-width: 1230px) {
  .sec_service .container::before {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .sec_service .container::before {
    content: none;
  }
}
.sec_service .container .ttlbox {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sec_service .container .ttlbox {
    margin-bottom: 20px;
  }
}
.sec_service .container .flexbox {
  display: flex;
  align-items: flex-start;
  gap: 2%;
}
@media (max-width: 767px) {
  .sec_service .container .flexbox {
    display: block;
  }
}
.sec_service .container .flexbox .box {
  width: 32%;
}
@media (max-width: 767px) {
  .sec_service .container .flexbox .box {
    width: 100%;
  }
  .sec_service .container .flexbox .box:not(:last-child) {
    margin-bottom: 25px;
  }
}
.sec_service .container .flexbox .box .imgbox {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .sec_service .container .flexbox .box .imgbox {
    margin-bottom: 15px;
  }
}
.sec_service .container .flexbox .box .txt1 {
  line-height: 1.7;
  color: white;
  font-size: clamp(16px, 1.6666666667vw, 20px);
  font-weight: 500;
  margin: 0;
}
@media (min-width: 768px) {
  .sec_service .container .flexbox .box .txt1 {
    min-height: 265px;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
}
.sec_service .container .flexbox .box .btnbox {
  text-align: center;
}
@media (max-width: 767px) {
  .sec_service .container .flexbox .box .btnbox {
    margin-top: 12px;
  }
  .sec_service .container .flexbox .box .btnbox img {
    max-width: 50vw;
  }
}

.sec_news {
  background: #f8ecd1;
}
@media (max-width: 767px) {
  .sec_news {
    padding: 80px 0 50px 0;
    position: relative;
  }
  .sec_news::before {
    content: "";
    width: 100%;
    height: 10.3896103896vw;
    background: url(../img/sp_yoko003.png) no-repeat center center/cover;
    position: absolute;
    top: 15px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.sec_news .container {
  padding-top: 95px;
  padding-bottom: 95px;
  padding-left: 200px;
  position: relative;
}
@media (max-width: 767px) {
  .sec_news .container {
    padding: 0 15px;
  }
}
.sec_news .container::before {
  content: "";
  width: 105px;
  height: 100%;
  background: url(../img/tate003.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
}
@media (max-width: 1230px) {
  .sec_news .container::before {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .sec_news .container::before {
    content: none;
  }
}
@media (min-width: 768px) {
  .sec_news .container .txtbox {
    padding-left: 20px;
  }
}
.sec_news .container .txtbox .ttlbox {
  border-bottom: 6px solid #6e0d0d;
  margin-bottom: 35px;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .sec_news .container .txtbox .ttlbox {
    margin-bottom: 5px;
    padding-bottom: 12px;
    border-bottom: 3px solid #6e0d0d;
  }
  .sec_news .container .txtbox .ttlbox img {
    max-width: 40vw;
  }
}
.sec_news .container .txtbox .newsbox .news-lists {
  margin: 0;
}
@media (max-width: 767px) {
  .sec_news .container .txtbox .newsbox .news-lists {
    display: flex;
    flex-wrap: wrap;
  }
}
.sec_news .container .txtbox .newsbox .news-lists dt,
.sec_news .container .txtbox .newsbox .news-lists dd {
  padding: 15px 0;
  border-bottom: none;
  background-image: linear-gradient(to right, var(--text-color) 3px, transparent 3px);
  /* 背景画像の大きさを設定 */
  background-size: 9px 3px;
  /* 背景の開始位置を指定 */
  background-position: left bottom;
  /* 横方向に繰り返す */
  background-repeat: repeat-x;
}
@media (max-width: 767px) {
  .sec_news .container .txtbox .newsbox .news-lists dt,
  .sec_news .container .txtbox .newsbox .news-lists dd {
    padding: 10px 0;
    background-image: linear-gradient(to right, var(--text-color) 2px, transparent 2px);
    /* 背景画像の大きさを設定 */
    background-size: 8px 2px;
    /* 背景の開始位置を指定 */
    background-position: left bottom;
    /* 横方向に繰り返す */
    background-repeat: repeat-x;
  }
}
.sec_news .container .txtbox .newsbox .news-lists dt .date,
.sec_news .container .txtbox .newsbox .news-lists dd .date {
  padding: 3px 0 5px 0;
  display: inline-block;
  width: 205px;
  text-align: center;
  background: var(--text-color);
  color: white;
  font-size: clamp(16px, 1.6666666667vw, 20px);
}
@media (max-width: 767px) {
  .sec_news .container .txtbox .newsbox .news-lists dt .date,
  .sec_news .container .txtbox .newsbox .news-lists dd .date {
    width: 110px;
  }
}
.sec_news .container .txtbox .newsbox .news-lists dt a .news_ttl,
.sec_news .container .txtbox .newsbox .news-lists dd a .news_ttl {
  padding: 3px 0 5px 0;
  font-size: clamp(16px, 1.6666666667vw, 20px);
  color: var(--text-color);
}
.sec_news .container .txtbox .newsbox .news-lists dt {
  width: 245px;
}
@media (max-width: 767px) {
  .sec_news .container .txtbox .newsbox .news-lists dt {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .sec_news .container .txtbox .newsbox .news-lists dd {
    width: calc(100% - 120px);
  }
}
.sec_news .container .txtbox .btnbox {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .sec_news .container .txtbox .btnbox {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .sec_news .container .txtbox .btnbox {
    margin-top: 15px;
    text-align: center;
  }
  .sec_news .container .txtbox .btnbox img {
    max-width: 50vw;
  }
}