@charset "UTF-8";
* {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.maparea{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
}

.maparea div{
  width:48%;
  margin-right:2%;
  margin-top:1%;
}

.maparea iframe{
  aspect-ratio: 1 / 1;
    max-width: 1000px;
    width: 100%;
    height: auto;
}

.mv{
  background-color: #fff;
}

.flexb{
  display:flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;

}
.flexb a{
  margin-left:2%;
}
/* ------------------------------------------スライダー */
/* .swiper{
     width: 100%;
    height: 100vh;
    max-width: 980px !important;
    margin: 0 auto !important;
    overflow: visible !important;
} */
.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 540px;
}
.swiper-wrapper {
  position: relative;
}
.slider1 .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 980px;
  height: 100%;
  text-align: center;
  /* line-height: 540px; */
  text-align: center;
  overflow: hidden;
  margin-top:50px;
  margin-bottom:50px;
}
/* スライド内の画像 */
.swiper-slide img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
/* .swiper-slide img {
  width: auto;
  height: 100%;
} */
.slider1 .swiper-slide:nth-child(3n + 1) {
  background-color: #fff;
}
.slider1 .swiper-slide:nth-child(3n + 2) {
  background-color: #fff;
}
.slider1 .swiper-slide:nth-child(3n + 3) {
  background-color: #fff;
}


html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
html body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: 0.3s 0s;
}

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}
  /*
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button,
input {

  overflow: visible;
}

button,
select {
 1 
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}
*/
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  background-color: #ffffff;
  width: 100%;
  overflow-x: hidden;
  height: 100%;
  min-height: 100%;
}
html body {
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 2;
  color: #000000;
  background-color: #ffffff;
  height: 100%;
  min-height: 100%;
}

