@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/*＝＝＝＝＝＝test＝＝＝＝＝＝*/
/** {
	outline: 1px solid magenta;
}*/
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}

/*-----------------------------*/
body {
  letter-spacing: 0.03em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
span,
tr {
  font-size: 16px;
  line-height: 1.5;
}

.sp {
  display: none !important;
}

a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #000000;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:active {
  color: #000000;
}
a.tel {
  pointer-events: none;
  cursor: default;
}
a.link:hover {
  opacity: 0.7;
}

.tel-link {
  pointer-events: none;
}

*:focus {
  outline: none;
}

/*pagination*/
/*wp-pagenavi base*/
.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #9e67a9;
  border-color: #9e67a9;
  font-weight: bold;
}

/*＝＝＝＝＝＝main＝＝＝＝＝＝*/
main {
  display: block;
}

/*＝＝＝＝＝＝header＝＝＝＝＝＝*/
header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: white;
  width: 100%;
  height: 120px;
}
header .header_inner {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  z-index: 999;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .header_inner .shadow {
  box-shadow: 0px 0px 5px #878f97;
}
header .header_inner #nav_wrap {
  width: 100%;
}
header .header_inner #blog #nav_wrap {
  padding-bottom: 20px;
}
header .header_inner #js-hamburger {
  display: none;
}
header .header_inner nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header_inner nav ul li img {
  height: min(4.5vw, 51px);
}
header .header_inner nav ul li a:hover {
  opacity: 0.7;
}

#blog .header_inner {
  display: block;
}

#blog header {
  height: auto !important;
}

#blog #nav_wrap {
  padding-bottom: 30px;
}

