@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp-narrow.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  font-size: 62.5%;
  height: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

picture {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

br {
  line-height: 0;
}

input, textarea, select, button {
  font: inherit;
}

/* safariでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

/*------------------------------------------------------------
	basic
------------------------------------------------------------*/
html, body {
  font-size: 0.83vw;
}

@media screen and (min-width: 1211px) {
  html, body {
    font-size: 62.5%;
  }
}

@media screen and (max-width: 768px) {
  html, body {
    font-size: 62.5%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: YakuHanJP_Narrow,'Noto Sans JP','游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  background-color: #c9ebf0;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.33333vw;
  }
}

img {
  border: none;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

a {
  color: #000000;
}

@media screen and (min-width: 769px) {
  a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: .8;
  }
}

h2 a {
  display: block;
}

.rightTxt {
  text-align: right;
}

.leftTxt {
  text-align: left;
}

.centerTxt {
  text-align: center;
}

.tategaki {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.spShow,
.spIbShow {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .sp._inline {
    display: inline;
  }
  .sp._inline-block {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.coution {
  padding-left: 1em;
  text-indent: -1em;
}

.strongTxt {
  font-weight: bold;
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
header {
  position: fixed;
  height: 8rem;
  width: 98%;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 3.5rem;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  header {
    height: 11.53846vw;
    width: 92.3%;
    top: 3.84615vw;
  }
}

header h1 {
  width: 14.3rem;
  margin-left: 2rem;
}

@media screen and (max-width: 768px) {
  header h1 {
    width: 22.4359vw;
    margin-left: 0;
  }
}

header h1 a {
  display: block;
  pointer-events: all;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 9.5rem;
}

@media screen and (max-width: 768px) {
  header ul {
    margin-right: 12.17949vw;
  }
}

header ul li {
  width: 6.4rem;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  header ul li {
    width: 10.25641vw;
    margin-left: 1.92308vw;
  }
}

header ul li a {
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  pointer-events: all;
}

@media screen and (max-width: 768px) {
  header ul li a {
    width: 10.25641vw;
    height: 10.25641vw;
  }
}

/*メニューボタン*/
.open-menu {
  position: fixed;
  top: 3.5rem;
  right: 3.5rem;
  z-index: 210;
  cursor: pointer;
  width: 6.4rem;
  height: 6.4rem;
}

@media screen and (max-width: 768px) {
  .open-menu {
    top: 3.84615vw;
    right: 3.84615vw;
    width: 10.25641vw;
    height: 10.25641vw;
  }
}

@media screen and (min-width: 769px) {
  .open-menu {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .open-menu:hover {
    opacity: .8;
  }
}

/*グローバルナビ*/
#g-nav.panelactive {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100vh;
}

#g-nav.panelactive #g-nav-list {
  display: block;
}

#g-nav.panelactive .navigation {
  opacity: 1;
}

#g-nav-list {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav-list .close-menu {
  position: fixed;
  top: 3.5rem;
  right: 5.5rem;
  cursor: pointer;
  width: 6.4rem;
  height: 6.4rem;
  z-index: 910;
}

@media screen and (max-width: 768px) {
  #g-nav-list .close-menu {
    top: 3.84615vw;
    right: 3.84615vw;
    width: 10.25641vw;
    height: 10.25641vw;
  }
}

@media screen and (min-width: 769px) {
  #g-nav-list .close-menu {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #g-nav-list .close-menu:hover {
    opacity: .8;
  }
}

#g-nav .navigation {
  opacity: 0;
  position: absolute;
  z-index: 900;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 5rem 0;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

@media screen and (max-width: 768px) {
  #g-nav .navigation {
    width: 90%;
    padding: 19.87179vw 0 12.82051vw;
  }
}

#g-nav .navigation > ul, #g-nav .navigation .logo_group {
  -webkit-animation-name: gnaviAnime;
  animation-name: gnaviAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#g-nav .navigation .nav_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60rem;
  margin-bottom: 2.9rem;
}

@media screen and (max-width: 768px) {
  #g-nav .navigation .nav_btns {
    margin-bottom: 5.12821vw;
    width: 100%;
  }
}

#g-nav .navigation .nav_btns li {
  width: 48%;
  max-width: 30.4rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #g-nav .navigation .nav_btns li {
    width: 41.66667vw;
  }
}

#g-nav .navigation .nav_btns .btn-link {
  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;
  height: 4.5rem;
  background-color: #000;
  position: relative;
  border-radius: 1.6rem;
  line-height: 1;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}
