@charset "UTF-8";
/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, button, select, textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-family: inherit;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  font-size: 16px;
  color: inherit;
}

textarea {
  resize: vertical;
}

input:focus, textarea:focus, select:focus {
  outline: 0;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button, input[type=month]::-webkit-outer-spin-button, input[type=month]::-webkit-inner-spin-button, input[type=datetime-local]::-webkit-outer-spin-button, input[type=datetime-local]::-webkit-inner-spin-button, input[type=week]::-webkit-outer-spin-button, input[type=week]::-webkit-inner-spin-button, input[type=time]::-webkit-outer-spin-button, input[type=time]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button, input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number], input[type=month], input[type=datetime-local], input[type=week], input[type=time], input[type=date] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=date]::-webkit-clear-button, input[type=month]::-webkit-clear-button, input[type=datetime-local]::-webkit-clear-button, input[type=time]::-webkit-clear-button, input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, img, i, ul, li, header, nav, aside, section, footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

ul, ol, li {
  font-size: 0;
  list-style: none;
}

a {
  color: inherit;
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: none;
  outline: none;
}

a:link, a:visited {
  color: inherit;
}

a:hover, a:active {
  color: inherit;
  cursor: pointer;
}

a img {
  border: none;
}

img {
  vertical-align: middle;
  border: 0;
  width: 100%;
  height: auto;
}

iframe {
  width: 100%;
}

body {
  color: #333;
  background-color: #F6F6F6;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  letter-spacing: 0.07em;
  line-height: 1;
}

body,
html {
  font-size: 62.5%;
}

img {
  pointer-events: none;
}

.eng {
  font-family: "Josefin Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

#wrap {
  display: block;
  overflow: hidden;
}

.right {
  float: right;
}

.left {
  float: left;
}

@media screen and (max-width: 560px) {
  .right,
  .left {
    float: none;
  }
}
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.pc {
  display: block;
}

@media screen and (max-width: 560px) {
  .pc {
    display: none;
  }
}
.tb,
.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .tb {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .sp {
    display: block;
  }
}
.iframe_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.iframe_wrap iframe,
.iframe_wrap video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.thumb,
.bg {
  background-color: #c4c4c4;
}

.lazyloaded {
  background-color: transparent;
}

section {
  margin: 8rem 0;
}

.main_inner {
  width: 1200px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}

.narrow_inner {
  width: 960px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}

.p_heading {
  margin-bottom: 4.8rem;
  padding-bottom: 3.2rem;
  position: relative;
}

.p_heading .subtitle {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
}

.p_heading .title {
  font-weight: bold;
  font-size: 53px;
}

@media screen and (max-width: 560px) {
  .p_heading .title {
    font-size: 40px;
  }
}
.p_heading:before {
  content: "";
  width: 4rem;
  height: 4px;
  background-color: #333;
  left: 0;
  bottom: 0;
  position: absolute;
}

.p_heading.align_center {
  text-align: center;
}

.p_heading.align_center:before {
  right: 0;
  margin: auto;
}

.p_flex_heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 960px) {
  .p_flex_heading {
    display: block;
  }
}
.p_flex_heading .p_heading {
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .p_flex_heading .p_heading {
    margin-bottom: 4.8rem;
  }
}
.p_flex_heading .flex_txt {
  margin-left: 12rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  .p_flex_heading .flex_txt {
    margin-left: 0;
  }
}
.p_txt {
  font-size: 1.4rem;
  line-height: 2;
}

.p_txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.5em;
  content: "";
}

.p_txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.5em;
  content: "";
}

.p_btn {
  font-size: 1.4rem;
  font-family: "Josefin Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  padding: 16px 0;
  position: relative;
  color: #fff;
  letter-spacing: 0.07em;
  display: inline-block;
  cursor: pointer;
}

.p_btn .border {
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.p_btn .border:before {
  content: "";
  width: 1px;
  height: 9px;
  background-color: #fff;
  position: absolute;
}

.p_btn .border:after {
  content: "";
  width: 1px;
  height: 9px;
  background-color: #fff;
  position: absolute;
}

.p_btn .arrow {
  position: relative;
}

.p_btn .arrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.p_btn:hover .border {
  transform: translateY(-50%) scale(1.1);
  -webkit-transform: translateY(-50%) scale(1.1);
  -moz-transform: translateY(-50%) scale(1.1);
  -ms-transform: translateY(-50%) scale(1.1);
  -o-transform: translateY(-50%) scale(1.1);
}

.p_btn_next,
.p_btn_rm {
  padding-right: 20px;
}

.p_btn_next .border,
.p_btn_rm .border {
  right: 0;
  border-right: 1px solid #fff;
}

.p_btn_next .border:before,
.p_btn_rm .border:before {
  left: 0;
  top: 0;
}

.p_btn_next .border:after,
.p_btn_rm .border:after {
  left: 0;
  bottom: 0;
}

.p_btn_next .arrow,
.p_btn_rm .arrow {
  padding-right: 22px;
}

.p_btn_next .arrow:after,
.p_btn_rm .arrow:after {
  right: 0;
  background-image: url(../images/arrow-right.svg);
}

.p_btn_next:hover .arrow:after,
.p_btn_rm:hover .arrow:after {
  transform: translate(4px, 0);
  -webkit-transform: translate(4px, 0);
  -moz-transform: translate(4px, 0);
  -ms-transform: translate(4px, 0);
  -o-transform: translate(4px, 0);
}

.p_btn_rm .arrow:after {
  width: 11px;
  height: 15px;
  background-image: url(../images/arrow-down.svg);
}

.p_btn_rm:hover .arrow:after {
  transform: translate(0, 4px);
  -webkit-transform: translate(0, 4px);
  -moz-transform: translate(0, 4px);
  -ms-transform: translate(0, 4px);
  -o-transform: translate(0, 4px);
}

.p_btn_prev {
  padding-left: 20px;
}

.p_btn_prev .border {
  left: 0;
  border-left: 1px solid #fff;
}

.p_btn_prev .border:before {
  right: 0;
  top: 0;
}

.p_btn_prev .border:after {
  right: 0;
  bottom: 0;
}

.p_btn_prev .arrow {
  padding-left: 22px;
}

.p_btn_prev .arrow:after {
  left: 0;
  background-image: url(../images/arrow-left.svg);
}

.p_btn_prev:hover .arrow:after {
  transform: translate(-4px, 0);
  -webkit-transform: translate(-4px, 0);
  -moz-transform: translate(-4px, 0);
  -ms-transform: translate(-4px, 0);
  -o-transform: translate(-4px, 0);
}

.p_btn.black {
  color: #333;
}

.p_btn.black .border {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.p_btn.black .border:before,
.p_btn.black .border:after {
  background-color: #333;
}

.p_btn_next.black .border,
.p_btn_rm.black .border {
  border-right: 1px solid #333;
}

.p_btn_next.black .arrow:after,
.p_btn_rm.black .arrow:after {
  background-image: url(../images/arrow-right-black.svg);
}

.p_btn_rm.black .arrow:after {
  background-image: url(../images/arrow-down-black.svg);
}

.p_btn_prev.black .border {
  border-left: 1px solid #333;
}

.p_btn_prev.black .arrow:after {
  background-image: url(../images/arrow-left-black.svg);
}

.p_thumb {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.p_thumb .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.p_thumb.r-3-2 .bg {
  padding-top: 66.66%;
}

.p_cat_list ul {
  text-align: center;
}

.p_cat_list ul li {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 8px;
}

.p_cat_list ul li a {
  display: inline-block;
  padding: 8px;
}

.p_column li a {
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(206, 206, 206, 0.3);
}

.p_column li a .content_area {
  padding: 1.6rem;
}

.p_column li a .content_area .title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 4.2rem;
}

.p_column li a .content_area .title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3em;
  content: "";
}

.p_column li a .content_area .title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3em;
  content: "";
}

.p_column li a .content_area .vm {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 16px;
}

.p_column li a .content_area .vm span {
  padding-right: 2.4rem;
  position: relative;
}

.p_column li a .content_area .vm span:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  background-image: url(../images/arrow-right-black.svg);
}

.p_info {
  color: #797979;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 1.6rem;
}

.p_info .cat {
  padding-right: 0.8rem;
  border-right: 1px solid #797979;
  margin-right: 0.8rem;
}

.p_navmenu {
  position: relative;
}

.p_navmenu .nav_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12rem;
  margin: auto;
  z-index: 9000;
  height: 28%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

@media screen and (max-width: 1200px) {
  .p_navmenu .nav_logo {
    left: 16px;
  }
}
.p_navmenu .nav_logo a {
  height: 100%;
}

.p_navmenu .nav_logo a svg {
  width: auto;
  height: 100%;
}

.p_navmenu .nav_logo a svg path {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.p_navmenu .nav_logo:hover {
  opacity: 0.7;
}

.p_navmenu .nav_menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 384px;
  line-height: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.p_navmenu .nav_menu ul li {
  display: inline-block;
}

.p_navmenu .nav_menu ul li.menu_list {
  margin-right: 4rem;
}

.p_navmenu .nav_menu ul li.menu_list a {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0;
}

.p_navmenu .nav_menu ul li.menu_list a:after {
  position: absolute;
  bottom: -7px;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.26, 0.06, 0, 1);
}

.p_navmenu .nav_menu ul li.menu_list a:hover:after {
  width: 100%;
}

.p_navmenu .nav_btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 46px;
  height: 46px;
  width: 240px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.p_navmenu .nav_btn span {
  padding-left: 2.4rem;
  position: relative;
  padding-right: 3.6rem;
}

@media screen and (max-width: 960px) {
  .p_navmenu .nav_btn span {
    padding-left: 1.6rem;
  }
}
.p_navmenu .nav_btn span:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/arrow-right-black.svg);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.p_navmenu .nav_btn:hover {
  width: 224px;
}

.p_navmenu .nav_btn:hover span:after {
  transform: translate(4px, -50%);
  -webkit-transform: translate(4px, -50%);
  -moz-transform: translate(4px, -50%);
  -ms-transform: translate(4px, -50%);
  -o-transform: translate(4px, -50%);
}

