@charset "UTF-8";
/* CSS Document */

/* メインビジュアルここから */
.mv {
  height: 80vh;
}

.mv__container {
  width: 100%;
  margin-bottom: 80px;
  background: url(../images/mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 391px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.mv__container:after {
  content: '';
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 391px;
}
.mv__lead-l {
  position: relative;
}
.mv__lead-l p {
  writing-mode: vertical-rl;
  color: var(--d-green);
  font-size: 2.9rem;
  font-weight: 600;
  letter-spacing: 9px;
  position: relative;
  z-index: 3;
  margin-right: auto;
  line-height: 2;
  padding: 120px 0 90px;
}
.mv__lead-l figure {
  position: absolute;
  bottom: -30px;
  left: 30px;
  z-index: 3;
}
.mv__lead-r p {
  position: relative;
}
.mv__lead-r p span {
  color: var(--orange);
}
.mv__lead-r figure {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 3;
}
/* メインビジュアルここまで */

/* こんな時は社労士にご相談ください ここから */
.case {
  margin: 0px auto 100px;
}
.case__container {
  width: 100%;
  background: var(--l-green);
  border-radius: 392px;
  padding: 60px 0 80px;
}
.case__container h2 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  color: var(--d-green);
}
.case__container h2 span {
  color: var(--orange);
  font-size: 3.8rem;
  padding: 10px 12px;
  position: relative;
  z-index: 1;
}
.case__container h2 span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/decoration_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  left: 0;
  z-index: -1;
}
.case__container ul {
  padding: 60px 60px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
}
.case__container ul li {
  min-width: 30%;
  height: 225px;
  display: flex;
  align-items: center;
  background: url(../images/fuwafuwa_container.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 2rem;
  font-weight: 600;
  color: var(--d-green);
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.4px;
}

.case__container ul li:nth-child(n + 4) {
  margin-top: 40px;
}
.case__container ul li:last-child {
  margin-right: 0;
}

.case__container ul li p {
  margin: 0 auto;
}

/* こんな時は社労士にご相談ください ここまで */

/* サービス内容ここから */
.service {
  margin: 100px 0 160px;
}
.service__container {
  margin-top: 80px;
}
.service--content {
  display: flex;
  gap: 60px;
  margin-bottom: 80px;
}
.service--content:last-child {
  margin-bottom: 0;
}
.service--content:nth-child(even) {
  flex-direction: row-reverse;
}
.service-img {
  max-width: 460px;
  width: 460px;
  height: 308px;
  border-radius: 30px;
  position: relative;
}
.service-img img {
  border-radius: 30px;
}
.service-img:before {
  content: '';
  width: 60px;
  height: 60px;
  background: url(../images/decoration_03.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: -1;
}
.service-img.caution {
  height: 100%;
}
.service-caution.sp {
  display: none;
}
.service-caution {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 5px;
  padding: 15px;
  border: 1px solid var(--gray);
  border-radius: 20px;
  box-shadow: 3px 3px 0px 0px var(--gray);
  position: relative;
  background: var(--white);
}
.service-caution:after {
  content: '';
  width: 95px;
  height: 25px;
  background: url(../images/tape_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.service-caution figure {
  width: 40px;
  height: 40px;
}
.service-caution p {
  width: 370px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--d-green);
}

.service--content:nth-child(even) .service-img:before {
  left: -20px;
}
.service-lead {
  max-width: 460px;
}

.service-lead h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--d-green);
  padding-bottom: 20px;
  border-bottom: 1px solid var(--m-green);
}
.service-lead h3 span {
  font-size: 3.3rem;
  color: var(--orange);
  padding-right: 10px;
  vertical-align: sub;
}
.service-lead p {
  padding-top: 20px;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  line-height: 1.5;
  text-align: justify;
  width: 450px;
}
/* サービス内容ここまで */

/* 報酬料金ここから */
.price__container {
  padding: 60px 80px;
  margin: 90px 0 160px;
  border: 1px solid var(--gray);
  box-shadow: 3px 3px 0 0 var(--gray);
  border-radius: 30px;
}
.price__container.advisor,
.price__container.spot {
  position: relative;
}
.price__container.advisor:before {
  position: absolute;
  content: '';
  background: url(../images/tape_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 50px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -45%);
}
.price__container.spot:before {
  position: absolute;
  content: '';
  background: url(../images/tape_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 50px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -45%);
}

.price__container h3 {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--d-green);
  padding: 12px 20px;
  border-radius: 30px;
  background: var(--beige);
}
.advisor--content {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
.advisor--content-left h4 {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  color: var(--d-green);
}
.advisor--content-left h4:before {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  top: -3px;
  left: -10px;
  background: url(../images/decoration_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.advisor--content-left ul {
  margin-top: 25px;
}
.advisor--content-left ul li {
  margin-bottom: 20px;
}
.advisor--content-left ul li:last-child {
  margin-bottom: 0;
}
.advisor--content-left ul li p {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--d-green);
}
.advisor--content-left ul li p:before {
  content: '';
  background: var(--d-green);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 10px;
}

.advisor--content-left .caution {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.advisor--content-left .caution figure {
  width: 30px;
  height: 30px;
}
.advisor--content-left .caution p {
  font-size: 1.6rem;
  color: var(--orange);
  font-weight: 600;
  line-height: 1.5;
  max-width: 330px;
}

.advisor--content-right table,
td {
  border-collapse: collapse;
}
.advisor--content-right tr {
  border-bottom: 1px solid var(--l-green);
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.advisor--content-right td {
  padding: 20px 20px 5px 20px;
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--m-green);
  vertical-align: baseline;
}
.advisor--content-right td:nth-child(2) {
  color: var(--d-green);
  font-weight: 600;
  font-size: 2rem;
}
.advisor--content-right td:nth-child(2) span {
  font-size: 1.3rem;
}
.advisor--content-right tr:first-child td {
  padding: 0px 20px 5px 20px;
}
.caution--area {
  margin-top: 10px;
}
.price__container.spot .caution-read {
  display: grid;
  grid-template-columns: 5% 90%;
  align-items: center;
  gap: 5px;
  font-size: 1.4rem;
  font-weight: 400;
  padding-top: 5px;
}

.caution-read figure {
  width: 15px;
  height: 15px;
}
.tax-area {
  text-align: right;
}
.tax-read {
  font-size: 1.4rem;
  color: var(--orange);
  padding: 6.5px 5px;
  font-weight: 600;
  border: 1px solid var(--orange);
  display: inline-block;
}

.spot--content {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
.price__container.advisor .caution--area {
  display: flex;
  align-items: center;
}
.price__container.advisor .caution-read {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.4rem;
  font-weight: 400;
  padding-top: 5px;
  width: 60%;
}

.spot-list {
}
.spot-list li {
  border-bottom: 1px solid var(--m-green);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.spot-list .grid-list {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 135px 265px;
}
.spot-list .grid-list-2 {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 135px 265px;
  margin-top: 15px;
}
.spot-list--title {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--d-green);
  display: flex;
  align-items: center;
  padding-top: 4px;
}
.spot-list--s-title {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--black);
  padding-top: 4px;
  margin-left: 15px;
}
.spot-list--title:before {
  display: inline-block;
  content: '';
  background: var(--d-green);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 10px;
}
.spot-list .spot-list--price {
  color: var(--d-green);
}
.spot-list .spot-list--price .sp_1 {
  font-size: 1.6rem;
  font-weight: 600;
}
.spot-list .spot-list--price .sp_2 {
  font-size: 2rem;
  font-weight: 600;
}
.spot-list .spot-list--price .sp_3 {
  font-size: 1.4rem;
  font-weight: 600;
}
.spot-list .spot-list--price .sp_4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 70px;
}
.spot--content-right {
  width: 360px;
}
.spot--content-right h4 {
  font-size: 2.7rem;
  font-weight: 600;
  color: var(--d-green);
  letter-spacing: 0.4rem;
  position: relative;
  text-align: center;
}
.spot--content-right h4:before {
  position: absolute;
  top: -20%;
  left: -10px;
  content: '';
  width: 60px;
  height: 60px;
  z-index: -1;
  background: url(../images/decoration_03.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.spot--content-right figure img {
  margin: 15px auto 40px;
}
.spot--content-right p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 42px;
}
.spot--content-right p span {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--orange);
}
/* 報酬料金ここまで */

/* ご利用の流れここから */
.flow {
  width: 100%;
  background: var(--l-green);
  border-radius: 220px;
  padding: 60px 0;
  margin-bottom: 160px;
}
.flow__container {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.flow__container li {
  width: 210px;
  height: 215px;
  position: relative;
  z-index: 1;
}
.flow__container li::after {
  display: inline-block;
  content: '';
  position: absolute;
  top: 10%;
  right: -40px;
  width: 26px;
  height: 30px;
  background: url(../images/triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.flow__container li:last-child::after {
  display: none;
}
.flow__container li:before {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0%);
  content: '';
  width: 160px;
  height: 160px;
  background: url(..//images/decoration_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  z-index: -1;
}

.flow__container li div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.flow__container li div h4 {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--d-green);
  margin: 0 20px 0 10px;
}
.flow__container li p {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--black);
  line-height: 1.5;
}

/* ご利用の流れここまで */

/* ごさいさつここから */
.greeting {
  margin-bottom: 160px;
}
.greeting__container {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.greeting--img {
  width: 400px;
  height: 370px;
}
.greeting--img img {
  border-radius: 20px;
}
.greeting--read {
  width: 570px;
}
.greeting--read h3 {
  font-weight: 600;
  font-size: 2.7rem;
  color: var(--d-green);
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 1.7;
  background: url(../images/decoration_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 15%;
}
.greeting--read p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black);
  margin-top: 40px;
}
.greeting--read-name {
  margin-top: 40px;
  margin-left: auto;
  width: 290px;
}
.greeting--read-name p {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
  color: var(--d-green);
}
.greeting--read-name .name-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.greeting--read-name .name-box p {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: var(--d-green);
  margin: 0;
}
.greeting--read-name .name-box figure {
}
.greeting__career--container {
  width: 100%;
  border-radius: 30px;
  border: 1px solid var(--gray);
  box-shadow: 3px 3px 0 0 var(--gray);
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 51px;
}
.greeting__career--container:after {
  position: absolute;
  content: '';
  background: url(../images/tape_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 50px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -45%);
}
.greeting__career--container h4 {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--d-green);
  background: url(../images/decoration_04.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 10px;
}
.career-box,
.license-box {
  width: 50%;
  padding-left: 60px;
  margin: 40px 0;
}
.career-box {
  position: relative;
}
.career-box:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: var(--m-green);
  border-radius: 1px;
}
.career-box ul {
  margin-top: 30px;
  position: relative;
}
.career-box ul:before {
  content: '';
  width: 1px;
  height: 65%;
  background: var(--orange);
  border-radius: 1px;
  position: absolute;
  top: 10%;
  left: 1%;
}
.career-box ul li {
  display: grid;
  grid-template-columns: 21% 60%;
  gap: 20px;
  align-items: baseline;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.career-box ul li span {
  display: flex;
  align-items: center;
  color: var(--black);
  margin-right: 20px;
  width: 100%;
}
.career-box ul li span:before {
  content: '';
  background: var(--orange);
  width: 10px;
  height: 10px;
  border-radius: 2px;
  margin-right: 10px;
}
.career-box ul li p {
  color: var(--d-green);
  width: 100%;
}

.license-box ul {
  margin-top: 30px;
}

.license-box ul li {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--d-green);
  display: inline-block;
}
.license-box ul li:before {
  content: '';
  background: var(--d-green);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}
.license-box ul li span {
  margin-left: 20px;
}

/* ごいさつここまで */

/* 会社概要ここから */
.company {
  margin-bottom: 160px;
}
.company__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 65px;
  margin: 60px 0;
}
.company__container .company__lead {
}
.company__container .company__lead h3 {
  font-size: 2.5rem;
  color: var(--d-green);
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 40px;
}
.company__container .company__lead ul {
  position: relative;
}
.company__container .company__lead ul::after {
  position: absolute;
  content: '';
  width: 140px;
  height: 140px;
  background: url(../images/wood_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 10%;
  right: 0;
}
.company__container .company__lead li {
  display: flex;
  align-items: baseline;
  gap: 20px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.company__container .company__lead li .company-header {
  font-weight: 600;
  color: var(--black);
  width: 70px;
}
.company__container .company__lead li .company-content {
  font-weight: 400;
}
.company__map {
  width: 612px;
  height: 350px;
  position: relative;
}
.company__map-access {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  padding: 10px 20px;
  background: var(--beige);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
}
.company__map-access p {
  font-size: 2rem;
  color: var(--orange);
  font-weight: 600;
}
.company__map-access figure {
  margin-right: 10px;
}
.company__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.company__office {
  content: '';
  background: url(../images/office.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 54%;
  width: 100%;
  height: 320px;
  position: relative;
  display: block;
}
.company__office:after {
  content: '';
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
/* 会社概要ここまで */

/* お問い合わせここから */
.contact {
  margin-bottom: 80px;
}
.contact__container {
  background-image: linear-gradient(
    135deg,
    rgba(190, 219, 171, 0.4),
    rgba(190, 219, 171, 1) 90%
  );
  border-radius: 30px;
  padding: 60px 40px;
  display: flex;
  gap: 40px;
}
.contact--lead {
  width: 400px;
  margin-top: 40px;
}
.contact--lead p {
  margin-top: 70px;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--black);
  line-height: 1.5;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.contact--lead p:before {
  position: absolute;
  content: '';
  width: 81px;
  height: 81px;
  background: url(../images/decoration_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  top: -20px;
  left: -20px;
}
.contact-tell {
  background: var(--white);
  border: 1px solid var(--gray);
  box-shadow: 3px 3px 0 0 var(--gray);
  padding: 25px 60px 19px;
  border-radius: 20px;
  text-align: center;
  position: relative;
}
.contact-tell:before {
  position: absolute;
  content: '';
  background: url(../images/tape_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 50px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -45%);
}
.contact-tell h4 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--d-green);
  letter-spacing: 0.8px;
}
.contact-tell a {
  font-size: 3rem;
  font-weight: 700;
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-tell a:before {
  content: '';
  width: 21px;
  height: 21px;
  display: inline-block;
  background: url(../images/tell_icon_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}
/* コンタクトフォーム */
.contact--form {
  background: var(--white);
  border: 1px solid var(--gray);
  box-shadow: 3px 3px 0 0 var(--gray);
  border-radius: 20px;
  text-align: center;
  position: relative;
  padding: 40px 30px;
  width: 520px;
}
.form-item {
  margin-bottom: 30px;
    text-align: left;
    font-size: 14px;
}
.contact--form form label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--d-green);
  text-align: left;
  gap: 5px;
}

.contact--form input[type='text'],
.contact--form input[type='date'],
.contact--form input[type='email'] ,
.contact--form select {
  text-align: left !important;
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid var(--gray);
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-family: sans-serif;
}
.contact--form textarea {
  text-align: left;
  width: 100% !important;
  height: 150px !important;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid var(--gray);
  height: 150px;
  letter-spacing: 1px;
  font-size: 1.6rem;
  font-family: sans-serif;
}
.required {
  color: var(--white);
  background: var(--orange);
  border-radius: 12px;
  font-size: 1.6rem;
  padding: 0 10px;
  margin-left: 5px;
}
.contact--form input[type='checkbox'] {
  width: 20px;
  height: 20px;
  max-width: 15%;
  appearance: none; /* ブラウザのデフォルト見た目を無効化 */
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #cccccc; /* 枠線の色と太さ */
  border-radius: 3px; /* 任意：角を少し丸める */
  background-color: white;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 3px;
}

/* チェックされたときの見た目 */
.contact--form input[type='checkbox']:checked::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #f69c00; /* ✔の色 */
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 5px;
  gap: 5px;
}
.form-checkbox p {
  font-size: 1.5rem;
  color: var(--d-green);
  font-weight: 400;
  text-align: left;
  width: 420px;
  max-width: 90%;
}
.form-checkbox p a {
  color: var(--orange);
  text-decoration: underline;
}

.contact--form button {
  background-color: var(--orange);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 36px;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  border: 1px solid var(--orange);
  transition: 0.3s;
}
.contact--form button span {
  background-image: radial-gradient(circle, var(--white) 1px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 7px 2px;
  transition: 0.3s;
}

.contact--form button:hover {
  background: var(--white);
  color: var(--orange);
}
.contact--form button:hover span {
  background-image: radial-gradient(circle, var(--orange) 1px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 7px 2px;
}
/* コンタクトフォーム ここまで */

/* お問い合わせここまで */

/* ！！！---以下、スマホデザインに関する記述---！！！ */

@media (max-width: 1040px) {
  /* メインビジュアルここから */
  .mv {
    height: auto;
  }

  .mv__container {
    width: 100%;
    height: 36vh;
    margin-bottom: 120px;
    background-position: 50% 50%;
    margin-bottom: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 391px;
    position: relative;
  }
  .mv__container:after {
    content: '';
    width: 100%;
    height: 100%;
    background: radial-gradient(
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.8)
    );
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 391px;
  }

  .mv__lead-l p {
    color: var(--d-green);
    font-size: 1.8rem;
    letter-spacing: 5px;
    position: relative;
    z-index: 3;
    line-height: 1.7;
    padding: 20px 0 0 0;
  }

  .mv__lead-r figure {
    width: 32%;
    top: 0;
    right: 0;
  }
  /* メインビジュアルここまで */

  /* こんな時は社労士にご相談ください ここから */
  .case {
    margin: 0px auto 100px;
  }
  .case__container {
    padding: 40px 0 50px;
  }
  .case__container h2 {
    font-size: 1.8rem;
  }
  .case__container h2 span {
    font-size: 2.3rem;
    padding: 10px 8px;
  }
  .case__container h2 span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/decoration_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .case__container ul {
    padding: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 0;
  }
  .case__container ul li {
    flex: 0 0 calc((100% - 32px) / 3);
    margin-right: 0;
    min-width: auto;
    max-width: 110px;
    height: 105px;
    background: url(../images/fuwafuwa_container.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: -0.6px;
  }
  .case__container ul li:nth-child(3) {
    margin-right: 0;
  }
  .case__container ul li:nth-child(n + 4) {
    margin-top: 0;
  }
  .case__container ul li:last-child {
    margin-right: 0;
  }

  .case__container ul li p {
    margin: 0 auto;
  }
  /* こんな時は社労士にご相談ください ここまで */

  /* サービス内容ここから */
  .service {
    margin: 0 0 120px;
  }
  .service__container {
    max-width: 500px;
    margin: 50px auto 0;
  }
  .service--content {
    display: block;
    gap: 0;
    margin-bottom: 80px;
  }
  .service--content:last-child {
    margin-bottom: 0;
  }

  .service-img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    position: relative;
  }

  .service-img:before {
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/decoration_03.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    top: -10px;
    right: -10px;
    z-index: -1;
    overflow: hidden;
  }
  .service-img.caution {
    height: 100%;
  }
  .service-caution.sp {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    padding: 20px 12px;
  }
  .service-caution.sp p {
    font-size: 1.3rem;
    padding: 0;
    letter-spacing: 0.1px;
  }
  .service-caution.sp figure {
    width: 25px;
    height: 25px;
  }
  .service-caution {
    display: none;
  }
  .service-caution:after {
    width: 75px;
    height: 21px;
    background-size: contain;
    top: -11px;
  }
  .service-caution figure {
    width: 40px;
    height: 40px;
  }
  .service-caution p {
    width: 100%;
    font-size: 1.3rem;
  }

  .service--content:nth-child(even) .service-img:before {
    left: -20px;
  }
  .service-lead {
    max-width: 460px;
  }

  .service-lead h3 {
    font-size: 1.8rem;
    letter-spacing: -0.2px;
    padding: 20px 0 0 0;
    border-bottom: 1px solid var(--m-green);
  }

  .service-lead p {
    font-size: 1.4rem;
    max-width: 100%;
  }
  /* サービス内容ここまで */

  /* 報酬料金ここから */
  .price__container {
    padding: 50px 20px;
    margin: 80px auto 120px;
    max-width: 500px;
  }

  .price__container.advisor:before {
    width: 125px;
    height: 45px;
  }
  .price__container.spot:before {
    width: 125px;
    height: 45px;
  }

  .price__container h3 {
    font-size: 1.8rem;
    padding: 10px 20px;
  }
  .advisor--content {
    padding-top: 50px;
    display: block;
  }
  .advisor--content-left h4 {
    font-size: 1.8rem;
  }
  .advisor--content-left h4:before {
    left: -7px;
  }
  .advisor--content-left ul {
    margin-top: 30px;
  }

  .advisor--content-left ul li p {
    font-size: 1.4rem;
  }

  .advisor--content-left .caution {
    gap: 5px;
    margin-top: 20px;
  }
  .advisor--content-left .caution figure {
    width: 20px;
    height: 20px;
  }
  .advisor--content-left .caution p {
    font-size: 1.3rem;
    width: 100%;
  }

  .advisor--content-right table,
  td {
    border-collapse: collapse;
    margin-top: 60px;
  }
  .advisor--content-right tr {
    border-bottom: 1px solid var(--l-green);
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .advisor--content-right td {
    padding: 20px 10px 5px 20px;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--m-green);
    vertical-align: baseline;
  }
  .advisor--content-right td:nth-child(2) {
    color: var(--d-green);
    font-weight: 600;
    font-size: 2rem;
  }
  .advisor--content-right td:nth-child(2) span {
    font-size: 1.3rem;
  }
  .advisor--content-right tr:first-child td {
    padding: 0px 20px 5px 20px;
  }

  .price__container.spot .caution-read {
    font-size: 1.3rem;
    align-items: baseline;
    display: grid;
    grid-template-columns: 5% 93%;
    gap: 1%;
  }
  .price__container.advisor .caution-read {
    font-size: 1.3rem;
  }

  .caution-read figure {
    width: 13px;
    height: 13px;
    padding-top: 2px;
  }

  .spot--content {
    padding-top: 50px;
    display: block;
    justify-content: space-between;
  }

  .spot-list li:last-child {
    margin-bottom: 10px;
  }
  .spot-list .grid-list {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 38% 62%;
    margin-top: 15px;
  }
  .spot-list .grid-list-2 {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 38% 62%;
    margin-top: 15px;
    margin-top: 15px;
  }
  .spot-list--title {
    font-size: 1.4rem;
  }
  .spot-list--s-title {
    font-size: 1.4rem;
  }

  .spot-list .spot-list--price .sp_1 {
    font-size: 1.5rem;
  }
  .spot-list .spot-list--price .sp_2 {
    font-size: 2rem;
  }
  .spot-list .spot-list--price .sp_3 {
    font-size: 1.3rem;
  }
  .spot-list .spot-list--price .sp_4 {
    font-size: 1.3rem;
  }
  .spot--content-right {
    width: 100%;
    margin-top: 60px;
  }
  .spot--content-right h4 {
    font-size: 2rem;
  }
  .spot--content-right h4:before {
    top: -30%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 50px;
  }
  .spot--content-right figure img {
    margin: 15px auto 40px;
  }
  .spot--content-right p {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .spot--content-right p span {
    font-size: 2rem;
  }
  /* 報酬料金ここまで */
  /* ご利用の流れここから */
  .flow {
    border-radius: 80px;
    padding: 50px 0;
    width: 88%;
    margin: 0 auto 100px;
  }
  .flow__container {
    display: block;
  }
  .flow__container li {
    width: 210px;
    height: 215px;
    margin: 0 auto;
    margin-bottom: 105px;
  }
  .flow__container li:last-child {
    margin-bottom: 0;
  }
  .flow__container li::after {
    top: 125%;
    right: 50%;
    width: 26px;
    transform: rotate(90deg);
    height: 30px;
  }
  .flow__container li:last-child::after {
    display: none;
  }
  .flow__container li:before {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0%);
    content: '';
    width: 160px;
    height: 160px;
    background: url(..//images/decoration_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    z-index: -1;
  }

  .flow__container li div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .flow__container li div h4 {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--d-green);
    margin: 0 20px 0 10px;
  }
  .flow__container li p {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--black);
    line-height: 1.5;
  }

  /* ご利用の流れここまで */
  /* ごさいさつここから */
  .greeting {
    margin-bottom: 100px;
  }
  .greeting__container {
    display: block;
    margin-top: 50px;
    max-width: 400px;
    margin: 50px auto 0;
  }
  .greeting--img {
    width: 100%;
    height: auto;
    margin-bottom: 42px;
  }
  .greeting--read {
    width: 100%;
  }
  .greeting--read h3 {
    font-size: 2.2rem;
    text-align: center;
    letter-spacing: 0.4px;
    line-height: 1.7;
    background: url(../images/decoration_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
    padding: 15px 0;
  }
  .greeting--read p {
    font-size: 1.5rem;
    margin-top: 30px;
  }
  .greeting--read-name {
    margin-top: 20px;
    margin-left: auto;
    width: 100%;
    text-align: right;
  }
  .greeting--read-name p {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .greeting--read-name .name-box {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
  }
  .greeting--read-name .name-box p {
    font-size: 1.6rem;
    margin: 0;
  }
  .greeting--read-name .name-box figure {
    width: 188px;
  }
  .greeting__career--container {
    max-width: 400px;
    margin: 50px auto 0;
    display: block;
    position: relative;
    margin-top: 50px;
    min-width: 328px;
  }
  .greeting__career--container:after {
    position: absolute;
    content: '';
    background: url(../images/tape_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 50px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -45%);
  }
  .greeting__career--container h4 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--d-green);
    background: url(../images/decoration_04.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 10px;
  }
  .career-box,
  .license-box {
    width: 100%;
  }
  .career-box {
    position: relative;
    padding: 0 15px;
    margin: 50px 0 40px;
  }
  .career-box:after {
    content: '';
    position: absolute;
    top: 226px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 1px;
    border-radius: 2px;
    background: var(--m-green);
  }
  .career-box ul {
    margin-top: 30px;
    position: relative;
  }
  .career-box ul:before {
    content: '';
    width: 1px;
    height: 72.5%;
    background: var(--orange);
    border-radius: 1px;
    position: absolute;
    top: 5%;
    left: 5px;
  }
  .career-box ul li {
    display: grid;
    grid-template-columns: 28% 69%;
    gap: 3%;
    align-items: baseline;
    font-size: 1.4rem;
  }
  .career-box ul li span {
    margin-right: 0;
  }
  .career-box ul li span:before {
    content: '';
    background: var(--orange);
    width: 10px;
    height: 10px;
    border-radius: 2px;
    margin-right: 5px;
  }
  .career-box ul li p {
    width: 100%;
  }
  .license-box {
    padding: 0 15px;
    margin: 90px 0px 40px;
  }
  .license-box ul {
    margin-top: 30px;
  }

  .license-box ul li {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--d-green);
    display: inline-block;
  }
  .license-box ul li:before {
    content: '';
    background: var(--d-green);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
  }
  .license-box ul li span {
    margin-left: 20px;
  }
}
@media (max-width: 415px) {
  .career-box:after {
    top: 256px;
  }
}

/* ごいさつここまで */

/* 会社概要ここから */
@media (max-width: 1040px) {
  .company {
    margin-bottom: 160px;
  }
  .company__container {
    display: block;
    margin: 50px auto 50px;
    max-width: 400px;
  }

  .company__container .company__lead h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
  }

  .company__container .company__lead ul:after {
    width: 125px;
    height: 125px;
  }
  .company__container .company__lead li {
    font-size: 1.5rem;
  }
  .company__container .company__lead li .company-header {
    font-weight: 600;
    color: var(--black);
    width: 65px;
  }
  .company__container .company__lead li .company-content {
    font-weight: 400;
  }
  .company__map {
    width: 100%;
    height: 100%;
    aspect-ratio: 5 / 5;
    position: relative;
  }
  .company__map-access {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    padding: 7.5px 30px;
    background: var(--beige);
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    border-bottom-left-radius: 19px;
    text-align: center;
  }
  .company__map-access p {
    font-size: 1.7rem;
  }
  .company__map-access figure {
    width: 18px;
  }
  .company__map-access figure img {
    margin: 0 auto;
  }
  .company__map iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }
  .company__office {
    height: 250px;
  }
  .company__office:after {
    height: 250px;
  }
  /* 会社概要ここまで */
  /* お問い合わせここから */
  .contact {
    margin-bottom: 80px;
  }
  .contact__container {
    max-width: 400px;
    margin: 0 auto;
    padding: 60px 20px 70px;
    display: flex;
    flex-wrap: wrap;
  }
  .contact--lead {
    width: 100%;
    margin-top: 0;
  }
  .contact--lead p {
    margin-top: 40px;
    font-size: 1.4rem;
    margin-bottom: 60px;
  }
  .contact--lead p:before {
    width: 110px;
    height: 110px;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -10%);
  }
  .contact-tell {
    padding: 20px 37px 20px;
  }
  .contact-tell:before {
    position: absolute;
    content: '';
    background: url(../images/tape_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 40px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -45%);
  }
  .contact-tell h4 {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--d-green);
    letter-spacing: 0.8px;
  }
  .contact-tell a {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-tell a:before {
    width: 20px;
    height: 20px;
  }
  /* コンタクトフォーム */
  .contact--form {
    padding: 40px 19px;
    width: 100%;
  }
  .form-item {
    margin-bottom: 20px;
  }

  .contact--form input[type='text'],
  .contact--form input[type='email'] {
    width: 100%;
    height: 35px;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid var(--gray);
    font-size: 1.4rem;
  }
  .contact--form textarea {
    width: 100%;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid var(--gray);
    height: 150px;
  }
  .required {
    color: var(--white);
    background: var(--orange);
    border-radius: 12px;
    font-size: 1.6rem;
    padding: 0 10px;
    margin-left: 5px;
  }
  .contact--form input[type='checkbox'] {
    width: 20px;
    height: 20px;
  }

  /* チェックされたときの見た目 */
  .contact--form input[type='checkbox']:checked::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #f69c00; /* ✔の色 */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .form-checkbox {
    align-items: baseline;
    margin-top: 12px;
    gap: 5px;
  }
  .form-checkbox p {
    font-size: 1.4rem;
    text-align: justify;
    max-width: 80%;
  }

  .contact--form button {
    background-color: var(--orange);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 36px;
    cursor: pointer;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    border: 1px solid var(--orange);
    transition: 0.3s;
  }
  .contact--form button span {
    background-image: radial-gradient(
      circle,
      var(--white) 1px,
      transparent 2px
    );
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 7px 2px;
    transition: 0.3s;
  }

  .contact--form button:hover {
    background: var(--white);
    color: var(--orange);
  }
  .contact--form button:hover span {
    background-image: radial-gradient(
      circle,
      var(--orange) 1px,
      transparent 2px
    );
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 7px 2px;
  }
  /* コンタクトフォーム ここまで */
}
/*========= ナビゲーションのためのCSSここまで===============*/

/* ！！！---以上、スマホデザインに関する記述---！！！ */
