/*! --------------- 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;
  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: 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: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5rem;
}

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

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

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 {
  vertical-align: top;
  padding: 0;
}

th {
  vertical-align: top;
  padding: 0;
  text-align: left;
  font-weight: bold;
}

template,
[hidden] {
  display: none;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic StdN", YuGothic, "Yu Gothic Medium", "YuGothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

a:hover {
  opacity: 0.7;
}

.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

@media (min-width: 787px) {
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
}
.header {
  position: sticky;
  top: 0;
  width: 100%;
  padding: min(30/786*100vw, 30px) 0 min(50/786*100vw, 50px);
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.header .header__inner {
  display: inline-grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  justify-content: center;
  width: min(750/786*100vw, 750px);
  margin: auto;
  text-align: center;
}
.header .header__inner .header__ttl {
  display: inline-flex;
  align-items: center;
  padding: 0 0 min(30/786*100vw, 30px);
}
.header .header__inner .header__ttl .header__logo {
  width: min(100/786*100vw, 84px);
  margin-right: min(50/786*100vw, 50px);
}
.header .header__inner .header__ttl h1 {
  font-size: clamp(14px, 32/786*100vw, 32px);
  font-weight: 700;
  text-align: left;
}
.header .header__inner .header__ttl h1 span {
  font-size: clamp(14px, 20/786*100vw, 20px);
}
.header .header__inner .header__lang {
  display: inline-grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5em 1em;
  flex-wrap: wrap;
  text-align: center;
  font-size: clamp(14px, 16/786*100vw, 16px);
  color: #fff;
}
.header .header__inner .header__lang li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5em;
  padding: 1em;
  background-color: #73C6C8;
  border-radius: 5px;
}

@media (min-width: 787px) {
  .header {
    padding: min(30/786*100vw, 30px) 0;
  }
  .header .header__inner {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    width: min(1300/1400*100vw, 1300px);
    margin: auto;
  }
  .header .header__inner .header__ttl {
    padding: 0;
  }
}
.mainVisual {
  width: 100%;
}

section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: min(750/786*100vw, 750px);
  margin: auto;
  gap: min(30/786*100vw, 30px);
  padding: min(80/786*100vw, 60px) 0 min(60/786*100vw, 60px);
}

@media (min-width: 787px) {
  section {
    width: min(1100/1400*100vw, 1100px);
    flex-direction: row;
  }
  section:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.inner--txt {
  width: 100%;
}

@media (min-width: 787px) {
  .inner--txt {
    width: 70%;
    max-width: 620px;
  }
}
.ttl {
  padding-bottom: 1em;
  font-size: clamp(14px, 24/786*100vw, 24px);
  font-weight: 500;
}

.subTtl {
  padding-bottom: 1em;
  font-size: clamp(14px, 42/786*100vw, 42px);
  font-weight: 700;
  line-height: 1.75;
}

.txt {
  padding-bottom: 1em;
  font-size: clamp(14px, 20/786*100vw, 20px);
  line-height: 2;
}

.inner--img {
  width: 100%;
}

.about .inner--img {
  width: min(340/786*100vw, 340px);
}

@media (min-width: 787px) {
  .inner--img {
    width: 400px;
  }
}
.footer {
  background-color: #2B2B2B;
  color: #fff;
}
.footer .footer__inner {
  display: grid block;
  gap: min(50/786*100vw, 50px);
  padding: min(70/786*100vw, 70px);
}
.footer .footer__inner .footer__logo {
  width: min(162/786*100vw, 162px);
  margin: auto;
}
.footer .footer__inner .footer__txt .footer__ttl {
  padding-bottom: 1em;
  font-size: clamp(14px, 16/786*100vw, 16px);
}
.footer .footer__inner .footer__txt .footer__address {
  font-size: clamp(14px, 14/786*100vw, 14px);
}
.footer .footer__inner .footer__txt .footer__address p {
  padding-bottom: 1em;
}
.footer .footer__inner .footer__txt .footer__address dl {
  display: inline-flex;
  flex-wrap: wrap;
  width: min(500/786*100vw, 500px);
}
.footer .footer__inner .footer__txt .footer__address dl dt,
.footer .footer__inner .footer__txt .footer__address dl dd {
  line-height: 1.75;
  font-weight: 400;
}
.footer .footer__inner .footer__txt .footer__address dl dd {
  padding-right: 1em;
}
.footer .footer__inner .footer__link {
  font-size: clamp(14px, 16/786*100vw, 16px);
  line-height: 1.75;
}
.footer .footer__inner .footer__link a {
  color: #fff;
  text-decoration: underline;
}
.footer .footer__copy {
  width: 100%;
  padding: 1em 0;
  border-top: 1px #707070 solid;
  text-align: center;
  font-size: clamp(14px, 14/786*100vw, 14px);
}
@media (min-width: 787px) {
  .footer .footer__inner {
    display: inline-grid;
    grid-template-columns: auto 1fr auto;
    gap: min(50/786*100vw, 50px);
    width: 100%;
  }
  .footer .footer__inner .footer__logo {
    padding-right: min(50/786*100vw, 50px);
  }
}

/*# sourceMappingURL=style.css.map */
