@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */

/* --------------------------------------------------------------------
  Base
-------------------------------------------------------------------- */
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    color: #313131;
    overflow-x: hidden;
}

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

.center {
    text-align: center;
    display: block;
}
.flex {
    display: flex;
}
img.center {
    margin: 0 auto;
    display: block;
}


/* --------------------------------------------------------------------
  Utility Classes
-------------------------------------------------------------------- */
.pc {
    display: flex;
    justify-content: flex-end;
}

.pcBr {
    display: inline;
}

.contIn1080 {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}

.contIn1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* --------------------------------------------------------------------
  Buttons
-------------------------------------------------------------------- */
.contBtn01,
.contBtn02 {
    display: table;
    width: 220px;
    position: relative;
}

.contBtn01 {
    margin: 0 10px;
}

.contBtn01 a,
.contBtn02 a {
    display: table-cell;
    height: 40px;
    border-radius: 7px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}

.contBtn01 a {
    background: linear-gradient(135deg, #feb71b, #ff4938, #af1064, #6923d7);
    color: #ffffff;
}

.contBtn02 a {
    position: relative;
    background: #FFF;
    background: linear-gradient(135deg, #feb71b, #ff4938, #af1064, #6923d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contBtn02 a::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, #feb71b, #ff4938, #af1064, #6923d7);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

/* **ここから変更点** */
.contBtn01 a:link,
.contBtn01 a:visited,
.contBtn01 a:hover,
.contBtn01 a:active {
    color: #ffffff;
    text-decoration: none;
    height: 50px;
}

.contBtn02 a:link,
.contBtn02 a:visited {
    background: linear-gradient(135deg, #feb71b, #ff4938, #af1064, #6923d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    text-decoration: none;
}
.contBtn02 a:hover,
.contBtn02 a:active{
    -webkit-background-clip: border-box; 
    background-clip: border-box;
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
    background: linear-gradient(135deg, #feb71b, #ff4938, #af1064, #6923d7);
    text-decoration: none;
}

p.contBtn01::after,
.ctr_b::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
}

p.contBtn02::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #feb71b, #ff4938, #af1064, #6923d7);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 35px;
    -webkit-mask:
    linear-gradient(#000 0 0) top right / 100% 1px no-repeat,
    linear-gradient(#000 0 0) top right / 1px 100% no-repeat;
  mask:
    linear-gradient(#000 0 0) top right / 100% 1px no-repeat,
    linear-gradient(#000 0 0) top right / 1px 100% no-repeat;
}

/* --------------------------------------------------------------------
  Header
-------------------------------------------------------------------- */
.flotHeaderWrap {
    width: 100%;
    position: absolute;
    top: -80px;
    left: 0;
    z-index: 100;
    background-color: #FFF;
    transition: all 0.3s ease;
}

.flotHeaderWrap.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.flotNaviTb01 {
    display: table;
}

.flotNaviCell01,
.flotNaviCell02,
.flotNaviCell03 {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
}

.flotNaviCell01 {
    text-align: left;
}

.flotNaviCell02 {
    text-align: center;
}

.flotNaviCell03 {
    text-align: right;
}

.flotNaviTb01 .contBtn01 a {
    height: 50px;
    font-size: 16px;
}


/* --------------------------------------------------------------------
  Main Visual (mv)
-------------------------------------------------------------------- */
.mv {
    position: relative;
}
.mv:before {
    content: "";
    background: url(../img/mbg1.png);
    max-width: 820px;
    max-height: 910px;
    width: 100%;
    height: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.Block__flex {
    margin: 0 auto;
    position: relative;
    display: flex;
    padding: 70px 30px 0;
    justify-content: center;
    align-items: center;
}
.Block__contents {
width: 560px;
}
.Block__MVimg {
margin: 0px 0px 0px 30px;
max-width: 640px;
}
.Block__txt {
    font-size: 2.7vw;
    line-height: 1.4;
    font-weight: bold;
    color: #313131;
    margin-bottom: 30px;
}
.Block__subtxt{
    background: linear-gradient(135deg, #feb71b, #ff4938, #af1064, #6923d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-family: Poppins;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}
span.gradient-text {
    display: inline-block;
    background: linear-gradient(135deg, rgb(254, 183, 27), rgb(255, 73, 56), rgb(175, 16, 100), rgb(105, 35, 215));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.Block__subtxt:before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-left: 8px;
  background-image: url('../img/subtxt.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

p.Block__body {
    font-weight: bold;
    color: #313131;
    line-height: 1.76;
}
.Block__contents .contBtn01 {
    margin: 25px 0;
}
.Block__img img {
    width: 100%;
    height: auto;
    max-width: 450px;
    margin-top: 30px;
}
.swiper-container{
overflow: hidden !important;
margin: 30px 0;
}
.swiper-wrapper {
transition-timing-function: linear !important;
}
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');

.scroll_down{
  position:absolute;
  bottom: 12%;
  right: 3%;
}

.scroll_down a{
  position: absolute;
  left: 10px;
  bottom: 48px;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background:#000;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
  0%{bottom:120px;}
  100%{bottom:0px;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}

.scroll_down:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:1px;
  height: 120px;
  background:#000;
}


 .photo{
        width: 100%;
        height: auto;
display: block;
    }
    .photo-inner{
        width: 100%;
        height: auto;
    }
    .photo img{
        width: 100%;
        height: 100%;
    }
    

    .animation{
        position: relative;
        overflow: hidden;
    }
    .animation::before{
        content: '';
        display: block;
        position: absolute;
        top:0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(90deg, #f8eff9 0%, #e2e8f0 100%);
        transform: translatex(-100%);
    }
    @keyframes showMask{
        0%{
            transform: translateX(-100%);
        }
        45%,50%{
             transform: translate(0%);
        }
        100%{
            transform: translateX(101%);
        }
    }
    .animation.show::before{
        animation: showMask 1s forwards;
    }
    .animation .photo-inner{
        opacity: 0;
    }
    @keyframes showElements{
        0%{
            opacity: 0;
        }
        100%{
            opacity: 1;
        }
    }
    .animation.show .photo-inner{
       animation: showElements .01s .6s forwards;
    }

/* --------------------------------------------------------------------
About
-------------------------------------------------------------------- */
.Block {
    position: relative;
}
#about .Block:after {
    content: "";
    background: url(../img/mbg2.png);
    max-width: 500px;
    max-height: 1095px;
    width: 80vw;
    height: 61vw;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
#about .Block__flex {
    padding: 30px 0 80px;
}
#about .Block__contents {
    width: 600px;
    margin: 0 0 0 70px;
}
#about .Block__img img {
    width: 100%;
    height: auto;
    max-width: 650px;
    margin-top: 0;
}

/* --------------------------------------------------------------------
Covers
-------------------------------------------------------------------- */
#covers {
    margin-top: 40px;
}
.gray__txt {
font-size: 18px;
background: linear-gradient(135deg, #feb71b, #ff4938, #af1064, #6923d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
font-weight: bold;
}
#covers .Block__txt {
    margin-top: 10px;
    margin-top: 15px;
}
.covers__Block {
    padding: 60px 50px;
    background: #f5f7f8;
    border-radius: 16px;
    z-index: 2;
    position: relative;
}
.covers__Block .Block__txt {
    font-size: 2.3vw;
}
.covers__box__main {
    display: flex;
    align-items: center;
    gap: 32px;
}
.covers__box__main img{
    max-width: 450px;
}
.scroll-down {
  position: relative;
  width: 34px;
  height: 34px;
  margin: 0px auto 20px;
}

.scroll-down span {
  position: absolute;
  top: -80%;
  left: 50%;
  width: 32px;
  height: 32px;
  z-index: 2;
  border-left: 2px solid #313131;
  border-bottom: 2px solid #313131;
  transform: translateX(-50%) rotate(-45deg);
  animation: arrowMove 1.8s infinite;
}

@keyframes arrowMove {
  0%   { opacity: 0; transform: translate(-50%, -10px) rotate(-45deg); }
  50%  { opacity: 1; transform: translate(-50%, 0px) rotate(-45deg); }
  100% { opacity: 0; transform: translate(-50%, 10px) rotate(-45deg); }
}

/* --------------------------------------------------------------------
Case
-------------------------------------------------------------------- */
#case .swiper-container {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
    overflow: visible;
}
#case .swiper-button-prev{
left: -2vw;
}
#case .swiper-button-next{
right: -2vw;
}
#case .swiper-slide{
text-align: center;
padding: 0 0 30px;
}
#case .swiper-slide img{
width: 100%;
max-width: 480px;
opacity: 0.5;
transition: 0.5s;
border-radius: 15px;
filter: drop-shadow(4px 4px 4px rgba(160, 160, 160, 0.2));
}
#case .swiper-slide-active img{
opacity: 1;
}
#case .swiper-button-prev,
#case .swiper-button-next{
display: flex;
justify-content: center;
align-items: center;
max-width: 70px;
max-height: 70px;
width: 10vw;
height: 10vw;
border-radius: 100%;
background: #313131;
color: #fff;
}
#case .swiper-button-prev{
left: calc(50% - 480px);
}
#case .swiper-button-next{
right: calc(50% - 480px);
}
#case .swiper-button-prev:after {
    font-size: 25px;
}
#case .swiper-button-next:after {
    font-size: 25px;
}
/* --------------------------------------------------------------------
Reason
-------------------------------------------------------------------- */
#reason{
    background: #f6f6f6;
    padding: 30px 0px 80px;
    position: relative;
    z-index: 0;
}
#reason .Block__ttl {
    margin: 40px auto 80px;
}
#reason .Block__flex {
    gap: 60px;
    padding: 0;
    margin: 40px 0 80px;
}
#reason .Block__flex:last-child {
    margin-bottom: 0; /* 最後の要素だけ余白消す */
}
#reason .Block__img img {
    margin-top: 0;
    border-radius: 10px;
}
.Block__ttl {
    margin: 60px auto 20px;
    text-align: center;
}
.Block__h3 {
    font-size: 2.2vw;
    line-height: 1.4;
    color: #313131;
    margin-bottom: 30px;
}
.Block__numR {
    color: #FFF;
    font-family: Poppins;
    font-size: 260px;
    font-weight: 700;
    height: auto;
    right: 280px;
    letter-spacing: 0.05em;
    line-height: 0.8;
    margin: 0 0 0 0;
    position: absolute;
    text-align: center;
    top: -50px;
    width: auto;
    z-index: -1;
    max-width: 100%;
    justify-content: center;
}
.Block__numL {
    color: #FFF;
    font-family: Poppins;
    font-size: 260px;
    font-weight: 700;
    height: auto;
    left: 0px;
    letter-spacing: 0.05em;
    line-height: 0.8;
    margin: 0 0 0 0;
    position: absolute;
    text-align: center;
    top: -50px;
    width: auto;
    z-index: -1;
    max-width: 100%;
    justify-content: center;
}
/* --------------------------------------------------------------------
  Call to Action (ctr)
-------------------------------------------------------------------- */
section#ctr {
    position: relative;
    z-index: 1;
    background: url(../img/cta_bg.png) no-repeat center center / cover;
}
section#ctr:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(63, 0, 0, 0.3) !important;
    z-index: -1;
}

