@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, 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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

textarea,
iframe {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  overflow-y: scroll;
  background: #101953;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
textarea {
  -webkit-appearance: none;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  font-size: 108%;
  line-height: 1.7;
  color: #333;
  padding: 9px;
  background: #F8F8F8;
  border: 1px solid #E5E5E5;
  outline: none;
  border-radius: 0;
  box-sizing: border-box;
}

select {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  font-size: 100%;
  line-height: 1.7;
  color: #333;
  padding: 8px;
  background: #FFF;
  border: 1px solid #999;
  outline: none;
  border-radius: 3px;
  box-sizing: border-box;
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  position: relative;
  padding-left: 23px;
  margin-right: 20px;
  cursor: pointer;
  white-space: nowrap;
}
input[type=radio] + span::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #555;
  border-radius: 50%;
}
input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #2133A6;
  border-radius: 50%;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  position: relative;
  padding-left: 23px;
  margin-right: 20px;
  cursor: pointer;
  white-space: nowrap;
}
input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #555;
  border-radius: 2px;
}
input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #2133A6;
  border-radius: 2px;
}

input::placeholder {
  color: #BBB;
}

input:-ms-input-placeholder {
  color: #BBB;
}

input::-ms-input-placeholder {
  color: #BBB;
}

a:link,
a:visited {
  color: #2133A6;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #2133A6;
  text-decoration: none;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #F8625E !important;
}

.wpcf7-response-output {
  padding: 10px !important;
  border-radius: 8px;
}

.wpcf7 .ajax-loader {
  display: none !important;
}

.grecaptcha-badge {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    margin-bottom: 42px;
  }
}

.l-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 130px;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    height: 60px;
    background: #FFF;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  }
}
.l-header.scrolled {
  position: fixed;
  height: 75px;
  background: #FFF;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .l-header.scrolled {
    height: 60px;
  }
}

.l-header-second {
  position: absolute;
  top: 0;
  height: 120px;
  z-index: 1000;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .l-header-second {
    height: 60px;
    background: #FFF;
  }
}

