@charset "UTF-8";
/*====================================================================================
1. START COMMON BASE.
====================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --font-Montserrat: "Montserrat", sans-serif;
  --pink: #f500a2;
  --blue: #1eaeff;
  --light-blue: #c1e9ff;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
  line-height: 1.6;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) {
  html {
    scroll-padding-top: 80px;
  }
}

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

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

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #4d4d4d;
}
body.lb-disable-scrolling {
  position: fixed;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  body img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

#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: #4d4d4d;
  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: #4d4d4d;
}
@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: 1px 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;
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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: 115rem;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 1.2rem;
  }
}

/*====================================================================================
3. START COMMON HEADER
====================================================================================*/
.start {
  background: var(--pink);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 193px;
  text-align: center;
}

.lock-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}

body.loading {
  overflow: hidden;
  height: 100vh;
}

#cm-header {
  position: fixed;
  background: var(--pink);
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
  z-index: 99;
}
#cm-header .header-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cm-header .header-inner__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #cm-header .header-inner {
    padding: 1rem 0;
  }
  #cm-header .header-inner__logo {
    width: 50%;
  }
  #cm-header .header-inner__right {
    gap: 0.5rem;
  }
  #cm-header .header-inner__right .btn-contact {
    width: 4rem;
  }
  #cm-header .header-inner__right .btn-contact__link {
    width: 100%;
    border-radius: 0.3rem;
  }
  #cm-header .header-inner__right .btn-contact__link .txt {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #cm-header .header-inner {
    padding: 1.6rem 0;
    min-height: 8rem;
  }
  #cm-header .header-inner__right {
    gap: 6rem;
  }
}

/*---------- START HAMBURGER ----------*/
.trigger-menu {
  width: 4rem;
  height: 4rem;
  border-radius: 0.3rem;
  background: #fff;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
  z-index: 99;
}
.trigger-menu span {
  display: block;
  position: absolute;
  width: 2.4rem;
  height: 0.2rem;
  background: #000;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.trigger-menu span:nth-child(1) {
  top: 1.2rem;
  transform-origin: left center;
}
.trigger-menu span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  transform-origin: left center;
}
.trigger-menu span:nth-child(3) {
  bottom: 1.2rem;
  transform-origin: left center;
}
.trigger-menu.active span:nth-child(1) {
  transform: rotate(45deg);
  left: 0.7rem;
  top: 1rem;
}
.trigger-menu.active span:nth-child(2) {
  opacity: 0;
}
.trigger-menu.active span:nth-child(3) {
  transform: rotate(-45deg);
  left: 0.7rem;
  bottom: 0.9rem;
}
@media only screen and (min-width: 768px) {
  .trigger-menu {
    display: none;
  }
}

