/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  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] {
  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: -0.25em;
}
sup {
  top: -0.5em;
}
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-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;
  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;
  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;
}
.flexbox .titlenavigation .local-mega-navigation-mobile .nav-mobile-bar {
  align-items: center;
  height: 22px;
}
.link-container {
  margin-top: 120px;
  margin-bottom: 100px;
  display: flex;
}
@media screen and (max-width: 640px) {
  .link-container {
    display: block;
    width: 95%;
    margin: 50px auto 50px;
  }
}
.link-container .link {
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  border-left: 1px solid #808080;
  flex-direction: column;
  position: relative;
  height: 31px;
}
@media screen and (max-width: 640px) {
  .link-container .link {
    width: 100%;
    border-left: none;
    border-top: 1px solid #808080;
    padding: 20px 0 10px;
    height: auto;
  }
}
.link-container .link .ttl {
  font-size: 14px;
  margin-bottom: 10px;
}
.link-container .link .ttl span {
  font-size: 14px;
  vertical-align: middle;
}
.link-container .link svg {
  width: 15px;
}
.link-container .link svg .cls-1 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.link-container .link:last-child {
  border-right: 1px solid #808080;
}
@media screen and (max-width: 640px) {
  .link-container .link:last-child {
    border-right: none;
    border-bottom: 1px solid #808080;
  }
}
.link-container .link a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.greeting {
  margin-bottom: 73px;
}
@media screen and (max-width: 640px) {
  .greeting {
    width: 95%;
    margin: 0 auto 50px;
  }
}
.greeting .read-container {
  width: 735px;
  margin: 56px auto;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .greeting .read-container {
    width: 95%;
  }
}
.greeting .read-container .ttl {
  text-align: left;
  font-size: 18px;
  margin-bottom: 33px;
  font-weight: bold;
}
.greeting .read-container .read {
  text-align: left;
  font-size: 17px;
  margin-bottom: 32px;
  line-height: 1.5;
}
.greeting .read-container img {
  align-items: right;
}
.company-profile {
  margin-bottom: 140px;
}
@media screen and (max-width: 640px) {
  .company-profile {
    width: 95%;
    margin: 0 auto 50px;
  }
}
.company-profile table {
  width: 967px;
}
@media screen and (max-width: 640px) {
  .company-profile table {
    width: 95%;
  }
}
.company-profile table tr:nth-child(1) td {
  border-top: 1px solid #b3b3b3;
}
.company-profile table tr td {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #b3b3b3;
  line-height: 1.5;
  width: 957px;
  font-size: 15px;
}
.company-profile table tr td:nth-child(1) {
  width: 214px;
  padding-left: 19px;
}
@media screen and (max-width: 640px) {
  .company-profile table tr td:nth-child(1) {
    padding-left: initial;
    width: 130px;
  }
}
.company-profile table tr td ul li {
  line-height: 1.5;
}
.history-container {
  margin-bottom: 140px;
}
@media screen and (max-width: 640px) {
  .history-container {
    width: 95%;
    margin: 0 auto 50px;
  }
}
.history-container table {
  width: 967px;
}
@media screen and (max-width: 640px) {
  .history-container table {
    width: 95%;
  }
}
.history-container table tr:nth-child(1) td {
  border-top: 1px solid #b3b3b3;
}
.history-container table tr td {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #b3b3b3;
  line-height: 1.5;
}
.history-container table tr td:nth-child(1) {
  width: 214px;
  padding-left: 19px;
}
@media screen and (max-width: 640px) {
  .history-container table tr td:nth-child(1) {
    padding-left: initial;
    width: 100px;
  }
}
.history-container table tr td ul li {
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .access-container {
    width: 95%;
    margin: 0 auto 50px;
  }
}
.access-container .read {
  font-size: 16px;
  line-height: 1.5;
}
.access-container .container {
  margin-top: 53px;
}
.access-container .container .read-box {
  height: 220px;
}
@media screen and (max-width: 640px) {
  .access-container .container .read-box {
    height: auto;
  }
}
.access-container .container .read-box .read-ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 22px;
}
.access-container .container .read-box .sentence {
  font-size: 16px;
  line-height: 1.5;
}
.access-container .container .read-box .sentence:nth-child(4) {
  margin-bottom: 24px;
}
.access-container .container .left-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .access-container .container .left-container {
    display: block;
  }
}
.access-container .container .right-container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .access-container .container .right-container {
    margin-left: 0;
    margin-top: 30px;
    display: block;
  }
}
.access-container .container img {
  margin-right: 80px;
}
@media screen and (max-width: 640px) {
  .access-container .container img {
    margin: 20px auto;
    width: 100%;
  }
}
.access-container .kagawa-box {
  margin-top: 81px;
  padding-bottom: 81px;
}
.access-container .kagawa-box .read {
  font-size: 16px;
  line-height: 1.5;
}
#link01,
#link02,
#link03,
#link04 {
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (max-width: 640px) {
  #link01,
  #link02,
  #link03,
  #link04 {
    padding-top: 40px;
    margin-top: -40px;
  }
}
#browsebar-wrapper {
  background-color: #434343;
}
#browsebar.fix {
  position: fixed;
  width: 100%;
  max-width: 1200px;
  min-width: 967px;
  margin: 0 auto;
  top: 0;
  z-index: 1000;
}
#browsebar.fix #browsebar-in {
  background-color: #434343;
}
.office-container > .office1 {
  width: 48%;
}
.office-container > .bottom-box {
  display: flex;
  justify-content: space-between;
}
.office-container > .bottom-box > .office2,
.office3 {
  width: 48%;
}
.bottom-box > .office2,
.office3 > img {
  width: 50%;
}
.office1 > img {
  width: 50%;
}
.office2 > img {
  width: 50%;
}
.office1 > .bottom {
  font-size: 16px;
  line-height: 24px;
}
.office3 > .bottom {
  font-size: 16px;
  /*margin-bottom: 18px;*/
  line-height: 24px;
}
.office2 div > .bottom {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 24px;
}
.office2 > .lead {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 28px;
  font-weight: bold;
}
.office3 > .lead {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 28px;
  font-weight: bold;
}
.office-link {
  color: #5378c4;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
}
@media screen and (max-width: 640px) {
  .office-link {
    line-height: 20px;
  }
}
.office1 > .bottom {
  margin-bottom: 18px;
  line-height: 24px;
}
.office-container {
  margin-bottom: 85px;
}
@media screen and (max-width: 640px) {
  .office1,
  .office2,
  .office3 {
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .bottom-box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .office1 > img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .office2 > img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .office3 > img {
    width: 100%;
  }

  .office3 > .bottom {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 640px) {
  .office-link {
    border: solid 1px #5378c4;
    text-align: center;
    padding: 15px 45px;
    width: 100%;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .office-container {
    margin-bottom: 45px;
  }
}
