@charset "UTF-8";
/* Sass Document */
.page .page-mv {
  background: url(../img/sub-page/about_page-mv_bg.png) no-repeat center center;
  background-size: cover;
}
.page .page-mv .label,
.page .page-mv h1 {
  color: #fff;
}
.page .page-mv .text-slider .slide-track span {
  color: rgba(247, 247, 247, 0.1);
}

#bcn {
  padding: 2.6rem 0 2.5rem;
  background: #0E3380;
}
@media screen and (max-width: 1650px) {
  #bcn {
    padding: 1.625vw 0 1.5625vw;
  }
}
@media screen and (max-width: 840px) {
  #bcn {
    padding: 4vw 0;
  }
}
#bcn .breadcrumbs .item p,
#bcn .breadcrumbs .item a {
  color: #fff;
}
#bcn .breadcrumbs .item::before {
  background-color: #fff;
}

.inner {
  width: 95%;
}
@media screen and (max-width: 840px) {
  .inner {
    width: 88vw;
  }
}

.title_area {
  position: relative;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 1650px) {
  .title_area {
    margin-bottom: 3.5vw;
  }
}
@media screen and (max-width: 840px) {
  .title_area {
    margin-bottom: 8vw;
  }
}
.title_area .label {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  color: #0E3380;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
@media screen and (max-width: 1650px) {
  .title_area .label {
    margin-bottom: 0.9375vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  .title_area .label {
    margin-bottom: 0;
    font-size: 4.2666666667vw;
  }
}
.title_area .title02 {
  position: relative;
  font-size: 6.5rem;
  color: #0E3380;
  font-weight: 800;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1650px) {
  .title_area .title02 {
    font-size: 4.0625vw;
  }
}
@media screen and (max-width: 840px) {
  .title_area .title02 {
    font-size: 8vw;
  }
}
.title_area .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 22rem;
  color: #F7F7F7;;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 1650px) {
  .title_area .bg {
    font-size: 13.75vw;
  }
}
@media screen and (max-width: 840px) {
  .title_area .bg {
    font-size: 24vw;
  }
}

.btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.5rem 0 #AC3100;
          box-shadow: 0 0.5rem 0 #AC3100;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ED6C00), color-stop(50%, #E65216));
  background: linear-gradient(to bottom, #ED6C00 50%, #E65216 50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1650px) {
  .btn a {
    border-radius: 0.625vw;
    -webkit-box-shadow: 0 0.3125vw 0 #AC3100;
            box-shadow: 0 0.3125vw 0 #AC3100;
  }
}
@media screen and (max-width: 840px) {
  .btn a {
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0 0.8vw 0 #AC3100;
            box-shadow: 0 0.8vw 0 #AC3100;
  }
}
.btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/page/btn-arrow.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1650px) {
  .btn a:before {
    right: 1.25vw;
    width: 1.375vw;
    height: 1.375vw;
  }
}
@media screen and (max-width: 840px) {
  .btn a:before {
    right: 2.6666666667vw;
    width: 4vw;
    height: 4vw;
  }
}
.btn a:hover {
  opacity: 1;
  -webkit-transform: translate(0, 0.4rem);
          transform: translate(0, 0.4rem);
  -webkit-box-shadow: 0 0.1rem 0 #AC3100;
          box-shadow: 0 0.1rem 0 #AC3100;
}
@media screen and (max-width: 1650px) {
  .btn a:hover {
    -webkit-transform: translate(0, 0.25vw);
            transform: translate(0, 0.25vw);
  }
}
@media screen and (max-width: 840px) {
  .btn a:hover {
    -webkit-transform: translate(0, 0.5333333333vw);
            transform: translate(0, 0.5333333333vw);
  }
}
.btn a:visited {
  color: #fff;
}

#faq {
  padding: 12.6rem 0 5.3rem;
}
@media screen and (max-width: 1650px) {
  #faq {
    padding: 7.875vw 0 3.3125vw;
  }
}
@media screen and (max-width: 840px) {
  #faq {
    padding: 16vw 0;
  }
}
#faq .inner {
  max-width: 130rem;
  padding: 0;
}

#faq .title_area {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1650px) {
  #faq .title_area {
    margin-bottom: 3.5vw;
  }
}
@media screen and (max-width: 840px) {
  #faq .title_area {
    margin-bottom: 8vw;
  }
}
#faq .qa_list dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.8rem;
  padding-bottom: 1.6rem;
  margin-bottom: 2.2rem;
  border-bottom: 0.2rem dotted #0E3380;
  cursor: pointer;
}
@media screen and (max-width: 1650px) {
  #faq .qa_list dt {
    gap: 1.75vw;
    padding-bottom: 1.625vw;
    margin-bottom: 2.625vw;
    border-bottom: 0.125vw dotted #0E3380;
  }
}
@media screen and (max-width: 840px) {
  #faq .qa_list dt {
    gap: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    border-bottom: 0.5333333333vw dotted #0E3380;
  }
}
#faq .qa_list dt .inter {
  font-size: 4.5rem;
  color: #0E3380;
  font-weight: 600;
}
@media screen and (max-width: 1650px) {
  #faq .qa_list dt .inter {
    font-size: 2.8125vw;
  }
}
@media screen and (max-width: 840px) {
  #faq .qa_list dt .inter {
    font-size: 5.3333333333vw;
  }
}
#faq .qa_list dt .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.1rem;
  color: #0E3380;
  font-weight: 700;
}
@media screen and (max-width: 1650px) {
  #faq .qa_list dt .txt {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #faq .qa_list dt .txt {
    font-size: 3.733333333333333334vw;
  }
}
#faq .qa_list dt .arrow {
  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;
  width: 2.1rem;
  height: 2.1rem;
}
@media screen and (max-width: 1650px) {
  #faq .qa_list dt .arrow {
    width: 1.3125vw;
    height: 1.3125vw;
  }
}
@media screen and (max-width: 840px) {
  #faq .qa_list dt .arrow {
    width: 4vw;
    height: 4vw;
  }
}
#faq .qa_list dt .arrow:before, #faq .qa_list dt .arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0.3rem;
  background: #0E3380;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1650px) {
  #faq .qa_list dt .arrow:before, #faq .qa_list dt .arrow:after {
    height: 0.1875vw;
  }
}
@media screen and (max-width: 840px) {
  #faq .qa_list dt .arrow:before, #faq .qa_list dt .arrow:after {
    height: 0.5333333333vw;
  }
}
#faq .qa_list dt .arrow:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#faq .qa_list dt.open .arrow:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#faq .qa_list dd {
  display: none;
}
#faq .qa_list dd .flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8rem;
  padding-bottom: 3.7rem;
  margin-left: 0;
}
@media screen and (max-width: 1650px) {
  #faq .qa_list dd .flex {
    gap: 1.75vw;
    padding-bottom: 2.1875vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 840px) {
  #faq .qa_list dd .flex {
    gap: 2.6666666667vw;
    padding-bottom: 5.3333333333vw;
    margin-left: 1.3333333333vw;
  }
}
#faq .qa_list dd .flex .inter {
  font-size: 4.5rem;
  color: #ED6C00;
  font-weight: 600;
}
@media screen and (max-width: 1650px) {
  #faq .qa_list dd .flex .inter {
    font-size: 2.8125vw;
  }
}
@media screen and (max-width: 840px) {
  #faq .qa_list dd .flex .inter {
    font-size: 5.3333333333vw;
  }
}
#faq .qa_list dd .flex .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 1650px) {
  #faq .qa_list dd .flex .txt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #faq .qa_list dd .flex .txt {
    font-size: 3.7333333333vw;
  }
}

@media screen and (max-width: 840px) {
  .sp {
    display: block !important;
  }
}

ol,
ul,
li {
  list-style: none;
}

#beginners #about {
  padding: 9.2rem 0 12.6rem;
}
@media screen and (max-width: 1650px) {
  #beginners #about {
    padding: 5.75vw 0 7.875vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #about {
    padding: 16vw 0;
  }
}
#beginners #about .inner {
  max-width: 131rem;
  padding: 0;
}
@media screen and (max-width: 840px) {
  #beginners #about .inner {
    width: 100%;
    padding: 0 6.666667vw;
  }
}
#beginners #about .txt {
  max-width: 89rem;
  margin: 0 auto 9rem;
}
@media screen and (max-width: 1650px) {
  #beginners #about .txt {
    margin: 0 auto 5.625vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #about .txt {
    margin: 0 auto 8vw;
  }
}
#beginners #about .txt p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.94444;
}
@media screen and (max-width: 1650px) {
  #beginners #about .txt p {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #about .txt p {
    font-size: 3.7333333333vw;
  }
}
#beginners #about .circle_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 1650px) {
  #beginners #about .circle_area {
    gap: 1.5625vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #about .circle_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
}
#beginners #about .circle_area .circle {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6rem;
  width: 42rem;
  height: 42rem;
  border: 0.5rem solid #0E3380;
  border-radius: 50%;
}
@media screen and (max-width: 1650px) {
  #beginners #about .circle_area .circle {
    gap: 1.625vw;
    width: 26.25vw;
    height: 26.25vw;
    border: 0.3125vw solid #0E3380;
  }
}
@media screen and (max-width: 840px) {
  #beginners #about .circle_area .circle {
    gap: 2.6666666667vw;
    width: 100%;
    height: auto;
    padding: 4vw 2.6666666666666666667vw 5.333333333334vw;
    border: 2px solid #0E3380;
    border-radius: 100vw;
  }
}
#beginners #about .circle_area .circle .title03 {
  font-size: 5rem;
  color: #E65216;
  font-weight: 800;
  font-family: "ten-mincho-antique", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 1650px) {
  #beginners #about .circle_area .circle .title03 {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #about .circle_area .circle .title03 {
    font-size: 5.3333333333334vw;
  }
}
#beginners #about .circle_area .circle p {
  font-size: 2.3rem;
  color: #0E3380;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  #beginners #about .circle_area .circle p {
    font-size: 1.4375vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #about .circle_area .circle p {
    font-size: 4.266666666666666666667vw;
    line-height: 1.52;
  }
}
#beginners #about .add-btn_area{
  margin: 8vw auto 0;
}
#beginners #about .add-btn_area .btn a{
  position: relative;
  display: block;
  font-size: 3.7333333333333333334vw;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  max-width: 74.66666666666667vw;
  width: 100%;
  padding: 3.73333333333333333334vw 0;
  margin: 3.2vw auto 0;
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px 0 #CB3A00;
  color: #fff;
  background: linear-gradient(to bottom, #ED6C00 50%, #E65216 50%);
  transition: all .3s;
}
#beginners #about .add-btn_area .btn a::before{
  content: "";
  width: 3.73333333333333333333334vw;
  height: 3.73333333333333333333334vw;
  background-image: url(../img/page/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.4666666666666666663vw;
  background-color: transparent;
}
#beginners #about .add-btn_area .btn a:hover{
  opacity: 1;
  transform: translate(0, 4px);
  box-shadow: 0 1px 0 #CB3A00;
}

#beginners #handling {
  padding: 9rem 0 7rem;
  background: #0E3480;
}
@media screen and (max-width: 1650px) {
  #beginners #handling {
    padding: 5.625vw 0 4.375vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #handling {
    padding: 16vw 0;
  }
}
#beginners #handling .inner {
  max-width: 150rem;
  padding: 0;
}
#beginners #handling .title02 {
  margin-bottom: 5.6rem;
  font-size: 3.5rem;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  #beginners #handling .title02 {
    margin-bottom: 3.5vw;
    font-size: 2.1875vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #handling .title02 {
    margin-bottom: 4vw;
    font-size: 4.2666666667vw;
  }
}
#beginners #handling .handling_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 2.8rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1650px) {
  #beginners #handling .handling_list {
    gap: 1.875vw 1.75vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #handling .handling_list {
    gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
