@charset "UTF-8";
/*
@include css3(transform, translate(-50%, -50%));
@include css3(transition, 0.3s ease-in-out);  
transform: rotate(0.03deg);
*/
/*----------------------------------------------------
　下層ページ
----------------------------------------------------*/
.pageMain {
  background: url("../images/page/main.webp") no-repeat center;
  background-size: cover;
  position: relative;
  height: 400px;
}
@media screen and (max-width: 520px) {
  .pageMain {
    height: 250px;
  }
}
.pageMain .in {
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.pageMain .in h1,
.pageMain .in .title {
  position: relative;
  width: 100%;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #fff;
  z-index: 2;
  padding: 0 0 0 21px;
}
@media screen and (max-width: 520px) {
  .pageMain .in h1,
  .pageMain .in .title {
    font-size: 28px;
    padding: 0;
  }
}
.pageMain .sub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(3.5%, -5%);
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .pageMain .sub {
    width: 45%;
  }
}
@media screen and (max-width: 520px) {
  .pageMain .sub {
    width: 30%;
    transform: translate(50%, 20%);
  }
}

/*====================================
　共通パーツ
=====================================*/
#content section {
  padding: 0 0 50px;
}
#content .f22 {
  font-size: 22px;
}
#content .f20 {
  font-size: 20px;
}
#content .f18 {
  font-size: 18px;
}
#content .f15 {
  font-size: 15px;
}
#content .f14 {
  font-size: 14px;
}
#content .b {
  font-weight: 700;
}
#content p {
  line-height: 36px;
  padding: 0 0 1em;
}
@media screen and (max-width: 520px) {
  #content p {
    line-height: 28px;
    font-size: 15px;
  }
}
#content p:last-child {
  padding: 0;
}
#content p:empty {
  display: none;
  padding: 0;
  line-height: 0;
}
#content table {
  width: 100%;
}
#content table th,
#content table td {
  padding: 30px 10px;
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  letter-spacing: 0.1em;
  line-height: 30px;
}
@media screen and (max-width: 520px) {
  #content table th,
  #content table td {
    padding: 10px;
    display: block;
    width: 100% !important;
  }
}
#content table th {
  font-size: 16px;
  text-align: left;
  vertical-align: top;
  width: 25%;
}
@media screen and (max-width: 520px) {
  #content table th {
    border-top: none;
    border-bottom: none;
    padding: 10px 10px 0;
  }
}
#content table td {
  font-size: 16px;
  width: 75%;
}
@media screen and (max-width: 520px) {
  #content table td {
    border-top: none;
  }
}
#content table td div {
  padding: 20px 0;
}
@media screen and (max-width: 520px) {
  #content table td div {
    padding: 0 0 10px;
  }
}
#content .flexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*====================================
　COMPANT
=====================================*/
.company #content .company_about {
  padding: 175px 0 225px;
}
@media screen and (max-width: 767px) {
  .company #content .company_about {
    padding: 70px 0;
  }
}
.company #content .company_about .inner .en {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  line-height: 100%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 520px) {
  .company #content .company_about .inner .en {
    font-size: 15px;
  }
}
.company #content .company_about .inner h2 {
  font-size: 36px;
  font-weight: 700;
  padding: 0 0 39px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 520px) {
  .company #content .company_about .inner h2 {
    font-size: 30px;
    padding: 0 0 25px;
  }
}
.company #content .company_about .inner p {
  font-size: 18px;
  font-weight: 500;
  line-height: 39px;
}
@media screen and (max-width: 520px) {
  .company #content .company_about .inner p {
    font-size: 14px;
    line-height: 28px;
  }
}
.company #content .company_message {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #000;
  height: 924px;
}
@media screen and (max-width: 1860px) {
  .company #content .company_message {
    height: auto;
  }
}
.company #content .company_message .lBox {
  width: 810px;
  position: relative;
}
@media screen and (max-width: 1860px) {
  .company #content .company_message .lBox {
    width: 40%;
  }
}
@media screen and (max-width: 1000px) {
  .company #content .company_message .lBox {
    width: 100%;
    text-align: center;
    padding: 50px 0 0 0;
  }
}
.company #content .company_message .lBox img {
  /*
  @include mqNum(1500, max) {
  	object-fit: cover;
  	width: 100%;
  	height: 100%;
  }
  */
}
@media screen and (max-width: 1000px) {
  .company #content .company_message .lBox img {
    width: 500px;
    height: auto;
  }
}
@media screen and (max-width: 540px) {
  .company #content .company_message .lBox img {
    width: 90%;
    height: auto;
  }
}
.company #content .company_message .rBox {
  width: calc(100% - 810px);
  padding: 140px 0 0 155px;
}
@media screen and (max-width: 1860px) {
  .company #content .company_message .rBox {
    width: 60%;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1500px) {
  .company #content .company_message .rBox {
    padding: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .company #content .company_message .rBox {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .company #content .company_message .rBox {
    padding: 30px 20px;
  }
}
.company #content .company_message .rBox .inBox {
  max-width: 780px;
}
@media screen and (max-width: 1860px) {
  .company #content .company_message .rBox .inBox {
    max-width: none;
  }
}
.company #content .company_message .rBox .inBox h2 {
  font-size: 36px;
  font-weight: 700;
  padding: 0 0 80px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1600px) {
  .company #content .company_message .rBox .inBox h2 {
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 520px) {
  .company #content .company_message .rBox .inBox h2 {
    font-size: 30px;
  }
}
.company #content .company_message .rBox .inBox p {
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 520px) {
  .company #content .company_message .rBox .inBox p {
    font-size: 14px;
    line-height: 28px;
  }
}
.company #content .company_message .rBox .inBox p.tx1 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 50px;
}
@media screen and (max-width: 1600px) {
  .company #content .company_message .rBox .inBox p.tx1 {
    font-size: 24px;
    line-height: 180%;
  }
}
@media screen and (max-width: 520px) {
  .company #content .company_message .rBox .inBox p.tx1 {
    line-height: 36px;
  }
}
.company #content .company_message .rBox .inBox p.name {
  text-align: right;
  font-size: 15px;
}
.company #content .company_message .rBox .inBox p.name span {
  font-size: 20px;
}
.company #content .company_box,
.company #content .company_access {
  background-color: #fff;
  color: #000;
  padding: 80px 0 87px;
}
@media screen and (max-width: 520px) {
  .company #content .company_box,
  .company #content .company_access {
    padding: 50px 0;
  }
}
.company #content .company_box .inner,
.company #content .company_access .inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.company #content .company_box .inner .lBox,
.company #content .company_access .inner .lBox {
  width: 290px;
}
@media screen and (max-width: 767px) {
  .company #content .company_box .inner .lBox,
  .company #content .company_access .inner .lBox {
    width: 100%;
  }
}
.company #content .company_box .inner .lBox .en,
.company #content .company_access .inner .lBox .en {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .company #content .company_box .inner .lBox .en,
  .company #content .company_access .inner .lBox .en {
    font-size: 15px;
  }
}
.company #content .company_box .inner .lBox h2,
.company #content .company_access .inner .lBox h2 {
  font-size: 36px;
  font-weight: 700;
  padding: 0 0 39px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .company #content .company_box .inner .lBox h2,
  .company #content .company_access .inner .lBox h2 {
    font-size: 30px;
    padding: 0 0 25px;
  }
}
.company #content .company_box .inner .rBox,
.company #content .company_access .inner .rBox {
  width: calc(100% - 290px);
}
@media screen and (max-width: 767px) {
  .company #content .company_box .inner .rBox,
  .company #content .company_access .inner .rBox {
    width: 100%;
  }
}
.company #content .company_box .inner .rBox table tr th,
.company #content .company_box .inner .rBox table tr td,
.company #content .company_access .inner .rBox table tr th,
.company #content .company_access .inner .rBox table tr td {
  padding: 28px 10px;
}
@media screen and (max-width: 767px) {
  .company #content .company_box .inner .rBox table tr th,
  .company #content .company_box .inner .rBox table tr td,
  .company #content .company_access .inner .rBox table tr th,
  .company #content .company_access .inner .rBox table tr td {
    padding: 5px 10px;
  }
}
.company #content .company_box .inner .rBox table tr th,
.company #content .company_access .inner .rBox table tr th {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .company #content .company_box .inner .rBox table tr th,
  .company #content .company_access .inner .rBox table tr th {
    width: 25%;
    padding: 20px 10px 0 10px;
  }
}
@media screen and (max-width: 520px) {
  .company #content .company_box .inner .rBox table tr th,
  .company #content .company_access .inner .rBox table tr th {
    width: 100%;
  }
}
.company #content .company_box .inner .rBox table tr td,
.company #content .company_access .inner .rBox table tr td {
  width: calc(100% - 140px);
}
@media screen and (max-width: 767px) {
  .company #content .company_box .inner .rBox table tr td,
  .company #content .company_access .inner .rBox table tr td {
    width: 75%;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
  }
}
@media screen and (max-width: 520px) {
  .company #content .company_box .inner .rBox table tr td,
  .company #content .company_access .inner .rBox table tr td {
    width: 100%;
  }
}
.company #content .company_access {
  background-color: transparent;
  color: #fff;
  padding: 100px 0 85px;
}
@media screen and (max-width: 520px) {
  .company #content .company_access {
    padding: 50px 0;
  }
}
.company #content .company_access .inner {
  justify-content: space-between;
  max-width: 1400px;
}
@media screen and (max-width: 1440px) {
  .company #content .company_access .inner {
    width: 90%;
    max-width: 1240px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1240px) {
  .company #content .company_access .inner {
    width: 100%;
  }
}
.company #content .company_access .inner .lBox {
  width: 280px;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 767px) {
  .company #content .company_access .inner .lBox {
    width: 100%;
    padding: 0 0 20px;
  }
}
.company #content .company_access .inner .lBox h2 {
  padding: 0;
}
.company #content .company_access .inner .rBox {
  width: 370px;
  padding: 0 0 30px;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .company #content .company_access .inner .rBox {
    width: 100%;
  }
}
.company #content .company_access .inner .rBox p {
  line-height: 26px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .company #content .company_access .inner .rBox p {
    font-size: 14px;
    line-height: 28px;
  }
}
.company #content .company_access .map {
  width: 1728px;
  height: 490px;
  margin: 0 auto;
}
@media screen and (max-width: 1768px) {
  .company #content .company_access .map {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .company #content .company_access .map {
    height: 300px;
  }
}
@media screen and (max-width: 450px) {
  .company #content .company_access .map {
    height: 250px;
  }
}
.company #content .company_access .map iframe {
  width: 100%;
  height: 100%;
}

