@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/*
	RESET CSS
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table caption, table th, table td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

button {
  font-family: inherit;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*
	DEFAULT CSS
*/
body {
  background-color: #DCDCDC;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 896px) {
  body {
    width: 100%;
    font-size: 12px;
  }
}

*, *::after, *::before {
  box-sizing: border-box;
}

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
  width: auto;
  vertical-align: bottom;
}

svg {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 896px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 897px) {
  .sp-only {
    display: none !important;
  }
}

.js-fade {
  display: none;
}

.icon-arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid var(--arrow-color);
  border-radius: 50%;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 896px) {
  .icon-arrow {
    width: 16px;
    height: 16px;
  }
}
.icon-arrow::before, .icon-arrow::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 2px;
  background-color: var(--arrow-color);
  position: absolute;
  left: 1px;
  right: 0;
  margin: auto;
  transition: all 0.4s;
}
.icon-arrow::before {
  top: -2px;
  bottom: 0;
  transform: skewY(23deg);
}
.icon-arrow::after {
  top: 0;
  bottom: -2px;
  transform: skewY(-23deg);
}

#header {
  position: relative;
  z-index: 999;
}
#header .logo {
  display: inline-block;
  width: 95px;
  position: absolute;
  top: 34px;
  left: 42px;
  z-index: 1;
}
@media (max-width: 896px) {
  #header .logo {
    width: 87px;
    top: 20px;
    left: 20px;
  }
}
#header .home {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 58px;
  padding-left: 12px;
  background-color: #0098d5;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 0.4s;
}
#header .home .icon-arrow {
  --arrow-color: #fff;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 896px) {
  #header .home .icon-arrow {
    left: 8px;
  }
}
@media (max-width: 896px) {
  #header .home {
    width: 136px;
    height: 29px;
    background-position: left 10px center;
    background-size: 12px auto;
    padding-left: 16px;
    font-size: 10px;
    top: 20px;
    right: 20px;
  }
}
@media (hover: hover) {
  #header .home:hover {
    opacity: 0.8;
  }
}

#firstview {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: url("../img/main/firstview.png") no-repeat center/cover;
}
@media (max-width: 896px) {
  #firstview {
    height: 123.5vw;
    background: url("../img/main/firstview.sp.png") no-repeat center/cover;
  }
}
#firstview .title {
  display: inline-block;
  margin-top: 8vh;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 896px) {
  #firstview .title {
    margin-top: 0;
    font-size: 30px;
  }
}

#message {
  padding: 172px 40px 215px;
}
@media (max-width: 896px) {
  #message {
    padding: 72px 30px 125px;
  }
}
#message .container {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 896px) {
  #message .container {
    max-width: inherit;
  }
}
#message .container .heading {
  font-family: "Noto Serif JP", serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.6129032258;
}
@media (max-width: 896px) {
  #message .container .heading {
    font-size: 23px;
    line-height: 1.0869565217;
  }
}
#message .container .description {
  margin-top: 40px;
}
@media (max-width: 896px) {
  #message .container .description {
    margin-top: 30px;
  }
}

#ourbusiness {
  padding: 113px 40px;
  min-height: 600px;
  background: url("../img/main/ourbusiness.png") no-repeat center/cover;
}
@media (max-width: 896px) {
  #ourbusiness {
    padding: 0 30px 75px;
    background: url("../img/main/ourbusiness.sp.png") no-repeat top center/100% auto;
  }
}
#ourbusiness .container {
  max-width: 460px;
  margin-left: auto;
  margin-right: 50%;
}
@media (max-width: 896px) {
  #ourbusiness .container {
    max-width: inherit;
    margin-right: auto;
  }
}
#ourbusiness .container .heading {
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3529411765;
}
@media (max-width: 896px) {
  #ourbusiness .container .heading {
    height: 100vw;
    padding-top: 25%;
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
  }
}
#ourbusiness .container .description {
  margin-top: 30px;
}
#ourbusiness .container .image {
  margin-top: 50px;
}
#ourbusiness .container .ourbusiness-data {
  margin-top: 60px;
}
@media (max-width: 896px) {
  #ourbusiness .container .ourbusiness-data {
    margin-top: 30px;
  }
}
#ourbusiness .container .ourbusiness-data > dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1666666667;
}
@media (max-width: 896px) {
  #ourbusiness .container .ourbusiness-data > dt {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
#ourbusiness .container .ourbusiness-data > dd {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media (max-width: 896px) {
  #ourbusiness .container .ourbusiness-data > dd {
    font-size: 11px;
    line-height: 1.6666666667;
  }
}
#ourbusiness .container .ourbusiness-data > dd .link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  font-weight: bold;
  transition: all 0.4s;
}
#ourbusiness .container .ourbusiness-data > dd .link .icon-arrow {
  --arrow-color: #11A8E1;
  margin-right: 10px;
}
@media (hover: hover) {
  #ourbusiness .container .ourbusiness-data > dd .link:hover {
    opacity: 0.8;
  }
}

