@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=WindSong:wght@400;500&display=swap');
/*****************************************************************************
reset 
*****************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
ul, ol {
  list-style-type: none;
}
em, strong, th, address {
  font-style: normal;
  font-weight: normal;
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
img, object, embed {
  border: 0;
  vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  img {
    border-radius: 5px;
  }
}
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
hr {
  border-top: 1px solid #b0b0b0;
  margin-bottom: 1.5em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
li {
  list-style-type: none;
}
strong {
  font-weight: bold;
}
p {
  line-height: 2.0;
}
@media screen and (max-width: 640px) {
  p {
    line-height: 2.0;
  }
}
.explanation p, .message-body p, .profile-introduce p {
  margin-bottom: 20px;
}
.explanation p:last-of-type, .message-body p:last-of-type, .profile-introduce p:last-of-type {
  margin-bottom: 0;
}
/*****************************************************************************
linkColor 
*****************************************************************************/
a:not([class]) {
  color: #ff0a5a;
  text-decoration: none;
  transition: .4s ease-out;
}
a:not([class]):visited {
  text-decoration: none;
}
a:not([class]):hover {
  text-decoration: underline;
}
a:not([class]):active {
  text-decoration: none;
}
/*****************************************************************************
clearfix 
*****************************************************************************/
.cb {
  clear: both;
  font-size: 1%;
  height: 0;
  line-height: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hide from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/*****************************************************************************
base
*****************************************************************************/
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  scroll-behavior: smooth;
}
body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Shippori Mincho', sans-serif;
  font-weight: 500;
  line-height: 1.7;
  font-size: 16px;
  color: #3d3333;
  position: relative;
  counter-reset: number 0;
}
.top {
  overflow: hidden;
}
.inner {
  max-width: 1320px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 640px) {
  .inner {
    padding: 0 20px;
  }
}
.inner2 {
  max-width: 920px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 640px) {
  .inner {
    padding: 0 20px;
  }
  .inner2 {
    padding: 0 20px;
  }
}
.voice-item .text p, .message-body p {
  margin-bottom: 20px;
}
.voice-item .text p:last-child, .message-body p:last-child {
  margin-bottom: 0;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.sns-items {
  display: flex;
  align-items: center;
}
.sns-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
.sns-item li:first-of-type {
  margin-left: 0;
}
.sns-item li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sns-item img {
  border-radius: 0;
}
.link-btn img {
  transition: transform 0.25s ease-out;
  transform-origin: center center;
  border-radius: 0;
}
.link-btn a:hover img {
  transform: scale(1.05);
}
.link-btn a:focus-visible img {
  transform: scale(1.05);
}
.link-btn a:active img {
  transform: scale(0.98);
}
/*****************************************************************************
font 
*****************************************************************************/
.noto-sans {
  font-family: 'Noto Sans JP', sans-serif;
}
.shippori-mincho {
  font-family: 'Shippori Mincho', sans-serif;
}
.bodoni {
  font-family: "Bodoni Moda", serif;
}
/*****************************************************************************
heading
*****************************************************************************/
.content-title1 h2 {
  width: max-content;
  margin: auto;
  position: relative;
  padding-bottom: 1.5rem;
  font-size: 1.7vw;
  line-height: 1.7;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 1600px) {
  .content-title1 h2 {
    font-size: 2.1vw;
  }
}
@media (max-width: 1280px) {
  .content-title1 h2 {
    font-size: 2.3vw;
  }
}
@media (max-width: 960px) {
  .content-title1 h2 {
    font-size: 2.7vw;
  }
}
@media (max-width: 820px) {
  .content-title1 h2 {
    font-size: 2.9vw;
  }
}
@media (max-width: 640px) {
  .content-title1 h2 {
    font-size: 4.0vw;
    padding-bottom: 1.2rem;
  }
}
@media (max-width: 430px) {
  .content-title1 h2 {
    /*font-size: 4.7vw;*/
    font-size: 4.0vw;
  }
}
.content-title1 h2:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: '';
  border-radius: 1px;
  background: #3d3333;
}
.content-title2 {
  position: relative;
  text-align: center;
  padding: 68px 0;
  overflow: hidden;
}
@media (max-width: 640px) {
  .content-title2 {
    padding: 40px 0;
  }
}
.content-title2::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100px;
  height: auto;
  background: url("/assets/img/symbolmark.svg") no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
