html{
  height:100%;
  overflow-y:scroll;
  overflow-x: hidden;
}
body {
  height:100%;
  font: 14px/1.231 'Lato', YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック' ,sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  *font-size: small;
  *font: x-small;
  color:#000;
  line-height:1.7;
  -webkit-font-smoothing: antialiased;
}
@media all and (-ms-high-contrast:none){
  body{
    font: 13px/1.231 "メイリオ",Meiryo,'Lato', YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック' ,sans-serif;
    font-weight: normal;
    line-height:2;
    letter-spacing: .03em;
  }
}
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,ol {list-style: none;}
small {font-size: 86%;}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0); 
  outline : none;
}
a:hover {
  text-decoration: none;
}
.txt-underline {
  text-decoration: underline;
}
img {
  vertical-align: bottom;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mgn-btm8 {  margin-bottom: 8px;}
.mgn-btm16 {  margin-bottom: 16px;}
.mgn-btm24 {  margin-bottom: 24px;}
.mgn-btm32 {  margin-bottom: 32px;}
.mgn-btm40 {  margin-bottom: 40px;}
.mgn-btm48 {  margin-bottom: 48px;}
.mgn-btm56 {  margin-bottom: 56px;}
.mgn-btm64 {  margin-bottom: 64px;}
.mgn-btm72 {  margin-bottom: 72px;}
.mgn-btm80 {  margin-bottom: 80px;}

.flt-rgt { float: right;}
.flt-lft { float: left; }
.txt-ctr { text-align: center;}
.txt-rgt { text-align: right;}
.str-txt {
  display: inline-block;
  margin-top: 16px;
  font-size: 122%;
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media (min-width: 768px) {
  @-moz-document url-prefix() {
    *{ font-feature-settings: "palt";}
  }
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    *{ font-feature-settings: "palt";}
  }
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .mgn-btm16 {  margin-bottom: 8px;}
  .mgn-btm24 {  margin-bottom: 16px;}
  .mgn-btm32 {  margin-bottom: 16px;}
  .mgn-btm40 {  margin-bottom: 24px;}
  .mgn-btm48 {  margin-bottom: 24px;}
  .mgn-btm56 {  margin-bottom: 32px;}
  .mgn-btm64 {  margin-bottom: 32px;}
  .mgn-btm72 {  margin-bottom: 40px;}
  .mgn-btm80 {  margin-bottom: 40px;}
}

.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}
.font-shueiGin {
  font-family: 秀英角ゴシック銀 L, Shuei KakuGo Gin L;
}


/* =====================================================================================

    COMMON

===================================================================================== */

/* layout
 **************************************** */

/* --- inner --- */
.inner {
  width: 1080px;
  margin: 0 auto;
}
.inner-sm {
  width: 800px;
}
/*.inner-lg {
  width: 100%;
}*/

