/*====================================================================================
1. START COMMON BASE.
====================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
:root {
  --font-M_plus: "Zen Kaku Gothic New", serif;
  --co-green: #389f2e;
  --co-blue: #4daaad;
  --bg-green: #389f2e;
  --bg-blue: #4daaad;
}

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

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

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

body {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #000000;
  background: #f7fdf1 url(../images/common_img/bg_main.webp) no-repeat top center;
  background-size: 100% auto;
  letter-spacing: 0.025em;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
body.lb-disable-scrolling {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  body img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

#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: #4b3f2c;
  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;
  font-family: "Zen Kaku Gothic New", serif;
}

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 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%;
}

/*---------- START copyright ----------*/
.copyright {
  color: #7c7c7c;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .copyright {
    font-size: 1.6rem;
    margin-top: 8.6rem;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .copyright {
    font-size: 1.2rem;
    margin-top: 5rem;
    text-align: center;
  }
}

/*---------- START page-up ----------*/
#page-up {
  display: none;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 9;
}
#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;
  width: 4.5rem;
  height: 4.5rem;
  background: var(--bg-green);
  border-radius: 50%;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
#page-up a span {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1;
}
#page-up a span.cm-arr {
  width: 0;
  height: 0;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  border-bottom: 1rem solid #fff;
  position: absolute;
  top: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#page-up a span.txt {
  margin-top: 1rem;
}
#page-up a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  background: #fff;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  #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 span {
    color: var(--co-green);
  }
  #page-up a:hover span.cm-arr {
    border-left: 0.7rem solid transparent;
    border-right: 0.7rem solid transparent;
    border-bottom: 1rem solid var(--co-green);
  }
}
@media only screen and (min-width: 768px) {
  #page-up {
    bottom: 2rem;
  }
  #page-up a {
    width: 6rem;
    height: 6rem;
  }
}

/*====================================================================================
5. START COMMON CSS
====================================================================================*/
#cm-main {
  margin-top: var(--headerH);
}

.a-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

