@charset "utf-8";

#loading {
  background: #fff;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
#loading h1{
  font-size: 150px;
}
.animation {
  width: 100%;
  text-align:center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-animation: loadinganimation 1500ms ease-out forwards infinite;
  animation: loadinganimation 1500ms ease-out forwards infinite;
}
.animation img{
  max-width: 200px;
}
@keyframes loadinganimation {
  from,to {opacity: 0;}
  50% {opacity: .5;}
}

html {
  font-size: 62.5%;
}
h1,h2,h3,h4,h5,h6,p,body {
  margin: 0;
}
a {
  color: #fff;
  text-decoration: none;
}
body {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.bold {
  font-weight: bold;
}
.f-d {
  font-size: 25px;
  font-weight: bold;
}
#reverse {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .pc { display: none !important; }
}
@media only screen and (min-width: 768px) {
  .sp { display: none !important; }
}

/*----------トップメニュー-----------*/
@media only screen and (max-width: 767px) {
   #topbar img{
     max-width: 100px;
   }
   #topbar {
     height: 70px;
     position: fixed;
     background-color: #000;
     opacity: 0.8;
     top: 0;
     z-index: 3;
     display: flex;
     flex-direction: row;
     align-items: center;
   }
   #about {
     width: 100%;
     height: 80px;
     background-image: url("../images/04.jpg");
     background-repeat: no-repeat;
     background-size: 150%;
     background-position: center top;
   }
   #event {
     width: 100%;
     height: 80px;
     background-image: url("../images/08.jpg");
     background-repeat: no-repeat;
     background-size: 180%;
     background-position: center top;
   }
   #title {
     width: 100%;
     height: 150px;
     background-image: url("../images/04.jpg");
     background-repeat: no-repeat;
     background-size: 150%;
     background-position: center top;
   }
   #title02 {
     width: 100%;
     height: 150px;
     background-image: url("../images/10.jpg");
     background-repeat: no-repeat;
     background-size: 150%;
     background-position: center top;
   }
   #title03 {
     width: 100%;
     height: 150px;
     background-image: url("../images/10.jpg");
     background-repeat: no-repeat;
     background-size: 250%;
     background-position: center top;
   }
   #title04 {
     width: 100%;
     height: 150px;
     background-image: url("../images/09.jpg");
     background-repeat: no-repeat;
     background-size: 150%;
     background-position: center top;
   }
   .hamburger {
     display : block;
     position: fixed;
     z-index : 3;
     right : 13px;
     top   : 12px;
     width : 42px;
     height: 42px;
     background: #000;
     cursor: pointer;
     text-align: center;
     opacity: 0.8;
   }
   .hamburger span {
     display : block;
     position: absolute;
     width   : 30px;
     height  : 4px ;
     left    : 6px;
     background : #fff;
     border-radius: 4px;
     -webkit-transition: 0.3s ease-in-out;
     -moz-transition   : 0.3s ease-in-out;
     transition        : 0.3s ease-in-out;
   }
   .hamburger span:nth-child(1) {
     top: 9px;
   }
   .hamburger span:nth-child(2) {
     top: 19px;
   }
   .hamburger span:nth-child(3) {
     top: 29px;
   }
/*----------ナビ開いてる時のボタン----------*/
   .hamburger.active span:nth-child(1) {
     top : 16px;
     left: 6px;
     background :#fff;
     -webkit-transform: rotate(-45deg);
     -moz-transform   : rotate(-45deg);
     transform        : rotate(-45deg);
   }
   .hamburger.active span:nth-child(2),
   .hamburger.active span:nth-child(3) {
     top: 16px;
     background :#fff;
     -webkit-transform: rotate(45deg);
     -moz-transform   : rotate(45deg);
     transform        : rotate(45deg);
   }
   .menu-list {
     position: fixed;
     z-index : 2;
     top  : 0;
     left : 0;
     color: #fff;
     text-align: center;
     width: 100%;
     opacity: 0;
     visibility: hidden;
     transition: opacity .6s ease, visibility .6s ease;
   }
   .menu-list ul {
     margin: 0 auto;
     padding: 0;
     width: 100%;
     display: flex;
     flex-direction: column;
     background-color: #000;
     height: 100vh;
     justify-content: center;
   }
   .menu-list li {
     list-style-type: none;
     padding: 0;
     width: 100%;
     font-size: 2.5vh;
     transition: .4s all;
   }
   .menu-list ul li:last-child {
     padding-bottom: 0;
   }
   .menu-list ul li a {
     padding: 10px;
     display: block;
     color: #fff;
     font-size: 5vh;
     text-decoration :none;
   }
