@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*---------------
   追加 reset
---------------*/
*,
*::before,
*::after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

li {
  list-style: none;
}

/*---------------
   共通
---------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 1200px;
  color: #000;
  font-family: "YuMincho Medium", "游明朝 Medium", YuMincho, "游明朝体", serif;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  line-height: 2;
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  body {
    min-width: 100%;
    font-size: 3.1578947368vw;
  }
}

a:hover img {
  opacity: 0.6;
  transition: 0.5s;
}

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

p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

.inner {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 640px) {
  .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 3.9473684211vw;
  }
}

.flex_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
}

.center {
  text-align: center;
}

/*---------------
   header
---------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  /* border-top: $c_main 10px solid; */
  z-index: 999;
  text-indent: 0;
}
@media screen and (max-width: 640px) {
  #header {
    height: 19.7368421053vw;
    border-top: #800000 1.3157894737vw solid;
    background: #800000;
  }
}
#header.bg {
  /* background: $c_main; */
}
#header .inner {
  padding-left: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#header .logo {
  background: #800000;
  padding: 0 1em;
}
@media screen and (max-width: 640px) {
  #header .logo {
    width: 39.4736842105vw;
  }
}
#header .gnav {
  padding-left: 1em;
  background: #800000;
  border-radius: 2em;
  /*
  width: 57.5%;
  .home,.company{
  	margin: 0;
  }
  .tel{
  	margin: 0 0 0 auto;
  }
  */
}
#header .drawer_button {
  display: none;
}
@media screen and (max-width: 640px) {
  #header .drawer_button {
    display: block;
    background: none;
    border: none;
    padding: 0;
    width: 11vw;
    cursor: pointer;
    position: fixed;
    top: 2.6315789474vw;
    right: 3.9473684211vw;
    z-index: 1001;
    outline: none;
  }
}
@media screen and (max-width: 640px) {
  #header .drawer_button.active .drawer_bar {
    width: 11.5vw;
  }
}
@media screen and (max-width: 640px) {
  #header .drawer_button.active .drawer_bar1 {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 640px) {
  #header .drawer_button.active .drawer_bar2 {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  #header .drawer_button.active .drawer_bar3 {
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 640px) {
  #header .drawer_button.active .drawer_menu_text {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #header .drawer_button.active .drawer_close {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #header .drawer_bar {
    display: block;
    height: 2px;
    margin: 3.5526315789vw 0;
    transition: all 0.2s;
    transform-origin: 0 0;
    background-color: #FFF;
  }
}
#header .drawer_menu {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #header .drawer_menu {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 0 3.9473684211vw;
  }
}
#header .drawer_menu li {
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  #header .drawer_menu li {
    width: 100%;
    border-bottom: #FFF 1px dotted;
    font-size: 3.6842105263vw;
    text-align: center;
  }
}
#header .drawer_menu li a {
  position: relative;
  display: block;
  margin: 0 20px;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  #header .drawer_menu li a {
    margin: 0;
    padding: 3.9473684211vw;
  }
}
#header .drawer_menu li a:hover {
  text-decoration: underline;
}
#header .drawer_menu li a:before {
  position: absolute;
  top: 0.8em;
  left: -10px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background: #FFF;
}
@media screen and (max-width: 640px) {
  #header .drawer_menu li a:before {
    content: none;
  }
}
#header .drawer_menu li.tel a {
  padding-left: 25px;
  background: url("../images/common/header_ico_tel.png") top 50% left no-repeat;
  font-family: "Times New Roman", Times, "serif";
  font-size: 2rem;
  letter-spacing: 0;
  text-indent: 0;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  #header .drawer_menu li.tel a {
    padding-left: 3.9473684211vw;
    background: url("../images/common/header_ico_tel.png") top 50% left 34% no-repeat;
    background-size: 3.2894736842vw;
    font-size: 3.9473684211vw;
    pointer-events: auto;
  }
}
#header .drawer_menu li.tel a:before {
  content: none;
}
@media screen and (max-width: 640px) {
  #header .drawer_menu_wrapper {
    width: 100%;
    transition: all 0.2s;
    transform: translate(100%);
    position: fixed;
    top: 19.7368421053vw;
    right: 0;
    z-index: 1000;
    background-color: #800000;
  }
}
@media screen and (max-width: 640px) {
  #header .drawer_menu_wrapper.open {
    transform: translate(0);
  }
}

/*---------------
   main
---------------*/
.content {
  padding: 90px 0 0;
}
@media screen and (max-width: 640px) {
  .content {
    padding: 13.1578947368vw 0 0;
  }
}

.basic_table {
  width: 100%;
  margin-bottom: 1em;
}
.basic_table tr {
  border-bottom: #000 1px dotted;
}
.basic_table tr:first-child {
  border-top: #000 1px dotted;
}
.basic_table th,
.basic_table td {
  padding: 1em 0;
  font-weight: lighter;
  vertical-align: top;
  text-align: left;
}
.basic_table th {
  width: 215px;
}
@media screen and (max-width: 640px) {
  .basic_table th {
    width: 30%;
  }
}

#footer {
  margin-top: 90px;
  padding: 40px 0;
  background: #800000;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #footer {
    margin-top: 13.1578947368vw;
    padding: 6.5789473684vw 0;
  }
}
#footer .logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #footer .logo {
    margin-bottom: 3.9473684211vw;
  }
}
@media screen and (max-width: 640px) {
  #footer .logo img {
    width: 78.9473684211vw;
  }
}
#footer .btn-contact {
  margin-bottom: 2em;
  text-align: center;
}
#footer .btn-contact a {
  padding: 0.5em 3em;
  border-radius: 2em;
  display: inline-block;
  background: #fff;
  color: #800000;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  #footer .btn-contact a {
    font-size: 3.6842105263vw;
  }
}
#footer address {
  margin-bottom: 30px;
  font-style: normal;
  font-size: 1.3rem;
}
@media screen and (max-width: 640px) {
  #footer address {
    margin-bottom: 3.9473684211vw;
    font-size: 3.1578947368vw;
  }
}
#footer .copy {
  font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
  #footer .copy {
    font-size: 2.6315789474vw;
  }
}