@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  line-height: 1.6rem;
  font-family: serif;
  color: #8c6239;
}

p, table, dl, ul, ol, hr,
h1, h2, h3, h4, h5, h6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

video {
  vertical-align: bottom;
}

hr {
  border: none;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.3);
}

.ime_j {
  ime-mode: active;
}

.ime_e {
  ime-mode: inactive;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ta_r {
  text-align: right;
}

.ta_l {
  text-align: left;
}

.ofh {
  overflow: hidden;
}

.ofa {
  overflow: auto;
}

.tofh {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.w100 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wsnr {
  white-space: nowrap;
}

.mincho {
  font-family: serif;
}

.gothic {
  font-family: sans-serif;
}

.hide_txt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.tofh2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#header_wrapper {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
}

#header {
  color: #4d4d4d;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .hdr {
  margin: 0;
}
#header .hdr .logo {
  width: 90px;
  vertical-align: middle;
  margin-right: 15px;
}
#header .hdr a {
  text-decoration: none;
  color: inherit;
  font-size: 22px;
}

#footer {
  color: #4d4d4d;
}
#footer .wrp a {
  text-decoration: none;
  color: inherit;
}
#footer .wrp .lnk ul {
  list-style: none;
  padding-left: 0;
}
#footer .wrp .lnk li {
  margin-bottom: 20px;
}
#footer .wrp .sns .txt {
  margin-bottom: 10px;
}
#footer .wrp .sns .icns {
  margin-top: 10px;
}
#footer .wrp .sns .icns img {
  margin-right: 15px;
}

.wrp_lnkbtn {
  background: url(../img/bg_gold.png) center repeat-y;
  background-size: 100%;
  border-radius: 104px; /*2行対策*/
  display: table;
  padding: 4px;
  position: relative;
}
.wrp_lnkbtn::before, .wrp_lnkbtn::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.wrp_lnkbtn::before {
  width: 100%;
  height: 100px;
  top: 4px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(255, 255, 255, 0.4)), color-stop(50%, transparent));
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4) 20%, transparent 50%);
  z-index: 1;
}
.wrp_lnkbtn::after {
  border: 14px solid #fdf583;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  width: 0;
  height: 0;
  top: calc(50% - 14px);
  right: 50px;
}
.wrp_lnkbtn > * {
  font-size: 50px;
  line-height: 70px;
  padding: 30px 120px;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  color: #603813;
  border-radius: 100px; /*2行対策*/
  border: none;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  background: url(../img/bg_rainbow.png) center repeat-y;
  background-size: 100%;
  display: block;
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.wrp_hdr {
  margin-bottom: 2rem;
}
.wrp_hdr > * {
  margin: 0;
}
.wrp_hdr .eng {
  margin-bottom: 10px;
  color: #4d4d4d;
  padding: 3px 0;
  position: relative;
}
.wrp_hdr .eng::after {
  content: "";
  position: absolute;
  width: 60px;
  margin-left: -30px;
  height: 2px;
  background: #4d4d4d;
  bottom: 0;
  left: 50%;
}
.wrp_hdr .hdr {
  color: #f47f97;
  font-size: 50px;
  line-height: 60px;
  margin-top: 10px;
}

.txtsdw_w {
  text-shadow: 1px 1px 5px rgb(255, 255, 255), 1px -1px 5px rgb(255, 255, 255), -1px 1px 5px rgb(255, 255, 255), -1px -1px 5px rgb(255, 255, 255);
}

#gototop {
  position: fixed;
  right: 30px;
  background: #fff;
  border: 1px solid #795028;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#gototop img {
  width: 50px;
}
#gototop.on {
  opacity: 1;
  visibility: visible;
}

