@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');


/* ==================================================================================
   general style
===================================================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,main,summary,time,mark,audio,video{margin:0;padding:0;border:0;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block;}table{border-collapse:collapse;border-spacing:0;font-family:inherit;}th,td{border-collapse:collapse}table th,table td{white-space:wrap}ul,ol{list-style-type:none}input,textarea,select{font-family:inherit}input[type="button"],input[type="text"],input[type="submit"]{-webkit-appearance:none}textarea{resize:none;-webkit-appearance:none}img{vertical-align:text-bottom;vertical-align:-webkit-baseline-middle;max-width:100%;height:auto;width:auto}.clearfix::after{content:"";display:table;clear:both;}

html,
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Zen Kaku Gothic New', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic,
    "Yu Gothic", "游ゴシック体", "YuGothic", 'Inter', "Avenir Next",
    "Helvetica Neue", Helvetica, Verdana, "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 500;
  min-height: 100%;
  width: 100%;
  height: 100%;
  background-color: #F7F4F1;
  scroll-behavior: smooth;
}
.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
.wrap {
  width: calc(100% - 64px);
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
/* -----------------------------------
   Link
-------------------------------------- */
a {
  text-decoration: none;
  color: #1A1A1A;
  transition: all 0.15s;
}
a:link {
  text-decoration: none;
  color: #1A1A1A;
}
a:visited {
  text-decoration: none;
  color: #1A1A1A;
}
a:hover {
  text-decoration: none;
  color: #1A1A1A;
  opacity: 1;
}
a:active {
  text-decoration: none;
}
.form-control {
  transition: all 0.15s ease-in-out 0s;
}
a,
.btn {
  transition: all 0.15s;
  border-radius: 0px;
}
button {
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
:root {
  --primary: #F4C738;
  --beige: #F7F4EF;
  --beige-l: #fff;
  --beige-d: #EEE7DC;
  --beige-dd: #D7CBB8;
  --black: #000;
  --black-1a: #1A1A1A;
  --black-66: #666;
  --gray-99: #999;
  --gray-dd: #ddd;
  --white-ef: #efefef;
  --white-fa: #fafafa;
  --white: #fff;
  --font-base: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic,
  "Yu Gothic", "游ゴシック体", "YuGothic", 'Inter', "Avenir Next",
  "Helvetica Neue", Helvetica, Verdana, "Meiryo UI", "メイリオ", Meiryo,
  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font-eng: 'Inter', sans-serif;
}

/* -----------------------------------
   Typography
-------------------------------------- */
.serif {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.font-e{
  font-family: 'Inter';
}
p {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 1px;
}
h1, h2, h3, h4, h5, h6 {
  font: 700 16px/1.5;
  margin: 0;
  font-feature-settings: "palt";
}
h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 2px;
}
h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 1px;
}
h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
}
h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
}
h6 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
}
/* -----------------------------------
   Loader
-------------------------------------- */
.splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background:var(--beige);
  text-align:center;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .splash_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  }
  .splash_logo img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .splash_logo_img{
    width:140px;
    height: 140px;
  -webkit-animation-name: logofadeAnime;
          animation-name: logofadeAnime;
  -webkit-animation-duration:1.5s;
          animation-duration:1.5s;
  -webkit-animation-fill-mode:forwards;
          animation-fill-mode:forwards;
  opacity: 0;
  }
  @-webkit-keyframes logofadeAnime{
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes logofadeAnime{
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

/* -----------------------------------
   header
-------------------------------------- */
#header {
  width: 100%;
  height: 88px;
  display: block;
  margin: 0 auto;
  position: fixed;
  z-index: 9999;
  transition: all 0.15s ease-in-out;
  background: none;
}
#header.hide{
  transform: translateY(-100%);
}
.header-wrap {
  width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-logo {
  position: relative;
  margin-right: auto;
  height: 88px;
  display: flex;
  align-items: center;
}
.header-logo a {
  height: 40px;
  display: flex;
  align-items: center;
}
.header-logo img {
  width: auto;
  height: 100%;
  margin-left: 24px;
}
.header-logo p{
  font-size: 0.625rem;
  margin-left: 12px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1px;
}
/* hmb menu */
#hmb {
  position: absolute;
  top: 28px;
  right:24px;
}
.nav-open #hmb {
  position: fixed;
}
.line-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s;
  box-sizing: border-box;
  position: relative;
  width: 44px;
  height: 44px;
  margin-right: 0;
  margin-left: auto;
  z-index: 9999;
}
.line-list span {
  display: block;
  transition: all 0.2s;
  box-sizing: border-box;
  position: absolute;
  width: 44px;
  height: 3px;
  border-radius: 2px;
  background: var(--black-1a);
  top: 0;
}
.line-list span:nth-child(1) {
  margin-top: 4px;
}
.line-list span:nth-child(2) {
  margin-top: 12px;
}
.line-list.active span:nth-child(1) {
  width:44px;
  height: 3px;
  transform: translateY(10px) rotate(-45deg);
  right: 0;
  margin-top: 0;
  background: var(--black-1a);
}
.line-list.active span:nth-child(2) {
  width:44px;
  height: 3px;
  transform: translateY(-10px) rotate(45deg);
  right: 0;
  margin-top: 20px;
  background: var(--black-1a);
}
.line-list p{
  font-family: 'Inter';
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
}
.line-list.active p{
  visibility: hidden;
}

/* メニューの中身 */
#hmb-content{
  position:fixed;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  top:0;
  left: 0;
  right: 0;
  width:100%;
  height: 100vh;
  background: var(--beige);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
#hmb-content .header-logo{
  top: 0;
  height: 88px;
  display: none;
  transition: all 0.15s ease-in-out;
}
#hmb-content .header-logo a{
  height: 40px;
  display: flex;
  align-items: center;
}
#hmb-content .header-logo img {
  width: auto;
  height: 100%;
}
.nav-open #hmb-content .header-logo{
  z-index: 999;
  display: flex;
  position: fixed;
}
.nav-open #hmb-content{
  position:fixed;
  visibility: visible;
  opacity: 1;
  z-index:999;
  top:0;
  left: 0;
  right: 0;
  width:100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#hmb ul {
  display: flex;
  position: relative;
  flex-direction: column;
  list-style: none;
  margin-right: auto;
  width: auto;
  padding: 0 24px;
  padding-top: 120px;
}
#hmb ul li {
  text-align: left;
  padding: 14px 0;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  display: inline-block;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
