@charset "UTF-8";

:root {
  --main--color: #DD2026;
  --green--color: #22BA4F;
  --yellow--color: #FCF70D;
}

html,
body {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  position: relative;
  color: #000000;
  background-color: #fff;
  font-size: 1.28rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 auto;
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: normal;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

.noborder {
  border: none !important;
}

.nomargin {
  margin: 0 0 !important;
}


.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

a {
  color: unset;
  text-decoration: none;
}

.line__btn {
  margin-top: 3em;
  margin-bottom: 3em;
}

.line__btn .white {
  text-align: center;
  font-size: 2.6rem;
  padding-bottom: 10px;
  font-weight: bold;
}

.line__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 578px;
  width: 100%;
  height: 112px;
  padding: 0 80px 0 25px;
  font-size: 3.8rem;
  font-weight: bold;
  background-color: var(--green--color);
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
}

.line__btn a p {
  text-align: center;
  line-height: 1.4473684211;
  color: #fff;
  margin-top: 0 !important;
}

.line__btn a img {
  width: 98px;
}

.line__btn a span {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
}

.line__btn a span.yellow {
  color: #fcf70d;
}

@media screen and (max-width: 750px) {
  .line__btn .white {
    font-size: max(10px, 5.3333333333vw);
    padding-bottom: 2.6666666667vw;
    font-weight: bold;
  }

  .line__btn a {
    width: 90.6666666667vw;
    height: 17.6vw;
    max-width: 100%;
    padding: 0 17.3333333333vw 0 3.4666666667vw;
    font-size: max(10px, 5.8666666667vw);
  }

  .line__btn a p {
    line-height: 1.4545454545;
  }

  .line__btn a img {
    width: 15.2vw;
  }

  .line__btn a span {
    font-size: max(10px, 4.2666666667vw);
  }
}

/*---------------------------------------------------------*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  min-height: 72px;
}

.header .logo {
  max-width: 343px;
  height: auto;
  margin: 0 30px;
}

.header .license {
  margin: 0 0 0 0.5rem;
  font-size: 1rem;
}

/* ヘッダー連絡先スタイル */
.header .header-contact {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header .header-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 1.4rem;
  padding: 0.5rem;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.header .header-tel:hover {
  background-color: rgba(255, 102, 0, 0.1);
  transform: translateY(-2px);
}

.header .tel-icon {
  font-size: 1.6rem;
  margin-bottom: 2px;
}

.header .tel-number {
  font-weight: 600;
  font-size: 1.6rem;
  color: #ff6600;
}

.header .tel-hours {
  font-size: 1rem;
  color: #666;
}

@media screen and (max-width: 750px) {
  .header .logo {
    width: 66.1%;
    margin: 4.6vw 0 4.6vw 5.1vw;
  }

  .header .license {
    display: block;
    margin: 0.1rem 0 0;
    font-size: 2.2vw;
    line-height: 1.2;
  }

  .header .header-contact {
    flex-direction: column;
    gap: 5px;
  }

  .header .header-tel {
    font-size: 1.2rem;
    padding: 0.3rem;
    margin-right: 5px;
  }

  .header .tel-icon {
    font-size: 1.4rem;
  }

  .header .tel-number {
    font-size: 1.3rem;
  }

  .header .tel-hours {
    font-size: 0.9rem;
  }

  .header .linelink {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
  }

  .header .linelink img {
    width: 100%;
    height: auto;
  }
}

/* フッター電話番号スタイル */
.footer .footer-tel {
  margin-top: 10px;
  font-size: 1.4rem;
}

.footer .footer-tel a {
  color: #ff6600;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer .footer-tel a:hover {
  color: #e55c00;
  text-decoration: underline;
}

.footer .footer-tel .tel-hours {
  font-size: 1.2rem;
  color: #666;
}

@media screen and (max-width: 750px) {
  .footer .footer-tel {
    font-size: 1.3rem;
    text-align: center;
  }

  .footer .footer-tel .tel-hours {
    font-size: 1.1rem;
    display: block;
    margin-top: 5px;
  }
}

.mainvisual .image {
  display: block;
  background: #e1e1e1;
}

.mainvisual .image .mv-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
}

.mainvisual .leadtext {
  padding: 10px 5px;
  text-align: center;
  background: #ff4f03;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 2px;
}

.mainvisual .leadtext .price {
  color: #FFE571;
}

.mainvisual .leadtext .price .number {
  font-size: 32px;
}

.mainvisual .leadtext .note {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 8px;
  line-height: 1.4;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .mainvisual .leadtext {
    padding: 3.5vw 0.5vw;
    font-size: 6.1vw;
  }

  .mainvisual .leadtext .price .number {
    font-size: 8.2vw;
  }

  .mainvisual .leadtext .note {
    font-size: 1rem;
    margin-top: 6px;
  }
}

.support-section {
  padding: 30px 0;
  background: url(../images/bg_support.png) no-repeat center top / cover;
}

.support-section .balloon {
  display: block;
  margin: 0 auto 15px;
  width: auto;
}

@media screen and (max-width: 750px) {
  .support-section {
    padding: 7.6vw 0;
  }

  .support-section .balloon {
    display: block;
    margin: 0 auto 3.5vw;
    width: 82vw;
  }
}

.support-section .support-point {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0 0 30px;
}

@media screen and (max-width: 750px) {
  .support-section .support-point {
    gap: 3.8vw;
    margin: 0 0 7.6vw;
  }

  .support-section .support-point img {
    width: 42.8vw;
    height: auto;
  }
}

.support-section .support-title {
  display: block;
  margin: 0 auto 30px;
}

@media screen and (max-width: 750px) {
  .support-section .support-title {
    width: 85.6%;
    margin: 0 auto 3.8vw;
  }
}

.support-section .support-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-grow: 0;
  flex-shrink: 1;
  margin: 0 30px;
}

@media screen and (max-width: 1000px) {
  .support-section .support-list {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 750px) {
  .support-section .support-list {
    margin: 0 10.2vw;
    gap: 6.4vw;
  }
}

.features-section {
  position: relative;
  padding: 170px 30px 0;
}

.features-section::before {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: calc(50% - 252px);
  height: calc(100% - 55px);
  background: #f5f5f5;
  content: "";
}

@media screen and (max-width: 750px) {
  .features-section {
    padding: 12.8vw 5.1vw 0;
  }

  .features-section::before {
    width: 50%;
    height: calc(100% - 3vw);
  }
}

.features-section .inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .features-section .inner {
    display: block;
  }
}

