@charset "UTF-8";
/* Reset Style
 * --------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: 300;
  font-style: normal;
}

strong {
  font-weight: 600;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #333;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  height: 2px;
  margin: 0;
}

/* ////////////////////////////////////////////////
  Font Style
//////////////////////////////////////////////// */

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  font-size: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 0;
}

p {
  font-size: 100%;
  line-height: 1.5;
}

h1 {
  font-size: 100%;
  line-height: 1.5;
}

h2 {
  font-size: 100%;
  line-height: 1.5;
}

h3 {
  font-size: 100%;
  line-height: 1.5;
}

h4 {
  font-size: 100%;
  line-height: 1.5;
}

h5 {
  font-size: 100%;
  line-height: 1.5;
}

h6 {
  font-size: 100%;
  line-height: 1.5;
}

table {
  font-size: 100%;
  line-height: 1.5;
}

ul, ol, dl {
  line-height: 1.5;
}

strong {
  font-weight: 600;
}

sub {
  font-size: 64%;
  line-height: 1;
}

sup {
  font-size: 64%;
  line-height: 1;
}

form {
  line-height: 1.5;
}

/* setting a consistent width, 160px;
   control of type=file still not possible */

input[type=text], input[type=password], textarea {
  font-size: 100%;
  width: 12.25em;
  *width: 11.9em;
}

/*-------------------------------------------------
  Links
-------------------------------------------------*/

/* Links */

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* Base Style
* --------------------------------------- */

body {
  color: #333;
  font-size: 1rem;
  font-feature-settings: 'palt';
  letter-spacing: .1em;
}

a:link {
  color: #333;
}

a:visited {
  color: #333;
}

a:hover {
  transition: all .5s ease-in-out;
  color: #333;
  opacity: .65;
}

a:active {
  color: #333;
  opacity: .65;
}

.hover:hover {
  opacity: .65;
}

img {
  max-width: 100%;
}

.SP {
  display: none;
}

br.SP {
  display: none;
}

@media screen and (max-width: 768px) {
  .SP {
    display: block;
  }
  br.SP {
    display: block;
  }
}

.PC {
  display: block;
}

br.PC {
  display: block;
}

@media screen and (max-width: 768px) {
  .PC {
    display: none;
  }
  br.PC {
    display: none;
  }
}

/*
 * header
 */

#header {
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 10px 21px 10px 24px;
  position: fixed;
  width: 100%;
  z-index: 10;
}

#header h1 img {
  vertical-align: middle;
  width: 346px;
}

#header h2 a {
  display: block;
}

#header h2 img {
  display: block;
  width: 165px;
}

#header nav {
  align-items: center;
  display: inherit;
  flex-direction: row-reverse;
}

#header nav ul {
  align-items: center;
  border-right: #dbdbdb solid 1px;
  display: inherit;
  margin: 0 1rem 0 0;
  padding: 1.71875rem 0.44rem 1.71875rem 0;
}

@media screen and (max-width: 768px) {
  #header {
    height: 14.66vw;
    padding: 0 5.33vw;
  }
  #header nav {
    flex-direction: row;
  }
  #header nav ul {
    display: none;
  }
  #header nav ul.open {
    background-color: rgba(255, 255, 255, 0.9);
    border-right: none;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    overflow-y: scroll;
    padding: 0;
    position: fixed;
    text-align: left;
    top: 14.66vw;
    width: 100%;
  }
  #header nav ul li {
    border-bottom: #ddd solid 1px;
    font-size: 3.73vw;
    margin: 0;
  }
  #header nav ul li a {
    background-image: url(../img/arrow.svg);
    background-position: center right 1.78em;
    background-repeat: no-repeat;
    background-size: 3.5314em;
    display: block;
    padding: 1.681em 2.14em;
  }
  #header nav ul li.SP ul.open {
    background-color: transparent;
    box-sizing: border-box;
    padding: 8.32vw 12vw 1.1vw;
    position: unset;
  }
  #header nav ul li.SP ul li {
    border-bottom: none;
    font-size: 3.2vw;
    font-weight: 300;
    padding: 0 0 1.66em;
  }
  #header nav ul li.SP a {
    background-image: none;
    display: inline-block;
    padding: 0;
  }
  #header nav ul li.SP.center {
    border-bottom: none;
    padding: 4.88vw 0 19.54vw;
  }
  #header nav ul li.SP a img {
    width: 32vw;
  }
}

#header nav li {
  font-size: .9375rem;
  font-weight: 600;
  margin-right: 2em;
  line-height: 1;
}

#header nav li a {
  position: relative;
}

#header nav li a.current::after, .page-template-default #header nav li.what-shoku-project a::after, .post-type-archive-project #header nav li.project a::after, .tax-project_category #header nav li.project a::after, .post-type-archive-announcement #header nav li.announcement a::after, .single-project #header nav li.project a::after, .tax-tags #header nav li.project a::after, .single-announcement #header nav li.announcement a::after, .post-type-archive-voice #header nav li.voice a::after {
  background-color: #ec004f;
  border-radius: 50%;
  bottom: -1em;
  content: '';
  height: 8px;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  width: 8px;
}

