/* CSS Document */
/* main top
------------------------------------------------------------*/
main.top #btn {
  padding-top: 30px;
  padding-bottom: 30px;
}

main.top #information {
  padding-top: 40px;
  padding-bottom: 40px;
}

main.top #information .content > ul {
  border: 2px solid #e96117;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
}

main.top #information .content > ul:not(:last-child) {
  margin-bottom: 30px;
}

main.top #information .content > ul li {
  text-align: center;
  color: #e96117;
  font-weight: bold;
}

main.top #information .content > ul li:not(:last-child) {
  margin-bottom: 5px;
}

main.top #information .info-block .item-info .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.top #information .info-block .item-info .inside h3 {
  margin-bottom: 0;
  margin-right: 40px;
}

main.top #information .info-block .item-info .inside .info-list {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.top #what {
  background: #fffdf0;
}

main.top #what .what-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.top #what .what-block:not(:last-child) {
  margin-bottom: 80px;
}

main.top #what .what-block .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 50px;
}

main.top #what .what-block .item-text .heading-lv01:not(:last-child) {
  margin-bottom: 30px;
}

main.top #what .what-block .item-text p {
  font-size: 16px;
  font-size: 1rem;
}

main.top #what .what-block .item-img {
  line-height: 0;
}

main.top #what .what-block .item-img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

main.top #what .what-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.top #what .what-features:not(:last-child) {
  margin-bottom: 50px;
}

main.top #what .what-features .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 50px;
}

main.top #what .what-features .item-text > *:not(:last-child) {
  margin-bottom: 15px;
}

main.top #what .what-features .item-text .heading-lv01:not(:last-child) {
  margin-bottom: 30px;
}

main.top #what .what-features .item-text h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #681700;
}

main.top #what .what-bf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #FFF;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

main.top #what .what-bf:not(:last-child) {
  margin-bottom: 30px;
}

main.top #what .what-bf .item-img {
  margin-right: 40px;
}

main.top #what .what-bf .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 14px;
  font-size: 0.875rem;
  color: #222222;
}

main.top #service .text-block {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

main.top #service .text-block:not(:last-child) {
  margin-bottom: 50px;
}

main.top #service .text-block p:not(:last-child) {
  margin-bottom: 10px;
}

main.top #about {
  background: #fffdf0;
}

main.top #about .about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.top #about .about-block:not(:last-child) {
  margin-bottom: 40px;
}

main.top #about .about-block .item-img {
  line-height: 0;
  width: 50%;
  text-align: center;
  margin-right: 20px;
}

main.top #about .about-block .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.top #about .about-block .item-text h3 {
  line-height: 0;
  background: #aabb12;
  padding: 15px 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

main.top #about .about-block .item-text h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.125rem;
}

main.top #about .about-block .item-text p:not(:last-child) {
  margin-bottom: 10px;
}

main.top #about .about-bf {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

main.top #about .about-bf:not(:last-child) {
  margin-bottom: 60px;
}

main.top #about .about-bf .item-img {
  line-height: 0;
  margin-right: 20px;
  width: 260px;
  text-align: center;
}

main.top #about .about-bf .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.top #about .about-bf .item-text p:not(:last-child) {
  margin-bottom: 10px;
}

main.top #blog {
  background: #eff2de;
}

main.top #blog .blog-list {
  margin-right: -40px;
  margin-bottom: -30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main.top #blog .blog-list li {
  margin-right: 40px;
  margin-bottom: 30px;
  width: calc(33.3333% - 40px);
}

main.top #knowledge {
  background: #fffdf0;
  overflow: hidden;
}

main.top #knowledge .column-slides {
  margin-bottom: 30px;
}

main.top #knowledge .column-slides .slick-list {
  overflow: visible;
}

main.top #knowledge .column-slides .slick-arrow {
  width: 54px;
  height: 12px;
  bottom: -60px;
  top: initial;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

main.top #knowledge .column-slides .slick-arrow:before {
  width: 100%;
  height: 100%;
  font-size: 0;
  display: block;
}

main.top #knowledge .column-slides .slick-prev {
  left: 0;
}

main.top #knowledge .column-slides .slick-prev:before {
  background-image: url(../img/top/arrow-slide_prev.svg);
}

main.top #knowledge .column-slides .slick-next {
  right: 0;
}

main.top #knowledge .column-slides .slick-next:before {
  background-image: url(../img/top/arrow-slide_next.svg);
}

