@charset "UTF-8";
* {
  font-family: BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, “Helvetica Neue”, HelveticaNeue, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html, body {
  margin: 0rem;
  overflow-x: hidden;
}

html {
  font-size: 10px;
}

body {
  box-sizing: border-box;
  overflow: hidden;
  font-size: 1.5rem;
}

nav.navbar.navbar-inverse {
  background-color: #000A4B;
  border-bottom: none;
  padding: 0rem 1rem;
  margin: 0rem;
  margin-left: auto;
  margin-right: auto;
  height: 8rem;
}
nav.navbar.navbar-inverse .container {
  width: 100%;
}
nav.navbar.navbar-inverse .container .logo {
  position: absolute;
  height: 8rem;
  align-items: left;
  top: 0rem;
  left: 2rem;
}
nav.navbar.navbar-inverse .container .logo_1 {
  position: absolute;
  height: 8rem;
  align-items: left;
  top: -0.3rem;
  left: 2rem;
  display: none;
}
nav.navbar.navbar-inverse .container li {
  margin-right: 1rem;
}
nav.navbar.navbar-inverse .container .sa {
  margin-right: 2rem;
}
nav.navbar.navbar-inverse .container a {
  color: #FFFFFF;
  font-size: 1.6rem;
  padding-left: 2rem;
  margin-top: -0.5rem;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 10px;
  }

  nav.navbar.navbar-inverse .container .logo {
    left: 2rem;
  }
  nav.navbar.navbar-inverse .container li {
    margin-right: 1rem;
  }
  nav.navbar.navbar-inverse .container .sa {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 10px;
  }

  nav.navbar.navbar-inverse .container .logo {
    display: none;
  }
  nav.navbar.navbar-inverse .container .logo_1 {
    display: block;
    left: 1.5rem;
  }
  nav.navbar.navbar-inverse .container li {
    margin-right: 0.3rem;
  }
  nav.navbar.navbar-inverse .container .sa {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 780px) {
  nav {
    display: none;
  }
}
nav_phone {
  position: fixed;
  padding: 0rem;
  margin: 0rem;
  z-index: 1000;
  width: 100%;
  bottom: 3%;
  left: 3%;
  display: none;
}
nav_phone .nav_container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
nav_phone .nav_container .menu_open {
  position: relative;
  width: 90%;
  height: 6rem;
  border-radius: 6rem;
  background-color: rgba(0, 10, 75, 0.9);
  bottom: 0rem;
  display: none;
}
nav_phone .nav_container .menu_open .logo_button {
  line-height: 6rem;
  display: inline-block;
  margin-left: 1rem;
  margin-top: -0.3rem;
}
nav_phone .nav_container .menu_open .logo_button .logo_1 {
  width: auto;
  height: 5rem;
  border-radius: 0;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
}
nav_phone .nav_container .menu_open ul {
  width: 95%;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0rem;
  display: flex;
  justify-content: space-around;
  padding: 1rem;
}
nav_phone .nav_container .menu_open ul li {
  flex: 1;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  list-style: none;
  cursor: pointer;
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 0;
  animation: ulhide 1s 1 forwards;
}
nav_phone .nav_container .menu_open ul a {
  Text-decoration: none;
  color: #FFFFFF;
}
nav_phone .nav_container .menu_open .close_nav {
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 0;
  top: -4rem;
  right: -2.5rem;
  cursor: pointer;
}
nav_phone .nav_container .menu_open .close_nav #pic_nav {
  fill: #000A4B;
  stroke-width: 0.5rem;
  stroke-linecap: round;
}
nav_phone .nav_container .menu_open .close_nav #pic_nav .tick_nav, nav_phone .nav_container .menu_open .close_nav #pic_nav .tick_nav_1 {
  stroke: #FFFFFF;
}
nav_phone .nav_container .botton {
  position: absolute;
  width: 12rem;
  height: 6rem;
  border-radius: 6rem;
  background-color: #000A4B;
  bottom: 0rem;
  cursor: pointer;
}
nav_phone .nav_container .botton .logo {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 5rem;
  border-radius: 0;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 1rem;
}
nav_phone .nav_container .botton .menu {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 6rem;
  color: #FFFFFF;
  display: block;
  margin: 0rem;
  margin-left: 6rem;
}

