@charset "UTF-8";
/* Sass Document */
/*.main_title_area {
  margin-top: clamp(9rem, -3.2112676056rem + 8.4507042254vw, 12rem);
}
@media screen and (max-width: 1445px) {
  .main_title_area {
    margin-top: 6.228vw;
  }
}
@media screen and (max-width: 767px) {
  .main_title_area {
    margin-top: 21.333vw;
  }
}*/
.main_title_area {
  background: url(../images/common/bg_main_title_area.png) no-repeat center center;
  background-size: cover;
}
.main_title_area .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 22.8rem;
}
@media screen and (max-width: 1445px) {
  .main_title_area .wrap {
    height: 15.779vw;
  }
}
@media screen and (max-width: 767px) {
  .main_title_area .wrap {
    height: 15.779vw;
  }
}
@media screen and (max-width: 767px) {
  .main_title_area .wrap {
    height: 30.4vw;
  }
}
.main_title_area .wrap .main_title {
  font-size: 4rem;
}
@media screen and (max-width: 1445px) {
  .main_title_area .wrap .main_title {
    font-size: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  .main_title_area .wrap .main_title {
    font-size: 2.768vw;
  }
}
.main_title_area .wrap .main_title {
  color: #00256A;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .main_title_area .wrap .main_title {
    font-size: 6.133vw;
  }
}

.breadcrumb {
  padding-block: 1.5rem;
}
@media screen and (max-width: 1445px) {
  .breadcrumb {
    padding-block: 1.038vw;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-block: 1.038vw;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 2vw 0;
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1445px) {
  .breadcrumb ul {
    gap: 0.692vw;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb ul {
    gap: 0.692vw;
  }
}
.breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul {
    gap: 2vw;
  }
}
.breadcrumb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 1445px) {
  .breadcrumb ul li {
    gap: 0.692vw;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li {
    gap: 0.692vw;
  }
}
.breadcrumb ul li {
  font-size: 1.4rem;
}
@media screen and (max-width: 1445px) {
  .breadcrumb ul li {
    font-size: 0.969vw;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li {
    font-size: 0.969vw;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li {
    gap: 2vw;
    font-size: 3.467vw;
  }
}
.breadcrumb ul li + li:before {
  content: "";
  display: inline-block;
  width: 0.6rem;
}
@media screen and (max-width: 1445px) {
  .breadcrumb ul li + li:before {
    width: 0.415vw;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li + li:before {
    width: 0.415vw;
  }
}
.breadcrumb ul li + li:before {
  height: 0.6rem;
}
@media screen and (max-width: 1445px) {
  .breadcrumb ul li + li:before {
    height: 0.415vw;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li + li:before {
    height: 0.415vw;
  }
}
.breadcrumb ul li + li:before {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li + li:before {
    width: 1.333vw;
    height: 1.333vw;
  }
}
.breadcrumb ul li a {
  color: #333;
}

.w1230 {
  max-width: 123rem;
}

.page_nav {
  padding-block: 1.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1445px) {
  .page_nav {
    padding-block: 1.038vw;
  }
}
@media screen and (max-width: 767px) {
  .page_nav {
    padding-block: 1.038vw;
  }
}
@media screen and (max-width: 767px) {
  .page_nav {
    padding: 0 2vw;
  }
}
.page_nav.bottom {
  padding-bottom: 13rem;
}
@media screen and (max-width: 1445px) {
  .page_nav.bottom {
    padding-bottom: 8.997vw;
  }
}
@media screen and (max-width: 767px) {
  .page_nav.bottom {
    padding-bottom: 8.997vw;
  }
}
@media screen and (max-width: 767px) {
  .page_nav.bottom {
    padding-bottom: 17.333vw;
  }
}
.page_nav .wrap {
  max-width: 123rem;
}
.page_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.page_nav ul.faq-menu {
  justify-content: center;
}
@media screen and (max-width: 1445px) {
  .page_nav ul {
    gap: 0.692vw;
  }
}
@media screen and (max-width: 767px) {
  .page_nav ul {
    gap: 0.692vw;
  }
}
.page_nav ul {
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .page_nav ul {
    gap: 2vw;
  }
}
.page_nav ul li {
  width: calc((100% - 2rem) / 3);
}
@media screen and (max-width: 1445px) {
  .page_nav ul li {
    width: calc((100% - 1.384vw) / 3);
  }
}
@media screen and (max-width: 767px) {
  .page_nav ul li {
    width: calc((100% - 2vw) / 2);
  }
}
.page_nav ul.faq-menu li {
  width: 100%;
  max-width: 520px;
}

.page_nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 7rem;
  font-size: 1.8rem;
  color: #00256A;
  font-weight: 600;
  background: #fff;
  border: 1px solid #00256A;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 1445px) {
  .page_nav ul li a {
    height: 4.844vw;
    font-size: 1.246vw;
  }
}
@media screen and (max-width: 767px) {
  .page_nav ul li a {
    height: 12vw;
    font-size: 3.467vw;
    text-align: center;
    line-height: 1.4;
  }
}
.page_nav ul.faq-menu li a {
  background-color: #F2F5FC;
}

.page_nav ul li a:hover {
  color: #fff;
  background: #00256A;
  text-decoration: none;
}
.page_nav ul li.active a {
  color: #fff;
  background: #00256A;
  pointer-events: none;
}

.page_scroll {
  padding-block: 1.5rem;
}
@media screen and (max-width: 1445px) {
  .page_scroll {
    padding-block: 1.038vw;
  }
}
@media screen and (max-width: 767px) {
  .page_scroll {
    padding-block: 1.038vw;
  }
}
@media screen and (max-width: 767px) {
  .page_scroll {
    padding: 0 2vw;
  }
}
.page_scroll .wrap {
  max-width: 123rem;
}
.page_scroll ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 1445px) {
  .page_scroll ul {
    gap: 0.692vw;
  }
}
@media screen and (max-width: 767px) {
  .page_scroll ul {
    gap: 0.692vw;
  }
}
.page_scroll ul {
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .page_scroll ul {
    gap: 2vw;
  }
}
.page_scroll ul li {
  width: calc((100% - 3rem) / 4);
}
@media screen and (max-width: 1445px) {
  .page_scroll ul li {
    width: calc((100% - 2.076vw) / 4);
  }
}
@media screen and (max-width: 767px) {
  .page_scroll ul li {
    width: calc((100% - 2vw) / 2);
  }
}
.page_scroll ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 10rem;
}
@media screen and (max-width: 1445px) {
  .page_scroll ul li a {
    height: 6.92vw;
  }
}
@media screen and (max-width: 767px) {
  .page_scroll ul li a {
    height: 6.92vw;
  }
}
.page_scroll ul li a {
  padding-bottom: 2.1rem;
}
@media screen and (max-width: 1445px) {
  .page_scroll ul li a {
    padding-bottom: 1.453vw;
  }
}
@media screen and (max-width: 767px) {
  .page_scroll ul li a {
    padding-bottom: 1.453vw;
  }
}
.page_scroll ul li a {
  font-size: 1.8rem;
}
@media screen and (max-width: 1445px) {
  .page_scroll ul li a {
    font-size: 1.246vw;
  }
}
@media screen and (max-width: 767px) {
  .page_scroll ul li a {
    font-size: 1.246vw;
  }
}
.page_scroll ul li a {
  color: #00256A;
  font-weight: 600;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #00256A;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .page_scroll ul li a {
    height: 16vw;
    padding-bottom: 2.667vw;
    font-size: 3.467vw;
    text-align: center;
    line-height: 1.4;
  }
}
.page_scroll ul li a img {
  position: absolute;
  bottom: 1.57rem;
}
@media screen and (max-width: 1445px) {
  .page_scroll ul li a img {
    bottom: 1.087vw;
  }
}
@media screen and (max-width: 767px) {
  .page_scroll ul li a img {
    bottom: 1.087vw;
  }
}
.page_scroll ul li a img {
  left: 50%;
  width: 0.7rem;
}
@media screen and (max-width: 1445px) {
  .page_scroll ul li a img {
    width: 0.484vw;
  }
}
@media screen and (max-width: 767px) {
  .page_scroll ul li a img {
    width: 0.484vw;
  }
}
.page_scroll ul li a img {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .page_scroll ul li a img {
    bottom: 1.867vw;
    width: 2vw;
  }
}
.page_scroll ul li a:hover {
  color: #fff;
  background: #00256A;
  text-decoration: none;
}
.page_scroll ul li a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.page_scroll ul li.active a {
  color: #fff;
  background: #00256A;
  pointer-events: none;
}

.main_content {
  padding-top: 6.5rem;
}
@media screen and (max-width: 1445px) {
  .main_content {
    padding-top: 4.498vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content {
    padding-top: 4.498vw;
  }
}
.main_content {
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 1445px) {
  .main_content {
    padding-bottom: 3.114vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content {
    padding-bottom: 3.114vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content {
    padding: 8.667vw 0 6vw;
  }
}
.main_content a[href*="tel:"] {
  color: #333 !important;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .main_content a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
.main_content .no_deco {
  color: #333 !important;
  text-decoration: none !important;
}
.main_content .wrap {
  max-width: 123rem;
}
.main_content .title02 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1445px) {
  .main_content .title02 {
    margin-bottom: 4.152vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .title02 {
    margin-bottom: 4.152vw;
  }
}
.main_content .title02 {
  font-size: 3.4rem;
}
@media screen and (max-width: 1445px) {
  .main_content .title02 {
    font-size: 2.353vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .title02 {
    font-size: 2.353vw;
  }
}
.main_content .title02 {
  color: #00256A;
}
@media screen and (max-width: 767px) {
  .main_content .title02 {
    margin-bottom: 10.933vw;
    font-size: 5.733vw;
    line-height: 1.4651162791;
  }
}
.main_content .title02::before, .main_content .title02::after {
  background: #00256A;
}
.main_content .block + .block {
  margin-top: 10rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block + .block {
    margin-top: 6.92vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block + .block {
    margin-top: 6.92vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block + .block {
    margin-top: 13.333vw;
  }
}
.main_content .block .title03 {
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 1445px) {
  .main_content .block .title03 {
    padding-top: 1.038vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .title03 {
    padding-top: 1.038vw;
  }
}
.main_content .block .title03 {
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .title03 {
    padding-bottom: 1.246vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .title03 {
    padding-bottom: 1.246vw;
  }
}
.main_content .block .title03 {
  padding-left: 3rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .title03 {
    padding-left: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .title03 {
    padding-left: 2.076vw;
  }
}
.main_content .block .title03 {
  padding-right: 3rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .title03 {
    padding-right: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .title03 {
    padding-right: 2.076vw;
  }
}
.main_content .block .title03 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .title03 {
    margin-bottom: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .title03 {
    margin-bottom: 2.768vw;
  }
}
.main_content .block .title03 {
  font-size: 2.6rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .title03 {
    font-size: 1.799vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .title03 {
    font-size: 1.799vw;
  }
}
.main_content .block .title03 {
  color: #00256A;
  font-weight: 600;
  line-height: 1.5;
  background: #F2F5FC;
}
@media screen and (max-width: 767px) {
  .main_content .block .title03 {
    padding: 2vw 4vw 2.4vw;
    font-size: 4.8vw;
  }
}
.main_content .block .title03 .small {
  margin-right: 0.5em;
  font-size: 1.6rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .title03 .small {
    font-size: 1.107vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .title03 .small {
    font-size: 1.107vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .title03 .small {
    font-size: 4vw;
  }
}
.main_content .block .title04 {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .title04 {
    padding-bottom: 1.038vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .title04 {
    padding-bottom: 1.038vw;
  }
}
.main_content .block .title04 {
  margin-left: 2rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .title04 {
    margin-left: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .title04 {
    margin-left: 1.384vw;
  }
}
.main_content .block .title04 {
  margin-right: 2rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .title04 {
    margin-right: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .title04 {
    margin-right: 1.384vw;
  }
}
.main_content .block .title04 {
  margin-top: 4rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .title04 {
    margin-top: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .title04 {
    margin-top: 2.768vw;
  }
}
.main_content .block .title04 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .title04 {
    margin-bottom: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .title04 {
    margin-bottom: 2.768vw;
  }
}
.main_content .block .title04 {
  font-size: 2.4rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .title04 {
    font-size: 1.661vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .title04 {
    font-size: 1.661vw;
  }
}
.main_content .block .title04 {
  color: #333;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px dashed #CCC;
}
@media screen and (max-width: 767px) {
  .main_content .block .title04 {
    padding-bottom: 2vw;
    margin: 5.333vw 2.667vw;
    font-size: 4.667vw;
    line-height: 1.6;
  }
}
.main_content .block .title04 .small {
  font-size: 1.8rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .title04 .small {
    font-size: 1.246vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .title04 .small {
    font-size: 1.246vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .title04 .small {
    font-size: 4vw;
  }
}
.main_content .block .title04.red_note {
  color: #AD3F3F;
  border-bottom: 1px solid #AD3F3F;
}
.main_content .block .title05 {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .title05 {
    margin-bottom: 1.73vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .title05 {
    margin-bottom: 1.73vw;
  }
}
.main_content .block .title05 {
  font-size: 2rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .title05 {
    font-size: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .title05 {
    font-size: 1.384vw;
  }
}
.main_content .block .title05 {
  color: #333;
  font-weight: 600;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .main_content .block .title05 {
    margin-bottom: 3.333vw;
    font-size: 4vw;
    line-height: 1.6;
  }
}
.main_content .block .inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 2rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .inner_flex {
    padding-left: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .inner_flex {
    padding-left: 1.384vw;
  }
}
.main_content .block .inner_flex {
  padding-right: 2rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .inner_flex {
    padding-right: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .inner_flex {
    padding-right: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .inner_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.667vw;
    padding: 0 2.667vw;
  }
}
.main_content .block .inner_flex.pd0 {
  padding: 0;
}
.main_content .block .inner_flex + .inner_flex {
  margin-top: 3.8rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .inner_flex + .inner_flex {
    margin-top: 2.63vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .inner_flex + .inner_flex {
    margin-top: 2.63vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .inner_flex + .inner_flex {
    margin-top: 5.333vw;
  }
}
.main_content .block .inner_flex .txt_area {
  max-width: 61rem;
  width: 51.2605042017%;
}
@media screen and (max-width: 767px) {
  .main_content .block .inner_flex .txt_area {
    max-width: none;
    width: 100%;
  }
}
.main_content .block .inner_flex figure {
  max-width: 51.156rem;
  width: 42.9882352941%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .main_content .block .inner_flex figure {
    max-width: none;
    width: 100%;
  }
}
.main_content .block .inner_flex figure {
  image-rendering-width: 100%;
}
.main_content .block .inner {
  padding-left: 2rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .inner {
    padding-left: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .inner {
    padding-left: 1.384vw;
  }
}
.main_content .block .inner {
  padding-right: 2rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .inner {
    padding-right: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .inner {
    padding-right: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .inner {
    padding: 0 2.667vw;
  }
}
.main_content .block .inner .title04 {
  margin-left: 0rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .inner .title04 {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .inner .title04 {
    margin-left: 0vw;
  }
}
.main_content .block .inner .title04 {
  margin-right: 0rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .inner .title04 {
    margin-right: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .inner .title04 {
    margin-right: 0vw;
  }
}
.main_content .block .inner .title04 {
  margin-top: 6rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .inner .title04 {
    margin-top: 4.152vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .inner .title04 {
    margin-top: 4.152vw;
  }
}
.main_content .block .inner .title04 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .inner .title04 {
    margin-bottom: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .inner .title04 {
    margin-bottom: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .inner .title04 {
    margin: 8vw 0 4vw;
  }
}
.main_content .block .inner .title05 {
  margin-top: 6rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .inner .title05 {
    margin-top: 4.152vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .inner .title05 {
    margin-top: 4.152vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .inner .title05 {
    margin-top: 8vw;
  }
}
.main_content .block .txt_area p:not(.btn),
.main_content .block .txt_area li {
  margin: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .txt_area p:not(.btn),
  .main_content .block .txt_area li {
    font-size: 1.107vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .txt_area p:not(.btn),
  .main_content .block .txt_area li {
    font-size: 1.107vw;
  }
}
.main_content .block .txt_area p:not(.btn),
.main_content .block .txt_area li {
  color: #333;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .main_content .block .txt_area p:not(.btn),
  .main_content .block .txt_area li {
    font-size: 3.733vw;
    line-height: 1.75;
  }
}
.main_content .block .txt_area p:not(.btn) a,
.main_content .block .txt_area li a {
  color: #00256A;
  text-decoration: underline;
}
.main_content .block .txt_area p.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5em;
  margin-bottom: .45em;
}
.main_content .block .txt_area p.tel span, 
.main_content .block .txt_area p.tel a {
  display: inline-block;
  vertical-align: middle;
}
.main_content .block .txt_area p.tel img {
  width: 2.5em;
}
.main_content .block .txt_area ol {
  padding: 0;
  margin: 0;
}
.main_content .block .txt_area li {
  list-style: none;
}
.main_content .block .txt_area .mt1em {
  margin-top: 1.5em !important;
}
.main_content .block .txt_area .btn {
  margin-top: 5rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .txt_area .btn {
    margin-top: 3.46vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .txt_area .btn {
    margin-top: 3.46vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .txt_area .btn {
    margin-top: 6.667vw;
  }
}
.main_content .block .txt_area .btn a {
  width: 40rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .txt_area .btn a {
    width: 27.682vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .txt_area .btn a {
    width: 27.682vw;
  }
}
.main_content .block .txt_area .btn a {
  height: 6.6rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .txt_area .btn a {
    height: 4.567vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .txt_area .btn a {
    height: 4.567vw;
  }
}
.main_content .block .txt_area .btn a {
  margin: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .txt_area .btn a {
    font-size: 1.246vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .txt_area .btn a {
    font-size: 1.246vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .txt_area .btn a {
    width: 74.667vw;
    height: 13.333vw;
    margin: auto;
    font-size: 3.867vw;
    line-height: 1.5862068966;
  }
}
.main_content .block .txt_area .btn a img {
  right: 1.5rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .txt_area .btn a img {
    right: 1.038vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .txt_area .btn a img {
    right: 1.038vw;
  }
}
.main_content .block .txt_area .btn a img {
  width: 0.8rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .txt_area .btn a img {
    width: 0.554vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .txt_area .btn a img {
    width: 0.554vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .txt_area .btn a img {
    right: 3.333vw;
    width: 1.695vw;
  }
}
.main_content .block .caution {
  margin-top: 6rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .caution {
    margin-top: 4.152vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .caution {
    margin-top: 4.152vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .caution {
    margin-top: 8vw;
  }
}
.main_content .block .caution p {
  margin: 0 0 0 calc(1em + 0.6rem);
  font-size: 1.6rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .caution p {
    font-size: 1.107vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .caution p {
    font-size: 1.107vw;
  }
}
.main_content .block .caution p {
  color: #333;
  font-weight: 500;
  text-indent: calc(-1em - 0.6rem);
  line-height: 1.75;
}
@media screen and (max-width: 1445px) {
  .main_content .block .caution p {
    margin: 0 0 0 calc(1em + 0.415vw);
    text-indent: calc(-1em - 0.415vw);
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .caution p {
    margin: 0 0 0 calc(1em + 0.8vw);
    font-size: 3.733vw;
    text-indent: calc(-1em - 0.8vw);
    line-height: 1.75;
  }
}
.main_content .block .caution p::before {
  content: "※";
  margin-right: 0.6rem;
}
@media screen and (max-width: 1445px) {
  .main_content .block .caution p::before {
    margin-right: 0.415vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .caution p::before {
    margin-right: 0.415vw;
  }
}
@media screen and (max-width: 767px) {
  .main_content .block .caution p::before {
    margin-right: 0.8vw;
  }
}
.main_content .block .txt_area ul.txt_list {
  margin: 0;
  padding: 0;
}
.main_content .block .txt_area ul.txt_list.red_note li {
  color: #AD3F3F;
  font-weight: 600;
}
.main_content .block .txt_area ul.txt_list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.main_content .block .txt_area ul.txt_list li::before {
  content: "・";
  padding-right: .5em;
}
.main_content .block .example_entry {
  border: 1px solid #DDDDDD;
  margin: .25em 0 .8em;
  padding: 1.5em 1em;
}

#order_content .block .title04 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 3.4rem;
}
#order_content .block .title04.horizon-title .s {
  color: #CC0000;
  line-height: 1.4;
  font-size: .6667em;
}
@media screen and (max-width: 1445px) {
  #order_content .block .title04 {
    margin-bottom: 2.353vw;
  }
}
@media screen and (min-width: 768px) {
  #order_content .block .title04.horizon-title {
    display: flex;
    align-items: center;
    gap: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #order_content .block .title04 {
    margin-bottom: 4.5333vw;
  }
  #order_content .block .title04.horizon-title .s {
    display: block;
  }
}

#payment_content .w660 {
  width: 66rem;
}
@media screen and (max-width: 1445px) {
  #payment_content .w660 {
    width: 45.675vw;
  }
}
@media screen and (max-width: 767px) {
  #payment_content .w660 {
    width: 45.675vw;
  }
}
#payment_content .w660 {
  margin-top: 3rem;
}
@media screen and (max-width: 1445px) {
  #payment_content .w660 {
    margin-top: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  #payment_content .w660 {
    margin-top: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  #payment_content .w660 {
    width: 100%;
    margin-top: 4vw;
  }
}
#payment_content .w160 {
  width: 16rem;
}
@media screen and (max-width: 1445px) {
  #payment_content .w160 {
    width: 11.073vw;
  }
}
@media screen and (max-width: 767px) {
  #payment_content .w160 {
    width: 11.073vw;
  }
}
#payment_content .w160 {
  margin-top: 3rem;
}
@media screen and (max-width: 1445px) {
  #payment_content .w160 {
    margin-top: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  #payment_content .w160 {
    margin-top: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  #payment_content .w160 {
    width: 33.333vw;
    margin-top: 4vw;
  }
}

#gift-wrapping_content .pattern01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #gift-wrapping_content .pattern01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.667vw;
  }
}
#gift-wrapping_content .pattern01 figure {
  max-width: 61.9rem;
  width: 52.0168067227%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #gift-wrapping_content .pattern01 figure {
    max-width: none;
    width: 100%;
  }
}
#gift-wrapping_content .pattern01 .txt_area {
  max-width: 46.3rem;
  width: 38.9075630252%;
}
@media screen and (max-width: 767px) {
  #gift-wrapping_content .pattern01 .txt_area {
    max-width: none;
    width: 100%;
  }
}
#gift-wrapping_content .pattern02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
}
@media screen and (max-width: 1445px) {
  #gift-wrapping_content .pattern02 {
    gap: 2.491vw;
  }
}
@media screen and (max-width: 767px) {
  #gift-wrapping_content .pattern02 {
    gap: 2.491vw;
  }
}
#gift-wrapping_content .pattern02 {
  margin-top: 6rem;
}
@media screen and (max-width: 1445px) {
  #gift-wrapping_content .pattern02 {
    margin-top: 4.152vw;
  }
}
@media screen and (max-width: 767px) {
  #gift-wrapping_content .pattern02 {
    margin-top: 4.152vw;
  }
}
@media screen and (max-width: 767px) {
  #gift-wrapping_content .pattern02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6.667vw;
  }
}
#gift-wrapping_content .pattern02 .in {
  width: calc((100% - 10.8rem) / 4);
}
@media screen and (max-width: 1445px) {
  #gift-wrapping_content .pattern02 .in {
    width: calc((100% - 7.473vw) / 4);
  }
}
@media screen and (max-width: 767px) {
  #gift-wrapping_content .pattern02 .in {
    width: 100%;
  }
}
#gift-wrapping_content .pattern02 .in figure {
  margin: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1445px) {
  #gift-wrapping_content .pattern02 .in figure {
    margin-bottom: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #gift-wrapping_content .pattern02 .in figure {
    margin-bottom: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #gift-wrapping_content .pattern02 .in figure {
    width: 70%;
    margin: 0 auto 2.667vw;
  }
}
#gift-wrapping_content .pattern02 .in .txt_area .title05 {
  margin: 0 0 1.7rem;
}
@media screen and (max-width: 1445px) {
  #gift-wrapping_content .pattern02 .in .txt_area .title05 {
    margin: 0 0 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #gift-wrapping_content .pattern02 .in .txt_area .title05 {
    margin: 0 0 2.267vw;
    text-align: center;
  }
}
#gift-wrapping_content .pattern02 .in .txt_area .example {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1445px) {
  #gift-wrapping_content .pattern02 .in .txt_area .example {
    margin-top: 1.73vw;
  }
}
@media screen and (max-width: 767px) {
  #gift-wrapping_content .pattern02 .in .txt_area .example {
    margin-top: 1.73vw;
  }
}
@media screen and (max-width: 767px) {
  #gift-wrapping_content .pattern02 .in .txt_area .example {
    margin-top: 3.333vw;
  }
}
#gift-wrapping_content .pattern03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #gift-wrapping_content .pattern03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw;
  }
}
#gift-wrapping_content .pattern03 figure {
  max-width: 64rem;
  width: 53.781512605%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #gift-wrapping_content .pattern03 figure {
    max-width: none;
    width: 100%;
  }
}
#gift-wrapping_content .pattern03 .txt_area {
  max-width: 50rem;
  width: 42.0168067227%;
}
@media screen and (max-width: 767px) {
  #gift-wrapping_content .pattern03 .txt_area {
    max-width: none;
    width: 100%;
  }
}

/*#membership_content .cards_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
@media screen and (max-width: 1445px) {
  #membership_content .cards_area {
    gap: 1.73vw;
  }
}
@media screen and (max-width: 767px) {
  #membership_content .cards_area {
    gap: 1.73vw;
  }
}
#membership_content .cards_area {
  margin-top: 3rem;
}
@media screen and (max-width: 1445px) {
  #membership_content .cards_area {
    margin-top: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  #membership_content .cards_area {
    margin-top: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  #membership_content .cards_area {
    gap: 3.333vw;
    margin-top: 4vw;
  }
}
#membership_content .cards_area .l_card {
  width: calc((100% - 5rem) / 3);
}
@media screen and (max-width: 1445px) {
  #membership_content .cards_area .l_card {
    width: calc((100% - 3.46vw) / 3);
  }
}
@media screen and (max-width: 767px) {
  #membership_content .cards_area .l_card {
    width: 100%;
  }
}
#membership_content .cards_area .s_card {
  width: calc((100% - 7.5rem) / 4);
}
@media screen and (max-width: 1445px) {
  #membership_content .cards_area .s_card {
    width: calc((100% - 5.19vw) / 4);
  }
}
@media screen and (max-width: 767px) {
  #membership_content .cards_area .s_card {
    width: 100%;
  }
}
#membership_content .cards_area .l_card,
#membership_content .cards_area .s_card {
  padding: 3rem 2rem;
  overflow: hidden;
}
@media screen and (max-width: 1445px) {
  #membership_content .cards_area .l_card,
  #membership_content .cards_area .s_card {
    padding: 2.076vw 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #membership_content .cards_area .l_card,
  #membership_content .cards_area .s_card {
    padding: 4vw 2.667vw;
  }
}
#membership_content .cards_area .l_card:before,
#membership_content .cards_area .s_card:before {
  content: none;
}
#membership_content .cards_area .l_card .title04,
#membership_content .cards_area .s_card .title04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5em;
  padding-bottom: 0;
  margin-left: 0rem;
}
@media screen and (max-width: 1445px) {
  #membership_content .cards_area .l_card .title04,
  #membership_content .cards_area .s_card .title04 {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 767px) {
  #membership_content .cards_area .l_card .title04,
  #membership_content .cards_area .s_card .title04 {
    margin-left: 0vw;
  }
}
#membership_content .cards_area .l_card .title04,
#membership_content .cards_area .s_card .title04 {
  margin-right: 0rem;
}
@media screen and (max-width: 1445px) {
  #membership_content .cards_area .l_card .title04,
  #membership_content .cards_area .s_card .title04 {
    margin-right: 0vw;
  }
}
@media screen and (max-width: 767px) {
  #membership_content .cards_area .l_card .title04,
  #membership_content .cards_area .s_card .title04 {
    margin-right: 0vw;
  }
}
#membership_content .cards_area .l_card .title04,
#membership_content .cards_area .s_card .title04 {
  margin-top: 0rem;
}
@media screen and (max-width: 1445px) {
  #membership_content .cards_area .l_card .title04,
  #membership_content .cards_area .s_card .title04 {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 767px) {
  #membership_content .cards_area .l_card .title04,
  #membership_content .cards_area .s_card .title04 {
    margin-top: 0vw;
  }
}
#membership_content .cards_area .l_card .title04,
#membership_content .cards_area .s_card .title04 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1445px) {
  #membership_content .cards_area .l_card .title04,
  #membership_content .cards_area .s_card .title04 {
    margin-bottom: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #membership_content .cards_area .l_card .title04,
  #membership_content .cards_area .s_card .title04 {
    margin-bottom: 1.384vw;
  }
}
#membership_content .cards_area .l_card .title04,
#membership_content .cards_area .s_card .title04 {
  font-size: 2rem;
}
@media screen and (max-width: 1445px) {
  #membership_content .cards_area .l_card .title04,
  #membership_content .cards_area .s_card .title04 {
    font-size: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #membership_content .cards_area .l_card .title04,
  #membership_content .cards_area .s_card .title04 {
    font-size: 1.384vw;
  }
}
#membership_content .cards_area .l_card .title04,
#membership_content .cards_area .s_card .title04 {
  color: #AD3F3F;
  font-weight: 700;
  text-align: center;
  line-height: 1.65;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #membership_content .cards_area .l_card .title04,
  #membership_content .cards_area .s_card .title04 {
    margin-bottom: 2.667vw;
    font-size: 4.667vw;
  }
}
#membership_content .cards_area .l_card p,
#membership_content .cards_area .s_card p {
  margin: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 1445px) {
  #membership_content .cards_area .l_card p,
  #membership_content .cards_area .s_card p {
    font-size: 1.107vw;
  }
}
@media screen and (max-width: 767px) {
  #membership_content .cards_area .l_card p,
  #membership_content .cards_area .s_card p {
    font-size: 1.107vw;
  }
}
#membership_content .cards_area .l_card p,
#membership_content .cards_area .s_card p {
  line-height: 1.75;
  letter-spacing: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  #membership_content .cards_area .l_card p,
  #membership_content .cards_area .s_card p {
    font-size: 4vw;
  }
}*/

#membership_content ol {
  padding: 0;
  list-style: none;
}
#membership_content ol li {
  font-size: 1.6rem;
}
@media screen and (max-width: 1445px) {
  #membership_content ol li {
    font-size: 1.107vw;
  }
}
@media screen and (max-width: 767px) {
  #membership_content ol li {
    font-size: 1.107vw;
  }
}
#membership_content ol li {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #membership_content ol li {
    font-size: 4vw;
  }
}

