/* Scss Document */
.page_ttl {
  background: url(../images/bg_page_ttl.jpg) top center no-repeat;
}

.page_ttl h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lttl {
  margin-bottom: 50px;
  color: #333;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.mttl {
  margin-bottom: 25px;
  color: #333;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.catch {
  margin-bottom: 50px;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.text_green {
  color: #548235;
}

.text_red {
  color: #D80000;
}

.text_center {
  text-align: center;
}

.gg-index h2 {
  margin: 1.5em 0 0;
  line-height: 1.6;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.gg-index h2 span {
  display: block;
}

.gg-index h2 span.en {
  font-size: 3rem;
}

.gg-items {
  margin-bottom: 3em;
  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;
}

.gg-items li {
  margin-top: 4%;
  width: 48%;
}

.gg-items li img {
  width: 100%;
  height: auto;
}

.gg-items li a {
  position: relative;
  display: block;
  text-decoration: none;
}

.gg-items li a .name {
  padding-bottom: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
  font-weight: bold;
  font-size: 8.5rem;
  line-height: 1.3;
  letter-spacing: 0;
  width: 80%;
}

.gg-items li a .name span {
  display: block;
  font-size: 3.2rem;
}

.gg-items li a img {
  position: relative;
  z-index: 0;
}

.gg-items li a .name-cap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 1em);
  padding: 0.25em 0.5em;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
}

.gg-items.garage {
  margin-bottom: 0;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-vacancy {
  text-align: center;
}

.btn-vacancy a {
  padding: 0.5em 3em 0.5em 2em;
  display: inline-block;
  background: #FEE600 url(../images/arrow_more_k.png) no-repeat right 1em center;
  color: #000;
  font-size: 3rem;
  font-weight: bold;
  text-decoration: none;
}

#fuan .fuan_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#fuan .fuan_list_item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 285px;
  margin: 0 15px;
  padding: 50px 0;
  border: #548235 5px solid;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}

#nayami .nayami_logo {
  padding-top: 90px;
  background: url("../images/nayami_arrow.png") top center no-repeat;
  text-align: center;
}

#about .about_text01 {
  margin-bottom: 60px;
}

#about .about_image_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

#about_item {
  width: 550px;
}

#about .about_text02 {
  margin-bottom: 25px;
  color: #333;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

#about .about_text02 .sign {
  display: block;
  margin-right: 80px;
  font-size: 1.8rem;
  text-align: right;
}

#who .num_list,
#tokucho .num_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#who .num_list_item,
#tokucho .num_list_item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 555px;
  margin: 0 0 25px 25px;
  padding: 30px 30px 30px 70px;
  background: #E2F0D9;
}

#who .num_list_item:nth-child(2n+1),
#tokucho .num_list_item:nth-child(2n+1) {
  margin-left: 0;
}

#who .num_list_item .num,
#tokucho .num_list_item .num {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #548235;
  font-size: 5rem;
  line-height: 1;
}

#who .num_list_ttl,
#tokucho .num_list_ttl {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

#who .num_list .num_list_text,
#tokucho .num_list .num_list_text {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

#katsuyou .katsuyou_list_item {
  padding: 50px 40px;
}

#katsuyou .katsuyou_list_item.private {
  margin-bottom: 90px;
  background: url("../images/katsuyou_private_bg.jpg") top left no-repeat;
  background-size: cover;
  color: #FFF;
}

#katsuyou .katsuyou_list_item.works {
  background: url("../images/katsuyou_works_bg.png") top left no-repeat;
  background-size: cover;
  color: #333;
}

#katsuyou .katsuyou_list .katsuyou_ttl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}

#katsuyou .katsuyou_list .katsuyou_ttl .for {
  font-family: "Times New Roman", Times, "serif";
  font-size: 6rem;
  font-weight: normal;
  font-style: italic;
}

#katsuyou .katsuyou_list .katsuyou_ttl .for .small {
  font-size: 4rem;
}

#katsuyou .katsuyou_list .katsuyou_ttl .katsuyou_ttl_text {
  width: 760px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

#katsuyou .katsuyou_list .katsuyou_ttl .katsuyou_ttl_text .small {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}

#katsuyou .katsuyou_list .katsuyou_catch {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

#katsuyou .image_list_item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

