@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500&display=swap");
body {
  width: 100%;
  font-family: "Noto Sans JP";
  color: #1a1a1a;
  background: #fff;
  font-weight: 400;
  font-size: 3.8vw;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    width: 100%;
    position: relative;
  }
}

.quicksand {
  font-family: "Quicksand", sans-serif;
}

.barlow {
  font-family: "Barlow", serif;
}

.mplusrounded {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.manrope {
  font-family: "Manrope", sans-serif;
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .inline-block {
    display: inline-block;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

a[href*="tel:"] {
  color: #111;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

main {
  padding: 17vw 0 0;
}
@media screen and (min-width: 768px) {
  main {
    padding: 100px 0 0;
  }
}

a.cm-fix-btn {
  display: block;
  margin-bottom: 5%;
  position: fixed;
  bottom: 5vw;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  z-index: 4;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  a.cm-fix-btn {
    width: 402px;
    margin-bottom: 40px;
    left: auto;
    bottom: 5px;
    right: 20px;
    transition: all 0.3s;
  }
  a.cm-fix-btn:hover {
    transform: translate(0, 10px);
  }
  a.cm-fix-btn:hover div.link-btn-inner {
    box-shadow: #a7a7a7 0px 0px;
    background: #58ad0e;
    color: #fff;
  }
  a.cm-fix-btn:hover div.link-btn-inner div.link-img img {
    opacity: 0;
  }
  a.cm-fix-btn:hover div.link-btn-inner div.link-img::after {
    opacity: 1;
  }
  a.cm-fix-btn:hover div.link-btn-inner p span.txt01 {
    color: #fff;
  }
  a.cm-fix-btn:hover div.link-btn-inner p span.txt02 {
    color: #fff;
  }
  a.cm-fix-btn:hover div.link-btn-inner span.arrow::after {
    transform: scale(1.3);
  }
  a.cm-fix-btn:hover div.link-btn-inner span.arrow img.black {
    display: none;
  }
  a.cm-fix-btn:hover div.link-btn-inner span.arrow img.white {
    display: block;
  }
}
a.cm-fix-btn.none {
  opacity: 0;
  pointer-events: none;
}
a.cm-fix-btn div.link-btn-inner {
  display: block;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.6em;
  overflow: hidden;
  height: 29vw;
  box-shadow: #dadada 0px 5px;
}
@media screen and (min-width: 768px) {
  a.cm-fix-btn div.link-btn-inner {
    height: 121px;
    transition: all 0.3s;
    box-shadow: #dadada 0px 10px;
  }
}
a.cm-fix-btn div.link-btn-inner {
  align-items: flex-end;
}
a.cm-fix-btn div.link-img {
  position: absolute;
  left: -4%;
  width: 30%;
}
@media screen and (min-width: 768px) {
  a.cm-fix-btn div.link-img::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url("../img/10mado/link-btn-img01_pc-hover.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
}
a.cm-fix-btn p {
  position: relative;
  z-index: 0;
  margin-right: 22%;
  letter-spacing: 0.12em;
  width: 63%;
}
@media screen and (min-width: 768px) {
  a.cm-fix-btn p {
    width: 280px;
    margin-right: 0px;
  }
}
a.cm-fix-btn p span {
  display: block;
  line-height: 1.2em;
}
a.cm-fix-btn p span.txt01 {
  color: #58ad0e;
  font-size: 0.77em;
  font-weight: 600;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  a.cm-fix-btn p span.txt01 {
    font-size: 13px;
  }
}
a.cm-fix-btn p span.txt02 {
  color: #1a1a1a;
  font-size: 1.2em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  a.cm-fix-btn p span.txt02 {
    font-size: 20px;
  }
}
a.cm-fix-btn span.arrow {
  display: block;
  border: solid 1px #808080;
  border-radius: 50em;
  position: absolute;
  top: 38%;
  right: 5%;
  z-index: 0;
  width: 2em;
  height: 2em;
}
@media screen and (min-width: 768px) {
  a.cm-fix-btn span.arrow {
    width: 36px;
    height: 36px;
  }
  a.cm-fix-btn span.arrow::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    border-radius: 50em;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: 0.3s;
  }
}
a.cm-fix-btn span.arrow img.black {
  display: block;
}
a.cm-fix-btn span.arrow img.white {
  display: none;
}

/*a.footer-area01-btn01*/
/*-----------------  header -----------------*/
div.body-ami {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000000;
  opacity: 0.2;
  z-index: 11;
  overflow: hidden;
}

header {
  /*-----------------  active時 -----------------*/
  /*--------------------------------------------*/
  /*div.menu-bg{
  	width: 100vw;
  	height: 100vh;
  	overflow: hidden;
  	position: fixed;
  	top: 0;
  	right: 0;
  	transform: translate(100%,0);
  	z-index:21;
  	background: #fff;
  	display: block;
  	transition: all 0.3s;
  	@include mq(pc) {
  		width: 597px;
  		border-radius: 2em 0 0 2em;
  	}
  }*/
}
header.active div.body-ami {
  display: block;
}
header.active button.menu-btn {
  opacity: 1;
}
header.active button.menu-btn .line01 {
  transform: translate(-50%, -50%) rotate(45deg) !important;
  transform-origin: center !important;
  top: 50% !important;
}
header.active button.menu-btn .line02 {
  opacity: 0;
}
header.active button.menu-btn .line03 {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
  transform-origin: center !important;
  top: 50% !important;
}
@media screen and (min-width: 768px) {
  header.active button.menu-btn .line03 {
    bottom: auto !important;
  }
}
header.active div.menu-bg {
  transform: translate(0, 0);
}
header.active nav.header-navi {
  transform: translate(0, 0);
  pointer-events: fill;
  opacity: 1;
}
header.active nav.header-navi .header-logo-wrap {
  animation: opacity01 0.6s 0.3s forwards;
}
header.active nav.header-navi ul {
  /*li{
  	opacity: 0;
  	&:nth-of-type(1){
  		animation: opacity01 0.6s 0.3s forwards;
  	}
  	&:nth-of-type(2){
  		animation: opacity01 0.6s 0.4s forwards;
  	}
  	&:nth-of-type(3){
  		animation: opacity01 0.6s 0.5s forwards;
  	}
  	&:nth-of-type(4){
  		animation: opacity01 0.6s 0.6s forwards;
  	}
  	&:nth-of-type(5){
  		animation: opacity01 0.6s 0.7s forwards;
  	}
  	&:nth-of-type(6){
  		animation: opacity01 0.6s 0.8s forwards;
  	}
  	&:nth-of-type(7){
  		animation: opacity01 0.6s 0.9s forwards;
  	}
  	&:nth-of-type(8){
  		animation: opacity01 0.6s 1s forwards;
  	}
  	&:nth-of-type(9){
  		animation: opacity01 0.6s 1.1s forwards;
  	}
  	&:nth-of-type(10){
  		animation: opacity01 0.6s 1.2s forwards;
  	}
  }*/
}
@keyframes opacity01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header.active div.link-box {
  animation: menu-txt 0.6s 0.2s forwards;
}
header .header-logo-wrap {
  display: block;
  color: #000;
  position: fixed;
  z-index: 10;
  background: #fff;
  width: 100%;
}
header .header-logo-wrap a.inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 0 1em 1em;
  gap: 1em;
  width: 67%;
  color: #111;
}
@media screen and (min-width: 768px) {
  header .header-logo-wrap a.inner {
    width: 360px;
    padding: 1em 0 1em 1.8em;
    gap: 2em;
  }
}
@media screen and (min-width: 1000px) {
  header .header-logo-wrap a.inner {
    width: 420px;
  }
}
header .header-logo-wrap div.header-logo {
  width: 30%;
}
@media screen and (min-width: 768px) {
  header .header-logo-wrap div.header-logo {
    width: 140px;
  }
}
@media screen and (min-width: 1000px) {
  header .header-logo-wrap div.header-logo {
    width: 180px;
  }
}
header .header-logo-wrap p {
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  header .header-logo-wrap p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  header .header-logo-wrap p {
    font-size: 14px;
  }
}
header button.menu-btn {
  display: block;
  width: 12vw;
  height: 12vw;
  position: fixed;
  top: 1.6vw;
  right: 2vw;
  z-index: 25;
  cursor: pointer;
  background: none;
  border: none;
  background: #1a1a1a;
  border-radius: 50em;
}
@media screen and (min-width: 768px) {
  header button.menu-btn {
    width: 60px;
    height: 60px;
    top: 20px;
    right: 30px;
  }
  header button.menu-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #58ad0e;
    border-radius: 50em;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  header button.menu-btn:hover::after {
    transform: scale(1.3);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  header button.menu-btn:hover span.line01 {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  header button.menu-btn:hover span.line03 {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
}
header button.menu-btn span {
  display: block;
  width: 32%;
  left: 50%;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: all 0.3s;
  border-radius: 50em;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  header button.menu-btn span {
    width: 13px;
  }
}
header button.menu-btn span.line01 {
  top: 4.6vw;
}
@media screen and (min-width: 768px) {
  header button.menu-btn span.line01 {
    top: 23px;
  }
}
header button.menu-btn span.line02 {
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  header button.menu-btn span.line02 {
    top: 50%;
  }
}
header button.menu-btn span.line03 {
  bottom: 4.6vw;
}
@media screen and (min-width: 768px) {
  header button.menu-btn span.line03 {
    bottom: 23px;
  }
}
header nav.header-navi {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background: #fff;
  box-sizing: border-box;
  z-index: 22;
  transition: all 0.6s;
  padding: 20% 0;
  transform: translate(0, 5%);
  pointer-events: none;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  header nav.header-navi {
    display: block;
    width: 60%;
    border-radius: 2em 0 0 2em;
    padding: 90px 0;
    max-width: 1100px;
  }
}
@media screen and (min-width: 1000px) {
  header nav.header-navi {
    width: 90%;
    max-height: 690px;
  }
}
header nav.header-navi div.header-navi-inner {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  header nav.header-navi div.header-navi-inner {
    width: 70%;
  }
}
@media screen and (min-width: 1000px) {
  header nav.header-navi div.header-navi-inner {
    max-width: 780px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1000px) {
  header nav.header-navi ul.menu {
    width: 45%;
    max-width: 330px;
  }
}
header nav.header-navi ul.menu.menu02 li:last-child {
  border-bottom: solid 1px #c0c0c0;
}
header nav.header-navi ul.menu li {
  position: relative;
  border-top: solid 1px #c0c0c0;
}
@media screen and (min-width: 1000px) {
  header nav.header-navi ul.menu li:last-child {
    border-bottom: solid 1px #c0c0c0;
  }
}
header nav.header-navi ul.menu li a {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.2em 0;
}
@media screen and (min-width: 768px) {
  header nav.header-navi ul.menu li a {
    padding: 20px 0;
  }
  header nav.header-navi ul.menu li a:hover span.nav-txt span.txt01 {
    color: #58ad0e;
  }
  header nav.header-navi ul.menu li a:hover span.arrow {
    border: solid 1px #58ad0e;
  }
  header nav.header-navi ul.menu li a:hover span.arrow::after {
    transform: scale(1.5);
  }
  header nav.header-navi ul.menu li a:hover span.arrow img.black {
    display: none;
  }
  header nav.header-navi ul.menu li a:hover span.arrow img.white {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  header nav.header-navi ul.menu li a {
    padding: 23px 0;
  }
}
header nav.header-navi ul.menu li span {
  display: block;
  transition: transform 0.3s cubic-bezier(0.2, 0.4, 0.1, 1);
}
header nav.header-navi ul.menu li span.nav-txt span {
  line-height: 1em;
}
header nav.header-navi ul.menu li span.nav-txt span.txt01 {
  font-size: 1.76em;
  font-weight: 700;
  letter-spacing: 0;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  header nav.header-navi ul.menu li span.nav-txt span.txt01 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1000px) {
  header nav.header-navi ul.menu li span.nav-txt span.txt01 {
    font-size: 30px;
  }
}
header nav.header-navi ul.menu li span.nav-txt span.txt01 span.mplusrounded {
  display: inline-block;
  letter-spacing: -0.08em;
  margin-right: 0.12em;
}
header nav.header-navi ul.menu li span.nav-txt span.txt02 {
  font-size: 0.9em;
  font-weight: 300;
  color: #666666;
  margin-top: 0.6em;
}
@media screen and (min-width: 768px) {
  header nav.header-navi ul.menu li span.nav-txt span.txt02 {
    font-size: 13px;
  }
}
header nav.header-navi ul.menu li span.arrow {
  border: solid 1px #808080;
  border-radius: 50em;
  position: relative;
  width: 2.4em;
  height: 2.4em;
}
@media screen and (min-width: 768px) {
  header nav.header-navi ul.menu li span.arrow {
    width: 37px;
    height: 37px;
  }
  header nav.header-navi ul.menu li span.arrow::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #58ad0e;
    border-radius: 50em;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 1000px) {
  header nav.header-navi ul.menu li span.arrow {
    width: 43px;
    height: 43px;
  }
}
header nav.header-navi ul.menu li span.arrow img.black {
  display: block;
}
header nav.header-navi ul.menu li span.arrow img.white {
  display: none;
}

/*header*/
/*--------------------------------------------*/
/*-----------------  footer -----------------*/
footer {
  /*div.footer-area01*/
}
footer div.footer-area01 {
  background-image: url(../img/common/footer-area01_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 20% 0 30%;
  /*a.footer-area01-btn01*/
}
@media screen and (min-width: 768px) {
  footer div.footer-area01 {
    background-image: url(../img/common/footer-area01_pc.png);
    padding: 180px 0;
  }
}
footer div.footer-area01.top {
  padding: 30% 0;
}
@media screen and (min-width: 768px) {
  footer div.footer-area01.top {
    padding: 300px 0 180px;
  }
}
footer div.footer-area01.none {
  padding: 0 0 12vw;
}
@media screen and (min-width: 768px) {
  footer div.footer-area01.none {
    padding: 0 0 75px;
  }
}
footer div.footer-area01.none.white {
  background: #fff;
}
footer div.footer-area01.none.orange {
  background: #f0c18f;
}
footer div.footer-area01.none.gray {
  background: #f5f5f5;
}
footer div.footer-area01.none.orange-pc {
  background: #fff;
}
@media screen and (min-width: 768px) {
  footer div.footer-area01.none.orange-pc {
    background: #f0c18f;
  }
}
footer div.footer-area01::after {
  content: "";
  display: block;
  background: #1a1a1a;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 12vw;
  border-radius: 4em 4em 0 0;
}
@media screen and (min-width: 768px) {
  footer div.footer-area01::after {
    height: 75px;
  }
}
footer div.footer-area01 div.sec-information-bg02 {
  position: absolute;
  left: 0;
  top: -1px;
}
footer div.footer-area01 div.footer-area01-inner {
  width: 85.4%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  footer div.footer-area01 div.footer-area01-inner {
    width: 90%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
footer div.footer-area01 a.footer-area01-btn01 {
  display: block;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  footer div.footer-area01 a.footer-area01-btn01 {
    width: 49%;
    margin-bottom: 40px;
    transition: all 0.3s;
  }
  footer div.footer-area01 a.footer-area01-btn01:hover {
    transform: translate(0, 10px);
  }
  footer div.footer-area01 a.footer-area01-btn01:hover div.link-btn-inner {
    box-shadow: #a7a7a7 0px 0px;
  }
  footer div.footer-area01 a.footer-area01-btn01:hover div.link-btn-inner span.arrow::after {
    transform: scale(1.3);
  }
  footer div.footer-area01 a.footer-area01-btn01:hover div.link-btn-inner span.arrow img.black {
    display: none;
  }
  footer div.footer-area01 a.footer-area01-btn01:hover div.link-btn-inner span.arrow img.white {
    display: block;
  }
}
footer div.footer-area01 a.footer-area01-btn01 div.link-btn-inner {
  display: block;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 1em;
  overflow: hidden;
  height: 25vw;
  box-shadow: #dadada 0px 5px;
  /*&::before{
  	content: "";
  	display: block;
  	position: absolute;
  	background: #1a1a1a;
  	width: 100%;
  	height: 100%;
  	z-index: -1;
  	border-radius: 1em;
  	transition: all 0.3s;
  	@include mq(pc) {
  		left: 0;
  		bottom: -11px;
  	}
  }*/
}
@media screen and (min-width: 768px) {
  footer div.footer-area01 a.footer-area01-btn01 div.link-btn-inner {
    height: 260px;
    transition: all 0.3s;
    box-shadow: #dadada 0px 10px;
  }
}
footer div.footer-area01 a.footer-area01-btn01 div.link-btn-inner {
  align-items: flex-end;
}
footer div.footer-area01 a.footer-area01-btn01 div.link-img {
  position: absolute;
  left: 0;
  width: 28.8%;
}
footer div.footer-area01 a.footer-area01-btn01 p {
  position: relative;
  z-index: 0;
  margin-right: 5%;
  letter-spacing: 0.12em;
  width: 63%;
}
@media screen and (min-width: 768px) {
  footer div.footer-area01 a.footer-area01-btn01 p {
    width: 250px;
    margin-right: 60px;
  }
}
@media screen and (min-width: 1000px) {
  footer div.footer-area01 a.footer-area01-btn01 p {
    width: 280px;
  }
}
footer div.footer-area01 a.footer-area01-btn01 p span {
  display: block;
  line-height: 1.2em;
}
footer div.footer-area01 a.footer-area01-btn01 p span.txt01 {
  color: #58ad0e;
  font-size: 0.77em;
  font-weight: 600;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  footer div.footer-area01 a.footer-area01-btn01 p span.txt01 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  footer div.footer-area01 a.footer-area01-btn01 p span.txt01 {
    font-size: 22px;
  }
}
footer div.footer-area01 a.footer-area01-btn01 p span.txt02 {
  color: #1a1a1a;
  font-size: 1.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  footer div.footer-area01 a.footer-area01-btn01 p span.txt02 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1000px) {
  footer div.footer-area01 a.footer-area01-btn01 p span.txt02 {
    font-size: 30px;
  }
}
footer div.footer-area01 a.footer-area01-btn01.mado10 div.link-img {
  width: 50%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  footer div.footer-area01 a.footer-area01-btn01.mado10 div.link-img {
    width: 58%;
  }
}
footer div.footer-area01 a.footer-area01-btn01.topics span.txt01 {
  color: #2a83c3;
}
footer div.footer-area01 a.footer-area01-btn02 {
  display: block;
  background: #fff;
  padding: 3em 1em 1em 1em;
  border-radius: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #111;
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-shadow: #dadada 0px 5px;
  margin-bottom: 5%;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  footer div.footer-area01 a.footer-area01-btn02 {
    padding: 1em;
    margin-bottom: 40px;
    transition: all 0.3s;
    box-shadow: #dadada 0px 10px;
  }
  footer div.footer-area01 a.footer-area01-btn02:hover {
    transform: translate(0, 10px);
    box-shadow: #a7a7a7 0px 0px;
  }
  footer div.footer-area01 a.footer-area01-btn02:hover div.overlap-img img {
    transform: scale(1.1);
  }
  footer div.footer-area01 a.footer-area01-btn02:hover span.dots {
    transform: translate(0, -50%) scale(14);
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  footer div.footer-area01 a.footer-area01-btn02:hover span.dots {
    transform: translate(0, -50%) scale(18);
  }
}
@media screen and (min-width: 768px) {
  footer div.footer-area01 a.footer-area01-btn02:hover span.dots02 {
    z-index: 3;
  }
  footer div.footer-area01 a.footer-area01-btn02:hover span.dots02 span {
    transform: scale(1);
  }
}
footer div.footer-area01 a.footer-area01-btn02 div.overlap-img {
  border-radius: 1em;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  footer div.footer-area01 a.footer-area01-btn02 div.overlap-img {
    width: 33%;
  }
}
footer div.footer-area01 a.footer-area01-btn02 div.overlap-img img {
  transition: all 0.3s;
}
footer div.footer-area01 a.footer-area01-btn02 p.overlap-txt02 {
  order: -1;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer div.footer-area01 a.footer-area01-btn02 p.overlap-txt02 {
    width: 60%;
    text-align: left;
    order: 0;
  }
}
footer div.footer-area01 a.footer-area01-btn02 p.overlap-txt02 span {
  display: block;
  line-height: 1.2em;
  letter-spacing: 0;
}
footer div.footer-area01 a.footer-area01-btn02 p.overlap-txt02 span.txt01 {
  font-size: 3.5em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  footer div.footer-area01 a.footer-area01-btn02 p.overlap-txt02 span.txt01 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1000px) {
  footer div.footer-area01 a.footer-area01-btn02 p.overlap-txt02 span.txt01 {
    font-size: 55px;
  }
}
footer div.footer-area01 a.footer-area01-btn02 p.overlap-txt02 span.txt02 {
  color: #4d4d4d;
  margin-top: 0.6em;
  margin-bottom: 8%;
}
@media screen and (min-width: 768px) {
  footer div.footer-area01 a.footer-area01-btn02 p.overlap-txt02 span.txt02 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  footer div.footer-area01 a.footer-area01-btn02 p.overlap-txt02 span.txt02 {
    font-size: 18px;
  }
}
footer div.footer-area01 a.footer-area01-btn02 span.dots {
  position: absolute;
  top: 1.4em;
  right: 1.4em;
  border-radius: 50em;
  background: #1e9318;
  z-index: 2;
  width: 0.8em;
  height: 0.8em;
  z-index: -1;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  footer div.footer-area01 a.footer-area01-btn02 span.dots {
    top: 50%;
    right: 2.6em;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
  }
}
footer div.footer-area01 a.footer-area01-btn02 span.dots02 {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  transition: transform 0.3s cubic-bezier(0.2, 0.4, 0.1, 1);
  will-change: transform;
  text-decoration: none;
  position: relative;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  footer div.footer-area01 a.footer-area01-btn02 span.dots02 {
    width: 200px;
    height: 100%;
  }
}
footer div.footer-area01 a.footer-area01-btn02 span.dots02 span {
  border-radius: 50em;
  position: absolute;
  right: 2.4em;
  transition: all 0.4s ease;
  border: solid 1px #fff;
  border-radius: 50em;
  width: 40px;
  height: 40px;
  transform: scale(0);
  background: #fff;
}
footer div.footer-area01 a.footer-area01-btn02 span.dots02 span img {
  width: 12px;
  margin: 14px auto;
}
footer div.footer-area01 a.footer-area01-btn03 {
  width: 100%;
  display: block;
  margin-bottom: 5%;
  display: block;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 1em;
  overflow: hidden;
  height: 25vw;
  box-shadow: #dadada 0px 5px;
}
@media screen and (min-width: 768px) {
  footer div.footer-area01 a.footer-area01-btn03 {
    height: 230px;
    transition: all 0.3s;
    box-shadow: #dadada 0px 10px;
    margin-bottom: 40px;
    transition: all 0.3s;
  }
  footer div.footer-area01 a.footer-area01-btn03:hover {
    transform: translate(0, 10px);
    box-shadow: #a7a7a7 0px 0px;
  }
  footer div.footer-area01 a.footer-area01-btn03:hover span.arrow {
    border: solid 1px #58ad0e;
  }
  footer div.footer-area01 a.footer-area01-btn03:hover span.arrow::after {
    transform: scale(1.5);
  }
  footer div.footer-area01 a.footer-area01-btn03:hover span.arrow img.black {
    display: none;
  }
  footer div.footer-area01 a.footer-area01-btn03:hover span.arrow img.white {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  footer div.footer-area01 a.footer-area01-btn03 div.link-btn-inner {
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10%;
  }
}
footer div.footer-area01 a.footer-area01-btn03 div.link-btn-inner div.link-img {
  width: 50%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  footer div.footer-area01 a.footer-area01-btn03 div.link-btn-inner div.link-img {
    width: 34%;
    margin: 0;
  }
}
footer div.footer-area01 a.footer-area01-btn03 div.link-btn-inner p {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer div.footer-area01 a.footer-area01-btn03 div.link-btn-inner p {
    font-size: 25px;
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  footer div.footer-area01 a.footer-area01-btn03 div.link-btn-inner p {
    font-size: 33px;
  }
}
footer div.footer-area01 a.footer-area01-btn03 div.link-btn-inner p span.txt01 {
  color: #111;
}
footer div.footer-area01 a.footer-area01-btn03 div.link-btn-inner p span.txt02 {
  color: #e51c23;
}
footer div.footer-area01 a.footer-area01-btn03 span.arrow {
  display: block;
  border: solid 1px #808080;
  border-radius: 50em;
  position: relative;
  z-index: 0;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 37%;
  right: 5%;
}
@media screen and (min-width: 768px) {
  footer div.footer-area01 a.footer-area01-btn03 span.arrow {
    width: 43px;
    height: 43px;
    top: 42%;
  }
  footer div.footer-area01 a.footer-area01-btn03 span.arrow::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #58ad0e;
    border-radius: 50em;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: 0.3s;
  }
}
footer div.footer-area01 a.footer-area01-btn03 span.arrow img.black {
  display: block;
}
footer div.footer-area01 a.footer-area01-btn03 span.arrow img.white {
  display: none;
}
footer div.footer-area02 {
  background: #1a1a1a;
  overflow: hidden;
  padding: 5% 0 10%;
  /*div.footer-area02-inner01*/
  /*div.footer-area02-inner02*/
}
@media screen and (min-width: 768px) {
  footer div.footer-area02 {
    padding: 65px 0 75px;
  }
}
footer div.footer-area02 div.footer-area02-inner01 {
  margin: auto;
  width: 85.4%;
  /*ul*/
}
@media screen and (min-width: 768px) {
  footer div.footer-area02 div.footer-area02-inner01 {
    width: 90%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
footer div.footer-area02 div.footer-area02-inner01 a.footer-logo {
  display: block;
  width: 60%;
  margin: 0 0 10%;
}
@media screen and (min-width: 768px) {
  footer div.footer-area02 div.footer-area02-inner01 a.footer-logo {
    width: 30.4%;
    margin: 0;
  }
}
footer div.footer-area02 div.footer-area02-inner01 div.ul-wrap {
  width: 60%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  footer div.footer-area02 div.footer-area02-inner01 div.ul-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65%;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  footer div.footer-area02 div.footer-area02-inner01 div.ul-wrap {
    width: 560px;
  }
}
footer div.footer-area02 div.footer-area02-inner01 ul {
  /*li*/
}
@media screen and (min-width: 768px) {
  footer div.footer-area02 div.footer-area02-inner01 ul {
    width: 48%;
  }
}
@media screen and (min-width: 1000px) {
  footer div.footer-area02 div.footer-area02-inner01 ul {
    width: 252px;
  }
}
footer div.footer-area02 div.footer-area02-inner01 ul li {
  margin-bottom: 10%;
  /*&:nth-of-type(5),&:nth-of-type(6){
  	@include mq(pc) {
  		margin-bottom: 0;
  	}
  }*/
  /*a*/
  /*span*/
}
@media screen and (min-width: 768px) {
  footer div.footer-area02 div.footer-area02-inner01 ul li {
    margin-bottom: 35px;
  }
}
footer div.footer-area02 div.footer-area02-inner01 ul li a {
  display: block;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  footer div.footer-area02 div.footer-area02-inner01 ul li a:hover span.nav-txt span.txt01 {
    color: #58ad0e;
  }
  footer div.footer-area02 div.footer-area02-inner01 ul li a:hover span.arrow {
    border: solid 1px #58ad0e;
  }
  footer div.footer-area02 div.footer-area02-inner01 ul li a:hover span.arrow::after {
    transform: scale(1.5);
  }
  footer div.footer-area02 div.footer-area02-inner01 ul li a:hover span.arrow img.black {
    display: block;
  }
  footer div.footer-area02 div.footer-area02-inner01 ul li a:hover span.arrow img.white {
    display: none;
  }
}
footer div.footer-area02 div.footer-area02-inner01 ul li span {
  display: block;
  transition: transform 0.3s cubic-bezier(0.2, 0.4, 0.1, 1);
}
footer div.footer-area02 div.footer-area02-inner01 ul li span.nav-txt span.txt01 {
  font-size: 1.54em;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  footer div.footer-area02 div.footer-area02-inner01 ul li span.nav-txt span.txt01 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1000px) {
  footer div.footer-area02 div.footer-area02-inner01 ul li span.nav-txt span.txt01 {
    font-size: 30px;
  }
}
footer div.footer-area02 div.footer-area02-inner01 ul li span.nav-txt span.txt01 span.mplusrounded {
  display: inline-block;
  letter-spacing: -0.08em;
  margin-right: 0.12em;
}
footer div.footer-area02 div.footer-area02-inner01 ul li span.nav-txt span.txt02 {
  font-size: 0.7em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  footer div.footer-area02 div.footer-area02-inner01 ul li span.nav-txt span.txt02 {
    font-size: 13px;
  }
}
footer div.footer-area02 div.footer-area02-inner01 ul li span.arrow {
  border: solid 1px #808080;
  border-radius: 50em;
  position: relative;
  z-index: 0;
  width: 2em;
  height: 2em;
}
@media screen and (min-width: 768px) {
  footer div.footer-area02 div.footer-area02-inner01 ul li span.arrow {
    width: 43px;
    height: 43px;
  }
  footer div.footer-area02 div.footer-area02-inner01 ul li span.arrow::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #58ad0e;
    border-radius: 50em;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: 0.3s;
  }
}
footer div.footer-area02 div.footer-area02-inner01 ul li span.arrow img.black {
  display: none;
}
footer div.footer-area02 div.footer-area02-inner01 ul li span.arrow img.white {
  display: block;
}
footer div.footer-area02 div.footer-area02-inner02 {
  margin: 10% auto 0;
}
@media screen and (min-width: 768px) {
  footer div.footer-area02 div.footer-area02-inner02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
    margin: 90px auto 0;
    max-width: 1360px;
  }
}
footer div.footer-area02 div.footer-area02-inner02 div.footer-slide {
  font-size: 188px;
  font-weight: 900;
  line-height: 1em;
  color: #333333;
  overflow: hidden;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  footer div.footer-area02 div.footer-area02-inner02 div.footer-slide {
    width: calc(100% - 380px);
  }
}
footer div.footer-area02 div.footer-area02-inner02 div.footer-slide div.swiper-wrapper {
  transition-timing-function: linear;
}
footer div.footer-area02 div.footer-area02-inner02 div.footer-area02-inner02-box {
  width: 85.4%;
  margin: 10% auto 0;
}
@media screen and (min-width: 768px) {
  footer div.footer-area02 div.footer-area02-inner02 div.footer-area02-inner02-box {
    width: 290px;
    margin: 0;
  }
}
footer div.footer-area02 div.footer-area02-inner02 div.footer-area02-inner02-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2em;
}
@media screen and (min-width: 768px) {
  footer div.footer-area02 div.footer-area02-inner02 div.footer-area02-inner02-box ul {
    justify-content: space-between;
    gap: 0;
  }
}
footer div.footer-area02 div.footer-area02-inner02 div.footer-area02-inner02-box ul li a {
  color: #fff;
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  footer div.footer-area02 div.footer-area02-inner02 div.footer-area02-inner02-box ul li a {
    font-size: 12px;
    transition: all 0.3s;
  }
  footer div.footer-area02 div.footer-area02-inner02 div.footer-area02-inner02-box ul li a:hover {
    color: #58ad0e;
  }
}
footer div.footer-area02 div.footer-area02-inner02 div.footer-area02-inner02-box p {
  color: #fff;
  font-size: 0.7em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  footer div.footer-area02 div.footer-area02-inner02 div.footer-area02-inner02-box p {
    font-size: 12px;
    text-align: left;
  }
}
footer div.footer-area02 div.footer-area02-inner03 {
  margin: 20% 0;
}
@media screen and (min-width: 768px) {
  footer div.footer-area02 div.footer-area02-inner03 {
    width: 90%;
    max-width: 1100px;
    margin: 20px auto 80px;
  }
}
@media screen and (min-width: 768px) {
  footer div.footer-area02 div.footer-area02-inner03 div.link-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65%;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  footer div.footer-area02 div.footer-area02-inner03 div.link-wrap {
    width: 560px;
  }
}
footer div.footer-area02 div.footer-area02-inner03 a {
  display: block;
  border-top: solid 1px #808080;
}
@media screen and (min-width: 768px) {
  footer div.footer-area02 div.footer-area02-inner03 a {
    border: none;
    width: 49%;
    position: relative;
  }
  footer div.footer-area02 div.footer-area02-inner03 a:hover div.hover-img {
    opacity: 1;
  }
  footer div.footer-area02 div.footer-area02-inner03 a div.hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    pointer-events: none;
    width: 100%;
  }
}
footer div.footer-area02 div.footer-area02-inner03 a:last-child {
  border-bottom: solid 1px #808080;
}
@media screen and (min-width: 768px) {
  footer div.footer-area02 div.footer-area02-inner03 a:last-child {
    border: none;
  }
}

/*footer*/
/*--------------------------------------------*/
/*----------------- テキスト -----------------*/
.cm-txt01 {
  line-height: 2em;
  font-size: 0.96em;
}
@media screen and (min-width: 768px) {
  .cm-txt01 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .cm-txt01 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .cm-txt01 {
    font-size: 18px;
  }
}

div.cm-page-title-wrap {
  padding: 10% 0 0;
}
@media screen and (min-width: 768px) {
  div.cm-page-title-wrap {
    padding: 5% 0 0;
  }
}
div.cm-page-title-wrap.v2 {
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  div.cm-page-title-wrap.v2 {
    padding: 6% 0;
  }
}
div.cm-page-title-wrap h1.cm-page-title01 {
  text-align: center;
  position: relative;
  letter-spacing: -0.01em;
  font-size: 3.85em;
  line-height: 1.2em;
  margin: 0 0 0.32em;
}
@media screen and (min-width: 768px) {
  div.cm-page-title-wrap h1.cm-page-title01 {
    font-size: clamp(65px, 6vw, 110px);
    margin: 0 0 0.14em;
  }
}
@media screen and (min-width: 1000px) {
  div.cm-page-title-wrap h1.cm-page-title01 {
    margin: 0 0 0.28em;
  }
}
div.cm-page-title-wrap .cm-line {
  margin: auto;
  transform: translate(-0.9em, 0);
}
@media screen and (min-width: 768px) {
  div.cm-page-title-wrap .cm-line {
    width: 7vw;
  }
}
div.cm-page-title-wrap p {
  text-align: center;
  color: #1e9318;
  font-size: 0.98em;
  font-weight: 600;
  line-height: 1.4em;
  margin: 1.8em 0 0;
}
@media screen and (min-width: 768px) {
  div.cm-page-title-wrap p {
    font-size: clamp(12px, 1.32vw, 18px);
    line-height: 1.6em;
    margin: 1em 0 0;
  }
}
@media screen and (min-width: 1000px) {
  div.cm-page-title-wrap p {
    margin: 2em 0 0;
  }
}

div.cm-page-title-wrap02 {
  padding: 17% 0;
  background: #f0f0f0;
  margin-top: 2vw;
}
@media screen and (min-width: 768px) {
  div.cm-page-title-wrap02 {
    padding: 95px 0;
  }
}
div.cm-page-title-wrap02 h1 {
  width: 90%;
  margin: auto;
  font-size: 1.6em;
  color: #333333;
}
@media screen and (min-width: 768px) {
  div.cm-page-title-wrap02 h1 {
    max-width: 1100px;
    font-size: 35px;
  }
}

.cm-page-title02 {
  font-family: "Quicksand", sans-serif;
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  .cm-page-title02 {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 1000px) {
  .cm-page-title02 {
    margin-bottom: 4em;
  }
}
.cm-page-title02 span.txt {
  display: block;
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .cm-page-title02 span.txt {
    font-size: 35px;
  }
}
@media screen and (min-width: 1000px) {
  .cm-page-title02 span.txt {
    font-size: 42px;
  }
}
@media screen and (min-width: 1280px) {
  .cm-page-title02 span.txt {
    font-size: 50px;
  }
}
.cm-page-title02 span.txt02 {
  display: block;
  color: #58ad0e;
  line-height: 1.2em;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  .cm-page-title02 span.txt02 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  .cm-page-title02 span.txt02 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .cm-page-title02 span.cm-line {
    width: 275px;
  }
}

/*----------------- ボタン -----------------*/
.arrow-js {
  transition: transform 0.3s cubic-bezier(0.2, 0.4, 0.1, 1);
  will-change: transform;
}

a.cm-btn01, button.cm-btn01, div.cm-btn01 {
  cursor: pointer;
  display: block;
  background: #fff;
  color: #000;
  border-radius: 50em;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-sizing: border-box;
  border: solid 1px #000;
  gap: 0px;
  width: 100%;
  height: 22vw;
}
@media screen and (min-width: 768px) {
  a.cm-btn01, button.cm-btn01, div.cm-btn01 {
    width: 240px;
    height: auto;
    border: solid 2px #000;
  }
  a.cm-btn01:hover, button.cm-btn01:hover, div.cm-btn01:hover {
    color: #fff;
  }
  a.cm-btn01:hover span.dots, button.cm-btn01:hover span.dots, div.cm-btn01:hover span.dots {
    transform: translate(0, -50%) scale(40);
  }
  a.cm-btn01:hover span.dots02, a.cm-btn01:hover span.dots02-none, button.cm-btn01:hover span.dots02, button.cm-btn01:hover span.dots02-none, div.cm-btn01:hover span.dots02, div.cm-btn01:hover span.dots02-none {
    z-index: 3;
  }
  a.cm-btn01:hover span.dots02 span, a.cm-btn01:hover span.dots02-none span, button.cm-btn01:hover span.dots02 span, button.cm-btn01:hover span.dots02-none span, div.cm-btn01:hover span.dots02 span, div.cm-btn01:hover span.dots02-none span {
    transform: scale(1);
  }
}
@media screen and (min-width: 1000px) {
  a.cm-btn01, button.cm-btn01, div.cm-btn01 {
    width: 280px;
  }
}
a.cm-btn01.v02, button.cm-btn01.v02, div.cm-btn01.v02 {
  border: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  a.cm-btn01.v02, button.cm-btn01.v02, div.cm-btn01.v02 {
    border: solid 2px #fff;
  }
}
a.cm-btn01 span, button.cm-btn01 span, div.cm-btn01 span {
  display: block;
  transition: all 0.4s ease;
}
a.cm-btn01 span.txt, button.cm-btn01 span.txt, div.cm-btn01 span.txt {
  margin-left: 3em;
  font-size: 4.4vw;
  font-weight: 600;
  position: relative;
  z-index: 3;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  a.cm-btn01 span.txt, button.cm-btn01 span.txt, div.cm-btn01 span.txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  a.cm-btn01 span.txt, button.cm-btn01 span.txt, div.cm-btn01 span.txt {
    font-size: 21px;
  }
}
a.cm-btn01 span.dots, button.cm-btn01 span.dots, div.cm-btn01 span.dots {
  position: absolute;
  top: 50%;
  right: 2.6em;
  transform: translate(0, -50%);
  border-radius: 50em;
  background: #1e9318;
  z-index: 2;
  width: 0.8em;
  height: 0.8em;
}
@media screen and (min-width: 768px) {
  a.cm-btn01 span.dots, button.cm-btn01 span.dots, div.cm-btn01 span.dots {
    width: 16px;
    height: 16px;
  }
}
a.cm-btn01 span.dots02, a.cm-btn01 span.dots02-none, button.cm-btn01 span.dots02, button.cm-btn01 span.dots02-none, div.cm-btn01 span.dots02, div.cm-btn01 span.dots02-none {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  transition: transform 0.3s cubic-bezier(0.2, 0.4, 0.1, 1);
  will-change: transform;
  text-decoration: none;
  border-radius: 50em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  a.cm-btn01 span.dots02, a.cm-btn01 span.dots02-none, button.cm-btn01 span.dots02, button.cm-btn01 span.dots02-none, div.cm-btn01 span.dots02, div.cm-btn01 span.dots02-none {
    width: 240px;
    height: 70px;
  }
}
@media screen and (min-width: 1000px) {
  a.cm-btn01 span.dots02, a.cm-btn01 span.dots02-none, button.cm-btn01 span.dots02, button.cm-btn01 span.dots02-none, div.cm-btn01 span.dots02, div.cm-btn01 span.dots02-none {
    width: 280px;
    height: 86px;
  }
}
a.cm-btn01 span.dots02 span, a.cm-btn01 span.dots02-none span, button.cm-btn01 span.dots02 span, button.cm-btn01 span.dots02-none span, div.cm-btn01 span.dots02 span, div.cm-btn01 span.dots02-none span {
  border-radius: 50em;
  position: absolute;
  right: 2.4em;
  transition: all 0.4s ease;
  border: solid 1px #fff;
  border-radius: 50em;
  width: 40px;
  height: 40px;
  transform: scale(0);
  background: #fff;
}
a.cm-btn01 span.dots02 span img, a.cm-btn01 span.dots02-none span img, button.cm-btn01 span.dots02 span img, button.cm-btn01 span.dots02-none span img, div.cm-btn01 span.dots02 span img, div.cm-btn01 span.dots02-none span img {
  width: 12px;
  margin: 14px auto;
  transition: all 0.3s;
}

/*--------------------------------------------*/
/*----------------- 気球 -----------------*/
div.cm-balloon-illust {
  position: absolute;
}
div.cm-balloon-illust.originality01 {
  top: -29vw;
  right: 22%;
  width: 8%;
}
@media screen and (min-width: 768px) {
  div.cm-balloon-illust.originality01 {
    top: -40px;
    right: 0;
    width: 45px;
  }
}
@media screen and (min-width: 1000px) {
  div.cm-balloon-illust.originality01 {
    top: 0;
    width: 52px;
  }
}
div.cm-balloon-illust.originality02 {
  top: -16vw;
  right: 0;
  width: 12%;
}
@media screen and (min-width: 768px) {
  div.cm-balloon-illust.originality02 {
    top: -50px;
    right: 100px;
    width: 70px;
  }
}
@media screen and (min-width: 1000px) {
  div.cm-balloon-illust.originality02 {
    width: 90px;
  }
}
div.cm-balloon-illust.originality03 {
  bottom: -20vw;
  left: 5%;
  width: 10%;
}
@media screen and (min-width: 768px) {
  div.cm-balloon-illust.originality03 {
    bottom: -100px;
    width: 47px;
    left: 15%;
  }
}
div.cm-balloon-illust.project01 {
  top: -20vw;
  right: 0;
  width: 15%;
}
@media screen and (min-width: 768px) {
  div.cm-balloon-illust.project01 {
    top: -200px;
    right: 0;
    width: 84px;
  }
}
@media screen and (min-width: 1000px) {
  div.cm-balloon-illust.project01 {
    right: 10%;
  }
}
div.cm-balloon-illust.pickup01 {
  width: 20%;
  top: -40vw;
  right: -10%;
}
@media screen and (min-width: 768px) {
  div.cm-balloon-illust.pickup01 {
    width: 120px;
    top: -450px;
    right: -8%;
  }
}
@media screen and (min-width: 1000px) {
  div.cm-balloon-illust.pickup01 {
    width: 161px;
    right: -10%;
  }
}
div.cm-balloon-illust.pickup02 {
  width: 10%;
  top: -10vw;
  right: 20%;
}
@media screen and (min-width: 768px) {
  div.cm-balloon-illust.pickup02 {
    width: 50px;
    right: 5%;
  }
}
@media screen and (min-width: 1000px) {
  div.cm-balloon-illust.pickup02 {
    width: 75px;
    right: 2%;
  }
}
div.cm-balloon-illust.all01 {
  z-index: 2;
  width: 18%;
  top: -60vw;
  left: 0;
}
@media screen and (min-width: 768px) {
  div.cm-balloon-illust.all01 {
    width: 120px;
    top: -450px;
  }
}
@media screen and (min-width: 1000px) {
  div.cm-balloon-illust.all01 {
    width: 146px;
  }
}
@media screen and (min-width: 1280px) {
  div.cm-balloon-illust.all01 {
    left: -10%;
  }
}
div.cm-balloon-illust.all02 {
  z-index: 2;
  width: 10%;
  top: -40vw;
  right: 0;
}
@media screen and (min-width: 768px) {
  div.cm-balloon-illust.all02 {
    width: 87px;
    top: -200px;
  }
}
@media screen and (min-width: 1000px) {
  div.cm-balloon-illust.all02 {
    width: 87px;
    right: 15%;
  }
}
div.cm-balloon-illust.all03 {
  z-index: 2;
  width: 6%;
  top: -38vw;
  right: 20%;
}
@media screen and (min-width: 768px) {
  div.cm-balloon-illust.all03 {
    width: 41px;
    top: -200px;
    right: 0;
  }
}
@media screen and (min-width: 1000px) {
  div.cm-balloon-illust.all03 {
    width: 41px;
  }
}
div.cm-balloon-illust.concept02 {
  width: 10vw;
  top: 45vw;
  right: 5vw;
}
@media screen and (min-width: 768px) {
  div.cm-balloon-illust.concept02 {
    width: 6vw;
    top: 22vw;
    right: 5vw;
  }
}
div.cm-balloon-illust.project02 {
  width: 9.2vw;
  left: 6%;
  top: 20%;
}
@media screen and (min-width: 768px) {
  div.cm-balloon-illust.project02 {
    width: 6vw;
    top: 10vw;
    left: 8vw;
  }
}
div.cm-balloon-illust.project03 {
  width: 6vw;
  left: 15%;
  top: 45%;
}
@media screen and (min-width: 768px) {
  div.cm-balloon-illust.project03 {
    width: 3vw;
    top: 18vw;
    left: 18vw;
  }
}
div.cm-balloon-illust.project04 {
  width: 8vw;
  right: 5%;
  top: 43%;
}
@media screen and (min-width: 768px) {
  div.cm-balloon-illust.project04 {
    width: 4.6vw;
    top: 10vw;
    right: 8vw;
  }
}
div.cm-balloon-illust.members01 {
  width: 8.4vw;
  top: 70vw;
  left: 18vw;
}
@media screen and (min-width: 768px) {
  div.cm-balloon-illust.members01 {
    width: 7.8vw;
    top: 30vw;
    left: 18vw;
  }
}
div.cm-balloon-illust.members02 {
  width: 6vw;
  top: 45vw;
  right: 26vw;
}
@media screen and (min-width: 768px) {
  div.cm-balloon-illust.members02 {
    width: 3.8vw;
    top: 13vw;
    right: 20vw;
  }
}
div.cm-balloon-illust.members03 {
  width: 7.8vw;
  top: 60vw;
  right: 5vw;
}
@media screen and (min-width: 768px) {
  div.cm-balloon-illust.members03 {
    width: 6.2vw;
    top: 20vw;
    right: 6vw;
  }
}
div.cm-balloon-illust.number01 {
  width: 12vw;
  right: 15%;
  top: 18vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  div.cm-balloon-illust.number01 {
    width: 80px;
    top: 150px;
    right: 5%;
  }
}
div.cm-balloon-illust.number02 {
  width: 10vw;
  right: 0%;
  top: 10vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  div.cm-balloon-illust.number02 {
    width: 55px;
    top: 100px;
    right: -2%;
  }
}
div.cm-balloon-illust.number03 {
  width: 7vw;
  right: 15%;
  top: 0%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  div.cm-balloon-illust.number03 {
    width: 40px;
    top: 170px;
    right: 15%;
  }
}

/*----------------- 鳥 -----------------*/
div.cm-bird-illust {
  position: absolute;
}
div.cm-bird-illust.pickup03 {
  width: 25%;
  top: -60vw;
  left: 0;
}
@media screen and (min-width: 768px) {
  div.cm-bird-illust.pickup03 {
    width: 140px;
    top: -350px;
    left: 0;
  }
}
@media screen and (min-width: 1000px) {
  div.cm-bird-illust.pickup03 {
    width: 165px;
  }
}
div.cm-bird-illust.pickup04 {
  width: 10%;
  top: -40vw;
  left: 45%;
}
@media screen and (min-width: 768px) {
  div.cm-bird-illust.pickup04 {
    width: 50px;
    top: -200px;
    left: 25%;
  }
}
@media screen and (min-width: 1000px) {
  div.cm-bird-illust.pickup04 {
    width: 71px;
  }
}
div.cm-bird-illust.all04 {
  width: 30%;
  top: -65vw;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  div.cm-bird-illust.all04 {
    z-index: 1;
    width: 205px;
    top: -400px;
    right: 10%;
  }
}
@media screen and (min-width: 1000px) {
  div.cm-bird-illust.all04 {
    width: 205px;
  }
}
div.cm-bird-illust.about01 {
  width: 10vw;
  top: 24%;
  left: 80%;
}
@media screen and (min-width: 768px) {
  div.cm-bird-illust.about01 {
    width: 10vw;
    top: 5vw;
    left: 10vw;
  }
}
div.cm-bird-illust.about02 {
  width: 6vw;
  left: 10%;
  top: 20%;
}
@media screen and (min-width: 768px) {
  div.cm-bird-illust.about02 {
    display: none;
  }
}
div.cm-bird-illust.concept01 {
  width: 11vw;
  top: 10vw;
  right: 83vw;
}
@media screen and (min-width: 768px) {
  div.cm-bird-illust.concept01 {
    width: 5vw;
    top: 10vw;
    right: 10vw;
  }
}
div.cm-bird-illust.search01 {
  width: 35vw;
  top: -8%;
  right: 0;
}
@media screen and (min-width: 768px) {
  div.cm-bird-illust.search01 {
    width: 20vw;
    top: -70px;
    right: 0;
  }
}
@media screen and (min-width: 1280px) {
  div.cm-bird-illust.search01 {
    width: 283px;
  }
}
div.cm-bird-illust.search02 {
  width: 15vw;
  top: -5%;
  right: 12%;
}
@media screen and (min-width: 768px) {
  div.cm-bird-illust.search02 {
    width: 7vw;
    top: -20px;
    right: 9%;
  }
}
@media screen and (min-width: 1280px) {
  div.cm-bird-illust.search02 {
    width: 108px;
  }
}

/*----------------- パンくず -----------------*/
nav.cm-pan-nav {
  width: 85.4%;
  margin: auto;
}
nav.cm-pan-nav ul {
  text-align: right;
}
nav.cm-pan-nav ul li {
  display: inline-block;
  padding-right: 0.8em;
  position: relative;
  line-height: 1.2em;
  font-size: 0.77em;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  nav.cm-pan-nav ul li {
    font-size: 15px;
  }
}
nav.cm-pan-nav ul li::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 1px;
  background: #111;
  position: absolute;
  top: 0.6em;
  right: 0;
}
nav.cm-pan-nav ul li:nth-last-of-type(1) {
  padding: 0;
}
nav.cm-pan-nav ul li:nth-last-of-type(1)::after {
  content: none;
}
nav.cm-pan-nav ul li a {
  display: inline-block;
  color: #111;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  nav.cm-pan-nav ul li a:hover {
    color: #1e9318;
  }
}

/*----------------- ライン -----------------*/
.cm-line {
  display: block;
  width: 7em;
  height: 2px;
  border-radius: 5em;
  background: #111;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cm-line {
    width: 130px;
  }
}
.cm-line::after, .cm-line::before {
  content: "";
  display: block;
  width: 0.7em;
  height: 2px;
  background: #111;
  position: absolute;
  right: -1em;
}
.cm-line::before {
  width: 0.2em;
  right: -1.6em;
}
.cm-line.white {
  background: #fff;
}
.cm-line.white::after, .cm-line.white::before {
  background: #fff;
}

/*----------------- 下層ページ -----------------*/
div.cm-page-hero {
  position: relative;
  margin-bottom: -1px;
}
div.cm-page-hero div.cm-page-title-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.cm-sec-sticky {
  position: relative;
  padding: 15% 0 25%;
}
@media screen and (min-width: 768px) {
  .cm-sec-sticky {
    padding: 150px 0 400px;
  }
}
.cm-sec-sticky div.cm-sec-sticky-inner {
  width: 85.4%;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cm-sec-sticky div.cm-sec-sticky-inner {
    width: 90%;
    max-width: 1100px;
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;*/
  }
}
.cm-sec-sticky h2 {
  color: #fff;
  line-height: 1.2em;
  font-size: 2.24em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .cm-sec-sticky h2 {
    font-size: 50px;
    top: 170px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .cm-sec-sticky h2 {
    font-size: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .cm-sec-sticky h2 {
    font-size: 65px;
  }
}
.cm-sec-sticky h2.center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cm-sec-sticky div.sticky-txt-wrap {
    width: 600px;
    margin: auto;
    padding: 200px 0 0;
  }
}
.cm-sec-sticky div.sticky-txt-wrap p.sticky-txt {
  color: #fff;
  font-size: 1.34em;
  font-weight: 500;
  line-height: 2em;
  margin-bottom: 2em;
  letter-spacing: 0.02em;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .cm-sec-sticky div.sticky-txt-wrap p.sticky-txt {
    font-size: 22px;
  }
}
@media screen and (min-width: 1000px) {
  .cm-sec-sticky div.sticky-txt-wrap p.sticky-txt {
    font-size: 25px;
  }
}
.cm-sec-sticky div.sticky-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 17vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .cm-sec-sticky div.sticky-bg {
    height: 140px;
  }
}

section.cm-sec-method {
  background: #f4eddf;
  border-radius: 2em 2em 0 0;
  padding: 20% 0;
}
@media screen and (min-width: 768px) {
  section.cm-sec-method {
    padding: 160px 0;
  }
}
section.cm-sec-method div.sec-method-inner {
  margin: auto;
  width: 85.4%;
}
@media screen and (min-width: 768px) {
  section.cm-sec-method div.sec-method-inner {
    width: 90%;
    max-width: 1100px;
  }
}
section.cm-sec-method h3 {
  font-size: 1.4em;
  line-height: 1.6em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.cm-sec-method h3 {
    font-size: 23px;
  }
}
@media screen and (min-width: 1000px) {
  section.cm-sec-method h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1280px) {
  section.cm-sec-method h3 {
    font-size: 30px;
  }
}
section.cm-sec-method p.method-txt {
  line-height: 2em;
  letter-spacing: 0;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  section.cm-sec-method p.method-txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  section.cm-sec-method p.method-txt {
    font-size: 19px;
  }
}
@media screen and (min-width: 1280px) {
  section.cm-sec-method p.method-txt {
    font-size: 22px;
  }
}
section.cm-sec-method a {
  display: block;
  background: #fff;
  padding: 3em 1em 1em 1em;
  border-radius: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #111;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  section.cm-sec-method a {
    padding: 1em;
  }
  section.cm-sec-method a:hover div.overlap-img img {
    transform: scale(1.1);
  }
  section.cm-sec-method a:hover span.dots {
    transform: translate(0, -50%) scale(14);
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.cm-sec-method a:hover span.dots {
    transform: translate(0, -50%) scale(18);
  }
}
@media screen and (min-width: 768px) {
  section.cm-sec-method a:hover span.dots02 {
    z-index: 3;
  }
  section.cm-sec-method a:hover span.dots02 span {
    transform: scale(1);
  }
}
section.cm-sec-method a div.overlap-img {
  border-radius: 1em;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  section.cm-sec-method a div.overlap-img {
    width: 33%;
  }
}
section.cm-sec-method a div.overlap-img img {
  transition: all 0.3s;
}
section.cm-sec-method a p.overlap-txt02 {
  order: -1;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.cm-sec-method a p.overlap-txt02 {
    width: 60%;
    text-align: left;
    order: 0;
  }
}
section.cm-sec-method a p.overlap-txt02 span {
  display: block;
  line-height: 1.2em;
  letter-spacing: 0;
}
section.cm-sec-method a p.overlap-txt02 span.txt01 {
  font-size: 3.5em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  section.cm-sec-method a p.overlap-txt02 span.txt01 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1000px) {
  section.cm-sec-method a p.overlap-txt02 span.txt01 {
    font-size: 55px;
  }
}
section.cm-sec-method a p.overlap-txt02 span.txt02 {
  color: #4d4d4d;
  margin-top: 0.6em;
  margin-bottom: 8%;
}
@media screen and (min-width: 768px) {
  section.cm-sec-method a p.overlap-txt02 span.txt02 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.cm-sec-method a p.overlap-txt02 span.txt02 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  section.cm-sec-method a p.overlap-txt02 span.txt02 {
    font-size: 18px;
  }
}
section.cm-sec-method a span.dots {
  position: absolute;
  top: 1.4em;
  right: 1.4em;
  border-radius: 50em;
  background: #1e9318;
  z-index: 2;
  width: 0.8em;
  height: 0.8em;
  z-index: -1;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  section.cm-sec-method a span.dots {
    top: 50%;
    right: 2.6em;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
  }
}
section.cm-sec-method a span.dots02 {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  transition: transform 0.3s cubic-bezier(0.2, 0.4, 0.1, 1);
  will-change: transform;
  text-decoration: none;
  position: relative;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  section.cm-sec-method a span.dots02 {
    width: 200px;
    height: 100%;
  }
}
section.cm-sec-method a span.dots02 span {
  border-radius: 50em;
  position: absolute;
  right: 2.4em;
  transition: all 0.4s ease;
  border: solid 1px #fff;
  border-radius: 50em;
  width: 40px;
  height: 40px;
  transform: scale(0);
  background: #fff;
}
section.cm-sec-method a span.dots02 span img {
  width: 12px;
  margin: 14px auto;
}

section.cm-sec-philosophylink {
  background: #8c6239;
  border-radius: 2em 2em 0 0;
  padding: 20% 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.cm-sec-philosophylink {
    padding: 160px 0;
  }
}
section.cm-sec-philosophylink::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f4eddf;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section.cm-sec-philosophylink div.sec-philosophylink-inner {
  margin: auto;
  width: 85.4%;
}
@media screen and (min-width: 768px) {
  section.cm-sec-philosophylink div.sec-philosophylink-inner {
    width: 90%;
    max-width: 1100px;
  }
}
section.cm-sec-philosophylink p.overlap-txt01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4em;
  margin-bottom: 1em;
}
section.cm-sec-philosophylink p.overlap-txt01 span {
  display: block;
  color: #fff;
}
section.cm-sec-philosophylink p.overlap-txt01 span.txt01 {
  font-size: 2.24em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  section.cm-sec-philosophylink p.overlap-txt01 span.txt01 {
    font-size: 40px;
  }
}
section.cm-sec-philosophylink p.overlap-txt01 span.txt02 {
  font-size: 1.4em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  section.cm-sec-philosophylink p.overlap-txt01 span.txt02 {
    font-size: 20px;
  }
}
section.cm-sec-philosophylink p.overlap-txt01 span.arrow01 {
  width: 4em;
}
section.cm-sec-philosophylink p.overlap-txt01 span.arrow02 {
  width: 2.4em;
}
section.cm-sec-philosophylink a {
  display: block;
  background: #fff;
  padding: 3em 1em 1em 1em;
  border-radius: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #111;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  section.cm-sec-philosophylink a {
    padding: 1em;
    margin-bottom: 40px;
  }
  section.cm-sec-philosophylink a:hover div.overlap-img img {
    transform: scale(1.1);
  }
  section.cm-sec-philosophylink a:hover span.dots {
    transform: translate(0, -50%) scale(14);
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.cm-sec-philosophylink a:hover span.dots {
    transform: translate(0, -50%) scale(18);
  }
}
@media screen and (min-width: 768px) {
  section.cm-sec-philosophylink a:hover span.dots02 {
    z-index: 3;
  }
  section.cm-sec-philosophylink a:hover span.dots02 span {
    transform: scale(1);
  }
}
section.cm-sec-philosophylink a div.overlap-img {
  border-radius: 1em;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  section.cm-sec-philosophylink a div.overlap-img {
    width: 33%;
  }
}
section.cm-sec-philosophylink a div.overlap-img img {
  transition: all 0.3s;
}
section.cm-sec-philosophylink a p.overlap-txt02 {
  order: -1;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.cm-sec-philosophylink a p.overlap-txt02 {
    width: 60%;
    text-align: left;
    order: 0;
  }
}
section.cm-sec-philosophylink a p.overlap-txt02 span {
  display: block;
  line-height: 1.2em;
  letter-spacing: 0;
}
section.cm-sec-philosophylink a p.overlap-txt02 span.txt01 {
  font-size: 3.5em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.cm-sec-philosophylink a p.overlap-txt02 span.txt01 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1000px) {
  section.cm-sec-philosophylink a p.overlap-txt02 span.txt01 {
    font-size: 55px;
  }
}
@media screen and (min-width: 768px) {
  section.cm-sec-philosophylink a p.overlap-txt02 span.txt01.mplusrounded {
    font-size: 35px;
  }
}
@media screen and (min-width: 1000px) {
  section.cm-sec-philosophylink a p.overlap-txt02 span.txt01.mplusrounded {
    font-size: 45px;
  }
}
section.cm-sec-philosophylink a p.overlap-txt02 span.txt02 {
  color: #4d4d4d;
  margin-top: 0.6em;
  margin-bottom: 8%;
}
@media screen and (min-width: 768px) {
  section.cm-sec-philosophylink a p.overlap-txt02 span.txt02 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.cm-sec-philosophylink a p.overlap-txt02 span.txt02 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  section.cm-sec-philosophylink a p.overlap-txt02 span.txt02 {
    font-size: 18px;
  }
}
section.cm-sec-philosophylink a span.dots {
  position: absolute;
  top: 1.4em;
  right: 1.4em;
  border-radius: 50em;
  background: #1e9318;
  z-index: 2;
  width: 0.8em;
  height: 0.8em;
  z-index: -1;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  section.cm-sec-philosophylink a span.dots {
    top: 50%;
    right: 2.6em;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
  }
}
section.cm-sec-philosophylink a span.dots02 {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  transition: transform 0.3s cubic-bezier(0.2, 0.4, 0.1, 1);
  will-change: transform;
  text-decoration: none;
  position: relative;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  section.cm-sec-philosophylink a span.dots02 {
    width: 200px;
    height: 100%;
  }
}
section.cm-sec-philosophylink a span.dots02 span {
  border-radius: 50em;
  position: absolute;
  right: 2.4em;
  transition: all 0.4s ease;
  border: solid 1px #fff;
  border-radius: 50em;
  width: 40px;
  height: 40px;
  transform: scale(0);
  background: #fff;
}
section.cm-sec-philosophylink a span.dots02 span img {
  width: 12px;
  margin: 14px auto;
}/*# sourceMappingURL=common.css.map */