@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
@font-face {
  font-family: 'garamond';
  src: url("../font/AGaramondPro-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'seikaishotai';
  src: url("../font/HGSeikaishotaiPRO_22723.ttf") format("opentype"); }

/* ==================================================
	basic layout
================================================== */
html {
  font-size: 62.5%; }

body {
  height: 100%;
  background-color: #fff;
  font-size: 1.4rem;
  width: 100%;
  position: relative;
  letter-spacing: 2px;
  font-family: source-han-sans-japanese, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif; }

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

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a:link {
  text-decoration: none; }

a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333;
  font-size: 1.6rem;
  display: block; }
  a:hover {
    opacity: .7; }

.bold {
  font-weight: bold; }

img {
  max-width: 100%; }

p {
  line-height: 1.5; }

code, div, form, p, span, a, h1, h2, h3, h4, h5, h6, strong, dl, dt, dd, ul, li, ol, b, i, u, tr, td, th, blockquote, pre, em, figure, figcaption, caption, tbody, article, tfoot, thead {
  font-size: 1.6rem;
  color: #333; }

figure {
  position: relative;
  overflow: hidden; }

code {
  font-weight: normal; }

em {
  font-style: italic; }

abbr[title], dfn[title] {
  border-bottom: none;
  text-decoration: unset; }

.textlimit {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 100%; }

.textline__1 {
  line-height: 20px;
  max-height: 20px;
  -webkit-line-clamp: 1; }

.textline__2 {
  line-height: 20px;
  max-height: 40px;
  -webkit-line-clamp: 2; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

/* --- クイックタグ追加 --- */
@media only screen and (min-width: 769px) {
  .sp {
    display: none; } }

/* Color class
---------------------------------------------------- */
.pink {
  color: #e87291; }

/* Font class
---------------------------------------------------- */
/* ==================================================
  Common
================================================== */
#wrapper {
  position: relative; }

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 1120px) {
    .container {
      width: 95%; } }

._mdb-100 {
  margin-bottom: 100px; }

/* breadcrumb
-------------------------------------- */
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 40px 50px; }

/* ▽ PC-TAB layout ========== */
  @media print, screen and (max-width: 768px) {
    .breadcrumb ul {
      padding: 20px; } }

/* ========== end △ */
.breadcrumb p {
  font-size: 1.2rem;
  color: #080d43; }

/* ▽ PC-TAB layout ========== */
  @media print, screen and (max-width: 768px) {
    .breadcrumb p {
      font-size: 1.2rem; } }

/* ========== end △ */
.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .breadcrumb li:not(:last-child):after {
    content: '\E803';
    font-family: "fontello";
    margin: 0 5px;
    font-size: 1.4rem; }

/* ==================================================
	Previous - Next in Single
================================================== */
.pre-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .pre-next {
    margin: 20px 0; } }

.pre-next li {
  position: relative;
  border: 0 solid #ddd;
  border-width: 1px 1px 1px 0;
  font-size: 14px;
  list-style: none;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .pre-next li:first-child {
    border-width: 1px; }

.pre-next li:before {
  font-size: 1.4rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute; }

.pre-next li a {
  color: #fff;
  width: 100%;
  padding: 15px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* ▽ PC-TAB layout ========== */
  @media print, screen and (max-width: 768px) {
    .pre-next li a {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* ========== end △ */
  .pre-next li a .image {
    width: 120px;
    overflow: hidden; }
    .pre-next li a .image .thumb {
      width: 100%;
      padding-top: 60%;
      position: relative; }
      .pre-next li a .image .thumb img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .pre-next li a .image {
        display: none; } }

/* ========== end △ */
  .pre-next li a span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px;
    font-size: 1.4rem;
    max-height: 40px;
    -webkit-line-clamp: 2; }

@media (max-width: 767px) {
  .pre-next li a {
    padding: 10px 40px; }
  .pre-next li a span {
    display: none; } }

.pre-next .pre-post:before {
  left: 10px; }

@media (max-width: 767px) {
  .pre-next .pre-post a:before {
    content: attr(data-prev); } }

.pre-next .next-post:before {
  right: 10px; }

.pre-next .next-post a {
  text-align: right;
  width: 100%; }

@media (max-width: 767px) {
  .pre-next .next-post a:before {
    content: attr(data-next); } }

.pre-next .pre-post a {
  padding-right: 20px; }
  .pre-next .pre-post a span {
    margin-right: 0;
    margin-left: 15px; }

.pre-next .next-post a {
  padding-left: 20px; }
  .pre-next .next-post a span {
    margin-left: 0;
    margin-right: 15px; }

.l-arrow:before {
  content: "\E802"; }

.r-arrow:before {
  content: "\E803"; }

/* ==================================================
	pagination
================================================== */
.wp-pagenavi {
  text-align: center;
  width: 100%;
  display: block;
  margin: 40px 0; }

.wp-pagenavi a {
  background: #f6f6f6;
  color: #000;
  text-decoration: none; }

@media only screen and (max-width: 667px) {
  .wp-pagenavi .inner {
    width: 90%;
    margin: 0 5%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 46px; }
  .wp-pagenavi .page-of {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    position: absolute;
    left: 37%;
    width: 26%;
    font-weight: bold;
    color: #fff;
    background: #2C2D2F;
    height: 46px;
    line-height: 46px;
    font-size: 1.3rem; }
  .wp-pagenavi .m-prev {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    width: 15%;
    position: absolute;
    left: 0%; }
  .wp-pagenavi .pn-prev {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 22%;
    position: absolute;
    left: 15%; }
  .wp-pagenavi .pn-next {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: 22%;
    position: absolute;
    left: 63%; }
  .wp-pagenavi .m-next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    width: 15%;
    position: absolute;
    left: 85%; }
  .wp-pagenavi a {
    line-height: 46px;
    height: 46px;
    font-weight: bold;
    font-size: 1.6rem; } }

.wp-pagenavi .pages {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  font-weight: bold; }

.wp-pagenavi .page-of {
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
  margin-bottom: 2em; }

.wp-pagenavi a, .wp-pagenavi .current {
  display: inline-block;
  padding: 0 1.5em;
  font-weight: bold;
  line-height: 50px;
  height: 50px; }

.wp-pagenavi a, .wp-pagenavi .page {
  display: inline-block;
  padding: 0 1.5em;
  font-weight: bold;
  line-height: 50px;
  height: 50px; }

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

.wp-pagenavi a:hover {
  background: #ababab;
  color: #fff; }

.pagination {
  text-align: center;
  width: 100%;
  display: block; }

.pagination a {
  border: 1px solid #eee;
  color: #fff;
  text-decoration: none; }

/* スマホ　*/
@media only screen and (max-width: 667px) {
  .pagination .inner {
    width: 90%;
    margin: 0 5%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 46px; }
  .pagination .page-of {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    position: absolute;
    left: 37%;
    width: 26%;
    font-weight: bold;
    color: #fff;
    background: #2C2D2F;
    height: 46px;
    line-height: 46px;
    font-size: 1.2rem; }
  .pagination .m-prev {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    width: 15%;
    position: absolute;
    left: 0%; }
  .pagination .pn-prev {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 22%;
    position: absolute;
    left: 15%; }
  .pagination .pn-next {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: 22%;
    position: absolute;
    left: 63%; }
  .pagination .m-next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    width: 15%;
    position: absolute;
    left: 85%; }
  .pagination .current, .pagination .pn-numbers {
    display: none; }
  .pagination a {
    line-height: 46px;
    height: 46px;
    font-weight: bold;
    font-size: 1.2rem; } }

/* PC */
@media only screen and (min-width: 668px) {
  .pagination .page-of {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 1.2rem; }
  .pagination a, .pagination .current {
    display: inline-block;
    padding: 0 1.5em;
    font-weight: bold;
    line-height: 42px;
    height: 42px;
    font-size: 1.2rem;
    margin: 0 2px; }
  .pagination .current {
    background: #2C2D2F;
    color: #fff; }
  .pagination a:hover {
    background: #2C2D2F;
    color: #fff;
    opacity: 1; } }

/* ==================================================
	Fontello
================================================== */
.fontello {
  position: relative; }
  .fontello:before, .fontello:after {
    font-family: fontello; }

/* ==================================================
	Contact Form 7
================================================== */
.wpcf7-response-output {
  font-size: 1.2rem !important; }

.wpcf7-not-valid {
  background: #ffb6c1 !important; }

span.wpcf7-not-valid-tip {
  font-size: 1rem !important; }

.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE !important;
  border: 1px solid #EED3D7 !important; }

div.wpcf7-validation-errors {
  border: 1px solid #f00;
  color: #f00;
  background: #F2DEDE;
  padding: 10px; }

div.wpcf7-mail-sent-ok {
  background: #e6faeb;
  border: 1px solid #159867;
  color: #159867;
  padding: 10px; }

/* ==================================================
	Button
================================================== */
.c-btn {
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #080d43;
  padding: 15px 30px;
  position: relative; }
  .c-btn ._txt {
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
    z-index: 2; }
  .c-btn:before {
    background: #080d43;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .c-btn .shortline {
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #080d43;
    vertical-align: middle;
    margin-left: 15px;
    position: relative;
    z-index: 2;
    margin: -1px; }
  .c-btn:hover {
    border: 1px solid #fff;
    opacity: 1; }
    .c-btn:hover ._txt {
      color: #fff; }
    .c-btn:hover .shortline {
      background: #fff; }
    .c-btn:hover:before {
      width: 100%;
      z-index: 0; }
  .c-btn_wht {
    background: #fff;
    border-color: #080d43;
    color: #080d43; }

.c-btn01 {
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #080d43;
  padding: 15px 80px;
  position: relative; }
  .c-btn01 ._txt {
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
    z-index: 2; }
  .c-btn01:before {
    background: #080d43;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .c-btn01:hover {
    opacity: 1; }
    .c-btn01:hover ._txt {
      color: #fff; }
    .c-btn01:hover .longline {
      background: #fff; }
    .c-btn01:hover:before {
      width: 100%;
      z-index: 0; }
    .c-btn01:hover .longline {
      width: 20px;
      right: 15px; }
  .c-btn01 .longline {
    width: 100px;
    height: 1px;
    background: #080d43;
    vertical-align: middle;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    right: -60px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media only screen and (max-width: 1360px) {
      .c-btn01 .longline {
        width: 40px;
        right: -10px; } }

/* ▽ SP layout ========== */
    @media only screen and (max-width: 639px) {
      .c-btn01 .longline {
        width: 50px;
        right: -30px; } }

/* ========== end △ */
  .c-btn01__hoverGray:before {
    background: #fff; }
  .c-btn01__hoverGray:hover ._txt {
    color: #333; }
  .c-btn01__hoverBlue:before {
    background: #fff; }
  .c-btn01__hoverBlue:hover ._txt {
    color: #080d43; }
  .c-btn01_wht {
    background: #fff;
    border-color: #080d43;
    color: #080d43; }
  .c-btn01_gray {
    background: #333; }
    .c-btn01_gray span {
      color: #fff; }
  .c-btn01_blue {
    background: #080d43; }
    .c-btn01_blue span {
      color: #fff; }

.c-btn02 {
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #080d43;
  padding: 15px 80px;
  position: relative;
  width: 300px; }
  .c-btn02 ._txt {
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
    z-index: 2; }
  .c-btn02:before {
    background: #080d43;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .c-btn02:hover {
    opacity: 1; }
    .c-btn02:hover ._txt {
      color: #fff; }
    .c-btn02:hover:before {
      width: 100%;
      z-index: 0; }
  .c-btn02_wht {
    background: #fff;
    border-color: #080d43;
    color: #080d43; }
  .c-btn02_gray {
    background: #333; }
    .c-btn02_gray span {
      color: #fff; }

/* c-tlt_01
-------------------------------------- */
.c-tlt_01 {
  font-size: 3rem;
  color: #080d43;
  font-weight: bold;
  margin-bottom: 20px; }

/* ▽ PC-TAB layout ========== */
  @media print, screen and (max-width: 768px) {
    .c-tlt_01 {
      font-size: 1.8rem; } }

/* ========== end △ */
/* c-tlt_02
-------------------------------------- */
.c-tlt_02 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px; }

/* ▽ PC-TAB layout ========== */
  @media print, screen and (max-width: 768px) {
    .c-tlt_02 {
      font-size: 1.6rem; } }

/* ========== end △ */
/* c-tlt_03
-------------------------------------- */
.c-tlt_03 {
  font-size: 2.4rem;
  color: #080d43;
  font-weight: bold; }

/* ▽ PC-TAB layout ========== */
  @media print, screen and (max-width: 768px) {
    .c-tlt_03 {
      font-size: 1.6rem; } }

/* ========== end △ */
/* c-listTag
-------------------------------------- */
.c-listTag {
  margin-bottom: 30px; }
  .c-listTag li {
    color: #333;
    font-size: 1.4rem;
    background: #eeeeee;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .c-listTag li {
        font-size: 1.2rem; } }

/* ========== end △ */
/* c-box_01
-------------------------------------- */
.c-box_01 {
  font-size: 1.6rem;
  padding: 20px;
  background: #fafafa;
  margin: 30px 0; }

/* c-box_02
-------------------------------------- */
.c-box_02 {
  display: inline-block;
  padding: 5px 20px;
  margin-left: 10px;
  background: #fafafa;
  position: relative; }
  .c-box_02 p {
    font-size: 1.6rem;
    font-weight: bold; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .c-box_02 p {
        font-size: 1.4rem; } }

/* ========== end △ */
  .c-box_02:before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #080d43;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/* l-opening
-------------------------------------- */
.l-opening {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001; }
  .l-opening figure {
    width: 100%;
    height: 100%;
    position: relative; }
  .l-opening img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

.opening_active {
  overflow: hidden; }
  .opening_active .l-opening {
    display: block; }

/* l-header
-------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000; }

/* ▽ PC-TAB layout ========== */
  @media print, screen and (max-width: 768px) {
    .l-header {
      width: 100%; } }

/* ========== end △ */
  .l-header_inner {
    background: #080d43;
    max-width: 1000px;
    width: 100%;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .l-header_inner {
        padding: 17px 15px; } }

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
  @media print, screen and (max-width: 768px) {
    .l-header .logo {
      display: block;
      margin: 0 auto; } }

/* ========== end △ */
  .l-header .logo img {
    height: 52px;
    width: auto; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .l-header .logo img {
        height: 30px; } }

/* ========== end △ */
  .l-header .menu_icon {
    display: none;
    width: 25px;
    height: 30px; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .l-header .menu_icon {
        display: block;
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }

/* ========== end △ */
    .l-header .menu_icon span {
      left: 50%;
      top: 50%;
      background: #fff;
      display: block;
      height: 2px;
      position: absolute;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .l-header .menu_icon span:before, .l-header .menu_icon span:after {
        background: #fff;
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        width: 100%;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: top 200ms, -webkit-transform 200ms;
        transition: top 200ms, -webkit-transform 200ms;
        -o-transition: transform 200ms, top 200ms;
        transition: transform 200ms, top 200ms;
        transition: transform 200ms, top 200ms, -webkit-transform 200ms; }
      .l-header .menu_icon span:before {
        top: -8px; }
      .l-header .menu_icon span:after {
        top: 8px; }
  .l-header.is-active .l-nav {
    opacity: 1;
    pointer-events: inherit; }
    .l-header.is-active .l-nav ul li {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
      .l-header.is-active .l-nav ul li:nth-child(2) {
        -webkit-transition-delay: .05s;
        -o-transition-delay: .05s;
        transition-delay: .05s; }
      .l-header.is-active .l-nav ul li:nth-child(3) {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s; }
      .l-header.is-active .l-nav ul li:nth-child(4) {
        -webkit-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s; }
  .l-header.is-active .menu_icon span {
    background: transparent; }
    .l-header.is-active .menu_icon span:before {
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      top: 0; }
    .l-header.is-active .menu_icon span:after {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      top: 0; }
  .l-header .l-nav {
    margin-left: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .l-header .l-nav {
        margin-left: 0;
        pointer-events: none;
        opacity: 0;
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        height: 100%;
        background: #080d43;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; } }

/* ========== end △ */
    .l-header .l-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }

/* ▽ PC-TAB layout ========== */
      @media print, screen and (max-width: 768px) {
        .l-header .l-nav ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          padding: 0 15px;
          margin-top: 30px; } }

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .l-header .l-nav li {
        margin: 5px 0;
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0;
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s; } }

/* ========== end △ */
    .l-header .l-nav .title {
      display: block;
      padding: 15px 30px;
      text-align: center;
      position: relative;
      -webkit-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: .4s;
      -o-transition-duration: .4s;
      transition-duration: .4s; }
      .l-header .l-nav .title:hover {
        opacity: .7; }

/* ▽ PC-TAB layout ========== */
      @media print, screen and (max-width: 768px) {
        .l-header .l-nav .title {
          padding: 10px 15px;
          text-align: left; } }

/* ========== end △ */
      .l-header .l-nav .title_main {
        font-family: "Raleway", sans-serif;
        letter-spacing: 0.25em;
        font-size: 1.4rem;
        line-height: 1.6;
        color: #fff;
        display: block;
        position: relative;
        z-index: 2; }
      .l-header .l-nav .title_sub {
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.6;
        display: block;
        position: relative;
        z-index: 2; }
  .l-header_btn {
    position: absolute;
    top: 18px;
    right: 30px;
    width: 11vw;
    border-color: #fff;
    color: #fff;
    z-index: 1; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .l-header_btn {
        display: none; } }

/* ========== end △ */
/* l-footer
-------------------------------------- */
.l-footer {
  position: relative;
  background: #080d43;
  padding-top: 50px; }

/* ▽ PC-TAB layout ========== */
  @media print, screen and (max-width: 768px) {
    .l-footer {
      padding: 55px 0; } }

/* ========== end △ */
  .l-footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .l-footer_inner {
        position: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
  @media print, screen and (max-width: 768px) {
    .l-footer .c-btn {
      margin: 0 auto; } }

/* ========== end △ */
  .l-footer_r {
    margin: 0 auto; }
  .l-footer .logo {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 150px; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .l-footer .logo {
        width: 100px; } }

/* ========== end △ */
  .l-footer .l-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 30px 0; }
    .l-footer .l-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; }

/* ▽ PC-TAB layout ========== */
      @media print, screen and (max-width: 768px) {
        .l-footer .l-nav ul {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }

/* ========== end △ */
    .l-footer .l-nav li {
      width: calc(100% / 3); }

/* ▽ SP layout ========== */
      @media only screen and (max-width: 639px) {
        .l-footer .l-nav li {
          width: calc(100% / 3);
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }

/* ========== end △ */
    .l-footer .l-nav .title {
      display: inline-block;
      padding: 15px 1.5em;
      -webkit-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: .4s;
      -o-transition-duration: .4s;
      transition-duration: .4s; }
      .l-footer .l-nav .title:hover {
        opacity: .7; }

/* ▽ SP layout ========== */
      @media only screen and (max-width: 639px) {
        .l-footer .l-nav .title {
          padding: 10px 0;
          text-align: left; } }

/* ========== end △ */
      .l-footer .l-nav .title_main {
        font-family: "Raleway", sans-serif;
        letter-spacing: 0.25em;
        font-size: 1.4rem;
        line-height: 1.6;
        color: #fff;
        display: block; }
      .l-footer .l-nav .title_sub {
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.6;
        display: block; }
  .l-footer .copyright {
    display: block;
    width: 100%;
    font-size: .9rem;
    line-height: 1.6;
    font-family: "Raleway", sans-serif;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 0;
    padding: 0 5px;
    text-align: right; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .l-footer .copyright {
        text-align: center;
        right: 50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%); } }

/* ========== end △ */
  .l-footer .c-btn01 {
    border: 2px solid #fff; }
    .l-footer .c-btn01 .longline {
      background: #f5f5f5; }
    .l-footer .c-btn01:hover ._txt {
      color: #fff; }
    .l-footer .c-btn01:hover:before {
      width: 100%;
      z-index: 0;
      background: #080d43;
      padding: -2px; }
    .l-footer .c-btn01:hover .longline {
      width: 20px;
      right: 15px;
      background: #fff; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .l-footer .c-btn01 {
        padding-left: 30px;
        padding-right: 30px; } }

/* ========== end △ */
  .l-footer .toTop {
    position: fixed;
    right: 5px;
    bottom: 50px;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-writing-mode: tb;
    -ms-writing-mode: tb;
    writing-mode: tb;
    cursor: pointer;
    padding-bottom: 10px; }
    .l-footer .toTop:before {
      content: '';
      display: block;
      width: 1px;
      height: 30px;
      background: #333;
      margin-bottom: 10px; }
    .l-footer .toTop.is-fixed {
      position: absolute;
      bottom: unset;
      top: 0;
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%); }
    .l-footer .toTop p {
      font-size: 1.4rem;
      white-space: nowrap; }




/* l-visual
-------------------------------------- */
.l-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-left: auto; }
/* ▽ PC-TAB layout ========== */
  @media print, screen and (max-width: 768px) {
    .l-visual {
      width: 100%; } }



.l-visual_inner {
  position: relative;
  width: 100%;
  height: 100vh; /* 画面の高さに合わせる */
  min-height: 500px; /* モバイルで高さ不足になるのを防ぐ */
  overflow: hidden;
}

.l-visual_inner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.l-visual--tlt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none; /* 要素のクリックを透過させる */
}

/*
.l-visual--tlt button {
  pointer-events: auto;
  z-index: 10;
}
*/

@media only screen and (max-width: 639px) {
  .l-visual--tlt {
    width: 95%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    padding: 0 10px;
  }
}



.l-visual--tlt p {
  text-align: center;
  font-size: 4.25rem;
  font-weight: 500;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  color: #ddd;
  line-height: 1.6;
  font-family: 'Bad Script', cursive;
  max-width: 90%;
  margin: 0 auto;
}

@media print, screen and (max-width: 768px) {
  .l-visual--tlt p {
    font-size: 3.5rem;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
  }
}

@media only screen and (max-width: 639px) {
  .l-visual--tlt p {
    font-size: 2.8rem;
  }
}
.l-visual--tlt p span {
    font-size: 6rem;
    font-weight: 700;
    font-family: 'Shippori Mincho B1', serif;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    letter-spacing: 0.08em;
}

@media print, screen and (max-width: 768px) {
  .l-visual--tlt p span {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 639px) {
  .l-visual--tlt p span {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 480px) {
  .l-visual--tlt p span {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .l-visual--tlt p {
    font-size: 1.2rem;
  }
}


.video-sound-btn {
  position: absolute;
  top: 330px;
  right: 50px;
  width: 60px;
  height: 60px;
  /*
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  */

background-color: rgba(255, 255, 255, 0.8);
color: #000; /* アイコンを黒にして視認性UP */


  font-size: 26px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100; /* ← 他の要素より前面に */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: background 0.3s, transform 0.2s, color 0.3s;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  .video-sound-btn {
    top: auto;
    bottom: 100px;
    right: 5vw;
  }
}







  .l-visual figure {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100vh; }

    @media print, screen and (max-width: 768px) {
      .l-visual figure {
        width: 100%; } }

  .l-visual img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: transform 3s cubic-bezier(0.36, 0.04, 0.23, 1);
    -moz-transition: transform 3s cubic-bezier(0.36, 0.04, 0.23, 1);
    -ms-transition: transform 3s cubic-bezier(0.36, 0.04, 0.23, 1);
    -o-transition: transform 3s cubic-bezier(0.36, 0.04, 0.23, 1);
    -webkit-transition: -webkit-transform 3s cubic-bezier(0.36, 0.04, 0.23, 1);
    transition: -webkit-transform 3s cubic-bezier(0.36, 0.04, 0.23, 1);
    transition: transform 3s cubic-bezier(0.36, 0.04, 0.23, 1);
    transition: transform 3s cubic-bezier(0.36, 0.04, 0.23, 1), -webkit-transform 3s cubic-bezier(0.36, 0.04, 0.23, 1);
    -webkit-transform: perspective(1000px) translate3d(0%, 0px, 100px) rotateY(0deg);
    -moz-transform: perspective(1000px) translate3d(0%, 0px, 100px) rotateY(0deg);
    -ms-transform: perspective(1000px) translate3d(0%, 0px, 100px) rotateY(0deg);
    -o-transform: perspective(1000px) translate3d(0%, 0px, 100px) rotateY(0deg);
    transform: perspective(1000px) translate3d(0%, 0px, 100px) rotateY(0deg); }
  .l-visual .items {
    position: relative; }
    .l-visual .items.firstLoad.slick-active .items_bar,
    .l-visual .items .items_bar {
      position: absolute;
      width: 40px;
      height: 100%;
      right: 30px;
      color: #fff;
      top: 0;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

/* ▽ SP layout ========== */
      @media only screen and (max-width: 639px) {
        .l-visual .items.firstLoad.slick-active .items_bar,
        .l-visual .items .items_bar {
          top: inherit;
          bottom: 40px;
          width: 100%;
          height: 40px;
          left: 20px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }

/* ========== end △ */
      .l-visual .items.firstLoad.slick-active .items_bar ._bar-top,
      .l-visual .items .items_bar ._bar-top {
        color: #fff;
        z-index: 1;
        position: absolute;
        top: calc(55% - 360px);
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1;
        letter-spacing: .1em; }

/* ▽ SP layout ========== */
        @media only screen and (max-width: 639px) {
          .l-visual .items.firstLoad.slick-active .items_bar ._bar-top,
          .l-visual .items .items_bar ._bar-top {
            top: inherit;
            left: calc(50% - 150px); } }

/* ========== end △ */
      .l-visual .items.firstLoad.slick-active .items_bar ._bar-bottom,
      .l-visual .items .items_bar ._bar-bottom {
        color: #fff;
        z-index: 1;
        position: absolute;
        top: calc(55% - 17px);
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1;
        letter-spacing: .1em; }

/* ▽ SP layout ========== */
        @media only screen and (max-width: 639px) {
          .l-visual .items.firstLoad.slick-active .items_bar ._bar-bottom,
          .l-visual .items .items_bar ._bar-bottom {
            top: inherit;
            left: calc(50% + 95px); } }

/* ========== end △ */
      .l-visual .items.firstLoad.slick-active .items_bar:after,
      .l-visual .items .items_bar:after {
        content: "";
        position: absolute;
        width: 2px;
        height: 0px;
        background-color: #fff;
        right: 19px;
        top: calc(55% - 330px);
        padding: 0px;
        margin: 0px;
        z-index: 1;
        -webkit-transition: all 5s;
        -o-transition: all 5s;
        transition: all 5s; }

/* ▽ PC-TAB layout ========== */
        @media print, screen and (max-width: 768px) {
          .l-visual .items.firstLoad.slick-active .items_bar:after,
          .l-visual .items .items_bar:after {
            width: 1px; } }

/* ========== end △ */
/* ▽ SP layout ========== */
        @media only screen and (max-width: 639px) {
          .l-visual .items.firstLoad.slick-active .items_bar:after,
          .l-visual .items .items_bar:after {
            width: 0px;
            height: 1px;
            top: inherit;
            right: inherit;
            left: calc(50% - 120px); } }

/* ========== end △ */
      .l-visual .items.firstLoad.slick-active .items_bar:before,
      .l-visual .items .items_bar:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 300px;
        background-color: #fff;
        right: 19px;
        top: calc(55% - 330px);
        padding: 0px;
        margin: 0px;
        z-index: 1;
        -webkit-transition: all 5s;
        -o-transition: all 5s;
        transition: all 5s;
        opacity: 0.3; }

/* ▽ SP layout ========== */
        @media only screen and (max-width: 639px) {
          .l-visual .items.firstLoad.slick-active .items_bar:before,
          .l-visual .items .items_bar:before {
            width: 200px;
            height: 1px;
            top: inherit;
            left: calc(50% - 120px);
            right: inherit; } }

/* ========== end △ */
    .l-visual .items.firstLoad.slick-active img {
      -webkit-transform: perspective(1000px) translate3d(0%, 0px, 100px) rotateY(0deg);
      -moz-transform: perspective(1000px) translate3d(0%, 0px, 100px) rotateY(0deg);
      -ms-transform: perspective(1000px) translate3d(0%, 0px, 100px) rotateY(0deg);
      -o-transform: perspective(1000px) translate3d(0%, 0px, 100px) rotateY(0deg);
      transform: perspective(1000px) translate3d(0%, 0px, 100px) rotateY(0deg); }
    .l-visual .items.slick-active .items_bar:after {
      height: 300px; }

/* ▽ SP layout ========== */
      @media only screen and (max-width: 639px) {
        .l-visual .items.slick-active .items_bar:after {
          height: 2px;
          width: 200px; } }

/* ========== end △ */
    .l-visual .items.slick-active img {
      -webkit-transform: perspective(1000px) translate3d(0px, 0px, 0px) rotateY(0deg);
      -moz-transform: perspective(1000px) translate3d(0px, 0px, 0px) rotateY(0deg);
      -ms-transform: perspective(1000px) translate3d(0px, 0px, 0px) rotateY(0deg);
      -o-transform: perspective(1000px) translate3d(0px, 0px, 0px) rotateY(0deg);
      transform: perspective(1000px) translate3d(0px, 0px, 0px) rotateY(0deg); }
  .l-visual .slick-dots {
    position: absolute;
    right: 30px;
    top: calc(55% + 50px);
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

/* ▽ SP layout ========== */
    @media only screen and (max-width: 639px) {
      .l-visual .slick-dots {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        bottom: 0;
        left: 0;
        top: inherit;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

/* ========== end △ */
    .l-visual .slick-dots li {
      width: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .l-visual .slick-dots button {
      background: transparent;
      border: none;
      font-size: 0;
      height: 12px;
      position: relative;
      width: 12px;
      margin: 10px 0; }
      .l-visual .slick-dots button:before {
        height: 8px;
        width: 8px;
        border-radius: 50%;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: all 0.5s cubic-bezier(0.4, 0.8, 0.74, 1) 0s;
        -o-transition: all 0.5s cubic-bezier(0.4, 0.8, 0.74, 1) 0s;
        transition: all 0.5s cubic-bezier(0.4, 0.8, 0.74, 1) 0s;
        background: #fff;
        opacity: .5; }
      .l-visual .slick-dots button:after {
        height: 8px;
        width: 8px;
        border-radius: 50%;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: all 0.5s cubic-bezier(0.4, 0.8, 0.74, 1) 0s;
        -o-transition: all 0.5s cubic-bezier(0.4, 0.8, 0.74, 1) 0s;
        transition: all 0.5s cubic-bezier(0.4, 0.8, 0.74, 1) 0s;
        background: #fff;
        opacity: .2; }
    .l-visual .slick-dots .slick-active button:before {
      opacity: 1; }
    .l-visual .slick-dots .slick-active button:after {
      width: 24px;
      height: 24px; }

/* c-visual
-------------------------------------- */
.c-visual {
  height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* ▽ PC-TAB layout ========== */
  @media print, screen and (max-width: 768px) {
    .c-visual {
      height: 250px;
      margin-top: 64px; } }

/* ========== end △ */
  .c-visual_left {
    max-width: 325px;
    width: 30%;
    padding-bottom: 100px; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .c-visual_left {
        padding-bottom: 20px; } }

/* ========== end △ */
  .c-visual_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .c-visual_txt {
    background: #080d43;
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .c-visual p {
    font-family: "Raleway", sans-serif;
    color: #fff; }
  .c-visual ._txt {
    font-size: 4rem;
    font-weight: bold; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .c-visual ._txt {
        font-size: 1.8rem; } }

/* ========== end △ */
  .c-visual ._subtxt {
    font-size: 2.5rem; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .c-visual ._subtxt {
        font-size: 1.4rem; } }

/* ========== end △ */
  .c-visual figure {
    width: 100%;
    height: 100%;
    position: relative; }
  .c-visual img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

/* l-part
-------------------------------------- */
.l-part_tlt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding: 3px 20px;
  margin-bottom: 30px; }
  .l-part_tlt ._main {
    color: #080d43;
    font-size: 2.7rem;
    font-family: "Raleway", sans-serif; }

/* ▽ SP layout ========== */
    @media only screen and (max-width: 639px) {
      .l-part_tlt ._main {
        font-size: 2rem; } }

/* ========== end △ */
  .l-part_tlt ._sub {
    color: inherit;
    font-size: 1.4rem;
    margin-left: 30px;
    font-family: source-han-sans-japanese, sans-serif; }

/* ▽ SP layout ========== */
    @media only screen and (max-width: 639px) {
      .l-part_tlt ._sub {
        display: block;
        font-size: 1.2rem;
        margin-left: 0;
        margin-top: 5px; } }

/* ========== end △ */
  .l-part_tlt:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #080d43;
    border-right: 8px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .l-part_tlt:after {
    content: '';
    width: 10vw;
    height: 1px;
    background: #080d43;
    margin-left: 30px;
    margin-top: 16px; }

/* ▽ SP layout ========== */
    @media only screen and (max-width: 639px) {
      .l-part_tlt:after {
        margin-left: 15px;
        margin-top: 12px; } }

/* ========== end △ */
/* l-news
-------------------------------------- */
.l-news {
  width: calc(7.14vw * 10);
  margin-left: auto;
  background: #fcfcfc;
  padding: 3vw 5vw;
  padding-right: 2vw;
  top: -130px;
  position: relative;
  margin-bottom: -130px;
  z-index: 2; }

/* ▽ PC-TAB layout ========== */
  @media print, screen and (max-width: 768px) {
    .l-news {
      width: 90%; } }

/* ========== end △ */
/* ▽ SP layout ========== */
  @media only screen and (max-width: 639px) {
    .l-news {
      width: 100%;
      top: 0;
      margin-bottom: 0;
      padding: 40px 0;
      width: 95%;
      margin: 0 auto;
      background: transparent; } }

/* ========== end △ */
  .l-news .items_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

/* ▽ SP layout ========== */
    @media only screen and (max-width: 639px) {
      .l-news .items_inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

/* ========== end △ */
  .l-news .items_date {
    margin-right: 30px; }

/* ▽ SP layout ========== */
    @media only screen and (max-width: 639px) {
      .l-news .items_date {
        display: block;
        width: 100%;
        margin-bottom: 5px; } }

/* ========== end △ */
  .l-news .items p {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #333; }
  .l-news .slick-arrow {
    width: 40px;
    height: 40px;
    background: #080d43;
    color: transparent;
    border: none;
    outline: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: -73px; }
    @media print, screen and (max-width: 375px) {
      .l-news .slick-arrow {
        width: 20px;
        height: 30px;
        top: -65px; } }
    .l-news .slick-arrow:before {
      color: #fff;
      font-family: "fontello";
      font-size: 1.2rem;
      line-height: 1;
      position: absolute;
      z-index: 1; }
  .l-news .slick-prev {
    right: 120px; }
    @media print, screen and (max-width: 375px) {
      .l-news .slick-prev {
        right: 80px; } }
    .l-news .slick-prev:before {
      content: '\E802'; }
  .l-news .slick-next {
    right: 0; }
    .l-news .slick-next:before {
      content: '\E803'; }
  .l-news .custom_paging {
    background: #080d43;
    width: 80px;
    height: 40px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: -73px;
    right: 40px; }
    @media print, screen and (max-width: 375px) {
      .l-news .custom_paging {
        width: 60px;
        height: 30px;
        right: 20px;
        top: -65px; } }
    .l-news .custom_paging li {
      font-size: 1.6rem;
      line-height: 1.6;
      font-family: Oswald;
      font-weight: 500;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      letter-spacing: 2px;
      width: 100%;
      height: 100%;
      color: #fff;
      display: none;
      padding: 1px 0; }
      @media print, screen and (max-width: 375px) {
        .l-news .custom_paging li {
          font-size: 1rem;
          padding: 3px 0; } }
      .l-news .custom_paging li.slick-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .l-news .custom_paging span {
      font-size: 2.4rem;
      line-height: 1.6;
      font-weight: bold;
      color: #fff;
      padding-right: 0.15em;
      letter-spacing: 2px; }
      @media print, screen and (max-width: 375px) {
        .l-news .custom_paging span {
          font-size: 1.4rem;
          margin-right: 0; } }

/* l-service
-------------------------------------- */
.l-service {
  position: relative;
  padding: 60px 5vw; }

/* ▽ SP layout ========== */
  @media only screen and (max-width: 639px) {
    .l-service {
      padding: 40px 0;
      width: 95%;
      margin: 0 auto; } }

/* ========== end △ */
  .l-service .l-part_tlt {
    margin-bottom: 60px; }

/* ▽ SP layout ========== */
    @media only screen and (max-width: 639px) {
      .l-service .l-part_tlt {
        margin-bottom: 40px; } }

/* ========== end △ */
  .l-service_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

/* ▽ SP layout ========== */
    @media only screen and (max-width: 639px) {
      .l-service_inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

/* ========== end △ */
  .l-service .items {
    width: 30%; }

/* ▽ SP layout ========== */
    @media only screen and (max-width: 639px) {
      .l-service .items {
        width: 100%;
        margin-bottom: 30px; }
        .l-service .items:last-child {
          margin-bottom: 0; } }

/* ========== end △ */
    .l-service .items figure {
      margin-bottom: 10px;
      position: relative;
      overflow: hidden; }
    .l-service .items ._main {
      font-size: 1.5rem;
      line-height: 1.6;
      margin-bottom: 5px;
      padding: 0 10px; }
    .l-service .items ._sub {
      font-size: 1.4rem;
      padding: 0 10px; }

.vertical_tlt {
  position: absolute;
  top: 30px;
  left: 2vw; }

/* ▽ SP layout ========== */
  @media only screen and (max-width: 639px) {
    .vertical_tlt {
      display: none; } }

/* ========== end △ */
  .vertical_tlt:before {
    content: '';
    display: block;
    width: 1px;
    height: 5vw;
    background: #ececec;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
  .vertical_tlt p {
    font-size: 1.5rem;
    line-height: 1.5;
    -webkit-writing-mode: tb;
    -ms-writing-mode: tb;
    writing-mode: tb;
    color: #ececec; }

/* l-company
-------------------------------------- */
.l-company {
  position: relative;
  z-index: 1; }

/* ▽ SP layout ========== */
  @media only screen and (max-width: 639px) {
    .l-company {
      width: 95%;
      margin: 0 auto; } }

/* ========== end △ */
  .l-company .vertical_tlt {
    top: 30%; }
  .l-company--bgFix {
    height: 500px;
    display: block;
    background: url("../img/company01.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    overflow: hidden; }

/* ▽ SP layout ========== */

/*
    @media only screen and (max-width: 639px) {
      .l-company--bgFix {
        height: 250px; } }
*/


	@media only screen and (max-width: 639px) {
    .l-company--bgFix {
        height: 250px;
        background-attachment: scroll;
        background-size: cover;
        background-position: center center;
    }
}

/* ========== end △ */
  .l-company_inner {
    position: relative;
    background: #fff;
    width: 80%;
    margin-left: auto;
    margin-top: -150px;
    padding: 60px;
    z-index: 100;
    padding-left: 200px; }

/* ▽ SP layout ========== */
    @media only screen and (max-width: 639px) {
      .l-company_inner {
        width: 100%;
        margin-top: 0;
        padding-left: 0;
        padding: 40px 0; } }

/* ========== end △ */
  .l-company_table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .l-company_table dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    padding: 25px 0;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #333;
    position: relative; }

/* ▽ SP layout ========== */
    @media only screen and (max-width: 639px) {
      .l-company_table dt {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        width: 100%;
        padding: 15px 0;
        font-weight: 700;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }

/* ========== end △ */
    .l-company_table dt:after {
      content: "";
      width: 25px;
      height: 1px;
      background: #080d43;
      position: absolute;
      right: 0;
      top: 35px; }

/* ▽ SP layout ========== */
      @media only screen and (max-width: 639px) {
        .l-company_table dt:after {
          position: relative;
          display: inline-block;
          top: inherit;
          margin-left: 25px; } }

/* ========== end △ */
  .l-company_table dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 25px 0;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #333;
    padding-left: 50px; }

/* ▽ SP layout ========== */
    @media only screen and (max-width: 639px) {
      .l-company_table dd {
        padding-left: 0;
        padding-top: 0; } }

/* ========== end △ */
/* l-message
-------------------------------------- */
.l-message {
  background: #080d43;
  margin-top: -70px;
  position: relative; }

/* ▽ PC-TAB layout ========== */
  @media print, screen and (max-width: 768px) {
    .l-message {
      margin-top: 0;
      padding: 60px 0; } }

/* ========== end △ */
/* ▽ SP layout ========== */
  @media only screen and (max-width: 639px) {
    .l-message {
      padding: 40px 0; } }

/* ========== end △ */
  .l-message:after {
    content: "";
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: 0; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .l-message:after {
        content: none; } }

/* ========== end △ */
  .l-message .l-flame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
    position: relative; }
    .l-message .l-flame--left {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
      flex: 0 0 400px;
      padding-top: 200px;
      padding-bottom: 20px; }

/* ▽ PC-TAB layout ========== */
      @media print, screen and (max-width: 768px) {
        .l-message .l-flame--left {
          -webkit-box-flex: inherit;
          -ms-flex: inherit;
          flex: inherit;
          width: 100%;
          padding-top: 0px; } }

/* ========== end △ */
      .l-message .l-flame--left figure {
        width: 100%;
        padding-right: 60px;
        position: relative;
        overflow: hidden; }

/* ▽ PC-TAB layout ========== */
        @media print, screen and (max-width: 768px) {
          .l-message .l-flame--left figure {
            max-width: 400px;
            margin: 0 auto; } }

/* ========== end △ */
        .l-message .l-flame--left figure:before {
          content: "";
          width: 1px;
          height: 100px;
          background: #fff;
          right: 30px;
          top: 0;
          position: absolute; }
        .l-message .l-flame--left figure:after {
          content: "CEO MESSAGE";
          color: #fff;
          right: 23px;
          top: 120px;
          font-size: 1.5rem;
          position: absolute;
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          font-family: "Raleway", sans-serif; }
      .l-message .l-flame--left p {
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.6;
        margin-top: 25px; }

/* ▽ PC-TAB layout ========== */
        @media print, screen and (max-width: 768px) {
          .l-message .l-flame--left p {
            max-width: 400px;
            margin: 0 auto;
            margin-top: 25px; } }

/* ========== end △ */
    .l-message .l-flame--right {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      background: #fff;
      padding: 40px;
      padding-top: 180px; }

/* ▽ PC-TAB layout ========== */
      @media print, screen and (max-width: 768px) {
        .l-message .l-flame--right {
          padding-top: 40px; } }

/* ========== end △ */
/* ▽ SP layout ========== */
      @media only screen and (max-width: 639px) {
        .l-message .l-flame--right {
          padding: 40px 20px; } }

/* ========== end △ */
      .l-message .l-flame--right .img-bg {
        position: absolute;
        max-width: 350px;
        right: 0;
        bottom: 0; }
        .l-message .l-flame--right .img-bg img {
          width: 100%;
          height: auto; }
      .l-message .l-flame--right ._tlt {
        font-size: 1.5rem;
        line-height: 1.6;
        color: #333; }
      .l-message .l-flame--right ._txt {
        color: #333;
        font-size: 1.4rem;
        line-height: 1.6; }
      .l-message .l-flame--right ._sing {
        max-width: 240px;
        width: 100%;
        float: right;
        clear: both;
        position: relative;
        z-index: 2;
        margin-top: 65px; }
        .l-message .l-flame--right ._sing span {
          font-size: 1.4rem;
          line-height: 1.6;
          font-family: "seikaishotai", sans-serif; }
        .l-message .l-flame--right ._sing p {
          font-size: 1.4rem;
          line-height: 1.6;
          font-family: "seikaishotai", sans-serif; }
          .l-message .l-flame--right ._sing p span {
            font-size: 2rem;
            line-height: 1.6;
            margin-left: 15px;
            font-family: "seikaishotai", sans-serif; }

/* l-work
-------------------------------------- */
.l-work {
  padding-bottom: 90px;
  position: relative; }
  .l-work .vertical_tlt {
    top: 30%;
    right: 2vw;
    left: inherit; }
    .l-work .vertical_tlt:before {
      background: #fff; }
    .l-work .vertical_tlt p {
      color: #fff; }

/* ▽ SP layout ========== */
  @media only screen and (max-width: 639px) {
    .l-work {
      padding: 40px 0; } }

/* ========== end △ */
  .l-work .l-part_tlt {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto; }
  .l-work--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    position: relative; }

/* ▽ SP layout ========== */
    @media only screen and (max-width: 639px) {
      .l-work--list {
        margin-top: 40px; } }

/* ========== end △ */
    .l-work--list .slick-list {
      padding-top: 30px; }
    .l-work--list ._items {
      width: calc(100% / 3 - 30px);
      margin: 0 15px;
      background: #fff;
      -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
      box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
      border-color: rgba(223, 225, 229, 0);
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: transform;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* ▽ SP layout ========== */
      @media only screen and (max-width: 639px) {
        .l-work--list ._items {
          width: 100%;
          margin: 0 10px; } }

/* ========== end △ */
      .l-work--list ._items:hover {
        -webkit-transform: translateY(-15px) scale(1.05);
        -ms-transform: translateY(-15px) scale(1.05);
        transform: translateY(-15px) scale(1.05); }
      .l-work--list ._items figure {
        position: relative;
        width: 100%;
        padding-top: 65%;
        overflow: hidden; }
        .l-work--list ._items figure img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center; }
      .l-work--list ._items ._inner {
        padding: 15px 10px;
        padding-top: 0; }
      .l-work--list ._items h3 {
        font-size: 1.4rem;
        line-height: 1.6;
        display: block;
        margin: 15px 0; }
      .l-work--list ._items p {
        font-size: 1.2rem;
        line-height: 1.4; }
      .l-work--list ._items ._cats {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 15px;
        margin-bottom: -10px; }
        .l-work--list ._items ._cats a {
          font-size: 1.2rem;
          line-height: 1.6;
          background: #eeeeee;
          margin-bottom: 10px;
          margin-right: 10px;
          display: inline-block;
          padding: 5px; }

/* ▽ SP layout ========== */
          @media only screen and (max-width: 639px) {
            .l-work--list ._items ._cats a {
              font-size: 1.1rem; } }

/* ========== end △ */
    .l-work--list .slick-arrow {
      width: 40px;
      height: 40px;
      background: #080d43;
      color: transparent;
      border: none;
      outline: none;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .l-work--list .slick-arrow:before {
        color: #fff;
        font-family: "fontello";
        font-size: 1.2rem;
        line-height: 1;
        position: absolute;
        z-index: 1; }
    .l-work--list .slick-prev {
      left: -74px;
      z-index: 10; }
      @media only screen and (max-width: 1050px) {
        .l-work--list .slick-prev {
          left: 30px; } }
      .l-work--list .slick-prev:before {
        content: '\E802'; }
    .l-work--list .slick-next {
      right: -74px;
      z-index: 10; }
      @media only screen and (max-width: 1050px) {
        .l-work--list .slick-next {
          right: 30px; } }
      .l-work--list .slick-next:before {
        content: '\E803'; }
  .l-work ._btn {
    text-align: center; }
  .l-work .c-btn01 {
    margin-top: 60px;
    text-align: center; }

/* ▽ SP layout ========== */
    @media only screen and (max-width: 639px) {
      .l-work .c-btn01 {
        margin-top: 40px; } }

/* ========== end △ */
.l-recruit {
  padding: 90px 0;
  position: relative; }

/* ▽ PC-TAB layout ========== */
  @media print, screen and (max-width: 768px) {
    .l-recruit {
      padding: 60px 0; } }

/* ========== end △ */
/* ▽ SP layout ========== */
  @media only screen and (max-width: 639px) {
    .l-recruit {
      padding: 40px 0; } }

/* ========== end △ */
  .l-recruit .vertical_tlt {
    top: 20%; }
  .l-recruit--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .l-recruit--head ._btn {
        display: none; } }

/* ========== end △ */
  .l-recruit--txt {
    max-width: 600px;
    width: 100%;
    margin-top: 30px; }
    .l-recruit--txt p {
      font-size: 1.4rem;
      line-height: 1.6; }
  .l-recruit--list {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: -20px; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .l-recruit--list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 60px; } }

/* ========== end △ */
/* ▽ SP layout ========== */
    @media only screen and (max-width: 639px) {
      .l-recruit--list {
        margin-top: 40px; } }

/* ========== end △ */
    .l-recruit--list ._items {
      padding-left: 60px;
      margin-right: 40px; }

/* ▽ PC-TAB layout ========== */
      @media print, screen and (max-width: 768px) {
        .l-recruit--list ._items {
          padding-left: 0;
          width: 48%;
          margin-right: 0; } }

/* ========== end △ */
/* ▽ SP layout ========== */
      @media only screen and (max-width: 639px) {
        .l-recruit--list ._items {
          width: 100%;
          padding-left: 0;
          margin-right: 0;
          margin-bottom: 60px; }
          .l-recruit--list ._items:last-child {
            margin-bottom: 0; } }

/* ========== end △ */
      .l-recruit--list ._items figure {
        position: relative;
        overflow: hidden; }
        .l-recruit--list ._items figure img {
          max-width: 300px;
          width: 100%; }

/* ▽ SP layout ========== */
          @media only screen and (max-width: 639px) {
            .l-recruit--list ._items figure img {
              max-width: inherit; } }

/* ========== end △ */
      .l-recruit--list ._items ._btn {
        position: relative;
        margin-left: 100px;
        top: -20px; }

/* ▽ PC-TAB layout ========== */
        @media print, screen and (max-width: 768px) {
          .l-recruit--list ._items ._btn {
            margin-left: 0; } }

/* ========== end △ */
/* ▽ SP layout ========== */
        @media only screen and (max-width: 639px) {
          .l-recruit--list ._items ._btn {
            left: unset;
            top: unset;
            margin-top: 40px;
            text-align: center;
            margin-left: 0; } }

/* ========== end △ */
  .l-recruit ._btn_bottom {
    text-align: center;
    padding-top: 60px; }
    @media only screen and (min-width: 769px) {
      .l-recruit ._btn_bottom {
        display: none; } }
    .l-recruit ._btn_bottom .c-btn01 {
      width: 274px;
      background: #080d43; }
    .l-recruit ._btn_bottom span {
      color: #fff; }

/* works_part
-------------------------------------- */
.works_part {
  margin-bottom: 100px; }

/* ▽ PC-TAB layout ========== */
  @media print, screen and (max-width: 768px) {
    .works_part {
      margin-bottom: 50px; } }

/* ========== end △ */
  .works_part p {
    text-align: justify; }
  .works_part .c-tlt_03 {
    margin-bottom: 50px; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .works_part .c-tlt_03 {
        margin-bottom: 25px; } }

/* ========== end △ */
  .works_part .c-box_02 {
    margin-bottom: 30px; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .works_part .c-box_02 {
        margin-bottom: 15px; } }

/* ========== end △ */
  .works_part ._row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px 0; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .works_part ._row {
        margin: 25px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }

/* ========== end △ */
    .works_part ._row figure {
      width: 60%; }

/* ▽ PC-TAB layout ========== */
      @media print, screen and (max-width: 768px) {
        .works_part ._row figure {
          width: 100%; } }

/* ========== end △ */
    .works_part ._rowBox {
      width: 40%;
      position: absolute;
      right: calc((100% - 1200px) / 2);
      padding: 50px 40px;
      background: rgba(255, 255, 255, 0.6); }
      @media only screen and (max-width: 1200px) {
        .works_part ._rowBox {
          width: 50%;
          right: 0; } }

/* ▽ PC-TAB layout ========== */
      @media print, screen and (max-width: 768px) {
        .works_part ._rowBox {
          padding: 25px 20px;
          position: relative;
          width: 100%;
          right: unset; } }

/* ========== end △ */
      .works_part ._rowBox .c-box_02 {
        margin-bottom: 50px; }
    .works_part ._rowBox_02 {
      position: relative;
      margin-top: -120px;
      width: 60%;
      padding: 50px 40px;
      padding-left: 0;
      background: rgba(255, 255, 255, 0.6); }

/* ▽ PC-TAB layout ========== */
      @media print, screen and (max-width: 768px) {
        .works_part ._rowBox_02 {
          padding: 25px 15px;
          width: 100%;
          margin-top: 0; } }

/* ========== end △ */
  .works_part ._row_02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .works_part ._row_02 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }

/* ========== end △ */
    .works_part ._row_02 ._rowBox {
      right: unset;
      left: calc((100% - 1200px) / 2); }
      @media only screen and (max-width: 1200px) {
        .works_part ._row_02 ._rowBox {
          left: 0; } }

/* ▽ PC-TAB layout ========== */
      @media print, screen and (max-width: 768px) {
        .works_part ._row_02 ._rowBox {
          left: unset; } }

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
  @media print, screen and (max-width: 768px) {
    .works_part .wrap_txt {
      padding: 0 calc(20px - 2.5%); } }

/* ========== end △ */
.works_prof dl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 4em auto 0;
  background: #fafafa;
  padding: 15px; }

.works_prof dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #c8d0d2;
  font-weight: bold;
  padding: 20px; }

.works_prof dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px; }
  .works_prof dd a {
    display: inline-block;
    text-decoration: underline;
    color: #080d43; }

.works_prof strong {
  display: block; }

/* recruit_part
-------------------------------------- */
.recruit_top .recruit_tlt {
  text-align: center;
  font-size: 3rem; }

/* ▽ PC-TAB layout ========== */
  @media print, screen and (max-width: 768px) {
    .recruit_top .recruit_tlt {
      font-size: 2rem; } }

/* ========== end △ */
.recruit_top ._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 50px; }
  .recruit_top ._list p {
    font-size: 1.5rem;
    margin: 0 20px;
    position: relative;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .recruit_top ._list p {
        font-size: 1.2rem;
        margin: 0 6px; } }

/* ========== end △ */
    .recruit_top ._list p:hover {
      opacity: .7; }

.recruit_part {
  padding-top: 100px; }
  .recruit_part:last-child {
    margin-bottom: 100px; }
  .recruit_part ._row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px; }
    .recruit_part ._row:nth-child(odd) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .recruit_part ._row._row-mb0 {
      margin-bottom: 0; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .recruit_part ._row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px; } }

/* ========== end △ */
    .recruit_part ._row ._img01 {
      display: block;
      width: 50%;
      margin-left: auto;
      margin-right: 0; }

/* ▽ PC-TAB layout ========== */
      @media print, screen and (max-width: 768px) {
        .recruit_part ._row ._img01 {
          position: absolute;
          right: 0;
          max-width: 150px; } }

/* ========== end △ */
    .recruit_part ._row ._img02 {
      display: block;
      max-width: 200px; }
    .recruit_part ._row ._txt {
      font-size: 1.4rem; }
      .recruit_part ._row ._txt span {
        font-size: 2rem; }
    .recruit_part ._row ._txt02 {
      font-weight: bold;
      margin-bottom: 30px; }
  .recruit_part ._left {
    width: 55%; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .recruit_part ._left {
        width: 100%;
        margin-bottom: 10px; } }

/* ========== end △ */
  .recruit_part ._right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px; }
  .recruit_part figure {
    position: relative;
    overflow: hidden; }

/* ▽ PC-TAB layout ========== */
  @media print, screen and (max-width: 768px) {
    .recruit_part .wrap_txt {
      padding: 0 calc(20px - 2.5%); } }

/* ========== end △ */
.data_tb ._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .data_tb ._list .listItem {
    background: none;
    border: none;
    color: #080d43;
    font-size: 1.4rem;
    margin: 0 20px;
    cursor: pointer;
    outline: none;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }

/* ▽ PC-TAB layout ========== */
    @media print, screen and (max-width: 768px) {
      .data_tb ._list .listItem {
        margin: 0 auto; } }

/* ========== end △ */
    .data_tb ._list .listItem:hover {
      opacity: .7; }
    .data_tb ._list .listItem.active:before {
      content: '';
      position: absolute;
      background: #080d43;
      width: 20px;
      height: 1px;
      opacity: .5;
      left: 50%;
      top: -10px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.data_tb ._inner {
  background: #f8f8f8;
  width: 90%;
  display: block;
  margin: 30px auto;
  padding: 40px 50px; }

/* ▽ PC-TAB layout ========== */
  @media print, screen and (max-width: 768px) {
    .data_tb ._inner {
      width: 100%;
      padding: 20px; } }

/* ========== end △ */
.data_tb ._btn {
  text-align: center;
  margin: 30px 0; }

.photobanner {
  height: 233px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .photobanner img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .photobanner img:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      cursor: pointer;
      -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); }
  .photobanner .first {
    -webkit-animation: bannermove 30s linear infinite;
    -moz-animation: bannermove 30s linear infinite;
    -ms-animation: bannermove 30s linear infinite;
    -o-animation: bannermove 30s linear infinite;
    animation: bannermove 30s linear infinite; }

@keyframes "bannermove" {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -2125px; } }

@-moz-keyframes bannermove {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -2125px; } }

@-webkit-keyframes "bannermove" {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -2125px; } }

@-ms-keyframes "bannermove" {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -2125px; } }

@-o-keyframes "bannermove" {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -2125px; } }

/* Contact
-------------------------------------- */
#form__login {
  max-width: 800px;
  width: 100%;
  margin: 30px auto; }

#form__login select,
#form__login input[type='text'],
#form__login input[type='email'],
#form__login input[type='tel'] {
  font-size: 1.6rem;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  padding: 0 10px;
  width: 100%;
  height: 45px;
  -webkit-tap-highlight-color: transparent; }

#form__login select.error_display,
#form__login input[type='text'].error_display,
#form__login input[type='email'].error_display,
#form__login input[type='tel'].error_display,
#form__login textarea.error_display {
  border-color: red; }

#form__login select:focus,
#form__login textarea:focus,
#form__login input:focus {
  outline: none;
  border-color: #080d43; }

#form__login .login__btn {
  background: #080d43;
  border-color: #080d43;
  color: #fff;
  width: 280px;
  line-height: 1.6; }

#form__login .req:before {
  content: '*';
  color: red;
  font-size: 1.6rem;
  margin-right: 5px; }

#form__login textarea {
  border: 1px solid #d2d2d2;
  width: 100%;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 10px 15px;
  outline: none;
  resize: none;
  min-height: 120px;
  font-family: inherit; }

#form__login .input__comment::-webkit-input-placeholder {
  color: #aaaaaa; }

#form__login .input__comment:-ms-input-placeholder {
  color: #aaaaaa; }

#form__login .input__comment::-ms-input-placeholder {
  color: #aaaaaa; }

#form__login .input__comment::placeholder {
  color: #aaaaaa; }

#form__login .error_empty {
    display: none;
    color: red;
    font-size: 1.2rem;
}

#form__login .error_empty.is-show {
    display: block;
}

#form__login .btnRow {
  max-width: 300px;
  margin: 0 auto; }

#form__login ._btn {
  text-align: center;
  margin-top: 30px; }

.select__center {
  text-align: center;
  text-align-last: center; }

.select__center option {
  text-align: center;
  text-align-last: center; }

.pull__down1 {
  width: 65px !important;
  border-radius: 5px;
  border: 2px solid #cecece;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 4px 10px;
  outline: none;
  background: #fff; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.no-wrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.mr05 {
  margin-right: 5px !important; }

.mb15 {
  margin-bottom: 15px !important; }

._label-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  -webkit-appearance: none; }
  ._label-radio:last-child {
    margin-bottom: 0; }
  ._label-radio.error_radio span:before {
    border-color: red;
    background: #ffb6c1; }
  ._label-radio input {
    display: none; }
  ._label-radio span {
    position: relative;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    ._label-radio span:before, ._label-radio span:after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 50%; }
    ._label-radio span:before {
      left: 0;
      width: 23px;
      height: 23px;
      background-color: #f5f5f5;
      border: 1px solid #f5f5f5; }
    ._label-radio span:after {
      top: 6px;
      left: 7px;
      width: 12px;
      height: 12px;
      background-color: #080d43;
      opacity: 0;
      -webkit-transition: opacity .25s ease;
      -o-transition: opacity .25s ease;
      transition: opacity .25s ease; }
  ._label-radio input:checked + span:after {
    opacity: 1; }

._label-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 1.6rem;
  line-height: 30px;
  margin-bottom: 10px; }
  ._label-checkbox:last-child {
    margin-bottom: 0; }

/* ▽ SP layout ========== */
  @media only screen and (max-width: 639px) {
    ._label-checkbox {
      font-size: 1.2rem; } }

/* ========== end △ */
  ._label-checkbox a {
    color: #080d43;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0 5px;
    line-height: 1;
    border-bottom: 1px solid  #080d43; }

/* ▽ SP layout ========== */
  @media only screen and (max-width: 639px) {
    ._label-checkbox a {
      font-size: 1.2rem; } }

/* ========== end △ */
  ._label-checkbox.error_checkbox ._checkmark:before {
    border-color: red;
    background: #ffb6c1; }
  ._label-checkbox ._checkmark {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0px 12px;
    position: relative;
    width: auto;
    margin-top: -4px;
    padding-left: 25px; }
    ._label-checkbox ._checkmark:before {
      background: #fff;
      border: 1px solid #333;
      border-radius: 3px;
      content: '';
      display: block;
      height: 16px;
      left: 5px;
      margin-top: -15px;
      position: absolute;
      top: 50%;
      width: 16px; }

/* ▽ SP layout ========== */
      @media only screen and (max-width: 639px) {
        ._label-checkbox ._checkmark:before {
          height: 14px;
          width: 14px; } }

/* ========== end △ */
    ._label-checkbox ._checkmark:after {
      border-right: 6px solid  #080d43;
      border-bottom: 3px solid  #080d43;
      content: '';
      display: block;
      height: 20px;
      left: 7px;
      margin-top: -21px;
      opacity: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
      transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
      -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
      transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
      -o-transition: transform .2s ease-in-out, opacity .2s ease-in-out;
      transition: transform .2s ease-in-out, opacity .2s ease-in-out;
      transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
      width: 9px; }
  ._label-checkbox input[type="checkbox"] {
    display: none; }
    ._label-checkbox input[type="checkbox"]:checked + ._checkmark::before {
      border-color: #666; }
    ._label-checkbox input[type="checkbox"]:checked + ._checkmark::after {
      opacity: 1;
      -webkit-transform: rotate(45deg) scale3d(1, 1, 1);
      transform: rotate(45deg) scale3d(1, 1, 1); }

#form__login label {
  font-size: 1.4rem; }

#form__login .c-btn01 {
  width: 300px; }

._btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  ._btn-group ._btn {
    margin: 0 50px; }

.thanks {
  margin-top: 40px; }
  .thanks-txt {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6; }
    .thanks-txt a {
      color: #333;
      text-align: center;
      text-decoration: underline; }
  .thanks ._btn {
    text-align: center;
    margin-top: 30px; }

/*------------------------------------------------------------
	gold
------------------------------------------------------------*/
@-webkit-keyframes toShow {
  0% {
    -webkit-transform: translate(-102%, 0);
    transform: translate(-102%, 0); }
  100% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); } }

@keyframes toShow {
  0% {
    -webkit-transform: translate(-102%, 0);
    transform: translate(-102%, 0); }
  100% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); } }

@-webkit-keyframes toHide {
  0% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  100% {
    -webkit-transform: translate(102%, 0);
    transform: translate(102%, 0); } }

@keyframes toHide {
  0% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  100% {
    -webkit-transform: translate(102%, 0);
    transform: translate(102%, 0); } }

@-webkit-keyframes toUp {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes toUp {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.showItems {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 99; }

.showItems.on02:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #080d43;
  content: '';
  z-index: 99;
  -webkit-animation: toShow 600ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation: toShow 600ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
  /*600*/
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

.showItems.on {
  -webkit-animation: toHide 750ms cubic-bezier(0.77, 0, 0.175, 1) both;
  animation: toHide 750ms cubic-bezier(0.77, 0, 0.175, 1) both;
  /*750*/ }

.upItems {
  opacity: 0; }

.upItems.on {
  -webkit-animation: toUp 750ms cubic-bezier(0.77, 0, 0.175, 1) both;
  animation: toUp 750ms cubic-bezier(0.77, 0, 0.175, 1) both;
  /*750*/ }

/* ▽ PC-TAB layout ========== */
@media print, screen and (max-width: 768px) {
  .upItems.on_sp {
    -webkit-animation: toUp 750ms cubic-bezier(0.77, 0, 0.175, 1) both;
    animation: toUp 750ms cubic-bezier(0.77, 0, 0.175, 1) both;
    /*750*/ } }

/* ========== end △ */


/****************************
背景に船を表示
****************************/
.ship-background {
    position: fixed;

    right: 5%;
    bottom: 8%;

    z-index: 0;
    pointer-events: none;

    opacity: 0.4; /* ← 一旦かなり濃く */
}

.ship-background img {
    width: 420px; /* ← 大きめ */
    height: auto;

    display: block;

    animation: shipDrift 8s ease-in-out infinite;
}

@keyframes shipDrift {
    0% {
        transform: translate(0, 0) rotate(-2deg);
    }
    25% {
        transform: translate(14px, -10px) rotate(1deg);
    }
    50% {
        transform: translate(0, 4px) rotate(2deg);
    }
    75% {
        transform: translate(-14px, -8px) rotate(-1deg);
    }
    100% {
        transform: translate(0, 0) rotate(-2deg);
    }
}


@media screen and (max-width: 768px) {

    .ship-background {
        top: auto;
        right: -10px;
        bottom: 20px;
        left: auto;

        opacity: 0.4;
    }

    .ship-background img {
        width: 180px;
    }

}