#katsuyou .image_list_num {
  position: absolute;
  top: 60px;
}

#katsuyou .image_list_img {
  width: 665px;
}

#katsuyou .image_list_text {
  width: 330px;
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

#katsuyou .image_list_item:nth-child(1) .image_list_num {
  right: 340px;
}

#katsuyou .image_list_item:nth-child(2) .image_list_num {
  left: 340px;
}

#katsuyou .image_list_item:nth-child(2) .image_list_img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#katsuyou .image_list_item:nth-child(2) .image_list_text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#spec .spec_text01 {
  margin-bottom: 50px;
}

#spec .spec_img01 {
  margin-bottom: 50px;
}

#spec .spec_plan {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 950px;
  margin: 0 auto;
}

#spec .spec_plan .plan_detail ul {
  padding: 20px 30px;
  background: #E2F0D9;
  font-size: 1.5rem;
  line-height: 1.2;
}

#spec .spec_plan .plan_detail li {
  margin-bottom: 0.5em;
}

#spec .spec_plan .plan_detail li:last-child {
  margin-bottom: 0;
}

#soubi .soubi_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  border: #538134 5px solid;
}

#soubi .soubi_list_item {
  position: relative;
  width: 310px;
  padding: 20px 30px;
}

#soubi .soubi_list_item:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 30px;
  width: 310px;
  height: 1px;
  background: #538134;
}

#soubi .soubi_list_item:before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  width: 1px;
  height: 112px;
  background: #538134;
}

#soubi .soubi_list_item:nth-child(3n+1):before {
  content: none;
}

#soubi .soubi_list_item:nth-last-child(-n+3):after {
  content: none;
}

#soubi .soubi_list_ttl {
  margin-bottom: 10px;
  color: #538134;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#soubi .soubi_list_text {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

#guide .guide_lttl {
  height: 54px;
  margin: 10px 0 50px;
  background: #538134;
  color: #FFF;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 54px;
}

#guide .guide_lttl .marutoku {
  position: relative;
  display: inline-block;
  width: 69px;
  margin: 0 10px;
}

#guide .guide_lttl .marutoku:after {
  position: absolute;
  top: -45px;
  left: 0;
  content: "";
  width: 69px;
  height: 69px;
  background: url("../images/guide_ttl_img.png") top center no-repeat;
}

#guide .mttl {
  font-size: 3rem;
  letter-spacing: 0;
}

#guide .guide_text01 {
  margin-bottom: 60px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

#guide .sttl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 760px;
  margin: 0 auto 50px;
  padding-bottom: 0.25em;
  border-bottom: #666 3px solid;
  color: #538134;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
}

#guide .sttl .souzoku {
  display: inline-block;
  width: 160px;
  margin-left: 20px;
  background: #538134;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 32px;
  text-align: center;
}

#guide .sttl img {
  display: inline-block;
  margin-right: 10px;
}

#guide .guide_img01 {
  margin-bottom: 80px;
  text-align: center;
}

#guide .taisaku_wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

#guide .taisaku_wrap .taosaku_text {
  width: 475px;
}

#guide .taisaku_wrap .taosaku_text .ssttl {
  padding: 5px 15px;
  background: #E2F0D9;
  color: #538134;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#guide .taisaku_wrap .taosaku_text .taisaku_table {
  width: 100%;
}

#guide .taisaku_wrap .taosaku_text .taisaku_table tr {
  border-bottom: #333 1px dotted;
}

#guide .taisaku_wrap .taosaku_text .taisaku_table th,
#guide .taisaku_wrap .taosaku_text .taisaku_table td {
  padding: 5px 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
}

#guide .taisaku_wrap .taosaku_text .taisaku_table td {
  text-align: right;
}

#guide .taisaku_wrap .taosaku_text .taisaku_note {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: right;
}

#guide .taisaku_wrap .taisaku_img {
  width: 625px;
}

#guide .calc_wrap .tochi,
#guide .calc_wrap .tatemono,
#guide .calc_wrap .total {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 950px;
  margin: 0 auto 80px;
  padding: 80px 40px 20px;
  background: #E2F0D9;
}

#guide .calc_wrap .tochi .calc_ttl,
#guide .calc_wrap .tatemono .calc_ttl,
#guide .calc_wrap .total .calc_ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 285px;
  background: #548235;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 5rem;
}

