@charset "UTF-8";
/*
Theme Name:cure_tcd082_child
Version:1.0
Template:cure_tcd082
*/
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.text_primary {
  color: #000;
}

.text_red {
  color: red;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

@media (min-width: 768px) {
  .pc_text_center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .pc_text_right {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .sp_text_center {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .sp_text_right {
    text-align: right;
  }
}

.more a {
  border-bottom: 1px solid #000;
  display: block;
  max-width: 316px;
  width: 100%;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  margin: auto;
  position: relative;
  text-decoration: none;
  padding: 1.15em 1em;
  text-align: center;
  color: #fff !important;
  background: #000;
  transition: 0.3s;
}
.more a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  right: auto;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}
.more a:hover {
  text-decoration: none;
  background: #ffffff;
}
.more a:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: 14px;
}
@media (min-width: 768px) {
  .more.pc_left a {
    margin-left: 0;
  }
}
.more.color_w a {
  color: #fff;
  border-color: #fff;
}
.more.out_link a:after {
  display: block;
  width: 1em;
  height: 1em;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  position: absolute;
  font-weight: 900;
  font-size: 16px;
  top: 50%;
  left: auto;
  right: 5%;
  bottom: 14.6875%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: 0;
}

.fax a {
  pointer-events: none;
}

/*TCDテーマのcss上書き==========================================*/
body {
  font-size: 16px;
}

#header_slider {
  height: calc(100vh - 60px) !important;
}

/*TCDテーマのcss上書き（下層のみ）==========================================*/
/*各セクション調整（フリースペース）*/
.home #header #header_logo {
  left: 45%;
  top: 140%;
}
@media (max-width: 1250px) {
  .home #header #header_logo {
    left: 42%;
  }
}
@media (max-width: 767px) {
  .home #header #header_logo {
    left: min(292px, 38vw);
  }
}
@media (max-width: 550px) {
  .home #header #header_logo {
    left: min(292px, 32vw);
  }
}
@media (max-width: 375px) {
  .home #header #header_logo {
    left: min(292px, 34vw);
    top: 100%;
  }
}
@media (max-width: 330px) {
  .home #header #header_logo {
    left: min(292px, 32vw);
  }
}

@media (max-width: 767px) {
  #site_loader_logo_inner .logo_image.mobile {
    max-width: 300px;
    height: auto;
  }
}
@media (max-width: 450px) {
  #site_loader_logo_inner .logo_image.mobile {
    max-width: 200px;
    height: auto;
  }
}
@media (max-width: 375px) {
  .home #header_logo .mobile_logo_image {
    width: 120px !important;
    height: auto;
  }
}

body:not(.home) #header_logo .pc_logo_image {
  width: 55px;
  height: auto;
}

#body {
  position: relative;
  top: 0px;
}

#menu_button {
  display: block !important;
}

body:not(.home) #header {
  height: 80px;
  position: relative;
  margin: 0;
  border: none;
}
@media (max-width: 550px) {
  body:not(.home) #header {
    height: 60px;
  }
}

.home.header_fix #header #header_logo {
  left: 2%;
  top: 60%;
}
@media (max-width: 1251px) {
  .home.header_fix #header #header_logo {
    top: -19%;
  }
}
.home.header_fix #header #header_logo img {
  max-width: 40px;
  height: auto;
}

body.home.header_fix #menu_button span {
  background: #444444 !important;
}
body.home.header_fix #menu_button span:nth-child(1) {
  top: 20px;
}
@media (max-width: 1250px) {
  body.home.header_fix #menu_button span:nth-child(1) {
    top: 22px;
  }
}
body.home.header_fix #menu_button span:nth-child(2) {
  top: 31px;
}
@media (max-width: 1250px) {
  body.home.header_fix #menu_button span:nth-child(2) {
    top: 30px;
  }
}
body.home.header_fix #menu_button span:nth-child(3) {
  top: 42px;
}
@media (max-width: 1250px) {
  body.home.header_fix #menu_button span:nth-child(3) {
    top: 38px;
  }
}

