@charset "UTF-8";
/* ------------------------------ */
/* リセットCSS */
/* ------------------------------ */
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  height: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font: normal 1.6rem/1.8 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: cover;
  object-fit: cover;
}

p {
  font-family: "Noto Sans JP", sans-serif;
}

a:hover {
  color: inherit;
}

.l_header {
  background: #fff;
  padding: 16px 0 20px;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  z-index: 200;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1079px) {
  .l_header {
    padding: 0;
  }
}

.l_header-inner {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 1079px) {
  .l_header-inner {
    width: 100%;
    padding: 8px 16px;
  }
}

.l_header-group_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l_header-logo {
  width: 30%;
  width: clamp(120px, 27.7777777778vw, 300px);
  flex-shrink: 0;
}
@media screen and (max-width: 1079px) {
  .l_header-logo {
    width: 70%;
    max-width: 360px;
  }
}

.l_header-feature_list {
  width: 38%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.l_header-feature_item {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  flex-shrink: 0;
  height: clamp(16px, 2.962962963vw, 32px);
}

.l_header-feature_img {
  height: 100%;
}

.l_header-info {
  width: 24%;
  text-align: right;
  white-space: nowrap;
  color: #1f5180;
  font-weight: 500;
}

.l_header-info_tel {
  font-size: 3.6rem;
  line-height: 1;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .l_header-info_tel {
    pointer-events: visible;
  }
}
.l_header-info_opening-hours {
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", serif;
}

.l_header-info_address {
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", serif;
}

.l_header-menu__pc {
  margin-top: 20px;
}
@media screen and (max-width: 1079px) {
  .l_header-menu__pc {
    display: none;
  }
}

.l_header-menu__sp {
  display: none;
}
@media screen and (max-width: 1079px) {
  .l_header-menu__sp {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 1;
  }
}

.l_header-menu_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 1079px) {
  .l_header-menu_list {
    display: block;
  }
}

.l_header-menu_item {
  flex-shrink: 0;
}
@media screen and (max-width: 1079px) {
  .l_header-menu_item {
    position: relative;
  }
}

.l_header-menu_item::before,
.l_header-menu_item::after {
  display: none;
}
@media screen and (max-width: 1079px) {
  .l_header-menu_item::before,
  .l_header-menu_item::after {
    display: block;
    content: "";
    position: absolute;
    height: 2px;
    background: #1f5180;
    top: 50%;
    right: 24px;
    translate: 0 -50%;
  }
}

.l_header-menu_item::before {
  width: 18px;
}

.l_header-menu_item::after {
  width: 8px;
  transform-origin: right;
  rotate: 45deg;
}

.l_header-menu_item__toggle:before,
.l_header-menu_item__toggle:after {
  width: 16px;
}

.l_header-menu_item__toggle:after {
  rotate: 90deg;
  transform-origin: center;
  transition: all 0.2s;
}

.l_header-menu_item__toggle:after {
  rotate: 180deg;
}

.l_header-menu_item__toggle.is-open:after {
  rotate: 90deg;
}

.l_header-menu_link {
  transition: all 0.2s;
}
@media screen and (max-width: 1079px) {
  .l_header-menu_link {
    width: 100%;
    padding: 10px 24px;
    display: block;
    background: #cddddf;
  }
}

@media (hover: hover) {
  .l_header-menu_link:hover {
    opacity: 0.6;
  }
}
@media screen and (hover: hover) and (max-width: 1079px) {
  .l_header-menu_link:hover {
    opacity: 1;
    background: #aebbc5;
  }
}
.l_header-menu_link img {
  height: 28px;
}
@media screen and (max-width: 1079px) {
  .l_header-menu_link img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
    height: 24px;
    vertical-align: middle;
  }
}

/* ===============================================
# SP版アンカーリンク
=============================================== */
.l_header-menu_top-anchor-item {
  color: #1f5180;
}

.l_header-menu_top-anchor-link {
  transition: all 0.2s;
  padding: 4px 24px;
  display: block;
  color: #1f5180;
  background: #ebebeb;
}

