@charset "UTF-8";
/*Theme Name: 株式会社REFLAME*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@media (min-width: 769px) {
  html {
    font-size: 100%;
    scroll-padding-top: 100px;
  }
  body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0 auto;
    min-width: 1280px;
    width: 100%;
    line-height: 1.5;
    color: #231815;
    font-weight: 500;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .imgleft > div {
    width: 100%;
    margin-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .imgleft > div p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body .imgright > div {
    width: 100%;
    margin-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .imgright > div p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .inner {
    width: 1080px;
    margin: 0 auto;
  }
  body .inner.narrow {
    width: 1000px;
  }
  body .main_title {
    font-size: 1.25rem;
    margin-bottom: 60px;
  }
  body .main_title span {
    position: relative;
    display: block;
    font-size: 2rem;
    letter-spacing: 12.8px;
    margin-bottom: 40px;
  }
  body .main_title span:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    bottom: -20px;
    left: 0;
    background: #757575;
  }
  body .sub_title {
    font-size: 2rem;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 30px 0;
    margin-bottom: 50px;
  }
  body .grade_title {
    display: inline-block;
    background: linear-gradient(91deg, #d77373 4.5%, #768ca3 96.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  body .bb_title {
    font-size: 1.5rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px;
  }
  body .btn {
    position: relative;
    text-align: center;
    background: #231815;
    border-radius: 200px;
    color: #fff;
    display: block;
    width: 400px;
    height: 50px;
    overflow: hidden;
    padding: 12px;
    z-index: 1;
  }
  body .btn:hover .hover {
    -webkit-animation: grade 4.5s cubic-bezier(0.43, 0.05, 0.17, 1) infinite alternate;
            animation: grade 4.5s cubic-bezier(0.43, 0.05, 0.17, 1) infinite alternate;
    opacity: 1;
  }
  @-webkit-keyframes grade {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
  }
  @keyframes grade {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
  }
  body .btn .txt {
    position: relative;
    z-index: 1;
  }
  body .btn .hover {
    background: linear-gradient(91deg, #d77373, #768ca3, #d77373, #768ca3) no-repeat 50%/300% 300%;
    border-radius: 200px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.26, 0.06, 0, 1);
    transition: opacity 0.3s cubic-bezier(0.26, 0.06, 0, 1);
    width: 100%;
  }
  body .btn.gray {
    background: #757575;
  }
  body .grade_txt {
    position: relative;
    color: inherit;
    background: linear-gradient(91deg, #d77373 4.5%, #768ca3 96.69%);
    background-size: 200% 200%;
    background-position: 50% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-transition: color 1.2s ease;
    transition: color 1.2s ease;
  }
  body .grade_txt.is_grade {
    color: transparent;
    -webkit-animation: gradientMove 2.8s ease-in-out;
            animation: gradientMove 2.8s ease-in-out;
  }
  @-webkit-keyframes gradientMove {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes gradientMove {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  body .cat_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  body .cat_list .cat {
    border: 1px solid #231815;
    text-align: center;
    display: block;
    min-width: 100px;
    padding: 2px;
  }
  body .cat_list .cat:hover {
    background: #231815;
    color: #fff;
  }
  body .cate_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 100px;
  }
  body .cate_list a {
    display: block;
    border: 1px solid #231815;
    border-radius: 200px;
    padding: 7px;
    text-align: center;
  }
  body .cate_list a.current, body .cate_list a:hover {
    background: #231815;
    color: #fff;
  }
  body .graf li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .graf li:first-child .title {
    border-top: 1px solid #231815;
  }
  body .graf li:first-child .txt {
    border-top: 1px solid #d9d9d9;
  }
  body .graf .title {
    width: 250px;
    border-bottom: 1px solid #231815;
    padding: 30px;
  }
  body .graf .txt {
    width: 830px;
    border-bottom: 1px solid #d9d9d9;
    padding: 30px;
  }
  body .graf .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .news_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 30px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
  }
  body .news_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .news_list li .title {
    width: 85%;
  }
  body .news_list li .title a {
    display: block;
  }
  body .news_list li .title a:hover {
    background: linear-gradient(91deg, #d77373, #768ca3, #d77373, #768ca3) no-repeat 50%/300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  body .column_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 100px 90px;
  }
  body .column_list > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .column_list .thumb {
    display: block;
    max-width: 300px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding: 6px;
  }
  body .column_list .thumb:hover:before {
    opacity: 1;
  }
  body .column_list .thumb:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px;
    background: linear-gradient(91deg, #d77373 4.5%, #768ca3 96.69%);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  body .column_list .thumb:after {
    content: "";
    display: block;
    padding-top: 65.278%;
  }
  body .column_list .thumb > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .column_list .cat_list {
    margin-bottom: 20px;
  }
  body .column_list .title a {
    display: block;
    font-size: 1.25rem;
  }
  body .column_list .title a:hover {
    background: linear-gradient(91deg, #d77373, #768ca3, #d77373, #768ca3) no-repeat 50%/300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header {
    overflow: hidden;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 50px 0 0 50px;
    gap: 85px;
  }
}

@media screen and (min-width: 769px) and (max-width: 950px) {
  header .h_blc {
    gap: 40px;
    padding: 50px 0 0 20px;
  }
}

@media (min-width: 769px) {
  header .h_blc.active {
    background: rgba(255, 255, 255, 0.8);
  }
  header .logo a {
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 950px) {
  header .logo a {
    max-width: 200px;
  }
}

@media (min-width: 769px) {
  header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    padding: 10px 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 950px) {
  header .nav {
    gap: 20px;
    padding: 15px 0 10px;
  }
}

@media (min-width: 769px) {
  header .nav a {
    letter-spacing: 3.2px;
    display: block;
    font-weight: bold;
  }
  header .nav a:hover {
    background: linear-gradient(91deg, #d77373, #768ca3, #d77373, #768ca3) no-repeat 50%/300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  header .btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
  }
  header .btnarea .btn,
  header .btnarea .hover {
    width: 250px;
    letter-spacing: 3.2px;
    border-radius: 0;
    font-weight: bold;
  }
  header .fv {
    position: relative;
    height: 830px;
  }
  header .fv .member {
    position: relative;
    right: -90px;
    min-width: 880px;
    width: 68%;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .fv .wrap {
    position: relative;
    width: 33.333%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: skewX(-12deg);
            transform: skewX(-12deg);
  }
  header .fv .wrap01 .pic,
  header .fv .wrap03 .pic {
    -webkit-animation: loop-up 60s linear infinite;
            animation: loop-up 60s linear infinite;
  }
  header .fv .wrap02 .pic {
    -webkit-animation: loop-down 60s linear infinite;
            animation: loop-down 60s linear infinite;
  }
  @-webkit-keyframes loop-up {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
  }
  @keyframes loop-up {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
  }
  @-webkit-keyframes loop-down {
    0% {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes loop-down {
    0% {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  header .fv .pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  header .fv .crip {
    width: 100%;
    height: auto;
    overflow: hidden;
    aspect-ratio: 3 / 4;
  }
  header .fv .crip img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(12deg) scale(1.3);
            transform: skewX(12deg) scale(1.3);
  }
  header .fv p {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 100px;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 4.8px;
  }
  header .fv .scroll {
    position: absolute;
    bottom: 10px;
    left: 50px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    color: #757575;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 1.6px;
  }
  header .fv .scroll:hover {
    background: linear-gradient(91deg, #d77373, #768ca3, #d77373, #768ca3) no-repeat 50%/300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  header .fv .scroll span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 1px;
  }
  header .fv .scroll span:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 15px;
    width: 1px;
    height: 80px;
    background: #757575;
    -webkit-animation: liner 2s cubic-bezier(1, 0, 0, 1) infinite;
            animation: liner 2s cubic-bezier(1, 0, 0, 1) infinite;
  }
  @-webkit-keyframes liner {
    0% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
    }
    30% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
    }
    70% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 0%;
              transform-origin: 0 0%;
    }
    100% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 0%;
              transform-origin: 0 0%;
    }
  }
  @keyframes liner {
    0% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
    }
    30% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
    }
    70% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 0%;
              transform-origin: 0 0%;
    }
    100% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 0%;
              transform-origin: 0 0%;
    }
  }
  header .fv.sub {
    height: 400px;
    margin-bottom: 100px;
  }
  header .fv.sub video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  header .fv.sub .page_title {
    position: absolute;
    top: 80%;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
    left: 100px;
    font-size: 1.5rem;
    letter-spacing: 9.6px;
  }
  header .fv.sub .page_title span {
    display: block;
    font-size: 4rem;
    letter-spacing: 25.6px;
    text-transform: uppercase;
  }
  header .fv.sub .breadcrumbs {
    position: absolute;
    bottom: 30px;
    right: 100px;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  header .fv.sub .breadcrumbs span {
    display: block;
    max-width: 300px;
  }
  header .fv.sub .breadcrumbs a:hover {
    text-decoration: underline;
    color: #d77373;
  }
  main {
    margin-bottom: 100px;
  }
  main.top #txt {
    position: relative;
    width: 100%;
    height: 450px;
  }
  main.top #txt video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  main.top #txt p {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 1000px;
    font-size: 1.25rem;
    line-height: 2.5;
  }
  main.top .service {
    background: #f8f8f8;
    padding: 100px 0;
  }
  main.top .service .blc {
    position: relative;
    width: 850px;
    margin-left: auto;
  }
  main.top .service .blc h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  main.top .service .blc p {
    margin-bottom: 60px;
  }
  main.top .service .blc > .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
  }
  main.top .service .blc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 50px;
  }
  main.top .service .blc ul li {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.top .service .blc ul h4 {
    font-size: 1.25rem;
    margin: 20px 0;
  }
  main.top .service .blc ul .btn {
    margin-top: auto;
    width: 100%;
  }
  main.top .partner {
    padding: 30px 0 0;
    margin-bottom: 100px;
  }
  main.top .partner .wrap {
    width: 100%;
    overflow: hidden;
  }
  main.top .partner .wrap:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top .partner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 30px;
    -webkit-animation: scroll_left 100s linear infinite;
            animation: scroll_left 100s linear infinite;
  }
  main.top .partner ul.right {
    -webkit-animation: scroll_right 100s linear infinite;
            animation: scroll_right 100s linear infinite;
  }
  main.top .partner ul img {
    width: 100%;
  }
  @-webkit-keyframes scroll_left {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes scroll_left {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @-webkit-keyframes scroll_right {
    0% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes scroll_right {
    0% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  main.top .column {
    margin-bottom: 100px;
  }
  main.top .column .btn {
    width: 300px;
    margin: 100px auto 0;
  }
  main.top .youtube {
    margin-bottom: 100px;
  }
  main.top .youtube main {
    margin-bottom: 0;
  }
  main.top .youtube .tsvg-thumbnails-effect-blocks {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 50px 90px;
  }
  main.top .youtube .tsvg-thumbnails-block {
    position: relative;
    margin: 0;
  }
  main.top .youtube .tsvg-thumbnails-block:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f144";
    font-weight: 900;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #ff0833;
    z-index: 10;
    pointer-events: none;
    font-size: 3rem;
  }
  main.top .youtube .tsvg-thumbnails-block .adipoli-before,
  main.top .youtube .tsvg-thumbnails-block img {
    border-radius: 10px;
  }
  main.top .youtube .btn {
    margin: 100px auto 0;
    width: 300px;
  }
  main.top .news .blc {
    width: 850px;
    margin-left: auto;
  }
  main.top .news .tab_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
  }
  main.top .news .tab_area li {
    min-width: 200px;
    display: block;
    border: 1px solid #231815;
    border-radius: 100px;
    text-align: center;
    padding: 12px 8px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  main.top .news .tab_area li:hover, main.top .news .tab_area li.select {
    color: #fff;
    background: #231815;
  }
  main.top .news .hide {
    display: none;
  }
  main.top .news .btn {
    width: 250px;
    margin: 50px 0 0 auto;
  }
  main.sub .sec:not(:last-child) {
    margin-bottom: 100px;
  }
  main.sub .service .lead h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  main.sub .service .rec .btn {
    margin-top: auto;
  }
  main.sub .service .flow .blc {
    margin-bottom: 50px;
  }
  main.sub .service .flow .blc p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .service .flow .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .service .flow .wrap > div {
    border: 1px solid #d9d9d9;
    padding: 40px 18px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .service .flow .wrap > div:first-child {
    width: 120px;
  }
  main.sub .service .flow .wrap > div:nth-child(2) {
    width: 750px;
    padding: 0 25px 40px;
  }
  main.sub .service .flow .wrap > div:last-child {
    width: 150px;
    gap: 60px;
  }
  main.sub .service .flow .wrap .icon img {
    margin-bottom: 20px;
  }
  main.sub .service .flow .wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    gap: 20px;
  }
  main.sub .service .flow .wrap ul.up {
    margin-bottom: 20px;
  }
  main.sub .service .flow .wrap ul.up .box:first-child {
    width: 160px;
  }
  main.sub .service .flow .wrap ul.down .box {
    width: 300px;
  }
  main.sub .service .flow .wrap ul.down .box:first-child img {
    right: auto;
    left: -55px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  main.sub .service .flow .wrap ul.down .box:last-child {
    width: 340px;
  }
  main.sub .service .flow .wrap ul .box {
    border: 1px solid #d6d6d6;
    background: #f8f8f8;
    height: 80px;
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  main.sub .service .flow .wrap ul .box:last-child img {
    right: -55px;
  }
  main.sub .service .flow .wrap ul .box img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -20px;
  }
  main.sub .service .flow .wrap ul .img {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: auto;
  }
  main.sub .service .flow .btn {
    margin: 100px auto 0;
  }
  main.sub .company .vision p {
    line-height: 2.5;
  }
  main.sub .company .about iframe {
    width: 100%;
    display: block;
    margin-bottom: 100px;
  }
  main.sub .privacy li:not(:last-child) {
    margin-bottom: 50px;
  }
  main.sub .privacy li a {
    background: linear-gradient(91deg, #d77373 4.5%, #768ca3 96.69%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main.sub .privacy li a:hover {
    background: linear-gradient(91deg, #d77373, #768ca3, #d77373, #768ca3) no-repeat 50%/300% 300%;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main.sub .contact .tab_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
  }
  main.sub .contact .tab_area li {
    width: 200px;
    height: 40px;
    border: 1px solid #231815;
    background: #fff;
    color: #231815;
    border-radius: 100px;
    text-align: center;
    padding: 7px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  main.sub .contact .tab_area li.select {
    background: #231815;
    color: #fff;
  }
  main.sub .contact .tab_area li:hover {
    border: 1px solid #fff;
    color: #fff;
  }
  main.sub .contact .hide {
    display: none;
  }
  main.sub .contact .wpcf7-form .flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 100px;
  }
  main.sub .contact .wpcf7-form .flx > ul {
    width: 46%;
  }
  main.sub .contact .wpcf7-form .flx > ul > li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .contact .wpcf7-form .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  main.sub .contact .wpcf7-form .title span {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.3;
    width: 50px;
    background: #d77373;
  }
  main.sub .contact .wpcf7-form .title span.gray {
    background: #bdbdbd;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
  }
  main.sub .contact .wpcf7-form input[type="text"],
  main.sub .contact .wpcf7-form input[type="tel"],
  main.sub .contact .wpcf7-form input[type="url"],
  main.sub .contact .wpcf7-form input[type="date"],
  main.sub .contact .wpcf7-form input[type="email"] {
    font-family: "Zen Kaku Gothic New", sans-serif;
    width: 100%;
    height: 50px;
    padding: 10px;
    outline: none;
    background: #f8f8f8;
    border: 1px solid #cecece;
  }
  main.sub .contact .wpcf7-form input[type="text"].mini,
  main.sub .contact .wpcf7-form input[type="date"] {
    width: 30%;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
    content: "";
    border: 1px solid #cecece;
    background: #f8f8f8;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 0px;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
    width: 20px;
    height: 10px;
    border-left: 3px solid #231815;
    border-bottom: 3px solid #231815;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    cursor: pointer;
    margin-right: 30px;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
    content: "";
    background: #f8f8f8;
    border-radius: 100%;
    border: 1px solid #cecece;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
    background-color: #231815;
    -webkit-box-shadow: inset 0 0 0 4px #f8f8f8;
            box-shadow: inset 0 0 0 4px #f8f8f8;
  }
  main.sub .contact .wpcf7-form textarea {
    font-family: "Zen Kaku Gothic New", sans-serif;
    width: 100%;
    height: 420px;
    padding: 10px;
    font-size: 1rem;
    background: #f8f8f8;
    border: 1px solid #cecece;
    outline: none;
  }
  main.sub .contact .agree {
    text-align: center;
  }
  main.sub .contact .agree a {
    text-decoration: underline;
  }
  main.sub .contact .agree a:hover {
    color: #d77373;
  }
  main.sub .contact .agree .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  main.sub .contact .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    position: relative;
  }
  main.sub .contact .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  main.sub .contact .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    border: 1px solid #cecece;
    display: inline-block;
    background: #f8f8f8;
    width: 30px;
    height: 30px;
    position: relative;
    top: -2px;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  main.sub .contact .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 10px;
    border-left: 3px solid #231815;
    border-bottom: 3px solid #231815;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  main.sub .contact .wpcf7-spinner {
    display: none;
  }
  main.sub .contact form .btn {
    margin: 50px auto 0;
    padding: 0;
  }
  main.sub .contact form .btn:hover {
    cursor: pointer;
  }
  main.sub .contact input[type="submit"] {
    font-family: "Zen Kaku Gothic New", sans-serif;
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    background: transparent;
    width: 100%;
    height: 50px;
  }
  main.sub .consultant .consultant_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 100px 67px;
  }
  main.sub .consultant .consultant_list > li {
    position: relative;
  }
  main.sub .consultant .consultant_list .thumb {
    display: block;
    max-width: 220px;
    width: 100%;
    position: relative;
    padding: 5px;
  }
  main.sub .consultant .consultant_list .thumb:hover:before {
    opacity: 1;
  }
  main.sub .consultant .consultant_list .thumb:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    background: linear-gradient(91deg, #d77373 4.5%, #768ca3 96.69%);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  main.sub .consultant .consultant_list .thumb:after {
    content: "";
    display: block;
    padding-top: 185.94%;
  }
  main.sub .consultant .consultant_list .thumb > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.sub .consultant .consultant_list .thumb span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    background: #231815;
    color: #fff;
    width: 100px;
    padding: 3px;
  }
  main.sub .consultant .consultant_list .title a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    display: block;
    text-align: center;
    background: rgba(35, 24, 21, 0.6);
    color: #fff;
    font-size: 1.25rem;
  }
  main.sub .consultant .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 35px;
    margin-bottom: 50px;
  }
  main.sub .consultant .blc .thumb {
    max-width: 300px;
    width: 100%;
    position: relative;
  }
  main.sub .consultant .blc .thumb:before {
    content: "";
    display: block;
    padding-top: 133.334%;
  }
  main.sub .consultant .blc .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.sub .consultant .blc h2 {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  main.sub .consultant .blc h2 span {
    display: block;
    font-size: 1rem;
  }
  main.sub .consultant .blc p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .consultant .graf {
    margin-bottom: 80px;
  }
  main.sub .consultant .voice h2 {
    margin-bottom: 40px;
    font-size: 1.25rem;
    padding-left: 40px;
    position: relative;
  }
  main.sub .consultant .voice h2:after {
    position: absolute;
    content: "ー";
    top: 0;
    left: 0;
  }
  main.sub .consultant .voice ul {
    border-top: 1px solid #d9d9d9;
  }
  main.sub .consultant .voice ul li {
    padding: 50px;
    border-bottom: 1px solid #d9d9d9;
  }
  main.sub .consultant .voice ul img {
    margin-bottom: 10px;
  }
  main.sub .consultant .voice p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .pagination {
    padding-top: 100px;
  }
  main.sub .pagination .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  main.sub .pagination .page-numbers span,
  main.sub .pagination .page-numbers a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #231815;
    width: 50px;
    height: 60px;
  }
  main.sub .pagination .page-numbers span,
  main.sub .pagination .page-numbers a:hover {
    background: #231815;
    color: #fff;
  }
  main.sub .single .content .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #231815;
    margin-bottom: 30px;
  }
  main.sub .single .content .dec time {
    display: block;
  }
  main.sub .single .content > p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #d77373;
    font-weight: bold;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 40px auto;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 40px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 40px auto;
    background: #f8f8f8;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #d77373;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #d77373;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul:not([class]) {
    background: #f8f8f8;
    padding: 20px 40px;
    margin: 40px auto;
  }
  main.sub .single .content ul:not([class]) li {
    list-style: disc;
  }
  main.sub .single .content ul:not([class]) li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .single .content h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.sub .single .content h2 {
    font-size: 1.5rem;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    margin: 40px 0;
  }
  main.sub .single .content h3 {
    margin: 40px 0;
    font-size: 1.25rem;
    padding-left: 40px;
    position: relative;
  }
  main.sub .single .content h3:after {
    position: absolute;
    content: "ー";
    top: 0;
    left: 0;
  }
  main.sub .single .content h4 {
    font-size: 1.25rem;
    margin: 40px 0;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 40px 0;
  }
  main.sub .single .content table th {
    background: #231815;
    padding: 10px;
    vertical-align: middle;
    color: #fff;
    text-align: left;
  }
  main.sub .single .content table td {
    background: #f8f8f8;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub .single .content dl {
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #231815;
    color: #fff;
    padding: 10px;
    width: 30%;
    vertical-align: middle;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 30%);
    background: #f8f8f8;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub .pagenavi {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
        grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding-top: 100px;
  }
  main.sub .pagenavi li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main.sub .pagenavi li:only-child {
    grid-column: 1 / -1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .pagenavi li.prev {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main.sub .pagenavi li.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  main.sub .pagenavi li.center .btn {
    width: 400px;
  }
  main.sub .pagenavi li.next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  main.sub .pagenavi li .btn {
    width: auto;
    min-width: 120px;
  }
  main.sub .error {
    text-align: center;
    padding-top: 60px;
  }
  main.sub .error h2 {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
  main.sub .error p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .error .btn {
    margin: 60px auto 0;
  }
  footer {
    background: #f8f8f8;
  }
  footer .recruit {
    padding: 50px 0;
  }
  footer .recruit .main_title {
    margin-bottom: 20px;
  }
  footer .recruit .main_title span {
    margin: 20px 0 0;
  }
  footer .recruit .main_title span:after {
    display: none;
  }
  footer .recruit .btn {
    margin-top: auto;
    width: 250px;
  }
  footer .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  footer .subnav li {
    width: 50%;
    background: #231815;
    color: #fff;
    text-align: center;
  }
  footer .subnav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
    border: 1px solid #757575;
    margin: 5px;
    height: 90%;
  }
  footer .subnav a:hover {
    background: #fff;
    color: #231815;
  }
  footer .subnav h2 {
    font-size: 1.25rem;
  }
  footer .subnav h2 span {
    display: block;
    letter-spacing: 6.4px;
    font-size: 1rem;
  }
  footer .f_blc {
    padding: 50px 0 20px;
  }
  footer .f_blc .f_logo a {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  footer .f_blc .f_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 80px;
  }
  footer .f_blc .f_nav a {
    display: block;
    margin-bottom: 10px;
  }
  footer .f_blc .f_nav a:hover {
    background: linear-gradient(91deg, #d77373, #768ca3, #d77373, #768ca3) no-repeat 50%/300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  footer .f_blc small {
    display: block;
    text-align: center;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #231815;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    border-radius: 100px;
    text-align: center;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 10;
  }
  footer .pagetop:hover {
    cursor: pointer;
    background: #d77373;
  }
  footer .fixbtn {
    display: none !important;
  }
  .smonly {
    display: none;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 87.5%;
    scroll-padding-top: 60px;
  }
  body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    color: #231815;
    font-weight: 500;
  }
  body img {
    height: auto;
  }
  body .imgleft img,
  body .imgright img {
    display: block;
    margin: 0 auto 20px;
  }
  body .imgleft > div p:not(:last-child),
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .main_title {
    margin-bottom: 40px;
  }
  body .main_title span {
    position: relative;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }
  body .main_title span:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    bottom: -10px;
    left: 0;
    background: #757575;
  }
  body .sub_title {
    font-size: 1.4rem;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  body .grade_title {
    display: inline-block;
    background: linear-gradient(91deg, #d77373 4.5%, #768ca3 96.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  body .bb_title {
    font-size: 1.2rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
  }
  body .btn {
    position: relative;
    text-align: center;
    background: #231815;
    border-radius: 200px;
    color: #fff;
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    padding: 12px;
    z-index: 1;
  }
  body .btn .txt {
    position: relative;
    z-index: 1;
  }
  body .btn.gray {
    background: #757575;
  }
  body .grade_txt {
    position: relative;
    color: inherit;
    background: linear-gradient(91deg, #d77373 4.5%, #768ca3 96.69%);
    background-size: 200% 200%;
    background-position: 50% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-transition: color 1.2s ease;
    transition: color 1.2s ease;
  }
  body .grade_txt.is_grade {
    color: transparent;
    -webkit-animation: gradientMove 2.8s ease-in-out;
            animation: gradientMove 2.8s ease-in-out;
  }
  @-webkit-keyframes gradientMove {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes gradientMove {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  body .cat_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  body .cat_list .cat {
    border: 1px solid #231815;
    text-align: center;
    display: block;
    min-width: 80px;
    font-size: 0.9rem;
    padding: 2px;
  }
  body .cate_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 40px;
  }
  body .cate_list a {
    display: block;
    border: 1px solid #231815;
    border-radius: 200px;
    padding: 5px;
    text-align: center;
  }
  body .cate_list a.current {
    background: #231815;
    color: #fff;
  }
  body .graf {
    border-top: 1px solid #d9d9d9;
  }
  body .graf .title {
    padding: 10px;
    font-weight: bold;
  }
  body .graf .txt {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px;
  }
  body .graf .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .news_list li {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
  }
  body .news_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .news_list li .title a {
    display: block;
  }
  body .column_list > li {
    position: relative;
    max-width: 335px;
    margin: 0 auto;
  }
  body .column_list > li:not(:last-child) {
    margin: 0 auto 40px;
  }
  body .column_list .thumb {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding: 6px;
  }
  body .column_list .thumb:hover:before {
    opacity: 1;
  }
  body .column_list .thumb:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px;
    background: linear-gradient(91deg, #d77373 4.5%, #768ca3 96.69%);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  body .column_list .thumb:after {
    content: "";
    display: block;
    padding-top: 65.278%;
  }
  body .column_list .thumb > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .column_list .cat_list {
    margin-bottom: 20px;
  }
  body .column_list .title a {
    display: block;
    font-size: 1.2rem;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header {
    overflow: hidden;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 20px;
    min-height: 60px;
  }
  header .h_blc.active {
    background: rgba(255, 255, 255, 0.8);
  }
  header .logo a {
    display: block;
    max-width: 200px;
  }
  header .menu-btn {
    position: fixed;
    top: 5px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 200px;
    z-index: 100;
    background: #231815;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: 24px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before {
    top: 8px;
  }
  header .menu-btn span:after {
    top: 16px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    top: 25px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: #d9d9d9;
    padding: 80px 20px 40px;
    position: fixed;
    top: 0;
    left: 100%;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 99;
    overflow: scroll;
  }
  header .menu-content .nav {
    margin-bottom: 20px;
  }
  header .menu-content .nav li a {
    display: block;
    position: relative;
    letter-spacing: 2px;
    padding: 10px;
  }
  header .menu-content .nav li a:after {
    position: absolute;
    content: "";
    border: 0;
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  header .menu-content .btn,
  header .menu-content .hover {
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  header .fv {
    position: relative;
    height: 400px;
  }
  header .fv .member {
    position: relative;
    right: -40px;
    min-width: 250px;
    width: 66%;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .fv .wrap {
    position: relative;
    width: 33.333%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: skewX(-12deg);
            transform: skewX(-12deg);
  }
  header .fv .wrap01 .pic,
  header .fv .wrap03 .pic {
    -webkit-animation: loop-up 50s linear infinite;
            animation: loop-up 50s linear infinite;
  }
  header .fv .wrap02 .pic {
    -webkit-animation: loop-down 50s linear infinite;
            animation: loop-down 50s linear infinite;
  }
  @-webkit-keyframes loop-up {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
  }
  @keyframes loop-up {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
  }
  @-webkit-keyframes loop-down {
    0% {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes loop-down {
    0% {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  header .fv .pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  header .fv .crip {
    width: 100%;
    height: auto;
    overflow: hidden;
    aspect-ratio: 3 / 4;
  }
  header .fv .crip img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(12deg) scale(1.3);
            transform: skewX(12deg) scale(1.3);
  }
  header .fv p {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: #fff 0 0 10px;
  }
  header .fv .scroll {
    position: absolute;
    bottom: 10px;
    left: 20px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    color: #757575;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 1.6px;
  }
  header .fv .scroll span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 1px;
  }
  header .fv .scroll span:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 15px;
    width: 1px;
    height: 70px;
    background: #757575;
    -webkit-animation: liner 2s cubic-bezier(1, 0, 0, 1) infinite;
            animation: liner 2s cubic-bezier(1, 0, 0, 1) infinite;
  }
  @-webkit-keyframes liner {
    0% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
    }
    30% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
    }
    70% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 0%;
              transform-origin: 0 0%;
    }
    100% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 0%;
              transform-origin: 0 0%;
    }
  }
  @keyframes liner {
    0% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
    }
    30% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
    }
    70% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 0%;
              transform-origin: 0 0%;
    }
    100% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 0%;
              transform-origin: 0 0%;
    }
  }
  header .fv.sub {
    height: 200px;
    margin-bottom: 30px;
  }
  header .fv.sub video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  header .fv.sub .page_title {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    left: 20px;
    letter-spacing: 2px;
  }
  header .fv.sub .page_title span {
    display: block;
    font-size: 2.5rem;
    letter-spacing: 5px;
    text-transform: uppercase;
  }
  header .fv.sub .breadcrumbs {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
    width: 60%;
  }
  header .fv.sub .breadcrumbs span {
    display: block;
    max-width: 300px;
  }
  header .fv.sub .breadcrumbs a {
    text-decoration: underline;
  }
  main.top #txt {
    position: relative;
    width: 100%;
    height: 400px;
  }
  main.top #txt video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  main.top #txt p {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    line-height: 2;
    width: 90%;
  }
  main.top .service {
    background: #f8f8f8;
    padding: 60px 20px;
  }
  main.top .service .blc {
    position: relative;
  }
  main.top .service .blc h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  main.top .service .blc p {
    margin-bottom: 20px;
  }
  main.top .service .blc li {
    padding-top: 60px;
  }
  main.top .service .blc img {
    display: block;
    margin: 0 auto;
  }
  main.top .service .blc h4 {
    font-size: 1.2rem;
    margin: 20px auto;
  }
  main.top .partner {
    padding: 40px 0 20px;
  }
  main.top .partner .wrap {
    width: 100%;
    overflow: hidden;
  }
  main.top .partner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 20px;
    -webkit-animation: scroll_left 100s linear infinite;
            animation: scroll_left 100s linear infinite;
  }
  main.top .partner ul.right {
    -webkit-animation: scroll_right 100s linear infinite;
            animation: scroll_right 100s linear infinite;
  }
  main.top .partner ul li {
    width: 160px;
  }
  main.top .partner ul img {
    width: 100%;
  }
  @-webkit-keyframes scroll_left {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes scroll_left {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @-webkit-keyframes scroll_right {
    0% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes scroll_right {
    0% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  main.top .column {
    padding: 40px 20px 30px;
  }
  main.top .column .btn {
    margin: 40px auto 0;
  }
  main.top .youtube {
    padding: 30px 20px;
  }
  main.top .youtube .tsvg-thumbnails-block {
    position: relative;
    margin: 0 0 20px;
    width: 100% !important;
  }
  main.top .youtube .tsvg-thumbnails-block:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f144";
    font-weight: 900;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #ff0833;
    z-index: 10;
    pointer-events: none;
    font-size: 4rem;
  }
  main.top .youtube .tsvg-thumbnails-block .adipoli-before,
  main.top .youtube .tsvg-thumbnails-block img {
    border-radius: 10px;
  }
  main.top .youtube .btn {
    margin: 40px auto 0;
  }
  main.top .news {
    padding: 30px 20px 60px;
  }
  main.top .news .tab_area {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 40px;
  }
  main.top .news .tab_area li {
    min-width: 100px;
    display: block;
    border: 1px solid #231815;
    border-radius: 100px;
    text-align: center;
    padding: 5px;
  }
  main.top .news .tab_area li.select {
    color: #fff;
    background: #231815;
  }
  main.top .news .hide {
    display: none;
  }
  main.top .news .btn {
    margin: 40px auto 0;
  }
  main.sub {
    margin-bottom: 30px;
  }
  main.sub .sec {
    padding: 30px 20px;
  }
  main.sub .service .lead h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  main.sub .service .rec .btn {
    margin: 40px auto 0;
  }
  main.sub .service .flow .blc {
    margin-bottom: 40px;
  }
  main.sub .service .flow .blc p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .service .flow .wrap {
    max-width: 350px;
    margin: 0 auto 40px;
  }
  main.sub .service .flow .wrap > div {
    border: 1px solid #d9d9d9;
    padding: 20px 10px;
    text-align: center;
  }
  main.sub .service .flow .wrap > div:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .service .flow .wrap > div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 60px;
  }
  main.sub .service .flow .wrap > div:last-child .icon {
    width: 100px;
  }
  main.sub .service .flow .wrap > div:last-child img {
    width: 25px;
  }
  main.sub .service .flow .wrap .icon {
    font-size: 0.8rem;
  }
  main.sub .service .flow .wrap .icon img {
    width: 40px;
    margin-bottom: 10px;
  }
  main.sub .service .flow .wrap .flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  main.sub .service .flow .wrap ul {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  main.sub .service .flow .wrap ul.down .box:first-child img {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: -40px;
    bottom: auto;
  }
  main.sub .service .flow .wrap ul .box {
    border: 1px solid #d6d6d6;
    background: #f8f8f8;
    height: 50px;
    font-size: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  main.sub .service .flow .wrap ul .box:last-child img {
    bottom: -40px;
  }
  main.sub .service .flow .wrap ul .box img {
    position: absolute;
    bottom: -25px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 0;
    left: 0;
    margin: auto;
  }
  main.sub .service .flow .wrap ul .img {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main.sub .company .vision p {
    line-height: 2;
  }
  main.sub .company .about iframe {
    display: block;
    margin-bottom: 40px;
    width: 100%;
    height: 200px;
  }
  main.sub .privacy li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .privacy li a {
    background: linear-gradient(91deg, #d77373 4.5%, #768ca3 96.69%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main.sub .contact .tab_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  main.sub .contact .tab_area li {
    width: 48%;
    border: 1px solid #231815;
    background: #fff;
    color: #231815;
    border-radius: 100px;
    text-align: center;
  }
  main.sub .contact .tab_area li.select {
    background: #231815;
    color: #fff;
  }
  main.sub .contact .hide {
    display: none;
  }
  main.sub .contact .wpcf7-form .flx > ul {
    margin-bottom: 30px;
  }
  main.sub .contact .wpcf7-form .flx > ul > li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .contact .wpcf7-form .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  main.sub .contact .wpcf7-form .title span {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.3;
    width: 40px;
    background: #d77373;
  }
  main.sub .contact .wpcf7-form .title span.gray {
    background: #bdbdbd;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
  }
  main.sub .contact .wpcf7-form input[type="text"],
  main.sub .contact .wpcf7-form input[type="tel"],
  main.sub .contact .wpcf7-form input[type="url"],
  main.sub .contact .wpcf7-form input[type="date"],
  main.sub .contact .wpcf7-form input[type="email"] {
    font-family: "Zen Kaku Gothic New", sans-serif;
    width: 100%;
    height: 40px;
    padding: 10px;
    outline: none;
    background: #f8f8f8;
    border: 1px solid #cecece;
  }
  main.sub .contact .wpcf7-form input[type="text"].mini,
  main.sub .contact .wpcf7-form input[type="date"] {
    width: 50%;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
    content: "";
    border: 1px solid #cecece;
    background: #f8f8f8;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 3px;
    width: 15px;
    height: 8px;
    border-left: 3px solid #231815;
    border-bottom: 3px solid #231815;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    cursor: pointer;
    margin-right: 20px;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
    content: "";
    background: #f8f8f8;
    border-radius: 100%;
    border: 1px solid #cecece;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  main.sub .contact .wpcf7-form .wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
    background-color: #231815;
    -webkit-box-shadow: inset 0 0 0 4px #f8f8f8;
            box-shadow: inset 0 0 0 4px #f8f8f8;
  }
  main.sub .contact .wpcf7-form textarea {
    font-family: "Zen Kaku Gothic New", sans-serif;
    width: 100%;
    height: 200px;
    padding: 10px;
    font-size: 1rem;
    background: #f8f8f8;
    border: 1px solid #cecece;
    outline: none;
  }
  main.sub .contact .agree {
    text-align: center;
  }
  main.sub .contact .agree a {
    text-decoration: underline;
  }
  main.sub .contact .agree .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  main.sub .contact .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    position: relative;
  }
  main.sub .contact .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  main.sub .contact .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    border: 1px solid #cecece;
    background: #f8f8f8;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 0;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  main.sub .contact .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 10px;
    border-left: 3px solid #231815;
    border-bottom: 3px solid #231815;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  main.sub .contact .wpcf7-spinner {
    display: none;
  }
  main.sub .contact form .btn {
    margin: 40px auto 0;
    padding: 0;
  }
  main.sub .contact input[type="submit"] {
    font-family: "Zen Kaku Gothic New", sans-serif;
    outline: none;
    -webkit-appearance: none;
    background: transparent;
    width: 100%;
    height: 50px;
  }
  main.sub .consultant .consultant_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    max-width: 500px;
    margin: 0 auto;
  }
  main.sub .consultant .consultant_list > li {
    position: relative;
  }
  main.sub .consultant .consultant_list .thumb {
    display: block;
    width: 100%;
    position: relative;
    padding: 5px;
  }
  main.sub .consultant .consultant_list .thumb:hover:before {
    opacity: 1;
  }
  main.sub .consultant .consultant_list .thumb:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    background: linear-gradient(91deg, #d77373 4.5%, #768ca3 96.69%);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  main.sub .consultant .consultant_list .thumb:after {
    content: "";
    display: block;
    padding-top: 185.94%;
  }
  main.sub .consultant .consultant_list .thumb > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.sub .consultant .consultant_list .thumb span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    background: #231815;
    color: #fff;
    min-width: 80px;
    padding: 2px;
  }
  main.sub .consultant .consultant_list .title a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    display: block;
    text-align: center;
    background: rgba(35, 24, 21, 0.6);
    color: #fff;
    font-size: 1.2rem;
  }
  main.sub .consultant .blc {
    margin-bottom: 40px;
  }
  main.sub .consultant .blc .thumb {
    max-width: 300px;
    width: 100%;
    position: relative;
    margin: 0 auto 20px;
  }
  main.sub .consultant .blc .thumb:before {
    content: "";
    display: block;
    padding-top: 133.334%;
  }
  main.sub .consultant .blc .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.sub .consultant .blc h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  main.sub .consultant .blc h2 span {
    display: block;
    font-size: 0.9rem;
  }
  main.sub .consultant .blc p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .consultant .graf {
    margin-bottom: 60px;
  }
  main.sub .consultant .voice h2 {
    margin-bottom: 20px;
    font-size: 1.2rem;
    padding-left: 30px;
    position: relative;
  }
  main.sub .consultant .voice h2:after {
    position: absolute;
    content: "ー";
    top: 0;
    left: 0;
  }
  main.sub .consultant .voice ul {
    border-top: 1px solid #d9d9d9;
  }
  main.sub .consultant .voice ul li {
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
  }
  main.sub .consultant .voice ul img {
    margin-bottom: 10px;
  }
  main.sub .consultant .voice ul p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .pagination {
    padding-top: 40px;
  }
  main.sub .pagination .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  main.sub .pagination .page-numbers span,
  main.sub .pagination .page-numbers a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #231815;
    width: 40px;
    height: 40px;
  }
  main.sub .pagination .page-numbers span {
    background: #231815;
    color: #fff;
  }
  main.sub .single .content .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #231815;
    margin-bottom: 20px;
  }
  main.sub .single .content .dec time {
    display: block;
  }
  main.sub .single .content > p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #d77373;
    font-weight: bold;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 20px auto;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 20px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 20px auto;
    background: #f8f8f8;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #d77373;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #d77373;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul:not([class]) {
    background: #f8f8f8;
    padding: 20px 40px;
    margin: 20px auto;
  }
  main.sub .single .content ul:not([class]) li {
    list-style: disc;
  }
  main.sub .single .content ul:not([class]) li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .single .content h1 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.sub .single .content h2 {
    font-size: 1.2rem;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin: 20px 0;
  }
  main.sub .single .content h3 {
    margin: 20px 0;
    font-size: 1.2rem;
    padding-left: 30px;
    position: relative;
  }
  main.sub .single .content h3:after {
    position: absolute;
    content: "ー";
    top: 0;
    left: 0;
  }
  main.sub .single .content h4 {
    font-size: 1.2rem;
    margin: 20px 0;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 20px 0;
  }
  main.sub .single .content table th {
    background: #231815;
    padding: 10px;
    vertical-align: middle;
    color: #fff;
    text-align: left;
  }
  main.sub .single .content table td {
    background: #f8f8f8;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub .single .content dl {
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #231815;
    color: #fff;
    padding: 10px;
    width: 40%;
    vertical-align: middle;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 40%);
    background: #f8f8f8;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub .pagenavi {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
        grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding-top: 40px;
  }
  main.sub .pagenavi li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main.sub .pagenavi li:only-child {
    grid-column: 1 / -1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .pagenavi li.prev {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main.sub .pagenavi li.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  main.sub .pagenavi li.next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  main.sub .pagenavi li .btn {
    width: auto;
    min-width: 80px;
  }
  main.sub .error {
    padding: 60px 20px;
    text-align: center;
  }
  main.sub .error h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  main.sub .error p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .error .btn {
    margin: 40px auto 0;
  }
  footer {
    background: #f8f8f8;
  }
  footer .recruit {
    padding: 60px 20px;
  }
  footer .recruit .main_title {
    margin-bottom: 20px;
  }
  footer .recruit .main_title span {
    margin: 10px 0 0;
  }
  footer .recruit .main_title span:after {
    display: none;
  }
  footer .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  footer .subnav li {
    width: 50%;
    background: #231815;
    color: #fff;
    text-align: center;
  }
  footer .subnav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 5px;
    border: 1px solid #757575;
    margin: 5px;
    height: 85%;
  }
  footer .subnav h2 {
    font-size: 0.8rem;
  }
  footer .subnav h2 span {
    display: block;
    letter-spacing: 2px;
    font-size: 0.7rem;
  }
  footer .f_blc {
    padding: 60px 0 40px;
  }
  footer .f_blc .f_logo a {
    display: block;
    text-align: center;
    margin: 0 auto 40px;
  }
  footer .f_blc .f_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
  }
  footer .f_blc .f_nav a {
    display: block;
    margin-bottom: 10px;
  }
  footer .f_blc small {
    display: block;
    text-align: center;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 10px;
    background: #231815;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    border-radius: 100px;
    text-align: center;
    z-index: 10;
  }
  footer .fixbtn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
  }
  footer .fixbtn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .fixbtn li {
    width: 50%;
  }
  footer .fixbtn .btn {
    border-radius: 0;
  }
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */