@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Jost:wght@600;700&family=M+PLUS+1p:wght@400;500;700&family=Noto+Sans+JP:wght@400;700;800&display=swap");
.barlow {
  font-family: 'Barlow', sans-serif; }

.jost {
  font-family: 'Jost', sans-serif; }

.mPlus {
  font-family: 'M PLUS 1p', sans-serif; }

.yuGothic {
  font-family: '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500; }

body {
  font-family: 'Barlow', 'Jost', 'M PLUS 1p', '游ゴシック', 'Yu Gothic', 'Noto Sans JP', sans-serif; }

img {
  height: auto; }

a:hover {
  cursor: pointer; }

.sp {
  display: none !important; }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
.container {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (max-width: 767px) {
    .container {
      width: 100%; } }

header {
  width: 100%;
  height: 67px; }
  header .header_inner {
    padding: 0 26px;
    display: flex;
    align-items: center;
    height: 100%; }
    header .header_inner .logo {
      max-width: 140px;
      padding-right: 20px;
      border-right: solid 1px #000000; }
    header .header_inner .header_text {
      font-size: 14px;
      letter-spacing: .01em;
      line-height: 1;
      padding-left: 20px; }
  @media screen and (max-width: 767px) {
    header {
      height: 40px; }
      header .header_inner {
        padding: 0 10px; }
        header .header_inner .logo {
          max-width: 120px;
          padding-right: 0;
          border-right: 0; }
        header .header_inner .header_text {
          display: none; } }

.mv {
  background: url("../img/mv_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%; }
  .mv .mv_inner {
    display: flex;
    justify-content: space-between;
    max-width: 1366px;
    margin: 0 auto;
    padding: 25px 25px 0; }
    .mv .mv_inner .mv_text {
      width: 63%;
      padding-top: 6px; }
      .mv .mv_inner .mv_text img {
        width: 100%;
        height: auto; }
    .mv .mv_inner .mv_cta {
      width: 36%;
      background-color: #FFFFFF;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 0;
      margin-bottom: 30px; }
      .mv .mv_inner .mv_cta img {
        width: 100%;
        height: auto; }
      .mv .mv_inner .mv_cta .mv_cta_text_bar {
        background-color: #003169;
        padding: 0.8em .5em;
        border-radius: 10px 10px 0 0;
        text-align: center;
        margin-bottom: .8vw; }
        .mv .mv_inner .mv_cta .mv_cta_text_bar span {
          color: #FFFFFF;
          font-weight: bold;
          font-size: 20px; }
      .mv .mv_inner .mv_cta .mv_cta_text {
        padding: 20px 20px 0; }
        .mv .mv_inner .mv_cta .mv_cta_text img {
          padding-bottom: 20px;
          border-bottom: dashed 1px #000000; }
      .mv .mv_inner .mv_cta .mv_cta_btn {
        padding: 20px;
        text-align: center; }
        .mv .mv_inner .mv_cta .mv_cta_btn a._tel {
          text-decoration: none;
          color: #000000;
          font-size: clamp(30px, 4.8vw, 60px);
          font-weight: bold;
          letter-spacing: 0.03em;
          line-height: 1;
          white-space: nowrap;
          text-align: center; }
        .mv .mv_inner .mv_cta .mv_cta_btn a.mv_ctaBtn {
          display: block;
          margin-top: 1vw;
          transition: all .3s ease; }
          .mv .mv_inner .mv_cta .mv_cta_btn a.mv_ctaBtn:hover {
            filter: brightness(1.1); }
  @media screen and (max-width: 767px) {
    .mv .mv_inner {
      flex-direction: column;
      align-items: center;
      max-width: 100%;
      margin: 0 auto;
      padding: 25px 10px; }
      .mv .mv_inner .mv_text {
        width: 100%;
        padding-top: 0; }
      .mv .mv_inner .mv_cta {
        max-width: 400px;
        width: 92%;
        margin-bottom: 0; }
        .mv .mv_inner .mv_cta .mv_cta_btn a._tel {
          font-size: clamp(38px, 10vw, 50px); }
      .mv .mv_inner .mv_cta .mv_cta_text_bar span {
        font-size: 16px; } }

#sec_01 {
  padding: 10px 0;
  background-color: #f1f1f1;
  background: url("../img/sec_01_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top; }
  #sec_01 picture {
    position: relative;
    padding-bottom: 15px;
    max-width: 967px;
    margin: 0 auto; }
    #sec_01 picture::after {
      content: '';
      display: block;
      width: 55px;
      height: 3px;
      background: #000c84;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    #sec_01 picture img {
      margin: 0 auto; }
  #sec_01 p {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: .06em;
    line-height: 1.4;
    text-align: center; }
  #sec_01 .cta_area {
    background: none;
    padding: 20px 0;
    max-width: 967px;
    margin: 0 auto; }
    #sec_01 .cta_area .cta_box {
      border-radius: 0;
      box-shadow: inherit;
      padding: 10px 20px 20px; }
  @media screen and (max-width: 767px) {
    #sec_01 {
      padding: 10px 0; }
      #sec_01 picture {
        max-width: 1000px;
        margin: 0 auto;
        position: relative;
        padding-bottom: 25px; }
        #sec_01 picture::after {
          content: '';
          display: block;
          width: 55px;
          height: 3px;
          background: #000c84;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%); }
        #sec_01 picture img {
          margin: 0 auto; }
      #sec_01 p {
        font-size: 14px;
        text-align: justify;
        text-justify: inter-ideograph;
        /* IE用 */ } }

