@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
/*　レッド　*/
/*　ブラウン　*/
/*　キャメル　*/
/*　グリーン　*/
.main {
  background: #e83220;
}

@keyframes move {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#fv {
  position: relative;
  z-index: 1;
}
#fv .in .txt .txt2 {
  font-weight: bold;
  color: #fff;
}
#fv .scroll {
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  transform: rotate(90deg);
}
#fv .scroll:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 2px;
  background: #fff;
  margin-left: 12px;
}
@keyframes fvTxt {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  30% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fvImg {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

#sec1 .in {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
#sec1 .in:before {
  content: "";
  display: block;
  width: 70px;
  height: 630px;
  background: url("/.assets/matching_tate.svg") no-repeat 0 0;
  background-size: contain;
  position: absolute;
}
#sec1 .in .tit h2 {
  color: #fff;
  position: relative;
}
#sec1 .in .list1 ol li {
  display: flex;
  margin-top: 20px;
}
#sec1 .in .list1 ol li .num {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: end;
}
#sec1 .in .list1 ol li div .txt1 {
  color: #fff;
  display: block;
  padding: 5px 10px;
}
#sec1 .in .list1 ol li div .txt2 {
  display: block;
  background: #fff;
  color: #e83220;
  font-weight: bold;
  padding: 10px;
  width: 100%;
  max-width: 635px;
  border: 3px solid #e0291f;
  box-shadow: 5px 7px 0px #e0291f;
}

#sec2 .in {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
#sec2 .in:before {
  content: "";
  display: block;
  background: url("/.assets/matching_tate02.svg") no-repeat 0 bottom;
  background-size: contain;
  position: absolute;
}
#sec2 .in h2 {
  max-width: 1280px;
  color: #fff;
}
#sec2 .in h2 .jp {
  line-height: 1.5;
}
#sec2 .in ul li {
  position: relative;
}
#sec2 .in ul li img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#sec2 .in ul li figcaption {
  display: block;
  background: #fff;
  position: absolute;
}

#sec3 .in {
  max-width: 1280px;
  margin: 0 auto;
}
#sec3 .in p {
  color: #fff;
}
#sec3 .in p .txt1 {
  display: block;
}
#sec3 .in p .txt2 {
  display: block;
  font-weight: 900;
  line-height: 1.2;
}
#sec3 .in p .txt3 {
  font-weight: bold;
}
#sec3 .in p .txt4 {
  display: block;
}

#sec4 .in {
  max-width: 1280px;
  margin: 0 auto;
}
#sec4 .in h2 span.img {
  display: block;
  text-align: center;
}
#sec4 .in h2 span.img img {
  margin: 0 auto;
}
#sec4 .in h2 span.txt {
  display: block;
  margin-top: 20px;
  text-align: center;
  color: #fff;
}
#sec4 .in ul {
  display: flex;
}
#sec4 .in ul li {
  border: 1px solid #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
#sec4 .in ul li span {
  display: flex;
  background: #fff;
  border: 5px solid #e83220;
  border-radius: 50%;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
}
#sec4 .in ul li span img {
  max-width: 228px;
  width: 90%;
}
#sec4 .in p {
  margin-top: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}
#sec4 .in p span {
  font-weight: bold;
}
#sec4 .in > .img {
  background: #fff;
  max-width: 1100px;
  width: 90%;
  text-align: center;
}
#sec4 .in > .img img {
  margin: 0 auto;
}

#sec5 {
  background: #fff;
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid #e83220;
}
#sec5 .sec5_1 {
  background: #fff;
}
#sec5 .sec5_1 h2 {
  text-align: center;
  font-weight: bold;
}
#sec5 .sec5_1 .price {
  text-align: center;
  position: relative;
  background: url("/.assets/price1.webp") no-repeat center 0;
  background-size: contain;
}
#sec5 .sec5_1 .price img.p2 {
  aspect-ratio: 1836/651;
  margin: 0 auto;
  position: relative;
}
#sec5 .sec5_1 ul li:before {
  content: "";
  display: inline-block;
  background: url(/.assets/icon_check.svg) no-repeat left top;
  position: relative;
}
#sec5 .sec5_1 ul li span {
  color: #e83220;
}
#sec5 .sec5_2 {
  background: url("/.assets/bg.png") no-repeat center 0px #eef0f1;
}
#sec5 .sec5_2 .txt1 {
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-weight: bold;
}
#sec5 .sec5_2 .txt1 span {
  color: #e83220;
}
#sec5 .sec5_2 .txt1:before, #sec5 .sec5_2 .txt1:after {
  content: "";
  display: block;
  background: #e83220;
  position: absolute;
}
#sec5 .sec5_2 .txt1:before {
  transform: rotate(-30deg);
  top: 0;
  left: 0;
}
#sec5 .sec5_2 .txt1:after {
  transform: rotate(30deg);
  top: 0;
  right: 0;
}
#sec5 .sec5_2 .txt2 {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
#sec5 .sec5_2 .btn {
  text-align: center;
  margin-top: 25px;
}
#sec5 .sec5_2 .btn a:hover {
  opacity: 0.75;
  box-shadow: none;
  transform: translateX(6px) translateY(6px);
}
#sec5 .sec5_2 .btn a:after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url("/.assets/icon_arrow01_w.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
}
#sec5 .sec5_2 .btn a .bttxt1 {
  font-family: "Archivo Black", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#sec5 .sec5_2 .btn a .bttxt2 {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

#sec6 {
  background: #fff;
}
#sec6 .in {
  max-width: 1280px;
  margin: 0 auto;
}
#sec6 .in .title_wrap {
  align-items: center;
}
#sec6 .in .title_wrap .title_wrap_in h2 span {
  display: block;
}
#sec6 .in .title_wrap .title_wrap_in h2 span.en {
  font-family: "Barlow", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 100;
  font-weight: 800;
  color: #e83220;
  display: block;
  margin-bottom: 10px;
}
#sec6 .in .title_wrap .title_wrap_in h2 span.obi {
  display: inline-block;
  background: #e83220;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
#sec6 .in .title_wrap .title_wrap_in p {
  line-height: 1.7;
}
#sec6 .in .jirei_wrap .jirei {
  box-shadow: 0 0 15px rgba(117, 99, 99, 0.2509803922);
  position: relative;
  justify-content: space-between;
  color: #000;
  border: 1px solid #f1f0f0;
  display: block;
}
#sec6 .in .jirei_wrap .jirei:first-child {
  margin-top: 0;
}
#sec6 .in .jirei_wrap .jirei:before {
  content: "";
  display: block;
  height: 5px;
  background: #e83220;
  position: absolute;
  top: 22px;
  left: 0;
}
#sec6 .in .jirei_wrap .jirei .txt h3 {
  font-weight: bold;
  line-height: 1.5;
}
#sec6 .in .jirei_wrap .jirei .txt p {
  margin-top: 20px;
  line-height: 1.5;
}
#sec6 .in .jirei_wrap .jirei .txt .name {
  text-align: right;
  font-weight: bold;
  margin-top: 20px;
}
#sec6 .in .jirei_wrap .jirei .img img {
  width: 100%;
}

#sec7 {
  background: #e83220;
}
#sec7 .in {
  max-width: 1280px;
  margin: 0 auto;
}
#sec7 .in .title_wrap h2 .jp {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#sec7 .in .title_wrap h2 .en {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 100;
  font-size: 20px;
  font-weight: 800;
}
#sec7 .in .title_wrap p {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
#sec7 .in .voice_wrap ul li {
  background: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  position: relative;
}
#sec7 .in .voice_wrap ul li:before {
  content: "";
  position: absolute;
  background: url("/.assets/icon_voice.svg") no-repeat 0 0;
  background-size: contain;
}
#sec7 .in .voice_wrap ul li .txt {
  font-weight: bold;
  line-height: 1.3;
}
#sec7 .in .voice_wrap ul li .txt span {
  color: #e83220;
  font-weight: bold;
  position: relative;
  display: inline-block;
  background: linear-gradient(transparent 80%, #ffcccc 80%);
}

