/* ------------------------------------------------------------------------------
	Template Name: Rooky
	Author: Designstub
	Author URI: http://www.designstub.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,600,700);

p {
  color: #000;
  font-size: 15px;
  line-height: 22.4px;
}

h1 {
  font-size: 43px;
  color: #2d3033;
}

h2 {
  font-size: 30px;
  color: #000;
  font-weight: 100;
}

h3 {
  font-size: 28px;
  color: #2d3033;
  font-weight: 300;
  letter-spacing: 1px;
}

h4 {
  font-size: 17px;
  color: #000;
  font-weight: 400;
}

h5 {
  font-size: 14px;
  color: #2d3033;
  text-transform: uppercase;
  font-weight: 700;
}

.btn {
  background-color: #e84545;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
}

.btn:hover,
.btn:focus {
  background-color: #e52e2e;
  color: #fff;
  border: 1px solid #fff;
  margin: -1px;
}

.btn.grey {
  background: #2d3a4b;
}

.btn.yellow {
  background: #fbbe09;
  color: #000;
}

.btn-large {
  padding: 13px 30px;
}

button {
  transition: 0.2s;
}

button:active {
  border: 1px solid #fff;
}

/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
  color: #e84545;
}

a:hover,
a:focus {
  opacity: .8;
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s;
}

body {
  font-family: "Yu Gothic", YuGothic, "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-weight: 400;
  color: #6c7279;
  position: relative;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.section {
  padding: 80px 0 45px;
}

.no-padding {
  padding: 0;
}

.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.section-title {
  margin-top: 0;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 45px;
}

.section-title span {
  font-weight: 400;
}

.section-intro {
  margin: 5% 10% 12% 10%;
  color: #636363;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 1px;
}

.icon {
  font-size: 33px;
  color: #000;
}

.img-responsive {
  margin: auto;
}

img {
  max-width: 100%;
}

/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
  width: 100%;
  z-index: 999;
  position: fixed;
  background: #fff;
}

@media (max-width: 1024px) {
  #header {
    height: 60px;
  }
}


#header .header-content {
  margin: 0 auto;
  max-width: 1010px;
  padding: 0;
  width: 100%;
  -moz-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}

#header .logo {
  position: absolute;
  display: block;
  margin-left: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4));
  z-index: 1;
}

@media (min-width: 1025px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

@media (max-width: 1024px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  #header .logo {
    position: relative;
    margin: 0 auto;
    filter: none;
    background: #fff;
    text-align: center;
    height: 60px;
  }

  #header .logo img {
    width: 80px;
  }
}

#banner div {
  position: relative;
}

#banner div #kakudai {
  position: absolute;
  bottom: 0;
  right: 20px;
}

.navigation.open {
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  height: 100vh;
}

.navigation {
  float: right;
  padding: 0;
}

.navigation .primary-nav li {
  margin: 0;
  padding: 0;
}

.navigation .primary-nav li:first-child {
  border: none;
}

.navigation li {
  display: inline-block;
}

.navigation a {
  color: white;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  -moz-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  transition: 0.3s linear;
}

#voice_link {
  position: relative;
  right: -37px;
}

.navigation a:hover,
.navigation a.active {
  color: #fff;
  opacity: 0.7;
}

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 8px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-toggle:before,
.nav-toggle:after {
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}

.nav-toggle:before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.nav-toggle:after {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.nav-toggle span {
  background-color: #525252;
  bottom: auto;
  display: inline-block;
  height: 3px;
  left: 50%;
  position: absolute;
  right: auto;
  top: 50%;
  width: 18px;
  z-index: 10;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.nav-toggle span:before,
.nav-toggle span:after {
  background-color: #525252;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.nav-toggle span:before {
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -webkit-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}

.nav-toggle span:after {
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}

.nav-toggle.close-nav:before {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.nav-toggle.close-nav:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav-toggle.close-nav span {
  background-color: rgba(255, 255, 255, 0);
}

.nav-toggle.close-nav span:before,
.nav-toggle.close-nav span:after {
  background-color: #000;
}


nav.navigation p:nth-child(1) {
  display: none;
}
nav.navigation a#form-btn {
  margin: auto;
  display: block;
  width: 91%;
}

.nav-toggle.close-nav span:before {
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.nav-toggle.close-nav span:after {
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

@media (min-width: 1040px) {
  .container {
    width: 1040px;
  }
}

@media (max-width: 1039px) {
  .container {
    width: auto;
  }
}

/* ------------------------------------------------------------------------------
    Links
-------------------------------------------------------------------------------*/
#links {
  width: 100%;
  background: #D1D1D1;
}