#faq_content {
  padding-bottom: 16rem;
}
@media screen and (max-width: 1445px) {
  #faq_content {
    padding-bottom: 11.073vw;
  }
}
@media screen and (max-width: 767px) {
  #faq_content {
    padding-bottom: 11.073vw;
  }
}
@media screen and (max-width: 767px) {
  #faq_content {
    padding-bottom: 21.333vw;
  }
}

.faq_block {
  position: relative;
}
.faq_block.bg_l::before {
  content: "";
  background: url(../images/guide/faq/faq_bg01.png) no-repeat;
  width: 365px;
  height: 255px;
  position: absolute;
  top: -120px;
  left: 0;
}
.faq_block.bg_r::before {
  content: "";
  background: url(../images/guide/faq/faq_bg02.png) no-repeat;
  width: 437px;
  height: 324px;
  position: absolute;
  top: -230px;
  right: 0;
}
@media screen and (max-width: 1445px) {
  .faq_block.bg_l::before {
    background-size: cover;
    width: 25.26vw;
    height: 17.65vw;
    top: -8.304vw;
  }
  .faq_block.bg_r::before {
    background-size: cover;
    width: 30.24vw;
    height: 22.42vw;
    top: -15.92vw;
  }
}
@media screen and (max-width: 767px) {
  .faq_block.bg_l::before {
    width: 48.7vw;
    height: 34vw;
    top: -16vw;
  }
  .faq_block.bg_r::before {
    width: 58.3vw;
    height: 43.2vw;
    top: -30.7vw;
  }
}
.faq_block + .faq_block {
  margin-top: 14rem;
}
@media screen and (max-width: 1445px) {
  .faq_block + .faq_block {
    margin-top: 9.68vw;
  }
}
@media screen and (max-width: 767px) {
  .faq_block + .faq_block {
    margin-top: 12.5vw;
  }
}
.faq_block .wrap {
  position: relative;
}
.faq_block .faq_in + .faq_in {
  margin-top: 5rem;
}
@media screen and (max-width: 1445px) {
  .faq_block .faq_in + .faq_in {
    margin-top: 3.46vw;
  }
}
@media screen and (max-width: 767px) {
  .faq_block .faq_in + .faq_in {
    margin-top: 3.46vw;
  }
}
@media screen and (max-width: 767px) {
  .faq_block .faq_in + .faq_in {
    margin-top: 6.667vw;
  }
}
.faq_block .faq_in dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2rem;
}
@media screen and (max-width: 1445px) {
  .faq_block .faq_in dt {
    gap: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  .faq_block .faq_in dt {
    gap: 1.384vw;
  }
}
.faq_block .faq_in dt {
  padding: 2rem 2.5rem;
  background: #F2F5FC;
}
@media screen and (max-width: 1445px) {
  .faq_block .faq_in dt {
    padding: 1.384vw 1.73vw;
  }
}
@media screen and (max-width: 767px) {
  .faq_block .faq_in dt {
    gap: 2.667vw;
    padding: 2.667vw 3.333vw;
  }
}
.faq_block .faq_in dt .q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
}
@media screen and (max-width: 1445px) {
  .faq_block .faq_in dt .q {
    width: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  .faq_block .faq_in dt .q {
    width: 2.768vw;
  }
}
.faq_block .faq_in dt .q {
  height: 4.1rem;
}
@media screen and (max-width: 1445px) {
  .faq_block .faq_in dt .q {
    height: 2.837vw;
  }
}
@media screen and (max-width: 767px) {
  .faq_block .faq_in dt .q {
    height: 2.837vw;
  }
}
.faq_block .faq_in dt .q {
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 1445px) {
  .faq_block .faq_in dt .q {
    padding-bottom: 0.346vw;
  }
}
@media screen and (max-width: 767px) {
  .faq_block .faq_in dt .q {
    padding-bottom: 0.346vw;
  }
}
.faq_block .faq_in dt .q {
  font-size: 2.6rem;
}
@media screen and (max-width: 1445px) {
  .faq_block .faq_in dt .q {
    font-size: 1.799vw;
  }
}
@media screen and (max-width: 767px) {
  .faq_block .faq_in dt .q {
    font-size: 1.799vw;
  }
}
.faq_block .faq_in dt .q {
  color: #00256A;
  font-weight: 700;
  line-height: 1;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .faq_block .faq_in dt .q {
    width: 6.667vw;
    height: 6.8vw;
    padding-bottom: 0.667vw;
    font-size: 4.533vw;
  }
}
.faq_block .faq_in dt .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
}
@media screen and (max-width: 1445px) {
  .faq_block .faq_in dt .txt {
    font-size: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  .faq_block .faq_in dt .txt {
    font-size: 1.384vw;
  }
}
.faq_block .faq_in dt .txt {
  color: #333;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .faq_block .faq_in dt .txt {
    font-size: 4.133vw;
  }
}
.faq_block .faq_in dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2rem;
}
@media screen and (max-width: 1445px) {
  .faq_block .faq_in dd {
    gap: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  .faq_block .faq_in dd {
    gap: 1.384vw;
  }
}
.faq_block .faq_in dd {
  padding: 2rem 2.5rem 0;
  margin: 0;
}
@media screen and (max-width: 1445px) {
  .faq_block .faq_in dd {
    padding: 1.384vw 1.73vw;
  }
}
@media screen and (max-width: 767px) {
  .faq_block .faq_in dd {
    gap: 2.667vw;
    padding: 2.667vw 3.333vw;
  }
}
.faq_block .faq_in dd .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
}
@media screen and (max-width: 1445px) {
  .faq_block .faq_in dd .a {
    width: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  .faq_block .faq_in dd .a {
    width: 2.768vw;
  }
}
.faq_block .faq_in dd .a {
  height: 4.1rem;
}
@media screen and (max-width: 1445px) {
  .faq_block .faq_in dd .a {
    height: 2.837vw;
  }
}
@media screen and (max-width: 767px) {
  .faq_block .faq_in dd .a {
    height: 2.837vw;
  }
}
.faq_block .faq_in dd .a {
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 1445px) {
  .faq_block .faq_in dd .a {
    padding-bottom: 0.346vw;
  }
}
@media screen and (max-width: 767px) {
  .faq_block .faq_in dd .a {
    padding-bottom: 0.346vw;
  }
}
.faq_block .faq_in dd .a {
  font-size: 2.6rem;
}
@media screen and (max-width: 1445px) {
  .faq_block .faq_in dd .a {
    font-size: 1.799vw;
  }
}
@media screen and (max-width: 767px) {
  .faq_block .faq_in dd .a {
    font-size: 1.799vw;
  }
}
.faq_block .faq_in dd .a {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background: #00256A;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .faq_block .faq_in dd .a {
    width: 6.667vw;
    height: 6.8vw;
    padding-bottom: 0.667vw;
    font-size: 4.533vw;
  }
}
.faq_block .faq_in dd .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
}
@media screen and (max-width: 1445px) {
  .faq_block .faq_in dd .txt {
    font-size: 1.107vw;
  }
}
@media screen and (max-width: 767px) {
  .faq_block .faq_in dd .txt {
    font-size: 1.107vw;
  }
}
.faq_block .faq_in dd .txt {
  color: #333;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .faq_block .faq_in dd .txt {
    font-size: 3.467vw;
  }
}
.faq_block .faq_in dd .txt a {
  color: #00256A;
  text-decoration: underline;
}

