@charset "UTF-8";


:root{
	--lightred: #fde6e6;
	--red: #f05a5a;
	--lightyellow: #fef3d9;
	--yellow: #f9ac00;
	--lightgreen: #f2f8ee;
	--green: #7ebe53;
	--lightorange: #fdede1;
	--lightnessorange: #f9f5f0;
	--orange: #f08737;
	--lightblue: #e7ecf4;
	--blue: #0370b9;
	--lightnavy: #dce2ef;
	--navy: #144196;
  --gray: #797a7a;
  --lightgray: #a2a1a0;
	--black: #454341;
	--white: #ffffff;
	--sans: "Noto Sans JP", sans-serif;
}

body {
  margin: 0 0;
  width: 100%;
  color: var(--black);
  background: var(--white);
  position: relative;
  -webkit-text-size-adjust: none;
  font-family: var(--sans);
  font-feature-settings: "palt" 1;
  font-weight: 400;
  line-height: 1.75;
  text-align: justify;
  font-size: 100%;
  overflow-x: hidden;
  
}
a {
  user-select: none;
}
main{
  width: 100%;
  margin: 0 auto;
  padding-top: 168px;
}
.wrapper {
  width: 100%;
  min-width: 1000px;
    padding: 0 3.57%;
  margin: 0 auto;
    position: relative;
}
@media screen and (min-width:1111px) {
  .wrapper {
    width: 100%;
    min-width: 1000px;
    max-width: 1400px;
    padding: 0 3.57%;
    margin: 0 auto;
  }
}
@media screen and (max-width:1000px) {
  main{
    padding-top: 62px;
  }
.wrapper {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    padding: 0 20px;
    margin: 0 auto;
  }
}


/* ページトップに戻る---------------- */
#skip {
  position: absolute;
  left: -9999em;
}
#page_top{
  position: fixed;
  bottom: 48px;
  right: 48px;
  z-index: 10;
}
#page_top a{
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
}

#page_top a:before,
#page_top a:after{
  position: absolute;
  left: 0;
  top: 0;
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#page_top a:before{
  background-image: url(../images/top-gray.png);
}
#page_top a:after{
  background-image: url(../images/top-blue.png);
  transition:0.3s ease opacity;
}

#page_top a:hover:after{
  opacity: 0;
}

@media screen and (max-width:1080px) {
  
  #page_top{
    position: fixed;
    bottom: 6px;
    right: 6px;
  }
}
@media screen and (max-width:680px) {
  #page_top{
    position: fixed;
    bottom: 62px;
    right: 6px;
  }
}
/* ヘッダー---------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: var(--white);
  color: var(--black);
  width: 100%;
}

header .wrapper{
  max-width: unset;
}

#header-content {
  display: flex;
  justify-content: space-between;
  gap: 30px 50px;
  padding: 20px 0 0;
}

#header-logo{
  height: auto;
  width: 330px;
}
#header-logo img {
  object-fit: contain;
}


#header-menu{
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  flex: 1;
}
#header-contact {
  display: flex;
  flex-direction: end;
}

#header-contact ul{
  display: flex;
  gap: 0;
}
#header-contact ul li{
}
#header-contact ul li a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  padding: 5px 20px;
  border-left: 1px dashed #c9cacb;
  border-right: 1px dashed #c9cacb;
  white-space: nowrap;
}
#header-contact ul li:last-child a{
  border-left: none;
}
#header-contact ul  li.news a:before {
  content:"";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/news-blue.png) no-repeat center / contain;
  vertical-align: middle;
  margin-right: 5px;
}
#header-contact ul  li.access a:before {
  content:"";
  display: inline-block;
  width: 16px;
  height: 22px;
  background: url(../images/access-blue.png) no-repeat center / contain;
  vertical-align: middle;
  margin-right: 5px;
}
#header-contact a {
  text-decoration: none;
  color: var(--black);
  transition: 0.3s ease color;
}
#header-contact ul  a:hover {
  color: var(--lightgray);
}

#header-contact .number a{
  display: flex;
  align-items: center;
  gap: 5px;
  white-space:nowrap;
}
#header-contact .number a .heading{
  color: var(--orange);
  font-size: 0.8125em;
  line-height: 1.15;
  font-weight: 800;
}
#header-contact .number a .number{
  font-size: 2.5em;;
  line-height: 1.15;
  font-weight: 800;
  padding-left: 30px;
  position: relative;
}
#header-contact .number a .number:before{
  content:"";
  display: block;
  width: 25px;
  height: 35px;
  background: url(../images/tel-orange.png) no-repeat center /contain;
  position: absolute;
  left: 0;
  top: calc(50% - 17.5px);
}
#header-contact .tel{
  text-align: right;
  display: flex;
  align-items: end;
  gap: 0 0;
  width:100%;
  max-width: 620px;
}
#header-contact .note{
  text-align: right;
  color: var(--gray);
  font-size: 0.8125em;
  line-height:1.46;
}

#header-contact .hour{
  text-align: left;
  color: var(--gray);
  display:inline-block;
  margin: 0;
  font-size: 0.8125em;
  line-height:1.46;
  margin: 0 20px;
  white-space: nowrap;
}

#header-nav {
  display: flex;
  align-items: center;
  width: 100%;
}

#header-nav ul.lay1-nav {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 15px auto;
  position: relative;
  text-align: center;
  width: 100%;
}

#header-nav ul.lay1-nav > li {
  line-height: 1.25;
  position: relative;
}
#header-nav ul.lay1-nav > li > span, 
#header-nav ul.lay1-nav > li > a, 
#header-nav ul.lay1-nav > li > span > a {
  text-decoration: none;
  font-weight: 700;
  color: var(--black);
  
}
#header-nav ul.lay1-nav > li  span{
  position: relative;
  display: block;
  padding: 20px 0;
  transition: 0.3s ease color;
}
#header-nav ul.lay1-nav > li > span > a {
  padding: 0;
}
#header-nav ul.lay1-nav > li   span:hover, 
#header-nav ul.lay1-nav > li a:hover {
  color: var(--lightgray);
}
#header-nav ul.lay1-nav > li.has-lay2 > span::after, 
#header-nav ul.lay1-nav > li.has-lay2 >  a::after {
  content: "";
  display: block;
  width: 9.5px;
  height: 5px;
  background: url(../images/menu-down.png) no-repeat center bottom / contain;
  position: absolute;
  left: calc(50% - 4.25px);
  bottom: 5px;
}

#header-nav ul.lay1-nav > li.top   a {
  padding-left: 30px;
}
#header-nav ul.lay1-nav > li.top   a::after {
  content: "";
  display: block;
  width: 22px;
  height: 20px;
  background: url(../images/home-blue.png) no-repeat center center / contain;
  position: absolute;
  top: calc(50% - 10px);
  left: 0px;
}


#header-nav ul.lay1-nav > li > span {
  cursor: pointer;
}

#header-nav ul.lay1-nav > li.multi > ul.lay2-nav{
  display: flex;
  flex-wrap: wrap;
  gap: 0 60px;
} 
#header-nav ul.lay2-nav {
  display: none;
  position: absolute;
  left: 50%;
  top: calc(100%);
  transform: translateX(-50%);
  z-index: 888;
  width: max-content;
  max-width: 100vw;
  border-radius: 15px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
  padding: 30px 40px;
  text-align: left;
}
#header-nav li:last-child ul.lay2-nav {
  left: unset;
  right: -20px;
  top: calc(100%);
  transform: none;

}
#header-nav ul li a{
  text-decoration: none;
  color: var(--black);
  width: 100%;
  display: inline-block;
  transition: 0.3s ease;
}
#header-nav ul.lay2-nav > li > a,
#header-nav ul.lay2-nav > li > span{
  border-bottom: 1px solid #f7c39b;
  display: block;
  text-decoration: none;
  color: var(--black);
  padding: 8px 0;
  padding-right: 25px;
  position: relative;
  font-size: 1.25em;
  line-height:1.46;
  width: 100%;
}
#header-nav ul.lay2-nav > li > a::after,
#header-nav ul.lay2-nav > li > span::after{
  content:"";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/link-orange.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
}
#header-nav ul.lay2-nav > li.tab > a::after,
#header-nav ul.lay2-nav > li.tab > span::after{
  background: url(../images/tab-orange.png) no-repeat center / contain;
}

#header-nav ul.lay2-nav > li.multi div.lay3-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 0 60px;
} 
#header-nav ul.lay3-nav > li > a,
#header-nav ul.lay3-nav > li > span{
  display: block;
  text-decoration: none;
  color: var(--black);
  padding: 6px 0;
  padding-right: 20px;
  position: relative;
  font-size: 0.875em;
  line-height:1.46;
  padding-left:1.25em;
  text-indent: -1.25em;
}
#header-nav ul.lay3-nav > li > a::after,
#header-nav ul.lay3-nav > li > span::after{
  content:"";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../images/arrow-orange.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}
#header-nav ul.lay3-nav > li > a::before,
#header-nav ul.lay3-nav > li > span::before{
  content:"ー ";
  color:#c9cacb;
}
#header-nav ul.lay3-nav > li.category > a,
#header-nav ul.lay3-nav > li.category > span{
  display: block;
  text-decoration: none;
  color: var(--black);
  padding: 6px 0;
  padding-right: 20px;
  position: relative;
  font-size: 1em;
  line-height:1.46;
  text-indent: unset;
}
#header-nav ul.lay3-nav > li.category > a::after,
#header-nav ul.lay3-nav > li.category > span::after{
  content:"";
  display: none;
}
#header-nav ul.lay3-nav > li.category > a::before,
#header-nav ul.lay3-nav > li.category > span::before{
  content:"";
  display: none;
}

#header-bg{
  display: none;
}



@media screen and (max-width:1400px) {

  #header-nav ul.lay1-nav {
    /*gap: 15px 5.7vw;*/
  }
}
@media screen and (max-width:1280px) {

  #header-nav ul.lay1-nav {
    /*gap: 15px 3.7vw;*/
  }
}
@media screen and (max-width:1180px) {

  #header-nav ul.lay1-nav {
   /* gap: 15px 2.7vw;*/
  }
}
@media screen and (max-width:1080px) {

  #header-nav ul.lay1-nav {
    gap: 15px 1.7vw;
  }
}