.section_pdg {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section_pdg-lg {
  padding-top: 124px;
  padding-bottom: 142px;
}

.main_view {
  height: 400px;
  padding-top: calc(400px/2.6);
  background-color: #aaa;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main_view h2 {
  color: #fff;
}
.main_view .section_ttl_sub .line {
  width: 42%;
}
.main_view .section_ttl_sub small {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.box {
  padding: 24px;
}
.gray-bg {
  background-color: #f5f5f5;
}

.transition-04 {
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ttl
 **************************************** */
.page_ttl {
  background: #eee;
  padding: 80px 0;
  text-align: center;
}

.section_ttl, .section_ttl-nomove {
  font-size: 30px;
  line-height: 1.8;
  font-family: 'Montserrat', 秀英角ゴシック銀 L, Shuei KakuGo Gin L, sans-serif;
}
.section_ttl strong {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  display: block;
}
.section_ttl_sub {
  display: block;
  line-height: 0.5;
  position: relative;
  width: 45%;
  margin: 0 auto;
} 
.section_ttl_sub .line, 
.section_ttl-nomove .line {
  position: absolute;
  top: 12px;
  width: 0;
  height: 2px;
  background-color: #000;
  border-bottom: 1px solid #ddd;
  display: block;
}
.section_ttl-nomove .line {
  width: 40%;
}
.section_ttl_sub .line.left {
  left: 0;
}
.section_ttl_sub .line.right {
  right: 0;
}
.section_ttl_sub small {
  font-size: 13px;
  position: relative;
  padding: 0;
  z-index: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  display: inline-block;
  width: 100%;
}
.section_ttl-nomove .section_ttl_sub small {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.section_description {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-size: 108%;
  line-height: 1.95;
}

.more_read {
  text-align: center;
  width: 26%;
  margin: 0 auto;
}
.print.more_read {
  margin-top: 40px;
  margin-bottom: 32px;
}
.print.more_read a {
  color: #fff;
  background: #1B2E67;
}
.print.more_read a:hover {
  background: transparent;
  color: #1c2a42;
}
.more_read a, .post_list--item a .more_read span {
  display: block;
  color: #1c2a42;
  border: 2px solid #1c2a42;
  font-size: 122%;
  font-family: 秀英角ゴシック銀 L, Shuei KakuGo Gin L;
  padding: 8px 0;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.more_read a:hover, .post_list--item a:hover .more_read span {
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #1c2a42;
}

.btn {
  text-align: center;
}
.btn-bgBlue a {
  margin: 0 auto;
  padding: 12px 52px;
  color: #fff;
  background-color: #1c2a42;
}

/* anime
 **************************************** */
.effect {
  position: relative;
}
.effect .effect--element {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: #061125;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.effect--zoom {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


/* =====================================================================================

    HEADER

===================================================================================== */
.header {
  position: relative;
}

/* gnav
 **************************************** */
.gnav {
  position: absolute;
  top: 32px;
  right: 2.5%;
  z-index: 1;
}
.gnav li {
  float: left;
  margin-top: 4px;
  margin-right: 8px;
}
.gnav li a {
  font-size: 93%;
  display: block;
  padding: 0 4px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}
.gnav li a i {
  margin-right: 8px;
}
.gnav li:last-child {
  margin-top: 0;
  margin-right: 0;
  margin-left: 13px;
}
.gnav li:last-child a {
  border: 2px solid #fff;
  padding: 2px 10px 4px;
}
.gnav li:last-child a:hover {
  background-color: #fff;
  color: #1c2a42;
}
.gnav li:nth-child(-n+3) a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  margin: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.gnav li a:hover::before {
  width: 100%;
}

#fix_head {
  position: fixed;
  top: -90px;
  left: 0;
  width: 100%;
  background-color: rgba(255,255,255,.8);
  z-index: 10;
  padding: 12px 0 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#fix_head.scrolled {
  top: 0;
}
#fix_head h1 {
  float: left;
}
#fix_head nav {
  float: right;
  margin-top: 21px;
}
#fix_head .gnav {
  position: static;
}
#fix_head .gnav li a {
  color: #000;
}
#fix_head .gnav li:last-child a {
  border-color: #000;
}
#fix_head .gnav li:last-child a:hover {
  background-color: #000;
  color: #fff;
}
#fix_head .gnav li:nth-child(-n+3) a::before {
  background-color: #000;
}

@media (max-width: 767px) {
  .gnav_btn {
    display: block;
  }
  .gnav_btn,
  .gnav_btn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .gnav_btn {
    position: fixed;
    width: 24px;
    height: 13px;
    top: 40px;
    right: 40px;
    z-index: 9999;
    display: none;
  }
  .gnav_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  .gnav_btn span:nth-of-type(1) {
    top: 0;
  }
  .gnav_btn span:nth-of-type(2) {
    top: 6px;
  }
  .gnav_btn span:nth-of-type(3) {
    bottom: 0;
  }
  .gnav_btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-35deg);
    transform: translateY(6px) rotate(-35deg);
  }
  .gnav_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .gnav_btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(35deg);
    transform: translateY(-6px) rotate(35deg);
  }
}


/* =====================================================================================

    FOOTER

===================================================================================== */
#contact {
  border-bottom: 1px solid #bfbfbf;
  background-color: #fff;
}
#contact .section_ttl_sub {
  width: 60%;
}
#contact .btn-bgBlue {
  margin-bottom: 42px;
}
#contact .btn-bgBlue a {
  font-size: 158%;
}
.contact_txt{
  color: #FF5555;
  border: solid 1px #FF5555;
  padding: 15px 20px 15px 30px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#map {
  width: 100%;
  height: 400px;
}

.footer {
  background: #1c2a42;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.footer .footer--list {
  text-align: center;
  display: block;
}
.footer .footer--list li {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
}
.footer .footer--list li::after {
  content: "|";
  color: #fff;
}
.footer .footer--list li:last-child::after {
  display: none;
}
.footer .footer--list li a {
  color: #fff;
  margin: 0 8px;
}

.pagetop {
}
.footer--copyright {
  text-align: center;
  color: #fff;
}
.pbl {
  opacity: 1;
  vertical-align: baseline;
  margin-left: 8px;
}
.pbl img { vertical-align: middle;}

/* formy
 **************************************** */
#formy_form table {
  width:100%;
}
#formy_form th,
#formy_form td {
  padding: 16px;
  vertical-align: middle;
  border-bottom: solid 1px #eee;
}
#formy_form th {
  font-weight:normal;
  white-space: nowrap;
  text-align:left;
  width:34%;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form table textarea {
  width:100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align:bottom;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form select,
#formy_form textarea {
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #ccc;
  font: inherit;
  font-size:100%;
}
#formy_form textarea {
  height: 100px;
}
#formy_form select {
  height: 40px;
}
#formy_form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#formy_form input:hover { opacity:0.7; }
#formy_form textarea:hover { opacity:0.7; }