#sec_02 {
  padding: 0 0 20px; }
  #sec_02 h2 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .06em;
    line-height: 1.3;
    text-align: center;
    margin: 20px auto 30px; }
    #sec_02 h2 span {
      background: linear-gradient(transparent 60%, #ffff00 60% 90%, transparent 90%); }
  #sec_02 .block_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 27px; }
    #sec_02 .block_wrap .block {
      width: calc((100% - 27px) / 2);
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      #sec_02 .block_wrap .block ._img {
        width: 30%;
        border-radius: 10px;
        overflow: hidden; }
        #sec_02 .block_wrap .block ._img img {
          width: 100%;
          height: auto; }
      #sec_02 .block_wrap .block ._text {
        width: 65%; }
        #sec_02 .block_wrap .block ._text .__title {
          background: #ebf1f8;
          border-left: solid 5px #003169;
          padding: 10px 14px;
          margin-bottom: 8px; }
          #sec_02 .block_wrap .block ._text .__title small {
            font-size: 12px; }
          #sec_02 .block_wrap .block ._text .__title span {
            font-size: 15px;
            font-weight: bold;
            line-height: 1.2; }
        #sec_02 .block_wrap .block ._text p {
          font-size: 13px;
          line-height: 1.4;
          padding-bottom: 10px;
          position: relative; }
          #sec_02 .block_wrap .block ._text p::after {
            content: '';
            width: 42px;
            height: 1px;
            background: #000c84;
            position: absolute;
            bottom: 0;
            left: 0; }
        #sec_02 .block_wrap .block ._text ul {
          margin: 10px 0 0;
          padding: 0;
          font-size: 11px;
          letter-spacing: -0.03em;
          line-height: 1.4; }
    #sec_02 .block_wrap .block.achievement ._text {
      width: 100%; }
      #sec_02 .block_wrap .block.achievement ._text .__title {
        border-left: solid 9px #003169; }
      #sec_02 .block_wrap .block.achievement ._text .flex {
        display: flex;
        gap: 0 20px; }
        #sec_02 .block_wrap .block.achievement ._text .flex .img_box img {
          width: 100%;
          height: auto; }
          #sec_02 .block_wrap .block.achievement ._text .flex .img_box img.xways {
            margin-top: 14px;
            max-width: 100px; }
      #sec_02 .block_wrap .block.achievement ._text p::after {
        display: none; }
      #sec_02 .block_wrap .block.achievement ._text .training_title {
        margin-top: 10px;
        padding: 5px;
        border-top: solid 1px #000000;
        border-bottom: solid 1px #000000;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: .09em;
        text-align: center; }
        #sec_02 .block_wrap .block.achievement ._text .training_title strong {
          font-size: 20px; }
      #sec_02 .block_wrap .block.achievement ._text .trainingList {
        display: flex;
        gap: 0 4%; }
        #sec_02 .block_wrap .block.achievement ._text .trainingList ul {
          width: 19%;
          list-style: none; }
          #sec_02 .block_wrap .block.achievement ._text .trainingList ul:first-child {
            width: 31%; }
          #sec_02 .block_wrap .block.achievement ._text .trainingList ul li {
            padding-left: 1.2em;
            position: relative; }
            #sec_02 .block_wrap .block.achievement ._text .trainingList ul li::before {
              content: '';
              display: block;
              width: .8em;
              height: .8em;
              background-color: #0050ac;
              border-radius: 50%;
              position: absolute;
              top: .2em;
              left: 0; }
      #sec_02 .block_wrap .block.achievement ._text p.textR {
        font-size: 12px;
        text-align: right; }
  #sec_02 .checksheet_cta a {
    transition: all .3s ease; }
    #sec_02 .checksheet_cta a:hover {
      filter: brightness(1.1); }
  @media screen and (max-width: 767px) {
    #sec_02 {
      padding: 0 0 40px; }
      #sec_02 h2 {
        font-size: 20px;
        margin: 25px auto 30px; }
      #sec_02 .block_wrap {
        gap: 40px 0; }
        #sec_02 .block_wrap .block {
          width: 100%; }
          #sec_02 .block_wrap .block ._text .__title span {
            font-size: 16px; }
        #sec_02 .block_wrap .block.achievement ._text .trainingList {
          flex-wrap: wrap;
          gap: 0 4%; }
          #sec_02 .block_wrap .block.achievement ._text .trainingList ul {
            width: 48%;
            list-style: none; }
            #sec_02 .block_wrap .block.achievement ._text .trainingList ul:first-child {
              width: 48%; } }