#g-nav .navigation .nav_btns .btn-link.no_entry{
  color: #dcdcdc;
  background-color: #9fa0a0;
}


@media screen and (max-width: 768px) {
  #g-nav .navigation .nav_btns .btn-link {
    height: 7.69231vw;
    font-size: 3.33333vw;
    border-radius: 2.05128vw;
  }
}

#g-nav .navigation .nav_btns .btn-link::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/ic-s-arrow-w.svg) center/contain no-repeat;
}

#g-nav .navigation .nav_btns .btn-link.no_entry::after{
  background: url(../img/common/ic-s-arrow-w_off.svg) center/contain no-repeat;
}



@media screen and (max-width: 768px) {
  #g-nav .navigation .nav_btns .btn-link::after {
    width: 2.5641vw;
    height: 2.5641vw;
    right: 3.33333vw;
  }
}

#g-nav .navigation .nav_title {
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #g-nav .navigation .nav_title {
    font-size: 5.12821vw;
  }
}

#g-nav .navigation .nav_title a {
  color: #fff;
}

#g-nav .navigation .nav_links_group {
  margin-bottom: 2.3rem;
}

@media screen and (max-width: 768px) {
  #g-nav .navigation .nav_links_group {
    margin-bottom: 3.84615vw;
  }
}

#g-nav .navigation .nav_links_group_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 2rem;
  font-weight: 800;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  #g-nav .navigation .nav_links_group_item {
    font-size: 3.84615vw;
    margin-top: 1.92308vw;
  }
}

#g-nav .navigation .nav_links_group_item li {
  width: 50%;
  margin-bottom: .3rem;
}

@media screen and (max-width: 768px) {
  #g-nav .navigation .nav_links_group_item li {
    margin-bottom: 1.28205vw;
  }
}

#g-nav .navigation .nav_links_group_item li::before {
  content: "";
  display: inline-block;
  width: .4em;
  height: .4em;
  background-color: #d7d44d;
  border: 0.3rem solid #000000;
  border-radius: 50vw;
  margin-right: 1rem;
}

@media screen and (max-width: 768px) {
  #g-nav .navigation .nav_links_group_item li::before {
    width: 1.92308vw;
    height: 1.92308vw;
    border-width: 2px;
    margin-right: 1.66667vw;
  }
}

#g-nav .navigation .nav_links_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.5rem;
  background-color: #fff;
  padding: 1rem;
  border-radius: 50vw;
  width: 37.5rem;
}

@media screen and (max-width: 768px) {
  #g-nav .navigation .nav_links_sns {
    padding: 2.30769vw 5.12821vw;
    margin-top: 2.5641vw;
    width: 80%;
  }
}

#g-nav .navigation .nav_links_sns li {
  height: 3.4rem;
  margin: 0 1.2rem;
}

#g-nav .navigation .nav_links_sns li a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #g-nav .navigation .nav_links_sns li {
    height: 6.41026vw;
  }
}

#g-nav .navigation .nav_links_sns li img {
  height: 100%;
  width: auto;
}

#g-nav .navigation .logo_group {
  position: absolute;
  right: 20%;
  top: 53%;
}

@media screen and (max-width: 768px) {
  #g-nav .navigation .logo_group {
    right: 20%;
    top: 56%;
  }
}

#g-nav .navigation .logo_group .imgfire_small {
  margin: auto;
}

/*gnav背景*/
.circle-bg {
  position: fixed;
  z-index: 250;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #00a3c2;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  right: -50px;
  top: -50px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.circle-bg.circleactive {
  -webkit-transform: scale(50);
  -ms-transform: scale(50);
  transform: scale(50);
}

@media screen and (min-width: 1931px) {
  .circle-bg.circleactive {
    -webkit-transform: scale(80);
    -ms-transform: scale(80);
    transform: scale(80);
  }
}

@media screen and (max-width: 768px) {
  .circle-bg.circleactive {
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
  }
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
/*
#page-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  width: 7rem;
}*/
#js-pagetop {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
/*  width: 7rem; */
}

#js-pagetop #page-top{
   width: 7rem;
   margin-left: auto;
   margin-bottom: 5px;
  }

#page-top a {
  display: block;
  width: 100%;
  height: 100%;
}

.link-2028{
  display: flex;
  justify-content: center;
  position: relative;
  line-height: 1.5;
  font-size: 12px;
  background-color: #c9ebef;
/*  background-color: #000; */
  border: 2px solid #000;
  border-radius: 8px;
}

.link-2028::after {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 1rem;
    top: 50%; 
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/ic-s-arrow.svg) center/contain no-repeat;
}

