#top h2 {
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  margin-bottom: 1em;
  color: #000; }
  @media screen and (max-width: 768px) {
    #top h2 {
      font-size: 2em; } }
  #top h2 span {
    font-size: 80%; }

.contact {
  background: #284FB8;
  padding: 5em 0; }
  .contact .wrap {
    background: #fff;
    border-radius: 0.5em;
    padding: 2.5em 2.5%;
    text-align: center;
    position: relative; }
    .contact .wrap .fee {
      background: #ffffcd;
      font-size: 1.125em;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      width: 10em;
      height: 10em;
      border-radius: 100%;
      top: -3em;
      left: 20%;
      padding-top: 1.25em;
      border: 1px solid #ED6A5A;
      color: #ED6A5A; }
      @media screen and (max-width: 768px) {
        .contact .wrap .fee {
          font-size: 0.875em;
          top: -6.5em;
          left: 50%;
          transform: translate(-50%, 0);
          width: 9em;
          height: 9em;
          padding-top: 0.75em; } }
      .contact .wrap .fee .number {
        font-family: "Noto Serif JP", serif;
        margin-top: -4.5em; }
        .contact .wrap .fee .number strong {
          font-size: 200%;
          line-height: 1; }
    .contact .wrap .txt01 {
      font-family: "Noto Serif JP", serif;
      font-size: 1.25em;
      font-weight: 500; }
    .contact .wrap .txt02 {
      font-family: "Noto Serif JP", serif;
      font-size: 2.5em;
      font-weight: 700;
      margin-top: 0.5em;
      color: #284FB8; }
      @media screen and (max-width: 768px) {
        .contact .wrap .txt02 {
          font-size: 2em;
          line-height: 1.4; } }
    .contact .wrap .txt03 {
      margin-top: 1em; }
      @media screen and (max-width: 768px) {
        .contact .wrap .txt03 {
          text-align: left; } }
    .contact .wrap .btn01 {
      display: flex;
      justify-content: center;
      margin: 2em auto 0; }
      @media screen and (max-width: 768px) {
        .contact .wrap .btn01 {
          display: block; } }
      .contact .wrap .btn01 a {
        display: block;
        background: #ED6A5A;
        color: #fff;
        font-weight: 700;
        font-size: 1.5em;
        border-radius: 500px;
        padding: 1em 0;
        width: 18em;
        max-width: 100%;
        margin: 0 0.5em;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 768px) {
          .contact .wrap .btn01 a {
            width: 100%;
            margin: 0; } }
        .contact .wrap .btn01 a.line {
          background: #06A77D; }
          @media screen and (max-width: 768px) {
            .contact .wrap .btn01 a.line {
              margin-bottom: 1em;
              padding: 0.76em 0; } }
          .contact .wrap .btn01 a.line .icon {
            width: 2.25em;
            margin-right: 0.25em; }
        .contact .wrap .btn01 a.mail .icon {
          width: 2.5em;
          margin-right: 0.2em; }

#mv {
  position: relative; }
  #mv .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -48%);
    width: 50em;
    max-width: 90%;
    text-align: center;
    border-radius: 1em;
    overflow: hidden;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      #mv .txt {
        margin-top: 3vw; } }
    @media screen and (max-width: 768px) {
      #mv .txt {
        margin-top: 0; } }
    #mv .txt section {
      position: relative;
      padding: 2em 0; }
      #mv .txt section::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        backdrop-filter: blur(1em);
        z-index: -1; }
      #mv .txt section h1 {
        font-size: 275%;
        font-family: "Noto Serif JP", serif;
        line-height: 1.3;
        color: #000; }
        @media screen and (max-width: 1200px) {
          #mv .txt section h1 {
            font-size: 3vw; } }
        @media screen and (max-width: 768px) {
          #mv .txt section h1 {
            font-size: 185%; } }
        #mv .txt section h1 strong {
          font-size: 160%;
          background: linear-gradient(transparent 90%, #F6F740 90%);
          color: #284FB8; }
          @media screen and (max-width: 1200px) {
            #mv .txt section h1 strong br {
              display: none; } }
          @media screen and (max-width: 768px) {
            #mv .txt section h1 strong br {
              display: block; } }
      #mv .txt section .li01 {
        display: flex;
        justify-content: center;
        margin-top: 1em; }
        #mv .txt section .li01 li {
          background: #ffff;
          margin: 0 0.5em;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 6.5em;
          height: 6.5em;
          border-radius: 100%;
          font-size: 137.5%;
          font-weight: 700;
          line-height: 1.3;
          border: 1px solid; }
          @media screen and (max-width: 768px) {
            #mv .txt section .li01 li {
              margin: 0 0.25em;
              font-size: 85%; } }
          #mv .txt section .li01 li:nth-child(1) {
            color: #284FB8; }
          #mv .txt section .li01 li:nth-child(2) {
            color: #06A77D; }
          #mv .txt section .li01 li:nth-child(3) {
            color: #ED6A5A; }

