@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
body {
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  background: #fff;
  color: #000;
  font-family: 'Noto-Sans-JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0;
  position: relative;
}
body.has_nav header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
body.has_nav header.visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

p {
  line-height: 36px;
}

.wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    max-width: 100vw;
    font-size: 14px;
    line-height: 28px;
  }
  p {
    line-height: 28px;
  }
}
/*=============================================
 * fonts
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-source-han-sans {
  font-family: "source-han-sans-japanese", sans-serif;
}

.fnt-neue-haas-grotesk {
  font-family: "neue-haas-grotesk-text", sans-serif;
}

/*=============================================
	main
*=============================================*/
main {
  clear: both;
  width: 100%;
  min-width: 1200px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main {
    min-width: auto;
    margin-left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}

/*=============================================
	header
*=============================================*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  height: 80px;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0 50px 0 30px;
}
header .logo {
  width: 122px;
}
@media only screen and (max-width: 768px) {
  header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: auto;
    gap: 0;
    padding: 5px 15px;
  }
  header .logo {
    width: 97px;
    margin-right: auto;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-left: 30px;
}
.header__nav .item span { color: #000;}
@media only screen and (max-width: 1400px) {
  .header__nav {
    gap: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .header__nav {
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  font-weight: 400;
}
.header__lang li + li {
  border-left: 1px solid #000;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .header__lang {
    display: none;
  }
}

.header__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.header__bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
}
.header__bnr a .circle {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #C6C6C6;
  border: 1px solid #fff;
  position: absolute;
  bottom: -3px;
  left: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  z-index: 1;
}
.header__bnr a .circle:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}
.header__bnr a.active .circle:after {
  background-color: #2CA173;
}
.header__bnr .tel img {
  width: 10px;
}
.header__bnr .metaverse img {
  width: 14px;
}
@media only screen and (max-width: 768px) {
  .header__bnr .tel {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .header__bnr a {
    font-size: 8px;
    line-height: 11px;
  }
}

#navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  min-height: 100%;
  height: 100vh;
  background-color: #000;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear, height 0s !important;
  transition: all 0.3s linear, height 0s !important;
}
#navbar a:link, #navbar a:visited {
  color: #fff;
}
#navbar .logo img {
  width: 190px;
}
#navbar .close-btn {
  width: 37px;
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 1;
  cursor: pointer;
}
#navbar .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  width: 59.7%;
  padding: 60px 60px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#navbar .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
#navbar .nav > div {
  width: calc(33.33% - 20px);
}
#navbar .nav ul li {
  padding-top: 10px;
}
#navbar .nav ul li + li {
  padding-top: 40px;
}
#navbar .nav ul a {
//  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}
#navbar .nav ul a span {
  display: block;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 28px;
  padding-top: 3px;
}
#navbar .nav-sub a {
//  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}
#navbar .nav-sub li + li {
  padding-top: 10px;
  font-size: 16px;
}
#navbar .nav-sub li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}
#navbar .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
#navbar .sns li {
  width: 26px;
}
#navbar .copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
#navbar .pickup {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40.3%;
  background-color: #fff;
  color: #000;
}
#navbar .pickup a:link, #navbar .pickup a:visited {
  color: #000;
}
#navbar .pickup h3 {
//  font-weight: 500;
  font-size: 14px;
  left: 24px;
}
#navbar .pickup h3 span {
  display: block;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 28px;
}
#navbar .pickup article {
  padding: 15px 0;
  border-bottom: 1px solid #E6E6E6;
}
#navbar .pickup article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
#navbar .pickup article a div {
  width: calc(100% - 130px);
}
#navbar .pickup article .img {
  width: 100px;
  height: 100px;
}
#navbar .pickup article .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#navbar .pickup article .cat {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 7px;
}
#navbar .pickup article .text {
//  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  overflow: hidden;
  display: block;
  max-height: 54px;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
#navbar .gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #navbar {
    width: calc(100% - 46px);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background: #2B2B2B;
  }
  #navbar .logo img {
    width: 100px;
  }
  #navbar .col {
    width: 100%;
    display: block;
    padding: 0 30px 30px;
  }
  #navbar .col .item {
    padding: 30px 0 0;
  }
  #navbar .nav {
    display: block;
  }
  #navbar .nav > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 40px;
  }
  #navbar .nav > div .photo {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
  }
  #navbar .nav > div ul {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 70%;
            flex: 1 0 70%;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #navbar .nav > div ul a {
    font-size: 13px;
    line-height: 26px;
  }
  #navbar .nav > div ul a span {
    font-size: 18px;
    line-height: 23px;
  }
  #navbar .nav > div ul li {
    padding-top: 0;
  }
  #navbar .nav > div ul li + li {
    padding-top: 20px;
  }
  #navbar .nav-sub {
    margin-top: 50px;
  }
  #navbar .gr {
    display: block;
    margin-top: 40px;
  }
}

.navOpen #navbar {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  .navOpen main {
    margin-left: calc(-100% + 46px);
  }
  .navOpen #navbar {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.navOpen,
.navOpen *,
.navOpen *:hover,
.navOpen *:focus,
.navOpen *:active {
  /*    cursor: none !important;*/
  -ms-touch-action: none !important;
      touch-action: none !important;
  pointer-events: none !important;
}