.p_navmenu .doc_btn {
  position: absolute;
  right: 264px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  height: 46px;
  width: 120px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.p_navmenu .doc_btn:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 4px;
  left: -2px;
  bottom: 8px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.p_navmenu .doc_btn:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 4px;
  right: -2px;
  top: 8px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.p_three_column_list {
  letter-spacing: 0;
}

.p_three_column_list li {
  vertical-align: top;
  width: calc(33.33333% - 26px);
  display: inline-block;
  letter-spacing: 0.07em;
}

.p_three_column_list li:nth-child(3n+1) {
  margin: 0 26px 0 0;
}

.p_three_column_list li:nth-child(3n+2) {
  margin: 0 13px 0 13px;
}

.p_three_column_list li:nth-child(3n+3) {
  margin: 0 0 0 26px;
}

@media screen and (max-width: 960px) {
  .p_three_column_list li {
    vertical-align: top;
    width: calc(50% - 16px);
  }
  .p_three_column_list li:nth-child(3n+1),
  .p_three_column_list li:nth-child(3n+2),
  .p_three_column_list li:nth-child(3n+3) {
    margin: 0;
  }
  .p_three_column_list li:nth-child(2n+1) {
    margin: 0 16px 0 0;
  }
  .p_three_column_list li:nth-child(2n+2) {
    margin: 0 0 0 16px;
  }
}
@media screen and (max-width: 560px) {
  .p_three_column_list li {
    vertical-align: top;
    width: 100%;
  }
  .p_three_column_list li:nth-child(3n+1),
  .p_three_column_list li:nth-child(3n+2),
  .p_three_column_list li:nth-child(3n+3),
  .p_three_column_list li:nth-child(2n+1),
  .p_three_column_list li:nth-child(2n+2) {
    margin: 0;
  }
}
.p_four_column_list {
  letter-spacing: 0;
}

.p_four_column_list li {
  vertical-align: top;
  width: 22%;
  display: inline-block;
  margin: 0 1.5%;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 960px) {
  .p_four_column_list li {
    vertical-align: top;
    width: calc(50% - 16px);
    display: inline-block;
  }
  .p_four_column_list li:nth-child(2n+1) {
    margin: 0 16px 0 0;
  }
  .p_four_column_list li:nth-child(2n+2) {
    margin: 0 0 0 16px;
  }
}
@media screen and (max-width: 560px) {
  .p_four_column_list li {
    vertical-align: top;
    width: 100%;
    display: inline-block;
  }
  .p_four_column_list li:nth-child(2n+1),
  .p_four_column_list li:nth-child(2n+2) {
    margin: 0;
  }
}
.p_breadcrumb .breadcrumb_list li {
  display: inline-block;
  position: relative;
  line-height: 1.4;
}

.p_breadcrumb .breadcrumb_list li:not(:last-child) {
  padding-right: 14px;
  margin-right: 6px;
}

.p_breadcrumb .breadcrumb_list li:not(:last-child):after {
  position: absolute;
  content: "-";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
  font-size: 1.4rem;
}

.p_breadcrumb .breadcrumb_list li a {
  font-size: 1.4rem;
  font-weight: bold;
}

footer {
  background-color: #333333;
  padding: 16rem 0 2rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  footer {
    padding: 16rem 1.6rem 2rem;
  }
}
footer .p_navmenu {
  color: #fff;
  width: 100%;
  height: 4.6rem;
}

@media screen and (max-width: 960px) {
  footer .p_navmenu {
    height: auto;
  }
}
footer .p_navmenu .nav_logo {
  height: 24px;
}

footer .p_navmenu .nav_logo a svg path {
  fill: #fff;
}

@media screen and (max-width: 960px) {
  footer .p_navmenu .nav_logo {
    display: inline-block;
    position: static;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
@media screen and (max-width: 560px) {
  footer .p_navmenu .nav_menu ul li.menu_list {
    margin-top: 8px;
  }
}
footer .p_navmenu .nav_menu ul li.menu_list a {
  color: #fff;
}

footer .p_navmenu .nav_menu ul li.menu_list a:after {
  background-color: #fff;
}

@media screen and (max-width: 960px) {
  footer .p_navmenu .nav_menu {
    position: static;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    margin: 3.2rem 0;
  }
}
footer .p_navmenu .nav_btn {
  color: #333;
  background-color: #fff;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 960px) {
  footer .p_navmenu .nav_btn {
    position: static;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    width: 560px;
    max-width: 100%;
    margin-top: 1.6rem;
    display: inline-block;
    border-right: 2px solid #fff;
  }
  footer .p_navmenu .nav_btn:hover {
    width: 560px;
    max-width: 100%;
  }
}
footer .p_navmenu .nav_btn:hover {
  color: #fff;
  background-color: #333;
}

footer .p_navmenu .nav_btn:hover span:after {
  background-image: url(../images/arrow-right.svg);
}

footer .p_navmenu .doc_btn {
  color: #fff;
  border: 2px solid #fff;
  background-color: #333;
}

@media screen and (max-width: 960px) {
  footer .p_navmenu .doc_btn {
    position: relative;
    right: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    width: 560px;
    max-width: 100%;
    display: inline-block;
  }
}
footer .p_navmenu .doc_btn:after,
footer .p_navmenu .doc_btn:before {
  background-color: #333;
}

footer .p_navmenu .doc_btn:hover {
  color: #333;
  background-color: #fff;
}

footer .p_navmenu .doc_btn:hover:after,
footer .p_navmenu .doc_btn:hover:before {
  background-color: #fff;
}

footer small {
  display: block;
  font-size: 12px;
  text-align: right;
  font-weight: bold;
  margin: 4rem 12rem 0 0;
  color: #606060;
}

@media screen and (max-width: 960px) {
  footer small {
    text-align: left;
    margin-right: 0;
  }
}
#sub footer {
  padding: 7.2rem 0 2rem;
}

@media screen and (max-width: 960px) {
  #sub footer {
    padding: 7.2rem 1.6rem 2rem;
  }
}
header {
  width: 100%;
  height: 8.6rem;
  position: fixed;
  z-index: 999;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition-delay: 0s;
}

header .p_navmenu {
  width: 100%;
  height: 100%;
}

header .p_navmenu .nav_logo a svg path {
  fill: #fff;
}

header .p_navmenu .nav_menu ul li.menu_list a {
  color: #fff;
}

header .p_navmenu .nav_menu ul li.menu_list a:after {
  background-color: #fff;
}

header .p_navmenu .nav_btn {
  color: #333;
  background-color: #fff;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

header .p_navmenu .nav_btn:hover {
  color: #fff;
  background-color: #333;
}

header .p_navmenu .nav_btn:hover span:after {
  background-image: url(../images/arrow-right.svg);
}

header .p_navmenu .doc_btn {
  color: #fff;
  border: 2px solid #fff;
  background-color: #333;
}

header .p_navmenu .doc_btn:after,
header .p_navmenu .doc_btn:before {
  background-color: #333;
}

header .p_navmenu .doc_btn:hover {
  color: #333;
  border: 2px solid #333;
  background-color: #fff;
}

header .p_navmenu .doc_btn:hover:after,
header .p_navmenu .doc_btn:hover:before {
  background-color: #fff;
}

header .sp_menu,
header .hamburger_btn {
  display: none;
}

header.scrolled,
#sub header {
  background-color: #fff;
}

header.scrolled .nav_logo a svg path,
#sub header .nav_logo a svg path {
  fill: #333;
}

header.scrolled .nav_menu ul li.menu_list a,
#sub header .nav_menu ul li.menu_list a {
  color: #333;
}

header.scrolled .nav_menu ul li.menu_list a:after,
#sub header .nav_menu ul li.menu_list a:after {
  background-color: #333;
}

header.scrolled .nav_btn,
#sub header .nav_btn {
  color: #fff;
  background-color: #333;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
}

header.scrolled .nav_btn span:after,
#sub header .nav_btn span:after {
  background-image: url(../images/arrow-right.svg);
}

header.scrolled .nav_btn:hover,
#sub header .nav_btn:hover {
  color: #333;
  background-color: #fff;
}

header.scrolled .nav_btn:hover span:after,
#sub header .nav_btn:hover span:after {
  background-image: url(../images/arrow-right-black.svg);
}

header.scrolled .doc_btn,
#sub header .doc_btn {
  color: #333;
  border: 2px solid #333;
  background-color: #fff;
}

header.scrolled .doc_btn:after,
header.scrolled .doc_btn:before,
#sub header .doc_btn:after,
#sub header .doc_btn:before {
  background-color: #fff;
}

header.scrolled .doc_btn:hover,
#sub header .doc_btn:hover {
  color: #fff;
  background-color: #333;
}

header.scrolled .doc_btn:hover:after,
header.scrolled .doc_btn:hover:before,
#sub header .doc_btn:hover:after,
#sub header .doc_btn:hover:before {
  background-color: #333;
}

