@charset "utf-8";
/* CSS Document */
#Recruit h2 {
 font-size: 50px;
 text-align: center;
 font-weight: bold;
 margin: 0 auto 60px
}
#Recruit h2 img {
 display: block;
 margin: 0 auto 20px
}
#Recruit h3 img {
 display: block;
 margin: 0 auto 10px
}
/*------------MV swiper------------*/
#SwiperWrapper {
 display: flex;
 justify-content: flex-end;

}
.swiper-container {
 height: 85vh;
 width: calc(100vw - (50vw - 256px));
 border-bottom-left-radius: 20px;
 margin-right: 0
}
.swiper-container.swiper-wrapper {
 position: absolute;
 top: 0;
 left: 0;
}
.swiper-slide.slide01 {
 background: url('../img/mv01.jpg') no-repeat;
 background-size: cover;
 background-position: bottom left;
}
.swiper-slide.slide02 {
 background: url('../img/mv02.jpg') no-repeat;
 background-size: cover;
 background-position: bottom left;
}
.swiper-slide.slide03 {
 background: url('../img/mv03.jpg') no-repeat;
 background-size: cover;
 background-position: bottom left;
}
.swiper-slide.slide04 {
 background: url('../img/mv04.jpg') no-repeat;
 background-size: cover;
 background-position: bottom left;
}
/*------------MV swiperここまで------------*/
#Mv {
 position: relative;
 width: 100%
}
#MvCopy {
 position: absolute;
 width: 100%;
 max-width: 1400px;
 top: calc(50% - 150px);
 left: calc(50% - 700px);
 z-index: 100;
 padding-left: 30px;
}
#MvCopy h2 {
 font-size: 45px;
 font-style: italic;
 margin-bottom: 50px;
 text-align: left;
 text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#MvCopy p {
 font-size: 20px;
 font-weight: bold;
 padding-left: 10px;
 text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.sub_copy02 span.char12 {
	margin-top: -4px;
	font-size:16px;
 vertical-align: top;
}
/*------------Message ここから------------*/
#MessageWrap {
 position: relative;
 padding: 10vw 0 15vw;
 background: url("../img/smile01.jpg") bottom -7vw right 5vw no-repeat, url("../img/smile02.jpg") top 8vw left 1vw no-repeat;
 background-size: 30vw, 20vw;
 overflow: hidden;
}
#Message {
 width: 100%;
 max-width: 1024px;
 margin: 0 auto;
 padding: 0 20px
}
#Message p {
 font-size: 20px;
 margin-bottom: 38px;
 font-weight: bold;
 line-height: 1.8
}
#Message .move01 {
 opacity: 0;
 transform: translate(0px, 40px);
 -webkit-transform: translate(0px, 40px);
}
#Message .move01.move01_after {
 opacity: 1.0;
 transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 transition: .8s;
}
.move01 span {
 position: relative
}
.move01 span:before {
 position: absolute;
 content: "";
 width: 60px;
 height: 1.5px;
 background: #333;
 top: 12px;
 left: 5px
}
/*------------サークルのモーフィング------------*/
@keyframes morphing01 {
 25% {
  border-radius: 54% 46% 48% 55% / 49% 48% 58% 49%;
 }
 75% {
  border-radius: 50% 46% 48% 42% / 46% 47% 43% 44%;
 }
}
@keyframes morphing02 {
 25% {
  border-radius: 50% 46% 48% 42% / 46% 47% 43% 44%;
 }
 75% {
  border-radius: 54% 46% 48% 55% / 49% 48% 58% 49%;
 }
}
/*------------#MVのサークル------------*/
@keyframes red {
 25% {
  top: 4vw;
  left: -10vw;
 }
 100% {
  top: 7.5vw;
  left: -3.5vw;
 }
}
@keyframes green {
 25% {
  top: 13vw;
  left: -11vw;
 }
 100% {
  top: 6.5vw;
  left: -2.0vw;
 }
}
#Item {
 position: absolute;
 top: 0;
 left: 0;
}
.item {
 position: absolute;
 border-radius: 50%;
 border: 1px solid transparent;
 width: 22vw;
 height: 22vw;
 top: 0vw;
 left: -10vw;
}
.item_red {
 width: 22vw;
 height: 22vw;
 top: 5vw;
 left: -10vw;
 border-color: #f9a273;
 animation: morphing01 8s linear infinite, red 20s ease-out -5s forwards;
}
.item_green {
 width: 22vw;
 height: 22vw;
 top: 13vw;
 left: -11vw;
 border-color: #8fc716;
 animation: morphing02 8s linear infinite, green 20s ease-out -5s forwards;
}
/*------------#Messageのサークル------------*/
#Item02 {
	width: 100%;
	position: absolute;
 top:0;
 left: 0;

}
.item02 {
 position: absolute;
 border-radius: 50%;
 border: 1px solid transparent;
 width: 22vw;
 height: 22vw;
}
@keyframes pink {
 25% {
  top: 7vw;
  left: 50vw;
 }
 100% {
  top: 7vw;
  left: 55vw;
 }
}
@keyframes blue {
 25% {
  top: 30vw;
  left: 30vw;
 }
 100% {
  top: 11vw;
  left: 56vw;
 }
}
@keyframes lime {
 25% {
  top: 9vw;
  left: 100vw;
 }
 100% {
  top: 10vw;
  left: 57vw;
 }
}
@keyframes orange {
 25% {
  top: 20vw;
  right: 0vw;
 }
 100% {
  top: 9.5vw;
  left: 54vw;
 }
}
.item_pink {
 opacity: 0;

}
.item_blue {
 opacity: 0;

}
.item_lime {
 opacity: 0;

}
.item_orange {
 opacity: 0;

}
.item_yellow {
 width: 35vw;
 height: 35vw;
 top: -20vw;
 right: -20vw;
 border-color: #f4a237;
 animation: morphing02 8s linear infinite
}
.item_aqua {
 width: 15vw;
 height: 15vw;
 top: 0vw;
 left: -4vw;
 border-color: #64b0c9;
 animation: morphing01 8s linear infinite
}
.item_pink.item02_after {
 opacity: 1;
	 width: 25vw;
 height: 25vw;
 border-color: #fc47dc;
 animation: morphing01 8s linear infinite, pink 20s ease-out -5s forwards;
}
.item_blue.item02_after {
 opacity: 1;
	 width: 25vw;
 height: 25vw;
 border-color: #3879c8;
 animation: morphing02 8s linear infinite, blue 20s ease-out -5s forwards;
}
.item_lime.item02_after {
 opacity: 1;
	 width: 25vw;
 height: 25vw;
 border-color: #5acd70;
 animation: morphing01 8s linear infinite, lime 20s ease-out -5s forwards;
}
.item_orange.item02_after {
 opacity: 1;
	 width: 25vw;
 height: 25vw;
 top: 15vw;
 right: 0vw;
 border-color: #f4a237;
 animation: morphing02 8s linear infinite, orange 20s ease-out -5s forwards;
}
/*------------#Galleryのサークル------------*/
#GalleryWrap {
 background: url("../img/gallery_bg_right.jpg") right bottom no-repeat #e7e7e7;
 width: 100%;
 padding: 100px 0 10px;
 overflow: hidden
}
#Gallery {
 width: 100%;
 max-width: 1920px;
 display: flex;
 justify-content: space-around;
 padding: 0 20px 70px;
 margin: 0 auto;
}
#Gallery img {
 width: 80%;
 max-width: 400px;
 height: auto;
 margin: 0 10px
}
#GalleryWrap > img {
 width: 100%;
 max-width: 1300px;
 display: block;
 height: auto;
 margin: 0 auto
}
#GalleryWrap .move01 {
 opacity: 0;
 transform: translate(0px, 40px);
 -webkit-transform: translate(0px, 40px);
}
#GalleryWrap .move01.move01_after {
 opacity: 1.0;
 transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 transition: .8s;
}
#GalleryWrap .move02 {
 opacity: 0;
 transform: translate(0px, 40px);
 -webkit-transform: translate(0px, 40px);
}
#GalleryWrap .move02.move02_after {
 opacity: 1.0;
 transform: translate(0, 50px);
 -webkit-transform: translate(0, 50px);
 transition: .8s;
}
#Data {
 padding: 100px 0
}
#DataBox {
 width: 100%;
 max-width: 1200px;
 padding: 0 20px;
 margin: 0 auto;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
