/*====================================================================================
1. START COMMON BASE.
====================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
:root {
  --font-Noto_jp: "Noto Sans JP", sans-serif;
  --font-zen: "Zen Kaku Gothic New", sans-serif;
  --font-oswald: "Oswald", sans-serif;
  --font-serif: "Noto Serif JP", serif;
  --font-mincho: "Zen Old Mincho", serif;
  --co-second: #005fb0;
  --co-primary: #17375e;
  --accent: #b01e2d;
}

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 Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 2.5;
  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;
  }
}

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

#cm-main {
  margin-top: var(--headerH);
}

/*====================================================================================
1. START COMMON HEADER
====================================================================================*/
.header {
  background: #fff;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 0.3rem 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 0;
  }
}
.header-logo {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .header-logo {
    width: 39.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo {
    width: 22.5rem;
  }
}
.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .header_right {
    gap: 4.3rem;
  }
}
.header .btn_contact {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header .btn_contact {
    width: 24rem;
    height: 6rem;
    font-size: 1.6rem;
  }
  .header .btn_contact:hover:after {
    width: 100%;
  }
  .header .btn_contact:before {
    background: #17375e;
    background: -webkit-gradient(linear, left top, right top, from(rgb(23, 55, 94)), to(rgb(176, 30, 45)));
    background: linear-gradient(90deg, rgb(23, 55, 94) 0%, rgb(176, 30, 45) 100%);
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .header .btn_contact:after {
    background: #17375e;
    background: -webkit-gradient(linear, left top, right top, from(rgb(176, 30, 45)), to(rgb(23, 55, 94)));
    background: linear-gradient(90deg, rgb(176, 30, 45) 0%, rgb(23, 55, 94) 100%);
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
@media only screen and (max-width: 767px) {
  .header .btn_contact {
    font-size: 0;
    width: 6.5rem;
    height: 6.5rem;
    background: #17375e;
    background: -webkit-gradient(linear, left top, right top, from(rgb(23, 55, 94)), to(rgb(176, 30, 45)));
    background: linear-gradient(90deg, rgb(23, 55, 94) 0%, rgb(176, 30, 45) 100%);
  }
}
.header .btn_contact span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .header .btn_contact span {
    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;
    gap: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .header .btn_contact span {
    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;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu {
    position: fixed;
    top: 6.5rem;
    width: 100%;
    left: 0;
    height: calc(100% - 6.7rem);
    background: var(--co-primary);
    padding: 3rem 2rem;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .header_menu.active {
    opacity: 1;
    visibility: visible;
  }
}
.header_menu_nav {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .header_menu_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.3rem;
  }
}
@media only screen and (max-width: 1300px) {
  .header_menu_nav {
    gap: 4rem;
  }
}
.header_menu_nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .header_menu_nav li {
    border-bottom: 1px solid #fff;
  }
  .header_menu_nav li:last-child {
    border-bottom: none;
  }
}
.header_menu_nav a {
  font-weight: 500;
  text-decoration: none;
  font-family: var(--font-Noto_jp);
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .header_menu_nav a:hover {
    color: var(--co-second);
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_nav a {
    color: #fff;
    display: block;
    padding: 1.5rem 0;
    font-size: 1.6rem;
  }
}

/*====================================================================================
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: 6.5rem;
    width: 6.5rem;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .trigger-menu span.line {
    width: 3rem;
    height: 0.3rem;
    margin: auto auto 0.7rem;
    background: var(--co-primary);
    display: block;
  }
  .trigger-menu span.line:last-child {
    margin-bottom: 0;
  }
}
.trigger-menu.active span.line {
  width: 3.5rem;
  height: 0.3rem;
  background: var(--co-primary);
  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);
}

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

/*====================================================================================
9. START COMMON FOOTER
====================================================================================*/
/*====================================================================================
10. START COPPYRIGHT
====================================================================================*/
.copyright {
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .copyright {
    font-size: 1.5rem;
    padding: 3rem 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .copyright {
    font-size: 1.3rem;
    padding: 2rem 0 2rem;
  }
}

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

@media only screen and (min-width: 768px) {
  .cm-title {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title {
    margin: 0 0 2rem;
    text-align: center;
  }
}
.cm-title .en {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--co-primary);
  display: block;
}
@media only screen and (min-width: 768px) {
  .cm-title .en {
    font-size: 7rem;
    line-height: 1.4428571429;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title .en {
    font-size: 3.4rem;
  }
}
.cm-title .en::first-letter {
  color: var(--co-second);
}
.cm-title .jp {
  font-weight: 500;
  display: block;
}
@media only screen and (min-width: 768px) {
  .cm-title .jp {
    font-size: 1.8rem;
    margin-top: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title .jp {
    font-size: 1.6rem;
  }
}

.cm-btn01 {
  font-family: var(--font-oswald);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
  border: 0.2rem solid var(--co-second);
}
@media only screen and (min-width: 768px) {
  .cm-btn01 {
    width: 38rem;
    height: 8rem;
    font-size: 2rem;
  }
  .cm-btn01:hover:after {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn01 {
    width: 100%;
    max-width: 25rem;
    height: 5rem;
    font-size: 1.6rem;
    margin: auto;
  }
}
.cm-btn01 span {
  width: 100%;
  height: 100%;
  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;
  position: relative;
  z-index: 9;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cm-btn01 span:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .cm-btn01 span:before {
    border-top: 0.7rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    left: 5.4rem;
    border-left: 1.2rem solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn01 span:before {
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    left: 3rem;
    border-left: 0.8rem solid #fff;
  }
}
.cm-btn01:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #17375e;
  background: -webkit-gradient(linear, left top, right top, from(rgb(23, 55, 94)), to(rgb(0, 95, 176)));
  background: linear-gradient(90deg, rgb(23, 55, 94) 0%, rgb(0, 95, 176) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cm-btn01:after {
  content: "";
  width: 0;
  height: 100%;
  background: #17375e;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 95, 176)), to(rgb(23, 55, 94)));
  background: linear-gradient(90deg, rgb(0, 95, 176) 0%, rgb(23, 55, 94) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cm-btn01.cm-btn01_w:before {
  background: #fff;
}
.cm-btn01.cm-btn01_w:hover span {
  color: #fff;
}
.cm-btn01.cm-btn01_w:hover span:before {
  border-left: 1.2rem solid #fff;
}
.cm-btn01.cm-btn01_w span {
  color: var(--co-primary);
}
.cm-btn01.cm-btn01_w span:before {
  border-left: 1.2rem solid var(--co-primary);
}
.cm-btn01.cm-btn01--back span:before {
  border-left: none;
  left: auto;
}
@media only screen and (min-width: 768px) {
  .cm-btn01.cm-btn01--back span:before {
    border-top: 0.7rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    right: 5.4rem;
    border-right: 1.2rem solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn01.cm-btn01--back span:before {
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    right: 3rem;
    border-right: 0.8rem solid #fff;
  }
}

.footer {
  background: #fcfafa;
}
@media only screen and (min-width: 768px) {
  .footer {
    margin-top: 7.5rem;
    padding-top: 5.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 0;
    padding-top: 4rem;
  }
}
.footer_top {
  text-align: center;
}
.footer_top .logo_footer {
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer_top .logo_footer {
    width: 50.3rem;
    margin: auto auto 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_top .logo_footer {
    width: 24.5rem;
    margin: auto auto 1rem;
  }
}
.footer_top .logo_footer img {
  width: 100%;
  display: block;
}
.footer_top p {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .footer_top p {
    margin: 0 0 2rem;
    line-height: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_top p {
    margin: 0 0 0.5rem;
    line-height: 2rem;
  }
}
.footer_menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .footer_menu {
    padding: 2.3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7.8rem;
    margin-top: 6.2rem;
    border-top: 1px solid #afb3ba;
    border-bottom: 1px solid #afb3ba;
  }
}
@media only screen and (max-width: 767px) {
  .footer_menu {
    margin-top: 3rem;
  }
}
.footer_menu a {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .footer_menu a:hover {
    color: var(--co-second);
  }
}
@media only screen and (max-width: 767px) {
  .footer_menu a {
    display: block;
    border-top: 1px solid #afb3ba;
    padding: 1rem;
    font-size: 1.4rem;
  }
  .footer_menu a:last-child {
    border-bottom: 1px solid #afb3ba;
  }
}
.footer .cm-btn01 {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .footer .cm-btn01 {
    width: 30.6rem;
    height: 6.6rem;
    margin: 5.3rem auto 0;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .cm-btn01 {
    margin: 3rem auto 0;
  }
}

.cm-banner_contact {
  background: url(../images/common_img/bg_contact.png) no-repeat center center;
  background-size: cover;
}
.cm-banner_contact .inner {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cm-banner_contact .inner {
    padding: 11.7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_contact .inner {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }
}
.cm-banner_contact .title {
  color: #fff;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 9;
}
.cm-banner_contact .title span {
  display: block;
}
.cm-banner_contact .title .en {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .cm-banner_contact .title .en {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_contact .title .en {
    font-size: 3.5rem;
  }
}
.cm-banner_contact .title .jp {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .cm-banner_contact .title .jp {
    font-size: 1.8rem;
    margin: 2.1rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_contact .title .jp {
    font-size: 1.5rem;
    margin: 1rem 0 0;
  }
}
.cm-banner_contact .text {
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .cm-banner_contact .text {
    font-size: 2.4rem;
    margin: 1.4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_contact .text {
    font-size: 2rem;
    margin: 1.4rem 0 0;
  }
}
.cm-banner_contact .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .cm-banner_contact .list_item {
    gap: 6rem;
    max-width: 106rem;
    margin: 5.4rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_contact .list_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.cm-banner_contact .list_item .item {
  background: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cm-banner_contact .list_item .item {
    width: calc(50% - 3rem);
    height: 19.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_contact .list_item .item {
    width: 100%;
    padding: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-banner_contact .list_item .item:nth-child(1) {
    padding-top: 5.3rem;
  }
}
.cm-banner_contact .list_item .item:nth-child(1) p {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .cm-banner_contact .list_item .item:nth-child(1) p {
    margin: -0.3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_contact .list_item .item:nth-child(1) p {
    margin: 0;
  }
}
.cm-banner_contact .list_item .item:nth-child(1) img {
  display: block;
  margin: auto auto 2rem;
}
@media only screen and (min-width: 768px) {
  .cm-banner_contact .list_item .item:nth-child(2) {
    padding-top: 6.7rem;
  }
}
.cm-banner_contact .list_item .item:nth-child(2) h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .cm-banner_contact .list_item .item:nth-child(2) h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_contact .list_item .item:nth-child(2) h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.cm-banner_contact .list_item .item:nth-child(2) a {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-family: var(--font-oswald);
  color: #fff;
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  .cm-banner_contact .list_item .item:nth-child(2) a {
    width: 40rem;
    height: 7.5rem;
    font-size: 2rem;
    margin: 3.7rem auto 0;
  }
  .cm-banner_contact .list_item .item:nth-child(2) a:hover:after {
    width: 100%;
  }
  .cm-banner_contact .list_item .item:nth-child(2) a:before {
    background: #17375e;
    background: -webkit-gradient(linear, left top, right top, from(rgb(23, 55, 94)), to(rgb(176, 30, 45)));
    background: linear-gradient(90deg, rgb(23, 55, 94) 0%, rgb(176, 30, 45) 100%);
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .cm-banner_contact .list_item .item:nth-child(2) a:after {
    background: #17375e;
    background: -webkit-gradient(linear, left top, right top, from(rgb(176, 30, 45)), to(rgb(23, 55, 94)));
    background: linear-gradient(90deg, rgb(176, 30, 45) 0%, rgb(23, 55, 94) 100%);
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_contact .list_item .item:nth-child(2) a {
    width: 100%;
    height: 6.5rem;
    background: #17375e;
    background: -webkit-gradient(linear, left top, right top, from(rgb(23, 55, 94)), to(rgb(176, 30, 45)));
    background: linear-gradient(90deg, rgb(23, 55, 94) 0%, rgb(176, 30, 45) 100%);
  }
}
.cm-banner_contact .list_item .item:nth-child(2) a span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .cm-banner_contact .list_item .item:nth-child(2) a span {
    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;
    gap: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_contact .list_item .item:nth-child(2) a span {
    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;
    gap: 2rem;
  }
}
.cm-banner_contact .list_item .item .number {
  color: var(--co-second);
  font-weight: 500;
  font-family: var(--font-oswald);
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .cm-banner_contact .list_item .item .number {
    font-size: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_contact .list_item .item .number {
    font-size: 3.5rem;
  }
}
.cm-banner_contact .text_en {
  font-family: var(--font-mincho);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.06em;
  background: -webkit-gradient(linear, left top, right top, from(#afb3ba), to(#005fb0));
  background: linear-gradient(90deg, #afb3ba 0%, #005fb0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.3;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .cm-banner_contact .text_en {
    font-size: 20rem;
    top: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-banner_contact .text_en {
    font-size: 8rem;
    top: 0;
  }
}