/*====================================================================================
1. START COMMON BASE.
====================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
:root {
  --font-zenKaku: "Zen Kaku Gothic New", sans-serif;
  --co-privacy: #2a7f8d;
  --co-a: #ea5514;
  --co-b: #f28f00;
  --co-c: #fac000;
  --co-d: #8fc31f;
  --co-e: #74b5e4;
  --co-f: #988ac0;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  html.no-scroll {
    overflow: hidden;
    position: relative;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 2.666vw;
  }
}
:where(html:not(.sg-cms *)) {
  padding: 0;
  margin: 0;
}

:where(figure:not(.sg-cms *)) {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0;
  color: #000;
}
body.lb-disable-scrolling {
  position: fixed;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 1.4rem;
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767px) {
  body img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.no-scroll {
    overflow: hidden;
    -ms-touch-action: none;
        touch-action: none;
  }
}

#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 32rem;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body {
    min-width: 120rem;
  }
  body #cm-header {
    width: 120rem;
  }
  body #wrapper {
    max-width: 120rem;
  }
}
.w-brall {
  word-break: break-all;
}

/* ---------- START ANCHORLINK ---------- */
a {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
}
a:hover, a:active, a:focus {
  outline: none;
}
@media only screen and (min-width: 768px) {
  a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:hover img {
    opacity: 0.8;
  }
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #4b3f2c;
}
@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

/*---------- START HOVER IMG  ----------*/
.ov-hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

/* ----------  START code set ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

pre,
code,
kbd,
samp,
var,
.font_mono {
  font-size: 1.3rem;
  line-height: 1.6;
}

pre {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  overflow-x: auto;
}

img {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: 0px;
  -webkit-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

button,
input[type=submit],
input[type=button] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

picture {
  display: block;
  line-height: 1.6;
}

figure {
  margin: 0;
  padding: 0;
}

.white-space_pre-wrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  white-space: pre-line;
}

/*====================================================================================
2. START COMMON CONTAINER.
====================================================================================*/
.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 120rem;
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 1.2rem;
  }
}

/*====================================================================================
3. START COMMON HEADER
====================================================================================*/
.lock-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}

#cm-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  #cm-header {
    padding: 3.6rem 0 3rem;
  }
  #cm-header.header-top {
    padding: 4.6rem 0;
  }
}
#cm-header.fixed {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  #cm-header.fixed {
    padding: 3.6rem 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  #cm-header.active {
    background: #0075c1;
  }
  #cm-header.active .header-logo {
    margin-top: 0.4rem;
  }
  #cm-header.active .header-logo img {
    display: none;
  }
  #cm-header.active .header-logo img.logo_w {
    display: block;
  }
}
#cm-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #cm-header .header-inner {
    padding: 1.8rem 1.7rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  #cm-header .header-logo {
    width: 23.3rem;
  }
}
@media only screen and (max-width: 767px) {
  #cm-header .header-logo {
    width: 17.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0.9rem;
  }
}
#cm-header .header-logo .logo_w {
  display: none;
}
@media only screen and (min-width: 768px) {
  #cm-header .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.2rem;
    margin-top: 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  #cm-header .header-menu {
    position: fixed;
    top: 8.6rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 8.5rem);
    background: #0075c1;
    z-index: 999;
    padding: 3.5rem 1.7rem 10rem;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  #cm-header .header-menu.active {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 768px) {
  #cm-header .header-menu .sub-menusp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #cm-header .header-menu .sub-menusp {
    display: block;
    margin-top: 4.7rem;
  }
  #cm-header .header-menu .sub-menusp a {
    font-size: 2rem;
    margin-bottom: 1.9rem;
  }
}
#cm-header .header-menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #cm-header .header-menu a:after {
    content: "";
    width: 0;
    height: 0.1rem;
    background: var(--co-privacy);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
  }
  #cm-header .header-menu a:hover:after {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #cm-header .header-menu a {
    font-size: 2.5rem;
    display: block;
    margin: 0 0 1.6rem;
    color: #fff;
  }
}

/*---------- START HAMBURGER ----------*/
.trigger-menu {
  width: 5rem;
  height: 5rem;
  background: #0075c1;
  border-radius: 0.25rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
  z-index: 99;
  border: none;
  position: relative;
  z-index: 9999;
}
.trigger-menu span {
  display: block;
  position: absolute;
  width: 2rem;
  height: 0.25rem;
  background: #fff;
  opacity: 1;
  left: 50%;
  margin: auto;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.trigger-menu span:nth-child(1) {
  top: 1.6rem;
}
.trigger-menu span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.trigger-menu span:nth-child(3) {
  bottom: 1.6rem;
}
.trigger-menu.active {
  background: #fff;
}
.trigger-menu.active span {
  background: #0075c1;
  position: absolute;
  width: 2.5rem;
}
.trigger-menu.active span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
}
.trigger-menu.active span:nth-child(2) {
  opacity: 0;
}
.trigger-menu.active span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
}
@media only screen and (min-width: 768px) {
  .trigger-menu {
    display: none;
  }
}