.navOpen {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  -ms-touch-action: none !important;
      touch-action: none !important;
  pointer-events: none !important;
}

.navOpen .hamburger,
.navOpen #navbar,
.navOpen #navbar * {
  -ms-touch-action: auto !important;
      touch-action: auto !important;
  pointer-events: all !important;
}

.hamburger:not(.pc) {
  height: 46px;
  display: none;
  padding-left: 20px;
  line-height: 1;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
}
.hamburger:not(.pc) .hamburger-box {
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
}
.hamburger:not(.pc) .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger:not(.pc) .hamburger-inner, .hamburger:not(.pc) .hamburger-inner::before, .hamburger:not(.pc) .hamburger-inner::after {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger:not(.pc) .hamburger-inner::before, .hamburger:not(.pc) .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger:not(.pc) .hamburger-inner::before {
  top: -6px;
}
.hamburger:not(.pc) .hamburger-inner::after {
  bottom: -6px;
}
@media only screen and (max-width: 768px) {
  .hamburger:not(.pc) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/** Vortex Reverse **/
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
/*=============================================
	section
*=============================================*/
/* -- -- */
section {
  position: relative;
  overflow: hidden;
}

/*=============================================
	cta
*=============================================*/

#cta {
	
}
#cta .case {
	background: #F2E9E4;
	display: flex;
	justify-content: center;
}
#cta .case .imgbox {
	width: 50%;
	background: url(../images/common/cta.jpg) no-repeat center / cover;
}
#cta .case .imgbox-atelier {
  width: 50%;
  background: url(../images/common/cta-atelier.jpg) no-repeat center / cover;
}

#cta .case .txtbox {
	width: 50%;
	padding: 150px 5% 150px 5%;
}
#cta .case .txtbox .ttl {
	font-weight: 700;
	font-size: 34px;
	line-height: 49px;
	letter-spacing: 0.05em;
}
#cta .case .txtbox .txt {
	margin-top: 30px;
}
#cta .case .txtbox .btn-link {
	margin-top: 30px;
}
@media only screen and (max-width: 768px) {
#cta .case {
	display: block;
}
#cta .case .imgbox {
	width: 100%;
	padding-bottom: 60%;
}
#cta .case .txtbox {
	width: 100%;
	padding: 40px 5%;
}
#cta .case .txtbox .ttl {
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}
#cta .case .txtbox .txt {
	margin-top: 20px;
}
#cta .case .txtbox .btn-link {
	margin-top: 20px;
	text-align: center;
}
}

#cta-metaverse .blk1 {
  background: url("https://artory.blue/artory.co.jp/images/concept/bg1.jpg") center/cover no-repeat;
  overflow: hidden;
  color: #fff;
}
#cta-metaverse .blk1 .wrap {
  max-width: 1200px;
}
#cta-metaverse .blk1 .logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#cta-metaverse .blk1 .set {
  position: relative;
}
#cta-metaverse .blk1 .set h2 {
  margin-top: 10px;
  font-weight: 700;
  font-size: 63px;
  line-height: 86px;
}
#cta-metaverse .blk1 .set .txtbox {
  width: 50%;
  margin-left: auto;
  padding: 165px 0;
  text-align: center;
}
#cta-metaverse .blk1 .set .imgbox {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: -15px;
  left: -50px;
}
#cta-metaverse .blk1 .set .imgbox .img {
  width: auto;
}
#cta-metaverse .blk1 .set .imgbox .img img {
  width: auto;
  height: auto;
}
#cta-metaverse.section-callback .blk1 .set .txtbox{
	flex: 0 0 52%;
}
#cta-metaverse.section-callback .blk1 .set .logo{
	width: 345px;
	margin: 0 auto;
}