@keyframes ulhide {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 780px) {
  nav_phone {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 9px;
  }

  nav_phone .nav_container .menu_open {
    width: 90%;
    height: 6rem;
    border-radius: 6rem;
  }
  nav_phone .nav_container .menu_open .logo_button {
    margin-left: 1rem;
    margin-top: -0.4rem;
  }
  nav_phone .nav_container .menu_open ul {
    width: 91%;
  }
  nav_phone .nav_container .menu_open ul li {
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    padding: 0.5rem;
  }
  nav_phone .nav_container .menu_open .close_nav {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 0;
    top: -3.5rem;
    right: -2.5rem;
  }
  nav_phone .nav_container .menu_open .close_nav #pic_nav {
    stroke-width: 0.5rem;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 8px;
  }

  nav_phone .nav_container .menu_open {
    width: 93%;
    height: 7rem;
    border-radius: 7rem;
  }
  nav_phone .nav_container .menu_open .logo_button {
    line-height: 7rem;
    display: inline-block;
    margin-left: 1rem;
  }
  nav_phone .nav_container .menu_open .logo_button .logo_1 {
    width: auto;
    height: 5.5rem;
    border-radius: 0;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  nav_phone .nav_container .menu_open ul {
    width: 90%;
    right: 0.5rem;
  }
  nav_phone .nav_container .menu_open ul li {
    font-size: 1.7rem;
    letter-spacing: 0.05rem;
    padding: 0.3rem;
  }
  nav_phone .nav_container .menu_open .close_nav {
    width: 4.7rem;
    height: 4.7rem;
    border-radius: 0;
    top: -4.4rem;
    right: -1rem;
  }
  nav_phone .nav_container .menu_open .close_nav #pic_nav {
    stroke-width: 0.6rem;
  }
  nav_phone .nav_container .botton {
    width: 13rem;
    height: 7rem;
    border-radius: 7rem;
  }
  nav_phone .nav_container .botton .logo {
    width: auto;
    height: 5.5rem;
    border-radius: 0;
    margin-left: 1rem;
  }
  nav_phone .nav_container .botton .menu {
    font-size: 1.7rem;
    line-height: 7rem;
    margin-left: 6.5rem;
  }
}
header#page-top {
  display: flex;
  justify-content: center;
  padding: 0rem;
  height: 60rem;
  background-image: url(../images/banner-3000.jpg);
  background-size: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
}
header#page-top .container {
  position: relative;
  max-width: 136.6rem;
  margin-left: auto;
  margin-right: auto;
}
header#page-top .container h1 {
  position: absolute;
  display: inline-block;
  text-align: left;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 1rem;
  line-height: 5rem;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  left: 15rem;
}

@media screen and (max-width: 1200px) {
  header#page-top {
    display: flex;
    justify-content: center;
    padding: 0rem;
    height: 70rem;
    background-image: url(../images/banner-2000.jpg);
    background-size: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
  }
  header#page-top .container {
    position: relative;
    max-width: 136.6rem;
    margin-left: auto;
    margin-right: auto;
  }
  header#page-top .container h1 {
    position: absolute;
    display: inline-block;
    text-align: left;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 1rem;
    line-height: 5rem;
    color: #000;
    top: 50%;
    transform: translateY(-50%);
    left: 15rem;
  }
}
@media screen and (max-width: 1024px) {
  header#page-top {
    display: flex;
    justify-content: center;
    padding: 0rem;
    height: 50rem;
  }
  header#page-top .container {
    position: relative;
    max-width: 136.6rem;
    margin-left: auto;
    margin-right: auto;
  }
  header#page-top .container h1 {
    position: absolute;
    display: inline-block;
    text-align: left;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 1rem;
    line-height: 5rem;
    color: #000;
    top: 50%;
    transform: translateY(-50%);
    left: 7rem;
  }
}
@media screen and (max-width: 780px) {
  header#page-top {
    display: flex;
    justify-content: center;
    padding: 0rem;
    height: 55rem;
  }
  header#page-top .container {
    position: relative;
    max-width: 136.6rem;
    margin-left: 0px;
  }
  header#page-top .container h1 {
    width: 50rem;
    position: absolute;
    display: inline-block;
    text-align: left;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 1rem;
    line-height: 4rem;
    color: #000;
    top: 40%;
    transform: translateY(-50%);
    left: 5rem;
  }
}
@media screen and (max-width: 600px) {
  header#page-top {
    display: flex;
    justify-content: center;
    padding: 0rem;
    height: 37rem;
  }
  header#page-top .container {
    position: relative;
    max-width: 136.6rem;
    margin-left: 0px;
  }
  header#page-top .container h1 {
    width: 45rem;
    position: absolute;
    display: inline-block;
    text-align: left;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.5rem;
    line-height: 4rem;
    color: #000;
    top: 35%;
    transform: translateY(-50%);
    left: 3rem;
  }
}
@media screen and (max-width: 450px) {
  header#page-top {
    display: flex;
    justify-content: center;
    background-image: url(../images/banner-1024.jpg);
    padding: 0rem;
    height: 50rem;
  }
  header#page-top .container {
    position: relative;
    max-width: 136.6rem;
    margin-left: 0px;
  }
  header#page-top .container h1 {
    width: 45rem;
    position: absolute;
    display: inline-block;
    text-align: left;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.5rem;
    line-height: 4rem;
    color: #000;
    top: 25%;
    transform: translateY(-50%);
    left: 3rem;
  }
}
@media screen and (max-width: 400px) {
  header#page-top {
    display: flex;
    justify-content: center;
    background-image: url(../images/banner-1024.jpg);
    padding: 0rem;
    height: 30rem;
  }
  header#page-top .container {
    position: relative;
    max-width: 136.6rem;
    margin-left: 0px;
  }
  header#page-top .container h1 {
    width: 45rem;
    position: absolute;
    display: inline-block;
    text-align: left;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.5rem;
    line-height: 3.5rem;
    color: #000;
    top: 40%;
    transform: translateY(-50%);
    left: 3rem;
  }
}
section {
  padding: 6rem 0rem;
  position: relative;
}

