@charset "UTF-8";
/* reset5 © 2011 opensource.736cs.com MIT */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0; }

body {
  line-height: 1; }

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
  display: block; }

nav ul {
  list-style: none; }

ol {
  list-style: decimal; }

ul {
  list-style: disc; }

ul ul {
  list-style: circle; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

ins {
  text-decoration: underline; }

del {
  text-decoration: line-through; }

mark {
  background: none; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input[type=submit], input[type=button], button {
  margin: 0 !important;
  padding: 0 !important; }

input, select, a img {
  vertical-align: middle; }

/* フォームのリセットここから */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  margin: 0; }

textarea {
  resize: vertical; }

input[type='checkbox'],
input[type='radio'] {
  display: none; }

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

/* フォームのリセットここまで */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px; }

*, *:before, *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  -webkit-text-size-adjust: 100%;
  	/*
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  	*/ }

main {
  display: block; }

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

ul, ol {
  list-style: none !important; }

a {
  color: inherit;
  text-decoration: none; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: inherit;
  font-size: inherit; }

img {
  max-width: 100%;
  vertical-align: top; }

mark {
  color: inherit; }

sup {
  vertical-align: super; }

.pc {
  display: none; }

.sp {
  display: none; }

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

  img.pc,
  span.pc {
    display: inline !important; } }
@media screen and (max-width: 750px) {
  .sp {
    display: block !important; }

  img.sp,
  span.sp {
    display: inline !important; } }
span.nowrap {
  display: inline-block; }

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #262626; }
  .menu-active body {
    overflow: hidden; }

#header a {
  transition: opacity ease .3s; }
  #header a:hover {
    opacity: .6; }
#header .logo {
  position: fixed;
  top: 40px;
  left: 56px;
  mix-blend-mode: exclusion;
  z-index: 10000; }
  @media screen and (max-width: 750px) {
    #header .logo {
      top: 30px;
      left: 17px;
      width: 104px; } }
#header > div.user {
  position: fixed;
  top: 30px;
  right: 40px;
  z-index: 10000; }
  @media screen and (max-width: 750px) {
    #header > div.user {
      display: none; } }
  #header > div.user dl {
    padding: 0 16px;
    height: 28px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.16);
    display: flex; }
    #header > div.user dl div {
      display: flex; }
      #header > div.user dl div dt {
        font-weight: bold;
        font-size: 12px;
        letter-spacing: 0.05em;
        line-height: 28px;
        text-align: left;
        color: #000;
        margin-right: 6px; }
        #header > div.user dl div dt:after {
          content: "："; }
      #header > div.user dl div:nth-child(1) {
        padding-right: 16px; }
        #header > div.user dl div:nth-child(1) dd {
          font-family: "Inter", sans-serif;
          font-weight: 300;
          font-size: 16px;
          letter-spacing: 0.05em;
          line-height: 28px;
          text-align: left;
          color: #000; }
      #header > div.user dl div:nth-child(2) {
        position: relative;
        padding-left: 16px; }
        #header > div.user dl div:nth-child(2):before {
          content: "";
          background-color: #000000;
          width: 1px;
          height: 20px;
          top: 4px;
          position: absolute;
          left: 0;
          display: block; }
        #header > div.user dl div:nth-child(2) dd {
          font-size: 12px;
          line-height: 28px;
          text-align: left;
          color: #000; }
          #header > div.user dl div:nth-child(2) dd span {
            font-size: 10px;
            line-height: 28px; }
#header > nav.global {
  position: fixed;
  top: 78px;
  right: 116px;
  z-index: 10000;
  mix-blend-mode: exclusion;
  color: #fff; }
  @media screen and (max-width: 750px) {
    #header > nav.global {
      display: none; } }
  #header > nav.global ul {
    display: flex; }
    #header > nav.global ul li {
      margin-left: 24px; }
      #header > nav.global ul li a {
        position: relative;
        display: block;
        color: inherit;
        text-decoration: none;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.05em;
        line-height: 18px;
        text-align: left; }
#header > nav.banner {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 900;
  transition: all ease .3s; }
  @media screen and (max-width: 750px) {
    #header > nav.banner {
      left: 20px;
      right: 20px;
      bottom: 24px; } }
  .banner-hide #header > nav.banner {
    opacity: 0;
    pointer-events: none; }
  @media screen and (max-width: 750px) {
    #header > nav.banner ul {
      display: flex;
      gap: 0 10px; } }
  #header > nav.banner ul li {
    margin-top: 20px; }
    @media screen and (max-width: 750px) {
      #header > nav.banner ul li {
        flex: 0 0 calc((100% - 10px) / 2); } }
    #header > nav.banner ul li a {
      display: block;
      width: 264px;
      border-radius: 5px;
      box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.16);
      line-height: 1;
      overflow: hidden; }
      @media screen and (max-width: 750px) {
        #header > nav.banner ul li a {
          width: 100%;
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16); } }
      #header > nav.banner ul li a img {
        width: 100%;
        vertical-align: top; }
#header p.menu {
  position: fixed;
  right: 40px;
  top: 70px;
  mix-blend-mode: exclusion;
  z-index: 10000;
  display: block; }
  @media screen and (max-width: 750px) {
    #header p.menu {
      top: 25px;
      right: 20px; } }
  #header p.menu button {
    position: relative;
    width: 36px;
    height: 36px; }
    @media screen and (max-width: 750px) {
      #header p.menu button {
        width: 32px;
        height: 32px; } }
    #header p.menu button:before, #header p.menu button:after {
      content: "";
      display: block;
      width: 36px;
      height: 1px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      left: 0; }
      @media screen and (max-width: 750px) {
        #header p.menu button:before, #header p.menu button:after {
          width: 32px; } }
    #header p.menu button:before {
      margin-top: -5px; }
      .menu-active #header p.menu button:before {
        margin-top: 0px;
        transform: rotate(-15deg); }
    #header p.menu button:after {
      margin-top: 5px; }
      .menu-active #header p.menu button:after {
        margin-top: 0px;
        transform: rotate(15deg); }
    #header p.menu button span {
      text-indent: -9999px;
      overflow: hidden; }