#header nav li a::after {
  border-radius: 50%;
  bottom: -0.86em;
  content: '';
  height: 0;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  transition: all 0.5s ease-in-out;
  width: 0;
}

#header nav li a:hover::after {
  background-color: #ec004f;
  border-radius: 50%;
  bottom: -1em;
  content: '';
  height: 8px;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  transition: all 0.5s ease-in-out;
  width: 8px;
}

@media screen and (max-width: 768px) {
  #header h1 a {
    display: block;
  }
  #header h1 img {
    width: 48vw;
  }
  #header h2 img {
    width: 5.33vw;
  }
  #header nav li a::after, #header nav li a.current::after, #header nav li a:hover::after {
    content: none;
  }
}

#nav_toggle {
  display: block;
  width: 8vw;
  height: 4vw;
  margin-left: 4.5vw;
  position: relative;
  z-index: 100;
}

#nav_toggle i {
  display: block;
  height: 1px;
  background: #333;
  position: absolute;
  width: 100%;
  right: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#nav_toggle i:nth-child(1) {
  top: 0;
}

#nav_toggle i:nth-child(2) {
  top: 2vw;
  width: 69.5%;
}

#nav_toggle i:nth-child(3) {
  top: 4vw;
  width: 69.5%;
}

#nav_toggle.open i:nth-child(1) {
  top: 1.6vw;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav_toggle.open i:nth-child(2) {
  width: 0;
  left: 50%;
}

#nav_toggle.open i:nth-child(3) {
  top: 1.6vw;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 100%;
}

@media screen and (min-width: 769px) {
  #nav_toggle {
    display: none;
  }
}

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/

#splash:not(.loading) {
  display: none !important;
}

#splash.loading {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*=============== SVGアニメーション内の指定 =================*/

/*アニメーション前の指定*/

#mask path {
  fill-opacity: 0;
  /*最初は透過0で見えない状態*/
  transition: fill-opacity .5s;
  /*カラーがつく際のアニメーション0.5秒で変化*/
  /*塗りがない状態*/
  stroke: #333;
  /*線の色*/
}

#mask g#plum path, #mask g#text path {
  stroke: none;
}

/*アニメーション後に.doneというクラス名がで付与された時の指定*/

#mask g.done path {
  fill: #333;
  /*塗りの色*/
  fill-opacity: 1;
  /*透過1で見える状態*/
  stroke: none;
  /*線の色なし*/
}

#mv_slider {
  margin-bottom: 54px;
}

#mv_slider img {
  width: 100%;
}

#mv_slider .swiper-slide {
  max-height: 44vw;
  overflow-y: hidden;
  width: 100%;
}

#mv_slider .swiper-slide div {
  background-color: #fff;
  box-shadow: 0px 0px 18.5px 0 rgb(0 0 0 / 20%);
  box-sizing: border-box;
  font-size: 0.9375rem;
  max-width: 410px;
  padding: 0 1.8em 0.8em;
  position: absolute;
  right: 120px;
  top: 193px;
  width: 100%;
}

#mv_slider .swiper-slide div::after {
  border-style: solid;
  border-color: transparent transparent transparent #ec004f;
  border-width: 18px;
  bottom: -18px;
  content: '';
  position: inherit;
  right: -18px;
  transform: rotate( 45deg);
}

#mv_slider .swiper-slide div p.cat {
  background-color: #ff9010;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 1.2em;
  padding: 0.4em 1.317em;
  position: relative;
  top: -0.4em;
}

#mv_slider .swiper-slide div p.ttl {
  font-size: 1.625rem;
  font-weight: 600;
  height: 2.8em;
  line-height: 1.4;
  margin: 0.6em 0 1.5em 0;
  overflow-y: hidden;
}

#mv_slider .swiper-slide div p:last-of-type {
  color: #ec004f;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: right;
}

#mv_slider .swiper-pagination {
  margin-top: 10px;
}

#mv_slider .swiper-pagination-bullet {
  background: #dcdcdc;
  border-radius: unset;
  cursor: pointer;
  height: 4px;
  margin: 0 2px;
  opacity: 1;
  width: 44px;
}

#mv_slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff0000;
}