.link-2028 a{
  margin-left: 2rem;
  margin-right: 4rem;
}
.link-2028 a img{
  width: 120px;
  margin: 10px auto;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #js-pagetop {
    right: 0.8rem;
  }
  #js-pagetop #page-top {
    right: 2.5641vw;
    bottom: 2.5641vw;
    width: 10.25641vw;
  }
  .link-2028{
    border-radius: 4px;
  }
  .link-2028::after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .link-2028 a {
  margin-left: 0.8rem;
  margin-right: 2.8rem;
 }
  .link-2028 a img{
  width: 84px;
  margin: 8px auto;
  vertical-align: middle;
}

}

#js-pagetop.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}

#js-pagetop.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

#footer {
  padding-top: 30rem;
  background: #c9ebf0;
  position: relative;
  overflow: hidden;
  z-index: 160;
  border-radius: 8rem 8rem 0 0;
}

@media screen and (max-width: 768px) {
  #footer {
    padding-top: 25.64103vw;
    border-radius: 7.69231vw 7.69231vw 0 0;
  }
}

#footer .kumo1 {
  width: 265%;
  left: -18.8%;
  top: 1vw;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #footer .kumo1 {
    top: 6vw;
  }
}

#footer .kumo2 {
  width: 234%;
  top: 5vw;
  left: 8.6%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #footer .kumo2 {
    top: 14vw;
  }
}

#footer .footer_mat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.5rem;
}

@media screen and (max-width: 768px) {
  #footer .footer_mat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  #footer .footer_mat .logo_group {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 2.5641vw;
  }
}

#footer .footer_mat .img-fire {
  margin: auto;
  width: 143px;
}

@media screen and (max-width: 768px) {
  #footer .footer_mat .img-fire {
    width: 16.28205vw;
  }
}

#footer .footer_mat .ft_txt {
  width: 31rem;
  margin: 0 auto 1.2rem;
}

@media screen and (max-width: 768px) {
  #footer .footer_mat .ft_txt {
    width: 59.87179vw;
    margin-bottom: 3.58974vw;
  }
  #footer .footer_mat .ft_txt_index {
    width: 43.71795vw;
    margin: auto;
    margin-top: 3.71795vw;
  }
}

#footer .footer_mat .ft_btns {
  width: 30.4rem;
  margin: 1.9rem auto 2.9rem;
}

@media screen and (max-width: 768px) {
  #footer .footer_mat .ft_btns {
    width: 89.74359vw;
    margin: 0 auto 10.25641vw;
  }
}

#footer .footer_mat .ft_btns li {
  margin: 1.4rem auto;
}

@media screen and (max-width: 768px) {
  #footer .footer_mat .ft_btns li {
    margin: 5.12821vw auto;
  }
  #footer .footer_mat .ft_btns li:last-child {
    margin-top: 10.25641vw;
  }
}

#footer .footer_mat .ft_btns li a {
  width: 100%;
  height: 100%;
  display: block;
}

#footer .footer_mat .ft_logo {
  width: 17.9rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #footer .footer_mat .ft_logo {
    width: 39.74359vw;
  }
}

#footer .footer_mat .ft_links {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  #footer .footer_mat .ft_links {
    margin-top: 9.74359vw;
  }
}

#footer .footer_mat .ft_links._middle {
  margin-left: 10.3rem;
  margin-right: 8.1rem;
}

@media screen and (max-width: 768px) {
  #footer .footer_mat .ft_links._middle {
    margin: 9.74359vw 0 0;
  }
  #footer .footer_mat .ft_links._middle li:nth-of-type(1) .ft_title img {
    width: 53.97436vw;
  }
  #footer .footer_mat .ft_links._middle li:nth-of-type(2) img {
    width: 24.23077vw;
  }
}

#footer .footer_mat .ft_links_group {
  margin-bottom: 3.6rem;
}

@media screen and (min-width: 769px) {
  #footer .footer_mat .ft_links_group:first-child {
    height: 21rem;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer_mat .ft_links_group {
    margin-bottom: 7.69231vw;
  }
}

#footer .footer_mat .ft_links_group_item {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  #footer .footer_mat .ft_links_group_item {
    margin-top: 3.84615vw;
    margin-left: 7.69231vw;
  }
}

#footer .footer_mat .ft_links_group_item li {
  margin-bottom: .8rem;
}

#footer .footer_mat .ft_links_group_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.8rem;
}

@media screen and (max-width: 768px) {
  #footer .footer_mat .ft_links_group_sns {
    margin-top: 2.5641vw;
  }
}

