@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.8;
}

a {
  color: #000;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dd {
  margin: 0;
}

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

img {
  border: 0;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

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

td {
  vertical-align: top;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

html {
  width: 100%;
  height: 100%;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  line-height: 2;
}

body {
  width: 100%;
  height: 100%;
  font-weight: 300;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}

@media (min-width: 769px) {
  body {
    z-index: 1;
  }
}

@media (min-width: 1024px) {
  body {
    z-index: 2;
  }
}

@media (min-width: 1440px) {
  body {
    z-index: 3;
  }
}

main {
  display: block;
  width: 100%;
  padding-top: 58px;
}

@media (min-width: 769px) {
  main {
    padding-top: 80px;
  }
}

section {
  position: relative;
}

img {
  width: 100%;
}

.sp_inline {
  display: inline;
}

.pc_inline {
  display: none;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media (min-width: 769px) {
  .sp_inline {
    display: none;
  }
  .pc_inline {
    display: inline;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}



/* --------------------
  header
-------------------- */
.header {
  position: fixed;
  width: 100%;
  height: 58px;
  background-color: #fff;
  z-index: 9000;
}

.header:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 58px;
  border: none;
  outline: none;
  background-color: #fff;
  z-index: 1000;
}

.header__inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 96vw;
  height: 58px;
  z-index: 1500;
}

.header__contact {
  display: block;
  text-align: center;
  width: 166px;
  height: 30px;
  font-family: "Montserrat", sans-serif;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  border-radius: 30px;
  border: 1px #000 solid;
  transition: color 500ms ease, background-color 500ms ease;
}

.header__contact svg {
  display: inline-block;
  width: 16px;
  margin-left: 15px;
  line-height: 1em;
  vertical-align: middle;
}

.header__contact svg .st1 {
  transition: stroke 500ms ease;
}

@media (hover: hover) {
  .header__contact:hover {
    color: #000;
    background-color: #fff;
  }
  .header__contact:hover svg .st1 {
    stroke: #000;
  }
}

@media (min-width: 1024px) {
  .header {
    height: 80px;
  }
  .header:before {
    height: 80px;
  }
  .header__inner {
    width: 94.44444%;
    max-width: 1360px;
    height: 80px;
    margin: 0 auto;
  }
  .header__contact:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: scaleX(0);
    transition: transform 500ms ease;
  }
}



/* --------------------
  footer 
-------------------- */
.footer {
  padding-bottom: 25px;
  background-color: #8e938c;
}

.footer__inner {
  width: 92vw;
  margin: 0 auto;
  padding-top: 25px;
}

.footer__copyright {
  text-align: center;
}

.footer__copyright small {
  font-size: 1rem;
  color: #fff;
}

@media (min-width: 769px) {
  .footer {
    padding-bottom: 50px;
  }
  .footer__inner {
    width: 94.44444%;
    max-width: 1360px;
    padding-top: 50px;
  }
  .footer__copyright small {
    font-size: 1.2rem;
  }
}


/* --------------------
  section__header
-------------------- */
.section__header {
  text-align: center;
  margin-bottom: 40px;
}

.section__ttl-en {
  height: 40px;
  margin-bottom: 15px;
}

.section__ttl-en img {
  height: 100%;
}

.section__ttl-ja {
  font-size: 1.8rem;
  line-height: 1em;
}