#sec8 {
  background: #fff;
}
#sec8 .in {
  max-width: 1280px;
  margin: 0 auto;
}
#sec8 .in .title_wrap h2 .jp {
  display: block;
  text-align: center;
  color: #e83220;
  font-weight: bold;
}
#sec8 .in .title_wrap h2 .en {
  display: block;
  text-align: center;
  color: #3f3f3f;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 100;
  font-size: 20px;
  font-weight: 800;
  margin-top: 20px;
}
#sec8 .in .title_wrap p {
  text-align: center;
  color: #3f3f3f;
  font-size: 18px;
}
#sec8 .in .topics_wrap ul li {
  border: 1px solid #f1f0f0;
  box-shadow: 0 0 15px rgba(117, 99, 99, 0.2509803922);
  transition: 0.3s;
  position: relative;
  padding-bottom: 60px;
}
#sec8 .in .topics_wrap ul li:hover {
  box-shadow: none;
}
#sec8 .in .topics_wrap ul li a {
  color: #000;
}
#sec8 .in .topics_wrap ul li .txt {
  line-height: 1.5;
}
#sec8 .in .topics_wrap ul li .link {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #dee0e0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#sec8 .in .topics_wrap ul li .link:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 17px;
  background: url("/.assets/icon_arrow01.svg") no-repeat center 5px;
  background-size: contain;
}
#sec8 .in .bottom_link {
  text-align: right;
  margin-top: 40px;
}
#sec8 .in .bottom_link .bt_next {
  text-decoration: none;
  color: #000;
  display: inline-block;
  position: relative;
  padding-top: 1px;
}
#sec8 .in .bottom_link .bt_next:before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
#sec8 .in .bottom_link .bt_next:hover {
  text-decoration: underline;
}

#sec9 {
  background: #f0f0f0;
}
#sec9 .in {
  max-width: 1280px;
  margin: 0 auto;
}
#sec9 .in h2 {
  display: block;
  text-align: center;
  color: #060606;
  font-weight: bold;
}
#sec9 .in .list {
  margin-top: 50px;
}
#sec9 .in .list ol {
  max-width: 860px;
  margin: 0 auto;
}
#sec9 .in .list ol li {
  border-radius: 15px 15px 15px 0;
  background: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
#sec9 .in .list ol li:before {
  content: "";
  width: 60px;
  height: 20px;
  background: url("/.assets/sankaku.svg") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: calc(50% - 30px);
  bottom: -20px;
}
#sec9 .in .list ol li:last-child {
  margin-bottom: 0;
}
#sec9 .in .list ol li:last-child:before {
  display: none;
}
#sec9 .in .list ol li div.num {
  color: #e83220;
  font-family: "Barlow", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 100;
  font-weight: 600;
  font-style: italic;
}
#sec9 .in .list ol li div.txt {
  flex: 1;
  font-weight: bold;
  line-height: 1.5;
  border-left: 1px solid #e83220;
}
#sec9 .in .list ol li div.txt span, #sec9 .in .list ol li div.txt a {
  color: #e83220;
}

#sec10 {
  background: #fff;
}
#sec10 .in {
  max-width: 1030px;
  margin: 0 auto;
}
#sec10 .in .logo_wrap {
  flex: 1;
}
#sec10 .in .logo_wrap p {
  font-weight: bold;
  line-height: 1.7;
}
#sec10 .in .txt_wrap {
  flex-basis: 540px;
}
#sec10 .in .txt_wrap p {
  line-height: 2;
}
#sec10 .in .txt_wrap .name {
  font-weight: bold;
  text-align: right;
  line-height: 2;
  margin-top: 30px;
}