.features-section .inner .text-wrap {
  width: 40%;
}

.features-section .inner .image {
  display: flex;
  align-items: flex-end;
  width: 60%;
}

.features-section .inner .image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {

  .features-section .inner .text-wrap,
  .features-section .inner .image {
    width: 100%;
  }
}

.features-section .inner .text-wrap h2 {
  margin: 0 0 40px;
}

.features-section .inner .text-wrap h2 .en {
  display: block;
  margin: 0 0 25px;
  font-size: 12px;
  font-weight: bold;
  color: #ff7103;
}

.features-section .inner .text-wrap h2 .ja {
  font-size: 32px;
  font-weight: bold;
}

.features-section .inner .text-wrap .text {
  margin: 0 0 30px;
  line-height: 2;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .features-section .inner .text-wrap h2 {
    margin: 0 0 5.1vw;
  }

  .features-section .inner .text-wrap h2 .en {
    margin: 0 0 3.8vw;
    font-size: 3vw;
  }

  .features-section .inner .text-wrap h2 .ja {
    font-size: 7.1vw;
  }

  .features-section .inner .text-wrap .text {
    margin: 0 0 6.4vw;
    font-size: 3.5vw;
  }
}

.features-section .inner .text-wrap .features-list>li {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 8px 25px;
  background: linear-gradient(90deg, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 0.3) 100%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.features-section .inner .text-wrap .features-list>li:last-child {
  margin: 0;
}

.features-section .inner .text-wrap .features-list>li::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-width: 10px 10px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: "";
}

@media screen and (max-width: 750px) {
  .features-section .inner .text-wrap .features-list {
    margin: 0 0 5.1vw;
  }

  .features-section .inner .text-wrap .features-list>li {
    margin: 0 0 0.7vw;
    padding: 8px 3.5vw;
    font-size: 4.6vw;
  }

  .features-section .inner .text-wrap .features-list>li::after {
    border-width: 2vw 2vw 0 0;
  }
}

.point-section {
  padding: 80px 30px 50px;
}

@media screen and (max-width: 750px) {
  .point-section {
    padding: 15.3vw 5.1vw 15.3vw;
  }
}

.point-section .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.point-section .inner h2 {
  margin: 0 0 40px;
}

.point-section .inner h2 .en {
  display: block;
  margin: 0 0 25px;
  font-size: 12px;
  font-weight: bold;
  color: #ff7103;
}

.point-section .inner h2 .ja {
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .point-section .inner h2 {
    margin: 0 0 5.1vw;
  }

  .point-section .inner h2 .en {
    margin: 0 0 3.8vw;
    font-size: 3vw;
  }

  .point-section .inner h2 .ja {
    font-size: 7.1vw;
  }
}

.point-section .point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
  counter-reset: number;
}

.point-section .point-list>li {
  width: calc((100% - 26px) / 2);
  counter-increment: number;
}

.point-section .point-list>li .image {
  position: relative;
  margin: 0 0 20px;
}

.point-section .point-list>li .image::after {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #ff7103;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  content: "0" counter(number);
}

.point-section .point-list>li .text {
  font-size: 24px;
  font-weight: bold;
}

.point-section .point-list>li .text .em {
  color: #ff7103;
}

@media screen and (max-width: 750px) {
  .point-section .point-list {
    gap: 6.6vw;
  }

  .point-section .point-list>li {
    width: 100%;
  }

  .point-section .point-list>li .image {
    margin: 0 0 3vw;
  }

  .point-section .point-list>li .image::after {
    width: 11.2vw;
    height: 11.2vw;
    font-size: 4.1vw;
  }

  .point-section .point-list>li .text {
    font-size: 5.1vw;
  }
}

.checklist-section {
  padding: 90px 30px 100px;
  background: url(../images/bg_checklist_pc.png) no-repeat center center / cover;
}

@media screen and (max-width: 750px) {
  .checklist-section {
    padding: 15.3vw 5.1vw 17.9vw;
    background-image: url(../images/bg_checklist_sp.png);
  }
}

.checklist-section .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.checklist-section .inner h2 {
  margin: 0 0 40px;
}

.checklist-section .inner h2 .en {
  display: block;
  margin: 0 0 25px;
  font-size: 12px;
  font-weight: bold;
  color: #ff7103;
}

.checklist-section .inner h2 .ja {
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .checklist-section .inner h2 {
    margin: 0 0 5.1vw;
  }

  .checklist-section .inner h2 .en {
    margin: 0 0 3.8vw;
    font-size: 3vw;
  }

  .checklist-section .inner h2 .ja {
    font-size: 7.1vw;
  }
}

.checklist-section .check-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.checklist-section .check-list>li {
  position: relative;
  display: flex;
  align-items: center;
  width: calc((100% - 40px) / 3);
  padding: 10px 10px 10px 45px;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 0 15px rgba(17, 17, 17, 0.08);
}

.checklist-section .check-list>li::before {
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #111;
  content: "";
  transform: translateY(-50%);
}

.checklist-section .check-list>li::after {
  display: block;
  position: absolute;
  left: 19px;
  top: 50%;
  width: 12px;
  height: 7px;
  border-left: 2px solid #db2125;
  border-bottom: 2px solid #db2125;
  content: "";
  transform: translateY(-50%) rotate(-45deg);
  margin: -2px 0 0;
}

@media screen and (max-width: 750px) {
  .checklist-section .check-list {
    gap: 1.2vw;
  }

  .checklist-section .check-list>li {
    width: 100%;
    padding: 2.5vw 2.5vw 2.5vw 11.5vw;
    font-size: 4.1vw;
    box-shadow: 0 0 3.8vw rgba(17, 17, 17, 0.08);
  }

  .checklist-section .check-list>li::before {
    left: 3.8vw;
    width: 5.1vw;
    height: 5.1vw;
    border: 0.5vw solid #111;
  }

  .checklist-section .check-list>li::after {
    left: 4.8vw;
    width: 3vw;
    height: 1.7vw;
    border-left: 0.5vw solid #db2125;
    border-bottom: 0.5vw solid #db2125;
    margin: -0.5vw 0 0;
  }
}