.stores_main_title_area {
  background: url(../images/stores/bg_main_title_area.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.stores_main_title_area::before {
  content: "";
  background: rgba(26, 26, 26, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.stores_main_title_area .wrap {
  height: 34rem;
  position: relative;
}
@media screen and (max-width: 1445px) {
  .stores_main_title_area .wrap {
    height: 23.529vw;
  }
}
@media screen and (max-width: 767px) {
  .stores_main_title_area .wrap {
    height: 23.529vw;
  }
}
@media screen and (max-width: 767px) {
  .stores_main_title_area .wrap {
    height: 45.333vw;
  }
}
.stores_main_title_area .wrap .main_title {
  font-size: 4.6rem;
}
@media screen and (max-width: 1445px) {
  .stores_main_title_area .wrap .main_title {
    font-size: 3.183vw;
  }
}
@media screen and (max-width: 767px) {
  .stores_main_title_area .wrap .main_title {
    font-size: 3.183vw;
  }
}
.stores_main_title_area .wrap .main_title {
  color: #fff;
  line-height: 1.1304347826;
}
@media screen and (max-width: 767px) {
  .stores_main_title_area .wrap .main_title {
    font-size: 6.133vw;
  }
}

#stores_content {
  padding-top: 2rem;
}
@media screen and (max-width: 1445px) {
  #stores_content {
    padding-top: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content {
    padding-top: 1.384vw;
  }
}
#stores_content {
  padding-bottom: 16rem;
}
@media screen and (max-width: 1445px) {
  #stores_content {
    padding-bottom: 11.073vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content {
    padding-bottom: 11.073vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content {
    padding-top: 2.667vw;
    padding-bottom: 21.333vw;
  }
}
#stores_content .wrap {
  max-width: 123rem;
}
#stores_content .block + .block {
  margin-top: 14rem;
}
@media screen and (max-width: 1445px) {
  #stores_content .block + .block {
    margin-top: 9.689vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content .block + .block {
    margin-top: 9.689vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content .block + .block {
    margin-top: 18.667vw;
  }
}
#stores_content .title02 {
  display: block;
  padding: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1445px) {
  #stores_content .title02 {
    margin-bottom: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content .title02 {
    margin-bottom: 2.768vw;
  }
}
#stores_content .title02 {
  font-size: 2.8rem;
}
@media screen and (max-width: 1445px) {
  #stores_content .title02 {
    font-size: 1.938vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content .title02 {
    font-size: 1.938vw;
  }
}
#stores_content .title02 {
  color: #00256A;
  text-align: center;
  font-weight: 700;
  background: #F2F5FC;
}
@media screen and (max-width: 1445px) {
  #stores_content .title02 {
    padding: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content .title02 {
    padding: 2.667vw;
    margin-bottom: 5.333vw;
    font-size: 5.333vw;
  }
}
#stores_content .title02::before, #stores_content .title02::after {
  display: none;
}
@media screen and (max-width: 767px) {
  #stores_content .title02 span {
    font-size: 4.8vw;
  }
}
#stores_content p {
  margin: 0;
}
#stores_content figure {
  padding: 0;
  margin: 0;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1445px) {
  #stores_content figure {
    margin-bottom: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content figure {
    margin-bottom: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content figure {
    margin-bottom: 5.333vw;
  }
}
#stores_content figure img {
  width: 100%;
}
#stores_content .center {
  margin-bottom: 7rem;
}
@media screen and (max-width: 1445px) {
  #stores_content .center {
    margin-bottom: 4.844vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content .center {
    margin-bottom: 4.844vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content .center {
    margin-bottom: 9.333vw;
  }
}
#stores_content .center p {
  font-size: 1.7rem;
}
@media screen and (max-width: 1445px) {
  #stores_content .center p {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content .center p {
    font-size: 1.176vw;
  }
}
#stores_content .center p {
  text-align: center;
  font-weight: 500;
  line-height: 1.8823529412;
}
@media screen and (max-width: 767px) {
  #stores_content .center p {
    font-size: 3.733vw;
    text-align: left;
    line-height: 1.75;
  }
  #stores_content .center p br {
    display: none;
  }
}
#stores_content .left {
  margin-bottom: 7rem;
}
@media screen and (max-width: 1445px) {
  #stores_content .left {
    margin-bottom: 4.844vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content .left {
    margin-bottom: 4.844vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content .left {
    margin-bottom: 9.333vw;
  }
}
#stores_content .left p {
  font-size: 1.7rem;
}
@media screen and (max-width: 1445px) {
  #stores_content .left p {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content .left p {
    font-size: 1.176vw;
  }
}
#stores_content .left p {
  font-weight: 500;
  line-height: 1.8823529412;
}
@media screen and (max-width: 767px) {
  #stores_content .left p {
    font-size: 3.733vw;
    line-height: 1.75;
  }
}
#stores_content .info_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 119rem;
  width: 96.7479674797%;
}
@media screen and (max-width: 767px) {
  #stores_content .info_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6.667vw;
    width: 100%;
  }
}
#stores_content .info_area .txt_area {
  max-width: 57rem;
  width: 47.8991596639%;
}
@media screen and (max-width: 767px) {
  #stores_content .info_area .txt_area {
    max-width: none;
    width: 100%;
  }
}
#stores_content .info_area .txt_area dl {
  margin: 0;
}
#stores_content .info_area .txt_area dl .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#stores_content .info_area .txt_area dl .in + .in {
  margin-top: 0.3rem;
}
@media screen and (max-width: 1445px) {
  #stores_content .info_area .txt_area dl .in + .in {
    margin-top: 0.208vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content .info_area .txt_area dl .in + .in {
    margin-top: 0.208vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content .info_area .txt_area dl .in + .in {
    margin-top: 0.667vw;
  }
}
#stores_content .info_area .txt_area dl .in dt {
  width: 10rem;
}
@media screen and (max-width: 1445px) {
  #stores_content .info_area .txt_area dl .in dt {
    width: 6.92vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content .info_area .txt_area dl .in dt {
    width: 6.92vw;
  }
}
#stores_content .info_area .txt_area dl .in dt {
  font-size: 1.7rem;
}
@media screen and (max-width: 1445px) {
  #stores_content .info_area .txt_area dl .in dt {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content .info_area .txt_area dl .in dt {
    font-size: 1.176vw;
  }
}
#stores_content .info_area .txt_area dl .in dt {
  font-weight: 500;
  line-height: 1.8823529412;
}
@media screen and (max-width: 767px) {
  #stores_content .info_area .txt_area dl .in dt {
    width: 18.667vw;
    font-size: 3.733vw;
    line-height: 1.75;
  }
}
#stores_content .info_area .txt_area dl .in dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1445px) {
  #stores_content .info_area .txt_area dl .in dd {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content .info_area .txt_area dl .in dd {
    font-size: 1.176vw;
  }
}
#stores_content .info_area .txt_area dl .in dd {
  font-weight: 500;
  line-height: 1.8823529412;
}
@media screen and (max-width: 767px) {
  #stores_content .info_area .txt_area dl .in dd {
    font-size: 3.733vw;
    line-height: 1.75;
  }
}
#stores_content .info_area .txt_area .mt40 {
  margin-top: 4rem;
}
@media screen and (max-width: 1445px) {
  #stores_content .info_area .txt_area .mt40 {
    margin-top: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content .info_area .txt_area .mt40 {
    margin-top: 2.768vw;
  }
}
#stores_content .info_area .txt_area .mt40 {
  font-size: 1.7rem;
}
@media screen and (max-width: 1445px) {
  #stores_content .info_area .txt_area .mt40 {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content .info_area .txt_area .mt40 {
    font-size: 1.176vw;
  }
}
#stores_content .info_area .txt_area .mt40 {
  line-height: 1.8823529412;
}
@media screen and (max-width: 767px) {
  #stores_content .info_area .txt_area .mt40 {
    margin-top: 5.333vw;
    font-size: 3.733vw;
    line-height: 1.75;
  }
}
#stores_content .info_area .txt_area .btn {
  margin: 0;
  margin-top: 2.7rem;
}
@media screen and (max-width: 1445px) {
  #stores_content .info_area .txt_area .btn {
    margin-top: 1.869vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content .info_area .txt_area .btn {
    margin-top: 1.869vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content .info_area .txt_area .btn {
    margin-top: 3.6vw;
  }
}
#stores_content .info_area .txt_area .btn a {
  font-size: 1.7rem;
}
@media screen and (max-width: 1445px) {
  #stores_content .info_area .txt_area .btn a {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #stores_content .info_area .txt_area .btn a {
    font-size: 1.176vw;
  }
}
#stores_content .info_area .txt_area .btn a {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #stores_content .info_area .txt_area .btn a {
    font-size: 3.733vw;
  }
}
#stores_content .info_area .map_area {
  max-width: 57rem;
  width: 47.8991596639%;
}
@media screen and (max-width: 767px) {
  #stores_content .info_area .map_area {
    max-width: none;
    width: 100%;
  }
}
#stores_content .info_area .map_area iframe {
  width: 100%;
  aspect-ratio: 1/0.6070175439;
  border: none;
}

.company_main_title_area {
  background: url(../images/company/bg_main_title_area.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.company_main_title_area::before {
  content: "";
  background: rgba(26, 26, 26, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.company_main_title_area .wrap {
  height: 34rem;
  position: relative;
}
@media screen and (max-width: 1445px) {
  .company_main_title_area .wrap {
    height: 23.529vw;
  }
}
@media screen and (max-width: 767px) {
  .company_main_title_area .wrap {
    height: 23.529vw;
  }
}
@media screen and (max-width: 767px) {
  .company_main_title_area .wrap {
    height: 45.333vw;
  }
}
.company_main_title_area .wrap .main_title {
  font-size: 4.6rem;
}
@media screen and (max-width: 1445px) {
  .company_main_title_area .wrap .main_title {
    font-size: 3.183vw;
  }
}
@media screen and (max-width: 767px) {
  .company_main_title_area .wrap .main_title {
    font-size: 3.183vw;
  }
}
.company_main_title_area .wrap .main_title {
  color: #fff;
  line-height: 1.1304347826;
}
@media screen and (max-width: 767px) {
  .company_main_title_area .wrap .main_title {
    font-size: 6.133vw;
  }
}

#company_content {
  padding: 0;
}
#company_content .wrap {
  max-width: 123rem;
}
#company_content .title02 {
  font-size: 3.6rem;
}
@media screen and (max-width: 1445px) {
  #company_content .title02 {
    font-size: 2.491vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .title02 {
    font-size: 2.491vw;
  }
}
#company_content .title02 {
  color: #333;
}
@media screen and (max-width: 767px) {
  #company_content .title02 {
    font-size: 5.733vw;
  }
}
#company_content .title02::before, #company_content .title02::after {
  background: #333;
}
#company_content figure {
  padding: 0;
  margin: 0;
}
#company_content figure img {
  width: 100%;
}
#company_content figure + .txt_area {
  margin-top: 4rem;
}
@media screen and (max-width: 1445px) {
  #company_content figure + .txt_area {
    margin-top: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content figure + .txt_area {
    margin-top: 2.768vw;
  }
}
#company_content figure + .txt_area {
  margin-bottom: 9.7rem;
}
@media screen and (max-width: 1445px) {
  #company_content figure + .txt_area {
    margin-bottom: 6.713vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content figure + .txt_area {
    margin-bottom: 6.713vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content figure + .txt_area {
    margin: 5.333vw 0 13.333vw;
  }
}
#company_content p {
  margin: 0;
}
#company_content .history {
  padding-top: 3.8rem;
}
@media screen and (max-width: 1445px) {
  #company_content .history {
    padding-top: 2.63vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history {
    padding-top: 2.63vw;
  }
}
#company_content .history {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1445px) {
  #company_content .history {
    padding-bottom: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history {
    padding-bottom: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history {
    padding: 5.333vw 0 16vw;
  }
}
#company_content .history .wrap {
  position: relative;
}
#company_content .history .wrap .deco {
  position: absolute;
  top: -6rem;
}
@media screen and (max-width: 1445px) {
  #company_content .history .wrap .deco {
    top: -4.152vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history .wrap .deco {
    top: -4.152vw;
  }
}
#company_content .history .wrap .deco {
  left: -46rem;
}
@media screen and (max-width: 1445px) {
  #company_content .history .wrap .deco {
    left: -31.834vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history .wrap .deco {
    left: -31.834vw;
  }
}
#company_content .history .wrap .deco {
  width: 59.024rem;
}
@media screen and (max-width: 1445px) {
  #company_content .history .wrap .deco {
    width: 40.847vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history .wrap .deco {
    width: 40.847vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history .wrap .deco {
    top: -8vw;
    left: -61.333vw;
    width: 78.667vw;
  }
}
#company_content .history .title03 {
  margin-top: 11.8rem;
}
@media screen and (max-width: 1445px) {
  #company_content .history .title03 {
    margin-top: 8.166vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history .title03 {
    margin-top: 8.166vw;
  }
}
#company_content .history .title03 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1445px) {
  #company_content .history .title03 {
    margin-bottom: 3.46vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history .title03 {
    margin-bottom: 3.46vw;
  }
}
#company_content .history .title03 {
  font-size: 3.2rem;
}
@media screen and (max-width: 1445px) {
  #company_content .history .title03 {
    font-size: 2.215vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history .title03 {
    font-size: 2.215vw;
  }
}
#company_content .history .title03 {
  text-align: center;
  font-weight: 600;
  line-height: 1.40625;
}
@media screen and (max-width: 767px) {
  #company_content .history .title03 {
    margin: 16vw 0 6.667vw;
    font-size: 5.067vw;
  }
}
#company_content .history .mt1em {
  margin-top: 1.5em;
}
#company_content .history .txt_area {
  padding-left: 2rem;
}
@media screen and (max-width: 1445px) {
  #company_content .history .txt_area {
    padding-left: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history .txt_area {
    padding-left: 1.384vw;
  }
}
#company_content .history .txt_area {
  padding-right: 2rem;
}
@media screen and (max-width: 1445px) {
  #company_content .history .txt_area {
    padding-right: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history .txt_area {
    padding-right: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history .txt_area {
    paddong: 0 2.667vw;
  }
}
#company_content .history .txt_area p {
  font-size: 1.7rem;
}
@media screen and (max-width: 1445px) {
  #company_content .history .txt_area p {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history .txt_area p {
    font-size: 1.176vw;
  }
}
#company_content .history .txt_area p {
  line-height: 1.8823529412;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #company_content .history .txt_area p {
    font-size: 3.733vw;
    line-height: 1.75;
  }
}
#company_content .history .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 2rem;
}
@media screen and (max-width: 1445px) {
  #company_content .history .flex {
    padding-left: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history .flex {
    padding-left: 1.384vw;
  }
}
#company_content .history .flex {
  padding-right: 2rem;
}
@media screen and (max-width: 1445px) {
  #company_content .history .flex {
    padding-right: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history .flex {
    padding-right: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6.667vw;
    paddong: 0 2.667vw;
  }
}
#company_content .history .flex.aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#company_content .history .flex.fdrr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#company_content .history .flex + .flex {
  margin-top: 8rem;
}
@media screen and (max-width: 1445px) {
  #company_content .history .flex + .flex {
    margin-top: 5.536vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history .flex + .flex {
    margin-top: 5.536vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history .flex + .flex {
    margin-top: 10.667vw;
  }
}
#company_content .history .flex .title04 {
  margin: 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1445px) {
  #company_content .history .flex .title04 {
    margin-bottom: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history .flex .title04 {
    margin-bottom: 2.076vw;
  }
}
#company_content .history .flex .title04 {
  font-size: 3rem;
}
@media screen and (max-width: 1445px) {
  #company_content .history .flex .title04 {
    font-size: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history .flex .title04 {
    font-size: 2.076vw;
  }
}
#company_content .history .flex .title04 {
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #company_content .history .flex .title04 {
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
}
#company_content .history .flex .txt_area {
  max-width: 57rem;
  width: 47.8991596639%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #company_content .history .flex .txt_area {
    max-width: none;
    width: 100%;
  }
}
#company_content .history .flex figure {
  max-width: 57rem;
  width: 47.8991596639%;
}
@media screen and (max-width: 767px) {
  #company_content .history .flex figure {
    max-width: none;
    width: 100%;
  }
}
#company_content .history .btn_hp {
  width: 49rem;
}
@media screen and (max-width: 1445px) {
  #company_content .history .btn_hp {
    width: 33.91vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history .btn_hp {
    width: 33.91vw;
  }
}
#company_content .history .btn_hp {
  margin: auto;
  margin-top: 8rem;
}
@media screen and (max-width: 1445px) {
  #company_content .history .btn_hp {
    margin-top: 5.536vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history .btn_hp {
    margin-top: 5.536vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .history .btn_hp {
    width: 65.333vw;
    margin-top: 10.667vw;
  }
}
#company_content .company {
  position: relative;
  padding-top: 12rem;
}
@media screen and (max-width: 1445px) {
  #company_content .company {
    padding-top: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .company {
    padding-top: 8.304vw;
  }
}
#company_content .company {
  padding-bottom: 14rem;
}
@media screen and (max-width: 1445px) {
  #company_content .company {
    padding-bottom: 9.689vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .company {
    padding-bottom: 9.689vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .company {
    padding: 16vw 0 18.667vw;
  }
}
#company_content .company:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35rem;
}
@media screen and (max-width: 1445px) {
  #company_content .company:before {
    height: 24.221vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .company:before {
    height: 24.221vw;
  }
}
#company_content .company:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f5fc), to(#fff));
  background: linear-gradient(#f2f5fc 0%, #fff 100%);
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #company_content .company:before {
    height: 46.667vw;
  }
}
#company_content .company table {
  max-width: 119rem;
  width: 96.7479674797%;
  margin: auto;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  #company_content .company table {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #company_content .company table tbody,
  #company_content .company table tr {
    display: block;
    width: 100%;
  }
}
#company_content .company table th {
  width: 27.076rem;
}
@media screen and (max-width: 1445px) {
  #company_content .company table th {
    width: 18.738vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .company table th {
    width: 18.738vw;
  }
}
#company_content .company table th {
  padding: 2.5rem 2.7rem;
  font-size: 1.7rem;
}
@media screen and (max-width: 1445px) {
  #company_content .company table th {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .company table th {
    font-size: 1.176vw;
  }
}
#company_content .company table th {
  text-align: left;
  font-weight: 500;
  line-height: 1.8823529412;
  background: #F2F5FC;
  border: 1px solid #CCC;
}
@media screen and (max-width: 1445px) {
  #company_content .company table th {
    padding: 1.73vw 1.869vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .company table th {
    display: block;
    width: 100%;
    padding: 3.333vw 3.6vw;
    font-size: 3.733vw;
    line-height: 1.75;
  }
}
#company_content .company table td {
  padding: 2.5rem 2.26rem;
  font-size: 1.7rem;
}
@media screen and (max-width: 1445px) {
  #company_content .company table td {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .company table td {
    font-size: 1.176vw;
  }
}
#company_content .company table td {
  text-align: left;
  font-weight: 500;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1445px) {
  #company_content .company table td {
    padding: 1.73vw 1.564vw;
  }
}
@media screen and (max-width: 767px) {
  #company_content .company table td {
    display: block;
    padding: 3.333vw 2.933vw;
    font-size: 3.733vw;
    line-height: 1.75;
    border-top: none;
    border-bottom: none;
  }
}
#company_content .company table tr:last-of-type td {
  border-bottom: 1px solid #ddd;
}