section#section_about {
  display: flex;
  justify-content: center;
  padding: 0rem;
  margin: 0rem;
}
section#section_about .container {
  position: relative;
  background-color: #FFFFFF;
  max-width: 136.6rem;
  margin: 0rem;
  padding: 0rem;
}
section#section_about .container h1 {
  display: flex;
  justify-content: center;
  font-size: 3rem;
  line-height: 5rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  margin-top: 10rem;
}
section#section_about .container .circles {
  display: flex;
  justify-content: center;
}
section#section_about .container .circles .circle {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0;
  background-color: #FF0000;
  border-radius: 100%;
  display: inline-block;
  margin-left: 0.5rem;
}
section#section_about .container p {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
  line-height: 8rem;
  letter-spacing: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10rem;
  margin-bottom: 30rem;
  width: 70%;
}

@media screen and (max-width: 1024px) {
  section#section_about .container h1 {
    display: flex;
    justify-content: center;
    font-size: 2.8rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 780px) {
  section#section_about .container h1 {
    display: flex;
    justify-content: center;
    font-size: 2.6rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 600px) {
  section#section_about .container h1 {
    display: flex;
    justify-content: center;
    font-size: 2.4rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 400px) {
  section#section_about .container h1 {
    display: flex;
    justify-content: center;
    font-size: 2.2rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    margin-top: 10rem;
  }
}
section#section_service {
  display: flex;
  justify-content: center;
  padding: 0rem;
  margin: 0rem;
}
section#section_service .container {
  position: relative;
  background-color: #FFFFFF;
  max-width: 136.6rem;
  margin: 0rem;
  padding: 0rem;
}
section#section_service .container h1 {
  display: flex;
  justify-content: center;
  font-size: 3rem;
  line-height: 5rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
}
section#section_service .container .circles {
  display: flex;
  justify-content: center;
}
section#section_service .container .circles .circle {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0;
  background-color: #FF0000;
  border-radius: 100%;
  display: inline-block;
  margin-left: 0.5rem;
}
section#section_service .container ol {
  position: relative;
  width: 70%;
  margin-top: 10rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
}
section#section_service .container ol li {
  font-weight: 500;
  line-height: 5rem;
  letter-spacing: 0.2rem;
  margin-bottom: 5rem;
}
section#section_service .container .pages {
  position: relative;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
section#section_service .container .pages .page {
  position: relative;
  display: block;
  margin-top: 3rem;
  margin-bottom: 30rem;
  width: 100%;
}
section#section_service .container .pages .page .title_list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section#section_service .container .pages .page .title_list h2 {
  width: 20%;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  text-align: center;
  font-weight: 500;
  border: solid 0.1rem #000;
  display: inline-block;
  margin-right: 1rem;
  padding: 1rem;
  margin-bottom: 3rem;
}
section#section_service .container .pages .page .title_list h2 .sm_mark {
  margin-left: 0rem;
}
section#section_service .container .pages .page .title_list dl {
  width: 100%;
  margin: 0rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  border-top: 0.1rem solid #000;
  color: #000;
}
section#section_service .container .pages .page .title_list dl dt {
  width: 20%;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
  padding: 2.5rem;
  text-align: center;
}
section#section_service .container .pages .page .title_list dl dd {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
  width: 80%;
  padding: 2.5rem;
  padding-left: 5rem;
  white-space: normal;
}
section#section_service .container .pages .page .title_list dl .line {
  background-image: linear-gradient(to bottom, #FFFFFF 5%, #000 5%, #000 95%, transparent 95%, transparent 100%);
  background-size: 0.1rem 100%;
  background-repeat: repeat-y;
}
section#section_service .container .pages .page .title_list dl .line_1 {
  background-image: linear-gradient(to bottom, #FFFFFF 1%, #000 1%, #000 95%, transparent 95%, transparent 100%);
  background-size: 0.1rem 100%;
  background-repeat: repeat-y;
}

