@charset "utf-8";

/* 共通 */

.mb {
    display: none;
}

h1 {
  color: #fff;
}

h2.green-back {
  max-width: max-content;
  margin: 0 auto 32px;
}

h2.green-back .h2__green-back--box {
  display: block;
  max-width: max-content;
  background: #238679;
  color: #fff;
  padding: 2px 11px 4px;
  border-radius: 5px;
  margin: 0 auto 7px;
  font-size: 22px;
  line-height: 28px;
}

.h2__green-back--box span {
  color: #ffea35;
}

.h2__bottom-text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.h2__green-text {
  text-align: center;
  font-size: 33px;
  color: #238679;
}

.h2__green-text span {
  font-size: 22px;
}

p.caution {
  font-weight: 700;
  font-size: 12px;
}

.caution::before {
  content: "※";
}

ul {
  list-style: none;
  padding: 0;
}

dl {
  display: flex;
}

dt {
  font-weight: 700;
  flex-shrink: 0;
}

a:hover {
    opacity: 0.8;
}

/* ボタン */

.button--primary {
  display: block;
  border: 3px #238679 solid;
  border-radius: 34.5px;
  max-width: 420px;
  height: 69px;
  line-height: 62px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #238679;
  margin: auto;
  cursor: pointer;
  background: url("https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/human-git/images/button-bg-arrow-right-green.png") #fff no-repeat 93% 50%;
  transition: 0.3s;
}

.button--primary.bg-yellow {
  background-color: #ffea35;
}

.button--primary a {
    display: block;
}

.button--primary:hover {
    background-position: 97% 50%;
    font-weight: 700;
}

main#main-content {
    padding-top: 91px;
}

/* メインビジュアル */

.home--main-visual {
  color: #fff;
}

.home--main-visual .dnd-column {
    padding: 0;
}

.home--main-visual h1 {
  font-size: 20px;
}

.home--main-visual h1::before,
.home--main-visual h1::after {
  content: "—";
}

.home--main-visual .top-sub-text {
  font-size: 44.78px;
  letter-spacing: 0.16em;
  font-weight: 700;
  margin-bottom: 0;
}

.home--main-visual .top-sub-text-large {
  font-size: 61.91px;
  letter-spacing: 0.18em;
  font-weight: 700;
  line-height: 70px;
}

.home--main-visual .top-sub-text-small {
  font-size: 13px;
  font-weight: 700;
}

.home--badge {
  display: flex;
  gap: 20px;
}

.home--badge > img {
  display: block;
  max-width: 100%;
}

.home--button-box {
  background: rgba(255, 255, 255, 0.5);
  max-width: 575px;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  margin-top: 32px;
}

.home--button-box a {
  display: block;
  border-radius: 8px;
  width: 280px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  flex-shrink: 0;
  transition: .3s;
}

.home--button-box a:hover {
    opacity: 0.8;
}

.home--button-box a span {
  display: block;
  padding-left: 25px;
}

.home--button-contact {
  color: #134341;
  background: url("https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/human-git/images/icon_doc.png") no-repeat 5% 50% #ffea35;
}

.home--button-service {
  color: #fff;
  background: url("https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/human-git/images/icon_tag.png") no-repeat 5% 50% #238679;
}

.home--button-service:hover {
    color: #fff;
}

/* 掛川原追加 */
.home--button-boxonly1 {
  background: rgba(255, 255, 255, 0.5);
  max-width: 575px;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  margin-top: 32px;
}

.home--button-boxonly1 a {
  display: block;
  border-radius: 8px;
  width: 280px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  flex-shrink: 0;
  transition: .3s;
}

.home--button-boxonly1 a:hover {
    opacity: 0.8;
}

.home--button-boxonly1 a span {
  display: block;
  padding-left: 25px;
}

.home--button-contactonly1 {
  color: #134341;
  background: url("https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/human-git/images/icon_doc.png") no-repeat 5% 50% #ffea35;
}

.home--button-serviceonly1 {
  color: #fff;
  background: url("https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/human-git/images/icon_tag.png") no-repeat 5% 50% #238679;
}

.home--button-serviceonly1:hover {
    color: #fff;
}
/* 掛川原追加 End*/

.home--main-visual .hs_cos_wrapper_type_form > div {
  background: rgba(22, 69, 63, 0.3);
  padding: 10px;
  border-radius: 10px;
}

.home--main-visual .hs_cos_wrapper_type_form form {
  background: #fff;
  padding: 10px;
}

.home--main-visual .hs_cos_wrapper_type_form form input[type="submit"] {
max-width: 300px;
width: 100%;
text-align: center;
padding: 1em;
background-color: #2377bf;
}