/*---------- START GNAV ----------*/
.l-menu_contents .gnav {
  font-weight: 500;
  color: #fff;
}
.l-menu_contents .gnav span {
  display: block;
  text-align: center;
  line-height: normal;
}
.l-menu_contents .gnav .txt-jp {
  font-size: 1.2rem;
  font-weight: normal;
}
.l-menu_contents .gnav .txt-eng {
  font-weight: bold;
  font-size: 1.8rem;
  font-family: var(--font-Montserrat);
}
.l-menu_contents .gnav__link {
  color: #fff;
  text-decoration: none;
}
.l-menu_contents .gnav .sub-menu {
  position: relative;
}
.l-menu_contents .gnav .sub-menu__ttl {
  position: relative;
  cursor: pointer;
}
.l-menu_contents .gnav .sub-menu__ttl:after {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #fff;
  border-bottom: none;
  border-left: none;
  bottom: -0.7rem;
  left: 0;
  right: 0;
  transform: rotate(135deg);
  margin: auto;
}
.l-menu_contents .gnav .sub-menu__main {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 23rem;
  padding-top: 1.6rem !important;
  z-index: 999;
}
.l-menu_contents .gnav .sub-menu__list {
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 1rem 1rem;
  padding: 1rem 2rem;
}
.l-menu_contents .gnav .sub-menu__item {
  width: 100%;
}
.l-menu_contents .gnav .sub-menu__link {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1rem 0 1rem 1.5rem;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .l-menu_contents {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .l-menu_contents .gnav {
    display: flex;
    justify-content: flex-end;
    gap: 6rem;
    font-size: 1.5rem;
  }
  .l-menu_contents .gnav .sub-menu__item {
    width: 100%;
  }
  .l-menu_contents .gnav .sub-menu__ttl:hover {
    color: #000;
  }
  .l-menu_contents .gnav .sub-menu__ttl:hover:after {
    border-color: #000;
  }
  .l-menu_contents .gnav .sub-menu__link:hover {
    color: var(--pink);
  }
  .l-menu_contents .gnav .sub-menu__link:hover:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--pink);
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .l-menu_contents.is-visible {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-menu_contents {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--pink);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    padding: 1.5rem 3rem 10rem 1.5rem;
    overflow: auto;
    width: 100%;
    max-width: 100%;
  }
  .l-menu_contents .gnav {
    display: block;
    text-align: center;
  }
  .l-menu_contents .gnav__item {
    width: 100%;
    border-bottom: 1px solid var(--bg-brown);
  }
  .l-menu_contents .gnav__link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    width: 100%;
    text-align: left;
    padding: 1.5rem 0;
    gap: 1.5rem;
    border-bottom: 1px solid #fff;
  }
  .l-menu_contents .gnav .sub-menu {
    border-bottom: 1px solid #fff;
  }
  .l-menu_contents .gnav .sub-menu__ttl {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 1.5rem;
    padding: 1.5rem 0;
  }
  .l-menu_contents .gnav .sub-menu__ttl:after {
    top: 0;
    bottom: 0;
    right: 1rem;
    left: auto;
  }
  .l-menu_contents .gnav .sub-menu__ttl.opened .cm-arr {
    transform: rotate(180deg);
  }
  .l-menu_contents .gnav .sub-menu__icon {
    display: none;
  }
  .l-menu_contents .gnav .sub-menu__link {
    position: relative;
    text-align: left;
    padding: 0.5rem 0 0.5rem 2rem;
  }
  .l-menu_contents .gnav .sub-menu__main {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 1.5rem;
    margin-top: 0 !important;
  }
  .l-menu_contents.is-visible {
    opacity: 1;
    visibility: visible;
    height: 100vh;
  }
}

.nav-link {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .nav-link:hover {
    color: #000 !important;
  }
}

/*---------- START btn-contact ----------*/
.btn-contact__link {
  width: 17.5rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 3rem;
  font-weight: bold;
  gap: 1rem;
}
.btn-contact__link .icon {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .btn-contact__link:hover {
    background: #fff;
    color: var(--pink);
  }
  .btn-contact__link:hover .icon {
    background: url("../images/common_img/ico-mail_pink.webp") no-repeat center left;
    background-size: 2rem;
  }
  .btn-contact__link:hover .icon img {
    display: none;
  }
}

/*====================================================================================
4. START COMMON FOOTER
====================================================================================*/
#cm-footer a {
  color: #fff;
}
#cm-footer .f-main {
  background: var(--pink);
  color: #fff;
  padding: 4rem 0;
}
#cm-footer .f-main__innner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cm-footer .f-main__infor {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#cm-footer .f-main__infor .f-address dl {
  display: flex;
  margin-bottom: 2rem;
}
#cm-footer .f-main__infor .f-address dl dt {
  width: 7.5rem;
  min-width: 7.5rem;
}
#cm-footer .f-gnav__lists {
  display: flex;
  justify-content: space-between;
}
#cm-footer .f-gnav__link {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
#cm-footer .f-gnav__link:after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #fff;
  border-bottom: none;
  border-left: none;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
#cm-footer .f-gnav__item:last-child .f-gnav__link {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #cm-footer .f-gnav{
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #cm-footer .f-gnav__lists {
    justify-content: center;
    margin: 0 -2.5rem;
  }
  #cm-footer .f-gnav__lists ul{
    margin: 0 2.5rem;
  }
  #cm-footer .f-main__infor {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
  }
  #cm-footer .f-main__infor .f_logo {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  #cm-footer .f-main {
    padding: 10rem 0;
  }
  #cm-footer .f-main__infor {
    width: 45%;
  }
  #cm-footer .f-main .f-gnav__lists {
    justify-content: flex-end;
    gap: 0 6rem;
  }
  #cm-footer .f-main .f-gnav__link:hover:after {
    border-color: #000;
  }
}

/*---------- START copyright ----------*/
.copyright {
  background: #000;
  text-align: center;
  padding: 1.3rem 0;
  color: #fff;
  font-size: 1.2rem;
}