@media screen and (max-width: 768px) {
  #mv_slider {
    margin-bottom: 9.45vw;
  }
  #mv_slider img {
    margin-left: -30vw;
    max-width: unset;
    overflow: hidden;
    width: 181.82vw;
  }
  #mv_slider .swiper-slide {
    height: 108vw;
    overflow: hidden;
  }
  #mv_slider .swiper-slide div {
    box-shadow: 0px 0px 2.4vw 0 rgb(0 0 0 / 20%);
    font-size: 2.93vw;
    left: 50%;
    margin-left: -37.33vw;
    max-width: 74.66vw;
    padding: 0 1.8em 0.8em;
    position: absolute;
    right: auto;
    top: 68.4832vw;
  }
  #mv_slider .swiper-slide div::after {
    border-width: 4.8vw;
    bottom: -4.8vw;
    right: -4.8vw;
  }
  #mv_slider .swiper-slide div p.ttl {
    font-size: 4.26vw;
    line-height: 1.375;
    margin: 0.6em 0 0.45em 0;
  }
  #mv_slider .swiper-slide div p:last-of-type {
    font-size: 2.18vw;
  }
  #mv_slider .swiper-pagination {
    margin-top: 0;
  }
  #mv_slider .swiper-pagination-bullet {
    margin: 0 0.46vw;
    width: 9.8vw;
  }
}

/*
 * footer
 */

#footer .inner {
  width: 95%;
}

#footer nav ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.scrollTop {
  position: relative;
}

.scrollTop a {
  bottom: 59px;
  display: block;
  position: absolute;
  right: 32px;
}

.scrollTop a img {
  width: 80px;
}

#footer nav li {
  font-size: 0.75rem;
  line-height: 1.75;
  margin-bottom: 0.877em;
  color: #333;
}

#footer nav li:not(:first-child) {
  margin-left: 1em;
  padding-left: 1em;
  position: relative;
}

#footer nav li:not(:first-child)::before {
  content: '|';
  color: #979797;
  left: 0;
  position: absolute;
  top: 0;
}

#footer nav li a {
  color: #333;
}

#footer_copyright {
  background-color: #ec004f;
}

#footer_copyright .inner {
  padding: 1.5em 0 2em;
  text-align: center;
}

#copyright {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #footer nav ul {
    justify-content: center;
    margin: 0 auto;
    width: 70%;
  }
  #footer nav ul li {
    font-size: 3.2vw;
    margin-bottom: 0.5em;
  }
  #footer nav li:nth-child(3) {
    margin-left: 0;
  }
  #footer nav li:nth-child(3)::before {
    content: none;
  }
  .scrollTop {
    display: none;
  }
  #footer_copyright .inner {
    padding: 2.5vw 0 3vw;
  }
  #copyright {
    display: block;
    font-size: 2.4vw;
  }
}

/*
 * content
 */

#container {
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  #container {
    padding-top: 14.66vw;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1300px;
}

.inner h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1em;
  padding: 0 0 1.15em;
  position: relative;
  text-align: center;
}

.inner h3::after {
  background-color: #ec004f;
  border-radius: 50%;
  bottom: 0;
  content: '';
  height: 0.54em;
  left: 50%;
  margin-left: -0.27em;
  position: absolute;
  width: 0.54em;
}

.inner h3 span {
  color: #ec004f;
  display: block;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0.5em;
}

.center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 89.33vw;
  }
  .inner h3 {
    font-size: 4.26vw;
  }
  .inner h3 span {
    font-size: 4vw;
  }
}

#intro {
  margin-bottom: 48px;
  text-align: center;
}

#intro h3 {
  font-size: 1.5rem;
  padding: 0.9em 0 1.3em;
}

#intro h3::after {
  height: 0.6em;
  margin-left: -0.3em;
  width: 0.6em;
}

#intro p {
  font-size: 0.9375rem;
  margin-bottom: 1.5em;
}

#intro p:last-of-type {
  margin-bottom: 0.7em;
}

img.logo2 {
  display: block;
  margin: 0 auto 13px;
  max-width: 260px;
}

img.ph01 {
  display: block;
  margin: 0 auto 40px;
  max-width: 189px;
}

a.arrow {
  background-image: url(../img/arrow.svg);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 4.12em;
  color: #ec004f;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  margin-left: 4.8em;
  padding-right: 4.8em;
  transition: all .3s ease;
}

a.arrow:hover {
  background-position: 100% center;
}

.animation {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  #intro {
    margin-bottom: 10.34vw;
  }
  #intro img.logo {
    width: 33.17vw;
  }
  #intro h3 {
    font-size: 4.26vw;
  }
  #intro p {
    font-size: 3.46vw;
  }
  img.logo2 {
    margin: 0 auto 3.5vw;
    max-width: 69.33vw;
  }
  img.ph01 {
    margin: 0 auto 8.5vw;
    max-width: 50.35vw;
  }
  a.arrow {
    font-size: 3.2vw;
  }
}

.bg_gr {
  background-color: rgba(0, 0, 0, 0.02);
}

li a {
  display: block;
}

#Topic {
  align-items: flex-start;
  display: flex;
  padding: 48px 0 52px 44px;
}

#Topic h3 {
  align-self: stretch;
  background-image: url(../img/Topic_bg.svg);
  background-position: center top 92px;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  min-width: 220px;
  margin: 100px 0 0 0;
  padding-left: 12px;
}

#Topic h3 img {
  display: block;
  width: 50%;
}

