@charset "UTF-8";
/* CSS Document */
/********** フォント設定 **********/
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
@import url(//cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/cdn/yakuhanmp.css);
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese);
/********** .drawer-hamburger **********/
.drawer-hamburger {
  width: 28px;
  position: static;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  z-index: 1;
}
@media (min-width: 768px) {
  .drawer-hamburger {
    display: none;
  }
}

.drawer-hamburger-icon {
  height: 2px;
}

.drawer-hamburger-icon:before {
  top: -10px;
  height: 2px;
}

.drawer-hamburger-icon:after {
  top: 10px;
  height: 2px;
}

.drawer-nav {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .drawer-nav {
    position: static;
    overflow: visible;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #cccccc;
  }
}

@media (min-width: 768px) {
  .drawer-menu {
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .drawer-menu > * {
    flex-grow: 1;
    background-color: #cccccc;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .drawer-dropdown {
    position: relative;
  }
}

@media (min-width: 768px) {
  .drawer-dropdown-menu {
    position: absolute;
  }
}

#header,
#footer {
  font-size: 62.5%;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000000;
  letter-spacing: 0;
}
#header *,
#footer * {
  max-height: 99999px;
}
#header img,
#footer img {
  max-width: 100%;
  vertical-align: bottom;
}
#header a,
#footer a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
}
#header a:hover, #header a:active, #header a:focus,
#footer a:hover,
#footer a:active,
#footer a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  #header a:hover,
  #footer a:hover {
    opacity: 0.75;
  }
}
#header ul,
#header ol,
#footer ul,
#footer ol {
  list-style: none;
  margin: 0;
  box-sizing: content-box;
}
#header p,
#footer p {
  margin: 0;
}
#header .ja,
#footer .ja {
  font-family: "Noto Serif JP", serif;
}

/********** headerエリア **********/
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}
@media (min-width: 768px) {
  #header {
    position: relative;
  }
}
#header .header_container {
  font-size: 14px;
  line-height: 1.7;
  width: 100%;
  overflow: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #header .header_container {
    max-width: 1370px;
  }
}
@media (min-width: 768px) {
  #header .sm_header {
    display: none;
  }
}
#header .md_header {
  display: none;
}
@media (min-width: 768px) {
  #header .md_header {
    display: block;
  }
}
#header a {
  display: block;
}
#header .sm_header_inner {
  display: flex;
  align-items: center;
}
#header .sm_header_inner .logo {
  width: 40.5479452055vw;
  aspect-ratio: 296/150;
}
#header .header_core {
  z-index: 102;
  position: relative;
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 6.8vw 6.8vw 0;
}
@media (min-width: 768px) {
  #header .header_core {
    justify-content: flex-end;
    padding: 25px 0;
  }
}
#header .header_core .header_container {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  #header .header_core .header_container {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1370px;
  }
}
#header .header_core ul {
  display: flex;
  justify-content: flex-end;
}
#header .header_core ul li {
  width: 12.3287671233vw;
  aspect-ratio: 1/1;
  margin-left: 1.2vw;
  margin-right: 1.2vw;
}
@media (min-width: 768px) {
  #header .header_core ul li {
    width: auto;
    aspect-ratio: auto;
  }
}
@media (min-width: 768px) {
  #header #header_menu {
    background-color: #cccccc;
    display: none;
  }
}
#header .drawer-menu-floor1 {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #header .drawer-menu-floor1 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#header .drawer-hamburger {
  width: 12.3287671233vw;
  aspect-ratio: 1/1;
  padding: 0;
  margin-left: 1.2vw;
  position: relative;
}
#header .drawer-hamburger picture {
  display: block;
  width: 12.3287671233vw;
  aspect-ratio: 1/1;
}
#header .drawer-hamburger .hamburger_line {
  width: 32%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#header .navi_body .header_container {
  padding: 0;
  position: relative;
  max-width: 1340px;
  display: flex;
  justify-content: space-between;
  top: -1px;
}
#header .navi_body .logo {
  width: 40.5479452055vw;
  aspect-ratio: 296/150;
  top: 0;
  left: 6.8vw;
  z-index: 2;
}
@media (min-width: 768px) {
  #header .navi_body .logo {
    width: 23.2089552239%;
    aspect-ratio: 311/112;
    left: 0;
  }
}
#header .navi_body .logo:hover {
  opacity: 1;
}
#header .navi_body .btnBox {
  width: 66vw;
  max-width: 952px;
  padding-right: 2.1%;
  box-sizing: content-box;
  display: flex;
  align-items: center;
}
#header .navi_body .btnBox ul {
  width: 100%;
  background-color: #ffffff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 4.5248868778%;
  padding-right: 4.5248868778%;
  font-size: min(1.3432835821vw, 18px);
  padding-top: 20px;
  padding-bottom: 20px;
}
#header .navi_body .btnBox ul.btn01 {
  width: 70%;
  margin-right: 4.5248868778%;
}
#header .navi_body .btnBox ul.btn01 li {
  position: relative;
  padding-left: 1.2em;
}
#header .navi_body .btnBox ul.btn01 li::before {
  position: absolute;
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #EC6C00;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
#header .navi_body .btnBox ul.btn02 {
  width: 28%;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  color: #EC6C00;
}
#header .navi_body .btnBox ul.btn02 a {
  background-color: #ffffff;
  border: 1px solid #EC6C00;
  border-radius: 18px;
  padding-left: 12%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#header .navi_body .btnBox ul.btn02 span {
  position: relative;
  padding-right: 20%;
  display: inline-block;
}
#header .navi_body .btnBox ul.btn02 span:before {
  position: absolute;
  content: "";
  width: 20%;
  aspect-ratio: 38/47;
  background: url(../img/icon_pen.svg) no-repeat 0 0/contain;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header .navi_body .btnBox ul .taiken {
  width: 100%;
}
#header .navi_body .btnBox ul a {
  font-weight: 700;
}
#header .navi_body .btnBox ul a:hover {
  text-decoration: underline;
  text-decoration-color: #EC6C00;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.drawer-overlay {
  background-color: #ffffff !important;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  background-color: #ffffff;
}