#formy_form input:focus {  background-color: #fff;}
#formy_form .parsley-validated {  background-color: #eee;}
#formy_form .parsley-error {  background-color: #fee;}
#formy_form .parsley-success {  background-color: #fff;}

.help_text {
  font-size: 85%;
  color: #999;
}
.hidden_help {  display: none;}

.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: 85%;
  padding: 8px 16px;
}
.requiredIcon {
  background: #f55;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: 70%;
  padding: 2px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
}
#formy_btn {
  padding-top: 14px;
  text-align:center;
}
#formy_btn input {
  font-size: inherit;
  border: none;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  padding: 16px 56px;
  -webkit-appearance: none;
  appearance: none;
  margin-bottom: 16px;
}
#formy_form ul li {
  vertical-align: middle;
  margin-right: 8px;
}
#formy_form ul li input[type="radio"],
#formy_form ul li input[type="checkbox"]{
  display: none !important;
}
#formy_form ul li label {
  height: 40px;
  line-height: 40px;
  display: block;
  vertical-align: top;
  position: relative;
  padding: 0px 8px 0px 40px;
  cursor: pointer;
}
#formy_form ul li label:hover {
  opacity: 0.7;
}
#formy_form ul li label::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #788b93;
  left: 16px;
  top: 12px;
}
#formy_form ul li input[type="radio"] + label::before {
  border-radius: 10px;
}
#formy_form ul li input[type="radio"]:checked + label,
#formy_form ul li input[type="checkbox"]:checked + label {
  color:#e75f5f;
  font-weight: bold;
}
#formy_form ul li input[type="radio"]:checked + label::before,
#formy_form ul li input[type="checkbox"]:checked + label::before {
  border-color: #e75f5f;
}
#formy_form ul li input[type="radio"]:checked + label::after,
#formy_form ul li input[type="checkbox"]:checked + label::after {
  content: "";
  width: 10px;
  height: 18px;
  top: 4px;
  left: 20px;
  border-right: 2px solid #e75f5f;
  border-bottom: 2px solid #e75f5f;
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formy_confirm {
  background-color: #4dbaff;
}
.formy_submit_disabled {
  background-color: #ccc;
}
#formy_btn .formy_submit_disabled:hover {
  opacity:1;
  cursor: default;
}
.autoConfirmBack {
  background-color: #aaa;
}
.formy_send {
  background-color: #ff6600;
}
#total_required {
  padding: 16px;
  color: #f55555;
  text-align: center;
}

@media (max-width: 767px) {
  #formy_form {
    padding: 0 16px;
  }
  #formy_form th,
  #formy_form td {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #formy_form th {
    border-bottom:none;
    padding-bottom: 0;
    white-space: normal;
    font-weight: bold;
  }
  #formy_form td {
    padding-top: 0;
  }
  #formy_btn {
    padding-top: 8px;
  }
  #formy_btn input {
    width: 100%;
    background-size: contain;
    background-position: center;
  }
}