#Topic h3 span {
  border-top: #ec004f solid 1px;
  color: #444;
  display: block;
  font-size: 1.125rem;
  margin-top: 0.1285em;
  padding-top: 0.6em;
  text-align: right;
  width: 94%;
}

.list_Topic {
  padding: 0 0 27px 0;
}

.list_Topic>li {
  padding: 6px 0 0 0;
  position: relative;
}

.list_Topic>li .cat {
  box-sizing: border-box;
  color: #fff;
  font-size: 0.75rem;
  left: -8px;
  line-height: 1.7;
  min-width: 140px;
  padding: 0.25em 1em 0.25em 1em;
  position: absolute;
  top: 0;
}

.list_Topic>li .cat.athlete {
  background-color: #e30a5e;
}

.list_Topic>li .cat.marketing {
  background-color: #ff9010;
}

.list_Topic>li .cat.overseas, .list_Topic>li .cat.business {
  background-color: #1cb39d;
}

.list_Topic>li .cat.local {
  background-color: #4a9e12;
}

.list_Topic>li .cat::after {
  border-style: solid;
  border-width: 6px;
  bottom: -6px;
  content: '';
  left: 2px;
  position: inherit;
  transform: rotate( 45deg);
  z-index: -1;
}

.list_Topic>li .cat.athlete::after {
  border-color: transparent transparent #9e104b transparent;
}

.list_Topic>li .cat.marketing::after {
  border-color: transparent transparent #855d13 transparent;
}

.list_Topic>li .cat.overseas::after, .list_Topic>li .cat.business::after {
  border-color: transparent transparent #188272 transparent;
}

.list_Topic>li .cat.local::after {
  border-color: transparent transparent #3e751b transparent;
}

.list_Topic>li img {
  display: block;
}

.list_Topic>li p.ttl {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 1em 0 0.5em;
}

.list_Topic>li p:last-of-type {
  display: -webkit-box;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-bottom: 0.6em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.taglist {
  align-items: flex-start;
  display: inline-flex;
  flex-wrap: wrap;
}

.taglist li a {
  background-color: #fff;
  border: #cacaca solid 1px;
  border-radius: 1em;
  color: #979797;
  font-size: 0.625rem;
  margin-bottom: 0.5em;
  padding: 0.1em 1.2em;
}

.taglist li:not(:last-child) a {
  margin-right: 0.7em;
}

a.swiper-button-prev, a.swiper-button-next {
  background-position: 85% center;
  background-size: contain;
  bottom: 0;
  height: 12px;
  margin: 0;
  top: auto;
  width: 84px;
}

a.swiper-button-prev {
  left: 30px;
  transform: scale(-1, 1);
}

a.swiper-button-next {
  right: 30px;
}

@media screen and (max-width: 768px) {
  #Topic {
    flex-wrap: wrap;
    padding: 9.23vw 0 10.3vw 0;
  }
  #Topic h3 {
    background-position: top right;
    margin: 0 5.33vw 2.84vw;
    min-width: unset;
    padding: 0 0 7.6vw;
    width: 100%;
  }
  #Topic h3 img {
    width: 20.5vw;
  }
  #Topic h3 span {
    font-size: 3.2vw;
    width: 35vw;
  }
  .list_Topic {
    padding: 0 0 9.28vw 0;
  }
  .list_Topic>li {
    padding: 0;
  }
  .list_Topic>li .cat {
    font-size: 3.2vw;
    left: -1.8vw;
  }
  .list_Topic>li .cat::after {
    border-width: 1.8vw;
    bottom: unset;
    left: 0.8vw;
    top: 5vw;
  }
  .list_Topic>li p.ttl {
    font-size: 4vw;
  }
  .list_Topic>li p:last-of-type {
    font-size: 3.2vw;
  }
  .taglist li a {
    font-size: 2.66vw;
  }
  .taglist li:not(:last-child) a {
    margin-right: 0.6em;
    margin-bottom: 0.5em;
  }
  a.swiper-button-prev, a.swiper-button-next {
    width: 22.35vw;
  }
  a.swiper-button-prev {
    left: 6.66vw;
  }
  a.swiper-button-next {
    right: 6.66vw;
  }
}

#projects {
  border-bottom: rgba(0, 0, 0, 0.1) solid 2px;
  margin: 0 auto;
  max-width: 1476px;
  padding: 63px 0;
  width: 98.4%;
}

.list_projects {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  padding-top: 22px;
}

.list_projects li {
  background-color: #fff;
  box-shadow: 0px 0px 16.5px 0 rgb(0 0 0 / 20%);
  box-sizing: border-box;
  padding: 0 1.33em 2.5em;
  position: relative;
  margin-bottom: 57px;
  margin-right: 2.1%;
  width: 31.9%;
}

.list_projects li:nth-child(3n), .list_projects li:last-child {
  margin-right: 0;
}

.list_projects li img {
  display: block;
  margin-bottom: 5px;
  position: relative;
  top: -17px;
}