.problem-section {
  position: relative;
  padding: 80px 30px 40px;
  background: url(../images/bg_problem.png) no-repeat center center / cover;
}

.problem-section::before {
  position: absolute;
  left: 50%;
  top: -18px;
  border-width: 54px 70px 0 70px;
  border-style: solid;
  border-color: #4e4e4e transparent transparent transparent;
  content: "";
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .problem-section {
    padding: 15.3vw 5.1vw 10.2vw;
  }
}

.problem-section .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.problem-section .problem-list {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.problem-section .problem-list>li {
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 950px) {
  .problem-section .problem-list {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 750px) {
  .problem-section .problem-list {
    gap: 2vw;
  }

  .problem-section .problem-list>li {
    width: calc((100% - 2vw) / 2);
  }

  .problem-section .problem-list>li .image,
  .problem-section .problem-list>li .image img {
    width: 100%;
  }
}

.problem-section .image-text {
  display: block;
  margin: 30px auto 0;
}

@media screen and (max-width: 750px) {
  .problem-section .image-text {
    width: 76.9vw;
    margin: 5.1vw auto 0;
  }
}

.support-section02 {
  padding: 80px 30px 110px;
}

@media screen and (max-width: 750px) {
  .support-section02 {
    padding: 15.3vw 5.1vw 15.3vw;
  }
}

.support-section02 .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.support-section02 .inner h2 {
  margin: 0 0 40px;
}

.support-section02 .inner h2 .en {
  display: block;
  margin: 0 0 25px;
  font-size: 12px;
  font-weight: bold;
  color: #ff7103;
}

.support-section02 .inner h2 .ja {
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .support-section02 .inner h2 {
    margin: 0 0 5.1vw;
  }

  .support-section02 .inner h2 .en {
    margin: 0 0 3.8vw;
    font-size: 3vw;
  }

  .support-section02 .inner h2 .ja {
    font-size: 7.1vw;
  }
}

.support-section02 .support-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
  counter-reset: number;
}

.support-section02 .support-list>li {
  position: relative;
  display: flex;
  align-items: center;
  width: calc((100% - 26px) / 2);
  padding: 30px 30px 30px 55px;
  background: #f5f5f5;
  font-weight: bold;
  font-size: 28px;
  counter-increment: number;
}

.support-section02 .support-list>li::after {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #ff7103;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  content: "0" counter(number);
}

.support-section02 .support-list>li .icon {
  margin: 0 20px 0 0;
}

.support-section02 .support-list>li .text .em {
  color: #ff7103;
  border-bottom: 3px solid #ff7103;
}

@media screen and (max-width: 750px) {
  .support-section02 .support-list {
    gap: 1.2vw;
  }

  .support-section02 .support-list>li {
    width: 100%;
    padding: 4.6vw 4.6vw 4.6vw 8.2vw;
    font-size: 4.1vw;
  }

  .support-section02 .support-list>li::after {
    width: 6.6vw;
    height: 6.6vw;
    font-size: 3vw;
  }

  .support-section02 .support-list>li .icon {
    margin: 0 2.5vw 0 0;
    width: 17.4vw;
  }
}

.manga-section {
  padding: 0 30px 0;
}

.manga-section .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.manga-section .inner h2 {
  margin: 0 0 35px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.manga-section .manga-thumb {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 600px;
}

.manga-section .manga-thumb .hint_wrap {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: 1s opacity;
}

.manga-section .manga-thumb .hint_wrap:hover {
  opacity: 1;
}

.manga-section .manga-thumb .hint_wrap .hint_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 0 5px #000;
}

.manga-section .manga-thumb .hint_wrap .hint_text::before {
  display: block;
  width: 100px;
  height: 160px;
  background: url(../images/icon_click.png) no-repeat center center/contain;
  margin: 0 auto 10px;
  content: "";
}

.manga-section .comics_mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: zoom-out;
}