/*====================================
　PHILOSOPHY
=====================================*/
.philosophy #container {
  z-index: 0;
}
.philosophy #content .philosophy_about {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .philosophy #content .philosophy_about {
    padding: 70px 0;
  }
}
.philosophy #content .philosophy_about .inner .en {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .philosophy #content .philosophy_about .inner .en {
    font-size: 15px;
  }
}
.philosophy #content .philosophy_about .inner h2 {
  font-size: 36px;
  font-weight: 700;
  padding: 0 0 39px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .philosophy #content .philosophy_about .inner h2 {
    font-size: 30px;
  }
}
.philosophy #content .philosophy_about .inner p {
  font-size: 18px;
  font-weight: 500;
  line-height: 39px;
}
@media screen and (max-width: 520px) {
  .philosophy #content .philosophy_about .inner p {
    font-size: 14px;
    line-height: 28px;
  }
}
.philosophy #content .philosophy_dna {
  background: url("../images/page/philosophy1.webp") no-repeat center;
  background-size: cover;
  height: 668px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .philosophy #content .philosophy_dna {
    height: auto;
  }
}
.philosophy #content .philosophy_dna .inBox {
  padding: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .philosophy #content .philosophy_dna .inBox {
    padding: 50px 30px 100px;
  }
}
.philosophy #content .philosophy_dna .inBox h2 {
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .philosophy #content .philosophy_dna .inBox h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 520px) {
  .philosophy #content .philosophy_dna .inBox h2 {
    font-size: 40px;
  }
}
.philosophy #content .philosophy_dna .inBox p {
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .philosophy #content .philosophy_dna .inBox p {
    font-size: 18px;
    line-height: 200%;
  }
}
@media screen and (max-width: 520px) {
  .philosophy #content .philosophy_dna .inBox p {
    font-size: 16px;
    line-height: 28px;
  }
}
.philosophy #content .philosophy_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 500px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1110px) {
  .philosophy #content .philosophy_flex {
    height: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .philosophy #content .philosophy_flex {
    height: auto;
  }
}
.philosophy #content .philosophy_flex.type2 .imgBox {
  width: 49.5%;
  order: 2;
}
@media screen and (max-width: 1000px) {
  .philosophy #content .philosophy_flex.type2 .imgBox {
    width: 100%;
    order: 1;
  }
}
.philosophy #content .philosophy_flex.type2 .txBox {
  width: 50.5%;
  order: 1;
}
@media screen and (max-width: 1000px) {
  .philosophy #content .philosophy_flex.type2 .txBox {
    width: 100%;
    order: 2;
  }
}
.philosophy #content .philosophy_flex.type2 .txBox .inBox {
  padding: 0 0 20px 0;
}
@media screen and (max-width: 1000px) {
  .philosophy #content .philosophy_flex.type2 .txBox .inBox {
    padding: 0;
  }
}
.philosophy #content .philosophy_flex .imgBox {
  width: 50.5%;
}
@media screen and (max-width: 1000px) {
  .philosophy #content .philosophy_flex .imgBox {
    width: 100%;
    height: 280px;
  }
}
.philosophy #content .philosophy_flex .imgBox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.philosophy #content .philosophy_flex .txBox {
  width: 49.5%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 1920px) {
  .philosophy #content .philosophy_flex .txBox {
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .philosophy #content .philosophy_flex .txBox {
    width: 100%;
    padding: 30px 30px 60px;
  }
}
@media screen and (max-width: 520px) {
  .philosophy #content .philosophy_flex .txBox {
    padding: 30px 10px 60px;
  }
}
.philosophy #content .philosophy_flex .txBox .inBox {
  padding: 0 0 30px 20px;
}
@media screen and (max-width: 1000px) {
  .philosophy #content .philosophy_flex .txBox .inBox {
    padding: 0;
  }
}
.philosophy #content .philosophy_flex .txBox .inBox h2 {
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 15px 0;
}
@media screen and (max-width: 1420px) {
  .philosophy #content .philosophy_flex .txBox .inBox h2 {
    font-size: 50px;
    line-height: 180%;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 520px) {
  .philosophy #content .philosophy_flex .txBox .inBox h2 {
    font-size: 40px;
  }
}
.philosophy #content .philosophy_flex .txBox .inBox p {
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1420px) {
  .philosophy #content .philosophy_flex .txBox .inBox p {
    font-size: 18px;
    line-height: 180%;
  }
}
@media screen and (max-width: 1110px) {
  .philosophy #content .philosophy_flex .txBox .inBox p {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .philosophy #content .philosophy_flex .txBox .inBox p {
    font-size: 15px;
  }
}