#sec_03 {
  padding: 40px 0 0; }
  #sec_03 .sec_title {
    font-size: 46px;
    font-weight: bold;
    letter-spacing: .09em;
    line-height: 1;
    text-align: center;
    color: #000c84;
    background: url("../img/sec_03_title_bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 20px; }
  #sec_03 h3 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .06em;
    line-height: 1.3;
    text-align: center;
    margin: 20px auto 20px; }
    #sec_03 h3 span {
      background: linear-gradient(transparent 60%, #ffff00 60% 90%, transparent 90%); }
  #sec_03 .flow {
    margin-bottom: 20px; }
  #sec_03 ul.flowList {
    list-style: none;
    margin: 0;
    padding: 0; }
    #sec_03 ul.flowList li.flow_item {
      margin-bottom: 10px; }
      #sec_03 ul.flowList li.flow_item .flow_item_title {
        border-bottom: solid 2px #4285f4;
        font-size: 25px;
        font-weight: bold;
        letter-spacing: .09em;
        line-height: 1.4;
        margin-bottom: 12px;
        display: flex; }
        #sec_03 ul.flowList li.flow_item .flow_item_title span.barlow {
          display: inline-block;
          background-color: #4285f4;
          color: #FFFFFF;
          font-size: 33px;
          padding: 0 .4em;
          border-radius: 0 10px 0 0;
          margin-right: 20px;
          display: flex; }
        #sec_03 ul.flowList li.flow_item .flow_item_title strong {
          display: flex;
          align-items: center; }
      #sec_03 ul.flowList li.flow_item .item_wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 4%; }
        #sec_03 ul.flowList li.flow_item .item_wrap .item {
          width: 48%; }
          #sec_03 ul.flowList li.flow_item .item_wrap .item .item_title {
            font-size: 17px;
            font-weight: bold;
            letter-spacing: .09em;
            line-height: 1.4;
            margin-bottom: 5px; }
            #sec_03 ul.flowList li.flow_item .item_wrap .item .item_title span {
              display: inline-block;
              width: 1.4em;
              height: 1.4em;
              line-height: 1.4;
              background-color: #4285f4;
              border-radius: 50%;
              text-align: center;
              color: #FFFFFF;
              margin-right: 12px; }
          #sec_03 ul.flowList li.flow_item .item_wrap .item .item_content {
            display: flex;
            justify-content: space-between; }
            #sec_03 ul.flowList li.flow_item .item_wrap .item .item_content ._text {
              width: 75%;
              font-size: 14px;
              line-height: 1.4;
              text-align: justify; }
            #sec_03 ul.flowList li.flow_item .item_wrap .item .item_content ._img {
              max-width: 94px;
              width: 18%; }
      #sec_03 ul.flowList li.flow_item:nth-child(2) .flow_item_title {
        border-bottom: solid 2px #34a853; }
        #sec_03 ul.flowList li.flow_item:nth-child(2) .flow_item_title span {
          background-color: #34a853; }
      #sec_03 ul.flowList li.flow_item:nth-child(2) .item_wrap .item .item_title span {
        background-color: #34a853; }
      #sec_03 ul.flowList li.flow_item:nth-child(3) .flow_item_title {
        border-bottom: solid 2px #fabb05; }
        #sec_03 ul.flowList li.flow_item:nth-child(3) .flow_item_title span {
          background-color: #fabb05; }
      #sec_03 ul.flowList li.flow_item:nth-child(3) .item_wrap .item .item_title span {
        background-color: #fabb05; }
      #sec_03 ul.flowList li.flow_item:nth-child(3) .item_wrap .item {
        width: 100%; }
        #sec_03 ul.flowList li.flow_item:nth-child(3) .item_wrap .item .item_content ._text {
          width: 80%; }
      #sec_03 ul.flowList li.flow_item:nth-child(4) {
        margin-bottom: 20px; }
        #sec_03 ul.flowList li.flow_item:nth-child(4) .flow_item_title {
          border-bottom: solid 2px #e94235; }
          #sec_03 ul.flowList li.flow_item:nth-child(4) .flow_item_title span {
            background-color: #e94235; }
        #sec_03 ul.flowList li.flow_item:nth-child(4) .item_wrap .item .item_title span {
          background-color: #e94235; }
      #sec_03 ul.flowList li.flow_item:nth-child(5) .flow_item_title {
        border-bottom: solid 2px #6221B7; }
        #sec_03 ul.flowList li.flow_item:nth-child(5) .flow_item_title span {
          background-color: #6221B7; }
      #sec_03 ul.flowList li.flow_item:nth-child(5) .item_wrap .item:first-child {
        background-image: url("../img/sec_03_05_1.webp");
        background-color: rgba(255, 255, 255, 0.7);
        background-blend-mode: lighten;
        background-size: 38%;
        background-position: right bottom;
        background-repeat: no-repeat; }
      #sec_03 ul.flowList li.flow_item:nth-child(5) .item_wrap .item:last-child {
        background-image: url("../img/sec_03_05_2.webp");
        background-color: rgba(255, 255, 255, 0.7);
        background-blend-mode: lighten;
        background-size: 42%;
        background-position: right bottom;
        background-repeat: no-repeat; }
      #sec_03 ul.flowList li.flow_item:nth-child(5) .item_wrap .item_content ul {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 14px; }
        #sec_03 ul.flowList li.flow_item:nth-child(5) .item_wrap .item_content ul li {
          padding-left: 1.5em;
          position: relative; }
          #sec_03 ul.flowList li.flow_item:nth-child(5) .item_wrap .item_content ul li::before {
            content: '';
            display: block;
            width: 0.8em;
            height: 0.8em;
            background-color: #6221B7;
            border-radius: 50%;
            position: absolute;
            top: 0.2em;
            left: 0; }
  #sec_03 .alsok {
    background-color: #f1f1f1;
    margin-top: 20px; }
    #sec_03 .alsok .flex {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #sec_03 .alsok .flex ._text {
        padding: 10px 10px 10px 20px; }
        #sec_03 .alsok .flex ._text p {
          font-size: 18px;
          font-weight: bold;
          letter-spacing: .09em;
          line-height: 1.66;
          margin-bottom: 30px; }
        #sec_03 .alsok .flex ._text img.logo_alsok {
          max-width: 175px;
          height: auto; }
        @media screen and (max-width: 960px) {
          #sec_03 .alsok .flex ._text br.max960 {
            display: none; } }
      #sec_03 .alsok .flex ._img {
        overflow: hidden;
        aspect-ratio: 248/166; }
        @media screen and (min-width: 960px) {
          #sec_03 .alsok .flex ._img {
            max-width: 22%; } }
        #sec_03 .alsok .flex ._img img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
  @media screen and (max-width: 767px) {
    #sec_03 {
      padding: 40px 0 50px; }
      #sec_03 .sec_title {
        font-size: 24px; }
      #sec_03 h3 {
        font-size: 18px;
        margin: 30px auto 20px; }
      #sec_03 ul.flowList li.flow_item {
        margin-bottom: 40px; }
        #sec_03 ul.flowList li.flow_item .flow_item_title {
          font-size: 20px;
          margin-bottom: 20px; }
          #sec_03 ul.flowList li.flow_item .flow_item_title span.barlow {
            font-size: 28px;
            margin-right: 14px; }
        #sec_03 ul.flowList li.flow_item .item_wrap {
          gap: 20px 0; }
          #sec_03 ul.flowList li.flow_item .item_wrap .item {
            width: 100%; }
            #sec_03 ul.flowList li.flow_item .item_wrap .item .item_title {
              font-size: 16px;
              margin-bottom: 10px; }
              #sec_03 ul.flowList li.flow_item .item_wrap .item .item_title span {
                margin-right: 10px; }
      #sec_03 ul.flowList li.flow_item:nth-child(3) .item_wrap .item .item_content ._text {
        width: 75%; }
      #sec_03 ul.flowList li.flow_item:nth-child(4) .flow_item_title span {
        align-items: center; }
      #sec_03 ul.flowList li.flow_item:nth-child(5) .item_wrap .item:first-child,
      #sec_03 ul.flowList li.flow_item:nth-child(5) .item_wrap .item:last-child {
        background-image: none; }
      #sec_03 .alsok .flex {
        flex-direction: column; }
        #sec_03 .alsok .flex ._text {
          padding: 25px 10px 25px 25px; }
          #sec_03 .alsok .flex ._text p {
            font-size: 16px; }
          #sec_03 .alsok .flex ._text img.logo_alsok {
            max-width: 175px;
            height: auto; }
        #sec_03 .alsok .flex ._img {
          max-width: 100%; } }