#beginners #handling .handling_list li {
  position: relative;
  width: calc((100% - 8.4rem) / 4);
}
@media screen and (max-width: 1650px) {
  #beginners #handling .handling_list li {
    width: calc((100% - 5.25vw) / 4);
  }
}
@media screen and (max-width: 840px) {
  #beginners #handling .handling_list li {
    width: calc((100% - 2.6666666667vw) / 2);
  }
}
#beginners #handling .handling_list li p {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  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: 29rem;
  font-size: 3rem;
  color: #0E3480;
  font-weight: 800;
  text-align: center;
  background: url(../img/sub-page/about_handling_bg_title.svg) no-repeat center center;
  background-size: 100%;
  aspect-ratio: 1/0.2068965517;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1650px) {
  #beginners #handling .handling_list li p {
    bottom: 1.25vw;
    width: 18.125vw;
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #handling .handling_list li p {
    bottom: 1.3333333333vw;
    width: 37.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
#beginners #handling p {
  font-size: 2.5rem;
  color: #FFF;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  #beginners #handling p {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #handling p {
    font-size: 3.7333333333vw;
  }
}
#beginners #service {
  padding: 12rem 0;
  overflow: hidden;
}
@media screen and (max-width: 1650px) {
  #beginners #service {
    padding: 7.5vw 0;
  }
}
@media screen and (max-width: 840px) {
  #beginners #service {
    padding: 16vw 0;
  }
}
#beginners #service .inner {
  max-width: 130rem;
  padding: 0;
}
#beginners #service .service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 5.3rem;
}
@media screen and (max-width: 1650px) {
  #beginners #service .service_list {
    gap: 1.25vw;
    margin-bottom: 3.3125vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #service .service_list {
    gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
#beginners #service .service_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc((100% - 4rem) / 3);
  padding: 2rem;
  background: #0E3380;
  border-radius: 1rem;
}
@media screen and (max-width: 1650px) {
  #beginners #service .service_list li {
    width: calc((100% - 2.5vw) / 3);
    padding: 1.25vw;
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #service .service_list li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 2.6666666666666666667vw;
    border-radius: 1.3333333333vw;
  }
}
#beginners #service .service_list li figure {
  max-width: 13.2rem;
  width: 34.7368421053%;
}
@media screen and (max-width: 840px) {
  #beginners #service .service_list li figure {
    width: 21.3333333333vw;
  }
}
#beginners #service .service_list li .in {
  max-width: 22rem;
  width: 57.8947368421%;
  padding: 1rem 0 0;
}
@media screen and (max-width: 1650px) {
  #beginners #service .service_list li .in {
    padding: 0.625vw 0 0;
  }
}
@media screen and (max-width: 840px) {
  #beginners #service .service_list li .in {
    width: 60vw;
    padding: 0;
  }
}
#beginners #service .service_list li .in .title03 {
  margin-bottom: 1rem;
  margin-right: -5px;
  font-size: 3.1rem;
  color: #fff;
  font-weight: 800;
}
@media screen and (max-width: 1650px) {
  #beginners #service .service_list li .in .title03 {
    margin-bottom: 0.625vw;
    margin-right: 0;
    font-size: 1.9375vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #service .service_list li .in .title03 {
    margin-bottom: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
#beginners #service .service_list li .in p {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: 1650px) {
  #beginners #service .service_list li .in p {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #service .service_list li .in p {
    font-size: 3.7333333333vw;
  }
}
#beginners #service .service_list + p {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  #beginners #service .service_list + p {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #service .service_list + p {
    font-size: 3.7333333333vw;
  }
}
#beginners #about_business {
  padding: 12rem 0 13.8rem;
  background: url(../img/sub-page/about_business_bg.png) no-repeat center top;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 1650px) {
  #beginners #about_business {
    padding: 7.5vw 0 8.625vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #about_business {
    padding: 16vw 0;
  }
}
#beginners #about_business .inner {
  max-width: 150rem;
  padding: 0;
}
#beginners #about_business .title_area .label,
#beginners #about_business .title_area .title02 {
  color: #fff;
}
#beginners #about_business .title_area .bg {
  color: #284686;
}
#beginners #about_business .business_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0 0 6rem;
  border-bottom: 0.1rem solid #FFF;
}
@media screen and (max-width: 1650px) {
  #beginners #about_business .business_list li {
    padding: 0 0 3.75vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #about_business .business_list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw;
    padding: 0 0 8vw;
  }
}
#beginners #about_business .business_list li + li {
  padding: 6rem 0;
}
#beginners #about_business .business_list li:last-child{
  border: none;
}
@media screen and (max-width: 1650px) {
  #beginners #about_business .business_list li + li {
    padding: 3.75vw 0;
  }
}
@media screen and (max-width: 840px) {
  #beginners #about_business .business_list li + li {
    padding: 5.3333333333vw 0;
  }
}
#beginners #about_business .business_list li .in {
  max-width: 78rem;
  width: 52%;
}
@media screen and (max-width: 840px) {
  #beginners #about_business .business_list li .in {
    max-width: none;
    width: 100%;
  }
}
#beginners #about_business .business_list li .in .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  color: #fff;
  font-weight: 800;
}
@media screen and (max-width: 1650px) {
  #beginners #about_business .business_list li .in .number {
    gap: 1vw;
    margin-bottom: 0.625vw;
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #about_business .business_list li .in .number {
    gap: 1.3333333333vw;
    margin-bottom: 0;
    font-size: 4.8vw;
  }
}
#beginners #about_business .business_list li .in .number .color_o {
  font-size: 7rem;
  color: #ED6C00;
}
@media screen and (max-width: 1650px) {
  #beginners #about_business .business_list li .in .number .color_o {
    font-size: 4.375vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #about_business .business_list li .in .number .color_o {
    font-size: 8vw;
  }
}
#beginners #about_business .business_list li .in .title03 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.7rem;
  padding: 0 1.5rem;
  margin-bottom: 3.8rem;
  font-size: 4.9rem;
  color: #0E3380;
  font-weight: 700;
  background: #fff;
}
@media screen and (max-width: 1650px) {
  #beginners #about_business .business_list li .in .title03 {
    height: 4.8125vw;
    padding: 0 0.9375vw;
    margin-bottom: 2.375vw;
    font-size: 3.0625vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #about_business .business_list li .in .title03 {
    height: 10.6666666667vw;
    padding: 0 2.6666666667vw;
    margin-bottom: 4vw;
    font-size: 5.3333333333vw;
  }
}
#beginners #about_business .business_list li .in .caych {
  margin-bottom: 2.9rem;
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.3333;
}
@media screen and (max-width: 1650px) {
  #beginners #about_business .business_list li .in .caych {
    margin-bottom: 1.8125vw;
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #about_business .business_list li .in .caych {
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
}
#beginners #about_business .business_list li .in .txt {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1650px) {
  #beginners #about_business .business_list li .in .txt {
    margin-bottom: 2.8125vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #about_business .business_list li .in .txt {
    margin-bottom: 5.3333333333vw;
  }
}
#beginners #about_business .business_list li .in .txt p {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.83333;
}
@media screen and (max-width: 1650px) {
  #beginners #about_business .business_list li .in .txt p {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #about_business .business_list li .in .txt p {
    font-size: 3.7333333333vw;
  }
}
#beginners #about_business .business_list li .in .btn a {
  width: 28rem;
  height: 7.6rem;
  padding: 0 3rem;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 1650px) {
  #beginners #about_business .business_list li .in .btn a {
    width: 17.5vw;
    height: 4.75vw;
    padding: 0 1.875vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #about_business .business_list li .in .btn a {
    width: 80vw;
    height: auto;
    justify-content: center;
    text-align: center;
    padding: 3.2vw 0;
    margin: 0 auto;
    font-size: 3.73333333334vw;
  }
}
#beginners #about_business .business_list li figure {
  max-width: 64rem;
  width: 42.6666666667%;
}
@media screen and (max-width: 840px) {
  #beginners #about_business .business_list li figure {
    max-width: none;
    width: 100%;
  }
}
#beginners #line {
  background: #2EB254;
  overflow: hidden;
}
#beginners #line .inner {
  position: relative;
  max-width: 100rem;
  padding: 10rem 0 11rem;
}
@media screen and (max-width: 1650px) {
  #beginners #line .inner {
    padding: 6.25vw 0 6.875vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #line .inner {
    padding: 16vw 0;
  }
}
#beginners #line .deco2 {
  position: absolute;
  right: -43rem;
  bottom: 0;
  width: 43rem;
}
@media screen and (max-width: 1650px) {
  #beginners #line .deco2 {
    right: -26.875vw;
    width: 26.875vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #line .deco2 {
    display: none;
  }
}
#beginners #line .title_area .label,
#beginners #line .title_area .title02 {
  color: #fff;
}
#beginners #line .title_area .bg {
  color: rgba(243, 243, 243, 0.1);
}
#beginners #line .title_area .deco1 {
  position: absolute;
  top: 0;
  right: 6rem;
  width: 13.665rem;
}
@media screen and (max-width: 1650px) {
  #beginners #line .title_area .deco1 {
    right: 3.75vw;
    width: 8.540625vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #line .title_area .deco1 {
    right: -1.3333333333vw;
    width: 13.3333333333vw;
  }
}
#beginners #line .w_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem 0;
  background: #fff;
  border: 0.5rem solid #279B48;
  border-radius: 2rem;
}
@media screen and (max-width: 1650px) {
  #beginners #line .w_box {
    padding: 2.5vw 0;
    border: 0.3125vw solid #279B48;
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #line .w_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5.3333333333vw 0;
    border: 0.5333333333vw solid #279B48;
    border-radius: 2.6666666667vw;
  }
}
#beginners #line .w_box .qr,
#beginners #line .w_box .id {
  width: 50%;
}
@media screen and (max-width: 840px) {
  #beginners #line .w_box .qr,
  #beginners #line .w_box .id {
    width: 90%;
    margin: auto;
  }
}
#beginners #line .w_box .qr .title03,
#beginners #line .w_box .id .title03 {
  margin-bottom: 1.6rem;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  #beginners #line .w_box .qr .title03,
  #beginners #line .w_box .id .title03 {
    margin-bottom: 1vw;
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #line .w_box .qr .title03,
  #beginners #line .w_box .id .title03 {
    margin-bottom: 2.1333333333vw;
    font-size: 4.8vw;
  }
}
#beginners #line .w_box .qr .title03 .color_g,
#beginners #line .w_box .id .title03 .color_g {
  color: #2EB254;
}
#beginners #line .w_box .qr p,
#beginners #line .w_box .id p {
  margin-bottom: 2.9rem;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  #beginners #line .w_box .qr p,
  #beginners #line .w_box .id p {
    margin-bottom: 1.8125vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #line .w_box .qr p,
  #beginners #line .w_box .id p {
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #line .w_box .qr {
    padding-bottom: 5.3333333333vw;
  }
}
#beginners #line .w_box .qr figure {
  width: 16rem;
  margin: auto;
}
@media screen and (max-width: 1650px) {
  #beginners #line .w_box .qr figure {
    width: 10vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #line .w_box .qr figure {
    width: 26.6666666667vw;
  }
}
#beginners #line .w_box .qr figure a {
  pointer-events: none;
}
@media screen and (max-width: 840px) {
  #beginners #line .w_box .qr figure a {
    pointer-events: auto;
  }
}
#beginners #line .w_box .id {
  border-left: 0.1rem dashed #111;
}
@media screen and (max-width: 840px) {
  #beginners #line .w_box .id {
    padding-top: 5.3333333333vw;
    border-left: none;
    border-top: 0.1rem dashed #111;
  }
}
#beginners #line .w_box .id .b_box {
  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: 30rem;
  height: 7rem;
  margin: auto;
  border: 0.2rem dashed #2EB254;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1650px) {
  #beginners #line .w_box .id .b_box {
    width: 18.75vw;
    height: 4.375vw;
    border: 0.125vw dashed #2EB254;
    border-radius: 0.3125vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #line .w_box .id .b_box {
    width: 53.3333333333vw;
    height: 10.6666666667vw;
    border: 0.5333333333vw dashed #2EB254;
    border-radius: 1.3333333333vw;
  }
}
#beginners #line .w_box .id .b_box p {
  margin-bottom: 0;
  font-size: 2.7rem;
  color: #2EB254;
  font-weight: 700;
}
@media screen and (max-width: 1650px) {
  #beginners #line .w_box .id .b_box p {
    font-size: 1.6875vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #line .w_box .id .b_box p {
    font-size: 4.2666666667vw;
  }
}
#beginners #guide {
  padding: 12.8rem 0 10rem;
  background: #F7F7F7;
  overflow: hidden;
}
@media screen and (max-width: 1650px) {
  #beginners #guide {
    padding: 8vw 0 6.25vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #guide {
    padding: 16vw 0;
  }
}
#beginners #guide .inner {
  max-width: 130rem;
  padding: 0;
}
#beginners #guide .title_area .bg {
  color: #FFF;
}
#beginners #guide .w_box {
  position: relative;
  padding: 8.4rem 10.6rem;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 1650px) {
  #beginners #guide .w_box {
    padding: 5.25vw 6.625vw;
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box {
    padding: 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
#beginners #guide .in-preparation{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02em;
  z-index: 10;
  margin: 30px auto 0;
}
@media screen and (max-width: 840px) {
  #beginners #guide .in-preparation{
    font-size: 5.33333333333333334vw;
    margin: 4vw auto 0;
  }
}

#beginners #guide .w_box .in + .in {
  margin-top: 8rem;
}
@media screen and (max-width: 1650px) {
  #beginners #guide .w_box .in + .in {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in + .in {
    margin-top: 5.3333333333vw;
  }
}
#beginners #guide .w_box .in .title03 {
  position: relative;
  padding-bottom: 3.2rem;
  margin-bottom: 4.5rem;
  font-size: 3rem;
  color: #0E3380;
  font-weight: 700;
}
@media screen and (max-width: 1650px) {
  #beginners #guide .w_box .in .title03 {
    padding-bottom: 2vw;
    margin-bottom: 2.8125vw;
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in .title03 {
    padding-bottom: 1.3333333333vw;
    margin-bottom: 4vw;
    font-size: 4.2666666667vw;
  }
}
#beginners #guide .w_box .in .title03:before, #beginners #guide .w_box .in .title03:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.2rem;
  border: 0 0.2rem 0.2rem 0;
}
@media screen and (max-width: 1650px) {
  #beginners #guide .w_box .in .title03:before, #beginners #guide .w_box .in .title03:after {
    height: 0.125vw;
    border: 0 0.125vw 0.125vw 0;
  }
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in .title03:before, #beginners #guide .w_box .in .title03:after {
    height: 0.5333333333vw;
    border: 0 0.5333333333vw 0.5333333333vw 0;
  }
}
#beginners #guide .w_box .in .title03:before {
  width: 100%;
  background: #E2DFDF;
}
#beginners #guide .w_box .in .title03:after {
  width: 10rem;
  background: #0E3380;
}
@media screen and (max-width: 1650px) {
  #beginners #guide .w_box .in .title03:after {
    width: 6.25vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in .title03:after {
    width: 13.3333333333vw;
  }
}
#beginners #guide .w_box .in * {
  font-size: 1.8rem;
  line-height: 1.94444;
}
@media screen and (max-width: 1650px) {
  #beginners #guide .w_box .in * {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in * {
    /*font-size: 3.7333333333vw;*/
	  font-size: 14px;
  }
}
#beginners #guide .w_box .in .pay_list {
  margin-top: 4rem;
}
@media screen and (max-width: 1650px) {
  #beginners #guide .w_box .in .pay_list {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in .pay_list {
    margin-top: 5.3333333333vw;
  }
}
#beginners #guide .w_box .in .pay_list li:not(:first-child) {
  margin-top: 2.7rem;
}
@media screen and (max-width: 1650px) {
  #beginners #guide .w_box .in .pay_list li:not(:first-child) {
    margin-top: 1.6875vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in .pay_list li:not(:first-child) {
    margin-top: 4vw;
  }
}
#beginners #guide .w_box .in .pay_list li .color_b {
  display: block;
  font-size: 2.2rem;
  color: #0E3380;
  font-weight: 600;
}
@media screen and (max-width: 1650px) {
  #beginners #guide .w_box .in .pay_list li .color_b {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in .pay_list li .color_b {
    font-size: 3.7333333333vw;
  }
}
#beginners #guide .w_box .in .pay_list li .fwsemib {
  margin-top: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 1650px) {
  #beginners #guide .w_box .in .pay_list li .fwsemib {
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in .pay_list li .fwsemib {
    margin-top: 1.3333333333vw;
  }
}
#beginners #guide .w_box .in .pay_list li .g_box {
  padding: 3rem 4rem;
  margin-top: 2rem;
  background: #F8F8F8;
  border-radius: 1rem;
}
@media screen and (max-width: 1650px) {
  #beginners #guide .w_box .in .pay_list li .g_box {
    padding: 1.875vw 2.5vw;
    margin-top: 1.25vw;
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in .pay_list li .g_box {
    padding: 5.3333333333vw;
    margin-top: 1.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
#beginners #guide .w_box .in .pay_list li .g_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9rem;
}
@media screen and (max-width: 1650px) {
  #beginners #guide .w_box .in .pay_list li .g_box dl {
    gap: 5.625vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in .pay_list li .g_box dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.3333333333vw;
  }
}
#beginners #guide .w_box .in .pay_list li .g_box dl dt {
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (max-width: 1650px) {
  #beginners #guide .w_box .in .pay_list li .g_box dl dt {
    font-size: 1.0625vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in .pay_list li .g_box dl dt {
    font-size: 3.7333333333vw;
  }
}
#beginners #guide .w_box .in .pay_list li .g_box dl dd {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.882352;
}
@media screen and (max-width: 1650px) {
  #beginners #guide .w_box .in .pay_list li .g_box dl dd {
    font-size: 1.0625vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in .pay_list li .g_box dl dd {
    font-size: 3.7333333333vw;
  }
}
#beginners #guide .w_box .in .pay_list li .credit,
#beginners #guide .w_box .in .pay_list li .amex,
#beginners #guide .w_box .in .pay_list li .ic,
#beginners #guide .w_box .in .pay_list li .paid,
#beginners #guide .w_box .in .pay_list li .qrcode {
	display: block;
}
#beginners #guide .w_box .in .pay_list li .credit {
  width: 500px;
  max-width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in .pay_list li .credit {
    margin-top: 2.6666666667vw;
  }
}
#beginners #guide .w_box .in .pay_list li .amex {
	margin-top: 20px;
}
#beginners #guide .w_box .in .pay_list li .ic {
  width: 500px;
  max-width: 100%;
  margin-top: 1.7rem;
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in .pay_list li .ic {
    margin-top: 1.3333333333vw;
  }
}
#beginners #guide .w_box .in .pay_list li .qrcode {
  width: 300px;
  max-width: 80%;
  margin-top: 1.7rem;
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in .pay_list li .qrcode {
    margin-top: 1.3333333333vw;
  }
}
#beginners #guide .w_box .in .pay_list li .paid{
  width: 180px;
  max-width: 70%;
  margin-top: 20px;
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in .pay_list li .paid{
    margin-top: 1.3333333333vw;
    width: 34.66666666666667vw;
  }
}

#beginners #guide .w_box .in .pay_list li .b_box {
  padding: 2.5rem 3rem 3.4rem;
  margin-top: 3rem;
  background: #0E3380;
  border-radius: 1rem;
}
@media screen and (max-width: 1650px) {
  #beginners #guide .w_box .in .pay_list li .b_box {
    padding: 1.5625vw 1.875vw 2.125vw;
    margin-top: 1.875vw;
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in .pay_list li .b_box {
    padding: 2.6666666667vw;
    margin-top: 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
#beginners #guide .w_box .in .pay_list li .b_box .title04 {
  margin-bottom: 2.5rem;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  #beginners #guide .w_box .in .pay_list li .b_box .title04 {
    margin-bottom: 1.5625vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in .pay_list li .b_box .title04 {
    margin-bottom: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
#beginners #guide .w_box .in .pay_list li .b_box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
@media screen and (max-width: 1650px) {
  #beginners #guide .w_box .in .pay_list li .b_box .flex {
    gap: 1.5625vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in .pay_list li .b_box .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.3333333333vw;
  }
}
#beginners #guide .w_box .in .pay_list li .b_box .flex .w_box {
  width: calc((100% - 5rem) / 3);
  padding: 2rem;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 1650px) {
  #beginners #guide .w_box .in .pay_list li .b_box .flex .w_box {
    width: calc((100% - 3.125vw) / 3);
    padding: 1.25vw;
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 1650px) {
  #beginners #guide .w_box .in .pay_list li .b_box .flex .w_box {
    width: 100%;
    padding: 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
#beginners #guide .w_box .in .pay_list li .b_box .flex .w_box .title05 {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  color: #0E3480;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  #beginners #guide .w_box .in .pay_list li .b_box .flex .w_box .title05 {
    margin-bottom: 1vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in .pay_list li .b_box .flex .w_box .title05 {
    margin-bottom: 0;
    font-size: 3.7333333333vw;
  }
}
#beginners #guide .w_box .in .pay_list li .b_box .flex .w_box p {
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (max-width: 1650px) {
  #beginners #guide .w_box .in .pay_list li .b_box .flex .w_box p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #guide .w_box .in .pay_list li .b_box .flex .w_box p {
    font-size: 3.7333333333vw;
  }
}
#beginners #guide .w_box .in .pay_list li ol {
	list-style: inside;
    padding-left: 0.5em;
}
#beginners #guide .w_box .in .pay_list li ol li {
	list-style: inside;
}
#beginners #guide .w_box .in .pay_list li ol li:not(:first-child) {
	margin-top: 0;
}