.beginner_main_title_area {
  background: url(../images/beginner/bg_main_title_area.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.beginner_main_title_area::before {
  content: "";
  background: rgba(26, 26, 26, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.beginner_main_title_area .wrap {
  height: 34rem;
  position: relative;
}
@media screen and (max-width: 1445px) {
  .beginner_main_title_area .wrap {
    height: 23.529vw;
  }
}
@media screen and (max-width: 767px) {
  .beginner_main_title_area .wrap {
    height: 23.529vw;
  }
}
@media screen and (max-width: 767px) {
  .beginner_main_title_area .wrap {
    height: 45.333vw;
  }
}
.beginner_main_title_area .wrap .main_title {
  font-size: 4.6rem;
}
@media screen and (max-width: 1445px) {
  .beginner_main_title_area .wrap .main_title {
    font-size: 3.183vw;
  }
}
@media screen and (max-width: 767px) {
  .beginner_main_title_area .wrap .main_title {
    font-size: 3.183vw;
  }
}
.beginner_main_title_area .wrap .main_title {
  color: #fff;
  line-height: 1.1304347826;
}
@media screen and (max-width: 767px) {
  .beginner_main_title_area .wrap .main_title {
    font-size: 6.133vw;
  }
}

#beginner_content {
  padding: 0;
}
#beginner_content .wrap {
  max-width: 123rem;
}
#beginner_content .title02 {
  font-size: 3.6rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .title02 {
    font-size: 2.491vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .title02 {
    font-size: 2.491vw;
  }
}
#beginner_content .title02 {
  color: #333;
}
@media screen and (max-width: 767px) {
  #beginner_content .title02 {
    font-size: 5.733vw;
  }
}
#beginner_content .title02::before, #beginner_content .title02::after {
  background: #333;
}
#beginner_content figure {
  padding: 0;
  margin: 0;
}
#beginner_content figure img {
  width: 100%;
}
#beginner_content figure + .txt_area {
  margin-top: 4rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content figure + .txt_area {
    margin-top: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content figure + .txt_area {
    margin-top: 2.768vw;
  }
}
#beginner_content figure + .txt_area {
  margin-bottom: 9.7rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content figure + .txt_area {
    margin-bottom: 6.713vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content figure + .txt_area {
    margin-bottom: 6.713vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content figure + .txt_area {
    margin: 5.333vw 0 13.333vw;
  }
}
#beginner_content p {
  margin: 0;
}
#beginner_content .mt1em {
  margin-top: 1.5em;
}
#beginner_content .w_fit {
  width: 100%;
}
#beginner_content .w224 {
  width: 22.4rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .w224 {
    width: 15.502vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .w224 {
    width: 15.502vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .w224 {
    width: 29.867vw;
  }
}
#beginner_content .w355 {
  width: 35.5rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .w355 {
    width: 24.567vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .w355 {
    width: 24.567vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .w355 {
    width: 47.333vw;
  }
}
#beginner_content .w554 {
  width: 55.4rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .w554 {
    width: 38.339vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .w554 {
    width: 38.339vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .w554 {
    width: 73.867vw;
  }
}
#beginner_content .btn a {
  color: #00256A;
  background: #F8FAFD;
  border: 1px solid #00256A;
}
#beginner_content .center p {
  font-size: 1.8rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .center p {
    font-size: 1.246vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .center p {
    font-size: 1.246vw;
  }
}
#beginner_content .center p {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #beginner_content .center p {
    font-size: 3.733vw;
    line-height: 1.75;
  }
}
#beginner_content .tradition {
  padding-top: 1.5rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .tradition {
    padding-top: 1.038vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition {
    padding-top: 1.038vw;
  }
}
#beginner_content .tradition {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .tradition {
    padding-bottom: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition {
    padding-bottom: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition {
    padding: 2vw 0 2.667vw;
  }
}
#beginner_content .tradition .wrap {
  position: relative;
}
#beginner_content .tradition .deco {
  position: absolute;
  top: -4rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .tradition .deco {
    top: -2.768vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .deco {
    top: -2.768vw;
  }
}
#beginner_content .tradition .deco {
  left: -46rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .tradition .deco {
    left: -31.834vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .deco {
    left: -31.834vw;
  }
}
#beginner_content .tradition .deco {
  width: 59.024rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .tradition .deco {
    width: 40.847vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .deco {
    width: 40.847vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .deco {
    top: -5.333vw;
    left: -61.333vw;
    width: 78.667vw;
  }
}
#beginner_content .tradition .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .tradition .btn_area {
    gap: 0.692vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .btn_area {
    gap: 0.692vw;
  }
}
#beginner_content .tradition .btn_area {
  padding: 0;
  margin: 0;
  margin-bottom: 9rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .tradition .btn_area {
    margin-bottom: 6.228vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .btn_area {
    margin-bottom: 6.228vw;
  }
}
#beginner_content .tradition .btn_area {
  list-style: none;
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .btn_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.47vw 1.333vw;
    margin-bottom: 12vw;
  }
}
#beginner_content .tradition .btn_area li {
  width: 40.3rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .tradition .btn_area li {
    width: 27.889vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .btn_area li {
    width: 27.889vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .btn_area li {
    width: calc((100% - 1.333vw) / 2);
  }
}
#beginner_content .tradition .btn_area li:not(:has(a)) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .tradition .btn_area li:not(:has(a)) {
    height: 4.844vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .btn_area li:not(:has(a)) {
    height: 4.844vw;
  }
}
#beginner_content .tradition .btn_area li:not(:has(a)) {
  font-size: 1.8rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .tradition .btn_area li:not(:has(a)) {
    font-size: 1.246vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .btn_area li:not(:has(a)) {
    font-size: 1.246vw;
  }
}
#beginner_content .tradition .btn_area li:not(:has(a)) {
  color: #fff;
  font-weight: 600;
  background: #00256A;
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .btn_area li:not(:has(a)) {
    height: 10.667vw;
    font-size: 3.333vw;
    text-align: center;
    line-height: 1.4;
  }
}
#beginner_content .tradition .btn_area li:not(:has(a)):before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 1rem 0 1rem;
  border-color: #00256A transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1445px) {
  #beginner_content .tradition .btn_area li:not(:has(a)):before {
    border-width: 0.692vw 0.692vw 0 0.692vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .btn_area li:not(:has(a)):before {
    border-width: 1.333vw 1.333vw 0 1.333vw;
  }
}
#beginner_content .tradition .btn_area li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 7rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .tradition .btn_area li a {
    height: 4.844vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .btn_area li a {
    height: 4.844vw;
  }
}
#beginner_content .tradition .btn_area li a {
  font-size: 1.8rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .tradition .btn_area li a {
    font-size: 1.246vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .btn_area li a {
    font-size: 1.246vw;
  }
}
#beginner_content .tradition .btn_area li a {
  color: #00256A;
  font-weight: 600;
  border: 1px solid #00256A;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .btn_area li a {
    height: 10.667vw;
    font-size: 3.333vw;
    text-align: center;
    line-height: 1.4;
  }
}
#beginner_content .tradition .btn_area li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#beginner_content .tradition .w_fit {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .tradition .w_fit {
    margin-bottom: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .w_fit {
    margin-bottom: 2.768vw;
  }
}
#beginner_content .tradition .image_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.8rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .tradition .image_flex {
    gap: 4.014vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .image_flex {
    gap: 4.014vw;
  }
}
#beginner_content .tradition .image_flex {
  margin-top: 4rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .tradition .image_flex {
    margin-top: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .image_flex {
    margin-top: 2.768vw;
  }
}
#beginner_content .tradition .image_flex {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .tradition .image_flex {
    margin-bottom: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .image_flex {
    margin-bottom: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .image_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw;
    margin-top: 5.333vw;
    margin-bottom: 5.333vw;
  }
}
#beginner_content .tradition .image_flex img {
  width: 43rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .tradition .image_flex img {
    width: 29.758vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .image_flex img {
    width: 29.758vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .image_flex img {
    width: 100%;
  }
}
#beginner_content .tradition .w355 {
  margin: auto;
  margin-top: 2rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .tradition .w355 {
    margin-top: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .w355 {
    margin-top: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .tradition .w355 {
    margin-top: 2.667vw;
  }
}
#beginner_content .origin {
  position: relative;
  padding-top: 12rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .origin {
    padding-top: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .origin {
    padding-top: 8.304vw;
  }
}
#beginner_content .origin {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .origin {
    padding-bottom: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .origin {
    padding-bottom: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .origin {
    padding: 16vw 0;
  }
}
#beginner_content .origin:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .origin:before {
    height: 24.221vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .origin:before {
    height: 24.221vw;
  }
}
#beginner_content .origin:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f5fc), to(#fff));
  background: linear-gradient(#f2f5fc 0%, #fff 100%);
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #beginner_content .origin:before {
    height: 46.667vw;
  }
}
#beginner_content .origin .wrap {
  position: relative;
}
#beginner_content .origin .deco {
  position: absolute;
  top: 25.7rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .origin .deco {
    top: 17.785vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .origin .deco {
    top: 17.785vw;
  }
}
#beginner_content .origin .deco {
  right: -60rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .origin .deco {
    right: -41.522vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .origin .deco {
    right: -41.522vw;
  }
}
#beginner_content .origin .deco {
  width: 75.231rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .origin .deco {
    width: 52.063vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .origin .deco {
    width: 52.063vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .origin .deco {
    top: 34.267vw;
    right: -80vw;
    width: 100.267vw;
  }
}
#beginner_content .origin .w554 {
  margin: auto;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .origin .w554 {
    margin-bottom: 2.422vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .origin .w554 {
    margin-bottom: 2.422vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .origin .w554 {
    margin-bottom: 4.667vw;
  }
}
#beginner_content .origin .btn {
  margin-top: 5rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .origin .btn {
    margin-top: 3.46vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .origin .btn {
    margin-top: 3.46vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .origin .btn {
    margin-top: 6.667vw;
  }
}
#beginner_content .commitment {
  position: relative;
  padding-top: 10rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment {
    padding-top: 6.92vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment {
    padding-top: 6.92vw;
  }
}
#beginner_content .commitment {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment {
    padding-bottom: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment {
    padding-bottom: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment {
    padding: 13.333vw 0 16vw;
  }
}
#beginner_content .commitment:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment:before {
    height: 24.221vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment:before {
    height: 24.221vw;
  }
}
#beginner_content .commitment:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f5fc), to(#fff));
  background: linear-gradient(#f2f5fc 0%, #fff 100%);
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment:before {
    height: 46.667vw;
  }
}
#beginner_content .commitment .page_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment .page_scroll {
    gap: 0.692vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .page_scroll {
    gap: 0.692vw;
  }
}
#beginner_content .commitment .page_scroll {
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment .page_scroll {
    margin-bottom: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .page_scroll {
    margin-bottom: 1.384vw;
  }
}
#beginner_content .commitment .page_scroll {
  list-style: none;
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .page_scroll {
    gap: 2vw;
    margin-bottom: 2.667vw;
  }
}
#beginner_content .commitment .page_scroll li {
  width: calc((100% - 3rem) / 4);
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment .page_scroll li {
    width: calc((100% - 2.076vw) / 4);
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .page_scroll li {
    width: calc((100% - 2vw) / 2);
  }
}
#beginner_content .commitment .page_scroll li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 8rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment .page_scroll li a {
    height: 5.536vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .page_scroll li a {
    height: 5.536vw;
  }
}
#beginner_content .commitment .page_scroll li a {
  padding-bottom: 1rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment .page_scroll li a {
    padding-bottom: 0.692vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .page_scroll li a {
    padding-bottom: 0.692vw;
  }
}
#beginner_content .commitment .page_scroll li a {
  font-size: 1.8rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment .page_scroll li a {
    font-size: 1.246vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .page_scroll li a {
    font-size: 1.246vw;
  }
}
#beginner_content .commitment .page_scroll li a {
  color: #00256A;
  font-weight: 600;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #00256A;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .page_scroll li a {
    height: 13.333vw;
    padding-bottom: 1.333vw;
    font-size: 3.333vw;
    text-align: center;
    line-height: 1.4;
  }
}
#beginner_content .commitment .page_scroll li a img {
  position: absolute;
  bottom: 1.57rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment .page_scroll li a img {
    bottom: 1.087vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .page_scroll li a img {
    bottom: 1.087vw;
  }
}
#beginner_content .commitment .page_scroll li a img {
  left: 50%;
  width: 0.98rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment .page_scroll li a img {
    width: 0.678vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .page_scroll li a img {
    width: 0.678vw;
  }
}
#beginner_content .commitment .page_scroll li a img {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .page_scroll li a img {
    bottom: 2.4vw;
    width: 2vw;
  }
}
#beginner_content .commitment .page_scroll li a:hover {
  color: #fff;
  background: #00256A;
  text-decoration: none;
}
#beginner_content .commitment .page_scroll li a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#beginner_content .commitment .page_scroll li.active a {
  color: #fff;
  background: #00256A;
  pointer-events: none;
}
#beginner_content .commitment .block {
  padding-top: 6rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment .block {
    padding-top: 4.152vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .block {
    padding-top: 4.152vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .block {
    padding-top: 8vw;
  }
}
#beginner_content .commitment .block + .block {
  margin-top: 6rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment .block + .block {
    margin-top: 4.152vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .block + .block {
    margin-top: 4.152vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .block + .block {
    margin-top: 8vw;
  }
}
#beginner_content .commitment .block .title03 {
  padding-top: 1.9rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment .block .title03 {
    padding-top: 1.315vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .block .title03 {
    padding-top: 1.315vw;
  }
}
#beginner_content .commitment .block .title03 {
  padding-bottom: 2.1rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment .block .title03 {
    padding-bottom: 1.453vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .block .title03 {
    padding-bottom: 1.453vw;
  }
}
#beginner_content .commitment .block .title03 {
  margin: 0;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment .block .title03 {
    margin-bottom: 4.152vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .block .title03 {
    margin-bottom: 4.152vw;
  }
}
#beginner_content .commitment .block .title03 {
  font-size: 2.8rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment .block .title03 {
    font-size: 1.938vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .block .title03 {
    font-size: 1.938vw;
  }
}
#beginner_content .commitment .block .title03 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .block .title03 {
    padding: 2.533vw 0 2.8vw;
    margin-bottom: 8vw;
    font-size: 4.533vw;
  }
}
#beginner_content .commitment .block .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 3rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment .block .flex {
    padding-left: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .block .flex {
    padding-left: 2.076vw;
  }
}
#beginner_content .commitment .block .flex {
  padding-right: 3rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment .block .flex {
    padding-right: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .block .flex {
    padding-right: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .block .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw;
    padding: 0;
  }
}
#beginner_content .commitment .block .flex.fdrr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#beginner_content .commitment .block .flex + .flex {
  margin-top: 8rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment .block .flex + .flex {
    margin-top: 5.536vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .block .flex + .flex {
    margin-top: 5.536vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .block .flex + .flex {
    margin-top: 10.667vw;
  }
}
#beginner_content .commitment .block .flex .title04 {
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment .block .flex .title04 {
    margin-bottom: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .block .flex .title04 {
    margin-bottom: 2.076vw;
  }
}
#beginner_content .commitment .block .flex .title04 {
  font-size: 2.8rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .commitment .block .flex .title04 {
    font-size: 1.938vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .block .flex .title04 {
    font-size: 1.938vw;
  }
}
#beginner_content .commitment .block .flex .title04 {
  line-height: 1.5;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .block .flex .title04 {
    margin-bottom: 4vw;
    font-size: 4.267vw;
  }
}
#beginner_content .commitment .block .flex .txt_area,
#beginner_content .commitment .block .flex figure {
  max-width: 57rem;
  width: 47.8991596639%;
}
@media screen and (max-width: 767px) {
  #beginner_content .commitment .block .flex .txt_area,
  #beginner_content .commitment .block .flex figure {
    max-width: none;
    width: 100%;
  }
}
#beginner_content .masterpiece {
  position: relative;
  padding-top: 12rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .masterpiece {
    padding-top: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece {
    padding-top: 8.304vw;
  }
}
#beginner_content .masterpiece {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .masterpiece {
    padding-bottom: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece {
    padding-bottom: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece {
    padding: 16vw 0;
  }
}
#beginner_content .masterpiece:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .masterpiece:before {
    height: 24.221vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece:before {
    height: 24.221vw;
  }
}
#beginner_content .masterpiece:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f5fc), to(#fff));
  background: linear-gradient(#f2f5fc 0%, #fff 100%);
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece:before {
    height: 46.667vw;
  }
}
#beginner_content .masterpiece .w_fit {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .masterpiece .w_fit {
    margin-bottom: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece .w_fit {
    margin-bottom: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece .w_fit {
    margin-bottom: spva(40);
  }
}
#beginner_content .masterpiece .block {
  margin-top: 7.7rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .masterpiece .block {
    margin-top: 5.329vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece .block {
    margin-top: 5.329vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece .block {
    margin-top: spva(77);
  }
}
#beginner_content .masterpiece .block .title03 {
  padding-top: 1.9rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .masterpiece .block .title03 {
    padding-top: 1.315vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece .block .title03 {
    padding-top: 1.315vw;
  }
}
#beginner_content .masterpiece .block .title03 {
  padding-bottom: 2.1rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .masterpiece .block .title03 {
    padding-bottom: 1.453vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece .block .title03 {
    padding-bottom: 1.453vw;
  }
}
#beginner_content .masterpiece .block .title03 {
  margin: 0;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .masterpiece .block .title03 {
    margin-bottom: 4.152vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece .block .title03 {
    margin-bottom: 4.152vw;
  }
}
#beginner_content .masterpiece .block .title03 {
  font-size: 2.8rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .masterpiece .block .title03 {
    font-size: 1.938vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece .block .title03 {
    font-size: 1.938vw;
  }
}
#beginner_content .masterpiece .block .title03 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece .block .title03 {
    padding: 2.533vw 0 2.8vw;
    margin-bottom: 8vw;
    font-size: 4.533vw;
  }
}
#beginner_content .masterpiece .block .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 3rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .masterpiece .block .flex {
    padding-left: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece .block .flex {
    padding-left: 2.076vw;
  }
}
#beginner_content .masterpiece .block .flex {
  padding-right: 3rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .masterpiece .block .flex {
    padding-right: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece .block .flex {
    padding-right: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece .block .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw;
    padding: 0;
  }
}
#beginner_content .masterpiece .block .flex.fdrr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#beginner_content .masterpiece .block .flex + .flex {
  margin-top: 8rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .masterpiece .block .flex + .flex {
    margin-top: 5.536vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece .block .flex + .flex {
    margin-top: 5.536vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece .block .flex + .flex {
    margin-top: 10.667vw;
  }
}
#beginner_content .masterpiece .block .flex .title04 {
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .masterpiece .block .flex .title04 {
    margin-bottom: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece .block .flex .title04 {
    margin-bottom: 2.076vw;
  }
}
#beginner_content .masterpiece .block .flex .title04 {
  font-size: 2.8rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .masterpiece .block .flex .title04 {
    font-size: 1.938vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece .block .flex .title04 {
    font-size: 1.938vw;
  }
}
#beginner_content .masterpiece .block .flex .title04 {
  line-height: 1.5;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece .block .flex .title04 {
    margin-bottom: 4vw;
    font-size: 4.267vw;
  }
}
#beginner_content .masterpiece .block .flex .txt_area,
#beginner_content .masterpiece .block .flex figure {
  max-width: 57rem;
  width: 47.8991596639%;
}
@media screen and (max-width: 767px) {
  #beginner_content .masterpiece .block .flex .txt_area,
  #beginner_content .masterpiece .block .flex figure {
    max-width: none;
    width: 100%;
  }
}
#beginner_content .name {
  position: relative;
  padding-top: 12rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .name {
    padding-top: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .name {
    padding-top: 8.304vw;
  }
}
#beginner_content .name {
  padding-bottom: 11.6rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .name {
    padding-bottom: 8.028vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .name {
    padding-bottom: 8.028vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .name {
    padding: 16vw 0;
  }
}
#beginner_content .name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .name:before {
    height: 24.221vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .name:before {
    height: 24.221vw;
  }
}
#beginner_content .name:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f5fc), to(#fff));
  background: linear-gradient(#f2f5fc 0%, #fff 100%);
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #beginner_content .name:before {
    height: 46.667vw;
  }
}
#beginner_content .name .w224 {
  margin: auto;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .name .w224 {
    margin-bottom: 3.114vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .name .w224 {
    margin-bottom: 3.114vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .name .w224 {
    margin-bottom: 6vw;
  }
}
#beginner_content .name .txt p {
  font-size: 1.7rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .name .txt p {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .name .txt p {
    font-size: 1.176vw;
  }
}
#beginner_content .name .txt p {
  font-weight: 500;
  text-align: center;
  line-height: 1.8823529412;
}
@media screen and (max-width: 767px) {
  #beginner_content .name .txt p {
    font-size: 3.733vw;
    line-height: 1.75;
  }
}
#beginner_content .name .btn {
  margin-top: 7rem;
}
@media screen and (max-width: 1445px) {
  #beginner_content .name .btn {
    margin-top: 4.844vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .name .btn {
    margin-top: 4.844vw;
  }
}
@media screen and (max-width: 767px) {
  #beginner_content .name .btn {
    margin-top: 9.333vw;
  }
}

