@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
html {
  -ms-text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
  font-size: 62.5% !important;
  background: none !important;
}

a,
address,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
caption,
center,
cite,
code,
dd,
details,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
input,
label,
li,
main,
mark,
menu,
nav,
ol,
p,
pre,
q,
s,
section,
select,
small,
span,
strong,
summary,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
u,
ul,
video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
}

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

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

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

ol,
ul {
  list-style: none;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

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

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[disabled] {
  cursor: default;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

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

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote,
q {
  quotes: none;
}

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

/*==================================================================================================
	ヘッダー
==================================================================================================*/
@media screen and (max-width: 767px) {
  header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100vw;
    background: rgba(255, 255, 255, 0.75);
    z-index: 9999;
  }
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 4vw;
  max-width: calc(1440px + 8vw);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  header .inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
header .logo {
  max-width: 415px;
}
@media screen and (max-width: 767px) {
  header .logo {
    max-width: 174px;
  }
}

/*==================================================================================================
	フッター
==================================================================================================*/
footer {
  padding-top: 6rem;
  margin-top: 10rem;
  border-top: 2px solid rgb(0, 108, 178);
}
footer .info {
  max-width: calc(1440px + 8vw);
  margin: 0 auto;
  padding: 0 4vw 6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .info {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  footer .info a img {
    width: 75%;
  }
}
footer .info p {
  margin-top: 3rem;
  font-size: 85%;
  line-height: 1.92;
}
@media screen and (max-width: 767px) {
  footer .info p {
    text-align: justify;
  }
}
footer .wrap {
  max-width: calc(1440px + 8vw);
  margin: 0 auto;
  padding: 6rem 4vw;
  display: flex;
  justify-content: space-between;
  gap: 2rem 2vw;
}
@media screen and (max-width: 767px) {
  footer .wrap {
    flex-direction: column;
    padding-top: 3rem;
  }
}
footer .lcnt p {
  font-size: 90%;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  footer .lcnt p {
    text-align: center;
  }
}
footer .lcnt p.copy {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  font-size: 85%;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  footer .rcnt .gnav {
    display: none;
  }
}
footer .rcnt .sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  footer .rcnt .sns {
    justify-content: center;
  }
}
footer .rcnt .sns a {
  display: block;
}
footer .rcnt .links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  footer .rcnt .links {
    justify-content: center;
    flex-direction: column;
  }
}
footer .rcnt .links a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  footer .rcnt .links a {
    justify-content: center;
    width: 85vw;
    background: #f5f5f5;
    padding: 1rem;
    border-radius: 100vh;
    font-size: 85%;
  }
}
footer .rcnt .links a::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: #333;
  -webkit-mask-image: url("../img/common/icon-exlink.svg");
          mask-image: url("../img/common/icon-exlink.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

/*---------------------------------------------------------------------
グローバルナビゲーション
---------------------------------------------------------------------*/
nav.gnav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.45rem;
}
nav.gnav ul {
  display: flex;
  gap: 1.45rem;
}
@media screen and (max-width: 1160px) {
  nav.gnav ul {
    display: none;
  }
}
nav.gnav li {
  display: flex;
  align-items: center;
  gap: 1.45rem;
}
nav.gnav li:not(:last-child)::after {
  content: "●";
  font-size: 0.6rem;
  color: #ccc;
}
nav.gnav li a {
  color: rgb(0, 108, 178);
}
nav.gnav li a:hover {
  text-decoration: underline;
}
nav.gnav .search a {
  display: block;
  border: 0px;
  width: clamp(3rem, 4vw, 5.3rem);
  height: clamp(3rem, 4vw, 5.3rem);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0, 108, 178);
  border-radius: 100vh;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  nav.gnav .search a {
    padding: 0.8rem;
  }
}
nav.gnav .search a:hover {
  transform: scale(1.05);
}
nav.gnav .sp-menu {
  display: block;
  width: 1.3rem;
  height: 1rem;
  position: relative;
}
nav.gnav .sp-menu::before,
nav.gnav .sp-menu .bar, nav.gnav .sp-menu::after {
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(0, 108, 178);
  position: absolute;
  left: 0;
}
nav.gnav .sp-menu::before {
  content: "";
  top: 0;
}
nav.gnav .sp-menu .bar {
  top: 50%;
  transform: translateY(-50%);
}
nav.gnav .sp-menu::after {
  content: "";
  bottom: 0;
}
@media screen and (min-width: 1160px) {
  nav.gnav .sp-menu {
    display: none;
  }
}