.manga-section .comics_mask .comics_wrap02 {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.manga-section .comics_mask .comics_wrap02 .line__btn {
  margin: 20px 0 0;
}

.manga-section .lead {
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .manga-section {
    padding: 0 5.1vw 0;
  }

  .manga-section .inner h2 {
    margin: 0 0 8.9vw;
    font-size: 6.1vw;
  }

  .manga-section .manga-thumb .hint_wrap:hover {
    opacity: 0;
  }

  .manga-section .manga-thumb .hint_wrap .hint_text {
    font-size: 4vw;
  }

  .manga-section .manga-thumb .hint_wrap .hint_text::before {
    width: 70vw;
    height: 30vw;
  }

  .manga-section .manga-thumb .hint_wrap .hint_text span {
    font-size: 0;
  }

  .manga-section .manga-thumb .hint_wrap .hint_text span::before {
    font-size: 4vw;
    content: "タップ";
  }

  .manga-section .manga-thumb .hint_wrap.show {
    animation: showAnime 3s ease-in-out 0s 1 normal none;
  }

  .manga-section .lead {
    margin: 3vw 0 0;
    font-size: 4vw;
  }

  .manga-section .lead span {
    font-size: 0;
  }

  .manga-section .lead span::before {
    font-size: 4vw;
    content: "タップ";
  }

  .manga-section .comics_mask::after {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 2em;
    height: 2em;
    background: #fff;
    border-radius: 100vh;
    content: "＋";
    transform: rotate(45deg);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  }

  @keyframes showAnime {
    0% {
      opacity: 0;
    }

    10% {
      opacity: 1;
    }

    90% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }
}

.voice-section {
  padding: 95px 30px 0;
}

@media screen and (max-width: 750px) {
  .voice-section {
    padding: 15.3vw 5.1vw 0;
  }
}

.voice-section .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.voice-section .inner h2 {
  margin: 0 0 40px;
}

.voice-section .inner h2 .en {
  display: block;
  margin: 0 0 25px;
  font-size: 12px;
  font-weight: bold;
  color: #ff7103;
}

.voice-section .inner h2 .ja {
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .voice-section .inner h2 {
    margin: 0 0 5.1vw;
  }

  .voice-section .inner h2 .en {
    margin: 0 0 3.8vw;
    font-size: 3vw;
  }

  .voice-section .inner h2 .ja {
    font-size: 7.1vw;
  }
}

.voice-section .voice-list {
  overflow: auto;
}

.voice-section .voice-list ul {
  display: flex;
  counter-reset: number;
}

.voice-section .voice-list ul>li {
  display: flex;
  justify-content: space-between;
  margin: 0 32px 0 0;
  padding: 0 0 60px;
  counter-increment: number;
}

.voice-section .voice-list ul>li .image {
  width: 220px;
  margin: 0 30px 0 0;
}

.voice-section .voice-list ul>li .text-wrap {
  width: 400px;
}

.voice-section .voice-list ul>li .text-wrap .title {
  margin: 0 0 15px;
}

.voice-section .voice-list ul>li .text-wrap .title .en {
  display: block;
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: bold;
  color: #ff7103;
}

.voice-section .voice-list ul>li .text-wrap .title .en::after {
  content: "0" counter(number);
}

.voice-section .voice-list ul>li .text-wrap .title .ja {
  display: block;
  font-size: 24px;
  font-weight: bold;
}

.voice-section .voice-list ul>li .text-wrap .state {
  margin: 0 0 15px;
  padding: 10px;
  background: #f5f5f5;
  font-size: 14px;
}

.voice-section .voice-list ul>li .text-wrap .text {
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .voice-section .voice-list ul>li {
    display: block;
    margin: 0 3.8vw 0 0;
    padding: 0 0 7.6vw;
  }

  .voice-section .voice-list ul>li .image {
    width: calc(100vw - 10.2vw);
    margin: 0 auto 5.1vw;
  }

  .voice-section .voice-list ul>li .text-wrap {
    width: calc(100vw - 10.2vw);
  }

  .voice-section .voice-list ul>li .text-wrap .title {
    margin: 0 0 5.1vw;
  }

  .voice-section .voice-list ul>li .text-wrap .title .en {
    margin: 0 0 3vw;
    font-size: 3vw;
  }

  .voice-section .voice-list ul>li .text-wrap .title .ja {
    font-size: 6.1vw;
  }

  .voice-section .voice-list ul>li .text-wrap .state {
    margin: 0 0 5.1vw;
    padding: 2.5vw;
    font-size: 3.5vw;
  }

  .voice-section .voice-list ul>li .text-wrap .text {
    font-size: 3.5vw;
  }
}

.job-section {
  padding: 95px 0 120px;
}

.job-section .contact-message {
  margin-bottom: 5px;
}

.job-section .contact-message .highlight {
  font-weight: bold;
  font-size: 0.9vw;
}

@media screen and (max-width: 750px) {
  .job-section {
    padding: 15.3vw 0 20.5vw;
  }
}

.job-section .inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

.job-section .inner h2 {
  margin: 0 0 40px;
}

.job-section .inner h2 .en {
  display: block;
  margin: 0 0 25px;
  font-size: 12px;
  font-weight: bold;
  color: #ff7103;
}

.job-section .inner h2 .ja {
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .job-section .inner {
    padding: 0 5.1vw;
  }

  .job-section .inner h2 {
    margin: 0 0 5.1vw;
  }

  .job-section .inner h2 .en {
    margin: 2vh 0 3.8vw;
    font-size: 3vw;
  }

  .job-section .inner h2 .ja {
    font-size: 7.1vw;
  }

  .job-section .contact-message .highlight {
    font-weight: bold;
    font-size: 2.7vw;
  }
}

.recruit .slick-prev,
.recruit .slick-next {
  background-color: var(--main--color);
  z-index: 10;
  width: 36px;
  height: 36px;
  font-weight: 700;
  border-radius: 50%;
}

.recruit .slick-prev,
.recruit .slick-next {
  top: 22%;
}

.recruit .slick-prev {
  left: 5%;
}

.recruit .slick-prev:before {
  content: "<";
}

.recruit .slick-next {
  right: 5%;
}

.recruit .slick-next:before {
  content: ">";
}

.recruit h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 14px;
  padding-bottom: 20px;
}

.recruit dl {
  padding: 6px 0;
  font-size: 1.6rem;
  border-top: 1px solid #ccc;
  display: flex;
}

.recruit dl .main_color {
  font-size: 2rem;
  font-weight: 700;
  color: #dd2026;
}

.recruit dl:last-of-type {
  border-bottom: 1px solid #ccc;
}

.recruit dt {
  font-weight: 600;
  width: 23.6559139785%;
}

.recruit dd {
  width: 76.7025089606%;
  padding-right: 6px;
  font-weight: 400;
}

.recruit .slide__img {
  padding: 0 13px;
}

.recruit .slide__img img {
  width: 100%;
}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .recruit h3 {
    font-size: 1.76rem;
  }

  .recruit dl {
    font-size: 1.28rem;
  }

  .recruit dl .main_color {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1000px) {
  .recruit {
    margin-top: 6vw;
  }

  .recruit .recruit__slider {
    margin-top: 5.8666666667vw;
  }

  .recruit .slick-prev,
  .recruit .slick-next {
    z-index: 10;
    width: 9.6vw;
    height: 9.6vw;
  }

  .recruit .slick-prev {
    left: 2.1333333333vw;
  }

  .recruit .slick-next {
    right: 2.1333333333vw;
  }

  .recruit h3 {
    font-size: max(10px, 3.6vw);
    margin-top: 3vw;
    padding-bottom: 4vwvw;
  }

  .recruit dl {
    padding: 1.6vw 0;
    font-size: max(10px, 3.2vw);
  }

  .recruit dl .main_color {
    font-size: max(10px, 3.4vw);
  }

  .recruit dl:last-of-type {
    border-bottom: 0;
  }

  .recruit dt {
    font-weight: 600;
    width: 17.3333333333vw;
  }

  .recruit dd {
    width: 57.0666666667vw;
    padding-right: 0;
  }

  .recruit .slide__img {
    padding: 0;
    margin: 0 3.4666666667vw;
    height: 109.3333333333vw;
    border-bottom: 1px solid #ccc;
  }
}