/*====================================
　STUDIO
=====================================*/
.studio #content .studio_about {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .studio #content .studio_about {
    padding: 70px 0;
  }
}
@media screen and (max-width: 520px) {
  .studio #content .studio_about {
    padding: 60px 0 30px;
  }
}
.studio #content .studio_about .inner h2 {
  font-size: 36px;
  font-weight: 700;
  padding: 0 0 80px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1600px) {
  .studio #content .studio_about .inner h2 {
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 520px) {
  .studio #content .studio_about .inner h2 {
    font-size: 30px;
  }
}
.studio #content .studio_about .inner p {
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 520px) {
  .studio #content .studio_about .inner p {
    font-size: 14px;
    line-height: 26px;
  }
}
.studio #content .studio_about .inner p.tx1 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 50px;
}
@media screen and (max-width: 1600px) {
  .studio #content .studio_about .inner p.tx1 {
    font-size: 24px;
    line-height: 180%;
  }
}
@media screen and (max-width: 520px) {
  .studio #content .studio_about .inner p.tx1 {
    font-size: 20px;
  }
}
.studio #content .studio_room {
  padding: 0 0 100px;
}
@media screen and (max-width: 520px) {
  .studio #content .studio_room {
    padding: 0 0 20px;
  }
}
.studio #content .studio_room .inner .flexBox {
  border-bottom: 1px solid #fff;
  padding: 50px 0 60px;
}
.studio #content .studio_room .inner .flexBox:last-child {
  border-bottom: none;
}
.studio #content .studio_room .inner .flexBox .title {
  background-color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin: 0 0 20px;
  width: 360px;
  padding: 5px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 840px) {
  .studio #content .studio_room .inner .flexBox .title {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .studio #content .studio_room .inner .flexBox .title {
    font-size: 24px;
  }
}
.studio #content .studio_room .inner .flexBox .lBox {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .studio #content .studio_room .inner .flexBox .lBox {
    width: 100%;
    padding: 60px 0 0 0;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .studio #content .studio_room .inner .flexBox .lBox .title {
    display: none;
  }
}
.studio #content .studio_room .inner .flexBox .lBox .tx {
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .studio #content .studio_room .inner .flexBox .lBox .tx {
    font-size: 18px;
  }
}
.studio #content .studio_room .inner .flexBox .lBox h3 {
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 20px;
}
@media screen and (max-width: 520px) {
  .studio #content .studio_room .inner .flexBox .lBox h3 {
    font-size: 18px;
  }
}
.studio #content .studio_room .inner .flexBox .lBox ul li {
  position: relative;
  padding: 0 0 0 1em;
  letter-spacing: 0.1em;
}
.studio #content .studio_room .inner .flexBox .lBox ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.studio #content .studio_room .inner .flexBox .lBox ul li.flex {
  display: flex;
  justify-content: flex-start;
}
.studio #content .studio_room .inner .flexBox .lBox ul li.flex span {
  width: calc(100% - 80px);
}
.studio #content .studio_room .inner .flexBox .lBox ul li.flex span.h {
  width: 80px;
}
.studio #content .studio_room .inner .flexBox .rBox {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .studio #content .studio_room .inner .flexBox .rBox {
    width: 100%;
    order: 1;
  }
}
.studio #content .studio_room .inner .flexBox .rBox .title {
  display: none;
}
@media screen and (max-width: 767px) {
  .studio #content .studio_room .inner .flexBox .rBox .title {
    display: block;
    width: 100%;
  }
}
.studio #content .studio_room .inner .flexBox .rBox .studio_slider .slider_item {
  position: relative;
}
.studio #content .studio_room .inner .flexBox .rBox .studio_slider .slider_item img {
  position: relative;
  z-index: 0;
}
.studio #content .studio_room .inner .flexBox .rBox .studio_slider .slider_item p {
  position: absolute;
  bottom: 10px;
  right: 30px;
  color: #fff;
}
.studio #content .studio_room .inner .flexBox .rBox .studio_slider.one .slide-dots {
  display: none;
}