/*---------------------------------------------------------------------
スマホメニュー
---------------------------------------------------------------------*/
#menu-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background: rgba(0, 108, 178, 0.95);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#menu-modal.is-active {
  opacity: 1;
  visibility: visible;
}
#menu-modal .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#menu-modal li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
#menu-modal li .en {
  font-size: clamp(3.3rem, 4vw, 6rem);
  color: #fff;
}
#menu-modal li .jp {
  color: #fff;
  margin-top: 0.3rem;
}
#menu-modal #menu-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0px;
  background: transparent;
  position: fixed;
  top: 4rem;
  right: 4rem;
  width: 5vw;
  height: 5vw;
}
#menu-modal #menu-close span {
  display: block;
  position: relative;
}
#menu-modal #menu-close span::before, #menu-modal #menu-close span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
#menu-modal #menu-close span::before {
  transform: rotate(45deg);
}
#menu-modal #menu-close span::after {
  transform: rotate(-45deg);
}

/*---------------------------------------------------------------------
検索モーダル
---------------------------------------------------------------------*/
#search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  padding: 10dvh 0;
  background: rgba(0, 108, 178, 0.95);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  transition: all 0.3s ease;
}
#search-modal.is-active {
  opacity: 1;
  visibility: visible;
}
#search-modal .modal-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0px;
  background: transparent;
  position: fixed;
  top: 4rem;
  right: 4rem;
  width: 5vw;
  height: 5vw;
}
#search-modal .modal-close span {
  display: block;
  position: relative;
}
#search-modal .modal-close span::before, #search-modal .modal-close span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
#search-modal .modal-close span::before {
  transform: rotate(45deg);
}
#search-modal .modal-close span::after {
  transform: rotate(-45deg);
}
#search-modal .search-categories,
#search-modal .search-backnumber {
  padding-top: 6rem;
  margin-top: 6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  #search-modal .search-categories,
  #search-modal .search-backnumber {
    padding-top: 3rem;
    margin-top: 3rem;
  }
}
#search-modal .inner {
  width: 100%;
  max-width: 990px;
  padding: 4vw;
  margin-left: auto;
  margin-right: auto;
}
#search-modal h2 .en {
  font-size: clamp(3.3rem, 4vw, 6rem);
  color: #fff;
}
#search-modal h2 .jp {
  color: #fff;
}
#search-modal form.search-input {
  position: relative;
}
#search-modal form.search-input span {
  width: 3rem;
  height: 3rem;
  background-color: rgb(0, 108, 178);
  -webkit-mask-image: url("../img/common/icon-search.svg");
          mask-image: url("../img/common/icon-search.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #search-modal form.search-input span {
    width: 2.4rem;
    height: 2.4rem;
    left: 2rem;
  }
}
#search-modal form.search-input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0px;
  width: 100%;
  height: 8rem;
  border-radius: 100vh;
  padding: 2rem;
  padding-left: 7rem;
}
@media screen and (max-width: 767px) {
  #search-modal form.search-input input {
    height: 5rem;
    padding-left: 5rem;
  }
}
#search-modal ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  #search-modal ul {
    gap: 1.5rem;
  }
}
#search-modal ul a {
  display: block;
  padding: 1.6rem 2rem;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  border-radius: 100vh;
  font-size: 85%;
}
@media screen and (max-width: 767px) {
  #search-modal ul a {
    padding: 1rem 1.7rem;
  }
}
#search-modal ul a::before {
  content: "#";
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
#search-modal ul a:hover {
  background: #fff;
  color: rgb(0, 108, 178);
}

