/*====================================================================================
1. START COMMON BASE.
====================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Just+Another+Hand&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
:root {
  --font-Hand: "Just Another Hand", cursive;
  --font-comfortaa: "Comfortaa", sans-serif;
  --co-main: #333333;
  --co-genery: #bc9b8c;
  --bg-main: #fff298;
}

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 Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  color: var(--co-main);
  background: var(--bg-main);
  font-weight: 400;
  letter-spacing: 0;
}
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: 1400px) {
  body {
    min-width: 140rem;
  }
  body #cm-header {
    width: 140rem;
  }
  body #wrapper {
    max-width: 140rem;
  }
}
.w-brall {
  word-break: break-all;
}

/* ---------- START ANCHORLINK ---------- */
a {
  color: var(--co-main);
  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;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 120rem;
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 1.2rem;
  }
}

/*---------- START page-up ----------*/
#page-up {
  display: none;
  position: fixed;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  #page-up {
    bottom: 2rem;
    right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #page-up {
    bottom: 5rem;
    right: 0;
  }
}
#page-up a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: var(--co-main);
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
  border: 0.1rem solid var(--bg-orange);
}
@media only screen and (min-width: 768px) {
  #page-up a {
    width: 8rem;
    height: 8rem;
  }
  #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 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: 6rem;
    width: 6rem;
    position: relative;
    background: #5ebfe5;
  }
}
@media only screen and (max-width: 767px) {
  .trigger-menu span.line {
    width: 3rem;
    height: 0.2rem;
    margin: auto auto 0.8rem;
    background: #fff;
    display: block;
  }
  .trigger-menu span.line:last-child {
    margin-bottom: 0;
  }
}
.trigger-menu.active span.line {
  width: 3.5rem;
  height: 0.2rem;
  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);
}