@media only screen and (max-width: 1000px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 0;
    z-index: 9999;
  }
  #header-content{
    display:block;
    padding: 15px 0;
  }
  #header-logo{
    width: 160px;

  }
  #header-menu {
    display: none;
    position: fixed;
    top: 62px;
    right: 0;
    width: 90%;
    background: #fdf3eb;
    align-items: center;
    align-items: center;
    max-height: calc(100vh - 62px);
    overflow-y: scroll;
    justify-content: unset;
    scrollbar-width: none;
  }
  #header-menu.active {
    display: flex;
  }
  #header-contact{
    order:2;
    width: 100%;
    flex-direction: column;
    gap: 25px;
    padding: 20px 0 40px;
  }
  #header-contact ul{
    margin: auto;
    order: 1;
  }
  #header-contact ul li a{
    display: block;
    border: none;
  }
  #header-contact .tel{
    order: 2;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin: auto;
  }
  #header-contact .tel div.number{
    margin-bottom: 20px;
  }
  #header-contact .tel a {
    flex-direction: column;
  }
  #header-contact .tel a .number{
    font-size: 2em;
  }
  #header-contact .tel a br{
    display: none;
  }
  #header-contact .tel .note{
    text-align: center;
  }
  #header-contact .hour{
    text-align: left;
    width: fit-content;
  }
  
  #header-bg{
    position:fixed;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.3);
    z-index: 2000;
  }
  #header-nav{
    order:1;
    width: 100%;
  }
  #header-nav ul.lay1-nav {
    flex-direction: column;
    background: #fdf3eb;
    text-align: left;
    gap: 0;
    width: 100%;
  }
  #header-nav ul.lay1-nav li {
    height: auto;
    flex-direction: column;
    width: 100%;
    gap : 0;
  }
  #header-nav ul.lay1-nav li br {
    display: none;
  }
  #header-nav ul.lay1-nav li a{
    text-decoration: none;
  }
  #header-nav ul.lay1-nav > li > a{
    width: 100%;
    display: block;
    padding: 10px 20px 10px 20px;
    position: relative;
    font-size: 1em;
    line-height:1.46;
  }
  #header-nav ul.lay1-nav > li > span {
    width: 100%;
    display: block;
    padding: 0 62px 0 0;
    position: relative;
    font-size: 1em;
    line-height:1.46;
  }
  #header-nav ul.lay1-nav > li > span a{
    padding: 10px 0 10px 20px;
  }
  #header-nav ul.lay1-nav > li > span {
     border-bottom: 1px solid #f7c39b;
  }
  #header-nav ul.lay1-nav > li.top{
    display: none;
  }
  #header-nav ul.lay1-nav > li.has-lay2 > a::after,
  #header-nav ul.lay1-nav> li.has-lay2 > span::after{
    content:"";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/link-orange.png) no-repeat center / contain;
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    left: unset;
    bottom: unset;
  }
  #header-nav ul.lay1-nav > li.has-lay2 > a::after,
  #header-nav ul.lay1-nav > li.has-lay2 > span::after{
    background: url(../images/open-orange.png) no-repeat center / contain;
  }
  #header-nav ul.lay1-nav > li.has-lay2.open > a::after,
  #header-nav ul.lay1-nav > li.has-lay2.open > span::after{
    background: url(../images/close-orange.png) no-repeat center / contain;
  }
  #header-nav ul.lay2-nav {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding:0;
    background:#fadbc3;
  }
  #header-nav li:last-child ul.lay2-nav {
    left: unset;
    right: unset;
    top: 0;
    transform: none;

  }

  #header-nav ul.lay2-nav > li > a {
    padding: 10px 62px 10px 40px;
  }
  #header-nav ul.lay2-nav > li > a:after {
    right: 20px;
  }
  #header-nav ul.lay2-nav > li > span {
    width: 100%;
    display: block;
    padding: 0 0 0 0;
    position: relative;
    font-size: 1em;
    line-height:1.46;
  }
  #header-nav ul.lay2-nav > li > span > a{
    padding: 10px 40px 10px 40px;
  }
  #header-nav ul.lay2-nav > li.has-lay3 > span {
    width: 100%;
    display: block;
    padding: 0 62px 0 0;
    position: relative;
    font-size: 1em;
    line-height:1.46;
    cursor: pointer;
  }
  #header-nav ul.lay2-nav > li.has-lay3 > span > a{
    padding: 10px 0 10px 40px;
  }
  
  #header-nav ul.lay2-nav > li > span > a::after{
    content:"";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/link-orange-on.png) no-repeat center / contain;
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    left: unset;
    bottom: unset;
  }
  #header-nav ul.lay2-nav> li.has-lay3 > span > a::after{
    display: none;
  }
  #header-nav ul.lay2-nav> li > span::after{
    display: none;
  }
  #header-nav ul.lay2-nav> li.has-lay3 > span::after{
    content:"";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    left: unset;
    bottom: unset;
    background: url(../images/open-orange-on.png) no-repeat center / contain;
  }
  #header-nav ul.lay2-nav> li.has-lay3.open > span::after{
    background: url(../images/close-orange-on.png) no-repeat center / contain;
  }

  #header-nav ul.lay3-nav {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 20px;
    background:#ffffff;
  }
  #header-nav ul.lay3-nav li a, 
  #header-nav ul.lay3-nav li span {
    width: 100%;
    display: block;
    padding: 5px 20px;
    margin: 0;
    text-indent: 0;
    position: relative;
  }
  #header-nav ul.lay3-nav > li > a::after,
  #header-nav ul.lay3-nav > li > span::after{
    content:"";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/arrow-orange.png) no-repeat center / contain;
    position: absolute;
    right: 5px;
    top: calc(50% - 5px);
  }
  #header-nav ul.lay3-nav > li.category > a,
  #header-nav ul.lay3-nav > li.category > span{
    display: block;
    text-decoration: none;
    color: var(--black);
    padding: 5px 20px;
    position: relative;
    font-size: 1em;
    line-height:1.46;
  }
  #header-nav ul.lay3-nav > li.category > a::after,
  #header-nav ul.lay3-nav > li.category > span::after{
    content:"";
    display: none;
  }
  #header-nav ul.lay3-nav > li.category > a::before,
  #header-nav ul.lay3-nav > li.category > span::before{
    content:"";
    display: none;
  }
    
}