@media screen and (max-width: 1200px) {
  header {
    height: 6.4rem;
  }
  header .nav_menu,
  header .nav_btn,
  header .doc_btn {
    display: none;
  }
  header .nav_logo {
    left: 16px;
  }
  header .sp_menu {
    display: block;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
  header .sp_menu .sp_menu_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    background-color: #fff;
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
  }
  header .sp_menu .sp_menu_bg.is_show {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  header .sp_menu .sp_menu_wrap {
    position: absolute;
    top: 20vh;
    margin: auto;
    width: 100%;
    text-align: left;
    z-index: 9900;
    padding-left: 16px;
  }
  header .sp_menu .sp_menu_wrap .sp_menu_list {
    display: block;
    margin-top: 32px;
    font-size: 16px;
    line-height: 1;
    transform: translateX(16px);
    -webkit-transform: translateX(16px);
    -moz-transform: translateX(16px);
    -ms-transform: translateX(16px);
    -o-transform: translateX(16px);
    opacity: 0;
    visibility: hidden;
  }
  header .sp_menu .sp_menu_wrap .sp_menu_list:first-child {
    margin-top: 0;
  }
  header .sp_menu .sp_menu_wrap .sp_menu_list a {
    font-weight: bold;
    padding: 0;
    display: inline-block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  header .sp_menu .sp_menu_wrap .sp_menu_list a.h_btn {
    width: 560px;
    max-width: calc(100% - 16px);
    position: static;
    line-height: 46px;
    display: block;
    text-align: center;
    border: 2px solid #333;
  }
  header .sp_menu .sp_menu_wrap .sp_menu_list a.h_btn.con {
    color: #fff;
    background-color: #333;
  }
  header .sp_menu .sp_menu_wrap .sp_menu_list a.h_btn.con span {
    position: relative;
    padding-right: 3.6rem;
  }
  header .sp_menu .sp_menu_wrap .sp_menu_list a.h_btn.con span:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/arrow-right.svg);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  header .sp_menu .sp_menu_wrap .sp_menu_list a.h_btn.doc {
    color: #333;
    background-color: #fff;
  }
  header .sp_menu .sp_menu_wrap .sp_menu_list:last-child {
    margin-top: 16px;
  }
  header .sp_menu .sp_menu_wrap .list_btn {
    margin-top: 48px;
  }
  header .sp_menu .sp_menu_wrap .sp_menu_list.is_show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
  }
  header .sp_menu .sp_menu_wrap .sp_menu_list.is_show:first-child {
    transition-delay: 0;
  }
  header .sp_menu .sp_menu_wrap .sp_menu_list.is_show:nth-child(2) {
    transition-delay: 0.1s;
  }
  header .sp_menu .sp_menu_wrap .sp_menu_list.is_show:nth-child(3) {
    transition-delay: 0.2s;
  }
  header .sp_menu .sp_menu_wrap .sp_menu_list.is_show:nth-child(4) {
    transition-delay: 0.3s;
  }
  header .sp_menu .sp_menu_wrap .sp_menu_list.is_show:nth-child(5) {
    transition-delay: 0.4s;
  }
  header .sp_menu .sp_menu_wrap .sp_menu_list.is_show:nth-child(6) {
    transition-delay: 0.5s;
  }
  header .sp_menu .sp_menu_wrap .sp_menu_list.is_show:nth-child(7) {
    transition-delay: 0.6s;
  }
  header .sp_menu .sp_menu_wrap .sp_menu_list.is_show:nth-child(8) {
    transition-delay: 0.7s;
  }
  header .sp_menu .sp_menu_wrap .sp_menu_list.is_show:nth-child(9) {
    transition-delay: 0.8s;
  }
  header .sp_menu.is_show {
    visibility: visible;
  }
  header .hamburger_btn {
    display: block;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 20px;
    z-index: 9999;
    cursor: pointer;
  }
  header .hamburger_btn .menu_trigger {
    pointer-events: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  header .hamburger_btn .menu_trigger span {
    position: absolute;
    right: 0;
    margin: auto;
    height: 2px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    background-color: #fff;
  }
  header .hamburger_btn .menu_trigger span:nth-of-type(1) {
    width: 100%;
    top: 0;
    right: 0;
  }
  header .hamburger_btn .menu_trigger span:nth-of-type(2) {
    width: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  header .hamburger_btn .menu_trigger span:nth-of-type(3) {
    width: 100%;
    right: 0;
    bottom: 0;
  }
  header .hamburger_btn .active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    -o-transform: translateY(8px) rotate(-45deg);
  }
  header .hamburger_btn .active span:nth-of-type(2) {
    display: none;
  }
  header .hamburger_btn .active span:nth-of-type(3) {
    width: 100%;
    transform: translateY(-9px) rotate(45deg);
    -webkit-transform: translateY(-9px) rotate(45deg);
    -moz-transform: translateY(-9px) rotate(45deg);
    -ms-transform: translateY(-9px) rotate(45deg);
    -o-transform: translateY(-9px) rotate(45deg);
  }
  header.spmenu_viewed .p_navmenu .nav_logo a svg path {
    fill: #333;
  }
  header.spmenu_viewed .hamburger_btn .menu_trigger span {
    background-color: #333;
  }
  header.scrolled .hamburger_btn .menu_trigger span,
  #sub header .hamburger_btn .menu_trigger span {
    background-color: #333;
  }
}
#top #first_view {
  height: 86vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/top-fv-bg.jpg);
  position: relative;
  margin: 0;
  background-color: #F6F6F6;
}

#top #first_view .fv_content {
  position: absolute;
  left: 12rem;
  bottom: 12rem;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  #top #first_view .fv_content {
    left: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  #top #first_view .fv_content {
    bottom: 3.2rem;
  }
}
#top #first_view .fv_content .title {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.3;
}

#top #first_view .fv_content .title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.15em;
  content: "";
}

#top #first_view .fv_content .title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.15em;
  content: "";
}

@media screen and (max-width: 560px) {
  #top #first_view .fv_content .title {
    font-size: 3.2rem;
  }
}
#top #first_view .fv_content .subtitle {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 2.4rem;
}

@media screen and (max-width: 560px) {
  #top #first_view .fv_content .subtitle {
    font-size: 1.4rem;
  }
}
#top #first_view .fv_content .txt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 4rem;
}

#top #first_view .fv_content .txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3em;
  content: "";
}

#top #first_view .fv_content .txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3em;
  content: "";
}

@media screen and (max-width: 560px) {
  #top #first_view .fv_content .txt {
    font-size: 1.6rem;
  }
}
#top #about {
  position: relative;
  padding-bottom: 20rem;
}

@media screen and (max-width: 960px) {
  #top #about {
    padding-bottom: 0;
  }
}
#top #about:before {
  content: "";
  width: 960px;
  max-width: calc(100% - 32px);
  background-color: #EBEBEB;
  height: 92%;
  z-index: -20;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12rem;
}

@media screen and (max-width: 960px) {
  #top #about:before {
    right: 0;
    left: auto;
  }
}
#top #about .about_img {
  position: absolute;
  width: 50vw;
  max-width: 640px;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 960px) {
  #top #about .about_img {
    position: static;
    width: 560px;
    max-width: calc(100% - 32px);
    margin: 0 auto;
    display: block;
  }
}
#top #about .content_area {
  padding: 5.6rem 0 7.2rem;
  position: relative;
}

#top #about .content_area:before {
  content: "";
  width: 1200px;
  max-width: calc(100% - 32px);
  background-color: #fff;
  height: 100%;
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 960px) {
  #top #about .content_area:before {
    height: 110%;
    right: auto;
    left: 0;
  }
}
#top #about .content_area .icon_area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 960px) {
  #top #about .content_area .icon_area {
    display: block;
  }
}
#top #about .content_area .icon_area img {
  width: 505px;
  max-width: 100%;
}

#top #about .content_area .icon_area .txt {
  padding-left: 8rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}

#top #about .content_area .icon_area .txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.5em;
  content: "";
}

#top #about .content_area .icon_area .txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.5em;
  content: "";
}

@media screen and (max-width: 960px) {
  #top #about .content_area .icon_area .txt {
    padding-left: 0;
    padding-top: 32px;
    font-size: 1.6rem;
  }
  #top #about .content_area .icon_area .txt br {
    display: none;
  }
}
#top #about .content_area .statement_area {
  margin-top: 7.2rem;
  width: 40.7vw;
}

@media screen and (max-width: 960px) {
  #top #about .content_area .statement_area {
    width: 100%;
  }
}
#top #about .content_area .statement_area .mission,
#top #about .content_area .statement_area .vision {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 560px) {
  #top #about .content_area .statement_area .mission,
  #top #about .content_area .statement_area .vision {
    display: block;
  }
}
#top #about .content_area .statement_area .mission .title,
#top #about .content_area .statement_area .vision .title {
  font-size: 3rem;
  font-weight: bold;
  width: 160px;
}

@media screen and (max-width: 560px) {
  #top #about .content_area .statement_area .mission .title,
  #top #about .content_area .statement_area .vision .title {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
#top #about .content_area .statement_area .mission .txt_block,
#top #about .content_area .statement_area .vision .txt_block {
  width: calc(100% - 160px);
}

@media screen and (max-width: 560px) {
  #top #about .content_area .statement_area .mission .txt_block,
  #top #about .content_area .statement_area .vision .txt_block {
    width: 100%;
  }
}
#top #about .content_area .statement_area .mission .txt_block h5,
#top #about .content_area .statement_area .vision .txt_block h5 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 1.6rem;
}

#top #about .content_area .statement_area .mission .txt_block h5::before,
#top #about .content_area .statement_area .vision .txt_block h5::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3em;
  content: "";
}

#top #about .content_area .statement_area .mission .txt_block h5::after,
#top #about .content_area .statement_area .vision .txt_block h5::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3em;
  content: "";
}

#top #about .content_area .statement_area .vision {
  margin-top: 4rem;
}

#top #services {
  position: relative;
  padding-bottom: 8rem;
}

@media screen and (max-width: 560px) {
  #top #services {
    padding-bottom: 3.2rem;
  }
}
#top #services:before {
  content: "";
  width: 1200px;
  max-width: calc(100% - 16px);
  background-color: #fff;
  height: 100%;
  z-index: -10;
  position: absolute;
  bottom: 0;
  right: 0;
}

#top #services .services_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  #top #services .services_list {
    flex-wrap: wrap;
  }
}
#top #services .services_list li {
  width: 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 8rem 4rem 14rem 4rem;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 960px) {
  #top #services .services_list li {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  #top #services .services_list li {
    width: calc(100% - 32px);
    margin-left: 32px;
    padding: 6.4rem 3.2rem 14rem 3.2rem;
  }
}
#top #services .services_list li .title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

#top #services .services_list li .title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3em;
  content: "";
}

#top #services .services_list li .title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3em;
  content: "";
}

#top #services .services_list li .txt {
  padding-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}

#top #services .services_list li .txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.5em;
  content: "";
}

#top #services .services_list li .txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.5em;
  content: "";
}

#top #services .services_list li .eng_title {
  position: absolute;
  font-size: 4.2rem;
  color: #CECECE;
  font-weight: bold;
  left: 0;
  bottom: -1.1rem;
}

@media screen and (max-width: 560px) {
  #top #services .services_list li .eng_title {
    font-size: 2.4rem;
    bottom: 0;
  }
}
#top #services .services_list li .eng_num {
  position: absolute;
  font-size: 10rem;
  color: #fff;
  opacity: 0.2;
  font-weight: bold;
  right: 0;
  bottom: -2.5rem;
}

@media screen and (max-width: 560px) {
  #top #services .services_list li .eng_num {
    font-size: 8rem;
    bottom: -2rem;
  }
}
#top #services .services_list li:nth-child(1) {
  background-image: url(../images/service-01.jpg);
}

#top #services .services_list li:nth-child(2) {
  background-image: url(../images/service-02.jpg);
}

#top #services .services_list li:nth-child(3) {
  background-image: url(../images/service-03.jpg);
}

#top #services .services_list li:nth-child(4) {
  background-image: url(../images/service-04.jpg);
}

#top #member {
  margin-bottom: 0;
  padding-bottom: 8rem;
  position: relative;
}