#sec_04 {
  padding: 50px 0; }
  #sec_04 .sec_title {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: .09em;
    line-height: 1;
    text-align: center;
    color: #000c84;
    background: url("../img/sec_04_title_bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .9em 20px; }
  #sec_04 h3 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .06em;
    line-height: 1.3;
    text-align: center;
    margin: 20px auto 20px; }
    #sec_04 h3 span {
      background: linear-gradient(transparent 60%, #ffff00 60% 90%, transparent 90%); }
  #sec_04 p {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 16px; }
  @media screen and (max-width: 767px) {
    #sec_04 {
      padding: 40px 0 50px; }
      #sec_04 .sec_title {
        font-size: 24px; }
      #sec_04 h3 {
        font-size: 16px;
        margin: 30px auto 20px; }
      #sec_04 p {
        font-size: 14px;
        margin-top: 12px; } }

#sec_05 {
  background: url("../img/sec_05_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 20px 0; }
  #sec_05 .cta_area {
    background: none;
    padding: 30px 0 0; }
  @media screen and (max-width: 767px) {
    #sec_05 {
      background: url("../img/sec_05_bg_sp.jpg") no-repeat;
      background-size: cover;
      background-position: center top; }
      #sec_05 .consultation img {
        margin: 0 auto; } }

#sec_06 {
  background: url("../img/sec_06_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 60px 0; }
  #sec_06 .text-with-band {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .06em;
    line-height: 1.2;
    color: #003169;
    text-align: center; }
    #sec_06 .text-with-band span {
      background: linear-gradient(to bottom, white 100%, transparent 0%);
      display: inline-block;
      padding: 2px;
      margin: 4px auto; }
      #sec_06 .text-with-band span:nth-child(2) {
        letter-spacing: 0; }
  @media screen and (max-width: 767px) {
    #sec_06 .text-with-band {
      font-size: 20px; } }

