@charset "UTF-8";
/* -------------------------------------------------------------------------- */
/*                                   Colors                                   */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                              Default Functions                             */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                               Default Mixins                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                Custom Layout                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                  Defaults                                  */
/* -------------------------------------------------------------------------- */
.cmn-py {
  padding-block: 9rem 10rem;
}

.cmn-mb {
  margin-bottom: 6rem;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.cmn-limit1 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.cmn-limit2 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cmn-limit3 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.cmn-hl {
  background: linear-gradient(to bottom, transparent 60%, rgba(254, 129, 46, 0.6) 60%);
}

.cmn-bouten {
  position: relative;
}
.cmn-bouten::before {
  width: calc(25% + 1px);
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1;
  content: "";
  inset: -5px 0 auto 0;
  position: absolute;
  margin-inline: auto;
  background-color: #fe812e;
}

.fixed {
  height: 130px;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 150;
}

.break {
  flex-basis: 100%;
  height: 0;
}

/* ------------------------------ Hover Effects ----------------------------- */
.cmn-hover:hover {
  opacity: 0.7;
}

.cmn-glow:hover {
  filter: drop-shadow(0px 0px 8px #fe812e);
}
.cmn-glow--main:hover {
  filter: drop-shadow(0px 0px 8px #1f4bc7);
}
.cmn-glow--sub:hover {
  filter: drop-shadow(0px 0px 8px #121ab6);
}
.cmn-glow--accent:hover {
  filter: drop-shadow(0px 0px 8px #fe812e);
}
.cmn-glow--bg:hover {
  filter: drop-shadow(0px 0px 8px #e1f5ff);
}
.cmn-glow--text:hover {
  filter: drop-shadow(0px 0px 8px #222222);
}

.move-t1:hover {
  transform: translateY(-3px);
}

.move-t2:hover {
  transform: translateY(-6px);
}

.move-t3:hover {
  transform: translateY(-9px);
}

.move-r1:hover {
  transform: translateX(3px);
}

.move-r2:hover {
  transform: translateX(6px);
}

.move-r3:hover {
  transform: translateX(9px);
}

.move-b1:hover {
  transform: translateY(3px);
}

.move-b2:hover {
  transform: translateY(6px);
}

.move-b3:hover {
  transform: translateY(9px);
}

.move-l1:hover {
  transform: translateX(-3px);
}

.move-l2:hover {
  transform: translateX(-6px);
}

.move-l3:hover {
  transform: translateX(-9px);
}

/* ------------------------------ Defaults (SP) ----------------------------- */
@media screen and (width <= 768px) {
  .cmn-py {
    padding-block: 3rem 4rem;
  }
  .cmn-mb {
    margin-bottom: 3rem;
  }
  .fixed {
    height: 85px;
  }
  .sp-px {
    padding-inline: 1.6rem;
  }
}
/* -------------------------------------------------------------------------- */
/*                                    Table                                   */
/* -------------------------------------------------------------------------- */
.cmn-table {
  width: 100%;
  table-layout: fixed;
}
.cmn-table tr {
  border-bottom: 2px solid #0890f6;
}
.cmn-table th,
.cmn-table td {
  padding: 1.5rem 3rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.cmn-table th {
  width: 25%;
  position: relative;
  vertical-align: middle;
  text-align: right;
  color: #1f4bc7;
}
.cmn-table--contact {
  width: 100%;
  table-layout: fixed;
}
.cmn-table--contact th {
  width: 35%;
  text-align: left;
}

@media screen and (width <= 768px) {
  .cmn-table th,
  .cmn-table td {
    width: 100%;
    display: block;
    padding: 1.2rem 0;
    font-size: 1.6rem;
  }
  .cmn-table th {
    text-align: left;
    padding-bottom: 0;
  }
}
/* -------------------------------------------------------------------------- */
/*                                 Information                                */
/* -------------------------------------------------------------------------- */
.cmn-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  gap: 2rem;
}
.cmn-sns__link img {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.cmn-sns2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  gap: 1rem 4rem;
}
.cmn-sns2__link {
  width: min(100%, 360px);
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1f4bc7;
}
.cmn-sns2__link:hover {
  background-color: #121ab6;
}
.cmn-sns2__link span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  padding-left: 5rem;
}
.cmn-sns2__link span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  margin-block: auto;
  width: 30px;
  height: auto;
  border-radius: 0;
  background: no-repeat center/contain;
}
.cmn-sns2__link--line span::before {
  height: 30px;
  background-image: url("../images/common/icon_line.png");
}
.cmn-sns2__link--mail span::before {
  height: 20px;
  background-image: url("../images/common/icon_mail.png");
}

.cmn-address {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.cmn-tel {
  width: fit-content;
}
.cmn-tel--footer .cmn-tel__tel2 {
  color: #1f4bc7;
}
.cmn-tel--footer .cmn-tel__tel2 span {
  color: #222222;
}
.cmn-tel__tel1, .cmn-tel__tel2 {
  display: block;
  width: fit-content;
  margin-inline: auto 0;
  letter-spacing: 0.025em;
}
.cmn-tel__tel1 span, .cmn-tel__tel2 span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  position: relative;
  line-height: 1;
}
.cmn-tel__tel1 {
  margin-bottom: 0.4rem;
}
.cmn-tel__tel1 span {
  font-size: 3.6rem;
  padding-left: 3.8rem;
}
.cmn-tel__tel1 span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  margin-block: auto;
  width: 28px;
  height: 28px;
  border-radius: 0;
  background: no-repeat center/contain url("../images/common/icon_tel.png");
  transform: translateY(0.4rem);
}
.cmn-tel__tel2 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 1rem;
}
.cmn-tel__tel2 span {
  font-size: 1.9rem;
  display: inline-block;
  padding-left: 1rem;
  margin-left: 1rem;
}
.cmn-tel__tel2 span::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  margin-block: auto;
  width: 1px;
  height: 16px;
  border-radius: 0;
  background-color: #121ab6;
}

/* -------------------------------------------------------------------------- */
/*                                Common Style                                */
/* -------------------------------------------------------------------------- */
.color-main {
  color: #1f4bc7;
}
.color-sub {
  color: #121ab6;
}
.color-accent {
  color: #fe812e;
}
.color-bg {
  color: #e1f5ff;
}
.color-text {
  color: #222222;
}

.shadow--main {
  text-shadow: 0 0 5px #1f4bc7, 0 0 10px #1f4bc7, 0 0 15px #1f4bc7, 0 0 20px #1f4bc7, 0 0 25px #1f4bc7;
}
.shadow--sub {
  text-shadow: 0 0 5px #121ab6, 0 0 10px #121ab6, 0 0 15px #121ab6, 0 0 20px #121ab6, 0 0 25px #121ab6;
}
.shadow--accent {
  text-shadow: 0 0 5px #fe812e, 0 0 10px #fe812e, 0 0 15px #fe812e, 0 0 20px #fe812e, 0 0 25px #fe812e;
}
.shadow--bg {
  text-shadow: 0 0 5px #e1f5ff, 0 0 10px #e1f5ff, 0 0 15px #e1f5ff, 0 0 20px #e1f5ff, 0 0 25px #e1f5ff;
}
.shadow--text {
  text-shadow: 0 0 5px #222222, 0 0 10px #222222, 0 0 15px #222222, 0 0 20px #222222, 0 0 25px #222222;
}

.cmn-textbox p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.6rem;
}
.cmn-textbox p a {
  display: inline-flex;
  text-decoration: underline;
}
.cmn-textbox p:not(:last-child) {
  margin-bottom: 2.5rem;
}
.cmn-textbox p span {
  color: #1f4bc7;
}
.cmn-textbox--left {
  text-align: left;
}
.cmn-textbox--center {
  text-align: center;
}
.cmn-textbox--right {
  text-align: right;
}
.cmn-textbox--justify {
  text-align: justify;
}

@media screen and (width <= 768px) {
  .cmn-textbox p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .cmn-textbox p:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cmn-button {
  width: 280px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  background-color: #1f4bc7;
}
.cmn-button span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
}
.cmn-button:hover {
  background-color: #121ab6;
}

.cmn-header {
  margin-bottom: 4rem;
}
.cmn-header h3,
.cmn-header p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  text-align: center;
}
.cmn-header h3 {
  font-size: 4.6rem;
  margin-bottom: 2rem;
  color: #1f4bc7;
}
.cmn-header h3 span {
  color: #fe812e;
}
.cmn-header h3 em {
  color: #121ab6;
}
.cmn-header p {
  text-transform: uppercase;
  font-size: 2.4rem;
  color: #0890f6;
}