/* スマホボタン---------------- */
#bottom-button {
  display: none;
}
@media only screen and (max-width: 680px) {
  #bottom-button {
    display: block;
    position:fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--navy);
  }
  #bottom-button ul{
    display: flex;
  }
  #bottom-button ul li{
    flex: 1;
  }
  #bottom-button ul li a{
    display: block;
    text-align:center;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 13px;
    transition: 0.3s ease opacity;
  }
  #bottom-button ul li a:hover{
    opacity: 0.7;
  }


  #bottom-button ul li.tel a span{
    padding-left: 30px;
    position: relative;
  }
  #bottom-button ul li.tel a span::after{
    content:"";
    display: block;
    width: 22px;
    height: 30px;
    background: url(../images/tel-white.png) no-repeat center / contain;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
  }
  #bottom-button ul li.access a{
    border-left: 2px solid #fff;
  }
  #bottom-button ul li.access a span{
    padding-left: 25px;
    position: relative;
  }
  #bottom-button ul li.access a span::after{
    content:"";
    display: block;
    width: 16px;
    height: 22px;
    background: url(../images/access-white.png) no-repeat center / contain;
    position: absolute;
    left: 0;
    top: calc(50% - 11px);
  }
}

/* スマホボタン---------------- */
#header-button {
  display: none;
}