#links div img {
  width: 20%;
  margin-right: -4px;
}

/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
.banner {
  background: url(../images/header/main.jpg) no-repeat;
  background-size: 130%;
  background-position: center top;
  background-size: cover;
  /* height: 600px;  */
}

#banner {
  background-color: rgba(150, 150, 150, 0.7);
  width: 100%;
  text-align: center;
}

#banner-kasou {
  background: url(/images/header/main.jpg) no-repeat;
  height: 250px;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#banner-kasou h2 {
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  padding: 20px 100px;
}

.banner h1 {
  margin: 0;
}

.banner-text {
  padding-top: 35%;
}

.banner-text h1 {
  color: #fff;
  line-height: 48px;
  margin-bottom: 5%;
}

.banner-text span {
  font-weight: 300;
}

.banner-text p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 7%;
}

.banner-img {
  bottom: -186px;
  position: relative;
}

.banner-btn a {
  margin-right: 15px;
  display: inline-block;
}


/* ------------------------------------------------------------------------------
	Overview
-------------------------------------------------------------------------------*/
.overview-content h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.overview-content p {
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 1px;
  padding-right: 12%;
}

.overview-video {
  margin: auto;
  margin-bottom: 7%;
}

.overview-video iframe {
  width: 800px;
  height: 450px;
}

/* ------------------------------------------------------------------------------
	Feature 1
-------------------------------------------------------------------------------*/
.features1 {
  background-color: #f2f2f2;
}

.left {
  text-align: right;
  padding-right: 5%;
}

.middle {
  padding-left: 3.5%;
}

.right {
  padding-left: 5%;
}

.features1-content {
  margin-top: 20%;
}

.features1-content h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
}

.features1-content p {
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 1px;
  margin-top: 24px;
}

/* ------------------------------------------------------------------------------
	Feature 2 & 3
-------------------------------------------------------------------------------*/
.features2 {
  padding-bottom: 0;
}

.features2-content {
  margin-top: 15%;
}

.features2-content img {
  bottom: -100px;
}

.features2-content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 1px;
  margin-top: 7%;
}

.features2-content ul {
  margin-top: 7%;
  line-height: 36px;
  font-weight: 300;
}

.features3 {
  background-color: #f2f2f2;
  padding-bottom: 0;
}

.features3 img {
  bottom: -100px;
  padding-left: 15%;
}

/* ------------------------------------------------------------------------------
	Owl Coursol
-------------------------------------------------------------------------------*/
#owl-demo .item {
  text-align: center;
}