.home--main-visual .hs_cos_wrapper_type_form form input[type="submit"]:hover {
background-color: #2377bf80;
}

.home--main-visual .hs_cos_wrapper_type_form form .legal-consent-container p {
    font-size: 12px;
}

.home--main-visual .hs_cos_wrapper_type_form form .hs-form-field {
    margin-bottom: 1em;
    padding: 0 1em;
}

/* メインビジュアルフォーム */


.home--main-visual form .hs-form-field label {
    font-weight: 700;
    grid-column: 1 / 2;
    grid-row: 1;
}

.home--main-visual form .hs-richtext {
    color: #000;
}

.home--main-visual form .hs-richtext p {
    margin-bottom: 0;
}

.home--main-visual form .hs-richtext a {
    text-decoration: underline;
}

.home--main-visual form .hs-richtext.hs-main-font-element a {
    text-decoration: underline;
}

.home--main-visual form .hs-form-field label:has(.hs-form-required)::after {
    content: "※";
    color: #e11a1a;
}

.home--main-visual form .hs-form-field .input {
    grid-column: 2 / 3;
    grid-row: 1;
}

.home--main-visual form .hs-form-field .hs-error-msgs {
    grid-column: 1 / 3;
    grid-row: 2;
    width: 100%;
}


.home--main-visual form .hs-form-required {
    display: none;
}

.home--main-visual form input[type=email],
.home--main-visual form input[type=file],
.home--main-visual form input[type=number],
.home--main-visual form input[type=password],
.home--main-visual form input[type=search],
.home--main-visual form input[type=tel],
.home--main-visual form input[type=text],
.home--main-visual form select,
.home--main-visual form textarea {
    border: none;
    background: #f3f3f3;
}

.home--main-visual form textarea.hs-fieldtype-textarea.hs-input {
    resize: none;
    height: 5em;
}

.home--main-visual form input[type=email]::placeholder,
.home--main-visual form input[type=file]::placeholder,
.home--main-visual form input[type=number]::placeholder,
.home--main-visual form input[type=password]::placeholder,
.home--main-visual form input[type=search]::placeholder,
.home--main-visual form input[type=tel]::placeholder,
.home--main-visual form input[type=text]::placeholder,
.home--main-visual form select::placeholder,
.home--main-visual form textarea::placeholder {
    color: #9f9f9f;
}

/* ロゴ flow */

.section--logo-flow > .row-fluid {
  max-width: none;
}

.solution__box--wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  justify-content: center;
  justify-items: center;
  max-width: 980px;
  margin: auto;
}

.solution__box {
  max-width: 476px;
  width: 100%;
  height: 276px;
  position: relative;
  background: #fff;
  border-radius: 40px 40px 0 40px;
  padding: 45px 40px;
  box-shadow: 0px 13px 51px 0px rgba(0, 0, 0, 0.05);
}

.solution__box--img {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.solution__box h3 {
  font-size: 20px;
  color: #000;
}

.solution__box--text ul li {
  border-bottom: 1px dashed #a0a0a0;
  padding: 0.7em 0;
  max-width: 328px;
  font-size: 13px;
}

.solution__box--text ul li::before {
  content: "▶︎";
  color: #238679;
  margin-right: 5px;
}

.solution__box--text span {
  color: #238679;
}

.reasons__box--wrapper {
  position: relative;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 350px);
  justify-content: space-between;
  max-width: 980px;
  margin: auto;
}

.reason_image {
  position: absolute;
  top: 45px;
  right: 53%;
  transform: translateX(50%);
}

.reasons__box {
  max-width: 350px;
  width: 100%;
}

.reasons__box:nth-of-type(4) {
  padding-left: 27px;
}
.reasons__box:nth-of-type(2) .reasons__box--text-box {
  max-width: 309px;
  padding-left: 25px;
}


.reasons__box:nth-of-type(4) .reasons__box--text-box {
  max-width: 309px;
  padding-left: 0px;
}

.reasons__box--title {
  position: relative;
  display: flex;
  align-items: center;
}

.reasons__box--title::after {
  content: "";
  display: block;
  height: 0;
  border-top: 2px solid #238679;
  position: absolute;
  left: 30px;
  bottom: 3px;
  width: 100px;
}
//*選ばれる理由部分タイトル、内容のマージン調整*//
.reasons__box:nth-of-type(2) .reasons__box--title::after {
  width: 0px;
}
.reasons__box:nth-of-type(2) .reasons__box--title span { margin-left: 25px; }


.reasons__box:nth-of-type(3) .reasons__box--title::after {
  width: 224px;
}