#guide .calc_wrap .tochi .formula01,
#guide .calc_wrap .tatemono .formula01,
#guide .calc_wrap .total .formula01 {
  width: 585px;
  border-bottom: #000 2px dashed;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
}

#guide .calc_wrap .tochi .formula02,
#guide .calc_wrap .tatemono .formula02,
#guide .calc_wrap .total .formula02 {
  color: #548235;
  font-size: 2.6rem;
  font-weight: bold;
}

#guide .calc_wrap .tochi .formula02 .ans,
#guide .calc_wrap .tatemono .formula02 .ans,
#guide .calc_wrap .total .formula02 .ans {
  font-size: 3.75rem;
}

#guide .calc_wrap .tochi .calc_img,
#guide .calc_wrap .tatemono .calc_img,
#guide .calc_wrap .total .calc_img {
  position: absolute;
  top: -12px;
  right: -65px;
}

#guide .calc_wrap .tochi:after {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  width: 40px;
  height: 40px;
  background: url("../images/calc_plus.png") top center no-repeat;
}

#guide .calc_wrap .tatemono:after {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  width: 17px;
  height: 40px;
  background: url("../images/calc_equal.png") top center no-repeat;
}

#guide .calc_wrap .total {
  background: #FFEFBF;
}

#guide .calc_wrap .total .calc_ttl {
  width: 100%;
  background: #FF8000;
}

#guide .calc_wrap .total .formula01 {
  width: 656px;
  margin: 0 auto;
  text-align: center;
}

#guide .calc_wrap .total .formula02 {
  color: #D80000;
  text-align: center;
}

#guide .hikaku_wrap {
  width: 950px;
  margin: 0 auto;
}

#guide .hikaku_wrap .hikaku_text01 {
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}

#guide .hikaku_wrap .hikaku01 .hikaku_ttl,
#guide .hikaku_wrap .hikaku02 .hikaku_ttl {
  font-size: 2.2rem;
  font-weight: bold;
}

#guide .hikaku_wrap .hikaku01 dl,
#guide .hikaku_wrap .hikaku02 dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 5rem;
}

#guide .hikaku_wrap .hikaku01 dl dt,
#guide .hikaku_wrap .hikaku02 dl dt {
  width: 285px;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

#guide .hikaku_wrap .hikaku01 dl dd,
#guide .hikaku_wrap .hikaku02 dl dd {
  width: 655px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

#guide .hikaku_wrap .hikaku01 {
  position: relative;
  margin-bottom: 60px;
}

#guide .hikaku_wrap .hikaku01:after {
  position: absolute;
  bottom: -60px;
  right: 300px;
  content: "";
  width: 63px;
  height: 35px;
  background: url("../images/hikaku_arrow.png") top center no-repeat;
}

#guide .hikaku_wrap .hikaku01 .hikaku_ttl {
  color: #333;
}

#guide .hikaku_wrap .hikaku01 dl dt {
  background: #666;
}

#guide .hikaku_wrap .hikaku01 dl dd {
  background: #EEE;
  color: #333;
}

#guide .hikaku_wrap .hikaku02 .hikaku_ttl {
  color: #538134;
}

#guide .hikaku_wrap .hikaku02 dl {
  line-height: 6.8rem;
}

#guide .hikaku_wrap .hikaku02 dl dt {
  background: #538134;
}

#guide .hikaku_wrap .hikaku02 dl dd {
  background: #E2F0D9;
  color: #538134;
}

#guide .hikaku_wrap .hikaku02 dl:last-child {
  margin-top: 20px;
}

#guide .hikaku_wrap .hikaku02 dl:last-child dt {
  background: #FF8000;
}

#guide .hikaku_wrap .hikaku02 dl:last-child dd {
  padding: 0.75em 0;
  background: #FFEFBF;
  color: #D80000;
}

#guide .hikaku_wrap .hikaku02 dl:last-child dd .total {
  font-size: 3.6rem;
}

#guide .hikaku_wrap .hikaku_note {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: right;
}

#check .inner {
  position: relative;
  padding-top: 30px;
}