/*====================================================================================
10. START COPPYRIGHT
====================================================================================*/
.copyright {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .copyright {
    margin: 0.2rem 0 0;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .copyright {
    margin: 5rem 0 0;
    padding-bottom: 2rem;
    text-align: center;
  }
}

@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 (max-width: 767px) {
  .lock-scroll {
    overflow: hidden;
    position: relative;
    height: 100%;
  }
}

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

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .header {
    min-width: 140rem;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: 6rem;
  }
  .header.is-visible {
    background: var(--bg-main);
  }
}
@media only screen and (min-width: 768px) {
  .header.fixed {
    background: var(--bg-main);
  }
}
@media only screen and (min-width: 768px) {
  .header_logo {
    background: url(../common_img/bg_logo.png) no-repeat top center;
    background-size: 100% 100%;
    width: 59rem;
    height: 17.3rem;
    padding: 2.6rem 3.9rem;
  }
  .header_logo img {
    width: 38.1rem;
  }
}
@media only screen and (max-width: 1800px) {
  .header_logo {
    width: 50rem;
    padding: 2.6rem 2rem;
  }
}
@media only screen and (max-width: 1600px) {
  .header_logo {
    width: 40rem;
    padding: 2.2rem;
    height: 13rem;
  }
  .header_logo img {
    width: 28rem;
  }
}
@media only screen and (max-width: 1500px) {
  .header_logo {
    height: 12.3rem;
    width: 31rem;
    padding: 2rem 2.2rem;
  }
  .header_logo img {
    width: 23rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo {
    background: url(../common_img/bg_logo_sp.png) no-repeat top center;
    background-size: 100% 100%;
    width: 25rem;
    height: 7rem;
    padding: 0.7rem 1rem;
    position: relative;
    z-index: 999999;
  }
  .header_logo img {
    width: 19.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .header_right {
    padding: 2.7rem 3.7rem 0 0;
  }
}
@media only screen and (max-width: 1500px) {
  .header_right {
    padding: 2rem 2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_right {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 1.1rem;
  }
}
@media only screen and (max-width: 1900px) {
  .header_nav {
    gap: 2rem;
  }
}
@media only screen and (max-width: 1500px) {
  .header_nav {
    gap: 2rem;
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_nav {
    width: 100%;
    height: calc(100vh - 6rem);
    position: fixed;
    top: 6rem;
    left: 0;
    background: var(--bg-main);
    margin-top: 0;
    z-index: 9999;
    padding: 2rem 2rem 10rem;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .header_nav.is-visible {
    opacity: 1;
    visibility: visible;
  }
}
.header_nav .menu_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .header_nav .menu_nav {
    gap: 3.8rem;
  }
}
@media only screen and (max-width: 1900px) {
  .header_nav .menu_nav {
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_nav .menu_nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
}
.header_nav .menu_nav a {
  text-decoration: none;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .header_nav .menu_nav a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1700px) {
  .header_nav .menu_nav a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_nav .menu_nav a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem 0.5rem;
    border-bottom: 0.1rem solid var(--co-main);
  }
  .header_nav .menu_nav a span {
    width: 25rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: left;
  }
}
.header_nav .menu_nav a span {
  display: block;
  margin-top: 0.3rem;
}
.header_nav .menu_nav a img {
  height: 4.2rem;
  display: block;
  width: auto;
  margin: auto;
}
.header_nav .flex_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .header_nav .flex_btn {
    gap: 2rem;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_nav .flex_btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_nav .flex_btn .header_tel {
    text-align: center;
  }
}
.header_nav .flex_btn .header_tel .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-comfortaa);
  font-size: 2.4rem;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2.4rem;
  margin: 0.5rem 0 0 0.4rem;
  gap: 0.9rem;
}
@media only screen and (max-width: 767px) {
  .header_nav .flex_btn .header_tel .tel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1rem;
  }
}
.header_nav .flex_btn .header_tel .tel img {
  width: 2.4rem;
  height: 2.4rem;
}
.header_nav .flex_btn .header_tel .txt {
  background: #fff;
  border-radius: 6rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  width: 19.8rem;
  margin: 0.4rem 0 0;
}
@media only screen and (max-width: 767px) {
  .header_nav .flex_btn .header_tel .txt {
    margin: 0.4rem auto 0;
  }
}
.header_nav .flex_btn .bnt01 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 1rem;
  font-weight: 500;
  text-decoration: none;
  height: 5.6rem;
  border-radius: 6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .header_nav .flex_btn .bnt01 {
    font-size: 1.8rem;
    width: 19.6rem;
    background: #06c755 url(../common_img/file-w.svg) no-repeat left 2.9rem center;
    background-size: 2.2rem auto;
    padding-left: 3.8rem;
  }
  .header_nav .flex_btn .bnt01:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1700px) {
  .header_nav .flex_btn .bnt01 {
    font-size: 1.4rem;
    width: 15rem;
    background: #06c755 url(../common_img/file-w.svg) no-repeat left 1.5rem center;
    background-size: 1.8rem auto;
    padding-left: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_nav .flex_btn .bnt01 {
    width: 20rem;
    font-size: 1.6rem;
    background: #06c755 url(../common_img/file-w.svg) no-repeat left 2.9rem center;
    background-size: 2.2rem auto;
    padding-left: 3.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .header .header_menu_sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header .header_menu_sp {
    display: block;
  }
}

.cm-title {
  text-align: center;
}
@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 .en {
  display: block;
  font-weight: 600;
  font-family: var(--font-comfortaa);
}
@media only screen and (min-width: 768px) {
  .cm-title .en {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title .en {
    font-size: 1.4rem;
  }
}
.cm-title .jp {
  font-weight: 500;
  display: block;
}
@media only screen and (min-width: 768px) {
  .cm-title .jp {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title .jp {
    font-size: 2.6rem;
  }
}

.cm-tit {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .cm-tit {
    font-size: 2.4rem;
    margin: 2.3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-tit {
    font-size: 1.6rem;
    margin: 1.5rem 0 0;
  }
}
.cm-tit span {
  display: block;
  line-height: 1;
  margin-top: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .cm-tit span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-tit span {
    font-size: 1.4rem;
  }
}

.cm_ttlh3 {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .cm_ttlh3 {
    background: url(../about/images/line.png) repeat-x bottom left;
    background-size: 20.7rem auto;
    padding-bottom: 1.7rem;
    margin: 0 0 3.5rem;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_ttlh3 {
    font-size: 1.8rem;
    background: url(../about/images/line.png) repeat-x bottom left;
    background-size: 15rem auto;
    padding-bottom: 1rem;
  }
}
.cm_ttlh3 span {
  position: relative;
  top: -0.5rem;
}
@media only screen and (min-width: 768px) {
  .cm_ttlh3 span {
    font-size: 2rem;
    margin-left: 5.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_ttlh3 span {
    font-size: 1.4rem;
    display: block;
    margin-top: 0.5rem;
  }
}

.cm-btn01 {
  border: 0.1rem solid #5ebfe5;
  background: #5ebfe5;
  border-radius: 4rem;
  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;
  font-weight: 500;
  text-decoration: none;
  margin: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cm-btn01 {
    width: 31rem;
    height: 6.6rem;
  }
  .cm-btn01:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn01 {
    width: 20rem;
    height: 5rem;
  }
}
.cm-btn01 .icon {
  width: 1.4rem;
  position: absolute;
  right: 2.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cm-btn01 .icon:before {
  content: "";
  width: 1.4rem;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cm-btn01 .icon:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.4rem;
  position: absolute;
  margin-left: 0.1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cm-btn01--prev {
  background: #000;
}
.cm-btn01--prev .icon {
  right: auto;
  left: 2.3rem;
}
.cm-btn01--prev .icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  margin-left: -0.1rem;
}

.cm-btn02 {
  border: 0.1rem solid #fff;
  color: #fff;
  border-radius: 4rem;
  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;
  font-weight: 500;
  text-decoration: none;
  margin: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .cm-btn02 {
    width: 31rem;
    height: 6.6rem;
  }
  .cm-btn02:hover {
    background: #fff;
    color: var(--co-main);
  }
  .cm-btn02:hover .icon:before {
    background: var(--co-main);
  }
  .cm-btn02:hover .icon:after {
    border: solid var(--co-main);
    border-width: 0 0.1rem 0.1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn02 {
    width: 20rem;
    height: 5rem;
  }
}
.cm-btn02 .icon {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cm-btn02 .icon:before {
  content: "";
  width: 1.4rem;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cm-btn02 .icon:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.4rem;
  position: absolute;
  margin-left: 0.1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.cm-contact {
  background: #fed609;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cm-contact {
    padding-bottom: 3rem;
  }
}
.cm-contact .inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cm-contact .inner {
    padding-top: 1.2rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-contact .inner {
    padding-top: 3rem;
  }
}
.cm-contact .icon2 {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .cm-contact .icon2 {
    top: -18.7rem;
    left: -9.7rem;
    width: 28.5rem;
    height: 18.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-contact .icon2 {
    width: 10rem;
    left: 2rem;
    top: -7rem;
  }
}
.cm-contact .icon1 {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .cm-contact .icon1 {
    width: 20.9rem;
    height: 21.2rem;
    right: 6.1rem;
    top: -12.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-contact .icon1 {
    width: 10rem;
    height: 10rem;
    right: 2rem;
    top: -7rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-contact .txt {
    font-size: 2rem;
    line-height: 1.8;
    margin: 3.1rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-contact .txt {
    margin: 0;
  }
}
.cm-contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .cm-contact_list {
    gap: 1.9rem;
    margin-top: 5.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-contact_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2rem;
    gap: 1rem;
  }
}
.cm-contact_list .btn {
  border-radius: 6rem;
  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;
  background: #fff;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .cm-contact_list .btn {
    height: 10rem;
    font-size: 1.8rem;
  }
  .cm-contact_list .btn:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .cm-contact_list .btn {
    height: 6rem;
  }
}
.cm-contact_list .btn.btn1 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .cm-contact_list .btn.btn1 {
    width: 42rem;
    padding: 1.8rem 0 0 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-contact_list .btn.btn1 {
    width: 35rem;
    height: auto;
    padding: 1rem;
  }
}
.cm-contact_list .btn.line {
  gap: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .cm-contact_list .btn.line {
    width: 26.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-contact_list .btn.line {
    width: 35rem;
  }
}
.cm-contact_list .btn.mail {
  background: #5ebfe5;
  color: #fff;
  gap: 1rem;
  padding-right: 1.6rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cm-contact_list .btn.mail {
    width: 42rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-contact_list .btn.mail {
    width: 35rem;
  }
}
.cm-contact_list .btn.mail img {
  width: 3.1rem;
}
.cm-contact_list .btn.mail .icon {
  width: 1.4rem;
  position: absolute;
  right: 2.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cm-contact_list .btn.mail .icon:before {
  content: "";
  width: 1.4rem;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cm-contact_list .btn.mail .icon:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.4rem;
  position: absolute;
  margin-left: 0.1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cm-contact_list .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-comfortaa);
  font-size: 3.2rem;
  font-weight: 600;
  gap: 10px;
  line-height: 1;
}
.cm-contact_list .number img {
  width: 2.4rem;
  position: relative;
  top: -0.3rem;
  left: -0.3rem;
}
.cm-contact_list p {
  width: 24.9rem;
  height: 2.2rem;
  border-radius: 6rem;
  background: #f7eec9;
  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;
  font-weight: 500;
  font-size: 1.3rem;
  margin: 0.7rem auto 0;
}

.footer {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding-bottom: 7.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 0;
  }
}
@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: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_inner {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer_left {
    width: 38.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .footer_left .img_logo {
    width: 38.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_left {
    width: 100%;
  }
  .footer_left .img_logo {
    width: 19.1rem;
    display: block;
    margin: auto;
  }
}
.footer_left .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .footer_left .address {
    margin-top: 3.7rem;
    gap: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_left .address {
    margin-top: 2rem;
    gap: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer_left .address p {
  margin: 0;
  line-height: 1.6666666667;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .footer_left .address p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_left .address p {
    font-size: 1.6rem;
  }
}
.footer_left .address a {
  width: 9.3rem;
  height: 2.7rem;
  margin: 0;
  font-size: 1.4rem;
  position: relative;
  top: -3px;
  padding-right: 11px;
  background: #5ebfe5;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .footer_left .address a:hover {
    background: #5ebfe5;
  }
}
.footer_left .address a .icon {
  width: 0.8rem;
  right: 0.7rem;
}
.footer_left .address a .icon:before {
  width: 100%;
}
.footer_left .address a .icon:after {
  padding: 0.2rem;
}
.footer_left .footer_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .footer_left .footer_btn {
    margin-top: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_left .footer_btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.5rem;
  }
}
.footer_left .footer_btn a {
  width: 6rem;
  height: 6rem;
  background: #fff;
  border-radius: 50%;
  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;
}
.footer_left .footer_btn a img {
  width: 2.8rem;
  height: 2.8rem;
}
@media only screen and (min-width: 768px) {
  .footer_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3.5rem 0 0;
    gap: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_right {
    margin-top: 2rem;
    padding: 0 1rem;
  }
}
.footer_right ul {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .footer_right ul {
    width: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_right ul {
    width: 100%;
  }
}
.footer_right ul li {
  list-style-type: none;
  margin: 0;
  border-bottom: 0.1rem dotted #eacbca;
  line-height: 2.25;
}
.footer_right ul li li {
  border-top: 0.1rem dotted #eacbca;
}
.footer_right ul li li a {
  font-weight: 400;
  position: relative;
  padding-left: 2.7rem;
}
.footer_right ul li li a:before {
  content: "";
  width: 0.8rem;
  height: 0.2rem;
  background: #b2aba4;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer_right ul a {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .footer_right ul a {
    padding: 0.5rem;
    display: block;
    font-size: 1.4rem;
  }
}
.footer_right ul a:hover {
  opacity: 0.7;
}

.fix_button {
  position: fixed;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .fix_button {
    top: 50%;
    right: -0.2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .fix_button {
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 1.5rem 1.5rem 0 0;
    overflow: hidden;
    width: 100%;
  }
}
.fix_button a {
  text-decoration: none;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .fix_button a {
    width: 6rem;
    height: 21rem;
    border-radius: 1.5rem 0 0 1.5rem;
  }
  .fix_button a:hover {
    opacity: 0.8;
  }
  .fix_button a img {
    margin: 0 0 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .fix_button a {
    width: 50%;
    height: 5rem;
    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: 1rem;
  }
  .fix_button a img {
    width: 1.7rem;
    height: auto;
    display: block;
  }
}
.fix_button a p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.11em;
}
@media only screen and (min-width: 768px) {
  .fix_button a p {
    width: 100%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.8rem;
    padding-right: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .fix_button a p {
    font-size: 1.5rem;
  }
}
.fix_button .btn01 {
  background: #fde151;
}
@media only screen and (min-width: 768px) {
  .fix_button .btn01 {
    margin-bottom: 1rem;
    padding: 3.2rem 0 0;
  }
}
.fix_button .btn02 {
  background: #74c2e0;
}
@media only screen and (min-width: 768px) {
  .fix_button .btn02 {
    padding: 3.6rem 0 0;
  }
}
