html, body, div, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote,abbr, address,cite,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend, caption,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {padding:0;border:0;outline:0;font-size:100%;font-weight: normal}
a{text-decoration: none}ul,li{list-style: none}
/*リムジンページ公開後、削除予定*/
.dropdown-menu .noHref {color: #8696a3;}

/*nav*/
header h1 {text-align: right}
header h1 img{max-width:4rem}
header button {font-size: .8rem}
header h1 a:hover:focus {background: none!important;}

.navbar,.nav-link {padding: 0;}
.navbar-nav,.navbar-nav li{width: 100%;text-align: center}
.navbar-brand {padding: 1rem 0 0;margin-bottom: 0;}
.navbar-light .navbar-nav .nav-link {color: #2d3450}
.navbar-nav li a span.deco {background-image   : radial-gradient(#2d3450 20%, transparent 25%); background-position: 15px 15px;background-size    : 15px 15px;width: 12px;height: 3rem;display: block;margin: 0 auto .5rem;visibility:hidden;}
.navbar-nav li a:hover span.deco { visibility:visible;}
.dropdown-menu[data-bs-popper] {right: 0;width: auto;left: -100%;}
.dropdown-menu {background: #2d3450;}
.dropdown-menu li{width: 50%;float: left;text-align: left;padding: .8rem 0;}
.dropdown-item {color: #f0ce73;font-size: .8rem;}
/*以下削除予定*/
.nolink {color: #f0ce73;font-size: .8rem;padding: .8rem!important;}

.fixed-top {background: rgba(255,255,255,.7);}
.navbar-light .navbar-toggler {color: #2d3450;border: none;}
.navbar-toggler {font-size: .8rem;top: 1rem;left: 0;position: absolute}
.drawer-hamburger-icon {position: relative;display: block; margin-top: 10px;margin-bottom:.5rem;}
.drawer-hamburger-icon,.drawer-hamburger-icon:before,.drawer-hamburger-icon:after {width: 100%; height: 2px;-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);background-color: #004172;}
.drawer-hamburger-icon:before,.drawer-hamburger-icon:after {position: absolute;top: -10px;left: 0;content: ' ';}
.drawer-hamburger-icon:after {top: 10px;}

@media screen and (max-width:768px) {
header h1 {text-align: center;width: 100%}
.navbar-nav li a span.deco {display: none}
.show {background: rgba(255,255,255,.8);}
.show .nav-item {text-align: left;padding: 1rem .5rem}
.dropdown-menu {background: #2d3450;overflow: auto}
.dropdown-menu li{width: 100%;text-align: left;padding: .5rem 0;}
}

/* ==Typography== */
/*パンくず*/
.panNav ol {font-size: .7rem;text-align: right;display: flex;justify-content: flex-end;align-items: center;list-style: none;background: #2d3450;margin-bottom: 0}
.panNav ol li {padding: .5rem 1rem;}
.panNav ol li a {color: #f0ce73;}
.panNav ol li a:hover,.panNav ol li a:focus {color: #e26060;}
/*Link*/
a {color: #2d3450;text-decoration: none;-webkit-transition-timing-function: ease;transition-timing-function: ease;-webkit-transition-duration: 200ms;transition-duration: 200ms;-webkit-transition-property: color, border-color, background-color;transition-property: color, border-color, background-color; }
a:hover, a:active, a:focus {color: #e26060;text-decoration: none;}
/*LINK*/
#li01,#li02,#li03,#li04,#li05,#li06,#top {display: inline-block; padding-top: 100px; margin-top: -100px;}
/*Body*/
body {font-family: "Century Gothic", CenturyGothic, 'Alegreya Sans SC',游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;-webkit-text-size-adjust: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;font-size: .92rem;line-height: 1.6rem;letter-spacing: .1rem;color: #2d3450;background: #fffbf8;}
/*FNT*/
.en,.ttl01 span,.ttl04 span,.ttl05 b,.recM div span,.ftBtn01 span,.ftBtn02 span,.toTel .col-sm-8 b,.ouboTel b,.airTel b
 {font-family: azo-sans-web,"Century Gothic", CenturyGothic,sans-serif;}
img {border: 0; -ms-interpolation-mode: bicubic; max-width: 100%; height: auto; width :auto; }

/*BTN*/

.btnW {background: white;border: 1px solid #2d3450;padding: .2rem 5rem .2rem 1rem;color: #2d3450;text-align: center;display: inline-block;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;border-radius: 1rem;font-size: .8rem}
.btnW:hover,.btnW:focus {background: #2d3450;color: white;}
.btnG {background: #f0ce73;padding: .2rem 1rem;color: #2d3450;text-align: center;display: inline-block;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;border-radius: 1rem;font-size: .8rem;width: 100%}
.btnG:hover,.btnG:focus {background: #bd3c3c;color: #ecdbbc;}
.btnB {background: #2d3450;padding: .2rem 1rem;color: #ecdbbc;text-align: center;display: inline-block;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;border-radius: 1rem;font-size: .8rem;width: 100%}
.btnB:hover,.btnB:focus {background: #ecdbbc;color: #2d3450;}
.btnR {background: #cf3f3f;padding: 1rem 1rem;color: white;text-align: center;display: inline-block;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;border-radius: .8rem;font-size: 1.1rem;width: 100%;font-weight: bold;}

.btnR span {font-size: 1rem;padding-right: 1%;}


/* ==font== */
.fwB,.recM div span,.toTel b,.ttl01 b,.ttl02 b,.ttl03 b,.ttl04 span,.ttl05 b,.mes b,.ttl01W b,.lay04 .col-sm-9 b
 {font-weight: bold}

/* ==BG== */
.bgBl {background: #2d3450;}
.bgBe {background: #fffbf8;}
.bgBl-half {background: rgb(45,52,80);background: linear-gradient(rgba(45,52,80,1) 0%, rgba(45,52,80,1) 15%, rgba(255,251,248,1) 15%);}

/* ==COLOR== */
.colBe {color: #efd19f;}
.colWt {color: white;}
.colGo {color: #f0ce73;}
/* ==Common== */
.sp {display: none}

/* ==ttl== */
.ttl01,.ttl02 {font-weight: bold;}

.ttl01{text-align: center;padding: 4.5rem 2rem;letter-spacing: .1rem;font-size: 2rem;margin-bottom: 0}
.ttl01 span{font-size: 1.2rem;}

.ttl02 {font-size: 1.3rem;}

.ttl03 {font-size: 1.8rem;font-weight: bold}
.ttl03 span{font-size: 1rem;display: block;padding-bottom:.5rem;}
.ttl03 b{font-size: 1rem;}

.ttl04 {font-size: 1rem;color: white;padding: 2rem 0 1rem;position:relative;text-align: center;}
.ttl04:before {
  content: "";
  background-image   : radial-gradient(#fff 24%, transparent 34%);
  background-size    : 11px 11px;
  width: 12px;height: 1.5rem;
  display: inline-block;
  margin: .5rem auto;position:absolute;top:0;left: 50%;
}

.ttl05,.ttl06, .priArea h3 {font-size: 1.1rem;padding: 1rem 0;font-weight: bold;margin-bottom: 1.5rem!important;}
.ttl05 span,.ttl06 span {font-size: .8rem;padding: .5rem 0;display: block}
.ttl06, .priArea h3 {border-bottom: 1px solid #2d3450;}


.pad1 {padding-bottom: 3rem;}
.pageTop {position: fixed;bottom: 0;right: .5rem;padding: .5rem;font-size: 2rem;width: 50px;height: 50px;}
.pageTop a {color: #9683aa;}
/* ==header== */
header {position: absolute;width: 100%;margin: 0 auto;-webkit-transition: padding 300ms ease-in-out;transition: padding 300ms ease-in-out;}
.row{margin-right: 0!important;margin-left: 0!important;}

.container-fluid,.container-fluid .col-2,.container-fluid .col-3,.container-fluid .col-4,.container-fluid .col-5,.container-fluid .col-6,.container-fluid .col-7,.container-fluid .col-8,.container-fluid .col-9,.container-fluid .col-10,.container-fluid .col-11,.container-fluid .col
{padding-right: 0!important;padding-left: 0!important;margin-right: 0!important;margin-left: 0!important;}
/* ==hero== */
.hero,.second {position: relative;margin-top: 120px;background: url(../img/topBg.png) repeat-x;background-size: 20px;}
.hero {background-position: 0% 120%;}
.second {background-position: 0% 120%;}
.hero .col-3 img {padding: 31%;}
.second .col-3 img {padding:22% 0;width: 40px;}
.pd {padding: 0!important;}
.lay01 {padding: 6.5rem 2rem 2rem 2.5rem;}

.lay02 .row {position:relative;padding: 2rem 2rem 2rem 4rem;}
.lay02:before {
  content: "";
background: #ecdbbc;border-radius: 0 10px 10px 0;width: 100px; height:350px;position:absolute;left:0;}

.bnArea .col-6 a,.bnArea .col-sm-6 a {padding: 1rem;display: inline-block;}

.bnS{width: 100%;cursor: pointer;border-radius:10px;box-shadow: 0 5px 10px rgba(0,0,0,0.3);}
.bnS:hover{
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);
  transition-duration: 0.3s;
}

.bnSs,.lay05 ul li{border-radius:10px;box-shadow: 0 5px 10px rgba(0,0,0,0.3);}

.layDB,.layDG,.layDL {padding: 1.5rem 1rem 1rem 2.5rem;position:relative;}
.layDB {line-height:2rem;}
.layDB:before,.layDG:before,.layDL:before {content: "";background-size: 11px 11px; width: 12px;height: 6rem;display: inline-block;margin: 0 auto .5rem;position:absolute;left:0;}
.layDB:before {background-image: radial-gradient(#2d3450 24%, transparent 34%);}
.layDG:before {background-image: radial-gradient(#f0ce73 24%, transparent 34%);}
.layDL:before {background-image: radial-gradient(#ecdbbc 24%, transparent 34%);}

.lay03 .row {padding: 3rem 2rem 2rem 2.5rem;}
.lay03 .row .row .row,.lay04 .row .row .row {padding: 0;}

.lay04 .row{padding: 3rem 0 2rem 2.5rem;}
.lay04 .row .row {padding: 0 0 2rem 2.5rem;}
.lay04 .row > .layDB {padding: 1.5rem 0 1rem 2.5rem}

.lay05 {background: #2d3450;border-radius: 20px 0 0 20px;}
.lay05 dl {background: white;border-radius: 10px;padding:.2rem;margin: 1rem 0!important;}
.lay05 dl dt,.lay05 dl dd {padding:.2rem 1rem;text-align: center}
.lay05 p {color: white;padding-right:1rem;}
.movArea {position: relative; margin: 0 auto;}
.movArea .iframeWrap{height: 0;padding-bottom: 62.5%;width: calc(100% - 10px);}
.movArea .iframeWrap iframe {position: absolute;top: 0;left: 0;padding: 10px;}

audio {width: 100%}

.lay06 .col-sm-6 div {padding: 1rem;}
.lay06 .col-sm-6 p {font-size: .85rem;line-height: 1.2rem;padding-bottom:1rem;}
.lay06 .w-100 {padding: 1rem;line-height: 1.2rem;font-weight: bold;}
.lay06 .w-100 span {font-size: .8rem;display: block}

.lay06 .row,.lay07 .row {position:relative;padding: 3rem 0 2rem 2.5rem;}
.lay06:before {content: "";margin-top: 15%;
background: #ecdbbc;border-radius: 10px 0 0 10px;width: 100px; height:350px;position:absolute;right:0;}

.infoList {width: 100%;font-size: .8rem;}
.infoList li {padding: 0 1rem;}
.infoList span {padding-right: 2rem;}

/* ==Footer== */
footer {margin: 2.5rem 0 0;background: #2d3450;color: #ecdbbc;font-size: .8rem;}
footer a {color: #ecdbbc;}
footer a:hover,footer a:focus {color: #d8839c;}
footer .row {padding: 2rem 1rem;}
footer .row .row {padding:1rem;}
.credit {text-align: center;font-size: .7rem;border-top: 1px solid #ecdbbc;padding: .5rem;}
footer ul li {padding: .5rem 0;}
footer .layDL ul li {padding: .2rem 0;}

dl.listCom dt,dl.listCom dd{border-bottom: 1px solid #2d3450;}
dl.listCom dd,dl.listGr dd{margin-bottom: 0;}

dl.listGr dt{padding: 1% 2%;background: #f0ce73;color: #2d3450;font-size: .8rem;border-radius: 10px;border-bottom: 1px solid #2d3450;}
dl.listGr dd{padding: 1% 2%;border-bottom: 1px solid #f0ce73;}

dl.catseye dt,dl.catseye dd{padding: 2% 1%;}
dl.catseye dd span{font-weight: bold;display: block;padding: 0 0 1%}

dl.size-info {font-size: .65rem;margin: 2% 0!important;}
dl.size-info dt {margin: 1% 0!important;padding: 0;background: #2d3450;text-align: center;color: white;border-radius: 5px;}
dl.size-info dd {margin: 1% 0!important;}

.fow {font-weight: bold;padding: 10% 0;font-size: .8rem;}
.fodeco {padding: 2% 0;}
.fodeco b {font-weight: bold;background: linear-gradient(transparent 50%, #f4f963 50%);}
.priArea {padding: 4% 0;}
.priArea p {padding-bottom: 4%;}
@media screen and (max-width:950px) {
.second {background-position: 0% 160%;}
}
@media screen and (max-width:862px) {
.hero,.second {margin-top: 100px;background-size: 15px;}
.lay06 .col-sm-6 div {padding: 0;}
.second {background-position: 0% 150%;}
}
@media screen and (max-width:805px) {
.btnR span {font-size: .8rem;display: block}
}
@media screen and (max-width:768px) {
.btnR span {font-size: 1rem;display: inline-block}
dl.size-info {font-size: .8rem;}
.fow {font-weight: bold;padding: 5% 0 2%;font-size: .9rem;text-align: center}
.fodeco {padding: 0 0 2%;}
.fodeco {text-align: center}
.fodeco b br {display: none}
.bnArea .col-6 a {padding: .5rem;display: inline-block;}
.lay02 .row {position:relative;padding: 2rem 1rem 2rem 2rem;}
.lay02:before {
  content: "";
background: #ecdbbc;border-radius: 0 10px 10px 0;width: 60px; height:350px;position:absolute;left:0;}
.second .col-3 img {padding:22% 0;width: 25px;}
.second {background-position: 0% 165%;}
.pad1 {padding-bottom: 0;}
}

@media screen and (max-width:574px) {
.hero .col-3 img {padding: 22%;}
.hero {background-position: 0% 155%;}
.second {background-position: 0% 265%;}
.infoList span {display: block;}
.lay04 .row{padding: 3rem 0 2rem 2rem;}
dl.listGr dd{padding: 1% 2% 8% 1%;border-bottom: none;}
dl.listCom dt {background: #2d3450;color: white;border: none;}
dl.listCom dd {padding-bottom: 1rem;border: none;}
.bnArea div{padding-bottom: 3%;}
.ttl01 span{display: block;}
.ttl01,.ttl03{font-size: 1.5rem;}
}

@media screen and (max-width:480px) {
.lay03 .row .row {padding: 1rem 0 0 2rem;}
.lay03 .ttl03 span {font-size: .8rem;}
.sp {display: block}
.hero {background-position: 0% 260%;}
.second {background-position: 0% 365%;}
}

/*----- Waypoinsts -----*/
.iC,.iCI,.tCT,.tCtL,.tCtR{position: relative;}
.iCI,.tCTi,.tCtL,.tCtR{opacity: 0;}
.iC.active img,.tC.active .tCTi,.tC.active .tCtL,.tC.active .tCtR{opacity: 1;}
.tCTi,.tCtL{transition: all .8s .5s ease;}
iC:before,.tCT:before{transform: translateX(-100%);content: '';height: 100%;position: absolute; width: 100%;z-index: 1;}
.iC{overflow: hidden;}
.iCI{transition:all .5s .3s ease; z-index: 0;}
.iC:before{background: #333;transition:all .8s 0s ease;}
.tCT{overflow: hidden;z-index: 0;}
.tCT:before{background: #ecdbbd;transition:all .8s .3s ease;}
.tCT,.tCTi{display: inline-block;}
.tCtL{left: -50px;}
.tCtR{right: -50px;transition: all 1s .8s ease;}
.iC.active:before,.tC.active .tCT:before{transform: translateX(101%);}
.tC.active .tCtL{left: 0;}
.tC.active .tCtR{right: 0;}

/**/
.fuktukArea,.visionArea{font-size: .85rem;color: black;}
.vision main,.fuktuk main,.topVision,.topFuk {font-family: 'Century Gothic', "Hiragino Sans",游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;color: black;font-weight: 500;font-size:1.3rem;letter-spacing: .1rem}

.visionImg {background: url("../img/vision/visionTopImg.webp") center bottom no-repeat;min-height: 650px;}
.visionImg div {text-align: center;padding-top: 8rem;}
.visionArea h2 {text-align: center;}
.visionGbtn {border: 1px solid #74aa5a;color: #74aa5a;background: white;padding:1rem;text-align: center;width: 100%;display: inline-block;margin: 1rem 0;}
.visionGbtn:hover,.visionGbtn:focus {border: 1px solid #74aa5a;color: white;background: #74aa5a;}
.vision01,.vision02,.vision03,.vision04,.vision05,.vision04 .col-sm-10{overflow: auto;}
.vision02 h2 b,.stepLay h3 span,.vision03 h3 span,.vision03 h2,.vision03 h2 b,.overList dt,.vision05 h2 {font-weight: 500}
.stepLay .m01 div:before,.stepLay .m02 div:before,.stepLay .m03 div:before,.overList dd span,.vision05 div.phone{font-weight: bold;}
.vision02 h2 b,.stepLay h3 span{background: #74aa5a;color: white;}
.vision05 div.phone,.overList dd span{font-family: 'Century Gothic', "Hiragino Sans", sans-serif;}

.vision01 {background: url(../img/vision/visionBg01.webp) #f9f5f6 no-repeat right bottom / contain;padding: 4rem 0;}
.vision01 p {padding: 3rem 0;}
.vision02 {padding: 3rem 0 5rem;}
.vision02 h2 {text-align: center;}
.vision02 h2 img {display: block;margin:4rem auto .5rem;}
.vision02 h2 b {display: inline-block;padding: .8rem;font-size: .9rem;}
.vision02 h2 span {font-size:1rem;display: block;padding: 1rem 0}
.stepLay {margin-bottom: 4rem;}
.stepLay div:first-child {padding-top: 10rem;}
.stepLay div:nth-child(2){margin-top: 5rem;}

.stepLay .m01,.stepLay .m02,.stepLay .m03 {position: relative}
.stepLay .m01 div:before,.stepLay .m02 div:before,.stepLay .m03 div:before{color: #74aa5a;font-size: 7rem;z-index: -1;position: absolute;}
.stepLay .m01 div:before {content: "01";top:10rem;left: 2rem;}
.stepLay .m02 div:before {content: "02";top:0;left: 2rem;}
.stepLay .m03 div:before {content: "03";top:0;left: 2rem;}
.stepLay .m02 {margin-bottom: 5rem}
.stepLay div img {margin-top: -7rem;padding: 0 1rem;}
.stepLay h3{margin-top: -2rem}
.stepLay h3 span{padding: .6rem;font-size: 1rem;line-height: 2.8rem;display: inline;}
.stepLay p {padding: 2rem 0;}

.vision03 {background: linear-gradient(to bottom, #74aa5a 50%, white 50%);color: white;padding: 6rem 0 10rem;}
.vision03 h2 {font-size: calc(1rem + .3vw);line-height: 2rem;}
.vision03 h2 b {font-size: calc(1.2rem + .3vw);display: block;}
.vision03 h3 {margin-top: -1rem}
.vision03 h3 span{background: white;color: #74aa5a;padding: .8rem;font-size: .9rem;line-height: 2.5rem;display: inline;}
.vision03 .col-sm-6 div {padding: 2rem;}
.vision03 .col-sm-6 div img {padding-left: 2rem;}

.vision04 {background: #f9f5f6;padding: 5rem 0;}
.vision04 h2{font-size: 1.2rem;margin-bottom: 2rem}
.vision04 h3{font-size: 1rem;border-bottom: 3px solid #74aa5a;padding: 1.5rem 0 1rem;}
.vision04 .col-10 {background: white;padding: 2rem;margin-bottom: 2rem;}

.overList {letter-spacing: .05rem}
.overList dd span{font-size: 1.3rem;}
.overList dd b{font-size: 1.2rem;font-weight: 600;}
.overList dt{color: #74aa5a;padding:.8rem 0;}
.overList dd{padding:.8rem 0;}

.vision05 {background: url(../img/vision/visionBg.webp) no-repeat center top;}
.vision05 div:first-child {background: rgba(116,170,90,.85);padding: 3rem;text-align: center;color: white;margin: 10rem 0}
.vision05 h2{font-size: 1.4rem;margin: 0;padding:0 0 2rem;line-height: 2rem;}
.vision05 div.phone{font-size: 3rem;line-height: 3rem}

/*fuktuk*/
.spC {display: none;}

.fuktukImg {background: url("../img/fuktuk/fukTopImg.webp") center bottom no-repeat;border-width: 7rem 5rem 0;border-style: solid;border-color: white}
.fuktukImg img {max-width: 350px;padding-top: 10rem;padding-bottom: 13rem;display: block;}
.squareT {position: relative;z-index: -9;}
.squareT:before {width: 100%;height: 250px;background: #f7f563;position: absolute;top: 8rem;content: " ";}
.fuktuk01 h2,.fuktuk03 h2 {transform: rotate( -5deg );line-height: 2rem;text-align: center;font-weight: bold;padding: 5rem 0;font-size: calc(.9rem + .5vw);width: 90%;}
.fuktuk01 h2 b,.fuktuk03 h2 b {display: block;font-weight: bold;font-size: calc(1.1rem + .5vw);}
.fuktuk01 .col-md-4,.fuktuk01 .col-md,.fuktuk04 p {padding: 1.5rem 0;}
.fuktuk01 {background: linear-gradient(0deg, #f7f563 73%, #fff 73%);}
.fukLay01 {display: flex;align-items: stretch;clear: both;margin-bottom:3rem }
.fukLay01 .col-sm-4 {justify-content: center;text-align: center;align-items: center;display: flex;}
.fuktuk02 {background: #f9f8f0;padding: 2rem;}
.fuktuk02 b {font-weight: bold}
.fuktuk02 h2 {font-size: 1rem;font-weight: 600;padding: 3rem 0;line-height: 2rem}
.fukBtn {background: #62bcbe;color: white;padding: 1rem;text-align: center;display: inline-block;width: 100%;margin-top: .8rem}
.fukBtn:hover,.fukBtn:focus {background: #f7f563;color: black;}
.fukBtn02 {background:#f7f563;color: black;padding: 2rem 3rem;text-align: center;display: inline-block;width: 100%;border: .35rem black solid;margin-bottom:10rem }
.fukBtn02 img {max-width: 240px}
.fukBtn02:hover,.fukBtn02:focus {background: #8ed9db;}
.fuktuk04 {padding: 10rem 0 5rem;}
.fuktuk04 .col-sm-6 {padding: 2rem;}
.fuktuk04 h3 {font-size: 1.1rem;padding-top: 2rem;}
.fuktuk04 h3 b {font-size: 1.5rem;font-weight: bold}
.fuktuk04 h2,.fuktuk05 h2,.fuktuk06 h2 {text-align: center;font-size:1.2rem;font-weight: bold}
.fukSNS {background: #f7f563;overflow: auto;padding: 1rem 0;}
.fukSNS .col-8,.fukSNS .col-4 {font-weight: bold;text-align: center}
.fukSNS .col-8 b {font-size: .9rem;display: block;font-weight: bold;}
.fukSNS .col-4 {padding-right: 1rem}
.fukSNS .col-4 div{background: white}
.fukSNS .col-4 img {-webkit-filter: drop-shadow(5px 10px 10px rgba(0,0,0,.2));filter: drop-shadow(5px 10px 10px rgba(0,0,0,.2));padding: .8rem 0;}
.fuktuk04 .fukBtn {margin: 2rem 0}
.fuktuk05 {background: #f9f8f0;padding: 5rem 2rem;margin-top: 10rem}
.fuktuk05 h3 {border-bottom: 1px solid black;padding: 1.2rem 0;font-size: 1rem;font-weight: bold}
.fuktuk05 h4 {font-size: 1rem;font-weight: bold;padding: 5rem 1.5rem 2rem;}
.fuktuk05 h5 {border-bottom: 1px solid black;padding: 1rem 0;font-size: .9rem;font-weight: bold}
.fuktuk05 ul {padding: 1rem 0;}
.fuktuk05 ul li {padding: .5rem;}
.fuktuk05 ul li span {padding: 0 .5rem 0 0;font-size: 1.9rem;font-weight: bold;font-family: 'Century Gothic','Avenir-Light', sans-serif;}
.fuktuk05 .lead {padding: 1rem 0;font-size: 1rem;}
.fuktuk05 p {padding-top: 1rem;}
.fukRent .col-md div{background: white;padding: .5rem 1.5rem;font-size: .8rem;}
.fukRent .col-md .fukBtn {padding: .5rem 1rem;}
.fukRent .col-md div b {font-size: .85rem;font-weight: bold}
.fukRent .col-md div span {text-align: center;padding: 1.8rem 1rem 0 0;font-size: 1.2rem;font-weight: bold;display: block}
.fukRent .col-md div strong {text-align: center;padding: 1.8rem 0 2rem;font-size: 1rem;font-weight: normal;display: block}
.fukattn {padding-left: 2rem;}
.fuktuk06 {background: url("../img/fuktuk/fukBg01.webp") no-repeat center bottom;padding: 3rem;overflow: auto;background-size: cover;}
.fuktuk06 .text-center {padding: 3rem;}
.fuktuk06 .text-center img {max-width: 200px}
.fuktuk06 p {padding: 5rem 0 2rem;}

.blurT{opacity: 0;}
.blur{animation-name:blurAnime;animation-duration:1s;animation-fill-mode:forwards;}
.trademark {padding: 1.5rem 0;text-align: center}
@keyframes blurAnime{from {filter: blur(10px);transform: scale(1.02);opacity: 0;}to {filter: blur(0);transform: scale(1);opacity: 1;}}
.delay05{animation-delay: .5s;}.delay10{animation-delay: 1s;}.delay15{animation-delay: 1.5s;}
@media screen and (max-width:767px) {
.squareT:before {height: 500px;top: 8rem;}
.spC {display: block;}
.fuktuk01 h2,.fuktuk03 h2 {padding: 5rem 0 2rem;}
.fuktukImg {border-width: 0 2rem;}
.fuktukImg img {padding-top: 8rem;padding-bottom: 12rem;width: 320px;}
.fuktuk04 h2 {padding-top:0rem;text-align: center}
.fukRent .col-md div {height:auto;margin-bottom: 2rem}
.topVision {background: url(../img/vision/visionBg01.webp) #f9f5f6 no-repeat right bottom / cover;}
.vision01 {background: url(../img/vision/visionBg01.webp) #f9f5f6 no-repeat right -15rem bottom / cover;padding: 4rem 0;}
.stepLay {padding: 0 5rem;}
}
@media screen and (max-width:574px) {
.fuktukImg,.visionImg {min-height: 320px;}
.fuktukImg div {margin-top: 6rem;}
.fuktukImg img {width: 200px;padding-top: 2rem;}
.fuktuk05 {margin-top: 0rem}
.fuktuk05 ul li span {font-size: 1.5rem;}
.fuktuk06 .text-center {padding: 1rem;}
.fuktuk06 .text-center img {max-width: 200px}
.fukBtn02 {background:#f7f563;color: black;padding: 2rem 0;text-align: center;display: inline-block;width: 100%;border: .35rem black solid;margin-bottom:10rem }
.fukBtn02 img {max-width: 150px}
.stepLay {padding: 0 2rem;}
.visionImg div {padding: 7rem 1.5rem 5rem;}
.vision04 .col-10 {padding: 1rem;}
.vision05 div.phone{font-size: 2rem;}
.vision05 div.phone img{width: 50px}
}
