@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=East+Sea+Dokdo&family=Outfit:wght@300&display=swap");
#container a:link, #container a:visited, #container a:link, #container a:visited {
  color: #000;
}
@media screen and (min-width: 1240px) {
  #container a:hover {
    text-decoration: underline;
  }
}
#container a:hover img {
  opacity: 1;
}
#container .utl__bg-pink {
  background-color: #F1E6E6;
}
#container .mod__top-kinkyu-list {
  margin: 0 auto;
  padding: 10px 0;
  line-height: 1.6;
  text-align: left;
}
#container .mod__top-kinkyu-list li {
  padding-left: 20px;
  margin-top: 5px;
  list-style-type: none;
  position: relative;
}
#container .mod__top-kinkyu-list li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  #container .mod__top-kinkyu-list li {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  #container .mod__top-kinkyu-list li {
    font-size: 16px;
  }
}
#container .mod__ico-top-kinkyu {
  background: url(/_assets_top/pic/ico-info-red-large.svg) no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin: -4px 0 0;
  position: absolute;
  left: 0;
  top: 0.5em;
}
@media screen and (min-width: 1240px) {
  #container .mod__ico-top-kinkyu li {
    margin-top: 10px;
  }
}
#container .top__content-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 599px) {
  #container .top__content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#container .top__content-wrap .top__content-wrap-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 599px) {
  #container .top__content-wrap .top__content-wrap-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1240px) {
  #container .top__content-wrap .top__content-wrap-inner.content-max {
    max-width: 1480px;
  }
}
#container section#emergency ul {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #container section#emergency ul {
    margin-bottom: 20px;
  }
}
#container section#top-carousel-bnr {
  margin-bottom: 40px;
}
@media screen and (min-width: 1240px) {
  #container section#top-carousel-bnr {
    margin-top: 30px;
  }
}
#container section#top-carousel-bnr .top-carousel-bnr__list {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
#container section#top-carousel-bnr .top-carousel-bnr__list .swiper {
  overflow: hidden;
}
#container section#top-carousel-bnr .top-carousel-bnr__list .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: -18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#container section#top-carousel-bnr .top-carousel-bnr__list .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 3px;
  background: #E2DDD7;
  display: block;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  border-radius: 0;
}
@media screen and (min-width: 1240px) {
  #container section#top-carousel-bnr .top-carousel-bnr__list .swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
  }
}
#container section#top-carousel-bnr .top-carousel-bnr__list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
#container section#top-carousel-bnr .top-carousel-bnr__list .swiper-pagination .swiper-pagination-bullet:not(:first-child) {
  margin-left: 12px;
}
#container section#top-carousel-bnr .top-carousel-bnr__list .swiper-pagination .swiper-pagination-bullet button {
  border: none;
  outline: none;
  text-indent: -9999px;
  overflow: hidden;
  background: none;
}
#container section#top-carousel-bnr .swiper-button {
  position: absolute;
  top: 50%;
  z-index: 1;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent url(/_assets_top/pic/carousel_nav-arrow_left.svg) no-repeat center center;
  background-size: contain;
  border: none;
  width: 36px;
  height: 36px;
  padding: 0;
  margin-top: -18px;
  opacity: 1;
}
#container section#top-carousel-bnr .swiper-button.swiper-button-prev {
  left: -18px;
}
@media screen and (max-width: 599px) {
  #container section#top-carousel-bnr .swiper-button.swiper-button-prev {
    left: -10px;
  }
}
#container section#top-carousel-bnr .swiper-button.swiper-button-next {
  right: -18px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 599px) {
  #container section#top-carousel-bnr .swiper-button.swiper-button-next {
    right: -10px;
  }
}
@media screen and (min-width: 1240px) {
  #container section#top-carousel-bnr .swiper-button {
    cursor: pointer;
  }
}
@media screen and (max-width: 599px) {
  #container section#top-carousel-bnr .swiper-button {
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
}
#container section#main-visual .main-visual__content {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 120px;
}
@media screen and (max-width: 599px) {
  #container section#main-visual .main-visual__content {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
#container section#main-visual .main-visual__content img {
  width: 100%;
  padding-right: 40px;
  margin-right: -40px;
}
#container section#main-visual .main-visual__content:after {
  position: absolute;
  top: 90px;
  background: #ebebeb;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% + 20px);
  z-index: -1;
  left: 0;
  right: 40px;
}
@media screen and (max-width: 599px) {
  #container section#main-visual .main-visual__content:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    right: 20px;
    top: 0px;
  }
}
@media screen and (max-width: 599px) {
  #container section#main-visual .main-visual__content .main-visual__content-inner {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
#container section#main-visual .main-visual__content .main-visual__copy {
  position: absolute;
  bottom: calc(120px - .8em);
  left: 40px;
  line-height: 1;
  font-size: 40px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  #container section#main-visual .main-visual__content .main-visual__copy {
    position: static;
    font-size: 20px;
  }
}
#container section#main-visual .main-visual__content .main-visual__copy span {
  background: #7a7a7a;
  display: table;
  padding: 0.4em 40px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #container section#main-visual .main-visual__content .main-visual__copy span {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
  }
}
#container section#main-visual .main-visual__content .main-visual__link {
  position: absolute;
  bottom: 30px;
  margin-left: 40px;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  #container section#main-visual .main-visual__content .main-visual__link {
    position: static;
    font-size: 16px;
    margin-top: 15px;
    padding-bottom: 30px;
  }
  #container section#main-visual .main-visual__content .main-visual__link span {
    display: block;
    color: #fff !important;
  }
}
#container section#main-visual .main-visual__content .main-visual__link svg {
  margin-left: 10px;
  margin-top: -15px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  #container section#main-visual .main-visual__content .main-visual__link svg {
    margin-top: 15px;
    margin-left: 0;
  }
  #container section#main-visual .main-visual__content .main-visual__link svg path {
    stroke: #fff !important;
  }
}
@media screen and (min-width: 600px) {
  #container section#main-visual[data-line="1"] .main-visual__content {
    padding-bottom: 120px;
  }
  #container section#main-visual[data-line="1"] .main-visual__content .main-visual__copy {
    bottom: calc(120px - 0.9em);
  }
}
@media screen and (min-width: 1240px) {
  #container section.top-section {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1239px) {
  #container section.top-section {
    margin-top: 120px;
  }
}
@media screen and (max-width: 599px) {
  #container section.top-section {
    margin-top: 90px;
  }
}
#container section.top-section .top-section-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1360px;
  padding: 0 80px;
  margin: 0 auto;
}
@media screen and (min-width: 1240px) {
  #container section.top-section .top-section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  #container section.top-section .top-section-content {
    padding: 0 40px;
    position: relative;
  }
}
@media screen and (min-width: 1240px) {
  #container section.top-section .top-section__head {
    min-width: 162px;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}