main.top #knowledge .column-slides .slick-slide {
  width: 360px;
  margin-left: 10px;
  margin-right: 10px;
}

main.top #knowledge .column-slides .slick-slide a:hover {
  text-decoration: none;
}

main.top #knowledge .column-slides .slick-slide .item-img {
  line-height: 0;
}

main.top #knowledge .column-slides .slick-slide .item-img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

main.top #knowledge .column-slides .slick-slide .item-text {
  padding: 20px 20px 0;
}

main.top #knowledge .column-slides .slick-slide .item-text .title {
  font-size: 16px;
  font-size: 1rem;
  color: #3a0c00;
  margin-bottom: 5px;
  line-height: 1.6;
}

main.top #knowledge .column-slides .slick-slide .item-text time {
  font-family: din-2014, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #8d8d8d;
}

main.top #youtube {
  background: url(../img/top/bg-youtube.webp) no-repeat center/cover;
}

main.top #youtube .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.top #youtube .item-text {
  margin-right: auto;
}

main.top #youtube .item-text h2 {
  margin-left: -20px;
}

main.top #youtube .item-iframe {
  width: 420px;
  margin-left: 40px;
}

main.top #youtube .item-iframe iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
}

main.top .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.top .info-block > * {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ffae00;
  overflow: hidden;
  background: #fff;
}

main.top .info-block .item-info {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.top .info-block .item-info:not(:last-child) {
  margin-right: 50px;
}

main.top .info-block .item-info .inside {
  padding: 45px;
}

main.top .info-block .item-info .inside h3 {
  line-height: 1.1;
  margin-bottom: 35px;
}

main.top .info-block .item-info .inside h3 span:nth-child(1) {
  font-family: 'Asap', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  margin-right: 10px;
}

main.top .info-block .item-info .inside h3 span:nth-child(2) {
  line-height: 0;
}

main.top .info-block .item-info .inside .info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.top .info-block .item-info .inside .info-list li:not(:last-child) {
  margin-bottom: 15px;
}

main.top .info-block .item-info .inside .info-list li time {
  width: 100px;
  font-family: 'Asap', sans-serif;
}

main.top .info-block .item-info .inside .info-list li p {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.top .info-block .item-info .inside .info-list li p a {
  color: #3a0c00;
}

main.top .info-block .item-info > p {
  border-top: 1px solid #ffae00;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 15px;
}

main.top .info-block .item-bnr {
  border: none;
  background: transparent;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.top .info-block .item-bnr:not(:last-child) {
  margin-right: 40px;
}

main.top .info-block .item-bnr li {
  line-height: 0;
}

main.top .info-block .item-bnr li:not(:last-child) {
  margin-bottom: 40px;
}

main.top .info-block .item-bnr:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: -20px;
}

main.top .info-block .item-bnr:last-child li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

main.top .info-block .item-bnr:last-child li:not(:last-child) {
  margin-bottom: 20px;
}

main.top .info-block .item-tw {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.top .info-block .item-tw > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.top .info-block .item-tw:after {
  content: "";
  display: block;
  position: absolute;
  left: 4%;
  top: auto;
  width: 60px;
  height: 6%;
  bottom: 5%;
  background-color: #FFF;
  z-index: 1;
  display: none;
}

main.top .info-block .item-tw iframe {
  position: relative;
}

main.top #center {
  background: #fffdf0;
}

main.top #center .content {
  width: 1290px;
}

main.top #center .center-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: -30px;
  margin-bottom: -50px;
}

main.top #center .center-list li {
  margin-right: 30px;
  margin-bottom: 50px;
  width: calc(25% - 30px);
  text-align: center;
}

main.top #center .center-list .item-img {
  line-height: 0;
  margin-bottom: 10px;
}

main.top #center .center-list .item-img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

main.top #center .center-list .item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -5px;
}

main.top #center .center-list .item-text .title {
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #e96117;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: left;
}

main.top #center .center-list .item-text .btn {
  margin-right: 5px;
  margin-bottom: 5px;
}