#check .check_lttl {
  position: absolute;
  top: 0;
  left: 60px;
  padding: 0 20px;
  background: #FFF;
  color: #548235;
  font-size: 3.6rem;
  font-weight: bold;
  font-style: italic;
}

#check .check_list {
  padding: 40px 95px;
  border: #548235 5px solid;
}

#check .check_list_item {
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}

#check .check_list_item:last-child {
  margin-bottom: 0;
}

.contact {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 85px;
  border-top: #538134 2px solid;
  border-bottom: #538134 2px solid;
}

.contact p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.contact ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact li {
  width: auto;
  margin-bottom: 0;
}

.contact .free {
  position: relative;
  margin-right: 2.5em;
  padding: 0 0 0 1.5em;
  color: #538134;
  font-size: 2.8rem;
  letter-spacing: 0.051em;
}

.contact .free:before {
  position: absolute;
  content: url(../images/ico_free.png);
  top: 0;
  left: 0;
}

.contact .mail a {
  position: relative;
  display: inline-block;
  padding: 0.3em 2em 0.3em 5em;
  background: #538134;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-indent: -0.15em;
}

.contact .mail a:before {
  position: absolute;
  top: 8px;
  left: 1em;
  content: url(../images/ico_mail.png);
}

.contact .mail a:hover {
  opacity: 0.5;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

#reserve {
  font-size: 1.8rem;
  text-align: center;
}

#reserve .inner {
  min-width: 950px;
}

#reserve a {
  display: block;
}

#reserve a:hover img {
  opacity: 1;
}

#reserve a:hover figure {
  opacity: 0.5;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

#reserve figure {
  position: relative;
}

#reserve figure img {
  z-index: 0;
}

#reserve figure figcaption {
  border: solid 1px #fff;
  padding: 0.5em;
  position: absolute;
  bottom: 2em;
  z-index: 1;
  background: #538134;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  width: 30%;
  left: 35%;
}

#reserve h3 {
  margin: 10px 0 50px;
  padding: 0.25em;
  background: #538134;
  color: #FFF;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

#reserve p {
  margin: 2em auto;
}

