/*  Typo
----------------------------------------------- */

a:link,
a:visited {
  text-decoration: underline;
  color: #EC4413;
}

a:active {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}


h1 {
  font: bold 18px/140% "Trebuchet MS", Verdana, sans-serif;
}

h2 {
  font: bold 14px/140% "Trebuchet MS", Verdana, sans-serif;
}

p {
  font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*  Layout
----------------------------------------------- */

.cc-m-hgrid-column .n {
  padding: 0 !important;
}

.n {
  padding: 0 !important;
}


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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
  margin: 0;
}

dl {
  margin: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}


input[type="submit"],
input[type="button"],
input[type="reset"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus,
input[type="reset"]::focus {
  outline-offset: -2px;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  image-rendering: pixelated;
}

p {
  color: #75585F;
}

li {
  list-style: none;
}

a {
  color: #75585F;
  text-decoration: none !important;
  transition: 0.4s ease;
}

a:hover {
  color: #75585F !important;
  opacity: 0.7;
  transition: 0.4s ease;
}

a:hover p:hover {
  opacity: 0.7;
  transition: 0.4s ease;
}

a:hover img:hover {
  opacity: 0.7;
  transition: 0.4s ease;
}


html {
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  font-size: 62.5%;
  color: #75585F;
  /*ゴシック*/
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*明朝*/
  /*font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
}


header #header {
  background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/top-news-bg.png?t=1688351762);
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}

header #header a {
  text-decoration: none;
}

header #header .header-flex {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  height: 100px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  header #header .header-flex {
    width: 100%;
    height: 50px;
    justify-content: flex-start;
    padding: 10px;
  }
}

header #header .header-flex h1 img {
  width: 237px;
}

@media screen and (max-width: 767px) {
  header #header .header-flex h1 img {
    width: 116px;
  }
}

@media screen and (max-width: 767px) {
  header #header .header-flex .head-nav-wrap {
    margin-left: 10px;
  }
}


header #header .header-flex .head-nav-wrap ul {
  display: flex;
  min-width: 925px;
}

@media screen and (max-width: 767px) {
  header #header .header-flex .head-nav-wrap ul {
    min-width: 100%;
  }
}

header #header .header-flex .head-nav-wrap ul li {
  height: 50px;
  display: table;
  text-align: center;
  border-right: #75585F 2px solid;
}

@media screen and (max-width: 767px) {
  header #header .header-flex .head-nav-wrap ul li {
    height: 33px;
  }
}

header #header .header-flex .head-nav-wrap ul li:first-of-type {
  border-left: #75585F 2px solid;
}

header #header .header-flex .head-nav-wrap ul li a {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #75585F;
  width: 129px;
  height: 49px;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
  font-family: "Zen Maru Gothic", sans-serif;
  background: rgba(255, 255, 255, 0.64);
}

@media screen and (max-width: 767px) {
  header #header .header-flex .head-nav-wrap ul li a {
    font-size: 1.1rem;
    line-height: 1.2;
    width: 94px;
    height: 33px;
  }
}


.hamburger {
  width: 16px;
  height: 13px;
  position: absolute;
  right: 14px;
  top: 15px;
  z-index: 150;
}

.hamburger.active {
  top: 9px;
  right: 12px;
  width: 23px;
  height: 23px;
}



.hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #75585F;
  transition: .5s;
  /* 追記 */
}

.hamburger span:first-of-type {
  /* ハンバーガーメニューの1番目の線 */
  top: 0;
}

.hamburger span:nth-of-type(2) {
  /* ハンバーガーメニューの2番目の線 */
  top: 50%;
}

.hamburger span:last-of-type {
  /* ハンバーガーメニューの3番目の線 */
  top: 100%;
}

.slide-menu {
  background-color: #F4EAE1;
  position: fixed;
  top: 0;
  width: 100%;
  transform: translateY(-190%);
  transition: .5s;
  z-index: 100;
}

.slide-menu::before {
  content: "";
  width: 100%;
  height: 48px;
  background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/top-news-bg.png?t=1688351762);
  display: inline-block;
  background-size: 150%;
}

.slide-menu::after {
  content: "";
  width: 100%;
  height: 48px;
  background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/top-news-bg.png?t=1688351762);
  display: inline-block;
  background-size: 150%;
}

.slide-menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 30px auto 30px;
}

.slide-menu li {
  width: 48%;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 20px;
  display: grid;
  place-items: center center;
}

.slide-menu ul li a {
  font-size: 1.3rem;
  color: #75585F !important;
  font-family: "Zen Maru Gothic", sans-serif;
}

.slide-menu_btn {
  width: 90%;
  padding: 15px 0;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
  background-color: #75585F;
  color: #fff !important;
  font-size: 1.3rem;
  border-radius: 5px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

/* .slide-menu_btn {
  font-size: 1.3rem;
  color: #75585F !important;
} */

.hamburger.active span:first-of-type {
  /* ハンバーガーメニューの1番目の線 */
  top: 50%;
  transform: rotate(405deg);
}

.hamburger.active span:nth-of-type(2) {
  /* ハンバーガーメニューの2番目の線 */
  opacity: 0;
  /* 透明にする */
}

.hamburger.active span:last-of-type {
  /* ハンバーガーメニューの3番目の線 */
  top: 50%;
  transform: rotate(-405deg);
}

.slide-menu.active {
  transform: translateY(0);
}

.hamburger .hbm_txt::before {
  position: absolute;
  content: "menu";
  font-size: 1rem;
  top: 11px;
  right: -9px;
  width: 30px;
  color: #75585F;
  height: 30px;
  font-weight: 600;
  display: block;
  z-index: 100;
}

/* 
.hamburger.active .hbm_txt::before {
  position: absolute;
  content: "close";
  font-size: 1rem;
  top: 11px;
  right: -9px;
  width: 30px;
  height: 30px;
  font-weight: 600;
  display: block;
  z-index: 100;
} */


.hamburger.active .hbm_txt::before {
  position: absolute;
  content: "close";
  font-size: 1rem;
  top: 17px;
  right: -6px;
  width: 30px;
  height: 30px;
  font-weight: 600;
  display: block;
  z-index: 100;
  color: #75585F;
}




footer {
  width: 100%;
  background: #FFF;
}

footer .ft-top {
  background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/top-news-bg.png?t=1688351762);
  background-size: cover;
}

footer .ft-top .ft-nav-wrap {
  padding: 29px 0 28px;
}

footer .ft-top .ft-nav-wrap ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  footer .ft-top .ft-nav-wrap ul {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  footer .ft-top .ft-nav-wrap ul li {
    padding: 5px 0;
  }
}

footer .ft-top .ft-nav-wrap ul li a {
  padding: 0 24px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #75585F;
  text-decoration: none;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  font-weight: bold;
}

footer .ft-btm {
  text-align: center;
  padding: 50px 0 20px;
}

@media screen and (max-width: 767px) {
  footer .ft-btm {
    padding: 25px 0 20px;
  }
}

footer .ft-btm .ft-logo img {
  width: 236px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  footer .ft-btm .ft-logo img {
    width: 112px;
  }
}

footer .ft-btm .ft-txt {
  margin: 20px 40px;
}

@media screen and (max-width: 767px) {
  footer .ft-btm .ft-txt {
    font-size: 1.3rem;
  }
}

footer .ft-btm p {
  color: #75585F;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  footer .ft-btm p {
    font-size: 1.2rem;
  }
}


* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .vpc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .vsp {
    display: block !important;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.container {
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: 86.7%;
  }
}


.global_menu li {
  width: 18%;
  float: left;
}

/* ページTOP */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}



.lazy {
  opacity: 0;
  transition: all 1s ease-in-out;
}

.fv_lazy {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.c_delay5 {
  transition-delay: 0.5s;
}

.c_delay10 {
  transition-delay: 1s;
}

.c_delay15 {
  transition-delay: 1.5s;
}

.lazy.on {
  opacity: 1;
}

.lazy_hr {
  width: 100%;
  height: 2px;
  overflow: hidden;
  position: relative;
}

.lazy_hr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #ccc;
  transition: all 1s ease-in-out;
}

.lazy_hr.on:before {
  left: 0;
}

.lazy_bg {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 1.5s ease-in-out;
}

.lazy_bg.on {
  -webkit-transform: none;
  transform: none;
}

.lazy_top {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.lazy_top.on {
  -webkit-transform: none;
  transform: none;
}

.lazy_bottom {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.lazy_bottom.on {
  -webkit-transform: none;
  transform: none;
}

.lazy_left {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.lazy_left.on {
  -webkit-transform: none;
  transform: none;
}

.lazy_right {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.lazy_right.on {
  -webkit-transform: none;
  transform: none;
}

.lazy_txt {
  line-height: 160%;
  position: relative;
}

.lazy_txt .txt10 {
  font-size: 10px;
}


/* CSSここから　-------------------------------------------------------------------------------------------------------------- */


.mv-area {
  background: #C6E6AB;
}

.mv-area .swiper {
  width: auto;
}

@media screen and (max-width: 767px) {
  .swiper-slide img {
    width: 100%;
    height: 233px;
    object-fit: cover;
  }
}

.mv-area img {
  width: 100%;
}

.mv-area .mv-wrap {
  position: relative;
}

.mv-area .mv-wrap .flame-dec {
  position: absolute;
  z-index: 2;
}

.mv-area .mv-wrap .flame-dec.top {
  top: 0;
}

.mv-area .mv-wrap .flame-dec.btm {
  bottom: -1px;
}


.content-area {
  background: #C6E6AB;
  padding-bottom: 60px;
  text-align: center;
}

.content-area .content-lead {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  padding-top: 100px;
  font-weight: 500;
  line-height: 2.28;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #247c50;
}

@media screen and (max-width: 767px) {
  .content-area .content-lead {
    font-size: 1.6rem;
  }
}

.content-area .lead-wrap {
  position: relative;
  display: inline-block;
}

.content-area .dec {
  position: absolute;
}

.content-area .dec.left-dec01 {
  width: 60px;
  height: 158px;
  top: 170px;
  left: -478px;

}

.content-area .dec.left-dec02 {
  width: 96px;
  height: 114px;
  top: 60px;
  left: -342px;
}

.content-area .dec.left-dec03 {
  width: 54px;
  height: 67px;
  top: 210px;
  left: -223px;
  animation-delay: 0s;
}

.content-area .dec.left-dec04 {
  width: 87px;
  height: 116px;
  top: 170px;
  left: -95px;
}

.content-area .dec.right-dec01 {
  width: 76px;
  height: 61px;
  top: 180px;
  right: -100px;
  animation-delay: 0.5s;
}

.content-area .dec.right-dec02 {
  width: 129px;
  height: 146px;
  top: 30px;
  right: -268px;
}

.content-area .dec.right-dec03 {
  width: 100px;
  height: 116px;
  top: 170px;
  right: -320px;
}

.content-area .dec.right-dec04 {
  width: 186px;
  height: 166px;
  top: 140px;
  right: -520px;

}

.content-area .dec.right-dec05 {
  width: 40px;
  height: 50px;
  animation-delay: 1s;

  top: 70px;
  right: -499px;
}

@media screen and (max-width: 767px) {
  .content-area .dec {
    height: auto;
  }

  .content-area .dec.left-dec01 {
    width: 36px;
    height: auto;
    top: 150px;
    left: -15px;
    transform: rotate(-26deg);
  }

  .content-area .dec.left-dec02 {
    width: 40px;
    height: auto;
    top: 40px;
    left: 0;
  }

  .content-area .dec.left-dec03 {
    width: 27px;
    height: auto;
    top: 30px;
    left: 110px;
  }

  .content-area .dec.left-dec04 {
    display: none;
  }

  .content-area .dec.right-dec01 {
    display: none;
  }

  .content-area .dec.right-dec02 {
    display: none;
  }

  .content-area .dec.right-dec03 {
    width: 52px;
    height: auto;
    top: 132px;
    right: -20px;
  }

  .content-area .dec.right-dec04 {
    width: 61px;
    height: auto;
    top: 31px;
    right: -27px;
  }

  .content-area .dec.right-dec05 {
    width: 18px;
    height: auto;
    top: 200px;
    right: 30px;
  }
}

.content-area .link-flex {
  display: flex;
  justify-content: space-between;
  max-width: 1027px;
  margin: 80px auto 50px;
}

@media screen and (max-width: 767px) {
  .content-area .link-flex {
    width: 100%;
    display: block;
  }
}

.content-area .link-block {
  width: 273px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content-area .link-block {
    width: 220px;
    margin: 0 auto 50px;
  }
}

.content-area .link-block .link-ttl {
  font-size: 2.5rem;
  font-weight: bold;
  /* color: #fff; */
  color: #247c50;
  margin: 20px 0;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .content-area .link-block .link-ttl {
    font-size: 1.7rem;
  }
}

.link-a {
  position: relative;
  background: #fff;
  padding: 5px 27px;
  color: #75585F !important;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 21px;
  letter-spacing: 0.05em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
}


.link-a.comson {
  pointer-events: none
}
.link-a.comson::after {
  content: none;
}

/* .link-a::after {
  content: "";
  display: inline-block;
  top: 3px;
  right: 10px;
  width: 12px;
  height: 17px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/link-icon.png?t=1688350991);
  
} */

.link-a::after {
  content: "";
  display: inline-block;
  /* top: 3px; */
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 12px;
  height: 17px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/link-icon.png?t=1688350991);
}

.news-area {
  background: #B1D890;
  padding: 278px 0 238px;
}

@media screen and (max-width: 767px) {
  .news-area .keijiban-area .keijiban-ttl.btm {
    margin-top: -29px;
    width: 105%;
    margin-left: -6px;
  }
}

@media screen and (max-width: 767px) {
  .news-area .keijiban-area .blog-content .ttl {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .news-area .keijiban-area .blog-content .ttl span {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .cc-imagewrapper img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .news-area {
    padding: 28px 0;
  }
}

.news-area .news-wrap {
  background-image: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/top-news-bg.png?t=1688351762);
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  padding: 260px 118px 130px;
}

@media screen and (max-width: 767px) {
  .news-area .news-wrap {
    width: 100%;
    background-size: 290%;
    padding: 130px 20px 60px;
  }
}

.news-area .keijiban-area {
  position: relative;
  margin: 0 auto;
  background: #D5A375;
  padding: 48px;
}

@media screen and (max-width: 767px) {
  .news-area .keijiban-area {
    padding: 43px 20px 13px;
  }
}

.news-area .keijiban-area .news-ttl-img {
  position: absolute;
  display: inline-block;
  top: -164px;
  left: 40px;
}

@media screen and (max-width: 767px) {
  .news-area .keijiban-area .news-ttl-img {
    top: -114px;
    left: 0px;
  }
}

.news-area .keijiban-area .news-ttl-img img {
  width: 190px;
  height: 175px;
}

@media screen and (max-width: 767px) {
  .news-area .keijiban-area .news-ttl-img img {
    width: 135px;
    height: 123px;
  }
}

.news-area .keijiban-area .news-flower-img {
  position: absolute;
  top: -200px;
  right: 10px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .news-area .keijiban-area .news-flower-img {
    top: -70px;
    right: 0;
  }
}

.news-area .keijiban-area .news-flower-img img {
  width: 631px;
  height: 189px;
}

@media screen and (max-width: 767px) {
  .news-area .keijiban-area .news-flower-img img {
    width: 152px;
    height: 54px;
  }
}

.news-area .keijiban-area .keijiban-ttl {
  position: inherit;
  z-index: 1;
  color: #75585F;
  font-size: 2rem;
  font-weight: bold;
  background: #fff;
  background-image: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/top-news-bg.png?t=1688351762);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.19);
  padding: 18px 46px;
  width: 99.4%;
  height: 53px;
  border-radius: 20px;
  background-size: cover;
}



@media screen and (max-width: 767px) {
  .news-area .keijiban-area .keijiban-ttl {
    height: 33px;
    width: 120%;
    margin-top: -70px;
    margin-bottom: 70px;
    margin-left: -24px;
  }
}

.news-area .keijiban-area .keijiban-ttl.btm {
  height: 29px;
}

@media screen and (max-width: 767px) {
  .news-area .keijiban-area .new-content-wrap .keijiban-ttl-sp {
    font-size: 1.6rem;
    text-align: center;
    margin-top: -35px;
    font-weight: bold;
    padding-bottom: 13px;
    color: #5F454C;
  }
}


.news-area .keijiban-area .new-content-wrap {
  background: #fff;
  padding: 60px 40px;
  width: 96%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .news-area .keijiban-area .new-content-wrap {
    width: 100%;
    padding: 55px 15px 60px;
  }
}

.news-area .keijiban-area .news-list a {
  display: flex;
  color: #75585F;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  padding: 24px 0 32px;
}

.news-area .keijiban-area .news-list li {
  border-top: 2px dashed #707070;
}

.news-area .keijiban-area .news-list li:last-of-type {
  border-bottom: 2px dashed #707070;
}

.news-area .keijiban-area .day {
  display: block;
  color: #75585F;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  background: #FFF4B2;
  border-radius: 21px;
  margin-right: 15px;
  width: 130px;
  height: 31px;
  text-align: center;
  padding: 7px;
}

.news-area .keijiban-area .news-txt {
  color: #75585F;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  width: 580px;
  line-height: 2;
}

.news-area .keijiban-area .blog-flex {
  display: flex;
  justify-content: space-between;
  width: 96%;
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .news-area .keijiban-area .blog-flex {
    display: block;
    margin: -30px auto 0;
  }
}

.news-area .keijiban-area .blog-content {
  width: 49.2%;
  height: 279px;
  background: #F4EFE1;
  border-radius: 20px;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 767px) {
  .news-area .keijiban-area .blog-content {
    width: 100%;
    height: auto;
    margin-bottom: 25px;

  }
}

.news-area .keijiban-area .blog-content .wrap {
  padding: 19px 29px;
}

@media screen and (max-width: 767px) {
  .news-area .keijiban-area .blog-content .wrap {
    padding: 18px 25px;
  }
}

.news-area .keijiban-area .blog-content .wrap .news-txt {
  margin-top: 10px;
}

.news-area .keijiban-area .blog-content .wrap .day-txt {
  margin-right: 15px;
}

.news-area .keijiban-area .blog-content .wrap .day-txt .day {
  width: 130px;
  padding-left: 15px;
}

.news-area .keijiban-area .blog-content .wrap .day-txt .news-txt {
  width: 186px;
}

.news-area .keijiban-area .blog-content .ttl {
  border-radius: 20px 20px 0 0;
  text-align: center;
  color: #75585F;
  width: 100%;
  background: #FAFAF6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  padding: 15px 0;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 767px) {
  .news-area .keijiban-area .blog-content .ttl {
    font-size: 1.8rem;
  }
}


.news-area .keijiban-area .blog-content .ttl span {
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .news-area .keijiban-area .blog-content .ttl span {
    font-size: 1.2rem;
    display: inline;
  }
}

.news-area .keijiban-area .blog-content .blog-in-flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .news-area .keijiban-area .blog-content .blog-in-flex {
    display: block;
    padding-bottom: 60px;
  }
}

.news-area .keijiban-area .blog-content .blog-in-flex .news-txt {
  line-height: 2.5;
}

.news-area .keijiban-area .blog-content .blog-in-flex .blogimg {
  margin-top: 51px;
}

.news-area .keijiban-area .blog-content .blog-in-flex .blogimg img {
  width: 144px;
  margin-bottom: 20px;
}

.under-ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #75585F;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .under-ttl {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 40px 0;
  }
}