.about_main_title_area {
  background: url(../images/about/bg_main_title_area.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.about_main_title_area::before {
  content: "";
  background: rgba(26, 26, 26, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.about_main_title_area .wrap {
  height: 34rem;
  position: relative;
}
@media screen and (max-width: 1445px) {
  .about_main_title_area .wrap {
    height: 23.529vw;
  }
}
@media screen and (max-width: 767px) {
  .about_main_title_area .wrap {
    height: 23.529vw;
  }
}
@media screen and (max-width: 767px) {
  .about_main_title_area .wrap {
    height: 45.333vw;
  }
}
.about_main_title_area .wrap .main_title {
  font-size: 4.6rem;
}
@media screen and (max-width: 1445px) {
  .about_main_title_area .wrap .main_title {
    font-size: 3.183vw;
  }
}
@media screen and (max-width: 767px) {
  .about_main_title_area .wrap .main_title {
    font-size: 3.183vw;
  }
}
.about_main_title_area .wrap .main_title {
  color: #fff;
  line-height: 1.1304347826;
}
@media screen and (max-width: 767px) {
  .about_main_title_area .wrap .main_title {
    font-size: 6.133vw;
    line-height: 1.4;
  }
}
.about_main_title_area .wrap .main_title sub {
  bottom: auto;
  font-size: 62%;
}

#about_content {
  padding: 0;
}
#about_content .wrap {
  max-width: 123rem;
}
#about_content .title02 {
  font-size: 3.6rem;
}
@media screen and (max-width: 1445px) {
  #about_content .title02 {
    font-size: 2.491vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .title02 {
    font-size: 2.491vw;
  }
}
#about_content .title02 {
  color: #333;
}
@media screen and (max-width: 767px) {
  #about_content .title02 {
    font-size: 5.733vw;
  }
}
#about_content .title02::before, #about_content .title02::after {
  background: #333;
}
#about_content figure {
  padding: 0;
  margin: 0;
}
#about_content figure img {
  width: 100%;
}
#about_content p {
  margin: 0;
}
#about_content .mt1em {
  margin-top: 1.5em;
}
#about_content .w_fit {
  width: 100%;
}
#about_content .center p {
  font-size: 1.7rem;
}
@media screen and (max-width: 1445px) {
  #about_content .center p {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .center p {
    font-size: 1.176vw;
  }
}
#about_content .center p {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-weight: 500;
  line-height: 1.8823529412;
}
@media screen and (max-width: 767px) {
  #about_content .center p {
    font-size: 3.733vw;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #about_content .center.sp_tal p {
    text-align: left;
  }
}
#about_content .btn._w a {
  color: #00256A;
  background: #F8FAFD;
  border: 1px solid #00256A;
}
#about_content .btn._b a {
  width: 50rem;
}
@media screen and (max-width: 1445px) {
  #about_content .btn._b a {
    width: 34.602vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .btn._b a {
    width: 34.602vw;
  }
}
#about_content .btn._b a {
  height: 8rem;
}
@media screen and (max-width: 1445px) {
  #about_content .btn._b a {
    height: 5.536vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .btn._b a {
    height: 5.536vw;
  }
}
#about_content .btn._b a {
  font-size: 2.2rem;
}
@media screen and (max-width: 1445px) {
  #about_content .btn._b a {
    font-size: 1.522vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .btn._b a {
    font-size: 1.522vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .btn._b a {
    width: 86.667vw;
    height: 13.333vw;
    font-size: 3.733vw;
  }
}
#about_content .btn._b a img {
  right: 2.53rem;
}
@media screen and (max-width: 1445px) {
  #about_content .btn._b a img {
    right: 1.751vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .btn._b a img {
    right: 1.751vw;
  }
}
#about_content .btn._b a img {
  width: 0.824rem;
}
@media screen and (max-width: 1445px) {
  #about_content .btn._b a img {
    width: 0.57vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .btn._b a img {
    width: 0.57vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .btn._b a img {
    right: 2.347vw;
    width: 1.695vw;
  }
}
#about_content .sec01 {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec01 {
    padding-bottom: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 {
    padding-bottom: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 {
    padding-bottom: 16vw;
  }
}
#about_content .sec01 .center_image {
  position: relative;
  margin-top: 4rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec01 .center_image {
    margin-top: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .center_image {
    margin-top: 2.768vw;
  }
}
#about_content .sec01 .center_image {
  margin-bottom: 0.88rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec01 .center_image {
    margin-bottom: 0.609vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .center_image {
    margin-bottom: 0.609vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .center_image {
    margin: 5.333vw 0;
  }
}
#about_content .sec01 .center_image img {
  display: block;
  width: 19.843rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec01 .center_image img {
    width: 13.732vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .center_image img {
    width: 13.732vw;
  }
}
#about_content .sec01 .center_image img {
  margin: auto;
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .center_image img {
    width: 26.457vw;
  }
}
#about_content .sec01 .center_image .txt_area {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30.7rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec01 .center_image .txt_area {
    width: 21.246vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .center_image .txt_area {
    width: 21.246vw;
  }
}
#about_content .sec01 .center_image .txt_area {
  margin-right: 14.4rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec01 .center_image .txt_area {
    margin-right: 9.965vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .center_image .txt_area {
    margin-right: 9.965vw;
  }
}
#about_content .sec01 .center_image .txt_area {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .center_image .txt_area {
    position: unset;
    margin-top: 2.667vw;
    width: 100%;
    margin-right: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}
