/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!../public_html/wp-content/themes/endukuri/style.scss ***!
  \*************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
Theme Name: endukuri
Description: 「えんづくり」専用カスタムテーマ
Author: Development Team
Version: 1.0.0
License: Private
Text Domain: endukuri
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #000000;
}

input[type=text],
input[type=submit] {
  -webkit-appearance: none;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 100px; /* 1rem = 100px にして、0.08rem = 8px にする */
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.16rem; /* 16px相当 */
  padding-top: 60px;
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 120px;
  }
}
body.home:before {
  content: "";
  position: absolute;
  top: 64px;
  left: 0;
  width: 126px;
  height: 313px;
  background-image: url(./images/bg-circle-left.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  body.home:before {
    top: 133px;
    height: 592px;
    width: 750px;
  }
}
body.home:after {
  content: "";
  position: absolute;
  top: 380px;
  right: 0;
  width: 54px;
  height: 125px;
  background-image: url(./images/bg-circle-right.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  body.home:after {
    top: 120px;
    height: 372px;
    width: 160px;
  }
}

.page-title {
  padding: 24px 20px;
  background-image: url(./images/page-title-bg.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-title {
    margin-bottom: 80px;
  }
}
.page-title > div {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .page-title > div {
    gap: 22px;
  }
}
.page-title > div h2 .sub-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page-title > div h2 .sub-title span:first-child {
  font-size: 0.09rem;
  font-family: "montserrat", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-title > div h2 .sub-title span:first-child {
    font-size: 0.16rem;
  }
}
.page-title > div h2 .sub-title span:last-child {
  font-size: 0.09rem;
  font-family: "montserrat", sans-serif;
  font-weight: bold;
  background-image: url(./images/home-pickup-title-bg.svg);
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: left 8px center;
  padding-left: 34px;
}
@media screen and (min-width: 768px) {
  .page-title > div h2 .sub-title span:last-child {
    font-size: 0.16rem;
    background-size: 32px auto;
    padding-left: 64px;
    background-position: left 15px center;
  }
}
.page-title > div h2 > span:nth-child(2) {
  font-size: 0.2rem;
  line-height: 1.625;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  display: block;
}
@media screen and (min-width: 768px) {
  .page-title > div h2 > span:nth-child(2) {
    font-size: 0.36rem;
    margin-bottom: 20px;
  }
}
.page-title > div h2 #pankuzu {
  width: 100%;
  font-size: 0.1rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page-title > div h2 #pankuzu {
    font-size: 0.12rem;
  }
}
.page-title > div h2 #pankuzu img {
  width: 10px;
  height: auto;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .page-title > div h2 #pankuzu img {
    width: 12px;
  }
}
.page-title > div h2 #pankuzu span {
  color: #b3b3b3;
}
.page-title > div figure img {
  width: 90px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-title > div figure img {
    width: 168px;
  }
}

#pankuzu2 {
  width: 100%;
  font-size: 0.1rem;
  margin-bottom: 25px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #pankuzu2 {
    max-width: 1180px;
    margin: 0 auto 45px auto;
    padding: 0 40px;
    font-size: 0.12rem;
  }
}
#pankuzu2 img {
  width: 10px;
  height: auto;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  #pankuzu2 img {
    width: 12px;
  }
}
#pankuzu2 span {
  color: #b3b3b3;
}

.pagination-wrapper {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .pagination-wrapper {
    margin-top: 100px;
  }
}
.pagination-wrapper .page-numbers {
  display: flex;
  justify-content: center;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .pagination-wrapper .page-numbers {
    gap: 10px;
  }
}
.pagination-wrapper .page-numbers a {
  width: 48px;
  height: 48px;
  background-color: #edf2fa;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.11rem;
  font-weight: 500;
  color: #000;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .pagination-wrapper .page-numbers a {
    font-size: 0.13rem;
    width: 50px;
    height: 50px;
  }
}
.pagination-wrapper .page-numbers a:hover {
  background-color: #ff4f00;
  color: #fff;
}
.pagination-wrapper .page-numbers span {
  width: 48px;
  height: 48px;
  background-color: #ff4f00;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.11rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .pagination-wrapper .page-numbers span {
    font-size: 0.13rem;
    width: 50px;
    height: 50px;
  }
}

.archivewrap {
  border-bottom: 1px solid #d6d3d0;
}

a img {
  transition: 0.3s;
}
a img:hover {
  transform: scale(1.05);
}

header {
  width: 100%;
  height: 60px;
  padding: 0 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 9999;
  transition: 0.3s;
  top: 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  header {
    height: 120px;
    padding: 30px;
  }
}
header.active {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  header > div {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header > div h1 {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9901;
}
@media screen and (min-width: 768px) {
  header > div h1 {
    margin-top: auto;
  }
}
header > div h1 a {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  header > div h1 a {
    align-items: center;
    flex-direction: row;
    gap: 0;
  }
}
header > div h1 img {
  width: 120px;
  height: auto;
}
@media screen and (min-width: 768px) {
  header > div h1 img {
    width: 170px;
  }
}
header > div .header-text {
  font-size: 0.08rem;
  line-height: 1.4;
  position: absolute;
  left: 150px;
  top: 19px;
  color: #808080;
}
@media screen and (min-width: 768px) {
  header > div .header-text {
    left: 200px;
    font-size: 0.12rem;
  }
}
header > div #menu-open {
  all: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 9901;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 0.08rem;
  font-weight: bold;
  letter-spacing: 0.4;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  header > div #menu-open {
    display: none;
  }
}
header > div #menu-open span:first-child,
header > div #menu-open span:nth-child(2),
header > div #menu-open span:nth-child(3) {
  display: block;
  width: 25px;
  height: 1px;
  background-color: #000;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  header > div #menu-open span:first-child,
  header > div #menu-open span:nth-child(2),
  header > div #menu-open span:nth-child(3) {
    width: 32px;
  }
}
header > div #menu-open span:first-child:nth-child(2),
header > div #menu-open span:nth-child(2):nth-child(2),
header > div #menu-open span:nth-child(3):nth-child(2) {
  margin: 5.5px 0;
}
@media screen and (min-width: 768px) {
  header > div #menu-open span:first-child:nth-child(2),
  header > div #menu-open span:nth-child(2):nth-child(2),
  header > div #menu-open span:nth-child(3):nth-child(2) {
    margin: 10px 0;
  }
}
header > div #menu-open span:last-child {
  margin-top: 7px;
}
header > div #menu-open.close {
  background-color: #fff;
  border-radius: 0 0 0 10px;
}
header > div #menu-open.close span:first-child {
  transform: rotate(30deg);
}
header > div #menu-open.close span:nth-child(2) {
  display: none !important;
}
header > div #menu-open.close span:nth-child(3) {
  transform: rotate(-30deg);
  margin-top: -1px;
}
header > div #menu {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #F2F7FD;
  transition: 0.2s;
  z-index: 9900;
  visibility: visible;
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding: 84px 7.5vw 40px;
  margin: 0;
  opacity: 0;
  animation: fadeIn 0.3s forwards;
}
header > div #menu > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
header > div #menu > ul > li > a {
  width: 100%;
  height: 45px;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  padding-left: 22px;
  text-decoration: none;
  color: #000;
  position: relative;
  transition: color 0.3s ease, background-color 0.3s ease;
}
header > div #menu > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 22px;
  width: calc(100% - 44px);
  height: 2px;
  background-color: #ff4f00;
  transform-origin: left;
  transition: transform 0.3s ease;
  transform: scaleX(0);
}
header > div #menu > ul > li > a:hover {
  color: #ff4f00;
  background-color: #f8f8f8;
}
header > div #menu > ul > li > a:hover::after {
  transform: scaleX(1);
}
header > div #menu > ul > li > span {
  width: 100%;
  height: 45px;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  padding-left: 22px;
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: right 22px center;
  cursor: pointer;
}
header > div #menu > ul > li > div {
  display: none;
}
header > div #menu > ul > li > div > ul {
  flex-direction: column;
  gap: 16px;
  padding-left: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}
