@charset "UTF-8";
/* =========================================================
reset
========================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select {
  vertical-align: middle;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #441709;
}

.txt-red {
  color: #ff0004;
  font-weight: bold;
}

.txt-white {
  color: #ffffff;
}

.txt-pink {
  color: #fd4869;
}

.txt-orange {
  color: #ff9130;
}

.bold {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

.cv-btn {
  background: #17a7fa;
  display: block;
  color: #fff;
  width: 468px;
  height: 88px;
  border-radius: 16px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 32px;
  -webkit-box-shadow: 0 10px 0 0 #096ba3;
          box-shadow: 0 10px 0 0 #096ba3;
  position: relative;
}

@media (max-width: 767px) {
  .cv-btn {
    width: 78.6666666667vw;
    height: 14.6666666667vw;
    border-radius: 2.1333333333vw;
    padding: 0 4vw;
    -webkit-box-shadow: 0px 1.3333333333vw 0px 0px #096ba3;
            box-shadow: 0px 1.3333333333vw 0px 0px #096ba3;
  }
}
@media screen and (min-width: 768px) {
  .cv-btn:hover {
    opacity: 0.8;
  }
}

.cv-btn-txt {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  padding-left: 1em;
  line-height: 0.9em;
  letter-spacing: 0.13em;
}

@media (max-width: 767px) {
  .cv-btn-txt {
    font-size: 4.2666666667vw;
    letter-spacing: 0.13em;
  }
}
.cv-btn-stxt {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .cv-btn-stxt {
    font-size: 3.2vw;
    margin-bottom: 2.4vw;
  }
}

.cv-btn-txt .small {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .cv-btn-txt .small {
    font-size: 2.6666666667vw;
  }
}
.cv-btn .fa-solid {
  width: 12px;
}

@media (max-width: 767px) {
  .cv-btn .fa-solid {
    width: 2.1333333333vw;
  }
}
.cv-btn-baloon-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}

.cv-btn-area {
  background-color: #fff3cf;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .cv-btn-area {
    padding: 5.3333333333vw 0;
  }
}

.notes {
  color: #441709 !important;
  text-align: left;
  font-size: 14px !important;
}
@media screen and (max-width: 767px) {
  .notes {
    font-size: 2.6666666667vw !important;
  }
}

section {
  position: relative;
}

.frame {
  position: absolute;
}

.cv-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .cv-btn:hover {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

.cta-bottom-txt {
  text-align: center;
  width: 643px;
  height: auto;
    margin: 0 auto;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .cta-bottom-txt {
width: calc(687/750 * 100vw);
height: auto;
  margin: 0 auto;
    margin-top: 4.5333333333vw;
  }
}

/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  min-width: 1300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: 100%;
  }
}

body {
  letter-spacing: 0;
  background: #fff;
  font-weight: 400;
  font-size: 18.6666666667px;
  line-height: 2;
  padding-bottom: 165px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
    line-height: 1.7;
    padding-bottom: 24vw;
  }
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #333;
  display: block;
  text-decoration: none;
}

p {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

img {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-in {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

.sp-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-in {
    display: block;
  }
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header {
  background-color: #fff;
  width: 100%;
  height: 100px;
  padding: 14px 0 14px 18.6979166667vw;
}
@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    height: 14.6666666667vw;
    padding: 3.0666666667vw 0 3.0666666667vw 5.3333333333vw;
  }
}
.header .logo {
  width: 148px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 17.7333333333vw;
  }
}

.mv {
  background: url(../img/mv.png) top center/100% auto no-repeat;
  height: 29.1666666667vw;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/mv_sp.png) top center/100vw auto no-repeat;
    height: 101.3333333333vw;
  }
}
.mv h1 {
  opacity: 0;
}
.mv .frame {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv .mv-frame-01 {
  top: 5.2083333333vw;
  width: 34.53125vw;
}
@media screen and (max-width: 767px) {
  .mv .mv-frame-01 {
    width: 88.5333333333vw;
    top: 18.6666666667vw;
  }
}
.mv .mv-frame-02 {
  top: 16.0416666667vw;
  width: 36.40625vw;
}
@media screen and (max-width: 767px) {
  .mv .mv-frame-02 {
    width: 55.7333333333vw;
    top: 45.7333333333vw;
    left: 33.2vw;
    z-index: 1;
  }
}
.mv .mv-frame-03 {
  top: 21.40625vw;
  width: 24.84375vw;
}
@media screen and (max-width: 767px) {
  .mv .mv-frame-03 {
    width: 55.0666666667vw;
    top: 72vw;
    left: 33.2vw;
  }
}
.mv .mv-frame-04 {
  width: 16.9791666667vw;
  top: 9.8958333333vw;
  -webkit-transform: translateX(-50%) translateX(27.7083333333vw);
          transform: translateX(-50%) translateX(27.7083333333vw);
}
@media screen and (max-width: 767px) {
  .mv .mv-frame-04 {
    width: 38.9333333333vw;
    top: 46.2666666667vw;
  }
}

.mv-bottom-notes {
  width: 1170px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .mv-bottom-notes {
    width: 88vw;
    padding: 5.3333333333vw 0;
    font-size: 3.2vw;
    line-height: 1.3em;
    letter-spacing: 0.05em;
  }
}
.mv-bottom-notes .anc-link {
  display: inline-block;
  border-bottom: solid 1px;
  color: #441709;
}

.present {
  background-image: repeating-linear-gradient(131deg, #ffe3eb, #ffe3eb 10px, transparent 10px, transparent 20px);
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .present {
    background-image: repeating-linear-gradient(131deg, #ffe3eb, #ffe3eb 2vw, transparent 1.3333333333vw, transparent 4vw);
    padding: 10.6666666667vw 0;
  }
}
.present .present-content {
  background-color: #ffffff;
  border-radius: 24px;
  border: solid #fd4869 3px;
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .present .present-content {
    width: 89.3333333333vw;
    padding: 10.6666666667vw 0;
    border-radius: 3.2vw;
    border: solid #fd4869 0.4vw;
  }
}
.present .present-content .present-frame-01 {
  right: 56px;
  top: -26px;
}
@media screen and (max-width: 767px) {
  .present .present-content .present-frame-01 {
    width: 15.4666666667vw;
    top: 19.4666666667vw;
    right: -1.8666666667vw;
  }
}
.present .present-content .present-frame-02 {
  left: -83px;
  top: 87px;
}
@media screen and (max-width: 767px) {
  .present .present-content .present-frame-02 {
    width: 10.9333333333vw;
    top: -2.9333333333vw;
    left: 1.6vw;
  }
}
.present .present-content .present-frame-03 {
  right: -63px;
  top: 340px;
}
@media screen and (max-width: 767px) {
  .present .present-content .present-frame-03 {
    width: 13.6vw;
    top: 121.4666666667vw;
    right: -2.6666666667vw;
  }
}
.present .present-content .present-frame-04 {
  right: 92px;
  top: 756px;
}
@media screen and (max-width: 767px) {
  .present .present-content .present-frame-04 {
    width: 60vw;
    left: 2.8vw;
    top: 174.6666666667vw;
  }
}
.present .present-content .present-frame-05 {
  left: 80px;
  top: 998px;
}
@media screen and (max-width: 767px) {
  .present .present-content .present-frame-05 {
    width: 77vw;
    left: 8.4vw;
    top: 210.2666666667vw;
  }
}
.present .present-ttl {
  width: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .present .present-ttl {
    width: 73.3333333333vw;
  }
}
.present .present-culm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 835px;
  margin-top: 25px;
  margin-bottom: 61px;
}
@media screen and (max-width: 767px) {
  .present .present-culm {
    display: block;
    width: 69.6vw;
    margin-top: 5.6vw;
    margin-bottom: 8.9333333333vw;
  }
}
.present .present-culm .present-item {
  width: 299px;
}
@media screen and (max-width: 767px) {
  .present .present-culm .present-item {
    width: 69.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.present .present-culm .present-item-02 {
  width: 520px;
}
@media screen and (max-width: 767px) {
  .present .present-culm .present-item-02 {
    width: 69.3333333333vw;
  }
}

.scene-ttl {
  width: 451px;
  margin: 0 auto;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .scene-ttl {
    width: 70.6666666667vw;
    margin-bottom: 6vw;
  }
}

.scene-culm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 770px;
}
@media screen and (max-width: 767px) {
  .scene-culm {
    display: block;
    width: 75.2vw;
  }
}

.scene-item {
  width: 49.2vw;
}

.scene-item-02 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .scene-item-02 {
    margin-right: 0;
    margin-left: auto;
    margin-top: 3.2vw;
  }
}

.flow {
  width: 985px;
  margin: 0 auto;
  padding: 80px 0 40px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow {
    width: 100%;
    padding: 16vw 0;
  }
}
.flow .flow-ttl {
  width: 455px;
  margin: 0 auto;
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .flow .flow-ttl {
    width: 70.9333333333vw;
    margin-bottom: 6.1333333333vw;
  }
}

.flow-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 963px;
}
@media screen and (max-width: 767px) {
  .flow-contents {
    display: block;
    width: 89.3333333333vw;
  }
}
.flow-contents .flow-item {
  border: #fd4869 3px solid;
  border-radius: 16px;
  width: 304px;
  height: 376px;
  padding-top: 39px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-contents .flow-item {
    width: 89.3333333333vw;
    border-radius: 2.1333333333vw;
    height: 34.1333333333vw;
    padding-top: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    margin-bottom: 3.2vw;
    border: #fd4869 0.4vw solid;
  }
}
.flow-contents .flow-item-ttl {
  display: -ms-grid;
  display: grid;
  line-height: 1.2em;
  font-size: 28px;
  margin-bottom: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .flow-contents .flow-item-ttl {
    font-size: 5.8666666667vw;
    line-height: 1em;
    margin-bottom: 2.1333333333vw;
    padding-left: 28vw;
    text-align: left;
  }
}
.flow-contents .flow-item-ttl .txt-orange {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .flow-contents .flow-item-ttl .txt-orange {
    font-size: 4vw;
  }
}
.flow-contents .flow-item-img {
  width: 224px;
  height: 122px;
  background-color: #fff3cf;
  border-radius: 8px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .flow-contents .flow-item-img {
    position: absolute;
    width: 20vw;
    height: 23.4666666667vw;
    border-radius: 1.0666666667vw;
    margin-bottom: 0;
    left: 5.3333333333vw;
    top: 16%;
  }
}
@media screen and (max-width: 767px) {
  .flow-contents .flow-item-img img {
    height: 12vw;
  }
}
.flow-contents .flow-item-txt {
  line-height: 1.4em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .flow-contents .flow-item-txt {
    font-size: 3.4666666667vw;
    padding-left: 28vw;
    text-align: left;
    letter-spacing: 0.04em;
  }
}

.flow-item:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 40px solid #fd4869;
  border-right: 0;
  top: 43%;
  right: -40px;
}
@media screen and (max-width: 767px) {
  .flow-item:after {
    top: inherit;
    bottom: -7.0666666667vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 0;
    left: 0;
    margin: 0 auto;
    border-top: 4.2666666667vw solid transparent;
    border-bottom: 4.2666666667vw solid transparent;
    border-left: 5.3333333333vw solid #fd4869;
  }
}

.flow-item:last-child:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .flow-item:last-child {
    height: 39.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .flow-item:last-child .flow-item-img {
    height: 28.8vw;
  }
}
@media screen and (max-width: 767px) {
  .flow-item:last-child .flow-item-img img {
    height: 9.8666666667vw;
  }
}

.overview {
  width: 988px;
  margin: 0 auto;
  line-height: 1.6em;
  font-size: 16px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .overview {
    width: 88vw;
    font-size: 3.2vw;
  }
}
.overview .overview-ttl {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .overview .overview-ttl {
    font-size: 3.7333333333vw;
  }
}
.overview a {
  display: inline;
  border-bottom: solid 1px;
  color: #441709;
}
@media screen and (min-width: 768px) {
  .overview .w160 {
    width: 162px;
    display: inline-block;
  }
}

.footer-culm {
  width: 988px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .footer-culm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 89.3333333333vw;
    margin-top: 7.0666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-culm .logo {
    width: 40vw;
    padding-top: 13.2vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .footer-culm .Examination-number {
    font-size: 3.2vw;
  }
}

.floating {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}
.floating .cv-btn-area {
  padding: 16px 0 24px 0;
}
@media screen and (max-width: 767px) {
  .floating .cv-btn-area {
    padding: 2.4vw 0 3.7333333333vw 0;
  }
}
.floating .cv-btn {
  width: 489px;
  height: 97px;
}
@media screen and (max-width: 767px) {
  .floating .cv-btn {
    width: 78.6666666667vw;
    height: 14.6666666667vw;
  }
}
.floating .cv-btn .item-frame {
  left: -2px;
  width: 108%;
}
@media screen and (max-width: 767px) {
  .floating .cv-btn .item-frame {
    width: 102%;
  }
}
.floating .cv-btn-txt {
  padding-left: 81px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .floating .cv-btn-txt {
    font-size: 4.2666666667vw;
    padding-left: 12vw;
    letter-spacing: 0.03em;
  }
}
.floating .cv-btn-stxt {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .floating .cv-btn-stxt {
    font-size: 3.2vw;
    margin-bottom: 1.4666666667vw;
  }
}

.floating.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer .company-txt {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer .company-txt {
    text-align: left;
    padding-top: 80px;
    font-size: 14px;
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .footer .company-txt {
    width: 92.4vw;
    font-size: 3.4666666667vw;
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .footer .company-address {
    font-size: 3.2vw;
  }
}
.footer .examination {
  margin: 0 auto;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .footer .examination {
    width: 340px;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .footer .examination {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
    width: 92.4vw;
  }
}
.footer .copy-txt {
  text-align: center;
  border-top: 1px #989898 solid;
}
@media screen and (min-width: 768px) {
  .footer .copy-txt {
    font-size: 10px;
    padding: 28px 0 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .copy-txt {
    margin-top: 34.6666666667vw;
    font-size: 2.1333333333vw;
    padding: 5.3333333333vw 0;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

/* 初期状態: 非表示 */
.photo {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out; /* スムーズに遷移 */
}

/* show クラスが付与されるとアニメーションが実行される */
.photo.show {
  opacity: 1;
}

/* zoom アニメーション */
.photo.zoom.show {
  -webkit-animation: zoomIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: zoomIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}