@charset "UTF-8";
#terashite-kanri {
  margin-top: 88px;
}
#headerBlock .headerApplicationBtn.applicationBtn2 {
  margin: 15px 0 0 0;
}
#headerBlock .headerApplicationBtn {
  margin: 15px 10px 0 0;
}
/*mv*/
#mv {
  background: url("../img/mv-3.jpg") no-repeat center top;
  height: 460px;
}
#mv img {
  display: none;
}
#mv div {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  height: 460px;
}
#mv div #mv-inquiry {
  position: absolute;
  right: 0;
  bottom: -100px;
  z-index: 2;
}
#mv div #mv-inquiry a {
  border: 1px solid #fff;
  transition-property: all;
  transition: 0.3s linear;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
}
#mv div #mv-inquiry a:hover {
  background-color: #f89700;
}
/*trouble*/
#trouble-wrap {
  padding-top: 100px;
  margin-top: -100px;
}
#trouble {
  background-color: #f1efea;
  padding: 65px 0 202px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#trouble:before, #trouble:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
#trouble:before {
  border-width: 226px 0 0 1500px;
  border-color: transparent transparent transparent #ffffff;
  left: 0;
}
#trouble:after {
  border-width: 0 0 226px 1500px;
  border-color: transparent transparent #ffffff transparent;
  right: 0;
}
#trouble-inner {
  width: 1100px;
  margin: 0 auto;
}
#trouble h2 {
  color: #2e2313;
  font-size: 45px;
  letter-spacing: .1em;
  margin-bottom: 27px;
  font-weight: 500;
}
#trouble h2 span {
  font-size: 22px;
  display: block;
  margin-bottom: 15px;
}
#trouble h2 em {
  position: relative;
}
#trouble h2 em:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 15px;
  background-color: #ffce9f;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: -1;
  background-repeat: no-repeat;
}
#trouble ul {
  margin: 0 auto 35px auto;
  display: inline-block;
}
#trouble #worries li p {
  color: #2c5396;
  font-size: 26px;
  width: 100%;
  text-align: left;
  letter-spacing: .03em;
	font-weight: bold;
}
#trouble #worries li {
  padding-left: 75px;
  position: relative;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
}
#trouble #worries li:not(:last-child) {
  margin-bottom: 10px;
}
#trouble #worries li:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
#trouble #worries li:nth-child(1):before {
  background-image: url("../img/img01-2.gif");
}
#trouble #worries li:nth-child(2):before {
  background-image: url("../img/img02-2.gif");
}
#trouble #worries li:nth-child(3):before {
  background-image: url("../img/img03-2.gif");
}
#trouble #trouble-inner #worries + p {
  font-size: 22px;
  font-weight: bold;
  color: #2e2313;
  margin-bottom: 28px;
  line-height: 1.8;
}
#trouble #age {
  width: 712px;
  margin: 0 auto;
  background-color: #fff;
  padding: 32px 35px;
}
#trouble #age h3 {
  background-color: #514f4e;
  color: #fff;
  font-size: 23px;
  width: 540px;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 28px;
  margin-bottom: 18px;
}
#trouble #age ul {
  width: 540px;
  margin: 0 auto 9px auto;
  display: flex;
}
#trouble #age li {
  width: 50%;
  font-size: 30px;
}
#trouble #age li span {
  display: block;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1;
}
#trouble #age li em {
  font-size: 44px;
  font-weight: bold;
}
#trouble #age p {
  color: #514f4e;
  font-size: 13px;
  letter-spacing: 0;
}
/*見出し*/
#risk h2, #service h2, #merit h2, #partner h2, #plan h2, #incidental h2, #area h2, #logoArea h2, #news h2 {
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 33px;
  margin-bottom: 45px;
  background: url("../img/headline_img.png") no-repeat center bottom;
  font-weight: 500;
}
#risk h2 img, #service h2 img, #merit h2 img {
  margin-right: 17px;
}
/*risk*/
#risk-wrap {
  padding-top: 120px;
  margin-top: -120px;
  position: relative;
}
#risk ul {
  width: 1030px;
  margin: 0 auto 150px auto;
}
#risk li {
  border: 4px solid #acacac;
  border-radius: 15px;
  margin-bottom: 38px;
  padding: 20px 40px 36px 140px;
  position: relative;
}
#risk li:last-child {
  margin-bottom: 0;
}
#risk li:before {
  content: '';
  display: inline-block;
  width: 47px;
  height: 78px;
  background-image: url("../img/denkyu-2.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 53px;
  top: 50%;
  margin-top: -39px;
  background-repeat: no-repeat;
}
#risk li p {
  font-size: 20px;
  text-align: left;
  background: url("../img/risk_line.png");
  line-height: 2;
  letter-spacing: 0;
}
#risk li p em {
  font-size: 24px;
  color: #f17700;
  font-weight: bold;
}
/*service*/
#service-wrap {
  padding-top: 130px;
  margin-top: -130px;
}
#service {
  padding-bottom: 85px;
}
#service h2 + p {
  font-size: 20px;
  margin-bottom: 60px;
  line-height: 1.8;
}
/*merit*/
#merit-wrap {
  padding-top: 100px;
  margin-top: -100px;
}
#merit {
  background-color: #fffbec;
  padding: 75px 0 100px 0;
}
#merit-inner {
  display: flex;
  width: 1130px;
  margin: 0 auto;
  gap: 33px;
}
#merit dl {
  background-color: #fff;
  width: 50%;
  padding: 37px 45px 25px 45px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
}
#merit dt {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 35px;
  letter-spacing: 0;
}
#merit li {
  text-align: left;
  font-size: 17px;
  padding-left: 64px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 22px;
  letter-spacing: 0;
  padding-right: 8px;
}
#merit li:before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 28px;
  background-image: url("../img/check.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 9px;
  top: 0;
  background-repeat: no-repeat;
}
#merit li em {
  color: #f17700;
  font-size: 20px;
  font-weight: bold;
}
#merit li:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
/*partner*/
#partner-wrap {
    padding-top: 100px;
    margin-top: -100px;
}
#partner {
    padding: 75px 0 90px 0;
    background-color: #f1efea;
}
#partner h2 {
    margin-bottom: 62px;
}
#partner-inner {
    margin: 0 auto;
}
#partner-inner .partnerBlockInner {
    width: 1100px;
    margin: 50px auto 0;
}
#partner-inner .partnerBlockInner .box {
    background: #fff;
    border-radius: 10px;
    border-left: #7bb655 15px solid;
    box-shadow: -5px -5px 0 0 rgba(213, 212, 208, 1) inset;
    margin: 50px 0 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 30px 100px 40px;
}
#partner-inner .partnerBlockInner .box:nth-of-type(1) {
    margin-top: 0;
}
#partner-inner .partnerBlockInner .box .pic {
    margin: 0 40px 0 0;
}
#partner-inner .partnerBlockInner .box .partnername {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
}
#partner-inner .partnerBlockInner .box .txt {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
}
#partner-inner .partnerBlockInner .btn a {
    background-color: #7bb855;
    color: #fff;
    padding: 10px 30px;
    max-width: 200px;
    display: block;
    margin: 20px 0 0 auto;
    border-radius: 30px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#partner-inner .partnerBlockInner .btn a:before {
    position: absolute;
    font-family: icon_set_v1 !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e916';
    font-size: 12px;
    color: #fff;
    top: 50%;
    right: 14px;
    margin-top: -5px;
}
#partner-inner .partnerBlockInner .btn a:hover {
    opacity: 0.7;
    text-decoration: none;
}
/*plan*/
#plan-wrap {
  padding-top: 195px;
  margin-top: -80px;
}
#plan {
    padding: 0 0 90px 0;
}
#plan h2 {
  margin-bottom: 62px;
}
#plan-inner {
  width: 945px;
  margin: 0 auto;
}
#plan table {
  width: 100%;
  margin: 0 auto 17px auto;
  border-top: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
}
#plan table th, #plan table td {
  border-bottom: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  width: 50%;
}
#plan table th {
  font-size: 24px;
  background-color: #f4f4f4;
  padding: 18px 0;
}
#plan table td {
  padding: 25px;
}
#plan #initial p {
  color: #d70000;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 13px;
  line-height: 1;
}
#plan #initial p em {
  font-size: 42px;
}
#plan #initial li {
  font-size: 20px;
}
#plan #initial li span {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
#plan #initial li span:before, #plan #initial li span:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #d10404;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 5px;
  background-repeat: no-repeat;
}
#plan #initial li span:before {
  transform: skewX(45deg);
}
#plan #initial li span:after {
  transform: skewX(-45deg);
}
#plan #monthly p {
  font-size: 20px;
}
#plan #monthly p span {
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
}
#plan table + p {
  text-align: right;
  font-size: 19px;
  letter-spacing: 0;
}
#plan table + p a {
  display: inline-block;
  padding-right: 25px;
  position: relative;
  margin-right: 6px;
  text-decoration: underline;
}
#plan table + p a:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 17px;
  background-image: url("../img/icon_window.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background-repeat: no-repeat;
}
#plan table + p a:hover {
  text-decoration: none;
}
/*incidental*/
#incidental-wrap {
  padding-top: 100px;
  margin-top: -100px;
}
#incidental {
  background-color: #fffbec;
  padding: 90px 0;
}
.incidental-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 45px;
  width: 1100px;
  margin: 0 auto 40px auto;
}
.incidental-box:last-child {
  margin-bottom: 0;
}
#incidental h3 {
  color: #f57800;
  font-size: 32px;
  letter-spacing: 0;
  margin-bottom: 7px;
}
#incidental h3 + p {
  font-size: 18px;
}
#incidental #calculation {
  background-color: #f4f4f4;
  padding: 38px 77px 35px 77px;
  margin-top: 25px;
  margin-bottom: 10px;
}
#incidental #calculation ul {
  display: flex;
  padding-bottom: 32px;
  border-bottom: 1px solid #000;
  margin-bottom: 16px;
  position: relative;
}
#incidental #calculation ul:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #000;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
}
#incidental #calculation ul:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #000;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
}
#incidental #calculation li {
  width: 34%;
}
#incidental #calculation li dt {
  padding-top: 60px;
  position: relative;
  letter-spacing: 0;
  font-size: 18px;
  margin-bottom: 16px;
}
#incidental #calculation li dt:before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 0;
  background-repeat: no-repeat;
}
#incidental #calculation li:nth-child(1) dt:before {
  width: 37px;
  height: 43px;
  margin-left: -19px;
  background-image: url("../img/icon_service1-2.png");
}
#incidental #calculation li:nth-child(2) dt:before {
  width: 64px;
  height: 53px;
  margin-left: -32px;
  background-image: url("../img/icon_service2-2.png");
}
#incidental #calculation li:nth-child(3) dt:before {
  width: 48px;
  height: 50px;
  margin-left: -24px;
  background-image: url("../img/icon_service3-2.png");
}
#incidental #calculation li dd span {
  background-color: #4e4d4b;
  color: #fff;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 5px;
  text-align: center;
  margin-right: 15px;
  font-size: 16px;
  vertical-align: super;
}
#incidental #calculation li dd {
  line-height: 1;
  font-size: 20px;
}
#incidental #calculation li dd em {
  color: #e50015;
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
}
#incidental #calculation + p {
  text-align: right;
  font-size: 15px;
  letter-spacing: 0;
}
#incidental #total dt {
  letter-spacing: 0;
  font-size: 18px;
  margin-bottom: 8px;
}
#incidental #total dd {
  line-height: 1;
  font-size: 20px;
}
#incidental #total dd span {
  background-color: #4e4d4b;
  color: #fff;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 5px;
  text-align: center;
  margin-right: 15px;
  font-size: 16px;
  vertical-align: super;
}
#incidental #total dd em {
  color: #e50015;
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
}
#incidental #alone .texts {
  position: relative;
  padding-top: 65px;
}
#incidental #alone .texts:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 47.5px 0 47.5px;
  border-color: #f17900 transparent transparent transparent;
  top: 0;
  left: -47px;
}
#incidental #alone .texts p, #incidental #disaster .texts p {
  font-size: 22px;
}
#incidental #alone .texts p a, #incidental #disaster .texts p a {
  display: inline-block;
  padding-right: 25px;
  position: relative;
  margin-right: 6px;
  text-decoration: underline;
}
#incidental #alone .texts p a:before, #incidental #disaster .texts p a:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 17px;
  background-image: url("../img/icon_window.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background-repeat: no-repeat;
}
#incidental #alone .texts p a:hover, #incidental #disaster .texts p a:hover {
  text-decoration: none;
}
#incidental #disaster .icons ul {
  width: 700px;
  margin: 34px auto 0 auto;
  display: flex;
  gap: 33px;
}
#incidental #disaster .icons li {
  background-color: #f4f4f4;
  width: 87px;
  text-align: center;
  border-radius: 44px;
  padding: 21px 0;
}
#incidental #disaster .icons li img {
  vertical-align: middle;
}
/*area*/
#area-wrap {
  padding-top: 100px;
  margin-top: -100px;
}
#area {
  padding: 105px 0 90px 0;
}
#area p {
  width: 1100px;
  margin: 0 auto;
  color: #666;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  padding-left: 1em;
  text-indent: -1em;
}
#area figure {
  margin-bottom: 20px;
}
/*logoArea*/
#logoArea-wrap{
  padding-top: 205px;
  margin-top: -170px;
}
#logoArea #logoArea-inner ul{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 170px));
    gap: 15px;
    justify-content: center;
    width: 1100px;
    margin: 0 auto;
}
#logoArea #logoArea-inner ul li{
    width: 170px;
}
#logoArea #logoArea-inner ul li img{
    width: 100%;
}
/*news*/
#news-wrap{
    padding-top: 100px;
    margin-top: -100px;
}
#news {
    margin-top: 105px;
  padding-bottom: 75px;
}
#news div {
  border: 3px solid #d2d2d2;
  width: 1100px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 55px 95px;
}
#news div dl {
  overflow: hidden;
}
#news div dt {
  float: left;
  clear: left;
  margin-right: 48px;
  line-height: 1.8;
}
#news div dd {
  text-align: left;
  width: 760px;
  float: right;
  clear: right;
  line-height: 1.8;
}
#news div li {
  margin-bottom: 30px;
}
#news div li:last-child {
  margin-bottom: 0;
}
/*headerBlock*/
#headerBlock {
  display: block;
}
#headerBlock header {
  float: left;
}
#headerBlock .headerR {
  float: right;
}
#headerBlockBg {
  padding: 0;
}
/*inquiry*/
#inquiry {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  z-index: 2;
}
#inquiry:hover {
  opacity: 0.8;
}
#inquiry a, #mv-inquiry a {
  background-color: #f57800;
  display: block;
  width: 180px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  position: relative;
  padding: 100px 0 34px 0;
  border-radius: 50%;
}
#inquiry a:before, #mv-inquiry a:before {
  content: '';
  display: inline-block;
  width: 59px;
  height: 39px;
  background-image: url("../img/icon_mail.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -27px;
  top: 48px;
  background-repeat: no-repeat;
}
/*sp*/
@media screen and (max-width: 767px) {
  #mv div, #trouble-inner, #trouble #age, #risk ul, #merit-inner, #plan-inner, .incidental-box, #incidental #disaster .icons ul, #area p, #news div, #trouble #age h3, #trouble #age ul {
    width: 100%;
  }
  #trouble:before {
    border-width: 120px 0 0 500px;
  }
  #trouble:after {
    border-width: 0 0 120px 500px;
  }
  #terashite-kanri {
    margin-top: 60px;
  }
  #mv {
    background: none;
    height: auto;
  }
  #mv img {
    display: block;
  }
  #mv div #mv-inquiry {
	  display: none;
  }
  #mv div #mv-inquiry a {
	  padding: 11px 8px 11px 34px;
    letter-spacing: 0;
    font-size: 13px;
    width: 263px;
    box-shadow: none;
    border-radius: 5px;
  }
  #mv-inquiry a:before {
	  width: 20px;
    height: 13px;
    margin-left: 0;
    top: 15px;
    left: 23px;
  }
  #mv div {
    height: auto;
  }
  #trouble {
    padding: 60px 15px 140px 15px;
  }
  #trouble h2 {
    font-size: 30px;
    margin-bottom: 13px;
  }
  #trouble h2 span {
    font-size: 17px;
    letter-spacing: 0;
    margin-bottom: 7px;
  }
  #trouble ul {
    display: block;
    margin-bottom: 30px;
    width: 100%;
  }
  #trouble #worries li {
    width: 100%;
  }
  #trouble #worries li:not(:last-child) {
    margin-bottom: 12px;
  }
  #trouble #trouble-inner #worries + p {
    font-size: 16px;
    letter-spacing: 0;
  }
  #trouble #age {
    padding: 23px 18px;
  }
  #trouble #age h3 {
    font-size: 18px;
    padding: 7px 0;
  }
  #trouble #age ul {
    display: flex;
  }
  #trouble #age li span {
    font-size: 14px;
  }
  #trouble #age p {
    font-size: 12px;
  }
  #risk h2, #service h2, #merit h2, #partner h2, #plan h2, #incidental h2, #area h2, #logoArea h2, #news h2 {
    font-size: 30px;
    line-height: 2;
    padding-bottom: 15px;
    background-size: 100px;
  }
  #risk-wrap {
    padding-top: 70px;
    margin-top: -70px;
  }
  #risk ul {
    padding: 0 15px;
  }
  #risk li:before {
    top: 12px;
    margin-top: 0;
    left: 50%;
    margin-left: -17px;
  }
  #risk li {
    padding: 100px 20px 25px 20px;
    margin-bottom: 20px;
  }
  #risk h2 img, #service h2 img, #merit h2 img {
    width: 270px;
    display: block;
    margin: 0 auto 8px auto;
  }
  #risk li p {
    font-size: 16px;
    background: url(../img/risk_line_sp.png);
  }
  #risk li:nth-child(2) p {
    line-height: 1.95;
  }
  #risk li:nth-child(3) p {
    line-height: 1.89;
  }
  #risk li p em {
    font-size: 18px;
  }
  #service {
    padding: 0 15px 85px 15px;
  }
  #service h2 + p {
    font-size: 16px;
    margin-bottom: 35px;
  }
  #merit-inner {
    display: block;
    padding: 0 15px;
  }
  #merit dl {
    width: 100%;
    padding: 35px 20px 25px 20px;
  }
  #merit dl:not(:last-child) {
    margin-bottom: 30px;
  }
  #merit dt {
    margin-bottom: 20px;
    font-size: 18px;
  }
  #merit li {
    font-size: 15px;
  }
  #merit li em {
    font-size: 18px;
  }
  #partner {
    padding: 60px 15px 100px 15px;
  }
  #partner .partnerBlockInner {
    width: 90%;
    margin: 20px auto 0;
    }
  #partner .partnerBlockInner .box {
    border-left: #7bb655 10px solid;
    box-shadow: -2px -2px 0 0 rgba(213, 212, 208, 1) inset;
    margin: 20px 0 0 0;
    display: block;
    padding: 20px 25px 30px;
  }
  #partner .partnerBlockInner .box .pic {
    margin: 0 auto;
  }
  #partner .partnerBlockInner .box .partnername {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 20px;
  }
  #partner .partnerBlockInner .box .txt {
    font-size: 14px;
    margin: 7px 0 0 0;
    line-height: 1.8;
  }
  #partner .partnerBlockInner .btn a {
    font-size: 13px;
    margin: 20px auto 0;
  }
 #plan{
