@charset "UTF-8";
/* =================================== */
/* SP用スタイル */
/* =================================== */
@media (max-width: 768px) {
  .reason .section_header {
    margin-bottom: 6.4vw;
  }
  .reason .inner {
    padding: 0 2.6666vw;
  }
  .reason .category {
    list-style: none;
    padding: 0;
    margin: 0 0 5.3333vw 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .reason .category li {
    border-bottom: 3px solid #3F3F41;
  }
  .reason .category li.is-btn-active a, .reason .category li.is-btn-active span {
    background: #3F3F41;
  }
  .reason .category li a, .reason .category li span {
    background: #7A7674;
    color: #ffffff;
    font-size: 4.8vw;
    line-height: 5.3333vw;
    padding: 1.8666vw 0 1.0666vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
  }
  .reason .copy_box {
    margin: 0 0 9.0666vw 0;
  }
  .reason .copy_box .midashi1 {
    font-size: 4.2666vw;
    line-height: 4.2666vw;
    font-weight: 600;
    margin-bottom: 4.2666vw;
  }
  .reason .copy_box .midashi2 {
    font-size: 5.8666vw;
    line-height: 7.4666vw;
    margin-bottom: 5.3333vw;
    font-weight: 600;
  }
  .reason .copy_box p {
    font-size: 3.7333vw;
    line-height: 6.9333vw;
    margin: 0;
  }
  .reason .reason_container {
    margin-bottom: 10.6666vw;
  }
  .reason .reason_container:nth-child(2) h4::before {
    content: "1";
  }
  .reason .reason_container:nth-child(3) h4::before {
    content: "2";
  }
  .reason .reason_container:nth-child(4) h4::before {
    content: "3";
  }
  .reason .reason_container:nth-child(5) h4::before {
    content: "4";
  }
  .reason .reason_container:nth-child(6) h4::before {
    content: "5";
  }
  .reason .reason_container:nth-child(7) h4::before {
    content: "6";
  }
  .reason .reason_container:nth-child(odd) .photo_text {
    flex-direction: row-reverse;
  }
  .reason .reason_container h4 {
    font-size: 4.8vw;
    line-height: 5.3333vw;
    font-weight: 300;
    padding: 4vw 4vw 4vw 10.6666vw;
    background: #3F3F41;
    color: #ffffff;
    position: relative;
    margin: 0 0 5.3333vw 0;
  }
  .reason .reason_container h4::before {
    width: 8vw;
    height: calc(100% - 2px);
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.8vw;
    line-height: 1;
    color: #000000;
    border: 1px solid #3F3F41;
    position: absolute;
    top: 0;
    left: 0;
  }
  .reason .reason_container .photo_text {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333vw;
  }
  .reason .reason_container .photo img {
    width: 100%;
  }
  .reason .reason_container .text {
    font-size: 3.7333vw;
    line-height: 6.9333vw;
  }
  .reason .pr {
    text-align: center;
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 60px;
  }
  .reason .pr span {
    color: #E59216;
  }
  .reason .company {
    padding: 4vw;
    background: #FCFBF9;
  }
  .reason .company h3 {
    font-size: 4.2666vw;
    line-height: 4.2666vw;
    text-align: center;
    font-weight: 600;
    margin: 0 0 5.3333vw 0;
  }
  .reason .company .photo {
    margin-bottom: 2.6666vw;
  }
  .reason .company .photo img {
    width: 100%;
  }
  .reason .company h4 {
    font-weight: 600;
    font-size: 3.7333vw;
    line-height: 4.2666vw;
    margin: 0 0 5.3333vw 0;
  }
  .reason .company h4 small {
    font-size: 3.2vw;
    font-weight: 300;
    display: block;
  }
  .reason .company p {
    font-size: 3.7333vw;
    line-height: 5.8666vw;
    margin: 0 0 5.8666vw 0;
  }
  .reason .company .btn_main {
    margin: 0 auto;
  }
}
/* =================================== */
/* PC用スタイル */
/* =================================== */
@media (min-width: 769px) {
  .reason .section_header {
    margin-bottom: 36px;
  }
  .reason .category {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .reason .category li {
    border-bottom: 3px solid #3F3F41;
  }
  .reason .category li.is-btn-active a, .reason .category li.is-btn-active span {
    background: #3F3F41;
  }
  .reason .category li a, .reason .category li span {
    background: #7A7674;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    padding: 20px 0 16px 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
  }
  .reason .category li a:hover, .reason .category li span:hover {
    background: #3F3F41;
  }
  .reason .copy_box {
    margin: 0 0 47px 0;
  }
  .reason .copy_box .midashi1 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .reason .copy_box .midashi2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 25px;
    font-weight: 600;
  }
  .reason .copy_box p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
  }
  .reason .reason_container {
    margin-bottom: 54px;
  }
  .reason .reason_container:nth-child(2) h4::before {
    content: "1";
  }
  .reason .reason_container:nth-child(3) h4::before {
    content: "2";
  }
  .reason .reason_container:nth-child(4) h4::before {
    content: "3";
  }
  .reason .reason_container:nth-child(5) h4::before {
    content: "4";
  }
  .reason .reason_container:nth-child(6) h4::before {
    content: "5";
  }
  .reason .reason_container:nth-child(7) h4::before {
    content: "6";
  }
  .reason .reason_container:nth-child(odd) .photo_text {
    flex-direction: row-reverse;
  }
  .reason .reason_container h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    padding: 18px 18px 18px 60px;
    background: #7A7674;
    color: #ffffff;
    position: relative;
    margin: 0 0 20px 0;
  }
  .reason .reason_container h4::before {
    width: 40px;
    height: calc(100% - 2px);
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 1;
    color: #3F3F41;
    border: 1px solid #3F3F41;
    position: absolute;
    top: 0;
    left: 0;
  }
  .reason .reason_container .photo_text {
    display: flex;
    justify-content: space-between;
  }
  .reason .reason_container .photo {
    width: 450px;
  }
  .reason .reason_container .photo img {
    width: 100%;
  }
  .reason .reason_container .text {
    width: 520px;
    font-size: 16px;
    line-height: 30px;
  }
  .reason .pr {
    text-align: center;
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 60px;
  }
  .reason .pr span {
    color: #E59216;
  }
  .reason .company {
    padding: 27px 25px 40px 25px;
    background: #FCFBF9;
    display: grid;
    grid-template-columns: 500px auto;
    grid-template-areas: "title title" "photo text";
    gap: 0 25px;
  }
  .reason .company h3 {
    grid-area: title;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 30px 0;
  }
  .reason .company .photo {
    grid-area: photo;
  }
  .reason .company .photo img {
    width: 100%;
  }
  .reason .company .text {
    grid-area: text;
  }
  .reason .company h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 24px 0;
  }
  .reason .company h4 small {
    font-size: 16px;
    font-weight: 300;
    display: block;
  }
  .reason .company p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 22px 0;
  }
  .reason .company .btn_main {
    margin: 35px auto 0 auto;
  }
}/*# sourceMappingURL=reason.css.map */