@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
@media (max-width: 767px) {
  body {
    font-size: 0.9rem;
  }
}

.btn,
input,
.form-control {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .btn,
input,
.form-control {
    font-size: 0.85rem;
  }
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #004986;
}

.btn-01 a,
.btn-01 button,
.btn-02 a,
.btn-02 button {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #004986;
  padding: 0.5rem 0;
  border-radius: 3rem;
  transition: 0.3s;
}
.btn-01 a:hover,
.btn-01 button:hover,
.btn-02 a:hover,
.btn-02 button:hover {
  opacity: 0.7;
}

.btn-disabled span {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #004986;
  padding: 0.5rem 0;
  border-radius: 3rem;
  transition: 0.3s;
  opacity: 0.7;
  text-align: center;
}

.btn-01 {
  text-align: right;
}
@media (max-width: 767px) {
  .btn-01 {
    text-align: center;
  }
}

.btn-02 {
  text-align: center;
}

.mds-01 {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .mds-01 {
    margin-bottom: 2rem;
  }
}
.mds-01 > div:nth-child(1) {
  font-size: 2rem;
  font-weight: 500;
  color: #004986;
  line-height: 1;
  margin-bottom: 0.3rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .mds-01 > div:nth-child(1) {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 1399px) {
  .mds-01 > div:nth-child(1) {
    margin-bottom: 0.5rem;
  }
}
.mds-01 > div:nth-child(2) {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .mds-01 > div:nth-child(2) {
    font-size: 0.75rem;
  }
}

.mds-02 {
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .mds-02 {
    margin-bottom: 2rem;
    text-align: left;
  }
}
.mds-02 > div:nth-child(1) {
  font-size: 2rem;
  font-weight: 500;
  color: #004986;
  line-height: 1;
}
@media (max-width: 767px) {
  .mds-02 > div:nth-child(1) {
    font-size: 1.5rem;
  }
}
.mds-02 > div:nth-child(2) {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .mds-02 > div:nth-child(2) {
    font-size: 0.75rem;
  }
}

.mds-03 {
  margin-bottom: 4rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .mds-03 {
    margin-bottom: 2rem;
  }
}
.mds-03 > div:nth-child(1) {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.3rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .mds-03 > div:nth-child(1) {
    font-size: 1.5rem;
  }
}
.mds-03 > div:nth-child(2) {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .mds-03 > div:nth-child(2) {
    font-size: 0.75rem;
  }
}

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

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

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

.wrapper-1200 {
  width: 100%;
  max-width: calc(1200px + 6rem);
  margin: 0 auto;
  padding: 8rem 3rem;
}
@media (max-width: 767px) {
  .wrapper-1200 {
    padding: 4rem 1rem;
  }
}

.item-wrapper-1200 {
  width: 100%;
  max-width: calc(1200px + 6rem);
  margin: 0 auto;
  padding: 5rem 3rem;
}
@media (max-width: 767px) {
  .item-wrapper-1200 {
    padding: 3.5rem 1rem 4rem;
  }
}

.lh-15 {
  line-height: 1.5;
}

.menu-list-wrapper span {
  width: 10px;
  height: 1px;
  background-color: #004986;
  margin: 0 0.5rem;
}

.menu-nactive {
  opacity: 0.5;
}
.menu-nactive:hover {
  opacity: 1;
}

#navbar {
  box-shadow: 0 10px 20px 0 rgba(100, 100, 100, 0.05);
}

.nav-comname a {
  color: #004986;
}

.nav-shop-box {
  display: inline-block;
  text-align: center;
  color: #004986;
  background-color: #fff;
  padding: 0 1rem;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .nav-shop-box {
    color: #004986 !important;
    display: block;
    margin-bottom: 2rem;
  }
}
.nav-shop-box:hover {
  background-color: #000;
  color: #fff !important;
}
.nav-shop-box i {
  font-size: 2rem;
}