@media screen and (width <= 768px) {
  .cmn-header {
    margin-bottom: 3rem;
  }
  .cmn-header h3 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
  .cmn-header p {
    font-size: 1.8rem;
  }
}
.cmn-arc {
  position: relative;
  z-index: 1;
}
.cmn-arc::before {
  content: "";
  position: absolute;
  inset: auto 0 0 50%;
  width: 100%;
  height: 370px;
  border-radius: 50% 50% 0 0;
  background-color: #e1f5ff;
  border-radius: 50% 50% 0 0;
  transform: translateX(-50%);
  z-index: -1;
}
.cmn-arc--sub::before {
  width: 100%;
  height: 110px;
  border-radius: 50% 50% 0 0;
}

.cmn-wave--des1, .cmn-wave--des2 {
  padding-bottom: 25rem;
  position: relative;
}
.cmn-wave--des1::before, .cmn-wave--des2::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  margin-inline: auto;
  width: 100%;
  height: 182px;
  border-radius: 0;
  background: no-repeat center bottom/contain;
}
.cmn-wave--des1::before {
  background-image: url("../images/common/cmn-deco1.png");
}
.cmn-wave--des2::before {
  background-image: url("../images/common/cmn-deco2.png");
}

@media screen and (width <= 768px) {
  .cmn-wave--des1, .cmn-wave--des2 {
    padding-bottom: 8rem;
    z-index: 1;
  }
  .cmn-wave--des1::before, .cmn-wave--des2::before {
    z-index: -1;
  }
}
.cmn-bg {
  background-color: #e1f5ff;
}