/* =====================================================================================

    SIDEBAR

===================================================================================== */
.side-column {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.side-column .inner {
  display: table;
}
.side-section {
  width: 33.33%;
  margin-right: 48px;
  border-left: 1px solid #dfdfdf;
  display: table-cell;
  padding: 28px 38px 28px 38px;
}
.side-column .side-section:nth-child(3) {
  margin-right: 0;
  border-right: 1px solid #dfdfdf;
}
.side-section ul li {
  margin-bottom: 8px;
}
.side-section ul li a {
  background-color: #fff;
  display: block;
  padding: 8px 16px;
}
.side-ttl {
  border-bottom: 2px solid;
  padding-bottom: 8px;
  margin-bottom: 16px;
  font-size: 129%;
  color: #1c2a42;
}
.side-ttl small {
  float: right;
  font-size: 12px;
  margin-top: 6px;
}


/* =====================================================================================

    INDEX

===================================================================================== */
.hero {
  position: relative;
  height: 1000px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
.hero h2 {
  position: absolute;
  top: calc(800px/2.1);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  pointer-events: none;
}
.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}

/* #news お知らせ */
.home_news--child:not(:last-child) {
  margin-bottom: 64px;
}
.home_news--child .ttl {
  font-size: 160%;
  margin-bottom: 16px;
}
.home_news--child img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.home_news--child .ttl img {
  display: inline;
  vertical-align: top;
}
.home_news--child video {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/* #media 掲載メディア */
.media--list .media--list_item {
  float: left;
  width: calc(100%/4 - (66px*3/4));
  margin-right: 66px;
}
.media--list .media--list_item:last-child {
  margin-right: 0;
}
.media--list .media--list_item .effect--element {
  background-color: #061125;
}
.media--list_item_thumbnail {
  width: 220px;
  height: 180px;
  background-size: cover;
  border: 1px solid #c9c9c9;
  background-repeat: no-repeat;
  margin-bottom: 24px;
}
.media--list_item_day {
  text-align: center;
  margin-bottom: 14px;
}
.media--list_item_txt {
  text-align: center;
  font-size: 93%;
  line-height: 1.95;
}
.media--list_item_day.effect .effect--element, 
.media--list_item_txt.effect .effect--element {
  background-color: #f5f5f5;
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.3s;
}
#media.home .more_read {
  margin: 42px auto 0;
}

/* #tdf-open TDF今春完成 */
.tdf-image {
  text-align: center;
}
.section_description.tdf-open {
  text-align: right;
  margin-top: 40px;
}
.tdf-open.under-line {
  border-bottom: 2px solid #000;
  width: 40%;
  margin: 0 auto 40px;
}
.section_ttl.tdf-open {
  position: relative;
  line-height: 1.2em;
  font-size: 260%;
}
.txt-sm {
  font-size: 50%;
  font-family: serif;
}
/* #print プリント加工 */
#print {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  background-color: #fff;
}
#print--imgs {
  margin-top: 88px;
  position: relative;
  height: 1547px;
}
.print--img {
  position: absolute;
  -webkit-transition: all 0.8s cubic-bezier(.01, .52, .16, .98);
  -moz-transition: all 0.8s cubic-bezier(.01, .52, .16, .98);
  transition: all 0.8s cubic-bezier(.01, .52, .16, .98);
}
.print--img_01 {
  top: 0;
  left: 293px;
}
.print--img_02 {
  top: 124px;
  right: -42px;
}
.print--img_03 {
  top: 243px;
  left: -75px;
  z-index: 3;
}
.print--img_04 {
  top: 522px;
  right: -11px;
}
.print--img_05 {
  top: 595px;
  right: 20px;
  z-index: 2;
}
.print--img_06 {
  top: 782px;
  right: -95px;
}
.print--img_07 {
  top: 797px;
  left: -53px;
}
.print--img_08 {
  top: 817px;
  left: 53px;
}
.print--img_09 {
  top: 865px;
  right: 81px;
  z-index: 2;
}
.print--img_10 {
  top: 1113px;
  left: -68px;
}
.print--img_11 {
  top: 1246px;
  right: -65px;
}
.print--img_12 {
  top: 1339px;
  left: 387px
}

/* #flow 作業工程 */
.flow--list .flow--list_item {
  float: left;
  width: calc(100%/5 - (44px*4/5));
  margin-right: 44px;
  position: relative;
}
.flow--list .flow--list_item:nth-child(2) {
  transition-delay: 0.1s;
}
.flow--list .flow--list_item:nth-child(3) {
  transition-delay: 0.15s;
}
.flow--list .flow--list_item:nth-child(4) {
  transition-delay: 0.2s;
}
.flow--list .flow--list_item:nth-child(5) {
  transition-delay: 0.25s;
}
.flow--list .flow--list_item:last-child {
  margin-right: 0;
}
.flow--list .flow--list_item:before {
  content: "";
  width: 24px;
  height: 40px;
  position: absolute;
  top: 54px; right: -36px;
  background-image: url(../images/index/flow_arrow_icon.png);
}
.flow--list .flow--list_item:last-child:before {
  display: none;
}
.flow--list .flow--list_item h2 {
  font-size: 143%;
  text-align: center;
}
.flow--list .flow--list_item p {
  font-size: 93%;
  line-height: 1.8;
  width: 105%;
  text-align: center;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media all and (-ms-high-contrast:none){
  .flow--list .flow--list_item p {
    width: 109%;
  }
}
.flow--list_item_step_img {
  width: 150px;
  height: 150px;
  border: 2px solid #061125;
  border-radius: 50%;
  margin: 0 auto 24px;
  position: relative;
}
.flow--list_item_step_img img {
  position: absolute;
}
.flow--list .flow--list_item:nth-child(1) .flow--list_item_step_img img {
  top: 21px;
  left: 21px;
}
.flow--list .flow--list_item:nth-child(2) .flow--list_item_step_img img {
  top: 38px;
  left: 33px;
}
.flow--list .flow--list_item:nth-child(3) .flow--list_item_step_img img {
  top: 33px;
  left: 10px;
}
.flow--list .flow--list_item:nth-child(4) .flow--list_item_step_img img {
  top: 41px;
  left: 20px;
}
.flow--list .flow--list_item:nth-child(5) .flow--list_item_step_img img {
  top: 35px;
  left: 28px;
}
.flow--list_item_step {
  color: #fff;
  font-size: 93%;
  background-color: #061125;
  border-radius: 50%;
  font-style: italic;
  letter-spacing: -0.01em;
  margin-left: -6px;
  margin-top: -17px;
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  padding: 10px 3px 0 0;
}
.flow--list_item_step::before {
  content: "";
  position: absolute;
  display: block;
  text-align: center;
  width: 91%;
  top: 25px;
}
.flow--list .flow--list_item:nth-child(1) .flow--list_item_step::before {
  content: "01";
}
.flow--list .flow--list_item:nth-child(2) .flow--list_item_step::before {
  content: "02";
}
.flow--list .flow--list_item:nth-child(3) .flow--list_item_step::before {
  content: "03";
}
.flow--list .flow--list_item:nth-child(4) .flow--list_item_step::before {
  content: "04";
}
.flow--list .flow--list_item:nth-child(5) .flow--list_item_step::before {
  content: "05";
}
#flow.home .more_read {
  margin: 56px auto 0;
}