main {
  overflow: hidden;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.triangle_r {
  padding-right: 10px;
}

.link_btn_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.link_btn {
  text-align: right;
  display: block;
  font-size: 16px;
  box-sizing: border-box;
  padding-right: 90px;
  font-weight: bold;
  padding-top: 4px;
  transition: 0.3s;
  position: relative;
  color: black;
}
.link_btn:hover {
  opacity: 0.9;
}
.link_btn:hover::after {
  transform: translateX(15px);
  transition: 0.3s;
}
.link_btn::after {
  content: "";
  display: inline-block;
  background: url(/images/top/arrow.svg) no-repeat center right;
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 80px;
  height: 30px;
}

.link_btn:visited {
  color: black;
}

.link_more {
  background-color: #5C130E;
  color: white;
  padding: 10px 25px 10px 20px;
  border-radius: 5px;
  position: relative;
  transition: 0.3s;
}
.link_more:hover {
  opacity: 0.7;
  color: white;
}
.link_more > .arrow {
  width: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.link_more:visited {
  color: white;
}

.anc {
  display: block;
  margin-top: -102px;
  padding-top: 102px;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*背景色*/
.bg01 {
  padding: 10vh 0 13vh;
}

.bg02 {
  border-top: 9px solid #731322;
}

.bg03 {
  background: url(/images/top/bg03.jpg) repeat;
}

.bg_gray {
  background-color: #eaeaea;
}

/*anchor price用*/
/*.anchor {
  margin-top: -30px;
  padding-top: 30px;
}*/
/*font color*/
.font_red {
  color: #cd0e3b;
}

/*共通*/
.title {
  position: relative;
  font-size: 40px;
  padding: 35px 0;
  color: #000000;
  text-align: center;
  position: relative;
  display: inline-block;
}
.title::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
}

.title .title_jp {
  font-size: 14px;
  padding-left: 20px;
}

/*＝＝＝＝＝＝second page＝＝＝＝＝＝*/
.logo {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}
.logo > a > img {
  width: 230px;
}

main .lead_sec {
  padding-top: 70px;
  padding-bottom: 100px;
}
main .lead_sec .second_tit {
  font-size: 30px;
  position: relative;
  padding-bottom: 36px;
  text-align: center;
}
main .lead_sec .second_tit::after {
  content: "";
  display: block;
  width: 120px;
  height: 5px;
  background-color: #40246b;
  position: absolute;
  left: 50%;
  bottom: 9px;
  transform: translateX(-50%);
}
main .lead_sec p {
  padding-top: 43px;
  text-align: center;
  line-height: 1.7;
}

.sub-header {
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #d9d9d9;
  background-color: #d3edcc;
}
.sub-header::after {
  content: "";
  width: 100%;
  height: 270px;
  /*background-color: rgba(0, 0, 0, 0.17);*/
  position: absolute;
  left: 0;
  top: 0;
}
.sub-header .container {
  width: 100%;
}
.sub-header h1 {
  font-size: 50px;
  position: relative;
  color: #7f7f7f;
  /*text-shadow: 0 2px 5px rgba(176, 176, 176, 0.5);*/
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
.sub-header h1 .ttl_en {
  font-size: 14px;
  display: block;
  line-height: 1.7;
  text-align: center;
  padding-top: 7px;
}

/*ヘッダー下余白*/
.wrapper {
  padding-top: 50px;
}

/*404*/
.page404_title {
  font-size: 20px;
  padding-bottom: 15px;
}

a.link_top {
  color: #40246b;
  font-weight: bold;
}
a.link_top:active, a.link_top:visited, a.link_top:hover {
  color: #40246b;
}

/*＝＝＝＝＝＝共通＝＝＝＝＝＝*/
/*ふわっと表示*/
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}

.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}

.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.sec_works {
  padding-bottom: 82px;
  background-color: #f6f0ff;
  /*.sliderArea.w300 {
    max-width: 300px;
  }*/
  /*====================================================================
  .full-screen
  ====================================================================*/
}
.sec_works h2 {
  padding-top: 82px;
}
.sec_works .lead_txt {
  padding-bottom: 75px;
  text-align: center;
}
.sec_works .sliderArea {
  /*max-width: 100%;*/
  max-width: 1780px;
  overflow: hidden;
  margin: 0 auto 58px;
  padding: 0 25px 50px;
}
.sec_works .slick-slide {
  margin: 0 15px 0;
  position: relative;
}
.sec_works .slick-slide a {
  transition: 0.3s;
}
.sec_works .slick-slide a img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.sec_works .slick-slide a img:hover {
  opacity: 0.7;
}
.sec_works .slick-slide a .text {
  position: absolute;
  bottom: -31px;
  left: 50%;
  transform: translateX(-50%);
  width: 243px;
  padding: 17px;
  border: 1px solid #0e103d;
  background: white;
  text-align: center;
  font-weight: bold;
  transition: 0.3s;
}
.sec_works .slick-slide a .text:hover {
  /*background-color: rgba(255, 255, 255, 0.8);*/
  opacity: 0.7;
}
.sec_works .slick-prev:hover, .sec_works .slick-prev:focus, .sec_works .slick-next:hover, .sec_works .slick-next:focus {
  color: white;
  outline: none;
  background: #0e103d;
}
.sec_works .slick-prev, .sec_works .slick-next {
  z-index: 1;
  width: 50px;
  height: 50px;
  background: #0e103d;
}
.sec_works .slick-prev:before, .sec_works .slick-next:before {
  opacity: 1;
}
.sec_works .slick-prev:hover::before, .sec_works .slick-next:hover::before {
  opacity: 0.75;
  transition: 0.3s;
}
.sec_works .slick-prev:before {
  content: "";
  display: block;
  background: url(../images/common/slider_prev.svg) no-repeat center;
  width: 19px;
  height: 32px;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.sec_works .slick-next:before {
  content: "";
  display: block;
  background: url(../images/common/slider_next.svg) no-repeat center;
  width: 18px;
  height: 30px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.sec_works .thumb {
  margin: 20px 0 0;
}
.sec_works .thumb .slick-slide {
  cursor: pointer;
}
.sec_works .thumb .slick-slide:hover {
  opacity: 0.7;
}
.sec_works .full-screen .slick-list {
  overflow: visible;
}
.sec_works .full-screen.slider {
  max-width: 630px;
  margin: 0 auto;
}

/*＝＝＝＝＝＝footer＝＝＝＝＝＝*/
footer {
  padding-top: 90px;
  background-color: #F6F6F6;
}
footer .logo {
  width: 726px;
  margin-inline: auto;
}
footer .logo img {
  width: 100%;
}
footer .logo a:hover {
  opacity: 0.7;
}
footer .tel_wrap {
  margin-top: 72px;
}
footer .tel_wrap dt, footer .tel_wrap dd {
  margin-inline: auto;
}
footer .tel_wrap dt {
  width: 420px;
}
footer .tel_wrap dd {
  width: 689px;
  margin-top: 34px;
}
footer .summery {
  margin: 3vw 0 0 auto;
  padding-left: 60px;
  position: relative;
  max-width: 70%;
}
footer .summery::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  left: 11px;
  bottom: 0;
}
footer .summery .ttl {
  position: absolute;
  left: 0;
  top: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #F6F6F6;
  padding-bottom: 10px;
}
footer .summery table {
  display: block;
}
footer .summery table tbody {
  display: block;
}
footer .summery table tr {
  display: grid;
  grid-template-columns: 103px 1fr;
  column-gap: 18px;
}
footer .summery table tr + tr {
  margin-top: 15px;
}
footer .summery table th, footer .summery table td {
  display: block;
  line-height: 1.3;
}
footer .summery table th {
  text-align: left;
  position: relative;
  text-align-last: justify;
  font-weight: 400;
}
footer .summery table th::after {
  content: ":";
  position: absolute;
  right: -11px;
  top: 0;
}
footer .summery.summery02 .text_s {
  font-size: 14px;
}
footer .summery.summery02.cocohouse_con::before, footer .summery.summery02.simicare_con::before, footer .summery.summery02.kmcare_con::before {
  display: none;
}
footer .summery.summery02 .map {
  margin-top: 2.5rem;
}
footer .summery.summery02 .photo {
  max-width: 408px;
  margin-top: 20px;
}
footer .summery.summery02 .btn_cocorich, footer .summery.summery02 .btn_kmcare {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 408px;
  border-radius: 15px;
  height: 40px;
  box-shadow: 0 0 8px gray;
  background-color: #d32a7f;
  margin-top: 22px;
}
footer .summery.summery02 .btn_cocorich > .img, footer .summery.summery02 .btn_kmcare > .img {
  background-color: white;
  display: flex;
  border-radius: 10px 0 0 10px;
  box-sizing: border-box;
  width: 92px;
  align-items: center;
  justify-content: center;
}
footer .summery.summery02 .btn_cocorich > .img > img, footer .summery.summery02 .btn_kmcare > .img > img {
  height: 25px;
}
footer .summery.summery02 .btn_cocorich > .text, footer .summery.summery02 .btn_kmcare > .text {
  text-align: center;
  background-color: #d32a7f;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 13px;
  color: white;
  border-radius: 0 10px 10px 0;
  box-sizing: border-box;
  height: 100%;
  padding: 8px;
  width: 316px;
}
footer .summery.summery02 .btn_kmcare > .text {
  background-color: #003a77;
}
footer .summery .sns_box .btn_cocohouse, footer .summery .sns_box .btn_simicare {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 408px;
  width: 100%;
  border-radius: 10px;
  margin-top: 25px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.3411764706);
}
footer .summery .sns_box .btn_cocohouse .left_con, footer .summery .sns_box .btn_simicare .left_con {
  width: 60%;
  height: 100px;
  display: flex;
  background: white;
  border-radius: 10px 0 0 10px;
}
footer .summery .sns_box .btn_cocohouse .left_con > img, footer .summery .sns_box .btn_simicare .left_con > img {
  max-width: 100px;
  margin: auto;
  display: block;
}
footer .summery .sns_box .btn_cocohouse .right_con, footer .summery .sns_box .btn_simicare .right_con {
  width: 100%;
  padding: 0px 10px;
  background: #d22a7f;
  height: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 0 10px 10px 0;
}
footer .summery .sns_box .btn_cocohouse .right_con .con_wrap, footer .summery .sns_box .btn_simicare .right_con .con_wrap {
  display: flex;
  justify-content: center;
}
footer .summery .sns_box .btn_cocohouse .right_con .con_wrap img, footer .summery .sns_box .btn_simicare .right_con .con_wrap img {
  max-height: 73px;
  padding: 0 5px;
}
footer .summery .sns_box .btn_simicare .right_con {
  background-color: #4eb5b1;
}
footer .summery02_wrap {
  background: white;
  max-width: 70%;
  padding-top: 50px;
  padding-bottom: 13vw;
  border-radius: 50px;
  margin: 5rem auto auto;
}
footer .summery02_wrap .sepa {
  width: 35px;
  height: 5px;
  background-color: #cccccc;
  margin: 5rem auto 5rem;
  border-radius: 5px;
}
footer .summery02_wrap .summery02 {
  left: -8%;
}
footer .summery02_wrap .summery02 .ttl {
  background-color: white;
}
@media (max-width: 1000px) {
  footer .summery02_wrap .summery02 {
    left: 0%;
    padding-right: 50px;
  }
}
footer .copy {
  margin-top: 50px;
  height: 48px;
  background-color: #FFB9FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .copy p {
  color: #fff;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/* ＝＝＝＝＝＝Component＝＝＝＝＝＝＝　*/
html * {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  /*&[src$=".png"],
  &[src$=".jpg"] {
    backface-visibility: hidden;
  }*/
}

body {
  color: #000000;
  background-color: #ffffff;
  font-weight: 400;
  font-family: "Noto Sans JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

input,
textarea,
select {
  font-style: normal;
  font-family: "Noto Sans JP", "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.bg_gray {
  background-color: #ececec;
}

.clear {
  clear: both;
}

small {
  font-size: 14px;
}

/*＝＝＝＝＝＝top＝＝＝＝＝＝*/
#Top main .ttl_wrap {
  position: relative;
}

.fadein {
  opacity: 0;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
}

.logo_box {
  display: flex;
}
.logo_box > img {
  height: 128px;
  padding-right: 15px;
}
@media (max-width: 960px) {
  .logo_box > img {
    height: 95px;
    padding-right: 20px;
  }
}
.logo_box h2 {
  vertical-align: bottom;
  display: inline;
}
.logo_box h2 > img {
  height: 100px;
  padding: 0 20px;
}
.logo_box h2 > img:nth-child(3) {
  height: 70px;
}

#Top main {
  margin-bottom: 120px;
}
#Top main .ttl_wrap {
  height: 188px;
  background: url(/images/top/ttl_bg.jpg) no-repeat center right/cover;
  z-index: 0;
}
#Top main .ttl_wrap .sec_ttl {
  display: flex;
  align-items: center;
  height: 188px;
  position: relative;
}
#Top main .ttl_wrap .sec_ttl img {
  height: 76px;
  z-index: 999;
}
#Top main .mv_sec {
  height: 610px;
  position: relative;
  background: url(/images/top/main.jpg) no-repeat center/cover;
  border-bottom: 12px solid #FFB9FF;
}
#Top main .mv_sec .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#Top main .mv_sec .logo, #Top main .mv_sec p {
  transform: translateY(10px);
}
#Top main .mv_sec .logo {
  width: 70%;
}
#Top main .mv_sec h2.logo {
  padding-top: 0;
}
#Top main .mv_sec .catch {
  width: 433px;
  margin-top: 20px;
}
#Top main .mv_sec .text {
  font-size: 18px;
  margin-top: 40px;
  line-height: 1.7;
  width: 440px;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
