@charset "UTF-8";
/*----------------------------------------------------------
更新日：2025年12月12日
-------------------------------------------------------------*/
/* =共通スタイル
------------------------------------------------------------*/
@import url("reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-width: 375px;
  min-height: 100vh;
  background-color: #FFF;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: 'Roboto', 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #07112e;
}
body.stop {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* ピンポイントレイアウト調整用 */
.nowrap {
  white-space: nowrap;
}

.min-w0 {
  min-width: 0 !important;
}

.mt0, .mv0, .ma0 {
  margin-top: 0 !important;
}

.mr0, .mh0, .ma0 {
  margin-right: 0 !important;
}

.mb0, .mv0, .ma0 {
  margin-bottom: 0 !important;
}

.ml0, .mh0, .ma0 {
  margin-left: 0 !important;
}

.pt0, .pv0, .pa0 {
  padding-top: 0 !important;
}

.pr0, .ph0, .pa0 {
  padding-right: 0 !important;
}

.pb0, .pv0, .pa0 {
  padding-bottom: 0 !important;
}

.pl0, .ph0, .pa0 {
  padding-left: 0 !important;
}

.mt1em, .mv1em, .ma1em {
  margin-top: 1em !important;
}

.mr1em, .mh1em, .ma1em {
  margin-right: 1em !important;
}

.mb1em, .mv1em, .ma1em {
  margin-bottom: 1em !important;
}

.ml1em, .mh1em, .ma1em {
  margin-left: 1em !important;
}

.pt1em, .pv1em, .pa1em {
  padding-top: 1em !important;
}

.pr1em, .ph1em, .pa1em {
  padding-right: 1em !important;
}

.pb1em, .pv1em, .pa1em {
  padding-bottom: 1em !important;
}

.pl1em, .ph1em, .pa1em {
  padding-left: 1em !important;
}

.mt2em, .mv2em, .ma2em {
  margin-top: 2em !important;
}

.mr2em, .mh2em, .ma2em {
  margin-right: 2em !important;
}

.mb2em, .mv2em, .ma2em {
  margin-bottom: 2em !important;
}

.ml2em, .mh2em, .ma2em {
  margin-left: 2em !important;
}

.pt2em, .pv2em, .pa2em {
  padding-top: 2em !important;
}

.pr2em, .ph2em, .pa2em {
  padding-right: 2em !important;
}

.pb2em, .pv2em, .pa2em {
  padding-bottom: 2em !important;
}

.pl2em, .ph2em, .pa2em {
  padding-left: 2em !important;
}

.mt3em, .mv3em, .ma3em {
  margin-top: 3em !important;
}

.mr3em, .mh3em, .ma3em {
  margin-right: 3em !important;
}

.mb3em, .mv3em, .ma3em {
  margin-bottom: 3em !important;
}

.ml3em, .mh3em, .ma3em {
  margin-left: 3em !important;
}

.pt3em, .pv3em, .pa3em {
  padding-top: 3em !important;
}

.pr3em, .ph3em, .pa3em {
  padding-right: 3em !important;
}

.pb3em, .pv3em, .pa3em {
  padding-bottom: 3em !important;
}

.pl3em, .ph3em, .pa3em {
  padding-left: 3em !important;
}

.mt4em, .mv4em, .ma4em {
  margin-top: 4em !important;
}

.mr4em, .mh4em, .ma4em {
  margin-right: 4em !important;
}

.mb4em, .mv4em, .ma4em {
  margin-bottom: 4em !important;
}

.ml4em, .mh4em, .ma4em {
  margin-left: 4em !important;
}

.pt4em, .pv4em, .pa4em {
  padding-top: 4em !important;
}

.pr4em, .ph4em, .pa4em {
  padding-right: 4em !important;
}

.pb4em, .pv4em, .pa4em {
  padding-bottom: 4em !important;
}

.pl4em, .ph4em, .pa4em {
  padding-left: 4em !important;
}

/* ------------------------------------------------------------------
	ペース
-------------------------------------------------------------------*/
/* =共通スタイル
------------------------------------------------------------*/
.pc {
  display: inherit;
}

.sp {
  display: none;
}

.bold {
  font-weight: 700;
}

.base-width {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.base-width-s {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.content {
  padding: 5em 1em;
}

.bgpale {
  background-color: #f2f8fe;
}

a.txtLink:not(:hover) {
  border-bottom: 1px solid;
  color: #0e68cd;
  overflow-wrap: break-word;
  transition: 0.2s;
}

.cUnderLine {
  background: -webkit-linear-gradient(transparent 65%, #fdff53 0%);
  background: -o-linear-gradient(transparent 65%, #fdff53 0%);
  background: linear-gradient(transparent 65%, #fdff53 0%);
}

/* =ヘッダーエリア(#header)
------------------------------------------------------------*/
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 2em;
  background: white;
  min-width: 375px;
  z-index: 9999;
}
#header .h-logo {
  position: relative;
  z-index: 3;
}
#header .h-logo img {
  display: block;
  width: 210px;
}
#header .sp-menu {
  display: none;
}
#header #gNav {
  display: flex;
  align-items: center;
}
#header #gNav .item:not(:first-of-type) {
  margin-left: 2.5em;
}
#header #gNav .item .toggle {
  display: none;
}
#header #gNav .item a {
  padding: 2em 0;
  font-weight: 700;
}
#header #gNav .item a .inLine {
  position: relative;
}
#header #gNav .item a .inLine::before {
  position: absolute;
  bottom: -7px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #0e68cd;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .2s;
  transition-timing-function: ease-out;
}
#header #gNav .item a:hover {
  color: #0e68cd;
}
#header #gNav .item a:hover .inLine::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#header #gNav .item.contact a {
  display: block;
  color: #FFF;
  background-color: #0e68cd;
  text-align: center;
  border-radius: 6px;
  padding: 0.5em 1em;
}
#header #gNav .item.contact a:hover {
  background-color: #368ef1;
}
#header #gNav .item .child {
  display: block;
  position: absolute;
  height: fit-content !important;
  overflow: hidden;
  transform-origin: top;
  opacity: 0;
  transform: scaleY(0) translate(0, 0);
  transition: all .3s;
  background: white;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 100;
  width: 100%;
  left: 0;
  right: 0;
  top: 80px;
  padding: 2em 0 3em;
}
#header #gNav .item .child ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em;
}
#header #gNav .item .child ul li {
  border-bottom: 2px solid #DDD;
}
#header #gNav .item .child ul li a {
  display: block;
  padding: 1em;
  position: relative;
}
#header #gNav .item .child ul li a::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 6%;
  transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 10px;
  background-image: url("/asset/img/common/arrow_blue.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#header #gNav .item .child ul li a::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #0e68cd;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .2s;
  transition-timing-function: ease-out;
}
#header #gNav .item .child ul li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#header #gNav .item .child ul li a:hover::after {
  animation: realisticBounce 1.5s infinite;
  animation-fill-mode: forwards;
}
#header #gNav .item:hover .child {
  transform: scaleY(1) translate(0, 0);
  opacity: 1;
}