#footer .footer_mat .ft_links_group_sns li {
  height: 3.4rem;
  margin-right: 2.4rem;
}

@media screen and (max-width: 768px) {
  #footer .footer_mat .ft_links_group_sns li {
    height: 6.28205vw;
    margin-right: 4.10256vw;
  }
}

#footer .footer_mat .ft_links_group_sns li a {
  display: block;
  width: 100%;
  height: 100%;
}

#footer .footer_mat .ft_links_group_sns li img {
  height: 100%;
  width: auto;
}

#footer .footer_mat .ft-swc {
  width: 30.7rem;
}

@media screen and (max-width: 768px) {
  #footer .footer_mat .ft-swc {
    width: 53.97436vw;
  }
}

#footer .footer_mat .ft-jobs {
  width: 9.8rem;
}

@media screen and (max-width: 768px) {
  #footer .footer_mat .ft-jobs {
    width: 16.53846vw;
  }
}

#footer .footer_mat .ft-member {
  width: 18.2rem;
}

@media screen and (max-width: 768px) {
  #footer .footer_mat .ft-member {
    width: 30.51282vw;
  }
}

#footer .footer_mat .ft-ourworks {
  width: 23.5rem;
}

@media screen and (max-width: 768px) {
  #footer .footer_mat .ft-ourworks {
    width: 39.74359vw;
  }
}

#footer .footer_mat .ft-recruit {
  width: 14.6rem;
}

@media screen and (max-width: 768px) {
  #footer .footer_mat .ft-recruit {
    width: 24.23077vw;
  }
}

#footer .footer_mat .ft-company {
  width: 19rem;
}

@media screen and (max-width: 768px) {
  #footer .footer_mat .ft-company {
    width: 31.66667vw;
  }
}

#footer .copyright {
  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;
  height: 16.5rem;
  margin-top: 9rem;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  #footer .copyright {
    height: 34.87179vw;
    margin-top: 8.71795vw;
    font-size: 2.30769vw;
  }
}

#footer .ft_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34.5rem;
  height: 4rem;
  border: 2px solid #fff;
  border-radius: 50vw;
  color: #fff;
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  #footer .ft_btn {
    width: 61.53846vw;
    height: 6.41026vw;
    margin-top: 5.12821vw;
  }
}

/*------------------------------------------------------------
	共有パーツ
------------------------------------------------------------*/
.main-content-wrapper {
  width: 100%;
}

.inner {
  max-width: 990px;
  width: 89.5%;
  margin: auto;
}

.inner_wide {
  max-width: 1100px;
  width: 89.5%;
  margin: auto;
}

/*画像届き次第変更*/
@media screen and (min-width: 769px) {
  .imgfire {
    width: 143px;
    height: 191px;
    background: url(../img/common/fire.png) no-repeat;
    -webkit-animation: fire 2.5s steps(2) infinite;
    animation: fire 2.5s steps(2) infinite;
  }
}

@media screen and (max-width: 768px) {
  .imgfire {
    width: 16.28205vw;
    height: 21.53846vw;
    background: url(../img/common/fire.png) no-repeat;
    background-size: 32.5641vw;
    -webkit-animation: fire_sp 2.5s steps(2) infinite;
    animation: fire_sp 2.5s steps(2) infinite;
  }
}

.imgfire_small {
  width: 85px;
  height: 111px;
  /*background:url(../img/common/fire.png) no-repeat;
        background-size: 200%;
        animation: fire_sm 2.5s steps(2) infinite;*/
}

@media screen and (max-width: 768px) {
  .imgfire_small {
    width: 11.66667vw;
    height: 15.25641vw;
    /*animation: fire_sm_sp 2.5s steps(2) infinite;*/
  }
}

.kumo {
  position: absolute;
  float: left;
  -webkit-animation: kumo 90s linear infinite;
  animation: kumo 90s linear infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.kumo img {
  width: 50%;
  float: left;
}

@media screen and (min-width: 769px) {
  .shallwecamp_img {
    width: 45.6rem;
    margin: auto;
  }
}

.links_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin: 3rem auto 4.5rem;
}