#about_content .sec01 .center_image .txt_area p {
  font-size: 1.7rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec01 .center_image .txt_area p {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .center_image .txt_area p {
    font-size: 1.176vw;
  }
}
#about_content .sec01 .center_image .txt_area p {
  font-weight: 500;
  line-height: 1.8823529412;
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .center_image .txt_area p {
    font-size: 3.733vw;
  }
}
#about_content .sec01 .center_image .txt_area .fl {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec01 .center_image .txt_area .fl {
    margin-bottom: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .center_image .txt_area .fl {
    margin-bottom: 2.076vw;
  }
}
#about_content .sec01 .center_image .txt_area .fl {
  font-size: 2.2rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec01 .center_image .txt_area .fl {
    font-size: 1.522vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .center_image .txt_area .fl {
    font-size: 1.522vw;
  }
}
#about_content .sec01 .center_image .txt_area .fl {
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .center_image .txt_area .fl {
    margin-bottom: 4vw;
    font-size: 4.267vw;
    text-align: center;
  }
}
#about_content .sec01 .catch {
  margin-top: 4rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec01 .catch {
    margin-top: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .catch {
    margin-top: 2.768vw;
  }
}
#about_content .sec01 .catch {
  font-size: 3.2rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec01 .catch {
    font-size: 2.215vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .catch {
    font-size: 2.215vw;
  }
}
#about_content .sec01 .catch {
  font-weight: 600;
  text-align: center;
  line-height: 1.40625;
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .catch {
    margin-top: 5.333vw;
    font-size: 5.333vw;
  }
}
#about_content .sec01 .w_fit {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec01 .w_fit {
    margin-top: 2.768vw;
    margin-bottom: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .w_fit {
    margin-top: 2.768vw;
    margin-bottom: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .w_fit {
    margin-top: 5.333vw;
    margin-bottom: 5.333vw;
  }
}
#about_content .sec01 .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 6rem 4.55rem 6.4rem;
  margin-top: 8rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec01 .message {
    margin-top: 5.536vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .message {
    margin-top: 5.536vw;
  }
}
#about_content .sec01 .message {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec01 .message {
    margin-bottom: 6.92vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .message {
    margin-bottom: 4.152vw;
  }
}
#about_content .sec01 .message {
  background: -webkit-gradient(linear, left top, right top, from(rgba(242, 238, 232, 0)), color-stop(14.92%, #f2eee8), color-stop(83.85%, #f2eee8), to(rgba(242, 238, 232, 0)));
  background: linear-gradient(to right, rgba(242, 238, 232, 0) 0%, #f2eee8 14.92%, #f2eee8 83.85%, rgba(242, 238, 232, 0) 100%);
}
@media screen and (max-width: 1445px) {
  #about_content .sec01 .message {
    padding: 2.768vw 4.152vw 3.149vw 4.429vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .message {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw;
    padding: 5.333vw 2.667vw;
    margin: 7.467vw 0 14vw;
  }
}
#about_content .sec01 .message .txt_area {
  max-width: 66.4rem;
  width: 60.0361663653%;
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .message .txt_area {
    max-width: none;
    width: 100%;
  }
}
#about_content .sec01 .message .txt_area p {
  font-size: 2.4rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec01 .message .txt_area p {
    font-size: 1.661vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .message .txt_area p {
    font-size: 1.661vw;
  }
}
#about_content .sec01 .message .txt_area p {
  font-weight: 600;
  line-height: 1.9166666667;
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .message .txt_area p {
    font-size: 3.733vw;
  }
}
#about_content .sec01 .message .txt_area .small {
  margin-top: 2.6rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec01 .message .txt_area .small {
    margin-top: 1.799vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .message .txt_area .small {
    margin-top: 1.799vw;
  }
}
#about_content .sec01 .message .txt_area .small {
  font-size: 2rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec01 .message .txt_area .small {
    font-size: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .message .txt_area .small {
    font-size: 1.384vw;
  }
}
#about_content .sec01 .message .txt_area .small {
  text-align: right;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .message .txt_area .small {
    margin-top: 3.467vw;
    font-size: 3.4vw;
  }
}
#about_content .sec01 .message .txt_area .small span {
  font-size: 1.6rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec01 .message .txt_area .small span {
    font-size: 1.1073vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .message .txt_area .small span {
    font-size: 2.67vw;
  }
}
#about_content .sec01 .message figure {
  max-width: 37.2rem;
  width: 33.6347197107%;
}
@media screen and (max-width: 767px) {
  #about_content .sec01 .message figure {
    max-width: none;
    width: 80%;
    margin: auto;
  }
}
#about_content .product_area + .product_area {
  margin-top: 12rem;
}
@media screen and (max-width: 1445px) {
  #about_content .product_area + .product_area {
    margin-top: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .product_area + .product_area {
    margin-top: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .product_area + .product_area {
    margin-top: 16vw;
  }
}
#about_content .product_area .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1445px) {
  #about_content .product_area .flex {
    margin-bottom: 3.46vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .product_area .flex {
    margin-bottom: 3.46vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .product_area .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw;
    margin-bottom: 6.667vw;
  }
}
#about_content .product_area .flex.fdrr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#about_content .product_area .flex figure {
  max-width: 58.2rem;
  width: 47.3170731707%;
}
@media screen and (max-width: 767px) {
  #about_content .product_area .flex figure {
    max-width: none;
    width: 100%;
  }
}
#about_content .product_area .flex .txt_area {
  max-width: 61.5rem;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #about_content .product_area .flex .txt_area {
    max-width: none;
    width: 100%;
  }
}
#about_content .product_area .flex .txt_area p {
  font-size: 1.7rem;
}
@media screen and (max-width: 1445px) {
  #about_content .product_area .flex .txt_area p {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .product_area .flex .txt_area p {
    font-size: 1.176vw;
  }
}
#about_content .product_area .flex .txt_area p {
  font-weight: 500;
  line-height: 1.8823529412;
}
@media screen and (max-width: 767px) {
  #about_content .product_area .flex .txt_area p {
    font-size: 3.733vw;
  }
}
#about_content .product_area .flex .txt_area .name {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1445px) {
  #about_content .product_area .flex .txt_area .name {
    margin-bottom: 1.73vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .product_area .flex .txt_area .name {
    margin-bottom: 1.73vw;
  }
}
#about_content .product_area .flex .txt_area .name {
  font-size: 4rem;
}
@media screen and (max-width: 1445px) {
  #about_content .product_area .flex .txt_area .name {
    font-size: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .product_area .flex .txt_area .name {
    font-size: 2.768vw;
  }
}
#about_content .product_area .flex .txt_area .name {
  font-weight: 600;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  #about_content .product_area .flex .txt_area .name {
    margin-bottom: 3.333vw;
    font-size: 6.667vw;
  }
}
#about_content .product_area .flex .txt_area .name .small {
  font-size: 1.7rem;
}
@media screen and (max-width: 1445px) {
  #about_content .product_area .flex .txt_area .name .small {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .product_area .flex .txt_area .name .small {
    font-size: 1.176vw;
  }
}
#about_content .product_area .flex .txt_area .name .small {
  line-height: 1.8823529412;
}
@media screen and (max-width: 767px) {
  #about_content .product_area .flex .txt_area .name .small {
    font-size: 3.733vw;
  }
}
#about_content .product_area .flex .txt_area .fwb {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1445px) {
  #about_content .product_area .flex .txt_area .fwb {
    margin-bottom: 1.73vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .product_area .flex .txt_area .fwb {
    margin-bottom: 1.73vw;
  }
}
#about_content .product_area .flex .txt_area .fwb {
  font-size: 2.15rem;
}
@media screen and (max-width: 1445px) {
  #about_content .product_area .flex .txt_area .fwb {
    font-size: 1.488vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .product_area .flex .txt_area .fwb {
    font-size: 1.488vw;
  }
}
#about_content .product_area .flex .txt_area .fwb {
  font-weight: 600;
  line-height: 1.488372093;
}
@media screen and (max-width: 767px) {
  #about_content .product_area .flex .txt_area .fwb {
    margin-bottom: 3.333vw;
    font-size: 4.267vw;
  }
}
#about_content .sec02 {
  position: relative;
  padding-top: 12rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec02 {
    padding-top: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec02 {
    padding-top: 8.304vw;
  }
}
#about_content .sec02 {
  padding-bottom: 14rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec02 {
    padding-bottom: 9.689vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec02 {
    padding-bottom: 9.689vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec02 {
    padding: 16vw 0;
  }
}
#about_content .sec02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec02:before {
    height: 24.221vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec02:before {
    height: 24.221vw;
  }
}
#about_content .sec02:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f5fc), to(#fff));
  background: linear-gradient(#f2f5fc 0%, #fff 100%);
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #about_content .sec02:before {
    height: 46.667vw;
  }
}
#about_content .sec02 .btn._b {
  margin-top: 6rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec02 .btn._b {
    margin-top: 4.152vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec02 .btn._b {
    margin-top: 4.152vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec02 .btn._b {
    margin-top: 8vw;
  }
}
#about_content .sec03 {
  position: relative;
  padding-top: 12rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec03 {
    padding-top: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 {
    padding-top: 8.304vw;
  }
}
#about_content .sec03 {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec03 {
    padding-bottom: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 {
    padding-bottom: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 {
    padding: 16vw 0;
  }
}
#about_content .sec03:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec03:before {
    height: 24.221vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03:before {
    height: 24.221vw;
  }
}
#about_content .sec03:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f5fc), to(#fff));
  background: linear-gradient(#f2f5fc 0%, #fff 100%);
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #about_content .sec03:before {
    height: 46.667vw;
  }
}
#about_content .sec03 .block + .block {
  margin-top: 6rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec03 .block + .block {
    margin-top: 4.152vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .block + .block {
    margin-top: 4.152vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .block + .block {
    margin-top: 8vw;
  }
}
#about_content .sec03 .block + .center {
  margin-top: 8rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec03 .block + .center {
    margin-top: 5.536vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .block + .center {
    margin-top: 5.536vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .block + .center {
    margin-top: 10.667vw;
  }
}
#about_content .sec03 .block + .center p {
  font-size: 2.2rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec03 .block + .center p {
    font-size: 1.522vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .block + .center p {
    font-size: 1.522vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .block + .center p {
    font-size: 3.733vw;
  }
}
#about_content .sec03 .block .title03 {
  padding-top: 1.9rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec03 .block .title03 {
    padding-top: 1.315vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .block .title03 {
    padding-top: 1.315vw;
  }
}
#about_content .sec03 .block .title03 {
  padding-bottom: 2.1rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec03 .block .title03 {
    padding-bottom: 1.453vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .block .title03 {
    padding-bottom: 1.453vw;
  }
}
#about_content .sec03 .block .title03 {
  margin: 0;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec03 .block .title03 {
    margin-bottom: 4.152vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .block .title03 {
    margin-bottom: 4.152vw;
  }
}
#about_content .sec03 .block .title03 {
  font-size: 2.8rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec03 .block .title03 {
    font-size: 1.938vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .block .title03 {
    font-size: 1.938vw;
  }
}
#about_content .sec03 .block .title03 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .block .title03 {
    padding: 2.533vw 0 2.8vw;
    margin-bottom: 8vw;
    font-size: 4.533vw;
  }
}
#about_content .sec03 .block .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 3rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec03 .block .flex {
    padding-left: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .block .flex {
    padding-left: 2.076vw;
  }
}
#about_content .sec03 .block .flex {
  padding-right: 3rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec03 .block .flex {
    padding-right: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .block .flex {
    padding-right: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .block .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw;
    padding: 0;
  }
}
#about_content .sec03 .block .flex.fdrr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#about_content .sec03 .block .flex + .flex {
  margin-top: 4rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec03 .block .flex + .flex {
    margin-top: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .block .flex + .flex {
    margin-top: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .block .flex + .flex {
    margin-top: 5.333vw;
  }
}
#about_content .sec03 .block .flex .title04 {
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec03 .block .flex .title04 {
    margin-bottom: 2.076vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .block .flex .title04 {
    margin-bottom: 2.076vw;
  }
}
#about_content .sec03 .block .flex .title04 {
  font-size: 2.8rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec03 .block .flex .title04 {
    font-size: 1.938vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .block .flex .title04 {
    font-size: 1.938vw;
  }
}
#about_content .sec03 .block .flex .title04 {
  line-height: 1.5;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .block .flex .title04 {
    margin-bottom: 4vw;
    font-size: 4.267vw;
  }
}
#about_content .sec03 .block .flex .txt_area,
#about_content .sec03 .block .flex figure {
  max-width: 57rem;
  width: 47.8991596639%;
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .block .flex .txt_area,
  #about_content .sec03 .block .flex figure {
    max-width: none;
    width: 100%;
  }
}
#about_content .sec03 .btn._b {
  margin-top: 5rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec03 .btn._b {
    margin-top: 3.46vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .btn._b {
    margin-top: 3.46vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec03 .btn._b {
    margin-top: 6.667vw;
  }
}
#about_content .sec04 {
  position: relative;
  padding-top: 12rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec04 {
    padding-top: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec04 {
    padding-top: 8.304vw;
  }
}
#about_content .sec04 {
  padding-bottom: 14rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec04 {
    padding-bottom: 9.689vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec04 {
    padding-bottom: 9.689vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec04 {
    padding: 16vw 0;
  }
}
#about_content .sec04:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec04:before {
    height: 24.221vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec04:before {
    height: 24.221vw;
  }
}
#about_content .sec04:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f5fc), to(#fff));
  background: linear-gradient(#f2f5fc 0%, #fff 100%);
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #about_content .sec04:before {
    height: 46.667vw;
  }
}
#about_content .sec04 .faq_block .faq_in dd .txt {
  font-size: 1.7rem;
}
@media screen and (max-width: 1445px) {
  #about_content .sec04 .faq_block .faq_in dd .txt {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec04 .faq_block .faq_in dd .txt {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #about_content .sec04 .faq_block .faq_in dd .txt {
    font-size: 3.733vw;
  }
}

#top_choosee {
  padding: 11.6rem 0 14rem;
  background: #F8F8F8;
}
@media screen and (max-width: 1445px) {
  #top_choosee {
    padding: 8.028vw 0 9.689vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee {
    padding: 16vw 0;
  }
}
#top_choosee p {
  margin: 0;
  color: #333;
}
#top_choosee a {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#top_choosee a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#top_choosee ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#top_choosee .wrap {
  max-width: 123rem;
}
@media screen and (max-width: 1445px) {
  #top_choosee .wrap {
    max-width: 85.121vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .wrap {
    max-width: 85.121vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .wrap {
    max-width: none;
  }
}
#top_choosee .title02 {
  margin-bottom: 8.4rem;
}
@media screen and (max-width: 1445px) {
  #top_choosee .title02 {
    margin-bottom: 5.813vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .title02 {
    margin-bottom: 5.813vw;
  }
}
#top_choosee .title02 {
  font-size: 3.6rem;
}
@media screen and (max-width: 1445px) {
  #top_choosee .title02 {
    font-size: 2.491vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .title02 {
    font-size: 2.491vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .title02 {
    margin-bottom: 11.2vw;
    font-size: 6.133vw;
    line-height: 1.4651162791;
  }
}
#top_choosee .title02::before, #top_choosee .title02::after {
  background: #00256A;
}
#top_choosee .column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16vw;
  }
}
#top_choosee .column3 .column_in .title03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 1445px) {
  #top_choosee .column3 .column_in .title03 {
    gap: 1.038vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 .column_in .title03 {
    gap: 1.038vw;
  }
}
#top_choosee .column3 .column_in .title03 {
  margin-top: 0;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 1445px) {
  #top_choosee .column3 .column_in .title03 {
    margin-bottom: 2.63vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 .column_in .title03 {
    margin-bottom: 2.63vw;
  }
}
#top_choosee .column3 .column_in .title03 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1445px) {
  #top_choosee .column3 .column_in .title03 {
    font-size: 1.869vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 .column_in .title03 {
    font-size: 1.869vw;
  }
}
#top_choosee .column3 .column_in .title03 {
  color: #333;
  text-align: center;
  font-weight: 600;
  line-height: 0.8888888889;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 .column_in .title03 {
    gap: 2.667vw;
    margin-bottom: 6.4vw;
    font-size: 6.133vw;
  }
}
#top_choosee .column3 .column_in .title03:before, #top_choosee .column3 .column_in .title03:after {
  content: "";
  width: 5rem;
}
@media screen and (max-width: 1445px) {
  #top_choosee .column3 .column_in .title03:before, #top_choosee .column3 .column_in .title03:after {
    width: 3.46vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 .column_in .title03:before, #top_choosee .column3 .column_in .title03:after {
    width: 3.46vw;
  }
}
#top_choosee .column3 .column_in .title03:before, #top_choosee .column3 .column_in .title03:after {
  height: 1px;
  background: #333;
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 .column_in .title03:before, #top_choosee .column3 .column_in .title03:after {
    width: 8vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 .column_in ul.sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.4vw 1.333vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 .column_in ul.sp_flex li {
    width: calc((100% - 1.333vw) / 2);
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 .column_in ul.sp_flex li + li {
    margin-top: 0;
  }
}
#top_choosee .column3 .column_in ul li {
  width: 38rem;
}
@media screen and (max-width: 1445px) {
  #top_choosee .column3 .column_in ul li {
    width: 26.298vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 .column_in ul li {
    width: 26.298vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 .column_in ul li {
    width: 100%;
  }
}
#top_choosee .column3 .column_in ul li + li {
  margin-top: 1rem;
}
@media screen and (max-width: 1445px) {
  #top_choosee .column3 .column_in ul li + li {
    margin-top: 0.692vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 .column_in ul li + li {
    margin-top: 0.692vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 .column_in ul li + li {
    margin-top: 2.36vw;
  }
}
#top_choosee .column3 .column_in ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  width: 100%;
  height: 7rem;
}
@media screen and (max-width: 1445px) {
  #top_choosee .column3 .column_in ul li a {
    height: 4.844vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 .column_in ul li a {
    height: 4.844vw;
  }
}
#top_choosee .column3 .column_in ul li a {
  padding: 0 3.5rem;
  font-size: 1.7rem;
}
@media screen and (max-width: 1445px) {
  #top_choosee .column3 .column_in ul li a {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 .column_in ul li a {
    font-size: 1.176vw;
  }
}
#top_choosee .column3 .column_in ul li a {
  color: #333;
  font-weight: 500;
  line-height: 1.8823529412;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 1445px) {
  #top_choosee .column3 .column_in ul li a {
    padding: 0 2.422vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 .column_in ul li a {
    height: 17.067vw;
    padding: 0 4.667vw;
    font-size: 4vw;
    line-height: 1.8;
  }
}
#top_choosee .column3 .column_in ul li a .arrow {
  position: absolute;
  top: 50%;
  right: 1.2rem;
}
@media screen and (max-width: 1445px) {
  #top_choosee .column3 .column_in ul li a .arrow {
    right: 0.83vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 .column_in ul li a .arrow {
    right: 0.83vw;
  }
}
#top_choosee .column3 .column_in ul li a .arrow {
  width: 0.7rem;
}
@media screen and (max-width: 1445px) {
  #top_choosee .column3 .column_in ul li a .arrow {
    width: 0.484vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 .column_in ul li a .arrow {
    width: 0.484vw;
  }
}
#top_choosee .column3 .column_in ul li a .arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 .column_in ul li a .arrow {
    right: 3.013vw;
    width: 1.695vw;
  }
}
#top_choosee .column3 .column_in ul li a:has(.sub_img) {
  padding: 0;
}
#top_choosee .column3 .column_in ul li a:has(.sub_img) .sub_img {
  width: auto;
  height: 100%;
}
#top_choosee .column3 .column_in ul li a:has(.sub_img) .txt {
  margin-left: 2rem;
}
@media screen and (max-width: 1445px) {
  #top_choosee .column3 .column_in ul li a:has(.sub_img) .txt {
    margin-left: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 .column_in ul li a:has(.sub_img) .txt {
    margin-left: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #top_choosee .column3 .column_in ul li a:has(.sub_img) .txt {
    margin-left: 3.413vw;
  }
}