/*====================================
　TEAM
=====================================*/
.team footer {
  margin-top: 150px;
}
.team #content .team_about {
  padding: 176px 0 92px 20px;
}
@media screen and (max-width: 767px) {
  .team #content .team_about {
    padding: 70px 0;
  }
}
@media screen and (max-width: 520px) {
  .team #content .team_about {
    padding: 60px 0 30px;
  }
}
.team #content .team_about .inner .en {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  line-height: 100%;
  letter-spacing: 0.1em;
}
.team #content .team_about .inner h2 {
  font-size: 36px;
  font-weight: 700;
  padding: 0 0 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .team #content .team_about .inner h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 450px) {
  .team #content .team_about .inner h2 {
    font-size: 24px;
    padding: 5px 0 30px;
  }
}
.team #content .team_about .inner p {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 520px) {
  .team #content .team_about .inner p {
    font-size: 15px;
    line-height: 26px;
  }
}
.team #content .team_about .inner p.tx1 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0 0 15px;
}
@media screen and (max-width: 1600px) {
  .team #content .team_about .inner p.tx1 {
    font-size: 24px;
    line-height: 180%;
  }
}
@media screen and (max-width: 520px) {
  .team #content .team_about .inner p.tx1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .team #content .team_about .inner p.tx1 {
    font-size: 16px;
    line-height: 160%;
  }
}
.team #content #list {
  position: relative;
  left: 7px;
}
@media screen and (max-width: 1600px) {
  .team #content #list {
    left: auto;
  }
}
.team #content aside {
  display: flex;
  justify-content: flex-start;
  gap: 0 5px;
  padding: 0 0 30px;
}
@media screen and (max-width: 520px) {
  .team #content aside {
    display: none;
  }
}
.team #content aside div {
  flex: 1;
}
.team #content aside div a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 27px 20px;
  border-radius: 3px;
  border: 1px solid #fff;
  left: 0.1em;
}
@media screen and (max-width: 1024px) {
  .team #content aside div a {
    padding: 5px;
  }
}
.team #content aside div a:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
}
.team #content aside div.active a {
  background-color: #fff;
  color: #000;
}
.team #content .team_select {
  display: none;
}
@media screen and (max-width: 520px) {
  .team #content .team_select {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    margin: 0 0 20px;
  }
}
.team #content .inner {
  max-width: 1366px;
}
@media screen and (max-width: 1440px) {
  .team #content .inner {
    width: 90%;
    max-width: 1240px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1240px) {
  .team #content .inner {
    width: 100%;
    padding: 0 20px;
  }
}
.team #content .inner .teamBox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 16px;
  padding: 0 0 50px;
}
@media screen and (max-width: 1800px) {
  .team #content .inner .teamBox {
    gap: 20px 1%;
  }
}
@media screen and (max-width: 1024px) {
  .team #content .inner .teamBox {
    gap: 20px 0;
  }
}
.team #content .inner .teamBox .inBox {
  width: 675px;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 1800px) {
  .team #content .inner .teamBox .inBox {
    width: 49.5%;
  }
}
@media screen and (max-width: 1024px) {
  .team #content .inner .teamBox .inBox {
    width: 100%;
  }
}
.team #content .inner .teamBox .inBox a {
  color: #191919;
  padding: 35px 35px 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 520px) {
  .team #content .inner .teamBox .inBox a {
    padding: 15px;
  }
}
.team #content .inner .teamBox .inBox a:after {
  transition: 0.3s ease-in-out;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 2px;
  right: 5px;
  background-color: #191919;
  border: 1px solid #191919;
  border-radius: 3px;
  z-index: 2;
}
@media screen and (max-width: 680px) {
  .team #content .inner .teamBox .inBox a:after {
    width: 25px;
    height: 25px;
  }
}
.team #content .inner .teamBox .inBox a:before {
  transition: 0.3s ease-in-out;
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  background-color: #fff;
  z-index: 3;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 680px) {
  .team #content .inner .teamBox .inBox a:before {
    bottom: 14px;
    right: 13px;
  }
}
.team #content .inner .teamBox .inBox a:hover {
  opacity: 1;
}
.team #content .inner .teamBox .inBox a:hover .rBox img {
  transition: 0.3s ease-in-out;
  width: 260px;
  height: 260px;
}
@media screen and (max-width: 1320px) {
  .team #content .inner .teamBox .inBox a:hover .rBox img {
    width: 190px;
    height: 190px;
  }
}
@media screen and (max-width: 1024px) {
  .team #content .inner .teamBox .inBox a:hover .rBox img {
    width: 260px;
    height: 260px;
  }
}
@media screen and (max-width: 680px) {
  .team #content .inner .teamBox .inBox a:hover .rBox img {
    width: 130px;
    height: 130px;
  }
}
.team #content .inner .teamBox .inBox a:hover:after {
  transition: 0.3s ease-in-out;
  background-color: #fff;
}
.team #content .inner .teamBox .inBox a:hover:before {
  transition: 0.3s ease-in-out;
  background-color: #191919;
}
.team #content .inner .teamBox .inBox a .lBox {
  width: calc(100% - 250px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1320px) {
  .team #content .inner .teamBox .inBox a .lBox {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 1024px) {
  .team #content .inner .teamBox .inBox a .lBox {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 680px) {
  .team #content .inner .teamBox .inBox a .lBox {
    width: 60%;
  }
}
@media screen and (max-width: 680px) {
  .team #content .inner .teamBox .inBox a .lBox {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 450px) {
  .team #content .inner .teamBox .inBox a .lBox {
    width: calc(100% - 100px);
  }
}
.team #content .inner .teamBox .inBox a .lBox .cate {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px 5px;
  padding: 0 0 7px;
}
.team #content .inner .teamBox .inBox a .lBox .cate div {
  background-color: #191919;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 5px;
  border-radius: 3px;
  min-width: 140px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 450px) {
  .team #content .inner .teamBox .inBox a .lBox .cate div {
    font-size: 12px;
    min-width: 100px;
  }
}
.team #content .inner .teamBox .inBox a .lBox p.tx1 {
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1170px) {
  .team #content .inner .teamBox .inBox a .lBox p.tx1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .team #content .inner .teamBox .inBox a .lBox p.tx1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 680px) {
  .team #content .inner .teamBox .inBox a .lBox p.tx1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 450px) {
  .team #content .inner .teamBox .inBox a .lBox p.tx1 {
    font-size: 20px;
  }
}
.team #content .inner .teamBox .inBox a .lBox p.tx2 {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 13px;
  margin: 0 0 14px;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 680px) {
  .team #content .inner .teamBox .inBox a .lBox p.tx2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .team #content .inner .teamBox .inBox a .lBox p.tx2 {
    font-size: 15px;
  }
}
.team #content .inner .teamBox .inBox a .lBox p.tx2:after {
  content: "";
  width: 18px;
  height: 2px;
  background-color: #191919;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.team #content .inner .teamBox .inBox a .lBox .txBox {
  padding: 0 50px 0 0;
}
@media screen and (max-width: 680px) {
  .team #content .inner .teamBox .inBox a .lBox .txBox {
    display: none;
  }
}
.team #content .inner .teamBox .inBox a .lBox .txBox p {
  line-height: 22px;
  letter-spacing: 0.06em;
}
.team #content .inner .teamBox .inBox a .rBox {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  margin-top: -12px;
  z-index: 1;
}
@media screen and (max-width: 1320px) {
  .team #content .inner .teamBox .inBox a .rBox {
    margin-top: 0;
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .team #content .inner .teamBox .inBox a .rBox {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 680px) {
  .team #content .inner .teamBox .inBox a .rBox {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 450px) {
  .team #content .inner .teamBox .inBox a .rBox {
    width: 90px;
    height: 90px;
  }
}
.team #content .inner .teamBox .inBox a .rBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  width: 250px;
  height: 250px;
  max-width: none;
  filter: brightness(105%);
}
@media screen and (max-width: 1320px) {
  .team #content .inner .teamBox .inBox a .rBox img {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .team #content .inner .teamBox .inBox a .rBox img {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 680px) {
  .team #content .inner .teamBox .inBox a .rBox img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 450px) {
  .team #content .inner .teamBox .inBox a .rBox img {
    width: 90px;
    height: 90px;
  }
}
.team #content .inner .teamBox .inBox a .sp_txBox {
  display: none;
}
@media screen and (max-width: 680px) {
  .team #content .inner .teamBox .inBox a .sp_txBox {
    display: block;
    padding: 0;
  }
  .team #content .inner .teamBox .inBox a .sp_txBox p {
    line-height: 22px;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 680px) and (max-width: 450px) {
  .team #content .inner .teamBox .inBox a .sp_txBox p {
    font-size: 14px;
  }
}
.team #content .inner .no {
  padding: 100px 0 200px;
  text-align: center;
}

