@charset "UTF-8";
@import url("global.css");
.introduction {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 60px;
  margin-bottom: 60px; }
  .introduction .image {
    width: 50%;
    flex-shrink: 0; }
  .introduction .main .catch {
    font-size: min(40px,2.8vw);
    font-weight: 600;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #132240;
    line-height: 1.5;
    margin-bottom: 20px; }
  .introduction .main .sub {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: min(25px,1.7vw);
    color: #132240;
    margin-bottom: 60px; }
    .introduction .main .sub::before, .introduction .main .sub::after {
      content: "～";
      display: inline-block; }

.subimage {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px; }
  .subimage .image1 {
    width: 52%;
    margin-left: 8%; }
  .subimage .image2 {
    width: 24%;
    margin: 80px 6.8% 0 0; }

.section {
  margin-top: 110px; }
  .section .sectitle {
    font-size: clamp(20px, 4vw, 40px);
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    margin-bottom: 80px;
    color: #132240;
    text-align: center; }

#reformmenu {
  position: relative;
  margin-top: 40px;
  padding-bottom: 130px; }
  #reformmenu::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: max(-340px,-28vw);
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #E9E4DD; }
  #reformmenu .sectitle {
    text-align: left;
    margin-bottom: 40px; }
  #reformmenu .menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #reformmenu .menu li {
      width: calc(100% / 4);
      padding: 15px;
      box-sizing: border-box; }
      #reformmenu .menu li .inner {
        height: 100%;
        background-color: #fff;
        border: #fff 7px solid;
        box-sizing: border-box; }
      #reformmenu .menu li:last-of-type {
        width: 100%; }
        #reformmenu .menu li:last-of-type .inner {
          display: flex;
          align-items: center;
          justify-content: space-between; }
        #reformmenu .menu li:last-of-type .image {
          width: 30%;
          margin-bottom: 0; }
        #reformmenu .menu li:last-of-type .text_area {
          flex: 1;
          padding-left: 40px; }
          #reformmenu .menu li:last-of-type .text_area .title {
            font-size: 112%;
            font-weight: 500;
            margin-bottom: 5px;
            padding-inline: 12px; }
          #reformmenu .menu li:last-of-type .text_area .text {
            padding-inline: 12px; }
      #reformmenu .menu li .image {
        aspect-ratio: 3 / 2;
        margin-bottom: 20px; }
      #reformmenu .menu li .title {
        font-size: 112%;
        font-weight: 500;
        margin-bottom: 5px;
        padding-inline: 12px; }
      #reformmenu .menu li .text {
        padding-inline: 12px; }
      #reformmenu .menu li .price_box {
        padding-inline: 12px;
        margin-top: 20px; }
        #reformmenu .menu li .price_box h5 {
          margin-bottom: 10px;
          position: relative; }
          #reformmenu .menu li .price_box h5 span {
            display: block;
            width: fit-content;
            position: relative;
            z-index: 2;
            padding-right: 5px;
            font-size: 90%;
            font-weight: 600; }
            #reformmenu .menu li .price_box h5 span::before {
              content: "";
              width: 100%;
              height: 100%;
              background: #fff;
              position: absolute;
              left: 0;
              top: 0;
              z-index: -1; }
          #reformmenu .menu li .price_box h5::before {
            content: "";
            width: 100%;
            height: 1px;
            background: #222;
            position: absolute;
            left: 0;
            top: 50%; }
        #reformmenu .menu li .price_box table {
          width: 100%;
          border-collapse: collapse;
          margin-bottom: 10px; }
          #reformmenu .menu li .price_box table th, #reformmenu .menu li .price_box table td {
            letter-spacing: 0;
            line-height: 1.2;
            padding: 5px 0;
            font-size: 85%; }
          #reformmenu .menu li .price_box table th {
            padding-right: 5px; }
  #reformmenu .attention {
    font-size: 85%; }