@media screen and (min-width: 1252px) {
  .home #header {
    height: 60px;
    position: relative;
    margin: 0;
    border: none;
  }
  body.home #menu_button {
    opacity: 1;
  }
  body.home #header.animate #menu_button {
    animation: opacityAnimation 1s ease forwards 1.9s;
  }
  #menu_button span {
    width: 22px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  .home #header_logo {
    height: 60px;
    left: 0px;
  }
  #menu_button {
    position: absolute;
    z-index: 50;
    right: 20px;
    bottom: 0px;
    display: inline-block !important;
    font-size: 11px;
    width: 80px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
  }
  #menu_button span:nth-child(1) {
    top: 25px;
    left: 20px;
    width: 44px;
    height: 3px;
  }
  #menu_button span:nth-child(2) {
    top: 34px;
    left: 20px;
    width: 44px;
    height: 3px;
  }
  #menu_button span:nth-child(3) {
    top: 43px;
    left: 20px;
    width: 44px;
    height: 3px;
  }
  #header #global_menu {
    display: none;
  }
  .open_menu #drawer_menu {
    right: 0;
    box-shadow: -5px 0 20px 0 rgba(0, 0, 0, 0.4);
  }
  #drawer_menu {
    display: block;
    position: fixed;
    top: 0px;
    right: -400px;
    width: 400px;
    height: 100%;
    background: #333;
    overflow: auto;
    z-index: 9999;
    transition: right 300ms cubic-bezier(0.19, 1, 0.22, 1);
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #mobile_menu a {
    position: relative;
    display: block;
    margin: 0;
    padding: 18px 20px;
    line-height: 1.6;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    box-sizing: border-box;
  }
}
body:not(.home) #menu_button {
  position: absolute;
  z-index: 50;
  right: 0px;
  bottom: 0px;
  display: inline-block !important;
  font-size: 11px;
  width: 80px;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 550px) {
  body:not(.home) #menu_button {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 1251px) {
  .home #header_logo .mobile_logo_image {
    display: block !important;
  }
}
@media (max-width: 1251px) {
  body:not(.home) #header_logo .mobile_logo_image {
    display: block !important;
    width: 55px;
    height: auto;
  }
}
@media (max-width: 550px) {
  body:not(.home) #header_logo .mobile_logo_image {
    display: block !important;
    width: 40px;
    height: auto;
  }
}
@media (max-width: 1251px) {
  .home #header_logo .logo {
    left: 0 !important;
    top: 120% !important;
  }
}
#index_box_content .slick-track {
  max-width: 1026px !important;
  width: 100% !important;
}

.slick-track .box_item.box_item1 {
  max-width: 1026px !important;
  width: 100% !important;
}

.text_left {
  text-align: left;
}

#index_box_content .box_item1 .title {
  max-width: 1026px !important;
  width: 100% !important;
  padding: 0;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  position: relative;
}
#index_box_content .box_item1 .title::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/top_icon004.png) no-repeat center center/cover;
  top: 20px;
  right: 290px;
  width: 20px;
  height: 20px;
}
@media (max-width: 950px) {
  #index_box_content .box_item1 .title::after {
    right: 120px;
  }
}
@media (max-width: 590px) {
  #index_box_content .box_item1 .title::after {
    right: 30px;
  }
}
@media (max-width: 330px) {
  #index_box_content .box_item1 .title::after {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #index_box_content .box_item1 .title {
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  #index_box_content .box_item1 .title {
    text-align: left;
    padding-left: 20px;
  }
}
@media (max-width: 330px) {
  #index_box_content .box_item1 .title {
    text-align: left;
    padding-left: 10px;
  }
}

#side_button a:hover {
  color: #fff;
}

.catch.rich_font_type3 span {
  font-family: "Hina Mincho", serif;
}

#index_news #index_news_inner a .date {
  color: #e59696;
}

#index_news #index_news_inner .archive_link {
  font-weight: bold;
  color: #444444;
}

