@charset "UTF-8";

:root {
  --color-orange: #E17A01;
  --color-brown: #7F5437;
  --color-base: #FCF9F4;
  --color-white: #FEFDFB;
}

/*================================================
 *  一般・共通設定
 ================================================*/
html {
  font-size: 15px;
}
body {
	font-size: 15px;
	color: #323231;
  background-color: #FEFDFB;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: 'Noto Sans JP',sans-serif;
	line-height: 2;
  letter-spacing: .05em;
  -webkit-text-size-adjust: 100%;
}

#contents,
.wrap {
	max-width: 1100px;
	margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

a {
  color: #323231;
	text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
	opacity: .8;
  /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
}
p {
	margin:0 0 0.5em 0;
  letter-spacing: 0.05em;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}

strong {
	font-weight: bold;
}
small {
	font-size: smaller;
}
ul,ol,dl {
	margin: 0;
}
ul li {
	list-style: none;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 0;
}

/* タイトル */
h1 {
	font-size: 2rem;
  letter-spacing: .15em;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
}

h2 {
  font-size: 1.8rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  line-height: 1.7;
  letter-spacing: .12em;
  font-weight: bold;
  color: var(--color-brown);
  margin-bottom: 30px;
}
h2.wide {
  margin-bottom: 50px;
  line-height: 1.8;
}
h2 span {
  font-size: 1.33rem;
  color: var(--color-orange);
  font-weight: bold;
}
h2.wide span {
  font-size: 1.8rem;
}
h2 span.en {
  font-family: 'Text Me One', sans-serif;
  display: block;
  font-size: 1.4rem;
  text-transform: uppercase;
}

h3 {
  font-size: 1.6rem;
  letter-spacing: .12em;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  color: var(--color-brown);
  margin: 0;
  line-height: 1.8;
  margin-bottom: 15px;
}
h3 span.en {
  font-family: 'Text Me One', sans-serif;
  font-size: 0.9rem;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
h4 {
  font-size: 1.4rem;
  letter-spacing: .12em;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.zenmaru {
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: .12em;
}

.en {
  font-family: 'Text Me One', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.orange {
  color: var(--color-orange);
  font-weight: bold;
}
.brown {
  color: var(--color-brown);
  font-weight: bold;
}
.black {
  color: #323231;
}
.weight_B {
  font-weight: bold;
}
.radius {
  border-radius: 5px;
}

@media screen and (max-width:1440px) {
  #contents,
  .wrap {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
}

@media screen and (max-width:768px) {
	*, *:before, *:after {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box
  }
  body {
    font-size: 14px;
  }
	#contents,
  .wrap {
		width: 100%;
		padding-left: 20px;
    padding-right: 20px;
	}
  h2,
  h2.wide {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: .1em;
    margin-bottom: 15px;
  }
  h2 span {
    font-size: 0.9rem;
  }
  h2.wide span {
    font-size: 1.3rem;
  }
  h2 span.en {
    font-size: 1rem;
  }
  h3 {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  h3 span.en {
    font-size: 0.8rem;
    text-align: left;
  }
  h4 {
    font-size: 1rem;
  }
}


/* ==================================================
  preloader
====================================================*/
.preloader-area {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: var(--color-base);
  left: 0px;
  top: 0px;
  z-index: 9999;
}
.preloader-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images//bg_cat_brush.png) no-repeat top/cover;
  opacity: 0.05;
}
.preloader-area .loader-box {
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.preloader-area .loader-box p {
  font-size: 1.4rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  letter-spacing: .15em;
  text-align: center;
}
.preloader-area .loader-box p img {
  width: 120px;
  margin-bottom: 10px;
}
.preloader-anime {
  animation-name: loadinganime;
  animation-timing-function: ease;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes loadinganime {
  from {
    transform: translateY(0);
  }
  30%,
  70% {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@media screen and (max-width:768px) {
}



/* =======================================================
* header
* ======================================================= */
header a.header {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9;
  width: 460px;
  line-height: 1.4;
}
header a h1 {
  display: inline-block;
  letter-spacing: .15em;
}
header a h1 span {
  font-size: 0.8rem;
  font-weight: bold;
}
header img {
  width: 130px;
  margin-right: 15px;
}
/* changeNav */
header.changeNav a h1 {
  font-size: 1.4rem;
}
header.changeNav img {
  width: 100px;
}





#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  right: 0;
  width: 45%;
  height: 100vh;
  background: var(--color-brown);
  transition: all 0.3s;
}
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
}
#g-nav ul {
  display: none;
}
#g-nav.panelactive ul {
  display: block;
  width: 100%;
  margin: auto;
}
#g-nav li {
  padding-left: 100px;
}
#g-nav li a {
  padding: 10px 0;
  display: block;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  color: var(--color-base);
  font-size: 1.5rem;
}
#g-nav li a:hover {
  color: var(--color-orange);
  opacity: 1;
}
#g-nav li a span {
  font-family: 'Text Me One', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-left: 20px;
  text-transform: uppercase;
}
#g-nav .header_copylight {
  position: absolute;
  bottom: 40px;
  left: 100px;
  font-size: 12px;
  color: var(--color-base);
  font-family: 'Text Me One', sans-serif;
  font-weight: bold;
  letter-spacing: .15em;
  text-transform: uppercase;
}
#g-nav .header_ill {
  background: #fefdfb;
  padding: 20px;
  position: absolute;
  left: 34%;
  bottom: 40px;
  border-radius: 50%;
}
#g-nav .header_ill img {
  width: 80px;
  margin: 0;
}