/* --------------------------------------------------------------------
 Plan
-------------------------------------------------------------------- */
#plan {
    background: #fcf8fc;
    padding: 30px 0px 60px;
}
#plan .Block__ttl {
    margin: 40px auto 80px;
}
.culum {
    display: flex;
    margin-top: -40px;
}
.box_A {
    width: 50%;
}

/* --------------------------------------------------------------------
Flow
-------------------------------------------------------------------- */
#flow {
    background: #fcf8fc;
    padding: 1px 0 40px;
}
ul.support {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    margin: 40px 0 30px;
    padding: 0;
    list-style: none;
}

ul.support li {
    padding: 0;
    list-style: none;
}

.pic_support {
    position: relative;
}
.pic_support img {
    margin-bottom: 10px;
}
.pic_support::before {
   content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%) rotate(90deg);
  width: 15px;
  height: 15px;
  background: linear-gradient(
    135deg,
    #feb71b,
    #ff4938,
    #af1064,
    #6923d7);
  clip-path: polygon(
    50% 0%,
    0% 100%,
    100% 100%);
}

ul.support li:last-child .pic_support::before {
    display: none;
}
/* --------------------------------------------------------------------
Fit
-------------------------------------------------------------------- */
#fit {
    background-image: radial-gradient(#eed7f1 4%, transparent 4%);
    background-size: 34px 34px;
    background-position: 0 0, 20px 20px;
}
#fit .container {
    margin: 0 auto;
    border-radius: 12px;
    padding: 20px;
    max-width: 1080px;
    width: 100%;
}
#fit img {
    width: 50%;
}