@media screen and (max-width: 1024px) {
  section#section_service {
    display: flex;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
  }
  section#section_service .container {
    position: relative;
    background-color: #FFFFFF;
    max-width: 136.6rem;
    margin: 0rem;
    padding: 0rem;
  }
  section#section_service .container h1 {
    display: flex;
    justify-content: center;
    font-size: 2.8rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
  }
  section#section_service .container .circles {
    display: flex;
    justify-content: center;
  }
  section#section_service .container .circles .circle {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: #FF0000;
    border-radius: 100%;
    display: inline-block;
    margin-left: 0.5rem;
  }
  section#section_service .container ol {
    position: relative;
    width: 70%;
    margin-top: 10rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
  }
  section#section_service .container ol li {
    font-weight: 500;
    line-height: 5rem;
    letter-spacing: 0.2rem;
    margin-bottom: 5rem;
  }
  section#section_service .container .pages {
    position: relative;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
  }
  section#section_service .container .pages .page {
    position: relative;
    display: block;
    margin-top: 3rem;
    margin-bottom: 30rem;
    width: 100%;
  }
  section#section_service .container .pages .page .title_list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  section#section_service .container .pages .page .title_list h2 {
    width: 30%;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    text-align: center;
    font-weight: 500;
    border: solid 0.1rem #000;
    display: inline-block;
    margin-right: 1rem;
    padding: 1rem;
    margin-bottom: 3rem;
  }
  section#section_service .container .pages .page .title_list h2 .sm_mark {
    margin-left: 0rem;
  }
  section#section_service .container .pages .page .title_list dl {
    width: 100%;
    margin: 0rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    border-top: 0.1rem solid #000;
    color: #000;
  }
  section#section_service .container .pages .page .title_list dl dt {
    width: 30%;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    padding: 2.5rem;
    text-align: center;
  }
  section#section_service .container .pages .page .title_list dl dd {
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    width: 70%;
    padding: 2.5rem;
    padding-left: 5rem;
    white-space: normal;
  }
}
@media screen and (max-width: 780px) {
  section#section_service {
    display: flex;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
  }
  section#section_service .container {
    position: relative;
    background-color: #FFFFFF;
    max-width: 136.6rem;
    margin: 0rem;
    padding: 0rem;
  }
  section#section_service .container h1 {
    display: flex;
    justify-content: center;
    font-size: 2.6rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
  }
  section#section_service .container .circles {
    display: flex;
    justify-content: center;
  }
  section#section_service .container .circles .circle {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: #FF0000;
    border-radius: 100%;
    display: inline-block;
    margin-left: 0.5rem;
  }
  section#section_service .container ol {
    position: relative;
    width: 70%;
    margin-top: 10rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
  }
  section#section_service .container ol li {
    font-weight: 500;
    line-height: 5rem;
    letter-spacing: 0.2rem;
    margin-bottom: 5rem;
  }
  section#section_service .container .pages {
    position: relative;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
  }
  section#section_service .container .pages .page {
    position: relative;
    display: block;
    margin-top: 3rem;
    margin-bottom: 30rem;
    width: 100%;
  }
  section#section_service .container .pages .page .title_list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  section#section_service .container .pages .page .title_list h2 {
    width: 30%;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    text-align: center;
    font-weight: 500;
    border: solid 0.1rem #000;
    display: inline-block;
    margin-right: 1rem;
    padding: 1rem;
    margin-bottom: 3rem;
  }
  section#section_service .container .pages .page .title_list h2 .sm_mark {
    margin-left: 0rem;
  }
  section#section_service .container .pages .page .title_list dl {
    width: 100%;
    margin: 0rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    border-top: 0.1rem solid #000;
    color: #000;
  }
  section#section_service .container .pages .page .title_list dl dt {
    width: 35%;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    padding: 2.5rem;
    text-align: center;
  }
  section#section_service .container .pages .page .title_list dl dd {
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    width: 65%;
    padding: 2.5rem;
    padding-left: 3rem;
    white-space: normal;
  }
}
@media screen and (max-width: 600px) {
  section#section_service {
    display: flex;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
  }
  section#section_service .container {
    position: relative;
    background-color: #FFFFFF;
    max-width: 136.6rem;
    margin: 0rem;
    padding: 0rem;
  }
  section#section_service .container h1 {
    display: flex;
    justify-content: center;
    font-size: 2.4rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
  }
  section#section_service .container .circles {
    display: flex;
    justify-content: center;
  }
  section#section_service .container .circles .circle {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: #FF0000;
    border-radius: 100%;
    display: inline-block;
    margin-left: 0.5rem;
  }
  section#section_service .container ol {
    position: relative;
    width: 70%;
    margin-top: 10rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
  }
  section#section_service .container ol li {
    font-weight: 500;
    line-height: 5rem;
    letter-spacing: 0.2rem;
    margin-bottom: 5rem;
  }
  section#section_service .container .pages {
    position: relative;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
  }
  section#section_service .container .pages .page {
    position: relative;
    display: block;
    margin-top: 3rem;
    margin-bottom: 30rem;
    width: 100%;
  }
  section#section_service .container .pages .page .title_list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  section#section_service .container .pages .page .title_list h2 {
    width: 40%;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    text-align: center;
    font-weight: 500;
    border: solid 0.1rem #000;
    display: inline-block;
    margin-right: 1rem;
    padding: 1rem;
    margin-bottom: 3rem;
  }
  section#section_service .container .pages .page .title_list h2 .sm_mark {
    margin-left: 0rem;
  }
  section#section_service .container .pages .page .title_list dl {
    width: 100%;
    margin: 0rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    border-top: 0.1rem solid #000;
    color: #000;
  }
  section#section_service .container .pages .page .title_list dl dt {
    width: 40%;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    padding: 2.5rem;
    padding-left: 1.5rem;
    text-align: center;
  }
  section#section_service .container .pages .page .title_list dl dd {
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    width: 60%;
    padding: 2.5rem;
    padding-left: 3rem;
    white-space: normal;
  }
}
@media screen and (max-width: 400px) {
  section#section_service {
    display: flex;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
  }
  section#section_service .container {
    position: relative;
    background-color: #FFFFFF;
    max-width: 136.6rem;
    margin: 0rem;
    padding: 0rem;
  }
  section#section_service .container h1 {
    display: flex;
    justify-content: center;
    font-size: 2.2rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
  }
  section#section_service .container .circles {
    display: flex;
    justify-content: center;
  }
  section#section_service .container .circles .circle {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: #FF0000;
    border-radius: 100%;
    display: inline-block;
    margin-left: 0.5rem;
  }
  section#section_service .container ol {
    position: relative;
    width: 70%;
    margin-top: 10rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
  }
  section#section_service .container ol li {
    font-weight: 500;
    line-height: 5rem;
    letter-spacing: 0.2rem;
    margin-bottom: 5rem;
  }
  section#section_service .container .pages {
    position: relative;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
  }
  section#section_service .container .pages .page {
    position: relative;
    display: block;
    margin-top: 3rem;
    margin-bottom: 30rem;
    width: 100%;
  }
  section#section_service .container .pages .page .title_list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  section#section_service .container .pages .page .title_list h2 {
    width: 100%;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    text-align: center;
    font-weight: 500;
    border: solid 0.1rem #000;
    display: inline-block;
    margin-right: 1rem;
    padding: 1rem;
    margin-bottom: 3rem;
  }
  section#section_service .container .pages .page .title_list h2 .sm_mark {
    margin-left: 0rem;
  }
  section#section_service .container .pages .page .title_list dl {
    width: 100%;
    margin: 0rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    border-top: 0.1rem solid #000;
    color: #000;
  }
  section#section_service .container .pages .page .title_list dl dt {
    width: 48%;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    padding: 2.5rem;
    padding-left: 1.5rem;
    text-align: center;
  }
  section#section_service .container .pages .page .title_list dl dd {
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    width: 52%;
    padding: 2.5rem;
    padding-left: 2rem;
    white-space: normal;
  }
}
section#section_news {
  display: flex;
  justify-content: center;
  padding: 0rem;
  margin: 0rem;
  background-color: #ccc;
  margin-bottom: 12rem;
}
section#section_news .container {
  position: relative;
  max-width: 136.6rem;
  height: 80rem;
}
section#section_news .container h1 {
  display: flex;
  justify-content: center;
  font-size: 3rem;
  line-height: 5rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  margin-top: 10rem;
}
section#section_news .container .circles {
  display: flex;
  justify-content: center;
}
section#section_news .container .circles .circle {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0;
  background-color: red;
  border-radius: 100%;
  display: inline-block;
  margin-left: 0.5rem;
}
section#section_news .container .groups {
  display: flex;
  margin-top: 7rem;
}
section#section_news .container .groups .group {
  position: relative;
  margin-left: 3rem;
  margin-right: 3rem;
  flex: 1;
  border: solid 0.2rem white;
}
section#section_news .container .groups .group .group_pho {
  width: 93%;
  height: 20rem;
  border-radius: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin: 1rem;
}
section#section_news .container .groups .group .group_pho .pho_01, section#section_news .container .groups .group .group_pho .pho_02, section#section_news .container .groups .group .group_pho .pho_03 {
  width: 100%;
  height: 20rem;
  border-radius: 0;
  position: absolute;
  object-fit: cover;
  object-position: center center;
}
section#section_news .container .groups .group .group_cont {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
section#section_news .container .more_all {
  position: relative;
  margin: 2rem;
  text-align: right;
}
section#section_news .container .more_all a {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  display: inline-block;
  vertical-align: center;
  text-decoration: none;
  color: #000;
}
section#section_news .container .more_all .arrow {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0;
  border: solid 0.2rem #000;
  display: inline-block;
  transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
  vertical-align: center;
}