#beginners #faq .in-preparation{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.06em;
  z-index: 10;
  margin: 30px auto 0;
}
@media screen and (max-width: 840px) {
  #beginners #faq .in-preparation{
    font-size: 5.33333333333333334vw;
    margin: 4vw auto 0;
  }
}

#beginners #policy{
  padding: 140px 0 130px;
  background-color: #F7F7F7;
}
#beginners #policy .inner{
  max-width: 1510px;
}
#beginners #policy .title_area .bg{
  color: #fff;
}
#beginners #policy .sub_ttltxt{
  margin: 0 auto 75px;
}
#beginners #policy .sub_ttltxt .note{
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02em;
  color: #0E3380;
}
#beginners #policy .ctt .item{
  margin: 0 0 120px;
}
#beginners #policy .ctt .item:last-of-type{
  margin: 0;
}
#beginners #policy .ctt .item .ctt-flex{
  display: flex;
  align-items: center;
  gap: 70px;
  margin: 0 0 75px;
}
#beginners #policy .ctt .item .ctt-flex .img{
  display: block;
  max-width: 650px;
  width: 45%;
  flex-shrink: 0;
}
#beginners #policy .ctt .item .ctt-flex .img img{
  display: block;
  width: 100%;
  border-radius: 20px;
}
#beginners #policy .ctt .item .ctt-flex .txt{
  flex: 1;
}
#beginners #policy .ctt .item .ctt-flex .txt h4{
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin: 0 0 32px;
  color: #0E3380;
}
#beginners #policy .ctt .item .ctt-flex .txt .note{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.87;
  color: #29323D;
  margin: 0;
}
#beginners #policy .ctt .item .ctt-flex .txt .note span{
  font-size: 20px;
  font-weight: bold;
}
#beginners #policy .ctt .item .policy-img{
  display: block;
  padding: 75px 0;
  border-radius: 20px;
  background-color: #fff;
}
#beginners #policy .ctt .item .policy-img img{
  display: block;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
#beginners #policy .ctt .item .title03 {
  margin-bottom: 70px;
}
#beginners #policy .ctt .item .title03 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 105px;
  font-size: 60px;
  padding: 0 24px 0 30px;
  color: #fff;
  font-weight: 800;
  font-family: "ten-mincho-antique", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  background: #0E3380;
}
#beginners #policy .ctt .item .title03 span:last-of-type,
#beginners #policy .ctt .item .title03 span.pc{
  margin-top: 10px;
}
#beginners #policy .ctt .item .title03 span.sp{
  display: none;
}
#beginners #policy .ctt .item .service-ctt .sub_txt{
  position: relative;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 0 0 30px;
  margin: 0 0 40px;
  border-bottom: 4px solid #EFEFEF;
  color: #0E3380;
}
#beginners #policy .ctt .item .service-ctt .sub_txt::before{
  content: "";
  width: 100px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background-color: #0E3380;
}
#beginners #policy .ctt .item .service-ctt .flex-ctt{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
#beginners #policy .ctt .item .service-ctt .flex-ctt .item{
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 735px;
  width: 49%;
  height: 150px;
  border: 2px solid #0E3380;
  border-radius: 10px;
  color: #0E3380;
  background-color: #fff;
  padding: 0 35px 0 45px;
  margin: 0;
}
#beginners #policy .ctt .item .service-ctt .flex-ctt .item .info{
  position: relative;
  flex-shrink: 0;
}
#beginners #policy .ctt .item .service-ctt .flex-ctt .item .info::before{
  content: "";
  width: 1px;
  height: 80px;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  background-color: #0E3380;
}
#beginners #policy .ctt .item .service-ctt .flex-ctt .item .info span{
  display: block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  color: #0E3380;
}
#beginners #policy .ctt .item .service-ctt .flex-ctt .item .info .number{
  font-size: 50px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  color: #0E3380;
}
#beginners #policy .ctt .item .service-ctt .flex-ctt .item .note{
  display: block;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.47;
  color: #0E3380;
  flex: 1;
}
@media screen and (max-width: 1650px) {
  #beginners #policy{
    padding: 7.2727272727272725vw 0;
  }
  #beginners #policy .sub_ttltxt{
    margin: 0 auto 3.636363636vw;
  }
  #beginners #policy .sub_ttltxt .note{
    font-size: 1.125vw;
  }
  #beginners #policy .ctt .item .title03 {
    margin-bottom: 3.636363636vw;
  }
  #beginners #policy .ctt .item .title03 span {
    height: 5.45454545454545vw;
    font-size: 3.0303030303030vw;
    padding: 0 1.51515151515vw 0 1.212121212vw;
  }
  #beginners #policy .ctt .item .title03 span:last-of-type,
  #beginners #policy .ctt .item .title03 span.pc{
    margin-top: 0.9090909090909091vw;
  }
  #beginners #policy .ctt .item .ctt-flex{
    gap: 3.03030303030303vw;
    margin: 0 0 4.2424242424242vw;
  }
  #beginners #policy .ctt .item .ctt-flex .img{
    width: 45%;
  }
  #beginners #policy .ctt .item .ctt-flex .txt h4{
    font-size: 2.72727272727vw;
    margin: 0 0 1.818181818181vw;
  }
  #beginners #policy .ctt .item .ctt-flex .txt .note{
    font-size: 1.090909090901vw;
  }
  #beginners #policy .ctt .item .ctt-flex .txt .note span{
    font-size: 1.21212121212121vw;
  }
  #beginners #policy .ctt .item .policy-img{
    padding: 4vw 0;
    border-radius: 20px;
  }
  #beginners #policy .ctt .item .policy-img img{
    max-width: none;
    width: 55%;
  }
  #beginners #policy .ctt .item .service-ctt .sub_txt{
    font-size: 2.1212121212121vw;
    padding: 0 0 1.818181818181818vw;
    margin: 0 0 2.1212121212121215vw;
    border-bottom: 3px solid #EFEFEF;
  }
  #beginners #policy .ctt .item .service-ctt .sub_txt::before{
    width: 4.8484848484848vw;
    height: 3px;
    bottom: -3px;
  }
  #beginners #policy .ctt .item .service-ctt .flex-ctt{
    gap: 1.09090909090909vw;
  }
  #beginners #policy .ctt .item .service-ctt .flex-ctt .item{
    gap: 3.93939393939vw;
    height: 8.484848484848486vw;
    padding: 0 1.51515151515151vw 0 1.818181818181818vw;
  }
  #beginners #policy .ctt .item .service-ctt .flex-ctt .item .info::before{
    height: 3.6363636363636362vw;
    right: -1.9393939393939394vw;
  }
  #beginners #policy .ctt .item .service-ctt .flex-ctt .item .info span{
    font-size: 0.787878787vw;
  }
  #beginners #policy .ctt .item .service-ctt .flex-ctt .item .info .number{
    font-size: 2.7878787878787876vw;
  }
  #beginners #policy .ctt .item .service-ctt .flex-ctt .item .note{
    font-size: 1.3333333333333335vw;
  }
}
@media screen and (max-width: 840px) {
  #beginners #policy{
    padding: 16vw 0;
  }
  #beginners #policy .inner{
    max-width: none;
    padding: 0;
  }
  #beginners #policy .sub_ttltxt{
    margin: 0 auto 10.666666666666668vw;
  }
  #beginners #policy .sub_ttltxt .note{
    font-size: 3.73333333333333334vw;
  }
  #beginners #policy .ctt .item{
    margin: 0 0 16vw;
  }
  #beginners #policy .ctt .item .title03 {
    margin-bottom: 6.66666666666666667vw;
  }
  #beginners #policy .ctt .item .title03 span {
    height: 12vw;
    font-size: 5.8666666666666vw;
    padding: 0 3.2vw 0 2.666666666667vw;
  }
  #beginners #policy .ctt .item .title03 span:last-of-type,
  #beginners #policy .ctt .item .title03 span.pc{
    display: none;
  }
  #beginners #policy .ctt .item .title03 span.sp{
    display: -webkit-inline-box !important;
    display: inline-flex !important;
    margin-top: 1.33333333335vw;
  }
  #beginners #policy .ctt .item .ctt-flex{
    flex-direction: column;
    gap: 4vw;
    margin: 0 0 12vw;
  }
  #beginners #policy .ctt .item:nth-of-type(2) .ctt-flex{
    flex-direction: column-reverse;
  }
  #beginners #policy .ctt .item .ctt-flex .img{
    width: 100%;
    max-width: none;
  }
  #beginners #policy .ctt .item .ctt-flex .img img{
    border-radius: 10px;
  }
  #beginners #policy .ctt .item .ctt-flex .txt h4{
    font-size: 6.66666666666666667vw;
    margin: 0 0 4.8vw;
  }
  #beginners #policy .ctt .item:nth-of-type(2) .ctt-flex .txt h4 br{
    display: none;
  }
  #beginners #policy .ctt .item .ctt-flex .txt .note{
    font-size: 3.73333333333333333334vw;
  }
  #beginners #policy .ctt .item .ctt-flex .txt .note span{
    font-size: 4.2666666666666667vw;
  }
  #beginners #policy .ctt .item .policy-img{
    padding: 4vw 0;
    border-radius: 20px;
  }
  #beginners #policy .ctt .item .policy-img img{
    max-width: none;
    width: 55%;
  }
  #beginners #policy .ctt .item .service-ctt .sub_txt{
    font-size: 5.33333333333333334vw;
    padding: 0 0 4.8vw;
    margin: 0 0 6.66666666666666666667vw;
    border-bottom: 0.533333333333333333vw solid #EFEFEF;
  }
  #beginners #policy .ctt .item .service-ctt .sub_txt::before{
    width: 10.666666666666668vw;
    height: 0.533333333333333333vw;
    bottom: -0.533333333333333333vw;
  }
  #beginners #policy .ctt .item .service-ctt .flex-ctt{
    display: block;
  }
  #beginners #policy .ctt .item .service-ctt .flex-ctt .item{
    width: 100%;
    max-width: none;
    gap: 8vw;
    height: 17.66666666666666vw;
    padding: 0 3.2vw 0 4vw;
    margin-bottom: 2.666666666666667vw;
  }
  #beginners #policy .ctt .item .service-ctt .flex-ctt .item:last-of-type{
    margin-bottom: 0;
  }
  #beginners #policy .ctt .item .service-ctt .flex-ctt .item .info::before{
    height: 13.33333333333335vw;
    right: -4vw;
  }
  #beginners #policy .ctt .item .service-ctt .flex-ctt .item .info span{
    font-size: 2.6666666666666667vw;
  }
  #beginners #policy .ctt .item .service-ctt .flex-ctt .item .info .number{
    font-size: 6.6666666666666666667vw;
  }
  #beginners #policy .ctt .item .service-ctt .flex-ctt .item .note{
    font-size: 4vw;
  }
}


#business #page_nav {
  background: #F7F7F7;
}
#business #page_nav .inner {
  max-width: 150rem;
  padding: 12rem 0;
}
@media screen and (max-width: 1650px) {
  #business #page_nav .inner {
    padding: 7.5vw 0;
  }
}
@media screen and (max-width: 840px) {
  #business #page_nav .inner {
    padding: 16vw 0;
  }
}
#business #page_nav .page_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 1650px) {
  #business #page_nav .page_nav {
    gap: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #business #page_nav .page_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.3333333333vw;
  }
}
#business #page_nav .page_nav li {
  width: 36rem;
}
@media screen and (max-width: 1650px) {
  #business #page_nav .page_nav li {
    width: 22.5vw;
  }
}
@media screen and (max-width: 840px) {
  #business #page_nav .page_nav li {
    width: 100%;
  }
}
#business #page_nav .page_nav li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 10rem;
  padding: 0 3rem;
  font-size: 2rem;
  color: #0E3380;
  font-weight: 700;
  background: #fff;
  border: 0.2rem solid #0E3380;
  border-radius: 1rem;
}
@media screen and (max-width: 1650px) {
  #business #page_nav .page_nav li a {
    height: 6.25vw;
    padding: 0 1.875vw;
    font-size: 1.25vw;
    border: 0.125vw solid #0E3380;
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 840px) {
  #business #page_nav .page_nav li a {
    height: 13.3333333333vw;
    padding: 0 2.6666666667vw;
    font-size: 3.7333333333vw;
    border: 0.5333333333vw solid #0E3380;
    border-radius: 1.3333333333vw;
  }
}
#business #page_nav .page_nav li a img {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 3.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1650px) {
  #business #page_nav .page_nav li a img {
    right: 1.25vw;
    width: 2.25vw;
  }
}
@media screen and (max-width: 840px) {
  #business #page_nav .page_nav li a img {
    right: 2.6666666667vw;
    width: 5.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #business #page_nav .img,
  #business .business_contents .img{
    position: relative;
    width: 100%;
    height: 42.66666666666667vw;
    overflow: hidden;
  }
  #business #page_nav .img img,
  #business .business_contents .img img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: none;
    height: 100%;
  }
}