.tab-container {
    position: relative;
}

.tab-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    background: #eeeeee;
    border-radius: 48px;
    padding: 6px;
    position: relative;
}

.slide-indicator {
    position: absolute;
    top: 6px;
    left: 6px;
    width: calc(100% / 6 - 2px);
    height: calc(100% - 12px);
    background: linear-gradient(135deg, #4a4a4a 0%, #2c2c2c 100%);
    border-radius: 48px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.tab-container ul li {
    flex: 1;
    padding: 14px 18px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    border-radius: 8px;
    margin: 0 2px;
    background: transparent;
}

.tab-container ul li.selected {
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.tab-container ul li:not(.selected):hover {
    color: #aaaaaa;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

.tab-content {
    display: none;
    padding: 24px;
    min-height: 150px;
    background: #fefefe;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-top: 16px;
}

.tab-content.selected {
    animation: slideContentIn 0.3s ease-out;
    display: flex;
    align-items: center;
    gap: 32px;
}
.cmlist {
    display: block !important;
    background: #faf3fb;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
}

@keyframes slideContentIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --------------------------------------------------------------------
 Effect
-------------------------------------------------------------------- */
#effect {
    background: #F6F6F6;
    padding: 30px 0px 60px;
}
#effect .Block__ttl {
    margin: 40px auto 80px;
}
.culum {
    display: flex;
    margin-top: -40px;
}
.box_A {
    width: 50%;
}

/* --------------------------------------------------------------------
  Ctr
-------------------------------------------------------------------- */

.contBlock {
    padding: 60px 0;
}

.formMidashi01 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
    color: #FFF;
}
.contactBtnWrap01 {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 15px;
}
.contactBtnWrap01 .contBtn01 {
    width: 400px;
}
.contactBtnWrap01 .contBtn02 {
    width: 400px;
}

.contactBtnWrap01 .contBtn01 a {
    height: 80px;
    font-size: 24px;
}
.contactBtnWrap01 .contBtn02 a {
    height: 80px;
    font-size: 24px;
}

/* --------------------------------------------------------------------
  Footer
-------------------------------------------------------------------- */
.contFooter01 {
    background: #313131;
    padding: 30px 0;
}

.footerLink {
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.75em;
    color: #FFF;
}

.footerLink01 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 1.5em;
    color: #FFF;
}
.footerLink01 a:link,
.footerLink01 a:visited,
.footerLink01 a:active {
    color: #ffffff;
    text-decoration: none;
}

