@charset "utf-8";
html[lang="ja"] {
  margin: 0 !important;
}
body {
  font-size: 3.733vw;
}
.pc-only {
  display: none !important;
}
#wpadminbar {
  display: none !important;
}
@media all and (min-width:501px) {
  body {
    font-size: 18px;
  }
}
.inner {
  width: 90%;
  margin: auto;
  box-sizing: border-box;
}
main {
  overflow: hidden;
}
/* == parts ============================================== */
.title_sankaku {
  text-align: center;
  position: relative;
  padding: 20px 0 70px;
  margin: 0 auto 30px;
  font-size: 150%;
  font-weight: 600;
  line-height: 1.4;
}
.title_sankaku.height1 {
  line-height: 2.8;
}
.title_sankaku::before {
  content: '';
  width: 0;
  border-style: solid;
  border-width: 60px 0 0 360px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.title_sankaku::after {
  content: '';
  width: 0;
  border-style: solid;
  border-width: 0 0 60px 360px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.title_yaho {
  text-align: center;
  color: #ED6D00;
  font-size: 150%;
  font-weight: 900;
  margin: 0 0 30px;
}
.title_yaho span {
  display: inline-block;
  padding: 0 30px;
  position: relative;
  line-height: 1;
}
.title_yaho span::before {
  content: '';
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #707070;
  transform-origin: center;
  transform: rotateZ(-25deg);
}
.title_yaho span::after {
  content: '';
  width: 3px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #707070;
  transform-origin: center;
  transform: rotateZ(25deg);
}
.title_center {
  text-align: center;
  font-size: 150%;
  margin: 0 0 20px;
}
.title_border {
  font-size: 135%;
  color: #FF8C00;
  border-bottom: solid 2px #FF8C00;
  margin: 0 0 8%;
}
.list_company > li {
  margin: 0 0 50px;
}
.list_company dl {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-bottom: solid 1px #FF8C00;
  border-top: solid 1px #FF8C00;
  border-right: solid 1px #FF8C00;
}
.list_company dl + dl {
  border-top: none;
}
.list_company dt {
  display: table-cell;
  vertical-align: middle;
  font-size: 120%;
  color: #fff;
  background: #FF8C00;
  box-sizing: border-box;
  width: 25%;
  padding: 10px 15px;
}
.list_company dd {
  display: table-cell;
  vertical-align: middle;
  width: 75%;
  box-sizing: border-box;
  padding: 10px 15px;
}
.bnr_center {

  margin: auto;
}
/* == header ============================================== */
.h_logo {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 100px;
  z-index: 100;
}
/* == footer ============================================== */
footer {
  background: #ED6D00;
  margin: 80px 0 0;
  padding: 20px 0 40px;
}
footer .f_logo {
  width: 100px;
  margin: 0 auto 10px;
}
footer address {
  text-align: center;
  color: #fff;
  font-style: normal;
  font-size: 120%;
  margin: 0 0 5%;
}
footer .f_bnrs {
  text-align: center;	width: 90%;;
	margin:auto;
}
footer .f_bnrs img {
  vertical-align: top;
}
footer .f_bnrs a {
  display: inline-block;
	width: 46%;
	margin: 0 1%;
}
/* == frontpage ==============================================*/
#side-fixed {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 80px;
  z-index: 50;
}
#side-fixed img {
  vertical-align: top;
  transition: all .3s;
}
#side-fixed:hover img {
  transform: scale(.9);
}
.block_top {
  background: #FDA953;
  padding: 120px 0 0;
  overflow: hidden;
  position: relative;
}
.block_top::after {
  content: '';
  width: 60%;
  height: 0;
  padding: 29% 0 0;
  background: url("../img/top_img02.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: -3%;
  margin: auto;
  bottom: 0;
}
.block_top #background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.block_top .top_text {
  position: relative;
  padding: 45% 0 0;
}
.block_top h1 {
  position: relative;
  top: 10px;
}
.block_top h1 img {
  vertical-align: top;
  width: 40%;
}
.block_top p {
  display: inline-block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  padding: 5%;
  box-sizing: border-box;
  font-size: 120%;
  font-weight: 700;
}
.block_top p::after {
  content: '';
  width: 68px;
  height: 55px;
  background: url("../img/fukidasi.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 40%;
  top: 100%;
}
/*----------*/
.block_onayami {
  background: #F5F5F7;
  padding: 0 0 15%;
  position: relative;
}
.block_onayami::before {
  content: '';
  width: 15%;
  height: 0;
  padding: 25% 0 0;
  background: url(../img/onayami01.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -80%;
  right: 0;
  top: 8vw;
  margin: auto;
  z-index: 5;
}
.block_onayami::after {
  content: '';
  width: 17%;
  height: 0;
  padding: 25% 0 0;
  background: url(../img/onayami02.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: -80%;
  top: 8vw;
  margin: auto;
  z-index: 5;
}
.block_onayami .title_sankaku {
  background: #FDA953;
  color: #fff;
}
.block_onayami .title_sankaku::before {
  border-color: transparent transparent transparent #F5F5F7;
}
.block_onayami .title_sankaku::after {
  border-color: transparent transparent #F5F5F7 transparent;
}
.list_onayami {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.list_onayami li {
  width: 50%;
  margin: 10% 0 0;
}
.list_onayami figure img {
  width: 75%;
}
.list_onayami figcaption {
  display: block;
  margin: 3% 0 0;
  font-size: 135%;
}
/*----------*/
.block_otoiawase {
  margin: 0 0 15%;
  position: relative;
}
.block_otoiawase::before {
  content: '';
  width: 35%;
  height: 0;
  padding: 21% 0 0;
  background: url("../img/toiawase01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -10vw;
  left: -70%;
  right: 0;
  margin: auto;
  z-index: 5;
}
.block_otoiawase .title_sankaku {
  background: #F5F5F7;
}
.block_otoiawase .otoiawase_lead {
  font-size: 120%;
  text-align: center;
  font-weight: 500;
  line-height: 2;
  margin: 0 0 10%;
}
.block_otoiawase .otoiawase_text {
  text-align: center;
  font-size: 110%;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 1.4;
}
.block_otoiawase .otoiawase_text span {
  display: inline-block;
  background: linear-gradient(transparent 75%, rgba(255, 140, 0, 0.5) 75%);
}
.block_otoiawase .otoiawase_bnr {
  margin: 0 auto 30px;
}
.block_otoiawase .otoiawase_bnr02 {
  margin: auto;
}
/**/
.block_company .map_wrap {
  height: 299px;
  margin: 20px 0 0;
}
.block_company .map_wrap iframe {
  width: 100%;
  height: 100%;
}
.block_company .instaBox {
  height: 270px;
}