@media only screen and (max-width: 768px) {
  #cta-metaverse .blk1 {
    background: url("https://artory.blue/artory.co.jp/images/concept/bg1.jpg") center/cover no-repeat;
    overflow: hidden;
    color: #fff;
  }
  #cta-metaverse .blk1 .wrap {
    max-width: 1200px;
  }
  #cta-metaverse .blk1 .logo img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  #cta-metaverse .blk1 .set h2 {
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
  }
  #cta-metaverse .blk1 .set .logo img {
    width: 20vw;
  }
  #cta-metaverse .blk1 .set .txtbox {
    padding: 17vw 0;
  }
  #cta-metaverse .blk1 .set .imgbox {
    width: 48%;
    top: 3vw;
    left: -10px;
  }
  
  #cta-metaverse.section-callback .blk1 .set .logo{
	  width: 100%;
  }
  .section-callback .blk1 .set .imgbox .img img{
	  max-width: 100%;
  }
  
}


/*=============================================
	footer
*=============================================*/
footer {
  background-color: #000;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 0;
  padding: 0 60px 90px;
  overflow: hidden;
}
footer a:link, footer a:visited {
  color: #fff;
}
footer .deco {
  width: 200%;
  opacity: 0.1;
  font-weight: 700;
  font-size: 288px;
  line-height: 358px;
  position: absolute;
  top: 0;
  left: -130px;
  z-index: -1;
}
footer .row01 {
  padding: 124px 0 80px;
}
footer .row01 h2 {
  font-weight: 500;
  font-size: 60px;
  letter-spacing: 0.05em;
  line-height: 74px;
}
footer .row01 .sub-ttl {
  font-weight: 500;
  font-size: 29px;
  letter-spacing: 0.05em;
  line-height: 42px;
  padding-top: 38px;
}
footer .row01 nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  padding-top: 74px;
}
footer .row01 nav a {
  display: block;
  line-height: 41px;
  font-weight: 500;
}
footer .row01 nav p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .row01 nav p a:first-child {
  padding-right: 20px;
}
footer hr {
  border: 0;
  border-top: 1px solid #fff;
}
footer .row02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding: 64px 0 0;
}
footer .row02 .logo {
  width: 165px;
}
footer .row02 .txt {
  padding-top: 24px;
}
footer .row02 .txt h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
footer .row02 .txt p {
  padding-top: 10px;
  font-size: 14px;
  line-height: 24px;
}
footer .row02 .f-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding-top: 50px;
}
footer .row02 .f-sns img {
  width: auto;
  max-width: 100%;
}
footer .row02 .newsletter a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  padding-right: 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
footer .row02 .newsletter a:after {
  content: "";
  width: 13px;
  height: 25px;
  background: url("../images/common/arrow-right.svg") no-repeat center top/cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .row02 .newsletter span {
  display: block;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 38px;
}
footer .row02 .newsletter span img {
  width: 25px;
  margin: 0 19px 5px 0;
}
footer .row02 .bnr-cta {
  padding-top: 40px;
}
footer .row02 .bnr-cta dt {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 34px;
}
footer .row02 .bnr-cta dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  text-align: center;
  padding-top: 24px;
}
footer .row02 .bnr-cta dd p {
  width: 317px;
  height: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .row02 .bnr-cta dd a,
footer .row02 .bnr-cta dd time {
  display: block;
}
footer .row02 .bnr-cta dd .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
}
footer .row02 .bnr-cta dd .tel a {
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.05em;
}
footer .row02 .bnr-cta dd .tel a small {
  font-size: 18px;
  padding-right: 8px;
}
footer .row02 .bnr-cta dd .tel time {
  font-size: 13px;
  line-height: 150%;
}
footer .row02 .bnr-cta dd .contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
footer address {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding-top: 45px;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 0 20px 50px;
  }
  footer .deco {
    font-size: 92px;
    line-height: 114px;
    top: 15px;
    left: -145px;
  }
  footer .row01 {
    padding: 60px 0 0;
  }
  footer .row01 h2 {
    font-size: 37px;
    line-height: 46px;
  }
  footer .row01 .sub-ttl {
    padding-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }
  footer .row01 nav {
    gap: 0;
    margin-right: -20px;
    padding-top: 55px;
  }
  footer .row01 nav a {
    display: block;
    line-height: 37px;
  }
  footer .row01 nav p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .row01 nav p a:first-child {
    padding-right: 0;
    width: 100%;
  }
  footer .row01 nav > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  footer .row02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding: 60px 0 0;
  }
  footer .row02 .logo {
    margin: 0 auto;
  }
  footer .row02 .txt {
    padding-top: 15px;
  }
  footer .row02 .txt h3 {
    font-size: 12px;
    line-height: 17px;
  }
  footer .row02 .txt p {
    padding-top: 25px;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
  }
  footer .row02 .f-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    padding-top: 20px;
  }
  footer .row02 .f-sns img {
    width: auto;
    max-width: 100%;
  }
  footer .row02 .newsletter a {
    width: 100%;
    display: block;
    gap: 0;
    margin-left: 0;
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 12px;
  }
  footer .row02 .newsletter a:after {
    content: "";
    width: 13px;
    height: 25px;
    background: url("../images/common/arrow-right.svg") no-repeat center top/cover;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  footer .row02 .newsletter span {
    font-size: 25px;
    line-height: 31px;
  }
  footer .row02 .newsletter span img {
    width: 21px;
    margin: 0 15px 3px 0;
  }
  footer .row02 .bnr-cta {
    padding-top: 30px;
    text-align: center;
  }
  footer .row02 .bnr-cta dt {
    font-size: 16px;
    line-height: 31px;
  }
  footer .row02 .bnr-cta dd {
    gap: 0;
    text-align: center;
    padding-top: 35px;
  }
  footer .row02 .bnr-cta dd p {
    width: 100%;
    height: 65px;
  }
  footer .row02 .bnr-cta dd .tel a {
    font-size: 25px;
    line-height: 31px;
  }
  footer .row02 .bnr-cta dd .tel a small {
    font-size: 16px;
    line-height: 20px;
    padding-right: 8px;
  }
  footer .row02 .bnr-cta dd .tel time {
    font-size: 12px;
    line-height: 24px;
  }
  footer .row02 .bnr-cta dd .contact {
    margin-top: 12px;
  }
  footer .row02 .col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 55px;
    text-align: center;
  }
  footer .row02 .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer address {
    font-size: 10px;
    text-align: center;
  }
}