.member_benefits .ribbon_banner {
  position: relative;
  width: 100%;
  height: 8rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits .ribbon_banner {
    height: 5.536vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .ribbon_banner {
    height: 5.536vw;
  }
}
.member_benefits .ribbon_banner {
  margin: 0;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits .ribbon_banner {
    margin-bottom: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .ribbon_banner {
    margin-bottom: 2.768vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .ribbon_banner {
    height: 14.667vw;
    margin-bottom: 5.333vw;
  }
}
.member_benefits .ribbon_banner .tail {
  position: absolute;
  top: 1rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits .ribbon_banner .tail {
    top: 0.692vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .ribbon_banner .tail {
    top: 0.692vw;
  }
}
.member_benefits .ribbon_banner .tail {
  width: 11.6rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits .ribbon_banner .tail {
    width: 8.028vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .ribbon_banner .tail {
    width: 8.028vw;
  }
}
.member_benefits .ribbon_banner .tail {
  height: 7rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits .ribbon_banner .tail {
    height: 4.844vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .ribbon_banner .tail {
    height: 4.844vw;
  }
}
.member_benefits .ribbon_banner .tail {
  background: #AD3F3F;
}
@media screen and (max-width: 767px) {
  .member_benefits .ribbon_banner .tail {
    top: 1.333vw;
    width: 9.333vw;
    height: 13.333vw;
  }
}
.member_benefits .ribbon_banner .tail.left {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
}
.member_benefits .ribbon_banner .tail.right {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 80% 50%, 100% 100%, 0 100%);
}
.member_benefits .ribbon_banner .body {
  position: absolute;
  top: 0;
  left: 11.9rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits .ribbon_banner .body {
    left: 8.235vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .ribbon_banner .body {
    left: 8.235vw;
  }
}
.member_benefits .ribbon_banner .body {
  right: 11.9rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits .ribbon_banner .body {
    right: 8.235vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .ribbon_banner .body {
    right: 8.235vw;
  }
}
.member_benefits .ribbon_banner .body {
  height: 7rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits .ribbon_banner .body {
    height: 4.844vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .ribbon_banner .body {
    height: 4.844vw;
  }
}
.member_benefits .ribbon_banner .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.6rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits .ribbon_banner .body {
    font-size: 1.799vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .ribbon_banner .body {
    font-size: 1.799vw;
  }
}
.member_benefits .ribbon_banner .body {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #AD3F3F;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .member_benefits .ribbon_banner .body {
    left: 10vw;
    right: 10vw;
    height: 13.333vw;
    font-size: 6.133vw;
  }
}
.member_benefits .txt_area {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits .txt_area {
    margin-bottom: 1.38vw;
  }
}
.member_benefits .txt_area {
  font-size: 2.1rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits .txt_area {
    font-size: 1.453vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .txt_area {
    font-size: 1.453vw;
  }
}
.member_benefits .txt_area {
  text-align: center;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .member_benefits .txt_area {
    margin-bottom: 2.533vw;
    font-size: 4vw;
    text-align: left;
    line-height: 1.6;
  }
}
.member_benefits .cards_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits .cards_area {
    gap: 1.04vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .cards_area {
    /*gap: 3.03vw;*/
    gap: 2.667vw;
  }
}
/*.member_benefits .cards_area {
  padding-left: 2rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits .cards_area {
    padding-left: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .cards_area {
    padding-left: 1.384vw;
  }
}
.member_benefits .cards_area {
  padding-right: 2rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits .cards_area {
    padding-right: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .cards_area {
    padding-right: 1.384vw;
  }
}*/
.member_benefits .cards_area .l_card {
  width: calc((100% - 3rem) / 3);
}
@media screen and (max-width: 1445px) {
  .member_benefits .cards_area .l_card {
    width: calc((100% - 2.08vw) / 3);
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .cards_area .l_card {
    width: calc((100% - 2.667vw) / 2);
  }
}
.member_benefits .cards_area .l_card .l_card_in,
.member_benefits .cards_area .s_card .s_card_in {
  border-bottom: 1px solid #D5B278;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  position: relative;
}
@media screen and (max-width: 1445px) {
  .member_benefits .cards_area .l_card .l_card_in,
  .member_benefits .cards_area .s_card .s_card_in {
    margin-bottom: 1.107vw;
    padding-bottom: 1.107vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .cards_area .l_card .l_card_in,
  .member_benefits .cards_area .s_card .s_card_in {
    margin-bottom: 2vw;
    padding-bottom: 2vw;
  }
}
.member_benefits .cards_area .l_card .l_card_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.34rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits .cards_area .l_card {
    gap: 0.927vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .cards_area .l_card .l_card_in {
    display: block;
    gap: 2vw;
    padding-bottom: 2.06vw;
  }
}
.member_benefits .cards_area .s_card {
  width: calc((100% - 4.5rem) / 4);
}
@media screen and (max-width: 1445px) {
  .member_benefits .cards_area .s_card {
    width: calc((100% - 3.12vw) / 4);
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .cards_area .s_card {
    width: calc((100% - 2.667vw) / 2);
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .cards_area .s_card .s_card_in {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;*/
    display: block;
    gap: 2vw;
  }
}
.member_benefits .cards_area .s_card .img, 
.member_benefits .cards_area .l_card .img {
  max-width: 8.3rem;
  min-width: 8.3rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits .cards_area .s_card .img, 
  .member_benefits .cards_area .l_card .img {
    max-width: 5.75vw;
    min-width: 5.75vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .cards_area .s_card .img, 
  .member_benefits .cards_area .l_card .img {
    max-width: 13vw;
    min-width: 13vw;
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .member_benefits .cards_area .s_card .img {
    margin-left: auto;
    margin-right: auto;
  }
}
.member_benefits .cards_area .s_card .img {
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits .cards_area .s_card .img {
    margin-bottom: 0.14vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .cards_area .s_card .img {
    margin-bottom: 0;
  }
}
.member_benefits .cards_area .s_card img, 
.member_benefits .cards_area .l_card img {
  width: 100%;
}
.member_benefits .cards_area .l_card,
.member_benefits .cards_area .s_card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem 1.5rem 1.8rem;
  box-shadow: .05rem .05rem .1rem rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1445px) {
  .member_benefits .cards_area .l_card,
  .member_benefits .cards_area .s_card {
    border-radius: .7vw;
    padding: 1.04vw 1.04vw 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .cards_area .l_card,
  .member_benefits .cards_area .s_card {
    border-radius: 1.06vw;
    padding: 2.667vw;
  }
}
.member_benefits .cards_area .l_card:before,
.member_benefits .cards_area .s_card:before {
  content: none;
}
.member_benefits .cards_area .l_card .title04,
.member_benefits .cards_area .s_card .title04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.member_benefits .cards_area .l_card .title04,
.member_benefits .cards_area .s_card .title04 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits .cards_area .l_card .title04,
  .member_benefits .cards_area .s_card .title04 {
    font-size: 1.52vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .cards_area .l_card .title04,
  .member_benefits .cards_area .s_card .title04 {
    font-size: 4vw;
  }
}
.member_benefits .cards_area .l_card .title04,
.member_benefits .cards_area .s_card .title04 {
  color: #AD3F3F;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  border-bottom: none;
}
.member_benefits .cards_area .l_card .title04 em,
.member_benefits .cards_area .s_card .title04 em {
  font-size: 3.5rem;
  font-style: normal;
  line-height: 1.1;
}
@media screen and (max-width: 1445px) {
  .member_benefits .cards_area .l_card .title04 em,
  .member_benefits .cards_area .s_card .title04 em {
    font-size: 2.422vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .cards_area .l_card .title04 em,
  .member_benefits .cards_area .s_card .title04 em {
    font-size: 5.07vw;
  }
}
.member_benefits .cards_area .s_card .title04 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .member_benefits .cards_area .l_card .title04, 
  .member_benefits .cards_area .s_card .title04 {
    text-align: center;
  }
}
.member_benefits .cards_area .l_card p,
.member_benefits .cards_area .s_card p {
  margin: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits .cards_area .l_card p,
  .member_benefits .cards_area .s_card p {
    font-size: 1.107vw;
  }
}
.member_benefits .cards_area .l_card p,
.member_benefits .cards_area .s_card p {
  line-height: 1.6;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .member_benefits .cards_area .l_card p,
  .member_benefits .cards_area .s_card p {
    font-size: 3.5vw;
    text-align: center;
  }
}
.member_benefits {
  background: url(../images/common/bg_washi_pc.jpg) no-repeat center top;
  background-size: cover;
  padding: 3.5rem 2.8rem 3rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits {
    padding: 2.4vw 1.938vw 2.0761vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits {
    background: url(../images/common/bg_washi_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 4.5vw 4vw;
  }
}
.member_benefits .member_title {
  color: #00256A;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 0.35em;
}
@media screen and (max-width: 1445px) {
  .member_benefits .member_title {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .member_title {
    font-size: 5.7vw;
  }
}
.member_benefits .member_title span {
  font-size: 4.3rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits .member_title span {
    font-size: 2.976vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .member_title span {
    font-size: 6.133vw;
  }
}
.member_benefits .member_title em {
  font-size: 7.5rem;
}
@media screen and (max-width: 1445px) {
  .member_benefits .member_title em {
    font-size: 5.19vw;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .member_title em {
    font-size: 10.666vw;
  }
}
.member_benefits .member_lead {
  color: #333 !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  line-height: 1.75 !important;
  letter-spacing: 0.02em !important;
  margin: 1rem 0 !important;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}
@media screen and (max-width: 1445px) {
  .member_benefits .member_lead {
    font-size: 1.107vw !important;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .member_lead {
    font-size: 3.733vw !important;
  }
}
.member_benefits .member_lead02 {
  color: #333 !important;
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.02em !important;
  margin: 1rem 0 !important;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}
@media screen and (max-width: 1445px) {
  .member_benefits .member_lead02 {
    font-size: 1.52vw !important;
  }
}
@media screen and (max-width: 767px) {
  .member_benefits .member_lead02 {
    font-size: 4.53vw !important;
  }
}

#law_content,
#privacy_content {
  padding-top: 3.5rem;
}
@media screen and (max-width: 1445px) {
  #law_content,
  #privacy_content {
    padding-top: 2.422vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content,
  #privacy_content {
    padding-top: 2.422vw;
  }
}
#law_content,
#privacy_content {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1445px) {
  #law_content,
  #privacy_content {
    padding-bottom: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content,
  #privacy_content {
    padding-bottom: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content,
  #privacy_content {
    padding: 4.667vw 0 16vw;
  }
}
#law_content .block + .block,
#privacy_content .block + .block {
  margin-top: 12rem;
}
@media screen and (max-width: 1445px) {
  #law_content .block + .block,
  #privacy_content .block + .block {
    margin-top: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block + .block,
  #privacy_content .block + .block {
    margin-top: 8.304vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block + .block,
  #privacy_content .block + .block {
    margin-top: 16vw;
  }
}
#law_content .block .in + .in,
#privacy_content .block .in + .in {
  margin-top: 8rem;
}
@media screen and (max-width: 1445px) {
  #law_content .block .in + .in,
  #privacy_content .block .in + .in {
    margin-top: 5.536vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block .in + .in,
  #privacy_content .block .in + .in {
    margin-top: 5.536vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block .in + .in,
  #privacy_content .block .in + .in {
    margin-top: 10.667vw;
  }
}
#law_content .block .title02,
#privacy_content .block .title02 {
  color: #333;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1445px) {
  #law_content .block .title02,
  #privacy_content .block .title02 {
    margin-bottom: 3.46vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block .title02,
  #privacy_content .block .title02 {
    margin-bottom: 3.46vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block .title02,
  #privacy_content .block .title02 {
    margin-bottom: 6.667vw;
  }
}
#law_content .block .title02::before, #law_content .block .title02::after,
#privacy_content .block .title02::before,
#privacy_content .block .title02::after {
  background: #333;
}
#law_content .block .title03,
#privacy_content .block .title03 {
  margin-top: 0;
  text-align: center;
}
#law_content .block .title04,
#privacy_content .block .title04 {
  margin-top: 5rem;
}
@media screen and (max-width: 1445px) {
  #law_content .block .title04,
  #privacy_content .block .title04 {
    margin-top: 3.46vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block .title04,
  #privacy_content .block .title04 {
    margin-top: 3.46vw;
  }
}
#law_content .block .title04,
#privacy_content .block .title04 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1445px) {
  #law_content .block .title04,
  #privacy_content .block .title04 {
    margin-bottom: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block .title04,
  #privacy_content .block .title04 {
    margin-bottom: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block .title04,
  #privacy_content .block .title04 {
    margin: 6.667vw 0 2.667vw;
  }
}
#law_content .block table,
#privacy_content .block table {
  max-width: 119rem;
  width: 96.7479674797%;
  margin: auto;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  #law_content .block table,
  #privacy_content .block table {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block table tbody,
  #law_content .block table tr,
  #privacy_content .block table tbody,
  #privacy_content .block table tr {
    display: block;
    width: 100%;
  }
}
#law_content .block table th,
#privacy_content .block table th {
  width: 27.076rem;
}
@media screen and (max-width: 1445px) {
  #law_content .block table th,
  #privacy_content .block table th {
    width: 18.738vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block table th,
  #privacy_content .block table th {
    width: 18.738vw;
  }
}
#law_content .block table th,
#privacy_content .block table th {
  padding: 2.5rem 2.7rem;
  font-size: 1.7rem;
}
@media screen and (max-width: 1445px) {
  #law_content .block table th,
  #privacy_content .block table th {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block table th,
  #privacy_content .block table th {
    font-size: 1.176vw;
  }
}
#law_content .block table th,
#privacy_content .block table th {
  text-align: left;
  font-weight: 500;
  line-height: 1.8823529412;
  background: #F2F5FC;
  border: 1px solid #CCC;
}
@media screen and (max-width: 1445px) {
  #law_content .block table th,
  #privacy_content .block table th {
    padding: 1.73vw 1.869vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block table th,
  #privacy_content .block table th {
    display: block;
    width: 100%;
    padding: 3.333vw 3.6vw;
    font-size: 3.733vw;
    line-height: 1.75;
  }
}
#law_content .block table td,
#privacy_content .block table td {
  padding: 2.5rem 2.26rem;
  font-size: 1.7rem;
}
@media screen and (max-width: 1445px) {
  #law_content .block table td,
  #privacy_content .block table td {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block table td,
  #privacy_content .block table td {
    font-size: 1.176vw;
  }
}
#law_content .block table td,
#privacy_content .block table td {
  text-align: left;
  font-weight: 500;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1445px) {
  #law_content .block table td,
  #privacy_content .block table td {
    padding: 1.73vw 1.564vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block table td,
  #privacy_content .block table td {
    display: block;
    padding: 3.333vw 2.933vw;
    font-size: 3.733vw;
    line-height: 1.75;
    border-top: none;
    border-bottom: none;
  }
}
#law_content .block table td a,
#privacy_content .block table td a {
  color: #333;
}
#law_content .block table td a:hover,
#privacy_content .block table td a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#law_content .block table tr:last-of-type td,
#privacy_content .block table tr:last-of-type td {
  border-bottom: 1px solid #ddd;
}
#law_content .block ul,
#law_content .block ol,
#privacy_content .block ul,
#privacy_content .block ol {
  padding: 0;
  padding-left: 2rem;
}
@media screen and (max-width: 1445px) {
  #law_content .block ul,
  #law_content .block ol,
  #privacy_content .block ul,
  #privacy_content .block ol {
    padding-left: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block ul,
  #law_content .block ol,
  #privacy_content .block ul,
  #privacy_content .block ol {
    padding-left: 1.384vw;
  }
}
#law_content .block ul,
#law_content .block ol,
#privacy_content .block ul,
#privacy_content .block ol {
  padding-right: 2rem;
}
@media screen and (max-width: 1445px) {
  #law_content .block ul,
  #law_content .block ol,
  #privacy_content .block ul,
  #privacy_content .block ol {
    padding-right: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block ul,
  #law_content .block ol,
  #privacy_content .block ul,
  #privacy_content .block ol {
    padding-right: 1.384vw;
  }
}
#law_content .block ul,
#law_content .block ol,
#privacy_content .block ul,
#privacy_content .block ol {
  margin: 0;
  margin-bottom: 1.5em;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #law_content .block ul,
  #law_content .block ol,
  #privacy_content .block ul,
  #privacy_content .block ol {
    padding: 0;
  }
}
#law_content .block ul li,
#law_content .block ol li,
#privacy_content .block ul li,
#privacy_content .block ol li {
  margin-left: 1em;
  font-size: 1.7rem;
}
@media screen and (max-width: 1445px) {
  #law_content .block ul li,
  #law_content .block ol li,
  #privacy_content .block ul li,
  #privacy_content .block ol li {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block ul li,
  #law_content .block ol li,
  #privacy_content .block ul li,
  #privacy_content .block ol li {
    font-size: 1.176vw;
  }
}
#law_content .block ul li,
#law_content .block ol li,
#privacy_content .block ul li,
#privacy_content .block ol li {
  font-weight: 500;
  line-height: 1.8823529412;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  #law_content .block ul li,
  #law_content .block ol li,
  #privacy_content .block ul li,
  #privacy_content .block ol li {
    font-size: 3.733vw;
    line-height: 1.75;
  }
}
#law_content .block ol li,
#privacy_content .block ol li {
  margin-left: 2.5em;
  text-indent: -2.5em;
}
#law_content .block p,
#privacy_content .block p {
  padding: 0;
  padding-left: 2rem;
}
@media screen and (max-width: 1445px) {
  #law_content .block p,
  #privacy_content .block p {
    padding-left: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block p,
  #privacy_content .block p {
    padding-left: 1.384vw;
  }
}
#law_content .block p,
#privacy_content .block p {
  padding-right: 2rem;
}
@media screen and (max-width: 1445px) {
  #law_content .block p,
  #privacy_content .block p {
    padding-right: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block p,
  #privacy_content .block p {
    padding-right: 1.384vw;
  }
}
#law_content .block p,
#privacy_content .block p {
  margin: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1445px) {
  #law_content .block p,
  #privacy_content .block p {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block p,
  #privacy_content .block p {
    font-size: 1.176vw;
  }
}
#law_content .block p,
#privacy_content .block p {
  line-height: 1.8823529412;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #law_content .block p,
  #privacy_content .block p {
    font-size: 3.733vw;
    line-height: 1.75;
  }
}
#law_content .block span.tel,
#privacy_content .block span.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5em;
}
#law_content .block span.tel img, 
#privacy_content .block span.tel img {
  width: 2.5em;
}
#law_content .block .mt1em,
#privacy_content .block .mt1em {
  margin-top: 1.5em;
}
#law_content .block .fwb,
#privacy_content .block .fwb {
  font-weight: 700;
}
#law_content .block dl,
#privacy_content .block dl {
  padding-left: 2rem;
}
@media screen and (max-width: 1445px) {
  #law_content .block dl,
  #privacy_content .block dl {
    padding-left: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block dl,
  #privacy_content .block dl {
    padding-left: 1.384vw;
  }
}
#law_content .block dl,
#privacy_content .block dl {
  padding-right: 2rem;
}
@media screen and (max-width: 1445px) {
  #law_content .block dl,
  #privacy_content .block dl {
    padding-right: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block dl,
  #privacy_content .block dl {
    padding-right: 1.384vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block dl,
  #privacy_content .block dl {
    padding: 0;
  }
}
#law_content .block dl dt,
#privacy_content .block dl dt {
  font-size: 1.7rem;
}
@media screen and (max-width: 1445px) {
  #law_content .block dl dt,
  #privacy_content .block dl dt {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block dl dt,
  #privacy_content .block dl dt {
    font-size: 1.176vw;
  }
}
#law_content .block dl dt,
#privacy_content .block dl dt {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #law_content .block dl dt,
  #privacy_content .block dl dt {
    font-size: 3.733vw;
    line-height: 1.75;
  }
}
#law_content .block dl dd,
#privacy_content .block dl dd {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 1445px) {
  #law_content .block dl dd,
  #privacy_content .block dl dd {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block dl dd,
  #privacy_content .block dl dd {
    font-size: 1.176vw;
  }
}
@media screen and (max-width: 767px) {
  #law_content .block dl dd,
  #privacy_content .block dl dd {
    font-size: 3.733vw;
    line-height: 1.75;
  }
}
#law_content .block dl dd + dt,
#privacy_content .block dl dd + dt {
  margin-top: 1.5em;
}

#privacy_content .block .title03 {
  text-align: left;
}