#top #member:before {
  content: "";
  width: 100%;
  background-color: #333333;
  height: 480px;
  z-index: -10;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 560px) {
  #top #member:before {
    height: 600px;
  }
}
#top #member #member_slider {
  margin-left: 12rem;
}

@media screen and (max-width: 1200px) {
  #top #member #member_slider {
    margin-left: 16px;
  }
}
#top #member #member_slider li {
  display: inline-block;
  vertical-align: top;
  width: 480px;
  margin-right: 4rem;
  color: #fff;
}

@media screen and (max-width: 560px) {
  #top #member #member_slider li {
    width: calc(100vw - 48px);
    margin-right: 1.6rem;
  }
}
#top #member #member_slider li .name {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 2.4rem 0 1.6rem;
}

#top #member .slider_nav_wrap {
  margin-top: 4.8rem;
  padding: 0 12rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 960px) {
  #top #member .slider_nav_wrap {
    padding: 0 16px;
  }
}
#top #member .slider_nav_wrap .slider_arrow_wrap .p_btn_next {
  margin-left: 3.2rem;
}

@media screen and (max-width: 560px) {
  #top #member .slider_nav_wrap .slider_arrow_wrap .p_btn_next {
    margin-left: 1.6rem;
  }
}
#top #member .slider_nav_wrap .slider_dots_wrap {
  width: calc(100% - 240px);
  height: 2px;
}

@media screen and (max-width: 560px) {
  #top #member .slider_nav_wrap .slider_dots_wrap {
    width: calc(100% - 200px);
  }
}
#top #member .slider_nav_wrap .slider_dots_wrap .slick-dots {
  background-color: #8E8E8E;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

#top #member .slider_nav_wrap .slider_dots_wrap .slick-dots li {
  height: 2px;
  font-size: 0;
  width: 100%;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

#top #member .slider_nav_wrap .slider_dots_wrap .slick-dots li button {
  font-size: 0;
  width: 100%;
}

#top #member .slider_nav_wrap .slider_dots_wrap .slick-dots li.slick-active {
  background-color: #fff;
}

#top #column {
  margin: 0 0 12rem 0;
  padding: 8rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/column-bg.jpg);
}

@media screen and (max-width: 560px) {
  #top #column {
    margin: 0 0 8rem 0;
    background-image: url(../images/column-bg-sp.jpg);
  }
}
#top #column .p_heading {
  color: #fff;
}

#top #column .p_heading:before {
  background-color: #fff;
}

#top #column .p_cat_list ul li a {
  color: #fff;
}

#top #column .p_cat_list ul li a:hover {
  color: #333;
  background-color: #fff;
}

#top #column .p_column {
  margin-top: 5.6rem;
}

@media screen and (max-width: 960px) {
  #top #column .p_column {
    margin-bottom: -4rem;
  }
}
@media screen and (max-width: 960px) {
  #top #column .p_column li {
    margin-bottom: 4rem;
  }
}
#top #column .btn_wrap {
  margin-top: 4.8rem;
  text-align: center;
}

#top #column .btn_wrap .p_btn {
  color: #fff;
}

#top #document {
  padding-top: 4rem;
  position: relative;
  margin-bottom: 12rem;
}

@media screen and (max-width: 560px) {
  #top #document {
    margin-bottom: 8rem;
  }
}
#top #document:before {
  content: "";
  width: 1200px;
  max-width: calc(100% - 32px);
  background-color: #fff;
  height: 400px;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
}

#top #document .main_inner {
  position: relative;
}

#top #document .main_inner .btn_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 560px) {
  #top #document .main_inner .btn_wrap {
    bottom: -2.4rem;
  }
}
#top #document .main_inner .slider_arrow_wrap {
  position: absolute;
  right: 18rem;
  bottom: 0;
}

@media screen and (max-width: 560px) {
  #top #document .main_inner .slider_arrow_wrap {
    display: none;
  }
}
#top #document .main_inner .slider_arrow_wrap .p_btn_next {
  margin-left: 3.2rem;
}

#top #document .main_inner .slider_arrow_wrap .p_btn {
  color: #333;
}

#top #document .main_inner .slider_arrow_wrap .p_btn .border {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

#top #document .main_inner .slider_arrow_wrap .p_btn .border:before,
#top #document .main_inner .slider_arrow_wrap .p_btn .border:after {
  background-color: #333;
}

#top #document .main_inner .slider_arrow_wrap .p_btn_next .border {
  border-right: 1px solid #333;
}

#top #document .main_inner .slider_arrow_wrap .p_btn_next .arrow:after {
  background-image: url(../images/arrow-right-black.svg);
}

#top #document .main_inner .slider_arrow_wrap .p_btn_prev .border {
  border-left: 1px solid #333;
}

#top #document .main_inner .slider_arrow_wrap .p_btn_prev .arrow:after {
  background-image: url(../images/arrow-left-black.svg);
}

#top #document #document_slider {
  margin-left: 12rem;
}

@media screen and (max-width: 1200px) {
  #top #document #document_slider {
    margin-left: 16px;
  }
}
#top #document #document_slider li {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  margin-right: 4rem;
  padding: 8px;
}

@media screen and (max-width: 560px) {
  #top #document #document_slider li {
    width: calc(100vw - 48px);
    margin-right: 1.6rem;
  }
}
#top #document #document_slider li a .content_area {
  padding: 2.4rem;
}

#top #document #document_slider li a .content_area .title {
  font-size: 1.8rem;
}

#top #document #document_slider li a .content_area .p_txt {
  line-height: 1.6;
  margin-top: 1.6rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  min-height: 8.6rem;
}

#top #document #document_slider li a .content_area .p_txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3em;
  content: "";
}

#top #document #document_slider li a .content_area .p_txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3em;
  content: "";
}

#top #document .slider_dots_wrap {
  margin: 4.8rem auto 0;
  width: 1200px;
  max-width: calc(100% - 32px);
  height: 2px;
}

#top #document .slider_dots_wrap .slick-dots {
  background-color: #D6D6D6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

#top #document .slider_dots_wrap .slick-dots li {
  height: 2px;
  font-size: 0;
  width: 100%;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

#top #document .slider_dots_wrap .slick-dots li button {
  font-size: 0;
  width: 100%;
}

#top #document .slider_dots_wrap .slick-dots li.slick-active {
  background-color: #333;
}

#top #media .btn_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  background-color: #333;
}

#top #media .arrow::after {
  transform: rotate(-45deg);
}

#top #media .media_link {
  position: relative;
  overflow: hidden;
  padding-top: 24%;
}

#top #media .media_link img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: all 0.3s;
}

#top #media .media_link:hover img {
  scale: 1.05;
}

#top #media .media_text {
  position: absolute;
  left: 0;
  bottom: -16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
  font-family: "Josefin Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

#top #media .media_text p {
  font-size: 2.4rem;
}

#top #media .media_text br {
  display: none;
}

#top #media .media_text span {
  font-size: 6.4rem;
}

@media screen and (max-width: 560px) {
  #top #media .media_link {
    padding-top: 60%;
    background-color: #000;
  }
  #top #media .media_text p {
    font-size: 1.4rem;
  }
  #top #media .media_text {
    bottom: -12px;
  }
  #top #media .media_text span {
    font-size: 4rem;
  }
  #top #media .btn_wrap {
    padding: 8px;
  }
  #top #media .media_text br {
    display: block;
  }
}
#top #company {
  position: relative;
  margin-bottom: 0;
}

#top #company:before {
  content: "";
  width: 75vw;
  max-width: calc(100% - 16px);
  background-color: #fff;
  height: calc(100% + 9.6rem);
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1200px) {
  #top #company:before {
    width: 100vw;
    left: 0;
    right: auto;
    height: calc(100% + 5.6rem);
    top: 4rem;
  }
}
#top #company .p_heading {
  margin-left: 12rem;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 1200px) {
  #top #company .p_heading {
    margin-left: 0;
  }
}
#top #company .company_info_wrap {
  float: right;
  width: 840px;
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  z-index: 20;
  position: relative;
}

@media screen and (max-width: 960px) {
  #top #company .company_info_wrap {
    display: block;
  }
}
#top #company .company_info_wrap .company_info_left .info_row,
#top #company .company_info_wrap .company_info_right .info_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

#top #company .company_info_wrap .company_info_left .info_row h3,
#top #company .company_info_wrap .company_info_right .info_row h3 {
  font-size: 1.6rem;
  font-weight: bold;
  width: 100px;
  border-top: 1px solid #333;
}

@media screen and (max-width: 560px) {
  #top #company .company_info_wrap .company_info_left .info_row h3,
  #top #company .company_info_wrap .company_info_right .info_row h3 {
    font-size: 1.4rem;
    width: 88px;
  }
}
#top #company .company_info_wrap .company_info_left .info_row p,
#top #company .company_info_wrap .company_info_right .info_row p {
  font-size: 1.6rem;
  width: calc(100% - 108px);
  border-top: 1px solid #AFAFAF;
}

@media screen and (max-width: 560px) {
  #top #company .company_info_wrap .company_info_left .info_row p,
  #top #company .company_info_wrap .company_info_right .info_row p {
    font-size: 1.4rem;
    width: calc(100% - 96px);
  }
}
#top #company .company_info_wrap .company_info_left .info_row p .map_link,
#top #company .company_info_wrap .company_info_right .info_row p .map_link {
  font-size: 1.4rem;
  margin-top: 4rem;
  display: block;
}

#top #company .company_info_wrap .company_info_left .info_row p .map_link span,
#top #company .company_info_wrap .company_info_right .info_row p .map_link span {
  position: relative;
  padding-right: 3.2rem;
}

#top #company .company_info_wrap .company_info_left .info_row p .map_link span:after,
#top #company .company_info_wrap .company_info_right .info_row p .map_link span:after {
  position: absolute;
  width: 15px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/arrow-right-black.svg);
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  right: 0;
  display: inline-block;
}

#top #company .company_info_wrap .company_info_left .info_row p .map_link:hover span:after,
#top #company .company_info_wrap .company_info_right .info_row p .map_link:hover span:after {
  transform: translate(4px, -50%);
  -webkit-transform: translate(4px, -50%);
  -moz-transform: translate(4px, -50%);
  -ms-transform: translate(4px, -50%);
  -o-transform: translate(4px, -50%);
}

#top #company .company_info_wrap .company_info_left .info_row h3,
#top #company .company_info_wrap .company_info_left .info_row p,
#top #company .company_info_wrap .company_info_right .info_row h3,
#top #company .company_info_wrap .company_info_right .info_row p {
  padding: 2.4rem 0;
}

