/* Box sizing rules */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* style */
li {
  list-style: none;
}

a {
  text-decoration: none;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

html {
  height: 100%;
  font-size: 16px;
  font-weight: 300;
  background: #fff;
}
html.no-scroll {
  overflow: hidden !important;
}
html:focus-within {
  scroll-behavior: auto;
}

body {
  font-family: "Noto Sans JP", serif;
  color: #000000;
  background: #FFEE5C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  scroll-behavior: auto;
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}
body.home {
  padding-top: 0;
}
body main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFEE5C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body main .bg_mainsec {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

ul {
  padding-left: 0;
  margin: 0;
}

li {
  letter-spacing: 0;
}

dd,
dt {
  letter-spacing: 0;
}

th,
td {
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  border: none;
}

option {
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
}

input {
  border: none;
}

table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-all;
  border-collapse: collapse;
}

a {
  color: #000000;
}

header {
  width: 100%;
  height: 110px;
  background: #FFEE5C;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  header {
    height: 60px;
  }
}
header.header_scroll {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
header.header_scroll.is-visible {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
header .header_inner {
  width: 100%;
  height: 100%;
  padding: 0 1.15rem;
  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;
}
@media screen and (max-width: 768px) {
  header .header_inner {
    padding: 0 0.94rem;
  }
}
header .header_inner .header_logo {
  width: 60%;
  max-width: 385px;
  height: auto;
}
header .header_inner .header_logo img {
  width: 100%;
  height: auto;
}
header .header_inner .header_main_cont_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header_inner .header_main_cont_wrap .header_nav_btn_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header_inner .header_main_cont_wrap .header_nav_btn_wrap ul .btn_contact {
  width: 180px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.875rem 1.5rem;
  font-weight: 700;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F39800;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  header .header_inner .header_main_cont_wrap .header_nav_btn_wrap ul .btn_contact {
    width: auto;
    padding: 0.5rem;
  }
  header .header_inner .header_main_cont_wrap .header_nav_btn_wrap ul .btn_contact::before {
    content: "";
    width: 1.65rem;
    height: 1.65rem;
    background: url("../images/icon/contact.svg") no-repeat center center/contain;
  }
}
header .header_inner .header_main_cont_wrap .header_nav_btn_wrap ul .btn_contact::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  header .header_inner .header_main_cont_wrap .header_nav_btn_wrap ul .btn_contact::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .header_inner .header_main_cont_wrap .header_nav_btn_wrap ul .btn_contact span {
    display: none;
  }
}

footer {
  background: #fff;
  padding: 2rem 0;
}
footer .footer_inner {
  width: 90%;
  max-width: 1200px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
footer .footer_inner .footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
footer .footer_inner .footer_nav ul li {
  font-size: 0.875rem;
  font-weight: 500;
}

.page_main_ttl_wrap {
  width: 100%;
  padding: 110px 0;
  background: url("../images/common/bg_page_ttl.png") repeat center top/cover;
}
@media screen and (max-width: 768px) {
  .page_main_ttl_wrap {
    padding: 60px 0;
  }
}
.page_main_ttl_wrap .page_main_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.page_main_ttl_wrap .page_main_ttl .eng {
  font-size: 20px;
  font-weight: 700;
}
.page_main_ttl_wrap .page_main_ttl .jp {
  font-size: 32px;
  font-weight: 700;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

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

.sec {
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 2rem 0;
  }
}

.container {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

.bg_mainsec {
  background: url("../images/bg_mainsec.png") repeat center top/120%;
}

.bg_giguzagu {
  position: relative;
}
.bg_giguzagu::before {
  content: "";
  width: 100%;
  background: linear-gradient(45deg, #FFEE5C 50%, transparent 52%), linear-gradient(315deg, #FFEE5C 50%, transparent 52%);
  background-size: 30px 30px;
  height: 30px;
  position: absolute;
  top: -30px;
}

.sec_main_ttl {
  text-align: center;
  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;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 900;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .sec_main_ttl {
    font-size: 1.65rem;
  }
}

.sec_sub_ttl {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sec_sub_ttl {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}

.main_des {
  font-weight: 700;
}

.text_center {
  text-align: center;
}

.text_bold {
  font-weight: 700;
}

.notice {
  font-size: 0.875rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .notice {
    font-size: 0.75rem;
  }
}

.btn_wrap {
  text-align: center;
}

.btn_flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.btn_main {
  width: 100%;
  max-width: 500px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.875rem 1rem;
  font-weight: 700;
  color: #C7000B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 5px solid #C7000B;
  -webkit-box-shadow: 0 5px 0 #C7000B;
          box-shadow: 0 5px 0 #C7000B;
  border-radius: 30px;
  position: relative;
}
.btn_main::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #C7000B;
  border-bottom: 2px solid #C7000B;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
}

.btn_login {
  width: 100%;
  max-width: 500px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.875rem 1rem;
  font-weight: 700;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000000;
  border: 5px solid #000000;
  -webkit-box-shadow: 0 5px 0 #F39800;
          box-shadow: 0 5px 0 #F39800;
  border-radius: 30px;
  position: relative;
}
.btn_login::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
}

.btn_black {
  width: 100%;
  max-width: 500px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.875rem 1rem;
  font-weight: 700;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000000;
  border: 5px solid #000000;
  border-radius: 30px;
  position: relative;
}

.btn_back {
  width: 100%;
  max-width: 500px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.875rem 1rem;
  font-weight: 700;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 3px solid #000000;
  border-radius: 30px;
  position: relative;
}

.btn_orange {
  width: 100%;
  max-width: 500px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.875rem 1rem;
  font-weight: 700;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F39800;
  border-radius: 5px;
  position: relative;
}
.btn_orange::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
}

.btn_red {
  width: 100%;
  max-width: 500px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.875rem 1rem;
  font-weight: 700;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #C7000B;
  border-radius: 50px;
}

.text_link {
  font-weight: 700;
}

.form_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.88rem;
}
.form_parts dt {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 700;
}
.form_parts dt .required {
  color: #ff0000;
}
.form_parts dd {
  width: 100%;
}

.form_control {
  width: 100%;
  min-height: 3rem;
  padding: 0.875rem 0.9375rem;
  background: #fff;
  border-radius: 0.3125rem;
  border: 1px solid #ccc;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}
.form_control::-webkit-input-placeholder {
  color: #ccc;
}
.form_control::-moz-placeholder {
  color: #ccc;
}
.form_control:-ms-input-placeholder {
  color: #ccc;
}
.form_control::-ms-input-placeholder {
  color: #ccc;
}
.form_control::placeholder {
  color: #ccc;
}
.form_control:-webkit-autofill {
  background: #fff;
  -webkit-box-shadow: 0 0 0px 100px #fff inset;
          box-shadow: 0 0 0px 100px #fff inset;
  -webkit-text-fill-color: #000 !important;
}

.form_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.alert {
  text-align: center;
  padding: 5px 0;
  font-weight: 600;
  border: 1px solid transparent;
  font-size: 1.5rem;
}
.alert.alert_success {
  color: #155724;
  background: #d4edda;
  border-color: #c3e6cb;
}
.alert.alert_info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert.alert_warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert.alert_danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* =============================================
page
============================================= */
.sec_mv {
  width: 100%;
  background: url("../images/bg_mainkv.png") no-repeat center top/cover;
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  .sec_mv {
    background: url("../images/bg_mainkv_sp.png") no-repeat center center/cover;
  }
}
@media screen and (max-width: 768px) {
  .sec_mv {
    padding-top: 3rem;
  }
}
.sec_mv .mv_inner {
  width: 100%;
  position: relative;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .sec_mv .mv_inner {
    padding-bottom: 3rem;
  }
}
.sec_mv .mv_inner .mv_main_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_mv .mv_inner .mv_main_wrap {
    max-width: 500px;
  }
}
.sec_mv .mv_inner .mv_main_wrap .mv_cc_box {
  width: 70vw;
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec_mv .mv_inner .mv_main_wrap .mv_cc_box {
    width: 80%;
    max-width: 450px;
  }
}
.sec_mv .mv_inner .mv_main_wrap .mv_cc_box .main_tll {
  width: 100%;
  margin-bottom: 1rem;
}
.sec_mv .mv_inner .mv_main_wrap .mv_cc_box .main_tll img {
  width: 100%;
}
.sec_mv .mv_inner .mv_main_wrap .mv_cc_box .sub_ttl {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec_mv .mv_inner .mv_main_wrap .mv_cc_box .sub_ttl {
    font-size: 0.875rem;
  }
}
.sec_mv .mv_inner .mv_main_wrap .mv_p01_pc {
  width: 150px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1110px) {
  .sec_mv .mv_inner .mv_main_wrap .mv_p01_pc {
    left: -5%;
  }
}
.sec_mv .mv_inner .mv_main_wrap .mv_p01_01_sp {
  width: 47px;
  position: absolute;
  right: 0;
  bottom: 25%;
}
.sec_mv .mv_inner .mv_main_wrap .mv_p01_02_sp {
  width: 60px;
  position: absolute;
  left: 0;
  bottom: 25%;
}
.sec_mv .mv_inner .mv_main_wrap .mv_p02 {
  width: 240px;
  position: absolute;
  bottom: -60%;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1110px) {
  .sec_mv .mv_inner .mv_main_wrap .mv_p02 {
    width: 200px;
  }
}
.sec_mv .mv_count_container {
  width: 100%;
  height: 350px;
  background: #fff;
  padding: 3rem 0 2rem;
  border-radius: 100% 100% 0 0;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_mv .mv_count_container {
    height: 470px;
    overflow: hidden;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 30% 30% 0 0;
  }
}
.sec_mv .mv_count_container .count_ttl {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_mv .mv_count_container .count_ttl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec_mv .mv_count_container .count_ttl .sub {
  font-size: 2rem;
  display: block;
}
.sec_mv .mv_count_container .count_ttl .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0;
  gap: 0.5rem;
}
.sec_mv .mv_count_container .count_ttl .main .count_day {
  font-size: 1000;
  font-size: 5rem;
  display: block;
}
.sec_mv .mv_count_container .btn_wrap {
  width: 100%;
  margin: 3rem 0;
}
.sec_mv .mv_count_container .btn_wrap.result {
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .sec_mv .mv_count_container .btn_wrap {
    position: absolute;
    top: 130px;
    width: 80%;
  }
  .sec_mv .mv_count_container .btn_wrap.result {
    top: 95px;
  }
}
.sec_mv .mv_count_container .mv_p02 {
  width: 200px;
  position: absolute;
  bottom: -270px;
}

.sec_p01 .benefit_cont_wrap {
  margin-top: 1rem;
}
.sec_p01 .benefit_cont_wrap .benefit_box {
  background: #fff;
  border: 10px solid #F39800;
  border-radius: 50px 0 50px 0;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .sec_p01 .benefit_cont_wrap .benefit_box {
    padding: 2rem 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec_p01 .benefit_cont_wrap .benefit_box .cont_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .sec_p01 .benefit_cont_wrap .benefit_box .cont_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sec_p01 .benefit_cont_wrap .benefit_box .cont_wrap .ttl {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .sec_p01 .benefit_cont_wrap .benefit_box .cont_wrap .ttl {
    font-size: 1.2rem;
  }
}
.sec_p01 .benefit_cont_wrap .benefit_box .cont_wrap dl {
  margin-bottom: 1rem;
}
.sec_p01 .benefit_cont_wrap .benefit_box .cont_wrap dl dt {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.sec_p01 .benefit_cont_wrap .benefit_box .cont_wrap dl dd {
  width: 80%;
  max-width: 230px;
}
.sec_p01 .benefit_cont_wrap .benefit_box .cont_wrap dl dd img {
  width: 100%;
}
.sec_p01 .benefit_cont_wrap .benefit_box .cont_wrap .badge_box {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sec_p01 .benefit_cont_wrap .benefit_box .cont_wrap .badge_box img {
  width: 50%;
  max-width: 100px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .sec_p01 .benefit_cont_wrap .benefit_box .cont_wrap .badge_box img {
    width: 80px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.sec_p01 .benefit_cont_wrap .benefit_box .img_wrap {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .sec_p01 .benefit_cont_wrap .benefit_box .img_wrap {
    width: 100%;
  }
}
.sec_p01 .benefit_cont_wrap .benefit_box .img_wrap img {
  width: 100%;
}

.sec_p02 .banner_col_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.sec_p02 .banner_col_wrap .banner_col {
  border: 3px solid #000000;
}
.sec_p02 .banner_col_wrap .banner_col a {
  display: block;
  width: 100%;
}
.sec_p02 .banner_col_wrap .banner_col a img {
  width: 100%;
}

.sec_p03 {
  padding-bottom: 5rem;
}
.sec_p03 .outline_wrap {
  border-top: 1px solid #000000;
  margin-bottom: 2rem;
}
.sec_p03 .outline_wrap .outline_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .sec_p03 .outline_wrap .outline_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.875rem;
  }
}
.sec_p03 .outline_wrap .outline_item dt {
  background: #000000;
  padding: 0.3rem;
  width: 200px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 0.875rem;
}
.sec_p03 .outline_wrap .outline_item dd {
  font-weight: 700;
  font-size: 0.875rem;
}

.account_col_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.account_col_wrap .account_col {
  position: relative;
  background: #fff;
  border: 3px solid #000000;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .account_col_wrap .account_col {
    padding: 0.875rem;
    gap: 0.75rem;
  }
}
.account_col_wrap .account_col .ranking {
  position: absolute;
  top: -34px;
  left: -34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  font-size: 2rem;
  font-weight: 900;
  color: #000;
  background: #dadada;
  border: 3px solid #000;
}
.account_col_wrap .account_col .ranking.first {
  background: #F3CC4F;
}
.account_col_wrap .account_col .ranking.second {
  background: #B9B0AD;
}
.account_col_wrap .account_col .ranking.third {
  background: #B6754E;
}
.account_col_wrap .account_col .account_top_box {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  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;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .account_col_wrap .account_col .account_top_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
}
.account_col_wrap .account_col .account_top_box .ttl_box {
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.account_col_wrap .account_col .account_top_box .account_name a[target=_blank] {
  padding-right: 32px;
  background: url(/images/icon/link_blank.svg) right center/22px auto no-repeat;
}
@media screen and (max-width: 768px) {
  .account_col_wrap .account_col .account_top_box .btn_box {
    width: 100%;
  }
}
.account_col_wrap .account_col .account_top_box .btn_vote_mini {
  width: 150px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.875rem 1.5rem;
  font-weight: 700;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #C7000B;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .account_col_wrap .account_col .account_top_box .btn_vote_mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.account_col_wrap .account_col .account_top_box .btn_vote_mini::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
}
.account_col_wrap .account_col .account_top_box .btn_vote_mini.disable {
  background: gray;
}
.account_col_wrap .account_col .account_main_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .account_col_wrap .account_col .account_main_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
}
.account_col_wrap .account_col .account_main_box .l_box {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .account_col_wrap .account_col .account_main_box .l_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
  }
}
.account_col_wrap .account_col .account_main_box .l_box .x_icon {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .account_col_wrap .account_col .account_main_box .l_box .x_icon {
    width: 80px;
    height: 80px;
  }
}
.account_col_wrap .account_col .account_main_box .l_box .x_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.account_col_wrap .account_col .account_main_box .r_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.account_col_wrap .account_col .account_btm_box {
  width: 100%;
}
.account_col_wrap .account_col .x_follow_box {
  font-weight: 700;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .account_col_wrap .account_col .x_follow_box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.account_col_wrap .account_col .x_follow_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .account_col_wrap .account_col .x_follow_box ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.sec_default .border_block {
  background: #fff;
  border: 10px solid #F39800;
  border-radius: 50px 0 50px 0;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  .sec_default .border_block {
    padding: 3rem 0.875rem;
  }
}
.sec_default .btn_wrap {
  margin: 2rem 0;
}
.sec_default .sec_para {
  margin-bottom: 2rem;
}
.sec_default .sec_default_main_ttl {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.sec_default p {
  font-size: 1rem;
  font-weight: 300;
}
.sec_default ol ul {
  padding-left: 2rem;
  margin: 1.5rem 0;
}
.sec_default ol ul li {
  list-style: disc;
}/*# sourceMappingURL=user_style.css.map */