#business .business_contents .flex {
  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;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1650px) {
  #business .business_contents .flex {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 840px) {
  #business .business_contents .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
#business .business_contents .flex figure {
  max-width: 74rem;
  width: 44.1001191895%;
}
@media screen and (max-width: 840px) {
  #business .business_contents .flex figure {
    max-width: none;
    width: 100%;
  }
}
#business .business_contents .flex .in {
  max-width: 86.8rem;
  width: 51.7282479142%;
}
@media screen and (max-width: 840px) {
  #business .business_contents .flex .in {
    max-width: none;
    width: 100%;
  }
}
#business .business_contents .flex .in .title03 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1650px) {
  #business .business_contents .flex .in .title03 {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 840px) {
  #business .business_contents .flex .in .title03 {
    margin-bottom: 5.3333333333vw;
  }
}
#business .business_contents .flex .in .title03 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.8rem;
  padding: 0 3rem;
  font-size: 4.2rem;
  color: #fff;
  font-weight: 800;
  font-family: "ten-mincho-antique", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  background: #0E3380;
}
@media screen and (max-width: 1650px) {
  #business .business_contents .flex .in .title03 span {
    height: 4.875vw;
    padding: 0 1.875vw;
    font-size: 2.625vw;
  }
}
@media screen and (max-width: 840px) {
  #business .business_contents .flex .in .title03 span {
    height: 10vw;
    padding: 0 2.6666666667vw;
    font-size: 4.8vw;
  }
}
#business .business_contents .flex .in .title03 span + span {
  margin-top: 0.8rem;
}
@media screen and (max-width: 1650px) {
  #business .business_contents .flex .in .title03 span + span {
    margin-top: 0.5vw;
  }
}
@media screen and (max-width: 840px) {
  #business .business_contents .flex .in .title03 span + span {
    margin-top: 1.0666666667vw;
  }
}
#business .business_contents .flex .in p {
  font-size: 1.8rem;
  line-height: 1.94444;
}
@media screen and (max-width: 1650px) {
  #business .business_contents .flex .in p {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 840px) {
  #business .business_contents .flex .in p {
    font-size: 3.7333333333vw;
  }
}
#business .business_contents .wrap {
  max-width: 150rem;
  width: 95%;
  margin: auto;
}
#business .business_contents .wrap .title03 {
  position: relative;
  padding-bottom: 3.2rem;
  margin-bottom: 4.5rem;
  font-size: 4rem;
  color: #0E3380;
  font-weight: 700;
}
@media screen and (max-width: 1650px) {
  #business .business_contents .wrap .title03 {
    padding-bottom: 2vw;
    margin-bottom: 2.8125vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  #business .business_contents .wrap .title03 {
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
#business .business_contents .wrap .title03:before, #business .business_contents .wrap .title03:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.4rem;
  border: 0 0.2rem 0.2rem 0;
}
@media screen and (max-width: 1650px) {
  #business .business_contents .wrap .title03:before, #business .business_contents .wrap .title03:after {
    height: 0.25vw;
    border: 0 0.125vw 0.125vw 0;
  }
}
@media screen and (max-width: 840px) {
  #business .business_contents .wrap .title03:before, #business .business_contents .wrap .title03:after {
    height: 0.5333333333vw;
    border: 0 0.2666666667vw 0.2666666667vw 0;
  }
}
#business .business_contents .wrap .title03:before {
  width: 100%;
  background: #ededed;
}
#business .business_contents .wrap .title03:after {
  width: 10rem;
  background: #0E3380;
}
@media screen and (max-width: 1650px) {
  #business .business_contents .wrap .title03:after {
    width: 6.25vw;
  }
}
@media screen and (max-width: 840px) {
  #business .business_contents .wrap .title03:after {
    width: 13.3333333333vw;
  }
}
#business .business_contents .wrap .g_box,
#business .business_contents .wrap .w_box {
  padding: 5.5rem 8rem 7.7rem;
  border-radius: 2rem;
}
@media screen and (max-width: 1650px) {
  #business .business_contents .wrap .g_box,
  #business .business_contents .wrap .w_box {
    padding: 3.4375vw 5vw 4.8125vw;
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #business .business_contents .wrap .g_box,
  #business .business_contents .wrap .w_box {
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
#business .business_contents .wrap .g_box .title03,
#business .business_contents .wrap .w_box .title03 {
  padding-bottom: 2rem;
  margin-bottom: 7.2rem;
  font-size: 4.8rem;
  color: #0E3380;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  #business .business_contents .wrap .g_box .title03,
  #business .business_contents .wrap .w_box .title03 {
    padding-bottom: 1.25vw;
    margin-bottom: 4.5vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 840px) {
  #business .business_contents .wrap .g_box .title03,
  #business .business_contents .wrap .w_box .title03 {
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
#business .business_contents .wrap .g_box .title03:before, #business .business_contents .wrap .g_box .title03:after,
#business .business_contents .wrap .w_box .title03:before,
#business .business_contents .wrap .w_box .title03:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.4rem;
  margin: auto;
  border: 0;
}
@media screen and (max-width: 1650px) {
  #business .business_contents .wrap .g_box .title03:before, #business .business_contents .wrap .g_box .title03:after,
  #business .business_contents .wrap .w_box .title03:before,
  #business .business_contents .wrap .w_box .title03:after {
    height: 0.25vw;
  }
}
@media screen and (max-width: 840px) {
  #business .business_contents .wrap .g_box .title03:before, #business .business_contents .wrap .g_box .title03:after,
  #business .business_contents .wrap .w_box .title03:before,
  #business .business_contents .wrap .w_box .title03:after {
    height: 0.5333333333vw;
  }
}
#business .business_contents .wrap .g_box .title03:before,
#business .business_contents .wrap .w_box .title03:before {
  display: none;
}
#business .business_contents .wrap .g_box .title03:after,
#business .business_contents .wrap .w_box .title03:after {
  width: 10rem;
  background: #E65216;
}
@media screen and (max-width: 1650px) {
  #business .business_contents .wrap .g_box .title03:after,
  #business .business_contents .wrap .w_box .title03:after {
    width: 6.25vw;
  }
}
@media screen and (max-width: 840px) {
  #business .business_contents .wrap .g_box .title03:after,
  #business .business_contents .wrap .w_box .title03:after {
    width: 13.3333333333vw;
  }
}
#business .business_contents .wrap .g_box {
  background: #F7F7F7;
}
#business .business_contents .wrap .w_box {
  background: #fff;
}
#business #materials {
  background: #F7F7F7;
  overflow: hidden;
}
#business #materials .inner {
  max-width: 150rem;
  padding: 12rem 0 13rem;
}
@media screen and (max-width: 1650px) {
  #business #materials .inner {
    padding: 7.5vw 0 8.125vw;
  }
}
@media screen and (max-width: 840px) {
  #business #materials .inner {
    padding: 16vw 0;
  }
}
#business #materials .title_area .bg {
  color: #FFF;
}
#business #materials .color_b {
  margin: 10.5rem 0 4rem;
  font-size: 3rem;
  color: #0E3380;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  #business #materials .color_b {
    margin: 6.5625vw 0 2.5vw;
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 840px) {
  #business #materials .color_b {
    margin: 10.6666666667vw 0 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
#business #materials .btn a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60rem;
  height: 8rem;
  margin: auto;
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 1650px) {
  #business #materials .btn a {
    width: 37.5vw;
    height: 5vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #business #materials .btn a {
    width: 80vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
#business #materials .wrap {
  max-width: 150rem;
  width: 100%;
}
#business #materials .sub_title_area {
  margin: 11rem 0 4rem;
}
@media screen and (max-width: 1650px) {
  #business #materials .sub_title_area {
    margin: 6.875vw 0 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  #business #materials .sub_title_area {
    margin: 12vw 0 5.3333333333vw;
  }
}
#business #materials .sub_title_area .label {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  color: #0E3380;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  #business #materials .sub_title_area .label {
    margin-bottom: 1.25vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #business #materials .sub_title_area .label {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#business #materials .sub_title_area .title03 {
  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-bottom: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  color: #0E3380;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  #business #materials .sub_title_area .title03 {
    font-size: 2.1875vw;
  }
}
@media screen and (max-width: 840px) {
  #business #materials .sub_title_area .title03 {
    font-size: 5.3333333333vw;
  }
}
#business #materials .sub_title_area .title03:before, #business #materials .sub_title_area .title03:after {
  content: "";
  position: unset;
  display: block;
  width: 38rem;
  height: 1.6rem;
  background: #0E3380;
}
@media screen and (max-width: 1650px) {
  #business #materials .sub_title_area .title03:before, #business #materials .sub_title_area .title03:after {
    width: 22.5vw;
    height: 1vw;
  }
}
@media screen and (max-width: 840px) {
  #business #materials .sub_title_area .title03:before, #business #materials .sub_title_area .title03:after {
    width: 9.3333333333vw;
    height: 1.0666666667vw;
  }
}
#business #materials .sub_title_area + figure {
  max-width: 152rem;
  margin: 0 auto;
}
#business #materials .materials_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 2.7rem;
  margin: 11.6rem auto 0;
}
@media screen and (max-width: 1650px) {
  #business #materials .materials_list {
    gap: 1.875vw 1.6875vw;
    margin: 7.25vw auto 0;
  }
}
@media screen and (max-width: 840px) {
  #business #materials .materials_list {
    gap: 2.6666666667vw;
    margin: 10.6666666667vw auto 0;
  }
}
#business #materials .materials_list li {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: calc((100% - 8.1rem) / 4);
  background: #fff;
}
@media screen and (max-width: 1650px) {
  #business #materials .materials_list li {
    width: calc((100% - 5.0625vw) / 4);
  }
}
@media screen and (max-width: 840px) {
  #business #materials .materials_list li {
    width: calc((100% - 2.6666666667vw) / 2);
  }
}
#business #materials .materials_list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 15.8rem;
  height: 0.7rem;
  background: #0E3380;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1650px) {
  #business #materials .materials_list li:before {
    width: 9.875vw;
    height: 0.4375vw;
  }
}
@media screen and (max-width: 840px) {
  #business #materials .materials_list li:before {
    width: 8vw;
    height: 0.533333vw;
  }
}
#business #materials .materials_list li .in {
  padding: 3.6rem 0 2.8rem;
}
@media screen and (max-width: 1650px) {
  #business #materials .materials_list li .in {
    padding: 2.25vw 0 1.75vw;
  }
}
@media screen and (max-width: 840px) {
  #business #materials .materials_list li .in {
    padding: 5.3333333333vw 0;
  }
}
#business #materials .materials_list li .in .title04 {
  margin-bottom: 1.4rem;
  font-size: 3rem;
  color: #0E3480;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  #business #materials .materials_list li .in .title04 {
    margin-bottom: 0.875vw;
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 840px) {
  #business #materials .materials_list li .in .title04 {
    margin-bottom: 2.1333333333vw;
    font-size: 4.266666666667vw;
  }
}
#business #materials .materials_list li .in p {
  font-size: 1.8rem;
  color: #0E3480;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  #business #materials .materials_list li .in p {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 840px) {
  #business #materials .materials_list li .in p {
    font-size: 3.2vw;
  }
}
#business #materials .materials_list li figure {
  width: 100%;
}
#business #contract {
  overflow: hidden;
}
#business #contract .inner {
  max-width: 150rem;
  padding: 16rem 0 14.6rem;
}
@media screen and (max-width: 1650px) {
  #business #contract .inner {
    padding: 10vw 0 9.125vw;
  }
}
@media screen and (max-width: 840px) {
  #business #contract .inner {
    padding: 16vw 0;
  }
}
#business #contract .contract_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 1650px) {
  #business #contract .contract_list {
    gap: 1.875vw;
  }
}
@media screen and (max-width: 840px) {
  #business #contract .contract_list {
    gap: 2.6666666667vw;
  }
}
#business #contract .contract_list li {
  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;
  width: calc((100% - 3rem) / 2);
  padding: 2.5rem;
  background: #F7F7F7;
  border-radius: 1rem;
}
@media screen and (max-width: 1650px) {
  #business #contract .contract_list li {
    width: calc((100% - 1.875vw) / 2);
    padding: 1.5625vw;
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 840px) {
  #business #contract .contract_list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw;
    width: 100%;
    padding: 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
#business #contract .contract_list li figure {
  max-width: 26rem;
  width: 37.845705968%;
}
@media screen and (max-width: 840px) {
  #business #contract .contract_list li figure {
    max-width: none;
    width: 100%;
    height: 40vw;
    overflow: hidden;
    border-radius: 10px;
  }
  #business #contract .contract_list li figure img{
    object-fit: cover;
    object-position: center;
  }
}
#business #contract .contract_list li .in {
  max-width: 39.7rem;
  width: 57.7874818049%;
}
@media screen and (max-width: 840px) {
  #business #contract .contract_list li .in {
    max-width: none;
    width: 100%;
  }
}
#business #contract .contract_list li .in .title04 {
  margin-bottom: 1.9rem;
  font-size: 2.5rem;
  color: #0E3380;
  font-weight: 700;
}
@media screen and (max-width: 1650px) {
  #business #contract .contract_list li .in .title04 {
    margin-bottom: 1.1875vw;
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 840px) {
  #business #contract .contract_list li .in .title04 {
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#business #contract .contract_list li .in p {
  font-size: 1.8rem;
  line-height: 1.66666;
}
@media screen and (max-width: 1650px) {
  #business #contract .contract_list li .in p {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 840px) {
  #business #contract .contract_list li .in p {
    font-size: 3.7333333333vw;
  }
}
#business #precut {
  background: #F7F7F7;
}
#business #precut .inner {
  max-width: 150rem;
  padding: 16rem 0 17rem;
}
@media screen and (max-width: 1650px) {
  #business #precut .inner {
    padding: 10vw 0 10.625vw;
  }
}
@media screen and (max-width: 840px) {
  #business #precut .inner {
    padding: 16vw 0;
  }
}
#business #precut .title_area .bg {
  color: #FFF;
}
#business #precut .w_box {
  padding: 4rem;
  margin-bottom: 8rem;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 1650px) {
  #business #precut .w_box {
    padding: 2.5vw;
    margin-bottom: 5vw;
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 840px) {
  #business #precut .w_box {
    padding: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
#business #precut .w_box p {
  font-size: 2rem;
  color: #0E3380;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  #business #precut .w_box p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #business #precut .w_box p {
    font-size: 4vw;
  }
}
#business #precut .precut_flow {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  gap: 3rem;
}
@media screen and (max-width: 1650px) {
  #business #precut .precut_flow {
    gap: 1.875vw;
  }
}
@media screen and (max-width: 840px) {
  #business #precut .precut_flow {
    grid-template-rows: repeat(4, auto);
    gap: 2.6666666667vw;
  }
}
#business #precut .precut_flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 3.3rem 4rem 3.2rem 0.6rem;
  background: #fff;
  border: 0.2rem solid #0E3380;
  border-radius: 1rem;
}
@media screen and (max-width: 1650px) {
  #business #precut .precut_flow li {
    padding: 2.0625vw 2.5vw 2vw 0.375vw;
    border: 0.125vw solid #0E3380;
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 840px) {
  #business #precut .precut_flow li {
    padding: 5.3333333333vw 2.6666666667vw 5.3333333333vw 0.8vw;
    border: 0.5333333333vw solid #0E3380;
    border-radius: 1.3333333333vw;
  }
}
#business #precut .precut_flow li .number {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 13.8rem;
  font-size: 1.5rem;
  color: #0E3380;
  font-weight: 800;
  text-align: center;
  border-right: 0.1rem solid #0E3380;
}
@media screen and (max-width: 1650px) {
  #business #precut .precut_flow li .number {
    width: 8.625vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 840px) {
  #business #precut .precut_flow li .number {
    width: 16vw;
    font-size: 2.6666666667vw;
  }
}
#business #precut .precut_flow li .number span {
  font-size: 5rem;
  line-height: 1;
}
@media screen and (max-width: 1650px) {
  #business #precut .precut_flow li .number span {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 840px) {
  #business #precut .precut_flow li .number span {
    font-size: 6.6666666667vw;
  }
}
#business #precut .precut_flow li .in {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 4rem;
}
@media screen and (max-width: 1650px) {
  #business #precut .precut_flow li .in {
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  #business #precut .precut_flow li .in {
    padding-left: 2.6666666667vw;
  }
}
#business #precut .precut_flow li .in .title04 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  color: #0E3380;
  font-weight: 700;
}
@media screen and (max-width: 1650px) {
  #business #precut .precut_flow li .in .title04 {
    margin-bottom: 0.625vw;
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 840px) {
  #business #precut .precut_flow li .in .title04 {
    margin-bottom: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
#business #precut .precut_flow li .in p {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1650px) {
  #business #precut .precut_flow li .in p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #business #precut .precut_flow li .in p {
    font-size: 3.7333333333vw;
  }
}
#business #support {
  overflow: hidden;
}
#business #support .inner {
  max-width: 167.8rem;
  padding: 12rem 0 12.8rem;
}
@media screen and (max-width: 1650px) {
  #business #support .inner {
    padding: 7.5vw 0 8vw;
  }
}
@media screen and (max-width: 840px) {
  #business #support .inner {
    padding: 16vw 0;
  }
}
#business #support .support_list li {
  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;
}
@media screen and (max-width: 840px) {
  #business #support .support_list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw;
  }
}
#business #support .support_list li + li {
  padding-top: 6rem;
  margin-top: 6rem;
  border-top: 0.1rem solid #CECECE;
}
@media screen and (max-width: 1650px) {
  #business #support .support_list li + li {
    padding-top: 3.75vw;
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 840px) {
  #business #support .support_list li + li {
    padding-top: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
#business #support .support_list li:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#business #support .support_list li figure {
  max-width: 64rem;
  width: 47.7611940299%;
}
@media screen and (max-width: 840px) {
  #business #support .support_list li figure {
    max-width: none;
    width: 100%;
  }
}
#business #support .support_list li .in {
  max-width: 64rem;
  width: 47.7611940299%;
}
@media screen and (max-width: 840px) {
  #business #support .support_list li .in {
    max-width: none;
    width: 100%;
  }
}
#business #support .support_list li .in .number {
  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: 16.6rem;
  height: 4.8rem;
  margin-bottom: 3rem;
  font-size: 2rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  background: #0E3380;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1650px) {
  #business #support .support_list li .in .number {
    width: 10.375vw;
    height: 3vw;
    margin-bottom: 1.875vw;
    font-size: 1.25vw;
    border-radius: 0.3125vw;
  }
}
@media screen and (max-width: 840px) {
  #business #support .support_list li .in .number {
    width: 26.6666666667vw;
    height: 8vw;
    margin-bottom: 2.6666666667vw;
    font-size: 3.2vw;
    border-radius: 1.3333333333vw;
  }
}
#business #support .support_list li .in .title04 {
  margin-bottom: 3.2rem;
  font-size: 3.5rem;
  color: #0E3380;
  font-weight: 700;
}
@media screen and (max-width: 1650px) {
  #business #support .support_list li .in .title04 {
    margin-bottom: 2vw;
    font-size: 2.1875vw;
  }
}
@media screen and (max-width: 840px) {
  #business #support .support_list li .in .title04 {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#business #support .support_list li .in .title04 span {
  font-size: 2.5rem;
}
@media screen and (max-width: 1650px) {
  #business #support .support_list li .in .title04 span {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 840px) {
  #business #support .support_list li .in .title04 span {
    font-size: 3.7333333333vw;
  }
}
#business #support .support_list li .in p {
  font-size: 1.8rem;
  line-height: 1.83333;
}
@media screen and (max-width: 1650px) {
  #business #support .support_list li .in p {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 840px) {
  #business #support .support_list li .in p {
    font-size: 3.7333333333vw;
  }
}
#business #event {
  background: #F7F7F7;
}
#business #event .inner {
  max-width: 167.8rem;
  padding: 12rem 0 12.8rem;
}
@media screen and (max-width: 1650px) {
  #business #event .inner {
    padding: 7.5vw 0 8vw;
  }
}
@media screen and (max-width: 840px) {
  #business #event .inner {
    padding: 16vw 0;
  }
}
#business #event .title_area .bg {
  color: #FFF;
}
#business #event .event_list li {
  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;
}
@media screen and (max-width: 840px) {
  #business #event .event_list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw;
  }
}
#business #event .event_list li + li {
  padding-top: 6rem;
  margin-top: 6rem;
  border-top: 0.1rem solid #CECECE;
}
@media screen and (max-width: 1650px) {
  #business #event .event_list li + li {
    padding-top: 3.75vw;
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 840px) {
  #business #event .event_list li + li {
    padding-top: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
#business #event .event_list li:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#business #event .event_list li figure {
  max-width: 64rem;
  width: 47.7611940299%;
}
@media screen and (max-width: 840px) {
  #business #event .event_list li figure {
    max-width: none;
    width: 100%;
  }
}
#business #event .event_list li .in {
  max-width: 64rem;
  width: 47.7611940299%;
}
@media screen and (max-width: 840px) {
  #business #event .event_list li .in {
    max-width: none;
    width: 100%;
  }
}
#business #event .event_list li .in .number {
  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: 16.6rem;
  height: 4.8rem;
  margin-bottom: 3rem;
  font-size: 2rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  background: #0E3380;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1650px) {
  #business #event .event_list li .in .number {
    width: 10.375vw;
    height: 3vw;
    margin-bottom: 1.875vw;
    font-size: 1.25vw;
    border-radius: 0.3125vw;
  }
}
@media screen and (max-width: 840px) {
  #business #event .event_list li .in .number {
    width: 26.6666666667vw;
    height: 8vw;
    margin-bottom: 2.6666666667vw;
    font-size: 3.2vw;
    border-radius: 1.3333333333vw;
  }
}
#business #event .event_list li .in .title04 {
  margin-bottom: 3.2rem;
  font-size: 3.5rem;
  color: #0E3380;
  font-weight: 700;
}
@media screen and (max-width: 1650px) {
  #business #event .event_list li .in .title04 {
    margin-bottom: 2vw;
    font-size: 2.1875vw;
  }
}
@media screen and (max-width: 840px) {
  #business #event .event_list li .in .title04 {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#business #event .event_list li .in .title04 span {
  font-size: 2.5rem;
}
@media screen and (max-width: 1650px) {
  #business #event .event_list li .in .title04 span {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 840px) {
  #business #event .event_list li .in .title04 span {
    font-size: 3.7333333333vw;
  }
}
#business #event .event_list li .in p {
  font-size: 1.8rem;
  line-height: 1.83333;
}
@media screen and (max-width: 1650px) {
  #business #event .event_list li .in p {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 840px) {
  #business #event .event_list li .in p {
    font-size: 3.7333333333vw;
  }
}
#business #reuse .inner {
  max-width: 167.8rem;
  padding: 12rem 0 10rem;
}
@media screen and (max-width: 1650px) {
  #business #reuse .inner {
    padding: 7.5vw 0 6.25vw;
  }
}
@media screen and (max-width: 840px) {
  #business #reuse .inner {
    padding: 16vw 0;
  }
}
#business #reuse .color_b {
  font-size: 3.2rem;
  color: #0E3380;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  #business #reuse .color_b {
    font-size: 2vw;
  }
}
@media screen and (max-width: 840px) {
  #business #reuse .color_b {
    font-size: 4.2666666667vw;
  }
}
#business #banner_area {
  padding: 7rem 0 10rem;
  background: url(../img/sub-page/business_banner_bg.png) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 1650px) {
  #business #banner_area {
    padding: 4.375vw 0 6.25vw;
  }
}
@media screen and (max-width: 840px) {
  #business #banner_area {
    padding: 10.6666666667vw 0;
  }
}
#business #banner_area a {
  display: block;
  max-width: 100rem;
  padding: 1rem;
  margin: 0 auto;
  background: #E65216;
  -webkit-box-shadow: 0 0.5rem 0 #AC3100;
          box-shadow: 0 0.5rem 0 #AC3100;
  border-radius: 2rem;
}
@media screen and (max-width: 1650px) {
  #business #banner_area a {
    padding: 0.625vw;
    -webkit-box-shadow: 0 0.3125vw 0 #AC3100;
            box-shadow: 0 0.3125vw 0 #AC3100;
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #business #banner_area a {
    padding: 2.6666666667vw;
    -webkit-box-shadow: 0 0.8vw 0 #AC3100;
            box-shadow: 0 0.8vw 0 #AC3100;
    border-radius: 2.6666666667vw;
  }
}
#business #banner_area a > img {
  margin-top: -2.6rem;
}
@media screen and (max-width: 1650px) {
  #business #banner_area a > img {
    margin-top: -1.625vw;
  }
}
@media screen and (max-width: 840px) {
  #business #banner_area a > img {
    margin-top: -2.1333333333vw;
  }
}
#business #banner_area a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 2.4rem;
  margin-top: 1rem;
  font-size: 4.6rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1650px) {
  #business #banner_area a span {
    gap: 1.5vw;
    margin-top: 0.625vw;
    font-size: 2.875vw;
  }
}
@media screen and (max-width: 840px) {
  #business #banner_area a span {
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#business #banner_area a span img {
  width: 6.6rem;
}
@media screen and (max-width: 1650px) {
  #business #banner_area a span img {
    width: 4.125vw;
  }
}
@media screen and (max-width: 840px) {
  #business #banner_area a span img {
    width: 5.3333333333vw;
  }
}
#business #banner_area a:hover {
  opacity: 1;
  -webkit-transform: translate(0, 0.4rem);
          transform: translate(0, 0.4rem);
  -webkit-box-shadow: 0 0.1rem 0 #AC3100;
          box-shadow: 0 0.1rem 0 #AC3100;
}
@media screen and (max-width: 1650px) {
  #business #banner_area a:hover {
    -webkit-transform: translate(0, 0.25vw);
            transform: translate(0, 0.25vw);
  }
}
@media screen and (max-width: 840px) {
  #business #banner_area a:hover {
    -webkit-transform: translate(0, 0.5333333333vw);
            transform: translate(0, 0.5333333333vw);
  }
}
#business #banner_area a:hover img {
  opacity: 1;
}
#business #shop_list {
  background: #F7F7F7;
  overflow: hidden;
}
#business #shop_list .inner {
  max-width: 167.8rem;
  padding: 16rem 0 10rem;
}
@media screen and (max-width: 1650px) {
  #business #shop_list .inner {
    padding: 10vw 0 6.25vw;
  }
}
@media screen and (max-width: 840px) {
  #business #shop_list .inner {
    padding: 16vw 0;
  }
}
#business #shop_list .title_area .bg {
  color: #FFF;
}
#business #shop_list .flex {
  margin-bottom: 0;
}
#business #shop_list .flex .in .title03 {
  font-size: 4.5rem;
  color: #0E3380;
  font-weight: 800;
}
@media screen and (max-width: 1650px) {
  #business #shop_list .flex .in .title03 {
    font-size: 2.8125vw;
  }
}
@media screen and (max-width: 840px) {
  #business #shop_list .flex .in .title03 {
    font-size: 4.8vw;
  }
}