.reasons__box:nth-of-type(4) .reasons__box--title::after {
  width: 0;
}

.reasons__box--title span {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 31px;
  border-radius: 50%;
  border: 2px solid #238679;
  color: #238679;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
  background: #fff;
  flex-shrink: 0;
}

.reasons__box--title h3 {
  display: block;
  font-size: 13px;
  color: #ffea35;
  background: #238679;
  text-align: center;
  border-radius: 0 4px 0 0;
  padding: 0 0.7em 0 2em;
  margin: 0;
  height: 30px;
  line-height: 30px;
  position: relative;
  left: -20px;
  z-index: 1;
  flex-shrink: 0;
}

.reasons__box--text {
  padding: 1em 0 0 1em;
}

.reasons__box--text-box {
  font-size: 13px;
  line-height: 1.5;
  max-width: 220px;
  text-align: justify;
}

p.reasons__box--text-title {
  font-size: 18px;
  color: #238679;
  font-weight: 700;
}

/* 数字で見るGITエンジニア */

.data__box--wrapper {
  max-width: 980px;
  margin: auto;
}

.data__box {
  background: #fff;
  margin-bottom: 3em;
  border-radius: 40px 40px 0 40px;
  padding: 40px 77px 62px;
  box-shadow: 0px 13px 51px 0px rgba(0, 0, 0, 0.05);
}

.data__box h3 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.data__box h3::before,
.data__box h3::after {
  content: "―";
  display: block;
}

.data__box--container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 39px;
}

.data__box--container:nth-of-type(2) > div:first-of-type {
  flex: 2;
}

.data__box--container ul li {
  border-bottom: 1px dashed #a0a0a0;
  padding: 0.1em 0 0.5em;
  width: 100%;
  font-weight: 700;
}

.data__box--container span {
  color: #25a9b7;
}

.data__box--container ul li:nth-of-type(2) span,
.data__box--container ul li:nth-of-type(4) span {
  color: #1e9e9a;
}

.data__box--container .rank-num {
  font-size: 23px;
}

.data__box--container ul li::before {
  content: "●";
  color: #25a9b7;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.data__box--container ul li:nth-of-type(2)::before {
  color: #1e9e9a;
}

.data__box--container ul li:nth-of-type(3)::before {
  color: #25a9b7;
}

.data__box--container ul li:nth-of-type(4)::before {
  color: #1e9e9a;
}

.data__box--container ul li:nth-of-type(5)::before {
  color: #25a9b7;
}

.data__box--container ul li:nth-of-type(6)::before {
  color: #bdefe6;
}

.data__box--container ul li:nth-of-type(7)::before {
  color: #cde0dc;
}

/* 企業様の声 */

.voice__box {
  max-width: 760px;
  display: flex;
  gap: 20px;
  margin: 0 auto 2em;
}

.voice__box--container {
  position: relative;
  border: 3px solid #ddedec;
  border-radius: 8px;
  max-width: 682px;
  width: 100%;
  padding: 2em;
}

.voice__box--container::before {
  content: "";
  position: absolute;
  top: 13%;
  left: -24px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right-color: #fff;
  z-index: 2;
}

.voice__box--container::after {
  content: "";
  position: absolute;
  top: 13%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #ddedec;
  z-index: 1;
}

.voice__box--container p {
  text-align: justify;
}

.voice__box--container h4,
.voice__box--container p {
  margin-bottom: 10px;
}

.voice__company-name {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.voice__company-manager-name {
  font-size: 12px;
}

/* 成功事例 */

.h2__green-text.examples {
  margin-top: 2em;
}

.examples__box--wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  max-width: 980px;
  margin: auto;
}

.examples__box--wrapper > * {
  display: block;
  max-width: 476px;
  width: 100%;
  transition: .3s;
}

.examples__box--wrapper > a:hover {
    transform: translateY(-5px);
}

.examples__box {
  background: #ddedec;
  border-radius: 40px 40px 0 40px;
  padding-top: 40px;
}

.examples__box--image {
  display: block;
  max-width: 407px;
  height: 259px;
  width: 100%;
  margin: 0 auto 20px;
}

.examples__box--image img {
  max-width: 407px;
  height: 259px;
  width: 100%;
  object-fit: cover;
}

