/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Damion&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  text-align: left;
  line-height: 1.5;
}
body {
  font-size: 1.6rem;
  word-break: break-all;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
    width: 100%;
    overflow-x: hidden;
  }
}
main {
  display: block;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  display: inline;
  background-color: transparent;
  color: #333;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  font-size: 0;
  width: auto;
  height: auto;
  max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  max-width: 100%;
}
button,
input {
  overflow: visible;
}
button,
select {
  border-color: #cdd3d6;
  text-transform: none;
  background: transparent;
  background: #fff;
}
select {
  max-width: 100%;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
  border: none;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  line-height: 1.35;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  -moz-appearance: textfield;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
input[type="submit"] {
  -webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="file"],
input[type="button"],
textarea {
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  border-radius: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  padding-top: 0.5em;
  color: #ddd;
}
input,
textarea {
  border: 1px solid #cdd3d6;
  padding: 5.4px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
p {
  line-height: 1.5;
}
li {
  list-style: none;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.inline-block {
  display: inline-block !important;
}
.d-none {
  display: none !important;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
}
.roboto {
  font-family: "Roboto", sans-serif !important;
}
.damion {
  font-family: "Damion", cursive !important;
}
.btn,
.btn--main,
.btn--sub,
.btn--border,
.btn--paint {
  border: 1px solid #ddd;
  display: inline-block;
  padding: 1.2rem;
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  font-size: 1.8rem;
  font-family: YuMincho, "Yu Mincho", sans-serif;
  font-weight: 400;
}
.btn-link {
  text-decoration: none;
}
.link--main-color--light,
.link--blue-light {
  font-size: 2rem;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #73b9d3;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.4rem;
  padding-left: 1.6rem;
  border-bottom: 1px solid #73b9d3;
}
@media (max-width: 767px) {
  .link--main-color--light,
  .link--blue-light {
    font-size: 1.8rem;
  }
}
.link--main-color--light::before,
.link--blue-light::before {
  position: absolute;
  content: "";
  background: url(../../assets/img/common/icon_arrow.svg);
  top: 25%;
  left: 0;
  width: 6px;
  height: 10px;
}
.link--blue-light {
  color: #73b9d3;
  font-size: 1.6rem;
  border-bottom: none;
}
.link--blue-light::before {
  position: absolute;
  content: "";
  background: url(../../assets/img/common/icon_arrow__main-color.svg);
  top: 18%;
  left: 0;
  width: 6px;
  height: 10px;
}
.link--tab {
  position: relative;
}
.link--tab::after {
  position: absolute;
  content: "";
  background: url(../../assets/img/common/icon_tab.svg);
  top: 25%;
  right: -15px;
  width: 11px;
  height: 11px;
}
.link--tit {
  color: #73b9d3;
  font-size: 2rem;
  font-weight: 500;
  display: inline;
  padding-left: 2rem;
  text-decoration: none;
}
.container {
  width: 96%;
  max-width: 1130px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 2rem;
  }
}
.container .container,
.container .container--flex--small {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.container--small {
  width: 96%;
  max-width: 936px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container--small {
    width: 100%;
    padding: 0 2rem;
  }
}
.container--flex--small {
  padding: 0 8%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container--flex--small {
    width: 100%;
    padding: 0 2.5rem;
  }
}
.container--flex {
  padding: 0 4%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container--flex {
    width: 100%;
    padding: 0 2.5rem;
  }
}
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    display: block;
  }
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-pc,
.col-pc-1,
.col-pc-10,
.col-pc-11,
.col-pc-12,
.col-pc-2,
.col-pc-3,
.col-pc-4,
.col-pc-5,
.col-pc-6,
.col-pc-7,
.col-pc-8,
.col-pc-9,
.col-pc-auto,
.col-md,
.col-tab-1,
.col-tab-10,
.col-tab-11,
.col-tab-12,
.col-tab-2,
.col-tab-3,
.col-tab-4,
.col-tab-5,
.col-tab-6,
.col-tab-7,
.col-tab-8,
.col-tab-9,
.col-tab-auto,
.col-sp,
.col-sp-1,
.col-sp-10,
.col-sp-11,
.col-sp-12,
.col-sp-2,
.col-sp-3,
.col-sp-4,
.col-sp-5,
.col-sp-6,
.col-sp-7,
.col-sp-8,
.col-sp-9,
.col-sp-auto,
.col-pc--lg,
.col-pc--lg-1,
.col-pc--lg-10,
.col-pc--lg-11,
.col-pc--lg-12,
.col-pc--lg-2,
.col-pc--lg-3,
.col-pc--lg-4,
.col-pc--lg-5,
.col-pc--lg-6,
.col-pc--lg-7,
.col-pc--lg-8,
.col-pc--lg-9,
.col-pc--lg-auto {
  position: relative;
  width: 100%;
  padding-right: 2.8rem;
  padding-left: 2.8rem;
}
@media (max-width: 767px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-pc,
  .col-pc-1,
  .col-pc-10,
  .col-pc-11,
  .col-pc-12,
  .col-pc-2,
  .col-pc-3,
  .col-pc-4,
  .col-pc-5,
  .col-pc-6,
  .col-pc-7,
  .col-pc-8,
  .col-pc-9,
  .col-pc-auto,
  .col-md,
  .col-tab-1,
  .col-tab-10,
  .col-tab-11,
  .col-tab-12,
  .col-tab-2,
  .col-tab-3,
  .col-tab-4,
  .col-tab-5,
  .col-tab-6,
  .col-tab-7,
  .col-tab-8,
  .col-tab-9,
  .col-tab-auto,
  .col-sp,
  .col-sp-1,
  .col-sp-10,
  .col-sp-11,
  .col-sp-12,
  .col-sp-2,
  .col-sp-3,
  .col-sp-4,
  .col-sp-5,
  .col-sp-6,
  .col-sp-7,
  .col-sp-8,
  .col-sp-9,
  .col-sp-auto,
  .col-pc--lg,
  .col-pc--lg-1,
  .col-pc--lg-10,
  .col-pc--lg-11,
  .col-pc--lg-12,
  .col-pc--lg-2,
  .col-pc--lg-3,
  .col-pc--lg-4,
  .col-pc--lg-5,
  .col-pc--lg-6,
  .col-pc--lg-7,
  .col-pc--lg-8,
  .col-pc--lg-9,
  .col-pc--lg-auto {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2.8rem;
  margin-left: -2.8rem;
}
.row > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .col-sp {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .col-sp-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sp-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sp-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sp-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sp-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sp-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sp-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sp-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sp-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sp-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sp-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sp-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-tab-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-tab-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-tab-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-tab-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-tab-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-tab-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-tab-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-tab-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-tab-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-tab-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-tab-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-tab-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-tab-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-pc {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-pc-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-pc-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-pc-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-pc-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-pc-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-pc-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-pc-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-pc-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-pc-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-pc-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-pc-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-pc-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-pc-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .col-pc--lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-pc--lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-pc--lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-pc--lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-pc--lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-pc--lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-pc--lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-pc--lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-pc--lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-pc--lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-pc--lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-pc--lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-pc--lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-pc--lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}
.page-tit {
  font-size: 3.6rem;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-top: 4rem;
  margin-right: 7.4rem;
  margin-left: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  letter-spacing: 0.5rem;
}
.page-tit::after {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1px;
  margin: 2.5rem auto 4.6rem;
  content: "";
  background: #ddd;
}
@media (max-width: 767px) {
  .page-tit::after {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .page-tit {
    font-size: 3rem;
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
}
@media (max-width: 1023px) {
  .page-tit {
    font-size: 2.4rem;
    margin-top: 3rem;
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
@media (max-width: 767px) {
  .page-tit {
    font-size: 1.6rem;
    margin-top: 2.2rem;
    margin-right: 2.2rem;
    margin-left: 2.2rem;
  }
}
.page-tit-bg {
  position: relative;
  display: block;
}
.page--container {
  position: relative;
  margin-bottom: 12rem;
}
@media (max-width: 1023px) {
  .page--container {
    margin-top: 8rem;
  }
}
@media (max-width: 767px) {
  .page--container {
    margin-top: 9rem;
  }
}
.page-tit-img::after {
  position: absolute;
  background: #f7f9fa;
  content: "";
  left: 4%;
  top: 40px;
  width: calc(100% - 17rem);
  height: 100%;
  z-index: -1;
  border-radius: 15rem 3rem;
}
@media (max-width: 1199px) {
  .page-tit-img::after {
    border-radius: 8rem 1.5rem;
    height: 95%;
  }
}
@media (max-width: 767px) {
  .page-tit-img::after {
    border-radius: 5rem 0.6rem;
    height: 95%;
    width: calc(100% - 6rem);
  }
}
@media (min-width: 1200px) {
  .page-tit-img {
    border-radius: 15rem 3rem;
  }
}
@media (max-width: 1199px) {
  .page-tit-img {
    border-radius: 8rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .page-tit-img {
    border-radius: 5rem 0.6rem;
    width: auto;
  }
}
.main-tit {
  text-align: center;
  font-size: 3.2rem;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 600;
  margin-top: 11rem;
  margin-bottom: 8rem;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .main-tit {
    font-size: 2rem;
    margin-top: 7rem;
    margin-bottom: 5rem;
  }
}
.main-tit-en {
  display: block;
  margin: 0 auto;
}
.main-tit-en-img {
  height: 22px;
}
@media (max-width: 767px) {
  .main-tit-en-img {
    height: 15px;
  }
}
.main-tit--left {
  text-align: left;
  margin-bottom: 3rem;
}
.sub-tit {
  font-size: 2.6rem;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 600;
  margin-bottom: 3rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .sub-tit {
    font-size: 1.8rem;
  }
}
.sub-tit-penlady {
  display: block;
  height: 27px;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .sub-tit-penlady {
    height: 16px;
    margin-bottom: 2rem;
  }
}
.accent-tit {
  font-size: 3.6rem;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 600;
  color: #595757;
}
.vertical-tit {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 3.6rem;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 600;
  position: relative;
  margin-right: calc(10% - 36px);
  display: block;
  left: 0;
  color: #595757;
}
@media (max-width: 1024px) {
  .vertical-tit {
    left: 0;
  }
}
@media (max-width: 767px) {
  .vertical-tit {
    font-size: 1.6rem;
    margin-right: 2.4rem;
    font-weight: 400;
    left: 1rem;
  }
}
.vertical-tit::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #ddd;
  left: 48%;
  top: 0;
  display: block;
}
.vertical-tit-bg {
  position: relative;
  padding: 0 0.1rem 7rem;
  background: #fff;
}
@media (max-width: 767px) {
  .vertical-tit-bg {
    padding-bottom: 3rem;
  }
}
.xl-tit {
  font-size: 3.2rem;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 600;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .xl-tit {
    font-size: 2.4rem;
    margin-bottom: 6rem;
  }
}
.l-tit {
  font-size: 2.6rem;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .l-tit {
    font-size: 2.2rem;
  }
}
.hover--opacity {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.hover--opacity:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hover--scale {
  display: block;
}
@media (min-width: 768px) {
  .hover--scale:hover {
    overflow: hidden;
  }
  .hover--scale:hover img {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.header {
  padding-top: 2%;
}
@media (max-width: 1023px) {
  .header {
    padding: 1.6rem;
  }
}
.header .header-translation--list {
  font-size: 1.4rem;
  font-family: YuMincho, "Yu Mincho", sans-serif;
  margin-bottom: 2.4rem;
}
.header .header-translation--list-item:nth-child(2)::before {
  background-color: #333;
  content: "";
  display: inline-block;
  height: 1.4rem;
  margin: 0 0.8rem;
  width: 0.1rem;
}
.header .menu {
  font-size: 1.8rem;
  font-family: YuMincho, "Yu Mincho", sans-serif;
  font-weight: 600;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header .menu-item {
  margin-left: 5.4rem;
}
.header .menu-item a {
  text-decoration: none;
}
@media (max-width: 1023px) {
  .logo {
    width: 60px;
    font-size: 0;
  }
}
.footer {
  margin-top: 10rem;
}
.footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  margin-left: 15.4rem;
}
.footer .menu-item {
  padding-left: 4rem;
  padding-bottom: 3rem;
  font-size: 1.6rem;
  font-family: YuMincho, "Yu Mincho", sans-serif;
  font-weight: 400;
}
.footer .menu-item a {
  text-decoration: none;
}
.footer .menu-item-2099,
.footer .menu-item-2100 {
  position: relative;
  margin-right: 2rem;
}
.footer .menu-item-2099::after,
.footer .menu-item-2100::after {
  position: absolute;
  content: "";
  background: url(../../assets/img/common/icon_tab.svg);
  top: 15%;
  right: -15px;
  width: 11px;
  height: 11px;
}
@media (max-width: 767px) {
  .footer--container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.footer--content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #ddd;
}
.footer--content-body {
  padding-top: 9rem;
}
.footer--logo {
  width: 24rem;
}
@media (max-width: 1024px) {
  .footer--logo {
    width: 45rem;
  }
}
.copyright {
  font-size: 1.8rem;
  font-family: YuMincho, "Yu Mincho", sans-serif;
  font-weight: 400;
  text-align: right;
  display: block;
  margin-bottom: 5rem;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 1.2rem;
    text-align: center;
    padding-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1023px) {
  .pc-nav--list {
    display: none;
  }
}
.business-link--wrap {
  display: none;
}
.business-link {
  position: absolute;
  background: #deecf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0;
  font-size: 2rem;
  font-weight: 600;
  font-family: YuMincho, "Yu Mincho", sans-serif;
  content: "";
  z-index: 200;
  width: 100vw;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.business-link-item {
  padding-right: 2rem;
  padding-left: 2rem;
}
.business-link-item a {
  text-decoration: none;
}
.header .menu-item {
  position: relative;
}
.header .menu-item a:hover {
  opacity: 1;
}
.header .menu-item::after {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #00a7e6;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header .menu-item:hover::after {
  width: 20px;
}
.header .nav--pc--on:hover::after {
  width: 20px;
}
@media (min-width: 768px) {
  .toggle,
  .nav--sp {
    display: none;
  }
}
@media (max-width: 1023px) {
  .toggle {
    display: block;
    cursor: pointer;
    width: 25px;
    position: absolute;
    top: 4rem;
    right: 1.6rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
  }
  .nav--sp {
    display: none;
    position: fixed;
    overflow-y: scroll;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100vh - 20px);
    background: #fff;
    z-index: 101;
  }
  .toggle--close {
    display: block;
    position: fixed;
    top: 3rem;
    right: 1.6rem;
    width: 25px;
    height: 25px;
    z-index: 103;
  }
  .toggle--close img {
    margin: 0 auto;
  }
  .nav--sp--bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 100;
  }
  .header--sp--fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
  }
  .nav--sp-list-wrap {
    padding: 1.5rem 2.5rem;
  }
  #menu-hamburgernav .menu-item {
    padding-top: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
    font-size: 1.6rem;
    font-family: YuMincho, "Yu Mincho", sans-serif;
    font-weight: 400;
  }
  #menu-hamburgernav .menu-item a {
    text-decoration: none;
  }
  .menu-item-2154 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: inline-block;
    position: relative;
    border-bottom: none !important;
  }
  .menu-item-2154::after {
    position: absolute;
    content: "";
    background: url(../../assets/img/common/icon_tab.svg);
    top: 25%;
    right: -15px;
    width: 11px;
    height: 11px;
  }
  .menu-item-2155 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: inline-block;
    position: relative;
    border-bottom: none !important;
    margin-bottom: 3rem;
  }
  .menu-item-2155::after {
    position: absolute;
    content: "";
    background: url(../../assets/img/common/icon_tab.svg);
    top: 25%;
    right: -15px;
    width: 11px;
    height: 11px;
  }
  .menu-item-2157 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #595757;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 1.2rem;
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
    font-size: 1.8rem;
    font-family: YuMincho, "Yu Mincho", sans-serif;
    font-weight: 400;
  }
}
.swiper-slide {
  height: auto !important;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper--loop .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.swiper--loop .swiper-slide {
  margin: 0 15px;
}
.swiper--loop .swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper--loop--reverse .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.swiper--loop--reverse .swiper-slide {
  margin: 0 15px;
}
.swiper--loop--reverse .swiper-slide img {
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .swiper-a {
    margin-right: 2.8rem;
  }
}
.card04 {
  overflow: hidden;
}
.card04 .swiper {
  overflow: visible;
}
.card04 .swiper-a:not(.swiper-initialized) .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 4%;
}
@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .l-inner {
    padding: 0 4rem;
  }
  .card04 .swiper {
    padding: 0 3.2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .card04 .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card04 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card04 .slide:hover {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: var(--box-shadow-hover);
    box-shadow: var(--box-shadow-hover);
  }
  .card04 .slide:hover img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  .card04 .swiper-b:not(.swiper-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 12s linear 0s infinite;
  animation: zoomUp 12s linear 0s infinite;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
.swiper--fade {
  overflow: hidden;
}
.js-loading-icon {
  margin: 100px auto 0;
  width: auto;
  text-align: center;
  position: fixed;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  z-index: 2;
}
.js-loading-icon > div {
  width: 12px;
  height: 12px;
  background-color: #cdd3d6;
  margin: 0 3px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.js-loading-icon .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.js-loading-icon .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.js-loaded-contents {
  opacity: 0;
}
.js-accordion + * {
  display: none;
}
.accordion--parent,
.js-accordion--parent--plus {
  cursor: pointer;
}
.js-accordion--parent--plus {
  position: relative;
}
.js-accordion--parent--plus::before,
.js-accordion--parent--plus::after {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #333;
}
.js-accordion--parent--plus::before {
  width: 1px;
  height: 13px;
  top: 50%;
  right: 6.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.js-accordion--parent--plus::after {
  width: 13px;
  height: 1px;
  top: 50%;
  right: -5px;
}
.js-accordion--minus {
  cursor: pointer;
  position: relative;
}
.js-accordion--minus::before,
.js-accordion--minus::after {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #333;
}
.js-accordion--minus::before {
  width: 1px;
  height: 13px;
  top: calc(50% - 7px);
  right: 6.5px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.js-accordion--minus::after {
  width: 13px;
  height: 1px;
  top: 50%;
  right: -5px;
}
@media (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.normal {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi-bold {
  font-weight: 600;
}
.bold {
  font-weight: bold;
}
.black {
  color: #333;
}
.red {
  color: #e60000;
}
.txt-center {
  text-align: center;
}
.relative {
  position: relative;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 10px !important;
}
.m-2 {
  margin: 20px !important;
}
.m-3 {
  margin: 30px !important;
}
.m-4 {
  margin: 40px !important;
}
.m-5 {
  margin: 50px !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.mx-2 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.mx-3 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.mx-4 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.mx-5 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.my-5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 10px !important;
}
.mt-2 {
  margin-top: 20px !important;
}
.mt-3 {
  margin-top: 30px !important;
}
.mt-4 {
  margin-top: 40px !important;
}
.mt-5 {
  margin-top: 50px !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 10px !important;
}
.me-2 {
  margin-right: 20px !important;
}
.me-3 {
  margin-right: 30px !important;
}
.me-4 {
  margin-right: 40px !important;
}
.me-5 {
  margin-right: 50px !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 10px !important;
}
.mb-2 {
  margin-bottom: 20px !important;
}
.mb-3 {
  margin-bottom: 30px !important;
}
.mb-4 {
  margin-bottom: 40px !important;
}
.mb-5 {
  margin-bottom: 50px !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 10px !important;
}
.ms-2 {
  margin-left: 20px !important;
}
.ms-3 {
  margin-left: 30px !important;
}
.ms-4 {
  margin-left: 40px !important;
}
.ms-5 {
  margin-left: 50px !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 10px !important;
}
.p-2 {
  padding: 20px !important;
}
.p-3 {
  padding: 30px !important;
}
.p-4 {
  padding: 40px !important;
}
.p-5 {
  padding: 50px !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.px-2 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.px-3 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.px-4 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.px-5 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 10px !important;
}
.pt-2 {
  padding-top: 20px !important;
}
.pt-3 {
  padding-top: 30px !important;
}
.pt-4 {
  padding-top: 40px !important;
}
.pt-5 {
  padding-top: 50px !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 10px !important;
}
.pe-2 {
  padding-right: 20px !important;
}
.pe-3 {
  padding-right: 30px !important;
}
.pe-4 {
  padding-right: 40px !important;
}
.pe-5 {
  padding-right: 50px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 10px !important;
}
.pb-2 {
  padding-bottom: 20px !important;
}
.pb-3 {
  padding-bottom: 30px !important;
}
.pb-4 {
  padding-bottom: 40px !important;
}
.pb-5 {
  padding-bottom: 50px !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 10px !important;
}
.ps-2 {
  padding-left: 20px !important;
}
.ps-3 {
  padding-left: 30px !important;
}
.ps-4 {
  padding-left: 40px !important;
}
.ps-5 {
  padding-left: 50px !important;
}
body {
  font-family: YakuHanJP, YuGothic, "Yu Gothic", "Noto Sans JP", "メイリオ",
    "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic",
    "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.03rem;
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 400;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}
p {
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  p {
    padding-bottom: 2.4rem;
    color: #595757;
  }
}
a:hover,
a:focus {
  opacity: 0.7;
  -webkit-transition: 1;
  transition: 1;
}
.list__dot {
  padding: 0 0 1.6rem 0;
}
.list__dot-item {
  position: relative;
  padding-bottom: 0.5rem;
  padding-left: 1.8rem;
  margin-right: 2rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .list__dot-item {
    padding-bottom: 1.2rem;
    padding-bottom: 0.5rem;
    font-size: 1.6rem;
  }
}
.list__dot-item::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 5px;
  position: absolute;
  top: 0.8em;
  left: 0.4rem;
}
@media (max-width: 767px) {
  .list__dot-item::before {
    top: 45%;
  }
}
.breadcrumb {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .breadcrumb {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-left: 2.2rem;
    margin-top: 16px;
  }
}
.breadcrumb-item {
  display: inline;
  list-style: none;
  color: #595757;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .breadcrumb-item {
    font-size: 1.1rem;
  }
}
.breadcrumb-item::after {
  content: ">";
  padding: 0 0.2em;
  color: #595757;
}
.breadcrumb-item:last-child::after {
  content: "";
}
.breadcrumb-item a {
  color: #595757;
  text-decoration: underline;
}
.img-radius {
  border-radius: 4rem 1rem 4rem 1rem;
}
@media (max-width: 767px) {
  .img-radius {
    border-radius: 2rem 0.5rem 2rem 0.5rem;
  }
}
.img-border {
  border: 1px solid #ddd;
}
.table {
  margin-bottom: 4rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .table {
    margin-bottom: 5rem;
  }
}
.table-tr {
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
  font-family: YuMincho, "Yu Mincho", serif;
}
.table-th {
  font-weight: 600;
}
@media (max-width: 767px) {
  .table-th {
    display: block;
    padding-top: 3rem;
    padding-bottom: 1.2rem;
    font-size: 1.4rem;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .table-th {
    width: 18.6%;
    vertical-align: top;
    padding-top: 40px;
    padding-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .table-th {
    width: 20%;
  }
}
.table-td {
  font-weight: 400;
  padding-top: 40px;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .table-td {
    display: block;
    padding-top: 0;
    padding-bottom: 1.5rem;
    font-size: 1.8rem;
  }
}
.top-our-goals {
  position: relative;
}
@media (max-width: 1024px) {
  .top-our-goals {
    height: auto;
  }
}
@media (min-width: 1023px) {
  .top-our-goals {
    height: 49vw;
  }
}
@media (max-width: 767px) {
  .top-our-goals {
    height: 180vw;
  }
}
@media (max-width: 390px) {
  .top-our-goals {
    height: 165vw;
  }
}
@media (min-width: 768px) {
  .top-our-goals--main-wrap {
    margin-right: 4%;
  }
}
.top-our-goals--main {
  background: rgba(255, 255, 255, 1);
  /* background: rgba(255, 255, 255, 0.7); */
}
@media (max-width: 1024px) {
  .top-our-goals--main {
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 768px) {
  .top-our-goals--main {
    display: block;
    margin-left: 4%;
  }
}
@media (max-width: 767px) {
  .top-our-goals--main {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    padding: 0 1rem;
    width: auto;
  }
}
.top-our-goals--tit {
  font-size: 3.2rem;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .top-our-goals--tit {
    font-size: 2.2rem;
    text-align: center;
    line-height: 2;
  }
}
.top-our-goals--tit-penlady {
  margin-right: 1rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .top-our-goals--tit-penlady {
    width: 80%;
  }
}
.top-our-goals--left {
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .top-our-goals--left {
    padding-right: 4.5%;
    padding-bottom: 5rem;
  }
}
@media (max-width: 1199px) {
  .top-our-goals--left {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .top-our-goals--left {
    width: 65.7%;
  }
}
@media (min-width: 1024px) {
  .top-our-goals--right {
    width: 36.8%;
  }
}
@media (min-width: 768px) {
  .top-our-goals--right {
    width: 36.8%;
  }
}
.top-our-goals--text {
  line-height: 1.7;
}
@media (max-width: 767px) {
  .top-our-goals--text {
    font-size: 1.5rem;
    color: #595757;
  }
}
.top-our-goals--bg {
  position: absolute;
  z-index: -100;
  top: 26rem;
}
@media (max-width: 1920px) {
  .top-our-goals--bg {
    top: 30rem;
  }
}
@media (max-width: 1200px) {
  .top-our-goals--bg {
    top: 43rem;
  }
}
@media (max-width: 1023px) {
  .top-our-goals--bg {
    top: 55rem;
  }
}
@media (max-width: 768px) {
  .top-our-goals--bg {
    top: 81rem;
  }
}
@media (max-width: 390px) {
  .top-our-goals--bg {
    top: 53rem;
    left: 0;
  }
}
.top-works {
  margin-top: 11rem;
}
@media (max-width: 1920px) {
  .top-works {
    margin-top: 17rem;
  }
}
@media (max-width: 1200px) {
  .top-works {
    margin-top: 35rem;
  }
}
@media (max-width: 1023px) {
  .top-works {
    margin-top: 24rem;
  }
}
@media (max-width: 767px) {
  .top-works {
    margin-top: 32rem;
  }
}
@media (max-width: 320px) {
  .top-works {
    margin-top: 34rem;
  }
}
.top-works--container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .top-works--container {
    padding: 0;
  }
}
.contant--right {
  width: 84%;
}
@media (max-width: 767px) {
  .contant--right {
    width: 88%;
  }
}
.top-works--content {
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .top-works--content {
    padding-top: 2rem;
    padding-left: 4%;
  }
}
.top-works--main {
  margin-bottom: 12rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top-works--main {
    display: block;
    margin-bottom: 8rem;
  }
}
.top-works--main-left {
  padding-right: 5.6rem;
  width: 47%;
}
@media (max-width: 768px) {
  .top-works--main-left {
    width: 100%;
  }
}
.top-works--main-right {
  font-size: 1.7rem;
  width: 53.1%;
}
@media (max-width: 768px) {
  .top-works--main-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top-works--main-right {
    padding-top: 2rem;
    padding-right: 2rem;
  }
}
.top-works--main-text {
  line-height: 1.7;
}
@media (max-width: 767px) {
  .top-works--main-text {
    font-size: 1.4rem;
    color: #595757;
  }
}
@media (max-width: 767px) {
  .bnr-2 {
    display: block;
  }
}
.bnr-2--content {
  width: 48%;
  position: relative;
  margin-bottom: -10rem;
}
@media (max-width: 767px) {
  .bnr-2--content {
    width: 100%;
  }
  .bnr-2--content:first-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .bnr-2--content-img {
    border-radius: 3rem 0 3rem 0.5rem;
  }
}
.bnr-2--content-text {
  position: relative;
  content: "";
  bottom: 100px;
  left: -0.1rem;
  background: #fff;
  padding: 5rem 5rem 0 0;
  border-radius: 0 7rem 0 0;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  width: calc(100% - 4rem);
}
@media (max-width: 767px) {
  .bnr-2--content-text .l-tit {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) {
  .bnr-2--content-text {
    padding: 3rem 3rem 0 0;
    font-size: 1.6rem;
  }
  .bnr-2--content-text .list__dot-item {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .bnr-2--content-text {
    padding-top: 4rem;
    padding-right: 1.6rem;
    font-size: 1.6rem;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #595757;
  }
}
@media (max-width: 1024px) {
  .bnr-3 .l-section {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (max-width: 1024px) {
  .bnr-3 .swiper-slide {
    padding-right: 4%;
  }
}
@media (max-width: 390px) {
  .bnr-3 .swiper-slide {
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .bnr-3 .swiper-slide:first-child {
    margin-left: 4%;
  }
}
@media (min-width: 768px) {
  .bnr-3 .swiper-slide:last-child {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .bnr-3--container {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 0;
  }
}
.bnr-3-main-tit {
  margin-bottom: 4.8rem;
  margin-top: 20rem;
}
@media (max-width: 767px) {
  .bnr-3-main-tit {
    margin-top: 10rem;
    margin-bottom: 4rem;
  }
}
.bnr-3--container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .bnr-3--container {
    padding: 0;
  }
}
.bnr-3-img {
  margin-bottom: 3rem;
}
.bnr-3-tit {
  font-size: 2.8rem;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .bnr-3-tit {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .bnr-3-text {
    font-size: 1.6rem;
    color: #595757;
  }
}
.top-news {
  margin-bottom: 13rem;
  position: relative;
}
@media (max-width: 767px) {
  .top-news {
    position: relative;
  }
}
@media (max-width: 767px) {
  .top-news--container {
    padding-right: 0;
  }
}
.top-news-tit {
  position: absolute;
  content: "";
  top: 0;
  left: -1.5rem;
  height: 100%;
}
@media (max-width: 767px) {
  .top-news-tit {
    left: 1rem;
  }
}
@media (max-width: 1023px) {
  .swiper-news {
    margin-left: 4%;
  }
}
.swiper-wrapper {
  width: 50vw;
}
.top-news--container {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .top-news--container {
    padding: 0;
  }
}
.top-news--bnr-group {
  margin-top: 6rem;
  overflow: visible;
}
@media (max-width: 767px) {
  .top-news--bnr-group {
    margin-top: -1.2rem;
  }
}
.top-news--bnr-img-wrap {
  position: relative;
  margin-bottom: 1.6rem;
  height: 330px;
  width: 100%;
}
@media (max-width: 767px) {
  .top-news--bnr-img-wrap {
    height: 210px;
  }
}
.top-news--bnr-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 4rem 1rem 4rem 1rem;
}
@media (max-width: 767px) {
  .top-news--bnr-img-wrap img {
    border-radius: 2rem 0.5rem 2rem 0.5rem;
  }
}
.top-news--bnr-cat {
  position: absolute;
  bottom: 2.5rem;
  left: 0.1rem;
  font-size: 2rem;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  background: #00a7e6;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0 0.2rem 1rem 0;
}
@media (max-width: 767px) {
  .top-news--bnr-cat {
    font-size: 1.6rem;
    padding: 0.2rem 0.6rem;
    bottom: 1.5rem;
  }
}
.top-news--bnr-date {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top-news--bnr-date {
    font-size: 1.3rem;
    color: #595757;
  }
}
.top-news--bnr-tit {
  font-size: 2.2rem;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .top-news--bnr-tit {
    font-size: 1.8rem;
    font-weight: 400;
  }
}
.common-news {
  margin-top: 14rem;
  margin-bottom: 12rem;
}
@media (min-width: 1024px) {
  .common-news .l-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .common-news .l-wrapper {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media (max-width: 767px) {
  .common-news .l-wrapper {
    margin-left: 5rem;
  }
}
@media (min-width: 1024px) {
  .common-news .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    gap: 3.5%;
  }
}
@media (max-width: 767px) {
  .common-news .swiper-slide:first-child {
    margin-left: 4%;
  }
}
@media (max-width: 1023px) {
  .common-news .swiper-slide {
    padding-right: 8%;
  }
}
@media (max-width: 767px) {
  .common-news .swiper-slide:last-child {
    margin-right: 4%;
  }
}
@media (min-width: 768px) {
  .common-news .top-news--bnr {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .common-news .top-news--bnr-img-wrap {
    height: 287px;
  }
}
@media (max-width: 767px) {
  .common-news .top-news--bnr-img-wrap {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .common-news--container {
    position: relative;
  }
}
@media (max-width: 767px) {
  .top-bnr {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .top-bnr--content-group {
    display: block;
  }
}
.top-bnr--content {
  position: relative;
}
@media (min-width: 768px) {
  .top-bnr--content {
    width: 48.25%;
    margin-right: 3.5%;
  }
  .top-bnr--content:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .top-bnr--content {
    margin-bottom: 30px;
  }
}
.top-bnr--content-tit {
  position: absolute;
  left: 4rem;
  bottom: 3rem;
  color: #fff;
  font-size: 3rem;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  padding-bottom: 0;
  z-index: 50;
}
@media (max-width: 767px) {
  .top-bnr--content-tit {
    font-size: 1.8rem;
    left: 1.8rem;
    bottom: 1.8rem;
  }
}
.business {
  margin-bottom: 12.4rem;
}
.business-card-tit {
  left: 0;
  margin-left: 0;
  margin-right: 13.8rem;
}
@media (max-width: 1023px) {
  .business-card-tit {
    margin-right: 6rem;
  }
}
@media (max-width: 767px) {
  .business-card-tit {
    margin-right: 2.4rem;
    margin-left: -1.6rem;
  }
}
.business-list {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .business-list {
    margin-top: 2rem;
  }
}
.business-list-item {
  margin-bottom: 10rem;
}
.business-list-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .business-list-item {
    display: block;
    margin-bottom: 6rem;
  }
}
@media (min-width: 1023px) {
  .business-list-item-img {
    width: 47.6%;
    height: 100%;
    margin-right: 5.6rem;
  }
}
@media (min-width: 768px) {
  .business-list-item-body {
    margin-top: 7.7rem;
  }
}
@media (max-width: 768px) {
  .business-list-item-body {
    margin-top: 3rem;
  }
}
.business-list-item-tit {
  font-size: 3rem;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .business-list-item-tit {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .business-list-item-tit {
    margin-top: 2rem;
    margin-bottom: 2.4rem;
    font-size: 2.2rem;
  }
}
.business-list-item-list-item {
  font-size: 1.8rem;
  color: #595757;
}
@media (max-width: 767px) {
  .business-list-item-list-item {
    font-size: 1.6rem;
    color: #595757;
  }
}
.business-list-item-left {
  width: 158%;
  margin-right: 5.6rem;
}
@media (min-width: 768px) {
  .business-list-item-left {
    width: 100%;
  }
}
.business-list-item-left--sub-tit {
  font-size: 2.4rem;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .business-list-item-left--sub-tit {
    font-size: 2rem;
  }
}
.human-resource--business .business-list-item-body {
  margin-top: 3.2rem;
}
.human-resource--business .business-list-item-text {
  font-size: 2rem;
  color: #595757;
  font-weight: 500;
}
@media (max-width: 767px) {
  .human-resource--business .business-list-item-text {
    font-size: 1.6rem;
    color: #595757;
  }
}
@media (max-width: 767px) {
  .human-resource--business .business-list-item-left {
    width: 100%;
  }
  .human-resource--business .business-list-item-left .img-radius {
    border-radius: 4rem 1rem 4rem 1rem;
  }
}
@media (min-width: 768px) {
  .human-resource--business .business-list-item-body {
    width: 48%;
    width: 100%;
  }
}