#navbtn {
  display: none;
}
@media (max-width: 1199px) {
  #navbtn {
    position: fixed;
    right: 1rem;
    padding: 0;
    outline: none;
    border: none;
    background: none;
    width: 30px;
    height: 20px;
    cursor: pointer;
    display: block;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  #navbtn {
    right: 3rem;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  #navbtn {
    right: 1rem;
  }
}
@media (max-width: 1199px) {
  #navbtn::before, #navbtn::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #004986;
    transform: translateY(10px);
    transition: 0.3s ease-in-out;
  }
}
@media (max-width: 1199px) {
  #navbtn::before {
    transform: translateY(-10px);
    box-shadow: 0 10px #004986;
  }
}

.open nav {
  visibility: visible;
  opacity: 1;
}
.open #navbtn::before {
  transform: rotate(-45deg);
  background-color: #fff;
  box-shadow: none;
}
.open #navbtn::after {
  transform: rotate(45deg);
  background: #fff;
  box-shadow: none;
}

@media (max-width: 1199px) {
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: block;
    justify-content: center;
    /* 初期：非表示 */
    visibility: hidden;
    opacity: 0;
    /* ふわっと表示 */
    transition: 0.5s ease-in-out;
  }
}
@media (max-width: 1199px) {
  .nav > ul {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .nav > ul {
    width: 75%;
  }
}
@media (max-width: 1199px) {
  .nav > ul > li {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .nav > ul > li {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1199px) {
  .nav > ul > li a {
    color: #fff;
  }
}

.nav-fs {
  font-size: 16px;
}
@media (min-width: 767px) {
  .nav-fs {
    font-size: 16px;
  }
}
@media (min-width: 1199px) {
  .nav-fs {
    font-size: 14px;
  }
}
@media (min-width: 1399px) {
  .nav-fs {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .nav-tel-con {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .nav-tel-con {
    margin-top: 1.5rem;
  }
}
.nav-tel-con a {
  display: flex;
  background: #004986;
  padding: 0 1rem;
  color: #fff;
  font-size: 1rem;
  align-items: center;
}
@media (max-width: 1199px) {
  .nav-tel-con a {
    justify-content: center;
  }
}

#navbar {
  width: 100%;
  padding: 0 0 0 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  background: #fff;
  z-index: 99;
}
#navbar li {
  list-style: none;
}
@media (max-width: 1199px) {
  #navbar {
    padding: 1.5rem 3rem 1.5rem 3rem;
  }
}
@media (max-width: 767px) {
  #navbar {
    padding: 1.5rem 1rem 1.5rem 1rem;
  }
}

.nav-sub-box {
  position: relative;
}
.nav-sub-box:hover {
  color: #004986;
}
@media (max-width: 1199px) {
  .nav-sub-box:hover {
    color: #fff;
  }
}

.nav-sub {
  overflow: hidden;
  position: absolute;
  line-height: 1.4rem;
  left: -20px;
  height: 0;
  min-height: 0;
  width: 160px;
  transition: min-height 0.5s;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 1.5rem;
  z-index: -1;
}
@media (max-width: 1199px) {
  .nav-sub {
    position: relative;
    width: 100%;
    height: auto;
    background: none;
    padding-top: 0.3rem;
    padding-left: 1.5rem;
  }
}
.nav-sub.active {
  min-height: 182px;
  background: rgba(255, 255, 255, 0.7);
  width: 160px;
  padding-top: 1.7rem;
  z-index: 1;
}
@media (max-width: 1199px) {
  .nav-sub.active {
    min-height: auto;
    background: none;
    width: 100%;
    padding-top: 0.3rem;
  }
}

.item_nav {
  position: fixed;
  z-index: 98;
  font-size: 0.85rem;
  padding-top: 6rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .item_nav {
    padding-top: 5.5rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .item_nav {
    font-size: 0.8rem;
  }
}

.ftr-wrapper {
  width: 100%;
  background-color: #004986;
  padding: 5rem 0 3rem;
  border-color: white;
}
@media (max-width: 767px) {
  .ftr-wrapper {
    padding: 3rem 0 2rem;
  }
}

.ftr-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.ftr-box a {
  color: #fff;
}
.ftr-box > div:nth-child(1) {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .ftr-box > div:nth-child(1) {
    margin-bottom: 2rem;
  }
}
.ftr-box > div:nth-child(2) {
  color: #fff;
}
.ftr-menu > li {
  padding-right: 2rem;
}
.ftr-menu > li:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .ftr-menu > li {
    padding-right: 0;
  }
}

.ftr-shop-btn a {
  width: 100%;
  max-width: 300px;
  display: inline-block;
  padding: 1rem 3rem;
  border: 1px solid #fff;
  text-align: center;
}

.copyright {
  width: 100%;
  text-align: center;
  padding: 1.5rem 1rem;
}

.fv-wrapper {
  width: 100%;
  position: relative;
}

.fv-bgimg {
  background-image: url(../image/fv.jpg);
  background-size: cover;
  max-width: 1200px;
  width: calc(100% - 10rem);
  height: 550px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 75px;
  z-index: -1;
}
@media (max-width: 767px) {
  .fv-bgimg {
    background-image: url(../image_sp/fv.jpg);
    height: 325px;
    width: calc(100% - 3rem);
  }
}

.fv-scr-wrapper {
  width: 100%;
  max-width: calc(1200px + 2rem);
  padding: 0 1rem;
  margin: 0 auto;
  height: 792px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fv-scr-wrapper {
    height: 440px;
  }
}
.fv-scr-wrapper > div:first-child {
  overflow: hidden;
  transform: rotate(90deg);
  transform-origin: top left;
  position: relative;
  top: 0;
  left: 1rem;
  width: 792px;
}
.fv-scr-wrapper > div:first-child::before {
  content: "";
  border-bottom: 1px solid #000;
  width: 500px;
  display: inline-block;
  margin-right: 1rem;
  position: relative;
  top: -5px;
}
@media (max-width: 767px) {
  .fv-scr-wrapper > div:first-child::before {
    width: 300px;
  }
}
.fv-scr-wrapper > div:first-child::after {
  content: "";
  border-bottom: 1px solid #000;
  width: 199px;
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  top: -5px;
}
@media (max-width: 767px) {
  .fv-scr-wrapper > div:first-child::after {
    width: 70px;
  }
}

.fv-text-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.fv-text-box div {
  background: #fff;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .fv-text-box div {
    font-size: 1.2rem;
  }
}
.fv-text-box div:nth-child(1), .fv-text-box div:nth-child(2) {
  margin-bottom: 1rem;
}

