@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*
Theme Name: prx_studio
Theme URI: null
Description: Description
Author: shunc - ghh
Version: 1.0
*/
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

.wp-block-image figure,
.wp-block-image figcaption {
  display: block;
}

a.nolink,
a.nolink:hover {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 1em;
}
@media screen and (max-width: 896px) {
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  font,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td {
    -webkit-tap-highlight-color: transparent;
  }
}

html {
  font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: none;
}
@media screen and (max-width: 896px) {
  :focus {
    -webkit-tap-highlight-color: transparent;
  }
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a,
a:link {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
}

a:active {
  color: #000;
}

@font-face {
  font-family: "RyuminPro";
  font-style: normal;
  font-weight: 100;
  src: url("font/A-OTF-RyuminPro-Medium.eot"); /* IE9 Compat Modes */
  src: url("font/A-OTF-RyuminPro-Medium.eot?#iefix") format("embedded-opentype"), url("font/A-OTF-RyuminPro-Medium.woff") format("woff"), url("font/A-OTF-RyuminPro-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}
body.fixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
}
@media screen and (max-width: 896px) {
  body {
    min-width: inherit;
  }
}

body p {
  line-height: 2.0625;
}

#container {
  padding-top: 128px;
  position: relative;
  text-align: left;
}

#main {
  margin-bottom: 62px;
  position: relative;
  z-index: 10;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
#header h1 {
  width: 160px;
  position: fixed;
  left: 7%;
  top: 30px;
  z-index: 90;
}
#header h1 a {
  display: block;
  position: relative;
  -webkit-transform: rotateZ(0.01deg);
          transform: rotateZ(0.01deg);
}
#header h1 a.img01 {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header h1 a.img02 {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header h1.on {
  height: 55px;
  overflow: hidden;
}
#header h1.on a.img01 {
  opacity: 1;
  visibility: visible;
}
#header h1.on a.img02 {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 896px) {
  #header h1 {
    width: 72px;
    top: 10px;
    left: 32px;
  }
  #header h1 a.img01:hover {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  #header h1 a.img02:hover {
    opacity: 1 !important;
    visibility: visible !important;
  }
  #header h1.on {
    height: auto;
    overflow: visible;
  }
  #header h1.on a.img01:hover {
    opacity: 1 !important;
    visibility: visible !important;
  }
  #header h1.on a.img02:hover {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

.menu {
  width: 40px;
  height: 22px;
  position: fixed;
  right: 91px;
  top: 32px;
  z-index: 100;
  cursor: pointer;
}
@media screen and (min-width: 897px) {
  .menu:hover {
    opacity: 0.7;
  }
}
.menu span {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #000;
}
.menu span:nth-child(2) {
  top: 10px;
}
.menu span:last-child {
  bottom: 0;
}
.menu.active span {
  background: #fff;
}
.menu.active span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.menu.active span:nth-child(2) {
  opacity: 0;
}
.menu.active span:last-child {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
@media screen and (max-width: 896px) {
  .menu {
    width: 26px;
    height: 13px;
    right: 23px;
    top: 21px;
  }
  .menu span {
    height: 1px;
  }
  .menu span:nth-child(2) {
    top: 6px;
  }
  .menu.active span:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
  .menu.active span:nth-child(2) {
    opacity: 0;
  }
  .menu.active span:last-child {
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
  }
}

.menuBox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(51, 51, 51, 0.7);
  z-index: 99;
  overflow-y: auto;
}
.menuBox .menuInner {
  padding: 30px 7% 44px;
}
.menuBox .menuInner .m-logo {
  width: 160px;
}
.menuBox .menuInner .m-ul {
  margin: 35px 138px 100px;
}
.menuBox .menuInner .m-ul li {
  margin-bottom: 24px;
}
.menuBox .menuInner .m-ul li a {
  display: block;
  color: #fff;
  font-size: 2.4rem;
  text-align: right;
  letter-spacing: 0.05em;
}
.menuBox .menuInner .m-ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 896px) {
  .menuBox .menuInner {
    padding: 10px 32px;
  }
  .menuBox .menuInner .m-logo {
    width: 72px;
  }
  .menuBox .menuInner .m-ul {
    margin: 20px;
  }
  .menuBox .menuInner .m-ul li {
    margin-bottom: 10px;
  }
  .menuBox .menuInner .m-ul li a {
    font-size: 1.6rem;
    text-align: center;
  }
}