@media screen and (hover: hover) and (max-width: 1079px) {
  .l_header-menu_top-anchor-link:hover {
    background: #aebbc5;
  }
}
.l_header-menu_top-anchor-link::before {
  content: "";
  margin-inline: 8px;
  border-radius: 100vh;
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #1f5180;
  vertical-align: middle;
}

/* ===============================================
# js
=============================================== */
@media screen and (max-width: 1079px) {
  .js_nav {
    visibility: hidden;
    overflow: hidden;
  }
}

@media screen and (max-width: 1079px) {
  .js_nav.is-open {
    visibility: visible;
  }
}

.l_footer {
  color: #1f5180;
  width: 100%;
  padding: 48px 0 88px;
}
@media screen and (max-width: 767px) {
  .l_footer {
    padding: 32px 0 100px;
  }
}

.l_footer-inner {
  padding: 5%;
  max-width: 1200px;
  margin-inline: auto;
}

.l_footer-logo_link {
  display: inline-block;
  width: 80%;
  max-width: 400px;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}

.l_footer-logo_img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l_footer_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .l_footer_flex {
    display: block;
  }
}

.l_footer-col {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .l_footer-col {
    width: 100%;
  }
}

.l_footer-info {
  margin-top: 1em;
}

.l_footer-info_address {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 14px;
}

.l_footer-info_inner {
  margin-top: 8px;
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l_footer-info_inner {
    margin-top: 1em;
  }
}
@media screen and (max-width: 500px) {
  .l_footer-info_inner {
    display: block;
  }
}

.l_footer-info_tel {
  line-height: 1;
  white-space: nowrap;
  font-size: clamp(32px, 4.4444444444vw, 48px);
}

.l_footer-info_opening-hours {
  line-height: 1;
  white-space: nowrap;
}

.l_footer-feature_list {
  margin-top: 24px;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .l_footer-feature_list {
    display: none;
  }
}

.l_footer-feature_item {
  font-size: 14px;
  white-space: nowrap;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  border: 1px solid #1f5180;
  padding: 2px 8px;
}

.l_footer-menu_list {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l_footer-menu_list {
    display: none;
  }
}

.l_footer-menu_list.__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l_footer-menu_list.__sp {
    display: flex;
    gap: 8px;
  }
}

.l_footer-menu_item {
  white-space: nowrap;
  font-size: 14px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .l_footer-menu_item {
    width: calc((100% - 8px) / 2);
  }
}

.l_footer-menu_item.__sm {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .l_footer-menu_item.__sm {
    width: calc((100% - 8px) / 2);
  }
}

.l_footer-menu_item::before {
  content: "";
  display: inline-block;
  -webkit-clip-path: polygon(
    0 7%,
    7% 0,
    57% 50%,
    7% 100%,
    0 93%,
    43% 50%,
    0 7%
  );
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 10px;
  aspect-ratio: 1;
  background-color: #80a28e;
}

@media screen and (max-width: 767px) {
  .l_footer-menu_link {
    font-size: 12px;
  }
}

.l_footer_map-wrap {
  width: 48%;
}
@media screen and (max-width: 1200px) {
  .l_footer_map-wrap {
    margin-top: 2em;
    width: 100%;
  }
}

.l_footer_map {
  width: 100%;
  max-height: 300px;
}
@media screen and (max-width: 767px) {
  .l_footer_map {
    max-height: 240px;
  }
}