/*=============================================
	Custom
*=============================================*/
img {
  max-width: 100%;
  height: auto;
}

/* -- -- */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* -- --*/
.bg-parallax {
  min-height: inherit;
  position: relative;
}

.img-parallax {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .bg-parallax {
    background: transparent !important;
    position: relative;
  }
  .img-parallax {
    display: block;
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .img-parallax img {
    width: 100%;
    height: 100vh !important;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 99;
  }
}
/* -- -- */
.shadow-img {
  -webkit-box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.29);
          box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.29);
}

.cl-red {
  color: #c21322;
}

.cl-green {
  color: #5d7f77;
}

.cl-purple {
  color: #584172;
}

.cl-white {
  color: #fff;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  a:hover img {
    opacity: 0.7;
  }
}
.btn-style-1 {
  width: 240px;
  min-height: 52px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
  border-radius: 999px;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  color: inherit;
  text-align: center;
  text-decoration: none !important;
}
.btn-style-1.white {
  color: #fff;
}
.btn-style-1.black {
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .btn-style-1 {
    width: 153px;
    min-height: 37px;
    padding: 5px;
    font-size: 12px;
    line-height: 17px;
  }
}

.breadcrumb {
  padding: 20px 60px;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  overflow: auto;
}
.breadcrumb a {
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 20px;
  line-height: 17px;
}
.breadcrumb ul li:first-child {
  padding-left: 0;
}
.breadcrumb ul li + li {
  position: relative;
}
.breadcrumb ul li + li::before {
  content: "";
  width: 5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.961 8.508'%3E%3Cpath d='M4074.509,383.979l3.9,3.9-3.9,3.9' transform='translate(-4074.156 -383.626)' fill='none' stroke='%23bcbcbc' stroke-width='1'/%3E%3C/svg%3E") center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    padding: 10px 20px;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.05em;
  }
  .breadcrumb a {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.05em;
  }
  .breadcrumb ul li {
    padding: 0 10px;
    line-height: 15px;
  }
}

.pagination {
  display: grid;
  grid-template-columns: repeat(auto-fit, 47px);
  row-gap: 13px;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          width: 100%;
}
.pagination li {
  width: 100%;
  position: relative;
}
.pagination li::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.pagination li .page {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #707070;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.pagination li .page.current {
  border: none;
  color: #fff;
  background: #000;
}

@media only screen and (max-width: 768px) {
  .pagination {
    grid-template-columns: repeat(auto-fit, 36px);
    row-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .pagination li .page {
    font-size: 13px;
  }
}

.box-style-1 {
  max-width: 455px;
}
.box-style-1 .img {
  position: relative;
}
.box-style-1 .img::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 100%;
}
.box-style-1 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.box-style-1 .ttl {
//  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.box-style-1 .desc {
  margin-top: 14px;
//  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
}
.box-style-1 .cat, .box-style-1 .date {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
}
.box-style-1 .cat {
  text-transform: uppercase;
}
.box-style-1 .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box-style-1 dl {
  margin-top: 21px;
}
.box-style-1 dl hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid;
}
@media only screen and (max-width: 768px) {
  .box-style-1 {
    max-width: none;
  }
  .box-style-1 .ttl {
    font-size: 14px;
    line-height: 26px;
  }
  .box-style-1 .cat, .box-style-1 .date {
    font-size: 10px;
    line-height: 19px;
  }
}