@media only screen and (max-width: 980px) {
  #header-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 9999;
    width: 62px;
    height: 62px;
    background: var(--orange);
  }
  .hnbgmenu {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .menu-text{
    position: absolute;
    display: block;
    width: 100%;
    left: 0%;
    top: 71%;
    font-weight: 600;
    font-size: 11px;
    color: var(--white);
    line-height: 1;
    white-space: nowrap;
    text-align: center;
  }
  .menu-text::before{
    content:"メニュー";
  }
  .hnbgmenu.active .menu-text::before{
    content:"閉じる";
  }
  .menu-line,
  .menu-inner::after,
  .menu-inner::before {
    position: absolute;
    display: block;
    width: 48.4%;
    left: 25.8%;
    height: 2px;
    transition: .15s ease-out;
    background-color: #fff;
  }
  .menu-inner::after,
  .menu-inner::before {
    content: "";
  }
  .menu-line {
    top: calc(39% - 1px);
  }
  .menu-inner::before {
    top: calc(21% - 1px);
  }
  .menu-inner::after {
    top: calc(57% - 1px);
  }
  .hnbgmenu.active .menu-line {
    width: 0;
    opacity: 0;
    transform: translateX(20px) rotate(90deg);
  }
  .hnbgmenu.active .menu-inner::before {
    transform: translateY(11px) translateX(0px) rotate(-135deg);
  }
  .hnbgmenu.active .menu-inner::after {
    transform: translateY(-11px) translateX(0px) rotate(135deg);
  }
}




/* フッター---------------- */
footer {
  width: 100%;
  position: relative;
  background: var(--lightnavy);
}
footer .wrapper{
  max-width: unset;
}
footer #footer-top{
  padding: 50px 0;
}
footer #footer-top-wrap{
  display: flex;
  align-items: top;
  justify-content: space-between;
}
footer #address{
  width: 278px;
}
footer #address .logo{
  margin-bottom: 15px;
}
footer #address .tel{
  font-size: 1.85em;
  line-height: 1.1;
  color: #144196;
  font-weight: 800;
  white-space: nowrap;
}
footer #address .fax{
  font-size: 0.75em;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #144196;
  font-weight: 800;
  pointer-events: none;
}
footer #address .postcode{
  font-size: 0.9375em;
  margin-bottom: 5px;
}
footer #address .address{
  font-size: 0.9375em;
}
footer #address .address .note{
  font-size: 0.9375em;
}
footer #sitemap{
  display: flex;
  gap: 0 80px;
    justify-content: center;
    flex: 1;
  
}
footer #sitemap .wrap{
  width:fit-content;
  display: flex;
  flex-direction: column;
  min-width: 12em;
}
footer #sitemap .category{
  font-size: 1.0625em;
  font-weight: 800;
  margin-bottom: 5px;

}
footer #sitemap li.has-sub ul.sub-nav{
  display: none;
}

footer #sitemap li.has-sub span{
  cursor: pointer;
}
footer #sitemap ul.main-nav > li{
  margin-bottom: 15px;
  border-bottom: 1px solid #b8c6df;
}
footer #sitemap ul.main-nav > li.has-sub{
  margin-bottom: 15px;
  border-bottom: 1px solid #b8c6df;
  position: relative;
}


footer #sitemap ul.main-nav > li > a,
footer #sitemap ul.main-nav > li > span{
  display: block;
  text-decoration: none;
  color: var(--black);
  padding: 8px 0;
  padding-right: 25px;
  position: relative;
  font-size: 0.9375em;
  line-height:1.46;
  font-size: 1.0625em;
  font-weight: 800;
}
footer #sitemap ul.main-nav > li > a::after{
  content:"";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/link-blue.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
}
footer #sitemap ul.main-nav > li.has-sub::after{
  content:"";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/link-blue.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 9px;
}
footer #sitemap ul.main-nav > li.has-sub > a{
  padding-right: 0;
  margin-right: 25px;
}
footer #sitemap ul.main-nav > li.has-sub > a::after{
  display: none;
}
footer #sitemap ul.main-nav > li.has-sub::after{
  background: url(../images/open-blue.png) no-repeat center / contain;
}
footer #sitemap ul.main-nav > li.has-sub.open::after{
  background: url(../images/close-blue.png) no-repeat center / contain;
}
footer #sitemap ul.main-nav > li.tab > a::after{
  background: url(../images/tab-blue.png) no-repeat center / contain;
}
footer #sitemap ul.sub-nav > li.tab > a::after{
  background: url(../images/tab-blue.png) no-repeat center / contain;
}


footer #sitemap ul.main-nav  li.has-sub.small > a::after,
footer #sitemap ul.main-nav  li.has-sub.small > span::after{
  content:"";
  display: block;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  background: url(../images/plus-blue.png) no-repeat center / contain;
}
footer #sitemap ul.main-nav  li.has-sub.small.open > a::after,
footer #sitemap ul.main-nav  li.has-sub.small.open > span::after{
  background: url(../images/minus-blue.png) no-repeat center / contain;
}
footer #sitemap ul.sub-nav{
  width:100%;
}