#reserve strong {
  color: #c00;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .page_ttl {
    background: url(../images/bg_page_ttl.jpg) top center no-repeat;
    background-size: cover;
  }

  .page_ttl h2 {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .lttl {
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .mttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .catch {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .gg-items.video-items {
    display: block;

  }

  .gg-items.video-items li {
    width: 100%;
  }

  .gg-items li a .name {
    font-size: 7vw;
  }

  .gg-items li a .name span {
    font-size: 3vw;
  }

  .gg-items li a .name-cap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 1em);
    padding: 0.25em 0.5em;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3rem;
  }

  .btn-vacancy a {
    font-size: 2rem;
  }

  #fuan .fuan_list {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  #fuan .fuan_list_item {
    width: 100%;
    margin: 0 0 15px;
    padding: 15px 0;
    font-size: 2rem;
  }

  #nayami .nayami_logo {
    width: 80vw;
    margin: 0 auto;
    padding-top: 90px;
    background-size: 30vw;
  }

  #about .about_text01 {
    margin-bottom: 20px;
    text-align: left;
  }

  #about .about_image_list {
    margin-bottom: 20px;
  }

  #about_item {
    width: 48%;
  }

  #about .about_text02 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    text-align: left;
  }

  #about .about_text02 .sign {
    margin-right: 0;
    font-size: 1.6rem;
  }

  #who .num_list,
  #tokucho .num_list {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  #who .num_list_item,
  #tokucho .num_list_item {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px 20px 20px 50px;
  }

  #who .num_list_item:last-child,
  #tokucho .num_list_item:last-child {
    margin-bottom: 0;
  }

  #who .num_list_item .num,
  #tokucho .num_list_item .num {
    top: 20px;
    left: 20px;
    font-size: 4rem;
  }

  #who .num_list_ttl,
  #tokucho .num_list_ttl {
    font-size: 1.8rem;
  }

  #who .num_list .num_list_text,
  #tokucho .num_list .num_list_text {
    font-size: 1.6rem;
  }

  #katsuyou .katsuyou_list_item {
    padding: 20px;
  }

  #katsuyou .katsuyou_list_item.private {
    margin-bottom: 40px;
  }

  #katsuyou .katsuyou_list .katsuyou_ttl {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 20px;
  }

  #katsuyou .katsuyou_list .katsuyou_ttl .for {
    font-size: 5rem;
    text-align: center;
    line-height: 1.4;
  }

  #katsuyou .katsuyou_list .katsuyou_ttl .for .small {
    font-size: 3rem;
  }

  #katsuyou .katsuyou_list .katsuyou_ttl .katsuyou_ttl_text {
    width: 100%;
    font-size: 2rem;
    text-align: center;
  }

  #katsuyou .katsuyou_list .katsuyou_ttl .katsuyou_ttl_text .small {
    margin-bottom: 1em;
    font-size: 1.8rem;
  }

  #katsuyou .katsuyou_list .katsuyou_catch {
    margin-bottom: 20px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }

  #katsuyou .image_list_item {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  #katsuyou .image_list_num {
    position: absolute;
    top: 51vw;
    width: 50px;
    height: 50px;
  }

  #katsuyou .image_list_num img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  #katsuyou .image_list_img {
    width: 100%;
    margin-bottom: 40px;
  }

  #katsuyou .image_list_text {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0;
  }

  #katsuyou .image_list_item:nth-child(1) .image_list_num {
    right: 30px;
  }

  #katsuyou .image_list_item:nth-child(2) .image_list_num {
    left: 30px;
  }

  #katsuyou .image_list_item:nth-child(2) .image_list_img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #katsuyou .image_list_item:nth-child(2) .image_list_text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #spec .spec_text01 {
    margin-bottom: 20px;
    text-align: left;
  }

  #spec .spec_img01 {
    margin-bottom: 20px;
  }

  #spec .spec_plan {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
  }

  #soubi .soubi_list {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 20px;
  }

  #soubi .soubi_list_item {
    width: 100%;
    padding: 20px 0;
    border-bottom: #538134 1px solid;
  }

  #soubi .soubi_list_item:last-child {
    border-bottom: none;
  }

  #soubi .soubi_list_item:after {
    content: none;
  }

  #soubi .soubi_list_item:before {
    content: none;
  }

  #soubi .soubi_list_ttl {
    font-size: 1.8rem;
  }

  #soubi .soubi_list_text {
    line-height: 1.4;
    letter-spacing: 0;
  }

  #guide .guide_lttl {
    height: auto;
    margin: 10px 0 20px;
    padding: 0.5em;
    font-size: 2rem;
    line-height: 1.8;
  }

  #guide .guide_lttl .marutoku {
    width: 40px;
    margin: 0 5px;
  }

  #guide .guide_lttl .marutoku:after {
    top: -27px;
    width: 40px;
    height: 40px;
    background-size: contain;
  }

  #guide .mttl {
    font-size: 2rem;
  }

  #guide .guide_text01 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    text-align: left;
    letter-spacing: 0;
  }

  #guide .sttl {
    display: block;
    width: 100%;
    font-size: 2rem;
    text-align: center;
  }

  #guide .sttl .souzoku {
    width: auto;
    margin-left: 10px;
    padding: 0.3em 0.5em;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  #guide .sttl img {
    width: 50vw;
    margin-right: 10px;
  }

  #guide .guide_img01 {
    margin-bottom: 80px;
    text-align: center;
  }

  #guide .taisaku_wrap {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 20px;
  }

  #guide .taisaku_wrap .taosaku_text {
    width: 100%;
    margin-bottom: 20px;
  }

  #guide .taisaku_wrap .taosaku_text .ssttl {
    padding: 5px 10px;
    font-size: 1.6rem;
  }

  #guide .taisaku_wrap .taosaku_text .taisaku_table th,
  #guide .taisaku_wrap .taosaku_text .taisaku_table td {
    padding: 0.3em 0;
    font-size: 1.6rem;
  }

  #guide .taisaku_wrap .taosaku_text .taisaku_note {
    font-size: 1rem;
    letter-spacing: 0;
  }

  #guide .taisaku_wrap .taisaku_img {
    width: 100%;
    margin-bottom: 20px;
  }

  #guide .calc_wrap .tochi,
  #guide .calc_wrap .tatemono,
  #guide .calc_wrap .total {
    width: 100%;
    margin: 0 auto 60px;
    padding: 50vw 20px 20px;
  }

  #guide .calc_wrap .tochi .calc_ttl,
  #guide .calc_wrap .tatemono .calc_ttl,
  #guide .calc_wrap .total .calc_ttl {
    width: 100%;
    font-size: 2rem;
    line-height: 4rem;
  }

  #guide .calc_wrap .tochi .formula01,
  #guide .calc_wrap .tatemono .formula01,
  #guide .calc_wrap .total .formula01 {
    width: 100%;
    font-size: 1.6rem;
  }

  #guide .calc_wrap .tochi .formula02,
  #guide .calc_wrap .tatemono .formula02,
  #guide .calc_wrap .total .formula02 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  #guide .calc_wrap .tochi .formula02 .ans,
  #guide .calc_wrap .tatemono .formula02 .ans,
  #guide .calc_wrap .total .formula02 .ans {
    font-size: 2rem;
  }

  #guide .calc_wrap .tochi .calc_img,
  #guide .calc_wrap .tatemono .calc_img,
  #guide .calc_wrap .total .calc_img {
    position: absolute;
    top: 12vw;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    width: 70vw;
  }

  #guide .calc_wrap .tochi:after {
    bottom: -45px;
    width: 30px;
    height: 30px;
    background-size: contain;
  }

  #guide .calc_wrap .tatemono:after {
    bottom: -45px;
    width: 13px;
    height: 40px;
    background-size: contain;
  }

  #guide .calc_wrap .total {
    padding-top: 12vw;
  }

  #guide .calc_wrap .total .formula01 {
    width: 100%;
  }

  #guide .hikaku_wrap {
    width: 100%;
  }

  #guide .hikaku_wrap .hikaku_text01 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    text-align: left;
  }

  #guide .hikaku_wrap .hikaku01 .hikaku_ttl,
  #guide .hikaku_wrap .hikaku02 .hikaku_ttl {
    font-size: 2rem;
  }

  #guide .hikaku_wrap .hikaku01 dl,
  #guide .hikaku_wrap .hikaku02 dl {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    line-height: 5rem;
  }

  #guide .hikaku_wrap .hikaku01 dl dt,
  #guide .hikaku_wrap .hikaku02 dl dt {
    width: 100%;
    font-size: 1.6rem;
  }

  #guide .hikaku_wrap .hikaku01 dl dd,
  #guide .hikaku_wrap .hikaku02 dl dd {
    width: 100%;
    font-size: 2rem;
  }

  #guide .hikaku_wrap .hikaku01 {
    margin-bottom: 40px;
  }

  #guide .hikaku_wrap .hikaku01:after {
    bottom: -35px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    width: 40px;
    height: 22px;
    background-size: contain;
  }

  #guide .hikaku_wrap .hikaku02 dl:last-child dd {
    line-height: 1.4;
  }

  #guide .hikaku_wrap .hikaku02 dl:last-child dd .total {
    font-size: 2.4rem;
  }

  #guide .hikaku_wrap .hikaku_note {
    font-size: 1rem;
  }

  #check .inner {
    padding-top: 20px;
  }

  #check .check_lttl {
    left: 30px;
    padding: 0 20px;
    font-size: 2.4rem;
  }

  #check .check_list {
    padding: 20px 20px;
  }

  #check .check_list_item {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  #reserve {
    font-size: 1.6rem;
  }

  #reserve .inner {
    min-width: 100%;
  }

  #reserve figure figcaption {
    bottom: 1em;
    font-size: 1.6rem;
    width: 80%;
    left: 10%;
  }

  #reserve h3 {
    margin: 10px 0 50px;
    padding: 0.25em;
    font-size: 2rem;
  }

  #reserve p {
    margin: 2em auto;
    text-align: left;
  }

  #reserve p br {
    display: none;
  }

  .contact {
    display: block;
    padding: 20px 0;
  }

  .contact p {
    margin-bottom: 1em;
    font-size: 1.6rem;
    text-align: center;
  }

  .contact ul {
    width: 100%;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact li {
    border: none;
  }

  .contact .free {
    margin-right: 0;
    padding: 0 0 0 2.5em;
    font-size: 2rem;
  }

  .contact .free a {
    color: #538134;
    text-decoration: none;
  }

  .contact .free.pc {
    display: none;
  }
}