<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* -------------------------------
	table
-------------------------------- */
table {
  line-height: 1.5;
}

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

.table-design-2 {
  letter-spacing: 0.05em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #C1C1CF;
  border-left: 1px solid #C1C1CF;
}
.table-design-2 &gt; thead &gt; tr &gt; th, .table-design-2 &gt; thead &gt; tr &gt; td {
  text-align: center;
  padding: 1em;
  border-right: 1px solid #C1C1CF;
  border-bottom: 1px solid #C1C1CF;
  background-color: #E6E6F8;
}
.table-design-2 &gt; tbody &gt; tr &gt; th, .table-design-2 &gt; tbody &gt; tr &gt; td {
  padding: 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-design-2 &gt; tbody &gt; tr &gt; th {
  background: #EFEFF5;
}
.table-design-2 &gt; tbody &gt; tr &gt; td {
  background-color: #fff;
}

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

  .table-design-1.table-inline tbody &gt; tr {
    padding: 1em 0.5em;
  }
  .table-design-1.table-inline tbody &gt; tr &gt; th, .table-design-1.table-inline tbody &gt; tr &gt; td {
    padding: 0;
  }
  .table-design-1.table-inline tbody &gt; tr &gt; th + td, .table-design-1.table-inline tbody &gt; tr &gt; td + td {
    margin-top: .5em;
  }
}
/* -------------------------------
	list
-------------------------------- */
.list-num-1 {
  list-style: none;
  padding-left: 0;
  counter-reset: number;
}
.list-num-1 &gt; li {
  padding-left: 2em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: dashed 1px #c0c0c0;
  position: relative;
}
.list-num-1 &gt; li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
  font-weight: 900;
}
.list-num-1 &gt; li:last-child {
  margin-bottom: 0;
}

.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 &gt; li {
  letter-spacing: 0.05em;
  display: inline-block;
}
.list-inline-slash &gt; li:after {
  content: "/";
  margin: 0 0.5em;
}
.list-inline-slash &gt; 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 &gt; li {
    letter-spacing: 0.05em;
    display: inline-block;
  }
  .list-inline-md-slash &gt; li:after {
    content: "/";
    margin: 0 0.5em;
  }
  .list-inline-md-slash &gt; li:last-child:after {
    content: "";
  }
}
.list-punctuation {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.list-punctuation &gt; li:after {
  content: "、";
}
.list-punctuation &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; 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%;
}

/**/
.figure_caption_1 {
  margin: 0;
  height: 100%;
}
.figure_caption_1 &gt; .photo {
  border-radius: 20px;
}
.figure_caption_1 figcaption p {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.75em;
}
a &gt; .figure_caption_1 &gt; .photo img {
  transform: scale(1);
  transition: all 0.6s ease;
}
a &gt; .figure_caption_1:hover &gt; .photo img {
  transform: scale(1.2);
}

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

/* 画像を枠に収める */
.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: 1300px) {
  .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;
}

.photo {
  overflow: hidden;
}
.photo img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-radius-lg {
  border-radius: min(calc(25px + 25 * (100vw - 320px) / 980), 53px);
}

/* -------------------------------
	画像拡大
-------------------------------- */
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 {
  line-height: 1.5;
  min-width: 250px;
  padding: 1.0625em 2.5em;
  border-radius: 20em;
  border: solid 1px #0a0a0a;
  background-color: #fff;
}
.btn-1:hover {
  color: #fff;
  background-color: #0a0a0a;
}

.btn-safety {
  border-radius: 20px;
  display: block;
  box-shadow: 0px 33px 43px 10px rgba(186, 193, 204, 0.3);
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}
.btn-safety:hover {
  box-shadow: 0px 10px 15px 0px rgba(186, 193, 204, 0.8);
}

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

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

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

/* file icon */
.link-icon:before {
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1em;
}
.link-icon[href$=".pdf"]:before {
  content: "\f1c1";
}
.link-icon[href$=".xls"]:before, .link-icon[href$=".xlsx"]:before {
  content: "\f1c3";
}
.link-icon[href$=".doc"]:before, .link-icon[href$=".docx"]:before {
  content: "\f1c2";
}
.link-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/16px */
.h1 {
  font-size: 1.75rem;
}