.team.single footer {
  margin-top: 0px;
}
.team.single #content {
  padding-top: 100px;
}
@media screen and (max-width: 520px) {
  .team.single #content {
    padding-top: 50px;
  }
}
.team.single #content .inner .post_content .cate {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px 5px;
  padding: 0 0 50px;
}
.team.single #content .inner .post_content .cate div {
  background-color: #fff;
  color: #191919;
  font-size: 14px;
  font-weight: 700;
  padding: 5px;
  border-radius: 3px;
  min-width: 140px;
  text-align: center;
  letter-spacing: 0.1em;
}
.team.single #content .inner .post_content .flexBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 100px;
  padding: 0 0 50px;
  border-bottom: 1px solid #fff;
}
.team.single #content .inner .post_content .flexBox .lBox {
  width: 290px;
  height: 290px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .team.single #content .inner .post_content .flexBox .lBox {
    margin: 0 auto;
  }
}
.team.single #content .inner .post_content .flexBox .lBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
  width: 290px;
  height: 290px;
  max-width: none;
  filter: brightness(105%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .team.single #content .inner .post_content .flexBox .rBox {
    width: 100%;
    padding: 50px 0 0 0;
  }
}
.team.single #content .inner .post_content .flexBox .rBox h1 {
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 30px;
  letter-spacing: 0.05em;
}
.team.single #content .inner .post_content .flexBox .rBox p.tx {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.05em;
  padding: 0;
}
.team.single #content .inner .post_content .txBox {
  padding: 50px 0 0 0;
}
.team.single #content .inner .post_content .txBox .inBox {
  padding: 0 0 50px;
}
.team.single #content .inner .post_content .txBox .inBox h3 {
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 30px;
}

/*====================================
　PROJECT
=====================================*/
.project footer {
  margin-top: 150px;
}
.project #content .project_about {
  padding: 120px 0 200px;
}
@media screen and (max-width: 1200px) {
  .project #content .project_about {
    padding: 120px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .project #content .project_about {
    padding: 70px 0;
  }
}
@media screen and (max-width: 520px) {
  .project #content .project_about {
    padding: 60px 0 30px;
  }
}
.project #content .project_about .inner h2 {
  font-size: 36px;
  font-weight: 700;
  padding: 0 0 80px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1600px) {
  .project #content .project_about .inner h2 {
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 520px) {
  .project #content .project_about .inner h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 450px) {
  .project #content .project_about .inner h2 {
    font-size: 24px;
    padding: 5px 0 30px;
  }
}
.project #content .project_about .inner p {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 520px) {
  .project #content .project_about .inner p {
    font-size: 15px;
    line-height: 26px;
  }
}
.project #content .project_about .inner p.tx1 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1600px) {
  .project #content .project_about .inner p.tx1 {
    font-size: 24px;
    line-height: 180%;
  }
}
@media screen and (max-width: 520px) {
  .project #content .project_about .inner p.tx1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .project #content .project_about .inner p.tx1 {
    font-size: 16px;
    line-height: 160%;
  }
}
.project #content aside {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 1%;
}
@media screen and (max-width: 520px) {
  .project #content aside {
    display: none;
  }
}
.project #content aside div {
  width: 19%;
}
.project #content aside div a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .project #content aside div a {
    padding: 5px;
  }
}
.project #content aside div a:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
}
.project #content aside div.active a {
  background-color: #fff;
  color: #000;
}
.project #content .project_select {
  display: none;
}
@media screen and (max-width: 520px) {
  .project #content .project_select {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    margin: 0 0 20px;
  }
}
.project #content .inner {
  max-width: 1366px;
}
@media screen and (max-width: 1440px) {
  .project #content .inner {
    width: 90%;
    max-width: 1240px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1240px) {
  .project #content .inner {
    width: 100%;
  }
}
.project #content .inner .projectBox {
  margin: 50px 0;
}
.project #content .inner .projectBox tr {
  position: relative;
}
.project #content .inner .projectBox tr th,
.project #content .inner .projectBox tr td {
  width: auto;
  font-size: 16px;
  padding: 20px 10px;
}
.project #content .inner .projectBox tr th:first-child,
.project #content .inner .projectBox tr td:first-child {
  width: 10% !important;
}
@media screen and (max-width: 1310px) {
  .project #content .inner .projectBox tr th:first-child,
  .project #content .inner .projectBox tr td:first-child {
    width: 10% !important;
  }
}
@media screen and (max-width: 680px) {
  .project #content .inner .projectBox tr th:first-child,
  .project #content .inner .projectBox tr td:first-child {
    width: 15% !important;
  }
}
.project #content .inner .projectBox tr th:nth-child(2),
.project #content .inner .projectBox tr td:nth-child(2) {
  width: 10% !important;
}
@media screen and (max-width: 1310px) {
  .project #content .inner .projectBox tr th:nth-child(2),
  .project #content .inner .projectBox tr td:nth-child(2) {
    width: 12% !important;
  }
}
@media screen and (max-width: 680px) {
  .project #content .inner .projectBox tr th:nth-child(2),
  .project #content .inner .projectBox tr td:nth-child(2) {
    width: 15% !important;
  }
}
.project #content .inner .projectBox tr th:nth-child(3),
.project #content .inner .projectBox tr td:nth-child(3) {
  width: 60% !important;
}
@media screen and (max-width: 1310px) {
  .project #content .inner .projectBox tr th:nth-child(3),
  .project #content .inner .projectBox tr td:nth-child(3) {
    width: 56% !important;
  }
}
@media screen and (max-width: 680px) {
  .project #content .inner .projectBox tr th:nth-child(3),
  .project #content .inner .projectBox tr td:nth-child(3) {
    width: 50% !important;
  }
}
.project #content .inner .projectBox tr th:nth-child(4),
.project #content .inner .projectBox tr td:nth-child(4) {
  width: 20% !important;
}
@media screen and (max-width: 840px) {
  .project #content .inner .projectBox tr th,
  .project #content .inner .projectBox tr td {
    font-size: 14px;
    padding: 20px 5px;
  }
}
.project #content .inner .projectBox tr th {
  border-top: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.project #content .inner .projectBox tr th.c {
  text-align: center;
}
@media screen and (max-width: 520px) {
  .project #content .inner .projectBox tr th {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .project #content .inner .projectBox tr {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
  }
}
.project #content .inner .projectBox tr td:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-bottom: none;
  padding: 0;
}
.project #content .inner .projectBox tr td:last-child a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 520px) {
  .project #content .inner .projectBox tr td {
    border-bottom: none;
    padding: 0 5px;
  }
  .project #content .inner .projectBox tr td:first-child {
    order: 2;
    width: auto !important;
  }
  .project #content .inner .projectBox tr td:first-child:before {
    content: "放送年 ：";
  }
  .project #content .inner .projectBox tr td:nth-child(2) {
    order: 1;
    width: auto !important;
  }
  .project #content .inner .projectBox tr td:nth-child(3) {
    width: 100% !important;
    order: 4;
    border-bottom: 1px solid #fff;
    padding: 0 5px 10px;
    margin: 0 0 10px;
    position: relative;
  }
  .project #content .inner .projectBox tr td:nth-child(3):before {
    content: "作品名 ：";
  }
  .project #content .inner .projectBox tr td:nth-child(4) {
    order: 3;
    width: auto !important;
  }
}
.project #content .inner .projectBox tr td .cate {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  gap: 5px 5px;
}
.project #content .inner .projectBox tr td .cate span {
  background-color: #808080;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 5px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 120%;
  min-width: 92px;
}
@media screen and (max-width: 1310px) {
  .project #content .inner .projectBox tr td .cate span {
    padding: 5px 10px;
    min-width: 66px;
  }
}
@media screen and (max-width: 840px) {
  .project #content .inner .projectBox tr td .cate span {
    font-size: 12px;
  }
}
@media screen and (max-width: 450px) {
  .project #content .inner .projectBox tr td .cate span {
    font-size: 12px;
    min-width: 100px;
  }
}
.project #content .inner .projectBox tr td a {
  color: #fff;
}
.project #content .inner .no {
  padding: 100px 0 200px;
  text-align: center;
}