.l-header-inner {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .l-header-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-inner {
    padding: 0 0 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .l-global-nav {
    display: table-cell !important;
    vertical-align: middle;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-global-nav {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, rgba(33, 51, 166, 0.95), rgba(35, 130, 229, 0.95));
    transform: scale(1.2);
    transition-property: transform;
    transition-duration: 0.3s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .l-global-nav.active {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .l-global-nav__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
.l-container-fluid {
  position: relative;
  padding: 50px 20px;
}
@media screen and (max-width: 767px) {
  .l-container-fluid {
    padding: 30px 10px;
  }
}

.l-container {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}
.l-container::after {
  content: "";
  display: block;
  clear: both;
}

.l-container-narrow {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.l-container-narrow::after {
  content: "";
  display: block;
  clear: both;
}

.l-mainvisual {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-mainvisual {
    margin-top: 60px;
  }
}

.l-service {
  position: relative;
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .l-service {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-service {
    padding: 30px 10px;
  }
}

.l-secondvisual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  background: url(../img/secondvisual.jpg) no-repeat center center/cover;
}
.l-secondvisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #2382E5, #2133A6);
  mix-blend-mode: multiply;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .l-secondvisual {
    margin-top: 60px;
    height: 140px;
  }
}

.l-topicpath {
  position: relative;
  padding: 20px 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .l-topicpath {
    padding: 15px 10px 0 10px;
  }
}

.l-contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .l-contents {
    display: block;
  }
}

.l-main {
  width: 100%;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .l-main {
    padding-right: 0;
  }
}

.l-side {
  width: 220px;
  min-width: 220px;
}
@media screen and (max-width: 1024px) {
  .l-side {
    width: auto;
    min-width: auto;
    margin-top: 30px;
  }
}

.l-side-group {
  margin-bottom: 30px;
}
.l-side-group:last-child {
  margin-bottom: 0;
}

.l-footer {
  padding: 50px 20px 0 20px;
  background: #101953;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 30px 10px 0 10px;
  }
}

.l-footer-inner {
  max-width: 1024px;
  margin: 0 auto;
}

a.c-btn-round-blue {
  position: relative;
  display: inline-block;
  width: 300px;
  padding: 17px;
  font-size: 116%;
  line-height: 1.3;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  background: linear-gradient(to right, #2382E5 0%, #2133A6 50%, #2382E5 100%);
  background-size: 200% auto;
  border-radius: 100px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  a.c-btn-round-blue {
    font-size: 108%;
    width: 100%;
  }
}
a.c-btn-round-blue::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  a.c-btn-round-blue::before {
    right: 20px;
  }
}
a.c-btn-round-blue:hover {
  background-position: right center;
}

a.c-btn-round-whiteline {
  position: relative;
  display: inline-block;
  width: 300px;
  padding: 16px;
  font-size: 116%;
  line-height: 1.3;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  border-radius: 100px;
  border: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  a.c-btn-round-whiteline {
    font-size: 108%;
    width: 100%;
  }
}
a.c-btn-round-whiteline::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  a.c-btn-round-whiteline::before {
    right: 20px;
  }
}
a.c-btn-round-whiteline:hover {
  background: #FFF;
  color: #2133A6;
}
a.c-btn-round-whiteline:hover::before {
  border-color: #2133A6;
}

a.c-btn-info {
  position: relative;
  padding: 10px 32px 10px 18px;
  border: 1px solid #2133A6;
  border-radius: 100px;
  text-decoration: none;
  transition: 0.2s;
}
a.c-btn-info::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #2133A6;
  border-right: 2px solid #2133A6;
  transform: rotate(45deg);
  transition: 0.2s;
}
a.c-btn-info:hover {
  background-color: #2133A6;
  color: #FFF;
}
a.c-btn-info:hover::before {
  border-color: #FFF;
}
@media screen and (max-width: 767px) {
  a.c-btn-info {
    display: inline-block;
    width: 100%;
    padding: 16px;
    font-size: 108%;
    line-height: 1.3;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    transition: 0.5s;
    background: linear-gradient(to right, #2382E5 0%, #2133A6 50%, #2382E5 100%);
    background-size: 200% auto;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    border: none;
  }
  a.c-btn-info::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg);
    transition: 0.2s;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  a.c-btn-info::before {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  a.c-btn-info:hover {
    background-color: none;
    background-position: right center;
  }
}

.c-btn-send {
  margin-top: 30px;
  text-align: center;
}
.c-btn-send input[type=submit] {
  display: inline-block;
  width: 300px;
  padding: 17px;
  font-size: 116%;
  line-height: 1.3;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  background: linear-gradient(to right, #2382E5 0%, #2133A6 50%, #2382E5 100%);
  background-size: 200% auto;
  border-radius: 100px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-btn-send input[type=submit] {
    font-size: 108%;
    width: 100%;
  }
}
.c-btn-send input[type=submit]:hover {
  background-position: right center;
}

.c-grid {
  margin-bottom: 50px;
}
.c-grid::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .c-grid {
    margin-bottom: 30px;
  }
}
.c-grid:last-of-type {
  margin-bottom: 0;
}

.c-grid-1 {
  width: 3.75%;
}

.c-grid-2 {
  width: 12.5%;
}

.c-grid-3 {
  width: 21.2%;
}

.c-grid-4 {
  width: 30%;
}

.c-grid-5 {
  width: 40%;
}

.c-grid-6 {
  width: 47.5%;
}

.c-grid-7 {
  width: 55%;
}

.c-grid-8 {
  width: 65%;
}

.c-grid-9 {
  width: 73.8%;
}

.c-grid-10 {
  width: 82.5%;
}

.c-grid-11 {
  width: 91.2%;
}

.c-grid-12 {
  width: 100%;
}

.c-grid-1,
.c-grid-2,
.c-grid-3,
.c-grid-4,
.c-grid-5,
.c-grid-6,
.c-grid-7,
.c-grid-8,
.c-grid-9,
.c-grid-10,
.c-grid-11 {
  float: left;
  margin: 0 5% 0 0;
}
@media screen and (max-width: 767px) {
  .c-grid-1,
  .c-grid-2,
  .c-grid-3,
  .c-grid-4,
  .c-grid-5,
  .c-grid-6,
  .c-grid-7,
  .c-grid-8,
  .c-grid-9,
  .c-grid-10,
  .c-grid-11 {
    float: none;
    margin: 0 0 30px 0;
    width: auto;
  }
}

.c-grid-1:last-child,
.c-grid-2:last-child,
.c-grid-3:last-child,
.c-grid-4:last-child,
.c-grid-5:last-child,
.c-grid-6:last-child,
.c-grid-7:last-child,
.c-grid-8:last-child,
.c-grid-9:last-child,
.c-grid-10:last-child,
.c-grid-11:last-child {
  float: right;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-grid-1:last-child,
  .c-grid-2:last-child,
  .c-grid-3:last-child,
  .c-grid-4:last-child,
  .c-grid-5:last-child,
  .c-grid-6:last-child,
  .c-grid-7:last-child,
  .c-grid-8:last-child,
  .c-grid-9:last-child,
  .c-grid-10:last-child,
  .c-grid-11:last-child {
    float: none;
  }
}

.c-box-contact {
  max-width: 750px;
  margin: 0 auto;
  padding: 30px;
  border: 3px solid #FFF;
}

.c-label-category {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  background: #2133A6;
  padding: 6px 8px;
  min-width: 120px;
  font-size: 85%;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-label-category {
    display: inline-block;
    min-width: 80px;
    font-size: 70%;
    padding: 3px 5px;
  }
}

.u-label-hissu {
  float: right;
  display: inline-block;
  background: linear-gradient(to right, #F8625E 0%, #FFA27D 100%);
  font-size: 13px;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
  padding: 7px 10px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .u-label-hissu {
    font-size: 12px;
  }
}

.p-logo {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.p-logo a {
  display: block;
  width: 300px;
  height: 48px;
  background: url(../img/logo.png) no-repeat center center/cover;
  background-size: 300px 48px;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-logo a {
    width: 220px;
    height: 100%;
    background: url(../img/logo_fixed.png) no-repeat center center/contain;
  }
}

.scrolled .p-logo a {
  background: url(../img/logo_fixed.png) no-repeat center center/cover;
  background-size: 300px 48px;
}
@media screen and (max-width: 767px) {
  .scrolled .p-logo a {
    width: 220px;
    height: 100%;
    background-size: contain;
  }
}

.p-logo-footer {
  text-align: center;
}
.p-logo-footer img {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .p-logo-footer img {
    width: 220px;
  }
}

.p-copyright {
  margin-top: 40px;
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 93%;
  color: #FFF;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .p-copyright {
    margin-top: 25px;
    padding: 15px;
    font-size: 85%;
  }
}

.p-pagetop {
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.p-pagetop a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transition: 0.1s;
}
@media screen and (max-width: 767px) {
  .p-pagetop a {
    width: 34px;
    height: 34px;
  }
}
.p-pagetop a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-pagetop a::before {
    top: 4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}
.p-pagetop a:hover {
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 768px) {
  .clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: 0.4s;
    transform: translateY(-110%);
  }
  .scrolled {
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .clone-nav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-global-nav {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .p-global-nav li {
    padding-left: 25px;
  }
  .p-global-nav li a {
    position: relative;
    display: inline-block;
    padding-top: 4px;
    font-size: 108%;
    line-height: 1.3;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.2s;
  }
  .p-global-nav li a span {
    display: block;
    padding-top: 5px;
    font-size: 65%;
    font-family: Arial, Helvetica, sans-serif;
  }
  .p-global-nav li:last-child a {
    position: relative;
    display: inline-block;
    width: 200px;
    padding: 14px 0;
    font-size: 108%;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    background: linear-gradient(to right, #F8625E 0%, #FFA27D 25%, #FFCA81 50%, #FFA27D 75%, #F8625E 100%);
    background-size: 200% auto;
    border-radius: 50px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    opacity: 1;
  }
  .p-global-nav li:last-child a:hover {
    background-position: right center;
  }
  .p-global-nav li:last-child a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    width: 17px;
    height: 17px;
    background: url(../img/icon_mail.png) no-repeat 0 center/cover;
  }
  .scrolled .p-global-nav li:not(:last-child) a {
    color: #333;
  }
  .scrolled .p-global-nav li:last-child a {
    padding: 11px 0;
    font-size: 100%;
    color: #FFF;
  }
  .scrolled .p-global-nav li:last-child a::before {
    width: 15px;
    height: 15px;
    background: url(../img/icon_mail.png) no-repeat 0 center/cover;
  }
}
@media screen and (max-width: 767px) {
  .p-global-nav li {
    padding: 15px 0;
    text-align: center;
  }
  .p-global-nav li a {
    display: block;
    font-size: 154%;
    color: #FFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    text-decoration: none;
  }
  .p-global-nav li a span {
    display: none;
  }
  .hamburger {
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    touch-action: manipulation;
    overflow: hidden;
  }
  .hamburger_icon {
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
  }
  .hamburger_icon,
  .hamburger_icon::before,
  .hamburger_icon::after {
    display: block;
    width: 32px;
    height: 2px;
    background-color: #2133A6;
  }
  .hamburger_icon::before,
  .hamburger_icon::after {
    position: absolute;
    content: "";
    transition-property: background-color, transform;
    transition-duration: 0.3s;
  }
  .hamburger_icon::before {
    top: -10px;
  }
  .hamburger_icon::after {
    top: 10px;
  }
  .hamburger.active .hamburger_icon,
  .hamburger.active .hamburger_icon::before,
  .hamburger.active .hamburger_icon::after {
    background-color: #FFF;
  }
  .hamburger.active .hamburger_icon {
    background-color: transparent;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
  }
  .hamburger.active .hamburger_icon::before {
    transform: translateY(10px) rotate(45deg);
  }
  .hamburger.active .hamburger_icon::after {
    transform: translateY(-10px) rotate(-45deg);
  }
}
.p-topicpath {
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
}
.p-topicpath li {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-topicpath li {
    font-size: 85%;
  }
}
.p-topicpath li a {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-right: 12px;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .p-topicpath li a {
    margin-right: 10px;
    padding-right: 14px;
  }
}
.p-topicpath li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #2133A6;
  border-right: 2px solid #2133A6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-topicpath li a::before {
    width: 4px;
    height: 4px;
  }
}

.wp-pagenavi {
  margin-top: 46px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    font-size: 93%;
    margin-top: 26px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  border: 1px solid #2133A6;
  padding: 13px 16px;
  margin: 4px 2px 0 2px;
  line-height: 1;
  color: #2133A6;
  text-decoration: none;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 10px 12px;
  }
}
.wp-pagenavi a:hover {
  color: #FFF;
  background: #2133A6;
}
.wp-pagenavi span.current {
  color: #FFF;
  background: #2133A6;
}