/* ------------------------------------------------------------------------------
	Subscribe
-------------------------------------------------------------------------------*/
.overlay {
  background-color: rgba(60, 57, 162, 0.9);
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.subscribe {
  width: 100%;
  background-image: url("../images/parallax-bg.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.subscribe h2 {
  margin-top: 0;
  color: #fff;
  letter-spacing: 2px;
}

.subscribe span {
  font-weight: 300;
}

.subscribe h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 1px;
}

.subscribe p {
  margin: 5% 10% 7% 10%;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 1px;
}

.subscribe-form {
  margin-top: 45px;
}

.subscribe-form input[type=text] {
  width: 75%;
  height: 60px;
  display: block;
  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  line-height: 60px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 300;
  float: left;
}

.subscribe-form input:focus {
  outline: 0;
}

.subscribe-form input[type=submit] {
  width: 25%;
  height: 60px;
  display: block;
  padding: 0 10px;
  background-color: #a0ce4e;
  border: 1px solid #a0ce4e;
  color: #fff;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  font-weight: 700;
  transition: all 0.125s ease-in-out 0s;
  -moz-transition: all 0.125s ease-in-out 0s;
  -webkit-transition: all 0.125s ease-in-out 0s;
  -o-transition: all 0.125s ease-in-out 0s;
  -ms-transition: all 0.125s ease-in-out 0s;
  float: right;
}

.subscribe-form input[type=submit]:hover {
  background-color: #7ebb12;
  border: 1px solid #7ebb12;
  color: #fff;
}

.error_message {
  color: #fc6e51;
  padding-bottom: 15px;
  font-size: 13px;
  line-height: 30px;
}

#success_page {
  color: #4c4c4c;
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  border-bottom: none;
}

#success_page h3 {
  font-size: 17px;
  font-weight: 400px;
}

#success_page p {
  font-size: 12px;
  font-weight: 400px;
}

/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
.conForm {
  padding-left: 50px;
  padding-right: 50px;
}

.conForm input {
  background: #fff;
  color: #797979;
  padding: 15px 30px;
  border: none;
  margin-right: 3%;
  margin-bottom: 20px;
  outline: none;
  font-style: normal;
  border: #dedede 1px solid;
  font-size: 15px;
}

.conForm input.noMarr {
  margin-right: 0px;
}

.conForm textarea {
  background: #fff;
  color: #797979;
  padding: 15px 30px;
  margin-bottom: 18px;
  outline: none;
  height: 140px;
  font-style: normal;
  resize: none;
  font-size: 15px;
  border: #dedede 1px solid;
}

.conForm .submitBnt {
  background: #a0ce4e;
  color: #fff;
  padding: 15px 40px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
}

.conForm .submitBnt:hover {
  background: #3d3d3d;
  color: #fff;
}

.error_message {
  color: #ff675f;
  font-weight: 500;
  padding-bottom: 15px;
}


/* ------------------------------------------------------------------------------
	Message
-------------------------------------------------------------------------------*/
#message {
  background: url(/images/top/pro_bg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 100px
}

#message h2 {
  margin-bottom: 5px;
  font-weight: bold;
}

#message .rinen-p {
  text-align: center;
  margin-top: 50px;
}

#message .message-div {
  display: flex;
  justify-content: space-around;
}

#message .message-div>img {
  margin-left: 50px;
}

#message .message-div .text-div img {
  margin-bottom: 50px;
}

#message .message-div .text-div p {
  color: #000;
}

#message .message-div .text-div p span {
  color: #fff799;
}

#message .message-div .text-div p.name {
  margin-top: 50px;
}

#message .message-div .spacer-div {
  padding: 0 5%;
  display: flex;
  align-items: center;
}


/* ------------------------------------------------------------------------------
	work
-------------------------------------------------------------------------------*/
#work {
  padding: 50px 0 110px;
  background: url(/images/top/top_bg_2.jpg) no-repeat;
  background-size: cover;
}

#work h2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

#work .work-div {
  border: 2px solid #fff;
  padding: 70px;
}

#work .work-row {
  display: flex;
  justify-content: space-between;
}

#work .work-row a {
  width: 45%;
  margin: 20px auto;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  max-width: 400px;
}

#work .work-row a div {
  background: #fff;
  padding: 50px 30px 15px;
  color: #000;
  position: relative;
}

#work .work-row a div span {
  padding: 10px 40px;
  background: #fff;
  border-left: 9px solid #525252;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  width: 190px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  margin: auto;
}