.aisatu-area {
  background: #F4EAE1;
  padding-bottom: 142px;
  color: #75585F;
}

@media screen and (max-width: 767px) {
  .aisatu-area {
    padding-bottom: 62px;
  }
}

.aisatu-area .fac-top-img {
  display: flex;
}

.aisatu-area .fac-top-img .fac-img {
  width: 20%;
}

.aisatu-area .fac-top-img .fac-img img {
  width: 100%;
}

.aisatu-area .aisatu-wrap {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .aisatu-area .aisatu-wrap {
    width: 100%;
  }
}

.aisatu-area .aisatu-wrap .aisatu-ttl {
  color: #75585F;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .aisatu-area .aisatu-wrap .aisatu-ttl {
    font-size: 1.7rem;
  }
}

.aisatu-area .aisatu-wrap .aisatu-txt {
  color: #75585F;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.007em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  padding: 60px 0;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .aisatu-area .aisatu-wrap .aisatu-txt {
    width: 90%;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 15px 0 40px;
  }
}

.aisatu-area .aisatu-wrap .aisatu-txt .name {
  text-align: right;
  display: block;
}

.aisatu-area .aisatu-wrap .reihai-img {
  position: relative;
}

.aisatu-area .aisatu-wrap .reihai-img img {
  width: 100%;
}

.aisatu-area .aisatu-wrap .reihai-img .reihai-txt {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  line-height: 2.2;
font-weight: 600;
    text-shadow: 0px 0px 3px #000000;
}

@media screen and (max-width: 767px) {
  .aisatu-area .aisatu-wrap .reihai-img .reihai-txt {
    font-size: 1.3rem;
    line-height: 1.4;
    bottom: 62px;
  }
}

.aisatu-area .aisatu-wrap .reihai-img .reihai-cap {
  color: #75585F;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .aisatu-area .aisatu-wrap .reihai-img .reihai-cap {
    font-size: 1.4rem;
  }
}

.enkaku-area {
  background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/fac-enkaku-bg.png?t=1688349720);
  background-size: cover;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .enkaku-area {
    padding: 35px 0;
  }
}

.enkaku-area .enkaku-flex {
  width: 986px;
  margin: 0 auto;
  display: flex;
  color: #75585F;
}

@media screen and (max-width: 767px) {
  .enkaku-area .enkaku-flex {
    display: block;
    width: 100%;
  }
}

.enkaku-area .enkaku-flex .enkaku-left {
  width: 402px;
  margin-right: 25px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
}

.enkaku-area .enkaku-flex .enkaku-left h5 {
  font-weight: bold;
  text-align: center;
  padding: 12px;
  background: #F4EAE1;
}

@media screen and (max-width: 767px) {
  .enkaku-area .enkaku-flex .enkaku-left h5 {
    font-size: 1.7rem;
    padding: 8px;
  }
}

.enkaku-area .enkaku-flex .enkaku-left dl {
  display: flex;
  padding: 15px 0;
}

.enkaku-area .enkaku-flex .enkaku-left dt {
  font-weight: bold;
  margin-top: 15px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .enkaku-area .enkaku-flex .enkaku-left dt {
    margin-top: 10px;
    margin-right: 11px;
    font-size: 1.8rem;
  }
}

.enkaku-area .enkaku-flex .enkaku-left dd {
  width: 292px;
  font-size: 2rem;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .enkaku-area .enkaku-flex .enkaku-left dd {
    width: 262px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .enkaku-area .enkaku-flex .enkaku-left {
    width: 100%;
  }
}

.enkaku-area .enkaku-flex .enkaku-right img {
  width: 556px;
}

@media screen and (max-width: 767px) {
  .enkaku-area .enkaku-flex .enkaku-right img {
    width: 100%;
  }
}

.enkaku-area .enkaku-flex .enkaku-right p {
  color: #75585F;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .enkaku-area .enkaku-flex .enkaku-right p {
    font-size: 1.4rem;
  }
}

.dounyu-area {
  background: #F8F2EE;
  padding-bottom: 118px;
}

@media screen and (max-width: 767px) {
  .dounyu-area .under-ttl {
    font-size: 1.7rem;
  }
}

.dounyu-area p {
  color: #75585F;
}

.dounyu-area .sub-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .dounyu-area .sub-ttl {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.dounyu-area .dounyu-content {
  text-align: center;
  background: #FCF9F6;
  width: 1161px;
  margin: 15px auto 118px;
  padding: 40px 0;
  border: solid #F4EAE1 49px;
}

@media screen and (max-width: 767px) {
  .dounyu-area .dounyu-content {
    width: 100%;
    border: solid #F4EAE1 24px;
    margin: 23px auto 90px;
  }
}

.dounyu-area .dounyu-content:last-of-type {
  margin-bottom: 0;
}

.dounyu-area .dounyu-content p {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  line-height: 2;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .dounyu-area .dounyu-content p {
    font-size: 1.4rem;
  }
}

.dounyu-area .dounyu-content .dounyu-btm {
  width: 647px;
  text-align: left;
  margin-top: 33px;
}

@media screen and (max-width: 767px) {
  .dounyu-area .dounyu-content .dounyu-btm {
    width: 100%;
    padding: 10px 32px 0px;
    font-size: 1.5rem;
    margin-top: 0;
  }
}

.dounyu-area .dounyu-content .img-flex {
  display: flex;
  justify-content: center;
  padding: 50px 0 20px;
}

@media screen and (max-width: 767px) {
  .dounyu-area .dounyu-content .img-flex {
    display: block;
    padding-top: 30px;
  }
}

.dounyu-area .dounyu-content .img-flex.top img {
  width: 364px;
}

@media screen and (max-width: 767px) {
  .dounyu-area .dounyu-content .img-flex.top img {
    width: 221px;
    margin: 0 auto;
  }
}

.dounyu-area .dounyu-content .img-flex.top img:nth-of-type(1) {
  margin-right: 34px;
}

@media screen and (max-width: 767px) {
  .dounyu-area .dounyu-content .img-flex.top img:nth-of-type(1) {
    margin-bottom: 20px;
  }
}

.dounyu-area .dounyu-content .img-flex.btm img {
  width: 292px;
}

@media screen and (max-width: 767px) {
  .dounyu-area .dounyu-content .img-flex.btm img {
    width: 223px;
    margin: 0 auto;
  }
}

.dounyu-area .dounyu-content .img-flex.btm img:nth-of-type(2) {
  margin: 0 28px;
}

@media screen and (max-width: 767px) {
  .dounyu-area .dounyu-content .img-flex.btm img:nth-of-type(2) {
    margin: 20px 28px;
  }
}

.map-area {
  background: #FCF9F6;
  padding: 132px 0;
}

@media screen and (max-width: 767px) {
  .map-area {
    padding: 0;
  }
}

.map-area .map-container {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .map-area .map-container {
    width: 100%;
  }
}

.map-area .map-container iframe {
  height: 654px;
}

@media screen and (max-width: 767px) {
  .map-area .map-container iframe {
    height: 366px;
  }
}


.ttl-left h2 {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #75585F;
  margin-bottom: 60px;
}



body:not(#page-2499478889):not(#page-2508272292):not(#page-2499479089):not(#page-2500339889):not(#page-2499478989):not(.cc-page-blog) #sidebar {
  display: none;
}

body:has(#page-2507745092):not(#page-2508272292):not(.cc-page-blog) #content {
  padding-top: 200px;
}




@media screen and (max-width: 767px) {
  #sidebar  {
    background: #FCF9F6;
    /* position: fixed; */
    width: 100%;
    /* top: 49px; */
    transition: top 0.5s ease;
    /* padding-bottom: 30px; */
  }
  #sidebar.m_fixed  {
    position: fixed;
    top: 0;
    z-index: 99;
  }
  #sidebar .blog-wrap {
    width: 100%;
    height: initial;
    margin: 0;
  }
  #sidebar .blog-wrap .ttl-left {
    text-align: center;
    margin-top: 20px;
    /* order: 1; */
  }
  #sidebar .blog-wrap .ttl-left h2 {
    margin-bottom: 0;
  }
  #sidebar .blog-wrap {
    display: flex;
    flex-direction: column;
  }
  #sidebar .blog-wrap .blog-side {
    width: 95%;
    margin: 19px auto 0;
    margin-bottom: 30px;
  }
  #sidebar .blog-wrap .blog-side .ac_menu {
    display: flex;
    justify-content: space-between;
    border-bottom: none;
  }
  #sidebar .blog-wrap .blog-side .ac_menu a{
    font-size: 1.3rem;
    text-align: center;
  }
  #sidebar .blog-wrap .blog-menu-wrap {
    width: calc((100% / 4) - 5px);
  }
  #sidebar .blog-wrap .main-cat {
    background: #F4EAE1;
    height: 50px;
    display: grid;
    place-content: center;
    border-top: none;
    font-size: 1.3rem;
    text-align: center;
  }

}

.blog-wrap {
  width: 73.5%;
  height: 700px;
  margin-left: 13%;
  margin-top: 100px;
}

.blog-wrap .blogflex {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}

.blog-wrap .blog-side {
  width: 221px;
  margin-bottom: 80px;
}

.blog-wrap .blog-side .ac_menu {
  border-bottom: 1px solid #707070;
}

.blog-wrap .blog-side .ac_menu .main-cat {
  display: block;
  font-size: 1.5rem;
  padding: 17px 7px;
  font-weight: bold;
  color: #75585F;
  border-top: 1px solid #707070;
  position: relative;
  letter-spacing: 0.007em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
}

.blog-wrap .blog-side .ac_menu .main-cat:first-of-type {
  border-top: 1px solid #707070;
}

.blog-wrap .blog-side .ac_menu .main-cat.omoide {
  background: #F8F2EE;
}

.blog-wrap .blog-side .ac_menu .sub-cat {
  display: none;
}

.blog-wrap .blog-side .ac_menu a {
  color: #75585F;
  display: block;
  text-align: right;
  border-top: 1px solid #D9D8CE;
  background: #FFFCED;
  padding: 2.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0;
  position: relative;
  padding: 7px 10px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
}


body.cc-page-blog #content_area {
  width: 56.3%;
  margin: -633px auto 0;
  margin-left: 37%;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  body.cc-page-blog #content_area {
    width: 90%;
    margin: 0 auto 30px;
    padding: 20px;
  }

  body.cc-page-blog #content_area.m_fixed {
    margin: 50px auto 30px;
    padding-top: 123px;
  }
}

body.cc-page-blog #content_area .j-blog-meta.j-blog-post--header h1 {
  color: #75585F;
  margin-bottom: 10px;
}

body.cc-page-blog #content_area .j-blog-meta.j-blog-post--header+div .j-module.j-text p {
  color: #75585F;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  margin-bottom: 10px;
}


body.cc-page-blog #content_area .n.j-blog-meta.j-blog-post--header .j-text.j-module.n .j-blog-post--date {
  display: inline-block;
  background: #FFF4B2;
  border-radius: 21px;
  font-size: 1.6rem;
  color: #75585F;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  padding: 7px 15px !important;
  margin-bottom: 20px;
}




.cc-page-index #blog .j-blog.n.clearover.j-blogarticle {
  width: 100%;
  margin: 0;
}

.cc-page-index #blog .j-blog.n.clearover.j-blogarticle a{
  color: #C34300;
}

.cc-page-index #blog .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(1) {
  display: none;
}

.cc-page-index #blog .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+3) {
  display: none;
}

.cc-page-index #blog .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(2) .j-module:nth-of-type(1) {
  font-weight: bold;
  padding: 0px 11px !important;
  margin-bottom: 0;
  position: relative;
}

.cc-page-index #blog .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(2) .j-module:nth-of-type(1)::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  background: #FFF4B2;
  top: 11px;
  left: 12px;
}

.cc-page-index #blog .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(2) .j-module:nth-of-type(2) {
  display: none;
}

.cc-page-index #blog .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(2) .j-module:nth-of-type(3) {
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  height: 100px;
  overflow: hidden;
}
.cc-page-index #blog .j-blog.n.clearover.j-blogarticle #load-more-blog-posts-content {
  display: none;
}
.cc-page-index #top .j-blog.n.clearover.j-blogarticle #load-more-blog-posts-content {
  display: none;
}


.cc-page-index #blog .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(2) .j-module:nth-of-type(4) {
  display: inline-block;
  margin-left: 190px;
}

@media screen and (max-width: 767px) {
  .cc-page-index #blog .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(2) .j-module:nth-of-type(3) {
    height: initial;
  }

  .cc-page-index #blog .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(2) .j-module:nth-of-type(4) {
    margin-left: 0;
  }
}

.cc-page-index #blog .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(2) .j-module:nth-of-type(4) p a{
  color: #75585F;
    font-size: 1.5rem;
    background: #fff;
    padding: 7px 35px;
    border-radius: 21px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
    font-weight: bold;
    margin-top: -15px;
}
.cc-page-index #blog .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(2) .j-module:nth-of-type(4) p a::after{
  display: inline-block;
  content: "";
  top: 3px;
  right: -10px;
  width: 12px;
  height: 17px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/link-icon.png?t=1688350991);
}

.cc-page-index #blog .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(2) .j-blog-page--tag {
  display: none;
}



.cc-page-index #news .j-blog.n.clearover.j-blogarticle {
  width: 100%;
  margin: 0;
}


