@charset "UTF-8";
/* ====================================================================================

    THEMA INFO

==================================================================================== */
/*
Theme Name:
Theme URI:
Author:
Author URI:
Description:
Version: 1.0
*/
/* ====================================================================================

    ITEMS

==================================================================================== */
/* ====================================================================================

    HEADER

==================================================================================== */
/* ====================================================================================

    NAV

==================================================================================== */
#nav-torigger {
  width: 50px  ;
  aspect-ratio: 1/1;
  position: fixed;
  top: 20px  ;
  right: 20px  ;
  background: #80070c; }
  @media only screen and (max-width: 1060px) {
    #nav-torigger {
      width: 4.71698vw  ; } }
  @media only screen and (max-width: 768px) {
    #nav-torigger {
      width: 12.04819vw  ; } }
  @media only screen and (max-width: 1060px) {
    #nav-torigger {
      top: 1.88679vw  ; } }
  @media only screen and (max-width: 768px) {
    #nav-torigger {
      top: 4.81928vw  ; } }
  @media only screen and (max-width: 1060px) {
    #nav-torigger {
      right: 1.88679vw  ; } }
  @media only screen and (max-width: 768px) {
    #nav-torigger {
      right: 4.81928vw  ; } }
  #nav-torigger .ham {
    aspect-ratio: 20/10;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #nav-torigger .ham span {
      display: block;
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      left: 0;
      transition: .5s ease;
      transition: width .2s .2s ease, background .4s ease, top .2s .2s ease, transform .2s ease, opacity 0s .2s ease; }
      #nav-torigger .ham span:nth-of-type(1) {
        top: 0; }
      #nav-torigger .ham span:nth-of-type(2) {
        top: 100%;
        translate: 0 -100%; }
  #nav-torigger.active .ham span {
    transition: width .2s ease, top .2s ease, transform .2s .2s ease, opacity 0s .2s ease; }
    #nav-torigger.active .ham span:nth-of-type(1) {
      top: 50%;
      transform: rotate(45deg);
      translate: 0 -50%; }
    #nav-torigger.active .ham span:nth-of-type(2) {
      top: 50%;
      translate: 0 -50%;
      transform: rotate(-45deg); }
  @media only screen and (max-width: 768px) {
    #nav-torigger {
      display: block; } }

/* ====================================================================================

    FOOTER

==================================================================================== */
.Footer--navi li + li {
  margin-top: 10px  ; }
  @media only screen and (max-width: 1060px) {
    .Footer--navi li + li {
      margin-top: 0.9434vw  ; } }
  @media only screen and (max-width: 768px) {
    .Footer--navi li + li {
      margin-top: 2.40964vw  ; } }