/*section3*/
#t_pickup {
  background: url(/wp-content/uploads/top_bg001.jpg) no-repeat center center/cover;
}
#t_pickup .inner {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  padding: 145px 0;
}
@media (max-width: 768px) {
  #t_pickup .inner {
    padding: 66px 0;
  }
}
#t_pickup .inner .text_box {
  max-width: 942px;
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  padding: 66px 20px 86px 20px;
  box-sizing: border-box;
}
@media (max-width: 375px) {
  #t_pickup .inner .text_box {
    padding: 40px 10px;
  }
}
#t_pickup .inner .text_box .main-title {
  font-family: "Hina Mincho", serif;
  color: #5596b8;
  font-size: 40px;
  margin-bottom: 44px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #t_pickup .inner .text_box .main-title {
    font-size: 38px;
    margin-bottom: 32px;
  }
}
@media (max-width: 450px) {
  #t_pickup .inner .text_box .main-title {
    font-size: 35px;
  }
}
@media (max-width: 375px) {
  #t_pickup .inner .text_box .main-title {
    font-size: 32px;
  }
}
#t_pickup .inner .text_box .lead {
  text-align: center;
  font-family: "Hina Mincho", serif;
  color: #42684a;
  font-size: 16px;
  line-height: 2.25;
}
@media (max-width: 768px) {
  #t_pickup .inner .text_box .lead {
    font-size: 15px;
    text-align: left;
  }
}
#t_pickup .inner .lb_2 {
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  #t_pickup .inner .lb_2 {
    margin-bottom: 28px;
  }
}

/*section3ここまで*/
/*section4*/
#t_video {
  background: url(/wp-content/uploads/top_bg002.jpg) no-repeat center center/cover;
}
#t_video .inner {
  padding: 360px 0 148px;
  position: relative;
}
@media (max-width: 768px) {
  #t_video .inner {
    padding: 250px 0 483px;
  }
}
@media (max-width: 650px) {
  #t_video .inner {
    padding: 200px 0 420px;
  }
}
@media (max-width: 450px) {
  #t_video .inner {
    padding: 160px 0 340px;
  }
}
#t_video .inner::before {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/top_img001.png) no-repeat center center/cover;
  top: 80px;
  left: max(59px, -19.769231vw);
  width: clamp(180px, 18vw, 343px);
  height: clamp(297px, 30.2vw, 567px);
}
@media (max-width: 768px) {
  #t_video .inner::before {
    width: clamp(128px, 31vw, 240px);
    height: clamp(341px, 63vw, 400px);
    top: auto;
    bottom: 100px;
    right: 20px;
    left: auto;
    z-index: 0;
  }
}
@media (max-width: 650px) {
  #t_video .inner::before {
    bottom: 20px;
  }
}
@media (max-width: 590px) {
  #t_video .inner::before {
    width: clamp(100px, 25vw, 140px);
    height: clamp(341px, 63vw, 400px);
    left: auto;
  }
}
@media (max-width: 530px) {
  #t_video .inner::before {
    bottom: 30px;
  }
}
@media (max-width: 450px) {
  #t_video .inner::before {
    width: clamp(60px, 25vw, 140px);
    height: clamp(301px, 63vw, 400px);
    right: 20px;
  }
}
@media (max-width: 380px) {
  #t_video .inner::before {
    width: clamp(106px, 25vw, 140px);
    height: clamp(194px, 63vw, 400px);
    bottom: 120px;
  }
}
#t_video .inner::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/top_img002.png) no-repeat center center/cover;
  top: 0;
  right: 0;
  width: clamp(110px, 11vw, 215px);
  height: clamp(294px, 29vw, 572px);
}
@media (max-width: 866px) {
  #t_video .inner::after {
    right: 0;
  }
}
@media (max-width: 768px) {
  #t_video .inner::after {
    width: clamp(100px, 30vw, 200px);
    height: clamp(265px, 79.2vw, 567px);
    top: auto;
    bottom: -120px;
    right: auto;
    left: 15px;
  }
}
@media (max-width: 650px) {
  #t_video .inner::after {
    bottom: -110px;
  }
}
@media (max-width: 550px) {
  #t_video .inner::after {
    bottom: -40px;
  }
}
@media (max-width: 425px) {
  #t_video .inner::after {
    left: max(19px, -19.769231vw);
  }
}
@media (max-width: 380px) {
  #t_video .inner::after {
    bottom: 60px;
  }
}
#t_video .inner .video_logo {
  position: relative;
}
#t_video .inner .video_logo::before {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/top_img011-1.png) no-repeat center center/cover;
  right: 0;
  width: clamp(180px, 22vw, 413px);
  height: clamp(297px, 30.2vw, 519px);
  top: 430px;
}
@media (max-width: 1380px) {
  #t_video .inner .video_logo::before {
    top: 350px;
  }
}
@media (max-width: 1050px) {
  #t_video .inner .video_logo::before {
    top: 250px;
  }
}
@media (max-width: 820px) {
  #t_video .inner .video_logo::before {
    top: 420px;
  }
}
@media (max-width: 768px) {
  #t_video .inner .video_logo::before {
    left: 50%;
    transform: translateX(-50%);
    top: 580px;
  }
}
@media (max-width: 560px) {
  #t_video .inner .video_logo::before {
    top: 520px;
  }
}
@media (max-width: 460px) {
  #t_video .inner .video_logo::before {
    top: 440px;
  }
}
@media (max-width: 425px) {
  #t_video .inner .video_logo::before {
    top: 370px;
  }
}
#t_video .inner .video_logo::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/top_img011.png) no-repeat center center/cover;
  width: clamp(220px, 52vw, 923px);
  height: clamp(88px, 10.2547vw, 186px);
  top: -280px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1000px) {
  #t_video .inner .video_logo::after {
    top: -180px;
  }
}
@media (max-width: 845px) {
  #t_video .inner .video_logo::after {
    width: clamp(190px, 58vw, 437px);
    height: clamp(38px, 11.5547vw, 88px);
  }
}
@media (max-width: 820px) {
  #t_video .inner .video_logo::after {
    top: -140px;
  }
}
@media (max-width: 768px) {
  #t_video .inner .video_logo::after {
    top: -120px;
  }
}
@media (max-width: 500px) {
  #t_video .inner .video_logo::after {
    top: -80px;
  }
}
@media (max-width: 375px) {
  #t_video .inner .video_logo::after {
    top: -60px;
  }
}
#t_video .inner .video_box {
  max-width: 1060px;
  width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 820px) {
  #t_video .inner .video_box {
    width: 90%;
  }
}
#t_video .inner .video_box #video {
  width: 100%;
}