.list_projects li p.ttl {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  text-align: center;
}

li>a.arrow {
  bottom: 1.33em;
  position: absolute;
  right: 1.77em;
}

a.btn_red {
  background-color: #ec004f;
  background-image: url(../img/arrow_wh.svg);
  background-position: center right 0.9em;
  background-repeat: no-repeat;
  background-size: 0.45em;
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2;
  margin: 0 auto;
  padding: 1.11em 2em;
  text-align: center;
  width: 345px;
}

@media screen and (max-width: 768px) {
  #projects {
    padding: 9.82vw 0 9.9vw;
    width: 100%;
  }
  .list_projects {
    margin-bottom: -3.6vw;
    padding-top: 4.3vw;
  }
  .list_projects li {
    font-size: 3.2vw;
    margin-bottom: 10.12vw;
    margin-right: 0;
    width: 100%;
  }
  .list_projects li img {
    margin-bottom: 0.7vw;
    top: -3.82vw;
  }
  .list_projects li p.ttl {
    font-size: 4vw;
  }
  li>a.arrow {
    font-size: 2.66vw;
  }
  a.btn_red {
    background-position: center right 2em;
    box-sizing: border-box;
    font-size: 3.73vw !important;
    width: 100%;
  }
}

#container .Voice {
  padding: 54px 0 73px;
}

.list_Voice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
  padding-top: 15px;
}

.list_Voice li {
  font-size: 0.875rem;
  text-align: center;
  width: 180px;
}

.list_Voice li img {
  display: block;
  margin-bottom: 1.36715em;
}

.list_Voice li p span {
  font-size: 1.0625rem;
}

@media screen and (max-width: 768px) {
  #container .Voice {
    padding: 9.71vw 0 9.25vw;
  }
  #container .Voice .inner {
    width: 100%;
  }
  .list_Voice {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-top: 2.34vw;
  }
  .list_Voice li {
    font-size: 2.93vw;
    margin: 0 2vw;
    width: 32vw;
  }
  .list_Voice li img {
    margin-bottom: 3.54vw;
    max-width: 32vw;
  }
  .list_Voice li p span {
    font-size: 3.73vw;
  }
}

#Information {
  padding: 35px 0 61px;
}

#Information .flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

#Information .announcement-list {
  border-top: rgba(0, 0, 0, 0.1) solid 1px;
}

#Information .flex .announcement-list {
  width: 72.8%;
}

#Information .announcement-list li {
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
  line-height: 1.625;
  padding: 1em 0;
}

.date {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.75;
  margin-bottom: 1.27em;
}

#Information .flex .link {
  display: inherit;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 21.5%;
}

#Information .flex .link a:nth-child(-n+2) {
  width: 100%;
}

#Information .flex .link a:first-child {
  margin-bottom: 9px;
}

#Information .flex .link a:nth-child(2) {
  margin-bottom: 23px;
}

#Information .flex .link a:nth-child(3) {
  margin-right: 13px;
}

@media screen and (max-width: 768px) {
  #Information {
    padding: 10.19vw 0 9.66vw;
  }
  #Information .flex {
    flex-wrap: wrap;
  }
  #Information .announcement-list {
    margin-bottom: 8.1vw;
    width: 100%;
  }
  #Information .announcement-list li * {
    font-size: 3.73vw;
  }
  #Information .flex .link {
    justify-content: space-between;
    width: 100%;
  }
  #Information .flex .link a:first-child, #Information .flex .link a:nth-child(2) {
    margin-bottom: 3.55vw;
    width: 44vw;
  }
  #Information .flex .link a:nth-child(n+3) {
    width: 10.8vw;
  }
  #Information .flex .link a:nth-child(n+3) img {
    width: 100%;
  }
  #Information .flex .link a:nth-child(3) {
    margin: 0 1.3vw 0 auto;
  }
  #Information .flex .link a:last-child {
    margin: 0 auto 0 0;
  }
}

#Instagram {
  padding: 65px 0 81px;
}

#Instagram h3 {
  line-height: 1;
  margin-bottom: 2.5rem;
  text-align: center;
}

#Instagram h3 img {
  width: 193px;
}

#Instagram .inner {
  display: flex;
  max-width: 1233px;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 95%;
}

#Instagram .inner div {
  min-width: 220px;
}

#Instagram .inner div:not(:first-child) {
  margin-left: 31px;
}

@media screen and (max-width: 768px) {
  #Instagram {
    padding: 9.2vw 0 10.39vw;
  }
  #Instagram h3 {
    margin-bottom: 5.35vw;
  }
  #Instagram h3 img {
    width: 45.33vw;
  }
  #Instagram .inner {
    width: 89.33vw;
  }
  #Instagram .inner div {
    min-width: 27.18vw;
  }
  #Instagram .inner div:not(:first-child) {
    margin-left: 3.83vw;
  }
}

#banner {
  padding: 0 0 49px;
}

#banner .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1084px;
  width: 83.48%;
}

