/*====================================================================================
1. START COMMON BASE.
====================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
:root {
  --font-oswald: "Oswald", sans-serif;
  --font-josefin: "Josefin Sans", sans-serif;
  --co-primary: #d6c6a8;
  --co-thirdry: #afb3ba;
  --co-secondry: #d7c6a8;
}

/* page_btn */
html {
  font-size: 62.5%;
  overflow-y: auto;
  line-height: 1.6;
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerH);
}
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;
}

div[id],
section[id] {
  scroll-margin-top: var(--headerH);
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}
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 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 1.2rem;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/*---------- 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: var(--co-primary);
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
  border: 0.1rem solid var(--co-primary);
}
@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;
}

/*====================================================================================
3. START HAMBURGER
====================================================================================*/
.trigger-menu {
  background: none;
  border: none;
  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: 5rem;
    width: 5rem;
    position: relative;
    background: var(--co-primary);
  }
}
@media only screen and (max-width: 767px) {
  .trigger-menu span.line {
    width: 2.8rem;
    height: 0.3rem;
    margin: auto auto 0.6rem;
    background: #fff;
    display: block;
  }
  .trigger-menu span.line:last-child {
    margin-bottom: 0;
  }
}
.trigger-menu.active span.line {
  width: 3.5rem;
  height: 0.3rem;
  background: #fff;
  display: block;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
}
.trigger-menu.active span.line:nth-child(2) {
  display: none;
}
.trigger-menu.active span.line:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.trigger-menu.active span.line:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.trigger-menu.active span.txt {
  margin-top: 2.5rem;
}

