@charset "UTF-8";

/* ------------------------------------
PC用レイアウト（７６８px以上のスクリーン）
-------------------------------------- */

/* 文字全体の初期スタイル調整 */

body {
    font-size: 62.5%;
    font-family: 'Noto Sans JP', sans-serif;    font-weight: normal;
    color: #424242;
    overflow-x: hidden !important;
}

/* リンク文字の設定 */              

a {
    text-decoration: underline;
}

a:link,
a:visited {
    color: #39f;
}

a:hover,
a:active {
    color: #f60;
}

img {
    max-width: 950p;
}

/* ブラウザのCSSをリセット（リセットCSSだけで賄えないもの） */

p {
    margin: 0 !important;
    margin: 0 !important;
}

section {
    clear: both;
    overflow: auto;
}

/* ------------------------------------
見出しタグ設定（PC）
-------------------------------------- */
h2 {
    font-size: 2em;
    font-weight: normal;
    text-align: center;
    padding: 3em 0;
    margin: 0;
}

h3 {
    margin: 0.5em 0em;
    padding: 0.3em 0.6em;
    font-size: 1.6em;
    font-weight: bold;
    border-left: 8px solid #10559A;
    border-bottom: 1px dotted #10559A;
}

h4 {
    margin: 0.5em 0em;
    padding: 0.3em 0.6em;
    font-size: 1.4emm;
    font-weight: bold;
    border: 1px solid #000;
}

h5 {
    margin: 0.5em 0em;
    padding: 0.1em;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

/* ------------------------------------
タイトルの横の装飾
-------------------------------------- */

/* 特徴 */
.feature_title{
    position: relative;
}

.feature_title img{
    position: absolute;
    top: 3em;
    left: 8em;
    width: 13%;
}


/* 価格表 */
.price_title {
    position: relative;
}

.price_title img{
    position: absolute;
    top: 3em;
    left: 12em;
    width: 16%;
}

/* お客様の声 */
.voice_title {
position: relative;
}

.voice_title img{
    position: absolute;
    top: 4.5em;
    left: 16em;
    width: 13%;
}


/* よくある質問 */
.faq_title {
position: relative;
}

.faq_title img{
    position: absolute;
    top: 4em;
    left: 19em;
    width: 10%;

}




/* ------------------------------------
全体レイアウト／背景設定（PC)
-------------------------------------- */

/* 全体エリア（全体背景を設定するにはここ） */
.main {
    background-color: #f2f2f2;
}

/* 記事（ボディ）エリア */
.article {
    background-color: #fff;
    font-size: 1.6em;
    /* 16px */
}

/* 記事（ボディ）エリアの行間 */
.article p {
    line-height: 1.6;
    /* 標準 */
}

.article {
    width: 100%;
}

/* トップ画像のサイズ変更 */
.top_image_in {
    /* width: 1480px; */
    margin: 0 auto;
    /* 真ん中に要素を置きたいときに使う */
}

/* セクションのサイズ変更 */
.section_inr {
    width: 950px;
    margin: 0 auto;
    /* 真ん中に要素を置きたいときに使う */
}

/* ------------------------------------
ファーストビュー設定
-------------------------------------- */
.top_image {
    background-image: url(/images/top_image_back.png);
    background-repeat: no-repeat;
    background-position: top center;
    height: auto;
}

.top_image_in img {
    width: 100%;
    height: auto;
}

.sp_top_image_in {
    display: none;
}


/* ------------------------------------
上部固定ヘッダー設定
-------------------------------------- */

/* 上部固定ヘッダー全体 */
.header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 5000;
    background: rgb(248, 250, 250, 0.8);
    /* border-bottom: 1px solid #ccc; */
    overflow: auto;
    /* はみ出した箇所は自動で調整してくれる */
}

/* ヘッダー内部をカラム幅にする */
.header_inr {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    /* はみ出した箇所は隠す */
}

/* ヘッダーのロゴ */
.header_logo {
    width: 20%;
    /* 通常はフレックスボックスなのでアドンスコースで */
    float: left;
    margin: 1em;
}

/* ヘッダーの問い合わせボタン */
.header_mail {
    width: 25%;
    float: right;
    margin: 1.7em 0em 0em;
}

/* ヘッダー内の画像が常に１００％になるように */
.header_logo img,
.header_mail img,
.header_tel img {
    width: 100%;
}


/* ------------------------------------
セクション設定
-------------------------------------- */
.section_cta01 {
    padding: 7em 0em;
    background-color: fff;
}


/* .section_kaiketsu{
    padding: 1.5em 3em 3em;
} */

.section_cta02 {
    background-image: url(/images/cta_02_bg.png);
    background-size: cover;
    padding: 5em 3em;
}

.section_feature {
    padding: 3em 0em;
    background-color: fff;
}

.section_price {
    padding: 5em 0em;
    background-image: url(/images/price_bg.png);
    background-size: cover;
}

.section_voice {
    background-image: url(/images/voice_bg.png);
    background-size: cover;
    background-position: center;
    padding-bottom: 5em;
}

.section_introduction {
    padding: 6em 0;
}

.section_faq {
    background-image: url(/images/cta_02_bg.png);
    background-size: cover;
    padding: 1em 0em 7em;
}



/* ------------------------------------
CTAエリア最初
-------------------------------------- */
.section_cta {
    background-color: fff;
}

.section_cta_img {
    filter: drop-shadow(2px 2px 8px rgba(160, 160, 160, 0.2));
}