.box-style-2 .imgbox .img {
  position: relative;
}
.box-style-2 .imgbox .img::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 100%;
}
.box-style-2 .imgbox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.box-style-2 .txtbox {
  margin-top: 10px;
  text-align: center;
}
.box-style-2 .txtbox .txt {
  font-weight: 500;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .box-style-2 .txtbox .txt {
    font-size: 14px;
  }
}

.box-style-3 {
  position: relative;
}
.box-style-3 .imgbox {
  width: 100%;
  height: 434px;
}
.box-style-3 .imgbox .img {
  width: 100%;
  height: 100%;
}
.box-style-3 .imgbox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-style-3 .txtbox {
  padding: 50px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.78)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.78));
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.box-style-3 .txtbox .txt {
  font-weight: 500;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .box-style-3 .imgbox {
    height: 70vw;
  }
  .box-style-3 .txtbox {
    padding: 50px 10px 20px;
  }
  .box-style-3 .txtbox .txt {
    font-size: 20px;
  }
}

.box-style-4 .ttl {
  margin-top: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
}
.box-style-4 .ttl a {
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
}
.box-style-4 .desc {
  margin-top: 25px;
  font-weight: 500;
  font-size: 14px;
}
.box-style-4 .cat {
  font-weight: 500;
  font-size: 13px;
  color: #969696;
}
.box-style-4 .txtbox {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .box-style-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-style-4 .ttl {
    margin-top: 0;
    line-height: 19px;
  }
  .box-style-4 .ttl a {
    font-size: 13px;
    line-height: 19px;
  }
  .box-style-4 .desc {
    margin-top: 0;
    font-size: 10px;
  }
  .box-style-4 .cat {
    font-size: 10px;
  }
  .box-style-4 .txtbox {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
    margin-top: 0;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .box-style-4 .imgbox {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    min-height: 100px;
  }
  .box-style-4 .imgbox .img img {
    width: 100%;
  }
}

.box-style-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-style-5 .ttl {
  margin-top: 5px;
  font-weight: 500;
  font-size: 21px;
  line-height: 32px;
}
.box-style-5 .ttl a {
  font-weight: 500;
  font-size: 21px;
  line-height: 32px;
}
.box-style-5 .desc {
  margin-top: 5px;
  font-size: 14px;
  line-height: 24px;
}
.box-style-5 .cat {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.box-style-5 .imgbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 120px;
          flex: 1 0 120px;
  height: 120px;
}
.box-style-5 .imgbox .img {
  width: 100%;
  height: 100%;
}
.box-style-5 .imgbox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-style-5 .txtbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .box-style-5 .ttl {
    margin-top: 0;
    font-size: 18px;
  }
  .box-style-5 .ttl a {
    font-size: 18px;
  }
  .box-style-5 .desc {
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
  }
  .box-style-5 .cat {
    font-size: 13px;
  }
  .box-style-5 .imgbox {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100px;
            flex: 1 0 100px;
    height: 100px;
  }
  .box-style-5 .txtbox {
    padding-left: 15px;
  }
}