.cc-page-index #add {
  margin-bottom: 30px;
}

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

  .cc-page-index #add {
    margin: 30px 0;
  }
  
}


.cc-page-index #add .j-blog.n.clearover.j-blogarticle {
  width: 100%;
  margin: 0;
}

.cc-page-index #add .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(1) {
  display: none;
}


.cc-page-index #add .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) .j-module:nth-of-type(1) {
  display: none;
}

.cc-page-index #add .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) .j-module:nth-of-type(n+3) {
  display: none;
}

#add h2{
  font-family: 'Noto Sans JP', sans-serif !important;
  /* color: #fff !important; */
}


#add .j-blog-headline .j-blog-post--headline{
  font-family: 'Noto Sans JP', sans-serif;
}

#add a{
  font-family: 'Noto Sans JP', sans-serif;
  pointer-events: none;
}

#add .j-blog-headline{
  font-size: 2.2rem;
}


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

  #add .j-blog-headline{
    font-size: 1.6rem;
  }
  
}




.cc-page-index #news .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(1) {
  display: none;
}


.cc-page-index #news .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) {
  display: flex;
  padding: 10px 0;
  border-top: 2px dashed #707070;
}

.cc-page-index #news .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+7) {
  display: none;
}

@media screen and (max-width: 767px) {
  .cc-page-index #news .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) {
    display: block;
  }
}

.cc-page-index #news .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) .j-module:nth-of-type(1) {
  font-weight: bold;
  padding: 0px 11px !important;
  margin-bottom: 0;
  position: relative;
  height: 30px;
  margin-right: 21px;
}

.cc-page-index #news .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) .j-module:nth-of-type(1)::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  background: #FFF4B2;
  top: 11px;
  left: 12px;
}

.cc-page-index #news .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) .j-module:nth-of-type(2) {
  display: none;
}

.cc-page-index #news .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) .j-module:nth-of-type(3) {
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
}

.cc-page-index #news .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) .j-module:nth-of-type(4) {
  /* display: none; */
}

.cc-page-index #news .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) .j-module:nth-of-type(5) {
  display: none;
}

.cc-page-index #news .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) .j-blog-page--tag {
  display: none;
}

.cc-page-index #news .j-blog.n.clearover.j-blogarticle #cc-matrix-:last-of-type {
  border-bottom: 2px dashed #707070;
}



.cc-page-index #top {
  position: relative;
}

.cc-page-index #top .j-blog.n.clearover.j-blogarticle {
  width: 100%;
  margin: 0;
}

.cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(1) {
  display: none;
}
.cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+3) {
  display: none;
}

.cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2):has(.j-imageSubtitle) {
  padding: 10px 0;
}

.cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2):has(.j-imageSubtitle) .j-module:nth-of-type(1) {
  font-weight: bold;
  padding: 0px 11px !important;
  margin-bottom: 0;
  position: relative;
  height: 30px;
  margin-right: 21px;
  position: absolute;
  top: 0;
  left: 0;
}
.cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2):not(:has(.j-imageSubtitle)) .j-module:nth-of-type(1) {
  font-weight: bold;
  padding: 0px 11px !important;
  margin-bottom: 0;
  position: relative;
  height: 30px;
  margin-right: 21px;
  top: 0;
  left: 0;
}

/* 
.cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) .j-module:nth-of-type(1)::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  background: #FFF4B2;
  top: 11px;
  left: 12px;
} */

.cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) .j-module:nth-of-type(2) {
  display: none;
}

.cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2):not(:has(.j-imageSubtitle)) .j-module:nth-of-type(3) {
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  height: 100px;
  overflow: hidden;
}
.cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2):has(.j-imageSubtitle) .j-module:nth-of-type(3) {
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  
}

.cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2):has(.j-imageSubtitle) .j-module:nth-of-type(4) {
  right: -166px;
  position: absolute;
  width: 144px;
  max-height: 150px;
  top: 40px;
}

@media screen and (max-width: 767px) {
  .cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2):has(.j-imageSubtitle) .j-module:nth-of-type(4) {
    display: none;
  }

}


.cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2):has(.j-imageSubtitle) .j-module:nth-of-type(4) figure a img {
  width: 144px;
  height: 98px;
  object-fit: cover;
}

.cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) .j-module:nth-of-type(5) {
  display: none;
}

.cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) .j-module:nth-of-type(6) {
  width: 180px;
  height: 54px;
  margin-top: 28px;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
}

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

  .cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) .j-module:nth-of-type(6) {
    width: 100%;
  }
}

.cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) .j-module:nth-of-type(7) {
  position: absolute;
  bottom: -23px;
  right: -166px;
}

@media screen and (max-width: 767px) {
  .cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) .j-module:nth-of-type(7) {
    bottom: -43px;
    right: 24px;
  }
}


.cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) .j-module:nth-of-type(7) a {
  color: #75585F;
  font-size: 1.5rem;

  background: #fff;
  padding: 7px 35px;
  border-radius: 21px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  font-weight: bold;
}

.cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) .j-module:nth-of-type(7) p a::after {
  display: inline-block;
  content: "";
  top: 3px;
  right: -10px;
  width: 12px;
  height: 17px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/link-icon.png?t=1688350991);
}

.cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2):not(:has(.j-imageSubtitle)) .j-module:nth-of-type(4) {
  /* position: absolute; */
  /* bottom: -23px;
  right: -166px; */
  display: inline-block;
  margin-left: 190px;
}

@media screen and (max-width: 767px) {
  .cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2):not(:has(.j-imageSubtitle)) .j-module:nth-of-type(7) {
    bottom: -43px;
    right: 24px;
  }
}
.cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2):not(:has(.j-imageSubtitle)) .j-module:nth-of-type(4) a {
  color: #75585F;
  font-size: 1.5rem;

  background: #fff;
  padding: 7px 35px;
  border-radius: 21px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  font-weight: bold;
}

.cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2):not(:has(.j-imageSubtitle)) .j-module:nth-of-type(4) p a::after {
  display: inline-block;
  content: "";
  top: 3px;
  right: -10px;
  width: 12px;
  height: 17px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/link-icon.png?t=1688350991);
}

.cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) .j-module:nth-of-type(8) {
  display: block;
}

.cc-page-index #top .j-blog.n.clearover.j-blogarticle #cc-matrix-:nth-of-type(n+2) .j-blog-page--tag {
  display: none;
}


/* 
.j-blog.n.clearover.j-blogarticle {
  width: 56.3%;
  margin: -633px auto 0;
  margin-left: 37%;
  margin-bottom: 70px;
} */

.n.clearover.j-blogarticle {
  width: 56.3%;
  margin: -633px auto 0;
  margin-left: 37%;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .j-blog.n.clearover.j-blogarticle {
    width: 90%;
    margin: 0 auto;
  }
  .j-blog.n.clearover.j-blogarticle.m_fixed {
    width: 90%;
    margin: 154px auto 0;
  }
}

#page-2508272292 .j-blog.n.clearover.j-blogarticle #cc-matrix-:first-of-type {
  display: none;
}


.j-blog.n.clearover.j-blogarticle #cc-matrix-1 .j-module.j-hgrid .cc-m-hgrid-column .cc-matrix-1 .j-module {
  background: none;
}

.j-blog.n.clearover.j-blogarticle #cc-matrix- .j-module.n.j-hgrid .cc-m-hgrid-column.last {
  display: none;
}


.j-blog.n.clearover.j-blogarticle #cc-matrix- .j-module.n.j-text:nth-of-type(1) {
  display: inline-block;
  background: #FFF4B2;
  border-radius: 21px;
  font-size: 1.6rem;
  color: #75585F;
  /* font-weight: 300; */
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  padding: 7px 15px !important;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .j-blog.n.clearover.j-blogarticle #cc-matrix- .j-module.n.j-text:nth-of-type(1) {
    font-size: 1.3rem !important;
  }
}


.j-blog.n.clearover.j-blogarticle #cc-matrix- .j-module.n.j-hgrid .cc-m-hgrid-column #cc-matrix-1 .j-module {
  background: none;
}

.j-blog.n.clearover.j-blogarticle #cc-matrix- .j-module.n.j-text h2 {
  color: #75585F;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
}


.j-blog.n.clearover.j-blogarticle #cc-matrix- .j-module.n.j-text {
  margin-top: 10px;
  color: #75585F;
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 2;
  
}

@media screen and (max-width: 767px) {
  .j-blog.n.clearover.j-blogarticle #cc-matrix- .j-module.n.j-text {
    font-size: 1.4rem !important;
    font-weight: 600 !important;
  }
}


.j-blog.n.clearover.j-blogarticle #cc-matrix- .j-module.n.j-spacing+div {
  color: #75585F;
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  line-height: 2;
}

.rec-mv-wrap {
  position: relative;
  width: 100%;
  height: 1649px;
  background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/rec-bg.png?t=1688351282);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .rec-mv-wrap {
    background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/rec-bg-sp.png?t=1688351275);
    background-size: cover;
    height: 698px;
  }
}

.rec-mv-wrap .img-dec {
  position: absolute;
}

.rec-mv-wrap .img-dec.dec01 {
  top: 80px;
  left: 7%;
  width: 627px;
}

.rec-mv-wrap .img-dec.dec02 {
  top: 100px;
  right: 7%;
  width: 530px;
}

.rec-mv-wrap .img-dec.dec03 {
  top: 46%;
  left: 200px;
  width: 124px;
}

.rec-mv-wrap .img-dec.dec04 {
  top: 30%;
  left: 288px;
  width: 191px;
}

.rec-mv-wrap .img-dec.dec05 {
  top: 47%;
  right: 223px;
  width: 173px;
}

.rec-mv-wrap .img-dec.dec06 {
  bottom: 17%;
  left: 9%;
  width: 461px;
}

.rec-mv-wrap .img-dec.dec07 {
  bottom: 10%;
  right: 37%;
  width: 324px;
}

.rec-mv-wrap .img-dec.dec08 {
  bottom: 13%;
  right: 13%;
  width: 300px;
}

.rec-mv-wrap .img-dec.txt-bg {
  width: 568px;
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 767px) {
  .rec-mv-wrap .img-dec.dec01 {
    top: 22px;
    left: 7%;
    width: 161px;
  }

  .rec-mv-wrap .img-dec.dec02 {
    top: 36px;
    right: 7%;
    width: 136px;
  }

  .rec-mv-wrap .img-dec.dec03 {
    top: 30%;
    left: 20px;
    width: 31px;
  }

  .rec-mv-wrap .img-dec.dec04 {
    top: 21%;
    left: 50px;
    width: 49px;
  }

  .rec-mv-wrap .img-dec.dec05 {
    top: 27%;
    right: 30px;
    width: 43px;
  }

  .rec-mv-wrap .img-dec.dec06 {
    bottom: 16%;
    left: 3%;
    width: 139px;
  }

  .rec-mv-wrap .img-dec.dec07 {
    bottom: 6%;
    right: 41%;
    width: 82px;
  }

  .rec-mv-wrap .img-dec.dec08 {
    bottom: 14%;
    right: 11%;
    width: 86px;
  }

  .rec-mv-wrap .img-dec.txt-bg {
    display: none;
  }
}

.rec-mv-wrap .rec-text-area {
  position: absolute;
  display: inline-block;
  width: 568px;
  height: 380px;
  margin: 0 auto;
  top: 590px;
  left: 0;
  right: 0;
  text-align: center;
  background-image: url(../img/rec-txt-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .rec-mv-wrap .rec-text-area {
    width: 100%;
    background-image: none;
  }
}

.rec-mv-wrap .rec-text-area .txt-wrap {
  margin-top: -64px;
}

@media screen and (max-width: 767px) {
  .rec-mv-wrap .rec-text-area .txt-wrap {
    margin-top: -434px;
  }
}

.rec-mv-wrap .rec-text-area .rec-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  color: #75585F;
}

@media screen and (max-width: 767px) {
  .rec-mv-wrap .rec-text-area .rec-ttl {
    font-size: 1.5rem;
  }
}

.rec-mv-wrap .rec-text-area .lead-txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: #75585F;
  margin: 125px 0 30px;
}

@media screen and (max-width: 767px) {
  .rec-mv-wrap .rec-text-area .lead-txt {
    font-size: 1.5rem;
    margin: 90px 0 22px;
  }
}

.rec-mv-wrap .rec-text-area .btm-txt {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  color: #75585F;
  line-height: 2;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .rec-mv-wrap .rec-text-area .btm-txt {
    font-size: 1.4rem;
  }
}


.rec-wrap {
  background: #FBF7F3;
}

.rec-top-area {
  /* padding-top: 210px; */
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .rec-top-area {
    /* padding-top: 100px; */
  }
}

.rec-top-area .rec-ttl-wrap {
  text-align: center;
  width: 964px;
  margin: 0 auto;
  padding: 30px 0;
  background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/top-news-bg.png?t=1688351762);
}

@media screen and (max-width: 767px) {
  .rec-top-area .rec-ttl-wrap {
    width: 100%;
    padding: 20px;
    background-size: 230%;
  }
}

.rec-top-area .rec-ttl-wrap .rec-ttl-flex {
  display: flex;
  width: 898px;
  margin: 0 auto;
  background: #fff;
  padding: 10px 60px;
}

@media screen and (max-width: 767px) {
  .rec-top-area .rec-ttl-wrap .rec-ttl-flex {
    width: 100%;
    display: block;
    padding: 20px 24px;
  }
}

.rec-top-area .rec-ttl-wrap .rec-ttl-flex .ttl {
  color: #75585F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.7rem;
  font-weight: bold;
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  .rec-top-area .rec-ttl-wrap .rec-ttl-flex .ttl {
    font-size: 1.7rem;
    margin-right: 0;
  }
}

.rec-top-area .rec-ttl-wrap .rec-ttl-flex .part {
  color: #fff;
  background: #D5A375;
  border-radius: 48px;
  font-size: 2rem;
  font-weight: 600;
  padding: 8px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 767px) {
  .rec-top-area .rec-ttl-wrap .rec-ttl-flex .part {
    font-size: 1.6rem;
    margin-top: 14px;
    padding: 1.5px;
  }
}

.rec-top-area .txt-c {
  text-align: center;
  color: #75585F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .rec-top-area .txt-c {
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 50px 0;
  }
}

.rec-btm-area {
  padding: 50px 100px 100px;
}

@media screen and (max-width: 767px) {
  .rec-btm-area {
    padding: 0 0 60px;
  }
}

.rec-btm-area .txt-c {
  text-align: center;
  color: #75585F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 37px;
}

@media screen and (max-width: 767px) {
  .rec-btm-area .txt-c {
    font-size: 1.4rem;
    padding-top: 60px;
  }
}

.rec-btm-area .rec-prpr-wrap {
  width: 1100px;
  padding: 15px 30px;
  border: 1px solid #75585F;
  color: #75585F;
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .rec-btm-area .rec-prpr-wrap {
    width: 100%;
    font-size: 1.3rem;
    line-height: 2;
    font-weight: normal;
  }
}

.tel-area {
  background: #F4EAE1;
  padding: 140px 110px;
}

@media screen and (max-width: 767px) {
  .tel-area {
    padding: 140px 0;
  }
}

.tel-area .tel-txt {
  text-align: center;
  color: #75585F;
  font-size: 2.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 2;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .tel-area .tel-txt {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 24px;
  }
}

.tel-area .contact-wrap {
  background: #fff;
  width: 490px;
  border-radius: 21px;
  text-align: center;
  padding: 41.5px 70px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .tel-area .contact-wrap {
    width: 100%;
    padding: 20px 0;
  }
}

.tel-area .contact-wrap .contact {
  color: #75585F;
  font-size: 1.8rem;
  border-radius: 21px;
  border: #75585F solid 1px;
  padding: 3px 70px;
  margin-bottom: 15px;
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .tel-area .contact-wrap .contact {
    font-size: 1.4rem;
  }
}

.tel-area .contact-wrap .place {
  color: #75585F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .tel-area .contact-wrap .place {
    font-size: 1.5rem;
  }
}

.tel-area .contact-wrap .tel {
  color: #75585F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .tel-area .contact-wrap .tel {
    font-size: 2.5rem;
  }
}

#cc-m-14237153892 {
  background: #FBF7F3;
}

form.cc-m-form {
  width: 963px;
  margin: 0 auto;
  border-top: #75585F solid 20px;
}

@media screen and (max-width: 767px) {
  form.cc-m-form {
    width: 100%;
  }
}