.cmn-note {
  list-style: outside "※";
  margin-left: 2ch;
}
.cmn-note__item {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.6rem;
}

@media screen and (width <= 768px) {
  .cmn-note__item {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
/* -------------------------------------------------------------------------- */
/*                                 Breadcrumbs                                */
/* -------------------------------------------------------------------------- */
.breadcrumbs {
  z-index: 100;
}
.breadcrumbs__wrapper-xl {
  padding-block: 0.9rem;
  background-color: #e1f5ff;
}
.breadcrumbs__wrapper-m {
  width: min(100%, 1030px);
  margin-inline: auto;
  display: flex;
  justify-content: start;
  align-items: start;
  margin-inline: auto;
}
.breadcrumbs__item {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
}
.breadcrumbs__item:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 30ch;
  text-align: inherit;
}
.breadcrumbs__item:not(:last-child) {
  position: relative;
  padding-right: 25px;
  white-space: nowrap;
  color: #1f4bc7;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 0;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
  transform: translate(-9px, 1px) rotate(-45deg);
}
.breadcrumbs__item a:hover {
  color: #fe812e;
}

@media screen and (width <= 768px) {
  .breadcrumbs {
    background-color: #e1f5ff;
  }
}
/* -------------------------------------------------------------------------- */
/*                                 Pagination                                 */
/* -------------------------------------------------------------------------- */
.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  gap: 0 1rem;
  margin-top: 9rem;
}
.pagenation li {
  width: 50px;
  height: 50px;
  border-radius: 0px;
}
.pagenation li a,
.pagenation li span {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1f4bc7;
  border: 3px solid #1f4bc7;
  font-size: 2rem;
  font-weight: 700;
}
.pagenation li a:not(.current):hover,
.pagenation li span:not(.current):hover {
  color: #ffffff;
  background-color: #1f4bc7;
}
.pagenation .current a,
.pagenation .current span {
  color: #ffffff;
  background-color: #1f4bc7;
}