@media screen and (max-width: 768px) {
  .links_area {
    width: 100vw;
    max-width: 780px;
    margin: 2.17949vw 0 7.05128vw -6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.links_area ul {
  width: 38.28%;
}

@media screen and (max-width: 768px) {
  .links_area ul {
    max-width: inherit;
    width: 89.5%;
    margin: auto;
    margin-bottom: 3.84615vw;
  }
}

.links_area_item {
  margin-top: 2.7rem;
}

@media screen and (max-width: 768px) {
  .links_area_item {
    margin-top: 5.12821vw;
  }
}

.links_area_item_link {
  display: block;
  background-color: #d7d44d;
  border-radius: .8rem;
  border: .3rem solid #000;
  position: relative;
  padding: 1.9rem 2.5rem 1.8rem 1rem;
  line-height: 1;
}

.links_area_item_link img {
  max-height: 2.3rem;
}

@media screen and (max-width: 768px) {
  .links_area_item_link img {
    max-height: 5.12821vw;
  }
}

.links_area_item_link::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/ic-s-arrow.svg) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .links_area_item_link::after {
    width: 5.12821vw;
    height: 5.12821vw;
    right: 5.12821vw;
  }
}

.links_area .img {
  width: 58.9%;
  margin-left: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .links_area .img {
    width: 100%;
    max-width: 780px;
    margin-left: auto;
  }
}

.links_area .img span {
  position: absolute;
  width: 9.2rem;
  left: 44%;
  top: 40%;
}

@media screen and (max-width: 768px) {
  .links_area .img span {
    width: 28.33333vw;
    left: 38.20513vw;
    top: 23.07692vw;
  }
}

.accordion_btn {
  margin-top: 1.5rem;
  background-color: #c9ebf0;
  border-radius: 3rem;
  border: 4px solid #000;
  padding: 1.3rem;
  line-height: 1;
  cursor: pointer;
  position: relative;
}

.accordion_btn img {
  width: 29.8rem;
}

@media screen and (max-width: 768px) {
  .accordion_btn {
    margin-top: 1.92308vw;
    border-width: 3px;
  }
  .accordion_btn img {
    width: 52.4359vw;
  }
}

