@charset "UTF-8";
@-webkit-keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
@keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
body,
html {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #fff;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 13px;
}
@media all and (max-width: 767px) {
  body,
  html {
    font-size: 12px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.34;
  font-weight: 400;
  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;
  image-rendering: -webkit-optimize-contrast;
}

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

:focus {
  outline: none;
}

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

/*1枚ものLP用*/
#one_lp_article {
  width: 100%;
  margin: 0;
  padding: 0;
}
#one_lp_article .one_lp_page_content {
  word-wrap: break-word;
}
#one_lp_article .one_lp_page_text {
  width: 100%;
  text-align: center;
  padding: 3% 0;
}
#one_lp_article .one_lp_page_text#one_lp_page_text01 {
  font-size: 170%;
  font-weight: bold;
}
#one_lp_article .one_lp_page_image {
  text-align: center;
  width: 100%;
}
#one_lp_article .one_lp_page_image img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #043871;
}

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

#included-files-fie-on-wp-footer {
  display: none;
}

@media all and (max-width: 767px) {
  .page_under #wrapper {
    padding-top: 44px;
  }
}
@media screen and (min-width: 768px) {
  .page_under #wrapper {
    padding-top: 72px;
  }
}

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800;
  -webkit-transition: background-color 0.3s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
  transition: background-color 0.3s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out, background-color 0.3s ease-in-out;
  transition: box-shadow 0.5s ease-in-out, background-color 0.3s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
}
.header_logo {
  position: fixed;
  top: 22px;
  left: 30px;
  z-index: 10;
}
.header_logo_img .a {
  fill: #043871;
}
.header a {
  display: block;
}
.header.has_shadow {
  -webkit-box-shadow: 0px 4px 31px -2px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 31px -2px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
@media all and (max-width: 767px) {
  .header {
    height: 44px;
    padding-right: 15px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .header_logo {
    width: 124px;
    top: 11px;
    left: 15px;
  }
  .header_logo svg {
    width: 124px;
    height: 22px;
  }
}
@media screen and (min-width: 768px) {
  .header {
    height: 72px;
    padding-right: 25px;
  }
}

.drawer-opened .header {
  background: #fff;
}

.gnav {
  z-index: 900;
}
.gnav a {
  position: relative;
  display: block;
  text-decoration: none;
}
.gnav_item {
  font-family: acumin-pro, sans-serif;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .gnav .drawer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100svh;
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .gnav a {
    color: #fff;
  }
  .gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: calc(100vh - 140px);
    min-height: 380px;
    max-height: 600px;
    width: 335px;
    margin: 0 auto;
    padding-bottom: 8vh;
    /*プルダウン*/
  }
  .gnav ul .dropdown .submenu {
    min-height: 160px;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    padding-bottom: 0;
    margin-left: 2rem;
  }
  .gnav_item a {
    font-size: 14px;
    padding: 5px 0;
  }
  .gnav_address {
    margin-top: 25px;
    font-size: 12px;
  }
  .gnav_privacy {
    font-size: 12px;
  }
  .gnav_privacy a {
    padding: 5px 0;
  }
  .gnav_bn_intersect {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .gnav {
    height: 100%;
    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;
  }
  .gnav 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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    letter-spacing: 0;
    width: calc(100vw - 240px);
    max-width: 690px;
    margin-left: auto;
    /*プルダウン*/
  }
  .gnav ul .dropdown {
    position: relative;
  }
  .gnav ul .dropdown:hover .submenu {
    display: block;
  }
  .gnav ul .dropdown .submenu {
    width: 230px;
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .gnav a {
    white-space: nowrap;
    line-height: 30px;
  }
  .gnav a.current::before {
    content: "";
    position: absolute;
    left: -13px;
    top: calc(50% - 3px);
    display: block;
    height: 8px;
    width: 8px;
    background: url("../../assets/img//common/gnav_current.svg") center left no-repeat;
    background-size: contain;
  }
}

@media all and (max-width: 767px) {
  .drawer-toggle {
    position: absolute;
    height: 30px;
    width: 30px;
    background: transparent;
    top: 7px;
    right: 15px;
    z-index: 810;
  }
  .drawer-toggle span {
    position: absolute;
    right: 10px;
    height: 1px;
    width: 30px;
    display: block;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    background: #043871;
    left: 0;
  }
  .drawer-toggle span:nth-of-type(1) {
    top: 12px;
  }
  .drawer-toggle span:nth-of-type(2) {
    top: 18px;
  }
  .drawer-toggle.opened span:nth-of-type(1), .drawer-toggle.opened span:nth-of-type(2) {
    top: 15px;
  }
  .drawer-toggle.opened span:nth-of-type(1) {
    -webkit-transform: rotate(-19deg);
            transform: rotate(-19deg);
  }
  .drawer-toggle.opened span:nth-of-type(2) {
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
  }
}
@media screen and (min-width: 768px) {
  .drawer-toggle {
    display: none;
  }
}

.pagetop {
  position: fixed;
  z-index: 700;
  height: 32px;
  width: 32px;
  right: 2.9282576867vw;
  bottom: 40px;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  color: transparent;
  background: #E9ECF2;
  border: 1px solid #E9ECF2;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: none;
}
.pagetop::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #043871;
  width: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.pagetop::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 2.5px);
  top: calc(50% - 4.5px);
  background: url(../../assets/img/common/arrow_02.svg) center center no-repeat;
  background-size: contain;
  width: 5px;
  height: 9px;
}
.pagetop:hover {
  border-color: #fff;
}
.pagetop:hover::before {
  width: 100%;
  opacity: 1;
}
.pagetop:hover::after {
  background-image: url(../../assets/img/common/arrow_01.svg);
  -webkit-animation-name: arrow_anim;
          animation-name: arrow_anim;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media all and (max-width: 767px) {
  .pagetop {
    height: 22px;
    width: 22px;
    right: 20px;
    bottom: 35px;
  }
}

.footer {
  background-color: #043871;
}
.footer a {
  color: #fff;
}
.footer_nav 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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: acumin-pro, sans-serif;
  gap: 20px;
}
.footer .link_border::after {
  background: #fff;
}
.footer_comname {
  padding-top: 90px;
}
.footer_comname_logo {
  margin-bottom: 20px;
}
.footer_comname .icon_02 {
  background-image: url("../../assets/img/common/icon_map_out.png");
  background-size: 10px auto;
  background-position: calc(100% - 1px) 0.4em;
  padding-right: 18px;
}
.footer_comname .icon_02::before {
  background-image: url("../../assets/img/common/icon_map_white.png");
  visibility: hidden;
}
.footer_bottom {
  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;
  margin-top: 40px;
  line-height: 1.5;
  font-family: acumin-pro, sans-serif;
}
.footer_copyright {
  color: #4c6086;
  margin-left: 30px;
  padding-right: 4.5387994143vw;
}
.footer_copyright small {
  display: inline-block;
  white-space: nowrap;
  font-family: acumin-pro, sans-serif;
  font-weight: 600;
  color: #fff;
}
@media all and (max-width: 767px) {
  .footer {
    padding: 20px 20px 36px;
  }
  .footer_nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_nav ul li {
    width: 80%;
  }
  .footer_nav ul .dropdown > a {
    margin-bottom: 20px;
  }
  .footer_nav ul .submenu {
    margin-left: 2rem;
  }
  .footer_nav a {
    display: block;
    line-height: 40px;
  }
  .footer_comname {
    padding-top: 40px;
  }
  .footer_comname_logo img {
    width: 127px;
  }
  .footer_copyright {
    padding-right: 47px;
  }
}
@media screen and (max-width: 374px) {
  .footer {
    padding: 5.3333333333vw 5.3333333333vw 36px;
    font-size: 11px;
  }
  .footer_copyright {
    font-size: 10px;
    margin-left: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 4.39238653vw 5.8565153734vw 46px 5.8565153734vw;
  }
  .footer_nav ul {
    margin: 0 auto;
    /*プルダウン*/
  }
  .footer_nav ul .gnav_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .footer_nav ul .dorpdown .submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: static;
    width: auto;
  }
  .footer_nav a {
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 0;
  }
  .footer_comname {
    font-size: 12px;
  }
  .footer_comname .icon_02 {
    will-change: background-image;
    -webkit-transition: background-image 0.2s ease-out;
    transition: background-image 0.2s ease-out;
  }
  .footer_comname .icon_02:hover {
    background-image: url("../../assets/img/common/icon_map_white.png");
  }
  .footer_privacy {
    font-size: 12px;
  }
}