.step-section {
  padding: 80px 30px 80px;
  background: #f5f5f5;
}

@media screen and (max-width: 750px) {
  .step-section {
    padding: 15.3vw 5.1vw 15.3vw;
  }
}

.step-section .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.step-section .inner h2 {
  margin: 0 0 40px;
}

.step-section .inner h2 .en {
  display: block;
  margin: 0 0 25px;
  font-size: 12px;
  font-weight: bold;
  color: #ff7103;
}

.step-section .inner h2 .ja {
  font-size: 32px;
  font-weight: bold;
}

.step-section .inner h2 .line {
  background: #22ba4f;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .step-section .inner h2 {
    margin: 0 0 5.1vw;
  }

  .step-section .inner h2 .en {
    margin: 0 0 3.8vw;
    font-size: 3vw;
  }

  .step-section .inner h2 .ja {
    font-size: 7.1vw;
  }

  .step-section .inner h2 .ja .pc {
    display: none;
  }
}

.step-section .step-list {
  display: flex;
  counter-reset: number;
  gap: 48px;
}

.step-section .step-list>li {
  position: relative;
  display: flex;
  width: calc((100% - 96px)/3);
  counter-increment: number;
}

.step-section .step-list>li::before {
  display: block;
  position: absolute;
  top: 50%;
  right: -42px;
  border-width: 25px 0 25px 33px;
  border-style: solid;
  border-color: transparent transparent transparent #4e4e4e;
  content: "";
  transform: translateY(-50%);
}

.step-section .step-list>li:last-child:before {
  display: none;
}

.step-section .step-list>li .list-inner {
  position: relative;
  width: 100%;
  padding: 23px 5px 35px;
  border: 7px solid #4e4e4e;
  background: #fff;
}

.step-section .step-list>li .list-inner::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 16px 16px 0 0;
  border-style: solid;
  border-color: #4e4e4e transparent transparent transparent;
  content: "";
}

.step-section .step-list>li .list-inner::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 0 0 16px 16px;
  border-style: solid;
  border-color: transparent transparent #4e4e4e transparent;
  content: "";
}

.step-section .step-list>li .list-inner .icon {
  margin: 0 0 20px;
  text-align: center;
}

.step-section .step-list>li .list-inner .number {
  margin: 0 0 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #717171;
}

.step-section .step-list>li .list-inner .number::after {
  content: "0" counter(number);
}

.step-section .step-list>li .list-inner .title {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}

@media screen and (max-width: 750px) {
  .step-section .step-list {
    flex-direction: column;
    gap: 11.7vw;
  }

  .step-section .step-list>li {
    width: 100%;
  }

  .step-section .step-list>li::before {
    top: auto;
    bottom: -9.7vw;
    right: 50%;
    border-width: 7.4vw 6.4vw 0 6.4vw;
    border-color: #4e4e4e transparent transparent transparent;
    transform: translateX(50%);
  }

  .step-section .step-list>li:last-child:before {
    display: none;
  }

  .step-section .step-list>li .list-inner {
    display: flex;
    align-items: center;
    padding: 3.3vw 3.3vw 3.3vw 5.1vw;
    border: 1.7vw solid #4e4e4e;
  }

  .step-section .step-list>li .list-inner::before {
    border-width: 4.1vw 4.1vw 0 0;
  }

  .step-section .step-list>li .list-inner::after {
    border-width: 0 0 4.1vw 4.1vw;
  }

  .step-section .step-list>li .list-inner .icon {
    margin: 0 5.1vw 0 0;
    width: 20.5vw;
    min-width: 20.5vw;
  }

  .step-section .step-list>li .list-inner .number {
    margin: 0 0 1.2vw;
    text-align: left;
    font-size: 3vw;
  }

  .step-section .step-list>li .list-inner .title {
    text-align: left;
    font-size: 4.6vw;
  }
}

.flow-section {
  padding: 80px 30px 80px;
  background: #dcdcdc;
}

@media screen and (max-width: 750px) {
  .flow-section {
    padding: 15.3vw 5.1vw 15.3vw;
  }
}

.flow-section .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.flow-section .inner h2 {
  margin: 0 0 40px;
}

.flow-section .inner h2 .en {
  display: block;
  margin: 0 0 25px;
  font-size: 12px;
  font-weight: bold;
  color: #ff7103;
}

.flow-section .inner h2 .ja {
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .flow-section .inner h2 {
    margin: 0 0 5.1vw;
  }

  .flow-section .inner h2 .en {
    margin: 0 0 3.8vw;
    font-size: 3vw;
  }

  .flow-section .inner h2 .ja {
    font-size: 7.1vw;
  }
}

.flow-section .flow-list {
  display: flex;
  counter-reset: number;
  gap: 48px;
}

.flow-section .flow-list>li {
  position: relative;
  display: flex;
  width: calc((100% - 144px)/4);
  counter-increment: number;
}

.flow-section .flow-list>li::before {
  display: block;
  position: absolute;
  top: 50%;
  right: -42px;
  border-width: 25px 0 25px 33px;
  border-style: solid;
  border-color: transparent transparent transparent #4e4e4e;
  content: "";
  transform: translateY(-50%);
}

.flow-section .flow-list>li:last-child:before {
  display: none;
}

.flow-section .flow-list>li .list-inner {
  position: relative;
  width: 100%;
  padding: 23px 15px 35px;
  border: 7px solid #4e4e4e;
  background: #fff;
}

.flow-section .flow-list>li .list-inner::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 16px 16px 0 0;
  border-style: solid;
  border-color: #4e4e4e transparent transparent transparent;
  content: "";
}

.flow-section .flow-list>li .list-inner::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 0 0 16px 16px;
  border-style: solid;
  border-color: transparent transparent #4e4e4e transparent;
  content: "";
}

.flow-section .flow-list>li .list-inner .icon {
  margin: 0 0 20px;
  text-align: center;
}

.flow-section .flow-list>li .list-inner .number {
  margin: 0 0 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #717171;
}

.flow-section .flow-list>li .list-inner .number::after {
  content: "0" counter(number);
}