.examples__box--bar {
  color: #fff;
  border-radius: 0 0 0 40px;
  text-align: right;
  height: 77px;
  font-size: 18px;
  background-color: #238679;
  background-image: url("https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/human-kensetsu-hr/images/arrow_white_right.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.examples__box--bar span {
  display: inline-block;
  line-height: 73px;
  padding-right: 2.7em;
}

.examples__box h3 {
  max-width: 407px;
  color: #000;
  margin: 0 auto 20px;
}

/* price 料金プラン */

.price__box--wrapper {
  background: url("https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/human-git/images/home/bg.png") no-repeat #fff;
  padding: 4em;
  border: 3px solid #238679;
  max-width: 800px;
  margin: auto;
  border-radius: 8px;
}

.price__box p {
  text-align: center;
}

.price__box p:first-child {
  font-weight: 700;
  margin-bottom: 4em;
}

/* flow */

.flow__box--wrapper {
  position: relative;
  max-width: 680px;
  margin: auto;
}

.flow__box--wrapper::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 91px;
  height: 96%;
  width: 2px;
  background: #238679;
}

.flow__box {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.flow__box--content {
  max-width: 546px;
  width: 100%;
  margin-bottom: 2em;
  padding-left: 1.5em;
}

.flow__box--content p {
  text-align: justify;
}

.flow__box--content a {
  color: #2377bf;
  text-decoration: underline;
}

.flow__box--contnt-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.flow__box--step {
  max-width: max-content;
}

.flow__box--step > * {
  display: inline-block;
  vertical-align: middle;
}

.flow__box--step span:first-child {
  color: #238679;
  font-weight: 700;
}

.step-circle {
  position: relative;
  z-index: 1;
  top: 2px;
  display: inline-block;
  background: #238679;
  border: 3px solid #b2d5d1;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.step-circle.green {
  background: #238679;
}

.step-circle.white {
  background: #fff;
}

/* area */

.area__box--wrapper {
  border: 15px solid #238679;
  background: #238679;
  max-width: 980px;
  margin: auto;
}

.area__box {
  height: 643px;
  background-color: #fff;
  padding: 70px 106px;
  border-radius: 8px;
  background-image: url("https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/human-kensetsu-hr/images/home/area.png");
  background-repeat: no-repeat;
  background-position: 70% 50%;
}

.area__box--list ul {
  list-style: none;
  padding: 0;
}

.area__box--list ul li {
  margin-bottom: 0.5em;
}

.label-yellow {
  display: inline-block;
  width: 120px;
  background: #ffea35;
  color: #238679;
  padding: 5px 8px;
  border-radius: 15px;
  text-align: center;
}

.area-pref::before {
  content: "・・・";
  display: inline-block;
  color: #238679;
}

/* swiper 仮 */

/* introduce */
.section--introduce.row-fluid-wrapper {
    padding: 80px 0 160px;
}

.section--introduce > .row-fluid {
    max-width: none;
}

.section--introduce > .row-fluid > .dnd-column {
    padding: 0;
}

/* faq */

.faq__box--wrapper {
  max-width: 820px;
  margin: auto;
}


/* footer */
/* Footer Wrapper */

footer.footer {
  border-top: 1px solid #f3f3f3;
}
.footer__logo-sns {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0px 20px;
}

/* Logo Section */
.footer__logo {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
  flex: 3;
}

.footer__logo img {
  width: 240px;
}

.footer__logo img:last-child {
  width: 180px;
}

.footer__logo li {
  margin: 10px;
}

/* Social Media Section */
.footer__sns {
  display: flex;
  justify-content: center;
  width: 80%;
  gap: 24px;
  margin-top: 20px;
  flex: 1;
}

.footer__sns img {
  width: 30px;
  margin: 0px;
}

/* External Link Icon */
.jpx {
  width: 70px;
}

/* Policy Section */
.footer__policy {
  text-align: right;
}

.footer__policy a {
  font-size: 12px;
  margin-left: 1em;
  color: #000;
}

.footer__policy a::after {
  content: url("https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/icon_exlink.svg");
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  width: 12px;
}

/* Copyright Section */
.footer__copyright {
  background: #3a3a3a;
  text-align: center;
  padding: 20px 0;
}

.footer__copyright small {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .solution__box--wrapper {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
}

/* tanks page */

.thanks-page {
    padding: 80px 10px;
}

.thanks-page h1 {
  color: #000;
  text-align: center;
}

.thanks-page p {
  color: #000;
  text-align: center;
}


/* sp */

@media (max-width: 768px) {

    .mb {
        display: block;
    }

    .home--badge>img {
        min-width: 0;
    }

    .home--button-box a {
        flex-shrink: 1;
        font-size: 12px;
        background-position: 50% 25%;
        line-height: 97px;
    }

    .home--button-box a span {
        padding-left: 0;
    }

    h2.green-back .h2__green-back--box {
        font-size: 16px;
        line-height: 20px;
    }

    .h2__bottom-text {
        font-size: 12px;
    }

    .h2__green-text {
        font-size: 23px;
    }

    .h2__green-text span {
        font-size: 16px;
    }

    .body-container {
        padding-top: 88px;
    }

    .body-container--home .dnd-section {
        padding: 40px 10px;
    }

    .home--main-visual .top-sub-text {
        font-size: 34px;
    }

    .home--main-visual .top-sub-text-large {
        font-size: 45px;
    }

    .home--main-visual h1 {
        font-size: 15px;
    }

    .home--main-visual .hs_cos_wrapper_type_form > div {
        display: none;
        visibility: hidden;
    }

    .section--solution.dnd-section {
        padding: 40px 0;
    }

    .solution__box {
        width: 90%;
        height: auto;
        padding: 25px 25px 10px;
        border-radius: 20px 20px 0 20px;
    }

    .solution__box h3 {
        font-size: 15px;
        max-width: 80%;
    }

    .solution__box--img {
        top: 10px;
        width: 57px;
    }


    /* 選ばれる理由 */

    .reasons__box--wrapper {
        display: block;
    }

    .reason_image {
        position: static;
        transform: none;
        width: 70%;
        display: block;
        margin: 0 auto 35px;
    }

    .reasons__box {
        margin: auto;
    }

    .reasons__box--text-box {
        max-width: none;
    }

    .reasons__box--text {
        padding-left: 7px;
    }

    .reasons__box:nth-of-type(2) .reasons__box--text-box {
        padding-left: 0;
        max-width: none;
    }

    .reasons__box:nth-of-type(4) {
        padding-left: 0;
    }

    .reasons__box--title:after,
    .reasons__box:nth-of-type(2) .reasons__box--title::after,
    .reasons__box:nth-of-type(3) .reasons__box--title::after,
    .reasons__box:nth-of-type(4) .reasons__box--title::after {
        width: 90%;
    }

    p.reasons__box--text-title {
        font-size: 15px;
        margin-bottom: 0.6em;
    }

    /* 数字で見るGITエンジニア */

    .data__box {
        padding: 20px;
    }

    .data__box h3 {
        font-size: 15px;
    }

    .data__box:first-of-type .data__box--container>div:first-of-type,
    .data__box:nth-of-type(2) .data__box--container>div:nth-of-type(2) {
        text-align: center;
        width: 100%;
    }

    .data__box--container ul li {
        font-size: 14px;
    }

    .data__box--container .rank-num {
        font-size: 19px;
    }

    .data__box--container .rank-unit {
        font-size: 12px;
    }


    /* 企業様の声 */

    .voice__box--container {
        padding: 15px;
    }

    .voice__box--container h4 {
        font-size: 15px;
    }

    .voice__box--container p {
        font-size: 14px;
    }

    /* 導入事例 */

    .examples__box--wrapper {
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }

    .examples__box {
        padding-top: 0;
    }

    .examples__box--image {
        padding: 25px;
    }

    .examples__box h3 {
        padding: 0 25px;
        font-size: 16px;
    }

    .examples__box--image img {
        height: auto;
    }

    .examples__box--bar {
        font-size: 14px;
        height: 54px;
    }

    .examples__box--bar span {
        line-height: 52px;
    }

    .section--introduce.row-fluid-wrapper.dnd-section {
        padding-bottom: 80px;
    }

    /* 料金プラン */

    .price__box--wrapper {
        padding: 1em;
    }

    .price__box p:first-child {
        font-size: 14px;
        margin-bottom: 2em;
    }


    /* ご利用の流れ */

    .flow__box {
        gap: 0;
        flex-direction: column;
    }

    .flow__box--step {
        display: flex;
        flex-direction: row-reverse;
        width: max-content;
        flex-shrink: 0;
        gap: 10px;
    }

    .flow__box--wrapper:before {
        left: 11px;
    }

    .flow__box--content {
        padding: 5px 34px;
        margin-bottom: 0;
    }

    .flow__box--contnt-title {
        font-size: 16px;
    }

    .flow__box--content p {
        font-size: 14px;
    }

    .step-circle {
        flex-shrink: 0;
        top: 0;
    }


    /* 対応エリア */
    .area__box--wrapper {
        border-width: 12px;
    }

    .area__box {
        padding: 20px 15px;
        background-size: 90%;
        background-position: 0 96%;
        height: 600px;
    }

    .area__box--list ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin: auto;
    }

    .area-pref::before {
        display: none;
    }

    .label-yellow {
        border-radius: 0;
        width: 100%;
    }

    p.caution {
        width: 50%;
    }

}