@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;900&display=swap");
.show-small {
  display: none;
}
@media only screen and (max-width: 950px) {
  .show-small {
    display: inherit;
  }
}

body {
  overflow: hidden;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
}
body.home #contents_builder {
  padding-bottom: 0;
}
body.page-template #header .sub_title {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}
body.page-template h2.headline {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}
body.page-template h3.catch {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}

.banner_headline.rich_font {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
}

#index_slider .button {
  background: #F2A3AF;
  border: none;
  min-width: 200px;
  height: 45px;
  line-height: 45px;
  border-radius: 22px;
}
#index_slider .catch {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
}

#menu_button:before {
  color: #5C5C5C;
}

#header_social_link li a {
  color: #5c5c5c;
}

#global_menu li.menu-item-164,
#mobile_menu li.menu-item-164 {
  display: none;
}

#index_box_content {
  height: 100%;
  position: relative;
}
#index_box_content.clearfix::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../img/top/ribbon-deco01.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 951px) {
  #index_box_content.clearfix::before {
    width: 719px;
    height: 375px;
  }
}
@media only screen and (max-width: 950px) {
  #index_box_content.clearfix::before {
    width: 520px;
    height: 271px;
  }
}
#index_box_content.clearfix::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../img/top/circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media only screen and (min-width: 951px) {
  #index_box_content.clearfix::after {
    width: 620px;
    height: 620px;
    right: calc(50% - 980px);
    bottom: -310px;
  }
}
@media only screen and (max-width: 950px) {
  #index_box_content.clearfix::after {
    width: 380px;
    height: 380px;
    right: -120px;
    bottom: -180px;
  }
}
@media only screen and (min-width: 951px) {
  #index_box_content {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 950px) {
  #index_box_content {
    padding: 80px 0;
  }
}
#index_box_content .index_box-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 951px) {
  #index_box_content .index_box-inner {
    display: grid;
    gap: 65px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#index_box_content .index_box-inner .item {
  border: none;
  height: auto;
}
@media only screen and (min-width: 951px) {
  #index_box_content .index_box-inner .item {
    width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  #index_box_content .index_box-inner .item {
    max-width: 290px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 950px) {
  #index_box_content .index_box-inner .item:not(:first-of-type) {
    margin-top: 60px;
  }
}
#index_box_content .index_box-inner .item::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../img/top/ribbon.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 207px;
  height: 25px;
  top: -10px;
}
#index_box_content .index_box-inner .title {
  position: unset;
  background: none;
  line-height: 1.4;
  height: auto;
  text-align: left;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 951px) {
  #index_box_content .index_box-inner .title {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 950px) {
  #index_box_content .index_box-inner .title {
    margin-top: 20px;
  }
}
#index_box_content .index_box-inner .desc {
  border: none;
  height: auto;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}
@media only screen and (min-width: 951px) {
  #index_box_content .index_box-inner .desc {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 950px) {
  #index_box_content .index_box-inner .desc {
    margin-top: 10px;
  }
}
#index_box_content .index_box-inner .desc p {
  padding: 0;
  transform: none;
  position: unset;
  line-height: 2;
}
@media only screen and (max-width: 950px) {
  #index_box_content .index_box-inner .desc p {
    font-size: 12px;
  }
}
#index_box_content .index_box-inner .image {
  border-radius: 10px;
}
#index_box_content .index_box-inner .image_wrap {
  height: 170px;
}

