/*----------------------------------
Config variables etc
----------------------------------*/
/* 10px */
/* 12px */
/* 14px */
/* 16px */
/* 18px */
/* 20px */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider {
  opacity: 0;
  transition: 3s;
}

.slick-initialized {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .l-container {
    width: 100%;
    margin: 0 auto;
  }
  .external-info__lead {
    margin: 40px 0 80px;
  }
  .top-mainvisual,
  .top-slider {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .top-mainvisual {
    min-height: 430px;
  }
  .thumbnail-thumb {
    padding: 15px 0 10px;
    background-color: #f8f8f8;
    margin-top: -5px;
  }
  .thumbnail-thumb .slide-arrow-wrap {
    width: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .thumbnail-thumb .slide-arrow-wrap:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .thumbnail-thumb .slide-arrow-wrap.prev-arrow {
    left: 0;
    transform: scaleX(-1);
  }
  .thumbnail-thumb .slide-arrow-wrap.next-arrow {
    right: 0;
  }
  .thumbnail-thumb .slide-arrow-wrap .slide-arrow {
    width: 25px;
    height: 25px;
  }
  .thumbnail-thumb img {
    height: 75px;
    margin: auto;
  }
  .slick-slide {
    margin: 0 5px;
    opacity: 0.6;
  }
  .slick-slide.slick-active {
    opacity: 1;
  }
  .slick-list {
    margin: 0 -10px;
  }
  .slick-dots {
    display: flex;
    justify-content: center;
    font-size: 0;
    background: #fff;
    height: 20px;
    margin-top: 4px;
  }
  .slick-dots > li {
    position: relative;
    width: 10px;
  }
  .slick-dots > .slick-active button {
    background-color: #26a2e7;
  }
  .slick-dots > li button {
    font-size: 0;
    width: 8px;
    height: 2px;
    border-radius: 10px;
    background-color: #dddddd;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .top-news {
    margin-top: 80px;
  }
  .top-news-list {
    width: 500px;
    margin: 0 auto;
  }
  .top-news-list > li {
    margin-top: 20px;
    text-align: center;
  }
  .top-news-list > li a {
    text-decoration: underline;
  }
  .top-news-list > li a:hover {
    text-decoration: none;
  }
  .top-catchcopy {
    margin-top: 100px;
    display: flex;
  }
  .top-catchcopy__img {
    flex-basis: 50%;
    min-width: 50%;
    padding-top: 38%;
    background-size: cover;
  }
  .top-catchcopy__txt-wrap {
    flex-basis: 50%;
    min-width: 50%;
  }
  .top-catchcopy__txt {
    width: 80%;
    padding: 80px 0 80px 50px;
    color: #878787;
    height: 380px;
    line-height: 3;
    font-size: 1.6vw;
  }
  .top-fair + .top-fair {
    margin-top: 15px;
  }
  .top-fair {
    position: relative;
    min-height: 383px;
    display: flex;
    flex-flow: row-reverse;
    padding: 20px;
    align-items: center;
    background-color: #ededed;
  }
  .top-fair-lead {
    flex-basis: 30%;
    min-width: 30%;
    position: relative;
    margin: 0 80px;
  }
  .top-fair-lead__ttl {
    font-size: 2vw;
    color: #231815;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .top-fair-lead__desc {
    color: #231815;
    font-size: 1.2vw;
    line-height: 2.4;
    margin-top: 10px;
  }
  .top-fair-lead__btn {
    display: block;
    color: #878787;
    border: solid 1px #878787;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 40px;
  }
  .top-fair-img {
    position: relative;
    width: 100%;
    background-size: contain;
  }
  .top-fair-img img {
    width: 100%;
    height: auto;
  }
  .top-officemap {
    margin: 100px auto 0;
    position: relative;
    padding: 40px 80px 0;
    height: 800px;
  }
  .top-officemap-img {
    background-size: 100% auto;
    width: 100%;
    height: 580px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
  }
  .top-officemap-bg {
    width: 800px;
    height: 770px;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .top-officemap__ttl {
    font-size: 4rem;
    font-weight: bold;
    color: #947c55;
  }
  .top-officemap-list {
    position: relative;
    z-index: 2;
    width: 800px;
    height: 680px;
    margin: 0 auto;
  }
  .top-officemap-list__item {
    position: absolute;
  }
  .top-officemap-list__item.--nagoya {
    right: -214px;
    bottom: 215px;
  }
  .top-officemap-list__item.--yokohama {
    right: -214px;
    bottom: 321px;
  }
  .top-officemap-list__item.--tokyo {
    right: -214px;
    bottom: 430px;
  }
  .top-officemap-list__item.--fukuoka {
    left: -180px;
    bottom: 345px;
  }
  .top-officemap-list__item.--kyoto {
    left: -180px;
    bottom: 455px;
  }
  .top-officemap-list__item.--osaka {
    left: -180px;
    bottom: 563px;
  }
  .top-iccdata {
    margin: 100px auto 0;
  }
  .top-iccdata__ttl {
    position: relative;
    margin: 1.5em auto;
    padding: 26px 10px;
    width: 510px;
    color: #555;
    font-size: 16px;
    background: #fff;
    border: solid 1px #947c55;
    box-sizing: border-box;
    color: #947c55;
    font-size: 2.6rem;
    font-weight: bold;
    border-radius: 6px;
    text-align: center;
  }
  .top-iccdata__ttl:before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #fff;
    z-index: 2;
  }
  .top-iccdata__ttl:after {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #947c55;
    z-index: 1;
  }
  .top-iccdata__ttl > div {
    margin: 0;
    padding: 0;
  }
  .top-iccdata-inner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top-iccdata__item {
    width: 330px;
    height: 330px;
    text-align: center;
    color: #fff;
    padding: 50px;
    background-color: #aebdc6;
    margin-top: 4px;
  }
  .top-iccdata__item.--anim7, .top-iccdata__item.--anim8 {
    width: 497px;
  }
  .top-iccdata__item.--anim9 {
    width: 1000px;
    padding: 10px;
    height: 630px;
  }
  .top-iccdata__item-img {
    text-align: center;
  }
  .top-iccdata__item-img img {
    max-height: 120px;
  }
  .top-iccdata__item-ttl {
    font-size: 1.8rem;
    margin-top: 10px;
  }
  .top-iccdata__item-data {
    font-size: 3rem;
    font-weight: bold;
  }
  .top-iccdata__item-data span {
    font-size: 6rem;
  }
  .top-iccdata-itemwrap {
    display: flex;
    width: 500px;
    margin: auto;
    justify-content: center;
  }
  .top-iccdata-itemwrap > div {
    margin: 0 10px;
  }
  .top-iccdata-dms {
    height: 460px;
    position: relative;
    background-size: 85% auto;
    background-position: center top 40px;
  }
  .dms-block {
    position: absolute;
    left: 0;
    top: 0;
  }
  .dms-block .c-btn {
    font-size: 1.2rem;
    width: 220px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .dms-block .c-btn.is-show {
    opacity: 1;
  }
  .dms-block .line-v {
    background-color: #172a86;
    position: absolute;
    width: 2px;
    height: 1px;
    transition: height 0.3s ease;
  }
  .dms-block .line-h {
    background-color: #172a86;
    position: absolute;
    width: 1px;
    height: 2px;
    transition: width 0.3s ease;
  }
  .dms-block .line-br {
    border-bottom: solid 2px #172a86;
    border-right: solid 2px #172a86;
    position: absolute;
    width: 1px;
    height: 1px;
    transition: all 0.3s ease;
  }
  .dms-block .line-bl {
    border-bottom: solid 2px #172a86;
    border-left: solid 2px #172a86;
    position: absolute;
    width: 1px;
    height: 1px;
    transition: all 0.3s ease;
  }
  .dms-block .line-tl {
    border-top: solid 2px #172a86;
    border-left: solid 2px #172a86;
    position: absolute;
    width: 1px;
    height: 1px;
    transition: all 0.3s ease;
  }
  .dms-block__decimal {
    width: 20px;
    position: absolute;
    transition: opacity 1s ease;
    opacity: 0;
  }
  .dms-block__decimal.is-show {
    opacity: 1;
  }
  .dms-block.--block1 {
    left: 30px;
    top: -3px;
    width: 220px;
    height: 180px;
  }
  .dms-block.--block1 .line.is-show.line-v {
    height: 130px;
    left: 102px;
  }
  .dms-block.--block1 .dms-block__decimal {
    left: -15px;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .dms-block.--block2 {
    left: 45px;
    top: 240px;
    width: 350px;
    height: 70px;
  }
  .dms-block.--block2 .line.is-show.line-h {
    width: 130px;
    left: 212px;
    top: 42px;
  }
  .dms-block.--block2 .dms-block__decimal {
    right: 0;
    top: 33px;
  }
  .dms-block.--block3 {
    left: 65px;
    top: 340px;
    width: 435px;
    height: 70px;
  }
  .dms-block.--block3 .line.is-show.line-h {
    width: 210px;
    left: 212px;
    top: 14px;
  }
  .dms-block.--block3 .dms-block__decimal {
    right: 0;
    top: 5px;
  }
  .dms-block.--block4 {
    left: 65px;
    top: 410px;
    width: 415px;
    height: 40px;
  }
  .dms-block.--block4 .line.is-show.line-br {
    left: 218px;
    bottom: 7px;
    width: 188px;
  }
  .dms-block.--block4 .line.is-show2.line-br {
    height: 60px;
  }
  .dms-block.--block4 .dms-block__decimal {
    right: 0;
    top: -40px;
  }
  .dms-block.--block5 {
    right: 0;
    top: 380px;
    width: 275px;
    height: 40px;
    left: auto;
  }
  .dms-block.--block5 .line.is-show.line-h {
    width: 180px;
    right: 270px;
    top: 25px;
  }
  .dms-block.--block5 .dms-block__decimal {
    right: 430px;
    top: 15px;
  }
  .dms-block.--block6 {
    right: 10px;
    top: 290px;
    width: 225px;
    height: 40px;
    left: auto;
  }
  .dms-block.--block6 .line.is-show.line-bl {
    right: 218px;
    bottom: 7px;
    width: 49px;
  }
  .dms-block.--block6 .line.is-show2.line-bl {
    height: 120px;
  }
  .dms-block.--block6 .dms-block__decimal {
    right: 255px;
    top: -105px;
  }
  .dms-block.--block7 {
    right: 10px;
    top: 40px;
    width: 225px;
    height: 40px;
    left: auto;
  }
  .dms-block.--block7 .line.is-show.line-tl {
    right: 218px;
    top: 20px;
    width: 58px;
  }
  .dms-block.--block7 .line.is-show2.line-tl {
    height: 100px;
  }
  .dms-block.--block7 .dms-block__decimal {
    right: 265px;
    top: 115px;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    margin-top: 15px;
  }
  .top-news-list {
    padding: 0 10px;
  }
  .top-news-list > li {
    margin-top: 20px;
    text-align: center;
  }
  .top-news-list > li a {
    text-decoration: underline;
  }
  .top-news-list > li a:hover {
    text-decoration: none;
  }
  .top-catchcopy {
    margin: 50px 0 100px;
    position: relative;
  }
  .top-catchcopy__img {
    background-size: 100% auto;
    width: 70vw;
    height: 70vw;
  }
  .top-catchcopy__txt-wrap {
    position: absolute;
    right: 0;
    top: 120px;
    width: 85vw;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    line-height: 1.8;
  }
  .top-catchcopy__txt {
    padding: 20px;
  }
  .top-fair {
    margin-top: 50px;
  }
  .top-fair-lead {
    padding: 15px;
  }
  .top-fair-lead__ttl + p {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .top-fair-lead__btn {
    display: block;
    text-align: center;
    padding: 6px 0;
    background-color: #ccc;
    color: #fff;
    margin: 10px -15px 0;
  }
  .top-officemap__ttl {
    font-size: 1.8rem;
    font-weight: 700;
    color: #947c55;
    text-align: center;
  }
  .top-officemap-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .top-officemap-list__item {
    color: #fff;
    width: calc(50% - 4px);
    display: block;
    padding: 10px 0;
    text-align: center;
    position: relative;
    background-color: #aebdc6;
    margin: 2px;
  }
  .top-officemap-list__item::after {
    content: ">";
    transform: scale(1, 1.6) translateY(-1px);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .top-slider {
    background-color: #f8f8f8;
    margin: 0 -20px;
    overflow: hidden;
  }
  .slick-slide {
    margin: 0 5px;
    opacity: 0.6;
  }
  .slick-slide.slick-active {
    opacity: 1;
  }
  .slick-list {
    margin: 0 -10px;
  }
  .slick-dots {
    display: flex;
    justify-content: center;
    font-size: 0;
    background: #fff;
    height: 20px;
    margin-top: 4px;
  }
  .slick-dots > li {
    position: relative;
    width: 10px;
  }
  .slick-dots > .slick-active button {
    background-color: #26a2e7;
  }
  .slick-dots > li button {
    font-size: 0;
    width: 8px;
    height: 2px;
    border-radius: 10px;
    background-color: #dddddd;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .thumbnail-thumb {
    padding: 4px 0 0;
  }
  .thumbnail-thumb .slide-arrow-wrap {
    width: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    height: 80%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .thumbnail-thumb .slide-arrow-wrap:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .thumbnail-thumb .slide-arrow-wrap.prev-arrow {
    left: 0;
    transform: scaleX(-1);
  }
  .thumbnail-thumb .slide-arrow-wrap.next-arrow {
    right: 0;
  }
  .thumbnail-thumb .slide-arrow-wrap .slide-arrow {
    width: 25px;
    height: 25px;
  }
  .top-abouticc {
    margin: 20px 0 0;
    display: flex;
    min-height: 310px;
  }
  .top-abouticc div:first-child {
    flex-basis: calc(60% - 15px);
    margin-right: 15px;
  }
  .top-abouticc div:last-child {
    flex-basis: 50%;
    background-position: center top;
    background-size: cover;
  }
  .top-abouticc__logo {
    margin: 30px 0;
  }
  .top-abouticc__ttl {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .top-abouticc__txt {
    font-size: 1.3rem;
  }
  .top-abouticc-list {
    margin-top: 20px;
    padding: 5px 18px 25px;
    background: #e9f6fd;
  }
  .top-abouticc-list > a {
    display: block;
    background: #fff;
    padding: 10px 0;
    margin-top: 20px;
  }
  .top-abouticc-list__ttl {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  .top-abouticc-list__subttl {
    color: #26a2e7;
    text-align: center;
  }
  .top-abouticc-list__img {
    margin: 10px 0;
  }
  .top-abouticc-list__txt {
    padding: 0 10px 10px;
    font-size: 1.4rem;
  }
  .top-select-age {
    margin-top: 40px;
  }
  .top-select-age-list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -5px 10px;
    border-bottom: dotted 1px #cecece;
    padding-bottom: 10px;
  }
  .top-select-age-item {
    flex-basis: calc(50% - 10px);
    margin: 5px;
    background-position: right bottom;
    background-size: auto 100%;
    border: solid 1px #cecece;
    min-height: 100px;
    padding: 15px 10px;
    position: relative;
  }
  .top-select-age-item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 50%;
  }
  .top-select-age-item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 50%;
    background-color: #eeeeee;
  }
  .top-select-age-item.--middle .top-select-age-item__txt > span {
    color: #ff8d8d;
  }
  .top-select-age-item.--high .top-select-age-item__txt > span {
    color: #ffab57;
  }
  .top-select-age-item.--middle::before {
    background-color: #ff8d8d;
  }
  .top-select-age-item.--high::before {
    background-color: #ffab57;
  }
  .top-select-age-item__txt {
    font-size: 1.1rem;
  }
  .top-select-age-item__txt > span {
    font-size: 1.4rem;
    display: flex;
    width: 50%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    height: 50px;
    align-items: center;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .top-select-age-item__txt > b {
    font-weight: normal;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .top-about-type {
    margin-top: 40px;
    padding: 0 8px;
  }
  .top-about-type > h3 {
    margin: 0 -8px;
  }
  .top-about-type-list {
    display: flex;
    margin-top: 15px;
    padding-bottom: 5px;
  }
  .top-about-type-list > a {
    border: solid 1px #cecece;
    flex-basis: 33.3333333%;
    text-align: center;
    padding-bottom: 5px;
    position: relative;
  }
  .top-about-type-list > a::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .top-about-type-list > a::after {
    margin: 0;
    right: 3px;
    top: auto;
    bottom: 0;
  }
  .top-about-type-list > a:nth-child(2) {
    margin: 0 10px;
  }
  .top-about-type-list__txt {
    font-size: 1.2rem;
    padding: 5px;
  }
  .top-about-type-list__txt > strong {
    font-size: 1.4rem;
  }
  .top-select-country {
    margin-top: 40px;
    padding: 0 8px;
  }
  .top-select-country > h3 {
    margin: 0 -8px;
  }
  .top-select-country-list {
    margin-top: 15px;
    padding-bottom: 5px;
  }
  .top-select-country-list > a {
    display: block;
    height: 100px;
    background-size: cover;
    margin-top: 10px;
    position: relative;
  }
  .top-select-country-list__txt {
    position: relative;
    font-size: 1.3rem;
    color: #fff;
    width: 200px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 1.3rem;
    text-align: center;
    padding-top: 10px;
  }
  .top-select-country-list__txt::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .top-select-country-list__txt > strong {
    font-size: 1.5rem;
  }
  .top-select-country-list__txt::after {
    right: 5px;
  }
  .top-purpose {
    margin: 30px -20px 20px;
    padding: 40px 20px;
    min-height: 350px;
    background-size: cover;
  }
  .top-purpose > h3 {
    margin: 0 -8px;
  }
  .top-purpose > h3 span {
    background-color: #00afff;
  }
  .top-purpose-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    padding-bottom: 5px;
  }
  .top-purpose-list > a {
    border: solid 1px #fff;
    flex-basis: calc(33.3333333% - 10px);
    text-align: center;
    padding: 13px 5px;
    color: #fff;
    font-size: 1.1rem;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 10px;
    margin-left: 10px;
    position: relative;
  }
  .top-purpose-list > a::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .top-purpose-list__txt {
    font-size: 1.2rem;
    padding: 5px;
  }
  .top-purpose-list__txt > strong {
    font-size: 1.4rem;
  }
  .top-support {
    margin: 60px 0 0;
  }
  .top-support__headline {
    margin-bottom: 15px;
  }
  .top-support__lead {
    font-size: 1.4rem;
    margin: 30px 10px;
  }
  .top-support-banner {
    margin-top: 10px;
    display: flex;
  }
  .top-support-banner > a:nth-child(2) {
    margin: 0 10px;
  }
  .top-support-list > a {
    margin-top: 10px;
    overflow: hidden;
    display: block;
    background-color: #fff;
    padding: 14px 0;
    border-bottom: solid 1px #cecece;
  }
  .top-support-list__img {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }
  .top-support-list__ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: -3px;
    position: relative;
    padding-right: 30px;
  }
  .top-support-list__ttl::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .top-support-list__txt {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .top-support__link {
    margin-top: 20px;
  }
  .top-qa__ttl {
    margin-top: 30px;
    text-align: center;
    font-size: 1.7rem;
  }
  .top-qa-tlist {
    margin-top: 10px;
  }
  .top-qa-tlist dt {
    background-color: #26a2e7;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 6px 0;
  }
  .top-qa-tlist dd {
    margin-top: -1px;
  }
  .top-qa-tlist dd a {
    display: block;
    padding: 10px;
    background-color: #fff;
    border: solid 1px #cecece;
    position: relative;
  }
  .top-qa-tlist dd a::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .top-qa-blist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .top-qa-blist > li {
    width: calc(33.333333333% - 7px);
    height: 27vw;
    margin-top: 10px;
  }
  .top-qa-blist > li:nth-child(3n-1) {
    margin: 10px 10px 0;
  }
  .top-qa-blist > li:last-child {
    margin-right: auto;
  }
  .top-qa-blist > li a {
    display: block;
    color: #fff;
    font-weight: bold;
    height: 100%;
    text-align: center;
    padding-top: 22px;
  }
  .top-qa-blist > li a .c-icon.\--q {
    display: block;
    margin: 0 auto 10px;
  }
  .top-qa-blist > li a.color1 {
    background-color: #ff7373;
  }
  .top-qa-blist > li a.color2 {
    background-color: #ffa64d;
  }
  .top-qa-blist > li a.color3 {
    background-color: #17a1ea;
  }
  .top-qa-blist > li a.color4 {
    background-color: #7ad057;
  }
  .top-consultation {
    margin-top: 20px;
    padding: 40px 0;
  }
  .top-consultation__logo {
    width: 200px;
    margin: 0 auto 10px;
  }
  .top-consultation__lead {
    font-size: 1.4rem;
    text-align: center;
    margin: 30px 0;
  }
  .top-consultation-list {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .top-consultation-list > a {
    border: solid 1px #cecece;
    width: calc(33.333333333% - 7px);
    height: 27vw;
    margin-top: 10px;
    color: #fff;
    position: relative;
    text-align: center;
    padding-bottom: 5px;
    background-size: cover;
    background-color: #000;
    position: relative;
  }
  .top-consultation-list > a::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .top-consultation-list > a::after {
    top: auto;
    bottom: 2px;
    margin: 0;
    right: 5px;
  }
  .top-consultation-list > a:nth-child(3n-1) {
    margin: 10px 10px 0;
  }
  .top-consultation-list > a:last-child {
    margin-right: auto;
  }
  .top-consultation-list > a > span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-consultation-list > a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .top-icc {
    margin: 0 -20px;
    padding: 0 20px;
    background-size: auto 115px;
    margin-top: 30px;
    padding-top: 115px;
  }
  .top-icc-list {
    margin: 0 -20px;
    padding: 15px 20px 20px;
  }
  .top-icc-list > a {
    margin-top: 10px;
    overflow: hidden;
    display: block;
    background-color: #fff;
    padding: 14px 0;
    border-bottom: solid 1px #cecece;
  }
  .top-icc-list__img {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }
  .top-icc-list__ttl {
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    padding-right: 30px;
  }
  .top-icc-list__ttl::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .top-icc-list__txt {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .top-iccdata {
    margin: 50px auto 0;
  }
  .top-iccdata__ttl {
    position: relative;
    margin: 1.5em auto;
    padding: 26px 10px;
    width: 90vw;
    color: #555;
    background: #fff;
    border: solid 1px #947c55;
    box-sizing: border-box;
    color: #947c55;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 6px;
    text-align: center;
  }
  .top-iccdata__ttl:before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #fff;
    z-index: 2;
  }
  .top-iccdata__ttl:after {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #947c55;
    z-index: 1;
  }
  .top-iccdata__ttl > div {
    margin: 0;
    padding: 0;
  }
  .top-iccdata-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top-iccdata__item {
    width: 49.5vw;
    height: 49.5vw;
    text-align: center;
    color: #fff;
    padding: 20px;
    background-color: #aebdc6;
    margin-top: 1vw;
  }
  .top-iccdata__item.--anim9 {
    width: 100vw;
    padding: 10px 0 0;
    height: auto;
  }
  .top-iccdata__item-img {
    text-align: center;
  }
  .top-iccdata__item-img img {
    width: auto;
    height: 60px;
  }
  .top-iccdata__item-ttl {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  .top-iccdata__item-data {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .top-iccdata__item-data span {
    font-size: 3.6rem;
  }
  .top-iccdata-itemwrap {
    display: flex;
    margin: auto;
    justify-content: center;
  }
  .top-iccdata-itemwrap > div {
    margin: 0 10px;
  }
  .top-iccdata-dms-sp {
    margin-top: 10px;
  }
}
.top-news-2 {
  margin: 8rem auto;
  max-width: 1000px;
}

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