@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;
}

p {
  text-align: justify;
  -ms-text-justify: auto;
  text-justify: auto;
  text-justify: inter-ideograph;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: normal;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.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;
}

/*---------------------------------------------------------*/
.header {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}

.header .logo {
  display: flex;
  align-items: center;
}

.header .logo .license {
  margin: 0 0 0 0.5rem;
  font-size: 1rem;
}

@media screen and (max-width: 750px) {
  .header .logo {
    display: block;
    width: 75%;
  }

  .header .logo picture {
    display: block;
    width: 67%;
  }

  .header .logo .license {
    display: block;
    margin: 0;
    font-size: 2.2vw;
    line-height: 1.2;
  }

  .header .linelink {
    width: 18.8%;
  }
}

.mainvisual .image picture {
  display: block;
  background: #f3c08e;
  text-align: center;
}

.mainvisual .image .mv-image {
  max-width: 1080px;
  width: 100%;
  height: auto;
}

.mainvisual .image .list {
  max-width: 750px;
  width: 100%;
  margin: -2.6% auto 0;
}

.mainvisual .image .list picture {
  background: transparent;
}

@media screen and (max-width: 750px) {
  .mainvisual .image .list {
    margin: -13.6% auto 0;
  }
}

.mainvisual .image .list img {
  display: block;
  position: relative;
  width: 91.3%;
  margin: 0 auto;
}

.mainvisual .option {
  text-align: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 750px) {
  .mainvisual .option {
    padding: 0 7.3% 12%;
  }
}

.mainvisual .option .option-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .mainvisual .option .option-list {
    display: block;
  }
}

.mainvisual .option .option-list>li {
  margin: 0 0 4% 4%;
  width: 48%;
}

@media screen and (max-width: 750px) {
  .mainvisual .option .option-list>li {
    margin: 0 0 4%;
    width: 100%;
  }
}

.mainvisual .option .option-list>li:nth-child(2n+1) {
  margin-left: 0;
}

@media screen and (max-width: 750px) {
  .mainvisual .option .option-list>li:last-child {
    margin: 0;
  }
}

.line-section {
  padding: 20px 0;
  text-align: center;
  background: url(../images/bg_line.png) no-repeat center center / cover;
}

@media screen and (max-width: 750px) {
  .line-section {
    padding: 2.6vw 0;
  }
}

.line-section .heading {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .line-section .heading {
    font-size: 4.2vw;
  }
}

.line-section .linelink {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 380px;
  margin: 20px auto;
  padding: 12px 0;
  background: #343434;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 750px) {
  .line-section .linelink {
    max-width: 50.6vw;
    margin: 2.6vw auto;
    padding: 1.6vw 0;
    font-size: 4.2vw;
    border-radius: 1.3vw;
  }
}

.line-section .linelink::before {
  display: block;
  max-width: 50px;
  max-height: 50px;
  width: 6.6vw;
  height: 6.6vw;
  margin: 0 20px 0 0;
  background: url(../images/ico_line.png) no-repeat center center / contain;
  content: "";
}

@media screen and (max-width: 750px) {
  .line-section .linelink::before {
    margin: 0 2.6vw 0 0;
  }
}

.line-section .other {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .line-section .other {
    font-size: 3.2vw;
  }
}

.line-section .other::before {
  display: block;
  max-width: 20px;
  max-height: 20px;
  width: 2.6vw;
  height: 2.6vw;
  margin: 0 12px 0 0;
  background: url(../images/ico_arrow.png) no-repeat center center / contain;
  content: "";
}

@media screen and (max-width: 750px) {
  .line-section .other::before {
    margin: 0 1.6vw 0 0;
  }
}

.area-section {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 45px 0 50px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .area-section {
    padding: 6vw 0 6.6vw;
  }
}

.area-section .heading {
  margin: 0 0 30px;
  font-size: 38px;
  font-weight: bold;
  color: #503e24;
}

@media screen and (max-width: 750px) {
  .area-section .heading {
    margin: 0 0 4vw;
    font-size: 5vw;
  }
}

.area-section .image {
  display: block;
  margin: 0 auto;
  width: 92%;
  height: auto;
}