footer #sitemap ul.sub-nav > li > a,
footer #sitemap ul.sub-nav > li > span{
  display: block;
  text-decoration: none;
  color: var(--black);
  padding: 6px 0;
  padding-right: 20px;
  position: relative;
  font-size: 0.9375em;
  line-height:1.46;
  margin-left:1.25em;
  text-indent: -1.25em;
}
footer #sitemap ul.sub-nav > li > a::after,
footer #sitemap ul.sub-nav > li > span::after{
  content:"";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../images/arrow-blue.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}
footer #sitemap ul.sub-nav > li > a::before,
footer #sitemap ul.sub-nav > li > span::before{
  content:"ー ";
  color:#c9cacb;
}
footer #sitemap ul li span, 
footer #sitemap ul li a {
  transition: 0.3s ease color;
}
footer #sitemap ul li span:hover, 
footer #sitemap ul li a:hover {
  color: var(--lightgray);
}


footer #footer-bottom{
  border-top: 1px solid #b8c6df;
  padding: 20px 0;
}
footer #footer-bottom-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer #documents ul{
  list-style: none;
  display: flex;
  gap: 10px 55px;
}
footer #documents a{
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 10px;
}
footer #documents a:after{
  content:"";
  display: block;
  width: 26px;
  height: 28px;
  background: url(../images/pdf-blue.png) no-repeat center / contain;
}
footer #copyright {
  color: var(--white);
  text-align: center;
}
footer #copyright small{
  font-size: 0.75em;
  display: inline-block;
  line-height: 1.5;
  color: #797a7a;
}

@media screen and (max-width:1200px) {

footer #footer-top-wrap{
  display: flex;
  align-items: top;
  justify-content: space-between;
  gap: 0 50px
}
footer #sitemap{
  display: flex;
  gap: unset;
  justify-content: space-between;
  flex: 1;
  
}
}

@media screen and (max-width:1000px) {


  footer #footer-top{
    padding: 35px 0 20px;
  }
  footer #footer-top-wrap{
    flex-direction: column;
    align-items: center;
  }
  footer #address{
    width: 100%;
    text-align: center;
  }
  footer #address .logo{
    width: 278px;
    margin: 0 auto 15px;
  }
  footer #address .logo img{
    width: 278px;
    margin: auto;
  }
  footer #address .tel{
    font-size: 1.85em;
    line-height: 1.1;
    color: #144196;
  }
  footer #address .fax{
    font-size: 0.75em;
    line-height: 1.1;
    margin-bottom: 5px;
    color: #144196;
  }
  footer #address .postcode{
    font-size: 0.9375em;
    margin-bottom: 5px;
  }
  footer #address .address{
    font-size: 0.9375em;
  }
  footer #address .address .note{
    font-size: 0.9375em;
  }
  footer #sitemap{
    display: none;
    
  }
  footer #footer-bottom{
    border-top: 1px solid #b8c6df;
    padding: 0 0 0;
  }
  footer #footer-bottom .wrapper{
    padding:0;
  }
  footer #footer-bottom-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer #documents {
    width: 100%;
    padding: 20px 20px 20px;
    width:100%;
  }
  footer #documents ul{
    flex-direction: column;
  }

  footer #copyright{
    border-top: 1px solid #b8c6df;
    padding: 10px 20px 10px;
    width:100%;
    position: relative;
    left:-20px;
  }

}

@media screen and (max-width:680px) {
  footer{
    margin-bottom: 55px;
  }
  footer #address .logo img{
    width: 250px;
  }
}

#pankuzu{
  background: rgba(255,255,255,0.7);
  margin: 0 auto 85px;
}


#pankuzu ul{
  display: flex;
  gap: 0.5em;
  font-size: 0.75em;
  line-height: 1;
  padding: 10px 0;
}
#pankuzu li{
  display: flex;
}
#pankuzu ul a{
 color: var(--gray);
}
#pankuzu ul .arrow{
 color: var(--orange);
}

@media screen and (max-width:680px) {
#pankuzu{
  display: none;
}
}

#heading{
  background: var(--lightorange);
  padding: 0 0 85px;
  
  margin:0 auto 90px;
  position: relative;
}
#heading.has-image{
  width: 100%;
  padding: 0 0 0;
  
  margin:0 auto 0;
  background: none;
}
#heading.has-image .image{
  width: 100%;
  height: 348px;
}
#heading.has-image .image picture{
  width: 100%;
  height: 100%;
}
#heading.has-image .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#heading.has-image #pankuzu{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#heading.has-image .heading{
  background: var(--white);
  border-radius: 20px;
  padding: 35px 0 0;
  width: 565px;
  margin: auto;
  position: relative;
  top: -80px;;
}
#heading h1{
  font-size: 1em;
  line-height: 1.1;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}