/*---------------------------------------------------------------------
ボタン
---------------------------------------------------------------------*/
.btn {
  display: block;
  max-width: 342px;
  padding: 2.6rem;
  padding-right: 4rem;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(90deg, rgb(0, 158, 178) 0%, rgb(0, 108, 178) 100%);
  color: #fff;
  text-align: center;
  line-height: 1.35;
  border-radius: 100vh;
  position: relative;
  transition: all 0.3s ease;
}
.btn::after {
  content: "";
  width: 1.9rem;
  height: 1.9rem;
  background: url("../img/common/arrow-r.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.btn:hover {
  background: linear-gradient(90deg, rgb(0, 208, 228) 0%, rgb(0, 158, 178) 60%, rgb(0, 108, 178) 100%);
  filter: brightness(1.15) saturate(1.15);
}
.btn:hover::after {
  transform: translateY(-50%) translateX(5px);
}
.btn.black {
  background: #000;
}
.btn.exlink::after {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../img/common/icon-exlink.svg");
  transform: translateY(-50%) translateX(0px) !important;
}

/*---------------------------------------------------------------------
記事一覧・アイテム
---------------------------------------------------------------------*/
.cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3rem 3.2vw;
}
@media screen and (max-width: 767px) {
  .cards {
    grid-template-columns: 1fr;
  }
}
.cards .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  text-decoration: none;
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .cards .card {
    grid-column: span 1 !important;
  }
}
.cards .card figure {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 1.5rem;
  position: relative;
}
.cards .card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.cards .card .numb {
  font-size: clamp(1.772rem, 1.7vw, 2.6rem);
  font-weight: 600;
  line-height: 1;
}
.cards .card .txt {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cards .card .read {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(0.8rem, 1.7vw, 1.2rem);
}
.cards .card .read::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/common/icon-time.svg") no-repeat center/contain;
}
.cards .card .ttl {
  width: 100%;
  padding-top: 0.5rem;
  font-size: clamp(1.7rem, 1.7vw, 2rem);
  font-weight: 700;
  line-height: 1.58;
  text-align: justify;
  transition: all 0.3s ease;
}
.cards .card .ttl span.highlight {
  background-image: linear-gradient(180deg, transparent 0, transparent 50%, #FF0 0, #FF0);
}
.cards .card .excerpt {
  margin: 1rem 0;
  font-size: 85%;
  line-height: 1.56;
}
.cards .card .excerpt span.highlight {
  background-image: linear-gradient(180deg, transparent 0, transparent 50%, #FF0 0, #FF0);
}
.cards .card .cate {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6rem 1.3rem;
  margin: 1rem 0;
  background: rgb(0, 158, 178);
  font-size: clamp(0.86rem, 1.7vw, 1.2rem);
  color: #fff;
  line-height: 1;
  border-radius: 100vh;
}
.cards .card .cate::before {
  content: "#";
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
.cards .card time {
  width: 100%;
  font-size: clamp(0.95rem, 1.7vw, 1.4rem);
  font-weight: 400;
}
.cards a.card:hover figure img {
  transform: translateY(0%) scale(1.17);
  transition: all 1.15s ease;
}
.cards a.card:hover .ttl {
  color: rgb(0, 108, 178);
}

/*---------------------------------------------------------------------
バナーエリア
---------------------------------------------------------------------*/
.bnr-area {
  max-width: calc(1440px + 8vw);
  margin: 0 auto;
  padding: 6vw 4vw 0;
}
@media screen and (max-width: 767px) {
  .bnr-area {
    max-width: 80vw;
  }
}
.bnr-area ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem 3.2vw;
}
@media screen and (max-width: 767px) {
  .bnr-area ul {
    grid-template-columns: 1fr;
  }
}
.bnr-area ul li {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .bnr-area ul li {
    grid-column: span 1 !important;
  }
}
.bnr-area ul a:hover {
  opacity: 0.75;
}

/*---------------------------------------------------------------------
アンケート
---------------------------------------------------------------------*/
.survey {
  max-width: calc(1440px + 8vw);
  margin: 0 auto;
  padding: 6rem 4vw 0;
}
.survey h3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 1rem;
  font-size: clamp(2.2rem, 2.5vw, 4.2rem);
  font-weight: 600;
  text-align: center;
}
.survey h3::before {
  font-weight: 500;
  margin-right: 1.5rem;
}
.survey h3::after {
  font-weight: 500;
  margin-left: 1.5rem;
}
.survey h3 strong {
  color: rgb(0, 108, 178);
}
.survey .inner {
  padding: 4vw;
  border-width: 6px;
  border-style: solid;
  border-image-source: linear-gradient(90deg, rgb(127, 198, 209) 0%, rgb(119, 168, 209) 100%);
  border-image-slice: 1;
  background: #f7fafd;
}
@media screen and (max-width: 767px) {
  .survey .inner {
    padding: 2rem;
    border-width: 3px;
  }
}
.survey .wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem 2vw;
}
@media screen and (max-width: 767px) {
  .survey .wrap {
    flex-direction: column;
  }
}
.survey .wrap figure {
  max-width: 36.1832061069%;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .survey .wrap figure {
    max-width: none;
  }
}
.survey .wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.survey .wrap .txt {
  width: 100%;
}
.survey .wrap h4 {
  font-size: clamp(1.8rem, 2.5vw, 3.2rem);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .survey .wrap h4 {
    text-align: center;
  }
}
.survey .wrap h4 strong {
  color: rgb(0, 108, 178);
}
.survey .wrap p {
  margin-top: 2rem;
  text-align: justify;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .survey .wrap p {
    font-size: 1.3rem;
  }
}
.survey .wrap p.limit {
  background: linear-gradient(transparent 40%, #c2dcec 40%);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .survey .wrap p.limit {
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.survey .btn {
  margin-top: 3rem;
  max-width: 482px;
}

/*---------------------------------------------------------------------
サブページ共通
---------------------------------------------------------------------*/
article:not(.home) {
  border-top: 2px solid rgb(0, 108, 178);
  padding: 8rem 0 6rem;
}
article:not(.home) > .inner {
  max-width: calc(1440px + 8vw);
  margin: 0 auto;
  padding: 0 4vw;
}
article:not(.home) .sub-ttl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
article:not(.home) .sub-ttl .cate {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
article:not(.home) .sub-ttl li {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6rem 1.3rem;
  margin: 1rem 0;
  background: rgb(0, 158, 178);
  font-size: clamp(0.95rem, 1.7vw, 1.4rem);
  color: #fff;
  line-height: 1;
  border-radius: 100vh;
}
article:not(.home) .sub-ttl li::before {
  content: "#";
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
article:not(.home) .sub-ttl h1 {
  width: 100%;
  margin: 1rem 0;
  font-size: clamp(2rem, 1.7vw, 2.8rem);
  font-weight: 600;
  line-height: 1.42;
}
article:not(.home) .sub-ttl time {
  margin-right: 2rem;
  font-size: clamp(0.95rem, 1.7vw, 1.4rem);
  font-weight: 400;
}
article:not(.home) .sub-ttl .read {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(0.8rem, 1.7vw, 1.2rem);
}
article:not(.home) .sub-ttl .read::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/common/icon-time.svg") no-repeat center/contain;
}

/*---------------------------------------------------------------------
見出し
---------------------------------------------------------------------*/
h1.ttl,
h2.ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 2rem;
  margin-bottom: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  h1.ttl,
  h2.ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}
h1.ttl .en,
h2.ttl .en {
  font-size: clamp(3.3rem, 5vw, 8.14rem);
  color: rgb(0, 108, 178);
  font-weight: 600;
  letter-spacing: normal;
}
h1.ttl .jp,
h2.ttl .jp {
  font-size: clamp(1.2rem, 1.7vw, 2rem);
  margin-top: 1rem;
  font-weight: 700;
}

@media print {
  body {
    transform: scale(0.65);
  }
}
/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
  color: #333;
  background-color: #fff;
  font-family: YakuHanJP, "Poppins", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.4rem, 1.7vw, 1.6rem);
  font-weight: 500;
  font-feature-settings: "palt" 1, "trad" 1;
  font-optical-sizing: auto;
  line-height: 2.35;
  letter-spacing: 0.066rem;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
body ::-moz-selection {
  background: rgba(0, 93, 151, 0.4);
  color: #fff;
}
body ::selection {
  background: rgba(0, 93, 151, 0.4);
  color: #fff;
}
body.noScrolled {
  overflow: hidden;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 500;
  line-height: 1.5;
}
body a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}
body a:hover {
  text-decoration: none;
  transition: all 0.3s ease;
}
body a::before, body a::after {
  transition: all 0.3s ease;
}
body img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.preload * {
  transition: none !important;
}