.h2 {
  font-size: 1.5625rem;
}

.h3 {
  font-size: 1.4375rem;
}

.h4 {
  font-size: 1.1875rem;
}

.h5 {
  font-size: 1.0625rem;
}

.h6 {
  font-size: 1rem;
}

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

  .h2 {
    font-size: 1.6875rem;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .h4 {
    font-size: 1.25rem;
  }

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

  .h2 {
    font-size: 2.125rem;
  }

  .h3 {
    font-size: 1.8125rem;
  }

  .h4 {
    font-size: 1.3125rem;
  }

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

  .h2 {
    font-size: 2.625rem;
  }

  .h3 {
    font-size: 2rem;
  }

  .h4 {
    font-size: 1.5rem;
  }

  .h5 {
    font-size: 1.1875rem;
  }
}
.fs-16-18 {
  font-size: min(calc(1rem + 2 * (100vw - 320px) / 980), 1.125rem);
}

.fs-16-24 {
  font-size: min(calc(1rem + 8 * (100vw - 320px) / 980), 1.5rem);
}

.fs-18-32 {
  font-size: min(calc(18px + 14 * (100vw - 320px) / 980), 32px);
}

/* -------------------------------
	main title
-------------------------------- */
.title-1 {
  border-left: solid 0.3em #1a1883;
  padding-left: 0.7em;
}

.title-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-2:before, .title-2:after {
  content: "";
  flex: 0 0 1em;
  height: 2px;
  background: currentColor;
  display: block;
  opacity: 0.65;
}
.title-2:before {
  margin-right: .5em;
}
.title-2:after {
  margin-left: .5em;
}

.title-hh-1 {
  font-size: min(calc(25px + 23 * (100vw - 320px) / 980), 48px);
  line-height: 1.5;
  text-align: center;
}
.title-hh-1 &gt; .en {
  font-weight: 500;
  font-size: 0.5em;
  line-height: 1.16667em;
  letter-spacing: 0.2em;
  display: block;
}
.title-hh-1 &gt; .txt {
  display: block;
}
.title-hh-1:after {
  content: "";
  width: 1.0625em;
  height: 0.20833em;
  display: block;
  margin: 0.33334em auto 0;
  background-color: #fdf400;
}
.title-hh-1.right {
  text-align: right;
}
.title-hh-1.right:after {
  margin-right: 0;
}
.title-hh-1.left {
  text-align: left;
}
.title-hh-1.left:after {
  margin-left: 0;
}
.title-hh-1.notafter:after {
  display: none;
}
.title-hh-1.lg {
  font-size: min(calc(22px + 14 * (100vw - 320px) / 980), 36px);
}
.title-hh-1.lg &gt; .en {
  font-size: 0.65em;
}

/* -------------------------------
	bootstrap
-------------------------------- */
.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: 1300px;
    padding-left: 35px;
    padding-right: 35px;
  }
}

/* --- row --- */
.row-gallery {
  margin-left: calc(-5px - 10 * (100vw - 320px) / 980);
  margin-right: calc(-5px - 10 * (100vw - 320px) / 980);
}
.row-gallery &gt; [class^="col"], .row-gallery &gt; [class*=" col"] {
  padding-left: calc(5px + 10 * (100vw - 320px) / 980);
  padding-right: calc(5px + 10 * (100vw - 320px) / 980);
  margin-bottom: calc(10px + 20 * (100vw - 320px) / 980);
}
@media print, screen and (min-width: 1300px) {
  .row-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-gallery &gt; [class^="col"], .row-gallery &gt; [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;
  }
}

/* -------------------------------
	common
-------------------------------- */
.htmlarea {
  line-height: normal;
  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: #ebf3ff;
}

.bg-cr-2 {
  background-color: #fff961;
}

/* --▼text-- */
/* --▼font -- */
.fs10 {
  font-size: 0.625rem !important;
}

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

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

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

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

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

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

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

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

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