#bottom_nav {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
#bottom_nav .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 50px solid #fac8d2;
}
#bottom_nav .tabs .tab {
  cursor: pointer;
  height: 70px;
  background: linear-gradient(135deg, #fcec7c, #f47f97 70%);
  border: 2px solid #fff;
  color: #fff;
  border-radius: 15px 15px 0 0;
  font-size: 30px;
  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;
  text-decoration: none;
  position: relative;
  pointer-events: auto;
}
#bottom_nav .tabs .tab::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  right: 15px;
  top: 50%;
  margin-top: -20px;
  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;
  font-size: 22px;
  content: "▲";
}
#bottom_nav .tabs .tab img {
  margin-right: 5px;
}
#bottom_nav .tabs .shp::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
#bottom_nav .tabs .shp.opened::after {
  content: "✖";
  content: "×";
}
#bottom_nav .tabs .inq::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#bottom_nav .wrp_con {
  display: none;
  pointer-events: auto;
}
#bottom_nav .con {
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100%;
  color: #4d4d4d;
  max-height: 40vh;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#bottom_nav .con .hdr_area {
  background: #f696aa;
  margin: 0 0 20px;
  padding: 8px 0;
  width: 230px;
  text-align: center;
  border-radius: 15px 0 15px 0;
  position: relative;
}
#bottom_nav .con .wrp_shp {
  width: 230px;
}
#bottom_nav .con .hdr_shp {
  margin: 0;
  padding-left: 25px;
  position: relative;
}
#bottom_nav .con .hdr_shp::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  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;
  font-size: 16px;
  color: #f47f97;
  content: "▲";
}
#bottom_nav .con .wrp_shps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 730px;
}

.btn_line {
  display: block;
  max-width: 900px;
  padding: 20px 100px;
  font-size: 35px;
  line-height: 50px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #06c755;
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  position: relative;
}
.btn_line .big {
  font-size: 50px;
}
.btn_line::before, .btn_line::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.btn_line::before {
  width: 100px;
  height: 100px;
  top: calc(50% - 50px);
  left: 50px;
  background: url(../img/icon_line.png) center no-repeat;
}
.btn_line::after {
  border: 14px solid #fdf583;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  width: 0;
  height: 0;
  top: calc(50% - 14px);
  right: 50px;
}

#lst_shpline {
  display: none;
}

#wrp_shpline_lst .btn_line {
  margin: 1rem auto;
  text-align: center;
}

.modaal-container {
  max-width: 700px;
}

.separator_slant_up + * {
  clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
}

.separator_slant_down + * {
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
}

.separator_wave + * {
  clip-path: polygon(0 60px, 5% 35px, 10% 20px, 15% 10px, 25% 0, 35% 10px, 50% 50px, 65% 90px, 75% 100px, 85% 90px, 90% 80px, 95% 65px, 100% 40px, 100% 100%, 0 100%);
  clip-path: shape(from 0 60px, curve to 100% 40px with 25% -140px/75% 240px, vline to 100%, hline to 0, close);
}

.separator_curve + * {
  border-top-left-radius: 50% 100px;
  border-top-right-radius: 50% 100px;
  position: relative;
}

.separator_curve_bottom {
  border-bottom-left-radius: 50% 100px;
  border-bottom-right-radius: 50% 100px;
}

.separator_slant_up,
.separator_slant_down,
.separator_wave,
.separator_curve {
  padding-bottom: 100px;
  margin-bottom: -100px;
}

.separator_slant_up + *,
.separator_slant_down + *,
.separator_wave + *,
.separator_curve + * {
  padding-top: 100px;
}

.separator_curve + * {
  padding-top: 5px;
}

#visual {
  position: relative;
  padding-bottom: 0;
}
#visual .wrp_lnkbtn {
  position: absolute;
  margin: 0;
}

