@charset "UTF-8";
/*************************************
MIXINS
*************************************/
html {
  font-size: 17px;
  overflow-y: scroll;
  background: rgb(11, 77, 50);
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-top: 5rem;
  color: #052015;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(11, 77, 50, 0.05) calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  font-family: "Hina Mincho" !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
.fs-base-1 {
  font-size: 1.05rem !important;
}

h1 {
  font-size: 1.7rem;
  margin: 2rem 0 0 0;
  color: rgb(11, 77, 50);
}

.h2,
h2 {
  font-size: 1.3rem;
}
.h2.h2-design1,
h2.h2-design1 {
  border-bottom: 3px solid rgb(11, 77, 50);
  color: rgb(11, 77, 50);
  margin: 0 0 2rem;
  padding: 4px 0;
  position: relative;
}
.h2.h2-design1::before, .h2.h2-design1::after,
h2.h2-design1::before,
h2.h2-design1::after {
  bottom: -3px;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
}
.h2.h2-design1::before,
h2.h2-design1::before {
  background: rgb(250, 189, 0);
  left: 8%;
  width: 20%;
}
.h2.h2-design1::after,
h2.h2-design1::after {
  background: rgba(11, 77, 50, 0.5);
  left: 12%;
  width: 30%;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

span {
  display: inline-block;
}

@media (min-width: 992px) {
  br.br-pc-none {
    display: none;
  }
}
@media (max-width: 768px) {
  br.br-tab-none {
    display: none;
  }
}
@media (max-width: 576px) {
  br.br-sp-none {
    display: none;
  }
}
br.br-sp {
  display: none;
}
@media (max-width: 576px) {
  br.br-sp {
    display: block;
  }
}

/*h2.multi{
  margin: 0 0 2rem 0;
	padding:4px 0;
	border-bottom:3px solid $color-base;
	position:relative;
}
h2.multi:before, h2.multi:after{
	content:"";
	display:block;
	height:3px;
	position:absolute;
	bottom:-3px;
}
h2.multi:before{
	width:20%;
	left:8%;
	background:rgba(255,255,255,0.7);
}
h2.multi:after{
	width:30%;
	left:12%;
	background: $color-base-50;
}*/
.demo {
  width: 500px;
  margin: 0 auto;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 20px;
  color: #3cb3e4;
}

.heading {
  margin: 10px 0;
}

.demo5 .heading {
  overflow: hidden;
  position: relative;
  padding-bottom: 3px;
}

.demo5 .heading span {
  padding: 8px;
}

.demo5 .heading:before {
  content: "";
  border-bottom: 3px solid #3cb3e4;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.demo5 .heading:after {
  border-bottom: 3px solid #ddd;
  bottom: 0;
  content: "";
  position: absolute;
  width: 500px;
  z-index: 1;
}

.h3,
h3 {
  font-size: 1.2rem;
}
.h3.h3-design1,
h3.h3-design1 {
  color: rgb(11, 77, 50);
  padding: 10px 30px 10px 20px;
  margin: 1rem 0;
  border-left: 10px double rgb(11, 77, 50);
}

a {
  color: rgb(11, 77, 50);
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover {
  color: rgb(242, 131, 0);
}

ul,
ol,
dl {
  -webkit-margin-after: 0;
}

ul,
ol {
  -webkit-padding-start: 2rem;
}

.btn {
  white-space: normal;
}

.btn-color1 {
  background-color: rgb(11, 77, 50);
  border-color: rgb(11, 77, 50);
  color: rgb(255, 255, 255);
  width: 100%;
}
.btn-color1:hover {
  background-color: rgba(242, 131, 0, 0.5);
  border-color: rgba(242, 131, 0, 0.15);
  color: rgb(11, 77, 50);
}
.btn-color1:focus,
.btn-color1 .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(11, 77, 50, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(11, 77, 50, 0.5);
}
.btn-color1.disabled, .btn-color1:disabled {
  background-color: rgb(11, 77, 50);
  border-color: rgb(11, 77, 50);
  color: rgb(255, 255, 255);
}
.btn-color1:not(:disabled):not(.disabled):active, .btn-color1:not(:disabled):not(.disabled).active, .show > .btn-color1.dropdown-toggle {
  background-color: rgba(242, 131, 0, 0.5);
  border-color: rgba(242, 131, 0, 0.15);
  color: rgb(255, 255, 255);
}
.btn-color1:not(:disabled):not(.disabled):active:focus, .btn-color1:not(:disabled):not(.disabled).active:focus, .show > .btn-color1.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 131, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(242, 131, 0, 0.5);
}

.navbar-design1 {
  background: rgba(11, 77, 50, 0.95);
  color: rgb(255, 255, 255);
}

.form-control:focus {
  background-color: rgb(255, 255, 255);
  border-color: rgba(11, 77, 50, 0.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(11, 77, 50, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(11, 77, 50, 0.25);
  color: black;
  outline: 0;
}

input[type=radio], input[type=checkbox] {
  display: none;
}
input[type=radio]:checked + label, input[type=checkbox]:checked + label {
  background-color: rgba(242, 131, 0, 0.15);
}
input[type=radio]:checked + label::after, input[type=checkbox]:checked + label::after {
  border-color: rgb(242, 131, 0);
}

.radio,
.checkbox {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 10px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover,
.checkbox:hover {
  background-color: rgba(11, 77, 50, 0.15);
}
.radio:hover::after,
.checkbox:hover::after {
  border-color: rgb(11, 77, 50);
}
.radio::after,
.checkbox::after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 55%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  content: "";
}

.radio::before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 55%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(242, 131, 0);
  content: "";
  opacity: 0;
}
input[type=radio]:checked + .radio::before {
  opacity: 1;
}

.checkbox::before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 55%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid rgb(242, 131, 0);
  border-bottom: 3px solid rgb(242, 131, 0);
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox::before {
  opacity: 1;
}

@media (max-width: 576px) {
  .block th,
  .block td {
    display: block;
  }
}

.line-1 dt {
  font-weight: normal;
  width: 80%;
}
.line-1 dt::before {
  border-top: dotted 1px;
  content: "";
  position: absolute;
  top: 0.8em;
  width: 98%;
  z-index: -1;
}
.line-1 dt span {
  background: rgb(255, 255, 255);
  padding: 0 0.5rem 0 0;
}
@media (max-width: 768px) {
  .line-1 dd {
    text-align: right;
  }
}

.table-design1 {
  border-collapse: separate;
  border-spacing: 0 1.5rem;
}
.table-design1 th {
  border: 0;
  border-right: 3px solid rgb(11, 77, 50);
  width: 25%;
}
@media (max-width: 576px) {
  .table-design1 th {
    border-bottom: 3px solid rgb(11, 77, 50);
    border-right: 0;
    width: 100%;
  }
}
.table-design1 td {
  border: 0;
}

.table-design2 {
  border-collapse: collapse;
  border-right: rgb(11, 77, 50) solid 1px;
  width: 100%;
}
@media (max-width: 576px) {
  .table-design2 thead {
    display: none;
  }
  .table-design2 tbody th {
    display: block;
  }
  .table-design2 tbody td {
    display: block;
  }
  .table-design2 tbody td::before {
    clear: both;
    content: attr(label);
    float: left;
    font-weight: bold;
  }
}
.table-design2 thead th,
.table-design2 tbody th {
  background: rgb(11, 77, 50);
  border-bottom: rgb(255, 255, 255) solid 1px;
  color: rgb(255, 255, 255);
  padding: 10px 15px;
  vertical-align: top;
}
.table-design2 thead th {
  background: rgb(11, 77, 50);
  border-bottom: rgb(255, 255, 255) solid 1px;
  border-right: rgb(255, 255, 255) solid 1px;
  color: rgb(255, 255, 255);
  padding: 10px 15px;
}
.table-design2 thead th:last-child {
  border-right: rgb(11, 77, 50) solid 1px;
}
.table-design2 tbody tr:last-child th {
  border-bottom: rgb(11, 77, 50) solid 1px;
}
.table-design2 tbody td {
  background: rgb(255, 255, 255);
  border-bottom: rgb(11, 77, 50) solid 1px;
  border-left: rgb(11, 77, 50) solid 1px;
  padding: 10px 15px;
  vertical-align: top;
}

.bg-color1-4 {
  background-color: rgba(11, 77, 50, 0.25);
}

.table-color1,
.table-color1 > th,
.table-color1 > td {
  background-color: rgba(11, 77, 50, 0.15);
  border-bottom: solid 1px rgba(11, 77, 50, 0.25);
}

.table-hover .table-color1:hover {
  background-color: rgb(242, 131, 0);
}
.table-hover .table-color1:hover > td,
.table-hover .table-color1:hover > th {
  background-color: rgb(242, 131, 0);
}

/*.container-sm-100 {
  @include sp {
    position: relative;
  }
}*/
.table-td-last-right {
  /*  @include sp {
      left: 0;
      margin-left: -15px;
      position: absolute;
      top: 0;
    }*/
}
.table-td-last-right td,
.table-td-last-right th {
  padding: 1rem 0.35rem;
  line-height: 1.2rem;
}
.table-td-last-right tr td:first-child {
  width: 50%;
}
.table-td-last-right tr td:last-child {
  text-align: right;
}

/*.table-td-last-right-2 {
  tr td {
    @include sp {
      &:first-child {
        display: block;
      }
    }
  }
}*/
.table tr:last-child {
  border-bottom: 1px solid #dee2e6;
}
.table .thead-dark-2 th {
  background-color: rgb(11, 77, 50);
  border-color: #052015;
  color: rgb(255, 255, 255);
}
.table tbody th {
  width: 25%;
}
@media (max-width: 576px) {
  .table tbody th {
    width: 100%;
  }
}

.table-striped-2 tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(11, 77, 50, 0.15)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(top, rgba(11, 77, 50, 0.15) 85%, rgba(0, 0, 0, 0));
}

.wave-box {
  width: 100%;
  height: 600px;
  margin-top: -5rem;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(11, 77, 50, 0.95)), color-stop(40%, rgba(0, 0, 0, 0)), to(rgb(255, 255, 255))), url("../img/top_1.jpg");
  background-image: linear-gradient(to bottom, rgba(11, 77, 50, 0.95) 20%, rgba(0, 0, 0, 0) 40%, rgb(255, 255, 255)), url("../img/top_1.jpg");
  background-position: center, bottom center;
  background-size: auto, cover;
}
@media (max-width: 576px) {
  .wave-box {
    height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(11, 77, 50, 0.95)), color-stop(65%, rgba(0, 0, 0, 0)), to(rgb(255, 255, 255))), url("../img/top_1.jpg");
    background-image: linear-gradient(to bottom, rgba(11, 77, 50, 0.95) 35%, rgba(0, 0, 0, 0) 65%, rgb(255, 255, 255)), url("../img/top_1.jpg");
  }
}
.wave-box::after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin-top: -5rem;
}
.wave {
  opacity: 0.4;
  position: absolute;
  top: 55%;
  left: 50%;
  background: rgba(255, 255, 255, 0.15);
  width: 400px;
  height: 400px;
  margin-left: -200px;
  margin-top: -200px;
  -webkit-transform-origin: 50% 48%;
          transform-origin: 50% 48%;
  border-radius: 43%;
  -webkit-animation: drift 6000ms infinite linear;
          animation: drift 6000ms infinite linear;
  z-index: 1;
}
@media (max-width: 576px) {
  .wave {
    top: 60%;
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top: -100px;
  }
}
.wave.-three {
  -webkit-animation: drift 8000ms infinite linear;
          animation: drift 8000ms infinite linear;
}
.wave.-two {
  -webkit-animation: drift 10000ms infinite linear;
          animation: drift 10000ms infinite linear;
  background: rgba(11, 77, 50, 0.75);
}