#top #company .company_info_wrap .company_info_left .info_row:last-of-type h3,
#top #company .company_info_wrap .company_info_right .info_row:last-of-type h3 {
  border-bottom: 1px solid #333;
}

#top #company .company_info_wrap .company_info_left .info_row:last-of-type p,
#top #company .company_info_wrap .company_info_right .info_row:last-of-type p {
  border-bottom: 1px solid #AFAFAF;
}

#top #company .company_info_wrap .company_info_left {
  width: 32.85%;
  margin-right: 8rem;
}

@media screen and (max-width: 960px) {
  #top #company .company_info_wrap .company_info_left {
    width: 560px;
    max-width: calc(100% - 16px);
  }
  #top #company .company_info_wrap .company_info_left .info_row:last-of-type h3 {
    border-bottom: none;
  }
  #top #company .company_info_wrap .company_info_left .info_row:last-of-type p {
    border-bottom: none;
  }
}
#top #company .company_info_wrap .company_info_right {
  width: 57.6%;
}

@media screen and (max-width: 960px) {
  #top #company .company_info_wrap .company_info_right {
    width: 560px;
    max-width: calc(100% - 16px);
  }
}
#sub #first_view {
  margin: 8.6rem 0 0 0;
  padding: 12rem 0 4.8rem;
  position: relative;
}

@media screen and (max-width: 960px) {
  #sub #first_view {
    padding-top: 5.6rem;
  }
}
#sub #first_view:after {
  position: absolute;
  content: "";
  width: 61%;
  max-width: 100%;
  height: 240px;
  background-color: #fff;
  bottom: 0;
  right: 24rem;
  z-index: -20;
  opacity: 0;
  transform: translateX(16px);
  -webkit-transform: translateX(16px);
  -moz-transform: translateX(16px);
  -ms-transform: translateX(16px);
  -o-transform: translateX(16px);
  transition: all 0.8s 0.4s ease;
  -webkit-transition: all 0.8s 0.4s ease;
  -moz-transition: all 0.8s 0.4s ease;
  -ms-transition: all 0.8s 0.4s ease;
  -o-transition: all 0.8s 0.4s ease;
}

@media screen and (max-width: 1200px) {
  #sub #first_view:after {
    right: 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  #sub #first_view:after {
    right: 0;
  }
}
@media screen and (max-width: 560px) {
  #sub #first_view:after {
    width: calc(100% - 16px);
  }
}
@media screen and (max-width: 1200px) {
  #sub #first_view {
    margin-top: 6.4rem;
  }
}
#sub #first_view .p_heading {
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  #sub #first_view .p_heading {
    margin-bottom: 4.8rem;
  }
}
#sub #first_view .fv_bg {
  position: absolute;
  width: 61%;
  max-width: 100%;
  height: 240px;
  top: 0;
  right: 12rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -10;
}

@media screen and (max-width: 1200px) {
  #sub #first_view .fv_bg {
    right: 0;
    width: 70%;
  }
}
@media screen and (max-width: 960px) {
  #sub #first_view .fv_bg {
    width: calc(100% - 16px);
    position: relative;
  }
}
@media screen and (max-width: 560px) {
  #sub #first_view .fv_bg {
    height: 160px;
  }
}
#sub #first_view .fv_bg .p_breadcrumb {
  position: absolute;
  left: 8rem;
  bottom: 3.2rem;
}

@media screen and (max-width: 560px) {
  #sub #first_view .fv_bg .p_breadcrumb {
    left: 16px;
    bottom: 2.4rem;
  }
}
#sub #first_view .fv_bg .p_breadcrumb .breadcrumb_list li:not(:last-child):after {
  color: #fff;
}

#sub #first_view .fv_bg .p_breadcrumb .breadcrumb_list li a {
  color: #fff;
}

#sub #first_view.is_show:after {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

#sub .sidebar_section .main_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  #sub .sidebar_section .main_inner {
    display: block;
  }
}
#sub .sidebar_section .main_area {
  width: 74%;
}

@media screen and (max-width: 960px) {
  #sub .sidebar_section .main_area {
    width: 100%;
  }
}
#sub .sidebar_section .sidebar {
  width: 22.5%;
}

@media screen and (max-width: 960px) {
  #sub .sidebar_section .sidebar {
    width: 100%;
    margin-top: 8rem;
  }
}
#sub .sidebar_section .sidebar .sns_link_area a {
  margin-bottom: 2rem;
}

#sub .sidebar_section .sidebar .sns_link_area a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 960px) {
  #sub .sidebar_section .sidebar .sns_link_area a {
    width: 560px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
#sub .sidebar_section .sidebar .side_block {
  padding: 3.2rem 1.6rem;
  background-color: #fff;
}

#sub .sidebar_section .sidebar .block {
  margin-top: 4rem;
}

#sub .sidebar_section .sidebar .block .block_title {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 16px;
  position: relative;
}

#sub .sidebar_section .sidebar .block .block_title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 16px;
  height: 2px;
  background-color: #333;
}

#sub .sidebar_section .sidebar .block .side_column li {
  margin-bottom: 16px;
}

#sub .sidebar_section .sidebar .block .side_column li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sub .sidebar_section .sidebar .block .side_column li a .p_thumb {
  width: 72px;
  position: relative;
}

#sub .sidebar_section .sidebar .block .side_column li a .p_thumb:before {
  width: 28px;
  line-height: 18px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #333;
  border: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 10;
}

#sub .sidebar_section .sidebar .block .side_column li a .title {
  width: calc(100% - 72px);
  padding-left: 8px;
  font-size: 1.2rem;
  line-height: 1.6;
}

#sub .sidebar_section .sidebar .block .side_column li a .title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3em;
  content: "";
}

#sub .sidebar_section .sidebar .block .side_column li a .title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3em;
  content: "";
}

#sub .sidebar_section .sidebar .block .side_column li:nth-child(1) a .p_thumb:before {
  content: "1";
}

#sub .sidebar_section .sidebar .block .side_column li:nth-child(2) a .p_thumb:before {
  content: "2";
}

#sub .sidebar_section .sidebar .block .side_column li:nth-child(3) a .p_thumb:before {
  content: "3";
}

#sub .sidebar_section .sidebar .block .side_column li:nth-child(4) a .p_thumb:before {
  content: "4";
}

#sub .sidebar_section .sidebar .block .side_column li:nth-child(5) a .p_thumb:before {
  content: "5";
}

#sub .sidebar_section .sidebar .block .side_cat li {
  width: 100%;
  text-align: left;
  margin: 4px 0;
}

#sub .sidebar_section .sidebar .block .side_cat li:first-child {
  margin-top: 0;
}

#sub .sidebar_section .sidebar .block .side_cat li a {
  color: #333;
}

#sub .sidebar_section .sidebar .block .side_cat li a:hover {
  color: #fff;
  background-color: #333;
}

#sub .sidebar_section .sidebar .block .side_tag li {
  display: inline-block;
  margin: 0 16px 16px 0;
}

#sub .sidebar_section .sidebar .block .side_tag li a {
  padding: 8px;
  background-color: #F2F2F2;
  color: #333;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;
}

#sub .sidebar_section .sidebar .block .side_tag li a:hover {
  color: #fff;
  background-color: #333;
}

#sub .sidebar_section .sidebar .block .side_tag ul {
  max-height: 160px;
  overflow: hidden;
}

#sub .sidebar_section .sidebar .block .side_tag ul.is_show {
  max-height: 100vh;
  overflow: visible;
}

#sub .sidebar_section .sidebar .block .btn_wrap {
  margin-top: 3.2rem;
  text-align: center;
}

#sub .sidebar_section .sidebar .block .btn_wrap.is_show {
  display: none;
}

#sub .sidebar_section .sidebar .block.first {
  margin-top: 0;
}

#sub #contact,
#sub #fullpage {
  margin-top: 8.6rem;
  padding-top: 5.6rem;
}

@media screen and (max-width: 1200px) {
  #sub #contact,
  #sub #fullpage {
    margin-top: 6.4rem;
  }
}
#sub #contact .p_heading {
  margin-bottom: 3.2rem;
}

#sub #contact .note {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5.6rem;
}

#sub #contact .form_wrap {
  background-color: #fff;
  padding: 5.6rem 0 6.4rem;
}

#sub #contact .form_wrap form {
  width: 480px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}

@media screen and (max-width: 560px) {
  #sub #contact .form_wrap {
    padding: 3.2rem 0;
  }
}
#sub #fullpage {
  padding-top: 6.4rem;
  padding-bottom: 40px;
}

@media screen and (max-width: 560px) {
  #sub #fullpage {
    padding-bottom: 16px;
  }
}
#sub #fullpage .content_wrap {
  position: relative;
  width: 100%;
}

#sub #fullpage .content_wrap .content_area {
  background-color: #fff;
  padding: 6.4rem 8rem;
  width: 840px;
  max-width: calc(100% - 16px);
}

@media screen and (max-width: 560px) {
  #sub #fullpage .content_wrap .content_area {
    padding: 3.2rem 1.6rem;
  }
}
#sub #fullpage .content_wrap .content_area .title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 3.2rem;
}

#sub #fullpage .content_wrap .content_area .title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3em;
  content: "";
}

#sub #fullpage .content_wrap .content_area .title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3em;
  content: "";
}

#sub #fullpage .content_wrap .content_area .p_txt a {
  display: inline;
}

#sub #fullpage .content_wrap .content_area .btn_wrap {
  margin-top: 4.8rem;
}

#sub #fullpage .content_wrap:before {
  content: "";
  position: absolute;
  width: 840px;
  max-width: 100%;
  background-color: #333;
  z-index: -1;
  height: 100%;
  top: 40px;
  right: 0;
}

@media screen and (max-width: 560px) {
  #sub #fullpage .content_wrap:before {
    top: 16px;
  }
}
#sub #column_archive,
#sub #document_archive {
  margin-top: 4rem;
}

#sub #column_archive .p_column,
#sub #document_archive .p_column {
  margin-bottom: -4rem;
}

#sub #column_archive .p_column li,
#sub #document_archive .p_column li {
  margin-bottom: 4rem;
}

#sub .column_archive_cat_list {
  margin-top: 4rem;
}

#sub .column_archive_cat_list ul {
  text-align: left;
}

#sub .column_archive_cat_list ul li a {
  color: #333;
}

#sub .column_archive_cat_list ul li a:hover {
  color: #fff;
  background-color: #333;
}

