.container-inner {
  padding-bottom: 0; }

.section-box-about {
  max-width: 100rem;
  margin: 0 auto; }
  .section-box-about-catch {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .section-box-about-catch {
        padding-bottom: 2rem; } }
    .section-box-about-catch p {
      border-bottom: 1px solid rgba(200, 153, 50, 0.1);
      font-size: 3.2rem;
      margin: 0 auto;
      padding-bottom: 1rem; }
      @media only screen and (max-width: 767px) {
        .section-box-about-catch p {
          font-size: 2rem;
          line-height: 1.4; } }
  .section-box-about > p {
    font-size: 1.6rem;
    line-height: 2;
    padding-bottom: 1em;
    font-family: "Poppins", "IBM Plex Sans JP", sans-serif; }
    @media only screen and (max-width: 767px) {
      .section-box-about > p {
        font-size: 1.2rem; } }
  .section-box-about dl {
    background: rgba(200, 153, 50, 0.1);
    padding: 3rem;
    margin: 3rem 0; }
    @media only screen and (max-width: 767px) {
      .section-box-about dl {
        margin: 2rem 0;
        padding: 1.5rem; } }
    .section-box-about dl dt {
      text-align: center;
      font-size: 2.4rem;
      padding-bottom: 2rem;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .section-box-about dl dt {
          font-size: 1.7rem;
          padding-top: 1rem;
          padding-bottom: 1.5rem; } }
    .section-box-about dl dd {
      font-family: "Poppins", "IBM Plex Sans JP", sans-serif;
      font-size: 1.6rem;
      line-height: 2; }
      @media only screen and (max-width: 767px) {
        .section-box-about dl dd {
          font-size: 1.2rem; } }
      .section-box-about dl dd dl {
        background: #fff;
        padding: 2rem;
        margin-top: 3rem;
        margin-bottom: 0; }
        @media only screen and (max-width: 767px) {
          .section-box-about dl dd dl {
            margin-top: 1rem; } }
        .section-box-about dl dd dl dt {
          font-size: 1.7rem;
          padding-bottom: 1.5rem;
          color: #c89932; }
          @media only screen and (max-width: 767px) {
            .section-box-about dl dd dl dt {
              font-size: 1.4rem;
              line-height: 1.3;
              padding-bottom: 1rem;
              padding-top: 0; } }
        .section-box-about dl dd dl dd {
          display: flex;
          justify-content: center; }
          .section-box-about dl dd dl dd ul li {
            position: relative;
            padding-left: 3rem; }
            @media only screen and (max-width: 767px) {
              .section-box-about dl dd dl dd ul li {
                padding-left: 2rem; } }
            .section-box-about dl dd dl dd ul li:before {
              content: "";
              width: 1rem;
              height: 1rem;
              border: 0.3rem solid #c89932;
              position: absolute;
              left: 0;
              top: .7rem;
              border-radius: 50%; }
              @media only screen and (max-width: 767px) {
                .section-box-about dl dd dl dd ul li:before {
                  width: .8rem;
                  height: .8rem;
                  top: .5rem; } }
.section-box#flow {
  background: rgba(200, 153, 50, 0.3); }
  .section-box#flow .section-box-flow {
    padding-bottom: 4rem; }
    @media only screen and (max-width: 767px) {
      .section-box#flow .section-box-flow {
        padding-bottom: 2rem; } }
    .section-box#flow .section-box-flow dl div {
      max-width: 86rem;
      background: #fff;
      padding: 2rem 2rem 0;
      margin: 0 auto 3rem; }
      .section-box#flow .section-box-flow dl div dt {
        font-size: 2.4rem;
        letter-spacing: .3rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid rgba(200, 153, 50, 0.15);
        padding-bottom: 1.5rem;
        font-weight: 400;
        margin-bottom: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .section-box#flow .section-box-flow dl div dt {
            font-size: 1.8rem; } }
        .section-box#flow .section-box-flow dl div dt .div-time {
          font-family: "Poppins", "IBM Plex Sans JP", sans-serif;
          font-size: 1.4rem;
          line-height: 1;
          border: 1px solid #3F2D07;
          border-radius: 5rem;
          padding: .5rem 1.5rem;
          margin: 0 auto 0 1rem; }
          @media only screen and (max-width: 767px) {
            .section-box#flow .section-box-flow dl div dt .div-time {
              font-size: 1rem;
              letter-spacing: 0;
              padding: .3rem 1rem; } }
        .section-box#flow .section-box-flow dl div dt span {
          width: 6rem;
          height: 6rem;
          background: #c89932;
          font-family: "Poppins", "IBM Plex Sans JP", sans-serif;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          color: #fff;
          font-size: 1rem;
          line-height: 1.1;
          flex-shrink: 0;
          margin-right: 1.5rem; }
          @media only screen and (max-width: 767px) {
            .section-box#flow .section-box-flow dl div dt span {
              width: 4.8rem;
              height: 4.8rem;
              font-size: .9rem;
              letter-spacing: .1rem; } }
          .section-box#flow .section-box-flow dl div dt span b {
            font-weight: 400;
            font-size: 2rem;
            padding-left: .3rem; }
            @media only screen and (max-width: 767px) {
              .section-box#flow .section-box-flow dl div dt span b {
                font-size: 1.6rem; } }
      .section-box#flow .section-box-flow dl div dd {
        padding: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .section-box#flow .section-box-flow dl div dd {
            padding: 0 0 1rem; } }
        .section-box#flow .section-box-flow dl div dd figure {
          width: 36rem;
          float: left;
          margin-right: 1.5rem;
          margin-bottom: 2rem; }
          @media only screen and (max-width: 1024px) {
            .section-box#flow .section-box-flow dl div dd figure {
              width: 24rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-box#flow .section-box-flow dl div dd figure {
      max-width: 100%;
      float: none;
      margin: 0 auto 1rem; } }

        .section-box#flow .section-box-flow dl div dd > p {
          font-size: 1.6rem;
          line-height: 2;
          margin-bottom: 2rem;
          font-family: "Poppins", "IBM Plex Sans JP", sans-serif; }
          @media only screen and (max-width: 767px) {
            .section-box#flow .section-box-flow dl div dd > p {
              font-size: 1.3rem; } }
        .section-box#flow .section-box-flow dl div dd .div-tel {
          background: rgba(200, 153, 50, 0.05);
          padding: 1.5rem;
          text-align: center;
          clear: both;
          font-size: 2.4rem;
          display: flex;
          flex-direction: column;
          align-items: center; }
          @media only screen and (max-width: 767px) {
            .section-box#flow .section-box-flow dl div dd .div-tel {
              font-size: 1.6rem; } }
          .section-box#flow .section-box-flow dl div dd .div-tel a {
            font-size: 3.2rem; }
            @media only screen and (max-width: 767px) {
              .section-box#flow .section-box-flow dl div dd .div-tel a {
                font-size: 2.4rem; } }
          .section-box#flow .section-box-flow dl div dd .div-tel small {
            font-size: 1.2rem;
            font-family: "Poppins", "IBM Plex Sans JP", sans-serif; }
            @media only screen and (max-width: 767px) {
              .section-box#flow .section-box-flow dl div dd .div-tel small {
                font-size: 1rem; } }