.wave-title {
  position: relative;
  left: 0;
  top: 55%;
  width: 95%;
  z-index: 3;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.4rem;
  font-size: 2rem;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}
@media (max-width: 576px) {
  .wave-title {
    font-size: 1.25rem;
    letter-spacing: 0.2rem;
  }
}

.wave-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 5%;
  bottom: 0;
  margin: auto;
  width: 35%;
  z-index: 2;
}
@media (max-width: 768px) {
  .wave-img {
    width: 60%;
  }
}
@media (max-width: 576px) {
  .wave-img {
    top: 15%;
    width: 50%;
    min-width: 200px;
  }
}

@-webkit-keyframes drift {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes drift {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.navbar-expand-md .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
  line-height: 1.2rem;
  white-space: nowrap;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgb(242, 131, 0);
}

.navbar-brand {
  background: url("../img/logo_sakurai_white.png") no-repeat left center;
  background-size: contain;
  min-height: 70px;
  width: 40%;
  margin: 0 0 0.5rem 0;
}
@media (max-width: 768px) {
  .navbar-brand {
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .navbar-brand {
    font-size: 1.1rem;
    min-width: 65%;
  }
}

/*未使用
.logo-text {
  height: auto;
  width: 100%;
}*/
.navbar-dark .navbar-toggler {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: rgb(255, 255, 255);
  font-size: 0.8rem;
  padding: 0.4rem 0.75rem;
  text-align: right;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: none;
}

.top-box {
  width: 100%;
  height: 800px;
  margin-top: -5rem;
  padding-top: 2rem;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(11, 77, 50)), color-stop(40%, rgba(0, 0, 0, 0)), to(rgb(255, 255, 255))), url("../img/top_1.jpg");
  background-image: linear-gradient(to bottom, rgb(11, 77, 50) 20%, rgba(0, 0, 0, 0) 40%, rgb(255, 255, 255)), url("../img/top_1.jpg");
  background-position: center, bottom center;
  background-size: auto, cover;
}
@media (max-width: 576px) {
  .top-box {
    height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(11, 77, 50, 0.95)), color-stop(65%, rgba(0, 0, 0, 0)), to(rgb(255, 255, 255))), url("../img/top_1.jpg");
    background-image: linear-gradient(to bottom, rgba(11, 77, 50, 0.95) 35%, rgba(0, 0, 0, 0) 65%, rgb(255, 255, 255)), url("../img/top_1.jpg");
  }
}
.top-box::after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin-top: -5rem;
}
@-webkit-keyframes image_anime {
  0% {
    background-image: url(../img/top_1.jpg); /* 背景画像1を指定 */
    opacity: 1;
  }
  100% {
    background-image: url(../img/top_2.jpg); /* 背景画像2を指定 */
    opacity: 1;
  }
}
@keyframes image_anime {
  0% {
    background-image: url(../img/top_1.jpg); /* 背景画像1を指定 */
    opacity: 1;
  }
  100% {
    background-image: url(../img/top_2.jpg); /* 背景画像2を指定 */
    opacity: 1;
  }
}
.object-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom;";
}