.voice .content-title2::before {
  background: url("/assets/img/symbolmark-pink.svg") no-repeat center center;
}
.content-title2 h2 {
  position: relative;
  font-weight: 700;
  line-height: 1.7;
  color: #ff0a5a;
  font-size: 32px;
}
@media (max-width: 820px) {
  .content-title2 h2 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .content-title2 h2 {
    font-size: 20px;
  }
}
.fs32 {
  font-size: 1.6vw;
  line-height: 1.7;
  font-weight: 800;
}
@media (max-width: 1600px) {
  .fs32 {
    font-size: 2.0vw;
  }
}
@media (max-width: 1280px) {
  .fs32 {
    font-size: 2.1vw;
  }
}
@media (max-width: 960px) {
  .fs32 {
    font-size: 2.7vw;
  }
}
@media (max-width: 820px) {
  .fs32 {
    font-size: 3.3vw;
  }
}
@media (max-width: 640px) {
  .fs32 {
    font-size: 4.0vw;
  }
}
@media (max-width: 430px) {
  .fs32 {
    font-size: 4.7vw;
  }
}
.fs40 {
  font-size: 2.0vw;
  line-height: 1.7;
  font-weight: 800;
}
@media (max-width: 1600px) {
  .fs40 {
    font-size: 2.3vw;
  }
}
@media (max-width: 1280px) {
  .fs40 {
    font-size: 2.4vw;
  }
}
@media (max-width: 960px) {
  .fs40 {
    font-size: 2.8vw;
  }
}
@media (max-width: 820px) {
  .fs40 {
    font-size: 3.6vw;
  }
}
@media (max-width: 640px) {
  .fs40 {
    font-size: 4.1vw;
  }
}
@media (max-width: 430px) {
  .fs40 {
    font-size: 4.8vw;
  }
}
.fs26 {
  font-size: 1.4vw;
  line-height: 1.7;
  font-weight: 800;
}
@media (max-width: 1600px) {
  .fs26 {
    font-size: 1.7vw;
  }
}
@media (max-width: 1280px) {
  .fs26 {
    font-size: 2.0vw;
  }
}
@media (max-width: 960px) {
  .fs26 {
    font-size: 2.4vw;
  }
}
@media (max-width: 820px) {
  .fs26 {
    font-size: 2.8vw;
  }
}
@media (max-width: 640px) {
  .fs26 {
    font-size: 3.7vw;
  }
}
@media (max-width: 430px) {
  .fs26 {
    font-size: 4.4vw;
  }
}
.fs18 {
  font-size: 1.0vw;
  line-height: 1.7;
  font-weight: 800;
}
@media (max-width: 1600px) {
  .fs18 {
    font-size: 1.2vw;
  }
}
@media (max-width: 1280px) {
  .fs18 {
    font-size: 1.4vw;
  }
}
@media (max-width: 960px) {
  .fs18 {
    font-size: 1.3vw;
  }
}
@media (max-width: 820px) {
  .fs18 {
    font-size: 2.3vw;
  }
}
@media (max-width: 640px) {
  .fs18 {
    font-size: 3.3vw;
  }
}
@media (max-width: 430px) {
  .fs18 {
    font-size: 4.2vw;
  }
}
.col-p {
  color: #ff2c72;
}
.js-underline {
  background-image: linear-gradient(#fff974, #fff974);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 0.25em;
  transition: background-size .8s ease-out .1s;
  padding-bottom: .03em;
}
.js-underline.is-animated {
  background-size: 100% 0.25em;
}
@media (prefers-reduced-motion: reduce) {
  .js-underline {
    transition: none;
    background-size: 100% 0.25em;
  }
}
/*****************************************************************************
 responsive
 *****************************************************************************/
.sp-hide-960 {
  display: block !important;
}
@media screen and (max-width:960px) {
  .sp-hide-960 {
    display: none !important;
  }
}
.sp-hide-820 {
  display: block !important;
}
@media screen and (max-width:820px) {
  .sp-hide-820 {
    display: none !important;
  }
}
.sp-hide-430 {
  display: block !important;
}
@media screen and (max-width:430px) {
  .sp-hide-430 {
    display: none !important;
  }
}
.sp-hide {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .sp-hide {
    display: none !important;
  }
}
.pc-hide-960 {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .pc-hide-960 {
    display: block !important;
  }
}
.pc-hide-820 {
  display: none !important;
}
@media screen and (max-width: 820px) {
  .pc-hide-820 {
    display: block !important;
  }
}
.pc-hide-430 {
  display: none !important;
}
@media screen and (max-width: 430px) {
  .pc-hide-430 {
    display: block !important;
  }
}
.pc-hide {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .pc-hide {
    display: block !important;
  }
}
/*****************************************************************************
content 
*****************************************************************************/
/* header */
.global-header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: background .4s, height .4s;
}
@media (max-width: 640px) {
  .global-Header {
    height: 70px;
  }
}
.global-header-inner {
  width: 100%;
  height: 100%;
  max-width: 1820px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .global-header-inner {
    padding: 0 20px;
  }
}
.global-header-logo {
  width: 290px;
}
@media (max-width: 1280px) {
  .global-header-logo {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .global-header-logo {
    width: 200px;
  }
}
@media (max-width: 430px) {
  .global-header-logo {
    width: 140px;
  }
}
.global-header.bg .global-header-logo {
  width: 200px;
}
.global-header-nav {
  height: 100%;
  position: relative;
}
@media (max-width: 1280px) {
  .global-header-nav {
    width: 100%;
    height: 100vh;
    background: url(/assets/img/menu-bg-sp.png) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .4s;
  }
}
.global-header-list {
  height: 100%;
  display: flex;
}
@media (max-width: 1280px) {
  .global-header-list {
    width: 100%;
    height: auto;
    margin-right: 0;
    display: block;
  }
}
.global-header-list li {
  height: 100%;
  padding: 0 20px;
}
@media (max-width: 1440px) {
  .global-header-list li {
    padding: 0 calc(20vw * 100 / 1440);
  }
}
@media (max-width: 1280px) {
  .global-header-list li {
    height: auto;
    padding: 0;
  }
}
.global-header-list li a {
  height: 100%;
  color: #3d3333;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color .4s;
}
@media (max-width: 1280px) {
  .global-header-list li a {
    padding: 20px 0;
    color: #3d3333;
  }
}
@media (max-width: 430px) {
  .global-header-list li a {
    padding: 15px 0;
  }
}
.global-header-list li a:hover {
  color: #ff0a5a;
  text-decoration: none;
}
.global-header.bg {
  height: 80px;
  background: #FFFFFF;
}
@media (max-width: 640px) {
  .global-header.bg {
    height: 70px;
  }
}
/* sp menu */
.state-nav-open .global-header-nav {
  opacity: 1;
  pointer-events: auto;
  visibility: inherit;
  transform: translateY(0);
}
.sp-Button {
  width: 80px;
  height: 80px;
  background: none;
  padding: 0;
  display: none;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 9999;
}
@media (max-width: 1280px) {
  .sp-Button {
    display: flex;
  }
}
@media (max-width: 640px) {
  .sp-Button {
    width: 70px;
    height: 70px;
    margin-right: -20px;
  }
}
.sp-Button-Box {
  width: 30px;
  height: 21px;
  margin-top: -4px;
  position: relative;
}
.sp-Button span {
  position: absolute;
  display: block;
  background: #ff0a5a;
  width: 30px;
  height: 3px;
  transition: .3s;
}
.sp-Button span:nth-of-type(1) {
  top: 0;
}
.sp-Button span:nth-of-type(2) {
  top: 9px;
}
.sp-Button span:nth-of-type(3) {
  bottom: 0;
}
.state-nav-open .sp-Button-Box:after {
  color: #ff2c72;
}
.state-nav-open .sp-Button span {
  background: #ff2c72;
}
.state-nav-open .sp-Button span:nth-of-type(1) {
  top: calc(50% - 1px);
  transform: rotate(40deg);
}
.state-nav-open .sp-Button span:nth-of-type(2) {
  opacity: 0;
}
.state-nav-open .sp-Button span:nth-of-type(3) {
  top: calc(50% - 1px);
  transform: rotate(-40deg);
}
.global-header-nav .sns-item {
  display: none;
}
@media screen and (max-width: 1280px) {
  .global-header-nav .sns-item {
    display: flex;
    gap: 17px;
    margin: 40px auto 70px;
  }
}
.global-header-nav .sns-item li img {
  width: 30px;
}
/* visual */
.visual-concept {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .visual-concept {
    padding-bottom: 60px;
  }
}
.visual-concept:before {
  display: block;
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 100% !important;
  background: url(/assets/img/concept-bg-pc.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.visual-concept::after {
  content: '';
  display: inline-block;
  width: 20vw;
  height: 100%;
  background-image: url(/assets/img/symbolmark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 53vw;
  right: 5vw;
}
@media screen and (max-width: 1280px) {
  .visual-concept::after {}
}
@media screen and (max-width: 960px) {
  .visual-concept::after {
    width: 30vw;
    top: 92.5vw;
    right: 2vw;
  }
}
@media screen and (max-width: 640px) {
  .visual-concept::after {
    width: 50vw;
    top: 38.5%;
    right: 2%;
    z-index: -1;
  }
}
.visual {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 1600px) {
  .visual {
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .visual {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.visual-wrapper {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .visual-wrapper {
    width: 100%;
  }
}
.visual .visual-wrapper .bg-switch {
  border-radius: 20px 0 0 20px;
}
.visual .visual-wrapper .bg-switch {
  width: 75%;
  margin-left: auto;
  margin-right: 0;
  display: block;
}
@media screen and (max-width: 640px) {
  .visual .visual-wrapper .bg-switch {
    width: 84%;
    height: 130vw;
  }
  .visual .visual-wrapper .bg-switch:nth-child(1) {}
  .visual .visual-wrapper .bg-switch:nth-child(2) {}
  .visual .visual-wrapper .bg-switch:nth-child(3) {}
  .visual .visual-wrapper .bg-switch:nth-child(4) {}
}
.visual .visual-wrapper .slider li {}
.visual .visual-wrapper img {
  border-radius: 0 0 0 10px;
}
.visual .visual-wrapper .pc {
  display: block !important;
}
.visual .visual-wrapper .sp {
  display: none !important;
}
@media only screen and (max-width: 960px) {
  .visual .visual-wrapper .pc {
    display: none !important;
  }
  .visual .visual-wrapper .sp {
    display: block !important;
  }
}
.visual-title {
  position: absolute;
  width: 100%;
  top: 18vw;
  left: 5vw;
}
@media screen and (max-width: 960px) {
  .visual-title {
    top: 30vw;
  }
}
@media screen and (max-width: 640px) {
  .visual-title {
    top: 65vw;
    left: 3vw;
  }
}
.title-logo {
  width: 100%;
  max-width: 38vw;
}
@media screen and (max-width: 960px) {
  .title-logo {
    max-width: 50vw;
  }
}
@media screen and (max-width: 640px) {
  .title-logo {
    max-width: 70vw;
  }
}
.title-text {
  font-size: 18px;
  font-weight: 800;
  line-height: 2.0;
  text-shadow: 1px 1px 8px rgba(255, 234, 229, 1);
  margin-top: 25px;
  margin-left: 3%;
}
@media screen and (max-width: 640px) {
  .title-text {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
  }
}
/* concept */
.concept {}
.concept-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .concept-wrapper {
    margin-top: 10px;
    padding-bottom: 0;
  }
}
.section-concept {
  display: grid;
  grid-template-columns: 25% minmax(0, 1fr);
  column-gap: 120px;
  align-items: flex-start;
  place-content: center;
  place-items: center;
}
@media (max-width: 960px) {
  .section-concept {
    grid-template-columns: 40% minmax(0, 1fr);
    column-gap: 60px;
    place-items: start;
  }
}
@media (max-width: 640px) {
  .section-concept {
    place-items: center;
  }
}
.concept-left {
  display: flex;
  flex-direction: column;
}
.concept-img {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  margin-left: min(calc((100vw - 1320px) / -2 - 40px), -40px);
}
@media screen and (max-width: 640px) {
  .concept-img {
    margin-left: calc((100vw - clamp(320px, 80vw, 1280px)) / -2);
  }
}
.concept-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 10px 10px 0;
}
.concept-header {
  margin-bottom: 40px;
}
.concept-body p {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .concept-body p {
    font-size: 16px;
  }
}
.concept-body p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .section-concept {
    max-width: none;
    display: grid;
    grid-template-columns: 35% minmax(0, 1fr);
    grid-template-areas:
      "photo  header"
      "profile header"
      "body   body";
    column-gap: 24px;
    row-gap: 10px;
  }
  .concept-left, .concept-right {
    display: contents;
  }
  .concept-img {
    grid-area: photo;
  }
  .concept-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
  }
  .concept-header {
    grid-area: header;
    margin-bottom: 8px;
  }
  .concept-body {
    grid-area: body;
    margin-top: 8px;
  }
}
/* about */
.about {
  position: relative;
  padding: 100px 0 100px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .about {
    padding: 20px 0 50px;
  }
}
.about::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff9f4;
  z-index: -1;
}
.about-wrapper {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .about-wrapper {
    transform: translateY(20px);
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 640px) {
  .about-wrapper {
    transform: translateY(15px);
    padding-bottom: 40px;
  }
}
.about-header .content-title1 h2 {
  margin: initial !important;
}
@media screen and (min-width: 641px) {
  .section-about {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) 52%;
    column-gap: 0;
    align-items: start;
    grid-template-areas: "text image";
  }
  .about-left {
    grid-area: image;
    display: block;
    justify-self: end;
  }
  .about-right {
    grid-area: text;
    display: flex;
    flex-direction: column;
  }
  .about-img {
    margin: 0;
    transform: translateX(70px);
    margin-top: -140px;
  }
  .about-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .about-header {
    margin-bottom: 30px;
  }
  .about .about-header h3 {
    margin-top: 30px;
  }
  .about-body p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .about-body p:last-child {
    margin-bottom: 0;
  }
  .about-body p span {
    color: #ff2c72;
  }
}
@media screen and (max-width: 820px) {
  .about .about-header h3 {
    letter-spacing: -1px;
  }
  .about-img {
    transform: translateX(40px);
  }
}
@media screen and (max-width: 640px) {
  .section-about {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40%;
    grid-template-areas:
      "header photo"
      "body   body";
    column-gap: 20px;
    row-gap: 16px;
    align-items: start;
  }
  .about-left, .about-right {
    display: contents;
  }
  .about-img {
    transform: initial;
    grid-area: photo;
    margin-top: -55px;
  }
  .about-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
  }
  .about-header {
    grid-area: header;
    margin-bottom: 8px;
    transform: translateX(40%);
    width: calc(100% + 40%);
    margin-left: -27vw;
  }
  .about-body {
    grid-area: body;
    margin-top: 8px;
  }
  .about .about-header h3 {
    margin-top: 20px;
    letter-spacing: 0;
  }
  .about-body p {
    font-size: 16px;
  }
}
.movie-content {
  margin: 0 auto 80px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
}
.movie {
  position: relative;
  flex: 0 0 60%;
  min-width: 0;
}
.movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.movie-explanation {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 40px 23px;
  color: #fff;
  text-align: center;
  background: url(/assets/img/about-bg1-pc.png) no-repeat center center;
  background-size: cover;
}
.movie-explanation-wrapper {
  max-width: 470px;
  margin: 0 auto;
}
.movie-icon {
  margin: 0 0 20px;
}
.movie-icon img {
  width: 72px;
  height: auto;
}
.movie-explanation h4 {
  margin-bottom: 20px;
  letter-spacing: 0.08em;
  text-shadow: 3px 3px 2px rgba(147, 49, 77, 0.25);
}
.movie-explanation p {
  line-height: 2.2;
  letter-spacing: -0.5px;
  text-shadow: 3px 3px 2px rgba(147, 49, 77, 0.25);
}
.movie-content .pc-hide {
  display: none;
}
@media (max-width: 820px) {
  .movie-content {
    flex-direction: column;
    margin: 0 0 60px;
    border-radius: 10px;
  }
  .movie-explanation {
    order: 1;
    flex: 0 0 auto;
    width: 100%;
    padding: 0;
  }
  .movie-explanation-wrapper {
    padding: 30px;
  }
  .movie {
    order: 2;
    flex: 0 0 auto;
    width: 100%;
  }
  .movie-icon img {
    width: 40px;
  }
  .movie-explanation h4 {
    margin-bottom: 18px;
  }
  .movie-content .pc-hide {
    display: inline;
  }
}
@media screen and (max-width: 640px) {
  .movie-explanation {
    background: url(/assets/img/about-bg1-sp.jpg) no-repeat center center;
  }
  .movie-explanation-wrapper {
    padding: 30px 20px 20px;
  }
  .movie-icon {
    margin: 0 0 15px;
  }
  .movie-explanation h4 {
    margin-bottom: 15px;
  }
}
.about-message h3 {
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .about-message h3 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .about-message h3 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  .about-message h3 {
    margin-bottom: 30px;
  }
}
.about-message .text {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .about-message .text {
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .about-message .text {
    font-size: 16px;
  }
}
.about-message .text span {
  color: #ff0a5a;
}
.conclusion1 {
  text-align: center;
}
.conclusion2 {
  text-align: center;
  color: #3d3333;
}
.conclusion2 span {
  color: #ff0a5a;
}
@media (max-width: 640px) {
  .movie-content {
    margin: 0 0 40px;
  }
  .movie-explanation p {
    text-align: left;
  }
  .movie-explanation p.movie-icon {
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .movie-content {
    margin: 0 0 30px;
  }
}
.change-item {
  width: 100%;
  max-width: 940px;
  margin: 80px auto 80px;
  padding: 0 20px;
}
@media screen and (max-width: 820px) {
  .change-item {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .change-item {
    margin: 40px auto 40px;
  }
}
.change-item-box {
  position: relative;
  margin-bottom: 40px;
  padding-left: 60px;
}
@media screen and (max-width: 820px) {
  .change-item-box {
    margin-bottom: 20px;
    padding-left: 46px;
  }
}
.change-item-wrapper {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.04);
  padding: 35px 40px;
}
@media screen and (max-width: 640px) {
  .change-item-box {
    padding-left: 34px;
  }
  .change-item-wrapper {
    padding: 25px 25px;
  }
}
@media screen and (max-width: 430px) {
  .change-item-wrapper {
    padding: 25px 20px;
  }
}
.change-item-box.before .change-item-wrapper {}
.change-item-box.after .change-item-wrapper {
  position: relative;
  z-index: 0;
}
.change-item-box.after .change-item-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 5px;
  background: linear-gradient(60deg, #ffa44a, #ff2b6b);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.change-item-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Bodoni Moda", serif;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1.1;
}
@media screen and (max-width: 820px) {
  .change-item-title {
    top: 16%;
  }
}
@media screen and (max-width: 640px) {
  .change-item-title {
    font-size: 8vw;
  }
}
.change-item-title span {
  display: inline-block;
}
.change-item-box.before .change-item-title {
  color: #7c6b96;
}
.change-item-box.after .change-item-title {
  color: #ff0a5a;
}
@media screen and (max-width: 820px) {
  .change-item-box.before .change-item-title {
    top: 13vw;
  }
  .change-item-box.after .change-item-title {
    top: 10vw;
  }
}
@media screen and (max-width: 640px) {
  .change-item-box.before .change-item-title {
    top: 18vw;
  }
  .change-item-box.after .change-item-title {
    top: 14vw;
  }
}
.change-item-wrapper h4 {
  margin: 0 0 18px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #7c6b96;
}
@media screen and (max-width: 640px) {
  .change-item-wrapper h4 {
    margin: 0 0 10px;
    font-size: 5.4vw;
  }
}
.change-item-box.after .change-item-wrapper h4 {
  color: #ff2b6b;
}
.change-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.change-item-list li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 10px;
  line-height: 1.8;
}
@media (max-width: 820px) {
  .change-item-list li {
    padding-left: 0.9em;
    margin-bottom: 7px;
  }
}
@media (max-width: 430px) {
  .change-item-list li {
    font-size: 14px;
    letter-spacing: -1px;
  }
}
.change-item-list li:last-child {
  margin-bottom: 0;
}
.change-item-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.change-item-box.before .change-item-list li::before {
  background: #7c6b96;
}
.change-item-box.after .change-item-list li::before {
  background: #ff2b6b;
}
.change-item-Arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto 40px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 22px solid #ff2b6b;
}
@media (min-width: 820px) {
  .change-item {
    display: flex;
    align-items: stretch;
    justify-content: center;
    column-gap: 56px;
    position: relative;
  }
  .change-item-box {
    flex: 1 1 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .change-item-title {
    position: static;
    transform: none;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    text-align: center;
    margin-bottom: 18px;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.16em;
  }
  .change-item-wrapper {
    padding: 35px 40px;
  }
  .change-item-Arrow {
    position: absolute;
    top: 56%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    border: none;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 28px solid #ff0a5a;
  }
}
@media screen and (max-width: 640px) {
  .change-item-Arrow {
    margin-left: 50%;
    margin-bottom: 20px;
  }
}
/* outlook */
.outlook {
  padding: 100px 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .outlook {
    padding: 50px 0;
  }
}
@media (min-width: 820px) {
  .change-item {
    align-items: stretch;
    column-gap: 80px;
  }
  .change-item-box {
    display: flex;
    flex-direction: column;
  }
  .change-item-wrapper {
    flex: 1;
    height: 100%;
  }
}
.outlook::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38vw;
  height: 100%;
  background-image: url(/assets/img/outlook-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
  display: block;
}
.outlook .content-wrapper {
  text-align: center;
}
.outlook .content-wrapper h3 {
  margin-top: 50px;
}
.outlook .content-wrapper .logo {
  width: 100%;
  max-width: 450px;
  margin: auto;
  padding: 50px 0;
}
@media (max-width: 640px) {
  .outlook .content-wrapper .logo {
    max-width: 70%;
    padding: 40px 0;
  }
}
.outlook .text {
  font-size: 18px;
}
@media (max-width: 1280px) {
  .outlook .text {
    text-align: left;
  }
}
@media (max-width: 640px) {
  .outlook .text {
    font-size: 16px;
  }
}
.outlook .conclusion2 {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .outlook .conclusion2 {
    margin-top: 40px;
  }
}
/* activity */
.activity {
  background: url(/assets/img/activity-bg-pc.png) no-repeat center center;
  background-size: cover;
  padding: 40px 0 100px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .activity {
    background: url(/assets/img/activity-bg-sp.png) no-repeat center center;
    background-size: cover;
    padding: 20px 0 50px;
  }
}
.activity .content-title2 h2 span {
  display: inline-block;
  margin: -10px 5px 0 0;
  font-family: "Bodoni Moda", serif;
  font-size: 5vw;
  line-height: 1;
  transform: translateY(18px);
}
@media screen and (max-width: 640px) {
  .activity .content-title2 h2 span {
    font-size: 15vw;
    transform: translateY(12px);
  }
}
.activity-content {
  margin-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #c9bdb5;
}
.activity-content:nth-child(2) {
  margin-top: 50px;
}
@media (max-width: 640px) {
  .activity-content {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .activity-content:nth-child(2) {
    margin-top: 10px;
  }
}
.activity-content:last-child {
  padding-bottom: 0;
  border-bottom: initial;
}
@media screen and (min-width: 641px) {
  .section-activity {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) 480px;
    column-gap: 60px;
    align-items: center;
    grid-template-areas: "text image";
  }
  .activity-left {
    grid-area: image;
    display: block;
    justify-self: end;
  }
  .activity-right {
    grid-area: text;
    display: flex;
    flex-direction: column;
  }
  .activity-img {
    margin: 0;
  }
  .activity-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .activity-header {
    margin-bottom: 30px;
  }
  .activity .explanation-number {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: end;
    gap: 5px;
    color: #ff2c72;
    font-family: "Bodoni Moda", serif;
    font-size: 21px;
    line-height: 1;
  }
  .activity .explanation-number span {
    display: inline-block;
    font-size: 80px;
    transform: translateY(10px);
  }
  .activity .activity-header h3 {
    margin-top: 30px;
  }
  .activity-body p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .section-activity {
    grid-template-columns: minmax(0, 1.2fr) 40%;
    align-items: start;
  }
  .activity .explanation-number {
    grid-template-columns: 10.5vw 1fr;
  }
}
@media screen and (max-width: 960px) {
  .activity .explanation-number span {
    font-size: 60px;
  }
}
@media screen and (max-width: 820px) {
  .section-activity {
    column-gap: 30px;
  }
  .activity .explanation-number {
    grid-template-columns: 12vw 1fr;
  }
}
@media screen and (max-width: 640px) {
  .section-activity {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42%;
    grid-template-areas:
      "header photo"
      "body   body";
    /*column-gap: 24px;*/
    column-gap: 15px;
    row-gap: 16px;
  }
  .activity-left, .activity-right {
    display: contents;
  }
  .activity-img {
    grid-area: photo;
  }
  .activity-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
  }
  .activity-header {
    grid-area: header;
    margin-bottom: 8px;
  }
  .activity-header h3 {
    letter-spacing: -1px;
  }
  .activity-body {
    grid-area: body;
    margin-top: 8px;
  }
  .activity .explanation-number {
    grid-template-columns: 70px 1fr;
    font-size: 15px;
  }
  .activity .explanation-number span {
    font-size: 50px;
    margin-right: 15px;
  }
  .activity-body p {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .activity-header {
    transform: translateX(40%);
    width: calc(100% + 40%);
    margin-left: -27vw;
  }
  .activity .explanation-number {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
  .activity .explanation-number span {
    font-size: 40px;
    margin-right: 7px;
  }
}
.activity-content-info {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .activity-content-info {
    margin-top: 40px;
  }
}
.activity-content-info h4 {
  overflow: hidden;
  background: #3d3333;
  color: #ffffff;
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 640px) {
  .activity-content-info h4 {
    padding: 10px 15px;
    font-size: 18px;
  }
}
.info-wrapper1, .info-wrapper2 {
  background: #ffffff;
  padding: 40px;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 640px) {
  .info-wrapper1 {
    padding: 30px;
  }
  .info-wrapper2 {
    padding: 20px;
  }
}
.info-wrapper1 .info-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  grid-column: 3;
}
@media screen and (max-width: 820px) {
  .info-wrapper1 .info-list {
    grid-template-columns: 1fr;
    gap: 0;
    grid-column: 1;
  }
}
@media screen and (max-width: 820px) {
  .info-list li {
    margin-bottom: 30px;
  }
  .info-list li:last-child {
    margin-bottom: 0;
  }
}
.list-content .img {
  position: relative;
}
.list-content .img i {
  width: 90px;
  position: absolute;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 1280px) {
  .list-content .img i {
    width: 80px;
  }
}
@media screen and (max-width: 960px) {
  .list-content .img i {
    width: 70px;
  }
}
@media screen and (max-width: 820px) {
  .list-content .img i {
    width: 100px;
  }
}
@media screen and (max-width: 430px) {
  .list-content .img i {
    width: 70px;
  }
}
.info-wrapper1 .info-list .list-content h5 {
  margin-top: 15px;
  color: #ff0a5a;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .info-wrapper1 .info-list .list-content h5 {
    margin-top: 13px;
  }
}
.activity-content-offer {
  margin-top: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .activity-content-offer {
    margin-top: 50px;
  }
}
.offer-wrapper {
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 0;
  grid-column: 2;
}
@media screen and (max-width: 820px) {
  .offer-wrapper {
    grid-template-columns: 1fr;
    grid-column: 1;
  }
}
.offer-wrapper .img {
  border-radius: 5px 0 0 5px;
}
.offer-wrapper .img img {
  height: 100%;
  object-fit: cover;
  object-position: right center;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 820px) {
  .offer-wrapper .img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: initial;
    border-radius: 5px 5px 0 0;
  }
}
.offer-wrapper .offer-explanation {
  place-content: center;
  background: #ffffff;
  padding: 40px 40px;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 820px) {
  .offer-wrapper .offer-explanation {
    border-radius: 0 0 5px 5px;
  }
}
@media screen and (max-width: 640px) {
  .offer-wrapper .offer-explanation {
    padding: 20px 25px 25px;
  }
}
.offer-wrapper .offer-explanation h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ff0a5a;
}
@media screen and (max-width: 640px) {
  .offer-wrapper .offer-explanation h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.offer-wrapper .offer-explanation h4 span {
  font-size: 30px;
}
@media screen and (max-width: 820px) {
  .offer-wrapper .offer-explanation h4 span {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .offer-wrapper .offer-explanation h4 span {
    font-size: 21px;
  }
}
.activity .link-btn {
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.info-wrapper2 {}
.info-wrapper2 .info-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  grid-column: 2;
}
@media screen and (max-width: 820px) {
  .info-wrapper2 .info-list {
    grid-template-columns: 1fr;
    gap: 0;
    grid-column: 1;
  }
}
.info-wrapper2 .info-list .list-content-detail {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 25px;
  grid-column: 2;
}
@media screen and (max-width:1280px) {
  .info-wrapper2 .info-list .list-content-detail {
    grid-template-columns: 40% minmax(0, 1fr);
  }
}
@media screen and (max-width:640px) {
  .info-wrapper2 .info-list .list-content-detail {
    gap: 20px;
  }
  .info-wrapper2 .info-list .list-content-detail .text p {
    line-height: 1.7;
  }
}
.info-wrapper2 .info-list .list-content-detail h5 {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
}
.activity-content .conclusion1, .activity-content .conclusion2 {
  margin-top: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .activity-content .conclusion1, .activity-content .conclusion2 {
    margin-top: 40px;
  }
}
/* voice */
.voice {}
.voice-content1 {
  background-color: #fff9f4;
  padding: 40px 0 100px;
}
@media screen and (max-width: 640px) {
  .voice-content1 {
    padding: 20px 0 50px;
  }
}
.voice-items {}
.voice-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 50px;
  margin: auto;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .voice-item {
    padding: 20px 20px;
    display: block;
  }
}
.voice-item:last-child {
  margin-bottom: 0;
}
.voice-item .img {
  text-align: center;
}
.voice-item .img img {
  width: 90px;
}
@media screen and (max-width: 640px) {
  .voice-item .img {
    width: 100%;
    margin-bottom: 25px;
  }
  .voice-item .img img {
    text-align: center;
  }
}
.voice-item .img figcaption {
  margin-top: 10px;
  text-align: center;
}
.voice-item .text {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .voice-item .text {
    width: 100%;
  }
}
.voice-item .text h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.voice-content-bg {
  position: relative;
}
.voice-content-bg::after {
  content: '';
  display: inline-block;
  width: 290px;
  height: 100%;
  background-image: url(/assets/img/symbolmark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 22.5vh;
  right: 4.5vw;
}
@media screen and (max-width: 1500px) {
  .voice-content-bg::after {
    width: 230px;
    top: 40.5vh;
  }
}
@media screen and (max-width: 960px) {
  .voice-content-bg::after {
    width: 210px;
    top: 43.5vh;
  }
}
@media screen and (max-width: 820px) {
  .voice-content-bg::after {
    top: 43.5vh;
  }
}
@media screen and (max-width: 640px) {
  .voice-content-bg::after {
    width: 32vw;
    top: 52.5%;
    right: 5.5%;
  }
}
.voice-content2 {
  background-color: #e9f2f5;
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .voice-content2 {
    padding: 70px 0 120px;
  }
}
.voice-content2 .inner2 {
  position: relative;
  z-index: 2;
}
.voice-content2 .content-wrapper {
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: center;
  gap: 15px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .voice-content2 .content-wrapper {
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 60px;
    row-gap: 40px;
    justify-items: center;
    text-align: left;
    position: relative;
    padding-top: 60px;
  }
}
.voice-content2 .content-wrapper .img {
  width: 100%;
  max-width: 250px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .voice-content2 .content-wrapper .img {
    grid-column: 2;
    grid-row: 1 / 3;
    margin: 0;
    max-width: 200px;
    margin: 40px auto 24px;
    position: relative;
    z-index: 1;
  }
}
.voice-content2 .content-wrapper .img img {}
.voice-content2 .customer-voice {
  font-size: 20px;
  text-align: center;
  line-height: 2.0;
  color: #364068;
}
@media screen and (max-width: 960px) {
  .voice-content2 .customer-voice {
    font-size: 17px;
    text-align: left;
  }
  .voice-content2 .customer-voice li {
    margin: 0 0 15px;
  }
  .voice-content2 .customer-voice li:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .voice-content2 .customer-voice {
    display: contents;
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .voice-content2 .customer-voice li {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .voice-content2 .customer-voice li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    position: absolute;
    top: -70px;
    width: 38vw;
    left: 0;
    text-align: center;
  }
  .voice-content2 .customer-voice li:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
    position: absolute;
    top: -50px;
    width: 38vw;
    right: 0;
    text-align: center;
  }
  .voice-content2 .customer-voice li:nth-child(3) {
    grid-column: 1 / 4;
    grid-row: 2;
    position: absolute;
    top: 80px;
    text-align: center;
  }
}
@media screen and (max-width: 540px) {
  .voice-content2 .customer-voice {
    font-size: 15px;
  }
  .voice-content2 .customer-voice li:nth-child(1) {
    width: 45vw;
  }
  .voice-content2 .customer-voice li:nth-child(2) {
    width: 45vw;
  }
}
@media screen and (max-width: 430px) {
  .voice-content2 .customer-voice {
    font-size: 14px;
    letter-spacing: -1px;
  }
  .voice-content2 .customer-voice li:nth-child(1) {
    width: 43vw;
  }
  .voice-content2 .customer-voice li:nth-child(2) {
    width: 43vw;
  }
}
.voice-content3 {
  position: relative;
  background: url(/assets/img/voice-bg-pc.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .voice-content3 {
    background: url(/assets/img/voice-bg-sp.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0;
  }
}
.voice-content3:after {
  content: '';
  width: 130px;
  height: 50px;
  background-color: #e9f2f5;
  clip-path: polygon(50% 50px, 0% 0%, 130px 0%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 640px) {
  .voice-content3:after {
    width: 90px;
    height: 36px;
    clip-path: polygon(50% 36px, 0% 0%, 90px 0%);
  }
}
.voice-conclusion {
  position: relative;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  .voice-conclusion {
    text-align: left;
  }
}
.voice-conclusion p {}
.voice-conclusion.pc p {
  font-size: 39px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  .voice-conclusion.pc p {
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 960px) {
  .voice-conclusion.pc p {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 820px) {
  .voice-conclusion.pc p {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 640px) {
  .voice-conclusion.pc p {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
.voice-conclusion.pc p:first-child {
  font-size: 27px;
}
@media screen and (max-width: 1280px) {
  .voice-conclusion.pc p:first-child {
    font-size: 2.3vw;
  }
}
.voice-conclusion.pc p:last-child {
  margin-bottom: 0;
}
.voice-conclusion.sp .conclusion-text2 {
  margin-top: 23px;
}
.voice-conclusion.sp .conclusion-text1 p {
  font-size: 17px;
  line-height: 0;
}
.voice-conclusion.sp .conclusion-text2 p {
  font-size: 24px;
  line-height: 0;
}
@media screen and (max-width: 640px) {
  .voice-conclusion.sp .conclusion-text1 p:nth-child(2), .voice-conclusion.sp .conclusion-text2 p:nth-child(2) {
    margin-left: 4%;
  }
  .voice-conclusion.sp .conclusion-text2 p:nth-child(3) {
    margin-left: 8%;
  }
}
.voice-conclusion span {
  display: inline-block;
  background: #ffffff;
  padding: 20px 30px;
  border-radius: 50px;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .voice-conclusion span {
    padding: 20px 20px;
  }
}
.voice-conclusion.sp .conclusion-text1 span {
  padding: 6px 15px 10px;
}
.voice-conclusion.sp .conclusion-text2 span {
  padding: 9px 25px 12px;
}
.voice-conclusion.sp .conclusion-text2 p:first-child span {
  padding: 9px 7px 12px 15px;
}
.voice-conclusion.sp .conclusion-text2 p:nth-child(3) span {
  padding: 9px 36px 12px 40px;
}
.voice-conclusion em {
  background: linear-gradient(90deg, #ffa165, #ff0a5a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 800;
}
/* media */
.media {
  background: url(/assets/img/media-bg-pc.png) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .media {
    background: url(/assets/img/media-bg-sp.png) no-repeat center center;
    background-size: cover;
    padding: 20px 0 10px;
  }
}
.media-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.media-items::after {
  content: "";
  display: block;
  width: 48%;
}
.media-item {
  width: 48%;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .media-item {
    margin-bottom: 30px;
  }
}
.media-item:first-child {
  width: 100%;
}
.media-item .detail {
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .media-item .detail {
    margin-top: 15px;
  }
}
.media-item .detail time {}
@media screen and (max-width: 640px) {
  .media-item .detail time {
    font-size: 14px;
  }
}
.media-item .detail h3 {
  font-size: 24px;
  margin: 10px 0 0;
  font-weight: 700;
}
@media (max-width: 640px) {
  .media-item .detail h3 {
    font-size: 18px;
    margin: 5px 0 0;
  }
}
.media-item .detail p {
  margin-top: 15px;
}
@media (max-width: 640px) {
  .media-item .detail p {
    margin-top: 10px;
  }
}
/* ambassador */
.ambassador {
  padding: 100px 0;
}
@media screen and (max-width: 640px) {
  .ambassador {
    padding: 50px 0;
  }
}
.ambassador .content-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.ambassador .content-wrapper .person {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ambassador .content-wrapper .person img {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 640px) {
  .ambassador .content-wrapper .person img {
    max-width: 150px;
  }
}
.ambassador .content-wrapper .person .person-name {
  margin-left: 100px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ambassador .content-wrapper .person .person-name {
    margin-left: 30px;
  }
}
@media screen and (max-width: 430px) {
  .ambassador .content-wrapper .person .person-name {
    margin-left: 25px;
  }
}
.ambassador .content-wrapper .person .name-title {
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 640px) {
  .ambassador .content-wrapper .person .name-title {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0;
  }
}
.ambassador .content-wrapper .person .name {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 640px) {
  .ambassador .content-wrapper .person .name {
    font-size: 25px;
  }
}
.ambassador .content-wrapper .person .name-en {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 640px) {
  .ambassador .content-wrapper .person .name-en {
    font-size: 13px;
  }
}
.profile-introduce {
  width: 100%;
  margin: 80px 0;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .profile-introduce {
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .profile-introduce {
    margin: 40px 0;
  }
}
.person-media {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .person-media {
    width: 100%;
    justify-content: flex-start;
  }
}
.person-media .web-site {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  margin-top: 30px;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .person-media .web-site {
    justify-content: flex-start;
    margin-top: 0;
  }
}
.person-media .web-site a {
  position: relative;
  display: inline-block;
  color: #ff0a5a;
  text-decoration: none;
}
.person-media .web-site a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15em;
  width: 100%;
  height: 1px;
  background: #ff0a5a;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
  opacity: 0;
}
.person-media .web-site a:hover::after {
  transform: scaleX(1);
  opacity: 1;
}
.person-media .sns-items {
  flex-wrap: wrap;
  margin-top: 30px;
  margin-left: 50px;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .person-media .sns-items {
    width: 100%;
    margin-top: 25px;
    margin-left: 0;
  }
}
.person-media .sns-items .sns-item {
  gap: 17px;
}
.person-media .sns-items .sns-item li {}
.person-media .sns-items .sns-item li img {
  width: 30px;
}
@media screen and (max-width: 640px) {
  .person-media .sns-items .sns-item li img {
    width: 24px;
  }
}
@media screen and (max-width: 430px) {
  .person-media .sns-items .sns-item {
    gap: 12px;
  }
  .person-media .sns-items .sns-item li img {
    width: 22px;
  }
}
/* message */
.message {
  background: url(/assets/img/message-bg-pc.png) no-repeat center center;
  background-size: cover;
  padding: 100px 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .message {
    background: url(/assets/img/message-bg-sp.png) no-repeat center center;
    background-size: cover;
    padding: 50px 0 0;
  }
}
.section-message {
  display: grid;
  grid-template-columns: 500px minmax(0, 1fr);
  column-gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 1500px) {
  .section-message {
    column-gap: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .section-message {
    grid-template-columns: 37vw minmax(0, 1fr);
  }
}
.message-left {
  display: flex;
  flex-direction: column;
}
.message-img {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  transform: translateX(-70px);
}
@media screen and (max-width: 1500px) {
  .message-img {
    transform: translateX(0);
  }
}
.message-img img {
  display: block;
  width: 100%;
  height: auto;
}
.message-profile {
  margin-top: -35px;
  margin-left: 5%;
  border-left: 1px solid #d29a92;
  padding-left: 16px;
  position: relative;
  z-index: 2;
}
.message-role {
  margin: 60px 0 2px;
}
.message-name {
  margin: 0 0 20px;
  font-weight: 500;
}
.message-blog-label {
  margin: 0 0 10px;
}
.message-profile .sns-item {
  gap: 13px;
}
.message-profile .sns-item li {}
.message-profile .sns-item li img {
  width: 30px;
}
@media screen and (max-width: 640px) {
  .message-profile .sns-item li img {
    width: 24px;
  }
}
@media screen and (max-width: 430px) {
  .message-profile .sns-item {
    gap: 12px;
  }
  .message-profile .sns-item li img {
    width: 22px;
  }
}
@media screen and (max-width: 640px) {
  .message-profile {
    margin-top: -35px;
    margin-left: 0;
  }
}
.message-header {
  margin-bottom: 32px;
}
.message-title {
  margin: 30px 0 0;
}
.message-header .content-title1 h2 {
  margin: initial;
}
.message-body p {
  font-size: 17px;
}
@media only screen and (max-width: 820px) {
  .section-message {
    max-width: none;
    display: grid;
    grid-template-columns: 46% minmax(0, 1fr);
    grid-template-areas:
      "photo  header"
      "profile header"
      "body   body";
    column-gap: 40px;
    row-gap: 16px;
  }
  .message-left, .message-right {
    display: contents;
  }
  .message-img {
    grid-area: photo;
    transform: translateX(-20px);
  }
  .message-img img {
    width: 100%;
    height: auto;
    border-radius: 0 10px 10px 0;
    display: block;
  }
  .message-profile {
    grid-area: profile;
    font-size: 13px;
    margin-top: -55px;
    border-left: 1px solid #d29a92;
    padding-left: 12px;
  }
  .message-header {
    grid-area: header;
    margin-bottom: 8px;
  }
  .message-title {
    margin-top: 24px;
  }
  .message-body {
    grid-area: body;
    margin-top: 8px;
  }
}
@media (max-width: 640px) {
  .section-message {
    grid-template-columns: 48% minmax(0, 1fr);
    column-gap: 10px;
  }
  .message-profile {
    transform: translateX(40%);
    width: calc(100% + 40%);
    z-index: 2;
    margin-left: -60%;
  }
  .message-name {
    margin: 0 0 10px;
  }
  .message-blog-label {
    margin: 0 0 5px;
  }
  .message-role {
    margin: 60px 0 2px;
  }
  .message-title {
    letter-spacing: -1px;
  }
}
@media (max-width: 430px) {
  .section-message {
    column-gap: 0;
  }
}
.achievements {
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #ff6172 50%, #ff6172 100%);
  padding: 100px 0;
}
@media (max-width: 820px) {
  .achievements {
    background: linear-gradient(to bottom, transparent 0%, transparent 30%, #ff6172 30%, #ff6172 100%);
  }
}
@media (max-width: 640px) {
  .achievements {
    padding: 50px 0;
  }
}
.achievements-items {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  box-sizing: border-box;
}
.achievements-item {
  flex: 1 1 0;
}
.achievements-item + .achievements-item {
  border-left: 1px solid #e5e5e5;
  padding-left: 60px;
}
.achievements-title {
  font-size: 21px;
  font-weight: 700;
  color: #ff0a5a;
}
.achievements-list {
  list-style: none;
  margin-top: 20px;
  padding: 0;
  line-height: 2.0;
}
.achievements-list li {
  position: relative;
  padding-left: 14px;
}
.achievements-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ff3064;
}
@media (max-width: 820px) {
  .achievements-inner {
    padding: 40px 0 50px;
  }
  .achievements-items {
    padding: 40px 40px 42px;
    flex-direction: column;
    gap: 42px;
  }
  .achievements-item + .achievements-item {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
  }
  .achievements-title {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .achievements-items {
    padding: 30px 20px 32px;
    gap: 32px;
  }
  .achievements-item + .achievements-item {
    padding-top: 25px;
  }
}
/* company */
.company {
  background-color: #fff9f4;
  padding: 100px 0;
}
@media screen and (max-width: 640px) {
  .company {
    padding: 50px 0;
  }
}
.company-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .company-info {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.company-info .company-logo {
  width: 32%;
}
@media screen and (max-width: 640px) {
  .company-info .company-logo {
    width: 60%;
    margin: auto;
  }
}
.company-info .company-profile {
  width: 60%;
}
@media screen and (max-width: 960px) {
  .company-info .company-profile {
    width: 65%;
  }
}
@media screen and (max-width: 640px) {
  .company-info .company-profile {
    width: 100%;
    margin-top: 40px;
  }
}
.company-profile table {
  width: 100%;
  line-height: 1.8;
}
.company-profile table tr {}
.company-profile table th {
  width: 150px;
  box-sizing: border-box;
  padding: 12px 30px;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .company-profile table th {
    width: 125px;
  }
}
@media screen and (max-width: 640px) {
  .company-profile table th {
    width: 110px;
    padding: 10px 15px;
  }
}
.company-profile table td {
  box-sizing: border-box;
  padding: 12px 30px;
}
@media screen and (max-width: 980px) {
  .company-profile table td {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .company-profile table td {
    padding: 10px 15px 10px 0;
  }
}
/* faq */
.faq {
  background: url(/assets/img/faq-bg-pc.png) no-repeat center center;
  background-size: cover;
  padding: 40px 0 100px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .faq {
    background: url(/assets/img/faq-bg-sp.png) no-repeat center center;
    background-size: cover;
    padding: 20px 0 50px;
  }
}
.qa-items {}
.qa-item {
  border-radius: 5px;
  overflow: hidden;
  background: #ff0a5a;
  margin-bottom: 30px;
}
.qa-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .qa-item {
    margin-bottom: 20px;
  }
}
.qa-item summary::-webkit-details-marker {
  display: none;
}
.qa-item summary::marker {
  content: "";
}
.qa-item > summary {
  display: grid;
  grid-template-columns: 40px 1fr 28px;
  align-items: center;
  gap: 25px;
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  color: #ffffff;
}
@media (max-width: 820px) {
  .qa-item > summary {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .qa-item > summary {
    grid-template-columns: 35px 1fr 28px;
    gap: 15px;
    font-size: 16px;
  }
}
.qa-item > summary::before {
  content: "Q";
  display: grid;
  place-items: center;
  color: #ffffff;
  font-family: "Bodoni Moda", serif;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .qa-item > summary::before {
    width: 28px;
    height: 28px;
    font-size: 2.0rem;
  }
}
.qa-item > summary .icon {
  position: relative;
  width: 25px;
  height: 25px;
  justify-self: end;
  transition: transform 0.6s ease;
}
.qa-item > summary .icon::before, .qa-item > summary .icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
  border-radius: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.qa-item > summary .icon::before {
  width: 25px;
  height: 3px;
}
.qa-item > summary .icon::after {
  width: 3px;
  height: 25px;
  transition: opacity 0.4s ease;
}
.qa-item[open] > summary .icon {
  transform: rotate(180deg);
}
.qa-item[open] > summary .icon::after {
  opacity: 0;
}
.qa-item > summary:hover {
  background: color-mix(in oklab, #ff0a5a 92%, white);
}
.qa-item > summary:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .35) inset, 0 0 0 3px rgba(0, 0, 0, .05);
}
.qa-item:not([open]) > p {
  display: none;
}
.qa-item > p {
  padding: 30px 30px;
  will-change: transform, opacity, filter;
  background: #ffffff;
  border-bottom: 5px solid #ff0a5a;
  border-left: 5px solid #ff0a5a;
  border-right: 5px solid #ff0a5a;
}
@media (max-width: 640px) {
  .qa-item > summary {
    grid-template-columns: 32px 1fr 26px;
    padding: 14px 16px;
  }
  .qa-item > p {
    padding: 14px 16px;
  }
}
.qa-explanation {
  font-size: 1.8rem;
  margin-top: 70px;
}
@media screen and (max-width: 820px) {
  .qa-explanation {
    font-size: 1.5rem;
    margin-top: 40px;
  }
}
/* cta */
.cta {
  background: url(/assets/img/cta-bg-pc.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .cta {
    background: url(/assets/img/cta-bg-sp.png) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
  }
}
@media screen and (max-width: 640px) {
  .cta {
    padding: 40px 0;
  }
}
.cta .inner {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 820px) {
  .cta .inner {
    display: block;
    justify-content: flex-start;
  }
}
.cta-content {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 820px) {
  .cta-content .heading {
    width: fit-content;
  }
}
.cta-content h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .cta-content h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 430px) {
  .cta-content h2 {
    font-size: 13px;
  }
}
.cta-content p {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.5;
  margin: 20px 0 10px;
}
@media screen and (max-width: 820px) {
  .cta-content p {
    font-size: 32px;
    margin: 25px 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .cta-content p {
    font-size: 32px;
  }
}
@media screen and (max-width: 430px) {
  .cta-content p {
    margin: 10px 0 25px;
    font-size: 20px;
  }
}
.cta-content p span {
  position: relative;
  display: inline-block;
  padding-top: 8px;
}
.cta-content p span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 7px;
  height: 7px;
  background: #fff974;
  border-radius: 50%;
  box-shadow:
    -80px 0 0 #fff974, -40px 0 0 #fff974, 40px 0 0 #fff974, 80px 0 0 #fff974;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .cta-content p span::before {
    box-shadow:
      -63px 0 0 #fff974, -30px 0 0 #fff974, 30px 0 0 #fff974, 63px 0 0 #fff974;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 430px) {
  .cta-content p span::before {
    box-shadow:
      -40px 0 0 #fff974, -19px 0 0 #fff974, 21px 0 0 #fff974, 40px 0 0 #fff974;
    transform: translateX(-50%);
  }
}
/* footer */
.footer {
  position: relative;
  background: #3d3333;
}
.footer .inner {}
.footer-content {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  padding: 90px 0;
}
@media screen and (max-width: 820px) {
  .footer-content {
    padding: 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .footer-content {
    padding: 40px 0;
  }
}
.footer-content .contact {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .footer-content .contact {
    width: 100%;
  }
}
.footer-content .contact h2 {
  font-size: 38px;
  font-weight: 800;
  background: linear-gradient(90deg, #ffa165, #ff7290);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1300px) {
  .footer-content .contact h2 {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 640px) {
  .footer-content .contact h2 {
    font-size: 5.5vw;
    text-align: center;
  }
}
.footer-content .contact .link-btn {
  margin: 10px 0 25px;
}
@media screen and (max-width: 640px) {
  .footer-content .contact .link-btn {
    margin: 25px 0;
  }
}
.footer-content .contact p {
  color: #ffffff;
}
@media screen and (max-width: 1250px) {
  .footer-content .contact p {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 960px) {
  .footer-content .contact p {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .footer-content .contact p {
    text-align: center;
  }
}
.footer-content .sns {
  width: 42%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media screen and (max-width: 640px) {
  .footer-content .sns {
    width: 100%;
    margin-top: 40px;
  }
}
.footer-content .sns .sns-item {
  width: 100%;
  margin-bottom: 25px;
  gap: 25px;
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .footer-content .sns .sns-item {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .footer-content .sns .sns-item {
    gap: 18px;
  }
}
.footer-content .sns .sns-item li {}
.footer-content .sns .sns-item li img {
  width: 50px;
}
@media screen and (max-width: 960px) {
  .footer-content .sns .sns-item li img {
    width: 4.65vw;
  }
}
@media screen and (max-width: 640px) {
  .footer-content .sns .sns-item li img {
    width: 34px;
  }
}
.copyright {
  width: 100%;
  font-size: 15px;
  color: #c9bdb5;
  text-align: right;
}
@media screen and (max-width: 1250px) {
  .copyright {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 960px) {
  .copyright {
    font-size: 15px;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .copyright {
    font-size: 13px;
  }
}
.page-top {
  width: 80px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .page-top {
    width: 8vw;
  }
}
@media screen and (max-width: 640px) {
  .page-top {
    width: 20vw;
  }
}
.page-top a {
  display: block;
  position: relative;
}
.page-top a img {
  border-radius: 0;
}
/* cta-bnr */
.cta-bnr {
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  box-sizing: border-box;
  opacity: 1;
  transform: translateY(0);
  transform-origin: top right;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cta-link-bnr {
  position: relative;
}
.cta-link-bnr img {
  width: 100%;
  height: auto;
  max-width: 19vw;
  min-width: 240px;
  display: block;
}
@media screen and (max-width: 1280px) {
  .cta-link-bnr img {
    max-width: 40vw;
    min-width: 400px;
  }
}
.cta-link-bnr img.pc {
  display: block !important;
}
.cta-link-bnr img.tb {
  display: none !important;
}
.cta-link-bnr img.sp {
  display: none !important;
}
@media screen and (max-width: 1280px) {
  .cta-link-bnr img.pc {
    display: none !important;
  }
  .cta-link-bnr img.tb {
    display: block !important;
  }
  .cta-link-bnr img.sp {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .cta-link-bnr img.pc {
    display: none !important;
  }
  .cta-link-bnr img.tb {
    display: none !important;
  }
  .cta-link-bnr img.sp {
    display: block !important;
  }
}
.cta-link-bnr img.tb, .cta-link-bnr img.sp {
  border-radius: 0;
}
.cta-bnr__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.cta-bnr.is-leaving {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}
.cta-bnr.is-hidden {
  display: none;
}
@media screen and (max-width: 640px) {
  .cta-bnr {
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
    transform-origin: bottom center;
  }
  .cta-link-bnr img {
    max-width: 100%;
    min-width: auto;
    margin: 0 auto;
  }
  .cta-bnr__close {
    top: 6px;
    left: 6px;
    background: rgba(255, 255, 255, 0.9);
  }
}