@media screen and (max-width: 1200px) {
  section#section_news {
    display: flex;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
    background-color: #ccc;
    margin-bottom: 12rem;
  }
  section#section_news .container {
    position: relative;
    max-width: 136.6rem;
    height: 80rem;
  }
  section#section_news .container h1 {
    display: flex;
    justify-content: center;
    font-size: 3rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    margin-top: 10rem;
  }
  section#section_news .container .circles {
    display: flex;
    justify-content: center;
  }
  section#section_news .container .circles .circle {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: red;
    border-radius: 100%;
    display: inline-block;
    margin-left: 0.5rem;
  }
  section#section_news .container .groups {
    display: flex;
    margin-top: 7rem;
  }
  section#section_news .container .groups .group {
    position: relative;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    flex: 1;
    border: solid 0.2rem white;
  }
  section#section_news .container .groups .group .group_pho {
    width: 93%;
    height: 20rem;
    border-radius: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin: 1rem;
  }
  section#section_news .container .groups .group .group_pho .pho_01, section#section_news .container .groups .group .group_pho .pho_02, section#section_news .container .groups .group .group_pho .pho_03 {
    width: 100%;
    height: 20rem;
    border-radius: 0;
    position: absolute;
    object-fit: cover;
    object-position: center center;
  }
  section#section_news .container .groups .group .group_cont {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }
  section#section_news .container .more_all {
    position: relative;
    margin: 2rem;
    text-align: right;
  }
  section#section_news .container .more_all a {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    display: inline-block;
    vertical-align: center;
    text-decoration: none;
    color: #000;
  }
  section#section_news .container .more_all .arrow {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0;
    border: solid 0.2rem #000;
    display: inline-block;
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
    vertical-align: center;
  }
}
@media screen and (max-width: 1024px) {
  section#section_news {
    display: flex;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
    background-color: #ccc;
    margin-bottom: 12rem;
  }
  section#section_news .container {
    position: relative;
    max-width: 100%;
    height: 80rem;
  }
  section#section_news .container h1 {
    display: flex;
    justify-content: center;
    font-size: 2.8rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    margin-top: 10rem;
  }
  section#section_news .container .circles {
    display: flex;
    justify-content: center;
  }
  section#section_news .container .circles .circle {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: red;
    border-radius: 100%;
    display: inline-block;
    margin-left: 0.5rem;
  }
  section#section_news .container .groups {
    display: flex;
    margin-top: 7rem;
  }
  section#section_news .container .groups .group {
    position: relative;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    flex: 1;
    border: solid 0.2rem white;
  }
  section#section_news .container .groups .group .group_pho {
    width: 93%;
    height: 20rem;
    border-radius: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin: 1rem;
  }
  section#section_news .container .groups .group .group_pho .pho_01, section#section_news .container .groups .group .group_pho .pho_02, section#section_news .container .groups .group .group_pho .pho_03 {
    width: 100%;
    height: 20rem;
    border-radius: 0;
    position: absolute;
    object-fit: cover;
    object-position: center center;
  }
  section#section_news .container .groups .group .group_cont {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  section#section_news .container .more_all {
    position: relative;
    margin: 2rem;
    text-align: right;
  }
  section#section_news .container .more_all a {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    display: inline-block;
    vertical-align: center;
    text-decoration: none;
    color: #000;
  }
  section#section_news .container .more_all .arrow {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0;
    border: solid 0.2rem #000;
    display: inline-block;
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
    vertical-align: center;
  }
}
@media screen and (max-width: 780px) {
  section#section_news {
    display: flex;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
    background-color: #ccc;
    margin-bottom: 12rem;
  }
  section#section_news .container {
    position: relative;
    max-width: 100%;
    height: 80rem;
  }
  section#section_news .container h1 {
    display: flex;
    justify-content: center;
    font-size: 2.6rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    margin-top: 10rem;
  }
  section#section_news .container .circles {
    display: flex;
    justify-content: center;
  }
  section#section_news .container .circles .circle {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: red;
    border-radius: 100%;
    display: inline-block;
    margin-left: 0.5rem;
  }
  section#section_news .container .groups {
    display: flex;
    margin-top: 7rem;
  }
  section#section_news .container .groups .group_md {
    display: none;
  }
  section#section_news .container .groups .group {
    position: relative;
    margin-left: 1rem;
    margin-right: 1rem;
    flex: 1;
    border: solid 0.2rem white;
  }
  section#section_news .container .groups .group .group_pho {
    width: 93%;
    height: 20rem;
    border-radius: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin: 1rem;
  }
  section#section_news .container .groups .group .group_pho .pho_01, section#section_news .container .groups .group .group_pho .pho_02, section#section_news .container .groups .group .group_pho .pho_03 {
    width: 100%;
    height: 20rem;
    border-radius: 0;
    position: absolute;
    object-fit: cover;
    object-position: center center;
  }
  section#section_news .container .groups .group .group_cont {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  section#section_news .container .groups .hide {
    display: none;
  }
  section#section_news .container .more_all {
    position: relative;
    margin: 2rem;
    text-align: right;
  }
  section#section_news .container .more_all a {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    display: inline-block;
    vertical-align: center;
    text-decoration: none;
    color: #000;
  }
  section#section_news .container .more_all .arrow {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0;
    border: solid 0.2rem #000;
    display: inline-block;
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
    vertical-align: center;
  }
}
@media screen and (max-width: 600px) {
  section#section_news {
    display: flex;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
    background-color: #ccc;
    margin-bottom: 12rem;
  }
  section#section_news .container {
    position: relative;
    max-width: 100%;
    height: 120rem;
  }
  section#section_news .container h1 {
    display: flex;
    justify-content: center;
    font-size: 2.4rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    margin-top: 10rem;
  }
  section#section_news .container .circles {
    display: flex;
    justify-content: center;
  }
  section#section_news .container .circles .circle {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: red;
    border-radius: 100%;
    display: inline-block;
    margin-left: 0.5rem;
  }
  section#section_news .container .groups {
    display: block;
    margin-top: 7rem;
  }
  section#section_news .container .groups .group {
    position: relative;
    margin-left: 7rem;
    margin-right: 7rem;
    margin-top: 3rem;
    flex: 1;
    border: solid 0.2rem white;
  }
  section#section_news .container .groups .group .group_pho {
    width: 95%;
    height: 30rem;
    border-radius: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin: 1rem;
  }
  section#section_news .container .groups .group .group_pho .pho_01, section#section_news .container .groups .group .group_pho .pho_02, section#section_news .container .groups .group .group_pho .pho_03 {
    width: 100%;
    height: 30rem;
    border-radius: 0;
    position: absolute;
    object-fit: cover;
    object-position: center center;
  }
  section#section_news .container .groups .group .group_cont {
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  section#section_news .container .more_all {
    position: relative;
    margin: 2rem;
    text-align: right;
  }
  section#section_news .container .more_all a {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    display: inline-block;
    vertical-align: center;
    text-decoration: none;
    color: #000;
  }
  section#section_news .container .more_all .arrow {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0;
    border: solid 0.2rem #000;
    display: inline-block;
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
    vertical-align: center;
  }
}
@media screen and (max-width: 400px) {
  section#section_news {
    display: flex;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
    background-color: #ccc;
    margin-bottom: 12rem;
  }
  section#section_news .container {
    position: relative;
    max-width: 100%;
    height: 110rem;
  }
  section#section_news .container h1 {
    display: flex;
    justify-content: center;
    font-size: 2.2rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    margin-top: 10rem;
  }
  section#section_news .container .circles {
    display: flex;
    justify-content: center;
  }
  section#section_news .container .circles .circle {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: red;
    border-radius: 100%;
    display: inline-block;
    margin-left: 0.5rem;
  }
  section#section_news .container .groups {
    display: block;
    margin-top: 7rem;
  }
  section#section_news .container .groups .group {
    position: relative;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 3rem;
    flex: 1;
    border: solid 0.2rem white;
  }
  section#section_news .container .groups .group .group_pho {
    width: 95%;
    height: 25rem;
    border-radius: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin: 1rem;
  }
  section#section_news .container .groups .group .group_pho .pho_01, section#section_news .container .groups .group .group_pho .pho_02, section#section_news .container .groups .group .group_pho .pho_03 {
    width: 100%;
    height: 25rem;
    border-radius: 0;
    position: absolute;
    object-fit: cover;
    object-position: center center;
  }
  section#section_news .container .groups .group .group_cont {
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  section#section_news .container .more_all {
    position: relative;
    margin: 2rem;
    text-align: right;
  }
  section#section_news .container .more_all a {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    display: inline-block;
    vertical-align: center;
    text-decoration: none;
    color: #000;
  }
  section#section_news .container .more_all .arrow {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0;
    border: solid 0.2rem #000;
    display: inline-block;
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
    vertical-align: center;
  }
}
section#section_link {
  display: flex;
  justify-content: center;
  padding: 0rem;
  margin: 0rem;
}
section#section_link .container {
  position: relative;
  background-color: #FFFFFF;
  max-width: 136.6rem;
  margin: 0rem;
  padding: 0rem;
}
section#section_link .container h1 {
  display: flex;
  justify-content: center;
  font-size: 3rem;
  line-height: 5rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
}
section#section_link .container .circles {
  display: flex;
  justify-content: center;
}
section#section_link .container .circles .circle {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0;
  background-color: #FF0000;
  border-radius: 100%;
  display: inline-block;
  margin-left: 0.5rem;
}
section#section_link .container .logo_all {
  position: relative;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 6rem;
  display: inline-block;
}
section#section_link .container .logo_all .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section#section_link .container .logo_all .row .col-md-3 .pic-size {
  position: relative;
  border: solid 0.1rem #E6E6E6;
  height: 8rem;
}
section#section_link .container .logo_all .row .col-md-3 .pic-size a img {
  position: absolute;
  width: 95%;
  object-fit: cover;
  background-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media screen and (max-width: 1024px) {
  section#section_link .container h1 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 991px) {
  section#section_link .container h1 {
    font-size: 2.6rem;
  }
  
  section#section_link .container .logo_all {
	position: relative;
	width: 95%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 6rem;
	display: inline-block;
  }
  section#section_link .container .logo_all .row {
	width: 80%;
	margin-left: auto;
	margin-right: auto;

  }
  section#section_link .container .logo_all .row .col-md-3 .pic-size {
	position: relative;
	border: solid 0.1rem #E6E6E6;
	height: 15rem;
	margin-top: 6rem;
  }
  section#section_link .container .logo_all .row .col-md-3 .pic-size-1 {
	margin-top: 0rem;
  }
  
  section#section_link .container .logo_all .row .col-md-3 .pic-size a img {
    position: absolute;
    width: 75%;
    object-fit: cover;
    background-color: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
 }
}
@media screen and (max-width: 780px) {
  section#section_link .container h1 {
    font-size: 2.6rem;
  }
  
  section#section_link .container .logo_all {
	position: relative;
	width: 95%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 6rem;
	display: inline-block;
  }
  section#section_link .container .logo_all .row {
	width: 80%;
	margin-left: auto;
	margin-right: auto;

  }
  section#section_link .container .logo_all .row .col-md-3 .pic-size {
	position: relative;
	border: solid 0.1rem #E6E6E6;
	height: 16rem;
	margin-top: 6rem;
  }
  section#section_link .container .logo_all .row .col-md-3 .pic-size-1 {
	margin-top: 0rem;
  }
  
  section#section_link .container .logo_all .row .col-md-3 .pic-size a img {
    position: absolute;
    width: 75%;
    object-fit: cover;
    background-color: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
 }
}