@media screen and (min-width: 769px) {
  .accordion_btn {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .accordion_btn:hover {
    opacity: .8;
  }
}

.accordion_btn .icon {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  right: 2.5rem;
  top: 0;
  bottom: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #000000;
  border-radius: 3px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .accordion_btn .icon {
    width: 3.84615vw;
    height: 3.84615vw;
    right: 7.30769vw;
  }
}

.accordion_btn .icon::before, .accordion_btn .icon::after {
  position: absolute;
  content: '';
  width: 1.4rem;
  height: .3rem;
  background-color: #fff;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: 50vw;
}

@media screen and (max-width: 768px) {
  .accordion_btn .icon::before, .accordion_btn .icon::after {
    width: 2.5641vw;
    height: 0.51282vw;
  }
}

.accordion_btn .icon::before {
  top: 48%;
  left: .4rem;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (max-width: 768px) {
  .accordion_btn .icon::before {
    top: 46%;
    left: 0.64103vw;
  }
}

.accordion_btn .icon::after {
  top: 48%;
  left: .4rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .accordion_btn .icon::after {
    top: 46%;
    left: 0.64103vw;
  }
}

.accordion_btn.close {
  border-radius: 3rem 3rem 0 0;
}

.accordion_btn.close .icon::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion_btn.open {
  -webkit-animation: radius .5s ease 0.4s forwards;
  animation: radius .5s ease 0.4s forwards;
  border-radius: 3rem 3rem 0 0;
}

@media screen and (max-width: 768px) {
  .accordion_btn.open {
    -webkit-animation: radius_sp .5s ease 0.4s forwards;
    animation: radius_sp .5s ease 0.4s forwards;
    border-radius: 5.76923vw 5.76923vw 0 0;
  }
}

.accordion_btn.open .icon::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@-webkit-keyframes radius {
  0% {
    border-radius: 3rem 3rem 0 0;
  }
  100% {
    border-radius: 3rem;
  }
}

@keyframes radius {
  0% {
    border-radius: 3rem 3rem 0 0;
  }
  100% {
    border-radius: 3rem;
  }
}

@-webkit-keyframes radius_sp {
  0% {
    border-radius: 5.76923vw 5.76923vw 0 0;
  }
  100% {
    border-radius: 5.76923vw;
  }
}

@keyframes radius_sp {
  0% {
    border-radius: 5.76923vw 5.76923vw 0 0;
  }
  100% {
    border-radius: 5.76923vw;
  }
}

.accordion_box {
  display: none;
  background-color: #fff;
  color: #000;
  border: 4px solid #000;
  border-top: none;
  border-radius: 0 0 2.4rem 2.4rem;
  padding: 3.7rem 2rem .1rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .accordion_box {
    padding: 6.41026vw 3.84615vw 1.28205vw;
    border-width: 3px;
    font-size: 2.82051vw;
    border-radius: 0 0 3.07692vw 3.07692vw;
  }
}

.accordion_box_title {
  font-size: 3.1rem;
  margin-bottom: 3.5rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .accordion_box_title {
    font-size: 4.10256vw;
    margin-bottom: 5.12821vw;
  }
}

.accordion_box a + p {
  margin: 2rem auto 4.5rem;
}

@media screen and (max-width: 768px) {
  .accordion_box a + p {
    margin: 2.5641vw auto 4.74359vw;
  }
}

.accordion_box .sns_btn {
  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;
  width: 52rem;
  height: 6.5rem;
  line-height: 1;
  font-size: 2.2rem;
  font-weight: 600;
  border: 4px solid #000;
  border-radius: 50vw;
  position: relative;
  margin: auto;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 768px) {
  .accordion_box .sns_btn {
    width: 100%;
    height: 10.25641vw;
    font-size: 3.58974vw;
    border-width: 2px;
  }
}

.accordion_box .sns_btn::before, .accordion_box .sns_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion_box .sns_btn::after {
  width: 2.4rem;
  height: 2.4rem;
  right: 2.9rem;
  background: url(../img/common/ic-s-arrow.svg) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .accordion_box .sns_btn::after {
    width: 3.84615vw;
    height: 3.84615vw;
    right: 4.48718vw;
  }
}

.accordion_box .sns_btn._line::before {
  width: 3.9rem;
  height: 3.9rem;
  left: 2.9rem;
  background: url(../img/common/icon-sns_line.png) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .accordion_box .sns_btn._line::before {
    width: 6.15385vw;
    height: 6.15385vw;
    left: 4.35897vw;
  }
}

.accordion_box .sns_btn._instagram::before {
  width: 4rem;
  height: 4rem;
  left: 2.7rem;
  background: url(../img/common/icon-sns_instagram.png) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .accordion_box .sns_btn._instagram::before {
    width: 6.28205vw;
    height: 6.28205vw;
    left: 4.23077vw;
  }
}

.accordion_box .sns_btn._x::before {
  width: 3.9rem;
  height: 3.9rem;
  left: 2.9rem;
  background: url(../img/common/icon-sns_x-c.png) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .accordion_box .sns_btn._x::before {
    width: 6.15385vw;
    height: 6.15385vw;
    left: 4.35897vw;
  }
}

.accordion_box .sns_btn._youtube::before {
  width: 4.2rem;
  height: 3.1rem;
  left: 2.5rem;
  background: url(../img/common/icon-sns_youtube.png) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .accordion_box .sns_btn._youtube::before {
    width: 6.79487vw;
    height: 4.74359vw;
    left: 3.97436vw;
  }
}

.recruit h2 {
  width: 42.6rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .recruit h2 {
    width: 60.64103vw;
  }
}

.recruit .sub_title {
  margin: 3rem auto 4.5rem;
  font-size: 3.2rem;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .recruit .sub_title {
    margin: 5.76923vw auto;
    font-size: 5.12821vw;
  }
}

.recruit_links {
  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;
  margin: 3.5rem auto 0;
  max-width: 98.8rem;
}

@media screen and (max-width: 768px) {
  .recruit_links {
    margin: 5.76923vw auto 1.92308vw;
  }
}

.recruit_links .btn {
  display: block;
  background-color: #fff;
  position: relative;
  border-radius: 1.6rem;
  border: .6rem solid #000;
  padding: 2rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .recruit_links .btn {
    border-radius: 2.05128vw;
    border: 1.02564vw solid #000;
    padding: 5.12821vw;
  }
}

.recruit_links .btn::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/ic-s-arrow.svg) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .recruit_links .btn::after {
    width: 5.12821vw;
    height: 5.12821vw;
    right: 5.12821vw;
  }
}

.recruit_links .btn._recruitment {
  background-color: #00a3c2;
}

.recruit_links .btn._recruitment img {
  width: 14.2rem;
}

@media screen and (max-width: 768px) {
  .recruit_links .btn._recruitment img {
    width: 28.84615vw;
  }
}

.recruit_links .btn._flow {
  background-color: #ee858c;
}

.recruit_links .btn._flow img {
  width: 23.6rem;
}

@media screen and (max-width: 768px) {
  .recruit_links .btn._flow img {
    width: 47.69231vw;
  }
}

.recruit_links .btn._faq img {
  width: 17.1rem;
}