/* ------------------------------------------------------------------------------
    voice
-------------------------------------------------------------------------------*/
#voice {
  padding: 100px 0;
  background-size: cover;
}

.voice_bg {
  background: url(/images/voice/senpai_image_30.jpg) no-repeat;
}

#voice .container {
  display: flex;
}

#voice .container div {
  width: 50%;
}

#voice div h2 {
  font-weight: bold;
  margin-bottom: 5px;
}

#voice div img {
  margin-bottom: 50px;
  width: 320px;
}

.voicebtn-div {
  padding: 70px;
  text-align: center;
  background: #F4F4F4;
}


h2.khead {
  border-bottom: 9px solid #FD8800;
  padding: 5px 20px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 50px;
}

.voices h2 {
  text-align: center;
  margin: 70px 0 0;
  font-weight: bold;
}

.faces {
  padding: 100px 0;
  background-size: cover !important;
  background-position: right top !important;
  display: flex;
}

.interview .irow img {
  width: 79px !important;
}

.faces#voice1 {
  background: url(/images/voice/senpai_image.jpg) no-repeat;
}

.faces#voice2 {
  background: url(/images/voice/senpai_image_30.jpg) no-repeat;
}

.faces#voice3 {
  background: url(/images/voice/senpai_image.jpg) no-repeat;
}

.faces div:first-child {
  width: 50%;
}

.faces div:last-child {
  width: 50%;
  padding-right: 10px;
}

.faces div h3 {
  font-size: 50px;
  font-weight: bold;
}

.faces div h3 span {
  font-size: 20px;
  margin-left: 20px;
}

.faces div img {
  margin-bottom: 50px;
  width: 320px;
}

.faces div p {
  font-weight: 500;
  color: #000;
}

section.interview {
  background: url(/images/voice/top_bg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  border-bottom: 10px solid #FD8800;
}

section.interview .container {
  display: flex;
}

section.interview .container div.flow,
section.interview .container div.interview {
  width: 50%;
  text-align: center;
}

section.interview div h3 {
  font-weight: bold;
  border-bottom: 9px solid #FD8800;
  display: inline-block;
  padding: 0 20px 10px;
  margin-bottom: 50px;
}

section.interview .interview .irow {
  display: flex;
  color: #000;
  margin-bottom: 5px;
}

section.interview .interview .irow:nth-child(odd) {
  margin-bottom: 50px;
}

section.interview .interview .irow div {
  display: flex;
  align-items: center;
  width: 100%;
}

section.interview .interview .irow h4 {
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  border-bottom: 4px solid #FFCD93;
  padding-bottom: 3px;
  text-align: left;
  line-height: 20px;
}

section.interview .interview .irow p {
  text-align: left;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #000;
}

section.interview .interview .irow img {
  margin-right: 20px;
}

section.interview .flow {
  margin-left: 80px;
}

.flow .flow-div {
  background: #fff;
  border: 5px solid #FFCD93;
  padding: 70px 100px;
}

.flow .flow-div .frow {
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: flex-start;
}

.flow .flow-div .frow span {
  color: #FD8800;
  margin-right: 25px;
  font-size: 17px;
  width: 45px;
  white-space: nowrap;
}

.flow .flow-div .frow img {
  margin-right: -10px;
  position: relative;
}

.flow .flow-div .frow div {
  text-align: left;
  padding-left: 30px;
  border-left: 1px dashed #FD8800;
  padding-bottom: 40px;
}

.flow .flow-div .frow:last-child div {
  padding-bottom: 0;
}

/* ------------------------------------------------------------------------------
    Saiyou
-------------------------------------------------------------------------------*/
#youkou {
  background: #fff;
  padding: 100px 0;
  text-align: center;
}

#youkou h3 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #000;
  font-weight: bold;
}

#youkou p {
  text-align: left;
  max-width: 650px;
  margin: 0 auto 50px;
  color: #000;
}

#youkou .youkou-row {
  display: flex;
  color: #000;
  padding: 10px;
}

#youkou .youkou-row:nth-child(even) {
  background: #F7F7F7;
  border-bottom: 1px solid #DBDBDB;
}

#youkou .youkou-row div {
  text-align: left;
  padding-right: 20px;
  width: 40%;
}

#youkou .youkou-row div:first-child {
  width: 20%;
  text-align: center;
}

#youkou .youkou-row.head div {
  text-align: center;
  font-weight: bold;
}

#youkou div.detail {
  max-width: 770px;
  border: 1px solid #707070;
  padding: 30px;
  text-align: left;
  margin: 50px auto 100px;
  color: #000;
}

#youkou div.detail p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

#youkou div.detail p+div {
  display: flex;
  justify-content: space-between;
}

#youkou div.detail p+div div {
  width: 48%;
}

#youkou div.detail p+div div p {
  font-weight: 500;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  #youkou .youkou-row.head {
    display: none;
  }

  #youkou .youkou-row div {
    width: 100%;
  }

  #youkou .youkou-row div:last-child {
    margin-top: 10px;
  }

  #youkou div.detail {
    font-size: 12px;
  }

  #youkou div.detail p+div {
    flex-wrap: wrap;
  }

  #youkou div.detail p+div div {
    width: 100%;
  }

  #youkou div.detail p+div div:last-child {
    margin-top: 20px;
  }
}

#kyujin-form {
  background: url(../images/saiyou/recruit_6.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0 100px;
  text-align: center;
  color: #000;
}

#kyujin-form div.form-div {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 70px 0 70px;
  margin: 70px 0 30px;
}

#kyujin-form div.form-div .form-row {
  display: flex;
  padding: 10px;
}

#kyujin-form div.form-div .form-row div:first-child {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: left;
}

#kyujin-form div.form-div .form-row select,
#kyujin-form div.form-div .form-row textarea,
#kyujin-form div.form-div .form-row input {
  width: 100%;
  border-radius: 5px;
  height: 40px;
  border: 1px solid #707070;
  padding: 5px;
}

#kyujin-form input#submit {
  background: #FD8800;
  color: #fff;
  border: 2px solid #fff;
  padding: 20px 50px;
  font-weight: bold;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#kyujin-form input#submit:hover {
  opacity: .8;
  transition: .3s;
}

#kyujin-form select:read-only,
#kyujin-form textarea:read-only,
#kyujin-form input:read-only {
  border: none !important;
  background: transparent;
}


/* ------------------------------------------------------------------------------
    Contact
-------------------------------------------------------------------------------*/
#contact {
  text-align: center;
  padding-bottom: 0;
}

#contact .khead {
  margin-bottom: 80px;
}

#contact .gray {
  background: #F5F5F5;
  padding: 50px 0 100px;
}

#contact .gray .container {
  display: flex;
  justify-content: space-between;
  color: #000;
}

#contact .gray p {
  margin-bottom: 50px;
  font-weight: 500;
  color: #000;
}

#contact .gray .container a {
  width: 42%;
  background: #fff;
  border: 2px solid #ED6C00;
  padding: 40px 70px;
}

section.contact .khead {
  margin-bottom: 70px;
}

section.contact .khead+img {
  margin-bottom: 78px;
}

section.contact p {
  color: #000;
  font-weight: 500;
}


/* ------------------------------------------------------------------------------
    Company
-------------------------------------------------------------------------------*/
#company {
  text-align: center;
  padding-bottom: 0;
}

#company .gray {
  padding: 100px 0;
  background: url(../images/kasou/rinen_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#company .gray.business {
  background: url(../images/kasou/gyomu_bg.jpg) no-repeat;
}

h3.sub-head {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 3px;
}

h3.sub-head+img {
  margin-bottom: 50px;
}

#company .gray p {
  margin-bottom: 200px;
}

