@charset "UTF-8";
/* -------------------------------
	table
-------------------------------- */
table {
  line-height: 1.5;
}

.table-design-1 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
}
.table-design-1 > tbody > tr {
  border-bottom: 1px solid #ccc;
}
.table-design-1 > tbody > tr > th, .table-design-1 > tbody > tr > td {
  padding: 1.5em 0;
}
.table-design-1 > tbody > tr > th {
  padding-left: 1em;
}
.table-design-1 > tbody > tr > td {
  padding-left: 2em;
}

.table-design-2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table-design-2 > tbody > tr > th, .table-design-2 > tbody > tr > td {
  padding: 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-design-2 > tbody > tr > th {
  background: #eee;
}
.table-design-2 > tbody > tr > td {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .table-inline colgroup {
    display: none !important;
  }
  .table-inline > tbody > tr {
    width: 100%;
    display: block;
  }
  .table-inline > tbody > tr > th, .table-inline > tbody > tr > td {
    width: 100% !important;
    display: block;
  }

  .table-design-1.table-inline tbody > tr {
    padding: 1em 0.5em;
  }
  .table-design-1.table-inline tbody > tr > th, .table-design-1.table-inline tbody > tr > td {
    padding: 0;
  }
  .table-design-1.table-inline tbody > tr > th + td, .table-design-1.table-inline tbody > tr > td + td {
    margin-top: .5em;
  }
}
/* -------------------------------
	list
-------------------------------- */
.list-icon {
  list-style: none;
  padding: 0;
}
.list-icon li {
  line-height: 1.875;
  padding-left: 1.4em;
  position: relative;
}
.list-icon li i {
  line-height: 1.875;
  width: 1em;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
}

.list-inline-slash {
  list-style: none;
  letter-spacing: -.4em;
  padding: 0;
}
.list-inline-slash > li {
  letter-spacing: 0.05em;
  display: inline-block;
}
.list-inline-slash > li:after {
  content: "/";
  margin: 0 0.5em;
}
.list-inline-slash > li:last-child:after {
  content: "";
}

.list-inline-md-slash {
  list-style: none;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .list-inline-md-slash {
    letter-spacing: -.4em;
  }
  .list-inline-md-slash > li {
    letter-spacing: 0.05em;
    display: inline-block;
  }
  .list-inline-md-slash > li:after {
    content: "/";
    margin: 0 0.5em;
  }
  .list-inline-md-slash > li:last-child:after {
    content: "";
  }
}
.list-punctuation {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.list-punctuation > li:after {
  content: "、";
}
.list-punctuation > li:last-child:after {
  content: "";
}

/**/
.list-inline-1 {
  letter-spacing: -.4em;
  list-style: none;
  padding-left: 0;
  margin-left: -1em;
  margin-right: -1em;
}
.list-inline-1 > li {
  letter-spacing: 0.06em;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}
.list-inline-1.md {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.list-inline-1.md > li {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.list-inline-md-1 {
  list-style: none;
  padding-left: 0;
}

@media print, screen and (min-width: 768px) {
  .list-inline-md-1 {
    letter-spacing: -.4em;
    margin-left: -1em;
    margin-right: -1em;
  }
  .list-inline-md-1 > li {
    letter-spacing: 0.06em;
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
  }
  .list-inline-md-1.md {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .list-inline-md-1.md > li {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
/* -------------------------------
	dl
-------------------------------- */
/* -------------------------------
	hr
-------------------------------- */
/* -------------------------------
	figure
-------------------------------- */
.link_figure {
  color: inherit;
  text-decoration: none;
}
.link_figure:hover {
  text-decoration: none;
}

.figure {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.figure > img {
  min-width: inherit;
  width: 100%;
  position: relative;
  display: block;
}
.figure figcaption {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------------------
	画像関連
-------------------------------- */
/* フォントの縦幅に合わせる(svg) */
.img-font {
  width: auto;
  height: 1.2em;
}

.mail_btn {
  width: auto;
  height: 1.2em;
  cursor: pointer;
}

/* 画像を枠に収める */
.photo-ofi {
  height: 0;
  display: block;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  left: 0;
  top: 0;
}
.photo-ofi a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.photo-ofi.cover img {
  object-fit: cover;
}

/* objectの位置 */
.object-lt {
  object-position: left top;
}

.object-lb {
  object-position: left bottom;
}

.object-rt {
  object-position: right top;
}

.object-rb {
  object-position: right bottom;
}

.object-cc {
  object-position: center center;
}

@media print, screen and (min-width: 576px) {
  .object-sm-lt {
    object-position: left top;
  }

  .object-sm-lb {
    object-position: left bottom;
  }

  .object-sm-rt {
    object-position: right top;
  }

  .object-sm-rb {
    object-position: right bottom;
  }

  .object-sm-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 768px) {
  .object-md-lt {
    object-position: left top;
  }

  .object-md-lb {
    object-position: left bottom;
  }

  .object-md-rt {
    object-position: right top;
  }

  .object-md-rb {
    object-position: right bottom;
  }

  .object-md-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 992px) {
  .object-lg-lt {
    object-position: left top;
  }

  .object-lg-lb {
    object-position: left bottom;
  }

  .object-lg-rt {
    object-position: right top;
  }

  .object-lg-rb {
    object-position: right bottom;
  }

  .object-lg-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 1200px) {
  .object-xl-lt {
    object-position: left top;
  }

  .object-xl-lb {
    object-position: left bottom;
  }

  .object-xl-rt {
    object-position: right top;
  }

  .object-xl-rb {
    object-position: right bottom;
  }

  .object-xl-cc {
    object-position: center center;
  }
}
/**/
.object-fit-img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.object-fit-img.cover {
  object-fit: cover;
}

/* -------------------------------
	画像拡大
-------------------------------- */
a[data-rel]:after {
  content: "\f00e";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  color: #222;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  width: 2em;
  border-radius: 50%;
  margin-top: -1em;
  margin-left: -1em;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity .3s ease;
}
a[data-rel]:hover:after {
  opacity: 1;
}

/* -------------------------------
	btn
-------------------------------- */
.btn-1 {
  font-size: 12px;
  text-align: left;
  border-top: solid 1px rgba(51, 51, 51, 0.8);
  border-bottom: solid 1px rgba(51, 51, 51, 0.8);
  min-width: 260px;
  padding: 17px 0 17px 10px;
  background: url("../png/arrow-2.png") no-repeat right 10px center;
  transition: letter-spacing 0.5s ease;
}
.btn-1:hover {
  letter-spacing: 0.2em;
}

.btn-arrow-1:after {
  content: "";
  width: 6px;
  height: 10px;
  margin-left: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../png/arrow-white.png");
  background-position: center center;
}

.btn-arrow-1-left:before {
  content: "";
  width: 6px;
  height: 10px;
  margin-right: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../png/arrow-white.png");
  background-position: center center;
  transform: scale(-1, 1);
}

.btn-200 {
  min-width: 200px;
}

.btn-w-458 {
  max-width: 458px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.btn-icon-l, .btn-icon-r {
  position: relative;
}
.btn-icon-l i, .btn-icon-r i {
  line-height: 1;
  letter-spacing: normal;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}

.btn-icon-l {
  padding-left: 2em;
}
.btn-icon-l i {
  left: 1em;
}

.btn-icon-r {
  padding-right: 2em;
}
.btn-icon-r i {
  right: 1em;
}

/* file icon */
.a-icon:before {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1em;
}
.a-icon[href$=".pdf"]:before {
  content: "\f1c1";
}
.a-icon[href$=".xls"]:before, .a-icon[href$=".xlsx"]:before {
  content: "\f1c3";
}
.a-icon[href$=".doc"]:before, .a-icon[href$=".docx"]:before {
  content: "\f1c2";
}
.a-icon [target="_blank"]:before {
  content: "\f35d";
  font-size: 0.875em;
}

/* -------------------------------
	タグ調整
-------------------------------- */
h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

p, ol, ul, dl, table {
  margin-bottom: 1rem;
}
p + h3, p + h4, p + h5, p + h6, ol + h3, ol + h4, ol + h5, ol + h6, ul + h3, ul + h4, ul + h5, ul + h6, dl + h3, dl + h4, dl + h5, dl + h6, table + h3, table + h4, table + h5, table + h6 {
  margin-top: 2rem;
}
p:last-child, ol:last-child, ul:last-child, dl:last-child, table:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  padding-left: 1.5em;
}

ol {
  padding-left: 2em;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* -------------------------------
	ページ内　共通デザイン
-------------------------------- */
/* 見出しサイズ 1rem/13px */
.h1 {
  font-size: 2.15385rem;
}

.h2 {
  font-size: 1.92308rem;
}

.h3 {
  font-size: 1.76923rem;
}

.h4 {
  font-size: 1.46154rem;
}

.h5 {
  font-size: 1.30769rem;
}

.h6 {
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  .h1 {
    font-size: 2.23077rem;
  }

  .h2 {
    font-size: 2.07692rem;
  }

  .h3 {
    font-size: 1.84615rem;
  }

  .h4 {
    font-size: 1.53846rem;
  }

  .h5 {
    font-size: 1.38462rem;
  }
}
/* 見出しサイズ 1rem/13px */
@media print, screen and (min-width: 992px) {
  .h1 {
    font-size: 3.30769rem;
  }

  .h2 {
    font-size: 2.61538rem;
  }

  .h3 {
    font-size: 2.23077rem;
  }

  .h4 {
    font-size: 1.61538rem;
  }

  .h5 {
    font-size: 1.38462rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .h1 {
    font-size: 4.53846rem;
  }

  .h2 {
    font-size: 3.23077rem;
  }

  .h3 {
    font-size: 2.46154rem;
  }

  .h4 {
    font-size: 1.84615rem;
  }

  .h5 {
    font-size: 1.46154rem;
  }
}
/* -------------------------------
	main title
-------------------------------- */
.title-1 {
  padding-bottom: 0.75em;
  border-bottom: solid 1px #ccc;
  position: relative;
}
.title-1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 10%;
  height: 1px;
  background-color: #000;
}

.title-hh-1 {
  font-weight: 400;
  font-size: calc(30px + 30 * (100vw - 320px) / 1280);
  line-height: 1.24467;
  letter-spacing: normal;
  text-shadow: 0.18334em 0.1em 0px rgba(34, 150, 184, 0.07), 0.15em 0.2em 0px rgba(184, 158, 34, 0.07);
  margin-bottom: 0.83334em;
}
.title-hh-1 .ja {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-shadow: none;
  display: block;
  margin-top: 1em;
}
body.en .title-hh-1 {
  letter-spacing: normal;
}
.title-hh-1.ff-libre {
  letter-spacing: 0.05em !important;
}
@media print, screen and (min-width: 1600px) {
  .title-hh-1 {
    font-size: 60px;
  }
}
body.ja .title-hh-1 {
  font-size: calc(25px + 35 * (100vw - 320px) / 1280);
}
@media print, screen and (min-width: 1600px) {
  body.ja .title-hh-1 {
    font-size: 60px;
  }
}
body.ja .title-hh-1.lg {
  font-size: calc(25px + 25 * (100vw - 320px) / 1280);
}
@media print, screen and (min-width: 1600px) {
  body.ja .title-hh-1.lg {
    font-size: 50px;
  }
}

/* -------------------------------
	bootstrap
-------------------------------- */
.container-fluid-lg {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .container-fluid-lg {
    max-width: 1500px;
    padding-left: calc(50px + 48 * (100vw - 768px) / 732);
    padding-right: calc(50px + 48 * (100vw - 768px) / 732);
  }
}
@media print, screen and (min-width: 1500px) {
  .container-fluid-lg {
    padding-left: 98px;
    padding-right: 98px;
  }
}

.container-fluid-xl {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .container-fluid-xl {
    max-width: 1600px;
    padding-left: calc(15px + 40 * (100vw - 768px) / 732);
    padding-right: calc(15px + 40 * (100vw - 768px) / 732);
  }
}
@media print, screen and (min-width: 1500px) {
  .container-fluid-xl {
    padding-left: 65px;
    padding-right: 65px;
  }
}

/* --- row --- */
.row-gallery {
  margin-left: calc(-5px - 10 * (100vw - 320px) / 880);
  margin-right: calc(-5px - 10 * (100vw - 320px) / 880);
}
.row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
  padding-left: calc(5px + 10 * (100vw - 320px) / 880);
  padding-right: calc(5px + 10 * (100vw - 320px) / 880);
  margin-bottom: calc(10px + 20 * (100vw - 320px) / 880);
}
@media print, screen and (min-width: 1200px) {
  .row-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

/* --- form --- */
@media print, screen and (min-width: 768px) {
  .select-inline {
    width: auto;
    display: inline;
  }
}

/* -------------------------------
	design共通
-------------------------------- */
.box-design-1 {
  position: relative;
  z-index: 0;
}
.box-design-1 .bg {
  margin-top: 2rem;
}
.box-design-1 .bg img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 992px) {
  .box-design-1 .bg {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 15px);
    height: 100%;
  }
  .box-design-1 .bg.left {
    left: 0;
    right: auto;
  }
}

/* ---	ページング  --- */
.paging {
  font-size: 0.92308rem;
  line-height: normal;
  letter-spacing: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px;
}
.paging span {
  display: block;
  flex: 0 0 2.6em;
  height: 2.6em;
  margin: 2px 3px;
  overflow: hidden;
}
.paging span.paging-text {
  cursor: pointer;
}
.paging span.current {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #000;
  background-color: #000;
  cursor: auto;
}
.paging span.paging-text a {
  color: #999;
  border: solid 1px #999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease, border 0.3s ease;
}
.paging span.paging-text a:hover {
  color: #000;
  border-color: #000;
}

/* -------------------------------
	common
-------------------------------- */
.htmlarea {
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ov_hi {
  overflow: hidden;
}

.clear {
  clear: both;
}

/* 画像回り込み */
img.aligncenter, img.alignright, img.alignleft {
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 480px) {
  img.alignright {
    max-width: 38%;
    margin-left: 30px;
    display: inline;
  }
  img.alignleft {
    max-width: 38%;
    margin-right: 30px;
    display: inline;
  }

  .alignright {
    float: right;
  }

  .alignleft {
    float: left;
  }
}
@media print, screen and (min-width: 1200px) {
  /* 画像回り込み */
  img.alignright {
    max-width: 100%;
  }
  img.alignleft {
    max-width: 100%;
  }
}
/* --▼color-- */
.bg-cr-1 {
  background-color: #f7f7f7 !important;
}

/* --▼text-- */
.lh_md {
  line-height: 1.75;
}

/* --▼font 13px -- */
.fs10 {
  font-size: 0.76923rem !important;
}

.fs11 {
  font-size: 0.84615rem !important;
}

.fs12 {
  font-size: 0.92308rem !important;
}

.fs13 {
  font-size: 1rem !important;
}

.fs14 {
  font-size: 1.07692rem !important;
}

.fs15 {
  font-size: 1.15385rem !important;
}

.fs16 {
  font-size: 1.23077rem !important;
}

.fs17 {
  font-size: 1.30769rem !important;
}

.fs18 {
  font-size: 1.38462rem !important;
}

.fs19 {
  font-size: 1.46154rem !important;
}

.fs20 {
  font-size: 1.53846rem !important;
}

.fs-sm {
  font-size: 0.875em !important;
}

.fs-md {
  font-size: 1.125em !important;
}

.fs-lg {
  font-size: 1.250em !important;
}

.f-feature {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw7 {
  font-weight: 700 !important;
}

.fwn {
  font-weight: 400 !important;
}

.fwb {
  font-weight: 700 !important;
}

/* --▼margin-- */
/* space */
.mt-50 {
  margin-top: calc(30px + 20 * (100vw - 320px) / 880);
}

.mb-50 {
  margin-bottom: calc(30px + 20 * (100vw - 320px) / 880);
}

.mtb-50 {
  margin-top: calc(30px + 20 * (100vw - 320px) / 880);
  margin-bottom: calc(30px + 20 * (100vw - 320px) / 880);
}

.mt-60 {
  margin-top: calc(30px + 30 * (100vw - 320px) / 880);
}

.mb-60 {
  margin-bottom: calc(30px + 30 * (100vw - 320px) / 880);
}

.mtb-60 {
  margin-top: calc(30px + 30 * (100vw - 320px) / 880);
  margin-bottom: calc(30px + 30 * (100vw - 320px) / 880);
}

.mt-70 {
  margin-top: calc(30px + 40 * (100vw - 320px) / 880);
}

.mb-70 {
  margin-bottom: calc(30px + 40 * (100vw - 320px) / 880);
}

.mtb-70 {
  margin-top: calc(30px + 40 * (100vw - 320px) / 880);
  margin-bottom: calc(30px + 40 * (100vw - 320px) / 880);
}

.mt-80 {
  margin-top: calc(32px + 48 * (100vw - 320px) / 880);
}

.mb-80 {
  margin-bottom: calc(32px + 48 * (100vw - 320px) / 880);
}

.mtb-80 {
  margin-top: calc(32px + 48 * (100vw - 320px) / 880);
  margin-bottom: calc(32px + 48 * (100vw - 320px) / 880);
}

.mt-90 {
  margin-top: calc(36px + 54 * (100vw - 320px) / 880);
}

.mb-90 {
  margin-bottom: calc(36px + 54 * (100vw - 320px) / 880);
}

.mtb-90 {
  margin-top: calc(36px + 54 * (100vw - 320px) / 880);
  margin-bottom: calc(36px + 54 * (100vw - 320px) / 880);
}

.mt-100 {
  margin-top: calc(40px + 60 * (100vw - 320px) / 880);
}

.mb-100 {
  margin-bottom: calc(40px + 60 * (100vw - 320px) / 880);
}

.mtb-100 {
  margin-top: calc(40px + 60 * (100vw - 320px) / 880);
  margin-bottom: calc(40px + 60 * (100vw - 320px) / 880);
}

.mt-120 {
  margin-top: calc(48px + 72 * (100vw - 320px) / 880);
}

.mb-120 {
  margin-bottom: calc(48px + 72 * (100vw - 320px) / 880);
}

.mtb-120 {
  margin-top: calc(48px + 72 * (100vw - 320px) / 880);
  margin-bottom: calc(48px + 72 * (100vw - 320px) / 880);
}

.pt-50 {
  padding-top: calc(30px + 20 * (100vw - 320px) / 880);
}

.pb-50 {
  padding-bottom: calc(30px + 20 * (100vw - 320px) / 880);
}

.ptb-50 {
  padding-top: calc(30px + 20 * (100vw - 320px) / 880);
  padding-bottom: calc(30px + 20 * (100vw - 320px) / 880);
}

.pt-60 {
  padding-top: calc(30px + 30 * (100vw - 320px) / 880);
}

.pb-60 {
  padding-bottom: calc(30px + 30 * (100vw - 320px) / 880);
}

.ptb-60 {
  padding-top: calc(30px + 30 * (100vw - 320px) / 880);
  padding-bottom: calc(30px + 30 * (100vw - 320px) / 880);
}

.pt-70 {
  padding-top: calc(30px + 40 * (100vw - 320px) / 880);
}

.pb-70 {
  padding-bottom: calc(30px + 40 * (100vw - 320px) / 880);
}

.ptb-70 {
  padding-top: calc(30px + 40 * (100vw - 320px) / 880);
  padding-bottom: calc(30px + 40 * (100vw - 320px) / 880);
}

.pt-80 {
  padding-top: calc(32px + 48 * (100vw - 320px) / 880);
}

.pb-80 {
  padding-bottom: calc(32px + 48 * (100vw - 320px) / 880);
}

.ptb-80 {
  padding-top: calc(32px + 48 * (100vw - 320px) / 880);
  padding-bottom: calc(32px + 48 * (100vw - 320px) / 880);
}

.pt-90 {
  padding-top: calc(36px + 54 * (100vw - 320px) / 880);
}

.pb-90 {
  padding-bottom: calc(36px + 54 * (100vw - 320px) / 880);
}

.ptb-90 {
  padding-top: calc(36px + 54 * (100vw - 320px) / 880);
  padding-bottom: calc(36px + 54 * (100vw - 320px) / 880);
}

.pt-100 {
  padding-top: calc(40px + 60 * (100vw - 320px) / 880);
}

.pb-100 {
  padding-bottom: calc(40px + 60 * (100vw - 320px) / 880);
}

.ptb-100 {
  padding-top: calc(40px + 60 * (100vw - 320px) / 880);
  padding-bottom: calc(40px + 60 * (100vw - 320px) / 880);
}

.pt-120 {
  padding-top: calc(48px + 72 * (100vw - 320px) / 880);
}

.pb-120 {
  padding-bottom: calc(48px + 72 * (100vw - 320px) / 880);
}

.ptb-120 {
  padding-top: calc(48px + 72 * (100vw - 320px) / 880);
  padding-bottom: calc(48px + 72 * (100vw - 320px) / 880);
}

@media print, screen and (min-width: 992px) {
  .mt-lg-50 {
    margin-top: calc(30px + 20 * (100vw - 320px) / 880);
  }

  .mb-lg-50 {
    margin-bottom: calc(30px + 20 * (100vw - 320px) / 880);
  }

  .mtb-lg-50 {
    margin-top: calc(30px + 20 * (100vw - 320px) / 880);
    margin-bottom: calc(30px + 20 * (100vw - 320px) / 880);
  }

  .mtb-lg-50 {
    margin-top: calc(30px + 20 * (100vw - 320px) / 880);
    margin-bottom: calc(30px + 20 * (100vw - 320px) / 880);
  }

  .mt-lg-60 {
    margin-top: calc(30px + 30 * (100vw - 320px) / 880);
  }

  .mb-lg-60 {
    margin-bottom: calc(30px + 30 * (100vw - 320px) / 880);
  }

  .mtb-lg-60 {
    margin-top: calc(30px + 30 * (100vw - 320px) / 880);
    margin-bottom: calc(30px + 30 * (100vw - 320px) / 880);
  }

  .mtb-lg-60 {
    margin-top: calc(30px + 30 * (100vw - 320px) / 880);
    margin-bottom: calc(30px + 30 * (100vw - 320px) / 880);
  }

  .mt-lg-70 {
    margin-top: calc(30px + 40 * (100vw - 320px) / 880);
  }

  .mb-lg-70 {
    margin-bottom: calc(30px + 40 * (100vw - 320px) / 880);
  }

  .mtb-lg-70 {
    margin-top: calc(30px + 40 * (100vw - 320px) / 880);
    margin-bottom: calc(30px + 40 * (100vw - 320px) / 880);
  }

  .mtb-lg-70 {
    margin-top: calc(30px + 40 * (100vw - 320px) / 880);
    margin-bottom: calc(30px + 40 * (100vw - 320px) / 880);
  }

  .mt-lg-80 {
    margin-top: calc(32px + 48 * (100vw - 320px) / 880);
  }

  .mb-lg-80 {
    margin-bottom: calc(32px + 48 * (100vw - 320px) / 880);
  }

  .mtb-lg-80 {
    margin-top: calc(32px + 48 * (100vw - 320px) / 880);
    margin-bottom: calc(32px + 48 * (100vw - 320px) / 880);
  }

  .mtb-lg-80 {
    margin-top: calc(32px + 48 * (100vw - 320px) / 880);
    margin-bottom: calc(32px + 48 * (100vw - 320px) / 880);
  }

  .mt-lg-90 {
    margin-top: calc(36px + 54 * (100vw - 320px) / 880);
  }

  .mb-lg-90 {
    margin-bottom: calc(36px + 54 * (100vw - 320px) / 880);
  }

  .mtb-lg-90 {
    margin-top: calc(36px + 54 * (100vw - 320px) / 880);
    margin-bottom: calc(36px + 54 * (100vw - 320px) / 880);
  }

  .mtb-lg-90 {
    margin-top: calc(36px + 54 * (100vw - 320px) / 880);
    margin-bottom: calc(36px + 54 * (100vw - 320px) / 880);
  }

  .mt-lg-100 {
    margin-top: calc(40px + 60 * (100vw - 320px) / 880);
  }

  .mb-lg-100 {
    margin-bottom: calc(40px + 60 * (100vw - 320px) / 880);
  }

  .mtb-lg-100 {
    margin-top: calc(40px + 60 * (100vw - 320px) / 880);
    margin-bottom: calc(40px + 60 * (100vw - 320px) / 880);
  }

  .mtb-lg-100 {
    margin-top: calc(40px + 60 * (100vw - 320px) / 880);
    margin-bottom: calc(40px + 60 * (100vw - 320px) / 880);
  }

  .mt-lg-120 {
    margin-top: calc(48px + 72 * (100vw - 320px) / 880);
  }

  .mb-lg-120 {
    margin-bottom: calc(48px + 72 * (100vw - 320px) / 880);
  }

  .mtb-lg-120 {
    margin-top: calc(48px + 72 * (100vw - 320px) / 880);
    margin-bottom: calc(48px + 72 * (100vw - 320px) / 880);
  }

  .mtb-lg-120 {
    margin-top: calc(48px + 72 * (100vw - 320px) / 880);
    margin-bottom: calc(48px + 72 * (100vw - 320px) / 880);
  }
}
@media print, screen and (min-width: 992px) {
  .pt-lg-50 {
    padding-top: calc(30px + 20 * (100vw - 320px) / 880);
  }

  .pb-lg-50 {
    padding-bottom: calc(30px + 20 * (100vw - 320px) / 880);
  }

  .ptb-lg-50 {
    padding-top: calc(30px + 20 * (100vw - 320px) / 880);
    padding-bottom: calc(30px + 20 * (100vw - 320px) / 880);
  }

  .ptb-lg-50 {
    padding-top: calc(30px + 20 * (100vw - 320px) / 880);
    padding-bottom: calc(30px + 20 * (100vw - 320px) / 880);
  }

  .pt-lg-60 {
    padding-top: calc(30px + 30 * (100vw - 320px) / 880);
  }

  .pb-lg-60 {
    padding-bottom: calc(30px + 30 * (100vw - 320px) / 880);
  }

  .ptb-lg-60 {
    padding-top: calc(30px + 30 * (100vw - 320px) / 880);
    padding-bottom: calc(30px + 30 * (100vw - 320px) / 880);
  }

  .ptb-lg-60 {
    padding-top: calc(30px + 30 * (100vw - 320px) / 880);
    padding-bottom: calc(30px + 30 * (100vw - 320px) / 880);
  }

  .pt-lg-70 {
    padding-top: calc(30px + 40 * (100vw - 320px) / 880);
  }

  .pb-lg-70 {
    padding-bottom: calc(30px + 40 * (100vw - 320px) / 880);
  }

  .ptb-lg-70 {
    padding-top: calc(30px + 40 * (100vw - 320px) / 880);
    padding-bottom: calc(30px + 40 * (100vw - 320px) / 880);
  }

  .ptb-lg-70 {
    padding-top: calc(30px + 40 * (100vw - 320px) / 880);
    padding-bottom: calc(30px + 40 * (100vw - 320px) / 880);
  }

  .pt-lg-80 {
    padding-top: calc(32px + 48 * (100vw - 320px) / 880);
  }

  .pb-lg-80 {
    padding-bottom: calc(32px + 48 * (100vw - 320px) / 880);
  }

  .ptb-lg-80 {
    padding-top: calc(32px + 48 * (100vw - 320px) / 880);
    padding-bottom: calc(32px + 48 * (100vw - 320px) / 880);
  }

  .ptb-lg-80 {
    padding-top: calc(32px + 48 * (100vw - 320px) / 880);
    padding-bottom: calc(32px + 48 * (100vw - 320px) / 880);
  }

  .pt-lg-90 {
    padding-top: calc(36px + 54 * (100vw - 320px) / 880);
  }

  .pb-lg-90 {
    padding-bottom: calc(36px + 54 * (100vw - 320px) / 880);
  }

  .ptb-lg-90 {
    padding-top: calc(36px + 54 * (100vw - 320px) / 880);
    padding-bottom: calc(36px + 54 * (100vw - 320px) / 880);
  }

  .ptb-lg-90 {
    padding-top: calc(36px + 54 * (100vw - 320px) / 880);
    padding-bottom: calc(36px + 54 * (100vw - 320px) / 880);
  }

  .pt-lg-100 {
    padding-top: calc(40px + 60 * (100vw - 320px) / 880);
  }

  .pb-lg-100 {
    padding-bottom: calc(40px + 60 * (100vw - 320px) / 880);
  }

  .ptb-lg-100 {
    padding-top: calc(40px + 60 * (100vw - 320px) / 880);
    padding-bottom: calc(40px + 60 * (100vw - 320px) / 880);
  }

  .ptb-lg-100 {
    padding-top: calc(40px + 60 * (100vw - 320px) / 880);
    padding-bottom: calc(40px + 60 * (100vw - 320px) / 880);
  }

  .pt-lg-120 {
    padding-top: calc(48px + 72 * (100vw - 320px) / 880);
  }

  .pb-lg-120 {
    padding-bottom: calc(48px + 72 * (100vw - 320px) / 880);
  }

  .ptb-lg-120 {
    padding-top: calc(48px + 72 * (100vw - 320px) / 880);
    padding-bottom: calc(48px + 72 * (100vw - 320px) / 880);
  }

  .ptb-lg-120 {
    padding-top: calc(48px + 72 * (100vw - 320px) / 880);
    padding-bottom: calc(48px + 72 * (100vw - 320px) / 880);
  }
}
@media print, screen and (min-width: 1200px) {
  .mt-50, .mt-lg-50 {
    margin-top: 50px;
  }

  .mb-50, .mb-lg-50 {
    margin-bottom: 50px;
  }

  .mtb-50, .mtb-lg-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mt-60, .mt-lg-60 {
    margin-top: 60px;
  }

  .mb-60, .mb-lg-60 {
    margin-bottom: 60px;
  }

  .mtb-60, .mtb-lg-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mt-70, .mt-lg-70 {
    margin-top: 70px;
  }

  .mb-70, .mb-lg-70 {
    margin-bottom: 70px;
  }

  .mtb-70, .mtb-lg-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .mt-80, .mt-lg-80 {
    margin-top: 80px;
  }

  .mb-80, .mb-lg-80 {
    margin-bottom: 80px;
  }

  .mtb-80, .mtb-lg-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .mt-90, .mt-lg-90 {
    margin-top: 90px;
  }

  .mb-90, .mb-lg-90 {
    margin-bottom: 90px;
  }

  .mtb-90, .mtb-lg-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .mt-100, .mt-lg-100 {
    margin-top: 100px;
  }

  .mb-100, .mb-lg-100 {
    margin-bottom: 100px;
  }

  .mtb-100, .mtb-lg-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .mt-120, .mt-lg-120 {
    margin-top: 120px;
  }

  .mb-120, .mb-lg-120 {
    margin-bottom: 120px;
  }

  .mtb-120, .mtb-lg-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media print, screen and (min-width: 1200px) {
  .pt-50, .pt-lg-50 {
    padding-top: 50px;
  }

  .pb-50, .pb-lg-50 {
    padding-bottom: 50px;
  }

  .ptb-50, .ptb-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-60, .pt-lg-60 {
    padding-top: 60px;
  }

  .pb-60, .pb-lg-60 {
    padding-bottom: 60px;
  }

  .ptb-60, .ptb-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pt-70, .pt-lg-70 {
    padding-top: 70px;
  }

  .pb-70, .pb-lg-70 {
    padding-bottom: 70px;
  }

  .ptb-70, .ptb-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pt-80, .pt-lg-80 {
    padding-top: 80px;
  }

  .pb-80, .pb-lg-80 {
    padding-bottom: 80px;
  }

  .ptb-80, .ptb-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pt-90, .pt-lg-90 {
    padding-top: 90px;
  }

  .pb-90, .pb-lg-90 {
    padding-bottom: 90px;
  }

  .ptb-90, .ptb-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pt-100, .pt-lg-100 {
    padding-top: 100px;
  }

  .pb-100, .pb-lg-100 {
    padding-bottom: 100px;
  }

  .ptb-100, .ptb-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pt-120, .pt-lg-120 {
    padding-top: 120px;
  }

  .pb-120, .pb-lg-120 {
    padding-bottom: 120px;
  }

  .ptb-120, .ptb-lg-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
/* -------------------------------
	box
-------------------------------- */
.box-ww540 {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------
	bg dummy
-------------------------------- */
.bg-img-1 {
  height: 100%;
  background-color: #000;
  overflow: hidden;
}
.bg-img-1 img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-img-1.lg-right {
  margin-right: -15px;
}
@media print, screen and (min-width: 768px) {
  .bg-img-1.lg-right {
    margin-right: calc(-50px - 48 * (100vw - 768px) / 732);
  }
}
@media print, screen and (min-width: 1500px) {
  .bg-img-1.lg-right {
    margin-right: calc((-100vw + 1304px) / 2);
  }
}
@media print {
  .bg-img-1.lg-right {
    margin-right: -100px;
  }
}
.bg-img-1.lg-left {
  margin-left: -15px;
}
@media print, screen and (min-width: 768px) {
  .bg-img-1.lg-left {
    margin-left: calc(-50px - 48 * (100vw - 768px) / 732);
  }
}
@media print, screen and (min-width: 1500px) {
  .bg-img-1.lg-left {
    margin-left: calc((-100vw + 1304px) / 2);
  }
}
@media print {
  .bg-img-1.lg-left {
    margin-left: -100px;
  }
}

/* -------------------------------
	googlemap
-------------------------------- */
.googlemap {
  position: relative;
  padding-top: 66.666%;
  /*これが縦横比*/
  height: 0;
  background-color: #f8f8f8;
  overflow: hidden;
  z-index: 0;
}
.googlemap:before {
  color: #ccc;
  font-size: 20px;
  content: "google map";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .googlemap {
    padding-top: 560px;
  }
}

/* -------------------------------
	mainvisual
-------------------------------- */
#mainvisual {
  position: relative;
  z-index: 0;
}
#mainvisual .slide-photo {
  height: calc(200px + 550 * (100vw - 320px) / 880);
  margin-left: calc(30px + 400 * (100vw - 320px) / 1680);
}
#mainvisual .slide-photo img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 1200px) {
  #mainvisual .slide-photo {
    height: 750px;
  }
}
@media print, screen and (min-width: 2000px) {
  #mainvisual .slide-photo {
    margin-left: 430px;
  }
}
#mainvisual .contents {
  position: absolute;
  left: 3%;
  bottom: 3%;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  #mainvisual .contents {
    left: 7%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
#mainvisual .contents h2 {
  font-size: calc(18px + 54 * (100vw - 320px) / 1280);
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0;
}
#mainvisual .contents h2 small {
  font-size: 0.83334em;
  display: block;
}
#mainvisual .contents p {
  font-size: calc(12px + 12 * (100vw - 320px) / 1280);
  letter-spacing: 0.05em;
  margin: 0;
}
@media print, screen and (min-width: 1600px) {
  #mainvisual .contents h2 {
    font-size: 72px;
  }
  #mainvisual .contents p {
    font-size: 24px;
  }
}

/* -------------------------------
	home
-------------------------------- */
@media print, screen and (min-width: 992px) {
  .home_about {
    height: 500px;
    display: flex;
    align-items: center;
  }
  .home_about h2 {
    margin-top: 50px;
  }
}
.home_about .bg {
  overflow: hidden;
}

/* --- news --- */
.figure_news {
  width: 240px;
  height: 100%;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .figure_news {
    width: 280px;
  }
}
.figure_news > .photo-ofi {
  margin-bottom: 1rem;
  background-color: #f8f8f8;
}
.figure_news > .photo-ofi img {
  object-fit: cover;
}
.figure_news figcaption {
  padding: 0 1em 1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.figure_news figcaption .date {
  font-size: 0.84615rem;
  line-height: 1.5;
}
.figure_news figcaption .ttl {
  font-size: 1.15385rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.figure_news figcaption .columns {
  line-height: 1.84615;
}

a > .figure_news {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
a > .figure_news:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}

.swiper_news {
  position: relative;
}
.swiper_news .swiper {
  overflow: visible;
}
.swiper_news .swiper .swiper-slide {
  width: max-content;
  height: auto;
}
.swiper_news .swiper .swiper-slide:not(.swiper-slide-visible) .link_figure {
  pointer-events: none;
  opacity: .5;
}
.swiper_news .swiper-controller {
  position: absolute;
  right: 3%;
  top: clamp(-50px, -4.16667vw, -24px);
  display: flex;
  align-items: center;
}
.swiper_news .swiper-button-prev, .swiper_news .swiper-button-next {
  width: 52px;
  height: 24px;
  margin-left: 1px;
  background-color: #000;
  background-image: url("../png/arrow-white.png");
  background-position: center center;
  background-repeat: no-repeat;
  position: static;
  transition: background 0.3s ease;
}
.swiper_news .swiper-button-prev:after, .swiper_news .swiper-button-next:after {
  display: none;
}
.swiper_news .swiper-button-prev:hover, .swiper_news .swiper-button-next:hover {
  background-color: #ed1c24;
}
.swiper_news .swiper-button-prev.swiper-button-lock, .swiper_news .swiper-button-next.swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.swiper_news .swiper-button-prev {
  transform: scale(-1, 1);
}

/* ---  --- */
.home_recruit {
  position: relative;
  z-index: 0;
}
.home_recruit:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 41%;
  background: url("../jpg/home_recruit_bg.jpg") no-repeat center center/cover;
}

.home_recruit_item {
  color: #333;
  width: 230px;
  height: 100%;
  padding: 40px 15px 60px;
  margin: 0;
  background-color: #ececec;
  background-image: url("../png/arrow2.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media print, screen and (min-width: 768px) {
  .home_recruit_item {
    width: 270px;
  }
}
.home_recruit_item .inner {
  width: 200px;
  margin: 0 auto;
}
.home_recruit_item .inner .icon {
  width: 69px;
  height: 69px;
  margin: 0 auto;
}
.home_recruit_item .inner .icon img {
  object-fit: scale-down;
}
.home_recruit_item .inner .ttl {
  font-weight: 400;
  font-size: 1.30769rem;
  text-align: center;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  padding: 10px 0;
  margin: 30px 0;
}
.home_recruit_item .inner .columns {
  font-size: 0.84616rem;
  line-height: 1.84615;
}

a > .home_recruit_item {
  transition: background 0.3s ease, transform 0.3s ease;
}
a > .home_recruit_item:hover {
  background-color: #d7d7d7;
  transform: scale(1.05);
}

.swiper_recruit {
  padding: 10px 0;
  max-width: 1200px;
  border-right: solid 15px #fff;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
}
@media print, screen and (min-width: 768px) {
  .swiper_recruit {
    border-right: solid 30px #fff;
    padding: 20px 0;
  }
}
.swiper_recruit .swiper {
  overflow: visible;
}
.swiper_recruit .swiper .swiper-slide {
  width: max-content;
  height: auto;
}
.swiper_recruit .swiper .swiper-slide:not(.swiper-slide-visible) .link_figure {
  pointer-events: none;
  opacity: .5;
}
.swiper_recruit .swiper-controller {
  position: absolute;
  right: 3%;
  top: 0;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .swiper_recruit .swiper-controller {
    top: -10px;
  }
}
.swiper_recruit .swiper-button-prev, .swiper_recruit .swiper-button-next {
  width: 52px;
  height: 24px;
  margin-left: 1px;
  background-color: #000;
  background-image: url("../png/arrow-white.png");
  background-position: center center;
  background-repeat: no-repeat;
  position: static;
  transition: background 0.3s ease;
}
.swiper_recruit .swiper-button-prev:after, .swiper_recruit .swiper-button-next:after {
  display: none;
}
.swiper_recruit .swiper-button-prev:hover, .swiper_recruit .swiper-button-next:hover {
  background-color: #ed1c24;
}
.swiper_recruit .swiper-button-prev.swiper-button-lock, .swiper_recruit .swiper-button-next.swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.swiper_recruit .swiper-button-prev {
  transform: scale(-1, 1);
}

/* ---  --- */
.home_figure_1 {
  width: 100%;
  height: calc(200px + 158 * (100vw - 320px) / 880);
  background-color: #000;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 1200px) {
  .home_figure_1 {
    height: 358px;
  }
}
.home_figure_1 > img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_figure_1 figcaption {
  color: #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
}
.home_figure_1 figcaption h2 {
  font-size: calc(26px + 10 * (100vw - 320px) / 880);
  line-height: 1;
  text-align: center;
  margin-top: -.5em;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 1200px) {
  .home_figure_1 figcaption h2 {
    font-size: 36px;
  }
}
.home_figure_1 figcaption .btns {
  font-size: 0.92307rem;
  line-height: 1.5;
  width: 165px;
  padding: 0.70834em 5px;
  margin: 0 auto;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  background: url("../png/arrow-2-white.png") no-repeat right 5px center;
}
body.ja .home_figure_1 figcaption h2 {
  margin-top: -1.5em;
}
body.ja .home_figure_1 figcaption h2 > .ja {
  font-weight: 400;
  font-size: 13px;
  display: block;
  margin-top: 1em;
}

a > .home_figure_1 > img {
  transition: opacity 1s ease, transform 1s ease;
}
a > .home_figure_1 figcaption .btns {
  transition: letter-spacing 0.5s ease;
}
a > .home_figure_1:hover > img {
  transform: scale(1.05);
  opacity: 0.65;
}
a > .home_figure_1:hover figcaption .btns {
  letter-spacing: 0.2em;
}

/* -------------------------------
	About DSJ
-------------------------------- */
.about_ttl_1 {
  display: inline-block;
}
.about_ttl_1 h3 {
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.about_ttl_1 h3 img {
  margin-left: 12px;
}
.about_ttl_1 p {
  font-size: 1.23077rem;
  line-height: 1.75;
  text-align: center;
  border-top: solid 1px #000;
  padding-top: 1em;
  margin-top: 1.25em;
}

/* -------------------------------
	Jobseekers
-------------------------------- */
.candidates_step .step_item + .step_item {
  margin-top: 30px;
  margin-top: clamp(30px, 5vw, 60px);
}
.candidates_step .step_item h4 {
  font-size: calc(25px + 15 * (100vw - 320px) / 880);
  line-height: 1.5;
}
@media print, screen and (min-width: 1200px) {
  .candidates_step .step_item h4 {
    font-size: 40px;
  }
}
.candidates_step .step_item h4 > .step {
  color: #ed1b24;
  font-size: 0.75em;
  display: block;
  padding-left: 2em;
  position: relative;
}
.candidates_step .step_item h4 > .step:before {
  content: "";
  position: absolute;
  left: 0.25em;
  top: 50%;
  width: 1.25em;
  height: 1px;
  background-color: #999;
}
.candidates_step .step_item h4 > .step small {
  color: #333;
  font-size: 0.83334em;
}
.candidates_step .step_item h4 > .txt {
  display: block;
}
body.ja .candidates_step .step_item h4 {
  font-weight: 400;
  font-size: calc(20px + 10 * (100vw - 320px) / 880);
  line-height: 1.5;
}
@media print, screen and (min-width: 1200px) {
  body.ja .candidates_step .step_item h4 {
    font-size: 30px;
  }
}

.candidates_step_photo {
  height: 60vw;
  overflow: hidden;
}
.candidates_step_photo img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 992px) {
  .candidates_step_photo {
    height: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .candidates_step_photo.type2 {
    max-width: 550px;
    height: 100%;
  }
}
@media print, screen and (min-width: 992px) {
  .candidates_step_photo.type3 {
    width: 80%;
    height: 80%;
    margin: 10% auto;
  }
}

/* -------------------------------
	Jobs
-------------------------------- */
.search_select {
  background-color: #f8f8f8;
}
.search_select .title-1 {
  font-size: 1rem;
  font-weight: 400;
}
.search_select .search_form_box p {
  line-height: 1.75;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.search_select .search_form_box p:before {
  content: "";
  flex: 0 0 15%;
  height: 1px;
  margin-right: 1rem;
  background: #ccc;
  display: block;
}
.search_select .btns {
  text-align: center;
  margin-top: 1rem;
}
.search_select .btns .btn {
  min-width: 260px;
}

/* ---  --- */
.search_items .date {
  font-size: 0.92307rem;
  line-height: 1.75;
  letter-spacing: normal;
}
.search_items .date:before {
  content: "(";
  margin-right: 0.25em;
}
.search_items .date:after {
  content: ")";
  margin-left: 0.25em;
}
.search_items table {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .search_items table > tbody > tr > th {
    width: 20%;
  }
}
.search_items .btns {
  text-align: right;
}
.search_items .btns .btn {
  width: 240px;
}

.search_items_2 .inner {
  padding: 20px;
  border: solid 1px #ccc;
  background-color: #fff;
}
.search_items_2 .inner h3 {
  margin-bottom: 0;
}
.search_items_2 .inner .date {
  color: #999;
  font-size: 0.92308rem;
  line-height: 1.75;
  letter-spacing: normal;
}
.search_items_2 .inner .date:before {
  content: "(";
  margin-right: 0.25em;
}
.search_items_2 .inner .date:after {
  content: ")";
  margin-left: 0.25em;
}
.search_items_2 .inner .cat {
  color: #fff;
  font-size: 0.92308rem;
  line-height: 1.2;
  display: inline-block;
  padding: 0.35em 2em 0.25em;
  border-radius: 10em;
  background-color: #aaa;
}

.search_items_2 > a > .inner {
  box-shadow: 0 0 0px transparent;
  transition: box-shadow 0.3s ease;
}
.search_items_2 > a > .inner:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

/* ---  --- */
.search_detail_contents h3 {
  border-bottom: solid 1px #A0A0A0;
  padding-bottom: 0.75em;
  margin-bottom: 1rem;
}
.search_detail_contents .date {
  font-size: 0.92308rem;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .search_detail_contents table > tbody > tr > th {
    width: 20%;
  }
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact {
  color: #fff;
  padding: 8% 7%;
  background: url("../jpg/contact_tel.jpg") no-repeat left center/cover;
  position: relative;
  z-index: 0;
}
.tel_contact:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: solid 1px #fff;
  opacity: 0.65;
  pointer-events: none;
}
.tel_contact .telphone {
  font-size: calc(27px + 23 * (100vw - 320px) / 880);
}
@media print, screen and (min-width: 1200px) {
  .tel_contact .telphone {
    font-size: 50px;
  }
}
.tel_contact dl {
  line-height: 1.75;
  overflow: hidden;
}
.tel_contact dl dt {
  float: left;
}
.tel_contact dl dd {
  padding-left: 5.5em;
}

#contactform {
  /**/
}
#contactform .form-control {
  border-color: #eee;
  background-color: #f6f6f6;
  box-shadow: none;
}
#contactform .form-control:focus {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
}
#contactform .form-control:not(:placeholder-shown) {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
}
#contactform .custom-select {
  box-shadow: none !important;
}

/* フォーム用　table */
.table-contact {
  line-height: 1.75;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}
.table-contact > tbody > tr {
  border-bottom: 1px solid #ccc;
}
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
  padding: 1em 0;
}
.table-contact > tbody > tr > th {
  width: 25%;
  padding-left: 1em;
}
.table-contact > tbody > tr > th.hisu {
  background-image: url("../svg/hisu.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.table-contact > tbody > tr > td {
  padding-left: 2em;
}
.table-contact > tbody > tr > td .sm {
  width: auto !important;
  display: inline;
}
.table-contact > tbody > tr > td .md {
  max-width: 360px !important;
}
.table-contact > tbody > tr > td .rei {
  color: #999;
  font-size: 12px;
  line-height: normal;
  display: block;
  margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .table-contact > tbody > tr {
    width: 100%;
    display: block;
    padding: 1em 0.5em;
  }
  .table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .table-contact > tbody > tr > th + td, .table-contact > tbody > tr > td + td {
    margin-top: .5em;
  }
}

.img-hisu {
  margin: -.2em .5em 0 0;
}

body.ja .table-contact > tbody > tr > th.hisu {
  background-image: url("../svg/hisu-ja.svg");
}

/*  */
.agree {
  text-align: center;
  margin-top: 20px;
}

.buttons {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.buttons .btn {
  padding: 1em 0.5em;
  margin: 0.3125em 0.625em;
  width: 260px;
  display: block;
  cursor: pointer;
  position: relative;
}
.buttons .btn:before, .buttons .btn:after {
  width: 6px;
  height: 10px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background 0.3s ease;
}
.buttons .btn-submit {
  color: #fff;
  border: solid 1px #ed1b24;
  background-color: #ed1b24;
}
.buttons .btn-submit:after {
  content: "";
  margin-left: 18px;
  background-image: url("../png/arrow-white.png");
}
.buttons .btn-submit:hover {
  color: #ed1b24;
  background-color: #fff;
}
.buttons .btn-submit:hover:after {
  background-image: url("../png/arrow-red.png");
}
.buttons .btn-button {
  color: #fff;
  border: solid 1px #6c757d;
  background-color: #6c757d;
}
.buttons .btn-button:before {
  content: "";
  margin-right: 18px;
  background-image: url("../png/arrow-white.png");
  transform: scale(-1, 1);
}
.buttons .btn-button:hover {
  color: #6c757d;
  background-color: #fff;
}
.buttons .btn-button:hover:before {
  background-image: url("../png/arrow-gray.png");
}

/* プライバシーポリシー */
#policy {
  margin-top: 30px;
}
#policy .contents {
  line-height: 1.75;
  padding: 1.5% 3.4448%;
  border: solid 1px #ccc;
  max-height: 300px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: auto;
}
#policy .contents h5 {
  font-size: 1.15385rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
#policy .contents p, #policy .contents ol {
  margin: 1rem 0;
}
#policy .contents ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents ol li {
  padding-left: 2em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

/*# sourceMappingURL=module.css.map */