#index_img_content {
  height: 440px;
  background: url(../images/index/photo_img.jpg) center no-repeat;
  background-size: cover;
}

/* #corporate 会社概要 */
#corporate {
  background-color: #fff;
}
.corporate--content {
  position: relative;
  margin-bottom: 86px;
}
.corporate--content_txt {
  background-color: #f5f5f5;
  padding: 60px 80px 60px;
  width: 730px;
  float: left;
  margin-left: -66px;
}
.corporate--content_txt.effect .effect--element {
  background-color: #fff;
}
.corporate--content_txt dl {
  width: 532px;
}
.corporate--content_txt dl dt, 
.corporate--content_txt dl dd {
  padding-top: 16px;
  padding-bottom: 14px;
  border-bottom: 1px dotted #1c2a42;
  line-height: 1;
}
.corporate--content_txt dl dt {
  float: left;
  clear: both;
  padding-left: 14px;
  width: 24%;
}
.corporate--content_txt dl dd {
  float: left;
  width: 76%;
}
@media all and (-ms-high-contrast:none){
  .corporate--content_txt dl {
    width: 564px;
  }
}
.corporate--content_img {
  position: absolute;
  top: 42px;
  right: -66px;
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.corporate--content_img.effect .effect--element {
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.3s;
}

.corporate--place {
  padding: 0 58px;
}
.corporate--place li {
  -webkit-transform: translate3d(0, 70px, 0) scale(1);
  -moz-transform: translate3d(0, 70px, 0) scale(1);
  transform: translate3d(0, 70px, 0) scale(1);
  -webkit-transition: all 0.6s cubic-bezier(.01, .52, .16, .98);
  -moz-transition: all 0.6s cubic-bezier(.01, .52, .16, .98);
  transition: all 0.6s cubic-bezier(.01, .52, .16, .98);
  opacity: 0;
  display: inline-block;
  width: calc(33% - 3px);
  vertical-align: bottom;
}
.corporate--place_img {
  text-align: center;
}
.corporate--place_img img {
  max-width: 90%;
  height: auto;
  width: 90%;
  text-align: center;
}
.corporate--place li:nth-child(1) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.corporate--place li:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.corporate--place li:nth-child(3) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.corporate--place li h3 {
  font-size:  143%;
  margin-bottom: 16px;
}
.corporate--place li p {
  font-size: 93%;
  line-height: 1.8;
  margin-bottom: 32px;
}

/* #recruit 採用情報 */
#recruit {
  position: relative;
  background: url(../images/index/recruit_bg.jpg) center no-repeat;
  background-size: cover;
}
#recruit .section_description {
  width: 430px;
}
#recruit .effect .effect--element {
  z-index: 1;
}
#recruit.home .section_ttl_sub {
  width: 76%;
}
#recruit.home .inner {
  width: 610px;
  padding: 68px 0;
  background-color: rgba(255,255,255,0.9);
}
#recruit.home .more_read {
  width: 50%;
  margin: 32px auto 0;
}


/* #blog ブログ */
#blog {
  border-bottom: 1px solid #bfbfbf;
}
.blog--list .blog--list_item {
  float: left;
  width: calc(100%/3 - (80px*2/3));
  margin-right: 80px;
  -webkit-transition: all 0.6s cubic-bezier(.01, .52, .16, .98);
  -moz-transition: all 0.6s cubic-bezier(.01, .52, .16, .98);
  transition: all 0.6s cubic-bezier(.01, .52, .16, .98);
  -webkit-transform: translate3d(0, 70px, 0) scale(1);
  -moz-transform: translate3d(0, 70px, 0) scale(1);
  transform: translate3d(0, 70px, 0) scale(1);
  opacity: 0;
}
@media all and (-ms-high-contrast:none){
  .blog--list .blog--list_item {
    width: 28.33%;
  }
}
.blog--list .blog--list_item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.blog--list .blog--list_item:last-child {
  margin-right: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.blog--list .blog--list_item h2 {
  font-size: 122%;
  margin-bottom: 12px;
}
.blog--list_item_txt {
  font-size: 93%;
}
#blog .more_read {
  margin: 54px auto 0;
}