.p-pager {
  display: table;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-pager {
    margin: 30px auto 0 auto;
  }
}
.p-pager li {
  display: table-cell;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-pager li {
    padding: 0 5px;
  }
}
.p-pager li a {
  display: block;
  width: 150px;
  padding: 12px 0;
  line-height: 1.5;
  color: #2133A6;
  text-align: center;
  text-decoration: none;
  border: 2px solid #2133A6;
  border-radius: 100px;
  transition: all 0.2s;
}
.p-pager li a:hover {
  background: #2133A6;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-pager li a {
    width: 110px;
    padding: 8px 0;
    font-size: 93%;
  }
}

.p-title-pagename {
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 260%;
  line-height: 1;
  color: #FFF;
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .p-title-pagename {
    font-size: 140%;
    padding-bottom: 20px;
  }
}
.p-title-pagename::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-title-pagename::before {
    width: 45px;
  }
}

.p-title-center {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-title-center {
    margin-bottom: 30px;
  }
}
.p-title-center__jpn {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 231%;
  line-height: 1;
  color: #2133A6;
}
@media screen and (max-width: 767px) {
  .p-title-center__jpn {
    margin-bottom: 8px;
    font-size: 154%;
  }
}
.p-title-center__eng {
  font-family: "Noto Serif JP", serif;
  font-size: 116%;
  line-height: 1.5;
  color: #2133A6;
}
@media screen and (max-width: 767px) {
  .p-title-center__eng {
    font-size: 93%;
  }
}