#header nav.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 88px 20px 55px;
  overflow: auto;
  background-color: #fff;
  opacity: 0;
  z-index: 1000;
  transition: opacity ease .3s;
  pointer-events: none;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 750px) {
    #header nav.menu {
      display: block; } }
  .menu-active #header nav.menu {
    opacity: 1;
    pointer-events: auto; }
  #header nav.menu .user {
    display: none; }
    @media screen and (max-width: 750px) {
      #header nav.menu .user {
        display: block; } }
    #header nav.menu .user dl {
      padding: 0 16px;
      height: 28px;
      border-radius: 5px;
      background: #fff;
      box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.16);
      display: flex; }
      @media screen and (max-width: 750px) {
        #header nav.menu .user dl {
          display: block;
          box-shadow: none;
          background-color: transparent;
          height: auto;
          padding: 0; } }
      #header nav.menu .user dl div {
        display: flex; }
        @media screen and (max-width: 750px) {
          #header nav.menu .user dl div {
            border-radius: 5px;
            background: #fff;
            box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.16);
            overflow: hidden;
            padding: 0 !important; } }
        #header nav.menu .user dl div dt {
          font-weight: bold;
          font-size: 12px;
          letter-spacing: 0.05em;
          line-height: 28px;
          text-align: left;
          color: #000;
          margin-right: 6px; }
          @media screen and (max-width: 750px) {
            #header nav.menu .user dl div dt {
              flex: 0 0 113px;
              font-size: 12px;
              letter-spacing: 0.05em;
              line-height: 40px;
              padding-left: 18px;
              color: #fff;
              background-color: #262626; } }
          #header nav.menu .user dl div dt:after {
            content: "："; }
            @media screen and (max-width: 750px) {
              #header nav.menu .user dl div dt:after {
                display: none; } }
        #header nav.menu .user dl div:nth-child(1) {
          padding-right: 16px; }
          #header nav.menu .user dl div:nth-child(1) dd {
            font-family: "Inter", sans-serif;
            font-weight: 300;
            font-size: 16px;
            letter-spacing: 0.05em;
            line-height: 28px;
            text-align: left;
            color: #000; }
            @media screen and (max-width: 750px) {
              #header nav.menu .user dl div:nth-child(1) dd {
                font-size: 16px;
                letter-spacing: 0.03em;
                line-height: 40px;
                padding-left: 24px; } }
        #header nav.menu .user dl div:nth-child(2) {
          position: relative;
          padding-left: 16px; }
          @media screen and (max-width: 750px) {
            #header nav.menu .user dl div:nth-child(2) {
              margin-top: 10px; } }
          #header nav.menu .user dl div:nth-child(2):before {
            content: "";
            background-color: #000000;
            width: 1px;
            height: 20px;
            top: 4px;
            position: absolute;
            left: 0;
            display: block; }
          #header nav.menu .user dl div:nth-child(2) dd {
            font-size: 12px;
            line-height: 28px;
            text-align: left;
            color: #000; }
            @media screen and (max-width: 750px) {
              #header nav.menu .user dl div:nth-child(2) dd {
                font-size: 14px;
                letter-spacing: 0.03em;
                line-height: 40px;
                padding-left: 24px; } }
            #header nav.menu .user dl div:nth-child(2) dd span {
              font-size: 10px;
              line-height: 28px;
              text-align: left;
              color: #000; }
              @media screen and (max-width: 750px) {
                #header nav.menu .user dl div:nth-child(2) dd span {
                  font-size: 14px;
                  letter-spacing: 0.03em;
                  line-height: 40px; } }
  #header nav.menu div.global {
    display: flex;
    gap: 0 40px;
    width: calc(100% - 120px);
    max-width: 1222px;
    margin: 0 auto;
    padding-top: 40px; }
    @media screen and (max-width: 750px) {
      #header nav.menu div.global {
        display: block;
        margin-top: 32px;
        padding-top: 0;
        width: auto; } }
    #header nav.menu div.global ul {
      width: 360px;
      border-top: 1px solid #D5D5D5; }
      @media screen and (max-width: 750px) {
        #header nav.menu div.global ul {
          width: auto; } }
      @media screen and (max-width: 750px) {
        #header nav.menu div.global ul + ul {
          border-top: none; } }
      #header nav.menu div.global ul li {
        border-bottom: 1px solid #D5D5D5; }
        #header nav.menu div.global ul li a {
          position: relative;
          display: block;
          color: inherit;
          text-decoration: none;
          font-weight: 500;
          text-align: left;
          color: #262626;
          font-size: 18px;
          letter-spacing: 0.05em;
          line-height: 70px;
          padding: 0 18px; }
          @media screen and (max-width: 750px) {
            #header nav.menu div.global ul li a {
              font-size: 14px;
              line-height: 50px;
              padding: 0 12px; } }
          #header nav.menu div.global ul li a:after {
            content: "";
            display: block;
            background-image: url("../images/common/menu_arrow.svg");
            width: 22px;
            height: 20px;
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translateY(-50%); }
            @media screen and (max-width: 750px) {
              #header nav.menu div.global ul li a:after {
                background-image: url("../images/common/menu_arrow_sp.svg");
                width: 16px;
                height: 15px;
                right: 20px; } }
        #header nav.menu div.global ul li.logout a {
          padding-left: 55px;
          cursor: pointer; }
          @media screen and (max-width: 750px) {
            #header nav.menu div.global ul li.logout a {
              padding-left: 46px; } }
          #header nav.menu div.global ul li.logout a:before {
            content: "";
            background-image: url("../images/common/menu_icon_logout.svg");
            background-size: 100% 100%;
            width: 21px;
            height: 18px;
            display: block;
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translateY(-50%); }
            @media screen and (max-width: 750px) {
              #header nav.menu div.global ul li.logout a:before {
                left: 12px; } }
  #header nav.menu div.banner {
    display: none; }
    @media screen and (max-width: 750px) {
      #header nav.menu div.banner {
        display: block;
        margin: 0 auto;
        margin-top: 40px;
        width: fit-content; } }
    #header nav.menu div.banner ul li {
      margin-top: 20px; }
      #header nav.menu div.banner ul li a {
        display: block;
        width: 264px;
        border-radius: 5px;
        box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.16);
        line-height: 1;
        overflow: hidden; }
        #header nav.menu div.banner ul li a img {
          width: 100%;
          vertical-align: top; }

#content {
  position: relative;
  padding: 130px 0 88px;
  background-color: #fff; }
  @media screen and (max-width: 750px) {
    #content {
      padding: 80px 0 0; } }
  #content main {
    position: relative;
    z-index: 1;
    background-color: #fff;
    width: calc(100% - 120px);
    max-width: 720px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 32px; }
    @media screen and (max-width: 750px) {
      #content main {
        width: 100%;
        padding: 15px 20px 56px;
        margin: 0; } }
  #content > .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    clip-path: inset(0 0 0 0); }
    @media screen and (max-width: 750px) {
      #content > .bg {
        display: none; } }
    #content > .bg:before {
      content: "";
      background-image: url("../images/common/bg.jpg");
      background-size: cover;
      background-position: 50% 50%;
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1; }

#footer {
  position: relative;
  padding: 80px 0 136px;
  background-color: #262626; }
  @media screen and (max-width: 750px) {
    #footer {
      padding: 64px 0 48px; } }
  #footer .container {
    width: calc(100% - 120px);
    max-width: 1100px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      #footer .container {
        width: calc(100% - 40px); } }
  #footer nav.banner {
    display: none; }
    @media screen and (max-width: 750px) {
      #footer nav.banner {
        display: block;
        margin: 0 auto;
        width: fit-content; } }
    #footer nav.banner ul li + li {
      margin-top: 24px; }
    #footer nav.banner ul li a {
      display: block;
      width: 264px;
      border-radius: 5px;
      box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.16);
      line-height: 1;
      overflow: hidden; }
      #footer nav.banner ul li a img {
        width: 100%;
        vertical-align: top; }
  #footer .logo {
    width: 196px; }
    @media screen and (max-width: 750px) {
      #footer .logo {
        width: 148px;
        margin: 0 auto;
        margin-top: 48px; } }
    #footer .logo a {
      text-decoration: none; }
      #footer .logo a img {
        width: 100%; }