.box-style-6 .ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.05em;
}
.box-style-6 .ttl a {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.05em;
}
.box-style-6 .cat {
  margin-top: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  color: #969696;
}
.box-style-6 .imgbox .img {
  width: 100%;
  position: relative;
}
.box-style-6 .imgbox .img::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 100%;
}
.box-style-6 .imgbox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.box-style-6 .txtbox {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .box-style-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .box-style-6 .ttl {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0;
  }
  .box-style-6 .ttl a {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0;
  }
  .box-style-6 .cat {
    margin-top: 10px;
  }
  .box-style-6 .imgbox {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding-right: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .box-style-6 .txtbox {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin-top: 0;
  }
}

.box-style-7 .ttl {
  font-weight: 700;
  font-size: 17px;
  line-height: 29px;
}
.box-style-7 .ttl a {
  font-weight: 700;
  font-size: 17px;
  line-height: 29px;
}
.box-style-7 .date {
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #C3C3C3;
}
.box-style-7 .txtbox {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .box-style-7 .ttl {
    font-size: 17px;
    line-height: 28px;
  }
  .box-style-7 .ttl a {
    font-size: 17px;
    line-height: 28px;
  }
  .box-style-7 .date {
    font-size: 10px;
    line-height: 15px;
  }
}

.section-callback .blk1 {
  background: #F2E9E4;
}
.section-callback .blk1 .ttl {
  font-weight: 700;
  font-size: 34px;
  line-height: 49px;
  letter-spacing: 0.05em;
}
.section-callback .blk1 .set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-callback .blk1 .set .imgbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.section-callback .blk1 .set .imgbox .img {
  width: 100%;
}
.section-callback .blk1 .set .imgbox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-callback .blk1 .set .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding: 50px 80px 50px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-callback .blk1 .set .txtbox .txt {
  /* max-width: 524px; */
  margin-top: 20px;
  line-height: 32px;
}
.section-callback .blk1 .set .txtbox .btn-link {
  margin-top: 30px;
}
.section-callback .blk2 {
  padding: 100px 0;
}
.section-callback .blk2 .set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-callback .blk2 .set dl {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3333333333%;
          flex: 1 1 33.3333333333%;
  max-width: 465px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #707070;
  text-align: center;
}
.section-callback .blk2 .set dl:first-child {
  border-left: 0;
}
.section-callback .blk2 .set dl dt {
  margin: auto 0;
  padding: 10px 0 40px;
  font-weight: 500;
  font-size: 28px;
  line-height: 43px;
}
.section-callback .blk2 .set dl dd {
  margin-top: auto;
}
@media only screen and (max-width: 768px) {
  .section-callback .blk1 .ttl {
    font-size: 20px;
    line-height: 29px;
    text-align: center;
  }
  .section-callback .blk1 .set {
    display: block;
  }
  .section-callback .blk1 .set .imgbox .img {
    height: 60vw;
  }
  .section-callback .blk1 .set .txtbox {
    padding: 40px 20px;
  }
  .section-callback .blk1 .set .txtbox .txt {
    max-width: none;
    margin-top: 20px;
    line-height: 24px;
  }
  .section-callback .blk1 .set .txtbox .btn-link {
    margin-top: 20px;
    text-align: center;
  }
  .section-callback .blk2 {
    padding: 50px 0;
  }
  .section-callback .blk2 .wrap {
    padding: 0 20px;
  }
  .section-callback .blk2 .set {
    display: block;
  }
  .section-callback .blk2 .set dl {
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 0;
    border-left: 0;
    border-top: 1px solid #707070;
    text-align: left;
  }
  .section-callback .blk2 .set dl:first-child {
    border-top: 0;
  }
  .section-callback .blk2 .set dl dt {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.05em;
  }
  .section-callback .blk2 .set dl dd {
    margin-top: 0;
  }
}

.section-category-style-1 {
  padding: 70px 0 120px;
  position: relative;
  z-index: 0;
}
.section-category-style-1::before {
  content: "";
  width: 100%;
  height: 500px;
  background: url("https://artory.blue/artory.co.jp/images/academia/bg1.jpg") center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-category-style-1 h2.ttl {
  text-align: center;
  color: #fff;
}
.section-category-style-1 h2.ttl .en {
  display: block;
  font-weight: 500;
  font-size: 54px;
  line-height: 64px;
}
.section-category-style-1 h2.ttl .jp {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.section-category-style-1 .category-list {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.16);
}
.section-category-style-1 .category-list .category-name {
  padding: 20px 0 10px;
  text-align: center;
}
.section-category-style-1 .category-list .category-name .jp {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
}
.section-category-style-1 .category-list .category-name .en {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
}
.section-category-style-1 .category-list .category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E0E0E0;
}
.section-category-style-1 .category-list .category-item:last-child {
  border-bottom: 0;
}
.section-category-style-1 .category-list .category-item .category-item-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 148px;
          flex: 1 0 148px;
}
.section-category-style-1 .category-list .category-item dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-category-style-1 .category-list .category-item dl dt {
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
}
.section-category-style-1 .category-list .category-item dl dt a {
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
}
.section-category-style-1 .category-list .category-item dl dd {
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #C3C3C3;
}
.section-category-style-1 .category-list .category-item.lg {
  display: block;
  padding: 0;
}
.section-category-style-1 .category-list .category-item.lg .category-item-img {
  width: 100%;
}
.section-category-style-1 .category-list .category-item.lg .category-item-img img {
  width: 100%;
}
.section-category-style-1 .category-list .category-item.lg dl {
  padding: 20px 15px;
}
.section-category-style-1 .category-list .category-item.lg dl dt {
  font-size: 16px;
  line-height: 27px;
}
.section-category-style-1 .category-list hr {
  background: none;
  border: 0;
  border-top: 1px solid #E0E0E0;
}
.section-category-style-1 #categorySlide {
  padding: 50px 0;
  position: relative;
}
.section-category-style-1 #categorySlide .swiper-slide {
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-category-style-1 #categorySlide_dots {
  margin-top: 50px;
  position: relative;
  top: auto;
  bottom: auto;
}
.section-category-style-1 #categorySlide_dots > span {
  width: 102px;
  height: 6px;
  display: inline-block;
  background: #CCCCCC;
  margin: 0 4px;
  cursor: pointer;
  border-radius: 0;
  opacity: 1;
}
.section-category-style-1 #categorySlide_dots > span.swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(#7b2e74), to(#235592));
  background: linear-gradient(to right, #7b2e74, #235592);
}
.section-category-style-1 .set {
  overflow: hidden;
}
.section-category-style-1 .btn-link {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section-category-style-1 {
    padding: 50px 0;
  }
  .section-category-style-1::before {
    height: 80vw;
  }
  .section-category-style-1 h2.ttl .en {
    font-size: 39px;
    line-height: 46px;
  }
  .section-category-style-1 h2.ttl .jp {
    font-size: 13px;
    line-height: 19px;
  }
  .section-category-style-1 .category-list .category-name {
    padding: 15px 0 12px;
  }
  .section-category-style-1 .category-list .category-name .jp {
    font-size: 16px;
    line-height: 24px;
  }
  .section-category-style-1 .category-list .category-name .en {
    margin-top: 5px;
    font-size: 10px;
    line-height: 15px;
  }
  .section-category-style-1 .category-list .category-item {
    padding: 12px 15px;
  }
  .section-category-style-1 .category-list .category-item .category-item-img {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .section-category-style-1 .category-list .category-item dl {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    padding-left: 13px;
  }
  .section-category-style-1 .category-list .category-item dl dt {
    font-size: 12px;
    line-height: 16px;
  }
  .section-category-style-1 .category-list .category-item dl dt a {
    font-size: 12px;
    line-height: 16px;
  }
  .section-category-style-1 .category-list .category-item dl dd {
    margin-top: 5px;
    font-size: 10px;
    line-height: 15px;
  }
  .section-category-style-1 .category-list .category-item.lg dl {
    padding: 12px 15px;
  }
  .section-category-style-1 .category-list .category-item.lg dl dt {
    font-size: 15px;
    line-height: 20px;
  }
  .section-category-style-1 #categorySlide {
    padding: 30px 0;
  }
  .section-category-style-1 #categorySlide .swiper-slide {
    padding: 0 13px;
  }
  .section-category-style-1 #categorySlide_dots {
    margin-top: 22px;
  }
  .section-category-style-1 #categorySlide_dots > span {
    width: 50px;
    margin: 0 1px;
  }
  .section-category-style-1 .set {
    margin: 0 -20px;
    padding: 0 20px;
  }
}

