@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

html {
  height: 100%;
}

body {
  background: #fff;
  color: #2d2d2c;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

main {
  display: block;
}

h1, h2, h3, h4, p {
  font-weight: 700;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.125;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

h2 {
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

h3 {
  font-size: 1.125rem;
  line-height: 1.33333;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

p {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

a, a:link {
  color: #2d2d2c;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover, a:active {
  color: #ff640f;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

a img, a:link img, a:visited img, a:hover img, a:active img {
  text-decoration: none;
}

[type="text"], select, button {
  border: 0;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
}

button:hover {
  cursor: pointer;
}

select, button, [type="text"] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.ut-spacer {
  display: block;
}

.ut-enText {
  font-family: "Cardo", sans-serif;
}

.ut-externalLink {
  position: relative;
}

.js-accordionContent {
  display: none;
}

img {
  text-align: center;
  margin: 0 auto 0 auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  h1 {
    font-size: 40px;
    font-size: 5.33333vw;
    line-height: 1.125;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  h2 {
    font-size: 38px;
    font-size: 5.06667vw;
    line-height: 1.18421;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  h3 {
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1.42857;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  p {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 1.53846;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
}

/*------------------------------------------------ ボタンの制御*/
a.c-btn {
  background: #7cd323;
  border: 0.125rem solid #7cd323;
  color: #fff;
  font-size: 5.33333vw;
  display: block;
  padding: 5.33333vw 5.33333vw 5.33333vw 5.33333vw;
}

a.c-btn.c-btnWhite {
  background: #fff;
  color: #7cd323;
}

a.c-btn.c-btnWhite:hover {
  background: #ff640f;
  border: 0.125rem solid #ff640f;
  color: #fff;
}

a.c-btn:hover {
  background: #ff640f;
  border: 0.125rem solid #ff640f;
}

@media screen and (min-width: 768px) {
  a.c-btn {
    font-size: 30px;
    padding: 30px;
  }
  a.c-btn.c-btnWhite {
    background: #fff;
    color: #7cd323;
  }
  a.c-btn.c-btnWhite:hover {
    background: #ff640f;
    border: 0.125rem solid #ff640f;
    color: #fff;
  }
  a.c-btn:hover {
    background: #ff640f;
    border: 0.125rem solid #ff640f;
  }
}

/*------------------------------------------------ コンテンツ*/
.firstView__icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5.33333vw 2.66667vw 5.33333vw 2.66667vw;
}

.firstView__iconText {
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.firstView__iconTextSmall {
  display: block;
  font-size: 3.2vw;
}

.firstView__iconList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
}

.firstView__iconItem:nth-child(2) {
  margin: 0 4% 0 4%;
}

.firstView__attention {
  font-size: 3.46667vw;
  font-weight: 700;
  margin: 5.33333vw 2.66667vw 5.33333vw 2.66667vw;
  text-align: center;
}

.firstView__areaCV {
  margin: 10.66667vw 2.66667vw 10.66667vw 2.66667vw;
}

.firstView__areaCVattention {
  font-size: 3.46667vw;
  font-weight: 700;
  letter-spacing: 0;
  margin: 5.33333vw 2.66667vw 5.33333vw 2.66667vw;
}

.areaCV {
  background: #faf7f5;
  padding: 10.66667vw 5.33333vw 10.66667vw 5.33333vw;
  text-align: center;
}

.areaCVattention {
  font-size: 3.46667vw;
  font-weight: 700;
  letter-spacing: 0;
  margin: 5.33333vw 2.66667vw 5.33333vw 2.66667vw;
}

.areaCV__title {
  font-size: 8vw;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 10.66667vw 0;
}

.areaCV__titleIndex {
  color: #ff640f;
}

.areaCV__btnList {
  margin: 0 0 5.33333vw 0;
}

.areaCV__btnItem:first-child {
  margin: 0 0 5.33333vw 0;
}

.areaCV__attention {
  font-size: 3.46667vw;
  font-weight: 700;
}

.areaCV__imageBg {
  background: url(https://41fp.com/lp/gct/img/firstView__bg.png) 50% 50% no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.l-section__inner {
  padding: 10.66667vw 2.66667vw 10.66667vw 2.66667vw;
}

.l-section__headerTitle {
  font-size: 8vw;
  margin: 0 0 10.66667vw 0;
  position: relative;
  text-align: center;
}

.l-section__headerTitle:before {
  background: #ff640f;
  bottom: -1.25rem;
  content: '';
  display: block;
  left: 0;
  height: 0.25rem;
  margin: auto;
  position: absolute;
  right: 0;
  width: 20%;
}

.l-section__headerTitleIndex {
  color: #ff640f;
}

.c-reason {
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.66667vw 2.66667vw #0000001c;
          box-shadow: 0 0.66667vw 2.66667vw #0000001c;
  margin: 0 0 10.66667vw 0;
  padding: 8vw 4vw 8vw 4vw;
}

.c-reasonWrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5.33333vw 0;
}

.c-reasonImage {
  width: 40%;
}

.c-reasonList {
  width: 60%;
}

.c-reasonItem {
  margin: 0 0 5.33333vw 0;
}

.c-reasonItem__text {
  font-size: 4.8vw;
  font-weight: 700;
  padding: 0 0 0 8vw;
  position: relative;
}

.c-reasonItem__text:before {
  background: url(https://41fp.com/lp/gct/img/reason__icon.png) 50% 50% no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  width: 1.25rem;
  z-index: -1;
}

.c-reasonItem:last-child {
  margin: 0 0 0 0;
}

.c-reasonText {
  font-size: 4.8vw;
  font-weight: 700;
}

.c-reasonTextIndex {
  color: #fd5252;
}

.c-question {
  text-align: center;
  margin: 0 0 10.66667vw 0;
}

.c-questionImage {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.c-solution {
  margin: 0 0 16vw 0;
  text-align: center;
}

.c-solutionImage {
  margin: 0 auto 10.66667vw auto;
  width: 80%;
}

.c-solutionTitle {
  color: #ff640f;
  font-size: 7.46667vw;
  font-weight: 700;
}

.c-solutionTitleAddition {
  font-size: 5.33333vw;
  font-weight: 700;
}

.secReason__subTitle {
  color: #7cd323;
  font-size: 4.8vw;
  font-weight: 700;
  position: relative;
  text-align: center;
}

.secReason__subTitle__image {
  margin: 2.66667vw 0 8vw 0;
}

.c-advicerItem {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 5.33333vw 0;
}

.c-advicerItem__image {
  text-align: center;
  width: 20%;
}

.c-advicerItem__image img {
  border-radius: 50%;
}

.c-advicerItem__imageName {
  font-size: 4vw;
}

.c-advicerItem__text {
  width: 75%;
}

.c-advicerItem__textContent {
  background: #f2f2f2;
  font-size: 4vw;
  padding: 5.33333vw 2.66667vw 5.33333vw 2.66667vw;
  position: relative;
}

.c-advicerItem__textContent:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.75rem;
  left: -2.25rem;
  border: 1.25rem solid transparent;
  border-right: 1.25rem solid #f2f2f2;
}

.c-advicerItem:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-advicerItem:nth-child(even) .c-advicerItem__textContent:before {
  content: "";
  left: unset;
  right: -1rem;
  border-left: 1.25rem solid #f2f2f2;
  border-right: none;
}

.c-advicerItem:last-child {
  margin: 0 0 0 0;
}

.c-numberList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10.66667vw 0;
  text-align: center;
}

.c-numberItem {
  background: #f2f2f2;
  border-radius: 0.25rem;
  padding: 5.33333vw 5.33333vw 5.33333vw 5.33333vw;
  width: calc(47% - 10vw);
}

.c-numberItemLarge {
  margin: 0 0 5% 0;
  width: 100%;
}

.c-numberItemTitle {
  font-size: 4vw;
  font-weight: 700;
  margin: 0 0 8vw 0;
  position: relative;
}

.c-numberItemTitle:before {
  background: #ddd;
  bottom: -0.625rem;
  content: '';
  display: block;
  height: 0.125rem;
  position: absolute;
  width: 100%;
}

.c-numberItemText {
  font-size: 6.66667vw;
  font-weight: 700;
  line-height: 1;
}

.c-numberItemTextIndex {
  color: #7cd323;
  font-size: 8vw;
}

.c-numberItemTextAttention {
  font-size: 5.33333vw;
}

#recommend {
  background: #faf7f5;
}

#recommend .l-section__inner {
  padding: 10.66667vw 2.66667vw 2.66667vw 2.66667vw;
}

.c-recommendItem {
  background: #fff;
  margin: 0 0 10.66667vw 0;
  text-align: center;
}

.c-recommendItemNumber {
  background: #7cd323;
  color: #fff;
  font-size: 5.33333vw;
  font-weight: 700;
  margin: 0 0 5.33333vw 0;
  padding: 2.66667vw 2.66667vw 2.66667vw 2.66667vw;
}

.c-recommendItemTitle {
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 10.66667vw 0;
  position: relative;
}

.c-recommendItemTitle:before {
  background: #f2f2f2;
  bottom: -1.25rem;
  content: '';
  display: block;
  left: 0;
  height: 0.125rem;
  margin: auto;
  position: absolute;
  right: 0;
  width: 90%;
}

.c-recommendItemText {
  font-size: 4.8vw;
  margin: 0 auto 0 auto;
  padding: 0 0 10.66667vw 0;
  width: 90%;
}

.c-voiceAttention {
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
}

.secVoice__voiceItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 2.66667vw 0;
}

.secVoice__voiceItem.c-voice__item--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.secVoice__areaText {
  border: 1px solid grey;
  border-radius: 10px;
  padding: 2.66667vw 2.66667vw 2.66667vw 2.66667vw;
  width: 70%;
}

.secVoice__areaText--star {
  color: #ff640f;
  font-size: 4vw;
}

.secVoice__areaText--date {
  font-size: 2.66667vw;
  margin: 0 0 1.33333vw 0;
}

.secVoice__areaText--title {
  font-size: 4vw;
  line-height: 1.3;
  margin: 0 0 2.66667vw 0;
}

.secVoice__areaText--text {
  font-size: 3.2vw;
  font-weight: 300;
}

.secVoice__areaPerson {
  text-align: center;
  width: 20%;
}

#voice .l-section__inner {
  padding: 10.66667vw 2.66667vw 2.66667vw 2.66667vw;
}

.c-accordion__bodyTitle {
  border-bottom: 0.0625rem solid #f2f2f2;
  font-size: 5.33333vw;
  font-weight: 700;
  padding: 5.33333vw 5.33333vw 5.33333vw 10.66667vw;
  position: relative;
}

.c-accordion__bodyTitle:before {
  content: 'Q.';
  color: orange;
  left: 5.33333vw;
  position: absolute;
}

.c-accordion__bodyTitle:after {
  border-top: 0.125rem solid #ff640f;
  border-right: 0.125rem solid #ff640f;
  bottom: 0;
  content: '';
  display: block;
  height: 0.625rem;
  margin: auto;
  position: absolute;
  right: 1.25rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 0;
  width: 0.625rem;
  z-index: 2;
}

.c-accordion__bodyTitle.js-is-open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-accordion__bodyText {
  font-size: 4vw;
  padding: 5.33333vw 5.33333vw 5.33333vw 10.66667vw;
  position: relative;
}

.c-accordion__bodyText:before {
  content: 'A.';
  color: orange;
  font-size: 5.33333vw;
  left: 2.66667vw;
  position: absolute;
}

@media screen and (min-width: 768px) {
    body#lp__index {
        max-width: 750px;
        margin: 0 auto;
        box-shadow: 0 10px 20px #00000014;
    }
  .firstView__icon {
    margin: 40px 20px 20px;
  }
  .firstView__iconText {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
  }
  .firstView__iconTextSmall {
    display: block;
    font-size: 1.5rem;
  }
  .firstView__iconList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
  }
  .firstView__iconItem:nth-child(2) {
    margin: 0 4% 0 4%;
  }
  .firstView__attention {
    font-size: 15px;
    margin: 0 20px;
  }
  .firstView__areaCV {
    margin: 40px 20px;
  }
  .firstView__areaCVattention {
    font-size: 15px;
    margin: 20px;
  }
  .areaCV {
    padding: 60px 40px;
  }
  .areaCVattention {
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 2.5rem 1.25rem 2.5rem 1.25rem;
  }
  .areaCV__title {
    font-size: 40px;
    margin: 0 0 40px 0;
  }
  .areaCV__titleIndex {
    color: #ff640f;
  }
  .areaCV__btnList {
    margin: 0 0 30px 0;
  }
  .areaCV__btnItem:first-child {
    margin: 0 0 2.5rem 0;
  }
  .areaCV__attention {
    font-size: 15px;
  }
  .areaCV__imageBg {
    background: url(https://41fp.com/lp/gct/img/firstView__bg.png) 50% 50% no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .l-section__inner {
    padding: 5rem 1.25rem 5rem 1.25rem;
  }
  .l-section__headerTitle {
    font-size: 38px;
    margin: 0 0 80px 0;
  }
  .l-section__headerTitle:before {
    background: #ff640f;
    bottom: -1.25rem;
    content: '';
    display: block;
    left: 0;
    height: 0.25rem;
    margin: auto;
    position: absolute;
    right: 0;
    width: 20%;
  }
  .l-section__headerTitleIndex {
    color: #ff640f;
  }
  .c-reason {
    margin: 0 0 5rem 0;
    padding: 40px 40px;
  }
  .c-reasonWrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 2.5rem 0;
  }
  .c-reasonImage {
    width: 40%;
  }
  .c-reasonList {
    width: 60%;
  }
  .c-reasonItem {
    margin: 0 0 20px 0;
  }
  .c-reasonItem__text {
    font-size: 24px;
    padding: 0 0 0 3.75rem;
  }
  .c-reasonItem__text:before {
    background: url(https://41fp.com/lp/gct/img/reason__icon.png) 50% 50% no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    width: 1.25rem;
    z-index: -1;
  }
  .c-reasonItem:last-child {
    margin: 0 0 0 0;
  }
  .c-reasonText {
    font-size: 24px;
  }
  .c-reasonTextIndex {
    color: #fd5252;
  }
  .c-question {
    text-align: center;
    margin: 0 0 5rem 0;
  }
  .c-questionImage {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  .c-solution {
    margin: 0 0 80px 0;
  }
  .c-solutionImage {
    margin: 0 auto 5rem auto;
    width: 80%;
  }
  .c-solutionTitle {
    font-size: 40px;
  }
  .c-solutionTitleAddition {
    font-size: 2.5rem;
    font-weight: 700;
  }
  .secReason__subTitle {
    color: #7cd323;
    font-size: 2.25rem;
    font-weight: 700;
    position: relative;
    text-align: center;
  }
  .secReason__subTitle__image {
    margin: 1.25rem 0 3.75rem 0;
  }
  .c-advicerItem {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 2.5rem 0;
  }
  .c-advicerItem__image {
    text-align: center;
    width: 20%;
  }
  .c-advicerItem__image img {
    border-radius: 50%;
  }
  .c-advicerItem__imageName {
    font-size: 18px;
  }
  .c-advicerItem__text {
    width: 75%;
  }
  .c-advicerItem__textContent {
    font-size: 20px;
    padding: 2.5rem 1.25rem 2.5rem 1.25rem;
  }
  .c-advicerItem__textContent:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 1.75rem;
    left: -2.25rem;
    border: 1.25rem solid transparent;
    border-right: 1.25rem solid #f2f2f2;
  }
  .c-advicerItem:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-advicerItem:nth-child(even) .c-advicerItem__textContent:before {
    content: "";
    left: unset;
    right: -1rem;
    border-left: 1.25rem solid #f2f2f2;
    border-right: none;
  }
  .c-advicerItem:last-child {
    margin: 0 0 0 0;
  }
  .c-numberList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 5rem 0;
    text-align: center;
  }
  .c-numberItem {
    padding: 20px;
    width: calc(46% - 30px);
  }
  .c-numberItemLarge {
    width: 100%;
  }
  .c-numberItemTitle {
    font-size: 32px;
    margin: 0 0 30px 0;
  }
  .c-numberItemTitle:before {
    background: #ddd;
    bottom: -0.625rem;
    content: '';
    display: block;
    height: 0.125rem;
    position: absolute;
    width: 100%;
  }
  .c-numberItemText {
    font-size: 30px;
  }
  .c-numberItemTextIndex {
    font-size: 60px;
  }
  .c-numberItemTextAttention {
    font-size: 30px;
  }
  #recommend {
    background: #faf7f5;
  }
  #recommend .l-section__inner {
    padding: 5rem 1.25rem 1.25rem 1.25rem;
  }
  .c-recommendItem {
    background: #fff;
    margin: 0 0 5rem 0;
    text-align: center;
  }
  .c-recommendItemNumber {
    font-size: 24px;
    margin: 0 0 30px 0;
    padding: 20px;
  }
  .c-recommendItemTitle {
    font-size: 32px;
    margin: 0 0 60px 0;
  }
  .c-recommendItemTitle:before {
    background: #f2f2f2;
    bottom: -1.25rem;
    content: '';
    display: block;
    left: 0;
    height: 0.125rem;
    margin: auto;
    position: absolute;
    right: 0;
    width: 90%;
  }
  .c-recommendItemText {
    font-size: 20px;
    padding: 0 0 60px 0;
    text-align: left;
  }
  .c-voiceAttention {
    font-size: 15px;
  }
  .secVoice__voiceItem {
    margin: 0 0 40px 0;
  }
  .secVoice__voiceItem.c-voice__item--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .secVoice__areaText {
    border: 1px solid grey;
    border-radius: 10px;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    width: 70%;
  }
  .secVoice__areaText--star {
    font-size: 24px;
  }
  .secVoice__areaText--date {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .secVoice__areaText--title {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .secVoice__areaText--text {
    font-size: 18px;
  }
  .secVoice__areaPerson {
    text-align: center;
    width: 20%;
  }
  #voice .l-section__inner {
    padding: 5rem 1.25rem 1.25rem 1.25rem;
  }
  .c-accordion__bodyTitle {
    font-size: 20px;
    padding: 20px 20px 20px 40px;
  }
  .c-accordion__bodyTitle:before {
    left: 0;
  }
  .c-accordion__bodyTitle:after {
    border-top: 0.125rem solid #ff640f;
    border-right: 0.125rem solid #ff640f;
    height: 14px;
    right: 20px;
    width: 14px;
  }
  .c-accordion__bodyTitle.js-is-open:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .c-accordion__bodyText {
    font-size: 16px;
    padding: 20px 40px 20px 40px;
  }
  .c-accordion__bodyText:before {
    font-size: 24px;
    left: 0;
  }
}

/*------------------------------------------------ footer*/
.globalFooter__inner {
  background: #f2f2f2;
  padding: 5.33333vw 2.66667vw 13.33333vw 2.66667vw;
}

.globalFooter__logoLinkList {
  border-bottom: 0.125rem solid #ff640f;
  border-top: 0.125rem solid #ff640f;
  margin: 0 0 4vw 0;
  padding: 5.33333vw 0 5.33333vw 0;
}

.globalFooter__logoLinkItem {
  text-align: center;
}

.globalFooter__logoLinkItem--pmark {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 4vw 0;
}

.globalFooter__logoLinkItem--pmarkImage {
  text-align: center;
  width: 20%;
}

.globalFooter__logoLinkItem--pmarkText {
  font-size: 2.66667vw;
  width: 80%;
}

.globalFooter__logoLinkItem img {
  width: auto;
}

.globalFooter__textLinkList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.globalFooter__textLinkItem {
  margin: 0 2.66667vw 0 2.66667vw;
  position: relative;
}

.globalFooter__textLinkItem a {
  font-size: 2.66667vw;
  text-decoration: underline;
}

.globalFooter__textLinkItem:before {
  background: #2d2d2c;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: -0.625rem;
  width: 1px;
}

.globalFooter__textLinkItem:last-child:before {
  display: none;
}

.globalFooter__copyrightText {
  font-size: 3.2vw;
  font-weight: 700;
  padding: 1.33333vw 1.33333vw 5.6vw 1.33333vw;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .globalFooter__inner {
    padding: 60px 20px 40px 20px;
  }
  .globalFooter__logoLinkList {
    border-bottom: 0.125rem solid #ff640f;
    border-top: 0.125rem solid #ff640f;
    margin: 0 0 1.875rem 0;
    padding: 2.5rem 0 2.5rem 0;
  }
  .globalFooter__logoLinkItem {
    text-align: center;
  }
  .globalFooter__logoLinkItem--pmark {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1.875rem 0;
  }
  .globalFooter__logoLinkItem--pmarkImage {
    text-align: center;
    width: 20%;
  }
  .globalFooter__logoLinkItem--pmarkText {
    font-size: 15px;
    text-align: left;
  }
  .globalFooter__logoLinkItem img {
    width: auto;
  }
  .globalFooter__textLinkList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .globalFooter__textLinkItem {
    margin: 0 1.25rem 0 1.25rem;
    position: relative;
  }
  .globalFooter__textLinkItem a {
    font-size: 15px;
    text-decoration: underline;
  }
  .globalFooter__textLinkItem:before {
    background: #2d2d2c;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: -0.625rem;
    width: 1px;
  }
  .globalFooter__textLinkItem:last-child:before {
    display: none;
  }
  .globalFooter__copyrightText {
    font-size: 13px;
    font-weight: 300;
  }
}

/*------------------------------------------------ header*/
.globalHeader__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2.66667vw 1.33333vw 2.66667vw 1.33333vw;
}

.globalHeader__logo {
  display: block;
}

.globalHeader__logo img {
  display: block;
  height: auto;
  max-width: 18.75rem;
  width: 40vw;
}

@media screen and (min-width: 768px) {
  .globalHeader__inner {
    margin: 0;
    padding: 20px;
  }
  .globalHeader__logo {
    display: block;
  }
  .globalHeader__logo img {
    display: block;
    height: auto;
    max-width: 18.75rem;
    width: 40rem;
  }
}


/*------------------------------------------------ footerFixBtn*/
.footerFixBtn {
  bottom: 0;
  max-width: 46.875rem;
  position: fixed;
  width: 100%;
}

.footerFixBtn__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.footerFixBtn__listItem {
  background: #7cd323;
  text-align: center;
  width: 50%;
}

.footerFixBtn__listItem:last-child {
  background: #f1639b;
}

.footerFixBtn__listItem a {
  color: #fff;
  display: block;
  font-size: 4.8vw;
  font-weight: 700;
  padding: 1.25rem 0 1.25rem 0;
}

.footerFixBtn__listItem a:hover {
  background: #ff640f;
}

.footerFixBtn__listItem--small {
  display: block;
  font-size: 3.4vw;
  font-weight: 400;
  margin: 0 0 0.625rem 0;
}

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

.footerFixBtn__listItem a {
  font-size: 28px;
}

.footerFixBtn__listItem--small {
  font-size: 17px;
}
}