#heading h1 .jp{
  display: block;
  font-size: 2.1875em;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
#heading h1 .en{
  display: block;
  font-size: 1.25em;
  color: var(--orange);
  font-weight: 400;
  padding-bottom: 20px;
  position: relative;
}
#heading h1 .en:after{
  content: "";
  display: block;
  width: 265px;
  height: 4px;
  background: var(--orange);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#heading.has-image h1 .en:after{
  background: var(--lightorange);
}

#heading h1 .title-wrap{
  min-height: 2em;
}
#heading h1 .title{
  margin-top: 10px;
  display: block;
  font-size: 2em;
  color: var(--orange);
  font-weight: 800;
  position: relative;
  letter-spacing: 0.1em;
}
#heading h1 .title.fixed{
  position:fixed;
  margin: 0 auto;
  width: 100%;
  left: 0;
  top: 60px;
  z-index: 3;
  padding: 20px;
  background: var(--white);
}

#heading .lead{
  display: block;
  text-align: left;
  margin: 10px auto 70px;
  width: 100%;
  font-size: 1em;
  line-height: 2;
}

@media screen and (max-width:880px) {
  #heading.has-image{
    width: 100%;
    height: auto;
    background: none;
  }
  #heading.has-image .image img{
    object-position: center;
  }
  #heading.has-image .heading{
    width: calc(100% - 40px);
    padding: 20px 0;

    position: relative;
    top: -40px;
    left: unset;
    transform: none;
    margin-bottom: -40px;
  }
  
  #heading h1 .title{

  }
  #heading .lead{
    display: block;
    text-align: left;
    margin: -30px auto 30px;
    width: 100%;
  }
}
@media screen and (max-width:680px) {
  #heading.has-image .image{
    width: 100%;
    height: auto;
    aspect-ratio: 1280 / 740;
  }
  #pankuzu{
    display: none;
  }
  #heading{
    padding: 20px 0 40px;
    margin: 0;
  }
  #heading h1 .jp{
    font-size: 1.125em;
  }
  #heading h1 .en{
    font-size: 0.75em;
  }
  #heading h1 .en:after{
    width: 120px;
  }
  #heading h1 .title{
    font-size: 1.25em;
  }
  #heading h1:after{
    width: 130px;
  }
}


#content-wrap{
  display: flex;
  gap: 50px 10.5%;
}

#side{
  width: 253px;
  position: relative;
  display: flex
}
#side-wrap{
  background: var(--white);
  box-shadow: 3px 3px 5px rgba(0,0,0,0.15),
  	0px 0px 5px rgba(0,0,0,0.15);
  border-radius: 20px;
  padding: 30px 15px;
  height: fit-content;
  width: 100%;
}
#side-wrap.active{
  position: sticky;
  top: 186px;
  max-height: 100vh;
  overflow-y:scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#side-wrap.active::-webkit-scrollbar{
  display: none;
}

#side h3{
  font-size: 1.375em;
  line-height: 1.45;
  color: var(--orange);
  font-weight: 700; 
  margin-bottom: 15px;
}
#side h3.index{
  display: none;
}
#side .side-nav{
  
}
#side .side-nav li{
}
#side .side-nav li span,
#side .side-nav li a{
    display: block;
    border-bottom: 1px solid #DBDCDC;
    text-decoration: none;
    color: var(--lightgray);
    padding: 20px 0;
    padding-right: 25px;
    position: relative;
    font-size: 1.25em;
    line-height: 1.46;
    width: 100%;
    transition: 0.3s ease color;
}
#side .side-nav li span:hover,
#side .side-nav li a:hover{
  color:var(--black);
}
#side .side-nav li span.active,
#side .side-nav li a.active{
  color:var(--black);
}

#side .side-nav li a::after,
#side .side-nav li span::after{
  content:"";
  display: block;
  width: 6px;
  height: 12px;
  background: url(../images/arrow-orange.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}

#side .side-nav+h3{
  margin-top: 30px;
}
#side select{
  width: 100%;
  font-size: 1.25em;
  line-height: 1.46;
  border-radius: 5px;
  border: 2px solid var(--lightgray);
}
#side .side-nav+.side-nav{
  margin-top: 20px;
}

#side h3.service-index{
  font-size: 1.25em;
  border-bottom: 1px solid #DBDCDC;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#side .side-nav.service-index{
  padding-left: 1em;
    border-bottom: 1px solid #DBDCDC;
}

#side .side-nav.service-index li{
  border-bottom: none;
}
#side .side-nav.service-index li span,
#side .side-nav.service-index li a{
  border-bottom: none;
  font-size: 1em;
  padding: 10px 0;
}