/* =フッターエリア(#footer)
------------------------------------------------------------*/
#footer {
  background-color: #F9F9F9;
  padding: 3.5em 0 0;
}
#footer .f-inner {
  padding: 0 1em;
}
#footer .footer-nav {
  font-size: 0.875em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .footer-nav .footer-column {
  flex: 1;
  min-width: 150px;
  margin-right: 1em;
  margin-bottom: 1em;
}
#footer .footer-nav .footer-column p {
  font-weight: 700;
  padding-left: 1.5em;
  position: relative;
  transition: 0.2s;
}
#footer .footer-nav .footer-column p::before {
  content: "";
  position: absolute;
  top: 46%;
  left: 0%;
  transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("/asset/img/common/arrow_circle_right.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#footer .footer-nav .footer-column p:hover {
  color: #0e68cd;
}
#footer .footer-nav .footer-column p + p {
  margin-top: 0.6em;
}
#footer .footer-nav .footer-column ul {
  margin-top: 1.2em;
}
#footer .footer-nav .footer-column ul li {
  margin-bottom: 0.5em;
}
#footer .footer-nav .footer-column ul li a {
  color: #07112e;
}
#footer .footer-nav .footer-column ul li a:hover {
  color: #0e68cd;
}
#footer .follow-us {
  text-align: center;
  padding: 3em 0 3.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .follow-us a:hover {
  opacity: 0.7;
}
#footer .follow-us p {
  font-size: 1.125em;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  margin-right: 2em;
}
#footer .follow-us ul {
  display: flex;
  justify-content: center;
  gap: 1.25em;
}
#footer .follow-us ul img {
  height: 30px;
}
#footer .footer-bottom {
  font-size: 0.75em;
  color: #111111;
  padding: 3.5em 1em 4em;
  background-color: #FFF;
}
#footer .footer-bottom .logo img {
  height: 32px;
}
#footer .footer-bottom .address {
  margin: 1.5em 0 1em;
}
#footer .footer-bottom .copy {
  margin: 1.5em 0 1em;
  transition: 0.2s;
}
#footer .footer-bottom .copy a {
  border-bottom: 1px solid #DDD;
}
#footer .footer-bottom .copy a:hover {
  border-bottom: none;
}
#footer .footer-bottom .copy p + p {
  margin-top: 1em;
}
#footer #page-top {
  position: fixed;
  right: 40px;
  bottom: 0;
  width: max-content;
  border-radius: 100%;
  box-shadow: 0 0 0.8em 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: 0.2s;
  transform: translateY(100%);
}
#footer #page-top.active {
  bottom: 40px;
  transform: translateY(0);
}

