@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;800;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
@import url("/css/fonts.css?ver=220924");
/**
 * wfr-company-ext.css
 *
 * @package    WFR
 * @copyright  Copyright (c) 2022-2024 RM Co., Ltd.
 * @version    2.5.240204
 */
:root {
  --base-color: #0075be;
  --base-hover: #0084d7;
  --background: #fff;
  --color: #000;
  --header: rgb(255 255 255 / 70%);
  --flow: #aaa;
  --task: #e6e6e6;
  --header-sns: #000;
  --header-sns-hover: #0084d7;
  --footer-sns: #000;
  --footer-sns-hover: #0084d7; 
  --menu-icon: #666;
  --font: 'Noto Sans JP', sans-serif;
  --size: 15px;
  --weight: 300;
  --weight-400: 400;
  --weight-500: 500;
  --title-font: var(--font);
  --title-weight: 700;
  --title-color: var(--color);
  --button-color: var(--base-color);
  --button-text: #fff;
  --button-color-hover: var(--base-hover);
  --button-text-hover: #fff;
  --header2: var(--header);
  --header-sns2: var(--header-sns);
  --header-sns-hover2: var(--header-sns-hover);
  --mailform-back-color: var(--task);
  --mailform-font-color: var(--color);
  --mailform-span-color: var(--base-color);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0 auto;
  padding: 0;
  background: var(--background);
  color: var(--color);
  font-family: var(--font);
  font-weight: var(--weight);
  font-size: var(--size);
  line-height: 1.7;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
  border: 0;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}