.hdr_wrpgoldline {
  display: table;
  margin: 1rem auto;
  padding: 0 120px;
  font-size: 30px;
  line-height: 60px;
  background: linear-gradient(135deg, #f48198, #f8acbc 15%, #f48198);
  color: #fff;
  position: relative;
}
.hdr_wrpgoldline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid;
  -o-border-image: url(../img/bg_gold.png) 1;
     border-image: url(../img/bg_gold.png) 1;
  top: -6px;
  left: -6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box_skew {
  margin: 1rem auto;
  background: url(../img/bg_gold.png) center repeat-y;
  background-size: 100%;
  border-radius: 10px;
  -webkit-transform: skewY(-0.5deg);
          transform: skewY(-0.5deg);
}
.box_skew .box_inner {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  -webkit-transform: skewY(0.5deg);
          transform: skewY(0.5deg);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.border_golddot {
  position: relative;
}
.border_golddot::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 5px;
  width: 100%;
  -webkit-mask-size: 10px;
          mask-size: 10px;
  -webkit-mask-image: url(../img/mask_dot.png);
          mask-image: url(../img/mask_dot.png);
  background: url(../img/bg_gold.png) center repeat-y;
  background-size: 100%;
  display: block;
}

.wrp_chklbl input[type=radio],
.wrp_chklbl input[type=checkbox] {
  display: none;
}
.wrp_chklbl input[type=radio]:checked + label,
.wrp_chklbl input[type=checkbox]:checked + label {
  background: #fde6eb;
}
.wrp_chklbl label {
  color: #8c6239;
  border: 1px solid #c5a492;
  border-radius: 1rem;
  line-height: 2rem;
  padding: 0 30px;
  font-weight: bold;
  display: inline-block;
  margin: 10px;
  cursor: pointer;
}
.wrp_chklbl .reset_radio {
  color: #aaa;
}

.boxclip {
  background: -webkit-gradient(linear, left top, right top, from(#961), color-stop(#fd3), color-stop(#fe9), color-stop(#fd3), to(#961));
  background: linear-gradient(to right, #961, #fd3, #fe9, #fd3, #961);
  background: #795028;
  margin: 1rem auto;
  padding: var(--boxclip-padding);
}

.boxclip_shadow {
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}

.boxclip_inner > *:first-child {
  margin-top: 0;
}

.boxclip_inner > *:last-child {
  margin-bottom: 0;
}

.boxclip_scoop > .boxclip_inner,
.boxclip_scoop {
  clip-path: shape(from 0 var(--boxclip-scoop-corner), curve to var(--boxclip-scoop-corner) 0 with var(--boxclip-scoop-corner) var(--boxclip-scoop-corner), hline to calc(100% - var(--boxclip-scoop-corner)), curve to 100% var(--boxclip-scoop-corner) with calc(100% - var(--boxclip-scoop-corner)) var(--boxclip-scoop-corner), vline to calc(100% - var(--boxclip-scoop-corner)), curve to calc(100% - var(--boxclip-scoop-corner)) 100% with calc(100% - var(--boxclip-scoop-corner)) calc(100% - var(--boxclip-scoop-corner)), hline to var(--boxclip-scoop-corner), curve to 0 calc(100% - var(--boxclip-scoop-corner)) with var(--boxclip-scoop-corner) calc(100% - var(--boxclip-scoop-corner)), close);
}

.boxclip_mound > .boxclip_inner,
.boxclip_mound {
  clip-path: shape(from 0 var(--boxclip-mound-height), hline to 20%, curve to 80% var(--boxclip-mound-height) with 50% calc(var(--boxclip-mound-height) * -1), hline to 100%, vline to 100%, hline to 0, close);
}

#top_srch {
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100%;
}
#top_srch .wrp_hdr .eng {
  color: #f47f97;
}
#top_srch .wrp_hdr .eng::after {
  background: #f47f97;
}
#top_srch .wrp_hdr .hdr {
  color: #885e35;
  font-size: 30px;
  line-height: 60px;
}
#top_srch .boxclip_inner {
  padding: 20px;
  background: #fff;
}
#top_srch .wrp_chklbl {
  margin: 30px 0 50px;
}

#map_kanto {
  width: 630px;
  height: 570px;
  position: relative;
}
#map_kanto .g,
#map_kanto a {
  display: block;
  position: absolute;
  border-radius: 20px;
  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;
  font-size: 35px;
}
#map_kanto .g {
  background: #e6e6e6;
}
#map_kanto a {
  background: #f47f97;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#map_kanto .gunma {
  width: 32%;
  height: 10%;
  left: 0;
  top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#map_kanto .totigi {
  width: 32%;
  height: 10%;
  left: 35%;
  top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#map_kanto .ibaraki {
  width: 30%;
  height: 20%;
  right: 0;
  top: 0;
  border-top-left-radius: 0;
}
#map_kanto .tiba1 {
  width: 30%;
  height: 50%;
  right: 0;
  top: 23%;
}
#map_kanto .tiba2 {
  width: 15%;
  height: 25%;
  right: 0;
  bottom: 10%;
}
#map_kanto .saitama {
  width: 67%;
  height: 27%;
  left: 0;
  top: 13%;
}
#map_kanto .tokyo {
  width: 47%;
  height: 27%;
  left: 20%;
  bottom: 30%;
}
#map_kanto .kanagawa {
  width: 47%;
  height: 27%;
  left: 20%;
  bottom: 0;
}