/*section4ここまで*/
/*section5*/
#t_mission {
  background: url(/wp-content/uploads/top_bg002.jpg) no-repeat center center/cover;
}
#t_mission .inner {
  padding-top: 280px;
  padding-bottom: 180px;
}
@media (max-width: 768px) {
  #t_mission .inner {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
#t_mission .inner .content_box {
  display: flex;
  flex-direction: row-reverse;
  gap: 3%;
  margin-left: 5%;
  position: relative;
}
@media (max-width: 950px) {
  #t_mission .inner .content_box {
    margin-left: 0;
  }
}
@media (max-width: 950px) {
  #t_mission .inner .content_box {
    display: block;
    max-width: 1000px;
    width: 100%;
  }
}
#t_mission .inner .content_box::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/top_img004-1.png) no-repeat center center/cover;
  width: 79px;
  height: 1122px;
  top: -402px;
  right: 0;
}
@media (max-width: 950px) {
  #t_mission .inner .content_box::after {
    width: 50px;
    height: 666px;
    top: -265px;
  }
}
#t_mission .inner .content_box .item_image {
  width: 50%;
}
@media (max-width: 950px) {
  #t_mission .inner .content_box .item_image {
    margin-bottom: 40px;
    width: 100%;
    height: 400px;
  }
}
#t_mission .inner .content_box .item_image picture img {
  max-width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 950px) {
  #t_mission .inner .content_box .item_image picture img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 400px;
    width: 100%;
  }
}
#t_mission .inner .content_box .text_area {
  width: 50%;
}
@media (max-width: 950px) {
  #t_mission .inner .content_box .text_area {
    max-width: 1000px;
    width: 92%;
    margin: 0 auto;
  }
}
#t_mission .inner .content_box .text_area .sub-title {
  color: #bf9c46;
  font-family: "Hina Mincho", serif;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
}
#t_mission .inner .content_box .text_area .main-title {
  color: #444444;
  font-family: "Hina Mincho", serif;
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: normal;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 56px;
}
@media (max-width: 1350px) {
  #t_mission .inner .content_box .text_area .main-title {
    margin-bottom: 28px;
  }
}
#t_mission .inner .content_box .text_area .item_lead {
  text-align: center;
  font-family: "Hina Mincho", serif;
  font-size: clamp(14px, 1.8vw, 18px);
  color: #444444;
  line-height: 2.111;
  margin-bottom: 76.5px;
}
@media (max-width: 1350px) {
  #t_mission .inner .content_box .text_area .item_lead {
    margin-bottom: 32px;
  }
}
@media (max-width: 950px) {
  #t_mission .inner .content_box .text_area .item_lead {
    text-align: left;
  }
}
#t_mission .inner .content_box .text_area .mission_list {
  margin-bottom: 64px;
}
#t_mission .inner .content_box .text_area .mission_list .list-row {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#t_mission .inner .content_box .text_area .mission_list .list-row .list-item {
  display: flex;
  gap: 10px;
}
#t_mission .inner .content_box .text_area .mission_list .list-row .list-item .list_image {
  height: 55px;
  width: 57px;
}
#t_mission .inner .content_box .text_area .mission_list .list-row .list-item .list_image figure img {
  max-width: 100%;
  height: auto;
}
#t_mission .inner .content_box .text_area .mission_list .list-row .list-item .list-text {
  font-size: 16px;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  line-height: 1.875;
  color: #444444;
}
@media (max-width: 950px) {
  #t_mission .inner .content_box .text_area .mission_list .list-row .list-item .list-text {
    font-size: 14px;
  }
}
#t_mission .inner .content_box .text_area .mission_button {
  text-align: center;
}
#t_mission .inner .content_box .text_area .mission_button a {
  display: inline-block;
  max-width: 270px;
  width: 100%;
  background: #e59696;
  color: #fff;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  font-weight: bold;
  padding: 18px 0;
  font-size: 22px;
  position: relative;
  letter-spacing: 0.02em;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #e59696;
}
@media (max-width: 950px) {
  #t_mission .inner .content_box .text_area .mission_button a {
    font-size: 16px;
  }
}
#t_mission .inner .content_box .text_area .mission_button a:hover {
  background: #fff;
  color: #e59696;
}
#t_mission .inner .content_box .text_area .mission_button a:hover::after {
  background: url(/wp-content/uploads/top_icon008.png) no-repeat center center/cover;
}
#t_mission .inner .content_box .text_area .mission_button a::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/top_icon007.png) no-repeat center center/cover;
  width: 10px;
  height: 18px;
  top: 19px;
  right: 40px;
}

