@charset "UTF-8";
p {
  line-height: 1.8;
  font-size: 31rem;
  text-align: justify;
  letter-spacing: 0.01em;
}

section.hero {
  position: relative;
}
section.hero h1 {
  position: absolute;
  width: 74%;
  top: 150rem;
  left: 96rem;
}
section.hero .wrap-sns {
  position: absolute;
  top: 64rem;
  right: 50rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25px 20px 25px;
  grid-template-columns: 25px 25px;
  gap: 20px;
}
section.hero .logo {
  position: absolute;
  bottom: 0;
  width: 92%;
}
section.hero img.mainVisual {
  -o-object-fit: cover;
  object-fit: cover;
  height: 94vh;
  min-height: 500px;
  -o-object-position: left top;
  object-position: left top;
}

.gothic {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

section.example {
  margin-top: 76rem;
  padding-bottom: 90rem;
}
section.example h1 {
  width: 620rem;
  margin: 0 auto;
}
section.example h2 {
  width: 454rem;
  margin: 90rem auto 0;
}
section.example p.h-under {
  font-size: 31rem;
  margin-top: 60rem;
  text-align: center;
  line-height: 2.1;
}
section.example ul.list-ex {
  display: -ms-grid;
  display: grid;
  gap: 50rem;
  width: 83%;
  margin: 76rem auto 0;
}
section.example ul.list-ex .tx {
  margin-top: 10rem;
}
section.example ul.list-ex .tx img {
  height: 30rem;
}
section.example p.end {
  margin-top: 150rem;
  font-size: 31rem;
  text-align: center;
}
section.branding {
  padding: 130rem 0 160rem;
  position: relative;
  background: url("../images/fc/branding-bg.jpg") repeat;
  background-size: 25px;
}
section.branding::before {
  content: "";
  display: block;
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 54rem;
  position: absolute;
  top: 0;
}
section.branding::after {
  content: "";
  display: block;
  background: url("../images/fc/branding-bg.jpg") repeat;
  background-size: 25px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 54rem;
  position: absolute;
  bottom: -54rem;
}
section.branding h2 {
  width: 587rem;
  margin: 0 auto;
}
section.branding p.h-under {
  margin-top: 60rem;
  text-align: center;
}
section.branding p.img-under {
  margin-top: 70rem;
  text-align: center;
}
section.branding .branding-img1 {
  width: 610rem;
  margin: 70rem auto 0;
}
section.branding .branding-img2 {
  width: 664rem;
  margin: 80rem auto 0;
}

section.differ {
  margin-top: 160rem;
  padding-bottom: 80rem;
}
section.differ h2.fuki {
  width: 92%;
  margin: 0 auto;
  font-size: 26rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.differ h2.fuki span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2;
}
section.differ h2.fuki::before {
  content: "";
  width: 12%;
  background: url("../images/fc/fuki-left.svg") no-repeat center;
  block-size: contain;
}
section.differ h2.fuki::after {
  content: "";
  width: 12%;
  background: url("../images/fc/fuki-right.svg") no-repeat center;
  block-size: contain;
}
section.differ ul.list-differ {
  width: 580rem;
  margin: 65rem auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 70rem;
}
section.differ ul.list-differ h3 {
  margin-top: 20rem;
  font-size: 29rem;
  text-align: center;
}
section.differ ul.list-differ h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #fff100));
  background: linear-gradient(transparent 60%, #fff100 50%);
}
section.differ ul.list-differ .ph {
  margin-top: 20rem;
}
section.differ p.end {
  margin-top: 80rem;
  text-align: center;
  font-size: 43rem;
  line-height: 1.6;
}

section.reason {
  padding: 130rem 0 160rem;
  position: relative;
  background: url("../images/fc/branding-bg.jpg") repeat;
  background-size: 25px;
}
section.reason::before {
  content: "";
  display: block;
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 54rem;
  position: absolute;
  top: 0;
}
section.reason::after {
  content: "";
  display: block;
  background: url("../images/fc/branding-bg.jpg") repeat;
  background-size: 25px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 54rem;
  position: absolute;
  bottom: -54rem;
}
section.reason h2 {
  width: 614rem;
  margin: 0 auto;
}
section.reason p.h-under {
  margin-top: 50rem;
  text-align: center;
  line-height: 2.1;
}
section.reason .reason-img1 {
  width: 694rem;
  margin: 50rem auto 0;
}

section.subsidy {
  border: 1px solid #000;
  width: 645rem;
  margin: 65rem auto 0;
}
section.subsidy .inner {
  padding: 45rem 70rem;
}
section.subsidy h3 {
  font-size: 41rem;
  letter-spacing: 0;
  text-align: center;
}
section.subsidy p {
  margin-top: 20rem;
  font-size: 29rem;
  letter-spacing: 0;
  line-height: 2.1;
}

section.voice {
  margin-top: 120rem;
}
section.voice h2.style-line {
  width: 86%;
  text-align: center;
  font-size: 36rem;
  position: relative;
}
section.voice h2.style-line span {
  display: block;
}
section.voice h2.style-line::before {
  content: "";
  width: 165rem;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 30rem;
}
section.voice h2.style-line::after {
  content: "";
  width: 165rem;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  top: 30rem;
}
section.voice .wrap-data {
  width: 446rem;
  margin: 60rem auto 0;
  display: -ms-grid;
  display: grid;
  gap: 50rem;
}
section.voice .wrap-voice {
  width: 630rem;
  margin: 90rem auto 0;
}
section.voice .wrap-voice .space {
  float: right; /*画像の位置を右下にしたい場合はright*/
  height: 15em; /*画像上の余白の高さ*/
}
section.voice .wrap-voice .box-ph {
  width: 245rem;
  float: right; /*画像の位置を右下にしたい場合はright*/
  clear: both; /*.spaceのfloat解除*/
  margin: 1.2em 0 0 2.8em; /*画像の周りの余白*/
}
section.voice .wrap-voice .box-ph p {
  margin-top: 20rem;
  font-size: 22rem;
  text-align: center;
}
section.voice .wrap-voice .box-p p {
  font-size: 22rem;
  line-height: 2;
  letter-spacing: 0;
}

section.fc .inner {
  width: 660rem;
  margin: 137rem auto 0;
}
section.fc ul.fc-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.fc ul.fc-circle li {
  width: 50%;
  padding: 0 2%;
}
section.fc p.circle-under {
  margin-top: 40rem;
  font-size: 29rem;
  text-align: center;
}

.area-mapContact .box-contact {
  width: 500rem;
  margin: 0 auto;
}
.area-mapContact p.bottom-tx {
  font-size: 29rem;
  line-height: 2.4;
}
.area-mapContact .box-map {
  margin-top: 60rem;
}

section.boshu h2 {
  width: 555rem;
  margin: 138rem auto 0;
}
section.boshu p.bottom-tx {
  margin-top: 60rem;
}

a.contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1e1e1e;
  padding: 0 44rem 0 50rem;
  height: 165rem;
  margin-top: 70rem;
  position: relative;
  letter-spacing: 0.15em;
}
a.contact-btn::after {
  content: "";
  width: 38rem;
  height: 38rem;
  display: block;
  background: url("../images/btn-arrow.svg") no-repeat center;
  background-size: content;
  position: absolute;
  right: 50rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
a.contact-btn .icon {
  height: 70rem;
  margin-right: 30rem;
}
a.contact-btn .icon img {
  height: 100%;
}
a.contact-btn .en {
  font-family: "Open Sans", sans-serif;
  font-size: 36rem;
  font-weight: bold;
}
a.contact-btn .ja {
  font-size: 16rem;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 768px) {
  section.hero {
    margin: 0 auto 0;
    position: relative;
  }
  section.hero .wrap-sns {
    position: fixed;
    top: 64px;
    right: 50px;
    -ms-grid-columns: 45px 45px 45px;
    grid-template-columns: 45px 45px;
    gap: 45px;
    z-index: 10;
  }
  section.hero .logo {
    position: absolute;
    bottom: 0;
    width: 70%;
  }
  a.contact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #1e1e1e;
    padding: 0 44px 0 50px;
    height: 145px;
    margin-top: 0;
    position: relative;
    letter-spacing: 0.15em;
  }
  a.contact-btn::after {
    content: "";
    width: 38px;
    height: 38px;
    display: block;
    background: url("../images/btn-arrow.svg") no-repeat center;
    background-size: content;
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  a.contact-btn .icon {
    height: 70px;
    margin-right: 30px;
  }
  a.contact-btn .icon img {
    height: 100%;
  }
  a.contact-btn .en {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
  }
  a.contact-btn .ja {
    font-size: 16px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  section.example {
    margin-top: 7.6rem;
    max-width: 1258px;
    margin: 7.6rem auto 0;
    padding-bottom: 3rem;
  }
  section.example h1 {
    width: 128.5rem;
    margin: 0 auto;
  }
  section.example h2 {
    width: 100rem;
    margin: 9rem auto 0;
  }
  section.example p.h-under {
    font-size: 3.1rem;
    margin-top: 6rem;
    text-align: center;
    line-height: 2.1;
  }
  section.example ul.list-ex {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 9.8rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 9.8rem;
    max-width: 100%;
    margin: 7rem auto 0;
  }
  section.example ul.list-ex .tx {
    margin-top: 3rem;
  }
  section.example ul.list-ex .tx img {
    height: 2.6rem;
  }
  section.example ul.list-ex li.pc-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  section.example ul.list-ex li.pc-4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  section.example p.end {
    margin-top: 15rem;
    font-size: 3.1rem;
    line-height: 2.2;
  }
  section.example p.end span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #fff100));
    background: linear-gradient(transparent 60%, #fff100 50%);
  }
  section.branding {
    padding: 25rem 0 2rem;
    background: url("../images/fc/branding-bg.jpg") repeat;
    background-size: 25px;
  }
  section.branding .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  section.branding::before {
    content: "";
    display: block;
    background-color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 100%;
    height: 12rem;
    position: absolute;
    top: 0;
  }
  section.branding::after {
    content: "";
    display: block;
    background: url("../images/fc/branding-bg.jpg") repeat;
    background-size: 25px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 100%;
    height: 12rem;
    position: absolute;
    bottom: -12rem;
  }
  section.branding h2 {
    width: 100%;
  }
  section.branding p.h-under {
    font-size: 3.1rem;
    margin-top: 6rem;
  }
  section.branding p.img-under {
    margin-top: 10rem;
    font-size: 3.1rem;
  }
  section.branding .branding-img1 {
    width: 100%;
    margin: 7.7rem auto 0;
  }
  section.branding .branding-img2 {
    width: 100%;
    margin: 8rem auto 0;
  }
  section.differ {
    margin-top: 26rem;
    padding-bottom: 8rem;
  }
  section.differ h2.fuki {
    width: 86.6rem;
    margin: 0 auto;
    font-size: 3.1rem;
    line-height: 2.2;
  }
  section.differ h2.fuki::before {
    content: "";
    width: 12%;
    background: url("../images/fc/fuki-left.svg") no-repeat center;
    block-size: contain;
  }
  section.differ h2.fuki::after {
    content: "";
    width: 12%;
    background: url("../images/fc/fuki-right.svg") no-repeat center;
    block-size: contain;
  }
  section.differ ul.list-differ {
    width: 120rem;
    margin: 5rem auto 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 7.4rem 1fr 7.4rem 1fr 7.4rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 7.4rem;
  }
  section.differ ul.list-differ h3 {
    margin-top: 3rem;
    font-size: 2.9rem;
    text-align: center;
  }
  section.differ ul.list-differ h3 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #fff100));
    background: linear-gradient(transparent 60%, #fff100 50%);
  }
  section.differ ul.list-differ .ph {
    margin-top: 5rem;
  }
  section.differ p.end {
    margin-top: 11.6rem;
    text-align: center;
    font-size: 4.3rem;
    line-height: 1.6;
  }
  section.reason {
    padding: 23rem 0 13rem;
    background: url("../images/fc/branding-bg.jpg") repeat;
    background-size: 25px;
  }
  section.reason::before {
    content: "";
    display: block;
    background-color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 100%;
    height: 12rem;
    position: absolute;
    top: 0;
  }
  section.reason::after {
    content: "";
    display: block;
    background: url("../images/fc/branding-bg.jpg") repeat;
    background-size: 25px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 100%;
    height: 12rem;
    position: absolute;
    bottom: -12rem;
  }
  section.reason h2 {
    width: 73rem;
    margin: 0 auto;
  }
  section.reason p.h-under {
    font-size: 3.1rem;
    margin-top: 11rem;
    line-height: 2.1;
  }
  section.reason .reason-img1 {
    width: 144.7rem;
    margin: 10rem auto 0;
  }
  section.subsidy {
    width: 119.4rem;
    margin: 10rem auto 0;
  }
  section.subsidy .inner {
    padding: 4.5rem 7rem;
  }
  section.subsidy h3 {
    font-size: 4.1rem;
    letter-spacing: 0;
  }
  section.subsidy p {
    margin-top: 1.5rem;
    font-size: 2.9rem;
    letter-spacing: 0;
    line-height: 2.1;
    text-align: center;
  }
  section.voice {
    margin-top: 12rem;
  }
  section.voice h2.style-line {
    max-width: 133.3rem;
    width: 86%;
    text-align: center;
    font-size: 3.6rem;
    position: relative;
  }
  section.voice h2.style-line span {
    display: inline-block;
    margin-left: 1em;
  }
  section.voice h2.style-line::before {
    content: "";
    width: 30rem;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 3rem;
  }
  section.voice h2.style-line::after {
    content: "";
    width: 30rem;
    height: 1px;
    background: #000;
    position: absolute;
    right: 0;
    top: 3rem;
  }
  section.voice .wrap-data {
    width: 118.6rem;
    margin: 9rem auto 0;
    display: -ms-grid;
    display: grid;
    gap: 50rem;
  }
  section.voice .wrap-voice {
    width: 124rem;
    margin: 9rem auto 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 24.6rem 6.6rem 1fr;
    grid-template-columns: 24.6rem 1fr;
    gap: 6.6rem;
  }
  section.voice .wrap-voice .space {
    display: none;
  }
  section.voice .wrap-voice .box-ph {
    width: 100%;
    float: none;
    margin: 0;
  }
  section.voice .wrap-voice .box-ph p {
    margin-top: 2rem;
    font-size: 2.2rem;
    text-align: center;
  }
  section.voice .wrap-voice .box-p {
    position: relative;
    top: -0.7em;
  }
  section.voice .wrap-voice .box-p p {
    font-size: 2.2rem;
    line-height: 1.95;
  }
  section.fc .inner {
    width: 100%;
    margin: 19rem auto 0;
  }
  section.fc ul.fc-circle {
    width: 94rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  section.fc ul.fc-circle li {
    width: 28.4rem;
    padding: 0;
  }
  section.fc p.circle-under {
    margin-top: 9rem;
    font-size: 2.9rem;
    text-align: center;
    line-height: 2.2;
  }
  .area-mapContact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 130rem;
    margin: 6rem auto 0;
  }
  .area-mapContact .box-contact {
    width: 50rem;
    margin: 0;
  }
  .area-mapContact p.bottom-tx {
    font-size: 2.9rem;
    line-height: 2.4;
  }
  .area-mapContact .box-map {
    margin-top: 0;
    width: 72.2rem;
  }
  section.boshu h2 {
    width: 106.6rem;
    margin: 13rem auto 0;
  }
  section.boshu p.bottom-tx {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1350px) {
  section.reason .reason-img1 {
    width: 88%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  section.branding .inner {
    width: 88%;
  }
  section.reason > .inner {
    width: 88%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  section.hero .wrap-sns {
    top: 34px;
    right: 20px;
    -ms-grid-columns: 30px 30px 30px;
    grid-template-columns: 30px 30px;
    gap: 30px;
  }
  a.contact-btn {
    padding: 10px 44px 10px 20px;
    height: auto;
    margin-top: 20px;
    letter-spacing: 0.15em;
  }
  a.contact-btn .icon {
    height: 40px;
    margin-right: 15px;
  }
  a.contact-btn .en {
    font-size: 30px;
    line-height: 1.6;
  }
  a.contact-btn .ja {
    font-size: 12px;
  }
  a.contact-btn::after {
    width: 28px;
    height: 28px;
    right: 20px;
  }
  section.contents .box-map img {
    right: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
  section.voice h2.style-line::before,
  section.voice h2.style-line::after {
    width: 17%;
  }
  section.voice h2.style-line {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 920px) {
  section.differ ul.list-differ {
    width: 80%;
    gap: 3rem;
  }
  section.differ ul.list-differ h3 {
    font-size: 2.4rem;
  }
  section.voice .wrap-voice {
    width: 90%;
  }
  section.voice .wrap-data {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  section.subsidy {
    width: 76%;
  }
  section.subsidy .inner {
    padding: 4.5rem;
  }
}