/* メニューボタン */
.openbtn {
  position: fixed;
  z-index: 1000;
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 25px;
  right: 20px;
  background: var(--color-orange);
  border: 2px solid var(--color-base);
}

/* ボタン内側 */
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 27px;
  height: 2px;
  background: var(--color-orange);
  width: 40%;
}

.openbtn span:nth-of-type(1) {
  top: 23px;
}
.openbtn span:nth-of-type(2) {
  top: 31px;
}
.openbtn span:nth-of-type(3) {
  top: 38px;
}
.openbtn span:nth-of-type(3)::after {
  content: "MENU";
  position: absolute;
  top: -12px;
  left: -13px;
  color: #FCF9F4;
  font-size: 18px;
  letter-spacing: .2em;
  font-weight: bold;
  font-family: 'Text Me One', sans-serif;
  text-transform: uppercase;
}
.openbtn.active {
  background: var(--color-brown);
}
.openbtn.active span:nth-of-type(1) {
  top: 34px;
  left: 24px;
  transform: translateY(6px) rotate(-45deg);
  width: 30px;
  background: #FCF9F4;
  border-radius: 10px;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 46px;
  left: 24px;
  transform: translateY(-6px) rotate(45deg);
  width: 30px;
  background: #FCF9F4;
  border-radius: 10px;
}
.openbtn.active span:nth-of-type(3)::after {
  content: none;
}

@media screen and (max-width:768px) {
  header a.header {
    top: 10px;
    left: 10px;
    width: 350px;
  }
  header img {
    width: 100px;
    margin-right: 10px;
  }
  header a h1 {
    font-size: 1.2rem;
  }
  /* changeNav */
  header.changeNav img {
    width: 70px;
  }
  header.changeNav a h1 {
    font-size: 1rem;
  }
  header.changeNav a h1 span {
    font-size: 0.6rem;
  }


  #g-nav {
    width: 100%;
    height: 100vh;
  }
  #g-nav.panelactive ul {
    margin: 90px auto 0;
  }
  #g-nav li {
    padding-left: 40px;
  }
  #g-nav li a {
    font-size: 1.3rem;
    padding: 5px 0 25px;
  }
  #g-nav li a span {
    padding-right: 10px;
  }
  #g-nav .header_copylight {
    bottom: 20  0px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
  }
  #g-nav .header_ill {
    bottom: 80px;
    left: 30px;
  }
  #g-nav .header_ill img {
    width: 50px;
    margin: 0;
  }

  /* ボタン */
  .openbtn {
    width: 55px;
    height: 55px;
    top: 15px;
    right: 15px
  }
  .openbtn span {
    left: 21px;
  }
  .openbtn span:nth-of-type(1) {
    top: 17px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn span:nth-of-type(3) {
    top: 29px;
  }
  /* OPEN */
  .openbtn span:nth-of-type(3)::after {
    top: -13px;
    left: -12px;
    font-size: 10px;
  }
  .openbtn.active span:nth-of-type(1) {
    width: 20px;
    top: 19px;
    left: 15px;
  }
  .openbtn.active span:nth-of-type(3) {
    left: 15px;
    top: 31px;
    width: 20px;
  }
}

/*================================================
 *  section
 ================================================*/
section  {
	padding-bottom: 6rem;
	position: relative;
}
.section {
	padding-top: 6rem;
}