.p-title-center-white {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-title-center-white {
    margin-bottom: 30px;
  }
}
.p-title-center-white__jpn {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 231%;
  line-height: 1;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-title-center-white__jpn {
    margin-bottom: 8px;
    font-size: 154%;
  }
}
.p-title-center-white__eng {
  font-family: "Noto Serif JP", serif;
  font-size: 116%;
  line-height: 1.5;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-title-center-white__eng {
    font-size: 93%;
  }
}

.p-title-post {
  margin-bottom: 30px;
}
.p-title-post ul {
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-title-post ul {
    margin-bottom: 5px;
  }
}
.p-title-post ul li {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-title-post ul li:last-child {
    font-size: 93%;
    line-height: 1.5;
  }
}
.p-title-post h1 {
  margin-bottom: 30px;
  padding-bottom: 18px;
  font-size: 185%;
  line-height: 1.5;
  border-bottom: 3px solid #2133A6;
}
@media screen and (max-width: 767px) {
  .p-title-post h1 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 154%;
  }
}

.p-title-side {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 139%;
  line-height: 1.5;
  color: #2133A6;
}

.p-title-underline {
  margin: 30px 0;
  padding: 0 0 13px 0;
  font-size: 139%;
  line-height: 1.4;
  color: #2133A6;
  border-bottom: 3px solid #2133A6;
}
.p-title-underline:first-of-type {
  margin-top: 0;
}

