@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap");

::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  margin: 0;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

/** ã“ã“ã‹ã‚‰ **/

.positionR {
  position: relative !important;
}

.section-wrap {
  /*width: 100%;*/
  padding: 0 15px
}

@media screen and (min-width:769px) {
  .section-wrap {
    max-width: 1180px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto
  }
}

.only-display-pc {
  display: none !important
}

@media screen and (min-width:769px) {
  .only-display-pc {
    display: block !important
  }
}

.only-display-sp {
  display: block !important
}

@media screen and (min-width:769px) {
  .only-display-sp {
    display: none !important
  }
}

.common-consumption-special {
  margin-top: 60px;
}

.common-consumption-special-mv-wrap {
  height: 290px
}

@media screen and (min-width:769px) {
  .common-consumption-special-mv-wrap {
    height: 280px
  }
}

.common-consumption-special-mv-img {
  position: absolute;
  bottom: 0;
  top: 50%;
  left: 50%;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 280px;
  transform: translate(-50%, -50%);
}

@media screen and (min-width:769px) {
  .common-consumption-special-mv-img {
    width: 1180px;
    height: 100%
  }
}

.common-consumption-special-mv-img-figure {
  min-height: 280px;
  position: relative;
  overflow: hidden;
}

.common-consumption-special-mv-text {
  padding: 20px 13px 0;
  display: block;
  bottom: unset;
  position: absolute;
  top: 0;
  left: 0
}

@media screen and (min-width:769px) {
  .common-consumption-special-mv-text {
    bottom: 15px;
    padding: 20px 30px 0
  }
}

.common-consumption-special-mv-title {
  font-size: 24px;
  line-height: 1.33;
  color: #fff;
  text-shadow: 0 0 4px #002f65
}

@media screen and (min-width:769px) {
  .common-consumption-special-mv-title {
    font-size: 40px;
    line-height: 1.2
  }
}

.common-consumption-special-mv-title-sub {
  font-size: 15px;
  line-height: 1.33;
  margin-bottom: 5px
}

@media screen and (min-width:769px) {
  .common-consumption-special-mv-title-sub {
    font-size: 23px;
    line-height: 2.48;
    margin-bottom: unset
  }
}

.common-consumption-special-mv-btn {
  display: flex;
  margin: 0 auto;
  margin-top: 105px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 10px 22px
}

@media screen and (min-width:769px) {
  .common-consumption-special-mv-btn {
    margin: 0;
    margin-top: -45px;
    /*** å…ƒã¯15px **/
    padding: 10px 32px
  }
}

.common-consumption-special-mv-btn:hover {
  padding: 10px 22px
}

@media screen and (min-width:769px) {
  .common-consumption-special-mv-btn:hover {
    padding: 10px 32px
  }
}

.mv-h1-text {
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 3;
}

@media screen and (min-width:769px) {
  .mv-h1-text {
    left: 20px;
    bottom: 50%;
    display: block;
    transform: translateY(50%)
  }
}

@media screen and (min-width:769px) {
  .mv-h1-text-img {
    position: relative;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1180px;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    margin: 0 auto;
    transform: translateY(-295px)
      /*** å…ƒã¯0 **/
  }
}

.mv-h1-title {
  width: 95%;
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal
}

@media screen and (min-width:769px) {
  .mv-h1-title {
    max-width: 1180px;
    width: 100%;
    font-size: 36px;
    line-height: 1.21
  }
}

.mv-h1-title-red {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.43;
  color: #ee3424
}

@media screen and (min-width:769px) {
  .mv-h1-title-red {
    font-size: 22px;
    line-height: 1.24
  }
}

.mv-h1-title-text {
  max-width: 80%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6
}

@media screen and (min-width:769px) {
  .mv-h1-title-text {
    max-width: none;
    font-size: 24px;
    line-height: 1.58
  }
}