.fs20 {
  font-size: 1.25rem !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: min(calc(20px + 30 * (100vw - 320px) / 880), 50px);
}

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

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

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

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

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

.mt-70 {
  margin-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
}

.mb-70 {
  margin-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
}

.mtb-70 {
  margin-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  margin-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-70 {
  padding-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
}

.pb-70 {
  padding-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
}

.ptb-70 {
  padding-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  padding-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-lg-70 {
    margin-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  }

  .mb-lg-70 {
    margin-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  }

  .mtb-lg-70 {
    margin-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
    margin-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-lg-70 {
    padding-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  }

  .pb-lg-70 {
    padding-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  }

  .ptb-lg-70 {
    padding-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
    padding-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  }

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

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

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

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

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

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

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

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

  .ptb-lg-100 {
    padding-top: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
    padding-bottom: min(calc(40px + 60 * (100vw - 320px) / 880), 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: 500px;
  }
}

/* -------------------------------
	mainvisual
-------------------------------- */
#mainvisual {
  margin-top: 50px;
}
@media print, screen and (min-width: 992px) {
  #mainvisual {
    margin-top: 100px;
  }
}
#mainvisual .slide-media {
  height: min(calc(200px + 667 * (100vw - 320px) / 1180), 867px);
}
#mainvisual .slide-media img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 992px) {
  #mainvisual .slide-media {
    height: calc(100vh - 100px);
    min-height: 640px;
    max-height: 1000px;
  }
}
#mainvisual .contents {
  padding: 0 0 30px;
  position: relative;
  z-index: 10;
}
#mainvisual .contents h2 {
  font-size: min(calc(16px + 48 * (100vw - 320px) / 1180), 60px);
  line-height: 1.2;
  margin-bottom: 1em;
  margin-top: -2.5em;
}
#mainvisual .contents h2 span {
  color: #fff;
  padding: 0.15em 0.5em;
  display: inline-block;
  background-color: #1a1883;
}
#mainvisual .contents p {
  font-size: min(calc(12px + 18 * (100vw - 320px) / 1180), 30px);
  line-height: 2;
  padding: 0 1em;
}
@media print, screen and (min-width: 768px) {
  #mainvisual .contents {
    position: absolute;
    left: 7.2vw;
    top: min(13.33334vw, 200px);
  }
  #mainvisual .contents h2 {
    font-size: min(calc(25px + 35 * (100vw - 768px) / 732), 60px);
    margin-top: 0;
  }
  #mainvisual .contents p {
    font-size: min(calc(15px + 15 * (100vw - 768px) / 732), 30px);
    display: inline-block;
    padding: 0.75em 1em;
    background-color: rgba(255, 255, 255, 0.7);
  }
}

/* -------------------------------
	home
-------------------------------- */
.home_about {
  background-color: #ebf3ff;
}
.home_about .photo {
  border-radius: 0 72px 0 0;
  overflow: hidden;
}
.home_about .contents h3 {
  font-size: 20px;
}
@media print, screen and (min-width: 992px) {
  .home_about .contents {
    padding-left: 3rem;
  }
  .home_about .contents h3 {
    font-size: 24px;
    line-height: 2.5;
  }
  .home_about .contents p {
    line-height: 3;
  }
}

.home_strength {
  position: relative;
  z-index: 0;
}
.home_strength:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 94px;
  background-color: #f7f5f5;
  z-index: -1;
}
.home_strength .title-hh-1:after {
  display: none;
}
.home_strength .inner {
  padding: min(calc(40px + 40 * (100vw - 320px) / 980), 80px) 0;
  position: relative;
  z-index: 0;
}
.home_strength .inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8.33333%;
  right: -8.33333%;
  border-radius: 44px;
  background-color: #fff961;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .home_strength .inner:before {
    left: 8.33333%;
    right: 8.33333%;
  }
}
.home_strength .columns {
  max-width: 390px;
  margin: 0 auto;
}
.home_strength .columns .num {
  color: #1725ab;
  font-weight: 900;
  font-size: min(calc(28px + 20 * (100vw - 320px) / 980), 48px);
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0.416667em;
}
.home_strength .columns .photo {
  width: 100%;
  margin-bottom: 10px;
}
.home_strength .columns .column {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.66667;
}
@media print, screen and (min-width: 992px) {
  .home_strength .columns .column {
    font-size: min(calc(0.875rem + 4 * (100vw - 992px) / 308), 1.125rem);
  }
}

