@charset "UTF-8";
/*====================================================================================
1. START COMMON BASE.
====================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
:root {
  --accent_green: #6bb78d;
  --main_dark: #003456;
  --main_accent: #4a9fd8;
}

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.66vw;
  }
}

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

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

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #000000;
  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 {
    transition: all 0.3s ease;
  }
  a:hover {
    text-decoration: none;
    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;
  transition: All 0.3s ease;
}

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

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

figure {
  margin: 0;
  padding: 0;
}

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

/*====================================================================================
2. START COMMON CONTAINER.
====================================================================================*/
.container {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
@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;
  }
}

/*---------- 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: 8rem;
    right: 0;
  }
}
#page-up a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  text-decoration: none;
  overflow: hidden;
  background: linear-gradient(180deg, #0a93c9 0%, #aadfc2 100%);
  border: 0.1rem solid #ffffff;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  #page-up a {
    width: 10rem;
    height: 10rem;
  }
  #page-up a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  #page-up a {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#page-up a .cm-arr {
  border: solid #fff;
  display: inline-block;
  transform: translate(-50%, -50%) rotate(225deg);
  top: 50%;
  left: 50%;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  #page-up a .cm-arr {
    padding: 0.7rem;
    border-width: 0 0.4rem 0.4rem 0;
    margin-top: 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  #page-up a .cm-arr {
    padding: 0.3rem;
    border-width: 0 0.3rem 0.3rem 0;
    margin-top: 0.1rem;
  }
}

/*====================================================================================
1. START listbtn
====================================================================================*/
/*====================================================================================
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: 4rem;
    width: 4rem;
    position: relative;
    border-radius: 0.5rem;
    background: #fff url(../common_img/line.png) no-repeat center center;
    background-size: 1.4rem 1.2rem;
    display: block;
    padding: 0;
  }
}
.trigger-menu.is-active {
  background: #dfebef url(../common_img/line_close.png) no-repeat center center;
  background-size: 1.4rem 1.4rem;
}

/*====================================================================================
3. START FADE-UP
====================================================================================*/
.fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fadein.fadein_on {
  opacity: 1;
  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;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.3s all;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 3rem;
    align-items: flex-start;
  }
  .header .header_fixbtn_sp {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .header {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 2rem 1.3rem;
    align-items: center;
  }
  .header.menu-open {
    background: #fff;
  }
}
.header.fixed {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .header.fixed {
    padding: 0;
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .header.fixed {
    background: rgba(255, 255, 255, 0.7);
    padding: 1rem;
  }
}
.header.fixed .header_fixbtn .btn02,
.header.fixed .header_inner {
  border-radius: 0;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .header_inner {
    background: #fff;
    padding-left: 4.1rem;
    border-radius: 1.5rem;
    align-items: center;
  }
}
@media only screen and (max-width: 1400px) {
  .header_inner {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_inner {
    padding-left: 0.7rem;
  }
}
.header_logo {
  transition: 0.3s all;
  z-index: 999;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header_logo {
    width: 21.1rem;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo {
    width: 12.8rem;
    margin: 0;
  }
}
.header_logo a {
  display: block;
}
.header_logo a img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .header_listbtn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_listbtn {
    display: flex;
    gap: 0.6rem;
    z-index: 999;
    position: relative;
  }
  .header_listbtn .btn_tel {
    width: 4rem;
    height: 4rem;
    border-radius: 0.5rem;
    background: var(--main_accent);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header_listbtn .btn_tel img {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .header_right {
    gap: 3.5rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1400px) {
  .header_right {
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_right .header_fixbtn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 99;
    padding: 9.1rem 3.5rem;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .header_menu.is-active {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 768px) {
  .header_menu .menu_txt {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu .menu_txt {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.625;
    margin: 2.3rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .header_menu .tel {
    font-size: 3rem;
    font-weight: 700;
    color: var(--main_accent);
    display: flex;
    gap: 10px;
    margin: 0;
    justify-content: flex-end;
    letter-spacing: 0.05em;
    text-decoration: none;
    align-items: center;
    line-height: 1;
    margin-top: 2.3rem;
  }
  .header_menu .tel img {
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    top: 0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu .tel {
    display: none;
  }
}
.header_menu_nav {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .header_menu_nav {
    display: flex;
    gap: 3rem;
    margin-top: 1.3rem;
  }
}
@media only screen and (max-width: 1400px) {
  .header_menu_nav {
    gap: 2rem;
  }
}
.header_menu_nav li {
  list-style-type: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header_menu_nav li:hover {
    color: var(--main_accent);
  }
  .header_menu_nav li:hover .parent_menu:after {
    content: "−";
  }
  .header_menu_nav li:hover .sub_menu {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_nav li {
    margin-bottom: 2.1rem;
  }
  .header_menu_nav li:last-child {
    margin-bottom: 0;
  }
}
.header_menu_nav a {
  text-decoration: none;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .header_menu_nav a:hover {
    color: var(--co-general);
  }
}
@media only screen and (max-width: 1400px) {
  .header_menu_nav a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_nav a {
    font-size: 1.7rem;
  }
}
.header_menu_nav .sub_menu {
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .header_menu_nav .sub_menu {
    position: absolute;
    width: 22.7rem;
    left: 0px;
    top: 6.9rem;
    box-shadow: 0px 0.1rem 0.43rem rgba(0, 0, 0, 0.25);
    border-radius: 1.5rem;
    padding: 4.1rem 2.9rem 4.4rem;
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_nav .sub_menu {
    padding: 1.5rem 1.7rem;
    display: none;
  }
}
.header_menu_nav .sub_menu a {
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header_menu_nav .sub_menu a {
    display: block;
    padding-left: 3.7rem;
  }
  .header_menu_nav .sub_menu a:hover {
    color: var(--main_accent);
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_nav .sub_menu a {
    padding-left: 1.7rem;
  }
}
.header_menu_nav .sub_menu a:before {
  content: "";
  border-radius: 50%;
  background: var(--main_accent);
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .header_menu_nav .sub_menu a:before {
    width: 2.5rem;
    height: 2.5rem;
    top: 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_nav .sub_menu a:before {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.8rem;
  }
}
.header_menu_nav .sub_menu a:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  transform: rotate(-45deg);
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .header_menu_nav .sub_menu a:after {
    top: 1.4rem;
    left: 1rem;
    padding: 0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_nav .sub_menu a:after {
    top: 1.3rem;
    padding: 0.1rem;
    left: 0.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .header_menu_nav .sub_menu li {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_nav .sub_menu li {
    margin-bottom: 1.6rem;
  }
}
.header_menu_nav .sub_menu li {
  padding: 0;
}
.header_menu_nav .sub_menu li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .header_menu_nav .nav_menu:after {
    content: "";
    width: 100%;
    height: calc(100% + 3.9rem);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.header_menu_nav .nav_menu.is-active .sub_menu {
  display: block;
}
.header_menu .item_link {
  font-weight: 500;
}
.header_menu .item_link_access {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .header_menu .item_link_access {
    gap: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu .item_link_access {
    font-size: 1.6rem;
    gap: 1rem;
  }
  .header_menu .item_link_access img {
    width: 2.2rem;
  }
}
.header_menu .parent_menu {
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .header_menu .parent_menu {
    padding-right: 2.2rem;
    display: block;
    transition: 0.3s all;
  }
}
@media only screen and (max-width: 1400px) {
  .header_menu .parent_menu {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu .parent_menu {
    padding-right: 1.9rem;
    font-size: 1.8rem;
    display: inline-block;
    vertical-align: middle;
  }
  .header_menu .parent_menu.is-active:after {
    content: "−";
  }
}
.header_menu .parent_menu:after {
  content: "＋";
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s all;
}
.header_fixbtn {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .header_fixbtn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
}
.header_fixbtn a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .header_fixbtn a {
    padding-top: 3.5rem;
    transition: 0.3s all;
    font-size: 1.6rem;
  }
  .header_fixbtn a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .header_fixbtn a {
    width: 50%;
    height: 5.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
  }
}
.header_fixbtn a img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .header_fixbtn a img {
    margin: auto auto 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_fixbtn a img {
    margin: 0;
  }
}
.header_fixbtn .btn01 {
  background: var(--accent_green);
}
@media only screen and (min-width: 768px) {
  .header_fixbtn .btn01 {
    width: 14rem;
    height: 12rem;
  }
}
@media only screen and (max-width: 1400px) {
  .header_fixbtn .btn01 {
    width: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_fixbtn .btn01 {
    width: 50%;
    padding-left: 2.4rem;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .header_fixbtn .btn01 img {
    width: 2.5rem;
    height: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_fixbtn .btn01 img {
    width: 1.6rem;
    height: 1.8rem;
    margin-right: 2.1rem;
  }
}
.header_fixbtn .btn02 {
  background: var(--main_dark);
}
@media only screen and (min-width: 768px) {
  .header_fixbtn .btn02 {
    width: 16rem;
    height: 12rem;
    border-radius: 0 1.5rem 1.5rem 0;
  }
}
@media only screen and (max-width: 1400px) {
  .header_fixbtn .btn02 {
    width: 13rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_fixbtn .btn02 {
    width: 50%;
    padding-left: 2rem;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .header_fixbtn .btn02 img {
    width: 3rem;
    height: 2.2rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header_fixbtn .btn02 img {
    width: 2rem;
    height: 1.4rem;
    margin-right: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .header_fixbtn_sp {
    display: none;
  }
}
.cm-title01 {
  text-align: center;
}
@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 img {
  display: block;
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cm-title01 img {
    width: 4.5rem;
    height: 5.9rem;
    left: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title01 img {
    width: 3rem;
    left: 0.3rem;
  }
}
.cm-title01 span {
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.cm-title01 span.en {
  color: var(--main_accent);
}
@media only screen and (min-width: 768px) {
  .cm-title01 span.en {
    font-size: 2.4rem;
    margin: 2rem 0 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title01 span.en {
    font-size: 1.8rem;
    margin: 1rem 0 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-title01 span.jp {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title01 span.jp {
    font-size: 2.2rem;
  }
}

.cm-title02 {
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cm-title02 {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title02 {
    margin: 0 0 2rem;
  }
}
.cm-title02 img {
  display: block;
  margin: auto;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .cm-title02 img {
    width: 4.5rem;
    height: 5.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title02 img {
    width: 3rem;
    display: block;
    margin: auto;
  }
}
.cm-title02 span {
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.cm-title02 span.en {
  color: var(--main_accent);
}
@media only screen and (min-width: 768px) {
  .cm-title02 span.en {
    gap: 1.8rem;
    padding-right: 2.3rem;
    font-size: 2.4rem;
    margin: 0 0 1.8rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title02 span.en {
    font-size: 1.8rem;
    margin: 1rem 0 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-title02 span.jp {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title02 span.jp {
    font-size: 2.2rem;
  }
}

.cm-btn01 {
  border-radius: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  background: var(--main_accent);
  border: 0.2rem solid var(--main_accent);
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .cm-btn01 {
    width: 35rem;
    height: 7.5rem;
  }
  .cm-btn01:hover {
    background: #fff;
    color: var(--main_accent);
  }
  .cm-btn01:hover span {
    background: var(--main_accent);
  }
  .cm-btn01:hover span::after {
    border: solid #fff;
    border-width: 0 0.1rem 0.1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn01 {
    width: 25rem;
    height: 5rem;
    margin: auto;
  }
}
.cm-btn01 span {
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .cm-btn01 span {
    width: 2.5rem;
    height: 2.5rem;
    right: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn01 span {
    width: 2rem;
    height: 2rem;
    right: 1rem;
  }
}
.cm-btn01 span:after {
  content: "";
  border: solid var(--main_accent);
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.2rem;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.1rem;
}

.cm-link {
  display: flex;
  justify-content: flex-end;
  gap: 1.2rem;
  font-weight: 500;
  align-items: center;
  transition: 0.3s all;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .cm-link:hover {
    color: var(--main_accent);
  }
}
.cm-link span {
  border-radius: 50%;
  background: var(--main_accent);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cm-link span {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-link span {
    width: 2rem;
    height: 2rem;
  }
}
.cm-link span:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.2rem;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.1rem;
}

@media only screen and (min-width: 768px) {
  .footer {
    padding-top: 9.2rem;
    background: url(../common_img/f_bg.webp) no-repeat bottom right;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 5rem;
    background: #daecf7 url(../common_img/f_bg.webp) no-repeat bottom 5.9rem right;
    background-size: 100% auto;
  }
}
.footer_top {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .footer_top {
    gap: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_top {
    flex-wrap: wrap;
  }
}
.footer_left {
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .footer_left {
    width: 34rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_left {
    width: 100%;
  }
}
.footer_left .logo_footer {
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer_left .logo_footer {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer_left .logo_footer {
    width: 25rem;
    margin: auto;
  }
}
.footer_left ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 1.2rem 1rem;
}
@media only screen and (min-width: 768px) {
  .footer_left ul {
    margin: 4.2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer_left ul {
    margin-top: 3rem;
  }
}
.footer_left ul li {
  list-style-type: none;
  width: calc(50% - 0.5rem);
  border-radius: 5rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border: 1px solid #ADADAD;
}
@media only screen and (min-width: 768px) {
  .footer_left ul li {
    height: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_left ul li {
    height: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer_left .address {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_left .address {
    margin-top: 2rem;
    text-align: center;
  }
}
.footer_left .address .ttl {
  font-weight: 500;
  margin: 0 0 1.1rem;
  font-size: 1.8rem;
}
.footer_left .address p {
  font-weight: 500;
  line-height: 1.4375;
}
@media only screen and (min-width: 768px) {
  .footer_left .address p {
    margin: 0 0 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_left .address p {
    margin: 0 0 0.5rem;
  }
}
.footer_left .address p:last-child {
  margin-bottom: 0;
}
.footer_right {
  width: 100%;
}
.footer_right table {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .footer_right table {
    margin-top: 3rem;
  }
}
.footer_right table tr {
  border-bottom: 0.2rem solid #dceef8;
}
.footer_right table tr:last-child {
  border-bottom: none;
}
.footer_right table th {
  background: #cbe9f3;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer_right table th {
    width: 6.5rem;
    padding: 1.5rem 0.5rem 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_right table th {
    width: 3.5rem;
    padding: 0.5rem 0.5rem;
  }
}
.footer_right table th:first-child {
  width: 18.9rem;
}
.footer_right table th:last-child {
  width: 10rem;
}
.footer_right table td {
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .footer_right table td {
    padding: 1.4rem 0.5rem 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_right table td {
    padding: 0.5rem 0.5rem;
  }
}
.footer_right .ttl {
  font-weight: 700;
  margin: 1.9rem 0 0.6rem;
}
.footer_right p {
  margin: 0;
}
.footer_right .cm-link {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .footer_right .cm-link {
    margin: 0.8rem 5rem 0 0;
    gap: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_right .cm-link {
    margin-top: 1rem;
  }
}
.footer_center {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .footer_center {
    margin-top: 4.8rem;
    gap: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_center {
    margin-top: 2rem;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer_center a {
  border-radius: 6rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .footer_center a {
    padding-left: 5.5rem;
    font-size: 2.4rem;
    width: 42rem;
    height: 10rem;
  }
  .footer_center a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .footer_center a {
    width: 30rem;
    height: 6rem;
    font-size: 1.8rem;
    padding-left: 3rem;
    position: relative;
  }
}
.footer_center a.btn01 {
  background: var(--accent_green);
}
.footer_center a.btn01 img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer_center a.btn01 img {
    width: 2.5rem;
    margin-right: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_center a.btn01 img {
    width: 2rem;
    margin-right: 2rem;
  }
}
.footer_center a.btn02 {
  background: var(--main_dark);
}
.footer_center a.btn02 img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer_center a.btn02 img {
    width: 3.5rem;
    margin-right: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_center a.btn02 img {
    width: 3rem;
    margin-right: 2rem;
  }
}
.footer_menu {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .footer_menu {
    margin-top: 10.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_menu {
    margin-top: 3rem;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .footer_menu .menu {
    width: 100%;
  }
}
.footer_menu a {
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .footer_menu a:hover {
    color: var(--main_accent);
  }
}
.footer_menu .menu_link {
  text-decoration: none;
  font-weight: 500;
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer_menu .menu_link {
    margin: 0 0 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_menu .menu_link {
    margin: 0;
  }
}
.footer_menu ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .footer_menu ul {
    margin-top: 1rem;
  }
}
.footer_menu ul li {
  list-style-type: none;
}
.footer_menu ul li a {
  text-decoration: none;
  letter-spacing: 0.05em;
}
.footer .copyright {
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .footer .copyright {
    margin: 11.1rem 0 0;
    padding-bottom: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    margin: 3rem 0 0;
    padding-bottom: 7rem;
  }
}
/* 背景を全幅表示 */
.footer {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* 中身のテキストやコンテンツは中央に配置 */
.footer .container {
  max-width: 120rem;
  margin: 0 auto;
}