header > div #menu > ul > li > div > ul > li a {
  display: flex;
  align-items: center;
}
header > div #menu > ul > li > div > ul > li a:before {
  content: "ー";
  display: block;
  font-size: 0.1rem;
  color: #ff4f00;
  margin-right: 6px;
}
header > div #menu > ul > li > a {
  width: 100%;
  height: 45px;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  padding-left: 22px;
  background-image: url(../images/home/arrow-right_orange.svg);
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: right 22px center;
  cursor: pointer;
}
header > div #menu address {
  margin-top: 40px;
}
header > div #menu address h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
header > div #menu address h3 span {
  font-size: 12px;
}
header > div #menu address p {
  font-size: 12px;
}
header > div #menu address a {
  font-size: 12px;
  font-weight: bold;
  background-image: url(./images/icon-map.svg);
  background-size: 12px auto;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-flex;
  padding: 4px 0 4px 20px;
  text-decoration: underline;
}
header > div #menu .cp {
  font-size: 10px;
  color: #999999;
  text-align: center;
  margin-top: 60px;
}
header > div #menu.close {
  display: none !important;
}
@keyframes fadeIn {
  from {
    display: block;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}
header > div > a {
  background-color: #28282d;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 60px;
  position: absolute;
  right: 0;
  top: 12px;
}
@media screen and (min-width: 768px) {
  header > div > a {
    display: none;
  }
}
header > div > a img {
  width: 13px;
  height: auto;
}
header #pc-menu {
  display: none;
}
@media screen and (min-width: 768px) {
  header #pc-menu {
    display: block;
  }
  header #pc-menu ul {
    display: flex;
    gap: 48px;
  }
  header #pc-menu ul li a {
    font-size: 0.14rem;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  header #pc-menu ul li a:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transform-origin: right;
    transition: transform 0.3s ease;
    transform: scaleX(0);
  }
  header #pc-menu ul li a:hover {
    color: #000;
  }
  header #pc-menu ul li a:hover:after {
    transform-origin: left;
    transform: scaleX(1);
  }
}

#footer {
  background-color: #f9fafc;
  padding: 46px 20px 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 125px 20px 50px;
  }
}
#footer > ul.sp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  justify-items: center;
  align-items: center;
  margin-bottom: 47px;
}
@media screen and (min-width: 768px) {
  #footer > ul.sp {
    display: none;
  }
}
#footer > ul.sp > li:nth-child(1) {
  grid-column: 1/-1;
  grid-row: 1;
}
#footer > ul.sp > li:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
#footer > ul.sp > li:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
#footer > ul.sp > li:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}
#footer > ul.sp > li:nth-child(5) {
  grid-column: 1/3;
  grid-row: 3;
  justify-self: center;
  margin-right: 4px;
}
#footer > ul.sp > li:nth-child(6) {
  grid-column: 2/4;
  grid-row: 3;
  justify-self: center;
  margin-left: 4px;
}
#footer > ul.sp > li:nth-child(7) {
  grid-column: 1/-1;
  grid-row: 4;
}
#footer > ul.sp > li a {
  min-width: 120px;
  padding: 0 19px;
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 100px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#footer .pc, #footer .pc2 {
  display: none;
}
@media screen and (min-width: 768px) {
  #footer .pc, #footer .pc2 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
  }
}
#footer .pc > li a, #footer .pc2 > li a {
  min-width: 180px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 100px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
#footer .pc > li a:hover, #footer .pc2 > li a:hover {
  color: #ff4f00;
}
#footer h3 {
  width: 121px;
  height: auto;
  margin: 0 auto 24px;
}
@media screen and (min-width: 768px) {
  #footer h3 {
    width: 320px;
    margin: 70px auto 64px;
  }
}
#footer h3 img {
  width: 100%;
  height: auto;
}
#footer h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #footer h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#footer p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #footer p {
    margin-bottom: 10px;
  }
  #footer p br {
    display: none;
  }
}
#footer .holding-link {
  font-size: 12px;
  font-weight: 500;
}
#footer .footer-copyright-wrap {
  margin-top: 54px;
}
@media screen and (min-width: 768px) {
  #footer .footer-copyright-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 50px auto 0;
  }
}
#footer .footer-copyright-wrap ul {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 16px;
}
#footer .footer-copyright-wrap ul li a {
  font-size: 12px;
  font-weight: 500;
}
#footer .footer-copyright-wrap ul li a:hover {
  text-decoration: underline;
}
#footer .footer-copyright-wrap span {
  font-size: 10px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #footer .footer-copyright-wrap span {
    font-size: 12px;
  }
}