#banner .inner ul li {
  margin-bottom: 26px;
  width: 340px;
}

@media screen and (max-width: 768px) {
  #banner {
    padding: 0 0 9.1vw;
  }
  #banner .inner ul {
    width: 100%;
  }
  #banner .inner ul li {
    margin-bottom: 1.4vw;
    width: 44vw;
  }
}

#mv {
  background-position: center;
  background-repeat: no-repeat;
  height: 20vw;
  position: relative;
}

#mv div {
  background-color: #fff;
  box-shadow: 0px 0px 18.5px 0 rgb(0 0 0 / 20%);
  box-sizing: border-box;
  font-size: 0.9375rem;
  left: 50%;
  margin: 0 auto;
  max-width: 410px;
  padding: 3.392em 1.8em 1.88em;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#mv div .ttl {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 1em;
  padding-bottom: 0.77em;
  position: relative;
}

#mv div .ttl::after {
  background-color: #c4004f;
  bottom: 0;
  content: '';
  height: 3px;
  left: 50%;
  margin-left: -2.725em;
  position: absolute;
  width: 5.45em;
}

#container #intro .lead {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 4em;
}

@media screen and (max-width: 768px) {
  #mv div {
    font-size: 2.93vw;
    max-width: unset;
    padding: 1em;
    width: 70%;
  }
  #mv div .ttl {
    font-size: 4.26vw;
  }
}

/* .what-shoku-project */

.what-shoku-project #mv {
  background-image: url(../img/what/mv.jpg);
  background-size: contain;
  margin-bottom: 67px;
}

.what-shoku-project #intro {
  margin-bottom: 117px;
}

.what-shoku-project #intro p {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1.5em;
}

.what-shoku-project #contents .inner {
  margin-bottom: 156px;
  max-width: 1200px;
}

.flex.box {
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0px 0px 24px 0 rgb(0 0 0 / 20%);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5%;
}

.flex.box:nth-child(odd) {
  border-right: #c4004f solid 6px;
}

.flex.box:nth-child(even) {
  border-left: #c4004f solid 6px;
  flex-direction: row-reverse;
}

.flex.box>img {
  width: 50%;
}

.flex.box>div {
  align-self: stretch;
  display: inherit;
  flex-wrap: wrap;
}

.flex.box>div>img {
  align-self: flex-end;
}

.flex.box .txt {
  padding: 3.37% 4.24% 0;
}

.flex.box:nth-of-type(1) .txt img {
  width: 133px;
}

.flex.box:nth-of-type(2) .txt img {
  width: 167px;
}

.flex.box:nth-of-type(3) .txt img {
  width: 137px;
}

.flex.box:nth-of-type(4) .txt img {
  width: 124px;
}

.flex.box:nth-of-type(5) .txt img {
  width: 238px;
}

.flex.box h4 {
  font-size: 1.875rem;
  font-weight: 600;
  margin: 0.6em 0;
  padding-left: 0.84em;
}

.flex.box .txt p {
  line-height: 1.75;
  padding-left: 1.47em;
}

@media screen and (max-width: 768px) {
  .what-shoku-project #mv {
    background-size: cover;
    height: 39vw;
    margin-bottom: 8.72vw;
  }
  .what-shoku-project #intro {
    margin-bottom: 15vw;
  }
  .what-shoku-project #contents .inner {
    margin-bottom: 20vw;
  }
  .flex.box {
    flex-wrap: wrap;
    margin-bottom: 7.8125vw;
  }
  .flex.box>img {
    width: 100%;
  }
  .flex.box .txt p {
    margin-bottom: 1em;
  }
  .flex.box>div>img {
    width: 100%;
  }
}

.breadcrumb {
  border-bottom: rgba(0, 0, 0, 0.1) solid 2px;
  display: block;
  font-size: 0.75rem;
  white-space: nowrap;
  width: 100%;
}

.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0.917em;
}

.breadcrumb ol li a {
  color: #666;
}

.breadcrumb ol li:not(:first-child) {
  margin-left: 1em;
  padding-left: 1em;
  position: relative;
}

.breadcrumb ol li:not(:first-child)::before {
  background-color: #c0c0c0;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: '';
  height: 4px;
  left: 0;
  margin: 2px 0 0 -2px;
  position: absolute;
  top: 0.5em;
  width: 4px;
}

.breadcrumb ol li:last-child {
  color: #333;
  font-weight: 600;
}

.tag {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
}

.tag a {
  background-color: #e7e7e7;
  border: #c1c1c1 solid 1px;
  border-radius: 0.9em;
  margin-bottom: 1.67em;
  padding: 0.125em 2.27em;
}

.tag li:not(:first-child) a {
  margin-left: 0.85em;
}

/* .project */

.project #mv {
  background-image: url(../img/project/project-01.jpg);
  background-size: contain;
}

.project #projects {
  border-bottom: none;
  max-width: 100%;
  padding: 68px 0 179px;
  width: 100%;
}