@media screen and (max-width: 767px) {
  section#section_link {
    display: block;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
 }
  section#section_link .container h1 {
    font-size: 2.6rem;
  }
  
  section#section_link .container .logo_all {
	position: relative;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 6rem;
	display: inline-block;
  }
  section#section_link .container .logo_all .row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;

  }
  section#section_link .container .logo_all .row .col-md-3 .pic-size {
	position: relative;
	border: solid 0.1rem #E6E6E6;
	height: 16rem;
	margin-top: 6rem;
  }
  section#section_link .container .logo_all .row .col-md-3 .pic-size-1 {
	margin-top: 0rem;
  }
  
  section#section_link .container .logo_all .row .col-md-3 .pic-size a img {
    position: absolute;
    width: 75%;
    object-fit: cover;
    background-color: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
 }
}
@media screen and (max-width: 600px) {
  section#section_link {
    display: block;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
 }
  section#section_link .container h1 {
    font-size: 2.4rem;
  }
  
  section#section_link .container .logo_all {
	position: relative;
	width: 70%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 6rem;
	display: inline-block;
  }
  section#section_link .container .logo_all .row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;

  }
  section#section_link .container .logo_all .row .col-md-3 .pic-size {
	position: relative;
	border: solid 0.1rem #E6E6E6;
	height: 16rem;
	margin-top: 6rem;
  }
  section#section_link .container .logo_all .row .col-md-3 .pic-size-1 {
	margin-top: 0rem;
  }
  
  section#section_link .container .logo_all .row .col-md-3 .pic-size a img {
    position: absolute;
    width: 70%;
    object-fit: cover;
    background-color: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
 }
}
@media screen and (max-width: 400px) {
  section#section_link {
    display: block;
    justify-content: center;

  }
  section#section_link .container h1 {
    font-size: 2.2rem;
  }
  
  section#section_link .container .logo_all {
	position: relative;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 6rem;
	display: inline-block;
  }
  section#section_link .container .logo_all .row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;

  }
  section#section_link .container .logo_all .row .col-md-3 .pic-size {
	position: relative;
	border: solid 0.1rem #E6E6E6;
	height: 12rem;
	margin-top: 6rem;
  }
  section#section_link .container .logo_all .row .col-md-3 .pic-size-1 {
	margin-top: 6rem;
  }
  
  section#section_link .container .logo_all .row .col-md-3 .pic-size a img {
    position: absolute;
    width: 95%;
    object-fit: cover;
    background-color: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
 }

  section#section_link .container h1 {
    font-size: 2.2rem;
  }
  section#section_link .container .logo_all {
    position: relative;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 6rem;
    display: inline-block;
  }
  section#section_link .container .logo_all_02 {
    margin-top: 0rem;
  }
}
footer.jumbotron {
  display: flex;
  justify-content: center;
  padding: 0rem;
  margin: 0rem;
  background-color: #000A4B;
  margin-top: 15rem;
}
footer.jumbotron .container {
  position: relative;
  max-width: 136.6rem;
  height: 15rem;
}
footer.jumbotron .container .logo {
  position: absolute;
  height: 10rem;
  top: 50%;
  transform: translateY(-50%);
}
footer.jumbotron .container ul {
  line-height: 15rem;
  text-align: right;
}
footer.jumbotron .container ul li {
  margin-right: 1rem;
  display: inline-block;
}
footer.jumbotron .container ul .sa {
  margin-right: 2rem;
}
footer.jumbotron .container ul a {
  color: #FFFFFF;
  font-size: 1.6rem;
  padding-left: 2rem;
  margin-top: -0.5rem;
}