.project.single footer {
  margin-top: 0px;
}
.project.single #content {
  padding-top: 100px;
}
.project.single #content .inner .post_content .cate {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px 5px;
  padding: 0 0 50px;
}
.project.single #content .inner .post_content .cate div {
  background-color: #fff;
  color: #191919;
  font-size: 14px;
  font-weight: 700;
  padding: 5px;
  border-radius: 3px;
  min-width: 140px;
  text-align: center;
  letter-spacing: 0.1em;
}
.project.single #content .inner .post_content h1 {
  font-size: 40px;
  font-weight: 700;
  padding: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .project.single #content .inner .post_content h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 520px) {
  .project.single #content .inner .post_content h1 {
    font-size: 22px;
    padding: 0 0 20px;
  }
}
.project.single #content .inner .post_content .flexBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 20px;
}
@media screen and (max-width: 520px) {
  .project.single #content .inner .post_content .flexBox {
    padding: 0 0 10px;
  }
}
.project.single #content .inner .post_content .flexBox .lBox {
  width: 180px;
}
.project.single #content .inner .post_content .flexBox .rBox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 5px;
}
.project.single #content .inner .post_content .txBox {
  margin-top: 50px;
  padding: 20px 0 0 0;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 520px) {
  .project.single #content .inner .post_content .txBox {
    margin-top: 20px;
  }
}
.project.single #content .inner .post_content .txBox .inBox {
  padding: 0 0 50px;
}
.project.single #content .inner .post_content .txBox .inBox h3 {
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 30px;
}
@media screen and (max-width: 520px) {
  .project.single #content .inner .post_content .txBox .inBox h3 {
    font-size: 18px;
  }
}
.project.single #content .inner .post_content .txBox .inBox .flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 1%;
}
.project.single #content .inner .post_content .txBox .inBox .flex a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  width: 24%;
}
@media screen and (max-width: 1200px) {
  .project.single #content .inner .post_content .txBox .inBox .flex a {
    width: 49%;
  }
}
@media screen and (max-width: 520px) {
  .project.single #content .inner .post_content .txBox .inBox .flex a {
    width: 100%;
  }
}
.project.single #content .inner .post_content .txBox .inBox .flex a:hover .imgBox img {
  transition: 0.3s ease-in-out;
  width: 125px;
  height: 125px;
}
@media screen and (max-width: 620px) {
  .project.single #content .inner .post_content .txBox .inBox .flex a:hover .imgBox img {
    width: 100px;
    height: 100px;
  }
}
.project.single #content .inner .post_content .txBox .inBox .flex a .imgBox {
  width: 115px;
  height: 115px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 620px) {
  .project.single #content .inner .post_content .txBox .inBox .flex a .imgBox {
    width: 90px;
    height: 90px;
  }
}
.project.single #content .inner .post_content .txBox .inBox .flex a .imgBox img {
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 115px;
  height: 115px;
  max-width: none;
  filter: brightness(105%);
}
@media screen and (max-width: 620px) {
  .project.single #content .inner .post_content .txBox .inBox .flex a .imgBox img {
    width: 90px;
    height: 90px;
  }
}
.project.single #content .inner .post_content .txBox .inBox .flex a .rBox {
  width: calc(100% - 135px);
}
@media screen and (max-width: 620px) {
  .project.single #content .inner .post_content .txBox .inBox .flex a .rBox {
    width: calc(100% - 100px);
  }
}
.project.single #content .inner .post_content .txBox .inBox .flex a .rBox .team_terms {
  font-size: 16px;
}
@media screen and (max-width: 620px) {
  .project.single #content .inner .post_content .txBox .inBox .flex a .rBox .team_terms {
    font-size: 15px;
  }
}
.project.single #content .inner .post_content .txBox .inBox .flex a .rBox .tx {
  font-size: 24px;
}
@media screen and (max-width: 620px) {
  .project.single #content .inner .post_content .txBox .inBox .flex a .rBox .tx {
    font-size: 20px;
  }
}

