@charset "UTF-8";
/*Theme Name: 株式会社 一絲*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@media (min-width: 768px) {
  html {
    font-size: 100%;
    scroll-padding-top: 80px;
  }
  body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0 auto;
    min-width: 1440px;
    width: 100%;
    line-height: 1.6;
    color: #333;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  body .imgleft > div {
    width: 100%;
    margin-left: 50px;
  }
  body .imgleft > div p:not(:last-of-type) {
    margin-bottom: 40px;
  }
  body .imgright {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  body .imgright > div {
    width: 100%;
    margin-right: 50px;
  }
  body .imgright > div p:not(:last-of-type) {
    margin-bottom: 40px;
  }
  body .inner {
    width: 1200px;
    margin: 0 auto;
  }
  body .inner.narrow {
    width: 1000px;
  }
  body .inner.mini {
    width: 980px;
  }
  body .bg_grade {
    background: url("images/common/bg_black.svg") no-repeat;
    background-size: cover;
  }
  body .bg_gray {
    background: url("images/common/bg_gray.svg") no-repeat;
    background-size: cover;
  }
  body .main_title {
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.25rem;
    letter-spacing: 4px;
  }
  body .main_title.rl {
    writing-mode: vertical-rl;
  }
  body .main_title span {
    display: block;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 15px;
  }
  body .main_title.white {
    color: #fff;
  }
  body .sub_title {
    font-family: "Shippori Mincho B1", serif;
    font-size: 2.5rem;
    letter-spacing: 8px;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  body .sub_title.center {
    text-align: center;
  }
  body .sub_title span {
    font-size: 2rem;
  }
  body .sub_title span.mini {
    display: block;
    font-size: 1.5rem;
    letter-spacing: 4.8px;
  }
  body .mdl_title {
    font-family: "Shippori Mincho B1", serif;
    font-size: 2rem;
    letter-spacing: 6.4px;
    line-height: 1.4;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 60px;
  }
  body .mdl_title span {
    font-size: 3rem;
    letter-spacing: 9.6px;
  }
  body .mdl_title span.mini {
    display: block;
    font-size: 1rem;
    letter-spacing: 5.6px;
  }
  body .bb_title {
    border-bottom: 2px solid #ececec;
    position: relative;
    font-size: 1.25rem;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 40px;
  }
  body .bb_title:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background: #333;
    bottom: -2px;
    left: 0;
  }
  body .link_btn {
    text-align: right;
  }
  body .link_btn a {
    display: inline-block;
    position: relative;
  }
  body .link_btn a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    bottom: 3px;
    left: 0;
  }
  body .link_btn a:hover {
    color: #789aad;
  }
  body .link_btn img {
    vertical-align: baseline;
  }
  body .more_btn a {
    display: inline-block;
    font-family: "Shippori Mincho B1", serif;
    font-size: 0.875rem;
    padding-right: 50px;
    position: relative;
  }
  body .more_btn a:after {
    position: absolute;
    content: "";
    background: url("images/common/icon_arrow.svg") no-repeat;
    width: 40px;
    height: 7px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  body .more_btn a:hover {
    color: #789aad;
  }
  body .more_btn.white a {
    color: #fff;
  }
  body .more_btn.white a:after {
    position: absolute;
    content: "";
    background: url("images/common/icon_arrow_wr.svg") no-repeat;
  }
  body .more_btn.white a:hover {
    color: #789aad;
  }
  body .more_btn.rev a {
    padding-left: 50px;
    padding-right: 0;
  }
  body .more_btn.rev a:after {
    left: 0;
    transform: scaleX(-1);
  }
  body .btn {
    display: inline-block;
    font-family: "Shippori Mincho B1", serif;
    font-size: 0.875rem;
    position: relative;
    color: #fff;
    text-align: center;
    width: 240px;
    border: 1px solid #fff;
    padding: 8px 10px;
    letter-spacing: 2.8px;
  }
  body .btn:after {
    position: absolute;
    content: "";
    background: url("images/common/icon_arrow_wr.svg") no-repeat;
    width: 40px;
    height: 7px;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
  }
  body .btn:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  body .dec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 0.875rem;
  }
  body .dec .cat_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }
  body .dec .cat {
    min-width: 80px;
    display: block;
    background: #333;
    color: #fff;
    padding: 0 10px;
    text-align: center;
  }
  body .dec .cat:hover {
    background: #789aad;
  }
  body .cont_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  body .cont_wrap.reverse {
    flex-direction: row-reverse;
  }
  body .kakko {
    position: relative;
  }
  body .kakko:before, body .kakko:after,
body .kakko .kakko_wrap:before,
body .kakko .kakko_wrap:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
  }
  body .kakko:before {
    border-left: 1.5px solid #333;
    border-top: 1.5px solid #333;
    top: 0;
    left: 0;
  }
  body .kakko:after {
    border-right: 1.5px solid #333;
    border-top: 1.5px solid #333;
    top: 0;
    right: 0;
  }
  body .kakko .kakko_wrap:before {
    border-left: 1.5px solid #333;
    border-bottom: 1.5px solid #333;
    bottom: 0;
    left: 0;
  }
  body .kakko .kakko_wrap:after {
    border-right: 1.5px solid #333;
    border-bottom: 1.5px solid #333;
    bottom: 0;
    right: 0;
  }
  body .kakko.white:before {
    border-left: 1.5px solid #fff;
    border-top: 1.5px solid #fff;
  }
  body .kakko.white:after {
    border-right: 1.5px solid #fff;
    border-top: 1.5px solid #fff;
  }
  body .kakko.white .kakko_wrap:before {
    border-left: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
  }
  body .kakko.white .kakko_wrap:after {
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
  }
  body .works_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  body .works_list li .thumb {
    display: block;
    width: 100%;
    position: relative;
  }
  body .works_list li .thumb:hover .mask {
    opacity: 1;
  }
  body .works_list li .thumb:before {
    content: "";
    display: block;
    padding-top: 55.852%;
  }
  body .works_list li .cont {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .works_list li .cont img {
    width: 100%;
  }
  body .works_list li .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("images/common/mask.svg") no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.7s ease;
    padding: 60px 40px;
    display: flex;
    align-items: flex-end;
    color: #fff;
  }
  body .works_list li .mask .title {
    font-size: 0.875rem;
    position: relative;
  }
  body .works_list li .mask .title:after {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    width: 80px;
    height: 1px;
    background: #fff;
  }
  body .works_list li .mask .title span {
    display: block;
  }
  body .fadein {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: opacity, transform;
  }
  body .fadein.is-show {
    opacity: 1;
    transform: translateY(0);
  }
  body .grecaptcha-badge {
    display: none;
  }
  #loading {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.6s ease, visibility 0s linear 0.6s;
  }
  #loading img.loading-img {
    display: block;
    width: 120px;
    max-width: 120px;
    height: auto;
  }
  #loading.is-hide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0s linear 0.6s;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 1200px;
  }
  header .h_blc.active {
    background: rgba(255, 255, 255, 0.3);
  }
  header .h_blc .logo a {
    display: block;
  }
  header .h_blc .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    height: 64px;
    z-index: 100;
    background: #333;
    transition: 0.7s;
  }
  header .h_blc .menu-btn:hover {
    cursor: pointer;
    background: #222;
  }
  header .h_blc .menu-btn span,
header .h_blc .menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: 50px;
    background: #fff;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .h_blc .menu-btn span:after {
    top: 12px;
  }
  header .h_blc #menu-btn-check:checked ~ .menu-btn span {
    top: 30px;
    transform: rotate(30deg);
  }
  header .h_blc #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(120deg);
  }
  header .h_blc #menu-btn-check {
    display: none;
  }
  header .h_blc #menu-btn-check:checked ~ .menu-content {
    right: 0%;
  }
  header .h_blc .menu-content {
    min-width: 400px;
    width: 34.723%;
    height: 100%;
    background: #333;
    color: #fff;
    position: fixed;
    top: 0;
    right: -60%;
    transition: 0.7s;
    padding: 80px 10px 40px;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    letter-spacing: 3.2px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: scroll;
    z-index: 99;
  }
  header .h_blc .menu-content nav > ul > li {
    margin-bottom: 35px;
  }
  header .h_blc .menu-content nav > ul > li a {
    display: block;
    position: relative;
  }
  header .h_blc .menu-content nav > ul > li a:hover {
    color: #789aad;
  }
  header .h_blc .menu-content nav > ul .sub_menu {
    padding-left: 30px;
    padding-top: 20px;
  }
  header .h_blc .menu-content nav > ul .sub_menu a {
    margin-bottom: 20px;
  }
  header .h_blc .menu-content nav > ul .sub_menu a:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: -30px;
  }
  header .breadcrumbs {
    padding: 160px 0 80px;
    font-size: 0.875rem;
    font-family: "Shippori Mincho B1", serif;
  }
  header .breadcrumbs a:hover {
    color: #789aad;
  }
  main.top .sub_title {
    font-weight: 600;
  }
  main.top .fv {
    position: relative;
    width: 91.6667%;
    margin: 0 0 160px auto;
  }
  main.top .fv img {
    width: 100%;
    min-height: 570px;
    height: 40vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.top .fv ul {
    position: absolute;
    bottom: 0;
    right: 90px;
    writing-mode: vertical-rl;
  }
  main.top .fv ul a {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 16px;
    line-height: 60px;
    display: block;
  }
  main.top .fv ul a:hover {
    opacity: 0.5;
  }
  main.top .fv .copy {
    margin-top: -30px;
  }
  main.top .fv .copy strong {
    font-family: "Shippori Mincho", serif;
    font-size: 3rem;
    letter-spacing: 9.6px;
    display: block;
  }
  main.top .fv .copy strong ruby {
    font-size: 3.625rem;
  }
  main.top .fv .copy strong rt {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  main.top .fv .copy span {
    position: relative;
    font-family: "Shippori Mincho B1", serif;
    letter-spacing: 4px;
    font-size: 1.25rem;
    font-weight: 400;
    display: inline-block;
  }
  main.top .fv .copy span:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    background: #333;
  }
  main.top .bg_deco {
    background: url("images/top/bg_top.svg") no-repeat;
    background-size: 100%;
    padding-bottom: 240px;
  }
  main.top .news {
    margin-bottom: 160px;
  }
  main.top .news .news_list {
    min-width: 1000px;
    margin: 60px 0 40px;
  }
  main.top .news .news_list > li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
  }
  main.top .news .news_list > li:not(:last-child) {
    margin-bottom: 25px;
  }
  main.top .news .news_list > li .dec {
    max-width: 220px;
    gap: 24px;
  }
  main.top .news .news_list > li .title {
    max-width: 780px;
  }
  main.top .news .news_list > li .title a {
    display: block;
  }
  main.top .news .news_list > li .title a:hover {
    color: #789aad;
  }
  main.top .news .more_btn {
    text-align: right;
  }
  main.top .about {
    margin-bottom: 220px;
    font-family: "Shippori Mincho B1", serif;
  }
  main.top .about .left h2 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 160px;
    line-height: 1;
  }
  main.top .about .left h2 div {
    display: flex;
  }
  main.top .about .left h2 strong {
    font-family: "Shippori Mincho", serif;
    font-size: 5rem;
    letter-spacing: 16px;
  }
  main.top .about .left h2 span {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 6.4px;
    padding-right: 50px;
    position: relative;
  }
  main.top .about .left h2 span:after {
    position: absolute;
    content: "";
    background: #bdbdbd;
    width: 1px;
    height: 80px;
    top: 0;
    right: 25px;
  }
  main.top .about .left h2 em {
    color: #bdbdbd;
    font-family: "Shippori Mincho", serif;
    font-size: 0.875rem;
    letter-spacing: 2.8px;
  }
  main.top .about .right {
    writing-mode: vertical-rl;
    padding-top: 160px;
  }
  main.top .about .right p {
    line-height: 2;
    letter-spacing: 6px;
  }
  main.top .about .right p:not(:last-child) {
    margin-left: 50px;
  }
  main.top #service {
    padding: 20px 0;
    margin-bottom: 220px;
  }
  main.top #service ul {
    max-width: 1000px;
    padding-top: 80px;
  }
  main.top #service ul li:not(:last-child) {
    border-bottom: 1px solid #333;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  main.top #service ul .sub_title {
    margin-bottom: 20px;
  }
  main.top #service ul p {
    letter-spacing: 3.2px;
    margin-bottom: 20px;
  }
  main.top #service ul .more_btn {
    text-align: right;
  }
  main.top .book {
    border: 1px solid #333;
    background: rgba(252, 252, 252, 0.5);
    padding: 40px;
  }
  main.top .book .imgleft {
    padding: 40px;
  }
  main.top .book .imgleft > div {
    margin-left: 40px;
  }
  main.top .book .imgleft p {
    margin-bottom: 40px;
  }
  main.top .works {
    max-width: 1600px;
    width: 91.667%;
    padding: 240px 0;
    color: #fff;
  }
  main.top .works .wrap {
    min-width: 1130px;
    width: 85.6%;
  }
  main.top .works .works_list {
    margin: 80px 0 50px;
  }
  main.top .works .more_btn {
    text-align: right;
  }
  main.top .works .no {
    text-align: center;
  }
  main.top .voice {
    position: relative;
    color: #fff;
    padding-bottom: 240px;
    justify-content: flex-start;
    overflow: hidden;
  }
  main.top .voice .main_title {
    padding: 0 90px 0 120px;
  }
  main.top .voice .wrap.is-wide {
    width: 100%;
    min-width: 1145px;
  }
  main.top .voice .voice_list {
    overflow: hidden;
    font-size: 0.875rem;
    margin: 60px 0 40px;
    position: relative;
    border: 1px solid #626262;
  }
  main.top .voice .voice_list.is-static .swiper-slide {
    max-width: 380px;
  }
  main.top .voice .voice_list:before, main.top .voice .voice_list:after,
main.top .voice .voice_list .swiper-wrapper:before,
main.top .voice .voice_list .swiper-wrapper:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 22px;
  }
  main.top .voice .voice_list:before {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    top: 0;
    left: 0;
  }
  main.top .voice .voice_list:after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    bottom: 0;
    left: 0;
  }
  main.top .voice .voice_list .swiper-wrapper:before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    top: 0;
    right: 0;
  }
  main.top .voice .voice_list .swiper-wrapper:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    bottom: 0;
    right: 0;
  }
  main.top .voice .voice_list .swiper-slide {
    padding: 40px 30px 40px 40px;
    height: auto;
  }
  main.top .voice .voice_list .swiper-slide:not(:last-child):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 76%;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    background: #fff;
  }
  main.top .voice .voice_list .swiper-slide:hover {
    cursor: pointer;
  }
  main.top .voice .voice_list .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
  }
  main.top .voice .voice_list .title h3 {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  main.top .voice .voice_list .title .name span {
    font-size: 1rem;
    margin-right: 5px;
  }
  main.top .voice .voice_list .title .type {
    font-size: 0.75rem;
  }
  main.top .voice .voice_list .title .cat {
    display: block;
    min-width: 60px;
    border: 1px solid #fff;
    text-align: center;
    padding: 0 10px;
  }
  main.top .voice .voice_list p {
    line-height: 1.8;
  }
  main.top .voice .voice_list p:not(:last-child) {
    margin-bottom: 10px;
  }
  main.top .voice .swiper_nav {
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  main.top .voice .swiper_nav .swiper-button-prev,
main.top .voice .swiper_nav .swiper-button-next {
    position: relative;
    font-family: "Shippori Mincho B1", serif;
    font-size: 0.875rem;
    color: #fff;
    transition: 0.7s;
  }
  main.top .voice .swiper_nav .swiper-button-prev:after,
main.top .voice .swiper_nav .swiper-button-next:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 7px;
    bottom: 0;
  }
  main.top .voice .swiper_nav .swiper-button-prev:hover,
main.top .voice .swiper_nav .swiper-button-next:hover {
    color: #789aad;
  }
  main.top .voice .swiper_nav .swiper-button-prev {
    width: 81px;
    height: 14px;
    padding-left: 48px;
  }
  main.top .voice .swiper_nav .swiper-button-prev:after {
    background: url("images/common/icon_arrow_wl.svg") no-repeat;
    left: 0;
  }
  main.top .voice .swiper_nav .swiper-button-next {
    width: 81px;
    height: 14px;
    padding-right: 48px;
  }
  main.top .voice .swiper_nav .swiper-button-next:after {
    background: url("images/common/icon_arrow_wr.svg") no-repeat;
    right: 0;
  }
  main.sub .about .cont_wrap {
    padding: 80px 0 280px;
  }
  main.sub .about .cont_wrap .left {
    width: 370px;
    position: relative;
  }
  main.sub .about .cont_wrap .left li:last-child {
    position: absolute;
    top: 420px;
    right: 200px;
  }
  main.sub .about .cont_wrap .left li:last-child:after {
    position: absolute;
    content: "";
    bottom: -160px;
    right: -80px;
    width: 170px;
    height: 220px;
    background: linear-gradient(213deg, rgba(238, 235, 235, 0.2) 2.13%, rgba(184, 184, 184, 0.2) 97.87%);
    z-index: -1;
  }
  main.sub .about .cont_wrap .left img {
    display: block;
    margin-left: auto;
  }
  main.sub .about .cont_wrap .right {
    max-width: 560px;
  }
  main.sub .about .cont_wrap .right p {
    line-height: 1.8;
  }
  main.sub .about .cont_wrap .right p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .jikyou .grow {
    padding: 240px 0;
    color: #fff;
  }
  main.sub .jikyou .grow .cont_wrap {
    align-items: center;
  }
  main.sub .jikyou .grow .cont {
    max-width: 500px;
  }
  main.sub .jikyou .grow .cont p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .jikyou .service {
    padding: 240px 0;
  }
  main.sub .jikyou .service ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
  }
  main.sub .jikyou .service ul li {
    border: 1px solid #333;
    padding: 10px 10px 20px;
    background: #fff;
    text-align: center;
  }
  main.sub .jikyou .service ul span {
    display: block;
    font-size: 0.75rem;
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
  }
  main.sub .jikyou .service ul span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #ececec;
    bottom: -5px;
    left: 0;
  }
  main.sub .jikyou .service ul span em {
    font-size: 1rem;
    margin-left: 5px;
  }
  main.sub .jikyou .service ul img {
    margin: 0 auto 20px;
    display: block;
  }
  main.sub .jikyou .service ul h3 {
    font-weight: bold;
    color: #789aad;
    margin-bottom: 10px;
  }
  main.sub .jikyou .service ul p {
    font-size: 0.875rem;
    letter-spacing: -0.8px;
  }
  main.sub .jikyou .banner {
    padding-bottom: 240px;
  }
  main.sub .jikyou .banner .inner {
    display: block;
    position: relative;
    background: url("images/jikyou/bg_banner.webp") no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    border: 10px solid #789aad;
    color: #fff;
    font-weight: 500;
    padding: 10px;
  }
  main.sub .jikyou .banner .inner:hover {
    opacity: 0.7;
  }
  main.sub .jikyou .banner p {
    font-size: 0.875rem;
    position: absolute;
    bottom: 120px;
    right: 40px;
    line-height: 1.8;
  }
  main.sub .jikyou .banner .more {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 320px;
    background: #789aad;
    color: #fff;
    font-weight: bold;
    padding: 12px 40px 3px;
    text-align: center;
  }
  main.sub .jikyou .banner .more:before {
    position: absolute;
    content: "";
    left: -20px;
    bottom: 0;
    border: none;
    border-right: 20px solid #789aad;
    border-top: 37px solid transparent;
  }
  main.sub .jikyou .banner .more span {
    display: block;
    font-family: "Shippori Mincho", serif;
    font-size: 0.875rem;
    padding-right: 50px;
    color: #fff;
  }
  main.sub .jikyou .banner .more span:after {
    position: absolute;
    content: "";
    background: url("images/common/icon_arrow_wr.svg") no-repeat;
    background-size: 100%;
    width: 49px;
    height: 9px;
    bottom: 8px;
    right: 40px;
  }
  main.sub .creative .bg_grade {
    padding: 240px 0;
  }
  main.sub .creative .design {
    color: #fff;
    margin-bottom: 240px;
  }
  main.sub .creative .design .cont {
    max-width: 500px;
  }
  main.sub .creative .design .cont p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .creative .service {
    color: #fff;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    margin-bottom: 240px;
  }
  main.sub .creative .service > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  main.sub .creative .service > ul > li {
    border: 1px solid #fff;
    padding: 20px;
  }
  main.sub .creative .service > ul > li h3 {
    font-size: 1.5rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  main.sub .creative .service > ul > li li {
    line-height: 1.8;
  }
  main.sub .creative .service > ul > li li ul {
    padding-left: 20px;
  }
  main.sub .creative .works {
    color: #fff;
  }
  main.sub .creative .works .more_btn {
    text-align: right;
    margin: 40px 0 0;
  }
  main.sub .creative .flow {
    padding: 240px 0;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
  }
  main.sub .creative .flow ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px;
  }
  main.sub .creative .flow ul li:not(:last-child) .circle:after {
    position: absolute;
    content: "";
    background: url("images/common/icon_arrow.svg") no-repeat;
    width: 40px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
    right: -45px;
  }
  main.sub .creative .flow ul li:not(:last-child) p:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
    background: #333;
  }
  main.sub .creative .flow .circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(51, 51, 51, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
  }
  main.sub .creative .flow span {
    display: block;
    font-size: 0.875rem;
    line-height: 1;
  }
  main.sub .creative .flow span em {
    font-size: 1.875rem;
    margin-left: 5px;
  }
  main.sub .creative .flow img {
    display: block;
    margin: 20px auto;
  }
  main.sub .creative .flow h3 {
    font-size: 1.125rem;
    line-height: 1.2;
    min-height: 40px;
  }
  main.sub .creative .flow p {
    font-size: 0.875rem;
    position: relative;
  }
  main.sub .creative .faq .sub_title {
    color: #fff;
  }
  main.sub .creative .faq li:not(:last-child) {
    margin-bottom: 25px;
  }
  main.sub .creative .faq h3 {
    cursor: pointer;
    position: relative;
    padding: 8px 15px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 10px;
  }
  main.sub .creative .faq h3:before, main.sub .creative .faq h3:after {
    content: "";
    position: absolute;
    right: 20px;
    width: 20px;
    height: 2px;
    background: #333;
    transition: 0.3s;
  }
  main.sub .creative .faq h3:before {
    top: 50%;
    transform: translateY(-50%);
  }
  main.sub .creative .faq h3:after {
    top: 47%;
    transform: rotate(-90deg);
  }
  main.sub .creative .faq h3.open:after {
    transform: rotate(0deg);
  }
  main.sub .creative .faq h3 .q {
    font-size: 2rem;
    line-height: 1;
    font-family: "Shippori Mincho B1", serif;
  }
  main.sub .creative .faq h3 .title {
    width: 90%;
  }
  main.sub .creative .faq .cont {
    display: none;
    padding: 15px;
    background: rgba(51, 51, 51, 0.5);
    color: #fff;
  }
  main.sub .creative .faq .cont .wrap {
    display: flex;
    align-items: flex-start;
    gap: 25px;
  }
  main.sub .creative .faq .cont .wrap .a {
    font-family: "Shippori Mincho B1", serif;
    font-size: 2rem;
    line-height: 1;
  }
  main.sub .creative .faq .cont .wrap .txt {
    width: 90%;
  }
  main.sub .chisoku .bg_grade {
    padding: 240px 0;
    color: #fff;
  }
  main.sub .chisoku .strategy {
    margin-bottom: 240px;
  }
  main.sub .chisoku .strategy > div {
    margin-left: 150px;
  }
  main.sub .chisoku .strategy p {
    line-height: 1.8;
  }
  main.sub .chisoku .gain {
    margin-bottom: 240px;
  }
  main.sub .chisoku .gain ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 40px;
  }
  main.sub .chisoku .gain ul li {
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(217, 217, 217, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  main.sub .chisoku .gain ul li:not(:last-child) {
    margin-right: -30px;
  }
  main.sub .chisoku .gain ul h3 {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 30px;
    line-height: 1.4;
    height: 80px;
  }
  main.sub .chisoku .gain ul p {
    font-size: 0.875rem;
  }
  main.sub .chisoku .gain p {
    text-align: center;
    line-height: 1.8;
  }
  main.sub .chisoku .map {
    text-align: center;
  }
  main.sub .chisoku .course {
    padding: 240px 0 80px;
  }
  main.sub .chisoku .course .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  main.sub .chisoku .course .list > li {
    border: 1px solid #333;
    padding: 20px;
  }
  main.sub .chisoku .course .list > li .kakko_wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  main.sub .chisoku .course .list > li .bb_title {
    font-family: "Shippori Mincho B1", serif;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  main.sub .chisoku .course .list > li .bb_title span {
    background: #333;
    color: #fff;
    text-align: center;
    width: 100px;
    font-size: 1rem;
    display: block;
  }
  main.sub .chisoku .course .list > li ul {
    padding: 0 0 20px 30px;
  }
  main.sub .chisoku .course .list > li ul li {
    position: relative;
  }
  main.sub .chisoku .course .list > li ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  main.sub .chisoku .course .list > li ul li:after {
    position: absolute;
    content: "";
    background: url("images/chisoku/icon_check.svg") no-repeat;
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
  }
  main.sub .chisoku .course .list > li p {
    margin-top: auto;
  }
  main.sub .chisoku .course .list > li p span {
    color: #789aad;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1;
    margin-left: 15px;
  }
  main.sub .chisoku .course .list > li p em {
    font-size: 0.875rem;
  }
  main.sub .chisoku .course .list > li .box {
    margin: 20px auto;
    background: #f5f5f5;
    padding: 10px;
    font-size: 0.875rem;
    height: 90px;
  }
  main.sub .chisoku .course .list > li .btn {
    background: #333;
    width: 100%;
    padding: 15px;
    letter-spacing: 0;
  }
  main.sub .chisoku .course .list > li .btn:hover {
    background: #789aad;
  }
  main.sub .chisoku .btm {
    padding: 80px 0 240px;
  }
  main.sub .chisoku .slide {
    overflow: hidden;
    margin-bottom: 240px;
  }
  main.sub .chisoku .slide ul {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: scroll_left 40s linear infinite;
            animation: scroll_left 40s linear infinite;
  }
  main.sub .chisoku .slide ul img {
    width: 100%;
  }
  @-webkit-keyframes scroll_left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  @keyframes scroll_left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  main.sub .chisoku .column .thumb {
    margin-bottom: 20px;
  }
  main.sub .chisoku .column .thumb:before {
    padding-top: 52.632%;
  }
  main.sub .chisoku .column .dec {
    margin-bottom: 10px;
  }
  main.sub .chisoku .column .dec .cat:hover {
    background: #333;
  }
  main.sub .chisoku .column .title a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
  }
  main.sub .chisoku .column .more_btn {
    text-align: right;
    margin: 20px 0 0;
  }
  main.sub .chisoku .next {
    margin-bottom: 160px;
  }
  main.sub .chisoku .next .imgleft > div {
    margin-left: 80px;
  }
  main.sub .chisoku .next .imgleft > div p {
    line-height: 1.8;
  }
  main.sub .chisoku .youtube:not(:last-child),
main.sub .chisoku .sns:not(:last-child),
main.sub .chisoku .join:not(:last-child) {
    margin-bottom: 240px;
  }
  main.sub .chisoku .youtube h2,
main.sub .chisoku .sns h2,
main.sub .chisoku .join h2 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 2.5rem;
    letter-spacing: 8px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  main.sub .chisoku .youtube .list,
main.sub .chisoku .sns .list,
main.sub .chisoku .join .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  main.sub .chisoku .youtube .list.two,
main.sub .chisoku .sns .list.two,
main.sub .chisoku .join .list.two {
    grid-template-columns: repeat(2, 1fr);
  }
  main.sub .chisoku .youtube .list a,
main.sub .chisoku .sns .list a,
main.sub .chisoku .join .list a {
    display: block;
  }
  main.sub .chisoku .youtube .link,
main.sub .chisoku .sns .link,
main.sub .chisoku .join .link {
    text-align: right;
  }
  main.sub .chisoku .youtube .link a,
main.sub .chisoku .sns .link a,
main.sub .chisoku .join .link a {
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.25rem;
    text-decoration: underline;
  }
  main.sub .chisoku .youtube .link a:hover,
main.sub .chisoku .sns .link a:hover,
main.sub .chisoku .join .link a:hover {
    color: #789aad;
  }
  main.sub .company .bg_gray {
    background: url("images/company/bg_gray.svg") no-repeat;
    background-size: cover;
    padding: 40px 0;
  }
  main.sub .company .gaiyo {
    gap: 80px;
  }
  main.sub .company .gaiyo ul {
    width: 640px;
    margin: 60px 0 200px auto;
  }
  main.sub .company .gaiyo ul li {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  main.sub .company .gaiyo ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .company .gaiyo ul .title {
    width: 160px;
    border-bottom: 2px solid #333;
    padding: 10px;
  }
  main.sub .company .gaiyo ul .cont {
    width: calc(100% - 160px);
    padding: 10px;
    border-bottom: 2px solid #e5e5e5;
  }
  main.sub .company .gaiyo ul .cont a {
    text-decoration: underline;
  }
  main.sub .company .gaiyo ul .cont a:hover {
    color: #789aad;
  }
  main.sub .company .bg_grade {
    padding: 240px 0;
    color: #fff;
  }
  main.sub .company .message {
    margin-bottom: 240px;
  }
  main.sub .company .message .blc {
    width: 1040px;
    display: flex;
    flex-direction: row-reverse;
    gap: 100px;
    padding-top: 80px;
  }
  main.sub .company .message .blc .box {
    width: 320px;
  }
  main.sub .company .message .blc .box p {
    line-height: 1.8;
  }
  main.sub .company .message .blc .cont {
    width: 620px;
  }
  main.sub .company .message .blc .cont p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .company .member ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    padding-top: 60px;
  }
  main.sub .company .box div {
    margin-top: -55px;
    background: rgba(34, 34, 34, 0.8);
    padding: 20px;
    position: relative;
    z-index: 1;
  }
  main.sub .company .box h3 {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 0.875rem;
    line-height: 1;
    margin-bottom: 40px;
    position: relative;
  }
  main.sub .company .box h3:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    bottom: -15px;
    left: 0;
  }
  main.sub .company .box h3 span {
    font-size: 1.25rem;
  }
  main.sub .company .box p {
    font-size: 0.875rem;
  }
  main.sub .privacy {
    line-height: 1.8;
    margin-bottom: 240px;
  }
  main.sub .privacy > p {
    margin-bottom: 80px;
  }
  main.sub .privacy > ul > li:not(:last-child) {
    margin-bottom: 80px;
  }
  main.sub .privacy > ul > li p,
main.sub .privacy > ul > li li {
    margin-bottom: 30px;
  }
  main.sub .privacy > ul > li span {
    font-weight: bold;
  }
  main.sub .contact {
    margin-bottom: 240px;
  }
  main.sub .contact .form > .txt {
    padding: 80px 0;
  }
  main.sub .contact .form > .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .contact .form .wpcf7-form > ul {
    margin-bottom: 80px;
  }
  main.sub .contact .form .wpcf7-form > ul > li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  main.sub .contact .form .wpcf7-form > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .contact .form .wpcf7-form > ul h3 {
    width: 260px;
    display: flex;
    gap: 15px;
  }
  main.sub .contact .form .wpcf7-form > ul h3 span {
    color: #fff;
    display: block;
    background: #333;
    width: 40px;
    text-align: center;
    font-size: 0.875rem;
  }
  main.sub .contact .form .wpcf7-form > ul .wpcf7-form-control-wrap {
    width: calc(100% - 260px);
  }
  main.sub .contact .form .wpcf7-form > ul input[type=text] {
    font-family: "Zen Kaku Gothic New", sans-serif;
    max-width: 730px;
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 4px;
    background: #f5f5f5;
    border: none;
    outline: none;
  }
  main.sub .contact .form .wpcf7-form > ul .select {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-width: 730px;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    background: #f5f5f5;
  }
  main.sub .contact .form .wpcf7-form > ul .select:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: 2px solid #a8a8a8;
    border-right: 2px solid #a8a8a8;
    transform: rotate(45deg);
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    z-index: 1;
  }
  main.sub .contact .form .wpcf7-form > ul select {
    background: #f5f5f5;
    border: none;
    max-width: 730px;
    width: 100%;
    font-size: 1rem;
    height: 50px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 10px;
    color: #333;
  }
  main.sub .contact .form .wpcf7-form > ul textarea {
    font-family: "Zen Kaku Gothic New", sans-serif;
    max-width: 730px;
    width: 100%;
    height: 200px;
    border-radius: 4px;
    background: #f5f5f5;
    border: none;
    padding: 10px;
    font-size: 1rem;
    outline: none;
  }
  main.sub .contact .form .wpcf7-form > ul ::-moz-placeholder {
    color: #a8a8a8;
  }
  main.sub .contact .form .wpcf7-form > ul ::placeholder {
    color: #a8a8a8;
  }
  main.sub .contact .form .agree {
    text-align: center;
  }
  main.sub .contact .form .agree a {
    text-decoration: underline;
  }
  main.sub .contact .form .agree a:hover {
    color: #789aad;
  }
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    position: relative;
  }
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] {
    position: absolute;
    opacity: 0;
  }
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    border: 1px solid #c8c8c8;
    background: #fff;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    border-radius: 4px;
    top: -3px;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 3px;
    width: 10px;
    height: 6px;
    border-left: 2px solid #789aad;
    border-bottom: 2px solid #789aad;
    transform: rotate(-45deg);
  }
  main.sub .contact .form .wpcf7-spinner {
    display: none;
  }
  main.sub .contact .form input[type=submit],
main.sub .contact .form input[type=button] {
    display: block;
    padding: 12px;
    outline: none;
    -webkit-appearance: none;
    transition: 0.7s;
    margin: 40px auto 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    width: 280px;
    font-size: 1rem;
    color: #fff;
    background: linear-gradient(102deg, #acacac 8.97%, #232323 60.07%);
  }
  main.sub .contact .form input[type=submit]:hover,
main.sub .contact .form input[type=button]:hover {
    cursor: pointer;
    background: #333;
  }
  main.sub .archive {
    margin-bottom: 240px;
  }
  main.sub .archive .category_list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-bottom: 1px solid #333;
    margin-bottom: 160px;
  }
  main.sub .archive .category_list a {
    display: block;
    padding: 2px;
    text-align: center;
  }
  main.sub .archive .category_list a:hover, main.sub .archive .category_list a.current {
    color: #fff;
    background: #333;
  }
  main.sub .archive .works_list {
    gap: 80px 30px;
  }
  main.sub .archive .works_list .thumb {
    margin-bottom: 10px;
  }
  main.sub .archive .works_list h2 {
    font-family: "Shippori Mincho B1", serif;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main.sub .archive .works_list h2:hover {
    color: #789aad;
  }
  main.sub .archive .works_list .cat_list .cat {
    min-width: 50px;
  }
  main.sub .column_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 30px;
  }
  main.sub .column_list li {
    display: flex;
    flex-direction: column;
  }
  main.sub .column_list .thumb {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  main.sub .column_list .thumb:before {
    content: "";
    display: block;
    padding-top: 55.852%;
  }
  main.sub .column_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.sub .column_list .dec {
    margin-top: auto;
  }
  main.sub .column_list .title a {
    font-family: "Shippori Mincho B1", serif;
    display: block;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  main.sub .column_list .title a:hover {
    color: #789aad;
  }
  main.sub .pagination {
    padding-top: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.sub .pagination span {
    margin: 0 25px;
    font-weight: bold;
  }
  main.sub .pagination a {
    display: block;
    margin: 0 25px;
  }
  main.sub .pagination a:hover {
    color: #789aad;
  }
  main.sub .pagination a.prev, main.sub .pagination a.next {
    display: block;
    height: 7px;
  }
  main.sub .pagination a.prev:after {
    top: 0;
  }
  main.sub .single {
    margin-bottom: 240px;
  }
  main.sub .single .content {
    padding-top: 60px;
  }
  main.sub .single .content .dec {
    margin-bottom: 80px;
  }
  main.sub .single .content > p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #789aad;
  }
  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: 60px 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 0;
    background: #f8f8f8;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #789aad;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #789aad;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content > ul:not([class]) {
    padding: 20px 20px 20px 40px;
    margin: 40px auto;
    background: #f8f8f8;
  }
  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,
main.sub .single .content h2 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 2rem;
    margin: 40px 0;
    font-weight: bold;
  }
  main.sub .single .content h3 {
    border-bottom: 2px solid #ececec;
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
    padding-bottom: 5px;
    margin: 40px 0;
  }
  main.sub .single .content h3:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background: #333;
    bottom: -2px;
    left: 0;
  }
  main.sub .single .content h4 {
    color: #789aad;
    font-size: 1.25rem;
    margin: 40px 0;
    font-weight: bold;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 40px 0;
  }
  main.sub .single .content table th {
    background: #789aad;
    color: #fff;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
  }
  main.sub .single .content table td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #789aad;
  }
  main.sub .single .content > dl {
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }
  main.sub .single .content > dl dt {
    background: #789aad;
    border: 1px solid #789aad;
    color: #fff;
    padding: 10px;
    width: 30%;
    vertical-align: middle;
  }
  main.sub .single .content > dl dd {
    width: 70%;
    border: 1px solid #789aad;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub .single .content .detail {
    background: #f8f8f8;
    padding: 40px;
    margin: 60px auto 80px;
  }
  main.sub .single .content .detail li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  main.sub .single .content .detail li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .single .content .detail li .title {
    font-weight: 500;
  }
  main.sub .single .content .detail li div {
    width: calc(100% - 100px);
  }
  main.sub .single .content .detail li div p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .single .content .detail li div a {
    color: #1f6e8c;
    text-decoration: underline;
  }
  main.sub .single .content .detail li div a:hover {
    color: #789aad;
  }
  main.sub .pagenavi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 140px;
  }
  main.sub .pagenavi .center a {
    font-family: "Shippori Mincho B1", serif;
    font-size: 0.875rem;
  }
  main.sub .pagenavi .center a:hover {
    color: #789aad;
  }
  main.sub .thanks {
    margin-bottom: 240px;
  }
  main.sub .thanks > div {
    padding-top: 80px;
  }
  main.sub .thanks p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .thanks .more_btn {
    margin: 160px 0 0;
  }
  main.sub .error {
    margin-bottom: 240px;
  }
  main.sub .error p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .error .more_btn {
    margin: 80px 0 0;
  }
  footer .contact {
    background: url("images/common/bg_contact.svg") no-repeat;
    background-size: cover;
    color: #fff;
    padding: 100px 0;
  }
  footer .contact .inner {
    padding-left: 50px;
    position: relative;
  }
  footer .contact .inner:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
  }
  footer .contact .main_title {
    margin-bottom: 60px;
  }
  footer .contact .main_title span {
    letter-spacing: 10px;
    line-height: 1.2;
  }
  footer .contact p {
    margin-bottom: 40px;
  }
  footer .f_blc {
    background: #222;
    color: #fff;
    padding: 80px 0 30px;
  }
  footer .f_blc .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 110px;
  }
  footer .f_logo a {
    display: block;
  }
  footer .f_nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 90px;
    font-size: 0.875rem;
  }
  footer .f_nav > ul {
    display: flex;
    gap: 40px;
  }
  footer .f_nav > ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  footer .f_nav > ul .f_subnav {
    padding: 15px 0 0 20px;
  }
  footer .f_nav > ul .f_subnav > li > a {
    position: relative;
    display: block;
  }
  footer .f_nav > ul .f_subnav > li > a:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 1px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
  }
  footer .f_nav > ul a:hover {
    color: #789aad;
  }
  footer small {
    display: block;
    text-align: center;
    font-size: 0.75rem;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 36px;
    height: 36px;
    background: url(images/common/icon_arrow_wr.svg) no-repeat center;
    background-size: contain;
    color: transparent;
    font-size: 0;
    text-align: center;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    border-radius: 50%;
    z-index: 10;
    transform: rotate(-90deg);
  }
  .smonly {
    display: none;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 81.25%;
    scroll-padding-top: 40px;
  }
  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: #333;
  }
  body img {
    height: auto;
  }
  body .imgleft > div p:not(:last-child),
body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .bg_grade {
    background: url("images/common/bg_black_sp.svg") no-repeat;
    background-size: cover;
  }
  body .bg_gray {
    background: url("images/common/bg_gray.svg") no-repeat;
    background-size: cover;
  }
  body .main_title {
    font-family: "Shippori Mincho B1", serif;
    font-size: 0.92rem;
    letter-spacing: 2.4px;
    line-height: 1.2;
  }
  body .main_title.rl {
    writing-mode: vertical-rl;
  }
  body .main_title span {
    display: block;
    font-size: 1.85rem;
    font-weight: 600;
    letter-spacing: 5.7px;
  }
  body .main_title.white {
    color: #fff;
  }
  body .sub_title {
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.85rem;
    letter-spacing: 4.8px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  body .sub_title.center {
    text-align: center;
  }
  body .sub_title span {
    font-size: 1.23rem;
    letter-spacing: 3.2px;
  }
  body .sub_title span.mini {
    display: block;
    font-size: 1.08rem;
    letter-spacing: 2.8px;
  }
  body .mdl_title {
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.4rem;
    letter-spacing: 2px;
    line-height: 1.2;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  body .mdl_title span {
    font-size: 2.4rem;
  }
  body .mdl_title span.mini {
    display: block;
    font-size: 1rem;
  }
  body .bb_title {
    border-bottom: 2px solid #ececec;
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 40px;
  }
  body .bb_title:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background: #333;
    bottom: -2px;
    left: 0;
  }
  body .link_btn {
    text-align: right;
  }
  body .link_btn a {
    display: inline-block;
    position: relative;
  }
  body .link_btn a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    bottom: 3px;
    left: 0;
  }
  body .link_btn img {
    width: 15px;
    vertical-align: baseline;
  }
  body .more_btn a {
    display: inline-block;
    font-family: "Shippori Mincho B1", serif;
    font-size: 0.92rem;
    padding-right: 30px;
    position: relative;
  }
  body .more_btn a:after {
    position: absolute;
    content: "";
    background: url("images/common/icon_arrow.webp") no-repeat;
    background-size: 100%;
    width: 24px;
    height: 4px;
    bottom: 5px;
    right: 0;
  }
  body .more_btn.white a {
    color: #fff;
  }
  body .more_btn.white a:after {
    position: absolute;
    content: "";
    background: url("images/common/icon_arrow_wr.webp") no-repeat;
    background-size: 100%;
  }
  body .more_btn.rev a {
    padding-left: 30px;
    padding-right: 0;
  }
  body .more_btn.rev a:after {
    left: 0;
    transform: scaleX(-1);
  }
  body .btn {
    display: inline-block;
    font-family: "Shippori Mincho B1", serif;
    font-size: 0.92rem;
    position: relative;
    text-align: center;
    width: 170px;
    border: 1px solid #fff;
    padding: 10px;
    letter-spacing: 2.4px;
    color: #fff;
  }
  body .btn:after {
    position: absolute;
    content: "";
    background: url("images/common/icon_arrow_wr.webp") no-repeat;
    background-size: 100%;
    width: 24px;
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  body .dec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 0.92rem;
    margin-bottom: 15px;
  }
  body .dec .cat_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }
  body .dec .cat {
    min-width: 70px;
    display: block;
    background: #333;
    color: #fff;
    padding: 0 10px;
    text-align: center;
  }
  body .graf .title {
    padding: 10px 0 5px 0;
    font-weight: bold;
  }
  body .graf .cont {
    padding: 5px 0 10px 0;
    border-bottom: 2px solid rgba(0, 75, 122, 0.5);
  }
  body .graf .cont a {
    text-decoration: underline;
  }
  body .cont_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  body .cont_wrap.reverse {
    flex-direction: row-reverse;
  }
  body .kakko {
    position: relative;
  }
  body .kakko:before, body .kakko:after,
body .kakko .kakko_wrap:before,
body .kakko .kakko_wrap:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
  }
  body .kakko:before {
    border-left: 2px solid #333;
    border-top: 2px solid #333;
    top: 0;
    left: 0;
  }
  body .kakko:after {
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    top: 0;
    right: 0;
  }
  body .kakko .kakko_wrap {
    display: block;
  }
  body .kakko .kakko_wrap:before {
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    bottom: 0;
    left: 0;
  }
  body .kakko .kakko_wrap:after {
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    bottom: 0;
    right: 0;
  }
  body .kakko.white:before {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
  }
  body .kakko.white:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
  }
  body .kakko.white .kakko_wrap:before {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  body .kakko.white .kakko_wrap:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  body .works_list > li:not(:last-child) {
    margin-bottom: 10px;
  }
  body .works_list > li .thumb {
    display: block;
    width: 100%;
    position: relative;
  }
  body .works_list > li .thumb:active .mask {
    opacity: 1;
  }
  body .works_list > li .thumb:before {
    content: "";
    display: block;
    padding-top: 55.852%;
  }
  body .works_list > li .cont {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .works_list > li .cont img {
    width: 100%;
  }
  body .works_list > li .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("images/common/mask.svg") no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.7s ease;
    padding: 40px 20px;
    display: flex;
    align-items: flex-end;
    color: #fff;
  }
  body .works_list > li .mask .title {
    font-size: 0.875rem;
    position: relative;
  }
  body .works_list > li .mask .title:after {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    width: 80px;
    height: 1px;
    background: #fff;
  }
  body .works_list > li .mask .title span {
    display: block;
  }
  body .fadein {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: opacity, transform;
  }
  body .fadein.is-show {
    opacity: 1;
    transform: translateY(0);
  }
  body .grecaptcha-badge {
    display: none;
  }
  #loading {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.6s ease, visibility 0s linear 0.6s;
  }
  #loading img.loading-img {
    display: block;
    width: 80px;
    max-width: 80px;
    height: auto;
  }
  #loading.is-hide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0s linear 0.6s;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .h_blc.active {
    background: rgba(255, 255, 255, 0.5);
  }
  header .h_blc .logo a {
    display: block;
    width: 103px;
  }
  header .h_blc .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 40px;
    z-index: 100;
    background: #333;
    transition: 0.7s;
  }
  header .h_blc .menu-btn span,
header .h_blc .menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    background: #fff;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .h_blc .menu-btn span:after {
    top: 12px;
  }
  header .h_blc #menu-btn-check:checked ~ .menu-btn span {
    top: 20px;
    transform: rotate(30deg);
  }
  header .h_blc #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(120deg);
  }
  header .h_blc #menu-btn-check {
    display: none;
  }
  header .h_blc #menu-btn-check:checked ~ .menu-content {
    right: 0%;
  }
  header .h_blc .menu-content {
    width: 70%;
    height: 100%;
    background: #333;
    color: #fff;
    position: fixed;
    top: 0;
    right: -100%;
    transition: 0.7s;
    padding: 40px 20px;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    letter-spacing: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: scroll;
    z-index: 99;
  }
  header .h_blc .menu-content nav > ul > li {
    margin-bottom: 30px;
  }
  header .h_blc .menu-content nav > ul > li a {
    display: block;
    position: relative;
  }
  header .h_blc .menu-content nav > ul .sub_menu {
    padding-left: 20px;
    padding-top: 20px;
  }
  header .h_blc .menu-content nav > ul .sub_menu a {
    margin-bottom: 20px;
  }
  header .h_blc .menu-content nav > ul .sub_menu a:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: -20px;
  }
  header .breadcrumbs {
    padding: 40px 20px;
    font-size: 0.875rem;
    font-family: "Shippori Mincho B1", serif;
  }
  main.top .sub_title {
    font-weight: 600;
  }
  main.top .fv {
    position: relative;
  }
  main.top .fv img {
    width: 90.67%;
    height: 470px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: auto;
  }
  main.top .fv img.smonly {
    display: block;
  }
  main.top .fv ul {
    margin: -40px 25px 0 auto;
    writing-mode: vertical-rl;
  }
  main.top .fv ul a {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-size: 1.08rem;
    letter-spacing: 10px;
    line-height: 40px;
    display: block;
  }
  main.top .fv .copy {
    padding: 20px 15px 160px;
  }
  main.top .fv .copy strong {
    font-family: "Shippori Mincho", serif;
    font-size: 1.85rem;
    letter-spacing: 4.8px;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
  }
  main.top .fv .copy strong ruby {
    font-size: 2.78rem;
    line-height: 1;
  }
  main.top .fv .copy strong rt {
    font-size: 0.92rem;
    line-height: 1;
    margin-bottom: -10px;
  }
  main.top .fv .copy span {
    position: relative;
    font-family: "Shippori Mincho B1", serif;
    letter-spacing: 2.8px;
    line-height: 1.6;
    font-size: 1.08rem;
    font-weight: 400;
    display: inline-block;
  }
  main.top .fv .copy span:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    bottom: 10px;
    right: -45px;
    background: #333;
  }
  main.top .news {
    padding: 0 15px 160px;
  }
  main.top .news > div {
    width: 81.16%;
  }
  main.top .news .news_list {
    margin: 40px 0 25px;
  }
  main.top .news .news_list > li {
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
  }
  main.top .news .news_list > li:not(:last-child) {
    margin-bottom: 25px;
  }
  main.top .news .news_list > li .title a {
    display: block;
  }
  main.top .news .more_btn {
    text-align: right;
  }
  main.top .bg_deco_sp {
    background: url("images/top/bg_deco_sp.svg") no-repeat;
    background-size: cover;
  }
  main.top .about {
    padding: 0 15px 140px;
    font-family: "Shippori Mincho B1", serif;
    flex-direction: column;
  }
  main.top .about .left {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 40px;
    width: 100%;
    height: 100%;
  }
  main.top .about .left h2 {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  main.top .about .left h2:after {
    position: absolute;
    content: "";
    background: #bdbdbd;
    width: 1px;
    height: 70%;
    top: 60px;
    left: 0;
  }
  main.top .about .left h2 div {
    display: flex;
    align-items: flex-start;
    line-height: 1;
  }
  main.top .about .left h2 strong {
    font-family: "Shippori Mincho", serif;
    font-size: 3.7rem;
    letter-spacing: 9.6px;
  }
  main.top .about .left h2 span {
    font-size: 1.54rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 4px;
  }
  main.top .about .left h2 em {
    display: block;
    margin-top: auto;
    color: #bdbdbd;
    font-family: "Shippori Mincho", serif;
    font-size: 0.77rem;
    letter-spacing: 2px;
    padding-left: 10px;
  }
  main.top .about .left img {
    width: 46.38%;
  }
  main.top .about .right {
    writing-mode: vertical-rl;
    margin: 0 auto;
  }
  main.top .about .right p {
    line-height: 2.2;
    letter-spacing: 3px;
  }
  main.top .about .right p:not(:last-child) {
    margin-left: 40px;
  }
  main.top #service {
    padding: 20px 15px 80px;
  }
  main.top #service ul {
    width: 81.16%;
    padding-top: 40px;
  }
  main.top #service ul li:not(:last-child) {
    border-bottom: 1px solid #333;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  main.top #service ul img {
    margin-bottom: 15px;
  }
  main.top #service ul p {
    letter-spacing: 2.5px;
    margin-bottom: 25px;
  }
  main.top #service ul .more_btn {
    text-align: right;
  }
  main.top .bg_book_sp {
    background: url("images/top/bg_book_sp.svg") no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 160px;
  }
  main.top .book {
    border: 1px solid #333;
    background: rgba(252, 252, 252, 0.5);
    padding: 80px 20px;
    margin: 0 15px;
  }
  main.top .book .main_title {
    position: absolute;
    top: 40px;
    right: 20px;
  }
  main.top .book .imgleft > img {
    margin-bottom: 30px;
    width: 52.81%;
  }
  main.top .book .imgleft p {
    margin-bottom: 25px;
  }
  main.top .works {
    padding: 160px 15px 160px 0;
    color: #fff;
  }
  main.top .works .wrap {
    width: 83.334%;
  }
  main.top .works .works_list {
    margin: 40px 0 25px;
  }
  main.top .works .more_btn {
    text-align: right;
  }
  main.top .works .no {
    text-align: center;
  }
  main.top .voice {
    position: relative;
    color: #fff;
    padding: 0 0 160px 15px;
    justify-content: flex-start;
    gap: 25px;
    overflow: hidden;
  }
  main.top .voice .wrap {
    position: relative;
    max-width: 80.556%;
  }
  main.top .voice .wrap.is-wide {
    margin-left: auto;
    min-width: 80.556%;
  }
  main.top .voice .voice_list {
    overflow: hidden;
    font-size: 0.875rem;
    margin: 40px 0 45px;
    position: relative;
    border: 1px solid #626262;
  }
  main.top .voice .voice_list.is-static .swiper-slide {
    max-width: 290px;
  }
  main.top .voice .voice_list:before, main.top .voice .voice_list:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 22px;
  }
  main.top .voice .voice_list:before {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    top: 0;
    left: 0;
  }
  main.top .voice .voice_list:after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    bottom: 0;
    left: 0;
  }
  main.top .voice .voice_list .swiper-slide {
    padding: 40px;
    height: auto;
  }
  main.top .voice .voice_list .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
  }
  main.top .voice .voice_list .title h3 {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  main.top .voice .voice_list .title .name span {
    font-size: 1rem;
    margin-right: 5px;
  }
  main.top .voice .voice_list .title .type {
    font-size: 0.8rem;
  }
  main.top .voice .voice_list .title .cat {
    display: block;
    min-width: 60px;
    border: 1px solid #fff;
    text-align: center;
    padding: 0 10px;
  }
  main.top .voice .voice_list p {
    line-height: 1.8;
  }
  main.top .voice .voice_list p:not(:last-child) {
    margin-bottom: 10px;
  }
  main.top .voice .swiper_nav {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  main.top .voice .swiper_nav .swiper-button-prev,
main.top .voice .swiper_nav .swiper-button-next {
    position: relative;
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.08rem;
    color: #fff;
    transition: 0.7s;
  }
  main.top .voice .swiper_nav .swiper-button-prev:after,
main.top .voice .swiper_nav .swiper-button-next:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 4px;
    bottom: 0;
  }
  main.top .voice .swiper_nav .swiper-button-prev {
    width: 64px;
    height: 14px;
    padding-left: 10px;
  }
  main.top .voice .swiper_nav .swiper-button-prev:after {
    background: url("images/common/icon_arrow_wl.webp") no-repeat;
    background-size: 100%;
    left: -10px;
  }
  main.top .voice .swiper_nav .swiper-button-next {
    width: 81px;
    height: 14px;
    padding-right: 10px;
  }
  main.top .voice .swiper_nav .swiper-button-next:after {
    background: url("images/common/icon_arrow_wr.webp") no-repeat;
    background-size: 100%;
    right: -10px;
  }
  main.sub .about {
    padding: 80px 20px;
  }
  main.sub .about .cont_wrap {
    display: block;
  }
  main.sub .about .cont_wrap .left {
    position: relative;
    max-width: 335px;
    margin: 0 auto 40px;
  }
  main.sub .about .cont_wrap .left li:first-child {
    margin-bottom: 20px;
  }
  main.sub .about .cont_wrap .left li:first-child img {
    margin-left: auto;
  }
  main.sub .about .cont_wrap .left li:last-child:after {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 80px;
    width: 150px;
    height: 200px;
    background: linear-gradient(213deg, rgba(238, 235, 235, 0.2) 2.13%, rgba(184, 184, 184, 0.2) 97.87%);
    z-index: -1;
  }
  main.sub .about .cont_wrap .left img {
    display: block;
  }
  main.sub .about .cont_wrap .right p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .cont_wrap {
    display: block;
  }
  main.sub .cont_wrap .rl {
    writing-mode: initial;
    letter-spacing: 2px;
    margin-bottom: 40px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    line-height: 1.4;
  }
  main.sub .cont_wrap .rl.white {
    border-bottom: 1px solid #fff;
  }
  main.sub .cont_wrap .rl span {
    letter-spacing: 2px;
    font-weight: normal;
  }
  main.sub .jikyou .grow {
    padding: 40px 20px;
    color: #fff;
  }
  main.sub .jikyou .grow .cont_wrap {
    display: block;
  }
  main.sub .jikyou .grow img {
    display: block;
    margin: 0 auto 30px;
  }
  main.sub .jikyou .grow .cont p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .jikyou .service {
    padding: 80px 20px;
  }
  main.sub .jikyou .service ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  main.sub .jikyou .service ul li {
    width: 47%;
    border: 1px solid #333;
    padding: 10px 10px 20px;
    background: #fff;
    text-align: center;
  }
  main.sub .jikyou .service ul span {
    display: block;
    font-size: 0.75rem;
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
  }
  main.sub .jikyou .service ul span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #ececec;
    bottom: -5px;
    left: 0;
  }
  main.sub .jikyou .service ul span em {
    font-size: 1rem;
    margin-left: 5px;
  }
  main.sub .jikyou .service ul img {
    margin: 0 auto 20px;
    display: block;
  }
  main.sub .jikyou .service ul h3 {
    font-weight: bold;
    color: #789aad;
    margin-bottom: 10px;
  }
  main.sub .jikyou .service ul p {
    font-size: 0.875rem;
    letter-spacing: -0.8px;
  }
  main.sub .jikyou .banner {
    padding: 0 20px 80px;
  }
  main.sub .jikyou .banner .inner {
    display: block;
    position: relative;
    background: url("images/jikyou/bg_banner.webp") no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    border: 10px solid #789aad;
    color: #fff;
    font-weight: 500;
  }
  main.sub .jikyou .banner p {
    font-size: 0.875rem;
    position: absolute;
    bottom: 60px;
    right: 10px;
    max-width: 380px;
    width: 94%;
    line-height: 1.8;
  }
  main.sub .jikyou .banner .more {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    background: #789aad;
    color: #fff;
    font-weight: bold;
    padding: 12px 20px 3px;
    text-align: center;
  }
  main.sub .jikyou .banner .more:before {
    position: absolute;
    content: "";
    left: -20px;
    bottom: 0;
    border: none;
    border-right: 20px solid #789aad;
    border-top: 33px solid transparent;
  }
  main.sub .jikyou .banner .more span {
    display: block;
    font-family: "Shippori Mincho", serif;
    font-size: 0.875rem;
    padding-right: 30px;
    color: #fff;
  }
  main.sub .jikyou .banner .more span:after {
    position: absolute;
    content: "";
    background: url("images/common/icon_arrow_wr.webp") no-repeat;
    background-size: 100%;
    width: 30px;
    height: 6px;
    bottom: 8px;
    right: 10px;
  }
  main.sub .creative .bg_grade {
    padding: 40px 20px;
  }
  main.sub .creative .design {
    color: #fff;
    margin-bottom: 80px;
  }
  main.sub .creative .design .cont_wrap {
    display: block;
  }
  main.sub .creative .design img {
    display: block;
    margin: 0 auto 30px;
  }
  main.sub .creative .design .cont p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .creative .service {
    color: #fff;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    margin-bottom: 80px;
  }
  main.sub .creative .service > ul > li {
    border: 1px solid #fff;
    padding: 20px;
  }
  main.sub .creative .service > ul > li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .creative .service > ul > li h3 {
    font-size: 1.2rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  main.sub .creative .service > ul > li li {
    line-height: 1.8;
  }
  main.sub .creative .service > ul > li li ul {
    padding-left: 20px;
  }
  main.sub .creative .works {
    color: #fff;
  }
  main.sub .creative .works .more_btn {
    text-align: right;
    margin: 20px 0 0;
  }
  main.sub .creative .flow {
    padding: 80px 20px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
  }
  main.sub .creative .flow li:not(:last-child) {
    position: relative;
    margin-bottom: 60px;
  }
  main.sub .creative .flow li:not(:last-child) p {
    position: relative;
  }
  main.sub .creative .flow li:not(:last-child) p:after {
    position: absolute;
    content: "";
    background: url("images/common/icon_arrow.webp") no-repeat;
    background-size: 100%;
    width: 40px;
    height: 8px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -35px;
    transform: rotate(90deg);
  }
  main.sub .creative .flow .circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(51, 51, 51, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 20px;
    position: relative;
  }
  main.sub .creative .flow span {
    display: block;
    line-height: 1;
  }
  main.sub .creative .flow span em {
    font-size: 1.8rem;
    margin-left: 5px;
  }
  main.sub .creative .flow img {
    display: block;
    margin: 20px auto;
  }
  main.sub .creative .flow h3 {
    font-size: 1.2rem;
    line-height: 1.2;
    min-height: 40px;
  }
  main.sub .creative .faq .sub_title {
    color: #fff;
  }
  main.sub .creative .faq li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .creative .faq h3 {
    cursor: pointer;
    position: relative;
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  main.sub .creative .faq h3:before, main.sub .creative .faq h3:after {
    content: "";
    position: absolute;
    right: 10px;
    width: 15px;
    height: 2px;
    background: #333;
    transition: 0.3s;
  }
  main.sub .creative .faq h3:before {
    top: 50%;
    transform: translateY(-50%);
  }
  main.sub .creative .faq h3:after {
    top: 49%;
    transform: rotate(-90deg);
  }
  main.sub .creative .faq h3.open:after {
    transform: rotate(0deg);
  }
  main.sub .creative .faq h3 .q {
    font-size: 1.4rem;
    line-height: 1;
    font-family: "Shippori Mincho B1", serif;
  }
  main.sub .creative .faq h3 .title {
    width: 85%;
  }
  main.sub .creative .faq .cont {
    display: none;
    padding: 10px;
    background: rgba(51, 51, 51, 0.5);
    color: #fff;
  }
  main.sub .creative .faq .cont .wrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  main.sub .creative .faq .cont .wrap .a {
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.4rem;
    line-height: 1;
  }
  main.sub .creative .faq .cont .wrap .txt {
    width: 85%;
  }
  main.sub .chisoku .bg_grade {
    padding: 40px 20px;
    color: #fff;
  }
  main.sub .chisoku .strategy {
    margin-bottom: 60px;
  }
  main.sub .chisoku .strategy img {
    display: block;
    margin: 0 auto 20px;
  }
  main.sub .chisoku .strategy p {
    line-height: 1.8;
  }
  main.sub .chisoku .gain {
    margin-bottom: 60px;
  }
  main.sub .chisoku .gain ul {
    margin-bottom: 20px;
  }
  main.sub .chisoku .gain ul li {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(217, 217, 217, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
  main.sub .chisoku .gain ul li:not(:last-child) {
    margin-bottom: -40px;
  }
  main.sub .chisoku .gain ul h3 {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  main.sub .chisoku .gain ul p {
    font-size: 0.8rem;
  }
  main.sub .chisoku .gain p {
    line-height: 1.8;
  }
  main.sub .chisoku .map {
    text-align: center;
  }
  main.sub .chisoku .course {
    padding: 80px 20px 40px;
  }
  main.sub .chisoku .course .list > li {
    border: 1px solid #333;
    padding: 20px;
  }
  main.sub .chisoku .course .list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .chisoku .course .list > li .bb_title {
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  main.sub .chisoku .course .list > li .bb_title span {
    background: #333;
    color: #fff;
    text-align: center;
    width: 80px;
    font-size: 1rem;
    display: block;
  }
  main.sub .chisoku .course .list > li ul {
    padding: 0 0 20px 20px;
  }
  main.sub .chisoku .course .list > li ul li {
    position: relative;
  }
  main.sub .chisoku .course .list > li ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  main.sub .chisoku .course .list > li ul li:after {
    position: absolute;
    content: "";
    background: url("images/chisoku/icon_check.svg") no-repeat;
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
  }
  main.sub .chisoku .course .list > li p span {
    color: #789aad;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1;
    margin-left: 10px;
  }
  main.sub .chisoku .course .list > li p em {
    font-size: 0.8rem;
  }
  main.sub .chisoku .course .list > li .box {
    margin: 20px auto;
    background: #f5f5f5;
    padding: 10px;
    font-size: 0.8rem;
  }
  main.sub .chisoku .course .list > li .btn {
    background: #333;
    width: 100%;
    padding: 10px;
    letter-spacing: 0;
  }
  main.sub .chisoku .btm {
    padding: 40px 0 80px;
  }
  main.sub .chisoku .slide {
    overflow: hidden;
    margin-bottom: 80px;
  }
  main.sub .chisoku .slide ul {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: scroll_left 40s linear infinite;
            animation: scroll_left 40s linear infinite;
  }
  main.sub .chisoku .slide ul img {
    width: 100%;
  }
  @-webkit-keyframes scroll_left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  @keyframes scroll_left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  main.sub .chisoku .column {
    padding: 0 20px;
  }
  main.sub .chisoku .column .thumb:before {
    padding-top: 52.632%;
  }
  main.sub .chisoku .column .title a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
  }
  main.sub .chisoku .column .more_btn {
    text-align: right;
    margin: 20px 0 0;
  }
  main.sub .chisoku .next {
    margin-bottom: 60px;
  }
  main.sub .chisoku .next .imgleft img {
    display: block;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  main.sub .chisoku .next .imgleft p {
    line-height: 1.8;
  }
  main.sub .chisoku .youtube:not(:last-child),
main.sub .chisoku .sns:not(:last-child),
main.sub .chisoku .join:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .chisoku .youtube h2,
main.sub .chisoku .sns h2,
main.sub .chisoku .join h2 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.4rem;
    letter-spacing: 4.8px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 40px;
  }
  main.sub .chisoku .youtube .list li:not(:last-child),
main.sub .chisoku .sns .list li:not(:last-child),
main.sub .chisoku .join .list li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .chisoku .youtube .list img,
main.sub .chisoku .sns .list img,
main.sub .chisoku .join .list img {
    display: block;
    margin: 0 auto;
  }
  main.sub .chisoku .youtube .link,
main.sub .chisoku .sns .link,
main.sub .chisoku .join .link {
    text-align: right;
  }
  main.sub .chisoku .youtube .link a,
main.sub .chisoku .sns .link a,
main.sub .chisoku .join .link a {
    font-family: "Shippori Mincho B1", serif;
    text-decoration: underline;
  }
  main.sub .company .bg_gray {
    background: url("images/company/bg_gray.svg") no-repeat;
    background-size: cover;
    padding: 80px 20px;
  }
  main.sub .company .gaiyo ul li {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  main.sub .company .gaiyo ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .company .gaiyo ul .title {
    width: 80px;
    border-bottom: 2px solid #333;
    padding: 10px 0;
  }
  main.sub .company .gaiyo ul .cont {
    width: calc(100% - 80px);
    padding: 10px 0;
    border-bottom: 2px solid #e5e5e5;
  }
  main.sub .company .gaiyo ul .cont a {
    text-decoration: underline;
  }
  main.sub .company .bg_grade {
    padding: 80px 20px;
    color: #fff;
  }
  main.sub .company .message {
    margin-bottom: 60px;
  }
  main.sub .company .message .blc .cont p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .company .box {
    max-width: 300px;
    margin: 0 auto;
  }
  main.sub .company .box:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .company .box div {
    margin-top: -50px;
    background: rgba(34, 34, 34, 0.8);
    padding: 20px;
    position: relative;
    z-index: 1;
  }
  main.sub .company .box h3 {
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 1;
    margin-bottom: 40px;
    position: relative;
  }
  main.sub .company .box h3:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    bottom: -15px;
    left: 0;
  }
  main.sub .company .box h3 span {
    font-size: 1.2rem;
  }
  main.sub .privacy {
    line-height: 1.8;
    padding: 80px 20px;
  }
  main.sub .privacy > p {
    margin-bottom: 40px;
  }
  main.sub .privacy > ul > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .privacy > ul > li p,
main.sub .privacy > ul > li li {
    margin-bottom: 20px;
  }
  main.sub .privacy > ul > li span {
    font-weight: bold;
  }
  main.sub .contact {
    padding: 80px 20px;
  }
  main.sub .contact .form > .txt {
    margin-bottom: 40px;
  }
  main.sub .contact .form > .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .contact .form .wpcf7-form > ul {
    margin-bottom: 40px;
  }
  main.sub .contact .form .wpcf7-form > ul > li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .contact .form .wpcf7-form > ul h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  main.sub .contact .form .wpcf7-form > ul h3 span {
    color: #fff;
    display: block;
    background: #333;
    width: 40px;
    text-align: center;
    font-size: 0.8rem;
  }
  main.sub .contact .form .wpcf7-form > ul input[type=text] {
    font-family: "Zen Kaku Gothic New", sans-serif;
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 4px;
    background: #f5f5f5;
    border: none;
    outline: none;
  }
  main.sub .contact .form .wpcf7-form > ul .select {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    background: #f5f5f5;
  }
  main.sub .contact .form .wpcf7-form > ul .select:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: 2px solid #a8a8a8;
    border-right: 2px solid #a8a8a8;
    transform: rotate(45deg);
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    z-index: 1;
  }
  main.sub .contact .form .wpcf7-form > ul select {
    background: #f5f5f5;
    border: none;
    width: 100%;
    font-size: 1rem;
    height: 50px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 10px;
  }
  main.sub .contact .form .wpcf7-form > ul textarea {
    font-family: "Zen Kaku Gothic New", sans-serif;
    width: 100%;
    height: 150px;
    border-radius: 4px;
    background: #f5f5f5;
    border: none;
    padding: 10px;
    font-size: 1rem;
    outline: none;
  }
  main.sub .contact .form .wpcf7-form > ul ::-moz-placeholder {
    color: #a8a8a8;
  }
  main.sub .contact .form .wpcf7-form > ul ::placeholder {
    color: #a8a8a8;
  }
  main.sub .contact .form .agree {
    text-align: center;
  }
  main.sub .contact .form .agree a {
    text-decoration: underline;
  }
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    position: relative;
  }
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] {
    position: absolute;
    opacity: 0;
  }
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    border: 1px solid #c8c8c8;
    background: #fff;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    border-radius: 4px;
    top: 0;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  main.sub .contact .form .agree .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 3px;
    width: 10px;
    height: 6px;
    border-left: 2px solid #789aad;
    border-bottom: 2px solid #789aad;
    transform: rotate(-45deg);
  }
  main.sub .contact .form .wpcf7-spinner {
    display: none;
  }
  main.sub .contact .form input[type=submit],
main.sub .contact .form input[type=button] {
    display: block;
    padding: 10px;
    outline: none;
    -webkit-appearance: none;
    margin: 40px auto 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    width: 100%;
    font-size: 1rem;
    color: #fff;
    background: linear-gradient(102deg, #acacac 8.97%, #232323 60.07%);
  }
  main.sub .archive {
    padding: 80px 20px;
  }
  main.sub .archive .category_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid #333;
    margin-bottom: 40px;
  }
  main.sub .archive .category_list a {
    display: block;
    padding: 2px;
    text-align: center;
  }
  main.sub .archive .category_list a.current {
    color: #fff;
    background: #333;
  }
  main.sub .archive .works_list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .archive .works_list .thumb {
    margin-bottom: 10px;
  }
  main.sub .archive .works_list h2 {
    font-family: "Shippori Mincho B1", serif;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main.sub .archive .works_list .cat_list .cat {
    min-width: 40px;
  }
  main.sub .column_list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .column_list .thumb {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  main.sub .column_list .thumb:before {
    content: "";
    display: block;
    padding-top: 55.852%;
  }
  main.sub .column_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.sub .column_list .title a {
    font-family: "Shippori Mincho B1", serif;
    display: block;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  main.sub .pagination {
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.sub .pagination span {
    margin: 0 15px;
    font-weight: bold;
  }
  main.sub .pagination a {
    margin: 0 15px;
  }
  main.sub .pagination a.prev, main.sub .pagination a.next {
    display: block;
    height: 4px;
  }
  main.sub .pagination a.prev:after, main.sub .pagination a.next:after {
    top: 0;
  }
  main.sub .single {
    padding: 80px 20px;
  }
  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: #789aad;
  }
  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 0;
    background: #f8f8f8;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #789aad;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #789aad;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content > ul:not([class]) {
    padding: 20px 20px 20px 40px;
    margin: 20px auto;
    background: #f8f8f8;
  }
  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,
main.sub .single .content h2 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.4rem;
    margin: 20px 0;
    font-weight: bold;
  }
  main.sub .single .content h3 {
    border-bottom: 2px solid #ececec;
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
    padding-bottom: 5px;
    margin: 20px 0;
  }
  main.sub .single .content h3:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background: #333;
    bottom: -2px;
    left: 0;
  }
  main.sub .single .content h4 {
    color: #789aad;
    font-size: 1.2rem;
    margin: 20px 0;
    font-weight: bold;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 20px 0;
  }
  main.sub .single .content table th {
    background: #789aad;
    color: #fff;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
  }
  main.sub .single .content table td {
    padding: 5px;
    vertical-align: middle;
    border: 1px solid #789aad;
  }
  main.sub .single .content > dl {
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }
  main.sub .single .content > dl dt {
    background: #789aad;
    border: 1px solid #789aad;
    color: #fff;
    padding: 5px;
    width: 40%;
    vertical-align: middle;
  }
  main.sub .single .content > dl dd {
    width: 60%;
    border: 1px solid #789aad;
    padding: 5px;
    vertical-align: middle;
  }
  main.sub .single .content .detail {
    background: #f8f8f8;
    padding: 20px;
    margin: 20px auto;
  }
  main.sub .single .content .detail li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .single .content .detail li .title {
    font-weight: bold;
  }
  main.sub .single .content .detail li div p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .single .content .detail li div a {
    color: #1f6e8c;
    text-decoration: underline;
  }
  main.sub .pagenavi {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    padding-top: 40px;
  }
  main.sub .pagenavi li {
    display: flex;
  }
  main.sub .pagenavi li:only-child {
    grid-column: 1/-1;
    justify-content: center;
  }
  main.sub .pagenavi li.prev {
    justify-content: flex-start;
  }
  main.sub .pagenavi li.center {
    font-family: "Shippori Mincho B1", serif;
    font-size: 0.92rem;
  }
  main.sub .pagenavi li.next {
    justify-content: flex-end;
  }
  main.sub .thanks,
main.sub .error {
    padding: 80px 20px;
  }
  main.sub .thanks p:not(:last-child),
main.sub .error p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .thanks .more_btn,
main.sub .error .more_btn {
    margin: 40px 0 0;
  }
  footer .contact {
    background: url("images/common/bg_contact_sp.svg") no-repeat;
    background-size: cover;
    color: #fff;
    padding: 80px 25px;
  }
  footer .contact .inner {
    padding-left: 25px;
    position: relative;
  }
  footer .contact .inner:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
  }
  footer .contact .main_title {
    line-height: 1.4;
    margin-bottom: 20px;
  }
  footer .contact p {
    margin-bottom: 40px;
  }
  footer .f_blc {
    background: #222;
    color: #fff;
    padding: 40px 20px 20px;
  }
  footer .f_logo a {
    display: block;
    margin-bottom: 40px;
  }
  footer .f_nav {
    margin-bottom: 80px;
  }
  footer .f_nav li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .f_nav .f_subnav {
    padding: 10px 0 0 15px;
  }
  footer .f_nav .f_subnav > li > a {
    position: relative;
    display: block;
  }
  footer .f_nav .f_subnav > li > a:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 1px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
  }
  footer small {
    display: block;
    text-align: center;
    font-size: 0.92rem;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 36px;
    height: 36px;
    background: url(images/common/icon_arrow_wr.svg) no-repeat center;
    background-size: contain;
    color: transparent;
    font-size: 0;
    text-align: center;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    border-radius: 50%;
    z-index: 10;
    transform: rotate(-90deg);
  }
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */