@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');


:root {
  --main-color: #e6256f;
  --base-color: #333;
}


/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #810e3a;
    background-color: #fadce7;
    border-color: #f8c9db;
}

.alert-primary hr {
    border-top-color: #f6b2cc;
}

.alert-primary .alert-link {
    color: #530926;
}

.badge-primary {
    color: #fff;
    background-color: #e6256f;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #c11657;
}

.bg-primary {
    background-color: #e6256f !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #c11657 !important;
}

.border-primary {
    border-color: #e6256f !important;
}

.btn-primary {
    color: #fff;
    background-color: #e6256f;
    border-color: #e6256f;
}

.btn-primary:hover {
    color: #fff;
    background-color: #cf175e;
    border-color: #c11657;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 37, 111, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #e6256f;
    border-color: #e6256f;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c11657;
    border-color: #b41451;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 37, 111, 0.5);
}

.btn-outline-primary {
    color: #e6256f;
    background-color: transparent;
    border-color: #e6256f;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #e6256f;
    border-color: #e6256f;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 37, 111, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #e6256f;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #e6256f;
    border-color: #e6256f;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 37, 111, 0.5);
}

.list-group-item-primary {
    color: #810e3a;
    background-color: #f8c9db;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #810e3a;
    background-color: #f6b2cc;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #810e3a;
    border-color: #810e3a;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #f8c9db;
}

.table-hover .table-primary:hover {
    background-color: #f6b2cc;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #f6b2cc;
}

.text-primary {
    color: #e6256f !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #c11657 !important;
}


a {
  text-decoration: none;
  color: var(--base-color);
}

a:hover {
  color: var(--main-color);
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2em;
  background-image: radial-gradient(#ccc 3%, transparent 10%);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 12px 12px;
  background-attachment: scroll;
  color: var(--base-color);
  position: relative;
}

@media screen and (max-width: 767.98px) {
  body {
    font-size: 16px;
    background-position: center 100px, 0 0;
  }
}

.curtain {
  position: absolute;
  margin: 50vh auto;
  transform: translateY(-50%);
  height: 100vh;
  width: 100vw;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.curtain-left,
.curtain-right {
  position: absolute;
  width: 50%;
  height: 300vh;
  background-color: var(--main-color);
  z-index: 100;
}

.curtain-left {
  left: 0;
}

.curtain-right {
  right: 0;
}

.loaded .curtain-left,
.loaded .curtain-right {
  transition: all 1.5s ease;
  top: -200px;
}

.loaded .curtain-left {
  transform: translateX(-100%) rotate(15deg);
  left: -300px;
}

.loaded .curtain-right {
  transform: translateX(100%) rotate(-15deg);
  right: -300px;
}



.page-id-3362 .open {
  content: '';
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  opacity: 1;
  text-align: center;
  opacity: 100;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.page-id-3362 .open .open-img {
  content: '';
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  margin: auto;
  background-image: url(./images/top-message.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767.98px) {
  .page-id-3362 .open .open-img {
    background-position: center 150px;
  }
}


.page-id-3362 .close {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1100px;
  overflow: hidden;
}

.row>div {
  overflow: hidden !important;
}

.top-image {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 150px;
}

.ie .top-image .px-md-4 {
  width: 20%;
}

.animate__animated.animate__pulse {
  --animate-duration: 0.5s;
}

.top-image a {
  position: relative;
  color: var(--main-color);
}

.top-image a span {
  display: none;
  position:  absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  background: #fff;
  border: solid 3px var(--main-color);
  padding: 1em;
  white-space: nowrap;
  font-weight: bold;
}

@media (min-width: 768px) {
  .top-image a:hover span {
    display: inline-block;
  }
}

.top-image img {
  filter: drop-shadow(8px 8px 8px #999);
}

:not(.home) .main {
  min-height: 1000px;
  padding-top: 5rem;
  padding-bottom: 3rem;
}


/*  ヘッダー */

.header {
}

.navbar-brand {
  position: fixed;
  z-index: 1;
}

.page-id-3362 .navbar-brand img {
  width: 280px;
  padding: 20px;
  transition: all 0.4s ease;
}

:not(.home) .navbar-brand img {
  width: 140px;
  padding: 20px;
}

.navbar-brand img.mini {
  width: 140px !important;
}

.menu{
  height: 20px;
  position: fixed;
  right: 30px;
  top: 20px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
}

.menu__line{
  background: var(--main-color);
  display: block;
  height: 2px;
  position: absolute;
  transition:transform .3s;
  width: 100%;
}
.menu__line--center{
  top: 9px;
}
.menu__line--bottom{
  bottom: 0;
}
.menu__line--top.active{
  top: 8px;
  transform: rotate(45deg);
}
.menu__line--center.active{
  transform:scaleX(0);
}
.menu__line--bottom.active{
  bottom: 10px;
  transform: rotate(135deg);
}

.gnav{
  background: rgba(0,0,0,0.8);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
}

.gnav__menu {
  list-style: none;
}

.gnav__wrap{
  align-items:center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.gnav__menu__item{
}

.gnav__menu__item a{
  display: block;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  padding: .5rem 0;
  text-decoration: none;
  transition: .5s;
}

.gnav__menu__item a:hover{
  color: #666;
}


/*  メイン */

.page-number {
  display: inline-block;
  font-size: 5em;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 2px var(--main-color);
  margin-top: 5rem;
}

@media screen and (max-width: 767.98px) {
  .page-number {
    font-size: 2.5em;
    margin-top: 5rem;
  }
}

h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 4em;
  font-weight: 700;
  position: relative;
  padding-left: 65px;
  margin-top: -30px;
  margin-bottom: -1rem;
}

.page-id-3355 h1,
.page-id-3396 h1,
.single-post h1,
.single-recruitnews h1,
.archive h1 {
  margin-top: 0;
}

@media screen and (max-width: 767.98px) {
  h1 {
    font-size: 2.5em;
    padding-left: 25px;
    margin-top: 0;
  }
}

h1::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5em 1.5em 0 0;
  border-color: var(--main-color) transparent transparent transparent;
  position: absolute;
  margin-left: -40px;
  font-size: .85em;
  z-index: -1;
}

@media screen and (max-width: 767.98px) {
  h1::before {
    margin-left: -15px;
  }
}

h1 small {
  display: block;
  font-size: .5em;
}

h2, h3 {
  opacity: 0;
}

h2 {
  color: var(--main-color);
  font-size: 3em;
  font-weight: 700;
  margin:  6rem 0 2rem;
}

.page-id-3362 h2 {
  font-size: 5em;
}

h3 {
  font-size: 2em;
  font-weight: 700;
  margin: 2em 0 1em;
}

@media screen and (max-width: 767.98px) {
  h2 {
    font-size: 2em;
  }
  .page-id-3362 h2 {
    font-size: 3em;
  }
}

@media screen and (max-width: 767.98px) {
  h3 {
    font-size: 1.5em;
    margin: 1em 0 1em;
  }
}


.catchphrase {
  margin: 2em 0;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .catchphrase {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 768px) {
  .catchphrase small {
    margin-left: .5em;
  }
}

.catchphrase::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2em 2em 0 0;
  border-color: var(--main-color) transparent transparent transparent;
  position: absolute;
  top: -0.5em;
  margin-left: -1.5em;
}

.catchphrase::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2em 2em;
  border-color: transparent transparent var(--main-color) transparent;
  position: absolute;
  bottom: -0.5em;
  margin-right: -1.5em;
}

.news-item {
  background: transparent;
  position: relative;
  border: 3px solid var(--main-color);
  padding: 1em;
  margin-bottom: 1em;
  font-size: .9em;
  line-height: 1.5;
}

.news-item:before {
  height: 0;
  display: block;
  position: absolute;
  left: -5px;
  content: "";
  border-bottom: solid 40px #fff;
  border-right: solid 40px transparent;
  bottom: -5px;
  z-index: 2;
}

.news-item:after {
  height: 0;
  display: block;
  position: absolute;
  left: -3px;
  content: "";
  border-bottom: solid 40px var(--main-color);
  border-right: solid 40px transparent;
  bottom: -3px;
}

.news-item-date {
  font-size: .9em;
  font-weight: bold;
  margin: 0 0 .5em 0;
}

.news a {
  color: var(--base-color);
  text-decoration: none;
}

.news .more {
  text-align: right;
  margin: 1em 0;
}

.news .more a {
  color: var(--main-color);
  font-size: 1.5em;
  font-weight: bold;
}


.aboutus a {
  text-decoration: none;
}

.aboutus div {
  overflow: visible !important;
}

.aboutus-item {
  position: relative;
  z-index: -1;
  margin-bottom: 2em;
}

.aboutus-item-number {
  position: absolute;
  right: -10px;
  top: 10px;
  color: transparent;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 4px;
  -webkit-text-stroke: 2px var(--main-color);
}

@media screen and (max-width: 767.98px) {
  .aboutus-item-number {
    right: 0px;
    top: 0px;
    font-size: 20px;
    letter-spacing: 0;
    -webkit-text-stroke: 1px var(--main-color);
  }
}

.aboutus-item-image {
  margin: 0;
  padding: 10px;
}

.aboutus-item-title {
  text-align: center;
  text-decoration: none;
  color: var(--base-color);
  margin-bottom: 0;
  padding-right: 1.5em;
}

@media screen and (max-width: 767.98px) {
  .aboutus-item-title {
    text-align: left;
  }
}

.entry h2 {
  font-size: 3em;
  text-align: center;
}

.entry a {
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 767.98px) {
  .entry a {
    font-size: 1em;
  }
}

.entry .news-item {
  text-align: center;
}

.entry .news-item span {
  display: block;
  padding: 1em 0;
}

.entry .row div:first-child .news-item {
  background: var(--main-color);
  color: #fff;
}

.entry .row div:last-child .news-item {
  background: #fff;
  color: var(--main-color);
}

.company {
  background: var(--main-color);
  margin-top: 4em;
  padding: 4em 0;
}

.company h2 {
  color: #fff;
  margin-top: 0;
  text-align: center;
  font-size: 3em;
}

.company a {
  border: solid 2px #fff;
  padding: 1em;
  color: #fff;
  font-size: 1.25em;
  text-decoration: none;
  display: block;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .company a {
    font-size: 1em;
  }
}

.footer {
  padding: 3em 0;
  background: #f5f5f5;
  padding: 3em 0;
  text-align: center;
  font-size: 80%;
  line-height: 1.5em;
}

.footer a {
  color: var(--base-color);
}

.footer img {
  width: 100px;
}



/*  オープンなユニベール */

.snap {
  position: relative;
  padding: 10px;
}

.snap img {
  width: 100%;
  height: auto;
}

.row div:nth-of-type(odd) .snap {
  transform: rotate(-2deg);
}

.row div:nth-of-type(even) .snap {
  transform: rotate(1deg);
  margin-top: 30px;
}

.snap::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: var(--main-color) transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.snap::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent var(--main-color) transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.love p {
  font-size: 80%;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: .5em 1em;
  background: #eee;
}

/*
.love .left p:nth-of-type(5n-1), .love .right p:nth-of-type(5n-3) { background-color:#FAFAFA; }
.love .left p:nth-of-type(5n-2), .love .right p:nth-of-type(5n-4) { background-color:#F5F5F5; }
.love .left p:nth-of-type(5n-3), .love .right p:nth-of-type(5n-5) { background-color:#EEEEEE; }
.love .left p:nth-of-type(5n-4), .love .right p:nth-of-type(5n-1) { background-color:#E0E0E0; }
.love .left p:nth-of-type(5n-5), .love .right p:nth-of-type(5n-2) { background-color:#BDBDBD; }
*/

.love p:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border: 10px solid transparent;
}

.love .left p {
  margin: .5em 10px .5em 0;
}

.love .left p:before {
  right: 100%;
  border-right: 10px solid #eee;
}

.love .right p {
  margin: .5em 0 .5em 10px;
}

.love .right p:before {
  left: 100%;
  border-left: 10px solid #eee;
}

.love .love1 { font-size: 70%; }
.love .love2 { font-size: 80%; }
.love .love3 { font-size: 90%; }
.love .love4 { font-size: 100%; }


@media screen and (max-width: 767.98px) {
  .love p {
    margin: .5em 0 !important;
  }
  .love p:before {
    border: none !important;
  }
}





/* 社長メッセージ */




/* 座談会 */

.profile {
  font-size: 85%;
  line-height: 150%;
}

.profile p {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.profile p small {
  font-weight: normal;
}

/* 5 Columns */

@media (min-width: 768px) {
  .col-sm-15 {
  	position: relative;
  	min-height: 1px;
  	padding-right: 15px;
  	padding-left: 15px;
  	width: 20%;
  	flex: 0 0 20%;
  }
}

.talk .row {
  margin-bottom: 2rem;
}

.talk-face {
  font-size: 80%;
  text-align: center;
}

.talk h4 {
  margin-bottom: 2em;
  font-weight: bold;
}

.talk h3 {
  position: relative;
  margin-bottom: 5rem;
  margin-left: 60px;
}

.talk h3 span {
  position: absolute;
  left: -60px;
  top: -60px;
  color: transparent;
  font-size: 120px;
  font-weight: bold;
  letter-spacing: 4px;
  -webkit-text-stroke: 2px var(--main-color);
  z-index: -1;
}


.profile {
  position: relative;
}

.profile img {
  z-index: -1;
}

.profile .row>div {
  margin-bottom: 1.5rem;
}

/* 社員紹介 */

.parent-pageid-3377 .profile h2 {
  font-size: 2rem;
  line-height: 1.5em;
}




.batsu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  margin: auto;
  text-align: center;
}

.batsu span{
    display: inline-block;
    width: 180px;/*枠の大きさ*/
    height: 180px;/*枠の大きさ*/
    position: relative;
}

.batsu span::before, .batsu span::after{
    content: "";
    display: block;
    width: 100%;/*バツ線の長さ*/
    height: 5px;/*バツ線の太さ*/
    background: var(--main-color);
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(14% - 5px);
    left: 14%;
}

.batsu span::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}

.position-relative:hover img {
  opacity: .8;
}

/*
.member-face {
  position: relative;
  margin-bottom: 1rem;
}

.member-face span {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  z-index: 1;
  text-align: right;
  color: #fff;
  font-weight: bold;
  padding: 0 .5em .5em 0;
}

.member-face::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 90px 90px;
  border-color: transparent transparent var(--main-color) transparent;
}
*/





.person h3 {
  color: var(--main-color);
  font-size: 1.5em;
}

.person .profile h2 {
  color: var(--base-color);
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.person .profile p {
  font-size: 1em;
  line-height: 2em;
}

.person .profile strong {
  font-size: 1.5em;
  padding-bottom: 1rem;
  border-bottom: solid 1px #ccc;
  margin-bottom: 1rem;
  display: block;
}

.person table {
  font-size: 85%;
  line-height: 1.5em;
}


.person table th {
  color: var(--main-color);
}

.member .staff-face img {
  padding-bottom: .5rem;
}

.parent-pageid-3377 .profile p {
  font-weight: normal;
}

.parent-pageid-3377 .profile p strong {
  font-weight: bold;
  font-size: 1.25rem;
}

.member .profile p a {
  font-size: 1.25rem;
  display: block;
  margin: .25rem 0;
}




.number .h3 {
  font-weight: bold;
  color: var(--main-color);
  margin: 1rem 0;
  text-align: center;
  line-height: 1;
  opacity: 0;
}

.number .icon {
  margin: 1rem 0;
}

.number .col-md-8 .h3,
.number .col-md-6 .h3 { font-size: 180px; margin-top: -10px; }
.number .col-md-4 .h3 { font-size: 110px; }
.number .col-md-3 .h3 { font-size: 75px; }
.number .h3 small { font-size: 18px; }

@media screen and (max-width: 767.98px) {
  .number .col-md-8 .h3,
  .number .col-md-6 .h3 { font-size: 120px; margin-top: -10px; }
  .number .col-md-4 .h3 { font-size: 90px; }
  .number .col-md-3 .h3 { font-size: 60px; }
  .number .h3 small { font-size: 18px; }
}

.number .main .fas {
  font-size: 80px;
  color: var(--base-color);
}

.number .main .enquete .fas {
  font-size: 60px;
  color: var(--base-color);
}

.number p {
  font-size: .9em;
  text-align: center;
}

.enquete h3 {
  text-align: center;
  padding-left: 1rem;
  vertical-align: middle;
}

.enquete h5 {
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.enquete ol {
  padding-left: 0;
}

.enquete ol li {
  font-weight: bold;
  list-style-position: inside;
}

.enquete ol li:nth-child(1) { font-size: 180%; color: var(--main-color); padding-bottom: .5rem; }
.enquete ol li:nth-child(2) { font-size: 110%; }
.enquete ol li:nth-child(3) { font-size: 90%; }

.enquete li small {
  font-size: 80%;
}

.enquete p.small {
  line-height: 1.2em;
  font-size: .75em;
  margin-top: -1em;
}



/* フォーム */

form .badge {
  font-size: .7rem;
  vertical-align: middle;
}


/* IE対応 */

.ie.page-id-3362 .aboutus a {
  display: block;
}

.ie .align-items-center img {
  width: 100%;
}

.ie .catchphrase::before {
  position: inherit;
  top: 1.5em;
}