/* ---  --- */
.home_service {
  background-color: #f7f5f5;
}
.home_service .en_txt {
  color: #fff;
  font-weight: 900;
  font-size: min(calc(28px + 122 * (100vw - 320px) / 1680), 150px);
  line-height: 1.36;
  text-align: center;
  white-space: nowrap;
}
.home_service .figure_caption_1 {
  max-width: 390px;
  margin: 0 auto;
}

/* ---  --- */
.home_safety h3 {
  color: #1a1883;
  font-size: min(calc(1rem + 4 * (100vw - 320px) / 980), 1.25rem);
  line-height: 2.4;
  text-align: center;
  margin-bottom: 1em;
}

/* ---  --- */
.home_recruit {
  position: relative;
  z-index: 0;
}
.home_recruit &gt; .bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 71.75%;
  background-color: #ebf3ff;
  z-index: -1;
}
.home_recruit h3 {
  color: #1a1883;
  font-size: min(calc(1rem + 4 * (100vw - 320px) / 980), 1.25rem);
  line-height: 2.4;
}

.home_recruit_figure {
  max-width: 390px;
  margin: 0 auto;
}
.home_recruit_figure &gt; .photo {
  border-radius: 20px;
}
.home_recruit_figure figcaption h4 {
  font-size: 20px;
  text-align: center;
  margin: 0.75em 0 0.5em;
}
@media print, screen and (min-width: 768px) {
  .home_recruit_figure figcaption h4 {
    font-size: min(calc(0.9375rem + 9 * (100vw - 768px) / 532), 1.5rem);
  }
  .home_recruit_figure figcaption p {
    font-size: min(calc(0.8125rem + 3 * (100vw - 768px) / 532), 1rem);
  }
}

/* ---  --- */
.page_contact .inner {
  padding: min(calc(30px + 30 * (100vw - 320px) / 980), 60px) 15px;
  border: solid 2px #1a1883;
  border-radius: min(calc(20px + 24 * (100vw - 320px) / 980), 44px);
  background-color: #fff;
}
.page_contact .inner .tel_column {
  text-align: center;
}
.page_contact .inner .tel_column .ttl {
  font-weight: 700;
  font-size: min(calc(16px + 4 * (100vw - 320px) / 980), 20px);
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.page_contact .inner .tel_column .telphone {
  font-size: min(calc(24px + 12 * (100vw - 320px) / 980), 36px);
}
.page_contact .inner .mail_column {
  text-align: center;
}
.page_contact .inner .mail_column .btn {
  font-size: min(calc(0.875rem + 6 * (100vw - 320px) / 980), 1.25rem);
  padding: 1.05em 1.5em;
}

/* -------------------------------
	事業内容
-------------------------------- */
.service_nav_list {
  font-size: min(calc(0.625rem + 6 * (100vw - 320px) / 980), 1rem);
  list-style: none;
  padding: 0;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.service_nav_list &gt; li {
  flex: 0 0 50%;
  padding: 0 5px;
  margin: 5px 0;
}
@media print, screen and (min-width: 768px) {
  .service_nav_list &gt; li {
    flex: 0 0 25%;
  }
}
.service_nav_list &gt; li .btn {
  color: #0a0a0a;
  font-size: 1em;
  letter-spacing: normal;
  text-align: left;
  padding: 0.75em 1em;
  display: block;
  border: solid 1px #0a0a0a;
  background-color: #fff;
}
.service_nav_list &gt; li .btn:hover {
  color: #fff;
  background-color: #0a0a0a;
}

/* ---  --- */
.service_sec_1 .title01 {
  font-size: min(calc(20px + 26 * (100vw - 320px) / 980), 40px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-radius: 1em;
  padding: 1.5em 1em;
  background-color: #ebf3ff;
}
.service_sec_1 .title01 .equal {
  font-size: 1.25em;
  line-height: 1;
  letter-spacing: normal;
  width: 1em;
  height: 1em;
  margin: 0.5em auto;
  display: block;
}
.service_sec_1 .title01 strong {
  color: #1a1883;
  font-weight: 900;
  font-size: 1.25em;
}

.service_list_1 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 992px) {
  .service_list_1 {
    font-size: min(calc(16px + 4 * (100vw - 992px) / 308), 20px);
  }
}
.service_list_1 &gt; li {
  padding: 0 10px;
  flex: 0 0 100%;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .service_list_1 &gt; li {
    flex: 0 0 50%;
  }
}
@media print, screen and (min-width: 992px) {
  .service_list_1 &gt; li {
    flex: 0 0 25%;
    margin-bottom: 0;
  }
}
.service_list_1 &gt; li .in {
  color: #1a1883;
  border-top: solid 5px #fff961;
  padding: 1.5em 0 1.5em 1em;
  display: block;
  border-bottom: solid 2px #ccc;
  position: relative;
}
.service_list_1 &gt; li .in:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 1em 0 0;
  border-color: #1a1883 transparent transparent transparent;
}
.service_list_1 &gt; li .in:after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 0;
  width: 3em;
  aspect-ratio: 19/13;
  background: url("../images/service/service_truck.png") no-repeat center center/contain;
  opacity: 0.65;
}