#problem {
  background: #f8f2ef;
  padding: 5em 0; }
  #problem .li01 {
    background: #fff;
    border-radius: 0.5em;
    padding: 2.5em 2.5%;
    display: flex;
    flex-wrap: wrap; }
    #problem .li01 li {
      background: url(/wp-content/themes/taishoku-center01/assets/img/icon_check01.svg) 0 0 no-repeat;
      background-size: 1.125em auto;
      padding-left: 1.35em;
      font-weight: 700;
      width: 50%; }
      #problem .li01 li:not(:last-child) {
        border-bottom: 1px dashed #999;
        margin-bottom: 1em;
        padding-bottom: 1em; }

#solution {
  padding: 5em 0; }
  #solution h2 {
    color: #284FB8; }
    #solution h2 strong {
      background: linear-gradient(transparent 90%, #F6F740 90%);
      font-weight: inherit; }
  #solution p {
    font-size: 1.125em;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #solution p {
        text-align: left; } }
    #solution p strong {
      border-bottom: 1px solid #ED6A5A;
      color: #000; }
  #solution .point {
    background: url("/wp-content/themes/taishoku-center01/assets/img/bg01.png") 0 0 repeat;
    background-size: 100% auto;
    padding: 0 2.5% 2.5em;
    border-radius: 0.5em;
    margin-top: 3em;
    position: relative; }
    #solution .point h3 {
      font-family: "Noto Serif JP", serif;
      text-align: center;
      font-size: 150%;
      margin-bottom: 1em; }
      #solution .point h3 span {
        background: #ED6A5A;
        color: #fff;
        padding: 0.35em 0.5em; }
    #solution .point .img {
      position: absolute;
      top: -1em;
      right: calc(50% - 9em);
      width: 5em; }
    #solution .point .li01 ol li {
      text-align: left;
      list-style: none;
      display: flex;
      align-items: flex-end;
      font-size: 1.125em;
      margin-top: 0.5em;
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        #solution .point .li01 ol li {
          align-items: flex-start;
          margin-top: 1.25em; } }
      #solution .point .li01 ol li .number {
        font-size: 200%;
        color: #284FB8;
        font-family: "Noto Serif JP", serif;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
        margin-right: 0.15em; }
        @media screen and (max-width: 768px) {
          #solution .point .li01 ol li .number {
            margin-right: 0.5em; } }
      #solution .point .li01 ol li .txt strong {
        border-bottom: 1px solid #ED6A5A;
        color: #000; }