.cc-m-form-view-element.cc-m-form-view-captcha{
  border-bottom: none !important;
}
.cc-m-form-view-element.cc-m-form-view-captcha > label{
  background: none !important;
}

.cc-m-form-view-element.cc-m-form-view-captcha .cc-m-form-view-input-wrapper{
  display: none;
}

form.cc-m-form .cc-m-form-view-element {
  display: flex !important;
  border-bottom: #707070 solid 1px;
  height: 75px;
}


.cc-m-form-view-input-wrapper .captcha {
  display: none;
}

@media screen and (max-width: 767px) {
  form.cc-m-form .cc-m-form-view-element {
    height: 60px;
  }
}

form.cc-m-form .cc-m-form-view-element:nth-of-type(12) {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  form.cc-m-form .cc-m-form-view-element:nth-of-type(12) {
    height: 110px;
  }
}

form.cc-m-form .cc-m-form-view-element:nth-of-type(13) {
  height: 150px;
}

form.cc-m-form .cc-m-form-view-element:nth-of-type(16) {
  height: 120px;
  border-bottom: #75585F solid 20px;
}

form.cc-m-form .cc-m-form-view-element:nth-of-type(16) label div {
  margin-right: 70px;
}

@media screen and (max-width: 767px) {
  form.cc-m-form .cc-m-form-view-element:nth-of-type(16) label div {
    margin-right: 0;
  }

  form.cc-m-form .cc-m-form-view-element:nth-of-type(16) label div::after {
    top: 63px !important;
  }
}


body form.cc-m-form .cc-m-form-view-element {
  padding: 0 !important;
}

form.cc-m-form .cc-m-form-view-element>label {
  background: #957F83;
  color: #F4EAE1;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  font-size: 2rem;
  letter-spacing: 0.007em;
  font-weight: 500;
  width: 295px;
  height: 100%;
  position: relative;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  form.cc-m-form .cc-m-form-view-element>label {
    width: 102px;
  }
}

form.cc-m-form .cc-m-form-view-element>label div {
  margin-left: 40px;
  margin-right: 20px;
  margin-top: 30px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  form.cc-m-form .cc-m-form-view-element>label div {
    margin: 0;
    padding: 9px;
    font-size: 1.2rem;
  }
}

form.cc-m-form .cc-m-form-view-element.cc-m-required>label div:after {
  position: absolute;
  content: "必須" !important;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #75585F !important;
  font-size: 1.2rem;
  border-radius: 4px;
  padding: 2px 5px;
  background: #FFF4B2;
  right: 38px;
  top: 30px;
}

@media screen and (max-width: 767px) {
  form.cc-m-form .cc-m-form-view-element.cc-m-required>label div:after {
    font-size: 1rem;
    right: 11px;
    top: 33px;
  }

}

form.cc-m-form .cc-m-form-view-element .cc-m-form-view-input-wrapper {
  padding-left: 0 !important;
  width: calc(100% - 295px);
}

@media screen and (max-width: 767px) {
  form.cc-m-form .cc-m-form-view-element .cc-m-form-view-input-wrapper {
    width: calc(100% - 102px);
  }
}

form.cc-m-form .cc-m-form-view-element .cc-m-form-view-input-wrapper input {
  height: 100%;
  border: none;
  padding: 0 20px;
  font-size: 2rem;
  color: #75585F;
  font-weight: 500;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
}

form.cc-m-form .cc-m-form-view-element .cc-m-form-view-input-wrapper input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  margin-left: 30px;
  padding: 0px 0px 5px 20px;
  border-radius: 2px;
  color: #75585F;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

form.cc-m-form .cc-m-form-view-element .cc-m-form-view-input-wrapper input[type=checkbox]:before {
  position: absolute;
  top: 55%;
  left: -10px;
  width: 16px;
  height: 16px;
  content: "";
  margin-top: -15px;
  border: 2px solid #75585F;
  background: #fff;
  border-radius: 4px;
}

form.cc-m-form .cc-m-form-view-element .cc-m-form-view-input-wrapper input[type=checkbox]:checked::after {
  position: absolute;
  content: "";
  margin-top: -13px;
  top: 53%;
  left: -4px;
  width: 5px;
  height: 10px;
  border-right: 3px solid #75585F;
  border-bottom: 3px solid #75585F;
  transform: rotate(45deg);
}

form.cc-m-form .cc-m-form-view-element .cc-m-form-view-input-wrapper input:focus {
  outline: none;
}

body form.cc-m-form .cc-m-form-view-element .cc-m-form-view-input-wrapper {
  padding-left: 0 !important;
}

form .cc-m-form-view-element.cc-m-form-checkgroup .cc-m-form-view-input-wrapper {
  background: #fff;
  color: #75585F;
}

form .cc-m-form-view-element.cc-m-form-textarea {
  height: 310px;
}

form .cc-m-form-view-element.cc-m-form-textarea label {
  height: 100%;
}

@media screen and (max-width: 767px) {
  form.cc-m-form .cc-m-form-view-element .cc-m-form-view-input-wrapper .cc-m-form-checkable-horizontal div {
    margin: 0 32px 8px 0 !important;
  }
}


.cc-catalog-container-new .cc-catalog-listview .j-webview-product-image,
.cc-imagewrapper figcaption,
form.cc-m-form .cc-m-form-submit .cc-m-form-view-input-wrapper input,
form.cc-m-form .cc-m-form-view-element .cc-m-form-view-input-wrapper input,
form.cc-m-form .cc-m-form-view-element .cc-m-form-view-input-wrapper select,
form.cc-m-form .cc-m-form-view-element .cc-m-form-view-input-wrapper textarea {
  border: none;
  resize: none;
  height: 100%;
  padding: 20px;
  font-size: 2rem;
  color: #75585F;
  font-weight: 500;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
}

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

  .cc-catalog-container-new .cc-catalog-listview .j-webview-product-image,
  .cc-imagewrapper figcaption,
  form.cc-m-form .cc-m-form-submit .cc-m-form-view-input-wrapper input,
  form.cc-m-form .cc-m-form-view-element .cc-m-form-view-input-wrapper input,
  form.cc-m-form .cc-m-form-view-element .cc-m-form-view-input-wrapper select,
  form.cc-m-form .cc-m-form-view-element .cc-m-form-view-input-wrapper textarea {
    font-size: 1.2rem;
  }
}

.cc-catalog-container-new .cc-catalog-listview .j-webview-product-image:focus,
.cc-imagewrapper figcaption:focus,
form.cc-m-form .cc-m-form-submit .cc-m-form-view-input-wrapper input:focus,
form.cc-m-form .cc-m-form-view-element .cc-m-form-view-input-wrapper input:focus,
form.cc-m-form .cc-m-form-view-element .cc-m-form-view-input-wrapper select:focus,
form.cc-m-form .cc-m-form-view-element .cc-m-form-view-input-wrapper textarea:focus {
  outline: none;
}

form .cc-m-form-view-element.cc-m-form-checkgroup {
  align-items: center;
  background: #fff;
}

form .cc-m-form-view-element.cc-m-form-submit {
  margin-top: 40px;
  border-bottom: none;
}

form .cc-m-form-view-element.cc-m-form-submit>label {
  display: none !important;
}

form .cc-m-form-view-element.cc-m-form-submit input[type=submit] {
  background: #75585F;
  color: #fff;
  width: 240px;
  height: 42px;
  padding: 5px 0;
  border-radius: 30px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 10px;
}

form .cc-m-form-view-element.cc-m-form-submit .cc-m-form-view-input-wrapper {
  width: 100%;
  text-align: center;
}

.cc-m-form-view-element.cc-m-form-check.cc-m-required .cc-m-form-view-input-wrapper {
  background: #fff;
}

.cc-m-form-note {
  display: none;
}

@media screen and (max-width: 767px) {
  .en-facility .ttl-left {
    text-align: center;
  }

  .en-facility .ttl-left h2 {
    padding-top: 40px;
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}

.en-facility .fac-map-area {
  background: #E4F0D9;
  position: relative;
}

.en-facility .fac-map-area .map-container {
  width: 1250px;
  margin: auto;
  padding: 70px 0 240px;
}
.en-facility .fac-map-area .map-container .map-img img {
  image-rendering: auto;
}

@media screen and (max-width: 767px) {
  .en-facility .fac-map-area .map-container {
    width: 100%;
    padding: 0 5% 60px;
  }
}

.en-facility .facmap-dec {
  position: absolute;
  bottom: 0;
}

.en-facility .sisetsu-area {
  background: #C6E6AB;
  position: relative;
  padding: 140px 0;
}

@media screen and (max-width: 767px) {
  .en-facility .sisetsu-area {
    padding: 19px 0;
  }
}

.en-facility .sisetsu-area .sisetsu-container {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .en-facility .sisetsu-area .sisetsu-container {
    width: 100%;
    padding: 100px 10% 0;
  }
}

.en-facility .sisetsu-area .sisetsu-lead-wrap .sisetsu-lead {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  margin-bottom: 140px;
  color: #75585F;
}

@media screen and (max-width: 767px) {
  .en-facility .sisetsu-area .sisetsu-lead-wrap .sisetsu-lead {
    margin-bottom: 110px;
    font-size: 1.5rem;
  }
}

.en-facility .sisetsu-area .sisetsu-lead-wrap .img-dec {
  position: absolute;
}

.en-facility .sisetsu-area .sisetsu-lead-wrap .img-dec.dec01 {
  width: 54px;
  top: 114px;
  left: 8%;
}

.en-facility .sisetsu-area .sisetsu-lead-wrap .img-dec.dec02 {
  width: 81px;
  top: 220px;
  left: 11%;
}

.en-facility .sisetsu-area .sisetsu-lead-wrap .img-dec.dec03 {
  width: 74px;
  top: 74px;
  left: 18%;
}

.en-facility .sisetsu-area .sisetsu-lead-wrap .img-dec.dec04 {
  width: 67px;
  top: 249px;
  left: 24%;
}

.en-facility .sisetsu-area .sisetsu-lead-wrap .img-dec.dec05 {
  width: 77px;
  top: 204px;
  right: 23%;
  animation-delay: 0.5s;
}

.en-facility .sisetsu-area .sisetsu-lead-wrap .img-dec.dec06 {
  width: 129px;
  top: 62px;
  right: 14%;
}

.en-facility .sisetsu-area .sisetsu-lead-wrap .img-dec.dec07 {
  width: 40px;
  top: 110px;
  right: 9%;
  animation-delay: 1s;
}

.en-facility .sisetsu-area .sisetsu-lead-wrap .img-dec.dec08 {
  width: 186px;
  top: 200px;
  right: 4%;
}

@media screen and (max-width: 767px) {
  .en-facility .sisetsu-area .sisetsu-lead-wrap .img-dec.dec01 {
    width: 18px;
    top: 64px;
    left: 4%;
  }

  .en-facility .sisetsu-area .sisetsu-lead-wrap .img-dec.dec02 {
    width: 28px;
    top: 327px;
    left: 5%;
  }

  .en-facility .sisetsu-area .sisetsu-lead-wrap .img-dec.dec03 {
    width: 33px;
    top: 37px;
    left: 33%;
  }

  .en-facility .sisetsu-area .sisetsu-lead-wrap .img-dec.dec04 {
    width: 23px;
    top: 338px;
    left: 31%;
  }

  .en-facility .sisetsu-area .sisetsu-lead-wrap .img-dec.dec05 {
    width: 26px;
    top: 334px;
    right: 34%;
    animation-delay: 0.5s;
  }

  .en-facility .sisetsu-area .sisetsu-lead-wrap .img-dec.dec06 {
    width: 44px;
    top: 37px;
    right: 25%;
  }

  .en-facility .sisetsu-area .sisetsu-lead-wrap .img-dec.dec07 {
    width: 13px;
    top: 68px;
    right: 6%;
    animation-delay: 1s;
  }

  .en-facility .sisetsu-area .sisetsu-lead-wrap .img-dec.dec08 {
    width: 47px;
    top: 321px;
    right: 7%;
    transform: scale(-1, 1);
  }
}

.en-facility .sisetsu-area .kusa-dec {
  position: absolute;
  bottom: 0;
}

.en-facility .sisetsu-area .en-img-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.en-facility .sisetsu-area .en-img-flex .en-img {
  width: 520px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .en-facility .sisetsu-area .en-img-flex.col3 .en-img {
    margin-bottom: 30px;
  }
}

.en-facility .sisetsu-area .en-img-flex.col3 .en-img:nth-of-type(1) {
  width: 249px;
}

@media screen and (max-width: 767px) {
  .en-facility .sisetsu-area .en-img-flex.col3 .en-img:nth-of-type(1) {
    width: 109px;
  }
}

.en-facility .sisetsu-area .en-img-flex.col3 .en-img:nth-of-type(2) {
  width: 362px;
  margin-right: 80px;
}

@media screen and (max-width: 767px) {
  .en-facility .sisetsu-area .en-img-flex.col3 .en-img:nth-of-type(2) {
    width: 158px;
    margin-right: 0;
  }
}

.en-facility .sisetsu-area .en-img-flex.col3 .en-img:nth-of-type(3) {
  width: 330px;
}

@media screen and (max-width: 767px) {
  .en-facility .sisetsu-area .en-img-flex.col3 .en-img:nth-of-type(3) {
    width: 100%;
  }
}

.en-facility .sisetsu-area .en-img-flex.col2 {
  width: 903px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .en-facility .sisetsu-area .en-img-flex.col2 {
    width: 100%;
  }
}

.en-facility .sisetsu-area .en-img-flex.col2 .en-img {
  width: 407px;
}

@media screen and (max-width: 767px) {
  .en-facility .sisetsu-area .en-img-flex.col2 .en-img {
    width: 129px;
  }
}

.en-facility .en-keikaku-area {
  background: #B1D890;
  padding: 40px 0 236px;
}

@media screen and (max-width: 767px) {
  .en-facility .en-keikaku-area {
    padding: 40px 0 150px;
  }
}

.en-facility .en-keikaku-area .keikaku-container {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .en-facility .en-keikaku-area .keikaku-container {
    width: 100%;
    padding: 0 5%;
  }
}

@media screen and (max-width: 767px) {
  .en-facility .en-keikaku-area .keikaku-container .en-keikaku-img {
    width: 325px;
    margin: 0 auto;
  }
}

.en-facility .en-keikaku-area .keikaku-container .img-dec {
  position: absolute;
}

.en-facility .en-keikaku-area .keikaku-container .img-dec.dec01 {
  width: 144px;
  top: 17%;
  left: -13%;
}

.en-facility .en-keikaku-area .keikaku-container .img-dec.dec02 {
  width: 87px;
  top: 40%;
  left: -13%;
}

.en-facility .en-keikaku-area .keikaku-container .img-dec.dec03 {
  width: 76px;
  top: 58%;
  left: -14%;
  animation-delay: 0.5s;
}

.en-facility .en-keikaku-area .keikaku-container .img-dec.dec04 {
  width: 115px;
  bottom: 12%;
  left: -15%;
}

.en-facility .en-keikaku-area .keikaku-container .img-dec.dec05 {
  width: 78px;
  bottom: -2%;
  left: -12%;
}

.en-facility .en-keikaku-area .keikaku-container .img-dec.dec06 {
  width: 65px;
  top: 17%;
  right: -5%;
}

.en-facility .en-keikaku-area .keikaku-container .img-dec.dec07 {
  width: 100px;
  top: 31%;
  right: -13%;
}

.en-facility .en-keikaku-area .keikaku-container .img-dec.dec08 {
  width: 44px;
  top: 52%;
  right: -14%;
  animation-delay: 1s;
}

.en-facility .en-keikaku-area .keikaku-container .img-dec.dec09 {
  width: 83px;
  bottom: 19%;
  right: -14%;
}

.en-facility .en-keikaku-area .keikaku-container .img-dec.dec10 {
  width: 63px;
  bottom: -2%;
  right: -8%;
}

@media screen and (max-width: 767px) {
  .en-facility .en-keikaku-area .keikaku-container .img-dec.dec01 {
    width: 64px;
    top: 13%;
    left: 56%;
  }

  .en-facility .en-keikaku-area .keikaku-container .img-dec.dec02 {
    width: 37px;
    top: 20px;
    left: 74%;
  }

  .en-facility .en-keikaku-area .keikaku-container .img-dec.dec03 {
    width: 31px;
    top: 114%;
    left: 25%;
    animation-delay: 0.5s;
  }

  .en-facility .en-keikaku-area .keikaku-container .img-dec.dec04 {
    width: 47px;
    bottom: -22%;
    left: 21px;
  }

  .en-facility .en-keikaku-area .keikaku-container .img-dec.dec05 {
    display: none;
  }

  .en-facility .en-keikaku-area .keikaku-container .img-dec.dec06 {
    width: 48px;
    top: 20%;
    right: 5%;
  }

  .en-facility .en-keikaku-area .keikaku-container .img-dec.dec07 {
    width: 52px;
    top: 102%;
    right: 43%;
  }

  .en-facility .en-keikaku-area .keikaku-container .img-dec.dec08 {
    width: 22px;
    top: 115%;
    right: 106px;
    animation-delay: 1s;
  }

  .en-facility .en-keikaku-area .keikaku-container .img-dec.dec09 {
    width: 42px;
    bottom: -21%;
    right: 9%;
    transform: rotate(90deg);
  }

  .en-facility .en-keikaku-area .keikaku-container .img-dec.dec10 {
    display: none;
  }
}

.en-facility .en-keikaku-area .kanban-img {
  width: 373px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .en-facility .en-keikaku-area .kanban-img {
    width: 192px;
  }
}

.pre-wrap {
  background: rgba(255, 244, 178, 0.5);
  padding: 60px 0 242px;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pre-wrap {
    background-image: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/sien-dec-sp.png?t=1688351487);
    padding: 30px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .pre-wrap .container {
    width: 91%;
  }
}

@media screen and (max-width: 767px) {
  .pre-wrap .ttl-left {
    text-align: center;
  }

  .pre-wrap .ttl-left h2 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .pre-wrap .ttl-left h2 {
    margin-bottom: 30px;
  }
}

.pre-wrap .dec1 {
  z-index: -1;
  position: absolute;
  width: 842px;
  top: 46px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .pre-wrap .dec1 {
    display: none;
  }
}

.pre-wrap .dec2 {
  z-index: -1;
  position: absolute;
  width: 573px;
  top: 36%;
  right: 0;
}

@media screen and (max-width: 767px) {
  .pre-wrap .dec2 {
    display: none;
  }
}

.pre-wrap .dec3 {
  z-index: -1;
  position: absolute;
  width: 842px;
  bottom: -250px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .pre-wrap .dec3 {
    display: none;
  }
}

.pre-wrap .hiroba-area {
  background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/top-news-bg.png?t=1688351762);
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .pre-wrap .hiroba-area {
    padding: 20px 0;
    width: 100%;
  }
}