/*---------------------------------------------------------------------
共通 Common
---------------------------------------------------------------------*/
.telLink {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.telLink _:-ms-fullscreen,
.telLink :root .selector {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .telLink {
    pointer-events: auto;
    letter-spacing: 0.02em;
  }
}

.spShow {
  display: none;
}
@media screen and (max-width: 767px) {
  .spShow {
    display: block;
  }
}

.tbShow {
  display: none;
}
@media screen and (max-width: 1280px) {
  .tbShow {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pcShow {
    display: none;
  }
}

.small {
  font-size: 70%;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.en {
  font-family: "Poppins", sans-serif;
}

.flexWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .flexWrap {
    gap: 1em;
  }
}
.flexWrap.-col2 > * {
  width: calc(50% - 0.5em);
}
@media screen and (max-width: 767px) {
  .flexWrap.-col2 > * {
    width: 100%;
  }
}
.flexWrap.-col3 > * {
  width: calc(33.3333333333% - 0.6666666667em);
}
@media screen and (max-width: 767px) {
  .flexWrap.-col3 > * {
    width: calc(50% - 0.5em);
  }
}
.flexWrap.-col4 > * {
  width: calc(25% - 0.75em);
}
@media screen and (max-width: 767px) {
  .flexWrap.-col4 > * {
    width: calc(33.3333333333% - 0.6666666667em);
  }
}
.flexWrap.-col5 > * {
  width: calc(20% - 0.8em);
}
@media screen and (max-width: 767px) {
  .flexWrap.-col5 > * {
    width: calc(33.3333333333% - 0.6666666667em);
  }
}
.flexWrap.-col6 > * {
  width: calc(16.6666666667% - 0.8333333333em);
}
@media screen and (max-width: 767px) {
  .flexWrap.-col6 > * {
    width: calc(33.3333333333% - 0.6666666667em);
  }
}
.flexWrap.-col7 > * {
  width: calc(14.2857142857% - 0.8571428571em);
}
@media screen and (max-width: 767px) {
  .flexWrap.-col7 > * {
    width: calc(33.3333333333% - 0.6666666667em);
  }
}
.flexWrap.-col8 > * {
  width: calc(12.5% - 0.875em);
}
@media screen and (max-width: 767px) {
  .flexWrap.-col8 > * {
    width: calc(33.3333333333% - 0.6666666667em);
  }
}

@media screen and (max-width: 767px) {
  .scrollBox {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 2em 0;
    transform: rotateX(180deg);
  }
  .scrollBox > * {
    transform: rotateX(180deg);
    padding: 1em 5vw;
    max-width: 100%;
    vertical-align: top;
  }
  .scrollBox > * > * {
    width: 200vw;
    max-width: initial;
  }
  .scrollBox ::-webkit-scrollbar {
    height: 4px;
  }
  .scrollBox ::-webkit-scrollbar-track {
    background: #eee;
  }
  .scrollBox ::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
  .scrollBox ::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
}/*# sourceMappingURL=base.css.map */