margin-top: 60px;
padding-top: -60px;
  }
  #plan-inner {
    padding: 0 15px;
  }
  #plan table th {
    font-size: 18px;
    padding: 12px 0;
  }
  #plan table td {
    padding: 15px 10px;
    vertical-align: top;
  }
  #plan #initial li {
    font-size: 16px;
    letter-spacing: 0;
  }
  #plan #initial li:not(:last-child) {
    margin-bottom: 3px;
  }
  #plan #initial p {
    margin-bottom: 20px;
  }
  #plan #monthly p span {
    font-size: 18px;
  }
  #plan #monthly p {
    font-size: 14px;
    letter-spacing: 0;
  }
  #plan table + p {
    font-size: 12px;
  }
  #plan table + p a:before {
    width: 14px;
    height: 13px;
    margin-top: -6px;
  }
  #plan table + p a {
    padding-right: 18px;
  }
  #incidental h3 {
    font-size: 25px;
  }
  #incidental h3 + p {
    font-size: 15px;
    letter-spacing: 0;
  }
  .incidental-box {
    padding: 40px 15px;
    margin-bottom: 30px;
  }
  #incidental #calculation {
    padding: 38px 10px 35px 10px;
  }
  #incidental #calculation li dt {
    font-size: 15px;
    min-height: 105px;
  }
  #incidental #calculation li dd span {
    padding: 5px 6px;
    font-size: 12px;
    display: block;
    margin-bottom: 6px;
  }
  #incidental #calculation + p {
    font-size: 12px;
  }
  #incidental #alone .texts p, #incidental #disaster .texts p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.7;
  }
	#incidental #disaster .icons{
    margin: 0 auto;
		display: inline-block;
	}
  #incidental #disaster .icons ul {
    gap: 5px;
  }
  #incidental #disaster .icons li img {
    height: 25px;
    margin: 0 auto;
  }
  #incidental #disaster .icons li {
    padding: 0;
    display: flex;
    align-items: center;
    height: 48px;
	  width: 48px;
  }
  #incidental {
    padding: 60px 15px 90px 15px;
  }
  #area {
    padding: 60px 15px 90px 15px;
  }
  #area p {
    font-size: 12px;
  }
  #area p br {
    display: none;
  }
  #logoArea-wrap{
    padding-top: 120px;
    margin-top: -150px;
  }
  #logoArea{
    padding: 0;
    margin-bottom: 90px;
  }

