@charset "UTF-8";
/* =============================================================

  Base

* ============================================================= */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  color: #2d2d2d;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -webkit-font-kerning: auto;
  font-kerning: auto;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  letter-spacing: .05em;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

a {
  color: #e10020;
  text-decoration: none !important;
}

img {
  display: block;
  max-width: 100%;
}

.l-wrapper {
  width: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  color: #2d2d2d;
  overflow: hidden;
}

#googleAnalyticsImageObj {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* =============================================================

  Footer

* ============================================================= */
.l-footer {
  padding: 2.5em 0 4em;
  line-height: 2;
}

.l-footer-copyright {
  font-family: 'Cabin', sans-serif;
  font-size: .875em;
  display: block;
  text-align: center;
  padding: 3.5em 0 0;
}

/* =============================================================

  Main

* ============================================================= */
[data-type="half"] {
  width: 50%;
}

.l-main {
  position: relative;
  width: 100%;
}

.l-contents-inner {
  max-width: 1080px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-contents-inner._inner-space {
  max-width: 800px;
}

.c-container {
  width: 100%;
  background-color: #f4f4f3;
  position: relative;
  padding: 0 0 3.75em;
  font-weight: 600;
}

.c-container-header {
  padding: 0 0 2.875em;
}

.c-container-header__title {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-list {
  padding-left: .75em;
  line-height: 2.5;
}

.c-list li {
  font-size: .925em;
  font-weight: 400;
  line-height: 2;
}

.c-list li:before {
  content: "・";
}

/* ============================================================= *

  Top

* ============================================================= */
/* flex-box
----------------------------*/
.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-grid {
  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;
}

/* hero
----------------------------*/
.l-hero {
  background-color: #2d2d2d;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 34.375em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.l-hero-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  color: #fff;
  font-weight: 600;
  padding: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-hero-logo__type {
  font-size: 2.1em;
}

.l-hero__title {
  text-align: center;
  font-size: 3em;
  border-bottom: 5px solid;
  padding-bottom: .25em;
  margin: 1em 0;
}

.l-hero__headline {
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  font-size: 1.25em;
}

.p-campaign-banner {
  padding: 2em 0;
}

.p-campaign-banner__link {
  display: block;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.p-campaign-banner__link:hover {
  opacity: .6;
}

.p-survey-headline {
  padding-bottom: 5em;
  text-align: center;
}

.p-survey-headline__title {
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  border-bottom: 5px solid;
  padding-bottom: .75em;
  margin-bottom: 1em;
}

.p-survey-headline__title .head {
  display: block;
  font-size: 2.25em;
  color: #e10020;
  margin-bottom: .35em;
  padding: 3.5em 0 0;
  position: relative;
}

.p-survey-headline__title .head:before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url(../img/icon_balloon.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.p-survey-headline__title .head .year {
  font-family: "DIN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  letter-spacing: -0.06em;
}

.p-survey-headline__title .sub {
  font-size: 1.875em;
}

.p-survey-headline__list {
  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;
  font-size: 1.25em;
}

.p-survey-art {
  position: relative;
  width: calc((100%/2) - 2em);
}

.p-survey-art:before, .p-survey-art:after {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-survey-art:before {
  content: "";
  width: 6.688em;
  height: 6.688em;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 5px 10px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 5px 10px 15px 0px rgba(0, 0, 0, 0.08);
  z-index: 0;
}

.p-survey-art:after {
  content: "Q";
  font-size: 3.75em;
  font-family: "DIN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.p-survey-art:not(:last-of-type) {
  margin-bottom: 5.8125em;
}

.p-survey-art:last-of-type {
  width: 100%;
}

.p-survey-art__inner {
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 5px 10px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 5px 10px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.p-survey-art-header {
  padding: 1.2em 0;
  text-align: center;
}

.p-survey-art-header__title {
  font-size: 1.3em;
  font-weight: 600;
  position: relative;
}

.p-survey-art-header__title .question {
  font-size: 5rem;
}

.p-survey-art-box {
  margin-bottom: 1.5em;
  margin-top: 1em;
}

.p-survey-art-box:not(:last-of-type) {
  margin-bottom: 2em;
}

.p-survey-art-block:last-child{
  margin-top: 1em;
}

.p-survey-art__head {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: .75em;
}

.p-survey-art__head:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
  height: 1.25em;
  background: url(../img/icon_checkbox.png) no-repeat center;
  margin-right: .2em;
}

.p-survey-art__head._merit span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #dff4fc));
  background: -webkit-linear-gradient(transparent 70%, #dff4fc 70%);
  background: -o-linear-gradient(transparent 70%, #dff4fc 70%);
  background: linear-gradient(transparent 70%, #dff4fc 70%);
}

.p-survey-art__head._demerit span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f9e2e0));
  background: -webkit-linear-gradient(transparent 70%, #f9e2e0 70%);
  background: -o-linear-gradient(transparent 70%, #f9e2e0 70%);
  background: linear-gradient(transparent 70%, #f9e2e0 70%);
}

.p-survey-art__head._reason {
  font-size: 1.3em;
}

.p-survey-art__head._reason:before {
  background: none;
  vertical-align: top;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 1px solid #2d2d2d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-survey-art__fig{
  height: 24em;
  display: flex;
}
.p-survey-art__fig img {
  margin: auto;
}

/* =============================================================

  Responsive

* ============================================================= */
@media screen and (max-width: 1024px) {
  .l-contents-inner {
    padding: 0 2em;
  }
}

@media screen and (max-width: 768px) {
  [data-type="half"] {
    width: 100%;
  }
  .l-hero-logo__type {
    font-size: 1.4em;
  }
  .l-hero__title {
    font-size: 2.15em;
  }
  .l-hero__headline {
    font-size: 1em;
  }
  .p-survey-art {
    width: 100%;
  }
  .p-survey-art__fig {
    padding: 1em 0 2em;
    height: auto;
  }
}

@media screen and (max-width: 414px) {
  .l-wrapper {
    font-size: 1.3rem;
  }
  .l-hero__title {
    font-size: 2em;
  }
  .c-list li {
    line-height: 1.7;
  }
  .p-survey-art-header {
    padding: 2.5em 0 1.5em;
  }
  .p-survey-art__inner {
    padding: 1em;
  }
}