/*section5ここまで*/
/*section6*/
#t_service {
  background: url(/wp-content/uploads/top_bg003.jpg) no-repeat center center/cover;
}
#t_service .inner {
  max-width: 1040px;
  width: 92%;
  margin: 0 auto;
  padding: 140px 0 98px 0;
}
@media (max-width: 768px) {
  #t_service .inner {
    padding: 80px 0 76px 0;
  }
}
#t_service .inner .title_box {
  text-align: center;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  #t_service .inner .title_box {
    margin-bottom: 36px;
  }
}
#t_service .inner .title_box .sub-title {
  font-family: "Hina Mincho", serif;
  font-size: 20px;
  color: #e59696;
  font-weight: normal;
  margin-bottom: 18px;
  letter-spacing: 0.04em;
  font-weight: 400;
}
#t_service .inner .title_box .main-title {
  font-family: "Hina Mincho", serif;
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: normal;
  color: #444444;
  letter-spacing: 0.04em;
}
#t_service .inner .service_row {
  display: flex;
  gap: 20px;
  align-items: baseline;
  margin-bottom: 75px;
}
@media (max-width: 870px) {
  #t_service .inner .service_row {
    margin: 0 auto 40px;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 410px) {
  #t_service .inner .service_row {
    grid-template-columns: repeat(1, 1fr);
  }
}
#t_service .inner .service_row .item {
  width: 25%;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  padding: 3.5% 2% 2% 2%;
  box-sizing: border-box;
  height: 100%;
}
@media (max-width: 870px) {
  #t_service .inner .service_row .item {
    width: 100%;
    padding: 30px 20px;
  }
}
@media (max-width: 520px) {
  #t_service .inner .service_row .item {
    padding: 30px 20px;
  }
}
#t_service .inner .service_row .item a:hover {
  opacity: 0.8;
}
#t_service .inner .service_row .item a:hover .item-text .item_lead {
  color: #e59696 !important;
}
#t_service .inner .service_row .item a .item_title {
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  font-size: clamp(16px, 1.61254vw, 18px);
  font-weight: bold;
  color: #444444;
  text-align: center;
  max-height: 1.3rem;
  min-height: 1.3rem;
}
#t_service .inner .service_row .item a .item_image {
  flex-grow: 1;
  height: 100%;
  min-height: 0%;
  margin-top: auto;
}
@media (max-width: 870px) {
  #t_service .inner .service_row .item a .item_image {
    text-align: center;
    margin-bottom: 20px;
    height: auto;
  }
}
@media (max-width: 533px) {
  #t_service .inner .service_row .item a .item_image {
    margin-bottom: 10px;
  }
}
#t_service .inner .service_row .item a .item_image figure img {
  max-width: 100%;
  height: auto;
}
#t_service .inner .service_row .item a .item_text {
  flex: 2;
  height: 100%;
  min-height: 0%;
  flex: 1 auto;
  margin-top: auto;
}
#t_service .inner .service_row .item a .item_text .item_lead {
  font-size: 14px;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  line-height: 1.929;
  min-height: 7rem;
  max-height: 7rem;
}
@media (max-width: 870px) {
  #t_service .inner .service_row .item a .item_text .item_lead {
    min-height: 4rem;
    max-height: 4rem;
  }
}
@media (max-width: 533px) {
  #t_service .inner .service_row .item a .item_text .item_lead {
    min-height: 6rem;
    max-height: 6rem;
  }
}
@media (max-width: 440px) {
  #t_service .inner .service_row .item a .item_text .item_lead {
    min-height: 7rem;
    max-height: 7rem;
  }
}
@media (max-width: 410px) {
  #t_service .inner .service_row .item a .item_text .item_lead {
    min-height: 3.6rem;
    max-height: 3.6rem;
  }
}
#t_service .inner .service_button {
  text-align: center;
}
#t_service .inner .service_button a {
  display: inline-block;
  max-width: 270px;
  width: 100%;
  background: #fff;
  color: #e59696;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  font-weight: bold;
  padding: 18px 0;
  font-size: 22px;
  position: relative;
  letter-spacing: 0.02em;
  border-radius: 5px;
  border: 1px solid #fff;
}
@media (max-width: 870px) {
  #t_service .inner .service_button a {
    font-size: 16px;
  }
}
#t_service .inner .service_button a:hover {
  background: #e59696;
  color: #fff;
  border: 1px solid #e59696;
}
#t_service .inner .service_button a:hover::after {
  background: url(/wp-content/uploads/top_icon007.png) no-repeat center center/cover;
}
#t_service .inner .service_button a::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/top_icon008.png) no-repeat center center/cover;
  width: 10px;
  height: 18px;
  top: 19px;
  right: 40px;
}