#home-mainvisual {
  width: 100%;
  padding: 30px 30px 60px;
}
@media screen and (min-width: 768px) {
  #home-mainvisual {
    padding-top: 88px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 88px 110px 160px;
  }
}
#home-mainvisual .mainvisual-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#home-mainvisual .mainvisual-title h2 {
  font-size: 0.09rem;
  font-family: "montserrat", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #home-mainvisual .mainvisual-title h2 {
    font-size: 0.16rem;
  }
}
#home-mainvisual .mainvisual-title h3 {
  font-size: 0.09rem;
  font-family: "montserrat", sans-serif;
  font-weight: bold;
  background-image: url(./images/home-pickup-title-bg.svg);
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: left 8px center;
  padding-left: 34px;
}
@media screen and (min-width: 768px) {
  #home-mainvisual .mainvisual-title h3 {
    font-size: 0.16rem;
    background-size: 32px auto;
    padding-left: 64px;
    background-position: left 15px center;
  }
}
#home-mainvisual .slick-prev {
  top: 103px;
  left: -14px;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  #home-mainvisual .slick-prev {
    top: 155px;
    left: -90px;
  }
}
#home-mainvisual .slick-prev:before {
  all: unset;
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-color: #fff;
  background-image: url(./images/more-link-bg-180.svg);
  background-repeat: no-repeat;
  background-size: auto 6px;
  background-position: center center;
  border-radius: 100px;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  #home-mainvisual .slick-prev:before {
    width: 42px;
    height: 42px;
    background-size: auto 10px;
  }
}
#home-mainvisual .slick-next {
  top: 103px;
  right: -7px;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  #home-mainvisual .slick-next {
    top: 155px;
    right: -68px;
  }
}
#home-mainvisual .slick-next:before {
  all: unset;
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-color: #fff;
  background-image: url(./images/more-link-bg.svg);
  background-repeat: no-repeat;
  background-size: auto 6px;
  background-position: center center;
  border-radius: 100px;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  #home-mainvisual .slick-next:before {
    width: 42px;
    height: 42px;
    background-size: auto 10px;
  }
}
@media screen and (min-width: 768px) {
  #home-mainvisual .carousel .carousel-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#home-mainvisual .carousel .carousel-item figure {
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #home-mainvisual .carousel .carousel-item figure {
    margin: 0;
    width: 58%;
    border-radius: 24px;
  }
}
#home-mainvisual .carousel .carousel-item figure img {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #home-mainvisual .carousel .carousel-item figure img {
    border-radius: 24px;
  }
}
@media screen and (min-width: 768px) {
  #home-mainvisual .carousel .carousel-item > div {
    width: 36.5%;
  }
}
#home-mainvisual .carousel .carousel-item > div .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #home-mainvisual .carousel .carousel-item > div .info {
    margin-bottom: 30px;
  }
}
#home-mainvisual .carousel .carousel-item > div .info .category {
  font-size: 0.1rem;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  border-radius: 100px;
  padding: 4px 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #home-mainvisual .carousel .carousel-item > div .info .category {
    font-size: 0.12rem;
    padding: 8px 16px 8px 20px;
  }
  #home-mainvisual .carousel .carousel-item > div .info .category:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 5px;
    height: 5px;
    background-color: #ff4f00;
    border-radius: 50%;
    transform: translateY(-50%);
  }
}
#home-mainvisual .carousel .carousel-item > div .info .date {
  font-size: 0.1rem;
  color: #999999;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #home-mainvisual .carousel .carousel-item > div .info .date {
    font-size: 0.12rem;
  }
}
#home-mainvisual .carousel .carousel-item > div .title {
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 1.625;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #home-mainvisual .carousel .carousel-item > div .title {
    font-size: 0.24rem;
    margin-bottom: 38px;
  }
}
#home-mainvisual .carousel .carousel-item > div .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  #home-mainvisual .carousel .carousel-item > div .tags {
    gap: 8px;
  }
}
#home-mainvisual .carousel .carousel-item > div .tags a {
  font-size: 0.1rem;
  border: 1px solid #d6d3d0;
  border-radius: 3px;
  padding: 4px 8px;
}
@media screen and (min-width: 768px) {
  #home-mainvisual .carousel .carousel-item > div .tags a {
    font-size: 0.11rem;
    padding: 6px 9px;
  }
}
#home-mainvisual .carousel .carousel-item > div .tags a:before {
  content: "# ";
  color: #ff4f00;
}

#home-news-wrapper {
  padding: 0 20px 40px;
}
@media screen and (min-width: 768px) {
  #home-news-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px 100px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #home-news-wrapper .news-contents {
    width: 66%;
  }
}
#home-news-wrapper .news-contents .news-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  #home-news-wrapper .news-contents .news-title {
    gap: 22px;
    margin-bottom: 43px;
  }
}
#home-news-wrapper .news-contents .news-title figure img {
  width: 90px;
  height: auto;
}
@media screen and (min-width: 768px) {
  #home-news-wrapper .news-contents .news-title figure img {
    width: 168px;
  }
}
#home-news-wrapper .news-contents .news-title h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #home-news-wrapper .news-contents .news-title h2 {
    margin: 0;
  }
}
#home-news-wrapper .news-contents .news-title h2 span:first-child {
  font-size: 0.1rem;
  font-weight: 500;
  color: #ff4f00;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #home-news-wrapper .news-contents .news-title h2 span:first-child {
    font-size: 0.12rem;
    margin-bottom: 20px;
  }
}
#home-news-wrapper .news-contents .news-title h2 span:nth-child(2) {
  font-size: 0.2rem;
  line-height: 1.625;
  font-weight: 900;
  color: #000;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  #home-news-wrapper .news-contents .news-title h2 span:nth-child(2) {
    font-size: 0.36rem;
    margin-bottom: 10px;
  }
}
#home-news-wrapper .news-contents .news-title h2 span:last-child {
  font-size: 0.12rem;
  font-weight: 400;
  color: #666666;
}
@media screen and (min-width: 768px) {
  #home-news-wrapper .news-contents .news-title h2 span:last-child {
    font-size: 0.14rem;
  }
}
#home-news-wrapper .news-contents .news-all-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  #home-news-wrapper .news-contents .news-all-wrapper {
    margin-top: 84px;
  }
}
#home-news-wrapper .news-contents .news-all-wrapper .news-all {
  font-size: 0.12rem;
  font-weight: bold;
  width: 220px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(./images/more-link-bg.svg);
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 8px auto;
  border-radius: 100px;
  border: 1px solid #000;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #home-news-wrapper .news-contents .news-all-wrapper .news-all {
    width: 270px;
    height: 60px;
    font-size: 0.14rem;
    background-position: right 27px center;
  }
}
#home-news-wrapper .news-contents .news-all-wrapper .news-all:hover {
  background-position: right 19px center;
}
@media screen and (min-width: 768px) {
  #home-news-wrapper .news-contents .news-all-wrapper .news-all:hover {
    background-position: right 22px center;
  }
}
#home-news-wrapper .news-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  #home-news-wrapper .news-list {
    gap: 50px;
  }
}
#home-news-wrapper .news-list .news-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#home-news-wrapper .news-list .news-item figure {
  width: 39%;
}
@media screen and (min-width: 768px) {
  #home-news-wrapper .news-list .news-item figure {
    width: 36%;
  }
}
#home-news-wrapper .news-list .news-item figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#home-news-wrapper .news-list .news-item > div {
  width: 58%;
}
@media screen and (min-width: 768px) {
  #home-news-wrapper .news-list .news-item > div {
    width: 60%;
  }
}
#home-news-wrapper .news-list .news-item > div .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #home-news-wrapper .news-list .news-item > div .info {
    margin-bottom: 14px;
  }
}
#home-news-wrapper .news-list .news-item > div .info .type {
  font-size: 0.1rem;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  border-radius: 100px;
  padding: 4px 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #home-news-wrapper .news-list .news-item > div .info .type {
    font-size: 0.12rem;
    padding: 8px 16px 8px 20px;
  }
  #home-news-wrapper .news-list .news-item > div .info .type:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 5px;
    height: 5px;
    background-color: #ff4f00;
    border-radius: 50%;
    transform: translateY(-50%);
  }
}
#home-news-wrapper .news-list .news-item > div .info .date {
  font-size: 0.1rem;
  color: #999999;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #home-news-wrapper .news-list .news-item > div .info .date {
    font-size: 0.12rem;
  }
}
#home-news-wrapper .news-list .news-item > div h3 {
  font-size: 0.14rem;
  font-weight: bold;
  line-height: 1.625;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #home-news-wrapper .news-list .news-item > div h3 {
    font-size: 0.2rem;
    margin-bottom: 14px;
  }
}
#home-news-wrapper .news-list .news-item > div .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  #home-news-wrapper .news-list .news-item > div .tags {
    gap: 8px;
  }
}
#home-news-wrapper .news-list .news-item > div .tags a {
  font-size: 0.1rem;
  border: 1px solid #d6d3d0;
  border-radius: 3px;
  padding: 4px 8px;
}
@media screen and (min-width: 768px) {
  #home-news-wrapper .news-list .news-item > div .tags a {
    font-size: 0.11rem;
    padding: 6px 9px;
  }
}
#home-news-wrapper .news-list .news-item > div .tags a:before {
  content: "# ";
  color: #ff4f00;
}
#home-news-wrapper .home-news-category {
  display: none;
}
@media screen and (min-width: 768px) {
  #home-news-wrapper .home-news-category {
    display: block;
    width: 230px;
  }
  #home-news-wrapper .home-news-category h3 {
    font-size: 0.2rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  #home-news-wrapper .home-news-category .news-category-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 58px;
  }
  #home-news-wrapper .home-news-category .news-category-list li a {
    display: flex;
    align-items: center;
    border-radius: 100px;
    width: 100%;
    height: 56px;
    background-color: #f2f2f2;
    background-image: url(./images/more-link-bg.svg);
    background-repeat: no-repeat;
    background-position: right 27px center;
    background-size: 8px auto;
    padding-left: 27px;
    font-size: 0.16rem;
    font-weight: bold;
    color: #000;
    transition: 0.3s;
  }
  #home-news-wrapper .home-news-category .news-category-list li a:hover {
    background-position: right 22px center;
  }
  #home-news-wrapper .home-news-category .news-category-list li a:before {
    content: "-";
    color: #ff4f00;
    margin-right: 6px;
  }
}
#home-news-wrapper .home-news-category .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 48px;
}
#home-news-wrapper .home-news-category .tags a {
  border: 1px solid #d6d3d0;
  border-radius: 3px;
  display: inline-flex;
  font-size: 0.11rem;
  padding: 6px 9px;
}
#home-news-wrapper .home-news-category .tags a:before {
  content: "# ";
  color: #ff4f00;
}
#home-news-wrapper .home-news-category .tag-all {
  text-align: right;
  font-size: 0.12rem;
  font-weight: 500;
  display: block;
}
#home-news-wrapper .home-news-category .tag-all:hover {
  text-decoration: underline;
}