#reason {
  padding: 5em 0; }
  #reason h2 {
    color: #284FB8; }
  #reason .wrap02 {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #reason .wrap02 {
        display: block; } }
    #reason .wrap02 .sec01 {
      width: 48.5%;
      margin-bottom: 2em; }
      @media screen and (max-width: 768px) {
        #reason .wrap02 .sec01 {
          width: 100%; } }
  #reason .sec01 {
    background: url("/wp-content/themes/taishoku-center01/assets/img/bg01.png") 0 0 repeat;
    background-size: 100% auto;
    padding: 2.5em 2.5%;
    border-radius: 0.5em; }
    @media screen and (max-width: 768px) {
      #reason .sec01 {
        padding: 1.5em 2.5% 2em; } }
    #reason .sec01 h3 {
      display: flex;
      align-items: flex-start;
      font-family: "Noto Serif JP", serif;
      font-size: 175%;
      margin-bottom: 0.5em;
      border-bottom: 1px solid #ED6A5A; }
      @media screen and (max-width: 768px) {
        #reason .sec01 h3 {
          line-height: 1.4;
          font-size: 150%;
          padding-bottom: 0.25em; } }
      #reason .sec01 h3 .number {
        font-size: 200%;
        margin: -0.25em 0.15em 0 0;
        line-height: 1;
        color: #284FB8; }
      #reason .sec01 h3 .txt {
        color: #000; }
        #reason .sec01 h3 .txt span {
          background: -webkit-linear-gradient(transparent 90%, #F6F740 90%);
          background: -o-linear-gradient(transparent 90%, #F6F740 90%);
          background: linear-gradient(transparent 90%, #F6F740 90%); }

#case {
  padding: 5em 0; }
  #case h2 strong {
    font-weight: inherit; }
  #case .each {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 768px) {
      #case .each {
        flex-wrap: wrap; } }
    #case .each:not(:last-child) {
      margin-bottom: 3em; }
      @media screen and (max-width: 768px) {
        #case .each:not(:last-child) {
          margin-bottom: 1.75em; } }
    #case .each:nth-child(even) .txt {
      background: #ecf9f6; }
      #case .each:nth-child(even) .txt::after {
        background: #ecf9f6; }
    #case .each .name {
      width: 20%;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #case .each .name {
          width: calc(100% - 6em);
          display: flex;
          align-items: center; } }
      #case .each .name .img01 {
        display: block;
        width: 75%;
        margin: 0 auto 0.5em; }
        @media screen and (max-width: 768px) {
          #case .each .name .img01 {
            width: 35%;
            margin: 0 5% 0 0; } }
    #case .each .txt {
      width: 79%;
      max-width: 100%;
      padding: 1.5em;
      border-radius: 0.5em;
      background: #fafaee;
      position: relative; }
      @media screen and (max-width: 768px) {
        #case .each .txt {
          width: 100%; } }
      #case .each .txt::after {
        content: "";
        background: #fafaee;
        height: calc(tan(60deg) * 1em / 2);
        width: 2em;
        clip-path: polygon(0% 0, 100% 100%, 0 100%);
        transform: scale(1, -2) translate(0, -50%) rotate(160deg);
        position: absolute;
        top: 50%;
        left: -1.5em;
        z-index: -1; }
        @media screen and (max-width: 768px) {
          #case .each .txt::after {
            height: calc(tan(70deg) * 1em / 2);
            transform: scale(1, -2) translate(-50%, 0) rotate(130deg);
            top: -1.25em;
            left: 50%; } }

#flow {
  padding: 5em 0;
  background: #f8f2ef; }
  #flow h2 {
    color: #284FB8; }
    #flow h2 span {
      background: linear-gradient(transparent 90%, #F6F740 90%);
      border-bottom: 1px solid #ED6A5A; }
  #flow .step {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #flow .step {
        display: block; } }
    #flow .step li {
      list-style-type: none;
      width: 18%;
      background: #fff;
      position: relative;
      border-radius: 0.75em; }
      @media screen and (max-width: 768px) {
        #flow .step li {
          width: 100%; } }
      @media screen and (max-width: 768px) {
        #flow .step li:not(:last-child) {
          margin-bottom: 1.5em; } }
      #flow .step li::after {
        content: "";
        background: #ccc;
        height: calc(tan(60deg) * 1em / 1.15);
        width: 1.5em;
        clip-path: polygon(0% 0, 100% 100%, 0 100%);
        transform: scale(1, -1) translate(0, -50%) rotate(-135deg);
        position: absolute;
        top: 50%;
        right: -1.25em;
        z-index: 1; }
        @media screen and (max-width: 768px) {
          #flow .step li::after {
            top: auto;
            bottom: -1em;
            right: 50%;
            transform: scale(1, -1) translate(50%, 0) rotate(135deg); } }
      #flow .step li:last-child::after {
        display: none; }
      #flow .step li:nth-child(2) dl dt .number {
        background: #1e67ad; }
      #flow .step li:nth-child(3) dl dt .number {
        background: #127f9f; }
      #flow .step li:nth-child(4) dl dt .number {
        background: #07968e; }
      #flow .step li:nth-child(5) dl dt .number {
        background: #06a67e; }
      #flow .step li dl dt {
        font-size: 1.5em;
        border-radius: 0.5em 0.5em 0 0;
        text-align: center;
        font-weight: 700;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          #flow .step li dl dt {
            font-size: 1.25em; } }
        #flow .step li dl dt .number {
          font-family: "Noto Serif JP", serif;
          background: #284FB8;
          color: #fff;
          padding: 0.5em 0;
          font-size: 0.8em;
          line-height: 1;
          margin-bottom: 0.5em; }
          #flow .step li dl dt .number strong {
            font-size: 150%;
            margin-left: 0.15em; }
      #flow .step li dl dd {
        padding: 0.5em 5% 1em; }