.flow-section .flow-list>li .list-inner .title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.flow-section .flow-list>li .list-inner .text {
  margin: 12px 0 0;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .flow-section .flow-list {
    flex-direction: column;
    gap: 11.7vw;
  }

  .flow-section .flow-list>li {
    width: 100%;
  }

  .flow-section .flow-list>li::before {
    top: auto;
    bottom: -9.7vw;
    right: 50%;
    border-width: 7.4vw 6.4vw 0 6.4vw;
    border-color: #4e4e4e transparent transparent transparent;
    transform: translateX(50%);
  }

  .flow-section .flow-list>li:last-child:before {
    display: none;
  }

  .flow-section .flow-list>li .list-inner {
    display: flex;
    align-items: center;
    padding: 3.3vw 3.3vw 3.3vw 5.1vw;
    border: 1.7vw solid #4e4e4e;
  }

  .flow-section .flow-list>li .list-inner::before {
    border-width: 4.1vw 4.1vw 0 0;
  }

  .flow-section .flow-list>li .list-inner::after {
    border-width: 0 0 4.1vw 4.1vw;
  }

  .flow-section .flow-list>li .list-inner .icon {
    margin: 0 5.1vw 0 0;
    width: 20.5vw;
    min-width: 20.5vw;
  }

  .flow-section .flow-list>li .list-inner .number {
    margin: 0 0 1.2vw;
    text-align: left;
    font-size: 3vw;
  }

  .flow-section .flow-list>li .list-inner .title {
    text-align: left;
    font-size: 4.6vw;
  }

  .flow-section .flow-list>li .list-inner .text {
    margin: 1.2vw 0 0;
    font-size: 3.5vw;
  }
}

.qa-section {
  padding: 80px 30px 0;
}

@media screen and (max-width: 750px) {
  .qa-section {
    padding: 15.3vw 5.1vw 0;
  }
}

.qa-section .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.qa-section .inner h2 {
  margin: 0 0 40px;
}

.qa-section .inner h2 .en {
  display: block;
  margin: 0 0 25px;
  font-size: 12px;
  font-weight: bold;
  color: #ff7103;
}

.qa-section .inner h2 .ja {
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .qa-section .inner h2 {
    margin: 0 0 5.1vw;
  }

  .qa-section .inner h2 .en {
    margin: 0 0 3.8vw;
    font-size: 3vw;
  }

  .qa-section .inner h2 .ja {
    font-size: 7.1vw;
  }
}

.qa-section .qa-list>li:not(:last-child) {
  margin: 0 0 20px;
}

.qa-section .qa-list>li .question {
  display: flex;
  align-items: flex-start;
  padding: 12px 20px;
  background: #333;
  color: #fff;
  font-weight: bold;
}

.qa-section .qa-list>li .question .head {
  padding: 0 5px 0 0;
  line-height: 1;
  font-size: 28px;
}

.qa-section .qa-list>li .question .text {
  font-size: 24px;
}

.qa-section .qa-list>li .answer {
  padding: 20px;
  background: #f5f5f5;
}

.qa-section .qa-list>li .answer .other,
.qa-section .qa-list>li .answer .sokuwork {
  display: flex;
}

.qa-section .qa-list>li .answer .other {
  margin: 0 0 4px;
}

.qa-section .qa-list>li .answer .other .head,
.qa-section .qa-list>li .answer .sokuwork .head {
  padding: 2px;
  width: 6em;
  min-width: 6em;
  color: #fff;
  text-align: center;
  background: #4E4E4E;
  font-size: 18px;
  align-self: flex-start;
}

.qa-section .qa-list>li .answer .sokuwork .head {
  background: #ff7103;
}

.qa-section .qa-list>li .answer .other .text,
.qa-section .qa-list>li .answer .sokuwork .text {
  padding: 0 0 0 12px;
  align-self: center;
  font-size: 14px;
}

.qa-section .qa-list>li .answer .sokuwork .text {
  color: #ff7103;
}

@media screen and (max-width: 750px) {
  .qa-section .qa-list>li:not(:last-child) {
    margin: 0 0 2.5vw;
  }

  .qa-section .qa-list>li .question {
    padding: 3vw 5.1vw;
  }

  .qa-section .qa-list>li .question .head {
    padding: 0 1.2vw 0 0;
    font-size: 7.1vw;
  }

  .qa-section .qa-list>li .question .text {
    font-size: 6.1vw;
  }

  .qa-section .qa-list>li .answer {
    padding: 3.8vw 3vw;
  }

  .qa-section .qa-list>li .answer .other {
    margin: 0 0 3.8vw;
  }

  .qa-section .qa-list>li .answer .other .head,
  .qa-section .qa-list>li .answer .sokuwork .head {
    padding: 0.1vw;
    font-size: 3.5vw;
  }

  .qa-section .qa-list>li .answer .other .text,
  .qa-section .qa-list>li .answer .sokuwork .text {
    padding: 0 0 0 1.2vw;
    font-size: 3.5vw;
  }
}


.contact-section {
  padding: 80px 30px 0;
}

@media screen and (max-width: 750px) {
  .contact-section {
    padding: 15.3vw 5.1vw 0;
  }
}

.contact-section .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-section .inner h2 {
  margin: 0 0 40px;
}

.contact-section .inner h2 .en {
  display: block;
  margin: 0 0 25px;
  font-size: 12px;
  font-weight: bold;
  color: #ff7103;
}

.contact-section .inner h2 .ja {
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .contact-section .inner h2 {
    margin: 0 0 5.1vw;
  }

  .contact-section .inner h2 .en {
    margin: 0 0 3.8vw;
    font-size: 3vw;
  }

  .contact-section .inner h2 .ja {
    font-size: 7.1vw;
  }
}

.contact-section .form-wrap {
  margin: 0 auto;
  max-width: 815px;
  font-size: 14px;
}

.contact-section .form-wrap .form-row {
  display: flex;
  margin: 0 0 40px;
}

.contact-section .form-wrap .form-row .form-label {
  width: 26%;
  padding: 5px 0;
}

.contact-section .form-wrap .form-row .form-input {
  width: 74%;
}

.contact-section .form-wrap .form-row .form-input .contact-text {
  margin: 10px 0 0;
}