#side .side-nav.service-nav{
  margin-top: 0;
}
#side .side-nav.service-nav li span,
#side .side-nav.service-nav li a{
  font-size: 1.065em;
  padding: 12px 0;
  color: var(--orange);
}
#side .side-nav.service-nav li span.active,
#side .side-nav.service-nav li a.active{
  color:#f6b787;
}
#side .side-nav.service-nav li span:hover,
#side .side-nav.service-nav li a:hover{
  color:#f6b787;
}

#side .side-nav.service-index li span,
#side .side-nav.service-index li a{
  font-size: 0.935em;
  padding: 6px 0;
  color: var(--lightgray);
}
#side .side-nav.service-index li span.active,
#side .side-nav.service-index li a.active{
  color: var(--black);
}
#side .side-nav.service-index li span:hover,
#side .side-nav.service-index li a:hover{
  color: var(--black);
}


#side .service-index-sp{
  display: none;
}

#content{
  width: 100%;
}
#side+#content{
  width: calc(89.5% - 253px);
}

@media screen and (max-width:880px) {
  #content-wrap{
    flex-direction: column;
    /*margin-top: -10px;*/
  }

  #side{
    width: 100%;
  }
  
  #side-wrap{
    width: 100%;
    position: relative;
  }
  #side-wrap{
    padding: 8px 14px 12px;
  }
  #side h3{
    font-size: 1.125em;
    margin-bottom: 10px;
  }
  #side h3.index{
    text-align: center;
    display: block;
  }
  #side h3.title{
    display: none;
  }
  #side h3.category,
  #side h3.archive{
    text-align: left;
  }
  #side .side-nav{
    display: flex;
    flex-wrap:wrap;
    gap: 10px 6.4%;
  }
  #side .side-nav li{
    width: 46.8%;
  }
  #side .side-nav.category li{
    width: 46.8%;
  }
  #side .side-nav li span,
  #side .side-nav li a{
      padding: 5px 0;
      padding-right: 16px;
      font-size: 0.875em;
      color: #454341;
  }
  #side .side-nav li span.active,
  #side .side-nav li a.active{
      color: #454341;
  }
  
  #side .side-nav.service-index{
    margin-left: 0;
  }
  #side .side-nav.service-index li span, #side .side-nav.service-index li a{
    border-bottom: 1px solid #DBDCDC;
  }
  #side .side-nav.service-nav{
    display: none;
  }
  #side+#content{
    width: 100%;
  }
  #side .service-index-sp{
    display: flex;
  }

}


#article .category-wrap{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#article h2{
  font-size: 1.875em;
  line-height: 1.2;
  color: var(--orange);
  font-weight: 700; 
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 3px dotted var(--orange);
}

#article .thumbnail{
  border-radius: 20px;
  overflow: hidden;
  width: 67%;
  min-width: 280px;
  margin-bottom: 30px;
}
.article-nav{
  margin-top: 40px;
  border-top: 1px solid var(--lightgray);
  padding-top: 40px;
}
.article-nav .nav-wrap{
  display: flex;
  flex-wrap :wrap;
  gap: 20px 25px;
  justify-content: center;
  align-items: center;
}

.article-nav .prev{
  text-align: left;
}
.article-nav .next{
  text-align: right;
}

.article-nav .prev a,
.article-nav .next a{
    display: block;
    text-decoration: none;
    color: var(--black);
    position: relative;
    font-size: 1em;
    line-height: 1.46;
    transition: 0.3s ease color;
}
.article-nav .prev a:hover,
.article-nav .next a:hover{
  color:var(--lightgray);
}

.article-nav .prev a{
  padding-left: 20px
}
.article-nav .prev a::after{
  content:"";
  display: block;
  width: 10px;
  height: 15px;
  background: url(../images/arrow-orange.png) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: calc(50% - 7.5px);
  transform: rotate(180deg);
}

.article-nav .next a{
  padding-right: 20px
}
.article-nav .next a::after{
  content:"";
  display: block;
  width: 10px;
  height: 15px;
  background: url(../images/arrow-orange.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: calc(50% - 7.5px);
  transform: rotate(deg180);
}

@media screen and (max-width:680px) {
  .article-nav{
    margin-top: 40px;
    border-top: 1px solid var(--lightgray);
    padding-top: 20px;
  }
  .article-nav .nav-wrap{
    justify-content: space-between;
    width: 100%;
    gap: 0;
  }
	.article-nav .prev,
	.article-nav .next{
	  order: 1;
	  width: 50%;
	}
	.article-nav .return{
	  order: 2;
	  width: 100%;
	  margin-top: 20px;
	}
}