#home-video-wrapper {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  #home-video-wrapper {
    padding: 0 96px;
  }
}
#home-video-wrapper .video-contents {
  background-color: #f9fafc;
  border-radius: 50px;
  padding: 44px 20px 124px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #home-video-wrapper .video-contents {
    max-width: 1140px;
    padding: 90px 0 106px;
    margin: 0 auto;
    border-radius: 180px;
  }
}
#home-video-wrapper .video-contents .video-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  #home-video-wrapper .video-contents .video-title {
    margin-bottom: 34px;
  }
}
#home-video-wrapper .video-contents .video-title span {
  font-size: 8px;
  font-weight: 500;
  color: #ff4f00;
  margin-bottom: 14px;
  font-family: "montserrat", sans-serif;
}
@media screen and (min-width: 768px) {
  #home-video-wrapper .video-contents .video-title span {
    font-size: 12px;
    margin-bottom: 24px;
  }
}
#home-video-wrapper .video-contents .video-title h2 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  #home-video-wrapper .video-contents .video-title h2 {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
#home-video-wrapper .video-contents .video-title p {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
@media screen and (min-width: 768px) {
  #home-video-wrapper .video-contents .video-title p {
    font-size: 14px;
  }
}
#home-video-wrapper .video-contents ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  #home-video-wrapper .video-contents ul {
    flex-direction: row;
    gap: 38px;
    width: calc(100% + 72px);
    margin-left: -36px;
  }
}
#home-video-wrapper .video-contents ul li a figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#home-video-wrapper .video-contents ul li a h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.625;
  padding: 0 20px;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  #home-video-wrapper .video-contents ul li a h3 {
    font-size: 18px;
    padding: 0 28px;
    margin-top: 14px;
  }
}
#home-video-wrapper .video-contents .video-all-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  #home-video-wrapper .video-contents .video-all-wrapper {
    margin-top: 42px;
    margin-bottom: 24px;
  }
}
#home-video-wrapper .video-contents .video-all-wrapper .video-all {
  font-size: 0.12rem;
  font-weight: bold;
  width: 260px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  background-image: url(./images/more-link-bg-white.svg);
  background-repeat: no-repeat;
  background-position: right 19px center;
  background-size: 8px auto;
  border-radius: 100px;
  transition: 0.3s;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #home-video-wrapper .video-contents .video-all-wrapper .video-all {
    width: 330px;
    height: 60px;
    font-size: 0.14rem;
    background-position: right 27px center;
  }
}
#home-video-wrapper .video-contents .video-all-wrapper .video-all:hover {
  background-position: right 16px center;
}
@media screen and (min-width: 768px) {
  #home-video-wrapper .video-contents .video-all-wrapper .video-all:hover {
    background-position: right 22px center;
  }
}
#home-video-wrapper .video-contents .youtube-link-wrapper {
  margin: 0 auto;
  text-align: center;
}
#home-video-wrapper .video-contents .youtube-link-wrapper .youtube-link {
  color: #00a0ff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #home-video-wrapper .video-contents .youtube-link-wrapper .youtube-link {
    font-size: 14px;
  }
}
#home-video-wrapper .video-contents .left-top-img {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 70px;
}
@media screen and (min-width: 768px) {
  #home-video-wrapper .video-contents .left-top-img {
    width: 182px;
    top: 32px;
    left: 126px;
  }
}
#home-video-wrapper .video-contents .left-top-img img {
  width: 100%;
  height: auto;
}
#home-video-wrapper .video-contents .kakko-left-top {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 21px;
  height: 21px;
  border-top: 7px solid #ff4f00;
  border-left: 7px solid #ff4f00;
  box-sizing: border-box;
  display: block;
}
@media screen and (min-width: 768px) {
  #home-video-wrapper .video-contents .kakko-left-top {
    width: 58px;
    height: 58px;
    border-top: 16px solid #ff4f00;
    border-left: 16px solid #ff4f00;
    top: 43px;
    left: 43px;
  }
}
#home-video-wrapper .video-contents .kakko-left-botom {
  position: absolute;
  bottom: 7px;
  left: 7px;
  width: 21px;
  height: 21px;
  border-bottom: 7px solid #ff4f00;
  border-left: 7px solid #ff4f00;
  box-sizing: border-box;
  display: block;
}
@media screen and (min-width: 768px) {
  #home-video-wrapper .video-contents .kakko-left-botom {
    width: 58px;
    height: 58px;
    border-bottom: 16px solid #ff4f00;
    border-left: 16px solid #ff4f00;
    bottom: 43px;
    left: 43px;
  }
}
#home-video-wrapper .video-contents .kakko-right-top {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 21px;
  height: 21px;
  border-top: 7px solid #ff4f00;
  border-right: 7px solid #ff4f00;
  box-sizing: border-box;
  display: block;
}
@media screen and (min-width: 768px) {
  #home-video-wrapper .video-contents .kakko-right-top {
    width: 58px;
    height: 58px;
    border-top: 16px solid #ff4f00;
    border-right: 16px solid #ff4f00;
    top: 43px;
    right: 43px;
  }
}
#home-video-wrapper .video-contents .kakko-right-botom {
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 21px;
  height: 21px;
  border-bottom: 7px solid #ff4f00;
  border-right: 7px solid #ff4f00;
  box-sizing: border-box;
  display: block;
}
@media screen and (min-width: 768px) {
  #home-video-wrapper .video-contents .kakko-right-botom {
    width: 58px;
    height: 58px;
    border-bottom: 16px solid #ff4f00;
    border-right: 16px solid #ff4f00;
    bottom: 43px;
    right: 43px;
  }
}
#home-video-wrapper .video-contents .right-botom-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 124px;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #home-video-wrapper .video-contents .right-botom-img {
    width: 186px;
    left: inherit;
    right: 132px;
    transform: none;
  }
}
#home-video-wrapper .video-contents .right-botom-img img {
  width: 100%;
  height: auto;
}