#contact {
  background-color: #f6f6f6;
  padding: 0 0 130px; }
  #contact .title {
    background-color: #003169;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0;
    margin-top: -1px;
    margin-bottom: 40px; }
    #contact .title span {
      font-size: 24px;
      font-weight: bold;
      letter-spacing: .09em; }
    #contact .title small {
      font-size: 16px; }
  #contact .form_wrap {
    max-width: 660px;
    margin: 0 auto; }
  #contact .form-Item {
    display: flex;
    align-items: flex-start;
    gap: 0 20px;
    margin-bottom: 25px; }
    #contact .form-Item.isTitle {
      margin-top: 30px;
      margin-bottom: 20px; }
      #contact .form-Item.isTitle .form-Item-Label {
        width: 100%; }
    #contact .form-Item.isData {
      align-items: center;
      margin-bottom: 20px; }
      #contact .form-Item.isData .form-Item-Label {
        padding-left: 16px; }
      #contact .form-Item.isData .input_wrap {
        display: flex;
        align-items: center;
        gap: 20px; }
        #contact .form-Item.isData .input_wrap select {
          height: 40px;
          padding: 3px 12px; }
        #contact .form-Item.isData .input_wrap input {
          height: 40px;
          padding: 3px 12px; }
  #contact .form-Item-Label {
    font-family: YuGothic, 'Yu Gothic medium', 'sans-serif';
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .5px;
    width: 200px; }
    #contact .form-Item-Label span.form-Item-Label-Required {
      background-color: #000000;
      font-size: 10px;
      line-height: 1;
      color: #FFFFFF;
      padding: 3px 5px;
      border-radius: 2px; }
  #contact input.form-Item-Input {
    width: calc(100% - 220px);
    padding: 6px 10px; }
  #contact textarea.form-Item-Textarea {
    width: calc(100% - 220px);
    max-width: calc(100% - 220px);
    min-width: calc(100% - 220px);
    padding: 6px 10px;
    line-height: 1.5; }
  #contact p.privacy_check {
    margin-top: 50px;
    font-size: 15px;
    text-align: center; }
    #contact p.privacy_check a {
      color: #29aae1;
      text-decoration: none; }
    #contact p.privacy_check input {
      cursor: pointer; }
  #contact .form-Btn {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    list-style-type: .09em;
    color: #FFFFFF;
    display: block;
    background: #e40207;
    background: linear-gradient(180deg, #e40207 0%, #b41015 100%);
    border-radius: 8px;
    border: 0;
    padding: 1em;
    cursor: pointer; }
  #contact .btn_wrap {
    margin: 50px auto;
    width: 370px;
    position: relative; }
    #contact .btn_wrap::after {
      content: url("../img/contact_arrow.svg");
      display: block;
      width: 10px;
      height: 17px;
      position: absolute;
      top: 50%;
      right: 1em;
      transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    #contact .form_wrap {
      max-width: 100%; }
    #contact .form-Item {
      flex-direction: column;
      gap: 10px 0; }
      #contact .form-Item.isData .form-Item-Label {
        padding-left: 16px; }
      #contact .form-Item.isData .input_wrap {
        width: 100%;
        padding-left: 16px; }
        #contact .form-Item.isData .input_wrap select {
          width: calc(45% - 10px); }
        #contact .form-Item.isData .input_wrap input {
          width: calc(55% - 10px); }
    #contact .form-Item-Label {
      width: 100%;
      height: 1.5em; }
      #contact .form-Item-Label span.form-Item-Label-Required {
        margin-left: 8px; }
    #contact input.form-Item-Input {
      width: 100%;
      padding: .5em; }
    #contact textarea.form-Item-Textarea {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      padding: .5em; }
    #contact p.privacy_check {
      margin-left: 0; }
    #contact .btn_wrap {
      max-width: 320px;
      width: 100%; } }