#DataBox div {
 padding: 40px 15px;
 background: #f4f4f4;
 font-size: 14px;
 font-weight: bold;
 margin-bottom: 30px;
 text-align: center
}
#DataBox dt {
 font-size: 30px;
 margin-bottom: 30px;
}
#DataBox dd.text {
 margin-bottom: 30px;
}
#DataBox div.col3 {
 width: 33%;
 margin-left: -20px;
 margin-right: -20px;
}
#DataBox div.col2_left {
 width: calc(50% + 7.5px);
 margin-left: -20px;
 margin-right: 0;
}
#DataBox div.col2_right {
 width: calc(50% + 7.5px);
 margin-left: 0;
 margin-right: -20px;
}
#DataBox div.spacer{
	display:none;	
}
#DataBox div.col2_left_ir {
 width: calc(36% + 7.5px);
 margin-left: -20px;
 margin-right: -20px;
}
#DataBox div.col2_right_ir {
 width: calc(64% + 7.5px);
 margin-left: 0;
 margin-right: -20px;
}
#DataBox div.other_data {
 padding: 30px;
}
#DataBox div.other_data dt {
 text-align: left;
 margin-bottom: 0;
}
#DataBox div.other_data .othrer_bg {
 display: none;
}
#DataBox div.other_data dd {
 width: 100%;
 padding-top: 20px;
 display: flex;
 justify-content: flex-end;
 align-items: end;
 background: url("../img/num_gyouji_bg.png") no-repeat left 50px bottom;
 background-size: 151px 114px;
 flex-wrap: nowrap;
}
#DataBox div#NumSuit.other_data dd {
 padding-top: 10px;
 background: url("../img/num_suit_bg.png") no-repeat left 50px bottom;
 background-size: 105px 88px;
}