.Footer--navi li a {
  color: #000;
  line-height: 1.4; }
  .Footer--navi li a[target="_blank"] {
    padding-right: 20px  ;
    position: relative; }
    @media only screen and (max-width: 1060px) {
      .Footer--navi li a[target="_blank"] {
        padding-right: 1.88679vw  ; } }
    @media only screen and (max-width: 768px) {
      .Footer--navi li a[target="_blank"] {
        padding-right: 4.81928vw  ; } }
    .Footer--navi li a[target="_blank"]:after {
      content: '\e89e';
      font-family: 'Material Icons';
      position: absolute;
      right: 0;
      top: 50%;
      translate: 0 -50%;
      font-size: 1.2rem; }
  @media only screen and (min-width: 769px) {
    .Footer--navi li a {
      transition: color .4s ease; }
      .Footer--navi li a:hover {
        color: #568541; } }

/* ====================================================================================

    ITEM

==================================================================================== */
.to-up,
.to-right,
.to-left {
  opacity: 0;
  transition: 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
  transition-property: transform, opacity;
  will-change: opacity, transform; }
  .to-up.active,
  .to-right.active,
  .to-left.active {
    opacity: 1;
    transform: translate(0, 0); }

.to-up {
  transform: translateY(80px); }

.to-right {
  transform: translateX(-80px); }

.to-left {
  transform: translateX(80px); }

.order.active .order-child {
  opacity: 1;
  transform: translate(0, 0); }

/* ====================================================================================

    TOP

==================================================================================== */
.Page--title--1 span {
  display: inline-block;
  position: relative;
  border-bottom: solid #fff;
  border-width: 4px  ;
  letter-spacing: .4rem; }
  @media only screen and (max-width: 1060px) {
    .Page--title--1 span {
      border-width: 0.37736vw  ; } }
  @media only screen and (max-width: 768px) {
    .Page--title--1 span {
      border-width: 0.96386vw  ; } }

.Page--title--2 b {
  display: inline-block;
  border-bottom: 1px solid #000; }

.Page--title--3 span {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #c30013;
  letter-spacing: .5rem; }

.Page--navi--1 {
  border: 1px solid #c30013; }
  .Page--navi--1 li + li {
    border-left: 1px solid #c30013; }
  .Page--navi--1 li a {
    padding: 25px 20px  ;
    display: block;
    text-align: center;
    color: #c30013; }
    @media only screen and (max-width: 1060px) {
      .Page--navi--1 li a {
        padding: 2.35849vw 1.88679vw  ; } }
    @media only screen and (max-width: 768px) {
      .Page--navi--1 li a {
        padding: 6.0241vw 4.81928vw  ; } }
    @media only screen and (min-width: 769px) {
      .Page--navi--1 li a {
        transition: .4s ease;
        transition-property: background, color; }
        .Page--navi--1 li a:hover {
          background: #c30013;
          color: #fff; } }
    @media only screen and (max-width: 768px) {
      .Page--navi--1 li a {
        padding: 3.61446vw;
        font-size: 1.2rem; } }

.Page--back--1 {
  background: url("../img/back--style.png") repeat center;
  background-size: 200px 200px; }

.Page--company--data {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  .Page--company--data--icon {
    width: 22px  ; }
    @media only screen and (max-width: 1060px) {
      .Page--company--data--icon {
        width: 2.07547vw  ; } }
    @media only screen and (max-width: 768px) {
      .Page--company--data--icon {
        width: 5.3012vw  ; } }

.Page--recruit {
  border: 1px solid #000; }
  .Page--recruit hr {
    margin: 0;
    width: 100%;
    height: 1px;
    border: none;
    background: #000; }

.Page--list--1 {
  list-style-type: disc; }

.Page--list--2 li {
  position: relative; }
  .Page--list--2 li:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0; }

.Page--entry {
  padding: 25px 20px  ;
  display: inline-block;
  background: #568541;
  border: 2px solid #568541;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  width: 338px  ;
  text-align: center; }
  @media only screen and (max-width: 1060px) {
    .Page--entry {
      padding: 2.35849vw 1.88679vw  ; } }
  @media only screen and (max-width: 768px) {
    .Page--entry {
      padding: 6.0241vw 4.81928vw  ; } }
  @media only screen and (max-width: 1060px) {
    .Page--entry {
      width: 31.88679vw  ; } }
  @media only screen and (max-width: 768px) {
    .Page--entry {
      width: 81.44578vw  ; } }
  @media only screen and (min-width: 769px) {
    .Page--entry {
      transition: .4s ease;
      transition-property: background, color; }
      .Page--entry:hover {
        background: #fff;
        color: #568541; } }
  @media only screen and (max-width: 768px) {
    .Page--entry {
      width: 100%; } }

.Page--video {
  width: 100%;
  aspect-ratio: 16/9; }

/* ====================================================================================

    SINGLE

==================================================================================== */
.Single--content h1,
.Single--content h2,
.Single--content h3,
.Single--content h4,
.Single--content h5,
.Single--content h6 {
  margin: 40px 0px 15px  ;
  line-height: 1.4;
  font-weight: bold;
  color: #000; }
  @media only screen and (max-width: 1060px) {
    .Single--content h1,
    .Single--content h2,
    .Single--content h3,
    .Single--content h4,
    .Single--content h5,
    .Single--content h6 {
      margin: 3.77358vw 0vw 1.41509vw  ; } }
  @media only screen and (max-width: 768px) {
    .Single--content h1,
    .Single--content h2,
    .Single--content h3,
    .Single--content h4,
    .Single--content h5,
    .Single--content h6 {
      margin: 9.63855vw 0vw 3.61446vw  ; } }

.Single--content h1 {
  padding: 8px 20px  ;
  font-size: 2.8rem;
  font-weight: bold;
  background: #000;
  color: #fff;
  line-height: 1.2; }
  @media only screen and (max-width: 1060px) {
    .Single--content h1 {
      padding: 0.75472vw 1.88679vw  ; } }
  @media only screen and (max-width: 768px) {
    .Single--content h1 {
      padding: 1.92771vw 4.81928vw  ; } }

.Single--content h2 {
  padding: 5px 10px  ;
  font-size: 3rem;
  line-height: 1.3;
  color: #000;
  border-bottom: 2px solid #000; }
  @media only screen and (max-width: 1060px) {
    .Single--content h2 {
      padding: 0.4717vw 0.9434vw  ; } }
  @media only screen and (max-width: 768px) {
    .Single--content h2 {
      padding: 1.20482vw 2.40964vw  ; } }

.Single--content h3 {
  font-size: 2.4rem; }

.Single--content h4 {
  font-size: 2rem; }

.Single--content h5 {
  font-size: 1.8rem; }

.Single--content h6 {
  font-size: 1.6rem; }

.Single--content p {
  margin: 25px 0px  ;
  line-height: 2; }
  @media only screen and (max-width: 1060px) {
    .Single--content p {
      margin: 2.35849vw 0vw  ; } }
  @media only screen and (max-width: 768px) {
    .Single--content p {
      margin: 6.0241vw 0vw  ; } }
  .Single--content p:first-child {
    margin-top: 0; }

.Single--content img {
  height: auto; }

.Single--content strong {
  font-weight: bold; }

.Single--content em {
  font-style: italic; }

.Single--content b {
  font-weight: bold; }

.Single--content mark {
  display: inline;
  background-color: #fffb7b;
  color: #000; }

.Single--content blockquote {
  margin: 30px 0px  ;
  padding: 40px 30px  ;
  display: block;
  line-height: 1.8;
  font-size: 1.2rem;
  border: 1px solid #dcdcdc;
  color: rgba(33, 33, 33, 0.8); }
  @media only screen and (max-width: 1060px) {
    .Single--content blockquote {
      margin: 2.83019vw 0vw  ; } }
  @media only screen and (max-width: 768px) {
    .Single--content blockquote {
      margin: 7.22892vw 0vw  ; } }
  @media only screen and (max-width: 1060px) {
    .Single--content blockquote {
      padding: 3.77358vw 2.83019vw  ; } }
  @media only screen and (max-width: 768px) {
    .Single--content blockquote {
      padding: 9.63855vw 7.22892vw  ; } }
  .Single--content blockquote p {
    margin: 0; }
    .Single--content blockquote p + p {
      margin-top: 30px; }

.Single--content a {
  color: #000;
  text-decoration: underline; }
  @media only screen and (min-width: 769px) {
    .Single--content a:hover {
      text-decoration: none; } }

.Single--content .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center; }

.Single--content .alignright {
  float: right; }

.Single--content .alignleft {
  float: left; }

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

.Single--content ul,
.Single--content ol {
  margin: 30px 0px  ; }
  @media only screen and (max-width: 1060px) {
    .Single--content ul,
    .Single--content ol {
      margin: 2.83019vw 0vw  ; } }
  @media only screen and (max-width: 768px) {
    .Single--content ul,
    .Single--content ol {
      margin: 7.22892vw 0vw  ; } }
  .Single--content ul li,
  .Single--content ol li {
    line-height: 1.8; }
    .Single--content ul li + li,
    .Single--content ol li + li {
      margin-top: 12px  ; }
      @media only screen and (max-width: 1060px) {
        .Single--content ul li + li,
        .Single--content ol li + li {
          margin-top: 1.13208vw  ; } }
      @media only screen and (max-width: 768px) {
        .Single--content ul li + li,
        .Single--content ol li + li {
          margin-top: 2.89157vw  ; } }

.Single--content ul {
  padding-left: 20px  ;
  list-style-type: disc; }
  @media only screen and (max-width: 1060px) {
    .Single--content ul {
      padding-left: 1.88679vw  ; } }
  @media only screen and (max-width: 768px) {
    .Single--content ul {
      padding-left: 4.81928vw  ; } }

.Single--content ol {
  counter-reset: num; }
  .Single--content ol li {
    padding-left: 24px  ;
    position: relative; }
    @media only screen and (max-width: 1060px) {
      .Single--content ol li {
        padding-left: 2.26415vw  ; } }
    @media only screen and (max-width: 768px) {
      .Single--content ol li {
        padding-left: 5.78313vw  ; } }
    .Single--content ol li:before {
      counter-increment: num;
      content: counter(num) ".";
      position: absolute;
      top: 0;
      left: 0;
      color: #000; }

@media only screen and (max-width: 768px) {
  p {
    line-height: 2; }
  .pc {
    display: none !important; }
  .sp {
    display: block !important; }
  .sp-i {
    display: inline !important; }
  .flex {
    display: block; }
  .col-sm-1 {
    width: 100%; }
  .tc-sp {
    text-align: center; }
  .tj-sp {
    text-align: justify; }
  .tr-sp {
    text-align: right; }
  .main {
    overflow: hidden;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main img {
    transform: scale(1.6);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*# sourceMappingURL=style.css.map */
