@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

html {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  width: 100%;
  color: #000;
  height: 100%;
  letter-spacing: -0.025em;
}

html,
body {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
font
-----------------------------------------------------------------*/
.font-base {
  font-family: "Noto Sans JP", sans-serif;
}

.font-min {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
body {
  min-width: 1024px;
  width: 100%;
  position: relative;
  letter-spacing: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333333;
}

#wrapper {
  width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp {
  display: none !important;
}

/*-----------------------------------------------------------------

-----------------------------------------------------------------*/
.icon.icon-home {
  background: url(../img/common/icon-home.png) center center no-repeat;
}

/*-----------------------------------------------------------------
btn
-----------------------------------------------------------------*/
.btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #979797;
  padding: 0em 26px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
}
.btn01::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}
.btn01::before {
  right: 10px;
  border-left: 9px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #979797;
  padding: 0em 26px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  text-indent: 0;
}
.btn-more::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}
.btn-more::before {
  right: 10px;
  border-left: 9px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.btn-more:hover {
  color: #fff;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
menu
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
hx
-----------------------------------------------------------------*/
.hx01 {
  /*-----------------------------------------------------------------
  pc
  -----------------------------------------------------------------*/
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.hx01:before, .hx01:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  left: 0px;
}
.hx01:before {
  background-color: #006db9;
  top: 5px;
}
.hx01:after {
  background-color: #d10000;
  top: 17px;
}

/*-----------------------------------------------------------------
link
-----------------------------------------------------------------*/
a {
  color: #333;
  transition: all 0.2s ease;
  transition-property: opacity, color, background-color, border-color;
}
a:hover {
  opacity: 0.5;
}

/**
header
*/
header {
  height: 90px;
  position: relative;
}
header #header-top {
  position: relative;
}
header #header-top h1 {
  position: absolute;
  top: 14px;
  left: 30px;
  z-index: 1000;
  width: 254px;
}
header #header-bottom {
  width: 100%;
}
header #header-bottom nav {
  width: 100%;
}
header #header-bottom nav .btns {
  display: none;
}
header #header-bottom nav .sitemap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 90px;
  gap: 28px;
  padding-right: 30px;
}
header #header-bottom nav .sitemap > ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
header #header-bottom nav .sitemap > ul > li {
  display: flex;
  align-items: center;
  gap: 5px;
}
header #header-bottom nav .sitemap > ul > li::before {
  content: "";
  display: block;
  background-color: #ef7e00;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
}
header #header-bottom nav .sitemap > ul > li a {
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-decoration: none;
  color: #333;
}
header #header-bottom nav .sitemap > ul > li a:hover {
  opacity: 1;
  color: #ef7d00;
}
header #header-bottom nav .sitemap .btn-contact {
  width: 15vw;
  min-width: 150px;
  max-width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #ef7d00;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  gap: 5px;
}
header #header-bottom nav .sitemap .btn-contact::before {
  content: "";
  display: block;
  background-image: url(../img/common/icon-email.png);
  background-size: 20px auto;
  width: 20px;
  height: 15px;
}
header #header-bottom nav .sitemap .btn-contact:hover {
  opacity: 1;
  background-color: #ffe000;
  color: #333;
}
header #header-bottom nav .sitemap .btn-contact:hover::before {
  background-image: url(../img/common/icon-email-bk.png);
}
header #header-bottom nav .sns {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 40vw;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0 20px;
  z-index: 10;
}
header #header-bottom nav .inner {
  z-index: 999;
  justify-content: center;
  flex-direction: column;
  padding: 0px 0 0 60px;
}
/**
main
*/
#main-image {
  width: 1000px;
  margin: 50px auto 0;
}
#main-image h2[data-ruby] {
  position: relative;
  font-size: 4.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 68px;
}
#main-image h2[data-ruby] span {
  position: absolute;
  top: 0;
}
#main-image h2[data-ruby]::before {
  content: attr(data-ruby);
  white-space: pre;
  font-family: "Sen", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}