/* =====================================================================================

    PAGE

===================================================================================== */
#print_page.section_pdg {
  padding: 64px 0 80px;
}
#print_message {
  position: relative;
}
#print_message::before {
  content: "";
  background-image: url(../images/print/message_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  width: 344px;
  height: 360px;
  position: absolute;
  top: -66px;
  left: -30px;
  right: 0;
  z-index: -1;
  opacity: 0.25;
  -webkit-transform: rotate(62deg);
  transform: rotate(62deg);
  margin: 0 auto;
  background-size: cover;
}
#print_message h3 {
  font-size: 276%;
  margin: 92px 0 52px;
  letter-spacing: .1em;
}
#print_message h4 {
  font-size: 160%;
  margin: 56px 0 24px;
  letter-spacing: .1em;
}
#print_message p {
  line-height: 2.2;
  font-size: 115%;
  letter-spacing: 0.14em;
}
#process {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.lineup_wrapper {
  position: relative;
  -webkit-transform: translate3d(0, 70px, 0) scale(1);
  -moz-transform: translate3d(0, 70px, 0) scale(1);
  transform: translate3d(0, 70px, 0) scale(1);
  -webkit-transition: all 0.6s cubic-bezier(.01, .52, .16, .98);
  -moz-transition: all 0.6s cubic-bezier(.01, .52, .16, .98);
  transition: all 0.6s cubic-bezier(.01, .52, .16, .98);
  opacity: 0;
}
.print_lineup {}
.print_lineup--list {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.print_lineup--list.center {
  width: 44%;
  margin: 0 4%;
}
.print_lineup--list.left, 
.print_lineup--list.right {
  width: 22%;
}
.print_lineup--list.left {
  margin-right: 1.5%;
}
.print_lineup--list.right {
  margin-left: 1.5%;
}
.print_lineup--item {
  margin-bottom: 48.4px;
  text-align: justify;
  text-justify: inter-ideograph;
  background-color: #fff;
  min-height: 409px;
  box-shadow: 1px 1px 0 rgba(0,0,0,.07);
}
.print_lineup--list.center .print_lineup--item {
  padding-bottom: 36px;
  margin-bottom: 61px;
  min-height: auto;
}
.print_lineup--list .print_lineup--item:last-child {
  margin-bottom: 0;
}
.print_lineup--item h3 {
  font-size: 136%;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.5;
}
.print_lineup--list.center .print_lineup--item h3 {
  margin-bottom: 24px;
}
.print_lineup--list.right p, .print_lineup--list.left p {
  padding: 0 18px 28px;
}
@media all and (-ms-high-contrast:none){
  .print_lineup--item p {
    line-height: 1.65;
  }
  .print_lineup--list.center .print_lineup--item p {
    line-height: 1.8;
  }
}
.print_lineup--list.center .print_lineup--item_txt {
  padding: 0 18px;
}
.print_lineup--item_img {
  width: 100%;
  height: 200px;
  margin-bottom: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.print_lineup--item_txt_detail {
  float: left;
  width: 54%;
}
.print_lineup--item_img_sub {
  float: right;
}
.print_lineup--item_img_sub_comment {
  font-size: 12px;
  background-color: #1c2b42;
  padding: 8px 12px;
  border-radius: 3px;
  color: #fff;
  margin-top: 13px;
  position: relative;
}
.print_lineup--item_img_sub_comment::after {
  content: "";
  position: absolute;
  top: calc(100%/2.8);
  right: -16px;
  border: 6px solid transparent;
  border-left: 10px solid #1c2b42;
}

/*  recruit
========================================================================= */
.page-recruit #message .str-txt {
  margin-top: 0;
}
.page-recruit #message p {
  font-size: 115%;
  line-height: 2.3;
}
#recruitment {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.recruitment--item {
  min-height: 1137px;
  padding: 56px 62px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .recruitment--item {
    width: 800px !important;
  }
}
.recruitment--item h3 {
  font-size:  179%;
  line-height: 2;
  margin-bottom: 18px;
}
.recruitment--item h3 small {
  display: block;
  font-size: 15px;
}
.recruitment--table {
  width: 100%;
}
.recruitment--table th {
  text-align: left;
  font-size: 115%;
  padding: 12px 8px 12px 0;
  width: 20%;
}
.recruitment--table td {
  padding: 12px 8px;
}
.recruitment--table + .box.gray-bg p br.pc + br,
.recruitment--table + .box.gray-bg p br.sp + br {
  display: none;
}

.bx-wrapper {
  position: relative;
}
.bx-controls {
  position: absolute;
  top: 42%;
  left: -62px;
  margin: 0 auto;
  width: 115%;
}
.bx-controls a.bx-prev, 
.bx-controls a.bx-next {
  font-size: 0;
  width: 24px;
  height: 40px;
  background-image: url(../images/index/flow_arrow_icon.png);
  display: inline-block;
  position: absolute;
}
.bx-controls a.bx-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bx-controls a.bx-next {
  right: 0;
}
#bx-pager {
  margin: 42px 0 0;
  text-align: center;
}
#bx-pager li {
  display: inline-block;
  margin-right: 8px;
}
#bx-pager li:last-child {
  margin-right: 0;
}
#bx-pager li a {
  border: 2px solid #000;
  border-radius: 26px;
  padding: 12px 18px;
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
}
#bx-pager li a:hover, 
#bx-pager li a.active {
  color: #fff;
  background-color: #000;
}