#Top main .mv_sec.is-show .logo, #Top main .mv_sec.is-show p {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
}
#Top main .mv_sec.is-show .logo {
  transition-delay: 1.5s;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#Top main .mv_sec.is-show .catch {
  transition-delay: 0.8s;
}
#Top main .mv_sec.is-show .text {
  transition-delay: 1.1s;
}
#Top main .info_sec .breadcrumb {
  display: flex;
  margin-top: 42px;
}
#Top main .info_sec .breadcrumb li {
  font-size: 12px;
  font-weight: 500;
  color: #808080;
}
#Top main .info_sec .breadcrumb li + li::before {
  content: "/";
}
#Top main .info_sec .breadcrumb li a {
  font-size: 12px;
  font-weight: 500;
  color: #808080;
}
#Top main .info_sec .breadcrumb li img {
  width: 22px;
  margin-right: 7px;
}
#Top main .info_sec .slide_wrap {
  margin-top: 77px;
}
#Top main .info_sec .slide_wrap .news_slide a h3 {
  font-size: 20px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 800;
  color: #FFB700;
  margin-right: -50px;
}
#Top main .info_sec .slide_wrap .news_slide a .date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  margin-top: 20px;
}
#Top main .info_sec .slide_wrap .news_slide a figure {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-top: 20px;
}
#Top main .info_sec .slide_wrap .news_slide a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
#Top main .info_sec .slide_wrap .news_slide a .text {
  margin-right: -50px;
  margin-top: 50px;
  font-size: 15px;
  line-height: 2;
}
#Top main .info_sec .slide_wrap .news_slide a:hover img {
  transform: scale(1.06);
}
#Top main .info_sec .slide_wrap .news_prev, #Top main .info_sec .slide_wrap .news_next {
  width: 30px;
  height: 30px;
  top: 40%;
  transition: 0.3s;
}
#Top main .info_sec .slide_wrap .news_prev::after, #Top main .info_sec .slide_wrap .news_next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/images/common/arrow.svg) no-repeat 0/contain;
}
#Top main .info_sec .slide_wrap .news_prev:hover, #Top main .info_sec .slide_wrap .news_next:hover {
  opacity: 0.7;
}
#Top main .info_sec .slide_wrap .news_prev {
  left: auto;
  right: 70%;
}
#Top main .info_sec .slide_wrap .news_prev::after {
  transform: scaleX(-1);
}
#Top main .info_sec .slide_wrap .news_next {
  left: 70%;
  right: auto;
}
#Top main .about_sec {
  margin-top: 120px;
}
#Top main .about_sec .unit {
  margin-top: 145px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  max-width: 920px;
  margin-inline: auto;
}
#Top main .about_sec .unit figure {
  order: 2;
}
#Top main .about_sec .unit .text_wrap {
  order: 1;
}
#Top main .about_sec .unit .text_wrap h4 {
  font-size: 22px;
  line-height: 2;
  color: #FF8031;
  font-family: "M PLUS Rounded 1c";
  font-weight: 800;
}
#Top main .about_sec .unit .text_wrap p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
#Top main .floor_sec {
  margin-top: 125px;
}
#Top main .floor_sec .content_wrap {
  margin-top: 45px;
}
#Top main .floor_sec h3 .f-green {
  font-size: 18px;
  line-height: 1.5;
  color: #4eb735;
  font-family: "M PLUS Rounded 1c";
  font-weight: 600;
}
#Top main .floor_sec h3 {
  font-weight: 500;
  padding-bottom: 20px;
}
#Top main .floor_sec .map_area .lead {
  max-width: 550px;
  margin-inline: auto;
  line-height: 2;
}
#Top main .floor_sec .map_area .lead > dl {
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
  /*color: #4d4d4d;*/
  color: hsl(108, 79%, 25%);
  padding: 15px;
  border: 1px solid #6fb36f;
}
#Top main .floor_sec .map_area .lead > dl > dt {
  width: 20%;
}
#Top main .floor_sec .map_area .lead > dl > dd {
  width: 80%;
  font-size: 12px;
}
#Top main .floor_sec .map_area .map {
  position: relative;
  z-index: 1;
}
#Top main .floor_sec .map_area .map::before {
  content: "";
  display: block;
  position: absolute;
  width: 192px;
  aspect-ratio: 1/1;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#Top main .floor_sec .map_area .map1 {
  margin-top: 100px;
  margin-right: -2.3%;
}
#Top main .floor_sec .map_area .map1::before {
  background: url(/images/top/floor_2f_parts.svg) no-repeat 0/contain;
}
#Top main .floor_sec .map_area .note_wrap {
  margin: 68px 0 0 150px;
  display: grid;
  grid-template-columns: 55% 35%;
  justify-content: space-between;
  align-items: center;
}
#Top main .floor_sec .map_area .map2 {
  margin-top: 46px;
}
#Top main .floor_sec .map_area .map2::before {
  background: url(/images/top/floor_1f_parts.svg) no-repeat 0/contain;
}
#Top main .floor_sec .map_area .map2 .fl_01 {
  background: white;
}
#Top main .floor_sec .slide_area {
  margin-top: 112px;
}
#Top main .floor_sec .slide_area h3 {
  width: 226px;
}
#Top main .floor_sec .slide_area .slide_wrap {
  margin: 75px calc(50% - 50vw) 0;
  padding-inline: 100px;
  position: relative;
}
#Top main .floor_sec .slide_area .slide_wrap .floor_prev, #Top main .floor_sec .slide_area .slide_wrap .floor_next {
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
#Top main .floor_sec .slide_area .slide_wrap .floor_prev::after, #Top main .floor_sec .slide_area .slide_wrap .floor_next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/images/common/arrow.svg) no-repeat 0/contain;
}
#Top main .floor_sec .slide_area .slide_wrap .floor_prev:hover, #Top main .floor_sec .slide_area .slide_wrap .floor_next:hover {
  opacity: 0.7;
}
#Top main .floor_sec .slide_area .slide_wrap .floor_prev {
  left: 40px;
}
#Top main .floor_sec .slide_area .slide_wrap .floor_prev::after {
  transform: scaleX(-1);
}
#Top main .floor_sec .slide_area .slide_wrap .floor_next {
  right: 40px;
}
#Top main .floor_sec .slide_area p {
  margin: 50px auto 0;
  max-width: 450px;
}
#Top main .service_sec {
  margin-top: 90px;
}
#Top main .service_sec .content_wrap {
  margin-top: 47px;
}
#Top main .service_sec .lead {
  max-width: 450px;
  margin-inline: auto;
}
#Top main .service_sec .flow_list {
  margin-top: 130px;
}
#Top main .service_sec .flow_list li {
  width: 560px;
  position: relative;
}
#Top main .service_sec .flow_list li:not(:last-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: url(/images/top/service_parts.png) no-repeat 0/contain;
  top: 165px;
}
#Top main .service_sec .flow_list li + li {
  margin-top: 20px;
}
#Top main .service_sec .flow_list li:nth-of-type(2), #Top main .service_sec .flow_list li:nth-of-type(8) {
  margin-top: -144px;
}
@media (max-width: 1050px) {
  #Top main .service_sec .flow_list li:nth-of-type(2), #Top main .service_sec .flow_list li:nth-of-type(8) {
    margin-top: 20px;
  }
}
#Top main .service_sec .flow_list li:nth-of-type(8) {
  margin-top: 45px;
}
#Top main .service_sec .flow_list li:nth-of-type(6) {
  width: min(100%, 826px);
  margin-top: 44px;
}
#Top main .service_sec .flow_list li:nth-of-type(6)::before {
  top: 293px;
}
#Top main .service_sec .flow_list li:nth-of-type(2n + 1)::before {
  left: 506px;
}
#Top main .service_sec .flow_list li:nth-of-type(2n) {
  margin-inline: auto 0;
}
#Top main .service_sec .flow_list li:nth-of-type(2n)::before {
  right: 550px;
  transform: scaleX(-1);
}
#Top main .access_sec {
  margin-top: 125px;
}
#Top main .access_sec .content_wrap {
  margin-top: 80px;
}
#Top main .access_sec .lead_wrap h3 {
  font-size: 26px;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-weight: 800;
  color: #808080;
  letter-spacing: 0.12em;
}
#Top main .access_sec .lead_wrap p {
  margin: 15px auto 0;
  max-width: 450px;
  text-align: left;
  font-size: 18px;
  color: #808080;
  font-family: "M PLUS Rounded 1c";
  font-weight: 800;
}
#Top main .access_sec .unit {
  margin: 70px auto 0;
  max-width: 625px;
}
#Top main .access_sec .map_area {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 25px;
}
#Top main .access_sec .map_area .map_wrap {
  height: 230px;
}
#Top main .access_sec .map_area .map_wrap iframe {
  width: 100%;
  height: 100%;
}
#Top main .access_sec .map_area p {
  margin-right: -75px;
  margin-top: -10px;
  line-height: 2.2;
  letter-spacing: 0.08em;
}