#home-interview-wrapper {
  padding: 0 20px 54px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #home-interview-wrapper {
    padding: 150px 20px 84px;
    margin: 0 auto;
    max-width: 1140px;
  }
}
#home-interview-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #d6d3d0;
}
#home-interview-wrapper .interview-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  #home-interview-wrapper .interview-title {
    gap: 22px;
    margin-bottom: 43px;
  }
}
#home-interview-wrapper .interview-title figure img {
  width: 90px;
  height: auto;
}
@media screen and (min-width: 768px) {
  #home-interview-wrapper .interview-title figure img {
    width: 168px;
  }
}
#home-interview-wrapper .interview-title h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #home-interview-wrapper .interview-title h2 {
    margin-bottom: 0;
  }
}
#home-interview-wrapper .interview-title h2 span:first-child {
  font-size: 0.1rem;
  font-weight: 500;
  color: #ff4f00;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #home-interview-wrapper .interview-title h2 span:first-child {
    font-size: 0.12rem;
    margin-bottom: 20px;
  }
}
#home-interview-wrapper .interview-title h2 span:nth-child(2) {
  font-size: 0.2rem;
  line-height: 1.625;
  font-weight: 900;
  color: #000;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  #home-interview-wrapper .interview-title h2 span:nth-child(2) {
    font-size: 0.36rem;
    margin-bottom: 4px;
  }
}
#home-interview-wrapper .interview-title h2 span:last-child {
  font-size: 0.12rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  #home-interview-wrapper .interview-title h2 span:last-child {
    font-size: 0.14rem;
  }
}
#home-interview-wrapper .interview-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  #home-interview-wrapper .interview-list {
    gap: 54px;
    flex-direction: row;
    width: 1816px;
    transition: transform 0.3s ease;
  }
}
#home-interview-wrapper .interview-list .news-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #home-interview-wrapper .interview-list .news-item {
    flex-direction: column;
    width: 320px;
    justify-content: flex-start;
  }
}
#home-interview-wrapper .interview-list .news-item figure {
  width: 39%;
}
@media screen and (min-width: 768px) {
  #home-interview-wrapper .interview-list .news-item figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
#home-interview-wrapper .interview-list .news-item figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#home-interview-wrapper .interview-list .news-item > div {
  width: 58%;
}
@media screen and (min-width: 768px) {
  #home-interview-wrapper .interview-list .news-item > div {
    width: 100%;
  }
}
#home-interview-wrapper .interview-list .news-item > div .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#home-interview-wrapper .interview-list .news-item > div .info .type {
  font-size: 0.1rem;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  border-radius: 100px;
  padding: 4px 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #home-interview-wrapper .interview-list .news-item > div .info .type {
    font-size: 0.12rem;
    padding: 8px 16px 8px 20px;
  }
  #home-interview-wrapper .interview-list .news-item > div .info .type:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 5px;
    height: 5px;
    background-color: #ff4f00;
    border-radius: 50%;
    transform: translateY(-50%);
  }
}
#home-interview-wrapper .interview-list .news-item > div .info .date {
  font-size: 0.1rem;
  color: #999999;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #home-interview-wrapper .interview-list .news-item > div .info .date {
    font-size: 0.12rem;
  }
}
#home-interview-wrapper .interview-list .news-item > div h3 {
  font-size: 0.14rem;
  font-weight: bold;
  line-height: 1.625;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #home-interview-wrapper .interview-list .news-item > div h3 {
    font-size: 0.2rem;
    margin-bottom: 14px;
  }
}
#home-interview-wrapper .interview-list .news-item > div .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  #home-interview-wrapper .interview-list .news-item > div .tags {
    gap: 8px;
  }
}
#home-interview-wrapper .interview-list .news-item > div .tags a {
  font-size: 0.1rem;
  border: 1px solid #d6d3d0;
  border-radius: 3px;
  padding: 4px 8px;
}
@media screen and (min-width: 768px) {
  #home-interview-wrapper .interview-list .news-item > div .tags a {
    font-size: 0.11rem;
    padding: 6px 9px;
  }
}
#home-interview-wrapper .interview-list .news-item > div .tags a:before {
  content: "# ";
  color: #ff4f00;
}
#home-interview-wrapper .interview-slide-button {
  display: none;
}
@media screen and (min-width: 768px) {
  #home-interview-wrapper .interview-slide-button {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 0;
    top: 232px;
  }
}
#home-interview-wrapper .interview-slide-button .interview-slide-button-prev {
  all: unset;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #d6d3d0;
  border-radius: 100px;
}
#home-interview-wrapper .interview-slide-button .interview-slide-button-prev img {
  height: 10px;
  width: auto;
  transform: rotate(180deg);
  transition: 0.3s;
}
#home-interview-wrapper .interview-slide-button .interview-slide-button-prev:hover img {
  transform: translate(-3px, 0) rotate(180deg);
}
#home-interview-wrapper .interview-slide-button .interview-slide-button-next {
  all: unset;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #d6d3d0;
  border-radius: 100px;
}
#home-interview-wrapper .interview-slide-button .interview-slide-button-next img {
  height: 10px;
  width: auto;
  transition: 0.3s;
}
#home-interview-wrapper .interview-slide-button .interview-slide-button-next:hover img {
  transform: translate(3px, 0);
}
#home-interview-wrapper .interview-all-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  #home-interview-wrapper .interview-all-wrapper {
    margin-top: 70px;
  }
}
#home-interview-wrapper .interview-all-wrapper .interview-all {
  font-size: 0.12rem;
  font-weight: bold;
  width: 270px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(./images/more-link-bg.svg);
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 8px auto;
  border-radius: 100px;
  border: 1px solid #000;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #home-interview-wrapper .interview-all-wrapper .interview-all {
    width: 330px;
    height: 60px;
    font-size: 0.14rem;
    background-position: right 27px center;
  }
}
#home-interview-wrapper .interview-all-wrapper .interview-all:hover {
  background-position: right 19px center;
}
@media screen and (min-width: 768px) {
  #home-interview-wrapper .interview-all-wrapper .interview-all:hover {
    background-position: right 22px center;
  }
}