#company_info {
  background: url(../images/kasou/company_bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}

h2.whead {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}

#company_info .wback {
  margin-bottom: 50px;
}

#company_info .crow {
  display: flex;
  background: #fff;
  padding: 20px 10px;
  color: #000;
  font-weight: 500;
}

#company_info .crow:nth-child(odd) {
  background: #F7F7F7;
  border-bottom: 1px solid #DBDBDB;
}

#company_info .crow div:first-child {
  width: 30%;
}

#company_info .crow div:last-child {
  width: 70%;
  text-align: left;
}

#works {
  background: url(../images/kasou/gyomu_bg2.jpg) no-repeat;
  background-size: cover;
}

#works .each-work {
  background: #F4F4F4;
  padding: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
  border-left: 10px solid #FD8800;
  padding-top: 120px;
  margin-top: 120px;
}

#works .each-work:nth-child(odd) {
  border-right: 10px solid #FD8800;
  border-left: none;
}

#works .each-work p {
  color: #000;
}

#works .each-work p span {
  font-weight: bold;
}

#works .each-work h3 {
  margin-top: 0;
  color: #FD8800;
  font-weight: bold;
  font-size: 25px;
  border-bottom: 1px solid #FD8800;
  padding-bottom: 3px;
  margin-bottom: 20px;
}

#works .each-work div {
  width: 55%;
}

#works .each-work img {
  width: 40%;
}

.rinen h4 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

.rinen h5 {
  margin-bottom: 50px;
}

.rinen-images {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.rinen-images img {
  width: 15%;
  height: auto;
}


/* ------------------------------------------------------------------------------
    Gallery
-------------------------------------------------------------------------------*/
#gallery {
  text-align: center;
}

#gallery p {
  color: #000;
}

#wrap {
  background-color: #ddd;
  padding: 50px 0;
}

#slider,
#thumbnail_slider {
  margin: 0 auto 10px;
}

.slide-item img {
  width: 100%;
  object-fit: cover;
  height: 700px;
}

.thumbnail-item img {
  width: 98%;
  margin: 0 auto;
  object-fit: cover;
  height: 130px;
}

#gslider {
  background: #F5F5F5;
}


/* ------------------------------------------------------------------------------
	Footer
-------------------------------------------------------------------------------*/
#pride {
  padding: 200px 0;
  background: #fff;
  text-align: center;
}

#totop-div {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  padding-bottom: 20px;
}

#totop-div #totop {
  cursor: pointer;
}

.footer {
  background: #F5F5F5;
  border-bottom: 10px solid #FD8800;
  padding: 50px 0;
  text-align: center;
}

.footer .footer-div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  border-bottom: 2px dashed #707070;
  padding-bottom: 30px;
}

.footer .footer-div div:first-child p {
  font-weight: bold;
  margin-top: 10px;
}

.footer .footer-div div {
  text-align: left;
  margin-left: 30px;
}

.footer .footer-div div p {
  color: #000;
}

.footer #copyright {
  margin-top: 30px;
  color: #000;
  text-align: left;
}

/* ------------------------------------------------------------------------------
2024.4.10 追加
-------------------------------------------------------------------------------*/

nav.navigation {
  position: relative;
}

nav.navigation p {
  margin: 0 !important;
  text-align: right;
  padding: 5px 0;
}

nav.navigation p a {
  padding: 7px;
  margin: 5px;
  border-radius: 3px;
}

.hyosiki div {
  display: flex;
  align-content: space-around;
  flex-direction: column;
  flex-wrap: wrap;

}

.hyosiki {
  width: 350px;
  margin-left: 0px !important;
}

.hyosiki div a {
  display: block;
  width: 150px;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
}

a.keibi {
  background-color: #fb8800;
  width: 350px;
  color: #fff;
  margin-bottom: 10px;
}



a.kensetu {
  background-color: #dcdc;
  width: 350px;
  color: #000;
}