.footerLink01 a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.footerCopyright {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.4em;
    text-align: center;
}
.pagetopButton {
    display: none;
    position: fixed;
    right: 40px;
    bottom: 20px;
    z-index:99;
}

/* --------------------------------------------------------------------
  Media Queries (SP)
-------------------------------------------------------------------- */
@media screen and (max-width:1024px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
.spnone{
display: none;
}
    .pcBr {
        display: none;
    }

    .spBr {
        display: block;
    }
.contIn1080, .contIn1200 {
        width: 100% !important;
        padding: 0;
        box-sizing: border-box;
    }
.Block {
    padding: 0px 15px;
}
.Block__ttl {
    margin: 30px auto 20px;
}

    /* Header (SP) */
    .flotHeaderWrap {
        background-color: #3cb8b9;
        display: none !important;
    }

    .flotNaviTb01 {
        width: 100%;
    }

    .flotNaviCell01 {
        padding-left: 20px;
    }

    .flotNaviCell01 img {
        margin-right: 22px;
    }

    .flotNaviCell02 {
        display: none;
    }

    .flotNaviCell03 {
        padding-right: 20px;
    }

    .flotNaviTb01 .contBtn01 {
        width: 280px;
    }

    .flotNavi01 li {
        display: block;
        padding: 50px 14px 0 14px;
    }

    .flotNavi01 li a {
        font-size: 32px;
    }

    .flotNavi01 a::after {
        display: none;
    }

    .spNaviBtn01 {
        background-image: url("../img/sp_hamb01.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 60px;
        height: 48px;
        margin: auto 0 auto auto;
    }

    .spNaviBtn01On {
        background-image: url("../img/sp_hamb01_on.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 60px;
        height: 48px;
        margin: auto 0 auto auto;
    }

    .spMenuWrap {
        display: none;
        width: 100%;
        height: 150vh;
        background-color: #3cb8b9;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    /* Main Visual (mv) SP */
    .mv {
        height: auto;
        padding: 0 20px;
        position: static;
    }
.mv .Block__flex {
    padding: 30px 0 0;
        margin: 0 auto;
        display: block;
}
.mv .Block__txt {
        font-size: 1.7em;
        text-align: left;
        font-weight: 500;
        margin-bottom: 0px;
        line-height: 1.5;
    }
.mv .Block__contents .contBtn01 {
    margin: 15px 0;
}
.Block__MVimg {
    margin: 0 auto;
}
    /* About */
        #about {
    margin-top: -40px;
}
#about .Block__flex {
    padding: 45px 0;
}
     #about .Block__contents {
        width: 100%;
        margin: 0px;
}
.mv:before {
    content: "";
    background: url(../img/mbg1.png) no-repeat center / contain;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: -20%;
    z-index: -1;
}

#about .Block:after {
    content: "";
    background: url(../img/mbg2.png);
    max-width: 500px;
    max-height: 1095px;
    width: 350vw;
    height: 81vw;
    position: absolute;
    top: 55vh;
    right: 0;
    z-index: -1;
}
    /* Reason */
