@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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: inherit;
}

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;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-family: "Noto sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 62.5%;
  color: #333333;
}

body {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

nav {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a.disabled {
  cursor: pointer;
}

.l-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  overflow-x: hidden;
  padding-top: 6.5rem;
}
@media screen and (min-width: 1080px) {
  .l-wrapper {
    padding-top: 10rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 6.5rem;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}
@media screen and (min-width: 1080px) {
  .l-header {
    height: 10rem;
  }
}

.l-header--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1079px) {
  .l-header__utilities {
    background-color: #f5e61e;
  }
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.5rem;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
@media screen and (min-width: 1080px) {
  .l-header__logo {
    height: 8rem;
  }
}
.l-header__logo img {
  max-height: 100%;
}
@media all and (-ms-high-contrast: none) {
  .l-header__logo img {
    width: 100%;
  }
}

@media screen and (min-width: 1080px) {
  .is-header-thin {
    height: 7rem;
  }
  .is-header-thin .l-header__logo {
    height: 5rem;
  }
}
.l-navi {
  width: 100%;
}

.l-ctr, .l-ctr-pd {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.l-ctr-pd {
  padding: 0 2rem;
}
@media screen and (min-width: 1080px) {
  .l-ctr-pd {
    padding: 0;
  }
}

.l-ctr--full {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  overflow: hidden;
  width: 100vw;
}

.l-ctr--fhd, .l-ctr--fhd-pd {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.l-ctr--fhd-pd {
  padding: 0 2rem;
}
@media screen and (min-width: 1080px) {
  .l-ctr--fhd-pd {
    padding: 0;
  }
}

.l-ctr--narrow, .l-ctr--narrow-pd {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.l-ctr--narrow-pd {
  padding: 0 2rem;
}
@media screen and (min-width: 1080px) {
  .l-ctr--narrow-pd {
    padding: 0;
  }
}

.l-2column {
  padding: 0 2rem;
}
@media screen and (min-width: 1080px) {
  .l-2column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 8rem;
    padding: 0 4.167vw;
  }
}

.l-main-column {
  width: 100%;
  max-width: 160rem;
}

.l-side-column {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 1080px) {
  .l-side-column {
    width: 32rem;
    min-width: 32rem;
    margin-top: 0;
    margin-left: 8rem;
    margin-left: 4.167vw;
  }
}

.l-w5pct {
  width: 5%;
}

.l-w10pct {
  width: 10%;
}

.l-w15pct {
  width: 15%;
}

.l-w20pct {
  width: 20%;
}

.l-w25pct {
  width: 25%;
}

.l-w30pct {
  width: 30%;
}

.l-w35pct {
  width: 35%;
}

.l-w40pct {
  width: 40%;
}

.l-w45pct {
  width: 45%;
}

.l-w50pct {
  width: 50%;
}

.l-w55pct {
  width: 55%;
}

.l-w60pct {
  width: 60%;
}

.l-w65pct {
  width: 65%;
}

.l-w70pct {
  width: 70%;
}

.l-w75pct {
  width: 75%;
}

.l-w80pct {
  width: 80%;
}

.l-w85pct {
  width: 85%;
}

.l-w90pct {
  width: 90%;
}

.l-w95pct {
  width: 95%;
}

.l-w100pct {
  width: 100%;
}

.l-mw100 {
  width: 100%;
  max-width: 10rem;
}

.l-mw150 {
  width: 100%;
  max-width: 15rem;
}

.l-mw200 {
  width: 100%;
  max-width: 20rem;
}

.l-mw250 {
  width: 100%;
  max-width: 25rem;
}

.l-mw300 {
  width: 100%;
  max-width: 30rem;
}

.l-mw350 {
  width: 100%;
  max-width: 35rem;
}

.l-mw400 {
  width: 100%;
  max-width: 40rem;
}

.l-mw450 {
  width: 100%;
  max-width: 45rem;
}

.l-mw500 {
  width: 100%;
  max-width: 50rem;
}

.l-mw550 {
  width: 100%;
  max-width: 55rem;
}

.l-mw600 {
  width: 100%;
  max-width: 60rem;
}

.l-mw650 {
  width: 100%;
  max-width: 65rem;
}

.l-mw700 {
  width: 100%;
  max-width: 70rem;
}

.l-mw750 {
  width: 100%;
  max-width: 75rem;
}

.l-mw800 {
  width: 100%;
  max-width: 80rem;
}

.l-mw850 {
  width: 100%;
  max-width: 85rem;
}

.l-mw900 {
  width: 100%;
  max-width: 90rem;
}

.l-mw950 {
  width: 100%;
  max-width: 95rem;
}

.l-mw1000 {
  width: 100%;
  max-width: 100rem;
}

@media screen and (max-width: 767px) {
  .l-w5pct-sp {
    width: 5%;
  }
  .l-w10pct-sp {
    width: 10%;
  }
  .l-w15pct-sp {
    width: 15%;
  }
  .l-w20pct-sp {
    width: 20%;
  }
  .l-w25pct-sp {
    width: 25%;
  }
  .l-w30pct-sp {
    width: 30%;
  }
  .l-w35pct-sp {
    width: 35%;
  }
  .l-w40pct-sp {
    width: 40%;
  }
  .l-w45pct-sp {
    width: 45%;
  }
  .l-w50pct-sp {
    width: 50%;
  }
  .l-w55pct-sp {
    width: 55%;
  }
  .l-w60pct-sp {
    width: 60%;
  }
  .l-w65pct-sp {
    width: 65%;
  }
  .l-w70pct-sp {
    width: 70%;
  }
  .l-w75pct-sp {
    width: 75%;
  }
  .l-w80pct-sp {
    width: 80%;
  }
  .l-w85pct-sp {
    width: 85%;
  }
  .l-w90pct-sp {
    width: 90%;
  }
  .l-w95pct-sp {
    width: 95%;
  }
  .l-w100pct-sp {
    width: 100%;
  }
  .l-mw100-sp {
    width: 100%;
    max-width: 10rem;
  }
  .l-mw150-sp {
    width: 100%;
    max-width: 15rem;
  }
  .l-mw200-sp {
    width: 100%;
    max-width: 20rem;
  }
  .l-mw250-sp {
    width: 100%;
    max-width: 25rem;
  }
  .l-mw300-sp {
    width: 100%;
    max-width: 30rem;
  }
  .l-mw350-sp {
    width: 100%;
    max-width: 35rem;
  }
  .l-mw400-sp {
    width: 100%;
    max-width: 40rem;
  }
  .l-mw450-sp {
    width: 100%;
    max-width: 45rem;
  }
  .l-mw500-sp {
    width: 100%;
    max-width: 50rem;
  }
  .l-mw550-sp {
    width: 100%;
    max-width: 55rem;
  }
  .l-mw600-sp {
    width: 100%;
    max-width: 60rem;
  }
  .l-mw650-sp {
    width: 100%;
    max-width: 65rem;
  }
  .l-mw700-sp {
    width: 100%;
    max-width: 70rem;
  }
  .l-mw750-sp {
    width: 100%;
    max-width: 75rem;
  }
  .l-mw800-sp {
    width: 100%;
    max-width: 80rem;
  }
  .l-mw850-sp {
    width: 100%;
    max-width: 85rem;
  }
  .l-mw900-sp {
    width: 100%;
    max-width: 90rem;
  }
  .l-mw950-sp {
    width: 100%;
    max-width: 95rem;
  }
  .l-mw1000-sp {
    width: 100%;
    max-width: 100rem;
  }
}
@media screen and (max-width: 1079px) {
  .l-w5pct-mbl {
    width: 5%;
  }
  .l-w10pct-mbl {
    width: 10%;
  }
  .l-w15pct-mbl {
    width: 15%;
  }
  .l-w20pct-mbl {
    width: 20%;
  }
  .l-w25pct-mbl {
    width: 25%;
  }
  .l-w30pct-mbl {
    width: 30%;
  }
  .l-w35pct-mbl {
    width: 35%;
  }
  .l-w40pct-mbl {
    width: 40%;
  }
  .l-w45pct-mbl {
    width: 45%;
  }
  .l-w50pct-mbl {
    width: 50%;
  }
  .l-w55pct-mbl {
    width: 55%;
  }
  .l-w60pct-mbl {
    width: 60%;
  }
  .l-w65pct-mbl {
    width: 65%;
  }
  .l-w70pct-mbl {
    width: 70%;
  }
  .l-w75pct-mbl {
    width: 75%;
  }
  .l-w80pct-mbl {
    width: 80%;
  }
  .l-w85pct-mbl {
    width: 85%;
  }
  .l-w90pct-mbl {
    width: 90%;
  }
  .l-w95pct-mbl {
    width: 95%;
  }
  .l-w100pct-mbl {
    width: 100%;
  }
  .l-mw100-mbl {
    width: 100%;
    max-width: 10rem;
  }
  .l-mw150-mbl {
    width: 100%;
    max-width: 15rem;
  }
  .l-mw200-mbl {
    width: 100%;
    max-width: 20rem;
  }
  .l-mw250-mbl {
    width: 100%;
    max-width: 25rem;
  }
  .l-mw300-mbl {
    width: 100%;
    max-width: 30rem;
  }
  .l-mw350-mbl {
    width: 100%;
    max-width: 35rem;
  }
  .l-mw400-mbl {
    width: 100%;
    max-width: 40rem;
  }
  .l-mw450-mbl {
    width: 100%;
    max-width: 45rem;
  }
  .l-mw500-mbl {
    width: 100%;
    max-width: 50rem;
  }
  .l-mw550-mbl {
    width: 100%;
    max-width: 55rem;
  }
  .l-mw600-mbl {
    width: 100%;
    max-width: 60rem;
  }
  .l-mw650-mbl {
    width: 100%;
    max-width: 65rem;
  }
  .l-mw700-mbl {
    width: 100%;
    max-width: 70rem;
  }
  .l-mw750-mbl {
    width: 100%;
    max-width: 75rem;
  }
  .l-mw800-mbl {
    width: 100%;
    max-width: 80rem;
  }
  .l-mw850-mbl {
    width: 100%;
    max-width: 85rem;
  }
  .l-mw900-mbl {
    width: 100%;
    max-width: 90rem;
  }
  .l-mw950-mbl {
    width: 100%;
    max-width: 95rem;
  }
  .l-mw1000-mbl {
    width: 100%;
    max-width: 100rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .l-w5pct-tab {
    width: 5%;
  }
  .l-w10pct-tab {
    width: 10%;
  }
  .l-w15pct-tab {
    width: 15%;
  }
  .l-w20pct-tab {
    width: 20%;
  }
  .l-w25pct-tab {
    width: 25%;
  }
  .l-w30pct-tab {
    width: 30%;
  }
  .l-w35pct-tab {
    width: 35%;
  }
  .l-w40pct-tab {
    width: 40%;
  }
  .l-w45pct-tab {
    width: 45%;
  }
  .l-w50pct-tab {
    width: 50%;
  }
  .l-w55pct-tab {
    width: 55%;
  }
  .l-w60pct-tab {
    width: 60%;
  }
  .l-w65pct-tab {
    width: 65%;
  }
  .l-w70pct-tab {
    width: 70%;
  }
  .l-w75pct-tab {
    width: 75%;
  }
  .l-w80pct-tab {
    width: 80%;
  }
  .l-w85pct-tab {
    width: 85%;
  }
  .l-w90pct-tab {
    width: 90%;
  }
  .l-w95pct-tab {
    width: 95%;
  }
  .l-w100pct-tab {
    width: 100%;
  }
  .l-mw100-tab {
    width: 100%;
    max-width: 10rem;
  }
  .l-mw150-tab {
    width: 100%;
    max-width: 15rem;
  }
  .l-mw200-tab {
    width: 100%;
    max-width: 20rem;
  }
  .l-mw250-tab {
    width: 100%;
    max-width: 25rem;
  }
  .l-mw300-tab {
    width: 100%;
    max-width: 30rem;
  }
  .l-mw350-tab {
    width: 100%;
    max-width: 35rem;
  }
  .l-mw400-tab {
    width: 100%;
    max-width: 40rem;
  }
  .l-mw450-tab {
    width: 100%;
    max-width: 45rem;
  }
  .l-mw500-tab {
    width: 100%;
    max-width: 50rem;
  }
  .l-mw550-tab {
    width: 100%;
    max-width: 55rem;
  }
  .l-mw600-tab {
    width: 100%;
    max-width: 60rem;
  }
  .l-mw650-tab {
    width: 100%;
    max-width: 65rem;
  }
  .l-mw700-tab {
    width: 100%;
    max-width: 70rem;
  }
  .l-mw750-tab {
    width: 100%;
    max-width: 75rem;
  }
  .l-mw800-tab {
    width: 100%;
    max-width: 80rem;
  }
  .l-mw850-tab {
    width: 100%;
    max-width: 85rem;
  }
  .l-mw900-tab {
    width: 100%;
    max-width: 90rem;
  }
  .l-mw950-tab {
    width: 100%;
    max-width: 95rem;
  }
  .l-mw1000-tab {
    width: 100%;
    max-width: 100rem;
  }
}
@media screen and (min-width: 768px) {
  .l-w5pct-wide {
    width: 5%;
  }
  .l-w10pct-wide {
    width: 10%;
  }
  .l-w15pct-wide {
    width: 15%;
  }
  .l-w20pct-wide {
    width: 20%;
  }
  .l-w25pct-wide {
    width: 25%;
  }
  .l-w30pct-wide {
    width: 30%;
  }
  .l-w35pct-wide {
    width: 35%;
  }
  .l-w40pct-wide {
    width: 40%;
  }
  .l-w45pct-wide {
    width: 45%;
  }
  .l-w50pct-wide {
    width: 50%;
  }
  .l-w55pct-wide {
    width: 55%;
  }
  .l-w60pct-wide {
    width: 60%;
  }
  .l-w65pct-wide {
    width: 65%;
  }
  .l-w70pct-wide {
    width: 70%;
  }
  .l-w75pct-wide {
    width: 75%;
  }
  .l-w80pct-wide {
    width: 80%;
  }
  .l-w85pct-wide {
    width: 85%;
  }
  .l-w90pct-wide {
    width: 90%;
  }
  .l-w95pct-wide {
    width: 95%;
  }
  .l-w100pct-wide {
    width: 100%;
  }
  .l-mw100-wide {
    width: 100%;
    max-width: 10rem;
  }
  .l-mw150-wide {
    width: 100%;
    max-width: 15rem;
  }
  .l-mw200-wide {
    width: 100%;
    max-width: 20rem;
  }
  .l-mw250-wide {
    width: 100%;
    max-width: 25rem;
  }
  .l-mw300-wide {
    width: 100%;
    max-width: 30rem;
  }
  .l-mw350-wide {
    width: 100%;
    max-width: 35rem;
  }
  .l-mw400-wide {
    width: 100%;
    max-width: 40rem;
  }
  .l-mw450-wide {
    width: 100%;
    max-width: 45rem;
  }
  .l-mw500-wide {
    width: 100%;
    max-width: 50rem;
  }
  .l-mw550-wide {
    width: 100%;
    max-width: 55rem;
  }
  .l-mw600-wide {
    width: 100%;
    max-width: 60rem;
  }
  .l-mw650-wide {
    width: 100%;
    max-width: 65rem;
  }
  .l-mw700-wide {
    width: 100%;
    max-width: 70rem;
  }
  .l-mw750-wide {
    width: 100%;
    max-width: 75rem;
  }
  .l-mw800-wide {
    width: 100%;
    max-width: 80rem;
  }
  .l-mw850-wide {
    width: 100%;
    max-width: 85rem;
  }
  .l-mw900-wide {
    width: 100%;
    max-width: 90rem;
  }
  .l-mw950-wide {
    width: 100%;
    max-width: 95rem;
  }
  .l-mw1000-wide {
    width: 100%;
    max-width: 100rem;
  }
}
@media screen and (min-width: 1080px) {
  .l-w5pct-pc {
    width: 5%;
  }
  .l-w10pct-pc {
    width: 10%;
  }
  .l-w15pct-pc {
    width: 15%;
  }
  .l-w20pct-pc {
    width: 20%;
  }
  .l-w25pct-pc {
    width: 25%;
  }
  .l-w30pct-pc {
    width: 30%;
  }
  .l-w35pct-pc {
    width: 35%;
  }
  .l-w40pct-pc {
    width: 40%;
  }
  .l-w45pct-pc {
    width: 45%;
  }
  .l-w50pct-pc {
    width: 50%;
  }
  .l-w55pct-pc {
    width: 55%;
  }
  .l-w60pct-pc {
    width: 60%;
  }
  .l-w65pct-pc {
    width: 65%;
  }
  .l-w70pct-pc {
    width: 70%;
  }
  .l-w75pct-pc {
    width: 75%;
  }
  .l-w80pct-pc {
    width: 80%;
  }
  .l-w85pct-pc {
    width: 85%;
  }
  .l-w90pct-pc {
    width: 90%;
  }
  .l-w95pct-pc {
    width: 95%;
  }
  .l-w100pct-pc {
    width: 100%;
  }
  .l-mw100-pc {
    width: 100%;
    max-width: 10rem;
  }
  .l-mw150-pc {
    width: 100%;
    max-width: 15rem;
  }
  .l-mw200-pc {
    width: 100%;
    max-width: 20rem;
  }
  .l-mw250-pc {
    width: 100%;
    max-width: 25rem;
  }
  .l-mw300-pc {
    width: 100%;
    max-width: 30rem;
  }
  .l-mw350-pc {
    width: 100%;
    max-width: 35rem;
  }
  .l-mw400-pc {
    width: 100%;
    max-width: 40rem;
  }
  .l-mw450-pc {
    width: 100%;
    max-width: 45rem;
  }
  .l-mw500-pc {
    width: 100%;
    max-width: 50rem;
  }
  .l-mw550-pc {
    width: 100%;
    max-width: 55rem;
  }
  .l-mw600-pc {
    width: 100%;
    max-width: 60rem;
  }
  .l-mw650-pc {
    width: 100%;
    max-width: 65rem;
  }
  .l-mw700-pc {
    width: 100%;
    max-width: 70rem;
  }
  .l-mw750-pc {
    width: 100%;
    max-width: 75rem;
  }
  .l-mw800-pc {
    width: 100%;
    max-width: 80rem;
  }
  .l-mw850-pc {
    width: 100%;
    max-width: 85rem;
  }
  .l-mw900-pc {
    width: 100%;
    max-width: 90rem;
  }
  .l-mw950-pc {
    width: 100%;
    max-width: 95rem;
  }
  .l-mw1000-pc {
    width: 100%;
    max-width: 100rem;
  }
}
.l-center--hor {
  margin-left: auto;
  margin-right: auto;
}

.l-relative {
  position: relative;
}

.l-absolute {
  position: absolute;
}

.l-fixed {
  position: fixed;
}

@media screen and (max-width: 767px) {
  .l-center--hor-sp {
    margin-left: auto;
    margin-right: auto;
  }
  .l-relative-sp {
    position: relative;
  }
  .l-absolute-sp {
    position: absolute;
  }
  .l-fixed-sp {
    position: fixed;
  }
}
@media screen and (max-width: 1079px) {
  .l-center--hor-mbl {
    margin-left: auto;
    margin-right: auto;
  }
  .l-relative-mbl {
    position: relative;
  }
  .l-absolute-mbl {
    position: absolute;
  }
  .l-fixed-mbl {
    position: fixed;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .l-center--hor-tab {
    margin-left: auto;
    margin-right: auto;
  }
  .l-relative-tab {
    position: relative;
  }
  .l-absolute-tab {
    position: absolute;
  }
  .l-fixed-tab {
    position: fixed;
  }
}
@media screen and (min-width: 768px) {
  .l-center--hor-wide {
    margin-left: auto;
    margin-right: auto;
  }
  .l-relative-wide {
    position: relative;
  }
  .l-absolute-wide {
    position: absolute;
  }
  .l-fixed-wide {
    position: fixed;
  }
}
@media screen and (min-width: 1080px) {
  .l-center--hor-pc {
    margin-left: auto;
    margin-right: auto;
  }
  .l-relative-pc {
    position: relative;
  }
  .l-absolute-pc {
    position: absolute;
  }
  .l-fixed-pc {
    position: fixed;
  }
}
.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .l-flex-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1079px) {
  .l-flex-mbl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .l-flex-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .l-flex-wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1080px) {
  .l-flex-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .l-wrap-sp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1079px) {
  .l-wrap-mbl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .l-wrap-tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .l-wrap-wide {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1080px) {
  .l-wrap-pc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l-direction--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .l-direction--column-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 1079px) {
  .l-direction--column-mbl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .l-direction--column-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .l-direction--column-wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 1080px) {
  .l-direction--column-pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-direction--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .l-direction--reverse-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1079px) {
  .l-direction--reverse-mbl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .l-direction--reverse-tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .l-direction--reverse-wide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1080px) {
  .l-direction--reverse-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.l-justify--start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .l-justify--start-sp {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1079px) {
  .l-justify--start-mbl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .l-justify--start-tab {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .l-justify--start-wide {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1080px) {
  .l-justify--start-pc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.l-justify--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .l-justify--center-sp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1079px) {
  .l-justify--center-mbl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .l-justify--center-tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .l-justify--center-wide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1080px) {
  .l-justify--center-pc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.l-justify--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .l-justify--end-sp {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1079px) {
  .l-justify--end-mbl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .l-justify--end-tab {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .l-justify--end-wide {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1080px) {
  .l-justify--end-pc {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.l-justify--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .l-justify--between-sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1079px) {
  .l-justify--between-mbl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .l-justify--between-tab {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .l-justify--between-wide {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1080px) {
  .l-justify--between-pc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.l-align--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .l-align--center-sp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 1079px) {
  .l-align--center-mbl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .l-align--center-tab {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .l-align--center-wide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 1080px) {
  .l-align--center-pc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-disp--none {
  display: none;
}

.l-disp--block {
  display: block;
}

@media screen and (max-width: 767px) {
  .l-disp--none-sp {
    display: none;
  }
  .l-disp--block-sp {
    display: block;
  }
}
@media screen and (max-width: 1079px) {
  .l-disp--none-mbl {
    display: none;
  }
  .l-disp--block-mbl {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .l-disp--none-tab {
    display: none;
  }
  .l-disp--block-tab {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .l-disp--none-wide {
    display: none;
  }
  .l-disp--block-wide {
    display: block;
  }
}
@media screen and (min-width: 1080px) {
  .l-disp--none-pc {
    display: none;
  }
  .l-disp--block-pc {
    display: block;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
}
.loading.is-load-cover {
  opacity: 1;
  visibility: visible;
}

.loading__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.js-fadein, .js-fadein-up, .js-fadein-left, .js-fadein-right {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.js-fadein.is-parallax-hide, .js-fadein-up.is-parallax-hide, .js-fadein-left.is-parallax-hide, .js-fadein-right.is-parallax-hide {
  opacity: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}

@media screen and (min-width: 1080px) {
  .js-fadein {
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
  .js-fadein.is-parallax-hide {
    opacity: 0;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }
  .js-fadein-up {
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .js-fadein-up.is-parallax-hide {
    opacity: 0;
    transform: translateY(40rem);
    -webkit-transform: translateY(40rem);
  }
  .js-fadein-left {
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .js-fadein-left.is-parallax-hide {
    opacity: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
  .js-fadein-right {
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .js-fadein-right.is-parallax-hide {
    opacity: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
}
.js-menu-button {
  position: relative;
  width: 6.5rem;
  height: 6.5rem;
  border: none;
}
.js-menu-button span {
  display: block;
  width: 50%;
  margin: auto;
  height: 0.2rem;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 0.2rem) / 2);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 1080px) {
  .js-menu-button {
    display: none;
  }
}

.js-menu-button span:nth-of-type(1) {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
}

.js-menu-button span:nth-of-type(3) {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}

.js-menu-button.is-btn-active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-menu-button.is-btn-active span:nth-of-type(2) {
  opacity: 0;
}

.js-menu-button.is-btn-active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.js-drawer {
  position: fixed;
  top: 6.5rem;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 1080px) {
  .js-drawer {
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none;
    background: none;
  }
}

.is-drawer-open {
  top: 6.5rem;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  height: 100%;
  overflow: auto;
  padding-bottom: 6.5rem;
}

.is-contents-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -10;
}

.js-accordion--switch {
  position: relative;
}
.js-accordion--switch::after {
  position: absolute;
  font-family: "FontAwesome";
  right: 1.6rem;
  font-size: 140%;
  content: "\f196";
}

.is-accordion--switch-close::after {
  content: "\f147";
}

.js-accordion--item {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.is-accordion--open {
  height: 100%;
  overflow: visible;
  opacity: 1;
}

.hov--line,
.hov--line-r {
  position: relative;
  display: inline-block;
}

.hov--line::after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #cccccc;
}

@media screen and (min-width: 1080px) {
  .hov--line-r::after {
    position: absolute;
    bottom: 0.3em;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #cccccc;
  }
}

@media screen and (min-width: 1080px) {
  .hov--op {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .hov--op:hover {
    opacity: 0.6;
  }
  .hov--line:hover,
  .hov--line-r:hover {
    opacity: 0.6;
  }
  .hov--line::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .hov--line:hover::after {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  .hov--line-r::after {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .hov--line-r:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.current a {
  color: #00338E;
  font-weight: 700;
}

.slide-thumbnail {
  display: none;
}
@media screen and (min-width: 1080px) {
  .slide-thumbnail {
    display: block;
    padding: 2rem 0;
  }
}

.js-slider img {
  margin: 0 auto;
}

.js-slider__item, .js-slider-thumb__item {
  outline: none;
}

.js-slider-thumb__item {
  padding: 0 1rem;
}

.slick-dots li.slick-active button::before,
.slick-dots li button::before {
  color: #000;
}

.main-menu {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.main-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 6rem;
}
@media screen and (min-width: 1080px) {
  .main-menu a {
    height: 5rem;
  }
}

.main-menu__item {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .main-menu__item:hover .sub-menu__item {
    height: 5rem;
    overflow: visible;
  }
  .main-menu__item:hover .sub-menu__item a {
    opacity: 1;
  }
}
@media screen and (max-width: 1079px) {
  .main-menu__item {
    border-bottom: 1px solid #c3c3c3;
  }
}

.sub-target {
  position: relative;
}
.sub-target::after {
  position: absolute;
  font-family: "FontAwesome";
  right: 1.6rem;
  font-size: 140%;
  content: "\f196";
}
@media screen and (min-width: 1080px) {
  .sub-target::after {
    position: static;
    font-family: "FontAwesome";
    content: "\f107";
    padding-left: 0.5em;
  }
}

@media screen and (min-width: 1080px) {
  .sub-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 80rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sub-menu__item {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  width: 20%;
}
@media screen and (max-width: 1079px) {
  .sub-menu__item {
    width: 100%;
  }
}
.sub-menu__item a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.sub-menu__item div, .sub-menu__item img {
  height: 100%;
}

.sub-menu--close::after {
  content: "\f147";
}

.sub-menu--open {
  height: 6rem;
  overflow: visible;
}
.sub-menu--open a {
  opacity: 1;
}

.head--pillar {
  width: 100%;
}
.head--pillar span {
  display: block;
  border-left: solid 6px #cccccc;
  padding-left: 0.5em;
}

.head--frame {
  border: 1px solid #000000;
  padding: 0.5rem;
  width: 100%;
}
.head--frame span {
  display: block;
  border-left: solid 6px #000000;
  padding-left: 0.5rem;
}

.head--dotted::before {
  content: "・";
  padding-right: 0.5em;
}

.head--solid {
  border-bottom: solid 1px #000000;
  padding-bottom: 0.5rem;
}

.head--dashed {
  border-bottom: dashed 1px #000000;
  padding-bottom: 0.5rem;
}

.head--double {
  border: solid #000000;
  border-width: 1px 0 1px 0;
  padding: 0.5rem 0;
}

.head--right::before {
  font-family: "FontAwesome";
  content: "\f0da";
  padding-right: 0.5em;
}

.head--up::before {
  font-family: "FontAwesome";
  content: "\f106";
  padding-right: 0.5em;
}

.head--down::before {
  font-family: "FontAwesome";
  content: "\f107";
  padding-right: 0.5em;
}

.list-disc {
  list-style-type: disc;
}
.list-disc > li {
  margin-left: 1.2em;
}

.list-square {
  list-style-type: square;
}
.list-square > li {
  margin-left: 1.2em;
}

.list-number {
  list-style-type: decimal;
}
.list-number > li {
  margin-left: 1.2em;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background: #FFFFFF;
}
.table th,
.table td {
  padding: 0.5rem;
  word-break: break-all;
}

.table--fixed {
  table-layout: fixed;
}

.table--stripe tr:nth-of-type(even) {
  background: #ebebeb;
}

.table--horizon {
  border: none;
}
.table--horizon tr {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.table--horizon tr:first-of-type {
  border-top: none;
}
.table--horizon tr:last-of-type {
  border-bottom: none;
}
.table--horizon th,
.table--horizon td {
  border: none;
}

.table--responsive tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .table--responsive tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.table--scroll {
  display: block;
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
  .table--scroll-sp {
    display: block;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.button, .button--shadow {
  display: inline-block;
  padding: 1rem 2rem;
  border-style: solid;
  border-width: 1px;
}

.button--shadow {
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.16);
}

.pagenation-traffic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 1rem;
  border: solid #cccccc;
  border-width: 1px 0 1px 0;
}

.pagenation-traffic__prev::before {
  content: "＜";
  padding-right: 1rem;
}

.pagenation-traffic__next::after {
  content: "＞";
  padding-left: 1rem;
}

.pagenation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagenation-list__item {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  border: 1px solid #cccccc;
}

.pagenation-list__item:last-child {
  margin-right: 0;
}

.pagenation-list__item,
.pagenation-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagenation-list a {
  width: 100%;
  height: 100%;
}

.pagenation-list__item--this {
  background: #cccccc;
  color: #FFFFFF;
}

.pagenation-list__item--prev,
.pagenation-list__item--next {
  background: #ebebeb;
}

.card, .card--border, .card--shadow {
  background: #FFFFFF;
}

.card--shadow {
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.16);
}

.card--border {
  border: 1px solid;
  border-color: #cccccc;
}

.card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card__label {
  display: inline-block;
  padding: 0.5rem;
  background: #ebebeb;
}

.card__title {
  font-weight: bold;
}

.tab-switch {
  display: none;
}

.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-label {
  position: relative;
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1;
  cursor: pointer;
  text-align: center;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  opacity: 1;
}

.tab-label {
  padding: 1rem;
  background: #ebebeb;
  border: 1px solid #333333;
  /*margin-bottom: 1rem;*/
  margin-right: 0.5rem;
}

.tab-label:last-of-type {
  margin-right: 0;
}

.tab-content {
  margin-top: -1px;
}

.tab-switch:checked + .tab-label {
  background: #FFFFFF;
  border-bottom: 0;
}

.tab-switch:checked + .tab-label + .tab-content {
  padding: 1.6rem;
  border: 1px solid #333333;
}

@media screen and (max-width: 1079px) {
  .page-floating {
    position: relative;
    display: none;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.16);
  }
  .page-floating span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    width: 5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
}
@media screen and (min-width: 1080px) {
  .page-floating {
    display: none;
    position: fixed;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #333333;
    padding: 0 0 0 35px;
    border-top: solid 1px;
  }
  .page-floating::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

@media screen and (max-width: 1079px) {
  .is-floating-show {
    position: fixed;
    display: inline-block;
    right: 1rem;
    bottom: 1rem;
  }
}
@media screen and (min-width: 1080px) {
  .is-floating-show {
    display: block;
  }
}

.u-fc--black {
  color: #000000 !important;
}

.u-fc--white {
  color: #FFFFFF;
}

.u-fc--dark {
  color: #333333;
}

.u-fc--gray {
  color: #cccccc;
}

.u-fc--thin {
  color: #ebebeb;
}

.u-bc--black {
  background-color: #000000;
}

.u-bc--white {
  background-color: #FFFFFF;
}

.u-bc--dark {
  background-color: #333333;
}

.u-bc--gray {
  background-color: #cccccc;
}

.u-bc--thin {
  background-color: #ebebeb;
}

.u-fz--xs {
  font-size: 0.8rem;
}

.u-fz--s {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .u-fz--m {
    font-size: 2rem;
  }
}

.u-fz--l {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .u-fz--l {
    font-size: 2.6rem;
  }
}

.u-fz--xl {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .u-fz--xl {
    font-size: 3rem;
  }
}

.u-fz--xxl {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .u-fz--xxl {
    font-size: 7.2rem;
    line-height: 1.2;
  }
}

.u-fw--400 {
  font-weight: 400;
}

.u-fw--500 {
  font-weight: 500;
}

.u-fw--600 {
  font-weight: 600;
}

.u-fw--700 {
  font-weight: 700;
}

.u-fw--900 {
  font-weight: 900;
}

.u-ta--l {
  text-align: left;
}

.u-ta--c {
  text-align: center;
}

.u-ta--r {
  text-align: right;
}

.u-va--t {
  vertical-align: top;
}

.u-va--m {
  vertical-align: middle;
}

.u-va--b {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .u-ta--l-sp {
    text-align: left;
  }
  .u-ta--c-sp {
    text-align: center;
  }
  .u-ta--r-sp {
    text-align: right;
  }
  .u-va--m-sp {
    vertical-align: middle;
  }
}
@media screen and (max-width: 1079px) {
  .u-ta--l-mbl {
    text-align: left;
  }
  .u-ta--c-mbl {
    text-align: center;
  }
  .u-ta--r-mbl {
    text-align: right;
  }
  .u-va--m-mbl {
    vertical-align: middle;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .u-ta--l-tab {
    text-align: left;
  }
  .u-ta--c-tab {
    text-align: center;
  }
  .u-ta--r-tab {
    text-align: right;
  }
  .u-va--m-tab {
    vertical-align: middle;
  }
}
@media screen and (min-width: 768px) {
  .u-ta--l-wide {
    text-align: left;
  }
  .u-ta--c-wide {
    text-align: center;
  }
  .u-ta--r-wide {
    text-align: right;
  }
  .u-va--m-wide {
    vertical-align: middle;
  }
}
@media screen and (min-width: 1080px) {
  .u-ta--l-pc {
    text-align: left;
  }
  .u-ta--c-pc {
    text-align: center;
  }
  .u-ta--r-pc {
    text-align: right;
  }
  .u-va--m-pc {
    vertical-align: middle;
  }
}
.u-m-top100 {
  margin-top: clamp(5rem, 10.4vw, 10rem);
}

.u-m-top80 {
  margin-top: clamp(5rem, 8.32vw, 8rem);
}

.u-m-top50 {
  margin-top: clamp(3rem, 3.12vw, 5rem);
}

.u-m-top30 {
  margin-top: clamp(1rem, 3.12vw, 3rem);
}

.u-m-top10 {
  margin-top: 1rem;
}

.u-m-right100 {
  margin-right: clamp(5rem, 10.4vw, 10rem);
}

.u-m-right80 {
  margin-right: clamp(5rem, 8.32vw, 8rem);
}

.u-m-right50 {
  margin-right: clamp(3rem, 3.12vw, 5rem);
}

.u-m-right30 {
  margin-right: clamp(1rem, 3.12vw, 3rem);
}

.u-m-right10 {
  margin-right: 1rem;
}

.u-m-left100 {
  margin-left: clamp(5rem, 10.4vw, 10rem);
}

.u-m-left80 {
  margin-left: clamp(5rem, 8.32vw, 8rem);
}

.u-m-left50 {
  margin-left: clamp(3rem, 3.12vw, 5rem);
}

.u-m-left30 {
  margin-left: clamp(1rem, 3.12vw, 3rem);
}

.u-m-left10 {
  margin-left: 1rem;
}

.u-m-bottom100 {
  margin-bottom: clamp(5rem, 10.4vw, 10rem);
}

.u-m-bottom80 {
  margin-bottom: clamp(5rem, 8.32vw, 8rem);
}

.u-m-bottom50 {
  margin-bottom: clamp(3rem, 3.12vw, 5rem);
}

.u-m-bottom30 {
  margin-bottom: clamp(1rem, 3.12vw, 3rem);
}

.u-m-bottom10 {
  margin-bottom: 1rem;
}

.u-m-all100 {
  margin: clamp(5rem, 10.4vw, 10rem);
}

.u-m-all80 {
  margin: clamp(5rem, 8.32vw, 8rem);
}

.u-m-all50 {
  margin: clamp(3rem, 3.12vw, 5rem);
}

.u-m-all30 {
  margin: clamp(1rem, 3.12vw, 3rem);
}

.u-m-all10 {
  margin: 1rem;
}

.u-p-top100 {
  padding-top: clamp(5rem, 10.4vw, 10rem);
}

.u-p-top80 {
  padding-top: clamp(5rem, 8.32vw, 8rem);
}

.u-p-top50 {
  padding-top: clamp(3rem, 3.12vw, 5rem);
}

.u-p-top30 {
  padding-top: clamp(1rem, 3.12vw, 3rem);
}

.u-p-top10 {
  padding-top: 1rem;
}

.u-p-right100 {
  padding-right: clamp(5rem, 10.4vw, 10rem);
}

.u-p-right80 {
  padding-right: clamp(5rem, 8.32vw, 8rem);
}

.u-p-right50 {
  padding-right: clamp(3rem, 3.12vw, 5rem);
}

.u-p-right30 {
  padding-right: clamp(1rem, 3.12vw, 3rem);
}

.u-p-right10 {
  padding-right: 1rem;
}

.u-p-left100 {
  padding-left: clamp(5rem, 10.4vw, 10rem);
}

.u-p-left80 {
  padding-left: clamp(5rem, 8.32vw, 8rem);
}

.u-p-left50 {
  padding-left: clamp(3rem, 3.12vw, 5rem);
}

.u-p-left30 {
  padding-left: clamp(1rem, 3.12vw, 3rem);
}

.u-p-left10 {
  padding-left: 1rem;
}

.u-p-bottom100 {
  padding-bottom: clamp(5rem, 10.4vw, 10rem);
}

.u-p-bottom80 {
  padding-bottom: clamp(5rem, 8.32vw, 8rem);
}

.u-p-bottom50 {
  padding-bottom: clamp(3rem, 3.12vw, 5rem);
}

.u-p-bottom30 {
  padding-bottom: clamp(1rem, 3.12vw, 3rem);
}

.u-p-bottom10 {
  padding-bottom: 1rem;
}

.u-p-all100 {
  padding: clamp(5rem, 10.4vw, 10rem);
}

.u-p-all80 {
  padding: clamp(5rem, 8.32vw, 8rem);
}

.u-p-all50 {
  padding: clamp(3rem, 3.12vw, 5rem);
}

.u-p-all30 {
  padding: clamp(1rem, 3.12vw, 3rem);
}

.u-p-all10 {
  padding: 1rem;
}

.l-header, .l-navi {
  background: #FFFFFF;
}

.l-header {
  padding: 0 0 0 1.6rem;
}

/* SIDE MENU
.l-header {
	padding: 0 1.6rem;
	@include mq("pc") {
		padding: 0 6.4rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
@include mq("pc") {
	.main-menu__item a:hover {color: #217BE7;}
	.sub-menu {margin-left: 1em;}
}

@include mq("mobile") {
	.sub-menu__item {background: #D5DFED;}
}
*/
.fz-resp {
  font-size: 3rem;
  font-size: calc(3 * 10 * 0.1rem + (1vw - 0.767rem) * 100 * (18 * 10 - 3 * 10) / 1153);
}
@media screen and (max-width: 767px) {
  .fz-resp {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1920px) {
  .fz-resp {
    font-size: 18rem;
  }
}

@media screen and (min-width: 768px) {
  .logo {
    width: 24rem;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    width: 15rem;
  }
}

.u-fc--blue {
  color: #13458e;
}

.u-bc--blue {
  background-color: #f5e61e;
  color: #000;
}
.u-bc--yellow {
  background-color: #f5e61e;
  color: #000;
}
.u-bc--tblue {
  background-color: #d7e9f4;
}

/***トップへ戻るボタンここまで***/
@media screen and (min-width: 1080px) {
  .l-header__utilities, .header-nav, .header-list, .header-item {
    height: 100%;
  }
}

.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 1079px) {
  .header-list {
    display: none;
  }
}

.header-item.contact {
  background-color: #13458e;
  color: #fff !important;
}

.header-item > a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1080px) {
  .header-item > a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #f5e61e;
    color: #FFFFFF;
  }
}

.header-item a {
  display: block;
  padding: 20px 30px;
  height: 100%;
}

@media screen and (min-width: 1080px) {
  .header-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header-item.contact a {
  padding: 20px 80px;
}

@media screen and (min-width: 1080px) {
  .contact:hover {
    background: #f5e61e;
    color: #FFFFFF;
  }
}

.megaMenu {
  background-color: rgb(19, 69, 142);
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 100%;
}

.megaMenu-list {
  padding-bottom: 0.2rem;
  padding-top: 1rem;
}

.megaMenu-item {
  display: inline-block;
}
@media screen and (min-width: 1080px) {
  .megaMenu-item {
    width: 14%;
  }
}
.megaMenu-item img {
  aspect-ratio: 3/2;
}
@media screen and (min-width: 1080px) {
  .megaMenu-item p {
    font-size: 1.4rem;
    font-weight: 500;
  }
}

/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: visible;
}

.main-menu__contact {
  background-color: #f5e61e;
}

section.p100 {
  padding-top: 10rem;
  padding-top: clamp(5rem, 5.208vw, 10rem);
  padding-bottom: 10rem;
  padding-bottom: clamp(5rem, 5.208vw, 10rem);
}

.p50 {
  padding-top: 5rem;
  padding-top: clamp(3rem, 3.12vw, 5rem);
  padding-bottom: 5rem;
  padding-bottom: clamp(3rem, 3.12vw, 5rem);
}

.top-img {
  width: 100%;
  position: relative;
}
.top-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.2;
}
.top-img img {
  width: 100%;
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-img img {
    height: 85vh;
  }
}
@media screen and (min-width: 768px) {
  .top-img h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-img h1 {
    font-size: 1.3rem;
  }
}
.top-img div:first-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  color: #FFFFFF;
  z-index: 4;
}
@media screen and (max-width: 1079px) {
  .top-img div:first-of-type {
    width: 80%;
    font-size: 4rem;
    top: 45%;
  }
}
.top-img div:nth-of-type(2) {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 4;
  background-color: #f5e61e;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.top-img .prompt_scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 70%;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 5rem;
  overflow: hidden;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .top-img .prompt_scroll {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .top-img .prompt_scroll {
    font-size: 1.4rem;
  }
}
.top-img .prompt_scroll:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 1em;
  content: "";
  width: 0.2rem;
  height: 5rem;
  background: #ffffff;
  -webkit-animation: scrollmove 1.5s ease-in-out infinite;
          animation: scrollmove 1.5s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes scrollmove {
  0% {
    height: 0;
    top: 1em;
    opacity: 0;
  }
  50% {
    height: 5rem;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 5.5rem;
    opacity: 0;
  }
}

@keyframes scrollmove {
  0% {
    height: 0;
    top: 1em;
    opacity: 0;
  }
  50% {
    height: 5rem;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 5.5rem;
    opacity: 0;
  }
}
.top-news h3 {
  display: inline-block;
  position: relative;
}
.top-news h3::after {
  position: absolute;
  content: "";
  background-color: #333333;
  width: 120%;
  height: 0.1rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top-news .news-list {
  max-width: 80rem;
  width: 100%;
  margin: clamp(1rem, 3.12vw, 3rem) auto 0;
}
.top-news .news-list tr {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
.top-news .news-list tr td {
  padding-left: clamp(1rem, 3.12vw, 5rem);
  padding-bottom: 1rem;
}
.top-news .news-list tr td > a {
  display: block;
}
@media screen and (max-width: 767px) {
  .top-news .news-list tr td {
    font-size: 1.2rem;
  }
}
.top-news .news-list tr:nth-of-type(n+2) td {
  padding-top: 1rem;
}
.top-news .news-btn {
  width: 16rem;
  height: 4rem;
  border: 1px solid #333333;
  margin: clamp(1rem, 3.12vw, 3rem) auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-news .news-btn:hover {
  background-color: #333333;
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-news .news-btn a {
  line-height: 4rem;
  display: block;
}

.top-service {
  /* 右肩上がり */
  /* 右肩下がり */
}
.top-service h3 {
  display: inline-block;
  position: relative;
}
.top-service h3::after {
  position: absolute;
  content: "";
  background-color: #333333;
  width: 120%;
  height: 0.1rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top-service .l-ctr-pd > div {
  padding-top: clamp(3rem, 3.12vw, 5rem);
}
@media screen and (max-width: 767px) {
  .top-service .l-ctr-pd > div {
    padding-top: 0;
  }
}
.top-service.section_bg {
  background-color: #ebebeb;
}
.top-service.section_tilt_r {
  clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
}
@media screen and (max-width: 767px) {
  .top-service.section_tilt_r {
    clip-path: none;
  }
}
.top-service.section_tilt_l {
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 calc(100% - 100px));
}
@media screen and (max-width: 767px) {
  .top-service.section_tilt_l {
    clip-path: none;
  }
}
.top-service .txt {
  max-width: 80rem;
  margin: clamp(1rem, 3.12vw, 3rem) auto 0;
}
.top-service .srv-list {
  width: 80%;
  max-width: 120rem;
  margin: clamp(3rem, 3.12vw, 5rem) auto 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .top-service .srv-list {
    width: 100%;
    padding: 0 2rem;
    gap: 1.6rem;
  }
}
.top-service .srv-list::after {
  display: block;
  content: "";
  width: 30%;
}
.top-service .srv-list li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .top-service .srv-list li {
    width: 47.5%;
  }
}
@media screen and (min-width: 1080px) {
  .top-service .srv-list li p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-service .srv-list li p {
    font-size: 1.2rem;
  }
}
.top-service .srv-list li > p {
  margin-top: 0.8rem;
}
.top-service .def {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.top-service .def img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-service .def::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-service .def:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-service .def:hover::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(19, 69, 142, 0.5);
}
.top-service .def p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #FFFFFF;
  z-index: 4;
  min-width: 12rem;
}

.top-about > div {
  width: 80%;
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-about > div {
    width: 100%;
    padding: 0 2rem;
  }
}
.top-about > div .about-box, .top-about > div .const-box {
  width: 95%;
}
@media screen and (max-width: 767px) {
  .top-about > div .about-box, .top-about > div .const-box {
    width: 100%;
  }
}
.top-about > div .about-box .about-btn, .top-about > div .about-box .const-btn, .top-about > div .const-box .about-btn, .top-about > div .const-box .const-btn {
  width: 60%;
  height: 5rem;
  background-color: #FFFFFF;
}
.top-about > div .about-box .about-btn a, .top-about > div .about-box .const-btn a, .top-about > div .const-box .about-btn a, .top-about > div .const-box .const-btn a {
  display: block;
  line-height: 5rem;
}
.top-about > div .about-box {
  background-color: #f5e61e;
  color: #000 !important;
}
@media screen and (min-width: 768px) {
  .top-about > div .about-box > div {
    max-height: 30rem;
  }
}
.top-about > div .about-box > div:first-child {
  width: 48%;
  padding: 3rem 3rem;
}
.top-about > div .about-box > div:first-child h2, .top-about > div .about-box > div:first-child p {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .top-about > div .about-box > div:first-child {
    width: 100%;
    padding: 2rem 2rem;
  }
  .top-about > div .about-box > div:first-child div {
    margin: 2rem auto 0;
  }
}
.top-about > div .about-box > div:nth-child(n+2) {
  width: 52%;
}
.top-about > div .about-box > div:nth-child(n+2) img {
  width: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top-about > div .about-box > div:nth-child(n+2) {
    display: none;
  }
}
.top-about > div .const-box {
  margin-left: auto;
  background-color: #13458e;
}
.top-about > div .const-box > div {
  max-height: 30rem;
}
.top-about > div .const-box > div:first-child {
  width: 52%;
}
.top-about > div .const-box > div:first-child img {
  width: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top-about > div .const-box > div:first-child {
    display: none;
  }
}
.top-about > div .const-box > div:nth-child(n+2) {
  width: 48%;
  padding: 3rem 3rem;
}
@media screen and (max-width: 767px) {
  .top-about > div .const-box > div:nth-child(n+2) {
    width: 100%;
    padding: 2rem 2rem;
  }
  .top-about > div .const-box > div:nth-child(n+2) div {
    margin: 2rem auto 0;
  }
}
@media screen and (min-width: 1080px) {
  .top-about p {
    font-size: 1.5rem;
  }
}

.top-construction {
  position: relative;
}
.top-construction::after {
  position: absolute;
  width: 100vw;
  height: 83%;
  content: "";
  bottom: 0;
  left: 15%;
  background-color: #ebebeb;
  z-index: -1;
}
.top-construction.p100 {
  padding-top: 10rem;
  padding-top: clamp(5rem, 5.208vw, 10rem);
  padding-bottom: 20rem;
  padding-bottom: clamp(5rem, 10.416vw, 20rem);
}

.js-fadeIn {
  opacity: 0;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}

.is-scrollIn {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

.top-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .top-link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.top-link ul > li {
  width: 450px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-link ul > li {
    width: 80%;
    height: auto;
    margin: 0 auto;
    line-height: 1;
  }
}
.top-link ul > li a {
  display: block;
}

.kasou-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .kasou-link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.kasou-link ul > li {
  width: 450px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kasou-link ul > li {
    width: 80%;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
  }
}
.kasou-link ul > li a {
  display: block;
}

@media screen and (max-width: 767px) {
  .footer {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-menu {
    margin-top: 1.6rem;
    padding-top: 0.8rem;
    border-top: 1px solid #FFFFFF;
  }
}
.footer-menu > ul {
  width: 33.3%;
}
@media screen and (max-width: 767px) {
  .footer-menu > ul {
    width: 100%;
  }
}
.footer-menu > ul:nth-child(n+2) {
  padding-left: 2rem;
  border-left: 1px solid #FFFFFF;
}
@media screen and (max-width: 767px) {
  .footer-menu > ul:nth-child(n+2) {
    border-left: none;
    padding-left: 0;
    margin-top: 1.6rem;
  }
}
.footer-menu > ul li {
  padding-top: 0.6rem;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer-menu > ul li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu .l-flex-sp li {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu .footer-srv-list {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .kasou-img {
    height: 8rem;
  }
  .kasou-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.breadcrumbs {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-size: 1.3rem;
}

.kasou-title {
  height: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kasou-title {
    height: 8rem;
  }
}
.kasou-title > div {
  position: absolute;
  bottom: -2.4rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.kasou-title > div h1 {
  position: relative;
}
.kasou-title > div h1::after {
  position: absolute;
  content: "";
  background-color: #333333;
  width: 8rem;
  height: 0.1rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.kasou-about {
  padding-top: clamp(5rem, 8.32vw, 8rem);
  padding-bottom: clamp(5rem, 8.32vw, 8rem);
}
.kasou-about h2 {
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .kasou-about .greeting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .kasou-about .aboutus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kasou-about > div {
  padding-left: 10rem;
  padding-right: 10rem;
}
@media screen and (max-width: 767px) {
  .kasou-about > div {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.kasou-about ul:first-of-type {
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  .kasou-about ul:nth-of-type(n+2) li:nth-child(n+2) {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .kasou-about ul li:first-child {
    width: 60%;
    padding-right: clamp(3rem, 3.12vw, 5rem);
  }
}
@media screen and (min-width: 768px) {
  .kasou-about ul li:nth-child(2) {
    width: 40%;
  }
}

.kasou-service {
  padding-top: clamp(5rem, 8.32vw, 8rem);
  padding-bottom: clamp(5rem, 8.32vw, 8rem);
}
.kasou-service > div {
  padding: clamp(3rem, 3.12vw, 5rem);
}
@media screen and (max-width: 767px) {
  .kasou-service > div {
    padding: 3rem 2rem;
  }
}
.kasou-service ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .kasou-service ul {
    gap: 10px;
  }
}
.kasou-service ul::after {
  display: block;
  content: "";
  width: 30%;
}
@media screen and (min-width: 768px) {
  .kasou-service ul li {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .kasou-service ul li {
    width: 47.5%;
  }
}
.kasou-service ul li a > div {
  position: relative;
  overflow: hidden;
}
.kasou-service ul li a > div img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.kasou-service ul li a > div:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.kasou-service ul li a > div::after {
  position: absolute;
  z-index: 3;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.kasou-service ul li a > div:hover::after {
  background-color: rgba(19, 69, 142, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.kasou-service ul li a > div > div:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 5;
  color: #FFFFFF;
}

.kasou-overview {
  padding-top: clamp(5rem, 8.32vw, 8rem);
  padding-bottom: clamp(5rem, 8.32vw, 8rem);
}
.kasou-overview ul {
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .kasou-overview .swiper-button-prev, .kasou-overview .swiper-button-next {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .kasou-overview .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.kasou-overview .swiper-slide {
  width: calc(33% - 16px);
}

.kasou-properties, .kasou-construction {
  padding-top: clamp(5rem, 8.32vw, 8rem);
  padding-bottom: clamp(5rem, 8.32vw, 8rem);
}
.kasou-properties h2, .kasou-properties h3, .kasou-construction h2, .kasou-construction h3 {
  text-align: center;
}

.kasou-construction .swiper-slide {
  width: calc(33% - 16px);
}
@media screen and (min-width: 768px) {
  .kasou-construction .swiper-wrapper {
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .kasou-construction .swiper-button-prev, .kasou-construction .swiper-button-next {
    display: none;
  }
}

.kasou-properties ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kasou-properties ul li {
  width: 16%;
}
@media screen and (min-width: 768px) {
  .kasou-properties .swiper-button-prev, .kasou-properties .swiper-button-next {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .kasou-properties .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.kasou-properties .swiper-slide {
  width: calc(20% - 10px);
}
@media screen and (max-width: 767px) {
  .kasou-properties .swiper-slide {
    margin: 0.6rem;
  }
}
.kasou-properties .swiper-horizontal > .swiper-pagination-bullets, .kasou-properties .swiper-pagination-bullets.swiper-pagination-horizontal, .kasou-properties .swiper-pagination-custom, .kasou-properties .swiper-pagination-fraction {
  bottom: -20px;
}
@media screen and (min-width: 768px) {
  .kasou-properties .swiper-pagination {
    display: none;
  }
}

.kasou-access {
  padding-top: clamp(5rem, 8.32vw, 8rem);
  padding-bottom: clamp(5rem, 8.32vw, 8rem);
}
@media screen and (max-width: 767px) {
  .kasou-access iframe {
    height: 350px;
  }
}
.kasou-access > div {
  padding-left: 10rem;
  padding-right: 10rem;
}
@media screen and (max-width: 767px) {
  .kasou-access > div {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.kasou-access > div {
  text-align: center;
}
.kasou-access table {
  width: 100%;
}
.kasou-access table td {
  padding: 1rem;
  vertical-align: middle;
}

.kasou-outline {
  padding-top: clamp(5rem, 8.32vw, 8rem);
  padding-bottom: clamp(5rem, 8.32vw, 8rem);
}
.kasou-outline > div {
  padding-left: 10rem;
  padding-right: 10rem;
}
@media screen and (max-width: 767px) {
  .kasou-outline > div {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.kasou-outline > div {
  text-align: center;
}
.kasou-outline table {
  width: 100%;
}
.kasou-outline table tr {
  border-bottom: 1px solid #333333;
}
.kasou-outline table th {
  width: 20%;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .kasou-outline table th {
    width: 100%;
    display: block;
    padding: 1rem 1rem 0 1rem;
  }
}
.kasou-outline table td {
  width: 80%;
  padding: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .kasou-outline table td {
    width: 100%;
    display: block;
    padding: 0.6rem 1rem 1rem 1rem;
  }
}

.kasou-jisseki {
  padding-top: clamp(5rem, 8.32vw, 8rem);
  padding-bottom: clamp(5rem, 8.32vw, 8rem);
}
.kasou-jisseki .construction-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
.kasou-jisseki .construction-list::after {
  display: block;
  content: "";
  width: 30%;
}
.kasou-jisseki .construction-list li {
  width: 30%;
  background-color: #FFFFFF;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .kasou-jisseki .construction-list li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .kasou-jisseki .construction-list li {
    width: 100%;
  }
}
.kasou-jisseki .construction-list li img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.kasou-jisseki .construction-list li div {
  padding: 1.5rem 1.5rem 4rem;
}
.kasou-jisseki .construction-list li a {
  display: block;
}
.kasou-jisseki .construction-list li h2 {
  position: relative;
}
.kasou-jisseki .construction-list li h2 span {
  position: absolute;
  background-color: orange;
  padding: 0 0.4rem;
  color: white;
  font-size: 1.2rem;
  margin-left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .kasou-jisseki .construction-list li p {
    font-size: 1.2rem;
  }
}
.kasou-jisseki .construction-list li::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  border-left: 30px solid transparent;
  border-bottom: 30px solid #13458e;
}

.kasou-detail {
  padding-top: clamp(5rem, 8.32vw, 8rem);
  padding-bottom: clamp(5rem, 8.32vw, 8rem);
}
.kasou-detail > div {
  padding-left: 10rem;
  padding-right: 10rem;
}
@media screen and (max-width: 767px) {
  .kasou-detail > div {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .kasou-detail > div ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.kasou-detail > div li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .kasou-detail > div li {
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .kasou-detail > div li:first-child {
    padding-right: 5rem;
  }
}
.kasou-detail > div li:first-child h3:first-of-type {
  border-bottom: 1px solid #333333;
}
@media screen and (min-width: 1080px) {
  .kasou-detail > div li:nth-child(2) {
    padding-left: 5rem;
  }
}
.kasou-detail > div > div {
  background-color: #333333;
  color: #FFFFFF;
  width: 30rem;
  height: 5rem;
  margin: clamp(3rem, 3.12vw, 5rem) auto 0;
}
.kasou-detail > div > div a {
  line-height: 5rem;
  display: block;
}

.kasou-contact {
  padding-top: clamp(5rem, 8.32vw, 8rem);
  padding-bottom: clamp(5rem, 8.32vw, 8rem);
}
.kasou-contact > div {
  padding-left: 10rem;
  padding-right: 10rem;
}
@media screen and (max-width: 767px) {
  .kasou-contact > div {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.kasou-contact .contact-step {
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}
.kasou-contact .contact-step .contact-step-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.75em;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.75;
  padding-left: 18px;
  position: relative;
  text-align: center;
}
.kasou-contact .contact-step .contact-step-item::after, .kasou-contact .contact-step .contact-step-item::before {
  border-color: #f5e61e;
  border-width: 0;
  border-left: 18px solid transparent;
  border-left-color: #cccccc;
  border-bottom: 20px solid transparent;
  border-right: 18px solid transparent;
  border-top: 20px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  z-index: 1;
}
.kasou-contact .contact-step .contact-step-item::after {
  border-left-color: #FFFFFF;
  margin-left: -1px;
}
.kasou-contact .contact-step .contact-step-item.current {
  background-color: #13458e;
  color: #FFFFFF;
}
.kasou-contact .contact-step .contact-step-item.current::after {
  border-left-color: #cccccc;
  margin-left: -1px;
  border-color: #f5e61e;
  border-width: 0;
  border-left: 18px solid transparent;
  border-left-color: #13458e;
  border-bottom: 20px solid transparent;
  border-right: 18px solid transparent;
  border-top: 20px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  z-index: 1;
}
.kasou-contact table {
  width: 100%;
}
.kasou-contact table input {
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.kasou-contact table textarea {
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kasou-contact table th, .kasou-contact table td {
    display: block;
  }
}
.kasou-contact table th:nth-child(n+1) {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .kasou-contact table th:nth-child(n+1) {
    padding-top: 1.6rem;
  }
}
.kasou-contact table th p::after {
  content: "任意";
  font-size: 1.1rem;
  padding: 0.2rem 0.8rem;
  border: 1px solid #333333;
  margin-left: 20px;
  color: #333333;
}
.kasou-contact table th p.required::after {
  content: "必須";
  font-size: 1.1rem;
  padding: 0.2rem 0.8rem;
  border: 1px solid #f15a24;
  margin-left: 20px;
  color: #f15a24;
}
.kasou-contact table td:nth-child(n+1) {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .kasou-contact table td:nth-child(n+1) {
    padding-top: 0.6rem;
  }
}
.kasou-contact table td > p {
  font-size: 1.2rem;
}
.kasou-contact form .privacy {
  border: 1px solid #cccccc;
  border-radius: 4px;
  height: 150px;
  overflow-y: auto;
  padding: 20px;
  width: 100%;
}
.kasou-contact form .privacy p {
  font-size: 1.3rem;
}
.kasou-contact .contact-btn {
  margin: 0 auto;
  text-align: center;
  width: 300px;
}
.kasou-contact .contact-btn p {
  height: 60px;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .kasou-contact input[type=text] {
    width: 100%;
  }
}
.kasou-contact input[type=checkbox], .kasou-contact input[type=radio] {
  cursor: pointer;
}
.kasou-contact input[type=checkbox] + label, .kasou-contact input[type=radio] + label {
  padding-left: 1rem;
}
.kasou-contact div.wpcf7 .wpcf7-spinner {
  display: none;
}

.kasou-news {
  padding-top: clamp(5rem, 8.32vw, 8rem);
  padding-bottom: clamp(5rem, 8.32vw, 8rem);
}
.kasou-news > div {
  padding-left: 10rem;
  padding-right: 10rem;
}
@media screen and (max-width: 767px) {
  .kasou-news > div {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.kasou-news ul {
  border-bottom: 1px solid #ebebeb;
}
.kasou-news ul:nth-child(n+2) {
  padding-top: 3rem;
}
.kasou-news ul > li:first-child {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .kasou-news ul > li:first-child {
    max-width: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .kasou-news ul > li:first-child {
    max-width: 8rem;
  }
}
.kasou-news ul > li:first-child img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kasou-news ul > li:first-child img {
    aspect-ratio: 1;
  }
}
.kasou-news ul > li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.kasou-news ul > li:last-child > div {
  width: 100%;
}
.kasou-news ul > li p:last-of-type {
  font-size: 1.4rem;
}

.kasou-newscontent {
  padding-top: clamp(5rem, 8.32vw, 8rem);
  padding-bottom: clamp(5rem, 8.32vw, 8rem);
}
.kasou-newscontent > div {
  padding-left: 10rem;
  padding-right: 10rem;
}
@media screen and (max-width: 767px) {
  .kasou-newscontent > div {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.kasou-newscontent h3 {
  border-bottom: 1px solid #cccccc;
}

.kasou-recruit {
  padding-top: clamp(5rem, 8.32vw, 8rem);
  padding-bottom: clamp(5rem, 8.32vw, 8rem);
}

.kasou-requirements {
  padding-top: clamp(5rem, 8.32vw, 8rem);
  padding-bottom: clamp(5rem, 8.32vw, 8rem);
}
.kasou-requirements h2, .kasou-requirements h3 {
  text-align: center;
}
.kasou-requirements table {
  border: 1px solid #333333;
}
.kasou-requirements table tr {
  border-bottom: 1px solid #333333;
}
.kasou-requirements table tr th {
  border-right: 1px solid #333333;
  padding: 2rem;
  background-color: #ebebeb;
}
@media screen and (max-width: 767px) {
  .kasou-requirements table tr th {
    display: block;
    padding: 1rem;
    border-right: none;
    border-bottom: 1px solid #333333;
  }
}
.kasou-requirements table tr td {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .kasou-requirements table tr td {
    display: block;
    padding: 1rem;
  }
}
.kasou-requirements .link-btn {
  margin: clamp(3rem, 3.12vw, 5rem) auto 0;
  text-align: center;
  width: 300px;
  height: 60px;
}
.kasou-requirements .link-btn a {
  display: block;
  line-height: 60px;
}

.kasou-privacy {
  padding-top: clamp(5rem, 8.32vw, 8rem);
  padding-bottom: clamp(5rem, 8.32vw, 8rem);
}
.kasou-privacy > div {
  padding-left: 10rem;
  padding-right: 10rem;
}
@media screen and (max-width: 767px) {
  .kasou-privacy > div {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.kasou-privacy h3 {
  margin-top: 2rem;
}

.kasou-sitemap {
  padding-top: clamp(5rem, 8.32vw, 8rem);
  padding-bottom: clamp(5rem, 8.32vw, 8rem);
}
.kasou-sitemap > div {
  padding-left: 10rem;
  padding-right: 10rem;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .kasou-sitemap > div {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .kasou-sitemap > div {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.kasou-sitemap ul {
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .kasou-sitemap ul > li:nth-child(n+2) {
    margin-left: 1.6rem;
  }
}
.kasou-sitemap ul li {
  font-size: 1.4rem;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.pagenation-list {
  margin-top: clamp(1rem, 3.12vw, 3rem);
}

.pagenation-list__item--this {
  background-color: #13458e;
}

.wpcf7-list-item {
  margin: 0 !important;
  display: block !important;
}

.wpcf7-list-item-label {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
}

.wpcf7-text, .wpcf7-textarea {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .wpcf7-text, .wpcf7-textarea {
    font-size: 1.4rem;
  }
}

.loading01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: fadeOut 1.5s 2.5s forwards;
          animation: fadeOut 1.5s 2.5s forwards;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.loading__logo01 {
  opacity: 0;
  -webkit-animation: logo_fade 2s 0.5s forwards;
          animation: logo_fade 2s 0.5s forwards;
  width: 35rem;
}
@media screen and (max-width: 767px) {
  .loading__logo01 {
    width: 80%;
  }
}

@-webkit-keyframes logo_fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}