#fee {
  padding: 5em 0; }
  #fee .box01 {
    background: #284FB8;
    color: #fff;
    text-align: center;
    width: 50em;
    max-width: 100%;
    margin: 0 auto 0.5em;
    padding: 1em 0 2em;
    border-radius: 1em; }
    #fee .box01 p {
      font-weight: 700;
      font-size: 150%;
      line-height: 1.6; }
      @media screen and (max-width: 768px) {
        #fee .box01 p {
          font-size: 1.25em; } }
      #fee .box01 p .yen {
        color: #F6F740;
        font-family: "Noto Serif JP", serif; }
        #fee .box01 p .yen strong {
          font-size: 150%; }
  #fee .note01 {
    width: 35em;
    max-width: 100%;
    margin: 0 auto; }
    #fee .note01 p {
      text-indent: -1em;
      margin-left: 1em;
      font-size: 87.5%;
      text-align: center; }
  #fee .box02 {
    background: url("/wp-content/themes/taishoku-center01/assets/img/bg01.png") 0 0 repeat;
    background-size: 100% auto;
    padding: 2.5em 2.5%;
    border-radius: 0.5em;
    margin-top: 2em; }
    #fee .box02 h3 {
      font-family: "Noto Serif JP", serif;
      text-align: center;
      font-size: 200%;
      margin-bottom: 1em;
      color: #e94d3a; }
      @media screen and (max-width: 768px) {
        #fee .box02 h3 {
          font-size: 1.5em; } }
      #fee .box02 h3 span {
        background: linear-gradient(transparent 90%, #F6F740 90%); }
    #fee .box02 p {
      text-align: center; }
      @media screen and (max-width: 768px) {
        #fee .box02 p {
          text-align: left; } }
      #fee .box02 p:not(:last-child) {
        margin-bottom: 1em; }
      #fee .box02 p strong {
        color: #000;
        border-bottom: 1px solid #ED6A5A; }

#qa {
  padding: 5em 0; }
  #qa .accordion dl {
    border: 1px solid rgba(40, 79, 184, 0.25);
    border-radius: 0.5em; }
    #qa .accordion dl:not(:last-child) {
      margin-bottom: 1em; }
    #qa .accordion dl dt {
      padding: 0.75em 2.5em 0.75em 0.75em;
      position: relative;
      display: flex;
      align-items: flex-start;
      cursor: pointer; }
      #qa .accordion dl dt.active, #qa .accordion dl dt:hover {
        background: #ffffcd; }
      #qa .accordion dl dt .q {
        font-family: "Noto Serif JP", serif;
        font-size: 175%;
        margin-top: -0.15em;
        margin-right: 0.25em;
        line-height: 1;
        color: #284FB8; }
      #qa .accordion dl dt .txt {
        width: calc(100% - 2em); }
      #qa .accordion dl dt .arrow {
        position: absolute;
        top: 55%;
        right: 0.75em;
        transition: all .6s; }
        #qa .accordion dl dt .arrow span {
          position: relative;
          width: 0.62em;
          height: 0.33em;
          display: block; }
          #qa .accordion dl dt .arrow span::before, #qa .accordion dl dt .arrow span::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: calc(50% - 2px);
            width: 2px;
            height: 1em;
            border-radius: 9999px;
            background-color: #284FB8;
            transform-origin: 50% calc(100% - 1px); }
          #qa .accordion dl dt .arrow span::before {
            transform: rotate(45deg); }
          #qa .accordion dl dt .arrow span::after {
            transform: rotate(-45deg); }
        #qa .accordion dl dt .arrow.active {
          top: 35%;
          transform: scale(1, -1); }
    #qa .accordion dl dd {
      display: none;
      padding: 1.5em 0.75em; }
      #qa .accordion dl dd .inner {
        display: flex; }
        #qa .accordion dl dd .inner .a {
          font-family: "Noto Serif JP", serif;
          font-size: 175%;
          margin-top: -0.15em;
          margin-right: 0.25em;
          line-height: 1;
          color: #ED6A5A; }
        #qa .accordion dl dd .inner .txt {
          width: calc(100% - 2em); }
      #qa .accordion dl dd p:not(:last-child) {
        margin-bottom: 1em; }

