* {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.relative {
  position: relative;
}

@media all and (min-width: 751px) and (max-width: 1920px) {
  .outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .wrapper {
    min-width: 1920px;
    margin: 0 auto;
  }

  .header_btn {
    position: absolute;
    width: 807px;
    top: 0;
    left: 693px;
    display: flex;
    justify-content: space-between;
  }
}

.header_btn {
  position: absolute;
  width: 807px;
  top: 0;
  left: 693px;
  display: flex;
  justify-content: space-between;
}

.cv01_btn {
  position: absolute;
  width: 23.4375%;
  top: 40.625%;
  left: 50%;
  transform: translateX(-50%);
}

.cv02_btn {
  position: absolute;
  width: 23.4275%;
  top: 51.56%;
  left: 50%;
  transform: translateX(-50%);
}

.cv03_btn {
  position: absolute;
  width: 22.29%;
  top: 79.35%;
  left: 50%;
  transform: translateX(-50%);
}

.cv04_btn {
  position: absolute;
  width: 23.43%;
  top: 42.24%;
  left: 50%;
  transform: translateX(-50%);
}

.cv05_btn {
  position: absolute;
  width: 23.43%;
  top: 53.64%;
  left: 50%;
  transform: translateX(-50%);
}

.cv06_btn {
  position: absolute;
  width: 22.29%;
  top: 79.62%;
  left: 50%;
  transform: translateX(-50%);
}

.cv07_btn {
  position: absolute;
  width: 74px;
  top: 294px;
  left: 1181px;
}

.sec4 {
  background-color: #fef3f5;
  background-size: 100% auto;
  padding: 0 0 1%;
}

.sec4 .ttl {
  width: 100%;
  margin: auto;
}

.accordion {
  width: 100%;
  margin-top: 0;
  margin-bottom: 4%;
  background-color: #fef3f5;
}

.accordion_one {
  width: 47.91%;
  margin: 0 auto;
  padding-bottom: 3%;
  background-color: #ffffff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  margin-top: 2%;
}

.accordion_header {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.accordion_one .accordion_inner {
  display: none;
}

.btn_close {
  display: none;
}

.open {
  display: block;
}

.close {
  display: none;
}

.btn_open {
  width: 23.91%;
  margin: 0 auto;
}

.btn_close {
  width: 23.91%;
  margin: 0 auto;
}

.footer_inner {
  position: absolute;
  width: 15.261%;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

.floating {
  width: 1920px;
  position: fixed;
  bottom: 0;
  z-index: 10;
}

.floating_inner {
  width: 920px;
  margin: 0 auto;
  position: relative;
}

.floating_btn_1 {
  position: absolute;
  width: 252px;
  left: 211px;
  top: 64px;
}

.floating_btn_2 {
  position: absolute;
  width: 252px;
  left: 467px;
  top: 64px;
}

.floating_close {
  position: absolute;
  width: 35px;
  top: 29px;
  right: 50px;
  cursor: pointer;
}

.sec9 {
  background: #f8f7f6;
  padding-bottom: 80px;
}

.sec9 .qanda {
  width: 920px;
  margin: 0 auto;
}

.sec9 .toggle {
  margin-bottom: 48px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.sec9 .toggle:last-child {
  margin-bottom: 0;
}

.sec9 .toggle dt .inner {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 6%;
}

.inner > span:last-of-type,
.inner.active > span:first-of-type {
  display: none;
}

.inner.active > span:last-of-type {
  display: inline;
}

.qanda dd {
  display: none;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  width: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}

.modal__content1 {
  width: 800px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 100;
}

.modal__content1 iframe {
  width: 100%;
  height: 800px;
}

.modal_cv {
  position: relative;
}

.modal_inner1 {
  position: absolute;
  width: 17px;
  right: 12px;
  top: 12px;
}

.modal__content2 {
  width: 800px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 100;
}

.modal_inner2 {
  position: absolute;
  width: 17px;
  right: 12px;
  top: 12px;
}

.modal__content2 iframe {
  width: 100%;
  height: 800px;
}

.btn:hover {
  filter: brightness(130%);
}

.btn {
  transition: filter 0.3s;
}

@media all and (min-width: 0px) and (max-width: 750px) {
  .header {
    height: calc((80 / 750) * 100vw);
    width: 100%;
    left: 0;
    top: 0;
  }
  .header_btn {
    width: 100%;
    left: 0;
    top: 0;
  }

  .cv01_btn {
    position: absolute;
    width: 86.667%;
    top: 37.94%;
    left: 50%;
    transform: translateX(-50%);
  }

  .cv02_btn {
    position: absolute;
    width: 86.667%;
    top: 51.62%;
    left: 50%;
    transform: translateX(-50%);
  }

  .cv03_btn {
    position: absolute;
    width: 67.867%;
    top: 81%;
    left: 50%;
    transform: translateX(-50%);
  }

  .cv04_btn {
    position: absolute;
    width: 86.667%;
    top: 40.19%;
    left: 50%;
    transform: translateX(-50%);
  }

  .cv05_btn {
    position: absolute;
    width: 86.667%;
    top: 53.37%;
    left: 50%;
    transform: translateX(-50%);
  }

  .cv06_btn {
    position: absolute;
    width: 67.867%;
    top: 82.47%;
    left: 50%;
    transform: translateX(-50%);
  }

  .cv07_btn {
    position: absolute;
    width: calc((99 / 750) * 100vw);
    top: calc((288 / 750) * 100vw);
    left: calc((540 / 750) * 100vw);
  }

  .accordion_one {
    width: 84%;
    margin: 0 auto;
    padding-bottom: 3%;
    background-color: #ffffff;
    margin-top: 2%;
  }

  .sec4 {
    background-color: #fef3f5;
    background-size: 100% auto;
    padding: 0 0 1%;
  }

  .sec4 .ttl {
    width: 100%;
    margin: auto;
  }

  .accordion {
    width: 100%;
    margin-top: 0;
    margin-bottom: 7%;
    background-color: #fef3f5;
  }

  .accordion_header {
    position: relative;
    width: 100%;
    cursor: pointer;
  }

  .accordion_one .accordion_inner {
    display: none;
  }

  .btn_close {
    display: none;
  }

  .open {
    display: block;
  }

  .close {
    display: none;
  }

  .btn_open {
    width: 32%;
    margin: 0 auto;
  }

  .btn_close {
    width: 32%;
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 2%;
  }

  .sec9 {
    background: #f8f7f6;
    padding-bottom: calc((80 / 750) * 100vw);
  }

  .footer_inner {
    position: absolute;
    width: 25.067%;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }

  .footer_inner div {
    margin-bottom: 8%;
  }

  .footer_inner div:last-child {
    margin-bottom: 0;
  }

  .floating {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    margin-bottom: 5%;
  }

  .floating_inner {
    width: 80%;
    margin: 0 auto;
  }

  .floating_inner {
    width: 92%;
    margin: 0 auto;
    position: relative;
  }

  .floating_btn_1 {
    position: absolute;
    width: 45.798%;
    left: 4%;
    top: 52%;
  }

  .floating_btn_2 {
    position: absolute;
    width: 45.798%;
    left: 50%;
    top: 52%;
  }

  .floating_close {
    position: absolute;
    width: 5.557%;
    top: -9%;
    right: -2%;
    cursor: pointer;
  }

  .sec9 .qanda {
    width: 84%;
    margin: 0 auto;
  }

  .sec9 .toggle {
    margin-bottom: 3%;
  }

  .sec9 .toggle:last-child {
    margin-bottom: 0;
  }
  .toggle dt .inner {
    width: 100%;
    display: block;
    cursor: pointer;
    margin-top: 8%;
  }

  .inner > span:last-of-type,
  .inner.active > span:first-of-type {
    display: none;
  }

  .inner.active > span:last-of-type {
    display: inline;
  }

  .qanda dd {
    display: none;
  }
  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
  }

  .modal__content1 iframe {
    width: 100%;
    height: 160vw;
  }

  .modal__content1 {
    width: 84%;
  }

  .modal_inner1 {
    position: absolute;
    width: 4%;
    right: 2%;
    top: 0%;
  }

  .modal__content2 iframe {
    width: 100%;
    height: 150vw;
  }

  .modal__content2 {
    width: 84%;
  }

  .modal_inner2 {
    position: absolute;
    width: 4%;
    right: 2%;
    top: 0%;
  }
}
/* Cta
-----------------------------------*/
/* line 1000, ../sass/_top.scss */
ul{
  list-style: none;
}
section#Cta {
  padding-bottom: 100px;
  background: url("../img/bg_pattern1.png") #fafafa; }
  @media screen and (max-width: 640px) {
    /* line 1000, ../sass/_top.scss */
    section#Cta {
      padding-bottom: 50px; } }
  /* line 1006, ../sass/_top.scss */
  section#Cta h2 {
    *zoom: 1;
    margin: 100px auto 60px;
    font-size: 200%;
    color: #000000;
    text-align: center; }
    /* line 38, C:/Program Files (x86)/Koala/rubygems/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
    section#Cta h2:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 640px) {
      /* line 1006, ../sass/_top.scss */
      section#Cta h2 {
        margin: 50px auto 20px;
        font-size: 150%; } }
  /* line 1018, ../sass/_top.scss */
  section#Cta h5.sending {
    margin: 10px auto 30px;
    font-size: 113%;
    text-align: center; }
  /* line 1025, ../sass/_top.scss */
  section#Cta div.line, section#Cta div.tel {
    color: #ffffff;
    font-size: 94%; }
    @media print, screen and (min-width: 641px) {
      /* line 1025, ../sass/_top.scss */
      section#Cta div.line, section#Cta div.tel {
        float: left;
        width: 50%;
        padding: 65px 0 80px; } }
    @media screen and (max-width: 640px) {
      /* line 1025, ../sass/_top.scss */
      section#Cta div.line, section#Cta div.tel {
        padding: 20px 0; } }
    /* line 1037, ../sass/_top.scss */
    section#Cta div.line h4, section#Cta div.tel h4 {
      text-align: center; }
      @media print, screen and (min-width: 641px) {
        /* line 1037, ../sass/_top.scss */
        section#Cta div.line h4, section#Cta div.tel h4 {
          margin: 0 auto 30px; } }
      @media screen and (max-width: 640px) {
        /* line 1037, ../sass/_top.scss */
        section#Cta div.line h4, section#Cta div.tel h4 {
          padding: 20px 0; } }
    /* line 1046, ../sass/_top.scss */
    section#Cta div.line h3, section#Cta div.tel h3 {
      font-size: 200%;
      font-weight: bold; }
    /* line 1050, ../sass/_top.scss */
    section#Cta div.line span, section#Cta div.tel span {
      display: block;
      padding-top: 10px;
      font-size: 88%;
      font-weight: bold; }
      @media screen and (max-width: 640px) {
        /* line 1050, ../sass/_top.scss */
        section#Cta div.line span, section#Cta div.tel span {
          margin-left: 65px;
          padding-top: 0; } }
    /* line 1060, ../sass/_top.scss */
    section#Cta div.line p, section#Cta div.tel p {
      font-size: 88%;
      line-height: 1.68; }
      @media screen and (max-width: 640px) {
        /* line 1060, ../sass/_top.scss */
        section#Cta div.line p, section#Cta div.tel p {
          padding: 10px 20px; } }
  @media print, screen and (min-width: 641px) {
    /* line 1068, ../sass/_top.scss */
    section#Cta div.ctaBoxLeft {
      width: 600px;
      float: right; } }
  @media screen and (max-width: 640px) {
    /* line 1068, ../sass/_top.scss */
    section#Cta div.ctaBoxLeft {
      width: 100%; } }
  @media print, screen and (min-width: 641px) {
    /* line 1077, ../sass/_top.scss */
    section#Cta div.ctaBoxRight {
      width: 600px; } }
  @media screen and (max-width: 640px) {
    /* line 1077, ../sass/_top.scss */
    section#Cta div.ctaBoxRight {
      width: 100%; } }
  /* line 1085, ../sass/_top.scss */
  section#Cta div.icon {
    margin: 0 auto; }
    @media print, screen and (min-width: 641px) {
      /* line 1085, ../sass/_top.scss */
      section#Cta div.icon {
        width: 360px; } }
    @media screen and (max-width: 640px) {
      /* line 1085, ../sass/_top.scss */
      section#Cta div.icon {
        padding-bottom: 30px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap; } }
    /* line 1096, ../sass/_top.scss */
    section#Cta div.icon:before {
      float: left;
      margin-right: 30px; }
      @media screen and (max-width: 640px) {
        /* line 1096, ../sass/_top.scss */
        section#Cta div.icon:before {
          margin-right: 15px; } }
  /* line 1104, ../sass/_top.scss */
  section#Cta div.line {
    background: #71c671; }
    /* line 1106, ../sass/_top.scss */
    section#Cta div.line h3 {
      padding-top: 30px; }
      @media screen and (max-width: 640px) {
        /* line 1106, ../sass/_top.scss */
        section#Cta div.line h3 {
          padding-top: 12px; } }
    /* line 1112, ../sass/_top.scss */
    section#Cta div.line a {
      color: #ffffff; }
    @media print, screen and (min-width: 641px) {
      /* line 1116, ../sass/_top.scss */
      section#Cta div.line div.icon:before {
        content: url("../img/icon_line.png"); } }
    @media screen and (max-width: 640px) {
      /* line 1116, ../sass/_top.scss */
      section#Cta div.line div.icon:before {
        content: "";
        width: 50px;
        height: 50px;
        background: url("../img/icon_line.png") no-repeat;
        background-size: contain; } }
  /* line 1130, ../sass/_top.scss */
  section#Cta div.tel {
    background: #d7a3a4; }
    /* line 1132, ../sass/_top.scss */
    section#Cta div.tel h3 {
      padding-top: 10px; }
      @media screen and (max-width: 640px) {
        /* line 1132, ../sass/_top.scss */
        section#Cta div.tel h3 {
          padding-top: 12px; } }
    @media print, screen and (min-width: 641px) {
      /* line 1139, ../sass/_top.scss */
      section#Cta div.tel div.icon:before {
        content: url("../img/icon_tel.png"); } }
    @media screen and (max-width: 640px) {
      /* line 1139, ../sass/_top.scss */
      section#Cta div.tel div.icon:before {
        content: "";
        width: 50px;
        height: 50px;
        background: url("../img/icon_tel.png") no-repeat;
        background-size: contain; } }
    @media screen and (max-width: 640px) {
      /* line 1151, ../sass/_top.scss */
      section#Cta div.tel div.icon p {
        text-align: center; } }
  /* line 1158, ../sass/_top.scss */
  section#Cta div.inner {
    overflow: auto; }
  /* line 1161, ../sass/_top.scss */
  section#Cta div.prev {
    margin: 20px 0 15px;
    padding: 6px 15px;
    width: 100%;
    font-size: 100%;
    line-height: 1.57;
    border: 1px solid #cccccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #ffffff; }
  /* line 1172, ../sass/_top.scss */
  section#Cta div.eroBody {
    margin: 50px auto 80px;
    padding: 20px;
    width: 650px;
    text-align: center;
    background: #F6FAFC;
    border: 1px solid #ff0000; }
    /* line 1179, ../sass/_top.scss */
    section#Cta div.eroBody button {
      padding: 4px 20px; }
  /* line 1183, ../sass/_top.scss */
  section#Cta div.eroTit {
    color: #ff0000;
    font-size: 20px;
    font-weight: bold; }
  /* line 1188, ../sass/_top.scss */
  section#Cta div.eroMess {
    padding: 20px 20px 40px; }
    /* line 1190, ../sass/_top.scss */
    section#Cta div.eroMess p {
      margin: 10px auto;
      width: 200px;
      text-align: left; }
  /* line 1197, ../sass/_top.scss */
  section#Cta div.sendok {
    margin: 0px auto 50px;
    text-align: center;
    font-size: 100%;
    line-height: 1.75; }
    @media print, screen and (min-width: 641px) {
      /* line 1197, ../sass/_top.scss */
      section#Cta div.sendok {
        width: 800px; } }
    @media screen and (max-width: 640px) {
      section#Cta div.eroBody {
        width: calc(100% - 60px);
      }
      /* line 1197, ../sass/_top.scss */
      section#Cta div.sendok {
        margin: 5px 20px; } }
    /* line 1208, ../sass/_top.scss */
    section#Cta div.sendok a {
      display: block;
      margin-top: 20px;
      text-decoration: underline; }
      @media screen and (max-width: 640px) {
        /* line 1208, ../sass/_top.scss */
        section#Cta div.sendok a {
          margin-bottom: 20px; } }
  /* line 1219, ../sass/_top.scss */
  section#Cta ul {
    margin: 0 auto; }
    @media print, screen and (min-width: 641px) {
      /* line 1219, ../sass/_top.scss */
      section#Cta ul {
        width: 800px; } }
    @media screen and (max-width: 640px) {
      /* line 1219, ../sass/_top.scss */
      section#Cta ul {
        padding: 0 20px; } }
    /* line 1227, ../sass/_top.scss */
    section#Cta ul li {
      font-family: 'Noto Sans JP', sans-serif;
      padding: 30px 0; }
      @media screen and (max-width: 640px) {
        /* line 1227, ../sass/_top.scss */
        section#Cta ul li {
          padding: 15px 0; } }
      /* line 1233, ../sass/_top.scss */
      section#Cta ul li:not(:last-child) {
        border-top: 1px dotted #4b4b4b; }
      /* line 1236, ../sass/_top.scss */
      section#Cta ul li label {
        font-size: 113%; }
        @media screen and (max-width: 640px) {
          /* line 1236, ../sass/_top.scss */
          section#Cta ul li label {
            font-size: 88%; } }
        /* line 1241, ../sass/_top.scss */
        section#Cta ul li label span {
          margin-left: 20px;
          padding: 2px 6px;
          font-size: 69%;
          color: #ffffff;
          background: #ff0000;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px; }
      /* line 1250, ../sass/_top.scss */
      section#Cta ul li input, section#Cta ul li textarea, section#Cta ul li select {
        margin: 20px 0 15px;
        padding: 6px 15px;
        width: calc(100% - 30px);
        font-size: 100%;
        line-height: 1.57;
        border: 1px solid #cccccc;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px; }
        @media screen and (max-width: 640px) {
          /* line 1250, ../sass/_top.scss */
          section#Cta ul li input, section#Cta ul li textarea, section#Cta ul li select {
            margin: 10px 0; } }
      /* line 1263, ../sass/_top.scss */
      section#Cta ul li textarea.com {
        height: 240px; }
        @media screen and (max-width: 640px) {
          /* line 1263, ../sass/_top.scss */
          section#Cta ul li textarea.com {
            height: 120px; } }
      /* line 1270, ../sass/_top.scss */
      section#Cta ul li span {
        padding-bottom: 15px;
        color: #999999;
        font-size: 88%; }
        /* line 1274, ../sass/_top.scss */
        section#Cta ul li span.error {
          padding: 5px 10px;
          color: #ff0000;
          background: #ffffee; }
          @media print, screen and (min-width: 641px) {
            /* line 1274, ../sass/_top.scss */
            section#Cta ul li span.error {
              margin-left: 20px; } }
          @media screen and (max-width: 640px) {
            /* line 1274, ../sass/_top.scss */
            section#Cta ul li span.error {
              display: block;
              margin-top: 10px; } }
  /* line 1290, ../sass/_top.scss */
  section#Cta button.submit {
    position: relative;
    display: block;
    margin: 0 auto;
    padding-left: 20px;
    width: 300px;
    height: 60px;
    line-height: 60px;
    color: #be5858;
    text-align: center;
    cursor: pointer;
    border: 2px solid #be5858;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0); }
    /* line 1304, ../sass/_top.scss */
    section#Cta button.submit:before {
      content: "";
      position: absolute;
      top: 25px;
      left: 85px;
      width: 10px;
      height: 10px;
      border-top: solid 2px #be5858;
      border-right: solid 2px #be5858;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  /* line 1319, ../sass/_top.scss */
  section#Cta a.back {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding-left: 20px;
    width: 300px;
    height: 60px;
    line-height: 60px;
    color: #5884be;
    text-align: center;
    cursor: pointer;
    border: 2px solid #5884be;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0); }
    /* line 1333, ../sass/_top.scss */
    section#Cta a.back:before {
      content: "";
      position: absolute;
      top: 25px;
      left: 85px;
      width: 10px;
      height: 10px;
      border-top: solid 2px #5884be;
      border-right: solid 2px #5884be;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