/* ---  --- */
.service_sec_2 .title-hh-1:after {
  background-color: #FFC61F;
}
.service_sec_2 .strength_contents {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 992px) {
  .service_sec_2 .strength_contents {
    max-width: none;
  }
}
.service_sec_2 .strength_contents .contents {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media print, screen and (min-width: 992px) {
  .service_sec_2 .strength_contents .contents {
    padding-left: min(calc(30px + 30 * (100vw - 992px) / 308), 60px);
  }
  .service_sec_2 .strength_contents .contents.even {
    padding-left: 0;
    padding-right: min(calc(30px + 30 * (100vw - 992px) / 308), 60px);
  }
}
.service_sec_2 .strength_contents .contents .inner {
  width: 100%;
  margin: auto 0;
}
.service_sec_2 .strength_contents .contents .inner .ttl {
  color: #1a1883;
  font-weight: 900;
  font-size: min(calc(20px + 12 * (100vw - 320px) / 672), 32px);
}
.service_sec_2 .strength_contents .contents .inner .ttl &gt; .point {
  color: #fff;
  font-weight: 500;
  font-size: 0.5em;
  display: inline-block;
  padding: 0.25em 1em;
  border-radius: 10em;
  background-color: #1a1883;
}
@media print, screen and (min-width: 992px) {
  .service_sec_2 .strength_contents .contents .inner .ttl {
    font-size: min(calc(24px + 8 * (100vw - 992px) / 308), 32px);
  }
}

/* ---  --- */
.service_sec_3 .service_gallery {
  font-size: min(calc(15px + 65 * (100vw - 320px) / 980), 80px);
  padding: 1em 1em 0.625em;
  border-radius: 0.5em;
  margin-bottom: 1em;
  background-color: #DAE8FF;
  position: relative;
  z-index: 10;
}
.service_sec_3 .service_gallery:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75em 0.625em 0 0.625em;
  border-color: #DAE8FF transparent transparent transparent;
  transform: translateX(-50%);
}
.service_sec_3 .service_box_1 {
  position: relative;
  z-index: 0;
}
.service_sec_3 .service_box_1:before {
  content: "";
  position: absolute;
  left: -50vw;
  right: -50vw;
  top: -20vw;
  bottom: 5vw;
  background-color: #f7f5f5;
  z-index: -1;
}
.service_sec_3 .table-design-2 {
  font-size: min(calc(0.6875rem + 5 * (100vw - 320px) / 980), 1rem);
}
.service_sec_3 .table-design-2 &gt; tbody &gt; tr &gt; th {
  text-align: center;
}
.service_sec_3 .table-design-2 &gt; tbody &gt; tr &gt; td:last-child {
  text-align: center;
}

