@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
.pc-none {
  display: none !important;
}

.pc-md-none {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .sp-none {
    display: none !important;
  }
  .pc-none {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-md-none {
    display: none !important;
  }
  .pc-md-none {
    display: block !important;
  }
}
.pc-sm-none {
  display: none !important;
}

@media screen and (max-width: 576px) {
  .sp-sm-none {
    display: none !important;
  }
  .pc-sm-none {
    display: block !important;
  }
}
.home {
  /* ローディング画面 */
}
.home #loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
}
.home .loaded {
  opacity: 0;
  visibility: hidden;
}

.outer-vl {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .outer-vl {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.outer-vl--pt0 {
  padding-top: 0;
}
.outer-vl--pb0 {
  padding-bottom: 0;
}
.outer-vl--pt50 {
  padding-top: 50px;
}

.outer-p-vl {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .outer-p-vl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.outer-p-vl--pb0 {
  padding-bottom: 0;
}

.outer-ly {
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .outer-ly {
    padding-left: 0;
    padding-right: 0;
  }
}
.outer-ly--0 {
  padding: 0;
}
.outer-ly--wide {
  max-width: 1406px;
}

@media screen and (max-width: 992px) {
  .outer-ly_sp {
    padding-left: 20px;
    padding-right: 20px;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 1.4rem;
  }
}

.number {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.en {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  display: inline-block;
}

a,
a:hover,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}
a.underline,
a:hover.underline,
a:visited.underline,
a:active.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}
a[href*="tel:"] {
  text-decoration: underline;
}
@media screen and (min-width: 993px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
a[href*="tel:"].under-none {
  text-decoration: none;
}

p {
  text-align: justify;
}

.header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  transition: 0.3s all;
  font-weight: 500;
  font-size: 1.8rem;
  color: #3f4046;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .header {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 992px) {
  .header {
    height: 70px;
    padding-top: 18px;
  }
}
.header__inner {
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo-wrap {
  display: flex;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  .header__logo {
    max-width: 260px;
  }
}
.header__contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .header__contact {
    display: block;
    text-align: center;
  }
}
.header__contact-inr {
  margin-left: 12px;
  margin-right: 12px;
  line-height: 1.5;
}
.header__number {
  margin-left: 10px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1400px) {
  .header__number {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .header__number {
    font-size: 2.4rem;
  }
}
.header__ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .header__ul {
    flex-flow: wrap;
  }
}
.header__li {
  font-size: 1.5rem;
}
@media screen and (max-width: 1400px) {
  .header__li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 992px) {
  .header__li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .header__li {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
}
.header__li--contact {
  background: #00489d;
  color: white;
  margin-left: 12px;
}
.header__nav {
  display: flex;
}
.header .header__link {
  transition: 0.6s all;
  height: 80px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 992px) {
  .header .header__link {
    height: auto;
  }
}
.header .header__link:hover {
  color: #7a7a7a;
}
.header .header__link--contact:hover {
  color: white;
  background: #4195cd;
}
@media screen and (max-width: 992px) {
  .header .header__link {
    text-align: center;
  }
}
.header__link {
  padding: 0 20px;
  line-height: 1.2;
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .header__link {
    padding: 0 5px;
  }
}
@media screen and (max-width: 992px) {
  .header__link a.header__link--contact {
    background: #00489d;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .header__link a.header__link--contact {
    color: white;
  }
}
.header__items {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .header__items {
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
.header label {
  display: none;
  flex-direction: column;
  width: 50px;
  cursor: pointer;
  position: relative;
  z-index: 100;
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  .header label {
    display: flex;
  }
}
.header label span {
  background: black;
  border-radius: 10px;
  height: 2px;
  margin: 5px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.header label span:nth-of-type(1) {
  width: 50%;
}
.header label span:nth-of-type(2) {
  width: 100%;
}
.header label span:nth-of-type(3) {
  width: 75%;
}
.header input[type=checkbox] {
  display: none;
}
.header input[type=checkbox]:checked + label span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(4px, -1px);
}
.header input[type=checkbox]:checked + label span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.header input[type=checkbox]:checked + label span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(22px, -4px) rotatez(45deg);
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__hamburger {
    display: block;
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
    margin-left: auto;
    width: 70px;
    height: 100%;
  }
}
.header__img {
  font-size: 1.6rem;
}
@media screen and (max-width: 1400px) {
  .header__img {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 992px) {
  .header__img {
    font-size: 1.6rem;
  }
}
.header__ttl {
  font-size: 2.2rem;
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .header__ttl {
    font-size: 1.6rem;
  }
}
.header__ttl-en {
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .header__ttl-en {
    font-size: 1.6rem;
  }
}
.header__tel-text {
  font-size: 1.2rem;
}
@media screen and (max-width: 1400px) {
  .header__tel-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .header__tel-text {
    font-size: 1.2rem;
  }
}
.header__tel-icon {
  vertical-align: initial;
  margin-right: 5px;
}
.header__mail-icon {
  margin-right: 5px;
}

#menu__toggle {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 992px) {
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .header__nav {
    right: 0 !important;
  }
  .menu__btn {
    display: none;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .menu__btn {
    display: block;
    position: fixed;
    top: 34px;
    right: 20px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 1;
  }
}
@media screen and (max-width: 992px) {
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #3f4046;
    transition-duration: 0.25s;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }
  .header__nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100dvh;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .header__nav {
    overflow-y: auto;
  }
}
@media screen and (max-width: 992px) {
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
  }
  .menu__item:hover {
    background-color: #cfd8dc;
  }
}
.grecaptcha-badge {
  display: none;
}

.h2 {
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  line-height: 1;
}
.h2__en {
  color: #00489d;
  font-size: 3.4rem;
  letter-spacing: 5px;
  padding-top: 40px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .h2__en {
    font-size: 2.4rem;
    padding-top: 20px;
  }
}
.h2__back {
  color: rgba(0, 72, 157, 0.15);
  font-size: 8rem;
  position: absolute;
  letter-spacing: 10px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 992px) {
  .h2__back {
    font-size: 4rem;
  }
}
.h2__h2 {
  font-size: 2rem;
  color: #00489d;
}
@media screen and (max-width: 992px) {
  .h2__h2 {
    font-size: 1.8rem;
  }
}
.h2--blue .h2__en {
  color: white;
}
.h2--blue .h2__back {
  color: #00489d;
}
.h2--blue .h2__h2 {
  color: white;
}
@media screen and (max-width: 992px) {
  .h2--long .h2__back {
    font-size: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .h2--long .h2__en {
    font-size: 2rem;
    padding-top: 10px;
  }
}

.fix-btn {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 100;
  transition: 0.6s all;
}
.fix-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 992px) {
  .fix-btn {
    right: 10px;
    width: 45%;
    max-width: 294px;
  }
}
.fix-btn.visible {
  opacity: 1;
  pointer-events: auto;
}
.fix-btn__item {
  transition: 0.6s all;
}
.btn {
  color: white;
  text-align: center;
  transition: 0.6s all;
}
.btn__link {
  min-width: 200px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  background: #00489d;
  border: 1px solid #00489d;
  transition: 0.6s all;
  color: white;
}
.btn__link:hover {
  color: #00489d;
  background: white;
  cursor: pointer;
}
.btn--white {
  color: #00489d;
}
.btn--white .btn__link {
  background: white;
  color: #00489d;
  transition: 0.6s all;
  border: 1px solid #00489d;
}
.btn--white .btn__link:hover {
  color: white;
  background: #00489d;
  border-color: white;
}
.btn--lightblue .btn__link {
  background: #4195cd;
}

.footer {
  padding-top: 50px;
  background: #00489d;
  color: white;
  position: relative;
  z-index: 100;
}
.footer__otr {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .footer__otr {
    display: block;
  }
}
.footer__item {
  width: 33.3333333333%;
}
@media screen and (max-width: 992px) {
  .footer__item {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .footer__item--1 {
    text-align: center;
    padding-bottom: 20px;
  }
}
.footer__item--2 {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .footer__item--2 {
    padding-bottom: 20px;
  }
}
.footer__item--3 {
  text-align: right;
}
@media screen and (max-width: 992px) {
  .footer__item--3 {
    text-align: center;
  }
}
.footer__item-inr {
  text-align: center;
  display: inline-block;
}
.footer__ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .footer__ul {
    display: block;
    text-align: center;
  }
}
.footer__li {
  margin: 0 20px;
}
@media screen and (max-width: 992px) {
  .footer__li {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
}
.footer__contact {
  width: 274px;
  height: 70px;
  line-height: 70px;
  font-size: 1.8rem;
}
.footer__number {
  width: 274px;
  height: 70px;
  line-height: 70px;
  font-size: 2.6rem;
  letter-spacing: 4px;
  margin-top: 20px;
}
.footer__mail {
  margin-top: 10px;
  padding-bottom: 10px;
}
.footer__tx1 {
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .footer__tx1 {
    font-size: 1.8rem;
  }
}
.footer__copy {
  margin-top: 30px;
  padding-bottom: 10px;
}

.sec__ttl {
  border-top: 1px solid #00489d;
  border-bottom: 1px solid #00489d;
  text-align: center;
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  max-width: 354px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .sec__ttl--small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 992px) {
  .sec__ttl--small .sec__ttl-inr {
    height: 32px;
    line-height: 32px;
  }
}
.sec__ttl-inr {
  background: #00489d;
  margin: 2px 4px;
  padding-left: 20px;
  padding-right: 20px;
}
.sec__tx--center {
  text-align: center;
}
.sec__tx--main {
  color: #00489d;
}
.sec__tx--white {
  color: white;
}
.sec__tx10 {
  font-size: 1rem;
}
@media screen and (max-width: 992px) {
  .sec__tx10 {
    font-size: 0.8rem;
  }
}
.sec__tx12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx12 {
    font-size: 1rem;
  }
}
.sec__tx14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .sec__tx14 {
    font-size: 1.2rem;
  }
}
.sec__tx16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .sec__tx16 {
    font-size: 1.4rem;
  }
}
.sec__tx18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .sec__tx18 {
    font-size: 1.6rem;
  }
}
.sec__tx20 {
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx20 {
    font-size: 1.6rem;
  }
}
.sec__tx22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx22 {
    font-size: 1.8rem;
  }
}
.sec__tx24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .sec__tx24 {
    font-size: 2rem;
  }
}
.sec__tx26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 992px) {
  .sec__tx26 {
    font-size: 2.2rem;
  }
}
.sec__tx28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 992px) {
  .sec__tx28 {
    font-size: 2.4rem;
  }
}
.sec__tx32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx32 {
    font-size: 2.8rem;
  }
}
.sec__tx60 {
  font-size: 6rem;
}
@media screen and (max-width: 992px) {
  .sec__tx60 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .sec__tx60 {
    font-size: 3rem;
  }
}