#sec_cost {
  padding: 60px 0 50px; }
  #sec_cost .sec_title {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: .09em;
    line-height: 1;
    text-align: center;
    color: #000c84;
    background: url("../img/sec_cost_title_bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .9em 20px; }
  #sec_cost p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 20px; }
  @media screen and (max-width: 767px) {
    #sec_cost {
      padding: 40px 0; }
      #sec_cost .sec_title {
        font-size: 24px; }
      #sec_cost p {
        font-size: 14px;
        margin-top: 20px; } }

#sec_leakage {
  background-color: #f0f0f0;
  padding: 30px 0; }
  #sec_leakage h3 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .06em;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto 20px; }
    #sec_leakage h3 span {
      background: linear-gradient(transparent 60%, #ffff00 60% 90%, transparent 90%); }
  #sec_leakage .leakage_img img {
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #sec_leakage h3 {
      font-size: 18px;
      margin: 0 auto 20px; } }

/*===============
	cta_area
===============*/
.cta_area {
  background: url("../img/cta_area_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px 0; }
  .cta_area .container {
    max-width: 967px;
    margin: 0 auto; }
  .cta_area .cta_title {
    text-align: center;
    margin-bottom: 10px; }
    .cta_area .cta_title span {
      font-size: 29px;
      font-weight: bold;
      letter-spacing: .09em;
      line-height: 1.42;
      color: #FFFFFF;
      display: inline-block;
      position: relative; }
      .cta_area .cta_title span::before {
        content: '';
        display: block;
        width: 44px;
        height: 60px;
        background: url("../img/syuL.svg") no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 0;
        left: -80px; }
      .cta_area .cta_title span::after {
        content: '';
        display: block;
        width: 44px;
        height: 60px;
        background: url("../img/syuR.svg") no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 0;
        right: -60px; }
  .cta_area .cta_box {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3); }
    .cta_area .cta_box > div {
      width: 50%;
      padding: 0 20px; }
      .cta_area .cta_box > div._left {
        border-right: dashed 1px #000000; }
        .cta_area .cta_box > div._left img {
          width: 100%;
          height: auto; }
      .cta_area .cta_box > div._right a {
        display: block; }
        .cta_area .cta_box > div._right a._tel {
          text-decoration: none;
          color: #000000;
          font-size: clamp(42px, 5.4vw, 66px);
          font-weight: bold;
          letter-spacing: 0.03em;
          line-height: 1;
          white-space: nowrap;
          text-align: center; }
        .cta_area .cta_box > div._right a._btn {
          width: 100%;
          margin-top: 1%;
          transition: all .3s ease; }
          .cta_area .cta_box > div._right a._btn img {
            width: 100%;
            height: auto; }
          .cta_area .cta_box > div._right a._btn:hover {
            filter: brightness(1.1); }
  .cta_area .cta_title_bar {
    background-color: #003169;
    padding: .2em 1em;
    text-align: center; }
    .cta_area .cta_title_bar span {
      display: inline-block;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: .09em;
      line-height: 1.6;
      color: #FFFFFF; }
  @media screen and (max-width: 767px) {
    .cta_area .cta_title {
      text-align: center;
      margin-bottom: 35px; }
      .cta_area .cta_title span {
        font-size: 18px;
        line-height: 1.6; }
        .cta_area .cta_title span::before {
          display: none; }
        .cta_area .cta_title span::after {
          display: none; }
    .cta_area .cta_box {
      flex-direction: column;
      max-width: 400px;
      margin: 0 auto; }
      .cta_area .cta_box > div {
        width: 100%;
        padding: 0; }
        .cta_area .cta_box > div._left {
          border-right: 0;
          border-bottom: dashed 1px #000000;
          padding-bottom: 20px; }
        .cta_area .cta_box > div._right {
          padding-top: 20px; }
          .cta_area .cta_box > div._right a._tel {
            font-size: clamp(20px, 10vw, 50px); }
    .cta_area .cta_title_bar {
      max-width: 400px;
      margin: 0 auto; }
      .cta_area .cta_title_bar span {
        font-size: 16px; } }

#contact.sec_thanks {
  background: #f6f6f6; }

#contact.sec_thanks .container {
  background: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  width: max-content; }

#contact.sec_thanks .container p {
  line-height: 1.8; }

#contact.sec_thanks .btn_wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center; }

#contact.sec_thanks .btn_wrap a {
  display: inline-block;
  font-size: 16px;
  padding: .8em 1em;
  border-radius: 6px;
  background: #777777;
  color: #FFFFFF;
  text-decoration: none; }