#hmb ul a {
  color: var(--black-1a);
  text-align: left;
  width: 100%;
  height: auto;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
#hmb ul .hmb-contact-menu-contact{
  font-family: 'Inter';
  font-size: 1.25rem;
  font-weight: 500;
}
#hmb-content .hmb-info{
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0 auto;
  margin-top: 24px;
  width: calc(100% - 48px);
  padding: 24px 0 0;
  border-top: 1px solid var(--black-1a);
  position: relative;
}
#hmb-content .hmb-info a{
  font-family: 'Inter';
  letter-spacing:1px;
  color: var(--black-1a);
  margin-bottom: 16px;
}
#hmb-content .hmb-info p{
  font-family: 'Inter';
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--black-1a);
}
#hmb-content .hmb-info .copyrights{
  margin-top: 24px;
  font-size: 0.75rem;
  font-family: 'Inter';
  font-weight: 400;
  letter-spacing: 0;
  color: #999;
}

#hmb ul li{
  opacity: 0.2;
  transform: translateY(80px);
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}
.nav-open #hmb ul li{
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 1 !important;
  transform: translateY(0);
}
#hmb ul li:nth-child(2){
  transition-delay: 0.05s;
}
#hmb ul li:nth-child(3){
  transition-delay: 0.1s;
}
#hmb ul li:nth-child(4){
  transition-delay: 0.15s;
}
#hmb ul li:nth-child(5){
  transition-delay: 0.2s;
}
#hmb ul li:nth-child(6){
  transition-delay: 0.25s;
}
#hmb ul li:nth-child(7){
  transition-delay: 0.3s;
}
.hmb-contact{
  opacity: 0.2;
  transform: translateY(80px);
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}
.nav-open #hmb .hmb-contact{
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 1 !important;
  transform: translateY(0);
}
.hmb-img{
  width: 80px;
  height: auto;
  position: absolute;
  top: 100px;
  right: 24px;
  overflow: hidden;
}
.hmb-img img{
  width: 100%;
}
.hmb-img{
  opacity: 0;
  transform: translateY(80px);
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}
.nav-open .hmb-img{
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  opacity: 0.2 !important;
  transform: translateY(0);
}

/* -----------------------------------
   common
-------------------------------------- */
.container{
  position: relative;
}
#noise{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
	left: 0;
  display: block;
  background: url(images/img_noise.png);
  -webkit-animation: noise_anima 1s steps(10) infinite;
          animation: noise_anima 1s steps(10) infinite;
}
@-webkit-keyframes noise_anima {
	from { background-position: 0 0; }
	to { background-position: 123px 456px; }
}
@keyframes noise_anima {
	from { background-position: 0 0; }
	to { background-position: 123px 456px; }
}
/* fx */
.fx1{
  opacity: 0.2;
  transform: translateY(24px);
}
.fx1.active{
  transition: all 0.6s linear;
  opacity: 1 !important;
  transform: translateY(0);
}
.fx1.active:nth-child(1) {
  transition-delay: 0.2s;
}
.fx1.active:nth-child(2) {
  transition-delay: 0.4s;
}
.fx1.active:nth-child(3) {
  transition-delay: 0.6s;
}
.fx1.active:nth-child(4) {
  transition-delay: 0.8s;
}
.fx1.active:nth-child(5) {
  transition-delay: 1s;
}
.fx1.active:nth-child(6) {
  transition-delay: 1.2s;
}
.fx1.active:nth-child(7) {
  transition-delay: 1.4s;
}
.fx1.active:nth-child(8) {
  transition-delay: 1.6s;
}
.fx1.active:nth-child(9) {
  transition-delay: 1.8s;
}
.fx1.active:nth-child(10) {
  transition-delay: 2s;
}
/* fx2 */
.fx2{
  opacity: 0.2;
  transform: translateY(32px);
}
.fx2.active{
  transition: all 1s linear;
  opacity: 1 !important;
  transform: translateY(0);
}
.fx2.active:nth-child(1) {
  transition-delay: 0.2s;
}
.fx2.active:nth-child(2) {
  transition-delay: 0.4s;
}
.fx2.active:nth-child(3) {
  transition-delay: 0.6s;
}
.fx2.active:nth-child(4) {
  transition-delay: 0.8s;
}
.fx2.active:nth-child(5) {
  transition-delay: 1s;
}
.fx2.active:nth-child(6) {
  transition-delay: 1.2s;
}
.fx2.active:nth-child(7) {
  transition-delay: 1.4s;
}
.fx2.active:nth-child(8) {
  transition-delay: 1.6s;
}
.fx2.active:nth-child(9) {
  transition-delay: 1.8s;
}
.fx1.active:nth-child(10) {
  transition-delay: 2s;
}

/* title */
.title-l{
  margin-bottom: 40px;
}
.title-l h2{
  font-size: 1.75rem;
  text-align: center;
  font-weight: 700;
}
.title-l p{
  margin-top: 12px;
}
.newline{
  display: block;
}
.sp-none.newline{
  display: inline;
}

