@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

/*
  タイポグラフィの微調整
  4. アクセシブルなline-heightを追加
  5. テキストのレンダリングを改善
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-rendering: optimizeLegibility;
  line-height: 1.8;
  color: #231814;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/*
  6. メディア要素のデフォルトを改善
*/
input, button, textarea, select {
  font: inherit;
}

p a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, div a {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
}

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

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

/*
  form用resetCSS
*/
input[type=text],
input[type=tel],
input[type=email] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

/** COMMON
==============================================*/
.inview {
  opacity: 0;
}
.inview.slideIn {
  -webkit-transform: translate(0px, 60px);
          transform: translate(0px, 60px);
}
.inview.slideIn.bottom {
  -webkit-transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate(0px, 120px);
          transform: translate(0px, 120px);
}
.inview.slideIn.animate {
  -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.inview.fadeIn.animate {
  opacity: 1;
  -webkit-transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.masker {
  display: inline-block;
  overflow: hidden;
}
.masker .typo {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.masker.animate .typo {
  -webkit-transition: -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.show-small {
  display: none;
}

.row {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1160px;
}
.row .row {
  padding: 0;
}
.row.nopad {
  padding: 0;
}

.w800 {
  max-width: 840px;
}

.w960 {
  max-width: 1000px;
}

.w1000 {
  max-width: 1040px;
}

.w1040 {
  max-width: 1080px;
}

.w1320 {
  max-width: 1360px;
}
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 9;
}
.pagetop a {
  display: block;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  position: relative;
  background-size: cover;
  width: 114px;
  height: 95px;
}

/** SITE HEADER
==============================================*/
.masthead {
  background: #fff;
}
.masthead .logo {
  width: 100%;
}
.globalnav.preload {
  -webkit-transition: opacity 0ms, pointer-events 0ms, -webkit-transform 0ms;
  transition: opacity 0ms, pointer-events 0ms, -webkit-transform 0ms;
  transition: transform 0ms, opacity 0ms, pointer-events 0ms;
  transition: transform 0ms, opacity 0ms, pointer-events 0ms, -webkit-transform 0ms;
}
.globalnav .logo {
  display: none;
}
.globalnav .gnav-item {
  margin: 0 0.25em;
}
.globalnav .gnav-item a {
  padding: 0.25em;
}
.globalnav .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.globalnav .sns-item {
  margin: 0 10px;
}
.globalnav .sns-item a {
  display: inline-block;
  width: 25px;
}
.globalnav .sns-item a img {
  vertical-align: middle;
}

.page--top .globalnav .gn-top > a:before {
  opacity: 1;
  visibility: visible;
}

.page--event .globalnav .gn-event > a:before {
  opacity: 1;
  visibility: visible;
}

.page--philosophy .globalnav .gn-philosophy > a:before {
  opacity: 1;
  visibility: visible;
}

.page--service .globalnav .gn-service > a:before {
  opacity: 1;
  visibility: visible;
}

.page--works .globalnav .gn-works > a:before {
  opacity: 1;
  visibility: visible;
}

.page--recruit .globalnav .gn-recruit > a:before {
  opacity: 1;
  visibility: visible;
}

.page--company .globalnav .gn-company > a:before {
  opacity: 1;
  visibility: visible;
}

.gn-nav {
  position: fixed;
}

/** SITER FOOTER
==============================================*/
.footer {
  background-color: white;
}
.footer .logo img {
  width: 100%;
}

/** COMMON
==============================================*/
.no-scroll {
  overflow: hidden;
}
.note__text::before {
  content: "※";
}

.worries__title,
.solutions__title {
  font-weight: 700;
  letter-spacing: 0.038em;
  text-align: center;
}

.btn-wrap {
  text-align: center;
}
.btn-wrap .btn {
  display: inline-block;
  padding: 1.25em 1em;
  width: 100%;
  background: #499fff;
  border-radius: 35px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(-45deg, #499fff 50%, #afd5ff 60%, #499fff 70%);
  background-size: 600% 100%;
  position: relative;
}
.btn-wrap .btn.shine {
  -webkit-animation: shine 20s infinite;
          animation: shine 20s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  position: relative;
}
.btn-wrap .btn .--small {
  margin-top: 0.5em;
  display: block;
  letter-spacing: 0.01em;
}
.btn-wrap .btn::after {
  content: "";
  display: inline-block;
  width: 9.5px;
  height: 9.5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 50%;
  right: 6%;
}
.btn-wrap#next_form {
  display: none;
}

@-webkit-keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
.check {
  margin-top: 30px;
  padding: 1.7em 10px;
  font-weight: 700;
  text-align: center;
}
.check input[type=checkbox]:checked + label::before {
  background: #fff;
}
.check input[type=checkbox]:checked + label::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(2, 2);
          transform: translateY(-50%) rotate(-45deg) scale(2, 2);
}
.check label {
  padding: 0.25em 0.25em 0.25em 2em;
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: left;
}
.check label::before, .check label::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.check label::before {
  background: #fff;
  border: 1px solid #666666;
  border-radius: 3px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.check label::after {
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(0, 0);
          transform: translateY(-50%) rotate(-45deg) scale(0, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.localnav {
  background: #fff;
  padding: 2em 0;
}
.localnav .lnav {
  text-align: center;
}
.localnav .lnav-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.localnav .lnav-item a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 1em;
  line-height: 1.2;
}
.localnav .lnav-item a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background: #1a1a1a;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.localnav .lnav-item span {
  display: inline-block;
  padding: 0 0.5em;
  padding-bottom: 2px;
  background: #000;
}

.section-term {
  background-color: #fff;
  padding-top: 3.6em;
  padding-bottom: 2.5em;
}
.section-term .row {
  max-width: 1050px;
}
.section-term .term__title {
  background: #ebebeb;
  padding: 0.5em;
  color: #333333;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.06em;
  text-align: center;
}
.section-term .term-box {
  background: #fff;
  border: 1px solid #b2b2b2;
}
.section-term .term-box.scroll {
  border: 1px solid #b2b2b2;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
  overflow-y: scroll;
}
.section-term .term-box .caution__text {
  font-size: 1.4rem;
  margin-top: 0.5em;
}
.section-term .term-box .caution__item {
  counter-increment: caution 1;
}
.section-term .term-box .caution__item::before {
  content: counter(caution) ".";
  margin-right: 0.25em;
}
.section-term .term-box .caution__item .note__text {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.section-term .term-box .confirmation {
  counter-reset: article 0;
}
.section-term .term-box .confirmation__title {
  margin-top: 2em;
  text-align: center;
}
.section-term .term-box .confirmation .paragraph__title {
  text-align: center;
  margin-top: 1.4em;
}
.section-term .term-box .article {
  counter-reset: paragraph 0;
  margin-top: 1.4em;
}
.section-term .term-box .article__title::before {
  counter-increment: article 1;
  content: "第" counter(article) "条";
}
.section-term .term-box .article__text {
  margin-top: 0.7em;
}
.section-term .term-box .article__text.--red {
  color: #c4001a;
  font-weight: bold;
}
.section-term .term-box .article .info_add {
  margin-top: 1em;
}
.section-term .term-box .article .paragraph-box__text {
  word-break: break-all;
}
.section-term .term-box .article .paragraph__text {
  margin-top: 0.5em;
  margin-left: 1em;
}
.section-term .term-box .article .paragraph__text.num {
  margin-top: 0.5em;
  text-indent: -1em;
}
.section-term .term-box .article .paragraph__text.num::before {
  counter-increment: paragraph 1;
  content: counter(paragraph) ".";
  margin-right: 0.25em;
}
.section-term .term-box .article .paragraph__lead {
  margin-top: 0.5em;
  position: relative;
  padding-left: 1em;
}
.section-term .term-box .article .paragraph__lead::before {
  counter-increment: paragraph 1;
  content: counter(paragraph) ".";
  margin-right: 0.25em;
  position: absolute;
  left: 0;
}
.section-term .term-box .article .paragraph__asterisk::before {
  content: "※";
}
.section-term .term-box .article .paragraph__text {
  margin-top: 0.5em;
}
.section-term .term-box .article .paragraph__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-term .term-box .article .paragraph-box {
  margin-top: 0.5em;
  padding: 0.5em;
  border: 1px #555 dotted;
  width: 49.5%;
}
.section-term .term-box .article .paragraph-box a {
  color: #00f;
}
.section-term .term-box .article .item-list {
  margin-top: 0.35em;
  counter-reset: item 0;
}
.section-term .term-box .article .item__item {
  padding-left: 2.5em;
  text-indent: -1.5em;
}
.section-term .term-box .article .item__item::before {
  counter-increment: item 1;
  content: "(" counter(item) ")";
  margin-right: 0.25em;
}
.section-term .term-box .article .item__item > .paragraph-box {
  text-indent: 0;
  width: 100%;
}
.section-term .term-box .article .disc-list {
  padding-left: 1em;
  text-indent: -1em;
}
.section-term .term-box .article .disc__item::before {
  content: "◯";
}
.section-term .term-box .article .table {
  margin-top: 0.5em;
  width: 100%;
  border: 1px solid #555;
  border-collapse: collapse;
}
.section-term .term-box .article .table__title, .section-term .term-box .article .table__data {
  padding: 0.5em;
  border: 1px solid #555;
}
.section-term .term-box .article .table__data--partition {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.section-term .term-box .article .table__data--partition span {
  display: block;
  margin-top: -1px;
  margin-left: 1.5em;
  padding-left: 0.5em;
  border-left: 1px solid #231814;
  border-top: 1px solid #231814;
}
.section-term .term-box .article .table__data--partition-line-none {
  border-bottom-color: transparent;
}
.section-term .term-box .article .table.column-2 .table__title, .section-term .term-box .article .table.column-2 .table__data {
  width: 50%;
}
.section-term .term-box .article .bold {
  font-weight: bold;
}
.section-term .term-box .article .right {
  text-align: right;
}
.section-term .term .print__text {
  margin-top: 0.7em;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.01em;
}
.section-term .term .print__text .link {
  color: #fff;
}
.section-term .term .lead + .lead {
  margin-top: 30px;
}
.section-term .check input[type=checkbox]:checked + label::before {
  background: #fff;
}
.section-term .check input[type=checkbox]:checked + label::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(2, 2);
          transform: translateY(-50%) rotate(-45deg) scale(2, 2);
}

@media only screen and (min-width: 768px) and (max-width: 980px){
  .localnav .lnav-item a {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 769px){
  .grid-margin-x-10 {
    margin: 0 -5px;
  }
  .grid-margin-x-10 .cell {
    padding: 0 5px;
  }
  .grid-margin-x-14 {
    margin: 0 -7px;
  }
  .grid-margin-x-14 .cell {
    padding: 0 7px;
  }
  .grid-margin-x-40 {
    margin: 0 -20px;
  }
  .grid-margin-x-40 .cell {
    padding: 0 20px;
  }
  .grid-margin-x-50 {
    margin: 0 -25px;
  }
  .grid-margin-x-50 .cell {
    padding: 0 25px;
  }
  .masthead {
    padding: 25px 30px;
  }
  .masthead .logo {
    text-align: left;
    max-width: 291px;
  }
  .globalnav .gnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .globalnav .gnav-item a {
    font-size: 1.5rem;
    -webkit-transition: opacity 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .globalnav .gnav-item a:hover {
    opacity: 0.4;
  }
  .globalnav .sns {
    position: absolute;
    right: 175px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gn-nav {
    left: 40px;
    top: 55px;
  }
  .footer .logo {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: left;
  }
  .footer .logo img {
    max-width: 291px;
  }
  .note__text {
    font-size: 1.4rem;
  }
  .worries__title,
.solutions__title {
    font-size: 3rem;
    line-height: 1.2;
  }
  .btn-wrap .btn {
    max-width: 366px;
    font-size: 1.7rem;
  }
  .btn-wrap .btn .--small {
    font-size: 1.4rem;
  }
  .check label {
    font-size: 1.5rem;
  }
  .check label::before {
    width: 20px;
    height: 20px;
  }
  .check label::after {
    width: 8px;
    height: 5px;
    top: 44%;
    left: 6px;
  }
  .localnav {
    padding-top: 200px;
  }
  .localnav .lnav-item a {
    font-size: 1.8rem;
  }
  .section-term .term-block:not(:first-of-type) {
    margin-top: 30px;
  }
  .section-term .term__title {
    font-size: 1.8rem;
  }
  .section-term .term-box {
    padding: 20px;
  }
  .section-term .term-box.scroll {
    height: 290px;
    padding: 20px;
    font-size: 1.4rem;
  }
  .section-term .term-box .caution__item {
    font-size: 1.4rem;
    line-height: 2;
  }
  .section-term .term-box .article .paragraph-box .period-def {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-term .term-box .article .paragraph-box .period-def-tit {
    width: 7em;
  }
  .section-term .term-box .article .paragraph-box .period-def-deta {
    width: calc(100% - 7em);
  }
  .section-term .term .print__text {
    font-size: 1.3rem;
    text-align: right;
  }
}

@media screen and (min-width: 835px) and (max-width: 1150px){
  .globalnav .gnav-item a {
    font-size: 1.2rem;
    padding: 0.25em 0.1em;
  }
}

@media only screen and (max-width: 768px){
  body {
    font-size: 1.4rem;
  }
  .show-small {
    display: inherit;
  }
  .hide-small {
    display: none;
  }
  .small-nopad {
    padding: 0 !important;
  }
  .row {
    padding: 0 15px;
  }
  .row.sp-nopad {
    padding: 0;
  }
  .pagetop a {
    width: 70px;
    height: 60px;
  }
  .masthead {
    padding: 20px 15px;
  }
  .masthead .logo {
    margin: 0 auto;
    max-width: 200px;
  }
  .globalnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: opacity 0ms 500ms, pointer-events 0ms 500ms, -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0ms 500ms, pointer-events 0ms 500ms, -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 0ms 500ms, pointer-events 0ms 500ms;
    transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 0ms 500ms, pointer-events 0ms 500ms, -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
    overflow: hidden;
  }
  .globalnav.is-open {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .globalnav.is-open .content {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .globalnav .content {
    height: 100vh;
    overflow-y: scroll;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .globalnav .content-inner {
    padding: 80px 30px 150px;
  }
  .globalnav .logo {
    display: inherit;
    max-width: 200px;
    margin: auto;
  }
  .globalnav .gnav {
    max-width: 200px;
    margin: auto;
    margin-top: 30px;
  }
  .globalnav .gnav-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .globalnav .gnav-list {
    display: block;
    width: 100%;
  }
  .globalnav .gnav-item a {
    color: #fff;
    display: block;
    padding: 0.5em 0.75em;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .globalnav .sns-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .gn-nav {
    left: 20px;
    top: 20px;
  }
  .footer .logo {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .footer .logo img {
    max-width: 200px;
  }
  .note__text {
    font-size: 1.2rem;
  }
  .worries__title,
.solutions__title {
    font-size: 2rem;
    line-height: 1.4;
  }
  .btn-wrap .btn {
    font-size: 1.6rem;
    max-width: 360px;
  }
  .btn-wrap .btn .--small {
    font-size: 1.2rem;
  }
  .check label::before {
    width: 20px;
    height: 20px;
  }
  .check label::after {
    width: 8px;
    height: 4.5px;
    top: 47%;
    left: 6px;
  }
  .section-term .term-block:not(:first-of-type) {
    margin-top: 50px;
  }
  .section-term .term__title {
    font-size: 1.7rem;
  }
  .section-term .term-box {
    padding: 15px;
  }
  .section-term .term-box.scroll {
    height: 500px;
    padding: 15px;
  }
  .section-term .term-box .caution__title {
    font-size: 1.5rem;
  }
  .section-term .term-box .caution__item {
    line-height: 1.6;
  }
  .section-term .term-box .article .paragraph-box {
    width: 100%;
  }
  .section-term .term .print__text {
    text-align: left;
  }
}

@media (hover: hover){
  .globalnav .sns-item a {
    -webkit-transition: opacity 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .globalnav .sns-item a:hover {
    opacity: 0.4;
  }
}
/*# sourceMappingURL=common.css.map */