#DataBox div#NumSuit.other_data span{
	font-size:0.7em;

}
#DataBox div#NumNnosmoking.other_data dd {
 padding-top: 40px;
 background: url("../img/num_nosmoking_bg.png") no-repeat left 10px bottom;
 background-size: 158px 128px;
}
#DataBox div#NumLunch.other_data dd {
 padding-top: 10px;
 background: url("../img/num_lunch_bg.png") no-repeat left 50px center;
 background-size: 74px 68px;
}
#Environment {
 padding: 100px 0;
 background: url("../img/environment_bg.png") top center no-repeat #f4f4f4;
 background-size: 100% auto
}
#Environment h2 {
 text-align: center;
 margin-bottom: 60px;
}
#Environment #MinohWorkPlaceWrap {
 width: 100%;
 max-width: 1200px;
 margin: 0 auto 60px;
 background: #fff;
 padding: 60px 0;
}
#Environment #MinohWorkPlace {
 width: 100%;
 max-width: 980px;
 margin: 0 auto;
 border: none;
 background: none
}
#Environment #MinohWorkPlace img:not(.not_stretch) {
 width: 100%;
 height: auto
}
#Environment #MinohWorkPlace h3, #Environment #Access h3 {
 color: #333;
 font-weight: bold;
 text-align: center;
 font-size: 30px;
 position: relative;
 padding-bottom: 20px;
 margin: 0 auto 50px
}
#Environment h3:after, #Environment #Access h3:after {
 position: absolute;
 content: "";
 width: 100px;
 height: 3px;
 background: #08b2c3;
 bottom: 0;
 left: 50%;
 margin-left: -50px;
}
#Environment #MinohWorkPlace h4 {
 font-size: 40px;
 font-weight: normal;
 color: #1869c3;
 margin-top: 20px;
 margin-bottom: 20px;
}
#Environment #MinohWorkPlace h3 + p {
 text-align: center;
 font-weight: bold;
 font-size: 18px;
 margin-bottom: 70px
}
#Environment #Access {
 width: 100%;
 max-width: 1200px;
 margin: 0 auto;
 background: #fff;
 padding: 60px 0;
}
#Environment #map {
 width: 680px;
 height: 380px;
 margin: 0 auto 20px;
}
#Environment .address {
 width: 680px;
 margin: 0 auto;
}
#Environment .address p {
 font-size: 14px
}
#Environment .address span {
 font-size: 18px;
}
#HistoryPhilosophy {
 padding: 250px 0 100px;
 background: url("../img/history_philosophy_bg.jpg") top center no-repeat;
 background-size: 100% auto
}
#HistoryPhilosophy h2 {
 width: 100%;
 max-width: 1200px;
 padding: 100px 0;
 background: #fff;
 text-align: center;
}
#HistoryPhilosophy h2 span {
 display: block;
 margin: 0 auto
}
#HistoryPhilosophy > section {
 width: 90%;
 max-width: 1800px;
 margin: 0 auto 60px;
 background: #f4f4f4;
 padding: 120px 0 60px;
}
#HistoryPhilosophy h3 {
 color: #333;
 font-weight: bold;
 text-align: center;
 font-size: 50px;
 position: relative;
 padding-bottom: 20px;
 margin: 0 auto 50px
}
#HistoryPhilosophy h3:after {
 position: absolute;
 content: "";
 width: 150px;
 height: 5px;
 background: #83b614;
 bottom: 0;
 left: 50%;
 margin-left: -75px;
}
#History ul#HistoryList {
 width: 100%;
 max-width: 900px;
 padding: 0 20px;
 margin: 0 auto 30px;
 position: relative
}
#History ul#HistoryList:after {
 position: absolute;
 content: "";
 top: 10px;
 margin-top: 40px;
 left: 180px;
 width: 2px;
 height: 100%;
 background: #787878;
 z-index: 0;
}
#History .history_item {
 display: flex;
 flex: 1;
 justify-content: flex-start;
 align-content: center;
 position: relative;
 font-size: 18px;
 font-weight: bold;
 width: 100%;
 padding: 40px 0
}
#History .history_item p {
 margin-bottom: 0;
}
#History .history_item:after {
 position: absolute;
 width: 19px;
 height: 19px;
 content: "";
 background: #83b614;
 border-radius: 50%;
 top: 40px;
 left: 150px;
 border: solid 2px #f4f4f4;
 z-index: 1
}
#History .history_year {
 font-size: 20px;
 color: #83b614;
 width: 120px;
 text-align: right;
 line-height: 0.5
}
#History .history_year span {
 font-size: 30px;
}
#History .history_month {
 width: 140px;
 padding-right: 20px;
 text-align: right;
}
#History .history_text {
 width: calc(100% - 260px);
}
#Philosophy section {
 width: 90%;
 max-width: 1200px;
 margin: 0 auto 30px;
 border: none;
 background: #fff;
 box-shadow: 0px 5px 30px 0px rgba(150, 150, 150, 0.31);
 padding: 100px 0 120px
}
#Philosophy .inner {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
 padding: 100px 20px 0px 20px
}
#Philosophy hr {
 border: 0;
 border-top: 1px solid #c9c9c9;
 margin: 30px auto 100px
}
#Philosophy #CorporateP .inner {
 background: url("../img/corporate_p_bg.png") no-repeat left 20px top;
}
#Philosophy #ManagementP .inner {
 background: url("../img/management_p_bg.png") no-repeat left 20px top;
}
#Philosophy h4 {
 font-size: 26px;
 margin-bottom: 30px;
}
#Philosophy h4 + p {
 font-size: 20px;
 font-weight: bold
}
#Philosophy #CorporateP p {
 font-size: 40px;
 font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 font-weight: bold;
 text-align: center;
 margin-bottom: 0
}
#Philosophy #ManagementP li {
 position: relative;
 border-bottom: solid 1px #c9c9c9;
 padding-left: 130px;
 font-size: 26px;
 min-height: 120px;
 width: 100%;
 max-width: 860px;
 margin: 0 auto;
 display: flex;
 align-items: center;
}
#Philosophy #ManagementP li:before {
 position: absolute;
 content: "1";
 font-size: 72px;
 left: 15px;
 top: 50%;
 transform: translateY(-50%);
 text-align: center;
}
#Philosophy #ManagementP li.policy02:before {
 content: "2";
}
#Philosophy #ManagementP li.policy03:before {
 content: "3";
}
#Philosophy #ManagementP li:after {
 position: absolute;
 content: "";
 height: 70px;
 width: 1px;
 left: 100px;
 top: 25px;
 background: #c9c9c9;
}
#GreetingHeader {
 padding: 100px 0 0;
 background: #e0e1e4;
 margin: 0 auto
}
#GreetingHeaderWrap {
 display: flex;
 width: 100%;
 max-width: 1200px;
 margin: 0 auto
}
#GreetingText {
 padding: 0 0 0 20px;
 width: 60vw;
}
#GreetingImg {
 background: url("../img/greeting_bg.jpg") bottom right no-repeat #e0e1e4;
 background-size: 100% auto;
 width: 472px;
 max-width: 427px;
}
#GreetingImg:before {
 content: "";
 display: block;
 padding-top: 146%;
}
#GreetingHeader .text {
 width: 100%;
 margin-top: 100px;
}
#GreetingHeader .text p {
 font-size: 27px;
 font-weight: bold;
 line-height: 1.8
}
#GreetingHeader .text p.sign {
 text-align: right;
 font-weight: normal;
 font-size: 16px;
 margin-top: 80px;
 margin-right: 90px;
 line-height: 1.4
}
#GreetingHeader .sign span {
 font-size: 30px
}
#Greeting .inner {
 width: 100%;
 max-width: 1024px;
 margin: 0 auto;
 padding: 60px 20px;
}
#Greeting .inner p {
 line-height: 2.0;
 margin-bottom: 25px
}
#Greeting p.daiji01 {
 font-size: 30px;
 font-weight: bold;
 margin: 50px auto 70px;
 text-align: center
}
#Greeting p.daiji02 {
 font-size: 30px;
 font-weight: bold;
 margin: 50px auto 150px;
 text-align: center
}
#Greeting dl {
 margin-bottom: 150px;
}
#Greeting dt {
 font-size: 32px;
 font-weight: bold;
 margin: 50px auto;
 padding-top: 150px;
 background: url("../img/action01.gif") no-repeat top left;
 position: relative
}
#Greeting dt.action02 {
 background: url("../img/action02.gif") no-repeat top left;
}
#Greeting dt.action03 {
 background: url("../img/action03.gif") no-repeat top left;
}
#Greeting dt.action04 {
 background: url("../img/action04.gif") no-repeat top left;
}
#Greeting dt.action05 {
 background: url("../img/action05.gif") no-repeat top left;
}
#Greeting dt:after {
 position: absolute;
 content: "";
 width: calc(100% - 200px);
 height: 3px;
 background: #dbeaf5;
 right: 0;
 top: 55px;
}
#Greeting span.action {
 color: #008dcf
}
#Greeting dd {
 margin-bottom: 150px
}
#Greeting span {
 font-weight: bold
}
#Greeting ul {
 margin: 80px 50px;
}
#Greeting li {
 list-style: disc outside;
 margin: 25px auto;
 font-size: 18px;
 font-weight: bold
}
#Greeting .sign {
 text-align: right;
 font-weight: bold;
 font-size: 16px;
 margin-top: 100px;
 margin-right: 90px;
 line-height: 1.4;
 letter-spacing: 1px
}
#Greeting .sign img {
 margin-top: 6px;
 vertical-align: bottom;
 margin-left: 12px;
}
#Entry {
 width: 100%;
 background: #f5f5f5;
 padding: 100px 0 60px;
}
#EntryForm {
 width: 90%;
 max-width: 1024px;
 margin: 0 auto;
 padding: 60px 20px;
 background: #fff;
}
#EntryForm p {
 width: 100%;
 max-width: 900px;
 margin: 0 auto 50px;
 font-size: 14px
}
#EntryForm p span {
 color: #f00;
 font-size: 14px;
 font-weight: bold
}
fieldset {
 border: none;
 margin-bottom: 50px;
 padding: 0
}
#EntryForm table {
 border: none;
 width: 100%;
 max-width: 900px;
 margin: 0 auto;
 text-align: left
}
#EntryForm th {
 padding: 20px 10px;
 border: none;
 border-bottom: solid 20px #fff;
 background: #f5f5f5;
 width: 300px
}
#EntryForm td {
 padding: 20px 10px 20px 20px;
 border: none;
}
#EntryForm input[type="text"] {
 width: 400px;
 height: 30px;
 margin-right: 4px;
 padding: 10px 5px;
 border-style: solid;
 border-width: 1px;
 border-color: #ccc;
}
#EntryForm textarea {
 border-style: solid;
 border-width: 1px;
 border-color: #ccc;
}
#EntryForm input[name="workPeriod"] {
 width: 420px;
 margin-top: 10px
}
#EntryForm label {
 margin-right: 20px;
}
#EntryForm select {
 height: 30px;
 padding: 0px 10px;
 color: #333;
}
#EntryForm select:hover {
 cursor: pointer
}
#Send {
 text-align: center;
 margin-top: 50px
}
#Send input[type="submit"] {
 width: 140px;
 height: 50px;
 font-size: 14px;
 color: #ffffff;
 background: #333333;
 border-radius: 4px;
 border: none;
 cursor: pointer;
}
#Send input[type="submit"]:hover {
 background: #8c8c8c;
}
.require:after {
 content: "*";
 color: #F00;
}
@media screen and (max-width: 1400px) {
 .swiper-container {
  height: 600px;
  width: calc(100vw - (50vw - 256px));
  border-bottom-left-radius: 20px;
  margin-right: 0
 }
 #MvCopy {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 100;
 }
}
@media screen and (max-width: 1200px) {
 #DataBox {
  padding: 0 30px
 }
	#DataBox div.spacer{
	display:block;
		width: 100%;
		padding:0;