#logoArea #logoArea-inner ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
}
#logoArea #logoArea-inner ul li{
    width: 110px;
}
  #news-wrap {
    margin-top: -140px;
    padding: 15px 15px 0;
  }
  #news div {
    padding: 25px 20px;
  }
  #news div dd {
    width: 100%;
  }
  #news div dt {
    float: none;
    clear: none;
    margin-right: 0;
    text-align: left;
  }
  #news div dd {
    float: none;
    clear: none;
  }
  #inquiry a:before {
    width: 30px;
    height: 20px;
    margin-left: -15px;
    top: 10px;
  }
  #inquiry a {
    letter-spacing: 0;
    padding: 35px 8px 10px 8px;
    width: 100%;
    font-size: 12px;
    border-radius: inherit;
  }
  #inquiry {
    display: none !important;
  }
  #trouble #worries li p {
    font-size: 20px;
  }
  #service-wrap {
    padding-top: 70px;
    margin-top: -130px;
  }
  #trouble-wrap, #merit-wrap, #partner-wrap, #plan-wrap, #incidental-wrap, #area-wrap {
    padding-top: 60px;
    margin-top: -60px;
  }
  #headerBlock .headerR {
    margin-right: 60px;
  }
  #plan h2, #risk h2, #service h2, #merit h2, #partner h2, #plan h2, #incidental h2, #area h2, #logoArea h2, #news h2 {
    margin-bottom: 30px;
  }
  #trouble h2 em:before {
    height: 10px;
  }
}
/*menuBtn*/
.menuBtn {
  z-index: 99999;
  cursor: pointer;
  width: 95px;
  height: 95px;
  display: block;
  float: right;
}
#hamburgerIcon {
  float: left;
  display: block;
  position: relative;
  width: 95px;
  height: 95px;
}
#hamburgerIcon span {
  width: 36px;
  height: 2px;
  display: block;
  background: #3f3f3f;
  position: absolute;
  left: 50%;
  top: 36px;
  margin-left: -18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#hamburgerIcon span.txt {
  font-size: 13px;
  width: 4em;
  background: none;
  margin: 22px 0 0 -24px;
}
#hamburgerIcon .top {
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}
#hamburgerIcon .bottom {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.open #hamburgerIcon .middle {
  background: rgba(255, 255, 255, 0);
}
.open #hamburgerIcon .top {
  -webkit-transform: rotate(-45deg) translateY(0px);
  -ms-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}