#index-maintenance {
  padding-top: 20rem;
  margin-top: -20rem;
}

.index-keyword-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.index-keyword-wrap .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.index-keyword-wrap button[type=submit] {
  border: none;
  background: #004986;
  color: #fff;
  border-radius: 0;
}
.index-keyword-wrap input {
  border-radius: 0;
  border: 1px solid #004986;
}

.index-about-wrapper {
  background: #f8f9f9;
  position: relative;
  margin-top: 100px;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .index-about-wrapper {
    padding-bottom: 3rem;
  }
}

.index-about-bg {
  background-image: url(../image/index_about_bg.jpg);
  width: 90%;
  height: 500px;
  background-size: cover;
  position: relative;
  top: -100px;
}
@media (max-width: 767px) {
  .index-about-bg {
    background-image: url(../image_sp/index_about_bg.jpg);
    height: 150px;
  }
}

.index-about-text-box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.index-about-text-box > div {
  width: 75%;
  background: #fff;
  padding: 100px;
  margin-top: -200px;
}
@media (max-width: 767px) {
  .index-about-text-box > div {
    width: 90%;
    margin-top: -70px;
    padding: 3rem 2rem;
  }
}
.index-about-text-box > div > div:nth-child(2) {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .index-about-text-box > div > div:nth-child(2) {
    margin-bottom: 2rem;
  }
}
.index-about-text-box > div > div:nth-child(3) {
  color: #004986;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .index-about-text-box > div > div:nth-child(3) {
    margin-bottom: 2rem;
  }
}

.index-search-wrapper,
.index-achievement-wrapper {
  width: 100%;
  max-width: calc(1200px + 6rem);
  margin: 0 auto;
  padding: 8rem 3rem;
}
@media (max-width: 767px) {
  .index-search-wrapper,
.index-achievement-wrapper {
    padding: 4rem 2rem;
  }
}

.index-search-btn-box div a {
  display: inline-block;
  border: 1px solid #004986;
  background-color: #f8f9f9;
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: center;
  color: #004986;
  transition: 0.3s;
}
.index-search-btn-box div a:hover {
  opacity: 0.7;
}