.example-section {
  padding: 45px 0 75px;
  background: #eaeaea;
}

@media screen and (max-width: 750px) {
  .example-section {
    padding: 6vw 0 10vw;
  }
}

.example-section .heading {
  margin: 0 0 30px;
  text-align: center;
  color: #503e24;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .example-section .heading {
    margin: 0 0 4vw;
    font-size: 4.2vw;
  }
}

.example-list .slick-track {
  display: flex !important;
}

.example-list li {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  height: auto;
  margin: 0 10px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 750px) {
  .example-list {
    width: 92%;
    margin: 0 auto;
  }

  .example-list li {
    margin: 0 0 4vw;
    padding: 2.6vw;
  }

  .example-list li:last-child {
    margin: 0;
  }
}

.example-list li .image {
  width: 100%;
  margin: 0 0 10px;
}

@media screen and (max-width: 750px) {
  .example-list li .image {
    width: 43%;
  }
}

.example-list li .image img {
  width: 100%;
  height: auto;
}

.example-list li .text {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .example-list li .text {
    width: 54%;
  }
}

.example-list li .title {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 28px;
}

@media screen and (max-width: 750px) {
  .example-list li .title {
    margin: 0 0 0.6vw;
    font-size: 3.7vw;
  }
}

.example-list li .info {
  width: 100%;
}

.example-list li .info th {
  width: 4em;
  padding: 10px 0;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #eaeaea;
}

.example-list li .info td {
  padding: 10px 0;
  font-size: 20px;
  border-bottom: 1px solid #eaeaea;
}

@media screen and (max-width: 750px) {

  .example-list li .info th,
  .example-list li .info td {
    padding: 1.3vw 0;
    font-size: 3.2vw;
  }
}

.example-list li .info tr:last-child th,
.example-list li .info tr:last-child td {
  border-bottom: none;
}

.example-list li .info td .salary {
  font-size: 24px;
  font-weight: bold;
  color: #db2125;
}

@media screen and (max-width: 750px) {
  .example-list li .info td .salary {
    font-size: 3.7vw;
  }
}

.dormitory-section {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 45px 0 80px;
}

@media screen and (max-width: 750px) {
  .dormitory-section {
    padding: 6vw 0 10.6vw;
  }
}

.dormitory-section .heading {
  margin: 0 0 30px;
  text-align: center;
  color: #503e24;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .dormitory-section .heading {
    margin: 0 0 4vw;
    font-size: 4.2vw;
  }
}

.dormitory-section .dormitory-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 92%;
}

.dormitory-section .dormitory-list>li {
  width: 48%;
  margin: 4% 0 0;
}

.dormitory-section .dormitory-list>li:nth-child(-n+2) {
  margin: 0;
}

.flow-section {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 45px 0 80px;
}

@media screen and (max-width: 750px) {
  .flow-section {
    padding: 6vw 0 10.6vw;
  }
}

.flow-section .heading {
  margin: 0 0 30px;
  text-align: center;
  color: #503e24;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .flow-section .heading {
    margin: 0 0 4vw;
    font-size: 4.2vw;
  }
}

.flow-section .flow-list {
  max-width: 68%;
  margin: 0 auto;
  padding: 70px 10px;
  border: 4px solid #ff6000;
  border-radius: 14px;
}

@media screen and (max-width: 750px) {
  .flow-section .flow-list {
    padding: 9.3vw 1.3vw;
    border: 0.5vw solid #ff6000;
    border-radius: 1.8vw;
  }
}

.flow-section .flow-list>li {
  position: relative;
  padding: 0 0 90px;
}

@media screen and (max-width: 750px) {
  .flow-section .flow-list>li {
    padding: 0 0 12vw;
  }
}

.flow-section .flow-list>li::after {
  position: absolute;
  left: 50%;
  bottom: 36px;
  display: block;
  border-width: 35px 20px 0 20px;
  border-style: solid;
  border-color: #503e24 transparent transparent transparent;
  transform: translateX(-50%);
  content: "";
}

@media screen and (max-width: 750px) {
  .flow-section .flow-list>li::after {
    bottom: 4.8vw;
    border-width: 4.6vw 2.6vw 0 2.6vw;
  }
}