/* ＝＝＝＝＝＝Blog＝＝＝＝＝＝　*/
.wp-block-image img {
  padding-bottom: 20px;
}

.wp-block-image .alignright::after,
.wp-block-image .alignleft::after {
  content: "";
  display: block;
  clear: both;
}

.wp-block-image {
  overflow: hidden;
  zoom: 1;
}

/*前頁カテゴリー*/
#news1 {
  border: 2px solid rgb(195, 195, 195);
  border: white;
  border-radius: 13px;
  padding: 3px 8px;
  width: 70px;
  background: #6fb36f;
  color: white;
}

.date {
  font-size: 12px;
  padding-bottom: 5px;
}

.cate {
  margin-bottom: 5px;
  font-size: 13px;
}

.cate a {
  border: 2px solid rgb(195, 195, 195);
  border: white;
  border-radius: 13px;
  padding: 3px 8px;
  width: 70px;
  background: #6fb36f;
  color: white;
}

.excerpt {
  padding-top: 10px;
}
.excerpt a {
  color: rgb(121, 121, 121);
  font-size: 11px;
  padding: 5px 21px 5px 12px;
  border-radius: 3px;
  position: relative;
}
.excerpt a > img {
  width: 40px;
  position: absolute;
  right: -30px;
  top: 7px;
  height: 10px;
}