.project .inner {
  max-width: 1060px;
}

.project .list_projects {
  justify-content: space-between;
  margin-bottom: 42px;
  padding-top: 25px;
}

.project .list_projects li {
  margin-bottom: 77px;
  margin-right: 0;
  width: 47.17%;
}

.project .list_projects li img {
  margin-bottom: -2px;
  top: -25px;
}

@media screen and (max-width: 768px) {
  .project #mv {
    background-size: cover;
    height: 39vw;
  }
  .project #projects {
    padding: 8.85vw 0 23.3vw
  }
  .project .list_projects {
    margin-bottom: 5vw;
  }
  .project .list_projects li {
    width: 100%;
  }
}

/* .tax-project_category */

.tax-project_category #mv, .tax-tags #mv {
  background-size: cover;
}

.marketing #mv {
  background-image: url(../img/project/project-02.jpg);
}

.local #mv {
  background-image: url(../img/project/project-03.jpg);
}

.athlete #mv {
  background-image: url(../img/project/project-04.jpg);
}

.overseas #mv {
  background-image: url(../img/project/project-05.jpg);
}

.business #mv {
  background-image: url(../img/project/project-06.jpg);
}

.tax-tags #mv {
  background-image: url(../img/project/project-01.jpg);
}

.announcement #mv, .announcement-template-default #mv {
  background-image: url(../img/project/project-01.jpg);
}

.archive_list #mv {
  background-image: url(../img/project/project-01.jpg);
}

#project_category {
  padding: 48px 0 144px;
}

#project_category .inner {
  max-width: 1100px;
}

.flex.img {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.31%;
}

.flex.img img {
  width: 32.72%;
}

p.desc {
  line-height: 1.625;
  margin: 0 auto 3.24em;
  max-width: 1000px;
}

.project_category-list {
  padding: 77px 0 36px;
}

.project_category-list>li {
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0px 0px 24px 0 rgb(0 0 0 / 20%);
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-size: 0.9375rem;
  justify-content: space-between;
  margin-bottom: 70px;
  padding: 0 2.33em 1.12em 2.1em;
  position: relative;
}

.project_category-list>li img {
  display: block;
  position: relative;
  top: -15px;
  width: 34.83%;
}

.project_category-list>li .txt {
  width: 60%;
}

.marker {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 0.77em;
  padding: 0.25em 0.45em;
  position: relative;
  top: -0.84em;
  vertical-align: top;
}

.marker.marketing {
  background-color: #ff8610;
}

.marker.local {
  background-color: #4a9e12;
}

.marker.athlete {
  background-color: #e30a5e;
}

.marker.overseas, .marker.business {
  background-color: #1cb39d;
}

.project_category-list>li .txt .ttl {
  border-bottom: #d3d3d3 solid 1px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.8em;
  padding: 0 0 0.55em 1.2em;
  position: relative;
}

.project_category-list>li .txt .ttl::before {
  background-color: #e0004f;
  border-radius: 50%;
  content: '';
  height: 0.8em;
  left: 0;
  margin-top: 0.4em;
  position: absolute;
  top: 0;
  width: 0.8em;
}

.project_category-list>li .txt .tag {
  justify-content: left;
}

.project_category-list>li .txt .tag a {
  font-size: 0.6875rem;
  margin-bottom: 1.75em;
  padding: 0.11em 1.33em;
}

.project_category-list>li .txt p {
  line-height: 1.6;
  margin-bottom: 1em;
}

.txt p a span {
  display: none;
}

.project_category-list>li .txt .date {
  color: #666;
  font-size: 0.8125rem;
  line-height: 2;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .tax-project_category #mv, .tax-tags #mv, .single-project #mv {
    height: 39vw;
  }
  #project_category {
    padding: 8.85vw 0 23.3vw
  }
  .project_category-list>li {
    flex-wrap: wrap;
  }
  .project_category-list>li img, .project_category-list>li .txt {
    width: 100%;
  }
}

#sidenav {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 48px 0 203px;
}

#sidenav .main {
  padding: 0 !important;
  width: 860px;
}

.main .marker {
  margin-bottom: 1.75em;
  top: 0;
}

.main h3 {
  align-items: flex-end;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #c4004f 0%, #c4004f 14%, #d1d1d1 14%, #d1d1d1 100%);
  border-image-slice: 1;
  display: flex;
  justify-content: space-between;
  line-height: 1.75;
  margin-bottom: 0.75em;
  padding: 0 0 0.5em;
  position: unset;
  text-align: left;
}

.main h3::after {
  content: none;
}

.main h3 .date {
  color: #000;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 2.15;
  margin: 0 0 0 1em;
}

.main .tag {
  justify-content: flex-end;
}

.main .tag a {
  font-size: 0.6875rem;
  margin-bottom: 3.58em;
  padding: 0.11em 1.33em;
}