/*section6ここまで*/
/*section7(テーマ）*/
.index_post_slider.cb_contents.num4#cb_content_4 {
  background: url(/wp-content/uploads/top_bg004.jpg) no-repeat center center/cover !important;
}
.index_post_slider.cb_contents.num4#cb_content_4 .cb_headline.rich_font_type2 {
  font-family: "Hina Mincho", serif;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: 20px;
}
.index_post_slider.cb_contents.num4#cb_content_4 .cb_catch.rich_font_type3 {
  font-family: "Hina Mincho", serif;
  letter-spacing: 0.04em;
  color: #444444;
}

.index_post_slider {
  padding: 140px 0 120px;
}

.carousel_arrow:before {
  color: #e59696;
}

.link_button a {
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 22px !important;
  position: relative;
  border-radius: 5px;
  border: 1px solid #e59696;
}
@media (max-width: 750px) {
  .link_button a {
    height: 54px;
    line-height: 54px;
    font-size: 16px !important;
  }
}
.link_button a:hover::after {
  background: url(/wp-content/uploads/top_icon008.png) no-repeat center center/cover;
}
.link_button a::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/top_icon007.png) no-repeat center center/cover;
  width: 10px;
  height: 18px;
  top: 21px;
  right: 40px;
}
@media (max-width: 750px) {
  .link_button a::after {
    top: 15px;
    right: 20px;
  }
}