body.home #content {
  padding: 0; }
  body.home #content main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0; }
    body.home #content main a {
      transition: opacity ease .3s; }
      body.home #content main a:hover {
        opacity: .6; }
    body.home #content main svg {
      position: absolute;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip-path: inset(50%); }
    body.home #content main .dilate {
      filter: url(#dilate); }
    body.home #content main .container {
      width: calc(100% - 120px);
      max-width: 1100px;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        body.home #content main .container {
          width: calc(100% - 40px); } }
    body.home #content main .visual {
      position: relative;
      padding: 134px 0 0;
      background-color: #A3E2C0;
      overflow: hidden; }
      @media screen and (max-width: 750px) {
        body.home #content main .visual {
          padding: 94px 0 0; } }
      body.home #content main .visual .container {
        position: relative;
        max-width: 1222px; }
      body.home #content main .visual h1 {
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 1222px; }
        @media screen and (max-width: 750px) {
          body.home #content main .visual h1 {
            position: static;
            transform: none;
            width: 100%;
            margin-bottom: 40px; } }
        body.home #content main .visual h1 img {
          width: 100%; }
      body.home #content main .visual .copy {
        position: absolute;
        top: 215px;
        left: 0;
        z-index: 3; }
        @media screen and (max-width: 750px) {
          body.home #content main .visual .copy {
            position: relative;
            top: auto;
            left: auto;
            margin-bottom: calc(-80 / 375 * 100vw); } }
        body.home #content main .visual .copy span {
          display: inline;
          box-decoration-break: clone;
          -webkit-box-decoration-break: clone;
          font-weight: 500;
          font-size: 26px;
          letter-spacing: 0.08em;
          line-height: 56px;
          text-align: left;
          color: #262626;
          padding: 3px 8px;
          background: #fff;
          white-space: nowrap; }
          @media screen and (max-width: 750px) {
            body.home #content main .visual .copy span {
              font-size: calc(16 / 375 * 100vw);
              line-height: calc(32 / 375 * 100vw);
              padding: calc(2 / 375 * 100vw) calc(5 / 375 * 100vw); } }
      body.home #content main .visual .slider {
        position: relative;
        max-width: 914px;
        margin: 0 auto; }
        @media screen and (max-width: 750px) {
          body.home #content main .visual .slider {
            width: calc(290 / 375 * 100vw); } }
        body.home #content main .visual .slider .swiper-container {
          overflow: visible; }
          body.home #content main .visual .slider .swiper-container .swiper-wrapper .swiper-slide {
            box-sizing: border-box;
            padding: 0 16px; }
            body.home #content main .visual .slider .swiper-container .swiper-wrapper .swiper-slide figure {
              position: relative;
              padding-top: calc(649 / 883 * 100%); }
              @media screen and (max-width: 750px) {
                body.home #content main .visual .slider .swiper-container .swiper-wrapper .swiper-slide figure {
                  padding-top: calc(390 / 290 * 100%); } }
              body.home #content main .visual .slider .swiper-container .swiper-wrapper .swiper-slide figure img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                -webkit-mask-image: url("../images/home/visual_mask.svg");
                -webkit-mask-size: 100% 100%;
                -webkit-mask-position: 50% 50%;
                mask-image: url("../images/home/visual_mask.svg");
                mask-size: 100% 100%;
                mask-position: 50% 50%;
                width: 100%; }
                @media screen and (max-width: 750px) {
                  body.home #content main .visual .slider .swiper-container .swiper-wrapper .swiper-slide figure img {
                    -webkit-mask-image: url("../images/home/visual_mask_sp.svg");
                    mask-image: url("../images/home/visual_mask_sp.svg"); } }
              body.home #content main .visual .slider .swiper-container .swiper-wrapper .swiper-slide figure::after {
                content: "";
                filter: url(#dilate);
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-image: url("../images/home/visual_mask.svg");
                background-size: 100% 100%; }
                @media screen and (max-width: 750px) {
                  body.home #content main .visual .slider .swiper-container .swiper-wrapper .swiper-slide figure::after {
                    background-image: url("../images/home/visual_mask_sp.svg"); } }
    body.home #content main > section {
      padding: 120px 0; }
      @media screen and (max-width: 750px) {
        body.home #content main > section {
          padding: 80px 0;
          padding: 56px 0; } }
      body.home #content main > section hgroup {
        display: flex;
        align-items: baseline;
        margin-bottom: 64px; }
        @media screen and (max-width: 750px) {
          body.home #content main > section hgroup {
            display: block;
            margin-bottom: 32px; } }
        body.home #content main > section hgroup p {
          font-family: "Inter", sans-serif;
          font-weight: 600;
          font-size: 80px;
          letter-spacing: -0.02em;
          line-height: 97px;
          text-align: left;
          color: #262626; }
          @media screen and (max-width: 750px) {
            body.home #content main > section hgroup p {
              font-size: 40px;
              line-height: 49px; } }
        body.home #content main > section hgroup h2 {
          font-weight: bold;
          font-size: 14px;
          letter-spacing: 0.1em;
          line-height: 20px;
          text-align: left;
          color: #262626;
          margin-left: 24px; }
          @media screen and (max-width: 750px) {
            body.home #content main > section hgroup h2 {
              margin: 8px 0 0;
              font-size: 14px;
              line-height: 20px; } }
    body.home #content main .pickup {
      background-color: #DA9EE5;
      overflow: hidden; }
      body.home #content main .pickup .container header {
        position: relative; }
        body.home #content main .pickup .container header .swiper-pagination {
          display: none; }
          @media screen and (max-width: 750px) {
            body.home #content main .pickup .container header .swiper-pagination {
              display: block;
              position: absolute;
              right: 0;
              bottom: 3px; } }
          body.home #content main .pickup .container header .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: .25;
            border-radius: 50%;
            margin-left: 12px; }
          body.home #content main .pickup .container header .swiper-pagination .swiper-pagination-bullet-active {
            opacity: 1; }
      body.home #content main .pickup .container .slider {
        margin-right: -20px; }
        body.home #content main .pickup .container .slider .swiper-container {
          overflow: visible; }
        body.home #content main .pickup .container .slider ul li {
          box-sizing: border-box; }
          body.home #content main .pickup .container .slider ul li a {
            display: block;
            text-decoration: none; }
            body.home #content main .pickup .container .slider ul li a figure {
              position: relative; }
              body.home #content main .pickup .container .slider ul li a figure::before {
                content: "";
                filter: url(#dilate);
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-size: 100% 100%; }
              body.home #content main .pickup .container .slider ul li a figure img {
                width: 100%;
                -webkit-mask-size: 100% 100%;
                -webkit-mask-position: 50% 50%;
                mask-size: 100% 100%;
                mask-position: 50% 50%;
                width: 100%;
                vertical-align: top; 
                aspect-ratio: 1 / 1;		
				object-fit: cover;	}
            body.home #content main .pickup .container .slider ul li a .title {
              position: relative;
              margin-top: 32px;
              width: fit-content;
              font-weight: bold;
              font-size: 16px;
              letter-spacing: 0.1em;
              line-height: 24px;
              text-align: left;
              color: #262626;
              padding-right: 30px;
              position: relative; }
              @media screen and (max-width: 750px) {
                body.home #content main .pickup .container .slider ul li a .title {
                  margin-top: 24px; } }
              body.home #content main .pickup .container .slider ul li a .title:after {
                content: "";
                background-image: url("../images/home/link_arrow.svg");
                background-size: 100% 100%;
                display: block;
                width: 16px;
                height: 15px;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%); }
        body.home #content main .pickup .container .slider.active ul li {
          padding-right: 24px; }
          body.home #content main .pickup .container .slider.active ul li:nth-child(1) figure::before {
            background-image: url("../images/home/pickup_01_mask.svg"); }
          body.home #content main .pickup .container .slider.active ul li:nth-child(1) figure img {
            -webkit-mask-image: url("../images/home/pickup_01_mask.svg");
            mask-image: url("../images/home/pickup_01_mask.svg"); }
          body.home #content main .pickup .container .slider.active ul li:nth-child(2) figure::before {
            background-image: url("../images/home/pickup_02_mask.svg"); }
          body.home #content main .pickup .container .slider.active ul li:nth-child(2) figure img {
            -webkit-mask-image: url("../images/home/pickup_02_mask.svg");
            mask-image: url("../images/home/pickup_02_mask.svg"); }
          body.home #content main .pickup .container .slider.active ul li:nth-child(3) figure::before {
            background-image: url("../images/home/pickup_03_mask.svg"); }
          body.home #content main .pickup .container .slider.active ul li:nth-child(3) figure img {
            -webkit-mask-image: url("../images/home/pickup_03_mask.svg");
            mask-image: url("../images/home/pickup_03_mask.svg"); }
        body.home #content main .pickup .container .slider:not(.active) ul {
          display: flex;
          gap: 0 46px; }
          body.home #content main .pickup .container .slider:not(.active) ul li {
            flex: 0 0 calc((100% - 46px * 2) / 3); }
            body.home #content main .pickup .container .slider:not(.active) ul li:nth-child(1) figure::before {
              background-image: url("../images/home/pickup_01_mask.svg"); }
            body.home #content main .pickup .container .slider:not(.active) ul li:nth-child(1) figure img {
              -webkit-mask-image: url("../images/home/pickup_01_mask.svg");
              mask-image: url("../images/home/pickup_01_mask.svg"); }
            body.home #content main .pickup .container .slider:not(.active) ul li:nth-child(2) figure::before {
              background-image: url("../images/home/pickup_02_mask.svg"); }
            body.home #content main .pickup .container .slider:not(.active) ul li:nth-child(2) figure img {
              -webkit-mask-image: url("../images/home/pickup_02_mask.svg");
              mask-image: url("../images/home/pickup_02_mask.svg"); }
            body.home #content main .pickup .container .slider:not(.active) ul li:nth-child(3) figure::before {
              background-image: url("../images/home/pickup_03_mask.svg"); }
            body.home #content main .pickup .container .slider:not(.active) ul li:nth-child(3) figure img {
              -webkit-mask-image: url("../images/home/pickup_03_mask.svg");
              mask-image: url("../images/home/pickup_03_mask.svg"); }
    body.home #content main .guide {
      background-color: #FADC78; }
      body.home #content main .guide ul {
        display: flex;
        gap: 0 46px; }
        @media screen and (max-width: 750px) {
          body.home #content main .guide ul {
            display: block; } }
        body.home #content main .guide ul li {
          flex: 0 0 calc((100% - 46px) / 2); }
          @media screen and (max-width: 750px) {
            body.home #content main .guide ul li + li {
              margin-top: 56px; } }
          body.home #content main .guide ul li a {
            display: block;
            text-decoration: none; }
            body.home #content main .guide ul li a figure {
              position: relative; }
              body.home #content main .guide ul li a figure::before {
                content: "";
                filter: url(#dilate);
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-size: 100% 100%; }
              body.home #content main .guide ul li a figure img {
                width: 100%;
                -webkit-mask-size: 100% 100%;
                -webkit-mask-position: 50% 50%;
                mask-size: 100% 100%;
                mask-position: 50% 50%;
                width: 100%;
                vertical-align: top; }
            body.home #content main .guide ul li a .title {
              width: fit-content;
              position: relative;
              font-weight: bold;
              font-size: 20px;
              letter-spacing: 0.1em;
              line-height: 29px;
              text-align: left;
              color: #262626;
              padding-right: 30px;
              margin-top: 32px;
              margin-bottom: 28px; }
              @media screen and (max-width: 750px) {
                body.home #content main .guide ul li a .title {
                  margin-top: 24px;
                  margin-bottom: 14px;
                  font-size: 16px;
                  line-height: 24px; } }
              body.home #content main .guide ul li a .title:after {
                content: "";
                background-image: url("../images/home/link_arrow.svg");
                background-size: 100% 100%;
                display: block;
                width: 16px;
                height: 15px;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%); }
            body.home #content main .guide ul li a p {
              font-weight: 500;
              font-size: 14px;
              letter-spacing: 0.05em;
              line-height: 28px;
              text-align: left;
              color: #262626; }
              @media screen and (max-width: 750px) {
                body.home #content main .guide ul li a p {
                  font-size: 12px;
                  line-height: 22px; } }
          body.home #content main .guide ul li:nth-child(1) figure::before {
            background-image: url("../images/home/guide_01_mask.svg"); }
          body.home #content main .guide ul li:nth-child(1) figure img {
            -webkit-mask-image: url("../images/home/guide_01_mask.svg");
            mask-image: url("../images/home/guide_01_mask.svg"); }
          body.home #content main .guide ul li:nth-child(2) figure::before {
            background-image: url("../images/home/guide_02_mask.svg"); }
          body.home #content main .guide ul li:nth-child(2) figure img {
            -webkit-mask-image: url("../images/home/guide_02_mask.svg");
            mask-image: url("../images/home/guide_02_mask.svg"); }
      body.home #content main .guide section {
        margin-top: 64px;
        padding: 36px 150px 40px;
        border-radius: 9999px;
        background-color: #fff;
        border: 1px solid #262626;
        box-shadow: 14px 14px 0px rgba(0, 0, 0, 0.3); }
        @media screen and (max-width: 750px) {
          body.home #content main .guide section {
            margin-top: 56px;
            padding: 20px;
            border-radius: 32px;
            box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.3); } }
        body.home #content main .guide section .lead {
          font-weight: bold;
          font-size: 16px;
          letter-spacing: 0.1em;
          line-height: 32px;
          text-align: center;
          color: #262626; }
          @media screen and (max-width: 750px) {
            body.home #content main .guide section .lead {
              font-size: 12px;
              letter-spacing: 0.03em;
              line-height: 22px;
              padding: 0 12px; } }
        body.home #content main .guide section .action {
          margin-top: 28px; }
          @media screen and (max-width: 750px) {
            body.home #content main .guide section .action {
              margin-top: 16px; } }
          body.home #content main .guide section .action a {
            position: relative;
            display: block;
            font-weight: bold;
            font-size: 22px;
            letter-spacing: 0.2em;
            line-height: 80px;
            text-align: center;
            color: #fff;
            border-radius: 9999px;
            background-color: #262626;
            text-decoration: none; }
            @media screen and (max-width: 750px) {
              body.home #content main .guide section .action a {
                font-size: 14px;
                letter-spacing: 0.1em;
                line-height: 60px; } }
            body.home #content main .guide section .action a:after {
              content: "";
              position: absolute;
              top: 50%;
              right: 40px;
              background-image: url("../images/home/guide_contact_arrow.svg");
              background-size: 100% 100%;
              display: block;
              width: 29px;
              height: 27px;
              transform: translateY(-50%); }
              @media screen and (max-width: 750px) {
                body.home #content main .guide section .action a:after {
                  right: 28px;
                  width: 20px;
                  height: 18px;
                  background-image: url("../images/home/guide_contact_arrow_sp.svg"); } }
    body.home #content main .members {
      background-color: #9ED3D8; }
      body.home #content main .members ul li a {
        display: block;
        text-decoration: none; }
        body.home #content main .members ul li a figure {
          position: relative;
          line-height: 1;
          padding-top: calc(400 / 1100 * 100%); }
          @media screen and (max-width: 750px) {
            body.home #content main .members ul li a figure {
              padding-top: calc(191 / 335 * 100%); } }
          body.home #content main .members ul li a figure img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            -webkit-mask-image: url("../images/home/members_mask.svg");
            -webkit-mask-size: 100% 100%;
            -webkit-mask-position: 50% 50%;
            mask-image: url("../images/home/members_mask.svg");
            mask-size: 100% 100%;
            mask-position: 50% 50%;
            width: 100%;
            vertical-align: top; }
            @media screen and (max-width: 750px) {
              body.home #content main .members ul li a figure img {
                -webkit-mask-image: url("../images/home/members_mask_sp.svg");
                mask-image: url("../images/home/members_mask_sp.svg"); } }
          body.home #content main .members ul li a figure::after {
            content: "";
            filter: url(#dilate);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url("../images/home/members_mask.svg");
            background-size: 100% 100%; }
            @media screen and (max-width: 750px) {
              body.home #content main .members ul li a figure::after {
                background-image: url("../images/home/members_mask_sp.svg"); } }
        body.home #content main .members ul li a .title {
          width: fit-content;
          position: relative;
          font-weight: bold;
          font-size: 20px;
          letter-spacing: 0.1em;
          line-height: 29px;
          text-align: left;
          color: #262626;
          padding-right: 30px;
          margin-top: 40px;
          margin-bottom: 28px; }
          @media screen and (max-width: 750px) {
            body.home #content main .members ul li a .title {
              font-size: 16px;
              line-height: 24px;
              margin-top: 24px;
              margin-bottom: 20px; } }
          body.home #content main .members ul li a .title:after {
            content: "";
            background-image: url("../images/home/link_arrow.svg");
            background-size: 100% 100%;
            display: block;
            width: 16px;
            height: 15px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
        body.home #content main .members ul li a p {
          font-weight: 500;
          font-size: 14px;
          letter-spacing: 0.05em;
          line-height: 28px;
          text-align: left;
          color: #262626; }
          @media screen and (max-width: 750px) {
            body.home #content main .members ul li a p {
              font-size: 12px;
              line-height: 22px; } }
    body.home #content main .services {
      background-color: #FDB08D; }
      body.home #content main .services ul li a {
        display: block;
        text-decoration: none; }
        body.home #content main .services ul li a figure {
          position: relative;
          line-height: 1;
          padding-top: calc(400 / 1100 * 100%); }
          @media screen and (max-width: 750px) {
            body.home #content main .services ul li a figure {
              padding-top: calc(190 / 335 * 100%); } }
          body.home #content main .services ul li a figure img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            -webkit-mask-image: url("../images/home/services_mask.svg");
            -webkit-mask-size: 100% 100%;
            -webkit-mask-position: 50% 50%;
            mask-image: url("../images/home/services_mask.svg");
            mask-size: 100% 100%;
            mask-position: 50% 50%;
            width: 100%;
            vertical-align: top; }
            @media screen and (max-width: 750px) {
              body.home #content main .services ul li a figure img {
                -webkit-mask-image: url("../images/home/services_mask_sp.svg");
                mask-image: url("../images/home/services_mask_sp.svg"); } }
          body.home #content main .services ul li a figure::after {
            content: "";
            filter: url(#dilate);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url("../images/home/services_mask.svg");
            background-size: 100% 100%; }
            @media screen and (max-width: 750px) {
              body.home #content main .services ul li a figure::after {
                background-image: url("../images/home/services_mask_sp.svg"); } }
        body.home #content main .services ul li a .title {
          width: fit-content;
          margin-top: 40px;
          position: relative;
          font-weight: bold;
          font-size: 20px;
          letter-spacing: 0.1em;
          line-height: 29px;
          text-align: left;
          color: #262626;
          padding-right: 30px;
          margin-bottom: 28px; }
          @media screen and (max-width: 750px) {
            body.home #content main .services ul li a .title {
              font-size: 16px;
              line-height: 24px;
              margin-top: 24px;
              margin-bottom: 20px; } }
          body.home #content main .services ul li a .title:after {
            content: "";
            background-image: url("../images/home/link_arrow.svg");
            background-size: 100% 100%;
            display: block;
            width: 16px;
            height: 15px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
        body.home #content main .services ul li a p {
          font-weight: 500;
          font-size: 14px;
          letter-spacing: 0.05em;
          line-height: 28px;
          text-align: left;
          color: #262626; }
          @media screen and (max-width: 750px) {
            body.home #content main .services ul li a p {
              font-size: 12px;
              letter-spacing: 0.05em;
              line-height: 22px; } }
    body.home #content main .aftersupport {
      background-color: #A3E2C0; }
      body.home #content main .aftersupport ul li a {
        display: block;
        text-decoration: none; }
        body.home #content main .aftersupport ul li a figure {
          position: relative;
          line-height: 1;
          padding-top: calc(400 / 1100 * 100%); }
          @media screen and (max-width: 750px) {
            body.home #content main .aftersupport ul li a figure {
              padding-top: calc(190 / 335 * 100%); } }
          body.home #content main .aftersupport ul li a figure img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            -webkit-mask-image: url("../images/home/aftersupport_mask.svg");
            -webkit-mask-size: 100% 100%;
            -webkit-mask-position: 50% 50%;
            mask-image: url("../images/home/aftersupport_mask.svg");
            mask-size: 100% 100%;
            mask-position: 50% 50%;
            width: 100%;
            vertical-align: top; }
            @media screen and (max-width: 750px) {
              body.home #content main .aftersupport ul li a figure img {
                -webkit-mask-image: url("../images/home/aftersupport_mask_sp.svg");
                mask-image: url("../images/home/aftersupport_mask_sp.svg"); } }
          body.home #content main .aftersupport ul li a figure::after {
            content: "";
            filter: url(#dilate);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url("../images/home/aftersupport_mask.svg");
            background-size: 100% 100%; }
            @media screen and (max-width: 750px) {
              body.home #content main .aftersupport ul li a figure::after {
                background-image: url("../images/home/aftersupport_mask_sp.svg"); } }
        body.home #content main .aftersupport ul li a .title {
          width: fit-content;
          margin-top: 40px;
          position: relative;
          font-weight: bold;
          font-size: 20px;
          letter-spacing: 0.1em;
          line-height: 29px;
          text-align: left;
          color: #262626;
          padding-right: 30px;
          margin-bottom: 28px; }
          @media screen and (max-width: 750px) {
            body.home #content main .aftersupport ul li a .title {
              font-size: 16px;
              line-height: 24px;
              margin-top: 24px;
              margin-bottom: 20px; } }
          body.home #content main .aftersupport ul li a .title:after {
            content: "";
            background-image: url("../images/home/link_arrow.svg");
            background-size: 100% 100%;
            display: block;
            width: 16px;
            height: 15px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
        body.home #content main .aftersupport ul li a p {
          font-weight: 500;
          font-size: 14px;
          letter-spacing: 0.05em;
          line-height: 28px;
          text-align: left;
          color: #262626; }
          @media screen and (max-width: 750px) {
            body.home #content main .aftersupport ul li a p {
              font-size: 12px;
              letter-spacing: 0.05em;
              line-height: 22px; } }
    body.home #content main .interview {
      background-color: #E2E2E2; }
      body.home #content main .interview ul {
        display: flex;
        flex-wrap: wrap;
        gap: 56px 46px; }
        @media screen and (max-width: 750px) {
          body.home #content main .interview ul {
            display: block; } }
        body.home #content main .interview ul li {
          flex: 0 0 calc((100% - 92px) / 3); }
          @media screen and (max-width: 750px) {
            body.home #content main .interview ul li + li {
              margin-top: 48px; } }
          body.home #content main .interview ul li a {
            display: block;
            text-decoration: none; }
            body.home #content main .interview ul li a figure {
              position: relative;
              border-radius: 15px;
              display: flex;
              justify-content: center;
              align-items: center;
              aspect-ratio: 1 / 1; }
              body.home #content main .interview ul li a figure img {
                width: calc(280 / 336 * 100%);
                -webkit-mask-image: url("../images/home/iterview_mask.svg");
                -webkit-mask-size: 100% 100%;
                mask-image: url("../images/home/iterview_mask.svg");
                mask-size: 100% 100%;
                aspect-ratio: 1 / 1;		
				object-fit: cover;}
              body.home #content main .interview ul li a figure:after {
                content: "";
                background-image: url("../images/home/interview_deco.svg");
                background-size: 100% 100%;
                display: block;
                width: calc(157 / 336 * 100%);
                aspect-ratio: 157 / 67;
                position: absolute;
                top: calc(20 / 336 * 100%);
                left: calc(20 / 336 * 100%); }
            body.home #content main .interview ul li a .category {
              width: fit-content;
              font-weight: bold;
              font-size: 14px;
              letter-spacing: 0.1em;
              line-height: 32px;
              text-align: left;
              color: #262626;
              margin-top: 24px;
              padding: 0 15px;
              border: 1px solid #262626;
              border-radius: 9999px; }
              @media screen and (max-width: 750px) {
                body.home #content main .interview ul li a .category {
                  font-size: 12px;
                  line-height: 28px; } }
            body.home #content main .interview ul li a .title {
              font-weight: bold;
              font-size: 18px;
              letter-spacing: 0.05em;
              line-height: 26px;
              text-align: left;
              color: #262626;
              margin-top: 16px; }
              @media screen and (max-width: 750px) {
                body.home #content main .interview ul li a .title {
                  font-size: 16px;
                  line-height: 24px; } }
            body.home #content main .interview ul li a p {
              margin-top: 16px;
              font-weight: 500;
              font-size: 14px;
              letter-spacing: 0.05em;
              line-height: 26px;
              text-align: left;
              color: #262626; }
              @media screen and (max-width: 750px) {
                body.home #content main .interview ul li a p {
                  margin-top: 14px;
                  font-size: 12px;
                  line-height: 22px; } }
        body.home #content main .interview ul li:nth-child(6n + 1) a figure {
          background-color: #7157C7; }
        body.home #content main .interview ul li:nth-child(6n + 2) a figure {
          background-color: #B27F42; }
        body.home #content main .interview ul li:nth-child(6n + 3) a figure {
          background-color: #618947; }
        body.home #content main .interview ul li:nth-child(6n + 4) a figure {
          background-color: #B5BA48; }
        body.home #content main .interview ul li:nth-child(6n + 5) a figure {
          background-color: #BF4141; }
        body.home #content main .interview ul li:nth-child(6n) a figure {
          background-color: #4298A0; }