background: #fff;
margin-bottom:0;
}
 #DataBox div.col3, #DataBox div.col2_left, #DataBox div.col2_right,#DataBox div.col2_left_ir {
  width: calc(50% + 10px);
  margin-left: -20px;
  margin-right: -20px;
 }
	#DataBox div.col2_right_ir{
  width: 100%;
  max-width:calc(50% + 10px);
  margin-right: auto;
		margin-left: auto;
 }
 #DataBox img {
  width: 100%;
  height: auto
 }
 #DataBox #NumSougyou img, #DataBox #NumMember img, #DataBox #NumYears img, #DataBox #NumTouroku img, #DataBox #NumPass img {
  max-width: 320px;
 }
 #DataBox #NumZeirishi img, #DataBox #NumAge img{
  max-width: 516px;
 }
#DataBox #NumGender img {
  max-width: 339px;
 }
 #DataBox div.other_data {
  padding: 40px 20px;
 }
 #DataBox div.other_data dd.othrer_bg {
  display: block;
 }
 #DataBox div.other_data dt {
  text-align: center;
  margin-bottom: 30px;
 }
 #DataBox div#NumGyouji.other_data dd {
  background-position: left bottom;
 }
 #DataBox div#NumSuit.other_data dd {
  background-position: left bottom;
 }
 #DataBox div#NumNnosmoking.other_data dd {
  background-position: left bottom;
  background-size: 138px auto
 }
 #DataBox div#NumLunch.other_data dd {
  background-position: left 0 center;
  background-size: auto
 }
 #DataBox #NumGyouji img, #DataBox #NumSuit img, #DataBox #NumNnosmoking img {
  max-width: 200px;
  margin-right: 0
 }
 #DataBox #NumLunch img {
  max-width: 264px;
 }
 #Philosophy #CorporateP p {
  font-size: 3vw;
 }
}
@media screen and (max-width: 1024px) {
 #Recruit h2 {
  font-size: 32px;
  margin: 0 auto 80px
 }
 .swiper-container {
  height: 70vw;
  width: 100%;
  border-bottom-left-radius: 0;
 }
 #MvCopy {
  width: calc(100% - 15vw);
  top: 25vw;
  left: 10vw;
  padding-left: 0
 }
 #MvCopy h2 {
  font-size: calc(2vw + 14px);
  margin-bottom: 50px;
 }
 #MvCopy p {
  font-size: calc(0.5vw + 14px);
 }
 #Item {
  display: none
 }
 #Environment {
  padding: 100px 0 0;
 }
 #Environment #MinohWorkPlace h3, #Environment #Access h3 {
  font-size: 24px;
 }
 #Environment #MinohWorkPlace h3 + p {
  font-size: 17px;
 }
 #HistoryPhilosophy h2 {
  padding: 60px 0 0;
 }
 #HistoryPhilosophy > section {
  padding: 60px 0;
 }
 #HistoryPhilosophy h3 {
  font-size: 30px;
  margin: 0 auto 50px;
  padding-bottom: 10px;
 }
 #HistoryPhilosophy h3::after {
  width: 100px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
 }
 #Philosophy section {
  padding: 60px 0 100px;
 }
 #Philosophy .inner {
  padding: 100px 30px 0px 30px;
 }
 #Philosophy h4 + p {
  font-size: 16px;
 }
 #Philosophy #ManagementP ul {
  display: flex;
  flex-direction: column;
  align-content: center
 }
 #Philosophy #ManagementP li {
  padding-left: 80px;
  font-size: 16px;
  min-height: 70px;
  display: flex;
  align-items: center;
 }
 #Philosophy #ManagementP li::before {
  position: absolute;
  width: 50px;
  content: "1";
  font-size: 3vw;
 }
 #Philosophy #ManagementP li::after {
  display: none
 }
 #GreetingHeaderWrap {
  align-items: flex-start;
 }
 #GreetingText {
  width: 65vw;
 }
 #GreetingImg {
  width: 45vw;
 }
 #GreetingHeader .text p {
  font-size: 2.6vw;
  font-weight: bold;
  line-height: 1.8;
 }
}
@media screen and (max-width: 767px) {
 #Recruit h2 {
  font-size: 29px;
 }
 .swiper-container {
  height: 90vw;
 }
 #MvCopy {
  top: 30vw;
 }
 #MvCopy h2 {
  margin-bottom: 30px;
  font-size: calc(2vw + 15px);
 }
 #MvCopy p {
  font-size: 15px;
 }
	.sub_copy02 span.char12 {
  margin-top: -4px;
  font-size: 12px;
}
 #Logo {
  height: 90vw;
 }
 #Logo span {
  font-size: 2.5vw;
  letter-spacing: 0.5vh;
 }
 #MessageWrap {
  padding: 10vw 0 40vw;
  background: url("../img/smile01.jpg") bottom -7vw right -1vw no-repeat;
  background-size: 70vw;
 }
 #Message {
  padding: 0 20px;
 }
 #Message p {
  font-size: 14px;
  margin-bottom: 28px;
 }
 .move01 span:before {
  top: 10px;
  left: 5px
 }
	
	 @keyframes pink {
  25% {
			top:20vw;
   left: 50vw;
  }
  100% {

			top:40vw;
   left:5vw;
  }
 }
 @keyframes blue {
  25% {
   top: 30vw;
   left: 30vw;
  }
  100% {
   top: 39vw;
   left:7vw;
  }
 }
 @keyframes lime {
  25% {
   top: 50vw;
   left: 100vw;
  }
  100% {
   top: 44vw;
   left:4vw;
  }
 }
 @keyframes orange {
  25% {
   top: 20vw;
   right: 0vw;
  }
  100% {
   top: 42vw;
   left:10vw;
  }
 }
 .item_pink.item02_after, .item_blue.item02_after, .item_lime.item02_after, .item_orange.item02_after {
  width: 40vw;
  height: 40vw;
 }
	 .item_pink.item02_after{
  animation: morphing01 8s linear infinite, pink 10s ease-out -5s forwards;
 }
	 .item_blue.item02_after{
			animation: morphing01 8s linear infinite, blue 10s ease-out -5s forwards;
 }

	 .item_lime.item02_after{
		 animation: morphing01 8s linear infinite, lime 10s ease-out -5s forwards;
 }
	 .item_orange.item02_after{
		 animation: morphing01 8s linear infinite, orange 10s ease-out -5s forwards;
 }
	
 .item_yellow {
  width: 50vw;
  height: 50vw;
		top: -20vw;
right: -20vw;
 }
 .item_aqua {
  width: 25vw;
  height: 25vw;
				top: -20vw;
right: -20vw;
 }
	
	
	
	
 .item_aqua {
  width: 30vw;
  height: 30vw;
  top: auto;
  bottom: 5vw;
  left: 10vw;
  border-color: #64b0c9;
  animation: morphing01 8s linear infinite
 }
 #GalleryWrap {
  background: url("../img/gallery_bg_right.jpg") right -100px bottom no-repeat #e7e7e7;
  padding: 50px 0 10px;
 }
 #Gallery {
  flex-direction: column;
  padding: 0 20px 0;
  margin: 0 auto;
 }
 #Gallery img {
  margin: 0 auto 40px;
 }
 #GalleryWrap .move01 {
  transform: translate(0px, 40px);
  -webkit-transform: translate(0px, 40px);
 }
 #GalleryWrap .move01.move01_after {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transition: .8s;
 }
 #GalleryWrap > img.move01.move01_after {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
 }
 #GalleryWrap .move02 {
  transform: translate(0px, 40px);
  -webkit-transform: translate(0px, 40px);
 }
 #GalleryWrap .move02.move02_after {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transition: .8s;
 }
 #Data {
  padding: 80px 0 60px
 }
 #DataBox {
  justify-content: center;
  padding: 0 30px;
 }
 #DataBox div.col3, #DataBox div.col2_left, #DataBox div.col2_right,#DataBox div.col2_left_ir{
  width: 100%;
 }