/*section7ここまで*/
/*footer*/
.t_contact-list {
  background: #f1a4a4;
}
.t_contact-list .t_contact-inner {
  display: flex;
  max-width: 1304px;
  width: 92%;
  margin: 0 auto;
  padding: 125px 0;
  gap: 10%;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 880px) {
  .t_contact-list .t_contact-inner {
    display: block;
    max-width: 600px;
    padding: 80px 0;
  }
}
.t_contact-list .t_contact-inner .text-area {
  width: 60%;
}
@media (max-width: 880px) {
  .t_contact-list .t_contact-inner .text-area {
    width: 100%;
  }
}
.t_contact-list .t_contact-inner .text-area .main-title {
  color: #fff;
  font-size: clamp(30px, 2.2vw, 40px);
  font-family: "Hina Mincho", serif;
  margin-bottom: 47px;
  font-weight: normal;
}
@media (max-width: 880px) {
  .t_contact-list .t_contact-inner .text-area .main-title {
    margin-bottom: 28px;
    text-align: center;
    line-height: 1.6;
  }
}
.t_contact-list .t_contact-inner .text-area .text {
  color: #fff;
  font-size: 18px;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  line-height: 2.111;
}
@media (max-width: 880px) {
  .t_contact-list .t_contact-inner .text-area .text {
    margin-bottom: 40px;
    text-align: center;
  }
}
.t_contact-list .t_contact-inner .button_box {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 880px) {
  .t_contact-list .t_contact-inner .button_box {
    width: 100%;
  }
}
.t_contact-list .t_contact-inner .button_box .tel_button {
  max-width: 455px;
}
@media (max-width: 880px) {
  .t_contact-list .t_contact-inner .button_box .tel_button {
    max-width: 1000px;
  }
}
.t_contact-list .t_contact-inner .button_box .tel_button a {
  display: inline-block;
  width: 100%;
  background: #fff;
  color: #bf9c46;
  font-family: "Hina Mincho", serif;
  font-weight: bold;
  padding: 18px 0 18px 104px;
  font-size: clamp(24px, 2.2vw, 40px);
  position: relative;
  letter-spacing: 0.02em;
  border-radius: 5px;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-weight: normal;
  position: relative;
  max-height: 93px;
  line-height: 1.3;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0px rgb(197, 128, 128);
}
.t_contact-list .t_contact-inner .button_box .tel_button a:hover {
  background: #bf9c46;
  color: #fff !important;
  border: 1px solid #bf9c46;
}
.t_contact-list .t_contact-inner .button_box .tel_button a:hover::after {
  background: url(/wp-content/uploads/top_icon001.png) no-repeat center center/cover;
}
@media (max-width: 880px) {
  .t_contact-list .t_contact-inner .button_box .tel_button a {
    padding: 20px 0;
    width: 100%;
    text-align: center;
  }
}
.t_contact-list .t_contact-inner .button_box .tel_button a::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/top_icon009.png) no-repeat center center/cover;
  top: 30px;
  left: 32px;
  width: 36px;
  height: 36px;
}
@media (max-width: 1500px) {
  .t_contact-list .t_contact-inner .button_box .tel_button a::after {
    top: 25px;
  }
}
@media (max-width: 1250px) {
  .t_contact-list .t_contact-inner .button_box .tel_button a::after {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1024px) {
  .t_contact-list .t_contact-inner .button_box .tel_button a::after {
    top: 20px;
  }
}
@media (max-width: 880px) {
  .t_contact-list .t_contact-inner .button_box .tel_button a::after {
    top: 24px;
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 350px) {
  .t_contact-list .t_contact-inner .button_box .tel_button a::after {
    left: 19px;
  }
}
.t_contact-list .t_contact-inner .button_box .contact_button {
  max-width: 455px;
}
@media (max-width: 880px) {
  .t_contact-list .t_contact-inner .button_box .contact_button {
    max-width: 1000px;
  }
}
.t_contact-list .t_contact-inner .button_box .contact_button a {
  width: 100%;
  display: inline-block;
  background: #fff;
  color: #bf9c46;
  font-family: "Hina Mincho", serif;
  font-weight: bold;
  padding: 18px 0 18px 104px;
  font-size: clamp(18px, 1.6vw, 28px);
  position: relative;
  letter-spacing: 0.02em;
  border-radius: 5px;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-weight: normal;
  position: relative;
  max-height: 93px;
  line-height: 1.8;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0px rgb(197, 128, 128);
}
.t_contact-list .t_contact-inner .button_box .contact_button a:hover {
  background: #bf9c46;
  color: #fff !important;
  border: 1px solid #bf9c46;
}
.t_contact-list .t_contact-inner .button_box .contact_button a:hover::after {
  background: url(/wp-content/uploads/top_icon002.png) no-repeat center center/cover;
}
@media (max-width: 880px) {
  .t_contact-list .t_contact-inner .button_box .contact_button a {
    padding: 20px 0;
    width: 100%;
    text-align: center;
  }
}
.t_contact-list .t_contact-inner .button_box .contact_button a::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/top_icon010.png) no-repeat center center/cover;
  top: 30px;
  left: 32px;
  width: 38px;
  height: 30px;
}
@media (max-width: 1500px) {
  .t_contact-list .t_contact-inner .button_box .contact_button a::after {
    top: 25px;
  }
}
@media (max-width: 1250px) {
  .t_contact-list .t_contact-inner .button_box .contact_button a::after {
    top: 25px;
    width: 32px;
    height: 24px;
  }
}
@media (max-width: 1024px) {
  .t_contact-list .t_contact-inner .button_box .contact_button a::after {
    top: 20px;
  }
}
@media (max-width: 880px) {
  .t_contact-list .t_contact-inner .button_box .contact_button a::after {
    top: 28px;
    width: 28px;
    height: 20px;
  }
}
@media (max-width: 350px) {
  .t_contact-list .t_contact-inner .button_box .contact_button a::after {
    left: 19px;
  }
}

