@charset "UTF-8";
/* reset */

/* 共通
------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@600;700&display=swap');

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
} 
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;  
}



ul {
  list-style: none;
}

li {
  list-style: none;
}
p.txt{
  font-size: 16px;
  letter-spacing: 1px;
  
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}
object, embed {
  vertical-align: top;
}
legend {
  display: none;
}
img, abbr, acronym, fieldset {
  border: 0;
}
html {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body {
  font-weight: 500;
  color: #333333;
}
a {
  text-decoration: none;
  transition: all 0.4s;
}
a:hover {
  opacity: 0.6;
}
.inner01 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.inner02 {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.d_flex {
  display: flex;
  flex-wrap: wrap;
}
.sp_only {
  display: none;
}
a.btn {
  position: relative;
  text-align: center;
  color: #ffffff;
  background-color: #68C3C5;
  border-radius: 10px;
  padding: 20px 0;
  font-size: 16px;
  display: block;
}
a.btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 18px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.slide-arrow{
  position: absolute;
  width: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}
.prev-arrow{
  left: 20vw;
}
.next-arrow{
  right: 20vw;
}

.ttl_wrapper h2 {
  font-size: 32px;
  color: #4E9E9C;
  letter-spacing: 1px;
  font-family: "Zen Old Mincho", serif;
}
.ttl_wrapper span.en {
  font-size: 19px;
  padding: 0 0 10px;
  display: block;
  font-family: "Zen Old Mincho", serif;
  color: #C9BC72;
}

p.btn {
  position: relative;
  text-align: center;
  color: #ffffff;
  background-color: #68C3C5;
  border-radius: 10px;
  padding: 20px 0;
  font-size: 16px;
  display: block;
}
p.btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 18px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: transform 0.3s;
}

p.description{
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}
p{
  color: #555555;
}

.page_ttl .page_ttl_wrapper{
  padding: 60px 0;
  background: url(../img/page_ttl.png)no-repeat;
  background-position: center bottom 0;


}
.page_ttl .page_ttl_wrapper .page_ttl_en{
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
}
.page_ttl .page_ttl_wrapper h1.page_ttl_txt{
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  font-weight: normal;
  letter-spacing: 2px;
  font-family: "Zen Old Mincho", serif;
}
.page_ttl .page_ttl_wrapper .page_ttl_sub{
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.page_ttl .breadcrumbs{
  display: flex;
  justify-content: flex-start;
  padding: 5px 0 0;
  gap: 30px;
}
.breadcrumbs a{
  position: relative;
  text-decoration: underline;
  color: #555555;
  font-weight: 500;
  font-size: 16px;
}
.breadcrumbs a::before{
  content: "";
  position: absolute;
  top: 9px;
  margin: auto;
  right: -17px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #555555;
  border-right: 2px solid #555555;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.page_ttl .breadcrumbs p{
  font-weight: bold;
  color: #4E9E9C;
  font-size: 16px;
}
/* サイドバー */

.sidebar{
  width: 25%;
}
.sidebar .sidebaer_inner{
  margin: 0 0 40px;
}
.sidebar .sidebaer_inner .ttl{
  font-size: 21px;
  padding: 10px;
  background-color: #F5F8F5;
  font-weight: bold;
  color: #4E9E9C;
}
.sidebar .sidebaer_inner ul.side_li{
  margin: 10px 0 0;
}

