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

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

a {
  transition: all ease 0.2s;
}

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

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/*  common
------------------------------------*/
body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", Yu Gothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

#wrapper {
  min-width: 1000px;
  overflow: hidden;
}

.container {
  width: 93.33334%;
  max-width: 1200px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  #wrapper {
    min-width: auto;
  }

  .container {
    min-width: 0;
  }
}

/*  header
------------------------------------*/
#header {
  height: 80px;
  background: #fff;
}
#header .header__inner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  height: 100%;
}
#header .header__logo {
  height: 65%;
}
#header .header__logo * {
  height: 100%;
  width: auto;
}
#header .header__logo a {
  display: block;
  line-height: 1;
}
#header .header__logo img {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 100;
  }
  #header .header__inner {
    justify-content: space-between;
  }
}

/*  main
------------------------------------*/
#main {
  min-height: 400px;
}

.kinto__visual {
  display: block;
  width: 814px;
  max-width: none;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  #main {
    padding-top: 50px;
  }

  .kinto__visual {
    width: 390px;
  }
}

.footer__button {
  margin-top: 40px;
  margin-bottom: 100px;
  text-align: center;
}

.section__text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.64em;
  font-size: 18px;
  line-height: 1.4;
}
.section__text-link:hover {
  opacity: 0.7;
}
.section__text-link .text-link__text {
  padding-bottom: 0.3em;
  border-bottom: 1px solid #000;
}
.section__text-link .text-link__icon {
  width: 1.3333em;
  transform: translateY(-15%);
}

@media screen and (max-width: 767px) {
  .footer__button {
    margin-top: 8vw;
    margin-bottom: 100px;
  }

  .section__text-link {
    font-size: 3.73vw;
  }
}

/*  footer
------------------------------------*/
#footer {
  background-color: #c9caca;
  height: 80px;
}
#footer .footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  height: 100%;
}
#footer .footer__group-logo a {
  display: block;
  line-height: 1;
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 12px;
  line-height: 1;
  z-index: 5000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.pagetop a {
  display: block;
}

@media screen and (max-width: 767px) {
  #footer {
    height: 50px;
  }
  #footer .footer__group-logo {
    height: 50%;
  }
  #footer .footer__group-logo * {
    height: 100%;
    width: auto;
  }
  #footer .footer__group-logo img {
    vertical-align: top;
  }

  .pagetop {
    right: 10px;
    bottom: 5px;
    width: 40px;
    height: 40px;
  }
}
