@charset "UTF-8";
/*webフォント読み込み*/
@font-face { /*notosansレギュラー*/
font-family: 'Noto Sans JP'; src: url("../fonts/NotoSansJP-Regular.otf"); src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NNotoSansJP-Regular.otf") format("truetype"); font-weight: 400; }
@font-face { /*notosansミディアム*/
font-family: 'Noto Sans JP'; src: url("../fonts/NotoSansJP-Medium.otf"); src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.otf") format("truetype"); font-weight: 500; }
@font-face { /*notosansボールド*/
font-family: 'Noto Sans JP'; src: url("../fonts/NotoSansJP-Bold.otf"); src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.otf") format("truetype"); font-weight: 700; }
@font-face { /*Inter_18pt-Regular*/
font-family: 'inte'; src: url("../fonts/Inter_18pt-Regular.otf"); src: url("../fonts/Inter_18pt-Regular.woff2") format("woff2"), url("../fonts/Inter_18pt-Regular.woff") format("woff"), url("../fonts/Inter_18pt-Regular.otf") format("truetype"); font-weight: 400; }
@font-face { /*Inter_18pt-Bold*/
font-family: 'inte'; src: url("../fonts/Inter_18pt-Bold.otf"); src: url("../fonts/Inter_18pt-Bold.woff2") format("woff2"), url("../fonts/Inter_18pt-Bold.woff") format("woff"), url("../fonts/Inter_18pt-Bold.otf") format("truetype"); font-weight: 700; }
/* Link
=========================================== */
a:link, a:visited { color: #2D2D2E; text-decoration: none; }

a { outline: none; transition: 0.3s; color: #2D2D2E; text-decoration: none; }

a img { transition: 0.3s; }

:focus { outline: none; }

/* 共通設定
=========================================== */
body { padding-top: 60px; }

.pc { display: none !important; }

body { overflow: hidden; background: #fff; color: #2D2D2E; font-size: 16px; line-height: 2; font-family: YakuHanJP,'Noto Sans JP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-style: normal; font-weight: 500; overflow-wrap: anywhere; /* 収まらない場合に折り返す */ word-break: normal; /* 単語の分割はデフォルトに依存 */ line-break: strict; /* 禁則処理を厳格に適用 */ }

h1, h2, h3, h4, h5, h6 { line-height: 1.5; font-weight: 700; }

body#tinymce { min-width: inherit !important; }

input, select, textarea { font-family: YakuHanJP,'Noto Sans JP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; color: #141414; }

table { width: 100%; }

img { max-width: 100%; height: auto; width: 100%; }

.no-pc { display: inline-block; text-decoration: none !important; }

.inb { display: inline-block; }

.block { display: block; }

.wrap { position: relative; }

/*共通見出し設定*/
.titles01, .titles03 { margin-bottom: 40px; color: #0CC0DF; font-weight: 700; }

.titles03 .en, .titles01 .en { font-size: 16px; line-height: 1; font-family: 'inte'; text-transform: uppercase; }
.titles03 .en > span, .titles01 .en > span { display: inline-block; padding-left: 34px; position: relative; }
.titles03 .en > span:before, .titles01 .en > span:before { content: ""; background: url("../img/common/tit-ico.svg") no-repeat; width: 24px; height: 30px; position: absolute; left: 0; top: -5px; }

.titles03 .jp, .titles01 .jp { line-height: 1.6; font-size: 40px; display: block; margin-top: 22px; }
.titles03 .jp .small, .titles01 .jp .small { font-size: 32px; }

.titles02 { margin-bottom: 36px; color: #0CC0DF; font-weight: 700; text-align: center; }

.titles02 .en { font-size: 16px; line-height: 1; font-family: 'inte'; display: block; margin-bottom: 8px; text-transform: uppercase; }
.titles02 .en > span { display: inline-block; padding-top: 40px; position: relative; background: url("../img/common/tit-ico.svg") no-repeat center top; }

.titles02 .jp { line-height: 1.6; font-size: 40px; display: block; }

.titles04 { margin-bottom: 40px; font-weight: 700; text-align: center; }

.titles04 .en { font-size: 16px; line-height: 1; font-family: 'inte'; text-transform: uppercase; color: #0CC0DF; display: inline-block; padding-top: 40px; background: url("../img/common/tit-ico.svg") no-repeat center top; }

.titles04 .jp { line-height: 1.6; font-size: 34px; display: block; margin-top: 17px; display: block; }

.titles05 { text-align: center; margin-bottom: 40px; line-height: 1.6; padding-bottom: 10px; font-weight: 700; text-align: center; font-size: 30px; background: url("../img/common/tit-ico02.svg") no-repeat center bottom; }

/*共通ボタン設定*/
.btn01 { width: 100%; height: 72px; display: table; }
.btn01 a { display: table-cell; text-decoration: none; color: #fff; border: solid 2px #0CC0DF; border-radius: 40px; position: relative; text-align: center; vertical-align: middle; padding: 5px 45px; background: #0CC0DF; font-size: 16px; line-height: 1.2; font-weight: 700; }
.btn01 a span.arrow { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); z-index: 2; display: block; }
.btn01 a span.arrow img { display: block; opacity: 1; }

/*グラデーション*/
.gra-bg { display: inline-block; padding: 5px 12px; background: linear-gradient(120deg, #D80000 0%, #D80000 20%, #D85E00 100%); color: #fff; border-radius: 10px; }

.gra-text { background: linear-gradient(180deg, #D80000 0%, #D85E00 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; }

/*スライダー　ふわっ*/
div#mv-slider, div.slider01, div.gallery-main, div.gallery-thumb, div.belt-slider { opacity: 0; transition: opacity .3s linear; }

div#mv-slider.slick-initialized, div.slider01.slick-initialized, div.gallery-main.slick-initialized, div.gallery-thumb.flex.slick-initialized, div.belt-slider.slick-initialized { opacity: 1; }

/*font*/
.inte { font-family: 'inte'; font-weight: 700; }

.tright { text-align: right; }

.tleft { text-align: left; }

.tcenter { text-align: center; }

.flL { float: left; }

.flR { float: right; }

.bold { font-weight: bold; }

.inb { display: inline-block; }

.block { display: block; }

.red { color: #E30606; }

.blue { color: #0CC0DF; }

.blue02 { color: #0093D6; }

.yellow { color: #FFD400; }

.orange { color: #EE5A35; }

.green { color: #74BA26; }

.d-green { color: #005E4B; }

.green02 { color: #01A9AE; }

.navy { color: #374b8e; }

.pink { color: #ff7373; }

.gray { color: #818181; }

/*header
---------------------------------------------------------------*/
div#header { background: #fff; width: 100%; position: fixed; z-index: 200; height: 60px; display: flex; flex-wrap: wrap; align-items: center; box-sizing: border-box; padding: 0 5.33vw; left: 0; top: 0; }
div#header .logo { width: 198px; }

div#gnav { display: none; }

div.head-btn { display: none; }

.head-center { display: none; }

.tel-num a { font-family: 'inte'; font-size: 24px; line-height: 1; font-weight: 700; }
.tel-num a > span { display: inline-block; padding-left: 28px; background: url("../img/common/ico-tel.svg") no-repeat left center; }

/* nav
=========================================== */
html.huopen { overflow: hidden; }

.sp-nav-btn { width: 40px; height: 40px; position: fixed; top: 10px; right: 5.33vw; z-index: 202; box-sizing: content-box; background: #0CC0DF; border-radius: 100%; }

.sp-nav-btn span.bar01 { content: ""; width: 14px; height: 2px; position: absolute; top: 13px; right: 13px; transition: 0.3s; }

.sp-nav-btn span.bar03 { content: ""; width: 14px; height: 2px; position: absolute; top: 25px; right: 13px; transition: 0.3s; }

.sp-nav-btn span.bar02 { position: absolute; width: 14px; height: 2px; top: 19px; right: 13px; transition: 0.3s; }

.sp-nav-btn > span { overflow: hidden; }

.sp-nav-btn > span > span { width: 100%; height: 2px; background: #FFFFFF; display: block; position: absolute; left: 0; top: 0; border-radius: 4px; }

.sp-nav-btn.opon span.bar02 { opacity: 0; }

.sp-nav-btn.opon span.bar01 { box-shadow: none; transform: rotateZ(45deg); top: 19px; }

.sp-nav-btn.opon span.bar03 { transform: rotateZ(-45deg); top: 19px; }

.overlay-nav { display: none; }

.overlay-nav.opon { z-index: 15; opacity: 1; }

div.navs-list-wrap { position: fixed; width: 100%; height: calc(100% - 60px); z-index: 200; top: 60px; box-sizing: border-box; background: #FFFFFF; right: calc(-100% - 60px); transition: 0.3s; padding: 40px 5.33vw 45px; }

div.navs-list-wrap.opon { right: 0; }

div.navs-list-wrap span.dr-arrow img { display: none; }

ul.navs-list { height: calc(100vh - 145px); overflow: auto; box-sizing: border-box; padding: 0 0 95px; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }

.navs-list > li:first-child { margin-top: 0; }

.navs-list > li { width: 100%; text-align: center; margin-top: 30px; }
.navs-list > li a { font-weight: 700; }

li.sp-nav-contact { margin-top: 50px; text-align: center; }
li.sp-nav-contact .tel-num a { font-size: 32px; }
li.sp-nav-contact .tel-num a > span { padding-left: 36px; background-size: 32px; }

.sp-head-btn { margin-top: 76px; width: 100%; height: 72px; display: table; position: relative; }
.sp-head-btn a { text-decoration: none; display: table-cell; text-align: center; vertical-align: middle; color: #fff; font-weight: 700; background: #F7931E; border-radius: 36px; }
.sp-head-btn a .text { font-size: 20px; display: inline-block; padding-left: 34px; background: url("../img/common/ico-mail.svg") no-repeat left center; }
.sp-head-btn a .sb { position: absolute; width: 137px; height: 34px; display: table; z-index: 2; top: -26px; left: 0; right: 0; margin: 0 auto; }
.sp-head-btn a .sb > span { display: table-cell; text-align: center; vertical-align: middle; background: #fff; color: #F7931E; border: solid 1px #F7931E; font-size: 18px; border-radius: 20px; }
.sp-head-btn a .sb:before { content: ""; border-top: solid 12px #fff; border-left: solid 7px transparent; border-right: solid 7px transparent; position: absolute; left: 0; right: 0; bottom: -10px; margin: 0 auto; width: 0; height: 0; }

/* contents */
/*-------------------------------------------*/
.bg-blue { background: #F5F9FF; }

/*パンくず
---------------------------------------------------------------*/
div#bread { z-index: 2; position: relative; padding: 8px 5.33vw 0; }

#bread ul { display: flex; flex-wrap: wrap; align-items: center; }

#bread ul li { display: flex; flex-wrap: wrap; align-items: center; font-size: 12px; font-weight: 500; color: #1E1E1E; vertical-align: middle; }

ul.bread-list li a { font-size: 12px; color: #1E1E1E; }
ul.bread-list li a img { display: block; vertical-align: middle; }

ul.bread-list li:after { content: ""; width: 10px; height: 1px; display: inline-block; position: relative; background: #1E1E1E; vertical-align: middle; margin: 0 7px; }

ul.bread-list li:last-child:after { content: none; }

/* メインビジュアル */
/*-------------------------------------------*/
/*TOPページ*/
div#mv { position: relative; z-index: 3; letter-spacing: 0; }

/* footer */
/*-------------------------------------------*/
aside#aside01 { position: relative; }
aside#aside01 .inner { padding: 1px 5.33vw 100px; background: #FBF7EF; }
aside#aside01 .belt-text-wrap { position: absolute; overflow: hidden; width: 100%; height: 100%; left: 0; top: 0; }
aside#aside01 .titles02 { color: #2D2D2E; margin-bottom: 52px; }
aside#aside01 .wrap { z-index: 3; }

aside#aside01:before { content: ""; background: url(../img/top/daen01.svg) no-repeat center top; height: 52.26vw; width: 91.73vw; left: 0; right: 0; top: -18.66vw; position: absolute; margin: 0 auto; background-size: contain; }

.belt-text02 { font-size: 146px; font-weight: 700; font-family: "inte"; white-space: nowrap; line-height: 1; color: #F8F2E7; width: 4492px; position: absolute; left: 0; top: 40px; }
.belt-text02 > span { padding-right: 100px; display: inline-block; }
.belt-text02 span.text01 { animation: text01 120s -60s linear infinite; }
.belt-text02 span.text02 { animation: text02 120s linear infinite; }

.ctaBox { background: #fff; padding: 17.6vw 5.33vw 16vw; border-radius: 5.33vw; }

@keyframes text01 { 0% { transform: translateX(100%); }
  to { transform: translateX(-100%); } }
@keyframes text02 { 0% { transform: translateX(0); }
  to { transform: translateX(-200%); } }
.cta-textBox01 { text-align: center; line-height: 1.6; margin-bottom: 25px; }
.cta-textBox01 > div { display: inline-block; position: relative; font-weight: 700; font-size: 6.13vw; }
.cta-textBox01 > div .blue { font-size: 7.2vw; }
.cta-textBox01 > div .dot02 { padding: 0 1px 1.06vw; background: url("../img/common/dot-line02.svg") repeat-x left bottom; background-size: auto 1.06vw; }
.cta-textBox01 > div > p:first-child { font-size: 5.33vw; margin: 2.66vw; }
.cta-textBox01 > div:before { content: ""; background: url("../img/common/sb-free-sp.svg") no-repeat; width: 48vw; height: 17.06vw; position: absolute; right: 0; left: 0; top: -20.8vw; margin: 0 auto; }

.cta-textBox02 { margin-bottom: 40px; line-height: 1.6; font-size: 4.26vw; }

.contact-list.flex { justify-content: space-between; }
.contact-list.flex > .box { background: #FBF7EF; border-radius: 5.33vw; padding: 8vw 2.66vw 10.66vw; width: 100%; box-sizing: border-box; margin-bottom: 5.33vw; }
.contact-list.flex > .box .tel-num { text-align: center; }
.contact-list.flex > .box .tel-num a { font-size: 9.06vw; }
.contact-list.flex > .box .tel-num a span { padding-left: 0; background: none; }
.contact-list.flex > .box .bh { font-size: 3.6vw; font-weight: 400; text-align: center; white-space: nowrap; line-height: 1.1; }
.contact-list.flex .box02 h3.ct-tit { background-image: url("../img/common/ico-mail02.svg"); }
.contact-list.flex .box02 .bikou { text-align: center; }
.contact-list.flex .box02 .bikou p { padding-left: 0; }
.contact-list.flex .box02 .bikou p:before { content: none; }
.contact-list.flex > .box03 { margin-bottom: 0; }
.contact-list.flex > .box03 h3.ct-tit { background-image: url("../img/common/ico-line02.svg"); }

h3.ct-tit { margin-bottom: 14px; text-align: center; line-height: 1; padding-top: 17.66vw; background: url("../img/common/ico-tel02.svg") no-repeat center top; font-weight: 700; font-size: 5.33vw; background-size: 14.93vw; }

.bikou { font-size: 3.73vw; font-weight: 400; line-height: 1.6; margin-top: 1.06vw; }
.bikou p { position: relative; padding-left: 4.26vw; font-size: 4.26vw; }
.bikou p:before { content: "※"; position: absolute; left: 0; top: 0; }

.btn01.ct-btn { width: 100%; margin: 0 auto; }
.btn01.ct-btn a { border-color: #F7931E; background: #F7931E; text-align: left; padding: 0 10.13vw 0 7.46vw; font-size: 4.8vw; }
.btn01.ct-btn a .arrow { right: 6.4vw; }
.btn01.ct-btn a .arrow img { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%); filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%); width: 2.13vw; }

.aside-map { height: 80vw; }
.aside-map iframe { width: 100%; height: 100%; }

div#ftBox01 { padding: 40px 5.33vw; }

div.ft-inner.flex { justify-content: center; }
div.ft-inner.flex div.ft-info { line-height: 1.6; width: 100%; }
div.ft-inner.flex div.fnav { display: flex; flex-wrap: wrap; box-sizing: border-box; padding: 0 5.33vw 60px; margin: 0 auto; }
div.ft-inner.flex div.fnav > ul { margin-right: 9.66vw; max-width: 25.6vw; }
div.ft-inner.flex div.fnav > ul:last-child { margin-right: 0; max-width: 42.7vw; }

h2.ft-logo { width: 267px; margin-bottom: 40px; }

ul.fs > li { font-weight: 700; line-height: 1.6; margin-bottom: 20px; }
ul.fs > li a { text-decoration: none; }
ul.fs > li:last-child { margin-bottom: 0; }

h2.ft-logo { margin-bottom: 55px; }

.ft-contact01 { margin-bottom: 30px; }
.ft-contact01 .tel-num { margin-bottom: 10px; }
.ft-contact01 .line-link { margin-top: 30px; width: 56px; }

.ft-text01 { margin-bottom: 20px; }

.copyright { text-align: center; margin-top: 40px; }

/* TOPへ戻る */
/*-------------------------------------------*/
div#top-link { position: absolute; left: 0; top: 0; opacity: 0; z-index: -20; }

div#page-top { position: absolute; right: 5.33vw; top: -25px; opacity: 0; z-index: -3; transition: opacity 0.3s; width: 50px; }

div#page-top a { display: block; width: 50px; height: 50px; border-radius: 100%; text-align: center; box-sizing: border-box; line-height: 1; font-size: 15px; font-weight: 700; text-decoration: none; position: relative; }

.fixed div#page-top { opacity: 1; z-index: 6; }

div#scr { position: fixed; z-index: 110; left: 0; bottom: 0; width: 100%; display: flex; flex-wrap: wrap; }
div#scr > div { width: 50%; height: 60px; box-sizing: border-box; padding: 0; }
div#scr > div.btn01 { border-radius: 0; background: #2F719D; box-shadow: none; }
div#scr > div.btn01 a { border-radius: 0; font-weight: 500; }
div#scr > div.btn01 a > span:first-child { display: inline-block; padding-left: 35px; background: url("../img/common/scr-ico01.svg") no-repeat left center; background-size: 24px; padding-top: 5px; padding-bottom: 5px; }
div#scr > div.btn01.rec-btn { background: #589FCE; }
div#scr > div.btn01.rec-btn a > span:first-child { background-image: url("../img/common/scr-ico02.svg"); }

/* iOSでのデフォルトスタイルをリセット */
input[type="password"], textarea, input[type="text"], input[type="submit"], input[type="button"] { border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; box-sizing: border-box; cursor: pointer; }

input[type="password"]::-webkit-search-decoration, textarea::-webkit-search-decoration, select::-webkit-search-decoration, input[type="text"]::-webkit-search-decoration, input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration { display: none; }

input[type="password"]::focus, textarea::focus, select::focus, input[type="text"]::focus, input[type="submit"]::focus, input[type="button"]::focus { outline-offset: -2px; }

select { color: #222; padding: 5px; box-sizing: border-box; }

/* TOP
------------------------------------------*/
.home div#mv { background: #FBF7EF; }
.home div#mv .mv-cont { padding: 10.66vw 5.33vw 0; }
.home div#mv .mv-img { width: 94.67vw; height: 90.66vw; border-radius: 16vw 0 0 0; background: url("../img/main/mv01-sp.png") no-repeat center top; background-size: cover; margin-top: 8vw; margin-left: auto; }
.home div#mv .mv-cont .mv-text01 { margin-bottom: 6.4vw; }
.home div#mv .mv-cont .mv-text01 img { max-width: none; }
.home div#mv .mv-cont .mv-bikou { margin-top: 1.06vw; text-align: right; font-size: 3.73vw; }

section { position: relative; }

section#about-sec { padding: 100px 5.33vw 206px; background: #FBF7EF; margin-bottom: -100px; position: relative; overflow: hidden; }
section#about-sec .wrap { z-index: 3; }
section#about-sec .wrap > .cont { margin-bottom: 60px; }
section#about-sec .wrap > .cont .titles01 .jp { white-space: nowrap; }
section#about-sec .wrap > .cont .textBox span.green.dot01 { font-weight: 700; padding-bottom: 3px; background: url("../img/common/dot-line.svg") repeat-x left bottom; }
section#about-sec .wrap > .cont .textBox > .text { margin-bottom: 30px; }
section#about-sec .wrap > .cont .textBox > .text:last-child { margin-bottom: 0; }
section#about-sec .wrap > .cont .btn01 { margin-top: 48px; }
section#about-sec .wrap > .imgs { position: relative; height: 66.93vw; }
section#about-sec .wrap > .imgs .slick-list { overflow: visible; }
section#about-sec .wrap > .imgs .in-box.img01 { width: 81.6vw; margin-right: 8vw; }
section#about-sec .wrap > .imgs .in-box.img02 { width: 64.53vw; margin-top: 22.13vw; margin-right: 8vw; }
section#about-sec .wrap > .imgs .in-box.img03 { width: 46.4vw; margin-right: 8vw; margin-top: 2.66vw; }

.belt-text01 { font-size: 160px; font-weight: 700; font-family: "inte"; white-space: nowrap; line-height: 1; color: #F8F2E7; width: 3090px; position: absolute; left: 0; top: 71px; letter-spacing: 0.08em; }
.belt-text01 > span { padding-right: 100px; display: inline-block; }
.belt-text01 span.text01 { animation: text01 120s -60s linear infinite; }
.belt-text01 span.text02 { animation: text02 120s linear infinite; }

section#reason-sec { padding: 100px 5.33vw calc(100px + 24.53vw); border-radius: 16vw 16vw 0 0; background: #fff; }
section#reason-sec .btn01 { margin-top: 40px; }

div.reason-list.flex { display: block; }
div.reason-list.flex div.box { margin-bottom: 8vw; border-radius: 5.33vw; background: #FBF7EF; box-sizing: border-box; width: 100%; }
div.reason-list.flex div.box .cont { padding: 1px 5.33vw 8vw; position: relative; }
div.reason-list.flex div.box .cont .num { text-align: center; width: 12.8vw; background: #0CC0DF; margin: -3.46vw auto 4vw; font-size: 4.26vw; font-weight: 700; line-height: 6.7vw; color: #fff; border-radius: 6.4vw; height: 6.4vw; }
div.reason-list.flex div.box .cont .tit { line-height: 7.46vw; text-align: center; margin-bottom: 5.33vw; font-weight: 700; font-size: 5.33vw; }
div.reason-list.flex div.box .cont .tit .blue { font-size: 7.46vw; margin: 0 1.06vw; }
div.reason-list.flex div.box .cont .tit .blue:first-child { margin-left: 0; }
div.reason-list.flex div.box .cont .tit .blue:last-child { margin-right: 0; }
div.reason-list.flex div.box .cont .text { line-height: 1.8; }
div.reason-list.flex div.box:last-child { margin-bottom: 0; }

section#case-sec { padding: calc(100px + 58.66vw) 5.33vw 100px; background: #FBF7EF; position: relative; }
section#case-sec .bg-img01 { position: absolute; right: 0; width: 94.67vw; height: 90.66vw; background: url("../img/top/bg-img01-sp.png") no-repeat center left; background-size: cover; position: absolute; right: 0; top: -24.53vw; border-radius: 16vw 0 0 0; }
section#case-sec .wrap { width: 100%; box-sizing: border-box; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
section#case-sec .wrap > .cont { width: 100%; }
section#case-sec .btn01 { margin: 40px auto 0; }

.slider01, .slider02 { margin-bottom: 0 !important; padding-bottom: 108px; }
.slider01 .slick-track, .slider02 .slick-track { display: flex; flex-wrap: wrap; }
.slider01 button.slick-arrow, .slider02 button.slick-arrow { top: auto; transform: translateY(0); bottom: 0; }
.slider01 button.slick-prev.slick-arrow, .slider02 button.slick-prev.slick-arrow { left: calc(50% - 63px); }
.slider01 button.slick-next.slick-arrow, .slider02 button.slick-next.slick-arrow { right: calc(50% - 63px); }

article.blog-art01.case-art { margin-right: 30px; }
article.blog-art01.case-art a .tit { margin-top: 0; margin-bottom: 10px; }

section#intro-sec { padding: 100px 5.33vw; background: #FBF7EF; position: relative; }
section#intro-sec .wrap { box-sizing: border-box; position: relative; z-index: 2; }
section#intro-sec .wrap .img { margin-top: 40px; }
section#intro-sec .wrap .btn01 { margin-top: 60px; }

section#intro-sec:before { content: ""; width: 100%; height: 100%; background: #fff; border-radius: 0 16cw 0 0; position: absolute; left: 0; top: 0; }

div.trouBox { margin-top: 30px; }

.slash-text01 { text-align: center; line-height: 1.6; font-weight: 700; font-size: 5.33vw; margin-bottom: 6.93vw; }
.slash-text01 > span { display: inline-block; padding: 0 7.46vw; background: url("../img/top/slash01-sp.svg") no-repeat left bottom, url("../img/top/slash02-sp.svg") no-repeat right bottom; background-size: contain; }

.trou-list.flex > .box { width: 100%; height: 19.2vw; box-sizing: border-box; background: #FBF7EF; border-radius: 2.66vw; margin-bottom: 2.66vw; padding: 1.6vw 5.33vw; display: flex; flex-wrap: wrap; align-items: center; }
.trou-list.flex > .box .ico { width: 16vw; margin-right: 2.66vw; }
.trou-list.flex > .box .text { font-weight: 700; line-height: 1.4; font-size: 4.26vw; width: calc(100% - 18.66vw); }
.trou-list.flex > .box:last-child { margin-bottom: 0; }

section#news-sec { padding: 100px 5.33vw; background: #FBF7EF; }
section#news-sec .btn01 { margin: 40px auto 0; }

button.slick-arrow { opacity: 1; z-index: 2; transition: 0s; width: 58px; height: 58px; box-sizing: border-box; border: none; transition: 0.3s; border-radius: 100%; border: solid 1px #0CC0DF; }

button.slick-prev.slick-arrow { background: url("../img/common/slide-arrow01.svg") no-repeat center; left: -35px; }

button.slick-next.slick-arrow { background: url("../img/common/slide-arrow02.svg") no-repeat center; right: -35px; }

button.slick-arrow:before { content: none; }

article.blog-art01 { width: 89.34vw; margin-right: 5.33vw; height: auto !important; }
article.blog-art01 a { display: block; background: #fff; padding: 8vw 8vw 10.66vw; border-radius: 5.33vw; text-decoration: none; height: 100%; box-sizing: border-box; }
article.blog-art01 a .img { border-radius: 2.66vw; overflow: hidden; margin-bottom: 4vw; }
article.blog-art01 a .img .in-img { padding-top: 65.2%; border-radius: 10px; transition: 0.3s; }
article.blog-art01 a .cont .tit { font-weight: 700; font-size: 4.26vw; line-height: 1.6; width: 100%; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-top: 10px; }

.infos.flex { width: calc(100% + 10px); margin: -10px 0 0 -10px; }
.infos.flex > div { line-height: 25px; margin: 10px 0 0 10px; }

.n-date { font-family: "inte"; font-size: 4.26vw; }

.cate { color: #fff; background: #7ECB29; padding: 0 2.66vw 1px; border-radius: 6.66vw; font-weight: 400; font-size: 4.26vw; }

section#faq-sec { padding: 100px 5.33vw; }

article.faq-art { background: #FBF7EF; border-radius: 20px; margin-bottom: 20px; }

article.faq-art:last-child { margin-bottom: 0; }

span.opcl-ico { width: 24px; height: 24px; box-sizing: border-box; position: absolute; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; right: 20px; top: 50%; z-index: 2; transform: translateY(-50%); }
span.opcl-ico > span { width: 100%; height: 100%; position: relative; }
span.opcl-ico > span:before { content: ""; width: 100%; height: 2px; background: #0CC0DF; transition: 0.3s; position: absolute; left: 0; top: calc(50% - 1px); }
span.opcl-ico > span:after { content: ""; width: 2px; height: 100%; background: #0CC0DF; transition: 0.3s; position: absolute; left: calc(50% - 1px); top: 0; }

.opcl { cursor: pointer; }

.opcl.on span.opcl-ico > span:before { background: #fff; }
.opcl.on span.opcl-ico > span:after { opacity: 0; }

.q-tit { padding: 21px 55px 21px 48px; position: relative; font-weight: 700; line-height: 1.3; font-size: 18px; }

.q-tit:before { content: "Q."; color: #0CC0DF; font-size: 24px; line-height: 1; position: absolute; left: 20px; top: 20px; font-weight: 400; font-family: "inte"; }

.q-tit.on { background: #0CC0DF; color: #fff; border-radius: 20px 20px 0 0; }

.q-tit.on:before { color: #fff; }

div.a-text { padding: 20px 20px 20px 50px; border-radius: 10px; position: relative; line-height: 1.6; }

div.a-text:before { content: "A."; color: #0CC0DF; font-size: 24px; line-height: 1; position: absolute; left: 20px; top: 18px; font-weight: 400; }

.opcl-cont { display: none; }

div.bg-img02 { height: 90.13vw; background: url("../img/top/bg-img02-sp.jpg") no-repeat center top; background-size: cover; }

section#flow-sec { padding: 1px 5.33vw 100px; background: #FBF7EF; position: relative; }
section#flow-sec .wrap { z-index: 2; }

section#flow-sec:before { content: ""; background: url(../img/top/daen01.svg) no-repeat center top; height: 52.26vw; width: 91.73vw; left: 0; right: 0; top: -18.66vw; position: absolute; margin: 0 auto; background-size: contain; }

div.flow-list.flex > div.box { width: 100%; box-sizing: border-box; position: relative; padding: 5.33vw 5.33vw 8vw; border-radius: 5.33vw; background: #fff; margin-bottom: 12.8vw; }
div.flow-list.flex > div.box .img { position: relative; margin-bottom: 5.33vw; }
div.flow-list.flex > div.box .img .cap { position: absolute; top: 0; right: 0; color: #fff; background: #7ECB29; border-radius: 0 2.66vw 0 2.66vw; line-height: 1; padding: 1.6vw 2.66vw; font-weight: 700; font-size: 4.26vw; z-index: 2; }
div.flow-list.flex > div.box h3.num-tit { margin-bottom: 4vw; line-height: 7.46vw; display: flex; flex-wrap: wrap; font-size: 5.86vw; align-items: center; }
div.flow-list.flex > div.box h3.num-tit .num { width: 7.46vw; text-align: center; height: 7.46vw; border-radius: 100%; color: #fff; font-size: 3.73vw; background: #0CC0DF; margin-right: 1.06vw; margin-top: 0.53vw; }
div.flow-list.flex > div.box h3.num-tit span.text { width: calc(100% - 8.52vw); white-space: nowrap; }
div.flow-list.flex > div.box .cont > .text { line-height: 1.8; font-size: 4.26vw; }
div.flow-list.flex > div.box:last-child { margin-bottom: 0; }
div.flow-list.flex > div.box:after { content: ""; background: url("../img/top/flow-arrow-sp.svg") no-repeat center; width: 7.46vw; height: 4.26vw; position: absolute; left: 50%; transform: translateX(-50%); top: calc(100% + 4.26vw); background-size: contain; }
div.flow-list.flex > div.box:last-child:after { content: none; }

section#access-sec { padding: 100px 5.33vw calc(100px + 18.66vw); }

.access-cont01.flex { display: block; }
.access-cont01.flex .left { margin-bottom: 40px; }
.access-cont01.flex .right .btn01 { width: 100%; margin-top: 50px; }

.TBL01 th, .TBL01 td { box-sizing: border-box; line-height: 1.4; display: block; }
.TBL01 th { font-weight: 700; color: #11B1CD; padding-bottom: 15px; padding-top: 25px; }
.TBL01 th br { display: none; }
.TBL01 td { border-bottom: solid 1px #0CC0DF; padding-bottom: 25px; }
.TBL01 tr:first-child th { padding-top: 0; }
.TBL01 tr.mid th, .TBL01 tr.mid td { vertical-align: middle; }

/*02 取扱業務
----------------------------------*/
div#umv { background: url("../img/p02/mv-line.svg") repeat-x left bottom, #FBF7EF; padding: 21.33vw 5.33vw 10.66vw; }

.mv-tit > span { display: block; }
.mv-tit > .en { display: block; color: #0CC0DF; font-weight: 700; font-size: 3.73vw; line-height: 1; text-transform: uppercase; }
.mv-tit > .jp { display: block; line-height: 1.6; font-weight: 700; font-size: 9.6vw; }

.bg01 { background: #FBF7EF; }

div#p02Box01 { position: relative; overflow: hidden; }
div#p02Box01 .belt-text01 { top: 18px; width: 4048px; }
div#p02Box01 .wrap { z-index: 3; padding: 78px 5.33vw 100px; }
div#p02Box01 .wrap > .cont { margin-bottom: 40px; }

.copy01 { font-weight: 700; font-size: 28px; line-height: 1.6; margin-bottom: 30px; }

section#p02Box02 { padding: 100px 5.33vw; position: relative; }
section#p02Box02 > .bg { width: 100%; background: #fff; position: absolute; height: 100%; right: 0; top: 0; border-radius: 60px 0 0 0; }
section#p02Box02 .u-text01 { margin-bottom: 60px; }
section#p02Box02 .u-text01 p { display: inline; }

.trou-list02.flex { justify-content: space-between; }
.trou-list02.flex > div.box { box-sizing: border-box; background: #FBF7EF; border-radius: 20px; padding: 30px 20px 40px; margin-bottom: 20px; width: 100%; }
.trou-list02.flex > div.box:last-child { margin-bottom: 0; }

h4.trou-tit { background: #fff; font-weight: 700; border-radius: 10px; font-size: 20px; line-height: 1.4; padding: 16px 20px; }
h4.trou-tit > span { display: inline-block; padding-left: 40px; background: url("../img/p02/trou-ico01.svg") no-repeat left top; padding-top: 3px; }

.box02 h4.trou-tit > span { background-image: url("../img/p02/trou-ico02.svg"); }

.box03 h4.trou-tit > span { background-image: url("../img/p02/trou-ico03.svg"); }

.box04 h4.trou-tit > span { background-image: url("../img/p02/trou-ico04.svg"); }

ul.check-list01 > li { line-height: 24px; padding-bottom: 20px; border-bottom: solid 1px #F2EAD9; margin-top: 20px; padding-left: 34px; background: url("../img/p02/check-ico.svg") no-repeat left top; }
ul.check-list01 > li:last-child { padding-bottom: 0; border-bottom: none; }

.onestopBox { margin-top: 40px; border-radius: 30px; background: #F7F6F3; padding: 30px 20px 40px; }

.sub01 { font-size: 24px; font-weight: 700; padding-left: 20px; position: relative; line-height: 1.4; margin-bottom: 35px; color: #2D2D2E; }

.sub01:before { content: ""; width: 4px; height: 100%; background: #2D2D2E; border-radius: 10px; position: absolute; left: 0; top: 0; }

section#p02Box03 { padding: 100px 5.33vw; }

.whiteBox { background: #fff; border-radius: 20px; padding: 30px 20px 40px; }

.whiteBox.flowBox01 { padding: 40px 20px; margin-bottom: 40px; }

.flow-body.flex { margin-top: 20px; display: block; }
.flow-body.flex .box.box02 > div { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 20px; }
.flow-body.flex .box.box02 > div > .box-list { width: calc(100% - 34px); }
.flow-body.flex .box.box02 > div > div.bar01, .flow-body.flex .box.box02 > div > div.bar02, .flow-body.flex .box.box02 > div > div.bar03 { width: 24px; color: #fff; background: #7ECB29; position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; font-weight: 700; font-size: 16px; box-sizing: border-box; padding-top: 10px; }
.flow-body.flex .box.box02 > div > div.bar01 > span > span, .flow-body.flex .box.box02 > div > div.bar02 > span > span, .flow-body.flex .box.box02 > div > div.bar03 > span > span { display: block; text-align: center; line-height: 1.2; }
.flow-body.flex .box.box02 > div > div.bar02 { background: #64A121; }
.flow-body.flex .box.box02 > div > div.bar03 { background: #4A7718; }
.flow-body.flex .box.box02 > div > div:before { content: ""; width: 0; height: 0; border-left: solid 6px #fff; border-bottom: solid 6px #fff; border-top: solid 6px transparent; border-right: solid 6px transparent; position: absolute; left: 0; bottom: 0; z-index: 2; }
.flow-body.flex .box.box02 > div > div:after { content: ""; width: 0; height: 0; border-right: solid 6px #fff; border-bottom: solid 6px #fff; border-top: solid 6px transparent; border-left: solid 6px transparent; position: absolute; right: 0; bottom: 0; z-index: 2; }
.flow-body.flex .box.box02 > div:last-child { margin-bottom: 0; }

.flow-inBox { margin-bottom: 20px; line-height: 1.6; font-weight: 700; border: solid 2px #7ECB29; border-radius: 4px; }
.flow-inBox > .tit { box-sizing: border-box; background: #fff; font-weight: 700; padding: 14px 20px; }
.flow-inBox > .cont { box-sizing: border-box; background: #EEF9E1; font-weight: 700; padding: 14px 20px; }

.flow-inBox:last-child { margin-bottom: 0; }

.sepa03 .flow-inBox:last-child { margin-bottom: 0; }

.whiteBox.flowBox02 .inner.flex { display: block; }
.whiteBox.flowBox02 .inner.flex > div { background: #F7F6F3; border-radius: 20px; box-sizing: border-box; padding: 30px 20px; }
.whiteBox.flowBox02 .inner.flex > .left { margin-bottom: 20px; }
.whiteBox.flowBox02 .inner.flex > .right { padding-bottom: 0; }
.whiteBox.flowBox02 .inner.flex > .right .img { margin-top: 16px; text-align: right; width: 88.7%; margin-left: auto; }

ul.check-list02 > li { line-height: 1.4; padding-left: 26px; background: url("../img/p02/check-ico02.svg") no-repeat left top 2px; margin-bottom: 20px; }
ul.check-list02 > li:last-child { margin-bottom: 0; }

.sub02 { margin-bottom: 20px; font-weight: 700; line-height: 1.6; font-size: 20px; }

.calBox01 { margin-bottom: 10px; }
.calBox01 h5 { height: 50px; color: #fff; font-weight: 700; font-size: 18px; background: #0CC0DF; border-radius: 4px 4px 0 0; line-height: 50px; text-align: center; }
.calBox01 .cont { background: #BBF2FB; padding: 20px; border-radius: 0 0 4px 4px; box-sizing: border-box; }
.calBox01 .cont > div { box-sizing: border-box; background: #fff; font-weight: 700; line-height: 1; border-radius: 2px; }
.calBox01 .cont > div.box01 { position: relative; margin-bottom: 36px; text-align: center; line-height: 36px; }
.calBox01 .cont > div.box01:after { content: ""; background: url("../img/p02/i-plus01.svg") no-repeat center; width: 100%; height: 36px; position: absolute; top: 100%; left: 0; }
.calBox01 .cont > div.box02 { text-align: center; padding: 36px 15px 15px; }
.calBox01 .cont > div.box02 > span > span { display: block; margin-bottom: 10px; }
.calBox01 .cont > div.box02 > span > span:last-child { margin-bottom: 0; }
.calBox01 .cont > div.box02 span.image01 { display: inline-block; background: url("../img/p02/cal01.svg") no-repeat center; width: 58px; height: 42px; margin: -18px 4px -3px; }

.calBox02 { display: flex; flex-wrap: wrap; justify-content: flex-end; }
.calBox02 > div.inBox { width: 100%; box-sizing: border-box; background: #BBF2FB; border-radius: 2px; display: flex; flex-wrap: wrap; margin-left: 15px; position: relative; margin-bottom: 20px; align-items: center; }
.calBox02 > div.inBox .tit { font-weight: 700; line-height: 1.4; width: 158px; box-sizing: border-box; height: 56px; padding-left: 20px; display: flex; flex-wrap: wrap; align-items: center; }
.calBox02 > div.inBox .text { width: 100%; line-height: 1.4; padding: 15px 20px; background: #fff; }
.calBox02 > div.inBox .text > span { display: inline-block; }
.calBox02 > div.inBox .text > span:after { content: "・"; }
.calBox02 > div.inBox .text > span:last-child:after { content: none; }
.calBox02 > div.inBox .img { width: 100%; width: 68px; }
.calBox02 > div.inBox:last-child { margin-bottom: 0; }
.calBox02 > div.inBox.inBox04 .text, .calBox02 > div.inBox.inBox05 .text { display: none; }
.calBox02 > div.inBox:before { content: ""; width: 30px; height: 30px; position: absolute; top: 50%; left: -15px; background: url("../img/p02/i-minus02.svg") no-repeat center; transform: translateY(-50%); z-index: 2; }
.calBox02 > div.inBox.inBox05:before, .calBox02 > div.inBox.inBox02:before { background-image: url("../img/p02/i-plus02.svg"); }

.calBox03 { margin-top: 20px; }
.calBox03 .inBox-eq { position: relative; line-height: 1.4; border-radius: 4px; text-align: left; color: #fff; font-weight: 700; font-size: 18px; background: #00AECC; margin-left: 30px; padding: 16px; }
.calBox03 .inBox-eq:before { content: ""; width: 30px; height: 100%; position: absolute; top: 0; right: 100%; background: url("../img/p02/i-eq.svg") no-repeat center; }

section#p02Box04 { padding: 100px 5.33vw; position: relative; }
section#p02Box04 > .bg { width: 100%; background: #fff; position: absolute; height: 100%; left: 0; top: 0; border-radius: 0 60px 0 0; }
section#p02Box04 .u-text01 { margin-bottom: 60px; }

.sbs { color: #fff; text-align: center; z-index: 2; line-height: 37px; font-weight: 700; }
.sbs > span { display: inline-block; position: relative; padding: 0 16px; border-radius: 30px; background: #7ECB29; }
.sbs > span:before { content: ""; width: 0; height: 0; border-top: solid 8px #7ECB29; border-left: solid 6px transparent; border-right: solid 6px transparent; position: absolute; left: 0; right: 0; top: calc(100% - 2px); margin: 0 auto; }

div.tri-list02.flex > div { box-sizing: border-box; width: 100%; margin: 0 0 20px; border-radius: 20px; background: #FBF7EF; position: relative; }
div.tri-list02.flex > div > .sbs { position: absolute; left: 0; right: 0; width: 100%; top: -26px; }
div.tri-list02.flex > div > .tit { display: flex; flex-wrap: wrap; box-sizing: border-box; align-items: center; border-radius: 20px 20px 0 0; color: #fff; font-weight: 700; line-height: 1.6; background: #00AECC; padding: 15px 20px; font-size: 20px; }
div.tri-list02.flex > div > .cont { padding: 20px 20px 30px; }
div.tri-list02.flex > div:last-child { margin-bottom: 0; }

dl.in-dl.flex { align-items: flex-start; justify-content: space-between; margin-bottom: 10px; }
dl.in-dl.flex dt { border-radius: 2px; background: #fff; border: solid 1px #C6C6C8; line-height: 21px; text-align: center; width: 62px; box-sizing: border-box; }
dl.in-dl.flex dd { width: calc(100% - 72px); line-height: 1.5; }

dl.in-dl.flex:last-child { margin-bottom: 0; }

section#p02Box05 { padding: 100px 5.33vw; }

.tri-list02.tri-list03.flex > div { background: #fff; }
.tri-list02.tri-list03.flex > div.box.sbs-a { margin-top: 26px; }
.tri-list02.tri-list03.flex > h2.titles04.left-type + div.box.sbs-a { margin-top: 0; }
.tri-list02.tri-list03.flex h2.titles04.left-type { width: 100%; margin-bottom: 66px; }

section#p02Box06 { padding: 100px 5.33vw calc(100px + 18.66vw); position: relative; background: #fff; }
section#p02Box06 > .bg { display: none; }

.other-list > div.box { margin-bottom: 40px; background: #FBF7EF; border-radius: 20px; padding: 30px 20px; }
.other-list > div.box .inner.flex { display: block; }
.other-list > div.box .inner.flex .img { margin-top: 30px; }
.other-list > div.box .inner.flex .cont .detailBox { margin-top: 30px; background: #fff; border-radius: 10px; }
.other-list > div.box .inner.flex .cont .detailBox .tit { width: 100%; background: #514327; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; border-radius: 10px 10px 0 0; color: #fff; font-weight: 700; padding: 14px; box-sizing: border-box; }
.other-list > div.box .inner.flex .cont .detailBox .tit > span > span { line-height: 1.2; font-size: 18px; }
.other-list > div.box .inner.flex .cont .detailBox .inBox { padding: 20px 30px; box-sizing: border-box; }
.other-list > div.box:last-child { margin-bottom: 0; }
.other-list > div.box:last-child .green-tit > span { display: inline-block; text-align: left; }

.green-tit { text-align: center; color: #fff; background: #7ECB29; border-radius: 6px; text-align: center; font-weight: 700; font-size: 26px; line-height: 1.4; margin-bottom: 30px; padding: 16px; }

ul.dot-list.flex { justify-content: space-between; margin-top: -10px; }
ul.dot-list.flex > li { width: 100%; margin-top: 10px; }

ul.dot-list > li { box-sizing: border-box; padding-left: 16px; position: relative; line-height: 2; }
ul.dot-list > li:before { content: "・"; position: absolute; left: 0; top: 0; }

.btns02.flex { margin-top: 60px; justify-content: space-between; }
.btns02.flex .btn01 { margin-bottom: 30px; }
.btns02.flex .btn01:last-child { margin-bottom: 0; }

/*03 行政書士とは
----------------------------------*/
div#p02Box01.p03Box01 .belt-text01 { width: 3316px; }

.merit-list02.flex > div.box { width: 100%; margin-bottom: 10.66vw; }
.merit-list02.flex > div.box .img { margin-bottom: 4vw; }
.merit-list02.flex > div.box .tit { text-align: center; line-height: 1; font-weight: 700; font-size: 5.33vw; margin-bottom: 4vw; }
.merit-list02.flex > div.box .tit .blue { font-size: 7.46vw; }
.merit-list02.flex > div.box .text { line-height: 1.8; font-size: 4.26vw; }
.merit-list02.flex > div.box:last-child { margin-bottom: 0; }

section#p02Box03.p03Box03 .sbs { line-height: 1.6; }
section#p02Box03.p03Box03 .sbs > span { padding-top: 6px; padding-bottom: 6px; }
section#p02Box03.p03Box03 .u-text01 { margin-bottom: 40px; }

h2.titles04.sb-type .jp { margin-top: 14px; }

.gyomu-list > div.box { margin-bottom: 40px; background: #fff; border-radius: 20px; }
.gyomu-list > div.box .tit { color: #fff; border-radius: 20px 20px 0 0; line-height: 1.6; background: #7ECB29; padding: 15px 20px; font-size: 20px; }
.gyomu-list > div.box > .cont { padding: 20px 20px 30px; }
.gyomu-list > div.box > .cont .inner.flex { margin-top: 25px; justify-content: space-between; }
.gyomu-list > div.box > .cont .inner.flex > .inBox { box-sizing: border-box; border-radius: 10px; background: #EEF9E1; padding: 20px 20px 30px; width: 100%; margin-bottom: 20px; }
.gyomu-list > div.box > .cont .inner.flex > .inBox:last-child { margin-bottom: 0; }
.gyomu-list ul.dot-list { line-height: 1.8; }

.sq-tit { position: relative; font-weight: 700; font-size: 20px; padding-left: 24px; line-height: 1.6; margin-bottom: 5px; }

.sq-tit:before { content: ""; width: 14px; height: 14px; border-radius: 2px; background: #7ECB29; position: absolute; left: 0; top: 10px; }

.other-box { background: #fff; border-radius: 10px; }
.other-box h4.tit { color: #fff; background: #737171; border-radius: 10px 10px 0 0; font-weight: 700; font-size: 22px; line-height: 1; padding: 30px; text-align: center; }
.other-box > .cont { box-sizing: border-box; padding: 20px 20px 30px; line-height: 1.6; }

.point-cont.flex { display: block; }
.point-cont.flex .left { margin-bottom: 40px; }
.point-cont.flex .right { box-sizing: border-box; background: #FBF7EF; border-radius: 20px; padding: 40px 20px; }
.point-cont.flex .right .chuui-tit { font-weight: 70; font-size: 22px; line-height: 1.6; padding-top: 75px; background: url("../img/p03/ico-ex.svg") no-repeat center top; margin-bottom: 20px; text-align: center; font-weight: 700; }

.point-box { margin-bottom: 20px; background: #F7F6F3; border-radius: 10px; }
.point-box > h4.tit { border-radius: 10px 10px 0 0; background: #BBF2FB; display: flex; flex-wrap: wrap; align-items: center; padding: 16px 20px; box-sizing: border-box; width: 100%; }
.point-box > h4.tit span.inte { width: 30px; height: 30px; text-align: center; line-height: 30px; color: #fff; font-weight: 700; font-size: 14px; background: #0CC0DF; border-radius: 100%; margin-right: 10px; }
.point-box > h4.tit span.text { font-weight: 700; width: calc(100% - 40px); }
.point-box > .p-inner { box-sizing: border-box; width: 100%; padding: 20px; line-height: 1.6; display: flex; flex-wrap: wrap; align-items: center; }

.point-box:last-child { margin-bottom: 0; }

ul.check-list03 > li { margin-bottom: 10px; box-sizing: border-box; background: url("../img/p03/check-ico03.svg") no-repeat left 20px top 10px, #FFFFFF; padding: 7px 10px 7px 46px; border-radius: 4px; line-height: 1.6; }
ul.check-list03 > li:last-child { margin-bottom: 0; }

.sy-box.flex { margin-top: 60px; display: block; }
.sy-box.flex > .text p { display: inline; }

.sy-list.flex { margin-top: 40px; justify-content: space-between; }
.sy-list.flex > div.box { width: 100%; background: #FBF7EF; border-radius: 5.33vw; margin-bottom: 5.33vw; }
.sy-list.flex > div.box .in-cont { position: relative; padding: 6.93vw 5.3vw 8vw; }
.sy-list.flex > div.box .in-cont .inte { width: 12.8vw; text-align: center; border-radius: 5.33vw; color: #fff; font-weight: 700; background: #0CC0DF; left: 0; right: 0; top: -3.2vw; margin: 0 auto; position: absolute; line-height: 6.7vw; height: 6.4vw; }
.sy-list.flex > div.box .in-cont > .tit { text-align: center; font-weight: 700; line-height: 1; font-size: 5.33vw; }
.sy-list.flex > div.box .in-cont > .tit .blue { font-size: 7.46vw; }
.sy-list.flex > div.box .in-cont .in-text { line-height: 1.8; margin-top: 5.33vw; font-size: 4.26vw; }
.sy-list.flex > div.box .in-cont .in-text .blue { font-weight: 700; }
.sy-list.flex > div.box:last-child { margin-bottom: 0; }

section#p02Box04.p03Box04 .sbs > span { min-width: 287px; box-sizing: border-box; }

section#p02Box05.p03Box05 { padding-bottom: calc(30px + 18.66vw); }
section#p02Box05.p03Box05 .u-text01 { margin-bottom: 40px; }
section#p02Box05.p03Box05 .btn01 { margin: 60px auto 0; }
section#p02Box05.p03Box05 .bikou02 { margin-top: 16px; line-height: 1.6; }

.tit-head02.flex { display: block; margin-bottom: 20px; }
.tit-head02.flex .sub01 { margin-bottom: 0; }

.scroll-hint-text { font-size: 0 !important; }

.scroll-hint-text:before { content: "スクロールできます"; font-size: 12px !important; }

.scroll-hint-icon { height: 90px !important; width: 150px !important; top: calc(10% - 25px) !important; }

.scr-wrap { width: 94.67vw; }

.TBL02 { width: 962px; }

.TBL02 table { border-collapse: separate; border-spacing: 0; }
.TBL02 th, .TBL02 td { box-sizing: border-box; line-height: 1.6; }
.TBL02 .col01 { width: 288px; }
.TBL02 .col02 { width: 170px; }
.TBL02 .col03 { width: 170px; }
.TBL02 .col04 { width: 170px; }
.TBL02 .col05 { width: 302px; }
.TBL02 thead th { background: #0CC0DF; color: #fff; font-weight: 700; border-top: solid 1px #E3E3E3; border-right: solid 1px #20D4F3; height: 60px; text-align: center; vertical-align: middle; }
.TBL02 thead th.col01 { border-radius: 10px 0 0 0; border-left: solid 1px #E3E3E3; text-align: left; padding-left: 30px; }
.TBL02 thead th.col05 { border-radius: 0 10px 0 0; border-right: solid 1px #E3E3E3; }
.TBL02 tbody th, .TBL02 tbody td { background: #fff; border-bottom: solid 1px #E0E0E1; border-right: solid 1px #E0E0E1; text-align: center; vertical-align: middle; padding: 20px; height: 66px; }
.TBL02 tbody th.col01 { border-left: solid 1px #E0E0E1; text-align: left; padding-left: 20px; font-weight: 500; }
.TBL02 tbody td.col02 { font-weight: 700; color: #00B7D6; }
.TBL02 tbody td.col05 { padding-left: 40px; padding-right: 40px; text-align: left; }
.TBL02 tbody tr:last-child th.col01 { border-radius: 0 0 0 10px; }
.TBL02 tbody tr:last-child td.col05 { border-radius: 0 0 10px 0; }

/*04 選ばれる理由
----------------------------------*/
div#p02Box01.p04Box01 .belt-text01 { width: 2860px; }

section#p02Box02.p04Box02 { padding-bottom: calc(130px + 18.66vw); position: relative; }
section#p02Box02.p04Box02 > .bg { height: calc(100% - 18.66vw); }

.reason-num { font-weight: 700; color: #F6EEDF; text-align: center; width: 116px; margin-bottom: -49px; }
.reason-num > .line01 { line-height: 1.6; font-size: 22px; }
.reason-num > .line02 { line-height: 1; font-size: 80px; font-weight: 700; }

.copy02 { font-size: 20px; font-weight: 700; line-height: 1.6; margin-bottom: 10px; }

div.reasons-box { margin-bottom: 60px; }
div.reasons-box > .inner01.flex { display: block; margin-bottom: 30px; }
div.reasons-box > .inner01.flex > .box01 > h3.tit { line-height: 1.6; font-weight: 700; font-size: 28px; margin-bottom: 35px; }
div.reasons-box > .inner01.flex > .box01 > h3.tit .blue { font-size: 38px; }
div.reasons-box > .inner01.flex > .box01 .text .blue { font-weight: 700; }
div.reasons-box > .inner01.flex > .box02 { margin-top: 30px; }
div.reasons-box > .inner01.flex:last-child { margin-bottom: 0; }
div.reasons-box ul.check-list02.flex { margin-top: -14px; }
div.reasons-box ul.check-list02.flex > li { width: 100%; margin: 14px 0 0 0; box-sizing: border-box; }
div.reasons-box ul.check-list02.flex > li .left { font-weight: 700; }
div.reasons-box ul.check-list02.flex > li span.right { display: block; margin-top: 4px; }
div.reasons-box ul.check-list02.flex > li span.right span.santen { display: none; }
div.reasons-box ul.check-list02.flex > li span.right:before { content: "…"; }

div.reasons-box:nth-child(2n) .reason-num { margin-left: 220px; }

div.reasons-box:last-child { margin-bottom: 0; }

div.reasons-box.reasons01 .reason-num { width: 101px; }

div.reasons-box.reasons02 > .inner01.flex > .box02 { margin-top: 40px; }

.check-set { background: #F7F6F3; padding: 30px; border-radius: 20px; }

.sub03 { font-weight: 700; font-size: 18px; line-height: 1.6; margin-bottom: 15px; }

.TBL03 { margin-top: 19px; }
.TBL03 dl.flex { justify-content: space-between; }
.TBL03 dl.flex dt { width: 116px; color: #fff; background: #514327; line-height: 1.6; box-sizing: border-box; padding: 20px 10px; border-bottom: solid 1px #756138; }
.TBL03 dl.flex dd { width: calc(100% - 116px); line-height: 1.6; box-sizing: border-box; padding: 20px 10px; background: #FBF7EF; border-bottom: solid 1px #E0E0E1; }
.TBL03 dl.flex:first-child dt { border-top-left-radius: 10px; }
.TBL03 dl.flex:first-child dd { border-top-right-radius: 10px; }
.TBL03 dl.flex:last-child dt { border-bottom: none; border-bottom-left-radius: 10px; }
.TBL03 dl.flex:last-child dd { border-bottom: none; border-bottom-right-radius: 10px; }

.p04-exBox { margin-top: 20px; background: #FBF7EF; padding: 30px 20px 40px; border-radius: 20px; }
.p04-exBox .red { font-weight: 700; }

.ex-tit02 { border-bottom: solid 1px #E6DFD1; margin-bottom: 20px; padding: 45px 0 20px; font-weight: 700; line-height: 1.6; font-size: 26px; background: url("../img/p04/ico-ex02.svg") no-repeat center top; }

.check-set.uds01 { padding: 30px 20px 40px; }
.check-set.uds01 .sub01 { margin-bottom: 20px; }

.uds-unner01.flex { display: block; }
.uds-unner01.flex > .udsBox { background: #fff; border-radius: 6px; margin-bottom: 20px; }
.uds-unner01.flex > .udsBox > h5 { color: #fff; font-weight: 700; line-height: 1.4; background: #0CC0DF; padding: 12px 20px; border-radius: 6px 6px 0 0; font-size: 18px; }
.uds-unner01.flex > .udsBox > .cont { padding: 20px 20px 30px; }
.uds-unner01.flex > .udsBox > .cont ul.check-list02 > li { margin-bottom: 10px; font-weight: 700; }
.uds-unner01.flex > .udsBox > .cont ul.check-list02 > li:last-child { margin-bottom: 0; }
.uds-unner01.flex > .udsBox:last-child { margin-bottom: 0; }

.check-set.uds02.flex { box-sizing: border-box; margin-top: 30px; padding: 30px 20px 40px; display: block; }
.check-set.uds02.flex .sub01 { margin-bottom: 20px; }

.cons-list.flex { margin-top: 20px; justify-content: space-between; }
.cons-list.flex > div.box { width: 100%; border-radius: 1.6vw; background: #fff; margin-bottom: 5.33vw; }
.cons-list.flex > div.box .cont { padding: 5.33vw 5.33vw 8vw; }
.cons-list.flex > div.box .cont > h5 { font-weight: 700; line-height: 1.6; font-size: 5.86vw; text-align: center; margin-bottom: 1.6vw; }
.cons-list.flex > div.box .cont .text { font-size: 4.26vw; }
.cons-list.flex > div.box:last-child { margin-bottom: 0; }

/*05 料金表
----------------------------------*/
section#p05Box01 { padding: 78px 5.33vw 100px; }

section#p02Box02.p05Box02 { padding-bottom: calc(130px + 18.66vw); position: relative; }
section#p02Box02.p05Box02 > .bg { height: calc(100% - 18.66vw); }
section#p02Box02.p05Box02 .u-text01 { margin-bottom: 40px; }

.TBL04 div.box { margin-bottom: 20px; }
.TBL04 div.box > div { box-sizing: border-box; line-height: 1.6; padding: 20px; }
.TBL04 div.box div.list01 { background: #00AECC; color: #fff; font-weight: 700; border-left: solid 1px #E0E0E1; border-right: solid 1px #E0E0E1; border-bottom: solid 1px #0CC4E3; padding: 16px 20px; border-radius: 10px 10px 0 0; }
.TBL04 div.box div.list02 { background: #FBF7EF; border-bottom: solid 1px #E6DFD1; }
.TBL04 div.box div.list03 { background: #FBF7EF; border-radius: 0 0 10px 10px; }
.TBL04 div.box:last-child { margin-bottom: 0; }

.bikou05 { margin-top: 15px; }

/*06 事務所案内
----------------------------------*/
.openbtn01 { width: 100%; height: 72px; display: table; margin-top: 20px; }
.openbtn01 > div { display: table-cell; text-align: center; vertical-align: middle; color: #00B7D6; background: #fff; border-radius: 50px; border: solid 2px #00B7D6; font-weight: 700; cursor: pointer; }
.openbtn01 > div .off { display: none; }

.openbtn01.op-btn > div .off { display: block; }
.openbtn01.op-btn > div .on { display: none; }

.text.opcon { position: relative; height: 230px; overflow: hidden; }

.text.opcon:before { content: ""; position: absolute; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0) 50%, #fbf7ef 100%); left: 0; top: 0; }

div#p02Box01.p06Box01 .belt-text01 { width: 100vw; left: 0; right: 0; margin: 0 auto; text-align: right; }
div#p02Box01.p06Box01 .belt-text01 span.text01 { animation: none; text-transform: uppercase; padding-right: 0; right: -88px; }
div#p02Box01.p06Box01 .wrap > .img { margin-top: 40px; }
div#p02Box01.p06Box01 .wrap > .img img { border-radius: 20px; }
div#p02Box01.p06Box01 .wrap > .img .names01 { margin-top: 14px; font-size: 20px; font-weight: 700; }
div#p02Box01.p06Box01 .wrap .dataBox01 { width: 100%; margin-top: 15px; }
div#p02Box01.p06Box01 .wrap .dataBox01 .tit.blue { font-weight: 700; line-height: 1.2; font-size: 18px; margin-bottom: 14px; }

.TBL05 th, .TBL05 td { box-sizing: border-box; line-height: 1.4; vertical-align: top; display: block; }
.TBL05 th { color: #11B1CD; font-weight: 700; padding-top: 30px; padding-bottom: 20px; }
.TBL05 td { border-bottom: solid 1px #0CC0DF; padding-bottom: 30px; }
.TBL05 tr:first-child th { padding-top: 0; }
.TBL05 tr:last-child td { padding-bottom: 0; border-bottom: none; }

.p06-cont03.flex { margin-bottom: 60px; display: block; }
.p06-cont03.flex > .cont { margin-bottom: 40px; }
.p06-cont03.flex .map { height: 60.53vw; }
.p06-cont03.flex .map iframe { width: 100%; height: 100%; border-radius: 20px; }

.btn01.blank-btn { max-width: 290px; height: 54px; min-width: 290px; }
.btn01.blank-btn a { padding-left: 18px; padding-right: 36px; border-radius: 4px; font-size: 16px; text-align: left; }
.btn01.blank-btn a span.arrow { right: 20px; }

.ac-text01 { padding-left: 26px; background: url("../img/p06/ico01.svg") no-repeat left top 2px; line-height: 24px; margin-bottom: 24px; }

.ac-text02 { padding-left: 26px; background: url("../img/p06/ico02.svg") no-repeat left top 3px; line-height: 24px; margin-bottom: 15px; font-size: 18px; font-weight: 700; }

.ac-text03 { padding-left: 26px; background: url("../img/p06/ico03.svg") no-repeat left top 3px; line-height: 24px; margin-bottom: 15px; font-size: 18px; font-weight: 700; }

.sen-text { position: relative; line-height: 1.6; margin-bottom: 10px; padding-left: 30px; }

.sen-text:last-child { margin-bottom: 0; }

.sen-text:before { content: ""; width: 20px; height: 1px; background: #000; position: absolute; left: 0; top: 12px; }

.acBox03 { margin-top: 22px; }

.sc-flows.flex > div.box { width: 100%; background: #fff; border-radius: 5.33vw; box-sizing: border-box; padding: 5.33vw 5.33vw 8vw; position: relative; margin-bottom: 10.66vw; }
.sc-flows.flex > div.box .img { margin-bottom: 5.33vw; }
.sc-flows.flex > div.box .cont { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
.sc-flows.flex > div.box .cont .num { font-size: 3.73vw; font-weight: 700; text-align: center; line-height: 7.46vw; width: 7.46vw; height: 7.46vw; border-radius: 100%; background: #0CC0DF; color: #fff; }
.sc-flows.flex > div.box .cont .text { line-height: 1.8; width: calc(100% - 10.13vw); font-size: 4.26vw; }
.sc-flows.flex > div.box:after { content: ""; background: url("../img/p06/ac-arrow01-sp.svg") no-repeat center; width: 5.86vw; height: 3.2vw; position: absolute; left: 50%; transform: translateX(-50%); top: calc(100% + 3.2vw); background-size: contain; }
.sc-flows.flex > div.box:last-child:after { content: none; }
.sc-flows.flex > div.box:last-child { margin-bottom: 0; }

section#p02Box04.p06Box04 { padding-bottom: calc(130px + 18.66vw); position: relative; }
section#p02Box04.p06Box04 > .bg { height: calc(100% - 18.66vw); }

.TBL02.TBL02-2 { width: 1033px; margin-right: 5.33vw; }
.TBL02.TBL02-2 .col01 { width: 219px; }
.TBL02.TBL02-2 .col02 { width: 514px; }
.TBL02.TBL02-2 .col03 { width: 366px; }
.TBL02.TBL02-2 th.col03 { border-radius: 0 10px 0 0; }
.TBL02.TBL02-2 tbody td { border-bottom: solid 1px #E6DFD1; border-right: solid 1px #E6DFD1; }
.TBL02.TBL02-2 tbody th.col01 { background: #F1FCFE; border-bottom: solid 1px #C1F2FB; }
.TBL02.TBL02-2 tbody td.col02 { background: #FBF7EF; font-weight: 500; color: #000; text-align: left; }
.TBL02.TBL02-2 tbody td.col03 { background: #FBF7EF; font-weight: 500; color: #000; text-align: left; }
.TBL02.TBL02-2 tbody tr:last-child th.col01 { border-bottom: solid 1px #E3E3E3; }
.TBL02.TBL02-2 tbody tr:last-child td.col03 { border-radius: 0 0 10px 0; }

a.blank-ico { padding-right: 20px; background: url("../img/p06/ico-blank02.svg") no-repeat right center; }

/*07 お問い合わせ
----------------------------------*/
div#p07Box01 { padding: 78px 5.33vw 100px; }

.p07-text01 { text-align: center; line-height: 1.6; font-weight: 700; font-size: 30px; margin-bottom: 38px; }
.p07-text01 .sb { text-align: center; background: url("../img/p07/sb-sp.svg") no-repeat center; width: 229px; height: 82px; background-size: contain; margin: 0 auto 10px; }
.p07-text01 .sb > span { display: none; }
.p07-text01 .blue { font-size: 40px; background: url("../img/p07/dot.svg") no-repeat center bottom; }
.p07-text01 > div { display: inline-block; position: relative; position: relative; }
.p07-text01 span.text02 { font-size: 21px; display: block; }

.p07-cont01.flex { display: block; }
.p07-cont01.flex > .img { margin-bottom: 60px; }
.p07-cont01.flex > .img .names01 { text-align: right; margin-top: 4px; }
.p07-cont01.flex > .cont01 { background: #fff; border-radius: 20px; padding: 40px 20px; box-sizing: border-box; text-align: center; }
.p07-cont01.flex > .cont01 .tel-num { line-height: 1; }
.p07-cont01.flex > .cont01 .tel-num a { font-size: 40px; font-weight: 700; }
.p07-cont01.flex > .cont01 .tel-num a > span { padding-left: 0; background: none; }
.p07-cont01.flex > .cont01 .bh { font-size: 14px; }
.p07-cont01.flex > .cont01 .bh span.jizen { display: block !important; text-align: right; }

.c-bikou01.flex { justify-content: center; text-align: left; margin-top: 30px; }
.c-bikou01.flex > div > p { line-height: 1.6; font-size: 14px; position: relative; padding-left: 16px; margin-bottom: 8px; }
.c-bikou01.flex > div > p:before { content: "※"; position: absolute; left: 0; top: 0; }
.c-bikou01.flex > div > p:last-child { margin-bottom: 0; }

h2.c-tit01 { margin-bottom: 30px; line-height: 1.4; font-weight: 700; font-size: 26px; }
h2.c-tit01 > span { display: inline-block; background: url("../img/common/ico-tel02.svg") no-repeat left top; padding-left: 50px; text-align: left; background-size: 40px; }

.line-cBox { margin-top: 40px; background: #fff; padding: 40px 20px; border-radius: 20px; }
.line-cBox > .text { margin-bottom: 20px; font-weight: 700; line-height: 1.6; }

h2.c-tit02 { margin-bottom: 20px; line-height: 42px; font-weight: 700; font-size: 26px; }
h2.c-tit02 > span { display: inline-block; background: url("../img/common/ico-line.svg") no-repeat left top 1px; padding-left: 50px; text-align: left; background-size: 40px; }

.line-inner.flex { display: block; }
.line-inner.flex .sub01 { font-size: 18px; line-height: 26px; margin-bottom: 20px; }
.line-inner.flex > .left > div.box { box-sizing: border-box; background: #F7F6F3; border-radius: 10px; padding: 20px 20px 26px; margin-bottom: 10px; }
.line-inner.flex > .left > div.box:last-child { margin-bottom: 0; }
.line-inner.flex > .left .lens-box { border-radius: 4px; border: solid 1px #2D2D2E; background: url("../img/p07/ico-lens.svg") no-repeat center right 10px #fff; padding: 0 20px; box-sizing: border-box; width: 100%; line-height: 42px; margin: 0 auto; }
.line-inner.flex > .right { box-sizing: border-box; background: #F7F6F3; border-radius: 10px; padding: 20px 20px 26px; margin-top: 20px; }

.qrBox { width: 186px; box-sizing: border-box; border-radius: 6px; background: #fff; padding: 18px; margin: 0 auto; }

.line-btn { width: 100%; height: 62px; margin: 0 auto; display: table; }
.line-btn a { display: table-cell; text-align: center; vertical-align: middle; color: #fff; font-weight: 700; font-size: 20px; border-radius: 4px; background: #00BB00; text-decoration: none; }
.line-btn a > span { padding: 10px 0 10px 48px; background: url("../img/p07/line-m.svg") no-repeat left center; }

.mail-cBox { margin-top: 40px; background: #fff; padding: 40px 20px 60px; border-radius: 20px; }

.c-tit03 { margin-bottom: 20px; line-height: 1.4; font-weight: 700; font-size: 26px; }
.c-tit03 > span { display: inline-block; background: url("../img/common/ico-mail02.svg") no-repeat left top; padding-left: 50px; text-align: left; background-size: 40px; }

.contact-text01 { line-height: 1.6; }
.contact-text01 p { position: relative; padding-left: 20px; margin-bottom: 10px; }
.contact-text01 p:last-child { margin-bottom: 0; }
.contact-text01 p:before { content: "※"; position: absolute; left: 0; top: 0; }

/*フォーム*/
.file-bikou { font-size: 14px; }

ul.contact-state { display: flex; flex-wrap: wrap; justify-content: center; margin: 40px 0 10px; }

ul.contact-state > li { display: table; width: 76px; height: 60px; position: relative; line-height: 1.2; margin-right: 14px; }

ul.contact-state > li > span { display: table-cell; text-align: center; vertical-align: middle; background: #fff; color: #0CC0DF; font-size: 14px; font-weight: 700; border: solid 1px #0CC0DF; border-radius: 4px; }

ul.contact-state > li.state01 { margin-left: 0; }

ul.contact-state > li.state01 > span { background: #0CC0DF; color: #fff; }

ul.contact-state > li > span span.num { display: block; margin-bottom: 5px; font-family: "inte"; }

ul.contact-state > li:after { content: ""; width: 14px; height: 1px; position: absolute; top: 0; bottom: 0; left: 100%; margin: auto 0; top: 0; bottom: 0; background: #0CC0DF; }

ul.contact-state > li:last-child:after { content: none; }

ul.contact-state.contact-state02 { display: flex; flex-wrap: wrap; justify-content: space-between; }

ul.contact-state.contact-state02 > li.state02 > span { background: #0CC0DF; color: #fff; }

span.num-circle { margin-right: 7px; }

a.green { text-decoration: underline; }

.contactTBL th, .contactTBL td { display: block; box-sizing: border-box; font-size: 16px; padding: 30px 0; color: #000000; line-height: 1.66; }
.contactTBL th { padding-bottom: 15px; }
.contactTBL th span.form-bikou { font-weight: 500; font-size: 14px; }
.contactTBL td { padding-top: 0; }
.contactTBL .wpcf7-list-item { margin-left: 0; display: block; margin-bottom: 10px; }
.contactTBL .wpcf7-list-item.last { margin-bottom: 0; }
.contactTBL input[type="checkbox"], .contactTBL input[type="radio"] { transform-origin: left center; transform: scale(1.5); margin-right: 8px; }

span.hissu { display: inline-block; color: #fff; padding: 0px 7px; background: #0CC0DF; margin-right: 8px; box-sizing: border-box; font-size: 14px; font-weight: 700; border-radius: 2px; }

span.nini { display: inline-block; padding: 0px 6px; margin-right: 8px; font-size: 14px; font-weight: 700; border-radius: 5px; color: #0CC0DF; border: solid 1px; border-radius: 2px; box-sizing: border-box; }

input.wpcf7-number, input.wpcf7-date, input.wpcf7-text { box-sizing: border-box; height: 40px; border: solid 1px #D4D4D4; padding: 5px 10px; font-size: 16px; background: #fff; width: 100%; border-radius: 2px; }

input.wpcf7-date { padding: 5px 10px; border-radius: 2px; }

select.wpcf7-select { box-sizing: border-box; height: 40px; border: solid 1px #D4D4D4; padding: 5px 10px; font-size: 16px; background: #fff; width: auto; }

select { background: #fff; border-radius: 2px; }

textarea.wpcf7-textarea { box-sizing: border-box; height: 160px; border: solid 1px #D4D4D4; padding: 5px 10px; font-size: 16px; background: #fff; width: 100%; border-radius: 2px; }

.okomari-list span.wpcf7-list-item { display: block; }

.radio-list span.wpcf7-list-item { display: block; }

.contactTBL .select-con .wpcf7-list-item { display: inline-block; margin-right: 10px !important; }

.select-con { margin-bottom: 15px; }

.cours-area { margin-top: 5px; }

input.wpcf7-text.tel01, input#zip01 { width: 140px; }

select#pref3 { width: auto; }

span.form-bikou { display: block; }

ul.address-list > li { margin-bottom: 30px; }
ul.address-list > li:last-child { margin-bottom: 0; }
ul.address-list .th { font-size: 14px; margin-bottom: 5px; }

.contactArea .codedropz-upload-container { padding: 0; }

.contactArea .codedropz-upload-handler { border: solid 1px #D4D4D4; border-radius: 0; background: url("../img/p07/ico-c.svg") no-repeat center top 42px #fff; padding: 74px 10px 40px; }

.contactArea .codedropz-upload-inner { color: #1C1C1C; line-height: 1.5; font-size: 16px; font-weight: 500; }

.contactArea .codedropz-upload-inner h3 { font-size: 16px; font-weight: 500; margin: 0; }

a.cd-upload-btn { width: 140px; height: 40px; display: inline-block; line-height: 35px; background: #E3E3E3; border: solid 1px #707070; border-radius: 0; padding-top: 3px; font-size: 16px; margin-top: 8px; color: #000000; }

.contact-submit.flex { margin-top: 20px; justify-content: center; flex-direction: row-reverse; position: relative; }

.contact-submit.flex > p { width: 100%; text-align: center; margin-top: 30px; }

.inb { display: inline-block; }

.form-btn { width: 100%; position: relative; }

.form-btn input[type="submit"], .form-btn input[type="button"] { transition: 0.3s; border: solid 2px #00B7D6; color: #fff; width: 100%; height: 70px; font-size: 16px; font-weight: 700; position: relative; z-index: 3; background: url("../img/common/btn-arrow.svg") no-repeat center right 30px #00B7D6; border-radius: 38px; text-align: center; }

.form-btn.form-btn02 { margin-top: 10px; }

.form-btn.form-btn02 input[type="submit"], .form-btn.form-btn02 input[type="button"] { background-color: #fff; color: #00B7D6; background-image: url("../img/common/btn-arrow03.svg"); background-position: left 30px center; }

.form-btn input { transition: 0.3s; cursor: pointer; }

span.zip-mark { margin-right: 10px; font-size: 14px; }

span.zip-bikou { margin-left: 15px; font-size: 13px; }

.zip_list > div { margin-bottom: 10px; }
.zip_list > div:last-child { margin-bottom: 0; }
.zip_list .zip00.zip02 > div { margin-bottom: 10px; }
.zip_list .zip00.zip02 > div:last-child { margin-bottom: 0; }

.wpcf7-spinner { position: absolute !important; top: -10px !important; }

/*入力内容確認時にフォーム上部へスクロールするがナビゲーションが追従の場合フォームとナビゲーションが重なるのでそのためのオフセット設定*/
form.wpcf7-form { padding-top: 120px; margin-top: -120px; }

.wpcf7c-conf { background-color: #e8f0fe !important; }

input:-webkit-autofill, input:-internal-autofill-selected { -webkit-appearance: none; -webkit-box-shadow: 0 0 0px 1000px #e8f0fe inset !important; box-shadow: 0 0 0px 1000px #e8f0fe inset !important; }

::placeholder { font-size: 16px; color: #B2B2B2; line-height: 1.5; }

/*確認画面*/
.contactArea.che { background: #eee; padding: 30px; }
.contactArea.che .pop-btn.opcl-btn.on { pointer-events: none; }
.contactArea.che .opcl-wrap { display: block !important; }
.contactArea.che div.opcl-inBox { padding-top: 20px; }

.contactArea.che .contactTBL tr { border-bottom: solid 1px #000; }

.contactArea.che .contactTBL th, .contactArea.che .contactTBL td { padding-top: 5px; padding-bottom: 5px; vertical-align: middle; }

.contactArea.che .dnd-upload-status .dnd-upload-details .remove-file, .contactArea.che .codedropz-upload-handler, .contactArea.che .bikou-text01, .contactArea.che span.dnd-progress-bar, .contactArea.che input[type=checkbox] { display: none; }

.contactArea.che input[type=checkbox]:checked { display: inline-block; }

.contactArea.che input[type=checkbox] ~ span.wpcf7-list-item-label { display: none; }

.contactArea.che input[type=checkbox]:checked ~ span.wpcf7-list-item-label { display: inline-block; font-weight: 700; }

.contactArea.che input[type=radio] { display: none; }

.contactArea.che input[type=radio]:checked { display: inline-block; }

.contactArea.che input[type=radio] ~ span.wpcf7-list-item-label { display: none; }

.contactArea.che input[type=radio]:checked ~ span.wpcf7-list-item-label { display: inline-block; font-weight: 700; }

.contactArea.che textarea.wpcf7-textarea, .contactArea.che input.wpcf7-number, .contactArea.che input.wpcf7-date, .contactArea.che input.wpcf7-text, .contactArea.che select { font-weight: 700; }

/*100 thanksページ等
----------------------------------*/
div#p100Box01 { padding: 80px 5.33vw calc(30px + 18.66vw); text-align: center; }
div#p100Box01 .btn01 { margin: 40px auto 0; }

div#p101Box01 { padding: 80px 5.33vw calc(30px + 18.66vw); }
div#p101Box01 .btn01 { margin: 40px auto 0; }

div#ppBox01 { text-align: left; }

.pp-title01 { font-size: 22px; border-bottom: solid 2px; margin-bottom: 25px; padding-bottom: 10px; }

.pp-title02:first-child { margin-top: 0; }

.pp-title02 { font-size: 18px; padding-left: 15px; position: relative; color: #0CC0DF; margin-top: 50px; }

.pp-title02:before { content: ""; width: 5px; height: 65%; background: #0CC0DF; position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; }

/*08　解決事例
----------------------------------*/
div#p08Box01 { padding: 78px 5.33vw calc(70px + 18.66vw); }

article.case-art02 { margin-bottom: 30px; }
article.case-art02 a { display: block; text-decoration: none; background: #fff; border-radius: 5.33vw; padding: 20px 20px 30px; justify-content: space-between; }
article.case-art02 a .img { width: 100%; border-radius: 2.66vw; overflow: hidden; margin-bottom: 20px; }
article.case-art02 a .img .in-img { padding-top: 80%; transition: 0.3s; border-radius: 2.66vw; }
article.case-art02 a .cont { width: 100%; }
article.case-art02 a .cont .tit { line-height: 1.6; font-size: 18px; font-weight: 500; margin-top: 10px; width: 100%; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
article.case-art02 a .n-date { margin-top: 26px; line-height: 1; }

article.case-art02:last-child { margin-bottom: 0; }

/*詳細*/
div#p08sBox01 { padding: 78px 5.33vw calc(70px + 18.66vw); }

div#two-side { margin-top: 80px; }

article.singleBox01 { background: #fff; border-radius: 20px; padding: 30px 20px 40px; }
article.singleBox01 .infos.flex { margin-left: -10px; width: calc(100% + 10px); margin-bottom: 10px; }
article.singleBox01 .infos.flex > div { line-height: 25px; font-size: 16px; }
article.singleBox01 .infos.flex > .cates { padding: 0 10px; height: 25px; background: #7ECB29; line-height: 24px; padding: 0 10px; border-radius: 20px; color: #fff; margin-left: 10px; }
article.singleBox01 .infos.flex .n-date { font-family: "inte"; font-weight: 500; width: 100%; }
article.singleBox01 .box01 { margin-bottom: 40px; line-height: 1.6; }
article.singleBox01 .box02 { margin-bottom: 60px; line-height: 1.6; }

.case-tit01 { font-size: 20px; font-weight: 500; line-height: 1.6; margin-bottom: 40px; }

.case-tit02 { font-size: 18px; font-weight: 700; line-height: 1; margin-bottom: 20px; color: #0CC0DF; border-bottom: solid 2px; padding-bottom: 14px; }

article.singleBox01 .box01 p:first-child, article.singleBox01 .box02 p:first-child, .blog-text p:first-child { margin-top: 0; }
article.singleBox01 .box01 p:first-child img, article.singleBox01 .box02 p:first-child img, .blog-text p:first-child img { margin-top: 0; }
article.singleBox01 .box01 img:first-child, article.singleBox01 .box02 img:first-child, .blog-text img:first-child { margin-top: 0; }
article.singleBox01 .box01 img[class*="wp-image-"], article.singleBox01 .box02 img[class*="wp-image-"], .blog-text img[class*="wp-image-"] { margin: 20px 0; }
article.singleBox01 .box01 iframe, article.singleBox01 .box02 iframe, .blog-text iframe { max-width: 100%; }
article.singleBox01 .box01 div, article.singleBox01 .box02 div, .blog-text div { max-width: 100%; }
article.singleBox01 .box01 a, article.singleBox01 .box02 a, .blog-text a { max-width: 100%; text-decoration: underline; }

div.witerBox { position: relative; background: #F1FCFE; border-radius: 10px; border: solid 2px #0CC0DF; padding: 57px 20px 40px; }
div.witerBox > .cap { position: absolute; left: -2px; top: -2px; border-radius: 10px 0 10px 0; color: #fff; background: #0CC0DF; padding: 0 20px; line-height: 35px; height: 37px; z-index: 2; }
div.witerBox .inner { position: relative; }
div.witerBox .inner > h2 { font-size: 20px; line-height: 1.6; margin-bottom: 4px; text-align: center; }
div.witerBox .inner .team-name { font-weight: 700; line-height: 1.6; color: #11B1CD; text-align: center; }
div.witerBox .inner .wr-detail { line-height: 1.6; margin-top: 12px; }
div.witerBox .inner .img { width: 100px; margin: 0 auto 20px; }
div.witerBox .inner .img .in-img { border-radius: 100%; padding-top: 100%; }
div.witerBox .inner .wr_num { line-height: 1.6; margin-top: 6px; font-size: 14px; color: #0CC0DF; }

.sideBox { margin-bottom: 40px; }

.sideBox:last-child { margin-bottom: 0; }

.side-tit { font-size: 20px; font-weight: 700; padding-left: 20px; position: relative; line-height: 1.5; margin-bottom: 24px; color: #0CC0DF; }

.side-tit:before { content: ""; width: 4px; height: 100%; background: #0CC0DF; border-radius: 10px; position: absolute; left: 0; top: 0; }

li.side-li { border-top: solid 1px #E8DEC9; }
li.side-li a { text-decoration: none; display: block; padding: 24px 30px 24px 15px; line-height: 1; background: url("../img/p08/side-arrow.svg") no-repeat center right 15px; }

li.side-li.r_current a { background-color: #F6EDDA; pointer-events: none; }

li.side-li:last-child { border-bottom: solid 1px #E8DEC9; }

.side-inner select { display: block; width: 100%; border-radius: 0; padding: 5px 47px 5px 20px; box-sizing: border-box; height: 60px; background: url("../img/p08/select-arrow.svg") no-repeat center right 28px #F0F0F0; font-size: 16px; font-weight: 500; cursor: pointer; border: none; -webkit-appearance: none; appearance: none; }

/*ページャー*/
div#pager00 { text-align: center; }

div#pager00 .wp-pagenavi { margin-top: 60px; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; margin: 4px; text-decoration: none; width: 48px; height: 48px; text-align: center; line-height: 46px; font-size: 14px; font-weight: 700; color: #0CC0DF; background: #fff; border: solid 1px #0CC0DF; box-sizing: border-box; border-radius: 100%; font-family: "inte"; padding-right: 1px; }

.wp-pagenavi a.page { position: relative; }

.wp-pagenavi span.extend { background: none; color: #0CC0DF; box-shadow: none; border: none; }

.wp-pagenavi a.previouspostslink { color: transparent; background: url("../img/p08/arrow02.svg") no-repeat center #fff; margin-left: 0; }

.wp-pagenavi a.nextpostslink { color: transparent; background: url("../img/p08/arrow03.svg") no-repeat center #fff; margin-right: 0; }

.wp-pagenavi span.current { color: #fff; background: #0CC0DF; }

.wp-pagenavi a.first { display: none; }

.wp-pagenavi a.last { display: none; }

.wp-pagenavi span.pages { display: none; }

.post-navigation ul { margin-top: 60px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.post-navigation ul > li { margin-right: 10px; }
.post-navigation ul > li:last-child { margin-right: 0; }
.post-navigation ul li.prev, .post-navigation ul li.next { border-radius: 100%; }
.post-navigation ul li.prev a, .post-navigation ul li.next a { display: flex; flex-wrap: wrap; align-items: center; font-weight: 700; color: #0CC0DF; transition: 0.3s; }
.post-navigation ul li.prev a .arrow, .post-navigation ul li.next a .arrow { width: 50px; height: 50px; border-radius: 100%; border: solid 1px #0CC0DF; box-sizing: border-box; display: block; background-color: #0CC0DF; }
.post-navigation ul li.prev a .text, .post-navigation ul li.next a .text { display: none; }
.post-navigation ul li.kara { opacity: 0; pointer-events: none; display: flex; flex-wrap: wrap; }
.post-navigation ul li.kara .arrow { width: 50px; height: 50px; }
.post-navigation ul li.kara .text { display: none; }
.post-navigation ul li.prev a .arrow { background-image: url("../img/p08/a-prev.svg"); background-position: center; background-repeat: no-repeat; }
.post-navigation ul li.next a .arrow { background-image: url("../img/p08/a-next.svg"); background-position: center; background-repeat: no-repeat; }
.post-navigation ul li.blog-back { width: 200px; height: 50px; display: table; }
.post-navigation ul li.blog-back > a { display: table-cell; text-align: center; vertical-align: middle; text-decoration: none; border: solid 2px #0CC0DF; background: #fff; color: #0CC0DF; border-radius: 40px; font-weight: 700; }

/*09　お知らせ
----------------------------------*/
.blog-tit02 { color: #fff; font-size: 18px; font-weight: 700; padding: 14px 20px; background: #0CC0DF; border-radius: 4px; margin-bottom: 20px; }

article.singleBox01.singleBox01-blog div.witerBox { margin-top: 40px; }
article.singleBox01.singleBox01-blog div#toc_container { box-sizing: border-box; width: 100%; background: #F7F6F3; border: none; border-radius: 10px; padding: 30px; }
article.singleBox01.singleBox01-blog div#toc_container p.toc_title { text-align: left; line-height: 1.6; font-size: 20px; font-weight: 700; color: #0CC0DF; margin-bottom: 14px; }
article.singleBox01.singleBox01-blog div#toc_container ul.toc_list { margin-top: 0 !important; }
article.singleBox01.singleBox01-blog div#toc_container ul.toc_list > li { font-size: 16px; font-weight: 500; }
article.singleBox01.singleBox01-blog div#toc_container ul.toc_list > li span.toc_number { display: inline-block; font-size: 20px; font-family: "inte"; color: #0CC0DF; vertical-align: -2px; margin-right: 10px; }
article.singleBox01.singleBox01-blog div#toc_container ul.toc_list > li span.toc_number:after { content: "."; }

.blog_word_box { margin-top: 60px; }
.blog_word_box > .tit { color: #0CC0DF; font-weight: 700; line-height: 1; margin-bottom: 14px; font-size: 18px; }

ul.word_list.flex { margin-top: -10px; margin-left: -10px; width: calc(100% + 10px); }
ul.word_list.flex > li { margin: 10px 0 0 10px; }

/*デバイス幅ごとの調整（必要な幅があれば追加して調整）*/
