@charset "UTF-8";
body, .site-header {
  min-width: 1024px;
}
body {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.778;
}
h2, .h2 {
  font-size: 2.889em; /*52px*/
}
h3, .h3 {
  font-size: 2.222em; /*40px*/
}
h4, .h4 {
  font-size: 1.667em; /*30px*/
}
h5, .h5 {
  font-size: 1.444em; /*26px*/
}
h6, .h6 {
  font-size: 1.111em; /*20px*/
}
/*====== Common Style =====*/
.for_tab, .for_sp {
  display: none !important;
}
/* module */
.m-fs_l {
  font-size: 18px !important;
}
.m-fs_s {
  font-size: 14px !important;
}
.m-mtp_s {
  margin-bottom: 50px !important;
}
.m-mtp_m {
  margin-bottom: 75px !important;
}
.m-mtp_l {
  margin-bottom: 100px !important;
}
.m-mbt_s {
  margin-bottom: 50px !important;
}
.m-mbt_m {
  margin-bottom: 75px !important;
}
.m-mbt_l {
  margin-bottom: 100px !important;
}
.m-sec {
  padding: 90px 0 100px;
}
.m-sec-last {
  padding: 90px 0 150px;
}
.m-inner {
  position: relative;
  display: block;
  max-width: 1210px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: auto;
  margin-right: auto;
}
.m-inner_s {
  position: relative;
  display: block;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.btn-form, .btn-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .65em .55em;
  border-radius: .3em .3em 0 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.btn-form {
  border-bottom: solid .18em #b24500;
  background: #ec6a17;
  color: #fff;
}
.btn-line {
  border-bottom: solid .18em #005201;
  background: #20ab38;
  color: #fff;
}
.btn-form__sub, .btn-line__sub {
  padding: .2em .6em;
  margin-bottom: 5px;
  border-radius: .5em;
  font-size: .8em;
}
.btn-form__sub {
  background: #fff;
  color: #ec6a17;
}
.btn-line__sub {
  background: #fff;
  color: #20ab38;
}
.btn-form__main, .btn-line__main {
  width: 100%;
  font-weight: 700;
  letter-spacing: normal;
}
.btn-form__main i, .btn-line__main i {
  font-size: 1.067em;
}
/* background-color left to right */
.link {
  position: relative;
  display: inline-block;
  width: 320px;
  height: 70px;
  line-height: 70px;
  border: solid 1px #1f1f1f;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
}
.link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  background: #1f1f1f;
  -webkit-transition: width .3s;
  transition: width .3s;
}
.link:hover {
  color: #fff;
  opacity: 1;
}
.link:hover::before {
  width: 100%;
}
.link span {
  position: relative;
}
.link i {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: .889em;
}
.m-para p + p {
  margin-top: 2em;
}
.m-map iframe {
  width: 100%;
}
.m-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-column2__img {
  width: 41.833%;
}
.m-column2__txt {
  width: 54.166%;
  padding-right: 25px;
}
.m-table {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.m-table > dl {
  display: table-row;
  border-bottom: solid 1px #eee;
}
.m-table > dl > dt, .m-table > dl > dd {
  display: table-cell;
  padding: 10px 0 12px;
}
.m-table > dl > dt {
  width: 155px;
}
.m-list01 {}
/* box */
.flex-lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-lr.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/*====== header =====*/
header {
  width: 100%;
  max-width: 1200px;
  margin: 10px auto 0;
}
header img {
  width: 100%;
}
/* breadcrumbs */
.breadcrumbs {
  width: 1200px;
  max-width: 96%;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .778em;
  text-align: right;
  color: #fff;
  font-weight: bold;
}
.breadcrumbs li {
  display: inline-block;
  line-height: 1;
}
.breadcrumbs a {
  text-decoration: none;
  color: #fff;
}
.breadcrumbs a.home-link {
  color: #f06806;
}
.breadcrumbs .home {
  font-size: 0;
}
.breadcrumbs .icon-arrow {
  font-size: .857em;
}
/*====== footer =====*/
.site-footer {
  padding: 50px 0 35px;
  background: #faf5e9;
}
.site-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.site-footer__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 20px;
}
.site-footer__right {
  text-align: right;
}
.site-footer__logo {
  margin: 0 0 20px 7px;
  font-size: 10px;
}
.site-footer__info {
  padding-left: 5px;
  font-size: 14px;
  line-height: 1.571;
}
.site-footer .gnv {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1;
}
.site-footer .gnv > * {
  display: inline-block;
  margin: 0 0 20px 25px;
}
.site-footer .gnv br, .site-footer .gnv__li--home, .site-footer .gnv__li--form {
  display: none;
}
.site-footer .gnv a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: inherit;
  text-decoration: none;
}
.site-footer .gnv a::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #f06806;
}
.site-footer__cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-footer .cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  margin-left: 5px;
  font-size: 20.7px;
}
.site-footer .cv > * {
  margin-left: 18px;
}
.site-copy {
  padding: 12px 0;
  background: #f06806;
  color: #fff;
  text-align: center;
}
.copyright {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1;
}
.law {
  width: 1200px;
  max-width: 96%;
  margin: 0px auto 50px;
}
.law h2 {
  text-align: center;
  font-size: 26px;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.law dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.law dt {
  flex-basis: 25%;
  padding: 20px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
}
.law dd {
  flex-basis: 75%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}