@charset "UTF-8";
/* reset */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  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;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  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;
  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: 0em;
}

sup {
  top: 0em;
}

img {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
}

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

button,
input,
optgroup,
select,
textarea {
  -webkit-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;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-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;
}

select::-ms-expand {
  display: none;
}

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=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;
}

[contenteditable] {
  outline: none;
}

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-size: 62.5%;
}

body {
  font-family: YakuHanJP, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
}

.page__head {
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page__head-inner {
  max-width: 1000px;
  width: 100%;
  height: 210px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .page__head-inner {
    height: 140px;
  }
}
.page__head-inner h1 {
  padding-top: 82px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page__head-inner h1 {
    padding-top: 55px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}
.page__head-inner h1::after {
  content: "";
  margin-left: -0.2em;
}
.page__head-inner p {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page__head-inner p {
    margin-top: 5px;
    font-size: 0.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
.page__head-inner p::after {
  content: "";
  margin-left: -0.1em;
}

@media print, screen and (min-width: 1000px) {
  #information .page__head {
    background-image: url(../img/information/kv_information.jpg);
  }
}
@media screen and (max-width: 999px) {
  #information .page__head {
    background-image: url(../img/information/kv_information-sp.jpg);
  }
}

@media print, screen and (min-width: 1000px) {
  #business .page__head {
    background-image: url(../img/business/kv_business.jpg);
  }
}
@media screen and (max-width: 999px) {
  #business .page__head {
    background-image: url(../img/business/kv_business-sp.jpg);
  }
}

@media print, screen and (min-width: 1000px) {
  #corporate .page__head {
    background-image: url(../img/corporate/kv_corporate.jpg);
  }
}
@media screen and (max-width: 999px) {
  #corporate .page__head {
    background-image: url(../img/corporate/kv_corporate-sp.jpg);
  }
}

@media print, screen and (min-width: 1000px) {
  #offices .page__head {
    background-image: url(../img/offices/kv_offices.jpg);
  }
}
@media screen and (max-width: 999px) {
  #offices .page__head {
    background-image: url(../img/offices/kv_offices-sp.jpg);
  }
}

@media print, screen and (min-width: 1000px) {
  #szxdzawwm .page__head {
    background-image: url(../img/contact/kv_contact.jpg);
  }
}
@media screen and (max-width: 999px) {
  #szxdzawwm .page__head {
    background-image: url(../img/contact/kv_contact-sp.jpg);
  }
}

@media print, screen and (min-width: 1000px) {
  #privacy .page__head {
    background-image: url(../img/privacy/kv_privacy.jpg);
  }
}
@media screen and (max-width: 999px) {
  #privacy .page__head {
    background-image: url(../img/privacy/kv_privacy-sp.jpg);
  }
}

@media print, screen and (min-width: 1000px) {
  #policy .page__head {
    background-image: url(../img/policy/kv_policy.jpg);
  }
}
@media screen and (max-width: 999px) {
  #policy .page__head {
    background-image: url(../img/policy/kv_policy-sp.jpg);
  }
}

@media print, screen and (min-width: 1000px) {
  #publicinfo .page__head {
    background-image: url(../img/publicinfo/kv_publicinfo.jpg);
  }
}
@media screen and (max-width: 999px) {
  #publicinfo .page__head {
    background-image: url(../img/publicinfo/kv_publicinfo-sp.jpg);
  }
}

.breadcrumb {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb ul {
  margin-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.breadcrumb ul li {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
.breadcrumb ul li:not(:first-of-type)::before {
  content: ">";
  margin: 0 4px;
}
.breadcrumb ul li a {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  transition: all 0.2s 0s ease;
}
.breadcrumb ul li a:hover {
  opacity: 0.5;
}

@media print, screen and (min-width: 1000px) {
  br.sp {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  br.pc {
    display: none;
  }
}

main {
  width: 100%;
  height: auto;
  margin: auto;
}

.home {
  width: 700px;
  height: auto;
  margin: auto;
  padding: 100px 0;
}
@media screen and (max-width: 999px) {
  .home {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 35px 5.33vw;
  }
}
.home-inner {
  width: 100%;
  height: auto;
}
.home__head ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home__head ul li:first-of-type {
  width: 334px;
  height: auto;
}
@media screen and (max-width: 999px) {
  .home__head ul li:first-of-type {
    width: 55.97%;
    height: auto;
  }
}
.home__head ul li:nth-of-type(2) {
  width: 216px;
  height: auto;
  margin-left: 20px;
}
@media screen and (max-width: 999px) {
  .home__head ul li:nth-of-type(2) {
    width: 35.97%;
    height: auto;
    margin-left: 10px;
  }
}
.home__head ul li img {
  width: 100%;
  height: auto;
}
.home__body {
  width: 100%;
  height: auto;
  margin-top: 45px;
}
@media screen and (max-width: 999px) {
  .home__body {
    margin-top: 20px;
  }
}
.home__body-text h1 {
  margin-bottom: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 999px) {
  .home__body-text h1 {
    font-size: clamp(1.4rem, 4vw, 1.6rem);
  }
}
.home__body-text p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .home__body-text p {
    font-size: clamp(1.4rem, 4vw, 1.6rem);
  }
}
.home__body-text p + p {
  margin-top: 1em;
}
.home__body-link {
  margin-top: 25px;
}
@media screen and (max-width: 999px) {
  .home__body-link {
    margin-top: 10px;
  }
}
.home__body-link > a {
  width: 100%;
  height: auto;
  padding: 12px 0;
  border: 1px solid #0071BE;
  border-radius: 10px;
  display: block;
  transition: all 0.3s;
}
@media print, screen and (min-width: 1000px) {
  .home__body-link > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 999px) {
  .home__body-link > a {
    padding: 0 20px;
    margin: auto;
    text-align: center;
  }
}
.home__body-link > a:hover p {
  text-decoration: underline;
}
.home__body-link > a img {
  flex-basis: 55.14%;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .home__body-link > a img {
    width: 228px;
    height: auto;
    margin: auto;
    padding: 15px 0;
    text-align: center;
  }
}
.home__body-link > a p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #0071BE;
}
@media print, screen and (min-width: 1000px) {
  .home__body-link > a p {
    flex-basis: 44.86%;
    padding: 10px 0 10px 45px;
    border-left: 1px solid #0071BE;
  }
}
@media screen and (max-width: 999px) {
  .home__body-link > a p {
    padding: 10px 0;
    border-top: 1px solid #0071BE;
    font-size: clamp(1.2rem, 3.3333333333vw, 1.3rem);
  }
}
.home__body-link > p {
  margin-top: 1em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .home__body-link > p {
    font-size: clamp(1.2rem, 3.3333333333vw, 1.3rem);
  }
}