/*----------このクラスを、jQueryで付与・削除する----------*/
   .menu-list.active {
     opacity: 1;
     visibility: visible;
   }

   .container {
     padding: 4% 0;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
   }
   .flex-box {
     display: flex;
     flex-direction: column;
     align-items: center;
   }
   .item {
     position: relative;
     width: 90%;
     display: flex;
     flex-direction: column;
     align-items: center;
   }
   .item h2 {
     color: #fff;
     text-shadow:
     3px 3px 10px #000,
     -3px -3px 10px #000,
     -3px 3px 10px #000,
     3px -3px 10px #000,
     3px 0px 10px #000,
     -3px 0px 10px #000,
     -3px 3px 10px #000,
     0px -3px 10px #000;
     -webkit-text-shadow:
     3px 3px 10px #000,
     -3px -3px 10px #000,
     -3px 3px 10px #000,
     3px -3px 10px #000,
     3px 0px 10px #000,
     -3px 0px 10px #000,
     -3px 3px 10px #000,
     0px -3px 10px #000;
     position: absolute;
     top: 50%;
     left: 50%;
     font-size: 5vw;
     transform: translateY(-50%) translateX(-50%);
     -webkit- transform: translateY(-50%) translateX(-50%);
   }
   .item img {
     width: 70%;
     max-width: 500px;
     box-shadow: 0 4px 15px 0 rgb(0 0 0 / 75%);
   }
   .box {
     width: 80%;
     max-width: 1000px;
     margin: 0 auto;
     padding: 4% 0;
   }
   .box p {
     width: 100%;
     padding: 10px;
     color: #fff;
     font-size: 4vw;
   }
   .comment {
     padding: 2%;
     box-shadow: 0 4px 15px 0 rgb(0 0 0 / 75%);
     background: #474747;
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: center;
   }
   .map {
     width: 100%;
   }
   .box02 {
     width: 90%;
     max-width: 490px;
     margin: 0 auto;
     padding:0 0 4% 0;
   }
   .frame {
     padding: 2%;
     box-shadow: 0 4px 15px 0 rgb(0 0 0 / 75%);
   }
   .map02 {
     width: 100%;
   }
   .title-box {
     width: 100%;
     position: relative;
   }
   .title-box h1 {
     color: #fff;
     text-shadow:
     3px 3px 10px #000,
     -3px -3px 10px #000,
     -3px 3px 10px #000,
     3px -3px 10px #000,
     3px 0px 10px #000,
     -3px 0px 10px #000,
     -3px 3px 10px #000,
     0px -3px 10px #000;
     -webkit-text-shadow:
     3px 3px 10px #000,
     -3px -3px 10px #000,
     -3px 3px 10px #000,
     3px -3px 10px #000,
     3px 0px 10px #000,
     -3px 0px 10px #000,
     -3px 3px 10px #000,
     0px -3px 10px #000;
     position: absolute;
     top: 50%;
     left: 50%;
     font-size: 5vw;
     text-align: center;
     z-index: 1;
     transform: translateY(-50%) translateX(-50%);
     -webkit- transform: translateY(-50%) translateX(-50%);
   }
   .title-box02 {
     width: 100%;
     position: relative;
   }
   .title-box02 h1 {
     color: #fff;
     text-shadow:
     3px 3px 10px #000,
     -3px -3px 10px #000,
     -3px 3px 10px #000,
     3px -3px 10px #000,
     3px 0px 10px #000,
     -3px 0px 10px #000,
     -3px 3px 10px #000,
     0px -3px 10px #000;
     -webkit-text-shadow:
     3px 3px 10px #000,
     -3px -3px 10px #000,
     -3px 3px 10px #000,
     3px -3px 10px #000,
     3px 0px 10px #000,
     -3px 0px 10px #000,
     -3px 3px 10px #000,
     0px -3px 10px #000;
     position: absolute;
     top: 50%;
     left: 50%;
     font-size: 5vw;
     text-align: center;
     z-index: 1;
     transform: translateY(-50%) translateX(-50%);
     -webkit- transform: translateY(-50%) translateX(-50%);
   }