@media screen and (max-width: 1024px) {
  footer.jumbotron .container {
    height: 15rem;
  }
  footer.jumbotron .container .logo {
    position: absolute;
    height: 8rem;
    top: 50%;
    transform: translateY(-50%);
  }
  footer.jumbotron .container ul li {
    margin-right: 1rem;
    display: inline-block;
  }
  footer.jumbotron .container ul .sa {
    margin-right: 1.5rem;
  }
  footer.jumbotron .container ul a {
    color: #FFFFFF;
    font-size: 1.6rem;
    padding-left: 1.3rem;
    margin-top: -0.5rem;
  }
}
@media screen and (max-width: 780px) {
  footer.jumbotron {
    display: none;
  }
}
footer.coparight {
  display: flex;
  justify-content: center;
  padding: 0rem;
  margin: 0rem;
  margin-top: 2rem;
}
footer.coparight .container {
  position: relative;
  max-width: 136.6rem;
  height: 15rem;
}
footer.coparight .coparight_all {
  margin-top: 0rem;
  margin-bottom: 20%;
}
footer.coparight .coparight_all .coparight1, footer.coparight .coparight_all .coparight2 {
  margin-left: 0%;
  display: inline-block;
}
footer.coparight .coparight_all .coparight2 {
  margin-left: 1%;
}
footer.coparight .coparight_all .coparight2 a {
  text-decoration: none;
  color: #000;
}