/*====================================
　プライバシーポリシー
=====================================*/
.privacy-policy #content,
.privacy #content {
  padding: 100px 0;
}
.privacy-policy #content .inner,
.privacy #content .inner {
  max-width: 1200px;
}
.privacy-policy #content p,
.privacy #content p {
  line-height: 38px;
}
.privacy-policy #content p.tx,
.privacy #content p.tx {
  padding: 0 0 30px;
}
.privacy-policy #content .box,
.privacy #content .box {
  padding: 0 0 60px;
}
.privacy-policy #content .box h2,
.privacy #content .box h2 {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 20px;
}
.privacy-policy #content .box p,
.privacy #content .box p {
  padding: 0 0 0px 20px;
}
@media screen and (max-width: 520px) {
  .privacy-policy #content .box p,
  .privacy #content .box p {
    padding: 0 0 30px;
  }
}
.privacy-policy #content .box .tx,
.privacy #content .box .tx {
  font-weight: 900;
}
.privacy-policy #content .box ul,
.privacy-policy #content .box ol,
.privacy #content .box ul,
.privacy #content .box ol {
  padding: 10px 10px 0px 20px;
}
@media screen and (max-width: 520px) {
  .privacy-policy #content .box ul,
  .privacy-policy #content .box ol,
  .privacy #content .box ul,
  .privacy #content .box ol {
    padding: 0;
  }
}
.privacy-policy #content .box ul li,
.privacy-policy #content .box ol li,
.privacy #content .box ul li,
.privacy #content .box ol li {
  font-size: 16px;
  font-weight: 500;
  list-style-type: none;
  position: relative;
  padding: 0 10px 5px 1em;
  line-height: 250%;
}
@media screen and (max-width: 520px) {
  .privacy-policy #content .box ul li,
  .privacy-policy #content .box ol li,
  .privacy #content .box ul li,
  .privacy #content .box ol li {
    line-height: 200%;
  }
}
.privacy-policy #content .box ul li:before,
.privacy-policy #content .box ol li:before,
.privacy #content .box ul li:before,
.privacy #content .box ol li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.privacy-policy #content .box ol,
.privacy #content .box ol {
  margin: 0 0 30px 1.5em;
}
.privacy-policy #content .box ol li,
.privacy #content .box ol li {
  list-style: decimal;
  padding: 0 10px 5px 0;
}
.privacy-policy #content .box ol li:before,
.privacy #content .box ol li:before {
  display: none;
}
.privacy-policy #content .box ol li ul,
.privacy #content .box ol li ul {
  padding: 0 0 20px;
}
.privacy-policy #content .box ol li ul li,
.privacy #content .box ol li ul li {
  list-style: none;
  padding: 0 10px 5px 2em;
}
.privacy-policy #content .box ol li ul li span,
.privacy #content .box ol li ul li span {
  position: absolute;
  top: 0;
  left: 0;
}

/*====================================
　NEWS
=====================================*/
.news #content .inner {
  max-width: 1235px;
}
@media screen and (max-width: 1440px) {
  .news #content .inner {
    width: 90%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .news #content .inner {
    width: 100%;
  }
}
.news #content .inner .list {
  padding: 100px 0;
}
@media screen and (max-width: 520px) {
  .news #content .inner .list {
    padding: 50px 0;
  }
}
.news #content .inner .list .inBox {
  padding: 20px 30px;
  border-bottom: 1px solid #757575;
}
@media screen and (max-width: 520px) {
  .news #content .inner .list .inBox {
    padding: 20px 0;
  }
}
.news #content .inner .list .inBox:first-child {
  border-top: 1px solid #757575;
}
.news #content .inner .list .inBox a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 30px;
  padding: 0;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 520px) {
  .news #content .inner .list .inBox a {
    font-size: 14px;
  }
}
.news #content .inner .list .inBox a .cate {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px 5px;
}
.news #content .inner .list .inBox a .cate div {
  background-color: #808080;
  padding: 5px 10px;
}
@media screen and (max-width: 520px) {
  .news #content .inner .list .inBox a .cate div {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .news #content .inner .list .inBox a .tx {
    width: 100%;
    padding: 10px 0 0 0;
  }
}

.post.single #content .inner {
  color: #fff;
  max-width: 1235px;
}
@media screen and (max-width: 1440px) {
  .post.single #content .inner {
    width: 90%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .post.single #content .inner {
    width: 100%;
  }
}
.post.single #content .inner h1 {
  font-size: 24px;
  margin: 0 0 60px;
}
@media screen and (max-width: 520px) {
  .post.single #content .inner h1 {
    font-size: 30px;
  }
}
.post.single #content .inner h2 {
  font-size: 22px;
  margin: 0 0 40px;
  position: relative;
  padding: 0 0 20px 20px;
}
.post.single #content .inner h2:before, .post.single #content .inner h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  z-index: 1;
}
.post.single #content .inner h2:before {
  z-index: 2;
  width: 20%;
  background-color: #0d99d8;
}
@media screen and (max-width: 520px) {
  .post.single #content .inner h2 {
    font-size: 18px;
  }
}
.post.single #content .inner h3 {
  font-size: 20px;
  margin: 20px 0 40px;
  padding: 5px 0 5px 20px;
  border-left: 5px solid #0d99d8;
}
@media screen and (max-width: 520px) {
  .post.single #content .inner h3 {
    font-size: 16px;
  }
}
.post.single #content .inner h4 {
  font-size: 18px;
  margin: 20px 0 40px;
}
@media screen and (max-width: 520px) {
  .post.single #content .inner h4 {
    font-size: 16px;
  }
}
.post.single #content .inner h5 {
  font-size: 16px;
  margin: 20px 0 40px;
}
@media screen and (max-width: 520px) {
  .post.single #content .inner h5 {
    font-size: 14px;
  }
}
.post.single #content .inner .post_content {
  padding: 50px 0 0 0;
}
.post.single #content .inner .post_content .time {
  font-size: 16px;
  padding: 0 0 10px;
}
.post.single #content .inner .single_content {
  min-height: 300px;
  line-height: 36px;
}
@media screen and (max-width: 520px) {
  .post.single #content .inner .single_content {
    white-space: normal;
    overflow-wrap: break-word;
  }
}
.post.single #content .inner .single_content .wp-block-columns {
  padding: 0 0 0px;
}
.post.single #content .inner .single_content .wp-element-caption {
  font-size: 14px;
  padding: 10px 0;
}
.post.single #content .inner .single_content p {
  width: 100%;
  line-height: 34px;
  padding: 0 1.5em 2em 1em;
}
@media screen and (max-width: 520px) {
  .post.single #content .inner .single_content p {
    font-size: 15px;
    line-height: 28px;
  }
}
.post.single #content .inner .single_content p:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  clear: both;
}
.post.single #content .inner .single_content a {
  text-decoration: underline;
  color: #fff;
}
.post.single #content .inner .single_content img {
  margin: 50px auto;
  filter: brightness(105%);
}
.post.single #content .inner .single_content table {
  margin: 0 auto 50px !important;
}
@media screen and (max-width: 520px) {
  .post.single #content .inner .single_content table {
    table-layout: fixed;
    margin: 0 auto 50px !important;
  }
}
.post.single #content .inner .single_content table tr th {
  background-color: #f0f0f0;
}
.post.single #content .inner .single_content table tr th,
.post.single #content .inner .single_content table tr td {
  border: 1px solid #d0d0d0;
  padding: 10px;
  width: auto;
}
@media screen and (max-width: 520px) {
  .post.single #content .inner .single_content table tr th,
  .post.single #content .inner .single_content table tr td {
    display: table-cell;
    font-size: 14px;
    padding: 5px;
  }
}
.post.single #content .inner .single_content ul {
  width: 100%;
  margin: 0 0 30px 1em;
  padding: 50px;
  background-color: rgba(171, 183, 194, 0.2);
}
@media screen and (max-width: 520px) {
  .post.single #content .inner .single_content ul {
    padding: 20px 20px 20px 40px;
  }
}
.post.single #content .inner .single_content ul li {
  list-style: outside;
  font-size: 16px;
  padding: 5px 0;
}
@media screen and (max-width: 520px) {
  .post.single #content .inner .single_content ul li {
    font-size: 14px;
    padding: 3px 0;
    line-height: 28px;
  }
}
.post.single #content .inner .single_content ul li ul {
  background: #fff;
  margin: 10px 0 0 0;
  padding: 10px 20px 10px 40px;
}
.post.single #content .inner .single_content ul li ul li {
  list-style-type: circle;
}
.post.single #content .inner .single_content ul.nolist li {
  list-style: none;
}
.post.single #content .inner .single_content ol {
  margin: 0 0 30px 1em;
}
.post.single #content .inner .single_content ol li {
  font-size: 16px;
  padding: 5px 0;
}
.post.single #content .inner .single_content .wp-block-image {
  margin: 0 0 0 1em;
}
.post.single #content .inner .single_content .wp-block-image img {
  margin: 20px auto 50px;
}
.post.single #content .inner .single_content .wp-block-columns {
  margin: 0 0 0 1em;
}
@media screen and (max-width: 520px) {
  .post.single #content .inner .single_content .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 520px) {
  .post.single #content .inner .single_content .wp-block-columns .wp-block-image img {
    margin: 0 auto 20px;
  }
}
.post.single #content .inner .single_content .is-style-rounded {
  border-radius: 50px;
}
.post.single #content .inner .single_content .is-style-rounded img {
  border-radius: 50px;
}
.post.single #content .inner .single_content .has-background {
  padding: 50px;
}
@media screen and (max-width: 520px) {
  .post.single #content .inner .single_content .has-background {
    padding: 20px;
  }
}
.post.single #content .inner .single_content blockquote {
  position: relative;
  padding: 50px 30px 30px;
  margin: 20px 0 40px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}