.line__wrap {
  display: flex;
  justify-content: center;
}
.line__wrap a {
  color: white;
}
@media screen and (max-width: 992px) {
  .line__wrap {
    display: block;
    text-align: center;
  }
}
.line__btn {
  background: #06c755;
  border-radius: 50px;
  min-width: 250px;
  padding: 20px;
  text-align: center;
}
.line__item {
  text-align: center;
  margin-left: 50px;
}
@media screen and (max-width: 992px) {
  .line__item {
    margin-top: 20px;
    margin-left: 0;
  }
}

.home .article__item,
.news .article__item,
.single .article__item,
.archive .article__item {
  position: relative;
}
.home .article__item:not(:nth-child(3n-2)),
.news .article__item:not(:nth-child(3n-2)),
.single .article__item:not(:nth-child(3n-2)),
.archive .article__item:not(:nth-child(3n-2)) {
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .home .article__item:not(:nth-child(3n-2)),
  .news .article__item:not(:nth-child(3n-2)),
  .single .article__item:not(:nth-child(3n-2)),
  .archive .article__item:not(:nth-child(3n-2)) {
    margin-left: 0;
  }
}
.home .article__img-wrap,
.news .article__img-wrap,
.single .article__img-wrap,
.archive .article__img-wrap {
  overflow: hidden;
}
.home .article__img,
.news .article__img,
.single .article__img,
.archive .article__img {
  width: 100%;
  aspect-ratio: 1.6/1;
  transition: 0.6s all;
  -o-object-position: left;
     object-position: left;
}
.home .article__category,
.news .article__category,
.single .article__category,
.archive .article__category {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  padding: 1px 10px;
  min-width: 80px;
  text-align: center;
}
.home .article__category--info,
.news .article__category--info,
.single .article__category--info,
.archive .article__category--info {
  background: #00489d;
}
.home .article__category--daily,
.news .article__category--daily,
.single .article__category--daily,
.archive .article__category--daily {
  background: #00489d;
}
.home .article__category--tax,
.news .article__category--tax,
.single .article__category--tax,
.archive .article__category--tax {
  background: #00489d;
}
.home .article__category--startup,
.news .article__category--startup,
.single .article__category--startup,
.archive .article__category--startup {
  background: #00489d;
}
.home .article__item,
.news .article__item,
.single .article__item,
.archive .article__item {
  display: flex;
  flex-flow: column;
  width: calc((100% - 80px) / 3);
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .home .article__item,
  .news .article__item,
  .single .article__item,
  .archive .article__item {
    width: 100%;
  }
}
.home .article__link:hover img,
.news .article__link:hover img,
.single .article__link:hover img,
.archive .article__link:hover img {
  transform: scale(1.1);
}
.home .article__crown,
.news .article__crown,
.single .article__crown,
.archive .article__crown {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
}