#products {
  padding: 146px 40px 60px;
}
@media (max-width: 896px) {
  #products {
    padding: 60px 30px 75px;
  }
}
#products .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 896px) {
  #products .container {
    max-width: inherit;
  }
}
#products .container .heading {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.75;
}
@media (max-width: 896px) {
  #products .container .heading {
    font-size: 18px;
    line-height: 1.1666666667;
    letter-spacing: 0.14em;
  }
}
#products .container .description {
  margin-top: 30px;
}
#products .container .products-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 80px 0;
  margin-top: 40px;
}
@media (max-width: 896px) {
  #products .container .products-list {
    justify-content: space-between;
    gap: 20px 0;
  }
}
#products .container .products-list > li {
  display: inline-block;
  width: 250px;
}
@media (max-width: 896px) {
  #products .container .products-list > li {
    width: calc(50% - 6px);
  }
}
@media (min-width: 897px) and (min-width: 1201px) {
  #products .container .products-list > li:not(:nth-of-type(4n)) {
    margin-right: calc((100% - 250px * 4) / (4 - 1));
  }
}
@media (min-width: 897px) and (max-width: 1201px) {
  #products .container .products-list > li:not(:nth-of-type(3n)) {
    margin-right: calc((100% - 250px * 3) / (3 - 1));
  }
}
#products .container .products-list > li .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
}
@media (max-width: 896px) {
  #products .container .products-list > li .image {
    width: 100%;
    height: 153px;
  }
}
#products .container .products-list > li .image img {
  max-height: 100%;
}
#products .container .products-list > li .category {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 896px) {
  #products .container .products-list > li .category {
    margin-top: 15px;
    font-size: 11px;
    line-height: 2.1818181818;
  }
}
#products .container .products-list > li .name {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1666666667;
}
@media (max-width: 896px) {
  #products .container .products-list > li .name {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.4166666667;
  }
}
#products .container .products-list > li .text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media (max-width: 896px) {
  #products .container .products-list > li .text {
    font-size: 10px;
    line-height: 1.7;
  }
}
#products .container .products-list > li .country {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px 0;
  width: 248px;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 896px) {
  #products .container .products-list > li .country {
    width: 100%;
    gap: 6px 0;
  }
}
#products .container .products-list > li .country > li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 28px;
  background-color: #EEF3F3;
  border-radius: 3px;
  font-size: 10px;
  letter-spacing: 0;
}
@media (max-width: 896px) {
  #products .container .products-list > li .country > li {
    width: calc(50% - 3px);
  }
}
#products .container .products-list > li .link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 248px;
  height: 40px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  background-color: #0098d5;
  border: 1px solid #0098d5;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 896px) {
  #products .container .products-list > li .link {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    background-position: left 10px center;
    background-size: 12px auto;
    border-radius: 5px;
    font-size: 10px;
  }
}
#products .container .products-list > li .link .icon-arrow {
  --arrow-color: #fff;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}
