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

.table-design-1 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #C5C5CC;
}
.table-design-1 > tbody > tr {
  border-bottom: 1px solid #C5C5CC;
}
.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-line-1 {
  list-style: none;
  padding: 0;
}
.list-line-1 > li {
  padding-left: 2em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #D8DAE1;
  position: relative;
}
.list-line-1 > li:last-child {
  margin-bottom: 0;
}
.list-line-1 > li:before {
  color: #ccc;
  content: "■";
  position: absolute;
  left: 0.5em;
  transform: scale(0.875);
}

.list-square-1 {
  line-height: 1.5;
  list-style: none;
  padding: 0;
}
.list-square-1 > li {
  padding-left: 1.5em;
  position: relative;
}
.list-square-1 > li:before {
  color: #ccc;
  content: "■";
  position: absolute;
  left: 0.25em;
  transform: scale(0.875);
}
.list-square-1 > li + li {
  margin-top: 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: 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: 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-lightbox]:after {
  content: "\f00e";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  color: #222;
  font-family: 'Font Awesome 5 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-lightbox]:hover:after {
  opacity: 1;
}

/* -------------------------------
	btn
-------------------------------- */
.btn-194 {
  min-width: 194px;
}

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

.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 */
.a-icon:before {
  content: "";
  font-family: 'Font Awesome 6 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.75rem;
}

p, ol, ul, dl, table {
  margin-bottom: 0;
}
* + p, * + ol, * + ul, * + dl, * + table {
  margin-top: 1.75rem;
}

h2 + *, h3 + *, h4 + * {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
  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;
  }
}
/* -------------------------------
	main title
-------------------------------- */
.title-1 {
  padding-bottom: 0.75em;
  margin-bottom: 1em;
  border-bottom: solid 1px #CFD5DB;
  position: relative;
}
.title-1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 10%;
  height: 1px;
  background-color: #2475b3;
}

.title-2 {
  border-left: solid 0.25em #0d4382;
  padding-left: 0.75em;
  margin-bottom: 1em;
}

.title-hh-1 {
  color: #2475b3;
  font-size: calc(35px + 25 * (100vw - 320px) / 880);
  margin-bottom: 1em;
}
.title-hh-1 > .en {
  font-size: 1em;
  line-height: 1;
  display: block;
}
.title-hh-1 > .txt {
  font-size: calc(15px + 3 * (100vw - 320px) / 880);
  line-height: 1.5;
  display: block;
  margin-top: .5em;
}
@media print, screen and (min-width: 1200px) {
  .title-hh-1 {
    font-size: 60px;
  }
  .title-hh-1 > .txt {
    font-size: 18px;
  }
}

.title-hh-2 {
  color: #2475b3;
  font-size: calc(23px + 9 * (100vw - 320px) / 880);
  text-align: center;
  margin-bottom: 1em;
}
.title-hh-2 > .txt {
  font-size: 1em;
  line-height: 1.5;
  display: block;
  margin-top: .5em;
}
.title-hh-2 > .en {
  font-size: calc(14px + 4 * (100vw - 320px) / 880);
  line-height: 1;
  display: block;
}
@media print, screen and (min-width: 1200px) {
  .title-hh-2 {
    font-size: 32px;
  }
  .title-hh-2 > .en {
    font-size: 18px;
  }
}

/* -------------------------------
	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: 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-xl {
    padding-left: 98px;
    padding-right: 98px;
  }
}

/* --- row --- */
.row-gallery {
  margin-left: calc(-5px - 10 * (100vw - 375px) / 825);
  margin-right: calc(-5px - 10 * (100vw - 375px) / 825);
}
.row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
  padding-left: calc(5px + 10 * (100vw - 375px) / 825);
  padding-right: calc(5px + 10 * (100vw - 375px) / 825);
  margin-bottom: calc(10px + 20 * (100vw - 375px) / 825);
}
@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;
  }
}

/* -------------------------------
	
-------------------------------- */
.side_content {
  position: relative;
  z-index: 0;
}
.side_content .side_txt {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .side_content .side_txt {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    text-align: center;
    writing-mode: vertical-rl;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 46px;
  }
  .side_content .side_txt:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 36px;
    background-color: #000001;
  }
}