#business #shop_list .flex .in .btn_shop_list{
  margin-top: 60px;
}
#business #shop_list .flex .in .btn_shop_list a{
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  max-width: 600px;
  width: 100%;
  padding: 20px 0;
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px 0 #CB3A00;
  color: #fff;
  background: linear-gradient(to bottom, #ED6C00 50%, #E65216 50%);
  transition: all .3s;
}
#business #shop_list .flex .in .btn_shop_list a::before{
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/page/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-color: transparent;
}
#business #shop_list .flex .in .btn_shop_list a:hover{
  opacity: 1;
  transform: translate(0, 4px);
  box-shadow: 0 1px 0 #CB3A00;
}
@media screen and (max-width: 840px) {
  #business #shop_list .flex .in .btn_shop_list{
    margin-top: 5.333333333333333334vw;
  }
  #business #shop_list .flex .in .btn_shop_list a{
    font-size: 3.7333333333333333334vw;
    max-width: 74.66666666666667vw;
    padding: 3.73333333333333333334vw 0;
    margin: 0 auto;
  }
  #business #shop_list .flex .in .btn_shop_list a::before{
    width: 3.73333333333333333333334vw;
    height: 3.73333333333333333333334vw;
    right: 3.4666666666666666663vw;
    border-radius: 50%;
  }
}

/* 採用情報 */
#page-recruit #intro {
  background: #F7F7F7;
}
#page-recruit #intro .inner {
  max-width: 160rem;
  padding: 8.7rem 0 10rem;
}
@media screen and (max-width: 1650px) {
  #page-recruit #intro .inner {
    padding: 5.4375vw 0 6.25vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #intro .inner {
    padding: 16vw 0;
  }
}
#page-recruit #intro .title02 {
  margin-bottom: 7rem;
  font-size: 6rem;
  color: #0E3380;
  font-weight: 700;
  text-align: center;
  font-family: "ten-mincho-antique", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 1650px) {
  #page-recruit #intro .title02 {
    margin-bottom: 4.375vw;
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #intro .title02 {
    margin-bottom: 12vw;
    font-size: 6.4vw;
  }
}
#page-recruit #intro .title02 .color_o {
  color: #EB612A;
}
#page-recruit #intro .txt {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1650px) {
  #page-recruit #intro .txt {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #intro .txt {
    margin-bottom: 10vw;
  }
}
#page-recruit #intro .txt p {
  font-size: 1.8rem;
  color: #0E3380;
  text-align: center;
  line-height: 1.94444;
}
@media screen and (max-width: 1650px) {
  #page-recruit #intro .txt p {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #intro .txt p {
    font-size: 3.7333333333vw;
  }
}
#page-recruit #intro .catch {
  margin-bottom: 6.8rem;
  font-size: 2.2rem;
  color: #0E3380;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  #page-recruit #intro .catch {
    margin-bottom: 4.25vw;
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #intro .catch {
    margin-bottom: 8vw;
    font-size: 4.26666666666667vw;
  }
}
#page-recruit #intro .btn_area {
  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: 4rem;
}
@media screen and (max-width: 1650px) {
  #page-recruit #intro .btn_area {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #intro .btn_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
}
#page-recruit #intro .btn_area .btn {
  width: 60rem;
}
@media screen and (max-width: 1650px) {
  #page-recruit #intro .btn_area .btn {
    width: 37.5vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #intro .btn_area .btn {
    width: 80vw;
  }
}
#page-recruit #intro .btn_area .btn a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 8rem;
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 1650px) {
  #page-recruit #intro .btn_area .btn a {
    height: 5vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #intro .btn_area .btn a {
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
#page-recruit #intro #intro_slider .swiper-wrapper {
  gap: 4rem;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
@media screen and (max-width: 1650px) {
  #page-recruit #intro #intro_slider .swiper-wrapper {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #intro #intro_slider .swiper-wrapper {
    gap: 2.6666666667vw;
  }
}
#page-recruit #intro #intro_slider .swiper-slide img {
  height: auto;
  width: 100%;
}
#page-recruit #future {
  padding: 16rem 0;
}
@media screen and (max-width: 1650px) {
  #page-recruit #future {
    padding: 10vw 0;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #future {
    padding: 16vw 0;
  }
}
#page-recruit #future .inner {
  max-width: 150rem;
  padding: 0;
}
#page-recruit #future .future_list li {
  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;
}
@media screen and (max-width: 840px) {
  #page-recruit #future .future_list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw;
  }
}
#page-recruit #future .future_list li + li {
  margin-top: 6rem;
}
@media screen and (max-width: 1650px) {
  #page-recruit #future .future_list li + li {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #future .future_list li + li {
    margin-top: 8vw;
  }
}
#page-recruit #future .future_list li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#page-recruit #future .future_list li figure {
  max-width: 74rem;
  width: 46.25%;
}
@media screen and (max-width: 840px) {
  #page-recruit #future .future_list li figure {
    max-width: none;
    width: 100%;
  }
}
#page-recruit #future .future_list li .in {
  position: relative;
  max-width: 78rem;
  width: 48.75%;
}
@media screen and (max-width: 840px) {
  #page-recruit #future .future_list li .in {
    max-width: none;
    width: 100%;
  }
}
#page-recruit #future .future_list li .in .deco_number {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15rem;
  color: #F3F3F3;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 1650px) {
  #page-recruit #future .future_list li .in .deco_number {
    font-size: 9.375vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #future .future_list li .in .deco_number {
    top: 4vw;
    font-size: 16vw;
  }
}
#page-recruit #future .future_list li .in .number {
  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: 15.5rem;
  height: 4.8rem;
  margin-bottom: 2.6rem;
  font-size: 2rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  background: #0E3380;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1650px) {
  #page-recruit #future .future_list li .in .number {
    width: 9.6875vw;
    height: 3vw;
    margin-bottom: 1.625vw;
    font-size: 1.25vw;
    border-radius: 0.3125vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #future .future_list li .in .number {
    width: 26.6666666667vw;
    height: 8vw;
    margin-bottom: 2.6666666667vw;
    font-size: 3.2vw;
    border-radius: 1.3333333333vw;
  }
}
#page-recruit #future .future_list li .in .title04 {
  position: relative;
  margin-bottom: 3.2rem;
  font-size: 4.5rem;
  color: #0E3380;
  font-weight: 700;
}
@media screen and (max-width: 1650px) {
  #page-recruit #future .future_list li .in .title04 {
    margin-bottom: 2vw;
    font-size: 2.8125vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #future .future_list li .in .title04 {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
#page-recruit #future .future_list li .in p {
  font-size: 1.8rem;
  line-height: 1.9444;
}
@media screen and (max-width: 1650px) {
  #page-recruit #future .future_list li .in p {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #future .future_list li .in p {
    font-size: 3.7333333333vw;
  }
}
#page-recruit #want {
  padding: 13.6rem 0 12rem;
  background: #F7F7F7;
  overflow: hidden;
}
@media screen and (max-width: 1650px) {
  #page-recruit #want {
    padding: 8.5vw 0 7.5vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #want {
    padding: 16vw 0;
  }
}
#page-recruit #want .inner {
  max-width: 130rem;
  padding: 0;
}
#page-recruit #want .title_area .bg {
  color: #FFF;
}
#page-recruit #want .w_box {
  padding: 9rem 5rem 9.5rem;
  background: #fff;
  border: 0.2rem solid #0E3380;
  border-radius: 2rem;
}
@media screen and (max-width: 1650px) {
  #page-recruit #want .w_box {
    padding: 5.625vw 3.125vw 5.9375vw;
    border: 0.125vw solid #0E3380;
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #want .w_box {
    padding: 5.3333333333vw;
    border: 0.5333333333vw solid #0E3380;
    border-radius: 4vw;
  }
}
#page-recruit #want .w_box .want_list li + li {
  padding-top: 6rem;
  margin-top: 6rem;
  border-top: 0.2rem dotted #0E3380;
}
@media screen and (max-width: 1650px) {
  #page-recruit #want .w_box .want_list li + li {
    padding-top: 3.75vw;
    margin-top: 3.75vw;
    border-top: 0.125vw dotted #0E3380;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #want .w_box .want_list li + li {
    padding-top: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    border-top: 0.5333333333vw dotted #0E3380;
  }
}
#page-recruit #want .w_box .want_list li .title03 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: safe;
      -ms-flex-pack: safe;
          justify-content: safe;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.6rem;
  padding: 0 1.5rem;
  margin-bottom: 4rem;
  font-size: 4.5rem;
  color: #fff;
  font-weight: 800;
  font-family: "ten-mincho-antique", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  background: #0E3380;
}
@media screen and (max-width: 1650px) {
  #page-recruit #want .w_box .want_list li .title03 {
    height: 4.75vw;
    padding: 0 0.9375vw;
    margin-bottom: 2.9375vw;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #want .w_box .want_list li .title03 {
    height: 12vw;
    padding: 0 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
#page-recruit #want .w_box .want_list li p {
  font-size: 2.4rem;
  color: #0E3380;
  font-weight: 600;
}
@media screen and (max-width: 1650px) {
  #page-recruit #want .w_box .want_list li p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #want .w_box .want_list li p {
    font-size: 3.7333333333vw;
  }
}
#page-recruit #flow {
  padding: 12.7rem 0 11.6rem;
  background: url(../img/sub-page/recruit_flow_bg.png) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 1650px) {
  #page-recruit #flow {
    padding: 7.9375vw 0 7.25vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #flow {
    padding: 16vw 0;
  }
}
#page-recruit #flow .inner {
  max-width: 150rem;
  padding: 0;
}
#page-recruit #flow .title_area .label,
#page-recruit #flow .title_area .title02 {
  color: #fff;
}
#page-recruit #flow .title_area .bg {
  color: rgba(255, 255, 255, 0.1);
}
#page-recruit #flow .flow_step {
  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;
  gap: 2.8rem;
}
@media screen and (max-width: 1650px) {
  #page-recruit #flow .flow_step {
    gap: 1.75vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #flow .flow_step {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw;
  }
}
#page-recruit #flow .flow_step:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2rem;
  background: #EB612A;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1650px) {
  #page-recruit #flow .flow_step:before {
    height: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #flow .flow_step:before {
    top: 0;
    left: 50%;
    width: 2.6666666667vw;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