/*---------- START copyright ----------*/
.copyright {
  color: #818181;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .copyright {
    margin-top: 3.4rem;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 1.7rem 0 0;
    font-size: 1rem;
    text-align: center;
  }
}

/*---------- START page-up ----------*/
#page-up {
  display: none;
  position: fixed;
  right: 2%;
  bottom: 3.7rem;
  z-index: 999;
}
#page-up.fix-footer {
  position: absolute;
  bottom: auto;
}
@media only screen and (min-width: 768px) {
  #page-up.fix-footer {
    top: -4rem;
  }
}
@media only screen and (max-width: 767px) {
  #page-up.fix-footer {
    top: -3rem;
  }
}
#page-up a {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-decoration: none;
  padding-right: 1.9rem;
}
#page-up a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-bottom: 1rem solid #000;
  position: absolute;
  top: 0.9rem;
  right: 0;
}

/*====================================================================================
5. START COMMON CSS
====================================================================================*/
.a-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

/*---------- START fade-up ----------*/
.fadein {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.fadein.fadein_on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*---------- START ARROW   ----------*/
@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sp,
  .sm {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp,
  .sm {
    display: block;
  }
}

.cm-btn01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4rem;
  background: #726c65;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cm-btn01 {
    height: 7rem;
    font-size: 2rem;
  }
  .cm-btn01:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn01 {
    height: 5rem;
    font-size: 1.6rem;
  }
}
.cm-btn01:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.8rem solid #fff;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .cm-btn01:after {
    right: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn01:after {
    right: 2rem;
  }
}

.cm-title01 {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cm-title01 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title01 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

#cm-footer {
  background: #f5f5f5;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #cm-footer .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 3.9rem;
    padding-bottom: 6.7rem;
  }
}
@media only screen and (max-width: 767px) {
  #cm-footer .footer {
    padding: 1.4rem 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  #cm-footer .footer_left {
    margin: 0 -1.2rem;
  }
}
#cm-footer .footer_left .f-logo {
  display: block;
}
@media only screen and (min-width: 768px) {
  #cm-footer .footer_left .f-logo {
    width: 38.2rem;
    margin-left: -1.2rem;
    margin-bottom: 0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  #cm-footer .footer_left .f-logo {
    width: 36.85rem;
    margin: auto;
  }
}
#cm-footer .footer_left p {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  #cm-footer .footer_left p {
    font-size: 1.2rem;
    text-align: center;
    margin-top: -1rem;
  }
}
@media only screen and (min-width: 768px) {
  #cm-footer .footer_right {
    margin-top: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  #cm-footer .footer_right {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #cm-footer .footer_right nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.1rem;
  }
}
@media only screen and (max-width: 767px) {
  #cm-footer .footer_right nav {
    display: none;
  }
}
#cm-footer .footer_right a {
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.cm-listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .cm-listItem {
    gap: 6rem 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-listItem {
    gap: 3rem;
  }
}

.cm-item {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .cm-item {
    width: calc(33.3333333333% - 1.8rem);
  }
}
@media only screen and (max-width: 767px) {
  .cm-item {
    width: 100%;
  }
}
.cm-item a {
  text-decoration: none;
}
.cm-item .img {
  border: 0.1rem solid #a0a0a0;
  border-radius: 0.5rem;
  overflow: hidden;
}
.cm-item .img img {
  width: 100%;
  display: block;
  aspect-ratio: 73 / 46;
}
.cm-item .tit {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cm-item .tit {
    font-size: 2rem;
    line-height: 1.75;
    margin: 1.9rem 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-item .tit {
    font-size: 1.6rem;
    margin: 1.5rem 0 0.5rem;
  }
}
.cm-item .info dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cm-item .info dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cm-item .info dl dd {
  margin: 0;
}
.cm-item .list_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 0.6rem;
}
@media only screen and (min-width: 768px) {
  .cm-item .list_tag {
    margin-top: 1.4rem;
  }
  .cm-item .list_tag a:hover {
    background: #000;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .cm-item .list_tag {
    margin-top: 1rem;
  }
}
.cm-item .list_tag span,
.cm-item .list_tag a {
  border: 0.1rem solid #c9c9c9;
  border-radius: 0.3rem;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 0.45rem 1rem;
  font-size: 1.3rem;
}