.inquiry_wrap {
  background: #fff;
}
.inquiry_wrap .inquiry_box {
  background: #f5f5f5;
  max-width: 1080px;
  margin: 0 auto;
}
.inquiry_wrap p {
  text-align: center;
}
.inquiry_wrap .btn a {
  display: block;
  margin: 0 auto;
  border: 2px solid #000;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-decoration: none;
  padding: 10px;
}
.inquiry_wrap .btn a:hover {
  background: #000;
  color: #fff;
}
.inquiry_wrap .btn a:hover:before {
  background: url("/.assets/mail_on.png") no-repeat center center;
  background-size: contain;
}
.inquiry_wrap .btn a:before {
  content: "";
  background: url("/.assets/mail.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .main {
    background: #e83220;
    padding-top: 20px;
  }
  .roatate_txt {
    width: 30vw;
    height: 30vw;
    position: relative;
    z-index: 2;
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .roatate_txt:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/.assets/rotate_txt.svg) no-repeat center center;
    animation: move 15s linear infinite;
  }
  .roatate_txt span {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 4.5vw);
    font-size: 4vw;
  }
  @keyframes move {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  #fv {
    position: relative;
    z-index: 1;
  }
  #fv .in .txt {
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
  }
  #fv .in .txt img {
    width: min(80vw, 600px);
  }
  #fv .in .txt .txt2 {
    font-weight: bold;
    color: #fff;
    font-size: 3.3vw;
    margin-top: 20px;
  }
  #fv .in .fvImg {
    margin-top: 10vw;
    padding-left: 50px;
  }
  #fv .scroll {
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    transform: rotate(90deg);
    left: -20px;
    bottom: 0;
    display: none;
  }
  #fv .scroll:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 2px;
    background: #fff;
    margin-left: 12px;
  }
  @keyframes fvTxt {
    0% {
      opacity: 0;
      transform: translateX(-100px);
    }
    30% {
      opacity: 0;
      transform: translateX(-100px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fvImg {
    0% {
      opacity: 0;
      transform: translateX(100px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  #sec1 {
    margin-top: 10vw;
  }
  #sec1 .in {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  #sec1 .in:before {
    content: "";
    display: block;
    width: 70px;
    height: 630px;
    background: url("/.assets/matching_tate.svg") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    width: 10vw;
    height: 75vw;
    right: 0px;
    bottom: -75vw;
  }
  #sec1 .in .js-fadeIn {
    display: block;
  }
  #sec1 .in .tit {
    padding-left: 20px;
  }
  #sec1 .in .tit h2 {
    color: #fff;
    position: relative;
    font-size: 7vw;
    padding-top: 4.5vw;
    font-weight: 900;
  }
  #sec1 .in .tit h2 br {
    display: none;
  }
  #sec1 .in .tit h2:before {
    content: "・・・";
    font-size: 6vw;
    position: absolute;
    left: 22vw;
    top: -3px;
    letter-spacing: 0.5vw;
  }
  #sec1 .in .list1 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 5vw;
  }
  #sec1 .in .list1 ol li {
    display: flex;
    margin-top: 20px;
  }
  #sec1 .in .list1 ol li .num {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: end;
    font-size: 4vw;
    padding-right: 3vw;
    padding-bottom: 2.5vw;
  }
  #sec1 .in .list1 ol li div .txt1 {
    color: #fff;
    display: block;
    padding: 5px 10px;
    font-size: 3.5vw;
  }
  #sec1 .in .list1 ol li div .txt2 {
    display: block;
    background: #fff;
    color: #e83220;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    max-width: 635px;
    border: 3px solid #e0291f;
    box-shadow: 5px 7px 0px #e0291f;
    font-size: 5vw;
  }
  #sec2 {
    margin-top: 12vw;
  }
  #sec2 .in {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  #sec2 .in:before {
    content: "";
    display: block;
    background: url("/.assets/matching_tate02.svg") no-repeat 0 bottom;
    background-size: contain;
    position: absolute;
    width: 20vw;
    height: 90vw;
    left: -10vw;
    bottom: -29vw;
  }
  #sec2 .in h2 {
    max-width: 1280px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }
  #sec2 .in h2 .en {
    display: block;
    font-size: 3.5vw;
  }
  #sec2 .in h2 .en br {
    display: none;
  }
  #sec2 .in h2 .jp {
    line-height: 1.5;
    display: block;
    font-size: 5vw;
    margin-top: 3vw;
  }
  #sec2 .in ul {
    margin-top: 3vw;
    padding: 0 30px;
  }
  #sec2 .in ul li {
    position: relative;
    padding: 3vw;
  }
  #sec2 .in ul li img {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  #sec2 .in ul li figcaption {
    display: block;
    background: #fff;
    position: absolute;
    font-size: 4.5vw;
    padding: 7px 10px 10px 15px;
    width: 90%;
    bottom: 30px;
    right: -5px;
  }
  #sec3 {
    margin-top: 15vw;
    background: url(/.assets/sec3_bg_sp.webp) no-repeat right 0 #181a17;
    background-size: auto 100%;
    padding: 0 20px;
  }
  #sec3 .in {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  #sec3 .in p {
    color: #fff;
  }
  #sec3 .in p .txt1 {
    display: block;
    font-size: 5vw;
  }
  #sec3 .in p .txt2 {
    display: block;
    font-weight: 900;
    line-height: 1.2;
    font-size: 8vw;
    margin-top: 3vw;
  }
  #sec3 .in p .txt3 {
    font-weight: bold;
    font-size: 5vw;
    margin-left: 5px;
  }
  #sec3 .in p .txt4 {
    display: block;
    font-size: 5vw;
    margin-top: 3vw;
  }
  #sec4 {
    margin-top: 12vw;
    padding-bottom: 12vw;
  }
  #sec4 .in {
    max-width: 1280px;
    margin: 0 auto;
  }
  #sec4 .in h2 span.img {
    display: block;
    text-align: center;
  }
  #sec4 .in h2 span.img img {
    margin: 0 auto;
    width: 100px;
  }
  #sec4 .in h2 span.txt {
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 5vw;
  }
  #sec4 .in ul {
    display: flex;
    margin-top: 5vw;
    flex-wrap: wrap;
    padding: 0 20px;
    justify-content: space-between;
  }
  #sec4 .in ul li {
    border: 1px solid #fff;
    border-radius: 50%;
    aspect-ratio: 1/1;
    flex-basis: 47%;
    margin-top: 20px;
  }
  #sec4 .in ul li span {
    display: flex;
    background: #fff;
    border: 5px solid #e83220;
    border-radius: 50%;
    aspect-ratio: 1/1;
    justify-content: center;
    align-items: center;
  }
  #sec4 .in ul li span img {
    max-width: 228px;
    width: 90%;
  }
  #sec4 .in p {
    margin-top: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    font-size: 5vw;
  }
  #sec4 .in p span {
    font-weight: bold;
    font-size: 7vw;
  }
  #sec4 .in > .img {
    background: #fff;
    max-width: 1100px;
    width: 90%;
    text-align: center;
    margin: 5vw auto 0;
  }
  #sec4 .in > .img img {
    margin: 0 auto;
  }
  #sec5 {
    background: #fff;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #e83220;
    padding: 12vw 0px 0;
  }
  #sec5 .sec5_1 {
    background: #fff;
    padding: 0 20px;
  }
  #sec5 .sec5_1 h2 {
    text-align: center;
    font-weight: bold;
    font-size: 5vw;
    line-height: 1.5;
  }
  #sec5 .sec5_1 .price {
    text-align: center;
    position: relative;
    background: url("/.assets/price1.webp") no-repeat center 0;
    background-size: contain;
    margin: 8vw auto 0;
    width: 70vw;
    height: 16vw;
  }
  #sec5 .sec5_1 .price img.p2 {
    aspect-ratio: 1836/651;
    margin: 0 auto;
    position: relative;
    width: 37vw;
    left: -10px;
    top: 6px;
  }
  #sec5 .sec5_1 ul {
    margin-top: 6vw;
    font-weight: bold;
  }
  #sec5 .sec5_1 ul li {
    font-size: 4vw;
    position: relative;
    padding-left: 5vw;
    line-height: 1.5;
    margin-top: 3vw;
  }
  #sec5 .sec5_1 ul li:before {
    content: "";
    display: inline-block;
    background: url(/.assets/icon_check.svg) no-repeat left top;
    position: relative;
    width: 4vw;
    height: 4vw;
    background-size: 3.8vw;
    position: absolute;
    left: 0;
    top: 8px;
  }
  #sec5 .sec5_1 ul li span {
    color: #e83220;
    font-size: 4.5vw;
  }
  #sec5 .sec5_2 {
    background: url("/.assets/bg.png") no-repeat center -65px #eef0f1;
    padding: 80px 20px 12vw;
  }
  #sec5 .sec5_2 .txt1 {
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: bold;
    width: 80vw;
    font-size: 5vw;
    padding-top: 10px;
  }
  #sec5 .sec5_2 .txt1 span {
    color: #e83220;
    font-size: 7vw;
  }
  #sec5 .sec5_2 .txt1:before, #sec5 .sec5_2 .txt1:after {
    content: "";
    display: block;
    background: #e83220;
    position: absolute;
    width: 2px;
    height: 40px;
  }
  #sec5 .sec5_2 .txt1:before {
    transform: rotate(-30deg);
    top: 0;
    left: 0;
  }
  #sec5 .sec5_2 .txt1:after {
    transform: rotate(30deg);
    top: 0;
    right: 0;
  }
  #sec5 .sec5_2 .txt2 {
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    font-size: 3.8vw;
    margin-top: 5vw;
  }
  #sec5 .sec5_2 .btn {
    text-align: center;
    margin-top: 25px;
  }
  #sec5 .sec5_2 .btn a {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 5vw 2vw 6vw;
    background: #e83220;
    box-shadow: 6px 6px 0 #d7d8d9;
    border-radius: 12px;
    position: relative;
  }
  #sec5 .sec5_2 .btn a:hover {
    opacity: 0.75;
    box-shadow: none;
    transform: translateX(6px) translateY(6px);
  }
  #sec5 .sec5_2 .btn a:after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url("/.assets/icon_arrow01_w.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 30px;
  }
  #sec5 .sec5_2 .btn a .bttxt1 {
    font-family: "Archivo Black", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 6vw;
  }
  #sec5 .sec5_2 .btn a .bttxt2 {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 6vw;
    margin-top: 15px;
  }
  #sec6 {
    background: #fff;
  }
  #sec6 .in {
    max-width: 1280px;
    margin: 0 auto;
    padding: 12vw 20px;
  }
  #sec6 .in .title_wrap {
    align-items: center;
  }
  #sec6 .in .title_wrap .title_wrap_in h2 {
    text-align: center;
  }
  #sec6 .in .title_wrap .title_wrap_in h2 span {
    display: block;
    text-align: center;
  }
  #sec6 .in .title_wrap .title_wrap_in h2 span.en {
    font-family: "Barlow", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100;
    font-weight: 800;
    color: #e83220;
    display: block;
    margin-bottom: 10px;
  }
  #sec6 .in .title_wrap .title_wrap_in h2 span.obi {
    display: inline-block;
    background: #e83220;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-top: 5px;
    font-size: 7vw;
    padding: 7px 13px 10px;
  }
  #sec6 .in .title_wrap .title_wrap_in p {
    line-height: 1.7;
    text-align: center;
    font-size: 4vw;
    margin-top: 4vw;
  }
  #sec6 .in .jirei_wrap {
    margin: 8vw auto 0;
    max-width: 460px;
  }
  #sec6 .in .jirei_wrap .jirei {
    box-shadow: 0 0 15px rgba(117, 99, 99, 0.2509803922);
    position: relative;
    justify-content: space-between;
    color: #000;
    border: 1px solid #f1f0f0;
    display: block;
    margin-top: 25px;
  }
  #sec6 .in .jirei_wrap .jirei:first-child {
    margin-top: 0;
  }
  #sec6 .in .jirei_wrap .jirei:before {
    content: "";
    display: block;
    height: 5px;
    background: #e83220;
    position: absolute;
    top: 22px;
    left: 0;
    width: 17px;
  }
  #sec6 .in .jirei_wrap .jirei .txt {
    padding: 25px;
  }
  #sec6 .in .jirei_wrap .jirei .txt h3 {
    font-weight: bold;
    line-height: 1.5;
    font-size: min(5vw, 20px);
  }
  #sec6 .in .jirei_wrap .jirei .txt p {
    margin-top: 20px;
    line-height: 1.5;
    font-size: min(4vw, 16px);
  }
  #sec6 .in .jirei_wrap .jirei .txt .name {
    text-align: right;
    font-weight: bold;
    margin-top: 20px;
    font-size: min(4.5vw, 18px);
  }
  #sec6 .in .jirei_wrap .jirei .txt .name span {
    font-size: min(4vw, 16px);
  }
  #sec6 .in .jirei_wrap .jirei .img {
    padding: 0 25px 25px;
  }
  #sec6 .in .jirei_wrap .jirei .img img {
    width: 100%;
  }
  #sec7 {
    background: #e83220;
    padding: 12vw 20px;
  }
  #sec7 .in {
    max-width: 1280px;
    margin: 0 auto;
  }
  #sec7 .in .title_wrap h2 .jp {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 7vw;
  }
  #sec7 .in .title_wrap h2 .en {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: "Barlow", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100;
    font-size: 20px;
    font-weight: 800;
    font-size: 16px;
    font-weight: 800;
    margin-top: 14px;
  }
  #sec7 .in .title_wrap p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 4vw;
    line-height: 1.5;
  }
  #sec7 .in .voice_wrap {
    padding: 0px 10px;
  }
  #sec7 .in .voice_wrap ul li {
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px;
    margin-top: 35px;
  }
  #sec7 .in .voice_wrap ul li:before {
    content: "";
    position: absolute;
    background: url("/.assets/icon_voice.svg") no-repeat 0 0;
    background-size: contain;
    width: 70px;
    height: 60px;
    left: -20px;
    top: -25px;
  }
  #sec7 .in .voice_wrap ul li .img {
    flex-basis: 25%;
  }
  #sec7 .in .voice_wrap ul li .txt {
    font-weight: bold;
    line-height: 1.3;
    padding-left: 25px;
    font-size: 4vw;
  }
  #sec7 .in .voice_wrap ul li .txt span {
    color: #e83220;
    font-weight: bold;
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 80%, #ffcccc 80%);
    font-size: 4.7vw;
  }
  #sec8 {
    background: #fff;
    padding: 12vw 20px;
  }
  #sec8 .in {
    max-width: 1280px;
    margin: 0 auto;
  }
  #sec8 .in .title_wrap h2 .jp {
    display: block;
    text-align: center;
    color: #e83220;
    font-weight: bold;
    font-size: 7vw;
  }
  #sec8 .in .title_wrap h2 .en {
    display: block;
    text-align: center;
    color: #3f3f3f;
    font-weight: bold;
    font-family: "Barlow", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100;
    font-size: 20px;
    font-weight: 800;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 800;
    margin-top: 14px;
  }
  #sec8 .in .title_wrap p {
    text-align: center;
    color: #3f3f3f;
    font-size: 18px;
    margin-top: 4vw;
    line-height: 1.5;
  }
  #sec8 .in .topics_wrap {
    max-width: 460px;
    margin: 10vw auto 0;
  }
  #sec8 .in .topics_wrap ul li {
    border: 1px solid #f1f0f0;
    box-shadow: 0 0 15px rgba(117, 99, 99, 0.2509803922);
    transition: 0.3s;
    position: relative;
    padding-bottom: 60px;
    margin-top: 25px;
  }
  #sec8 .in .topics_wrap ul li:hover {
    box-shadow: none;
  }
  #sec8 .in .topics_wrap ul li a {
    color: #000;
  }
  #sec8 .in .topics_wrap ul li .img {
    padding: 20px 20px 0;
  }
  #sec8 .in .topics_wrap ul li .txt {
    line-height: 1.5;
    padding: 20px 25px 20px;
    font-size: min(4.5vw, 18px);
  }
  #sec8 .in .topics_wrap ul li .link {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #dee0e0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: min(3.5vw, 15px);
  }
  #sec8 .in .topics_wrap ul li .link:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 17px;
    background: url("/.assets/icon_arrow01.svg") no-repeat center 5px;
    background-size: contain;
  }
  #sec8 .in .bottom_link {
    text-align: right;
    margin-top: 40px;
  }
  #sec8 .in .bottom_link .bt_next {
    text-decoration: none;
    color: #000;
    display: inline-block;
    position: relative;
    padding-top: 1px;
    color: #000;
    padding-right: 34px;
    font-size: 16px;
    line-height: 1.3;
  }
  #sec8 .in .bottom_link .bt_next:before {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url("/.assets/icon_arrow02.svg") no-repeat 0 0;
    background-size: contain;
  }
  #sec8 .in .bottom_link .bt_next:hover {
    text-decoration: underline;
  }
  #sec9 {
    background: #f0f0f0;
    padding: 12vw 20px;
  }
  #sec9 .in {
    max-width: 1280px;
    margin: 0 auto;
  }
  #sec9 .in h2 {
    display: block;
    text-align: center;
    color: #060606;
    font-weight: bold;
    font-size: 7vw;
  }
  #sec9 .in .list {
    margin-top: 50px;
  }
  #sec9 .in .list ol {
    max-width: 860px;
    margin: 0 auto;
  }
  #sec9 .in .list ol li {
    border-radius: 15px 15px 15px 0;
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    padding: 20px;
  }
  #sec9 .in .list ol li:before {
    content: "";
    width: 60px;
    height: 20px;
    background: url("/.assets/sankaku.svg") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: calc(50% - 30px);
    bottom: -20px;
  }
  #sec9 .in .list ol li:last-child {
    margin-bottom: 0;
  }
  #sec9 .in .list ol li:last-child:before {
    display: none;
  }
  #sec9 .in .list ol li div.num {
    color: #e83220;
    font-family: "Barlow", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100;
    font-weight: 600;
    font-style: italic;
    font-size: 24px;
    flex-basis: 10vw;
    text-align: center;
    padding-right: 15px;
  }
  #sec9 .in .list ol li div.txt {
    flex: 1;
    font-weight: bold;
    line-height: 1.5;
    border-left: 1px solid #e83220;
    font-size: 17px;
    padding-left: 15px;
  }
  #sec9 .in .list ol li div.txt span, #sec9 .in .list ol li div.txt a {
    color: #e83220;
  }
  #sec10 {
    background: #fff;
    padding: 12vw 20px 5vw;
  }
  #sec10 .in {
    max-width: 1030px;
    margin: 0 auto;
  }
  #sec10 .in .logo_wrap {
    flex: 1;
  }
  #sec10 .in .logo_wrap .logo {
    text-align: center;
  }
  #sec10 .in .logo_wrap .logo img {
    width: 90px;
    margin: 0 auto;
  }
  #sec10 .in .logo_wrap p {
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    font-size: 5vw;
    margin-top: 4vw;
  }
  #sec10 .in .txt_wrap {
    flex-basis: 540px;
  }
  #sec10 .in .txt_wrap p {
    line-height: 2;
    font-size: min(3.5vw, 16px);
    margin-top: 20px;
  }
  #sec10 .in .txt_wrap .name {
    font-weight: bold;
    text-align: right;
    line-height: 2;
    margin-top: 30px;
    font-size: 3.5vw;
  }
  .inquiry_wrap {
    background: #fff;
    padding: 5vw 20px 5vw;
  }
  .inquiry_wrap .inquiry_box {
    background: #f5f5f5;
    max-width: 1080px;
    margin: 0 auto;
    padding: 30px 15px;
  }
  .inquiry_wrap p {
    text-align: center;
    font-size: min(3.5vw, 15px);
    line-height: 1.7;
  }
  .inquiry_wrap .btn {
    margin-top: 20px;
    text-align: center;
  }
  .inquiry_wrap .btn a {
    display: block;
    margin: 0 auto;
    border: 2px solid #000;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-decoration: none;
    font-size: min(4vw, 16px);
    width: 250px;
    height: 55px;
  }
  .inquiry_wrap .btn a:hover {
    background: #000;
    color: #fff;
  }
  .inquiry_wrap .btn a:hover:before {
    background: url("/.assets/mail_on.png") no-repeat center center;
    background-size: contain;
  }
  .inquiry_wrap .btn a:before {
    content: "";
    background: url("/.assets/mail.png") no-repeat center center;
    background-size: contain;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    width: 20px;
    height: 17px;
    margin-right: 5px;
    margin-left: -5px;
    top: 0px;
  }
  div.matching {
    background: url("/.assets/matching_yoko.svg") no-repeat center center #fff;
    height: 100px;
    background-size: 80% auto;
  }
}
@media print, screen and (min-width: 769px) {
  .main {
    background: #e83220;
  }
  .roatate_txt {
    width: 250px;
    height: 250px;
    position: relative;
    z-index: 1;
    left: 30px;
    top: -70px;
  }
  .roatate_txt:before {
    content: "";
    display: block;
    width: 250px;
    height: 250px;
    background: url(/.assets/rotate_txt.svg) no-repeat center center;
    animation: move 15s linear infinite;
  }
  .roatate_txt span {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 35px;
    position: absolute;
    top: 82px;
    left: 0;
  }
  @keyframes move {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  #fv {
    position: relative;
    z-index: 1;
  }
  #fv .in {
    max-width: 1280px;
    aspect-ratio: 1280/585;
    position: relative;
    margin: -200px auto 0;
  }
  #fv .in .txt {
    width: min(50vw, 600px);
    position: absolute;
    left: 10px;
    top: 85px;
    z-index: 2;
    animation: fvTxt 1s ease;
  }
  #fv .in .txt img {
    width: 100%;
  }
  #fv .in .txt .txt2 {
    font-weight: bold;
    color: #fff;
    font-size: min(2vw, 25px);
    margin-top: 35px;
  }
  #fv .in .fvImg {
    height: 100%;
    position: absolute;
    right: -85px;
    top: 0;
    z-index: 1;
    animation: fvImg 0.7s ease;
  }
  #fv .in .fvImg img {
    height: 100%;
  }
  #fv .scroll {
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    transform: rotate(90deg);
    left: 0;
    bottom: 0;
  }
  #fv .scroll:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 2px;
    background: #fff;
    margin-left: 12px;
  }
  @keyframes fvTxt {
    0% {
      opacity: 0;
      transform: translateX(-100px);
    }
    30% {
      opacity: 0;
      transform: translateX(-100px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fvImg {
    0% {
      opacity: 0;
      transform: translateX(100px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  #sec1 {
    margin-top: 60px;
  }
  #sec1 .in {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  #sec1 .in:before {
    content: "";
    display: block;
    width: 70px;
    height: 630px;
    background: url("/.assets/matching_tate.svg") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    width: 70px;
    height: 630px;
    right: -160px;
    top: -60px;
  }
  #sec1 .in .js-fadeIn {
    display: flex;
  }
  #sec1 .in .tit {
    max-width: 450px;
    padding-left: 60px;
  }
  #sec1 .in .tit h2 {
    color: #fff;
    position: relative;
    padding-top: 30px;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: 0.07rem;
  }
  #sec1 .in .tit h2:before {
    content: "・・・";
    font-size: 35px;
    position: absolute;
    left: 160px;
    top: -6px;
    letter-spacing: 16px;
  }
  #sec1 .in .list1 {
    width: calc(100% - 450px);
    padding-left: 60px;
  }
  #sec1 .in .list1 ol li {
    display: flex;
    margin-top: 20px;
  }
  #sec1 .in .list1 ol li .num {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: end;
    font-size: 27px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
  #sec1 .in .list1 ol li div {
    width: 635px;
  }
  #sec1 .in .list1 ol li div .txt1 {
    color: #fff;
    display: block;
    padding: 5px 10px;
    font-size: 20px;
  }
  #sec1 .in .list1 ol li div .txt2 {
    display: block;
    background: #fff;
    color: #e83220;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    max-width: 635px;
    border: 3px solid #e0291f;
    box-shadow: 5px 7px 0px #e0291f;
    font-size: 34px;
  }
  #sec2 {
    margin-top: 90px;
  }
  #sec2 .in {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  #sec2 .in:before {
    content: "";
    display: block;
    background: url("/.assets/matching_tate02.svg") no-repeat 0 bottom;
    background-size: contain;
    position: absolute;
    width: 145px;
    height: 720px;
    right: 98%;
    bottom: -90px;
  }
  #sec2 .in h2 {
    max-width: 1280px;
    color: #fff;
    display: flex;
  }
  #sec2 .in h2 .en {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-right: 60px;
    font-size: 18px;
    font-weight: normal;
  }
  #sec2 .in h2 .jp {
    line-height: 1.5;
    flex-basis: 750px;
    font-size: 28px;
  }
  #sec2 .in ul {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 40px;
  }
  #sec2 .in ul li {
    position: relative;
    flex-basis: 30%;
    padding: 10px;
  }
  #sec2 .in ul li img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  #sec2 .in ul li figcaption {
    display: block;
    background: #fff;
    position: absolute;
    font-size: 20px;
    padding: 7px 25px 10px;
    bottom: 30px;
    right: -15px;
  }
  #sec3 {
    margin-top: 90px;
    background: url(/.assets/sec3_bg.webp) no-repeat right 0 #181a17;
    height: 450px;
  }
  #sec3 .in {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 80px;
  }
  #sec3 .in p {
    color: #fff;
  }
  #sec3 .in p .txt1 {
    display: block;
    font-size: 34px;
  }
  #sec3 .in p .txt2 {
    display: block;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 15px;
    font-size: 66px;
  }
  #sec3 .in p .txt3 {
    font-weight: bold;
    font-size: 54px;
  }
  #sec3 .in p .txt4 {
    display: block;
    margin-top: 20px;
    font-size: 34px;
  }
  #sec4 {
    margin-top: 90px;
    padding-bottom: 120px;
  }
  #sec4 .in {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  #sec4 .in:before {
    content: "";
    display: block;
    width: 70px;
    height: 630px;
    background: url(/.assets/merit_tate.svg) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    width: 110px;
    height: 490px;
    right: -160px;
    top: 220px;
  }
  #sec4 .in h2 span.img {
    display: block;
    text-align: center;
  }
  #sec4 .in h2 span.img img {
    margin: 0 auto;
  }
  #sec4 .in h2 span.txt {
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 32px;
  }
  #sec4 .in ul {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
  }
  #sec4 .in ul li {
    border: 1px solid #fff;
    border-radius: 50%;
    aspect-ratio: 1/1;
    flex-basis: 23%;
  }
  #sec4 .in ul li span {
    display: flex;
    background: #fff;
    border: 5px solid #e83220;
    border-radius: 50%;
    aspect-ratio: 1/1;
    justify-content: center;
    align-items: center;
  }
  #sec4 .in ul li span img {
    max-width: 228px;
    width: 90%;
  }
  #sec4 .in p {
    margin-top: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    font-size: 32px;
  }
  #sec4 .in p span {
    font-weight: bold;
    font-size: 42px;
  }
  #sec4 .in > .img {
    background: #fff;
    max-width: 1100px;
    width: 90%;
    text-align: center;
    margin: 40px auto 0;
    padding: 20px 0;
  }
  #sec4 .in > .img img {
    margin: 0 auto;
  }
  #sec5 {
    background: #fff;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #e83220;
    padding-top: 120px;
  }
  #sec5 .sec5_1 {
    background: #fff;
  }
  #sec5 .sec5_1 h2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
  }
  #sec5 .sec5_1 .price {
    text-align: center;
    position: relative;
    background: url("/.assets/price1.webp") no-repeat center 0;
    background-size: contain;
    margin: 55px auto 0;
    width: 722px;
    height: 160px;
  }
  #sec5 .sec5_1 .price img.p2 {
    aspect-ratio: 1836/651;
    margin: 0 auto;
    position: relative;
    max-width: 361px;
    left: -25px;
    top: 26px;
  }
  #sec5 .sec5_1 ul {
    margin-top: 50px;
    text-align: center;
    font-weight: bold;
  }
  #sec5 .sec5_1 ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
  }
  #sec5 .sec5_1 ul li:before {
    content: "";
    display: inline-block;
    background: url(/.assets/icon_check.svg) no-repeat left top;
    position: relative;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    top: 5px;
    margin-right: 7px;
  }
  #sec5 .sec5_1 ul li span {
    color: #e83220;
    font-size: 28px;
  }
  #sec5 .sec5_2 {
    background: url("/.assets/bg.png") no-repeat center 0px #eef0f1;
    padding-top: 170px;
    padding-bottom: 70px;
  }
  #sec5 .sec5_2 .txt1 {
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: bold;
    width: 525px;
    font-size: 32px;
    padding-top: 20px;
  }
  #sec5 .sec5_2 .txt1 span {
    color: #e83220;
    font-size: 42px;
  }
  #sec5 .sec5_2 .txt1:before, #sec5 .sec5_2 .txt1:after {
    content: "";
    display: block;
    background: #e83220;
    position: absolute;
    width: 3px;
    height: 70px;
  }
  #sec5 .sec5_2 .txt1:before {
    transform: rotate(-30deg);
    top: 0;
    left: 0;
  }
  #sec5 .sec5_2 .txt1:after {
    transform: rotate(30deg);
    top: 0;
    right: 0;
  }
  #sec5 .sec5_2 .txt2 {
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    font-size: 18px;
    margin-top: 30px;
  }
  #sec5 .sec5_2 .btn {
    text-align: center;
    margin-top: 25px;
  }
  #sec5 .sec5_2 .btn a {
    display: block;
    margin: 0 auto;
    width: 810px;
    height: 200px;
    padding: 40px 0 0;
    background: #e83220;
    box-shadow: 12px 12px 0 #d7d8d9;
    border-radius: 12px;
    position: relative;
  }
  #sec5 .sec5_2 .btn a:hover {
    opacity: 0.75;
    box-shadow: none;
    transform: translateX(6px) translateY(6px);
  }
  #sec5 .sec5_2 .btn a:after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url("/.assets/icon_arrow01_w.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 30px;
    bottom: 48px;
    right: 30px;
    bottom: 30px;
  }
  #sec5 .sec5_2 .btn a .bttxt1 {
    font-family: "Archivo Black", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 38px;
  }
  #sec5 .sec5_2 .btn a .bttxt2 {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 46px;
    margin-top: 25px;
  }
  #sec6 {
    background: #fff;
  }
  #sec6 .in {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  #sec6 .in .title_wrap {
    align-items: center;
    display: flex;
    flex-basis: 450px;
  }
  #sec6 .in .title_wrap .title_wrap_in h2 {
    text-align: right;
  }
  #sec6 .in .title_wrap .title_wrap_in h2 span {
    display: block;
    text-align: right;
  }
  #sec6 .in .title_wrap .title_wrap_in h2 span.en {
    font-family: "Barlow", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100;
    font-weight: 800;
    color: #e83220;
    display: block;
    margin-bottom: 10px;
  }
  #sec6 .in .title_wrap .title_wrap_in h2 span.obi {
    display: inline-block;
    background: #e83220;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-top: 10px;
    font-size: 46px;
    padding: 7px 13px 12px;
  }
  #sec6 .in .title_wrap .title_wrap_in p {
    line-height: 1.7;
    text-align: right;
    font-size: 18px;
    margin-top: 30px;
  }
  #sec6 .in .jirei_wrap {
    flex-basis: calc(100% - 450px);
  }
  #sec6 .in .jirei_wrap .jirei {
    box-shadow: 0 0 15px rgba(117, 99, 99, 0.2509803922);
    position: relative;
    justify-content: space-between;
    color: #000;
    border: 1px solid #f1f0f0;
    display: block;
    margin-top: 25px;
    display: flex;
  }
  #sec6 .in .jirei_wrap .jirei:first-child {
    margin-top: 0;
  }
  #sec6 .in .jirei_wrap .jirei:before {
    content: "";
    display: block;
    height: 5px;
    background: #e83220;
    position: absolute;
    top: 22px;
    left: 0;
    width: 25px;
  }
  #sec6 .in .jirei_wrap .jirei .txt {
    padding: 55px 30px 40px 50px;
    flex: 1;
  }
  #sec6 .in .jirei_wrap .jirei .txt h3 {
    font-weight: bold;
    line-height: 1.5;
    font-size: 24px;
  }
  #sec6 .in .jirei_wrap .jirei .txt p {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 16px;
  }
  #sec6 .in .jirei_wrap .jirei .txt .name {
    text-align: right;
    font-weight: bold;
    margin-top: 20px;
    font-size: 18px;
  }
  #sec6 .in .jirei_wrap .jirei .txt .name span {
    font-size: 16px;
  }
  #sec6 .in .jirei_wrap .jirei .img {
    flex-basis: 250px;
    padding: 40px 40px 40px 0;
  }
  #sec6 .in .jirei_wrap .jirei .img img {
    width: 100%;
  }
  #sec7 {
    background: #e83220;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #sec7 .in {
    max-width: 1280px;
    margin: 0 auto;
  }
  #sec7 .in .title_wrap h2 .jp {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
  }
  #sec7 .in .title_wrap h2 .en {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: "Barlow", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100;
    font-size: 20px;
    font-weight: 800;
    margin-top: 20px;
  }
  #sec7 .in .title_wrap p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
  }
  #sec7 .in .voice_wrap {
    padding-top: 60px;
  }
  #sec7 .in .voice_wrap ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px 120px;
    gap: 50px 50px;
  }
  #sec7 .in .voice_wrap ul li {
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 25px;
    flex-basis: 500px;
  }
  #sec7 .in .voice_wrap ul li:before {
    content: "";
    position: absolute;
    background: url("/.assets/icon_voice.svg") no-repeat 0 0;
    background-size: contain;
    width: 85px;
    height: 80px;
    left: -40px;
    top: -30px;
  }
  #sec7 .in .voice_wrap ul li .img {
    flex-basis: 30%;
  }
  #sec7 .in .voice_wrap ul li .txt {
    font-weight: bold;
    line-height: 1.3;
    padding-left: 30px;
    font-size: 22px;
  }
  #sec7 .in .voice_wrap ul li .txt span {
    color: #e83220;
    font-weight: bold;
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 80%, #ffcccc 80%);
    font-size: 26px;
  }
  #sec8 {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #sec8 .in {
    max-width: 1280px;
    margin: 0 auto;
  }
  #sec8 .in .title_wrap h2 .jp {
    display: block;
    text-align: center;
    color: #e83220;
    font-weight: bold;
    font-size: 40px;
  }
  #sec8 .in .title_wrap h2 .en {
    display: block;
    text-align: center;
    color: #3f3f3f;
    font-weight: bold;
    font-family: "Barlow", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100;
    font-size: 20px;
    font-weight: 800;
    margin-top: 20px;
  }
  #sec8 .in .title_wrap p {
    text-align: center;
    color: #3f3f3f;
    font-size: 18px;
    margin-top: 30px;
  }
  #sec8 .in .topics_wrap {
    margin-top: 50px;
  }
  #sec8 .in .topics_wrap ul {
    display: flex;
    justify-content: space-between;
  }
  #sec8 .in .topics_wrap ul li {
    border: 1px solid #f1f0f0;
    box-shadow: 0 0 15px rgba(117, 99, 99, 0.2509803922);
    transition: 0.3s;
    position: relative;
    padding-bottom: 60px;
    flex-basis: 31.5%;
  }
  #sec8 .in .topics_wrap ul li:hover {
    box-shadow: none;
  }
  #sec8 .in .topics_wrap ul li a {
    color: #000;
  }
  #sec8 .in .topics_wrap ul li .img {
    padding: 30px 30px 0;
  }
  #sec8 .in .topics_wrap ul li .txt {
    line-height: 1.5;
    padding: 25px 40px 30px;
    font-size: 22px;
  }
  #sec8 .in .topics_wrap ul li .link {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #dee0e0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
  }
  #sec8 .in .topics_wrap ul li .link:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 17px;
    background: url("/.assets/icon_arrow01.svg") no-repeat center 5px;
    background-size: contain;
  }
  #sec8 .in .bottom_link {
    text-align: right;
    margin-top: 40px;
  }
  #sec8 .in .bottom_link .bt_next {
    text-decoration: none;
    color: #000;
    display: inline-block;
    position: relative;
    padding-top: 1px;
    padding-right: 42px;
    font-size: 18px;
    line-height: 1.7;
  }
  #sec8 .in .bottom_link .bt_next:before {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: url("/.assets/icon_arrow02.svg") no-repeat 0 0;
    background-size: contain;
  }
  #sec8 .in .bottom_link .bt_next:hover {
    text-decoration: underline;
  }
  #sec9 {
    background: #f0f0f0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #sec9 .in {
    max-width: 1280px;
    margin: 0 auto;
  }
  #sec9 .in h2 {
    display: block;
    text-align: center;
    color: #060606;
    font-weight: bold;
    font-size: 34px;
  }
  #sec9 .in .list {
    margin-top: 50px;
  }
  #sec9 .in .list ol {
    max-width: 860px;
    margin: 0 auto;
  }
  #sec9 .in .list ol li {
    border-radius: 15px 15px 15px 0;
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    padding: 27px;
  }
  #sec9 .in .list ol li:before {
    content: "";
    width: 60px;
    height: 20px;
    background: url("/.assets/sankaku.svg") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: calc(50% - 30px);
    bottom: -20px;
  }
  #sec9 .in .list ol li:last-child {
    margin-bottom: 0;
  }
  #sec9 .in .list ol li:last-child:before {
    display: none;
  }
  #sec9 .in .list ol li div.num {
    color: #e83220;
    font-family: "Barlow", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100;
    font-weight: 600;
    font-style: italic;
    font-size: 32px;
    flex-basis: 60px;
  }
  #sec9 .in .list ol li div.txt {
    flex: 1;
    font-weight: bold;
    line-height: 1.5;
    border-left: 1px solid #e83220;
    font-size: 20px;
    padding-left: 25px;
  }
  #sec9 .in .list ol li div.txt span, #sec9 .in .list ol li div.txt a {
    color: #e83220;
  }
  #sec10 {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 30px;
  }
  #sec10 .in {
    max-width: 1030px;
    margin: 0 auto;
    display: flex;
  }
  #sec10 .in .logo_wrap {
    flex: 1;
  }
  #sec10 .in .logo_wrap p {
    font-weight: bold;
    line-height: 1.7;
    font-size: 30px;
    margin-top: 30px;
  }
  #sec10 .in .txt_wrap {
    flex-basis: 540px;
  }
  #sec10 .in .txt_wrap p {
    line-height: 2;
    font-size: 16px;
  }
  #sec10 .in .txt_wrap .name {
    font-weight: bold;
    text-align: right;
    line-height: 2;
    margin-top: 30px;
    font-size: 18px;
  }
  .inquiry_wrap {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .inquiry_wrap .inquiry_box {
    background: #f5f5f5;
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 20px;
  }
  .inquiry_wrap p {
    text-align: center;
    font-size: 18px;
  }
  .inquiry_wrap .btn {
    margin-top: 40px;
    text-align: center;
  }
  .inquiry_wrap .btn a {
    display: block;
    margin: 0 auto;
    border: 2px solid #000;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-decoration: none;
    font-size: 18px;
    width: 300px;
    height: 60px;
  }
  .inquiry_wrap .btn a:hover {
    background: #000;
    color: #fff;
  }
  .inquiry_wrap .btn a:hover:before {
    background: url("/.assets/mail_on.png") no-repeat center center;
    background-size: contain;
  }
  .inquiry_wrap .btn a:before {
    content: "";
    background: url("/.assets/mail.png") no-repeat center center;
    background-size: contain;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    width: 30px;
    height: 25px;
    margin-right: 15px;
    margin-left: -15px;
    top: 2px;
  }
  div.matching {
    background: url("/.assets/matching_yoko.svg") no-repeat center center #fff;
    height: 170px;
    background-size: auto 75px;
  }
  #sec1 .js-fadeIn,
  #sec2 .js-fadeIn,
  #sec4 .js-fadeIn,
  #sec5 .js-fadeIn,
  #sec6 .js-fadeIn,
  #sec7 .js-fadeIn,
  #sec8 .js-fadeIn,
  #sec9 .js-fadeIn {
    opacity: 0;
    transform: translateY(100px);
  }
  #sec1 .js-fadeIn.is-active,
  #sec2 .js-fadeIn.is-active,
  #sec4 .js-fadeIn.is-active,
  #sec5 .js-fadeIn.is-active,
  #sec6 .js-fadeIn.is-active,
  #sec7 .js-fadeIn.is-active,
  #sec8 .js-fadeIn.is-active,
  #sec9 .js-fadeIn.is-active {
    animation: isView 1s ease;
    opacity: 1;
    transform: translateX(0);
  }
  @keyframes isView {
    0% {
      opacity: 0;
      transform: translateY(100px);
    }
    15% {
      opacity: 0;
      transform: translateY(100px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  #sec3.js-fadeIn {
    opacity: 0;
  }
  #sec3.js-fadeIn.is-active {
    animation: isSec3View 1s ease;
    opacity: 1;
  }
  @keyframes isSec3View {
    0% {
      opacity: 0;
    }
    15% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .main {
    background: #e83220;
  }
  .roatate_txt {
    width: 200px;
    height: 200px;
    left: 10px;
    top: -85px;
  }
  .roatate_txt:before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background: url(/.assets/rotate_txt.svg) no-repeat center center;
    animation: move 15s linear infinite;
  }
  .roatate_txt span {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 62px;
    left: 0;
  }
  @keyframes move {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  #fv {
    position: relative;
    z-index: 1;
  }
  #fv .in {
    margin: -140px auto 0;
    overflow: hidden;
  }
  #fv .in .txt {
    top: 75px;
  }
  #fv .in .txt .txt2 {
    font-weight: bold;
    color: #fff;
  }
  #fv .scroll {
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    transform: rotate(90deg);
    display: none;
  }
  #fv .scroll:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 2px;
    background: #fff;
    margin-left: 12px;
  }
  @keyframes fvTxt {
    0% {
      opacity: 0;
      transform: translateX(-100px);
    }
    30% {
      opacity: 0;
      transform: translateX(-100px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fvImg {
    0% {
      opacity: 0;
      transform: translateX(100px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  #sec1 {
    width: 100%;
  }
  #sec1 .in {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  #sec1 .in:before {
    content: "";
    display: block;
    width: 70px;
    height: 630px;
    background: url("/.assets/matching_tate.svg") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    width: 70px;
    height: 630px;
    right: 0px;
    top: 40px;
  }
  #sec1 .in .js-fadeIn {
    display: block;
  }
  #sec1 .in .tit {
    max-width: inherit;
    padding-left: 20px;
  }
  #sec1 .in .tit h2 {
    color: #fff;
    position: relative;
    font-size: 45px;
    padding-top: 4.5vw;
    font-weight: 900;
  }
  #sec1 .in .tit h2 br {
    display: none;
  }
  #sec1 .in .tit h2:before {
    content: "・・・";
    font-size: 27px;
    position: absolute;
    left: 150px;
    top: 0px;
    letter-spacing: 16px;
  }
  #sec1 .in .list1 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
  }
  #sec1 .in .list1 ol li {
    display: flex;
    margin-top: 20px;
  }
  #sec1 .in .list1 ol li .num {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: end;
  }
  #sec1 .in .list1 ol li div {
    width: 100%;
  }
  #sec1 .in .list1 ol li div .txt1 {
    color: #fff;
    display: block;
    padding: 5px 10px;
  }
  #sec1 .in .list1 ol li div .txt2 {
    display: block;
    background: #fff;
    color: #e83220;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    max-width: 635px;
    border: 3px solid #e0291f;
    box-shadow: 5px 7px 0px #e0291f;
    max-width: inherit;
  }
  #sec2 {
    overflow: hidden;
  }
  #sec2 .in {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  #sec2 .in:before {
    content: "";
    display: block;
    background: url("/.assets/matching_tate02.svg") no-repeat 0 bottom;
    background-size: contain;
    position: absolute;
    right: inherit;
    left: -70px;
    top: inherit;
    bottom: -160px;
  }
  #sec2 .in h2 {
    max-width: 1280px;
    color: #fff;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  #sec2 .in h2 .en {
    display: block;
    font-size: 20px;
  }
  #sec2 .in h2 .jp {
    line-height: 1.5;
    display: block;
    font-size: 30px;
    margin-top: 20px;
  }
  #sec2 .in ul {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
  #sec2 .in ul li {
    position: relative;
    flex-basis: 45%;
  }
  #sec2 .in ul li img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  #sec2 .in ul li figcaption {
    display: block;
    background: #fff;
    position: absolute;
  }
  #sec3 .in {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  #sec3 .in p {
    color: #fff;
  }
  #sec3 .in p .txt1 {
    display: block;
  }
  #sec3 .in p .txt2 {
    display: block;
    font-weight: 900;
    line-height: 1.2;
  }
  #sec3 .in p .txt3 {
    font-weight: bold;
  }
  #sec3 .in p .txt4 {
    display: block;
  }
  #sec4 .in {
    max-width: 1280px;
    margin: 0 auto;
  }
  #sec4 .in:before {
    right: 0px;
  }
  #sec4 .in h2 span.img {
    display: block;
    text-align: center;
  }
  #sec4 .in h2 span.img img {
    margin: 0 auto;
  }
  #sec4 .in h2 span.txt {
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #fff;
  }
  #sec4 .in ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 0 20px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  #sec4 .in ul li {
    border: 1px solid #fff;
    border-radius: 50%;
    aspect-ratio: 1/1;
    max-width: 330px;
    flex-basis: 40%;
  }
  #sec4 .in ul li span {
    display: flex;
    background: #fff;
    border: 5px solid #e83220;
    border-radius: 50%;
    aspect-ratio: 1/1;
    justify-content: center;
    align-items: center;
  }
  #sec4 .in ul li span img {
    max-width: 228px;
    width: 90%;
    max-width: inherit;
  }
  #sec4 .in p {
    margin-top: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
  }
  #sec4 .in p span {
    font-weight: bold;
  }
  #sec4 .in > .img {
    background: #fff;
    max-width: 1100px;
    width: 90%;
    text-align: center;
  }
  #sec4 .in > .img img {
    margin: 0 auto;
  }
  #sec5 {
    background: #fff;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #e83220;
    overflow: hidden;
  }
  #sec5 .sec5_1 {
    background: #fff;
  }
  #sec5 .sec5_1 h2 {
    text-align: center;
    font-weight: bold;
  }
  #sec5 .sec5_1 .price {
    text-align: center;
    position: relative;
    background: url("/.assets/price1.webp") no-repeat center 0;
    background-size: contain;
    width: auto;
    height: 120px;
  }
  #sec5 .sec5_1 .price img.p2 {
    aspect-ratio: 1836/651;
    margin: 0 auto;
    position: relative;
    max-width: 260px;
  }
  #sec5 .sec5_1 ul li {
    line-height: 1.5;
  }
  #sec5 .sec5_1 ul li:before {
    content: "";
    display: inline-block;
    background: url(/.assets/icon_check.svg) no-repeat left top;
    position: relative;
  }
  #sec5 .sec5_1 ul li span {
    color: #e83220;
  }
  #sec5 .sec5_2 {
    background: url("/.assets/bg.png") no-repeat center 0px #eef0f1;
  }
  #sec5 .sec5_2 .txt1 {
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: bold;
  }
  #sec5 .sec5_2 .txt1 span {
    color: #e83220;
  }
  #sec5 .sec5_2 .txt1:before, #sec5 .sec5_2 .txt1:after {
    content: "";
    display: block;
    background: #e83220;
    position: absolute;
  }
  #sec5 .sec5_2 .txt1:before {
    transform: rotate(-30deg);
    top: 0;
    left: 0;
  }
  #sec5 .sec5_2 .txt1:after {
    transform: rotate(30deg);
    top: 0;
    right: 0;
  }
  #sec5 .sec5_2 .txt2 {
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
  }
  #sec5 .sec5_2 .btn {
    text-align: center;
    margin-top: 25px;
  }
  #sec5 .sec5_2 .btn a {
    max-width: 70%;
    width: auto;
    height: 150px;
    padding: 25px 0 0;
  }
  #sec5 .sec5_2 .btn a:hover {
    opacity: 0.75;
    box-shadow: none;
    transform: translateX(6px) translateY(6px);
  }
  #sec5 .sec5_2 .btn a:after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url("/.assets/icon_arrow01_w.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
  }
  #sec5 .sec5_2 .btn a .bttxt1 {
    font-family: "Archivo Black", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
  }
  #sec5 .sec5_2 .btn a .bttxt2 {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 40px;
    margin-top: 20px;
  }
  #sec6 {
    background: #fff;
  }
  #sec6 .in {
    max-width: 1280px;
    margin: 0 auto;
    display: block;
  }
  #sec6 .in .title_wrap {
    align-items: center;
    display: block;
    width: 100%;
  }
  #sec6 .in .title_wrap .title_wrap_in h2 {
    text-align: center;
  }
  #sec6 .in .title_wrap .title_wrap_in h2 span {
    display: block;
    text-align: center;
  }
  #sec6 .in .title_wrap .title_wrap_in h2 span.en {
    font-family: "Barlow", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100;
    font-weight: 800;
    color: #e83220;
    display: block;
    margin-bottom: 10px;
  }
  #sec6 .in .title_wrap .title_wrap_in h2 span.obi {
    display: inline-block;
    background: #e83220;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    font-size: 40px;
  }
  #sec6 .in .title_wrap .title_wrap_in h2 span.obi.forTB {
    display: inline-block !important;
  }
  #sec6 .in .title_wrap .title_wrap_in p {
    line-height: 1.7;
    text-align: center;
    font-size: 18px;
  }
  #sec6 .in .jirei_wrap {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #sec6 .in .jirei_wrap .jirei {
    box-shadow: 0 0 15px rgba(117, 99, 99, 0.2509803922);
    position: relative;
    justify-content: space-between;
    color: #000;
    border: 1px solid #f1f0f0;
    display: block;
    margin-top: 25px;
    display: flex;
  }
  #sec6 .in .jirei_wrap .jirei:first-child {
    margin-top: 0;
  }
  #sec6 .in .jirei_wrap .jirei:before {
    content: "";
    display: block;
    height: 5px;
    background: #e83220;
    position: absolute;
    top: 22px;
    left: 0;
  }
  #sec6 .in .jirei_wrap .jirei .txt h3 {
    font-weight: bold;
    line-height: 1.5;
  }
  #sec6 .in .jirei_wrap .jirei .txt p {
    margin-top: 20px;
    line-height: 1.5;
  }
  #sec6 .in .jirei_wrap .jirei .txt .name {
    text-align: right;
    font-weight: bold;
    margin-top: 20px;
  }
  #sec6 .in .jirei_wrap .jirei .img img {
    width: 100%;
  }
  #sec7 {
    background: #e83220;
  }
  #sec7 .in {
    max-width: 1280px;
    margin: 0 auto;
  }
  #sec7 .in .title_wrap h2 .jp {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }
  #sec7 .in .title_wrap h2 .en {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: "Barlow", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100;
    font-size: 20px;
    font-weight: 800;
  }
  #sec7 .in .title_wrap p {
    text-align: center;
    color: #fff;
    font-size: 18px;
  }
  #sec7 .in .voice_wrap ul li {
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 25px;
    flex-basis: 43%;
  }
  #sec7 .in .voice_wrap ul li:before {
    content: "";
    position: absolute;
    background: url("/.assets/icon_voice.svg") no-repeat 0 0;
    background-size: contain;
  }
  #sec7 .in .voice_wrap ul li .img {
    flex-basis: 27%;
  }
  #sec7 .in .voice_wrap ul li .txt {
    font-weight: bold;
    line-height: 1.3;
    padding-left: 25px;
    font-size: 1.7vw;
  }
  #sec7 .in .voice_wrap ul li .txt span {
    color: #e83220;
    font-weight: bold;
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 80%, #ffcccc 80%);
    font-size: 2.3vw;
  }
  #sec8 {
    background: #fff;
  }
  #sec8 .in {
    max-width: 1280px;
    margin: 0 auto;
  }
  #sec8 .in .title_wrap h2 .jp {
    display: block;
    text-align: center;
    color: #e83220;
    font-weight: bold;
  }
  #sec8 .in .title_wrap h2 .en {
    display: block;
    text-align: center;
    color: #3f3f3f;
    font-weight: bold;
    font-family: "Barlow", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100;
    font-size: 20px;
    font-weight: 800;
    margin-top: 20px;
  }
  #sec8 .in .title_wrap p {
    text-align: center;
    color: #3f3f3f;
    font-size: 18px;
  }
  #sec8 .in .topics_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  #sec8 .in .topics_wrap ul li {
    border: 1px solid #f1f0f0;
    box-shadow: 0 0 15px rgba(117, 99, 99, 0.2509803922);
    transition: 0.3s;
    position: relative;
    padding-bottom: 60px;
  }
  #sec8 .in .topics_wrap ul li:hover {
    box-shadow: none;
  }
  #sec8 .in .topics_wrap ul li a {
    color: #000;
  }
  #sec8 .in .topics_wrap ul li .txt {
    line-height: 1.5;
  }
  #sec8 .in .topics_wrap ul li .link {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #dee0e0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #sec8 .in .topics_wrap ul li .link:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 17px;
    background: url("/.assets/icon_arrow01.svg") no-repeat center 5px;
    background-size: contain;
  }
  #sec8 .in .bottom_link {
    text-align: right;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #sec8 .in .bottom_link .bt_next {
    text-decoration: none;
    color: #000;
    display: inline-block;
    position: relative;
    padding-top: 1px;
  }
  #sec8 .in .bottom_link .bt_next:before {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
  }
  #sec8 .in .bottom_link .bt_next:hover {
    text-decoration: underline;
  }
  #sec9 {
    background: #f0f0f0;
  }
  #sec9 .in {
    max-width: 1280px;
    margin: 0 auto;
  }
  #sec9 .in h2 {
    display: block;
    text-align: center;
    color: #060606;
    font-weight: bold;
  }
  #sec9 .in .list {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #sec9 .in .list ol {
    max-width: 860px;
    margin: 0 auto;
  }
  #sec9 .in .list ol li {
    border-radius: 15px 15px 15px 0;
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
  }
  #sec9 .in .list ol li:before {
    content: "";
    width: 60px;
    height: 20px;
    background: url("/.assets/sankaku.svg") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: calc(50% - 30px);
    bottom: -20px;
  }
  #sec9 .in .list ol li:last-child {
    margin-bottom: 0;
  }
  #sec9 .in .list ol li:last-child:before {
    display: none;
  }
  #sec9 .in .list ol li div.num {
    color: #e83220;
    font-family: "Barlow", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100;
    font-weight: 600;
    font-style: italic;
  }
  #sec9 .in .list ol li div.txt {
    flex: 1;
    font-weight: bold;
    line-height: 1.5;
    border-left: 1px solid #e83220;
  }
  #sec9 .in .list ol li div.txt span, #sec9 .in .list ol li div.txt a {
    color: #e83220;
  }
  #sec10 {
    background: #fff;
  }
  #sec10 .in {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  #sec10 .in .logo_wrap {
    flex: 1;
  }
  #sec10 .in .logo_wrap .logo {
    text-align: center;
  }
  #sec10 .in .logo_wrap .logo img {
    width: 120px;
    margin: 0 auto;
  }
  #sec10 .in .logo_wrap p {
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    font-size: 25px;
    margin-top: 30px;
  }
  #sec10 .in .txt_wrap {
    flex-basis: 540px;
  }
  #sec10 .in .txt_wrap p {
    line-height: 2;
    margin-top: 30px;
  }
  #sec10 .in .txt_wrap .name {
    font-weight: bold;
    text-align: right;
    line-height: 2;
    margin-top: 30px;
  }
  .inquiry_wrap {
    background: #fff;
  }
  .inquiry_wrap .inquiry_box {
    background: #f5f5f5;
    max-width: 1080px;
    margin: 0 auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .inquiry_wrap p {
    text-align: center;
  }
  .inquiry_wrap .btn a {
    display: block;
    margin: 0 auto;
    border: 2px solid #000;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-decoration: none;
  }
  .inquiry_wrap .btn a:hover {
    background: #000;
    color: #fff;
  }
  .inquiry_wrap .btn a:hover:before {
    background: url("/.assets/mail_on.png") no-repeat center center;
    background-size: contain;
  }
  .inquiry_wrap .btn a:before {
    content: "";
    background: url("/.assets/mail.png") no-repeat center center;
    background-size: contain;
    display: inline-block;
    position: relative;
    transition: 0.3s;
  }
  div.matching {
    background: url("/.assets/matching_yoko.svg") no-repeat center center #fff;
    height: 100px;
    background-size: auto 75px;
  }
}
/*# sourceMappingURL=map/home.css.map */