#contact.sec_thanks .btn_wrap a:nth-child(2) {
  margin-top: 20px;
  background: #c41a27; }

@media screen and (max-width: 767px) {
  #contact.sec_thanks {
    height: auto; }

  #contact.sec_thanks .container {
    width: 90%;
    margin: 0 auto;
    padding: 30px 20px; }

  #contact.sec_thanks .container p {
    font-size: 14px; } }
/*===============
	モーダルのスタイル
===============*/
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border: 1px solid #ccc;
  z-index: 1000;
  max-width: 90%;
  /* モーダルの最大幅を設定 */
  overflow-y: auto;
  /* モーダル内のコンテンツがはみ出た場合にスクロール可能にする */ }
  .modal .test {
    max-width: 600px;
    background-color: floralwhite; }
    .modal .test h2 {
      margin-bottom: 30px; }
    .modal .test p {
      font-size: 14px;
      color: crimson; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 900; }

@media screen and (max-width: 767px) {
  .modal {
    padding: 10px; } }
footer {
  background-color: #000; }
  footer ul {
    list-style: none; }
    footer ul a {
      text-decoration: none; }
    footer ul a:hover {
      text-decoration: none;
      opacity: 0.8;
      cursor: pointer; }
  footer .white {
    color: #FFF; }
  footer .pc {
    display: block !important; }
  footer .sp {
    display: none !important; }

.footer_menu_frame {
  width: 1100px;
  padding: 60px 0px 40px 0px;
  margin: 0 auto;
  overflow: hidden; }

.menu_title {
  width: 175px;
  font-size: 16px;
  font-weight: bold;
  /* border-right: 1px solid #fff; */
  float: left;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.menu_title li {
  font-size: 12px;
  margin-bottom: 15px;
  margin-left: 10px; }

.menu_title li:first-child {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #fff; }

.menu_title2 a,
.menu_title a {
  color: #fff; }

.menu_title2 {
  width: 375px;
  font-size: 16px;
  font-weight: bold;
  float: left;
  margin-left: 10px;
  padding: 0; }

.menu_title2 li {
  font-size: 12px;
  margin-bottom: 15px;
  margin-left: 10px; }

.menu_title2 li:first-child {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #fff;
  margin-left: 10px; }

.footer_menu {
  width: 1100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0px 30px;
  margin: 0 auto;
  /* border-bottom: 1px solid #fff; */
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: right;
  -ms-flex-align: right;
  align-items: right;
  list-style: none; }

.footer_menu li {
  margin-right: 20px;
  float: left;
  display: inline; }

.footer_menu a {
  color: #fff; }

.copy-right {
  width: 100%;
  padding: 10px 0px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  background: #c41a27;
  color: #fff; }

@media screen and (max-width: 1100px) {
  .footer_menu_frame {
    display: flex;
    flex-direction: column;
    width: 100%; }

  .footer_menu {
    width: 90%;
    margin: 0 auto; }

  .__lp {
    padding: 0;
    font-size: 12px; }
    .__lp li {
      padding-bottom: 15px; } }

/*# sourceMappingURL=style.css.map */
