@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pc-inline {
  display: inline !important;
}

.sp-inline {
  display: none !important;
}

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

*,
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  scroll-behavior: smooth;
}

html body > header.scrolled .inner {
  background-color: rgb(255, 255, 255);
}
html body > header .inner {
  position: fixed;
  width: 100%;
  max-width: 1100px;
  min-width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1.5rem 3rem;
  z-index: 100;
  background-color: white;
}
html body > header .inner .logo {
  margin-right: auto;
  flex: none;
}
html body > header .inner .logo a {
  display: block;
  color: #004986;
  font-weight: bold;
}
html body > header .inner .logo a img {
  height: 1.2rem;
  width: auto;
}
html body > header .inner nav.gnav {
  flex: none;
}
html body > header .inner nav.gnav ul {
  display: flex;
  margin: 0 1rem;
}
html body > header .inner nav.gnav ul li a {
  color: black;
  padding: 1rem;
  line-height: 1;
  transition: all 0.3s;
}
html body > header .inner nav.gnav ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
html body > header .inner nav.gnav ul li.button {
  padding-left: 1rem;
}
html body > header .inner nav.gnav ul li.button a {
  font-family: "Montserrat", sans-serif;
  background-color: #d70d18;
  color: white;
  font-weight: 600;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
html body > header .inner nav.gnav ul li.button a:hover {
  text-decoration: none;
  opacity: 0.8;
}
html body > header .inner nav.gnav ul li.button a:before {
  content: "　";
  background-image: url(../img2/icon-mail.svg);
  font-size: 1.3rem;
  margin-right: 0.3rem;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
html body > header .mainvi {
  height: 100%;
  position: relative;
  z-index: -1;
}
html body > header .mainvi .slider {
  height: 100%;
}
html body > header .mainvi .slider div {
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
html body > header .mainvi .copy {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  height: 100%;
  width: 100%;
}
html body > header .mainvi .copy h1 {
  width: 100%;
  max-width: 1100px;
  text-align: center;
}
html body > header .mainvi .copy h1 span {
  display: block;
  color: white;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.8rem;
}
html body > header .mainvi .copy h1 span.sub {
  font-family: "Montserrat", sans-serif;
  font-size: 2vw;
  padding-top: 1em;
  letter-spacing: 0.3rem;
}
html body > header .mainvi .header-title-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  height: 100%;
  width: 100%;
}
html body > header .mainvi .header-title-wrap h1 {
  width: 100%;
  max-width: 1100px;
  color: white;
  font-weight: bold;
  letter-spacing: 0.1em;
}
html body > header .mainvi .header-title-wrap h1 span {
  display: block;
  margin-top: 0.5rem;
  color: white;
  font-size: 1vw;
  line-height: 1.5em;
  letter-spacing: 0.4em;
  font-weight: 500;
}
html body > header .mainvi.oku .header-title-wrap h1 {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  html body > header .inner {
    flex-wrap: wrap;
  }
  html body > header .inner nav.gnav {
    width: 100%;
    margin-top: 2.5rem;
  }
  html body > header .inner nav.gnav ul li a {
    padding: 0.7rem;
  }
}
html body .breadcrumb-wrap {
  border-bottom: 1px solid #f5f8f7;
}
html body .breadcrumb-wrap ul {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  padding: 2em 0;
}
html body .breadcrumb-wrap ul li::after {
  padding: 0 1em;
  content: "／";
}
html body .breadcrumb-wrap ul li:last-child::after {
  content: "";
}
html body .breadcrumb-wrap ul li a {
  text-decoration: none;
}
html body .breadcrumb-wrap ul li a:first-child {
  color: #0054a7;
}
html body .content-wrap {
  background-color: white;
}
html body .content-wrap .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}
html body .content-wrap .inner.bg-white {
  background-color: white;
  padding: 3rem 5rem;
}
html body .content-wrap .inner-m {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 2rem;
}
html body .content-wrap .inner-s {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 0 2rem;
}
html body .content-wrap .content-header {
  display: block;
}
html body .content-wrap .content-header .title {
  text-align: center;
}
html body .content-wrap .content-header .title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  html body .content-wrap .content-header .title h2 {
    font-size: 1.8rem;
  }
}
html body .content-wrap .content-header .title h2.blue {
  color: #004986;
}
html body .content-wrap .content-header .title h2.red {
  color: #d70d18;
}
html body .content-wrap .content-header .title p {
  font-size: 1.1rem;
  padding: 2em 0;
  line-height: 1.8;
}
html body .content-wrap .content-header .title p.blue {
  color: #004986;
  padding: 0;
}
html body .content-wrap .content-header .title p > span.font-b {
  font-weight: bold;
  font-size: 1.1rem;
}
html body .content-wrap .content-header .title h3 {
  font-weight: bold;
  line-height: 1.6;
}
html body .content-wrap .content-header .title h3 > span.red {
  color: #d70d18;
  font-weight: bold;
  font-size: 1.75rem;
}
html body .content-wrap .content-title h3 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  color: #004986;
  padding-bottom: 1rem;
}
html body .content-wrap .content-title p {
  margin-bottom: 2rem;
  font-size: 1rem;
}
html body .content-wrap .content-title.bg-gray {
  background-color: #f5f8f7;
  border-radius: 8px;
  margin-top: 3em;
}
html body .content-wrap.bg-gray {
  background-color: #f5f8f7;
}
html body .content-wrap article {
  margin-top: 4em;
}
html body .content-wrap article h1 {
  font-weight: bold;
  margin: 2rem 0;
}
@media screen and (max-width: 1000px) {
  html body .content-wrap article h1 {
    font-size: 1.8rem;
  }
}
html body .content-wrap article h2 {
  font-weight: bold;
}
html body .content-wrap article h2.blue {
  font-size: 2.5rem;
  color: #0054a7;
  margin-bottom: 2rem;
}
html body .content-wrap article p {
  padding-bottom: 2em;
  line-height: 2em;
}
html body .content-wrap article p > span.red {
  color: red;
}
html body .content-wrap article p.contact-txt {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
html body .content-wrap article p.contact-txt > a {
  color: #d70d18;
  transition: all 0.3s;
}
html body .content-wrap article p.contact-txt > a:hover {
  text-decoration: none;
  opacity: 0.6;
}
html body .content-wrap .list a:hover {
  opacity: 0.8;
}
html body .content-wrap .list.thumb {
  display: flex;
}
html body .content-wrap .list.thumb > a,
html body .content-wrap .list.thumb .item {
  color: black;
  background-color: white;
}
html body .content-wrap .list.thumb > a .thumb,
html body .content-wrap .list.thumb .item .thumb {
  aspect-ratio: 16/9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  border-radius: 0.5rem;
}
html body .content-wrap .list.col2 {
  display: flex;
  flex-wrap: wrap;
}
html body .content-wrap .list.col2 > a,
html body .content-wrap .list.col2 .item {
  display: block;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
html body .content-wrap .list.col2 > a:hover,
html body .content-wrap .list.col2 .item:hover {
  text-decoration: none;
}
html body .content-wrap .list.col2 > a:nth-child(2n),
html body .content-wrap .list.col2 .item:nth-child(2n) {
  margin-right: 0;
}
html body .content-wrap .list.col3 {
  display: flex;
  flex-wrap: wrap;
}
html body .content-wrap .list.col3 > a,
html body .content-wrap .list.col3 .item {
  display: block;
  width: 31.3333%;
  margin-right: 3%;
  margin-bottom: 3%;
}
html body .content-wrap .list.col3 > a:hover,
html body .content-wrap .list.col3 .item:hover {
  text-decoration: none;
}
html body .content-wrap .list.col3 > a:nth-child(3n),
html body .content-wrap .list.col3 .item:nth-child(3n) {
  margin-right: 0;
}
html body .content-wrap .list.col4 {
  display: flex;
  flex-wrap: wrap;
}
html body .content-wrap .list.col4 > a,
html body .content-wrap .list.col4 .item {
  display: block;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
html body .content-wrap .list.col4 > a:hover,
html body .content-wrap .list.col4 .item:hover {
  text-decoration: none;
}
html body .content-wrap .list.col4 > a:nth-child(4n),
html body .content-wrap .list.col4 .item:nth-child(4n) {
  margin-right: 0;
}
html body .content-wrap .list.col1 {
  display: block;
}
html body .content-wrap .list.col1 .item .thumb {
  aspect-ratio: 16/9;
}
html body .content-wrap .list.col1 .item .text > p {
  font-size: 1rem;
  text-align: center;
}
html body .content-wrap .list.col1 .item .text h3 {
  padding: 0.5rem;
  text-align: center;
  font-weight: bold;
  color: #004986;
}
html body .content-wrap .list.col1 .item .text h3 > span {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1rem;
  font-weight: bold;
  padding-right: 1rem;
  letter-spacing: 0.1rem;
}
html body .content-wrap .top-storage > p {
  text-align: center;
  font-weight: bold;
}
html body .content-wrap .top-storage > p.main {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1000px) {
  html body .content-wrap .top-storage > p.main {
    font-size: 1.6rem;
  }
}
html body .content-wrap .top-storage > p.main > span.red {
  color: #d70d18;
  font-size: 2.5rem;
}
@media screen and (max-width: 1000px) {
  html body .content-wrap .top-storage > p.main > span.red {
    font-size: 1.6rem;
  }
}
html body .content-wrap .top-storage > p.sub {
  padding: 1.5em 0 1.5em;
  font-size: 1.2rem;
  line-height: 1.8;
}
html body .content-wrap .top-storage > p.sub > span.red {
  color: #d70d18;
  font-size: 1.2rem;
}
html body .content-wrap .top-service .item {
  background-color: white;
  padding: 2rem;
  border-radius: 10px;
}
html body .content-wrap .top-service .item .title-wrap {
  text-align: center;
  color: #004986;
}
html body .content-wrap .top-service .item .title-wrap .num {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
html body .content-wrap .top-service .item .title-wrap .name {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 1000px) {
  html body .content-wrap .top-service .item .title-wrap .name {
    font-size: 1.5rem;
  }
}
html body .content-wrap .top-service .item .title-wrap > span {
  display: block;
  margin: 0 auto;
  padding: 0.5rem 0;
  border-bottom: 2px solid #d70d18;
  max-width: 50px;
}
html body .content-wrap .top-service .item .text {
  padding: 1rem;
}
html body .content-wrap .top-service .item .text img {
  display: block;
  margin: 0 auto;
}
html body .content-wrap .top-service .item .text > p {
  line-height: 1.8;
}
html body .content-wrap .top-service .item .text .btn-wrap {
  padding-top: 1.5rem;
}
html body .content-wrap .top-service .item .text .btn-wrap a {
  padding: 1rem 3rem;
}
html body .content-wrap .top-service .item .text .btn-wrap a:hover {
  content: "";
}
html body .content-wrap .top-service.product {
  margin: 0 1rem;
  padding: 1rem 0;
}
html body .content-wrap .top-service.product.list.col3 .item {
  padding: 8rem 2rem;
  border-radius: 0;
  margin-bottom: 0;
}
html body .content-wrap .top-service.product.list.col3 .item .title-wrap .detail {
  padding: 1rem 0 2rem;
  line-height: 1.8;
}
html body .content-wrap .top-service.gray .item {
  border: 2px solid #f2f5f6;
}
html body .content-wrap .top-service-detail .item {
  padding: 2rem 3rem;
  border-radius: 10px;
}
html body .content-wrap .top-service-detail .item .text img {
  display: block;
  margin: 0 auto;
}
html body .content-wrap .top-service-detail .item .text > P {
  line-height: 1.8;
}
html body .content-wrap .top-service-detail .item .text > P.ttl {
  color: #004986;
  text-align: center;
  font-weight: bold;
  padding: 0.5rem 0;
}
html body .content-wrap .top-service-detail .item:first-child {
  border-right: 1px solid #004986;
  border-radius: 0;
}
html body .content-wrap .top-service-detail .item:last-child {
  border-left: 1px solid #004986;
  border-radius: 0;
}
html body .content-wrap .top-service-detail.oku-service-detail {
  padding-bottom: 1rem;
}
html body .content-wrap .top-service-detail.oku-service-detail .item {
  padding: 0 3rem;
}
html body .content-wrap .top-service-detail.oku-service-detail .item .text {
  text-align: center;
}
html body .content-wrap .top-service-detail.oku-service-detail .item .text > P {
  line-height: 1.6;
}
html body .content-wrap .top-service-detail.oku-service-detail .item .text > P.ttl {
  padding: 0.5rem 0;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: black;
}
html body .content-wrap .top-service-detail.oku-service-detail.list.col3 .item {
  margin-bottom: 0;
}
html body .content-wrap.top-bridge {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
html body .content-wrap.top-bridge .inner p {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.2em;
  color: white;
}
html body .content-wrap .service-wrap .item {
  display: flex;
  padding: 4rem 0;
}
html body .content-wrap .service-wrap .item .num {
  font-family: "Montserrat", sans-serif;
  margin-top: -5rem;
  font-size: 7rem;
  color: #0054a7;
  font-weight: bold;
  z-index: 1;
}
html body .content-wrap .service-wrap .item .thumb {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 5/3;
  border-radius: 8px 8px 8px 8px;
  margin-left: -2.5rem;
}
html body .content-wrap .service-wrap .item .text {
  width: 50%;
  padding-left: 2rem;
}
html body .content-wrap .service-wrap .item .text h3 {
  font-size: 2.3rem;
  font-weight: bold;
}
html body .content-wrap .service-wrap .item .text h3 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 1em 0;
  font-size: 1.2rem;
}
html body .content-wrap .service-wrap .item .text p {
  line-height: 2em;
}
html body .content-wrap .service-wrap .item.reverse {
  flex-direction: row-reverse;
}
html body .content-wrap .service-wrap .item.reverse .thumb {
  margin-left: 0;
  margin-right: -2.5rem;
}
html body .content-wrap .service-wrap .item.reverse .text {
  padding-left: 0;
  padding-right: 2rem;
}
html body .content-wrap .service-wrap.recruiting .thumb {
  aspect-ratio: 3/2;
  margin-left: 0;
}
html body .content-wrap .principle-wrap ul.point-list li {
  display: flex;
  padding: 1em;
}
html body .content-wrap .principle-wrap ul.point-list li p.ttl {
  width: 40%;
  font-size: 1.3rem;
  font-weight: bold;
  min-height: 3em;
  color: #004986;
}
html body .content-wrap .principle-wrap ul.point-list li .detail {
  width: 60%;
  border-left: 1px solid #004986;
  padding-left: 4em;
  height: 65px;
}
html body .content-wrap .principle-wrap ul.point-list li .detail > p > span {
  display: inline-block;
  width: 7em;
  font-weight: bold;
  font-size: 1rem;
}
html body .content-wrap .needs-wrap .item {
  display: flex;
  align-items: center;
  padding: 2em 4em;
  border-radius: 8px;
  background-color: #f5f8f7;
  margin-bottom: 2rem;
}
html body .content-wrap .needs-wrap .item .img-icon {
  width: 30%;
}
html body .content-wrap .needs-wrap .item .img-icon > p {
  text-align: center;
  margin: 1rem auto;
  font-size: 1.2rem;
  font-weight: bold;
  color: #004986;
}
html body .content-wrap .needs-wrap .item .img-icon img {
  display: block;
  margin: auto;
}
html body .content-wrap .needs-wrap .item .text {
  width: 70%;
}
html body .content-wrap .needs-wrap .item .text > p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
html body .content-wrap .needs-wrap .item .text > p.main {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  font-weight: bold;
}
html body .content-wrap .safety-wrap .item {
  display: flex;
  align-items: center;
}
html body .content-wrap .safety-wrap .item .thumb {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 8/9;
  border-radius: 8px 8px 8px 8px;
}
html body .content-wrap .safety-wrap .item .text {
  width: 50%;
  padding-left: 2rem;
}
html body .content-wrap .safety-wrap .item .text h3 {
  font-weight: bold;
  color: #004986;
}
html body .content-wrap .safety-wrap .item .text h3 > span {
  color: #d70d18;
  font-weight: bold;
  font-size: 1.75rem;
}
html body .content-wrap .safety-wrap .item .text p.num {
  font-family: "Montserrat", sans-serif;
  font-size: 2.1rem;
  font-weight: bold;
  padding-right: 1rem;
  letter-spacing: 0.1rem;
  color: #004986;
}
html body .content-wrap .safety-wrap .item .text p.img-name {
  font-size: 1rem;
  padding: 1rem 0;
}
html body .content-wrap .safety-wrap .item.reverse {
  flex-direction: row-reverse;
}
html body .content-wrap .safety-wrap .item.reverse .thumb {
  margin-left: 0;
}
html body .content-wrap .safety-wrap .item.reverse .text {
  padding-left: 0;
  padding-right: 2rem;
}
html body .content-wrap .flow-wrap {
  border: 3px solid #f2f5f6;
  border-radius: 8px;
  margin: 3em auto;
}
html body .content-wrap .flow-wrap h3 {
  background-color: #f2f5f6;
  padding: 1em 0;
  text-align: center;
  color: #004986;
  font-weight: bold;
}
html body .content-wrap .flow-wrap .flow-text {
  text-align: center;
}
html body .content-wrap .flow-wrap .flow-text .ttl {
  font-size: 1.3rem;
  font-weight: bold;
  color: #004986;
  padding: 1em 0;
}
html body .content-wrap .flow-wrap .flow-text > span {
  font-size: 1rem;
  color: #d70d18;
}
html body .content-wrap .flow-wrap .flow-text .guide {
  font-size: 1rem;
  margin-bottom: 1rem;
}
html body .content-wrap .flow-wrap .flow-text .guide.spc::after {
  content: "";
}
html body .content-wrap .flow-wrap .flow-text .guide > span {
  font-size: 1rem;
  color: #d70d18;
}
html body .content-wrap .flow-wrap .flow-text .guide > span.font-b {
  font-weight: bold;
  color: black;
}
html body .content-wrap .flow-wrap .flow-text img {
  display: block;
  margin: 0 auto;
  margin: 2em auto;
}
html body .content-wrap .flow-wrap .flow-text img.arrow {
  max-width: 30px;
}
html body .content-wrap .flow-wrap.c-variations {
  border: 2px solid #f8e9ea;
}
html body .content-wrap .flow-wrap.c-variations h3 {
  background-color: #f8e9ea;
  color: #d70d18;
}
html body .content-wrap .flow-wrap.c-variations h3.more {
  width: 825px;
  margin: 0 auto;
  background-color: transparent;
  border-top: 3px solid #f8e9ea;
  margin-top: 2em;
  padding: 2em 0;
}
html body .content-wrap .flow-wrap.c-variations h3.more > span {
  display: block;
  font-size: 1.5rem;
  padding-top: 0.5rem;
  color: #d70d18;
}
html body .content-wrap .map {
  text-align: center;
}
html body .content-wrap .table th {
  width: 30%;
  padding: 1em 0;
  font-size: 1rem;
  font-weight: bold;
}
html body .content-wrap .table td {
  width: 70%;
  padding: 1em 0;
  font-size: 1rem;
}
html body .content-wrap .contact-wrap.list.col2 .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 2rem;
  text-align: center;
  border-radius: 0.5rem;
  background-color: white;
  margin-right: 0;
}
html body .content-wrap .contact-wrap.list.col2 .item p.txt {
  font-size: 1.1rem;
  font-weight: bold;
}
html body .content-wrap .contact-wrap.list.col2 .item p.tel {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: bold;
}
html body .content-wrap .contact-wrap.list.col2 .item p.title {
  font-size: 1.8rem;
  font-weight: bold;
  color: black;
}
html body .content-wrap .contact-wrap.list.col2 .item p.sub {
  font-weight: 500;
  padding-bottom: 2rem;
}
html body .content-wrap .btn-wrap a {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-weight: 600;
  position: relative;
  transition: all 0.3s;
}
html body .content-wrap .btn-wrap a:hover {
  text-decoration: none;
  opacity: 0.8;
}
html body .content-wrap .btn-wrap.red a {
  background-color: #d70d18;
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 1.4rem 11rem 1.4rem 2rem;
  border-radius: 100rem;
}
html body .content-wrap .btn-wrap.red a:after {
  content: "→";
  font-size: 0.7rem;
  line-height: 1;
  display: block;
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.5em);
}
html body .content-wrap .btn-wrap.small a:after {
  content: "→";
  background-color: #d70d18;
  border: 1px solid #d70d18;
  font-size: 0.7rem;
  padding: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
  border-radius: 100rem;
  color: white;
}
html body .content-wrap .btn-wrap.white a {
  color: white;
}
html body .content-wrap .btn-wrap.white.small a:after {
  border: 1px solid white;
}
html body .content-wrap .btn-wrap.center {
  text-align: center;
}
html body .content-wrap .btn-wrap.right {
  text-align: right;
}
html body .content-wrap .privacy-wrap h3 {
  border-left: 2px solid #004986;
  padding-left: 1rem;
  margin: 1.5em 0;
}
html body .content-wrap .privacy-wrap h4 {
  padding: 0.5rem 1rem;
  background-color: #DEE6F2;
  font-size: 1.3rem;
}
html body .content-wrap .privacy-wrap h4 > span {
  font-size: 1.3rem;
  font-weight: bold;
  color: #004986;
}
html body .content-wrap .privacy-wrap h5 {
  border: 1px solid #004986;
  background-color: #DEE6F2;
  color: #004986;
  font-size: 1.2rem;
  padding: 1rem;
  margin-bottom: 0;
  font-weight: bold;
}
html body .content-wrap .privacy-wrap ul {
  list-style-type: circle;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
html body .content-wrap .privacy-wrap ul li {
  padding-left: 2rem;
  text-indent: -1.5em;
  list-style-type: circle;
  list-style-position: inside;
}
html body .content-wrap .privacy-wrap > p {
  padding-bottom: 1rem;
  line-height: 1.6;
  padding-left: 2rem;
}
html body .content-wrap .privacy-wrap .privacy-box {
  border: 1px solid #004986;
  border-top: none;
  padding: 1em;
  margin-bottom: 2em;
}
html body .content-wrap .privacy-wrap .privacy-box .sub {
  border-top: 1px solid #004986;
  border-bottom: 1px solid #004986;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
  font-weight: 600;
}
html body .content-wrap .privacy-wrap .privacy-box > p {
  line-height: 1.6;
  padding: 0.5rem 1rem;
}
html body .content-wrap .privacy-wrap .privacy-box > p.font-b {
  font-weight: 600;
}
html body .content-wrap .form .row {
  border-bottom: 1px solid #eef3f1;
}
html body .content-wrap .form .row:first-child {
  border-top: 1px solid #eef3f1;
}
html body .content-wrap .form .row .col-12, html body .content-wrap .form .row .col-6 {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}
html body .content-wrap .form .row .col-12 label, html body .content-wrap .form .row .col-6 label {
  width: 20%;
  font-size: 1.1rem;
  font-weight: bold;
}
html body .content-wrap .form .row .col-12 label.reqire::after, html body .content-wrap .form .row .col-6 label.reqire::after {
  content: "*";
  color: red;
  font-size: 1.2rem;
}
html body .content-wrap .form .row .col-12 select,
html body .content-wrap .form .row .col-12 input,
html body .content-wrap .form .row .col-12 textarea, html body .content-wrap .form .row .col-6 select,
html body .content-wrap .form .row .col-6 input,
html body .content-wrap .form .row .col-6 textarea {
  width: 80%;
  background-color: #eef3f1;
  border: 1px solid #eef3f1;
  padding: 1.8em 1em;
  border-radius: 0.25rem;
}
html body .content-wrap .form .row .col-12 select:hover, html body .content-wrap .form .row .col-12 select:focus, html body .content-wrap .form .row .col-12 select:active,
html body .content-wrap .form .row .col-12 input:hover,
html body .content-wrap .form .row .col-12 input:focus,
html body .content-wrap .form .row .col-12 input:active,
html body .content-wrap .form .row .col-12 textarea:hover,
html body .content-wrap .form .row .col-12 textarea:focus,
html body .content-wrap .form .row .col-12 textarea:active, html body .content-wrap .form .row .col-6 select:hover, html body .content-wrap .form .row .col-6 select:focus, html body .content-wrap .form .row .col-6 select:active,
html body .content-wrap .form .row .col-6 input:hover,
html body .content-wrap .form .row .col-6 input:focus,
html body .content-wrap .form .row .col-6 input:active,
html body .content-wrap .form .row .col-6 textarea:hover,
html body .content-wrap .form .row .col-6 textarea:focus,
html body .content-wrap .form .row .col-6 textarea:active {
  outline: 2px solid #d70d18;
  border-color: transparent !important;
  box-shadow: none !important;
}
html body .content-wrap .form .checkbox-consent {
  text-align: center;
}
html body > footer .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
html body > footer .inner .footer-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
}
html body > footer .inner .footer-wrap .item {
  width: 40%;
}
html body > footer .inner .footer-wrap .item .about {
  border-left: 1px solid black;
  margin-bottom: 2rem;
  margin-left: 2rem;
  padding-left: 1rem;
}
html body > footer .inner .footer-wrap .item .about p {
  font-size: 1rem;
}
html body > footer .inner .footer-wrap .item .about > a {
  color: black;
  font-weight: 600;
}
html body > footer .inner .footer-wrap .item:first-child {
  width: 30%;
}
html body > footer .inner .footer-wrap .item:last-child {
  width: 30%;
}
html body > footer .inner .footer-wrap .item > a {
  transition: all 0.3s;
}
html body > footer .inner .footer-wrap .item > a img {
  display: block;
  margin: 0 auto;
}
html body > footer .inner .footer-wrap .item > a img.logo {
  max-width: 100px;
}
html body > footer .inner .footer-wrap .item > a:hover {
  opacity: 0.7;
}
html body > footer .inner .footer-wrap .item .logo-text {
  width: 200px;
  margin: 0 auto;
  font-size: 0.8rem;
  padding-top: 1rem;
}
html body > footer .copyright {
  display: flex;
  justify-content: space-between;
  padding: 2rem 3rem;
  background-color: black;
}
html body > footer .copyright a,
html body > footer .copyright p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  display: block;
  color: white;
  transition: all 0.3s;
}
html body > footer .copyright a:hover {
  text-decoration: none;
  opacity: 0.6;
}
html body > footer .copyright P {
  letter-spacing: 0.2rem;
}