@media screen and (width <= 768px) {
  .pagenation li {
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
  .pagenation li a,
  .pagenation li span {
    font-size: 1.6rem;
  }
}
/* -------------------------------------------------------------------------- */
/*                                 Navigation                                 */
/* -------------------------------------------------------------------------- */
.navigation__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  gap: 1rem;
}
.navigation__item-link:hover {
  color: #fe812e;
}
.navigation__item-na {
  color: #aaaaaa;
}
.navigation__item:nth-child(1), .navigation__item:nth-child(3) {
  width: 3.7rem;
  padding-inline: 1rem;
}
.navigation__item:nth-child(1) {
  border-right: 1px solid #aaaaaa;
}
.navigation__item:nth-child(3) {
  border-left: 1px solid #aaaaaa;
}

/* -------------------------------------------------------------------------- */
/*                          Top Navigation (PageTop)                          */
/* -------------------------------------------------------------------------- */
.sbutton {
  width: fit-content;
  position: fixed;
  z-index: 100;
}
.sbutton--top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  gap: 3rem;
  inset: auto 0 12vh auto;
  border-radius: 1.5rem 0 0 1.5rem;
  width: 14rem;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0px 0px 7px 3px rgba(31, 75, 199, 0.2);
}
.sbutton--bot {
  inset: auto 4rem 3vh auto;
}
.sbutton__cont {
  width: 100%;
}
.sbutton__cont2 {
  height: 60px;
}
.sbutton__tbox, .sbutton__bbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}
.sbutton__tbox {
  background-color: #0890f6;
  padding-block: 1.5rem;
}
.sbutton__tbox p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
}
.sbutton__tbox p:nth-child(1) {
  font-size: 1.8rem;
  color: #ffffff;
}
.sbutton__tbox p:nth-child(2) {
  font-size: 1.3rem;
  color: #fcd25b;
}
.sbutton__bbox {
  width: 9.5rem;
  margin-inline: auto;
  padding-block: 2.5rem;
}
.sbutton__bbox a {
  width: 100%;
}
.sbutton__bbox a:not(:last-child) {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px dotted #121ab6;
}
.sbutton__bbox a img {
  margin-inline: auto;
}

@media screen and (width <= 768px) {
  .sbutton--top {
    display: none;
  }
  .sbutton--bot {
    right: 1.6rem;
  }
  .sbutton__link img {
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
}
/* -------------------------------------------------------------------------- */
/*                              Google Map (map)                              */
/* -------------------------------------------------------------------------- */
.map iframe {
  width: 100%;
  height: 275px;
  border-radius: 0;
}

/* -------------------------------------------------------------------------- */
/*                                 Error (404)                                */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                               Privacy Policy                               */
/* -------------------------------------------------------------------------- */
.privacy__box:not(:last-child) {
  margin-bottom: 6rem;
}
.privacy__header {
  margin-bottom: 0.8rem;
}
.privacy__header h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1f4bc7;
}
.privacy .cmn-textbox p,
.privacy .cmn-textbox ul li {
  font-size: 1.6rem;
}
.privacy .cmn-textbox ul li {
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
}