.index-search-mds {
  text-align: center;
  font-weight: 500;
}

.index-maintenance-wrapper {
  background: #f8f9f9;
  position: relative;
  margin-top: 100px;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .index-maintenance-wrapper {
    padding-bottom: 3rem;
  }
}

.index-maintenance-bg {
  background-image: url(../image/index_about_bg.jpg);
  width: 90%;
  margin-left: 10%;
  height: 500px;
  background-size: cover;
  position: relative;
  top: -100px;
}
@media (max-width: 767px) {
  .index-maintenance-bg {
    background-image: url(../image_sp/index_about_bg.jpg);
    height: 150px;
  }
}

.index-maintenance-text-box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.index-maintenance-text-box > div {
  width: 75%;
  background: #fff;
  padding: 100px;
  margin-top: -200px;
  margin-left: 25%;
}
@media (max-width: 767px) {
  .index-maintenance-text-box > div {
    width: 90%;
    margin-top: -70px;
    margin-left: 10%;
    padding: 3rem 1.7rem;
  }
}
.index-maintenance-text-box > div > div:nth-child(1) {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .index-maintenance-text-box > div > div:nth-child(1) {
    margin-bottom: 2rem;
  }
}
.index-maintenance-text-box > div > div:nth-child(2) {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .index-maintenance-text-box > div > div:nth-child(2) {
    margin-bottom: 2rem;
  }
}

.index-achievement-boxin {
  width: 100%;
}

.index-news-wrapper {
  width: 100%;
  padding: 8rem 3rem;
  margin: 0 auto;
  background: #f8f9f9;
}
@media (max-width: 767px) {
  .index-news-wrapper {
    padding: 4rem 1rem;
  }
}
.index-news-wrapper > div:nth-child(1) {
  max-width: 1200px;
  margin: 0 auto;
}

.index-news-box {
  border-bottom: 1px solid #000;
  padding-bottom: 2.3rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .index-news-box {
    padding-bottom: 1.5rem;
    margin-bottom: 1.8rem;
  }
}

.index-news-btn-wrapper {
  max-width: 1200px;
  margin: 7rem auto 0;
}
@media (max-width: 767px) {
  .index-news-btn-wrapper {
    margin: 2rem auto 0;
  }
}