.flow-section .flow-list>li:last-child {
  position: relative;
  padding: 0;
}

.flow-section .flow-list>li:last-child::after {
  display: none;
}

.flow-section .flow-list>li .number {
  max-width: 248px;
  margin: 0 auto 20px;
  padding: 8px;
  text-align: center;
  background: #ff6000;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 8px;
}

@media screen and (max-width: 750px) {
  .flow-section .flow-list>li .number {
    max-width: 33vw;
    margin: 0 auto 2.6vw;
    padding: 1vw;
    font-size: 3.2vw;
    border-radius: 1vw;
  }
}

.flow-section .flow-list>li .text {
  text-align: center;
  color: #ff6000;
  font-size: 32px;
}

@media screen and (max-width: 750px) {
  .flow-section .flow-list>li .text {
    font-size: 4.2vw;
  }
}

.contact-section {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 45px 0 80px;
}

@media screen and (max-width: 750px) {
  .contact-section {
    padding: 6vw 0 10.6vw;
  }
}

.contact-section .heading {
  margin: 0 0 30px;
  text-align: center;
  color: #503e24;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .contact-section .heading {
    margin: 0 0 4vw;
    font-size: 4.2vw;
  }
}

.contact-section .form-wrap {
  margin: 0 auto;
  width: 76.6%;
  font-size: 24px;
}

@media screen and (max-width: 750px) {
  .contact-section .form-wrap {
    font-size: 3.2vw;
  }
}

.contact-section .contact-text {
  margin: 0 0 10px;
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  .contact-section .contact-text {
    font-size: 2.6vw;
  }
}

.contact-section .privacypolicy-text {
  padding: 45px 15px 60px;
  border-top: 1px dotted #999;
  font-size: 28px;
}

@media screen and (max-width: 750px) {
  .contact-section .privacypolicy-text {
    padding: 6vw 2vw 8vw;
    font-size: 3.7vw;
  }
}

.contact-section .privacypolicy-text a {
  color: #ff6000;
  text-decoration: underline;
  font-weight: normal;
}

.voice-section {
  padding: 45px 0 80px;
  background: #ffddc9;
}

@media screen and (max-width: 750px) {
  .voice-section {
    padding: 6vw 0 10.6vw;
  }
}

.voice-section .heading {
  margin: 0 0 30px;
  text-align: center;
  color: #503e24;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .voice-section .heading {
    margin: 0 0 4vw;
    font-size: 4.2vw;
  }
}

.voice-section .voice-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 750px) {
  .voice-section .voice-list {
    display: block;
    width: 92%;
    padding: 0;
  }
}

.voice-section .voice-list>li {
  width: 48%;
  background: #fff;
  margin: 4% 0 0;
  padding: 28px;
  border-radius: 10px;
}

.voice-section .voice-list>li:nth-child(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .voice-section .voice-list>li {
    width: 100%;
    margin: 0 0 4vw;
    padding: 3.7vw;
    border-radius: 1.3vw;
  }

  .voice-section .voice-list>li:last-child {
    margin: 0;
  }
}

.voice-section .voice-list>li .title {
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: bold;
  color: #ff6000;
}

@media screen and (max-width: 750px) {
  .voice-section .voice-list>li .title {
    margin: 0 0 2.6vw;
    font-size: 4.3vw;
  }
}

.voice-section .voice-list>li .text-wrap {
  display: flex;
  justify-content: space-between;
}

.voice-section .voice-list>li .text-wrap::before {
  display: block;
  width: 170px;
  height: 156px;
  background: url(../images/img_voice01.png) no-repeat 0 0 / contain;
  content: "";
}

.voice-section .voice-list>li:nth-child(even) .text-wrap::before {
  background-image: url(../images/img_voice02.png);
}

@media screen and (max-width: 750px) {
  .voice-section .voice-list>li .text-wrap::before {
    width: 22.6vw;
    height: 20.8vw;
  }
}

.voice-section .voice-list>li .text-wrap .text {
  width: calc(100% - 190px);
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  .voice-section .voice-list>li .text-wrap .text {
    width: calc(100% - 25.3vw);
    font-size: 3.2vw;
  }
}