@media screen and (width <= 768px) {
  .privacy__box:not(:last-child) {
    margin-bottom: 4rem;
  }
  .privacy__header h4 {
    font-size: 1.8rem;
  }
  .privacy .cmn-textbox p,
  .privacy .cmn-textbox ul li {
    line-height: 2.5rem;
  }
}
/* -------------------------------------------------------------------------- */
/*                               Sitemap (site)                               */
/* -------------------------------------------------------------------------- */
.site__wrapper {
  width: min(100%, 780px);
  margin-inline: auto;
}
.site__item {
  width: 100%;
}
.site__item-link {
  padding: clamp(20px, 2.5vw, 25px) 0;
  border-bottom: 2px solid #0890f6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1f4bc7;
}
.site__item-link:hover {
  color: #fe812e;
}

@media screen and (width <= 768px) {
  .site__item-link {
    font-size: 1.6rem;
  }
}
/* -------------------------------------------------------------------------- */
/*                                  Complete                                  */
/* -------------------------------------------------------------------------- */
.complete__link {
  margin-inline: auto;
  width: fit-content;
}
.complete__link span {
  text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
/*                                    News                                    */
/* -------------------------------------------------------------------------- */
.news {
  padding-block: 16rem;
}
.news__wrapper-ll {
  position: relative;
}
.news__wrapper-ll::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 359px;
  height: 301px;
  border-radius: 0;
  background: no-repeat center/contain url("../images/top/news_deco1.png");
  transform: translate(-37px, 20px);
  z-index: -1;
  transition: all 0.3s;
}
.news__wrapper-m {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  gap: 2rem 9.5rem;
}
.news__lbox {
  width: min(100%, 145px);
  flex-shrink: 0;
}
.news__list {
  width: 100%;
}
.news__item:not(:last-child) {
  margin-bottom: 4rem;
}
.news__item-link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
}
.news__item-img {
  flex-shrink: 0;
  border: 1px solid #aaaaaa;
}
.news__item-img img {
  width: 100px;
  height: 100px;
  border-radius: 0;
}
.news__item-box {
  min-height: 6.5rem;
  padding-left: 2.5rem;
  margin-left: 2.5rem;
  border-left: 4px solid #121ab6;
  transition: all 0.3s;
}
.news__item-date, .news__item-title {
  font-size: 1.8rem;
  font-weight: 500;
  flex-shrink: 0;
  transition: all 0.3s;
}
.news__item-title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 2;
}
.news__item:hover .news__item-title {
  color: #fe812e;
}
.news__item--des2:not(:last-child) {
  border-bottom: 2px solid #121ab6;
  padding-bottom: 4rem;
}
.news__item--des2 .news__item-box {
  margin-left: 0;
  padding-left: 0;
  border: none;
  flex-grow: 1;
}
.news__item--des2 .news__item-info {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-flow: row nowrap;
  gap: 2rem;
  margin-bottom: 1rem;
}
.news__item--des2 .news__item-date {
  font-size: 1.4rem;
}
.news__item--des2-title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news__item--des2 .news__item-img {
  flex-shrink: 0;
}
.news__tags {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: row wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.news__tags-tag {
  padding: 0 1.5rem;
  font-size: 1.4rem;
  white-space: nowrap;
  color: #0890f6;
  border: 1px solid #0890f6;
  border-radius: 1rem;
}
.news__button {
  width: fit-content;
  margin-inline: auto;
  padding: 1rem;
  border-bottom: 2px solid #1f4bc7;
}
.news__button span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #1f4bc7;
  transition: all 0.3s;
}
.news__button:hover {
  border-color: #fe812e;
}
.news__button:hover span {
  color: #fe812e;
}

.news-page .cmn-expand {
  margin-bottom: 8rem;
}
.news-page .news__tags {
  margin-bottom: 0;
}