/*1枚ものLP用*/
#one_lp_article {
  width: 100%;
  margin: 0;
  padding: 0;
  color: black;
}
#one_lp_article .one_lp_page_content {
  word-wrap: break-word;
}
#one_lp_article .one_lp_page_text {
  width: 100%;
  text-align: center;
  padding: 3% 0;
}
#one_lp_article .one_lp_page_text#one_lp_page_text01 {
  font-size: 170%;
  font-weight: bold;
}
#one_lp_article .one_lp_page_image {
  text-align: center;
  width: 100%;
}
#one_lp_article .one_lp_page_image img {
  width: 100%;
}

@media all and (max-width: 767px) {
  .drawer-nav {
    position: fixed;
    z-index: 900;
    top: 44px;
    width: 100vw;
    height: calc(100vh - 44px);
    left: 0;
    display: none;
    background-color: #043871;
  }
  .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: transparent;
    position: fixed;
    z-index: 750;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
  }
  .drawer-opened {
    overflow: auto;
    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;
  }
}
body.drawer-opened {
  height: 100%;
}

.mw_wp_form .error {
  color: #DE0000 !important;
  font-weight: 400;
}

.required {
  vertical-align: middle;
  background: url("../../assets/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: #E9ECF2;
  padding: 12px;
  display: block;
  border: 1px solid #E9ECF2;
  border-radius: 3px;
}
@media all and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel], input[type=url], input[type=password], textarea {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  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: #E9ECF2;
  padding: 8px;
  display: block;
  border: 1px solid #E9ECF2;
  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: 768px) {
  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: #E9ECF2;
  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("../../assets/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: #043871;
  color: #043871;
}
.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: 767px) {
  .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 #E9ECF2;
  padding-top: 18px;
  padding-bottom: 18px;
}
.item_name {
  font-weight: 600;
}
.item_privacy {
  border-top: 1px solid #E9ECF2;
  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: 767px) {
  .item_name {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .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("../../assets/img//common/arrow_02.svg") right center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  vertical-align: middle;
}
.form_btn .input_back input {
  color: #043871;
  font-family: acumin-pro, sans-serif;
}
@media all and (max-width: 767px) {
  .form_btn {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .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 #E9ECF2;
}
@media all and (max-width: 767px) {
  .mw_wp_form_confirm .form_btn {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .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;
}

#wrapper {
  min-height: 100vh;
}

@media all and (max-width: 767px) {
  .contents {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .contents {
    margin-top: 100px;
  }
  .contents .section_title {
    margin-left: 80px;
    margin-bottom: 15px;
    z-index: 1;
  }
}

@media all and (max-width: 767px) {
  .inner_01 {
    margin: 0 20px;
  }
}
@media screen and (max-width: 374px) {
  .inner_01 {
    margin: 0 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .inner_01 {
    margin: 0 30px;
  }
}

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

.b_kv {
  position: relative;
  background: center center no-repeat;
  background-size: cover;
}
.b_kv_inner {
  position: relative;
  background: #fff;
  top: -40px;
}
@media all and (max-width: 767px) {
  .b_kv {
    height: 568px;
    padding-left: 20px;
    margin-right: 20px;
  }
  .b_kv_inner {
    width: 77.3333333333vw;
    padding: 50px 25px 20px;
  }
}
@media screen and (max-width: 374px) {
  .b_kv {
    padding-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
  .b_kv_inner {
    top: -10.6666666667vw;
    padding: 13.3333333333vw 6.6666666667vw 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .b_kv {
    margin-right: 30px;
    height: 668px;
  }
  .b_kv_inner {
    width: 525px;
    padding: 70px 50px 40px;
    margin-left: 30px;
  }
}

.b_section_01_img {
  display: block;
  background: center center no-repeat;
  background-size: cover;
}
.b_section_01_img.__img_right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media all and (max-width: 767px) {
  .b_section_01 {
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 100px;
  }
  .b_section_01_img {
    position: relative;
    width: calc(100vw - 20px);
    height: calc(100vw - 20px);
    left: -20px;
    margin-bottom: 30px;
  }
  .b_section_01_img.__img_right {
    left: 0;
  }
}
@media screen and (max-width: 374px) {
  .b_section_01 {
    margin-right: 5.3333333333vw;
    margin-left: 5.3333333333vw;
    padding-top: 26.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
  .b_section_01_img {
    width: 94.6666666667vw;
    height: 94.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .b_section_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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 150px;
  }
  .b_section_01_img {
    max-height: 668px;
    max-width: 668px;
    width: calc(50% - 12px);
    height: calc(50vw - 12px);
  }
  .b_section_01_cnts {
    max-width: 580px;
    margin: 0 auto;
    padding: 0 3.6603221083vw;
  }
}

.b_section_02 {
  max-width: 714px;
  margin: 0 auto 54px;
}
@media all and (max-width: 767px) {
  .b_section_02 {
    margin: 0 20px 40px;
  }
}
@media screen and (max-width: 374px) {
  .b_section_02 {
    margin: 0 5.3333333333vw 13.3333333333vw;
  }
}

.breadcrumbs {
  font-size: 11px;
  margin-left: 80px;
  color: #4c6086;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin-top: 72px;
  }
}
.breadcrumbs ol {
  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;
}
.breadcrumbs ol li:not(:last-child) {
  margin-right: 15px;
}
.breadcrumbs a {
  color: #4c6086;
  padding-left: 0;
}
@media all and (max-width: 767px) {
  .breadcrumbs {
    margin-left: 20px;
    padding-top: 45px;
  }
}

.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;
}

/*.list_note_01 {
  > li {
    margin-left: 1em;
    text-indent: -1em;
    &::before {
      content: "※";
    }
  }
}*/
.list_mark_01 > li {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.list_mark_01 > li::before {
  width: 1em;
  min-width: 1em;
  content: "・";
  display: block;
}
.list_mark_01 > li:not(:last-child) {
  margin-bottom: 1em;
}

.list_check_01 > li {
  padding-left: 30px;
  background: url("../../assets/img/common/icon_check_01.svg") left 0.3em no-repeat;
}
.list_check_01 > li:not(:last-child) {
  margin-bottom: 1.2em;
}

.list_num_01 {
  counter-reset: num1 0;
}
.list_num_01 > li {
  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;
}
.list_num_01 > li::before {
  display: block;
  letter-spacing: 0;
  counter-increment: num1 1;
  content: counter(num1) ". ";
  display: block;
  width: 2em;
  min-width: 2em;
}

.list_num_02 {
  counter-reset: num2 0;
}
.list_num_02 > li {
  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;
}
.list_num_02 > li::before {
  display: block;
  letter-spacing: 0;
  counter-increment: num2 1;
  content: "(" counter(num2) ")";
  display: block;
  width: 3em;
  min-width: 3em;
}

.dl_01 {
  border-top: 1px solid #E9ECF2;
}
.dl_01 dt {
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .dl_01 {
    line-height: 2.1;
  }
  .dl_01 dt {
    padding-top: 13px;
  }
  .dl_01 dd {
    padding-bottom: 13px;
    border-bottom: 1px solid #E9ECF2;
  }
}
@media screen and (min-width: 768px) {
  .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 #E9ECF2;
    padding: 20px 0;
  }
  .dl_01 dt {
    width: 23%;
  }
  .dl_01 dd {
    width: 77%;
  }
}

.b_intersect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  height: 668px;
  background: url("../../assets/img/common/bnr_intarsect_bg.jpg") center center no-repeat;
  text-align: center;
  background-size: cover;
}
.b_intersect h2 {
  margin-bottom: 40px;
}
.b_intersect h2 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.b_intersect_img_copy {
  margin-bottom: 30px;
}
.b_intersect_read {
  margin-bottom: 2em;
}
@media all and (max-width: 767px) {
  .b_intersect {
    height: 606px;
  }
  .b_intersect_img_copy {
    width: 257px;
  }
  .b_intersect_img_logo {
    width: 254px;
  }
}
.footer_archieves {
  color: #043871 !important;
  margin-left: 150px;
}

.footer_bnr {
  position: relative;
  z-index: 20;
}
.footer_bnr_child {
  background-color: #E9ECF2;
}
.footer_bnr_child_bg {
  background: center center no-repeat;
  background-size: cover;
}
.footer_bnr_read {
  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;
  gap: 15px;
}
@media all and (max-width: 767px) {
  .footer_bnr_child_bg {
    height: 66.6666666667vw;
  }
  .footer_bnr_inner {
    padding: 30px 20px 40px;
  }
  .footer_bnr_read {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .footer_bnr {
    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;
  }
  .footer_bnr_child {
    width: 50%;
  }
  .footer_bnr_child:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .footer_bnr_child_bg {
    height: 33.3089311859vw;
  }
  .footer_bnr_inner {
    padding: 5.8565153734vw;
  }
  .footer_bnr_read {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 767px) and (max-width: 978px) {
  .footer_bnr_inner {
    padding: 3.6603221083vw;
    padding-bottom: 3.3674963397vw;
  }
}

.b_company_link {
  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;
  font-family: acumin-pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}
.b_company_link a:not(:last-child) {
  margin-right: 40px;
}
@media all and (max-width: 767px) {
  .b_company .footer_bnr_child_bg {
    background-image: url("../../assets/img//common/bnr_company_bg_sp.jpg");
  }
  .b_company_link {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .b_company .footer_bnr_child_bg {
    background-image: url("../../assets/img//common/bnr_company_bg.jpg");
  }
}

.b_recruit h3 {
  margin-bottom: 10px;
  font-weight: bold;
}
.b_recruit_link {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.b_recruit_link li {
  margin-top: 5px;
}
.b_recruit_link li:not(:last-child) {
  margin-right: 5px;
}
.b_recruit .footer_bnr_child_bg {
  background-image: url("../../assets/img//common/bnr_recruit_bg.jpg");
}
.footer_bnr_approach .title_01 i {
  font-weight: 300;
  font-size: 22px;
}
@media all and (max-width: 767px) {
  .footer_bnr_approach .footer_bnr_child_bg {
    background-image: url("../../assets/img/common/footer_bnr_approach_bg_sp.jpg");
  }
  .footer_bnr_approach .title_01 i {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .footer_bnr_approach .footer_bnr_child_bg {
    background-image: url("../../assets/img/common/footer_bnr_approach_bg.jpg");
  }
}

@media all and (max-width: 767px) {
  .footer_bnr_consulting .footer_bnr_child_bg {
    background-image: url("../../assets/img/common/footer_bnr_consulting_bg_sp.jpg");
  }
}
@media screen and (min-width: 768px) {
  .footer_bnr_consulting .footer_bnr_child_bg {
    background-image: url("../../assets/img/common/footer_bnr_consulting_bg.jpg");
  }
}

.b_consulting {
  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;
  background: url("../../assets/img/common/b_consulting_bg.jpg") center center no-repeat;
}
@media all and (max-width: 767px) {
  .b_consulting {
    height: 606px;
    padding: 0 5.3333333333vw;
    background-image: url("../../assets/img//common/b_consulting_bg_sp.jpg");
  }
  .b_consulting .section_title {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .b_consulting {
    position: relative;
    height: 668px;
    padding: 0 30px;
  }
  .b_consulting_inner {
    position: relative;
    left: 75%;
    width: 50%;
    max-width: 425px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.b_approach {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b_approach:not(.index_approach) {
  height: 668px;
  z-index: 10;
  background: url("../../assets/img/common/bnr_approach_bg.jpg") center center no-repeat;
  background-size: cover;
}
.b_approach_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  text-align: center;
}
.b_approach h2 {
  margin-bottom: 50px;
}
.b_approach .approach_approach {
  padding-bottom: 35px;
  margin-bottom: 0 !important;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-size: 20px;
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  line-height: 1;
}
.b_approach .approach_approach_bar {
  content: "";
  display: block;
  height: 134px;
  width: 8px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 auto 15px;
  opacity: 0;
}
.b_approach .approach_approach_en {
  display: block;
  position: relative;
  opacity: 0;
}
.b_approach:not(.index_approach) .approach_approach_bar {
  width: 6px;
  height: 100px;
}
@media all and (max-width: 767px) {
  .b_approach:not(.index_approach) {
    height: 606px;
    background-image: url("../../assets/img/common/bnr_approach_bg_sp.jpg");
  }
  .b_approach_inner {
    padding-bottom: 25px;
  }
  .b_approach h2 {
    margin-bottom: 25px;
  }
  .b_approach h2 img {
    width: 329px;
  }
  .b_approach .approach_approach {
    padding-bottom: 0;
    margin-bottom: 30px !important;
  }
  .b_approach .approach_approach_bar {
    width: 6px;
    height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .b_approach_inner {
    padding-bottom: 90px;
  }
}

.fadeinUp {
  opacity: 0;
}

@media all and (max-width: 767px) {
  .hide_sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hide_pc {
    display: none;
  }
  .fade {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .fade:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 767px) and (max-width: 978px) {
  .hide_tb {
    display: none;
  }
}
.section_icon {
  display: block;
  height: 124px;
  width: 157px;
}
.section_icon i {
  height: 100%;
  width: 100%;
  display: block;
  background: url("../../assets/img/common/section_icon.svg") 0 0 no-repeat;
  background-size: 157px 124px;
}
.section_icon.__02 {
  position: relative;
  top: 16px;
  left: 68px;
}
.section_icon.__02 i {
  background-image: url("../../assets/img/common/section_icon_02.svg");
}
.section_icon.__04 {
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .section_icon {
    height: 46px;
    width: 58px;
  }
  .section_icon i {
    background-size: 58px 46px;
  }
  .section_icon.__01 {
    margin-left: -62px;
  }
}
@media screen and (min-width: 768px) {
  .section_icon.__03 {
    position: relative;
    top: -140px;
  }
}

@media all and (max-width: 767px) {
  .section_inner {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  .section_inner {
    width: 730px;
    margin-left: auto;
    margin-right: 40px;
  }
}

.has_angle {
  position: relative;
}
.has_angle [class^=__angle_] {
  position: relative;
  display: block;
  height: 0;
  width: 0;
  border: 22px solid transparent;
  position: absolute;
}
.has_angle.__s [class^=__angle_] {
  border-width: 18px;
}
@media all and (max-width: 767px) {
  .has_angle [class^=__angle_] {
    border-width: 17px;
  }
  .has_angle.__s [class^=__angle_] {
    border-width: 14px;
  }
}
.has_angle .__angle_tl {
  top: -1px;
  left: -1px;
  border-top-color: #fff;
  border-left-color: #fff;
}
.has_angle .__angle_tr {
  top: -1px;
  right: -1px;
  border-top-color: #fff;
  border-right-color: #fff;
}
.has_angle .__angle_br {
  bottom: -1px;
  right: -1px;
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.has_angle .__angle_bl {
  bottom: -1px;
  left: -1px;
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.has_angle.__bg2 .__angle_tl {
  border-top-color: #D6E2F2;
  border-left-color: #D6E2F2;
}
.has_angle.__bg2 .__angle_tr {
  border-top-color: #D6E2F2;
  border-right-color: #D6E2F2;
}
.has_angle.__bg2 .__angle_br {
  border-bottom-color: #D6E2F2;
  border-right-color: #D6E2F2;
}
.has_angle.__bg2 .__angle_bl {
  border-bottom-color: #D6E2F2;
  border-left-color: #D6E2F2;
}

.section_title {
  position: relative;
  display: inline-block;
  font-weight: 600;
}
.section_title_bar {
  content: "";
  display: block;
  height: 134px;
  width: 8px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-100%, -50%) rotate(-45deg);
          transform: translate(-100%, -50%) rotate(-45deg);
  opacity: 0;
}
.section_title.__bar_reverse_bar {
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
          transform: translate(-100%, -50%) rotate(45deg);
}
.section_title.__bar_mc .section_title_bar {
  background: #043871;
}
.section_title span {
  position: relative;
  font-family: acumin-pro, sans-serif;
  display: block;
  letter-spacing: 0;
  opacity: 0;
}
.section_title em {
  opacity: 0;
  display: block;
  position: relative;
  border-left: 1px solid #AAB6CB;
  padding-left: 1em;
}
.section_title.__mc {
  color: #043871;
}
@media all and (max-width: 767px) {
  .section_title {
    margin-bottom: 50px;
    margin-left: 20px;
  }
  .section_title span {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .section_title em {
    font-size: 13px;
  }
  .section_title_bar {
    width: 6px;
    height: 100px;
    right: -40%;
  }
  .section_title.__s span {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 374px) {
  .section_title {
    margin-bottom: 13.3333333333vw;
    margin-left: 5.3333333333vw;
    padding-right: 17.3333333333vw;
  }
  .section_title span {
    font-size: 8vw;
    margin-bottom: 2.1333333333vw;
  }
  .section_title em {
    font-size: 3.4666666667vw;
  }
  .section_title_bar {
    width: 1.6vw;
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .section_title {
    margin-bottom: 70px;
    padding-right: 94px;
  }
  .section_title span {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .section_title em {
    line-height: 20px;
  }
}

.title_01 {
  font-weight: 600;
}
.title_01 span {
  display: block;
  margin-bottom: 10px;
  font-family: acumin-pro, sans-serif;
  font-size: 30px;
  letter-spacing: 0;
}
.title_01 em {
  display: block;
  border-left: 1px solid #AAB6CB;
  padding-left: 1em;
  line-height: 20px;
}
@media all and (max-width: 767px) {
  .title_01 {
    margin-bottom: 20px;
  }
  .title_01 span {
    font-size: 26px;
  }
  .title_01 em {
    font-size: 13px;
  }
  .title_01.__mgh {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .title_01 {
    margin-bottom: 30px;
  }
  .title_01.__mgh {
    margin-bottom: 60px;
  }
}

.title_02 {
  position: relative;
  background: url("../../assets/img/common/title_02_bg.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: 600;
  height: 364px;
  position: relative;
  margin-bottom: 25px;
}
.title_02_text {
  display: block;
  max-width: 1006px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
}
@media all and (max-width: 767px) {
  .title_02 {
    height: 120px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .title_02_text {
    font-size: 20px;
  }
}

.title_03 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}
.title_03 span {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .title_03 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .title_03 span {
    font-size: 14px;
  }
}

.icon_01 {
  padding-left: 22px;
  background: left center no-repeat;
}
.icon_02 {
  padding-right: 22px;
  background: right center no-repeat;
}
.icon.__outline {
  background-image: url("../../assets/img/common/icon_outline.svg");
}
.icon.__map {
  background-image: url("../../assets/img/common/icon_map.svg");
}
.icon_metro {
  display: inline-block;
  padding-left: 1.75em;
  background: left center no-repeat;
  vertical-align: middle;
}
.icon_metro.__z {
  background-image: url("../../assets/img/common/icon_metro_z.svg");
}
.icon_metro.__e {
  background-image: url("../../assets/img/common/icon_metro_e.svg");
}
.icon_metro.__g {
  background-image: url("../../assets/img/common/icon_metro_g.svg");
}

.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;
}

.arrow_anim_01 {
  display: block;
}
.arrow_anim_01 .arrow {
  display: inline-block;
  height: 32px;
  width: 32px;
  background: #043871;
  border: 1px solid #043871;
  overflow: hidden;
  border-radius: 3px;
}
.arrow_anim_01 .arrow::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 2.5px);
  top: calc(50% - 4.5px);
  background: url(../../assets/img/common/arrow_01.svg) center center no-repeat;
  background-size: contain;
  width: 5px;
  height: 9px;
}
@media all and (max-width: 767px) {
  .arrow_anim_01 .arrow {
    height: 22px;
    width: 22px;
  }
}
@media screen and (min-width: 768px) {
  .arrow_anim_01 .arrow::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 0;
    height: 100%;
    opacity: 0;
    -webkit-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .arrow_anim_01:hover .arrow::before {
    width: 100%;
    opacity: 1;
  }
  .arrow_anim_01:hover .arrow::after {
    background-image: url(../../assets/img/common/arrow_02.svg);
    -webkit-animation-name: arrow_anim;
            animation-name: arrow_anim;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}

.btn_01 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  font-family: acumin-pro, sans-serif;
  border: 1px solid #043871;
  line-height: 36px;
  background: #043871;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-decoration: none;
  overflow: hidden;
  padding: 0 20px;
  white-space: nowrap;
}
.btn_01 span {
  position: relative;
  z-index: 10;
}
.btn_01.__white {
  background: #fff;
  color: #043871;
}
.btn_01.__dull_blue {
  background: #AAB6CB;
  border-color: #AAB6CB;
  color: #11141B;
}
.btn_01.__disabled {
  background-color: #E9ECF2;
  color: #AAB6CB;
  border-color: #E9ECF2;
  cursor: not-allowed;
}
@media all and (max-width: 767px) {
  .btn_01 {
    min-width: 160px;
    line-height: 32px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .btn_01 {
    min-width: 186px;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .btn_01::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 0;
    height: 100%;
    opacity: 0;
    border-radius: 3px;
    -webkit-transition: width 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, opacity 0.4s ease-in-out;
    z-index: 1;
  }
  .btn_01:not(.__disabled):hover {
    color: #043871;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .btn_01:not(.__disabled):hover::before {
    width: 100%;
    opacity: 1;
  }
  .btn_01.__white::before {
    background: #043871;
  }
  .btn_01.__white:hover {
    color: #fff;
    border-color: #fff;
  }
  .btn_01.__dull_blue::before {
    background: #11141B;
  }
  .btn_01.__dull_blue:hover {
    color: #AAB6CB;
  }
}

.btn_02 {
  position: relative;
  border-radius: 3px;
  border: 1px solid #AAB6CB;
  display: inline-block;
  padding: 0 10px 1px;
}
@media screen and (min-width: 768px) {
  .btn_02 {
    -webkit-transition: border 0.3s ease-in;
    transition: border 0.3s ease-in;
  }
  .btn_02:hover {
    border-color: #043871;
  }
}

.btn_submit, .btn_back {
  padding: 0 !important;
}
.btn_submit input, .btn_back input {
  position: relative;
  z-index: 10;
  display: inline-block;
  height: 44px;
  width: 186px;
  border-radius: 3px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.btn_submit input[disabled], .btn_back input[disabled] {
  cursor: not-allowed;
}
@media all and (max-width: 767px) {
  .btn_submit input, .btn_back input {
    width: 160px;
  }
}
@media screen and (min-width: 768px) {
  .btn_submit:not(.__disabled), .btn_back:not(.__disabled) {
    -webkit-transition: border 0.3s ease-in;
    transition: border 0.3s ease-in;
  }
  .btn_submit:not(.__disabled) input:hover, .btn_back:not(.__disabled) input:hover {
    color: #043871 !important;
  }
}

.ac_trigger_icon {
  display: block;
  position: relative;
  padding: 0 !important;
  background: #043871;
  border: 1px solid #043871;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}
.ac_trigger_icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  display: block;
  height: 10px;
  width: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ac_trigger_icon i::before, .ac_trigger_icon i::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ac_trigger_icon i::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media all and (max-width: 767px) {
  .ac_trigger_icon {
    height: 23px;
    width: 23px;
  }
  .ac_trigger_icon i {
    height: 8px;
    width: 8px;
  }
}
@media screen and (min-width: 768px) {
  .ac_trigger_icon {
    height: 32px;
    width: 32px;
    overflow: hidden;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .ac_trigger_icon::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 0;
    height: 100%;
    opacity: 0;
    border-radius: 3px;
    -webkit-transition: width 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, opacity 0.4s ease-in-out;
    z-index: 1;
  }
  .ac_trigger:hover .ac_trigger_icon {
    color: #043871;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .ac_trigger:hover .ac_trigger_icon::before {
    width: 100%;
    opacity: 1;
  }
  .ac_trigger:hover .ac_trigger_icon i::before, .ac_trigger:hover .ac_trigger_icon i::after {
    background-color: #043871;
  }
}

.js_acOpened .ac_trigger_icon {
  background-color: transparent;
}
.js_acOpened .ac_trigger_icon::before {
  background-color: #043871;
}
.js_acOpened .ac_trigger_icon i::before, .js_acOpened .ac_trigger_icon i::after {
  background-color: #043871;
}
.js_acOpened .ac_trigger_icon i::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .js_acOpened:hover .ac_trigger_icon::before {
    background-color: #043871;
  }
  .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: #043871;
}
.fc_white {
  color: #fff;
}
.fc_monotone {
  color: #4C6086;
}

.link_border {
  display: inline-block;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .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: #043871;
  }
  .link_border:hover::after {
    width: 100%;
    opacity: 1;
  }
}

.ff_en {
  font-family: acumin-pro, 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;
}

.contact_btnarea {
  max-width: 620px;
  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;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.contact_thx_msg {
  margin-top: 70px;
  margin-bottom: 3em;
  font-weight: 600;
  text-align: center;
}
.contact_thx_btn {
  text-align: center;
}
@media all and (max-width: 767px) {
  .contact_form dt {
    margin-bottom: 7px;
  }
  .contact_form dd {
    margin-bottom: 12px;
  }
  .contact_form .input_message {
    height: 225px;
  }
}
@media screen and (min-width: 768px) {
  .contact_form {
    max-width: 620px;
  }
  .contact_form dt {
    margin-bottom: 10px;
  }
  .contact_form dd {
    margin-bottom: 20px;
  }
  .contact_form .input_comname, .contact_form .input_name, .contact_form .input_email {
    width: 330px;
  }
  .contact_form .input_message {
    height: 312px;
  }
}

.contact_comfirm .contact_form dt, .contact_error .contact_form dt {
  font-weight: 600;
}
.contact_comfirm .contact_btnarea, .contact_error .contact_btnarea {
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .contact_comfirm .contact_btnarea, .contact_error .contact_btnarea {
    margin-top: 30px;
  }
}

.show_error {
  display: none !important;
}

.contact_error .show_error {
  display: block !important;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}