/*!
header, footer, top module
 ______________________________*/

/* 
html and body
_______________________________*/
body {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* 
header
_______________________________*/

/* =============================================
   Utility
   ============================================= */
.container {
  max-width: var(--max-w);
  margin-inline: auto;
}

.section-label {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--color-primary);
  background: var(--color-bg-blue);
  border: 1px solid var(--color-primary);
  border-radius: 2px;
  padding: 2px 10px;
  margin-bottom: 12px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-accent);
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 15px;
  padding: 14px 32px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-btn);
  transition: transform var(--transition), box-shadow var(--transition);
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245, 166, 35, 0.45);
}

.btn-primary::after {
  content: '›';
  font-size: 18px;
}

/* =============================================
   Section Headings
   ============================================= */
.section-heading {
  text-align: center;
  margin-bottom: 48px;
}

.section-heading .en {
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--color-primary);
  display: block;
  margin-bottom: 8px;
}

.section-heading h2 {
  font-family: var(--font-serif);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-text);
}

.section-heading .sub {
  margin-top: 16px;
  font-size: 14px;
  color: var(--color-text-sub);
  line-height: 1.9;
}

/* =============================================
   Header / Global Nav
   ============================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--color-border);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  gap: 24px;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}



/* =============================================
   Footer
   ============================================= */
.site-footer {
  background-color: #f3f3f3;
}

.footer-inner {
  position: relative;
  padding: 60px 0;

}

.footer-inner .ico_header {
  position: absolute;
  top: -35px;
  right: 0;
}

.footer-copy {
  background-color: #fff;
  padding: 20px 0;
}

.footer-copy p {
  text-align: center;
  font-size: .7rem;
}

.footer-logo {
  position: relative;
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 12px;
  align-items: center;
}

.footer-logo h1 img {
  width: 270px;
  height: auto;
}

.footer-logo p {
  position: relative;
  font-size: .8rem;
  top: -7px;
}

.mt0 {
  margin-top: 0;
}

.header {
  background-color: #fff;
  width: 100%;
  height: 146px;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

header.is-scrolled {
  background-color: rgb(255, 255, 255, 0.8);
  height: 116px;
}

header.is-scrolled ul.menu>li::before {}

.header_in {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 0 0;
  transition: all 0.3s ease;
  flex-wrap: wrap;
}

header nav {
  width: stretch;
  margin: 4px 0 0 0;
  transition: all 0.3s ease;
}

.header h1 {
  margin: 39px 0 0;
  padding: 0;
}

.header h1 a {
  display: block;
}

.header h1 a img {
  width: 272px;
  height: auto;
  transition: all 0.3s ease;
}

.menu_r {
  display: flex;
  transition: .3s;
}

.header_contact {
  background-color: #ff9b26;
  color: #fff;
  width: 357px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0 50px;
  margin: 0 auto;
}

.header_contact span {
  background-image: url(../img/common/ico_header_contact.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right center;
  padding: 0 32px 0 0;
  font-size: 1.2rem;
}

.ico_header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 34px;
  grid-row-gap: 0px;
  list-style-type: none;
  margin: 24px 0 0 100px;
}

.ico_header img {
  width: 25px;
  height: 25px;
}


.menu_r p {
  position: relative;
  right: -5px;
  text-align: right;
  font-size: 1.65rem;
  line-height: 1.5;
  margin: 8px 0 0;
}

.header input {
  display: none;
}

ul.menu {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  height: 41px;
}

ul.menu li {
  list-style-type: none;
  position: relative;
  font-family: -apple-system, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: .85rem;
}

@media screen and (min-width: 600px) {

  /*--/*PCのみ----*/
  ul.toggle-inner {
    background-color: #fff;
    /* for animate */
    opacity: 0;
    line-height: 0;
    display: block;
    height: 0;
  }

  ul.toggle-inner li {
    height: 0;
  }

  .toggle2 {
    width: 91px;
  }

  .toggle3 {
    width: 93px;
  }

  ul.toggle-inner li.has-child {
    position: relative;
  }

  ul.menu li.has-child:hover ul.toggle-inner {
    position: absolute;
    /* for animate */
    opacity: 1;
    line-height: 1.8;
    transition: line-height .2s;
    padding-top: 16px;
    position: relative;
    z-index: 10;
    width: max-content;
    text-align: left;
    height: inherit;
  }

  ul.menu li.has-child:hover ul.toggle-inner li {
    height: inherit;
  }

  .toggle_label {
    cursor: pointer;
  }

  /*___________________________________*/
}

.header_r {
  padding-top: 12px;
  width: 44%;
  font-size: 1.2rem;
}

/*
menu added
____________*/
ul.menu li {}

ul.menu>li {
  position: relative;
}


ul.menu>li.current-menu-item,
ul.menu>li.current_page_item,
ul.menu>li.current-page-ancestor,
ul.menu>li:hover {
  background-color: var(--color-primary);
  color: #fff;
}

ul.menu li a,
.toggle_label {
  color: var(--font-color);
  text-align: center;
  display: block;
  padding: 5px 32.8px 0;
  transition: .3s;
}

ul.menu li a span,
.toggle_label span {
  display: block;
  color: #aaa;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 70%;
}

ul.toggle-inner {
  position: absolute;
  margin: 0;
  padding: 0;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.17);
}

ul.toggle-inner li {
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.toggle-inner li a {
  padding: 10px 5px;
  text-align: left;
}

.header .container {
  display: flex;
  height: 100%;
  /* もしくは固定高さ */
  flex-direction: column;
  justify-content: space-between;
}

/*
mv
_______________*/

.mv {
  position: relative;
}

.mv img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mv_news {
  display: none;
  position: absolute;
  width: 677px;
  height: 56px;
  background-color: rgb(255, 255, 255, 0.8);
  padding: 12px;
  bottom: 0;
  left: 10px;
}

.mv_news .dl_dt {
  display: flex;
  font-size: .83rem;
  height: 40px;
}

.mv_news .dl_dt dt,
.mv_news .dl_dt dd {
  display: flex;
  align-items: center;
  padding: 0 25px;
}

.mv_news .dl_dt dt {
  border-right: 1px solid #ccc;
}

.mv_news .dl_dt dd {
  overflow: hidden;
}

.mv_news .dl_dt dd a {
  color: #000;
}

main {
  padding: 0 0 0;
}

/*
copy
_________________*/
.copy {
  text-align: center;
  font-size: 1.1rem;
  padding: 5px 0;
  margin: 0;
  color: #262a3c;
}

/*
#breadcrumb
________________________*/

#contents section.breadcrumb {
  padding: 10px 0;
}

#breadcrumb {
  display: block;
  margin: 10px 0;
  text-align: left;
}

#breadcrumb ul {
  margin: 0;
  padding: 0;
}

#breadcrumb ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
  text-align: left;
}

#breadcrumb ul li:before {
  content: " / ";
}

#breadcrumb ul li:first-child:before {
  content: none;
}

#breadcrumb ul li,
#breadcrumb ul li a {
  font-size: 90%;
  color: #000;
}

/* ----------------------------------------------
 pagetop
 ---------------------------------------------- */
.pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 5px;
  z-index: 999;
}