@charset "UTF-8";
@import url(default.css);


*, ::after, ::before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(0,176,218,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-content: attr(data-text);
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
  }
  :root {
    --red: #f6124e;
    --orange: #ff9000;
    --green: #00e596;
    --pink: #ff0190;
    --purple: #6a01ca;
    --yellow: #ffe75f;
    --blue: #097ba1;
    --gray100: #f1f1f0;
    --gray200: #dadad7;
    --gray300: #c3c3be;
    --gray400: #ababa5;
    --gray500: #999;
    --gray600: #7c7c74;
    --gray700: #64645d;
    --gray800: #4b4b46;
    --gray900: #333;
    --fontRegular: noto-sans,"Noto Sans JP",sans-serif;
    --fontDin: din-2014,sans-serif;
    --sizeRoot: 16px;
    --lineHeight: 1;
    --sizeH1: 3.4rem;
    --sizeH2: 3rem;
    --sizeH3: 2.6rem;
    --sizeH4: 2.2rem;
    --sizeH5: 1.8rem;
    --sizeH6: 1.3rem;
    --pageMaxWidth: 1280px;
    --modalHeight: calc(85vh - 4rem);
    --modalHeightNs: calc(85vh - 5.5rem);
    --modalHeightWithoutBar: calc(85vh - 1.5rem);
  }
  .block {
    display: block;
  }
  .relative {
    position: relative;
  }
  .inline-block {
    display: inline-block;
  }
  .bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
  }
  .bg-gradient-to-t {
    background-image: url(../image/gold14.png);
    background-size: contain;
    background-size: cover;
    background-position: center;
  }
  .text-transparent {
    color: transparent;
  }
  .gradation_area {
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  
  .bg-striped-gradient-light {
    --mys-striped-bg: repeating-linear-gradient(-30deg,rgba(0,255,255,0),hsla(0,0%,100%,0) 0.5rem,hsla(0,0%,100%,.08) 0,hsla(0,0%,100%,.08) 1rem);
  }
  .bg-striped-gradient-to-t {
    background-image: var(--mys-striped-bg),linear-gradient(to top,var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    background-image: linear-gradient(to right,var(--tw-gradient-stops));
  }
  
  
  /* テキストに陰を付ける */
  .drop-shadow-text1 {
    --tw-drop-shadow: drop-shadow(0.05em 0.05em 0px rgba(0,0,0,.3));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .drop-shadow-text2 {
    --tw-drop-shadow: drop-shadow(2px 2px 0px #810b30);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .before_15em::before {
    -webkit-text-stroke-width: .03em;
    content: var(--tw-content);
  }
  .before_4px::before {
    -webkit-text-stroke-width: 4px;
    content: var(--tw-content);
  }
  .before_absolute::before {
    content: var(--tw-content);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  margin: auto;
  }
  .before_text-stroke-pink::before {
    -webkit-text-stroke-color: #333;
    content: var(--tw-content);
  }
  .before_data-text::before {
    --tw-content: attr(data-text);
    content: var(--tw-content);
  }
  .from-gradation-pink {
    --tw-gradient-from: #960f39;
    --tw-gradient-to: rgba(150,15,57,0);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
  }
  .before_text-stroke-white::before {
    -webkit-text-stroke-color: #fff;
    content: var(--tw-content);
  }
  .blur_15px {
    --tw-blur: blur(1.5px);
  }
  .blur {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .from-pink {
    --tw-gradient-from: #960f39;
    --tw-gradient-to: rgba(150,15,57,0);
  }
  .from-pink2 {
    --tw-gradient-from: #e32862;
  --tw-gradient-to: rgba(227,40,98,0);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
  }
  .from-yellow {
    --tw-gradient-from: #fac13c;
    --tw-gradient-to: rgba(250,193,60,0);
  }
  .to-pink {
    --tw-gradient-to: #e32862;
  }
  .to-yellow {
    --tw-gradient-to: #f6e597;
  }
  .to-purple {
    --tw-gradient-to: #510098;
  }
  .to-gradation-pink {
    --tw-gradient-to: #e32862;
  }

body {
    font-family: "Noto Sans JP", sans-serif;
}

.main_img {
    background-color: #c00000;
    background-image: url(../image/fv_bg_pc.png);
    background-size: inherit;
    background-image: url(../image/fv_bg_pc3.png);
    background-size: contain;
  position: relative;
}





.inner {
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
}
ul.flex li {
    list-style: none;
}
ul.flex {
    padding-left: 0;
    margin-bottom: 0;
}

header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-right: 1.5vw;
    padding-left: 1.5vw;
    padding-bottom: .5vw;
    padding-top: .5vw;
}
.logo {
    width: 50%;
    max-width: 200px;
}
img {
    max-width: 100%;
}
.menu {
    width: auto;
    max-width: 700px;
    margin-left: auto;
}
.menu .flex li a {
    color: #333;
    padding-right: 10px;
    padding-left: 10px;
}


.mv_text {
    width: 50%;
    margin-top: 4vw;
    margin-bottom: 2vw;
    margin-right: auto;
    z-index: 2;
    min-height: 435px;
}
.mv_person {
    width: 50%;
    position: absolute;
    top: auto;
    bottom: 0;
    margin: auto;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}
.main_img .inner {
    overflow: hidden;
    padding-right: 0;
  padding-left: 0;
}
.haed_text {
    background-color: #fff;
    text-align: center;
    color: #d50000;
    font-weight: 700;
    font-size: 1.8em;
    width: fit-content;
    padding-right: 1vw;
    padding-left: 1vw;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    padding-top: .3vw;
    padding-bottom: .3vw;
    margin-bottom: 15px;
}
.mv_text a {
    background-color: #fed416;
    color: #bf0000;
    font-weight: 600;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: .3vw solid #5a4a00;
    border-radius: 50px;
    font-size: 1.7em;
    padding-top: .8vw;
    padding-bottom: .8vw;
    position: relative;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    margin-top: 50px;
    display: none;
}
.mv_text a:hover {
    text-decoration: none;
}


.mv_text a::before {
    content: "";
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    background-color: #fcc40d;
    margin: auto;
}
.mv_text a::after {
    content: "";
    height: 50%;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    background-color: #fed416;
    top: 0;
    margin: auto;
}


.mv_text a span {
    position: relative;
    z-index: 2;
}
.en {
    font-family: "Roboto", sans-serif;
}
.number {
    font-family: "Zen Antique Soft", serif;
}

.haed_number_number {
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: url(../image/64b852e017577588ae0547e9_Badge_Texture.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    font-size: 12em;
    font-weight: 800;
    font-family: "Zen Antique Soft", serif;
    line-height: 1em;
}
.haed_number_number span.number {
    font-size: 150px;
    display: block;
  width: 100%;
  line-height: 1em;
}
.session_title {
    text-align: center;
    font-size: 3.3em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.border_box {
padding-right: 3vw;
padding-left: 3vw;
padding-top: .8vw;
padding-bottom: .8vw;
position: relative;
width: fit-content;
margin-right: auto;
margin-left: auto;
}


.session_title_text {
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 0;
}

.merit {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #d50000;
  color: #fff;
}
.session_title span.site_name {
    font-size: 1.4em;
    font-family: "Zen Antique Soft", serif;
}
.session_title .number {
    font-size: 4em;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 1em;
}
.session_title .red_box {
    font-size: 1.7em;
    line-height: 1em;
    height: 110px;
    position: relative;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #fff;
    color: #fff;
    padding-bottom: 4px;
    font-weight: 700;
    margin-right: 0;
    margin-left: 0;
    background-color: #d50000;
    margin-bottom: 10px;
}
.session_title .red_box:last-of-type {
    border-left: none;
}
.session_title .red_box.mr {
    margin-left: 10px;
}

.absolute {
    position: absolute;
}
.session_title .absolute {
    font-size: .45em;
    right: 0;
    top: 0;
    font-weight: 500;
}
.border_box_right {
    content: "";
    width: 80px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
}
.border_box_left {
    content: "";
    width: 80px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.border_box_right::before {
    content: "";
    width: 72px;
    height: 32px;
    position: absolute;
    right: 5px;
    top: 5px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    display: none;
}
.border_box_left::before {
    content: "";
    width: 72px;
    height: 32px;
    position: absolute;
    left: 5px;
    bottom: 5px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    display: none;
}

.reason_title {
    text-align: center;
    font-size: 3.5em;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
}
.reason_title .corner::before {
    content: "";
    position: absolute;
    top: calc(100% - 2px);
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #fff;
    z-index: 2;
    display: none;
}
.reason_title .corner::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #333;
    display: none;
}
.reason_title .corner {
    margin: 0;
}


.reason_title .white_back {
    padding-top: 1vw;
    padding-bottom: 1vw;
  position: relative;
  z-index: 2;
}


.reason_title p {
    font-weight: 500;
}
.reason_title .border {
    font-size: 2em;
    margin-top: 20px;
    font-weight: 900;
    color: #f60;
    font-style: italic;

    color: #fed416;
    text-shadow: 2px 2px #0D0D0D, -2px 2px #0D0D0D, 2px -2px #0D0D0D, -2px -2px #0D0D0D, 2px 0px #0D0D0D, 0px 2px #0D0D0D, -2px 0px #0D0D0D, 0px -2px #0D0D0D;

}
.border {
position: relative;
width: fit-content;
margin-right: auto;
  margin-left: auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(25%, #fffc00));
  background: linear-gradient(transparent 75%, #fffc00 25%);
}




.merit_list {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3vw;
}
.merit_list li {
    width: 31.33333%;
    margin-right: 2%;
    margin-bottom: 3%;
    background-color: #fff;
    color: #333;
    border-radius: 5px;
    position: relative;
    padding: 1vw;
}
.merit_list li:nth-child(3n) {
    margin-right: 0;
}
.merit_number {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    top: -35px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: #d50000;
    padding-bottom: .7vw;
    border-radius: 100%;
}
.merit_list_title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
}
.merit_list_title span {
    font-size: 1.1em;
    display: block;
    margin-top: 5px;
    color: #d50000;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.merit_list_text {
    font-size: 16px;
    margin-top: 10px;
}
.merit_list_image {
    text-align: center;
    max-width: 150px;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}
.merit_list_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.merit_text {
    text-align: center;
    margin-top: 3vw;
    font-size: 18px;
    line-height: 2em;
}
.reason {
    padding-top: 50px;
    padding-bottom: 50px;
}
.reason_text {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    line-height: 2em;
    letter-spacing: 0.05em;
    text-align: left;
}
.reason_img {
    max-width: 930px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1vw;
    margin-bottom: 2vw;
}
.cv {
    background-color: #d50000;
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
}
.cv::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
    position: absolute;
  top: 0;
  right: 0px;
  left: 0;
  margin: auto;
}

.cv .inner .tel {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.info {
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #fff5f3;
}

.info_box {
    min-height: 300px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 50px;
    max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.info .info_box:last-of-type {
    margin-bottom: 0;
}
.flow {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}
.flow_title p {
    width: fit-content;
    padding-right: 1vw;
    padding-left: 1vw;
    font-size: 4em;
    font-weight: 900;
    color: #fff;
    background-color: rgb(51,51,51,1);
    padding-top: .3vw;
    padding-bottom: .3vw;
    margin-bottom: 1vw;
}
.tel span {
    display: block;
}
.tel {
    text-align: center;
    font-weight: 500;
}
.tel_title {
    color: #d50000;
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #333;
}
.tel_time {
    font-size: 1.5em;
    font-weight: 400;
}
.tel_number {
    font-size: 4em;
    margin-top: 0;
    color: #d50000;
    font-family: "Fjalla One", sans-serif;
    font-weight: 900;
    line-height: 1em;
    display: flex !important;
    align-items: center;
    padding-left: 15px;
    padding-top: 5px;
}
.tel_text {
    font-size: 1.3em;
    margin-bottom: 0;
    font-weight: 400;
}
.cv_button {
    background-color: #fed416;
    color: #bf0000;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 2.5em;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    position: relative;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    margin-top: 25px;
    font-weight: 700;
    bottom: 0;
    transition: all .15s ease-in;
}

.cv_button::before {
    content: "";
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    background-color: #fcc40d;
    margin: auto;
}

.cv_button:hover {
    text-decoration: none;
    color: #bf0000;
}
.cv_button span {
    position: relative;
}
.cv .inner .tel::before {
    content: "";
    background-image: url(../image/mv_person.png);
    width: 30%;
    height: 100%;
    position: absolute;
    right: 0;
    background-size: cover;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}
.info_box {
    padding: 40px;
}
.info_box_title {
    font-size: 2.3em;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 2vw;
    text-align: center;
    justify-content: center;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-top: 40px;
    padding-bottom: 25px;
}
.info_box_title::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    width: 7vw;
    height: 3px;
    background-color: #d50000;
}
.info_box_title span {
    color: #fed416;
    text-shadow: 1px 1px 1px #0D0D0D, -1px 1px 1px #0D0D0D, 1px -1px 1px #0D0D0D, -1px -1px 1px #0D0D0D, 1px 0px 1px #0D0D0D, 0px 1px 1px #0D0D0D, -1px 0px 1px #0D0D0D, 0px -1px 1px #0D0D0D;
}


.info_box_title .number {
    width: 60px;
    height: 60px;
    background-color: #d50000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 15px;
    padding-bottom: 0;
    border-radius: 0;
    font-family: 'Roboto';
    padding-top: 2px;
    padding-left: 3px;
}
.info_box_text {
    font-size: 18px;
    width: 100%;
    padding-right: 0;
    margin-bottom: 2.5vw;
}
.info_box_img {
    font-size: 18px;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.info_box_img.table {
    padding: 40px 0px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.info_table_button {
    border-radius: 50px;
    background-color: rgb(51,51,51);
    color: #fff;
    margin-bottom: 35px;
    transition: all .3s;
    padding: 2px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.info_table_button ul.flex li {
    text-align: center;
    width: 50%;
    padding: 15px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    color: #fff;
    transition: all 0.3s ease;
    font-weight: 600;
}
.info_table_button ul.flex li.active {
    color: rgb(51,51,51);
    transition: all 0.3s ease;
}

.info_table_button ul {
    position: relative;
    transition: all .5s;
}
.info_table_button ul::before {
    content: "";
    width: 50%;
    position: absolute;
    background-color: #fff;
    height: 100%;
    border-radius: 50px;
    left: 0;
    transition: left 0.3s ease;
}
.info_table_button.active ul::before {
    left: 50%;
    transition: left 0.3s ease;
}
.flow_list {
    border-left: 14px solid rgba(213,0,0,.3);
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 60px;
    max-width: 1000px; 
  margin-right: auto;
  margin-left: auto;
}
.flow_list > li {
    background-color: #fff5f3;
    list-style: none;
    margin-bottom: 30px;
    min-height: 150px;
    position: relative;
    padding: 60px 0px 45px 80px;
}
.flow_list > li:last-child {
    margin-bottom: 0;
}
.flow_list > li::before {
    content: '';
    display: inline-block;
    width: 123px;
    height: 123px;
    background-size: contain;
    position: absolute;
    top: -20px;
    left: -69px;
    z-index: 2;
    background-color: #d50000;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
}
.flow_list > li:nth-child(1)::before {
    background-image: url(../image/mail.png);
}
.flow_list > li:nth-child(2)::before {
    background-image: url(../image/card.png);
    background-size: 85%;
}
.flow_list > li:nth-child(3)::before {
    background-image: url(../image/document.png);
    background-size: 85%;
}
.flow_list > li:nth-child(4)::before {
    background-image: url(../image/money.png);
    background-size: 90%;
}




.flow .inner {
    max-width: 1100px;
}
.flow_list_title {
    width: 35%;
    font-size: 1.5em;
    font-weight: 600;
    position: relative;
}
.flow_text {
    width: 65%;
    font-size: 18px;
    padding-right: 30px;
}
.flow_list_title .flow_step {
    display: block;
    border-radius: 5px;
    background-color: #fed416;
    color: #333;
    width: fit-content;
    padding: 3px 5px 0px;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: 'Roboto';
    position: absolute;
    top: -30px;
}
.flow_list_title .flow_step .number {
    font-size: 1.2em;
    line-height: 1em;
    margin-left: 1px;
    font-family: 'Roboto';
    margin-left: 3px;
}
.flow_text a.cv_c {
    display: block;
    max-width: 300px;
    width: 100%;
    text-align: center;
    border: 1px solid #d50000;
    color: #d50000;
    border-radius: 50px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    position: relative;
  overflow: hidden;
  background-color: #fff;
}
.flow_text a.cv_c::before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    background-color: #d50000;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    margin: auto;
    transition: all .5s ease;
}
.flow_text a:hover {
    text-decoration: none;
}
.flow_text a span {
    position: relative;
    transition: all .5s ease;
}

.flow_text a:hover span {
    color: #fff;
    transition: all .5s ease;
}
.flow_text a.cv_c:hover::before {
    content: "";
    height: 100%;
    transition: all .5s ease;
}

.flow_list_title_list li {
    font-weight: 500;
    font-size: 14px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 30px;
    width: 25%;
    text-align: center;
}
.flow_list_title_list li img {
    margin-bottom: 10px;
    max-width: 200px;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.review {
    padding-top: 50px;
    padding-bottom: 50px;
}
.review_list {
    padding-left: 0;
    margin-bottom: 0;
    flex-wrap: wrap;
    margin-top: 2vw;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    color: #333;
    display: none;
}
.review_list.active {
    display: block;
}
.review_box {
    background-color: #d50000;
    color: #fff;
    padding: 50px 50px 30px;
    border-radius: 5px;
    margin-top: 2vw;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.review_list li {
    background-color: #fff;
    border-radius: 5px;
    color: #333;
    padding: 30px;
    margin-right: 4%;
    margin-bottom: 4%;
    width: 48%;
    align-items: center;
}
.review_list li:nth-child(2n) {
    margin-right: 0;
}
.review_img {
    width: 100%;
    max-width: 70px;
}
.review_text {
    width: calc(100% - 70px - 1.2vw);
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 400;
    margin-top: 15px;
    margin-left: auto;
}
.review_menu {
    padding-left: 0;
    margin-bottom: 0;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5em;
    font-weight: 500;
}
.review_menu li {
    list-style: none;
    width: 33.33333%;
    border-right: 2px solid #fff;
    text-align: center;
    position: relative;
}
.review_menu li a {
    color: #fff;
}
.review_menu li.active a {
    color: #fed416;
}
.review_menu li.active {
    position: relative;
}
.review_menu li.active::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.review_menu li:last-child {
    border-right: none;
}




.review_box h2 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 2vw;
    letter-spacing: 0.05em;
    font-size: 2.5em;
    font-weight: 500;
    padding-bottom: 25px;
    position: relative;
}
.review_box h2::before {
    content: "";
    width: 4vw;
    height: 3px;
    background-color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}


.question {
    padding-top: 100px;
    padding-bottom: 100px;
}

.question_title p {
width: fit-content;
  padding-right: 1vw;
  padding-left: 1vw;
  font-size: 4em;
  font-weight: 900;
  color: #fff;
  background-color: rgb(51,51,51,1);
  padding-top: .3vw;
  padding-bottom: .3vw;
  margin-bottom: 1vw;
}
.question_title {
    width: 40%;
}
.question_list {
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3vw;
}
.q {
    border-bottom: 2px solid #d50000;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
    display: flex;
  justify-content: left;
  align-items: center;
  cursor: pointer;
}
.q::before {
    content: "開く";
    position: absolute;
    background-color: #d50000;
    color: #fff;
    padding: 2px 4px 3px;
    border-radius: 3px;
    font-size: .6em;
    font-weight: 500;
    top: 0;
    bottom: 0;
    height: fit-content;
    margin: auto;
    margin-right: 1vw;
    right: 0;
    width: 45px;
  text-align: center;
}
.q::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border-right: 2px solid;
    color: #d50000;
    border-bottom: 2px solid;
    right: 3px;
    top: -2px;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: all .5s ease;
}
.q.active::after {
    top: 5px;
    transform: rotate(-135deg);
}

.q.active::before {
    content: "閉じる";
}

.a {
    display: none;
}
.q span {
    color: #d50000;
    font-size: 1.5em;
    margin-right: 15px;
    font-family: 'Roboto';
    line-height: 1em;
}
.qa {
    margin-bottom: 40px;
}
.a.active {
    display: block;
    margin-top: 10px;
    font-size: 15px;
}
.a.active .flex {
    flex-wrap: inherit;
}
.a .FaqSurvey {
    width: 100%;
    max-width: 800px;
    border: 1px solid #ccc;
    padding: 15px;
    padding-top: 5px;
}

.a .flex span {
    display: block;
    color: #d50000;
    font-size: 28.5px;
    margin-right: 15px;
    font-family: 'Roboto';
    line-height: 1em;
    font-weight: 500;
    padding-top: 2px;
}
.copyright {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 7px;
    text-align: center;
    font-weight: 600;
    background-color: #333;
    color: #fff;
}

footer {
    padding: 40px 0 0 0;
    background: #333;
  }
  
.footer-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}
  
.footer-body {
    margin: 0 0 33px;
    display: flex;
    justify-content: center;
}
  
.footer-body li {
    margin: 0 43px 0 0;
    list-style: none;
}
  
.footer-body li a {
    color: #ffffff;
    font-weight: 600;
}
  
.footer-body li:last-child {
    margin: 0;
}

.info_none {
    display: none;
}
.info_none.active {
    display: block;
}
.info_none table {
    width: 100%;
}
.info_none table th {
background-color: #153e5c;
color: #fff;
font-weight: 500;
}
.info_none table td {

}
.info_none table th,.info_none table td {
    padding: 15px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #ccc;
}
.info_box .flex.f_off {
    display: block;
}
.flow h2 {
    text-align: center;
    font-weight: 700;
    font-size: 2.5em;
    position: relative;
    padding-bottom: 25px;
}
.flow h2::before {
    content: "";
    width: 7vw;
    height: 3px;
    background-color: #d50000;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}
.ro {
    font-family: 'Roboto';
}
td .ro {
    font-size: 2.5em;
    font-weight: 700;
    color: #d50000;
}
td .after_text {
    font-size: 1.3em;
    font-weight: 700;
    color: #d50000;
    margin-left: 3px;
    padding-bottom: 14px;
}
.info_none h3 {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    margin-top: 45px;
    font-weight: 500;
    position: relative;
    padding: 20px;
    border: 2px solid;
    background-color: #fed416;
    background-image: url(../image/gold_8.png);
  background-size: contain;
  display: none;
}
.info_none h3::before {
    content: "";
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #333;
}
.info_none h3::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #f3d661;
}

.question h2 {
    text-align: center;
    font-weight: 700;
    font-size: 2.5em;
    position: relative;
    padding-bottom: 25px;
}
.question h2::before {
    content: "";
    width: 7vw;
    height: 3px;
    background-color: #d50000;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}
.cv_button_area {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
}
.cv_button_area .cv_button:hover {
bottom: -.5vw;
transition: all .15s ease-in;
}

.Buttons input {
    display: none;
}
.FaqSurvey {
    text-align: center;
    background-color: #fff;
    color: #333;
    padding: 25px;
    margin-top: 25px;
    border-radius: 5px;
    max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.sText {
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 1.5em;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.sText span {
    position: relative;
    background-color: #fff;
    padding-right: 20px;
  padding-left: 20px;
}
.sText::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #d50000;
    top: 5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}



.Buttons label {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
    width: 31.6%;
    margin-right: 2.5%;
    cursor: pointer;
    padding-top: 5px;
  padding-bottom: 5px;
}
.Buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    align-items: stretch;
    flex-wrap: wrap;
}
.FaqSurvey * {
font-family: "Noto Sans JP", sans-serif;
}
.Buttons label span {
    font-size: 2.3em;
    margin-right: 10px;
    padding-bottom: 2px;
    display: block;
}
.Buttons label:first-of-type {
    border-color: #ff5353;
}
.Buttons label:first-of-type span {
    color: #ff5353;
}
.Buttons label:nth-of-type(2) {
    border-color: #009542;
}
.Buttons label:nth-of-type(2) span {
    color: #009542;
}
.Buttons label:last-of-type {
    border-color: #5188fe;
    margin-right: 0;
}
.Buttons label:last-of-type span {
    color: #5188fe;
}
.Buttons label.disable {
    cursor: default;
    border-color: rgba(225,225,225,.8);
    color: rgba(150,150,150,1);
}
.Buttons label.disable span {
    color: rgba(150,150,150,1);
}
.info_box_number {
    font-family: 'Roboto';
    font-size: 1.8em;
    text-align: center;
    line-height: 1.8em;
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 400;
    background-color: #d50000;
    border: 2px solid;
    padding-bottom: 5px;
    position: absolute;
    left: -20px;
    top: -20px;
    border-radius: 2px;
    color: #fff;
}
.info_box_number b {
    font-weight: 400;
}
.info_box_number span {
    display: block;
    font-weight: 500;
    font-size: 2em;
}
.a.active .sText span {
    position: relative;
    background-color: #fff;
    padding-right: 0;
    padding-left: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: .6em;
    color: #333;
}
.a .sText::before {
    display: none;
}
.a .sText {
    margin-bottom: 15px;
    margin-top: 0;
}
.a_text {
    width: 100%;
    font-size: 16px;
}
.cv .inner {
    max-width: 900px;
}
.head_number_text {
    text-align: center;
    font-size: 2.3em;
    font-weight: 900;
    line-height: 1.6em;
}
.head_number_text .before_15em::before {
    -webkit-text-stroke-width: 3px;
}
.head_number {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    padding-right: 125px;
    padding-left: 125px;
    max-width: 100%;
    position: relative;
}
.head_number::before {
    content: "";
    position: absolute;
    max-width: 80px;
    width: 30vw;
    height: 100%;
    background-image: url(../image/right_ranking.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    --tw-drop-shadow: drop-shadow(0.05em 0.05em 0px rgba(0,0,0,.3));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.head_number::after {
    content: "";
    position: absolute;
    max-width: 80px;
    width: 30vw;
    height: 100%;
    background-image: url(../image/left_ranking.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
  bottom: 0;
  margin: auto;
  --tw-drop-shadow: drop-shadow(0.05em 0.05em 0px rgba(0,0,0,.3));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-text1.small {
    font-size: 75%;
}
.drop-shadow-text1.big {
    font-size: 105%;
}
.gold_text .gradation_area  {
    width: 100%;
}
.gold_text .drop-shadow-text1  {
    width: 100%;
}
p.gold_text {
    font-size: 2em;
    font-weight: 700;
}
.info_none table th.w3 {
    width: 50%;
}
.info_none table th.w7 {
    width: 50%;
}
.fixed_cv a {
    position: fixed;
    right: 0;
    top: 15%;
    background-color: #d50000;
    border: 2px solid #fff;
    padding: 20px 12px;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 20px;
    border-right: none;
    padding-top: 25px;
    margin-right: auto;
  display: block;
}



.fixed_cv a:hover {
    text-decoration: none;
}
.fixed_cv a span {
    background-color: #fed416;
    writing-mode: horizontal-tb;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    font-size: 16px;
    margin: auto;
    top: -25px;
    border: 2px solid #fff;
}
.head_list .flex li {
    width: 180px;
    height: 180px;
    padding: 0;
    border-radius: 100%;
    overflow: hidden;
    background-image: url(../image/list_back.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
  justify-content: center;
  align-items: center;
}
.head_list {
    margin-top: 3vw;
    max-width: 580px;
    margin-right: auto;
    margin-left: auto;
}
.head_list_back {
    color: #fff;
    font-size: 1.3em;
    text-align: center;
    background-image: url(../image/gold14.png);
    background-size: contain;
    background-size: cover;
    background-position: center;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.list_before {
    font-family: "Zen Antique Soft", serif;
    display: block;
    margin-bottom: 5px;
}
.list_after {
    font-family: "Zen Antique Soft", serif;
    display: block;
    font-size: 3.5em;
    text-align: center;
    line-height: 1em;
    font-style: italic;
}
.list_after .after_text {
    font-size: .5em;
    margin-left: 2px;
}
.reason_img .flex {
    margin-top: 20px;
}
.reason_img .flex li {
animation: fluffy1 3s ease infinite;
}


@keyframes fluffy1 {
0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-15px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.review_age {
    margin-top: 10px;
    margin-bottom: 0;
}
.f_on .info_box_text {
    width: 60%;
}
.f_on .info_box_img {
    width: 40%;
    padding-left: 20px;
}
.review_good {
    color: rgb(250, 171, 0);
    overflow: hidden;
    position: absolute;
    top: 0;
  left: 0;
}
.review_bad {
color: rgba(200,200,200,1);
}
.review_all_star {
    position: relative;
    font-size: 1.5em;
    margin-left: 15px;
}
.review_all {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid rgba(200,200,200,.5);
  margin-top: 25px;
  padding-top: 7.5px;
  width: 100%;
}
.review_all_point {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    padding-left: 20px;
}
.review_all_number {
    color: rgb(250, 171, 0);
    overflow: hidden;
    font-size: 1.7em;
    font-weight: 500;
}
.v50 .review_good {
    width: 100%;
}
.v45 .review_good {
    width: 90%;
}
.v40 .review_good {
    width: 80%;
}
.v35 .review_good {
    width: 70%;
}
.v30 .review_good {
    width: 60%;
}
.v25 .review_good {
    width: 50%;
}
.v20 .review_good {
    width: 40%;
}
.v15 .review_good {
    width: 30%;
}
.v10 .review_good {
    width: 20%;
}
.v05 .review_good {
    width: 10%;
}
.v00 .review_good {
    width: 0%;
}
.review_all_point_detail {
    font-size: 15px;
    padding-right: 10px;
    border-right: 1px solid rgba(200,200,200,.5);
    padding-left: 10px;
    line-height: 1.2em;
}
.review_all_point_detail:last-child {
    padding-right: 0;
    border-right: none;
}
.review_all_point_detail span {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.1em;
}
.review_all_number span {
    font-size: .7em;
    margin-right: 10px;
    font-weight: 600;
}
.review_title {
    width: calc(100% - 70px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.review_title p {
    width: 100%;
    margin-bottom: 0;
}
.review_title_profile span {
    display: inline-block;
    font-size: 15px;
    padding-right: 10px;
    border-right: 1px solid rgba(200,200,200,.5);
    padding-left: 10px;
    line-height: 1.2em;
}
.review_title_profile span:first-child {
    padding-left: 0;
}
.review_title_profile span:last-child {
    border-right: none;
    padding-right: 0;
}
.review_title .a_center {
    padding-left: 1.2vw;
    width: 100%;
}
.review_title .a_center .review_title_text {
width: fit-content;
background-color: rgba(213,0,0,.2);
color: rgb(213, 0, 0);
font-weight: 600;
font-size: 1.3em;
padding-right: 10px;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-radius: 2px;
margin-bottom: 15px;
}
.voice_area::before {
    content: "";
    filter: blur(10px);
    width: 100%;
    position: absolute;
    height: 120%;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    background: linear-gradient(rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 1)); /* グラデーションの定義 */
}
.voice_area {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    right: 0;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.voice_click {
    color: #333;
    text-decoration: none;
    width: 100%;
    max-width: 300px;
    text-align: center;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.review_list.active.last {
    max-height: 230px;
}
.review_list.active.all:last-of-type {
    max-height: 100%;
}
.review_box .relative {
    overflow: hidden;
}
.voice_area.none {
    display: none;
}
.info_box_text b {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(70%,transparent),color-stop(70%,#efec61));
    background: linear-gradient(transparent 70%,#efec61 70%);
    font-weight: 600;
    color: #d50000;
}
.info_box_img ul.flex.item_list li {
    width: calc(16.66666% - 20px);
    margin-right: 20px;
}
.info_box_img ul.flex.item_list li:last-child {
    margin-right: 0;
}
.info_box_img ul.flex.item_list li:nth-child(7n) {
    margin-right: 0;
}
.info_box_img ul.flex.item_list {
    justify-content: center;
}
.review_click {
    color: #000;
    text-decoration: none;
    width: 100%;
    max-width: 500px;
    text-align: center;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 2px solid;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    font-size: 1.5em;
}
.review_form {
    color: #333;
    background-color: #fff;
    padding: 50px;
    margin-top: 50px;
    border-radius: 5px;
}
.info_box_text ul.list {
    margin-top: 30px;
    margin-bottom: 30px;
}
.info_box_text ul.list li {
    margin-bottom: 10px;
}
.info_box_text ul.list li:last-child {
    margin-bottom: 0;
}
.review_form h2 {
    text-align: center;
    font-weight: 500;
    font-size: 2.1em;
    position: relative;
    padding-bottom: 25px;
  }
  .review_form h2::before {
    content: "";
    width: 7vw;
    height: 3px;
    background-color: #d50000;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
  }
  .radio_star input {
    display: none;
  }
  .radio_star label {
    color: #c8c8c8;
    margin-bottom: 0;
    cursor: pointer;
  }
  .radio_star label:hover {
    color: #a2a2a2;
  }
  .radio_star {
    display: flex;
    font-size: 2.3em;
    position: relative;
    width: fit-content;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
}
  .review_form dl {
    display: flex;
  align-items: stretch;
  }
  .review_form dt {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 15px;
    position: relative;
    font-weight: 500;
  }
  .review_form dd {
    width: 70%;
    padding-left: 4em;
  }
  .radio_star.s1 label:nth-of-type(-n+1) {
    color: rgb(250, 171, 0);
  }
  .radio_star.s2 label:nth-of-type(-n+2) {
    color: rgb(250, 171, 0);
  }
  .radio_star.s3 label:nth-of-type(-n+3) {
    color: rgb(250, 171, 0);
  }
  .radio_star.s4 label:nth-of-type(-n+4) {
    color: rgb(250, 171, 0);
  }
  .radio_star.s5 label:nth-of-type(-n+5) {
    color: rgb(250, 171, 0);
  }
.re {
    background-color: #d50000;
    color: #fff;
    font-size: .8em;
    padding: 2px 5px;
    margin-right: 20px;
}
input[type=text] {
margin: 0;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 1.2em;
  border: 2px solid #ccc;
  text-align: left;
}
input[type=tel] {
    margin: 0;
      padding: 10px 15px;
      font-weight: 700;
      font-size: 1.2em;
      border: 2px solid #ccc;
      text-align: left;
}
textarea {
    margin: 0;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 1.2em;
    border: 2px solid #ccc;
    text-align: left;
    width: 100%;
    min-height: 150px;
    vertical-align: top;
}
.form_box {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(200,200,200,.5);
}
.form_box dl:last-child {
    margin-bottom: 0;
}
.attention {
    border: 1px solid #ccc;
    padding: 20px;
    height: 200px;
    overflow-y: scroll;
}
.attention ul {
    padding-left: 15px;
}
.attention_day {
    margin-top: 30px;
    text-align: right;
}
.review_bottom_text {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: .8em;
}
.tel_flex {
    position: relative;
    padding: 10px 0 15px;
    margin-top: 10px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: fit-content;
}
.tel_flex::before {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 2px solid #d50000;
    border-bottom: 2px solid #d50000;
    top: 0;
    right: 0;
    left: 0;
    height: 10px;
    margin: auto;
    display: none;
}
.tel_flex::after {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 2px solid #d50000;
    right: 0;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #d50000;
    height: 10px;
    margin: auto;
}
.tel_number_img {
    width: 60px;
}
.tel_number {
    width: calc(100% - 60px);
}
.custom_flex {
    display: flex;
    justify-content: space-between;
    animation: cubic-bezier;
}
.cv .inner {
    max-width: 1150px;
}
.cv .inner .custom_flex .tel_overflow {
    width: 49%;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    overflow: hidden;
    padding-bottom: .5vw;

    border-radius: 5px;
    transition: all .05s ease-in;
    position: relative;
}
.cv .inner .custom_flex .tel_overflow::before {
    content: "";
    width: 100%;
    bottom: 0;
    height: 1vw;
    position: absolute;
    background-color: #145380;
    border-radius: 0px 0px 5px 5px;
}


.cv .inner .custom_flex .tel_overflow .tel {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    overflow: hidden;
    border: 2px solid #fff;
    transition: all .15s ease-in;
}

.cv .inner  .custom_flex .cv_button_area {
    width: 49%;
    margin-right: 0;
  margin-left: 0;
  position: relative;
  padding-bottom: .5vw;
}
.cv .inner  .custom_flex .cv_button_area::before {
    content: "";
    background-color: #5a4a00;
    width: 100%;
    height: 1vw;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.cv .inner  .custom_flex .cv_button {
    height: 100%;
    margin-top: 0;
}
.tel_flex_text {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
}
.cv .inner .custom_flex .tel {
    background-color: #f60;
    border-bottom: .5vw solid #8f3a00;

    background: #1d89d7;
    border-bottom: .5vw solid #145380;
    bottom: 0;

}
.cv .inner .custom_flex .tel:hover {
bottom: -.5vw;
transition: all .15s ease-in;
}


.custom_flex .tel_number {
    color: #fff;
}
.custom_flex .tel_flex::after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.custom_cv_title {
    border-radius: 5px;
    text-align: center;
    font-size: 2em;
    color: #fff;
    margin-bottom: 30px;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 3px solid #fff;
    font-weight: 700;
}
.custom_cv_title::before {
    content: "";
    background-image: url(../image/mv_person.png);
    right: 10px;
    bottom: 0;
    width: 100%;
    position: absolute;
    background-size: contain;
    height: 200px;
    background-repeat: no-repeat;
    background-position: right;
}
.review_form .submit {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 500px;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    margin-top: 30px;
}
.review_form .submit input[type="submit"] {
    background-color: #fff;
    border: 2px solid #333;
    padding: 15px;
    max-width: 500px;
    width: 100%;
    color: #333;
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-color: transparent;
}
.review_form .submit:hover input[type="submit"] {
    color: #fff;
    transition: all .3s ease-in;
}
.review_form .submit::before {
    content: "";
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    margin: auto;
    background-color: #333;
    position: absolute;
    height: 0;
    transition: all .3s ease-in;
}
.review_form .submit:hover::before {
    height: 100%;
    transition: all .3s ease-in;
}


.review_click:hover {
    color: #fff;
    transition: all .3s ease-in;
}
.review_click span {
    position: relative;
}


.review_click::before {
    content: "";
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    margin: auto;
    background-color: #000;
    position: absolute;
    height: 0;
    transition: all .3s ease-in;
}
.review_click:hover::before {
    height: 100%;
    transition: all .3s ease-in;
}
.voice_click:hover {
    color: #fff;
    transition: all .3s ease-in;
}
.voice_click span {
    position: relative;
}

.voice_click::before {
    content: "";
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    margin: auto;
    background-color: #333;
    position: absolute;
    height: 0;
    transition: all .3s ease-in;
}
.voice_click:hover::before {
    height: 100%;
    transition: all .3s ease-in;
}
.review_form {
    display: none;
}
.review_form.active {
    display: block;
}
.review_click.none {
    display: none;
}
.triangle {
    padding-top: 100px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.triangle::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 100px 50vw 0 50vw;
    border-color: #d50000 transparent transparent transparent;
    transform: translateX(-50%);
}
body.hide {
    opacity: 0;
    overflow: hidden;
}
.pcH {
    display: none;
}
header .spH {
    width: 50%;
}
.tel_overflow a {
    text-decoration: none;
    display: block;
}
a:hover {
    text-decoration: none;
}
.contact_box {
    padding-right: 0;
    padding-left: 0;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #000;
    margin-top: 50px;
}
.contact_text {
    padding: 35px;
}


.contsSubbody {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-color: #d50000;
    border-radius: 5px;
    padding: 50px;
    margin-top: 50px;
}
.contsBody  {
    padding: 50px;
    background-color: #fff;
    border-radius: 5px;
}


.formTitle {
    padding-right: 0;
    padding-left: 0;
    width: 30%;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 15px;
  position: relative;
  font-weight: 500;
}
.formArea {
    padding-right: 0;
    padding-left: 20px;
    width: 70%;
}
.attention_fixed {
    position: fixed;
    right: 3%;
    bottom: 5%;
}
.row {
    margin-right: 0;
    margin-left: 0;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(200,200,200,.5);
}
input[type="number"] {
    margin: 0;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 1.2em;
    border: 2px solid #ccc;
    text-align: left;
    display: block;
}
input[type="email"] {
    margin: 0;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 1.2em;
    border: 2px solid #ccc;
    text-align: left;
    display: block;
}
input[type="tel"] {
    display: block;
}
.radio-group input {
    display: none;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 17px;
    padding-left: 30px;
    margin-top: 20px;
    position: relative;
}
input[type="checkbox"] + label::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid;
    top: 3px;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
}
input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 15px;
    top: 4px;
    transform: rotate(45deg);
    left: 5px;
}
input[type="checkbox"]:checked + label::before {
    width: 10px;
    height: 15px;
    border-right: 3px solid #d50000;
    border-bottom: 3px solid #d50000;
}
.contsBody .submit  {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 500px;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    margin-top: 30px;
}
.contsBody .submit::before {
    content: "";
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    margin: auto;
    background-color: #333;
    position: absolute;
    height: 0;
    transition: all .3s ease-in;
  }
.contsBody .submit input[type="submit"] {
    background-color: #fff;
    border: 2px solid #333;
    padding: 15px;
    max-width: 500px;
    width: 100%;
    color: #333;
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-color: transparent;
}
.contsBody .submit:hover::before {
    height: 100%;
    transition: all .3s ease-in;
  }
  .contsBody .submit:hover input[type="submit"] {
    color: #fff;
    transition: all .3s ease-in;
  }
  .contsBody label {
    cursor: pointer;
  }
  .radio-group label {
    background-color: #ffcfcf;
    color: #d50000;
    border: 2px solid #d50000;
    border-radius: 3px;
    font-size: 15px;
    padding: 10px;
    width: 23%;
  margin-right: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  text-align: center;
  min-height: 50px;
  }
  .radio-group input[type="radio"]:checked + label {
    background-color: #d50000;
    color: #fff;
  }


  .radio-group label:nth-of-type(4n) {
    margin-right: 0;
  }

  .radio-group {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: left;
  }
  .form-inline {
    width: fit-content;
    position: relative;
    max-width: 100%;
  }
  .form-inline input {
    padding-right: 40px;
  }
  .after_text_f {
    position: absolute;
    color: #d50000;
    font-weight: 500;
    font-size: 1.5em;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 48px;
    margin-top: 0;
  }
  select {
    margin: 0;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 1.2em;
    border: 2px solid #ccc;
    text-align: left;
    background-color: #fff;
  }
  .form_attention {
    margin-top: 10px;
  }
  .text_message.attention_text input {
    margin-top: 15px;
  }
  .text_message.attention_text {
    margin-top: 15px;
    display: none;
  }
  .text_message.attention_text.active {
    display: block;
  }
  .contact_title {
    text-align: center;
    background-color: #d50000;
    color: #fff;
    font-weight: 600;
    font-size: 1.5em;
    padding: 10px;
  }
  .popup_area.pcH  {
    display: none;
  }
  .contsSubbody  {
    margin-bottom: 50px;
  }
  .comit-bb h2 {
    text-align: center;
    font-weight: 700;
    font-size: 2.5em;
    position: relative;
    padding-bottom: 25px;
  }
  .comit-bb h2::before {
    content: "";
    width: 7vw;
    height: 3px;
    background-color: #d50000;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
  }
  .comit-bb {
    font-size: 16px;
  }
  .comit-bb .col-sm-offset-4 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 25px;
    float: none;
    padding-right: 0;
    padding-left: 0;
    position: relative;
  }
  .comit-bb .col-sm-offset-4 a {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    border-radius: 0;
    padding: 15px;
    transition: all .5s ease;  
    position: relative;
}
.comit-bb .col-sm-offset-4:hover a {
    color: #fff;
    transition: all .5s ease;  
}
  .comit-bb .col-sm-offset-4::before {
    content: "";
    width: 100%;
    background-color: #000;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: all .5s ease;  
  }
  .comit-bb .col-sm-offset-4:hover::before {
    height: 100%;
    transition: all .5s ease;  
  }
  .form_title {
    text-align: center;
    font-weight: 700;
    font-size: 2em;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
  .form_title::before {
    content: "";
    width: 7vw;
    height: 3px;
    background-color: #d50000;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
  }
.fixed_box a {
    position: fixed;
    top: 55%;
    right: 0;
    writing-mode: vertical-rl;
    background-color: #06c755;
    color: #fff;
    border: 2px solid #fff;
    padding: 20px 12px;
    font-size: 20px;
    padding-top: 25px;
    border-right: none;
    margin-right: auto;
  display: block;
}
.fixed_box a img {
    writing-mode: horizontal-tb;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    font-size: 16px;
    margin: auto;
    top: -25px;
    border: 2px solid #fff;
}

.time {
  position: relative;
  padding-top: 5%;
}

.time-contents {
  width: 45%;
  height: 16em;
  background-color: #555555;
  padding: 0px;
  margin: 0 auto 3%;
  position: relative;
}

.time-logo {
  position: absolute;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.3em;
  color: #FFFFFF;
  top: 0.5em;
  width: 100%;
  height: 100%;
  font-size: 2em;
}

.time-contents2 {
  position: absolute;
  top: 30%;
  left: 1em;
  width: 100%;
  height: 100%;
}

.time-text {
  position: relative;
  width: 95.5%;
  border: solid 1px;
  background-color: #717171;
  padding: 0px;
  overflow: hidden;
  height: 60%;
}

.time-text p {
  position: relative;
  z-index: 1;
  font-size: 5em;
  color: #FFF33B;
  text-shadow: 0 0 20px;
  white-space: nowrap;
  line-height: 0px;
  text-align: center;
  align-content: center;
  height: 100%;
}

.time-text a{
    color:inherit;
    text-decoration: none;
}
.time-dots{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient( #0000 0 1px, rgba(41, 41, 41, 0.67) 1px );
    pointer-events: none;
    background-size: 3px 3px;
    content: '';
}

.blinking {
animation: blinking 0.75s ease-in-out infinite alternate;
}

@keyframes blinking {
0% {opacity: 0;}
100% {opacity: 1;}
}

@media screen and (max-width: 768px) {
.time-contents {
  width: 95%;
  height: 12em;
}
.time-logo {
  font-size: 6vw;
}
.time-contents2 {
  top: 35%;
}
.time-text {
  width: 90%;
  height: 55%;
}
.time-text p {
  font-size: 15vw;
}
  .time {
    padding-top: 23%;
    padding-bottom: 23%;
  }
}


#site-top__security {
  padding: 50px 0 200px;
}


.TopFeatures__inner {
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    border: 5px solid #1b1b1b;
    box-shadow: 10px 10px 0 #1b1b1b;
}

@media (min-width: 768px) {
    .TopFeatures__inner {
        width: 900px;
        padding: 4.1875rem 70px 4.6875rem;
        border-radius: 0px;
        margin: 0% auto;
    }
}

.TopFeatures__inner>h2:first-child {
    margin: 0;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 768px) {
    .TopFeatures__inner>h2:first-child {
        margin-bottom: 1.5rem;
        font-size: 2.25rem;
        line-height: 1.5;
    }
}

.TopFeatures__inner>p {
    margin-top: .625rem;
    font-size: 3.7vw;
    line-height: 1.8125;
    font-weight: 700;
}

@media (min-width: 768px) {
    .TopFeatures__inner>p {
        text-align: center;
        font-size: 1.3em;
    }
}

.TopFeatures__items {
  padding: 0;
  position: relative;
  align-content: center;
  text-align: center;
}

@media (min-width: 768px) {
    .TopFeatures__items {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 2.5rem -20px 0;
        justify-content: space-around;
    }
}

.TopFeatures__items>section {
    margin: 2.1875rem 0 0;
    position: relative;
}

.feature-btn::before {
  content: "";
  background: url(../image/tap.png);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -10%;
  right: 0%;
  z-index: 0;
  width: 200px;
  height: 100px;
  background-size: 70%;
}

@media (min-width: 768px) {
    .TopFeatures__items>section {
        width: 425px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 768px) {
    .TopFeatures__items>section>.feature-btn {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        min-height: calc(100px + 5.25rem);
        cursor: pointer;
        width: 100%;
    }
}

.TopFeatures__items>section>.feature-btn>img {
    display: block;
    width: 100px;
    height: auto;
    margin: 0 auto;
}

.TopFeatures__items>section>.feature-btn>h3 {
    margin: .75rem 0 0;
    font-weight: 700;
    font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Meiryo, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 4.5vw;
    line-height: 1.5;
    text-align: center;
}

@media (min-width: 768px) {
    .TopFeatures__items>section>.feature-btn>h3 {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 4.5rem;
        font-size: 1.5rem;
    }
}

.TopFeatures__items > section > .feature-text {
  display: none;
  border: 2px solid #333;
  border-radius: 10px;
  padding: 0.8rem 1rem;
  background-color: #fff;
  position: relative;
  font-size: 1.259rem;
}
.TopFeatures__items > section > .feature-text::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
  transform: translateX(-50%);
}
.TopFeatures__items > section > .feature-text::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  transform: translateX(-50%);
}
.feature-btn {
  text-align: left;
  padding: 10px;
  font-size: 1.2rem;
  cursor: pointer;
  background-color: white;
  border: none;
  border-radius: 0;
  margin-left: 1%;
  margin-right: 1%;
  font-size: 4vw;
}

.feature-text {
  display: none;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 5px;
  margin-top: 5px;
  background-color: #fff;
}

.feature-text.is-visible {
  display: block !important;
}

@media (max-width: 768px) {
#site-top__security {
  padding: 10px 0 30px;
}
.TopFeatures__items > section > .feature-text {
  font-size: 3.7vw;
}
}