.service_items_list {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.service_items_list &gt; li {
  padding: 0 5px;
  margin: 5px 0;
  flex: 0 0 50%;
}
.service_items_list &gt; li &gt; .in {
  font-weight: 700;
  text-align: center;
  border: dotted 1px #8887AD;
  display: block;
  padding: 0.5em;
  position: relative;
}
.service_items_list &gt; li &gt; .in:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #1a1883 transparent transparent transparent;
}
@media print, screen and (min-width: 768px) {
  .service_items_list {
    font-size: 1.125rem;
  }
  .service_items_list &gt; li {
    flex: 0 0 33.33334%;
  }
}

/* ---  --- */
.service_sec_4 .title-hh-1:after {
  background-color: #4643DC;
}

.service_figure_1 {
  margin: 0;
}
.service_figure_1 &gt; img {
  display: block;
  border-radius: min(calc(20px + 30 * (100vw - 320px) / 980), 50px);
}
.service_figure_1 figcaption p {
  font-size: min(calc(15px + 5 * (100vw - 320px) / 980), 20px);
  line-height: 1.5;
  text-align: center;
  margin-top: .5em;
}

.service_box_2 {
  padding: min(calc(15px + 35 * (100vw - 320px) / 980), 50px);
  border-radius: min(calc(20px + 30 * (100vw - 320px) / 980), 50px);
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .service_box_2 .googlemap {
    padding-top: 66.66666%;
  }
}

/* -------------------------------
	安全への取組み
-------------------------------- */
.safety_torikumi {
  position: relative;
  z-index: 0;
}
.safety_torikumi .safety_scroll {
  font-size: min(calc(80px + 70 * (100vw - 320px) / 980), 150px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.05;
}
.safety_torikumi .safety_scroll &gt; span {
  padding: 0 0.5em;
  display: block;
}
.safety_torikumi .safety_scroll &gt; span:nth-child(1) {
  animation: loop 100s linear infinite;
}
.safety_torikumi .safety_scroll &gt; span:nth-child(2) {
  animation: loop 100s -50s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
}
.safety_torikumi h3 {
  color: #1a1883;
  font-weight: 900;
  font-size: min(calc(25px + 25 * (100vw - 320px) / 980), 50px);
  text-align: center;
}
.safety_torikumi .inner-1 {
  position: relative;
  z-index: 10;
}
.safety_torikumi .inner-2 {
  background-color: #fff961;
  position: relative;
  z-index: 0;
}
.safety_torikumi .inner-2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 100px;
  background-color: #fff961;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.safety_torikumi_figure {
  margin: 0;
}
.safety_torikumi_figure &gt; .photo {
  border-radius: 20px;
}
.safety_torikumi_figure figcaption {
  margin-top: 0.75rem;
}
.safety_torikumi_figure figcaption p {
  font-weight: 700;
  font-size: min(calc(0.875rem + 2 * (100vw - 320px) / 448), 1rem);
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  .safety_torikumi_figure figcaption p {
    font-size: min(calc(0.875rem + 4 * (100vw - 992px) / 308), 1.125rem);
  }
}

/* ---  --- */
.safety_management .title01 {
  color: #fff;
  text-align: center;
  padding: 0.75em 1em;
  margin-bottom: 1em;
  border-radius: 0.35em;
  background-color: #1a1883;
}
@media print, screen and (min-width: 768px) {
  .safety_management .columns {
    padding: 0 5.20326%;
  }
}