/*----------フロー-----------*/
   .comment-flow {
     width: 90%;
     max-width: 900px;
     padding: 4% 0 0 0;
     margin: 0 auto;
   }
   .comment-flow img {
     width: 100%;
   }
   .comment-flow p {
     font-size: 16px;
     padding: 20px 0;
   }
/*---------------------*/
   .flex-container {
     width: 94%;
     max-width: 900px;
     padding: 0 0 100px 0;
     margin: 0 auto;
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: center;
   }
   .comment-box {
     width: 90%;
     margin: 10px;
     box-shadow: 0 4px 15px 0 rgb(0 0 0 / 60%)
   }
   .comment-box .box-title {
     font-size: 19px;
     background: rgb(107,144,219);
     padding: 4px;
     text-align: center;
     color: #FFF;
     font-weight: bold;
     letter-spacing: 0.05em;
   }
   .box-img {
     width: 70%;
     padding: 20px 0 0 0;
     margin: 0px auto;
   }
   .comment-box img {
     width: 100%;
   }
   .comment-box p {
     font-size: 16px;
     padding: 15px 20px;
     margin: 0;
   }
   .comment-box02 {
     width: 70%;
     max-width: 1000px;
     padding: 20px;
     margin: 10% auto;
     box-shadow: 0 4px 15px 0 rgb(0 0 0 / 60%)
   }
   .comment-box02 p {
     font-size: 16px;
     padding: 15px 20px;
     margin: 0;
   }
   .recruitment-items {
     width: 90%;
     max-width: 1000px;
     margin: 0 auto;
     font-size: 4vw;
   }
   .company-items {
     width: 90%;
     max-width: 1000px;
     margin: 0 auto;
     font-size: 4vw;
   }
   .company-items {
     width: 90%;
     max-width: 1000px;
     margin: 4% auto;
     font-size: 4vw;
   }
   .heading10 {
     position: relative;
     margin: 45px 0;
     font-size: 26px;
     border-bottom: 1px solid rgba(0,156,255,1);
   }

   .heading10 span {
     font-size: 26px;
     position: relative;
     z-index: 2;
   }

   .heading10::before {
     content: attr(data-en);
     position: absolute;
     top: 0px;
     left: 0;
     color: rgba(0,156,255,0.2);
     font-size: 40px;
     text-transform: uppercase;
     z-index: 1;
   }
   .recruitment-items p {
     font-size: 16px;
     margin: 18px;
   }
   .company-items p {
     font-size: 16px;
   }
   th,td {
     border: solid 1px;
     font-size: 15px;
     font-weight: bold;
     padding: 10px;
   }
   table {
     border-collapse:  collapse;
     margin: 0 auto;
   }
   th {
     width:  90px;
     font-size: 17px;
   }
   .formTable {
     width: 90%;
     max-width: 1000px;
     padding: 4% 0 0 0;
     margin: 0 auto;
     box-shadow: 0 4px 15px 0 rgb(0 0 0 / 60%)
   }
   .formTable input,select {
     height: 30px;
     border: solid 2px #919191;
     border-radius: 8px;
     background: #f9f9f9;
   }
   .span-th {
     font-size: 14px;
     color:#ff0000;
   }
   .form-button {
     width: 80%;
     max-width: 330px;
     margin: 0 auto;
     display: flex;
     align-items: center;
     justify-content: center;
   }
   .formTable textarea {
     width: 97%;
     height: 250px;
     border: solid 2px #919191;
     border-radius: 8px;
     background: #f9f9f9;
   }
}