video {
  max-width: 100%;
}
a {
  text-decoration: none;
}
#detach-button-host {
  display: none;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
}
/*----------------------------------------------------------------------------------
  Multi Device
-------------------------------------------------------------------------------------*/
.sp-contents {
  display: none!important;
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  section.main .pc-contents {
    display: none!important;
  }
  section.main .sp-contents {
    display: block!important;
  }
}
@media screen and (max-width: 767px) {
  .pc-contents {
    display: none!important;
  }
  .sp-contents {
    display: block!important;
  }
  .sp-contents.flex {
    display: flex!important;
  }
}
/*----------------------------------------------------------------------------------
  Flex layout
-------------------------------------------------------------------------------------*/
.fit {
  position: relative;
}
.fit > * {
  position: absolute;
}
.fit video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.fit img.region {
  width: 100%;
  position: relative;
}
.fit img.region.hide {
  visibility: hidden;
}
.center {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
/*----------------------------------------------------------------------------------
  Effect layout
-------------------------------------------------------------------------------------*/
.effect {
  position: relative;
  top: 30px;
  height: 100%;
  opacity: 0;
  transition: 1.3s;
}
.effect.moved {
  top: 0;
  opacity: 1;
}
.fadein {
  opacity: 0.5;
  transform: translate(0, 50px);
  transition: 1.3s;
}
.fadein.moved {
  opacity: 1;
  transform: translate(0,0);
}
@media screen and (max-width: 767px) {
  .effect {
    top: 0;
    opacity: 1;
  }
  .fadein {
    opacity: 1;
    transform: translate(0,0);
  }
}
/*----------------------------------------------------------------------------------
  Add line
-------------------------------------------------------------------------------------*/
.line-end {
  display: flex;
  align-items: center;
  word-break: keep-all
}
.line-end span {
  display: block;
  margin-left: 20px;
  width: 100%;
  height: 1px;
  background: #fff;
}
.line-end-vertical {
  display: flex;
  align-items: center;
  word-break: keep-all;
}
.line-end-vertical span {
  display: block;
  margin: 5px auto 10px;
  width: 1px;
  height: calc(100%);
  background: #0075be;
}
/*--------------------------------------------------------------------------------------
  ヘッダー
---------------------------------------------------------------------------------------*/
header {
  display: none;
  width: 100%;
  height: 80px;
  background-color: var(--header);
  position: fixed;
  top: 0;
  z-index: 100;
  overflow: hidden;
  transition: 0.3s 1.3s;
}
header.scroll {
  background-color: var(--header2);
}
header.show {
  height: 80px;
}
header.hide {
  height: 0;
  overflow: hidden;
}
header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 94%;
  height: 100%;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
}
header .wrap > a {
  display: none;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: var(--menu-icon, #666);
  cursor: pointer;
}
header div.logo > a {
  display: inline-block;
}
header div.logo div {
  display: inline-block;
}
header div.logo div img {
  display: inline-block;
  height: 50px;
  vertical-align: middle;
}
header div.logo div span {
  display: inline-block;
  margin: 0 10px;
  line-height: 1;
  vertical-align: middle;
  color: var(--header-sns);
  font-family: var(--title-font);
  font-weight: var(--title-weight);
}
header.scroll div.logo div span {
  color: var(--header-sns2);
}
header div.menu {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
header ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
header ul li {
  margin-left: 10px;
}
header ul:first-child li a {
  line-height: 34px;
  color: var(--header-sns, #000);
}
header ul:first-child li a:hover {
  color: var(--header-sns-hover, #0084d7);
}
header ul:last-child li {
  margin: 0 20px;
  cursor: pointer;
  color: var(--header-sns, #000);
}
header ul:last-child li:hover {
  text-decoration: underline;
  color: var(--header-sns-hover, #0084d7);
}
header.scroll ul:first-child li a {
  color: var(--header-sns2);
}
header.scroll ul:first-child li a:hover {
  color: var(--header-sns-hover2);
}
header.scroll ul:last-child li {
  color: var(--header-sns2);
}
header.scroll ul:last-child li:hover {
  color: var(--header-sns-hover2);
}
@media screen and (max-width: 880px) {
  header {
    display: none;
    height: 60px;
  }
  header.show {
    height: 60px;
    overflow: visible;
  }
  header.hide {
    height: 0;
    overflow: hidden;
  }
  header .wrap {
    flex-wrap: wrap;
  }
  header .wrap > a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    position: absolute;
    top: 15px;
    right: 5px;
  }
  header div.logo {
    display: flex;
    align-items: center;
    height: 60px;
  }
  header div.logo div img {
    height: 34px;
  }
  header div.menu {
    flex-direction: column-reverse;
    padding: 20px 0 10px;
    width: 0px;
    max-height: 229px;
    overflow: hidden;
    xbackground: var(--header);
    background: var(--header2);
    position: absolute;
    top: 75px;
    right: 0;
    transition: 0.5s;
  }
  header div.menu.open {
    width: 150px;
    max-height: initial;
  }
  header div.menu > * {
    visibility: hidden;
  }
  header div.menu.open > * {
    visibility: visible;
  }
  header ul:first-child {
    justify-content: space-between;
    width: 70%;
  }
  header ul:first-child li {
    margin: 0;
  }
  header ul:first-child li a {
    color: var(--header-sns2);
  }
  header ul:first-child li a:hover {
    color: var(--header-sns-hover2);
  }
  header ul:last-child {
    flex-direction: column;
    margin-bottom: 15px;
    width: 100%;
  }
  header ul:last-child li {
    margin: 10px 0;
    width: 100%;
    height: 30px;
    text-align: center;
    overflow: hidden;
    color: var(--header-sns2);
  }
  header ul:last-child li:hover {
    text-decoration: none;
    color: var(--header-sns-hover2);
  }
}
/*--------------------------------------------------------------------------------------
  フッター
---------------------------------------------------------------------------------------*/
footer {
  background: var(--task);
}
footer div.sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 94%;
  max-width: 1300px;
  height: 54px;
}
footer div.sns > div {
  display: flex;
  align-items: center;
}
footer ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
footer ul li {
  margin-left: 10px;
  font-size: 15px;
  font-weight: var(--weight);
  color: var(--footer-sns, #000);
}
footer ul li:first-child {
  margin: 0 0 0 10px;
}
footer div.sns ul li a {
  line-height: 54px;
  color: var(--footer-sns, #000);
}
footer div.sns ul li a:hover {
  color: var(--footer-sns-hover, #0084d7);
}
footer div.sns > ul:last-child {
  display: flex;
}
footer div.sns > ul:last-child li {
  margin: 0 20px;
  cursor: pointer;
  color: var(--footer-sns, #000);
}
footer div.sns > ul:last-child li:hover {
  color: var(--footer-sns-hover, #0084d7);
  text-decoration: underline;
}
footer div.wrap {
  display: flex;
  flex-direction: column;
  padding: 70px 0;
  width: 100%;
  background-color: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
footer div.wrap div {
  display: flex;
  align-items: center;
  margin: 0 auto 30px;
  width: auto;
}
footer div.wrap div.top {
  flex-direction: column;
}
footer div.wrap div img {
  display: block;
  position: relative;
}
footer div.wrap div.top img {
  margin-bottom: 15px;
  top: 0;
}
footer div.wrap div span {
  display: block;
  margin: 0 20px;
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
footer div.wrap p:first-of-type {
  margin-bottom: 10px;
  font-family: 'Vollkorn', serif;
  font-size: 36px;
  font-size: 15px; /* modified: 240819 */
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
footer div.wrap p:last-of-type {
  font-size: 15px;
  font-weight: var(--weight);
  text-align: center;
}
footer small {
  display: block;
  margin-top: 20px;
  padding: 30px 0 0 0;
  font-size: 13px;
  font-weight: var(--weight);
  text-align: center;
}
footer a.pagetop {
  display: none;
  padding: 15px 20px;
  background: rgb(0 0 0 / 80%);
  text-decoration: none;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  position: fixed!important;
  right: 20px!important;
  bottom: 20px!important;
  top: initial!important;
  left: initial!important;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  footer ul li {
    font-size: 14px;
  }
  footer div.sns {
    flex-direction: column-reverse;
    padding: 20px 0 10px;
    height: auto;
  }
  footer div.sns > div {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    width: 100%;
  }
  footer div.sns ul {
    width: 100%;
  }
  footer div.sns ul li a {
    line-height: initial;
  }
  footer div.sns > div ul:first-child li {
    display: none;
  }
  /*
  footer div.sns > div ul:first-child  li:nth-child(1) {
    width: calc(50% - 10px);
    text-align: right;
    font-size: 12px;
    line-height: initial;
  }
  footer div.sns > div ul:first-child  li:nth-child(2) {
    width: calc(50% - 10px);
    font-size: 12px;
    line-height: initial;
  }
  */
  footer div.sns > div ul:last-child  li {
    margin: 10px;
    line-height: initial;
  }
  footer div.sns > ul:last-child {
    flex-direction: column;
    align-items: center;
  }
  footer div.sns > ul:last-child li {
    margin: 5px 20px;
  }
  footer div.wrap {
    padding: 30px 0 70px;
  }
  footer div.wrap div {
    margin: 0 auto 20px;
  }
  footer div.wrap div img {
    width: auto!important;
  }
  footer div.wrap div.top img {
    margin-bottom: 10px;
  }
  footer div.wrap div span {
    font-size: 22px !important;
  }
  footer div.wrap p:first-of-type {
    margin-bottom: 10px;
    font-size: 13px!important; /* modified: 240819 */
  }
  footer div.wrap p:last-of-type {
    font-size: 13px!important; /* modified: 240819 */
  }
  footer small {
    font-size: 11px!important; /* modified: 240819 */
  }
  footer a.pagetop {
    font-size: 10px;
  }
}
/*--------------------------------------------------------------------------------------
  セクション
---------------------------------------------------------------------------------------*/
section.wrap {
  padding: 0;
}
section.wrap.static {
  padding-top: 80px;
}
section.wrap.service {
  padding-top: 102px;
}
section.layer div.layer {
  margin: 0;
  background: no-repeat center center / cover fixed;
  height: 700px;
}
section.layer div.layer.scroll {
  height: 200px;
  padding-top: 56.52%;
  background-attachment: scroll;
}
.layerover {
  position: relative!important;
  top: 350px!important;
  margin-top: -350px!important;
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  section.layer div.layer {
    margin: 0 auto;
    width: 100%;
    height: 200px;
    padding-top: 56.52%;
    background-attachment: scroll;
  }
  .layerover {
    top: 0!important;
    margin-top: 0!important;
  }
}
@media screen and (max-width: 880px) {
  section.wrap.static {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  section.wrap {
    padding-top: 0;
  }
  section.wrap.service {
    padding-top: 60px;
  }
  section.layer div.layer {
    margin: 0 auto;
    width: 100%;
    height: 200px;
    padding-top: 56.52%;
    background-attachment: scroll;
  }
  .layerover {
    top: 0!important;
    margin-top: 0!important;
  }
}
/*--------------------------------------------------------------------------------------
  コンテンツ画像
---------------------------------------------------------------------------------------*/
.wfr-edit section.fitimage {
  min-height: 200px;
}
section.fitimage img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  
}
/*--------------------------------------------------------------------------------------
  バナー
---------------------------------------------------------------------------------------*/
section.banner {
  padding: 100px 0;
  min-height: 200px;
}
section.banner a {
  display: block;
  margin: 0 auto;
  width: 1050px;
}
section.banner img {
  margin: 0 auto;
}
section.banner a:hover {
  overflow: hidden;
}
section.banner a:hover img {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
@media screen and (max-width: 1150px) {
  section.banner a {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    margin: 0 auto;
    padding: 65px 0;
    min-height: initial;
  }
  section.banner a {
    width: 90%;
    min-width: initial;
  }
}
/*--------------------------------------------------------------------------------------
  タイトル（基本レイアウト）
---------------------------------------------------------------------------------------*/
section.title.ext {
  margin-bottom: 0px;
  width: 100%;
  height: 500px;
  background: linear-gradient(90deg, #a3acb7 0%, #a3acb7 43%, #fff 43%, #fff 100%);
  position: relative;
}
section.title.ext div.image {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  width: 69%;
  height: 500px;
  right: 0;
  top: 30px;
  z-index: 1;
}
section.title.ext div.image img {
  display: none;
}
section.title.ext div.wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1120px;
  height: 500px;
}
section.title.ext div.wrap h2 {
  padding-top: 10%;
  /*color: #fff;*/
}
section.title.ext div.wrap h2 label {
  display: block;
}
section.title.ext div.wrap h2 label:first-child {
  font-size: 50px;
  line-height: 150%;
  /*font-weight: 700;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.title.ext div.wrap h2 label:last-child {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: var(--color);
}
@media screen and (max-width: 767px) {
  section.title.ext {
    margin: 0 auto;
    width: 90%;
    height: auto;
    background: #a3acb7;
  }
  section.title.ext div.image {
    width: 100%;
    height: auto;
    background: none!important;
    position: relative;
    top: initial;
    right: initial;
  }
  section.title.ext div.image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  section.title.ext div.wrap {
    width: 100%;
    height: auto;
  }
  section.title.ext div.wrap h2 {
    padding: 10px;
    text-align: center;
  }
  section.title.ext div.wrap h2 label:first-child {
    font-size: 20px;
    line-height: 120%;
  }
}
/*--------------------------------------------------------------------------------------
  タイトル（幅100%画像レイアウト）
---------------------------------------------------------------------------------------*/
section.title.ace {
  margin-bottom: 0;
  width: 100%;
}
section.title.ace div.image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 400px;
}
section.title.ace div.image p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: rgba(64, 64, 64, 0.2);
  width: 100%;
  min-height: 400px;
  font-size: 30px;
  /*color: #fff;*/
  color: var(--color);
  text-align: center;
}
section.title.ace div.wrap {
  padding: 30px 10px 0px;
  width: 100%;
  height: auto;
  min-height: 170px;
}
section.title.ace div.wrap h2 {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  gap: 4px;
}
section.title.ace div.wrap h2 label:first-child {
  font-size: min(5.8vw, 28px);
  line-height: initial;
  letter-spacing: 5px;
  /*font-weight: 700;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.title.ace div.wrap h2 label:last-child {
  line-height: initial;
  /*color: #0075be;*/
  letter-spacing: 2px;
  font-size: min(4.8vw, 20px);
  font-weight: 400;
  color: var(--color);
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  section.title.ace div.image {
    min-height: 250px;
  }
}
@media screen and (max-width: 767px) {
  section.title.ace {
    margin: 0 auto;
    width: 100%;
  }
  section.title.ace div.image {
    min-height: 340px;
  }
  section.title.ace div.wrap h2 {
    line-height: initial;
  }
}
/*--------------------------------------------------------------------------------------
  タイトル2
---------------------------------------------------------------------------------------*/
section.title2 {
  margin-bottom: 100px;
  width: 100%;
}
section.title2 div.image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 400px;
}
section.title2 div.wrap {
  display: flex;
  margin: 10px;
  padding: 10px;
  width: auto;
  max-width: 100%;
  min-height: 100px;
  background: rgb(255 255 255 / 75%);
}
section.title2 div.wrap > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-height: 100px;
  margin-right: 10px;
}
section.title2 div.wrap img {
  object-fit: scale-down;
}
section.title2 div.wrap > div:last-child {
  padding: 0 20px 0 10px;
  width: calc(100% - 100px);
  text-align: center;
}
section.title2 p:last-child {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  section.title2 {
    margin-bottom: 0;
  }
  section.title2 div.wrap {
    flex-direction: column;
    align-items: center;
    width: 80%;
  }
  section.title2 div.wrap div {
    width: 100%!important;
  }
}
/*--------------------------------------------------------------------------------------
  メインセクション
---------------------------------------------------------------------------------------*/
section.main {
  margin-bottom: 0;
  width: 100%;
}
section.main div.wrap {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  transition: 1.3s;
}
section.main img.poster {
  display: none;
}
section.main video {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
section.main img.item {
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.main div.logo img {
  width: 70px;
  height: 70px;
}
section.main div.logo.bottom {
  width: 304px;
  height: 270px;
  background: transparent;
  overflow: hidden;
  position: absolute;
  bottom: -135px;
  left: 50%;
  transform: translateX(-50%);
}
section.main div.logo.bottom::after {
  display: block;
  content: "";
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 20% 0% 100%;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 52%);
}
section.main div.logo.bottom img.item {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
section.main div.logo.left-c {
  width: 300px;
  height: 300px;
  background: #fff;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: -150px;
  left: -150px;
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 52%);
}
section.main div.logo.left-c img.item {
  position: absolute;
  top: initial;
  left: initial;
  bottom: 18%;
  right: 18%;
  transform: initial;
  z-index: 1;
}
section.main div.logo.right-c {
  width: 300px;
  height: 300px;
  background: #fff;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: -150px;
  right: -150px;
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 52%);
}
section.main div.logo.right-c img.item {
  position: absolute;
  top: initial;
  bottom: 18%;
  left: 18%;
  transform: initial;
  z-index: 1;
}
section.main div.logo.left-r {
  width: 150px;
  height: 150px;
  background: #fff;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 52%);
}
section.main div.logo.left-r img.item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
section.main div.logo.right-r {
  width: 150px;
  height: 150px;
  background: #fff;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 52%);
}
section.main div.logo.right-r img.item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
section.main div.item {
  display: flex;
  flex-direction: row-reverse;
  height: calc(100% - 200px);
  position: absolute;
  top: 200px;
  left: 10%
}
section.main div.horizon div.item {
  flex-direction: column;
}
section.main div.vertical p {
  writing-mode: vertical-rl;
  line-height: 1.5;
  top: initial!important;
}
section.main div.vertical p:first-child {
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.main div.vertical p:last-child {
  padding: 0 20px;
}
section.main div.horizon p {
  line-height: 1.2;
  top: initial!important;
}
section.main div.horizon p:first-child {
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.main div.horizon p:last-child {
  padding: 20px 0.2em;
}
@media screen and (max-width: 767px) {
  section.main img.poster,
  section.main video {
    width: auto;
    height: 100vh;
    height: 100dvh;
    object-fit: cover;
  }
  section.main video.sp-contents {
    width: 100%;
  }
  section.main div.item {
    left: 50%;
    transform: translateX(-50%);
  }
  section.main div.item p {
    top: initial !important;
  }
  section.main div.horizon div.item {
    width: 90%;
  }
  section.main img.item {
    min-width: 50px;
    min-height: 50px;
  }
  section.main div.logo img {
    width: 50px;
    height: 50px;
  }
  section.main div.logo.bottom {
    width: 240px;
    height: 205px;
    bottom: -100px;
  }
  section.main div.logo.bottom::after {
    width: 150px;
    height: 150px;
    top: 30px;
  }
  section.main div.logo.left-r,
  section.main div.logo.right-r {
    width: 100px;
    height: 100px;
  }
  section.main div.logo.left-c {
    width: 200px;
    height: 200px;
    top: -100px;
    left: -100px;
  }
  section.main div.logo.left-c img.item {
    bottom: 18%;
    right: 18%;
  }
  section.main div.logo.right-c {
    width: 200px;
    height: 200px;
    top: -100px;
    right: -100px;
  }
  section.main div.logo.right-c img.item {
    bottom: 18%;
    left: 18%;
  }
}
/*--------------------------------------------------------------------------------------
  求める人物
---------------------------------------------------------------------------------------*/
section.youwant {
  margin: 0 auto;
  padding: 100px 0 300px;
  width: 94%;
  min-height: 600px;
  max-width: 1120px;
  position: relative;
}
section.youwant div.image {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
section.youwant div.wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 50px;
  width: 80%;
  max-width: 100%;
  min-height: 300px;
  background: #ccc;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2;
}
section.youwant div.wrap h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2;
  /*color #ffea00;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.youwant div.wrap p:first-of-type {
  margin-bottom: 20px;
  line-height: 1.2;
  /*color: #000;*/
  color: var(--color);
}
section.youwant div.wrap p:last-of-type {
  margin-bottom: 20px;
  /*color: #fff;*/
  text-align: center;
  color: var(--color);
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  section.youwant {
    margin: 0 auto;
    padding: 50px 0 0;
    width: 94%;
  }
  section.youwant div.wrap {
    padding: 20px;
    width: 100%;
    position: relative;
  }
  section.youwant div.image {
    position: relative;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  section.youwant {
    margin: 0 auto;
    padding: 50px 0 0;
    width: 90%;
  }
  section.youwant div.wrap {
    padding: 20px;
    width: 100%;
    position: relative;
  }
  section.youwant div.image {
    position: relative;
    height: 250px;
  }
  section.youwant div.wrap h2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  section.youwant div.wrap p:first-of-type {
    text-align: center;
  }
  section.youwant div.wrap p:last-of-type {
    font-size: 14px !important;
  }
}
/*--------------------------------------------------------------------------------------
  お問い合わせ
---------------------------------------------------------------------------------------*/
section.contact {
  padding: 100px 0;
  width: 100%;
  background-position: center;
  background-size: cover;
}
section.contact div.wrap {
  display: flex;
  margin: 0 auto;
  width: 94%;
  min-height: 350px;
  max-width: 1120px;
  position: relative;
}
section.contact div.wrap div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  line-height: 1;
}
section.contact div.wrap div:first-child {
  margin-right: 10px;
  width: calc(40% - 10px);
}
section.contact div.wrap div:first-child p:first-of-type {
  font-size: min(4.8vw, 16px);
}
section.contact div.wrap div:last-child {
  width: 60%;
}
section.contact h2 {
  margin-bottom: 20px;
  font-size: min(7vw, 30px);
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.contact hr {
  display: block;
  margin: 30px 0 40px;
  width: 50px;
  height: 3px;
  background: var(--base-color);
  border: none;
}
section.contact div.wrap p:last-of-type {
  margin-top: 10px;
  line-height: 1.8em;
  letter-spacing: .1em;
}
section.contact a:not(.link) {
  font-size: min(7.2vw, 50px);
}
section.contact a:not(.link):before {
  display: inline-block;
  content: "\f879";
  margin: 10px 8px 0 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: min(5.2vw, 40px);
  transform: rotate(10deg);
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}
section.contact a span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -0.05em;
}
section.contact a.link {
  display: block;
  width: 360px;
  max-width: 100%;
  margin-top: 30px;
  padding: 30px 10px;
  background-color: var(--button-color);
  border-radius: 5px;
  color: var(--button-text);
  font-size: 16px;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
}
section.contact a.link:hover {
  background-color: var(--button-color-hover);
  color: var(--button-text-hover);
}
@media screen and (max-width: 767px) {
  section.contact div.wrap {
    flex-direction: column;
    width: 90%;
  }
  section.contact div.wrap > div:first-child {
    margin: 0;
    padding: 50px 15px 0;
    width: 100% !important;
  }
  section.contact div.wrap > div:last-child {
    margin: 0;
    padding: 0 15px 50px;
    width: 100% !important;
  }
  section.contact div.wrap > div p:last-of-type {
    text-align: center;
    font-size: 13px!important;
  }
  section.contact div.wrap > div:last-child p:last-of-type {
    margin-top: 10px;
  }
  section.contact hr {
    margin: 20px 0 30px;
  }
  section.contact a:first-of-type {
    margin-top: 20px;
  }
  section.contact a:not(.link):before {
    margin: 4px 4px 0 0;
  }
  section.contact a.link {
    padding: 25px 10px;
    width: 300px;
    font-size: 15px;
  }
}
/*--------------------------------------------------------------------------------------
  代表挨拶
---------------------------------------------------------------------------------------*/
section.greet {
  padding: 100px 0;
  background-position: center;
  background-size: cover;
}
section.greet > div:first-child {
  margin: 0 auto 30px;
  width: 90%;
  max-width: 960px;
}
/* > img は旧バージョン */
section.greet > img,
section.greet > div:first-child img {
  display: block;
  margin: 0 auto;
  object-fit: scale-down;
}
section.greet > p {
  margin: 0px auto 30px;
  width: 90%;
  max-width: 960px;
  font-size: 28px;
  line-height: 150%;
  /*color: rgba(51,85,119);*/
  text-align: center;
  /*font-family: var(--font); modified: 240907 */
  /*font-weight: 700;  modified: 240907 */
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.greet div.text p.title {
  margin: 0 0 30px;
  width: 100%;
  font-size: 28px;
  line-height: 150%;
  /*color: rgba(51,85,119);*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.greet div.wrap {
  display: flex;
  gap: 30px;
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}
section.greet div.wrap.right {
  flex-direction: row-reverse;
}
/* div.wrap > p は旧バージョン */
section.greet div.wrap > p,
section.greet div.wrap div.text {
  width: 50%;
  font-family: var(--font);
  font-weight: var(--weight);
  line-height: 200%;
}
section.greet div.wrap div.text p {
  width: 100%;
}
section.greet div.image {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 50%;
  height: auto;
  background: none!important;
}
section.greet div.image > img {
  object-fit: scale-down;
}
@media screen and (max-width: 767px) {
  section.greet {
    margin: 0 auto;
    padding: 65px 0;
  }
  section.greet > div:first-child {
    margin: 0 auto 20px;
  }
  section.greet > p {
    margin: 0px auto 20px;
    padding: 0;
  }
  section.greet div.text p.title {
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
  }
  section.greet div.wrap {
    flex-direction: column !important;
    padding: 0;
  }
  /* div.wrap > p は旧バージョン */
  section.greet div.wrap > p,
  section.greet div.wrap div.text {
    width: 100%;
  }
  /* div.wrap > p は旧バージョン */
  section.greet div.wrap > p,
  section.greet div.wrap div.text p:not(.title) {
    font-size: 14px !important;
    line-height: 180%;
  }
  section.greet div.image {
    justify-content: center;
    width: 100%;
  }
}
/*--------------------------------------------------------------------------------------
  募集背景
---------------------------------------------------------------------------------------*/
section.background {
  padding: 100px 0;
  background-position: center;
  background-size: cover;
}
section.background > div:first-child {
  margin: 0 auto 30px;
  width: 90%;
  max-width: 960px;
}
/* > img は旧バージョン */
section.background > img,
section.background > div:first-child img {
  display: block;
  margin: 0 auto;
  object-fit: scale-down;
}
section.background > p {
  margin: 0px auto 30px;
  width: 90%;
  max-width: 960px;
  font-size: 28px;
  line-height: 150%;
  /*color: rgba(51,85,119);*/
  text-align: center;
  /*font-family: var(--font);*/
  /*font-weight: 700;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.background div.text p.title {
  margin: 0 0 30px;
  width: 100%;
  font-size: 28px;
  line-height: 150%;
  /*color: rgba(51,85,119);*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.background div.wrap {
  display: flex;
  gap: 30px;
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}
section.background div.wrap.right {
  flex-direction: row-reverse;
}
/* div.wrap > p は旧バージョン */
section.background div.wrap > p,
section.background div.wrap div.text {
  width: 50%;
  font-family: var(--font);
  font-weight: var(--weight);
  line-height: 200%;
}
section.background div.wrap div.text p {
  width: 100%;
}
section.background div.image {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 50%;
  height: auto;
  background: none!important;
}
section.background div.image > img {
  object-fit: scale-down;
}
@media screen and (max-width: 767px) {
  section.background {
    margin: 0 auto;
    padding: 65px 0;
  }
  section.background > div:first-child {
    margin: 0 auto 20px;
  }
  section.background > p {
    margin: 0 auto 20px;
    padding: 0;
  }
  section.background div.text p.title {
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
  }
  section.background div.wrap {
    flex-direction: column-reverse !important;
    padding: 0;
  }
  /* div.wrap > p は旧バージョン */
  section.background div.wrap > p,
  section.background div.wrap div.text {
    width: 100%;
  }
  /* div.wrap > p は旧バージョン */
  section.background div.wrap > p,
  section.background div.wrap div.text p:not(.title) {
    font-size: 14px !important;
    line-height: 180%;
  }
  section.background div.image {
    justify-content: center;
    width: 100%;
  }
}
/*--------------------------------------------------------------------------------------
  大見出し
---------------------------------------------------------------------------------------*/
section.caption {
  margin: 0 auto 100px;
}
section.caption h2 {
  margin: 30px auto;
  font-family: var(--font);
  font-size: 28px;
  line-height: 150%;
  font-weight: 400;
  color: var(--base-color);
  text-align: center;
}
section.caption div.wrap {
  display: flex;
  margin: 0 auto;
  width: 94%;
  max-width: 960px;
}
section.caption div.wrap > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 450px;
  height: auto;
}
section.caption div.wrap p {
  display: block;
  margin-left: 50px;
  width: calc(100% - 500px);
  font-family: var(--font);
  font-weight: var(--weight);
  line-height: 200%;
}
section.caption div.wrap:last-child {
  justify-content: space-between;
}
section.caption div.wrap:last-child > div {
  margin: 40px 40px 0 0;
}
section.caption div.wrap:last-child > div:last-child {
  margin-right: 0;
}
section.caption img {
  object-fit: scale-down;
}
@media screen and (max-width: 1140px) {
  section.caption {
    margin-bottom: 80px;
  }
  section.caption div.wrap {
    flex-direction: column;
  }
  section.caption div.wrap > div {
    flex-direction: column;
    margin-bottom: 30px;
    width: 100%;
  }
  section.caption div.wrap p {
    margin: 0;
    width: 100%;
  }
  section.caption div.wrap:last-child > div {
    margin: 30px 0 0;
  }

}
/*--------------------------------------------------------------------------------------
  事業内容タイトル
---------------------------------------------------------------------------------------*/
section.subtitle {
  margin: 0 auto;
  padding: 60px 0 85px;
  min-height: 200px;
  background-position: center;
  background-size: cover;
}
section.subtitle > p {
  text-align: center;
}
section.subtitle h2 {
  margin: 10px auto 30px;
  width: 90%;
  max-width: 960px;
  font-size: 27px;
  font-size: min(5.6vw, 27px);
  line-height: 150%;
  text-align: center;
  /*font-family: var(--font);*/
  /*font-weight: 400;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.subtitle div.wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}
section.subtitle div.wrap > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 40px 40px 0 0;
  width: 450px;
  height: auto;
}
section.subtitle div.wrap p {
  display: block;
  margin: 30px 0 0;
  width: calc(100% - 500px);
  font-family: var(--font);
  font-size: 16px;
  font-weight: var(--weight);
  line-height: 200%;
}
section.subtitle img {
  object-fit: scale-down;
}
@media screen and (max-width: 1140px) {
  section.subtitle {
  }
  section.subtitle div.wrap {
    flex-direction: column;
  }
  section.subtitle div.wrap > div {
    flex-direction: column;
    margin: 0;
    width: 100%;
  }
  section.subtitle div.wrap p {
    margin: 30px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.subtitle {
    padding: 60px 0 70px;
  }
  section.subtitle h2 {
    width: 90%;
  }
  section.subtitle div.wrap {
    width: 90%;
  }
  section.subtitle div.wrap p {
    font-size: 14px!important;
  }
}
/*--------------------------------------------------------------------------------------
 社長メッセージ
---------------------------------------------------------------------------------------*/
section.messages {
  padding: 100px 0;
  background-position: center;
  background-size: cover;
}
section.messages > p {
  margin: 0 auto 30px;
  width: 90%;
  max-width: 960px;
  font-size: 28px;
  line-height: 150%;
  /*color: rgba(51,85,119);*/
  text-align: center;
  /*font-family: var(--font);*/
  /*font-weight: 700;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.messages div.text p.title {
  margin: 0 0 30px;
  width: 100%;
  font-size: 28px;
  line-height: 150%;
  /*color: rgba(51,85,119);*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.messages div.wrap {
  display: flex;
  gap: 30px;
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}
section.messages div.wrap.right {
  flex-direction: row-reverse;
}
/* div.wrap > p は旧バージョン */
section.messages div.wrap > p,
section.messages div.wrap div.text {
  width: 50%;
  font-family: var(--font);
  font-weight: var(--weight);
  line-height: 200%;
}
section.messages div.wrap div.text p {
  width: 100%;
}
section.messages div.image {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 50%;
  height: auto;
  background: none!important;
}
section.messages div.image > img {
  object-fit: scale-down;
}
@media screen and (max-width: 767px) {
  section.messages {
    margin: 0 auto;
    padding: 65px 0;
  }
  section.messages > p {
    margin: 0 auto 20px;
    padding: 0;
  }
  section.messages div.text p.title {
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
  }
  section.messages div.wrap {
    flex-direction: column !important;
    padding: 0;
  }
  /* div.wrap > p は旧バージョン */
  section.messages div.wrap > p,
  section.messages div.wrap div.text {
    width: 100%;
  }
  /* div.wrap > p は旧バージョン */
  section.messages div.wrap > p,
  section.messages div.wrap div.text p:not(.title) {
    font-size: 14px !important;
    line-height: 180%;
  }
  section.messages div.image {
    justify-content: center;
    width: 100%;
  }
}
/*--------------------------------------------------------------------------------------
 会社案内（トップページ）
---------------------------------------------------------------------------------------*/
section.comp.custom {
  margin-bottom: 0;
}
section.comp.custom div.wrap {
  display: flex;
  align-items: center;
  width: 100%;
  background-position: center;
  background-size: cover;
}
section.comp.custom div.wrap > span,
section.comp.custom img {
  display: block;
  width: 50%;
  height: 600px;
  object-fit: cover;
}
section.comp.custom div.wrap div {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  padding: 0 8%;
  width: 50%;
}
section.comp.custom p {
  margin-bottom: 20px;
}
section.comp.custom p:first-child {
  line-height: 1.4;
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.comp.custom a {
  display: block;
  width: 260px;
  margin: 0;
  padding: 16px 10px;
  background-color: var(--button-color);
  border-radius: 5px;
  color: var(--button-text);
  font-size: 15px;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
}
section.comp.custom a:hover {
  background-color: var(--button-color-hover);
  color: var(--button-text-hover);
}
@media screen and (max-width: 767px) {
  section.comp.custom div.wrap {
    flex-direction: column !important;
    padding-bottom: 65px;
  }
  section.comp.custom img {
    width: 100%;
    height: 260px;
  }
  section.comp.custom div.wrap > span {
    height: 35px;
  }
  section.comp.custom div.wrap div {
    margin-top: 30px;
    padding: 0;
    width: 90%;
  }
  section.comp.custom a {
    margin: 0 auto;
    padding: 11px 10px;
    max-width: 90%;
  }
}
/*--------------------------------------------------------------------------------------
 会社案内背景あり（トップページ）
---------------------------------------------------------------------------------------*/
section.comp.custom2 {
  margin-bottom: 0;
}
section.comp.custom2 div.wrap {
  display: block;
  width: 100%;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
section.comp.custom2 div.wrap::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
section.comp.custom2 img {
  display: block;
  width: 50%;
  height: 400px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
section.comp.custom2 div.wrap div {
  display: flex;
  flex-direction: column;
  padding: 0 8%;
  max-width: 1000px;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
section.comp.custom2 p {
  margin-bottom: 20px;
}
section.comp.custom2 p:first-child {
  font-size: min(5.4vw, 30px);
  line-height: 1.4;
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.comp.custom2 a {
  box-sizing: border-box;
  display: block;
  width: 260px;
  margin: 0;
  padding: 16px 10px;
  background-color: var(--button-color);
  border-radius: 5px;
  color: var(--button-text);
  font-size: 15px;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
}
section.comp.custom2 a:hover {
  background-color: var(--button-color-hover);
  color: var(--button-text-hover);
}
@media screen and (max-width: 767px) {
  section.comp.custom2 div.wrap {
    padding: 0;
  }
  section.comp.custom2 img {
    width: 90%;
    height: 30%;
    top: 8%;
    left: 50% !important;
    transform: translate(-50%, 0);
  }
  section.comp.custom2 div.wrap div {
    padding: 0 10px;
    width: 90%;
    top: 43%;
    left: 50% !important;
    transform: translate(-50%, 0);
  }
  section.comp.custom2 p:nth-child(2) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    max-height: 150px;
    overflow: hidden;
  }
  section.comp.custom2 a {
    margin: 0 auto;
    padding: 11px 10px;
    max-width: 90%;
  }
}
/*--------------------------------------------------------------------------------------
 会社案内（トップページ）
---------------------------------------------------------------------------------------*/
section.comp.custom3 {
  margin-bottom: 80px;
}
section.comp.custom3 div.wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 550px;
  background-position: center;
  background-size: cover;
  position: relative;
}
section.comp.custom3 div.wrap > span,
section.comp.custom3 div.wrap > img {
  display: block;
  width: 52%;
  height: 600px;
  min-height: 550px;
  max-height: 650px;
  object-fit: cover;
  position: relative;
  top: 70px;
}
section.comp.custom3 div.wrap div {
  display: flex;
  flex-direction: column;
  padding: 80px 8% 80px 5%;
  width: 48%;
  max-width: 950px;
}
section.comp.custom3 div.wrap div img {
  margin-bottom: 20px;
}
section.comp.custom3 label {
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.comp.custom3 p {
  margin-bottom: 20px;
}
section.comp.custom3 p:first-of-type {
  line-height: 1.4;
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.comp.custom3 a {
  display: block;
  width: 260px;
  margin: 0;
  padding: 16px 10px;
  background-color: var(--button-color);
  border-radius: 5px;
  color: var(--button-text);
  font-size: 15px;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
}
section.comp.custom3 a:hover {
  background-color: var(--button-color-hover);
  color: var(--button-text-hover);
}
@media screen and (max-width: 767px) {
  section.comp.custom3 {
    margin-bottom: 0;
  }
  section.comp.custom3 div.wrap {
    flex-direction: column !important;
    padding-bottom: 65px;
    min-height: initial;
  }
  section.comp.custom3 div.wrap > img {
    width: 100%;
    height: auto;
    min-height: 260px;
    max-height: 260px;
    top: initial;
  }
  section.comp.custom3 div.wrap > span {
    width: 100%;
    height: 35px;
    min-height: initial;
    max-height: initial;
    top: initial;
  }
  section.comp.custom3 div.wrap div {
    margin: 30px auto 0;
    padding: 0 !important;
    width: 90%;
  }
  section.comp.custom3 a {
    margin: 0 auto;
    padding: 11px 10px;
    max-width: 90%;
  }
}
/*--------------------------------------------------------------------------------------
 事業紹介（トップページ）
---------------------------------------------------------------------------------------*/
section.serv.custom {
  margin-bottom: 0;
}
section.serv.custom div.wrap {
  display: flex;
  align-items: center;
  width: 100%;
  background-position: center;
  background-size: cover;
}
section.serv.custom img {
  display: block;
  width: 50%;
  height: 600px;
  object-fit: cover;
}
section.serv.custom div.wrap div {
  display: flex;
  flex-direction: column;
  padding: 0 8%;
  width: 50%;
}
section.serv.custom p {
  margin-bottom: 20px;
}
section.serv.custom p:first-of-type {
  line-height: 1.4;
}
section.serv.custom p:last-of-type {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
section.serv.custom a {
  display: block;
  width: 260px;
  margin: 0;
  padding: 16px 10px;
  background-color: var(--button-color);
  border-radius: 5px;
  color: var(--button-text);
  font-size: 15px;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
}
section.serv.custom a:hover {
  background-color: var(--button-color-hover);
  color: var(--button-text-hover);
}
@media screen and (max-width: 767px) {
  section.serv.custom div.wrap {
    flex-direction: column;
    padding-bottom: 65px;
  }
  section.serv.custom img {
    width: 100%;
    height: 260px;
  }
  section.serv.custom div.wrap div {
    margin-top: 30px;
    padding: 0;
    width: 90%;
  }
  section.serv.custom a {
    margin: 0 auto;
    padding: 11px 10px;
    max-width: 90%;
  }
}
/*--------------------------------------------------------------------------------------
 事業紹介背景あり（トップページ）
---------------------------------------------------------------------------------------*/
section.serv.custom2 {
  margin-bottom: 0;
}
section.serv.custom2 div.wrap {
  display: block;
  width: 100%;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
section.serv.custom2 div.wrap::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
section.serv.custom2 img {
  display: block;
  width: 50%;
  height: 400px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
section.serv.custom2 div.wrap div {
  display: flex;
  flex-direction: column;
  padding: 0 8%;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
section.serv.custom2 p {
  margin-bottom: 20px;
}
section.serv.custom2 p:first-child {
  font-size: min(5.5vw, 30px) !important;
  line-height: 1.4;
}
section.serv.custom2 a {
  box-sizing: border-box;
  display: block;
  width: 260px;
  margin: 0;
  padding: 16px 10px;
  background-color: var(--button-color);
  border-radius: 5px;
  color: var(--button-text);
  font-size: 15px;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
}
section.serv.custom2 a:hover {
  background-color: var(--button-color-hover);
  color: var(--button-text-hover);
}
@media screen and (max-width: 767px) {
  section.serv.custom2 div.wrap {
    padding: 0;
  }
  section.serv.custom2 img {
    width: 90%;
    height: 30%;
    top: 8%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  section.serv.custom2 div.wrap div {
    padding: 0 10px;
    width: 90%;
    top: 43%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  section.serv.custom2 div.wrap p:nth-child(2) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin-bottom: 40px;
    max-height: 150px;
    overflow: hidden;
  }
  section.serv.custom2 a {
    margin: 0 auto;
    padding: 11px 10px;
    max-width: 90%;
  }
}
/*--------------------------------------------------------------------------------------
 事業案内（トップページ）
---------------------------------------------------------------------------------------*/
section.serv2 {
  background-position: center;
  background-size: cover;
}
section.serv2 div.wrap1 {
  padding: 100px 0 80px;
}
section.serv2 div.wrap1 > div {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 90% !important;
  max-width: 960px;
  text-align: center;
}
section.serv2 div.wrap1 p {
  line-height: 2;
}
section.serv2 div.wrap1 p:first-child {
  margin-bottom: 20px;
  line-height: 1.5;
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.serv2 div.wrap2 {
  padding: 0 0 100px;
}
section.serv2 div.wrap2 > p {
  text-align: center;
}
section.serv2 article {
  display: flex;
  align-items: flex-start;
  margin: 0 auto 60px;
  width: 90%;
  max-width: 960px;
  position: relative;
}
section.serv2 article:last-child {
  margin-bottom: 0;
}
section.serv2 article img {
  display: block;
  width: 40%;
  height: 230px;
  object-fit: cover;
}
section.serv2 article > div {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 3%;
  width: 60%;
}
section.serv2 article p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 20px;
}
section.serv2 article p:first-child {
  margin-bottom: 10px;
  font-size: min(5.2vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.serv2 article p:last-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
section.serv2 article a {
  display: block;
  padding: 0;
  width: 220px;
  background-color: inherit;
  border-bottom: 1px solid #DCCCBC;
  border-radius: initial;
  font-size: 15px;
  text-align: right;
  color: #DCCCBC;
  position: absolute;
  bottom: 10px;
  right: 0;
  transition: 0.5s;
  cursor: pointer;
}
section.serv2 article a:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  section.serv2 div.wrap1 {
    padding: 65px 0 50px;
  }
  section.serv2 div.wrap1 > div {
    margin: 0 auto;
  }
  section.serv2 div.wrap1 p:last-child {
    text-align: left;
    font-size: 15px !important;
  }
  section.serv2 div.wrap2 {
    padding: 0 0 65px;
  }
  section.serv2 article {
    flex-direction: column;
    margin: 0 auto 50px;
    width: 90%;
  }
  section.serv2 article img {
    margin-bottom: 20px;
    width: 100%;
  }
  section.serv2 article > div {
    margin: 0 0 50px;
    padding: 0!important;
    width: 100%;
  }
  section.serv2 article p:first-child {
    text-align: center;
  }
  section.serv2 article p:last-of-type {
    font-size: 14px !important;
  }
}
/*--------------------------------------------------------------------------------------
 求人案内（トップページ）
---------------------------------------------------------------------------------------*/
section.recr.custom {
  margin-bottom: 0;
}
section.recr.custom div.wrap {
  display: flex;
  align-items: center;
  width: 100%;
  background-position: center;
  background-size: cover;
}
section.recr.custom div.wrap > span,
section.recr.custom img {
  display: block;
  width: 50%;
  height: 600px;
  object-fit: cover;
}
section.recr.custom div.wrap div {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  padding: 0 8%;
  width: 50%;
}
section.recr.custom p {
  margin-bottom: 20px;
}
section.recr.custom p:first-child {
  line-height: 1.4;
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.recr.custom a {
  display: block;
  width: 260px;
  margin: 0;
  padding: 16px 10px;
  background-color: var(--button-color);
  border-radius: 5px;
  color: var(--button-text);
  font-size: 15px;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
}
section.recr.custom a:hover {
  background-color: var(--button-color-hover);
  color: var(--button-text-hover);
}
@media screen and (max-width: 767px) {
  section.recr.custom div.wrap {
    flex-direction: column !important;
    padding-bottom: 65px;
  }
  section.recr.custom img {
    width: 100%;
    height: 260px;
  }
  section.recr.custom div.wrap > span {
    height: 35px;
  }
  section.recr.custom div.wrap div {
    margin-top: 30px;
    padding: 0;
    width: 90%;
  }
  section.recr.custom a {
    margin: 0 auto;
    padding: 11px 10px;
    max-width: 90%;
  }
}
/*--------------------------------------------------------------------------------------
 求人案内背景あり（トップページ）
---------------------------------------------------------------------------------------*/
section.recr.custom2 {
  margin-bottom: 0;
}
section.recr.custom2 div.wrap {
  display: block;
  width: 100%;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
section.recr.custom2 div.wrap::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  --x2303background: rgb(255 255 255 / 70%);
  position: absolute;
  z-index: 1;
}
section.recr.custom2 img {
  display: block;
  width: 50%;
  height: 400px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
section.recr.custom2 div.wrap div {
  display: flex;
  flex-direction: column;
  padding: 0 8%;
  max-width: 1000px;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
section.recr.custom2 p {
  margin-bottom: 20px;
}
section.recr.custom2 p:first-child {
  line-height: 1.4;
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.recr.custom2 a {
  box-sizing: border-box;
  display: block;
  width: 260px;
  margin: 0;
  padding: 16px 10px;
  background-color: var(--button-color);
  border-radius: 5px;
  color: var(--button-text);
  font-size: 15px;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
}
section.recr.custom2 a:hover {
  background-color: var(--button-color-hover);
  color: var(--button-text-hover);
}
@media screen and (max-width: 767px) {
  section.recr.custom2 div.wrap {
    padding: 0;
  }
  section.recr.custom2 img {
    width: 90%;
    height: 30%;
    top: 8%;
    left: 50% !important;
    transform: translate(-50%, 0);
  }
  section.recr.custom2 div.wrap div {
    padding: 0 10px;
    width: 90%;
    top: 43%;
    left: 50% !important;
    transform: translate(-50%, 0);
  }
  section.recr.custom2 div.wrap p:nth-child(2) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin-bottom: 40px;
    max-height: 150px;
    overflow: hidden;
  }
  section.recr.custom2 a {
    margin: 0 auto;
    padding: 11px 10px;
    max-width: 90%;
  }
}
/*--------------------------------------------------------------------------------------
 求人案内（トップページ）
---------------------------------------------------------------------------------------*/
section.recr.custom3 {
  margin-bottom: 80px;
}
section.recr.custom3 div.wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 550px;
  background-position: center;
  background-size: cover;
  position: relative;
}
section.recr.custom3 div.wrap > span,
section.recr.custom3 div.wrap > img {
  display: block;
  width: 52%;
  height: 600px;
  min-height: 550px;
  max-height: 650px;
  object-fit: cover;
  position: relative;
  top: 70px;
}
section.recr.custom3 div.wrap div {
  display: flex;
  flex-direction: column;
  padding: 80px 8% 80px 5%;
  width: 48%;
  max-width: 950px;
}
section.recr.custom3 div.wrap div img {
  margin-bottom: 20px;
}
section.recr.custom3 label {
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.recr.custom3 p {
  margin-bottom: 20px;
}
section.recr.custom3 p:first-of-type {
  line-height: 1.4;
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.recr.custom3 a {
  display: block;
  width: 260px;
  margin: 0;
  padding: 16px 10px;
  background-color: var(--button-color);
  border-radius: 5px;
  color: var(--button-text);
  font-size: 15px;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
}
section.recr.custom3 a:hover {
  background-color: var(--button-color-hover);
  color: var(--button-text-hover);
}
@media screen and (max-width: 767px) {
  section.recr.custom3 {
    margin-bottom: 0;
  }
  section.recr.custom3 div.wrap {
    flex-direction: column !important;
    padding-bottom: 65px;
    min-height: initial;
  }
  section.recr.custom3 div.wrap > img {
    width: 100%;
    height: auto;
    min-height: 260px;
    max-height: 260px;
    top: initial;
  }
  section.recr.custom3 div.wrap > span {
    width: 100%;
    height: 35px;
    min-height: initial;
    max-height: initial;
    top: initial;
  }
  section.recr.custom3 div.wrap div {
    margin: 30px auto 0;
    padding: 0 !important;
    width: 90%;
  }
  section.recr.custom3 a {
    margin: 0 auto;
    padding: 11px 10px;
    max-width: 90%;
  }
}
/*--------------------------------------------------------------------------------------
  事業紹介
---------------------------------------------------------------------------------------*/
section.introduction {
  margin: 0;
  background-position: center;
  background-size: cover;
}
section.introduction div.wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  width: 94%;
  max-width: 960px;
}
section.introduction div.wrap img {
  margin: 80px 0 30px;
  object-fit: scale-down;
}
section.introduction div.wrap p {
  margin-left: 5px;
  font-family: var(--font);
  font-weight: var(--weight);
  line-height: 200%;
}
section.introduction > img {
  margin: 20px auto 0;
  position: relative;
  top: 24px;
  z-index: 1;
}
@media screen and (max-width: 1140px) {
  section.introduction {
  }
  section.introduction > p {
    font-size: 20px!important;
  }
  section.introduction div.wrap {
    width: 90%;
    flex-direction: column;
  }
  section.introduction div.wrap p {
    margin: 0;
    width: 100%;
  }
  section.introduction div.image {
    justify-content: center;
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
    background: none!important;
  }
  section.introduction div.image img {
    display: block;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.introduction {
    margin: 0 auto;
    width: 100%;
  }
  section.introduction div.wrap img {
    margin: 65px 0 20px
  }
  section.introduction > img {
    margin: 10px auto 0;
  }
  section.introduction div.wrap p {
    font-size: 15px !important;
  }
}
/*--------------------------------------------------------------------------------------
  理念（背景ループ）
---------------------------------------------------------------------------------------*/
section.loop.view {
  margin: 0;
  padding: 100px 0;
  background-size: cover;
  background-repeat: repeat-x;
  animation: bgloop 100s linear infinite;
}
@keyframes bgloop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1956px 0;
    }
}
section.loop.view div.wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 1120px;
  text-align: center;
}
section.loop.view h2 {
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 150%;
  /*color: #fff;*/
  /*font-weight: 400;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.loop.view div.wrap div {
  margin: 0 auto 10px;
  padding: 30px;
  max-width: 700px;
  background: rgba(255, 255, 255, 0.7);
}
section.loop.view div.wrap p:nth-child(1) {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 150%;
  /*font-weight: 400;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);

}
section.loop.view div.wrap p:nth-child(2) {
  margin-bottom: 10px;
  font-family: 'Vollkorn', serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
}
section.loop.view div.wrap p:nth-child(3) {
  line-height: 180%;
  font-weight: var(--weight);
}
@media screen and (max-width: 767px) {
  section.loop.view {
    margin: 0 auto;
    padding: 65px 0;
    width: 100%;
  }
  section.loop.view div.wrap div {
    padding: 25px 20px;
  }
  section.loop.view div.wrap p:nth-child(3) {
    font-size: 14px !important;
  }
}
/*--------------------------------------------------------------------------------------
  理念（背景2枚重ね）
---------------------------------------------------------------------------------------*/
section.loop.bash {
  margin: 50px 0 100px;
  background: url(/image/para_banner.png) no-repeat center top / cover scroll,
  url(/image/para_bg.jpg) no-repeat center center / cover fixed;
  height: 58vw;
  min-height: 706px;
  position: relative;
}
section.loop.bash p {
  line-height: 120%;
}
section.loop.bash p:first-of-type {
  width: 40%;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: 50px;
  left: 50px;
}
section.loop.bash p:last-of-type {
  width: 40%;
  font-size: 30px;
  font-weight: 300;
  position: absolute;
  bottom: 30px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  section.loop.bash {
    margin-bottom: 0;
    background-attachment: scroll;
  }
  section.loop.bash p:first-of-type {
    width: 100%;
    padding: 10px;
    left: 0;
  }
  section.loop.bash p:last-of-type {
    width: 100%;
    padding: 10px;
    right: 0;
  }
}
/*--------------------------------------------------------------------------------------
  職場環境（イメージ画像）
---------------------------------------------------------------------------------------*/
section.environment.image {
  min-height: 600px;
  position: relative;
}
section.environment.image div.wrap {
  display: flex;
  flex-direction: row;
}
section.environment.image div.wrap > div:nth-of-type(1) {
  width: 60%;
  background: none!important;
  position: relative;
}
section.environment.image div.wrap > div:nth-of-type(1) img {
  width: 100%;
}
section.environment.image div.wrap > div:nth-of-type(2) {
  width: 40%;
  height: 600px;
  background: no-repeat center/cover;
}
section.environment.image div.wrap > div:nth-of-type(2) img {
  display: none;
}
section.environment.image p {
  display: block;
  width: 900px;
  font-size: 24px;
  font-weight: var(--weight-400);
  position: absolute!important;
  top: initial!important;
  bottom: 0;
  left: 50%!important;
  transform: translateX(-50%);
  text-shadow: 0px 0px 10px rgb(255 255 255);
}
@media screen and (max-width: 767px) {
  section.environment.image {
  }
  section.environment.image div.wrap {
    flex-direction: column;
  }
  section.environment.image div.wrap > div {
    width: 100%!important;
  }
  section.environment.image div.wrap > div img {
    right: initial!important;
  }
  section.environment.image p {
    width: 100%;
    padding: 10px;
    left: initial!important;
    bottom: 0!important;
    transform: initial;
    xbackground: rgba(64, 64, 64, 0.2);
  }
}
/*--------------------------------------------------------------------------------------
  職場環境（カラー背景）
---------------------------------------------------------------------------------------*/
section.environment.color {
  margin: 0;
  background-position: center;
  background-size: cover;
}
section.environment.color div.wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  width: 94%;
  max-width: 960px;
}
section.environment.color div.wrap img {
  margin: 80px 0 30px;
  object-fit: scale-down;
}
section.environment.color div.wrap p {
  margin-left: 5px;
  font-family: var(--font);
  font-weight: var(--weight);
  line-height: 200%;
}
section.environment.color > img {
  margin: 20px auto 0;
  position: relative;
  top: 24px;
  z-index: 1;
}
@media screen and (max-width: 1140px) {
  section.environment.color {
    margin-bottom: 0;
  }
  section.environment.color > p {
    font-size: 20px!important;
  }
  section.environment.color div.wrap {
    width: 90%;
    flex-direction: column;
  }
  section.environment.color div.wrap p {
    margin: 0;
    width: 100%;
  }
  section.environment.color div.image {
    justify-content: center;
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
    background: none!important;
  }
  section.environment.color div.image img {
    display: block;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.environment.color {
    margin: 0 auto;
    width: 100%;
  }
  section.environment.color div.wrap img {
    margin: 65px 0 20px;
  }
  section.environment.color > img {
    margin: 10px auto 0;
  }
  section.environment.color div.wrap p {
    font-size: 15px !important;
  }
}
/*--------------------------------------------------------------------------------------
  フリー
---------------------------------------------------------------------------------------*/
section.free {
  margin: 100px auto;
  width: 94%;
  max-width: 1120px;
  min-height: 450px;
  position: relative;
}
section.free div.image {
  width: 640px;
  position: absolute;
  top: 0;
  left: 0;
}
section.free div.wrap {
  margin: 0 0 0 18%;
  width: 82%;
  min-height: 319px;
  top: 120px;
  background-color: rgb(255 255 255 / 70%);
  text-align: center;
  padding: 30px;
  position: relative;
}
section.free div.wrap img {
  margin-bottom: 30px;
}
section.free h2 {
  padding: 30px 0;
  font-size: 24px;
  line-height: 150%;
  font-weight: 700;
  position: relative;
}
section.free h2::before {
  display: block;
  width: 100px;
  height: 100px;
  content: '';
  background: url(/image/region_start.svg);
  background-size: 100px 100px;
  position: absolute;
  top: 0;
  left: 0;
}
section.free h2::after {
  display: block;
  width: 100px;
  height: 100px;
  content: '';
  background: url(/image/region_end.svg);
  background-size: 100px 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  section.free {
    min-height: initial;
    margin: 65px auto;
    width: 90%;
  }
  section.free div.image {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 640px;
    position: static;
  }
  section.free div.wrap {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: inherit;
    top: 0;
    background: none;
  }
  section.free h2 {
    padding: 20px;
    font-size: min(4.2vw, 16px);
  }
  section.free h2::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  section.free h2::after {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
/*--------------------------------------------------------------------------------------
  沿革
---------------------------------------------------------------------------------------*/
section.history {
  margin: 100px auto;
  width: 90%;
  max-width: 960px;
  top: 100px;
}
section.history h2 {
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  position: relative;
  /*font-weight: 700;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.history h2::after {
  display: block;
  content: "";
  width: 70px;
  height: 4px;
  background: var(--base-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.history dl {
  display: flex;
}
section.history dl dt {
  padding: 15px 10px;
  min-width: 240px;
  max-width: 240px;
  border-bottom: 1px solid var(--color);
  font-size: 15px;
  font-weight: var(--weight);
  text-align: center;
}
section.history dl dd {
  padding: 15px 0;
  width: 100%;
  border-bottom: 1px solid var(--color);
  font-size: 15px;
  font-weight: var(--weight);
}
@media screen and (max-width: 767px) {
  section.history {
    margin: 65px auto;
    width: 90%;
    top: 0;
  }
  section.history h2 {
    margin-bottom: 20px;
  }
  section.history dl {
    flex-direction: column;
  }
  section.history dl dt {
    padding: 5px 10px;
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    border-bottom: 1px solid var(--color);
    text-align: left;
  }
  section.history dl dd {
    padding: 10px 20px 15px;
    border: none;
    line-height: inherit;
    font-size: 13px;
  }
}
/*--------------------------------------------------------------------------------------
  会社概要
---------------------------------------------------------------------------------------*/
section.detail {
  margin: 100px auto;
  width: 90%;
  max-width: 960px;
  top: 100px;
}
section.detail h2 {
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  position: relative;
  /*font-weight: 700;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.detail h2::after {
  display: block;
  content: "";
  width: 70px;
  height: 4px;
  background: var(--base-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.detail dl {
  display: flex;
}
section.detail dl dt {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  min-width: 240px;
  max-width: 240px;
  border-bottom: 1px solid var(--color);
  font-size: 15px;
  font-weight: var(--weight);
  text-align: left;
}
section.detail dl dd {
  padding: 15px 0;
  width: 100%;
  border-bottom: 1px solid var(--color);
  font-size: 15px;
  font-weight: var(--weight);
}
@media screen and (max-width: 767px) {
  section.detail {
    margin: 65px auto;
    width: 90%;
    top: 0;
  }
  section.detail h2 {
    margin-bottom: 20px;
  }
  section.detail dl {
    flex-direction: column;
  }
  section.detail dl dt {
    padding: 5px 10px;
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    border-bottom: 1px solid var(--color);
    text-align: left;
  }
  section.detail dl dd {
    padding: 10px 20px 15px;
    border: none;
    line-height: inherit;
    font-size: 13px;
  }
}
/*--------------------------------------------------------------------------------------
  募集要項
---------------------------------------------------------------------------------------*/
section.detail2 {
  margin: 100px auto;
  top: 100px;
}
section.detail2 h2 {
  margin: 0 auto 40px;
  padding-bottom: 10px;
  width: 90%;
  max-width: 960px;
  font-size: 26px;
  line-height: 150%;
  text-align: center;
  position: relative;
  /*font-weight: 400;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.detail2 h2:after {
  display: block;
  content: "";
  width: 70px;
  height: 4px;
  background: var(--base-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.detail2 dl {
  display: flex;
  border-bottom: 1px solid var(--color);
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}
section.detail2 dl:first-of-type {
  border-top: 1px solid var(--color);
}
section.detail2 dl dt {
  display: flex;
  align-items: center;
  margin-right: 2px;
  padding: 15px 10px;
  min-width: 240px;
  max-width: 240px;
  font-size: 15px;
  font-weight: var(--weight);
  text-align: left;
}
section.detail2 dl dd {
  padding: 15px 0;
  width: 100%;
  font-size: 15px;
  font-weight: var(--weight);
}
@media screen and (max-width: 767px) {
  section.detail2 {
    padding-bottom: 0;
    margin: 65px auto;
    width: 90%;
  }
  section.detail2 h2 {
    margin-bottom: 20px;
    width: 100%;
  }
  section.detail2 dl {
    flex-direction: column;
    border: none!important;
    width: 100%;
  }
  section.detail2 dl dt {
    padding: 5px 10px;
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    border-bottom: 1px solid var(--color);
    text-align: left;
  }
  section.detail2 dl dd {
    padding: 10px 20px 15px;
    border: none;
    line-height: inherit;
    font-size: 13px;
  }
}
/*--------------------------------------------------------------------------------------
  選考フロー
---------------------------------------------------------------------------------------*/
section.flow {
  margin: 100px auto;
  top: 100px;
}
section.flow h2 {
  margin: 0 auto 40px;
  padding-bottom: 10px;
  width: 90%;
  max-width: 960px;
  font-size: 26px;
  line-height: 150%;
  text-align: center;
  position: relative;
  /*font-weight: 400;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.flow h2:after {
  display: block;
  content: "";
  width: 70px;
  height: 4px;
  background: var(--base-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.flow dl {
  display: flex;
  border-bottom: 1px solid var(--color);
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}
section.flow dl:first-of-type {
  border-top: 1px solid var(--color);
}
section.flow dl dt {
  padding: 15px 10px;
  min-width: 240px;
  max-width: 240px;
  font-size: 15px;
  font-weight: var(--weight);
  text-align: center;
}
section.flow dl dd {
  padding: 15px 0;
  width: 100%;
  font-size: 15px;
  font-weight: var(--weight);
}
@media screen and (max-width: 767px) {
  section.flow {
    padding-bottom: 0;
    margin: 65px auto;
    width: 90%;
  }
  section.flow h2 {
    margin-bottom: 20px;
    width: 100%;
  }
  section.flow dl {
    flex-direction: column;
    border: none!important;
    width: 100%;
  }
  section.flow dl dt {
    padding: 5px 10px;
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    border-bottom: 1px solid var(--color);
    font-size: 14px;
    text-align: left;
  }
  section.flow dl dd {
    padding: 10px 20px 15px;
    border: none;
    font-size: 13px;
    line-height: inherit;
  }
}
/*--------------------------------------------------------------------------------------
  資格一覧
---------------------------------------------------------------------------------------*/
section.table {
  margin: 0 auto 100px;
  width: 94%;
  max-width: 960px;
}
section.table h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 80px;
  font-size: 28px;
  font-size: min(8vw, 28px);
  line-height: 1em;
  font-weight: 400;
}
section.table h2:before,
section.table h2:after {
  display: block;
  content: "";
  width: 2em;
  height: 1px;
  background: var(--color);
  position: relative;
  top: 2px;
}
section.table h2:before {
  margin-right: 1rem;
}
section.table h2:after {
  margin-left: 1rem;
}
section.table dl {
  display: flex;
  border-bottom: 1px solid var(--color);
}
section.table dl:first-of-type {
  border-top: 1px solid var(--color);
}
section.table dl dt {
  padding: 15px 1em;
  width: calc(100% - 100px);
  font-size: 15px;
  line-height: 1.5;
  font-weight: var(--weight);
}
section.table dl dd {
  padding: 15px 1em;
  width: 100px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: var(--weight);
}
@media screen and (max-width: 767px) {
  section.table {
    margin-bottom: 0;
  }
section.table dl {
    flex-direction: column;
    border: none!important;
  }
  section.table dl dt {
    padding: 5px 10px;
    width: 100%;
    border: 1px solid var(--color);
    text-align: left;
  }
  section.table dl dd {
    padding: 10px 0 20px;
    width: 100%;
    border: none;
  }
}
/*--------------------------------------------------------------------------------------
  対応エリア
---------------------------------------------------------------------------------------*/
section.table2 {
  display: flex;
  flex-direction: column;
  margin: 0 auto 100px;
  width: 94%;
  max-width: 960px;
}
section.table2 h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-size: min(8vw, 28px);
  line-height: 1em;
  font-weight: 400;
  white-space: nowrap;
}
section.table2 h2:before,
section.table2 h2:after {
  display: block;
  content: "";
  width: 2em;
  height: 1px;
  background: var(--color);
  position: relative;
  top: 2px;
}
section.table2 h2:before {
  margin-right: 1rem;
}
section.table2 h2:after {
  margin-left: 1rem;
}
section.table2 p {
  margin: 10px auto 50px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 3.2px;
  color: #777;
}
section.table2 dl {
  display: flex;
  border-bottom: 1px solid #cfcfcf;
}
section.table2 dl:first-of-type {
  border-top: 1px solid #cfcfcf;
}
section.table2 dl dt {
  padding: 30px;
  width: 300px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: var(--weight-400);
}
section.table2 dl dd {
  padding: 30px;
  width: calc(100% - 300px);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 3.2px;
  font-weight: var(--weight);
  color: var(--color);
}
section.table2 dl dd span {
  white-space: nowrap;
  display: inline-block;
}
section.table2 dl dd span:after {
  content: '/';
  margin: 0 0.5em;
}
@media screen and (max-width: 767px) {
  section.table2 {
    margin-bottom: 0;
  }
  section.table2 dl {
    flex-direction: column;
    border: none!important;
  }
  section.table2 dl dt {
    padding: 5px 10px;
    width: 100%;
    border: 1px solid var(--color);
    text-align: left;
  }
  section.table2 dl dd {
    padding: 30px 0;
    width: 100%;
    border: none;
  }
}
/*--------------------------------------------------------------------------------------
  営業拠点
---------------------------------------------------------------------------------------*/
section.address {
  margin: 100px auto;
  width: 90%;
  max-width: 960px;
}
section.address h2 {
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  position: relative;
  /*font-weight: 700;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.address h2::after {
  display: block;
  content: "";
  width: 70px;
  height: 4px;
  background: var(--base-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.address > div {
  display: flex;
}
section.address div.photo {
  display: flex;
  flex-direction: column;
  width: 56%;
}
section.address div.photo > div:first-child {
  display: flex;
}
section.address div.photo > div:first-child div:nth-child(1) {
  margin-right: 2%;
  width: 48%;
}
section.address div.photo > div:first-child div:nth-child(2) {
  margin-left: 2%;
  width: 48%;
}
section.address div.photo div img {
  width: 100%;
}
section.address div.photo div.map {
  margin: 30px 0;
  width: 100%;
}
section.address iframe {
  width: 100%;
  height: 350px;
}
section.address div.wrap {
  margin-left: 2%;
  padding: 0 10px;
  width: 42%;
}
section.address dl {
  display: flex;
}
section.address dl dt {
  padding: 15px 10px 15px 0;
  min-width: 110px;
  max-width: 110px;
  border-bottom: 1px solid var(--color);
  font-size: 15px;
  font-weight: var(--weight);
}
section.address dl dd {
  padding: 15px 0;
  width: 100%;
  border-bottom: 1px solid var(--color);
  font-size: 15px;
  font-weight: var(--weight);
}
@media screen and (max-width: 767px) {
  section.address {
    margin: 65px auto;
    width: 100%;
  }
  section.address h2 {
    margin: 0 auto 20px;
    width: 90%;
  }
  section.address > div {
    flex-direction: column-reverse;
  }
  section.address div.photo {
    width: 100%;
  }
  section.address div.photo > div:first-child {
    margin: 10px auto;
    width: 90%;
  }
  section.address div.photo div.map {
    margin: 10px 0;
    width: 100%;
  }
  section.address iframe {
    height: 250px;
  }
  section.address div.wrap {
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }
  section.address dl {
    flex-direction: column;
  }
  section.address dl dt {
    padding: 5px 10px;
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    border-bottom: 1px solid var(--color);
  }
  section.address dl dd {
    padding: 10px 20px 15px;
    border: none;
    line-height: inherit;
    font-size: 13px;
  }
}
/*--------------------------------------------------------------------------------------
  メールフォーム
---------------------------------------------------------------------------------------*/
section.mailform {
  margin: 100px auto;
  width: 90%;
  max-width: 960px;
}
section.mailform h2 {
  margin: 0 auto 40px;
  padding-bottom: 10px;
  max-width: 960px;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  position: relative;
  /*font-weight: 700;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.mailform h2::after {
  display: block;
  content: "";
  width: 70px;
  height: 4px;
  background: var(--base-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.mailform > p {
  display: block;
  margin: 0 auto;
  padding: 0 0 30px 0;
  max-width: 960px;
  font-weight: var(--weight);
}
section.mailform div.wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 960px;
}
section.mailform div.wrap > div {
  width: 48%;
}
section.mailform dl dt {
  padding: 10px 15px;
  background: var(--mailform-back-color);
  color: var(--mailform-font-color);
  font-size: 15px;
  font-weight: var(--weight-400);
}
section.mailform dl dt span {
  margin-left: 10px;
  color: var(--mailform-span-color);
}
section.mailform dl dd {
  padding: 10px 15px;
  border: 1px solid var(--task);
  font-size: 15px;
  font-weight: var(--weight);
}
section.mailform dl dd div:last-child {
  display: none;
}
section.mailform dl dd div:last-child span {
  display: block;
  color: #ff0000;
}
section.mailform form + div > div:last-child {
  display: none;
}
section.mailform textarea {
  padding: 5px;
  width: 100%;
  height: 120px;
  border: 1px solid #ccc;
  font-size: 15px;
  line-height: 120%;
  font-weight: 300;
  resize: vertical;
  outline: none;
}
section.mailform input[type="text"] {
  padding: 0 5px;
  width: 100%;
  height: 30px;
  border: 1px solid #ccc;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  outline: none;
}
section.mailform input[type="checkbox"] {
  margin-right: 10px;
  outline: none;
}
section.mailform label {
  display: flex;
  align-items: center;
}
section.mailform button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  width: 100%;
  height: 54px;
  background: rgb(0 117 190);
  background: var(--button-color);
  border: none;
  border-radius: 6px;
  color: var(--button-text);
  font-size: 15px;
  font-weight: var(--weight);
  font-family: var(--font);
  outline: none;
  cursor: pointer;
  transition: all 500ms;
}
section.mailform button.back {
  background: #a3acb7;
}
section.mailform button:hover {
  background: var(--button-color-hover);
  color: var(--button-text-hover);
}
section.mailform h3 {
  border-bottom: 2px solid rgb(0 117 190);
  border-bottom: 2px solid var(--base-color);
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  /*font-weight: 700;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.mailform div p {
  padding: 20px 0 0;
  font-weight: var(--weight);
  font-size: 13px;
}
section.mailform h4 {
  padding: 10px 0;
  font-size: 17px;
  line-height: 150%;
  font-weight: var(--weight-400);
}
section.mailform ul {
  margin-bottom: 30px;
}
section.mailform ul li {
  margin: 0 0 0 20px;
  list-style: square outside none;
  font-size: 13px;
  line-height: 2;
  font-weight: var(--weight);
}
@media screen and (max-width: 767px) {
  section.mailform {
    margin: 65px auto;
    width: 90%;
  }
  section.mailform h2 {
    margin-bottom: 20px;
  }
  section.mailform div.wrap {
    flex-direction: column-reverse;
  }
  section.mailform div.wrap > div {
    width: 100%;
  }
  section.mailform > p {
    font-size: 14px !important;
  }
  section.mailform dl dt,
  section.mailform dl dd {
    font-size: 14px !important;
    line-height: 25px;
  }
  section.mailform button {
    height: 46px;
  }
}
/*--------------------------------------------------------------------------------------
  応募フォーム
---------------------------------------------------------------------------------------*/
section.entryform {
  margin: 100px auto;
}
section.entryform h2 {
  margin: 0 auto 40px;
  padding-bottom: 10px;
  width: 90%;
  max-width: 960px;
  font-size: 26px;
  line-height: 150%;
  text-align: center;
  position: relative;
  /*font-weight: 400;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.entryform h2:after {
  display: block;
  content: "";
  width: 70px;
  height: 4px;
  background: var(--base-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.entryform > p {
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
  padding: 0 0 30px 0;
  font-weight: var(--weight);
}
section.entryform div.wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}
section.entryform div.wrap > div {
  width: 48%;
}
section.entryform dl dt {
  padding: 10px 15px;
  background: var(--mailform-back-color);
  color: var(--mailform-font-color);
  font-size: 15px;
  font-weight: var(--weight-400);
}
section.entryform dl dt span {
  margin-left: 10px;
  color: var(--mailform-span-color);
}
section.entryform dl dd {
  padding: 10px 15px;
  border: 1px solid var(--task);
  font-size: 15px;
  font-weight: var(--weight);
}
section.entryform dl dd span {
  margin-left: 10px;
}
section.entryform dl dd div {
  display: flex;
}
section.entryform dl dd div:last-child {
  display: none;
}
section.entryform dl dd div:last-child span {
  display: block;
  color: #ff0000;
}
section.entryform form + div > div:last-child {
  display: none;
}
section.entryform textarea {
  padding: 5px;
  width: 100%;
  height: 120px;
  border: 1px solid #ccc;
  font-size: 15px;
  line-height: 120%;
  font-weight: 300;
  resize: vertical;
  outline: none;
}
section.entryform input[type="text"] {
  padding: 0 5px;
  width: 100%;
  height: 30px;
  border: 1px solid #ccc;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  outline: none;
}
section.entryform select {
  padding: 0 4px;
  height: 30px;
  border: 1px solid #ccc;
  font-size: 15px;
  font-weight: 300;
  outline: none;
}
section.entryform input[type="checkbox"] {
  margin-right: 10px;
  outline: none;
}
section.entryform input[type="radio"] {
  margin-right: 10px;
  outline: none;
}
section.entryform label {
  display: flex;
  align-items: center;
  margin-right: 20px;
  min-width: 60px;
}
section.entryform button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  width: 100%;
  height: 54px;
  background: rgb(0 117 190);
  background: var(--button-color);
  border: none;
  border-radius: 6px;
  color: var(--button-text);
  font-size: 15px;
  font-weight: var(--weight);
  font-family: var(--font);
  outline: none;
  cursor: pointer;
  transition: all 500ms;
}
section.entryform button.back {
  background: #a3acb7;
}
section.entryform button:hover {
  background: var(--button-color-hover);
  color: var(--button-text-hover);
}
section.entryform h3 {
  border-bottom: 2px solid rgb(0 117 190);
  border-bottom: 2px solid var(--base-color);
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  /*font-weight: 700;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.entryform div p {
  padding: 20px 0 0;
  font-size: 13px;
  font-weight: var(--weight);
}
section.entryform h4 {
  padding: 10px 0;
  font-size: 17px;
  line-height: 150%;
  font-weight: var(--weight-400);
}
section.entryform ul {
  margin-bottom: 30px;
}
section.entryform ul li {
  margin: 0 0 0 20px;
  list-style: square outside none;
  font-size: 13px;
  font-weight: var(--weight);
}
@media screen and (max-width: 767px) {
  section.entryform {
    margin: 65px auto;
    width: 90%;
  }
  section.entryform h2 {
    width: 100%;
    margin: 0 auto 20px;
  }
  section.entryform p {
    padding: 0 0 20px 0;
    width: 100%;
    font-size: 14px !important;
  }
  section.entryform div.wrap {
    flex-direction: column-reverse;
    width: 100%;
  }
  section.entryform div.wrap > div {
    width: 100%;
  }
  section.entryform dl dt,
  section.entryform dl dd {
    font-size: 14px !important;
    line-height: 25px;
  }
  section.entryform dl dd div {
    align-items: baseline;
  }
  section.entryform button {
    height: 46px;
  }
}
/*--------------------------------------------------------------------------------------
  写真集
---------------------------------------------------------------------------------------*/
section.book {
  margin: 100px auto;
  width: 90%;
  max-width: 960px;
  min-height: 100px;
}
section.book div.wrap {
  margin: 0 auto;
  max-width: 1120px;
}
section.book ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
section.book ul li {
  margin: 0 2px 2px 0;
  width: calc(20% - 2px);
  height: auto;
  max-height: 150px;
}
section.book ul li:nth-child(5n) {
  margin: 0;
  width: 20%;
}
section.book ul li img,
section.book ul li video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  section.book {
    margin: 65px auto;
    width: 90%;
  }
  section.book ul {
    flex-direction: column;
  }
  section.book ul li {
    width: 100% !important;
    height: 300px;
    max-height: initial;
  }
}
/*--------------------------------------------------------------------------------------
  従業員紹介
---------------------------------------------------------------------------------------*/
section.staff {
  padding: 100px 0;
  width: 100%;
  background: #f3f3f7;
  background-position: center;
  background-size: cover;
}
section.staff h2 {
  margin: 0 auto 40px;
  width: 90%;
  max-width: 960px;
  text-align: center;
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.staff div.wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
  max-width: 1120px;
  min-height: 100px;
}
section.staff div.card {
  margin: 0 35px 35px 0;
  width: calc((100% - 105px) / 4);
  height: auto;
  background: #fff;
  border-bottom: 2px solid #dddce5;
  position: relative;
  overflow: hidden;
}
section.staff div.card:nth-child(4n) {
  margin-right: 0;
}
section.staff div.card > div:nth-child(1) {
  height: 200px;
  overflow: hidden;
}
section.staff div.card > div:nth-child(2) {
  padding: 25px 20px 25px;
}
section.staff div.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.staff div.card p:nth-of-type(1) {
  min-height: 1em;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
section.staff div.card p:nth-of-type(2) {
  margin-top: 7px;
  font-size: min(4.6vw, 16px);
  font-weight: 500;
  line-height: 1.2;
}
section.staff div.card p:nth-of-type(3) {
  margin-top: 10px;
  font-size: 13px;
  font-weight: var(--weight);
  line-height: 1.3;
}
section.staff div.card label {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border: 30px solid transparent;
  border-bottom: 30px solid #fabe00;
  right: -30px;
  bottom: -30px;
  transform: rotate(135deg);
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  section.staff {
    padding: 65px 0;
  }
  section.staff div.card {
    margin: 0 35px 35px 0;
    width: calc((100% - 70px) / 3);
  }
  section.staff div.card:nth-child(4n) {
    margin-right: 35px;
  }
  section.staff div.card:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  section.staff {
    margin: 0 auto;
    padding: 65px 0;
    width: 100%;
  }
  section.staff h2 {
    margin-bottom: 30px;
  }
  section.staff div.wrap {
    flex-direction: column;
  }
  section.staff div.card {
    margin-right: 0;
    width: 100%;
  }
  section.staff div.card > div:nth-child(1) {
    height: 230px;
  }
  section.staff div.card p:nth-of-type(1),
  section.staff div.card p:nth-of-type(3) {
    font-size: 13px !important;
  }
}
/*--------------------------------------------------------------------------------------
  仕事風景
---------------------------------------------------------------------------------------*/
section.book2 {
  margin: 100px auto;
  min-height: 100px;
}
section.book2 > div:first-child {
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}
/* > img は旧バージョン */
section.book2 > img,
section.book2 > div:first-child img {
  margin: 0 auto;
  object-fit: scale-down;
}
section.book2 h2 {
  margin: 0 auto 40px;
  padding: 20px 0 10px;
  width: 90%;
  max-width: 960px;
  text-align: center;
  font-size: min(5.6vw, 26px);
  line-height: 150%;
  position: relative;
  /*font-weight: 700;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.book2 h2:after {
  display: block;
  content: "";
  width: 70px;
  height: 4px;
  background: var(--base-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.book2 div.wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}
section.book2 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
section.book2 ul li {
  margin-bottom: 20px;
  margin-right: 20px;
  min-height: 200px;
  width: calc((100% - 40px) / 3);
  height: auto;
  max-height: 150px;
}
section.book2 ul li:nth-child(3n) {
  margin-right: 0;
}
section.book2 ul li img,
section.book2 ul li video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  section.book2 {
    padding-bottom: 0;
    margin: 65px auto;
    width: 90%;
  }
  section.book2 > div:first-child {
    width: 100%;
  }
  section.book2 h2 {
    margin: 0 auto 30px;
    width: 100%;
  }
  section.book2 > div.wrap {
    width: 100%;
  }
  section.book2 ul {
    flex-direction: column;
  }
  section.book2 ul li {
    width: 100%;
    max-height: initial;
    height: 300px;
  }
}
/*--------------------------------------------------------------------------------------
  ブログ
---------------------------------------------------------------------------------------*/
section.blog {
  margin: 100px auto 80px;
  padding: 0 0 160px;
  width: 90%;
  max-width: 960px;
  background: var(--background);
  position: relative;
}
section.blog_detail + section.blog,
nav + section.blog {
  padding-bottom: 100px;
}
section.blog h2 {
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  position: relative;
  /*font-weight: 700;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.blog h2::after {
  display: block;
  content: "";
  width: 70px;
  height: 4px;
  background: var(--base-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.blog div.wrap {
  margin: 0 auto;
}
section.blog div.wrap + a {
  position: absolute;
  bottom: 70px;
  right: 0;
}
section.blog div.wrap + a:hover {
  opacity: 0.8;
}
section.blog div.wrap + a span {
  display: inline-block;
  height: 30px;
  font-weight: 500;
  line-height: 30px;
  vertical-align: middle;
  color: var(--color);
}
section.blog div.wrap + a::before {
  display: inline-block;
  content: "\021C0";
  width: 45px;
  height: 30px;
  font-size: 30px;
  font-weight: 500;
  transform: scale(1.8, 1);
  line-height: 30px;
  vertical-align: middle;
  color: var(--base-color);
  transition: 0.4s;
}
section.blog div.wrap + a:hover::before {
  width: 40px;
}
section.blog ul li {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid var(--color);
  list-style: none;
}
section.blog ul li > div:first-child {
  width: 130px;
  margin-right: 20px;
}
section.blog ul li > div:last-child {
  width: calc(100% - 150px);
}
section.blog ul li img,
section.blog ul li video {
  width: 100%;
  max-height: 150px;
  object-fit: scale-down;
}
section.blog ul li h3 a {
  font-size: min(4.6vw, 17px);
  line-height: 150%;
  font-weight: var(--weight);
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}
section.blog a:hover {
  opacity: 0.8;
}
section.blog ul li p {
  line-height: 150%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.blog ul li p.date {
  font-size: 14px;
  line-height: 150%;
}
section.blog div.pager {
  display: flex;
  padding-top: 30px;
  justify-content: flex-end;
  align-items: center;
}
section.blog div.pager label {
  display: block;
  line-height: 30px;
  color: var(--base-color);
  font-size: 18px;
  font-weight: var(--weight);
  letter-spacing: 0.2em;
}
section.blog div.pager a {
  display: block;
  margin-left: 13px;
  width: 30px;
  height: 30px;
  background: var(--base-color);
  color: var(--background);
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 10px;
  font-family: monospace;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  section.blog {
    margin: 65px auto;
    padding: 0 0 130px;
    width: 90%;
  }
  section.blog h2 {
    margin-bottom: 20px;
  }
  section.blog_detail + section.blog,
  nav + section.blog {
    margin: 0 auto;
    padding-bottom: 65px;
    width: 90%;
  }
  section.blog div.wrap {
  }
  section.blog div.wrap + a {
    bottom: 50px;
  }
  section.blog ul li {
    padding: 25px 0;
    flex-direction: column;
  }
  section.company section.blog ul li:nth-child(n+4) {
    display: none;
  }
  section.blog ul li > div:first-child {
    margin: 0;
    width: 100%;
  }
  section.blog ul li > div:last-child {
    margin: 20px 0 0;
    width: 100%;
  }
  section.blog ul li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: initial;
    font-size: 14px !important;
  }
  section.blog ul li p.date {
    font-size: 13px !important;
  }
  section.blog div.pager label {
    font-size: 15px;
  }
}
/*--------------------------------------------------------------------------------------
  施工実績
---------------------------------------------------------------------------------------*/
section.blog2 {
  margin: 0 auto 100px;
  width: 94%;
  max-width: 960px;
}
section.blog2 h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 80px;
  font-size: 28px;
  font-size: min(8vw, 28px);
  line-height: 1em;
  font-weight: 400;
}
section.blog2 h2:before,
section.blog2 h2:after {
  display: block;
  content: "";
  width: 2em;
  height: 1px;
  background: var(--color);
  position: relative;
  top: 2px;
}
section.blog2 h2:before {
  margin-right: 1rem;
}
section.blog2 h2:after {
  margin-left: 1rem;
}
section.blog2 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
section.blog2 ul li {
  margin: 40px 60px 0 0;
  width: calc(50% - 30px);
}
section.blog2 ul li:nth-child(-n+2) {
  margin-top: 0;
}
section.blog2 ul li:nth-child(2n) {
  margin-right: 0;
}
section.blog2 ul li div:first-child {
  width: 100%;
}
section.blog2 ul li img,
section.blog2 ul li video {
  width: 100%;
  max-height: 420px;
  object-fit: scale-down;
}
section.blog2 ul li div:last-child {
  margin: 0 0 0 auto;
  padding: 20px;
  width: 80%;
  border-top: 2px solid var(--base-color);
  background: #fff;
  position: relative;
  top: -30px;
}
section.blog2 ul li p.date {
  margin-bottom: 10px;
  line-height: 1;
  font-weight: var(--weight-400);
}
section.blog2 ul li h3 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: var(--weight-400);
  color: var(--color);
}
section.blog2 ul li a.arrow {
  display: block;
  position: absolute;
  right: 0;
  bottom: -30px;
}
section.blog2 ul li a.arrow span {
  display: inline-block;
  height: 30px;
  font-size: 14px;
  font-weight: var(--weight-400);
  line-height: 30px;
  text-align: right;
  vertical-align: middle;
  color: var(--color);
}
section.blog2 ul li a.arrow::before {
  display: inline-block;
  content: "\021C0";
  height: 30px;
  font-size: 30px;
  font-weight: 500;
  transform: scale(1.8, 1);
  line-height: 30px;
  text-align: right;
  vertical-align: middle;
  color: var(--base-color);
  transition: 0.4s cubic-bezier(0.4, 0, 1, 1);
  position: relative;
  right: 25px;
}
section.blog2 ul li a.arrow:hover::before {
  right: 20px;
}
@media screen and (max-width: 767px) {
  section.blog2 {
    margin-bottom: 0;
  }
  section.blog2 h2 {
    margin-bottom: 40px;
  }
  section.blog2 ul {
    flex-direction: column;
  }
  section.blog2 ul li {
    margin: 40px 0 0 0!important;
    width: 100%;
  }
  section.blog2 ul li div:last-child {
    width: 90%;
  }
}
/*--------------------------------------------------------------------------------------
  施工実績（リードオンリー）
---------------------------------------------------------------------------------------*/
section.results {
  margin: 0;
  width: 100%;
  padding-bottom: 65px;
}
section.results div.wrap {
  margin: 0 auto;
  max-width: 960px;
}
section.results h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 80px;
  padding-top: 50px;
  font-size: 28px;
  font-size: min(8vw, 28px);
  line-height: 1em;
  font-weight: 400;
}
section.results h2:before,
section.results h2:after {
  display: block;
  content: "";
  width: 2em;
  height: 1px;
  background: var(--color);
  position: relative;
  top: 2px;
}
section.results h2:before {
  margin-right: 1rem;
}
section.results h2:after {
  margin-left: 1rem;
}
section.results ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
section.results ul li {
  margin: 40px 60px 0 0;
  width: calc(50% - 30px);
}
section.results ul li:nth-child(-n+2) {
  margin-top: 0;
}
section.results ul li:nth-child(2n) {
  margin-right: 0;
}
section.results ul li div:first-child {
  width: 100%;
}
section.results ul li img,
section.results ul li video {
  width: 100%;
  max-height: 420px;
  object-fit: scale-down;
}
section.results ul li div:last-child {
  margin: 0 0 0 auto;
  padding: 20px;
  width: 80%;
  border-top: 2px solid var(--base-color);
  background: #fff;
  position: relative;
  top: -30px;
}
section.results ul li p.date {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: var(--weight-400);
}
section.results ul li h3 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: var(--weight-400);
  color: var(--color);
}
section.results ul li a.arrow {
  display: block;
  position: absolute;
  right: 0;
  bottom: -30px;
}
section.results ul li a.arrow span {
  display: inline-block;
  height: 30px;
  font-size: 14px;
  font-weight: var(--weight-400);
  line-height: 30px;
  text-align: right;
  vertical-align: middle;
  color: var(--color);
}
section.results ul li a.arrow::before {
  display: inline-block;
  content: "\021C0";
  height: 30px;
  font-size: 30px;
  font-weight: 500;
  transform: scale(1.8, 1);
  line-height: 30px;
  text-align: right;
  vertical-align: middle;
  color: var(--base-color);
  transition: 0.4s cubic-bezier(0.4, 0, 1, 1);
  position: relative;
  right: 25px;
}
section.results ul li a.arrow:hover::before {
  right: 20px;
}
section.results a.link {
  display: block;
  width: 260px;
  margin: 50px auto 0;
  padding: 18px 10px;
  background-color: var(--base-color);
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
  box-sizing: border-box;
}
section.results a.link:hover {
  background-color: var(--base-hover);
}
@media screen and (max-width: 767px) {
  section.results h2 {
    margin-bottom: 40px;
  }
  section.results div.wrap  {
    width: 94%;
  }
  section.results ul {
    flex-direction: column;
  }
  section.results ul li {
    margin: 40px 0 0 0!important;
    width: 100%;
  }
  section.results ul li div:last-child {
    width: 90%;
  }
}
/*--------------------------------------------------------------------------------------
  NEWS（リードオンリー）
---------------------------------------------------------------------------------------*/
section.news {
  padding: 100px 0 190px;
  width: 100%;
}
section.news > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
  position: relative;
}
section.news > div > a {
  position: absolute;
  bottom: -80px;
  right: 0;
}
section.news > div > a:hover {
  opacity: 0.8;
}
section.news > div > a span {
  display: inline-block;
  height: 30px;
  font-weight: 500;
  line-height: 30px;
  vertical-align: middle;
  color: var(--color);
}
section.news > div > a::before {
  display: inline-block;
  content: "\021C0";
  width: 45px;
  height: 30px;
  font-size: 30px;
  font-weight: 500;
  transform: scale(1.8, 1);
  line-height: 30px;
  vertical-align: middle;
  color: var(--base-color);
  transition: 0.4s;
}
section.news > div > a:hover::before {
  width: 40px;
}
section.news h2 {
  margin-bottom: 40px;
  width: 170px;
  font-size: min(5.6vw, 24px);
  line-height: 150%;
  font-weight: 700;
  position: relative;
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.news h2 span {
  padding-bottom: 10px;
  position: relative;
}
section.news h2 span::after {
  display: block;
  content: "";
  width: 70px;
  height: 4px;
  background: var(--base-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.news div.wrap {
  width: calc(100% - 170px);
}
section.news ul li {
  display: flex;
  align-items: center;
  height: 77px;
  border-bottom: 1px dashed var(--color);
  list-style: none;
}
section.news ul li > div {
  display: flex;
  align-items: center;
}
section.news ul li > p {
  line-height: 1.5;
  word-break: break-all;
}
section.news ul li p.date {
  width: 120px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
section.news ul li p.link {
  width: 120px;
}
section.news ul li p.link a {
  display: inline-block;
  padding: 0 10px;
  height: 18px;
  border: 1px solid var(--base-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: var(--base-color);
}
section.news ul li p.link a:hover {
  opacity: 0.8;
}
section.news ul li p a  {
  font-weight: var(--weight-400);
  color: var(--color);
}
section.news ul li p a:hover {
  color: var(--base-color);
}
@media screen and (max-width: 767px) {
  section.news {
    margin: 0 auto;
    padding: 65px 0 130px;
  }
  section.news > div {
    flex-direction: column;
  }
  section.news > div > a {
    bottom: -70px;
  }
  section.news h2 {
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
  }
  section.news h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
  section.news div.wrap {
    width: 100%;
  }
  section.news ul li {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
    margin-bottom: 15px;
    height: auto;
  }
  section.news ul li > div {
    margin-bottom: 10px;
  }
  section.news ul li p.date {
    width: 6.5em;
  }
  section.news ul li p.link {
    line-height: 1.2;
  }
}
/*--------------------------------------------------------------------------------------
  ナビゲーション
---------------------------------------------------------------------------------------*/
section nav {
  margin: 80px 0 30px;
  padding: 15px 0;
  border-top: 1px #eeeeee solid;
  border-bottom: 1px #eeeeee solid;
}
section.service2 nav {
  margin: 80px 0 0;
}
section nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 94%;
  max-width: 1120px;
  list-style: none;
}
section nav ul li {
  display: flex;
  align-items: center;
  line-height: 1;
}
section nav ul li::after {
  display: block;
  margin: 0 10px;
  content: '›';
  font-family: 'Noto Sans JP';
  font-size: 20px;
  line-height: 20px;
  color: inherit;
  top: -2px;
  position: relative;
}
section nav ul li:last-of-type::after {
  display: none;
}
section nav ul li a {
  display: block;
  font-size: 15px!important;
  line-height: 15px!important;
  color: inherit;
  text-decoration: none;
}
section nav ul li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 880px) {
  section nav {
    margin-top: 60px!important;
  }
}
@media screen and (max-width: 767px) {
  section nav {
    margin-top: 60px!important;
    margin-bottom: 20px;
    padding: 5px 0;
  }
  section nav ul {
    width: 90%;
  }
  section nav ul li {
    margin: 10px 0;
  }
  section nav ul li a {
    font-size: 12px !important;
  }
}
/*--------------------------------------------------------------------------------------
  ブログトップ
---------------------------------------------------------------------------------------*/
section.blog_top {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
  width: 94%;
  max-width: 1120px;
}
section.blog_top article {
  width: 48%;
}
section.blog_top article > a {
  display: block;
  width: 100%;
  height: 320px;
}
section.blog_top article > a img,
section.blog_top article > a video {
  width: 100%;
  max-height: 100%;
  object-fit: scale-down;
}
section.blog_top article p.date {
  margin-top: 10px;
  font-size: 14px;
  line-height: 150%;
}
section.blog_top article h3 a {
  font-size: min(4.6vw, 17px);
  line-height: 150%;
  font-weight: var(--weight);
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  section.blog_top {
    flex-direction: column;
    width: 90%;
  }
  section.blog_top article {
    margin-bottom: 30px;
    width: 100%!important;
  }
  section.blog_top article > a {
    display: inline;
    background: none!important;
  }
  section.blog_top article > a img,
  section.blog_top article > a video {
    object-fit: cover;
  }
  section.blog_top article p.date {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 13px!important;
  }
}
/*--------------------------------------------------------------------------------------
  ブログページ
---------------------------------------------------------------------------------------*/
section.blog_detail + section.blog a.list {
  display: block;
  margin: 80px auto 0;
  padding: 16px 10px;
  width: 210px;
  background-color: var(--button-color);
  border-radius: 5px;
  color: var(--button-text);
  font-size: 15px;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
}
section.blog_detail + section.blog a.list:hover {
  background-color: var(--button-color-hover);
  color: var(--button-text-hover);
}
section.blog_detail {
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}
section.blog_detail article {
  width: 100%;
}
section.blog_detail article > div {
  width: 100%;
  height: auto;
  background: none!important;
}
section.blog_detail article > div img,
section.blog_detail article > div video {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
section.blog_detail article h2 {
  margin: 30px 0 15px;
  line-height: 1.5;
  font-weight: 700;
  font-size: min(5.6vw, 20px);
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}
section.blog_detail article p.date {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  section.blog_detail + section.blog a.list {
    margin: 40px auto 0;
    padding: 11px 10px;
  }
  section.blog_detail {
    width: 90%;
  }
  section.blog_detail article > div {
    background: none!important;
    height: auto;
  }
  section.blog_detail article > div img,
  section.blog_detail article > div video {
    object-fit: cover;
  }
  section.blog_detail article h2 {
    margin: 20px 0 10px;
  }
  section.blog_detail article p.date {
    margin-bottom: 15px;
    font-size: 13px !important;
  }
  section.blog_detail article p:last-of-type {
    font-size: 14px !important;
  }
}
/*--------------------------------------------------------------------------------------
  作業内容
---------------------------------------------------------------------------------------*/
section.works {
  width: 100%;
  padding: 100px 0;
}
section.works div.wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}
section.works div.title {
  margin-bottom: 70px;
}
section.works div.title dl dt {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  /*color: #2a7be5;*/
  font-size: 24px;
  line-height: 1;
  /*font-weight: 600;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.works div.title dl dt span {
  display: block;
  margin: 0 12px;
  width: 5px;
  /*background-color: #2a7be5;*/
  background-color: var(--title-color);
}
section.works div.title dl dd {
  display: flex;
  justify-content: space-between;
}
section.works div.title dl dd > div:first-child {
  width: 50%;
}
section.works div.title dl dd > div:last-child {
  display: block;
  padding: 20px;
  width: 50%;
}
section.works div.title img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
section.works div.title dl dd p {
  color: #fff!important;
}
section.works div.items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  min-height: 250px;
}
section.works div.items:nth-child(2n) {
  flex-direction: row-reverse;
}
section.works div.items:last-of-type {
  margin-bottom: 0;
}
section.works div.items > div {
  width: 50%;
}
section.works div.items > div img {
  width: 100%;
  height: 225px;
  object-fit: cover;
}
section.works div.items dl {
  display: block;
  width: 48%;
  max-width: 100%;
}
section.works div.items dl dt {
  margin-bottom: 5px;
  /*color: #e17009;*/
  font-size: 24px;
  line-height: 1.2;
  /*font-weight: 600;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
@media screen and (max-width: 767px) {
  section.works {
    margin: 0 auto;
    padding: 70px 0 65px;
  }
  section.works div.wrap {
    margin: 0 auto;
    width: 90%;
  }
  section.works div.title {
    margin-bottom: 55px;
  }
  section.works div.items dl {
    width: 100%;
  }
  section.works div.title dl dt {
    
  }
  section.works div.title dl dt p {
    font-size: inherit;
  }
  section.works div.items dl dd p,
  section.works div.title dl dd p {
    font-size: 14px !important;
  }
  section.works div.title dl dd {
    flex-direction: column!important;
  }
  section.works div.title dl dd > div {
    width: 100% !important;
  }
  section.works div.items {
    flex-direction: column!important;
  }
  section.works div.items > div {
    margin-bottom: 20px;
    width: 100% !important;
  }
  section.works div.items > div {
    width: 100% !important;
  }
}
/*--------------------------------------------------------------------------------------
  当社の特徴
---------------------------------------------------------------------------------------*/
section.feature {
  padding: 100px 0 40px;
  width: 100%;
}
section.feature div.wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}
section.feature dl {
  display: flex;
  margin-bottom: 60px;
}
section.feature dl:nth-of-type(2n) {
  flex-direction: row-reverse;
}
section.feature dl dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
  width: 60%;
  line-height: 2em;
}
section.feature dl dt p {
  display: flex;
  align-items: center;
}
section.feature dl dt p span {
  margin-right: 1em;
  width: 5px;
  height: 40px;
  background: #0cb5c6;
  background: linear-gradient(360deg, #0cb5c6 0%, #0cb5c6 50%, #0cb5c67a 50%, #0cb5c67a 100%);
}
section.feature dl dt p:first-child {
  padding: 10px 20px 10px 20px;
  font-size: min(4.8vw, 20px);
  line-height: 1.2;
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.feature dl dt p:last-child {
  padding: 20px;
  background-color: #0cb5c6;
}
section.feature dl:nth-child(2n) dt p:first-child {
  padding: 10px 50px 10px 20px;
}
section.feature dl:nth-child(2n) dt p:last-child {
  padding: 20px 50px 20px 20px;
}
section.feature dl dd {
  padding: 3px;
  width: 40%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  xbox-shadow: 0 0 2px 2px #fff, 0 0 5px 5px #e9e9e9;
}
section.feature dl dd img {
  display: none;
}
@media screen and (max-width: 767px) {
  section.feature {
    margin: 0 auto;
    padding: 65px 0 15px;
  }
  section.feature div.wrap {
    margin: 0 auto;
    width: 90%;
  }
  section.feature dl {
    flex-direction: column!important;
    margin-bottom: 0;
  }
  section.feature dl dt {
    width: 100%;
    padding: 0;
  }
  section.feature dl dt p {
    margin-bottom: 10px;
    padding: 0!important;
  }
  section.feature dl dd {
    padding: 0;
    width: 100%;
    min-height: auto;
    background: none!important;
    box-shadow: initial;
  }
  section.feature dl dd img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  section.feature dl + p {
    margin-bottom: 50px;
    padding: 20px;
    font-size: 14px !important;
  }
}
/*--------------------------------------------------------------------------------------
  人材育成
---------------------------------------------------------------------------------------*/
section.human.photo {
  padding: 100px 0;
  width: 100%;
  background-color: #c5dbec;
  background-size: cover;
  background-position: center;
}
section.human.photo h2 {
  margin: 0 auto 40px;
  width: 90%;
  max-width: 960px;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  /*font-weight: 700;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.human.photo div.wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}
section.human.photo dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32%;
}
section.human.photo dl:nth-of-type(n+4) {
  margin-top: 20px;
}
section.human.photo dl dt p {
  margin: 20px 0;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
@media screen and (max-width: 767px) {
  section.human.photo {
    padding: 65px 0;
  }
  section.human.photo h2 {
    margin: 0 auto 20px;
    width: 90%;
  }
  section.human.photo div.wrap {
    flex-direction: column;
    width: 90%;
  }
  section.human.photo dl {
    margin: 20px 0;
    width: 100%;
  }
  section.human.photo dl dd p {
    font-size: 14px !important;
  }
}
/*--------------------------------------------------------------------------------------
  人材育成（写真なし）
---------------------------------------------------------------------------------------*/
section.human.comment {
  padding: 100px 0;
  width: 100%;
  background-color: #fff;
  background-size: cover;
  background-position: center;
}
section.human.comment h2 {
  margin: 0 auto 40px;
  width: 90%;
  max-width: 960px;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
  /*font-weight: 700;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.human.comment div.wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}
section.human.comment dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  padding: 30px 20px;
  width: calc((100% - 40px) / 3);
  border: 3px solid #ca1d13;
  border-radius: 10px;
}
section.human.comment dl:nth-child(3n) {
  margin-right: 0;
}
section.human.comment dl:nth-child(n+4) {
  margin-top: 20px;
}
section.human.comment dl dt p {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  /*font-weight: 600;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.human.comment dl dd p {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section.human.comment {
    margin: 0 auto;
    padding: 65px 0;
    width: 100%;
  }
  section.human.comment h2 {
    margin: 0 auto 10px;
    width: 90%;
  }
  section.human.comment div.wrap {
    flex-direction: column;
  }
  section.human.comment dl {
    margin: 20px 0;
    width: 100%;
  }
  section.human.comment dl dd p {
    font-size: 14px !important;
  }
}
/*--------------------------------------------------------------------------------------
  3連ブロック（小見出し＋画像＋本文）
---------------------------------------------------------------------------------------*/
section.flexbox.text {
  margin: 0 0 100px;
  width: 100%;
}
section.flexbox.text div.wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 94%;
  max-width: 960px;
}
section.flexbox.text div.wrap div {
  width: 32%;
}
section.flexbox.text h3 {
  padding: 10px;
  background: var(--base-color);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
section.flexbox.text p {
  padding: 20px 0 20px;
  font-weight: var(--weight-400);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  section.flexbox.text {
    margin-bottom: 0;
  }
  section.flexbox.text div.wrap {
    flex-direction: column;
  }
  section.flexbox.text div.wrap div {
    width: 100%;
  }
}
/*--------------------------------------------------------------------------------------
  3連ブロック（画像＋小見出し＋本文）
---------------------------------------------------------------------------------------*/
section.flexbox.photo {
  margin: 0 0 100px;
  width: 100%;
}
section.flexbox.photo div.wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 94%;
  max-width: 960px;
}
section.flexbox.photo div.wrap div {
  width: 32%;
}
section.flexbox.photo h3 {
  margin: 10px 0;
  padding: 10px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: var(--weight);
  text-align: center;
}
section.flexbox.photo p {
  padding: 0 0 20px;
  font-weight: var(--weight);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  section.flexbox.photo {
    margin-bottom: 0;
  }
  section.flexbox.photo div.wrap {
    flex-direction: column;
  }
  section.flexbox.photo div.wrap div {
    width: 100%;
  }
}
/*--------------------------------------------------------------------------------------
  インタビュー (photo)
---------------------------------------------------------------------------------------*/
section.interview.photo {
  padding: 100px 0 40px;
  background-position: center;
  background-size: cover;
}
section.interview.photo div.wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 960px;
}
section.interview.photo h2 {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  /*color: #29ced1;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.interview.photo dl {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  line-height: 1.2;
}
section.interview.photo dl dt {
  margin-bottom: 10px;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #29ced1;
}
section.interview.photo dl dd {
  display: flex;
  align-items: flex-start;
  padding: 20px;
}
section.interview.photo dl dd div:first-child {
  margin-right: 20px;
  width: 200px;
}
section.interview.photo dl dd div:last-child {
  width: calc(100% - 220px);
}
section.interview.photo dl dd div:last-child p {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  section.interview.photo {
    margin: 0 auto;
    padding: 65px 0 25px;
    width: 100%;
  }
  section.interview.photo div.wrap {
    width: 90%;
  }
  section.interview.photo h2 {
    margin-bottom: 30px;
  }
  section.interview.photo dl dt {
    font-size: 14px !important;
  }
  section.interview.photo dl dd {
    flex-direction: column!important;
    padding: 0 20px;
  }
  section.interview.photo dl dd div {
    margin-right: 0!important;
    padding: 10px 0!important;
    width: 100%!important;
    text-align: center;
  }
  section.interview.photo dl dd div:last-child p {
    font-size: 14px !important;
  }
}
/*--------------------------------------------------------------------------------------
  インタビュー (comment)
---------------------------------------------------------------------------------------*/
section.interview.comment {
  width: 100%;
  min-height: 500px;
  background: #dbdbdb;
  background-position: center;
  background-size: cover;
}
section.interview.comment div.wrap {
  margin: 0 auto;
  padding: 100px 0 70px;
  width: 94%;
  max-width: 1120px;
}
section.interview.comment h2 {
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 150%;
  font-weight: 900;
  text-align: center;
  /*color: #ff9225;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.interview.comment div > p {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 400;
  /*color: #919191;*/
  color: var(--color);
  text-align: center;
  line-height: 1.2;
}
section.interview.comment ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
section.interview.comment ul li {
  display: flex;
  flex-direction: column;
  margin: 0 40px 40px 0;
  width: calc((100% - 80px) / 3);
  min-height: 135px;
  border-radius: 15px;
  position: relative;
}
section.interview.comment ul li:after {
  display: block;
  content: "";
  border-top: 12px solid #ff9225;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
section.interview.comment ul li:nth-child(3n) {
  margin-right: 0;
}
section.interview.comment ul li p:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  height: 54px;
  background: #ff9225;
  border-radius: 15px 15px 0 0;
  font-size: 15px;
  font-weight: var(--weight);
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.02em;
  color: #fff;
  top: 0 !important;
}
section.interview.comment ul li p:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  height: calc(100% - 54px);
  min-height: 90px;
  border-radius: 0 0 15px 15px;
  background: #fff;
  /*color: #000;*/
  color: var(--color);
  font-family: var(--font);
  font-size: inherit;
  font-weight: var(--weight);
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.02em;
  top: initial !important;
}
@media screen and (max-width: 767px) {
  section.interview.comment {
    margin: 0 auto;
    width: 100%;
  }
  section.interview.comment h2 {
    margin-bottom: 20px;
  }
  section.interview.comment div.wrap {
    padding: 65px 10px 35px;
  }
  section.interview.comment ul {
    flex-direction: column;
  }
  section.interview.comment ul li {
    margin: 0 0 40px 0;
    width: 100%;
  }
  section.interview.comment ul li p:first-child,
  section.interview.comment ul li p:last-child {
    font-size: 14px !important;
  }
}
/*--------------------------------------------------------------------------------------
  FAQ
---------------------------------------------------------------------------------------*/
section.faq {
  margin: 100px auto;
}
section.faq h2 {
  margin: 0 auto 40px;
  padding-bottom: 10px;
  width: 90%;
  max-width: 960px;
  font-size: min(5.6vw, 24px);
  line-height: 1.2;
  text-align: center;
  position: relative;
  /*font-weight: 700;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.faq h2::after {
  display: block;
  content: "";
  width: 70px;
  height: 4px;
  background: var(--base-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.faq > p {
  margin: 0 auto 20px;
  width: 90%;
  max-width: 960px;
}
section.faq ul {
  margin: 0 auto 10px;
  width: 90%;
  max-width: 960px;
  list-style: none;
}
section.faq ul li {
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px dashed var(--color);
  color: var(--base-color);
  cursor: pointer;
}
section.faq ul li span {
  color: var(--color);
}
section.faq dl {
  display: flex;
  align-items: flex-start;
  margin: 0 auto 50px;
  width: 90%;
  max-width: 960px;
}
section.faq dl:last-of-type {
  margin-bottom: 0;
}
section.faq dl dt {
  padding: 10px;
  width: 50%;
  background: var(--base-color);
  color: var(--background);
  line-height: 1.2;
}
section.faq dl dd {
  padding-left: 20px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  section.faq {
    padding-bottom: 0;
    margin: 65px auto;
    width: 90%;
  }
  section.faq > h2 {
    margin-bottom: 20px;
    width: 100%;
  }
  section.faq > p {
    width: 100%;
    text-align: left;
  }
  section.faq > ul {
    margin: 0 auto 20px;
    width: 100%;
  }
  section.faq dl {
    margin: 0 auto 30px;
    flex-direction: column;
    width: 100%;
  }
  section.faq dl dt {
    width: 100%;
  }
  section.faq dl dd {
    width: 100%;
    padding: 10px;
  }
}
/*--------------------------------------------------------------------------------------
  Q&A
---------------------------------------------------------------------------------------*/
section.qa {
  display: flex;
  margin: 0 auto 100px;
  width: 100%;
}
section.qa div.image {
  width: 40%;
  min-height: 200px;
  background: no-repeat center / cover;
}
section.qa div.image img {
  display: none;
}
section.qa div.wrap {
  padding: 50px 10%;
  width: 60%;
}
section.qa h2 {
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: var(--weight);
  text-align: center;
}
section.qa ul li {
  margin-bottom: 30px;
  list-style: none;
}
section.qa dl {
  display: flex;
  flex-direction: column;
}
section.qa dl dt {
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px dotted #cfcfcf;
  line-height: 1.2;
  font-size: 15px;
  font-weight: var(--weight-400);
  color: var(--base-color);
}
section.qa dl dt span:first-child {
  margin-right: 5px;
  color: var(--base-color);
}
section.qa dl dd {
  display: flex;
  align-items: flex-start;
  padding: 5px 0;
  width: 100%;
  line-height: 2;
  font-size: 15px;
  font-weight: var(--weight);
}
section.qa dl dd span:first-child {
  margin-right: 5px;
  color: var(--base-hover);
}
@media screen and (max-width: 767px) {
  section.qa {
    flex-direction: column;
    margin-bottom: 0;
    max-width: 94%;
  }
  section.qa div.image {
    margin: 0 auto;
    width: 100%;
    background: none!important;
  }
  section.qa div.image img {
    display: block;
    object-fit: scale-down;
  }
  section.qa div.wrap {
    padding: 50px 0 0;
    width: 100%;
  }
}
/*--------------------------------------------------------------------------------------
  一日の流れ
---------------------------------------------------------------------------------------*/
section.daysflow {
  padding: 100px 0;
}
section.daysflow div.wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 960px;
}
section.daysflow h2 {
  margin: 0 auto 40px;
  width: 94%;
  max-width: 960px;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  /*color: #000;*/
  /*font-weight: 700;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.daysflow dl {
  display: flex;
  margin-bottom: 80px;
  position: relative;
}
section.daysflow dl:after {
  display: block;
  width: 30px;
  height: 30px;
  content: "\02228";
  font-size: 30px;
  color: var(--flow);
  transform: scale(2, 1);
  position: absolute;
  bottom: -35px;
  left: 50%;
}
section.daysflow dl:last-child {
  margin-bottom: 0;
}
section.daysflow dl:last-child:after {
  display: none;
}
section.daysflow dl dt {
  margin-right: 20px;
  width: 300px;
}
section.daysflow img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
section.daysflow dl dd {
  width: calc(100% - 320px);
}
section.daysflow dl dd p:first-child {
  display: block;
  padding: 0.5em 10px;
  background: var(--color);
  color: #fff;
  font-size: min(4.6vw, 16px);
  line-height: 1.2;
}
section.daysflow dl dd p:last-child {
  padding: 10px 0px;
}
@media screen and (max-width: 767px) {
  section.daysflow {
    margin: 0 auto;
    padding: 65px 0;
  }
  section.daysflow h2 {
    margin-bottom: 30px;
    width: 90%;
  }
  section.daysflow div.wrap {
    width: 90%;
  }
  section.daysflow dl {
    flex-direction: column!important;
    margin-bottom: 80px;
  }
  section.daysflow dl dt {
    display: none;
  }
  section.daysflow dl dd {
    width: 100%!important;
  }
  section.daysflow dl dd p:last-child {
    padding: 20px 0px 0px;
    font-size: 14px !important;
  }
  section.daysflow dl:after {
    bottom: -30px;
    left: 47%;
  }
}
/*--------------------------------------------------------------------------------------
  事業内容（詳細）
---------------------------------------------------------------------------------------*/
section.subdetail {
  margin: 100px auto;
  width: 90%;
  max-width: 960px;
  min-height: 200px;
}
section.subdetail dl {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
section.subdetail dl dt {
  margin-bottom: 30px;
}
section.subdetail h3 {
  padding: 0 0 20px 1em;
  border-bottom: 2px solid var(--base-color);
  font-size: min(5.6vw, 20px);
  line-height: 1em;
  /*color: var(--base-color);*/
  /*font-weight: 300;*/
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--title-color);
}
section.subdetail dl dd {
  display: flex;
  align-items: flex-start;
}
section.subdetail video,
section.subdetail img {
  margin-right: 30px;
  width: 360px;
}
section.subdetail span {
  display: block;
}
section.subdetail div.pager {
  display: flex;
  padding-top: 30px;
  justify-content: flex-end;
  align-items: center;
}
section.subdetail div.pager label {
  display: block;
  line-height: 30px;
  color: var(--base-color);
  font-size: 18px;
  font-weight: var(--weight);
  letter-spacing: 0.2em;
}
section.subdetail div.pager a {
  display: block;
  margin-left: 13px;
  width: 30px;
  height: 30px;
  background: var(--base-color);
  color: var(--background);
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 10px;
  font-family: monospace;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  section.subdetail {
    margin: 65px auto;
  }
  section.subdetail h3 {
    padding: 0 0 15px;
  }
  section.subdetail dl dd {
    flex-direction: column;
  }
  section.subdetail video,
  section.subdetail img {
    margin: 0 auto 30px auto;
  }
  section.subdetail p {
    font-size: 14px;
  }
  section.subdetail span {
    font-size: 13px;
  }
  section.subdetail div.pager label {
    font-size: 15px;
  }
}
/*--------------------------------------------------------------------------------------
  繰り返し（文字見出し）
---------------------------------------------------------------------------------------*/
section.repeat.text {
  margin: 0 auto 100px;
  width: 94%;
  max-width: 960px;
}
section.repeat.text h2 {
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--base-color);
  font-size: 28px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  color: #0075be;
}
section.repeat.text dl {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
section.repeat.text dl dt {
  margin-bottom: 30px;
  border-bottom: 2px solid var(--base-color);
}
section.repeat.text dl dt h3 {
  padding: 0 0 20px 1em;
  font-size: 20px;
  line-height: 1em;
  font-weight: var(--weight);
  color: #0075be;
}
section.repeat.text dl dd {
  display: flex;
}
section.repeat.text dl dd img {
  margin-right: 30px;
  width: 360px;
}
@media screen and (max-width: 767px) {
  section.repeat.text {
    margin-bottom: 0;
  }
  section.repeat.text dl dd {
    flex-direction: column;
  }
  section.repeat.text dl dd img {
    margin: 0 auto 30px auto;
  }
}
/*--------------------------------------------------------------------------------------
  繰り返し（画像見出し）
---------------------------------------------------------------------------------------*/
section.repeat.bgimage {
  margin: 0 auto 100px;
  width: 100%;
}
section.repeat.bgimage dl {
}
section.repeat.bgimage dl dt {
  display: block;
  height: 400px;
  background-size: cover;
}
section.repeat.bgimage dl dd {
  display: flex;
  justify-content: space-between;
  margin: 100px auto;
  width: 960px;
  max-width: 94%;
}
section.repeat.bgimage dl dd h2 {
  display: flex;
  width: calc(50% - 5px);
  font-size: 30px;
  line-height: 30px;
  font-weight: var(--weight);
  color: var(--base-color);
}
section.repeat.bgimage dl dd p {
  display: flex;
  width: calc(50% - 5px);
  line-height: 30px;
  font-weight: var(--weight);
  color: #000;
}
section.repeat.bgimage dl:nth-child(even) dd {
  flex-direction: row-reverse;
}
section.repeat.bgimage dl:nth-child(even) dd h2 {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  section.repeat.bgimage {
    margin-bottom: 0;
  }
  section.repeat.bgimage dl dt {
    height: 600px;
    background-position: center top;
  }
  section.repeat.bgimage dl dd {
    flex-direction: column!important;
    margin: 30px auto;
  }
  section.repeat.bgimage dl dd h2 {
    justify-content: center!important;
    margin-bottom: 30px;
    width: 100%;
  }
  section.repeat.bgimage dl dd p {
    width: 100%;
  }
}