.qa-section {
  padding: 45px 0 80px;
}

@media screen and (max-width: 750px) {
  .qa-section {
    padding: 6vw 0 10.6vw;
  }
}

.qa-section .heading {
  margin: 0 0 30px;
  text-align: center;
  color: #503e24;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .qa-section .heading {
    margin: 0 0 4vw;
    font-size: 4.2vw;
  }
}

.qa-section .qa-list {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 750px) {
  .qa-section .qa-list {
    width: 92%;
    padding: 0;
  }
}

.qa-section .qa-list>li {
  margin: 0 0 30px;
  border: 4px solid #ff6000;
  border-radius: 10px;
}

@media screen and (max-width: 750px) {
  .qa-section .qa-list>li {
    margin: 0 0 4vw;
    border: 0.5vw solid #ff6000;
    border-radius: 1.3vw;
  }
}

.qa-section .qa-list>li .question-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  background: #ff6000;
}

@media screen and (max-width: 750px) {
  .qa-section .qa-list>li .question-wrap {
    padding: 3.3vw;
  }
}

.qa-section .qa-list>li .question-wrap::before {
  display: block;
  width: 93px;
  height: 93px;
  background: url(../images/ico_qa01.png) no-repeat 0 0 / contain;
  content: "";
}

@media screen and (max-width: 750px) {
  .qa-section .qa-list>li .question-wrap::before {
    width: 12.4vw;
    height: 12.4vw;
  }
}

.qa-section .qa-list>li .question-wrap .question {
  width: calc(100% - 113px);
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .qa-section .qa-list>li .question-wrap .question {
    width: calc(100% - 15vw);
    font-size: 4.2vw;
  }
}

.qa-section .qa-list>li .answer-wrap {
  padding: 35px 25px 25px;
}

@media screen and (max-width: 750px) {
  .qa-section .qa-list>li .answer-wrap {
    padding: 4.6vw 3.3vw 3.3vw;
  }
}

.qa-section .qa-list>li .answer-wrap .answer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 30px;
}

@media screen and (max-width: 750px) {
  .qa-section .qa-list>li .answer-wrap .answer {
    margin: 0 0 4vw;
  }
}

.qa-section .qa-list>li .answer-wrap .answer:last-child {
  margin: 0;
}

.qa-section .qa-list>li .answer-wrap .answer .corp {
  text-align: center;
  width: 160px;
  padding: 5px;
  color: #fff;
  background: #888888;
  font-size: 24px;
  border-radius: 10px;
}

.qa-section .qa-list>li .answer-wrap .answer.sokuwork .corp {
  background: #db2125;
}

@media screen and (max-width: 750px) {
  .qa-section .qa-list>li .answer-wrap .answer .corp {
    width: 21.4vw;
    padding: 0.6vw;
    font-size: 3.2vw;
    border-radius: 1.3vw;
  }
}

.qa-section .qa-list>li .answer-wrap .answer .text {
  width: calc(100% - 190px);
  padding: 5px 0;
  font-size: 24px;
}

.qa-section .qa-list>li .answer-wrap .answer.sokuwork .text {
  color: #db2125;
}

@media screen and (max-width: 750px) {
  .qa-section .qa-list>li .answer-wrap .answer .text {
    width: calc(100% - 25.3vw);
    padding: 0.6vw 0;
    font-size: 3.2vw;
  }
}

.footer {
  background: #ff6000;
}

.footer .footer-nav {
  display: flex;
  justify-content: center;
  padding: 60px 40px 70px;
}

@media screen and (max-width: 750px) {
  .footer .footer-nav {
    padding: 8vw 5.3vw 9.3vw;
  }
}

.footer .footer-nav ul {
  display: inline-grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 15px 30px;
}

.footer .footer-nav ul>li a {
  font-size: 24px;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .footer .footer-nav ul>li a {
    font-size: 3.2vw;
  }
}

.footer .logo {
  width: 544px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 750px) {
  .footer .logo {
    width: 72.5vw;
    margin: 0 auto 4vw;
  }
}