.pre-wrap .hiroba-content {
  width: 1018px;
  margin: 0 auto;
  padding: 30px;
  background: #FCF9F6;
}

@media screen and (max-width: 767px) {
  .pre-wrap .hiroba-content {
    width: 90%;
    padding: 24px;
  }
}

.pre-wrap .hiroba-txt-wrap {
  text-align: center;
  margin-bottom: 10px;
}

.pre-wrap .hiroba-txt-wrap .top-txt {
  color: #75585F;
  font-size: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pre-wrap .hiroba-txt-wrap .top-txt {
    font-size: 1.7rem;
    margin-top: 12px;
  }
}

.pre-wrap .hiroba-txt-wrap .middle-txt {
  font-size: 2.5rem;
  color: #75585F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pre-wrap .hiroba-txt-wrap .middle-txt {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}

.pre-wrap .hiroba-txt-wrap .btm-txt {
  color: #75585F;
  margin-top: 10px;
  font-size: 1.8rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .pre-wrap .hiroba-txt-wrap .btm-txt {
    font-size: 1.3rem;
    text-align: center;
    line-height: 2;
  }
}

.pre-wrap .hiroba-img-flex {
  display: flex;
  padding: 0 5px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .pre-wrap .hiroba-img-flex {
    display: block;
  }
}

.pre-wrap .hiroba-img-flex .hiroba-img {
  width: 456px;
}

@media screen and (max-width: 767px) {
  .pre-wrap .hiroba-img-flex .hiroba-img {
    width: 100%;
  }

  .pre-wrap .hiroba-img-flex .hiroba-img:nth-of-type(2) {
    margin-top: 20px;
  }
}

.pre-wrap .kotori-area {
  margin-top: 110px;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area {
    margin-top: 60px;
  }
}

.pre-wrap .kotori-area .container {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .container {
    width: 95%;
  }
}

.pre-wrap .kotori-area .kotori-ttl {
  background: #FFF4B2;
  border-radius: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-ttl {
    padding: 16px 0;
  }
}

.pre-wrap .kotori-area .kotori-ttl h3 {
  color: #75585F;
  font-size: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-ttl h3 {
    font-size: 1.7rem;
  }
}

.pre-wrap .kotori-area .kotori-txt {
  margin: 25px 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.007em;
  color: #75585F;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-txt {
    font-size: 1.5rem;
  }
}

.pre-wrap .kotori-area .kotori-info-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-info-flex {
    display: block;
  }
}

.pre-wrap .kotori-area .kotori-info-flex .info-wrap {
  background: #FCF9F6;
  border-radius: 20px;
  width: 619px;
  padding: 33px;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-info-flex .info-wrap {
    width: 100%;
    padding: 30px 12px;
  }
}

.pre-wrap .kotori-area .kotori-info-flex .info-wrap dl {
  color: #75585F;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-info-flex .info-wrap dl {
    margin-bottom: 12px !important;
  }
}

.pre-wrap .kotori-area .kotori-info-flex .info-wrap dt {
  width: 111px;
  height: 34px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  background: #FFF4B2;
  padding: 2px 0;
  border-radius: 5px;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-info-flex .info-wrap dt {
    width: 72px;
    height: 26px;
    margin-right: 7px;
    font-size: 1.4rem;
  }
}

.pre-wrap .kotori-area .kotori-info-flex .info-wrap dd {
  width: 470px;
  margin-top: -6px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.25;
  margin-top: -6px;
  margin-left: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-info-flex .info-wrap dd {
    width: 221px;
    font-size: 1.4rem;
    margin-left: 3px;
  }
}

.pre-wrap .kotori-area .kotori-info-flex .info-img-wrap {
  width: 468px;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-info-flex .info-img-wrap {
    width: 100%;
    margin-top: -20px;
  }
}

.pre-wrap .kotori-area .kotori-txt.ttl {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}

.pre-wrap .kotori-area .kotori-img-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 990px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-img-flex {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
}

.pre-wrap .kotori-area .kotori-img-flex .kotori-img {
  text-align: center;
  width: 476px;
  margin-bottom: 55px;
}

.pre-wrap .kotori-area .kotori-img-flex .kotori-img figcaption {
  color: #75585F;
  margin-bottom: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-img-flex .kotori-img figcaption {
    margin-top: 100px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-img-flex .kotori-img {
    width: 325px;
    margin-bottom: 25px;
  }
}

.pre-wrap .kotori-area .kotori-img-flex.col2 {
  width: 756px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-img-flex.col2 {
    width: 95%;
  }
}

.pre-wrap .kotori-area .kotori-nyukai-area {
  /* margin-top: 150px; */
  margin-top: 0;
}

.pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  margin: 0 auto;
  width: 1100px;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex {
    display: block;
    width: 100%;
  }
}

.pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-left {
  width: 568px;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-left {
    width: 100%;
  }
}

.pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-left .nyukai-ttl {
  background: #FCF9F6;
  text-align: center;
  font-size: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 19px 0;
  color: #75585F;
}

.pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-left .nyukai-ttl span {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-left .nyukai-ttl {
    font-size: 1.7rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-left .nyukai-ttl span {
    font-size: 1.7rem;
  }
}

.pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-left .nyukai-btm-wrap .btm-content {
  font-size: 2.5rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  color: #75585F;
}

.pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-left .nyukai-btm-wrap .btm-content span {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-left .nyukai-btm-wrap .btm-content {
    font-size: 1.4rem;
  }

  .pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-left .nyukai-btm-wrap .btm-content span {
    font-size: 1.4rem;
  }
}

.pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-right {
  display: table;
  background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/kotori-bg.png?t=1688350666);
  width: 486px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-right {
    width: 323px;
    /* height: 208px; */
    margin: 5px auto 0;
  }
}
/* 
.pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-right .text-wrap {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-right .text-wrap p {
  color: #fff;
}

.pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-right .text-wrap .name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-right .text-wrap .name {
    font-size: 1.8rem;
  }
}

.pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-right .text-wrap .tel {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-right .text-wrap .tel {
    font-size: 3.5rem;
  }
}

.pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-right .text-wrap .fax {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-right .text-wrap .fax {
    font-size: 1.9rem;
  }
}

.pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-right .text-wrap .fax.btm {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .pre-wrap .kotori-area .kotori-nyukai-area .nyukai-flex .nyukai-right .text-wrap .fax.btm {
    font-size: 1.5rem;
  }
} */

.prpr-wrap {
  background: rgba(244, 234, 225, 0.5);
  padding: 150px 0 80px;
}

@media screen and (max-width: 767px) {
  .prpr-wrap {
    padding: 50px 0 80px;
  }
}

.prpr-wrap .ttl-left {
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .prpr-wrap .ttl-left {
    text-align: center;
    margin-bottom: 0;
  }

  .prpr-wrap .ttl-left h2 {
    font-size: 1.5rem;
  }
}

.prpr-wrap .prpr-area .container {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .prpr-wrap .prpr-area .container {
    width: 77.7%;
  }
}

.prpr-wrap .prpr-area .p-txt-wrap {
  margin-bottom: 130px;
}

.prpr-wrap .prpr-area .p-txt-wrap .ttl {
  color: #75585F;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .prpr-wrap .prpr-area .p-txt-wrap .ttl {
    text-align: center;
    font-size: 1.7rem;
  }
}

.prpr-wrap .prpr-area .p-txt-wrap .txt-content {
  color: #75585F;
  font-size: 1.8rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.007em;
}

.prpr-wrap .prpr-area .p-txt-wrap .txt-content span {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .prpr-wrap .prpr-area .p-txt-wrap .txt-content span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .prpr-wrap .prpr-area .p-txt-wrap .txt-content {
    font-size: 1.5rem;
  }
}

.prpr-wrap .prpr-area .p-txt-wrap .txt-content.red {
  color: #C4473D;
  opacity: 0.4;
}

.guide-wrap {
  background: rgba(244, 234, 225, 0.5);
  padding: 70px 0;
}
.guide-wrap .guide-txt {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .guide-wrap .guide-txt {
    font-size: 1.8rem;
  }
  
}




@media screen and (max-width: 767px) {
  .guide-wrap {
    padding: 25px 0;
  }
}

@media screen and (max-width: 767px) {
  .guide-wrap .container-class {
    padding: 0px 7.4px;
  }
}

@media screen and (max-width: 767px) {
  .guide-wrap .container {
    width: 93%;
  }
}

.guide-wrap .guide-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: #75585F;
  margin-bottom: 15px;
}

.guide-wrap .guide-ttl span {
  font-size: 2.1rem;
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .guide-ttl {
    font-size: 1.7rem;
  }

  .guide-wrap .guide-ttl span {
    font-size: 1.6rem;
    line-height: 2.5;
    margin-left: 0;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  }
}

.guide-wrap .chart-container {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .guide-wrap .chart-container {
    width: 375px;
  }
}

.guide-wrap .sub-container {
  width: 1100px;
  margin: 0 auto;
}
.guide-wrap .sub-container .cyusyaku {
  font-size: 1.6rem;
  margin-top: 10px;
  color: #75585F;
}

@media screen and (max-width: 767px) {
  .guide-wrap .sub-container {
    width: 100%;
  }

  .guide-wrap .sub-container .cyusyaku {
    font-size: 1.2rem;
    font-weight: 600;
  }
}

.guide-wrap .nyuen-area-flex {
  display: flex;
  padding-bottom: 90px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nyuen-area-flex {
    display: block;
    text-align: center;
  }
}

.guide-wrap .nyuen-area-flex .left-block .ttl-left {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: #75585F;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nyuen-area-flex .left-block .ttl-left {
    font-size: 1.5rem;
    margin-bottom: 35px;
  }
}

.guide-wrap .nyuen-area-flex .left-block .txt-left {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  font-size: 2rem;
  /* font-weight: 300; */
  color: #75585F;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nyuen-area-flex .left-block .txt-left {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 25px;
  }
}

.guide-wrap .nyuen-area-flex .right-block {
  width: 269px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nyuen-area-flex .right-block {
    margin: 0 auto;
  }

  .guide-wrap .nyuen-area-flex .right-block img {
    margin: 0 auto;
    width: 204px;
  }
}

.guide-wrap .nyuen-area-flex .right-block p {
  display: inline-block;
  color: #75585F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  padding-bottom: 8px;
  border-bottom: 2px solid #75585F;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nyuen-area-flex .right-block p {
    font-size: 1.4rem;
  }
}

.guide-wrap .bosyu-area {
  background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/top-news-bg.png?t=1688351762);
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .guide-wrap .bosyu-area {
    padding: 25px 0;
    background-size: cover;
    background-position: center 20px;
  }
}

.guide-wrap .bosyu-area .bosyu-wrap {
  width: 96%;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .bosyu-area .bosyu-wrap {
    width: 100%;
    padding: 13px;
  }
}

.guide-wrap .bosyu-area .bosyu-wrap .bosyu-ttl {
  font-size: 3rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #75585F;
}

@media screen and (max-width: 767px) {
  .guide-wrap .bosyu-area .bosyu-wrap .bosyu-ttl {
    font-size: 1.7rem;
    margin-bottom: 35px;
  }
}

.guide-wrap .bosyu-area .bosyu-wrap table tr {
  border-bottom: 1px solid #75585F;
  vertical-align: baseline;
}

.guide-wrap .bosyu-area .bosyu-wrap table tr:nth-of-type(n + 3) {
  border-bottom: none;
}

.guide-wrap .bosyu-area .bosyu-wrap table tr:last-of-type td {
  border-top: 1px solid #75585F;
}

.guide-wrap .bosyu-area .bosyu-wrap table th {
  width: 285px;
  color: #75585F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  padding-left: 43px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .bosyu-area .bosyu-wrap table th {
    padding-left: 0;
    font-size: 1.4rem;
    min-width: 72px;
    width: 72px;
    padding: 20px 0;
  }
}

.guide-wrap .bosyu-area .bosyu-wrap table th span {
  font-size: 4.7rem;
  padding-right: 7px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .bosyu-area .bosyu-wrap table th span {
    font-size: 2.5rem;
  }
}

.guide-wrap .bosyu-area .bosyu-wrap table td {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  color: #75585F;
}

.guide-wrap .bosyu-area .bosyu-wrap table td span {
  font-size: 3rem;
  padding: 3px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .bosyu-area .bosyu-wrap table td {
    /* padding: 20px 0; */
  }
  .guide-wrap .bosyu-area .bosyu-wrap table td span {
    font-size: 2.1rem;
  }
}

.guide-wrap .bosyu-area .bosyu-wrap table td p {
  color: #75585F;
  font-size: 2rem;
  /* font-weight: 300; */
  line-height: 1.7;
  letter-spacing: 0.007em;
  padding: 28.1px 0 40px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .guide-wrap .bosyu-area .bosyu-wrap table td p {
    font-size: 1.4rem;
    padding: 13px 0 20px;
    /* padding: 13px 0 70px; */
  }
}

.guide-wrap .bosyu-area .bosyu-wrap table td.top {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 767px) {
  .guide-wrap .bosyu-area .bosyu-wrap table td.top {
    font-size: 1.3rem;
  }
}

.guide-wrap .bosyu-area .bosyu-wrap table td .taisyou-ttl {
  margin-top: 30px;
  padding: 7px 22px;
  background: #A3AFF0;
  color: #fff;
  letter-spacing: 0.01em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .guide-wrap .bosyu-area .bosyu-wrap table td .taisyou-ttl {
    margin-top: 0px;
    font-size: 1.2rem;
    padding: 1.9px 12px;
  }

  .guide-wrap .bosyu-area .bosyu-wrap table td .taisyou-ttl span {
    font-size: 2.1rem;
  }
}

.guide-wrap .bosyu-area .bosyu-wrap table td .taisyou-ttl.purple {
  background: #BD96E5;
}

.guide-wrap .bosyu-area .bosyu-wrap table td .taisyou-ttl.redpurple {
  background: #C47EA0;
}