.p-title-colorbar {
  margin: 30px 0;
  padding: 12px 15px;
  font-size: 131%;
  line-height: 1.4;
  color: #2133A6;
  background: #E8F4FC;
  border-left: 5px solid #2133A6;
}

.p-title-leftline {
  margin: 40px 0 20px 0;
  padding: 0 0 0 20px;
  font-size: 131%;
  line-height: 1.4;
  position: relative;
}
.p-title-leftline::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 35px;
  background: #2133A6;
}

.p-title-simple {
  margin: 30px 0 15px 0;
  font-size: 124%;
  line-height: 1.4;
}

.p-title-small {
  margin: 30px 0 15px 0;
  font-size: 116%;
  line-height: 1.4;
}

.p-mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  background: linear-gradient(-45deg, #2133A6, #2382E5);
}
@media screen and (max-width: 767px) {
  .p-mainvisual {
    height: 250px;
  }
}
.p-mainvisual::before {
  content: "";
  position: absolute;
  z-index: 1;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.15;
}
.p-mainvisual__catch {
  position: absolute;
  z-index: 2;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-mainvisual__catch img {
  width: 620px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-mainvisual__catch img {
    width: 240px;
  }
}

.p-info-top {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  width: 50%;
  display: flex;
  align-items: center;
  padding: 28px;
  background: #FFF;
}
@media screen and (max-width: 1024px) {
  .p-info-top {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-info-top {
    position: relative;
    width: auto;
    padding: 15px;
  }
}
.p-info-top dt {
  margin-right: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 116%;
  line-height: 1.5;
  color: #2133A6;
}
@media screen and (max-width: 767px) {
  .p-info-top dt {
    margin-right: 15px;
    font-size: 108%;
  }
}
.p-info-top dd {
  width: 100%;
}
.p-info-top dd a {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 30px;
  color: #333;
  line-height: 1.6;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-info-top dd a {
    display: block;
    padding-right: 20px;
  }
}
.p-info-top dd a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 3px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #2133A6;
  border-right: 3px solid #2133A6;
  transform: rotate(45deg);
}
.p-info-top__date {
  margin-right: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-info-top__date {
    display: block;
    margin-right: 0;
    font-size: 93%;
  }
}
.p-info-top__title {
  text-decoration: underline;
}
.p-info-top__title:hover {
  text-decoration: none;
}

.p-scroll {
  position: absolute;
  z-index: 3;
  left: 50px;
  bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-scroll {
    display: none;
  }
}
.p-scroll a {
  position: relative;
  display: block;
  padding: 20px 10px 70px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 93%;
  color: #FFF;
  font-style: italic;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.p-scroll a span {
  display: block;
  transform: rotate(90deg);
}
.p-scroll a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 15px;
  background: #FFF;
  animation: sdl 3s ease infinite;
}
.p-scroll a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
}
@keyframes sdl {
  0% {
    transform: translateY(-35px);
  }
  50%, 100% {
    transform: translateY(15px);
  }
}