#main-image h2[data-ruby]::after {
  content: "";
  display: block;
  border-bottom: 1px solid #333;
  width: 60px;
}

#breadcrumbs {
  position: relative;
  width: 1000px;
  margin: 0px auto 0;
}
#breadcrumbs ul {
  display: flex;
  align-items: center;
  width: 1080px;
  margin: 0 auto 0;
  padding: 12px 0;
}
#breadcrumbs ul li {
  display: flex;
  align-items: center;
  margin-left: 8px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#breadcrumbs ul li:first-child {
  margin-left: 0;
}
#breadcrumbs ul li:first-child a span {
  padding-left: 0;
}
#breadcrumbs ul li:last-child {
  white-space: nowrap;
  width: 400px;
  padding-right: 0;
  vertical-align: middle;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#breadcrumbs ul li:last-child span {
  margin-left: 8px;
  padding-right: 0;
}
#breadcrumbs ul li a {
  text-decoration: none;
  border-bottom: 1px solid #333333;
  padding: 0 0px 4px;
}
#breadcrumbs ul li a:hover {
  opacity: 0.5;
  transition: none;
}
#breadcrumbs ul li span {
  padding: 0 0px 4px;
}

#sidebar .boxes .box + .box {
  margin-top: 20px;
}
#sidebar .widgettitle,
#sidebar .wp-block-heading {
  padding: 12px 10px;
  background-color: #ebebeb;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#sidebar .widget + .widget {
  margin-top: 40px;
}
#sidebar .widget .widgettitle + ul,
#sidebar .widget .wp-block-archives,
#sidebar .widget .wp-block-categories-list {
  margin-top: 10px;
  padding-left: 10px;
}
#sidebar .widget ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#sidebar .widget ul li a::before {
  content: "・";
}
#sidebar .widget ul li .children {
  margin-left: 20px;
}
#sidebar .sns {
  margin-top: 40px;
}
#sidebar .sns ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/**
footer
*/
#pagetop {
  z-index: 1000;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 56px;
  height: 56px;
}
#pagetop a {
  display: block;
  background-color: #ee7700;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  position: relative;
}
#pagetop a img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 16px;
}

#links {
  background: linear-gradient(45deg, #ffe100 0%, #ee7800 100%);
  padding: 30px 0 35px;
}
#links p {
  font-size: 2.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: 0.44px;
  text-align: center;
  color: #333;
}
#links .boxes {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 15px;
}
#links .boxes .box + .box {
  margin-left: 8px;
}

footer {
  position: relative;
  width: 100%;
}
footer #footer {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
}
footer #footer #footer-bottom .inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer #footer #footer-bottom .inner .company {
  display: flex;
  width: 254px;
}
footer #footer #footer-bottom .inner .company .detail {
  width: 310px;
  color: #333;
}
footer #footer #footer-bottom .inner .company .detail .info {
  margin-top: 20px;
}
footer #footer #footer-bottom .inner .company .detail .info .title {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: bold;
  text-align: left;
}
footer #footer #footer-bottom .inner .company .detail .info .text {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-top: 7px;
}
footer #footer #footer-bottom .inner .sitemap {
  padding-top: 36px;
  display: flex;
  justify-content: center;
  gap: 38px;
}
footer #footer #footer-bottom .inner .sitemap > ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
footer #footer #footer-bottom .inner .sitemap > ul > li {
  display: flex;
  align-items: center;
  gap: 5px;
}
footer #footer #footer-bottom .inner .sitemap > ul > li::before {
  content: "";
  display: block;
  background-color: #ef7e00;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
}
footer #footer #footer-bottom .inner .sitemap > ul > li a {
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-align: left;
  color: #333;
}
footer #footer #footer-bottom .inner .sitemap > ul > li a:hover {
  opacity: 1;
  color: #ee7700;
}
footer #footer #footer-bottom .inner .copyright {
  width: 100%;
  margin-top: 50px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 400;
  text-align: center;
  color: #333333;
}

.grecaptcha-badge {
  bottom: 124px !important;
}
