@charset "UTF-8";
/* sp */
@media only screen and (max-width: 760px) {
  /* フォーム周りリセット */
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  /* /フォーム周りリセット */
  .sp-search input.textBox {
    width: 83%;
    height: 40px;
    padding: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #fff;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                ヘッダー
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .header {
    width: auto;
    padding: 0 25px;
  }
  .header .header__title {
    width: auto;
    margin-bottom: 15px;
    justify-content: flex-start;
  }
  .header .header__title::before {
    width: auto;
    margin: 0 25px;
    top: 65px;
  }
  .header .header__title h1 {
    font-size: 28px;
    padding: 15px 0;
    width: 45%;
  }
  .header .header__title .header__text--left {
    width: 33%;
  }
  .header .header__title .header__text--left p {
    font-size: 10px;
    padding-top: 13px;
  }
  .header .header__title .header__text--left p span {
    display: block;
  }
  .header .header__title .header__text--right {
    display: none;
  }
  .pc-header__menu {
    display: none;
  }
  /*ハンバーガー
  ----------------------------------------------------------------*/
  .menu-btn {
    position: fixed;
    top: 0px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 0px;
    background-color: #000;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: all 300ms 0s ease;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: all 300ms 0s ease;
  }
  #menu-btn-check {
    display: none;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #fff;
  }
  .menu-content ul {
    padding: 70px 10px 0;
  }
  .menu-content ul li {
    border-bottom: solid 1px #000;
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: white;
    transition: all 0.5s; /*アニメーション設定*/
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0; /*メニューを画面内へ*/
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                フッター
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .footer {
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .footer .footer__inner {
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .footer .footer__inner .footer__logo p {
    text-align: center;
    padding-left: 24px;
  }
  .footer .footer__inner .pc-footer__privacy {
    margin-left: 0px;
    text-align: center;
  }
  .footer .footer__inner .pc-footer__privacy a {
    font-size: 12px;
  }
  .footer .footer__inner .pc-footer__menu {
    margin: 0 auto;
    margin-top: 40px;
  }
  .footer .footer__inner .pc-footer__menu .pc-footer__menu-list .pc-footer__menu-item {
    text-align: center;
  }
  .footer .footer__inner .pc-footer__menu .pc-footer__menu-list .pc-footer__menu-item a {
    font-size: 12px;
    text-align: center;
  }
  .footer .footer__inner .pc-footer__menu .pc-footer__menu-list .pc-footer__menu-item a:hover {
    color: #000;
    box-shadow: inset 200px 0 0 0 #fff;
  }
  .footer .copyright {
    margin-top: 50px;
  }
  .footer .copyright p {
    font-size: 12px;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                top
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .section-wrap {
    width: auto;
  }
  .section-wrap .top-image {
    width: auto;
    height: 320px;
    background-size: cover;
  }
  .section-wrap .top-image .top-image__text h2 {
    width: 250px;
    font-size: 29px;
    line-height: 40px;
    left: 56%;
  }
  .top-image__news {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    bottom: -56px;
    height: 46px;
  }
  .top-image__news p {
    padding: 0 25px;
    font-size: 12px;
    line-height: 46px;
    letter-spacing: 0;
    text-align: left;
  }
  .top-image__news .top-image__news--category {
    font-size: 12px;
    line-height: 46px;
    padding-right: 10px;
    letter-spacing: 0;
  }
  .top-image__news .top-image__news--date {
    color: #FFF;
    font-size: 12px;
    line-height: 46px;
    padding-right: 10px;
    letter-spacing: 0;
  }
  /*アバウト
  ----------------------------------------------------------------*/
  .top-about-us {
    width: auto;
    margin-top: 75px;
    display: block;
    justify-content: initial;
  }
  .top-about-us .top-about-us__content {
    width: auto;
    height: auto;
    padding-right: 0;
    border-right: 0;
    margin-top: 30px;
  }
  .top-about-us .top-about-us__content h3 {
    color: #000;
    font-family: "Helvetica Neue";
    font-size: 48px;
    line-height: normal;
  }
  .top-about-us .top-about-us__content .top-about-us__content--inner {
    margin-top: 40px;
    display: block;
    justify-content: initial;
  }
  .top-about-us .top-about-us__content .top-about-us__content--inner h4 {
    display: none;
  }
  .top-about-us .top-about-us__content .top-about-us__content--inner p {
    width: auto;
    font-size: 16px;
    line-height: 28px; /* 180% */
    letter-spacing: 10%;
  }
  .top-about-us .top-about-us__content .top-about-us__button {
    margin-top: 30px;
  }
  .top-about-us .top-about-us__content .top-about-us__button a {
    margin-left: 80px;
    font-size: 14px;
  }
  .top-about-us .top-about-us__content .top-about-us__button a:before {
    content: "";
    top: 50%;
    left: -80px;
    width: 60px;
    height: 1px;
  }
  .top-about-us .top-about-us__img {
    margin-top: 30px;
    width: auto;
    height: auto;
  }
  /*バナー
  ----------------------------------------------------------------*/
  .top-banner {
    margin-top: 90px;
    height: auto;
  }
  /*スライダー
  ----------------------------------------------------------------*/
  .top-slider .top-slider__slide {
    width: 210px;
    height: 390px;
  }
  /*xit times
  ----------------------------------------------------------------*/
  .section-wrap {
    width: auto;
    margin: 0 25px;
  }
  .section-wrap .section-xittimes {
    margin-top: 0px;
  }
  .section-wrap .section-xittimes::before {
    content: "";
    position: absolute;
    border-top: solid 1px #000;
    left: 0;
    right: 0;
    top: 8px;
  }
  .section-wrap .section-xittimes .xittimes-title {
    margin-top: 30px;
    display: block;
  }
  .section-wrap .section-xittimes .xittimes-title .xittimes-title__left {
    width: auto;
    height: auto;
    flex-shrink: 0;
    font-size: 20px;
    text-align: center;
  }
  .section-wrap .section-xittimes .xittimes-title .xittimes-title__right {
    color: #000;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 20px;
    position: relative;
    margin-top: 30px;
  }
  .section-wrap .section-xittimes .xittimes-title .xittimes-title__right span {
    color: #000;
    text-align: left;
    font-size: 20px;
    letter-spacing: 2.4px;
    display: inline-block;
  }
  .section-wrap .section-xittimes .xittimes-title .xittimes-title__right::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 80px;
    height: 1px;
    background-color: #000;
  }
  .section-wrap .section-xittimes .xittimes-title .xittimes-title__right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 80px;
    height: 1px;
    background-color: #000;
  }
  .section-wrap .section-xittimes .xittimes-title h3 {
    text-align: center;
    width: auto;
    margin: 0 auto;
    border-left: none;
    border-right: none;
    margin-top: 20px;
  }
  .section-wrap .section-xittimes .xittimes-title h3 .big-text {
    text-align: center;
    font-size: 62px;
    line-height: 62px; /* 29.091% */
    letter-spacing: 0;
    margin-left: 0px;
    margin-top: 20px;
  }
  .section-wrap .section-xittimes .xittimes-title h3 .small-text {
    font-size: 46px;
    line-height: 32px;
    letter-spacing: 0;
  }
  .section-wrap .xittimes-list {
    width: 100%;
    height: auto;
    display: block;
  }
  .section-wrap .xittimes-list .xittimes-list__column {
    flex: 1;
    display: block;
    flex-direction: column;
  }
  .section-wrap .xittimes-list .xittimes-list__column a {
    text-decoration: none;
  }
  .section-wrap .xittimes-list .xittimes-list__column a .xittimes-list__grid-item h4 {
    font-size: 24px;
    line-height: 37px; /* 115.625% */
  }
  .section-wrap .xittimes-list .xittimes-list__column a .xittimes-list__grid-item .xittimes-list__text {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    overflow: hidden;
  }
  .section-wrap .xittimes-list .xittimes-list__column a .xittimes-list__grid-item .xittimes-list__date::after {
    content: "";
    width: 120px;
    top: 50%;
    height: 1px;
    background-color: #000;
  }
  .section-wrap .xittimes-list .xittimes-list__column a .xittimes-list__grid-item .xittimes-list__readmore {
    width: 190px;
  }
  .section-wrap .xittimes-list .xittimes-list__column a .xittimes-list__grid-item .xittimes-list__readmore p {
    font-size: 14px;
    padding-left: 70px;
  }
  .section-wrap .xittimes-list .xittimes-list__column a .xittimes-list__grid-item .xittimes-list__readmore p::before {
    width: 60px;
    height: 1px;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__01 {
    width: auto;
    height: auto;
    background-size: 80%;
    background-position: 29px 457px;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__01 .xittimes-list__text {
    margin-top: 12px;
    width: auto;
    height: auto;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__01 .xittimes-list__date {
    padding-right: 30px;
    margin-top: 20px;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__01 .xittimes-list__date::after {
    top: 50%;
    right: 30px;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__01 .xittimes-list__readmore {
    margin-top: 220%;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__02 {
    width: auto;
    height: auto;
    background-size: 80%;
    background-position: 14px 86%;
    margin-left: 0;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__02 .xittimes-list__inner {
    display: flex;
    justify-content: space-between;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__02 .xittimes-list__inner h4 {
    font-size: 24px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 30px;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__02 .xittimes-list__inner .xittimes-list__date {
    width: 14px;
    height: 14px;
    line-height: 14px;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__02 .xittimes-list__inner .xittimes-list__date::after {
    top: 50%;
    left: 97px;
    width: 50px;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__02 .xittimes-list__inner .xittimes-list__text {
    height: auto;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__02 .xittimes-list__readmore {
    margin-top: 68%;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__03 {
    width: auto;
    height: auto;
    margin-left: 0px;
    background-size: 80%;
    background-position: 26px 32px;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__03 h4 {
    margin-top: 80%;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__03 .xittimes-list__date {
    padding-right: 30px;
    margin-top: 20px;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__03 .xittimes-list__date::after {
    top: 50%;
    right: 30px;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__03 .xittimes-list__text {
    height: auto;
    width: auto;
    margin-top: 15px;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__03 .xittimes-list__readmore {
    margin-top: 57px;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__04 {
    height: auto;
    width: auto;
    margin-left: 0px;
    background-size: 80%;
    background-position: 28px 80%;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__04 .xittimes-list__wrap {
    display: flex;
    justify-content: space-between;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__04 .xittimes-list__wrap h4 {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__04 .xittimes-list__wrap .xittimes-list__inner h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__04 .xittimes-list__wrap .xittimes-list__inner .xittimes-list__text {
    width: auto;
    height: auto;
    margin-top: 30px;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__04 .xittimes-list__wrap .xittimes-list__inner .xittimes-list__date {
    padding-right: 30px;
    margin-top: 12px;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__04 .xittimes-list__wrap .xittimes-list__inner .xittimes-list__date::after {
    top: 50%;
    right: 48px;
    width: 65px;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__04 .xittimes-list__readmore {
    margin-top: 100%;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__05 {
    height: auto;
    width: auto;
    margin-left: 0;
    background-size: 80%;
    background-position: 50px 35px;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__05 .xittimes-list__inner {
    display: flex;
    justify-content: space-between;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__05 .xittimes-list__inner h4 {
    font-size: 23px;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__05 .xittimes-list__inner .xittimes-list__date {
    width: 24px;
    height: 24px;
    line-height: 24px;
    transform: rotate(90deg);
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__05 .xittimes-list__inner .xittimes-list__date span {
    padding-left: 170px;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__05 .xittimes-list__inner .xittimes-list__date::after {
    top: 50%;
    left: 262px;
    width: 50px;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__05 .xittimes-list__inner .xittimes-list__text {
    height: 150px;
    width: 270px;
    margin-top: 162px;
  }
  .section-wrap .xittimes-list .xittimes-list__column .xittimes-list__05 .xittimes-list__readmore {
    margin-top: 17px;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                              共通
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .title {
    height: 80px;
    background-size: cover;
  }
  .title h2 {
    font-size: 20px;
  }
  /*ourmission
  ----------------------------------------------------------------*/
  .ourmission {
    width: 100%;
    height: auto;
    margin: 0px auto;
    border-top: solid 4px #000;
    padding-top: 50px;
  }
  .ourmission .ourmission__content--sp {
    display: block;
  }
  .ourmission .ourmission__content--sp p {
    margin: 0 auto;
    margin-top: 30px;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
  }
  .ourmission .ourmission__inner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 460px;
    background-size: cover;
  }
  .ourmission .ourmission__inner .ourmission__content {
    width: auto;
    height: 210px;
    margin: 0 auto;
    flex-shrink: 0;
    padding-top: 170px;
  }
  .ourmission .ourmission__inner .ourmission__content h3 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 5px;
  }
  .ourmission .ourmission__inner .ourmission__content h3 span {
    font-size: 16px;
  }
  .ourmission .ourmission__inner .ourmission__content p {
    display: none;
  }
  /*foot-section
  ----------------------------------------------------------------*/
  .foot-section {
    width: 100%;
    margin: 0 auto;
    margin-top: 80px;
    padding-top: 40px;
    display: block;
    justify-content: initial;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
  }
  .foot-section::before {
    border-bottom: none;
  }
  .foot-section .foot-section__content {
    width: auto;
  }
  .foot-section .foot-section__content h3 {
    margin-top: 40px;
    font-size: 40px;
    line-height: 50px;
  }
  .foot-section .foot-section__content h3 span {
    color: #000;
    font-family: "Helvetica Neue";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 4px;
    border-bottom: #000 1px solid;
    padding-right: 10px;
    padding-bottom: 30px;
  }
  .foot-section .foot-section__content p {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    height: auto;
  }
  .foot-section .foot-section__content .foot-section__content--img {
    height: auto;
    margin-top: 30px;
  }
  .foot-section .foot-section__content .foot-section__content--img img {
    width: 100%;
  }
  .foot-section .foot-section__content .foot-section__button {
    width: 278px;
    margin-top: 20px;
  }
  .foot-section .foot-section__content .foot-section__button a {
    font-size: 14px;
    padding-left: 70px;
  }
  .foot-section .foot-section__content .foot-section__button a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 60px;
    height: 1px;
    background-color: #000;
  }
  .foot-section .foot-section__content .foot-section__button a:hover {
    animation: zoom 0.3s;
  }
  @keyframes zoom {
    50% {
      transform: scale(1.05);
    }
  }
  .foot-section__content:nth-child(1) {
    border-right: none;
    padding-right: 0px;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                about
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  /*intro
  ----------------------------------------------------------------*/
  .about-intro {
    margin-top: 30px;
    padding-top: 0px;
    border-top: none;
  }
  .about-intro h3 {
    font-size: 48px;
    line-height: 25px;
    position: initial;
  }
  .about-intro h3 span {
    font-size: 24px;
    line-height: normal;
    position: initial;
  }
  .about-intro .about-intro_inner {
    margin-top: 30px;
    display: block;
    justify-content: initial;
  }
  .about-intro .about-intro_inner h4 {
    color: #000;
    font-feature-settings: "vrt2" on;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 41px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px; /* 100% */
    letter-spacing: 4.6px;
    writing-mode: vertical-rl; /* Display text vertically */
  }
  .about-intro .about-intro_inner .about-intro_inner__img {
    width: 424px;
    height: 565px;
    background: #D9D9D9;
    flex-shrink: 0;
  }
  .about-intro .about-intro_inner .about-intro_inner__content {
    width: auto;
  }
  .about-intro .about-intro_inner .about-intro_inner__content .sp-about-intro_inner__content {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .about-intro .about-intro_inner .about-intro_inner__content .sp-about-intro_inner__content h4 {
    font-size: 32px;
    line-height: 32px;
    padding-right: 30px;
  }
  .about-intro .about-intro_inner .about-intro_inner__content .sp-about-intro_inner__content p {
    height: auto;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 31px; /* 180% */
    letter-spacing: normal;
  }
  .about-intro .about-intro_inner .about-intro_inner__content .about-intro_inner__content--name {
    margin-top: 40px;
  }
  .about-intro .about-intro_inner .about-intro_inner__content .about-intro_inner__content--name p {
    font-size: 30px;
    line-height: 16px;
  }
  .about-intro .about-intro_inner .about-intro_inner__content .about-intro_inner__content--name p span {
    padding-top: 30px;
    font-size: 16px;
  }
  /*member
  ----------------------------------------------------------------*/
  .about-member {
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
    padding-top: 60px;
    border-top: solid 1px #000;
    position: relative;
  }
  .about-member::before {
    content: "";
    position: absolute;
    border-top: solid 1px #000;
    left: 0;
    right: 0;
    top: 4px;
    width: 100%;
    margin: 0 auto;
  }
  .about-member h3 {
    font-size: 48px;
    line-height: 58px;
    position: initial;
  }
  .about-member h3 span {
    font-size: 24px;
    line-height: 24px;
    position: initial;
  }
  .about-member .about-member__inner {
    display: block;
    justify-content: initial;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
  }
  .about-member .about-member__inner .about-member__content {
    display: flex;
    flex-direction: column-reverse;
    width: auto;
  }
  .about-member .about-member__inner .about-member__content p {
    margin-top: 30px;
    font-size: 24px;
  }
  .about-member .about-member__inner .about-member__content .about-member__content--img {
    margin-top: 0px;
    width: auto;
    height: auto;
  }
  .about-member .about-member__inner .about-member__text {
    width: auto;
    margin-top: 30px;
  }
  .about-member .about-member__inner .about-member__text p {
    font-size: 16px;
  }
  .about-member .about-member__inner .about-member__text .about-intro_inner__content--name {
    margin-top: 40px;
  }
  .about-member .about-member__inner .about-member__text .about-intro_inner__content--name p span {
    padding-top: 30px;
    width: 220px;
    font-size: 16px;
  }
  .about-member .about-member__reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  /*company
  ----------------------------------------------------------------*/
  .about-company {
    padding-top: 60px;
    margin-bottom: 100px;
  }
  .about-company h3 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .about-company table {
    width: 100%;
    border-top: #000 1px solid;
  }
  .about-company table tr {
    width: 100%;
    display: block;
    padding: 50px;
    border-bottom: #000 1px solid;
    display: block;
    padding: 0px 0;
  }
  .about-company table th {
    width: 100%;
    display: block;
    padding: 10px 0;
    border-bottom: #000 1px solid;
  }
  .about-company table th p {
    text-align: center;
    font-size: 14px;
  }
  .about-company table td {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
  .about-company table td .googlemap {
    margin-top: 20px;
  }
  .about-company table td p {
    text-align: center;
    font-size: 14px;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                WORK
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  /*title
  ----------------------------------------------------------------*/
  .work-wrap .title {
    background-size: cover;
  }
  /*intro
  ----------------------------------------------------------------*/
  .work-intro {
    width: 100%;
    margin-top: 30px;
  }
  .work-intro .work-scroll__tabs {
    display: block;
    justify-content: inherit;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
  }
  .work-intro .work-scroll__tabs li {
    width: auto;
    border-top: #000 1px solid;
  }
  .work-intro .work-scroll__tabs li a {
    display: block;
    text-decoration: none;
    position: initial;
    transition: 0;
  }
  .work-intro .work-scroll__tabs li a p {
    margin: 20px 0;
    height: auto;
    font-size: 24px;
    border-left: none;
  }
  .work-intro .work-scroll__tabs li a p span {
    font-size: 20px;
  }
  .work-intro .work-scroll__tabs li a::after {
    display: none;
  }
  .work-intro .work-scroll__tabs li:first-child {
    border-top: none;
  }
  .work-intro h3 {
    font-size: 48px;
    margin-top: 60px;
  }
  .work-intro h4::before {
    content: "";
    position: absolute;
    border-top: solid 1px #000;
    left: 0;
    top: 50px;
    width: 100px;
    margin: 0 auto;
  }
  .work-intro .work-intro__inner {
    margin-top: 30px;
    display: block;
    justify-content: initial;
  }
  .work-intro .work-intro__inner .work-intro__inner--img {
    width: auto;
    height: auto;
  }
  .work-intro .work-intro__inner .work-intro__inner--txt {
    margin-top: 30px;
    width: auto;
  }
  .work-intro .work-intro__inner .work-intro__inner--txt p {
    font-size: 16px;
    line-height: 30px; /* 180% */
  }
  /*tab
  ----------------------------------------------------------------*/
  .work__delivery {
    margin-top: 80px;
  }
  .work__delivery .work__tabs {
    list-style-type: none;
  }
  .work__delivery ul {
    display: block;
  }
  .work__delivery ul li {
    transition: 1s;
    border-bottom: solid 1px #000;
  }
  .work__delivery ul li:last-child {
    border-bottom: none;
  }
  .work__delivery ul li a {
    width: auto;
    border-left: none;
    display: block;
    text-decoration: none;
    padding: 20px 0;
  }
  .work__delivery ul li a p {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
  }
  .work__delivery ul li a p span {
    font-size: 20px;
  }
  .work__delivery ul li a p .arrow-svg {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='31' height='15' viewBox='0 0 42 22' fill='none'><path d='M1 1L21 20.4872L41 1' stroke='black' stroke-width='2'/></svg>");
    width: 31px; /* SVGの幅に合わせる */
    height: 15px; /* SVGの高さに合わせる */
  }
  .work__delivery ul li:hover p .arrow-svg {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='31' height='15' viewBox='0 0 42 22' fill='none'><path d='M1 1L21 20.4872L41 1' stroke='white' stroke-width='2'/></svg>");
    width: 31px; /* SVGの幅に合わせる */
    height: 15px; /* SVGの高さに合わせる */
  }
  .work__delivery ul .js-work__check p .arrow-svg {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='31' height='15' viewBox='0 0 42 22' fill='none'><path d='M1 1L21 20.4872L41 1' stroke='white' stroke-width='2'/></svg>");
    width: 31px; /* SVGの幅に合わせる */
    height: 15px; /* SVGの高さに合わせる */
  }
  .work__delivery h3 {
    font-size: 48px;
    margin-top: 60px;
  }
  .work__delivery h4 {
    margin-top: 10px;
    letter-spacing: 0px;
  }
  .tab-section__inner {
    display: block;
    justify-content: initial;
  }
  .tab-section__inner .tab-section__inner--img {
    display: block;
    width: auto;
    height: auto;
  }
  .tab-section__inner .tab-section__inner--txt {
    width: auto;
    height: auto;
    flex-shrink: 0;
    margin-top: 30px;
  }
  .tab-section__inner .tab-section__inner--txt p {
    font-size: 16px;
    line-height: 30px; /* 180% */
  }
  .tab-section__graph h3 {
    font-size: 38px;
    line-height: 40px;
    margin-top: 60px;
    position: initial;
    padding-bottom: 20px;
  }
  .tab-section__graph h3 span {
    font-size: 20px;
    position: initial;
  }
  .tab-section__graph .tab-section__graph--img-wrap {
    position: initial;
    padding-bottom: 20px;
  }
  .tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img01 {
    position: initial;
    text-align: right;
  }
  .tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img01 img {
    width: 60%;
    height: auto;
  }
  .tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img02 {
    position: initial;
  }
  .tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img02 img {
    width: 100%;
    height: auto;
  }
  .tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img03 {
    position: initial;
  }
  .tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img03 img {
    width: 100%;
    height: auto;
  }
  .tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img04 {
    position: initial;
  }
  .tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img04 img {
    width: 100%;
    height: auto;
  }
  .tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img05 {
    position: initial;
  }
  .tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img05 img {
    width: 100%;
    height: auto;
  }
  .tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img06 {
    position: initial;
  }
  .tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img06 img {
    width: 100%;
    height: auto;
  }
  .tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img07 {
    position: initial;
  }
  .tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img07 img {
    width: 100%;
    height: auto;
  }
  .tab-section__graph td {
    width: 30%;
    float: left;
    display: block;
  }
  .tab-section__graph td p {
    font-size: 24px;
    line-height: 29px;
    padding: 10px 20px 0px 10px;
  }
  .tab-section__graph td:nth-child(2) {
    float: left;
    width: 70%;
  }
  .tab-section__graph td:nth-child(2) p {
    font-size: 24px;
    line-height: 29px;
  }
  .tab-section__graph td:nth-child(3) {
    width: 100%;
    display: block;
    clear: both;
  }
  .work__management {
    margin-top: 60px;
  }
  .work__management .work-intro {
    margin-top: 60px;
    border-top: none;
    position: initial;
  }
  .work__management .work-intro::before {
    display: none;
  }
  .work__management .tab-section__graph table {
    background-position: top;
  }
  .work__office {
    margin-top: 60px;
  }
  .work__office .work-intro {
    margin-top: 60px;
    border-top: none;
    position: initial;
  }
  .work__office .work-intro::before {
    display: none;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                            interview
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  /*title
  ----------------------------------------------------------------*/
  .interview-wrap .title {
    background-size: cover;
  }
  /*intro
  ----------------------------------------------------------------*/
  .interview-intro {
    margin-top: 20px;
  }
  .interview-intro h3 {
    text-align: left;
    font-size: 48px;
    line-height: 20px;
    position: initial;
  }
  .interview-intro h3 span {
    font-size: 24px;
    position: initial;
  }
  .interview-intro .interview-intro_inner {
    padding-bottom: 60px;
    margin-bottom: 60px;
    margin-top: 40px;
    display: block;
    justify-content: initial;
  }
  .interview-intro .interview-intro_inner:last-child {
    border: none;
  }
  .interview-intro .interview-intro_inner h4 {
    writing-mode: initial;
    font-size: 36px;
    line-height: 17px;
    display: block;
  }
  .interview-intro .interview-intro_inner h4 span {
    font-size: 20px;
    padding-bottom: 0px;
    display: block;
  }
  .interview-intro .interview-intro_inner .interview-intro_inner__img {
    width: auto;
    height: auto;
    display: block;
    margin-top: 20px;
  }
  .interview-intro .interview-intro_inner .interview-intro_inner__content {
    border-left: none;
    padding-left: 0px;
    width: auto;
  }
  .interview-intro .interview-intro_inner .interview-intro_inner__content p {
    font-size: 16px;
    line-height: 30px; /* 177.778% */
  }
  .interview-intro .interview-intro_inner .interview-intro_inner__content p span {
    font-size: 20px;
    font-style: normal;
    padding-bottom: 0px;
    display: block;
  }
  .interview-intro .interview-intro_inner .interview-intro_inner__content .interview-intro_inner__content--img {
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                recruit
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  /*title
  ----------------------------------------------------------------*/
  .recruit-wrap .title {
    background-size: cover;
  }
  /*recruit-intro
  ----------------------------------------------------------------*/
  .recruit-intro {
    margin-top: 25px;
    padding-top: 0px;
    border-top: none;
  }
  .recruit-intro h3 {
    font-size: 48px;
  }
  .recruit-intro p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 28px; /* 78.261% */
  }
  .recruit-intro .recruit-intro__inner {
    margin-top: 40px;
    display: block;
    justify-content: initial;
  }
  .recruit-intro .recruit-intro__inner .recruit-intro__img {
    width: auto;
    height: auto;
    flex-shrink: 0;
    background: #D9D9D9;
  }
  .recruit-intro .recruit-intro__text {
    margin-top: 60px;
    width: auto;
  }
  .recruit-intro .recruit-intro__text p {
    font-size: 18px;
  }
  .recruit-intro .recruit-intro__text p span {
    font-size: 24px;
  }
  /*recruit-flow
  ----------------------------------------------------------------*/
  .recruit-flow {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 4px solid #000;
  }
  .recruit-flow .recruit-flow__inner h3 {
    font-size: 48px;
    line-height: 58px;
    position: initial;
  }
  .recruit-flow .recruit-flow__inner h3 span {
    position: initial;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    display: block;
  }
  .recruit-flow .recruit-flow__inner ul {
    display: block;
    justify-content: initial;
    margin-top: 30px;
  }
  .recruit-flow .recruit-flow__inner ul li {
    width: auto;
    position: relative;
    margin-top: 80px;
  }
  .recruit-flow .recruit-flow__inner ul li::before {
    top: -80px;
    left: calc(50% - 49px);
    transform: rotate(90deg);
  }
  .recruit-flow .recruit-flow__inner ul li:nth-child(1)::before {
    background-image: none;
  }
  .recruit-flow .recruit-flow__inner ul li .recruit-flow__text {
    margin-top: 20px;
  }
  .recruit-flow .recruit-flow__inner ul li .recruit-flow__text h4::after {
    bottom: 44px;
  }
  .recruit-flow .recruit-flow__inner ul li .recruit-flow__text p {
    margin-top: 40px;
  }
  /*recruit-offer-details
  ----------------------------------------------------------------*/
  .recruit-offer-details h3 {
    font-size: 38px;
    position: initial;
  }
  .recruit-offer-details h3 span {
    text-align: left;
    font-size: 20px;
    position: initial;
  }
  .recruit-offer-details h4 {
    font-size: 20px;
  }
  .recruit-offer-details table th {
    border-bottom: solid 1px #000;
    width: 100%;
    display: block;
  }
  .recruit-offer-details table th p {
    text-align: center;
    font-size: 16px;
    padding: 20px;
  }
  .recruit-offer-details table td {
    width: 100%;
    display: block;
  }
  .recruit-offer-details table td p {
    color: #000;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    letter-spacing: 4px;
  }
  .recruit-entry__wrap {
    margin-top: 60px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    width: auto;
    height: 370px;
    overflow: hidden;
  }
  .recruit-entry__wrap .recruit-entry {
    width: auto;
    height: 370px;
    flex-shrink: 0;
    background-size: cover;
  }
  .recruit-entry__wrap .recruit-entry .recruit-entry__inner {
    display: block;
    justify-content: initial;
  }
  .recruit-entry__wrap .recruit-entry .recruit-entry__inner .recruit-entry__left {
    padding: 45px 20px 0;
  }
  .recruit-entry__wrap .recruit-entry .recruit-entry__inner .recruit-entry__left p {
    font-size: 48px;
  }
  .recruit-entry__wrap .recruit-entry .recruit-entry__inner .recruit-entry__left p span {
    display: block;
    font-size: 20px;
  }
  .recruit-entry__wrap .recruit-entry .recruit-entry__inner .recruit-entry__right {
    padding: 0;
    padding: 0 20px 45px;
  }
  .recruit-entry__wrap .recruit-entry .recruit-entry__inner .recruit-entry__right p {
    width: auto;
    height: auto;
    flex-shrink: 0;
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 33px; /* 183.333% */
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                b2b
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  /*title
  ----------------------------------------------------------------*/
  .b2b-wrap .title {
    background-size: cover;
  }
  /*intro
  ----------------------------------------------------------------*/
  .b2b-intro {
    margin-top: 25px;
    padding-top: 48px;
  }
  .b2b-intro h3 {
    font-size: 48px;
    line-height: 54px;
  }
  .b2b-intro h3 span {
    font-size: 20px;
    display: block;
    margin-top: 10px;
  }
  .b2b-intro .b2b-intro__inner {
    margin-top: 48px;
    display: block;
    justify-content: initial;
  }
  .b2b-intro .b2b-intro__inner .b2b-intro__img {
    width: auto;
    height: auto;
  }
  .b2b-intro .b2b-intro__text {
    margin-top: 60px;
    width: auto;
  }
  .b2b-intro .b2b-intro__text p {
    font-size: 16px;
  }
  /*contents
  ----------------------------------------------------------------*/
  .b2b-contents {
    display: block;
    justify-content: initial;
    margin-top: 40px;
    padding-top: 0px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .b2b-contents .b2b-contents__item {
    border-left: none;
    width: auto;
    padding-left: 0;
    border-top: 1px solid #000;
    margin-top: 40px;
    padding-top: 40px;
  }
  .b2b-contents .b2b-contents__item:first-child {
    border-top: none;
    margin-top: 0;
  }
  .b2b-contents .b2b-contents__item:first-child {
    border: none;
    padding-left: 0;
  }
  .b2b-contents .b2b-contents__item h4 {
    font-size: 24px;
    line-height: 32px; /* 120% */
  }
  .b2b-contents .b2b-contents__item p {
    margin-top: 30px;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
  }
  /*faq
  ----------------------------------------------------------------*/
  .b2b-faq .b2b-faq__title {
    width: 100%;
    height: 340px;
    flex-shrink: 0;
    background-size: cover;
  }
  .b2b-faq .b2b-faq__title .b2b-faq__title--inner h4 {
    font-size: 24px;
    line-height: 52px; /* 72% */
  }
  /*form
  ----------------------------------------------------------------*/
  .b2b-form {
    margin-top: 50px;
    padding-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .b2b-form__entry h3 {
    font-size: 24px;
  }
  .b2b-form__entry--warp {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    display: block;
  }
  .b2b-form__entry--warp dl {
    width: 100%;
    display: block;
  }
  .b2b-form__entry--warp dl dt, .b2b-form__entry--warp dl dd {
    width: 100%;
    display: block;
    padding-bottom: 10px;
  }
  .b2b-form__entry--warp dl dt {
    vertical-align: middle;
    width: auto;
    margin-top: 30px;
  }
  .b2b-form__entry--warp dl dt label {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0px;
    padding: 0px 0;
  }
  .b2b-form__entry--warp dl dd {
    width: auto;
  }
  .b2b-form__entry--warp dl dd input {
    width: 100%;
    height: 60px;
    font-size: 16px;
    box-sizing: border-box;
  }
  .b2b-form__entry--warp dl dd textarea {
    width: 100%;
    height: 300px;
    font-size: 16px;
    box-sizing: border-box;
  }
  .b2b-form__entry--checkbox {
    display: flex;
    justify-content: space-between;
    width: 300px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .b2b-form__entry--checkbox p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
  }
  .b2b-form__entry--checkbox p a {
    text-decoration-line: underline;
    color: #000;
  }
  .b2b-form__entry--checkbox .checkbox-container {
    width: 40px;
    height: 40px;
  }
  .b2b-form__entry--checkbox .checkbox-container .checkbox-custom {
    width: 40px;
    height: 40px;
  }
  .b2b-form__entry--checkbox .checkbox-container .checkbox-custom__active {
    cursor: pointer;
  }
  .b2b-form__entry--checkbox .checkbox-container .checkbox-custom__active::after {
    width: 18px;
    height: 18px;
  }
  .b2b-form__entry--submit {
    width: auto;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
  }
  .b2b-form__entry--submit input {
    width: 100%;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                entry
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .entry-wrap .title {
    background-size: cover;
  }
  .entry-intro {
    margin-top: 40px;
    padding-top: 40px;
  }
  .entry-intro h3 {
    font-size: 30px;
  }
  .entry-intro p {
    margin-top: 40px;
    font-size: 20px;
    line-height: 36px; /* 200% */
  }
  .entry-form {
    margin-top: 40px;
    padding-top: 40px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    border-top: solid 1px #000;
    position: relative;
  }
  .entry-form__entry--flow {
    width: auto;
    margin: 0 auto;
    margin-top: 40px;
  }
  .entry-form__entry--flow ul {
    display: flex;
    justify-content: space-between;
  }
  .entry-form__entry--flow ul li {
    width: 74px;
    height: 74px;
  }
  .entry-form__entry--flow ul li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 28 28'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1747 22.9916C12.7191 22.536 12.7191 21.7973 13.1747 21.3417L19.3498 15.1667L5.83301 15.1667C5.18867 15.1667 4.66634 14.6443 4.66634 14C4.66634 13.3557 5.18867 12.8333 5.83301 12.8333L19.3498 12.8333L13.1747 6.65827C12.7191 6.20265 12.7191 5.46396 13.1747 5.00835C13.6303 4.55274 14.369 4.55274 14.8246 5.00835L22.9913 13.175C23.2101 13.3938 23.333 13.6906 23.333 14C23.333 14.3094 23.2101 14.6062 22.9913 14.825L14.8246 22.9916C14.369 23.4472 13.6303 23.4472 13.1747 22.9916Z' fill='black'/%3E%3C/svg%3E");
    width: 14px; /* SVGの幅 */
    height: 14px; /* SVGの高さ */
    top: calc(50% - 7px);
    left: calc(-50% - 7px);
  }
  .entry-form__entry--flow ul li p {
    font-size: 14px;
    font-style: normal;
    line-height: 74px;
  }
  .entry-form__entry--warp {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    display: block;
  }
  .entry-form__entry--warp dl {
    width: 100%;
    display: block;
  }
  .entry-form__entry--warp dl dt, .entry-form__entry--warp dl dd {
    width: 100%;
    display: block;
    padding-bottom: 10px;
  }
  .entry-form__entry--warp dl dt {
    vertical-align: middle;
    width: auto;
    margin-top: 30px;
  }
  .entry-form__entry--warp dl dt label {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0px;
    padding: 0px 0;
  }
  .entry-form__entry--warp dl dd {
    width: auto;
  }
  .entry-form__entry--warp dl dd .entry-form__entry--radio {
    width: auto;
    display: block;
    justify-content: inherit;
  }
  .entry-form__entry--warp dl dd .entry-form__entry--radio label {
    width: auto;
    font-size: 18px;
    color: #000;
    line-height: 48px;
  }
  .entry-form__entry--warp dl dd .entry-form__entry--radio label span {
    height: 30px;
    width: 30px;
    top: calc(50% - 15px);
    right: -60px;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
  }
  .entry-form__entry--warp dl dd input {
    width: 100%;
    height: 60px;
    font-size: 16px;
    box-sizing: border-box;
  }
  .entry-form__entry--warp dl dd select {
    box-sizing: border-box;
    appearance: none;
    width: 100%;
    height: 60px;
    font-size: 16px;
  }
  .entry-form__entry--warp dl dd .entry-form__entry--select {
    position: relative;
  }
  .entry-form__entry--warp dl dd .entry-form__entry--select::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='14' viewBox='0 0 42 22' fill='none'><path d='M1 1L21 20.4872L41 1' stroke='black' stroke-width='2'/></svg>");
    width: 28px; /* SVGの幅に合わせる */
    height: 14px; /* SVGの高さに合わせる */
    top: calc(50% - 7px);
    right: 30px;
  }
  .entry-form__entry--warp dl dd textarea {
    width: 100%;
    height: 300px;
    font-size: 16px;
    box-sizing: border-box;
  }
  .entry-form__entry--warp dl .entry-form__entry--file .custom-file-input-label {
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0;
    padding-left: 60px;
  }
  .entry-form__entry--warp dl .entry-form__entry--file .custom-file-input-label::before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 34 34' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.9997 29.7499C24.0413 29.7499 29.7497 24.0416 29.7497 16.9999C29.7497 9.95829 24.0413 4.24992 16.9997 4.24992C9.95804 4.24992 4.24968 9.95829 4.24968 16.9999C4.24968 24.0416 9.95805 29.7499 16.9997 29.7499ZM32.583 16.9999C32.583 25.6064 25.6061 32.5833 16.9997 32.5833C8.39324 32.5833 1.41634 25.6064 1.41634 16.9999C1.41634 8.39349 8.39324 1.41659 16.9997 1.41659C25.6061 1.41659 32.583 8.39348 32.583 16.9999ZM16.9997 24.0833C16.2173 24.0833 15.583 23.449 15.583 22.6666L15.583 14.7534L12.3347 18.0017C11.7815 18.5549 10.8845 18.5549 10.3313 18.0017C9.77803 17.4484 9.77803 16.5515 10.3313 15.9982L15.9979 10.3315C16.2636 10.0659 16.624 9.91661 16.9997 9.91661C17.3754 9.91661 17.7357 10.0659 18.0014 10.3315L23.6681 15.9982C24.2213 16.5515 24.2213 17.4484 23.6681 18.0017C23.1148 18.5549 22.2178 18.5549 21.6646 18.0017L18.4163 14.7534L18.4164 22.6666C18.4164 23.449 17.7821 24.0833 16.9997 24.0833Z' fill='%23646464'/%3E%3C/svg%3E");
    width: 30px; /* SVGの幅 */
    height: 30px; /* SVGの高さ */
    left: 30px;
  }
  .entry-form__entry--checkbox {
    display: flex;
    justify-content: space-between;
    width: 300px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .entry-form__entry--checkbox p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
  }
  .entry-form__entry--checkbox p a {
    text-decoration-line: underline;
    color: #000;
  }
  .entry-form__entry--checkbox .checkbox-container {
    width: 40px;
    height: 40px;
  }
  .entry-form__entry--checkbox .checkbox-container .checkbox-custom {
    width: 40px;
    height: 40px;
  }
  .entry-form__entry--checkbox .checkbox-container .checkbox-custom__active {
    cursor: pointer;
  }
  .entry-form__entry--checkbox .checkbox-container .checkbox-custom__active::after {
    width: 18px;
    height: 18px;
  }
  .entry-form__entry--submit {
    width: auto;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
  }
  .entry-form__entry--submit input {
    width: 100%;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
  }
  .wpcf7-not-valid-tip::before {
    content: "";
    position: absolute;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 34 34" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.0003 4.2499C9.9587 4.2499 4.25033 9.95827 4.25033 16.9999C4.25033 24.0415 9.9587 29.7499 17.0003 29.7499C24.042 29.7499 29.7503 24.0415 29.7503 16.9999C29.7503 9.95827 24.042 4.2499 17.0003 4.2499ZM1.41699 16.9999C1.41699 8.39346 8.39389 1.41656 17.0003 1.41656C25.6068 1.41656 32.5837 8.39346 32.5837 16.9999C32.5837 25.6063 25.6068 32.5832 17.0003 32.5832C8.39389 32.5832 1.41699 25.6063 1.41699 16.9999ZM17.0003 9.91656C17.7827 9.91656 18.417 10.5508 18.417 11.3332V16.9999C18.417 17.7823 17.7827 18.4166 17.0003 18.4166C16.2179 18.4166 15.5836 17.7823 15.5836 16.9999V11.3332C15.5836 10.5508 16.2179 9.91656 17.0003 9.91656ZM17.0003 21.25C16.2179 21.25 15.5836 21.8842 15.5836 22.6667C15.5836 23.4491 16.2179 24.0833 17.0003 24.0833H17.0145C17.7969 24.0833 18.4311 23.4491 18.4311 22.6667C18.4311 21.8842 17.7969 21.25 17.0145 21.25H17.0003Z" fill="%23FF8F8F"/></svg>');
    width: 30px;
    height: 30px;
    right: 30px;
    top: -48px;
  }
  .entry-form__entry--window {
    width: auto;
    height: 134px;
  }
  .entry-form__entry--window p {
    font-size: 12px;
    padding: 15px;
  }
  .entry-form__check dl dd p {
    width: auto;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    padding: 0 20px;
  }
  .entry-form__check dl .entry-form__check--text p {
    height: auto;
  }
  .entry-form__check .entry-form__entry--checkbox {
    height: auto;
  }
  .entry-form__check .entry-form__entry--checkbox p {
    position: relative;
    padding-left: 50px;
    letter-spacing: 0;
  }
  .entry-form__check .entry-form__entry--checkbox p::before {
    width: 40px;
    height: 40px;
  }
  .entry-form__check .entry-form__entry--checkbox p::after {
    width: 22px;
    height: 22px;
    top: 12px;
    left: 12px;
  }
}
.entry-form__check {
  margin-top: 60px;
}
.entry-form__check p {
  font-size: 20px;
  line-height: 44px; /* 200% */
  letter-spacing: 0;
}/*# sourceMappingURL=sp.css.map */