body.guide #content main a,
body.guide #content main button {
  transition: opacity ease .3s; }
  body.guide #content main a:hover,
  body.guide #content main button:hover {
    opacity: .6; }
body.guide #content main h1 {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 35px;
  text-align: left;
  color: #000;
  padding-top: 7px;
  padding-bottom: 14px;
  border-bottom: 1px solid #262626;
  padding-left: 104px;
  margin-bottom: 40px; }
  @media screen and (max-width: 750px) {
    body.guide #content main h1 {
      font-size: 18px;
      line-height: 26px;
      padding-top: 2px;
      padding-bottom: 10px;
      padding-left: 66px;
      margin-bottom: 32px; } }
  body.guide #content main h1.trouble:before {
    content: "";
    background-image: url("../images/trouble/title_icon.svg");
    background-size: 100% 100%;
    display: block;
    width: 80px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 750px) {
      body.guide #content main h1.trouble:before {
        width: 50px;
        height: calc(46px * 50 / 80); } }
  body.guide #content main h1.useful:before {
    content: "";
    background-image: url("../images/useful/title_icon.svg");
    background-size: 100% 100%;
    display: block;
    width: 80px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 750px) {
      body.guide #content main h1.useful:before {
        width: 50px;
        height: calc(46px * 50 / 80); } }
body.guide #content main nav.jump {
  margin-bottom: 55px; }
  @media screen and (max-width: 750px) {
    body.guide #content main nav.jump {
      margin-bottom: 36px; } }
  body.guide #content main nav.jump ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 14px; }
    @media screen and (max-width: 750px) {
      body.guide #content main nav.jump ul {
        gap: 22px 19px; } }
    body.guide #content main nav.jump ul li {
      flex: 0 0 calc((100% - 14px * 5) / 6); }
      @media screen and (max-width: 750px) {
        body.guide #content main nav.jump ul li {
          flex: 0 0 calc((100% - 19px * 2) / 3); } }
      body.guide #content main nav.jump ul li a {
        border: 1px solid #262626;
        border-radius: 10px;
        box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
        display: block;
        padding: 12px 0 16px;
        text-decoration: none; }
        @media screen and (max-width: 750px) {
          body.guide #content main nav.jump ul li a {
            padding: 10px 0 16px;
            border-radius: 10px; } }
        body.guide #content main nav.jump ul li a p {
          display: flex;
          height: 32px;
          align-items: center;
          justify-content: center;
          font-weight: bold;
          font-size: 12px;
          letter-spacing: 0.05em;
          line-height: 16px;
          text-align: center;
          color: #000;
          margin-bottom: 11px; }
          @media screen and (max-width: 750px) {
            body.guide #content main nav.jump ul li a p {
              height: 28px;
              font-size: 12px;
              letter-spacing: 0.08em;
              line-height: 14px; } }
        body.guide #content main nav.jump ul li a:after {
          content: "";
          display: block;
          width: 56px;
          height: 56px;
          border: 1px solid #262626;
          border-radius: 50%;
          margin: 0 auto;
          display: block;
          background-color: #fff;
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: 40px 40px; }
          @media screen and (max-width: 750px) {
            body.guide #content main nav.jump ul li a:after {
              width: 67px;
              height: 67px;
              background-size: 52px 52px; } }
    body.guide #content main nav.jump ul .furniture a {
      background-color: #A3E2C0; }
      body.guide #content main nav.jump ul .furniture a:after {
        background-image: url("../images/common/guide_category_furniture.svg"); }
    body.guide #content main nav.jump ul .interior a {
      background-color: #DA9EE5; }
      body.guide #content main nav.jump ul .interior a:after {
        background-image: url("../images/common/guide_category_interior.svg"); }
    body.guide #content main nav.jump ul .equipment a {
      background-color: #FADC78; }
      body.guide #content main nav.jump ul .equipment a:after {
        background-image: url("../images/common/guide_category_equipment.svg"); }
    body.guide #content main nav.jump ul .water a {
      background-color: #9ED3D8; }
      body.guide #content main nav.jump ul .water a:after {
        background-image: url("../images/common/guide_category_water.svg"); }
    body.guide #content main nav.jump ul .other a {
      background-color: #FDB08D; }
      body.guide #content main nav.jump ul .other a:after {
        background-image: url("../images/common/guide_category_other.svg"); }
    body.guide #content main nav.jump ul .search a {
      background-color: #E2E2E2; }
      body.guide #content main nav.jump ul .search a:after {
        background-image: url("../images/common/guide_category_search.svg"); }
