body,
html {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  line-height: 2;
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}
@media all and (max-width: 750px) {
  body,
  html {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.34;
  font-weight: normal;
  font-size: 1rem;
}

html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

b,
strong,
th {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input,
textarea,
select,
button {
  font-size: 1rem;
}

textarea {
  resize: vertical;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
  font-family: "Noto Sans JP", sans-serif;
}

/*select::-ms-expand {
	display: none;
}*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aab6cb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aab6cb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aab6cb;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #aab6cb;
}

input::placeholder,
textarea::placeholder {
  color: #aab6cb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aab6cb;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #aab6cb;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  padding: 0;
  cursor: pointer;
  display: inline-block;
}

ol,
ul {
  list-style: none;
}

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

caption,
th {
  text-align: left;
}

img {
  vertical-align: top;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

:focus {
  outline: none;
}

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

html {
  width: 100%;
  opacity: 0;
  overflow: auto;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
html.loaded,
html.loaded-delay {
  visibility: visible;
  opacity: 1;
}

a {
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
}

#wrapper {
  position: relative;
  z-index: 9999;
}

.contents {
  position: relative;
  z-index: 700;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800;
  background-color: transparent;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.header_logo {
  position: relative;
  z-index: 10;
  margin-right: auto;
  height: 37px;
  width: 213px;
}
.header_logo_mark {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../img/common/logo_mark.webp") 0 0 no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.header.is_dark .drawer-toggle i {
  background-color: #282a2c;
}
.header.is_dark .header_menu a {
  color: #282a2c;
}
.header.is_dark .header_btn_contact {
  border-color: rgba(40, 42, 44, 0.3);
  color: #282a2c;
}
.header.is_scroll {
  -webkit-box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.03);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.8);
}
.header.is_scroll::before {
  opacity: 0;
  height: 75px;
}
.header.is_scroll .header_logo_img {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.header.is_scroll .header_logo_mark {
  width: 37px;
}
.header.is_scroll .header_logo img {
  max-width: 100%;
}
.header.is_scroll .drawer-toggle i {
  background-color: #282a2c;
}
.header.is_scroll .header_menu a {
  color: #282a2c;
}
.header.is_scroll .header_menu a:hover {
  color: #1ec8b4;
}
.header.is_scroll .header_btn_contact {
  border-color: rgba(40, 42, 44, 0.3);
  color: #282a2c;
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
}
.header.is_scroll .header_btn_contact:hover {
  background-color: #1ec8b4;
  border-color: #1ec8b4;
  color: #fff !important;
}
@media all and (max-width: 750px) {
  .header {
    height: 51px;
  }
  .header_logo {
    position: fixed;
    top: 10px;
    left: 10px;
    height: 32px;
    width: 186px;
  }
  .header_logo img {
    height: 32px;
    width: auto;
  }
  .header.is_scroll .header_logo_mark {
    width: 32px;
  }
}
@media screen and (min-width: 751px) {
  .header {
    height: 75px;
    width: 100%;
    padding-left: 20px;
    padding-right: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    height: 110px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
  }
  .header_menu {
    position: relative;
    z-index: 800;
  }
  .header_menu a {
    color: #fff;
  }
  .header_menu_icon_blank {
    padding-right: 22px;
    background: url("../img/common/icon_blank_green.svg") right center no-repeat;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .header_menu_icon_blank:hover {
    color: #1ec8b4;
    mix-blend-mode: normal;
  }
  .header_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header_menu ul li:not(:last-child) {
    margin-right: 30px;
  }
  .header_btn_contact {
    display: block;
    width: 165px;
    line-height: 43px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 22.5px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    --webkit-backdrop-filter: blur(10px);
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    text-align: center;
    color: #fff;
  }
  .header_btn_contact:hover {
    background-color: #1ec8b4;
    color: #fff;
  }
}

.gnav {
  display: none;
  z-index: 900;
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 5px 10px 20px rgba(0, 56, 49, 0.19);
  box-shadow: 5px 10px 20px rgba(0, 56, 49, 0.19);
  border-radius: 25px;
  width: 225px;
  padding: 16px 22px;
  top: 85px;
  right: 30px;
  letter-spacing: 0.01em;
}
.gnav a {
  position: relative;
  display: block;
  text-decoration: none;
}
.gnav_item {
  margin-bottom: 10px;
  text-align: right;
  line-height: 30px;
}
.gnav_item a {
  position: relative;
  padding-right: 33px;
  color: #282a2c;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.gnav_item a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 18px;
  background: url("../img/common/arrow_green_down.svg") center center no-repeat;
}
.gnav_item a:hover {
  color: #1ec8b4;
}
.gnav_item a.icon_blank::after {
  background-image: url("../img/common/icon_blank_green.svg");
  background-size: 11px;
}
.gnav_item a.icon_global::after {
  background-image: url("../img/common/icon_earth.webp");
  background-size: 18px;
}
.gnav_contact {
  margin-top: 15px;
  margin-bottom: 15px;
}
.gnav_contact_btn {
  display: block;
  text-align: center;
  color: #1ec8b4;
  line-height: 43px;
  border: 1px solid #1ec8b4;
  border-radius: 22.5px;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.gnav_contact_btn:hover {
  background-color: #1ec8b4;
  color: #fff;
}
@media all and (max-width: 750px) {
  .gnav {
    top: 59px;
    right: 10px;
  }
}
@media screen and (min-width: 751px) {
  .gnav::before {
    content: "";
    position: absolute;
    display: block;
    opacity: 0.6;
    top: -70px;
    right: -20px;
    width: 56px;
    height: 94px;
    cursor: pointer;
  }
}

.drawer-toggle {
  position: fixed;
  height: 44px;
  width: 44px;
  background: transparent;
  top: 16px;
  right: 7px;
  z-index: 810;
  cursor: pointer;
}
.drawer-toggle span {
  position: absolute;
  top: 15px;
  left: 13px;
  width: 18px;
  height: 14px;
}
.drawer-toggle i {
  position: absolute;
  -webkit-transition: left 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  transition: left 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, left 0.4s, opacity 0.4s;
  transition: transform 0.4s, left 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  background: #fff;
  left: 0;
  height: 2px;
  width: 100%;
}
.drawer-toggle i:nth-of-type(1) {
  top: 0px;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.drawer-toggle i:nth-of-type(2) {
  top: 6px;
}
.drawer-toggle i:nth-of-type(3) {
  top: 12px;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.drawer-toggle.opened i:nth-of-type(2) {
  opacity: 0;
}
.drawer-toggle.opened i:nth-of-type(1),
.drawer-toggle.opened i:nth-of-type(3) {
  left: 3px;
}
.drawer-toggle.opened i:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer-toggle.opened i:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media all and (max-width: 750px) {
  .drawer-toggle {
    top: 4px;
    right: 4px;
  }
}

.pagetop {
  position: fixed;
  z-index: 910;
  height: 50px;
  width: 50px;
  right: 25px;
  bottom: 25px;
  border-radius: 50%;
  overflow: hidden;
  display: none;
  color: transparent;
}
.pagetop::before,
.pagetop::after {
  content: "";
  position: absolute;
  height: 26px;
  width: 26px;
  left: 12px;
  top: 12px;
}
.pagetop::before {
  background: #1ec8b4;
  border-radius: 50%;
  -webkit-transition: scale 0.3s ease-out;
  transition: scale 0.3s ease-out;
}
.pagetop::after {
  background: url("../img/common/arrow_wht_up.svg") center center no-repeat;
  background-size: 7px auto;
}
@media all and (max-width: 750px) {
  .pagetop {
    right: 0px;
    bottom: 0px;
  }
}
@media screen and (min-width: 751px) {
  .pagetop:hover {
    opacity: 0.75;
  }
  .pagetop:hover::before {
    scale: 1.9230769231;
  }
}

.footer {
  position: relative;
  z-index: 700;
}
.footer a {
  color: #1ec8b4;
}
.footer_notice {
  margin-top: 40px;
  font-size: 12px;
  color: #989898;
  letter-spacing: 0.1em;
}
.footer_copyright small {
  display: block;
  white-space: nowrap;
  line-height: 1.5;
  font-family: "Roboto Condensed", sans-serif;
  color: #6c6c6c;
  font-size: 12px;
}
@media all and (max-width: 750px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 25px;
  }
  .footer_comname {
    font-size: 14px;
  }
  .footer_comname_logo {
    margin-bottom: 20px;
  }
  .footer_comname_logo img {
    width: 78px;
    display: block;
  }
  .footer_notice {
    margin-top: 30px;
    font-size: 12px;
  }
  .footer_bottom {
    margin-top: 100px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 374px) {
  .footer_bottom {
    margin-top: 26.6666666667vw;
    padding-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .footer {
    padding-top: 110px;
  }
  .footer_comname {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.4;
    font-size: 13px;
  }
  .footer_comname > * {
    margin-bottom: 10px;
  }
  .footer_comname_logo {
    margin-right: 30px;
    padding-bottom: 0.2em;
  }
  .footer_comname_name {
    margin-right: 1em;
  }
  .footer_bottom {
    padding: 30px;
    margin-top: 70px;
  }
}

@media all and (max-width: 750px) {
  .drawer-menu {
    position: relative;
    overflow-y: auto;
    z-index: 20;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  #drawer-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 780;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
  }
  .drawer-opened .drawer-nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer-opened .drawer-menu {
    opacity: 1;
    top: 0;
  }
  .drawer-opened #drawer-overlay {
    display: block;
    overflow: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
  }
  .drawer-opened #drawer-overlay::before {
    content: "";
    display: block;
    height: calc(100% + 1px);
  }
}
.mw_wp_form .error {
  color: #de0000 !important;
  font-weight: 400;
}

.required {
  vertical-align: middle;
  background: url("../img/common/icon_required.svg") center top no-repeat;
  font-size: 10px;
  color: transparent;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  width: 100%;
  background: #282a2c;
  padding: 12px;
  display: block;
  border: 1px solid #282a2c;
  border-radius: 3px;
}
@media all and (max-width: 750px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  textarea {
    padding: 10px;
  }
}

@media screen and (min-width: 751px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    max-width: 342px;
  }
}

[type="file"] {
  display: none !important;
}

.file_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.file_01 label {
  position: relative;
  width: 133px;
  height: 35px;
  cursor: pointer;
  background: #282a2c;
  padding: 8px;
  display: block;
  border: 1px solid #282a2c;
  border-radius: 3px;
  margin-right: 20px;
  text-align: center;
}

.mwform-file-delete {
  display: none !important;
}

.mw-wp-form_file {
  visibility: hidden;
  height: 1px;
  width: 1px;
  display: inline-block;
}

textarea {
  height: 245px;
}
@media screen and (min-width: 751px) {
  textarea {
    height: 200px;
  }
}

input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mwform-checkbox-field label,
.checkbox_01 {
  position: relative;
  cursor: pointer;
}
.mwform-checkbox-field label input[type="checkbox"],
.checkbox_01 input[type="checkbox"] {
  border: 0.5px solid #aab6cb;
  background: #282a2c;
  height: 18px;
  width: 18px;
  border-radius: 3px;
}
.mwform-checkbox-field label input[type="checkbox"]:checked + span::before,
.checkbox_01 input[type="checkbox"]:checked + span::before {
  content: "";
  position: absolute;
  left: 0.1em;
  top: 0.2em;
  display: block;
  height: 18px;
  width: 18px;
  background: url("../img/common/icon_check_02.svg") center center no-repeat;
}

.checkbox_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkbox_list.__inline_row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.checkbox_list.__inline_row li {
  margin-right: 20px;
}
.checkbox_list.__inline_col {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.checkbox_list.__inline_col li {
  margin-right: 20px;
}

.form_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px;
  letter-spacing: 0;
}
.form_flow li {
  position: relative;
  border: 1px solid #aab6cb;
  border-radius: 3px;
  color: #aab6cb;
  line-height: 1;
  padding: 8px 14px 9px;
}
.form_flow li.current {
  border-color: #1ec8b4;
  color: #1ec8b4;
}
.form_flow li:not(:last-child) {
  margin-right: 30px;
}
.form_flow li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  right: -31px;
  top: 50%;
  display: block;
  height: 1px;
  width: 30px;
  background-color: #aab6cb;
}
@media all and (max-width: 750px) {
  .form_flow li:not(:last-child) {
    margin-right: 25px;
  }
  .form_flow li:not(:last-child)::after {
    right: -26px;
    width: 25px;
  }
}
.form_usage {
  text-align: center;
  margin-bottom: 35px;
  color: #aab6cb;
}
.form_usage .required {
  background-position: center;
}

.item_wrap {
  border-top: 1px solid #282a2c;
  padding-top: 18px;
  padding-bottom: 18px;
}
.item_name {
  font-weight: 600;
}
.item_privacy {
  border-top: 1px solid #282a2c;
  padding-top: 30px;
  margin-bottom: 40px;
}
.item_privacy_text {
  margin-bottom: 5px;
  margin-left: -0.5em;
}
.item_privacy a {
  color: #0083c9;
}
.item_privacy a:hover {
  text-decoration: underline;
}
@media all and (max-width: 750px) {
  .item_name {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 751px) {
  .item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .item_name {
    width: 22%;
    padding-top: 9px;
  }
  .item_field {
    width: 74%;
  }
}

.form_btn {
  position: relative;
}
.form_btn .input_back {
  position: absolute;
  left: 0;
  top: 50%;
}
.form_btn .input_back::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background: url("../img/common/arrow_02.svg") right center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  vertical-align: middle;
}
.form_btn .input_back input {
  color: #1ec8b4;
  font-family: "Roboto Condensed", sans-serif;
}
@media all and (max-width: 750px) {
  .form_btn {
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .form_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.mw_wp_form_confirm .file_01 label,
.mw_wp_form_confirm .item_privacy {
  display: none;
}
.mw_wp_form_confirm .form_btn {
  border-top: 1px solid #282a2c;
}
@media all and (max-width: 750px) {
  .mw_wp_form_confirm .form_btn {
    padding-top: 30px;
  }
}
@media screen and (min-width: 751px) {
  .mw_wp_form_confirm .item_name,
  .mw_wp_form_confirm .item_field {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .mw_wp_form_confirm .form_btn {
    padding-top: 40px;
  }
}

.mw_wp_form_input .input_back {
  display: none;
}

.mw_wp_form_send_error {
  min-height: 40vh;
}

b {
  font-weight: inherit;
  font-style: inherit;
  text-indent: 0;
  display: inline-block;
  white-space: nowrap;
}

.inner_01 {
  max-width: 1036px;
}
@media screen and (min-width: 751px) {
  .inner_01 {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1098px) {
  .inner_01 {
    margin-right: 36px;
    margin-left: 36px;
  }
}
@media all and (max-width: 750px) {
  .inner_01 {
    margin-right: 19px;
    margin-left: 19px;
  }
}
@media screen and (max-width: 374px) {
  .inner_01 {
    margin-right: 5.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}

.inner_02 {
  max-width: 1200px;
}
@media screen and (min-width: 751px) {
  .inner_02 {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1272px) {
  .inner_02 {
    margin-right: 36px;
    margin-left: 36px;
  }
}
@media all and (max-width: 750px) {
  .inner_02 {
    margin-right: 19px;
    margin-left: 19px;
  }
}
@media screen and (max-width: 374px) {
  .inner_02 {
    margin-right: 5.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}

.textblock p:not(:last-child),
.textblock ul:not(:last-child),
.textblock ol:not(:last-child) {
  margin-bottom: 2em;
}

.col_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.col_2_items {
  width: 452px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex.__reverse,
.flex_col.__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex.__wrap,
.flex_col.__wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.__center,
.flex_col.__center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.flex.__between,
.flex_col.__between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.__align_center,
.flex_col.__align_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.__align_end,
.flex_col.__align_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex.__end,
.flex_col.__end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.note_01 {
  margin-left: 1em;
  text-indent: -1em;
}

.dl_01 {
  border-top: 1px solid #282a2c;
}
.dl_01 dt {
  font-weight: 600;
}
@media all and (max-width: 750px) {
  .dl_01 {
    line-height: 2.1;
  }
  .dl_01 dt {
    padding-top: 13px;
  }
  .dl_01 dd {
    padding-bottom: 13px;
    border-bottom: 1px solid #282a2c;
  }
}
@media screen and (min-width: 751px) {
  .dl_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 774px;
    margin-left: auto;
  }
  .dl_01 dt,
  .dl_01 dd {
    border-bottom: 1px solid #282a2c;
    padding: 20px 0;
  }
  .dl_01 dt {
    width: 23%;
  }
  .dl_01 dd {
    width: 77%;
  }
}

.anim_kv_line,
.anim_features_title {
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.anim_kv_line_inner,
.anim_features_title_inner {
  display: inline-block;
}

.anim_text_line .anim_text_line_item {
  overflow: hidden;
  display: block;
}

@media all and (max-width: 750px) {
  .hide_sp {
    display: none !important;
  }
}
@media screen and (min-width: 751px) {
  .hide_pc {
    display: none !important;
  }
  .fade {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .fade:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 750px) and (max-width: 978px) {
  .hide_tb {
    display: none;
  }
}
.title_01 {
  color: #fff;
  position: relative;
  line-height: 1.2;
  z-index: 10;
}
.title_01 i {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 80px;
  letter-spacing: 0.2em;
}
.title_01 em {
  display: inline-block;
  padding: 0.2em 0.2em 0.2em 0.3em;
  font-weight: 600;
  font-size: 20px;
  background-color: #000;
}
.title_01 ._anim_01 {
  overflow: hidden;
  display: block;
  margin-left: -42px;
}
.title_01 ._anim_02 {
  overflow: hidden;
  display: block;
  margin-top: -20px;
}
@media all and (max-width: 750px) {
  .title_01 {
    margin-bottom: 20px;
  }
  .title_01 i {
    font-size: 54px;
    letter-spacing: 0.1em;
  }
  .title_01 em {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    font-size: 16px;
  }
  .title_01 ._anim_01 {
    margin-left: -10px;
  }
  .title_01 ._anim_02 {
    margin-top: -14px;
  }
}
@media screen and (min-width: 751px) {
  .title_01 {
    margin-bottom: 30px;
  }
}

.textlink {
  color: #1ec8b4;
}
@media screen and (min-width: 751px) {
  .textlink:hover {
    text-decoration: underline;
  }
}

.icon {
  color: #fff;
}
.icon_left {
  padding-left: 22px;
  background: left center no-repeat;
}
.icon_right {
  position: relative;
}
.icon_right::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 8px;
}
.icon_right.__blank_01 {
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.icon_right.__blank_01::after {
  background: url("../img/common/icon_blank_green.svg") right 60% no-repeat;
  background-size: 11px;
}
.icon_right.__blank_01:hover {
  color: #1ec8b4;
}

.arrow_01 {
  background: url("..img/common/arrow_blue.svg") left 0.4em no-repeat;
  background-size: 6px auto;
  padding-left: 10px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.arrow_01:hover {
  opacity: 0.75;
}

.line_dot_top {
  border-top: 1px dashed #b2b2b2;
}

.line_dot_bottom {
  border-bottom: 1px dashed #b2b2b2;
}

.btn_01 {
  display: block;
  max-width: 508px;
  line-height: 90px;
  border-radius: 50px;
  border: 1px solid #3f4245;
  background: transparent;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  --webkit-backdrop-filter: blur(5px);
  letter-spacing: 0.15em;
  color: #fff;
  font-weight: 600;
  font-size: 1.2307692308rem;
  -webkit-transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}
.btn_01.__center {
  margin-left: auto;
  margin-right: auto;
}
.btn_01:hover {
  background-color: #1ec8b4;
  border-color: #1ec8b4;
}
@media all and (max-width: 750px) {
  .btn_01 {
    max-width: 400px;
    line-height: 59px;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}
.btn_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 270px;
  line-height: 43px;
  letter-spacing: 0.1em;
  border-radius: 50px;
  border: 1px solid #1ec8b4;
  color: #1ec8b4;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.btn_02.__en {
  font-family: "Roboto Condensed", sans-serif;
}
.btn_02.__icon_blank::after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background: url("../img/common/icon_blank_green.svg") center center no-repeat;
  background-size: contain;
  margin-left: 10px;
  -webkit-transition: background-image 0.3s ease-out;
  transition: background-image 0.3s ease-out;
}
.btn_02:hover {
  color: #fff;
  background-color: #1ec8b4;
}
.btn_02:hover::after {
  background-image: url("../img/common/icon_blank_wht.svg");
}

.ac_trigger_icon {
  position: absolute;
  display: block;
  right: 15px;
  line-height: 1;
  top: 50%;
  z-index: 10;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 34px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-image 0.3s ease-out;
  transition: background-image 0.3s ease-out;
  width: 14px;
  height: 14px;
  display: block;
  background: center center no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.328%22%20height%3D%2213.464%22%20viewBox%3D%220%200%2013.328%2013.464%22%3E%3Cdefs%3E%3Cstyle%3E.a{fill%3A%236c6c6c%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M15.232-10.064a.706.706%2C0%2C0%2C0%2C.748-.714v-.748a.706.706%2C0%2C0%2C0-.748-.714h-4.08a.642.642%2C0%2C0%2C1-.68-.68v-4.25a.726.726%2C0%2C0%2C0-.748-.714H8.908a.726.726%2C0%2C0%2C0-.748.714v4.25a.652.652%2C0%2C0%2C1-.714.68H3.4a.706.706%2C0%2C0%2C0-.748.714v.748a.706.706%2C0%2C0%2C0%2C.748.714H7.48a.642.642%2C0%2C0%2C1%2C.68.68v4.25a.726.726%2C0%2C0%2C0%2C.748.714h.816a.726.726%2C0%2C0%2C0%2C.748-.714v-4.25a.679.679%2C0%2C0%2C1%2C.748-.68Z%22%20transform%3D%22translate%28-2.652%2017.884%29%22%2F%3E%3C%2Fsvg%3E");
}
.ac_trigger_icon.js_ac_opened {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.328%22%20height%3D%222.176%22%20viewBox%3D%220%200%2013.328%202.176%22%3E%3Cdefs%3E%3Cstyle%3E.a{fill%3A%236c6c6c%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M15.232-10.064a.706.706%2C0%2C0%2C0%2C.748-.714v-.782a.7.7%2C0%2C0%2C0-.748-.68H3.4a.7.7%2C0%2C0%2C0-.748.68v.782a.706.706%2C0%2C0%2C0%2C.748.714Z%22%20transform%3D%22translate%28-2.652%2012.24%29%22%2F%3E%3C%2Fsvg%3E");
}
@media all and (max-width: 750px) {
  .ac_trigger_icon {
    font-size: 30px;
    right: 17px;
  }
}
@media screen and (min-width: 751px) {
  .ac_trigger:hover .ac_trigger_icon {
    display: block;
    background: center center no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.328%22%20height%3D%2213.464%22%20viewBox%3D%220%200%2013.328%2013.464%22%3E%3Cdefs%3E%3Cstyle%3E.a{fill%3A%231EC8B4%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M15.232-10.064a.706.706%2C0%2C0%2C0%2C.748-.714v-.748a.706.706%2C0%2C0%2C0-.748-.714h-4.08a.642.642%2C0%2C0%2C1-.68-.68v-4.25a.726.726%2C0%2C0%2C0-.748-.714H8.908a.726.726%2C0%2C0%2C0-.748.714v4.25a.652.652%2C0%2C0%2C1-.714.68H3.4a.706.706%2C0%2C0%2C0-.748.714v.748a.706.706%2C0%2C0%2C0%2C.748.714H7.48a.642.642%2C0%2C0%2C1%2C.68.68v4.25a.726.726%2C0%2C0%2C0%2C.748.714h.816a.726.726%2C0%2C0%2C0%2C.748-.714v-4.25a.679.679%2C0%2C0%2C1%2C.748-.68Z%22%20transform%3D%22translate%28-2.652%2017.884%29%22%2F%3E%3C%2Fsvg%3E");
  }
  .ac_trigger:hover .ac_trigger_icon.js_ac_opened {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.328%22%20height%3D%222.176%22%20viewBox%3D%220%200%2013.328%202.176%22%3E%3Cdefs%3E%3Cstyle%3E.a{fill%3A%231EC8B4%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M15.232-10.064a.706.706%2C0%2C0%2C0%2C.748-.714v-.782a.7.7%2C0%2C0%2C0-.748-.68H3.4a.7.7%2C0%2C0%2C0-.748.68v.782a.706.706%2C0%2C0%2C0%2C.748.714Z%22%20transform%3D%22translate%28-2.652%2012.24%29%22%2F%3E%3C%2Fsvg%3E");
  }
}

.ac_trigger_02 {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #3f4245;
  color: #fff;
  letter-spacing: 0.15em;
}
.ac_trigger_02::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  right: 6px;
  top: 50%;
  height: 12px;
  width: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  background: center center no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.328%22%20height%3D%2213.464%22%20viewBox%3D%220%200%2013.328%2013.464%22%3E%3Cdefs%3E%3Cstyle%3E.a{fill%3A%236c6c6c%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M15.232-10.064a.706.706%2C0%2C0%2C0%2C.748-.714v-.748a.706.706%2C0%2C0%2C0-.748-.714h-4.08a.642.642%2C0%2C0%2C1-.68-.68v-4.25a.726.726%2C0%2C0%2C0-.748-.714H8.908a.726.726%2C0%2C0%2C0-.748.714v4.25a.652.652%2C0%2C0%2C1-.714.68H3.4a.706.706%2C0%2C0%2C0-.748.714v.748a.706.706%2C0%2C0%2C0%2C.748.714H7.48a.642.642%2C0%2C0%2C1%2C.68.68v4.25a.726.726%2C0%2C0%2C0%2C.748.714h.816a.726.726%2C0%2C0%2C0%2C.748-.714v-4.25a.679.679%2C0%2C0%2C1%2C.748-.68Z%22%20transform%3D%22translate%28-2.652%2017.884%29%22%2F%3E%3C%2Fsvg%3E");
}
.ac_trigger_02.__black {
  color: #000;
  border-color: #e5e5e5;
}
.ac_trigger_02._m .ac_trigger_02:hover .ac_trigger_icon {
  color: #1ec8b4;
}
@media all and (max-width: 750px) {
  .ac_trigger_02_icon {
    font-size: 30px;
    right: 17px;
  }
}

.js_acOpened .ac_trigger_icon {
  background-color: transparent;
}
.js_acOpened .ac_trigger_icon::before {
  background-color: #1ec8b4;
}
.js_acOpened .ac_trigger_icon i::before,
.js_acOpened .ac_trigger_icon i::after {
  background-color: #1ec8b4;
}
.js_acOpened .ac_trigger_icon i::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
@media screen and (min-width: 751px) {
  .js_acOpened:hover .ac_trigger_icon::before {
    background-color: #1ec8b4;
  }
  .js_acOpened:hover .ac_trigger_icon i::before,
  .js_acOpened:hover .ac_trigger_icon i::after {
    background-color: #fff !important;
  }
}

.align_center {
  text-align: center;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.bold {
  font-weight: 500;
}

.fc_mc {
  color: #1ec8b4;
}
.fc_white {
  color: #fff;
}
.fc_monotone {
  color: #4c6086;
}

.link_border {
  display: inline-block;
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .link_border::after {
    content: "";
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 0;
    height: 1px;
    opacity: 0;
    background: #1ec8b4;
  }
  .link_border:hover::after {
    width: 100%;
    opacity: 1;
  }
}

.ff_en {
  font-family: "Roboto Condensed", sans-serif;
}

.fs_10 {
  font-size: 10px;
}

.fs_11 {
  font-size: 11px;
}

.fs_12 {
  font-size: 12px;
}

.fs_13 {
  font-size: 13px;
}

.fs_14 {
  font-size: 14px;
}

.fs_15 {
  font-size: 15px;
}

.fs_18 {
  font-size: 18px;
}

.fs_19 {
  font-size: 19px;
}

.fs_20 {
  font-size: 20px;
}

.fw_200 {
  font-weight: 200;
}

.fw_300 {
  font-weight: 300;
}

.fw_400 {
  font-weight: 400;
}

.fw_500 {
  font-weight: 500;
}

.fw_600 {
  font-weight: 600;
}

.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_35 {
  margin-top: 35px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_45 {
  margin-top: 45px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_55 {
  margin-top: 55px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_65 {
  margin-top: 65px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_75 {
  margin-top: 75px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_85 {
  margin-top: 85px;
}

.mt_90 {
  margin-top: 90px;
}

.mt_95 {
  margin-top: 95px;
}

.mt_100 {
  margin-top: 100px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_35 {
  margin-bottom: 35px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_45 {
  margin-bottom: 45px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_55 {
  margin-bottom: 55px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_65 {
  margin-bottom: 65px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_75 {
  margin-bottom: 75px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mb_85 {
  margin-bottom: 85px;
}

.mb_90 {
  margin-bottom: 90px;
}

.mb_95 {
  margin-bottom: 95px;
}

.mb_100 {
  margin-bottom: 100px;
}

.ml_5 {
  margin-left: 5px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_25 {
  margin-left: 25px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_35 {
  margin-left: 35px;
}

.ml_40 {
  margin-left: 40px;
}

.ml_45 {
  margin-left: 45px;
}

.ml_50 {
  margin-left: 50px;
}

.ml_55 {
  margin-left: 55px;
}

.ml_60 {
  margin-left: 60px;
}

.ml_65 {
  margin-left: 65px;
}

.ml_70 {
  margin-left: 70px;
}

.ml_75 {
  margin-left: 75px;
}

.ml_80 {
  margin-left: 80px;
}

.ml_85 {
  margin-left: 85px;
}

.ml_90 {
  margin-left: 90px;
}

.ml_95 {
  margin-left: 95px;
}

.ml_100 {
  margin-left: 100px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_25 {
  margin-right: 25px;
}

.mr_30 {
  margin-right: 30px;
}

.mr_35 {
  margin-right: 35px;
}

.mr_40 {
  margin-right: 40px;
}

.mr_45 {
  margin-right: 45px;
}

.mr_50 {
  margin-right: 50px;
}

.mr_55 {
  margin-right: 55px;
}

.mr_60 {
  margin-right: 60px;
}

.mr_65 {
  margin-right: 65px;
}

.mr_70 {
  margin-right: 70px;
}

.mr_75 {
  margin-right: 75px;
}

.mr_80 {
  margin-right: 80px;
}

.mr_85 {
  margin-right: 85px;
}

.mr_90 {
  margin-right: 90px;
}

.mr_95 {
  margin-right: 95px;
}

.mr_100 {
  margin-right: 100px;
}

.p_5 {
  padding: 5px;
}

.p_10 {
  padding: 10px;
}

.p_15 {
  padding: 15px;
}

.p_20 {
  padding: 20px;
}

.p_25 {
  padding: 25px;
}

.p_30 {
  padding: 30px;
}

.p_35 {
  padding: 35px;
}

.p_40 {
  padding: 40px;
}

.p_45 {
  padding: 45px;
}

.p_50 {
  padding: 50px;
}

.p_55 {
  padding: 55px;
}

.p_60 {
  padding: 60px;
}

.p_65 {
  padding: 65px;
}

.p_70 {
  padding: 70px;
}

.p_75 {
  padding: 75px;
}

.p_80 {
  padding: 80px;
}

.p_85 {
  padding: 85px;
}

.p_90 {
  padding: 90px;
}

.p_95 {
  padding: 95px;
}

.p_100 {
  padding: 100px;
}
