@charset "UTF-8";
/* CSS Document */
body {
  color: #333;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 2px;
  font-weight: lighter;
}
section {
  width: 94%;
  max-width: 1364px;
  margin: 0 auto;
}
h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.5em;
  font-weight: lighter;
  text-align: center;
  padding: 2em 0;
}
h1 span {
  display: block;
  padding-top: 0.5em;
  font-size: 0.5em;
  font-weight: lighter;
}
h2 {
  font-size: 2em;
  text-align: center;
  font-family: 'Arial', sans-serif;
  color: #0C386A;
  letter-spacing: 0;
  position: relative;
  padding: 3em 0 3em;
}
h2 span {
  font-size: 20px;
  font-weight: lighter;
  display: block;
  letter-spacing: 0px;
  padding-top: 5em;
  position: relative;
}
h3 {
  font-family: 'Open Sans', sans-serif;
}
a {
  text-decoration: none;
  color: #333;
}
h2 span::after {
  content: "";
  position: absolute;
  top: 31px;
  width: 75px;
  height: 4px;
  z-index: 9999;
  background: #008F9B;
  left: 50%;
  transform: translate(-50%, 0);
}
h2::after {
  content: "";
  position: absolute;
  bottom: 56px;
  width: 75px;
  height: 4px;
  z-index: 9999;
  background: #008F9B;
  left: 50%;
  transform: translate(-50%, 0);
}
.more-cell {
  font-size: 1.125em;
  color: #FFF;
  background-color: rgba(12, 56, 106, 1);
  text-align: center;
  width: 240px;
  line-height: 3em;
  font-weight: bold;
  letter-spacing: 0;
}
.wrapper {
  padding-bottom: 120px;
}
/*sp humbergar
_____________________________________________________*/
.pure-toggle-label .pure-toggle-icon, .pure-toggle-label .pure-toggle-icon:before, .pure-toggle-label .pure-toggle-icon:after {
  background-color: rgba(12, 56, 106, 1);
}
.pure-toggle-label {
  /*background: #333;*/
  top: 0;
  border-radius: 0;
  display: none;
}
.pure-toggle-label:hover .pure-toggle-icon, .pure-toggle-label:hover .pure-toggle-icon:before, .pure-toggle-label:hover .pure-toggle-icon:after {
  background-color: #008F9B
}
.pure-toggle-label[data-toggle-label='right'] {
  right: 0px;
  left: auto;
  top: 12px;
}
.sp-nav li {
  text-align: left;
  line-height: 1.2em;
}
.sp-nav li span {
  display: block;
  font-size: 0.750em;
  padding-bottom: 10px;
}
.sp-nav li > a {
  color: #FFF;
  display: block;
  padding-left: 3em;
  padding-top: 10px;
}
.sp-nav li > a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.pure-drawer {
  background-color: rgba(12, 56, 106, 0.6);
}
.nav-img {
  width: 80px;
  margin: 0 auto 20px;
}
.nav-img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
/*header
______________________________________________________*/
header > div {
  max-width: 1364px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 6px 0;
  width: 94%;
}
header > div .logo-cell img {
  width: 78px;
  height: auto;
}
header ul {
  display: flex;
}
header ul li {
  font-size: 0.875em;
  margin-right: 40px;
  text-align: center;
}
header ul li:last-of-type {
  margin-right: 0;
}
header ul li span {
  display: block;
  font-size: 0.75em;
  margin-top: 4px;
}
header .contact-cell p {
  width: 200px;
  text-align: center;
  line-height: 3em;
  border-radius: 4px;
  margin-left: auto;
  margin-bottom: 34px;
  background: #3492ca;
  color: #FFF;
  font-size: 0.875em;
}
header .contact-cell a {
  display: block;
  color: #FFF;
}
.header-under {
  position: relative;
  background-image: url(../img/top-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
  z-index: 0;
  background-position: 0px;
}
.header-under::after {
  content: "";
  background-color: rgba(12, 56, 106, 0.6);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header-under h1 {
  z-index: 9999;
}
/*company
______________________________________________________*/
.company section {
  max-width: 1180px;
}
.company .syacho-wrapper ul {
  display: flex;
  align-items: center;
}
.company .syacho-wrapper ul li {
  line-height: 2em;
}
.company .syacho-wrapper ul li:first-child {
  width: 60%;
  padding-right: 1em;
}
.company .syacho-wrapper ul li:nth-child(2) {
  width: 400px;
  text-align: center;
  font-size: 1.250em;
  margin-left: auto;
}
.company .syacho-wrapper ul li span {
  display: block;
  text-align: right;
}
.company .syacho-wrapper img {
  width: 100%;
  display: block;
}
.company .rinen-wrapper {
  margin-top: 144px;
  ;
}
.company .rinen-wrapper P {
  text-align: center;
  line-height: 2em;
  font-size: 1.250em;
  padding-bottom: 6em;
}
.company .bg-color-wrap {
  background-color: rgba(12, 56, 106, 0.1);
}
.company table {
  width: 100%;
  border-top: 1px solid rgba(12, 56, 106, 0.5);
}
.company .enkaku tr {
  border-bottom: 1px solid rgba(12, 56, 106, 0.5);
}
.company .enkaku th {
  width: 20%;
  text-align: left;
  background-color: rgba(12, 56, 106, 0.1);
  padding-left: 1em;
  font-weight: normal;
}
.company .enkaku td {
  padding: 2em 0;
  padding-left: 1em;
  line-height: 1.4em;
}
.company .access {
  margin-bottom: 96px;
}
.company .lab ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 96px;
}
.company .lab ul li {
  width: 50%;
  box-sizing: border-box;
  padding: 20px 20px 0 20px;
  line-height: 2em;
}
.company .lab img {
  width: 100%;
  display: block;
}
.company {
  padding-bottom: 0;
}
/*access
______________________________________________________*/
.access iframe {
  width: 100%;
}
.access .img-cell {
  width: 50px;
}
.access p img {
  width: 100%;
  display: block;
}
.access .address {
  padding: 1.5em 0;
}
.access .address ul {
  border-left: 1px solid rgba(12, 56, 106, 0.5);
  padding-left: 0.5em;
}
.access .train ul {
  border-left: 1px solid rgba(12, 56, 106, 0.5);
  padding-left: 0.5em;
}
.access .address ul li:first-child {
  padding-bottom: 0.5em;
  line-height: 1.2em;
  font-size: 1.250em;
}
.access .address ul li:nth-child(2) {
  font-size: 1.125em;
}
.access .train ul li {
  display: flex;
  align-items: center;
  padding-bottom: 1em
}
.access .train ul li:last-child {
  padding-bottom: 0;
}
.access .train img {
  width: 30px;
  height: auto;
  display: block;
  padding-right: 10px;
}
/*ボタンホバーエフェクト
______________________________________________________*/
.business-wrap .more-cell {
  overflow: hidden;
}
.business-wrap .more-cell a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #0C386A;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
.business-wrap .more-cell a:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.business-wrap .more-cell a:hover {
  color: #FFF;
}
.partner-wrap .more-cell {
  overflow: hidden;
}
.partner-wrap .more-cell a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #ECECEC;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
.partner-wrap .more-cell a:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.partner-wrap .more-cell a:hover {
  color: #0C386A;
}
.company-wrap .more-cell {
  overflow: hidden;
}
.company-wrap .more-cell a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #0C386A;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
.company-wrap .more-cell a:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.company-wrap .more-cell a:hover {
  color: #FFF;
}
/*information
______________________________________________________*/
.information section {
  max-width: 1180px;
}
.information .topics > ul > li {
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
  letter-spacing: 1px;
  padding-bottom: 1em;
  margin-bottom: 60px;
  line-height: 1.4em;
}
.information .topics ul li span {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0;
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid #0c386a;
  margin-bottom: 16px;
  color: #0c386a;
  padding-bottom: 4px;
}
.information .topics .more-cell {
  margin-left: auto;
  position: relative;
  z-index: 0;
}
.information .topics .more-cell a {
  color: #FFF;
  display: block;
  transition: .3s;
}
.information .topics {
  margin-top: 120px;
}
.information .archive-topics a:hover {
  opacity: 0.7;
  display: block;
}
.information .title {
  padding-bottom: 16px;
  font-weight: bold;
  font-size: 1.250em;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 12px;
}
.information .topics .contents {
  line-height: 1.6em;
}
.information .more-cell {
  overflow: hidden;
  margin-left: auto;
  position: relative;
  z-index: 0;
  border: 2px solid #0c386a;
  box-sizing: border-box;
}
.information .more-cell a {
  color: #FFF;
  display: block;
  transition: .3s;
  z-index: 9999;
}
.information .more-cell a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #FFF;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
.information .more-cell a:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.information .more-cell a:hover {
  color: #0C386A;
  z-index: 0;
}
/*FAQ
______________________________________________________*/
.faq {
  background: rgba(12, 56, 106, 0.1);
  padding-bottom: 120px;
}
.faq .faq-contents {
  max-width: 1180px;
  padding-top: 120px;
  display: flex;
  justify-content: space-between;
}
.faq .faq-contents .contents {
  width: 65%;
}
.faq .faq-contents span {
  display: block;
  margin-right: 10px;
  font-size: 2em;
  font-weight: bold;
}
.faq .faq-contents .q-cell {
  display: flex;
  align-items: center;
  color: #FFF;
  background: #0c386a;
  font-size: 1.125em;
  padding: 1em ;
}
.faq .faq-contents .a-cell {
  padding: 2em;
  background: #FFF;
  display: flex;
  align-items: center;
  line-height: 1.6em;
  margin-bottom: 20px;
  font-size: 0.875em;
}
.faq .faq-contents .a-cell span {
  color: #0c386a;
  /*width: 300px;*/
  text-align: center;
  padding: 10px 60px;
}
.faq .faq-contents > .faq-seihin > ul > li {
  margin-bottom: 60px;
}
.faq h3 {
  font-family: 'Open Sans', sans-serif;
  background: #FFF;
  /* width: 300px; */
  /* text-align: center; */
  line-height: 3em;
  margin-bottom: 20px;
  font-size: 1.250em;
  /* border-radius: 6px; */
  padding-left: 1em;
  color: #0c386a;
}
.faq .faq-wrapper {
  margin-bottom: 120px;
}
.faq .faq-wrapper:last-of-type {
  margin-bottom: 0;
}
.faq .jump-wrapper {
  margin-bottom: 30px;
  width: 320px;
}
.faq .jump-wrapper li {
  background: #FFF;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #0c386a;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.faq .jump-wrapper li a {
  line-height: 3em;
  display: block;
  color: #0c386a;
}
.faq .jump-wrapper li:last-child {
  margin-right: 0;
}
.fa-caret-square-right {
  color: #0c386a;
  padding-left: 2px;
  transform: rotateZ(90deg);
}
/*contact
______________________________________________________*/
.contact {
  background: rgba(12, 56, 106, 0.1);
}
.contact .contact-table {
  max-width: 1180px;
  background: #FFF;
  padding-bottom: 80px;
  margin-top: 120px;
}
.contact .contact-table h2 {
  font-size: 2em;
  text-align: left;
  font-weight: lighter;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #0c386a;
  color: #0c386a;
  margin: 0 auto;
  width: 90%;
}
.contact .contact-table table {
  width: 90%;
  margin: 0 auto;
}
.contact .contact-table table tr {
  margin-bottom: 1em;
}
.contact .contact-table table th {
  width: 20%;
  line-height: 1em;
  text-align: left;
  padding-left: 1em;
  font-size: 1.125em;
  color: #0c386a;
  vertical-align: middle;
  padding-bottom: 3em;
}
.contact .contact-table table th span {
  display: block;
  font-size: 0.5em;
}
.contact .contact-table table .name .content-wrapper input {
  width: 200px;
  border: 1px solid #CCC;
  line-height: 2em;
  /*margin: 2em 0;*/
  text-indent: 1em;
  font-size: 18px;
  box-sizing: border-box;
}
.contact .contact-table table .address .content-wrapper input {
  width: 600px;
  border: 1px solid #CCC;
  line-height: 2em;
  /*margin: 2em 0;*/
  text-indent: 1em;
  font-size: 18px;
  box-sizing: border-box;
}
.contact .contact-table table .mail .content-wrapper input {
  width: 400px;
  border: 1px solid #CCC;
  line-height: 2em;
  /*margin: 2em 0;*/
  text-indent: 1em;
  font-size: 18px;
  box-sizing: border-box;
}
.contact .contact-table table .telephone .content-wrapper input {
  width: 300px;
  border: 1px solid #CCC;
  line-height: 2em;
  /*margin: 2em 0;*/
  text-indent: 1em;
  font-size: 18px;
  box-sizing: border-box;
}
.contact .contact-table table .company .content-wrapper input {
  width: 300px;
  border: 1px solid #CCC;
  line-height: 2em;
  /*margin: 2em 0;*/
  text-indent: 1em;
  font-size: 18px;
  box-sizing: border-box;
}
.contact .contact-table table .content .content-wrapper textarea {
  width: 100%;
  border: 1px solid #CCC;
  line-height: 1.4em;
  /*margin: 2em 0;*/
  font-size: 18px;
  padding: 0.5em 1em;
  box-sizing: border-box;
  height: 10em;
}
.contact .contact-table .content th { /*お問い合わせ内容"th"調整*/
  padding-top: 3em;
}
.contact .contact-table table .content-wrapper input {
  border-radius: 5px;
}
.contact .contact-table table .content-wrapper textarea {
  border-radius: 5px;
}
.contact .contact-table p {
  text-align: left;
  padding-top: 10px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 90px;
  line-height: 1.2em;
}
.contact .contact-table .btn input {
  width: 250px;
  color: #fff !important;
  background: #0c386a !important;
  border-color: #0c386a !important;
  border-radius: 0.25em !important;
  display: block;
  font-size: 1.250em;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  border-style: none;
  margin: 40px auto 0;
  cursor: pointer;
  cursor: hand;
  -webkit-appearance: none;
}
.btn input:hover {
  background: rgba(0, 180, 230, 0.7) !important;
  transition: 0.4s;
}
.contact h2::after {
  display: none;
}
/*.contact .container {
  padding-bottom: 120px;
}*/
.contact .container ul {
  background: #FFF;
  max-width: 1180px;
  width: 94%;
  margin: 20px auto;
  padding: 3em 0;
}
.contact .container ul li {
  text-align: center;
  color: #0c386a;
  font-size: 1.125em;
}
.contact .container ul li:nth-child(2) {
  font-size: 2.5em;
}
/*コンタクト完了設定*/
.kanryou {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
.kanryou h3 {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  padding: 120px 0 1em;
  font-size: 1.5em;
}
.kanryou p {
  text-align: left;
  display: inline-block;
  line-height: 1.2em;
  padding-bottom: 2em !important;
  width: inherit !important;
}
.kanryou p:last-child {
  display: block;
  text-align: center;
  padding: 0;
}
.mw_wp_form .error {
    font-size: 12px!important;
    color: #af4040!important;
    display: block!important;
    padding-top: 3px!important;
}
/*privacy
______________________________________________________*/
.privacy section {
  max-width: 1180px;
}
.privacy .privacy-wrapper dl dt {
  font-weight: bold;
  border-bottom: 1px dotted #CCC;
  padding-bottom: 4px;
  margin-bottom: 1em;
}
.privacy .privacy-wrapper dl {
  padding-bottom: 60px;
}
.privacy .privacy-wrapper dl:last-of-type {
  padding-bottom: 0;
}
.privacy .privacy-wrapper dl dd:nth-of-type(2) {
  margin-top: 1em;
  margin-left: auto;
  width: 247px;
}
.privacy .privacy-wrapper dl dd {
  line-height: 1.2em;
  font-size: 0.875em;
}
.privacy .privacy-wrapper dl dd span {
  display: block;
  border: 1px solid #CCC;
  border-radius: 5px;
  line-height: 2em;
  text-align: center;
  margin-top: 10px;
}
.privacy .privacy-wrapper dl dd a {
  display: block;
}
.privacy .privacy-wrapper a:hover {
  opacity: 0.6;
}
/*recruit
______________________________________________________*/
.recruit section {
  max-width: 1180px;
}
.recruit .rinen-wrapper P {
  line-height: 2em;
  font-size: 1em;
  background: url(../img/syanai.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3em 2em;
  z-index: 9999;
  position: relative;
  color: #FFF;
}
.recruit .rinen-wrapper p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(12, 56, 106, 0.7);
  top: 0;
  left: 0;
  z-index: -1
}
.recruit .bg-color-wrap {
  background-color: rgba(12, 56, 106, 0.1);
  padding: 120px 0;
}
.recruit table {
  width: 100%;
  border-top: 1px solid rgba(12, 56, 106, 0.5);
  padding: 120px 0;
}
.recruit .contents tr {
  border-bottom: 1px solid rgba(12, 56, 106, 0.5);
}
.recruit .contents th {
  width: 20%;
  text-align: left;
  background-color: rgba(12, 56, 106, 0.1);
  padding-left: 1em;
  font-weight: normal;
}
.recruit .contents td {
  padding: 2em 0;
  padding-left: 1em;
  line-height: 1.4em;
}
.recruit .container ul {
  max-width: 1180px;
  width: 94%;
  margin: 120px auto 0;
}
.recruit .container ul li {
  text-align: center;
  color: #0c386a;
  font-size: 1.125em;
}
.recruit .container ul li:nth-child(2) {
  font-size: 2.5em;
}
.recruit .container ul li:nth-child(3) {
  border: 2px solid #0c386a;
  line-height: 3em;
  width: 400px;
  margin: 20px auto 0;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
.recruit .container ul li a {
  display: block;
  color: #0c386a;
  z-index: 9999;
  transition: 0.3s;
}
.recruit ul li {
  overflow: hidden;
}
.recruit ul a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #0C386A;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
.recruit ul a:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
  color: #FFF;
  z-index: -1;
}
.recruit ul li a:hover {
  color: #FFF;
}
/*business
______________________________________________________*/
.business section {
  max-width: 1180px;
}
.business .container .contact-cell ul {
  max-width: 1180px;
  width: 94%;
  margin: 120px auto 0;
}
.business .container .contact-cell ul li {
  text-align: center;
  color: #0c386a;
  font-size: 1.125em;
}
.business .container .contact-cell ul li:nth-child(2) {
  font-size: 2.5em;
}
.business .container .contact-cell ul li:nth-child(3) {
  border: 2px solid #0c386a;
  line-height: 3em;
  width: 400px;
  margin: 20px auto 0;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
.business .container .contact-cell ul li a {
  display: block;
  color: #0c386a;
  z-index: 9999;
  transition: 0.3s;
}
.business .contact-cell ul li {
  overflow: hidden;
}
.business .contact-cell ul a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #0C386A;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
.business .contact-cell ul a:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
  color: #FFF;
  z-index: -1;
}
.business .contact-cell ul li a:hover {
  color: #FFF;
}
.business .header-under {
  background: url("../img/business.jpg");
  background-position: center;
}
.business .contents h2::after {
  display: none;
}
.business .contents span::after {
  display: none;
}
.business .contents li {
  border: 2px solid #3492ca;
  box-sizing: border-box;
}
.business .contents .kaihatsu {
  background-size: cover;
  position: relative;
  background: #3492ca;
}
.business .contents .hanbai {
  /*background: url("../img/kenkyu.jpg");*/
  background-size: cover;
  position: relative;
  border: 2px solid #0C386A;
}
.business .contents .kaihatsu a h2 {
  color: #FFF;
  z-index: 9999;
  transition: .3s
}
.business .contents .hanbai a h2 {
  color: #0C386A;
  z-index: 9999;
  transition: .3s
}
.business .contents h2 span {
  font-size: 16px;
  font-weight: lighter;
  display: block;
  letter-spacing: 0px;
  padding-top: 1em;
  position: relative;
  padding: 10px 2em 0;
  text-align: left;
  line-height: 1.2em;
}
.business .contents > ul {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
.business .contents ul li {
  width: 48%;
  -webkit-box-shadow: 6px 2px 21px -9px rgba(158, 158, 158, 1);
  -moz-box-shadow: 6px 2px 21px -9px rgba(158, 158, 158, 1);
  box-shadow: 6px 2px 21px -9px rgba(158, 158, 158, 1);
}
.business .contents ul li {
  overflow: hidden;
}
.business .contents > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.business .contents .kaihatsu a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: '';
  width: 150%;
  height: 100%;
  background: #FFF;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
.business .contents .hanbai a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: '';
  width: 150%;
  height: 100%;
  background: #0C386A;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
.business .contents > ul > li a:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
  color: #FFF;
  z-index: 0;
}
.business .contents ul .kaihatsu a h2:hover {
  color: #3492ca;
}
.business .contents ul .hanbai a h2:hover {
  color: #FFF;
}
.business h2 {
  padding: 3em 0;
}
/*hanbai
______________________________________________________*/
.hanbai .header-under {
  background: url("../img/business.jpg");
  background-position: center;
}
.hanbai section {
  max-width: 1180px;
}
.hanbai .container .contact-cell ul {
  max-width: 1180px;
  width: 94%;
  margin: 120px auto 0;
}
.hanbai .container .contact-cell ul li {
  text-align: center;
  color: #0c386a;
  font-size: 1.125em;
}
.hanbai .container .contact-cell ul li:nth-child(2) {
  font-size: 2.5em;
}
.hanbai .container .contact-cell ul li:nth-child(3) {
  border: 2px solid #0c386a;
  line-height: 3em;
  width: 400px;
  margin: 20px auto 0;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
.hanbai .container .contact-cell ul li a {
  display: block;
  color: #0c386a;
  z-index: 9999;
  transition: 0.3s;
}
.hanbai .contact-cell ul li {
  overflow: hidden;
}
.hanbai .contact-cell ul a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #0C386A;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
.hanbai .contact-cell ul a:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
  color: #FFF;
  z-index: -1;
}
.hanbai .contact-cell ul li a:hover {
  color: #FFF;
}
.hanbai h2::after {
  display: none;
}
.hanbai table {
  width: 100%;
  border-top: 5px solid rgba(12, 56, 106, 1);
  padding: 120px 0;
}
.hanbai .contents tr {
  border-bottom: 1px solid rgba(12, 56, 106, 0.5);
}
.hanbai .contents th {
  width: 20%;
  text-align: left;
  padding-left: 1em;
  font-weight: normal;
  color: #0C386A;
}
.hanbai .contents td {
  padding: 2em 0;
  padding-left: 1em;
  line-height: 1.4em;
}
.hanbai h3 {
  color: #FFF;
  background: #0C386A;
  line-height: 3em;
  text-align: center;
  font-size: 1.250em;
  width: 300px;
}
.hanbai .contents th p {
  font-weight: bold;
}
.hanbai .contents td li {
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.5em;
  border: 1px solid #0c386a;
  border-radius: 5px;
  font-size: 0.875em;
  color: #0c386a;
  font-family: Arial, Helvetica, "sans-serif";
  margin: 0 5px 5px 0;
}
.hanbai .etc-cell {
  font-size: 20px;
  font-weight: lighter;
  letter-spacing: 0px;
  padding-top: 20px;
  color: #0c386a;
  text-align: center;
}
.hanbai .contents img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  margin-top: 80px;
  display: block;
  position: relative;
}
.hanbai .contents .img-cell {
  position: relative;
}
.hanbai .contents .img-cell::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(12, 56, 106, 0.7);
  width: 100%;
  height: 140px;
}
/*kaihatsu
______________________________________________________*/
.kaihatsu section {
  max-width: 1180px;
}
.kaihatsu h2:after {
  display: none;
}
.kaihatsu .container .contact-cell ul {
  max-width: 1180px;
  width: 94%;
  margin: 120px auto 0;
}
.kaihatsu .container .contact-cell ul li {
  text-align: center;
  color: #0c386a;
  font-size: 1.125em;
}
.kaihatsu .container .contact-cell ul li:nth-child(2) {
  font-size: 2.5em;
}
.kaihatsu .container .contact-cell ul li:nth-child(3) {
  border: 2px solid #0c386a;
  line-height: 3em;
  width: 400px;
  margin: 20px auto 0;
  position: relative;
  z-index: 0;
}
.kaihatsu .container .contact-cell ul li a {
  color: #0c386a;
  z-index: 9999;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kaihatsu .contact-cell ul li {
  overflow: hidden;
}
.kaihatsu .contact-cell ul a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #0C386A;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
.kaihatsu .contact-cell ul a:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
  color: #FFF;
  z-index: -1;
}
.kaihatsu .contact-cell ul li a:hover {
  color: #FFF;
}
.kaihatsu .contents .tsumorazu dt {
  background: url("../img/snow.jpg");
  background-position: center;
  position: relative;
  z-index: -10;
}
.kaihatsu .contents .morukoppu dt {
  background: url("../img/house.jpg");
  background-position: 0 -100px;
  position: relative;
}
.kaihatsu .contents .tsumorazu dt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 56, 106, 0.3);
  z-index: -1;
}
.kaihatsu .contents dl dt {
  color: #FFF;
  z-index: 9999;
  font-size: 2em;
  padding: 2em 0 2em 1em;
}
.kaihatsu .contents dl dt span {
  font-size: 0.5em;
  display: block;
  padding-top: 5px;
}
.kaihatsu .contents dl dd {
  font-size: 1em;
  padding: 2em;
  line-height: 1.2em;
}
.fa-envelope {
  font-size: 22px;
  margin-right: 2px;
}
.kaihatsu .more-cell {
  overflow: hidden;
  margin-left: auto;
  position: relative;
  z-index: 0;
  border: 2px solid #3492ca;
  box-sizing: border-box;
  width: 400px;
  background-color: rgb(52, 146, 202);
  margin-top: 60px;
}
.kaihatsu .more-cell a {
  color: #FFF;
  display: block;
  transition: .3s;
  z-index: 9999;
}
.kaihatsu .more-cell a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #FFF;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
.kaihatsu .more-cell a:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.kaihatsu .more-cell a:hover {
  color: #3492ca;
  z-index: 0;
}
.kaihatsu .contents > ul > li:nth-of-type(1) {
  margin-bottom: 60px;
}
/*partner
______________________________________________________*/
.partner section {
  max-width: 1180px;
  margin-bottom: 120px;
}
.partner .container .contact-cell ul {
  max-width: 1180px;
  width: 94%;
  margin: 120px auto 0;
}
.partner .container .contact-cell ul li {
  text-align: center;
  color: #0c386a;
  font-size: 1.125em;
}
.partner .container .contact-cell ul li:nth-child(2) {
  font-size: 2.5em;
}
.partner .container .contact-cell ul li:nth-child(3) {
  border: 2px solid #0c386a;
  line-height: 3em;
  width: 400px;
  margin: 20px auto 0;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
.partner .container .contact-cell ul li a {
  display: flex;
  align-items: center;
  color: #0c386a;
  z-index: 9999;
  transition: 0.3s;
}
.partner .contact-cell ul li {
  overflow: hidden;
}
.partner .contact-cell ul a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #0C386A;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
.partner .contact-cell ul a:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
  color: #FFF;
  z-index: -1;
}
.partner .contact-cell ul li a:hover {
  color: #FFF;
}
.partner .contact-cell ul li a {
  color: #0c386a;
  z-index: 9999;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner .youkou .image-cell {
  background: url(../img/gyosya.jpg);
  background-size: cover;
  background-position-y: -216px;
  background-position-x: 80px;
  position: relative;
  margin-top: 120px;
  background-repeat: no-repeat;
}
.partner h2::after {
  display: none;
}
.partner .youkou p {
  text-align: center;
  margin: 120px 0;
  color: #0c386a;
  font-size: 2em;
  font-weight: bold;
  border: 0;
  border-bottom: 2px solid rgba(12, 56, 106, 0.5);
  position: relative;
}
.partner .youkou p:before {
  content: "";
  position: absolute;
  width: 30%;
  border-bottom: 2px solid #0c386a;
  top: 100%;
  left: 0;
}
.partner .youkou p span {
  display: block;
  padding-top: 30px;
  font-size: 18px;
  font-weight: lighter;
  text-align: left;
  line-height: 1.4em;
  padding-bottom: 28px;
}
.partner table {
  width: 100%;
  border-top: 1px solid rgba(12, 56, 106, 0.6);
  padding: 120px 0;
}
.partner .contents tr {
  border-bottom: 1px solid rgba(12, 56, 106, 0.3);
}
.partner .contents th {
  width: 25%;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
.partner .contents th p {
  background: #0C386A;
  line-height: 3em;
  text-align: center;
  color: #FFF;
  /*border-radius: 5px;*/
}
.partner .contents td {
  padding: 2em 0;
  padding-left: 1em;
  line-height: 1.4em;
}
/*ツモラーズ
______________________________________________________*/
.tsumorazu .container .contact-cell ul {
  max-width: 1180px;
  width: 94%;
  margin: 120px auto 0;
}
.tsumorazu .container .contact-cell ul li {
  text-align: center;
  color: #0c386a;
  font-size: 1.125em;
}
.tsumorazu .container .contact-cell ul li:nth-child(2) {
  font-size: 2.5em;
}
.tsumorazu .container .contact-cell ul li:nth-child(3) {
  border: 2px solid #0c386a;
  line-height: 3em;
  width: 400px;
  margin: 20px auto 0;
  position: relative;
  z-index: 0;
}
.tsumorazu .container .contact-cell ul li a {
  display: flex;
  align-items: center;
  color: #0c386a;
  z-index: 9999;
  transition: 0.3s;
}
.tsumorazu .contact-cell ul li {
  overflow: hidden;
}
.tsumorazu .contact-cell ul a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #0C386A;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
.tsumorazu .contact-cell ul a:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
  color: #FFF;
  z-index: -1;
}
.tsumorazu .contact-cell ul li a:hover {
  color: #FFF;
}
.tsumorazu .contact-cell ul li a {
  color: #0c386a;
  z-index: 9999;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tsumorazu section {
  max-width: 1180px;
}
.tsumorazu h2::after {
  display: none;
}
.tsumorazu h2 span::after {
  display: none;
}
.tsumorazu h2 span {
  padding-top: 5px;
}
.tsumorazu h2 {
  margin-top: 120px;
  padding: 2em 0;
  /*border: 2px solid #0c386a;*/
  background: url("../img/snow.jpg");
  background-position: center;
  background-repeat: no-repeat;
  color: #FFF;
}
.tsumorazu .prologue {
  line-height: 1.4em;
  padding: 20px 0;
  font-size: 1.125em;
  color: #3492ca;
  border-top: 4px solid #3492ca;
  border-bottom: 4px solid #3492ca;
  margin-top: 20px;
}
.tsumorazu .prologue > span {
  font-weight: bold;
}
.tsumorazu .tokucho > p {
  padding: 20px 0;
  font-size: 1.5em;
  background: #3492ca;
  text-align: center;
  color: #FFF;
  width: 400px;
  margin: 120px 0 0
}
.tsumorazu .tokucho > p > span {
  display: block;
  font-size: 0.750em;
}
.tsumorazu .tokucho ul {
  border-top: 4px solid #3492ca;
}
.tsumorazu .tokucho dl {
  padding: 40px;
}
.tsumorazu .tokucho dl dt div {
  padding-right: 4px;
  background: #3492ca;
  border-radius: 50%;
  width: 50px;
  padding: 5px 0;
  text-align: center;
  margin-right: 10px;
  color: #FFF;
  font-size: 2em;
}
.tsumorazu .tokucho dl dt {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 1.250em;
}
.tsumorazu .tokucho dl dd {
  margin-top: 10px;
}
.tsumorazu .tokucho dl dd img {
  display: block;
  width: 40%;
  height: auto;
}
.tsumorazu .tokucho table {
  width: 100%;
  border: 2px solid #3492ca;
  margin-top: 60px;
}
.tsumorazu .tokucho tr th {
  width: 20%;
  line-height: 4em;
  font-weight: lighter;
  font-size: 0.875em;
  padding-left: 1em;
}
.tsumorazu .tokucho tr td {
  width: 20%;
  border-left: 1px solid #3492ca;
  text-align: center;
  font-size: 0.875em;
}
.tsumorazu .tokucho .koumoku td {
  text-align: center;
  line-height: 4em;
  font-weight: bold;
  color: #FFF;
}
.tsumorazu .tokucho tr {
  border-bottom: 1px solid #3492ca;
  background: rgba(12, 56, 106, 0.20);
}
.tsumorazu .mechanism > p {
  padding: 20px 0;
  font-size: 1.5em;
  background: #3492ca;
  text-align: center;
  color: #FFF;
  width: 400px;
  margin: 120px 0 0
}
.tsumorazu .mechanism > p > span {
  display: block;
  font-size: 0.750em;
}
.tsumorazu .mechanism ul {
  border-top: 4px solid #3492ca;
}
.tsumorazu .mechanism dl dt {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 1.250em;
}
.tsumorazu .mechanism dl dt span {
  display: block;
  font-weight: lighter;
}
.tsumorazu .mechanism dl dd {
  margin-top: 10px;
  line-height: 1.4em;
}
.tsumorazu .mechanism dl {}
.tsumorazu .mechanism dl dd span {
  /*color: #0c386a;*/
  /*text-decoration: underline;*/
  font-weight: bold;
}
.tsumorazu .mechanism ul li div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  border-bottom: 1px solid #3492ca;
}
.tsumorazu .mechanism ul li img {
  width: 300px;
  display: block;
}
.tsumorazu .gaiyo > p {
  padding: 20px 0;
  font-size: 1.5em;
  background: #3492ca;
  text-align: center;
  color: #FFF;
  width: 400px;
  margin: 120px 0 0
}
.tsumorazu .gaiyo > p > span {
  display: block;
  font-size: 0.750em;
}
.tsumorazu .gaiyo ul {
  border-top: 4px solid #3492ca;
}
.tsumorazu .gaiyo dl dt {
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 1.250em;
}
.tsumorazu .gaiyo dl dt span {
  display: block;
  font-weight: lighter;
}
.tsumorazu .gaiyo dl dd {
  margin-top: 10px;
  line-height: 1.4em;
}
.tsumorazu .gaiyo dl {}
.tsumorazu .gaiyo dl dd span {
  /*color: #0c386a;*/
  /*text-decoration: underline;*/
  font-weight: bold;
}
.tsumorazu .gaiyo ul li > div {
  padding: 40px;
}
.tsumorazu .gaiyo .img-cell {
  display: flex;
  justify-content: center;
}
.tsumorazu .gaiyo .img-cell > img {
  display: block;
  margin: 0 20px;
}
.tsumorazu .more-cell a {
  color: #FFF;
  display: block;
  transition: .3s;
  z-index: 9999;
}
.tsumorazu .more-cell {
  overflow: hidden;
  margin-left: auto;
  position: relative;
  z-index: 0;
  border: 2px solid #3492ca;
  box-sizing: border-box;
  width: 400px;
  margin-top: 60px;
  background-color: #3492ca;
}
.tsumorazu .more-cell a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #FFF;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
.tsumorazu .more-cell a:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.tsumorazu .more-cell a:hover {
  color: #3492ca;
  z-index: 0;
}
.tsumorazu .more-cell a {
  color: #FFF;
  display: block;
  transition: .3s;
  z-index: 9999;
}
.tsumorazu .more-cell a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #FFF;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
.tsumorazu .more-cell a:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.tsumorazu .more-cell a:hover {
  color: #3492ca;
  z-index: 0;
}
/*モルコップ
______________________________________________________*/
.morukoppu-wrapper .tokucho dl dd {
  margin-top: 10px;
  line-height: 1.4em;
}
.morukoppu-wrapper .tokucho dl dd span {
  font-weight: bold;
  color: rgb(52, 146, 202);
}
.morukoppu-wrapper h2 {
  background: url("../img/house.jpg");
  background-position: 0 -100px;
}
.morukoppu-wrapper .gaiyo li:nth-of-type(1) {
  line-height: 1.4em;
  padding-top: 20px;
}
.morukoppu-wrapper .gaiyo li:nth-of-type(1) span {
  font-weight: bold;
  color: rgb(52, 146, 202);
}
.morukoppu-wrapper .gaiyo li:nth-of-type(3) {
  line-height: 1.4em;
}
.morukoppu-wrapper .gaiyo li:nth-of-type(4) div {
  padding-bottom: 0;
}
.morukoppu-wrapper .keii > p {
  padding: 20px 0;
  font-size: 1.5em;
  background: #0c386a;
  text-align: center;
  color: #FFF;
  width: 400px;
  margin: 120px 0 0;
}
.morukoppu-wrapper .keii > p > span {
  display: block;
  font-size: 0.750em;
}
.morukoppu-wrapper .keii ul:nth-of-type(1) {
  border-top: 4px solid #0c386a;
  display: flex;
  justify-content: space-between;
}
/*
.morukoppu-wrapper .keii ul:nth-of-type(1) li {
  width: 50%;
}
*/
.morukoppu-wrapper .keii ul:nth-of-type(1) li img {
  width: 90%;
  display: block;
  margin-top: 20px;
  margin-left: auto;
}
.morukoppu-wrapper .keii ul:nth-of-type(1) li:nth-of-type(1) {
  line-height: 1.4em;
  padding-top: 20px;
}
.morukoppu-wrapper .keii dl dt {
  font-size: 1.5em;
  margin-top: 120px;
}
.morukoppu-wrapper .keii dl dt span {
  display: block;
  font-size: 0.5em;
  padding-top: 5px;
}
.morukoppu-wrapper .keii dl dd > dl > dt {
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 20px;
}
.morukoppu-wrapper .keii dl dd > dl > dt:nth-of-type(2) {
  margin-top: 20px;
}
.morukoppu-wrapper .keii dl dd > dl {
  margin-top: 8px;
  line-height: 1.4em;
  border-top: 2px solid #3492ca;
}
.morukoppu-wrapper .keii dl dd > dl > dd {
  margin-top: 20px;
  line-height: 1.4em;
}
.morukoppu-wrapper .keii dl dd > dl > dd > span {
  display: block;
  padding-top: 18px;
  color: #3492ca;
  font-weight: bold;
}
.morukoppu-wrapper .keii dl dd img {
  margin-top: 60px;
  display: block;
}
.morukoppu-wrapper .keii .afterword dt {
  font-size: 18px;
  color: #3492ca;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1.4em;
  padding: 20px 0;
  border-top: 4px solid #3492ca;
  border-bottom: 4px solid #3492ca;
  margin: 40px 0;
}
.morukoppu-wrapper .keii .afterword dd {
  line-height: 1.4em;
}
.morukoppu-wrapper .keii .afterword dd span {
  font-weight: bold;
  color: rgb(52, 146, 202);
}
.morukoppu-wrapper .prologue {
  line-height: 1.4em;
  padding: 20px 0;
  font-size: 1.125em;
  color: #3492ca;
  border-top: 4px solid #3492ca;
  border-bottom: 4px solid #3492ca;
  margin-top: 20px;
}
.morukoppu-wrapper .gaiyo > p {
  background: #3492ca;
}
.morukoppu-wrapper .gaiyo ul {
  border-top: 4px solid #3492ca;
}
.morukoppu-wrapper .tokucho > p {
  background: #3492ca;
}
.morukoppu-wrapper .tokucho ul {
  border-top: 4px solid #3492ca;
}
.tsumorazu .tokucho dl dt div {
  background: #3492ca;
}
.morukoppu-wrapper .keii > p {
  background: #3492ca;
}
.morukoppu-wrapper .keii ul:nth-of-type(1) {
  border-top: 4px solid #3492ca;
}
.morukoppu-wrapper .mechanism > p {
  background: #3492ca;
}
.morukoppu-wrapper .mechanism ul:nth-of-type(1) {
  border-top: 4px solid #3492ca;
}
.morukoppu-wrapper .mechanism dl dt {
  font-weight: lighter;
  font-size: 1em;
}
.morukoppu-wrapper .mechanism dl dd ul {
  border-top: none !important;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.morukoppu-wrapper .mechanism > ul:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
}
.morukoppu-wrapper .mechanism > ul:nth-of-type(n+2) {
  border-top: none;
  display: flex;
  justify-content: space-between;
}
.morukoppu-wrapper .mechanism > ul:nth-of-type(1) li {
  margin-top: 40px;
  width: 32%;
}
.morukoppu-wrapper .mechanism > ul:nth-of-type(n+2) li {
  margin-top: 40px;
  width: 32%;
}
.morukoppu-wrapper .mechanism > ul:nth-of-type(3) {
  justify-content: flex-start;
}
.morukoppu-wrapper .mechanism > ul:nth-of-type(3) li {
  margin-right: 2%;
}
.morukoppu-wrapper .mechanism dl dd ul li {
  line-height: 4em;
  padding: 0 1em;
  margin-right: 1em;
  background: #3492ca;
  color: #FFF;
  margin-bottom: 1em;
  font-size: 0.875em;
}
.morukoppu-wrapper .mechanism ul li img {
  display: block;
  width: 100%;
}
.morukoppu-wrapper .mechanism > dl {
  border: 2px solid #3492ca;
  padding: 30px;
  margin-top: 40px;
}
.morukoppu-wrapper .mechanism dl dd {
  margin-top: 0;
  line-height: 1em;
  text-align: center;
  padding-top: 5px;
}
.morukoppu-wrapper .mechanism h3 {
  background: #3492ca;
  color: #FFF;
  line-height: 2em;
  font-size: 1.250em;
  text-align: center;
  amrgin: 40px 0;
  margin: 40px 0;
}
.morukoppu-wrapper .mechanism dl dt {
  padding-bottom: 0;
}
.morukoppu-wrapper .tokucho ul li:nth-of-type(5) dl {
  padding-bottom: 0;
}
/*施工事例
______________________________________________________*/
.jirei section {
  max-width: 1180px;
  margin: 0 auto;
}
.jirei .container .contact-cell ul {
  max-width: 1180px;
  width: 94%;
  margin: 120px auto 0;
}
.jirei .container .contact-cell ul li {
  text-align: center;
  color: #0c386a;
  font-size: 1.125em;
}
.jirei .container .contact-cell ul li:nth-child(2) {
  font-size: 2.5em;
}
.jirei .container .contact-cell ul li:nth-child(3) {
  border: 2px solid #0c386a;
  line-height: 3em;
  width: 400px;
  margin: 20px auto 0;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
.jirei .container .contact-cell ul li a {
  display: flex;
  align-items: center;
  color: #0c386a;
  z-index: 9999;
  transition: 0.3s;
}
.jirei .contact-cell ul li {
  overflow: hidden;
}
.jirei .contact-cell ul a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #0C386A;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
.jirei .contact-cell ul a:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
  color: #FFF;
  z-index: -1;
}
.jirei .contact-cell ul li a:hover {
  color: #FFF;
}
.jirei .contact-cell ul li a {
  color: #0c386a;
  z-index: 9999;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jirei h2::after {
  display: none;
}
.jirei .prologue {
  line-height: 1.4em;
  /*text-align: center;*/
  margin: 20px 0 60px;
  font-size: 1.125em;
}
.jirei .etc-img {
  display: flex;
  justify-content: space-between;
}
.jirei .etc-img li {
  width: 30%;
  position: relative;
}
.jirei .etc-img img {
  display: block;
  width: 100%;
}
.jirei .etc-img p {
  text-align: center;
}
.jirei .etc-img li p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 9999;
  /*background: rgba(12, 56, 106, 0.8);*/
  width: 100%;
  padding: 1em 0;
  font-size: 1.125em;
  /* border-radius: 5px; */
  color: #FFF;
  font-weight: bold;
}
.jirei .sekou {
  padding: 120px 0;
}
.kirei > div {
  margin-bottom: 120px;
}
.jirei .sekou .kodate ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  flex-wrap: wrap;
}
.jirei .sekou .kodate ul li {
  width: 24%;
  position: relative;
  /*border-top: 4px solid #0c386a;*/
}
.jirei .sekou .kodate ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.jirei .sekou .kodate dl dt {
  font-size: 1.5em;
  color: #0c386a;
  margin-top: 120px;
  /* background: #0c386a; */
  /* line-height: 3em; */
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #0c386a;
  font-weight: bold;
}
.jirei .sekou .kodate dl dd {
  line-height: 1.4em;
}
.jirei .sekou .kodate:nth-of-type(1) dl dt {
  margin-top: 0;
}
.jirei .sekou .kodate ul li p {
  background: #3492ca;
  text-align: center;
  line-height: 2em;
  line-height: 3em;
  width: 120px;
  border-radius: 5px;
  position: absolute;
  bottom: 5px;
  right: -5px;
  font-size: 0.75em;
  color: #FFF;
}
.jirei .kodate ul li p {
  /*position: relative;*/
}
.jirei .kodate ul li p span {
  width: 12px;
  position: absolute;
  top: 12px;
  right: 11px;
}
.jirei .kodate ul li p span img {
  width: 100%;
}
.jirei dl dt span img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  display: block;
  margin: 0px 6px 0 0;
}
.jirei .bg-color-wrap {
  background-color: rgba(12, 56, 106, 0.1);
}
/*page top
______________________________________________________*/
#page-top {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 400px;
  background: #3492ca;
  width: 68px;
}
#page-top a {
  color: #FFF;
  line-height: 4em;
  display: block;
  text-align: center;
}
/*footer copylight
______________________________________________________*/
footer {
  background-color: #0C386A;
}
footer .foot-wrap {
  width: 94%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 70px 0;
}
footer img {
  width: 200px;
  height: auto;
}
footer .foot-wrap > ul {
  display: flex;
  align-items: center;
}
footer .foot-wrap .right-cell li {
  color: #FFF;
  line-height: 4em;
  font-size: 0.875em;
}
footer .foot-wrap .right-cell {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  width: 340px;
}
footer a {
  color: #EDEDED;
  transition: 0.2s;
}
footer a:hover {
  color: #FFF;
}
.faq-footer {
  margin-top: 0;
}
.copy-cell {
  text-align: center;
  line-height: 2em;
  font-size: 0.875em;
}
@media screen and (max-width: 960px) {
  .pure-toggle-label {
    display: block;
  }
  header > div .logo-cell img {
    width: 50px;
  }
  header ul {
    display: none;
  }
  header .contact-cell {
    display: none;
  }
  footer .foot-wrap .right-cell {
    display: none;
  }
  footer .foot-wrap > ul {
    display: block;
  }
  footer img {
    display: block;
    margin: 0 auto;
    width: 140px;
  }
  footer .foot-wrap {
    padding: 32px 0;
  }
  #page-top {
    bottom: 230px;
  }
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 1.750em;
  }
  h2::after {
    width: 50px;
  }
  h2 span::after {
    width: 50px;
  }
  .company .syacho-wrapper ul {
    display: block;
  }
  .company .syacho-wrapper ul li:first-child {
    width: 100%;
    padding-right: 0;
  }
  .company .syacho-wrapper ul li:nth-child(2) {
    margin: 0 auto;
  }
  .company .syacho-wrapper ul li {
    line-height: 1.5em;
    margin-bottom: 3em;
  }
  .company .syacho-wrapper ul li span {
    margin-top: 0.5em;
  }
  .company .lab ul {
    display: block;
  }
  .company .lab ul li {
    width: 100%;
    padding: 0;
    padding-bottom: 12px;
  }
  .company .lab ul li:nth-of-type(2) {
    padding: 0;
  }
  .jirei .sekou .kodate ul li {
    width: 49%;
    margin-bottom: 12px;
  }
  .faq .faq-contents {
    display: block;
  }
  .faq .faq-contents .contents {
    width: 100%;
  }
  .partner .youkou p {
    font-size: 1.250em;
  }
  @media screen and (max-width: 768px) {
    .tsumorazu .gaiyo > p {
      font-size: 1.125em;
    }
    .tsumorazu .gaiyo .img-cell {
      display: block;
    }
    .tsumorazu .gaiyo > p {
      width: 230px;
    }
    .tsumorazu .gaiyo .img-cell > img {
      margin: 0;
      width: 100%;
    }
    .tsumorazu .tokucho > p {
      font-size: 1.125em;
      width: 230px;
    }
    .tsumorazu .tokucho dl {
      padding: 10px 0 0 0;
    }
    .tsumorazu .tokucho dl dt {
      font-size: 1.125em;
    }
    .tsumorazu .tokucho dl dd img {
      width: 100%;
    }
    .tsumorazu .tokucho .koumoku td {
      text-align: center;
      line-height: 1.5em;
    }
    .tsumorazu .tokucho tr th {
      font-size: 0.875em;
      padding-left: 0.5em;
      line-height: 1.5em;
    }
    .tsumorazu .mechanism > p {
      font-size: 1.125em;
      width: 230px;
    }
    .tsumorazu .mechanism ul li div {
      display: block;
    }
    .tsumorazu .mechanism dl dt {
      font-size: 1.125em;
    }
    .tsumorazu .mechanism ul li div {
      padding: 20px 0;
    }
    .tsumorazu .mechanism ul li img {
      width: 100%;
    }
    .tsumorazu .gaiyo ul li > div {
      padding: 20px;
    }
    .morukoppu-wrapper .keii > p {
      font-size: 1.125em;
      width: 230px;
    }
    .morukoppu-wrapper .keii ul:nth-of-type(1) {
      display: block;
    }
    .morukoppu-wrapper .keii ul:nth-of-type(1) li {
      width: 100%;
    }
    .morukoppu-wrapper .keii ul:nth-of-type(1) li img {
      width: 100%;
      margin-left: 0;
    }
    .morukoppu-wrapper .keii dl dd img {
      width: 100%;
    }
    h2 span {
      padding-top: 4em;
      font-size: 18px;
    }
    .kaihatsu .contents dl dd {
      padding: 0.5em;
    }
    .tsumorazu .more-cell {
      font-size: 0.875em;
    }
    .morukoppu .more-cell {
      font-size: 0.875em;
    }
    .kaihatsu .contents dl dt {
      font-size: 1.25em;
    }
    .kaihatsu .container .contact-cell ul li:nth-child(3) {
      width: 90%;
      margin: 10px auto 0;
    }
    .kaihatsu .container .contact-cell ul li:nth-child(2) {
      font-size: 1.5em;
    }
    .kaihatsu .container .contact-cell ul li {
      font-size: .875em;
    }
    .kaihatsu .container .contact-cell ul li:nth-child(3) {
      width: 100%;
      margin: 10px auto 0;
    }
    .tsumorazu .container .contact-cell ul li:nth-child(3) {
      width: 90%;
      margin: 10px auto 0;
    }
    .tsumorazu .container .contact-cell ul li:nth-child(2) {
      font-size: 1.5em;
    }
    .tsumorazu .container .contact-cell ul li {
      font-size: .875em;
    }
    .tsumorazu .container .contact-cell ul li:nth-child(3) {
      width: 100%;
      margin: 10px auto 0;
    }
    .company .syacho-wrapper ul li:nth-child(2) {
      width: 100%;
    }
    .jirei .etc-img li p {
      font-size: 0.875em;
    }
    .jirei .etc-img li {
      width: 32%;
    }
    .jirei .sekou .kodate ul li {
      width: 100%;
    }
    .business .contents > ul {
      display: block;
    }
    .business .contents > ul li {
      width: 100%;
      margin-bottom: 20px;
    }
    .contact .contact-table p {
      margin: 0px auto 48px;
      font-size: 0.750em;
    }
    .contact .contact-table table th {
      display: block;
    }
    .contact .contact-table table td {
      display: block;
      margin-bottom: 32px;
    }
    .contact .contact-table table .address .content-wrapper {
      width: 100%;
    }
    .contact .contact-table table .name .content-wrapper input {
      width: 100%;
      margin: 0;
    }
    .contact .contact-table table .address .content-wrapper input {
      width: 100%;
      margin: 0;
    }
    .contact .contact-table table .mail .content-wrapper input {
      width: 100%;
      margin: 0;
    }
    .contact .contact-table table .telephone .content-wrapper input {
      width: 100%;
      margin: 0;
    }
    .contact .contact-table table .company .content-wrapper input {
      width: 100%;
      margin: 0;
    }
    .contact .contact-table table th {
      width: 100%;
      padding-left: 0em;
      margin: 0;
    }
    .contact .contact-table table .content .content-wrapper textarea {
      margin: 0;
    }
    .contact .contact-table table th {
      padding-bottom: 0em;
    }
    .contact .contact-table .content th { /*お問い合わせ内容"th"調整*/
      padding-top: 0;
    }
    .faq .jump-wrapper {
      width: 100%;
    }
    .hanbai .contents td {
      display: block;
      padding: 1em 0;
    }
    .hanbai .contents th {
      display: block;
      padding-left: 0;
      padding-top: 1em;
      width: 100%;
    }
    .information .title {
      font-size: 1.125em;
    }
    .information .topics ul li span {
      font-size: 1.250em;
    }
    .information .topics .contents {
      font-size: 0.875em;
    }
    .tsumorazu .more-cell {
      width: 100%;
    }
    .morukoppu .more-cell {
      width: 100%;
    }
    .partner .youkou .image-cell {
      background-position-y: -80px;
    }
    .recruit .contents th {
      display: block;
      margin-top: 1em;
      width: 100%;
      text-align: center;
      padding-left: 0;
      padding: 1em 0;
    }
    .recruit .contents td {
      display: block;
      padding: 1em 0;
      padding-left: 0em;
    }
    .recruit .rinen-wrapper P {
      line-height: 1.4em;
      padding: 2em 1em;
    }
    .recruit .container ul li:nth-child(3) {
      width: 100%;
    }
    .information .topics .more-cell {
      width: 100%;
    }
    .partner .youkou p span {
      font-size: 16px;
    }
    @media screen and (max-width: 616px) {
      .partner .youkou .image-cell {
        background-position-y: -30px;
      }
	  .faq .faq-contents .a-cell span {
          padding: 10px 20px;
        }
        .faq .faq-contents .a-cell {
          padding: 2em 1em;
        }
      @media screen and (max-width: 414px) {
        .jirei .container .contact-cell ul li:nth-child(3) {
          width: 100%;
        }
        .business .container .contact-cell ul li:nth-child(3) {
          width: 100%;
        }
        .contact .contact-table .btn input {
          width: 90%;
        }
        .hanbai .container .contact-cell ul li:nth-child(3) {
          width: 100%;
        }
        .partner .youkou .image-cell {
          background-position-y: 0;
        }
        .partner .contents th {
          display: block;
          padding-top: 1em;
          width: 100%;
        }
        .partner .contents td {
          display: block;
          padding: 1em 0;
          font-size: 0.875em;
        }
        .partner .container .contact-cell ul li:nth-child(3) {
          width: 100%;
        }
      }