#sub .column_archive_cat_list .note {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

#sub .column_archive_cat_list .note::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3em;
  content: "";
}

#sub .column_archive_cat_list .note::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3em;
  content: "";
}

@media screen and (max-width: 960px) {
  #sub .column_archive_cat_list .note {
    font-size: 1.4rem;
  }
}
.wp-pagenavi {
  text-align: center;
  margin-top: 5.6rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #333;
  font-size: 1.8rem;
  font-family: "Josefin Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  text-align: center;
  width: 4.8rem;
  line-height: 4.8rem;
  margin: 0 8px;
  background-color: #fff;
}

.wp-pagenavi a {
  cursor: pointer;
}

.wp-pagenavi a:hover {
  color: #fff;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  background-color: #333;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #333;
}

.form_body .form_group {
  margin-top: 2.4rem;
}

.form_body .form_group:first-of-type {
  margin-top: 0;
}

.form_body .form_group p {
  display: none;
}

.form_body .form_group label.form_title {
  font-size: 14px;
  font-weight: bold;
  display: block;
  position: relative;
  margin-bottom: 8px;
}

.form_body .form_group label.form_title:hover + .form_stage .input-area {
  border: 1px solid #333;
  box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.16);
  -webkit-box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.16);
  -moz-box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.16);
  -ms-box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.16);
  -o-box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.16);
}

.form_body .form_group label.form_title .require {
  position: relative;
}

.form_body .form_group label.form_title .require:after {
  position: absolute;
  content: "*";
  line-height: 1;
  right: -10px;
  top: 0;
  color: red;
}

.form_body .form_group .form_stage {
  width: 100%;
  display: block;
}

.form_body .form_group .form_stage input[type=radio],
.form_body .form_group .form_stage input[type=checkbox] {
  display: none;
}

.form_body .form_group .form_stage .radio_list,
.form_body .form_group .form_stage .check_list {
  display: inline-block;
}

.form_body .form_group .form_stage .radio_list label,
.form_body .form_group .form_stage .check_list label {
  width: auto;
  margin-right: 0;
  margin-bottom: 0;
  line-height: 1;
}

.form_body .form_group .form_stage .radio_list label input[type=radio]:checked + .wpcf7-list-item-label:before,
.form_body .form_group .form_stage .radio_list label input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.form_body .form_group .form_stage .check_list label input[type=radio]:checked + .wpcf7-list-item-label:before,
.form_body .form_group .form_stage .check_list label input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}

.form_body .form_group .form_stage .radio_list label input[type=checkbox]:checked + .wpcf7-list-item-label,
.form_body .form_group .form_stage .check_list label input[type=checkbox]:checked + .wpcf7-list-item-label {
  background-color: #333;
  color: #fff;
}

.form_body .form_group .form_stage .radio_list label .wpcf7-list-item-label,
.form_body .form_group .form_stage .check_list label .wpcf7-list-item-label {
  font-size: 14px;
  display: inline-block;
  padding-left: 32px;
  position: relative;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  line-height: 1;
  padding: 12px 2.4rem 12px 40px;
  background-color: #F6F6F6;
}

@media screen and (max-width: 560px) {
  .form_body .form_group .form_stage .radio_list label .wpcf7-list-item-label,
  .form_body .form_group .form_stage .check_list label .wpcf7-list-item-label {
    font-size: 12px;
  }
}
.form_body .form_group .form_stage .radio_list label .wpcf7-list-item-label:before,
.form_body .form_group .form_stage .radio_list label .wpcf7-list-item-label:after,
.form_body .form_group .form_stage .check_list label .wpcf7-list-item-label:before,
.form_body .form_group .form_stage .check_list label .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.form_body .form_group .form_stage .radio_list label .wpcf7-list-item-label:before,
.form_body .form_group .form_stage .check_list label .wpcf7-list-item-label:before {
  width: 10px;
  height: 10px;
  border: 4px solid #fff;
  left: 8px;
  margin-top: 0;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 1;
  background-color: #333333;
}

.form_body .form_group .form_stage .radio_list label .wpcf7-list-item-label:after,
.form_body .form_group .form_stage .check_list label .wpcf7-list-item-label:after {
  width: 16px;
  height: 16px;
  left: 8px;
  margin-top: 0;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 0;
  border: 1px solid #27313B;
}

.form_body .form_group .form_stage .input-area {
  background-color: #F6F6F6;
  font-size: 16px;
  width: 100%;
  padding: 12px 1.6rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  border: 1px solid transparent;
  cursor: pointer;
}

.form_body .form_group .form_stage .input-area::placeholder {
  color: #ccc;
}

.form_body .form_group .form_stage .input-area:-ms-input-placeholder {
  color: #ccc;
}

.form_body .form_group .form_stage .input-area::-ms-input-placeholder {
  color: #ccc;
}

.form_body .form_group .form_stage .input-area:hover {
  border: 1px solid #333;
  box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.16);
  -webkit-box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.16);
  -moz-box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.16);
  -ms-box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.16);
  -o-box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.16);
}

.form_body .form_group .form_stage select {
  background-image: url(../images/select.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 15px;
  line-height: 1;
}

.form_body .form_group .form_stage textarea.input-area {
  height: 240px;
  line-height: 1.6;
}

.form_body .form_group .form_stage .input-area:focus {
  outline: 0;
  border: 1px solid #333;
  box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.16);
  -webkit-box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.16);
  -moz-box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.16);
  -ms-box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.16);
  -o-box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.16);
}

.form_body .form_group .form_stage .input-double {
  margin-top: 40px;
}

.form_body .form_group .form_stage .birth-day {
  width: 140px;
}

@media screen and (max-width: 560px) {
  .form_body .form_group .form_stage .birth-day {
    width: 16%;
  }
}
.form_body .form_group .form_stage .birth-day-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 48px;
  margin: 0 20px 0 10px;
}

@media screen and (max-width: 560px) {
  .form_body .form_group .form_stage .birth-day-text {
    font-size: 12px;
    margin: 0 16px 0 8px;
  }
}
.form_body .form_group .form_stage .file_input {
  background-color: #F6F6F6;
  font-size: 14px;
  width: 100%;
  height: 48px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  border: 1px solid transparent;
  position: relative;
}

.form_body .form_group .form_stage .file_input input[type=file] {
  display: none;
}

.form_body .form_group .form_stage .file_input label {
  line-height: 30px;
  display: inline-block;
  width: 130px;
  text-align: center;
  color: #333;
  background-color: #fff;
  border: 1px solid #7B7B7B;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.form_body .form_group .form_stage .file_input label:hover {
  color: #333;
  border: 1px solid #333;
}

@media screen and (max-width: 560px) {
  .form_body .form_group .form_stage .file_input label {
    width: 110px;
    left: 16px;
  }
}
.form_body .form_group .form_stage .file_input p {
  width: 100%;
  position: absolute;
  padding: 0 1.6rem 0 180px;
  color: #D8D8D8;
  display: block;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  pointer-events: none;
}

@media screen and (max-width: 560px) {
  .form_body .form_group .form_stage .file_input p {
    font-size: 11px;
    padding: 0 1.6rem 0 142px;
  }
}
.form_body .form_group .form_stage .file_input p.fileset {
  color: #333;
}

.form_body span.wpcf7-list-item {
  margin: 0 24px 16px 0;
}

@media screen and (max-width: 560px) {
  .form_body span.wpcf7-list-item {
    margin: 0 8px 8px 0;
  }
}
.form_body .submit_area {
  width: 100%;
}

.form_body .submit_area input[type=checkbox] {
  display: none;
}

@media screen and (max-width: 560px) {
  .form_body .submit_area {
    width: 100%;
    margin-left: 0;
  }
}
.form_body .submit_area .privacy_check {
  text-align: left;
  font-size: 14px;
  margin: 3.2rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}

.form_body .submit_area .privacy_check label {
  display: inline-block;
  color: #333;
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 24px;
  height: 24px;
  bottom: 2px;
  margin-right: 1.6rem;
}

.form_body .submit_area .privacy_check label:hover span:before {
  width: 8px;
  transition: width 100ms ease;
}

.form_body .submit_area .privacy_check label:hover span:after {
  width: 15px;
  transition: width 150ms ease 100ms;
}

.form_body .submit_area .privacy_check label span {
  display: inline-block;
  position: relative;
  height: 24px;
  width: 24px;
  transform-origin: center;
  background-color: #fff;
  vertical-align: middle;
  transition: background-color 150ms 200ms;
  -webkit-transition: background-color 150ms 200ms;
  -moz-transition: background-color 150ms 200ms;
  -ms-transition: background-color 150ms 200ms;
  -o-transition: background-color 150ms 200ms;
  transition: transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  -webkit-transition: transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  -moz-transition: transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  -ms-transition: transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  -o-transition: transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  border: 1px solid #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.form_body .submit_area .privacy_check label span:before {
  content: "";
  width: 0px;
  height: 2px;
  background: #333;
  position: absolute;
  transform: rotate(45deg);
  top: 11px;
  left: 5px;
  transition: width 50ms ease 50ms;
  -webkit-transition: width 50ms ease 50ms;
  -moz-transition: width 50ms ease 50ms;
  -ms-transition: width 50ms ease 50ms;
  -o-transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
}

.form_body .submit_area .privacy_check label span:after {
  content: "";
  width: 0;
  height: 2px;
  background: #333;
  position: absolute;
  transform: rotate(305deg);
  -webkit-transform: rotate(305deg);
  -moz-transform: rotate(305deg);
  -ms-transform: rotate(305deg);
  -o-transform: rotate(305deg);
  top: 17px;
  left: 8px;
  transition: width 50ms ease;
  -webkit-transition: width 50ms ease;
  -moz-transition: width 50ms ease;
  -ms-transition: width 50ms ease;
  -o-transition: width 50ms ease;
  transform-origin: 0% 0%;
}

.form_body .submit_area .privacy_check .privacy_check_txt {
  display: inline-block;
  line-height: 1.6;
}

.form_body .submit_area .privacy_check .privacy_check_txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3em;
  content: "";
}

.form_body .submit_area .privacy_check .privacy_check_txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3em;
  content: "";
}

.form_body .submit_area .privacy_check .privacy_check_link_wrap {
  display: inline-block;
}

.form_body .submit_area .privacy_check .privacy_link {
  text-decoration: underline;
  display: inline;
  color: #007FFF;
}

.form_body .submit_area .note {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 4.8rem;
}