#wrp_map {
  background-position: center top;
  background-repeat: repeat-y;
  background-size: cover;
  max-width: 1400px;
  /**/
  border: 10px solid #f47f97;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  margin: 2rem auto;
}
#wrp_map .wrp_txt {
  background: #fff;
  padding: 30px 50px;
  color: #f47f97;
  border-radius: 40px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#wrp_map .wrp_txt .hdr {
  border-bottom: 5px dotted #f47f97;
  padding: 5px 0;
  margin: 0;
}
#wrp_map .wrp_txt .dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0 0;
}
#wrp_map .wrp_txt .dl dt {
  width: 120px;
  height: 120px;
  background: #f47f97;
  color: #fff;
  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;
  font-size: 30px;
  border-radius: 50%;
}
#wrp_map .wrp_txt .dl dd {
  width: calc(100% - 130px - 50px);
  margin: 0;
}
#wrp_map .wrp_txt .dl dd a {
  text-decoration: none;
  color: inherit;
  font-size: 30px;
}
#wrp_map .wrp_txt .dl dd a:not(:last-child) {
  margin-right: 40px;
  position: relative;
}
#wrp_map .wrp_txt .dl dd a:not(:last-child)::after {
  content: "";
  position: absolute;
  content: "|";
  right: -30px;
}

.wrp_dv_shp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem 0;
}
.wrp_dv_shp .dv {
  border: 3px solid #f47f97;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.wrp_dv_shp .dv a {
  text-decoration: none;
  color: inherit;
}
.wrp_dv_shp .dv .hdr {
  margin: 0;
  font-size: 25px;
  line-height: 30px;
  padding: 15px 15px 30px;
  background: url(../img/bg_top_strongpoint_pc.png) center top no-repeat;
  background-size: cover;
  position: relative;
}
.wrp_dv_shp .dv .hdr::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 60px;
  left: 20px;
  bottom: -20px;
  z-index: 1;
  background: url(../img/icon_pickup.png) center no-repeat;
  background-size: contain;
  pointer-events: none;
}
.wrp_dv_shp .dv .wrp {
  background: #fff;
  overflow: hidden;
  padding: 20px 20px 55px;
  position: relative;
}
.wrp_dv_shp .dv .wrp::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 25px solid #f47f97;
  border-top-color: transparent;
  border-left-color: transparent;
  bottom: 5px;
  right: 5px;
}
.wrp_dv_shp .dv .wrp .img {
  margin: 0;
}
.wrp_dv_shp .dv .wrp .shpn {
  color: #f47f97;
  margin: 25px 0;
  padding-left: 40px;
  position: relative;
}
.wrp_dv_shp .dv .wrp .shpn::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 38px;
  top: 50%;
  margin-top: -19px;
  left: 0;
  background: url(../img/icon_mappoint.png) center no-repeat;
  background-size: contain;
}
.wrp_dv_shp .dv .wrp .txt {
  margin: 0;
}

#search {
  padding: 50px 0;
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100%;
}
#search .wrp_form {
  padding: 20px;
  border: 2px solid #795028;
  background: #fff;
}

#top_voice .wrp_box .box_skew {
  color: #4d4d4d;
  margin: 2rem 0;
}
#top_voice .wrp_box .box_skew .clr {
  color: #f47f97;
}
#top_voice .wrp_box .box_skew .box_inner {
  position: relative;
}
#top_voice .wrp_box .box_skew .box_inner img {
  position: absolute;
}
#top_voice .wrp_box .box_skew .hdr {
  margin: 0 0 30px;
  font-size: 42px;
  line-height: 60px;
}
#top_voice .wrp_box .box_skew .txt {
  margin: 30px 0 0;
  font-size: 32px;
  line-height: 40px;
}
#top_voice .wrp_box .box_skew:nth-child(even) .box_inner {
  background: #fef5f7;
}