.bg_container {
  width: 100%;
  max-width: 100%;
}

.bg_container .image {
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-animation: change-img-anim 9s infinite;
          animation: change-img-anim 9s infinite;
}

.bg_container .image:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.bg_container .image:nth-of-type(2) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.bg_container .image:nth-of-type(3) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

@-webkit-keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  63% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  63% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.badge-danger {
  background: rgb(231, 0, 18);
  border: none;
}

table.arrow {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 15px;
  font-size: 1rem;
}
table.arrow th,
table.arrow td {
  padding: 10px;
}
table.arrow th {
  background: rgb(11, 77, 50);
  vertical-align: middle;
  text-align: left;
  width: 25%;
  overflow: visible;
  position: relative;
  color: rgb(255, 255, 255);
  font-weight: normal;
  font-size: 17px;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 576px) {
  table.arrow th {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }
}
table.arrow th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #f6f7f8;
  border-left-color: rgb(11, 77, 50);
  border-width: 10px;
  margin-top: -10px;
}
@media (max-width: 576px) {
  table.arrow th:after {
    left: 7%;
    top: 122%;
    border-color: #f6f7f8;
    border-top-color: rgb(11, 77, 50);
    border-width: 10px;
    margin-bottom: -10px;
  }
}
table.arrow td {
  background: #f6f7f8;
  padding: 1.5rem;
  border-radius: 0 5px 5px 0;
}
@media (max-width: 576px) {
  table.arrow td {
    border-radius: 0 0 5px 5px;
  }
}
table.arrow .line-1 dt::before {
  z-index: 1;
}
table.arrow .line-1 dt span {
  background: #f6f7f8;
  position: relative;
  z-index: 2;
}
/* firefox */
@-moz-document url-prefix() {
  table.company th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: rgb(11, 77, 50) 10px solid;
    margin-top: -10px;
  }
}
.h1-top {
  font-size: 1.1rem;
  position: absolute;
  display: inline-block;
  padding: 30px;
  background: rgba(255, 255, 255, 0.25);
  color: rgb(11, 77, 50);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
  text-align: center;
}
@media (max-width: 576px) {
  .h1-top {
    font-size: 0.9rem;
    top: 35%;
  }
}
.h1-top h1 {
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .h1-top h1 {
    font-size: 1.2rem;
  }
}