@media screen and (max-width: 768px) {
  .recruit_links .btn._faq img {
    width: 34.48718vw;
  }
}

.recruit_links .btn._2026re {
  background-color: #000;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .recruit_links .btn._2026re {
    font-size: 5.12821vw;
  }
}

.recruit_links .btn._2026re::after {
  background: url(../img/common/ic-s-arrow-w.svg) center/contain no-repeat;
}

.recruit_links .btn._round {
  border-radius: 50vw;
  padding: 1.4rem;
  border-width: .4rem;
}

@media screen and (max-width: 768px) {
  .recruit_links .btn._round {
    padding: 2.30769vw;
    border-width: 0.76923vw;
  }
  .recruit_links .btn._round::after {
    width: 3.84615vw;
    height: 3.84615vw;
  }
}

.recruit_links .btn._round img {
  height: 2.8rem;
}

@media screen and (max-width: 768px) {
  .recruit_links .btn._round img {
    height: 4.35897vw;
  }
}

.recruit_links .btn._join {
  background-color: #000;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 1.75rem;
}
.recruit_links .btn._join.no_entry{
  color: #dcdcdc;
  background-color: #9fa0a0;
  border-color: #9fa0a0;
}

@media screen and (max-width: 768px) {
  .recruit_links .btn._join {
    font-size: 5.12821vw;
    padding: 3.58974vw;
  }
}

.recruit_links .btn._join::after {
  background: url(../img/common/ic-s-arrow-w.svg) center/contain no-repeat;
}

.recruit_links .btn._join.no_entry::after {
  background: url(../img/common/ic-s-arrow-w_off.svg) center/contain no-repeat;
}


.recruit_links li {
  width: 47.2rem;
  margin-bottom: 3rem;
}
.recruit_links li.el_center{
  margin: 0 auto 3rem;
}

@media screen and (max-width: 768px) {
  .recruit_links li {
    width: 100%;
    margin-bottom: 5.12821vw;
  }
  .recruit_links li:nth-child(5) {
    margin-top: 5.12821vw;
    margin-bottom: 3.84615vw;
  }
}

.recruit_links li p {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .recruit_links li p {
    font-size: 3.07692vw;
    margin-bottom: 1.28205vw;
  }
}

.takibi {
  width: 156px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .takibi {
    width: 22.17949vw;
  }
}

.whatnew {
  border-radius: 1.2rem;
  background-color: #fff;
  padding: 3.6rem 2rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .whatnew {
    border-radius: 1.53846vw;
    padding: 3.84615vw 2.5641vw 2.5641vw;
  }
}

.whatnew_title {
  margin: 4.5rem auto 2.5rem;
}

@media screen and (max-width: 768px) {
  .whatnew_title {
    width: 69.35897vw;
    margin: 8.20513vw auto 7.30769vw;
  }
}

.whatnew .time {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .whatnew .time {
    font-size: 3.07692vw;
    margin-bottom: 1.28205vw;
  }
}

.whatnew .time .new_icon {
  background-color: #ee858c;
  padding: .25rem 1em;
  border-radius: 50vw;
  margin-right: 1rem;
}

.whatnew .time .day {
  background-color: #000;
  padding: .25rem 1em;
  border-radius: 50vw;
}

.whatnew .text {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .whatnew .text {
    font-size: 3.84615vw;
    margin-bottom: 0.5rem;
  }
}

.whatnew .text a {
  text-decoration: underline;
  color: #00a3c2;
}

.whatnew .btn_intertnship {
/*  margin-top: 3rem; */
/*  text-align: center; */
}

.whatnew .btn_intertnship a {
  display: inline-block;
  width: 38rem;
  padding: 1.5rem;
  border: 3px solid #000;
  border-radius: .8rem;
  position: relative;
  text-align: center;
}
.whatnew .wn_list:not(:last-of-type){
  margin-bottom: 6rem;
}
.whatnew .sns_btn {
  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;
  width: 52rem;
  height: 6.5rem;
  line-height: 1;
  font-size: 2.2rem;
  font-weight: 600;
  border: 4px solid #000;
  border-radius: 50vw;
  position: relative;
/*  margin: auto;*/
  margin-bottom: 3rem;
  letter-spacing: -0.01em;
}
.whatnew .sns_btn._youtube::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4.2rem;
  height: 3.1rem;
  left: 2.5rem;
  background: url(../img/common/icon-sns_youtube.png) center/contain no-repeat;
}
.whatnew .sns_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  right: 2.9rem;
  background: url(../img/common/ic-s-arrow.svg) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .whatnew .btn_intertnship a {
    width: 100%;
  }
  .whatnew .sns_btn {
    margin: auto;
    margin-bottom: 1rem;
    width: 100%;
    width: 94%;
    height: 10.2564vw;
    font-size: 3.58974vw;
    border-width: 2px;
  }
  .whatnew .sns_btn._youtube::before {
    width: 6.79487vw;
    height: 4.74359vw;
    left: 3.97436vw;
    left: 3.47436vw;
  }
  .whatnew .sns_btn::after {
    width: 3.84615vw;
    height: 3.84615vw;
    right: 4.48718vw;
    right: 3.98718vw;
  }
  .whatnew .wn_list:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}