body.guide #content main section {
  margin-top: 26px; }
  body.guide #content main section h2 {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 48px;
    text-align: left;
    color: #000;
    border-bottom: 1px solid #262626;
    padding: 8px 0;
    padding-left: 56px;
    margin-bottom: 30px; }
    @media screen and (max-width: 750px) {
      body.guide #content main section h2 {
        font-size: 16px;
        letter-spacing: 0.08em;
        line-height: 24px;
        text-align: left;
        color: #000;
        padding: 6px 0;
        padding-left: 38px;
        margin-bottom: 12px; } }
    body.guide #content main section h2:before {
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      left: 0;
      width: 48px;
      height: 48px;
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      @media screen and (max-width: 750px) {
        body.guide #content main section h2:before {
          width: 28px;
          height: 28px;
          top: 4px; } }
  body.guide #content main section.furniture h2:before {
    background-image: url("../images/common/guide_category_furniture.svg"); }
  body.guide #content main section.interior h2:before {
    background-image: url("../images/common/guide_category_interior.svg"); }
  body.guide #content main section.equipment h2:before {
    background-image: url("../images/common/guide_category_equipment.svg"); }
  body.guide #content main section.water h2:before {
    background-image: url("../images/common/guide_category_water.svg"); }
  body.guide #content main section.other h2:before {
    background-image: url("../images/common/guide_category_other.svg"); }
  body.guide #content main section.search h2:before {
    background-image: url("../images/common/guide_category_search.svg"); }
  body.guide #content main section ul {
    padding: 10px 0;
    background-color: #EBEBEB; }
    @media screen and (max-width: 750px) {
      body.guide #content main section ul {
        padding: 8px 0; } }
    body.guide #content main section ul li {
      padding: 0;
      border-bottom: 1px dotted #939393; }
      body.guide #content main section ul li:last-child {
        border: none; }
      body.guide #content main section ul li a {
        position: relative;
        padding: 15px 17px 15px 43px;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.08em;
        line-height: 20px;
        text-align: left;
        color: #000;
        display: block;
        text-decoration: none; }
        @media screen and (max-width: 750px) {
          body.guide #content main section ul li a {
            font-size: 12px;
            line-height: 18px;
            padding: 8px 15px 8px 30px; } }
        body.guide #content main section ul li a:before {
          content: "";
          display: block;
          border-left: 7px solid #262626;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          position: absolute;
          left: 17px;
          top: 21px; }
          @media screen and (max-width: 750px) {
            body.guide #content main section ul li a:before {
              top: 13px;
              left: 12px;
              border-left: 6px solid #262626; } }
body.guide #content main section.search .wrapper {
  border: 1px solid #262626;
  padding: 35px 45px; }
  @media screen and (max-width: 750px) {
    body.guide #content main section.search .wrapper {
      margin-top: 16px;
      padding: 16px 20px; } }
  body.guide #content main section.search .wrapper .lead {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 20px;
    text-align: left;
    color: #000;
    margin-bottom: 6px; }
    @media screen and (max-width: 750px) {
      body.guide #content main section.search .wrapper .lead {
        font-size: 12px;
        letter-spacing: 0.08em;
        line-height: 18px;
        margin-bottom: 8px; } }
  body.guide #content main section.search .wrapper .example {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 20px;
    text-align: left;
    color: #676767;
    margin-bottom: 18px; }
    @media screen and (max-width: 750px) {
      body.guide #content main section.search .wrapper .example {
        font-size: 12px;
        letter-spacing: 0.08em;
        line-height: 18px;
        margin-bottom: 12px; } }
  body.guide #content main section.search .wrapper .field {
    display: flex;
    margin-bottom: 20px; }
    @media screen and (max-width: 750px) {
      body.guide #content main section.search .wrapper .field {
        margin-bottom: 8px; } }
    body.guide #content main section.search .wrapper .field input[type="text"] {
      width: calc(100% - 78px);
      height: 50px;
      border: 1px solid #000;
      border-radius: 8px 0 0 8px;
      padding: 0 8px;
      font-size: 16px; }
      @media screen and (max-width: 750px) {
        body.guide #content main section.search .wrapper .field input[type="text"] {
          width: calc(100% - 48px);
          height: 28px;
          border-radius: 4px 0 0 4px; } }
    body.guide #content main section.search .wrapper .field button {
      font-weight: bold;
      font-size: 16px;
      letter-spacing: 0.08em;
      text-align: center;
      color: #fff;
      width: 78px;
      height: 50px;
      background-color: #000;
      border-radius: 0 8px 8px 0; }
      @media screen and (max-width: 750px) {
        body.guide #content main section.search .wrapper .field button {
          width: 48px;
          font-size: 12px;
          letter-spacing: 0.08em;
          height: 28px;
          border-radius: 0 4px 4px 0; } }
  body.guide #content main section.search .wrapper .action a {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 20px;
    text-align: left;
    color: #000; }
    @media screen and (max-width: 750px) {
      body.guide #content main section.search .wrapper .action a {
        font-weight: 500;
        font-size: 12px;
        line-height: 8px;
        padding-left: 12px; } }
    body.guide #content main section.search .wrapper .action a:before {
      content: "";
      display: block;
      border-left: 7px solid #262626;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      position: absolute;
      top: calc(50% + 1px);
      left: 0;
      transform: translateY(-50%); }
      @media screen and (max-width: 750px) {
        body.guide #content main section.search .wrapper .action a:before {
          border-left: 6px solid #262626; } }

body.index #content main a {
  transition: opacity ease .3s; }
  body.index #content main a:hover {
    opacity: .6; }
body.index #content main h1 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 35px;
  text-align: center;
  color: #000;
  padding-bottom: 14px;
  border-bottom: 1px solid #262626;
  margin-bottom: 70px; }
  @media screen and (max-width: 750px) {
    body.index #content main h1 {
      font-size: 18px;
      line-height: 26px;
      padding-bottom: 9px;
      margin-bottom: 32px; } }

  body.index #content main h1.title_img_campaign {
    position: relative;
    text-align: left;
    padding-top: 7px;
    padding-left: 104px;
    margin-top: 40px;
    margin-bottom: 40px; }
  @media screen and (max-width: 750px) {
    body.index #content main h1.title_img_campaign {
      font-size: 18px;
      line-height: 26px;
      padding-top: 2px;
      padding-left: 66px;
      padding-bottom: 9px;
      margin-bottom: 32px; } }
  body.index #content main h1.title_img_campaign:before {
    content: "";
    background-image: url("../images/campaign/title_icon.png");
    background-size: 100% 100%;
    display: block;
    width: 80px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 750px) {
      body.index #content main h1.title_img_campaign:before {
        width: 50px;
        height: calc(46px * 50 / 80); } }

  body.index #content main h1.title_img_service {
    position: relative;
    text-align: left;
    padding-top: 7px;
    padding-left: 104px;
    margin-top: 40px;
    margin-bottom: 40px; }
  @media screen and (max-width: 750px) {
    body.index #content main h1.title_img_service {
      font-size: 18px;
      line-height: 26px;
      padding-top: 2px;
      padding-left: 66px;
      padding-bottom: 9px;
      margin-bottom: 32px; } }
  body.index #content main h1.title_img_service:before {
    content: "";
    background-image: url("../images/service/title_icon.png");
    background-size: 100% 100%;
    display: block;
    width: 80px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 750px) {
      body.index #content main h1.title_img_service:before {
        width: 50px;
        height: calc(46px * 50 / 80); } }

  body.index #content main h1.title_img_aftersupport {
    position: relative;
    text-align: left;
    padding-top: 7px;
    padding-left: 104px;
    margin-top: 40px;
    margin-bottom: 40px; }
  @media screen and (max-width: 750px) {
    body.index #content main h1.title_img_aftersupport {
      font-size: 18px;
      line-height: 26px;
      padding-top: 2px;
      padding-left: 66px;
      padding-bottom: 9px;
      margin-bottom: 32px; } }
  body.index #content main h1.title_img_aftersupport:before {
    content: "";
    background-image: url("../images/aftersupport/title_icon.png");
    background-size: 100% 100%;
    display: block;
    width: 80px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 750px) {
      body.index #content main h1.title_img_aftersupport:before {
        width: 50px;
        height: calc(46px * 50 / 80); } }