#case ul.case {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: min(24px,2vw);
  margin-bottom: 80px; }
  #case ul.case li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
    height: 100%;
    text-align: center;
    line-height: 1.5; }
    #case ul.case li .number {
      background-color: #B4975A;
      color: #fff;
      width: 160px;
      line-height: 46px;
      border-radius: 100px;
      margin: 0 auto 10px;
      letter-spacing: 0;
      font-size: min(30px,3vw);
      font-family: "Roboto", "Noto Sans JP", sans-serif; }
    #case ul.case li .title {
      font-size: 112%;
      font-weight: 500;
      margin-bottom: 15px; }
    #case ul.case li .image {
      position: relative;
      margin-bottom: 40px; }
      #case ul.case li .image span {
        display: block;
        aspect-ratio: 3 / 2;
        border-radius: 4px;
        overflow: hidden; }
      #case ul.case li .image .before {
        position: absolute;
        left: 20px;
        bottom: -30px;
        width: 140px;
        border: #fff 3px solid; }
    #case ul.case li .text {
      background-color: #F1F1F1;
      padding: 15px;
      border-radius: 5px; }
#case .linkbutton {
  max-width: 500px;
  margin-inline: auto; }
  #case .linkbutton a {
    display: block;
    background-color: #132240;
    color: #fff;
    font-size: 20px;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    padding: 12px; }
    #case .linkbutton a::after {
      content: "\f105";
      font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
      font-weight: 900;
      display: inline-block;
      margin-left: 20px; }

#faq .faq_block {
  background: #F1F1F1;
  border: #dcdcdc;
  padding: 20px;
  margin-block: 30px 40px; }
  #faq .faq_block .faqblock_title {
    background: #fff;
    padding: 12px 20px;
    margin-bottom: 20px;
    font-size: clamp(15px, 2.4vw, 18px);
    font-weight: 600; }
  #faq .faq_block dl {
    margin-bottom: 15px;
    padding: 0 10px 15px;
    border-bottom: 1px dotted #aeaeae; }
    #faq .faq_block dl:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
    #faq .faq_block dl dt {
      position: relative;
      padding-left: 25px;
      margin-bottom: 6px;
      color: #132240;
      font-size: 105%;
      font-weight: 600; }
      #faq .faq_block dl dt::before {
        content: "Q.";
        position: absolute;
        left: 0;
        top: 0;
        font-size: 18px;
        font-weight: 600;
        font-family: "Roboto", "Noto Sans JP", sans-serif; }
    #faq .faq_block dl dd {
      position: relative;
      padding-left: 25px; }
      #faq .faq_block dl dd::before {
        content: "A.";
        position: absolute;
        left: 0;
        top: 0;
        font-size: 18px;
        font-weight: 600;
        font-family: "Roboto", "Noto Sans JP", sans-serif; }

#flow {
  padding-block: 120px 150px;
  background-color: #132240;
  color: #fff;
  position: relative; }
  #flow .bg {
    position: absolute;
    z-index: 0;
    inset: 0;
    opacity: .2; }
  #flow .wrapper {
    position: relative;
    z-index: 1; }
  #flow .sectitle {
    color: #fff; }
  #flow ul.flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: min(100px,8vw); }
    #flow ul.flow li {
      display: grid;
      grid-template-rows: subgrid;
      grid-row: span 3;
      gap: 0;
      margin-bottom: 80px;
      position: relative;
      text-align: center; }
      #flow ul.flow li::after {
        content: "";
        width: 20px;
        height: 60px;
        background: url("../img/reform/arrow.png") no-repeat center center;
        background-size: 100% auto;
        position: absolute;
        top: 60px;
        right: -62px; }
      #flow ul.flow li:nth-of-type(4n)::after {
        display: none; }
      #flow ul.flow li .number {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #B4975A;
        color: #fff;
        line-height: 60px;
        font-size: 30px;
        font-family: "Roboto", "Noto Sans JP", sans-serif;
        font-weight: 600;
        letter-spacing: 0;
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -30px; }
      #flow ul.flow li .image {
        aspect-ratio: 16 / 9;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 10px; }
      #flow ul.flow li .title {
        font-size: min(25px,2vw);
        font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: 600;
        margin-bottom: 5px; }
      #flow ul.flow li .text p:not([class]) {
        font-size: 15px;
        text-align: left; }
      #flow ul.flow li .text .button {
        margin-top: 5px; }
        #flow ul.flow li .text .button a {
          display: inline-block;
          background-color: #fff;
          font-size: 15px;
          color: #132240;
          border-radius: 100px;
          padding: 6px 20px;
          line-height: 1.4; }
  #flow .fin {
    border: #fff 2px solid;
    padding: 40px 0 1px;
    text-align: center;
    font-weight: 500; }
    #flow .fin .button {
      margin: 40px 40px -40px; }
      #flow .fin .button a {
        display: block;
        background-color: #B4975A;
        max-width: 940px;
        box-sizing: border-box;
        margin-inline: auto;
        font-size: 20px;
        font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: 600;
        padding: 20px; }
        #flow .fin .button a br {
          display: none; }
        #flow .fin .button a::after {
          content: "\f105";
          font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
          font-weight: 900;
          display: inline-block;
          margin-left: 20px; }