#page-recruit #flow .flow_step li {
  position: relative;
  width: calc((100% - 7.74rem) / 4);
  padding: 3rem 3rem 7.5rem;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 1650px) {
  #page-recruit #flow .flow_step li {
    width: calc((100% - 4.8375vw) / 4);
    padding: 1.875vw 1.875vw 4.6875vw;
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #flow .flow_step li {
    width: 100%;
    padding: 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
#page-recruit #flow .flow_step li .number {
  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: 11.8rem;
  height: 4.8rem;
  margin: 0 auto 4rem;
  font-size: 2rem;
  color: #fff;
  font-weight: 800;
  background: #0E3380;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1650px) {
  #page-recruit #flow .flow_step li .number {
    width: 7.375vw;
    height: 3vw;
    margin: 0 auto 2.5vw;
    font-size: 1.25vw;
    border-radius: 0.3125vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #flow .flow_step li .number {
    width: 18.6666666667vw;
    height: 6.6666666667vw;
    margin: 0 auto 1.3333333333vw;
    font-size: 3.2vw;
    border-radius: 1.3333333333vw;
  }
}
#page-recruit #flow .flow_step li .title04 {
  margin-bottom: 6rem;
  font-size: 3.5rem;
  color: #0E3380;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  #page-recruit #flow .flow_step li .title04 {
    margin-bottom: 3.75vw;
    font-size: 2.1875vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #flow .flow_step li .title04 {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
#page-recruit #flow .flow_step li p {
  font-size: 1.7rem;
  font-weight: 600;
}
@media screen and (max-width: 1650px) {
  #page-recruit #flow .flow_step li p {
    font-size: 1.05vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #flow .flow_step li p {
    font-size: 3.7333333333vw;
  }
}
#page-recruit #flow .flow_step li p a {
  color: #0054BA;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
@media screen and (max-width: 1650px) {
  #page-recruit #flow .flow_step li p a {
    text-underline-offset: 0.125vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #flow .flow_step li p a {
    text-underline-offset: 0.5333333333vw;
  }
}
#page-recruit #flow .btn {
  margin-top: 11.4rem;
}
@media screen and (max-width: 1650px) {
  #page-recruit #flow .btn {
    margin-top: 7.125vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #flow .btn {
    margin-top: 8vw;
  }
}
#page-recruit #flow .btn a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42rem;
  height: 8.4rem;
  margin: auto;
  font-size: 2.1rem;
  color: #fff;
  background: #ED6C00;
  border-radius: 4.2rem;
}
@media screen and (max-width: 1650px) {
  #page-recruit #flow .btn a {
    width: 26.25vw;
    height: 5.25vw;
    font-size: 1.3125vw;
    border-radius: 2.625vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #flow .btn a {
    width: 80vw;
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 8vw;
  }
}

#page-recruit #faq .in-preparation{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02em;
  z-index: 10;
  margin: 30px auto 20px 0;
}
@media screen and (max-width: 840px) {
  #page-recruit #faq .in-preparation{
    font-size: 5.33333333333333334vw;
    margin: 4vw auto 3vw 0;
  }
}

#page-recruit #posting {
  padding: 12.6rem 0 12rem;
  background: #F7F7F7;
  overflow: hidden;
}
@media screen and (max-width: 1650px) {
  #page-recruit #posting {
    padding: 7.875vw 0 7.5vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #posting {
    padding: 16vw 0;
  }
}
#page-recruit #posting .inner {
  max-width: 130rem;
  padding: 0;
}
#page-recruit #posting .title_area .bg {
  color: #FFF;
}
#page-recruit #posting .w_box {
  padding: 3.3rem 3rem 3.2rem;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 1650px) {
  #page-recruit #posting .w_box {
    padding: 2.0625vw 1.875vw 2vw;
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #posting .w_box {
    padding: 4.8vw;
    border-radius: 1.3333333333vw;
  }
}
#page-recruit #posting .w_box + .w_box {
  margin-top: 2rem;
}
@media screen and (max-width: 1650px) {
  #page-recruit #posting .w_box + .w_box {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #posting .w_box + .w_box {
    margin-top: 2.6666666667vw;
  }
}
#page-recruit #posting .w_box .title03 {
  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;
  cursor: pointer;
}
#page-recruit #posting .w_box .title03 .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.5rem;
  color: #0E3380;
  font-weight: 700;
}
@media screen and (max-width: 1650px) {
  #page-recruit #posting .w_box .title03 .txt {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #posting .w_box .title03 .txt {
    font-size: 4vw;
  }
}
#page-recruit #posting .w_box .title03 .arrow {
  width: 3.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1650px) {
  #page-recruit #posting .w_box .title03 .arrow {
    width: 2vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #posting .w_box .title03 .arrow {
    width: 4vw;
  }
}
#page-recruit #posting .w_box .title03.open .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#page-recruit #posting .w_box .posting_contents {
  padding: 6rem 0;
}
@media screen and (max-width: 1650px) {
  #page-recruit #posting .w_box .posting_contents {
    padding: 3.75vw 0;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #posting .w_box .posting_contents {
    padding: 2.6666666667vw 0 5.3333333333vw;
  }
}
#page-recruit #posting .w_box .posting_contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 0;
  border-bottom: 0.1rem dotted #0E3380;
}
@media screen and (max-width: 1650px) {
  #page-recruit #posting .w_box .posting_contents dl {
    padding: 1.875vw 0;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #posting .w_box .posting_contents dl {
    flex-wrap: wrap;
    gap: 2.6666666666666667vw;
    padding: 4vw 0;
  }
}
#page-recruit #posting .w_box .posting_contents dl dt {
  width: 18.5rem;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 1650px) {
  #page-recruit #posting .w_box .posting_contents dl dt {
    width: 11.5625vw;
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #posting .w_box .posting_contents dl dt {
    width: 100%;
    font-size: 3.73333333334vw;
  }
}
#page-recruit #posting .w_box .posting_contents dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 1650px) {
  #page-recruit #posting .w_box .posting_contents dl dd {
    font-size: 1vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #posting .w_box .posting_contents dl dd {
    font-size: 3.466666666666666663vw;
  }
}
#page-recruit #posting .w_box .posting_contents dl.flw {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.2rem;
  border-bottom: none;
}
@media screen and (max-width: 1650px) {
  #page-recruit #posting .w_box .posting_contents dl.flw {
    gap: 2vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #posting .w_box .posting_contents dl.flw {
    gap: 1.3333333333vw;
  }
}
#page-recruit #posting .w_box .posting_contents dl.flw dt {
  width: 100%;
}
#page-recruit #posting .w_box .posting_contents dl.flw dd {
  width: 100%;
}
#page-recruit #posting .w_box .posting_contents dl.flw dd iframe {
  width: 100rem;
  aspect-ratio: 1/0.3;
}
@media screen and (max-width: 1650px) {
  #page-recruit #posting .w_box .posting_contents dl.flw dd iframe {
    width: 62.5vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #posting .w_box .posting_contents dl.flw dd iframe {
    width: 100%;
    aspect-ratio: 1/0.8;
  }
}
#page-recruit #posting .w_box .posting_contents .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1650px) {
  #page-recruit #posting .w_box .posting_contents .btn_area {
    gap: 1.25vw;
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #posting .w_box .posting_contents .btn_area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
#page-recruit #posting .w_box .posting_contents .btn_area .btn_o,
#page-recruit #posting .w_box .posting_contents .btn_area .btn_b {
  width: 49rem;
}
@media screen and (max-width: 1650px) {
  #page-recruit #posting .w_box .posting_contents .btn_area .btn_o,
  #page-recruit #posting .w_box .posting_contents .btn_area .btn_b {
    width: 30.625vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #posting .w_box .posting_contents .btn_area .btn_o,
  #page-recruit #posting .w_box .posting_contents .btn_area .btn_b {
    width: 80vw;
  }
}
#page-recruit #posting .w_box .posting_contents .btn_area .btn_o a,
#page-recruit #posting .w_box .posting_contents .btn_area .btn_b 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: 7.6rem;
  color: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 1650px) {
  #page-recruit #posting .w_box .posting_contents .btn_area .btn_o a,
  #page-recruit #posting .w_box .posting_contents .btn_area .btn_b a {
    height: 4.75vw;
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #posting .w_box .posting_contents .btn_area .btn_o a,
  #page-recruit #posting .w_box .posting_contents .btn_area .btn_b a {
    height: 13.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
#page-recruit #posting .w_box .posting_contents .btn_area .btn_o a {
  position: relative;
  font-size: 2rem;
  font-weight: 800;
  background: #EB612A;
}
@media screen and (max-width: 1650px) {
  #page-recruit #posting .w_box .posting_contents .btn_area .btn_o a {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #posting .w_box .posting_contents .btn_area .btn_o a {
    font-size: 3.7333333333vw;
  }
}
#page-recruit #posting .w_box .posting_contents .btn_area .btn_o a img {
  position: absolute;
  top: 50%;
  right: 3.2rem;
  width: 4.266rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1650px) {
  #page-recruit #posting .w_box .posting_contents .btn_area .btn_o a img {
    right: 2vw;
    width: 2.66625vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #posting .w_box .posting_contents .btn_area .btn_o a img {
    right: 5.3333333333vw;
    width: 8vw;
  }
}
#page-recruit #posting .w_box .posting_contents .btn_area .btn_b a {
  gap: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  background: #0E3380;
  pointer-events: none;
}
@media screen and (max-width: 1650px) {
  #page-recruit #posting .w_box .posting_contents .btn_area .btn_b a {
    gap: 1.875vw;
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #posting .w_box .posting_contents .btn_area .btn_b a {
    gap: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
#page-recruit #posting .w_box .posting_contents .btn_area .btn_b a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.4rem;
}
@media screen and (max-width: 1650px) {
  #page-recruit #posting .w_box .posting_contents .btn_area .btn_b a span {
    font-size: 2.125vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #posting .w_box .posting_contents .btn_area .btn_b a span {
    gap: 0.8vw;
    font-size: 4.8vw;
  }
}
#page-recruit #posting .w_box .posting_contents .btn_area .btn_b a span img {
  width: 2.5rem;
}
@media screen and (max-width: 1650px) {
  #page-recruit #posting .w_box .posting_contents .btn_area .btn_b a span img {
    width: 1.5625vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #posting .w_box .posting_contents .btn_area .btn_b a span img {
    width: 4vw;
  }
}
#page-recruit #entry {
  padding: 15.5rem 0 11rem;
  background: #F3F3F3;
  overflow: hidden;
}
@media screen and (max-width: 1650px) {
  #page-recruit #entry {
    padding: 9.6875vw 0 6.875vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #entry {
    padding: 16vw 0;
  }
}
#page-recruit #entry .inner {
  max-width: 130rem;
  padding: 0;
}
#page-recruit #entry .title_area .bg {
  color: #FFF;
}
#page-recruit #entry .title_area + p {
  font-size: 1.8rem;
}
@media screen and (max-width: 1650px) {
  #page-recruit #entry .title_area + p {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 840px) {
  #page-recruit #entry .title_area + p {
    font-size: 3.7333333333vw;
  }
}
#page-recruit .p-first{
  font-size: 18px;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 auto 48px;
  color: #29323D;
}

/* 会社概要 */
@media (max-width: 840px) {
  #company .inner{
    width: 100%;
  }
}

#company .info{
  padding: 110px 0 120px;
  background-image: url(../img/shop-list_bg.png);
  background-repeat: no-repeat;
}
#company .info .inner{
  max-width: 1320px;
}
#company .info h2{
  display: block;
  font-size: 70px;
  font-family: "ten-mincho-antique", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.14;
  margin: 0 0 60px;
  color: #0E3480;
}
#company .info h2 span{
  color: #E65216;
}
#company .info .ctt-flex{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 0 auto 100px;
}
#company .info .ctt-flex .item{
  max-width: 420px;
  width: 100%;
  padding: 125px 0 120px;
  background-color: #fff;
  border: 5px solid #0E3380;
  border-radius: 50%;
}
#company .info .ctt-flex .item .name{
  font-size: 50px;
  font-weight: 900;
  font-family: "ten-mincho-antique", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  text-align: center;
  letter-spacing: 0;
  color: #E65216;
  margin: 0 0 25px;
}
#company .info .ctt-flex .item .sub-note{
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.52;
  color: #0E3380;
}
#company .info .note{
  position: relative;
  display: block;
  max-width: 850px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2.17;
  margin: 0 auto 110px;
}
#company .info .note::before{
  position: absolute;
  left: -320px;
  bottom: -60px;
  content: "";
  width: 334px;
  height: 289px;
  background-image: url(../img/page/company-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#company .info .company-gallery .swiper-slide{
  display: block;
  max-width: 620px;
  width: 100%;
}
#company .info .company-gallery img{
  display: block;
  max-width: 620px;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 840px) {
  #company .info{
    padding: 13.33333333333335vw 0 16vw;
  }
  #company .info .inner{
    max-width: none;
    width: 100%;
    padding: 0 6.666666666666667vw;
  }
  #company .info h2{
    font-size: 6.66666666666666667vw;
    line-height: 1.14;
    margin: 0 0 10.666666666666666668vw;
  }
  #company .info .ctt-flex{
    flex-wrap: wrap;
    gap: 2.66666666666667vw;
    margin: 0 auto 12vw;
  }
  #company .info .ctt-flex .item{
    width: 100%;
    padding: 4vw 2.6666666666666666667vw 5.333333333334vw;
    border: 2px solid #0E3380;
    border-radius: 100vw;
  }
  #company .info .ctt-flex .item .name{
    font-size: 5.3333333333334vw;
    margin: 0 0 2.666666666667vw;
  }
  #company .info .ctt-flex .item .sub-note{
    font-size: 4.266666666666666666667vw;
  }
  #company .info .note{
    max-width: none;
    font-size: 3.733333333333333333333334vw;
    line-height: 1.88;
    margin: 0 auto 21.333333333333333335vw;
  }
  #company .info .note::before{
    left: auto;
    right: 0;
    bottom: -16vw;
    width: 40vw;
    height: 34.66666666666666666667vw;
    transform: scale(-1, 1);
  }
  #company .info .company-gallery .swiper-slide{
    max-width: 66.6666666666666666667vw;
  }
  #company .info .company-gallery img{
    max-width: 66.6666666666666666667vw;
    border-radius: 10px;
  }
}