.p-list-approach {
  margin: -5% -5% 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-list-approach {
    margin: 0;
    display: block;
  }
}
.p-list-approach li {
  width: 28.33%;
  margin: 5% 5% 0 0;
}
@media screen and (max-width: 767px) {
  .p-list-approach li {
    width: auto;
    margin: 0 0 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .p-list-approach li:last-of-type {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.p-approach {
  color: #FFF;
}
.p-approach dt {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-approach dt img {
    width: 65%;
  }
}
.p-approach dd {
  margin-bottom: 0.8em;
  font-size: 93%;
}
.p-approach dd:last-of-type {
  margin-bottom: 0;
}

.p-lead-service {
  margin-bottom: 50px;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lead-service {
    margin-bottom: 30px;
    text-align: left;
  }
}

.p-list-service li {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-list-service li {
    display: block;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}
.p-list-service li:last-child {
  margin-bottom: 0;
}

.p-service-image {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-service-image {
    width: auto;
  }
}
.p-service-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-service {
  width: 60%;
  padding: 35px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-service {
    width: auto;
    padding: 25px;
  }
}
.p-service__title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 139%;
  line-height: 1.4;
  color: #2133A6;
}
.p-service__title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #F8625E, #FFA27D, #FFCA81, #FFF8A8);
}
@media screen and (max-width: 767px) {
  .p-service__title::before {
    height: 3px;
  }
}
.p-service__text {
  font-size: 93%;
}
.p-service__menu {
  position: relative;
  margin-top: 25px;
  padding: 12px 20px 12px 20px;
  border: 1px solid #2382E5;
}
.p-service__menu::after {
  content: "";
  display: block;
  clear: both;
}
.p-service__menu dt {
  position: absolute;
  z-index: 2;
  top: -15px;
  left: 1em;
  background: #FFF;
  margin-bottom: 5px;
  padding: 0 1em;
  font-size: 93%;
  font-weight: bold;
  color: #2382E5;
}
.p-service__menu dd {
  float: left;
  width: 50%;
  position: relative;
  padding-left: 1em;
  font-size: 77%;
}
@media screen and (max-width: 767px) {
  .p-service__menu dd {
    float: none;
    width: auto;
  }
}
.p-service__menu dd::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2382E5;
}

.p-table-common {
  width: 100%;
}
.p-table-common th {
  border: 1px solid #2133A6;
  padding: 15px;
  background: #E8F4FC;
  text-align: center;
  width: 22%;
}
@media screen and (max-width: 767px) {
  .p-table-common th {
    padding: 12px;
  }
}
.p-table-common td {
  border: 1px solid #2133A6;
  padding: 15px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-table-common td {
    padding: 12px;
  }
}

.p-info li {
  margin-bottom: 10px;
}
.p-info li:last-child {
  margin-bottom: 0;
}
.p-info li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 50px 20px 25px;
  text-decoration: none;
  color: #333;
  background: #FFF;
}
.p-info li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #2133A6;
  border-right: 3px solid #2133A6;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-info li a::before {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-info li a {
    display: block;
    padding: 12px 40px 12px 15px;
  }
}
.p-info__date {
  margin-right: 25px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-info__date {
    float: left;
    margin-right: 10px;
    padding: 4px 0;
    font-size: 85%;
  }
}
.p-info__label {
  margin-right: 25px;
  white-space: nowrap;
  background: #2133A6;
  padding: 6px 8px;
  min-width: 120px;
  font-size: 85%;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-info__label {
    display: inline-block;
    min-width: 80px;
    font-size: 70%;
    padding: 3px 5px;
  }
}
.p-info__title {
  color: #333;
  text-decoration: underline;
}
.p-info__title:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-info__title {
    display: block;
    clear: both;
    margin-top: 5px;
  }
}