.container-fluid {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 576px) {
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container {
  width: 1170px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}







@media screen and (max-width: 1220px) {
  .container {
    width: 942px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.col {
  display: flex;
  flex-wrap: wrap;
}
.col.col-bordered > .col-item {
  border-right: 1px solid #EAEDF2;
}
.col.col-2 {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 576px) {
  .col.col-2 {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.col.col-2 > .col-item {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 576px) {
  .col.col-2 > .col-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 576px) {
  .col.col-2.col-responsive-modify-1 > .col-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .col.col-2.col-responsive-modify-2 {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .col.col-2.col-responsive-modify-2 > .col-item {
    width: 100%;
  }
}
.col.col-2.col-bordered > .col-item:nth-of-type(2n+0) {
  border-right: 0;
}
.col.col-3 {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 576px) {
  .col.col-3 {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.col.col-3 > .col-item {
  width: 33.33333%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 576px) {
  .col.col-3 > .col-item {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 1220px) {
  .col.col-3.col-responsive-modify-1 > .col-item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .col.col-3.col-responsive-modify-1 > .col-item {
    width: 100%;
  }
}
.col.col-6 {
  margin-left: -5px;
  margin-right: -5px;
}
.col.col-6 > .col-item {
  width: 16.6666%;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 992px) {
  .col.col-6 > .col-item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 768px) {
  .col.col-6 > .col-item {
    width: 100%;
  }
}

.block-graph-small {
  padding: 0 90px;
  text-align: center;
}
@media screen and (max-width: 1220px) {
  .block-graph-small {
    padding: 0 60px;
  }
}
@media screen and (max-width: 576px) {
  .block-graph-small {
    padding: 0;
    margin-bottom: 30px;
  }
}

.block-pie-1 {
  padding: 60px;
  text-align: center;
}
@media screen and (max-width: 1220px) {
  .block-pie-1 {
    padding: 20px;
  }
}
@media screen and (max-width: 576px) {
  .block-pie-1 {
    margin-bottom: 30px;
  }
}

.block-pie-2 {
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 1220px) {
  .block-pie-2 {
    padding: 20px;
  }
}

.block-type-1 {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .block-type-1 {
    flex-direction: column;
    padding-bottom: 60px;
  }
}
.block-type-1 > .image,
.block-type-1 > .content {
  flex-shrink: 0;
}
.block-type-1 > .content {
  align-self: center;
  width: 460px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .block-type-1 > .content {
    width: 100%;
  }
}
.block-type-1 > .content.left {
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .block-type-1 > .content.left {
    padding-right: 0px;
  }
}
.block-type-1 > .content.right {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .block-type-1 > .content.right {
    padding-left: 0px;
  }
}
.block-type-1 > .image {
  width: calc((100vw - 100%) / 2 + 100% - 460px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .block-type-1 > .image {
    width: 100%;
    margin-top: 30px;
  }
}
.block-type-1 > .image > .image-inner {
  width: 100%;
  height: 20vw;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .block-type-1 > .image > .image-inner {
    height: 40vw;
    min-height: auto;
  }
}
.block-type-1 > .image > .image-inner img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.block-type-1.flex-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .block-type-1.flex-reverse {
    flex-direction: column;
  }
}

.table > .th-md col:nth-of-type(1) {
  width: 12em;
}
@media screen and (max-width: 576px) {
  .table > .th-md col:nth-of-type(1) {
    width: 4em;
  }
}
.table > .th-lg col:nth-of-type(1) {
  width: 15em;
}
@media screen and (max-width: 576px) {
  .table > .th-lg col:nth-of-type(1) {
    width: 4em;
  }
}
.table.table-type01 {
  width: 100%;
}
.table.table-type01 th,
.table.table-type01 td {
  padding: 25px;
  border: 1px solid #CDD8DE;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .table.table-type01 th,
  .table.table-type01 td {
    padding: 3px;
    font-size: 1.4rem;
  }
}
.table.table-type01 th {
  background-color: #F1F3F9;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}
.table.table-type02 {
  width: 100%;
}
.table.table-type02 th,
.table.table-type02 td {
  padding: 25px;
  border: 1px solid #cccccc;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .table.table-type02 th,
  .table.table-type02 td {
    padding: 3px;
    font-size: 1.4rem;
  }
}
.table.table-type02 th {
  background-color: #003c8a;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  color: #ffffff;
}
.table.table-type02 th.bg-cyan {
  background-color: #0C6071;
}
.table.table-type02 td {
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
}
.table.table-type02 thead td {
  padding: 25px 15px;
}
.table.table-type02 tbody th {
  text-align: left;
}
.table.table-sm {
  font-size: 1.4rem;
}

@media screen and (max-width: 1220px) {
  .table-responsive {
    width: 100%;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 1220px) {
  .table-responsive table {
    white-space: nowrap;
  }
}

.hover-banners {
  display: inline-block;
  position: relative;
}
.hover-banners:before, .hover-banners:after {
  content: "";
  background-color: #3C81DC;
  display: block;
  width: 1px;
  height: 0%;
  position: absolute;
  transition: 0.3s 0s;
  z-index: 1;
}
.hover-banners:before {
  top: 0px;
  left: 0px;
}
.hover-banners:after {
  bottom: 0px;
  right: 0px;
}
.hover-banners:hover:before, .hover-banners:hover:after {
  height: 100%;
}
.hover-banners > .hover-banners-inner {
  display: inline-block;
  position: relative;
}
.hover-banners > .hover-banners-inner:before, .hover-banners > .hover-banners-inner:after {
  content: "";
  background-color: #3C81DC;
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  transition: 0.3s 0s;
  z-index: 1;
}
.hover-banners > .hover-banners-inner:before {
  top: 0px;
  left: 0px;
}
.hover-banners > .hover-banners-inner:after {
  bottom: 0px;
  right: 0px;
}
.hover-banners > .hover-banners-inner:hover:before, .hover-banners > .hover-banners-inner:hover:after {
  width: 100%;
}

.box-type01 {
  display: block;
}
.box-type01 > .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 326px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  line-height: 1.2;
}
@media screen and (max-width: 1220px) {
  .box-type01 > .image {
    height: 280px;
  }
}
@media screen and (max-width: 992px) {
  .box-type01 > .image {
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .box-type01 > .image {
    height: 25vw;
  }
}
@media screen and (max-width: 576px) {
  .box-type01 > .image {
    height: 40vw;
  }
}
.box-type01 > .image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
    transition: 0.3s 0s;
}
.box-type01 > .image > .eng {
  display: block;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  font-family: montserrat, sans-serif;
  letter-spacing: 0.15em;
  color: #ffffff;
  position: absolute;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .box-type01 > .image > .eng {
    left: 25px;
  }
}
.box-type01 .title {
  margin-top: 15px;
  transition: 0.3s 0s;
}
@media screen and (max-width: 576px) {
  .box-type01 .title {
    margin-top: 5px;
  }
}
.box-type01.box-fluid > .image {
  height: 20vw;
}
@media screen and (max-width: 1220px) {
  .box-type01.box-fluid > .image {
    height: 30vw;
  }
}
@media screen and (max-width: 992px) {
  .box-type01.box-fluid > .image {
    height: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .box-type01.box-fluid > .image {
    height: 25vw;
  }
}
@media screen and (max-width: 576px) {
  .box-type01.box-fluid > .image {
    height: 40vw;
  }
}
.box-type01:hover > .image > img {
  filter: grayscale(0%) brightness(90%);
  transform: scale(1.1);
}
.box-type01:hover > .image > .eng {
  opacity: 0.7;
}
.box-type01:hover > .title {
  color: #3C81DC;
}

.box-type02 {
  display: block;
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 992px) {
  .box-type02 {
    padding-top: 0px;
  }
}
.box-type02 > .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vw;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  line-height: 1.2;
}
@media screen and (max-width: 1220px) {
  .box-type02 > .image {
    height: 25vw;
  }
}
@media screen and (max-width: 992px) {
  .box-type02 > .image {
    height: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .box-type02 > .image {
    height: 25vw;
  }
}
@media screen and (max-width: 576px) {
  .box-type02 > .image {
    height: 40vw;
  }
}
.box-type02 > .image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: grayscale(80%) brightness(80%);
  transition: 0.3s 0s;
}
.box-type02 > .inner {
  padding: 30px;
  width: 60%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: #ffffff;
  border-radius: 0px 0px 10px 0px;
}
@media screen and (max-width: 1220px) {
  .box-type02 > .inner {
    width: 70%;
  }
}
@media screen and (max-width: 992px) {
  .box-type02 > .inner {
    width: 100%;
    position: static;
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .box-type02 > .inner {
    margin-top: 15px;
  }
}
.box-type02 > .inner > .description {
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .box-type02 > .inner > .description {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 992px) {
  .box-type02 > .inner > .description {
    margin-top: 15px;
  }
}
.box-type02:hover > .image > img {
  filter: grayscale(0%) brightness(90%);
  transform: scale(1.1);
}
.box-type02:hover > .image > .eng {
  mix-blend-mode: overlay;
}
.box-type02:hover > .inner > .title {
  color: #3C81DC;
}

.box-type03 {
  text-align: center;
}
.box-type03 > .image {
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .box-type03 > .image {
    margin-bottom: 20px;
  }
}
.box-type03 > .contents > .description {
  margin-bottom: 5px;
  line-height: 1.5;
}
@media screen and (max-width: 1220px) {
  .box-type03 > .contents > .description {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 576px) {
  .box-type03 > .contents > .description {
    font-size: 1.2rem;
  }
}

.box-type04 {
  background-color: #003c8a;
  color: #ffffff;
  padding: 35px 25px;
  line-height: 1.2;
  text-align: center;
  height: 100%;
}
.box-type04 > .head {
  padding-bottom: 25px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 25px;
}
.box-type04 > .head > .title {
  height: 2.5em;
  display: block;
  margin-top: 5px;
}
.box-type04 > .content {
  font-weight: bold;
}
.box-type04 > .content > strong {
  display: inline-block;
  font-size: 5rem;
  font-family: montserrat, sans-serif;
  letter-spacing: 0.1em;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .box-type04 > .content > strong {
    font-size: 3.6rem;
    letter-spacing: 0;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.box-contact-form .form-item {
  display: flex;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #EAEDF2;
}
@media screen and (max-width: 992px) {
  .box-contact-form .form-item {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .box-contact-form .form-item {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.box-contact-form .form-item .form-title {
  width: 240px;
  font-weight: 500;
  position: relative;
  padding-top: 0.5em;
  padding-right: 50px;
}
@media screen and (max-width: 992px) {
  .box-contact-form .form-item .form-title {
    width: 100%;
    margin-bottom: 5px;
  }
}
.box-contact-form .form-item .form-title i {
  display: inline-block;
  line-height: 1.2;
  background-color: #DC0000;
  color: #ffffff;
  font-style: normal;
  text-align: center;
  position: absolute;
  padding: 5px 10px;
  right: 0;
  top: 0.8em;
  font-size: 1.4rem;
  border-radius: 5px;
}
.box-contact-form .form-item .form-body {
  width: calc(100% - 240px);
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  .box-contact-form .form-item .form-body {
    width: 100%;
    padding-left: 0px;
  }
}
.box-contact-form .form-item .form-body .error_blank {
  color: #dc3545;
}
.box-contact-form .form-item.contact-address .form-body dl {
  margin-bottom: 20px;
}
.box-contact-form .form-item.contact-address .form-body dl dt {
  display: none;
}
.box-contact-form #confirm_field {
  display: none;
}
.box-contact-form #confirm_field #confirm_window dl {
  border-bottom: 1px solid #EAEDF2;
  padding: 30px 15px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.box-contact-form #confirm_field #confirm_window dl dt {
  width: 12em;
  padding-left: 15px;
}
@media screen and (max-width: 576px) {
  .box-contact-form #confirm_field #confirm_window dl dt {
    width: 100%;
    padding-left: 0px;
  }
}
.box-contact-form #confirm_field #confirm_window dl dd {
  width: calc(100% - 12em);
}
@media screen and (max-width: 576px) {
  .box-contact-form #confirm_field #confirm_window dl dd {
    width: 100%;
  }
}
.box-contact-form #confirm_field .confirm-submit {
  display: flex;
  justify-content: center;
}
.box-contact-form #confirm_field .confirm-submit input {
  margin-left: 5px;
  margin-right: 5px;
}

.box-blog-detail-undernav {
  display: flex;
  justify-content: space-between;
}
.box-blog-detail-undernav > .item {
  margin-right: 5px;
}
.box-blog-detail-undernav > .item > .prev,
.box-blog-detail-undernav > .item > .next,
.box-blog-detail-undernav > .item > .index {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #003c8a;
  background-color: #EAEDF2;
  border-radius: 5px;
  margin-left: 5px;
  text-align: center;
  font-family: montserrat, sans-serif;
}
@media screen and (max-width: 576px) {
  .box-blog-detail-undernav > .item > .prev,
  .box-blog-detail-undernav > .item > .next,
  .box-blog-detail-undernav > .item > .index {
    height: 40px;
    line-height: 40px;
  }
}
.box-blog-detail-undernav > .item > .prev.current, .box-blog-detail-undernav > .item > .prev:hover,
.box-blog-detail-undernav > .item > .next.current,
.box-blog-detail-undernav > .item > .next:hover,
.box-blog-detail-undernav > .item > .index.current,
.box-blog-detail-undernav > .item > .index:hover {
  background-color: #003c8a;
  color: #fff;
}
.box-blog-detail-undernav > .item > .prev,
.box-blog-detail-undernav > .item > .next {
  width: 50px;
}
@media screen and (max-width: 576px) {
  .box-blog-detail-undernav > .item > .prev,
  .box-blog-detail-undernav > .item > .next {
    width: 40px;
  }
}
.box-blog-detail-undernav > .item > .index {
  padding-left: 40px;
  padding-right: 40px;
}

.box-news-detail-head {
  margin-bottom: 50px;
}
.box-news-detail-head > .aside {
  margin-bottom: 10px;
}
.box-news-detail-head > .aside > time {
  font-family: montserrat, sans-serif;
  color: #003c8a;
  font-weight: bold;
  display: inline-block;
}
.box-news-detail-head > .aside > .category {
  font-size: 1.4rem;
  width: 100px;
  text-align: center;
  color: #ffffff;
  background-color: #003c8a;
  display: inline-block;
  border-radius: 5px;
  margin-left: 10px;
}
.box-news-detail-head .title {
  line-height: 1.5;
  letter-spacing: 0;
}

.box-data01 > .head {
  background-color: #FBFCFF;
  padding: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .box-data01 > .head {
    font-size: 1.6rem;
  }
}
.box-data01 > .head > .text01 {
  display: block;
  font-size: 1.6rem;
}
.box-data01 > .head > strong {
  font-size: 10rem;
  color: #FFAA00;
  margin-left: 10px;
  margin-right: 5px;
  font-family: montserrat, sans-serif;
  position: relative;
  top: 0.04em;
}
@media screen and (max-width: 992px) {
  .box-data01 > .head > strong {
    font-size: 6rem;
  }
}
.box-data01 > .description {
  margin-top: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .box-data01 > .description {
    font-size: 1.4rem;
  }
}

.box-googlemap .google-map-body {
  width: 100%;
  height: 400px;
}

.box-history-logo > .inner {
  line-height: 0;
  background-color: #ffffff;
  padding: 35px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .box-history-logo > .inner {
    padding: 15px;
  }
}
.box-history-logo > .inner > .image {
  width: 50%;
  max-width: 200px;
  max-height: 90px;
  padding: 10px 5px;
  text-align: center;
}
.box-history-logo > .inner > .image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.box-history-logo > .text {
  margin-top: 5px;
}
@media screen and (max-width: 992px) {
  .box-history-logo > .text {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

.box-company-banner {
  display: flex;
  width: 100%;
  padding: 30px 0px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.3s 0s;
}
@media screen and (max-width: 768px) {
  .box-company-banner {
    flex-direction: column;
  }
}
.box-company-banner > .left,
.box-company-banner > .right {
  width: 50%;
  padding: 30px 50px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .box-company-banner > .left,
  .box-company-banner > .right {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .box-company-banner > .left,
  .box-company-banner > .right {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .box-company-banner > .left,
  .box-company-banner > .right {
    padding: 15px 15px;
  }
}
.box-company-banner > .left {
  border-right: 1px solid #EAEDF2;
  text-align: center;
  align-self: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .box-company-banner > .left {
    border-right: 0px;
    border-bottom: 1px solid #EAEDF2;
  }
}
.box-company-banner > .left > .company-name {
  margin-top: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .box-company-banner > .left > .company-name {
    margin-top: 20px;
  }
}
.box-company-banner > .right > .address {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .box-company-banner > .right > .address {
    margin-bottom: 0px;
  }
}
.box-company-banner > .hover-effect:before, .box-company-banner > .hover-effect:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 0%;
  background: #3C81DC;
  transition: 0.3s 0s;
}
.box-company-banner > .hover-effect:before {
  top: 0px;
  left: 0px;
}
.box-company-banner > .hover-effect:after {
  bottom: 0px;
  right: 0px;
}
.box-company-banner > .hover-effect > i:before, .box-company-banner > .hover-effect > i:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background: #3C81DC;
  transition: 0.6s 0s;
}
.box-company-banner > .hover-effect > i:before {
  top: 0px;
  left: 0px;
}
.box-company-banner > .hover-effect > i:after {
  bottom: 0px;
  right: 0px;
}
.box-company-banner > .hover-effect > i > span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 65, 103, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.3s 0s;
  color: #ffffff;
  opacity: 0;
  padding-top: 35px;
  font-style: normal;
  font-weight: bold;
}
.box-company-banner > .hover-effect > i > span:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: center center url("../images/common/icon-link.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: calc(50% - 35px);
  transform: translate(-50%, -50%);
}
.box-company-banner:hover > .hover-effect:before, .box-company-banner:hover > .hover-effect:after {
  width: 1px;
  height: 100%;
}
.box-company-banner:hover > .hover-effect > i:before, .box-company-banner:hover > .hover-effect > i:after {
  width: 100%;
  height: 1px;
}
.box-company-banner:hover > .hover-effect > i > span {
  opacity: 1;
  transition: 0.3s 0.6s;
}

.box-faq .faq-body > li {
  border-bottom: 1px solid #EAEDF2;
  line-height: 1.5;
}
.box-faq .faq-body > li:last-child {
  border: 0px;
}
.box-faq .faq-body > li .faq-question {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 35px;
  padding-top: 35px;
  display: block;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .box-faq .faq-body > li .faq-question {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.box-faq .faq-body > li .faq-question:hover {
  color: #3C81DC;
}
.box-faq .faq-body > li .faq-question .icon-q {
  font-size: 2.8rem;
  font-weight: 800;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 0.8em;
  font-style: normal;
  font-family: montserrat, sans-serif;
  color: #003c8a;
}
@media screen and (max-width: 768px) {
  .box-faq .faq-body > li .faq-question .icon-q {
    left: 0px;
    top: 0.4em;
  }
}
.box-faq .faq-body > li .faq-question .icon-toggle {
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 2.4em;
}
@media screen and (max-width: 768px) {
  .box-faq .faq-body > li .faq-question .icon-toggle {
    top: 1.5em;
  }
}
.box-faq .faq-body > li .faq-question .icon-toggle:before, .box-faq .faq-body > li .faq-question .icon-toggle:after {
  content: "";
  width: 14px;
  height: 3px;
  background-color: #003c8a;
  position: absolute;
}
.box-faq .faq-body > li .faq-question .icon-toggle:after {
  transform: rotate(90deg);
  transition: 0.3s 0s;
}
.box-faq .faq-body > li .faq-answer {
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 576px) {
  .box-faq .faq-body > li .faq-answer {
    padding-right: 0px;
  }
}
.box-faq .faq-body > li.on .faq-question .icon-toggle:after {
  transform: rotate(0deg);
}

.box-button-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .box-button-list {
    display: block;
  }
}
.box-button-list > .box-item {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .box-button-list > .box-item {
    display: block;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
}

.box-contact {
  text-align: center;
  color: #ffffff;
}
.box-contact .contact-body .description {
  display: block;
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .box-contact .contact-body .description {
    margin-bottom: 30px;
  }
}
.box-contact .contact-body .contact-tel {
  font-family: montserrat, sans-serif;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.3em;
}
.box-contact .contact-body .contact-tel i {
  display: inline-block;
  padding-right: 15px;
  font-style: normal;
}
.box-contact .contact-body .contact-tel .tel-number {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .box-contact .contact-body .contact-tel .tel-number {
    font-size: 2.8rem;
  }
}

.box-white {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px;
  color: #000000;
}

.box-type-thumb01 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .box-type-thumb01 {
    display: block;
  }
}
.box-type-thumb01 > .image {
  width: 217px;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .box-type-thumb01 > .image {
    width: 160px;
    margin: 0 auto;
  }
}
.box-type-thumb01 > .text {
  width: calc(100% - 217px);
  padding-left: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1220px) {
  .box-type-thumb01 > .text {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 992px) {
  .box-type-thumb01 > .text {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    padding-left: 0px;
    font-weight: 500;
  }
}
@media screen and (max-width: 576px) {
  .box-type-thumb01 > .text {
    font-size: 1.4rem;
  }
}

.canvas-wrap {
  position: relative;
  padding-top: 100px;
  margin-top: -100px;
}
.canvas-wrap.no-position {
  margin-top: 0px;
}
.canvas-wrap .canvas-container {
  line-height: 0;
  height: 100px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.icon-email {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  width: 20px;
  height: 14.06px;
  background: center center url("../images/common/icon-email.svg") no-repeat;
  background-size: contain;
}

.icon-arrow-blue {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  width: 10px;
  height: 16px;
  background: center center url("../images/common/icon-arrow-blue.svg") no-repeat;
  background-size: contain;
}

.icon-paper {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  width: 43px;
  height: 43px;
  background: center center url("../images/common/icon-paper.svg") no-repeat;
  background-size: contain;
}

.icon-building {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  width: 43px;
  height: 43px;
  background: center center url("../images/common/icon-building.svg") no-repeat;
  background-size: contain;
}

.icon-people {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  width: 43px;
  height: 43px;
  background: center center url("../images/common/icon-people.svg") no-repeat;
  background-size: contain;
}

.icon-text {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #ffffff;
  display: inline-block;
  font-style: normal;
  background-color: #003c8a;
  padding: 5px 10px;
}
@media screen and (max-width: 576px) {
  .icon-text {
    font-size: 1.2rem;
  }
}

.btn {
  display: inline-flex;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s 0s;
  max-width: 100%;
}
.btn:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s 0s linear;
}
.btn.btn-header {
  width: 198px;
  height: 46px;
}
.btn.btn-xs {
  width: 92px;
  height: 27px;
  font-size: 1.2rem;
}
.btn.btn-xs:after {
  width: 5px;
  height: 5px;
  right: 10px;
}
.btn.btn-xs.width-m {
  width: 196px;
}
.btn.btn-sm {
  width: 209px;
  height: 35px;
  font-size: 1.4rem;
}
.btn.btn-md {
  width: 209px;
  height: 58px;
}
.btn.btn-lg {
  width: 403px;
  height: 58px;
}
.btn.btn-fluid {
  width: 100%;
}
.btn.btn-primary {
  background-color: #003c8a;
  color: #ffffff;
  border: 1px solid #003c8a;
}
.btn.btn-primary:hover {
  background-color: #003c8a;
}
.btn.btn-primary:after {
  background-color: #ffffff;
}
.btn.btn-gray {
  background-color: #f0f0f0;
  border: 1px solid #cccccc;
}
.btn.btn-gray:hover {
  background-color: #eeeeee;
}
.btn.btn-gray:after {
  background-color: #ffffff;
}
.btn.btn-white {
  background-color: #ffffff;
  color: #003c8a;
  border: 1px solid #ffffff;
}
.btn.btn-white:after {
  background-color: #3C81DC;
}
.btn.btn-outline-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.btn-outline-white:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn.btn-outline-white:after {
  background-color: #ffffff;
}
.btn.btn-english {
  font-family: montserrat, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}
.btn:hover:after {
  width: 600px;
  height: 600px;
  right: -50px;
  opacity: 0;
  border-radius: 100%;
}

.blog-content p {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .blog-content p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.blog-content img {
  max-width: 100%;
  height: auto;
}
.blog-content h2 {
  font-size: 2.8rem;
  padding: 10px 15px;
  border-top: 3px solid #003c8a;
  border-bottom: 1px solid #EAEDF2;
  margin-top: 90px;
  margin-bottom: 30px;
  color: #003c8a;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .blog-content h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .blog-content h2 {
    font-size: 2rem;
    padding: 5px 0px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
.blog-content h3 {
  font-size: 2rem;
  padding: 5px 15px;
  color: #003c8a;
  font-weight: 500;
  border-bottom: 1px solid #EAEDF2;
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  .blog-content h3 {
    padding: 5px 0px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.blog-content h3:after {
  content: "";
  width: 20%;
  height: 1px;
  display: block;
  background-color: #003c8a;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pagination {
  text-align: center;
  margin-top: 60px;
  width: 100%;
}
.pagination > .nav-links {
  display: flex;
  justify-content: center;
}
.pagination > .nav-links .page-numbers {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #003c8a;
  background-color: #EAEDF2;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 576px) {
  .pagination > .nav-links .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.pagination > .nav-links .page-numbers.current, .pagination > .nav-links .page-numbers:hover {
  background-color: #003c8a;
  color: #fff;
}
.pagination > .nav-links .page-numbers.dots {
  background-color: transparent;
  color: #41484d;
  margin-left: 0px;
  margin-right: 0px;
}
.pagination > .nav-links .page-numbers.next, .pagination > .nav-links .page-numbers.prev {
  position: relative;
  font-family: montserrat, sans-serif;
  font-weight: 300;
}

.breadcrumb {
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-block;
  background: #003c8a;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 10px 30px;
  z-index: 2;
}
.breadcrumb a {
  opacity: 0.8;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.breadcrumb a:after {
  content: "-";
  display: inline-block;
  width: 20px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0px;
}
.breadcrumb a:hover {
  opacity: 1;
}
.breadcrumb a:hover:after {
  opacity: 0.8;
}

.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 576px) {
  .header {
    padding-top: 10px;
  }
}
.header .logo {
  width: 410px;
}
.header .logo img{
  width: 380px!important;
}
@media screen and (max-width: 1400px) {
  .header .logo {
    width: 330px;
  }
}
@media screen and (max-width: 576px) {
  .header .logo {
    width: 285px;
  }
}
.header .logo a {
  display: inline-block;
}
.header .logo a img {
  width: auto;
  height: 50px;
}
@media screen and (max-width: 1400px) {
  .header .logo a img {
    height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .header .logo a img {
    height: 35px;
  }
}
.header .logo a .logo-colors {
  display: inline-block;
}
.header .logo a .logo-white {
  display: none;
}
.header .header-right {
  z-index: 2;
}
.header .header-right .global-nav {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1220px) {
  .header .header-right .global-nav {
    display: none;
  }
}
.header .header-right .global-nav .item {
  display: flex;
  align-items: center;
}
.header .header-right .global-nav .item:before {
  content: "";
  display: block;
  width: 5px;
  height: 20px;
  transform: skewX(-45deg);
  background-color: #003c8a;
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 1400px) {
  .header .header-right .global-nav .item:before {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.header .header-right .global-nav .item:nth-of-type(1):before {
  display: none;
}
.header .header-right .global-nav .item > a {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  display: block;
  align-items: center;
  position: relative;
  padding-top: 3px;
}
@media screen and (max-width: 1400px) {
  .header .header-right .global-nav .item > a {
    font-size: 1.6rem;
  }
}
.header .header-right .global-nav .item > a:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0%;
  height: 3px;
  background-color: #003c8a;
  transition: 0.3s 0s;
}
.header .header-right .global-nav .item > .mega-menu {
  display: block;
  position: absolute;
  left: 0vw;
  width: 100%;
  background-color: #003c8a;
  opacity: 0;
  transition: 0.3s 0s;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #ffffff;
}
.header .header-right .global-nav .item > .mega-menu .level2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
  margin-right: 20px;
}
.header .header-right .global-nav .item > .mega-menu .level2 > div {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.header .header-right .global-nav .item > .mega-menu .level2 > div a {
  display: block;
  width: 100%;
  border-bottom: 1px dotted #fff;
  padding: 15px;
  position: relative;
  transition: 0.3s 0s;
}
.header .header-right .global-nav .item > .mega-menu .level2 > div a:after {
  content: "";
  display: block;
  width: 10px;
  height: 15.6px;
  background: center center url("../images/common/icon-arrow-white.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s 0s;
}
.header .header-right .global-nav .item > .mega-menu .level2 > div a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header .header-right .global-nav .item > .mega-menu .level2 > div a:hover:after {
  right: 5px;
}
.header .header-right .global-nav .item.hover > a:after, .header .header-right .global-nav .item.active > a:after {
  width: 100%;
}
.header .header-right .global-nav .item.hover > .mega-menu, .header .header-right .global-nav .item.active > .mega-menu {
  opacity: 1;
}
.header .header-right .global-nav .btn-contact {
  margin-left: 30px;
}
@media screen and (max-width: 1400px) {
  .header .header-right .global-nav .btn-contact {
    margin-left: 15px;
  }
}
.header .header-right .global-nav .btn-contact i {
  margin-right: 10px;
}
.header .header-right .hamb-button {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1220px) {
  .header .header-right .hamb-button {
    display: flex;
  }
}
.header .header-right .hamb-button i {
  width: 40px;
  height: 4px;
  background-color: #003c8a;
  position: absolute;
  transition: 0.3s 0s;
  transform-origin: center;
}
.header .header-right .hamb-button i:nth-of-type(1) {
  top: 8px;
}
.header .header-right .hamb-button i:nth-of-type(3) {
  bottom: 8px;
}

body.navbar-on .header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  background-color: #003c8a;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.navbar-on .header .logo a img {
  width: auto;
  height: 35px;
}
body.navbar-on .header .logo a .logo-colors {
  display: none;
}
body.navbar-on .header .logo a .logo-white {
  display: inline-block;
}
body.navbar-on .header .header-right .global-nav .item {
  color: #ffffff;
}
body.navbar-on .header .header-right .global-nav .item:before {
  background-color: #ffffff;
}
body.navbar-on .header .header-right .global-nav .item a:after {
  background-color: #ffffff;
}
body.navbar-on .header .header-right .global-nav .btn-contact a {
  border: 1px solid #ffffff;
}
body.navbar-on .header .hamb-button i {
  background-color: #ffffff;
}

.hamb-body {
  z-index: 1;
  width: 100%;
  height: 0%;
  background-color: #003c8a;
  position: fixed;
  left: 0px;
  top: 0px;
  overflow: hidden;
  transition: 0.3s 0s;
}
.hamb-body > nav {
  max-width: 600px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.hamb-body > nav a:not(.btn) {
  display: block;
  width: 100%;
  border-bottom: 1px dotted #fff;
  padding: 15px;
  position: relative;
  transition: 0.3s 0s;
  font-size: 2rem;
  color: #ffffff;
}
.hamb-body > nav a:not(.btn):after {
  content: "";
  display: block;
  width: 10px;
  height: 15.6px;
  background: center center url("../images/common/icon-arrow-white.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s 0s;
}
.hamb-body > nav a:not(.btn):hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.hamb-body > nav a:not(.btn):hover:after {
  right: 5px;
}

body.hambOn .header .header-right .hamb-button i {
  background-color: #ffffff;
}
body.hambOn .header .header-right .hamb-button i:nth-of-type(1) {
  transform: rotate(135deg);
  top: calc(50% - 2px);
}
body.hambOn .header .header-right .hamb-button i:nth-of-type(2) {
  opacity: 0;
}
body.hambOn .header .header-right .hamb-button i:nth-of-type(3) {
  transform: rotate(-135deg);
  bottom: calc(50% - 2px);
}

.footer {
  background-color: #003c8a;
  color: #ffffff;
  line-height: 1.5;
  padding-top: 100px;
  padding-bottom: 50px;
}
.footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .footer .footer-inner {
    display: block;
  }
}
.footer .footer-inner .footer-left {
  width: 320px;
}
@media screen and (max-width: 992px) {
  .footer .footer-inner .footer-left {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .footer .footer-inner .footer-left .logo {
    margin-bottom: 60px;
  }
}
.footer .footer-inner .footer-left .logo a {
  opacity: 1;
  transition: 0.3s 0s;
}
.footer .footer-inner .footer-left .logo a img {
  width: 310px;
  height: auto;
  max-width: 100%;
}
.footer .footer-inner .footer-left .logo a:hover {
  opacity: 0.7;
}
.footer .footer-inner .footer-left .address {
  margin-top: 35px;
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .footer .footer-inner .footer-left .address {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-inner .footer-left .address {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .footer .footer-inner .footer-left .address {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 992px) {
  .footer .footer-inner .footer-left .address > div {
    width: 50%;
    text-align: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-inner .footer-left .address > div {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer .footer-inner .footer-right {
  width: calc(100% - 320px - 60px);
}
@media screen and (max-width: 992px) {
  .footer .footer-inner .footer-right {
    width: 100%;
  }
}

.animateTarget {
  transform: translateY(-15px);
  opacity: 0;
  transition-duration: 0.7s;
}
.animateTarget.animateOn {
  transform: translateY(0px);
  opacity: 1;
}
.animateTarget.animateInit {
  transform: translateY(0px);
}

.section-data01 .section-inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .section-data01 .section-inner {
    display: block;
  }
}
.section-data01 .section-inner > .left {
  width: calc(100% - 334px);
  flex-shrink: 0;
  padding-right: 60px;
}
@media screen and (max-width: 1220px) {
  .section-data01 .section-inner > .left {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 992px) {
  .section-data01 .section-inner > .left {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 768px) {
  .section-data01 .section-inner > .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.section-data01 .section-inner > .right {
  width: 334px;
  flex-shrink: 0;
}
@media screen and (max-width: 1220px) {
  .section-data01 .section-inner > .right {
    width: 280px;
  }
}
@media screen and (max-width: 992px) {
  .section-data01 .section-inner > .right {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .section-data01 .section-inner > .right {
    width: 100%;
  }
}

.section-re01 > .section-inner {
  display: flex;
  flex-wrap: wrap;
}
.section-re01 > .section-inner > .box-type03 {
  width: 33.3333%;
  border-left: 1px solid #EAEDF2;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .section-re01 > .section-inner > .box-type03 {
    width: 50%;
    border-left: 0;
    border-bottom: 1px solid #EAEDF2;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .section-re01 > .section-inner > .box-type03 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-re01 > .section-inner > .box-type03:nth-of-type(1) {
  border-left: 0;
}
.section-re01 > .section-inner > .box-type03:nth-of-type(4) {
  border-left: 0;
}
.section-re01 > .section-inner > .box-type03:nth-of-type(4), .section-re01 > .section-inner > .box-type03:nth-of-type(5) {
  width: 50%;
}
@media screen and (max-width: 1220px) {
  .section-re01 > .section-inner > .box-type03 > .image img {
    max-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  .section-re01 > .section-inner > .box-type03 > .image img {
    max-height: 30px;
  }
}

.section-history > .history-inner {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-history > .history-inner {
    display: block;
  }
}
.section-history > .history-inner:before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #3C81DC;
  position: absolute;
  top: 0%;
  left: 46px;
}
@media screen and (max-width: 576px) {
  .section-history > .history-inner:before {
    left: 30px;
  }
}
.section-history > .history-inner > .left {
  width: 605px;
  position: relative;
}
@media screen and (max-width: 1220px) {
  .section-history > .history-inner > .left {
    width: 500px;
  }
}
@media screen and (max-width: 992px) {
  .section-history > .history-inner > .left {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .section-history > .history-inner > .left {
    width: 100%;
  }
}
.section-history > .history-inner > .left .dl-history {
  margin-left: 21px;
  margin-top: 70px;
}
@media screen and (max-width: 576px) {
  .section-history > .history-inner > .left .dl-history {
    margin-top: 40px;
  }
}
.section-history > .history-inner > .left .dl-history > div {
  padding-bottom: 50px;
  padding-left: 90px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .section-history > .history-inner > .left .dl-history > div {
    padding-left: 40px;
    padding-bottom: 30px;
  }
}
.section-history > .history-inner > .left .dl-history > div > dt {
  font-size: 2.4rem;
  font-family: montserrat, sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .section-history > .history-inner > .left .dl-history > div > dt {
    margin-bottom: 5px;
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.section-history > .history-inner > .left .dl-history > div > dt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0.5em;
  width: 60px;
  height: 3px;
  background-color: #3C81DC;
}
@media screen and (max-width: 576px) {
  .section-history > .history-inner > .left .dl-history > div > dt:before {
    width: 20px;
  }
}
.section-history > .history-inner > .left .dl-history > div > dt:after {
  content: "";
  display: block;
  position: absolute;
  left: 55px;
  top: 0.34em;
  width: 11px;
  height: 11px;
  background-color: #3C81DC;
  border-radius: 100%;
}
@media screen and (max-width: 576px) {
  .section-history > .history-inner > .left .dl-history > div > dt:after {
    left: 15px;
  }
}
.section-history > .history-inner > .left .dl-history > div > dd {
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .section-history > .history-inner > .left .dl-history > div > dd {
    font-size: 1.4rem;
  }
}
.section-history > .history-inner > .left .dl-history > div:last-child {
  padding-bottom: 0;
}
.section-history > .history-inner > .right {
  width: calc(100% - 605px);
  padding-left: 60px;
}
@media screen and (max-width: 1220px) {
  .section-history > .history-inner > .right {
    width: calc(100% - 500px);
    padding-left: 40px;
  }
}
@media screen and (max-width: 992px) {
  .section-history > .history-inner > .right {
    width: calc(100% - 400px);
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section-history > .history-inner > .right {
    width: 100%;
    padding-left: 110px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .section-history > .history-inner > .right {
    padding-left: 60px;
  }
}
.section-history > .history-inner > .right .box-history-logo {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-history.first {
  overflow: hidden;
}
.section-history.first > .history-inner:before {
  top: 120px;
}
@media screen and (max-width: 576px) {
  .section-history.first > .history-inner:before {
    top: 80px;
  }
}

.section-mv-detail {
  display: flex;
  flex-wrap: wrap;
  padding-top: 70px;
}
@media screen and (max-width: 992px) {
  .section-mv-detail {
    flex-direction: column;
  }
}
.section-mv-detail > .left {
  width: 50%;
  padding: 30px 5%;
}
@media screen and (max-width: 992px) {
  .section-mv-detail > .left {
    width: 100%;
  }
}
.section-mv-detail > .left > .mv-detail-body {
  margin-top: 80px;
}
.section-mv-detail > .left > .mv-detail-body > .title {
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  .section-mv-detail > .left > .mv-detail-body > .title {
    font-size: 2rem;
  }
}
.section-mv-detail > .left > .mv-detail-body > .description {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .section-mv-detail > .left > .mv-detail-body > .description {
    margin-top: 20px;
  }
}
.section-mv-detail > .right {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section-mv-detail > .right {
    width: 100%;
  }
}
.section-mv-detail > .right > .image {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section-mv-detail > .right > .image {
    height: 200px;
  }
}
.section-mv-detail > .right > .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-mv-detail.modify-noimage > .left {
  width: 100%;
  padding: 30px 10%;
}

.section-mv-cat {
  padding-top: 150px;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background: right top url("../images/common/img-cat-bg.svg") no-repeat;
}
@media screen and (max-width: 1220px) {
  .section-mv-cat {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section-mv-cat {
    padding-top: 60px;
    background: 35% top url("../images/common/img-cat-bg.svg") no-repeat;
  }
}
.section-mv-cat > .h-type-cat {
  margin-left: 8%;
}
@media screen and (max-width: 992px) {
  .section-mv-cat > .h-type-cat {
    margin-left: 0%;
  }
}
.section-mv-cat > .mv-cat-body {
  margin-top: 30px;
  width: 35vw;
  text-align: left;
  align-self: flex-end;
  margin-right: 8%;
}
@media screen and (max-width: 992px) {
  .section-mv-cat > .mv-cat-body {
    width: 50%;
    margin-right: 0%;
  }
}
@media screen and (max-width: 768px) {
  .section-mv-cat > .mv-cat-body {
    align-self: flex-start;
    width: 100%;
  }
}
.section-mv-cat > .mv-cat-body .title {
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1220px) {
  .section-mv-cat > .mv-cat-body .title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .section-mv-cat > .mv-cat-body .title {
    margin-bottom: 10px;
  }
}
.section-mv-cat.modify-tab {
  padding-bottom: 0px;
  border-bottom: 1px solid #EAEDF2;
}
.section-mv-cat.modify-tab > .h-type-cat {
  margin-bottom: 120px;
}
@media screen and (max-width: 1220px) {
  .section-mv-cat.modify-tab > .h-type-cat {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 992px) {
  .section-mv-cat.modify-tab > .h-type-cat {
    margin-bottom: 70px;
  }
}
.section-mv-cat.modify-titleonly {
  padding-bottom: 250px;
}
.section-mv-cat.modify-titleonly + .negative-space {
  margin-top: -250px;
}

.section-company {
  text-align: center;
  background: left center url("../images/index/img0301@2x.jpg") no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  color: #ffffff;
}
.section-company:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(0, 60, 138), rgba(0, 73, 146, 0.5));
}
.section-company .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-company .container .description {
    text-align: left;
  }
}

@media screen and (max-width: 576px) {
  .section-ir .col.col-2 {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .section-ir .col.col-2 > .col-item {
    width: auto;
    margin-bottom: 40px;
  }
}

.section-news {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .section-news {
    display: block;
  }
}
.section-news > .left {
  width: 200px;
  align-self: center;
  position: relative;
  top: -35px;
}
@media screen and (max-width: 1220px) {
  .section-news > .left {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .section-news > .left {
    width: auto;
    top: 0px;
  }
}
.section-news > .right {
  width: calc(100% - 200px);
}
@media screen and (max-width: 1220px) {
  .section-news > .right {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  .section-news > .right {
    width: auto;
  }
}

.section-cv {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .section-cv {
    display: block;
  }
}
.section-cv .box-faq,
.section-cv .box-contact {
  width: 100%;
  padding: 100px 25px 200px;
}
@media screen and (max-width: 992px) {
  .section-cv .box-faq,
  .section-cv .box-contact {
    width: 100%;
    padding: 100px 25px;
  }
}
@media screen and (max-width: 576px) {
  .section-cv .box-faq,
  .section-cv .box-contact {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section-cv .box-contact {
  background-color: #33a8e1;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .section-cv .box-contact {
    padding-bottom: 150px;
  }
}

.section-group-company .h-type-bordered {
  margin-bottom: 20px;
}
@media screen and (max-width: 1220px) {
  .section-group-company .h-type-bordered {
    font-size: 1.4rem;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 768px) {
  .section-group-company .h-type-bordered {
    border-top: 1px solid #EAEDF2;
    padding-top: 15px;
    font-weight: bold;
  }
}
@media screen and (max-width: 992px) {
  .section-group-company .col-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .section-group-company ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.section-group-company ul > li {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-group-company ul > li {
    width: 50%;
  }
}

.section-topmessage {
  text-align: center;
  color: #ffffff;
  background: center bottom url("../images/index/img0101@2x.jpg") no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}
.section-topmessage:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(0, 60, 138), rgba(0, 73, 146, 0.5));
}
.section-topmessage .container {
  z-index: 1;
  position: relative;
}
.section-topmessage .container .h-eng {
  font-family: montserrat, sans-serif;
  font-weight: 800;
}
.section-topmessage .container .h-eng span {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #FFF700;
}
@media screen and (max-width: 768px) {
  .section-topmessage .container p {
    text-align: left;
  }
}

body > .index .section-mv {
  position: relative;
  height: 560px;
  z-index: 1;
  margin-top: 70px;
  margin-bottom: -100px;
}
@media screen and (max-width: 1220px) {
  body > .index .section-mv {
    margin-bottom: -170px;
  }
}
@media screen and (max-width: 992px) {
  body > .index .section-mv {
    margin-bottom: -190px;
  }
}
@media screen and (max-width: 768px) {
  body > .index .section-mv {
    height: 680px;
  }
}
@media screen and (max-width: 576px) {
  body > .index .section-mv {
    height: 600px;
    margin-top: 50px;
  }
}
body > .index .section-mv .layer1,
body > .index .section-mv .layer2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
body > .index .section-mv .layer1 .copy-english,
body > .index .section-mv .layer2 .copy-english {
  font-family: montserrat, sans-serif;
  font-weight: 800;
  font-size: 8rem;
  color: #000000;
  letter-spacing: 0.15em;
  line-height: 1.2;
  padding-top: 100px;
  position: absolute;
}
@media screen and (max-width: 1220px) {
  body > .index .section-mv .layer1 .copy-english,
  body > .index .section-mv .layer2 .copy-english {
    padding-top: 80px;
  }
}
@media screen and (max-width: 992px) {
  body > .index .section-mv .layer1 .copy-english,
  body > .index .section-mv .layer2 .copy-english {
    left: 25px;
  }
}
@media screen and (max-width: 768px) {
  body > .index .section-mv .layer1 .copy-english,
  body > .index .section-mv .layer2 .copy-english {
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  body > .index .section-mv .layer1 .copy-english,
  body > .index .section-mv .layer2 .copy-english {
    letter-spacing: 0;
    top: 226px;
  }
}
@media screen and (max-width: 1220px) {
  body > .index .section-mv .layer1 .copy-english svg,
  body > .index .section-mv .layer2 .copy-english svg {
    width: 700px;
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  body > .index .section-mv .layer1 .copy-english svg,
  body > .index .section-mv .layer2 .copy-english svg {
    width: 600px;
    left: 25px;
  }
}
@media screen and (max-width: 768px) {
  body > .index .section-mv .layer1 .copy-english svg,
  body > .index .section-mv .layer2 .copy-english svg {
    top: 250px;
    width: 500px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  body > .index .section-mv .layer1 .copy-english svg,
  body > .index .section-mv .layer2 .copy-english svg {
    width: 300px;
    letter-spacing: 0;
    top: 226px;
  }
}
body > .index .section-mv .layer1 .copy-english.animateOn .mv-headline,
body > .index .section-mv .layer2 .copy-english.animateOn .mv-headline {
  stroke-dashoffset: 80px;
  fill: #ffffff;
  animation: 5s linear 1s forwards mv-headline;
}
body > .index .section-mv .layer1 h1 {
  padding-top: 50px;
  font-weight: bold;
  font-size: 3rem;
  color: #003c8a;
  letter-spacing: 0.15em;
  position: absolute;
  top: 250px;
}
@media screen and (max-width: 992px) {
  body > .index .section-mv .layer1 h1 {
    top: 200px;
    left: 25px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  body > .index .section-mv .layer1 h1 {
    top: 380px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  body > .index .section-mv .layer1 h1 {
    top: 340px;
    font-size: 2rem;
  }
}
body > .index .section-mv .layer2 .copy-english {
  color: #ffffff;
  z-index: 1;
}
body > .index .section-mv .layer2 .mask {
  -webkit-mask-image: url("../images/index/mv-mask.svg");
  mask-mode: luminance;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: right 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
@media screen and (max-width: 1220px) {
  body > .index .section-mv .layer2 .mask {
    -webkit-mask-size: 800px;
  }
}
@media screen and (max-width: 992px) {
  body > .index .section-mv .layer2 .mask {
    -webkit-mask-position: 90% 0px;
  }
}
@media screen and (max-width: 768px) {
  body > .index .section-mv .layer2 .mask {
    -webkit-mask-position: center 0;
    -webkit-mask-size: 100%;
	  
  }
}
body > .index .section-mv .layer2 .mask .slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
body > .index .section-mv .layer2 .mask .slider .slick-list {
  height: 100%;
}
body > .index .section-mv .layer2 .mask .slider .slick-list .slick-track {
  height: 100%;
}
body > .index .section-mv .layer2 .mask .slider .slick-list .slick-track .slider-item {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
body > .index .section-mv .layer2 .mask .slider .slick-list .slick-track .slider-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
  margin: 0 auto;
}
body > .index .section-mv .layer2 .mask .slider .slick-list .slick-track .slider-item.on img {
  transform: scale(1.2);
  transform-origin: center center;
  transition: 12s 0s linear;
}
body > .index .scrolldown {
  height: 236px;
  position: absolute;
  bottom: 40px;
  left: -60px;
}
@media screen and (max-width: 1400px) {
  body > .index .scrolldown {
    bottom: 20px;
    height: 160px;
    left: 0px;
  }
}
@media screen and (max-width: 992px) {
  body > .index .scrolldown {
    bottom: 80px;
    height: 160px;
    left: 20px;
  }
}
body > .index .scrolldown:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 auto;
}
body > .index .scrolldown i {
  display: block;
  width: 8px;
  background-color: #3C81DC;
  position: absolute;
  height: 0px;
  left: -3px;
  animation: 3s linear 1s infinite mousemove;
}
body > .index .scrolldown .text {
  display: block;
  transform: rotate(90deg);
  font-family: montserrat, sans-serif;
  font-size: 1.2rem;
  position: absolute;
  bottom: 60px;
  left: -30px;
  white-space: nowrap;
}
body > .ir.bu-strategy .section-re02 .table-type02 thead td img {
  max-width: inherit;
  height: 45px;
  width: auto;
}
@media screen and (max-width: 576px) {
  body > .ir.bu-strategy .section-re02 .table-type02 thead td img {
    height: 30px;
  }
}
@media screen and (max-width: 576px) {
  body > .ir.bu-strategy .section-re02 .table-type02 tbody td img {
    width: 15px;
    height: available;
  }
}

@keyframes mousemove {
  0% {
    height: 0px;
    bottom: 100%;
  }
  10% {
    height: 20px;
  }
  90% {
    height: 20px;
    bottom: 0%;
  }
  100% {
    height: 0px;
    bottom: 0%;
  }
}
@keyframes mv-headline {
  0% {
    stroke: #000000;
    stroke-width: 1;
    stroke-dasharray: 400px;
    stroke-dashoffset: 400px;
    fill: #ffffff;
  }
  50% {
    stroke: #000000;
    stroke-width: 1;
    stroke-dasharray: 400px;
    stroke-dashoffset: 0px;
    fill: #ffffff;
  }
  90% {
    stroke: #000000;
    stroke-width: 1;
    stroke-dasharray: 400px;
    stroke-dashoffset: 0px;
    fill: #000000;
  }
  100% {
    stroke: transparent;
    stroke-width: 1;
    stroke-dasharray: 400px;
    stroke-dashoffset: 0px;
    fill: #000000;
  }
}
.anchor {
  position: relative;
  top: -120px;
}

a.text-link {
  color: #3C81DC;
  transition: 0.3s 0s;
}
a.text-link:hover {
  color: #003c8a;
}

.font-family-english {
  font-family: montserrat, sans-serif;
}

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

.bold {
  font-weight: bold;
}

.primary {
  color: #003c8a;
}

.secondary {
  color: #3C81DC;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=password],
input[type=email],
textarea {
  background-color: #EAEDF2;
  padding: 10px 15px;
  font-size: 1.6rem;
  border-radius: 5px;
  width: 100%;
}
input[type=text].width-sm,
input[type=tel].width-sm,
input[type=number].width-sm,
input[type=password].width-sm,
input[type=email].width-sm,
textarea.width-sm {
  width: 190px;
}

textarea {
  min-height: 10em;
}

input[type=checkbox] {
  background-color: #EAEDF2;
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
}
input[type=checkbox]:checked {
  position: relative;
}
input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #003c8a;
  border-radius: 2px;
  position: absolute;
  left: 15px;
  top: 15px;
}

.input-icon-zip {
  position: relative;
}
.input-icon-zip:before {
  content: "〒";
  position: absolute;
  left: 15px;
  top: 0.7em;
  z-index: 1;
}
.input-icon-zip input {
  padding-left: 2.5em;
}

.dl-type01 > div {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 5px;
  line-height: 1.5;
}
.dl-type01 > div:last-child {
  margin-bottom: 0;
}
.dl-type01 > div > dt {
  width: 6em;
  flex-shrink: 0;
  font-weight: 500;
}
.dl-type01 > div > dd {
  width: calc(100% - 6em);
  flex-shrink: 0;
}

.dl-type02 {
  display: flex;
  flex-wrap: nowrap;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .dl-type02 {
    font-size: 1.6rem;
  }
}
.dl-type02 > dt {
  flex-shrink: 0;
  background-color: #003c8a;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 5px;
  text-align: center;
  align-self: center;
}
.dl-type02 > dd {
  flex-shrink: 0;
  width: calc(100% - 80px);
  padding-left: 10px;
  margin-top: 0.3em;
}

.dl-type03 > div {
  display: flex;
  flex-wrap: nowrap;
  background-color: #ffffff;
  margin-bottom: 1px;
  font-size: 1.8rem;
}
@media screen and (max-width: 576px) {
  .dl-type03 > div {
    flex-direction: column;
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.dl-type03 > div > dt {
  width: 10em;
  text-align: left;
  padding-left: 25px;
  position: relative;
}
.dl-type03 > div > dt:before {
  content: "";
  width: 5px;
  height: 20px;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}
@media screen and (max-width: 576px) {
  .dl-type03 > div > dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.dl-type03 > div > dt.color-architectural {
  color: #a9d411;
}
.dl-type03 > div > dt.color-architectural:before {
  background-color: #a9d411;
}
.dl-type03 > div > dt.color-dx {
  color: #42d1b5;
}
.dl-type03 > div > dt.color-dx:before {
  background-color: #42d1b5;
}
.dl-type03 > div > dt.color-maintenance {
  color: #4c9bd2;
}
.dl-type03 > div > dt.color-maintenance:before {
  background-color: #4c9bd2;
}
.dl-type03 > div > dd {
  width: calc(100% - 10em);
  padding-left: 20px;
}
@media screen and (max-width: 576px) {
  .dl-type03 > div > dd {
    width: 100%;
    padding-left: 0px;
  }
}

.list-type01 > li {
  border-bottom: 1px solid #EAEDF2;
  line-height: 1.5;
  padding: 10px;
}
.list-type01 > li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.list-type02 > li {
  padding-left: 15px;
  position: relative;
}
.list-type02 > li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 100%;
  left: 5px;
  top: 0.5em;
  background-color: #003c8a;
}

.list-type03 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .list-type03 {
    justify-content: center;
  }
}
.list-type03 > li {
  margin-right: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .list-type03 > li {
    border-right: 0;
    padding-right: 0;
    margin-left: 10px;
  }
}
.list-type03 > li a {
  opacity: 1;
  transition: 0.3s 0s;
}
.list-type03 > li a:hover {
  opacity: 0.7;
}
.list-type03 > li img {
  height: 40px;
}
.list-type03 > li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.list-type04 > li {
  padding-left: 25px;
  position: relative;
}
.list-type04 > li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 100%;
  left: 5px;
  top: 0.8em;
  background-color: #000000;
}

.list-link01 > li {
  margin-bottom: 20px;
}
.list-link01 > li a {
  display: block;
  padding: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #EAEDF2;
  position: relative;
  transition: 0.3s 0s;
}
.list-link01 > li a:after {
  content: "";
  display: inline-block;
  line-height: 0;
  font-size: 0;
  width: 10px;
  height: 16px;
  background: center center url("../images/common/icon-arrow-blue.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s 0s;
}
.list-link01 > li a:hover {
  color: #3C81DC;
}
.list-link01 > li a:hover:after {
  right: 10px;
}

.list-tabs {
  display: flex;
  width: 100%;
  margin-left: -1px;
  margin-right: -1px;
  position: relative;
}
.list-tabs > li {
  padding-left: 1px;
  padding-right: 1px;
  width: 33.33333%;
  line-height: 1.2;
}
.list-tabs > li > a {
  display: block;
  width: 100%;
  height: 100%;
  background: #E1EBF8;
  color: #909FA8;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  padding: 24px;
  position: relative;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 768px) {
  .list-tabs > li > a {
    padding: 15px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .list-tabs > li > a {
    font-size: 1.4rem;
  }
}
.list-tabs > li > a:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #FFF700;
  position: absolute;
  bottom: 15px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .list-tabs > li > a:after {
    bottom: 10px;
  }
}
.list-tabs > li:hover > a, .list-tabs > li.active > a {
  background: #3C81DC;
  color: #ffffff;
}
.list-tabs > li:hover > a:after, .list-tabs > li.active > a:after {
  opacity: 1;
}

.list-type-news {
  width: 100%;
}
.list-type-news > li {
  border-bottom: 1px solid #EAEDF2;
}
.list-type-news > li > a,
.list-type-news > li > span.nolink {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .list-type-news > li > a,
  .list-type-news > li > span.nolink {
    padding: 20px 0px;
  }
}
.list-type-news > li > a time,
.list-type-news > li > span.nolink time {
  font-weight: bold;
  font-family: montserrat, sans-serif;
  letter-spacing: 0.1em;
  color: #003c8a;
  font-size: 1.4rem;
  width: 110px;
  display: block;
  padding-right: 20px;
  position: relative;
  top: 0.05em;
}
@media screen and (max-width: 992px) {
  .list-type-news > li > a time,
  .list-type-news > li > span.nolink time {
    width: auto;
    margin-bottom: 10px;
  }
}
.list-type-news > li > a > .title,
.list-type-news > li > span.nolink > .title {
  display: block;
  width: calc(100% - 110px);
  padding-right: 40px;
  transition: 0.3s 0s;
}
@media screen and (max-width: 992px) {
  .list-type-news > li > a > .title,
  .list-type-news > li > span.nolink > .title {
    width: 100%;
    padding-right: 0px;
  }
}
.list-type-news > li > a > i,
.list-type-news > li > span.nolink > i {
  position: absolute;
  right: 20px;
  top: 43px;
  transition: 0.3s 0s;
}
@media screen and (max-width: 992px) {
  .list-type-news > li > a > i,
  .list-type-news > li > span.nolink > i {
    display: none;
  }
}
.list-type-news > li > a:hover,
.list-type-news > li > span.nolink:hover {
  color: #3C81DC;
}
.list-type-news > li > a:hover > i,
.list-type-news > li > span.nolink:hover > i {
  right: 15px;
}
.list-type-news > li:first-child > a,
.list-type-news > li:first-child > span.nolink {
  padding-top: 0px;
}
.list-type-news > li:first-child > a > i,
.list-type-news > li:first-child > span.nolink > i {
  top: 2px;
}
.list-type-news > li:last-child > a,
.list-type-news > li:last-child > span.nolink {
  margin-bottom: 0px;
}
.list-type-news > li > span.nolink:hover {
  color: #000000 !important;
}
.list-type-news > li > span.nolink:hover > i {
  right: 20px;
}
.list-type-news.modify-category > li > a > .category,
.list-type-news.modify-category > li > span.nolink > .category {
  display: inline-block;
  width: 120px;
  font-size: 1.2rem;
  color: #ffffff;
  text-align: left;
  position: relative;
  top: -0.2em;
}
.list-type-news.modify-category > li > a > .category > span,
.list-type-news.modify-category > li > span.nolink > .category > span {
  display: inline-block;
  background-color: #003c8a;
  border-radius: 5px;
  padding: 5px 10px;
  width: 100px;
  text-align: center;
}
.list-type-news.modify-category > li > a > .title,
.list-type-news.modify-category > li > span.nolink > .title {
  width: calc(100% - 110px - 120px);
}
@media screen and (max-width: 992px) {
  .list-type-news.modify-category > li > a > .title,
  .list-type-news.modify-category > li > span.nolink > .title {
    width: 100%;
  }
}

.list-type-noicons > li {
  margin-bottom: 10px;
}
.list-type-noicons > li:last-child {
  margin-bottom: 0px;
}

ul.list-type-footer > li {
  margin-bottom: 25px;
}
ul.list-type-footer > li a {
  transition: 0.3s 0s;
}
ul.list-type-footer > li a:hover {
  color: #3C81DC;
}
@media screen and (max-width: 576px) {
  ul.list-type-footer > li > a {
    border-bottom: 1px solid #ffffff;
    display: block;
    padding-bottom: 5px;
  }
}
ul.list-type-footer > li > ul.level2 {
  margin-top: 25px;
}
ul.list-type-footer > li > ul.level2 > li {
  margin-bottom: 15px;
}
ul.list-type-footer > li > ul.level2 > li > a {
  font-size: 1.4rem;
  opacity: 0.7;
}
@media screen and (max-width: 576px) {
  ul.list-type-footer > li > ul.level2 > li > a {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    display: block;
    padding-bottom: 5px;
  }
}

.bg-primary {
  background-color: #003c8a;
  color: #ffffff;
}

.bg-gray {
  background-color: #F1F3F9;
}

.h-type01 {
  text-align: center;
  color: #003c8a;
  line-height: 1.2;
  padding-bottom: 60px;
}
@media screen and (max-width: 576px) {
  .h-type01 {
    padding-bottom: 30px;
  }
}
.h-type01 .eng {
  display: block;
  font-size: 4.8rem;
  color: #000000;
  font-family: montserrat, sans-serif;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .h-type01 .eng {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .h-type01 .eng {
    font-size: 2.8rem;
  }
}
.h-type01 strong {
  display: block;
  letter-spacing: 0.15em;
}
.h-type01.white {
  color: #ffffff;
}
.h-type01.white .eng {
  color: #ffffff;
}
.h-type01.modify-ja > .eng {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.h-type01.modify-ja > strong {
  font-family: montserrat, sans-serif;
}

.h-type02 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #003c8a;
  line-height: 1.2;
}
.h-type02 .eng {
  font-family: montserrat, sans-serif;
}

.h-type03 {
  padding-left: 30px;
  position: relative;
}
.h-type03:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #3C81DC;
  position: absolute;
  top: 0.9em;
  left: 10px;
}
.h-type03 > .eng {
  font-size: 1.6rem;
  color: #003c8a;
  display: block;
  line-height: 1.2;
}
.h-type03 + .description {
  padding-left: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h-type03 + .description {
    font-size: 1.4rem;
  }
}

.h-type04 {
  padding: 10px 15px;
  border-top: 3px solid #003c8a;
  border-bottom: 1px solid #EAEDF2;
  margin-top: 90px;
  margin-bottom: 30px;
  color: #003c8a;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  .h-type04 {
    padding: 5px 0px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
}

.h-history-year {
  font-family: montserrat, sans-serif;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 80px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .h-history-year {
    padding-left: 60px;
  }
}
.h-history-year > .sub {
  display: block;
}
.h-history-year > .title {
  display: block;
  color: #003c8a;
}
.h-history-year:before, .h-history-year:after {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
}
.h-history-year:before {
  left: 0px;
  transform: translateY(-50%);
  background-color: #3C81DC;
}
.h-history-year:after {
  left: 0px;
  transform: translateY(-50%);
  background: center center url("../images/common/icon-logo-white.svg") no-repeat;
}

.h-type-detail {
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .h-type-detail {
    text-align: center;
  }
}
.h-type-detail > .eng {
  display: block;
  font-family: montserrat, sans-serif;
}
.h-type-detail > .title {
  display: block;
  color: #003c8a;
  font-weight: bold;
  margin-top: 10px;
}

.h-type-cat {
  position: relative;
  padding-left: 45px;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .h-type-cat {
    padding-left: 25px;
  }
}
.h-type-cat:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(#3C81DC 0%, #3C81DC 50%, #56A5BB 51%);
}
.h-type-cat > .eng {
  font-family: montserrat, sans-serif;
  display: block;
}
.h-type-cat > .title {
  display: block;
  color: #003c8a;
}

.h-type-news {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .h-type-news {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #EAEDF2;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.h-type-news .eng {
  font-family: montserrat, sans-serif;
  display: block;
}

.h-type-bordered {
  padding-bottom: 10px;
  line-height: 1.5;
  border-bottom: 1px solid #EAEDF2;
  text-align: center;
  margin-bottom: 10px;
}

.h-xxl {
  font-size: 7rem;
  line-height: 1.5;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 1400px) {
  .h-xxl {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1220px) {
  .h-xxl {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 1220px) {
  .h-xxl {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 992px) {
  .h-xxl {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .h-xxl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .h-xxl {
    font-size: 2.8rem;
  }
}

.h-xl {
  font-size: 5.2rem;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 992px) {
  .h-xl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .h-xl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .h-xl {
    font-size: 2.4rem;
    letter-spacing: 0em;
  }
}

.h-lg {
  font-size: 4.8rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1400px) {
  .h-lg {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1220px) {
  .h-lg {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 992px) {
  .h-lg {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .h-lg {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .h-lg {
    font-size: 2rem;
    letter-spacing: 0em;
  }
}

.h-md {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  .h-md {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1220px) {
  .h-md {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .h-md {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .h-md {
    font-size: 2rem;
    letter-spacing: 0em;
  }
}

.h-sm {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .h-sm {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .h-sm {
    font-size: 2rem;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 576px) {
  .h-sm {
    font-size: 1.8rem;
    letter-spacing: 0em;
  }
}

.h-xs {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .h-xs {
    font-size: 2rem;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 768px) {
  .h-xs {
    font-size: 1.8rem;
    letter-spacing: 0em;
  }
}

.font-size-xl {
  font-size: 2rem;
}

.font-size-lg {
  font-size: 1.8rem;
}

.font-size-base {
  font-size: 1.6rem;
}

.font-size-sm {
  font-size: 1.4rem;
}

.font-size-xs {
  font-size: 1.2rem;
}

.font-size-xxs {
  font-size: 1rem;
}

@media screen and (max-width: 576px) {
  .d-sm-hidden {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .d-md-hidden {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .d-lg-hidden {
    display: none;
  }
}

@media screen and (max-width: 1220px) {
  .d-xl-hidden {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .d-sm-visible {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .d-md-visible {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-visible {
    display: none;
  }
}

@media screen and (min-width: 1220px) {
  .d-xl-visible {
    display: none;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .text-center.text-sm-left {
    text-align: left;
  }
}

.text-right {
  text-align: right;
}

.line-height-lg {
  line-height: 2.5;
}

.line-height-base {
  line-height: 2;
}

.line-height-sm {
  line-height: 1.5;
}

.line-height-xs {
  line-height: 1.2;
}

.ml-xxl {
  margin-left: 160px;
}

.mr-xxl {
  margin-right: 160px;
}

.mt-xxl {
  margin-top: 160px;
}

.mb-xxl {
  margin-bottom: 160px;
}

.mx-xxl {
  margin-left: 160px;
  margin-right: 160px;
}

.my-xxl {
  margin-top: 160px;
  margin-bottom: 160px;
}

.pl-xxl {
  padding-left: 160px;
}

.pr-xxl {
  padding-right: 160px;
}

.pt-xxl {
  padding-top: 160px;
}

.pb-xxl {
  padding-bottom: 160px;
}

.px-xxl {
  padding-left: 160px;
  padding-right: 160px;
}

.py-xxl {
  padding-top: 160px;
  padding-bottom: 160px;
}

@media screen and (max-width: 576px) {
  .ml-xxl {
    margin-left: 80px;
  }
  .mr-xxl {
    margin-right: 80px;
  }
  .mt-xxl {
    margin-top: 80px;
  }
  .mb-xxl {
    margin-bottom: 80px;
  }
  .mx-xxl {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-xxl {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .pl-xxl {
    padding-left: 80px;
  }
  .pr-xxl {
    padding-right: 80px;
  }
  .pt-xxl {
    padding-top: 80px;
  }
  .pb-xxl {
    padding-bottom: 80px;
  }
  .px-xxl {
    padding-left: 80px;
    padding-right: 80px;
  }
  .py-xxl {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ml-xl {
  margin-left: 100px;
}

.mr-xl {
  margin-right: 100px;
}

.mt-xl {
  margin-top: 100px;
}

.mb-xl {
  margin-bottom: 100px;
}

.mx-xl {
  margin-left: 100px;
  margin-right: 100px;
}

.my-xl {
  margin-top: 100px;
  margin-bottom: 100px;
}

.pl-xl {
  padding-left: 100px;
}

.pr-xl {
  padding-right: 100px;
}

.pt-xl {
  padding-top: 100px;
}

.pb-xl {
  padding-bottom: 100px;
}

.px-xl {
  padding-left: 100px;
  padding-right: 100px;
}

.py-xl {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 576px) {
  .ml-xl {
    margin-left: 50px;
  }
  .mr-xl {
    margin-right: 50px;
  }
  .mt-xl {
    margin-top: 50px;
  }
  .mb-xl {
    margin-bottom: 50px;
  }
  .mx-xl {
    margin-left: 50px;
    margin-right: 50px;
  }
  .my-xl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .pl-xl {
    padding-left: 50px;
  }
  .pr-xl {
    padding-right: 50px;
  }
  .pt-xl {
    padding-top: 50px;
  }
  .pb-xl {
    padding-bottom: 50px;
  }
  .px-xl {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.ml-l {
  margin-left: 80px;
}

.mr-l {
  margin-right: 80px;
}

.mt-l {
  margin-top: 80px;
}

.mb-l {
  margin-bottom: 80px;
}

.mx-l {
  margin-left: 80px;
  margin-right: 80px;
}

.my-l {
  margin-top: 80px;
  margin-bottom: 80px;
}

.pl-l {
  padding-left: 80px;
}

.pr-l {
  padding-right: 80px;
}

.pt-l {
  padding-top: 80px;
}

.pb-l {
  padding-bottom: 80px;
}

.px-l {
  padding-left: 80px;
  padding-right: 80px;
}

.py-l {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 576px) {
  .ml-l {
    margin-left: 40px;
  }
  .mr-l {
    margin-right: 40px;
  }
  .mt-l {
    margin-top: 40px;
  }
  .mb-l {
    margin-bottom: 40px;
  }
  .mx-l {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-l {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .pl-l {
    padding-left: 40px;
  }
  .pr-l {
    padding-right: 40px;
  }
  .pt-l {
    padding-top: 40px;
  }
  .pb-l {
    padding-bottom: 40px;
  }
  .px-l {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-l {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ml-m {
  margin-left: 60px;
}

.mr-m {
  margin-right: 60px;
}

.mt-m {
  margin-top: 60px;
}

.mb-m {
  margin-bottom: 60px;
}

.mx-m {
  margin-left: 60px;
  margin-right: 60px;
}

.my-m {
  margin-top: 60px;
  margin-bottom: 60px;
}

.pl-m {
  padding-left: 60px;
}

.pr-m {
  padding-right: 60px;
}

.pt-m {
  padding-top: 60px;
}

.pb-m {
  padding-bottom: 60px;
}

.px-m {
  padding-left: 60px;
  padding-right: 60px;
}

.py-m {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 576px) {
  .ml-m {
    margin-left: 30px;
  }
  .mr-m {
    margin-right: 30px;
  }
  .mt-m {
    margin-top: 30px;
  }
  .mb-m {
    margin-bottom: 30px;
  }
  .mx-m {
    margin-left: 30px;
    margin-right: 30px;
  }
  .my-m {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .pl-m {
    padding-left: 30px;
  }
  .pr-m {
    padding-right: 30px;
  }
  .pt-m {
    padding-top: 30px;
  }
  .pb-m {
    padding-bottom: 30px;
  }
  .px-m {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-m {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.ml-s {
  margin-left: 40px;
}

.mr-s {
  margin-right: 40px;
}

.mt-s {
  margin-top: 40px;
}

.mb-s {
  margin-bottom: 40px;
}

.mx-s {
  margin-left: 40px;
  margin-right: 40px;
}

.my-s {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pl-s {
  padding-left: 40px;
}

.pr-s {
  padding-right: 40px;
}

.pt-s {
  padding-top: 40px;
}

.pb-s {
  padding-bottom: 40px;
}

.px-s {
  padding-left: 40px;
  padding-right: 40px;
}

.py-s {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 576px) {
  .ml-s {
    margin-left: 20px;
  }
  .mr-s {
    margin-right: 20px;
  }
  .mt-s {
    margin-top: 20px;
  }
  .mb-s {
    margin-bottom: 20px;
  }
  .mx-s {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-s {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .pl-s {
    padding-left: 20px;
  }
  .pr-s {
    padding-right: 20px;
  }
  .pt-s {
    padding-top: 20px;
  }
  .pb-s {
    padding-bottom: 20px;
  }
  .px-s {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-s {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.ml-xs {
  margin-left: 30px;
}

.mr-xs {
  margin-right: 30px;
}

.mt-xs {
  margin-top: 30px;
}

.mb-xs {
  margin-bottom: 30px;
}

.mx-xs {
  margin-left: 30px;
  margin-right: 30px;
}

.my-xs {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pl-xs {
  padding-left: 30px;
}

.pr-xs {
  padding-right: 30px;
}

.pt-xs {
  padding-top: 30px;
}

.pb-xs {
  padding-bottom: 30px;
}

.px-xs {
  padding-left: 30px;
  padding-right: 30px;
}

.py-xs {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 576px) {
  .ml-xs {
    margin-left: 15px;
  }
  .mr-xs {
    margin-right: 15px;
  }
  .mt-xs {
    margin-top: 15px;
  }
  .mb-xs {
    margin-bottom: 15px;
  }
  .mx-xs {
    margin-left: 15px;
    margin-right: 15px;
  }
  .my-xs {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .pl-xs {
    padding-left: 15px;
  }
  .pr-xs {
    padding-right: 15px;
  }
  .pt-xs {
    padding-top: 15px;
  }
  .pb-xs {
    padding-bottom: 15px;
  }
  .px-xs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-xs {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.ml-xxs {
  margin-left: 10px;
}

.mr-xxs {
  margin-right: 10px;
}

.mt-xxs {
  margin-top: 10px;
}

.mb-xxs {
  margin-bottom: 10px;
}

.mx-xxs {
  margin-left: 10px;
  margin-right: 10px;
}

.my-xxs {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pl-xxs {
  padding-left: 10px;
}

.pr-xxs {
  padding-right: 10px;
}

.pt-xxs {
  padding-top: 10px;
}

.pb-xxs {
  padding-bottom: 10px;
}

.px-xxs {
  padding-left: 10px;
  padding-right: 10px;
}

.py-xxs {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 576px) {
  .ml-xxs {
    margin-left: 5px;
  }
  .mr-xxs {
    margin-right: 5px;
  }
  .mt-xxs {
    margin-top: 5px;
  }
  .mb-xxs {
    margin-bottom: 5px;
  }
  .mx-xxs {
    margin-left: 5px;
    margin-right: 5px;
  }
  .my-xxs {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .pl-xxs {
    padding-left: 5px;
  }
  .pr-xxs {
    padding-right: 5px;
  }
  .pt-xxs {
    padding-top: 5px;
  }
  .pb-xxs {
    padding-bottom: 5px;
  }
  .px-xxs {
    padding-left: 5px;
    padding-right: 5px;
  }
  .py-xxs {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.ml-none {
  margin-left: 0px;
}

.mr-none {
  margin-right: 0px;
}

.mt-none {
  margin-top: 0px;
}

.mb-none {
  margin-bottom: 0px;
}

.mx-none {
  margin-left: 0px;
  margin-right: 0px;
}

.my-none {
  margin-top: 0px;
  margin-bottom: 0px;
}

.pl-none {
  padding-left: 0px;
}

.pr-none {
  padding-right: 0px;
}

.pt-none {
  padding-top: 0px;
}

.pb-none {
  padding-bottom: 0px;
}

.px-none {
  padding-left: 0px;
  padding-right: 0px;
}

.py-none {
  padding-top: 0px;
  padding-bottom: 0px;
}


.section-faq{
	 padding: 100px 25px 200px;
}