/* ボタン */
.btnArea {
  margin-top: 40px;
}
.btnArea.marginT--100 {
  margin-top: 100px;
}
.btnArea a {
  display: inline-block;
  border: 2px solid #ffa132;
  background: var(--color-orange);
  color: var(--color-base);
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.15em;
  padding: 10px 70px;
  border-radius: 60px;
  position: relative;
}

.btnArea a img {
  width: 15px;
  margin-bottom: 6px;
}
.btnArea a:hover {
  background: var(--color-brown);
  opacity: 1;
}


.btnArea.double_line a {
  font-size: 1.33rem;
  line-height: 1.5;
  padding: 15px 50px 20px 40px;
}
.btnArea.double_line a span {
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media screen and (max-width:768px) {
	section {
		padding-bottom: 4rem;
	}
	.section {
		padding-top: 4rem;
  }
  /* ボタン */
  .btnArea {
    text-align: center;
    margin-top: 30px;
  }
  .btnArea.marginT--100 {
    margin-top: 30px;
  }
  .btnArea a {
    display: block;
    padding: 10px;
  }
  .btnArea a img {
    margin-bottom: 7px;
  }
  .btnArea.double_line a {
    font-size: 1.2rem;
    padding: 10px 0px 20px;
    display: block;
  }
  .btnArea.double_line a span {
    font-size: 0.8rem;
  }
}

/*================================================
 *  main
 ================================================*/
#main {
  display: block;
  position: relative;
}


.main__img__pc {
  display: block;
}
.main__img__sp {
  display: none;
}
/* #main::before {
  z-index: -3;
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 260%;
  background: url(../images//bg_cat_brush.png) no-repeat top/cover;
  opacity: 0.05;
} */

#main .catch {
  position: absolute;
  top: 50%;
  left: 7%;
  z-index: 1;
}
#main .catch p {
  font-size: 2.8rem;
  letter-spacing: .12em;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0px 0px 10px #ffffff;
}
#main .catch p.catch_small {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.8;
}
#main .catch p.catch_small span.orange {
  font-size: 1.8rem;
  margin: 0;
}
#main .catch p:nth-child(2n) span.orange {
  font-size: 5rem;
}

/*
  トップページ - ファーストビュー イラスト
---------------------------------------------*/
.fv_illst__area {
  pointer-events: none;
  height: 900px;
}

.fv_illst__item {
  display: none;
  position: absolute;
  top: 30px;
  right: 0px;
  width: 95%;
}
.fv_illst__item.is-show {
  display: block;
}

@media screen and (max-width:1536px) {
  #main .catch {
    left: 4%;
  }
  .fv_illst__area {
    height: 690px;
  }
}
@media screen and (max-width:1000px) {
  .fv_illst__area {
    height: 400px;
  }
  #main .catch {
    top: 75%;
    left: 3%;
  }
  #main .catch p {
    font-size: 2rem;
  }
  #main .catch p:nth-child(2n) span.orange {
    font-size: 3rem;
  }
  #main .catch p.catch_small {
    font-size: 1rem;
  }
}
@media screen and (max-width:540px) {
  .main__img__pc {
    display: none;
  }
  .main__img__sp {
    display: block;
  }
  #main::before {
    background-position: center right 33%;
  }
  #main .catch {
    top: 21%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
  }
  #main .catch p {
    font-size: 1.8rem;
  }
  #main .catch p.catch_small {
    font-size: 0.9rem;
    line-height: 2;
    margin-bottom: 20px;
  }
  #main .catch p.catch_small span.orange {
    font-size: 1.5rem;
    margin: 0;
  }
  #main .catch p:nth-child(2n) span.orange {
    font-size: 2.8rem;
  }

  .fv_illst__area {
    height: 640px;
  }
  .fv_illst__item {
    top: auto;
    bottom: -10%;
    right: 0;
    width: 100%;
  }
}
@media screen and (max-width:320px) {
  #main .catch p {
    font-size: 1.6rem;
  }
  #main .catch p.catch_small {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }
  .fv_illst__area {
    height: 550px;
  }
}

/*================================================
 *  top_about
 ================================================*/
#top_about .flex {
  padding-top: 6rem;
}
#top_about .flex .topAbout_txt {
  width: 50%;
}
#top_about .flex .topAbout_txt p {
  font-weight: 500;
  margin-bottom: 25px;
}
#top_about .flex .topAbout_img {
  width: 44%;
  padding-top: 4rem;
  position: relative;
}

