/*====================================================================================
1. START COMMON BASE.
====================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
:root {
  --co-thirdry: #f5f5f5;
  --co-secondry: #878787;
  --bg-orange: #edb333;
}

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

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

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

body {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #000000;
  font-weight: 300;
  letter-spacing: 0.1em;
}
body.lb-disable-scrolling {
  position: fixed;
  width: 100%;
}
body.no-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 350px) {
  body {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  body img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

:where(body) {
  margin: 0;
}

#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: #000;
}
@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: 0.1rem 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;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 120rem;
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 1.2rem;
  }
}

/*---------- START page-up ----------*/
#page-up {
  display: none;
  position: fixed;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  #page-up {
    bottom: 2rem;
    right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #page-up {
    bottom: 5rem;
    right: 0;
  }
}
#page-up a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #000;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
  border: 0.1rem solid #000;
}
@media only screen and (min-width: 768px) {
  #page-up a {
    width: 8rem;
    height: 8rem;
  }
  #page-up a:hover:after {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #page-up a:hover:before {
    border-color: #fff;
  }
  #page-up a:hover .txt {
    color: #0f174f;
  }
  #page-up a:hover span.cm-arr {
    border: solid #0f174f;
    border-width: 0 0.2rem 0.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  #page-up a {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#page-up a span.cm-arr {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  content: "";
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.3rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  display: block;
}
#page-up a span.txt {
  display: block;
  width: 100%;
  text-align: center;
}
#page-up a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

/*====================================================================================
1. START COMMON HEADER
====================================================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 9999;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 3rem 3rem;
  }
}
@media only screen and (max-width: 1500px) {
  .header {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 0;
  }
}
.header_logo {
  margin: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .header_logo {
    width: 44.8rem;
  }
}
@media only screen and (max-width: 1500px) {
  .header_logo {
    width: 35rem;
  }
}
@media only screen and (max-width: 1240px) {
  .header_logo {
    width: 30rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo {
    width: 27rem;
    margin: 0 0 0 1rem;
  }
}
.header_menu {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 1500px) {
  .header_menu {
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu {
    position: fixed;
    top: 6rem;
    width: 100%;
    left: 0;
    height: calc(100vh - 6rem);
    background: #fff;
    padding: 4rem 0;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    z-index: 9999;
  }
  .header_menu.is-visible {
    opacity: 1;
    visibility: visible;
  }
}
.header_menu .g_navi {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .header_menu .g_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.5rem;
  }
}
@media only screen and (max-width: 1500px) {
  .header_menu .g_navi {
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu .g_navi {
    padding: 2rem 1.2rem 1rem;
  }
}
.header_menu .g_navi li {
  margin: 0;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .header_menu .g_navi li {
    border-bottom: 1px solid var(--co-secondry);
  }
  .header_menu .g_navi li:last-child {
    border-bottom: none;
  }
}
.header_menu .g_navi li a {
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .header_menu .g_navi li a:hover {
    color: #878787;
  }
}
@media only screen and (max-width: 1240px) {
  .header_menu .g_navi li a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu .g_navi li a {
    padding: 1rem 0;
    display: block;
    font-size: 1.6rem;
  }
}
.header_menu .g_navi .submenu {
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .header_menu .g_navi .submenu.active span:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
  }
}
.header_menu .g_navi .submenu span {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header_menu .g_navi .submenu span {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu .g_navi .submenu span {
    padding: 1rem 0;
    display: block;
    color: #000;
    font-size: 1.6rem;
  }
}
.header_menu .g_navi .submenu span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .header_menu .g_navi .submenu span:after {
    padding: 0.3rem;
    border: solid #fff;
    border-width: 0 0.2rem 0.2rem 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu .g_navi .submenu span:after {
    padding: 0.3rem;
    border: solid #000;
    border-width: 0 0.2rem 0.2rem 0;
    right: 2rem;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.header_menu .g_navi .submenu ul {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header_menu .g_navi .submenu ul {
    padding: 1rem 2rem;
    position: absolute;
    top: 100%;
    left: 0;
    width: 30rem;
    background: #000;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu .g_navi .submenu ul {
    padding: 0;
    background: #000;
  }
  .header_menu .g_navi .submenu ul.open {
    display: block;
  }
}
.header_menu .g_navi .submenu ul li {
  border-bottom: 1px solid #878787;
  padding: 0;
}
.header_menu .g_navi .submenu ul li:last-child {
  border-bottom: none;
}
.header_menu .g_navi .submenu ul a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .header_menu .g_navi .submenu ul a {
    padding: 0.8rem 0;
  }
  .header_menu .g_navi .submenu ul a:hover {
    color: #878787;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu .g_navi .submenu ul a {
    color: #fff;
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .header_menu .g_navi .submenu:hover span {
    color: var(--co-thirdry);
  }
  .header_menu .g_navi .submenu:hover span:after {
    border: solid var(--co-thirdry);
    border-width: 0 0.2rem 0.2rem 0;
  }
  .header_menu .g_navi .submenu:hover ul {
    display: block;
  }
}
.header_btn {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  z-index: 1;
  background: #878787;
  border-radius: 3rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .header_btn a {
    width: 20rem;
    height: 6rem;
  }
  .header_btn a:hover:after {
    width: 100%;
  }
}
@media only screen and (max-width: 1500px) {
  .header_btn a {
    width: 16rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_btn a {
    width: 25rem;
    height: 6rem;
    margin: 2rem auto 0;
  }
}
.header_btn a::after {
  width: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  height: 100%;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
}

/*====================================================================================
3. START HAMBURGER
====================================================================================*/
.trigger-menu {
  background: none;
  border: none;
  display: block;
  cursor: pointer;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .trigger-menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .trigger-menu {
    height: 6rem;
    width: 6rem;
    position: relative;
    background: #000;
  }
}
@media only screen and (max-width: 767px) {
  .trigger-menu span.line {
    width: 3.2rem;
    height: 0.3rem;
    margin: auto auto 0.7rem;
    background: #fff;
    display: block;
  }
  .trigger-menu span.line:last-child {
    margin-bottom: 0;
  }
}
.trigger-menu.active span.line:nth-child(2) {
  background: #000;
}
.trigger-menu.active span.line:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
}
.trigger-menu.active span.line:nth-child(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
}