.contact-section .form-wrap .privacypolicy-text {
  margin: 0 0 40px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .contact-section .form-wrap {
    font-size: 3.5vw;
  }

  .contact-section .form-wrap .form-row {
    display: block;
    margin: 0 0 7.6vw;
  }

  .contact-section .form-wrap .form-row .form-label {
    width: auto;
    padding: 0;
    margin: 0 0 3.8vw;
  }

  .contact-section .form-wrap .form-row .form-input {
    width: auto;
  }

  .contact-section .form-wrap .form-row .form-input .contact-text {
    margin: 2.5vw 0 0;
  }

  .contact-section .form-wrap .privacypolicy-text {
    margin: 0 0 7.6vw;
    text-align: left;
  }
}

.footer {
  margin: 120px 0 0;
}

.footer .logo {
  max-width: 520px;
  margin: 0 auto 50px;
}

.footer .logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  .footer {
    margin: 30.7vw 0 0;
  }

  .footer .logo {
    max-width: 89.7vw;
    margin: 0 auto 12.8vw;
  }
}

.footer .footer-nav {
  margin: 0 0 60px;
  padding: 0 30px;
}

.footer .footer-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0;
}

.footer .footer-nav ul>li {
  font-size: 14px;
  padding: 0 6px;
  border-right: 1px solid #2f2f2f;
}

.footer .footer-nav ul>li:last-child {
  border-right: none;
}

.footer .company-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 30px;
}

.footer .copy {
  margin: 55px 0 0;
  padding: 20px 30px;
  text-align: center;
  background: #f5f5f5;
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  .footer .footer-nav {
    margin: 0 0 10.2vw;
    padding: 0 5.1vw;
  }

  .footer .footer-nav ul>li {
    font-size: 3.5vw;
    padding: 0 1.5vw;
  }

  .footer .company-info {
    gap: 2.5vw;
    padding: 0 5.1vw;
    text-align: center;
  }

  .footer .copy {
    margin: 14.1vw 0 0;
    padding: 5.1vw 5.1vw 23.5vw;
    font-size: 3vw;
  }
}

.mainw {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1000px) {
  .mainw {
		/* width: 88vw; */
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}
}

.top__ttl {
  font-size: 3.84rem;
  text-align: center;
  line-height: 1.375;
  font-weight: 700;
}
.top__ttl span {
  display: block;
}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .top__ttl {
    font-size: 3.84rem;
  }
}
@media screen and (max-width: 1000px) {
  .top__ttl {
    font-size: max(10px, 8vw);
    line-height: 1.4;
  }
}
.branch h2 span {
  position: relative;
  display: inline-block;
}

.branch h2 span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 121px;
  transform: translateX(-100%);
  content: "";
  background: url("../images/slash_left@2x.png") no-repeat center/cover;
}

.branch h2 span::after {
  position: absolute;
  top: 0;
  right: -18px;
  width: 39px;
  height: 121px;
  transform: translateX(100%);
  content: "";
  background: url("../images/slash_right@2x.png") no-repeat center/cover;
}

.branch h2 img {
  width: 258px;
}

@media screen and (max-width: 1000px) {
  .branch h2 span::before {
    width: 6.6666666667vw;
    height: 20.2666666667vw;
  }

  .branch h2 span::after {
    right: -3.4666666667vw;
    width: 6.6666666667vw;
    height: 20.2666666667vw;
  }

  .branch h2 img {
    width: 43.4666666667vw;
  }
}

.attention-section {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 8vw;
}
.attention-section picture {
  max-width: 90%;
  height: auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .attention-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6vw;
  }
  .attention-section picture {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.branch {
  margin-bottom: 8vw;
}
.branch .branch__img {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 80px 0 60px;
}
.branch .branch__description {
  text-align: center;
  width: 90%;
  max-width: 800px;
  margin: 40px auto;
  display: flex;
  justify-content: center;
}
.branch .branch__description p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  max-width: 800px;
}
.branch picture {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  height: auto;
}
.branch picture img {
  width: 100%;
}
.branch .branch__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
}
.branch .branch__item {
  background: #fff;
}
.branch .branch__item .branch__title {
  background: #676767;
  padding: 10px 12px;
  display: flex;
}
.branch .branch__item .branch__title img {
  width: 30px;
  margin-right: 10px;
}
.branch .branch__item .branch__title h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.branch .branch__item .branch__content {
  padding: 10px 12px;
}
.branch .branch__item .branch__content a {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .branch .branch__img {
    margin: 8vw 0 6vw;
  }
  .branch .branch__description {
    width: 92vw;
    margin: 6vw auto;
    display: flex;
    justify-content: center;
  }
  .branch .branch__description p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }
  .branch .branch__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    margin: 3.4666666667vw auto 0;
    width: 92vw;
  }
}

/* 札幌支社情報セクション */
.office-info {
  background: linear-gradient(135deg, #fff 0%, #f0f8ff 100%);
  padding: 25px 20px;
  margin: 25px auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.1);
  border: 2px solid #0066cc;
  position: relative;
  max-width: 800px;
  width: 95%;
  transition: all 0.3s ease;
}

.office-info:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 102, 204, 0.15);
}

.office-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 1.6;
}

/* 札幌支社の強調 */
.office-title .highlight {
  color: #0066cc;
  font-size: 1.8em;
  font-weight: 900;
  display: inline-block;
  position: relative;
  padding: 0 5px;
}

.office-title .highlight::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: rgba(0, 102, 204, 0.1);
  z-index: -1;
}

/* しっかりサポートの強調 */
.office-title .highlight-support {
  color: #ff6b00;
  font-size: 1.4em;
  font-weight: 800;
  display: inline-block;
  position: relative;
  padding: 0 5px;
}

.office-title .highlight-support::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(255, 107, 0, 0.1);
  z-index: -1;
  transform: skew(-3deg);
}

.office-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  max-width: 600px;
  margin: 0 auto;
}

.location-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5;
  width: 90%;
  max-width: 500px;
  padding: 10px 15px;
  background: rgba(0, 102, 204, 0.05);
  border-radius: 6px;
  transition: all 0.3s ease;
}

.location-item:hover {
  background: rgba(0, 102, 204, 0.1);
  transform: translateX(5px);
}

.location-item i {
  color: #0066cc;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.location-item span {
  font-weight: bold;
}