#home-column-wrapper {
  padding: 51px 20px 54px;
}
@media screen and (min-width: 768px) {
  #home-column-wrapper {
    padding: 100px 20px 84px;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
  }
}
#home-column-wrapper .column-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  #home-column-wrapper .column-title {
    gap: 22px;
    margin-bottom: 43px;
  }
}
#home-column-wrapper .column-title figure img {
  width: 90px;
  height: auto;
}
@media screen and (min-width: 768px) {
  #home-column-wrapper .column-title figure img {
    width: 168px;
  }
}
#home-column-wrapper .column-title h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #home-column-wrapper .column-title h2 {
    margin-bottom: 0;
  }
}
#home-column-wrapper .column-title h2 span:first-child {
  font-size: 0.1rem;
  font-weight: 500;
  color: #ff4f00;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #home-column-wrapper .column-title h2 span:first-child {
    font-size: 0.12rem;
    margin-bottom: 20px;
  }
}
#home-column-wrapper .column-title h2 span:nth-child(2) {
  font-size: 0.2rem;
  line-height: 1.625;
  font-weight: 900;
  color: #000;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  #home-column-wrapper .column-title h2 span:nth-child(2) {
    font-size: 0.36rem;
    margin-bottom: 4px;
  }
}
#home-column-wrapper .column-title h2 span:last-child {
  font-size: 0.12rem;
  font-weight: 400;
  color: #666666;
}
@media screen and (min-width: 768px) {
  #home-column-wrapper .column-title h2 span:last-child {
    font-size: 0.14rem;
  }
}
#home-column-wrapper .column-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  #home-column-wrapper .column-list {
    gap: 54px;
    flex-direction: row;
    width: 1816px;
    transition: transform 0.3s ease;
  }
}
#home-column-wrapper .column-list .news-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #home-column-wrapper .column-list .news-item {
    flex-direction: column;
    width: 320px;
    justify-content: flex-start;
  }
}
#home-column-wrapper .column-list .news-item figure {
  width: 39%;
}
@media screen and (min-width: 768px) {
  #home-column-wrapper .column-list .news-item figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
#home-column-wrapper .column-list .news-item figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#home-column-wrapper .column-list .news-item > div {
  width: 58%;
}
#home-column-wrapper .column-list .news-item > div .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#home-column-wrapper .column-list .news-item > div .info .type {
  font-size: 0.1rem;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  border-radius: 100px;
  padding: 4px 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #home-column-wrapper .column-list .news-item > div .info .type {
    font-size: 0.12rem;
    padding: 8px 16px 8px 20px;
  }
  #home-column-wrapper .column-list .news-item > div .info .type:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 5px;
    height: 5px;
    background-color: #ff4f00;
    border-radius: 50%;
    transform: translateY(-50%);
  }
}
#home-column-wrapper .column-list .news-item > div .info .date {
  font-size: 0.1rem;
  color: #999999;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #home-column-wrapper .column-list .news-item > div .info .date {
    font-size: 0.12rem;
  }
}
#home-column-wrapper .column-list .news-item > div h3 {
  font-size: 0.14rem;
  font-weight: bold;
  line-height: 1.625;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #home-column-wrapper .column-list .news-item > div h3 {
    font-size: 0.2rem;
    margin-bottom: 14px;
  }
}
#home-column-wrapper .column-list .news-item > div .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  #home-column-wrapper .column-list .news-item > div .tags {
    gap: 8px;
  }
}
#home-column-wrapper .column-list .news-item > div .tags a {
  font-size: 0.1rem;
  border: 1px solid #d6d3d0;
  border-radius: 3px;
  padding: 4px 8px;
}
@media screen and (min-width: 768px) {
  #home-column-wrapper .column-list .news-item > div .tags a {
    font-size: 0.11rem;
    padding: 6px 9px;
  }
}
#home-column-wrapper .column-list .news-item > div .tags a:before {
  content: "# ";
  color: #ff4f00;
}
#home-column-wrapper .column-slide-button {
  display: none;
}
@media screen and (min-width: 768px) {
  #home-column-wrapper .column-slide-button {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 0;
    top: 232px;
  }
}
#home-column-wrapper .column-slide-button .column-slide-button-prev {
  all: unset;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #d6d3d0;
  border-radius: 100px;
}
#home-column-wrapper .column-slide-button .column-slide-button-prev img {
  height: 10px;
  width: auto;
  transform: rotate(180deg);
  transition: 0.3s;
}
#home-column-wrapper .column-slide-button .column-slide-button-prev:hover img {
  transform: translate(-3px, 0) rotate(180deg);
}
#home-column-wrapper .column-slide-button .column-slide-button-next {
  all: unset;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #d6d3d0;
  border-radius: 100px;
}
#home-column-wrapper .column-slide-button .column-slide-button-next img {
  height: 10px;
  width: auto;
  transition: 0.3s;
}
#home-column-wrapper .column-slide-button .column-slide-button-next:hover img {
  transform: translate(3px, 0);
}
#home-column-wrapper .column-all-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  #home-column-wrapper .column-all-wrapper {
    margin-top: 70px;
  }
}
#home-column-wrapper .column-all-wrapper .column-all {
  font-size: 0.12rem;
  font-weight: bold;
  width: 270px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(./images/more-link-bg.svg);
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 8px auto;
  border-radius: 100px;
  border: 1px solid #000;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #home-column-wrapper .column-all-wrapper .column-all {
    width: 330px;
    height: 60px;
    font-size: 0.14rem;
    background-position: right 27px center;
  }
}
#home-column-wrapper .column-all-wrapper .column-all:hover {
  background-position: right 19px center;
}
@media screen and (min-width: 768px) {
  #home-column-wrapper .column-all-wrapper .column-all:hover {
    background-position: right 22px center;
  }
}

#philosophy-circle-wrap {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  #philosophy-circle-wrap {
    padding: 0 40px;
  }
}

#philosophy-circle {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 80px;
  background-color: #f9fafc;
  border-radius: 10px;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  #philosophy-circle {
    max-width: 1180px;
    padding: 0 40px;
    margin: 0 auto 150px auto;
  }
}
@media screen and (min-width: 768px) {
  #philosophy-circle {
    padding: 54px !important;
    max-width: 1108px;
    margin: 0 auto;
  }
}
#philosophy-circle h2 {
  text-align: center;
  position: relative;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #philosophy-circle h2 {
    width: 420px;
  }
}
#philosophy-circle h2 img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #philosophy-circle h2 img {
    width: 420px;
  }
}
#philosophy-circle figure {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #philosophy-circle figure {
    display: flex;
    align-items: center;
  }
}
#philosophy-circle figure img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: 11.7142857143%;
}
@media screen and (min-width: 768px) {
  #philosophy-circle figure img {
    width: 590px;
    margin: 0;
  }
}
#philosophy-circle figure figcaption {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  #philosophy-circle figure figcaption {
    margin-top: 40px;
    margin-left: -110px;
    gap: 50px;
  }
}
#philosophy-circle figure figcaption dl {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #philosophy-circle figure figcaption dl {
    width: 630px;
  }
}
#philosophy-circle figure figcaption dl dt {
  font-size: 0.16rem;
  color: #ff4f00;
  width: 100px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #philosophy-circle figure figcaption dl dt {
    font-size: 0.22rem;
    width: 200px;
  }
}
#philosophy-circle figure figcaption dl dd {
  width: calc(100% - 100px);
  font-size: 0.12rem;
}
@media screen and (min-width: 768px) {
  #philosophy-circle figure figcaption dl dd {
    font-size: 0.16rem;
  }
}