/*------------------------------------------------------------
	#sidebar
------------------------------------------------------------*/
#sidebar {
  margin-top: 82px;
  width: 200px;
  float: right;
}
#sidebar .year-list li {
  margin-bottom: 10px;
}
#sidebar .year-list li a {
  padding: 16px 10px 15px;
  color: #000;
  display: block;
  background: #E5E5E5;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 897px) {
  #sidebar .year-list li a:hover {
    color: #fff;
    background: #000;
  }
}
@media all and (-ms-high-contrast: none) {
  #sidebar .year-list li a {
    padding: 18px 10px 13px;
  }
}
#sidebar .year-list li.on a {
  color: #fff;
  background: #000;
}
@media screen and (max-width: 896px) {
  #sidebar {
    margin-top: 50px;
    width: auto;
    float: none;
    display: none;
  }
}

#sidebar .year-list li a[aria-current] {
  color: #fff;
  background: #000;
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
  width: calc(100% - 247px);
  float: left;
}
@media screen and (max-width: 896px) {
  #conts {
    width: auto;
    float: none;
    min-height: inherit;
  }
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
  padding: 0 90px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#footer address {
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.2;
}
#footer .flogo {
  width: 200px;
}
#footer .flogo a {
  display: block;
}
@media screen and (max-width: 896px) {
  #footer {
    padding: 10px 24px 20px;
  }
  #footer address {
    font-size: 0.9rem;
  }
  #footer .flogo {
    width: 100px;
  }
}
@media screen and (max-width: 374px) {
  #footer {
    padding: 10px 12px 20px;
  }
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* flex */
.flex,
.flexA,
.flexB,
.flexC {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flexA {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.flexB {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexC {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
.content {
  padding: 0 16px;
  margin: 0 auto;
  max-width: 1132px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 896px) {
  .content {
    max-width: inherit;
    width: auto;
  }
}

.headline01 {
  margin-bottom: 104px;
  color: #251E1C;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
}
.headline01 > span {
  min-width: 200px;
  display: inline-block;
  border-bottom: 2px solid #251E1C;
}
@media screen and (max-width: 896px) {
  .headline01 {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  .headline01 > span {
    min-width: 120px;
    border-width: 1px;
  }
}

.headline02 {
  margin-bottom: 174px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.headline02 small {
  margin-top: 16px;
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 896px) {
  .headline02 {
    margin-bottom: 31px;
    font-size: 1.8rem;
  }
  .headline02 small {
    font-size: 1.3rem;
  }
}

/*------------------------------------------------------------
	c-link
------------------------------------------------------------*/
.c-link {
  text-align: center;
}
.c-link a {
  display: inline-block;
  letter-spacing: 0.05em;
}
.c-link a img {
  margin-right: 20px;
  vertical-align: baseline;
}
.c-link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 896px) {
  .c-link {
    margin-top: 40px;
  }
  .c-link a {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
  .c-link a img {
    width: 63px;
  }
}

/*------------------------------------------------------------
	c-choose
------------------------------------------------------------*/
.c-choose {
  margin: 0 auto;
  max-width: 467px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-choose li {
  position: relative;
  width: 18.84%;
}
.c-choose li > div {
  width: 100%;
  height: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E5E5E5;
  text-align: center;
  border-radius: 80px;
  overflow: hidden;
}
.c-choose li > div p {
  margin-bottom: 0 !important;
  font-size: 1rem !important;
  line-height: 1.15 !important;
  font-weight: normal;
  font-family: "Helvetica", Arial, sans-serif;
  position: relative;
  z-index: 3;
}
.c-choose li > div.one {
  background: #6986B6;
}
.c-choose li > div.second::before {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #6986B6;
  content: "";
}
.c-choose li > div.third p {
  color: #9B9B9B;
}
.c-choose li::before {
  width: 29px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -33px;
  background: url(../img/common/icon01.jpg) no-repeat left top/100% 100%;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 897px) and (max-width: 1100px) {
  .c-choose li::before {
    right: -31px;
  }
}
.c-choose li.choose02 > div.one {
  background: #DC535B;
}
.c-choose li.choose02 > div.second::before {
  background: #DC535B;
}
.c-choose li.choose03 > div.one {
  background: #A4B0B4;
}
.c-choose li.choose03 > div.second::before {
  background: #A4B0B4;
}
.c-choose li.choose04 > div.one {
  background: #DDDD44;
}
.c-choose li.choose04 > div.second::before {
  background: #DDDD44;
}
.c-choose li:last-child::before {
  display: none;
}
@media screen and (max-width: 896px) {
  .c-choose {
    margin: 0 auto !important;
    max-width: 250px;
  }
  .c-choose li > div {
    height: 60px;
  }
  .c-choose li > div p {
    line-height: 1.17 !important;
    font-size: 0.6rem !important;
  }
  .c-choose li::before {
    width: 15px;
    height: 10px;
    right: -18px;
  }
}

/*------------------------------------------------------------
	c-work-list
------------------------------------------------------------*/
.c-work-list {
  margin-bottom: 74px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.c-work-list::before {
  margin-left: -1px;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50px;
  background: #ccc;
  content: "";
}
.c-work-list > li {
  width: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #ccc;
}
.c-work-list > li a {
  display: block;
  padding: 60px 30px 47px 0;
}
.c-work-list > li:nth-child(1) {
  border-top: none;
}
.c-work-list > li:nth-child(2) {
  border-top: none;
}
.c-work-list > li:nth-child(2n) a {
  padding-left: 50px;
}
@media screen and (min-width: 897px) and (max-width: 1100px) {
  .c-work-list > li:nth-child(2n) a {
    padding: 60px 0 47px 30px;
  }
}
.c-work-list > li:nth-child(2n) .c-choose {
  margin: 0 -13px 0 16px;
}
@media screen and (min-width: 897px) and (max-width: 1100px) {
  .c-work-list > li:nth-child(2n) .c-choose {
    margin: 0 auto;
  }
}
.c-work-list > li:nth-child(2n-1)::before {
  width: 100px;
  height: 100px;
  position: absolute;
  right: -50px;
  bottom: -50px;
  background: #fff;
  content: "";
  z-index: 2;
}
@media screen and (max-width: 896px) {
  .c-work-list > li:nth-child(2n-1)::before {
    display: none;
  }
}
.c-work-list > li .ttl {
  margin-bottom: 69px;
}
.c-work-list > li .ttl h3 {
  margin-bottom: 11px;
  font-size: 3rem;
  line-height: 1.33;
  font-family: "Noto Serif JP", serif;
}
.c-work-list > li .ttl p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-work-list > li .photoInn {
  margin: 0 auto 56px;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
}
.c-work-list > li .photoInn .photo {
  padding-bottom: 56.25%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media screen and (min-width: 897px) {
  .c-work-list > li a:hover .photoInn .photo {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 896px) {
  .c-work-list {
    display: block;
  }
  .c-work-list::before {
    display: none;
  }
  .c-work-list > li {
    margin-bottom: 39px;
    width: auto !important;
    border: none;
    border-bottom: 1px solid #ccc;
  }
  .c-work-list > li a {
    padding: 0 0 46px !important;
  }
  .c-work-list > li .ttl {
    margin-bottom: 19px;
  }
  .c-work-list > li .ttl h3 {
    margin-bottom: 7px;
    font-size: 1.8rem;
    line-height: 1.25;
  }
  .c-work-list > li .ttl p {
    font-size: 1rem;
  }
  .c-work-list > li .photoInn {
    margin-bottom: 15px;
    width: 71%;
  }
  .c-work-list > li .photoInn .photo {
    padding-bottom: 53.5%;
    max-width: inherit;
  }
  .c-work-list > li:last-child {
    border: none;
  }
}

/*------------------------------------------------------------
	animated
------------------------------------------------------------*/
.animated {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight.on {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*------------------------------------------------------------
	pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  clear: both;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  border: 1px solid #999999;
  background: #999999;
  padding: 1px 5px;
  margin: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (-ms-high-contrast: none) {
  .wp-pagenavi a, .wp-pagenavi span {
    padding-top: 7px;
  }
}
@media screen and (min-width: 897px) {
  .wp-pagenavi a:hover {
    background: #fff;
    color: #000;
  }
}
.wp-pagenavi span.current {
  background: #fff;
  color: #000;
}
.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .pages, .wp-pagenavi .extend {
  display: none;
}

/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news #conts .news-list {
  letter-spacing: 0.05em;
}
#news #conts .news-list dt {
  margin-top: 1px;
  width: 100px;
  float: left;
}
@media screen and (max-width: 896px) {
  #news #conts .news-list dt {
    width: auto;
    float: none;
  }
}
#news #conts .news-list dd {
  margin-bottom: 36px;
  padding: 0 0 26px 101px;
  font-size: 1.8rem;
  border-bottom: 1px solid #000;
}
#news #conts .news-list dd:last-child {
  margin-bottom: 0;
}
#news #conts .news-list dd a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 896px) {
  #news #conts .news-list dd {
    margin-bottom: 15px;
    padding: 5px 0 15px;
    font-size: 1.6rem;
  }
  #news #conts .news-list dd a:hover {
    text-decoration: none;
  }
}

/*------------------------------------------------------------
	news-detail
------------------------------------------------------------*/
#news-detail {
  min-height: calc(100vh - 275px);
}
#news-detail #conts .detail h3 {
  margin-bottom: 45px;
  font-size: 2.4rem;
  font-weight: 500;
}
#news-detail #conts .detail h3 span {
  margin-bottom: 40px;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  #news-detail #conts .detail h3 span {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 896px) {
  #news-detail #conts .detail h3 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
#news-detail #conts .detail iframe {
  max-width: 100%;
}
#news-detail .c-link {
  margin-top: 115px;
}
@media screen and (max-width: 896px) {
  #news-detail .c-link {
    margin-top: 50px;
  }
}
@media screen and (max-width: 896px) {
  #news-detail {
    min-height: inherit;
  }
}

