html {
  font-size: 62.5%;
  /*16pxx62.5%=10px*/ }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2C2C2C;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.04em; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

ol,
ul {
  list-style: none;
  list-style-type: none; }

a {
  text-decoration: none;
  color: #1A1A1A; }
  a:hover {
    opacity: 0.7; }

.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }

.mbp {
  margin-bottom: 1.5em; }

.more_btn {
  text-align: center;
  margin-top: 44px;
  margin-bottom: 6px; }
  .more_btn a {
    color: #fff;
    background-color: #EA8025;
    border-radius: 28px;
    letter-spacing: 0.08em;
    font-weight: 700;
    padding: 0.75em 2.7em 0.8em;
    font-size: 1.6rem;
    white-space: nowrap; }
    .more_btn a:hover {
      background-color: #fff;
      color: #EA8025;
      border: 1px solid #EA8025; }
    .more_btn a:after {
      content: "";
      display: inline-block;
      width: 7px;
      height: 12px;
      background: url("../img/arrow_white.png") no-repeat;
      background-size: contain;
      margin-left: 12px;
      transform: translate(0, 5%); }

.reverse {
  flex-direction: row-reverse; }

.red {
  color: #C70A0A; }

.orange {
  color: #EA8025; }

.blue {
  color: #3C56C6;
  font-weight: 900; }

.round20 {
  border-radius: 20px; }

.bg_beige {
  background-color: #F7F5F1; }

.text_center {
  text-align: center; }

.sp {
  display: none; }

.bg_hougan {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #F7F2E0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #F7F2E0 calc(100% - 1px));
  background-size: 18px 18px;
  background-repeat: repeat;
  background-position: center center; }

.section1 {
  padding-bottom: 80px;
  padding-top: 80px; }

.bg_orange {
  background-color: #EA8025; }

@media screen and (max-width: 1000px) {
  .section1 {
    padding-bottom: 60px;
    padding-top: 60px; } }
/*header*/
.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  padding: 8px 20px;
  background-color: rgba(255, 255, 255, 0.73); }

.hamburger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px; }

.fixedmenu {
  background-color: rgba(255, 255, 255, 0.7); }

.logo {
  width: 172px; }

.hamburger .btn-gNav {
  position: fixed;
  top: 24px;
  right: 40px;
  width: 30px;
  height: 24px;
  z-index: 12;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms; }

.hamburger .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #EA8025;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms; }

.hamburger .btn-gNav span:nth-child(1) {
  top: 0; }

.hamburger .btn-gNav span:nth-child(2) {
  top: 10px; }

.hamburger .btn-gNav span:nth-child(3) {
  top: 20px; }

.hamburger .btn-gNav.open span:nth-child(1) {
  background: #EA8025;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
  top: 6px;
  background: #EA8025;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

.btn-gNav {
  display: none; }

.gNav .gNav-menu {
  display: flex;
  justify-content: space-between; }

.gNav .gNav-menu li {
  margin: 0 auto;
  padding-left: 58px; }

@media screen and (max-width: 1214px) {
  .logo {
    width: 130px; }

  .btn-gNav {
    display: block; }

  .gNav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(254, 246, 238, 0.9);
    font-size: 16px;
    box-sizing: border-box;
    z-index: 1;
    padding-top: 50px;
    transition: .3s; }

  .gNav.open {
    right: 0; }

  .gNav .gNav-menu {
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    flex-direction: column;
    text-align: center;
    /*justify-content: center;*/ }

  .gNav .gNav-menu li {
    width: 86%;
    padding: 15px;
    border-bottom: #EA8025 1px solid; }
    .gNav .gNav-menu li a {
      color: #333; } }
@media screen and (max-width: 500px) {
  body {
    font-size: 1.5rem; }

  .header {
    padding: 6px 10px 0px; }

  .hamburger .btn-gNav {
    top: 18px;
    right: 26px; }

  .sp {
    display: block; }

  .pc {
    display: none; } }
/*top*/
.mv_sp {
  display: none; }

.top_problem {
  background-image: url("../img/bg_gray.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.pro_ttl {
  text-align: center;
  color: #fff; }
  .pro_ttl div {
    display: inline-block;
    background-color: #2C3D6C;
    border-radius: 27px;
    font-size: 2.8rem;
    padding: 0.4em 2em;
    margin-bottom: 16px; }
    .pro_ttl div span {
      font-size: 3.4rem; }

.pro_img {
  margin: 0 auto;
  width: 318px;
  margin-bottom: 14px; }

.ul_prob {
  margin-bottom: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -3%; }
  .ul_prob li {
    margin-left: 3%;
    width: 47%;
    font-size: 2.1rem;
    line-height: 1.5;
    font-weight: 700;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #707070;
    padding: 6px 20px 6px 42px;
    position: relative;
    margin-bottom: 10px; }
    .ul_prob li:before {
      background-image: url("../img/check_blue.png");
      background-repeat: no-repeat;
      width: 20px;
      height: 20px;
      background-size: contain;
      display: inline-block;
      content: "";
      position: absolute;
      top: 12px;
      left: 16px; }

.top_sol {
  background-color: #FFFCF5;
  padding-bottom: 40px; }

.sol_f {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2.1rem;
  background-color: #2C3D6C;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 46px; }
  .sol_f:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #2C3D6C; }

.colsol_1 {
  display: flex;
  justify-content: space-between; }
  .colsol_1 .col1 {
    width: 52%; }
  .colsol_1 .col2 {
    width: 45%; }
    .colsol_1 .col2 p {
      font-size: 2.1rem;
      font-weight: 700; }

.top_right {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative; }
  .top_right:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 90%;
    height: 100%;
    background-color: #fff;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px; }

.top_mes_ttl {
  text-align: center;
  margin-bottom: 40px; }
  .top_mes_ttl div {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 2.8rem;
    background-color: #EA8025;
    border-radius: 4px;
    padding-left: 118px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 50px;
    position: relative; }
    .top_mes_ttl div:before {
      background-image: url("../img/megane.png");
      background-repeat: no-repeat;
      width: 50px;
      height: 50px;
      background-size: contain;
      display: inline-block;
      content: "";
      position: absolute;
      top: 36px;
      left: 44px; }

.col2t_1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5em; }
  .col2t_1 .col1 {
    width: 34.5%; }
  .col2t_1 .col2 {
    width: 62%; }

.top_left {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative; }
  .top_left:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 90%;
    height: 100%;
    background-color: #fff;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px; }

.h2_1 {
  color: #EA8025;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.5;
  border-top: 1px solid #EA8025;
  border-bottom: 1px solid #EA8025;
  padding-top: 10px;
  padding-bottom: 8px;
  margin-bottom: 42px; }
  .h2_1 .ttl_no {
    font-size: 3.4rem; }

.top_point_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-bottom: -40px; }
  .top_point_wrap .top_point_box {
    width: 30%;
    margin-left: 3%;
    text-align: center;
    margin-bottom: 50px; }
    .top_point_wrap .top_point_box .t_point {
      color: #fff;
      font-weight: 700;
      background-color: #EA8025;
      border-radius: 4px;
      font-size: 1.8rem;
      text-align: center;
      display: inline-block;
      margin: 0 auto;
      padding: 0 2em 0.1em;
      line-height: 1.3;
      margin-top: 13px; }
      .top_point_wrap .top_point_box .t_point span {
        font-size: 2.4rem; }

.top_chiryo_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -3%; }
  .top_chiryo_wrap .top_chiryo_box {
    width: 30%;
    margin-left: 3%;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #F8DDBE;
    text-align: center;
    padding: 20px; }
    .top_chiryo_wrap .top_chiryo_box h3 {
      color: #EA8025;
      font-size: 2.2rem;
      margin-bottom: 8px;
      line-height: 1.4; }
    .top_chiryo_wrap .top_chiryo_box p {
      margin-top: 8px; }

.bg_top_jihi {
  background-image: url("../img/bg1.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom; }

.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  animation: scroll-hint-animation 2s infinite ease; }

@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%); }
  50% {
    transform: translate(-40%, -50%); }
  100% {
    transform: translate(-50%, -50%); } }
.table__container .scroll-hint--show {
  display: block; }

.table__container {
  position: relative; }

.table2 {
  max-width: 710px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto; }
  .table2 tr th {
    font-size: 1.8rem;
    text-align: center;
    border: 1px solid #1A1A1A;
    padding: 1em;
    font-size: 1.8rem;
    vertical-align: middle; }
  .table2 tr th.w30 {
    width: 30%;
    padding: 0.5em; }
  .table2 tr th.w20 {
    width: 20%;
    padding: 0.5em; }
  .table2 tr td {
    border: 1px solid #1A1A1A;
    padding: 1em;
    text-align: center;
    font-size: 1.8rem;
    vertical-align: middle; }
  .table2 tr .bg_w {
    background: #fff; }
  .table2 tr .bg_gray {
    background: #E2E6EF; }
  .table2 tr .bg_gray2 {
    background: #F4F4F4; }
  .table2 tr .bg_red {
    background: #EA973A;
    color: #fff; }
  .table2 tr .bg_red2 {
    background: #FEF3EC; }
  .table2 tr .sign {
    font-size: 2.4rem; }

.com {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 1em;
  font-size: 1.9rem;
  font-weight: 700; }

.soudan1 {
  width: 395px;
  margin-top: -30px; }

.foot_box {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 80px;
  padding: 20px; }

.foot_col {
  display: flex;
  justify-content: space-between; }
  .foot_col .col1 {
    width: 44%; }
  .foot_col .col2 {
    width: 53%; }

.logo2 {
  width: 190px; }

.tel1 {
  margin-bottom: 6px; }
  .tel1 a {
    font-size: 4.6rem;
    color: #EA8025;
    font-weight: 700;
    line-height: 1; }
    .tel1 a:before {
      content: "";
      display: inline-block;
      width: 34px;
      height: 34px;
      background: url("../img/phone.png") no-repeat;
      background-size: contain;
      margin-right: 8px;
      transform: translate(0, 5%); }

@media screen and (max-width: 1030px) {
  .ul_prob li {
    font-size: 2rem;
    padding: 6px 16px 6px 42px; } }
@media screen and (max-width: 1000px) {
  .pro_ttl div {
    font-size: 2.2rem; }
    .pro_ttl div span {
      font-size: 2.8rem; }

  .sol_f {
    font-size: 2rem; }

  .colsol_1 .col1 {
    width: 48%; }
  .colsol_1 .col2 {
    width: 49%; }
    .colsol_1 .col2 p {
      font-size: 1.9rem; }

  .top_right {
    padding-top: 60px;
    padding-bottom: 60px; }

  .top_mes_ttl div {
    font-size: 2.4rem;
    padding-left: 80px;
    padding-right: 50px; }
    .top_mes_ttl div:before {
      width: 34px;
      height: 34px;
      top: 34px;
      left: 30px; }

  .top_left {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px; }

  .h2_1 {
    font-size: 2.4rem;
    margin-bottom: 40px; }
    .h2_1 .ttl_no {
      font-size: 3rem; }

  .top_point_wrap .top_point_box {
    margin-bottom: 50px; }
    .top_point_wrap .top_point_box h3 {
      font-size: 1.8rem; }
    .top_point_wrap .top_point_box .t_point {
      font-size: 1.6rem; }
      .top_point_wrap .top_point_box .t_point span {
        font-size: 2.1rem; }

  .top_chiryo_wrap {
    margin-bottom: -30px; }
    .top_chiryo_wrap .top_chiryo_box {
      width: 40%;
      margin-bottom: 30px; }
      .top_chiryo_wrap .top_chiryo_box h3 {
        font-size: 2rem; }
      .top_chiryo_wrap .top_chiryo_box p {
        margin-top: 8px; }

  .com {
    font-size: 1.7rem; }

  .soudan1 {
    width: 300px;
    margin-top: -20px; }

  .foot_box {
    margin-bottom: 60px; }

  .foot_col .col1 {
    width: 44%; }
  .foot_col .col2 {
    width: 53%; }

  .logo2 {
    width: 190px; }

  .tel1 a {
    font-size: 3.2rem; }
    .tel1 a:before {
      width: 26px;
      height: 26px;
      margin-right: 3px;
      transform: translate(0, 10%); } }
@media screen and (max-width: 500px) {
  .mv_pc {
    display: none; }

  .mv_sp {
    display: block; }

  .pro_ttl div {
    font-size: 1.8rem; }
    .pro_ttl div span {
      font-size: 2.3rem; }

  .pro_img {
    width: 260px; }

  .ul_prob {
    display: block;
    margin-left: 0%; }
    .ul_prob li {
      margin-left: 0%;
      width: 100%;
      font-size: 1.75rem;
      padding: 6px 12px 6px 30px;
      margin-bottom: 10px; }
      .ul_prob li:before {
        width: 16px;
        height: 16px;
        top: 12px;
        left: 8px; }

  .sol_f {
    font-size: 1.8rem; }

  .colsol_1 {
    display: block; }
    .colsol_1 .col1 {
      width: 100%;
      margin-bottom: 16px; }
    .colsol_1 .col2 {
      width: 100%; }
      .colsol_1 .col2 p {
        font-size: 1.7rem; }

  .top_mes_ttl {
    margin-bottom: 30px; }
    .top_mes_ttl div {
      line-height: 1.6;
      font-size: 1.9rem;
      padding-left: 70px;
      padding-right: 20px; }
      .top_mes_ttl div:before {
        width: 30px;
        height: 30px;
        top: 46px;
        left: 18px; }

  .col2t_1 {
    display: block; }
    .col2t_1 .col1 {
      width: 100%;
      margin-bottom: 16px; }
    .col2t_1 .col2 {
      width: 100%; }

  .h2_1 {
    font-size: 2.1rem;
    padding-top: 10px;
    padding-bottom: 8px;
    margin-bottom: 30px; }
    .h2_1 .ttl_no {
      font-size: 2.5rem; }

  .top_point_wrap {
    display: block;
    margin-left: 0%;
    margin-bottom: 40px; }
    .top_point_wrap .top_point_box {
      width: 100%;
      margin-left: 0%;
      margin-bottom: 40px; }
      .top_point_wrap .top_point_box .t_point {
        font-size: 1.5rem; }

  .top_chiryo_wrap {
    display: block;
    margin-left: 0%;
    margin-bottom: 40px; }
    .top_chiryo_wrap .top_chiryo_box {
      width: 100%;
      margin-left: 0%;
      padding: 16px; }
      .top_chiryo_wrap .top_chiryo_box h3 {
        font-size: 1.9rem; }

  .sp_scroll {
    overflow-x: scroll; }
    .sp_scroll table {
      min-width: 500px; }

  .table2 {
    width: 540px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto; }
    .table2 tr th {
      font-size: 1.5rem; }
    .table2 tr th.jihi {
      color: #fff; }
    .table2 tr th.w30 {
      width: 39%; }
    .table2 tr th.w20 {
      width: 23.5%; }
    .table2 tr td {
      font-size: 1.5rem; }
    .table2 tr .sign {
      font-size: 2.1rem; }

  .soudan1 {
    width: 70%;
    margin-top: -20px; }

  .foot_box {
    padding: 16px; }

  .foot_col {
    display: block; }
    .foot_col .col1 {
      width: 100%;
      margin-bottom: 16px; }
    .foot_col .col2 {
      width: 100%; } }
/*footer*/
.muryo {
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-bottom: 40px; }
  .muryo h3 {
    margin: 0 auto;
    display: inline-block;
    background-color: #fff;
    border-radius: 60px;
    color: #EA8025;
    font-weight: 700;
    font-size: 4rem;
    letter-spacing: 0.08em;
    padding: 0.1em 1em; }
    .muryo h3:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-top: 15px solid #fff; }

.foot_box2 {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px; }

.time2 {
  margin-top: 6px; }

.map iframe {
  min-height: 410px; }

.copy {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px; }
  .copy small {
    font-size: 1.3rem;
    color: #fff; }

.foot_tb {
  display: none; }

@media screen and (max-width: 1000px) {
  .muryo {
    padding-top: 60px;
    margin-bottom: 30px; }
    .muryo h3 {
      font-size: 3rem; }

  .map iframe {
    min-height: 410px; }

  .logo3 {
    width: 90%; }

  .foot_tb {
    display: none; } }
@media screen and (max-width: 500px) {
  .muryo h3 {
    font-size: 2.4rem; }

  .foot_box2 {
    padding: 16px; }

  .logo3 {
    width: 70%;
    margin-bottom: 8px; }

  .map iframe {
    min-height: 360px; }

  .f-cta_wrap {
    position: fixed;
    bottom: 2px;
    width: 100%;
    z-index: 99; }
    .f-cta_wrap .f-cta {
      display: flex;
      text-align: center;
      align-items: center; }
      .f-cta_wrap .f-cta .f-cta-tel {
        width: 100%; }
        .f-cta_wrap .f-cta .f-cta-tel a {
          background-color: #EA8025;
          color: #fff;
          height: 44px;
          border: 2px solid #F7F5F1;
          border-radius: 10px;
          display: block;
          padding-top: 7px;
          font-size: 1.5rem;
          font-weight: 700; }
          .f-cta_wrap .f-cta .f-cta-tel a:before {
            content: "";
            display: inline-block;
            width: 12px;
            height: 14px;
            background: url(../img/telw.png) no-repeat;
            background-size: contain;
            margin-right: 3px;
            transform: translate(0, 20%); }
      .f-cta_wrap .f-cta .f-cta-web {
        width: 50%; }
        .f-cta_wrap .f-cta .f-cta-web a {
          background-color: #FBA62D;
          color: #fff;
          height: 44px;
          display: block;
          padding-top: 7px;
          font-size: 1.5rem;
          font-weight: 700; }
          .f-cta_wrap .f-cta .f-cta-web a:before {
            content: "";
            display: inline-block;
            width: 12px;
            height: 14px;
            background: url(../img/mail.png) no-repeat;
            background-size: contain;
            margin-right: 6px;
            transform: translate(0, 30%); }

  .biz-hour {
    font-size: 1.4rem; }

  .biz-hour td, th {
    padding: 0.1em 0.6em; }

  .circle {
    width: 14px;
    height: 14px; } }