.about-text {
  padding: 0 40px;
  font-size: 0.14rem;
  line-height: 1.625;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .about-text {
    max-width: 880px;
    margin: 0 auto 54px;
    line-height: 3;
  }
}
.about-text a {
  color: #3fa9f5;
  text-decoration: underline;
}

.about-text2 {
  padding: 0 40px 40px;
  font-size: 0.14rem;
  line-height: 2;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-text2 {
    max-width: 880px;
    margin: 60px auto 100px;
    line-height: 3;
    padding-bottom: 100px;
  }
}
.about-text2 br {
  display: none;
}
@media screen and (min-width: 768px) {
  .about-text2 br {
    display: block;
  }
}
.about-text2:before {
  width: calc(100% - 40px);
  height: 1px;
  background-color: #d6d3d0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.home-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .home-button-wrapper {
    margin-top: 84px;
    margin-bottom: 100px;
  }
}
.home-button-wrapper .home-button {
  font-size: 0.12rem;
  font-weight: bold;
  width: 220px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(./images/more-link-bg.svg);
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 8px auto;
  border-radius: 100px;
  border: 1px solid #000;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .home-button-wrapper .home-button {
    width: 270px;
    height: 60px;
    font-size: 0.14rem;
    background-position: right 27px center;
  }
}
.home-button-wrapper .home-button:hover {
  background-position: right 19px center;
}
@media screen and (min-width: 768px) {
  .home-button-wrapper .home-button:hover {
    background-position: right 22px center;
  }
}

/*
Theme Name: endukuri
Description: 「えんづくり」専用カスタムテーマ
Author: Development Team
Version: 1.0.0
License: Private
Text Domain: endukuri
*/
#single-top {
  padding-top: 17px;
}
@media screen and (min-width: 768px) {
  #single-top {
    padding-top: 37px;
  }
}

#single-article {
  width: 100%;
  padding: 0 20px 60px;
}
@media screen and (min-width: 768px) {
  #single-article {
    max-width: 1080px;
    padding: 0 40px 100px;
    margin: auto;
  }
}
#single-article .group-data {
  margin-bottom: 14px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  #single-article .group-data {
    padding: 0 100px;
  }
}
@media screen and (min-width: 768px) {
  #single-article .group-data {
    margin-bottom: 20px;
  }
}
#single-article .group-data span {
  color: #ff4f00;
  border: 1px solid #ff4f00;
  border-radius: 50px;
  font-size: 0.1rem;
  padding: 3px 10px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  #single-article .group-data span {
    font-size: 0.12rem;
  }
}
#single-article .group-data data {
  color: #999999;
  font-size: 0.1rem;
}
@media screen and (min-width: 768px) {
  #single-article .group-data data {
    font-size: 0.12rem;
  }
}
#single-article > h2 {
  font-size: 0.2rem;
  margin-bottom: 14px;
  font-weight: bold;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  #single-article > h2 {
    padding: 0 100px;
  }
}
@media screen and (min-width: 768px) {
  #single-article > h2 {
    font-size: 0.36rem;
    margin-bottom: 20px;
  }
}
#single-article .hush-tag {
  margin-bottom: 24px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  #single-article .hush-tag {
    padding: 0 100px;
  }
}
@media screen and (min-width: 768px) {
  #single-article .hush-tag {
    margin-bottom: 56px;
  }
}
#single-article .hush-tag a {
  font-size: 0.12rem;
  margin-right: 10px;
}
#single-article .hush-tag a::before {
  content: "#";
  color: #ff4f00;
}
#single-article .thumbanil-wrap {
  position: relative;
}
#single-article .thumbanil-wrap:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -27px;
  left: -40px;
  width: 80px;
  height: 80px;
  background-image: url(./images/single-bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
@media screen and (min-width: 768px) {
  #single-article .thumbanil-wrap:before {
    top: -100px;
    left: -138px;
    width: 277px;
    height: 277px;
  }
}
#single-article .single-thumbnail {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #single-article .single-thumbnail {
    border-radius: 20px;
    margin-bottom: 80px;
  }
}
#single-article .article-main {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  #single-article .article-main {
    padding: 0 100px;
  }
}
#single-article .article-main h2 {
  font-weight: bold;
  font-size: 0.21rem;
  line-height: 1.64;
  margin-bottom: 1.64em;
}
@media screen and (min-width: 768px) {
  #single-article .article-main h2 {
    font-size: 0.32rem;
  }
}
#single-article .article-main h3 {
  font-weight: bold;
  font-size: 0.18rem;
  line-height: 1.64;
  margin-bottom: 1.64em;
  padding-left: 14px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #single-article .article-main h3 {
    font-size: 0.28rem;
    padding-left: 21px;
  }
}
#single-article .article-main h3:before {
  content: "";
  width: 1px;
  height: calc(100% - 0.5em);
  display: block;
  background-color: #ff4f00;
  position: absolute;
  top: 0.25em;
  left: 0;
}
#single-article .article-main h4, #single-article .article-main h5, #single-article .article-main h6 {
  font-weight: bold;
  font-size: 0.14rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #single-article .article-main h4, #single-article .article-main h5, #single-article .article-main h6 {
    font-size: 0.21rem;
  }
}
#single-article .article-main p {
  font-size: 0.14rem !important;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #single-article .article-main p {
    font-size: 0.18rem !important;
    margin-bottom: 60px;
  }
}
#single-article .article-main p span {
  font-size: 0.14rem !important;
}
@media screen and (min-width: 768px) {
  #single-article .article-main p span {
    font-size: 0.18rem !important;
  }
}
#single-article .article-main img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #single-article .article-main img {
    margin-bottom: 60px;
  }
}
#single-article .article-main span {
  font-size: 0.14rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #single-article .article-main span {
    font-size: 0.18rem;
  }
}
#single-article .article-main a {
  color: #ff4f00;
  text-decoration: underline;
  font-size: 0.14rem;
}
@media screen and (min-width: 768px) {
  #single-article .article-main a {
    font-size: 0.18rem;
  }
}

#single-info {
  width: calc(100% - 80px);
  padding: 20px 0;
  margin: 0 auto 60px;
  border: 1px solid #e3e8f0;
  border-radius: 10px;
  text-align: center;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  #single-info {
    max-width: 920px;
    padding: 50px 0;
    margin: 0 auto 100px;
  }
}
#single-info h2 {
  font-size: 0.14rem;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #single-info h2 {
    font-size: 0.2rem;
  }
}
#single-info p {
  font-size: 0.12rem;
}
@media screen and (min-width: 768px) {
  #single-info p {
    font-size: 0.16rem;
  }
}
#single-info span {
  font-size: 0.14rem;
}
@media screen and (min-width: 768px) {
  #single-info span {
    font-size: 0.16rem;
  }
}
#single-info a {
  font-size: 0.12rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #single-info a {
    font-size: 0.16rem;
  }
}

