/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/import-glob-loader/index.js!./src/scss/gmb/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
img {
  max-width: 100%;
}
.sp {
  display: none;
}

section.home {
  width: 100%;
  height: 696px;
  background-image: url(../../images/gmb/main_bg.jpg);
  background-size: cover;
  display: -webkit-box;
  display: flex;
}
section.home,section.home .content_wrap {
  -webkit-box-align: end;
          align-items: flex-end;
}
section.home .content_wrap {
  display: grid;
  grid-template-columns: 557px 534px;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
section.home .content_wrap .hukidashi {
  font: normal normal 600 24px/45px Hiragino Sans;
  text-align: center;
  position: relative;
  z-index: 2;
}
section.home .content_wrap .hukidashi::before {
  content: "";
  width: 493px;
  height: 69px;
  display: block;
  background-image: url(../../images/gmb/img_home_hukidashi.svg);
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}
section.home .content_wrap .title {
  text-align: center;
  font: normal normal 600 70px/106px Hiragino Sans;
  margin-top: 20px;
  margin-bottom: -30px;
}
section.home .content_wrap .title span {
  color: white;
  position: relative;
  z-index: 2;
  padding: 0 21px;
}
section.home .content_wrap .title span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 104px;
  background: #FF8A02;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}

.bar p {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #FF8A02;
  font: normal normal 600 31px/53px Hiragino Sans;
  letter-spacing: 0px;
  color: #FFF;
}

section.sec1 {
  padding: 76px 0 0;
}
section.sec1 h2 {
  font: normal normal 600 40px/45px Hiragino Sans;
  letter-spacing: 0px;
  color: #FF5002;
  margin-bottom: 24px;
  text-align: center;
}
section.sec1 .sub_title {
  font: normal normal 600 27px/38px Hiragino Sans;
  text-align: center;
  margin-bottom: 48px;
}
section.sec1 .sub_title span {
  font: normal normal 600 30px/38px Hiragino Sans;
  letter-spacing: 0px;
  color: #FF5002;
}
section.sec1 .content_wrap {
  width: 78.93%;
  max-width: 911px;
  margin: 0 auto 44px;
  display: grid;
  grid-template-columns: 440px 440px;
  -webkit-column-gap: 31px;
     -moz-column-gap: 31px;
          column-gap: 31px;
}
section.sec1 h3 {
  font: normal normal 600 40px/45px Hiragino Sans;
  text-align: center;
  letter-spacing: 0px;
  color: #FF5002;
}
section.sec1 .content {
  padding: 40px 20px 45px;
  background: #E1EFF4;
  border-radius: 10px;
  display: grid;
  -webkit-box-pack: center;
          justify-content: center;
  row-gap: 22px;
}
section.sec1 .content img {
  margin: 0 auto;
  height: 192px;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}
section.sec1 .content p {
  text-align: center;
  font: normal normal 600 24px/45px Hiragino Sans;
}
section.sec2 {
  background: #FCF7E4;
  position: relative;
  padding: 11.9vw 0 72px;
}
section.sec2 .white_arrow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
section.sec2 .point {
  width: 442px;
  height: 74px;
  background: #FF8A02 0% 0% no-repeat padding-box;
  border-radius: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: white;
  font: normal normal 600 28px/45px Hiragino Sans;
  margin: 0 auto 27px;
}
section.sec2 .subsub {
  text-align: center;
  font: normal normal 600 24px/25px Hiragino Sans;
}
section.sec2 .content_wrap {
  margin: 40px auto 0;
  max-width: 940px;
  width: 79.8%;
  row-gap: 59px;
  display: grid;
  grid-template-columns: 100%;
}
section.sec2 .content_wrap .content {
  background: white;
  display: grid;
  grid-template-columns: 430px auto;
  gap: 11px 30px;
  padding: 30px 40px;
  border-radius: 10px;
  position: relative;
}
section.sec2 .content_wrap .content::after {
  content: "";
  display: block;
  width: 66px;
  height: 26px;
  background-image: url(../../images/gmb/orange_arrow.svg);
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
section.sec2 .content_wrap .content.bottom::after {
  display: none;
}
section.sec2 .content_wrap .content .right h3 {
  font: normal normal 600 24px/25px Hiragino Sans;
  letter-spacing: 0px;
  color: #000;
}
section.sec2 .content_wrap .content .right p {
  font: normal normal normal 18px/32px Hiragino Sans;
}
section.sec2 .content_wrap .content .right h3 span {
  font: normal normal 600 64px/88px Open Sans;
  letter-spacing: 0px;
  color: #FF8A02;
  margin-right: 8px;
}
section.sec2 .content_wrap .content .right .grid_wrap {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 28px;
}
section.sec2 .content_wrap .content .right .grid_wrap .point {
  width: 128px;
  height: 32px;
  margin: 0 0 16px;
}
section.sec2 .content_wrap .content .right .grid_wrap .small {
  font: normal normal normal 14px/28px Hiragino Sans;
}
section.sec2 .content_wrap .content.bottom {
  display: grid;
  grid-template-columns: 100%;
}
section.sec2 .content_wrap .content.bottom h3 {
  font: normal normal 600 40px/40px Hiragino Sans;
  text-align: center;
  letter-spacing: 0px;
  color: #FF5002;
  margin-bottom: 25px;
  margin-top: 18px;
}
section.sec2 .content_wrap .content.bottom p {
  font: normal normal 600 24px/32px Hiragino Sans;
  text-align: center;
}
section.sec2 .content_wrap .content.bottom img {
  position: relative;
  left: -7px;
}
section.sec4 {
  padding: 75px 0 86px;
  width: 89.33%;
  max-width: 940px;
  margin: 0 auto;
  /* border: solid #EB5D2A 2px;
     border-radius: 10px; */
}
section.sec4 .sub_title {
  font: normal normal 600 24px/45px Hiragino Sans;
}
section.sec4 .sub_title,section.sec4 h2 {
  text-align: center;
  letter-spacing: 0px;
}
section.sec4 h2 {
  font: normal normal 600 48px/45px Hiragino Sans;
  color: #FF5002;
  margin-top: 18px;
  margin-bottom: 74px;
}
section.sec4 .content_wrap {
  border: solid #EB5D2A 2px;
  border-radius: 10px;
  padding: 31px 51px 21px;
  position: relative;
}
section.sec4 .content_wrap .content {
  display: grid;
  grid-template-columns: 30px 200px -webkit-max-content;
  grid-template-columns: 30px 200px max-content;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  height: 100px;
  border-bottom: 1px solid #D3D3D3;
  -webkit-box-align: center;
          align-items: center;
}
section.sec4 .content_wrap .content:nth-last-child(1) {
  border: none;
}
section.sec4 .small {
  text-align: right;
  font: normal normal normal 16px/30px Hiragino Sans;
  margin-top: 20px;
}

.big_point {
  width: 410px;
  height: 58px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font: normal normal 600 22px/35px Hiragino Sans;
  letter-spacing: 0px;
  color: #FFF;
  background: #FF8A02 0% 0% no-repeat padding-box;
  border-radius: 50px;
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

section.sec4 .content_wrap .content .title {
  font: normal normal 600 18px/30px Hiragino Sans;
}
section.sec5 {
  background: #FF8A02;
  padding: 65px 0 72px;
}
section.sec5 .content_wrap {
  width: 89.33%;
  max-width: 940px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 30.744% 30.744% 30.744%;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
section.sec5 .content_wrap .content {
  background: white;
  border-radius: 10px;
  padding: 29px 0 32px;
  position: relative;
}
section.sec5 .content_wrap .content::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 34px;
  height: 58px;
  background-image: url(../../images/gmb/yellow_arrow.svg);
  right: -34px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
section.sec5 .content_wrap .content:nth-last-child(1)::after {
  display: none;
}

a {
  color: black;
  text-decoration: none;
}

section.sec5 .content_wrap .content img {
  width: 100%;
}
section.sec5 .content_wrap .content p {
  padding: 0 23px;
  text-align: center;
  font: normal normal normal 16px/30px Hiragino Sans;
}
section.sec5 h3 {
  font: normal normal 600 32px/54px Hiragino Sans;
  text-align: center;
  margin-bottom: 38px;
  letter-spacing: 0px;
  color: #FFF;
}
section.sec5 .content_wrap .content .num {
  text-align: center;
  font: normal normal 600 16px/16px Hiragino Sans;
  letter-spacing: 0px;
  color: #F01400;
}
section.sec5 .content_wrap .content .title {
  text-align: center;
  font: normal normal 600 24px/25px Hiragino Sans;
  margin-top: 18px;
}

.bottom_rebichika {
  padding: 80px 0;
}
.bottom_rebichika .content_wrap {
  width: 89.33%;
  max-width: 940px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 266px auto;
  -webkit-column-gap: 114px;
     -moz-column-gap: 114px;
          column-gap: 114px;
  padding: 46px 30px 51px 59px;
  background: #FCF7E4 0% 0% no-repeat padding-box;
  border-radius: 10px;
}
.bottom_rebichika .content_wrap .left img {
  width: 100%;
}
.bottom_rebichika .content_wrap .left p {
  text-align: center;
  font: normal normal 600 24px/36px Hiragino Sans;
  margin-top: 12px;
  letter-spacing: 0px;
}
.bottom_rebichika .content_wrap .left p.rebi_point {
  text-align: center;
  font: normal normal 600 24px/41px Hiragino Sans;
  margin: 3px auto 0;
  letter-spacing: 0px;
  color: #FFF;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 180px;
  height: 41px;
  background: #FF8A02 0% 0% no-repeat padding-box;
  border-radius: 4px;
}
.bottom_rebichika .content_wrap .right h3 {
  text-align: center;
  font: normal normal 600 80px/88px Open Sans;
  letter-spacing: 0px;
  color: #FF5002;
}
.bottom_rebichika .content_wrap .right h3,.bottom_rebichika .content_wrap .right h3 span.tenpo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
}
.bottom_rebichika .content_wrap .right h3 span.tenpo {
  font: normal normal 600 35px/42px Open Sans;
  padding-bottom: 8px;
  padding-right: 8px;
}
.bottom_rebichika .content_wrap .right h3 p.yen {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  padding-bottom: 8px;
}
.bottom_rebichika .content_wrap .right h3 p.yen .tax {
  font: normal normal 600 13px/22px Open Sans;
}
.bottom_rebichika .content_wrap .right h3 p.yen .yen_text {
  font: normal normal 600 35px/42px Open Sans;
}
.bottom_rebichika .content_wrap .right .list {
  font: normal normal normal 20px/35px Hiragino Sans;
}
.bottom_rebichika .content_wrap .right .list.title {
  font: normal normal 600 20px/35px Hiragino Sans;
  margin-top: 8px;
}
.bottom_rebichika .content_wrap .left {
  position: relative;
}
.bottom_rebichika .content_wrap .left::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -57px;
  width: 1px;
  height: 100%;
  background: #D3D3D3;
  display: block;
}

.contact_arrow {
  width: 386px;
  height: 86px;
  text-decoration: none;
  margin: 40px auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #FF8A02 0% 0% no-repeat padding-box;
  border-radius: 43px;
  font: normal normal 600 20px/20px Hiragino Sans;
  letter-spacing: 0px;
  color: #FFF;
  position: relative;
}
.contact_arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 17px;
  background-image: url(../../images/gmb/Icon\ awesome-chevron-up.svg);
  position: absolute;
  background-size: cover;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.fadeup.is-animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.js-scroll {
  opacity: 0;
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
html {
  overflow-x: hidden;
  max-width: 100vw;
}

* {
  font-family: "Hiragino Kaku Gothic ProN" !important;
  letter-spacing: 0.05em;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free" !important;
}

@media (max-width: 768px) {
  section.home .content_wrap .title span::after {
    height: 50px;
  }

  .sp {
    display: block;
  }

  section.home {
    height: 485px;
    background-image: url(../../images/gmb/main_bg_sp.jpg);
  }
  section.home .content_wrap {
    grid-template-columns: 100%;
    position: relative;
  }
  section.home .content_wrap .title {
    font: normal normal 900 33px/46px "Hiragino Kaku Gothic ProN";
    margin-top: 20px;
    margin-bottom: 2px;
  }
  section.home .content_wrap .hukidashi {
    font: normal normal 600 13px/24px Hiragino Sans;
  }
  section.home .content_wrap .hukidashi::before {
    width: 297px;
    height: 42px;
    background-image: url(../../images/gmb/img_home_hukidashi_sp.svg);
    top: -5px;
  }
  section.home .content_wrap .right {
    width: 228px;
    margin: 0 auto -5px;
  }

  .home_char {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0px;
  }

  .bar p {
    font: normal normal 600 16px/27px Hiragino Sans;
    letter-spacing: 0px;
    height: 56px;
  }

  section.sec1 {
    padding-top: 28px;
    margin-bottom: 10px;
  }
  section.sec1 h2 {
    font: normal normal 600 20px/32px Hiragino Sans;
    padding: 0 15px;
    text-align: left;
    margin-bottom: 4px;
  }
  section.sec1 .sub_title {
    font: normal normal 600 16px/28px Hiragino Sans;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 22px;
  }
  section.sec1 .sub_title span {
    font: normal normal 600 18px/28px Hiragino Sans;
  }
  section.sec1 .content_wrap {
    grid-template-columns: 100%;
    row-gap: 14px;
    margin-bottom: 24px;
  }
  section.sec1 .content {
    row-gap: 17px;
    padding: 20px 0 27px;
  }
  section.sec1 .content img {
    height: 122px;
    width: auto;
  }
  section.sec1 .content p {
    font: normal normal 600 18px/18px Hiragino Sans;
  }
  section.sec1 h3 {
    font: normal normal 600 20px/32px Hiragino Sans;
  }
  section.sec2 {
    padding-top: 21.33vw;
    padding-bottom: 33px;
  }
  section.sec2 .point {
    width: 295px;
    margin: 0 auto 17px;
    height: 44px;
    font: normal normal 600 18px/29px Hiragino Sans;
  }
  section.sec2 .subsub {
    font: normal normal 600 18px/30px Hiragino Sans;
    padding: 0 17px;
  }
  section.sec2 .content_wrap {
    margin-top: 14px;
    width: 89.333vw;
    row-gap: 36px;
  }
  section.sec2 .content_wrap .content {
    grid-template-columns: 100%;
    padding: 8px 20px 30px;
  }
  section.sec2 .content_wrap .content .left {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  section.sec2 .content_wrap .content .left img {
    width: 100%;
  }
  section.sec2 .content_wrap .content.bottom img {
    left: -16px;
  }
  section.sec2 .content_wrap .content .right h3 {
    font: normal normal 600 18px/25px Hiragino Sans;
    margin-bottom: 6px;
  }
  section.sec2 .content_wrap .content .right h3 span {
    font: normal normal 600 43px/59px Open Sans;
  }
  section.sec2 .content_wrap .content .right p {
    font: normal normal normal 15px/28px Hiragino Sans;
  }
  section.sec2 .content_wrap .content .left .small {
    font: normal normal normal 14px/27px Hiragino Sans;
  }
  section.sec2 .content_wrap .content .right .grid_wrap {
    row-gap: 22px;
  }
  section.sec2 .content_wrap .content .right .grid_wrap .point {
    width: 120px;
    height: 30px;
    border-radius: 15px;
    font: normal normal normal 14px/14px Hiragino Sans;
    margin-bottom: 9px;
  }
  section.sec2 .content_wrap .content.bottom h3 {
    font: normal normal 600 24px/24px Hiragino Sans;
    margin-top: 24px;
    margin-bottom: 5px;
  }
  section.sec2 .content_wrap .content.bottom p {
    font: normal normal 600 16px/28px Hiragino Sans;
    letter-spacing: 0px;
  }
  section.sec4 {
    padding: 44px 0 35px;
  }
  section.sec4 .sub_title {
    font: normal normal 600 14px/23px Hiragino Sans;
  }
  section.sec4 h2 {
    font: normal normal 600 24px/23px Hiragino Sans;
    margin-top: 12px;
    margin-bottom: 47px;
  }

  .big_point {
    width: 314px;
    height: 46px;
    font: normal normal 600 18px/27px Hiragino Sans;
    top: -28px;
  }

  section.sec4 .content_wrap {
    border-radius: 5px;
    padding: 20px 20px 9px;
  }
  section.sec4 .content_wrap .content {
    grid-template-columns: 28px auto;
    height: auto;
    padding: 16px 0 19px;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    row-gap: 14px;
  }
  section.sec4 .content_wrap .content img {
    width: 100%;
  }
  section.sec4 .content_wrap .content .desc {
    grid-column: 1/3;
    font: normal normal normal 15px/28px Hiragino Sans;
  }
  section.sec4 .content_wrap .content .title {
    font: normal normal 600 18px/32px Hiragino Sans;
  }
  section.sec4 .small {
    text-align: left;
    font: normal normal normal 14px/28px Hiragino Sans;
    margin-top: 18px;
  }
  section.sec5 {
    padding-top: 48px;
    padding-bottom: 40px;
  }
  section.sec5 h3 {
    text-align: center;
    font: normal normal 600 20px/34px Hiragino Sans;
    margin-bottom: 21px;
  }
  section.sec5 .content_wrap {
    grid-template-columns: 100%;
    row-gap: 28px;
  }
  section.sec5 .content_wrap .content {
    display: grid;
    grid-template-columns: 97px auto;
    padding: 24px 23px 28px;
    -webkit-box-align: center;
            align-items: center;
    gap: 18px 16px;
  }
  section.sec5 .content_wrap .content .text_wrap {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  section.sec5 .content_wrap .content img {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  section.sec5 .content_wrap .content::after {
    height: 20px;
    width: 48px;
    background-size: cover;
    background-image: url(../../images/gmb/yellow_arrow_sp.svg);
    top: unset;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  section.sec5 .content_wrap .content p {
    -webkit-box-ordinal-group: 2;
            order: 1;
    grid-column: 1/3;
    text-align: left;
    padding: 0px;
    font: normal normal normal 15px/28px Hiragino Sans;
  }
  section.sec5 .content_wrap .content .num {
    text-align: left;
    font: normal normal 600 14px/14px Hiragino Sans;
    letter-spacing: 0px;
  }
  section.sec5 .content_wrap .content .title {
    text-align: left;
    margin-top: 10px;
    font: normal normal 600 20px/20px Hiragino Sans;
  }

  .bottom_rebichika .content_wrap {
    grid-template-columns: 100%;
    padding: 25px 25px 30px;
  }
  .bottom_rebichika .content_wrap .left img {
    width: 229px;
    margin: 0 auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bottom_rebichika .content_wrap .left p {
    margin-top: 20px;
    font: normal normal 600 20px/20px Hiragino Sans;
  }
  .bottom_rebichika .content_wrap .left p.rebi_point {
    width: 155px;
    height: 35px;
    font: normal normal 600 20px/20px Hiragino Sans;
    margin-top: 8px;
  }
  .bottom_rebichika .content_wrap .right h3 {
    font: normal normal 600 55px/61px Open Sans;
    -webkit-box-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
  .bottom_rebichika .content_wrap .right h3 span.tenpo {
    font: normal normal 600 25px/30px Open Sans;
    padding-bottom: 5px;
  }
  .bottom_rebichika .content_wrap .right h3 p.yen .yen_text {
    font: normal normal 600 25px/30px Open Sans;
  }
  .bottom_rebichika .content_wrap .right h3 p.yen .tax {
    font: normal normal 600 8px/13px Open Sans;
  }
  .bottom_rebichika .content_wrap .right .list {
    font: normal normal normal 18px/33px Hiragino Sans;
  }
  .bottom_rebichika .content_wrap .right .list.title {
    font: normal normal 600 18px/33px Hiragino Sans;
    margin-top: 16px;
  }

  .contact_arrow {
    width: 290px;
    height: 50px;
    font: normal normal 600 15px/28px Hiragino Sans;
    margin-top: 26px;
    margin-bottom: 0px;
  }

  .breacrum {
    padding: 5px 20px;
    border-top: 1px solid #d5d5d5;
  }

  .breacrum .breacrum_list li {
    font-size: 11px;
    line-height: 23px;
    display: inline-block;
  }
  .breacrum .breacrum_list li:not(:last-child):after {
    content: "/";
    display: inline-block;
    margin-left: 3px;
  }

  .contact_arrow::after {
    width: 8px;
    height: 14px;
    right: 19.5px;
  }
}

@media only screen and (min-width: 701px) {
  .breacrum {
    border-top: 1px solid #d5d5d5;
    padding: 5px 0;
  }

  .wrapper-link {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }

  .breacrum .breacrum_list li {
    font-size: 14px;
    line-height: 23px;
    display: inline-block;
  }
  .breacrum .breacrum_list li:not(:last-child):after {
    content: "/";
    display: inline-block;
    margin-left: 3px;
  }

  section.home .content_wrap {
    margin-bottom: -7px !important;
  }
}

/*# sourceMappingURL=style.css.map*/