/*------------------------------------------------------------
	work
------------------------------------------------------------*/
#work .headline01 {
  margin-bottom: 116px;
}
@media screen and (max-width: 896px) {
  #work .headline01 {
    margin-bottom: 57px;
  }
}

/*------------------------------------------------------------
	work
------------------------------------------------------------*/
#work-detail .headline01 {
  margin-bottom: 160px;
}
@media screen and (max-width: 896px) {
  #work-detail .headline01 {
    margin-bottom: 57px;
  }
}
#work-detail .detail .mv {
  margin-bottom: 57px;
}
#work-detail .detail .mv img {
  width: 100%;
}
@media screen and (max-width: 896px) {
  #work-detail .detail .mv {
    margin-bottom: 30px;
  }
}
#work-detail .detail .inner {
  margin: 0 auto;
  max-width: 900px;
}
#work-detail .detail .inner h3 {
  margin-bottom: 68px;
  font-size: 3rem;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
}
#work-detail .detail .inner h3 span {
  margin-bottom: 10px;
  display: block;
  font-size: 1.6rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#work-detail .detail .inner h3 time {
  margin-top: 9px;
  display: block;
  font-size: 1.4rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 896px) {
  #work-detail .detail .inner h3 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  #work-detail .detail .inner h3 span {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  #work-detail .detail .inner h3 time {
    margin-top: 5px;
    font-size: 1rem;
  }
}
#work-detail .detail .inner p {
  margin-bottom: 66px;
  line-height: 2.0625;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  #work-detail .detail .inner p {
    margin-bottom: 36px;
    font-size: 1.4rem;
  }
}
#work-detail .detail .inner .text-dl {
  margin: 119px -15px 128px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.714;
}
#work-detail .detail .inner .text-dl dt {
  margin-bottom: 4px;
  width: 103px;
  font-weight: bold;
}
#work-detail .detail .inner .text-dl dd {
  margin-bottom: 4px;
  width: calc(100% - 103px);
}
@media screen and (max-width: 896px) {
  #work-detail .detail .inner .text-dl {
    margin: 30px 0;
    font-size: 1.2rem;
  }
  #work-detail .detail .inner .text-dl dt {
    width: 85px;
  }
  #work-detail .detail .inner .text-dl dd {
    width: calc(100% - 85px);
  }
}
#work-detail .detail .inner iframe {
  max-width: 100%;
}
#work-detail .c-link {
  margin-top: 115px;
}
@media screen and (max-width: 896px) {
  #work-detail .c-link {
    margin-top: 50px;
  }
}