.section-category-style-2 {
  padding: 110px 0 150px;
}
.section-category-style-2 h2.ttl {
  text-align: center;
}
.section-category-style-2 h2.ttl .en {
  display: block;
  font-weight: 500;
  font-size: 54px;
  line-height: 64px;
}
.section-category-style-2 h2.ttl .jp {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.section-category-style-2 .categorybox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3333333333%;
          flex: 1 1 33.3333333333%;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-category-style-2 .categorybox .img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100px;
          flex: 1 0 100px;
  position: relative;
}
.section-category-style-2 .categorybox .img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.section-category-style-2 .categorybox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-category-style-2 .categorybox dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-category-style-2 .categorybox dl dt {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.section-category-style-2 .categorybox dl dt a {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.section-category-style-2 .categorybox dl dd {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.section-category-style-2 .set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1240px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 768px) {
  .section-category-style-2 {
    padding: 65px 0 75px;
  }
  .section-category-style-2 h2.ttl .en {
    font-size: 39px;
    line-height: 46px;
  }
  .section-category-style-2 h2.ttl .jp {
    margin-top: 10px;
    font-size: 13px;
    line-height: 29px;
  }
  .section-category-style-2 .categorybox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 10px 0;
  }
  .section-category-style-2 .categorybox .img {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
  }
  .section-category-style-2 .categorybox dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding-left: 15px;
  }
  .section-category-style-2 .categorybox dl dt {
    font-size: 16px;
  }
  .section-category-style-2 .categorybox dl dt a {
    font-size: 16px;
  }
  .section-category-style-2 .categorybox dl dd {
    font-size: 12px;
  }
  .section-category-style-2 .set {
    display: block;
    margin-top: 30px;
  }
}

#keyword_search h2 {
  font-weight: 500;
  font-size: 34px;
  line-height: 49px;
  letter-spacing: 0.05em;
  text-align: center;
}
#keyword_search .ks_search {
  margin: 0 auto 28px;
}
#keyword_search .ks_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 999px;
  padding: 16px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#keyword_search .ks_search form input[type=search] {
  width: calc(100% - 36px);
  background: none;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