#DataBox div.col2_right_ir {
  max-width: 100%;
 }
 #DataBox dt {
  font-size: 26px;
 }
 #HistoryPhilosophy {
  padding: 150px 0 0;
  background-size: 150% auto;
 }
 #HistoryPhilosophy h2 {
  padding: 80px 20px;
  margin-bottom: 0
 }
 #HistoryPhilosophy h3 {
  font-size: 24px;
 }
 #Philosophy .inner {
  padding: 15% 30px 0px 30px;
 }
 #Philosophy section {
  padding: 30px 0;
 }
 #Philosophy #CorporateP .inner, #Philosophy #ManagementP .inner {
  background-size: 50%;
  background-position: left 30px top;
 }
 #Philosophy h4 {
  font-size: 18px;
 }
 #Philosophy h4 + p {
  font-size: 16px;
 }
 #Philosophy hr {
  margin: 20px auto;
 }
 #Philosophy #CorporateP p {
  font-size: 18px;
 }
 #Philosophy #ManagementP ul {
  display: block;
 }
 #Philosophy #ManagementP li {
  padding-left: 20px;
  font-size: 16px;
  display: block;
  padding: 5px 0 5px 26px;
  min-height: auto;
  margin-bottom: 10px;
  border: none
 }
 #Philosophy #ManagementP li::before {
  width: 16px;
  height: 16px;
  content: "1";
  font-size: 16px;
  left: 0;
  top: 13px;
 }
 #Environment {
  padding: 80px 0 0;
		background-size:200% 
 }
 #Environment #MinohWorkPlace h3, #Environment #Access h3 {
  font-size: 19px;
 }
 #Environment #MinohWorkPlace h4 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
 }
 #Environment #Access {
  padding: 60px 20px;
 }
 #Environment #map {
  width: 100%;
  height: 300px;
  margin: 0 auto 20px;
 }
 #Environment .address {
  width: 100%;
 }
 #GreetingHeaderWrap {
  display: block
 }
 #GreetingHeader {
  padding: 80px 0 0;
 }
 #GreetingText {
  padding: 0 3vw;
  width: 100%;
 }
 #GreetingHeader .text {
  margin-top: 0;
 }
 #GreetingHeader .text p {
  font-size: 4vw;
  display: flex;
  justify-content: center;
 }
 #GreetingHeader .text p.sign {
  display: none
 }
 #GreetingImg {
  width: 100%;
  max-width: 100%;
  background: url("../img/greeting_bg_sp.jpg") bottom center no-repeat;
  background-size: 100%;
 }
 #GreetingImg::before {
  padding-top: 81%;
 }
 #Greeting .inner p {
  font-size: 14px;
 }
 #Greeting p.daiji01 {
  font-size: 18px;
  margin: 30px auto 50px;
  text-align: left
 }
 #Greeting p.daiji02 {
  font-size: 18px;
  text-align: left
 }
 #Greeting dt {
  font-size: 5vw;
  margin: 50px auto;
  padding-top: 150px;
  background: url("../img/action01.gif") no-repeat top left;
  position: relative;
 }
 #EntryForm th {
  width: 100%;
  display: block;
  border: none
 }
 #EntryForm td {
  width: 100%;
  padding: 30px 10px;
  display: block
 }
 #EntryForm input[type="text"] {
  width: 100%;
 }
 #EntryForm input[type="workPeriod"] {
  width: 100%;
 }
 #EntryForm textarea {
  width: 100%;
  height: 180px;
 }
 #Greeting .sign {
  font-size: 14px;
  margin-top: 60px;
  margin-right: 0;
 }
}
@media screen and (max-width: 480px) {
 #MvCopy {
  top: 17vw;
  left: 5vw;
 }
 #Message p {
  font-weight: normal
 }
	 @keyframes pink {
  25% {
			top:20vw;
   left: 50vw;
  }
  100% {

			top:75vw;
   left:5vw;
  }
 }
 @keyframes blue {
  25% {
   top: 30vw;
   left: 30vw;
  }
  100% {
   top: 74vw;
   left:7vw;
  }
 }
 @keyframes lime {
  25% {
   top: 50vw;
   left: 100vw;
  }
  100% {
   top: 79vw;
   left:4vw;
  }
 }
 @keyframes orange {
  25% {
   top: 20vw;
   right: 0vw;
  }
  100% {
   top: 77vw;
   left:10vw;
  }
 }
 #DataBox div#NumGyouji.other_data dd {
  padding-top: 120px;
  background-position: center top;
  background-size: auto 100px
 }
 #DataBox div#NumSuit.other_data dd {
  padding-top: 120px;
  background-position: center top;
  background-size: auto 88px
 }
 #DataBox div#NumNnosmoking.other_data dd {
  padding-top: 120px;
  background-position: center top;
  background-size: auto 100px
 }
 #DataBox div#NumLunch.other_data dd {
  padding-top: 120px;
  background-position: center top;
  background-size: auto 70px
 }
 #DataBox #NumGyouji img, #DataBox #NumSuit img, #DataBox #NumNnosmoking img, #DataBox #NumLunch img {
  margin: 0 auto
 }
 #History ul#HistoryList::after {
  top: 10px;
  left: 98px;
  width: 1px;
 }
 #History .history_item {
  font-size: 16px;
  padding: 40px 0
 }
 #History .history_item:after {
  width: 9px;
  height: 9px;
  top: 44px;
  left: 72px;
 }
 #History .history_year {
  font-size: 14px;
  width: 70px;
  line-height: 1.0;
 }
 #History .history_year span {
  font-size: 18px;
 }
 #History .history_month {
  font-size: 14px;
  width: 70px;
  padding-right: 20px;
 }
 #History .history_text {
  width: calc(100% - 140px);
  font-size: 14px;
  font-weight: normal;
 }
 #History .history_text li {
  margin-bottom: 10px
 }
 #Greeting dl {
  margin-bottom: 60px;
 }
 #Greeting dt {
  font-size: 6.2vw;
  background-size: 100px auto !important;
  padding-top: 100px;
 }
 #Greeting dt::after {
  width: calc(100% - 120px);
  top: 38px;
 }
 #Greeting dd {
  margin-bottom: 70px;
 }
 #Greeting ul {
  margin: 40px 20px;
 }
 #Greeting li {
  margin: 20px auto;
  font-size: 14px;
 }
}