#single-share {
  margin-bottom: 40px;
}
#single-share h2 {
  font-size: 0.2rem;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #single-share h2 {
    margin-bottom: 40px;
  }
}
#single-share div {
  width: calc(100% - 80px);
  background-color: #f2f7fd;
  border-radius: 10px;
  padding: 24px 0;
  margin: 0 40px;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  #single-share div {
    max-width: 920px;
    padding: 50px 0;
    margin: 0 auto 100px;
  }
}
#single-share div a {
  font-size: 0.11rem;
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 768px) {
  #single-share div a {
    font-size: 0.14rem;
  }
}
#single-share div a:first-child {
  border-right: 1px solid #bdccd4;
}
#single-share div a img {
  width: 24px;
  height: auto;
  display: block;
  margin: 0 auto 8px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #single-share div a img {
    width: 30px;
  }
}
#single-share div a img.x {
  width: 18px;
}
@media screen and (min-width: 768px) {
  #single-share div a img.x {
    width: 24px;
  }
}
#single-share div a:hover {
  text-decoration: underline;
}
#single-share div a:hover img {
  transform: scale(1.2);
}

.back-button {
  background-color: #000;
  width: calc(100% - 100px);
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto 60px;
  font-size: 0.14rem;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .back-button {
    width: 370px;
    height: 76px;
    margin-bottom: 125px;
  }
}
.back-button span {
  display: block;
  width: 100%;
  background-image: url(../images/arrow-right_white.svg);
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 12px;
  transition: 0.3s;
}
.back-button:hover {
  background-color: #ff4f00;
}
.back-button:hover span {
  background-position: center right 25px;
}

#single-article-list {
  background-color: #28282d;
  padding-bottom: 140px;
  margin-bottom: -100px;
}
#single-article-list > div {
  width: 100%;
  padding: 40px 0 40px 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #single-article-list > div {
    width: calc(100vw - 100px);
    margin: auto;
    margin-left: 100px;
    padding: 80px 0;
  }
}
#single-article-list > div h2 {
  color: #fff;
  font-size: 0.24rem;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #single-article-list > div h2 {
    font-size: 0.32rem;
    margin-bottom: 50px;
  }
}
#single-article-list > div h2 > img {
  width: 19px;
  height: auto;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  #single-article-list > div h2 > img {
    width: 28px;
  }
}
#single-article-list > div > div .slick-prev {
  width: 40px;
  height: 40px;
  top: -49px;
  right: 72px;
  left: auto;
}
@media screen and (min-width: 768px) {
  #single-article-list > div > div .slick-prev {
    width: 44px;
    height: 44px;
    top: -75px;
    right: 152px;
  }
}
#single-article-list > div > div .slick-prev:before {
  width: 40px;
  height: 40px;
  content: "";
  background-image: url(../images/slider-left-on.svg);
  background-image: url(../images/slider-left.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #single-article-list > div > div .slick-prev:before {
    width: 44px;
    height: 44px;
  }
}
#single-article-list > div > div .slick-prev:hover:before {
  background-image: url(../images/slider-left-on.svg);
}
#single-article-list > div > div .slick-next {
  width: 40px;
  height: 40px;
  top: -49px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  #single-article-list > div > div .slick-next {
    width: 44px;
    height: 44px;
    top: -75px;
    right: 100px;
    bottom: -65px;
    left: auto;
  }
}
#single-article-list > div > div .slick-next:before {
  width: 40px;
  height: 40px;
  content: "";
  background-image: url(../images/slider-right-on.svg);
  background-image: url(../images/slider-right.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #single-article-list > div > div .slick-next:before {
    width: 44px;
    height: 44px;
  }
}
#single-article-list > div > div .slick-next:hover:before {
  background-image: url(../images/slider-right-on.svg);
}
#single-article-list > div > div figure {
  width: 280px !important;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  flex-shrink: 0;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  #single-article-list > div > div figure {
    width: 360px !important;
  }
}
#single-article-list > div > div figure.slick-slide {
  height: auto !important;
}
#single-article-list > div > div figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #single-article-list > div > div figure img {
    width: 340px;
    margin-bottom: 20px;
  }
}
#single-article-list > div > div figure figcaption {
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #single-article-list > div > div figure figcaption {
    width: 360px;
  }
}
#single-article-list > div > div figure figcaption > div {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  #single-article-list > div > div figure figcaption > div {
    margin-bottom: 20px;
  }
}
#single-article-list > div > div figure figcaption > div > div span {
  color: #ff4f00;
  border: 1px solid #ff4f00;
  border-radius: 50px;
  font-size: 0.1rem;
  padding: 3px 10px;
  margin-right: 10px;
}
#single-article-list > div > div figure figcaption > div > div data {
  color: #999999;
  font-size: 0.1rem;
}
#single-article-list > div > div figure figcaption h3 {
  font-size: 0.17rem;
  margin-bottom: 14px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #single-article-list > div > div figure figcaption h3 {
    font-size: 0.2rem;
    margin-bottom: 20px;
  }
}
#single-article-list > div > div figure figcaption h3 a {
  color: #fff;
}
#single-article-list > div > div figure figcaption h3 a:hover {
  text-decoration: underline;
}
#single-article-list > div > div figure figcaption > span {
  font-size: 0.12rem;
  display: block;
}
#single-article-list > div > div figure figcaption > span::before {
  content: "#";
  color: #ff4f00;
}
#single-article-list > div > div figure figcaption > span a {
  color: #fff;
}
#single-article-list > div > div figure figcaption > span a:hover {
  text-decoration: underline;
}

.single-header {
  max-width: 1000px;
  padding: 0;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .single-header {
    padding: 0 10%;
    margin-bottom: 40px;
  }
}
.single-header > div .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .single-header > div .info {
    margin-bottom: 30px;
  }
}
.single-header > div .info .category {
  font-size: 0.1rem;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  border-radius: 100px;
  padding: 4px 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single-header > div .info .category {
    font-size: 0.12rem;
    padding: 8px 16px 8px 20px;
  }
  .single-header > div .info .category:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 5px;
    height: 5px;
    background-color: #ff4f00;
    border-radius: 50%;
    transform: translateY(-50%);
  }
}
.single-header > div .info .date {
  font-size: 0.1rem;
  color: #999999;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .single-header > div .info .date {
    font-size: 0.12rem;
  }
}
.single-header > div .title {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 1.625;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .single-header > div .title {
    font-size: 0.36rem;
    margin-bottom: 38px;
  }
}
.single-header > div .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .single-header > div .tags {
    gap: 8px;
  }
}
.single-header > div .tags a {
  font-size: 0.1rem;
  border: 1px solid #d6d3d0;
  border-radius: 3px;
  padding: 4px 8px;
}
@media screen and (min-width: 768px) {
  .single-header > div .tags a {
    font-size: 0.11rem;
    padding: 6px 9px;
  }
}
.single-header > div .tags a:before {
  content: "# ";
  color: #ff4f00;
}

img {
  max-width: 100%;
  height: auto;
}