#footer_bottom {
  background: url(/wp-content/uploads/top_bg005.jpg) no-repeat center center/cover;
  padding: 95px 0 126px 0;
}

.footer-img_cont {
  margin-top: 80px;
}
.footer-img_cont .inner {
  display: flex;
  max-width: 1280px;
  width: 92%;
  margin: 0 auto;
  gap: 5%;
}
@media (max-width: 768px) {
  .footer-img_cont .inner {
    display: block;
  }
}
.footer-img_cont .inner .footer-image {
  width: 50%;
}
@media (max-width: 768px) {
  .footer-img_cont .inner .footer-image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer-img_cont .inner .footer-image figure img {
  max-width: 100%;
  height: auto;
}

.f_bottom_box {
  max-width: 1280px;
  width: 92%;
  margin: 0 auto;
  margin-top: 103px;
}
.f_bottom_box .inner {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .f_bottom_box .inner {
    display: block;
  }
}
.f_bottom_box .inner .f_button {
  width: 50%;
  max-width: 270px;
}
@media (max-width: 768px) {
  .f_bottom_box .inner .f_button {
    width: 100%;
    max-width: 1000px;
    margin-bottom: 30px;
  }
}
.f_bottom_box .inner .f_button a {
  width: 100%;
  display: inline-block;
  padding: 17px 0;
  background: #e59696;
  color: #fff;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
  padding-left: 20px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #e59696;
  box-sizing: border-box;
}
.f_bottom_box .inner .f_button a:hover {
  background: #fff;
  color: #e59696 !important;
}
.f_bottom_box .inner .f_button a:hover::after {
  background: url(/wp-content/uploads/top_icon013.png) no-repeat center center/cover;
}
.f_bottom_box .inner .f_button a::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/top_icon011.png) no-repeat center center/cover;
  top: 16px;
  left: 20px;
  width: 26px;
  height: 26px;
}

/*footerここまで*/
#footer_menu li a {
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #444444;
}
#footer_menu li a:hover {
  opacity: 0.8;
}

.dp-footer-bar-item:nth-child(2) {
  background: #bf9c46;
}
.dp-footer-bar-item:nth-child(2) a:hover .dp-footer-bar-item:nth-child(2) {
  background: #bf9c46;
}/*# sourceMappingURL=style.css.map */