#top_about .swiper_top .swiper-slide.slide01,
#top_about .swiper_top .swiper-slide.slide02,
#top_about .swiper_top .swiper-slide.slide03 {
  height: 400px;
  border-radius: 5px;
}
#top_about .swiper_top .swiper-slide.slide01 {
  background: url(../images/service01.jpg) no-repeat center/cover;
}
#top_about .swiper_top .swiper-slide.slide02 {
  background: url(../images/service02.jpg) no-repeat center/cover;
}
#top_about .swiper_top .swiper-slide.slide03 {
  background: url(../images/about03.jpg) no-repeat center/cover;
}

.about_ill {
  position: absolute;
  bottom: -100px;
  right:  0%;
  width: 135%;
  z-index: 1;
}

@media screen and (max-width:540px) {
  #top_about h2 {
    margin-bottom: 20px;
  }
  #top_about .flex,
  #top_about .flex .topAbout_txt {
    width: 100%;
    padding: 0;
  }
  #top_about .flex .topAbout_img {
    width: 100%;
    padding: 30px 0 100px;
  }
  #top_about .swiper_top .swiper-slide.slide01,
  #top_about .swiper_top .swiper-slide.slide02,
  #top_about .swiper_top .swiper-slide.slide03 {
    height: 300px;
  }

  .about_ill {
    bottom: -20px;
    right: -20px;
    width: calc(100% + 40px);
  }
  #top_about .btnArea {
    margin-top: 40px;
  }
}

/*================================================
 *  top_service
 ================================================*/
#top_service .bg_txt {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Text Me One', sans-serif;
  text-transform: uppercase;
  color: var(--color-white);
  font-size: 170px;
  letter-spacing: .15em;
  line-height: 1;
}

#top_service::before {
  position: absolute;
  z-index: -2;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-base);
  top: 0;
  right: 0px;
}
#top_service::after {
  z-index: -1;
  position: absolute;
  content: "";
  width: 87%;
  height: 90%;
  background: var(--color-white);
  top: 8rem;
  right: 0px;
  border-radius: 40px 0 0 40px;
}
#top_service .flex .s_ttl {
  z-index: 1;
}
#top_service .flex .s_ttl h2 {
-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
}
#top_service .flex .s_contents {
  width: 83%;
  margin-top: 8rem;
}

/* サービス右 */
#top_service .flex .s_contents .s_contents_item {
  padding-bottom: 100px;
}

#top_service  .s_contents_item .s_contents_img {
  width: 45%;
  position: relative;
  z-index: 1;
}
#top_service .s_contents_item .s_contents_img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-base);
  z-index: -1;
  border-radius: 5px;
}
#top_service .s_contents_item.item01 .s_contents_img::after {
  top: 20px;
  left: 100px;
}
#top_service .s_contents_item.item02 .s_contents_img::after {
  top: 20px;
  right: 100px;
}

#top_service .s_contents_item .s_contents_img h3 {
  display: inline-block;
  background: var(--color-orange);
  color: var(--color-white);
  padding: 2px 30px;
  border-radius: 5px;
  position: absolute;
  top: 40px;
  margin: 0;
}
#top_service .s_contents_item.item01 .s_contents_img h3 {
  right: -50px;
}
#top_service .s_contents_item.item02 .s_contents_img h3 {
  left: -50px;
}



#top_service .s_contents_item div.inner {
  width: 50%;
  z-index: 1;
}
#top_service .s_contents_item div.inner h3 img {
  width: 100px;
  margin-right: 15px;
}