.index_free_space.num1 {
  width: auto;
  background: rgba(242, 163, 175, 0.2);
}
@media only screen and (min-width: 951px) {
  .index_free_space.num1 {
    padding-top: 115px;
  }
}
.index_free_space::after {
  content: none;
}
.index_free_space .clearfix::after {
  content: none;
}
.index_free_space .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 951px) {
  .index_free_space .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.index_free_space .inner .headline__title {
  color: #5C5C5C;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 951px) {
  .index_free_space .inner .headline__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 950px) {
  .index_free_space .inner .headline__title {
    font-size: 22px;
  }
}
.index_free_space .inner .headline .lead__text {
  font-weight: 300;
}
.index_free_space .img-wrap {
  display: flex;
}
@media only screen and (min-width: 951px) {
  .index_free_space .img-wrap {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 950px) {
  .index_free_space .img-wrap {
    margin-top: 20px;
  }
}
.index_free_space .img-wrap img {
  height: 100%;
}

.index_design_content2.cb_contents {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.index_design_content2.num2 {
  position: relative;
}
@media only screen and (min-width: 951px) {
  .index_design_content2.num2 {
    padding-top: 140px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 950px) {
  .index_design_content2.num2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.index_design_content2.num2::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../img/top/circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media only screen and (min-width: 951px) {
  .index_design_content2.num2::before {
    width: 768px;
    height: 768px;
    right: calc(50% - 900px);
    bottom: 0;
  }
}
@media only screen and (max-width: 950px) {
  .index_design_content2.num2::before {
    width: 380px;
    height: 380px;
    right: -120px;
    top: -85px;
  }
}
.index_design_content2.num2::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../img/top/ribbon-deco02.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 951px) {
  .index_design_content2.num2::after {
    width: 761px;
    height: 375px;
    bottom: -5px;
    left: -155px;
  }
}
@media only screen and (max-width: 950px) {
  .index_design_content2.num2::after {
    width: 460px;
    height: 224px;
    bottom: 0;
    left: -120px;
  }
}

.index_free_space.num3 {
  position: relative;
}
.index_free_space.num3.cb_contents {
  margin: 0;
  padding: 0;
  width: 100%;
}
.index_free_space.num3::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../img/top/circle.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 951px) {
  .index_free_space.num3::before {
    width: 620px;
    height: 620px;
    left: calc(50% - 900px);
    top: -40%;
  }
}
@media only screen and (max-width: 950px) {
  .index_free_space.num3::before {
    width: 280px;
    height: 280px;
    left: -100px;
    top: -120px;
  }
}
.index_free_space.num3 .banner_content {
  position: relative;
}
.index_free_space.num3 .banner_content .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  color: #fff;
}
@media only screen and (min-width: 951px) {
  .index_free_space.num3 .banner_content .content {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 950px) and (max-width: 1120px) {
  .index_free_space.num3 .banner_content .content {
    max-width: 780px;
  }
}
@media only screen and (max-width: 950px) {
  .index_free_space.num3 .banner_content .content {
    top: 60%;
  }
}
.index_free_space.num3 .banner_content .banner_headline__title {
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
  text-shadow: #000 1px 0 10px;
}
@media only screen and (min-width: 951px) {
  .index_free_space.num3 .banner_content .banner_headline__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 950px) {
  .index_free_space.num3 .banner_content .banner_headline__title {
    font-size: 22px;
    text-align: center;
    padding-top: 0;
  }
}
.index_free_space.num3 .banner_content .banner_desc {
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.8;
  margin: 0;
  text-shadow: #000 1px 0 10px;
}
@media only screen and (max-width: 950px) {
  .index_free_space.num3 .banner_content .banner_desc {
    text-align: center;
    font-size: 12px;
  }
}
.index_free_space.num3 .banner_content .image_wrap {
  position: relative;
  z-index: 1;
}
.index_free_space.num3 .banner_content .image_wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
}
@media only screen and (min-width: 951px) {
  .index_free_space.num3 .banner_content .image_wrap::before {
    width: calc(100% - 84px);
    height: calc(100% - 84px);
  }
}
@media only screen and (max-width: 950px) {
  .index_free_space.num3 .banner_content .image_wrap::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.index_free_space.num3 .banner_content .image_wrap img {
  width: 100%;
}
@media only screen and (min-width: 951px) {
  .index_free_space.num3 .banner_content .button {
    margin: 0;
  }
}
@media only screen and (max-width: 950px) {
  .index_free_space.num3 .banner_content .button {
    text-align: center;
    margin-top: 10px;
  }
}
.index_free_space.num3 .banner_content .button a {
  color: #fff;
}
.index_free_space.num3 .banner_content .button a::before, .index_free_space.num3 .banner_content .button a::after {
  background: #fff;
}
.index_free_space.num3 .banner_content .button a::after {
  width: 0;
  background: #5c5c5c;
}
@media only screen and (min-width: 951px) {
  .index_free_space.num3 .banner_content .button a:hover {
    color: #5c5c5c !important;
  }
}
@media only screen and (min-width: 951px) {
  .index_free_space.num3 .banner_content .button a:hover::after {
    width: 100%;
  }
}
.index_free_space.num3 .banner_content .button a span {
  display: block;
}
.index_free_space.num3 .banner_content .button a span::after {
  position: relative;
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5px;
}
.index_free_space.num3 .banner_content .button a span:hover::after {
  border-top: 1px solid #5c5c5c;
  border-right: 1px solid #5c5c5c;
}

.index_design_content2.cb_contents {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.index_design_content2.num4 {
  position: relative;
}
@media only screen and (min-width: 951px) {
  .index_design_content2.num4 {
    padding-top: 140px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 950px) {
  .index_design_content2.num4 {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.index_design_content2.num4::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../img/top/circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media only screen and (min-width: 951px) {
  .index_design_content2.num4::before {
    width: 768px;
    height: 768px;
    right: calc(50% - 900px);
    bottom: 0;
  }
}
@media only screen and (max-width: 950px) {
  .index_design_content2.num4::before {
    width: 380px;
    height: 380px;
    right: -120px;
    top: -100px;
  }
}
.index_design_content2.num4::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../img/top/ribbon-deco01.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 951px) {
  .index_design_content2.num4::after {
    width: 719px;
    height: 375px;
  }
}
@media only screen and (max-width: 950px) {
  .index_design_content2.num4::after {
    width: 472px;
    height: 246px;
  }
}
.index_design_content2 .banner_content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.index_blog {
  padding-bottom: 150px;
  width: auto;
}
.index_blog.num5 {
  background: rgba(242, 163, 175, 0.2);
  position: relative;
}
.index_blog.num5::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../img/top/circle.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 951px) {
  .index_blog.num5::before {
    width: 620px;
    height: 620px;
    left: calc(50% - 900px);
    top: -20%;
  }
}
@media only screen and (max-width: 950px) {
  .index_blog.num5::before {
    width: 320px;
    height: 320px;
    left: -50px;
    top: -140px;
  }
}
.index_blog.num5 .headline {
  text-align: left;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 50px;
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
}
.index_blog.num5 .headline span {
  margin-top: 20px;
}
.index_blog.num5 .button a {
  border: none;
  line-height: 2.5;
  height: auto;
  font-size: 12px;
  color: #5C5C5C;
}
.index_blog.num5 .button a:hover {
  background: none;
}
.index_blog .blog_list.clearfix {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 951px) {
  .index_blog .blog_list.clearfix {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 65px;
  }
}
.index_blog .blog_list .item {
  width: 100%;
  background: none;
  border: none;
}
@media only screen and (max-width: 950px) {
  .index_blog .blog_list .item:not(:first-of-type) {
    margin-top: 30px;
  }
}
.index_blog .blog_list .title {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}
.index_blog .blog_list .title_area {
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}
.index_blog .blog_list .category a {
  color: #fff;
  background: #707070;
  padding: 0 5px;
  border-radius: 3px;
}
.index_blog .blog_list .image {
  border-radius: 10px;
}
@media only screen and (max-width: 950px) {
  .index_blog .blog_list .date {
    font-size: 11px;
  }
}
@media only screen and (max-width: 950px) {
  .index_blog .blog_list .category {
    font-size: 11px;
  }
}

body.single-post #main_col {
  width: 100%;
}
body.single-post #main_col #post_title_area h1.title {
  color: #5C5C5C;
}

#footer .button_font a {
  border: none;
  border-radius: 22px;
  height: auto;
  line-height: 1.5;
  min-width: 180px;
  padding: 10px;
  background: #F2A3AF;
}
#footer #company_info {
  color: #fff;
  font-size: 12px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}
#footer #company_date {
  border: none;
  background: #A08A8D;
  color: #fff;
  font-size: 12px;
}
#footer #footer_menu {
  border: none;
  background: #A08A8D;
}
#footer #footer_menu li {
  border-right: none;
}
#footer #footer_menu a {
  color: #fff;
}