/* ------------------------------------------------------------------
	PC 
-------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  /* =共通スタイル
  ------------------------------------------------------------*/
  .sp {
    display: inherit;
  }

  .pc {
    display: none;
  }

  .base-width {
    padding: 0 1.8em;
  }

  .base-width-s {
    padding: 0 1.8em;
  }

  .content {
    padding: 3em 0 4em;
  }

  /* =ヘッダーエリア(#header)
  ------------------------------------------------------------*/
  #header .sp-menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
  }
  #header .sp-menu span, #header .sp-menu:before, #header .sp-menu:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    background: #07112e;
    transition: 0.2s;
  }
  #header .sp-menu:before {
    transform: translateY(-10px);
  }
  #header .sp-menu:after {
    transform: translateY(10px);
  }
  #header .sp-menu.open span {
    display: none;
  }
  #header .sp-menu.open:before {
    transform: rotate(45deg);
  }
  #header .sp-menu.open:after {
    transform: rotate(-45deg);
  }
  #header .sp-menu.open + nav {
    transform: translateY(0%);
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 19.4vw;
  }
  #header nav {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    padding: 0;
    background: white;
    transform: translateY(-150%);
    transition: 0.2s;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1);
  }
  #header #gNav {
    display: block;
    padding-bottom: 1.5em;
  }
  #header #gNav .item {
    position: relative;
  }
  #header #gNav .item:not(:first-of-type) {
    margin-left: 0;
  }
  #header #gNav .item .pc {
    display: none !important;
  }
  #header #gNav .item a,
  #header #gNav .item .toggle {
    display: block;
    position: relative;
    padding: 1em 2.5em;
  }
  #header #gNav .item a::after,
  #header #gNav .item .toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 3.2em;
    content: "";
    width: 0.6em;
    height: 0.6em;
    border-top: 2px solid #0e68cd;
    border-right: 2px solid #0e68cd;
    transform: translateY(-50%) rotate(45deg);
  }
  #header #gNav .item a .inLine {
    position: static;
  }
  #header #gNav .item a .inLine::before {
    display: none;
  }
  #header #gNav .item a:hover .inLine::before {
    display: none;
  }
  #header #gNav .item .toggle {
    font-weight: 700;
  }
  #header #gNav .item .toggle::after {
    transform: translateY(-50%) rotate(135deg);
  }
  #header #gNav .item .toggle.active::after {
    transform: translateY(-50%) rotate(-45deg);
  }
  #header #gNav .item.contact {
    margin: 1.5em 2.5em 0;
    border: 0;
  }
  #header #gNav .item.contact a {
    padding: 1em 1em;
  }
  #header #gNav .item.contact a::after {
    display: none;
  }
  #header #gNav .item .child {
    display: none;
    position: relative;
    opacity: 1;
    transform: scaleY(1) translate(0, 0);
    top: 0;
    box-shadow: none;
    padding: 0.5em 0 1em;
  }
  #header #gNav .item .child ul {
    display: flex;
    flex-direction: column;
    gap: unset;
    padding: 0 0 0 1em;
  }
  #header #gNav .item .child ul li {
    flex: none;
    border: none;
  }
  #header #gNav .item .child ul li a {
    padding: 1em 0 0.8em 2.5em;
  }
  #header #gNav .item .child ul li a::after {
    top: 48%;
    right: 3em;
    width: 0.8em;
    height: 0.7em;
    max-width: 18px;
    border: none;
  }
  #header #gNav .item .child ul li a::before {
    display: none;
  }

  /* =フッターエリア(#footer)
  ------------------------------------------------------------*/
  #footer {
    padding: 2.5em 0 0;
  }
  #footer .f-inner {
    padding: 0;
  }
  #footer .footer-nav {
    flex-direction: column;
    align-items: flex-start;
  }
  #footer .footer-nav .footer-column {
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  #footer .footer-nav .footer-column p {
    margin: 0 0 1em;
  }
  #footer .footer-nav .footer-column p::before {
    width: 1em;
    height: 1em;
  }
  #footer .footer-nav .footer-column ul {
    display: none;
  }
  #footer .follow-us {
    padding: 1.5em 0 2.5em;
    flex-direction: column;
  }
  #footer .follow-us p {
    margin: 0 0 0.5em;
  }
  #footer .follow-us ul {
    gap: 1.5em;
  }
  #footer .follow-us ul img {
    height: 2em;
  }
  #footer .footer-bottom {
    padding: 3.5em 0 4em;
  }
  #footer .footer-bottom .logo img {
    height: 2.5em;
  }
  #footer #page-top {
    right: 1em;
  }
  #footer #page-top.active {
    bottom: 1em;
  }
  #footer #page-top a img {
    width: 3.75em;
  }
}
/* ------------------------------------------------------------------
	スマホ
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  /* =共通スタイル
  ------------------------------------------------------------*/
  body {
    font-size: 3.87vw;
  }

  a {
    transition: 0s;
  }

  .sp {
    display: inherit;
  }

  .pc {
    display: none;
  }

  /* =ヘッダーエリア(#header)
  ------------------------------------------------------------*/
  #header {
    height: 19.4vw;
    padding: 0 1.25em 0 1.25em;
  }
  #header .h-logo img {
    width: 39.1vw;
  }
  #header .sp-menu {
    width: 2.5em;
    height: 2.5em;
  }
  #header .sp-menu span, #header .sp-menu:before, #header .sp-menu:after {
    width: 75%;
  }
  #header .sp-menu:before {
    transform: translateY(-2.5vw);
  }
  #header .sp-menu:after {
    transform: translateY(2.5vw);
  }
  #header nav {
    top: 19.4vw;
  }
}
/* ------------------------------------------------------------------
	個別共用レイアウト
-------------------------------------------------------------------*/
/* =共通ボタン
------------------------------------------------------------*/
.btn {
  color: #FFF;
  background-color: #0e68cd;
  font-weight: 700;
  text-align: center;
  width: 70%;
  max-width: 260px;
  position: relative;
  display: block;
  padding: 1em 0.5em;
  margin: 0 auto;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .btn {
    max-width: inherit;
  }
}
.btn:hover {
  opacity: 0.85;
}
.btn:hover::before {
  animation: realisticBounce 1.5s infinite;
  animation-fill-mode: forwards;
}
.btn::before {
  content: "";
  position: absolute;
  top: 46%;
  right: 6%;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 12px;
  background-image: url("/asset/img/common/arrow_white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn.s-white {
  color: #0e68cd;
  border: 1px solid #0e68cd;
  background-color: #FFF;
}
.btn.s-white:hover {
  background-color: #f2f8fe;
  opacity: 1;
}
.btn.s-white::before {
  background-image: url("/asset/img/common/arrow_blue.svg");
}
.btn.s-white.prev::before {
  left: 6%;
  background-image: url("/asset/img/common/arrow_blue_prev.svg");
}

@keyframes realisticBounce {
  0% {
    opacity: 0;
    transform: translateY(-50%) translateX(0);
    animation-timing-function: ease-in;
  }
  15% {
    transform: translateY(-50%) translateX(0);
    animation-timing-function: cubic-bezier(0.2, 0, 0.6, 1);
  }
  30% {
    opacity: 1;
    transform: translateY(-50%) translateX(6px);
    animation-timing-function: cubic-bezier(0.4, 0, 0.8, 0);
  }
  40% {
    opacity: 1;
    transform: translateY(-50%) translateX(3px);
    animation-timing-function: cubic-bezier(0.2, 1, 0.6, 1);
  }
  60% {
    opacity: 1;
    transform: translateY(-50%) translateX(6px);
    animation-timing-function: cubic-bezier(0.4, 0, 0.8, 0);
  }
  70% {
    opacity: 1;
    transform: translateY(-50%) translateX(3px);
    animation-timing-function: cubic-bezier(0.2, 1, 0.6, 1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-50%) translateX(0);
    animation-timing-function: ease-out;
  }
}
/* =hover img zoom
------------------------------------------------------------*/
.imgzoom {
  overflow: hidden;
}
.imgzoom img {
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform;
}

a:hover .imgzoom img {
  transform: scale(1.06);
  transition-duration: 0.35s;
}

/* =youtube
------------------------------------------------------------*/
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =注記
------------------------------------------------------------*/
.noteTxt li {
  font-size: 0.75em;
  padding-left: 1em;
  text-indent: -1em;
}
.noteTxt.right {
  text-align: right;
}

/* =breadcrumb
------------------------------------------------------------*/
.breadcrumb {
  font-size: 0.75em;
  display: flex;
}
.breadcrumb,
.breadcrumb a {
  color: rgba(0, 0, 0, 0.7);
  transition: 0.3s;
}
.breadcrumb .current-item {
  color: rgba(0, 0, 0, 0.5);
  text-overflow: ellipsis;
}
.breadcrumb > span + span:before {
  content: "\03e";
  margin: 0 0.6em;
}
.breadcrumb a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.breadcrumb a:hover {
  border-bottom: 0;
}

/* = スマホ = */
@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 0.625em;
  }
  .breadcrumb span:last-child {
    display: inline-block;
    width: 46vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* =PAGE BASE Title
------------------------------------------------------------*/
.pageTitle {
  background-color: #f2f8fe;
  background-image: url("/asset/img/common/pagetitle_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 260px;
  padding: 0 1em;
}
.pageTitle .base-width {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.pageTitle h1, .pageTitle .normalType {
  color: #0e68cd;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}
.pageTitle h1 .sub, .pageTitle .normalType .sub {
  margin-left: 0.5em;
  font-size: 0.55em;
  border: 1px solid #0e68cd;
  padding: 0.1em 0.3em;
  background-color: #FFF;
}
.pageTitle .breadcrumb {
  position: absolute;
  bottom: 4%;
}

/* = PC = */
@media screen and (max-width: 1000px) {
  .pageTitle {
    height: 200px;
    padding: 0;
  }
  .pageTitle h1, .pageTitle .normalType {
    font-size: 2em;
  }
}
/* = スマホ = */
@media screen and (max-width: 768px) {
  .pageTitle {
    height: 50vw;
  }
  .pageTitle h1, .pageTitle .normalType {
    font-size: 1.75em;
    line-height: 1.4;
  }
}
/* =基本ヘッダー
------------------------------------------------------------*/
.headline2 {
  font-size: 2.25em;
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  position: relative;
  font-feature-settings: "palt";
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .headline2 {
    font-size: 1.5em;
    line-height: 1.6;
  }
}
.headline2::before {
  content: "";
  background: linear-gradient(90deg, #1487fd 0 50%, #c9f62a 50% 100%);
  width: 2.5em;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.headline3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1.2em;
  padding-bottom: 0.3em;
  border-bottom: 3px solid #d4dbe3;
  position: relative;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .headline3 {
    font-size: 1.25em;
  }
}
.headline3::before {
  content: "";
  background: linear-gradient(90deg, #1487fd 0 50%, #c9f62a 50% 100%);
  width: 2.5em;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
}

/* = ページ下部お問い合わせエリア
------------------------------------------------------------*/
.contactArea {
  background-image: url("/asset/img/common/contact_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5em 1em;
  text-align: center;
  color: #fff;
}
.contactArea .txt {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}
.contactArea .btn {
  font-size: 1.5em;
  color: #07112e;
  background-color: #c9e419;
  transition: background-color 0.3s ease;
  max-width: 440px;
  padding: 0.8em 0.5em;
}
.contactArea .btn:hover {
  background-color: #dff073;
  opacity: 1;
}
.contactArea .btn::before {
  width: 18px;
  height: 14px;
  background-image: url("/asset/img/common/arrow_navy.svg");
}

/* = PC = */
@media screen and (max-width: 1000px) {
  .contactArea {
    padding: 4em 0;
  }
  .contactArea .txt {
    font-size: 1.75em;
    margin-bottom: 20px;
  }
  .contactArea .btn {
    font-size: 1.25em;
    padding: 0.8em 0.5em;
  }
}
/* = スマホ = */
@media screen and (max-width: 768px) {
  .contactArea {
    padding: 3.5em 0;
  }
  .contactArea .txt {
    font-size: 1.5em;
  }
  .contactArea .btn {
    font-size: 1.125em;
  }
}
/* = ページ内ナビリンク
------------------------------------------------------------*/
.nav-anchorLink {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
  margin-bottom: 4em;
}
@media screen and (max-width: 1000px) {
  .nav-anchorLink {
    grid-template-columns: repeat(2, 1fr);
  }
}
.nav-anchorLink li a {
  color: #0e68cd;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 1em;
  border: 1px solid #0e68cd;
  background-color: #f2f8fe;
  border-radius: 6px;
}
.nav-anchorLink li a:hover {
  background-color: #e4f0fd;
}
.nav-anchorLink li a.active {
  color: #FFF;
  background-color: #0e68cd;
}

/* = スマホ = */
@media screen and (max-width: 768px) {
  .nav-anchorLink {
    margin-bottom: 3em;
  }
  .nav-anchorLink li a {
    font-size: 0.875em;
    padding: 0.8em 0.3em;
  }
}
/* = 新着情報一覧、共通（分類・時間）
------------------------------------------------------------*/
.list-topics li {
  border-bottom: 1px solid #dee1e3;
}
.list-topics li a {
  display: flex;
  width: 100%;
  padding: 1.5em 2em 1.5em 2em;
}
.list-topics li a:hover {
  background-color: #F8F8F8;
}
.list-topics li a:hover .txt {
  color: #0e68cd;
}
.list-topics li .txt {
  transition: all 0.3s ease;
  overflow-wrap: break-word;
}

time {
  font-weight: 700;
  line-height: 1.4;
  margin-right: 1em;
}

.tag span {
  display: flex;
  justify-content: center;
  width: 8em;
  margin-right: 2em;
  font-size: 0.75em;
}
.tag span.release {
  color: #2079dd;
  background-color: #e9f3ff;
}
.tag span.info {
  color: #16a463;
  background-color: #e6f8f0;
}
.tag span.press {
  color: #db4677;
  background-color: #feecf3;
}

/* = スマホ = */
@media screen and (max-width: 768px) {
  .list-topics li a {
    flex-wrap: wrap;
    padding: 1.5em 0.5em;
  }
  .list-topics li .txt {
    width: 100%;
    margin-top: 1em;
  }

  .tag span {
    width: 8em;
    margin-right: 0;
  }
}
/* = タイルレイアウト_ベース_シンプル
------------------------------------------------------------*/
.list-tile {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
@media screen and (max-width: 1000px) {
  .list-tile {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .list-tile {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5em;
  }
}
.list-tile a:hover .arrow::before {
  animation: realisticBounce 1.5s infinite;
  animation-fill-mode: forwards;
}

/* = タイルレイアウト_プロダクト
------------------------------------------------------------*/
.list-tile-pro {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5em;
}
@media screen and (max-width: 1000px) {
  .list-tile-pro {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .list-tile-pro {
    grid-template-columns: repeat(1, 1fr);
  }
}
.list-tile-pro li {
  font-feature-settings: "palt";
}
.list-tile-pro li .title {
  font-size: 1.25em;
  color: #0e68cd;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.list-tile-pro li figure {
  width: 100%;
  margin-bottom: 0.8em;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
}

/* =テーブルレイアウト
------------------------------------------------------------*/
.col-table {
  width: 100%;
}
.col-table tr {
  border-top: solid 1px #d4dbe3;
  padding: 1.5em 1em;
}
.col-table tr th {
  font-weight: 700;
  width: 20%;
  text-align: left;
  padding: 1.5em 0.5em 1.5em 1.5em;
}
.col-table tr td {
  padding: 1.5em 1.5em;
}
.col-table tr td p + p {
  margin-top: 1em;
}
.col-table tr td p span {
  font-weight: 700;
}
.col-table tr:last-child {
  border-bottom: solid 1px #d4dbe3;
}

/* = スマホ = */
@media screen and (max-width: 768px) {
  .col-table tr {
    display: flex;
    flex-direction: column;
    padding: 1.5em 0.5em;
  }
  .col-table tr th {
    width: 100%;
    padding: 0 0 1em;
  }
  .col-table tr td {
    padding: 0;
  }
}
/* =リストレイアウト
------------------------------------------------------------*/
.disc {
  list-style-type: disc;
}

.decimal {
  list-style-type: decimal;
}

.disc, .decimal {
  list-style-position: outside;
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.disc li, .decimal li {
  margin-bottom: 0.3em;
}