.s__under_illust {
  position: absolute;
  width: 130px;
  top: -160px;
  left: -11%;
  padding: 20px;
  border-radius: 50%;
  background: var(--color-white);
}
@media screen and (max-width:768px) {
  #top_service .bg_txt {
    font-size: 80px;
    top: 20px;
  }
  #top_service::before {
    width: 100%;
  }
  #top_service::after {
    top: 5rem;
    width: 98%;
    height: 88%;
  }
  #top_service .flex .s_ttl h2 {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    letter-spacing: 0.3em;
  }


  /* 右 */
  #top_service .flex .s_contents {
    width: 100%;
    margin: 0;
  }
  #top_service .flex .s_contents .s_contents_item {
    padding-bottom: 60px;
  }
  #top_service .s_contents_item .s_contents_img {
    width: 100%;
    margin-bottom: 10px;
  }
  #top_service .s_contents_item.item01 .s_contents_img::after {
    top: 70px;
    left: 20px;
  }
  #top_service .s_contents_item.item02 .s_contents_img::after {
    top: 70px;
    right: -20px;
  }

  #top_service .s_contents_item .s_contents_img h3 {
    top: auto;
    bottom: -5px;
  }
  #top_service .s_contents_item.item01 .s_contents_img h3 {
    right: 20px;
  }
  #top_service .s_contents_item.item02 .s_contents_img h3 {
    right: 20px;
    left: auto;
  }
  #top_service .s_contents_item div.inner {
    width: 100%;
  }
  #top_service .s_contents_item div.inner h3 img {
    width: 80px;
    margin: 0px;
  }

  #top_service .ac.marginT--30.relative {
    margin-top: 50px;
  }
  .s__under_illust {
    width: 120px;
    top: -115px;
    left: calc(50% - 60px);
  }
}

/*================================================
 *  top_works
 ================================================*/
#top_works .bg_txt {
  position: absolute;
  top: -40px;
  left: 20px;
  font-family: 'Text Me One', sans-serif;
  color: var(--color-base);
  font-size: 170px;
  letter-spacing: .15em;
  line-height: 1;
  z-index: -1;
  text-transform: uppercase;
}
#top_works h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
}
#top_works .flex {
  padding-top: 30px;
}
#top_works .flex .w_ttl {
  width: 13%;
}
#top_works .flex .w_contents {
  width: 85%;
}

#top_works .flex .w_contents .swiper-container {
  height: 400px;
}

#top_works .flex .w_contents .swiper-container .works_slider_inner {
  padding: 20px 10px 0;
}
#top_works .flex .w_contents .swiper-slide p {
  line-height: 1.5;
}
#top_works .flex .w_contents .swiper-slide p.slider_ttl {
  background: var(--color-orange);
  color: var(--color-white);
  padding: 5px 10px;
  border-radius: 0px 0px 5px 5px;
  font-size: 0.7rem;
  margin: 0;
  display: inline-block;
}

#top_works .flex .w_contents .swiper-slide img {
  border-radius: 5px 5px 5px 0px;
  margin-bottom: -5px;
}

#top_works .flex .w_contents .swiper-button-prev,
#top_works .flex .w_contents .swiper-container-rtl .swiper-button-prev,
#top_works .flex .w_contents .swiper-button-next,
#top_works .flex .w_contents .swiper-container-rtl .swiper-button-next {
  background-image: none;
  position: absolute;
  bottom: 30px;
  background: var(--color-orange);
  width: 21px;
  height: 20px;
  border-radius: 50%;
  padding: 10px;
  border: 2px solid rgb(255, 161, 50);
}
#top_works .flex .w_contents .swiper-button-next {
  left: 8%;
}
#top_works .flex .w_contents .swiper-button-prev::after,
#top_works .flex .w_contents .swiper-button-next::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px var(--color-white);
  border-right: solid 2px var(--color-white);
  position: absolute;
  top: 15px;
}
#top_works .flex .w_contents .swiper-button-prev::after {
  transform: rotate(-135deg);
  left: 16px;
}
#top_works .flex .w_contents .swiper-button-next::after {
  transform: rotate(45deg);
  left: 12px;
}
#top_works .top_w_ill {
  position: absolute;
  width: 200px;
  bottom: -50px;
  right: 50px;
}

@media screen and (max-width:768px) {
  #top_works .bg_txt {
    top: -15px;
    left: 5px;
    font-size: 80px;
  }
  #top_works .flex {
    padding: 0px;
  }
  .w_ttl {
    width: 14%;
  }
  #top_works .flex .w_contents .swiper-container {
    height: 420px;
  }
  #top_works .flex .w_contents .swiper-container .works_slider_inner {
    padding: 10px 10px 0;
  }

  #top_works .flex .w_contents .swiper-button-prev,
  #top_works .flex .w_contents .swiper-container-rtl .swiper-button-prev,
  #top_works .flex .w_contents .swiper-button-next,
  #top_works .flex .w_contents .swiper-container-rtl .swiper-button-next {
    bottom: 85px;
    width: 31px;
    height: 30px;
  }
  #top_works .flex .w_contents .swiper-button-next {
    left: auto;
    right: 0;
  }

  #top_works .flex .w_contents .swiper-button-prev {
    left: 0;
  }
  #top_works .flex .w_contents .swiper-button-prev::after,
  #top_works .flex .w_contents .swiper-button-next::after {
    top: 8px;
  }
  #top_works .flex .w_contents .swiper-button-prev::after {
    left: 11px;
  }
  #top_works .flex .w_contents .swiper-button-next::after {
    left: 7px;
  }
  #top_works .top_w_ill {
    position: absolute;
    width: 130px;
    bottom: -20px;
    right: 0px;
  }
}