/*------------------------------------------------------------
	policy
------------------------------------------------------------*/
@media screen and (max-width: 896px) {
  #policy .headline01 {
    margin-bottom: 50px;
  }
}
#policy .secBlock_type5 {
  margin-bottom: 90px;
  word-wrap: break-word;
}
@media screen and (max-width: 896px) {
  #policy .secBlock_type5 {
    margin-bottom: 40px;
  }
}
#policy .secBlock_type5 .secTitle_type1 {
  font-size: 2.6rem;
  border-left: 4px solid #000;
  padding-left: 18px;
  line-height: 1.4;
  margin-bottom: 18px;
}
@media screen and (max-width: 896px) {
  #policy .secBlock_type5 .secTitle_type1 {
    font-size: 2rem;
    padding-left: 15px;
  }
}
@media all and (-ms-high-contrast: none) {
  #policy .secBlock_type5 .secTitle_type1 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 896px) {
  #policy .secBlock_type5 p {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
#policy .secBlock_type5 p.leadText {
  margin-bottom: 30px;
}
#policy .secBlock_type5 p.leadText2 {
  margin-bottom: 15px;
}
#policy .secBlock_type5 .dl_type1 {
  padding-left: 2em;
  margin-bottom: 20px;
}
#policy .secBlock_type5 .dl_type1 dd {
  padding-left: 2em;
}
#policy .secBlock_type5 .txtSection_type3 {
  margin-bottom: 25px;
}
#policy .secBlock_type5 .icon_blank_type1::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../img/common/icon_blank_black.png) no-repeat left top;
  background-size: contain;
  margin: 0 10px;
}
#policy .secBlock_type5 .icon_blank_type1:hover {
  opacity: 0.7;
}

#cookie-notice .cookie-notice-container {
  padding: 65px 8.2% 73px;
}
#cookie-notice .cookie-notice-container .cn-text-container {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#cookie-notice .cookie-notice-container .cn-text-container a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (min-width: 897px) {
  #cookie-notice .cookie-notice-container .cn-text-container a:hover {
    text-decoration: none;
  }
}
#cookie-notice .cn-close-icon {
  width: 15px;
  height: 30px;
  right: 51px;
  top: 42px;
}
#cookie-notice .cn-close-icon::before, #cookie-notice .cn-close-icon::after {
  height: 32px;
  width: 1px;
}
#cookie-notice .cn-close-icon::before {
  -webkit-transform: rotate(38deg);
          transform: rotate(38deg);
}
#cookie-notice .cn-close-icon::after {
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
}

#cn-notice-buttons {
  display: none !important;
}

#work-detail .detail .inner p[style="text-align: left;"] iframe {
  float: left;
  margin: 0 15px 10px 0;
}

#work-detail .detail .inner p[style="text-align: right;"] iframe {
  float: right;
  margin: 0 0 10px 15px;
}