#footer_social_link a {
  color: #fff;
}

@media only screen and (min-width: 951px) {
  #footer_button a:hover {
    background: #fff;
    color: #F2A3AF !important;
  }
}

#footer_social_link li.line a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.button a {
  display: inline-block;
  max-width: 100%;
  min-width: 200px;
  color: #5C5C5C;
  border: none;
  position: relative;
  height: auto;
  line-height: 2.5;
  text-align: left;
  font-size: 12px;
}
.button a::before, .button a::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #5C5C5C;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.button a::after {
  width: 0;
  background: #F2A3AF;
}
@media only screen and (min-width: 951px) {
  .button a:hover {
    color: #F2A3AF !important;
  }
}
@media only screen and (min-width: 951px) {
  .button a:hover::after {
    width: 100%;
  }
}
.button a span {
  display: block;
}
.button a span::after {
  position: relative;
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #5C5C5C;
  border-right: 1px solid #5C5C5C;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5px;
}
@media only screen and (min-width: 951px) {
  .button a span:hover::after {
    border-top: 1px solid #F2A3AF;
    border-right: 1px solid #F2A3AF;
  }
}

.sb_instagram_header .sbi_header_hashtag_icon {
  background: #a08a8d;
}

#sb_instagram {
  max-width: 800px;
}

@media only screen and (min-width: 951px) {
  #sb_instagram #sbi_images .sbi_item {
    height: 260px;
  }
}
#index_slider .catch,
#index_slider .desc {
  text-shadow: #000 1px 0 10px;
}



#header_social_link li a {
  width: 32px;
  height: 32px;
  line-height: 30px;
}

#header_social_link li a:before {
  font-size: 30px;
}

#footer_social_link li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

#footer_social_link li a:before {
  font-size: 30px;
}