* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: calc(1.875vw + 8px);
}
body {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  font-family: "PT Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  position: relative;
  margin: 0;
  color: #000000;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

img {
  line-height: 0;
  vertical-align: bottom;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: none;
  vertical-align: baseline;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a img {
  border: 0;
}

div.xs, img.xs, br.xs {
  display: block;
}

div.sm, img.sm, br.sm, span.sm {
  display: block;
}

div.md, img.md, br.md {
  display: block;
}

div.lg, img.lg, br.lg {
  display: block;
}

div.sm-xl, img.sm-xl, br.sm-xl {
  display: none;
}

div.md-xl, img.md-xl, br.md-xl, span.md-xl {
  display: none;
}

div.lg-xl, img.lg-xl, br.lg-xl {
  display: none;
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

.t-center {
  text-align: center !important;
}

/* container */
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

footer {
  margin-top: auto;
}

/* header */
.header {
  z-index: 500;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: transparent;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

.header-logo {
  visibility: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
  position: relative;
          flex: 0 0 10%;
  padding-left: 14px;
}
.header-logo img {
  width: auto;
  height: 40px;
}

.header-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
  z-index: 1000;
  position: relative;
          flex: 0 0 auto;
  padding-right: 14px;
}

/* contents */
.contents {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.topSection {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 0;
}
.topSection .top-logo {
  position: absolute;
  width: 70%;
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
  top: 46%;
  left: 50%;
          transform: translate(-50%, -50%);
}
.topSection .top-logo img {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.topSection picture img {
  display: block;
  position: relative;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.baseSection {
  position: relative;
  width: 100%;
  margin: 5rem auto;
  padding: 0;
}
.baseSection h3 {
  margin-bottom: 1rem;
}
.baseSection em {
  font-style: normal;
  font-weight: 700;
}

h2.headline {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

a.border-btn {
  display: table;
  width: 90%;
  margin: 2rem auto 0;
  padding: 2rem;
  border: 2px solid #0a590a;
  border-radius: 10px;
  background-color: #0a590a;
  color: #ffffff;
  font-weight: 700;
  font-size: 120%;
  letter-spacing: 0.2rem;
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
a.border-btn:hover {
  border: 2px solid #0a590a;
  background-color: #ffffff;
  color: #0a590a;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
a.border-btn.disabled {
  border: 2px solid #808080;
  background-color: #808080;
  pointer-events: none;
}

p.text a {
  color: #000000;
  font-weight: 700;
  font-size: 120%;
  text-decoration: underline;
}

/* footer */
.footer {
  position: relative;
  width: 100%;
  padding: 5rem 0 0;
}
.footer a {
  color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer a:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding: 0.5rem 0;
}
.footer-menu p {
  margin: 0.5rem 0;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.footer-menu p > span {
  font-family: Verdana, "Droid Sans", sans-serif;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* move */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.fadein.move {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.conceptSection {
  position: relative;
  width: 90%;
  margin: 3rem auto;
  padding: 0;
}

.concept {
  position: relative;
  height: auto;
  margin: 3rem auto;
}
.concept p {
  display: block;
  z-index: 100;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 8vw;
  -webkit-font-feature-settings: "palt";
  font-weight: 700;
  line-height: 1.4;
          font-feature-settings: "palt";
}

.page .header-logo {
  visibility: visible;
}
.page h2.headline {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.page .page-container {
  width: 94vw;
  margin: 0 auto;
  padding-top: calc(80px + 10vw);
  padding-bottom: 10vw;
}
.page .page-container .headline {
  margin-bottom: 2rem;
}
.page .page-container .page-section {
  margin-bottom: 2.2rem;
  font-size: 0.9rem;
  line-height: 1.6;
}
.page .page-container .page-section .mt-1 {
  margin-top: 1rem;
}
.page .page-container .page-section h3 {
  margin-bottom: 0.2rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}
.page .page-container .page-section .text {
  display: block;
}
.page .page-container .page-section a {
  color: #ffffff;
  text-decoration: underline;
}
.page .page-container .page-section ul li {
  margin: 0.2rem 0;
}
.page .page-container .page-section ul li::before {
  display: inline-block;
  position: relative;
  top: -3px;
  left: 2px;
  width: 3px;
  height: 3px;
  margin-right: 7px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
}
.page .page-container .page-section ol {
  list-style-position: inside;
  list-style-type: decimal;
}
.page .page-container .page-section ol > li {
  margin: 0.2rem 0;
}
.page .page-container .page-section .signature {
  font-size: 0.8rem;
}

.policy-container {
  width: 94vw;
  margin: 0 auto;
  padding-top: calc(80px + 10vw);
  padding-bottom: 10vw;
}
.policy-container .headline {
  margin-bottom: 2rem;
}
.policy-container .policy-section {
  margin-bottom: 2.2rem;
  font-size: 0.9rem;
  line-height: 1.6;
}
.policy-container .policy-section .mt-1 {
  margin-top: 1rem;
}
.policy-container .policy-section h3 {
  margin-bottom: 0.2rem;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}
.policy-container .policy-section .text {
  display: block;
}
.policy-container .policy-section a {
  color: #000000;
  text-decoration: underline;
}
.policy-container .policy-section ul li {
  margin: 0.2rem 0;
}
.policy-container .policy-section ul li::before {
  display: inline-block;
  position: relative;
  top: -3px;
  left: 2px;
  width: 3px;
  height: 3px;
  margin-right: 7px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
}
.policy-container .policy-section ol {
  list-style-position: inside;
  list-style-type: decimal;
}
.policy-container .policy-section ol > li {
  margin: 0.2rem 0;
}
.policy-container .policy-section .signature {
  font-size: 0.8rem;
}

.company-table {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  border-collapse: collapse;
}
.company-table tr {
  border-bottom: 1px solid #909090;
}
.company-table th, .company-table td {
  display: block;
  width: 100%;
  padding: 14px 0 0;
  border-bottom: none;
  line-height: 1.4;
}
.company-table td {
  padding: 0 0 14px;
}
@media screen and (min-width: 640px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.35rem;
    line-height: 2;
  }
  div.xs, img.xs, br.xs {
    display: none;
  }
  div.sm-xl, img.sm-xl, br.sm-xl {
    display: block;
  }
  .header {
    height: 74px;
  }
  .header-inner {
    height: 74px;
  }
  .header-logo {
    padding-left: 3rem;
  }
  .header-logo img {
    height: 42px;
  }
  .header-menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    padding-right: 4rem;
  }
  a.border-btn {
    width: 50%;
    margin: 4rem auto 0;
    padding: 2rem;
  }
  .footer {
    padding: 7rem 0 2rem;
  }
  .footer-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer-menu p {
    margin: 0 1rem;
    font-size: 1.3rem;
  }
  .concept p {
    left: 50%;
    font-weight: 700;
    font-size: 5rem;
    line-height: 1.8;
    letter-spacing: 0.3rem;
  }
  .page .page-container {
    max-width: 768px;
    padding-top: 140px;
    padding-bottom: 100px;
  }
  .page .page-container .headline {
    margin-bottom: 6rem;
  }
  .page .page-container .page-section {
    margin-bottom: 2.8rem;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .page .page-container .page-section .mt-1 {
    margin-top: 1.4rem;
  }
  .page .page-container .page-section h3 {
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
  }
  .page .page-container .page-section ul li {
    margin: 0.4rem 0;
  }
  .page .page-container .page-section ol > li {
    margin: 0.4rem 0;
  }
  .page .page-container .page-section .signature {
    font-size: 1.3rem;
  }
  .policy-container {
    max-width: 768px;
    padding-top: 140px;
    padding-bottom: 100px;
  }
  .policy-container .headline {
    margin-bottom: 6rem;
  }
  .policy-container .policy-section {
    margin-bottom: 2.8rem;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .policy-container .policy-section .mt-1 {
    margin-top: 1.4rem;
  }
  .policy-container .policy-section h3 {
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
  }
  .policy-container .policy-section ul li {
    margin: 0.4rem 0;
  }
  .policy-container .policy-section ol > li {
    margin: 0.4rem 0;
  }
  .policy-container .policy-section .signature {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  div.sm, img.sm, br.sm, span.sm {
    display: none;
  }
  div.md-xl, img.md-xl, br.md-xl, span.md-xl {
    display: block;
  }
  .baseSection {
    margin: 10rem auto;
  }
  h2.headline {
    font-size: 2.4rem;
  }
  .conceptSection {
    max-width: 960px;
  }
  .page h2.headline {
    font-size: 2rem;
  }
  .company-table th, .company-table td {
    display: table-cell;
    width: auto;
    padding: 14px 0;
  }
  .company-table th {
    width: 30%;
    font-weight: 700;
    -moz-text-align-last: justify;
    padding-right: 10%;
         text-align-last: justify;
  }
}
@media screen and (min-width: 960px) {
  html {
    font-size: 62.5%;
  }
  div.md, img.md, br.md {
    display: none;
  }
  div.lg-xl, img.lg-xl, br.lg-xl {
    display: block;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.5) and (max-height: 800px), only screen and (min-resolution: 120dpi) and (max-resolution: 144dpi) and (max-height: 800px) {
  html {
    font-size: 50%;
  }
}
@media screen and (min-width: 1280px) {
  div.lg, img.lg, br.lg {
    display: none;
  }
}
/*# sourceMappingURL=itoplus-base.css.map */