@media only screen and (min-width: 768px) {
   #hamburger-box {
     display: none
   }
   #topbar img{
     height: 70px;
   }
   #topbar {
     width: 100%;
     height: 70px;
     position: fixed;
     background-color: #000;
     opacity: 0.8;
     top: 0;
     z-index: 3;
   }
   #about {
     width: 100%;
     height: 180px;
     background-image: url("../images/04.jpg");
     background-repeat: no-repeat;
     background-size: 100%;
     background-position: center top;
   }
   #event {
     width: 100%;
     height: 180px;
     background-image: url("../images/08.jpg");
     background-repeat: no-repeat;
     background-size: 100%;
     background-position: center top;
   }
   #title {
     width: 100%;
     height: 300px;
     background-image: url("../images/04.jpg");
     background-repeat: no-repeat;
     background-size: 100%;
     background-position: center top;
   }
   #title02 {
     width: 100%;
     height: 300px;
     background-image: url("../images/10.jpg");
     background-repeat: no-repeat;
     background-size: 100%;
     background-position: center top;
   }
   #title03 {
     width: 100%;
     height: 300px;
     background-image: url("../images/10.jpg");
     background-repeat: no-repeat;
     background-size: 150%;
     background-position: center top;
   }
   #title04 {
     width: 100%;
     height: 300px;
     background-image: url("../images/09.jpg");
     background-repeat: no-repeat;
     background-size: 100%;
     background-position: center top;
   }
   .menu-list {
     display: flex;
     justify-content: center;
   }
   .menu-list ul {
     margin: 0;
     padding: 0;
     width: 70%;
     list-style-type: none;
     display: flex;
   }
   .menu-list li {
     width: 100%;
     padding: 0 10px;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
   }
   .menu-list a {
     color: #fff;
     font-size: 1.7vw;
     text-decoration :none;
     display: flex;
   }
   .menu-list a:hover {
     opacity: 0.6;
   }
   /*----------このクラスを、jQueryで付与・削除する----------*/
   .menu-list.active {
     opacity: 0.8;
     visibility: visible;
   }

   .container {
     padding: 4% 0;
     display: flex;
     flex-wrap: nowrap;
     justify-content: center;
   }
   .flex-box {
     display: flex;
     flex-direction: column;
     align-items: center;
   }
   .item {
     position: relative;
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
   }
   .item h2 {
     color: #fff;
     text-shadow:
     3px 3px 10px #000,
     -3px -3px 10px #000,
     -3px 3px 10px #000,
     3px -3px 10px #000,
     3px 0px 10px #000,
     -3px 0px 10px #000,
     -3px 3px 10px #000,
     0px -3px 10px #000;
     -webkit-text-shadow:
     3px 3px 10px #000,
     -3px -3px 10px #000,
     -3px 3px 10px #000,
     3px -3px 10px #000,
     3px 0px 10px #000,
     -3px 0px 10px #000,
     -3px 3px 10px #000,
     0px -3px 10px #000;
     position: absolute;
     top: 50%;
     left: 50%;
     font-size: 2vw;
     transform: translateY(-50%) translateX(-50%);
     -webkit- transform: translateY(-50%) translateX(-50%);
   }
   .item img {
     width: 70%;
     max-width: 500px;
     box-shadow: 0 4px 15px 0 rgb(0 0 0 / 75%);
   }
   .box {
     width: 90%;
     max-width: 900px;
     margin: 0 auto;
     padding: 4% 0;
   }
   .box p {
     width: 50%;
     padding: 10px;
     color: #fff;
     font-size: 20px;
   }
   .comment {
     padding: 2%;
     box-shadow: 0 4px 15px 0 rgb(0 0 0 / 75%);
     background: #474747;
     display: flex;
     justify-content: center;
   }
   .map {
     width: 50%;
   }
   .box02 {
     width: 80%;
     max-width: 830px;
     margin: 0 auto;
     padding:0 0 4% 0;
   }
   .frame {
     padding: 2%;
     box-shadow: 0 4px 15px 0 rgb(0 0 0 / 75%);
   }
   .map02 {
     width: 100%;
   }
   .title-box {
     width: 100%;
     position: relative;
   }
   .title-box h1 {
     color: #fff;
     text-shadow:
     3px 3px 10px #000,
     -3px -3px 10px #000,
     -3px 3px 10px #000,
     3px -3px 10px #000,
     3px 0px 10px #000,
     -3px 0px 10px #000,
     -3px 3px 10px #000,
     0px -3px 10px #000;
     -webkit-text-shadow:
     3px 3px 10px #000,
     -3px -3px 10px #000,
     -3px 3px 10px #000,
     3px -3px 10px #000,
     3px 0px 10px #000,
     -3px 0px 10px #000,
     -3px 3px 10px #000,
     0px -3px 10px #000;
     position: absolute;
     top: 60%;
     left: 50%;
     font-size: 5vw;
     text-align: center;
     z-index: 1;
     transform: translateY(-50%) translateX(-50%);
     -webkit- transform: translateY(-50%) translateX(-50%);
   }
   .title-box02 {
     width: 100%;
     position: relative;
   }
   .title-box02 h1 {
     color: #fff;
     text-shadow:
     3px 3px 10px #000,
     -3px -3px 10px #000,
     -3px 3px 10px #000,
     3px -3px 10px #000,
     3px 0px 10px #000,
     -3px 0px 10px #000,
     -3px 3px 10px #000,
     0px -3px 10px #000;
     -webkit-text-shadow:
     3px 3px 10px #000,
     -3px -3px 10px #000,
     -3px 3px 10px #000,
     3px -3px 10px #000,
     3px 0px 10px #000,
     -3px 0px 10px #000,
     -3px 3px 10px #000,
     0px -3px 10px #000;
     position: absolute;
     top: 50%;
     left: 50%;
     font-size: 5vw;
     text-align: center;
     z-index: 1;
     transform: translateY(-50%) translateX(-50%);
     -webkit- transform: translateY(-50%) translateX(-50%);
   }
