@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*---------------
   追加 reset
---------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -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: 880px;
  color: #231815;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.0;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  body {
    min-width: 100%;
    font-size: calc((26/760)*100vw);
  }
}

a:hover {
  opacity: .6;
  transition: .5s;
}

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

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

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

.inner {
  width: 880px;
  min-width: 880px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 640px) {
  .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 calc((30/760)*100vw);
  }
}

/*---------------
   header
---------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #FFF;
}
@media screen and (max-width: 640px) {
  .header {
    height: calc((130/760)*100vw);
  }
}
.header .header_logo {
  margin: 40px 0 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .header .header_logo {
    width: calc((550/760)*100vw);
    margin: calc((45/760)*100vw) auto calc((35/760)*100vw);
  }
}

/*---------------
   main
---------------*/
.main {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .main {
    margin-top: calc((130/760)*100vw);
  }
}

.mv {
  text-align: center;
}

.catch .content {
  padding: 60px 0 0;
}
@media screen and (max-width: 640px) {
  .catch .content {
    padding-top: calc((100/760)*100vw);
  }
}
.catch .catch_text {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .catch .catch_text {
    margin-bottom: calc((60/760)*100vw);
    text-align: left;
  }
}
.catch .catch_img {
  width: 405px;
}
@media screen and (max-width: 640px) {
  .catch .catch_img {
    width: 49%;
  }
}
.catch .catch_img_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}

.business .content {
  padding: 50px 0 0;
}
@media screen and (max-width: 640px) {
  .business .content {
    padding-top: calc((100/760)*100vw);
  }
}
.business .business_ttl {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .business .business_ttl {
    margin-bottom: calc((40/760)*100vw);
  }
}
.business .business_text {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .business .business_text {
    margin-bottom: calc((30/760)*100vw);
  }
}
.business .business_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
  margin: 0 140px;
}
@media screen and (max-width: 640px) {
  .business .business_list {
    margin: 0;
  }
}
.business .business_list_item {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: center;
  width: 179px;
  height: 179px;
  background: url("../images/business_list_item_bg.png") top center no-repeat;
  background-size: contain;
  line-height: 1.57;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .business .business_list_item {
    width: calc((350/760)*100vw);
    height: calc((350/760)*100vw);
  }
}
.business .business_list_item.up {
  margin-top: -40px;
}
@media screen and (max-width: 640px) {
  .business .business_list_item.up {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .business .business_list_item:nth-child(3) {
    margin: calc((-90/760)*100vw) calc((100/760)*100vw);
  }
}

.outline .content {
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 640px) {
  .outline .content {
    padding: calc((100/760)*100vw) 0 calc((100/760)*100vw);
  }
}
.outline .content:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 820px;
  height: 1px;
  background: #231815;
}
@media screen and (max-width: 640px) {
  .outline .content:after {
    width: calc((700/760)*100vw);
  }
}
.outline .outline_ttl {
  margin-bottom: 40px;
  border-bottom: #C9954F 1px solid;
}
@media screen and (max-width: 640px) {
  .outline .outline_ttl {
    margin-bottom: calc((50/760)*100vw);
  }
}
.outline .outline_table {
  width: 100%;
  border: #C9954F 1px solid;
}
.outline .outline_table th, .outline .outline_table td {
  vertical-align: middle;
  text-align: left;
}
.outline .outline_table th {
  width: 25%;
  padding: .5em;
  background: #C9954F;
  color: #FFF;
  text-align: center;
  border-bottom: #FFF 1px solid;
}
@media screen and (max-width: 640px) {
  .outline .outline_table th {
    width: 30%;
  }
}
.outline .outline_table th.last {
  border: none;
}
.outline .outline_table td {
  padding: .5em 1em .5em 2em;
  border-bottom: #C9954F 1px solid;
}
@media screen and (max-width: 640px) {
  .outline .outline_table td {
    padding: .5em 1em;
  }
}
.outline .outline_table td ol li {
  padding-left: 1em;
  text-indent: -1em;
}

/*---------------
   footer
---------------*/
.footer {
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .footer {
    padding: calc((50/760)*100vw) 0;
  }
}
.footer .footer_logo {
  font-size: 2.4rem;
  letter-spacing: .1em;
}
@media screen and (max-width: 640px) {
  .footer .footer_logo {
    font-size: calc((40/760)*100vw);
  }
}
.footer .footer_address {
  font-style: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .footer .footer_address {
    font-size: calc((24/760)*100vw);
  }
}
.footer .footer_copy {
  font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
  .footer .footer_copy {
    font-size: calc((20/760)*100vw);
  }
}