/* -------------------------------
	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: #EEF6FD;
}

.bg-img-1 {
  background: #f6fafd url("../images/common/bg_img_1.jpg") no-repeat center top/contain;
}

.bg-img-2 {
  background: #ffffff url("../images/common/bg_img_2.jpg") no-repeat center bottom/contain;
}

/* --▼text-- */
/* --▼font 16px -- */
.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: calc(32px + 18 * (100vw - 320px) / 880);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ptb-100 {
    padding-top: 100px;
    padding-bottom: 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 {
  margin-top: 50px;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 992px) {
  #mainvisual {
    margin-top: 105px;
  }
}
#mainvisual .slide-photo {
  height: 64vw;
}
@media print, screen and (min-width: 992px) {
  #mainvisual .slide-photo {
    height: calc(100vh - 105px);
    min-height: 640px;
    max-height: 1000px;
  }
}
#mainvisual .slide-photo img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainvisual .caption {
  font-size: calc(40px + 97 * (100vw - 320px) / 1180);
  padding: 1.54em 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 1500px) {
  #mainvisual .caption {
    font-size: 137px;
  }
}
#mainvisual .caption:before, #mainvisual .caption:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  z-index: -1;
  transform-origin: center center;
  transform: rotate(45deg);
}
#mainvisual .caption:before {
  background: linear-gradient(to bottom, white 0%, white 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
}
#mainvisual .caption:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, white 75%, white 100%);
}
#mainvisual .caption h2 {
  color: #fff;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  margin: 0;
}
#mainvisual .caption h2 small {
  font-weight: 400;
  font-size: 0.255474em;
  letter-spacing: normal;
  display: block;
}

#mainvisual .amn-main:before, #mainvisual .amn-main:after {
  transform: rotate(0deg) scale(0.25);
  opacity: 0;
  transition: transform 1s ease .3s, opacity 0.3s ease .3s;
}
#mainvisual .amn-main h2 small, #mainvisual .amn-main h2 .txt {
  opacity: 0;
}
#mainvisual .amn-main h2 > small {
  transform: translateY(1em);
  transition: transform 0.5s ease .3s, opacity 0.5s ease .3s;
}
#mainvisual .amn-main h2 > .txt {
  display: block;
  transform: translateY(0.5em);
  transition: transform 0.5s ease .7s, opacity 0.5s ease .7s;
}
#mainvisual .amn-main.is-active:before, #mainvisual .amn-main.is-active:after {
  transform: rotate(405deg) scale(1);
  opacity: 1;
}
#mainvisual .amn-main.is-active h2 > small {
  transform: translateY(0);
  opacity: 1;
}
#mainvisual .amn-main.is-active h2 > .txt {
  transform: translateY(0);
  opacity: 1;
}