/*---------- START page-up ----------*/
.page_up {
  display: none;
  position: fixed;
  right: 2%;
  bottom: 3.7rem;
  z-index: 9;
}
.page_up a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 4rem;
  height: 4rem;
  background: var(--pink);
  text-decoration: none;
  transition: all 0.5s;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .page_up a:hover {
    background: #000;
  }
}

/*====================================================================================
5. START COMMON CSS
====================================================================================*/

@media only screen and (max-width: 767px) {
  #cm-main {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 768px) {
  #cm-main {
    margin-top: 8rem;
  }
}

/*---------- START fade-up ----------*/
.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-up.fade-up2 {
  transition-delay: 0.2s;
}
.fade-up.fade-up3 {
  transition-delay: 0.4s;
}
.fade-up.fade-up4 {
  transition-delay: 0.6s;
}
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}
[id].fade-up {
  transform: translateY(0);
}

/*---------- START fade-up ----------*/
.c-contact {
  position: relative;
  background: var(--light-blue);
  border-top: 8px solid var(--blue);
  padding: 5rem 0 3rem;
}
.c-contact__icon {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.c-contact__inner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-contact__tel a {
  background: url("../images/common_img/ico-tel.webp") no-repeat center left;
  background-size: 2rem;
  padding-left: 2.7rem;
  color: #000;
  font-size: 2.4rem;
  font-family: var(--font-Montserrat);
  font-weight: bold;
  line-height: 1;
}
.c-contact .btn-contact {
  width: 100%;
}
.c-contact .btn-contact__link {
  width: 100%;
  height: 4rem;
  font-size: 1.6rem;
  border-radius: 5rem;
  margin-top: 1rem;
}
.c-contact__banner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2rem;
}
.c-contact__banner-right{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.c-contact__banner-title{
  display: inline-block;
  border-radius: 3rem;
  background-color: var(--pink);
  color: #ffffff;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-contact{
    padding-bottom: 4rem;
  }
  .c-contact__left .c-title01{
    width: 100%;
    text-align: center;
  }
  .c-contact__left .c-title01__inner{
    gap: 0;
    flex-direction: column;
    justify-content: center;
  }
  .c-contact__icon {
    width: 7rem;
    top: -8rem;
  }
  .c-contact__infor {
    width: 100%;
    text-align: center;
    margin-top: 2.5rem;
  }
  .c-contact__infor .btn-contact {
    max-width: 20rem;
    margin: 0 auto;
  }
  .c-contact__banner {
    justify-content: center;
    margin-bottom: 2rem;
  }
  .c-contact__banner-left {
    width: 50%;
  }
  .c-contact__banner-mes{
    padding: 1rem 1.5rem 1rem 1.5rem;
  }
  .c-contact__banner-heading{
    text-align: center;
  }
  .c-contact__banner-title{
    padding: 0.6rem 1.5rem;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-contact {
    padding: 7rem 0;
  }
  .c-contact__icon {
    top: -10rem;
  }
  .c-contact__left {
    max-width: 42%;
  }
  .c-contact__infor {
    width: 34rem;
  }
  .c-contact__tel a {
    background-size: 3.6rem;
    padding-left: 4.2rem;
    font-size: 4rem;
  }
  .c-contact .btn-contact__link {
    height: 7.2rem;
    font-size: 2rem;
    margin-top: 2rem;
  }
  .c-contact__banner {
    margin-top: 4rem;
  }
  .c-contact__banner-left {
    flex: 0 0 auto;
  }
  .c-contact__banner-right {
    flex: 1;
    min-width: 1px;
  }
  .c-contact__banner-mes{
    padding: 0 5.5rem 2rem 6rem;
  }
  .c-contact__banner-heading{
    text-align: right;
  }
  .c-contact__banner-title{
    padding: 0.6rem 4rem;
    font-size: 2.2rem;
  }
}

/*---------- START cont-news ----------*/
.cont-news {
  position: relative;
  z-index: 3;
}
.cont-news__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  padding: 1.5rem 0;
  box-sizing: border-box;
  gap: 0.5rem 1rem;
  text-decoration: none;
  transition: all 0.5s;
  z-index: 2;
}
/* .cont-news__link:after {
  position: absolute;
  content: "";
  background: url("../images/top/news-line.webp") repeat-x top left;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  z-index: -1;
} */
.cont-news__date {
  width: 10rem;
  min-width: 10rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}