/* -------------------------------
	採用情報
-------------------------------- */
.recruit_nav_list {
  font-size: min(calc(0.625rem + 6 * (100vw - 320px) / 980), 1rem);
  list-style: none;
  padding: 0;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.recruit_nav_list &gt; li {
  flex: 0 0 50%;
  padding: 0 5px;
  margin: 5px 0;
}
@media print, screen and (min-width: 768px) {
  .recruit_nav_list &gt; li {
    flex: 0 0 33.33334%;
  }
}
.recruit_nav_list &gt; li .btn {
  color: #0a0a0a;
  font-size: 1em;
  letter-spacing: normal;
  text-align: left;
  padding: 0.75em 1em;
  display: block;
  border: solid 1px #0a0a0a;
  background-color: #fff;
}
.recruit_nav_list &gt; li .btn:hover {
  color: #fff;
  background-color: #0a0a0a;
}

/* ---  --- */
.recruit_sec_1 {
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 992px) {
  .recruit_sec_1 .photo {
    position: absolute;
    left: 0px;
    top: 7%;
    bottom: 7%;
    width: calc(50% - 60px);
    border-radius: 0 50px 50px 0;
  }
}
.recruit_sec_1 .contents h3 {
  color: #1a1883;
  font-size: min(calc(20px + 16 * (100vw - 320px) / 980), 36px);
  font-weight: 900;
  line-height: 1.75;
}
.recruit_sec_1 .contents p {
  line-height: 2;
}

/* ---  --- */
.recruit_sec_2 .figure_caption_1 {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}
.recruit_sec_2 .figure_caption_1 figcaption h4 {
  color: #1a1883;
  font-size: 1.125rem;
  text-align: center;
  margin: 0.5em 0;
}
.recruit_sec_2 .figure_caption_1 figcaption p {
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: left;
  margin: 0;
}

.recruit_sec_2_inner_1 {
  position: relative;
  z-index: 0;
}
.recruit_sec_2_inner_1:after {
  content: "";
  position: absolute;
  left: calc((100% - 100vw) / 2 + 2vw);
  right: calc((100% - 100vw) / 2 + 2vw);
  bottom: 0;
  top: 3%;
  border-radius: 30px;
  background-color: #fff961;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .recruit_sec_2_inner_1:after {
    top: 20%;
  }
}

.recruit_sec_2_inner_2 h4 {
  color: #1a1883;
  font-size: min(calc(18px + 12 * (100vw - 320px) / 980), 30px);
  font-weight: 900;
  line-height: 1.75;
}
@media print, screen and (min-width: 992px) {
  .recruit_sec_2_inner_2 h4 {
    font-size: min(calc(20px + 10 * (100vw - 992px) / 308), 30px);
  }
}
.recruit_sec_2_inner_2 p {
  line-height: 2;
}