/* title-fx */
.title-fx{
  overflow: hidden;
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.title-fx span{
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: translateY(120px);
    display: inline-block;
    opacity: 0;
}
.title-fx.active span{
  transform: translateY(0);
  opacity: 1;
}
.title-fx.active span:nth-child(1){
  transition: all 0.5s ease-in-out;
}
.title-fx.active span:nth-child(2){
  transition: all 0.6s ease-in-out;
}
.title-fx.active span:nth-child(3){
  transition: all 0.7s ease-in-out;
}
.title-fx.active span:nth-child(4){
  transition: all 0.8s ease-in-out;
}
.title-fx.active span:nth-child(5){
  transition: all 0.9s ease-in-out;
}
.title-fx.active span:nth-child(6){
  transition: all 1.0s ease-in-out;
}
.title-fx.active span:nth-child(7){
  transition: all 1.1s ease-in-out;
}
.title-fx.active span:nth-child(8){
  transition: all 1.2s ease-in-out;
}
.title-fx.active span:nth-child(9){
  transition: all 1.3s ease-in-out;
}
.title-fx.active span:nth-child(10){
  transition: all 1.4s ease-in-out;
}
.title-fx.active span:nth-child(11){
  transition: all 1.5s ease-in-out;
}
.title-fx.active span:nth-child(12){
  transition: all 1.6s ease-in-out;
}
.title-fx.active span:nth-child(13){
  transition: all 1.7s ease-in-out;
}
.title-fx.active span:nth-child(14){
  transition: all 1.8s ease-in-out;
}
.title-fx.active span:nth-child(15){
  transition: all 1.9s ease-in-out;
}
.title-fx.active span:nth-child(16){
  transition: all 2.0s ease-in-out;
}
.title-fx.active span:nth-child(17){
  transition: all 2.1s ease-in-out;
}
.title-fx.active span:nth-child(18){
  transition: all 2.2s ease-in-out;
}
.title-fx.active span:nth-child(19){
  transition: all 2.3s ease-in-out;
}
.title-fx.active span:nth-child(20){
  transition: all 2.4s ease-in-out;
}
.mv-item .title-fx span{
  transition: 0.5s;
  transition-delay:0.5s;
  animation-delay: 0.5s;
}
.mv-item .title-fx.active span{
  transition-delay: 0.5s;
}
.cta-head.title-fx{
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* btn */
.btn{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.btn-link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 160px;
  padding-bottom: 16px;
  text-align: left;
  text-decoration: none;
  line-height: 1;
  margin-top: 40px;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 1.25rem;
}
.btn-link::before {
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 1px;
  content: "";
  background: #1A1A1A;
  -webkit-animation: btn-anim-rvs .3s ease forwards;
  animation: btn-anim-rvs .3s ease forwards;
}
.btn-link::after {
  position: absolute;
  right: 12px;
  bottom: 16px;
  width: 16px;
  height: 16px;
  line-height: 1;
  content: "";
  background-image: url(assets/images/arrow_black_r.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  transform: translateX(0);
}
.btn-link:hover::after {
  -webkit-animation: cubic-bezier(0.165, 0.84, 0.44, 1) slide-in .4s forwards;
  animation: cubic-bezier(0.165, 0.84, 0.44, 1) slide-in .4s forwards;
}
.btn-link:hover::before {
  -webkit-animation: btn-anim .3s ease forwards;
  animation: btn-anim .3s ease forwards;
}
@-webkit-keyframes btn-anim-rvs{
  0%{background:#1A1A1A;transform:scaleX(1);transform-origin:right}49%{background:#1A1A1A;transform:scaleX(0);transform-origin:right}50%{background:#1A1A1A;transform:scaleX(0);transform-origin:left}100%{background:#1A1A1A;transform:scaleX(1);transform-origin:left}
}
@keyframes btn-anim-rvs{
  0%{background:#1A1A1A;transform:scaleX(1);transform-origin:right}49%{background:#1A1A1A;transform:scaleX(0);transform-origin:right}50%{background:#1A1A1A;transform:scaleX(0);transform-origin:left}100%{background:#1A1A1A;transform:scaleX(1);transform-origin:left}
}
@-webkit-keyframes btn-anim{
  0%{background:#1A1A1A;transform:scaleX(1);transform-origin:right}49%{background:#1A1A1A;transform:scaleX(0);transform-origin:right}50%{background:#1A1A1A;transform:scaleX(0);transform-origin:left}100%{background:#1A1A1A;transform:scaleX(1);transform-origin:left}
}
@keyframes btn-anim{
  0%{background:#1A1A1A;transform:scaleX(1);transform-origin:right}49%{background:#1A1A1A;transform:scaleX(0);transform-origin:right}50%{background:#1A1A1A;transform:scaleX(0);transform-origin:left}100%{background:#1A1A1A;transform:scaleX(1);transform-origin:left}
}
@-webkit-keyframes slide-in{
  0%{opacity:0}25%{opacity:0;transform:translateX(-1.5625rem)}100%{opacity:1;transform:translateX(0)}}
@keyframes slide-in{
  0%{opacity:0}25%{opacity:0;transform:translateX(-1.5625rem)}100%{opacity:1;transform:translateX(0)}}@media screen and (max-width: 769px){.profile .profile-link_work{margin-top:2.9375rem}}
  @-webkit-keyframes fadeIn-label-anim{0%{content:attr(data-download-label)}45%{opacity:0}50%{opacity:0}55%{opacity:0}100%{content:attr(data-download-hover-label);opacity:1}
}
/* imgfx1 */
.imgfx1{
  opacity: 0;
  transform: translate(0, 35%) scale(1.2, 1.2);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.imgfx1.active {
  transform: translate(0, 0) scale(1, 1);
  opacity: 1;
}
/* -----------------------------------
   top
-------------------------------------- */
.contents{
  position: relative;
  min-height: 100%;
}
/* margin */
.section{
  position: relative;
  padding: 80px 0 0;
  z-index: 9;
}
.point, .service, .flow, .plan, .voice, .reason{
  position: relative;
  width: 100%;
  overflow: hidden;
}
/*--- mv ---*/
.mv {
  position: relative;
  display: block;
  width: 100%;
  height: 85vh;
}
.mv-wrap {
  position: relative;
  width: 100%;
  height: calc(100% - 88px);
  padding-top: 88px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.mv-mov{
  width: 100%;
  height: 60%;
  position: relative;
  bottom: 0;
}
.mv-mov video{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  object-fit: cover;
  object-position: 0 0;
}
.mv-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 40%;
  z-index: 9;
}
.mv-item h1{
  position: relative;
  font-size: min(9.5vw,3rem);
  letter-spacing: 1px;
  line-height: 1.5;
}
.mv-item .newline{
  display: block;
}
.mv-item .uline{
  width: 0;
  height: 12px;
  background: var(--primary);
  position: absolute;
  bottom: 4px;
  left: 16%;
  transform: translateY(0);
  z-index: -1;
}
.mv-item .title-fx.active .uline{
  width: 68%;
  opacity: 0.8;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition-delay: 1.7s;
}
.mv-cta{
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  background: var(--beige-l);
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.10));
          filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.10));
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.mv-cta span{
  font-size: 1.75rem;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1;
}
.mv-cta .line-free{
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.mv-cta .line-green{
  color: #00C300;
  font-family: 'Inter';
  font-size: 1.875rem;
}

.mv-scroll{
  display: none;
}
.bg-round{
  position: relative;
  z-index: 99;
  border-radius: 64px 0px 64px 0px;
  background: var(--beige-l);
  box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.05);
}
/* overview */
.overview{
  display: block;
  position: relative;
  width: 100%;
  contain: paint;
}
.overview-wrap{
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  width: 100%;
}
.overview-img{
  position: -webkit-sticky;
  position: sticky;
  width: 180px;
  height: 180px;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.overview-img img{
  width: 100%;
  margin-left: -8px;
}
.overview-img .fukidashi{
  width: 140px;
  position: absolute;
  top: -24px;
  bottom: 0;
  left: 160px;
  margin: auto;
  animation: 3s fuwafuwa infinite ease;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.overview-list{
  width: calc(100% - 64px);
  margin: 0 auto;
  padding-bottom: 24px;
}
.overview-list h4{
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0;
}
.overview-item{
  padding: 64px 0 0;
}
.overview-list-line{
  display: block;
  padding: 16px 0;
}
.overview-item h2{
  margin-bottom: 16px;
  line-height: 1;
}
.overview-item span{
  font-family: 'Inter';
  color: var(--primary);
  margin-right: 4px;
}
.overview-item p{
  font-size: 1rem;
  font-weight: 500;

}
.overview-item ul{
  font-weight: 500;
}
.overview-item ul li{
  position: relative;
  padding-top: 24px;
  padding-left: 40px;
  font-size: 0.875rem;
}
.overview-item ul li::before{
  content: '';
  display: block;
  position:absolute;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  top:32px;
  left:0;
  background-color: #EEE7DC;
  background-image: url(assets/images/icon_check.svg);
  background-size: contain;
  background-repeat:no-repeat;
  background-size: 16px;
  background-position: center;
}

/* point */
.point{
  background: var(--beige-l);
}
.point-list{
  position: relative;
  width: 100%;
  display: block;
}
.point-item{
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-bottom: 40px;
}
.point-item:last-child{
  margin-bottom: 8px;
}
.point-line{
  display: none;
}
.point-img{
  position: relative;
  width: 90%;
  height: auto;
}
.point-img img{
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.point-txt{
  position: relative;
  width: 100%;
}
.point-txt h3{
  text-align: center;
  padding: 16px 0;
  margin: 0;
}
.point-txt p{
  font-weight: 500;
  margin-bottom: 24px;
  text-align: justify;
}
.point-txt-no{
  font-family: 'Inter';
  font-style: italic;
  font-size: 4rem;
  font-weight: 700;
  color: var(--primary);
  position: absolute;
  top: -80px;
  right: 0;
  z-index: 1;
  padding-right: 8px;
}
.more{
  font-size: 0.875rem;
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
.more::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  bottom: -4px;
  left:0;
  border: 0.5px dashed var(--black-1a);
}
.more::after{
  content: '';
  display: block;
  position:absolute;
  width: 16px;
  height: 16px;
  top: 2px;
  right:0;
  background-image: url(assets/images/arrow_b.svg);
  background-size: contain;
  background-repeat:no-repeat;
  background-size: 14px;
  background-position: center;
}


/* service */
.service{
  position: relative;
  width: 100%;
  padding: 80px 0;
}
.service-list{
  position: relative;
  width: 100%;
}
.service-item{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.service-item:last-child{
  margin-bottom: 0;
}
.service-item:nth-child(even){
  flex-direction: row-reverse;
}
.service-img{
  position: relative;
  width: 40%;
  aspect-ratio: 1/1;
  background: var(--beige);
  border-radius: 50%;
}
.service-img img{
  width: 110%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -8px;
}
.service-txt{
  width: 55%;
}

.service-txt h4{
  margin-bottom: 8px;
}
.service-txt p{
  font-size: 0.875rem;
  letter-spacing: 0.5px;
}
.service-item:nth-child(even) .service-txt{
  text-align: right;
}

/* flow */
.flow{
  background: var(--beige);
}
.flow-item{
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.flow-item:last-child{
  margin-bottom: 0;
}
.flow-img{
  position: relative;
  width: calc(100% - 48px);
  margin: 0 auto;
  border-radius: 24px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-img img{
  width: 80%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.flow-img span{
  display: inline-block;
  padding: 6px 10px;
  background: var(--primary);
  color: var(--beige);
  font-family: 'Inter';
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  border-radius: 4px;
  position: absolute;
  left: -8px;
  top: 0;
  z-index: 9;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
}
.flow-txt h3{
  margin: 0;
  padding: 12px 0;
  text-align: center;
}


/* plan */
.plan-list{
  position: relative;
}
.plan-list table{
  position: relative;
  width: 100%;
  border-top: 1px solid #ddd;
  font-size: 0.875rem;
}
.plan-list table tr{
  border-bottom: solid 1px #ddd;
}
.plan-list th,
.plan-list td {
  padding: 24px 0;
  text-align: left;
  vertical-align: top;
  line-height: 1.75;
  vertical-align: text-top;
}
.plan-list th {
  width: 35%;
  font-weight: 600;
  padding-right: 5%;
}
.plan-list td{
  width: 60%;
  font-size: 1.125rem;
  font-weight: 700;
}
.plan-list td span{
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
}
/* voice */
.voice{
  padding: 80px 0 32px;
}
.voice-item{
  position: relative;
  background: var(--beige-l);
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  box-sizing: border-box;
}
.voice-txt span{
  display: inline-block;
  font-size: 0.875rem;
  font-family: 'Inter';
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
}
.voice-txt h3{
  font-size: 1rem;
  margin-bottom: 16px;
  width: 75%;
}
.voice-txt h5{
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 16px;
}
.voice-txt p{
  font-size: 0.875rem;
}
.voice-img{
  position: absolute;
  width: 20%;
  aspect-ratio: 1/1;
  right: 16px;
  top: 24px;
  background: var(--beige);
  border-radius: 50%;
}

/* swiper */
.swiper-slide{
  height: auto;
}
.swiper-button-next{
  right: 32px;
}
.swiper-button-prev{
  left: 32px;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: auto;
  bottom: -40px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1A1A1A;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: '>';
  font-family: 'Inter';
  font-weight: 200;
  font-size: 1.5rem;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: '<';
  font-family: 'Inter';
  font-weight: 200;
  font-size: 1.5rem;
}
/* プログレスバー */
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  bottom: -24px;
  top: auto;
}
.swiper-pagination-progressbar {
  background-color: rgba(238, 231, 220, 0.1);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: rgba(238, 231, 220, 1);
}

/* reason */
.reason-chart{
  position: relative;
  width: 100%;
  height: 260px;
  margin-bottom: 16px;
}
.reason-chart::before{
  content: "";
  height: 75%;
  border: 0.5px solid var(--gray-dd);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left:0;
  margin: auto;
  aspect-ratio: 1/1;
  z-index: -1;
}
.reason-chart::after{
  content: "";
  height: 100%;
  border: 0.5px solid var(--gray-dd);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left:0;
  margin: auto;
  aspect-ratio: 1/1;
  z-index: -1;
}
.reason-chart canvas{
  width: 100%;
  height: auto;
}
.reason-item{
  position: relative;
  margin-bottom: 40px;
}
.reason-item:last-child{
  margin-bottom: 0;
}
.reason-txt h3{
  line-height: 1;
  margin-bottom: 8px;
}
.reason-txt span{
  display: inline-block;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 12px;
}
.reason-txt p{
  font-size: 0.875rem;
  text-align: justify;
}
.reason-img{
  position: absolute;
  right: 0;
  top: 8px;
  width: 40px;
}

/* cta sp */
.cta{
  position: relative;
  background: var(--beige);
  padding: 64px 0;
  width: 100%;
}
.cta-wrap{
  position: relative;
  width: calc(100% - 32px);
  margin: 0 auto;
  background-color: var(--beige-l);
  border-radius: 16px;
  box-sizing: border-box;
  padding: 40px 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta-txt{
  position: relative;
}
.cta-head {
  color: var(--black-1a);
  text-align: center;
  line-height: 1;
  margin-bottom: 16px;
}
.cta-txt p{
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.cta-link{
  position: relative;
  width: 100%;
}
.cta-link a{
  background: #00C300;
  color: var(--white);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 16px 8px;
}
.cta-link img{
  width: 32px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 12px;
}
.cta-link span{
  font-family: 'Inter';
  font-weight: 600;
  font-size: 1.65rem;
  display: inline-block;
  padding-top: 3px;
}
.cta-img{
  transform: scaleX(-1);
  width: 80%;
  margin: 0 auto;
  margin-bottom: -28px;
}
.cta-contact{
  width: 100%;
  height: auto;
  margin-top: 24px;
  padding-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid var(--beige-d);
}
.cta-contact p{
  display: inline-block;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: 'Inter';
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  padding: 4px 0;
}
.cta-contact p span{
  display: inline-block;
  font-size: 0.75rem;
  margin-right: 4px;
  font-weight: 500;
}

/* googlemap */
.profile-access iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}





 
 
/* ==================================================================================
   PC min-width:768px
===================================================================================== */
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
  .sp-none {
    display: block;
  }
  .wrap {
    width: calc(100% - 160px);
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }
  .serif {
    font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
      "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
      "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  p {
    font-size: 16px;
    line-height: 1.75;
  }
  h1, h2, h3, h4, h5, h6 {
    font: 700 16px/1.5;
    margin: 0;
    font-feature-settings: "palt";
  }
  h1 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 2px;
  }
  h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
  }
  h3 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
  }
  h4 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }
  h5 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }
  h6 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }
    /* loading */
    .splash_logo {
      top: -32px;
      }
    .splash_logo_img{
      width:200px;
      height: 200px;
    }

/* ===================================
   header pc
====================================== */
  #header {
    width: 100%;
    height: 120px;
    display: block;
    position: fixed;
    z-index: 9999;
  }
  #header.hide{
    transform: translateY(-100%);
  }
  .header-wrap {
    display: flex;
    width: 100%;
    height: 120px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .header-logo {
    width: 40%;
    margin-left: 40px;
    margin-right: 0;
    height: 56px;
  }
  .header-logo img {
    width: auto;
    height: 56px;
    margin: 0;
  }
  .header-menu{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-right: 40px;
  }
.header-menu ul{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.header-menu ul li{
  list-style: none;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 24px;
  letter-spacing: 1px;
  line-height: 1;
}
.header-menu ul li:last-child{
  margin-right: 0;
}
.header-menu ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.header-menu ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: -8px;
  content: '';
  width: 100%;
  height: 1px;
  background: #1A1A1A;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .2s;
}
.header-menu ul li a:hover{
  opacity: 1;
}
.header-menu ul li a:hover::after {
  -webkit-animation: header-line-anim .5s ease forwards;
          animation: header-line-anim .5s ease forwards;
}
@-webkit-keyframes header-line-anim{
  0%{background:#1A1A1A;transform:scaleX(1);transform-origin:right}49%{background:#1A1A1A;transform:scaleX(0);transform-origin:right}50%{background:#1A1A1A;transform:scaleX(0);transform-origin:left}100%{background:#1A1A1A;transform:scaleX(1);transform-origin:left}
}
@keyframes header-line-anim{
  0%{background:#1A1A1A;transform:scaleX(1);transform-origin:right}49%{background:#1A1A1A;transform:scaleX(0);transform-origin:right}50%{background:#1A1A1A;transform:scaleX(0);transform-origin:left}100%{background:#1A1A1A;transform:scaleX(1);transform-origin:left}
}
.header-menu .selected a::after {
  background:#1A1A1A;
}
/* menu txt animation */
.header-menu-txt{
  position: relative;
    display: block;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.header-menu-txt-item{
  left: 0;
  top:0;
  transition: all .3s;
  transform: translate(0, 0);
  display: block;
  opacity:1;
  z-index: 999;
  line-height: 1;
  padding: 0;
}
.header-menu-txt-item:nth-child(2){
  opacity:0;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0,100%);
}
.header-menu ul li:hover .header-menu-txt-item:nth-child(1){
  opacity:0;
  transform: translate(0,-100%);
}
.header-menu ul li:hover .header-menu-txt-item:nth-child(2){
  opacity:1;
  transform: translate(0, 0);
}

/* cta */
.header-menu .header-contact a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  transition: transform .2s;
}
.header-contact a span {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}
.header-contact a span span:first-child{
  display: inline-block;
  width: 100%;
  padding: 4px;
  text-align: center;
  border-radius: 2px;
  letter-spacing: 2px;
  background: var(--black-1a);
  color: var(--beige-l);
  font-size: 0.75rem;
  box-sizing: border-box;
  margin-bottom: 6px;
}
.header-contact a span span:nth-child(2){
  font-family: 'Inter';
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
}
.header-contact a:hover::after {
  display: none;
}


/* ===================================
   animation pc
====================================== */
.fade2{
  opacity: 0.1;
  transform: translateY(24px);
}
.fade2In{
  transition: all 2s ease-in-out;
  opacity: 0.8 !important;
  transform: translateY(0);
}

/* ===================================
   common pc
====================================== */
/* title */
.title-l{
  margin-bottom: 80px;
}
.title-l h2{
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
}
.title-l p{
  font-size: 1.25rem;
  margin-top: 24px;
  text-align: center;
}
/* btn */
.btn-link {
  width: 240px;
  padding-bottom: 16px;
  font-size: 1.5rem;
}
.btn-link::after {
  right: 24px;
  bottom: 20px;
  width: 16px;
  height: 16px;
  background-size: 16px;
}

/* ===================================
   top pc
====================================== */
/* margin */
.section{
  position: relative;
  padding: 160px 0 0;
}
.mv {
  width: 100%;
  height: 100vh;
}
.mv-wrap {
  height: calc(100% - 120px);
  padding-top: 120px;
}
.mv-mov{
  height: 70%;
  max-height: 900px;
}
.mv-mov video{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}
.mv-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 99;
  height: 30%;
}
.mv-item h1{
  font-size: min(4.7vw,5rem);
  letter-spacing: 2px;
  line-height: 1.5;
}
.mv-item .newline{
  display: inline-block;
}
.mv-item .line-2{
  margin-left: -1.5rem;
}
.mv-item .uline{
  width: 0;
  height: 18px;
  background: var(--primary);
  position: absolute;
  bottom: 10%;
  right: 0;
  left: 62%;
  transform: translateY(0);
}
.mv-item .title-fx.active .uline{
  width: 40%;
  transition-delay: 1.8s;
}
.mv-cta{
  position: fixed;
  right: 16px;
  bottom: 16px;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.10));
          filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.10));
  border-radius: 50%;
  width: 180px;
  height: 180px;
  transition: all ease-in-out 0.3s;
}
.mv-cta span{
  font-size: 2.5rem;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1;
}
.mv-cta .line-free{
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.mv-cta .line-green{
  color: #00C300;
  font-family: 'Inter';
  font-size: 2.6rem;
}
.mv-cta::after{
  content: '';
  display: block;
  position:absolute;
  width: 100px;
  height: 100px;
  background-image: url(assets/images/icon_line.svg);
  background-size: contain;
  background-repeat:no-repeat;
  background-size: 80px;
  z-index: -1;
  visibility: hidden;
  top: -16px;
  right: -16px;
}
.mv-cta:hover{
  background: #00C300;
}
.mv-cta:active{
  background: #178B17;
}
.mv-cta:hover span{
  visibility: hidden;
}
.mv-cta:hover::after{
  visibility: visible;
  z-index: 2;
  animation: ctahover 0.5s ease-in-out;
}
@keyframes ctahover{
  0%{
    background-size: 0px;
    top: 0;
  }
  50%{
    background-size: 90px;
    top: -16px;
  }
  75%{
    background-size: 75px;
  }
  100%{
    background-size: 80px;
  }
}
.mv-cta::before{
  content: '';
  display: block;
  position:absolute;
  width: 140px;
  height: 140px;
  background-image: url(assets/images/illust_01.svg);
  background-size: contain;
  background-repeat:no-repeat;
  background-size: 140px;
  z-index: -1;
  visibility: hidden;
  bottom: 12px;
}
.mv-cta:hover::before{
  visibility: visible;
  z-index: 1;
  animation: ctahover2 0.5s ease-in-out;
}
@keyframes ctahover2{
  0%{
    background-size: 140px;
    bottom: -24px;
  }
  30%{
    bottom: 12px;
  }
  100%{
    background-size: 140px;
  }
}
.mv-scroll{
  position: absolute;
  right: 8px;
  bottom: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
}
.mv-scroll p{
  font-family: 'Inter';
  font-size: 0.7rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #999;
}
.mv-scroll p span{
  display: inline-block;
  margin-top: 8px;
  color: #1A1A1A;
}
.mv-scroll-arrow{
  display: inline-block;
  padding-top: 8px;
  width: 8px;
  height: 32px;
  -webkit-animation: scrolldown 1.5s ease-in-out infinite;
          animation: scrolldown 1.5s ease-in-out infinite;
}
@-webkit-keyframes scrolldown{
  0%{
    opacity: 0;
  }
  70%{
    opacity: 1;
  }
  100%{
    padding-top: 16px; 
    opacity: 0;
  }
}
@keyframes scrolldown{
  0%{
    opacity: 0;
  }
  70%{
    opacity: 1;
  }
  100%{
    padding-top: 16px; 
    opacity: 0;
  }
}
.bg-round{
  border-radius: 160px 0px 160px 0px;
  box-shadow: 0px -8px 8px 0px rgba(0, 0, 0, 0.05);
}
/* overview */
.overview-wrap{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: calc(100% - 160px);
  max-width: 1280px;
  margin: 0 auto;
}
.overview-img{
  position: -webkit-sticky;
  position: sticky;
  width: 360px;
  height: 360px;
  left: 0;
  top: 0;
}
.overview-img img{
  margin-left: 0;
}
.overview-list{
  width: 60%;
  margin: 0;
  padding-bottom: 0;
  margin-left: 1%;
}
.overview-list h4{
  font-size: 1.5rem;
  line-height: 2.25;
  letter-spacing: 1px;
}
.overview-item{
  padding: 80px 0 16px;
}
.overview-list-line{
  padding: 24px 0;
}
.overview-item h2{
  margin-bottom: 24px;
  line-height: 1;
}
.overview-item span{
  margin-right: 8px;
}
.overview-item p{
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.overview-item ul li{
  padding-top: 32px;
  padding-left: 48px;
  font-size: 1.125rem;
}
.overview-item ul li::before{
  width: 32px;
  height: 32px;
  border-radius: 8px;
  top: 30px;
  left: 0;
  background-size: 18px;
}
/* point pc */
.point-item{
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 120px;
}
.point-item:nth-child(even){
  flex-direction: row-reverse;
}
.point-item:last-child{
  margin-bottom: 0;
}
.point-line{
  display: block;
  position: absolute;
}
.path-line{
  visibility: hidden;
}
.linefx.active .path-line{
  stroke-dasharray: 800px;
  animation: line_move cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  visibility: visible;
}
.linefx.active .path-line2{
  stroke-dasharray: 800px;
  animation: line_move2 2s;
  visibility: visible;
}
@keyframes line_move {
  0% {
  stroke-dashoffset:-800px;
  }
  100% {
  stroke-dashoffset: 0;
  }
}
@keyframes line_move2 {
  0% {
  stroke-dashoffset: -800px;
  }
  100% {
  stroke-dashoffset: 0;
  }
}


.point-img{
  width: 50%;
}
.point-txt{
  width: 45%;
  display: flex;
  padding-top: 24px;
}
.point-txt h3{
  text-align: left;
  padding: 24px 0;
}
.point-txt p{
  font-weight: 500;
  margin-bottom: 40px;
  text-align: justify;
  line-height: 2;
}
.point-txt-no{
  font-size: 7rem;
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
  padding-right: 16px;
  margin-right: 24px;
}
.more{
  font-size: 0.875rem;
  padding-right: 32px;
}
.more::before{
  bottom: -8px;
  left:0;
  border: 0.5px dashed var(--black-1a);
}
.more::after{
  width: 16px;
  height: 16px;
  top: 2px;
  right:0;
  background-size: 14px;
}

/* service pc */
.service-list{
  width: 100%;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr 1fr 1fr; 
  place-items: center;
  margin-bottom: 80px;
}
.service-item{
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  flex-direction: column;
  width: 90%;
}
.service-item:last-child{
  margin-bottom: 80px;
}
.service-item:nth-child(even){
  flex-direction: column;
}
.service-img{
  width: 85%;
  height: auto;
  margin-bottom: 16px;
}
.service-img img{
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -16px;
}
.service-txt{
  width: 100%;
  text-align: center;
}
.service-txt h4{
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.service-txt p{
  font-size: 1rem;
  letter-spacing: 0.5px;
}
.service-item:nth-child(even) .service-txt{
  text-align: center;
}

/* flow pc */
.flow-wrap{
  width: 70%;
  max-width: 1080px;
}
.flow-item{
  flex-direction: row;
  align-items: center;
  margin-bottom: 64px;
}
.flow-item:last-child{
  margin-bottom: 0;
}
.flow-img{
  width: 35%;
  border-radius: 24px;
  padding: 24px;
  background: var(--beige-l);
}
.flow-img img{
  width: 80%;
}
.flow-img span{
  padding: 6px 12px;
  border-radius: 4px;
  position: absolute;
  left: -8px;
  top: 0;
  font-size: 1.25rem;
}
.flow-txt{
  width: 61%;
  margin-left: 4%;
}
.flow-txt h3{
  margin: 0;
  padding: 0 0 24px;
  text-align: left;
}
.flow-txt p{
  line-height: 2;
}
/* plan pc */
.plan-list table{
  font-size: 1rem;
}
.plan-list th,
.plan-list td {
  padding: 24px 0;
  line-height: 1.5;
  vertical-align: middle;
}
.plan-list th {
  width: 30%;
  font-weight: 700;
  padding-right: 5%;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.plan-list td{
  width: 65%;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.plan-list tr:nth-child(1) th, .plan-list tr:nth-child(1) td{
  font-size: 1.75rem;
}
.plan-list td span{
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
}
/* voice */
.voice-list{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.swiper-slide{
  width: calc(50% - 20px);
  margin-bottom: 40px;
  height: auto;
}
.voice-item{
  width: 100%;
  height: 100%;
  border-radius: 24px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction:column;
}
.voice-txt{
  flex-grow: 1;
}
.voice-txt span{
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.voice-txt h3{
  font-size: 1.75rem;
  margin-bottom: 24px;
  width: 75%;
}
.voice-txt h5{
  font-size: 1rem;
  margin-bottom: 24px;
}
.voice-txt p{
  font-size: 1rem;
}
.voice-img{
  width: 20%;
  right: 40px;
  top: 40px;
}
/* reason pc */
.reason .title-l p{
  width: 70%;
  margin: 0 auto;
  margin-top: 24px;
}
.reason-chart{
  width: 100%;
  height: 480px;
}
.reason-list{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.reason-item{
  margin-bottom: 0;
  width: 30%;
}
.reason-txt h3{
  line-height: 1;
  margin-bottom: 16px;
}
.reason-txt span{
  font-size: 1rem;
  margin-bottom: 24px;
}
.reason-txt p{
  font-size: 1rem;
  text-align: justify;
}
.reason-img{
  top: 4px;
  width: 56px;
}
/* cta pc */
.cta{
  padding: 120px 0;
}
.cta-wrap{
  max-width: 1080px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 24px;
  box-sizing: border-box;
  padding: 56px 80px 24px;
  box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.1);
}
.cta-txt{
  margin-bottom: 0;
  width: 60%;
}
.cta-head.title-fx{
  align-items: flex-start;
}
.cta-head {
  text-align: left;
  margin-bottom: 16px;
}
.cta-txt p{
  font-size: 1.25rem;
  text-align: left;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}
.cta-link{
  width: 400px;
}
.cta-link a{
  position: relative;
  width: 100%;
  font-size: 1.75rem;
  padding: 20px 8px;
  transition: transform .2s;
}
.cta-link a:hover::after {
  transform: scale(0);
}
.cta-link a{
  overflow: hidden;
  z-index: 9;
}
.cta-link a:hover{
  opacity: 1;
  box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.05);
}
.cta-link a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
  background:#178B17;
  width: 100%;
  height: 100%;
  transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.cta-link a:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.cta-link img{
  width: 32px;
  margin-right: 12px;
}
.cta-link span{
  font-size: 1.8rem;
  padding-top: 3px;
}
.cta-img{
  width: 40%;
  margin-top: -12%;
}
.cta-img img{
  width: 100%;
}
.cta-contact{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding-top: 24px;
}
.cta-contact p{
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 0 24px;
  font-weight: 500;
}
.cta-contact p span{
  font-size: 1rem;
  margin-right: 8px;
  font-weight: 600;
}


}


/* -----------------------------------
   footer
-------------------------------------- */
.footer {
  position: relative;
  padding: 80px 0 160px;
  background: var(--beige-d);
  z-index: 99;
  margin: 0;
  border-radius: 64px 0px 0px 0px;
}
.footer-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.footer-logo{
  height: 56px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 48px;
}
.footer-logo a{
  height: 56px;
  display: flex;
  align-items: center;
}
.footer-logo img {
  width: auto;
  height: 56px;
}
.footer-logo p{
  font-size: 0.625rem;
  margin-left: 12px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1px;
}
.footer-list{
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.footer-menu{
  position: relative;
  padding: 0 0 48px;
}
.footer-menu ul{
  display: flex;
  position: relative;
  flex-direction: column;
  list-style: none;
  width: auto;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 400;
}
.footer-menu ul li{
  width: 100%;
}
.footer-menu a{
  display: inline-block;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid var(--beige-dd);
  font-weight: 500;
}
.footer-menu-txt span:nth-child(2){
  display: none;
}
.footer-info{
  position: relative;
}
.footer-info p{
  font-size: 1rem;
  font-family: 'Inter';
  color: var(--black-1a);
  line-height: 1;
  padding: 6px 0;
  text-align: left;
  font-weight: 400;
  letter-spacing: 1px;
}
.footer-info p span{
  font-size: 0.75rem;
  margin-right: 4px;
  font-weight: 500;
}
.footer-cap{
  font-size: 0.75rem;
  color: #999;
}
.pagetop{
  height: 44px;
  width: 44px;
  position: absolute;
  right: 24px;
  bottom: 200px;
  border: solid 1px var(--beige-dd);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.pagetop img{
  width: 20px;
  height:20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-cr p{
  font-size: 0.75rem;
  font-family: 'Inter';
  text-align: left;
  color: var(--gray-99);
  margin-top: 24px;
}

/* PC */
@media only screen and (min-width: 768px) {
  .footer {
    padding: 80px 0 240px;
    margin: 0;
    border-radius: 160px 0px 0px 0px;
  }
  .footer-list{
    display: flex;
    flex-direction: column;
  }
  .footer-logo {
    height: 72px;
    justify-content:center;
    margin-bottom: 32px;
  }
  .footer-logo a{
    height: 72px;
  }
  .footer-logo img {
    height: 72px;
  }
  .footer-logo p{
    font-size: 0.75rem;
    margin-left: 0;
    margin-top: 4px;
    letter-spacing: 2px;
  }
  .footer-menu{
    width: 100%;
    position: relative;
    padding: 0;
    margin-bottom: 64px;
  }
  .footer-menu ul{
    font-size: 1rem;
    letter-spacing: 1px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .footer-menu ul li{
    width: auto;
  }
  .footer-menu ul li a{
    display: inline-block;
    position: relative;
    padding: 16px 10px;
    border-bottom: none;
    width: auto;
  }
  .footer-menu-txt span:nth-child(2){
    display: block;
  }
  .footer-info{
    width: 100%;

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-info p{
    width: auto;
    font-size: 1rem;
    margin-bottom: 16px;
    text-align: left;
    letter-spacing: 1px;
    padding: 0 12px;
  }
  .footer-info .footer-cap{
    width: 100%;
    font-size: 1rem;
    color: var(--black-1a);
    margin-bottom: 32px;
    text-align: center;
    font-family: var(--font-base);
    font-weight: 500;
  }
  .pagetop{
    bottom: 320px;
    right: 80px;
    height: 64px;
    width: 64px;
  }
  .pagetop img{
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer-cr p{
    font-size: 0.75rem;
    font-family: 'Poppins';
    text-align: center;
  }


  /* menu txt animation */
.footer-menu ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 4px;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .2s;
}
.footer-menu ul li a:hover{
  opacity: 1;
}
.footer-menu ul li a:hover::after {
  -webkit-animation: footer-line-anim .5s ease forwards;
          animation: footer-line-anim .5s ease forwards;
}
@-webkit-keyframes footer-line-anim{
  0%{background:#1A1A1A;transform:scaleX(1);transform-origin:right}49%{background:#1A1A1A;transform:scaleX(0);transform-origin:right}50%{background:#1A1A1A;transform:scaleX(0);transform-origin:left}100%{background:#1A1A1A;transform:scaleX(1);transform-origin:left}
}
@keyframes footer-line-anim{
  0%{background:#1A1A1A;transform:scaleX(1);transform-origin:right}49%{background:#1A1A1A;transform:scaleX(0);transform-origin:right}50%{background:#1A1A1A;transform:scaleX(0);transform-origin:left}100%{background:#1A1A1A;transform:scaleX(1);transform-origin:left}
}
.footer-menu .selected a::after {
  background:#1A1A1A;
}
.footer-menu-txt{
  position: relative;
    display: block;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.footer-menu-txt-item{
  left: 0;
  top:0;
  transition: all .3s;
  transform: translate(0, 0);
  display: block;
  opacity:1;
  z-index: 999;
  line-height: 1;
  padding: 0;
}
.footer-menu-txt-item:nth-child(2){
  opacity:0;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0,100%);
}
.footer-menu ul li:hover .footer-menu-txt-item:nth-child(1){
  opacity:0;
  transform: translate(0,-100%);
}
.footer-menu ul li:hover .footer-menu-txt-item:nth-child(2){
  opacity:1;
  transform: translate(0, 0);
}
}




/* tablet対応 */
@media screen and (min-width: 768px) and ( max-width:960px) {
  .wrap {
    width: calc(100% - 80px);
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }
  .section{
    position: relative;
    padding: 120px 0 0;
  }
  .mv {
    height: 70vh;
  }
  .mv-wrap {
    height: 70vh;
  }
  .mv-mov{
    max-height: 640px;
  }
  .overview-wrap{
    width: calc(100% - 80px);
  }
  .overview-img{
    width: 240px;
    height: 240px;
  }
  .overview-list{
    width: 80%;
  }
  .cta-wrap{
    padding: 40px;
  }
  .cta-txt{
    width: 100%;
  }
  .cta-img{
    display: none;
  }
  .cta-head.title-fx{
    align-items: center;
  }
  .cta-txt p{
    text-align: center;
  }
  .cta-link{
    margin: 0 auto;
  }
}