.p-btn-info {
  position: absolute;
  top: 25px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-btn-info {
    position: static;
    margin-top: 30px;
  }
}

.p-recruit {
  position: relative;
  z-index: 0;
  padding: 60px;
  background: url(../img/bg_recruit.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding: 50px 25px;
  }
}
.p-recruit::before {
  position: absolute;
  z-index: -1;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(-30deg, #FFB9B5 2%, #FCEED0 7%, #ECE5F1 10%, #2382E5 20%, #101953 50%);
  opacity: 0.9;
}
.p-recruit::after {
  position: absolute;
  z-index: -1;
  content: "";
  margin: auto;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .p-recruit::after {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}

.p-info-list li {
  border-top: 1px solid #E5E5E5;
}
.p-info-list li:last-child {
  border-bottom: 1px solid #E5E5E5;
}
.p-info-list li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 50px 20px 25px;
  text-decoration: none;
  color: #333;
}
.p-info-list li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #CCC;
  border-right: 2px solid #CCC;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-info-list li a::before {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-info-list li a {
    display: block;
    padding: 12px 40px 12px 15px;
  }
}
.p-info-list__date {
  margin-right: 25px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-info-list__date {
    float: left;
    margin-right: 10px;
    padding: 4px 0;
    font-size: 85%;
  }
}
.p-info-list__label {
  margin-right: 25px;
  white-space: nowrap;
  background: #2133A6;
  padding: 6px 8px;
  min-width: 120px;
  font-size: 85%;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-info-list__label {
    display: inline-block;
    min-width: 80px;
    font-size: 70%;
    padding: 3px 5px;
  }
}
.p-info-list__title {
  color: #333;
  text-decoration: underline;
}
.p-info-list__title:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-info-list__title {
    display: block;
    clear: both;
    margin-top: 5px;
  }
}

.p-list-side {
  border-top: 1px solid #E5E5E5;
}
.p-list-side li {
  padding: 15px 10px;
  line-height: 1.6;
  border-bottom: 1px solid #E5E5E5;
}

.p-table-form {
  width: 100%;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .p-table-form {
    margin-top: -25px;
  }
}
.p-table-form th {
  padding: 30px 20px 30px 30px;
  border-bottom: 1px solid #E5E5E5;
  width: 300px;
  vertical-align: middle;
  font-size: 108%;
}
@media screen and (max-width: 767px) {
  .p-table-form th {
    display: block;
    padding: 0;
    border-bottom: 0;
    width: auto;
    margin-top: 25px;
  }
}
.p-table-form td {
  padding: 30px;
  border-bottom: 1px solid #E5E5E5;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-table-form td {
    display: block;
    padding: 0;
    border-bottom: 0;
    margin-top: 8px;
  }
}

.p-privacy {
  margin-top: 30px;
}
.p-privacy dt {
  font-size: 108%;
  font-weight: bold;
}
.p-privacy dd {
  margin-bottom: 1.2em;
  padding-left: 0.9em;
}
.p-privacy dd:last-of-type {
  margin-bottom: 0;
}

.p-list-disc {
  padding-left: 2em;
}
.p-list-disc li {
  list-style: disc;
}

.p-list-decimal {
  padding-left: 2em;
}
.p-list-decimal li {
  list-style: decimal;
}

.p-list-parentheses li {
  counter-increment: cnt;
}
.p-list-parentheses li::before {
  content: "(" counter(cnt) ") ";
}

.entry p {
  margin: 1.2em 0;
  line-height: 2;
}