#company .message{
  padding: 125px 0 95px;
  background-image: url(../img/page/company-message-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-bottom: 20px solid #ED6C01;
}
#company .message .inner{
  max-width: 150rem;
}
#company .message .ttl_area{
  position: relative;
  margin: 0 auto 110px;
  color: #fff;
}
#company .message .ttl_area h2{
  position: relative;
  z-index: 2;
  font-size: 65px;
  font-weight: 800;
  text-align: center;
  line-height: 1.15;
  letter-spacing: 0;
  margin: 0 auto 15px;
}
#company .message .ttl_area .label{
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
}
#company .message .ttl_area .bg-txt{
  position: absolute;
  top: -80%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 220px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
  opacity: 0.1;
  z-index: 1;
}
#company .message .ctt-flex{
  display: flex;
  gap: 110px;
}
#company .message .ctt-flex .img img{
  display: block;
  max-width: 540px;
  width: 100%;
  border-radius: 50px;
}
#company .message .ctt-flex .txt{
  flex: 1;
  color: #fff;
}
#company .message .ctt-flex .txt h3{
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.44;
  margin: 0 0 45px;
}
#company .message .ctt-flex .txt .note{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2.38;
  margin: 0 0 60px;
}
#company .message .ctt-flex .txt .name{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: right;
}
#company .message .ctt-flex .txt .name span{
  font-size: 25px;
  padding-left: 18px;
}
@media (max-width: 840px) {
  #company .message{
    padding: 16vw 0;
    border-bottom: 10px solid #ED6C01;
    overflow: hidden;
  }
  #company .message .inner{
    padding: 0 6.6666666666666667vw;
  }
  #company .message .ttl_area{
    margin: 0 auto 13.3333333333333333335vw;
  }
  #company .message .ttl_area .bg-txt{
    top: 0;
    left: 50%;
    font-size: 16vw;
    white-space: nowrap;
  }
  #company .message .ttl_area h2{
    font-size: 9.333333333333333333334vw;
    line-height: 1.14;
    margin: 0 0 4vw;
  }
  #company .message .ttl_area .label{
    font-size: 3.46666666666666666666663vw;
  }
  #company .message .ctt-flex{
    display: block;
  }
  #company .message .ctt-flex .img img{
    max-width: 80vw;
    margin: 0 auto 8vw;
    border-radius: 10px;
  }
  #company .message .ctt-flex .txt{
    display: block;
    width: 100%;
  }
  #company .message .ctt-flex .txt h3{
    font-size: 8vw;
    text-align: center;
    margin: 0 0 8vw;
  }
  #company .message .ctt-flex .txt .note{
    font-size: 3.73333333333333333333334vw;
    line-height: 1.88;
    margin: 0 0 10.6666666666666666668vw;
  }
  #company .message .ctt-flex .txt .name{
    font-size: 4.26666666666666666666667vw;
  }
  #company .message .ctt-flex .txt .name span{
    font-size: 4.666666666666666667vw;
    padding-left: 4vw;
  }
}

#company .outline{
  overflow: hidden;
  padding: 140px 0 65px;
  background-color: #F7F7F7;
}
#company .outline .inner{
  max-width: 1320px;
}
#company .outline .ttl_area{
  position: relative;
  margin: 0 auto 138px;
}
#company .outline .ttl_area .label{
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
  margin: 0 auto 15px;
  color: #0E3380;
}
#company .outline .ttl_area h2{
  position: relative;
  z-index: 2;
  font-size: 65px;
  font-weight: 800;
  text-align: center;
  line-height: 1.15;
  letter-spacing: 0;
  color: #0E3380;
}
#company .outline .ttl_area .bg-txt{
  position: absolute;
  top: -80%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 220px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  z-index: 1;
}
#company .outline .ctt dl{
  position: relative;
  display: flex;
  padding: 40px 0;
  border-top: 1px solid #D2D5D9;
}
#company .outline .ctt dl::before{
  content: "";
  width: 240px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #0E3380;
}
#company .outline dt{
  max-width: 240px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  flex-shrink: 0;
  padding-left: 10px;
  color: #0E3380;
}
#company .outline dd{
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2.14;
  color: #29323D;
  flex: 1;
  padding-left: 80px;
}
#company .outline dd a{
  font-weight: bold;
  text-decoration: underline;
  color: #006DD9;
}
#company .outline dd .item{
  margin: 0 0 45px;
}
#company .outline dd .item:last-of-type{
  margin: 0;
}
#company .outline dd .item .ttl{
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4;
  padding: 5px 10px;
  margin: 0 0 15px;
  color: #fff;
  background-color: #0E3380;
  border-radius: 5px;
}
#company .outline dd .item .item-flex{
  display: flex;
  flex-wrap: wrap;
  gap: 25px 100px;
}
#company .outline dd .item .item-flex .note{
  min-width: 410px;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.56;
  color: #29323D;
}
#company .outline dd .item .item-flex .note a{
  line-height: 2;
}
#company .outline dd .btn-area{
  display: flex;
  gap: 15px;
  margin: 20px 0; 
}
#company .outline dd .btn-area a{
  position: relative;
  display: block;
  max-width: 280px;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: normal;
  letter-spacing: 0.02em;
  padding: 19px 0 21px;
  color: #0E3480;
  background-color: #fff;
  border-radius: 10px;
  border: 4px solid #0E3380;
}
#company .outline dd .btn-area a::before{
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/page/blue-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#company .outline dd .cat-item{
  line-height: 1.56;
  font-weight: 400;
  margin: 0 0 30px;
  color: #29323D;
}
#company .outline dd .cat-item b{
  line-height: 2;
  font-weight: bold;
}
#company .outline dd .cat-item:last-of-type{
  margin: 0;
}
@media (max-width: 840px) {
  #company .outline{
    padding: 16vw 0;
  }
  #company .outline .inner{
    max-width: none;
    padding: 0 6.6666666666666667vw;
  }
  #company .outline .ttl_area{
    margin: 0 auto 13.3333333333333333335vw;
  }
  #company .outline .ttl_area .label{
    font-size: 3.46666666666666666666663vw;
    margin: 0 0 2.666666666666667vw;
  }
  #company .outline .ttl_area h2{
    font-size: 9.333333333333333333334vw;
    line-height: 1.14;
  }
  #company .outline .ttl_area .bg-txt{
    top: 0;
    left: 50%;
    font-size: 16vw;
    white-space: nowrap;
  }
  #company .outline .ctt dl{
    display: block;
    padding: 6vw 0;
  }
  #company .outline .ctt dl:last-of-type{
    padding: 8vw 0 0;
  }
  #company .outline .ctt dl::before{
    width: 50px;
  }
  #company .outline dt{
    max-width: none;
    font-size: 4.26666666666666666667vw;
    padding-left: 0;
    margin: 0 0 3vw;
  }
  #company .outline dd{
    font-size: 3.73333333333333333334vw;
    letter-spacing: 0.02em;
    line-height: 1.88;
    padding-left: 0;
  }
  #company .outline dd .item{
    margin: 0 0 8vw;
  }
  #company .outline dd .item .ttl{
    font-size: 4vw;
    padding: 1.333333333333335vw 2.66666666666667vw;
    margin: 0 0 4vw;
  }
  #company .outline dd .item .item-flex{
    gap: 5.333333333334vw;
  }
  #company .outline dd .item .item-flex .note{
    min-width: auto;
    font-size: 3.7333333333333333334vw;
  }
  #company .outline dd .item .item-flex .note a{
    line-height: 2;
  }
  #company .outline dd .btn-area{
    flex-wrap: wrap;
    gap: 2.6666666666667vw;
    margin: 4.8vw 0; 
  }
  #company .outline dd .btn-area a{
    max-width: none;
    width: 100%;
    font-size: 4.2666666666666666667vw;
    padding: 3.46666666666666663vw 0 4vw;
    border: 2px solid #0E3380;
  }
  #company .outline dd .btn-area a::before{
    right: 4vw;
    width: 4.266666666666666666666667vw;
    height: 4.266666666666666666666667vw;
  }
  #company .outline dd .cat-item{
    line-height: 1.56;
    margin: 0 0 4vw;
  }
  #company .outline dd .cat-item b{
    line-height: 1.88;
  }
}

#company .philosophy{
  padding: 150px 0 140px;
  background-color: #fff;
}
#company .philosophy .inner{
  max-width: 150rem;
}
#company .philosophy .ttl_area{
  color: #0E3380;
  margin: 0 auto 100px;
}
#company .philosophy .ttl_area p{
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
  margin: 0 0 15px;
}
#company .philosophy .ttl_area h2{
  font-size: 65px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
  margin: 0 0 70px;
}
#company .philosophy .ttl_area .note{
  font-size: 45px;
  font-family: "ten-mincho-antique", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.56;
}
#company .philosophy .ttl_area .note span{
  color: #E65216;
}
#company .philosophy .ctt{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  font-family: "ten-mincho-antique", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
#company .philosophy .ctt .item{
  display: block;
  max-width: 350px;
  width: 100%;
  border: 6px solid #0E3380;
  border-radius: 10px;
}
#company .philosophy .ctt .item .name{
  display: block;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  padding: 21px 0 23px;
  color: #fff;
  background-color: #0E3380;
}
#company .philosophy .ctt .item .sub-ttl{
  margin-top: 25px;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  color: #0E3380;
}
#company .philosophy .ctt .item h3{
  font-size: 75px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  color: #E65216;
  margin: -15px 0 30px;
}
@media (max-width: 840px) {
  #company .philosophy{
    padding: 16vw 0;
  }
  #company .philosophy .inner{
    max-width: none;
    padding: 0 6.666666666666666667vw;
  }
  #company .philosophy .ttl_area{
    margin: 0 auto 8vw;
  }
  #company .philosophy .ttl_area p{
    font-size: 3.46666666666666666666663vw;
    margin: 0 0 2.666666666666667vw;
  }
  #company .philosophy .ttl_area h2{
    font-size: 9.333333333333333333334vw;
    margin: 0 0 10.666666668vw;
    line-height: 1.14;
  }
  #company .philosophy .ttl_area .note{
    font-size: 5.33333333333334vw;
    line-height: 1.56;
    margin: 0;
  }
  #company .philosophy .ctt{
    justify-content: center;
    flex-wrap: wrap;
    gap: 4vw;
  }
  #company .philosophy .ctt .item{
    max-width: 40vw;
    border: 2px solid #0E3380;
    border-radius: 10px;
  }
  #company .philosophy .ctt .item .name{
    font-size: 4.8vw;
    padding: 3.2vw 0 3.73333333333334vw;
  }
  #company .philosophy .ctt .item .sub-ttl{
    margin-top: 4vw;
    font-size: 5.333333333333334vw;
  }
  #company .philosophy .ctt .item h3{
    font-size: 6.666666667vw;
    margin: -2vw 0 4.8vw;
  }
}

#company .maker{
  padding: 110px 0 80px;
  color: #fff;
  background-image: url(../img/page/maker_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 20px solid #ED6C01;
}
#company .maker .inner{
  max-width: 1230px;
}
#company .maker .ttl_area{
  position: relative;
  margin: 0 auto 80px;
}
#company .maker .ttl_area p{
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 15px;
}
#company .maker .ttl_area .bg{
  font-size: 220px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.1;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#company .maker .ttl_area h2{
  font-size: 65px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
}
#company .maker .ctt{
  display: flex;
  justify-content: space-between;
}
#company .maker .ctt p{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2.04;
}
@media (max-width: 840px) {
  #company .maker{
    padding: 16vw 0;
    border-bottom: 10px solid #ED6C01;
  }
  #company .maker .inner{
    max-width: none;
    padding: 0 6.666666666666666667vw;
  }
  #company .maker .ttl_area{
    margin: 0 auto 13.33333333333333335vw;
  }
  #company .maker .ttl_area p{
    font-size: 3.46666666666666666666663vw;
    margin: 0 0 2.666666666666667vw;
  }
  #company .maker .ttl_area .bg{
    top: 0;
    left: 50%;
    font-size: 16vw;
    white-space: nowrap;
  }
  #company .maker .ttl_area h2{
    font-size: 9.333333333333333333334vw;
    line-height: 1.14;
  }
  #company .maker .ctt{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #company .maker .ctt p{
    display: block;
    width: 48%;
    font-size: 3.46666666666666663vw;
    line-height: 1.88;
  }
}

#company .history{
  padding: 180px 0 115px;
  background: #F7F7F7;
}
#company .history .ttl_area{
  position: relative;
  margin: 0 0 100px;
  color: #0E3380;
}
#company .history .ttl_area p{
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 15px;
}
#company .history .ttl_area .bg{
  font-size: 220px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.6;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 1;
}
#company .history .ttl_area h2{
  position: relative;
  z-index: 2;
  font-size: 65px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
}
#company .history .ctt dl{
  position: relative;
  display: flex;
  padding: 40px 0;
  border-top: 1px solid #D2D5D9;
}
#company .history .ctt dl:last-of-type{
  border-bottom: 1px solid #D2D5D9;
}
#company .history .ctt dl::before{
  content: "";
  width: 240px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #0E3380;
}
#company .history dt{
  max-width: 240px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  flex-shrink: 0;
  padding-left: 10px;
  color: #0E3380;
}
#company .history dd{
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2.14;
  color: #29323D;
  flex: 1;
  padding-left: 80px;
}
@media (max-width: 840px) {
  #company .history{
    padding: 16vw 0;
  }
  #company .history .inner{
    padding: 0 6.6666666667vw;
  }
  #company .history .ttl_area{
    margin: 0 auto 13.33333333333333335vw;
  }
  #company .history .ttl_area p{
    font-size: 3.46666666666666666666663vw;
    margin: 0 0 2.666666666666667vw;
  }
  #company .history .ttl_area .bg{
    top: 0;
    left: 50%;
    font-size: 16vw;
    white-space: nowrap;
  }
  #company .history .ttl_area h2{
    font-size: 9.333333333333333333334vw;
    line-height: 1.14;
  }
  #company .history .ctt dl{
    padding: 6vw 0;
    display: block;
  }
  #company .history .ctt dl:last-of-type{
    padding: 8vw 0 0;
  }
  #company .history .ctt dl::before{
    width: 50px;
  }
  #company .history dt{
    max-width: none;
    font-size: 4.26666666666666666667vw;
    padding-left: 0;
    margin: 0 0 3vw;
  }
  #company .history dd{
    font-size: 3.73333333333333333334vw;
    letter-spacing: 0.02em;
    line-height: 1.88;
    padding-left: 0;
  }
}

/* 個人情報保護方針 */
#privacy .policy{
  padding: 60px 0 120px;
  background-color: #F7F7F7;
}
#privacy .policy .ttl_note{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 0 0 80px;
}
#privacy .policy .ctt{
  padding: 80px 100px;
  border-radius: 10px;
  background-color: #fff;
}
#privacy .policy .ctt .item{
  display: block;
  width: 100%;
  margin: 0 0 60px;
}
#privacy .policy .ctt .item:last-of-type{
  margin: 0;
}
#privacy .policy .ctt .item .name{
  position: relative;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 0 0 26px;
  margin: 0 0 36px;
  color: #0E3380;
  border-bottom: 2px solid #E2DFDF;
}
#privacy .policy .ctt .item .name::before{
  content: "";
  width: 100px;
  height: 2px;
  background-color: #0E3380;
  position: absolute;
  bottom: -2px;
  left: 0;
}
#privacy .policy .ctt .item .note{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.91;
}
@media (max-width: 840px) {
  #privacy .policy{
    padding: 16vw 0;
  }
  #privacy .policy .inner{
    padding: 0;
  }
  #privacy .policy .ttl_note{
    font-size: 3.2vw;
    line-height: 1.68;
    margin: 0 0 16vw;
  }
  #privacy .policy .ctt{
    padding: 5.333333333334vw 4vw;
  }
  #privacy .policy .ctt .item{
    margin: 0 0 12vw;
  }
  #privacy .policy .ctt .item .name{
    font-size: 5vw;
    padding: 0 0 5vw;
    margin: 0 0 8vw;
    color: #0E3380;
    border-bottom: 1px solid #E2DFDF;
  }
  #privacy .policy .ctt .item .name::before{
    height: 1px;
    bottom: -1px;
  }
  #privacy .policy .ctt .item .note{
    font-size: 14px;
    line-height: 1.88;
  }
}

