
:root {
  --main-color: #007a58;
  --sub-color: #00503a;
  --f-red: #dc0c12;
  --f-red2: #ff001e;
  --f-yellow: #fffc00;
}

body {
  background: #f7f7f7;
}
.wrapper{
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: min(3.2vw,16px);
  font-feature-settings: "palt";
  line-height: 1.75;
/*  letter-spacing: 0.1em;*/
  color: #333;
  background: #fff;
}


.en{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

 a {
  text-decoration: none;
  color: #333;
  transition: .4s;
}
 a:hover {
  opacity: .8;
}

 img {
  width: 100%;
  vertical-align: bottom; 
}

 .pc-only {
  display: block;
}
 .sp-only {
  display: none;
}

@media (max-width: 750px){
   .pc-only {
      display: none;
    }
   .sp-only {
      display: block!important;
    }
}

.orange {
  color: #fc5926;
}
.orange2 {
  color: #f88561;
}
.orange3 {
  color: #ffe0b4;
}
.yellow {
  color: #e6fc4f;
}
.yellow2 {
  color: #ffd800;
}
.blue {
  color: #59a1c3;
}

.relative{
  position: relative;
}

/*flexbox*/
.flex {
   display: -webkit-box;
   display: flex;
 }
 .flex-sb {
   display: -webkit-box;
   display: flex;
   -webkit-box-pack: justify;
   justify-content: space-between;
   flex-wrap: wrap;
 }
 .flex-fs {
   display: -webkit-box;
   display: flex;
   -webkit-box-pack: start;
   justify-content: flex-start;
  flex-wrap: wrap;
 }
 .flex-fe {
   display: -webkit-box;
   display: flex;
   -webkit-box-pack: end;
   justify-content: flex-end;
 }
 .flex-c {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
 .aline-c {
   -webkit-box-align: center;
   align-items: center;
 }


/*****************
 　　header
   *****************/
.header {
  padding: 1%;
}
.header .inner {
  align-items: center;
}
.header .header_logo{
  width: 43.2%;
  
}
.header .tenpomei {
  border: var(--main-color) 2px solid;
  padding: 4px 35px;
  border-radius: 10px;
  color: var(--main-color);
  font-size: min(calc(23/750*100vw),23px);
  margin-left: 10px;
  font-weight: 400;
}



.header_obi {
  background: #ecef00;
  text-align: center;
  font-size: min(calc(21/750*100vw),21px);
  font-weight: bold;
  padding: 3px;
}
.header_obi .red {
  color: #ef3e00;
}

/*****************
 　　MV
   *****************/
.mv {
  background: url("../img/fv_bg_img.png") center bottom var(--main-color) no-repeat;
  background-size: 54.4%;
  padding-top: 5%;
  font-feature-settings: "palt";
  position: relative;
  overflow: hidden;
}

.scrolling-track {
  position: absolute;
  top: 10%;
  left: 0;
  white-space: nowrap;
  opacity: 0.1;
  display: inline-block;
  animation: marquee 15s linear infinite;
  pointer-events: none;
}

.scrolling-track span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: min(calc(320/750*100vw),320px);
  padding-right: 80px;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.mv [class^="txt"]{
  color: #fff;
  text-align: center
}
.mv .txt01 {
  font-weight: bold;
  font-size: min(calc(27/750*100vw),27px);
  letter-spacing: 1px;
}
.mv .h1_title {
  font-weight: bold;
  font-size: min(calc(82/750*100vw),82px);
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.mv .h1_title .big{
  font-size: min(calc(110/750*100vw),98px);
}
.mv .txt02 {
  display: block;
  width: 63.33%;
  margin: 0 auto;
}
.mv .txt03 {
 font-size: min(calc(23/750*100vw),23px);
  line-height: 1.5;
}
.mv .txt03 .yellow {
  font-size: 130%;
  font-weight: bold;
}
.mv_middle {
  padding-bottom: 4%;
  align-items: flex-end;
}

.mv .pic01 {
  width: 27.2%;
  margin-left: 5.6%;
  margin-top: 28px;
}
.mv .pic02 {
  width: 29.87%;
  margin-right: 2.93%;
}
.mv_bottom {
  background: var(--sub-color);
  padding-bottom: 2%;
}

.mv_bottom .txt04 {
  color: #fff;
  text-align: center;
  padding: 1% 0;
  font-size: min(calc(24/750*100vw),20px);
  font-weight: bold;
  letter-spacing: 1px;
}
.mv_bottom .maru {
  gap: 1.33%;
}
.mv_bottom .maru li {
  width: 31%;
}

/*****************
 　　CTA
   *****************/
.cvArea {
  background: var(--main-color);
  padding-top: 26.7%;
  padding-bottom: 2%;
  width: 92%;
  margin: 16% auto 0;
  border-radius: min(calc(10/750*100vw),10px);
  position: relative;
}
.cta_top {
  position: absolute;
  top: -8%;
  width: 108.7%;
  margin-left: -4.2%;
}
.cvArea .inner {
  background: #fff;
  padding: 2% 0 2%;
  width: 87.83%;
  margin: 0 auto;
  border-radius: min(calc(10/750*100vw),10px);
  line-height: 1;
}

.cvArea .txt05 {
  text-align: center;
  font-size: min(calc(34/750*100vw),32px);
  color: var(--main-color);
  font-weight: bold;
}
.cvArea .txt06 {
  text-align: center;
  font-size: min(calc(32/750*100vw),26px);
  color: var(--f-red);
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.3em;
}
.cvArea .txt06 .big {
  font-size: min(calc(38/750*100vw),36px);   
}
.cvArea .txt07 {
  text-align: center;
  font-size: min(calc(16/750*100vw),16px);
  color:  #5d5d5d;
  font-weight: bold;
  
}
.cvArea .cv_btns {
  width: 89.11%;
  margin: 0 auto 3%;
}
.cvArea .cv_btns li {
  margin-top: 3%;
}

.cvArea .cv_btns li.btn01 a {
  background-color: rgb(220, 12, 18);
  box-shadow: 0px 6px 0px 0px rgba(152, 2, 7, 1);
  border-radius: min(calc(100/750*100vw),100px);
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 2% 0 2% 5%;
  aspect-ratio: 540/120;
  position: relative;
}
.cvArea .cv_btns li.btn01 a:before {
  content: '';
  background: url("../img/icon_tel.png");
  width: min(calc(60/750*100vw),60px);
  aspect-ratio: 1;
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}
.cvArea .cv_btns li a > span{
  display: block;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 1;
/*  padding-left: 1em;*/
}
.cvArea .cv_btns li.btn01 a .txt-top {
  font-size: min(calc(24/750*100vw),25px);
  margin-bottom: 1.5%;
}
.cvArea .cv_btns li a .txt-top .small {
  font-size: 80%;
}
.cvArea .f-yellow {
  color: var(--f-yellow);
}
.cvArea .cv_btns li.btn01 a .btn-tel {
  font-size: min(calc(42/750*100vw),44px);
  
}
.cvArea .cv_btns li a .txt-bottom {
  font-size: min(calc(25/750*100vw),25px);
}

.cvArea .cv_btns li.btn02 a {
  background-color: rgb(0, 191, 0);
  box-shadow: 0px 6px 0px 0px rgba(2, 147, 1);
  border-radius: min(calc(100/750*100vw),100px);
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 2% 0 2% 5%;
  aspect-ratio: 540/120;
  position: relative;
}
.cvArea .cv_btns li.btn02 a:before {
  content: '';
  background: url("../img/icon_line.png");
  width: min(calc(60/750*100vw),60px);
  aspect-ratio: 1;
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}
.cvArea .cv_btns li.btn03 a {
  background-color: rgb(48, 114, 224);
  box-shadow: 0px 6px 0px 0px rgba(23, 69, 145, 1);
  border-radius: min(calc(100/750*100vw),100px);
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 2% 0 2% 5%;
  aspect-ratio: 540/120;
  position: relative;
}
.cvArea .cv_btns li.btn03 a:before {
  content: '';
  background: url("../img/icon_mail.png");
  width: min(calc(60/750*100vw),60px);
  aspect-ratio: 1;
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}
.cvArea .cv_btns li.btn02 a .txt-top,
.cvArea .cv_btns li.btn03 a .txt-top{
  font-size: min(calc(40/750*100vw),40px);
  margin-bottom: 2%;
}
@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

.shiny-btn {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.cvArea .txt08 {
  text-align: center;
  font-size: min(calc(34/750*100vw),34px);
  color: #fff;
  font-weight: bold;
}
.cvArea .txt09 {
  text-align: center;
  font-size: min(calc(16/750*100vw),16px);
  color: #fff;
}

/*********************
  クーポン
*************************/
.campaign {
  position: relative;
  padding-top: 5%;
  margin: 5% auto;
}
.campaign .ttl01 {
  position: absolute;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #ac0011;
  font-weight: bold;
  font-size: min(calc(63/750*100vw),63px);
  
}
.campaign .ttl01 span {
  display: inline;
  vertical-align: baseline;
}
.campaign .ttl01 .big {
  font-size: min(calc(80/750*100vw),80px);
}


/*********************
  おまかせください
*************************/
.omakase .inner {
  width: 92%;
  margin: 0 auto;
}
.omakase .txt10 {
  font-size: min(calc(30/750*100vw),30px);
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1em;
}
.omakase .bg_green{
  background: var(--main-color);
  color: #fff;
  padding: 1px 5px;
  border-radius: min(calc(10/750*100vw),10px);
}

.omakase .marker {
  background: linear-gradient(transparent 60%, var(--f-yellow) 60%);
}
.omakase .ttl02 {
  font-size: min(calc(43/750*100vw),43px);
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
.omakase .img {
  width: 100%;
  margin-bottom: 1em;
}
.omakase .txt11 {
  font-size: min(calc(28/750*100vw),28px);
}


/*********************
  5つの理由
*************************/
.reason{
  background: var(--main-color);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

.scrolling-track.p-top {
  top: 15%;
}
.scrolling-track.p-mid {
  top: 50%;
}
.scrolling-track.p-bottom {
  top: 85%;
}

.reason .inner {
  width: calc(650/750*100%);
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.reason-list li {
  background: #fff;
  border-radius: clamp(10px, 2.5vw, 20px);
  position: relative;
  padding: 8% ;
  margin-top: 20%;
}
.reason-list li:before {
  content: '01';
  position: absolute;
  top: -20%;
  left: 6%;
  font-size: min(calc(142/750*100vw),142px);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #22b198;
  letter-spacing: -3px;
}
.reason-list li:first-child:before {
  content: '01';
  position: absolute;
  top: -20%;
  left: 6%;
  font-size: min(calc(142/750*100vw),142px);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #22b198;
  letter-spacing: -3px;
}
.reason-list li:nth-child(2):before {
  content: '02';
}
.reason-list li:nth-child(3):before {
  content: '03';
}
.reason-list li:nth-child(4):before {
  content: '04';
}
.reason-list li:nth-child(5):before {
  content: '05';
}
.reason-list li .reason-ttl {
  font-size: min(calc(42/750*100vw),42px);
  color: var(--main-color);
  font-weight: bold;
}
.reason-list li .reason-txt {
  font-size: min(calc(28/750*100vw),22px);
}
.reason-list li .reason-img {
  width: calc(293/560*100%);
  margin: 1em auto 0;
}

.reason .reason_img {
  position: absolute;
  width: 84%;
  top: 0;
  right: 0;
}
.reason .reason02 .reason_img,
.reason .reason04 .reason_img{
  position: absolute;
  width: 84%;
  top: 0;
  left: 0;
  right: auto;
}
.reason .txtArea {
  position: absolute;
  z-index: 2;
  width: 85.33%;
  top: 63%;
  left: 50%;
  transform: translateX(-50%);
}
.reason .txtArea.last {
  position: absolute;
  z-index: 2;
  width: 85.33%;
  top: 51%;
  left: 50%;
  transform: translateX(-50%);
}
.reason .ttl {
  font-size: min(calc(42/750*100vw),42px);
  font-weight: bold;
  color: #f88561;
  margin-bottom: 0.5em;
}
.reason .reason02 .ttl,
.reason .reason04 .ttl {
  color: #fff;
}
.reason .text {
  font-size: min(calc(24/750*100vw),16px);
}

/*********************
  なんでも買取ます
*************************/
.kaitori {
}
.kaitori .kaitori_kougaku {
  background: #e5fcf5;
  padding-top: clamp(40px, 10vw, 80px);
}
.kaitori .ttl04 {
  text-align: center;
  color: var(--main-color);
  font-weight: bold;
  font-size: min(calc(68/750*100vw),68px);
  position: relative;
  margin-bottom: 0.5em;
}
.kaitori .ttl04:before {
  content: '';
  background: url("../img/fuki01.png");
  background-size: contain;
  width: 20.4%;
  height: auto;
  aspect-ratio: 153/45; 
  position: absolute;
  left: 3%;
  top: -17%;
}

.kaitori .kaitori_list {
  width: 92%;
  margin: 0 auto;
}
.kaitori .kaitori_list li {
  width: 32%;
  margin-bottom: 2em;
  text-align: center;
  font-size: min(calc(24/750*100vw),24px);
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.5;
  color: var(--main-color);
}
.kaitori .kaitori_others {
  background: #ffebed;
  padding-top: clamp(40px, 10vw, 80px);
  text-align: center;
}
.kaitori [class^="ttl"] {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #333;
}
.kaitori [class^="ttl"] .red{
  color: var(--f-red2);
}
.kaitori .kaitori_others .ttl05 {
  font-size: min(calc(38/750*100vw),38px);
  color: var(--f-red2);
}
.kaitori .kaitori_others .ttl06 {
  font-size: min(calc(43/750*100vw),43px);
}
.kaitori .kaitori_others .ttl06 .small{
  font-size: min(calc(33/750*100vw),33px);
}


.kaitori .kaitori_others .other_kaitori {
  background: #fff;
  border-radius: 20px;
  padding: 1.5em;
  width: 84%;
  margin: 0 auto clamp(40px, 10vw, 80px);
  text-align: justify;
}

.kaitori .kaitori_others .kaitori-txt1 {
  font-size: min(calc(38/750*100vw),34px);
  color: #333333;
  text-align: center;
  font-feature-settings: "palt";
  margin-bottom: 0.5em;
}
.kaitori .kaitori_others .bg-red {
  background: var(--f-red2);
  font-size: min(calc(34/750*100vw),34px);
  color: #fff;
  font-weight: bold;
  padding: 1px 15px 2px;
  border-radius: 10px;
  display: inline-block;
  margin: 0 auto;
}


.kaitori .kaitori_others .other_kaitori li {
  display: inline;
  color: #4b4b4b;
  font-feature-settings: "palt";
  letter-spacing: 0.3px;
  padding-right: 0.5em;
}



.kaitori .sodaigomi {
  padding-top: clamp(40px, 10vw, 120px);
  padding-bottom: clamp(40px, 10vw, 80px);
  background: #ffebed;
}
.kaitori .sodaigomi .ttl07 {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: min(calc(52/750*100vw),52px);
  text-align: center;
  line-height: 1.4;
}
.kaitori .sodaigomi .ttl07::before,
.kaitori .sodaigomi .ttl07::after {
  background-color: #333;
  border-radius: 5px;
  content: "";
  height: min(calc(3/750*100vw),3px);
  width: min(calc(130/750*100vw),130px);
}
.kaitori .sodaigomi .ttl07::before {
  margin-right: 10px;
  transform: rotate(55deg);
}
.kaitori .sodaigomi .ttl07::after {
  margin-left: 10px;
  transform: rotate(-55deg);
}

.kaitori .sodaigomi .ttl07 .small {
  font-size: 80%;
}
.kaitori .sodaigomi .img {
  width: 78%;
  margin: 1em auto;
}
.kaitori .sodaigomi .detail {
  font-size: min(calc(34/750*100vw),26px);
  color: #333;
  text-align: center;
}


/*********************
  サービスの流れ
*************************/
.flow {
  padding-top: clamp(40px, 10vw, 80px);
  padding-bottom: clamp(40px, 10vw, 80px);
}


.flow .flow_wrapper {
  width: 86.67%;
  margin: 0 auto;
}

.flow .flow_block {
  padding: 6.15%;
  border: min(calc(4/750*100vw),4px) solid var(--main-color);
  border-radius: 20px;
  margin-bottom: 30px;
}
.flow .ttl {
  display: flex;
  justify-content: flex-start;
  color: var(--main-color);
  align-items: center;
}
.flow .ttl .flow_no {
  width: min(calc(90/750*100vw),90px);
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.flow .ttl .flow_no  .small{
  font-size: min(calc(26/750*100vw),26px);
}
.flow .ttl .flow_no  .num{
  font-size: min(calc(83/750*100vw),83px);
}
.flow .flow_ttl_txt {
  font-weight: bold;
  font-size: min(calc(40/750*100vw),40px);
  line-height: 1.3;
  padding-left: min(calc(20/750*100vw),20px);
  font-feature-settings: "palt";
}



.flow .flow_img {
  margin-bottom: 1em;
  margin-top: 6.15%;
}
.flow .flow_detail {
  color: var(--main-color);
  font-size: min(calc(28/750*100vw),16px);
}

/*********************
  お客様の声
*************************/
.uv {
  background: #f5f4f2;
  padding-top: clamp(40px, 10vw, 80px);
  padding-bottom: clamp(40px, 10vw, 80px);
}
.uv .uv_inner {
  width: 89.33%;
  margin: 0 auto;
}

.uv .uv_block {
  padding: 6%;
  margin-top: clamp(40px, 10vw, 80px);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background: #fff;
  position: relative;
}
.uv .uv_block .icon {
  position: absolute;
  right: 8%;
  top: -9%;
}
.uv .uv_block.uv01 .icon {
  width:  min(calc(131/750*100vw),131px);
}
.uv .uv_block.uv02 .icon {
  width:  min(calc(127/750*100vw),127px);
}
.uv .uv_block.uv03 .icon {
  width:  min(calc(94/750*100vw),94px);
}
.uv .uv_block:before {
  content: 'VOICE 01';
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  color: var(--main-color);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  position: absolute;
  left: -6%;
  top: 0;
  font-size: min(calc(26/750*100vw),26px);
}
.uv .uv_block.uv02:before {
  content: 'VOICE 02';
}
.uv .uv_block.uv03:before {
  content: 'VOICE 03';
}
.uv .uv_block:after {
  content: '';
  width: min(calc(2/750*100vw),2px);
  height: 100px;
  background: var(--main-color);
  position: absolute;
  left: -3%;
  top: 18%;
  font-size: min(calc(26/750*100vw),26px);
}

.uv .ttl {
  font-size: min(calc(32/750*100vw),28px);
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 0.5em;
  line-height: 1.45;
  white-space: nowrap;
}

.uv .uv_detail {
  font-size: min(calc(26/750*100vw),20px);
  line-height: 1.75;
  margin-top: 1em;
}
.uv .name {
  text-align: right;
  font-size: min(calc(26/750*100vw),20px);
}


/*********************
  FAQ
*************************/
.faq {
  padding-top: clamp(40px, 10vw, 80px);
  padding-bottom: clamp(40px, 10vw, 80px);
}

.faqList {
  width: 84%;
  margin: 0 auto;
}
.faq .q_title {
  background: #fff;
  padding: 5% 8% 5% 12%;
  border-radius: 10px;
  margin-top: 3%;
  color: var(--main-color);
  position: relative;
  font-weight: bold;
  border: 1px solid var(--main-color);
  font-size: min(calc(26/750*100vw),20px);
}
.faq .q_title:after{
  border-right: solid 4px var(--main-color);
  border-top: solid 4px var(--main-color);
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 5%;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 12px;
  z-index: 2;
}

.faq .q_title:before {
  content: '';
  background: url("../img/icon_q.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: min(calc(40/750*100vw),30px);
  height: auto;
  aspect-ratio: 30/31;
  top: 50%;
  transform: translateY(-50%);
  left: 3%;
}


.faq .q_title.active {
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  background-image: url("../img/dotto.png");
  background-position: bottom;
  background-repeat: repeat-x;
}
.faq .q_title.active:after {
  top: 45%;
  transform: rotate(-45deg);
}

.faq .a_contents {
  display: none;
  padding: 3% 5% 3% 12%;
  border-radius: 0 0 10px 10px;
  background: #fff;
  position: relative;
  border-right: 1px solid var(--main-color);
  border-left: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
}
.faq .a_contents:before {
  content: '';
  background: url("../img/icon_a.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: min(calc(40/750*100vw),30px);
  height: auto;
  aspect-ratio: 30/29;
  top: 26%;
  left: 3%;
}

/*********************
  メッセージ
*************************/
.message {
  background: var(--main-color);
  padding-top: clamp(40px, 10vw, 80px);
  padding-bottom: clamp(40px, 10vw, 80px);
}
.message .message_img {
  width: 52.8%;
  margin: 0 auto 2em;
}
.message .message_txt {
  width: 92%;
  margin: 0 auto;
  font-size: min(calc(24/750*100vw),24px);
  color: #fff;
  letter-spacing: 1px;
}

/*********************
  会社概要
*************************/
.gaiyou {
  background: #e9e9e9;
  padding: 4% 0;
}
.gaiyou .title_gaiyou {
  font-size: min(calc(55/750*100vw),55px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.gaiyou .gaiyou_list {
  width: 84%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
}
.gaiyou .gaiyou_list dt {
  width: 30%;
  margin-bottom: 1em;
}
.gaiyou .gaiyou_list dd {
  width: 68%;
  margin-bottom: 1em;
}

/*********************
  タイトル周り
*************************/
.title_text {
  text-align: center;
  line-height: 1.3;
  position: relative;
  margin: 0 auto;
}
.title_text.mt40 {
  margin-top: 40px;
}
.title_text.mb10 {
  margin-bottom: 10px;
}

.title_ud_txt {
  text-align: center;
  font-size: min(calc(28/750*100vw),28px);
/*  margin-bottom: 40px;*/
  margin-bottom: clamp(20px, 5.33vw, 40px);
}
.uv .fuki {
  position: absolute;
  width: min(calc(161/750*100vw),161px);
  left: 12%;
  top: -53%;
}
.ttl08 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.3;
}
.ttl08 .ja {
  font-size: min(calc(32/750*100vw),32px);
  color: var(--main-color);
}
.ttl08 .en {
  font-size: min(calc(76/750*100vw),76px);
}
.ttl08.f-w .ja,
.ttl08.f-w .en {
  color: #fff;
}
.ttl08.f-g .en {
  color: var(--main-color);
}
/*********************
  フォーム
*************************/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.contact {
  padding: 10% 0;
}
.contact .sub_text {
  text-align: center;
  font-size: min(calc(24/750*100vw),18px);
}
.contact .form_wrapper {
  width: 76%;
  margin: 2em auto;
}
.contact .input-area p {
  font-size: min(calc(24/750*100vw),16px);
  margin-bottom: 3px;
}
.contact .input-area p .hissu {
  background: var(--main-color);
  border-radius: 3px;
  color: #fff;
  font-size: min(calc(18/750*100vw),14px);
  padding: 0 3px;
  margin-left: 3px;
}
.contact input[type=text],
.contact input[type=email],
.contact input[type=tel],
.contact textarea{
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 1em
}

.confirm .input-area p:first-child {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.confirm .input-area p:last-child {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2em;
}

.btn-border {
  border-radius: 10px;
  background-color: var(--main-color);
  box-shadow: 0px 6px 0px 0px rgba(0, 38, 27, 1);
  display: block;
  width: 79.65%;
  margin: 0 auto;
  padding: 0.8em;
  color: #fff;
  font-weight: bold;
  font-size: min(calc(32/750*100vw),18px);
}


.contact_wrapper {
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
}
.contact_wrapper .inner {
  background: #fff;
  border-radius: 20px;
  padding: 2em;
  width: 94%;
  max-width: 700px;
}
.contact_wrapper h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
  font-size: min(calc(36/750*100vw),24px);
}
.contact_wrapper p {
  margin-bottom: 1em;
  line-height: 1.75;
  font-size: min(calc(32/750*100vw),18px);
}

.contact_ttl {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 55px;
  font-size: min(calc(36/750*100vw),24px);
  font-weight: bold;
}

.contact_ttl:before, .contact_ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 28%;
  height: 1px;
  background-color: black;
}

.contact_ttl:before {
  left:0;
}
.contact_ttl:after {
  right: 0;
}
.telmail {
  width: 70%;
  margin: 20px auto 40px;
  font-size: min(calc(32/750*100vw),18px);
}
.telmail dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.telmail dd {
  margin-bottom: 1em;
}
.copy {
  background: var(--main-color);
  text-align: center;
  color: #fff;
  padding: 10px;
  font-size: 10px;
}


/* ---------------------
フローティング
---------------------*/
.floating_bnr {
  transition: all .3s;
/*  visibility: hidden;*/
  opacity: 1;
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  margin: 0 auto;
/*  pointer-events: none;*/
  background: rgba(255,255,255,0.8);
  padding: 8px 5px;
}
.txt12 {
  text-align: center;
  font-size: min(calc(28/750*100vw),28px);
  margin-bottom: 0.5em;
  font-weight: bold;
}
.floating_bnr.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.floating_bnr .floating_btns li{
  width: 33%;
}
.floating_bnr .floating_btns li[class^="btn0"] a{
  border-radius: min(calc(10/750*100vw),10px);
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 2% 0;
  aspect-ratio: 230/120;
  position: relative;
  text-align: center;
}
.floating_bnr .floating_btns li.btn01 a {
  background-color: rgb(220, 12, 18);
  box-shadow: 0px 6px 0px 0px rgba(152, 2, 7, 1);
}
.floating_bnr .floating_btns li.btn02 a {
  background-color: rgb(0, 191, 0);
  box-shadow: 0px 6px 0px 0px rgba(2, 147, 1);
}
.floating_bnr .floating_btns li.btn03 a {
  background-color: rgb(48, 114, 224);
  box-shadow: 0px 6px 0px 0px rgba(23, 69, 145, 1);
}

.floating_bnr .floating_btns li[class^="btn0"] a:before {
  content: '';
  background: url("../img/icon_tel.png");
  width: min(calc(120/750*100vw),120px);
  aspect-ratio: 1;
  position: absolute;
  left: -14%;
  top: -20%;
  background-size: contain;
  opacity: 0.4;
}
.floating_bnr .floating_btns li.btn02 a:before {
  content: '';
  background: url("../img/icon_line.png");
}
.floating_bnr .floating_btns li.btn03 a:before {
  content: '';
  background: url("../img/icon_mail.png");
}
.floating_bnr .floating_btns li a > span{
  display: block;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 1;
/*  padding-left: 1em;*/
}
.floating_bnr .floating_btns li a .txt-top {
  font-size: min(calc(27/750*100vw),27px);
  margin: 10% auto auto;
}
.floating_bnr .floating_btns li a .txt-top .small {
  font-size: 80%;
}
.floating_bnr .floating_btns .f-yellow {
  color: var(--f-yellow);
}
.floating_bnr .floating_btns li.btn01 a .btn-tel {
  font-size: min(calc(42/750*100vw),44px);
  
}
.floating_bnr .floating_btns li a .txt-bottom {
  font-size: min(calc(22/750*100vw),22px);
  margin: auto auto 5%;
}


@media (min-width: 750px) {
  .floating_bnr {
    max-width: 750px;
    padding: 8px 8%;
  }
}

/* ---------------------
フェードインアニメーション
---------------------*/
.fadein-target {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fadein-target.show {
  opacity: 1;
  transform: translateY(0);
}
/*
.fadein-target:nth-child(1) { transition-delay: 0s; }
.fadein-target:nth-child(2) { transition-delay: 0.3s; }
.fadein-target:nth-child(3) { transition-delay: 0.6s; }
.fadein-target:nth-child(4) { transition-delay: 0.9s; }
.fadein-target:nth-child(5) { transition-delay: 1.2s; }
.fadein-target:nth-child(6) { transition-delay: 1.5s; }
.fadein-target:nth-child(7) { transition-delay: 1.8s; }
.fadein-target:nth-child(8) { transition-delay: 2.1s; }*/