.trigger-menu-close {
  background: none;
  border: none;
  cursor: pointer;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .trigger-menu-close {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .trigger-menu-close {
    height: 6rem;
    width: 6rem;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .trigger-menu-close span.line {
    width: 3.2rem;
    height: 0.3rem;
    margin: auto auto 0.7rem;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .trigger-menu-close span.line:last-child {
    margin-bottom: 0;
  }
  .trigger-menu-close span.line:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .trigger-menu-close span.line:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}

/*====================================================================================
3. 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);
}

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

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

.view_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.3rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .view_btn:hover .icon {
    background: #000;
  }
  .view_btn:hover .icon:after {
    border: solid #fff;
    border-width: 0 0.2rem 0.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .view_btn {
    gap: 1.5rem;
  }
}
.view_btn .icon {
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .view_btn .icon {
    width: 5.8rem;
    height: 5.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .view_btn .icon {
    width: 3rem;
    height: 3rem;
  }
}
.view_btn .icon:after {
  content: "";
  border: solid #000;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-left: -0.2rem;
}
@media only screen and (min-width: 768px) {
  .view_btn .icon:after {
    padding: 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .view_btn .icon:after {
    padding: 0.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 6.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-inner {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer-left {
    width: 44.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-left {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .footer-left img {
    width: 28rem;
    margin: auto;
  }
}
.footer-left p {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .footer-left p {
    margin: 3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-left p {
    margin: 1.5rem 0 0;
    text-align: left;
    font-size: 1.3rem;
  }
}
.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .footer-right {
    gap: 6.6rem;
    margin-top: 0.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-right {
    gap: 1rem;
    margin-top: 3rem;
  }
}
.footer-right ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .footer-right ul {
    width: calc(50% - 0.5rem);
  }
}
.footer-right li {
  list-style-type: none;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .footer-right li {
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-right li {
    margin-bottom: 0.6rem;
  }
}
.footer-right li:last-child {
  margin-bottom: 0;
}
.footer-right a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .footer-right a {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .footer-right a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .footer-right a {
    font-size: 1.3rem;
  }
}
.footer-right .f_btn2 {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.8rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 0.2rem solid #000;
}
@media only screen and (min-width: 768px) {
  .footer-right .f_btn2 {
    margin-top: 2.3rem;
    width: 21rem;
    height: 6rem;
  }
  .footer-right .f_btn2:hover {
    color: #000;
    opacity: 1;
  }
  .footer-right .f_btn2:hover:after {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-right .f_btn2 {
    width: 100%;
    height: 4rem;
    margin-top: 1.5rem;
  }
}
.footer-right .f_btn2::after {
  width: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
}

.copyright {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .copyright {
    padding: 3.8rem 0 4.9rem;
    margin: 0.5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 2rem 0;
    font-size: 1.2rem;
    margin: 4rem 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .cm-title01 {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title01 {
    margin: 0 0 2rem;
  }
}
.cm-title01 .en {
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .cm-title01 .en {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title01 .en {
    font-size: 2.2rem;
  }
}
.cm-title01 .en img {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  margin-bottom: 1.4rem;
}
.cm-title01 .jp {
  display: block;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .cm-title01 .jp {
    font-size: 1.8rem;
    margin-top: 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title01 .jp {
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
}

.cm-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .cm-banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cm-banner .link_banner {
  position: relative;
  background: #878787;
  color: #fff;
  text-decoration: none;
}
.cm-banner .link_banner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #878787;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media only screen and (min-width: 768px) {
  .cm-banner .link_banner {
    width: calc(50% - 0.1rem);
    height: 43rem;
    padding: 17.8rem 10.1rem 0 8.1rem;
  }
  .cm-banner .link_banner:hover .icon {
    background: #fff;
  }
  .cm-banner .link_banner:hover .icon:after {
    border: solid #000;
    border-width: 0 0.2rem 0.2rem 0;
  }
  .cm-banner .link_banner:hover:after {
    background: rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner .link_banner {
    padding-top: 4.5rem;
    width: 100%;
    height: 15rem;
  }
}
.cm-banner .link_banner .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
  z-index: 1;
}
.cm-banner .link_banner .en {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.15;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 8rem;
  z-index: 99;
}
@media only screen and (max-width: 1800px) {
  .cm-banner .link_banner .en {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 1400px) {
  .cm-banner .link_banner .en {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner .link_banner .en {
    font-size: 3rem;
  }
}
.cm-banner .link_banner .title_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .cm-banner .link_banner .title_link {
    padding: 0 2rem;
  }
}
.cm-banner .link_banner .title_link .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .cm-banner .link_banner .title_link .ttl.ttl_data {
    margin-top: -2.8rem;
  }
}
.cm-banner .link_banner .title_link .ttl img {
  width: 1.2rem;
  height: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .cm-banner .link_banner .title_link .ttl img {
    margin-top: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner .link_banner .title_link .ttl img {
    margin-top: 1.5rem;
  }
}
.cm-banner .link_banner .title_link .ttl p {
  letter-spacing: 0.1em;
  font-weight: 400;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .cm-banner .link_banner .title_link .ttl p {
    font-size: 4rem;
  }
  .cm-banner .link_banner .title_link .ttl p.txt_data {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner .link_banner .title_link .ttl p {
    font-size: 2.4rem;
  }
}
.cm-banner .link_banner .title_link .ttl p span {
  display: block;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .cm-banner .link_banner .title_link .ttl p span {
    font-size: 1.6rem;
    margin: 0.3rem 0 0 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner .link_banner .title_link .ttl p span {
    font-size: 1.2rem;
  }
}
.cm-banner .link_banner .icon {
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .cm-banner .link_banner .icon {
    width: 5.8rem;
    height: 5.8rem;
    margin-top: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner .link_banner .icon {
    width: 3rem;
    height: 3rem;
    margin-top: 0.5rem;
  }
}
.cm-banner .link_banner .icon:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-left: -0.2rem;
}
@media only screen and (min-width: 768px) {
  .cm-banner .link_banner .icon:after {
    padding: 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner .link_banner .icon:after {
    padding: 0.2rem;
  }
}