#reason {
    padding: 30px 0px;
}
#reason .Block__ttl {
    margin: 10px auto 0;
}
#reason .Block__flex {
    gap: 0px;
    margin: 15px 0;
}
#reason .Block__img {
    margin-top: 15px;
width: 100% !important;
}
.Block__flex {
    display: inline-block;
}
.Block__h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 15px 0 20px;
}
p.Block__body {
    font-weight: normal;
    text-align: left;
}
.Block__numR {
    font-size: 130px;
    left: 0;
    top: -2vh;
}
.Block__numL {
    font-size: 130px;
    left: 0;
    top: -2vh;
}
    /* Cover */
.covers__box__main {
    display: inline-block;
}
.covers__Block {
    padding: 30px 20px;
    margin: 0 15px;
}
.covers__Block .Block__txt {
    font-size: 1.1em;
}
.covers__box__main__text {
    margin-top: 20px;
}
    /* Case */
#case .swiper-container {
    max-width: 100%;
    overflow: hidden;
}
.covers__box__main img {
    width: 100%;
    max-width: 100%;
}
    /* Fit */
#fit {
    padding: 0 15px;
}
#fit .container {
    padding: 0px;
}
#fit img {
    width: 100%;
    margin-top: 15px;
}
#fit .covers__box__main__text {
    margin-top: 0px;
}
.tab-container ul {
    display: block;
    border-radius: 18px;

}
.tab-content.selected {
    display: block;
}
.slide-indicator {
    width: calc(100% - 12px);
    height: calc(100% / 6 - 2px);
}
    /* Support */
ul.support {
    margin: 0px;
}
    /* Effect */
#effect {
    padding: 30px 0px;
}
#effect .Block__ttl {
    margin: 10px auto 60px;
    }
    /* Form */
#form {
    padding: 0 10px;
}
    /* Ctr */
.contactBtnWrap01 {
    display: block;
}

    .Block__txt {
        font-size: 1.5em;
    }
    .Block__contents {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    .Block__img img {
        max-width: 680px;
    }

    .reverse {
        flex-direction: column-reverse !important;
        display: flex !important;
    }

    /* Buttons (SP) */
.contBlock {
    padding: 17px 0 40px;
}
    .contBtn01,.contBtn02{
        margin: 0 auto;
    }
.contBtn02{
    padding-top: 15px;
    }
    /* General Content Blocks (SP) */

    .formMidashi01 {
        line-height: 1.5em;
        font-size: 1.2em;
    }

    .contactBtnWrap01 .contBtn01 {
        width: 300px;
    }
    .contactBtnWrap01 .contBtn02 {
        width: 300px;
    }
    .contactBtnWrap01 .contBtn01 a {
        height: 50px;
        font-size: 1em;
    }
    .contactBtnWrap01 .contBtn02 a {
        height: 50px;
        font-size: 1em;
    }

    /* Support (SP) */
    ul.support {
        display: inline-block;
    }

    ul.support p {
        padding: 3px 0;
    }

    .pic_support::before {
        top: 97%;
        right: 50%;
        transform: translateY(-50%) rotate(180deg);
    }
.pic_support img {
    margin-bottom: 20px;
}

    /* Sample (SP) */
    .culum {
        display: block;
    }

    .box_A {
        width: auto;
    }

    /* Footer (SP) */
    .contFooter01 {
        padding: 20px 0;
    }
.pagetopButton {
    right: 10px;
    bottom: 70px;
}
.spFloatNavi01 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: flex;
}
  .spFloatNavi01>p {
    width: 50%;
    margin: 0;
  }
  .spFloatNavi01>p+p {
    border-left: 1px solid #fff;
  }
  .spFloatNavi01>p a {
    display: block;
    padding: 1em;
    text-align: center;
    color: #fff;
    background-color: #313131;
    text-decoration: none;
  }
  .spFloatNavi01>p.ctrBtn01 a {
    background: linear-gradient(135deg, #feb71b, #ff4938, #af1064, #6923d7);
  }
#form .contIn980 {
    padding: 0 15px;
  }
}

/* --------------------------------------------------------------------
  Media Queries (PC)
-------------------------------------------------------------------- */
@media screen and (min-width:1025px) {
.sp {
    display: none;
}
.spBr {
    display: none;
}
    .spMenuWrap {
        display: none !important;
    }
    .spFloatNavi01 {
        display: none !important;
    }
}