body.index #content main ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 30px; }
  @media screen and (max-width: 750px) {
    body.index #content main ul {
      gap: 24px 0; } }
  body.index #content main ul li {
    flex: 0 0 calc((100% - 30px) / 2); }
    @media screen and (max-width: 750px) {
      body.index #content main ul li {
        flex: 0 0 100%; } }
    body.index #content main ul li a {
      display: block;
      height: 100%;
      border-radius: 14px;
      background: #fff;
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
      padding: 32px; }
      @media screen and (max-width: 750px) {
        body.index #content main ul li a {
          padding: 24px; } }
      body.index #content main ul li a figure {
        position: relative;
        margin-bottom: 20px;
        padding-top: calc(154 / 256 * 100%); }
        @media screen and (max-width: 750px) {
          body.index #content main ul li a figure {
            margin-bottom: 16px;
            padding-top: calc(180 / 292 * 100%); } }
        body.index #content main ul li a figure img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      body.index #content main ul li a .title {
        position: relative;
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 0.08em;
        line-height: 28px;
        text-align: left;
        color: #000;
        padding-left: 22px;
        margin-bottom: 16px; }
        @media screen and (max-width: 750px) {
          body.index #content main ul li a .title {
            font-size: 16px;
            line-height: 24px;
            padding-left: 18px;
            margin-bottom: 16px; } }
        body.index #content main ul li a .title:before {
          content: "";
          background-color: #262626;
          width: 2px;
          position: absolute;
          top: 5px;
          bottom: 5px;
          left: 0;
          display: block; }
          @media screen and (max-width: 750px) {
            body.index #content main ul li a .title:before {
              top: 3px;
              bottom: 3px; } }
      body.index #content main ul li a p {
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.08em;
        line-height: 28px;
        text-align: left;
        color: #000; }
        @media screen and (max-width: 750px) {
          body.index #content main ul li a p {
            font-size: 14px;
            line-height: 21px; } }

body.page #content main {
  padding: 36px 32px;
  /*
  h1 {
  	font-weight: bold;
  	font-size: 24px;
  	letter-spacing: 0.08em;
  	line-height: 35px;
  	text-align: center;
  	color: #000;
  	padding-bottom: 14px;
  	border-bottom: 1px solid #262626;
  	margin-bottom: 32px;
  }
  */ }