#blog main {
  /*シングルページ*/
}
#blog main .sub-header h1 {
  font-size: 35px;
}
#blog main .wrapper {
  position: relative;
  background-color: #eee;
  padding-bottom: 50px;
  /*フォント　デザイン*/
  /*margin: 0 0 130px;*/
  /*pager*/
}
#blog main .wrapper .breadcrumbs {
  width: 100%;
  margin: auto;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-bottom: 45px;
  font-size: 12px;
  color: #949494;
}
@media (max-width: 1080px) {
  #blog main .wrapper .breadcrumbs {
    box-sizing: border-box;
  }
}
#blog main .wrapper .breadcrumbs span {
  font-size: 12px;
  line-height: 1.3;
}
#blog main .wrapper .fontBig01 {
  font-size: 25px;
}
#blog main .wrapper .fontBig02 {
  font-size: 20px;
}
#blog main .wrapper .fontBold {
  font-weight: 600;
}
#blog main .wrapper .underL {
  border-bottom: 2px solid #7f7f7f;
  padding-top: 20px;
}
#blog main .wrapper .padBottom {
  padding-bottom: 15px;
}
#blog main .wrapper .padtop10 {
  padding-top: 10px;
}
#blog main .wrapper .padtop20 {
  padding-top: 20px;
}
#blog main .wrapper .squareLine {
  border: 1px solid #7f7f7f;
  padding: 20px;
}
#blog main .wrapper .list01 {
  padding-bottom: 10px;
}
#blog main .wrapper .list01 > li {
  position: relative;
  padding-left: 20px;
}
#blog main .wrapper .list01 > li::after {
  content: "■";
  color: #7f7f7f;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 50%;
}
#blog main .wrapper .marB20 {
  margin-bottom: 20px;
}
#blog main .wrapper .test {
  font-size: large;
}
#blog main .wrapper .container02 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}
#blog main .wrapper .container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}
#blog main .wrapper ul.blog_con {
  margin: 0 -20px auto;
  padding-left: 0;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}