.visit-message {
  font-size: 1.9rem;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  padding: 15px 20px;
  position: relative;
  width: 90%;
  max-width: 500px;
  border-top: 2px solid #0066cc;
  border-bottom: 2px solid #0066cc;
  background: linear-gradient(to right,
    rgba(0, 102, 204, 0.1) 0%,
    rgba(0, 102, 204, 0.05) 50%,
    rgba(0, 102, 204, 0.1) 100%
  );
}

.visit-message::before {
  content: '＼';
  position: absolute;
  left: 5px;
  color: #0066cc;
}

.visit-message::after {
  content: '／';
  position: absolute;
  right: 5px;
  color: #0066cc;
}

/* メインビジュアル 電話番号 */
.office-contact {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.mv-tel-link {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #0066cc;
  border-radius: 50px;
  padding: 8px 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mv-tel-link:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 102, 204, 0.2);
}

.mv-tel-icon {
  font-size: 1.6rem;
  margin-right: 8px;
}

.mv-tel-number {
  font-weight: 700;
  font-size: 1.8rem;
  color: #ff6600;
  margin-right: 8px;
}

.mv-tel-hours {
  font-size: 1.2rem;
  color: #666;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2px 5px;
  border-radius: 4px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .office-info {
    width: 92%;
    padding: 20px 15px;
    margin: 20px auto;
  }

  .office-title {
    font-size: 1.3rem;
  }

  .office-title .highlight {
    font-size: 1.6em;
  }

  .office-title .highlight-support {
    font-size: 1.3em;
  }

  .office-details {
    width: 100%;
    padding: 15px;
  }

  .location-item,
  .visit-message {
    width: 100%;
    font-size: 1rem;
  }

  .office-contact {
    margin-top: 10px;
  }

  .mv-tel-link {
    padding: 6px 12px;
  }

  .mv-tel-icon {
    font-size: 1.4rem;
  }

  .mv-tel-number {
    font-size: 1.5rem;
  }

  .mv-tel-hours {
    font-size: 1rem;
  }
}

.address-info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1.2rem;
  color: #333;
  line-height: 1.5;
  width: 90%;
  max-width: 500px;
  padding: 12px 15px;
  background: rgba(0, 102, 204, 0.05);
  border-radius: 6px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 102, 204, 0.1);
}

.address-info i {
  color: #0066cc;
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 3px;
}

.address-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.postal-code {
  font-size: 1rem;
  color: #666;
}

.address {
  font-weight: bold;
  line-height: 1.6;
}

/* レスポンシブ対応を追加 */
@media screen and (max-width: 768px) {
  .address-info {
    font-size: 1rem;
    padding: 10px 12px;
  }

  .address-info i {
    font-size: 1.2rem;
  }

  .postal-code {
    font-size: 0.9rem;
  }

  .address {
    font-size: 1rem;
  }
}

.sp-break {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-break {
    display: block;
  }
}

/* TikTokセクションのスタイル */
.tiktok-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  text-align: center;
}

.tiktok-text {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

.tiktok-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tiktok-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.tiktok-button:active {
  transform: translateY(0);
}

.tiktok-button img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.tiktok-button:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .tiktok-section {
    padding: 30px 15px;
  }

  .tiktok-text {
    font-size: 16px;
  }

  .tiktok-button {
    padding: 12px 24px;
    font-size: 14px;
  }

  .tiktok-button img {
    width: 20px;
    height: 20px;
  }
}

/* CTA コンテナスタイル */
.cta-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* 電話ボタンスタイル */
.phone__btn {
  margin-top: 3em;
  margin-bottom: 3em;
}

.phone__btn .white {
  text-align: center;
  font-size: 2.6rem;
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 1.4;
}

.phone__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 578px;
  width: 100%;
  height: 112px;
  padding: 0 80px 0 25px;
  font-size: 3.8rem;
  font-weight: bold;
  background-color: #ff6600;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(255, 102, 0, 0.2);
}

.phone__btn a:hover {
  background-color: #e55c00;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(255, 102, 0, 0.3);
}

.phone__btn a p {
  text-align: center;
  line-height: 1.4473684211;
  color: #fff;
  margin-top: 0 !important;
}

.phone__btn a img {
  width: 70px;
  margin-right: 15px;
}

.phone__btn a span.number {
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
}

/* 時間強調表示 */
.emphasis {
  font-size: 120%;
  font-weight: 900;
  color: #FF6B00;
  background: linear-gradient(transparent 60%, rgba(255, 107, 0, 0.2) 60%);
  padding: 0 5px;
}

/* マンガセクション CTA調整 */
.manga-section .comics_mask .comics_wrap02 .cta-container {
  margin: 20px 0 0;
  gap: 20px;
}

.manga-section .comics_mask .comics_wrap02 .line__btn,
.manga-section .comics_mask .comics_wrap02 .phone__btn {
  margin: 10px 0;
}

.manga-section .comics_mask .comics_wrap02 .line__btn .white,
.manga-section .comics_mask .comics_wrap02 .phone__btn .white {
  font-size: 2rem;
}

@media screen and (max-width: 750px) {
  .cta-container {
    flex-direction: column;
    gap: 0;
  }

  .phone__btn .white {
    font-size: max(10px, 5.3333333333vw);
    padding-bottom: 2.6666666667vw;
  }

  .phone__btn a {
    width: 90.6666666667vw;
    height: 17.6vw;
    max-width: 100%;
    padding: 0 17.3333333333vw 0 3.4666666667vw;
    font-size: max(10px, 5.8666666667vw);
  }

  .phone__btn a p {
    line-height: 1.4545454545;
  }

  .phone__btn a img {
    width: 12vw;
    margin-right: 10px;
  }

  .phone__btn a span.number {
    font-size: max(10px, 5vw);
  }

  .manga-section .comics_mask .comics_wrap02 .cta-container {
    margin: 15px 0 0;
  }

  .manga-section .comics_mask .comics_wrap02 .line__btn,
  .manga-section .comics_mask .comics_wrap02 .phone__btn {
    margin: 5px 0;
  }

  .manga-section .comics_mask .comics_wrap02 .line__btn .white,
  .manga-section .comics_mask .comics_wrap02 .phone__btn .white {
    font-size: 1.6rem;
  }
}