.entry h2 {
  margin: 1.5em 0 1em 0;
  padding: 0 0 13px 0;
  font-size: 139%;
  line-height: 1.4;
  color: #2133A6;
  border-bottom: 3px solid #2133A6;
}

.entry h3 {
  margin: 2em 0 1em 0;
  padding: 12px 15px;
  font-size: 131%;
  line-height: 1.4;
  color: #2133A6;
  background: #E8F4FC;
  border-left: 5px solid #2133A6;
}

.entry h4 {
  margin: 2em 0 1em 0;
  padding: 0 0 0 20px;
  font-size: 131%;
  line-height: 1.4;
  position: relative;
}
.entry h4::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 35px;
  background: #2133A6;
}

.entry h5 {
  margin: 1.5em 0 1em 0;
  font-size: 124%;
  line-height: 1.4;
}

.entry h6 {
  margin: 1.5em 0 1em 0;
  font-size: 116%;
  line-height: 1.4;
}

.entry table {
  width: 100%;
  margin: 1.5em 0;
}
.entry table th {
  border: 1px solid #CCC;
  padding: 15px;
  background: #F5F5F5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry table th {
    padding: 12px;
  }
}
.entry table td {
  border: 1px solid #CCC;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .entry table td {
    padding: 12px;
  }
}

.entry ul {
  list-style: disc;
  margin: 1em 0;
  padding-left: 2em;
}

.entry ol {
  list-style: decimal;
  margin: 1em 0;
  padding-left: 2em;
}

.u-bgcolor-rightblue {
  background-color: #E8F4FC;
}

.u-bgcolor-brightblue {
  background-color: #F2F9FD;
}

.u-bgcolor-blue {
  background: linear-gradient(135deg, #2133A6, #2382E5);
}

.u-bgcolor-darkblue {
  background: linear-gradient(135deg, #101953, #2133A6, #2382E5);
}

.u-bgimg-contact {
  margin-bottom: -50px;
  z-index: 0;
  background: url(../img/bg_contact.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .u-bgimg-contact {
    margin-bottom: -30px;
  }
}
.u-bgimg-contact::before {
  position: absolute;
  z-index: -1;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.u-bgimg-contact::after {
  position: absolute;
  z-index: -1;
  content: "";
  margin: auto;
  top: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(16, 25, 83, 0) 0%, rgb(16, 25, 83) 100%);
}

.u-color-white {
  color: #FFF;
}

.u-color-yellow {
  color: #FFE29B;
}

.u-color-red {
  color: #F8625E;
}

.u-color-blue {
  color: #2133A6;
}

.u-spacer {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .u-spacer {
    margin-top: 30px;
  }
}

.u-anchor {
  display: block;
  position: absolute;
  z-index: 100;
  width: 0;
  height: 0;
  top: -74px;
}
@media screen and (max-width: 767px) {
  .u-anchor {
    top: -59px;
  }
}

.u-fadein {
  opacity: 0;
  transform: translateY(15px);
  transition: 1s;
}

.u-float-l {
  float: left !important;
}

.u-float-r {
  float: right !important;
}

.u-txt-l {
  text-align: left !important;
}

.u-txt-c {
  text-align: center !important;
}

.u-txt-r {
  text-align: right !important;
}

.u-fs11 {
  font-size: 11px !important;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs13 {
  font-size: 13px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs15 {
  font-size: 15px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs17 {
  font-size: 17px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs19 {
  font-size: 19px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

.u-fs21 {
  font-size: 21px !important;
}

.u-fs22 {
  font-size: 22px !important;
}

.u-fs23 {
  font-size: 23px !important;
}

.u-fs24 {
  font-size: 24px !important;
}

.u-fs25 {
  font-size: 25px !important;
}

.u-fs26 {
  font-size: 26px !important;
}

.u-fs27 {
  font-size: 27px !important;
}

.u-fs28 {
  font-size: 28px !important;
}

.u-fs29 {
  font-size: 29px !important;
}

.u-fs30 {
  font-size: 30px !important;
}

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

.u-mt5 {
  margin-top: 5px !important;
}

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

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

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

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}