@media screen and (max-width: 1239px) {
  #container section.top-section .top-section__head {
    font-weight: bold;
  }
}
@media screen and (min-width: 1240px) {
  #container section.top-section .top-section__head .top-section__head-ttl-en {
    font-size: 20px;
    position: absolute;
    left: 64px;
    top: 0;
  }
}
@media screen and (max-width: 1239px) {
  #container section.top-section .top-section__head .top-section__head-ttl-en {
    display: block;
    font-size: 19px;
  }
}
@media screen and (max-width: 599px) {
  #container section.top-section .top-section__head .top-section__head-ttl-en {
    font-size: 16px;
  }
}
@media screen and (min-width: 1240px) {
  #container section.top-section .top-section__head .top-section__head-ttl-ja {
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 1239px) {
  #container section.top-section .top-section__head .top-section__head-ttl-ja {
    font-size: 38px;
  }
}
@media screen and (max-width: 599px) {
  #container section.top-section .top-section__head .top-section__head-ttl-ja {
    font-size: 26px;
  }
}
@media screen and (min-width: 1240px) {
  #container section.top-section .top-section__head .top-section__head-ttl-en span,
  #container section.top-section .top-section__head .top-section__head-ttl-ja span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: left;
    display: inline-block;
  }
  #container section.top-section .top-section__head .top-section__head-ttl-en span .long-vowel,
  #container section.top-section .top-section__head .top-section__head-ttl-ja span .long-vowel {
    text-orientation: upright;
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
#container section.top-section .top-section__body {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 35px;
}
@media screen and (max-width: 1239px) {
  #container section.top-section .top-section__body {
    padding-left: 40px;
    margin-left: -40px;
    margin-right: -80px;
    margin-top: 40px;
    overflow: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  #container section.top-section .top-section__body {
    padding-left: 20px;
    margin-left: -20px;
    margin-right: -40px;
    margin-top: 20px;
    padding-bottom: 30px;
  }
}
#container section.top-section .top-section__body:after {
  content: "";
  position: absolute;
  top: 150px;
  background: #ebebeb;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
}
@media screen and (max-width: 1239px) {
  #container section.top-section .top-section__body:after {
    top: 20px;
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 599px) {
  #container section.top-section .top-section__body:after {
    top: 20px;
    height: calc(100% - 20px);
  }
}
#container section.top-section .article-list.top-slider {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  #container section.top-section .article-list.top-slider {
    padding-top: 0;
  }
}
#container section.top-section .article-list.top-slider .list-item {
  max-width: 300px;
  padding-right: 40px;
}
@media screen and (max-width: 599px) {
  #container section.top-section .article-list.top-slider .list-item {
    max-width: 160px;
    padding-right: 20px;
  }
}
#container section.top-section .article-list.top-slider .list-item .list-item__img {
  line-height: 0;
}
#container section.top-section .article-list.top-slider .list-item .list-item__img img {
  opacity: 1 !important;
  width: 100%;
}
#container section.top-section .article-list.top-slider .list-item .list-item__info {
  margin-top: 15px;
  font-size: 0;
}
@media screen and (max-width: 599px) {
  #container section.top-section .article-list.top-slider .list-item .list-item__info {
    margin-top: 10px;
  }
}
#container section.top-section .article-list.top-slider .list-item .list-item__info .date {
  display: inline-block;
  color: #999;
  margin-right: 15px;
  font-size: 16px;
}
#container section.top-section .article-list.top-slider .list-item .list-item__info .label {
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  #container section.top-section .article-list.top-slider .list-item .list-item__info .label {
    font-size: 14px;
  }
}
#container section.top-section .article-list.top-slider .list-item .list-item__info .label.is-wanted {
  color: #EB7E45;
}
#container section.top-section .article-list.top-slider .list-item .list-item__info .label.is-important {
  color: #1E8967;
}
#container section.top-section .article-list.top-slider .list-item .list-item__ttl {
  margin-top: 15px;
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  #container section.top-section .article-list.top-slider .list-item .list-item__ttl {
    font-size: 20px;
  }
}
#container section.top-section .article-list.top-slider .list-item .list-item__desc {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  #container section.top-section .article-list.top-slider .list-item .list-item__desc {
    margin-top: 10px;
    font-size: 14px;
  }
}
#container section.top-section .article-list.top-slider .list-item .list-item__text {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  #container section.top-section .article-list.top-slider .list-item .list-item__text {
    margin-top: 5px;
    font-size: 14px;
  }
}
#container section.top-section .article-list.top-slider .list-item .list-item__logo {
  margin-top: 15px;
  line-height: 45px;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  #container section.top-section .article-list.top-slider .list-item .list-item__logo {
    line-height: 24px;
  }
}
#container section.top-section .article-list.top-slider .list-item .list-item__logo > img {
  width: auto;
  height: 26px;
  opacity: 1;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  #container section.top-section .article-list.top-slider .list-item .list-item__logo > img {
    height: 16px;
  }
}
#container section.top-section .article-list.top-slider .list-item .list-item__logo > img.is-daidokolog {
  height: 45px;
}
@media screen and (max-width: 599px) {
  #container section.top-section .article-list.top-slider .list-item .list-item__logo > img.is-daidokolog {
    height: 24px;
  }
}
#container section.top-section .link-list {
  font-size: 0;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  #container section.top-section .link-list {
    margin-bottom: 0;
  }
}
#container section.top-section .link-list .list-item {
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  #container section.top-section .link-list .list-item {
    font-size: 14px;
  }
}
#container section.top-section .link-list .list-item:not(:first-child) {
  margin-left: 60px;
}
@media screen and (max-width: 599px) {
  #container section.top-section .link-list .list-item:not(:first-child) {
    margin-left: 30px;
  }
}
#container section.top-section .link-list .list-item a {
  display: block;
  padding: 0 15px 5px;
  border-bottom: solid 2px #000;
}
#container section.top-section .link-list .list-item a:hover {
  text-decoration: none;
}
#container section.top-section .swiper-container-initialized {
  overflow: hidden;
}
#container section.top-section .swiper-button {
  position: absolute;
  background: transparent no-repeat center center;
  background-size: cover;
  width: 66px;
  height: 66px;
  border: none;
  outline: none;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  top: 0;
  padding: 0;
  background-image: url(/_assets_top/pic/slider_nav-arrow_left.svg);
  margin: 0;
  opacity: 1;
}
@media screen and (max-width: 1239px) {
  #container section.top-section .swiper-button {
    top: -120px;
  }
}
@media screen and (max-width: 599px) {
  #container section.top-section .swiper-button {
    top: -60px;
    width: 32px;
    height: 32px;
  }
}
#container section.top-section .swiper-button.swiper-button-prev {
  left: 40px;
}
@media screen and (max-width: 1239px) {
  #container section.top-section .swiper-button.swiper-button-prev {
    right: 166px;
    left: auto;
  }
}
@media screen and (max-width: 599px) {
  #container section.top-section .swiper-button.swiper-button-prev {
    right: 80px;
    left: auto;
  }
}
#container section.top-section .swiper-button.swiper-button-next {
  left: 125px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 1239px) {
  #container section.top-section .swiper-button.swiper-button-next {
    right: 80px;
    left: auto;
  }
}
@media screen and (max-width: 599px) {
  #container section.top-section .swiper-button.swiper-button-next {
    right: 40px;
    left: auto;
  }
}
@media screen and (-ms-high-contrast: none) {
  #container section.top-section .swiper-button {
    background-size: 64px 64px !important;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 599px) {
  #container section.top-section .swiper-button {
    background-size: 30px 30px !important;
  }
}
#container section.top-section + #breadcrumb {
  margin-top: 100px;
}
@media screen and (max-width: 599px) {
  #container section.top-section + #breadcrumb {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1240px) {
  #container section#topics {
    margin-top: 200px;
  }
}
@media screen and (max-width: 1239px) {
  #container section#topics {
    margin-top: 90px;
  }
}
#container section#topics .top-section__body {
  padding-top: 40px;
  padding-bottom: 0;
  padding-left: 0;
  overflow: visible;
}
@media screen and (max-width: 1239px) {
  #container section#topics .top-section__body {
    padding: 0;
    margin: 40px 0;
  }
}
@media screen and (max-width: 599px) {
  #container section#topics .top-section__body {
    padding-top: 25px;
    padding-left: 0;
    margin: 0;
    width: 100%;
  }
}
#container section#topics .top-section__body:after {
  content: none;
}
#container section#topics .article-list.is-topics {
  position: relative;
}
@media screen and (min-width: 600px) {
  #container section#topics .article-list.is-topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 600px) {
  #container section#topics .article-list.is-topics .list-item__sticky {
    min-width: 55.9305689489%;
  }
}
#container section#topics .article-list.is-topics .list-item__sticky .list-item {
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  #container section#topics .article-list.is-topics .list-item__sticky .list-item {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-size: 20px;
  }
}
@media screen and (min-width: 600px) {
  #container section#topics .article-list.is-topics .list-item__static {
    min-width: 36.0655737705%;
    margin-right: 8.0038572806%;
  }
  #container section#topics .article-list.is-topics .list-item__static .list-item:first-child {
    margin-top: 0;
  }
}
#container section#topics .article-list.is-topics .list-item {
  font-size: 16px;
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  #container section#topics .article-list.is-topics .list-item {
    margin-top: 30px;
  }
}
#container section#topics .article-list.is-topics .list-item > a:hover {
  text-decoration: none;
}
#container section#topics .article-list.is-topics .list-item > a:hover .list-item__desc {
  text-decoration: underline;
}
#container section#topics .article-list.is-topics .list-item .list-item__img {
  line-height: 0;
}
#container section#topics .article-list.is-topics .list-item .list-item__text {
  color: #EB7E45;
  margin-top: 20px;
  font-weight: bold;
}
#container section#topics .article-list.is-topics .list-item .list-item__desc {
  margin-top: 15px;
}
#container section#news .top-section__body:after {
  background: #EFEFEA;
}
#container section#news .article-list.top-slider .list-item {
  max-width: 260px;
}
@media screen and (max-width: 599px) {
  #container section#news .article-list.top-slider .list-item {
    max-width: 140px;
  }
}
#container section#event {
  background: transparent;
  color: #fff;
  min-height: 705px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#container section#event:after {
  content: "";
  background: #BEAF9B;
  position: absolute;
  left: 0;
  bottom: 190px;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1239px) {
  #container section#event:after {
    bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  #container section#event:after {
    bottom: 100px;
  }
}
@media screen and (max-width: 1239px) {
  #container section#event .top-section__head {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 599px) {
  #container section#event .top-section__head {
    position: relative;
    z-index: 1;
  }
}
#container section#event .event__content-wrapper {
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 270px;
}
@media screen and (max-width: 1239px) {
  #container section#event .event__content-wrapper {
    overflow: visible;
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 599px) {
  #container section#event .event__content-wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
#container section#event .event__content-inner {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1240px) {
  #container section#event {
    margin-left: -250px;
    padding-left: 250px;
  }
}
#container section#event .event__content {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1240px) {
  #container section#event .event__content {
    padding: 0 6%;
  }
}
#container section#event .event__content-inner .event__lead {
  padding-top: 50px;
  font-size: 24px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1239px) {
  #container section#event .event__content-inner .event__lead {
    padding-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  #container section#event .event__content-inner .event__lead {
    padding-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1239px) {
  #container section#event .event__content-inner .event__lead br {
    display: none;
  }
}
#container section#event .event__content-inner .event__sub-lead {
  margin-top: 20px;
  font-size: 14px;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1239px) {
  #container section#event .event__content-inner .event__sub-lead {
    margin-top: 5px;
    font-size: 14px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 599px) {
  #container section#event .event__content-inner .event__sub-lead {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1239px) {
  #container section#event .event__content-inner .event__sub-lead br {
    display: none;
  }
}
#container section#event .event__content-inner .event__area {
  position: absolute;
  right: 0;
  text-align: center;
}
@media screen and (min-width: 1240px) {
  #container section#event .event__content-inner .event__area {
    top: 0;
    margin-top: -100px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1239px) {
  #container section#event .event__content-inner .event__area {
    position: relative;
    margin-top: -100px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 599px) {
  #container section#event .event__content-inner .event__area {
    position: relative;
    margin-top: -70px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
#container section#event .event__content-inner .event__area .event__area-inner {
  display: inline-block;
  position: relative;
}
#container section#event .event__content-inner .event__area .event__area-inner > img {
  width: 455px;
}
#container section#event .event__content-inner .event__area area {
  background: rgba(255, 255, 255, 0.4);
}
#container section#event .event__content-inner .event__area .event__area-illust ul li {
  position: absolute;
  pointer-events: none;
}
#container section#event .event__content-inner .event__area .event__area-illust ul li.event__area-illust-01 {
  left: -100px;
  top: 20px;
  width: 196px;
}
@media screen and (max-width: 1239px) {
  #container section#event .event__content-inner .event__area .event__area-illust ul li.event__area-illust-01 {
    width: 196px;
    left: -100px;
    top: 100px;
  }
}
@media screen and (max-width: 599px) {
  #container section#event .event__content-inner .event__area .event__area-illust ul li.event__area-illust-01 {
    left: -36px;
    width: 140px;
    top: 20%;
    bottom: auto;
  }
}
#container section#event .event__content-inner .event__area .event__area-illust ul li.event__area-illust-02 {
  left: 400px;
  top: 204px;
  width: 116px;
}
@media screen and (max-width: 1239px) {
  #container section#event .event__content-inner .event__area .event__area-illust ul li.event__area-illust-02 {
    left: auto;
    right: -100px;
    top: 230px;
  }
}
@media screen and (max-width: 599px) {
  #container section#event .event__content-inner .event__area .event__area-illust ul li.event__area-illust-02 {
    right: -40px;
    top: 170px;
    width: 80px;
  }
}
#container section#event .event__content-inner .event__area .event__area-illust ul li.event__area-illust-03 {
  left: 360px;
  top: 472px;
  width: 164px;
}
@media screen and (max-width: 1239px) {
  #container section#event .event__content-inner .event__area .event__area-illust ul li.event__area-illust-03 {
    left: 56%;
    top: auto;
    bottom: -60px;
    width: 140px;
  }
}
@media screen and (max-width: 599px) {
  #container section#event .event__content-inner .event__area .event__area-illust ul li.event__area-illust-03 {
    left: 46%;
    top: auto;
    bottom: -64px;
    width: 110px;
  }
}
#container section#event .event__content-inner .event__area .event__area-illust ul li.event__area-illust-04 {
  left: 223px;
  top: 584px;
  width: 59px;
}
@media screen and (max-width: 1239px) {
  #container section#event .event__content-inner .event__area .event__area-illust ul li.event__area-illust-04 {
    left: 23px;
    bottom: -60px;
    top: auto;
  }
}
#container section#event .event__content-inner .event__area .event__area-illust ul li.event__area-illust-05 {
  left: -260px;
  top: 372px;
  width: 267px;
}
@media screen and (max-width: 1239px) {
  #container section#event .event__content-inner .event__area .event__area-illust ul li.event__area-illust-05 {
    left: auto;
    top: -184px;
    right: -10%;
    width: 210px;
  }
}
@media screen and (max-width: 599px) {
  #container section#event .event__content-inner .event__area .event__area-illust ul li.event__area-illust-05 {
    top: -190px;
    right: -10px;
    width: 140px;
  }
}
#container section#event .event__content-inner .event__area .event__dialog-tochigi {
  visibility: hidden;
  position: absolute;
  width: 264px;
  right: -60px;
  top: 305px;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  #container section#event .event__content-inner .event__area .event__dialog-tochigi {
    right: 0;
    top: 52%;
    width: 236px;
  }
}
#container section#event .event__content-inner .event__area .event__dialog-tochigi.is-open {
  pointer-events: all;
  visibility: visible;
  -webkit-animation: fadeIn .2s ease 0s 1 forwards;
  animation: fadeIn .2s ease 0s 1 forwards;
}
#container section#event .event__content-inner .event__area .event__dialog-tochigi.is-close {
  visibility: visible;
  -webkit-animation: fadeOut .2s ease 0s 1 forwards;
  animation: fadeOut .2s ease 0s 1 forwards;
}
#container section#event .event__content-inner .event__area .event__dialog-tochigi .event__dialog-tochigi-close {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border: solid 1px #E2DDD7;
  position: absolute;
  border-radius: 100%;
  right: -15px;
  top: -15px;
}
#container section#event .event__content-inner .event__area .event__dialog-tochigi .event__dialog-tochigi-close::before, #container section#event .event__content-inner .event__area .event__dialog-tochigi .event__dialog-tochigi-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 15px;
  background: #333;
}
#container section#event .event__content-inner .event__area .event__dialog-tochigi .event__dialog-tochigi-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#container section#event .event__content-inner .event__area .event__dialog-tochigi .event__dialog-tochigi-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
#container section#event .event__content-inner .event__area .event__dialog-tochigi .event__dialog-tochigi-list {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
}
#container section#event .event__content-inner .event__area .event__dialog-tochigi .event__dialog-tochigi-list li {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 599px) {
  #container section#event .event__content-inner .event__area .event__dialog-tochigi .event__dialog-tochigi-list li {
    font-size: 14px;
  }
}
#container section#event .event__content-inner .event__area .event__dialog-tochigi .event__dialog-tochigi-list li:not(:last-child) {
  border-bottom: solid 1px #E2DDD7;
}
#container section#event .event__content-inner .event__area .event__dialog-tochigi .event__dialog-tochigi-list li a {
  display: block;
  padding: 20px;
  color: #000000;
}
#container section#event .event__screen {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#container section#event .event__screen .event__screen-content {
  margin-left: 162px;
  width: 6000px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  #container section#event .event__screen .event__screen-content {
    margin-left: 40px;
    width: 3600px;
  }
}
#container section#event .event__screen .event__screen-list {
  -webkit-animation: loop-slide 100s infinite linear 1s both;
  animation: loop-slide 100s infinite linear 1s both;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#container section#event .event__screen .event__screen-list .list-item {
  width: 250px;
}
@media screen and (max-width: 599px) {
  #container section#event .event__screen .event__screen-list .list-item {
    width: 150px;
  }
}
#container section#action .top-section__body:after {
  background: #CFE8E0;
}
#container section#action .top-section__body .article-list.top-slider .list-item {
  max-width: 340px;
}
@media screen and (max-width: 599px) {
  #container section#action .top-section__body .article-list.top-slider .list-item {
    width: 250px;
  }
}
#container section#service .top-section__body:after {
  background: #E7EBBC;
}
#container section#service .article-list.top-slider .list-item {
  max-width: 260px;
}
@media screen and (max-width: 599px) {
  #container section#service .article-list.top-slider .list-item {
    max-width: 140px;
  }
}
#container section#media {
  margin-bottom: 100px;
}
@media screen and (max-width: 1239px) {
  #container section#media {
    margin-bottom: 70px;
  }
}
#container section#media .article-list.top-slider .list-item {
  max-width: 260px;
}
@media screen and (max-width: 599px) {
  #container section#media .article-list.top-slider .list-item {
    max-width: 140px;
  }
}