/*  post
========================================================================= */
.post_list--item {
  width: calc(100%/2 - (42px*1/2));
  min-height: 280px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 42px;
  margin-bottom: 48px;
  position: relative;
  float: left;
}
.post_list--item .linkarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.post_list .post_list--item:first-child {
  width: 100%;
  height: 380px;
  float: none;
  margin-right: 0;
}
.post_list .post_list--item:nth-child(odd) {
  margin-right: 0;
}
.post_list--item_before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0,0,0,0.45);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(0,0,0,.1) 2px, rgba(0,0,0,.1) 4px);*/
  background-color:rgba(0,0,0,0.45);
  background-image: radial-gradient(rgba(255,255,255,0.1) 15%, transparent 16%),
  radial-gradient(rgba(255,255,255,0.1) 15%, transparent 16%);
  background-size:10px 10px;
  background-position: 0 0, 5px 5px;
}
.post_list--item::before, 
.post_list--item::after,
.post_list--item a.linkarea::before, 
.post_list--item a.linkarea::after {
  content: "";
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 0.4s cubic-bezier(.01, .52, .16, .98);
  -moz-transition: all 0.4s cubic-bezier(.01, .52, .16, .98);
  transition: all 0.4s cubic-bezier(.01, .52, .16, .98);
  z-index: 1;
}
.post_list--item::before, 
.post_list--item::after {
  left: 14px;
  width: 0;
  height: 1px;
}
.post_list--item::before {
  top: 14px;
}
.post_list--item::after {
  bottom: 14px;
}
.post_list--item:hover::before, 
.post_list--item:hover::after {
  width: 94.5%;
}
.post_list .post_list--item:nth-child(1):hover::before, 
.post_list .post_list--item:nth-child(1):hover::after {
  width: 97.4%;
}
.post_list--item a.linkarea::before, 
.post_list--item a.linkarea::after {
  width: 1px;
  height: 0;
}
.post_list--item a.linkarea::before {
  top: 14px;
  left: 14px;
}
.post_list--item a.linkarea::after {
  right: 14px;
  bottom: 14px;
}
.post_list--item:hover a.linkarea::before, 
.post_list--item:hover a.linkarea::after {
  height: 90%;
}
.post_list .post_list--item:nth-child(1):hover a.linkarea::before, 
.post_list .post_list--item:nth-child(1):hover a.linkarea::after {
  height: 92.5%;
}
.post_list--item:hover a.linkarea::before {
  bottom: 14px;
}
.post_list--item:hover a.linkarea::after {
  top: 14px;
}

.post--list_txt {
  position: absolute;
  z-index: 1;
  color: #fff;
  left: 48px;
  right: 48px;
  bottom: 40px;
  pointer-events: none;
  text-shadow: 0 1px 1px #000;
}
.post_list .post_list--item:first-child .post--list_txt {
  bottom: 54px;
}
.post--list_txt h3 {
  font-size: 158%;
  margin-bottom: 8px;
}
.post--list_txt .post-info {
  margin-bottom: 16px
}
.post--list_txt .post-info .category a {
  color: #fff;
  background-color: #1c2a42;
  padding: 4px 8px;
  font-size: 86%;
  margin-right: 4px;
  border-radius: 2px;
}
/* 
  single
-------------------------------------------------------------------------- */
.post--ttl {
  font-size: 186%;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}
.post--ttl .category {
  text-align: center;
}
.post--ttl .category li {
  display: inline-block;
}
.post--ttl .category li a {
  background-color: #1c2a42;
  color: #fff;
  font-size: 12px;
  padding: 4px 14px;
  border-radius: 2px;
}
.post--ttl small {
  font-size: 13px;
}
.eyecatch {
  text-align: center;
  margin-bottom: 46px;
}
#post_pager {
  text-align: center;
  margin-top: 56px;
}
#post_pager li {
  display: inline-block;
  margin-right: 8px;
}
#post_pager li:last-child {
  margin-right: 0;
}
#post_pager li a {
  background-color: #19aa5b;
  padding: 8px 18px;
  border-radius: 2px;
  color: #fff;
  font-size: 115%;
  font-family: 秀英角ゴシック銀 L, Shuei KakuGo Gin L;
}
#post_pager li a:hover {
  color: #1c2a42;
}

/* color-box
 **************************************** */
#cboxOverlay {
  cursor: url(/wp/wp-content/themes/original_theme/images/common/close.png), default !important;
}
#cboxLoadedContent {
  background: transparent;
  padding: 0;
}
#cboxClose {
  display: none;
}