.footer .company {
  text-align: center;
  font-size: 22px;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .footer .company {
    font-size: 2.9vw;
  }
}

.footer .authorization {
  padding: 25px 0;
  text-align: center;
  font-size: 22px;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .footer .authorization {
    padding: 3.3vw 0;
    font-size: 2.9vw;
  }
}

.footer .copy {
  padding: 15px 15px 120px;
  text-align: center;
  background: #db2125;
  color: #fff;
  font-size: 22px;
}

@media screen and (max-width: 750px) {
  .footer .copy {
    padding: 2vw 2vw 21vw;
    font-size: 2.9vw;
  }
}


.policy-section {
  width: 92%;
  margin: 0 auto;
  padding: 45px 0 80px;
}

@media screen and (max-width: 750px) {
  .policy-section {
    padding: 6vw 0 10.6vw;
  }
}

.policy-section .heading {
  margin: 0 0 30px;
  text-align: center;
  color: #503e24;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .policy-section .heading {
    margin: 0 0 4vw;
    font-size: 4.2vw;
  }
}

.policy-section .chapter {
  margin: 0 0 50px;
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  .policy-section .chapter {
    margin: 0 0 6.6vw;
    font-size: 2.6vw;
  }
}

.policy-section .chapter:last-child {
  margin: 0;
}

.policy-section .chapter .title {
  position: relative;
  border-bottom: 1px solid #999;
  margin: 0 0 10px;
  padding: 0 0 10px 26px;
  font-size: 24px;
}

@media screen and (max-width: 750px) {
  .policy-section .chapter .title {
    margin: 0 0 1.3vw;
    padding: 0 0 1.3vw 2.1vw;
    font-size: 3.2vw;
  }
}

.policy-section .chapter .title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 1px;
  content: "";
  background-color: #dd2026;
}

@media screen and (max-width: 750px) {
  .policy-section .chapter .title::after {
    width: 40vw;
  }
}

.policy-section .chapter p {
  margin: 0 0 10px;
}

@media screen and (max-width: 750px) {
  .policy-section .chapter p {
    margin: 0 0 1.3vw;
  }
}

.policy-section .chapter p:last-child {
  margin: 0;
}

.policy-section .chapter a {
  text-decoration: underline;
}

.policy-section .num-list {
  counter-reset: number;
}

.policy-section .num-list>li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  counter-increment: number;
}

.policy-section .num-list>li::before {
  margin: 0 4px 0 0;
  content: counter(number) ".";
}

.policy-section .head-list>li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  counter-increment: number;
}

.policy-section .head-list>li::after {
  display: block;
  clear: both;
  content: "";
}

.policy-section .head-list>li .head {
  display: block;
  float: left;
}

.policy-section .head-list>li .text {
  display: block;
  overflow: hidden;
}

.sky_bnr {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #22ba4f;
  color: #fff;
  font-size: 3.4rem;
}

.sky_bnr a {
  display: flex;
  justify-content: center;
  line-height: 1.5;
  margin: 0 auto;
  padding: 10px 0;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}

.sky_bnr a:hover {
  opacity: 0.7;
}

.sky_bnr img {
  width: 80px;
}

.sky_bnr span {
  display: block;
  font-size: 2rem;
  text-align: center;
}

.sky_bnr .yellow {
  color: #FCF70D;
}

.sky_bnr.fixed {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 750px) {
  .sky_bnr {
    gap: 0 2.6666666667vw;
    font-size: max(10px, 5.8666666667vw);
  }

  .sky_bnr a {
    width: 64vw;
    line-height: 1.5;
    gap: 0 2.6666666667vw;
    padding: 1.6vw 0;
  }

  .sky_bnr img {
    width: 12.5333333333vw;
  }

  .sky_bnr span {
    font-size: max(10px, 4.2666666667vw);
  }
}

.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-top: 120px;
  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 {
    margin-top: 16vw;
  }
  .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;
  }
}
/* 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:hover img {
  transform: scale(1.1);
}
.tiktok-button:active {
  transform: translateY(0);
}
.tiktok-button img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

@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;
  }
}

/*# sourceMappingURL=index.css.map */