.index-contact-wrapper {
  width: 100%;
  background: url(../image/index-con_bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.index-contact-wrapper > div {
  width: 100%;
  padding: 8rem 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
@media (max-width: 767px) {
  .index-contact-wrapper > div {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .index-contact-wrapper {
    background: url(../image_sp/index-con_bg.jpg);
    background-size: cover;
    background-position: center;
  }
}

.index-contact-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.index-contact-boxin {
  color: #fff;
  width: 100%;
  margin: 0 auto;
}
.index-contact-boxin > div {
  text-align: center;
}

.index-contact-komi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-contact-komi::before, .index-contact-komi::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
}
.index-contact-komi::before {
  margin-right: 1rem;
}
.index-contact-komi::after {
  margin-left: 1rem;
}

.index-contact-tel a {
  color: #fff;
  font-size: 2rem;
  line-height: 1rem;
}
.index-contact-tel a span {
  font-size: 1.5rem;
  line-height: 1rem;
}
@media (max-width: 767px) {
  .index-contact-tel a {
    font-size: 1.5rem;
  }
}

.index-contact-formbtn a {
  display: block;
  border: 1px solid #fff;
  padding: 1rem 0;
  border-radius: 3rem;
  color: #fff;
}

.privacy-wrapper,
.guide-wopper,
.about-wrapper {
  padding: 8rem 3rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .privacy-wrapper,
.guide-wopper,
.about-wrapper {
    padding: 6rem 1rem;
  }
}
.privacy-wrapper span,
.guide-wopper span,
.about-wrapper span {
  display: inline-block;
  padding-left: 0.75rem;
}

.pro-box-out > div {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .pro-box-out > div {
    margin-bottom: 2rem;
  }
}
.pro-box-out > div:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .pro-box-out > div {
    margin-bottom: 0;
  }
}

.pro-ank ul {
  gap: 1rem 0;
}
.pro-ank ul li {
  padding-right: 1rem;
}
.pro-ank ul li::after {
  content: "";
  border-right: 1px solid #004986;
  padding-right: 1rem;
}
.pro-ank ul li:nth-child(1)::before {
  content: "";
  border-left: 1px solid #004986;
  padding-right: 1rem;
}
@media (max-width: 575px) {
  .pro-ank ul li span {
    border-bottom: 1px solid #004986;
  }
  .pro-ank ul li::after {
    content: "";
    border-right: 0;
    padding-right: 0;
  }
  .pro-ank ul li:nth-child(1)::before {
    content: "";
    border-left: 0;
    padding-right: 0;
  }
}

.pro-ank02 ul {
  gap: 1rem 0;
}
.pro-ank02 ul li {
  padding-right: 1rem;
}
.pro-ank02 ul li::after {
  content: "";
  border-right: 1px solid #004986;
  padding-right: 1rem;
}
.pro-ank02 ul li:first-child::before, .pro-ank02 ul li:nth-child(2)::before {
  content: "";
  border-left: 1px solid #004986;
  padding-right: 1rem;
}

.pro-mds-des {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .pro-mds-des {
    text-align: left;
    margin-bottom: 3rem;
  }
}

.pro-ank-mds {
  width: 100%;
  background: #f8f9f9;
  border: 2px solid #004986;
  padding: 1rem 2rem;
}

.pro-ank-link > div:nth-child(n+2) {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .pro-ank-link > div:nth-child(n+2) {
    margin-bottom: 2rem;
  }
}
.pro-ank-link > div:last-child {
  margin-bottom: 0;
}

#pro-fan,
.pro-ank-link {
  padding-top: 8rem;
  margin-top: -3rem;
}
@media (max-width: 767px) {
  #pro-fan,
.pro-ank-link {
    padding-top: 5rem;
    margin-top: -3rem;
  }
}

.pro-box-left {
  width: 50%;
  margin: 0 3rem 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .pro-box-left {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .pro-box-left {
    width: 90%;
  }
}

.pro-box-right {
  width: 50%;
}
@media (max-width: 991px) {
  .pro-box-right {
    width: 100%;
  }
}

.pro-sekourei-btn a {
  display: block;
  text-align: center;
  border: 1px solid #000;
  border-radius: 3rem;
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .pro-sekourei-btn a {
    width: 100%;
  }
}

.swiper-box01 {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  color: #004986;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 30px;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.slider-thumbnail .swiper-slide {
  opacity: 0.5;
  overflow: hidden;
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.item_adjustment {
  position: absolute;
  top: -260px;
}

.contact-btn,
.contact-btn02 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.contact-btn {
  background: #004986;
  color: #fff;
  border: none;
  display: block;
  width: 100%;
}

.contact-btn02 {
  display: block;
  border: 1px solid #004986;
  color: #004986;
  text-align: center;
  box-sizing: border-box;
}

.about-map-wrap iframe {
  width: 100%;
  height: 450px;
}
@media (max-width: 767px) {
  .about-map-wrap iframe {
    height: 200px;
  }
}

.about-box div > div:nth-child(1) {
  width: 30%;
}
@media (max-width: 767px) {
  .about-box div > div:nth-child(1) {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.about-box div > div:nth-child(2) {
  width: 70%;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .about-box div > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}
.about-box::after {
  content: "";
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #000;
}

.table_pad th,
.table_pad td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.est-file-btn {
  cursor: pointer;
  width: 100%;
  background: #004986;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0;
}

.news_list-wrapper > div::before {
  content: "";
  display: block;
  border-top: 1px solid #004986;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
.news_list-wrapper > div:nth-child(1)::before {
  margin-top: 0;
}
.news_list-wrapper > div:last-child::after {
  content: "";
  display: block;
  border-bottom: 1px solid #004986;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.achivement_list-wrapper > div a {
  display: inline-block;
}

.achivement-swiper-box01 {
  overflow: hidden;
}
.achivement-swiper-box01 img {
  width: 90%;
  margin-left: 5%;
}

.animate__delay-01s {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.animate__delay-02s {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.animate__delay-03s {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.animate__delay-04s {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.animate__delay-05s {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.animate__delay-06s {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.animate__delay-07s {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.animate__delay-08s {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.animate__delay-09s {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}/*# sourceMappingURL=style.css.map */