@media (hover: hover) {
  #products .container .products-list > li .link:hover {
    background-color: #fff;
    color: #0098d5;
  }
  #products .container .products-list > li .link:hover .icon-arrow {
    --arrow-color: #0098d5;
  }
}
#products .container .viewdetail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 78px;
  margin-top: 98px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #11A8E1;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2em;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 896px) {
  #products .container .viewdetail {
    width: 200px;
    height: 39px;
    margin-top: 30px;
    background-position: left 10px center;
    background-size: 12px auto;
    border-radius: 3px;
    font-size: 10px;
  }
}
#products .container .viewdetail .icon-arrow {
  --arrow-color: #11A8E1;
  position: absolute;
  top: 0;
  left: 28px;
  bottom: 0;
  margin: auto;
}
@media (hover: hover) {
  #products .container .viewdetail:hover {
    background-color: #11A8E1;
    color: #fff;
  }
  #products .container .viewdetail:hover .icon-arrow {
    --arrow-color: #fff;
  }
}

.table-section {
  padding: 46px 40px;
}
@media (max-width: 896px) {
  .table-section {
    padding: 40px 30px;
  }
}
.table-section .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 896px) {
  .table-section .container {
    max-width: inherit;
  }
}
.table-section .container .heading {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media (max-width: 896px) {
  .table-section .container .heading {
    font-size: 18px;
    letter-spacing: 0.14em;
    line-height: 1.1666666667;
  }
}
.table-section .container .table {
  width: 100%;
  margin-top: 25px;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (max-width: 896px) {
  .table-section .container .table {
    margin-top: 20px;
  }
}
.table-section .container .table tr {
  border-bottom: 1px dotted #8b8b8b;
}
.table-section .container .table tr th {
  width: 15%;
  vertical-align: top;
  padding: 32px 0 32px 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 896px) {
  .table-section .container .table tr th {
    padding: 20px 0 20px;
    font-size: 12px;
  }
}
.table-section .container .table tr td {
  padding: 32px 0 32px 8px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media (max-width: 896px) {
  .table-section .container .table tr td {
    width: 90%;
    margin-top: 20px;
    padding: 20px 5% 20px 5%;
    font-size: 12px;
  }
}

#access {
  padding: 46px 40px;
}
@media (max-width: 896px) {
  #access {
    padding: 40px 30px;
  }
}
#access .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 896px) {
  #access .container {
    max-width: inherit;
  }
}
#access .container .heading {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media (max-width: 896px) {
  #access .container .heading {
    font-size: 18px;
    letter-spacing: 0.14em;
    line-height: 1.1666666667;
  }
}
#access .container .iframe {
  width: 100%;
  height: 564px;
  margin-top: 25px;
}
@media (max-width: 896px) {
  #access .container .iframe {
    height: 150px;
    margin-top: 20px;
  }
}
#access .container .iframe > iframe {
  width: 100%;
  height: 100%;
}
#access .container .text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.7142857143;
}

#contact {
  display: block;
  width: 170px;
  height: 170px;
  padding-top: 50px;
  background-color: #0098d5;
  border-radius: 50%;
  box-sizing: border-box;
  position: fixed;
  right: 42px;
  bottom: 60px;
  z-index: 999;
  transition: all 0.4s;
}
@media (max-width: 896px) {
  #contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 50px);
    height: 60px;
    padding-top: 0;
    border-radius: 5px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    margin: auto;
  }
}
@media (hover: hover) {
  #contact:hover {
    opacity: 0.8;
  }
}
#contact .text {
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#contact .icon-arrow {
  --arrow-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
}
@media (max-width: 896px) {
  #contact .icon-arrow {
    top: 0;
    left: 25px;
    right: auto;
    bottom: 0;
  }
}

#footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 240px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 896px) {
  #footer {
    height: 180px;
    margin-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 90px;
  }
}
#footer .logo {
  display: inline-block;
  width: 95px;
}
@media (max-width: 896px) {
  #footer .logo {
    width: 87px;
  }
}
#footer .copyright {
  display: inline-block;
  margin-top: 20px;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media (max-width: 896px) {
  #footer .copyright {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 48px;
    right: 15px;
  }
  #footer .copyright span {
    letter-spacing: 0em;
  }
}

/*# sourceMappingURL=style.css.map */