.btn {
    text-align: center;
}

.btn img {
    width: 35%;
    height: 10%;
}

/* 2つ目 */
.cta_02,
.cta_01 {
    text-align: center;
}

.cta_02,
.cta_01 img {
    filter: drop-shadow(2px 2px 8px rgba(160, 160, 160, 0.2));
}

/* ------------------------------------
悩みパート
-------------------------------------- */
/* SP対応 */
.sp_nayami {
    display: none;

}

/* ------------------------------------
解決パート
-------------------------------------- */

.section_kaiketsu {
    text-align: center;
    margin-bottom: 4em;
}

.kaiketsu_title{
    padding: 2em 0 1em 0;
}
.section_kaiketsu img {
    margin: 2em 0 0;
    text-align: center;
}

.sp_kaiketsu01,
.sp_kaiketsu02,
.sp_kaiketsu07 {
    display: none;
}

.sp_kaiketsu03{
    width: 70%;
    height: 10%;
}

.kaiketsu_txt{
    color: #424242;
    font-size: 1.2em;
    font-weight: bold;
}

.pc_kaiketsu07 img{
    width: 80%;
    text-align: center;
    margin-top: 0em;
}


/* ------------------------------------
タオキャリの特徴
-------------------------------------- */
.f-container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    height: auto;

    gap: 23px 38px;
    /*縦に20px,横に30pxの余白を指定*/
}

.f-item {
    width: 48%;
    filter: drop-shadow(2px 2px 8px rgba(160, 160, 160, 0.2));
}

/* ------------------------------------
価格
-------------------------------------- */

span {
    color: #4094a6;
}


/* ------------------------------------
お客様の声
-------------------------------------- */
.slick-prev,
.slick-next {
    z-index: 1;
}

/* .slide-items img{
    margin: 0 auto;
} */

.element.style {
    padding: 0 10px;
    max-width: 1000px;
}

.slick-slide {
    max-width: 1000px;
}

.slide-items img {
    width: 90%;
}


.section_inr h2 img {
    margin: 3em 0 1.5em 0;
}

/* dotsのカスタマイズ */
/*位置を変える*/
.slick-dots {
    bottom: -3em;
}

/*ドットのサイズと色を大きくする*/
.slick-dots li button:before {
    color: #fff;
    opacity: 0.7;
}

/*アクティブなスライドのドット色*/
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: gold;
}

.voice1{
    position: relative;
}

.voice1 p{
    position: absolute;
    top: 100px;
    padding: 5em;
}


/* ------------------------------------
自己紹介
-------------------------------------- */

.sp_section_introduction {
    display: none;
}


/* ------------------------------------
FAQ
-------------------------------------- */
.pc_faq_title {
    display: block;
}

.sp_faq_title {
    display: none;
}

.qa-007 {
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-007 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1.5em 2em 1.5em 3em;
    color: #424242;
    font-weight: 500;
    cursor: pointer;
}

.qa-007 summary::before,
.qa-007 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-007 summary::before {
    color: #4094a6;
    content: "Q";
}

.qa-007 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #424242b3;
    border-right: 3px solid #424242b3;
    content: '';
    transition: transform .5s;
}

.qa-007[open] summary::after {
    transform: rotate(225deg);
}

.qa-007 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 3em 1.5em;
    color: #424242;
    transition: transform .5s, opacity .5s;
}

.qa-007[open] p {
    transform: none;
    opacity: 1;
}

.qa-007 p::before {
    color: #e04e4e;
    line-height: 1.2;
    content: "A";
}



/* 
.section_faq img{
    filter: drop-shadow(2px 2px 8px rgba(160, 160, 160, 0.2));
} */



/* ------------------------------------
チェックリスト設定
-------------------------------------- */
ul.checklist {
    border: 1px solid #ccc;
    list-style: none;
    padding: 1em;
}

/* 一昔前のやり方、今はフォントオーサムなど */
ul.checklist li {
    background-image: url(..//images/icon-check03-red.png);
    background-repeat: no-repeat;
    background-size: 3.5%;
    padding-left: 1.8em;
    margin-bottom: 0.8em;
}

ul.checklist li:last-child {
    margin-bottom: 0em;
}

/* ------------------------------------
テーブル設定
-------------------------------------- */
table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: 1em 0em;
}

th,
td {
    padding: 0.5em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

th {
    background-color: #f0f0f0;
    font-weight: bold;
    text-align: center;
}

td {
    background-color: #fff;
    text-align: center;
}

.table_style_01 {
    text-align: left;
    vertical-align: middle;
}


/* ------------------------------------
CTAエリア
-------------------------------------- */
.area_cta {
    background-color: #105FA3;
    padding: 1em 3em;
}

.area_cta_inr {
    background-color: #fff;
    padding: 1em 2em;
    overflow: auto;
}

.area_cta_inr_left {
    float: left;
    width: 48%;
}

.area_cta_inr_right {
    float: right;
    width: 48%;
}

/* ------------------------------------
フッターエリア
-------------------------------------- */
.footer {
    background-color: #4094a6;
    padding: 1.5em 0em;
    text-align: center;
    font-size: 1.4em;
    color: #fff;
}

.footer a {
    color: #fff;
}

/* ------------------------------------
スライダー設定
-------------------------------------- */

.slide-items {
    visibility: hidden;
}

.slide-items,
.slick-initialized {
    visibility: visible;
}

.slick-slide img {
    margin-bottom: 1em;
    width: 94%;
}

.slide-items img {
    width: 100%;
}