.guide-wrap .bosyu-area .bosyu-wrap table td.tdtop {
  width: 396px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .bosyu-area .bosyu-wrap table td.tdtop {
    width: 191px;
    min-width: 191px;
    font-size: 2.1rem;
    /* padding: 20px 0; */
  }
}

.guide-wrap .bosyu-area .bosyu-wrap table td.tdbtm {
  width: 396px;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  /* height: 100%; */
}

@media screen and (max-width: 767px) {
  .guide-wrap .bosyu-area .bosyu-wrap table td.tdbtm {
    width: 62px;
    font-size: 1.6rem;
    text-align: right;
    padding-bottom: 50px;
    padding: 20px 0;
  }
}

.guide-wrap .class-area {
  margin-top: 75px;
  margin-bottom: 100px;
}

.guide-wrap .class-area .class-flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .guide-wrap .class-area .class-flex {
    display: block;
  }
}

.guide-wrap .class-area .class-flex .class-block:nth-of-type(1) {
  width: 50%;
  
}

/* PCのみ */
/* @media screen and (min-width: 768px) {
  .guide-wrap .class-area .class-flex .class-block:nth-of-type(2) .class-kumi, 
  .guide-wrap .class-area .class-flex .class-block:nth-of-type(3) .class-kumi {
    padding: 47px 40px;
  }
} */


@media screen and (max-width: 767px) {
  .guide-wrap .class-area .class-flex .class-block {
    width: 100%;
  }
  .guide-wrap .class-area .class-flex .class-block:nth-of-type(1) {
    width: 100%;
  
  }

  .guide-wrap .class-area .class-flex .class-block:nth-of-type(2) {
    margin: 40px 0;
  }
}

.guide-wrap .class-area .class-block .block-ttl {
  padding: 10px 0 5px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  color: #75585F;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  border: 1px solid #5F454C;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 767px) {
  .guide-wrap .class-area .class-block .block-ttl {
    font-size: 1.5rem;
  }
}

.guide-wrap .class-area .class-block .class-kumi {
  background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/top-news-bg.png?t=1688351762);
  background-size: cover;
  text-align: center;
  padding: 17px 40px;
}

/* PCノミ */
@media screen and (min-width: 768px) {
  .guide-wrap .class-area .class-block .class-kumi {
    height: 160px;
  }
}

@media screen and (max-width: 767px) {
  .guide-wrap .class-area .class-block .class-kumi {
    padding: 12px 24px;
  }
}

.guide-wrap .class-area .class-block .class-kumi .kumi-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .class-area .class-block .class-kumi .kumi-flex {
    margin-bottom: 8px;
  }
}

.guide-wrap .class-area .class-block .class-kumi .kumi-flex.one {
  justify-content: center;
}

.guide-wrap .class-area .class-block .class-kumi .kumi-flex p {
  background: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  color: #75585F;
  border-radius: 7px;
  padding: 7px 15px;
  width: calc(50% - 10px);
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .guide-wrap .class-area .class-block .class-kumi .kumi-flex p {
    font-size: 1.4rem;
    padding: 4px 15px;
  }
}

.guide-wrap .class-area .class-block .class-kumi .kumi-txt {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #75585F;
}

.guide-wrap .class-area .class-block .class-kumi .kumi-txt span {
  display: block;
  background: #fff;
  border-radius: 7px;
  padding: 7px 15px;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .class-area .class-block .class-kumi .kumi-txt {
    font-size: 1.5rem;
  }
}

.guide-wrap .edu-time-area {
  margin-bottom: 70px;
}

.guide-wrap .edu-time-area.mt50 {
  margin-top: 50px;
}

.guide-wrap .edu-time-area.mb0 {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .edu-time-area {
    margin-bottom: 50px;
  }
}

.guide-wrap .edu-time-area .youbi {
  background: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: #75585F;
  padding: 4.5px 9px;
  margin-bottom: 5px;
  display: inline-block;
}

.guide-wrap .edu-time-area .youbi.w375 {
  padding: 4.5px 14.5px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .edu-time-area .youbi {
    width: 100%;
    padding: 10px;
    font-size: 1.4rem;
    line-height: 2;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  }

  .guide-wrap .edu-time-area .youbi span {
    font-size: 1.7rem;
  }

  .guide-wrap .edu-time-area .youbi.w375 {
    padding: 10px;
  }

  .guide-wrap .edu-time-area .youbi.w375 span {
    font-size: 1.7rem;
  }
}

.guide-wrap .edu-time-area .edu-time-ttl {
  font-size: 2.1rem;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  line-height: 2;
  color: #75585F;
}

.guide-wrap .edu-time-area .edu-time-ttl span {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .guide-wrap .edu-time-area .edu-time-ttl {
    font-size: 1.6rem;
  }

  .guide-wrap .edu-time-area .edu-time-ttl.btm {
    font-size: 1.5rem;
  }

  .guide-wrap .edu-time-area .edu-time-ttl.btm span {
    font-size: 1.4rem;
  }
}

.guide-wrap .edu-time-area .edu-time-txt {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  font-size: 2rem;
  /* font-weight: 300; */
  color: #75585F;
  line-height: 2;
  font-weight: 600;
}

.guide-wrap .edu-time-area .edu-time-txt span {
  color: #C47EA0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .guide-wrap .edu-time-area .edu-time-txt {
    font-size: 1.4rem;
    font-weight: 600;
  }
}

.guide-wrap .chart-area {
  background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/top-news-bg.png?t=1688351762);
  background-size: cover;
  margin-top: 45px;
  padding: 40px 0;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .guide-wrap .chart-area {
    padding: 29px 0;
  }
}

.guide-wrap .chart-area .chart-ttl {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 322px;
  background: #E6C2A1;
  border-radius: 35px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  padding: 20px 35px;
  display: inline-block;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .guide-wrap .chart-area .chart-ttl {
    font-size: 1.6rem;
    width: 259px;
    padding: 8px 10px;
    top: -6px;
  }
}

.guide-wrap .chart-area .chart-content {
  background: #fff;
  position: relative;
}

.guide-wrap .chart-area .chart-content .chart-top {
  margin-bottom: 78px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .chart-area .chart-content .chart-top {
    padding-top: 50px;
    margin-bottom: 55px;
  }
}

.guide-wrap .chart-area .chart-content .chart-btm {
  padding-bottom: 194px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .chart-area .chart-content .chart-btm {
    padding-bottom: 115px;
  }
}

.guide-wrap .chart-area .chart-content .jiyuu-link {
  position: absolute;
}

.guide-wrap .chart-area .chart-content .jiyuu-link button {
  display: inline-block;
  background: #F4EFE1;
  width: 350px;
  height: 78px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  color: #75585F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.3rem;
  font-weight: bold;
  position: relative;
  border: none;
}

@media screen and (max-width: 767px) {
  .guide-wrap .chart-area .chart-content .jiyuu-link button {
    width: 151px;
    height: 55px;
    font-size: 1.3rem;
    font-weight: bold;
  }
}

.guide-wrap .chart-area .chart-content .jiyuu-link button::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/modal-open.png?t=1688351004);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  right: 10px;
  bottom: 10px;
  background-color: #F4EFE1;
}

@media screen and (max-width: 767px) {
  .guide-wrap .chart-area .chart-content .jiyuu-link button::after {
    width: 14px;
    height: 14px;
  }
}

.guide-wrap .chart-area .chart-content .jiyuu-link button:hover {
  opacity: 0.7;
  transition: 0.7s;
}

.guide-wrap .chart-area .chart-content .jiyuu-link.left {
  top: 302px;
  left: 146px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .chart-area .chart-content .jiyuu-link.left {
    top: 192px;
    left: 28px;
  }
}

.guide-wrap .chart-area .chart-content .jiyuu-link.right {
  top: 302px;
  right: 146px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .chart-area .chart-content .jiyuu-link.right {
    top: 192px;
    right: 23px;
  }
}

.guide-wrap .chart-area .chart-content .go {
  position: absolute;
  bottom: 24px;
}

.guide-wrap .chart-area .chart-content .go img {
  width: 122px;
}

.guide-wrap .chart-area .chart-content .go.go01 {
  left: 127px;
}

.guide-wrap .chart-area .chart-content .go.go02 {
  left: 390px;
}

.guide-wrap .chart-area .chart-content .go.go03 {
  right: 247px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .chart-area .chart-content .go {
    bottom: 16px;
  }

  .guide-wrap .chart-area .chart-content .go img {
    width: 80px;
  }

  .guide-wrap .chart-area .chart-content .go.go01 {
    left: 18px;
  }

  .guide-wrap .chart-area .chart-content .go.go02 {
    left: 115px;
  }

  .guide-wrap .chart-area .chart-content .go.go03 {
    right: 58px;
  }
}

.guide-wrap .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #F4EAE1;
  display: none;
  z-index: 5;
  width: 1200px;
  margin: 0 auto;
  background: #F4EAE1;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .modal {
    width: 90%;
    padding: 10px;
  }
}

.guide-wrap .modal .modal-wrap {
  background: #fff;
  text-align: left;
}

.guide-wrap .modal .modal-wrap .modal-ttl-wrap {
  border-bottom: 1px solid #707070;
}

.guide-wrap .modal .modal-wrap .modal-ttl {
  font-size: 3rem;
  color: #75585F;
  padding: 25px 80px;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
}

.guide-wrap .modal .modal-wrap .modal-ttl.lead {
  padding-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .modal .modal-wrap .modal-ttl {
    font-size: 2rem;
    color: #75585F;
    padding: 20px 30px;
  }
}

.guide-wrap .modal .modal-wrap .modal-lead-ttl {
  font-size: 3rem;
  color: #75585F;
  padding: 0 80px;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
}

.guide-wrap .modal .modal-wrap .modal-list {
  padding-bottom: 40px;
}

.guide-wrap .modal .modal-wrap .modal-list li {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  font-weight: 300;
  padding: 0 80px 8px;
  font-size: 1.8rem;
  color: #75585F;
}

@media screen and (max-width: 767px) {
  .guide-wrap .modal .modal-wrap .modal-list li {
    padding: 0px 20px 9px;
    font-size: 1.4rem;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.guide-wrap .overlay.open {
  display: block;
}

.guide-wrap .modal.open {
  display: block;
}

.guide-wrap .overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: grey;
  opacity: 0.6;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
}

.guide-wrap .nintei-area {
  margin-bottom: 100px;
  padding-top: 20px;
  margin-top: -20px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nintei-area {
    margin-bottom: 10px;
  }
}

.guide-wrap .nintei-area .case-wrap {
  margin-top: 35px;
  background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/top-news-bg.png?t=1688351762);
  background-size: cover;
  margin-bottom: 90px;
}

.guide-wrap .nintei-area .case-wrap .case-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 20px 24px 112px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nintei-area .case-wrap .case-flex {
    display: block;
    padding: 26px;
  }
}

.guide-wrap .nintei-area .case-wrap .case-flex .case-ttl {
  background: #fff;
  border-radius: 50%;
  display: table;
  width: 247px;
  height: 247px;
  color: #75585F;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nintei-area .case-wrap .case-flex .case-ttl {
    width: 146px;
    height: 146px;
    margin: 0 auto 20px;
  }
}

.guide-wrap .nintei-area .case-wrap .case-flex .case-ttl h4 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nintei-area .case-wrap .case-flex .case-ttl h4 {
    font-size: 1.6rem;
  }
}

.guide-wrap .nintei-area .case-wrap .case-flex .case-ttl h4 span.green {
  color: #B4DABE;
}

.guide-wrap .nintei-area .case-wrap .case-flex .case-ttl h4 span.blue {
  color: #B4D8F2;
}

.guide-wrap .nintei-area .case-wrap .case-flex .case-ttl h4 span.pink {
  color: #E8B8B2;
}

.guide-wrap .nintei-area .case-wrap .case-flex .case-flow {
  width: 603px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nintei-area .case-wrap .case-flex .case-flow {
    width: 100%;
  }
}

.guide-wrap .nintei-area .case-wrap .case-flex .case-flow li {
  position: relative;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  background: #FCF9F6;
  padding: 9px;
  margin-bottom: 25px;
  color: #75585F;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nintei-area .case-wrap .case-flex .case-flow li {
    font-size: 1.5rem;
  }
}

.guide-wrap .nintei-area .case-wrap .case-flex .case-flow li:last-child {
  margin-bottom: 0;
}

.guide-wrap .nintei-area .case-wrap .case-flex .case-flow li:last-child::after {
  content: none;
}

.guide-wrap .nintei-area .case-wrap .case-flex .case-flow li::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/flow-arrow.png?t=1688350054);
  background-size: cover;
  background-repeat: no-repeat;
  width: 60px;
  height: 14px;
  top: 42px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nintei-area .case-wrap .case-flex .case-flow li::after {
    top: 46px;
  }
}

.guide-wrap .nintei-area .case-list-ttl {
  display: flex;
  align-items: center;
  padding-top: 20px;
  margin-top: -20px;
  margin-bottom: 50px;
}

.guide-wrap #case03 {
  padding-top: 90px;
  margin-top: -20px;
}



.guide-wrap .nintei-area .case-list-ttl img {
  width: 71px;
  margin-right: 20px;
  border-radius: 55%;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.28);
}

.guide-wrap .nintei-area .case-list-ttl p {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #75585F;
}

.guide-wrap .nintei-area .case-list-wrap {
  padding-top: 70px;
  margin-top: -50px;
}

.guide-wrap .nintei-area .case-list-wrap.sonota {
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 0;
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nintei-area .case-list-wrap.sonota {
    margin-top: 40px;
  }
}

.guide-wrap .nintei-area .case-list-wrap.sonota dt span {
  font-size: 2.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nintei-area .case-list-wrap.sonota dt.sonota-top {
    padding: 10px 15px;
  }

  .guide-wrap .nintei-area .case-list-wrap.sonota dt span {
    font-size: 2rem;
    white-space: normal;
  }
}

.guide-wrap .nintei-area .case-list-wrap.sonota dl {
  border-left: none;
}

.guide-wrap .nintei-area .case-list-wrap.sonota dl:nth-child(odd) {
  background: #FCF9F6;
}

.guide-wrap .nintei-area .case-list-wrap.sonota dl:nth-child(even) {
  background: rgba(244, 234, 225, 0.7);
}

.guide-wrap .nintei-area .case-list-wrap.sonota dl:first-child {
  border-radius: 20px 20px 0 0;
}

.guide-wrap .nintei-area .case-list-wrap.sonota dl:last-child {
  border-radius: 0 0 20px 20px;
}

.guide-wrap .nintei-area .case-list-wrap.sonota dd {
  border-right: none;
}

.guide-wrap .nintei-area .case-list-wrap.sonota dd.border-none {
  border-left: none;
}

.guide-wrap .nintei-area .case-list-wrap dl {
  display: flex;
  align-items: baseline;
  border-left: 1px solid #707070;
}

.guide-wrap .nintei-area .case-list-wrap dl:nth-child(even) {
  background: #FCF9F6;
}

.guide-wrap .nintei-area .case-list-wrap dl:nth-child(odd) {
  background: rgba(244, 234, 225, 0.7);
}

.guide-wrap .nintei-area .case-list-wrap dt {
  width: 261px;
  padding: 0 17px;
  font-size: 2rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  /* font-weight: 300; */
  color: #75585F;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nintei-area .case-list-wrap dt {
    width: 335px;
    font-size: 1.4rem;
  }
}

.guide-wrap .nintei-area .case-list-wrap dd {
  width: 867px;
  padding: 0 17px;
  font-size: 1.8rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  /* font-weight: 300; */
  color: #75585F;
  line-height: 3;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nintei-area .case-list-wrap dd {
    font-size: 1.3rem;
    padding-bottom: 11px;
  }
}

.guide-wrap .nintei-area .kyotoshi-ttl {
  display: flex;
  margin: 70px 0 5px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nintei-area .kyotoshi-ttl {
    display: block;
  }
}

.guide-wrap .nintei-area .kyotoshi-ttl p,
.guide-wrap .nintei-area .kyotoshi-ttl a {
  font-size: 2.1rem;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  color: #75585F;
}

.guide-wrap .nintei-area .kyotoshi-ttl a {
  font-size: 1.8rem;
  font-weight: 400;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nintei-area .kyotoshi-ttl a {
    font-size: 1.3rem;
  }
}

.guide-wrap .nintei-area .kyotoshi-ttl p {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nintei-area .kyotoshi-ttl p {
    margin-right: 0;
    font-size: 1.5rem;
  }
}