.l_footer-copyright {
  margin-top: 1em;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .l_footer-copyright {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l_footer-copyright {
    margin-top: 3em;
    font-size: 12px;
  }
}

.l_footer-copyright_text {
  display: block;
  color: #002e5d;
}

.l_container-xs,
.l_container-sm,
.l_container,
.l_container-lg {
  margin-inline: auto;
}

.l_container {
  width: min(90%, 1040px);
}

.l_container-xs {
  width: min(90%, 800px);
}

.l_container-sm {
  width: min(90%, 920px);
}

.l_container-lg {
  width: min(90%, 1200px);
}

.l_contents {
  padding: clamp(80px, 9.2592592593vw, 100px) 0;
}

.l_page-contents {
  padding: clamp(40px, 5.5555555556vw, 60px) 0;
}

.l_body.is-active {
  overflow-x: hidden;
}

.l_inner {
  margin-top: 32px;
}

.m_btn-wrap {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.m_btn-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100vh;
  top: 0;
  left: 0;
  translate: 3px 3px;
  z-index: -1;
  transition: 0.3s;
}

.m_btn-wrap.__bgn::before {
  background: transparent;
}

.m_btn-wrap.__accent::before {
  background: #cddddf;
}

.m_btn-wrap.__amazon::before {
  background: #e2c747;
}

.m_btn {
  font-weight: 500;
  min-width: 240px;
  color: #1f5180;
  border: 1px solid #1f5180;
  border-radius: 100vh;
  padding: 8px 64px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .m_btn {
    min-width: auto;
    font-size: 14px;
  }
}

.m_btn.__sm {
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .m_btn.__sm {
    min-width: none;
  }
}

.m_btn.__lg {
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  .m_btn.__lg {
    min-width: none;
  }
}

.m_btn.__accent {
  font-family: "Zen Maru Gothic", serif;
  font-size: 16px;
}

.m_btn.__amazon {
  font-family: "Zen Maru Gothic", serif;
  font-size: 16px;
}

.m_btn::before,
.m_btn::after {
  content: "";
  position: absolute;
  top: 52%;
  right: -24px;
  translate: 0 -50%;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .m_btn::before,
  .m_btn::after {
    right: -16px;
  }
}

.m_btn::before {
  width: 80px;
  height: 1px;
  background: #1f5180;
}
@media screen and (max-width: 767px) {
  .m_btn::before {
    width: 56px;
  }
}

.m_btn::after {
  width: 8px;
  aspect-ratio: 1;
  border: 1px solid;
  border-color: #1f5180 #1f5180 transparent transparent;
  rotate: 45deg;
}

.m_btn.__bgn {
  border: 1px solid #fff;
  color: #fff;
}

.m_btn.__bgn::before {
  background: #fff;
}

.m_btn.__bgn::after {
  border-color: #fff #fff transparent transparent;
}

@media (hover: hover) {
  .m_btn-wrap:hover.m_btn-wrap::before {
    translate: 0;
  }
  .m_btn:hover.m_btn::before,
  .m_btn:hover.m_btn::after {
    right: -32px;
  }
}
@media screen and (hover: hover) and (max-width: 767px) {
  .m_btn:hover.m_btn::before,
  .m_btn:hover.m_btn::after {
    right: -16px;
  }
}
.m_hamburger {
  display: none;
}
@media screen and (max-width: 1079px) {
  .m_hamburger {
    display: block;
    width: 24px;
    height: 20px;
  }
}

.m_hamburger-trigger {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.m_hamburger-bar {
  display: block;
  border-radius: 100vh;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #1f5180;
  left: 50%;
  transition: all 0.2s;
}

.m_hamburger-bar:first-child {
  top: 0;
  transform: translate(-50%, 0);
}

.m_hamburger-bar:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.m_hamburger-bar:last-child {
  top: 100%;
  transform: translate(-50%, -100%);
}

.m_hamburger.is-active .m_hamburger-bar:first-child {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.m_hamburger.is-active .m_hamburger-bar:nth-child(2) {
  opacity: 0;
}
.m_hamburger.is-active .m_hamburger-bar:last-child {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

.m_overlay {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 200;
  transition: all 0.2s;
}

.js_overlay.is-active {
  display: block;
}

.m_section-heading {
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  color: #1f5180;
  text-align: center;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .m_section-heading {
    font-size: 2.4rem;
  }
}

.m_section-heading_sub {
  display: block;
  font-size: 1.6rem;
  font-family: serif;
  font-style: italic;
  font-weight: normal;
}

.m_card-posts_col:nth-of-type(2n) .top_column_posts-category::after {
  background: #80b0c7;
}

.m_card-posts_col:nth-of-type(3n) .top_column_posts-category::after {
  background: #86c1ab;
}

.m_card-posts {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .m_card-posts {
    flex-direction: column;
    align-items: center;
  }
}

.m_card-posts__col-3 {
  gap: 40px;
}

.m_card-posts_col {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 767px) {
  .m_card-posts_col {
    width: 100%;
  }
}

.m_card-posts-inner {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.m_card-post {
  width: 100%;
  max-width: 400px;
  position: relative;
}

.m_card-post__sm {
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .m_card-post__sm {
    max-width: 400px;
  }
}

.m_card-post__sm:not(:first-child) {
  margin-top: 24px;
}

.m_card-post_categry {
  text-align: center;
  white-space: nowrap;
  width: 152px;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 4px 0;
  background: #6e80c3;
  position: absolute;
  translate: -8px -8px;
  z-index: 1;
}

.m_card-post:nth-child(2n) .m_card-post_categry {
  background: #80b0c7;
}

.m_card-post:nth-child(3n) .m_card-post_categry {
  background: #86c1ab;
}

.widget-entry-cards.card-large-image img {
  aspect-ratio: 3/2;
}

.m_card-post__sm .m_card-post_thumb-wrap img {
  aspect-ratio: 2/1;
}

.m_card-post_thumb {
  width: 100%;
  height: 100%;
}

.widget-entry-cards.card-large-image p {
  margin-top: 40px;
}

.m_card-posts .widget-entry-cards.card-large-image .card-content,
.m_card-post_content {
  padding: 16px 64px 24px 0;
  position: relative;
}

.m_card-post__sm .m_card-post_content {
  padding: 16px 64px 24px 0;
}

.m_card-posts .widget-entry-cards.card-large-image .card-content::after,
.m_card-post_content::after {
  content: "";
  background: url(../img/t_5_4.png) center/cover;
  width: 44px;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
}

.m_card-post__sm .m_card-post_content::after {
  right: 16px;
}

.m_card-posts .card-title,
.m_card-post_title {
  font-weight: bold;
  font-size: 14px;
}

.m_text-post {
  padding: 16px 24px;
}
@media screen and (max-width: 767px) {
  .m_text-post {
    padding: 24px 0;
    margin: 0 24px;
  }
}

.m_text-post {
  background-image: linear-gradient(
    to right,
    #002673,
    #002673 2px,
    transparent 2px,
    transparent 10px
  ); /* 幅2の線を作る */
  background-size: 10px 2px; /* グラデーションの幅・高さを指定 */
  background-position: left bottom; /* 背景の開始位置を指定 */
  background-repeat: repeat-x; /* 横向きにのみ繰り返す */
}

.m_text-post_link {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .m_text-post_link {
    gap: 0;
    flex-direction: column;
  }
}

.m_text-post_date {
  font-weight: 500;
  flex-shrink: 0;
  font-family: "Zen Maru Gothic", serif;
  color: #002e5d;
}

.m_text-post_title {
  font-weight: 500;
}

.m_bottom-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .m_bottom-menu {
    padding: 0 5%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 150;
    height: 100px;
    background: linear-gradient(
      transparent 0,
      transparent 30%,
      #1f5180 30%,
      #1f5180 100%
    );
  }
}
.m_bottom-menu .m_bottom-menu_list {
  margin-inline: auto;
  margin-top: 20px;
  max-width: 380px;
  display: flex;
  align-items: last baseline;
  justify-content: center;
  gap: clamp(36px, 8.3333333333vw, 64px);
}
.m_bottom-menu .m_bottom-menu_item {
  font-size: 12px;
  white-space: nowrap;
  width: 10%;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
}
.m_bottom-menu .m_bottom-menu_item.__top {
  scale: 1.3;
  width: 20%;
  translate: 0 -8px;
}
.m_bottom-menu .m_bottom-menu_link {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.m_bottom-menu .m_bottom-menu_link.__top {
  display: block;
}
.m_bottom-menu .m_bottom-menu_link-icon {
  height: 100%;
  width: auto;
  width: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.m_bottom-menu .m_bottom-menu_link-icon.__mail {
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(283deg)
    brightness(105%) contrast(105%);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(283deg)
    brightness(105%) contrast(105%);
  scale: 0.85;
  vertical-align: bottom;
  translate: 0 4px;
}
.m_bottom-menu .m_bottom-menu_link-text {
  margin-bottom: 8px;
}

.m_top-back_btn {
  position: fixed;
  z-index: 200;
  bottom: 24px;
  right: 5%;
  width: 120px;
}
@media screen and (max-width: 1079px) {
  .m_top-back_btn {
    display: none;
  }
}

.m_file-download {
  padding: 64px 0;
  background: #cddddf;
}

.m_file-download_body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1079px) {
  .m_file-download_body {
    flex-direction: column;
  }
}

.m_file-download_img-wrap {
  width: 25%;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 1079px) {
  .m_file-download_img-wrap {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .m_file-download_img-wrap {
    width: 70%;
  }
}

.m_file-download_img-wrap::after {
  content: "";
  position: absolute;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 100vh;
  background: #fff;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}

.m_file-download_texts {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1079px) {
  .m_file-download_texts {
    display: contents;
  }
}

.m_file-download_heading {
  font-size: 2.8rem;
  color: #002e5d;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
@media screen and (max-width: 1079px) {
  .m_file-download_heading {
    order: -1;
  }
}
@media screen and (max-width: 767px) {
  .m_file-download_heading {
    font-size: 2.4rem;
    text-align: center;
  }
}

.m_file-download_tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
@media screen and (max-width: 1079px) {
  .m_file-download_tag-list {
    gap: 8px;
  }
}

.m_file-download_tag-item {
  font-weight: 500;
  background: #fff;
  padding: 4px;
  font-size: 14px;
  color: #002e5d;
}
@media screen and (max-width: 767px) {
  .m_file-download_tag-item {
    font-size: 12px;
  }
}

.m_file-download_btn-wrap {
  white-space: nowrap;
  text-align: center;
}

@media screen and (max-width: 1079px) {
  .u_dn-md {
    display: none;
  }
}

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

@media screen and (max-width: 500px) {
  .u_dn-xs {
    display: none;
  }
}

.u_db-lg {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u_db-lg {
    display: block;
  }
}

.u_db-lg {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u_db-lg {
    display: block;
  }
}

.u_db-md {
  display: none;
}
@media screen and (max-width: 1079px) {
  .u_db-md {
    display: block;
  }
}

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

.u_db-xs {
  display: none;
}
@media screen and (max-width: 500px) {
  .u_db-xs {
    display: block;
  }
}

.u_bg-gray {
  background: #f5f5f7;
}

.u_bg-white {
  background: #fff;
}

.u_bg-accent {
  background: #cddddf;
}

/* 20251202 modified */
/* haader-new.php */
.l_header-info {
  width: auto;
}
.tel-box {
  display: block;
  border: 1px solid #1f5180;
  background: #1f5180;
  color: #fff;
  padding: 10px 20px;
  text-align: left;
  line-height: 1.1;
  .p1 {
    font-size: 14px;
  }
  .l_header-info_tel i {
    font-size: 0.8em;
    padding-right: 0.25em;
  }
}

/* footer-new.php */
.l_footer-info_address{
    font-size:1em;
}
.l_footer-info_inner {
    gap: 0;
    .p1{
        font-size:24px;
        line-height:1;
    }
    .l_footer-info_tel i{
        font-size:32px;
        padding-right:0.25em;
    }
    .l_footer-info_tel{
        font-size:40px;
        margin-bottom:20px;
    }
}


/* front-page.php , page-contact.php */
.top_contact-tel_text{
     line-height:1.25;
    .s1{
        font-size: 0.8em;    
    }
    .s2{
        font-size: 1.5em;    
    }    
}
