@charset "utf-8";

body {
    margin: 0px;
    padding: 0px;
    color: #1f1f1f;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.07em;
    font-feature-settings: "palt";
    text-align: left;
    background-color: #fff;
    font-family: "YakuHanJP", "Noto Sans JP", 游ゴシック体, "Yu Gothic",
        YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ,
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;*/
    -webkit-text-size-adjust: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media screen\0 {
    body {
        letter-spacing: normal;
        font-family: "YakuHanJP", "Noto Sans JP", メイリオ, Meiryo, Osaka,
            "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
}
@media print {
    body {
        zoom: 0.68;
        -webkit-print-color-adjust: exact;
    }
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
    /* @pageの指定いらないかも */
    @page {
        size: A4;
        margin: 12.7mm 9.7mm;
    }

    body {
        zoom: 1.8;
        width: 1200px;
        transform: scale(0.5);
        transform-origin: 0 0;
    }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    margin: 0px;
    padding: 0px;
    text-align: left;
}
main {
    display: block;
}
table {
    font-size: inherit; /* モダンブラウザ向け */
    font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,
q:after {
    content: "";
}
abbr,
acronym {
    border: 0;
}
input[type="radio"],
input[type="checkbox"],
label,
button,
input[type="submit"] {
    cursor: pointer;
}
input[type="submit"] {
    cursor: pointer;
}
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"] {
    height: 50px;
    padding: 5px 20px;
    font-family: "YakuHanJP", "Noto Sans JP", 游ゴシック体, "Yu Gothic",
        YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ,
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
    border: none;
    background-color: #f2f2f2;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-text-size-adjust: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
select {
    height: 50px;
    padding: 5px 10px;
    font-family: "YakuHanJP", "Noto Sans JP", 游ゴシック体, "Yu Gothic",
        YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ,
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
    border: 3px solid #dddddd;
    box-sizing: border-box;
    border-radius: 0;
}
textarea {
    height: 135px;
    padding: 15px 20px;
    font-family: "YakuHanJP", "Noto Sans JP", 游ゴシック体, "Yu Gothic",
        YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ,
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
    border: none;
    background-color: #f2f2f2;
    box-sizing: border-box;
    border-radius: 8px;
    vertical-align: top;
}
/* Webkit */
::-webkit-input-placeholder {
    color: #b8b8b8;
    opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
    color: #b8b8b8;
}
/* Firefox 19 以降 */
::-moz-placeholder {
    color: #b8b8b8;

    /* Firefox 19 以降のデフォルトでは */
    /* color ではなく opacity で色合いを調整しているため */
    /* 文字色を指定する場合、opacity を 1 にする必要がある */
    opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
    color: #b8b8b8 !important;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
    color: #b8b8b8;
}
/* Android chrome対策 */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    max-height: 100%;
}

.clear {
    clear: both;
}
.clearfix {
    zoom: 100%;
}
.clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
a {
    text-decoration: none;
}
a:link {
    color: #1f1f1f;
}
a:visited {
    color: #1f1f1f;
}
a.normal:link {
    color: #1f1f1f;
}
a.normal:visited {
    color: #1f1f1f;
}
a:hover {
    text-decoration: none;
}
a:active {
}
a.noline {
    text-decoration: none;
}
a.reverse {
    text-decoration: none;
}
a.reverse:hover {
    text-decoration: underline;
}
.linkBox {
    cursor: pointer;
}
body {
    text-align: center;
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}
a {
    /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}
.ov {
    transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ov:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)"; /* ie 8 */
    -moz-opacity: 0.7; /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7; /* Safari 1.x */
}
.ovImg:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70); /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)"; /* ie 8 */
    -moz-opacity: 0.7; /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7; /* Safari 1.x */
}
.nowrap {
    white-space: nowrap;
}
.mincho {
    font-family: "YakuHanMP", YuMincho, "游明朝", "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho ProN", "メイリオ", "HGS明朝E", "MS P 明朝",
        "MS PMincho", serif;
}
@media screen\0 {
    .mincho {
        font-family: "YakuHanMP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN",
            "メイリオ", "HGS明朝E", "MS P 明朝", "MS PMincho", serif;
    }
}
.gothic {
    font-family: "YakuHanJP", "Noto Sans JP", 游ゴシック体, "Yu Gothic",
        YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ,
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen\0 {
    .gothic {
        font-family: "YakuHanJP", "Noto Sans JP", メイリオ, Meiryo, Osaka,
            "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
}
.Oswald {
    font-family: "Oswald", sans-serif;
}
* {
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    input[type="text"],
    input[type="search"],
    input[type="tel"],
    input[type="url"],
    input[type="email"],
    input[type="password"],
    input[type="date"],
    input[type="number"] {
        height: 40px;
        padding: 5px 10px;
        font-size: 16px;
        border-radius: 5px;
    }
    select {
        height: 40px;
        padding: 5px 10px;
        font-size: 16px;
        border-radius: 5px;
    }
    textarea {
        height: 27.333333333333333vw;
        padding: 5px 10px;
        font-size: 16px;
        border-radius: 5px;
    }
}

/**********************************

 general

***********************************/
/* margin-bottom */
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb45 {
    margin-bottom: 45px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb55 {
    margin-bottom: 55px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb65 {
    margin-bottom: 65px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb75 {
    margin-bottom: 75px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb85 {
    margin-bottom: 85px;
}
.mb90 {
    margin-bottom: 90px;
}
.mb95 {
    margin-bottom: 95px;
}
.mb100 {
    margin-bottom: 100px;
}
.mb110 {
    margin-bottom: 110px;
}
.mb120 {
    margin-bottom: 120px;
}
/* margin-top */
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
/* margin-left */
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.ml45 {
    margin-left: 45px;
}
.ml50 {
    margin-left: 50px;
}
/* margin-right */
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.mr40 {
    margin-right: 40px;
}
.mr50 {
    margin-right: 50px;
}
/* padding-top */
.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pt50 {
    padding-top: 50px;
}
.pt60 {
    padding-top: 60px;
}
.pt70 {
    padding-top: 70px;
}
/* padding-bottom */
.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb50 {
    padding-bottom: 50px;
}
.pb55 {
    padding-bottom: 55px;
}
.pb60 {
    padding-bottom: 60px;
}
.pb70 {
    padding-bottom: 70px;
}
/* width */
.w10 {
    width: 10px;
}
.w20 {
    width: 20px;
}
.w30 {
    width: 30px;
}
.w40 {
    width: 40px;
}
.w50 {
    width: 50px;
}
.w60 {
    width: 60px;
}
.w70 {
    width: 70px;
}
.w80 {
    width: 80px;
}
.w90 {
    width: 90px;
}
.w100 {
    width: 100px;
}
.w110 {
    width: 110px;
}
.w120 {
    width: 120px;
}
.w130 {
    width: 130px;
}
.w140 {
    width: 140px;
}
.w150 {
    width: 150px;
}
.w200 {
    width: 200px;
}
.w240 {
    width: 240px;
}
.w250 {
    width: 250px;
}
.w300 {
    width: 300px;
}
.w350 {
    width: 350px;
}
.w400 {
    width: 400px;
}
.w450 {
    width: 450px;
}
.w500 {
    width: 500px;
}
.wfull {
    width: 100%;
}
.imgMax {
    max-width: none;
    width: 100%;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.veralignT {
    vertical-align: top;
}
.veralignM {
    vertical-align: middle;
}
.veralignB {
    vertical-align: bottom;
}
.indent {
    text-indent: -1em;
    padding-left: 1em;
}
.bold {
    font-weight: bold;
}
.red {
    color: #ff3f00;
}
.blue {
    color: #0d6db8;
}
.yellow {
    color: #ffff00;
}
.bgYellow {
    background-color: #fff100;
}
.marker {
    background: linear-gradient(transparent 60%, #ffbf00 60%);
}
@media screen\0 {
    .marker {
        font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka,
            "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
}
.underline {
    text-decoration: underline;
}
.large {
    font-size: 24px;
}
.large-x {
    font-size: 36px;
}
.small {
    font-size: 86%;
}
@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .large {
        font-size: 15px;
    }
    .large-x {
        font-size: 18px;
    }
}

/**********************************

 parts

***********************************/
.define_wrap {
    padding: 0 50px;
}

.define_inner {
    max-width: 100%;
    width: 980px;
    margin: 0 auto;
}

@media screen and (max-width: 1079px) {
    .define_wrap {
        padding: 0 4.62962962962963%;
    }
}

@media screen and (max-width: 767px) {
    .define_wrap {
        padding: 0 10%;
    }
}

/**********************************

 layout

***********************************/
body {
    height: auto !important;
}
body.is-fixed {
    position: fixed;
    width: 100%;
    /*height: 100%;*/
}
.l-wrap {
    position: relative;
    overflow: hidden;
}

.l-wrap.is-noneActive .l-main,
.l-wrap.is-noneActive .l-footer {
    pointer-events: none;
}

.l-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    background-color: rgba(12, 108, 184, 0.95);
    pointer-events: none;
    opacity: 0;
    transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-cover.is-active {
    opacity: 1;
    pointer-events: auto;
}

.l-main {
}

.l-pageTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 5;
}

@media screen and (max-width: 1023px) {
    .l-pageTop {
        width: 60px;
        bottom: 24px;
        right: 24px;
    }
}

@media screen and (max-width: 767px) {
    .l-wrap.top {
        padding-bottom: 50px;
    }

    .l-pageTop {
        width: 32px;
        bottom: 15px;
        right: 4%;
    }

    .l-wrap.top .l-pageTop {
        bottom: 65px;
    }
}

/**********************************

 l-humberger

***********************************/
@media screen and (max-width: 767px) {
    .l-humberger {
        width: 55px;
        height: 55px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 35;
        position: fixed;
    }

    .l-humberger a {
        display: block;
        width: 55px;
        height: 55px;
        overflow: visible;
        transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .l-humberger a.is-active {
        /*background-color: #000;*/
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: relative;
        width: 22px;
        height: 28px;
    }
    .menu-trigger span {
        position: absolute;
        left: 15px;
        width: 100%;
        height: 2px;
        background-color: #fff;
    }
    .menu-trigger.is-active span {
        background-color: #fff;
    }
    .menu-trigger span:nth-of-type(1) {
        width: 25px;
        top: 17px;
    }
    .menu-trigger span:nth-of-type(2) {
        width: 25px;
        top: 27px;
    }
    .menu-trigger span:nth-of-type(3) {
        width: 25px;
        bottom: 16px;
    }

    .menu-trigger.is-active span:nth-of-type(1) {
        width: 25px;
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }
    .menu-trigger.is-active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger.is-active span:nth-of-type(3) {
        width: 25px;
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }
}

/**********************************

 l-drawerMenu

***********************************/
@media screen and (max-width: 767px) {
    .l-drawerMenu {
        display: block;
        width: 100%;
        height: 100vh;
        padding: 0 4.666666666666667%;
        /*background-color: rgba(0,0,0,.9);*/
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        /*transform: translateX(105%);*/
        /*-webkit-transform: translateX(105%);*/
        pointer-events: none;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
        position: fixed;
    }

    .l-drawerMenu.is-active {
        opacity: 1;
        pointer-events: auto;
        /*transform: none;*/
        /*-webkit-transform: none;*/
    }

    .l-drawerMenu__inner {
        padding-top: 55px;
    }

    .l-drawerMenu__inner ul {
        border-top: 1px solid #fff;
    }

    .l-drawerMenu__inner ul li {
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid #fff;
    }

    .l-drawerMenu__inner ul li:last-child {
    }

    .l-drawerMenu__inner ul li a {
        display: block;
        padding: 16px 0;
        color: #fff;
        text-decoration: none;
    }
}

/**********************************

 l-header

***********************************/
.l-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    position: fixed;
}

.l-header__logo {
    margin-left: 50px;
}

.l-header__btnArea {
    display: flex;
}

.l-header__btnArea__doc {
    font-weight: bold;
}

.l-header__btnArea__doc a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 10px;
    color: #fff;
    /*	border-radius: 100px; */
}

.l-header__btnArea__doc a span {
    padding-left: 0px;
    position: relative;
    z-index: 1;
}

.l-header__btnArea__doc a span:before {
    content: "";
    display: block;
    /*	width: 24px; */
    height: 32px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.l-header__btnArea__doc2 {
    font-weight: bold;
}

.l-header__btnArea__doc2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 30px;
    margin: 0 20px 0 5px;
    color: #fff;
    border: 1px solid;
    border-radius: 100px;
}

.l-header__btnArea__doc2 a span {
    padding-left: 0px;
    position: relative;
    z-index: 1;
}

.l-header__btnArea__doc2 a span:before {
    content: "";
    display: block;
    width: 24px;
    height: 32px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.l-header__btnArea__contact {
    font-weight: bold;
}

.l-header__btnArea__contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 30px;
    margin: 0 10px;
    color: #333;
    background-color: #fff;
    border-radius: 100px;
}

.l-header__btnArea__contact a span {
    padding-left: 0px;
    position: relative;
    z-index: 1;
}

.l-header__btnArea__contact a span:before {
    content: "";
    display: block;
    width: 38px;
    height: 30px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.l-header__btn01 {
    margin-top: 1.428571428571429em;
    margin-right: 1.428571428571429em;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    right: 0;
    z-index: 1;
}

.l-header__btn01 a {
    display: block;
    padding: 0.285714285714286em 0.857142857142857em;
    color: #fff;
    /*	background-color: #fff; */
    border-radius: 100px;
}

.l-header__btn01 a span {
    padding-right: 1.571428571428571em;
    position: relative;
    z-index: 1;
}

.l-header__btn01 a span:before {
    content: "";
    display: block;
    width: 1em;
    height: 0.571428571428571em;
    /*	background: url(../images/icon_arr01.png) no-repeat left top; */
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.change-color {
    background-color: #fff;
}
.change-color2 {
    color: #333 !important;
}
.change-color3 {
    background-color: #00bfff !important;
    color: #fff !important;
}
.change-color4 {
    color: #333 !important;
}
.change-color5 {
    background-color: #333 !important;
}
.change-logo {
    width: 170px !important;
}
.adjust {
    display: block;
    margin-top: -40px;
    padding-top: 40px;
}
.yazirusi {
    display: flex;
    color: #fff;
}
.yazirusi::after {
    content: "";
    width: 20px;
    height: 5px;
    margin-top: 10px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: skew(45deg);
}

@media screen and (max-width: 1299px) {
    .l-header {
        height: 7.6923076923076925vw;
    }

    .l-header__logo {
        width: 12.153846153846153vw;
    }

    .l-header__btnArea__doc a {
        height: 7.6923076923076925vw;
        padding: 0 2.307692307692308vw;
    }

    .l-header__btnArea__doc a span {
        padding-left: 2.6153846153846154vw;
    }

    .l-header__btnArea__doc a span:before {
        width: 1.8461538461538463vw;
        height: 2.4615384615384617vw;
    }

    .l-header__btnArea__contact a {
        height: 7.6923076923076925vw;
        padding: 0 2.307692307692308vw;
    }

    .l-header__btnArea__contact a span {
        padding-left: 3.6923076923076925vw;
    }

    .l-header__btnArea__contact a span:before {
        width: 2.923076923076923vw;
        height: 2.307692307692308vw;
    }
}

@media screen and (max-width: 1079px) {
    .l-header__logo {
        margin-left: 4.62962962962963%;
    }

    .l-header__btn01 {
        font-size: 1.2962962962962963vw;
    }
}

@media screen and (max-width: 767px) {
    .l-header {
        display: block;
        height: auto;
        z-index: 30;
        /*		position: static; */
    }

    .l-header__logo {
        width: 25.333333333333336vw;
        margin: 4vw auto 0;
    }

    .l-header.sub .l-header__logo {
        width: 95px;
        margin: 20px auto 0;
    }

    .l-header__logo img {
        display: block;
    }

    .l-header__btnArea {
        display: none;
    }
}

/**********************************

 l-fixedContentSp

***********************************/

@media screen and (min-width: 768px) {
    .l-fixedContentSp {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .l-fixedContentSp {
        display: flex;
        width: 100%;
        height: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
    }

    .l-fixedContentSp__doc {
        width: 50%;
        font-size: 16px;
        font-weight: bold;
    }

    .l-fixedContentSp__doc a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        color: #fff;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a95ee+0,0e6fbb+100 */
        background: rgb(42, 149, 238); /* Old browsers */
        background: -moz-linear-gradient(
            top,
            rgba(42, 149, 238, 1) 0%,
            rgba(14, 111, 187, 1) 100%
        ); /* FF3.6-15 */
        background: -webkit-linear-gradient(
            top,
            rgba(42, 149, 238, 1) 0%,
            rgba(14, 111, 187, 1) 100%
        ); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(
            to bottom,
            rgba(42, 149, 238, 1) 0%,
            rgba(14, 111, 187, 1) 100%
        ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a95ee', endColorstr='#0e6fbb',GradientType=0 ); /* IE6-9 */
    }

    .l-fixedContentSp__doc a span {
        padding-left: 20px;
        position: relative;
        z-index: 1;
    }

    .l-fixedContentSp__doc a span:before {
        content: "";
        display: block;
        width: 14px;
        height: 19px;
        background: url(../images/icon_doc01.png) no-repeat left top;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .l-fixedContentSp__contact {
        width: 50%;
        font-size: 16px;
        font-weight: bold;
    }

    .l-fixedContentSp__contact a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        color: #fff;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#06d276+0,059e5b+100 */
        background: rgb(6, 210, 118); /* Old browsers */
        background: -moz-linear-gradient(
            top,
            rgba(6, 210, 118, 1) 0%,
            rgba(5, 158, 91, 1) 100%
        ); /* FF3.6-15 */
        background: -webkit-linear-gradient(
            top,
            rgba(6, 210, 118, 1) 0%,
            rgba(5, 158, 91, 1) 100%
        ); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(
            to bottom,
            rgba(6, 210, 118, 1) 0%,
            rgba(5, 158, 91, 1) 100%
        ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d276', endColorstr='#059e5b',GradientType=0 ); /* IE6-9 */
    }

    .l-fixedContentSp__contact a span {
        padding-left: 28px;
        position: relative;
        z-index: 1;
    }

    .l-fixedContentSp__contact a span:before {
        content: "";
        display: block;
        width: 21px;
        height: 16px;
        background: url(../images/icon_laptop02.png) no-repeat left top;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
}

@media screen and (max-width: 374px) {
    .l-fixedContentSp__doc {
        font-size: 4.266666666666667vw;
    }

    .l-fixedContentSp__contact {
        font-size: 4.266666666666667vw;
    }
}

/**********************************

 l-footer

***********************************/
.l-footer {
    background: url(../images/ft_bg01_pc.jpg) no-repeat center;
    background-size: cover;
}

.l-footer__inner {
    padding: 45px 0 50px;
}

.l-footer__inner__logo {
    margin: 0 auto 25px;
    text-align: center;
}

.l-footer__inner__copy {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .l-footer {
        background: url(../images/ft_bg01_sp.jpg) no-repeat center;
        background-size: cover;
    }

    .l-footer__inner {
        padding: 18px 0 25px;
    }

    .l-footer__inner__logo {
        width: 95px;
        margin: 0 auto 15px;
    }

    .l-footer__inner__logo img {
        display: block;
    }

    .l-footer__inner__copy {
        font-size: 9px;
    }
}

/**********************************

 c-title01

***********************************/
.c-title01 {
    margin-bottom: 50px;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

@media screen and (max-width: 1079px) {
    .c-title01 {
        font-size: 3.888888888888889vw;
    }
}

@media screen and (max-width: 767px) {
    .c-title01 {
        margin-bottom: 25px;
        font-size: 21px;
    }
}

@media screen and (max-width: 374px) {
    .c-title01 {
        font-size: 5.6000000000000005vw;
    }
}

/**********************************

 c-subHero

***********************************/
.c-subHero {
    background: url(../images/cv_bg01_pc.jpg) no-repeat center;
    background-size: cover;
    /*background-color: #d1ff03;*/
}

.c-subHero__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.c-subHero__inner__ttl {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .c-subHero__inner {
        height: 150px;
    }

    .c-subHero__inner__ttl {
        font-size: 18px;
    }
}

/**********************************

 c-btn01

***********************************/
a.c-btn01 {
    display: block;
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    line-height: 1.5;
    border-radius: 10px;
    box-shadow: 0px 5px 0px 0px #222222;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,333333+100 */
    background: rgb(102, 102, 102); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(102, 102, 102, 1) 0%,
        rgba(51, 51, 51, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(102, 102, 102, 1) 0%,
        rgba(51, 51, 51, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(102, 102, 102, 1) 0%,
        rgba(51, 51, 51, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (max-width: 767px) {
    a.c-btn01 {
        padding: 12px 15px;
        margin-bottom: 3px;
        font-size: 17px;
        border-radius: 6px;
        box-shadow: 0px 3px 0px 0px #222222;
    }
}

/**********************************

 c-form

***********************************/
.c-form {
    padding: 4.081632653061224% 3.061224489795918%;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
}

.c-form__content {
    margin-bottom: 30px;
}

.c-form__content dl {
    display: table;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
}

.c-form__content dl:first-child {
    border-top: 1px solid #e4e4e4;
}

.c-form__content dl dt {
    display: table-cell;
    width: 190px;
    padding: 8px 0;
    vertical-align: middle;
    border-right: 1px solid #e4e4e4;
}

.c-form__content dl dt .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 1.5;
}

.c-form__content dl dt .inner .name {
    font-size: 18px;
    font-weight: bold;
}

.c-form__content dl dt .inner .require {
    margin-left: 0.5em;
    color: #0c6cb8;
    font-size: 12px;
    font-weight: bold;
}

.c-form__content dl dt .inner .any {
    padding: 3px 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background-color: #00bfff;
}

.c-form__content dl dd {
    display: table-cell;
    padding-left: 30px;
    line-height: 1.5;
    vertical-align: middle;
}

.c-form__content dl dd .radioList {
    font-weight: bold;
    line-height: 1.5;
}

.c-form__content dl dd .radioList li {
    display: inline-block;
    margin-right: 1em;
}

.c-form__content dl dd .radioList li:last-child {
    margin-right: 0;
}

.c-form__note {
    margin-bottom: 25px;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
}

.c-form__note span {
    color: #0c6cb8;
}

.c-form__submit {
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
}

.c-form__submit button,
.c-form__confirmBtn__btn .submit {
    display: block;
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    line-height: 1.5;
    border-radius: 10px;
    box-shadow: 0px 5px 0px 0px #222222;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,333333+100 */
    background: rgb(102, 102, 102); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(102, 102, 102, 1) 0%,
        rgba(51, 51, 51, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(102, 102, 102, 1) 0%,
        rgba(51, 51, 51, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(102, 102, 102, 1) 0%,
        rgba(51, 51, 51, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.c-form__confirmBtn {
    display: flex;
    justify-content: center;
}

.c-form__confirmBtn__btn {
    width: 280px;
}

.c-form__confirmBtn__btn:first-child {
    margin-right: 30px;
}

.c-form__confirmBtn__btn .back {
    display: block;
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    line-height: 1.5;
    border-radius: 10px;
    box-shadow: 0px 5px 0px 0px #222222;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#999999+0,666666+100 */
    background: rgb(153, 153, 153); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(153, 153, 153, 1) 0%,
        rgba(102, 102, 102, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(153, 153, 153, 1) 0%,
        rgba(102, 102, 102, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(153, 153, 153, 1) 0%,
        rgba(102, 102, 102, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (max-width: 767px) {
    .c-form {
        padding: 5.882352941176471% 4.411764705882353%;
        border-radius: 6px;
        box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
    }

    .c-form__content {
        margin-bottom: 20px;
    }

    .c-form__content dl {
        display: block;
        width: auto;
        padding: 15px 0;
    }

    .c-form__content dl dt {
        display: block;
        width: auto;
        padding: 0;
        margin-bottom: 1em;
        border-right: none;
        box-shadow: none;
    }

    .c-form__content dl dt .inner {
        width: auto;
        position: relative;
    }

    .c-form__content dl dt .inner .name {
        font-size: 14px;
        text-align: center;
    }

    .c-form__content dl dt .inner .require {
        font-size: 9px;
    }

    .c-form__content dl dt .inner .any {
        font-size: 9px;
    }

    .c-form__content dl dd {
        display: block;
        padding: 0;
        box-shadow: none;
    }

    .c-form__content dl dd .radioList {
        font-weight: bold;
        line-height: 1.5;
    }

    .c-form__content dl dd .radioList li {
        margin-bottom: 0.5em;
    }

    .c-form__content dl dd .radioList li:last-child {
        margin-bottom: 0;
    }

    .c-form__note {
        margin-bottom: 15px;
        font-size: 9px;
    }

    .c-form__submit {
        width: 240px;
    }

    .c-form__submit button,
    .c-form__confirmBtn__btn .submit {
        padding: 12px 15px;
        margin-bottom: 3px;
        font-size: 16px;
        border-radius: 6px;
        box-shadow: 0px 3px 0px 0px #222222;
    }

    .c-form__confirmBtn {
        justify-content: space-between;
    }

    .c-form__confirmBtn__btn {
        width: 47.5%;
    }

    .c-form__confirmBtn__btn:first-child {
        margin-right: 0;
    }

    .c-form__confirmBtn__btn .back {
        padding: 12px 15px;
        margin-bottom: 3px;
        font-size: 16px;
        border-radius: 6px;
        box-shadow: 0px 3px 0px 0px #222222;
    }
}

/**********************************

 c-faq

***********************************/
.c-faq {
}

.c-faq dl {
    margin-bottom: 65px;
}

.c-faq dl:last-child {
    margin-bottom: 0;
}

.c-faq dl dt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

.c-faq dl dt .icon {
    width: 80px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    background-color: #0c6cb8;
    border-radius: 10px;
}

.c-faq dl dt .ttl {
    flex: 1;
    min-height: 80px;
    padding: 25px 30px;
    margin-left: 20px;
    color: #0c6cb8;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.05);
}

.c-faq dl dd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.c-faq dl dd .icon {
    width: 80px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    background-color: #1f1f1f;
    border-radius: 10px;
}

.c-faq dl dd .cont {
    flex: 1;
    min-height: 80px;
    padding: 25px 30px;
    margin-left: 20px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.05);
}

.c-faq dl dd .cont p {
}

.faqSec__inner__btn {
    width: 240px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .c-faq {
    }

    .c-faq dl {
        margin-bottom: 33px;
    }

    .c-faq dl dt {
        margin-bottom: 13px;
    }

    .c-faq dl dt .icon {
        width: 40px;
        font-size: 14px;
        line-height: 40px;
        border-radius: 6px;
    }

    .c-faq dl dt .ttl {
        flex: 1;
        min-height: 40px;
        padding: 9px 10px;
        margin-left: 10px;
        font-size: 14px;
        border-radius: 6px;
        box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
    }

    .c-faq dl dd .icon {
        width: 40px;
        font-size: 14px;
        line-height: 40px;
        border-radius: 6px;
    }

    .c-faq dl dd .cont {
        min-height: 40px;
        padding: 7px 10px;
        margin-left: 10px;
        border-radius: 6px;
        box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
    }

    .c-faq dl dd .cont p {
    }

    .faqSec__inner__btn {
        width: 190px;
    }
}

/**********************************

 c-completeSec

***********************************/
.c-completeSec {
    background-color: #fafafa;
}

.c-completeSec__inner {
    padding: 120px 0;
}

.c-completeSec__inner .intro {
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.c-completeSec__inner .back {
    max-width: 430px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .c-completeSec__inner {
        padding: 60px 0;
    }

    .c-completeSec__inner .intro {
        margin-bottom: 30px;
        font-size: 14px;
        text-align: center;
    }

    .c-completeSec__inner .back {
        max-width: 215px;
    }
}

/**********************************

 heroSec

***********************************/
.heroSec {
    background: url(../images/hero_bg01_pc.png) no-repeat center top;
    background-size: cover;
    background-color: #fafafa;
}

.heroSec__inner {
    width: 1200px;
    height: 695px;
    padding-top: 110px;
    position: relative;
    z-index: 1;
}

.heroSec__inner__content {
    display: flex;
    justify-content: space-between;
}

.heroSec__inner__content__body {
    white-space: nowrap;
}

.heroSec__inner__content__body .ttl {
    margin-bottom: 0.3em;
    color: #fff;
    /*	font-size: 77px; */
    font-size: 45px;
    font-weight: bold;
    line-height: 1.5;

    /*	background-color:rgba(43, 52, 182, 0.25);*/
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

.ttl2 {
    margin-bottom: 0.3em;
    color: #fff;
    /*	font-size: 77px; */
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;

    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

.zenei-moji {
    /*	color: #ffffff; */
    /*	font-size: 77px; */
    font-size: 46px;
    font-weight: bold;

    margin-top: -5px;
    margin-left: -20px;
    padding-bottom: -20px;
    color: #ffffff;
    text-shadow: 1px 1px 2px #333333;
    /*	background: linear-gradient(transparent 0, yellow 0);*/
}

.heroSec__inner__content__body .box {
    display: flex;
    align-items: flex-start;
    margin-top: 3%;
}

.heroSec__inner__content__body .box .txt01 {
    /*	margin-top: .4em; */
    margin-right: 1.25em;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    margin-top: -10px;
    margin-left: 40px;
}

.heroSec__inner__content__body .txt02,
.heroSec__inner__content__body .box .txt02 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.06em;
    border-bottom: 2px solid #ffffff;
    overflow: hidden;

    margin-top: 0%;
    width: 35%;
    text-align: center;
    margin-left: 5%;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

.heroSec__inner__content__body .txt02 .num,
.heroSec__inner__content__body .box .txt02 .num {
    display: inline-block;
    padding-bottom: 0.25em;
    margin: 0 0.1em;
    font-size: 72px;
    position: relative;
    z-index: 1;

    /*	text-shadow: 2px 2px 6px #ffee00;*/
    background: linear-gradient(transparent 100%, yellow 50%);
    opacity: 1;
}

.heroSec__inner__content__body .txt02 .num:before,
.heroSec__inner__content__body .box .txt02 .num:before {
    content: "";
    display: block;
    width: 500px;
    height: 2px;
    margin-right: 0.1em;
    background-color: #fff;
    position: absolute;
    top: 0.35em;
    right: 100%;
    z-index: 1;
}

.heroSec__inner__content__body .txt02 .num:after,
.heroSec__inner__content__body .box .txt02 .num:after {
    content: "";
    display: block;
    width: 500px;
    height: 2px;
    margin-left: 0.1em;
    background-color: #fff;
    position: absolute;
    top: 0.35em;
    left: 100%;
    z-index: 1;
}

.heroSec__inner__content__body .box .txt02 .unit {
    font-size: 32px;
}

.heroSec__inner__content__pic {
    flex: 1;
    margin: 5% -10.498% 0 -3%;
}
.zenei_gamen {
    /*	width:80%;
	margin-top:20px;
	margin-left:40px;*/
    width: 80%;
    margin-top: -40px;
    margin-left: 80px;
}

.heroSec__inner__btnArea {
    margin-bottom: 5%;
    position: absolute;
    bottom: 0;
    /*	left: 50%; */
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.heroSec__inner__btnArea__balloon {
    width: 28.61%;
    margin: -14% 0 0 -30%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.heroSec__inner__btnArea__btn {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.heroSec__inner__btnArea__btn a {
    display: block;
    padding: 0.77em 1.666666666666667em;
    color: #fff;
    text-align: center;
    box-shadow: 0px 0.208333333333333em 0px 0px #024526;
    border-radius: 100px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#06d276+0,059e5b+100 */
    background: rgb(6, 210, 118); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(6, 210, 118, 1) 0%,
        rgba(5, 158, 91, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(6, 210, 118, 1) 0%,
        rgba(5, 158, 91, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(6, 210, 118, 1) 0%,
        rgba(5, 158, 91, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d276', endColorstr='#059e5b',GradientType=0 ); /* IE6-9 */
}

.heroSec__inner__btnArea__btn a span {
    padding-left: 2.083333333333333em;
    position: relative;
    z-index: 1;
}

.heroSec__inner__btnArea__btn a span:before {
    content: "";
    display: block;
    width: 1.583333333333333em;
    height: 1.25em;
    background: url(../images/icon_laptop01.png) no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media screen and (max-width: 1299px) {
    .heroSec__inner {
        height: 53.461538461538462vw;
        padding-top: 8.461538461538462vw;
    }

    .heroSec__inner__content__body .ttl {
        font-size: 5.923076923076923vw;
    }

    .heroSec__inner__content__body .box .txt01 {
        font-size: 1.8461538461538463vw;
    }

    .heroSec__inner__content__body .box .txt02 {
        font-size: 1.6923076923076923vw;
    }

    .heroSec__inner__content__body .box .txt02 .num {
        font-size: 5.538461538461538vw;
    }

    .heroSec__inner__content__body .box .txt02 .unit {
        font-size: 2.4615384615384617vw;
    }

    .heroSec__inner__btnArea__btn {
        font-size: 1.8461538461538463vw;
    }
}

@media screen and (max-width: 767px) {
    .heroSec {
        padding: 0;
        background: url(../images/hero_bg01_sp.png) no-repeat center top;
        background-size: contain;
        background-color: #fafafa;
    }

    .heroSec__inner {
        width: auto;
        height: auto;
        padding-top: 14.666666666666667vw;
    }

    .heroSec__inner__content {
        display: block;
    }

    .heroSec__inner__content__body {
        white-space: nowrap;
        margin-bottom: 4%;
    }

    .heroSec__inner__content__body .ttl {
        margin-bottom: 0.4em;
        font-size: 7.466666666666668vw;
        text-align: center;
    }
    .ttl2 {
        font-size: 6.466666666666668vw;
        text-align: center;
    }

    .zenei-moji {
        color: #ffffff;
        /*	font-size: 77px; */
        font-size: 30px;
        font-weight: bold;

        margin-top: -40px;
        margin-left: 0px;
        text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    }

    .heroSec__inner__content__body .box {
        display: block;
        text-align: center;
    }

    .heroSec__inner__content__body .box .txt01 {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0.5em;
        font-size: 4.8vw;
        text-align: center;
    }

    .heroSec__inner__content__body .txt02,
    .heroSec__inner__content__body .box .txt02 {
        display: inline-block;
        font-size: 4.266666666666667vw;

        margin-top: 0%;
        width: 50%;
        text-align: center;
        margin-left: 25%;
    }

    .heroSec__inner__content__body .txt02 .num,
    .heroSec__inner__content__body .box .txt02 .num {
        font-size: 10.933333333333334vw;
    }

    .heroSec__inner__content__body .txt02 .num:before,
    .heroSec__inner__content__body .box .txt02 .num:before {
        top: 0.3em;
    }

    .heroSec__inner__content__body .txt02 .num:after,
    .heroSec__inner__content__body .box .txt02 .num:after {
        top: 0.3em;
    }

    .heroSec__inner__content__body .txt02 .unit,
    .heroSec__inner__content__body .box .txt02 .unit {
        font-size: 5.6000000000000005vw;
    }

    .heroSec__inner__content__pic {
        width: 92%;
        margin: 0 0 0 6%;
    }

    .heroSec__inner__btnArea {
        margin-top: -5%;
        margin-bottom: 0;
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        -webkit-transform: none;
    }

    .heroSec__inner__btnArea__balloon {
        width: 15.47%;
        margin: -6% 0 0 1.5%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .heroSec__inner__btnArea__btn {
        display: inline-block;
        font-size: 4.266666666666667vw;
    }

    .heroSec__inner__btnArea__btn a {
        display: block;
        padding: 3vw 6vw;
        margin-bottom: 3px;
        box-shadow: 0px 3px 0px 0px #024526;
    }

    .heroSec__inner__btnArea__btn a span {
        padding-left: 7vw;
    }

    .heroSec__inner__btnArea__btn a span:before {
        width: 5.6vw;
        height: 4.266666666666667vw;
        background: url(../images/icon_laptop02.png) no-repeat left top;
        background-size: contain;
    }

    .zenei_gamen {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }
}

/**********************************

 troubleSec

***********************************/
.troubleSec {
    background-color: #fafafa;
    position: relative;
    z-index: 1;
}

.troubleSec:before {
    content: "";
    display: block;
    width: 1320px;
    height: 205px;
    background: url(../images/trouble_pic01_pc.png) no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 125px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.troubleSec__inner {
    padding: 50px 0 30px;
}

.troubleSec__inner__list {
    margin-bottom: 60px;
}

.troubleSec__inner__list ul {
    text-align: center;
}

.troubleSec__inner__list ul li {
    display: inline-block;
    height: 66px;
    padding: 10px 20px;
    margin-left: 80px;
    font-size: 22px;
    font-weight: bold;
    background-color: #fff;
    box-shadow: 0px 3px 0px 0px #ededed;
    border-radius: 10px;
    position: relative;
    z-index: 1;

    margin-bottom: 34px;
}

.troubleSec__inner__list ul li:first-child {
    /*	margin-right: 40px; */
}

.troubleSec__inner__list ul li:nth-child(1),
.troubleSec__inner__list ul li:nth-child(3) {
    /*	margin-bottom: 34px; */
}

.troubleSec__inner__list ul li:before {
    content: "";
    display: block;
    width: 66px;
    height: 66px;
    position: absolute;
    top: 0;
    left: -80px;
    z-index: 1;
    border-radius: 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e72bb+0,49b3d8+100 */
    background: rgb(14, 114, 187); /* Old browsers */
    background: -moz-linear-gradient(
        left,
        rgba(14, 114, 187, 1) 0%,
        rgba(73, 179, 216, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        rgba(14, 114, 187, 1) 0%,
        rgba(73, 179, 216, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        rgba(14, 114, 187, 1) 0%,
        rgba(73, 179, 216, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e72bb', endColorstr='#49b3d8',GradientType=1 ); /* IE6-9 */
}

.troubleSec__inner__list ul li:after {
    content: "";
    display: block;
    width: 66px;
    height: 66px;
    background: url(../images/icon_check01.png) no-repeat center;
    background-size: 18px 14px;
    position: absolute;
    top: 0;
    left: -80px;
    z-index: 1;
}

.troubleSec__inner__copy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 776px;
    max-width: 100%;
    height: 320px;
    margin: 0 auto;
    background: url(../images/trouble_arr01_pc.png) no-repeat center;
    background-size: contain;
}

.troubleSec__inner__copy__txt {
    margin-top: 2%;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.troubleSec__inner__copy__txt .txt01 {
    font-size: 34px;
}

.troubleSec__inner__copy__txt .txt01 span {
    font-size: 38px;
}

@media screen and (max-width: 767px) {
    .troubleSec {
    }

    .troubleSec:before {
        display: none;
    }

    .troubleSec__inner {
        padding: 35px 0 15px;
    }

    .troubleSec__inner__list {
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
    }

    .troubleSec__inner__list:before {
        content: "";
        display: block;
        width: calc(100% + 25%);
        height: 25.866666666666667vw;
        /*margin: 0 -12.5%;*/
        background: url(../images/trouble_pic01_sp.png) no-repeat center;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        z-index: -1;
    }

    .troubleSec__inner__list ul {
        text-align: center;
    }

    .troubleSec__inner__list ul li {
        display: inline-block;
        height: auto;
        min-height: 40px;
        padding: 7px 10px;
        margin-left: 50px;
        font-size: 16px;
        line-height: 1.5;
        border-radius: 6px;
    }

    .troubleSec__inner__list ul li:first-child {
        margin-right: 40px;
    }

    .troubleSec__inner__list ul li:nth-child(1),
    .troubleSec__inner__list ul li:nth-child(3) {
        margin-bottom: 20px;
    }

    .troubleSec__inner__list ul li:before {
        width: 40px;
        height: 40px;
        left: -50px;
        border-radius: 6px;
    }

    .troubleSec__inner__list ul li:after {
        width: 40px;
        height: 40px;
        background: url(../images/icon_check02.png) no-repeat center;
        background-size: 12px 9px;
        left: -50px;
    }

    .troubleSec__inner__copy {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        max-width: none;
        height: 180px;
        /*height: 48vw;*/
        margin: 0 -12.5%;
        background: url(../images/trouble_arr01_sp.png) no-repeat center;
        background-size: 100% 180px;
    }

    .troubleSec__inner__copy__txt {
        margin-top: 0;
        font-size: 16px;
    }

    .troubleSec__inner__copy__txt .txt01 {
        font-size: 20px;
    }

    .troubleSec__inner__copy__txt .txt01 span {
        font-size: 22px;
    }
}

/**********************************

 reasonSec

***********************************/
.reasonSec {
    background-color: #fafafa;
}

.reasonSec__inner {
    padding: 30px 0 40px;
}

.reasonSec__inner__list {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.reasonSec__inner__list__item {
    width: 28.571428571428571%;
    position: relative;
    z-index: 1;
}

.reasonSec__inner__list__item .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e72bb+0,49b3d8+100 */
    background: rgb(14, 114, 187); /* Old browsers */
    background: -moz-linear-gradient(
        left,
        rgba(14, 114, 187, 1) 0%,
        rgba(73, 179, 216, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        rgba(14, 114, 187, 1) 0%,
        rgba(73, 179, 216, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        rgba(14, 114, 187, 1) 0%,
        rgba(73, 179, 216, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e72bb', endColorstr='#49b3d8',GradientType=1 ); /* IE6-9 */
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.reasonSec__inner__list__item .pic {
    margin-bottom: 23px;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
}

.reasonSec__inner__list__item .body {
    padding: 15px 10.714285714285714% 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
}

.reasonSec__inner__list__item .body .ttl {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
}

.reasonSec__inner__list__item .body .cont {
}

.reasonSec__inner__list__item .body .cont p {
}

@media screen and (max-width: 1023px) {
    .reasonSec__inner__list__item {
        width: 30%;
    }

    .reasonSec__inner__list__item .body .ttl {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .reasonSec__inner {
        padding: 15px 0 15px;
    }

    .reasonSec__inner__list {
        display: block;
        padding-top: 15px;
    }

    .reasonSec__inner__list__item {
        width: auto;
        margin-bottom: 45px;
    }

    .reasonSec__inner__list__item:last-child {
        margin-bottom: 0;
    }

    .reasonSec__inner__list__item .num {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        border-radius: 6px;
        box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
    }

    .reasonSec__inner__list__item .pic {
        margin-bottom: 20px;
        box-shadow: none;
    }

    .reasonSec__inner__list__item .body {
        padding: 15px 6.666666666666667% 15px;
        border-radius: 6px;
        box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
    }

    .reasonSec__inner__list__item .body .ttl {
        padding-bottom: 12px;
        margin-bottom: 12px;
        font-size: 16px;
    }

    .reasonSec__inner__list__item .body .cont {
    }

    .reasonSec__inner__list__item .body .cont p {
    }
}

/**********************************

 caseSec

***********************************/
.caseSec {
    background-color: #fafafa;
}

.caseSec__inner {
    padding: 40px 0 40px;
}

.caseSec__inner__list {
}

.caseSec__inner__list__sec {
    display: flex;
    justify-content: space-between;
    padding: 3.061224489795918%;
    margin-bottom: 53px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
}

.caseSec__inner__list__sec:last-child {
    margin-bottom: 0;
}

.caseSec__inner__list__sec .pic {
    width: 30.434782608695652%;
}

.caseSec__inner__list__sec .pic2 {
    width: 20%;
    margin: 0 auto;
}
.caseSec__inner__list__sec .pic3 {
    width: 10%;
    margin: 0 auto;
}
.caseSec__inner__list__sec .pic4 {
    width: 15%;
    margin: 0 auto;
}

.caseSec__inner__list__sec .content {
    width: 66.304347826086957%;
}

.caseSec__inner__list__sec .content .head {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    line-height: 1.5;
}

.caseSec__inner__list__sec .content .head .left {
    width: 170px;
    padding-right: 1em;
    border-right: 1px solid #e9e9e9;
}

.caseSec__inner__list__sec .content .head .left p {
    margin-bottom: 0.25em;
    font-weight: bold;
}

.caseSec__inner__list__sec .content .head .left p:last-child {
    margin-bottom: 0;
}

.caseSec__inner__list__sec .content .head .right {
    flex: 1;
    padding-left: 30px;
}

.caseSec__inner__list__sec .content .head .right p {
    font-weight: bold;
}

.caseSec__inner__list__sec .content .head .right p .num {
    font-size: 32px;
    line-height: 1;
}

.caseSec__inner__list__sec .content .head .right p .inlineBlock {
    display: inline-block;
}

.caseSec__inner__list__sec .content .body {
    line-height: 1.5;
}

.caseSec__inner__list__sec .content .body .ttl {
    padding: 9px 20px;
    margin-bottom: 15px;
    color: #0c6cb8;
    font-size: 18px;
    font-weight: bold;
    background-color: #f1f9fe;
    border-radius: 10px;
}

.caseSec__inner__list__sec .content2 {
    width: 73.304347826086957%;
}

.caseSec__inner__list__sec .content2 .head {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    line-height: 1.5;
}

.caseSec__inner__list__sec .content2 .head .left {
    width: 170px;
    padding-right: 1em;
    border-right: 1px solid #e9e9e9;
}

.caseSec__inner__list__sec .content2 .head .left p {
    margin-bottom: 0.25em;
    font-weight: bold;
}

.caseSec__inner__list__sec .content2 .head .left p:last-child {
    margin-bottom: 0;
}

.caseSec__inner__list__sec .content2 .head .right {
    flex: 1;
    padding-left: 30px;
}

.caseSec__inner__list__sec .content2 .head .right p {
    font-weight: bold;
}

.caseSec__inner__list__sec .content2 .head .right p .num {
    font-size: 32px;
    line-height: 1;
}

.caseSec__inner__list__sec .content2 .head .right p .inlineBlock {
    display: inline-block;
}

.caseSec__inner__list__sec .content2 .body {
    line-height: 1.5;
}

.caseSec__inner__list__sec .content2 .body .ttl {
    padding: 9px 20px;
    margin-bottom: 15px;
    color: #0c6cb8;
    font-size: 18px;
    font-weight: bold;
    background-color: #f1f9fe;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .caseSec__inner {
        padding: 15px 0 15px;
    }

    .caseSec__inner__list {
    }

    .caseSec__inner__list__sec {
        display: block;
        padding: 6.666666666666667%;
        margin-bottom: 33px;
        border-radius: 6px;
    }

    .caseSec__inner__list__sec:last-child {
        margin-bottom: 0;
    }

    .caseSec__inner__list__sec .pic {
        width: auto;
        margin-bottom: 20px;
    }

    .caseSec__inner__list__sec .pic2 {
        display: none;
    }
    .caseSec__inner__list__sec .pic3 {
        display: none;
    }
    .caseSec__inner__list__sec .pic4 {
        display: none;
    }

    .caseSec__inner__list__sec .content {
        width: auto;
    }

    .caseSec__inner__list__sec .content .head {
        display: block;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    .caseSec__inner__list__sec .content .head .left {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: auto;
        padding-right: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-right: none;
        border-bottom: 1px solid #e9e9e9;
    }

    .caseSec__inner__list__sec .content .head .left p {
        margin-right: 1em;
        margin-bottom: 0;
        font-size: 12px;
        text-align: center;
    }

    .caseSec__inner__list__sec .content .head .left p:last-child {
        margin-right: 0;
    }

    .caseSec__inner__list__sec .content .head .right {
        padding-left: 0;
    }

    .caseSec__inner__list__sec .content .head .right p {
        font-size: 12px;
        text-align: center;
    }

    .caseSec__inner__list__sec .content .head .right p .num {
        font-size: 20px;
    }

    .caseSec__inner__list__sec .content .body {
        line-height: 1.5;
    }

    .caseSec__inner__list__sec .content .body .ttl {
        padding: 9px 15px;
        margin-bottom: 10px;
        font-size: 16px;
        text-align: center;
        border-radius: 6px;
    }

    .caseSec__inner__list__sec .content2 {
        width: auto;
    }

    .caseSec__inner__list__sec .content2 .head {
        display: block;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    .caseSec__inner__list__sec .content2 .head .left {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: auto;
        padding-right: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-right: none;
        border-bottom: 1px solid #e9e9e9;
    }

    .caseSec__inner__list__sec .content2 .head .left p {
        margin-right: 1em;
        margin-bottom: 0;
        font-size: 12px;
        text-align: center;
    }

    .caseSec__inner__list__sec .content2 .head .left p:last-child {
        margin-right: 0;
    }

    .caseSec__inner__list__sec .content2 .head .right {
        padding-left: 0;
    }

    .caseSec__inner__list__sec .content2 .head .right p {
        font-size: 12px;
        text-align: center;
    }

    .caseSec__inner__list__sec .content .head .right p .num {
        font-size: 20px;
    }

    .caseSec__inner__list__sec .content2 .body {
        line-height: 1.5;
    }

    .caseSec__inner__list__sec .content2 .body .ttl {
        padding: 9px 15px;
        margin-bottom: 10px;
        font-size: 16px;
        text-align: center;
        border-radius: 6px;
    }
}

/**********************************

 functionSec

***********************************/
.functionSec {
    background-color: #fafafa;
}

.functionSec__inner {
    padding: 40px 0 90px;
}

.functionSec__inner__list {
}

.functionSec__inner__list__sec {
    margin-bottom: 63px;
}

.functionSec__inner__list__sec:last-child {
    margin-bottom: 0;
}

.functionSec__inner__list__sec .head {
    padding: 20px 60px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    background-color: #0c6cb8;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.functionSec__inner__list__sec .head i {
    width: 32px;
    height: 32px;
    background-color: #0b5c9f;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.functionSec__inner__list__sec .head i:before {
    content: "";
    width: 12px;
    height: 2px;
    background-color: #f7f7f7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.functionSec__inner__list__sec .head i:after {
    content: "";
    width: 2px;
    height: 12px;
    background-color: #f7f7f7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.functionSec__inner__list__sec .head.is-active i:after {
    margin-top: -1em;
    opacity: 0;
}

.functionSec__inner__list__sec .body {
    display: none;
}

/*.functionSec__inner__list__sec:first-child .body {*/
/*display: block;*/
/*}*/

.functionSec__inner__list__sec .body .inner {
    padding: 4.081632653061224% 3.061224489795918%;
    margin-top: 33px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
}

.functionSec__inner__list__sec .body .inner .list {
    overflow: hidden;
}

.functionSec__inner__list__sec .body .inner .list__inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px -30px;
}

.functionSec__inner__list__sec .body .inner .sec {
    width: 33.3333334%;
    padding: 0 12px 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}

.functionSec__inner__list__sec .body .inner .sec.column1 {
    width: 100%;
}

.functionSec__inner__list__sec .body .inner .sec.column2 {
    width: 50%;
}

.functionSec__inner__list__sec .body .inner .sec .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 10px;
    margin-bottom: 15px;
    color: #0c6cb8;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    background-color: #f1f9fe;
    border-radius: 10px;
}

.functionSec__inner__list__sec .body .inner .sec p {
}

@media screen and (max-width: 767px) {
    .functionSec {
    }

    .functionSec__inner {
        padding: 20px 0 35px;
    }

    .functionSec__inner__list {
    }

    .functionSec__inner__list__sec {
        margin-bottom: 33px;
    }

    .functionSec__inner__list__sec:last-child {
        margin-bottom: 0;
    }

    .functionSec__inner__list__sec .head {
        padding: 11px 40px;
        font-size: 16px;
        box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
        border-radius: 6px;
    }

    .functionSec__inner__list__sec .head i {
        width: 22px;
        height: 22px;
        right: 15px;
    }

    .functionSec__inner__list__sec .head i:before {
        width: 9px;
    }

    .functionSec__inner__list__sec .head i:after {
        height: 9px;
    }

    .functionSec__inner__list__sec .body .inner {
        padding: 6.666666666666667% 6.666666666666667%;
        margin-top: 23px;
        border-radius: 6px;
        box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
    }

    .functionSec__inner__list__sec .body .inner .list {
        overflow: hidden;
    }

    .functionSec__inner__list__sec .body .inner .list__inner {
        display: block;
        margin: 0;
    }

    .functionSec__inner__list__sec .body .inner .sec {
        width: auto;
        padding: 0;
        margin-bottom: 20px;
        border-bottom: none;
    }

    .functionSec__inner__list__sec .body .inner .sec.column1 {
        width: auto;
    }

    .functionSec__inner__list__sec .body .inner .sec.column2 {
        width: auto;
    }

    .functionSec__inner__list__sec .body .inner .sec .ttl {
        display: block;
        padding: 10px 10px;
        margin-bottom: 12px;
        font-size: 16px;
        border-radius: 6px;
    }

    .functionSec__inner__list__sec .body .inner .sec p {
    }
}

/**********************************

 cvSec

***********************************/
.cvSec {
    background: url(../images/cv_bg01_pc.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.cvSec:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/cv_bg02.png) no-repeat center bottom;
    background-size: 1198px 282px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.cvSec__inner {
    padding: 30px 0 50px;
}

.cvSec__inner__ttl {
    margin-bottom: 25px;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.cvSec__inner__btnArea {
    display: flex;
    justify-content: center;
}

.cvSec__inner__btnArea__doc {
    width: 360px;
    margin-right: 40px;
    font-size: 24px;
    font-weight: bold;
}

.cvSec__inner__btnArea__doc a {
    display: block;
    padding: 28px 15px;
    color: #fff;
    text-align: center;
    box-shadow: 0px 5px 0px 0px #021e47;
    border-radius: 12px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a95ee+0,0e6fbb+100 */
    background: rgb(42, 149, 238); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(42, 149, 238, 1) 0%,
        rgba(14, 111, 187, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(42, 149, 238, 1) 0%,
        rgba(14, 111, 187, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(42, 149, 238, 1) 0%,
        rgba(14, 111, 187, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a95ee', endColorstr='#0e6fbb',GradientType=0 ); /* IE6-9 */
}

.cvSec__inner__btnArea__doc a span {
    padding-left: 36px;
    position: relative;
    z-index: 1;
}

.cvSec__inner__btnArea__doc a span:before {
    content: "";
    display: block;
    width: 24px;
    height: 32px;
    background: url(../images/icon_doc01.png) no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.cvSec__inner__btnArea__contact {
    width: 360px;
    font-size: 24px;
    font-weight: bold;
}

.cvSec__inner__btnArea__contact a {
    display: block;
    padding: 28px 15px;
    color: #fff;
    text-align: center;
    box-shadow: 0px 5px 0px 0px #021e47;
    border-radius: 12px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#06d276+0,059e5b+100 */
    background: rgb(6, 210, 118); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(6, 210, 118, 1) 0%,
        rgba(5, 158, 91, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(6, 210, 118, 1) 0%,
        rgba(5, 158, 91, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(6, 210, 118, 1) 0%,
        rgba(5, 158, 91, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d276', endColorstr='#059e5b',GradientType=0 ); /* IE6-9 */
}

.cvSec__inner__btnArea__contact a span {
    padding-left: 48px;
    position: relative;
    z-index: 1;
}

.cvSec__inner__btnArea__contact a span:before {
    content: "";
    display: block;
    width: 38px;
    height: 30px;
    background: url(../images/icon_laptop01.png) no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .cvSec {
        background: url(../images/cv_bg01_sp.jpg) no-repeat center;
        background-size: cover;
    }

    .cvSec:before {
        display: none;
    }

    .cvSec__inner {
        padding: 20px 0 28px;
    }

    .cvSec__inner__ttl {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .cvSec__inner__btnArea {
        display: block;
        max-width: 240px;
        margin: 0 auto;
    }

    .cvSec__inner__btnArea__doc {
        width: auto;
        margin-right: 0;
        margin-bottom: 23px;
        font-size: 16px;
    }

    .cvSec__inner__btnArea__doc a {
        padding: 11px 15px;
        box-shadow: 0px 3px 0px 0px #021e47;
        border-radius: 6px;
    }

    .cvSec__inner__btnArea__doc a span {
        padding-left: 20px;
    }

    .cvSec__inner__btnArea__doc a span:before {
        width: 14px;
        height: 19px;
    }

    .cvSec__inner__btnArea__contact {
        width: auto;
        font-size: 16px;
    }

    .cvSec__inner__btnArea__contact a {
        padding: 11px 15px;
        box-shadow: 0px 3px 0px 0px #021e47;
        border-radius: 6px;
    }

    .cvSec__inner__btnArea__contact a span {
        padding-left: 28px;
    }

    .cvSec__inner__btnArea__contact a span:before {
        width: 21px;
        height: 16px;
        background: url(../images/icon_laptop02.png) no-repeat left top;
        background-size: contain;
    }
}

@media screen and (max-width: 374px) {
    .cvSec__inner__ttl {
        font-size: 3.733333333333334vw;
    }
}

/**********************************

 voiceSec

***********************************/
.voiceSec {
    background-color: #fafafa;
}

.voiceSec__inner {
    padding: 80px 0 45px;
}

.voiceSec__inner__list {
}

.voiceSec__inner__list__sec {
    display: flex;
    justify-content: space-between;
    padding: 3.061224489795918%;
    margin-bottom: 53px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
}

.voiceSec__inner__list__sec:last-child {
    margin-bottom: 0;
}

.voiceSec__inner__list__sec:nth-child(even) {
    flex-direction: row-reverse;
}

.voiceSec__inner__list__sec .pic {
    width: 30.434782608695652%;
}

.voiceSec__inner__list__sec .content {
    width: 66.304347826086957%;
}

.voiceSec__inner__list__sec .content .body {
}

.voiceSec__inner__list__sec .content .body .ttl {
    padding: 9px 20px;
    margin-bottom: 15px;
    color: #0c6cb8;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    background-color: #f1f9fe;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .voiceSec {
    }

    .voiceSec__inner {
        padding: 35px 0 20px;
    }

    .voiceSec__inner__list__sec {
        display: block;
        padding: 6.666666666666667%;
        margin-bottom: 33px;
        border-radius: 6px;
    }

    .voiceSec__inner__list__sec:last-child {
        margin-bottom: 0;
    }

    .voiceSec__inner__list__sec .pic {
        width: auto;
        margin-bottom: 20px;
    }

    .voiceSec__inner__list__sec .content {
        width: auto;
    }

    .voiceSec__inner__list__sec .content .head {
        display: block;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    .voiceSec__inner__list__sec .content .head .left {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: auto;
        padding-right: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-right: none;
        border-bottom: 1px solid #e9e9e9;
    }

    .voiceSec__inner__list__sec .content .head .left p {
        margin-right: 1em;
        margin-bottom: 0;
        font-size: 12px;
        text-align: center;
    }

    .voiceSec__inner__list__sec .content .head .left p:last-child {
        margin-right: 0;
    }

    .voiceSec__inner__list__sec .content .head .right {
        padding-left: 0;
    }

    .voiceSec__inner__list__sec .content .head .right p {
        font-size: 12px;
        text-align: center;
    }

    .voiceSec__inner__list__sec .content .head .right p .num {
        font-size: 20px;
    }

    .voiceSec__inner__list__sec .content .body {
    }

    .voiceSec__inner__list__sec .content .body .ttl {
        padding: 9px 15px;
        margin-bottom: 10px;
        font-size: 16px;
        text-align: center;
        border-radius: 6px;
    }
}

/**********************************

 planSec

***********************************/
.planSec {
    background-color: #fafafa;
}

.planSec__inner {
    padding: 45px 0 45px;
}

.planSec__inner__table {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

/* プロフェッショナルプラン下部の枠デザイン描画 */
.planSec__inner__table:before {
    content: "";
    display: block;
    width: 33.4%;
    height: 20px;
    box-sizing: border-box;
    background-color: #f1f9fe;
    border-left: 2px solid #1c91f0;
    border-right: 2px solid #1c91f0;
    border-bottom: 2px solid #1c91f0;
    border-radius: 0 0 12px 12px;
    position: absolute;
    bottom: 0;
    left: 66.6%;
    z-index: 1;
}

.planSec__inner__table table {
    width: 100%;
    border-spacing: 0;
}

.planSec__inner__table table thead tr th {
    width: 25%;
    padding: 17px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background-color: #444;
}

.planSec__inner__table table thead tr th:nth-child(1) {
    border-radius: 12px 0 0 0;
}

/* 料金プランのフリープラン・タイトル部分デザイン描画 */
.planSec__inner__table table thead tr th:nth-child(2) {
    padding: 17px 10px;
    text-align: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e72bb+0,4fbadb+100 */
    background: rgb(14, 147, 187); /* Old browsers */
    background: -moz-linear-gradient(
        left,
        rgb(14, 147, 187, 1) 0%,
        rgba(79, 186, 219, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        rgba(14, 147, 187, 1) 0%,
        rgba(79, 186, 219, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        rgba(14, 147, 187, 1) 0%,
        rgba(79, 186, 219, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e72bb', endColorstr='#4fbadb',GradientType=1 ); /* IE6-9 */
}

/* プロフェッショナルプランのタイトル部分 */
.planSec__inner__table table thead tr th:nth-child(3) {
    padding: 17px 10px;
    text-align: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e72bb+0,4fbadb+100 */
    background: rgb(14, 114, 187); /* Old browsers */
    background: -moz-linear-gradient(
        left,
        rgba(14, 114, 187, 1) 0%,
        rgba(79, 186, 219, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        rgba(14, 114, 187, 1) 0%,
        rgba(79, 186, 219, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        rgba(14, 114, 187, 1) 0%,
        rgba(79, 186, 219, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e72bb', endColorstr='#4fbadb',GradientType=1 ); /* IE6-9 */
}

.planSec__inner__table table thead tr th:nth-child(3) .logo {
    text-align: center;
    position: relative;
    margin-left: -10px;
    z-index: 1;
}

/* 料金プランの上部デザイン描画 */
.planSec__inner__table table thead tr th:nth-child(3) .logo:before {
    content: "";
    display: block;
    width: 100%;
    padding-left: 10px;
    height: 25px;
    border-radius: 12px 12px 0 0;
    position: absolute;
    top: -30px;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e72bb+0,4fbadb+100 */
    background: rgb(14, 114, 187); /* Old browsers */
    background: -moz-linear-gradient(
        left,
        rgba(14, 114, 187, 1) 0%,
        rgba(79, 186, 219, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        rgba(14, 114, 187, 1) 0%,
        rgba(79, 186, 219, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        rgba(14, 114, 187, 1) 0%,
        rgba(79, 186, 219, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e72bb', endColorstr='#4fbadb',GradientType=1 ); /* IE6-9 */
}

.planSec__inner__table table thead tr th:nth-child(3) .logo img {
    display: block;
    margin: 0 auto;
}

.planSec__inner__table table tbody tr th {
    padding: 21px 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
}

.planSec__inner__table table tbody tr:last-child th {
    border-radius: 0 0 0 12px;
    border-bottom: none;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
}

.planSec__inner__table table tbody tr td {
    background-color: #fff;
    letter-spacing: normal;
}

.planSec__inner__table table tbody tr:first-child td {
    color: #777777;
    font-size: 18px;
    font-weight: bold;
}

.planSec__inner__table table tbody tr:first-child td:last-child {
    color: #444444;
}

.planSec__inner__table table tbody tr:first-child td .box {
    text-align: center;
}

.planSec__inner__table table tbody tr:first-child td:nth-child(2),
.planSec__inner__table table tbody tr:nth-child(2) td:nth-child(2) {
    padding: 0 20px;
    color: #0c6cb8;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #f1f9fe;
    /*	border-top: 1px solid #1c91f0;*/
    border-left: 1px solid #1c91f0;
    border-right: 1px solid #1c91f0;
}

.planSec__inner__table table tbody tr:first-child td:nth-child(3),
.planSec__inner__table table tbody tr:nth-child(2) td:nth-child(3) {
    padding: 0 20px;
    color: #0c6cb8;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #f1f9fe;
    /*	border-top: 1px solid #1c91f0;*/
    border-left: 1px solid #1c91f0;
    border-right: 2px solid #1c91f0;
}

.planSec__inner__table table tbody tr:first-child td:nth-child(2) .line,
.planSec__inner__table table tbody tr:first-child td:nth-child(3) .line,
.planSec__inner__table table tbody tr:nth-child(2) td:nth-child(2) .line,
.planSec__inner__table table tbody tr:nth-child(2) td:nth-child(3) .line {
    padding: 11px 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #b5e0fb;
}

.planSec__inner__table table tbody tr:first-child td:nth-child(2) .en,
.planSec__inner__table table tbody tr:first-child td:nth-child(3) .en {
    font-size: 22px;
}

.planSec__inner__table table tbody tr:first-child td:nth-child(2) .num,
.planSec__inner__table table tbody tr:first-child td:nth-child(3) .num {
    text-align: center;
    font-size: 26px;
}

.planSec__inner__table table tbody tr:nth-child(3) td:nth-child(2) {
    padding: 0;
    background-color: #f1f9fe;
    border-left: 1px solid #1c91f0;
    border-right: 1px solid #1c91f0;
    border-bottom: 1px solid #1c91f0;
}
.planSec__inner__table table tbody tr:nth-child(3) td:nth-child(3) {
    padding: 0;
    background-color: #f1f9fe;
    border-left: 1px solid #1c91f0;
    border-right: 2px solid #1c91f0;
}

.planSec__inner__table table tbody tr:nth-child(2) td:nth-child(3) .box,
.planSec__inner__table table tbody tr:nth-child(3) td:nth-child(3) .box {
    height: 100%;
}

.planSec__inner__table table tbody tr:nth-child(3) td:nth-child(2) .box .txt01,
.planSec__inner__table table tbody tr:nth-child(3) td:nth-child(3) .box .txt01 {
    margin-bottom: 0.8em;
    color: #333;
    font-size: 18px;
    /*	font-weight: bold; */
    text-align: center;
    line-height: 1.5;
}

.planSec__inner__table table tbody tr:last-child td:nth-child(2),
.planSec__inner__table table tbody tr:last-child td:nth-child(3) {
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
}

/* 右下を丸くするのを取る */
.planSec__inner__table table tbody tr:last-child td:last-child {
    /*	border-radius: 0 0 12px 0; */
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
}

.planSec__inner__table table tbody tr td:last-child {
    border-left: 1px solid #e4e4e4;
}

@media screen and (max-width: 1023px) {
    .planSec__inner__table table thead tr th {
        font-size: 16px;
    }

    .planSec__inner__table table tbody tr th {
        padding: 21px 10px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .planSec {
        padding: 0 4.666666666666667%;
    }

    .planSec__inner {
        padding: 22px 0 22px;
    }

    .planSec__inner__table {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .planSec__inner__table:before {
        content: "";
        display: block;
        width: 37.7%;
        height: 20px;
        box-sizing: border-box;
        background-color: #f1f9fe;
        border-left: 2px solid #1c91f0;
        border-right: 2px solid #1c91f0;
        border-bottom: 2px solid #1c91f0;
        border-radius: 0 0 12px 12px;
        position: absolute;
        bottom: 0;
        left: 62.25%;
        z-index: 1;
    }

    .planSec__inner__table table thead tr th {
        padding: 10px 3px;
        font-size: 12px;
        letter-spacing: -0.04em;
    }

    .planSec__inner__table table thead tr th:nth-child(1) {
        border-radius: 6px 0 0 0;
    }

    .planSec__inner__table table thead tr th:nth-child(2) .logo {
        padding: 3px 5px 0;
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .planSec__inner__table table thead tr th:nth-child(2) .logo:before {
        height: 11px;
        border-radius: 6px 6px 0 0;
        top: -10px;
    }

    .planSec__inner__table table thead tr th:nth-child(2) .logo img {
        width: 73px;
        max-width: 100%;
    }

    .planSec__inner__table table thead tr th:nth-child(4) {
        border-radius: 0 6px 0 0;
    }

    .planSec__inner__table table tbody tr th {
        padding: 10px 3px;
        font-size: 12px;
    }

    .planSec__inner__table table tbody tr:last-child th {
        border-radius: 0 0 0 6px;
    }

    .planSec__inner__table table tbody tr td .priceBox01 {
        width: 75px;
        padding: 24px 5px;
    }

    .planSec__inner__table table tbody tr:nth-child(2) td .priceBox01 {
        border-radius: 3px 3px 0 0;
    }

    .planSec__inner__table table tbody tr:nth-child(2) td .priceBox01:before {
        border-width: 0 5px 5px 5px;
        top: -5px;
    }

    .planSec__inner__table table tbody tr:nth-child(n + 3) td .priceBox01,
    .planSec__inner__table table tbody tr:last-child td .priceBox01 {
        padding: 24px 5px;
    }

    .planSec__inner__table table tbody tr td .priceBox02 {
        width: 75px;
        padding: 24px 5px;
    }

    .planSec__inner__table table tbody tr:nth-child(2) td .priceBox02 {
        border-radius: 3px 3px 0 0;
    }

    .planSec__inner__table table tbody tr:nth-child(2) td .priceBox02:before {
        border-width: 0 5px 5px 5px;
        top: -5px;
    }

    .planSec__inner__table table tbody tr:nth-child(n + 3) td .priceBox02,
    .planSec__inner__table table tbody tr:last-child td .priceBox02 {
        padding: 24px 5px;
    }

    .planSec__inner__table table tbody tr:first-child td {
    }

    .planSec__inner__table table tbody tr:first-child td:nth-child(2) {
        padding: 0 4px;
        border-top: 0px solid #1c91f0;
        border-left: 2px solid #1c91f0;
        border-right: 2px solid #1c91f0;
    }

    .planSec__inner__table table tbody tr:first-child td:nth-child(2) .line {
        padding: 11px 0;
        line-height: 1.5;
    }

    .planSec__inner__table table tbody tr:first-child td:nth-child(2) .en,
    .planSec__inner__table table tbody tr:first-child td:nth-child(3) .en,
    .planSec__inner__table table tbody tr:first-child(2) td:nth-child(2) .en,
    .planSec__inner__table table tbody tr:first-child(2) td:nth-child(3) .en {
    }
    .getsu {
        font-size: 11px !important;
    }
    .gaku {
        font-size: 21px !important;
    }
    .enn {
        font-size: 11px !important;
    }
    .moji {
        font-size: 11px !important;
    }

    .planSec__inner__table table tbody tr:first-child td:nth-child(2) .num,
    .planSec__inner__table table tbody tr:first-child td:nth-child(3) .num,
    .planSec__inner__table table tbody tr:first-child(2) td:nth-child(2) .num,
    .planSec__inner__table table tbody tr:first-child(2) td:nth-child(3) .num {
    }

    .planSec__inner__table table tbody tr:nth-child(2) td:nth-child(2) {
        border-left: 2px solid #1c91f0;
        border-right: 2px solid #1c91f0;
    }
    .planSec__inner__table table tbody tr:nth-child(3) td:nth-child(2) {
        border-left: 2px solid #1c91f0;
        border-right: 2px solid #1c91f0;
    }
    .planSec__inner__table table tbody tr:nth-child(3) td:nth-child(3) {
        border-left: 1px solid #1c91f0;
        border-right: 2px solid #1c91f0;
        border-bottom: 2px solid #1c91f0;
    }

    .planSec__inner__table
        table
        tbody
        tr:nth-child(2)
        td:nth-child(2)
        .box
        .txt01 {
        margin-bottom: 0.8em;
        text-align: center;
    }

    .planSec__inner__table table tbody tr:last-child td:last-child {
        border-radius: 0 0 6px 0;
    }
}

@media screen and (max-width: 374px) {
    .planSec__inner__table table thead tr th {
        padding: 10px 3px;
        font-size: 2.4vw;
    }

    .planSec__inner__table table thead tr th:nth-child(2) .logo {
        padding: 3px 5px 0;
    }

    .planSec__inner__table table tbody tr th {
        padding: 10px 3px;
        font-size: 2.4vw;
    }

    .planSec__inner__table table tbody tr td .priceBox01 {
        width: 20vw;
        padding: 9px 5px;
        font-size: 2.4vw;
    }

    .planSec__inner__table table tbody tr:nth-child(3) td .priceBox01,
    .planSec__inner__table table tbody tr:last-child td .priceBox01 {
        padding: 18px 5px;
    }

    .planSec__inner__table table tbody tr td .priceBox02 {
        width: 20vw;
        padding: 9px 5px;
        font-size: 2.4vw;
    }

    .planSec__inner__table table tbody tr:nth-child(3) td .priceBox02,
    .planSec__inner__table table tbody tr:last-child td .priceBox02 {
        padding: 18px 5px;
    }

    .planSec__inner__table table tbody tr:first-child td {
        font-size: 2.4vw;
    }

    .planSec__inner__table table tbody tr:first-child td:nth-child(2) {
        padding: 0 4px;
        font-size: 2.4vw;
    }

    .planSec__inner__table table tbody tr:first-child td:nth-child(2) .line {
        padding: 11px 0;
    }

    .planSec__inner__table table tbody tr:first-child td:nth-child(2) .en {
        font-size: 2.933333333333333vw;
    }

    .planSec__inner__table table tbody tr:first-child td:nth-child(2) .num {
        font-size: 3.4666666666666663vw;
    }

    .planSec__inner__table
        table
        tbody
        tr:nth-child(2)
        td:nth-child(2)
        .box
        .txt01 {
        font-size: 2.933333333333333vw;
    }

    .planSec__inner__table
        table
        tbody
        tr:nth-child(2)
        td:nth-child(2)
        .box
        .txt02 {
        font-size: 2.1333333333333333vw;
    }
}

/**********************************

 faqSec

***********************************/
.faqSec {
    background-color: #fafafa;
}

.faqSec__inner {
    padding: 45px 0 95px;
}

@media screen and (max-width: 767px) {
    .faqSec {
    }

    .faqSec__inner {
        padding: 22px 0 40px;
    }
}

/**********************************

 contactSec

***********************************/
.contactSec {
    background-color: #fafafa;
}

.contactSec__inner {
    padding: 80px 0 40px;
}

.contactSec__inner.confirm {
    padding-bottom: 90px;
}

.contactSec__inner__intro {
    margin-top: -20px;
    margin-bottom: 40px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .contactSec {
        padding: 0 4.666666666666667%;
        padding-top: 15px;
    }

    .contactSec__inner {
        padding: 35px 0 15px;
    }

    .contactSec__inner.confirm {
        padding-bottom: 35px;
    }

    .contactSec__inner__intro {
        margin-top: -10px;
        margin-bottom: 25px;
        font-size: 12px;
        text-align: center;
        /*		text-align: left;*/
    }
}

/**********************************

 companySec

***********************************/
.companySec {
    background-color: #fafafa;
}

.companySec__inner {
    padding: 40px 0 100px;
}

.companySec__inner__content {
    padding: 4.081632653061224% 3.061224489795918%;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
}

.companySec__inner__content dl {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
}

.companySec__inner__content dl:first-child {
    border-top: 1px solid #e4e4e4;
}

.companySec__inner__content dl dt {
    width: 170px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #e4e4e4;
}

.companySec__inner__content dl dd {
    flex: 1;
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    .companySec {
        padding: 0 4.666666666666667%;
    }

    .companySec__inner {
        padding: 15px 0 43px;
    }

    .companySec__inner__content {
        padding: 5.882352941176471% 4.411764705882353%;
        border-radius: 6px;
        box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
    }

    .companySec__inner__content dl {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #e4e4e4;
    }

    .companySec__inner__content dl:first-child {
        border-top: 1px solid #e4e4e4;
    }

    .companySec__inner__content dl dt {
        width: auto;
        margin-bottom: 0.75em;
        font-size: 14px;
        border-right: none;
        text-align: center;
    }

    .companySec__inner__content dl dd {
        padding-left: 0;
        text-align: center;
    }
}

/**********************************

 xxx

***********************************/

@media screen and (max-width: 767px) {
}

/**********************************
 カスタムCSS
***********************************/
/* REGISTER & LOGIN  */
.custom-card-box {
    margin: 0px auto;
    width: 355px;
    background: #ffffff;
    border: solid 1px;
    border-color: #dddddd;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.custom-card-header {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.btn-submit {
    background-color: #393cff;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    margin-top: 15px;
    width: 100%;
}
.btn-submit:hover {
    color: #ffffff;
}
/* 768px 以上のときの処理 */
@media (min-width: 768px) {
    .custom-card-box {
        width: 650px;
        margin-left: 25px;
    }
    .custom-card-header {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
/* 767px 以下のときの処理 */
@media (max-width: 767px) {
    .custom-card-box {
        width: 355px;
    }
}