#contents {
  padding-bottom: 0; }

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .introduction .image {
    width: 48%; }
  .introduction .main .sub {
    margin-bottom: 40px; }

  .section .sectitle {
    margin-bottom: 60px; }

  #reformmenu .menu li:last-of-type .image {
    width: 40%; }

  #case ul.case {
    margin-bottom: 60px; }
    #case ul.case li .image .before {
      left: 1vw;
      width: 10vw; }
    #case ul.case li .text {
      font-size: 14px; }

  #flow ul.flow {
    column-gap: 56px; }
    #flow ul.flow li::after {
      top: 3vw;
      right: -40px; }
    #flow ul.flow li .text p:not([class]) {
      font-size: 14px; }
    #flow ul.flow li .text .button {
      margin-top: 15px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .introduction {
    padding-top: 30px;
    display: block; }
    .introduction .image {
      width: auto;
      margin-top: 40px; }
    .introduction .main .catch {
      font-size: min(36px,6vw); }
    .introduction .main .sub {
      font-size: min(22px,3.8vw);
      font-weight: 600; }
      .introduction .main .sub::before, .introduction .main .sub::after {
        display: none; }

  .section {
    margin-top: 80px; }
    .section .sectitle {
      margin-bottom: 50px; }

  #reformmenu {
    margin-top: 0;
    padding-bottom: 70px; }
    #reformmenu .menu {
      justify-content: center; }
      #reformmenu .menu li {
        width: calc(100% / 2);
        padding: 10px; }
        #reformmenu .menu li .inner {
          padding-bottom: 5px; }
        #reformmenu .menu li:last-of-type {
          width: calc(100% / 2); }
          #reformmenu .menu li:last-of-type .inner {
            display: block; }
            #reformmenu .menu li:last-of-type .inner .image {
              width: 100%;
              margin-bottom: 20px; }
            #reformmenu .menu li:last-of-type .inner .text_area {
              padding-left: 0; }

  #case ul.case {
    margin: 0 -3vw 50px; }
    #case ul.case li {
      font-size: 14px; }
      #case ul.case li .number {
        line-height: 40px; }
      #case ul.case li .title {
        letter-spacing: 0; }

  #flow {
    padding-block: 80px 120px; }
    #flow ul.flow {
      grid-template-columns: repeat(3, 1fr);
      column-gap: 40px; }
      #flow ul.flow li {
        margin-bottom: 50px; }
        #flow ul.flow li::after {
          width: 16px;
          height: 50px;
          top: 3vw;
          right: -29px; }
        #flow ul.flow li:nth-of-type(4n)::after {
          display: block; }
        #flow ul.flow li:nth-of-type(3n)::after, #flow ul.flow li:last-of-type::after {
          display: none; }
        #flow ul.flow li .number {
          width: 46px;
          height: 46px;
          line-height: 46px;
          font-size: 26px;
          top: -23px;
          margin-left: -23px; }
        #flow ul.flow li .title {
          font-size: 18px; }
        #flow ul.flow li .text p:not([class]) {
          font-size: 13px;
          letter-spacing: 0; }
        #flow ul.flow li .text .button a {
          font-size: 14px;
          letter-spacing: 0; }
    #flow .fin {
      padding: 40px 40px 1px;
      text-align: left; }
      #flow .fin br {
        display: none; }
      #flow .fin .button {
        margin: 40px 0 -40px; }
        #flow .fin .button a {
          font-size: 16px; }
          #flow .fin .button a::after {
            margin-left: 15px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .introduction {
    margin-bottom: 30px; }
    .introduction .main .sub {
      margin-bottom: 30px; }
    .introduction .main .text br {
      display: none; }

  .subimage {
    margin-bottom: 20px; }
    .subimage .image1 {
      width: 54%;
      margin-left: 4%; }
    .subimage .image2 {
      width: 28%;
      margin: 9vw 5% 0 0; }

  .section {
    margin-top: 60px; }
    .section .sectitle {
      margin-bottom: 30px; }

  #reformmenu {
    padding-bottom: 40px; }
    #reformmenu::before {
      top: max(-340px,-28vw); }
    #reformmenu .sectitle {
      margin-bottom: 20px; }
    #reformmenu .menu {
      display: block; }
      #reformmenu .menu li {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        font-size: 12px;
        letter-spacing: 0; }
        #reformmenu .menu li .image {
          margin-bottom: 10px; }
        #reformmenu .menu li:last-of-type {
          width: 100%; }
          #reformmenu .menu li:last-of-type .image {
            margin-bottom: 10px; }
        #reformmenu .menu li .price_box h5 span {
          font-size: 100%; }
        #reformmenu .menu li .price_box table th, #reformmenu .menu li .price_box table td {
          font-size: 100%; }

  #case ul.case {
    display: block;
    margin: 0 0 50px; }
    #case ul.case li {
      display: block;
      margin-bottom: 40px; }
      #case ul.case li .number {
        width: 120px;
        line-height: 36px;
        font-size: 18px; }
      #case ul.case li .image {
        margin-bottom: 30px; }
        #case ul.case li .image .before {
          left: 3vw;
          width: 30vw;
          bottom: -40px; }
      #case ul.case li .text {
        font-size: 13px;
        padding: 15px 10px; }
  #case .linkbutton a {
    font-size: 18px; }

  #faq .faq_block {
    padding: 10px; }
    #faq .faq_block dl {
      margin-bottom: 15px;
      padding: 0 10px 15px; }
      #faq .faq_block dl dt::before {
        font-size: 16px; }
      #faq .faq_block dl dd::before {
        font-size: 16px; }

  #flow {
    padding-block: 50px 90px; }
    #flow ul.flow {
      margin-top: 50px;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 20px; }
      #flow ul.flow li {
        margin-bottom: 35px; }
        #flow ul.flow li::after {
          width: 12px;
          height: 40px;
          top: 5vw;
          right: -22px; }
        #flow ul.flow li:nth-of-type(3n)::after {
          display: block; }
        #flow ul.flow li:nth-of-type(even)::after {
          display: none; }
        #flow ul.flow li .number {
          width: 40px;
          height: 40px;
          line-height: 40px;
          font-size: 24px;
          top: -20px;
          margin-left: -20px; }
        #flow ul.flow li .title {
          font-size: 16px; }
        #flow ul.flow li .text p:not([class]) {
          font-size: 12px;
          letter-spacing: 0; }
        #flow ul.flow li .text .button {
          margin-top: 15px; }
          #flow ul.flow li .text .button a {
            font-size: 13px;
            padding: 6px 15px; }
    #flow .fin {
      padding: 30px 25px 1px; }
      #flow .fin .button {
        margin: 30px 0 -40px; }
        #flow .fin .button a {
          font-size: 15px;
          line-height: 1.5;
          padding: 15px;
          text-align: center; }
          #flow .fin .button a::after {
            margin-left: 15px; }
          #flow .fin .button a br {
            display: inline; } }