/*================================================
 *  top_contact
 ================================================*/
#top_contact {
  padding: 10rem 0;
  background: url(../images/bg_cat_brush.png) no-repeat top/cover;
  height: 100%;
}
#top_contact::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-base);
}
#top_contact .contactArea {
  padding: 60px 50px;
  position: relative;
  z-index: 1;
}
#top_contact .contactArea::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .95;
  border-radius: 15px;
  background: var(--color-white);
}

#top_contact .contactArea .flex .contact_left {
  width: 60%;
}
#top_contact .contactArea .flex .contact_right {
  width: 40%;
  text-align: center;
}

@media screen and (max-width:768px) {
  #top_contact {
    padding: 5rem 0;
  }
  #top_contact .contactArea {
    padding: 40px 10px;
  }
  #top_contact .contactArea .flex .contact_left {
    width: 100%;
  }
  #top_contact .contactArea .flex .contact_right {
    width: 100%;
  }
}

/*================================================
 *  下層ページタイトル
 ================================================*/
#sub_main {
  height: 100%;
  padding: 100px 0;
  background: var(--color-white);
}
#sub_main .sub_main_ttl {
  width: 35%;
  z-index: 1;
}
#sub_main .sub_main_ttl div {
  padding-left: 25%;
  white-space: nowrap;
}
#sub_main .sub_main_ttl div h2  {
  font-size: 2.3rem;
  margin-bottom: 40px;
}
#sub_main .sub_main_ttl div a.en {
  font-family: 'Text Me One', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .15em;
}
#sub_main .sub_main_ttl div a.top {
  position: relative;
  margin-right: 100px;
}
#sub_main .sub_main_ttl div a.top::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  top: 10px;
  right: -70px;
  background: #323231;
}

#sub_main .sub_main_img {
  width: 61%;
  z-index: 1;
}
#sub_main .sub_main_img img {
  border-radius: 10px 0 0 10px;
}

@media screen and (max-width:768px) {
  #sub_main {
    padding: 100px 0 40px;
  }
  #sub_main .sub_main_ttl {
    width: 100%;
  }
  #sub_main .sub_main_ttl div {
    position: unset;
    transform: unset;
    padding: 30px 0 0 20px;
  }
  #sub_main .sub_main_ttl div h2 {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  #sub_main .sub_main_img {
    width: calc(100% - 40px);
  }
  #sub_main .sub_main_ttl div a {
    font-size: 0.8rem;
  }
}

/*================================================
 *  フッター
 ================================================*/
footer {
  padding: 70px 0 30px 0;
  font-size: 13px;
  background: var(--color-base);
  position: relative;
}
/* footer .wrap {
  max-width: 780px;
} */
footer a,
footer p {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
}

/* footer_logo */
.footer_logo {
  width: 50%;
}
.footer_logo h1 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.footer_logo h1 img {
  width: 130px;
}
.footer_logo .btnArea {
  margin-top: 10px;
}
.copyright {
  font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 10px;
  margin-top: 30px;
}

/* footer_menu */
.footer_menu {
  width: 35%;
}
.footer_menu li {
  margin-bottom: 15px;
}
.footer_menu li img {
  width: 8px;
  margin-right: 15px;
}
@media screen and (max-width:767px) {
  footer {
    padding: 50px 0 10px 0;
  }
  .footer_logo,
  .footer_menu,
  .footer_contact {
    width: 100%;
  }
  .footer_logo h1 {
    text-align: center;
    font-size: 1.2rem;
  }

  /* footer_menu */
  .footer_menu {
    margin: 50px 20px 0;
  }
  .copyright {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
#pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  z-index: 998;
}
#pagetop .arrow-up {
  font-size: 0.8rem;
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  color: var(--color-brown);
}
#pagetop .arrow-up img {
  width: 50px;
}

@media screen and (max-width:767px) {
  #pagetop .arrow-up {
    font-size: 0.6rem;
  }
  #pagetop .arrow-up img {
    width: 45px;
  }
}