.section-box#cando .section-box-list {
  max-width: 80rem;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .section-box#cando .section-box-list {
      flex-direction: column; } }
  .section-box#cando .section-box-list div {
    width: 38rem;
    padding: 1.5rem 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
    margin-bottom: 4.5rem; }
    @media only screen and (max-width: 1024px) {
      .section-box#cando .section-box-list div {
        width: 48%;
        margin: 0 1% 4rem; } }
    @media only screen and (max-width: 767px) {
      .section-box#cando .section-box-list div {
        width: 100%;
        margin: 0 0 2rem; } }
    .section-box#cando .section-box-list div.wide {
      width: 100%; }
    .section-box#cando .section-box-list div:before, .section-box#cando .section-box-list div:after {
      content: "";
      height: 100%;
      position: absolute;
      top: 0; }
    .section-box#cando .section-box-list div:before {
      width: 100%;
      position: absolute;
      left: 0;
      border: 1px solid rgba(200, 153, 50, 0.5);
      z-index: -2;
      box-sizing: border-box; }
    .section-box#cando .section-box-list div:after {
      width: calc(100% - 2rem);
      left: 1rem;
      background: #fff;
      z-index: -1; }
    .section-box#cando .section-box-list div dt {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 2.8rem;
      line-height: 1.2;
      font-weight: 400;
      letter-spacing: .3rem;
      padding-bottom: 1.5rem; }
      .section-box#cando .section-box-list div dt small {
        font-family: "Poppins", "IBM Plex Sans JP", sans-serif;
        font-size: 2rem;
        line-height: 1.2;
        color: #c89932;
        margin-bottom: .8rem; }
        @media only screen and (max-width: 767px) {
          .section-box#cando .section-box-list div dt small {
            font-size: 1.4rem; } }
      @media only screen and (max-width: 767px) {
        .section-box#cando .section-box-list div dt {
          font-size: 2rem;
          letter-spacing: .1rem;
          text-align: center; } }
    .section-box#cando .section-box-list div dd p {
      font-family: "Poppins", "IBM Plex Sans JP", sans-serif;
      font-size: 1.6rem;
      text-align: center;
      padding-bottom: 1rem; }
      .section-box#cando .section-box-list div dd p small {
        display: block;
        text-align: left;
        font-size: 1rem;
        line-height: 1.3; }
      @media only screen and (max-width: 767px) {
        .section-box#cando .section-box-list div dd p {
          font-size: 1.3rem;
          line-height: 1.6; } }
.section-box#area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10rem 3vw; }
  @media only screen and (max-width: 1024px) {
    .section-box#area {
      flex-direction: column; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-box#area {
      padding: 4rem 5vw; } }

  .section-box#area .section-box-header {
    flex-shrink: 0;
    padding: 0 5vw; }
    @media only screen and (max-width: 1024px) {
      .section-box#area .section-box-header {
        padding: 0 0 5vw; } }
    .section-box#area .section-box-header p {
      font-size: 1.6rem;
      padding-top: 2.5rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-box#area .section-box-header p {
          font-size: 1.2rem;
          letter-spacing: 0;
          padding-top: 1.5rem; } }
  .section-box#area .section-box-area {
    max-width: 60rem; }
    .section-box#area .section-box-area img {
      border: 0.5rem solid rgba(200, 153, 50, 0.1); }