#keyword_search .ks_search form input[type=submit] {
  width: 26px;
  height: 26px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 28.999'%3E%3Cpath d='M28.622,26.916l-8.234-8.234a11.484,11.484,0,1,0-1.706,1.706l8.234,8.234a1.206,1.206,0,1,0,1.706-1.706ZM11.481,20.53a9.049,9.049,0,1,1,9.049-9.049h0a9.058,9.058,0,0,1-9.049,9.049Z' transform='translate(0.024 0.024)' fill='%23999'/%3E%3C/svg%3E") center/contain no-repeat;
  font-size: 0;
}
#keyword_search .ks_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 30px -6px 0;
}
#keyword_search .ks_tags li {
  margin: 6px;
}
#keyword_search .ks_tags li a {
  min-width: 131px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#7b2e74), to(#235592));
  background: linear-gradient(to right, #7b2e74, #235592);
  border-radius: 999px;
  padding: 12px 29px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}
#keyword_search .set {
  max-width: 767px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  #keyword_search h2 {
    font-size: 20px;
    line-height: 29px;
  }
  #keyword_search .ks_search {
    margin: 0;
  }
  #keyword_search .ks_search form {
    padding: 10px 20px;
  }
  #keyword_search .ks_search form input[type=search] {
    width: calc(100% - 30px);
    font-size: 11px;
    line-height: 16px;
  }
  #keyword_search .ks_search form input[type=submit] {
    width: 20px;
    height: 20px;
  }
  #keyword_search .ks_tags {
    margin: 17px 0 0;
  }
  #keyword_search .ks_tags li {
    margin: 4px;
  }
  #keyword_search .ks_tags li a {
    min-width: 76px;
    padding: 10px 20px;
    font-size: 10px;
    line-height: 15px;
  }
  #keyword_search .set {
    margin-top: 20px;
  }
}

/*=============================================
	common
*=============================================*/
.btn-link {
  margin-top: 60px;
  text-align: center;
}

.set-style-2 {
  max-width: 1480px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 58px;
     -moz-column-gap: 58px;
          column-gap: 58px;
  margin: 0 auto;
}
.set-style-2 dl dt img {
  width: 100%;
}
.set-style-2 dl dd {
  margin-top: 10px;
  line-height: 32px;
  text-align: center;
}



.concept-list li{ display: flex; align-items: center; margin: 0 0 25px; }
.concept-list li span{ width: 36px; margin: 0 15px 0 0; }
.concept-list li span img{ width: 100%; height: auto; }
.concept-list li p{ font-size: 21px; }

.functions h2{ padding: 0 0 30px; text-align: center; }
.functions-list{ width: 760px; margin: 0 auto; }
.functions-list li{ display: flex; align-content: center; margin: 0 0 14px; }
.functions-list li:last-of-type{ margin-bottom: 0; }
.functions-list li img{ width: 25px; height: auto; margin-right: 20px; }
.functions-list p{ font-size: 20px; }
.bg-gray{ padding: 45px 55px; background: #EDEFF2; border-radius: 20px; }

.function-flexbox{ display: flex; align-items: stretch; justify-content: center; }
.function-flexbox ul{ width: 36%; margin: 0 1%;}


.functions-icn-list{ display: flex; align-items: center; margin: 0 0 35px; }
.functions-icn-list li{ width: 70px; margin: 0 10px 0 0; }
.functions-icn-list li:nth-of-type(n7) { margin-right: 0;}
.functions-icn-list li:nth-of-type(n+8) { margin-top: 10px;}
.avarable h4{ margin: 0 0 20px; font-size: 18px; text-align: left; font-weight: 600; }
.avarable .functions-list li{ margin: 0; }
.avarable .functions-list li img{ width: 19px; margin-right: 15px; }
.avarable .functions-list p{ font-size: 16px; }


@media only screen and (max-width: 768px) {
	
 .btn-link {
    margin-top: 30px;
    background: url() no-repeat center top / cover;
  }
  
  .set-style-2 {
    max-width: none;
    display: block;
  }
  .set-style-2 dl {
    margin-top: 30px;
  }
  .set-style-2 dl dd {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
  }
  
 .concept-list li{ margin: 0 0 20px; }
 .concept-list li span{ width: 25px; }
 .concept-list li p{ font-size: 16px; }
 
 
 .functions h2{ padding: 0 0 15px; }
 .functions-list{ width: 100%; }
 .functions-list li{ margin: -5px 0 20px; }
 .functions-icn-list li:nth-of-type(n7) { margin-right: 10px;}
 .functions-icn-list li:nth-of-type(n+8) { margin-top: 0;}
 
 .function-flexbox{ flex-direction: column; }
 .function-flexbox ul{ width: 100%; margin: 0 0 20px; }
 
 .avarable .functions-list li img{ width: 20px; }
 .avarable .functions-list p{ font-size: 16px; }
 
 .bg-gray{ padding: 30px 20px; }
 
  	
}