.h1-radius {
  position: relative;
  z-index: 0;
  margin-bottom: 12rem;
}
@media (max-width: 576px) {
  .h1-radius {
    margin-bottom: 9rem;
  }
}
.h1-radius:before {
  content: "";
  width: 100%;
  height: 400px;
  margin-top: -7rem;
  border-radius: 0 0 5px 5px;
  -webkit-filter: grayscale(95%) sepia(10%) contrast(200%);
          filter: grayscale(95%) sepia(10%) contrast(200%);
  z-index: -1;
  position: absolute;
}
@media (max-width: 576px) {
  .h1-radius:before {
    height: 350px;
  }
}
.h1-radius h1 {
  font-family: sans-serif;
  text-shadow: 2px 2px 0px rgb(255, 255, 255), 4px 4px 4px rgba(11, 77, 50, 0.75);
  padding: 1rem;
}

.h1-company:before {
  background-image: url("../img/top_1.jpg");
  background-position: center 60%;
  background-size: 150%, cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}

.h1-works:before {
  background-image: url("../img/top_1.jpg");
  background-position: center 60%;
  background-size: 150%, cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}

.h1-results:before {
  background-image: url("../img/top_1.jpg");
  background-position: center 60%;
  background-size: 150%, cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}

.h1-recruit:before {
  background-image: url("../img/top_1.jpg");
  background-position: center 60%;
  background-size: 150%, cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}