.form_body .submit_area .note::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3em;
  content: "";
}

.form_body .submit_area .note::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3em;
  content: "";
}

.form_body .submit_area input[type=checkbox]:checked + .privacy_check label span {
  background-color: #FFF;
  transform: scale(1.25);
}

.form_body .submit_area input[type=checkbox]:checked + .privacy_check label span:after {
  width: 15px;
  background: #333;
  transition: width 150ms ease 100ms;
}

.form_body .submit_area input[type=checkbox]:checked + .privacy_check label span:before {
  width: 8px;
  background: #333;
  transition: width 150ms ease 100ms;
}

.form_body .submit_area input[type=checkbox]:checked + .privacy_check label:hover span {
  background-color: #FFF;
  transform: scale(1.25);
}

.form_body .submit_area input[type=checkbox]:checked + .privacy_check label:hover span:after {
  width: 15px;
  background: #333;
  transition: width 150ms ease 100ms;
}

.form_body .submit_area input[type=checkbox]:checked + .privacy_check label:hover span:before {
  width: 8px;
  background: #333;
  transition: width 150ms ease 100ms;
}

.form_body .submit_area .submit_btn_wrap {
  position: relative;
}

.form_body .submit_area .submit_btn_wrap .ajax-loader {
  position: absolute;
}

.form_body .submit_area .submit_btn_wrap input.submit_btn {
  display: block;
  border: none;
  width: 100%;
  cursor: pointer;
  padding: 0;
  outline: 0;
  line-height: 56px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.form_body .submit_area .submit_btn_wrap input.submit_btn:focus {
  outline: 0;
}

.form_body .submit_area .submit_btn_wrap input.submit_btn:hover {
  opacity: 0.7;
}

.form_body .submit_area .submit_btn_wrap input.submit_btn[disabled] {
  background: none;
  background-color: #F6F6F6;
  color: #CCCCCC;
  pointer-events: none;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
  margin-top: 10px !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  font-size: 14px !important;
}

#sub #column_single,
#sub #document_single {
  margin-top: 8.6rem;
}

@media screen and (max-width: 1200px) {
  #sub #column_single,
  #sub #document_single {
    margin-top: 6.4rem;
  }
}
#sub #column_single .p_breadcrumb,
#sub #document_single .p_breadcrumb {
  width: 1200px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding: 2.4rem 0;
}

#sub #column_single article {
  background-color: #fff;
  position: relative;
}

#sub #column_single article .title_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: space-between;
}

@media screen and (max-width: 1200px) {
  #sub #column_single article .title_block {
    display: block;
  }
}
#sub #column_single article .title_block .p_thumb {
  width: 464px;
}

@media screen and (max-width: 1200px) {
  #sub #column_single article .title_block .p_thumb {
    width: 100%;
    padding: 6.4rem 8rem 0 8rem;
  }
}
@media screen and (max-width: 560px) {
  #sub #column_single article .title_block .p_thumb {
    padding: 3.2rem 1.6rem 0 1.6rem;
  }
}
#sub #column_single article .title_block .content_area {
  width: calc(100% - 464px);
  background-color: #333333;
  position: relative;
}

@media screen and (max-width: 1200px) {
  #sub #column_single article .title_block .content_area {
    width: calc(100% - 16rem);
    margin: 2.4rem auto 0;
  }
}
@media screen and (max-width: 560px) {
  #sub #column_single article .title_block .content_area {
    width: calc(100% - 32px);
  }
}
#sub #column_single article .title_block .content_area .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  background: -moz-linear-gradient(90deg, #000 0%, rgba(113, 113, 113, 0) 100%);
  background: -webkit-linear-gradient(90deg, #000 0%, rgba(113, 113, 113, 0) 100%);
  background: linear-gradient(90deg, #000 0%, rgba(113, 113, 113, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#717171", GradientType=1);
  z-index: 10;
  opacity: 0.5;
  top: 0;
  left: 0;
}

#sub #column_single article .title_block .content_area .content {
  width: 100%;
  position: absolute;
  bottom: 2.4rem;
  padding: 0 2.4rem;
  z-index: 20;
}

@media screen and (max-width: 1200px) {
  #sub #column_single article .title_block .content_area .content {
    padding: 2.4rem 1.6rem;
  }
}
#sub #column_single article .title_block .content_area .content .title {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
}

#sub #column_single article .title_block .content_area .content .title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3em;
  content: "";
}

#sub #column_single article .title_block .content_area .content .title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3em;
  content: "";
}

@media screen and (max-width: 1200px) {
  #sub #column_single article .title_block .content_area .content .title {
    font-size: 1.8rem;
  }
}
#sub #column_single article .title_block .content_area .content .p_info {
  margin-top: 2.4rem;
  color: #fff;
}

#sub #column_single article .title_block .content_area .content .p_info .cat {
  border-right: 1px solid #fff;
}

@media screen and (max-width: 1200px) {
  #sub #column_single article .title_block .content_area .content {
    position: relative;
    bottom: 0;
  }
}
#sub #column_single article .toc {
  background-color: #F2F2F2;
  padding: 4rem;
}

@media screen and (max-width: 560px) {
  #sub #column_single article .toc {
    padding: 32px 16px;
  }
}
#sub #column_single article .toc h3,
#sub #column_single article .toc #toc {
  display: table-cell;
  vertical-align: top;
}

#sub #column_single article .toc h3 {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-right: 56px;
}

@media screen and (max-width: 560px) {
  #sub #column_single article .toc h3 {
    font-size: 13px;
    padding-right: 32px;
  }
}
#sub #column_single article .toc h3 span {
  width: 35px;
  display: block;
  position: relative;
}

#sub #column_single article .toc h3 span:after {
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #333333;
  right: -40px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: auto;
}

@media screen and (max-width: 560px) {
  #sub #column_single article .toc h3 span:after {
    right: -26px;
  }
}
#sub #column_single article .toc li {
  line-height: 1.6;
}

#sub #column_single article .toc li:not(:last-child) {
  margin-bottom: 20px;
}

#sub #column_single article .toc li a {
  font-size: 13px;
  color: #333333;
  padding-left: 15px;
  position: relative;
}

@media screen and (max-width: 560px) {
  #sub #column_single article .toc li a {
    font-size: 12px;
  }
}
#sub #column_single article .toc li a:hover {
  opacity: 0.7;
}

#sub #column_single article .toc li a:before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
  content: "・";
  font-weight: bold;
}

#sub #column_single article .toc li.lv_h1 a:before {
  display: none;
}

#sub #column_single article .toc li.lv_h2 a {
  font-weight: bold;
  text-decoration: underline;
}

#sub #column_single article .toc li.lv_h2 a:before {
  display: none;
}

#sub #column_single article .toc li.lv_h3 {
  padding-left: 20px;
}

#sub #column_single article .toc li.lv_h4 {
  padding-left: 40px;
}

#sub #column_single article .toc li.lv_h5 {
  padding-left: 60px;
}

#sub #column_single article .toc li.lv_h6 {
  padding-left: 80px;
}

#sub #column_single article .s_article_block {
  margin-top: 6.4rem;
  padding: 0 8rem 6.4rem 8rem;
}

@media screen and (max-width: 560px) {
  #sub #column_single article .s_article_block {
    padding: 0 1.6rem 3.2rem 1.6rem;
  }
}
#sub #column_single article .share_area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 16px 16px 0;
}

#sub #column_single article .share_area .title {
  font-size: 14px;
  padding-right: 40px;
  position: relative;
  font-weight: bold;
}

#sub #column_single article .share_area .title:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 1px;
  background-color: #333;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#sub #column_single article .share_area .sns_list {
  text-align: right;
}

#sub #column_single article .share_area .sns_list li {
  display: inline-block;
  margin-left: 1.6rem;
}

#sub #column_single article .share_area .sns_list li:not(:first-child) {
  margin-left: 0.8rem;
}

#sub #column_single article .share_area .sns_list li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #333;
  position: relative;
}

#sub #column_single article .share_area .sns_list li a svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: auto;
}

#sub #column_single article .share_area .sns_list li a svg path {
  fill: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

#sub #column_single article .share_area .sns_list li a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#sub #column_single article .share_area .sns_list li a.fb svg {
  width: 8px;
  height: auto;
}

#sub #column_single #padSection {
  border: none;
  background-color: #fff;
  box-shadow: none;
  padding: 32px;
  margin: 32px 0;
}

@media screen and (max-width: 560px) {
  #sub #column_single #padSection {
    padding: 24px 16px 16px;
  }
}
#sub #column_single #padSection h4 {
  font-weight: bold;
  border-bottom: 1px solid #333;
}

#sub #column_single #padSection .profileTxtSet dt {
  margin-bottom: 8px;
  font-weight: bold;
}

#sub #column_single #padSection .profileTxtSet dd {
  line-height: 1.4;
}

#sub #column_single #padSection .sns_icons {
  margin: 16px 0 0 0;
}

#sub #column_single #padSection .sns_icons li {
  display: inline-block;
}

#sub #column_single #padSection #latestEntries h5 {
  display: none;
}

#sub #column_single #padSection #latestEntries .authorLink {
  position: static;
}

#sub #column_single #padSection #latestEntries .authorLink a {
  color: #333;
}

#sub #column_single #padSection #latestEntries .entryList {
  display: none;
}

#sub #column_single .single_cvbtn {
  color: #fff;
  background-color: #333;
  border: 2px solid #333;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 64px;
  text-align: center;
}

#sub #column_single .single_cvbtn span {
  padding-left: 2.4rem;
  position: relative;
  padding-right: 3.6rem;
}

@media screen and (max-width: 960px) {
  #sub #column_single .single_cvbtn span {
    padding-left: 1.6rem;
  }
}
#sub #column_single .single_cvbtn span:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/arrow-right.svg);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

#sub #column_single .single_cvbtn:hover {
  color: #333;
  background-color: #fff;
}

#sub #column_single .single_cvbtn:hover span:after {
  background-image: url(../images/arrow-right-black.svg);
  transform: translate(4px, -50%);
  -webkit-transform: translate(4px, -50%);
  -moz-transform: translate(4px, -50%);
  -ms-transform: translate(4px, -50%);
  -o-transform: translate(4px, -50%);
}

#sub #column_single #prev_next {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}

@media screen and (max-width: 960px) {
  #sub #column_single #prev_next {
    display: block;
  }
}
#sub #column_single #prev_next a {
  width: calc(50% - 2rem);
  background-color: #fff;
  padding: 3.2rem;
  position: relative;
}