.recruit_sec_2_inner_3 {
  border: solid 1px #ccc;
  padding: min(calc(15px + 15 * (100vw - 320px) / 980), 30px);
  box-shadow: 5px 5px 0 #f3f3f3;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
.recruit_sec_2_inner_3:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #fff961 transparent transparent;
}
.recruit_sec_2_inner_3 .photo {
  border-radius: 30px;
}
@media print, screen and (min-width: 768px) {
  .recruit_sec_2_inner_3 .contents {
    padding-left: min(calc(20px + 30 * (100vw - 768px) / 532), 50px);
  }
}
.recruit_sec_2_inner_3 .contents h4 {
  font-size: 18px;
}
.recruit_sec_2_inner_3 .contents h4 img {
  width: 5em;
  display: block;
  margin: 0 auto 1rem;
}
.recruit_sec_2_inner_3 .contents h4 .in {
  display: block;
}
.recruit_sec_2_inner_3 .contents h4 .in small {
  font-weight: 500;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .recruit_sec_2_inner_3 .contents h4 {
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .recruit_sec_2_inner_3 .contents h4 img {
    margin: 0;
  }
  .recruit_sec_2_inner_3 .contents h4 .in {
    padding-left: 1em;
  }
}

/* ---  --- */
.interview_content .photo {
  max-width: 390px;
  margin: 0 auto;
  border-radius: 20px;
}
@media print, screen and (min-width: 768px) {
  .interview_content .photo {
    margin: 0;
  }
}
.interview_content .content {
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  .interview_content .content {
    padding-left: min(calc(15px + 45 * (100vw - 768px) / 532), 60px);
  }
}
.interview_content .content .date {
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
}
.interview_content .content h4 {
  font-weight: 900;
  font-size: min(calc(23px + 26 * (100vw - 320px) / 980), 43px);
  line-height: 1.2;
  margin-bottom: 1em;
}
.interview_content .content h4 .type {
  font-weight: 500;
  font-size: min(calc(0.875rem + 2 * (100vw - 320px) / 980), 1rem);
  display: inline-block;
  padding: 0.5em 1.2em;
  margin-top: .25em;
  border-radius: 10em;
  background-color: #fff;
}
.interview_content .content .columns {
  margin-bottom: 2rem;
}
.interview_content .content .columns:last-child {
  margin-bottom: 0;
}
.interview_content .content .columns h5 {
  color: #1a1883;
  font-size: 1.125rem;
  line-height: 1.2;
  padding-left: 1.2em;
  margin-bottom: .5em;
  position: relative;
}
.interview_content .content .columns h5:before {
  content: "■";
  position: absolute;
  left: 0;
}

.recruit_banner a {
  color: #1a1883;
  font-weight: 700;
  font-size: min(calc(14px + 14 * (100vw - 320px) / 880), 28px);
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  border: solid 1px #AEADBD;
  border-radius: 15px;
  max-width: 810px;
  margin: 0 auto;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.recruit_banner a &gt; img {
  width: 35.185%;
  max-width: 285px;
}
.recruit_banner a .in {
  flex-basis: 0;
  flex-grow: 1;
  display: block;
  padding-right: 1.5em;
  position: relative;
}
.recruit_banner a .in i {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.5em;
}
.recruit_banner a:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact {
  background-color: #EBEAFB;
}
.tel_contact .telphone {
  font-size: min(calc(25px + 11 * (100vw - 320px) / 980), 36px);
  text-align: center;
  padding: .75em 0.5em;
  border-radius: 10em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.tel_contact .telphone small {
  color: #1a1883;
}
@media print, screen and (min-width: 1300px) {
  .tel_contact .telphone {
    font-size: 36px;
  }
}
.tel_contact .subtxt {
  font-size: 0.875rem;
  text-align: center;
  margin-top: .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;
}
#contactform input[type="file"] {
  font-size: 15px;
  letter-spacing: normal;
}
#contactform input[type="file"]::-webkit-file-upload-button {
  font-size: 12px;
}

/* フォーム用　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 &gt; tbody &gt; tr {
  border-bottom: 1px solid #ccc;
}
.table-contact &gt; tbody &gt; tr &gt; th, .table-contact &gt; tbody &gt; tr &gt; td {
  padding: 1em 0;
}
.table-contact &gt; tbody &gt; tr &gt; th {
  width: 15em;
  padding-left: 1em;
}
.table-contact &gt; tbody &gt; tr &gt; th.hisu {
  background-image: url("../images/common/hisu.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.table-contact &gt; tbody &gt; tr &gt; td {
  padding-left: 2em;
}
.table-contact &gt; tbody &gt; tr &gt; td .sm {
  width: auto !important;
  display: inline;
}
.table-contact &gt; tbody &gt; tr &gt; td .md {
  max-width: 360px !important;
}
.table-contact &gt; tbody &gt; tr &gt; 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 &gt; tbody &gt; tr {
    width: 100%;
    display: block;
    padding: 1em 0.5em;
  }
  .table-contact &gt; tbody &gt; tr &gt; th, .table-contact &gt; tbody &gt; tr &gt; td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .table-contact &gt; tbody &gt; tr &gt; th + td, .table-contact &gt; tbody &gt; tr &gt; td + td {
    margin-top: .5em;
  }
}

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

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

.buttons {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.buttons .btn {
  font-size: 15px;
  margin: 0.3125em 0.625em;
  width: 260px;
  display: block;
  cursor: pointer;
}
@media print, screen and (min-width: 1200px) {
  .buttons .btn {
    font-size: 16px;
  }
}

/* プライバシーポリシー */
#policy {
  margin-top: 30px;
}
#policy .contents {
  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: 1rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
#policy .contents p, #policy .contents ol {
  font-size: 0.9375rem;
  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 */
</pre></body></html>