#contact_form {
  padding: 5em 0;
  background: #f8f2ef; }
  #contact_form h2 {
    color: #284FB8; }
  #contact_form .note01 {
    text-indent: -1em;
    margin-left: 1em;
    text-align: center; }
  #contact_form #form table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
    margin-top: 1.5em; }
    @media screen and (max-width: 768px) {
      #contact_form #form table {
        display: block; } }
    @media screen and (max-width: 768px) {
      #contact_form #form table tr {
        display: block; } }
    #contact_form #form table tr th, #contact_form #form table tr td {
      vertical-align: middle;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      padding: 1.25em 0.75em; }
      @media screen and (max-width: 768px) {
        #contact_form #form table tr th, #contact_form #form table tr td {
          display: block; } }
    #contact_form #form table tr th {
      background: #ecf9f6;
      position: relative; }
      #contact_form #form table tr th .required {
        font-size: 87.5%;
        color: #fff;
        background: #F71735;
        padding: 0.25em 0.75em;
        border-radius: 0.25em;
        position: absolute;
        top: 50%;
        right: 0.75em;
        transform: translate(0, -50%); }
    #contact_form #form table tr td input[type="text"], #contact_form #form table tr td input[type="email"], #contact_form #form table tr td input[type="tel"], #contact_form #form table tr td textarea {
      margin: 0;
      padding: 0.75em;
      background: none;
      border: 1px solid #ccc;
      border-radius: 0.25em;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      font-size: 16px;
      font-family: inherit;
      max-width: 100%; }
      @media screen and (max-width: 768px) {
        #contact_form #form table tr td input[type="text"], #contact_form #form table tr td input[type="email"], #contact_form #form table tr td input[type="tel"], #contact_form #form table tr td textarea {
          width: 100%; } }
      #contact_form #form table tr td input[type="text"]:focus, #contact_form #form table tr td input[type="email"]:focus, #contact_form #form table tr td input[type="tel"]:focus, #contact_form #form table tr td textarea:focus {
        background-color: light #284FB8; }
    #contact_form #form table tr td textarea {
      width: 100%; }
    #contact_form #form table tr td input[type="radio"], #contact_form #form table tr td select {
      margin: 0;
      padding: 0.75em;
      background: none;
      border: 1px solid #ccc;
      border-radius: 0.25em;
      outline: none;
      font-size: 16px;
      max-width: 100%;
      font-family: inherit; }
      #contact_form #form table tr td input[type="radio"]:focus, #contact_form #form table tr td select:focus {
        background-color: light #284FB8; }
    #contact_form #form table tr td input[type="radio"] {
      vertical-align: middle;
      display: inline-block;
      margin-top: -0.25em;
      margin-right: 0.15em; }
    #contact_form #form table tr td .wpcf7-list-item.first {
      margin-right: 1.5em; }
    #contact_form #form table tr td dl:not(:last-child) {
      margin-bottom: 1em; }
  #contact_form #form #privacy {
    margin-top: 2em;
    background: #fff;
    border: 1px solid #ccc;
    padding: 2em 5%;
    height: 20em;
    overflow-y: scroll; }
    #contact_form #form #privacy h3 {
      font-size: 150%;
      text-align: center;
      margin-bottom: 1em; }
    #contact_form #form #privacy section {
      margin-top: 2em;
      font-size: 87.5%; }
      #contact_form #form #privacy section h4 {
        font-size: 1.25em; }
      #contact_form #form #privacy section ol {
        margin: 0.75em 0 0.75em 1.2em; }
  #contact_form #form input[type="submit"] {
    display: block;
    margin: 1.5em auto 0;
    padding: 0.75em 0;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 500px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    width: 15em;
    max-width: 100%;
    cursor: pointer;
    font-size: 1.25em;
    transition: all .6s;
    pointer-events: none;
    background: #999;
    font-family: inherit;
    letter-spacing: 0.05em; }
    #contact_form #form input[type="submit"].active {
      background: #284FB8;
      pointer-events: all; }
    #contact_form #form input[type="submit"]:hover {
      opacity: 0.6; }
  #contact_form #form .screen-reader-response, #contact_form #form .wpcf7-response-output {
    margin-top: 1.5em;
    color: #F71735;
    font-weight: 500; }
  #contact_form #form .wpcf7-not-valid-tip {
    color: #F71735;
    font-weight: 500;
    display: block;
    margin-top: 0.25em; }

#about {
  padding: 5em 0 0; }
  #about .box01 {
    width: 35em;
    max-width: 100%;
    margin: 0 auto; }
    #about .box01 dl {
      display: flex; }
      #about .box01 dl:not(:last-child) {
        border-bottom: 1px solid #ccc;
        padding-bottom: 1em;
        margin-bottom: 1em; }
      #about .box01 dl dt {
        width: 7em;
        padding-left: 1em; }
      #about .box01 dl dd {
        width: calc(100% - 7em); }

#news {
  display: none; }
