@charset "UTF-8";
/* _head.ejs の common.theme がgothicの際はこちらのフォントを使用 */
/* _head.ejs の common.theme がminchoの際はこちらのフォントを使用 */
/* カラー */
@media print, screen and (min-width: 768px) {
  .dataGroup__inner + .caption {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .dataGroup__inner + .caption {
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .dataSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dataSect:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 768px) {
  .dataSect + .dataSect {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .dataSect + .dataSect {
    margin-top: 64px;
  }
}

@media print, screen and (min-width: 768px) {
  .dataSect__head, .dataSect__cont {
    width: 576px;
  }
}

.dataSect__head {
  background: linear-gradient(93deg, rgba(255, 255, 255, 0.8) 0%, rgba(225, 233, 236, 0.8) 50%, rgba(255, 255, 255, 0.8) 100%);
}

@media print, screen and (min-width: 768px) {
  .dataSect__head {
    padding: 170px 0;
  }
}

@media screen and (max-width: 768px) {
  .dataSect__head {
    padding: 64px 0;
  }
}

.dataSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .dataSect__cont .uniqueHeading + .photo {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .dataSect__cont .uniqueHeading + .photo {
    margin-top: 24px;
  }
}

.dataSect__cont .photo {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .dataSect__cont .photo + .caption {
    margin-top: 24px;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .dataSect__cont .photo + .caption {
    margin-top: 16px;
  }
}

.evidenceSect {
  background-color: #f8f7f5;
}

@media print, screen and (min-width: 768px) {
  .evidenceSect {
    display: grid;
    gap: 56px;
    grid-template-columns: repeat(2, 1fr);
    padding: 80px 56px;
  }
}

@media screen and (max-width: 768px) {
  .evidenceSect {
    padding: 56px 16px;
  }
}

@media screen and (max-width: 768px) {
  .evidenceSect + .evidenceSect {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .evidenceSect__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .evidenceSect__head + .evidenceSect__cont {
    margin-top: 40px;
  }
}

.evidenceSect__head .uniqueHeading .label {
  background-color: #233143;
}

.evidenceSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto 0;
}

@media print, screen and (min-width: 768px) {
  .evidenceSect__cont .uniqueHeading + .photo {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .evidenceSect__cont .uniqueHeading + .photo {
    margin-top: 24px;
  }
}

.evidenceSect__cont .photo {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .evidenceSect__cont .photo + .caption {
    margin-top: 24px;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .evidenceSect__cont .photo + .caption {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .exampleSect__head + .exampleSect__cont {
    margin-top: 88px;
  }
}

@media screen and (max-width: 768px) {
  .exampleSect__head + .exampleSect__cont {
    margin-top: 64px;
  }
}

.exampleDetail {
  background-color: #e6e5e3;
}

@media print, screen and (min-width: 768px) {
  .exampleDetail {
    padding: 40px 56px 160px;
  }
}

@media screen and (max-width: 768px) {
  .exampleDetail {
    padding: 32px 12px;
  }
}

.exampleDetail + .caption {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .exampleDetail + .caption {
    text-align: right;
  }
}

.exampleDetail__head {
  background-color: #2b496e;
  border: 1px solid #a39a8b;
  -webkit-box-shadow: 0 0 6px rgba(7, 0, 2, 0.2);
          box-shadow: 0 0 6px rgba(7, 0, 2, 0.2);
  position: relative;
  text-align: center;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .exampleDetail__head {
    padding: 23px 0;
  }
}

@media screen and (max-width: 768px) {
  .exampleDetail__head {
    padding: 20px 0;
  }
}

.exampleDetail__head:after {
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(50%, black), color-stop(51%, white), to(white));
  background: linear-gradient(0deg, black 0%, black 50%, white 51%, white 100%);
  content: '';
  inset: 0;
  mix-blend-mode: multiply;
  opacity: .4;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .exampleDetail__head + .exampleDetail__cont {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .exampleDetail__head + .exampleDetail__cont {
    margin-top: 24px;
  }
}

.exampleDetail__heading {
  line-height: 1.25217;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.exampleDetail__heading:before {
  margin-top: calc((1 - 1.25217) * 1em);
}

.exampleDetail__heading:after {
  margin-bottom: calc((1 - 1.25217) * .6em);
}

.exampleDetail__heading:before, .exampleDetail__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .exampleDetail__heading {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .exampleDetail__heading {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .exampleDetail__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .exampleDetail__cont {
    padding: 0 40px;
  }
}

.exampleCard {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 4px solid #193a62;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .exampleCard {
    border-radius: 10px;
    padding: 24px;
    width: 182px;
  }
}

@media screen and (max-width: 768px) {
  .exampleCard {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 8px;
  }
}

@media screen and (max-width: 768px) {
  .exampleCard + .exampleCard {
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .exampleCard__figure {
    width: 54px;
  }
}

@media print, screen and (min-width: 768px) {
  .exampleCard:nth-child(1) {
    width: 312px;
  }
}

@media print, screen and (min-width: 768px) {
  .exampleCard:nth-child(1) .exampleCard__figure {
    margin-left: auto;
    width: 93px;
  }
}

@media screen and (max-width: 768px) {
  .exampleCard:nth-child(1) .exampleCard__figure {
    margin: 0 8px 0 auto;
    width: 72px;
  }
}

.exampleCard:nth-child(1) .exampleCard__figure:before {
  aspect-ratio: 177 / 148;
  background: url("../imgs/illust-example-01_2x.png") no-repeat center/cover;
  content: '';
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .exampleCard:nth-child(1) .exampleCard__figure:before {
    right: 72px;
    top: 8px;
    width: 177px;
  }
}

@media screen and (max-width: 768px) {
  .exampleCard:nth-child(1) .exampleCard__figure:before {
    right: 96px;
    top: 8px;
    width: 96px;
  }
}

@media screen and (max-width: 768px) {
  .exampleCard:nth-child(1) .uniqueTxt {
    bottom: 16px;
    font-size: 10px;
    left: 10px;
    position: absolute;
  }
}

@media print, screen and (min-width: 768px) {
  .exampleCard .uniqueTxt {
    left: 50%;
    position: absolute;
    text-align: center;
    top: calc(100% + 24px);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .exampleCard .uniqueTxt {
    font-size: 12px;
    letter-spacing: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .reasonSect__head + .reasonSect__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .reasonSect__head + .reasonSect__cont {
    margin-top: 56px;
  }
}

@media print, screen and (min-width: 768px) {
  .reasonSect__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .reasonCard {
    width: 520px;
  }
}

@media screen and (max-width: 768px) {
  .reasonCard + .reasonCard {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .reasonCard__visual + .reasonCard__desc {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .reasonCard__visual + .reasonCard__desc {
    margin-top: 32px;
  }
}

.reasonCard__desc .uniqueHeading .label {
  background-color: #8f802e;
}

.uniqueHeading {
  letter-spacing: .13rem;
  position: relative;
}

.uniqueHeading sup {
  font-size: 10px;
  vertical-align: text-top;
}

.uniqueHeading .caption {
  display: inline-block;
  letter-spacing: .1em;
}

.uniqueHeading--default {
  line-height: 1.8;
}

.uniqueHeading--default:before {
  margin-top: calc((1 - 1.8) * 1em);
}

.uniqueHeading--default:after {
  margin-bottom: calc((1 - 1.8) * .6em);
}

.uniqueHeading--default:before, .uniqueHeading--default:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .uniqueHeading--default {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .uniqueHeading--default {
    font-size: 26px;
  }
}

@media print, screen and (min-width: 768px) {
  .uniqueHeading--default + .uniqueTxt {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .uniqueHeading--default + .uniqueTxt {
    margin-top: 48px;
  }
}

.uniqueHeading--small {
  line-height: 1.77273;
}

.uniqueHeading--small:before {
  margin-top: calc((1 - 1.77273) * 1em);
}

.uniqueHeading--small:after {
  margin-bottom: calc((1 - 1.77273) * .6em);
}

.uniqueHeading--small:before, .uniqueHeading--small:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .uniqueHeading--small {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .uniqueHeading--small {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .uniqueHeading--small + .uniqueTxt {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .uniqueHeading--small + .uniqueTxt {
    margin-top: 32px;
  }
}

.uniqueHeading--label {
  line-height: 1.44;
  background-color: #233143;
  color: #ffffff;
  text-align: center;
}

.uniqueHeading--label:before {
  margin-top: calc((1 - 1.44) * 1em);
}

.uniqueHeading--label:after {
  margin-bottom: calc((1 - 1.44) * .6em);
}

.uniqueHeading--label:before, .uniqueHeading--label:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .uniqueHeading--label {
    border-radius: 25px;
    font-size: 20px;
    padding: 16px;
  }
}

@media screen and (max-width: 768px) {
  .uniqueHeading--label {
    border-radius: 20px;
    font-size: 18px;
    padding: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .uniqueHeading--label + .uniqueTxt {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .uniqueHeading--label + .uniqueTxt {
    margin-top: 32px;
  }
}

.uniqueHeading--center {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .uniqueHeading--center + .uniqueTxt {
    margin-top: 32px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .uniqueHeading--center + .uniqueTxt {
    margin-top: 32px;
  }
}

.uniqueHeading .label {
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .uniqueHeading .label {
    font-size: 26px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .uniqueHeading .label {
    font-size: 22px;
    padding: 0 8px;
  }
}

.uniqueHeadingCombi {
  position: relative;
}

.uniqueTxt {
  line-height: 1.8;
  letter-spacing: .1em;
}

.uniqueTxt:before {
  margin-top: calc((1 - 1.8) * 1em);
}

.uniqueTxt:after {
  margin-bottom: calc((1 - 1.8) * .6em);
}

.uniqueTxt:before, .uniqueTxt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .uniqueTxt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .uniqueTxt {
    font-size: 14px;
  }
}

.uniqueTxt--small {
  line-height: 1.71429;
}

.uniqueTxt--small:before {
  margin-top: calc((1 - 1.71429) * 1em);
}

.uniqueTxt--small:after {
  margin-bottom: calc((1 - 1.71429) * .6em);
}

.uniqueTxt--small:before, .uniqueTxt--small:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .uniqueTxt--small {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .uniqueTxt--small {
    font-size: 12px;
  }
}

.uniqueTxt--large {
  line-height: 1.6;
  font-weight: bold;
}

.uniqueTxt--large:before {
  margin-top: calc((1 - 1.6) * 1em);
}

.uniqueTxt--large:after {
  margin-bottom: calc((1 - 1.6) * .6em);
}

.uniqueTxt--large:before, .uniqueTxt--large:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .uniqueTxt--large {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .uniqueTxt--large {
    font-size: 16px;
  }
}

.uniqueVisual {
  opacity: 0;
  position: relative;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
}

@media print, screen and (min-width: 768px) {
  .uniqueVisual__bg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.uniqueVisual__bg .photo {
  overflow: hidden;
}

.uniqueVisual__bg .photo__image {
  -webkit-filter: blur(5px) brightness(1.5);
          filter: blur(5px) brightness(1.5);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 2s ease;
  transition: 2s ease;
  -webkit-transition-property: -webkit-filter,-webkit-transform;
  transition-property: -webkit-filter,-webkit-transform;
  transition-property: filter,transform;
  transition-property: filter,transform,-webkit-filter,-webkit-transform;
  will-change: filter,transform;
}

.uniqueVisual__desc {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 2s ease 1.6s;
  transition: 2s ease 1.6s;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: filter,opacity;
  transition-property: filter,opacity,-webkit-filter;
  will-change: filter;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .uniqueVisual__desc {
    width: calc(629 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .uniqueVisual__desc {
    width: 390px;
  }
}

.uniqueVisual__note {
  bottom: 5px;
  position: absolute;
  right: 5px;
  z-index: 2;
}

.uniqueVisual.is-loaded {
  opacity: 1;
}

.uniqueVisual.is-loaded .uniqueVisual__bg .photo__image {
  -webkit-filter: blur(0) brightness(1);
          filter: blur(0) brightness(1);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.uniqueVisual.is-loaded .uniqueVisual__desc {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .worriesSect__head + .worriesSect__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .worriesSect__head + .worriesSect__cont {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .worriesSect__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .worriesCard {
    width: 368px;
  }
}

@media screen and (max-width: 768px) {
  .worriesCard + .worriesCard {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .worriesCard__visual + .worriesCard__desc {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .worriesCard__visual + .worriesCard__desc {
    margin-top: 32px;
  }
}

.worriesCard__desc .uniqueHeading .label {
  background-color: #233143;
}

.container {
  background-color: #ffffff;
  font-family: YakuHanJP, 'Zen Kaku Gothic Antique', sans-serif;
}

@media print, screen and (min-width: 768px) {
  .asset-worries {
    padding: 140px 0;
  }
}

@media screen and (max-width: 768px) {
  .asset-worries {
    padding: 120px 0 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .asset-example {
    padding-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .asset-example {
    padding-top: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .asset-data {
    padding: 96px 0 200px;
  }
}

@media screen and (max-width: 768px) {
  .asset-data {
    padding: 72px 0 120px;
  }
}

@media print, screen and (min-width: 768px) {
  .asset-reason {
    padding: 96px 0;
  }
}

@media screen and (max-width: 768px) {
  .asset-reason {
    padding: 72px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .asset-evidence {
    padding: 120px 0 200px;
  }
}

@media screen and (max-width: 768px) {
  .asset-evidence {
    padding: 96px 0 120px;
  }
}
