@charset "UTF-8";
/* Mixin */
/* フォント関係 */
/* カラー関係 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;0,700;0,900;1,500;1,700&display=swap&text=0123456789");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,700;1,700&family=Noto+Sans+JP:wght@400;700&display=swap");
/*icon*/
@font-face {
  font-family: "oiwaiyasan";
  src: url("/fonts/oiwaiyasan.eot?pezfme");
  src: url("/fonts/oiwaiyasan.eot?pezfme#iefix") format("embedded-opentype"), url("/fonts/oiwaiyasan.ttf?pezfme") format("truetype"), url("/fonts/oiwaiyasan.woff?pezfme") format("woff"), url("/fonts/oiwaiyasan.svg?pezfme#oiwaiyasan") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=os-], [class*=" os-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "oiwaiyasan" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.os-arrowRight:before {
  content: "\e900";
}

.os-arrowLeft:before {
  content: "\e919";
}

.os-minus:before {
  content: "\e91a";
}

.os-plus:before {
  content: "\e91b";
}

.os-4_4:before {
  content: "\e91c";
}

.os-4_3:before {
  content: "\e91d";
}

.os-4_2:before {
  content: "\e91e";
}

.os-4_1:before {
  content: "\e91f";
}

.os-arrowTop:before {
  content: "\e920";
}

.os-arrowRightBG:before {
  content: "\e901";
}

.os-arrowLeftBG:before {
  content: "\e902";
}

.os-qa:before {
  content: "\e903";
}

.os-truck:before {
  content: "\e904";
}

.os-refrigerator:before {
  content: "\e905";
}

.os-takuhaiBox:before {
  content: "\e906";
}

.os-creditcard:before {
  content: "\e907";
}

.os-mail:before {
  content: "\e908";
}

.os-presentBox:before {
  content: "\e909";
}

.os-cake:before {
  content: "\e90a";
}

.os-cart:before {
  content: "\e921";
}

.os-phone-solid:before {
  content: "\e90b";
}

.os-minus-solid:before {
  content: "\e90c";
}

.os-eyeSlash:before {
  content: "\e90d";
}

.os-eye:before {
  content: "\e90e";
}

.os-plus-solid:before {
  content: "\e90f";
}

.os-bars:before {
  content: "\e910";
}

.os-angleRight:before {
  content: "\e911";
}

.os-glass:before {
  content: "\e912";
}

.os-xmark:before {
  content: "\e913";
}

.os-user:before {
  content: "\e914";
}

.os-heart:before {
  content: "\e915";
}

.os-gift:before {
  content: "\e916";
}

.os-calendar:before {
  content: "\e917";
}

.os-cakeCandles:before {
  content: "\e918";
}

.os-phone:before {
  content: "\e942";
}

.os-bubble:before {
  content: "\e96b";
}

.os-facebook:before {
  content: "\ea90";
}

.os-facebookBG:before {
  content: "\ea91";
}

.os-instagram:before {
  content: "\ea92";
}

.os-twitter:before {
  content: "\ea96";
}

.os-youtube:before {
  content: "\ea9d";
}

#mainVisualVoice {
  display: block;
  position: relative;
  max-width: 106rem;
  margin-left: auto;
  margin-right: auto;
}
#mainVisualVoice img {
  width: 100%;
  height: auto;
}

.voiceWrap > div {
  overflow: hidden;
  position: relative;
  max-width: 106rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .voiceWrap > div {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1023px) {
  .voiceWrap > div {
    margin-left: 3vw;
    margin-right: 3vw;
  }
}
.voiceWrap h2 {
  font-size: 1.8rem;
  margin-bottom: 0;
  letter-spacing: 0;
  text-align: left;
  border-radius: 1.1em;
  padding: 0.2em 1.5rem;
  background: #ebd7c2;
  color: #000;
  position: relative;
}
.voiceWrap h2::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-right: 0.8rem solid #ebd7c2;
  top: 0.9em;
  left: -0.7rem;
}
.voiceWrap h3 {
  padding-left: 0;
  font-size: 1.4rem;
  margin-top: 0.5rem;
  margin-left: 1.5rem;
}
.voiceWrap h3:before {
  display: none;
}
.voiceWrap h4 {
  font-size: 1.4rem;
  background: url("/images/voice/common/vIcon.png") no-repeat left;
  color: #968069;
  line-height: 1.4;
}
.voiceWrap p + p {
  margin-top: 0.8rem;
}

.voiceSingle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.voiceSingle {
  margin-top: 5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .voiceSingle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .voiceSingle picture {
    max-width: 32rem;
    margin-right: 3rem;
  }
}

.voiceMain {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.voiceHeadLine {
  padding-left: 7rem;
  background: left top no-repeat;
  background-size: 6rem auto;
}
@media (max-width: 1023px) {
  .voiceHeadLine {
    margin-top: 2rem;
  }
}

.voiceIcon01 {
  background-image: url("/images/voice/common/icon01.png");
}

.voiceIcon02 {
  background-image: url("/images/voice/common/icon02.png");
}

.voiceIcon03 {
  background-image: url("/images/voice/common/icon03.png");
}

.voiceIcon04 {
  background-image: url("/images/voice/common/icon04.png");
}

.voiceIcon05 {
  background-image: url("/images/voice/common/icon05.png");
}