@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bungee+Outline&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap");
body {
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

ol,
ul {
  list-style: none;
}

img {
  vertical-align: bottom;
}

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

picture {
  display: block;
}

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

.sec_fee_system .wrap_fee_system_detail .inr_dl_site dt .ttl_site_contents img, .sec_feature .wrap_clm_cnt .clm_cnt .inr_clm_cnt .img_clm_cnt img, .sec_copy .cntr img, .sec_point .ttl_point img, .mv .mv_scroll img, .ttl_cmn img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

@media only screen and (min-width:768px), print {
  .scroll .gheader .inr {
    height: 60px;
  }
}
@media only screen and (min-width:768px), print {
  .scroll .gheader .inr .logo img {
    max-height: 40px;
  }
}
@media only screen and (min-width:768px), print {
  .scroll .btn_contact a {
    height: 60px;
  }
  .scroll .btn_contact a img {
    max-width: none;
    width: auto;
    max-height: 25px;
  }
  .scroll .btn_contact a .btn_contact_txt {
    margin-top: 5px;
    letter-spacing: 0.03em;
  }
}
@media only screen and (min-width:768px), print {
  .scroll .ham_btn {
    height: 60px;
  }
}
@media only screen and (min-width:768px) and (min-width:768px), print {
  .scroll .ham_btn .ham_icon_txt {
    padding-top: 38px;
  }
}
@media only screen and (min-width:768px), print {
  .scroll .ham_btn .ham_icon {
    top: 20px;
    width: 32px;
    height: 2px;
    margin-left: -16px;
  }
  .scroll .ham_btn .ham_icon:before, .scroll .ham_btn .ham_icon:after {
    width: 32px;
    height: 2px;
    margin-left: -16px;
  }
  .scroll .ham_btn .ham_icon:before {
    margin-top: -11px;
  }
  .scroll .ham_btn .ham_icon:after {
    margin-top: 9px;
  }
}

.gheader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}
.gheader .inr {
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  height: 50px;
}
@media only screen and (min-width:768px), print {
  .gheader .inr {
    height: 100px;
    padding-left: 2%;
  }
}
.gheader .logo {
  line-height: 1;
}
.gheader .logo img {
  transition-property: max-height;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  max-width: 60%;
  height: auto;
}
@media only screen and (min-width:768px), print {
  .gheader .logo img {
    max-width: 100%;
    max-height: 59px;
  }
}
.gheader .gnav {
  display: none;
}
@media only screen and (min-width:768px), print {
  .gheader .gnav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.gheader .gnav a {
  display: none;
  transform: rotate(0.03deg);
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
}
@media only screen and (min-width:576px), print {
  .gheader .gnav a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:768px), print {
  .gheader .gnav a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:1040px) {
  .gheader .gnav a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.gheader .gnav a + a {
  margin-left: 50px;
}
.gheader .gnav a:last-child {
  margin-right: 150px;
}
@media only screen and (min-width: 1650px) {
  .gheader .gnav a {
    position: relative;
    display: block;
  }
  .gheader .gnav a:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  .gheader .gnav a:hover {
    text-decoration: none;
  }
  .gheader .gnav a:hover:after {
    transform: scale(1, 1);
  }
}

.btn_contact {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 50px;
}
@media only screen and (min-width:768px), print {
  .btn_contact {
    right: 0;
  }
}
.btn_contact a {
  transition-property: height, background;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #000;
}
.btn_contact a:hover {
  text-decoration: none;
}
@media only screen and (min-width:768px), print {
  .btn_contact a:hover {
    background-color: #333;
  }
}
@media only screen and (min-width:768px), print {
  .btn_contact a {
    width: 100px;
    height: 100px;
    padding: 0;
  }
}
.btn_contact img {
  transition-property: max-height;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  display: block;
  height: 18px;
}
@media only screen and (min-width:768px), print {
  .btn_contact img {
    max-width: 100%;
    height: auto;
    max-height: 72px;
  }
}
.btn_contact .btn_contact_txt {
  display: none;
}
@media only screen and (min-width:768px), print {
  .btn_contact .btn_contact_txt {
    transition-property: margin;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    display: block;
    margin-top: 12px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
}

.ham_body_on {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
.ham_body_on .ham {
  right: var(--sb, 0px);
}
@media only screen and (min-width:768px), print {
  .ham_body_on .ham {
    right: calc(var(--sb, 0px) + 100px);
  }
}
.ham_body_on .btn_contact {
  right: calc(var(--sb, 0px) + 50px);
}
@media only screen and (min-width:768px), print {
  .ham_body_on .btn_contact {
    right: var(--sb, 0);
  }
}
.ham_body_on .ham_menu {
  padding-right: var(--sb, 0px);
}

.ham {
  overflow: hidden;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
}
@media only screen and (min-width:768px), print {
  .ham {
    right: 100px;
  }
}
@media only screen and (min-width: 1650px) {
  .ham {
    display: none;
  }
}
.ham.ham_on .ham_icon {
  background: transparent;
}
.ham.ham_on .ham_icon:before, .ham.ham_on .ham_icon:after {
  margin-top: 0;
}
.ham.ham_on .ham_icon:before {
  transform: rotate(-45deg);
}
.ham.ham_on .ham_icon:after {
  transform: rotate(-135deg);
}

.ham_btn {
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 5px 10px;
  background-color: #477aad;
  cursor: pointer;
}
@media only screen and (min-width:768px), print {
  .ham_btn {
    width: 100px;
    height: 100px;
    padding: 0;
  }
}

.ham_icon_txt {
  transition-property: padding;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  display: none;
  padding-top: 16px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .ham_icon_txt {
    display: block;
    padding-top: 64px;
  }
}
.ham_icon_txt img {
  max-width: 100%;
  height: auto;
}

.ham_icon {
  display: block;
  position: absolute;
  top: 24px;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  background-color: #fff;
  transition: 0.2s;
}
@media only screen and (min-width:768px), print {
  .ham_icon {
    transition: 0.5s;
    top: 35px;
    width: 40px;
    height: 3px;
    margin-left: -20px;
  }
}
.ham_icon:before, .ham_icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  background-color: #fff;
  transition: 0.3s;
}
@media only screen and (min-width:768px), print {
  .ham_icon:before, .ham_icon:after {
    width: 40px;
    height: 3px;
    margin-left: -20px;
  }
}
.ham_icon:before {
  margin-top: -8px;
}
@media only screen and (min-width:768px), print {
  .ham_icon:before {
    margin-top: -15px;
  }
}
.ham_icon:after {
  margin-top: 6px;
}
@media only screen and (min-width:768px), print {
  .ham_icon:after {
    margin-top: 11px;
  }
}

.ham_menu {
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #222;
  -webkit-overflow-scrolling: touch;
  transition: opacity;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
}
@media only screen and (min-width:768px), print {
  .ham_menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.ham_menu:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  opacity: 0.2;
  background: url(../img/common/bg_footer.jpg) no-repeat center center;
  background-size: cover;
  transition: opacity 0.5s;
}
.ham_menu .inr {
  position: relative;
  z-index: 9;
}
.ham_menu .inr .ham_nav {
  padding: 40px 30px 0;
}
@media only screen and (min-width:768px), print {
  .ham_menu .inr .ham_nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    padding: 0;
  }
  .ham_menu .inr .ham_nav > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .ham_menu .inr .ham_nav > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .ham_menu .inr .ham_nav > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .ham_menu .inr .ham_nav > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .ham_menu .inr .ham_nav > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .ham_menu .inr .ham_nav > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
.ham_menu .inr .ham_nav li {
  margin: 25px 0;
}
@media only screen and (min-width:768px), print {
  .ham_menu .inr .ham_nav li {
    margin: 30px 45px;
  }
}
.ham_menu .inr .ham_nav a {
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  transform: rotate(0.03deg);
  display: block;
}
@media only screen and (min-width:768px), print {
  .ham_menu .inr .ham_nav a {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .ham_menu .inr .ham_nav a:hover {
    color: #8df2ff;
    text-decoration: none;
  }
}
.ham_menu .inr .ham_nav a .en {
  font-family: "Bungee Outline", cursive;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
}
@media only screen and (min-width:768px), print {
  .ham_menu .inr .ham_nav a .en {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.ham_wall {
  position: absolute;
  z-index: -9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.ham_wall.ham_wall_on {
  z-index: 9999;
  opacity: 1;
}

.cntr {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width:768px), print {
  .cntr {
    max-width: 1140px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.copy small {
  display: block;
  padding: 2em 0;
  font-size: 12px;
  font-size: 1.2rem;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .copy small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ham_body_on #pagetop {
  opacity: 0;
}

#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999999;
}
#pagetop a {
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #477aad;
}
@media only screen and (min-width:768px), print {
  #pagetop a {
    width: 46px;
    height: 46px;
  }
}
#pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  transform: rotate(-45deg);
  color: #fff;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media only screen and (min-width:768px), print {
  #pagetop a:after {
    top: 20px;
    width: 16px;
    height: 16px;
  }
}
#pagetop a:hover {
  opacity: 0.7;
}

.opa,
.opa_group {
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.opa > *,
.opa_group > * {
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.opa > *:hover,
.opa_group > *:hover {
  opacity: 0.7;
  text-decoration: none;
}

.hover,
.hover_group a {
  text-decoration: none;
}
.hover:hover,
.hover_group a:hover {
  text-decoration: none;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  display: block;
  margin-top: 10px !important;
}

.mt1em {
  display: block;
  margin-top: 1em !important;
}

.mt2em {
  display: block;
  margin-top: 2em !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.wrap_iframe_gmap iframe {
  width: 100%;
  border: none;
}

.youtube_iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

img.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.js-fadein {
  will-change: opacity;
  opacity: 0;
  transition: 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-property: opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.js-fadein.active {
  opacity: 1;
}

.js-fadeInUp {
  will-change: transform;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition-delay: 0s;
  transition-duration: 0.8s;
  transition-property: opacity, transform;
}
.js-fadeInUp.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js-fadeInRight {
  will-change: transform;
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
  transition-delay: 0s;
  transition-duration: 0.8s;
  transition-property: opacity, transform;
}
.js-fadeInRight.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js-fadeInLeft {
  will-change: transform;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition-delay: 0s;
  transition-duration: 0.8s;
  transition-property: opacity, transform;
}
.js-fadeInLeft.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.br-xs-block {
  display: none;
}
@media only screen and (min-width:480px), print {
  .br-xs-block {
    display: inline-block;
  }
}

.br-sm-block {
  display: none;
}
@media only screen and (min-width:576px), print {
  .br-sm-block {
    display: inline-block;
  }
}

.br-md-block {
  display: none;
}
@media only screen and (min-width:768px), print {
  .br-md-block {
    display: inline-block;
  }
}

.br-lg-block {
  display: none;
}
@media only screen and (min-width:1040px) {
  .br-lg-block {
    display: inline-block;
  }
}

@media only screen and (min-width:375px), print {
  .br-xxs-none {
    display: none;
  }
}
@media only screen and (min-width:480px), print {
  .br-xs-none {
    display: none;
  }
}
@media only screen and (min-width:576px), print {
  .br-sm-none {
    display: none;
  }
}
@media only screen and (min-width:768px), print {
  .br-md-none {
    display: none;
  }
}
@media only screen and (min-width:1040px) {
  .br-lg-none {
    display: none;
  }
}
@media only screen and (max-width:575px) {
  .br-sm-min-none {
    display: none;
  }
}
.br-xs-min-block {
  display: none;
}
@media only screen and (max-width:479px) {
  .br-xs-min-block {
    display: inline-block;
  }
}

[class^=heading] + [class^=list__] {
  margin-top: 0;
}

[class^=list__]:first-child {
  margin-top: 0;
}
[class^=list__]:last-child {
  margin-bottom: 0;
}
[class^=list__] a {
  text-decoration: underline;
}
[class^=list__] a:hover {
  text-decoration: none;
}

.list_disc01 > li {
  position: relative;
  margin-bottom: 0.7em;
  padding-left: 1.3em;
  transform: rotate(0.03deg);
}
.list_disc01 > li:last-child {
  margin-bottom: 0;
}
.list_disc01 > li:before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0.5em;
  width: 5px;
  height: 5px;
  margin: auto;
  border-radius: 50%;
  background-color: #000;
}

.list_decimal01 {
  margin: 25px 0;
}
@media only screen and (min-width:768px), print {
  .list_decimal01 {
    margin: 40px 0;
  }
}
.list_decimal01 > li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 1.6em;
  counter-increment: count-number;
}
.list_decimal01 > li:last-child {
  margin-bottom: 0;
}
.list_decimal01 > li:before {
  content: counter(count-number) ".";
  position: absolute;
  top: 0;
  left: 0.25em;
  font-weight: bold;
}

.list__point {
  margin: 25px 0;
}
@media only screen and (min-width:768px), print {
  .list__point {
    margin: 40px 0;
  }
}
.list__point > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.2em;
  counter-increment: count-number;
}
.list__point > li:last-child {
  margin-bottom: 0;
}
.list__point > li:before {
  content: counter(count-number);
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
  background-color: #477aad;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.list_kome._s {
  font-size: 11px;
  font-size: 1.1rem;
  transform: rotate(0.03deg);
}
.list_kome > li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 1em;
}
.list_kome > li:last-child {
  margin-bottom: 0;
}
.list_kome > li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media print {
  body {
    min-width: 1024px !important;
  }
}
@media print {
  .wow {
    opacity: 1;
  }

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .visible-xs {
    display: none !important;
  }

  .hidden-xs {
    display: block !important;
  }

  table.hidden-xs {
    display: table;
  }

  tr.hidden-xs {
    display: table-row !important;
  }

  th.hidden-xs,
td.hidden-xs {
    display: table-cell !important;
  }

  .hidden-xs.hidden-print {
    display: none !important;
  }

  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "M PLUS 1p", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width:768px), print {
  body {
    min-width: 1200px;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
a {
  color: #e50012;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.link {
  color: #e50012;
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  color: #000;
  text-decoration: none;
  cursor: text;
}

.ttl_cmn {
  margin-bottom: 32px;
  transform: rotate(0.03deg);
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Bungee Outline", cursive;
  letter-spacing: -0.04em;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width:576px), print {
  .ttl_cmn {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width:768px), print {
  .ttl_cmn {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width:576px), print {
  .ttl_cmn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:768px), print {
  .ttl_cmn {
    font-size: 53px;
    font-size: 5.3rem;
  }
}
@media only screen and (min-width:1040px) {
  .ttl_cmn {
    font-size: 76px;
    font-size: 7.6rem;
  }
}
@media only screen and (min-width:768px), print {
  .ttl_cmn {
    padding: 0;
  }
}
.ttl_cmn span {
  transform: rotate(0.03deg);
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 12px;
  display: block;
  letter-spacing: 0;
}
@media only screen and (min-width:576px), print {
  .ttl_cmn span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:768px), print {
  .ttl_cmn span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:1040px) {
  .ttl_cmn span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:576px), print {
  .ttl_cmn span {
    margin-top: 17px;
  }
}
@media only screen and (min-width:768px), print {
  .ttl_cmn span {
    margin-top: 22px;
  }
}

@media only screen and (min-width:768px), print {
  .win_reduction .mv {
    padding: 180px 6% 0;
    background-image: url(../img/mv_sp.jpg);
    background-position: bottom left;
    background-size: contain;
  }
}

.mv {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 25% 10% 0;
  background-image: url(../img/mv_sp.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width:768px), print {
  .mv {
    padding: 180px 0 0 3%;
    background-image: url(../img/mv.jpg);
    background-position: top left;
    background-size: cover;
  }
}
.mv .mv_copy {
  opacity: 0;
  -webkit-animation: opa 2s ease 0.8s forwards;
          animation: opa 2s ease 0.8s forwards;
}
@-webkit-keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv .mv_copy img {
  max-width: 100%;
  height: auto;
}
.mv .mv_scroll {
  display: none;
}
@media only screen and (min-width:768px), print {
  .mv .mv_scroll {
    display: block;
    position: absolute;
    left: 0;
    bottom: 15px;
    right: 0;
    opacity: 0;
    -webkit-animation: mv_scroll 3s linear 1s infinite;
            animation: mv_scroll 3s linear 1s infinite;
  }
  @-webkit-keyframes mv_scroll {
    0% {
      opacity: 0;
      transform: translateY(0);
    }
    20% {
      transform: translateY(30px);
    }
    30% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translateY(30px);
    }
  }
  @keyframes mv_scroll {
    0% {
      opacity: 0;
      transform: translateY(0);
    }
    20% {
      transform: translateY(30px);
    }
    30% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translateY(30px);
    }
  }
}
.wrap_sec_point {
  overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
  .wrap_sec_point .sec_point {
    background-attachment: scroll;
  }
}
.sec_point {
  padding: 35vw 0 15vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width:768px), print {
  .sec_point {
    background-attachment: fixed;
    padding: 13vw 0;
  }
}
.sec_point._point01 {
  background-image: url(../img/bg_point01@05x.jpg);
}
@media only screen and (min-width:768px), print {
  .sec_point._point01 {
    background-image: url(../img/bg_point01.jpg);
  }
}
.sec_point._point02 {
  background-image: url(../img/bg_point02@05x.jpg);
}
@media only screen and (min-width:768px), print {
  .sec_point._point02 {
    background-image: url(../img/bg_point02.jpg);
  }
}
.sec_point._point02 .cntr {
  justify-content: flex-end;
}
.sec_point._point03 {
  background-image: url(../img/bg_point03@05x.jpg);
}
@media only screen and (min-width:768px), print {
  .sec_point._point03 {
    background-image: url(../img/bg_point03.jpg);
  }
}
.sec_point .cntr {
  display: flex;
}
.sec_point .wrap_cnt {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 25px;
  width: 80%;
  background-color: #fff;
}
@media only screen and (min-width:576px), print {
  .sec_point .wrap_cnt {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media only screen and (min-width:768px), print {
  .sec_point .wrap_cnt {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width:576px), print {
  .sec_point .wrap_cnt {
    padding-left: 36px;
  }
}
@media only screen and (min-width:768px), print {
  .sec_point .wrap_cnt {
    padding-left: 60px;
  }
}
@media only screen and (min-width:576px), print {
  .sec_point .wrap_cnt {
    padding-right: 30px;
  }
}
@media only screen and (min-width:768px), print {
  .sec_point .wrap_cnt {
    padding-right: 40px;
  }
}
@media only screen and (min-width:768px), print {
  .sec_point .wrap_cnt {
    width: auto;
    min-width: 50%;
    min-height: 383px;
  }
}
.sec_point .ttl_point span {
  display: block;
  width: 120px;
  padding: 9px 5px;
  background-color: #000;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .sec_point .ttl_point span {
    width: 180px;
  }
}
.sec_point .txt_point {
  transform: rotate(0.03deg);
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 0.4em;
  font-weight: 400;
}
@media only screen and (min-width:576px), print {
  .sec_point .txt_point {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:768px), print {
  .sec_point .txt_point {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
@media only screen and (min-width:1040px) {
  .sec_point .txt_point {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

.sec_copy {
  padding: 0 5.21%;
}
.sec_copy .inr {
  background-image: url(../img/ttl_4d_sp.svg);
  background-repeat: no-repeat;
  background-position: center bottom -2px;
  background-size: contain;
}
@media only screen and (min-width:576px), print {
  .sec_copy .inr {
    background-image: url(../img/ttl_4d.svg);
  }
}
.sec_copy .cntr {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.sec_copy .ttl_copy {
  padding-bottom: 6vh;
}

.sec_feature {
  padding-top: 52px;
  padding-bottom: 56px;
  background-color: #000;
}
@media only screen and (min-width:576px), print {
  .sec_feature {
    padding-top: 78px;
  }
}
@media only screen and (min-width:768px), print {
  .sec_feature {
    padding-top: 130px;
  }
}
@media only screen and (min-width:576px), print {
  .sec_feature {
    padding-bottom: 84px;
  }
}
@media only screen and (min-width:768px), print {
  .sec_feature {
    padding-bottom: 140px;
  }
}
.sec_feature .ttl_feature {
  color: #fff;
}
.sec_feature .ttl_feature span {
  color: #fff;
}
.sec_feature .wrap_clm_cnt {
  overflow: hidden;
  margin: -35px 0 0;
}
@media only screen and (min-width:768px), print {
  .sec_feature .wrap_clm_cnt {
    display: flex;
    margin: 0 -20px;
  }
}
.sec_feature .wrap_clm_cnt .clm_cnt {
  margin-top: 35px;
}
@media only screen and (min-width:768px), print {
  .sec_feature .wrap_clm_cnt .clm_cnt {
    width: 33.33333%;
    margin-top: 0;
    padding: 0 20px;
  }
}
.sec_feature .wrap_clm_cnt .clm_cnt .inr_clm_cnt {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.sec_feature .wrap_clm_cnt .clm_cnt .inr_clm_cnt .ttl_clm_cnt {
  transform: rotate(0.03deg);
  font-size: 18px;
  font-size: 1.8rem;
  order: 2;
  margin-top: 1.2em;
}
@media only screen and (min-width:576px), print {
  .sec_feature .wrap_clm_cnt .clm_cnt .inr_clm_cnt .ttl_clm_cnt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:768px), print {
  .sec_feature .wrap_clm_cnt .clm_cnt .inr_clm_cnt .ttl_clm_cnt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:1040px) {
  .sec_feature .wrap_clm_cnt .clm_cnt .inr_clm_cnt .ttl_clm_cnt {
    font-size: 20px;
    font-size: 2rem;
  }
}
.sec_feature .wrap_clm_cnt .clm_cnt .inr_clm_cnt .txt_clm_cnt {
  transform: rotate(0.03deg);
  order: 3;
  margin-top: 1.2em;
}
@media only screen and (min-width:768px), print {
  .sec_feature .wrap_clm_cnt .clm_cnt .inr_clm_cnt .txt_clm_cnt {
    line-height: 1.8;
  }
}
.sec_feature .wrap_clm_cnt .clm_cnt .inr_clm_cnt .img_clm_cnt {
  order: 1;
  height: 1%;
}
.sec_expansion {
  padding-top: 32px;
  overflow: hidden;
}
@media only screen and (min-width:576px), print {
  .sec_expansion {
    padding-top: 48px;
  }
}
@media only screen and (min-width:768px), print {
  .sec_expansion {
    padding-top: 80px;
  }
}
.sec_expansion .wrap_sec_expansion_cnt .sec_expansion_cnt {
  position: relative;
}
@media only screen and (min-width:768px), print {
  .sec_expansion .wrap_sec_expansion_cnt .sec_expansion_cnt {
    display: flex;
    align-items: center;
  }
}
.sec_expansion .wrap_sec_expansion_cnt .sec_expansion_cnt:before {
  content: "";
  display: block;
  min-height: 46vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width:768px), print {
  .sec_expansion .wrap_sec_expansion_cnt .sec_expansion_cnt:before {
    width: 50%;
    min-height: 440px;
  }
}
@media only screen and (min-width:1040px) {
  .sec_expansion .wrap_sec_expansion_cnt .sec_expansion_cnt:before {
    height: 27vw;
  }
}
@media only screen and (min-width:768px), print {
  .sec_expansion .wrap_sec_expansion_cnt .sec_expansion_cnt:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -40px;
    width: 80px;
    height: 2px;
    background-color: #000;
  }
}
.sec_expansion .wrap_sec_expansion_cnt .sec_expansion_cnt._expansion01:before {
  background-image: url(../img/img_expansion01.jpg);
}
@media only screen and (min-width:768px), print {
  .sec_expansion .wrap_sec_expansion_cnt .sec_expansion_cnt._expansion02 .wrap {
    display: flex;
    justify-content: flex-end;
    order: 1;
  }
}
.sec_expansion .wrap_sec_expansion_cnt .sec_expansion_cnt._expansion02:before {
  background-image: url(../img/img_expansion02.jpg);
}
@media only screen and (min-width:768px), print {
  .sec_expansion .wrap_sec_expansion_cnt .sec_expansion_cnt._expansion02:before {
    order: 2;
  }
}
.sec_expansion .wrap_sec_expansion_cnt .sec_expansion_cnt._expansion03:before {
  background-image: url(../img/img_expansion03.jpg);
}
.sec_expansion .wrap_sec_expansion_cnt .sec_expansion_cnt .wrap {
  padding: 30px 15px 35px;
}
@media only screen and (min-width:768px), print {
  .sec_expansion .wrap_sec_expansion_cnt .sec_expansion_cnt .wrap {
    padding-right: 38px;
    padding-left: 38px;
    padding-top: 0;
    padding-bottom: 0;
    width: 50%;
  }
}
@media only screen and (min-width:768px) and (min-width:576px), print {
  .sec_expansion .wrap_sec_expansion_cnt .sec_expansion_cnt .wrap {
    padding-right: 57px;
    padding-left: 57px;
  }
}
@media only screen and (min-width:768px) and (min-width:768px), print {
  .sec_expansion .wrap_sec_expansion_cnt .sec_expansion_cnt .wrap {
    padding-right: 95px;
    padding-left: 95px;
  }
}
.sec_expansion .wrap_sec_expansion_cnt .ttl_expansion_cnt img {
  display: block;
}
.sec_expansion .wrap_sec_expansion_cnt .ttl_expansion_cnt span {
  transform: rotate(0.03deg);
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  margin-top: 0.6em;
  line-height: 1.4;
}
@media only screen and (min-width:576px), print {
  .sec_expansion .wrap_sec_expansion_cnt .ttl_expansion_cnt span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:768px), print {
  .sec_expansion .wrap_sec_expansion_cnt .ttl_expansion_cnt span {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width:1040px) {
  .sec_expansion .wrap_sec_expansion_cnt .ttl_expansion_cnt span {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media only screen and (min-width:768px), print {
  .sec_expansion .wrap_sec_expansion_cnt .ttl_expansion_cnt span {
    font-weight: 400;
  }
}
.sec_expansion .wrap_sec_expansion_cnt .txt_expansion_cnt {
  margin-top: 1.2em;
  transform: rotate(0.03deg);
}
@media only screen and (min-width:768px), print {
  .sec_expansion .wrap_sec_expansion_cnt .txt_expansion_cnt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.sec_expansion .sec_demo .demo-body {
  position: relative;
}
.sec_expansion .sec_demo .demo-iframe-wrap {
  height: 0;
  padding-bottom: 40%;
}
.sec_expansion .sec_demo .demo-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec_fee_system {
  padding-top: 52px;
  padding-bottom: 62px;
  background-color: #f2f2f2;
}
@media only screen and (min-width:576px), print {
  .sec_fee_system {
    padding-top: 78px;
  }
}
@media only screen and (min-width:768px), print {
  .sec_fee_system {
    padding-top: 130px;
  }
}
@media only screen and (min-width:576px), print {
  .sec_fee_system {
    padding-bottom: 93px;
  }
}
@media only screen and (min-width:768px), print {
  .sec_fee_system {
    padding-bottom: 155px;
  }
}
.sec_fee_system .wrap_fee_system_detail .inr_dl {
  padding: 20px;
  background-color: #fff;
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl {
    display: flex;
    padding: 20px 60px 20px 20px;
  }
}
.sec_fee_system .wrap_fee_system_detail .inr_dl + .inr_dl {
  margin-top: 20px;
}
.sec_fee_system .wrap_fee_system_detail .inr_dl dt {
  transform: rotate(0.03deg);
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4em;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width:576px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:1040px) {
  .sec_fee_system .wrap_fee_system_detail .inr_dl dt {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl dt {
    min-width: 190px;
    min-height: 120px;
    margin-right: 70px;
    margin-bottom: 0;
    border-radius: 10px;
  }
}
.sec_fee_system .wrap_fee_system_detail .inr_dl dd .inr_dd .txt_inr_dd {
  font-size: 22px;
  font-size: 2.2rem;
  transform: rotate(0.03deg);
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl dd .inr_dd .txt_inr_dd {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.sec_fee_system .wrap_fee_system_detail .inr_dl dd .inr_dd .txt_inr_dd span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  transform: rotate(0.03deg);
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl dd .inr_dd .txt_inr_dd span {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl._fee dd {
    display: flex;
    flex: auto;
  }
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl._fee .inr_dd {
    display: flex;
    flex: auto;
  }
}
.sec_fee_system .wrap_fee_system_detail .inr_dl._fee .inr_dd .txt_inr_dd {
  flex: auto;
  padding: 15px 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl._fee .inr_dd .txt_inr_dd {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
  }
}
.sec_fee_system .wrap_fee_system_detail .inr_dl._fee .inr_dd .txt_inr_dd span {
  display: block;
}
.sec_fee_system .wrap_fee_system_detail .inr_dl._fee .inr_dd .txt_inr_dd .txt_inr_dd_item._02 {
  margin-top: 10px;
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl._fee .inr_dd .txt_inr_dd .txt_inr_dd_item._02 {
    margin: 0 0 0 50px;
  }
}
.sec_fee_system .wrap_fee_system_detail .inr_dl._fee .inr_dd .txt_inr_dd .txt_inr_dd_item .notes_fee {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  transform: rotate(0.03deg);
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl._fee .inr_dd .txt_inr_dd .txt_inr_dd_item .notes_fee {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.sec_fee_system .wrap_fee_system_detail .inr_dl._fee .inr_dd .icon_plus_m {
  margin: 10px 0;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl._fee .inr_dd .icon_plus_m {
    display: flex;
    align-items: center;
    margin: 0 30px;
  }
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl._option dd {
    display: flex;
    flex: auto;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl._option dd .list_kome {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl._option .inr_dd {
    display: flex;
    flex: auto;
    justify-content: space-between;
  }
}
.sec_fee_system .wrap_fee_system_detail .inr_dl._option .inr_dd .txt_inr_dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl._option .inr_dd .txt_inr_dd {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
}
.sec_fee_system .wrap_fee_system_detail .inr_dl._option .inr_dd .txt_inr_dd span {
  display: block;
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl._option .inr_dd .txt_inr_dd:nth-child(2) {
    padding: 0 15px;
  }
}
.sec_fee_system .wrap_fee_system_detail .inr_dl._option .inr_dd .txt_inr_dd:last-child {
  margin-bottom: 20px;
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl._option .inr_dd .txt_inr_dd:last-child {
    margin-bottom: 0;
  }
}
.sec_fee_system .wrap_fee_system_detail .inr_dl._transportation dd {
  display: flex;
  flex: auto;
}
.sec_fee_system .wrap_fee_system_detail .inr_dl._transportation .inr_dd {
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: center;
}
.sec_fee_system .wrap_fee_system_detail .inr_dl._transportation .inr_dd .txt_inr_dd {
  font-size: 15px;
  font-size: 1.5rem;
  transform: rotate(0.03deg);
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl._transportation .inr_dd .txt_inr_dd {
    font-size: 20px;
    font-size: 2rem;
  }
}
.sec_fee_system .wrap_fee_system_detail .inr_dl._data_manage {
  margin-top: 40px;
}
@media only screen and (min-width:576px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl._data_manage {
    margin-top: 60px;
  }
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl._data_manage {
    margin-top: 100px;
  }
}
.sec_fee_system .wrap_fee_system_detail .inr_dl._data_manage dd {
  display: flex;
  flex: auto;
}
.sec_fee_system .wrap_fee_system_detail .inr_dl._data_manage .inr_dd {
  display: flex;
  flex: auto;
}
.sec_fee_system .wrap_fee_system_detail .inr_dl._data_manage .inr_dd .txt_inr_dd {
  transform: rotate(0.03deg);
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  flex: auto;
  flex-direction: column;
  justify-content: center;
  padding: 15px 5px;
  background-color: #f2f2f2;
  border-radius: 5px;
  text-align: center;
}
@media only screen and (min-width:576px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl._data_manage .inr_dd .txt_inr_dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl._data_manage .inr_dd .txt_inr_dd {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width:1040px) {
  .sec_fee_system .wrap_fee_system_detail .inr_dl._data_manage .inr_dd .txt_inr_dd {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl._data_manage .inr_dd .txt_inr_dd {
    border-radius: 10px;
    padding: 10px 5px;
  }
}
.sec_fee_system .wrap_fee_system_detail .inr_dl._data_manage .inr_dd .txt_inr_dd span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  transform: rotate(0.03deg);
}
.sec_fee_system .wrap_fee_system_detail .inr_dl_site:before {
  margin-top: 28px;
  margin-bottom: 28px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background: url(../img/icon_plus_l.svg) no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width:576px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl_site:before {
    margin-top: 42px;
    margin-bottom: 42px;
  }
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl_site:before {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl_site:before {
    width: 100px;
    height: 100px;
  }
}
.sec_fee_system .wrap_fee_system_detail .inr_dl_site dt {
  padding: 20px;
  background-color: #fff;
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl_site dt {
    padding-top: 32px;
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width:768px) and (min-width:576px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl_site dt {
    padding-top: 48px;
  }
}
@media only screen and (min-width:768px) and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl_site dt {
    padding-top: 80px;
  }
}
@media only screen and (min-width:768px) and (min-width:576px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl_site dt {
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media only screen and (min-width:768px) and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl_site dt {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media only screen and (min-width:768px) and (min-width:576px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl_site dt {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width:768px) and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl_site dt {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl_site dt .img_site_contents {
    display: flex;
  }
}
.sec_fee_system .wrap_fee_system_detail .inr_dl_site dt .img_site_contents img {
  display: block;
  width: 100%;
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl_site dt .img_site_contents img {
    width: 50%;
    height: auto;
  }
}
.sec_fee_system .wrap_fee_system_detail .inr_dl_site dt .ttl_site_contents img {
  margin-top: 22px;
}
@media only screen and (min-width:576px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl_site dt .ttl_site_contents img {
    margin-top: 33px;
  }
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl_site dt .ttl_site_contents img {
    margin-top: 55px;
  }
}
.sec_fee_system .wrap_fee_system_detail .inr_dl_site dd {
  padding: 0 20px 20px;
  background-color: #fff;
  transform: rotate(0.03deg);
}
@media only screen and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl_site dd {
    padding-bottom: 32px;
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media only screen and (min-width:768px) and (min-width:576px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl_site dd {
    padding-bottom: 48px;
  }
}
@media only screen and (min-width:768px) and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl_site dd {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width:768px) and (min-width:576px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl_site dd {
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media only screen and (min-width:768px) and (min-width:768px), print {
  .sec_fee_system .wrap_fee_system_detail .inr_dl_site dd {
    padding-right: 80px;
    padding-left: 80px;
  }
}

.sec_flow {
  padding-top: 52px;
}
@media only screen and (min-width:576px), print {
  .sec_flow {
    padding-top: 78px;
  }
}
@media only screen and (min-width:768px), print {
  .sec_flow {
    padding-top: 130px;
  }
}
.sec_flow .dl_flow_detail .inr_dl {
  position: relative;
  padding-bottom: 60px;
}
.sec_flow .dl_flow_detail .inr_dl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 22px;
  right: 0;
  left: 0;
  margin: auto;
  width: 27px;
  height: 15px;
  background: url(../img/icon_flow_arrow.svg) no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width:768px), print {
  .sec_flow .dl_flow_detail .inr_dl:after {
    display: none;
  }
}
@media only screen and (min-width:768px), print {
  .sec_flow .dl_flow_detail .inr_dl {
    display: flex;
    align-items: center;
  }
}
.sec_flow .dl_flow_detail .inr_dl._request {
  align-items: flex-start;
}
@media only screen and (min-width:768px), print {
  .sec_flow .dl_flow_detail .inr_dl._request dt:after {
    height: 310px;
    background: url(../img/icon_flow_arrow_long.svg) repeat-y center top;
  }
}
.sec_flow .dl_flow_detail .inr_dl._request .txt_inr_dd {
  margin-top: 0.5em;
}
.sec_flow .dl_flow_detail .inr_dl._request .list_disc01 {
  margin-top: 0.6em;
}
.sec_flow .dl_flow_detail .inr_dl:last-child {
  padding-bottom: 0;
}
.sec_flow .dl_flow_detail .inr_dl:last-child:after {
  display: none;
}
.sec_flow .dl_flow_detail .inr_dl:last-child dt:after {
  display: none;
}
.sec_flow .dl_flow_detail dt {
  transform: rotate(0.03deg);
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 1.2em;
  padding: 15px 5px;
  background-color: #000;
  border-radius: 3em;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width:576px), print {
  .sec_flow .dl_flow_detail dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:768px), print {
  .sec_flow .dl_flow_detail dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:1040px) {
  .sec_flow .dl_flow_detail dt {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width:768px), print {
  .sec_flow .dl_flow_detail dt {
    min-width: 320px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:768px), print {
  .sec_flow .dl_flow_detail dt:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    left: 0;
    margin: auto;
    width: 27px;
    height: 15px;
    background: url(../img/icon_flow_arrow.svg) no-repeat center center;
    background-size: contain;
  }
}
.sec_flow .dl_flow_detail dd {
  padding: 0 15px;
}
@media only screen and (min-width:768px), print {
  .sec_flow .dl_flow_detail dd {
    padding: 0 0 0 40px;
  }
}
.sec_flow .dl_flow_detail dd .txt_inr_dd {
  transform: rotate(0.03deg);
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media only screen and (min-width:576px), print {
  .sec_flow .dl_flow_detail dd .txt_inr_dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:768px), print {
  .sec_flow .dl_flow_detail dd .txt_inr_dd {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (min-width:1040px) {
  .sec_flow .dl_flow_detail dd .txt_inr_dd {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.sec_flow .dl_flow_detail dd .txt_inr_dd._s {
  margin-top: 0.2em;
  font-size: 15px;
  font-size: 1.5rem;
  transform: rotate(0.03deg);
}

.sec_experience {
  padding: 120px 0 200px;
}
@media only screen and (min-width:768px), print {
  .sec_experience {
    padding: 330px 0 350px;
  }
}
.sec_experience .txt_experience {
  font-size: 7.5vw;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (min-width:768px), print {
  .sec_experience .txt_experience {
    transform: rotate(0.03deg);
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width:768px) and (min-width:576px), print {
  .sec_experience .txt_experience {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:768px) and (min-width:768px), print {
  .sec_experience .txt_experience {
    font-size: 43px;
    font-size: 4.3rem;
  }
}
@media only screen and (min-width:768px) and (min-width:1040px) {
  .sec_experience .txt_experience {
    font-size: 62px;
    font-size: 6.2rem;
  }
}
.sec_experience .btn_experience {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (min-width:576px), print {
  .sec_experience .btn_experience {
    margin-top: 45px;
  }
}
@media only screen and (min-width:768px), print {
  .sec_experience .btn_experience {
    margin-top: 75px;
  }
}
.sec_experience .btn_experience a {
  transform: rotate(0.03deg);
  font-size: 18px;
  font-size: 1.8rem;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 515px;
  padding: 1.5em 35px;
  border: 2px solid #000;
  background-color: #000;
  border-radius: 4em;
  color: #fff;
}
@media only screen and (min-width:576px), print {
  .sec_experience .btn_experience a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:768px), print {
  .sec_experience .btn_experience a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (min-width:1040px) {
  .sec_experience .btn_experience a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.sec_experience .btn_experience a:after {
  transition-property: border;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 35px;
  bottom: 0;
  height: 10px;
  width: 10px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media only screen and (min-width:768px), print {
  .sec_experience .btn_experience a {
    padding: 1.7em 35px;
  }
  .sec_experience .btn_experience a:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
  }
  .sec_experience .btn_experience a:hover:after {
    border-top-color: #000;
    border-right-color: #000;
  }
}

.wrap_flow_experience {
  background-image: url(../img/common/bg_footer@05x.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media only screen and (min-width:768px), print {
  .wrap_flow_experience {
    background-image: url(../img/common/bg_footer.jpg);
  }
}