.main .inner {
  border-bottom: rgba(0, 0, 0, 0.1) solid 2px;
  margin-bottom: 6.47%;
  padding-bottom: 4.13%;
}

.main .inner>img {
  display: block;
  margin: 0 auto;
}

.imgcap {
  font-size: 0.9375rem;
  margin: 1em 0 2.75em;
  text-align: center;
}

.main .inner>p {
  margin-bottom: 1em;
}

hr.dot {
  background-color: #e0004f;
  border: none;
  border-radius: 50%;
  height: 12px;
  margin: 2.32rem auto;
  width: 12px;
}

.main a.btn_red {
  font-size: 1rem;
  line-height: 1.3;
}

#sidenav aside {
  border-top: #c2c2c2 solid 1px;
  margin-left: 5%;
  width: 280px;
}

#sidenav aside>ul>li {
  border-left: #f2f2f2 solid 2px;
  border-right: #f2f2f2 solid 2px;
  border-bottom: #f2f2f2 solid 2px;
  line-height: 1.75;
}

#sidenav aside a {
  padding: 0.65em 1em;
}

#sidenav aside li:first-child a {
  background-color: #f2f2f2;
  color: #666;
  padding: 0.65em 0.85em;
}

#sidenav aside li:not(:first-child) a {
  background-image: url(../img/arrow_red.svg);
  background-position: left 1.38em center;
  background-repeat: no-repeat;
  background-size: 0.375em;
  color: #333;
  padding: 0.75em 1em 0.75em 2.31em;
}

#sidenav aside>ul>li ul.child {
  padding-bottom: 1.37em;
}

#sidenav aside>ul>li ul.child li:first-child {
  padding: 1.43em 1em 0 1.38em;
}

#sidenav aside>ul>li ul.child li a {
  font-size: 0.9375rem;
  padding: 0.35em 1em 0.35em 2.46em;
}

@media screen and (max-width: 768px) {
  #sidenav {
    flex-wrap: wrap;
    padding: 6.25vw 0 26vw;
  }
  #sidenav .main {
    margin: 0 auto 5vw;
    width: auto;
  }
  #sidenav aside {
    margin: 0 auto;
    width: 89.33vw;
  }
}

/* .Voice */

.Voice #mv {
  background-image: url(../img/Voice/mv.jpg);
  background-size: cover;
}

.Voice #contents {
  padding: 46px 0 0;
}

.Voice #contents .inner, .Voice #contents .list_Voice {
  max-width: 1400px;
}

.Voice #contents .list_Voice {
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 48px;
  overflow-x: scroll;
}

.Voice #contents .list_Voice li:not(:first-child) {
  margin-left: 23px;
}

.Voice .list_Voice li div {
  border-radius: 50%;
  height: 180px;
  margin-bottom: 12.1%;
  overflow: hidden;
  position: relative;
  width: 180px;
}

.Voice #contents .cont {
  margin: 0 auto;
  max-width: 1100px;
  padding: 145px 0 0;
}

.Voice #contents .cont li {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 152px;
  position: relative;
}

.Voice #contents .cont li:nth-child(even) {
  flex-direction: row-reverse;
}

.Voice #contents .cont li .txt {
  background-color: #fff;
  box-shadow: 0px 0px 25px 0 rgb(0 0 0 / 20%);
  box-sizing: border-box;
  font-size: 0.875rem;
  padding: 1.5em 2em;
  width: 65.45%;
  z-index: 1;
}

.Voice #contents .cont li .txt>* {
  line-height: 2;
}

.Voice #contents .cont li .txt h4.ttl {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 1.5em;
  padding-left: 1.3em;
  position: relative;
}

.Voice #contents .cont li .txt h4.ttl::before {
  border-radius: 50%;
  content: '';
  height: 0.875em;
  left: 0;
  margin-top: 0.4375em;
  position: absolute;
  top: 0;
  width: 0.875em;
}

.Voice #contents .cont li .txt h4.ttl.business-dep::before {
  background-color: #00a1e4;
}

.Voice #contents .cont li .txt h4.ttl.sports-dep::before {
  background-color: #f7ab00;
}

.Voice #contents .cont li img {
  position: absolute;
  right: 0;
  top: -66px;
  width: 49%;
}

.Voice #contents .cont li:nth-child(even) img {
  left: 0;
  right: auto;
}

@media screen and (max-width: 768px) {
  .Voice #mv {
    height: 39vw;
  }
  .Voice #contents .list_Voice li {
    margin-bottom: 6.25vw;
  }
  .Voice #contents .inner.scroll {
    width: 100%;
  }
  .Voice #contents .cont {
    padding: 10vw 0;
  }
  .Voice #contents .cont li {
    flex-direction: column-reverse;
    margin-bottom: 10vw;
  }
  .Voice #contents .cont li:nth-child(even) {
    flex-direction: column-reverse;
  }
  .Voice #contents .cont li .txt {
    width: 100%;
  }
  .Voice #contents .cont li img {
    position: unset;
    width: 100%;
  }
}