@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans:wght@700&display=swap');
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	background: #fff;
	color:#070032;
}
.inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 1rem;
  margin: auto;
}
p {
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 1rem;
  }
}
img {
  max-width: 100%;
}
#site_header {
  width: 100%;
  background: #d02422;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  #site_header {
    height: 90px;
  }
}
#site_header a {
  color: #fff;
}
#site_header a:hover {
  color: #fff;
  opacity: 0.8;
}
#site_header .navbar-toggler {
  border: 1px solid #fff;
}
#site_header .navbar-toggler:focus {
  outline: 0;
}
#site_header .sitelogo {
  width: 180px;
}
@media screen and (min-width: 576px) {
  #site_header .sitelogo {
    width: auto;
  }
}

main {
  margin-top: 72px;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 90px;
  }
}

section {
  padding: 50px 0 30px 0;
}
@media screen and (min-width: 768px) {
  section {
    padding: 70px 0 50px 0;
  }
}
.section_title {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .section_title {
    padding-bottom: 50px;
  }
}
.section_title img {
  width: 50%;
  margin-bottom: 0.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .section_title img {
    width: auto;
  }
}
.section_title small {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .section_title small {
    font-size: 1.125rem;
  }
}

#mv{
	max-height:680px;
	background-image:url(img/kv_bg.jpg);
	background-position: center;
	background-size: cover;
}

.kv_img_wrap{
	max-width:800px;
	width:80vw;
}

#service .service_info {
  background: #fafafa;
}
#service .service_info .title {
  position: relative;
}
#service .service_info .title::after {
  content: '';
  width: 100px;
  height: 1px;
  background: #d02422;
  display: block;
  position: absolute;
  bottom: 0;
  left: 1rem;
}
#service .service_info .title img {
  width: 55%;
}
@media screen and (min-width: 768px) {
  #service .service_info .title img {
    width: auto;
  }
}

#about {
  background: #d02422;
  color: #fff;
}
#about .textbox {
  max-width: 1000px;
  min-height: 400px;
  background: #fff;
  border-radius: 1rem;
  margin: 0 auto;
  color: #070032;
}

#site_footer {
  background: #212121;
  color: #fff;
}
#site_footer .sitelogo {
  width: 180px;
}
@media screen and (min-width: 576px) {
  #site_footer .sitelogo {
    width: auto;
  }
}
#site_footer nav li {
  padding-left: 1.25rem;
  list-style: none;
  position: relative;
}
#site_footer nav li::before {
  content: '';
  width: 1rem;
  height: 1rem;
  background: url('img/icon_arrow.png') center/contain no-repeat;
  display: block;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
#site_footer nav li a {
  color: #fff;
}
#site_footer nav li a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.rwd_table {
    width: 100%;
}
.rwd_table th {
    padding: 10px;
    border: 1px solid #ddd;
}
.rwd_table td {
    padding: 10px;
    border: 1px solid #ddd;
}
.rwd_table th {
    background: #f4f4f4;
}
.rwd_table th {
    width: 30%;
    text-align: left;
}

@media only screen and (max-width:575px) {
.rwd_table {
}
.rwd_table th {
    width: 100%;
    display: block;
    border-top: none;
}
.rwd_table td {
    width: 100%;
    display: block;
    border-top: none;
}
.rwd_table tr:first-child th {
    border-top: 1px solid #ddd;
}
} 