.telfont {
  font-family: "Oswald", sans-serif;
  white-space: nowrap;
  letter-spacing: 0
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  background-repeat: no-repeat;
  background-position: top center
}
*::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
li, ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}
a {
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-font-smoothing: antialiased
}
address, i {
  font-style: normal
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left
}
hr {
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1rem 0;
  padding: 0
}
input, select {
  vertical-align: middle
}
img, svg {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: top;
  line-height: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden
}
ins[style] {
  background-color: rgba(0, 0, 0, 0)
}
span {
  vertical-align: baseline
}
em {
  font-weight: bold;
  font-style: normal
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.38
}
body {
  -webkit-font-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-weight: normal;
  font-size-adjust: 100%;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  line-height: 1
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4
}
a {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear
}
a:hover {
  opacity: .9;
  cursor: pointer
}
.bold {
  font-weight: bold
}
.red {
  color: #cf000c;
  font-weight: bold
}
.blue {
  color: #0789d2;
  font-weight: bold
}
strong {
  color: #e25904;
  font-weight: bold
}
.line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe958), color-stop(90%, #ffe958), color-stop(90%, transparent));
  background: -webkit-linear-gradient(transparent 60%, #ffe958 60%, #ffe958 90%, transparent 90%);
  background: linear-gradient(transparent 60%, #ffe958 60%, #ffe958 90%, transparent 90%);
  font-weight: bold
}
.gmap {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 56.25%;
  height: 0
}
.gmap embed, .gmap iframe, .gmap object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.click:hover {
  opacity: .8;
  cursor: pointer
}
.tel {
  position: relative
}
.phone {
  position: absolute;
  white-space: nowrap;
  letter-spacing: 0;
  font-weight: 900;
  font-family: "Oswald", sans-serif;
  line-height: 1
}
.time {
  position: absolute;
  right: 0;
  bottom: .3rem;
  left: 0;
  margin: auto;
  white-space: nowrap;
  letter-spacing: 0;
  font-weight: bold
}
.time i {
  padding: .2rem .5rem;
  background-color: #efffe9;
  color: #32b800
}
.createbox-icn {
  position: relative
}
.createbox-icn .icn {
  position: absolute
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.flex-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.clearfix::after {
  content: "";
  display: block;
  clear: both
}
.margin-auto {
  margin: auto
}
.auto {
  margin-left: auto;
  margin-right: auto
}
.bold {
  font-weight: bold
}
.normal {
  font-weight: normal
}
.text-center {
  text-align: center
}
.text-left {
  text-align: left
}
.text-right {
  text-align: right
}
.table {
  display: table;
  width: 100%
}
.table-cell {
  display: table-cell;
  vertical-align: top
}
.vertical-middle {
  vertical-align: middle
}
.vertical-bottom {
  vertical-align: bottom
}
.block {
  display: block
}
.inline {
  display: inline
}
.inline-block {
  display: inline-block
}
.relative {
  position: relative
}
.absolute {
  position: absolute
}
.fixed {
  position: fixed
}
.no-repeat {
  background-repeat: no-repeat
}
.cover {
  background-size: cover
}
.contain {
  background-size: contain
}
.hidden {
  overflow: hidden
}
.scroll {
  overflow: scroll
}
.float-left {
  float: left
}
.float-right {
  float: right
}
.clear {
  clear: both
}
.mincho {
  font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", serif
}
.text {
  line-height: 1.8
}
.text p {
  margin-bottom: 1.5em
}
.text p:last-child {
  margin-bottom: 0
}
.img-cover {
  position: relative;
  overflow: hidden
}
.img-cover img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%
}
.border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.content-box {
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.font-bold {
  font-weight: bold
}
.font-normal {
  font-weight: normal
}
.clearfix::after {
  content: "";
  display: block;
  clear: both
}
body {
  -webkit-font-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-weight: normal;
  font-size-adjust: 100%;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: .03em
}
html {
  font-size: 62.5%
}
body {
  font-size: 1.6rem
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4
}
a {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear
}
a:hover {
  opacity: .9;
  cursor: pointer
}
.bold {
  font-weight: bold
}
.red {
  color: #cf000c;
  font-weight: bold
}
.blue {
  color: #0789d2;
  font-weight: bold
}
strong {
  color: #e25904;
  font-weight: bold
}
.line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe958), color-stop(90%, #ffe958), color-stop(90%, transparent));
  background: -webkit-linear-gradient(transparent 60%, #ffe958 60%, #ffe958 90%, transparent 90%);
  background: linear-gradient(transparent 60%, #ffe958 60%, #ffe958 90%, transparent 90%);
  font-weight: bold
}
.gmap {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 56.25%;
  height: 0
}
.gmap embed, .gmap iframe, .gmap object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.click:hover {
  opacity: .8;
  cursor: pointer
}
.sp {
  display: none
}
.tel {
  position: relative
}
.phone {
  position: absolute;
  white-space: nowrap;
  letter-spacing: 0;
  font-weight: 900;
  font-family: "Oswald", sans-serif;
  line-height: 1
}
.time {
  position: absolute;
  right: 0;
  bottom: .3rem;
  left: 0;
  margin: auto;
  white-space: nowrap;
  letter-spacing: 0;
  font-weight: bold
}
.time i {
  padding: .2rem .5rem;
  background-color: #efffe9;
  color: #32b800;
  margin-right: .7rem
}
.createbox-icn {
  position: relative
}
.createbox-icn .icn {
  position: absolute
}
.flex-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.flex-between-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.flex-around-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.flex-grow-1-pc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.flex-align-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.flex-center-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.flex-wrap-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.flex-grid-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.flex-grow-pc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.clearfix-pc::after {
  content: "";
  display: block;
  clear: both
}
.margin-auto-pc {
  margin: auto
}
.auto-pc {
  margin-left: auto;
  margin-right: auto
}
.bold-pc {
  font-weight: bold
}
.normal-pc {
  font-weight: normal
}
.text-center-pc {
  text-align: center
}
.text-left-pc {
  text-align: left
}
.text-right-pc {
  text-align: right
}
.table-pc {
  display: table;
  width: 100%
}
.table-cell-pc {
  display: table-cell;
  vertical-align: top
}
.vertical-middle-pc {
  vertical-align: middle
}
.vertical-bottom-pc {
  vertical-align: bottom
}
.block-pc {
  display: block
}
.inline-pc {
  display: inline
}
.inline-block-pc {
  display: inline-block
}
.relative-pc {
  position: relative
}
.absolute-pc {
  position: absolute
}
.fixed-pc {
  position: fixed
}
.no-repeat-pc {
  background-repeat: no-repeat
}
.cover-pc {
  background-size: cover
}
.contain-pc {
  background-size: contain
}
.hidden-pc {
  overflow: hidden
}
.scroll-pc {
  overflow: scroll
}
.float-left-pc {
  float: left
}
.float-right-pc {
  float: right
}
.clear-pc {
  clear: both
}
.mincho-pc {
  font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", serif
}
.text-pc {
  line-height: 1.8
}
.text-pc p {
  margin-bottom: 1.5em
}
.text-pc p:last-child {
  margin-bottom: 0
}
.img-cover-pc {
  position: relative;
  overflow: hidden
}
.img-cover-pc img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%
}
.border-box-pc {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.content-box-pc {
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.font-bold-pc {
  font-weight: bold
}
.font-normal-pc {
  font-weight: normal
}
.clearfix-pc::after {
  content: "";
  display: block;
  clear: both
}
.post-content {
  line-height: 1.8;
  position: relative;
  z-index: 1;
  margin: 0 0 3rem
}
.post-content::after {
  content: "";
  display: block;
  clear: both
}
.post-content > a {
  color: #117ee4
}
.post-content > p {
  margin-bottom: 1.62em
}
.post-content > blockquote {
  background-color: #f1f1f1;
  position: relative;
  margin: 3em 0;
  color: #6d6d6d;
  background-color: #f3f3f3;
  color: dimgray;
  border-radius: 1rem;
  padding: 5.5rem 5rem 3rem;
  font-size: 1.3rem
}
.post-content > blockquote::after, .post-content > blockquote::before {
  content: url("../imgco/quote.svg");
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  opacity: .2
}
.post-content > blockquote::before {
  top: .4rem;
  left: .8rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.post-content > blockquote::after {
  bottom: .4rem;
  right: .8rem
}
.post-content > blockquote cite {
  font-size: .8em;
  color: #b3b3b3;
  display: block;
  text-align: right;
  position: relative;
  bottom: -1rem
}
.post-content > blockquote a {
  color: #9dc6da
}
.post-content small {
  font-size: 1.2rem
}
.post-thumbnail {
  text-align: center;
  margin: 0 0 1em;
  overflow: hidden;
  position: relative;
  height: 38rem
}
.post-thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
.post-header h1 {
  text-align: left;
  position: relative;
  border-top: .4rem solid #518967;
  border-bottom: .1rem solid #518967;
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  font-size: 2.8rem;
  margin-bottom: 3rem
}
.post-header h1::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #518967;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 5rem;
  width: 1rem;
  height: calc(100% - 3rem);
  left: 1.5rem
}
.post-header h2 {
  text-align: left;
  position: relative;
  border-top: .4rem solid #518967;
  border-bottom: .1rem solid #518967;
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  font-size: 2.8rem;
  margin-bottom: 3rem
}
.post-header h2::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #518967;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 5rem;
  width: 1rem;
  height: calc(100% - 3rem);
  left: 1.5rem
}
.post-content > h2, .post-content > h3, .post-content > h4, .post-content > h5, .post-content > h6 {
  font-weight: bold;
  line-height: 1.4;
  clear: both
}
.post-content > h2 {
  position: relative;
  border: .1rem solid #d2dbe1;
  font-size: 2.4rem;
  margin: 4rem 0 2rem;
  border: .2rem solid #f3f3f2;
  margin: 4rem 0 2rem;
  padding: 1.8rem 1rem 1.8rem 4rem
}
.post-content > h2::before {
  content: "";
  display: block;
  position: absolute;
  background: #518967;
  background: -webkit-gradient(linear, left top, left bottom, from(#518967), color-stop(50%, #518967), color-stop(50%, #679e7d), to(#679e7d));
  background: -webkit-linear-gradient(top, #518967 0%, #518967 50%, #679e7d 50%, #679e7d 100%);
  background: linear-gradient(to bottom, #518967 0%, #518967 50%, #679e7d 50%, #679e7d 100%);
  height: 80%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 1rem;
  height: calc(100% - 3rem);
  left: 1.5rem
}
.post-content > h3 {
  position: relative;
  border-bottom: .2rem solid #d2dbe1;
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding: 0 0 1rem 0
}
.post-content > h3::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #518967;
  left: 0;
  bottom: -0.2rem;
  height: .2rem;
  width: 30%
}
.post-content > h4 {
  line-height: 1.4;
  border-bottom: .1rem solid #333;
  font-size: 1.8rem;
  padding-bottom: .5rem;
  margin-top: 4rem;
  margin-bottom: 2rem
}
.post-content > table {
  margin: 3em 0;
  width: 100%;
  font-size: .86em
}
.post-content > table.is-shiten {
  margin: 1.5rem 0
}
.post-content > table.is-shiten .separator:not(:first-child)::before {
  content: "/";
  margin: 0 .5rem
}
.post-content > table td, .post-content > table th {
  vertical-align: top;
  text-align: left;
  border: 1px solid #b3aea6;
  padding: 1rem 3rem
}
.post-content > table thead th {
  background-color: #679e7d;
  color: #fff
}
.post-content > table thead th:not(:last-child) {
  border-right: 1px solid #fff
}
.post-content > table thead th:first-child {
  width: 28%
}
.post-content > table tbody th {
  background-color: #e1ece5;
  width: 30%
}
.post-content > table tbody td {
  background-color: #f7f8f8
}
.post-content > table tfoot {
  font-size: .82em
}
.post-content > table tfoot td {
  text-align: right
}
.post-content > table tfoot th, .post-content > table tfoot td {
  border: 0
}
.post-content > table caption {
  text-align: center;
  font-size: .82em;
  color: #848484;
  margin: 0 0 .8em
}
.post-content > ol, .post-content > ul {
  position: relative;
  background: -webkit-linear-gradient(135deg, #eee6dc 25%, #e9dfd2 25%, #e9dfd2 50%, #eee6dc 50%, #eee6dc 75%, #e9dfd2 75%, #e9dfd2);
  background: linear-gradient(-45deg, #eee6dc 25%, #e9dfd2 25%, #e9dfd2 50%, #eee6dc 50%, #eee6dc 75%, #e9dfd2 75%, #e9dfd2);
  background-color: #eee6dc;
  background-size: .6rem .6rem;
  z-index: 1;
  border-radius: .5rem;
  padding: 4rem 5rem;
  margin: 4rem 0
}
.post-content > ol::before, .post-content > ul::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  width: 80%;
  height: 80%;
  border-radius: .5rem;
  width: calc(100% - 4rem);
  height: calc(100% - 4rem)
}
.post-content > ol > li, .post-content > ul > li {
  position: relative;
  z-index: 2;
  padding: .6rem 0 .6rem 5rem
}
.post-content > ol > li:not(:first-child), .post-content > ul > li:not(:first-child) {
  border-top: .1rem solid #d5d1c6
}
.post-content > ul > li {
  background-image: url("../img/ui__post-list__icn.png");
  background-position: top 1.1rem left 1.5rem
}
.post-content > ol > li {
  counter-increment: li
}
.post-content > ol > li::before {
  content: counter(li);
  position: absolute;
  display: inline-block;
  text-align: center;
  font-size: .8em;
  font-weight: bold;
  line-height: 0;
  background-color: #e25904;
  color: #fff;
  border-radius: 50%;
  left: 1.5rem;
  top: 1rem;
  width: 1.6em;
  padding: .8em 0
}
.post-content .box {
  margin: 3em 0;
  padding: 4rem 5rem 3rem
}
.post-content .box.is-yellow {
  background-color: #f7f3cf;
  border: .4rem dashed #f3e3b2
}
.post-content .box.is-red {
  background-color: #f7cfcf;
  border: .4rem dashed #f3b2b2
}
.post-content .box.is-gray {
  background-color: #f1f1f1;
  border: .4rem dashed #c3c3c3
}
.post__box__tyui {
  border: .1rem solid #f7cf6a;
  margin: 4rem 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.6rem 2.5rem 1.3rem;
  position: relative
}
.post__box__tyui::before {
  content: "注意点";
  color: #f7cf6a;
  font-size: 2.2rem;
  top: -2.1rem;
  padding: 2rem .8rem 2rem 6rem;
  position: absolute;
  font-weight: bold;
  background: #fff;
  line-height: 0
}
.post__box__tyui::after {
  content: "";
  position: absolute;
  background: #f7cf69;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.2rem;
  border: .5rem solid #fff;
  text-align: center;
  width: 5.4rem;
  height: 5.4rem;
  line-height: 4.5rem;
  left: 2.5rem;
  top: -3.1rem;
  border-radius: 50%
}
.post__box__point {
  border: .1rem solid #85db8f;
  margin: 4rem 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.6rem 2.5rem 1.3rem;
  position: relative
}
.post__box__point::before {
  content: "ポイント";
  color: #85db8f;
  font-size: 2.2rem;
  top: -2.1rem;
  padding: 2rem .8rem 2rem 6rem;
  position: absolute;
  font-weight: bold;
  background: #fff;
  line-height: 0
}
.post__box__point::after {
  content: "";
  position: absolute;
  background: #85db8f;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.2rem;
  border: .5rem solid #fff;
  text-align: center;
  width: 5.4rem;
  height: 5.4rem;
  line-height: 4.5rem;
  left: 2.5rem;
  top: -2.9rem;
  border-radius: 50%
}
.post__box__midashi {
  border: .1rem solid #ea91a9;
  margin-bottom: 4rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2.5rem 1.6rem;
  position: relative
}
.post__box__midashi-title {
  background-color: #ea91a9;
  position: absolute;
  line-height: 0;
  font-size: 1.8rem;
  left: -0.1rem;
  top: -3.2rem;
  color: #fff;
  padding: 1.6rem 1.5rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  letter-spacing: 0
}
.alignright {
  display: block;
  margin: 0 0 1em;
  float: right;
  margin: 0 0 1em 1em
}
.alignleft {
  display: block;
  margin: 0 0 1em;
  float: left;
  margin: 0 1em 1em 0
}
.aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto 1rem
}
.kanren {
  position: relative;
  border-top: .2rem solid #518967;
  margin: 6rem 0 3rem
}
.kanren__label {
  text-align: center;
  color: #fff;
  background: #518967;
  font-weight: bold;
  position: absolute;
  top: -0.2rem;
  left: 0;
  width: 12rem;
  height: 30px;
  line-height: 3.4rem;
  font-size: 1.7rem
}
.kanren__label::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 30px solid rgba(0, 0, 0, 0);
  border-top: 0;
  border-right: 0;
  border-left: 20px solid #518967;
  top: 0;
  right: -20px
}
.kanren__box {
  clear: both;
  display: table;
  width: 100%;
  border: .1rem solid #518967;
  border-top: 0;
  padding: 4rem 3rem 2rem
}
.kanren__img {
  display: table-cell;
  padding-right: 3rem;
  width: 16rem
}
.kanren__content {
  display: table-cell
}
.kanren__title {
  font-weight: bold;
  margin: 0 0 .5rem;
  font-size: 2rem
}
.kanren__text {
  font-size: .7em;
  color: #797979
}
.post-relation__title {
  padding: 2rem;
  background-color: #518967;
  color: #fff;
  padding: 2rem;
  font-size: 2rem
}
.post-relation__title.is-case {
  margin-bottom: 3rem
}
.post-relation__item {
  background-color: #fff
}
.post-relation__item:not(:last-child) {
  border-bottom: .1rem dashed #d7d7d7
}
.post-relation__item a {
  color: inherit;
  position: relative;
  display: block;
  font-weight: normal;
  padding: 1.9rem 0 1.6rem 3rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.post-relation__item a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 1.2rem;
  top: 2.5rem;
  border: .5rem solid rgba(0, 0, 0, 0);
  border-left: .5rem solid #518967;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.post-relation__item a:hover {
  color: #1b3474
}
.post-relation__item a:hover::before {
  left: 1.6rem
}
.c-body {
  line-height: 1.8
}
.c-body::after {
  content: "";
  display: block;
  clear: both
}
.c-body p {
  margin-bottom: 1.25em
}
.c-body p:last-child {
  margin-bottom: 0
}
.c-body h2 {
  position: relative;
  border: .1rem solid #d2dbe1;
  font-size: 2.4rem;
  margin: 4rem 0 2rem;
  border: .2rem solid #f3f3f2;
  margin: 4rem 0 2rem;
  padding: 1.8rem 1rem 1.8rem 4rem
}
.c-body h2::before {
  content: "";
  display: block;
  position: absolute;
  background: #518967;
  background: -webkit-gradient(linear, left top, left bottom, from(#518967), color-stop(50%, #518967), color-stop(50%, #679e7d), to(#679e7d));
  background: -webkit-linear-gradient(top, #518967 0%, #518967 50%, #679e7d 50%, #679e7d 100%);
  background: linear-gradient(to bottom, #518967 0%, #518967 50%, #679e7d 50%, #679e7d 100%);
  height: 80%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 1rem;
  height: calc(100% - 3rem);
  left: 1.5rem
}
.c-body h3 {
  position: relative;
  border-bottom: .2rem solid #d2dbe1;
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding: 0 0 1rem 0
}
.c-body h3::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #518967;
  left: 0;
  bottom: -0.2rem;
  height: .2rem;
  width: 30%
}
.c-body h4 {
  line-height: 1.4;
  border-bottom: .1rem solid #333;
  font-size: 1.8rem;
  padding-bottom: .5rem;
  margin-top: 4rem;
  margin-bottom: 2rem
}
.c-body a {
  color: #167bcc
}
.c-body > ol, .c-body > ul {
  position: relative;
  background: -webkit-linear-gradient(135deg, #eee6dc 25%, #e9dfd2 25%, #e9dfd2 50%, #eee6dc 50%, #eee6dc 75%, #e9dfd2 75%, #e9dfd2);
  background: linear-gradient(-45deg, #eee6dc 25%, #e9dfd2 25%, #e9dfd2 50%, #eee6dc 50%, #eee6dc 75%, #e9dfd2 75%, #e9dfd2);
  background-color: #eee6dc;
  background-size: .6rem .6rem;
  z-index: 1;
  border-radius: .5rem;
  padding: 4rem 5rem;
  margin: 4rem 0
}
.c-body > ol::before, .c-body > ul::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  width: 80%;
  height: 80%;
  border-radius: .5rem;
  width: calc(100% - 4rem);
  height: calc(100% - 4rem)
}
.c-body > ol > li, .c-body > ul > li {
  position: relative;
  z-index: 2;
  padding: .6rem 0 .6rem 5rem
}
.c-body > ol > li:not(:first-child), .c-body > ul > li:not(:first-child) {
  border-top: .1rem solid #d5d1c6
}
.c-body > ul > li {
  background-image: url("../img/ui__post-list__icn.png");
  background-position: top 1.1rem left 1.5rem
}
.c-body > ol > li {
  counter-increment: li
}
.c-body > ol > li::before {
  content: counter(li);
  position: absolute;
  display: inline-block;
  text-align: center;
  font-size: .8em;
  font-weight: bold;
  line-height: 0;
  background-color: #e25904;
  color: #fff;
  border-radius: 50%;
  left: 1.5rem;
  top: 1rem;
  width: 1.6em;
  padding: .8em 0
}
.c-body > table {
  margin: 3em 0;
  width: 100%;
  font-size: .86em
}
.c-body > table.is-shiten {
  margin: 1.5rem 0
}
.c-body > table.is-shiten .separator:not(:first-child)::before {
  content: "/";
  margin: 0 .5rem
}
.c-body > table td, .c-body > table th {
  vertical-align: top;
  text-align: left;
  border: 1px solid #b3aea6;
  padding: 1rem 3rem
}
.c-body > table thead th {
  background-color: #679e7d;
  color: #fff
}
.c-body > table thead th:not(:last-child) {
  border-right: 1px solid #fff
}
.c-body > table thead th:first-child {
  width: 28%
}
.c-body > table tbody th {
  background-color: #e1ece5;
  width: 30%
}
.c-body > table tbody td {
  background-color: #f7f8f8
}
.c-body > table tfoot {
  font-size: .82em
}
.c-body > table tfoot td {
  text-align: right
}
.c-body > table tfoot th, .c-body > table tfoot td {
  border: 0
}
.c-body > table caption {
  text-align: center;
  font-size: .82em;
  color: #848484;
  margin: 0 0 .8em
}
.c-subbox {
  line-height: 1.8
}
.c-subbox h3 {
  position: relative;
  border: .1rem solid #d2dbe1;
  font-size: 2.4rem;
  margin: 4rem 0 2rem;
  border: .2rem solid #f3f3f2;
  margin: 4rem 0 2rem;
  padding: 1.8rem 1rem 1.8rem 4rem
}
.c-subbox h3::before {
  content: "";
  display: block;
  position: absolute;
  background: #518967;
  background: -webkit-gradient(linear, left top, left bottom, from(#518967), color-stop(50%, #518967), color-stop(50%, #679e7d), to(#679e7d));
  background: -webkit-linear-gradient(top, #518967 0%, #518967 50%, #679e7d 50%, #679e7d 100%);
  background: linear-gradient(to bottom, #518967 0%, #518967 50%, #679e7d 50%, #679e7d 100%);
  height: 80%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 1rem;
  height: calc(100% - 3rem);
  left: 1.5rem
}
.c-subbox p {
  margin-bottom: 1.25em
}
.c-subbox p:last-child {
  margin-bottom: 0
}
.c-title {
  position: relative;
  line-height: 1.4;
  overflow: hidden;
  border-top: .4rem solid #518967;
  border-bottom: .1rem solid #518967;
  font-size: 3rem;
  padding: 1.8rem 1.5rem 1.8rem 11rem;
  margin-bottom: 4rem
}
.c-title .icn {
  top: 0;
  bottom: 0;
  margin: auto;
  left: -4rem
}
.c-headline {
  border-top: 2px solid #518967;
  position: relative;
  border-bottom: 1px solid #eee;
  margin: 1.6em 0 .8em;
  background-image: url("../img/ui__postH1__bg_pc.jpg");
  background-position: top center;
  -webkit-box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .2);
  box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .2);
  font-size: 2.2rem;
  padding: 1.3rem 1rem 1rem 3rem;
  border-radius: .8rem
}
.c-headline::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #518967;
  margin: auto;
  width: .6rem;
  height: 90%;
  height: calc(100% - 3rem)
}
.c-desc {
  background-color: #fbf9f9;
  text-align: center;
  color: #518967;
  line-height: 1.4;
  padding: 1rem;
  font-size: 1.8rem;
  margin-bottom: 1.5rem
}
.c-more {
  text-align: center;
  padding: 2rem 0
}
.c-more a {
  border: .2rem solid #518967;
  color: #518967;
  display: block;
  margin: auto;
  font-weight: bold;
  position: relative;
  border-radius: 10rem;
  background-image: url("../img/ui__c-more__more-arrow_pc.png");
  padding: 2rem 0;
  font-size: 2rem;
  width: 34rem;
  cursor: pointer;
  background-position: center right 1.5rem
}
.tb-head {
  font-weight: bold;
  font-size: .9em
}
.tb-body {
  position: relative;
  padding-left: 2rem
}
.tb-body::before {
  content: "・";
  position: absolute;
  left: 0;
  top: .1rem
}
hr {
  border-top: .1rem dashed #ccc;
  margin: 1.5rem 0
}
.unit {
  margin: 0 auto;
  width: 106rem
}
.sec {
  margin-bottom: 8rem
}
.sec-side:not(:last-of-type) {
  margin-bottom: 3rem
}
.maps {
  position: relative;
  margin: 0 auto;
  padding-top: 56.25%;
  width: 100%
}
.maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important
}
.container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-repeat: repeat;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .2);
  box-shadow: 0 0 1rem rgba(0, 0, 0, .2);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  margin: auto;
  min-width: 110rem;
  max-width: 1920px
}
.container-center {
  margin-bottom: 4rem;
  width: 106rem
}
.container-center::after {
  display: block;
  clear: both;
  content: ""
}
.container-main {
  float: left;
  width: 76rem
}
.container-side {
  position: relative;
  z-index: 100;
  float: right;
  width: 24rem
}
.container-side__inner {
  width: inherit
}
.container-side__inner.on {
  bottom: 0
}
.container-footer {
  margin-bottom: 9rem
}
.container-footer.is-margin {
  margin-bottom: 0
}
.pagetop {
  position: fixed;
  z-index: 9995;
  opacity: .8;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  bottom: 10rem;
  left: 50%;
  margin-left: 56rem;
  opacity: 0
}
.pagetop.in {
  right: 2rem;
  opacity: 1
}
.header {
  position: relative;
  z-index: 2
}
.header__inner {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header__branding {
  position: relative
}
.header__title {
  font-weight: bold;
  position: relative;
  z-index: 10;
  font-size: 1.3rem;
  margin-bottom: .5rem
}
.header__address li {
  position: relative;
  color: #737373;
  line-height: 1.4;
  padding-left: 1.2rem;
  font-size: 1rem
}
.header__address li::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #4c84a2;
  width: .8rem;
  height: .8rem;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto
}
.header__address li span {
  font-weight: bold;
  color: #333;
  font-size: 1.2rem;
  margin-right: 1rem
}
.sideBtns {
  background: -webkit-linear-gradient(135deg, #eee6dc 25%, #e9dfd2 25%, #e9dfd2 50%, #eee6dc 50%, #eee6dc 75%, #e9dfd2 75%, #e9dfd2);
  background: linear-gradient(-45deg, #eee6dc 25%, #e9dfd2 25%, #e9dfd2 50%, #eee6dc 50%, #eee6dc 75%, #e9dfd2 75%, #e9dfd2);
  background-color: #eee6dc;
  background-size: .6rem .6rem;
  padding: 1rem .9rem .7rem
}
.sideBtns li:not(:last-child) {
  margin-bottom: .5rem
}
.sideMenu {
  border-bottom: .1rem solid #d2dbe1
}
.sideMenu__title {
  font-weight: bold;
  background-color: #679e7d;
  color: #fff;
  text-align: center;
  border-radius: .5rem .5rem 0 0;
  font-size: 1.8rem;
  padding: 1.3rem 0
}
.sideMenu__nav {
  border: .1rem solid #d2dbe1;
  border-top: 0;
  border-bottom: 0
}
.sideMenu__nav-head {
  background-color: #f1f4f5;
  color: #518967;
  text-align: center;
  font-size: 1.6rem;
  padding: 1rem 0
}
.sideMenu__nav li {
  font-size: .86em
}
.sideMenu__nav li:not(:last-child) {
  border-bottom: 1px dotted #ccc
}
.sideMenu__nav li a {
  display: block;
  line-height: 1.2;
  position: relative;
  background-image: url("../img/ui__arrow_pc.png");
  padding: 1rem .8rem 1rem 3.4rem;
  background-position: left 1.3rem top 1.3rem
}
.sideAccess {
  border: .3rem solid #d2dbe1;
  padding: 1.5rem 1.7rem
}
.sideAccess__title {
  text-align: center;
  margin-bottom: 1rem
}
.sideAccess__station-head {
  background-color: #d2dbe1;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: .8rem;
  padding: .5rem 0
}
.sideAccess__station-body {
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 1rem 0
}
.sideAccess__address {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 1rem 0
}
.sideAccess__btn {
  margin: auto
}
.sideCtaLine__title {
  font-weight: bold;
  background-color: #679e7d;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 1.3rem 0;
  margin-bottom: 1.5rem
}
.sideCtaLine__text {
  font-size: 1.4rem;
  line-height: 1.3
}
.sideCtaLine__text a {
  color: #3354b1;
  text-decoration: underline
}
.sideCtaLine__link {
  text-align: center
}
.footer {
  background-color: #e9dfd2
}
.footer__inner {
  padding: 4rem 0;
  position: relative
}
.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.footer__branding {
  position: relative;
  width: 44rem
}
.footer__logo {
  margin: 0 0 1.5rem
}
.footer__root {
  margin-bottom: 2rem
}
.footer__address {
  line-height: 1.6;
  font-size: 1.5rem
}
.footer__map {
  overflow: hidden;
  width: 57rem;
  height: 20rem
}
.footer__sitemap {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.2rem
}
.footer__copyright {
  display: block;
  text-align: center;
  background-color: #fff;
  font-size: 1.2rem;
  padding: 2rem 0
}
.fvMain {
  background-image: url("../img/ui__fvMain__bg_pc.jpg");
  background-size: cover
}
.fvMain__inner {
  position: relative;
  padding: 1rem 0;
  height: 68rem
}
.fvMain__item {
  position: absolute
}
.fvMain__item.n1 {
  top: 6rem;
  left: -0.5rem
}
.fvMain__item.n2 {
  bottom: -5rem;
  right: 0
}
.fvMain__item.n3 {
  left: 0;
  bottom: 2rem
}
.fvColumn__inner {
  position: relative;
  padding: 5rem 0 5rem 33rem;
  min-height: 33rem
}
.fvColumn__title {
  position: relative;
  z-index: 2;
  margin-bottom: 2rem
}
.fvColumn__pic {
  position: absolute;
  bottom: 0;
  left: -5rem
}
.fvColumn__text {
  position: relative;
  z-index: 2
}
.fvSub {
  background-image: url("../img/ui__fvSub__bg_pc.jpg");
  background-size: cover
}
.fvSub__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 26rem;
  padding: 2rem 0
}
.fvSub__box {
  line-height: 1.6;
  position: relative;
  z-index: 1;
  background: #fff;
  background-image: url("../img/ui__fvSub__box_bg_pc.png");
  border-radius: 1rem;
  width: 76rem;
  padding: 3rem;
  background-position: bottom right 1rem;
  background-repeat: no-repeat
}
.fvSub__box-head {
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  color: #518967;
  font-size: 2.75rem
}
.fvSub__box-body {
  line-height: 1.6;
  margin-top: 2rem;
  font-size: 1.4rem
}
.gnav {
  font-weight: bold;
  font-size: 1.2rem;
  background-color: #fff;
  border-top: .1rem solid #d2dbe0;
  border-bottom: .1rem solid #d2dbe0
}
.gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.gnav li {
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.gnav li.is-home i {
  background-image: url("../img/ui__gnav__nav-home_pc.png")
}
.gnav li.is-case i {
  background-image: url("../img/ui__gnav__nav-case_pc.png")
}
.gnav li.is-intro i {
  background-image: url("../img/ui__gnav__nav-intro_pc.png")
}
.gnav li.is-fee i {
  background-image: url("../img/ui__gnav__nav-fee_pc.png")
}
.gnav li.is-flow i {
  background-image: url("../img/ui__gnav__nav-flow_pc.png")
}
.gnav li.is-access i {
  background-image: url("../img/ui__gnav__nav-access_pc.png")
}
.gnav li.is-contact i {
  background-image: url("../img/ui__gnav__nav-contact_pc.png");
  color: #fff
}
.gnav li.is-contact a {
  background-image: url("../img/ui__gnav__content_bg_pc.png");
  background-size: cover
}
.gnav li::after, .gnav li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  background-color: #d2dbe0;
  width: .1rem
}
.gnav li::before {
  left: 0
}
.gnav li:last-of-type::after {
  right: 0
}
.gnav a {
  display: block;
  text-align: center;
  padding: 2rem 0
}
.gnav a::after {
  content: "";
  display: block;
  width: 0;
  height: .3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 1rem;
  background-color: #518967;
  -webkit-transition: .2s;
  transition: .2s
}
.gnav a:hover {
  cursor: pointer
}
.gnav a:hover::after {
  width: 100%
}
.gnav i {
  display: block;
  display: inline-block;
  padding: .5rem 0 .5rem 3.2rem;
  background-position: center left
}
.gnav__close {
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5rem;
  color: #fff;
  padding: .8rem 3rem .8rem 4rem;
  margin-top: 1.5rem
}
.archive__post {
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 3rem;
  margin: 0 0 3rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer
}
.archive__post:hover {
  opacity: .8
}
.archive__post::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  bottom: 0;
  border: .5rem solid rgba(0, 0, 0, 0);
  border-left: .5rem solid #518967
}
.archive__headline {
  color: #518967;
  line-height: 1.4;
  font-size: 2.2rem;
  margin: 0 0 1.4rem
}
.archive__excerpt {
  font-size: .8em;
  color: #5a5a5a;
  line-height: 1.5
}
.breadcrumb {
  line-height: 1.5;
  font-size: 1.2rem;
  background-size: 192rem 100%;
  padding: 2rem 0
}
.breadcrumb li {
  display: inline-block
}
.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin: 0 1rem;
  display: inline-block;
  font-size: .8em;
  position: relative;
  width: .7rem;
  height: 1rem;
  top: -0.1rem
}
.breadcrumb a {
  text-decoration: underline;
  color: #518967
}
.form input[type=text], .form input[type=tel], .form input[type=email], .form textarea {
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 .5rem rgba(0, 0, 0, .1) inset;
  box-shadow: 0 0 .5rem rgba(0, 0, 0, .1) inset;
  width: 100%;
  padding: .8rem 1rem
}
.form__item {
  border-top: 1px solid #eee;
  padding: 2.5rem;
  display: table;
  width: 100%
}
.form__item:last-child {
  border-bottom: 1px solid #eee
}
.form__item-head {
  font-weight: bold;
  margin-bottom: .8em;
  display: table-cell;
  vertical-align: top;
  width: 30%;
  padding-top: .4rem
}
.form__item-body {
  display: table-cell;
  padding: 0 0 0 4rem
}
.form__address + .form__address {
  margin-top: 1rem
}
.form__example {
  color: #858585;
  font-size: .7em;
  padding-top: .5em;
  margin: 0
}
.form__send {
  margin-top: 3rem
}
.form__send input[type=submit], .form__send input[type=button] {
  background: #ff7a3c;
  background: -webkit-linear-gradient(top, #ff7a3c 0%, #ff7a3c 50%, #ed5e2e 50%, #ed5e2e 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7a3c), color-stop(50%, #ff7a3c), color-stop(50%, #ed5e2e), to(#ed5e2e));
  background: linear-gradient(to bottom, #ff7a3c 0%, #ff7a3c 50%, #ed5e2e 50%, #ed5e2e 100%);
  color: #fff;
  -webkit-box-shadow: 0 .6rem 0 #b4400a;
  box-shadow: 0 .6rem 0 #b4400a;
  border-radius: .5rem;
  font-weight: bold;
  display: block;
  font-size: 2.8rem;
  margin: auto;
  width: 37rem;
  height: 8rem
}
.form__required {
  color: #fff;
  background: #ee4646;
  padding: 0 .6rem;
  font-size: .7em;
  display: inline-block;
  border-radius: .3rem;
  vertical-align: middle;
  font-weight: bold;
  margin: 0 1rem
}
.form select {
  border: 1px solid #ccc;
  height: 2.8rem;
  min-width: 15rem
}
.form .w100 input, .form .w100 textarea {
  width: 100%
}
.form .w50 input, .form .w50 textarea {
  width: 50%
}
.form .post-number {
  width: 10rem
}
.form .post-number-btn {
  border: 1px solid #ccc;
  border-radius: .5rem;
  padding: .2rem 1rem;
  font-size: .8em;
  margin-left: 2rem
}
.contact-form-plus {
  position: relative;
  padding: 2rem 1rem
}
.contact-form-plus__noscript {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999
}
.contact-form-plus__noscript-text {
  font-size: .8em;
  color: #fff;
  line-height: 2
}
.contact-form-plus__item {
  border-bottom: 1px dotted #e4e4e4;
  display: table;
  width: 100%;
  padding: 2.6rem 1rem
}
.contact-form-plus__item:first-child {
  border-top: 1px dotted #e4e4e4
}
.contact-form-plus__item-head {
  font-size: .8em;
  font-weight: bold;
  display: table-cell;
  width: 32%;
  vertical-align: top
}
.contact-form-plus__item-body {
  display: table-cell
}
.contact-form-plus__item-body.is-debt {
  font-size: 1.2rem
}
.contact-form-plus__item-body.is-debt input[type=number] {
  width: 10rem;
  margin-right: 1rem
}
.contact-form-plus__item-body.is-debtcount label {
  display: inline-block;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: .5rem;
  font-size: 1.2rem;
  padding: .5rem 1rem;
  margin-right: 1rem;
  -webkit-transition: all .22s ease-in-out;
  transition: all .22s ease-in-out
}
.contact-form-plus__item-body.is-debtcount label:hover {
  background-color: #aaa;
  cursor: pointer
}
.contact-form-plus__item-body.is-debtcount label input[type=radio] {
  position: relative;
  top: -0.2rem;
  margin-right: .5rem
}
.contact-form-plus__item-body.is-debtcount span.wpcf7-list-item {
  margin: 0
}
.contact-form-plus__item-body.is-select select {
  border: 1px solid #ccc
}
.contact-form-plus input[type=text], .contact-form-plus input[type=email], .contact-form-plus input[type=tel], .contact-form-plus input[type=number], .contact-form-plus textarea {
  border: 1px solid #f1f1f1;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .06) inset;
  box-shadow: 0 0 1rem rgba(0, 0, 0, .06) inset;
  padding: .8rem 1.2rem;
  font-size: 1.4rem
}
.contact-form-plus input[type=text]::-webkit-input-placeholder, .contact-form-plus input[type=email]::-webkit-input-placeholder, .contact-form-plus input[type=tel]::-webkit-input-placeholder, .contact-form-plus input[type=number]::-webkit-input-placeholder, .contact-form-plus textarea::-webkit-input-placeholder {
  font-size: 1.2rem
}
.contact-form-plus input[type=text].is-grade, .contact-form-plus input[type=email].is-grade, .contact-form-plus input[type=tel].is-grade, .contact-form-plus input[type=number].is-grade, .contact-form-plus textarea.is-grade {
  margin-right: 1rem;
  width: 10rem
}
.contact-form-plus input[type=text].is-require, .contact-form-plus input[type=email].is-require, .contact-form-plus input[type=tel].is-require, .contact-form-plus input[type=number].is-require, .contact-form-plus textarea.is-require {
  background-color: #fff5f4
}
.contact-form-plus__textarea {
  height: 15rem
}
.contact-form-plus__require-text {
  margin: 1rem
}
.contact-form-plus__asterisk {
  color: #fff;
  background-color: #fd7c72;
  font-size: .8em;
  margin-left: 1rem;
  border-radius: .2rem;
  padding: .3rem .5rem
}
.contact-form-plus__example {
  font-size: .7em;
  color: #999;
  padding-top: .5em
}
.contact-form-plus__radio {
  display: inline-block;
  position: relative;
  background-color: #f5f5f5;
  line-height: 1.8;
  border: 1px solid #e6e6e6;
  padding: .6rem 1.2rem .6rem 3.6rem;
  margin-right: 1rem;
  border-radius: .5rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer
}
.contact-form-plus__radio:hover {
  background-color: #f5f5f5;
  opacity: .8
}
.contact-form-plus__radio::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: .5rem;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #ccc;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #fff
}
.contact-form-plus__radio::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #21aaaf;
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 1.2rem;
  height: 1.2rem;
  left: .9rem
}
.contact-form-plus__radio.on {
  background-color: #dff0f1;
  border: 1px solid #d4d4d4
}
.contact-form-plus__radio.on::after {
  opacity: 1
}
.contact-form-plus__desc {
  margin: 0 0 1.5em
}
.contact-form-plus__submit {
  text-align: center;
  margin-top: 3rem
}
.contact-form-plus__submit .submit-btn {
  background-color: #2aa7b4;
  color: #fff;
  border-radius: .5rem;
  font-weight: bold;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 1rem 6rem
}
.contact-form-plus__submit .submit-btn.on {
  cursor: pointer
}
.contact-form-plus__submit .submit-btn br {
  display: none
}
.contact-form-plus__error {
  font-size: .8em;
  color: #f44336;
  height: 0
}
.contact-form-plus__name-hnp {
  display: none
}
.contact-form-plus__remain {
  font-size: .8em;
  text-align: right
}
.contact-form-plus__count {
  width: 3.4rem;
  text-align: right;
  display: inline-block
}
.contact-form-plus__count.zero {
  color: #f44336
}
.contact-form-plus__hidden {
  visibility: hidden
}
.contact-form__wrap {
  border-top: 1px dotted #ccc
}
.contact-form__main dl {
  border-bottom: 1px dotted #ccc;
  display: table;
  width: 100%
}
.contact-form__main dt, .contact-form__main dd {
  display: table-cell;
  vertical-align: top
}
.contact-form__main dt {
  font-weight: bold;
  color: #4a4a4a;
  display: table-cell;
  width: 25%;
  padding: 2rem 1rem;
  vertical-align: top;
  font-size: 1.4rem
}
.contact-form__main dd {
  padding: 2rem 1rem;
  display: table-cell
}
.contact-form__main input, .contact-form__main textarea {
  border: 1px solid #ddd;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: .5em;
  padding: .8rem 1rem
}
.contact-form__main select {
  border: 1px solid #ddd;
  width: 30rem;
  height: 3.4rem
}
.contact-form__main .required {
  background-color: #f44336;
  color: #fff;
  border-radius: .4rem;
  padding: .2rem 1rem;
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: 1rem
}
.contact-form__main .example {
  font-size: .7em;
  color: #999;
  padding-top: .5em
}
.contact-form__send {
  text-align: center;
  margin-top: 3rem
}
.contact-form__send input[type=submit], .contact-form__send input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.contact-form__send input[type=submit]::-webkit-search-decoration, .contact-form__send input[type=button]::-webkit-search-decoration {
  display: none
}
.contact-form__send input[type=submit]:focus, .contact-form__send input[type=button]:focus {
  outline-offset: -2px
}
.contact-form__send input[type=submit] {
  background-color: #009688;
  color: #fff;
  padding: 1rem 0;
  border-radius: .5rem;
  font-weight: bold;
  display: block;
  margin: auto;
  width: 30rem
}
.office-map {
  position: relative;
  margin-bottom: 1.5em
}
.office-map__card {
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  display: inline-block;
  z-index: 1;
  padding: .7em 1.4em;
  border-radius: 5px;
  font-size: .8em;
  line-height: 1.5;
  position: absolute;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  top: 70px;
  right: 146px;
  width: 450px
}
.office-map__card::before {
  content: "";
  display: block;
  width: 1.8em;
  height: 1.8em;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  background: #fff;
  bottom: -0.8em;
  left: 0;
  right: 0;
  margin: auto
}
.office-map__card::after {
  content: "";
  display: block;
  width: 4em;
  height: 2em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff
}
.office-map__card.on {
  top: 10px;
  right: 10px
}
.office-map__card.on::after, .office-map__card.on::before {
  display: none
}
.office-map__card__btn-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 1em;
  height: 1em;
  font-size: 1.5em
}
.office-map__card__btn-toggle::before {
  content: "";
  font-family: fontawesome;
  color: #555
}
.office-map__card__btn-toggle.on::before {
  content: ""
}
.office-map__card__name {
  font-size: 1.4em;
  margin-bottom: .1em
}
.office-map__card__name.tokyo {
  font-size: 1.2em
}
.office-map__card__name.tokyo span {
  font-size: .8em
}
.office-map__card__name::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("images/icon-map-logo.png") no-repeat center bottom;
  background-size: contain;
  margin-right: .4em
}
.office-map__card__address {
  margin-bottom: .5em
}
.office-map__card__btn {
  color: #3b7c1c;
  font-weight: bold
}
.office-map__card__btn a::before {
  content: "";
  font-family: fontawesome;
  margin-right: .5em
}
.info__pic {
  margin: 3.7rem auto 3.2rem;
  width: 75.2rem
}
.info__table {
  width: 100%;
  line-height: 1.4;
  margin: 0 0 3rem
}
.info__dl {
  display: table;
  width: 100%;
  font-size: .92em
}
.info__dl:nth-child(2n+1) {
  background-color: #f2f4f6
}
.info__dt {
  display: table-cell;
  text-align: left;
  width: 16rem;
  padding: 1rem 2rem
}
.info__dd {
  display: table-cell;
  padding: 1rem 3rem
}
.info__dd p {
  margin-bottom: 0
}
.category__list {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.category__item {
  width: 26rem;
  margin: 0 1.5rem 2rem 0
}
.category__item:nth-of-type(3n) {
  margin-right: 0
}
.category__thumbnail {
  margin: 0 0 1rem;
  position: relative;
  overflow: hidden;
  width: 26rem;
  height: 18rem
}
.category__thumbnail img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  min-height: 18rem
}
.category__time {
  color: #0f9c2d;
  font-weight: bold;
  display: block;
  margin: 0 0 .5rem
}
.category__headline {
  line-height: 1.28
}
.mokuji {
  font-size: .9em;
  border: 1px solid #e6e6e6
}
.mokuji__title {
  background: #0f9c2d;
  color: #fff;
  padding: 1rem;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem
}
.mokuji__body {
  padding: 1rem 3rem
}
.mokuji__button {
  position: absolute;
  width: 4rem;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #63cc34
}
.mokuji__button::before, .mokuji__button::after {
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: .2rem;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
.mokuji__button::before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.mokuji__button.on::before {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}
.mokuji__list {
  border-bottom: 1px solid #dcdcdc
}
.mokuji__list:last-child {
  border-bottom: 0
}
.mokuji__list.tagH2 {
  font-weight: bold
}
.mokuji__list.tagH3 {
  margin-left: 2rem
}
.mokuji a {
  background-image: url(../img/ec__sideAbout__arrow_pc.png);
  background-repeat: no-repeat;
  color: inherit !important;
  display: block;
  background-position: top 1.6rem left 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 1.4rem 1rem 1.2rem 3rem
}
.mokuji a:hover {
  color: #0f9c2d !important
}
.simulation__box {
  background: #f9f6f0;
  border-radius: 1rem 1rem 0 0;
  padding: 4rem 4rem 0
}
.simulation__main {
  margin: 0 0 2rem;
  position: relative;
  width: 100%;
  line-height: 1.4;
  height: 58rem
}
.simulation__load {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  z-index: 10;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .5;
  left: -4rem;
  top: -4rem;
  width: calc(100% + 8rem);
  height: calc(100% + 4rem)
}
.simulation__load-box {
  width: 12.8rem;
  height: 12.8rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
.simulation__before {
  top: 0;
  left: 0;
  position: absolute;
  height: 50rem;
  width: 100%
}
.simulation__line {
  border-top: 1px solid rgba(87, 58, 52, .1);
  margin: 2rem 0 3.3rem
}
.simulation__after {
  display: none;
  top: 0;
  left: 0;
  height: 50rem;
  width: 100%;
  position: absolute
}
.simulation__headline {
  color: #518967;
  font-weight: bold;
  background-repeat: no-repeat;
  border-bottom: .2rem solid #d7d7d7;
  font-size: 2.8rem;
  padding: .7rem 0 .8rem 5.5rem;
  margin: 0 0 2rem
}
.simulation__headline.n1 {
  background-image: url("../img/ui__simulation__kazoku.png")
}
.simulation__headline.n2 {
  background-image: url("../img/ui__simulation__zaisan.png")
}
.simulation__input {
  padding: 1rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.simulation__input label {
  display: inline-block;
  padding-left: 2.5rem;
  margin-right: 2rem;
  position: relative
}
.simulation__input label::before {
  content: "";
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-box-shadow: -0.1rem -0.1rem .3rem rgba(0, 0, 0, .2);
  box-shadow: -0.1rem -0.1rem .3rem rgba(0, 0, 0, .2);
  width: 1.8rem;
  height: 1.8rem
}
.simulation__input label.on::after {
  content: "";
  display: block;
  background: #518967;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: .3rem;
  margin: auto;
  width: 1.2rem;
  height: 1.2rem
}
.simulation__input select {
  background: #fff;
  border-radius: .4rem;
  border: 1px solid #e5e5e5;
  width: 8rem;
  height: 4rem
}
.simulation__input input[type=number] {
  background: #fff;
  border-radius: .4rem;
  margin-right: 1rem;
  border: 1px solid #e5e5e5;
  padding: .5rem;
  width: 18rem;
  font-size: 2.2rem
}
.simulation__input dt {
  width: 8rem;
  font-weight: bold
}
.simulation__btnbox {
  background-color: #ffeed6;
  padding: 3rem 5rem;
  margin: 0 -4rem
}
.simulation__btnbox.start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.simulation__btn-s {
  background-image: url("../img/ui__simulation__btn-s.png");
  background-size: contain;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  width: 40rem;
  height: 7.3rem
}
.simulation__btn-r {
  background-image: url("../img/ui__simulation__btn-r.png");
  background-size: contain;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  display: block;
  width: 34.5rem;
  height: 7.3rem
}
.simulation__btn-c {
  background-image: url("../img/ui__simulation__btn-c.png");
  background-size: contain;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  display: block;
  width: 31.2rem;
  height: 7.4rem
}
.simulation__radio {
  display: none
}
.simulation__result {
  position: relative;
  background: #fff;
  text-align: center;
  font-weight: bold;
  color: #4f4231;
  padding: 4.5rem 0 0;
  height: 32rem;
  border: .5rem solid #518967
}
.simulation__result-gaku {
  position: relative;
  color: #518967;
  font-size: 4.2rem
}
.simulation__result-en {
  font-size: 4.9rem
}
.simulation__result-color {
  color: #f58d4a;
  font-size: 7.2rem
}
.simulation__result-text {
  color: #4c4c4c;
  font-size: 2.3rem
}
.simulation__message {
  font-weight: bold;
  text-align: center;
  color: #4c4c4c;
  font-size: 2.3rem;
  height: 14rem;
  padding-top: 2rem
}
.simulation__cta {
  padding: 2rem 0
}
.simulation__menseki {
  font-size: 1rem;
  margin-top: 4rem
}
.simulation__menseki-title {
  color: #e4d8c9;
  font-size: 1.2em;
  font-weight: bold
}
.simulation__error {
  color: #d22f2f;
  font-size: .8em;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.intro {
  background-color: #fff;
  position: relative
}
.intro:not(:last-child) {
  margin-bottom: 5rem
}
.intro__title {
  position: relative;
  border-top: .4rem solid #518967;
  border-bottom: .1rem solid #518967;
  margin-bottom: 2.4rem;
  padding: 1.5rem 2rem 1.9rem;
  line-height: 3.2rem
}
.intro__label {
  background-color: #518967;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  padding: 0 2rem;
  margin-right: 1.5rem
}
.intro__name {
  font-weight: bold;
  display: inline-block;
  position: relative;
  font-size: 2.8rem;
  margin-right: 1.5rem;
  top: .3rem
}
.intro__ruby {
  display: inline-block;
  position: relative;
  font-style: italic;
  font-size: 1.5rem;
  top: -0.2rem
}
.intro__ruby::before {
  content: "(";
  margin-right: .5rem
}
.intro__ruby::after {
  content: ")";
  margin-left: .5rem
}
.intro__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem
}
.intro__picbox {
  position: relative;
  width: 24rem
}
.intro__number {
  text-align: center;
  background-color: #e1ece5;
  color: #518967;
  font-size: 1.5rem;
  padding: 1.5rem 0
}
.intro__number span {
  margin-right: .5rem
}
.intro__careerbox {
  width: 49rem
}
.intro__career {
  line-height: 1.6
}
.intro__career-body dt {
  font-weight: bold;
  background-image: url("../img/ui__intro__carrer-head-icn_pc.png");
  background-position: left top 0rem;
  border-bottom: .2rem solid #518967;
  margin-bottom: .8rem;
  padding: .3rem 0 .6rem 4.7rem;
  font-size: 2.2rem
}
.intro__career-body dt:not(:first-child) {
  margin-top: 2rem
}
.intro__career-body dd {
  position: relative;
  border-bottom: .1rem dotted #eee;
  padding: .5rem 0 .5rem 3.5rem;
  font-size: 1.3rem
}
.intro__career-body dd::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #518967;
  border-radius: 100%;
  width: .6rem;
  height: .6rem;
  top: 1.1rem;
  left: 1.5rem
}
.intro__text {
  position: relative;
  border: .2rem solid #b3cebe;
  padding: 2.5rem 4rem
}
.office-intro {
  border: .1rem solid #518967;
  position: relative;
  width: 36rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1rem 1rem 13rem
}
.office-intro__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.office-intro__pic {
  position: absolute;
  top: 1.3rem;
  left: 1rem;
  width: 10.8rem !important;
  height: 10.8rem !important
}
.office-intro__label {
  border-bottom: .1rem solid #d2dbe1;
  font-size: 1.2rem;
  padding-bottom: .4rem;
  margin-bottom: 1.3rem
}
.office-intro__name {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: .5rem
}
.office-intro__ruby {
  font-size: 1rem;
  margin-bottom: .6rem
}
.office-intro__more a {
  display: inline-block;
  border: .1rem solid #d2dbe1;
  position: relative;
  color: #333;
  font-size: 1.2rem;
  padding: .2em 1rem .2rem 2rem
}
.office-intro__more a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  left: 1rem;
  border: .5rem solid rgba(0, 0, 0, 0);
  border-left-color: #d2dbe1
}
.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3rem
}
.page-numbers {
  width: 3rem;
  line-height: 3rem;
  background-color: #c3dae5;
  text-align: center;
  margin: 0 .6rem;
  position: relative;
  color: #fff;
  font-weight: bold;
  display: inline-block
}
.page-numbers.prev {
  background-color: #e4e4e4
}
.page-numbers.prev::before {
  content: "";
  display: block;
  border: 1rem solid rgba(0, 0, 0, 0);
  border-right: 1rem solid #fff;
  border-left: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto
}
.page-numbers.prevall {
  background-color: #e4e4e4
}
.page-numbers.prevall::before {
  content: "";
  display: block;
  border: 1rem solid rgba(0, 0, 0, 0);
  border-right: .8rem solid #fff;
  border-left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: .5rem;
  width: 0;
  height: 0;
  margin: auto
}
.page-numbers.prevall::after {
  content: "";
  display: block;
  border: 1rem solid rgba(0, 0, 0, 0);
  border-right: .8rem solid #fff;
  border-left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.8rem;
  width: 0;
  height: 0;
  margin: auto
}
.page-numbers.next {
  background-color: #a6a6a6
}
.page-numbers.next::before {
  content: "";
  display: block;
  border: 1rem solid rgba(0, 0, 0, 0);
  border-left: 1rem solid #fff;
  border-right: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto
}
.page-numbers.nextall {
  background-color: #a6a6a6
}
.page-numbers.nextall::before {
  content: "";
  display: block;
  border: 1rem solid rgba(0, 0, 0, 0);
  border-left: .8rem solid #fff;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: .5rem;
  width: 0;
  height: 0;
  margin: auto
}
.page-numbers.nextall::after {
  content: "";
  display: block;
  border: 1rem solid rgba(0, 0, 0, 0);
  border-left: .8rem solid #fff;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.8rem;
  width: 0;
  height: 0;
  margin: auto
}
.page-numbers.current {
  background-color: #518967
}
.case-relative__title {
  position: relative;
  border-bottom: .2rem solid #d2dbe1;
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding: 0 0 1rem 0
}
.case-relative__title::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #518967;
  left: 0;
  bottom: -0.2rem;
  height: .2rem;
  width: 30%
}
.case-relative__list {
  background-color: #f5f0eb;
  padding: 3rem;
  border-radius: .5rem
}
.case-sozoku {
  margin: 0 0 2rem
}
.case-sozoku.is-space {
  background-color: #f5f0eb;
  padding: 3rem;
  border-radius: .5rem
}
.case-sozoku__item {
  background-color: #fff;
  border-top: .3rem solid #518967;
  padding: 2.5rem 3rem 4rem
}
.case-sozoku__item:not(:last-child) {
  margin-bottom: 1.6rem
}
.case-sozoku__item.is-arrow {
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}
.case-sozoku__item.is-arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: .7rem solid rgba(0, 0, 0, 0);
  border-right: .7rem solid #518967;
  border-bottom: .7rem solid #518967;
  border-left: .7rem solid rgba(0, 0, 0, 0);
  bottom: 1rem;
  right: 1rem
}
.case-sozoku__item-icon {
  margin-right: 2.5rem;
  min-width: 10.5rem
}
.case-sozoku__item-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem
}
.case-sozoku__item-headline-area span {
  color: #fff;
  background-color: #518967;
  font-size: 1.3rem;
  padding: .3rem .8rem;
  border-radius: .3rem
}
.case-sozoku__item-headline-area .is-label {
  position: relative
}
.case-sozoku__item-headline-area .is-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1.05rem solid rgba(0, 0, 0, 0);
  border-right: .2rem solid rgba(0, 0, 0, 0);
  border-left: .9rem solid #518967;
  border-bottom: 1.05rem solid rgba(0, 0, 0, 0);
  right: -1.1rem
}
.case-sozoku__item-headline-area .is-age {
  background-color: #ecf3ee;
  color: #555;
  display: inline-block;
  margin-left: -1rem;
  padding-left: 2rem;
  border: .1rem solid #518967;
  border-left: none
}
.case-sozoku__item-headline-title {
  font-weight: 500;
  font-size: 2.2rem;
  margin-top: 1rem
}
.case-sozoku__item-info dl {
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: .1rem solid #e2e8ec;
  font-size: 1.6rem
}
.case-sozoku__item-info dl:last-child {
  border-bottom: .1rem solid #e2e8ec
}
.case-sozoku__item-info dd, .case-sozoku__item-info dt {
  padding: 1rem 3rem
}
.case-sozoku__item-info dt {
  background-color: #ecf3ee;
  font-weight: bold;
  width: 30%
}
.labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.labels__item {
  border: .1rem solid #518967;
  border-left: .8rem solid #518967;
  background-image: url("../img/ui__labels__icn_pc.png");
  display: table;
  line-height: 1.6;
  border-left: .8rem solid #518967;
  width: 49%;
  height: 8rem;
  background-position: center right 1.5rem;
  margin-bottom: 1rem;
  -webkit-transition: all .22s linear;
  transition: all .22s linear
}
.labels__item:hover {
  background-color: #ebeff3
}
.labels__item a {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  padding: 0 5rem 0 1.5rem;
  font-size: 1.8rem
}
.shiten-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.shiten-list li {
  border: .2rem solid #518967;
  background-color: #eaf1f4;
  position: relative;
  width: 37.2rem;
  margin-bottom: 1.2rem
}
.shiten-list li .english {
  display: block;
  padding-top: 1rem;
  font-size: 1.4rem
}
.shiten-list li::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 2rem solid rgba(0, 0, 0, 0);
  border-bottom: 2rem solid #518967;
  border-right: 0;
  right: 1rem;
  bottom: 1rem
}
.shiten-list li a {
  color: #518967;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 9.2rem;
  padding-left: 3rem;
  font-size: 2.6rem
}
.shiten-map {
  background-color: #eee;
  padding: 1.5rem 1.5rem .8rem
}
.shiten-more {
  display: inline-block;
  background: #4c6495;
  background: -webkit-linear-gradient(315deg, #4c6495 0%, #4c6495 20%, #3c517c 20%, #3c517c 100%);
  background: linear-gradient(135deg, #4c6495 0%, #4c6495 20%, #3c517c 20%, #3c517c 100%);
  overflow: hidden
}
.shiten-more a {
  display: block;
  background-image: url("../img/ui__arrow.svg");
  color: #fff;
  font-weight: bold;
  padding: .5rem 3rem .5rem 2rem;
  background-position: center right 1rem;
  background-size: .7rem auto
}
#sitemap_list::before {
  content: none
}
#sitemap_list > li::before {
  content: none
}
#sitemap_list > li > ol > li::before, #sitemap_list > li > ul > li::before {
  content: none
}
.ctaHome {
  background: #518967;
  background: -webkit-gradient(linear, left top, left bottom, from(#518967), color-stop(50%, #518967), color-stop(50%, #679e7d), to(#679e7d));
  background: -webkit-linear-gradient(top, #518967 0%, #518967 50%, #679e7d 50%, #679e7d 100%);
  background: linear-gradient(to bottom, #518967 0%, #518967 50%, #679e7d 50%, #679e7d 100%);
  margin-bottom: 8rem;
  height: 46.4rem
}
.ctaHome__top {
  padding-top: 1rem
}
.ctaHome__copy {
  margin: 3.2rem auto -11.9rem
}
.ctaHome__cta {
  gap: 0 .6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 22.5rem 25rem 0 4.3rem;
  width: 112.6rem;
  height: 41.7rem;
  background-image: url("../img/ui__ctaHome__cta_bg_pc.png")
}
.ctaHome__tel {
  position: relative;
  background-image: url("../img/ui__ctaHome__tel_pc.png");
  margin-top: 0;
  width: 37.5rem;
  height: 10.5rem
}
.ctaHome__tel-phone {
  position: absolute;
  top: 3.1rem;
  left: 6.3rem;
  letter-spacing: .2rem;
  font-size: 4.6rem
}
.ctaHome__tel-time {
  position: absolute;
  white-space: nowrap;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  white-space: nowrap;
  font-size: 1.5rem
}
.ctaHome__tel-time small {
  margin-left: 1rem;
  color: #a9a9a9;
  font-size: .9em
}
.ctaMain {
  background-image: url("../img/ui__ctaMain__bg_pc.png");
  margin: 6rem 0;
  padding: 1rem 0;
  width: 76rem;
  height: 47.7rem
}
.ctaMain:last-child {
  margin-bottom: 0
}
.ctaMain__copy {
  margin: 3.1rem 0 13rem 2.5rem
}
.ctaMain__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 5rem
}
.ctaMain__tel {
  position: relative;
  background-image: url("../img/ui__ctaMain__tel_pc.png");
  margin-bottom: 1.5rem;
  width: 28.2rem;
  height: 10.6rem
}
.ctaMain__tel-phone {
  position: absolute;
  top: 4rem;
  left: 4rem;
  letter-spacing: .1rem;
  font-size: 3.6rem
}
.ctaMain__tel-time {
  position: absolute;
  right: 0;
  bottom: .3rem;
  left: 0;
  margin: auto;
  padding-left: 1rem;
  font-weight: bold;
  font-size: 1.2rem
}
.ctaMain__tel-time small {
  margin-left: 1rem;
  color: #a9a9a9;
  font-size: .9em
}
.info__time {
  line-height: 1.5rem
}
.info__time i {
  margin-right: .5rem
}
.info__time small {
  font-size: .8em;
  margin-left: .5rem
}
.ctaHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.ctaHeader__banner {
  margin-right: 1.5rem
}
.ctaHeader__address {
  margin-top: .4rem;
  margin-right: 2rem;
  padding: 1.2rem 2rem;
  background-color: #eaf8f1;
  color: #518967;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.5
}
.ctaHeader__address .station {
  display: block;
  color: #7b591a;
  font-weight: bold
}
.ctaHeader__address .station-large {
  margin-right: .6rem;
  font-size: 1.8rem
}
.ctaHeader__address .station-small {
  font-size: 1.4rem
}
.ctaHeader__tel {
  position: relative;
  margin-right: 1.5rem;
  width: 25.9rem;
  height: 6.5rem;
  background-image: url("../img/ui__ctaHeader__tel_pc.png")
}
.ctaHeader__tel-phone {
  top: 1.7rem;
  left: 5.3rem;
  letter-spacing: .1rem;
  font-size: 3rem
}
.ctaHeader__tel-time {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1rem
}
.ctaHeader__tel-time small {
  margin-left: 1rem;
  color: #a9a9a9;
  font-size: .9em
}
.ctaLaptop {
  position: fixed;
  right: 0;
  bottom: -9rem;
  left: 0;
  z-index: 9999;
  margin: auto;
  padding: 1rem 0;
  max-width: 1920px;
  background-color: #518967;
  -webkit-transition: .2s;
  transition: .2s
}
.ctaLaptop.in {
  bottom: 0 !important
}
.ctaLaptop__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.ctaLaptop__phone-time {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .3rem
}
.ctaLaptop__phone-time-text {
  color: #fff;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.6rem
}
.ctaLaptop__phone-time-text small {
  display: none
}
.ctaLaptop__phone-tel {
  padding-left: 3.5rem;
  background-image: url("../img/ui__ctaLaptop__phone-tel_bg_pc.png");
  background-position: left top 1rem;
  background-repeat: no-repeat;
  color: #ffe466;
  letter-spacing: .2rem;
  font-size: 4.1rem;
  font-family: "Oswald", sans-serif
}
.ctaLaptop__time {
  margin: 0 0 1.5rem;
  font-size: 1rem
}
.ctaLaptop__time__waku {
  margin-right: .4rem;
  padding: .2rem
}
.ctaSide {
  background-image: url("../img/ui__ctaSide__bg_pc.png");
  padding: 1rem;
  padding: 19rem 0 0;
  height: 35rem
}
.ctaSide__tel {
  position: relative;
  background-image: url("../img/ui__ctaSide__tel_pc.png");
  margin: 0 auto 1.2rem;
  width: 16.9rem;
  height: 7.5rem
}
.ctaSide__tel-phone {
  position: absolute;
  top: 1.9rem;
  left: 3.3rem;
  font-size: 2.55rem
}
.ctaSide__tel-time {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: .5rem;
  left: 0;
  font-weight: bold;
  font-size: 1rem
}
.ctaSide__tel-time small {
  color: #9a9a9a;
  font-size: .9em;
  display: block;
  margin-top: .5rem
}
.ctaSide__address {
  padding: .6rem 0;
  height: 6.2rem;
  font-size: 1.4rem;
  line-height: 1.6
}
.ctaSide__mail {
  margin: auto
}
.ctaSide__access {
  margin: auto
}
.onayami-sozoku__title {
  margin: -3rem auto 3rem
}
.onayami-sozoku__inner {
  background: -webkit-linear-gradient(135deg, #eee6dc 25%, #e9dfd2 25%, #e9dfd2 50%, #eee6dc 50%, #eee6dc 75%, #e9dfd2 75%, #e9dfd2);
  background: linear-gradient(-45deg, #eee6dc 25%, #e9dfd2 25%, #e9dfd2 50%, #eee6dc 50%, #eee6dc 75%, #e9dfd2 75%, #e9dfd2);
  background-color: #eee6dc;
  background-size: .6rem .6rem
}
.onayami-sozoku__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3rem 3rem 0
}
.onayami-sozoku__top-item {
  position: relative
}
.onayami-sozoku__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem 3rem 3rem
}
.onayami-sozoku__bottom-item {
  margin-bottom: 1rem
}
.team-sozoku__banner {
  overflow: hidden;
  background-image: url("../img/ui__team-sozoku__banner_bg_pc.jpg");
  background-size: 100% auto;
  margin-bottom: 4rem;
  border-radius: .5rem
}
.team-sozoku__title {
  margin: 3rem auto 0
}
.team-sozoku__text {
  position: relative;
  z-index: 2;
  border-radius: .5rem;
  background-color: #fff;
  margin: 0 2rem 2rem;
  padding: 1.5rem
}
.renraku-sozoku {
  background-color: #554d47;
  background-image: url("../img/ui__renraku-sozoku__bg_pc.jpg");
  padding: 2rem;
  border-radius: 1rem
}
.renraku-sozoku__title {
  margin: 1rem auto 3rem
}
.renraku-sozoku__box {
  background-color: #fff;
  border-radius: 1rem
}
.renraku-sozoku__box ul {
  padding: 3rem
}
.renraku-sozoku__box ul li {
  background-image: url("../img/ui__renraku-sozoku__arrow_pc.png");
  line-height: 1.4;
  padding: 1.3rem 0 1.3rem 4.9rem;
  background-position: top 1.5rem left 1.5rem
}
.renraku-sozoku__box ul li:nth-child(2n+1) {
  background-color: #f1f4f5
}
.tsuyomi-sozoku__title {
  margin-bottom: 1rem
}
.tsuyomi-sozoku__list-item {
  background: -webkit-linear-gradient(135deg, #eee6dc 25%, #e9dfd2 25%, #e9dfd2 50%, #eee6dc 50%, #eee6dc 75%, #e9dfd2 75%, #e9dfd2);
  background: linear-gradient(-45deg, #eee6dc 25%, #e9dfd2 25%, #e9dfd2 50%, #eee6dc 50%, #eee6dc 75%, #e9dfd2 75%, #e9dfd2);
  background-color: #eee6dc;
  background-size: .6rem .6rem;
  position: relative;
  overflow: hidden;
  padding: 0 2rem 2rem;
  border-top: .4rem solid #679e7d
}
.tsuyomi-sozoku__list-item::before {
  position: absolute;
  display: block;
  border-radius: 100%;
  background-color: #679e7d;
  content: "";
  top: -6.6rem;
  left: -5.2rem;
  width: 15.6rem;
  height: 15.6rem
}
.tsuyomi-sozoku__list-head {
  position: relative;
  line-height: 1.4;
  margin-bottom: 2rem;
  padding: 3rem 0 1.5rem 10.4rem;
  font-size: 3.2rem
}
.tsuyomi-sozoku__list-head .icn {
  top: 0;
  left: -2rem
}
.tsuyomi-sozoku__list-box {
  overflow: hidden;
  border-radius: .5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 .3rem rgba(0, 0, 0, .3);
  box-shadow: 0 0 .3rem rgba(0, 0, 0, .3);
  padding: 4rem
}
.tsuyomi-sozoku__list-pic {
  float: right
}
.tsuyomi-sozoku__list-body {
  float: left;
  width: 33.8rem;
  text-align: justify
}
.sodan-sozoku__box {
  background-color: #e1ece5;
  padding: 2rem
}
.sodan-sozoku__text {
  background-color: #fff;
  padding: 2rem 3rem;
  border-radius: 1rem
}
.fee-sozoku__desc {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 3rem;
  font-size: 3rem
}
.fee-sozoku__table {
  margin-bottom: 4rem
}
.fee-sozoku__table table {
  width: 100%;
  line-height: 1.8
}
.fee-sozoku__table tr:not(:first-child) th {
  border-top: 1px solid #fff !important
}
.fee-sozoku__table td, .fee-sozoku__table th {
  padding: 2rem 0 2rem 3rem
}
.fee-sozoku__table th {
  background-color: #e1ece5;
  vertical-align: top;
  font-weight: bold;
  width: 25rem
}
.fee-sozoku__table th small {
  font-weight: normal;
  font-size: .8em
}
.fee-sozoku__table td {
  border: 1px solid #d5d1c6
}
.fee-sozoku__table td small {
  margin-top: 1rem;
  font-size: 1.2rem
}
.fee-sozoku__table tfoot td, .fee-sozoku__table tfoot th {
  padding: .8rem 0;
  background-color: rgba(0, 0, 0, 0);
  text-align: right;
  font-size: .7em
}
.fee-sozoku__table tfoot tr {
  border-bottom: none
}
.fee-sozoku__table .green1 {
  color: #52b403;
  font-weight: bold
}
.fee-sozoku__table .green2 {
  color: #008125;
  font-weight: bold
}
.fee-sozoku__table .big {
  font-size: 1.5em
}
.fee-sozoku__table .tfoot {
  font-size: .7em
}
.fee-sozoku .tyushaku {
  margin-top: 1rem;
  font-size: 1.2rem
}
.renkei-sozoku__block {
  margin-bottom: 3rem
}
.merit-sozoku__list {
  padding: 3rem;
  border: .4rem solid #518967
}
.merit-sozoku__list-item:not(:last-child) {
  border-bottom: .1rem solid #d5d1c6;
  margin-bottom: 3rem;
  padding-bottom: 3rem
}
.merit-sozoku__list-head {
  line-height: 1.4;
  margin-bottom: 2rem;
  padding: 1rem 0 1rem 6rem;
  font-size: 2.4rem
}
.merit-sozoku__list-head .icn {
  top: 0;
  left: 0
}
.flow-sozoku__list-item {
  background: -webkit-linear-gradient(135deg, #eee6dc 25%, #e9dfd2 25%, #e9dfd2 50%, #eee6dc 50%, #eee6dc 75%, #e9dfd2 75%, #e9dfd2);
  background: linear-gradient(-45deg, #eee6dc 25%, #e9dfd2 25%, #e9dfd2 50%, #eee6dc 50%, #eee6dc 75%, #e9dfd2 75%, #e9dfd2);
  background-color: #eee6dc;
  background-size: .6rem .6rem;
  position: relative;
  margin-bottom: 1rem;
  padding: 3rem
}
.flow-sozoku__list-item::after {
  display: block;
  clear: both;
  content: ""
}
.flow-sozoku__list-item:not(:last-child) {
  margin-bottom: 1rem
}
.flow-sozoku__list-item:not(:last-child)::before {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  display: block;
  margin: auto;
  background-image: url("../img/ui__flow-sozoku__arrow_pc.png");
  background-size: 100% auto;
  content: "";
  bottom: -1rem;
  width: 4rem;
  height: 2rem
}
.flow-sozoku__list-head {
  border-bottom: .2rem solid #bfd4ba;
  float: left;
  margin-bottom: 2rem;
  padding: 1.5rem 0 3rem 7rem;
  width: 46rem;
  font-size: 2.4rem
}
.flow-sozoku__list-head .icn {
  top: 0;
  left: 0
}
.flow-sozoku__list-pic {
  float: right
}
.flow-sozoku__list-body {
  float: left;
  margin-left: 1.5rem;
  width: 43rem
}
.toraburu-sozoku__header {
  padding: 1rem 0;
  background-image: url("../img/ui__toraburu-sozoku__bg_pc.jpg");
  margin-bottom: 4rem;
  background-size: cover
}
.toraburu-sozoku__header-title {
  margin: -3.5rem 0 0 .5rem
}
.toraburu-sozoku__header-text {
  position: relative;
  background-color: #fff;
  margin: 0 2rem 1rem;
  padding: 3rem
}
.toraburu-sozoku__title {
  margin-bottom: 3rem
}
.yokuaru-sozoku__btn {
  background-color: #e4d8c9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  padding: 2rem 2rem 1rem
}
.yokuaru-sozoku__btn-item {
  margin-bottom: .5rem;
  width: 35.2rem;
  height: 10rem
}
.yokuaru-sozoku__btn-item.n1 {
  background-image: url("../img/ui__yokuaru-sozoku__btn-item1_pc.png")
}
.yokuaru-sozoku__btn-item.n2 {
  background-image: url("../img/ui__yokuaru-sozoku__btn-item2_pc.png")
}
.yokuaru-sozoku__btn-item.n3 {
  background-image: url("../img/ui__yokuaru-sozoku__btn-item3_pc.png")
}
.yokuaru-sozoku__btn-item.n4 {
  background-image: url("../img/ui__yokuaru-sozoku__btn-item4_pc.png")
}
.yokuaru-sozoku__btn-item.n5 {
  background-image: url("../img/ui__yokuaru-sozoku__btn-item5_pc.png")
}
.yokuaru-sozoku__btn-item.n6 {
  background-image: url("../img/ui__yokuaru-sozoku__btn-item6_pc.png")
}
.yokuaru-sozoku__btn-item.n7 {
  background-image: url("../img/ui__yokuaru-sozoku__btn-item7_pc.png")
}
.yokuaru-sozoku__btn-item.n8 {
  background-image: url("../img/ui__yokuaru-sozoku__btn-item8_pc.png")
}
.yokuaru-sozoku__btn-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
  padding: 0 5rem 0 10rem;
  height: 10rem
}
.yokuaru-sozoku__list-item {
  margin-bottom: 4rem
}
.yokuaru-sozoku__head {
  overflow: hidden;
  border: .1rem solid #518967;
  background-color: #e1ece5;
  margin: 0 0 3rem;
  padding: 1.8rem 1.5rem 1.8rem 9rem;
  font-size: 2.4rem
}
.yokuaru-sozoku__head br {
  display: none
}
.yokuaru-sozoku__head .icn {
  top: 0;
  bottom: 0;
  margin: auto;
  left: -2rem
}
.yokuaru-sozoku__fuki {
  position: relative;
  border: .1rem solid #e8ebed;
  border-radius: .5rem;
  background-color: #fff;
  background-image: url("../img/ui__yokuaru-sozoku__fuki_pc.jpg");
  -webkit-box-shadow: 0 .2rem .3rem rgba(0, 0, 0, .1);
  box-shadow: 0 .2rem .3rem rgba(0, 0, 0, .1);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 3rem;
  padding: 3rem 16rem 3rem 3rem;
  background-position: center right -4rem;
  font-size: 2.2rem
}
.yokuaru-sozoku__fuki .icn {
  bottom: 0;
  right: 0
}
.faq-sozoku__item {
  border: .1rem solid #d2dbe1;
  border-radius: .5rem;
  margin: 0 0 1.5rem;
  padding: 1rem
}
.faq-sozoku__question {
  position: relative;
  border-bottom: .1rem solid #dedfdf;
  line-height: 1.4;
  padding: 2.5rem 2rem 2.5rem 8rem;
  font-size: 2rem
}
.faq-sozoku__question .icn {
  top: 1.1rem;
  left: 1.2rem
}
.faq-sozoku__answer {
  padding: 2rem 2rem 2rem 8rem
}
.faq-sozoku__answer .icn {
  top: 1.1rem;
  left: 1.2rem
}
.menu-sozoku__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.menu-sozoku__list-item {
  border-radius: .5rem;
  margin-bottom: 2rem;
  width: 24rem;
  border: .2rem solid #518967
}
.menu-sozoku__list-head {
  background-color: #518967;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  margin: -1.5rem auto 0;
  padding: .4rem 0;
  width: 20rem;
  border-radius: 5rem
}
.menu-sozoku__list-body {
  line-height: 1.4;
  padding: 1rem 1.5rem;
  font-size: 1.2rem
}
.menu-sozoku__list-body li:not(:last-child) {
  border-bottom: .1rem solid #d5d1c6
}
.menu-sozoku__list-body li a {
  display: block;
  background-image: url("../img/ui__arrow_pc.png");
  padding: 1rem 2.8rem 1rem 0;
  background-position: center right .8rem
}
.menu-sozoku__item {
  background-color: #e4d8c9;
  margin-bottom: 1.5rem;
  width: 24rem
}
.office-sozoku__pic {
  margin-bottom: 1.5rem
}
.office-sozoku__map {
  margin-bottom: 1.5rem
}
.office-sozoku__table dl {
  display: table;
  width: 100%;
  border-bottom: .1rem solid #e0e0e0;
  font-size: .92em;
  line-height: 1.5
}
.office-sozoku__table dl:first-child {
  border-top: .1rem solid #e0e0e0
}
.office-sozoku__table dt {
  display: table-cell;
  background-color: #e1ece5;
  font-weight: bold;
  padding: 1.5rem;
  width: 28%
}
.office-sozoku__table dd {
  display: table-cell;
  padding: 1rem;
  background-color: #fff;
  padding: 1.5rem
}
.fvReasonJiko {
  padding: 2.7rem 0 4rem
}
.fvReasonJiko__copy {
  margin-bottom: 2rem
}
.fvTroubleJiko {
  padding: 3rem 0
}
.fvTroubleJiko__inner {
  padding: 1rem 0 3.6rem
}
.fvTroubleJiko__copy {
  text-align: center;
  margin-bottom: 3rem;
  position: relative
}
.fvTroubleJiko__list {
  margin: 0 0 3rem;
  padding: 3rem 0
}
.fvTroubleJiko__list-item {
  position: relative
}
.fvTroubleJiko__list-item:not(:nth-child(3n))::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: .1rem;
  height: 100%;
  background-color: #e2e2e2
}