@media screen and (width <= 1600px) {
  .news__wrapper-ll::before {
    opacity: 0.5;
  }
}
@media screen and (width <= 768px) {
  .news-page .cmn-expand {
    margin-bottom: 4rem;
  }
  .news {
    padding-block: 4rem 5rem;
  }
  .news__wrapper-ll::before {
    display: none;
  }
  .news__wrapper-m {
    flex-flow: column nowrap;
    gap: 0;
  }
  .news__list {
    margin-bottom: 3rem;
  }
  .news__item:not(:last-child) {
    margin-bottom: 2rem;
    border-bottom: 2px solid #121ab6;
  }
  .news__item-link {
    align-items: start;
    flex-flow: column nowrap;
    gap: 0;
  }
  .news__item-data, .news__item-box {
    width: 100%;
  }
  .news__item-box {
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
  .news__item-date {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .news__item-title {
    font-size: 1.6rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news__item--des2:not(:last-child) {
    border-bottom: 2px solid #121ab6;
    padding-bottom: 2rem;
  }
  .news__item--des2 .news__item-info {
    flex-flow: column nowrap;
    margin-bottom: 0.5rem;
    gap: 0;
  }
  .news__item--des2 .news__item-link {
    align-items: end;
    flex-flow: row nowrap;
    gap: 1rem;
  }
  .news__item--des2 .news__item-img img {
    width: 80px;
    height: 80px;
    border-radius: 0;
  }
  .news__tags {
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .news__tags-tag {
    padding: 0 1rem 0.2rem;
    font-size: 1.2rem;
  }
}
/* -------------------------- News (Tag Exapanded) -------------------------- */
.cmn-expand {
  padding: 3rem;
  border: 3px solid #fe812e;
  border-radius: 1rem;
  background-color: #ffffff;
}
.cmn-expand__note {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fe812e;
  text-align: center;
  margin-bottom: 2rem;
}
.cmn-expand__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  gap: 1rem;
}
.cmn-expand__item-link {
  position: relative;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.6rem 2rem;
  color: #0890f6;
  border: 1px solid #0890f6;
  border-radius: 1rem;
}
.cmn-expand__item-link:hover, .cmn-expand__item-link--current {
  background-color: #1f4bc7;
  border-color: #1f4bc7;
  color: #ffffff;
}

@media screen and (width <= 768px) {
  .cmn-expand {
    width: 100%;
    padding: 2rem;
  }
  .cmn-expand__note {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  .cmn-expand__item-link {
    padding: 0.5rem 1.5rem;
    font-size: 1.4rem;
  }
}
/* ---------------------------- News (Tag Option) --------------------------- */
.cmn-select {
  margin: 0 0 2.5rem auto;
  width: min(100%, 375px);
}
.cmn-select__list {
  padding: 0.8rem 1rem;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
}

/* ------------------------------ News (detail) ----------------------------- */
.newsd__header {
  margin-bottom: 2rem;
}
.newsd__header h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1f4bc7;
}
.newsd__info {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: row wrap;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
.newsd__date:has(+ .newsd__tags) {
  padding-right: 0.8rem;
  position: relative;
}
.newsd__date:has(+ .newsd__tags)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  border-radius: 0;
  inset: 0 0 0 auto;
  background-color: #aaaaaa;
  margin-block: auto;
  transform: translateY(1px);
}
.newsd__content {
  margin-bottom: 10rem;
}
.newsd__tags {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: row wrap;
}
.newsd__tags-tag {
  font-size: 1.4rem;
  color: #fe812e;
}
.newsd__tags-tag:not(:last-child)::after {
  content: "、";
}

@media screen and (width <= 768px) {
  .newsd__header h3 {
    font-size: 1.8rem;
  }
}
/* -------------------------------------------------------------------------- */
/*                                 Animations                                 */
/* -------------------------------------------------------------------------- */
@keyframes animateShadow {
  0%, 85% {
    box-shadow: 0px 0px 7px 3px transparent;
  }
  100% {
    box-shadow: 0px 0px 7px 3px rgba(31, 75, 199, 0.2);
  }
}