.cont-news__txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  .cont-news__link {
    flex-wrap: wrap;
    padding: 1rem 0;
  }
  .cont-news__txt {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .cont-news__link {
    padding: 2rem 0;
  }
  .cont-news__link:hover {
    background: #f9f0fe;
  }
}

/*---------- START padding section  ----------*/
@media only screen and (min-width: 768px) {
  .sec-cont {
    padding: 6rem 0 !important;
  }
  .sec-cont--lg {
    padding: 10rem 0 !important;
  }
  .sec-cont--md {
    padding: 8rem 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .sec-cont {
    padding: 3rem 0 !important;
  }
  .sec-cont--lg {
    padding: 5rem 0 !important;
  }
  .sec-cont--md {
    padding: 4rem 0 !important;
  }
}

.inner-txt p + p {
  margin-top: 1.5rem;
}
.inner-txt--sm p + p {
  margin-top: 1rem;
}
.inner-txt--lg p + p {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  .inner-txt p + p {
    margin-top: 3rem;
  }
  .inner-txt--sm p + p {
    margin-top: 2rem;
  }
  .inner-txt--lg p + p {
    margin-top: 6rem;
  }
}

/*---------- START ICON ZOOM  ----------*/
.icon-zoom {
  position: relative;
  display: block;
  overflow: hidden;
}
.icon-zoom:before {
  position: absolute;
  display: inline-block;
  content: "";
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-image: url("../common_img/lightbox/icon-zoom.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2.2rem 2.2rem;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 768px) {
  .icon-zoom img {
    transition: transform 0.5s ease;
  }
  .icon-zoom:hover img {
    transform: scale(1.06);
  }
}

/*---------- START ARROW   ----------*/
.cm-arr {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 1rem;
  height: 2px;
}
.cm-arr:before {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 0.2rem;
  transform: rotate(45deg);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cm-arr--back {
  transform: rotate(180deg);
}
.cm-arr--up {
  transform: rotate(-90deg);
}
.cm-arr--down {
  transform: rotate(90deg);
}
.cm-arr--black {
  background: #4d4d4d;
}
.cm-arr--black:before {
  border-color: #4d4d4d;
}

/*---------- START BUTTON  ----------*/
.cm-btn__link {
  position: relative;
  display: inline-block;
  background: var(--pink);
  color: #fff;
  border-radius: 3rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0.5rem 4rem 0.5rem 2rem;
  text-align: center;
  min-width: 16rem;
  margin-top: 2rem;
}
.cm-btn__link .cm-arr {
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .cm-btn__link {
    padding: 0.5rem 6rem 0.5rem 3rem;
    margin-top: 4rem;
  }
  .cm-btn__link:hover {
    background: #000;
  }
}

/*---------- START COMMON BUTTON BACK ----------*/
.cm-btn--back .cm-arr {
  right: auto;
  left: 2rem;
}
@media only screen and (min-width: 768px) {
  .cm-btn--back .cm-btn__link {
    padding: 0.5rem 3rem 0.5rem 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btn--back .cm-btn__link {
    padding: 0.5rem 2rem 0.5rem 4rem;
  }
}

/*---------- START TITLE  ----------*/
.c-title01 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  transform: skewX(-8deg);
  z-index: 0;
  margin-bottom: 1.5rem;
}
.c-title01:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  right: -10px;
  bottom: -8px;
  background-image: repeating-linear-gradient(45deg, #ccc 0 4px, transparent 4px 8px);
  clip-path: polygon(0% 0%, 100% 10px, 100% calc(100% - 15px), 20px 100%);
  z-index: -2;
}
.c-title01:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--pink);
  clip-path: polygon(0% 0%, 100% 10px, 100% calc(100% - 15px), 20px 100%);
  z-index: -1;
}
.c-title01__inner {
  display: flex;
  align-items: center;
  transform: skewX(8deg);
  padding: 1rem 2rem;
  display: flex;
  gap: 1.5rem;
  white-space: nowrap;
}
.c-title01__eng {
  font-family: var(--font-Montserrat);
  font-size: 2.4rem;
}
.c-title01__jp {
  font-size: 1.2rem;
}
.c-title01__jp.txt-lg {
  font-size: 2.4rem;
}
.c-title01--shadow-black:before {
  background-image: repeating-linear-gradient(45deg, #000 0 4px, transparent 4px 8px);
}
.c-title01--no-bg:after, .c-title01--no-bg:before {
  display: none;
}
.c-title01--no-bg .c-title01__inner {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .c-title01 {
    margin-bottom: 3rem;
  }
  .c-title01__inner {
    padding: 1rem 3rem;
    gap: 3rem;
  }
  .c-title01__eng {
    font-size: 3.6rem;
  }
  .c-title01__jp {
    font-size: 1.6rem;
  }
  .c-title01__jp.txt-lg {
    font-size: 3.6rem;
  }
}

.c-title02 {
  text-align: center;
  margin-bottom: 3rem;
}
.c-title02 span {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  padding: 0 4rem;
  color: #000;
}
.c-title02 span:after, .c-title02 span:before {
  position: absolute;
  content: "";
  top: 0;
  background-size: 100% !important;
  width: 4rem;
  height: 5.8rem;
}
.c-title02 span:after {
  background: url("../images/work/ttl-bg_left.webp") no-repeat;
  left: 0;
}
.c-title02 span:before {
  background: url("../images/work/ttl-bg_right.webp") no-repeat;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .c-title02 {
    margin-bottom: 5rem;
  }
  .c-title02 span {
    font-size: 3.6rem;
    padding: 0 10rem;
  }
  .c-title02 span:after, .c-title02 span:before {
    width: 7.5rem;
    height: 11rem;
  }
}

.c-title03 {
  background: var(--pink);
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  color: #fff;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .c-title03 {
    border-radius: 1rem;
    font-size: 2.8rem;
    padding: 0.7rem 2rem 0.9rem;
    margin-bottom: 4rem;
  }
}

.c-title04 {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 2px solid #000;
  margin-bottom: 2rem;
}
.c-title04 span {
  position: relative;
  font-size: 1.8rem;
  color: #000;
  padding-bottom: 1rem;
}
.c-title04 span:after {
  position: absolute;
  content: "";
  background: var(--pink);
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .c-title04 {
    margin-bottom: 3rem;
  }
  .c-title04 span {
    font-size: 2.2rem;
  }
}

/*---------- START TEXT  ----------*/
.txt-s {
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .txt-s {
    font-size: 1.4rem;
  }
}

.txt-ms {
  font-size: 1.6rem !important;
}
@media only screen and (min-width: 768px) {
  .txt-ms {
    font-size: 1.8rem !important;
  }
}

.txt-mm {
  font-size: 1.8rem !important;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .txt-mm {
    font-size: 2.2rem !important;
  }
}

.txt-m {
  font-size: 2rem !important;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .txt-m {
    font-size: 2.8rem !important;
  }
}

.txt-l {
  font-size: 2.2rem !important;
  font-weight: 900;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .txt-l {
    font-size: 3.6rem !important;
    margin-bottom: 4rem;
  }
}

/*---------- START SDGS BOX ----------*/
.SDGs-box {
  position: relative;
  background: #fff;
  box-shadow: 0px 6px 13px 0px rgba(34, 34, 34, 0.07);
  max-width: 62rem;
  padding: 1rem;
  border-radius: 1rem;
}
.SDGs-img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
}
.SDGs-img p {
  display: flex;
  justify-content: space-between;
}
.SDGs-img p img {
  width: 100%;
  height: auto;
}
.SDGs-img p:nth-child(2) img {
  width: 48%;
}
.SDGs-txt {
  position: relative;
  background: #fff;
  padding: 1rem 1rem 0;
  font-size: 1.2rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .SDGs-img {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .SDGs-img p {
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .SDGs-img p:first-child {
    padding-right: 0.5rem;
  }
  .SDGs-img p:last-child {
    width: 58%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    border-left: 1px solid #000;
    padding-left: 0.5rem;
  }
  .SDGs-img p:last-child img {
    width: calc((100% - 0.5rem) / 2);
  }
}
@media only screen and (min-width: 768px) {
  .SDGs-box {
    width: 48rem;
    padding: 2.5rem;
  }
  .SDGs-img p {
    width: 52%;
    gap: 2rem;
  }
  .SDGs-img p:first-child {
    width: 48%;
    border-right: 1px solid #000;
    padding-right: 2rem;
  }
  .SDGs-img p:last-child {
    padding-left: 2rem;
  }
}

/*---------- START COMPONENT LIST BASE ----------*/
.c-list-base >li {
    position: relative;
}

.c-list-base >li::before {
  position: absolute;
  top: 0;
  left: 0;
}

/*---------- START COMPONENT LIST DOT ----------*/
.c-list-dot >li {
  padding-left: 1em;
}

.c-list-dot >li::before {
  content: "・";
}