@charset "UTF-8";
@import url(https://use.typekit.net/phl3khq.css);
/*din2014*/
@import url(https://use.typekit.net/sqi6cdq.css); /*DIN Condensed */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
.headline._recruit h1, .headline_under h1, .headline._recruit h2, .headline_under h2 {
  font-size: clamp(21px, 2.4vw, 24px);
  font-weight: 700;
  position: relative;
  text-align: center;
  margin: 4% 0 2%;
}
.headline._recruit span, .headline_under span {
  display: block;
  font-size: clamp(14px, 1.8vw, 16px);
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

html {
  font-size: 62.5% !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

.base {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

body {
  counter-reset: number 0;
  overflow-x: hidden;
  min-height: 100%;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 16px;
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  color: #fff;
}

button, a, span, p {
  color: #fff;
}

dd, dt {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #111;
}

span {
  font-size: 60%;
  font-weight: inherit;
  display: block;
}

a {
  text-decoration: none;
}
a:visited, a:hover, a:link {
  color: #fff;
  opacity: 1;
}

h1, h2, h3 {
  font-weight: 900;
  text-align: center;
}

h1 {
  font-size: clamp(40px, 6.6vw, 80px);
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: clamp(18px, 2.1vw, 21px);
}

img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  object-fit: contain;
}

li {
  list-style: none;
}

b, strong {
  font-weight: 900;
}

small {
  font-size: 80%;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
}

#main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #main {
    display: block;
  }
}

#col_main {
  width: 100% !important;
}

h2.mail.title {
  display: none !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

.pcnone {
  display: none;
}
@media screen and (max-width: 900px) {
  .pcnone {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .spnone {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .bp1200none {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .bp1000none {
    display: block;
  }
}

.disnone {
  display: none;
}

@media only screen and (min-width: 600px) {
  .pcnone {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .spnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

#col_side1 {
  width: 23% !important;
}
@media screen and (max-width: 900px) {
  #col_side1 {
    width: 100% !important;
    margin-top: 50px !important;
  }
}
#col_side1 a {
  display: block;
}
#col_side1 img {
  width: 100% !important;
}

#col_side1 img {
  width: 100%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

u {
  text-decoration: line-through;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

u {
  text-decoration: underline;
}

.mincho {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "メイリオ", "游ゴシック", YuGothic, "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 600px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

.tdscl {
  overflow-x: scroll;
}
.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.center {
  text-align: center;
}

.fcb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.fce {
  display: flex;
  align-items: center;
  justify-content: end;
}

.fcc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fsb {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.fss {
  display: flex;
  align-items: start;
  justify-content: start;
}

.fse {
  display: flex;
  align-items: start;
  justify-content: end;
}

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

.feb {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.fes {
  display: flex;
  align-items: end;
  justify-content: start;
}

.fee {
  display: flex;
  align-items: end;
  justify-content: end;
}

.fec {
  display: flex;
  align-items: end;
  justify-content: center;
}

.fcbc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.fcsc {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
}

.fcec {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
}

.fccc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fsbc {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
}

.fssc {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}

.fsec {
  display: flex;
  align-items: start;
  justify-content: end;
  flex-direction: column;
}

.fscc {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

.febc {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-direction: column;
}

.fesc {
  display: flex;
  align-items: end;
  justify-content: start;
  flex-direction: column;
}

.feec {
  display: flex;
  align-items: end;
  justify-content: end;
  flex-direction: column;
}

.fecc {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
}

.fcbw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fcsw {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

.fcew {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
}

.fccw {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.fsbw {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fssw {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
}

.fsew {
  display: flex;
  align-items: start;
  justify-content: end;
  flex-wrap: wrap;
}

.fscw {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
}

.febw {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fesw {
  display: flex;
  align-items: end;
  justify-content: start;
  flex-wrap: wrap;
}

.feew {
  display: flex;
  align-items: end;
  justify-content: end;
  flex-wrap: wrap;
}

.fecw {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-wrap: wrap;
}

.link_contact {
  display: block;
  padding: 20px;
  border: 1px solid #fff;
  font-family: "din-condensed", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

.link_tel {
  display: block;
  font-family: "din-2014", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.link_tel span {
  font-size: 13px;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.anchor {
  padding-top: 70px;
  margin-top: -70px;
}

.dl_wrap {
  margin-top: 30px;
}
.dl_wrap dl, .dl_wrap dt, .dl_wrap dd {
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
.dl_wrap dl:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #ddd !important;
}
.dl_wrap dt {
  width: 150px !important;
  justify-content: flex-start !important;
}
.dl_wrap dd {
  width: 80% !important;
}
.dl_wrap dl:first-of-type {
  border-bottom: 1px solid #ddd;
}
.dl_wrap span {
  padding: 3px 10px;
  color: #fff;
  border-radius: 5px;
  background: #78b4e6;
}

.bg100 {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.flex_fix {
  justify-content: center;
  row-gap: 1vmin;
  column-gap: 1%;
  max-width: 1200px;
  margin: 0 auto;
}

.flex_stretch {
  margin-bottom: -100px !important;
}
.flex_stretch .box {
  flex: 1 1 450px;
}
.flex_stretch img {
  width: 100%;
}

.text_right .box, .text_left .box {
  display: flex;
  align-items: start;
}
@media screen and (max-width: 600px) {
  .text_right .box, .text_left .box {
    flex-direction: column;
  }
}
.text_right img, .text_left img {
  width: 35% !important;
  object-fit: contain;
  flex: 1 1 224px;
  display: block;
}
@media screen and (max-width: 600px) {
  .text_right img, .text_left img {
    width: 100% !important;
  }
}
.text_right h3, .text_left h3 {
  position: relative;
}
.text_right h3::before, .text_left h3::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background-color: brown;
}

.text_left .box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .text_left .box {
    flex-direction: column;
  }
}

.img-op img {
  border: 5px solid #fff;
  box-shadow: 0 0 20px rgba(102, 102, 102, 0.1333333333);
}

.first30 td:first-child {
  width: 30%;
}

.first_eee td:first-child {
  background-color: #eee;
}

.circle_dt.form_wrap dl, .circle_dt.form_wrap dt, .circle_dt.form_wrap dd {
  border: none;
  background: none;
}
.circle_dt.form_wrap dt {
  width: 20%;
  min-width: 200px;
  text-align: center;
  color: #fff;
  z-index: 1;
  align-items: center;
  padding: 50px 0;
  position: relative;
}
.circle_dt.form_wrap dt:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  z-index: -1;
  border-radius: 50%;
  background-color: lightblue;
}
.circle_dt.form_wrap dt:after {
  content: "";
  position: absolute;
  display: block;
  top: 100px;
  right: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 50px;
  background-color: lightblue;
}
.circle_dt.form_wrap dd {
  display: flex;
  align-items: center;
}

.anchor {
  padding-top: 70px;
  margin-top: -70px;
}

.link_tel {
  width: 230px;
  font-size: 30px;
  font-family: "din-condensed", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  position: relative;
}

.header {
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: nowrap;
  transition: 0.4s;
  color: #111;
  z-index: 100;
}
@media only screen and (min-width: 600px) {
  .header:hover {
    background-color: #fff;
  }
  .header:hover a,
.header:hover p {
    transition: 0.4s;
    color: #111;
    text-shadow: 2px 2px 4px #fff, 2px -2px 4px #fff, -2px 2px 4px #fff, -2px -2px 4px #fff;
  }
}
.header_logo {
  width: clamp(105px, 10vmax, 140px);
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  margin-right: auto;
}
.header_logo a {
  width: 100%;
}
.header_logo img {
  background-color: #fff;
  aspect-ratio: 1/1;
}
.header_nav {
  width: 85%;
  display: flex;
  justify-content: end;
  line-height: 39px;
}
@media screen and (max-width: 600px) {
  .header_nav {
    display: none;
  }
}
.header_ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.header_ul a,
.header_ul button {
  width: 100%;
  font-weight: 700;
  padding: 20px 0;
  text-shadow: 2px 2px 4px #111, 2px -2px 4px #111, -2px 2px 4px #111, -2px -2px 4px #111;
}
.header_ul span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
.header_links {
  min-width: 455px;
  padding: 0 30px;
}
@media only screen and (max-width: 1200px) {
  .header_links {
    display: none;
  }
}
.header_links a,
.header_links p {
  display: block;
  font-size: 20px;
  text-align: right;
  color: #fff;
  text-shadow: 2px 2px 4px #111, 2px -2px 4px #111, -2px 2px 4px #111, -2px -2px 4px #111;
}
.header_links i {
  margin-right: 10px;
}
.header_tel {
  display: block;
}
.header_list._btn {
  position: relative;
}
.header_btn {
  border: none;
  background-color: unset;
  color: #fff;
  text-align: center;
}
.header_accordion {
  position: absolute;
  top: 100%;
  left: -70%;
  visibility: hidden;
  transform-origin: top;
  transform: rotateX(90deg);
  transition: 0.4s;
}
.header_accordion[aria-hidden=false] {
  visibility: visible;
  transform: rotateX(0);
  height: auto;
  background-color: rgba(69, 174, 229, 0.2);
}
.header.scroll_nav .header_accordion[aria-hidden=false] {
  background-color: rgba(69, 174, 229, 0.9019607843);
}
.header .accordion_lists {
  width: 200px;
}
.header .accordion_lists a {
  display: block;
  padding: 20px;
}

.fixed {
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 100;
}
.fixed_link {
  display: grid;
  align-content: center;
  width: 140px;
  height: 140px;
  color: #fff;
  font-size: 16px;
  line-height: 39px;
  background-color: #be9124;
  border-radius: 50%;
  transform-origin: bottom right;
  scale: 0.6;
  box-shadow: inset 0 -10px 25px 0 rgba(17, 17, 17, 0.1333333333), inset 0 10px 25px 0 rgba(17, 17, 17, 0.1333333333);
}
@media only screen and (min-width: 900px) {
  .fixed_link {
    scale: 1;
  }
}
.fixed i {
  font-size: 28px;
}

.menu_bar {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  mix-blend-mode: difference;
}
@media only screen and (min-width: 600px) {
  .menu_bar {
    display: none;
  }
}

.burger {
  border: none;
  padding: 0;
  height: 70px;
  width: 70px;
  background-color: transparent;
  filter: drop-shadow(0 0 1px #000);
  transition: width 0.6s, height 0.6s, background-color 0s 0s;
}
.burger__line {
  display: block;
  height: 3px;
  position: absolute;
  top: calc(70px / 2);
  right: 0;
  transform: translateX(-50%);
  width: calc(70px / 2);
  transition: 0.4s;
  background-color: #be9124;
  background-color: #fff;
}
.burger__line:before, .burger__line:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: inherit;
  background-color: #fff;
}
.burger__line:before {
  top: calc(70px / 6);
}
.burger__line:after {
  top: calc(70px / -6);
}
.burger.active {
  height: 100vh;
  width: 25vw;
  background-color: #333;
  transition: background-color 0.3s 0.5s;
}
.burger.active .burger__line {
  background-color: transparent;
}
.burger.active .burger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.burger.active .burger__line::after {
  top: 0;
  transform: rotate(-45deg);
}

.drawer {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 80%;
  min-width: 300px;
  height: 100vh;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  overflow-y: scroll;
  overscroll-behavior-y: none;
}
.drawer::-webkit-scrollbar {
  visibility: hidden;
}
.drawer[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}
.drawer_nav {
  background-color: #333;
  width: 100%;
  height: calc(100% + 0.5px);
  padding: 100px 10px;
  translate: -100%;
  transition: all 0.5s;
  pointer-events: all;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.drawer[aria-hidden=false] .drawer_nav {
  translate: 0%;
}

.drawer_lists {
  display: flex;
  flex-direction: column;
}
.drawer_link, .accordion_link {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 20px 10px;
}

@media screen and (max-width: 600px) {
  .drawer_info {
    display: block;
  }
}
.drawer_logo {
  padding-bottom: 2vh;
}
.drawer_logo a {
  border: none;
}
.drawer address {
  display: flex;
  flex-direction: column;
  gap: 4vh;
}
.drawer .header-sm {
  font-size: 2.5vmin;
}
@media screen and (max-width: 600px) {
  .drawer .header-sm {
    font-size: 14px;
  }
}

.drawer_link.-accordion, .-accordion.accordion_link {
  display: block;
  text-align: center;
  border: none;
  background-color: transparent;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 20px 10px;
  position: relative;
}
.drawer_link.-accordion .accordion_link, .-accordion.accordion_link .accordion_link {
  background-color: transparent;
}
.drawer_link.-accordion::after, .-accordion.accordion_link::after, .drawer_link.-accordion::before, .-accordion.accordion_link::before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  translate: 0 -50%;
  transition: 0.4s;
}
.drawer_link.-accordion[aria-expanded=true]::after, .-accordion[aria-expanded=true].accordion_link::after {
  rotate: -90deg;
}
.drawer_link.-accordion::before, .-accordion.accordion_link::before {
  content: "";
  width: 12px;
  height: 2px;
  right: 0;
}

.accordion .accordion_link {
  background-color: transparent;
}

#drawer.-drawer.header-links {
  display: block;
}

.accordion {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  transition: height 0.8s visibility 0s;
  transition: all 0.5s;
  transform-origin: top;
  transform: rotateX(90deg);
}
.accordion_lists {
  display: flex;
  flex-direction: column;
}
.accordion.active {
  height: auto;
  visibility: visible;
  transform: rotateX(0);
}

.drawer_foot {
  width: 90%;
  margin: 50px auto 0;
}
.drawer_foot .header_logo {
  margin: 0 auto 8%;
}
.drawer_foot .header_links {
  display: block;
  padding: 0;
  min-width: unset;
}
.drawer_foot .header_fax {
  text-align: center;
}
.drawer_foot a {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 5px !important;
  color: #fff !important;
  border: none;
}
.drawer_foot a i {
  font-size: 24px;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  background-color: unset !important;
}

.access_iframe {
  display: block;
  filter: grayscale(1);
  opacity: 0.9;
}

.headandflex {
  padding: 80px 20px;
}
.headandflex_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .headandflex_inner {
    padding: 30px;
  }
}
.headandflex_title {
  font-size: 28px;
  font-weight: 700;
}
.headandflex_title span {
  display: block;
}
.headandflex_links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.headandflex_links a {
  flex: 0 1 263px;
}
@media screen and (max-width: 600px) {
  .headandflex_links a {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.footer_sub {
  padding: 8% 0;
  row-gap: 8vw;
}
@media only screen and (min-width: 900px) {
  .footer_sub {
    flex-wrap: nowrap;
  }
}
.footer_info {
  width: 66%;
}
@media only screen and (min-width: 900px) {
  .footer_info {
    max-width: 44%;
    padding: 0 6%;
  }
}
.footer_info dt {
  float: left;
}
.footer_info dd {
  text-align: left;
}
.footer_info dl {
  line-height: 58px;
  clear: both;
}
.footer_access {
  width: 100%;
  max-width: 670px;
}
.footer_access iframe {
  width: 100%;
  display: block;
}
.footer_main {
  width: 100%;
  background-color: #111;
}
.footer_inner {
  padding: 4vmin;
  display: grid;
  place-items: center;
}
.footer_nav {
  flex-wrap: wrap;
  column-gap: 4vh;
}
@media screen and (max-width: 600px) {
  .footer_nav li {
    width: 40%;
  }
}
.footer_nav a {
  display: block;
  padding: 4vh 0;
}
.footer_copy {
  display: block;
  padding: 4vh 0;
}
.footer_left {
  text-align: left;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 600px) {
  .footer_left {
    text-align: center;
    margin: 0 auto;
  }
}
.footer_headline h2 {
  text-align: left;
  font-family: "din-condensed", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  line-height: 1;
  margin-bottom: 45px;
  position: relative;
}
.footer_headline h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  width: 60px;
  height: 3px;
  bottom: -20px;
  left: 0;
}
.footer_headline p {
  text-align: left;
}
.footer_links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_links a {
  display: block;
}
.footer_links span {
  display: block;
}
.footer_links .link_contact {
  max-width: 250px;
  padding: 20px 50px;
  border: 1px solid #fff;
  font-family: "din-condensed", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.footer_links .link_tel {
  max-width: 350px;
  font-family: "din-2014", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

img.imgL {
  max-width: 100%;
}

img.imgR {
  max-width: 100%;
}

body {
  background-color: transparent;
}

#contents {
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 900px) {
  #contents {
    padding-left: 30px;
    padding-right: 30px;
  }
}

div article div {
  line-height: 2;
}

.headline h2 {
  color: #be9124;
}
.headline_works {
  width: 100%;
  margin: 8% 0;
}
@media only screen and (min-width: 600px) {
  .headline_works {
    margin-bottom: 210px;
  }
}
.headline_works h2 {
  color: #be9124;
}
.headline_works h2 span {
  color: #111;
  font-size: 14px;
}

.mv_slide img {
  object-fit: cover;
  object-position: 20%;
  height: 100dvh !important;
  height: 100vh !important;
}

.mv_text {
  position: absolute;
  z-index: 1;
  left: 5%;
  bottom: 25%;
  padding-right: 5%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .mv_text {
    width: 100%;
  }
}
.mv h1 {
  font-size: clamp(40px, 6.6vw, 80px);
  font-weight: 900;
  text-align: left;
}
.mv span {
  text-align: left;
  font-size: clamp(28px, 3.7vw, 34px);
}

.sec_bg {
  display: flex;
  flex-wrap: wrap;
}

.hikaku_bg {
  background: url(../images/home/hikakuBg.jpg) no-repeat center/cover;
  margin-top: 12%;
}
.hikaku_bg .img_left {
  width: 85%;
  height: 60%;
  margin-top: -4%;
}
@media only screen and (min-width: 900px) {
  .hikaku_bg .img_left {
    width: 55%;
    min-width: 55% !important;
  }
}
.hikaku_bg .img_left img {
  width: 100% !important;
  aspect-ratio: 5/3;
  object-fit: cover;
  object-position: top;
  clip-path: polygon(0% 0, 0 0, 0 100%, 0% 100%);
}
.hikaku_bg .img_left.active img {
  animation: toRight 0.5s ease-out forwards;
}
@keyframes toRight {
  0% {
    clip-path: polygon(0% 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 85% 100%);
  }
}
.hikaku_bg .hikaku {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10%;
  margin-top: -5%;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .hikaku_bg .hikaku {
    width: 45%;
    min-width: 45% !important;
    margin-left: auto;
    padding: 5% 0;
    margin-top: unset;
  }
}
.hikaku_bg article {
  width: 90%;
  padding: 80px 0px;
  border: 1px solid #fff;
  border-right: none;
  mix-blend-mode: difference;
  background-color: #fff;
  color: #111;
}
@media only screen and (min-width: 900px) {
  .hikaku_bg article {
    width: 95%;
  }
}

.works_bg {
  background: url(../images/home/worksBg.jpg) no-repeat center/cover;
  margin-bottom: 16%;
}

.card_works {
  display: grid !important;
  grid-auto-rows: max-content;
  height: auto;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  column-gap: 2.5%;
  width: 100%;
  padding: 8%;
}
@media only screen and (min-width: 900px) {
  .card_works {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: calc(50vw - clamp(0px, 48vw, 600px));
    padding-left: calc(50vw - clamp(0px, 48vw, 600px));
  }
}
.card_works .box {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .card_works .box:nth-child(1) {
    margin-top: -45%;
  }
  .card_works .box:nth-child(3) {
    margin-top: -45%;
  }
}
@media only screen and (min-width: 900px) {
  .card_works .box:nth-child(1) {
    margin-top: -45%;
    margin-bottom: 19%;
  }
  .card_works .box:nth-child(2) {
    margin-top: -32%;
  }
  .card_works .box:nth-child(3) {
    margin-top: -19%;
  }
}
.card_works .box img {
  object-fit: cover;
  height: clamp(274px, 31.6666666667vw, 380px) !important;
}
@media only screen and (min-width: 600px) {
  .card_works .box:has(.btn) {
    grid-column-start: 2;
    margin: 5% auto;
  }
}
.card_works .box > div:not(:has(.btn)) {
  height: 80px;
  display: grid;
  place-items: center;
}

.btn_wrap {
  width: 100%;
}

.btn {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.4666666667), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.btn:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.1333333333);
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.btn:hover:before {
  left: 0;
  width: 100%;
}
.btn:active {
  top: 2px;
}
.btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  top: 0;
  right: 0;
  width: 20%;
  display: grid;
  place-items: center;
}

.img_right {
  margin-top: -5%;
}
.img_right img {
  width: 100%;
}

.contact_bg {
  background-color: #111;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3%;
  row-gap: 50px;
  line-height: 39px;
}
@media only screen and (min-width: 900px) {
  .contact_bg {
    margin-bottom: -6%;
  }
}
.contact_bg .headline_contact {
  width: 100%;
}
.contact_bg .headline_contact h2 {
  font-size: 26px;
}
.contact_bg .btn {
  background-color: #be9124;
  border: none;
  margin: 0;
  width: 100%;
  max-width: 350px;
}
.contact_bg .btn_wrap {
  max-width: 450px;
}
.contact_bg .btn_wrap div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 600px) {
  .contact_bg .btn_wrap {
    width: 50%;
  }
}
.contact_bg .contact_tel {
  max-width: 450px;
}
.contact_bg .contact_tel div {
  font-size: 14px;
  padding-left: 20px;
}
.contact_bg .contact_tel p {
  text-align: center;
  font-size: 16px;
}
@media only screen and (min-width: 600px) {
  .contact_bg .contact_tel {
    width: 50%;
  }
}
.contact_bg b {
  font-size: clamp(18px, 3vw, 36px);
}

.choose_bg {
  align-items: center;
  line-height: 39px;
  margin: 12% auto;
  flex-direction: column;
  row-gap: 4vh;
}
@media only screen and (min-width: 900px) {
  .choose_bg {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.choose_bg > div {
  width: 100%;
  max-width: 600px;
}
.choose_bg .img_wrap {
  width: 80%;
  max-width: 600px;
  box-shadow: -15px 12px 0px #111;
}
.choose_bg .headtext {
  width: 100%;
  max-width: 600px;
}
.choose_bg span {
  color: #be9124;
}
.choose_bg article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.choose_bg article div {
  font-size: clamp(14px, 1.8vw, 16px);
}
@media only screen and (min-width: 900px) {
  .choose_bg article {
    width: 90%;
    margin: 0 0 0 auto;
  }
}
.choose_bg h2 {
  color: #111;
  font-size: clamp(26px, 3.6vw, 30px);
  border-bottom: 1px solid #111;
  padding-bottom: 2%;
  margin-bottom: 2%;
  position: relative;
}
.choose_bg h2:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 200px;
  height: 2px;
  background: #be9124;
}
.choose_bg h2 span {
  font-size: 16px;
}
.choose_bg div {
  color: #111;
}
.choose_bg .btn {
  background-color: #111;
  border: none;
  max-width: 300px;
}
@media only screen and (min-width: 600px) {
  .choose_bg .btn {
    margin: 0 0 0 auto;
  }
}

.merit_bg {
  background: url(../images/home/meritBg.jpg) no-repeat center/cover;
  line-height: 39px;
  padding: 7% 0;
}
.merit_bg .headline_merit {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 4% 2% 8% 2%;
  clip-path: polygon(0% 0, 0% 0%, 100% 0%, 100% 0, calc(50% + 55px) 0, 50% 0%, calc(50% - 55px) 0);
  transition: 1s;
}
.merit_bg .headline_merit.active {
  clip-path: polygon(0% 88%, 0% 0%, 100% 0%, 100% 88%, calc(50% + 55px) 88%, 50% 100%, calc(50% - 55px) 88%);
}
@media only screen and (max-width: 1000px) {
  .merit_bg .headline_merit {
    width: 90%;
  }
}
.merit_bg h2 {
  font-size: clamp(24px, 2.8vw, 28px);
  word-break: normal;
  letter-spacing: 0px;
}
.merit_bg h2 span:first-child {
  font-size: clamp(16px, 2vw, 18px);
}
.merit_bg h2 span:last-child {
  display: inline-block;
  color: #be9124;
  font-size: 28px;
}
.merit_bg .card_merit {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid !important;
  grid-auto-rows: max-content;
  height: auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding: 5vh 0 0 0;
}
.merit_bg .card_merit .box {
  width: 100%;
  position: relative;
  overflow: visible !important;
}
.merit_bg .card_merit img {
  padding: 0 25px;
}
.merit_bg .card_merit .box > div {
  color: #111;
  text-align: center;
  line-height: 30px;
  font-weight: 900;
  padding: 4vh 0;
}
.merit_bg .card_merit span {
  color: #be9124;
  font-size: clamp(70px, 9vw, 90px);
  font-size: 90px;
  font-weight: 900;
  position: absolute;
  top: -0.2em;
  left: 0px;
  letter-spacing: -0.1em;
  z-index: 1;
}

.headline_trust {
  width: 100%;
  margin: 7% auto;
}
.headline_trust h2 {
  color: #be9124;
  padding: 0 4%;
  font-size: clamp(26px, 3.6vw, 38px);
}

.fleximgtext {
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  row-gap: 4vw;
}
.fleximgtext .box {
  display: grid;
  align-items: center;
  width: 100%;
}
.fleximgtext .box:has(img) {
  padding-right: 10%;
}
@media only screen and (min-width: 900px) {
  .fleximgtext .box:has(img) {
    padding-right: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 900px) {
  .fleximgtext .box:not(:has(img)) {
    width: 50%;
    line-height: 48px;
  }
}
.fleximgtext article {
  padding-left: 10%;
}
@media only screen and (min-width: 900px) {
  .fleximgtext article {
    padding-left: 3.33%;
  }
}
.fleximgtext h3 {
  color: #111;
  font-size: clamp(22px, 2.8vw, 28px);
  border-bottom: 1px solid #111;
  position: relative;
  text-align: left;
  word-break: break-word;
  padding-right: 5%;
}
.fleximgtext h3:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 200px;
  height: 2px;
  background: #be9124;
}
.fleximgtext article > div {
  color: #111;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: normal;
  font-size: clamp(14px, 1.8vw, 16px);
  padding-right: 5%;
}

.banner_bg {
  background-color: #111;
  margin-top: 10%;
  padding: 60px 60px;
  justify-content: center;
  gap: 60px;
}
@media only screen and (min-width: 900px) {
  .banner_bg {
    flex-wrap: nowrap;
  }
}
.banner_bg .imgbg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 400px;
}
.banner_bg a {
  max-width: 100%;
  width: 100%;
  height: 200px;
  display: grid;
  place-items: center;
  color: #111;
  border: none;
  font-size: 26px;
  font-weight: 900;
}

.page_title {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 35vh;
  height: 35dvh;
  display: grid;
  align-items: center;
  letter-spacing: 0.4em;
  line-height: 1.2;
}
.page_title:after {
  display: none;
}
@media only screen and (min-width: 900px) {
  .page_title {
    height: 50vh;
  }
}
.page_title article {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  display: grid;
  align-content: center;
}
.page_title h1 {
  margin: 0 auto;
  font-size: clamp(30px, 5vw, 52px);
  color: #fff;
}
.page_title span {
  display: inline;
  font-size: clamp(30px, 5vw, 52px);
  color: #be9124;
  text-shadow: 0 0 10px #fff;
}
.page_title div {
  font-size: clamp(22px, 2.8vw, 28px);
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  font-weight: 500;
  color: #fff;
}

.breadcrumbs, .attention {
  padding: 20px;
  margin: 2% auto;
}
.breadcrumbs a, .attention a,
.breadcrumbs div,
.attention div {
  font-size: clamp(16px, 2vw, 18px);
  color: #111;
}
.breadcrumbs a, .attention a {
  color: #D9AE48;
}

.attention {
  display: block;
}

.flow_wrap {
  z-index: 1;
  position: relative;
}
.flow_wrap .box {
  padding-top: 140px;
  padding-bottom: 140px;
  max-width: 100%;
  min-width: 100%;
  background-color: #fff;
  transition: 1s ease-in;
  clip-path: polygon(0% 0, 0% 100%, 0% 0, 0% 0%, 100% 0%, 100% 0, calc(50% + 140px) 0, 50% 0%, calc(50% - 140px) 0);
}
.flow_wrap .box.active {
  clip-path: polygon(0% calc(100% - 70px), 0% 100%, 0% calc(100% - 70px), 0% 0%, 100% 0%, 100% calc(100% - 70px), calc(50% + 140px) calc(100% - 70px), 50% 100%, calc(50% - 140px) calc(100% - 70px));
}
.flow_wrap .box:nth-child(even) {
  background-color: #111;
}
.flow_wrap .box:nth-child(even) div,
.flow_wrap .box:nth-child(even) h3 {
  color: #fff;
  border-color: #fff;
}
.flow_wrap .box + .box {
  margin-top: -70px;
}
.flow_wrap .box:nth-child(1) {
  z-index: 1;
}
.flow_wrap .box:nth-child(2) {
  z-index: 0;
}
.flow_wrap .box:nth-child(3) {
  z-index: -1;
}
.flow_wrap .box:nth-child(4) {
  z-index: -2;
}
.flow_wrap .box:nth-child(5) {
  z-index: -3;
}
.flow_wrap .box:nth-child(6) {
  z-index: -4;
}
.flow_wrap .box:nth-child(7) {
  z-index: -5;
}
.flow_wrap .box:nth-child(8) {
  z-index: -6;
}
.flow_wrap .box:nth-child(9) {
  z-index: -7;
}
.flow_wrap .box:nth-child(10) {
  z-index: -8;
}
.flow_wrap .box:nth-child(11) {
  z-index: -9;
}
.flow_wrap .box:nth-child(12) {
  z-index: -10;
}
.flow_wrap .box:nth-child(13) {
  z-index: -11;
}
.flow_wrap .box:nth-child(14) {
  z-index: -12;
}
.flow_wrap .box:nth-child(15) {
  z-index: -13;
}
.flow_wrap .box:first-child {
  padding-top: 70px;
}
.flow_wrap .box:last-child {
  padding-bottom: 0;
  clip-path: unset;
}
.flow_wrap article {
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .flow_wrap article {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
    grid-template-columns: 53% 45%;
    column-gap: 2%;
    padding: 0;
  }
}
.flow_wrap img {
  grid-row: span 2;
  margin-bottom: auto;
}
.flow_wrap h3 {
  color: #111;
  font-size: clamp(22px, 2.8vw, 28px);
  border-bottom: 1px solid #111;
  position: relative;
  text-align: left;
  padding: 32px 0 16px;
  margin-top: auto;
}
.flow_wrap h3:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 200px;
  height: 2px;
  background: #be9124;
}
.flow_wrap article > div {
  padding: 1em 0;
  margin-bottom: auto;
}
.flow_wrap span {
  font-size: clamp(70px, 9vw, 90px);
  font-size: 90px;
  font-weight: 900;
  position: absolute;
  letter-spacing: -0.1em;
  z-index: 1;
  color: #be9124;
  top: 0;
  left: 30px;
  line-height: 0.8;
}
@media only screen and (min-width: 600px) {
  .flow_wrap span {
    left: 0px;
  }
}

.concept_wrap {
  background: url(../images/home/hikakuBg.jpg) no-repeat center/cover;
}
.concept_wrap .img_left {
  width: 85%;
  margin-top: 2%;
  margin-bottom: -8%;
}
@media only screen and (min-width: 900px) {
  .concept_wrap .img_left {
    width: 55%;
    min-width: 55% !important;
    margin-top: -8%;
  }
}
.concept_wrap .img_left img {
  width: 100% !important;
  aspect-ratio: 5/3;
  clip-path: polygon(85% 0, 0 0, 0 100%, 100% 100%);
  animation: toRightTop 1s ease-out forwards;
}
@keyframes toRightTop {
  0% {
    clip-path: polygon(0% 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(85% 0, 0 0, 0 100%, 100% 100%);
  }
}
.concept_wrap .concept_desc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-top: 10%;
  margin-bottom: -5%;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .concept_wrap .concept_desc {
    width: 45%;
    min-width: 45% !important;
    margin-left: auto;
    padding: 5% 0;
    margin-bottom: unset;
    order: 1;
  }
}
.concept_wrap .concept_desc div {
  width: 90%;
  padding: 80px 0px;
  border: 1px solid #fff;
  border-right: none;
  font-size: clamp(22px, 2.8vw, 28px);
  word-break: keep-all;
  color: #fff;
  mix-blend-mode: difference;
  background-color: #fff;
  color: #111;
}
@media only screen and (min-width: 900px) {
  .concept_wrap .concept_desc div {
    width: 95%;
  }
}
.concept_wrap .concept_desc b {
  color: #be9124;
  font-size: clamp(26px, 3.6vw, 38px);
}

.trust_bg {
  margin-top: 8%;
}
@media only screen and (min-width: 900px) {
  .trust_bg {
    margin-top: 0;
  }
}

.headline_left {
  margin: 4% 0 2%;
}
.headline_left article {
  padding: 15px 10px 15px 10px;
}
.headline_left h1,
.headline_left h2 {
  font-weight: 500;
  padding-left: 8px;
}
.headline_left span {
  color: #111;
}

.text_right, .text_left {
  display: flex;
}
@media screen and (max-width: 600px) {
  .text_right, .text_left {
    display: block;
  }
}
.text_right img, .text_left img {
  width: 39% !important;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 600px) {
  .text_right img, .text_left img {
    width: 100% !important;
  }
}
.text_right div, .text_left div {
  font-size: 16px;
}

.text_left {
  flex-direction: row-reverse;
}

.imgtext_concept {
  display: grid !important;
  grid-auto-flow: dense;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 900px) {
  .imgtext_concept {
    grid-template-columns: 1fr 1fr;
  }
  .imgtext_concept .box:nth-child(1), .imgtext_concept .box:nth-child(5), .imgtext_concept .box:nth-child(9) {
    grid-column-start: 2;
  }
  .imgtext_concept .box:has(img) {
    width: 100%;
  }
  .imgtext_concept .box:not(:has(img)) {
    width: 100%;
  }
}

.works_wrap {
  margin: 0;
  padding: 8% 0 0;
}
@media only screen and (min-width: 900px) {
  .works_wrap {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    column-gap: 2%;
  }
}
.works_wrap .works_text {
  width: 100%;
  min-width: 48%;
}
.works_wrap .works_text h2 {
  color: #111;
  padding-bottom: 2%;
  border-bottom: 1px dashed #393e80;
  font-size: clamp(22px, 2.8vw, 28px);
}
.works_wrap .works_text div {
  color: #111;
  padding: 2% 0;
}
.works_wrap .works_slide {
  width: 100%;
  min-width: 50%;
}
.works_wrap .works_slide img {
  object-fit: cover;
  height: clamp(250px, 40vmin, 500px) !important;
}
.works_wrap .slick-dots {
  position: static !important;
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
}
.works_wrap .slick-dots li {
  width: 18% !important;
  height: 80px !important;
  margin: 0;
}
.works_wrap .slick-dots img {
  height: 100% !important;
}

.headline._recruit {
  margin: 4% 0 2%;
}
.headline._recruit h2 {
  background: url(../images/top/pt01.jpg);
  padding: 8px 10px;
}
.headline._recruit div {
  font-size: 15px;
}

.card_wrap._recruit {
  line-height: 30px;
  margin: 0;
  justify-content: space-between;
  width: 100%;
}
.card_wrap._recruit .box {
  background-color: rgba(212, 236, 248, 0.5019607843);
}
.card_wrap._recruit article {
  background-color: transparent;
  padding: 40px;
}

.common_text div {
  font-size: 15px;
}

.headline_left._recruit {
  grid-column: span 2;
}
.headline_left._recruit article {
  background-color: unset;
}
.headline_left._recruit h3 {
  border-bottom: 1px solid #ccc;
  padding-left: clamp(25px, 2.8vw, 30px);
  position: relative;
}
.headline_left._recruit h3:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f219";
  font-weight: bold;
  color: #45aee5;
  position: absolute;
  left: 0;
}

section table tr td article > h6,
section ul li article > h5 {
  display: block;
}

.ul_column article {
  background-color: rgba(212, 236, 248, 0.3019607843);
  padding: 5px;
  margin-bottom: 3%;
}
.ul_column h5 {
  font-size: 16.5px;
  color: #45aee5;
  border-bottom: 1px dashed #ccc;
  padding: 5px;
}
.ul_column div {
  font-size: 15px;
  padding: 5px;
}

@media screen and (max-width: 600px) {
  section form div.form_wrap dl {
    flex-direction: column;
  }
  section form div.form_wrap dl dt {
    width: 100% !important;
    border-right: 1px solid #ddd;
    border-bottom: none;
  }
  section form div.form_wrap dl dd {
    width: 100% !important;
    height: auto !important;
  }
}
.circle_dt.form_wrap {
  padding: 0 0 20px 60px;
  position: relative;
}
.circle_dt.form_wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  left: 20px;
  background-color: #45aee5;
}
.circle_dt.form_wrap dl,
.circle_dt.form_wrap dt,
.circle_dt.form_wrap dd {
  border: none;
  background: none;
}
.circle_dt.form_wrap dl {
  border-bottom: 1px solid rgba(51, 51, 51, 0.4666666667);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.circle_dt.form_wrap dt {
  width: 15%;
  min-width: 90px;
  color: #45aee5;
  z-index: 1;
  justify-content: start;
  padding: 8px;
  position: relative;
}
.circle_dt.form_wrap dt:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: -47px;
  margin: auto;
  width: 16px;
  height: 16px;
  z-index: 1;
  border-radius: 50%;
  background-color: #45aee5;
}
.circle_dt.form_wrap dt:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: -47px;
  margin: auto;
  width: 25px;
  height: 2px;
  background-color: #666;
}
.circle_dt.form_wrap dd {
  display: flex;
  align-items: center;
  padding: 8px;
}

#c31.fsc {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 24px;
}
#c31.fsc .box {
  max-width: 220px;
}
#c31.fsc img {
  width: 100%;
}

.link_ul ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.link_ul li {
  flex: 1 1 172px;
}
.link_ul li:last-child {
  max-width: calc(50% - 5px);
}

.btn_a {
  margin: 40px auto;
  display: block;
  padding: 10px 0;
  width: 100%;
  margin: 0 auto;
  border-radius: 0px;
  background-color: #183765;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
  font-size: clamp(16px, 1.7vw, 18px);
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btn_a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  top: 0;
  right: 0;
  width: 20%;
  display: grid;
  place-items: center;
}

@media screen and (max-width: 600px) {
  ._recruit.form_wrap dl {
    display: block;
  }
  ._recruit.form_wrap dl dt,
._recruit.form_wrap dl dd {
    width: 100% !important;
  }
}
._recruit.form_wrap dt {
  align-items: center;
  font-weight: 500;
  font-size: 15px;
}

.headline_under {
  margin: 4% 0 0%;
}
.headline_under h2 {
  font-weight: 400;
  padding-bottom: 8px;
  border-bottom: 2px solid #666;
}
.headline_under h2:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  width: 25%;
  left: 0;
}

.form_company.form_wrap dl,
.form_company.form_wrap dt,
.form_company.form_wrap dd {
  border: none;
  background-color: unset;
  line-height: 45px;
}
.form_company.form_wrap dt {
  border-bottom: 2px solid #1b1b1b;
  align-items: center;
  padding: 8px;
  font-size: clamp(16px, 2vw, 18px);
}
.form_company.form_wrap dd {
  padding: 2% 6%;
  border-bottom: 1px solid #ccc;
  font-size: clamp(16px, 2vw, 18px);
}

.headline_company {
  margin: 6% auto;
}

._works.tbl_scroll tr {
  display: flex;
  justify-content: stretch;
}
._works.tbl_scroll tr:first-child {
  background-color: #d4ecf8;
}
._works.tbl_scroll td {
  width: 100%;
}

.link_tel_wrap {
  margin: 1%;
}
.link_tel_wrap a {
  color: #1b1b1b;
  font-size: clamp(24px, 2.8vw, 30px);
  font-family: "din-2014", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.link_tel_wrap span {
  font-size: 14px;
}
.link_tel_wrap i {
  margin-right: 5px;
  color: #fff;
  background: #457ae5;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

._contact a {
  color: #5387f0;
  font-size: 15px;
}

.contact_desc {
  padding: 20px 0;
  line-height: 30px;
}
.contact_desc span {
  display: inline;
}
.contact_desc a {
  color: #725100;
}

.entry.form_wrap {
  border-radius: 5px;
  border: 1px solid #ccc;
  transition: 0.5s;
}
.entry.form_wrap:focus-within {
  box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.4666666667);
}
.entry.form_wrap dt {
  align-items: center;
  flex-direction: row;
  padding: 8px;
  font-size: clamp(16px, 2vw, 18px);
}
.entry.form_wrap dd {
  padding: 2% 2%;
  font-size: clamp(16px, 2vw, 18px);
}
.entry.form_wrap label {
  margin-left: 10px;
}

.imgbg.imgbg_single {
  width: 100%;
  max-width: 1000px;
}
.imgbg.imgbg_single a {
  max-width: 1000px;
  width: 100%;
  height: 200px;
  backdrop-filter: blur(5px);
  text-shadow: 1px 1px 0px #fff;
}

.imgbg#c7 {
  background-image: url(../../images/home/flowLink.jpg);
}
.imgbg#c8 {
  background-image: url(../../images/home/companyLink.jpg);
}

.headline_policy {
  margin-top: 40px;
}
.headline_policy h2 {
  border-left: 1px solid #be9124;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 24px;
}

.error_text div {
  color: #111;
  margin: 0 auto;
  padding: 20px;
  font-size: clamp(18px, 2vw, 20px);
}
.error_text a {
  background-color: #be9124;
  border: none;
  margin-top: 8%;
}

.pan1 {
  padding: 30px 0px;
}
.pan1 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  color: #111;
}
.pan1 ul li:not(:first-child) {
  margin-left: 10px;
}
.pan1 ul a:any-link {
  color: #725100 !important;
  text-decoration: none !important;
}