main.top #center .center-list .item-text a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  /* main top
------------------------------------------------------------*/
  main.top #what .what-block .item-img {
    max-width: 40%;
  }
  main.top #what .what-features .item-img {
    max-width: 40%;
  }
  main.top #blog .info-block .item-info {
    margin-right: 30px;
  }
  main.top #blog .info-block .item-info .inside {
    padding: 30px;
  }
  main.top #blog .info-block .item-tw {
    width: 270px;
  }
  main.top #center .center-list {
    margin-right: -30px;
    margin-bottom: -30px;
  }
  main.top #center .center-list li {
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc(33.3333% - 30px);
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main top
------------------------------------------------------------*/
  main.top #btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  main.top #information {
    padding-top: 20px;
  }
  main.top #information .btn-block:first-child {
    margin-top: 0px;
  }
  main.top #information .btn-block:not(:last-child) {
    margin-bottom: 10px;
  }
  main.top #information .content > ul:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 700px) and (max-width: 360px) {
  main.top #information .content > ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 700px) {
  main.top #information .info-block .inside {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.top #information .info-block .inside h3 {
    margin-right: 0;
    width: 100%;
  }
  main.top #information .info-block .inside h3:not(:last-child) {
    margin-bottom: 10px;
  }
  main.top #information .info-block .inside .info-list {
    width: 100%;
  }
  main.top #what .what-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.top #what .what-block:not(:last-child) {
    margin-bottom: 40px;
  }
  main.top #what .what-block .item-text {
    width: 100%;
    margin-right: 0;
  }
  main.top #what .what-block .item-text .heading-lv01:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #what .what-block .item-img {
    margin-top: 20px;
  }
  main.top #what .what-features {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.top #what .what-features:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #what .what-features .item-text {
    width: 100%;
    margin-left: 0;
  }
  main.top #what .what-features .item-text .heading-lv01:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #what .what-features .item-img {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-top: 20px;
  }
  main.top #what .what-bf {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px;
  }
  main.top #what .what-bf .item-img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  main.top #what .what-bf .item-text {
    width: 100%;
  }
  main.top #service .text-block {
    text-align: left;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.top #service .text-block:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top #about .about-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.top #about .about-block:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top #about .about-block .item-img {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  main.top #about .about-block .item-text h3 {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 15px 20px;
  }
  main.top #about .about-block .item-text h4 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  main.top #about .about-bf {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
  }
  main.top #about .about-bf:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top #about .about-bf .item-img {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  main.top #blog .blog-list {
    margin-bottom: 30px;
  }
  main.top #blog .blog-list {
    margin: 0 0px -20px;
    padding-bottom: 30px;
  }
  main.top #blog .blog-list li {
    margin: 0 0px 20px;
    width: 100%;
  }
}

@media screen and (max-width: 700px) and (min-width: 701px) {
  main.top #blog .blog-list li:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  main.top #knowledge .column-slides {
    margin-bottom: 20px;
  }
  main.top #knowledge .column-slides .slick-arrow {
    bottom: -50px;
  }
  main.top #knowledge .column-slides .slick-slide {
    width: 280px;
    margin-left: 5px;
    margin-right: 5px;
  }
  main.top #knowledge .column-slides .slick-slide .item-text {
    padding: 10px 10px 0;
  }
  main.top #youtube .content {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.top #youtube .item-text {
    width: 100%;
  }
  main.top #youtube .item-text h2 {
    margin-left: 0px;
  }
  main.top #youtube .item-iframe {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  main.top .info-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.top .info-block > * {
    width: 100%;
  }
  main.top .info-block .item-info {
    margin-right: 0;
    margin-bottom: 20px;
  }
  main.top .info-block .item-info .inside {
    padding: 20px;
  }
  main.top .info-block .item-info .inside h3 {
    margin-bottom: 15px;
  }
  main.top .info-block .item-info .inside .info-list li time {
    width: 85px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  main.top .info-block .item-info > p {
    border-top: 1px solid #ffae00;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px;
  }
  main.top .info-block .item-tw {
    width: 100%;
    max-width: 100%;
  }
  main.top .info-block .item-tw:after {
    width: 20%;
    height: 6%;
    bottom: 8%;
    left: 2%;
  }
  main.top .info-block .item-bnr:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  main.top .info-block .item-bnr li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.top .info-block .item-bnr:last-child {
    margin-bottom: -10px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.top .info-block .item-bnr:last-child li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 700px) and (max-width: 500px) {
  main.top .info-block .item-bnr:last-child li {
    width: calc(100% - 5px);
  }
}

@media screen and (max-width: 700px) {
  main.top .info-block .item-bnr:last-child li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.top #center .center-list {
    margin-right: -15px;
    margin-bottom: -20px;
  }
  main.top #center .center-list li {
    margin-right: 15px;
    margin-bottom: 20px;
    width: calc(50% - 15px);
    text-align: center;
  }
  main.top #center .center-list .item-img {
    margin-bottom: 5px;
  }
}