.guide-wrap .nintei-area .kyotoshi-txt {
  color: #75585F;
  font-size: 2rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nintei-area .kyotoshi-txt {
    font-size: 1.4rem;
    margin-top: 12px;
  }
}

.guide-wrap .nintei-area .kyotoshi-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nintei-area .kyotoshi-flex {
    display: block;
  }
}

.guide-wrap .nintei-area .kyotoshi-flex .kyoto-block {
  width: 530px;
  background: #F4EAE1;
  padding: 15px 20px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nintei-area .kyotoshi-flex .kyoto-block {
    width: 100%;
  }

  .guide-wrap .nintei-area .kyotoshi-flex .kyoto-block:first-of-type {
    margin-bottom: 30px;
  }
}

.guide-wrap .nintei-area .kyotoshi-flex .kyoto-block .toshi-ttl {
  font-size: 2.2rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans JP', sans-serif;
  font-weight: 600;
  padding-bottom: 5px;
  color: #957F83;
  border-bottom: 3px solid #fff;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nintei-area .kyotoshi-flex .kyoto-block .toshi-ttl {
    font-size: 2rem;
  }
}

.guide-wrap .nintei-area .kyotoshi-flex .kyoto-block .nintei-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: #75585F;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nintei-area .kyotoshi-flex .kyoto-block .nintei-ttl {
    font-size: 1.9rem;
  }
}

.guide-wrap .nintei-area .kyotoshi-flex .kyoto-block .nintei-ttl .daiya.blue {
  color: #B4D8F2;
}

.guide-wrap .nintei-area .kyotoshi-flex .kyoto-block .nintei-ttl .daiya.pink {
  color: #E8B8B2;
}

.guide-wrap .nintei-area .kyotoshi-flex .kyoto-block .nintei-ttl .fs20 {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nintei-area .kyotoshi-flex .kyoto-block .nintei-ttl .fs20 {
    font-size: 1.5rem;
  }
}

.guide-wrap .nintei-area .kyotoshi-flex .kyoto-block .nintei-txt {
  color: #75585F;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .guide-wrap .nintei-area .kyotoshi-flex .kyoto-block .nintei-txt {
    font-size: 1.4rem;
  }
}

.guide-wrap .nintei-area .chart-back {
  text-align: right;
  margin-top: 40px;
}

.guide-wrap .nintei-area .chart-back a {
  font-family: "Zen Maru Gothic", sans-serif;
  background: #E6C2A1;
  border-radius: 35px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 3.5px 26px;
}

.guide-wrap .nintei-area .border-dec {
  background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/top-news-bg.png?t=1688351762);
  width: 100%;
  height: 49px;
  background-size: cover;
  margin-top: 80px;
}

.life-wrap .life-link-bg {
  background: rgba(218, 243, 245, 0.4);
}

.life-wrap .life-link-flex {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 35px 0 10px;
}

@media screen and (max-width: 767px) {
  .life-wrap .life-link-flex {
    width: 100%;
    display: block;
    padding: 5px 0 10px;
  }
}

.life-wrap .ttl-left h2 {
  margin-top: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .life-wrap .ttl-left h2 {
    text-align: center;
    font-size: 1.5rem;
  }
}

.life-wrap .life-link {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .life-wrap .life-link {
    padding: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}

.life-wrap .life-link .link {
  position: relative;
  width: 276px;
  height: 67px;
  text-align: center;
  padding: 10px 0;
  line-height: 1.1;
  color: #75585F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 20px 0;
}

/* .life-wrap .life-link .link:first-of-type {
  padding: 20px 0;
} */

.life-wrap .life-link .link:nth-of-type(2) {
  margin: 0 40px;
}

@media screen and (max-width: 767px) {
  .life-wrap .life-link .link:nth-of-type(2) {
    margin: 0 10px;
  }
}

.life-wrap .life-link .link span {
  font-size: 1.7rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .life-wrap .life-link .link {
    width: 100px;
    height: 56px;
    font-size: 1.4rem;
  }

  .life-wrap .life-link .link span {
    font-size: 1.2rem;
  }
}

.life-wrap .life-link .link.pink {
  background: #F4EAE1;
}

.life-wrap .life-link .link.blue {
  background: #DAF3F5;
}

.life-wrap .life-link .link.yellow {
  background: #FFF4B2;
}

.life-wrap .life-link .link::after {
  content: "";
  position: absolute;
  background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/link-arrow.png?t=1688350984);
  bottom: -37px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 33px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .life-wrap .life-link .link::after {
    width: 12px;
    height: 11px;
    bottom: -22px;
  }
}

.life-wrap .en-year {
  background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/life-year-bg.png?t=1688350969);
  position: relative;
  padding: 90px 0 170px;
}

@media screen and (max-width: 767px) {
  .life-wrap .en-year {
    padding: 40px 0 170px;
    background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/life-year-bg-sp.png?t=1688350962);
    background-size: cover;
  }
}

.life-wrap .en-year .life-kusa-dec {
  position: absolute;
  bottom: 0;
}

.life-wrap .en-year .container {
  width: 1085px;
}

@media screen and (max-width: 767px) {
  .life-wrap .en-year .container {
    width: 90%;
  }
}

.life-wrap .year-ttl {
  text-align: center;
  position: relative;
  padding-bottom: 75px;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .life-wrap .year-ttl {
    margin-bottom: 15px;
  }
}

.life-wrap .year-ttl .one-kanban {
  width: 312px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .life-wrap .year-ttl .one-kanban {
    width: 130px;
  }
}

.life-wrap .year-ttl .year-dec {
  position: absolute;
}

.life-wrap .year-ttl .year-dec.left {
  width: 216px;
  top: 110px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .life-wrap .year-ttl .year-dec.left {
    width: 306px;
    top: 26px;
    left: 20px;
  }
}

.life-wrap .year-ttl .year-dec.right {
  width: 400px;
  top: 100px;
  right: -40px;
}

@media screen and (max-width: 767px) {
  .life-wrap .year-ttl .year-dec.right {
    width: 400px;
    top: 10px;
    left: 0;
  }
}

.life-wrap .year-ttl .year-dec.right.lazy {
  transition-delay: 0.5s;
}

.life-wrap .yaer-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .life-wrap .yaer-flex {
    display: block;
  }
}

.life-wrap .yaer-flex .img-block {
  width: calc(50% - 30px);
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .life-wrap .yaer-flex .img-block {
    width: 72.6%;
  }

  .life-wrap .yaer-flex .img-block:nth-of-type(-n+4):nth-of-type(even) {
    margin-left: auto;
  }

  .life-wrap .yaer-flex .img-block:nth-of-type(n+5):nth-of-type(-n+9):nth-of-type(odd) {
    margin-left: auto;
  }

  .life-wrap .yaer-flex .img-block:nth-of-type(n+9):nth-of-type(even) {
    margin-left: auto;
  }
}

.life-wrap .yaer-flex .img-block p {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  color: #75585F;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .life-wrap .yaer-flex .img-block p {
    font-size: 1.4rem;
  }
}

.life-wrap .yaer-flex .dec-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.life-wrap .yaer-flex .dec-wrap img {
  margin: 0 auto;
}

.life-wrap .yaer-flex .dec-wrap.one01 img {
  width: 566px;
}

.life-wrap .yaer-flex .dec-wrap.one02 img {
  width: 336px;
}

.life-wrap .yaer-flex .dec-wrap.one03 img {
  width: 540px;
}

@media screen and (max-width: 767px) {
  .life-wrap .yaer-flex .dec-wrap.one01 img {
    width: 280px;
  }

  .life-wrap .yaer-flex .dec-wrap.one02 img {
    width: 211px;
  }

  .life-wrap .yaer-flex .dec-wrap.one03 img {
    width: 289px;
  }
}

.life-wrap .year-gyoji-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .life-wrap .year-gyoji-flex {
    display: block;
  }
}

.life-wrap .year-gyoji-flex .gyoji-block {
  width: calc(33.3333333333% - 23px);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .life-wrap .year-gyoji-flex .gyoji-block {
    width: 100%;
  }
}

.life-wrap .year-gyoji-flex .gyoji-block h4 {
  background: #75585F;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 13.3px 0;
}

@media screen and (max-width: 767px) {
  .life-wrap .year-gyoji-flex .gyoji-block h4 {
    padding: 1.1px 0;
    font-size: 1.3rem;
    width: 286px;
    margin: 0 auto;
  }
}

.life-wrap .year-gyoji-flex .gyoji-block p {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #75585F;
  line-height: 2.6;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .life-wrap .year-gyoji-flex .gyoji-block p {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.9;
    margin: 10px;
  }
}

.life-wrap .day-area {
  background-color: #DAF3F5;
  padding: 180px 0 0;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area {
    padding: 40px 0 0;
  }
}

.life-wrap .day-area .container {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .container {
    width: 76%;
  }
}

.life-wrap .day-area .container .long-bg {
  position: absolute;
  width: 347px;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 40px;
  z-index: -1;
}
.long-bg-wrap {
  position: relative;
  background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/enday-bg.png?t=1688349438);
  background-size: 22% 100%;
  background-repeat: no-repeat;
  background-position: center top 87px;
  padding-bottom: 30px;
}
.long-bg-wrap.hanaday {
  position: relative;
  background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/hanaday-bg.png?t=1688350324);
  background-size: 22% 100%;
  background-position: center top 266px;
  background-repeat: no-repeat;
  padding-bottom: 572px;
  margin-bottom: -611px;
}

@media screen and (max-width: 767px) {
  .long-bg-wrap {
    background-size: 53% 100%;
    background-position: center top 170px;
    padding-bottom: 10px;
  }

  .long-bg-wrap.hanaday {
    background-size: 53% 100%;
    background-position: center top 170px;
    padding-bottom: 170px;
    margin-bottom: -160px;
  }

}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .container .long-bg {
    width: 180px;
    top: 120px;
  }

  .life-wrap .day-area .container .long-bg img {
    width: 180px;
    height: 2409px;
  }
}

.life-wrap .day-area .enday-kanban {
  width: 238px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .enday-kanban {
    width: 118px;
    margin: 5px auto 20px;

  }
}

.life-wrap .day-area .schedule-wrap {
  position: relative;
}

.life-wrap .day-area .schedule-wrap .dec-img {
  position: absolute;
}

.life-wrap .day-area .schedule-wrap .dec-img.kusa1 {
  top: -360px;
  left: 170px;
  width: 195px;
}

.life-wrap .day-area .schedule-wrap .dec-img.kusa2 {
  top: 0;
  right: 150px;
  width: 195px;
}

.life-wrap .day-area .schedule-wrap .dec-img.kusa3 {
  top: -191px;
  right: -90px;
  width: 143px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .schedule-wrap .dec-img.kusa1 {
    top: -50px;
    left: 230px;
    width: 76px;
  }

  .life-wrap .day-area .schedule-wrap .dec-img.kusa2 {
    top: -107px;
    right: 243px;
    width: 76px;
  }

  .life-wrap .day-area .schedule-wrap .dec-img.kusa3 {
    display: none;
  }
}

.life-wrap .day-area .schedule-wrap .schedule-inner {
  left: 0;
  right: 0;
  position: absolute;
}

.life-wrap .day-area .schedule-wrap .schedule-inner .set-wrap {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .schedule-wrap .schedule-inner .set-wrap {
    margin: 0 auto 40px;
  }
}

.life-wrap .day-area .schedule-wrap .schedule-inner.block1 {
  top: -192px;
}

.life-wrap .day-area .schedule-wrap .schedule-inner.block2 {
  top: 0px;
}

.life-wrap .day-area .schedule-wrap .schedule-inner.block3 {
  top: 0px;
}

.life-wrap .day-area .schedule-wrap .schedule-inner.block3 .time-schedule {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .schedule-wrap .schedule-inner.block1 {
    top: 20px;
  }

  .life-wrap .day-area .schedule-wrap .schedule-inner.block2 {
    top: 0px;
  }

  .life-wrap .day-area .schedule-wrap .schedule-inner.block3 {
    top: 0px;
  }

  .life-wrap .day-area .schedule-wrap .schedule-inner.block3 .time-schedule {
    margin-bottom: 0;
  }
}

.life-wrap .day-area .schedule-wrap .schedule-txt {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  background: #75585F;
  font-weight: bold;
  font-size: 2.5rem;
  padding: 13px;
  border-radius: 28px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .schedule-wrap .schedule-txt {
    font-size: 1.4rem;
  }
}

.life-wrap .day-area .schedule-wrap .schedule-txt.w235 {
  width: 235px;
  margin-bottom: 130px;
}

.life-wrap .day-area .schedule-wrap .schedule-txt.w273 {
  width: 273px;
}

.life-wrap .day-area .schedule-wrap .schedule-txt.w390 {
  width: 390px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .schedule-wrap .schedule-txt.w390 {
    width: 300px;
    padding: 3px;
  }
}

.life-wrap .day-area .schedule-wrap .schedule-txt.w395 {
  width: 395px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .schedule-wrap .schedule-txt.w395 {
    width: 190px;
    padding: 3px;
  }
}

.life-wrap .day-area .schedule-wrap .schedule-txt.w517 {
  width: 517px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .schedule-wrap .schedule-txt.w517 {
    width: 300px;
    padding: 3px;
  }
}

.life-wrap .day-area .schedule-wrap .schedule-txt.white {
  width: 235px;
  color: #75585F;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .schedule-wrap .schedule-txt.white {
    width: 113px;
    margin-bottom: 50px;
    padding: 3px;
  }
}

.life-wrap .day-area .schedule-wrap .schedule-add {
  text-align: center;
  margin-top: 15px;
  font-weight: 300;
  font-size: 1.8rem;
  color: #75585F;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .schedule-wrap .schedule-add {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

.life-wrap .day-area .schedule-wrap .time-schedule {
  display: flex;
  width: 395px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .schedule-wrap .time-schedule {
    width: 190px;
  }
}

.life-wrap .day-area .schedule-wrap .time-schedule.mb100 {
  margin-bottom: 100px !important;
}

.life-wrap .day-area .schedule-wrap .time-schedule.w530 {
  width: 530px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .schedule-wrap .time-schedule.w530 {
    width: 300px;
  }
}

.life-wrap .day-area .schedule-wrap .time-schedule:not(:last-child) {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .schedule-wrap .time-schedule:not(:last-child) {
    margin-bottom: 30px;
  }
}

.life-wrap .day-area .schedule-wrap .time-schedule dt,
.life-wrap .day-area .schedule-wrap .time-schedule dd {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 18px;
  text-align: center;
}

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

  .life-wrap .day-area .schedule-wrap .time-schedule dt,
  .life-wrap .day-area .schedule-wrap .time-schedule dd {
    font-size: 1.4rem;
    padding: 2px;
  }
}

.life-wrap .day-area .schedule-wrap .time-schedule dt {
  border-radius: 28px 0 0 28px;
  background: #957F83;
  width: 143px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .schedule-wrap .time-schedule dt {
    width: 61px;
  }
}

.life-wrap .day-area .schedule-wrap .time-schedule dd {
  border-radius: 0 28px 28px 0;
  background: #75585F;
  width: calc(100% - 143px);
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .schedule-wrap .time-schedule dd {
    width: calc(100% - 61px);
  }
}

.life-wrap .day-area .img-cap {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #75585F;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 45px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .img-cap {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.life-wrap .day-area .img-cap.fs20 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.life-wrap .day-area .set-flex-wrap {
  margin-top: 300px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .set-flex-wrap {
    margin-top: 95px;
  }

  .life-wrap .day-area .set-flex-wrap .img-cap.ttl {
    margin-bottom: 25px;
  }
}

.life-wrap .day-area .enday-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .enday-flex {
    display: block;
  }
}