#top_strongpoint {
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100%;
}
#top_strongpoint .wrp_box_scoop {
  position: relative;
}
#top_strongpoint .wrp_box_scoop::before {
  content: "";
  position: absolute;
  background: url(../img/icon_fairies.png) left top no-repeat;
  background-size: contain;
  z-index: 1;
}
#top_strongpoint .wrp_box_scoop .hdr {
  color: #f47f97;
  font-size: 42px;
  line-height: 55px;
  border-bottom: 2px solid #bc9c7c;
  margin: 0;
}
#top_strongpoint .wrp_box_scoop .hdr small {
  color: #8c6239;
  font-size: 20px;
}
#top_strongpoint .wrp_box_scoop .txt {
  margin: 1rem 0 0;
  color: #534741;
}
#top_strongpoint .wrp_box_scoop .boxclip_inner {
  padding: 40px;
  background: #fef7f7;
}
#top_strongpoint .wrp_box_scoop .ribon {
  width: 160px;
  background: #a38168;
  color: #fff;
  padding: 10px 0;
  position: absolute;
  top: -10px;
  left: 40px;
  z-index: 1;
}
#top_strongpoint .wrp_box_scoop .ribon > * {
  display: block;
  text-align: center;
}
#top_strongpoint .wrp_box_scoop .ribon .pt {
  font-size: 25px;
  line-height: 25px;
}
#top_strongpoint .wrp_box_scoop .ribon .num {
  font-size: 80px;
  line-height: 80px;
}
#top_strongpoint .wrp_box_scoop .ribon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: #a38168;
  border-style: solid;
  border-bottom-color: transparent;
  border-width: 0 80px 35px;
  bottom: -35px;
}

#top_column {
  padding-top: 150px;
}

#top_qa .wrp_qa p {
  margin: 0;
}
#top_qa .wrp_qa .dv_qa {
  padding: 30px;
}
#top_qa .wrp_qa .dv_qa:nth-child(odd) {
  background: rgba(255, 255, 255, 0.5);
}
#top_qa .wrp_qa .dv_qa:nth-child(even) {
  background: rgba(255, 255, 255, 0.8);
}
#top_qa .wrp_qa .dv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
#top_qa .wrp_qa .dv .img {
  width: 60px;
}
#top_qa .wrp_qa .dv .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#top_qa .wrp_qa .dv_q {
  color: #f47f97;
  font-size: 35px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 40px;
}
#top_qa .wrp_qa .dv_q .txt {
  padding-top: 40px;
  margin: 0;
}
#top_qa .wrp_qa .dv_a {
  color: #4d4d4d;
  font-size: 23px;
  line-height: 50px;
}
#top_qa .wrp_qa .dv_a .txt {
  padding-top: 25px;
}
#top_qa .wrp_qa .dv_a .bl {
  background: #fde6eb;
}

#top_safety {
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100%;
  padding-bottom: 30px;
}
#top_safety .dv {
  border: 10px solid #fac8d2;
  text-align: center;
  margin: 2rem 0;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
#top_safety .dv > * {
  margin: 0;
}
#top_safety .dv .hdr {
  background: #f696aa;
  color: #fff;
  height: 60%;
  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;
}
#top_safety .dv .hdr .big {
  display: block;
}
#top_safety .dv .txt {
  background: #fff;
  color: #4d4d4d;
  height: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top_recruit {
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 50px 0 100px;
}
#top_recruit .btn {
  display: block;
  max-width: 900px;
  padding: 50px 110px;
  font-size: 40px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #754c24;
  color: #754c24;
  background: #fff;
  text-decoration: none;
  position: relative;
}
#top_recruit .btn::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
#top_recruit .btn::after {
  border: 14px solid #f47f97;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  width: 0;
  height: 0;
  top: calc(50% - 14px);
  right: 50px;
}

/***** form *****/
select,
textarea,
input[type=password],
input[type=tel],
input[type=url],
input[type=email],
input[type=search],
input[type=number],
input[type=submit],
input[type=reset],
input[type=text] {
  font-size: 32px;
  line-height: 45px;
  padding: 13px;
  color: #444;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input[type=submit],
input[type=reset] {
  padding: 5px 50px;
  background: #eee;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: table;
}