.drawer-hamburger-icon {
  margin-top: 0;
}

.drawer-hamburger-icon:before {
  top: -8px;
}

.drawer-hamburger-icon:after {
  top: 8px;
}

/********** footerエリア **********/
#footer {
  margin-top: 100px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  #footer {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
#footer .footer_container {
  font-size: 14px;
  line-height: 1.7;
  width: 100%;
  overflow: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #footer .footer_container {
    max-width: 1370px;
  }
}
#footer .left {
  border-bottom: 1px solid #616161;
  padding: 0 6.8vw 24px;
}
@media (min-width: 768px) {
  #footer .left {
    width: 42%;
    border-bottom: none;
    border-right: 1px solid #616161;
    padding: 0 50px 0;
  }
}
#footer .left .footer_txt {
  margin-top: 25px;
}
#footer .left .footer_txt p {
  display: flex;
  font-size: 12px;
}
@media (min-width: 768px) {
  #footer .left .footer_txt p {
    font-size: 16px;
  }
}
#footer .left .footer_txt p span {
  white-space: nowrap;
  width: 15%;
}
#footer .right {
  padding: 24px 6.8vw 0;
}
@media (min-width: 768px) {
  #footer .right {
    padding: 0 9.6% 0 10%;
    width: 58%;
  }
}
@media (min-width: 768px) {
  #footer .right .d-md-flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#footer .right p {
  margin-left: -6.8vw;
  margin-right: -6.8vw;
}
@media (min-width: 768px) {
  #footer .right p {
    margin-left: 0;
    margin-right: 0;
  }
}
#footer .right ul {
  font-size: 15px;
  margin: 0;
}
@media (min-width: 768px) {
  #footer .right ul {
    font-size: 16px;
  }
}
#footer .right ul li a {
  white-space: nowrap;
  line-height: 2.2;
  color: #616161;
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 768px) {
  #footer .right ul li a {
    font-size: 14px;
  }
}
#footer .right ul.fc-orange li a {
  color: #EC6C00;
  font-size: 15px;
}
@media (min-width: 768px) {
  #footer .right ul.fc-orange li a {
    font-size: 16px;
  }
}
#footer .right ul.fc-orange li a:hover {
  text-decoration: none;
}/*# sourceMappingURL=common.css.map */