.life-wrap .day-area .enday-flex.dec-rela {
  position: relative;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img {
  position: absolute;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en01 {
  top: -30px;
  left: 40px;
  width: 36px;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en02 {
  top: -66px;
  left: 124px;
  width: 62px;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en03 {
  top: -50px;
  left: 535px;
  width: 53px;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en03.lazy {
  transition-delay: 0.5s;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en04 {
  top: -95px;
  left: 350px;
  width: 75px;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en05 {
  top: -95px;
  right: 370px;
  width: 35px;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en05.lazy {
  transition-delay: 0.5s;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en06 {
  bottom: -322px;
  left: 150px;
  width: 221px;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en07 {
  bottom: -318px;
  right: 169px;
  width: 197px;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en07.lazy {
  transition-delay: 0.5s;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en08 {
  top: -20px;
  left: 80px;
  width: 80px;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en08.lazy {
  transition-delay: 1s;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en09 {
  top: -10px;
  left: 602px;
  width: 67px;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en09.lazy {
  transition-delay: 1.5s;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en10 {
  top: -175px;
  left: 360px;
  width: 32px;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en11 {
  top: -175px;
  right: 360px;
  width: 53px;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en11.lazy {
  transition-delay: 0.5s;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en12 {
  bottom: -195px;
  left: -60px;
  width: 354px;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en13 {
  bottom: -417px;
  right: -62px;
  width: 308px;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en13.lazy {
  transition-delay: 0.5s;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en14 {
  top: -120px;
  left: 350px;
  width: 35px;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en15 {
  top: 468px;
  right: 8px;
  width: 85px;
}

.life-wrap .day-area .enday-flex.dec-rela .dec-img.en16 {
  bottom: -17px;
  left: -62px;
  width: 158px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .enday-flex.dec-rela .dec-img.en01 {
    top: -13px;
    left: 10px;
    width: 13px;
  }

  .life-wrap .day-area .enday-flex.dec-rela .dec-img.en02 {
    top: -3px;
    left: 49px;
    width: 30px;
  }

  .life-wrap .day-area .enday-flex.dec-rela .dec-img.en03 {
    top: -12px;
    left: 238px;
    width: 18px;
  }

  .life-wrap .day-area .enday-flex.dec-rela .dec-img.en03.lazy {
    transition-delay: 0.5s;
  }

  .life-wrap .day-area .enday-flex.dec-rela .dec-img.en04 {
    top: -39px;
    left: 36px;
    width: 29px;
  }

  .life-wrap .day-area .enday-flex.dec-rela .dec-img.en05 {
    top: -42px;
    right: 37px;
    width: 15px;
  }

  .life-wrap .day-area .enday-flex.dec-rela .dec-img.en05.lazy {
    transition-delay: 0.5s;
  }

  .life-wrap .day-area .enday-flex.dec-rela .dec-img.en06 {
    bottom: -232px;
    left: -20px;
    width: 80px;
  }

  .life-wrap .day-area .enday-flex.dec-rela .dec-img.en07 {
    bottom: -235px;
    right: -13px;
    width: 82px;
  }

  .life-wrap .day-area .enday-flex.dec-rela .dec-img.en07.lazy {
    transition-delay: 0.5s;
  }

  .life-wrap .day-area .enday-flex.dec-rela .dec-img.en08 {
    display: none;
  }

  .life-wrap .day-area .enday-flex.dec-rela .dec-img.en09 {
    display: none;
  }

  .life-wrap .day-area .enday-flex.dec-rela .dec-img.en10 {
    top: -59px;
    left: 48px;
    width: 12px;
  }

  .life-wrap .day-area .enday-flex.dec-rela .dec-img.en11 {
    top: -59px;
    right: 40px;
    width: 21px;
  }

  .life-wrap .day-area .enday-flex.dec-rela .dec-img.en12 {
    display: none;
  }

  .life-wrap .day-area .enday-flex.dec-rela .dec-img.en13 {
    display: none;
  }

  .life-wrap .day-area .enday-flex.dec-rela .dec-img.en14 {
    top: -60px;
    left: 12px;
    width: 16px;
  }

  .life-wrap .day-area .enday-flex.dec-rela .dec-img.en15 {
    top: 774px;
    right: -30px;
    width: 45px;
  }

  .life-wrap .day-area .enday-flex.dec-rela .dec-img.en16 {
    bottom: -50px;
    left: -48px;
    width: 79px;
  }
}

.life-wrap .day-area .enday-flex.mt230 {
  margin-top: 230px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .enday-flex.mt230 {
    margin-top: 80px;
  }
}

.life-wrap .day-area .enday-flex.mt470 {
  margin-top: 470px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .enday-flex.mt470 {
    margin-top: 285px;
  }
}

.life-wrap .day-area .enday-flex.wrap1 {
  margin: 220px 0 175px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .enday-flex.wrap1 {
    margin-bottom: 45px;
  }
}

.life-wrap .day-area .enday-flex.wrap1 .enday-block.left {
  width: 666px;
}

.life-wrap .day-area .enday-flex.wrap1 .enday-block.right {
  width: 479px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .enday-flex.wrap1 .enday-block.left {
    width: 100%;
  }

  .life-wrap .day-area .enday-flex.wrap1 .enday-block.right {
    width: 209px;
    margin: 25px auto 0;
  }
}

.life-wrap .day-area .enday-flex.wrap2 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .enday-flex.wrap2 {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
  }
}

.life-wrap .day-area .enday-flex.wrap2 .enday-block {
  width: calc(50% - 30px);
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .enday-flex.wrap2 .enday-block {
    width: 135px;
    margin-bottom: 10px;
  }
}

.life-wrap .day-area .enday-flex.wrap2 .enday-block.w489 {
  width: 489px;
  margin-top: 84px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .enday-flex.wrap2 .enday-block.w489 {
    width: 100%;
    margin-top: 24px;
  }
}

.life-wrap .day-area .enday-flex.wrap2 .enday-block.w699 {
  width: 699px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .enday-flex.wrap2 .enday-block.w699 {
    width: 100%;
  }
}

.life-wrap .day-area .enday-flex.wrap3 {
  margin-top: 470px;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .enday-flex.wrap3 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 188px;
  }
}

.life-wrap .day-area .enday-flex.wrap3 .enday-block.left {
  width: 774px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .enday-flex.wrap3 .enday-block.left {
    width: 100%;
  }
}

.life-wrap .day-area .enday-flex.wrap3 .enday-block.right {
  width: 370px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .enday-flex.wrap3 .enday-block.right {
    width: 100%;
    display: flex;
  }
}

.life-wrap .day-area .enday-flex.wrap3 .enday-block.right img:nth-of-type(2) {
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .enday-flex.wrap3 .enday-block.right img {
    width: calc(50% - 6px);
  }

  .life-wrap .day-area .enday-flex.wrap3 .enday-block.right img:nth-of-type(2) {
    margin-top: 0px;
    margin-left: 16px;
  }
}

.life-wrap .day-area .enday-flex.wrap4 {
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area .enday-flex.wrap4 {
    display: block;
  }

  .life-wrap .day-area .enday-flex.wrap4 .enday-block {
    width: 100%;
  }

  .life-wrap .day-area .enday-flex.wrap4 .enday-block .img-cap {
    font-size: 1.4rem;
  }
}

.life-wrap .day-area.hanaday {
  background-color: #FFF4B2;
  padding-bottom: 760px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area.hanaday {
    padding-bottom: 240px;
  }
}

.life-wrap .day-area.hanaday .long-bg {
  top: 235px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area.hanaday .long-bg {
    top: 195px;
  }

  .life-wrap .day-area.hanaday .long-bg img {
    /* height: 1710px; */
    width: 180px;
  }
}

.life-wrap .day-area.hanaday .schedule-wrap .dec-img {
  position: absolute;
}

.life-wrap .day-area.hanaday .schedule-wrap .dec-img.kusa {
  top: -30px;
  right: -100px;
  width: 195px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area.hanaday .schedule-wrap .dec-img.kusa {
    top: -21px;
    right: -10px;
    width: 77px;
  }

  .life-wrap .day-area.hanaday .schedule-wrap .dec-img.kusa.vsp {
    top: -96px;
    right: 0;
    left: -19px;
    width: 77px;
  }
}

.life-wrap .day-area.hanaday .schedule-wrap .dec-img.tanpopo {
  top: -100px;
  right: 190px;
  width: 106px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area.hanaday .schedule-wrap .dec-img.tanpopo {
    right: 0px;
    width: 58px;
  }
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area.hanaday .schedule-wrap .schedule-inner.block1 {
    top: 30px !important;
  }
}

.life-wrap .day-area.hanaday .schedule-wrap .schedule-inner.block1 .img-cap {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area.hanaday .schedule-wrap .schedule-inner.block1 .img-cap {
    font-size: 1.7rem;
  }
}

.life-wrap .day-area.hanaday .schedule-wrap .schedule-inner.block2 {
  top: -50px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area.hanaday .schedule-wrap .schedule-inner.block2 {
    top: -5px;
  }
}

.life-wrap .day-area.hanaday .schedule-wrap .schedule-inner.block3 {
  top: 130px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area.hanaday .schedule-wrap .schedule-inner.block3 {
    top: 40px;
  }
}

.life-wrap .day-area.hanaday .schedule-wrap .schedule-inner.block4 {
  /* top: 238px; */
  top: 208px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area.hanaday .schedule-wrap .schedule-inner.block4 {
    top: 60px;
  }

  .life-wrap .day-area.hanaday .schedule-wrap .schedule-inner.block4 .time-schedule {
    margin-bottom: 30px !important;
  }

  .life-wrap .day-area.hanaday .schedule-wrap .schedule-inner.block4 .time-schedule:last-of-type {
    margin-bottom: 0;
  }
}

.life-wrap .day-area.hanaday .schedule-wrap .schedule-inner .schedule-txt.w235 {
  margin-bottom: 50px;
}

.life-wrap .day-area.hanaday .schedule-wrap .schedule-inner .time-schedule.mb0 {
  margin-bottom: -7px;
}

.life-wrap .day-area.hanaday .img-cap.mb-add {
  margin-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area.hanaday .img-cap.mb-add {
    margin-bottom: 0;
  }
}

.life-wrap .day-area.hanaday .enday-flex {
  margin-top: 340px;
}

.life-wrap .day-area.hanaday .enday-flex.dec-rela {
  position: relative;
}

.life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img {
  position: absolute;
}

.life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.en01 {
  top: -114px;
}

.life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.en02 {
  top: -70px;
}

.life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.h-en03 {
  top: -180px;
  left: 762px;
  width: 37px;
}

.life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.h-en04 {
  top: -180px;
  left: 250px;
  width: 75px;
}

.life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.h-en05 {
  top: -175px;
  right: 270px;
  width: 35px;
}

.life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.h-en06 {
  bottom: -182px;
  left: 260px;
  width: 57px;
}

.life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.kusa-add {
  bottom: -262px;
  left: 50px;
  width: 195px;
}

.life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.h-en07 {
  bottom: -218px;
  right: 153px;
  width: 155px;
}

.life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.hen08 {
  bottom: -460px;
  left: 120px;
  width: 152px;
}

.life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.hen09 {
  bottom: -250px;
  right: 200px;
  width: 46px;
}

.life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.hen10 {
  bottom: -625px;
  right: 170px;
  width: 120px;
}

.life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.kusa-add02 {
  bottom: -395px;
  right: 0;
  width: 308px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.en01 {
    top: -84px;
    left: 56px;
    width: 14px;
  }

  .life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.en02 {
    top: -42px;
    left: 80px;
    width: 31px;
  }

  .life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.h-en03 {
    top: -67px;
    left: 213px;
    width: 18px;
  }

  .life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.h-en04 {
    top: -157px;
    left: 32px;
    width: 22px;
  }

  .life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.h-en05 {
    top: -155px;
    right: 29px;
    width: 10px;
  }

  .life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.h-en06 {
    bottom: -63px;
    left: 0;
    width: 24px;
  }

  .life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.kusa-add {
    bottom: -90px;
    left: -40px;
    width: 59px;
  }

  .life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.h-en07 {
    bottom: -79px;
    right: -26px;
    width: 56px;
  }

  .life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.hen08 {
    bottom: -130px;
    left: -30px;
    width: 60px;
  }

  .life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.hen09 {
    bottom: -50px;
    right: -2px;
    width: 22px;
  }

  .life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.hen10 {
    bottom: -146px;
    right: -17px;
    width: 40px;
  }

  .life-wrap .day-area.hanaday .enday-flex.dec-rela .dec-img.kusa-add02 {
    bottom: -85px;
    right: -40px;
    width: 78px;
  }
}

.life-wrap .day-area.hanaday .enday-flex.wrap1 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area.hanaday .enday-flex.wrap1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}

.life-wrap .day-area.hanaday .enday-flex.wrap1 .enday-block.right img:nth-of-type(2) {
  margin-top: 125px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area.hanaday .enday-flex.wrap1 .enday-block.right {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .life-wrap .day-area.hanaday .enday-flex.wrap1 .enday-block.right img {
    width: 49%;
  }

  .life-wrap .day-area.hanaday .enday-flex.wrap1 .enday-block.right img:nth-of-type(2) {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area.hanaday .enday-flex.wrap1 .enday-block.left {
    width: 207px;
    margin: 0 auto;
  }
}

.life-wrap .day-area.hanaday .enday-flex.one-img.mt {
  margin-top: 280px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area.hanaday .enday-flex.one-img.mt {
    margin-top: 100px;
  }
}

.life-wrap .day-area.hanaday .enday-flex.one-img.mt390 {
  margin-top: 390px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area.hanaday .enday-flex.one-img.mt390 {
    margin-top: 200px;
  }
}

.life-wrap .day-area.hanaday .enday-flex.one-img .enday-block {
  text-align: center;
  margin: 40px auto 0;
}

.life-wrap .day-area.hanaday .set-flex {
  margin-top: 310px;
}

@media screen and (max-width: 767px) {
  .life-wrap .day-area.hanaday .set-flex {
    margin-top: 250px;
  }
}

.one-kanban,
.enday-kanban,
.kanban-img {
  animation: swing linear 6s infinite;
  transform-origin: center 0 0;
}

.one-kanban img,
.enday-kanban img,
.kanban-img img {
  display: block;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.img-dec.rotation {
  animation: 2.5s ease-out infinite rotation1;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }

}



.bounce {
  animation: 1.8s ease-in-out bounce;
  transform-origin: center bottom;
  animation-fill-mode: both;
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}



@media screen and (max-width: 768px) {
  .aisatu-area .aisatu-wrap {
    width: 100%;
  }

  .dounyu-area .dounyu-content {
    width: 100%;
  }
}

#cc-m-14251290589 {
  text-align: center;
  background: #FBF7F3;
  width: 73%;
  margin: 130px auto 0;
  padding: 20px 0 !important; 
  background: url(https://u.jimcdn.com/cms/o/sbefaf024865f7690/userlayout/img/top-news-bg.png?t=1688351762);
}

@media screen and (max-width: 768px) {
  #cc-m-14251290589 {
    width: 94%;
    margin: 90px auto 0;
  }
  
}

#cc-m-14251290589 p {
  color: #75585F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.7rem;
  font-weight: bold;
  background: #fff;
  z-index: 1;
  padding: 7px;
  width: 96%;
  margin: 0px auto;
}

#cc-m-14251290589 p span{
  color: #75585F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.7rem;
  font-weight: bold;
  background: #fff;
  z-index: 1;
  padding: 7px;
  width: 96%;
  margin: 0px auto;
}



/* 追加 */
/* @-moz-document url-prefix() {
  .pre-wrap .kotori-area .kotori-info-flex .info-wrap dt {
    padding: 9px 0;
  }
}

@-moz-document url-prefix() {
  .link-a::after {
    top: 7px;
  }
} */



_:-ms-lang(x)::backdrop,
.selector {
  .link-a::after {

    top: 7px;
  }
}

_:-ms-lang(x)::backdrop,
.selector {
  .pre-wrap .kotori-area .kotori-info-flex .info-wrap dt {
    padding: 9px 0;
  }
}

/* 追記 */
.j-module.n.j-header .cc-m-header-6457587389 {
  display: none;
}


.j-nav-variant-standard {
  display: none;
}


/* 最新のsafari用 */
_::-webkit-full-page-media, _:future, :root .guide-wrap .bosyu-area .bosyu-wrap table th {
  padding-top: 40px;
}
_::-webkit-full-page-media, _:future, :root .guide-wrap .bosyu-area .bosyu-wrap table .safari {
  padding-top: 0px;
}

/* 古いsafari用 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .guide-wrap .bosyu-area .bosyu-wrap table th {
    padding-top: 40px;
	}
	::i-block-chrome, .guide-wrap .bosyu-area .bosyu-wrap table .safari {
    padding-top: 0;
	}
}


.guide_img {
  max-width: 100%;
  width: 800px;
  object-fit: contain;
  margin: auto;
  image-rendering: auto;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
.guide_img {
  width: 100%;
}
}

.cc-nav-action-wrapper{
display: none;
}


.guide-wrap #case03 {
  padding-top: 90px;
  margin-top: -20px;
}