body {
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  color: #111;
  font-size: 100%;
  line-height: 1.8;
  font-weight: 500;
}
p,
li {
  color: #4d4d4d;
}
p {
  letter-spacing: 0.12em;
}
body#tinymce {
  background: #fff;
  text-align: left;
}
body.menu-open {
  overflow: hidden;
}
img {
  width: 100%;
  height: auto;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
  pointer-events: none;
}
a {
  transition: 1s all;
}
a:hover {
  transition: 1s all;
}
a img:hover {
  opacity: 0.7;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.text_center {
  text-align: left;
}
.bold {
  font-weight: bold;
}
ul.normal,
ol {
  margin-left: 24px;
}
ul.normal li {
  list-style-type: disc;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.6s ease, transform 1.6s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.delay01 {
  transition-delay: 0s;
}
.delay02 {
  transition-delay: 0.1s;
}
.delay03 {
  transition-delay: 0.2s;
}
.delay04 {
  transition-delay: 0.3s;
}
.delay05 {
  transition-delay: 0.4s;
}
.delay06 {
  transition-delay: 0.5s;
}
.delay07 {
  transition-delay: 0.6s;
}
.delay08 {
  transition-delay: 0.7s;
}
.delay09 {
  transition-delay: 0.8s;
}
.round_img {
  border-radius: 16px;
}
@media all and (min-width: 768px) {
  .text_center {
    text-align: center;
  }
}
@media all and (min-width: 1281px) {
  body.menu-open {
    overflow: auto;
  }
}
.rb-dot-box {
  border: 2px dotted #65adc9;
  padding: 16px;
  border-radius: 16px;
}
.bg_rb {
  background: rgba(101, 173, 201, 0.2);
}
/*=======================================================================
font
=======================================================================*/
.roboto {
  font-family: roboto, -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
}
.line-text::after {
  content: "";
  width: 32px;
  height: 1px;
  background: #4d4d4d;
  display: inline-block;
  vertical-align: super;
}
.blue_text01 {
  color: #2a729f;
}
.black {
  color: #111;
}
.gray {
  color: #777;
}
.large_text {
  font-size: 120%;
}
.small_text {
  font-size: 80%;
}
/*=======================================================================
pc,sp切り替え
=======================================================================*/
.pc,
.tab {
  display: none;
}
.sp {
  display: block;
}
@media all and (min-width: 961px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .tab {
    display: block;
  }
}
/*=======================================================================
余白
=======================================================================*/
.mab8 {
  margin-bottom: 8px;
}
.mab16 {
  margin-bottom: 16px;
}
.mab24 {
  margin-bottom: 24px;
}
.mab32 {
  margin-bottom: 32px;
}
.mab40 {
  margin-bottom: 40px;
}
.mab48 {
  margin-bottom: 48px;
}
.mab56 {
  margin-bottom: 56px;
}
.mab64 {
  margin-bottom: 64px;
}
.mab72 {
  margin-bottom: 72px;
}
.mab80 {
  margin-bottom: 80px;
}
.mab88 {
  margin-bottom: 88px;
}
.mab96 {
  margin-bottom: 96px;
}
.pa20 {
  padding: 0 20px;
}
.mal16 {
  margin-left: 16px;
}
.marl-auto {
  margin-left: auto;
  margin-right: auto;
}
.mat16 {
  margin-top: 16px;
}
/*=======================================================================
pagenavi
=======================================================================*/
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 87.5%;
  color: #1e477a;
  padding: 12px 16px;
  margin: 0 4px;
  text-align: center;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  color: #1e477a;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
  transition: 0.03s;
  border-bottom: 1px solid transparent;
}
.wp-pagenavi span.current {
  color: #1e477a;
  border-bottom: 1px solid #1e477a;
}
.wp-pagenavi a.page:hover {
  border-bottom: 1px solid #1e477a;
}
.wp-pagenavi a.page,
.wp-pagenavi .pages,
.extend {
  display: none;
}
.nextpostslink {
  content: "→";
}
@media all and (min-width: 961px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 8px 16px;
  }
  .page {
    display: block;
  }
  .wp-pagenavi a.page,
  .extend {
    display: block;
  }
}
/*=======================================================================
flex
=======================================================================*/
@media all and (min-width: 961px) {
  .flex,
  .flex_fs,
  .flex_sb,
  .flex_center,
  .flex_end {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
  .flex_fs,
  .flex_sb {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_fs {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .flex_sb {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .flex_center {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .flex_end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .aic {
    align-items: center;
  }
  .list2 li {
    width: 50%;
  }
  .list2-2 li {
    width: 49%;
  }
  .list2-3 li {
    width: 46%;
  }
  .list3 li {
    width: 32%;
  }
  .list3 li ul li {
    width: 100%;
  }
  .list4 li {
    width: 23%;
  }
  .list5 li {
    width: 19%;
  }
  .w24 {
    width: 24%;
  }
  .w48 {
    width: 48%;
  }
  .w49 {
    width: 49%;
  }
  .w60 {
    width: 60%;
  }
  .w70 {
    width: 70%;
  }
  .w80 {
    width: 100%;
    max-width: 800px;
  }
  .w88 {
    width: 100%;
    max-width: 880px;
  }
  .w1000 {
    width: 100%;
    max-width: 1000px;
  }
}
.list100 li {
  width: 100%;
}
.reverse-order1 {
  order: 1;
}
.reverse-order2 {
  order: 2;
} /*レイアウト順を逆にさせる*/
/*=======================================================================
iframe
=======================================================================*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*=======================================================================
table
=======================================================================*/
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
tr {
  border-bottom: 1px solid #ccc;
}
tbody tr:last-of-type {
  border-bottom: none;
}
th,
td {
  padding: 8px;
}
th,
td {
  border-right: 1px solid #ccc;
}
tbody td:last-of-type {
  border-right: none;
}
thead th {
  background: rgba(101, 173, 201, 0.2);
}
tbody th {
  text-align: left;
}
.table-scroll {
  padding: 0 !important;
  border-radius: 0 !important;
}
.table-scroll .scroll-hint-icon-wrap {
  background: transparent !important;
}
.table-scroll table {
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .table-scroll {
    overflow-x: scroll;
  }
}
/*=======================================================================
header
=======================================================================*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 12px 2% 0 2%;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
header h1 {
  width: 240px;
  height: auto;
  flex-shrink: 0;
}
@media screen and (min-width: 1281px) {
  header h1 {
    margin-left: 40px;
    margin-top: 12px;
  }
}
/*=======================================================================
nav
=======================================================================*/
.openbtn {
  width: 30px;
  height: 25px;
  position: absolute;
  top: 24px;
  right: 20px;
  z-index: 1000;
  cursor: pointer;
  display: block;
}
.openbtn span {
  display: block;
  height: 3px;
  background: #333;
  margin: 5px 0;
  border-radius: 2px;
  transition: all 0.4s ease;
}
.openbtn.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.openbtn.active span:nth-child(2) {
  opacity: 0;
}
.openbtn.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  flex-direction: column;
  z-index: 500;
  transition: all 0.3s ease;
  overflow-y: auto;
}
nav.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav ul {
  list-style: none;
}
nav li {
  padding: 24px;
  font-size: 93.8%;
  border-bottom: 1px solid #1e477a;
}
nav li:last-child {
  border-bottom: none;
}
nav li a {
  text-decoration: none;
  color: #1e477a;
  text-align: center;
  display: block;
  height: 100%;
}
nav li a:not(#nav_contact a) {
  display: block;
}
nav li a:not(#nav_contact a)::before {
  width: 0.5em;
  height: 0.5em;
  content: "";
  margin: -12px 4px 0 0;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.3s;
}
nav li a:not(#nav_contact a):hover::before {
  width: 0.5em;
  height: 0.5em;
  margin: -12px 4px 0 0;
  background-color: #1e477a;
}
nav li a.current::before {
  width: 0.5em;
  height: 0.5em;
  margin: -12px 4px 0 0;
  background-color: #1e477a !important;
  border-radius: 50%;
  content: "";
}
#nav_contact {
  background: #1e477a;
  margin-top: 16px;
}
#nav_contact a {
  color: #fff;
}
.sup {
  padding: 2px 8px;
  background: #fff;
  color: #1e477a;
  display: block;
  margin: 0 auto 8px auto;
  position: relative;
  max-width: 200px;
}
.sup:not(#nav_contact .sup):after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(30, 71, 122, 0);
  border-top-color: #1e477a;
  border-width: 8px;
  margin-left: -8px;
}
@media screen and (min-width: 1281px) {
  .container {
    display: flex;
    flex-direction: column;
  }
  .openbtn {
    display: none;
  }
  header {
    position: relative;
    order: 2;
    height: 120px;
    flex-wrap: nowrap;
    padding: 20px 0 0;
  }
  header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    order: 0;
    padding: 0;
    height: auto;
  }
  nav {
    position: static;
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    background: none;
    height: auto !important;
    overflow: visible;
  }
  nav ul {
    display: flex;
    gap: 32px;
    align-items: center;
  }
  nav li {
    padding: 0;
    letter-spacing: 0.12em;
    border-bottom: none;
  }
  nav li a:not(#nav_contact a) {
    display: flex;
    align-items: center;
  }
  #nav_contact {
    background: #1e477a;
    display: flex;
    padding: 22px;
    transition: 1s all;
    border-radius: 0;
    margin-top: 0;
  }
  #nav_contact a {
    color: #fff;
  }
  #nav_contact:hover {
    background: #65adc9;
    transition: 1s all;
  }
  .sup {
    background: #fff;
    color: #1e477a;
    width: 100%;
    margin-bottom: 4px;
  }
  sup:after {
    border: none;
  }
  nav li a .arrow,
  .arrow {
    display: inline-block;
    width: 18px;
    height: 1px;
    background-color: #fff;
    position: relative;
    margin-left: 16px;
    top: -4px;
  }
  nav li a .arrow::before,
  nav li a .arrow::after,
  .arrow::before,
  .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  nav li a .arrow::after,
  .arrow::after {
    content: "";
    position: absolute;
    top: 5.2px;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(50%, -50%) rotate(45deg);
  }
}
/*=======================================================================
article
=======================================================================*/
@media screen and (min-width: 1281px) {
  article {
    order: 3;
  }
  footer {
    order: 4;
  }
}
article {
  padding-top: 80px;
}
#privacy {
  padding-top: 0 !important;
}
article h2,
article h3 {
  text-align: center;
}
article h2 {
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  font-size: clamp(1.75rem, 1.6rem + 0.75vw, 2.5rem) /*28-40|320-1920*/;
  color: rgba(30, 71, 122, 1);
  letter-spacing: 0.1em;
  padding: 4vh 0;
  /*background: rgba(147, 175, 214, 0.1);*/
  margin-bottom: 6vh;
}
article h3 {
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  font-size: clamp(1.5rem, 1.425rem + 0.38vw, 1.875rem) /*24-30|320-1920*/;
  margin-bottom: 8vh;
  color: #1e477a;
  letter-spacing: 0.1em;
}
.sec_ti {
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem) /*18-20|320-1920*/;
  color: rgba(30, 71, 122, 1);
  margin-bottom: 4vh;
}
.sec_ti02 {
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  font-size: clamp(1.5rem, 1.425rem + 0.38vw, 1.875rem) /*24-30|320-1920*/;
  color: rgba(30, 71, 122, 1);
  margin-bottom: 4vh;
  word-break: auto-phrase;
}
.line_ti {
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem) /*18-20|320-1920*/;
  color: rgba(30, 71, 122, 1);
  position: relative;
  text-align: center;
  margin-bottom: 4vh;
}
.line_ti::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(30, 71, 122, 0.6);
}
.line_ti > span {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  background-color: #fff;
  margin-top: 0;
  letter-spacing: 0.12em;
}
.circle_ti {
  font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem) /*18-20|320-1920*/;
  text-align: center;
  background: rgba(30, 71, 122, 1);
  color: #fff;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px auto;
  border-radius: 100vh;
}
.circle_ti02 {
  font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem) /*18-20|320-1920*/;
  text-align: center;
  background: #fff;
  border: 2px solid rgba(30, 71, 122, 1);
  color: rgba(30, 71, 122, 1);
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px auto;
  border-radius: 100vh;
  letter-spacing: 0em;
}
.title_img_box img {
  aspect-ratio: 8 / 4;
  object-fit: none;
  object-position: 50% 90%;
  margin-bottom: 6vh;
}
#contact_page h2 {
  margin-bottom: 0;
}
.marker {
  border-bottom: 4px solid #65adc9;
  display: inline;
}
.marker02 {
  border-bottom: 4px solid rgba(101, 173, 201, 0.5);
  padding: 2px;
  display: inline;
}
.marker03 {
  padding: 2px;
  background: linear-gradient(transparent 50%, rgba(101, 173, 201, 0.3) 50%);
}
.y-marker {
  /*border-bottom: 4px solid #c9b465;*/
  padding: 2px;
  background: linear-gradient(transparent 70%, #c9b465 30%);
}
.y-marker02 {
  padding: 2px;
  background: linear-gradient(transparent 50%, rgba(218, 218, 92, 0.6) 50%);
}
/*---お問い合わせボックス-*/
#contactbox {
  display: none;
}
@media screen and (min-width: 961px) {
  #contactbox {
    display: block;
    padding: 80px 0;
    background: #2980b9;
  }
  #contactbox h3 {
    color: #fff;
    margin-bottom: 32px;
  }
  #contactbox p {
    color: rgba(255, 255, 255, 1);
  }
}
.wrap,
.wrap02,
section:not(#contactbox) {
  width: 90%;
  margin: 0 auto;
}
.wrap02 {
  max-width: 1280px;
}
section:not(section section) {
  padding: 0 0 120px;
}
@media screen and (min-width: 961px) {
  section:not(section section) {
    padding: 0 0 240px;
  }
}
section section {
  width: 100%;
}
.btn_navy,
.btn_navy_long,
.btn_gray {
  margin: 0 auto;
  position: relative;
}
.btn_navy {
  max-width: 200px;
}
.btn_navy_long {
  max-width: 300px;
}
.btn_navy a,
.btn_navy_long a {
  text-align: center;
  display: block;
  background: #1e477a;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  padding: 8px 0;
  transition: 1s all;
  letter-spacing: 0;
}
.btn_gray a {
  text-align: center;
  display: block;
  background: #ccc;
  color: #222;
  border-radius: 30px;
  text-decoration: none;
  padding: 8px 0;
  transition: 1s all;
}
@media screen and (min-width: 961px) {
  .btn_navy a:hover,
  .btn_navy_long a:hover {
    background: #65adc9;
    transform: scale(1.1, 1.1);
    transition: 1s all;
  }
}
.btn_gray a:hover {
  background: #444;
  color: #fff;
  transition: 1s all;
}
.box_link,
.box_link02 {
  display: block;
  position: relative;
  width: 90%;
  padding: 48px 20px 8px;
  border: solid 1px #1e477a;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  transition: transform 0.6s ease, background-color 0.6s ease;
}
.box_link {
  max-width: 700px;
  margin: 2em auto;
}
.box_link02 {
  max-width: 500px;
  margin: 2em auto 4em auto;
}
.box_link:hover {
  background-color: #65adc9;
  transform: scale(1.03);
}
.box-title {
  width: 90%;
  max-width: 400px;
  position: absolute;
  display: inline-block;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px;
  line-height: 1.4em;
  font-size: 100%;
  background: #1e477a;
  color: #fff;
  border-radius: 30px;
}
.box_link p {
  font-size: 93.8%;
  color: #1e477a;
}
.box_link_small {
  display: block;
  font-size: 87.5%;
}
.box_link:hover p {
  color: #fff;
}
.box_link:hover .btn_arrow02 {
  background-color: #fff;
}
.box_link:hover .btn_arrow02::after {
  border-color: #fff;
}
#comment {
  margin-bottom: 32px;
}
#contactbox .link li {
  margin-bottom: 40px;
}
#contactbox .box_link {
  border: solid 1px #fff;
  padding: 48px 32px 24px;
  margin: 0;
  width: 100%;
}
#contactbox .box-title {
  background: #fff;
  color: #1e477a;
  max-width: 200px;
}
#contactbox .link {
  max-width: 1024px;
  margin: 0 auto;
}
#contactbox .box_link:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  #about_page .title_img_box img,
  #service_page .title_img_box img,
  #contact_page .title_img_box img {
    object-fit: cover;
  }
}
@media screen and (min-width: 961px) {
  article h2 {
    padding: 72px 0;
  }
  article h3 {
    margin-bottom: 8vh;
  }
  .title_img_box {
    margin-bottom: 48px;
  }
  .title_img_box img {
    aspect-ratio: 16 / 4;
    object-fit: cover;
  }
  #about_page .title_img_box img {
    object-position: 0 60%;
  }
  #service_page .title_img_box img {
    object-position: 0 40%;
  }
  #contact_page .title_img_box img {
    object-position: 0 60%;
  }
  #contactbox .link li {
    width: 49%;
    margin-bottom: 0;
  }
  #comment {
    max-width: 1200px;
  }
  #comment li:first-child div.absolute {
    top: 16%;
    left: 45%;
    transform: translateY(0%) translateX(-45%);
  }
  #comment li:nth-child(2) div.absolute,
  #comment li:nth-child(3) div.absolute {
    min-width: 150px;
    top: 20%;
    left: 55%;
    transform: translateY(0%) translateX(-55%);
  }
  #comment li:nth-child(4) div.absolute {
    min-width: 180px;
    top: 18%;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
  }
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  .box_link {
    padding: 32px 32px 8px;
  }
  #comment li {
    width: 46%;
  }
}
@media screen and (min-width: 1281px) {
  .box_link {
    padding: 32px 32px 8px;
  }
  .box-title {
    padding: 12px 32px;
  }
  #comment li {
    width: 23%;
  }
}
.breadcrumbs {
  width: 80%;
  max-width: 1200px;
  margin: 32px auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumbs li:not(:last-of-type)::after {
  content: ">";
  margin: 0 0.6em;
  color: #1e477a;
}
.breadcrumbs li,
.breadcrumbs li a {
  color: #1e477a;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
/*=======================================================================
footer
=======================================================================*/
#foot_menu {
  width: 60%;
  margin: 40px auto;
}
#foot_logo {
  margin-bottom: 24px;
}
#foot_link li {
  font-size: 87.5%;
  letter-spacing: 0.12em;
}
#foot_link li:before {
  font-size: 130%;
  content: "●";
  color: #65adc9;
}
#foot_link li a {
  color: #111;
  text-decoration: none;
}
#foot_link li a:hover {
  text-decoration: underline;
}
#foot_btm {
  background: rgba(147, 175, 214, 0.1);
  position: relative;
}
#foot_btm .flex_sb {
  padding: 24px 24px 80px;
}
#foot_btm ul li,
#foot_btm p {
  font-size: 75%;
  letter-spacing: 0.12em;
}
#foot_btm ul li a {
  color: #111;
  text-decoration: none;
}
#foot_btm ul li a:hover {
  text-decoration: underline;
}
#page-top {
  position: fixed;
  bottom: 48px;
  right: 8px;
  font-size: 70%;
  z-index: 2;
  opacity: 0;
  text-align: center;
  line-height: 120%;
}
#page-top a {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  width: 48px;
  height: 48px;
  text-decoration: none;
  border-radius: 30px;
  padding-top: 10px;
}
#page-top.stop {
  position: absolute;
}
#sp_contact {
  width: 100%;
  background: #2980b9;
  position: fixed;
  bottom: 0;
  left: 0;
}
#sp_contact ul {
  display: flex;
}
#sp_contact ul li {
  width: 50%;
  text-align: center;
  font-size: 93.8%;
}
#sp_contact ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 1em;
}
#sp_contact ul li:first-child a {
  border-right: 1px solid #fff;
}
.btn_map {
  width: 80px;
  position: relative;
  text-align: center;
  display: inline-block;
  background: #fff;
  color: #1e477a;
  border: 1px solid #1e477a;
  border-radius: 30px;
  text-decoration: none;
  transition: 1s all;
}
.btn_map:hover {
  background: #1e477a;
  border: 1px solid #1e477a;
  color: #fff;
  transition: 1s all;
}
@media screen and (min-width: 768px) {
  .btn_map {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  footer .btn_map {
    display: block;
  }
}
@media screen and (min-width: 961px) {
  #foot_menu {
    width: 56%;
    max-width: 560px;
    margin: 40px auto;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
  }
  #foot_btm .flex_sb {
    padding: 24px;
  }
  #foot_logo {
    width: 70%;
    margin-bottom: 0;
  }
  #foot_logo img {
    width: 270px;
  }
  #foot_btm {
    padding: 24px;
  }
  #sp_contact {
    display: none;
  }
}