/*---------- START fade-up ----------*/
.fade-up {
  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;
}
.fade-up.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*====================================================================================
1. START HEADER
====================================================================================*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header.fixed {
  background: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_logo {
  width: 53.7rem;
  padding: 2.4rem 0 0;
  margin-left: 3rem;
}
@media only screen and (max-width: 1300px) {
  .header_logo {
    width: 45rem;
  }
}
@media only screen and (min-width: 768px) {
  .header_logo {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_logo:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo {
    width: 20rem;
    margin-left: 0.5rem;
    padding: 1rem 0 0;
  }
}
.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_btn a {
  width: 18rem;
  height: 10rem;
  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-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  .header_btn a {
    width: 14rem;
  }
}
@media only screen and (min-width: 768px) {
  .header_btn a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_btn a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .header_btn a {
    width: 5rem;
    height: 5rem;
    font-size: 0.8rem;
  }
}
.header_btn a.btn_career {
  background: url(../images/common_img/bg_btn01.webp);
}
.header_btn a.btn_comback {
  background: url(../images/common_img/bg_btn02.webp);
}
@media only screen and (min-width: 768px) {
  .header_menu {
    margin-right: 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu {
    display: none;
  }
}
.header_menu a {
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .header_menu a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_menu a:hover {
    color: var(--co-green);
  }
}

/*---------- START HAMBURGER ----------*/
.trigger-menu {
  background: #414141;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
  z-index: 99;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .trigger-menu {
    width: 10rem;
    height: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .trigger-menu {
    width: 5rem;
    height: 5rem;
  }
}
.trigger-menu span {
  display: block;
  position: absolute;
  background: #fff;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  top: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .trigger-menu span {
    width: 4rem;
    height: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .trigger-menu span {
    width: 2.5rem;
    height: 0.2rem;
  }
}
.trigger-menu span:nth-child(1) {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media only screen and (min-width: 768px) {
  .trigger-menu span:nth-child(1) {
    margin-top: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .trigger-menu span:nth-child(1) {
    margin-top: 1.7rem;
  }
}
.trigger-menu span:nth-child(2) {
  margin: auto;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.trigger-menu span:nth-child(3) {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media only screen and (min-width: 768px) {
  .trigger-menu span:nth-child(3) {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .trigger-menu span:nth-child(3) {
    margin-bottom: 1.7rem;
  }
}
.trigger-menu.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0.6rem;
  top: 1.3rem;
}
.trigger-menu.active span:nth-child(2) {
  opacity: 0;
}
.trigger-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0.6rem;
  bottom: 1.3rem;
}

/*====================================================================================
2. START TITLE
====================================================================================*/
.cm-title01_en {
  font-weight: 500;
  letter-spacing: 0.075em;
  color: var(--co-green);
  display: block;
}
@media only screen and (min-width: 768px) {
  .cm-title01_en {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title01_en {
    font-size: 2.8rem;
  }
}
.cm-title01_jp {
  font-weight: 500;
  letter-spacing: 0.075em;
  display: block;
}
@media only screen and (min-width: 768px) {
  .cm-title01_jp {
    font-size: 2rem;
    margin-top: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title01_jp {
    font-size: 1.6rem;
    margin-top: 0.2rem;
  }
}

.title_center {
  text-align: center;
}

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

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

/*====================================================================================
2. START BUTTOM
====================================================================================*/
.cm-btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  letter-spacing: 0.075em;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .cm-btn01 {
    gap: 1.8rem;
  }
  .cm-btn01:hover {
    color: var(--co-green);
  }
  .cm-btn01:hover .cm-btn01-icon {
    background: var(--bg-green);
  }
  .cm-btn01:hover .cm-btn01-icon:before {
    background: #fff;
  }
  .cm-btn01:hover .cm-btn01-icon:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn01 {
    gap: 1rem;
  }
}
.cm-btn01-icon {
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .cm-btn01-icon {
    width: 9.5rem;
    height: 9.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn01-icon {
    width: 4rem;
    height: 4rem;
  }
}
.cm-btn01-icon::before {
  content: "";
  height: 0.2rem;
  background: var(--bg-green);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .cm-btn01-icon::before {
    width: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn01-icon::before {
    width: 1rem;
  }
}
.cm-btn01-icon::after {
  content: "";
  border: solid var(--bg-green);
  border-width: 0 2px 2px 0;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .cm-btn01-icon::after {
    padding: 0.3rem;
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn01-icon::after {
    padding: 0.2rem;
    margin-left: 0.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .cm_buttom_end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cm_buttom_end a {
  text-decoration: none;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cm_buttom_end a {
    width: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cm_buttom_end a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .cm_buttom_end a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 10rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cm_buttom_end a::after {
  content: "";
  clear: both;
  display: block;
}
.cm_buttom_end a div {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cm_buttom_end a div {
    width: 60rem;
    height: 20rem;
    padding-top: 5.4rem;
  }
}
.cm_buttom_end a p {
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .cm_buttom_end a p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_buttom_end a p {
    font-size: 1.6rem;
  }
}
.cm_buttom_end a span {
  display: block;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .cm_buttom_end a span {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_buttom_end a span {
    font-size: 2rem;
  }
}
.cm_buttom_end .btn_career {
  background: url(../images/common_img/bg_btn01_end.webp) repeat center center;
}
@media only screen and (min-width: 768px) {
  .cm_buttom_end .btn_career div {
    float: right;
    padding-left: 6rem;
  }
}
.cm_buttom_end .btn_comeback {
  background: url(../images/common_img/bg_btn02_end.webp) repeat center center;
}
@media only screen and (min-width: 768px) {
  .cm_buttom_end .btn_comeback div {
    float: left;
    padding-right: 4.5rem;
  }
}

@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: 8rem;
    padding-bottom: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_inner {
    padding: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer_left .logo {
    width: 37.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_left .logo {
    max-width: 31.5rem;
    margin: auto;
  }
}
.footer_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .footer_btn {
    margin-top: 4rem;
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_btn {
    margin-top: 3rem;
    gap: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_btn img {
    height: 3rem;
  }
}
.footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .footer_menu {
    gap: 5.7rem;
    margin-top: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_menu {
    margin-top: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}
.footer_menu a {
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .footer_menu a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer_menu a:hover {
    color: var(--co-green);
  }
}

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

.cm_gnav {
  position: fixed;
  right: 0;
  max-width: 460px;
  width: 100%;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  .cm_gnav {
    top: 10rem;
    height: calc(100vh - 10rem);
  }
}
@media only screen and (max-width: 767px) {
  .cm_gnav {
    top: 5rem;
    height: calc(100vh - 5rem);
  }
}
.cm_gnav.visible {
  opacity: 1;
  visibility: visible;
}
.cm_gnav.visible ul {
  right: 0;
}
.cm_gnav ul {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .cm_gnav ul {
    padding: 0 5rem 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_gnav ul {
    padding: 2rem 2rem;
  }
}
.cm_gnav li:last-child a {
  border-bottom: none;
}
.cm_gnav_link {
  display: block;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .cm_gnav_link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 2rem 0;
  }
  .cm_gnav_link:hover {
    color: var(--co-green);
  }
}
@media only screen and (max-width: 767px) {
  .cm_gnav_link {
    padding: 1rem 0;
  }
}
.cm_gnav_link span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cm_gnav_link_en {
    font-size: 2.5rem;
    margin-bottom: -0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_gnav_link_en {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm_gnav_link_jp {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_gnav_link_jp {
    font-size: 1.4rem;
  }
}