@media screen and (max-width: 960px) {
  #sub #column_single #prev_next a {
    width: 100%;
  }
}
#sub #column_single #prev_next a .title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

#sub #column_single #prev_next a .title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3em;
  content: "";
}

#sub #column_single #prev_next a .title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3em;
  content: "";
}

#sub #column_single #prev_next a .p_info {
  color: #333;
}

#sub #column_single #prev_next a .p_info .cat {
  border-right: 1px solid #333;
}

#sub #column_single #prev_next a .p_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#sub #column_single #prev_next a:hover .p_btn .border {
  transform: translateY(-50%) scale(1.1);
  -webkit-transform: translateY(-50%) scale(1.1);
  -moz-transform: translateY(-50%) scale(1.1);
  -ms-transform: translateY(-50%) scale(1.1);
  -o-transform: translateY(-50%) scale(1.1);
}

#sub #column_single #prev_next a.prev {
  padding-left: 9.6rem;
}

@media screen and (max-width: 960px) {
  #sub #column_single #prev_next a.prev {
    padding-right: 1.6rem;
  }
}
#sub #column_single #prev_next a.prev .p_btn {
  left: 0;
}

#sub #column_single #prev_next a.prev:hover .p_btn .arrow:after {
  transform: translate(-4px, 0);
  -webkit-transform: translate(-4px, 0);
  -moz-transform: translate(-4px, 0);
  -ms-transform: translate(-4px, 0);
  -o-transform: translate(-4px, 0);
}

#sub #column_single #prev_next a.next {
  padding-right: 9.6rem;
}

@media screen and (max-width: 960px) {
  #sub #column_single #prev_next a.next {
    padding-left: 1.6rem;
    margin-top: 1.6rem;
  }
}
#sub #column_single #prev_next a.next .p_btn {
  right: 0;
}

#sub #column_single #prev_next a.next:hover .p_btn .arrow:after {
  transform: translate(4px, 0);
  -webkit-transform: translate(4px, 0);
  -moz-transform: translate(4px, 0);
  -ms-transform: translate(4px, 0);
  -o-transform: translate(4px, 0);
}

#sub #column_single #relative {
  margin-top: 8rem;
}

@media screen and (max-width: 960px) {
  #sub #column_single #relative .p_column {
    margin-bottom: -4rem;
  }
  #sub #column_single #relative .p_column li {
    margin-bottom: 4rem;
  }
}
#sub #document_single .main_inner {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 960px) {
  #sub #document_single .main_inner {
    display: block;
  }
}
#sub #document_single .main_inner article {
  background-color: #fff;
  padding: 6.4rem 8rem;
  width: 53%;
  max-width: 100%;
}

@media screen and (max-width: 1200px) {
  #sub #document_single .main_inner article {
    width: 55%;
  }
}
@media screen and (max-width: 960px) {
  #sub #document_single .main_inner article {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  #sub #document_single .main_inner article {
    padding: 3.2rem 1.6rem;
  }
}
#sub #document_single .main_inner article .title_block {
  margin-bottom: 3.2rem;
}

#sub #document_single .main_inner article .title_block .title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

#sub #document_single .main_inner article .title_block .title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3em;
  content: "";
}

#sub #document_single .main_inner article .title_block .title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3em;
  content: "";
}

#sub #document_single .main_inner aside {
  width: 40%;
  padding: 4rem 8rem;
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  #sub #document_single .main_inner aside {
    width: calc(45% - 4rem);
    padding: 3.2rem 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  #sub #document_single .main_inner aside {
    width: 100%;
    margin-top: 8rem;
  }
}
#sub .s_article_block h1,
#sub .s_article_block h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 5.6rem 0 3.2rem;
  line-height: 1.6;
  background-color: #333;
  color: #fff;
  padding: 8px;
  position: relative;
}

#sub .s_article_block h1:after,
#sub .s_article_block h2:after {
  position: absolute;
  content: "";
  width: 8px;
  height: calc(100% + 6px);
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
}

#sub .s_article_block h1:before,
#sub .s_article_block h2:before {
  position: absolute;
  content: "";
  width: 8px;
  height: calc(100% + 6px);
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}

#sub .s_article_block h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 3.2rem 0;
  border-left: 4px solid #333;
  padding-left: 2rem;
  line-height: 1.6;
}

#sub .s_article_block h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3em;
  content: "";
}

#sub .s_article_block h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3em;
  content: "";
}

#sub .s_article_block h4,
#sub .s_article_block h5,
#sub .s_article_block h6 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 3.2rem 0;
  line-height: 1.6;
}

#sub .s_article_block h4::before,
#sub .s_article_block h5::before,
#sub .s_article_block h6::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3em;
  content: "";
}

#sub .s_article_block h4::after,
#sub .s_article_block h5::after,
#sub .s_article_block h6::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3em;
  content: "";
}

#sub .s_article_block ul,
#sub .s_article_block ol {
  margin-top: 3.2rem;
  background-color: #EBEBEB;
  padding: 1.6rem;
}

#sub .s_article_block ul li,
#sub .s_article_block ol li {
  padding: 8px 0;
  font-size: 14px;
  line-height: 2;
  list-style: disc;
  margin-left: 1.6rem;
}

#sub .s_article_block ul li::before,
#sub .s_article_block ol li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.5em;
  content: "";
}

#sub .s_article_block ul li::after,
#sub .s_article_block ol li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.5em;
  content: "";
}

#sub .s_article_block ol li {
  list-style: decimal;
}

#sub .s_article_block table {
  margin-top: 3.2rem;
  font-size: 1.4rem;
  border-collapse: collapse;
}

#sub .s_article_block table td,
#sub .s_article_block table th {
  line-height: 1.6;
  white-space: pre-wrap;
  border: 1px solid #AFAFAF;
  padding: 16px;
  word-break: normal;
}

#sub .s_article_block p {
  font-size: 1.4rem;
  margin: 3.2rem 0;
  line-height: 2;
}

#sub .s_article_block p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.5em;
  content: "";
}

#sub .s_article_block p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.5em;
  content: "";
}

#sub .s_article_block p a {
  display: inline;
  color: #0693e3;
}

#sub .s_article_block img {
  display: block;
  margin: 3.2rem 0;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  z-index: 9999;
}

.loading-txt {
  width: 200px;
  margin-bottom: 16px;
}

.loading-txt > img {
  width: 100%;
  height: auto;
}

.loading-bar {
  position: relative;
  width: 100px;
  height: 2px;
  background-color: #EFEFEF;
  overflow: hidden;
  margin: 0 auto;
}

.loading-bar:before {
  position: absolute;
  top: 0;
  left: -24px;
  width: 24px;
  height: 2px;
  content: "";
  background-color: #333;
  -webkit-animation-name: loadingLoop;
  animation-name: loadingLoop;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#js-loadingcontent.fade .loading-txt {
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.4s ease-in;
  transition-delay: 0.4s;
}

#js-loadingcontent.fade .loading-bar {
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.4s ease-in;
  transition-delay: 0.6s;
}

@-webkit-keyframes loadingLoop {
  0% {
    left: -24px;
  }
  100% {
    left: 100px;
  }
}
@keyframes loadingLoop {
  0% {
    left: -24px;
  }
  100% {
    left: 100px;
  }
}
.thumb_zoom:hover .p_thumb .bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.fade {
  opacity: 0;
  transition: all 0.8s 0.4s ease;
  -webkit-transition: all 0.8s 0.4s ease;
  -moz-transition: all 0.8s 0.4s ease;
  -ms-transition: all 0.8s 0.4s ease;
  -o-transition: all 0.8s 0.4s ease;
}

.fade.is_show {
  opacity: 1;
}

.fadeInUp {
  transform: translate3d(0, 16px, 0);
  -webkit-transform: translate3d(0, 16px, 0);
  -moz-transform: translate3d(0, 16px, 0);
  -ms-transform: translate3d(0, 16px, 0);
  -o-transform: translate3d(0, 16px, 0);
}

.fadeInUp.is_show {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.fadeInDown {
  transform: translate3d(0, -16px, 0);
  -webkit-transform: translate3d(0, -16px, 0);
  -moz-transform: translate3d(0, -16px, 0);
  -ms-transform: translate3d(0, -16px, 0);
  -o-transform: translate3d(0, -16px, 0);
}

.fadeInDown.is_show {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.fadeInLeft {
  transform: translate3d(-16px, 0, 0);
  -webkit-transform: translate3d(-16px, 0, 0);
  -moz-transform: translate3d(-16px, 0, 0);
  -ms-transform: translate3d(-16px, 0, 0);
  -o-transform: translate3d(-16px, 0, 0);
}

.fadeInLeft.is_show {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.fadeInRight {
  transform: translate3d(16px, 0, 0);
  -webkit-transform: translate3d(16px, 0, 0);
  -moz-transform: translate3d(16px, 0, 0);
  -ms-transform: translate3d(16px, 0, 0);
  -o-transform: translate3d(16px, 0, 0);
}

.fadeInRight.is_show {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.fadeInX {
  transform: translate3d(0, 160px, 0) rotateX(30deg) scale(1.2);
  transition: opacity 1s linear, transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(0, 160px, 0) rotateX(30deg) scale(1.2);
  -webkit-transition: opacity 1s linear, transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transform: translate3d(0, 160px, 0) rotateX(30deg) scale(1.2);
  -moz-transition: opacity 1s linear, transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transform: translate3d(0, 160px, 0) rotateX(30deg) scale(1.2);
  -ms-transition: opacity 1s linear, transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transform: translate3d(0, 160px, 0) rotateX(30deg) scale(1.2);
  -o-transition: opacity 1s linear, transform 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.fadeInX.is_show {
  transform: translateZ(0) rotateX(0deg) scale(1);
  -webkit-transform: translateZ(0) rotateX(0deg) scale(1);
  -moz-transform: translateZ(0) rotateX(0deg) scale(1);
  -ms-transform: translateZ(0) rotateX(0deg) scale(1);
  -o-transform: translateZ(0) rotateX(0deg) scale(1);
}

.slide {
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.slide.is_show:before {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}

.slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  z-index: 1;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: all 1s 0s ease;
  -webkit-transition: all 1s 0s ease;
  -moz-transition: all 1s 0s ease;
  -ms-transition: all 1s 0s ease;
  -o-transition: all 1s 0s ease;
}/*# sourceMappingURL=style.css.map */