#blog main .wrapper ul.blog_con > li {
  width: 33.333%;
  list-style: none;
  box-sizing: border-box;
  margin-bottom: 40px;
  border-bottom: 1px solid rgb(223, 223, 223);
  padding: 0 22px 65px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper {
  background-color: white;
  height: 100%;
  transition: 0.3s;
  padding-bottom: 25px;
  position: relative;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .blog_thumb:hover {
  opacity: 0.7;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper {
  padding: 20px 20px;
  color: #5e5e5e;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > .category > .post-categories > li > a {
  color: #5e5e5e;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 13px;
  display: inline-block;
  width: 70px;
  margin-top: 15px;
  position: relative;
  border: 2px solid #484848;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > a > h4.title_blog {
  padding-top: 13px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1.7;
  color: #7f7f7f;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a {
  background-color: #4eb735;
  border-radius: 5px;
  color: white;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  margin-bottom: 25px;
  width: 125px;
  height: 30px;
  display: inline-block;
  padding-right: 10px;
  position: absolute;
  bottom: 0;
  line-height: 30px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a:hover {
  opacity: 0.7;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a > .arrow {
  width: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#blog main .wrapper ul.blog_con > li .blog_thumb {
  display: block;
  position: relative;
  padding-top: 53.25%;
  overflow: hidden;
}
#blog main .wrapper ul.blog_con > li .blog_thumb > img {
  /*max-width: 306px;*/
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#blog main .wrapper .page-numbers.current, #blog main .wrapper .page-numbers, #blog main .wrapper .pagination .prev, #blog main .wrapper .next.page-numbers {
  box-sizing: border-box;
  display: block;
  color: #A4A4A4;
  text-decoration: none;
  text-align: center;
  background: #FFF;
  border: 1px solid #A4A4A4;
  border-radius: 50%;
  min-width: 40px;
  transition: all 0.2s;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 38px;
}
#blog main .wrapper .page-numbers {
  margin: 0 6px;
}
#blog main .wrapper .prev.page-numbers, #blog main .wrapper .next.page-numbers {
  margin: 0 13px;
}
#blog main .wrapper .page-numbers:hover, #blog main .wrapper .pagination .prev:hover, #blog main .wrapper .next.page-numbers:hover {
  color: #FFF;
  background: #6E6E6E;
  /*border: 1px solid #6E6E6E;*/
}
#blog main .wrapper .page-numbers.current {
  margin: 0 0.28em;
}
#blog main .wrapper .pnavi {
  display: flex;
  justify-content: center;
  color: #A4A4A4;
  line-height: 1;
  margin: 0;
  padding: 2em 0;
}
#blog main .wrapper .page-numbers.current {
  background: #6E6E6E;
  color: #fff;
  font-weight: bold;
  border: none;
  margin: 0 0.28em;
}
#blog main .wrapper .cate_wrap .list_ttl {
  font-weight: 600;
  border-left: 2px solid #7f7f7f;
  padding-left: 20px;
  margin-bottom: 7px;
  margin-top: 30px;
  color: #7f7f7f;
}
#blog main .wrapper .cate_wrap > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
#blog main .wrapper .cate_wrap > ul > li:first-child {
  padding-left: 20px;
}
#blog main .wrapper .cate_wrap > ul > li > a {
  padding: 5px 10px;
  border: 1px solid #7f7f7f;
  border-radius: 7px;
  margin: 5px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  color: #7f7f7f;
}
#blog main .wrapper .cate_wrap > ul > li > a:hover {
  background-color: #ffb9ff;
  color: white;
  border: 1px solid #ffb9ff;
}
#blog main.single-page .wrapper {
  min-height: 300px;
  padding-bottom: 100px;
  /* スクリーンリーダー限定テキスト： the_post_navigation() 用 */
}
#blog main.single-page .wrapper .cont .entryinfo {
  padding-bottom: 33px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
#blog main.single-page .wrapper .cont .entryinfo .categories {
  width: 100px;
}
#blog main.single-page .wrapper .cont .entryinfo .categories .cate {
  padding-bottom: 0px;
  line-height: 1.5;
}
#blog main.single-page .wrapper .cont .entryinfo .categories .post-categories > li > a {
  color: #7f7f7f;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 13px;
  display: inline-block;
  width: 70px;
  position: relative;
  border: 2px solid #7f7f7f;
}
#blog main.single-page .wrapper .cont .entryinfo time {
  font-weight: bold;
}
#blog main.single-page .wrapper p {
  line-height: 1.7;
  padding-bottom: 15px;
}
#blog main.single-page .wrapper .nav-links {
  clear: both;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
#blog main.single-page .wrapper .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#blog main.single-page .wrapper .nav-previous {
  float: left;
}
#blog main.single-page .wrapper .nav-next {
  float: right;
}
#blog main.single-page .wrapper .nav-previous, #blog main.single-page .wrapper .nav-next {
  max-width: 45%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
}
#blog main.single-page .wrapper .nav-previous > a, #blog main.single-page .wrapper .nav-next > a {
  font-size: 14px;
  color: #303030;
  letter-spacing: 0.01em;
}