/* のし修正 */
.order-title4 {
  color: #CC0000;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
/*.order-title4::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url("../images/order/caution.svg") center center no-repeat;
  background-size: contain;
}*/
.order-caustion {
  padding: 24px 26px;
  border: 1px solid #CC0000;
  margin-top: 40px;
}
@media screen and (min-width: 901px) {
  .order-caustion ul {
    padding: 0 15px;
  }
}
@media screen and (max-width: 900px) {
  .order-caustion {
    padding: 4vw 5vw;
  }
  .order-title4 {
    font-size: 4.2vw;
    margin-bottom: 1em;
  }
}

.main_content .block .txt_area .number_list,
.dot-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 600;
  font-size: 1.8rem;
}
.dot-list {
  font-size: 1.7rem;
}
.main_content .block .txt_area .number_list {
  margin-top: .5em;
}
.main_content .block .txt_area .number_list li {
  font-weight: 600;
  font-size: 1.8rem;
}
.dot-list li {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.dot-list li .small {
  font-weight: 500;
  font-size: 1.7rem;
}
.dot-list li::before {
  content: "";
  width: .2em;
  height: .2em;
  border-radius: 50%;
  background: #333;
  margin-right: 1em;
  display: inline-block;
  vertical-align: middle;
}
.dot-list li strong {
  color: #CC0000;
}
.dot-list li:not(:first-child) {
  margin-top: .4em;
}
@media screen and (max-width: 900px) {
  .main_content .block .txt_area .number_list li {
    font-size: 4vw;
  }
  .dot-list {
    font-size: 3.6vw;
  }
  .dot-list li .small {
    font-size: 3.2vw;
  }
}

.pattern04,
.pattern05 {
  text-align: center;
}
.pattern04 {
  display: grid;
  gap: 1.3rem;
  grid-template-columns: repeat(9,1fr);
  margin-bottom: 33px;
}
.pattern05 {
  display: grid;
  gap: 3.5rem;
  grid-template-columns: repeat(5,1fr);
  margin-bottom: 48px;
}
.pattern04 figure,
.pattern05 figure {
  margin: 0;
}
.pattern04 figure img,
.pattern05 figure img {
  display: block;
}
.pattern04 p,
.pattern05 p {
  font-size: 1.7rem;
}
.txt_area .title06 {
  font-size: 1.9rem;
  font-weight: 700;
  margin: 10px 0 5px;
}
@media screen and (max-width: 900px) {
  .pattern04 {
    gap: 1rem;
    grid-template-columns: repeat(3,1fr);
  }
  .pattern05 {
    gap: 1.5rem;
    grid-template-columns: repeat(2,1fr);
  }
  .txt_area .title06 {
    font-size: 4vw;
  }
}

/* ご利用ガイド追加 */
.receipt-about {
  font-weight: 700;
}
.receipt-about-box .icon {
  color: #00256A;
  position: relative;
  margin: 0;
}
.receipt-about-box .icon::before {
  content: "";
  background: url(https://kagosei.itembox.cloud/item/assets/images/guide/receipt-payment/icon1.svg) center center no-repeat;
  background-size: contain;
  width: 2em;
  height: 2em;
}
.receipt-about-box .icon.icon2::before {
  background-image: url(https://kagosei.itembox.cloud/item/assets/images/guide/receipt-payment/icon2.svg);
}
@media screen and (max-width: 900px) {
  .receipt-about-box .icon {
    display: flex;
    align-items: center;
    gap: 1em;
    margin-bottom: 2vw;
  }
  .receipt-about-box .icon span {
    flex: 1;
    font-size: 4vw;
  }
  .receipt-about-box-in {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 901px) {
  .receipt-about-box .icon {
    font-size: 2.2rem;
    margin-bottom: .6em;
  }
  .receipt-about-box-in {
    position: relative;
  }
  .receipt-about-box-in {
    padding-left: 100px;
  }
  .receipt-about-box-in + .receipt-about-box-in {
    margin-top: 50px;
  }
  .receipt-about-box .icon::before {
    width: 80px;
    height: 100px;
    position: absolute;
    top: 0;
    left: -100px;
  }
}

.receipt-about-item {
  border: 1px solid #ADB6D0;
  border-radius: 4px;
  padding: 1em;
}
.receipt-about-item p,
.circle-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.circle-list li {
  margin-top: .5em;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.circle-list li::before {
  display: inline-block;
  content: "";
  background: #00256A;
  width: 1em;
  height: 1em;
  margin-right: .5em;
  border-radius: 50%;
  vertical-align: middle;
}
.receipt-about-caution-in {
  border: 1px solid #CC0000;
  padding: 1em;
}
.receipt-about-ex .frame,
.receipt-about-caution-in p:last-child,
.receipt-about-caution-in + p {
  font-weight: 500;
}
.receipt-about-caution-in p {
  margin: 0;
}
.receipt-about-caution-in .tx1 {
  color: #CC0000;
  border-bottom: 1px dotted #CC0000;
  padding-bottom: .8em;
  margin-bottom: .8em;
}
.receipt-about-ex {
  margin: 1em 0;
}
.receipt-about-ex .index {
  display: flex;
  margin-bottom: .5em;
}
.receipt-about-ex .index span {
  display: inline-block;
  line-height: 1;
  background: #CC0000;
  padding: .4em .6em;
  border-radius: 1em;
  color: #fff;
}
.receipt-about-ex .frame {
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: .8em 1em;
}
.title07 {
  border-bottom: 1px solid #00256A;
  padding-bottom: .6em;
  margin-bottom: .6em;
  color: #333;
  font-weight: 600;
}
.payment-howto-tx1 {
  text-align: center;
  font-weight: 500;
}
.payment-howto-icon {
  text-align: center;
}
.payment-howto-cont {
  font-weight: 700;
}
.payment-amazon-tx1 {
  border: 1px solid #ADB6D0;
  border-radius: 4px;
  padding: .6em 1em;
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 0;
}
.payment-amazon-tx1 span {
  flex: 1;
}
.payment-amazon-tx1::before {
  content: "";
  width: 2em;
  height: 2em;
  display: block;
  background: url(https://kagosei.itembox.cloud/item/assets/images/guide/receipt-payment/flow2.svg) center center no-repeat;
  background-size: contain;
}
.payment-amazon-tx1 strong {
  color: #00256A;
}
.payment-flow {
  border: 1px solid #ddd;
}
.payment-flow-tx1 {
  background: #F5F5F5;
  padding: 1em;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.payment-flow-item-in {
  position: relative;
}
.payment-flow-item-in p {
  font-weight: 500;
  margin: 0;
}
.payment-flow-item-in .num {
  background: #00256A;
  color: #fff;
  font-weight: 700;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.payment-flow-item-in .image img {
  display: block;
  object-fit: contain;
  margin: 0 auto;
}
.payment-flow-item + .payment-flow-item::before {
  content: "";
  display: block;
  background: url(https://kagosei.itembox.cloud/item/assets/images/guide/receipt-payment/flow-arw2.svg) center center no-repeat;
  background-size: contain;
}
.payment-howto-tx2 {
  text-align: center;
  font-weight: 700;
}
.payment-formula {
  background: #F2F5FC;
  color: #00256A;
  padding: .8em;
  max-width: 276px;
  text-align: center;
  margin-left: .8em;
}
@media screen and (max-width: 900px) {
  #receipt-about_content {
    font-size: 3.467vw;
  }
  .title07 {
    font-size: 4.4vw;
  }
  .receipt-about-ex .index span {
    font-size: 3.6vw;
  }
  .receipt-about-box + .receipt-about-box {
    margin-top: 30px;
  }
  .payment-howto-icon {
    margin: 5vw 0;
  }
  .payment-howto-icon img {
    max-height: 14vw;
  }
  .payment-flow {
    margin-top: 10vw;
  }
  .payment-flow-list {
    padding: 3vw;
  }
  .payment-flow-item-in {
    display: flex;
    align-items: center;
    gap: 4vw;
    padding-left: 3em;
  }
  .payment-flow-item-in p {
    flex: 1;
  }
  .payment-flow-item-in .image img {
    width: 14vw;
    height: 12vw;
  }
  .payment-flow-item + .payment-flow-item::before {
    width: 8vw;
    height: 8vw;
    position: relative;
    margin: 2vw auto;
    transform: rotate(90deg);
  }
  .payment-amazon-tx1 {
    margin-bottom: 4vw;
  }
  .payment-howto-tx2 {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 901px) {
  #receipt-about_content {
    font-size: 1.7rem;;
  }
  .receipt-about {
    display: flex;
    gap: 70px;
  }
  .receipt-about-box {
    flex: 1;
  }
  .receipt-about-box + .receipt-about-box {
    max-width: 512px;
  }
  .receipt-about-item {
    padding: 1.1em;
    border-radius: 8px;
  }
  .receipt-about-caution-in {
    padding: 1.2em 1em;
    line-height: 1.88;
  }
  .receipt-about-caution-in .tx1 {
    margin-bottom: 1.2em;
  }
  .receipt-about-ex {
    display: flex;
    gap: 15px;
    align-items: flex-start;
  }
  .receipt-about-ex .frame {
    flex: 1;
  }
  .receipt-about-caution-in p:last-child,
  .receipt-about-caution-in + p {
    font-size: 1.6rem;
  }
  .receipt-about-caution-in + p {
    margin-top: 20px;
    line-height: 1.88;
  }
  .receipt-about-ex .index span {
    font-size: 1.5rem;
    padding: .4em 1.2em;
  }
  .title07 {
    font-size: 2.4rem;
    margin-bottom: 1.25em;
  }
  .payment-howto-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }
  .register-amazonpay li,
  .register-amazonpay p {
    font-size: 1.6rem;
  }
  .register-amazonpay .payment-howto-item {
    display: block;
  }
  .payment-howto-icon {
    width: 200px;
    margin-top: 2rem;
  }
  .payment-howto-cont {
    flex: 1;
  }
  .payment-amazon-tx1 {
    font-size: 2rem;
    padding: 1em 2em;
    margin-bottom: 2.8rem;
    border-radius: 8px;
  }
  .register-amazonpay .payment-amazon-tx1 {
    margin-top: 2.8rem;
  }
  .payment-amazon-tx1::before {
    width: 1.4em;
    height: 1.4em;
  }
  .payment-flow {
    margin-top: 3.5rem;
    margin-bottom: 12rem;
  }
  .payment-flow-tx1 {
    font-size: 1.8rem;
  }
  .payment-flow-list {
    display: flex;
    align-items: stretch;
    text-align: center;
    justify-content: center;
    gap: 120px;
    padding: 2.4rem 3rem;
  }
  .register-amazonpay .payment-flow-list {
    display: block;
  }
  .payment-flow-item {
    flex: 1;
    position: relative;
  }
  .payment-flow-item + .payment-flow-item::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .register-amazonpay .payment-flow-item + .payment-flow-item::before {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0,0) rotate(90deg);
    margin: 1em auto;
  }
  .register-amazonpay .payment-flow-item-in {
    display: flex;
    padding-left: 3em;
    gap: 1em;
    align-items: center;
    text-align: left;
  }
  .payment-howto-item + .title07 {
    margin-top: 12rem;
  }
  .payment-howto-cards {
    max-width: 380px;
  }
  .payment-howto-tx2 {
    font-size: 2rem;
    margin-top: 5rem;
  }
}

/* 配送サービスと送料 */
#payment_content .gothic {
  font-weight: 500;
}
.payment-tx1 {
  text-align: center;
}
.payment-cool {
  border: 4px solid #EAECF2;
  padding: 1.5em 1em;
}
.payment-cool p {
  font-weight: 700;
  margin: 0;
}
.payment-cool p strong {
  color: #0269B7;
}
.payment-cool .img {
  max-width: 204px;
  margin: 0 auto;
}
.delivery-about-box-in .title07 {
  display: flex;
  align-items: center;
  gap: .7em;
}
.delivery-about-box-in .title07::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  display: block;
  background: url(https://kagosei.itembox.cloud/item/assets/images/guide/payment/payment-icon1.svg) center center no-repeat;
  background-size: contain;
}
.delivery-about-box-in .title07.icon2::before {
  background-image: url(https://kagosei.itembox.cloud/item/assets/images/guide/payment/payment-icon2.svg);
}
.delivery-about-item .bold {
  font-weight: 700;
}
.delivery-about-item .bold strong {
  color: #00256A;
}
.delivery-table > p {
  font-weight: 700;
}
.delivery-table > p:last-child {
  font-weight: 500;
}
.delivery-table table {
  width: 100%;
  border-collapse: collapse;
}
.delivery-table table strong {
  color: #00256A;
}
.delivery-table table th,
.delivery-table table td {
  padding: .5em;
  vertical-align: middle;
  font-weight: 700;
}
.delivery-table table th {
  background: #FFFAE5;
  border: 1px solid #FCE59E;
}
.delivery-table table thead th {
  background: #F2F5FC;
  border: 1px solid #ddd;
  color: #00256A;
}
.delivery-table table td {
  background: #fff;
  border: 1px solid #ddd;
}
.delivery-table table td.price {
  text-align: center;
}
@media screen and (min-width: 901px) {
  .payment-cool p {
    text-align: center;
    font-size: 2.2rem;
    margin-top: .5em;
  }
  .delivery-about {
    margin-top: 2.3rem;
  }
  .delivery-about-box {
    display: flex;
    align-items: flex-start;
    gap: 9rem;
  }
  .delivery-about-box-in {
    flex: 1;
  }
  .delivery-table table th {
    font-size: 1.5rem;
  }
  .delivery-table table th {
    padding: .5em 1em;
  }
  .delivery-table table td {
    padding: .8em 1em;
  }
}
@media screen and (min-width: 901px) {
  #payment_content {
    font-size: 1.7rem;
  }
  .delivery-table table td .small {
    font-weight: 500;
    font-size: 1.5rem;
  }
  .payment-cool {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 900px) {
  #payment_content {
    font-size: 3.467vw;
  }
  .payment-cool p {
    font-size: 4vw;
  }
  .payment-cool .img {
    max-width: 120px;
    margin-bottom: .5em;
  }
  .delivery-table {
    margin-top: 5vw;
  }
  .delivery-table table thead th {
    font-size: 4vw;
  }
  .delivery-table table td .small {
    font-size: .8em;
  }
}

.asterisk-list {
  padding: 0;
  margin: 0;
  margin-top: 4vw;
  list-style: none;
}
.asterisk-list li.red {
  color: #CC0000;
  font-weight: 700;
}
.asterisk-list li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.asterisk-list li + li {
  margin-top: .4em;
}
.asterisk-list li::before {
  content: "※";
  margin-right: .5em;
}
@media screen and (min-width: 901px) {
  .asterisk-list {
    margin-top: 3rem;
  }
}

.delivery-time {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2vw;
}
.delivery-time p {
  margin: 0;
  font-weight: 700;
  text-align: center;
  background: #FFFAE5;
  border: 1px solid #FCE59E;
  padding: .5em;
}

.about-payment-tx {
  border: 4px solid #EAECF2;
  padding: 1em;
}
.about-payment-tx p {
  margin: 0;
}
.about-payment-tx p.about-payment-tl {
  color: #00256A;
  font-weight: 700;
}
.about-payment-tx::after {
  content: "";
  display: block;
  margin: 0 auto;
  background: url(https://kagosei.itembox.cloud/item/assets/images/guide/payment/payment-icon5.svg) center center no-repeat;
  background-size: contain;
}
.delivery-payment {
  border: 1px solid #AD3F3F;
}
.delivery-payment p {
  margin: 0;
}
.delivery-payment .icon {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: .8em;
  margin-bottom: .5em;
}
.delivery-payment strong {
  color: #CC0000;
}
.delivery-payment .icon::before {
  content: "";
  width: 1.8em;
  height: 1.8em;
  background: url(https://kagosei.itembox.cloud/item/assets/images/guide/payment/payment-icon3.svg) center center no-repeat;
  background-size: contain;
}
.delivery-payment .icon.icon2::before {
  background-image: url(https://kagosei.itembox.cloud/item/assets/images/guide/payment/payment-icon4.svg);
}
@media screen and (min-width: 901px) {
  .delivery-payment {
    padding: 2rem;
  }
  .delivery-payment p {
    line-height: 1.88;
  }
  .delivery-payment + .delivery-payment {
    margin-top: 2rem;
  }
  .delivery-time {
    gap: 1rem;
  }
  .delivery-payment .icon {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
  .delivery-payment .icon::before {
    content: "";
    width: 40px;
    height: 30px;
  }
  .about-payment-tx {
    margin-top: 45px;
    margin-bottom: 50px;
    padding: 25px 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .about-payment-tx p {
    line-height: 1.88;
  }
  .about-payment-tx p.about-payment-tl {
    font-size: 2.6rem;
    margin-bottom: .6em;
    width: 100%;
  }
  .about-payment-tx p.gothic {
    width: calc(100% - 160px);
    padding-right: 6%;
  }
  .about-payment-tx::after {
    width: 156px;
    height: 93px;
  }
}
@media screen and (max-width: 900px) {
  .about-payment-tx {
    padding: 4vw;
  }
  .about-payment-tx p.about-payment-tl {
    font-size: 4.4vw;
    margin-bottom: .5em;
  }
  .about-payment-tx::after {
    width: 24vw;
    height: 16vw;
  }
  .delivery-payment {
    padding: 4vw;
    margin: 4vw 0;
  }
  .delivery-payment .icon {
    font-size: 4vw;
  }
}

.transfer-item {
  font-weight: 700;
}
.tranfer-link a {
  display: block;
  padding: 1.2em;
  color: #fff;
  background: #00256A;
  position: relative;
  line-height: 1.8;
  transition-duration: .3s;
}
.tranfer-link a:hover {
  text-decoration: none;
  opacity: .7;
}
.tranfer-link a::after {
  position: absolute;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  right: 1em;
  bottom: 1em;
  background: url(https://kagosei.itembox.cloud/item/assets/images/guide/payment/payment-link.svg) center center no-repeat;
  background-size: contain;
}
#payment_content .gothic.about-payment-bottom {
  text-align: center;
  font-weight: 700;
  line-height: 1.88;
}
@media screen and (min-width: 901px) {
  .order-caustion-wrap {
    display: flex;
    align-items: flex-start;
    gap: 8rem;
  }
  .transfer-item p {
    margin-top: 0;
    margin-bottom: 2.6rem;
  }
  .tranfer-link a {
    font-size: 1.8rem;
    padding: .6em 1.2em;
    max-width: 360px;
  }
}
@media screen and (max-width: 900px) {
  .order-caustion-item + .order-caustion-item {
    margin-top: 5vw;
  }
  .transfer-tl {
    font-size: 4.2vw;
  }
  .tranfer-link a {
    font-size: 3.6vw;
  }
  #payment_content .gothic.about-payment-bottom {
    font-size: 3.6vw;
    margin-top: 2em;
  }
}
/*会員登録*/
.fs-c-memberPolicyAgreeField .fs-c-checkbox__label {
  font-size: 1.8rem;
  font-weight: 600;
}
.fs-c-memberPolicyAgreeField .fs-c-checkbox__label a {
  color: #00256A;
}
.fs-c-privacyPolicyAgreeField .fs-c-checkbox__labelText {
  font-size: 1.8rem;
  font-weight: 600;
}
.fs-c-privacyPolicyAgreeField .fs-c-checkbox__labelText a {
  color: #00256A;
}
@media screen and (max-width: 900px) {
  .fs-c-memberPolicyAgreeField .fs-c-checkbox__label {
    font-size: 1.6rem;
  }
  .fs-c-privacyPolicyAgreeField .fs-c-checkbox__labelText {
    font-size: 1.6rem;
  }
}