.open #hamburgerIcon .bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
  -ms-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
}
@media (max-width: 767px) {
  .menuBtn {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  #hamburgerIcon {
    width: 60px;
    height: 60px;
  }
  #hamburgerIcon span {
    width: 28px;
    height: 2px;
    left: 50%;
    top: 26px;
    margin-left: -14px;
  }
  #hamburgerIcon span.txt {
    font-size: 10px;
    margin: 17px 0 0 -20px;
  }
  #hamburgerIcon .top {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  #hamburgerIcon span.txt.pc {
    display: none;
  }
}
/*pageMenu*/
.pageMenuBg .layer {
  position: fixed;
  top: 95px;
  left: 0;
  z-index: -1;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
nav.pageMenu {
  position: fixed;
  top: 0;
  right: -350px;
  z-index: -1;
  width: 350px;
  height: 100%;
  background: #fff;
  text-align: left;
  overflow: auto;
  margin: 0;
}
nav.pageMenu ul {
  display: block;
  margin-top: 96px;
  background: none;
  border-top: 1px solid #cccccc;
}
nav.pageMenu ul li {
  width: 100%;
  font-size: 14px;
  margin: 0;
}
nav.pageMenu ul li a {
  color: #333;
  position: relative;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #cccccc;
  display: block;
  padding: 18px 17px;
  background: none;
  width: 100%;
  height: auto;
  border-radius: 0;
  font-weight: normal;
}
nav.pageMenu ul li#hm_tel a {
  pointer-events: auto;
}
nav.pageMenu ul li a:before, nav.pageMenu ul li#hm_tel a:after, nav.pageMenu ul li#hm_tw a:after {
  position: absolute;
  font-family: icon_set_v1 !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e916';
  font-size: 11px;
  color: #aaa;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}
nav.pageMenu ul li#hm_tel a:after {
  content: '\e8f5';
  font-size: 24px;
  color: #585858;
  right: 39px;
  margin-top: -12px;
}
nav.pageMenu ul li#hm_tw a:after {
  content: '\e844';
  font-size: 29px;
  color: #1d9bf0;
  right: 34px;
  margin-top: -15px;
}
@media (max-width: 767px) {
  .pageMenuBg .layer {
    top: 60px;
  }
  nav.pageMenu {
    right: -80%;
    width: 80%;
  }
  nav.pageMenu ul {
    margin-top: 60px;
    border-top: none;
  }
}
/*base調整*/
footer .footerInner .riyouBox dl {
  align-items: center;
}
footer .footerInner .riyouBox dl dt {
  width: 176px;
  padding: 32px 10px 31px;
}
@media (max-width: 767px) {
  #headerBlock .headerApplicationBtn a {
    width: 67px;
    padding: 0;
  }
  footer .footerInner .riyouBox dl dt {
    width: 100%;
    padding: 10px;
  }
}