.h1-contact:before {
  background-image: url("../img/top_1.jpg");
  background-position: center 60%;
  background-size: 150%, cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}

.top-box2 {
  width: 100%;
  height: 800px;
  margin-top: -5rem;
  padding-top: 2rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.top-box2 .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-animation: bgAnime 20s ease infinite;
          animation: bgAnime 20s ease infinite; /* 4画像 × 各5s = 20s */
  background-position: center, bottom center;
  background-size: cover;
  z-index: -1;
}
.top-box2.top-box2 .src1 {
  background-image: url("../img/top_1.jpg");
  background-position: center 60%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: contrast(150%);
          filter: contrast(150%);
}
.top-box2.top-box2 .src2 {
  background-image: url("../img/top_2.jpg");
  background-position: center 60%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-filter: contrast(150%);
          filter: contrast(150%);
}
.top-box2.top-box2 .src3 {
  background-image: url("../img/top_3.jpg");
  background-position: center 60%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  -webkit-filter: contrast(150%);
          filter: contrast(150%);
}
.top-box2.top-box2 .src4 {
  background-image: url("../img/bg-img1.jpg");
  background-position: center 60%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
@-webkit-keyframes bgAnime {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  5% {
    opacity: 1;
  }
  21% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  5% {
    opacity: 1;
  }
  21% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 576px) {
  .top-box2 {
    height: 500px;
    margin-top: 0;
  }
}

#header a,
#footer a {
  text-decoration: none;
}