@-webkit-keyframes loop-start {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop-start {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop-end {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop-end {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.qe-container-bg {
  background: #FCF5EC;
}

.qe-wrapper {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1360px;
  padding: 0 80px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .qe-wrapper {
    padding: 0 30px;
    overflow: hidden;
  }
}

.qe-question {
  margin-bottom: 40px;
  opacity: 1;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}
.qe-question.-hidden {
  opacity: 0;
  display: none;
}
.qe-question .qe-question-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .qe-question .qe-question-header {
    display: block;
  }
}
.qe-question .qe-question-header .qe-question-header__info {
  width: 50%;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .qe-question .qe-question-header .qe-question-header__info {
    width: 100%;
    padding: 0;
  }
}
.qe-question .qe-question-header .qe-question-header__info .info__q {
  font-family: 'Outfit', sans-serif;
  font-size: 240px;
  pointer-events: none;
  position: absolute;
  color: #F2DFC7;
  width: 100%;
  text-align: center;
  line-height: 1;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .qe-question .qe-question-header .qe-question-header__info .info__q {
    width: auto;
    font-size: 160px;
    left: -40px;
    top: -55px;
  }
}
.qe-question .qe-question-header .qe-question-header__info .info__tag {
  position: relative;
  z-index: 1;
  margin-top: 250px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .qe-question .qe-question-header .qe-question-header__info .info__tag {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
  }
}
.qe-question .qe-question-header .qe-question-header__info .info__title {
  position: relative;
  z-index: 1;
  font-size: 40px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .qe-question .qe-question-header .qe-question-header__info .info__title {
    text-align: center;
    font-size: 24px;
  }
}
.qe-question .qe-question-header .qe-question-header__illust {
  width: 50%;
  padding: 60px 30px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qe-question .qe-question-header .qe-question-header__illust {
    width: 100%;
    padding: 0;
  }
}
.qe-question .qe-question-header .qe-question-header__illust .illust__image {
  max-width: 352px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .qe-question .qe-question-header .qe-question-header__illust .illust__image {
    max-width: 181px;
    margin-top: 20px;
  }
}
.qe-question .qe-question-body {
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .qe-question .qe-question-body {
    margin-top: 20px;
  }
}
.qe-question .qe-question-body .qe-answer-list {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .qe-question .qe-question-body .qe-answer-list {
    margin: 0;
    display: inline;
    font-size: 0;
  }
}
.qe-question .qe-question-body .qe-answer-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .qe-question .qe-question-body .qe-answer-list .list {
    display: inline;
  }
}
.qe-question .qe-question-body .qe-answer-list .list .list-item {
  width: 29.4117647059%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .qe-question .qe-question-body .qe-answer-list .list .list-item {
    width: 50%;
    display: inline-block;
    margin-bottom: 20px;
  }
  .qe-question .qe-question-body .qe-answer-list .list .list-item:nth-child(even) {
    padding-left: 8px;
  }
  .qe-question .qe-question-body .qe-answer-list .list .list-item:nth-child(odd) {
    padding-right: 8px;
  }
}
.qe-question .qe-question-body .qe-answer-list .list .list-item .list-item__sub-text {
  line-height: 1.4;
  font-size: 14px;
  padding-bottom: 5px;
}
.qe-question .qe-question-body .qe-answer-list .list .list-item .list-item__link {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  font-size: 21px;
  color: #FFF;
  width: 100%;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .qe-question .qe-question-body .qe-answer-list .list .list-item .list-item__link {
    font-size: 16px;
  }
}
.qe-question .qe-question-body .qe-answer-list .list .list-item .list-item__link:after {
  content: "";
  position: absolute;
  background: transparent url(/quick-enquete/_assets/pic/ico_arrow_right.svg) no-repeat center center;
  background-size: contain;
  width: 9px;
  height: 15px;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  .qe-question .qe-question-body .qe-answer-list .list .list-item .list-item__link:after {
    width: 6px;
    height: 12px;
    margin-top: -6px;
    right: 10px;
  }
}
.qe-question .qe-question-body .qe-another-link {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qe-question .qe-question-body .qe-another-link {
    display: inline-block;
    margin-top: 0;
    width: 50%;
    font-size: 12px;
  }
  .qe-question .qe-question-body .qe-another-link.has-sub-text-space {
    vertical-align: bottom;
    padding-bottom: 40px;
  }
}
.qe-question .qe-question-body .qe-another-link a {
  color: #000;
}

.qe-answer {
  margin: 0 0 40px;
  opacity: 1;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .qe-answer {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.qe-answer.-hidden {
  opacity: 0;
  display: none;
}
.qe-answer .qe-answer-header {
  position: relative;
}
.qe-answer .qe-answer-header .qe-answer-header__a {
  font-family: 'Outfit', sans-serif;
  font-size: 240px;
  pointer-events: none;
  position: absolute;
  color: #F2DFC7;
  width: 50%;
  right: 0;
  top: -50px;
  text-align: center;
  line-height: 1;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .qe-answer .qe-answer-header .qe-answer-header__a {
    width: auto;
    font-size: 160px;
    right: -45px;
    top: -25px;
  }
}
.qe-answer .qe-answer-header .qe-answer-header__tag {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .qe-answer .qe-answer-header .qe-answer-header__tag {
    font-size: 12px;
    padding-top: 40px;
  }
}
.qe-answer .qe-answer-header .qe-answer-header__title {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .qe-answer .qe-answer-header .qe-answer-header__title {
    font-size: 16px;
  }
}
.qe-answer .qe-answer-body {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .qe-answer .qe-answer-body {
    margin-top: 20px;
  }
}
.qe-answer .qe-answer-body .list .list-item:not(:first-child) {
  margin-top: 30px;
}
.qe-answer .qe-answer-body .list .list-item .list-item__head {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .qe-answer .qe-answer-body .list .list-item .list-item__head {
    font-size: 16px;
  }
}
.qe-answer .qe-answer-body .list .list-item .list-item__head .check {
  display: none;
}
.qe-answer .qe-answer-body .list .list-item .list-item__head .check.-checked {
  display: inline-block;
  margin-left: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  vertical-align: middle;
  position: relative;
  margin-top: -0.2em;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .qe-answer .qe-answer-body .list .list-item .list-item__head .check.-checked {
    width: 19px;
    height: 19px;
    line-height: 19px;
    margin-left: 5px;
  }
}
.qe-answer .qe-answer-body .list .list-item .list-item__head .check.-checked:after {
  content: "";
  position: absolute;
  background: transparent url(/quick-enquete/_assets/pic/ico_check.svg) no-repeat center center;
  background-size: contain;
  width: 13px;
  height: 10px;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .qe-answer .qe-answer-body .list .list-item .list-item__head .check.-checked:after {
    width: 8px;
    height: 10px;
    margin-left: -4px;
    margin-top: -5px;
  }
}
.qe-answer .qe-answer-body .list .list-item .list-item__head .check__text {
  display: none;
  color: #000;
}
.qe-answer .qe-answer-body .list .list-item .list-item__head .check__text.-checked {
  display: inline;
  margin-left: 5px;
}
.qe-answer .qe-answer-body .list .list-item .list-item__body {
  line-height: 1;
  position: relative;
}
.qe-answer .qe-answer-body .list .list-item .list-item__body .number {
  font-family: 'Outfit', sans-serif;
  font-size: 64px;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .qe-answer .qe-answer-body .list .list-item .list-item__body .number {
    font-size: 48px;
  }
}
.qe-answer .qe-answer-body .list .list-item .list-item__body .denomination {
  font-size: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .qe-answer .qe-answer-body .list .list-item .list-item__body .denomination {
    font-size: 16px;
  }
}
.qe-answer .qe-answer-body .list .list-item .list-item__body .line {
  opacity: .5;
  display: inline-block;
  height: 20px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .qe-answer .qe-answer-body .list .list-item .list-item__body .line {
    bottom: -8px;
  }
}
.qe-answer .qe-answer-body .list.-animated .line {
  -webkit-animation: graph-extend 2s ease-in-out forwards;
  animation: graph-extend 2s ease-in-out forwards;
}
.qe-answer .qe-answer-body .list.-init .line {
  width: 0 !important;
}
.qe-answer .qe-answer-footer {
  position: relative;
}
.qe-answer .qe-answer-footer .image {
  max-width: 402px;
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qe-answer .qe-answer-footer .image {
    max-width: 402px;
    margin-top: 25px;
    width: 100%;
  }
}
.qe-answer .qe-answer-footer .scroll {
  position: absolute;
  right: 20px;
  top: 0;
  height: 80vh;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .qe-answer .qe-answer-footer .scroll {
    right: -25px;
  }
}
.qe-answer .qe-answer-footer .scroll.-scroll {
  -webkit-animation: fadeOut 1s ease-in-out forwards;
  animation: fadeOut 1s ease-in-out forwards;
}
.qe-answer .qe-answer-footer .scroll.-scrolled {
  opacity: 0 !important;
}
.qe-answer .qe-answer-footer .scroll.-scrolled.-scroll {
  opacity: 0;
}
.qe-answer .qe-answer-footer .scroll .scroll__text {
  position: fixed;
  right: 20px;
  bottom: 120px;
  color: #000;
  font-size: 40px;
  font-family: 'East Sea Dokdo', cursive;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .qe-answer .qe-answer-footer .scroll .scroll__text {
    font-size: 30px;
  }
}
.qe-answer .qe-answer-footer .scroll .scroll__text:after {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .qe-answer .qe-answer-footer .scroll .scroll__text:after {
    margin-top: 30px;
  }
}
.qe-answer .qe-answer-footer .scroll .scroll__circle {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 20px;
  bottom: 120px;
  color: #000;
  font-size: 10px;
  line-height: 1;
  background: #fdf272;
  font-size: 16px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .qe-answer .qe-answer-footer .scroll .scroll__circle {
    font-size: 12px;
    width: 72px;
    height: 72px;
  }
}
.qe-answer .qe-answer-footer .scroll .scroll__circle:after {
  content: "";
  position: absolute;
  top: 0;
  -webkit-animation: pathmove_arrow 2s ease-in-out infinite;
  animation: pathmove_arrow 2s ease-in-out infinite;
  opacity: 0;
  background: transparent url(/quick-enquete/_assets/pic/ico_arrow_down.svg) no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 64px;
  margin-top: 90px;
  left: 35px;
}
@media screen and (max-width: 767px) {
  .qe-answer .qe-answer-footer .scroll .scroll__circle:after {
    width: 8px;
    height: 40px;
    margin-top: 75px;
    left: 28px;
  }
}
.qe-answer .qe-answer-footer .scroll .scroll__text:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 0;
  background: #000;
  -webkit-animation: pathmove 2s ease-in-out infinite;
  animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
  left: 50%;
}
.qe-answer .qe-answer-footer .answer-link {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .qe-answer .qe-answer-footer .answer-link {
    margin-top: 10px;
    font-size: 12px;
  }
}
.qe-answer .qe-answer-footer .answer-link a {
  color: #000;
}

@-webkit-keyframes graph-extend {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@keyframes graph-extend {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}
@-webkit-keyframes pathmove_arrow {
  0% {
    top: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    top: 60px;
    opacity: 0;
  }
}
@keyframes pathmove_arrow {
  0% {
    top: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    top: 60px;
    opacity: 0;
  }
}
.qe-content {
  padding: 90px 0 40px;
}
@media screen and (max-width: 767px) {
  .qe-content {
    padding-bottom: 60px;
  }
}
.qe-content .qe-content-header {
  text-align: center;
}
.qe-content .qe-content-header .header {
  display: inline-block;
}
.qe-content .qe-content-header .header .header__text {
  position: relative;
}
.qe-content .qe-content-header .header .header__text .header__copy {
  display: inline-block;
  position: absolute;
  left: -10px;
  top: -25px;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  font-size: 30px;
  font-family: 'East Sea Dokdo', cursive;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .qe-content .qe-content-header .header .header__text .header__copy {
    top: -30px;
    left: -20px;
  }
}
.qe-content .qe-content-header .header .header__text span {
  display: block;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .qe-content .qe-content-header .header .header__text span {
    font-size: 30px;
  }
}
.qe-content .qe-content-header .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .qe-content .qe-content-header .anchor {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 600px;
  }
}
.qe-content .qe-content-header .anchor .anchor-item {
  font-size: 20px;
  padding: 0 12px;
  font-weight: bold;
}
.qe-content .qe-content-header .anchor .anchor-item:first-child {
  padding-left: 0;
}
.qe-content .qe-content-header .anchor .anchor-item:last-child {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .qe-content .qe-content-header .anchor .anchor-item {
    font-size: 16px;
    padding: 0;
  }
}
.qe-content .qe-content-header .visual {
  margin: 10px auto 0;
  max-width: 438px;
}
@media screen and (max-width: 767px) {
  .qe-content .qe-content-header .visual {
    padding: 0 10px;
  }
}
.qe-content .qe-content-section {
  margin: 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .qe-content .qe-content-section {
    margin: 50px 0 0;
    display: block;
  }
}
.qe-content .qe-content-section:nth-child(odd) .section-content {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media screen and (max-width: 767px) {
  .qe-content .qe-content-section:nth-child(odd) .section-content {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}
.qe-content .qe-content-section .section-header-wrapper {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .qe-content .qe-content-section .section-header-wrapper {
    width: 100%;
  }
}
.qe-content .qe-content-section .section-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 767px) {
  .qe-content .qe-content-section .section-header {
    position: static;
  }
}
.qe-content .qe-content-section .section-header .section-header__lead {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qe-content .qe-content-section .section-header .section-header__lead {
    font-size: 14px;
  }
}
.qe-content .qe-content-section .section-header .section-header__text {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qe-content .qe-content-section .section-header .section-header__text {
    font-size: 40px;
    margin-top: 10px;
  }
}
.qe-content .qe-content-section .section-header .section-header__illust {
  text-align: center;
  max-width: 415px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .qe-content .qe-content-section .section-header .section-header__illust {
    margin: 30px auto 0;
    padding: 0 10px;
  }
}
.qe-content .qe-content-section .section-content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .qe-content .qe-content-section .section-content {
    width: 100%;
  }
}
.qe-content .qe-content-section .section-content .section-item, .qe-content .qe-content-section .section-content .exception-item {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  border: solid 3px transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2;
  opacity: 1;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}
.qe-content .qe-content-section .section-content .section-item:nth-child(odd), .qe-content .qe-content-section .section-content .exception-item:nth-child(odd) {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .qe-content .qe-content-section .section-content .section-item:nth-child(odd), .qe-content .qe-content-section .section-content .exception-item:nth-child(odd) {
    margin-right: 10px;
    margin-left: -50px;
    padding-left: 45px;
  }
}
.qe-content .qe-content-section .section-content .section-item:nth-child(even), .qe-content .qe-content-section .section-content .exception-item:nth-child(even) {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .qe-content .qe-content-section .section-content .section-item:nth-child(even), .qe-content .qe-content-section .section-content .exception-item:nth-child(even) {
    margin-left: 10px;
    margin-right: -50px;
    padding-right: 45px;
  }
}
.qe-content .qe-content-section .section-content .section-item:not(:first-child), .qe-content .qe-content-section .section-content .exception-item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .qe-content .qe-content-section .section-content .section-item:not(:first-child), .qe-content .qe-content-section .section-content .exception-item:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .qe-content .qe-content-section .section-content .section-item:first-child, .qe-content .qe-content-section .section-content .exception-item:first-child {
    margin-top: 30px;
  }
}
.qe-content .qe-content-section .section-content .section-item.-hidden, .qe-content .qe-content-section .section-content .exception-item.-hidden {
  opacity: 0;
  display: none;
}
.qe-content .qe-content-section .section-content .section-item strong, .qe-content .qe-content-section .section-content .exception-item strong {
  font-weight: normal;
}
.qe-content .qe-content-section .section-content .exception-item {
  padding: 10px 30px 30px;
}
@media screen and (max-width: 767px) {
  .qe-content .qe-content-section .section-content .exception-item {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .qe-content .qe-content-section .section-content .exception-item {
    margin-left: 0 !important;
  }
}
.qe-content .qe-content-section .section-content .exception-item .exception-item__copy {
  font-family: 'East Sea Dokdo', cursive;
  font-size: 30px;
  text-align: center;
  line-height: 1;
}
.qe-content .qe-content-section .section-content .exception-item .exception-item__header {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .qe-content .qe-content-section .section-content .exception-item .exception-item__header {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .qe-content .qe-content-section .section-content .exception-item .exception-item__header {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .qe-content .qe-content-section .section-content .exception-item .exception-item__body {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .qe-content .qe-content-section .section-content .exception-item .exception-item__body {
    margin-top: 5px;
  }
}
.qe-content .qe-content-section .section-content .read-more {
  text-align: center;
  margin: 30px 0 0;
  font-size: 16px;
}
.qe-content .qe-content-section .section-content .read-more a {
  text-decoration: underline;
  color: #000;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.qe-content-ending {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 730px;
  padding: 80px 80px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .qe-content-ending {
    padding: 60px 10px 20px;
  }
}
.qe-content-ending .ending-header .ending-header__text {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.qe-content-ending .ending-content {
  margin: 20px 0;
}
.qe-content-ending .ending-content .ending-content__text {
  line-height: 2;
}
.qe-content-ending .ending-content .ending-content__form-lead {
  font-size: 14px;
  text-align: center;
  margin: 20px 0 0;
}
.qe-content-ending .ending-content .ending-content__form-btn {
  text-align: center;
  margin: 20px 0 0;
}
.qe-content-ending .ending-content .ending-content__form-btn .btn {
  display: inline-block;
  padding: 10px 45px;
  background: #000;
  color: #fff;
  border-radius: 100px;
}
.qe-content-ending .ending-content .ending-content__image {
  text-align: center;
  margin: 90px 0 0;
}
.qe-content-ending .ending-content .ending-content__image .image-title {
  font-family: 'East Sea Dokdo', cursive;
  font-size: 40px;
  margin: 0 0 20px;
}
.qe-content-ending .ending-content .ending-content__image img {
  width: 220px;
}
.qe-content-ending .ending-content .ending-content__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 0;
}
.qe-content-ending .ending-content .ending-content__sns .list-item {
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .qe-content-ending .ending-content .ending-content__sns .list-item {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .qe-content-ending .ending-content .ending-content__sns .list-item {
    width: 50px;
  }
}

/**
* over write styles
* ------------------------------------------------ */
.qe-answer .qe-answer-footer .answer-link {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .qe-answer .qe-answer-footer .answer-link {
    margin-top: 20px;
  }
}

.qe-content-section .section-header__text {
  line-height: 1.45;
}

.qe-content .qe-content-header .header .header__text span {
  line-height: 1.47;
}

.qe-content .qe-content-section .section-content .exception-item.-hidden {
  opacity: 0;
  display: none;
}

@media screen and (min-width: 768px) {
  .qe-content-ending .ending-content .ending-content__image img {
    width: 282px;
  }
}

/**
* original styles
* ------------------------------------------------ */
body a.t-color-sennin,
.t-color-sennin {
  color: #389256;
}

.t-bg-sennin {
  background-color: #389256;
}

body a.t-color-bonjin,
.t-color-bonjin {
  color: #EB9744;
}

.t-bg-bonjin {
  background-color: #EB9744;
}

body a.t-color-hiyokko,
.t-color-hiyokko {
  color: #F37891;
}

.t-bg-hiyokko {
  background-color: #F37891;
}

body a.t-color-extra,
.t-color-extra {
  color: #317BAC;
}

.qe-content-section#sennin .section-header__text {
  color: #389256;
}
.qe-content-section#sennin .section-content .section-item,
.qe-content-section#sennin .section-content .exception-item {
  border-color: #389256;
}
.qe-content-section#sennin .section-content .section-item strong,
.qe-content-section#sennin .section-content .exception-item strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(59%, transparent), color-stop(60%, rgba(56, 146, 86, 0.3)));
  background: -webkit-linear-gradient(transparent 59%, rgba(56, 146, 86, 0.3) 60%);
  background: -o-linear-gradient(transparent 59%, rgba(56, 146, 86, 0.3) 60%);
  background: linear-gradient(transparent 59%, rgba(56, 146, 86, 0.3) 60%);
}
.qe-content-section#bonjin .section-header__text {
  color: #EB9744;
}
.qe-content-section#bonjin .section-content .section-item,
.qe-content-section#bonjin .section-content .exception-item {
  border-color: #EB9744;
}
.qe-content-section#bonjin .section-content .section-item strong,
.qe-content-section#bonjin .section-content .exception-item strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(59%, transparent), color-stop(60%, rgba(235, 151, 68, 0.3)));
  background: -webkit-linear-gradient(transparent 59%, rgba(235, 151, 68, 0.3) 60%);
  background: -o-linear-gradient(transparent 59%, rgba(235, 151, 68, 0.3) 60%);
  background: linear-gradient(transparent 59%, rgba(235, 151, 68, 0.3) 60%);
}
.qe-content-section#bonjin .section-content .exception-item {
  border-color: #E3C9A9;
}
.qe-content-section#hiyokko .section-header__text {
  color: #F37891;
}
.qe-content-section#hiyokko .section-content .section-item,
.qe-content-section#hiyokko .section-content .exception-item {
  border-color: #F37891;
}
.qe-content-section#hiyokko .section-content .section-item strong,
.qe-content-section#hiyokko .section-content .exception-item strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(59%, transparent), color-stop(60%, rgba(243, 120, 145, 0.3)));
  background: -webkit-linear-gradient(transparent 59%, rgba(243, 120, 145, 0.3) 60%);
  background: -o-linear-gradient(transparent 59%, rgba(243, 120, 145, 0.3) 60%);
  background: linear-gradient(transparent 59%, rgba(243, 120, 145, 0.3) 60%);
}
.qe-content-section#extra .section-header__text {
  color: #317BAC;
}
.qe-content-section#extra .section-content .section-item,
.qe-content-section#extra .section-content .exception-item {
  border-color: #317BAC;
}
.qe-content-section#extra .section-content .section-item strong,
.qe-content-section#extra .section-content .exception-item strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(59%, transparent), color-stop(60%, rgba(49, 123, 172, 0.3)));
  background: -webkit-linear-gradient(transparent 59%, rgba(49, 123, 172, 0.3) 60%);
  background: -o-linear-gradient(transparent 59%, rgba(49, 123, 172, 0.3) 60%);
  background: linear-gradient(transparent 59%, rgba(49, 123, 172, 0.3) 60%);
}

#container .qe-wrapper {
  padding-top: 40px;
  padding-bottom: 90px;
}
@media screen and (max-width: 599px) {
  #container .qe-wrapper {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
#container .qe-question .qe-question-body .qe-answer-list .list .list-item .list-item__link {
  color: #fff;
}
#container .qe-question .qe-question-body .qe-answer-list .list .list-item .list-item__link:hover {
  text-decoration: none;
}



/*# sourceMappingURL=style.css.map */