/*====================================================================================
1. START COMMON BASE.
====================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --font-Noto_jp: "Noto Sans JP", sans-serif;
  --co-orange: #edb333;
  --co-white: #ffffff;
  --co-brown_md: #a69983;
  --co-brown_light: #857255;
  --bg-orange: #edb333;
  --bg-pink_md: #828282;
  --bg-pink_light: rgba(255, 163, 173, 0.5);
  --bg-white: #ffffff;
  --bg-brown_md: #a69983;
  --bg-brown_light: #f7f5f2;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
  line-height: 1.6;
}
html.no-scroll {
  overflow: hidden;
  position: relative;
}
@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: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.005em;
}
body.lb-disable-scrolling {
  position: fixed;
  width: 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 4.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: 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: #111987;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
  border: 0.1rem solid #111987;
}
@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;
}

/*====================================================================================
1. START listbtn
====================================================================================*/
.fix_listbtn {
  position: fixed;
  right: 0;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .fix_listbtn {
    width: 14.5rem;
    top: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .fix_listbtn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5rem;
  }
}
.fix_listbtn a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .fix_listbtn a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 1rem 0 0 1rem;
    font-size: 1.6rem;
    height: 13.6rem;
    margin-bottom: 0.5rem;
  }
  .fix_listbtn a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .fix_listbtn a {
    margin-bottom: 0.3rem;
    border-radius: 0.5rem 0 0 0.5rem;
    height: 5rem;
    font-size: 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;
  }
}
.fix_listbtn a:last-child {
  margin-bottom: 0;
}
.fix_listbtn a img {
  display: block;
  margin: auto;
}
.fix_listbtn a:nth-child(1) {
  background: #cf7500;
}
@media only screen and (min-width: 768px) {
  .fix_listbtn a:nth-child(1) {
    padding-top: 3.4rem;
  }
  .fix_listbtn a:nth-child(1) img {
    margin-bottom: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .fix_listbtn a:nth-child(1) img {
    width: 2.5rem;
  }
}
.fix_listbtn a:nth-child(2) {
  background: #06c755;
}
@media only screen and (min-width: 768px) {
  .fix_listbtn a:nth-child(2) {
    padding-top: 1.8rem;
  }
  .fix_listbtn a:nth-child(2) img {
    margin-bottom: 0.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .fix_listbtn a:nth-child(2) img {
    width: 3.8rem;
  }
}
.fix_listbtn a:nth-child(3) {
  background: #00509b;
}
@media only screen and (min-width: 768px) {
  .fix_listbtn a:nth-child(3) {
    padding-top: 3.3rem;
  }
  .fix_listbtn a:nth-child(3) img {
    margin-bottom: 1.2rem;
    width: 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .fix_listbtn a:nth-child(3) img {
    width: 2.5rem;
  }
}

/*====================================================================================
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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  .header {
    height: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: 7rem;
  }
}
@media only screen and (min-width: 768px) {
  .header-logo {
    margin: 1.9rem 0 0 3rem;
    width: 21.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo {
    width: 17rem;
    padding: 0;
    margin: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .header_right {
    padding-top: 2rem;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .header_tell {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .header_tell {
    text-align: center;
    margin-top: 3rem;
  }
}
.header_tell a {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  color: #00509b;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .header_tell a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .header_tell a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header_tell p {
  margin: 0.5rem 0 0;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  color: #000000;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .header_tell p {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .header_tell p {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu {
    position: fixed;
    top: 6.5rem;
    width: 100%;
    left: 0;
    height: calc(100% - 6.7rem);
    background: #fff;
    padding: 3rem;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .header_menu.visible {
    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;
    padding-top: 1.4rem;
  }
}
@media only screen and (max-width: 1300px) {
  .header_menu_nav {
    gap: 4rem;
  }
}
.header_menu_nav a {
  font-weight: 500;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .header_menu_nav a {
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_nav a {
    font-size: 1.6rem;
    padding: 1rem 0;
    display: block;
  }
}
.header_menu_nav li {
  list-style-type: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header_menu_nav li {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_menu_nav li:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_menu_nav li:hover > a {
    color: #111987;
  }
  .header_menu_nav li:hover > a:after {
    border: solid #111987;
    border-width: 0 0.2rem 0.2rem 0;
  }
  .header_menu_nav li:hover .header_menu_sub a {
    color: #111987;
  }
  .header_menu_nav li:hover .header_menu_sub .icon:after {
    border: solid #111987;
    border-width: 0 0.2rem 0.2rem 0;
  }
  .header_menu_nav li:hover ul {
    display: block;
  }
  .header_menu_nav li > a {
    padding-bottom: 2.2rem;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_nav li {
    border-bottom: 1px solid #111987;
  }
  .header_menu_nav li.open .submenu {
    display: block;
  }
  .header_menu_nav li.open .header_menu_sub .icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
  }
}
.header_menu_nav li .submenu {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header_menu_nav li .submenu {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 36.9rem;
    background: #fff;
    padding: 2.9rem 3.3rem 3.3rem;
    -webkit-box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, 0.07);
    border-radius: 1rem;
  }
  .header_menu_nav li .submenu li {
    padding: 0;
  }
  .header_menu_nav li .submenu li a {
    display: block;
    padding: 0.3rem 0 0.3rem 2rem;
    letter-spacing: 0.1em;
  }
  .header_menu_nav li .submenu li a:before {
    content: "";
    border: solid black;
    border-width: 0 0.1rem 0.1rem 0;
    display: inline-block;
    padding: 0.2rem;
    position: absolute;
    left: 0;
    top: 1.7rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header_menu_nav li .submenu li:last-child a {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_nav li .submenu {
    padding: 0;
    border-top: 0.1rem solid #111987;
  }
  .header_menu_nav li .submenu a {
    padding: 1rem 1rem 1rem 3rem;
  }
  .header_menu_nav li .submenu a:before {
    content: "";
    border: solid #111987;
    border-width: 0 0.1rem 0.1rem 0;
    display: inline-block;
    padding: 0.2rem;
    position: absolute;
    left: 1rem;
    top: 2rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header_menu_nav li .submenu li:last-child {
    border-bottom: none;
  }
}
.header_menu_sub {
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_menu_sub .link {
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .header_menu_sub {
    padding-right: 2.4rem;
  }
  .header_menu_sub .link {
    padding-bottom: 2.2rem;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_sub .link {
    width: calc(100% - 4.7rem);
  }
}
.header_menu_sub .icon {
  position: relative;
}
.header_menu_sub .icon:after {
  content: "";
  display: inline-block;
  padding: 0.3rem;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .header_menu_sub .icon:after {
    border: solid black;
    border-width: 0 0.2rem 0.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_sub .icon:after {
    border: solid #111987;
    border-width: 0 0.2rem 0.2rem 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media only screen and (min-width: 768px) {
  .header_menu_sub .icon {
    right: 0.2rem;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_sub .icon {
    width: 4.7rem;
  }
}

.cm-btn-entry {
  height: 6rem;
  width: 22rem;
  border-radius: 3rem;
  background: #111987 url(../images/common_img/icon1.webp) no-repeat left 2.8rem
    center;
  border: 0.2rem solid #111987;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  padding-left: 2.3rem;
}
@media only screen and (min-width: 768px) {
  .cm-btn-entry:hover {
    background: #fff url(../images/common_img/icon1_on.webp) no-repeat left
      2.8rem center;
    color: #111987;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn-entry {
    margin: 3rem auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .cm-contact .cm-title01_jp {
    margin-bottom: 1.8rem;
  }
}
.cm-contact .txt {
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .cm-contact .txt {
    margin: 3.6rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-contact .txt {
    margin: 1.5rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .cm-contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6rem;
    margin: 5.7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-contact__list {
    margin: 2rem 0 0;
  }
}
.cm-contact__list .box {
  -webkit-box-shadow: 0px 0px 1.3rem 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 1.3rem 0px rgba(0, 0, 0, 0.07);
  border-radius: 1rem;
  background: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cm-contact__list .box {
    width: calc(50% - 3rem);
  }
}
@media only screen and (max-width: 767px) {
  .cm-contact__list .box {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .cm-contact__list .box.box1 {
    padding: 6.6rem 6rem 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-contact__list .box.box1 {
    padding: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-contact__list .box.box2 {
    padding: 7rem 7rem 5.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-contact__list .box.box2 {
    padding: 2rem;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-contact__list .box.box2 .tt {
    margin: 2.8rem 0 3.6rem;
  }
}
.cm-contact__list .box.box2 .cm-btn02 {
  margin: auto;
  max-width: 39rem;
}
.cm-contact__list .box img {
  margin: auto;
}
.cm-contact__list .box .tt {
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .cm-contact__list .box .tt {
    font-size: 2.4rem;
    margin: 2.1rem 0 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-contact__list .box .tt {
    font-size: 1.8rem;
    margin: 1.5rem 0 1rem;
  }
}
.cm-contact__list .box .tel {
  color: #111987;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .cm-contact__list .box .tel {
    font-size: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-contact__list .box .tel {
    font-size: 3.5rem;
  }
}
.cm-contact__list .box p {
  letter-spacing: 0.05em;
  margin: 0.3rem 0 0;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cm-contact__list .box p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-contact__list .box p {
    font-size: 1.4rem;
  }
}

/*====================================================================================
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: 7rem;
    width: 7rem;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .trigger-menu span.line {
    width: 3.5rem;
    height: 0.3rem;
    margin: auto auto 0.7rem;
    background: #111987;
    display: block;
  }
}
.trigger-menu span.txt {
  color: #111987;
  display: block;
}
@media only screen and (max-width: 767px) {
  .trigger-menu span.txt {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin: -0.6rem 0 0;
  }
}
.trigger-menu.active span.line {
  width: 3.5rem;
  height: 0.3rem;
  background: #111987;
  display: block;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 2rem;
}
.trigger-menu.active span.line:nth-child(2) {
  display: none;
}
.trigger-menu.active span.line:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.trigger-menu.active span.line:nth-child(3) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-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);
}

/*====================================================================================
4. START TITLE
====================================================================================*/
.cm-title01 {
  text-align: center;
  margin: 0;
}
.cm-title01_jp {
  display: block;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .cm-title01_jp {
    font-size: 4rem;
    margin: 0 0 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title01_jp {
    font-size: 2rem;
  }
}
.cm-title01_en {
  color: #979797;
  font-weight: 700;
  letter-spacing: 0.075em;
  display: block;
}
@media only screen and (min-width: 768px) {
  .cm-title01_en {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title01_en {
    font-size: 1.6rem;
  }
}
.cm-title02 {
  font-weight: 500;
  border-bottom: 0.2rem solid #e1e1e1;
  position: relative;
  margin: 0;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .cm-title02 {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title02 {
    font-size: 1.8rem;
    padding-bottom: 0.7rem;
  }
}
.cm-title02:after {
  width: 8rem;
  height: 0.2rem;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  content: "";
  background: #3056a3;
}

/*====================================================================================
6. START BUTTOM
====================================================================================*/
.cm-btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 1.4rem;
  color: #111987;
}
@media only screen and (min-width: 768px) {
  .cm-btn01:hover span {
    background: #fff;
  }
  .cm-btn01:hover span:after {
    border: solid #111987;
    border-width: 0 0.2rem 0.2rem 0;
  }
}
.cm-btn01 span {
  border-radius: 50%;
  background: #111987;
  display: block;
  position: relative;
  border: 1px solid #111987;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .cm-btn01 span {
    width: 5rem;
    height: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn01 span {
    width: 3rem;
    height: 3rem;
  }
}
.cm-btn01 span:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.3rem;
  position: absolute;
  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-btn02 {
  width: 100%;
  border-radius: 4rem;
  border: 0.2rem solid #111987;
  color: #fff;
  letter-spacing: 0.1em;
  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: #111987;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cm-btn02 {
    max-width: 42rem;
    height: 8rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn02 {
    max-width: 25rem;
    height: 5rem;
    font-size: 1.6rem;
    margin: auto;
  }
}
.cm-btn02:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.3rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 4.2rem;
}
@media only screen and (min-width: 768px) {
  .cm-btn02:hover {
    background: #fff;
    color: #111987;
  }
  .cm-btn02:hover:after {
    border: solid #111987;
    border-width: 0 0.2rem 0.2rem 0;
  }
}
.cm-btn03 {
  width: 100%;
  border-radius: 4rem;
  border: 0.2rem solid #111987;
  color: #111987;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  margin: auto;
  height: 8rem;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .cm-btn03 {
    max-width: 28rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn03 {
    max-width: 25rem;
  }
}
.cm-btn03 span {
  width: 3rem;
  height: 3rem;
  background: #111987;
  border-radius: 50%;
  position: absolute;
  right: 2.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0.2rem solid #111987;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cm-btn03 span:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.3rem;
  position: absolute;
  margin-right: -0.2rem;
  right: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .cm-btn03:hover {
    background: #111987;
    color: #fff;
  }
  .cm-btn03:hover span {
    background: #fff;
  }
  .cm-btn03:hover span:after {
    border: solid #111987;
    border-width: 0 0.2rem 0.2rem 0;
  }
}

/*====================================================================================
9. START COMMON FOOTER
====================================================================================*/
.footer {
  background: url(../images/common_img/bg_footer.webp) no-repeat bottom center;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding-top: 6.1rem;
    padding-bottom: 26.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
@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;
    margin-top: 8.6rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .footer__inner {
    margin-top: 7rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer__left {
    width: 35rem;
    padding-top: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer__left {
    text-align: center;
  }
}
.footer__left .logo_footer {
  width: 21.8rem;
  margin-left: 0.3rem;
}
.footer__left .tt {
  font-size: 1.8rem;
  margin: 3.5rem 0 0.4rem;
  letter-spacing: 0.1em;
}
.footer__left p {
  letter-spacing: 0.1em;
  margin: 0;
}
.footer__left a {
  text-decoration: none;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 1.2rem;
    gap: 6.7rem;
    width: calc(100% - 35rem);
  }
}
@media only screen and (max-width: 767px) {
  .footer__right {
    display: none;
  }
}
.footer__right a {
  display: block;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
}
@media only screen and (min-width: 768px) {
  .footer__right a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer__right a:hover {
    color: #111987;
  }
}
.footer__right ul {
  padding: 0;
  margin: 0.8rem 0 0;
}
.footer__right li {
  list-style-type: none;
}
.footer__right li a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}

/*====================================================================================
10. START COPPYRIGHT
====================================================================================*/
.copyright {
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .copyright {
    font-size: 1.6rem;
    margin: 8.3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .copyright {
    font-size: 1.3rem;
    margin: 6rem 0 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;
  }
}

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

.cate {
  min-width: 14.5rem;
  border-radius: 0.5rem;
  padding: 0.2rem 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.cate.cate1 {
  background: #9194bb;
}
.cate.cate2 {
  background: #bb91a6;
}
.cate.cate3 {
  background: #bbb791;
}
.cate.cate4 {
  background: #3056a3;
}