/* scroll */
.scroll {
  display: none;
  position: absolute;
  bottom: 106px;
  right: clamp(5px, 3.91vw, calc(30px + 16px + 10px));
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.1em;
  z-index: 4;
  font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
@media print, screen and (min-width: 992px) {
  .scroll {
    display: block;
  }
}
.scroll::before {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  background: none;
}
.scroll::after {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  background: #fff;
  animation: lineAnime 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes lineAnime {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* -------------------------------
	home
-------------------------------- */
.home_news {
  background-color: #f4f4f4;
  position: relative;
  z-index: 0;
}

.list-news {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-news > li {
  padding: 15px;
  background-color: #fff;
}
.list-news > li + li {
  margin-top: 6px;
}
.list-news > li .date {
  font-weight: 400;
  font-size: 15px;
}
.list-news > li .date .new {
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.81818;
  text-align: center;
  width: 46px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  margin-top: -.35em;
  background-color: #0d4382;
}
.list-news > li .column {
  line-height: 1.75;
}
.list-news > li .view {
  text-align: right;
  margin-top: 15px;
}
.list-news > li .view .btn {
  color: #2475b3;
  display: inline-flex;
  align-items: center;
  padding: 0;
}
.list-news > li .view .btn i {
  color: #fff;
  line-height: 1;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #2475b3;
  transition: color 0.3s ease, background 0.3s ease;
}
.list-news > li .view .btn span {
  font-size: 15px;
  margin-right: 10px;
}
.list-news > li .view .btn:hover i {
  color: #fff;
  background-color: #74B3E3;
}
@media print, screen and (min-width: 768px) {
  .list-news > li {
    display: flex;
    align-items: center;
    padding: 30px;
  }
  .list-news > li .date {
    flex: 0 0 170px;
  }
  .list-news > li .column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .list-news > li .view {
    flex: 0 0 60px;
  }
  .list-news > li .view .btn span {
    display: none;
  }
}

/* */
.home_figure_1 {
  max-width: 415px;
  margin: 0 auto;
}
.home_figure_1 figcaption h3 {
  font-size: calc(20px + 3 * (100vw - 320px) / 880);
  line-height: 1.2;
  text-align: center;
  margin: 1.30435em 0 0.65218em;
}
@media print, screen and (min-width: 1200px) {
  .home_figure_1 figcaption h3 {
    font-size: 23px;
  }
}
.home_figure_1 figcaption h3 + p {
  margin-top: 0;
}

/**/
.home_cleaning {
  background: url("../images/common/bg_img_1.jpg") no-repeat center top/cover;
}

/**/
.home_equipment {
  background-color: #e5f2fc;
}

/**/
.home_security {
  background: url("../images/common/bg_img_2.jpg") no-repeat center bottom/cover;
}

/**/
.home_recruit {
  width: 100%;
  background: url("../images/home/home_recruit_bg.jpg") no-repeat center center/cover;
}
.home_recruit .contents {
  max-width: 420px;
  margin: 0 auto;
  padding-top: calc(60px + 60 * (100vw - 320px) / 880);
  padding-bottom: calc(130px + 130 * (100vw - 320px) / 880);
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.home_recruit .contents h2 {
  color: #0d4382;
  font-size: calc(40px + 20 * (100vw - 320px) / 880);
  line-height: 1;
  text-align: center;
  margin: 0;
}
.home_recruit .contents h3 {
  color: #57575e;
  font-size: calc(25px + 5 * (100vw - 320px) / 880);
  letter-spacing: 0.015em;
  text-align: center;
  margin: 1.33334em 0;
}
.home_recruit .contents .img_txt {
  width: calc(260px + 388 * (100vw - 320px) / 880);
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: calc(50px + 60 * (100vw - 320px) / 880);
  transform: translateX(-50%);
}
@media print, screen and (min-width: 1200px) {
  .home_recruit .contents {
    padding-top: 120px;
    padding-bottom: 260px;
  }
  .home_recruit .contents h2 {
    font-size: 60px;
  }
  .home_recruit .contents h3 {
    font-size: 30px;
  }
  .home_recruit .contents .img_txt {
    width: 648px;
    bottom: 110px;
  }
}

/* -------------------------------
	お知らせ
-------------------------------- */
.news_date {
  font-weight: 400;
  font-size: 0.9375rem;
  margin-bottom: 10px;
}
.news_date .new {
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.81818;
  text-align: center;
  width: 46px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  margin-top: -.35em;
  background-color: #0d4382;
}

/* -------------------------------
	767px以下のみスライダー
-------------------------------- */
/* スライダー非活性時 */
.sp-swiper .swiper:not(.swiper-initialized) {
  padding: 0;
}
.sp-swiper .swiper:not(.swiper-initialized) .swiper-button-prev,
.sp-swiper .swiper:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
.sp-swiper .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.sp-swiper [class*=swiper]:focus {
  outline: none;
}
.sp-swiper .slide-photo {
  padding-top: 75%;
  height: 0;
  border: solid 1px #ccc;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.sp-swiper .slide-photo img {
  padding: 2px;
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  left: 0;
  top: 0;
}
.sp-swiper .swiper-button-prev, .sp-swiper .swiper-button-next {
  width: 40px;
  height: 40px;
}
.sp-swiper .swiper-button-prev:before, .sp-swiper .swiper-button-next:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.sp-swiper .swiper-button-prev:after, .sp-swiper .swiper-button-next:after {
  width: 12px;
  height: 12px;
  content: "";
  border: solid #ccc;
  border-width: 3px 3px 0 0;
}
.sp-swiper .swiper-button-prev:after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}
.sp-swiper .swiper-button-next:after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}
.sp-swiper .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

/* -------------------------------
	業務内容
-------------------------------- */
.about_sec_1 {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.about_sec_1 > .en_txt {
  position: absolute;
  right: -.12em;
  top: -.15em;
  z-index: -1;
  color: #2475b3;
  font-size: calc(60px + 140 * (100vw - 320px) / 880);
  line-height: 1;
  letter-spacing: normal;
  opacity: 0.15;
  pointer-events: none;
  mix-blend-mode: multiply;
}
@media print, screen and (min-width: 1200px) {
  .about_sec_1 > .en_txt {
    font-size: 200px;
  }
}
.about_sec_1 h3 {
  font-size: calc(30px + 10 * (100vw - 320px) / 880);
}
@media print, screen and (min-width: 1200px) {
  .about_sec_1 h3 {
    font-size: 40px;
  }
}
.about_sec_1 .photo {
  height: 50vw;
}
.about_sec_1 .photo img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 992px) {
  .about_sec_1 .photo {
    height: 360px;
  }
}
@media print, screen and (min-width: 1400px) {
  .about_sec_1 .photo {
    height: calc(360px + 140 * (100vw - 992px) / 408);
  }
}
.about_sec_1 .content h4 {
  font-weight: 400;
  font-size: calc(24px + 8 * (100vw - 320px) / 880);
}
.about_sec_1 .content h4 > .en {
  color: #fff;
  font-weight: 400;
  font-size: calc(11px + 2 * (100vw - 320px) / 880);
  line-height: 1;
  padding: 0.5em 1.5em;
  display: inline-block;
  background-color: #2475b3;
}
.about_sec_1 .content h4 > .txt {
  display: block;
}
@media print, screen and (min-width: 1200px) {
  .about_sec_1 .content h4 {
    font-size: 32px;
  }
  .about_sec_1 .content h4 > .en {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 992px) {
  .about_sec_1 .content {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 670px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .about_sec_1 .content .inner {
    margin: auto 0;
    width: 100%;
  }
}

/* -------------------------------
	採用情報
-------------------------------- */
.recruit_sec_1 {
  background: url("../images/common/bg_img_1.jpg") no-repeat center top/cover;
}
.recruit_sec_1 h3 {
  color: #FFC600;
  font-size: calc(20px + 20 * (100vw - 320px) / 880);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit_sec_1 h3:before, .recruit_sec_1 h3:after {
  content: "";
  display: block;
  width: 2px;
  height: 4em;
  background-color: #FFC600;
}
.recruit_sec_1 h3:before {
  margin-right: 1em;
  transform: rotate(-25deg);
}
.recruit_sec_1 h3:after {
  margin-left: 1em;
  transform: rotate(25deg);
}
.recruit_sec_1 h3 .in {
  display: block;
  text-stroke: 0.2em #FFC600;
  -webkit-text-stroke: 0.2em #FFC600;
  position: relative;
  z-index: 0;
}
.recruit_sec_1 h3 .in:after {
  content: attr(data-txt);
  color: #fff !important;
  text-stroke: 0px #fff !important;
  -webkit-text-stroke: 0px #fff !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
@media print, screen and (min-width: 1200px) {
  .recruit_sec_1 h3 {
    font-size: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit_sec_1 p {
    font-size: 18px;
    text-align: center;
  }
}
@media print, screen and (min-width: 1200px) {
  .recruit_sec_1 p {
    font-size: 22px;
  }
}

.recruit_recruitment .example_box .columns {
  color: #2475b3;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5em;
  padding: 0 1em;
  border: solid 1px #2475b3;
  border-radius: 0 0px 15px 0px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.recruit_recruitment .example_box .columns:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #2475b3 transparent transparent transparent;
}
.recruit_recruitment .example_box .columns p {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .recruit_recruitment .example_box .columns {
    font-size: 16px;
    height: 8em;
  }
}

.recruit_list_icon {
  font-size: 13px;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .recruit_list_icon {
    font-size: 15px;
    margin-left: 50px;
  }
}
.recruit_list_icon > li {
  border: solid 1px #ccc;
  height: 3.125em;
  padding: 0 2em;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.recruit_list_icon > li img {
  height: 2.25em;
  width: auto;
}

/* -------------------------------
	会社概要
-------------------------------- */
.company_greeting {
  background: url("../images/common/bg_img_2.jpg") no-repeat center bottom/cover;
}
.company_greeting h4 {
  color: #0d4382;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .company_greeting h4 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .company_greeting h4 {
    font-size: 26px;
  }
}
@media print, screen and (min-width: 1200px) {
  .company_greeting h4 {
    font-size: 30px;
  }
}
.company_greeting p {
  font-size: 16px;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .company_greeting p {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 992px) {
  .company_greeting p {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .company_greeting p {
    font-size: 22px;
  }
}

.company_dl_1 {
  margin: 0;
  overflow: hidden;
}
.company_dl_1 > dt {
  font-weight: 400;
  float: left;
  clear: left;
  width: 8em;
}
.company_dl_1 > dd {
  margin: 0;
  padding-left: 8.5em;
}

.list-company-1 {
  line-height: 1.5;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 992px) {
  .list-company-1 {
    column-count: 2;
  }
}
.list-company-1 > li {
  padding: 0.25em 1em 0.25em 1.5em;
  position: relative;
}
.list-company-1 > li:before {
  color: #ccc;
  content: "■";
  position: absolute;
  left: 0;
  transform: scale(0.75);
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
#contactform {
  /**/
}
#contactform .form-control {
  border-color: #eee;
  background-color: #f7f7f7;
  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.5;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #C1C7CC;
  margin-bottom: 20px;
}
.table-contact > tbody > tr {
  border-bottom: 1px solid #C1C7CC;
}
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
  padding: 1em 0;
}
.table-contact > tbody > tr > th {
  font-weight: bold;
  text-align: left;
  width: 16em;
  padding-left: 1em;
}
.table-contact > tbody > tr > th.hisu {
  background-image: url("../images/common/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;
    border-bottom: none;
    position: relative;
  }
  .table-contact > tbody > tr > th + td, .table-contact > tbody > tr > 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;
  justify-content: center;
}
.buttons .btn {
  font-size: calc(13px + 3 * (100vw - 375px) / 825);
  margin: 0.3125em 0.625em;
  width: 100%;
  max-width: 260px;
  display: block;
  cursor: pointer;
}
.buttons .btn i {
  font-size: 0.875em;
}
@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 */




/* 20240805追加 */
.text-decoration-none{
text-decoration: none;
}