.blog-card {
  background: rgba(251, 140, 0, 0.02);
  border: 1px solid #fb8c00;
  word-wrap: break-word;
  max-width: 100%;
  border-radius: 5px;
  margin: 0px 10px 15px 10px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
}

.blog-card:hover {
  cursor: pointer;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.blog-card:before {
  font-family: FontAwesome;
  position: absolute;
  padding: 2px 6px;
  content: "\f02e詳細を見る";
  background-color: #fb8c00;
  color: #fff;
  font-size: 0.8em;
  z-index: 1;
}

.blog-card a {
  text-decoration: none;
}

.blog-card-thumbnail {
  width: 35%;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0 10px 10px;
}

.blog-card-thumbnail img {
  padding: 0;
}

.blog-card-content {
  display: table-cell;
  vertical-align: middle;
}

.blog-card-title {
  font-size: 1em;
  margin: 5px 10px 5px 0px;
  font-weight: bold;
  line-height: 1.4;
}

.blog-card-title:hover {
  text-decoration: underline;
}

.blog-card-excerpt {
  font-size: 0.74em;
  color: #4c4c4c;
  margin: 0 10px 5px 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card .clear {
  clear: both;
}

@media screen and (max-width: 500px) {
  .blog-card:before {
    font-size: 0.56em;
  }
  .blog-card-title {
    font-size: 0.7em;
  }
  .blog-card-excerpt {
    font-size: 0.6em;
  }
}
.board-wrap__list {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.board-wrap__list--noline {
  border: none;
}
.board-wrap__list--noline .board-wrap__row {
  border: none;
  padding: 7px 0;
}
.board-wrap__list--width .board-wrap__term {
  width: 150px;
}
@media screen and (max-width: 992px) {
  .board-wrap__list--width .board-wrap__term {
    width: 100%;
  }
}
.board-wrap__list--width .board-wrap__description {
  width: calc(100% - 150px);
}
@media screen and (max-width: 992px) {
  .board-wrap__list--width .board-wrap__description {
    width: 100%;
  }
}
.board-wrap__row {
  display: flex;
  padding: 10px 20px;
}
.board-wrap__row:nth-child(odd) {
  background: #ebf4ff;
}
@media screen and (max-width: 992px) {
  .board-wrap__row {
    display: block;
  }
}
.board-wrap__row--bg-none:nth-child(odd) {
  background: none;
}
.board-wrap__term {
  width: 50%;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .board-wrap__term {
    text-align: left;
    width: 100%;
  }
}
.board-wrap__term--left {
  text-align: left;
}
.board-wrap__description {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .board-wrap__description {
    width: 100%;
    font-size: 14px;
  }
}

.ul {
  display: inline-block;
  text-align: left;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
}
.ul__li::marker {
  color: #00489d;
}

q {
  background: #ebf4ff;
  display: block;
  border-left: 5px solid #00489d;
  padding: 5px;
}

.sns__item {
  margin: 0 5px;
}

a.map {
  border: 1px solid white;
  padding: 0 2px 0 4px;
  background: white;
  color: #00489d;
}

.mark_orange {
  background: linear-gradient(transparent 64%, #ff6 60%);
}/*# sourceMappingURL=common.css.map */