.common-red-btn-target {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.common-red-btn-blog {
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (min-width:769px) {
  .common-red-btn-target.common-red-btn-blog {
    margin-top: 0;
    margin-bottom: 0;
  }

}

@media screen and (min-width:769px) {
  .common-red-btn-target {
    display: inline-flex;
    width: auto
  }
}

@media screen and (min-width:769px) {
  .common-red-btn-target:before {
    width: 100%
  }
}

.common-red-btn-target-icon {
  width: 12px;
  height: 12px;
  margin-left: 10px
}

.common-red-btn-target-icon .f59112c9-7c77-4a0d-944a-fb3ad5a53690 {
  fill: none
}

.common-red-btn-target-icon .a43cc9de-66d8-420a-a6e3-03c7100c581c {
  fill: #fff
}

@media screen and (min-width:769px) {
  .common-red-btn-target:hover .common-red-btn-target-icon .a43cc9de-66d8-420a-a6e3-03c7100c581c {
    fill: #ee3424
  }
}

.common-red-btn,
.common-red-btn-l,
.common-red-btn-s {
  position: relative;
  display: block;
  width: 170px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #ee3424;
  border-radius: 60px;
  background: #ee3424;
  line-height: 1.6;
  letter-spacing: normal;
  padding: 14px 20px;
  box-sizing: border-box;
  opacity: 1;
  overflow: hidden
}


@media screen and (min-width:769px) {

  .common-red-btn,
  .common-red-btn-l,
  .common-red-btn-s {
    width: 190px;
    font-size: 16px;
    line-height: 1.7;
    padding: 10px 20px;
    z-index: 1
  }

  .common-red-btn-l:before,
  .common-red-btn-s:before,
  .common-red-btn:before {
    right: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 0 10px #ee3424
  }

  .common-red-btn-l:after,
  .common-red-btn-l:before,
  .common-red-btn-s:after,
  .common-red-btn-s:before,
  .common-red-btn:after,
  .common-red-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 60px;
    transform-origin: right center;
    transform: scaleX(0);
    transition: transform .3s;
    z-index: -1
  }

  .common-red-btn-l:after,
  .common-red-btn-s:after,
  .common-red-btn:after {
    height: 100%;
    background: #ee3424
  }
}

@media screen and (min-width:769px) {

  .common-red-btn-l:hover,
  .common-red-btn-s:hover,
  .common-red-btn:hover {
    color: #ee3424;
    padding: 10px 20px
  }

  .common-red-btn-l:hover:before,
  .common-red-btn-s:hover:before,
  .common-red-btn:hover:before {
    transform-origin: left center;
    transform: scaleX(1)
  }
}

.common-red-btn-s {
  width: 140px
}

@media screen and (min-width:769px) {
  .common-red-btn-s {
    width: 150px
  }
}

.common-red-btn-l {
  display: inline-flex;
  width: auto;
  padding: 10px 32px;
}

@media screen and (min-width:769px) {
  .common-red-btn-l {
    padding: 10px 32px
  }
}

.common-red-btn-l:before {
  width: 256px
}

@media screen and (min-width:769px) {
  .common-red-btn-l:before {
    width: 100%
  }
}

.common-red-btn-l:hover {
  padding: 10px 32px
}

@media screen and (min-width:769px) {
  .common-red-btn-l:hover {
    padding: 10px 32px
  }
}

.common-red-btn-target {
  display: inline-flex;
  align-items: center;
  justify-content: center
}

@media screen and (min-width:769px) {
  .common-red-btn-target {
    display: inline-flex;
    width: auto
  }
}

@media screen and (min-width:769px) {
  .common-red-btn-target:before {
    width: 100%
  }
}

.common-red-btn-target-icon {
  width: 12px;
  height: 12px;
  margin-left: 10px
}

.common-red-btn-target-icon .f59112c9-7c77-4a0d-944a-fb3ad5a53690 {
  fill: none
}

.common-red-btn-target-icon .a43cc9de-66d8-420a-a6e3-03c7100c581c {
  fill: #fff
}

@media screen and (min-width:769px) {
  .common-red-btn-target:hover .common-red-btn-target-icon .a43cc9de-66d8-420a-a6e3-03c7100c581c {
    fill: #ee3424
  }
}

.contact-item.left {
  @media screen and (min-width:769px) {
  width: 22%;
  }
}

.contact-item.center {
  &::after {
    right: 5px;
  }
}

.contact-number-title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 5px;
  color: #051533;
  font-family: 'NotoSansCJKjp', sans-serif;
}

.contact-number-content {
  margin-bottom: 20px;
  color: #051533;
  font-family: 'NotoSansCJKjp', sans-serif;
}

.contact-number {
  font-size: 27px;
  color: #333333;
  margin-right: 20px;
}

.contact-number-icon-black {
  display: none;
  @media screen and (min-width:769px) {
    display: inline;
  }
}