/* カスタマーハラスメントに対する行動指針 */
#cushara .harassment{
  padding: 60px 0 120px;
  background-color: #F7F7F7;
}
#cushara.page .page-mv h1 {
    font-size: 40px;
}
#cushara .harassment .ctt{
  padding: 80px 100px;
  border-radius: 10px;
  background-color: #fff;
}
#cushara .harassment .ctt .item{
  display: block;
  width: 100%;
  margin: 0 0 60px;
}
#cushara .harassment .ctt .item:last-of-type{
  margin: 0;
}
#cushara .harassment .ctt .item .name{
  position: relative;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 0 0 26px;
  margin: 0 0 36px;
  color: #0E3380;
  border-bottom: 2px solid #E2DFDF;
}
#cushara .harassment .ctt .item .name::before{
  content: "";
  width: 100px;
  height: 2px;
  background-color: #0E3380;
  position: absolute;
  bottom: -2px;
  left: 0;
}
#cushara .harassment .ctt .item .note,
#cushara .harassment .ctt .item ul li{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.91;
}
#cushara .harassment .ctt .item ul {
  padding-left: 1.5em;
  list-style: disc!important;
  list-style-position: outside;
}
#cushara .harassment .ctt .item ul li {
	list-style: unset;
}
@media (max-width: 840px) {
  #cushara.page .page-mv h1 {
    font-size: 22px;
  }
  #cushara .harassment{
    padding: 16vw 0;
  }
  #cushara .harassment .inner{
    padding: 0;
  }
  #cushara .harassment .ctt{
    padding: 5.333333333334vw 4vw;
  }
  #cushara .harassment .ctt .item{
    margin: 0 0 13.33333333333335vw;
  }
  #cushara .harassment .ctt .item .name{
    font-size: 5vw;
    padding: 0 0 5vw;
    margin: 0 0 8vw;
    color: #0E3380;
    border-bottom: 1px solid #E2DFDF;
  }
  #cushara .harassment .ctt .item .name::before{
    height: 1px;
    bottom: -1px;
  }
  #cushara .harassment .ctt .item .note,
  #cushara .harassment .ctt .item ul li{
    font-size: 14px;
    line-height: 1.88;
  }
}


/* 販売商品一覧 */
#product .inner{
  max-width: 1500px;
}
@media (max-width: 840px) {
  #product .inner{
    max-width: none;
    width: 100%;
    padding: 0 5.333333333333333334vw;
  }
}

#product .info{
  position: relative;
  padding: 120px 0 245px;
  background-color: #F7F7F7;
  border-bottom: 20px solid #ED6C01;
}
#product .info h2 {
  font-size: 65px;
  font-family: "ten-mincho-antique", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 auto 35px;
}
#product .info h2>span {
  display: inline-block;
  background-color: #0E3380;
  color: #fff;
  padding: 20px 10px;
}
#product .info h2>span span{
  color: #ED6C00;
}
#product .info .note{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.59;
  color: #0E3380;
}
#product .info .note:not(:last-child) {
	margin-bottom: 2em;
}
#product .info .gallery {
  position: absolute;
  bottom: -190px;
  left: 0;
  right: 0;
}
#product .info .gallery .swiper-slide{
  display: block;
  max-width: 620px;
  width: 100%;
  border-radius: 20px;
}
#product .info .gallery .swiper-slide img{
  display: block;
  max-width: 620px;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 840px) {
  #product .info{
    padding: 16vw 0 24vw;
    border-bottom: 10px solid #ED6C01;
  }
  #product .info h2 {
    font-size: 6vw;
    margin: 0 auto 8vw;
  }
  #product .info h2>span {
    padding: 4vw 3.7333333333333333334vw 4vw 2.6666666666666667vw;
  }
  #product .info h2>span:first-of-type{
    padding: 2.6666666666667vw 3.7333333333333333334vw 2.6666666666667vw 2.6666666666666667vw;
    margin: 0 auto 4vw;
    line-height: 1.35;
  }
  #product .info .note{
    font-size: 4.2666666666666667vw;
  }
  #product .info .gallery {
    bottom: -18.6666666666666666668vw;
  }
  #product .info .gallery .swiper-slide{
    max-width: 53.333333333333333334vw;
    border-radius: 10px;
  }
  #product .info .gallery .swiper-slide img{
    max-width: 53.333333333333333334vw;
    border-radius: 10px;
  }
}

#product .pickup{
  padding: 325px 0 150px;
  background-image: url(../img/page/company-message-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 20px solid #ED6C01;
}
#product .pickup .ttl_area{
  position: relative;
  margin: 0 auto 70px;
}
#product .pickup .ttl_area h2{
  position: relative;
  font-size: 65px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
  z-index: 2;
}
#product .pickup .ttl_area .bg{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 220px;
  font-weight: 800;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  opacity: 0.1;
  z-index: 1;
}
#product .pickup .ctt{
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;	
  align-items: stretch;
  justify-content: center;
  gap: 5px;
}
#product .pickup .ctt .item{
  position: relative;
  display: block;
  width:  calc(25% - 3.75px);
  padding: 20px 10px 25px;
  background-color: #fff;
  border: 3px solid #0E3380;
  border-radius: 10px;
}
#product .pickup .ctt .item a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#product .pickup .ctt .item::before{
  content: "";
  width: 30%;
  height: 8px;
  background-color: #ED6C00;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#product .pickup .ctt .item .name{
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
  margin: 0 auto;
  color: #0E3480;
}
/*#product .pickup .ctt{
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 25px;
}
#product .pickup .ctt .item{
  position: relative;
  display: block;
  max-width: 360px;
  width: 100%;
  padding: 30px 37px 30px;
  background-color: #fff;
  border: 3px solid #0E3380;
  border-radius: 10px;
}
#product .pickup .ctt .item::before{
  content: "";
  width: 170px;
  height: 10px;
  background-color: #ED6C00;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#product .pickup .ctt .item .name{
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 0 auto 25px;
  color: #0E3480;
}
#product .pickup .ctt .item .img img{
  display: block;
  max-width: 280px;
  width: 100%;
  border-radius: 10px;
  margin: 0 auto 30px;
}
#product .pickup .ctt .item .note{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #0E3480;
}*/
@media (max-width: 840px) {
  #product .pickup{
    padding: 27vw 0 16vw;
    border-bottom: 10px solid #ED6C01;
  }
  #product .pickup .ttl_area{
    margin: 0 auto 10.666666666666668vw;
  }
  #product .pickup .ttl_area .bg{
    top: -5.3333333333333334vw;
    left: 50%;
    font-size: 20vw;
    white-space: nowrap;
  }
  #product .pickup .ttl_area h2{
    font-size: 9.333333333333333333334vw;
    line-height: 1.14;
    margin: 0 0 4vw;
  }
	#product .pickup .ctt{
    flex-wrap: wrap;
    justify-content: center;
    gap: 4vw;
    width: 100%;
  }
  #product .pickup .ctt .item{
    max-width: none;
    width: 42.66666666666667vw;
    padding: 4.8vw 3.2vw;
    border: 1px solid #0E3380;
  }
  #product .pickup .ctt .item::before{
    width: 32vw;
    height: 1.33333333335vw;
  }
  #product .pickup .ctt .item .name{
    font-size: 4.8vw;
    margin: 0 auto;
  }
  /*#product .pickup .ctt{
    flex-wrap: wrap;
    justify-content: center;
    gap: 4vw;
  }
  #product .pickup .ctt .item{
    max-width: none;
    padding: 5.3333333333333333334vw;
    border: 1px solid #0E3380;
  }
  #product .pickup .ctt .item::before{
    width: 32vw;
    height: 1.33333333335vw;
  }
  #product .pickup .ctt .item .name{
    font-size: 6.666666666666667vw;
    margin: 0 auto 4vw;
  }
  #product .pickup .ctt .item .img img{
    max-width: none;
    border-radius: 5px;
    margin: 0 auto 4vw;
  }
  #product .pickup .ctt .item .note{
    font-size: 4vw;
  }*/
}

#product .kind_list{
  padding: 90px 0 115px;
  background-color: #F7F7F7;
}
#product .kind_list .kind-item{
  display: block;
  margin: 0 0 90px;
	margin-top: -100px;
	padding-top: 100px;
}
#product .kind_list .kind-item:last-of-type{
  margin: 0;
}
#product .kind_list .kind-item .ttl{
  font-size: 70px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 0 auto 50px;
  color: #0E3380;
}
#product .kind_list .kind-item .sub_ttl{
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 17px 30px 22px;
  margin: 0 0 50px;
  color: #fff;
  background-color: #0E3380;
  border-radius: 10px;
}
#product .kind_list .kind-item .product-list{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px 20px;
}
/* #product .kind_list .kind-item .product-list .item{
  display: flex;
  width: calc(50% - 10px);
  padding: 20px 20px 35px;
  background-color: #fff;
  border-radius: 10px;
}
#product .kind_list .kind-item .product-list .item .imgbox {
	width: 40%;
}
#product .kind_list .kind-item .product-list .item .textbox {
	width: 60%;
	padding: 0 0 0 2.5%;
}
#product .kind_list .kind-item .product-list .item .img{
  overflow: hidden;
}
#product .kind_list .kind-item .product-list .item img{
  display: block;
  max-width: 340px;
  width: 100%;
  border-radius: 10px;
}
#product .kind_list .kind-item .product-list .item .demo{
  position: relative;
  overflow: hidden;
}
#product .kind_list .kind-item .product-list .item .demo::before{
  content: "";
  width: 100%;
  height: 93%;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  pointer-events: none;
}
#product .kind_list .kind-item .product-list .item .name{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #0E3380;
  margin: 0 auto 10px;
}
#product .kind_list .kind-item .product-list .item .remarks_td {
	width: 100%;
	background-color: #e7e7e7;
	padding: 5px 5px;
}
#product .kind_list .kind-item .product-list .item .remarks{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #1B2839;
} */
#product .kind_list .kind-item .product-list{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px 20px;
}
#product .kind_list .kind-item .product-list .item{
  display: block;
  max-width: 730px;
  width: 100%;
  padding: 20px 20px 35px;
  background-color: #fff;
  border-radius: 10px;
}
#product .kind_list .kind-item .product-list .item .ctt-flex{
  display: flex;
  align-items: center;
  gap: 20px;
}
#product .kind_list .kind-item .product-list .item .img{
  flex-shrink: 0;
  overflow: hidden;
}
#product .kind_list .kind-item .product-list .item img{
  display: block;
  max-width: 280px;
  width: 100%;
  margin: 0;
  border-radius: 10px;
}
#product .kind_list .kind-item .product-list .item .txt{
  flex: 1;
}
/* #product .kind_list .kind-item .product-list .item .demo{
  position: relative;
  overflow: hidden;
}
#product .kind_list .kind-item .product-list .item .demo::before{
  content: "";
  width: 100%;
  height: 93%;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  pointer-events: none;
} */
#product .kind_list .kind-item .product-list .item .name{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  color: #0E3380;
  margin: 0 auto 20px;
}
#product .kind_list .kind-item .product-list .item .name span{
  font-size: 18px;
}
#product .kind_list .kind-item .product-list .item .remarks{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.82;
  color: #1B2839;
}
#product .kind_list .kind-item .product-list .item .remarks span{
  font-size: 14px;
}
#product .kind_list .kind-item .product-list .item.small .remarks{
  font-size: 13px;
}

@media (max-width: 1600px) {
  #product .kind_list .kind-item .product-list .item{
    max-width: 49%;
  }
}

@media (max-width: 840px) {
  #product .kind_list{
    padding: 16vw 0;
  }
  #product .kind_list .kind-item{
    padding: 21.33333333333333336vw 0 0;
    margin: 0;
  }
  #product .kind_list .kind-item:first-of-type{
    padding: 0;
  }
  #product .kind_list .kind-item .ttl{
    font-size: 8vw;
    margin: 0 auto 5.3333333333333333334vw;
  }
  #product .kind_list .kind-item .sub_ttl{
    font-size: 4.8vw;
    border-radius: 5px;
    padding: 2.666666666666667vw 4.26666666666666667vw 3.2vw;
    margin: 0 auto 5.3333333333333333334vw;
  }
  #product .kind_list .kind-item .product-list{
    flex-wrap: wrap;
    gap: 4vw;
  }
  /* #product .kind_list .kind-item .product-list .item{
    max-width: none;
    width: 42.66666666666667vw;
    padding: 2.666666666666666666667vw;
    border-radius: 5px;
  }
  #product .kind_list .kind-item .product-list .item img{
    margin: 0 0 2.66666666666666667vw;
    border-radius: 5px;
  }
  #product .kind_list .kind-item .product-list .item .demo::before{
    height: 90%;
    border-radius: 5px;
  }
  #product .kind_list .kind-item .product-list .item .name{
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 auto 2.6666666666666667vw;
  }
  #product .kind_list .kind-item .product-list .item .remarks{
    font-size: 3.2vw;
    word-break: break-all;
  } */
  #product .kind_list .main-txt{
    font-size: 4vw;
    text-align: center;
    line-height: 1.47;
    margin: 0 auto 8vw;
  }
  #product .kind_list .kind-item .product-list .item{
    max-width: none;
    width: 100%;
    padding: 2.666666666666666666667vw 4vw 4.8vw;
    border-radius: 5px;
  }
  #product .kind_list .kind-item .product-list .item .ctt-flex{
    display: block;
  }
  #product .kind_list .kind-item .product-list .item img{
    max-width: 80%;
    width: 100%;
    margin: 0 auto 4vw;
    border-radius: 5px;
  }
  #product .kind_list .kind-item .product-list .item .demo::before{
    height: 90%;
    border-radius: 5px;
  }
  #product .kind_list .kind-item .product-list .item .name{
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 auto 2.6666666666666667vw;
  }
  #product .kind_list .kind-item .product-list .item .name span{
    font-size: 3.2vw;
  }
  #product .kind_list .kind-item .product-list .item .remarks{
    font-size: 3.466666666666667vw;
    word-break: break-all;
  }
  #product .kind_list .kind-item .product-list .item .remarks span{
    font-size: 2.6666666666666667vw;
  }
  #product .kind_list .kind-item .product-list .item.small .remarks{
    font-size: 3.2vw;
  }
}

#product .maker{
  padding: 115px 0;
  background-color: #fff;
}
#product .maker .main-txt{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.67;
  margin: 0 auto 120px;
}
#product .maker .ttl_area{
  position: relative;
  color: #0E3380;
  margin: 0 auto 140px;
  z-index: 2;
}
#product .maker .ttl_area .bg{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 220px;
  font-weight: 800;
  letter-spacing: 0;
  color: #F3F3F3;
  z-index: 1;
}
#product .maker .ttl_area p{
  position: relative;
  font-size: 24px;
  font-family: "Inter", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 auto 15px;
  z-index: 2;
}
#product .maker .ttl_area h2{
  position: relative;
  font-size: 65px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
  z-index: 2;
}
#product .maker .ctt{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 110px;
}
#product .maker .ctt .item{
  display: block;
  max-width: 280px;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #F7F7F7;
}
#product .maker .ctt .item img{
  display: block;
  margin: 0 auto 20px;
}
#product .maker .ctt .item p{
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #1B2839;
}
#product .maker .under-note p{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 0 auto 48px;
  color: #0E3380;
}
#product .maker .under-note .btn a{
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  max-width: 600px;
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px 0 #AC3100;
  color: #fff;
  background: linear-gradient(to bottom, #ED6C00 50%, #E65216 50%);
  transition: all .3s;
}
#product .maker .under-note .btn a::before{
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/page/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-color: transparent;
}
#product .maker .under-note .btn a:hover{
  opacity: 1;
  transform: translate(0, 4px);
  box-shadow: 0 1px 0 #AC3100; 
}
@media (max-width: 840px) {
  #product .maker{
    padding: 16vw 0 13.3333333333333335vw;
  }
  #product .maker .main-txt{
    font-size: 4vw;
    text-align: center;
    line-height: 1.47;
    margin: 0 auto 12vw;
  }
  #product .maker .ttl_area{
    margin: 0 auto 13.3333333333333333335vw;
  }
  #product .maker .ttl_area .bg{
    top: -2.666666666666667vw;
    left: 50%;
    font-size: 21.333333333333335vw;
  }
  #product .maker .ttl_area p{
    font-size: 3.46666666666666666666663vw;
    margin: 0 auto 2.13333333333333333vw;
  }
  #product .maker .ttl_area h2{
    font-size: 9.333333333333333333334vw;
    line-height: 1.14;
  }
  #product .maker .ctt{
    gap: 2.66666666666666666666667vw;
    margin: 0 0 13.333333333333333333335vw;
  }
  #product .maker .ctt .item{
    max-width: 42.666666666666666667vw;
    padding: 4vw;
    border-radius: 5px;
  }
  #product .maker .ctt .item img{
    margin: 0 auto 3vw;
  }
  #product .maker .ctt .item p{
    font-size: 3.2vw;
  }
  #product .maker .under-note p{
    font-size: 4.8vw;
    margin: 0 auto 5.333333333333333334vw;
  }
  #product .maker .under-note .btn a{
    font-size: 4.8vw;
    max-width: 80vw;
    padding: 4vw 0;
  }
  #product .maker .under-note .btn a::before{ 
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
    right: 4vw;
    border-radius: 50%;
  }
}