/*====================================================================================
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 !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

.bg-gradient1 {
  background: var(--co-primary);
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .header-logo {
    margin: 2.6rem 0 0 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo {
    width: 20rem;
  }
}
.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .header_right {
    padding: 3rem 2.8rem 0;
    gap: 3.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .header_right .btn_contact {
    width: 20rem;
    height: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_right .btn_contact {
    width: 5rem;
    height: 5rem;
    font-size: 0;
    gap: 0;
    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;
  }
  .header_right .btn_contact a {
    gap: 0;
  }
  .header_right .btn_contact a img {
    top: auto;
    left: 0.2rem;
    margin-top: 0;
    width: 2.2rem;
    height: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu {
    position: fixed;
    top: 5rem;
    left: 0;
    height: calc(100% - 5.1rem);
    width: 100%;
    padding: 5rem 2rem;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    z-index: 9999;
    background: #fff;
  }
  .header_menu.visible {
    opacity: 1;
    visibility: visible;
  }
}
.header_menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .header_menu a:hover {
    color: var(--co-primary);
  }
}
.header_menu li {
  list-style-type: none;
  position: relative;
}
.header_menu_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .header_menu_top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 6.9rem;
    margin-top: -0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6.9rem;
    font-size: 1.6rem;
  }
}
.header_menu_top .menu_recruitment {
  background: url(../images/common_img/icon_member.svg) no-repeat left center;
  background-size: 1.2rem 2rem;
  padding-left: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .header_menu_top .menu_recruitment:hover {
    background: url(../images/common_img/icon_member_grey.svg) no-repeat left
      center;
    background-size: 1.2rem 2rem;
  }
}
.header_menu_top .menu_site {
  background: url(../images/common_img/icon_web.svg) no-repeat left center;
  background-size: 2rem 2rem;
  padding-left: 3.2rem;
  position: relative;
  color: #009844;
  pointer-events: none;
}
.header_menu_top .menu_site:before {
  content: "";
  width: 0.2rem;
  height: 2rem;
  background: var(--co-thirdry);
  position: absolute;
  left: -3.4rem;
}
@media only screen and (min-width: 768px) {
  .header_menu_top .menu_site:before {
    top: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_top .menu_site:before {
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .header_menu_top .menu_site:hover {
    background: url(../images/common_img/icon_web_grey.svg) no-repeat left
      center;
    background-size: 2rem 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .header_menu_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.1rem;
    margin: 1.3rem 0.1rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_nav {
    margin: 3rem 0 0;
    padding: 0;
  }
  .header_menu_nav li {
    border-bottom: 1px solid var(--co-thirdry);
  }
  .header_menu_nav li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .header_menu_nav .submenu {
    position: absolute;
    top: 100%;
    left: -0.7rem;
    width: 36.8rem;
    padding: 1.7rem 0 0;
    display: none;
    z-index: 9999;
  }
  .header_menu_nav .submenu:before {
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1.7rem solid var(--co-primary);
    content: "";
    position: absolute;
    top: 0;
    left: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_nav .submenu {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .header_menu_nav .submenu a {
    color: #fff;
    padding: 0 0 0 2.1rem;
    position: relative;
  }
  .header_menu_nav .submenu a:hover {
    text-decoration: underline;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_nav .submenu a {
    padding: 1rem 2rem 1rem 3rem;
    background: #e8dcc8;
  }
}
.header_menu_nav .submenu a:before {
  content: "";
  display: inline-block;
  padding: 0.3rem;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .header_menu_nav .submenu a:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0.9rem;
    border: solid #fff;
    border-width: 0 0.2rem 0.2rem 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_nav .submenu a:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    border: solid #000;
    border-width: 0 0.2rem 0.2rem 0;
    left: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .header_menu_nav .submenu ul {
    padding: 2.7rem 3.5rem 3.1rem;
  }
  .header_menu_nav .submenu ul li {
    margin-bottom: 1.6rem;
  }
  .header_menu_nav .submenu ul li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_nav .submenu ul {
    padding: 0;
    background: none;
  }
  .header_menu_nav .submenu ul li {
    border-bottom: 1px solid #fff;
  }
  .header_menu_nav .submenu ul li:last-child {
    border-bottom: none;
  }
}
.header_menu_nav a,
.header_menu_nav p {
  margin: 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .header_menu_nav a,
  .header_menu_nav p {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    padding: 0 0 2.3rem;
  }
  .header_menu_nav a:hover,
  .header_menu_nav p:hover {
    color: var(--co-primary);
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_nav a,
  .header_menu_nav p {
    display: block;
    padding: 1.5rem 0;
    font-weight: 500;
    font-size: 1.6rem;
  }
}
.header_menu_nav .header_menu_sub {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header_menu_nav .header_menu_sub:hover {
    color: var(--co-primary);
  }
  .header_menu_nav .header_menu_sub:hover .submenu {
    display: block;
  }
  .header_menu_nav .header_menu_sub:hover:after {
    border: solid var(--co-primary);
    border-width: 0 0.2rem 0.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_nav .header_menu_sub.open .submenu {
    display: block;
  }
  .header_menu_nav .header_menu_sub.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
.header_menu_nav .header_menu_sub:after {
  content: "";
  border: solid black;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.35rem;
  position: absolute;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .header_menu_nav .header_menu_sub:after {
    bottom: 1.7rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_nav .header_menu_sub:after {
    top: 2.5rem;
    right: 1rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.btn_contact {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .btn_contact:hover a {
    opacity: 1;
  }
  .btn_contact:hover a img {
    opacity: 1;
  }
  .btn_contact:hover:after {
    width: 100%;
  }
}
.btn_contact:before {
  width: 100%;
  height: 100%;
  background: #d44913;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgb(212, 73, 19)),
    to(rgb(157, 43, 0))
  );
  background: linear-gradient(
    -90deg,
    rgb(212, 73, 19) 0%,
    rgb(157, 43, 0) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.btn_contact:after {
  width: 0;
  height: 100%;
  background: #d44913;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(212, 73, 19)),
    to(rgb(157, 43, 0))
  );
  background: linear-gradient(90deg, rgb(212, 73, 19) 0%, rgb(157, 43, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn_contact a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 9;
}
.btn_contact a img {
  margin-top: 0.3rem;
  position: relative;
  top: -0.2rem;
  left: -0.8rem;
}

.cm-title {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .cm-title {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title {
    margin: 0 0 2rem;
  }
}
.cm-title_jp {
  display: block;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .cm-title_jp {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title_jp {
    font-size: 2rem;
  }
}
.cm-title_en {
  display: block;
  color: var(--co-primary);
  font-family: var(--font-oswald);
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .cm-title_en {
    font-size: 2rem;
    margin-top: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title_en {
    font-size: 1.8rem;
    margin-top: 0;
  }
}

.text_center {
  text-align: center;
}

.cm-link_viewall {
  font-family: var(--font-josefin);
  font-weight: 500;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .cm-link_viewall:hover {
    color: var(--co-primary);
  }
  .cm-link_viewall:hover span:before {
    background: var(--co-primary);
  }
  .cm-link_viewall:hover span:after {
    border: solid var(--co-primary);
    border-width: 0 0.2rem 0.2rem 0;
  }
}

.cm-icon {
  position: relative;
  width: 1.4rem;
  height: 0.8rem;
}
.cm-icon.cm-icon_bl:before {
  background: #000;
}
.cm-icon.cm-icon_bl:after {
  border: solid black;
  border-width: 0 0.2rem 0.2rem 0;
}
.cm-icon.cm-icon_w:before {
  background: #fff;
}
.cm-icon.cm-icon_w:after {
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
}
.cm-icon:before {
  content: "";
  width: 100%;
  height: 0.2rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cm-icon:after {
  content: "";
  display: inline-block;
  padding: 0.2rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  right: 0;
  top: 50%;
}

.c-btn_more {
  position: relative;
  background: var(--co-primary);
  border: 0.2rem solid var(--co-primary);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .c-btn_more {
    width: 30rem;
    height: 8rem;
  }
  .c-btn_more:hover a {
    opacity: 1;
  }
  .c-btn_more:hover a img {
    opacity: 1;
  }
  .c-btn_more:hover:before {
    width: 100%;
  }
  .c-btn_more:before {
    content: "";
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn_more {
    width: 20rem;
    height: 6rem;
  }
}
.c-btn_more a {
  width: 100%;
  height: 100%;
  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;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  z-index: 9;
  font-family: var(--font-oswald);
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .c-btn_more a {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn_more a {
    font-size: 1.6rem;
  }
}

.cm-banner {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .cm-banner {
    margin-top: 4rem;
    background: var(--co-primary);
    padding: 4rem 0;
  }
}
.cm-banner_inner {
  text-align: center;
  background: var(--co-primary);
}
@media only screen and (min-width: 768px) {
  .cm-banner_inner {
    padding: 8.7rem 0 16.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_inner {
    padding: 0;
  }
}
.cm-banner_inner .cm-title {
  color: #fff;
}
.cm-banner_inner .cm-title_en {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cm-banner_inner .cm-title_en {
    margin-top: 2.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-banner_inner p {
    margin: 3.3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_inner p {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .cm-banner_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6rem;
    margin-top: -11.3rem;
    padding: 0 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_list {
    margin-top: 2rem;
  }
}
.cm-banner_list .item {
  background: #fff;
  text-align: center;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .cm-banner_list .item {
    width: calc(50% - 3rem);
  }
}
.cm-banner_list .item img {
  margin: auto;
}
.cm-banner_list .item .ttl {
  font-weight: 500;
  font-family: var(--font-oswald);
  color: #000;
}
@media only screen and (min-width: 768px) {
  .cm-banner_list .item .ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_list .item .ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-banner_list .item1 {
    padding: 5.3rem 2rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_list .item1 {
    padding: 3rem 2rem 2rem;
  }
}
.cm-banner_list .item1 a {
  color: var(--co-primary);
  line-height: 1;
  font-family: var(--font-oswald);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .cm-banner_list .item1 a {
    font-size: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_list .item1 a {
    font-size: 3rem;
  }
}
.cm-banner_list .item1 p {
  margin: 0.6rem 0 0;
}
@media only screen and (min-width: 768px) {
  .cm-banner_list .item1 p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_list .item1 p {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-banner_list .item1 .ttl {
    margin: 1.6rem 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_list .item1 .ttl {
    margin: 1rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .cm-banner_list .item2 {
    padding: 5.8rem 2rem 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_list .item2 {
    margin-top: 2rem;
    padding: 3rem 2rem 2rem;
  }
}
.cm-banner_list .item2 .btn_contact {
  margin: auto;
  font-family: var(--font-oswald);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .cm-banner_list .item2 .btn_contact {
    width: 40rem;
    height: 7.5rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_list .item2 .btn_contact {
    width: 30rem;
    height: 5rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-banner_list .item2 .ttl {
    margin: 1.1rem 0 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_list .item2 .ttl {
    margin: 1rem 0;
  }
}

.footer {
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 5.6rem 0 7.6rem;
    margin-top: 8.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 4rem;
    padding: 2rem 0;
  }
}
.footer_menu {
  margin: auto;
  border-bottom: 0.2rem solid var(--co-thirdry);
}
@media only screen and (min-width: 768px) {
  .footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 104rem;
    padding-bottom: 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_menu {
    padding: 0 0 2rem;
  }
}
.footer_menu a {
  display: block;
  text-decoration: none;
}
.footer_menu a:hover {
  color: var(--co-primary);
}
@media only screen and (min-width: 768px) {
  .footer_menu .item1 {
    width: 22.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer_menu .item2 {
    width: 38.4rem;
  }
}
.footer_menu .item2 a {
  display: block;
}
.footer_menu .item2 ul {
  margin: 0;
  padding: 0.3rem 0 0 1.8rem;
}
@media only screen and (max-width: 767px) {
  .footer_menu .item2 ul {
    margin-bottom: 1rem;
  }
}
.footer_menu .item2 li {
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .footer_menu .item3 {
    width: 24.5rem;
  }
}
.footer .menu_link {
  position: relative;
  font-weight: 500;
  text-decoration: none;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .footer .menu_link {
    padding-left: 2rem;
    margin-bottom: 1.4rem;
  }
  .footer .menu_link:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer .menu_link {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
  }
}
.footer .menu_link:before {
  content: "";
  border-radius: 50%;
  background: var(--co-primary);
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .footer .menu_link:before {
    width: 1rem;
    height: 1rem;
    top: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .menu_link:before {
    width: 0.5rem;
    height: 0.5rem;
    top: 1rem;
  }
}
.footer_address {
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5.4rem;
    padding-bottom: 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_address {
    padding-top: 2rem;
  }
}
.footer_address .footer_logo {
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer_address .footer_logo {
    width: 28.4rem;
    margin: 0 0 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_address .footer_logo {
    width: 28rem;
    height: 5.6rem;
    margin: auto;
    text-align: center;
  }
}
.footer_address1 {
  padding-top: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .footer_address1 {
    width: 40.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.footer_address1 .address {
  padding-left: 0.3rem;
}
@media only screen and (min-width: 768px) {
  .footer_address2 {
    gap: 4.2rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .footer_address2 .address {
    width: calc(33.3333333333% - 1.3333333333rem);
  }
}
@media only screen and (max-width: 767px) {
  .footer_address .address {
    margin-top: 2rem;
  }
}
.footer_address .address .ttl {
  font-family: var(--font-oswald);
  font-size: 1.6rem;
  margin: 0 0 0.5rem;
  font-weight: 500;
  position: relative;
  padding-left: 1.5rem;
}
.footer_address .address .ttl:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #000;
  position: absolute;
  left: 0;
  top: 0.7rem;
}
.footer_address .address p {
  line-height: 1.5;
  margin: 0;
  font-size: 1.4rem;
}
.footer_address .address p a {
  margin-left: 0.4rem;
}
@media only screen and (min-width: 768px) {
  .footer .copyright {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    text-align: center;
    margin: 2.5rem 0 0;
  }
}