.post.single #content .inner .single_content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "“";
  color: #cfcfcf;
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
}
.post.single #content .inner .single_content blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.post.single #content .inner .single_content .btn {
  text-align: center;
}
.post.single #content .inner .single_content .btn a {
  width: 300px;
  display: inline-block;
}
.post.single #content .inner .single_content .wp-block-button {
  padding: 50px 0;
}
.post.single #content .inner .single_content .wp-block-button a, .post.single #content .inner .single_content .wp-block-button span {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 280px;
  height: 70px;
  padding: 9px 25px 9px 30px;
  line-height: 1.8;
  letter-spacing: 0.07em;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background-color: #000;
  color: #FFF;
  border-radius: 3px;
  font-size: 20px;
}
.post.single #content .inner .single_content .wp-block-button a:after, .post.single #content .inner .single_content .wp-block-button span:after {
  transition: 0.3s ease-in-out;
  transform: translate(0%, -50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 25px;
  content: "";
  width: 11px;
  height: 9px;
  background-color: #000;
  background-color: #FFF;
}
.post.single #content .inner .single_content .wp-block-button a:hover, .post.single #content .inner .single_content .wp-block-button span:hover {
  opacity: 1;
}
.post.single #content .inner .single_content .wp-block-button a:hover:after, .post.single #content .inner .single_content .wp-block-button span:hover:after {
  transition: 0.3s ease-in-out;
  right: 20px;
}
.post.single #content .inner .single_content .wp-block-button a {
  width: 300px;
  display: inline-block;
  text-align: center;
}

#content .postlink {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0 150px;
  width: 100%;
}
@media screen and (max-width: 520px) {
  #content .postlink {
    padding: 30px 0;
  }
}
#content .postlink .box {
  width: 33.3%;
  min-height: 1px;
}
@media screen and (max-width: 520px) {
  #content .postlink .box {
    width: 33%;
    padding: 0 10px;
  }
}
#content .postlink .box.box_l:empty, #content .postlink .box.box_r:empty {
  display: none;
}
#content .postlink .box.box_l a, #content .postlink .box.box_r a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
@media screen and (max-width: 520px) {
  #content .postlink .box.box_l a, #content .postlink .box.box_r a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#content .postlink .box.box_l a span, #content .postlink .box.box_r a span {
  font-size: 16px;
  padding: 0 10px;
}
@media screen and (max-width: 520px) {
  #content .postlink .box.box_l a span, #content .postlink .box.box_r a span {
    display: none;
  }
}
#content .postlink .box.box_l {
  text-align: left;
}
#content .postlink .box.box_l a {
  justify-content: flex-start;
}
@media screen and (max-width: 520px) {
  #content .postlink .box.box_l a {
    justify-content: center;
  }
}
#content .postlink .box.box_r {
  text-align: right;
}
#content .postlink .box.box_r a {
  justify-content: flex-end;
}
@media screen and (max-width: 520px) {
  #content .postlink .box.box_r a {
    justify-content: center;
  }
}
#content .postlink .box.box_c {
  text-align: center;
}
#content .postlink .box.box_c a {
  color: #fff;
  font-weight: 700;
}

/*====================================
　404
=====================================*/
.not404 #container .inner {
  display: block;
}
.not404 #container .error {
  position: relative;
  max-width: 960px;
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 520px) {
  .not404 #container .error {
    font-size: 14px;
    padding: 50px 0;
  }
}
.not404 #container .error p {
  padding: 0 0 1.5em;
}
.not404 #container .error p.title {
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  padding: 0 0 80px;
}
@media screen and (max-width: 520px) {
  .not404 #container .error p.title {
    font-size: 24px;
  }
}
.not404 #container .error .btn {
  display: flex;
  justify-content: center;
}
.not404 #container .error .btn a {
  width: 280px;
}

.thanks_area {
  text-align: center;
  font-size: 20px;
  line-height: 200%;
}
.thanks_area p {
  padding: 0 0 50px;
}/*# sourceMappingURL=page.css.map */