/* wp-pagenavi
 **************************************** */
.wp-pagenavi {
  text-align: center;
  padding: 32px 0 86px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi .current {
  padding: 2px 20px;
  display: inline-block;
  background: #19aa5b;
  margin: 0 2px;
  text-decoration: none;
  font-weight: 300;
  font-size: 107%;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 8px;
}
.wp-pagenavi a:hover {
  background: #1c2a42;
  color: #eee;
}
.wp-pagenavi .extend {
    color: #c5ccd6;
    margin: 0 8px;
}
.wp-pagenavi .current {
  color: #fff;
  background: #1c2a42;
}

/* =====================================================================================

    Wysiwyg editor

===================================================================================== */
.wysiwyg {
  font-size: 100%;
  line-height: 2;
  overflow: hidden;
}
.wysiwyg ul,
.wysiwyg ol,
.list  {
  margin: 1em 0;
} 
.wysiwyg ul li,
.wysiwyg ol li,
.list li  {
  position: relative;
  margin: 0;
  border-bottom: none;
  padding: 0;
  margin-left: 2em;
  padding-top: 8px;
  line-height: 1.65;
}
.wysiwyg ul li,
.list li {
  margin: 0;
  padding-left: 1.25em;
}
.wysiwyg ul li:before,
.list li:before {
  content: "\f111";
  position: absolute;
  left: 14px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  padding-top: 6px;
  font-weight: normal;
  color: #c5ccd6;
  left: 0;
}
.wysiwyg ol li {
  list-style-type: decimal;
}
.wysiwyg img {
  margin: 0;
  max-width: 100%;
  height: auto;
  float: none;
}
.wysiwyg hr {
  border-top: 3px double #ccc;
  background: transparent;
}
.wysiwyg .alignleft {
  float: left;
  clear: left;
  margin: 0 32px 32px 0;
}
.wysiwyg .alignright {
  float: right;
  clear: right;
  margin: 0 0 32px 32px;
}
.wysiwyg .aligncenter {
  display: block;
  margin: 32px auto;
}
.wysiwyg table {
  max-width: 100%;
  margin: 20px 0;
  line-height: 1.6;
}
.wysiwyg a,
.text-link {
  text-decoration: underline;
  color: #d00a23;
}
.wysiwyg table th,
.wysiwyg table td {
  padding: 16px 24px;
  border: 1px solid #dddfe2;
  vertical-align: middle;
  background: #fff;
}
.wysiwyg table th {
  white-space: nowrap;
  text-align: center;
  background: url(../images/common/bg_light_gray.jpg);
  font-family: 'Lato','秀英丸ゴシック B', Shuei MaruGo B;

}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5 {
  font-family: 'Lato','秀英丸ゴシック B', Shuei MaruGo B;
  line-height: 1;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3 { 
  font-size: 143%;
  margin: 48px auto 24px;
  border-left: 5px solid;
  padding-left: 16px;
  color: #f16a30
}
.wysiwyg h4 { 
  font-size: 125%;
  margin: 2em auto 1em;
  color: #333;
}
.wysiwyg h5 { 
  font-size: 113%;
  margin: 2em auto 1em;
  color: #333;
}

.wysiwyg p {
  margin-bottom: 1.6em;
}
.wysiwyg blockquote{
  margin: 1em 0;
  padding: 15px 40px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  font-style: oblique;
  color: #666;
}
.wysiwyg blockquote p {margin-bottom: 0;}
.wysiwyg blockquote:before,
.wysiwyg blockquote:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 100%;
  position: absolute;
  width: 1em;
  height: 1em;
}
.wysiwyg blockquote:before {
  content: "\f10d";
  top: 13px;
  left: 10px;
}
.wysiwyg blockquote:after {
  content: "\f10e";
  bottom: 13px;
  right: 10px;
}

@media (max-width: 768px) {
  .wysiwyg {
    font-size: 100%;
  }
  .wysiwyg .alignright,
  .wysiwyg .alignleft  {
    float: none;
    margin: 20px auto;
    display: block;
  }
  .wysiwyg blockquote {
    padding: 15px;
  }
  .wysiwyg blockquote:before {
    top: 0;
    left: 0;
  }
  .wysiwyg blockquote:after {
    bottom: 0;
    right: 0;
  }
  .wysiwyg ul li,
  .wysiwyg ol li {
    margin-left: 1em;
  }
  .wysiwyg ul li {
    padding-left: 0;
  }
  .wysiwyg ul li:before {
    left: -14px;
    padding-top: 6px;
    font-size: 12px;
  }
  div.box-graybg,
  div.box-line {
    padding: 25px;
  }
}

.sp {
  display: none;
}
.pc {
  display: inline-block;
}
@media (max-width: 768px) {
  .sp {
    display: inline-block;
  }
  .pc {
    display: none;
  }
}