.sidebar .sidebaer_inner ul.side_li li{
  padding: 15px 15px;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
.sidebar .sidebaer_inner ul.side_li li::after{
  position: absolute;
  content: '';
  background-image: url(../img/cate_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 20px;
  height: 20px;

}
.sidebar .sidebaer_inner ul.side_li li a{
 color: #555555;
 font-size: 17px;
}


/* 事例集記事ページ */

.single .case_wrepper {
  margin: 150px 0 0;
}
.single .case_wrepper .ttl_wrapper h2 {
  text-align: center;
  color: #555555;
}
.single .case_wrepper .ttl_wrapper span.en {
  text-align: center;
  color: #C9BC72;
  padding: 0;
}
.single .case_wrepper .ttl_wrapper p.description {
  text-align: center;
  padding: 10px 0 20px;
}
.single .case_wrepper .slide {
}
.single .case_wrepper .post_jirei {
  margin: 0 20px;
}
.single .case_wrepper .prev-arrow{
  left: 0;
}
.single .case_wrepper .next-arrow{
  right: 0;
}
.single .case_wrepper .post_jirei img.thum {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.single .case_wrepper .post_jirei .text_wrapper {
  background-color: #68C3C5;
  padding: 15px;
  position: relative;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.single .case_wrepper .post_jirei .text_wrapper h3.ttl {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.single .case_wrepper .post_jirei .text_wrapper .post_txt {
  color: #ffffff;
  font-size: 15px;
  padding: 10px 0 0;
}
.single .case_wrepper .post_jirei .text_wrapper a.btn {
  border: 2px solid #ffffff;
  padding: 5px;
  font-size: 17px;
  width: 140px;
  right: 20px;
  bottom: 25px;
}
.single .case_wrepper .post_jirei .text_wrapper a.btn::before{
  content: none;

}

/* 記事詳細・記事アーカイブページメインカラム */
.main_col {
  width: 70%;
  position: relative;
}

/* フッターページナビ */
.footer_page_nav{
  display: flex;
  flex-wrap: wrap;
}
.footer_page_nav .footer_page_nav_item{
  width: 50%;
  text-align: center;
  padding: 60px 0 130px; 
}

.footer_page_nav .footer_page_nav_item .en{
  color: #ffffff;
  padding: 0 0 15px;
}
.footer_page_nav .footer_page_nav_item h2{
  color: #ffffff;
}
.footer_page_nav .footer_page_nav_item .description{
  color: #ffffff;
  padding: 15px 0 0;
}
.footer_page_nav .footer_page_nav_item a.btn{
  width: 40%;
  margin: 30px auto 0;
  font-size: 18px;
}
.support .footer_page_nav .footer_page_nav_item01 a.btn{
  font-size: 18px;
background-color: #C9BC72;
font-size: 18px;
}

/* ヘッダー
------------------------------------------------------------*/



header .h_upper {
  padding: 20px 0;
  border-bottom: 1px solid #E8E8E8;
}
header .h_upper .upper_flex {
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  
}
header .h_upper .upper_flex .h_left {
  width: 220px;
}
header .h_upper .upper_flex .h_left a img {
  width: 100%;
}
header .h_upper .upper_flex .h_right {
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
header .h_upper .upper_flex .h_right a.btn{
  padding: 10px 0 10px 40px;

  box-sizing: border-box;
  font-size: 15px;
}
header .h_upper .upper_flex .h_right a.btn::after {
  content: '';
  position: absolute;
  background-size: contain;
  margin: auto;
  background-repeat: no-repeat;
  left: 10px;
}
header .h_upper .upper_flex .h_right .h_btn01::after{
  width: 35px;
  top: 16px;
    height: 14px;
    background-image: url(../img/f_contact.png);
}
header .h_upper .upper_flex .h_right .h_btn02::after{
  background-image: url(../img/f_logo_icon.png);
  width: 35px;
  top: 15px;
  height: 15px;
}
header .h_upper .upper_flex .h_right .h_tel img {
  width: 200px;
}
header .h_upper .upper_flex .h_right .h_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
}
header .h_upper .upper_flex .h_right .h_sns i {
  width: 30px;
  color: #BBBBBB;
  font-size: 30px;
}
header .h_upper .upper_flex .h_right a.btn{
  width: 235px;
  text-align: left;
}
header .h_lower {
  /* padding: 20px 0; */
  background-color: #ffffff;

}
 .h_lower.fixed{
  position: fixed;/*fixedを設定して固定*/
    z-index: 999;/*最前面へ*/
    top:0;/*位置指定*/
    left:0;/*位置指定*/
    width: 100%;
}
header .h_lower .hamburger {
  display: none;
}
header .h_lower .h_nav {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0;
}
header .h_lower .h_nav .drop_down_open{
  margin: 0;
  border-bottom: 0;
}
header .h_lower .h_nav li {
  padding: 20px 0;
}
header .h_lower .h_nav li.drop_down_li{
  cursor: pointer;
  color: #555555;
}
header .h_lower .h_nav li.drop_down_li > span.drop {
  display: block;
  position: relative;
  padding-right: 20px;
}
header .h_lower .h_nav li.drop_down_li span.drop::before{
  transform: rotate(135deg);
  content: "";
  position: absolute;
  top: 6px;
  margin: auto;
  right:0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #555555;
  border-right: 2px solid #555555;
  transition: 0.6s;
  transition: all .6s;
}
header .h_lower .h_nav li.drop_down_li:hover span.drop::before,
header .h_lower .h_nav li.drop_down_li.active span.drop::before{
  transform: rotate(-45deg);
  top: 10px;
}
header .h_lower .h_nav ul {
  justify-content: space-between;
}
header .h_lower .h_nav ul li a {
  color: #555555;
  letter-spacing: 1px;
}
.drop_down {
  position: absolute; /*スマホ時はrelativeにする*/
  left: 0;
  top: 150px;
  background-color: #68C3C5;
  width: 100%;
  visibility: visible; /*JSで制御するため一旦表示*/
  opacity: 1; /*JSで制御するため一旦表示*/
  display: none; /*JSのslidetoggleで表示させるため非表示に*/
  transition: none; /*JSで制御するためCSSのアニメーションを切る*/
  z-index: 100;
  box-sizing: border-box;
}
.drop_down .inner01 {
  padding: 50px 0 70px;
}
.drop_down .inner01 .d_flex {
  justify-content: space-between;
  align-items: flex-start;
}
.drop_down .inner01 .d_flex .d_left span.sub {
  color: #ffffff;
  font-size: 18px;
}
.drop_down .inner01 .d_flex .d_left p.ttl {
  font-size: 23px;
  color: #ffffff;
  padding: 10px 0 0;
}
.drop_down .inner01 .d_flex .d_right {
  width: 70%;
}
.drop_down .inner01 .d_flex .d_right .child_menu {
  display: flex;
  gap: 20px 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap:20px 3.5%;
}
.drop_down .inner01 .d_flex .d_right .child_menu li {
  width: 31%;
  padding: 0 0;
}
.drop_down .inner01 .d_flex .d_right .child_menu li a {
  height: 90px;
  display: flex;
  width: 100%;
  align-items: center;
}
.drop_down .inner01 .d_flex .d_right .child_menu li a img {
  display: block;
  width: 30%;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  object-fit: cover;
}
.drop_down .inner01 .d_flex .d_right .child_menu li a span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding: 0 20px 0 10px;
  background-color: #4E9E9C;
  color: #ffffff;
  height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
}
.drop_down .inner01 .d_flex .d_right .child_menu li a span::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 18px;font-variant: normal;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: transform 0.3s;
}

.mv .mv_slide {
  position: relative;
}
.mv .slick-next{
  content: none;
  right: 0;
}
.mv .mv_slide img {
  width: 100%;
}
.mv .mv_slide .copy {
  position: absolute;
  top: 35%;
  left: 10%;
}
.mv .mv_slide .copy .mian_copy {
  color: #ffffff;
  font-size: 46px;
  text-align: left;
  letter-spacing: 2px;
}
.mv .mv_slide .copy .mian_copy span {
  font-size: 27px;
  padding: 0 10px;
}
.mv .mv_slide .copy span.sub {
  color: #ffffff;
  padding: 10px 0 0;
  display: block;
  font-size: 20px;
  text-align: left;
}

.mv_btn {
  background-color: #E0F2F2;
  padding: 130px 0 60px;
  margin: -70px 0 0;
}
.mv_btn .inner01 .d_flex {
  justify-content: space-between;
}
.mv_btn .inner01 .d_flex a {
  display: block;
  width: 31%;
}
.mv_btn .inner01 .d_flex a img {
  width: 100%;
}

/* ページナビ2カラム
------------------------------------------------------------*/
.bottom_nav a {
  width: 47%;
}
.bottom_nav a img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.bottom_nav a .txt_wrapper {
  background-color: #F5F8F5;
  padding: 20px 25px;
  display: block;
  position: relative;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.bottom_nav a .txt_wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #B7B7B7;
  border-right: 2px solid #B7B7B7;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.bottom_nav a .txt_wrapper .sub {
  color: #C9BC72;
  display: block;
}
.bottom_nav a .txt_wrapper .ttl {
  color: #555555;
  display: block;
  padding: 5px 0 0;
  font-size: 22px;
  font-weight: 500;
}



/* 事例記事スライダー 共通
------------------------------------------------------------*/

.post_slider_wrapper {
  padding: 70px 0;
}
.post_slider_wrapper .ttl_wrapper span.en {
  color: #C9BC72;
  text-align: center;
  padding: 0;
}
.post_slider_wrapper .ttl_wrapper h2 {
  text-align: center;
}
.post_slider_wrapper .ttl_wrapper p.description {
  text-align: center;
  padding: 20px 0 40px;
}

.post_slider_wrapper .slide .post_jirei {
  margin: 0 2vw;
}
.post_slider_wrapper .slide .post_jirei img.thum {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.post_slider_wrapper .slide .post_jirei .text_wrapper {
  background-color: #68C3C5;
  padding: 20px;
  min-height: 185px;
  position: relative;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: flex;
  flex-direction: column;
}
.post_slider_wrapper .slide .post_jirei .text_wrapper h3.ttl {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
.post_slider_wrapper .slide .post_jirei .text_wrapper .post_txt {
  color: #ffffff;
  font-size: 15px;
  padding: 10px 0 0;
}
.post_slider_wrapper .slide .post_jirei .text_wrapper a.btn {
  border: 2px solid #ffffff;
  padding: 5px;
  font-size: 18px;
  width: 200px;
  display: block;
  margin: 20px 0 5px auto;        /* 上に余白／右寄せ／下少しゆとり */
  margin-top: auto;               /* flex column の最下部に押し付ける */
}


footer {
  background-image: url(../img/f_bg.png);
  background-position: top 0 center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 80px 40px 40px;
  margin: -70px 0 0 0;
  position: relative;
}
footer::before {
  content: "";
  display: inline-block;
  position: absolute;
  /* top: -1.6vw; */
  top: -5.5vw;
  right: 5.4vw;
  z-index: 2;
  background-image: url(../img/f_icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
}
footer .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
footer .d_flex {
  align-items: flex-start;
  justify-content: space-between;
}
footer .d_flex .f_info {
  width: 25%;
}
footer .d_flex .f_info a.f_logo img {
  width: 100%;
}
footer .d_flex .f_info .info {
  padding: 50px 0 0;
}
footer .d_flex .f_info p{
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
}
footer .d_flex .f_info .info p {
  padding: 0 0 5px;
}

footer .d_flex .f_info .info p a {
  color: #ffffff;
}
footer .d_flex .f_info .f_sns {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  padding: 15px 0 0;
}
footer .d_flex .f_info .f_sns a {
  color: #ffffff;
}
footer .d_flex .f_info .f_sns a i {
  color: #ffffff;
  font-size: 30px;
}
footer .d_flex .f_info .f_cta{
  padding: 15px 0 0;
}
.f_cta a {
  color: #fff;
}
footer .d_flex .f_info .f_cta p{
  margin: 10px 0 0;
  padding: 0 0 0 40px;
  position: relative;

}
footer .d_flex .f_info .f_cta p::before{
  content: '';
  position: absolute;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  left: 0;
}
footer .d_flex .f_info .f_cta p:nth-child(1):before{
  width: 35px;
  height: 18px;
  background-image: url(../img/f_contact.png);
}
footer .d_flex .f_info .f_cta p:nth-child(2):before{
  background-image: url(../img/f_logo_icon.png);
  width: 35px;
  height: 20px;
}
footer .d_flex .f_nav {
  width: 65%;
  justify-content: flex-end;
}
footer .d_flex .f_nav .f_col {
  width: 24%;
}
footer .d_flex .f_nav .f_col ul {
  margin: 0 0 20px;
}
footer .d_flex .f_nav .f_col ul .menu_ttl {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0 0 10px;
  display: block;
}
footer .d_flex .f_nav .f_col ul li {
  padding: 0 0 5px;
}
footer .d_flex .f_nav .f_col ul li a {
  color: #ffffff;
  font-size: 16px;
}
footer .f_bottom_text {
  display: flex;
  justify-content: space-between;
  padding: 70px 0 0;
}
footer .f_bottom_text p{
  color: #ffffff;
}

.cookie_area{
  padding: 20px 0;
  position: absolute;
  background-color: #49888A;
  bottom: 0;
  left: 0;
  width: 100%;
  align-items: center;
}
.cookie_area .cookie_area_flex{
  max-width: 90%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
}
.cookie_area .d_flex .d_left{
  font-size: 17px;
  color: #ffffff;
}
.cookie_area .right_flex{
  width: 35%;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.cookie_area .right_flex a{
  padding: 10px 25px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.cookie_area .right_flex a:nth-child(1){
  background-color: #68C3C5;
}
.cookie_area .right_flex a:nth-child(2){
  border: 1px solid #ffffff;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.f_pres_blog {
  padding: 15px 0 0;
  text-align: left;
}
.f_pres_blog img {
  width: 200px;
}



@media (max-width: 768px) {

  .ttl_wrapper h2 {
    font-size: 29px;
    line-height: 1.3;
}
.section02 .ttl_wrapper p.description{
  font-size: 15px;

}
.ttl_wrapper span.en {
  font-size: 16px;
  padding: 0 0 0;
}
p.txt{
  font-size: 16px;

}
p.description {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}
a.btn {
  padding: 15px 0;
  font-size: 16px;
  border-radius: 5px;
}
p.btn {
  padding: 15px 0;
  font-size: 16px;
  border-radius: 5px;
}
.slide-arrow {
  width: 30px;
}
.prev-arrow{
  left: 11px;
}
.next-arrow{
  right: 11px;
}
.post_slider_wrapper .slide .post_jirei {
  margin: 0 4vw;
}

  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
 .main_col{
    width: 100%;
  }
  header .h_upper{
    padding: 0;
  }
  header .h_upper .upper_flex{
    height: 60px;
    padding: 0 0 0 5px;
    box-sizing: border-box;
    position: fixed;
    z-index: 150;
    width: 100%;
    background-color: #ffffff;
    top: 0;
    left: 0;
  }
  header .h_upper .upper_flex .h_left{
    width: 150px;
  }
  header .h_lower .hamburger {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    z-index: 300;
    background-color: #68C3C5;
    border-radius: 5px;
    z-index: 999;
    transition: all .6s;
  }
  header .open .hamburger{
    background-color: #0000001c;
  }
  header .h_lower{
    padding: 0;
  }
  header .h_lower .h_nav ul li{
    width: 100%;
    color: #ffffff;
    padding: 10px 0 10px 0;
    /* margin: 5px 0 5px 0; */
    border-bottom: 1px solid #ffffff;
  }
  header .h_lower .h_nav li.drop_down_li{
    color: #ffffff;
  }
  header .h_lower .h_nav li.drop_down_li.open {
    padding: 10px 0 0px 0;
  }
  
  header .h_lower .h_nav li.drop_down_li::before{
    transform: rotate(-45deg);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  header .h_lower .h_nav li.drop_down_li span.drop::before{
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  header .h_lower .h_nav li.drop_down_li:hover span.drop::before, header .h_lower .h_nav li.drop_down_li.active span.drop::before {
    transform: rotate(135deg);
}
  
  header .h_lower .h_nav li.drop_down_li.open span.drop::before{
    transform: rotate(-45deg);
    top: 10px;
  }
  header .h_lower .h_nav li.open::before{
    transform: rotate(135deg)!important;
  }
  header .h_lower .h_nav ul li a{
    color: #ffffff;
    font-size: 14px;
  }
  
  header .h_lower .h_nav li.open{
    margin-bottom: 0;
    border-bottom: none;
  }
  header .h_lower .hamburger .hamburger__line {
    position: absolute;
    width: 21px;
    height: 2px;
    right: 0; 
    left: 0;
    margin: auto;
    background-color: #ffffff;
    transition: all 0.5s;
  }
  header .h_lower .hamburger .hamburger__line--1 {
    top: 12px;
  }
  header .open .hamburger .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 20px;
}
  header .h_lower .hamburger .hamburger__line--2 {
    top: 20px;
  }
  header .open .hamburger .hamburger__line--2 {
    opacity: 0;
}
  header .h_lower .hamburger .hamburger__line--3 {
    top: 28px;
  }
  header .open .hamburger .hamburger__line--3 {
    transform: rotate(45deg);
    top: 20px;
}
  header .h_nav {
    width: 100%;
    background-color: #63b9bb;
    transition: all 0.5s;
    top: 0;
    height: 100vh;
    position: fixed;
    z-index: 100;
    right: -100%;
  }
  header .h_lower .h_nav {
    padding: 60px 0 0;
  }
  header .open .h_nav {
    top: 0;
    right: 0;
    height: 100vh;
    background-color: #68C3C5;
    z-index: 950;
    padding: 60px 20px 0;
    box-sizing: border-box;
    overflow: auto;
  }


  /* ヘッダーメニュードロップダウン */
  .drop_down{
    position: initial;
    padding: 0;
    margin: 10px 0 0 0;
    border-top: 1px solid #FFF;

    width: 100%;
    background-color: #65bdbf;
  }
  .drop_down .inner01{
    padding: 0;

  }
  .drop_down .inner01 .d_left{
    display: none;
  }
  .drop_down .inner01 .d_flex .d_right{
    width: 100%;
  }
  .drop_down .inner01 .d_flex .d_right .child_menu {
    gap: 0;
    justify-content: space-between;
  }
  .drop_down .inner01 .d_flex .d_right .child_menu li{
    width: 49%;
    border-bottom: 0;
    padding:5px 0;
    margin: 0;
    border-bottom: 1px solid #ffffff;
  }
  .drop_down .inner01 .d_flex .d_right .child_menu li a span{
    border-radius: 0;
    font-size: 12px;
    background-color: #ffffff00;
    width: 70%;
    padding: 0;
  }
  .drop_down .inner01 .d_flex .d_right .child_menu li a{
    height: 50px;
    justify-content: space-between;
    padding: 0 0 0 5px;
  }
  .drop_down .inner01 .d_flex .d_right .child_menu li a span::before{
    right: 15px;
    width: 6px;
    height: 6px;
  }
  .drop_down .inner01 .d_flex .d_right .child_menu li a img{
    border-radius: 50%;
    width: 40px ;
    height: 40px;
  }
  .ham_content .ham_banner{
    /* padding: 5px 0 0; */
    margin: 25px 0;
  }
  .ham_content .ham_banner img{
    margin: 0 auto 10px;
    width: 80%;
    display: block;
    border-radius: 10px;
  }
  .ham_content a.logo img{
    width: 80%;
    display: block;
    margin: 10px auto 0;
  }
  .ham_content .info{
    margin: 20px 0 0 ;
  }
  .ham_content .info p{
    color: #ffffff;
    text-align: center;
    padding: 0 0 5px;
    font-size: 13px;
  }
  .ham_content .info p a{
    color: #ffffff;
  }
  .ham_content .h_sns{
    width: 40%;
    justify-content: center;
    gap: 10px;
    display: flex;
    margin: 15px auto 0;
  }
.ham_content .h_sns i{
  font-size: 25px;
    color: #ffffff;
}
.ham_content p.copyright{
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  padding: 35px 0 20px;
}


/* 固定ページタイトル */
.page_ttl .page_ttl_wrapper{
  padding: 50px 0;
  background: url(../img/page_ttl_sp.png)no-repeat;
  background-position: center bottom 0;
  margin-top: 50px;
}
.page_ttl .page_ttl_wrapper .page_ttl_en {
  font-size: 14px;
}
.page_ttl .page_ttl_wrapper h1.page_ttl_txt{
  font-size: 30px;
}

.page_ttl .breadcrumbs {
  display: flex;
  justify-content: flex-start;
  padding: 5px 20px 0;
  box-sizing: border-box;
  gap: 20px;
}
.breadcrumbs a {
  font-size: 15px;
}
.breadcrumbs a::before {
  top: 9px;
  right: -12px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #555555;
  border-right: 2px solid #555555;
}
.page_ttl .breadcrumbs p {
  font-size: 15px;
}

.mv .mv_slide .copy .mian_copy {
  font-size: 31px;
  text-align: center;
  letter-spacing: 2px;

}
.mv .mv_slide .copy{
  top: 45%;
  bottom: auto;
  padding: 0 15px;
  left: 0;
}
.mv .mv_slide .copy span.sub{
  font-size: 15px;
}
.mv_btn .inner01 .d_flex{
  gap: 10px;
}
.mv_btn {
  padding: 80px 20px 40px;
  margin: -50px 0 0;
}
.mv_btn .inner01 .d_flex a {
  width: 100%;
}

/* かとうの想い */
.section01 .bg {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  padding: 40px 20px 60px;
  box-sizing: border-box;
}
.section01 .ttl_wrapper{
  position: relative;
  z-index: 100;
  padding: 40px 0 0;
  
}
.section01 .d_flex .d_left .ttl {
  font-size: 21px;
  padding: 40px 0 15px;
  z-index: 100;
  position: relative;
}

.section01 .d_flex .d_left{
  width: 100%;
}

.section01 .chara_wrapper {
  width: 55%;
  top: -20px;
  right: -15px;
  bottom: auto;
}
.section01 .chara_wrapper .chara p {
  position: absolute;
  left: -5px;
  top: -5px;
  right: auto;
  bottom: auto;
  font-size: 13px;
}
.section01 .d_flex a.btn {
  width: 85%;
  margin: 20px auto 0;
}


.section02 .ttl_wrapper::before {
  width: 100%;
  background-image: url(../img/message_icon.png);
  height: 35px;
}
.section02 .ttl_wrapper {
  padding: 15px 0 40px;
  position: relative;
}

.section03 {
  padding: 20px 20px;
}

.section03 .inner02 .d_flex .box {
  margin: 0 0 0;
  width: 100%;
}
.section03 .inner02 .d_flex .box p.ttl{
  font-size: 21px;
  padding: 5px 0 10px;

}
.section03 .inner02 .d_flex .box p.txt {
  font-size: 14px;
}
.section03 .inner02 .d_flex .box a.btn{
  margin: 15px auto 0;
}
.section03 .inner02 .d_flex .box:nth-child(2n) {
  margin: 0 0 0;
}

.section04 {
  padding: 40px 20px;
}
.section04 .inner02 .d_flex .box {
  width: 100%;
}
.section04 .inner02 .d_flex {
  justify-content: space-between;
  gap: 20px 0;
}
.section04 .inner02 .d_flex .box .txt_wrapper{
  width: 70%;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 5px;
  position: relative;
  height: 100px;
  padding: 10px 25px 10px 10px;

}
.section04 .inner02 .d_flex .box .txt_wrapper::before{
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.section04 .inner02 .d_flex .box img {
  width: 25%;
  display: block;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;

  
}
.section04 .inner02 .d_flex .box .txt_wrapper a.btn{
  display: none;
}
.section04 .inner02 .d_flex .box .txt_wrapper .ttl{
  font-size: 20px;

}

.section04 .inner02 .d_flex .box .txt_wrapper .txt{
  line-height: 1.1;
}
.section05{
  padding: 40px 20px 20px;
}
.section05 .inner02 .ttl_wrapper .ttl_icon {
  width: 60px;
}
.section05 .inner02 .d_flex .box {
  width: 100%;
  margin: 0 0 40px;
}
.section05 .inner02 .ttl_wrapper p.description{
  padding: 0 0 20px;

}
.section05 .inner02 .d_flex .box .ttl_flex {
  padding: 0;
  gap: 10px;
}
.section05 .inner02 .d_flex .box .ttl_flex .num {
  font-size: 35px;
}
.section05 .inner02 .d_flex .box .ttl_flex p {
  font-size: 21px;
  padding: 5px 0 0;
}
.section05 .inner02 .d_flex .box p.txt {
  font-size: 15px;
  padding: 5px 0 0;
}
.section05 .inner02 .d_flex .box a.btn {
  font-size: 15px;
  padding: 15px 0;
  width: 90%;
  margin: 20px auto 0;
}
.section05 .inner02 .d_flex {
  justify-content: space-between;
}
.section06 {
  padding: 50px 15px 40px;
  margin: 30px auto;
  width: 90%;
  background-color: #E7F3EB;
  position: relative;
  box-sizing: border-box;
}
.section06::before {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  top: -80px;
  top: -60px;
}
.section06 .icon {
  width: 75px;
  top: -35px;
  right: 0;
  left: 0;
}
.section06 a.btn {
  width: 100%;
  margin: 20px auto 0;
}
.section07{
  padding: 40px 20px 30px;
  background-size: 60%;
}
.section07 .ttl_wrapper p.description{
  padding: 20px 0 30px;
  text-align: center;
}
.section07 .inner02 {
  padding: 20px 20px 40px;
  margin: 0 auto 30px;

}
.section07 .inner02 .about .d_img {
  width: 100%;
}
.section07 .inner02 .about .d_img img {
  border-radius: 0;
}
.section07 .inner02 .about .d_txt {
  width: 100%;
  order: 2;
}
.section07 .inner02 .about .d_txt h3 {
  font-size: 23px;
  padding: 5px 0 0;
}
.section07 .inner02 .about .d_txt span {
  padding: 0 0 0;
}
.section07 .inner02 .about .d_txt p.txt {
  font-size: 15px;
  line-height: 1.6;
  line-height: 1.3;
}
.section07 .inner02 .place {
  padding: 20px 10px;
  margin: 20px 0 0;
}
.section07 .inner02 .place .d_flex img.d_img {
  margin: 0;
object-fit: cover;
  height: 100px;
}

.section07 .inner02 .place .d_flex .d_txt {
  width: 75%;
  box-sizing: border-box;
  padding: 0 0 0 10px;
}
.section07 .inner02 .place .d_flex .d_txt p.name {
  font-size: 19px;
}
.section07 .inner02 .place .d_flex .d_txt .d_address{
  margin: 0 0 5px;

}
.section07 .inner02 .place .d_flex .d_txt .d_address img {
  width: 15px;
}

.section07 .inner02 .place .d_flex .d_txt .d_address span.address {
  font-size: 14px;
  width: 75%;
}
.section07 .inner02 .place .d_flex .d_txt .d_tel img {
  width: 21px;
}
.section07 .inner02 .place .d_flex .d_txt .d_tel span {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1px;
}
.section07 .inner02 a.btn{
  width: 100%;
}
.section07 .inner02 .place .d_flex a.btn{
  display: none;
}
.post_slider_wrapper {
  padding: 40px 20px;
}
.post_slider_wrapper .ttl_wrapper p.description {
  padding: 20px 0 30px;
}
.post_slider_wrapper .slide .post_jirei {
  width: 100%;
}
.post_slider_wrapper .slide {
  flex-wrap: wrap;
  gap: 20px;
}
.post_slider_wrapper .slide .post_jirei .text_wrapper {
  padding: 15px 15px;
  height: 185px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.post_slider_wrapper .slide .post_jirei .text_wrapper h3.ttl {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3;
}
.post_slider_wrapper .slide .post_jirei .text_wrapper a.btn {
  padding: 5px;
  font-size: 16px;
  width: 140px;
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.post_slider_wrapper .slide .post_jirei .text_wrapper {
  height: 190px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.post_slider_wrapper .slide .post_jirei img.thum {
  height: 150px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.section09 {
  padding: 40px 20px 60px;
  background-color: #F5F8F5;
}
.section09 .d_flex {
  gap: 20px;
}
.section09 .ttl_wrapper p.description {
  text-align: left;
  padding: 20px 0 20px;
}
.section09 .d_flex .news_box {
  width: 100%;
}
.section09 .ttl_wrapper p.description {
  text-align: left;
  padding: 20px 0 20px;
  font-size: 19px;
}
.section09 .d_flex .news_box img {
  border-radius: 10px;
  height: 170px;
}
.section09 .d_flex .news_box .info {
  padding: 10px 0;
}
.section09 .d_flex .news_box .info p.category {
  padding: 2px 10px;
  font-size: 14px;
}
.section09 .d_flex .news_box h3 {
  font-size: 17px;
}
.section09 .d_flex .news_box p.txt {
  padding: 10px 0 0;
  font-size: 15px;
  letter-spacing: 1px;
}

.section09 a.news_link {
  width: 90%;
  margin: 30px auto 0;
}
.section10 {
  padding: 40px 20px 40px;
}
.section10 .bottom_nav a {
  width: 100%;
}
.section10 .d_flex{
  gap: 20px;
}
.section10 .bottom_nav a .txt_wrapper {
  padding: 15px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.section10 .bottom_nav a .txt_wrapper .ttl {
  font-size: 18px;
  font-weight: 500;
}
.section10 .bottom_nav a .txt_wrapper::before {
  width: 6px;
  height: 6px;
}
.section10 .bottom_nav a img {
  height: 160px;
}
footer {
  background-image: url(../img/fotter_sp_bg.png);
  background-repeat: no-repeat;
  background-position: top 0 center;
  padding: 70px 20px 40px;
  background-size: 100% 100%;
}
footer::before {
  top: -6.6vw;
  right: 0.4vw;
  z-index: 2;
  width: 130px;
  height: 140px;
}
footer .d_flex .f_info{
  width: 100%;
}
footer .d_flex .f_info {
  width: 100%;
}
footer .d_flex .f_info a.f_logo img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
footer .d_flex .f_info .info {
  padding: 10px 0 0;
}
footer .d_flex .f_info p{
  font-size: 16px;
}
footer .d_flex .f_info .info p{
  text-align: center;
}
footer .d_flex .f_info .f_sns {
  justify-content: center;
  gap: 15px;
  padding: 10px 0 0;
}
footer .d_flex .f_info .f_sns a i {
  font-size: 25px;
}
footer .d_flex .f_info .f_cta{
  width: 65%;
  margin: 0 auto;
}
footer .d_flex .f_info .f_cta{
  padding: 10px 0 0;
}
footer .d_flex .f_nav{
  margin: 30px 0 0 0;
  width: 100%;
}
footer .d_flex .f_nav .f_col {
  width: 49%;
}


footer .d_flex .f_nav .f_col ul .menu_ttl {
  font-size: 17px;
}
footer .d_flex .f_nav .f_col ul li a {
  color: #ffffff;
  font-size: 15px;
}
footer .f_bottom_text {
  justify-content: space-between;
  flex-direction: column;
  padding: 20px 0 0;
}
.f_bottom_text p{
  font-size: 14px;
  text-align: center;

}
/* 事例集記事ページ */
.single .case_wrepper {
  margin: 50px 0 0;
}
.single .case_wrepper .slide{
  gap: 20px;
}
.single .case_wrepper .post_jirei .text_wrapper h3.ttl{
  font-size: 17px;
}

.single .case_wrepper .post_jirei .text_wrapper a.btn {
  font-size: 15px;
  width: 130px;
}

/* サイドバー */
.sidebar {
  width: 100%;
  margin: 20px 0 0 0;
}

.sidebar .sidebaer_inner .ttl {
  font-size: 19px;
  padding: 10px;
  background-color: #F5F8F5;
  font-weight: bold;
  color: #4E9E9C;

}
.sidebar .sidebaer_inner {
  margin: 0 0 30px;
}
.sidebar .sidebaer_inner ul.side_li li a {
  font-size: 16px;
}
.sidebar .sidebaer_inner ul.side_li li {
  padding: 12px 10px;
  box-sizing: border-box;
}

.footer_page_nav .footer_page_nav_item h2{
  font-size: 26px;
}

.footer_page_nav .footer_page_nav_item{
  width: 100%;
  text-align: center;
  padding: 40px 20px 40px;
}
.footer_page_nav .footer_page_nav_item02{
  padding: 40px 20px 120px;
}
.footer_page_nav .footer_page_nav_item a.btn{
  width: 80%;
  font-size: 17px;
  padding: 10px 0;
}

.cookie_area .cookie_area_flex{
  flex-wrap: wrap;
  gap: 15px;
}
.cookie_area .cookie_area{
  width: 100%;
}
.cookie_area .right_flex {
  width: 100%;
  gap: 20px;
  justify-content: center;
}
.cookie_area .right_flex a {
  width: 45%;
}
a[href*="tel:"] {
  pointer-events: auto;
  cursor: pointer;
  text-decoration: none;
}
}/*# sourceMappingURL=style.css.map */

/* footer_logo */
.footer_logo_box {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.footer_logo_box img {
  width: 80px;
  height: 100%;
}

@media (max-width: 768px) {
  .footer_logo_box {
    justify-content: center;
  }
  .f_pres_blog {
  text-align: center;
}
}

/* 固定ボタン（電話・LINE） */
.fix_btn {
  position: fixed;
  bottom: 5px;
  right: 15px;
  max-width: 400px;
  border-radius: 10px;
  font-family: "游明朝","游明朝体","serif";
  z-index: 100;
  text-align: center;
}
.fix_btn .heading {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #555;
  text-shadow: 0 0 2px #ffffff;
}
.fix_btn .btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 215px;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-decoration: none;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  padding: 15px;
  gap: 20px;
  order: solid 2px #fff;
}
.fix_btn .btn img {
  width: 45px;
  height: 45px;
}
.fix_btn .phone {
  background-color: #CABC73;
}
.fix_btn .line {
  background-color: #7ACC5D;
}
.fix_btn .fix_contact {
  background-color: #68c3c5;
}
.fix_btn .btn p {
  text-align: left;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.4;
}
.fix_btn .phone p span {
  text-align: left;
  font-size: 20px;
}

@media (max-width: 499px) {
  .fix_btn {
    display: flex;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
  }
  .fix_btn .heading {
    display: none;
  }
  /* .fix_btn .btn {
    display: flex;
    justify-content: center;
    width: 50%;
    gap: 10px;
    margin-bottom: 0;
    border-radius: 0;
    padding: 15px 5px;
    box-shadow: none;
  } */
  .fix_btn .btn {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
    margin-bottom: 0;
    border-radius: 0;
    padding: 10px;
    box-shadow: none;
  }
  .fix_btn .phone p span {
    display: none;
  }
  a.btn.phone::before , a.btn.line::before {
    border: none !important;
  }
  /* .fix_btn .btn img {
    width: 40px;
    height: 40px;
  } */
    .fix_btn .btn img {
    width: 30px;
    height: 30px;
  }
  .fix_btn .btn p {
    font-size: 14px;
  }
  /* 公開時必要
  .footer {
    padding: 70px 20px 90px;
  } */
}
.mv .mv_slide .copy .mian_copy , .mv .mv_slide .copy span.sub {
text-shadow: 0 0 5px #383838a8;
}

/* 会館↔︎プラン */
.plan_hall_link {
    max-width: 1000px;
    width: 100%;
    margin: 30px auto 0;
    border-radius: 10px;
    padding-bottom: 30px;
}
.plan_hall_link .ttl_wrapper {
    text-align: center;
}
.plan_hall_link .link_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 30px;
}
.plan_hall_link .link_box .link {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
}
.plan_hall_link .link_box .link img {
    /* width: 100%;
    border-radius: 10px; */
    width: 300px;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
}
.plan_hall_link .link_box .link p {

}
@media (max-width: 999px) {
  .plan_hall_link .link_box .link img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 499px) {
  .plan_hall_link .link_box .link {
    width: 45%;
  }
  .plan_hall_link .link_box {
    gap: 20px 10px;
  }
  .plan_hall_link .link_box {
    justify-content: space-between;
  }
}

/* ブログリンク */
.blog_title {
  margin-top: 60px;
}
.blog_link_btn_box {
  display: flex;
  width: 60%;
  margin: auto;
  justify-content: space-between;
}
.blog_link_btn_box a {
  width: 48%;
}
.blog_link_btn span {
    font-size: 10px;
    display: block;
    padding: 5px 0 0;
}
@media (max-width: 499px) {
  .blog_link_btn_box {
    width: 90%;
    flex-wrap: wrap;
    gap: 20px;
  }
  .blog_link_btn_box a {
    width: 100%;
  }
}
/* フッターブログリンク */
.f_blog {
  display: inline-grid;
}
.f_yuikaysu_link {
    font-size: 30px;
    color: #fff;
    line-height: 1;
    margin-top: 10px;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
}
.f_yuikaysu_link span {
    font-size: 10px;
    display: block;
    padding: 5px 0 0;
}
@media (max-width: 499px) {
  .f_blog {
    width: 100%;
    margin-bottom: 10px;
  }
}