#footer {
  width: 100%;
  height: 200px;
  margin-top: -9.5rem;
  margin-bottom: -1rem;
  padding-top: 12rem;
  padding-bottom: 0.5rem;
  color: rgb(255, 255, 255);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(75%, rgb(11, 77, 50))), url("../img/sokuryo_01.png"), url("../img/sokuryo_02.png");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0% 75%, rgb(11, 77, 50) 75% 100%), url("../img/sokuryo_01.png"), url("../img/sokuryo_02.png");
  background-position: top center, left 30px bottom 38%, right 30px bottom 38%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 3rem, 3rem;
  position: relative;
  z-index: 1;
  mix-blend-mode: multiply;
}
#footer p {
  margin-top: 1.5rem;
}

@property --_w {
  syntax: "<length>";
  inherits: true;
  initial-value: 100vw;
}
/*
@property --_h {
	syntax: '<length>';
	inherits: true;
	initial-value: 100vh; 
}
*/
:root {
  --w: tan(atan2(var(--_w), 1px));
}

#sokuryo {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 110px;
  height: 110px;
  border: 2px solid rgb(11, 77, 50);
  border-radius: 50%;
  margin: -12rem 6rem 0 5rem;
  font-size: 1.05rem;
}
#sokuryo::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 58%;
  width: 26px;
  height: 2px;
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgb(11, 77, 50);
  -webkit-box-shadow: 0 2px 0 rgb(255, 255, 255), 0 -2px 0 rgb(255, 255, 255);
          box-shadow: 0 2px 0 rgb(255, 255, 255), 0 -2px 0 rgb(255, 255, 255); /* 背景色と同じ色を指定 */
}
#sokuryo > .text {
  position: absolute;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 82%;
  height: 82%;
  border-radius: 50%;
  background-color: rgb(11, 77, 50);
}
#sokuryo > .text::before {
  content: counter(w) " px";
  counter-set: w var(--w);
}
#sokuryo > .ornament {
  position: absolute;
  top: -30%;
  left: -25%;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 73%;
  height: 73%;
  font-size: 0.75rem;
  border-radius: 50%;
  background-color: rgb(11, 77, 50);
  line-height: 1.1;
}
#sokuryo > .ornament::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 70px;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgb(11, 77, 50);
}

.table-radius th {
  background-color: rgb(11, 77, 50) !important;
  border: none;
  color: rgb(255, 255, 255);
  border-radius: 5px;
}
.table-radius td:first-child {
  width: 30%;
}

.box-round {
  border: 1px solid rgb(11, 77, 50);
  border-radius: 5px;
  padding: 0.5rem 1rem;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 576px) {
  .box-round {
    width: 100%;
  }
}

.fc-logo1 {
  color: rgb(250, 189, 0);
}

.fc-logo2 {
  color: rgb(242, 131, 0);
}

.fc-logo3 {
  color: rgb(231, 0, 18);
}

@media print {
  .navbar {
    position: absolute !important;
    display: block !important;
  }
}