/*----------フロー-----------*/
   .comment-flow {
     width: 90%;
     max-width: 900px;
     padding: 4% 0 0 0;
     margin: 0 auto;
   }
   .comment-flow img {
     width: 100%;
   }
   .comment-flow p {
     font-size: 16px;
     padding: 20px 0;
   }
/*---------------------*/
   .flex-container {
     width: 94%;
     max-width: 900px;
     padding: 0 0 100px 0;
     margin: 0 auto;
     display: flex;
     justify-content: center;
   }
   .comment-box {
     width: 50%;
     margin: 10px;
     box-shadow: 0 4px 15px 0 rgb(0 0 0 / 60%)
   }
   .comment-box .box-title {
     font-size: 19px;
     background: rgb(107,144,219);
     padding: 4px;
     text-align: center;
     color: #FFF;
     font-weight: bold;
     letter-spacing: 0.05em;
   }
   .box-img {
     width: 70%;
     padding: 20px 0 0 0;
     margin: 0px auto;
   }
   .comment-box img {
     width: 100%;
   }
   .comment-box p {
     font-size: 16px;
     padding: 15px 20px;
     margin: 0;
   }
   .comment-box02 {
     width: 50%;
     max-width: 1000px;
     padding: 70px;
     margin: 10% auto;
     box-shadow: 0 4px 15px 0 rgb(0 0 0 / 60%)
   }
   .comment-box02 p {
     font-size: 16px;
     padding: 15px 20px;
     margin: 0;
   }
   .recruitment-items {
     width: 80%;
     max-width: 1000px;
     margin: 0 auto;
     font-size: 4vw;
   }
   .company-items {
     width: 80%;
     max-width: 1000px;
     margin: 4% auto;
     font-size: 4vw;
   }
   .heading10 {
     position: relative;
     padding-top: 30px;
     margin: 45px;
     font-size: 26px;
     border-bottom: 1px solid rgba(0,156,255,1);
   }

   .heading10 span {
     font-size: 50px;
     position: relative;
     z-index: 2;
   }

   .heading10::before {
     content: attr(data-en);
     position: absolute;
     top: 0px;
     left: 0;
     color: rgba(0,156,255,0.2);
     font-size: 40px;
     text-transform: uppercase;
     z-index: 1;
   }
   .recruitment-items p {
     font-size: 20px;
     margin: 30px;
   }
   .company-items p {
     font-size: 24px;
   }
   th,td {
     border: solid 1px;
     font-size: 16px;
     font-weight: bold;
     padding: 10px;
   }
   table {
     border-collapse:  collapse;
     margin: 0 auto;
   }
   th {
     width:  250px;
     font-size: 24px;
   }
   .formTable {
     width: 90%;
     max-width: 1000px;
     padding: 4% 0 0 0;
     margin: 0 auto;
     box-shadow: 0 4px 15px 0 rgb(0 0 0 / 60%)
   }
   .formTable input,select {
     height: 30px;
     border: solid 2px #919191;
     border-radius: 8px;
     background: #f9f9f9;
   }
   .span-th {
     font-size: 14px;
     color:#ff0000;
   }
   .form-button {
     width: 100%;
     max-width: 600px;
     margin: 0 auto;
     display: flex;
     align-items: center;
     justify-content: center;
   }
   .formTable textarea {
     width: 99%;
     height: 250px;
     border: solid 2px #919191;
     border-radius: 8px;
     background: #f9f9f9;
   }
}
.catch-phrase {
  width: 100%;
  position: relative;
}
.catch-phrase h1 {
  color: #fff;
  text-shadow:
  3px 3px 10px #000,
  -3px -3px 10px #000,
  -3px 3px 10px #000,
  3px -3px 10px #000,
  3px 0px 10px #000,
  -3px 0px 10px #000,
  -3px 3px 10px #000,
  0px -3px 10px #000;
  -webkit-text-shadow:
  3px 3px 10px #000,
  -3px -3px 10px #000,
  -3px 3px 10px #000,
  3px -3px 10px #000,
  3px 0px 10px #000,
  -3px 0px 10px #000,
  -3px 3px 10px #000,
  0px -3px 10px #000;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 5vw;
  text-align: center;
  z-index: 1;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
/*----------フォーム-----------*/
.Form {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    flex-wrap: wrap;
  }
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
}
.off {
  margin-right: 8px;
  width: 48px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
  .off {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 52px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
/*----------パンくず-----------*/
.breadcrumb {
  margin: 0;
  padding: 5px;
  list-style: none;
  font-size:13px;
  background: #555;
  overflow: hidden;
  text-align: center;
  opacity: 0.8;
}
.breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: bold;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  color: #828282;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #a8a8a8;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

.about-comment {
  width: 90%;
  max-width: 900px;
  padding: 4% 0 0 0;
  margin: 0 auto;
}
.about-comment p {
  font-size: 22px;
  padding: 20px 0;
}
/*----------スライドショー-----------*/
.slide-wrap {
  display: flex;
}
.slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@keyframes slideshow{
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  28%{
    opacity: 1
  }
  38%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}
.slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  overflow: hidden;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  padding: 0 0 4% 0;
  animation :slideshow 24s linear infinite;
}
 
.slide img:nth-child(2){
  animation-delay: 8s;
}
 
.slide img:last-child{
  animation-delay: 16s;
}
.slide1,.slide2 {
  position: absolute;left:0px;top:0px;width: 100%;height: auto;
}
.slide0 {
  position: relative;width: 100%;height: auto;
  vertical-align:bottom;
}
/*----------ボタン----------*/
.buttons {
    margin: 10%;
    text-align: center;
}
.btn-hover {
    width: 50%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}
.btn-hover.color-9 {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}
/*----------フッター----------*/
#footer-menu {
  height: 100px;
  text-align: center;
  font-size: 26px;
  background-color: #000;
  color: #fff;
}