.whatnew .btn_intertnship a::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/ic-s-arrow.svg) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .whatnew .btn_intertnship a::after {
    width: 5.12821vw;
    height: 5.12821vw;
    right: 3.84615vw;
  }
}

.whatnew .btn_intertnship a img {
  width: 21rem;
}

@media screen and (max-width: 768px) {
  .whatnew .btn_intertnship a img {
    width: 53.84615vw;
  }
}

@media screen and (max-width: 768px) {
  .whatnew .btn_intertnship {
    margin-top: 3.84615vw;
  }
}

.member h2 {
  width: 38.7rem;
  margin: 0 auto 2.8rem;
}

@media screen and (max-width: 768px) {
  .member h2 {
    width: 86.15385vw;
    margin: 0 auto 7.4359vw;
  }
}

.member .text {
  font-size: 2rem;
  margin: 3rem auto 1.6rem;
}

@media screen and (max-width: 768px) {
  .member .text {
    font-size: 3.58974vw;
    margin: 5.76923vw auto 2.5641vw;
  }
}

.member .img {
  width: 40rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .member .img {
    width: 100%;
    margin: 0 auto;
  }
}

.member .img a {
  display: inline-block;
}

.member .btn {
  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;
  position: relative;
  border: 4px solid #000;
  border-radius: 50vw;
  padding: 1.2rem;
  line-height: 1;
  min-height: 5.7rem;
  width: 45.4rem;
  background-color: #f29674;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .member .btn {
    border-width: 2px;
    padding: 0;
    min-height: 10.25641vw;
    width: 100%;
  }
}

.member .btn img {
  width: 23.4rem;
}

@media screen and (max-width: 768px) {
  .member .btn img {
    width: 48.20513vw;
  }
}

.member .btn::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/ic-s-arrow.svg) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .member .btn::after {
    width: 3.84615vw;
    height: 3.84615vw;
    right: 5.12821vw;
  }
}

.ourworks h2 {
  width: 50.5rem;
  margin: 0 auto 2.8rem;
}

@media screen and (max-width: 768px) {
  .ourworks h2 {
    width: 86.15385vw;
    margin: 0 auto 7.4359vw;
  }
}

.ourworks .img a {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .ourworks .img img {
    width: 94.87179vw;
    max-width: 104.61538vw;
    margin-left: -2.5641vw;
  }
}

.ourworks .btn {
  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;
  position: relative;
  border: 4px solid #000;
  border-radius: 50vw;
  padding: 1.2rem;
  line-height: 1;
  min-height: 5.7rem;
  width: 45.4rem;
  background-color: #c9ebef;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .ourworks .btn {
    border-width: 2px;
    padding: 0;
    min-height: 10.25641vw;
    width: 100%;
  }
}

.ourworks .btn img {
  width: 27.2rem;
}

@media screen and (max-width: 768px) {
  .ourworks .btn img {
    width: 56.79487vw;
  }
}

.ourworks .btn::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/ic-s-arrow.svg) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .ourworks .btn::after {
    width: 3.84615vw;
    height: 3.84615vw;
    right: 5.12821vw;
  }
}

.ourworks .text {
  font-size: 2rem;
  margin: 3rem auto 1.6rem;
}

@media screen and (max-width: 768px) {
  .ourworks .text {
    font-size: 3.58974vw;
    margin: 5.76923vw auto 2.5641vw;
  }
}


.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

/*エントリーボタン 押せない*/
body ul li a.no_entry {
  pointer-events: none; 
}



/*------------------------------------------------------------
	アニメーションキーフレーム
------------------------------------------------------------*/
/*gnavi*/
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*pagetop*/
@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(170px);
    transform: translateY(170px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(170px);
    transform: translateY(170px);
  }
}

/*流れる雲*/
@-webkit-keyframes kumo {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes kumo {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/*スクロールでフェイドイン*/
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
