html {
	scroll-behavior: smooth;
}
body {
    width: 100%;
    height: auto;
    font-family:'メイリオ', 'Meiryo', sans-serif;
}
article {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
article .wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.ts-only,
.sp-only {
    display: none;
}
/* ---------
共通
--------- */
ul.nav li a {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    padding: 10px 0 0;
}
ul.nav li a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -6px;
    display: inline-block;
    width: 12px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffffff;
    border-radius: 2px;
}
h4.heading {
    font-size: 32px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}
h4.heading::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -12px;
    display: inline-block;
    width: 70px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000000;
    border-radius: 2px;
}
/* ---------
header
--------- */
header {
    width: 100vw;
    height: 80px;
    color: #ffffff;
    font-weight: 600;
    background-color: #213555;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10;
}
header .header {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header a.logo {
    margin: 0 0 0 40px;
}
header a.logo img {
    width: 184px;
    height: auto;
}
header ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header ul.nav {
    margin: 0 80px 0 auto;
}
header ul.nav li {
    margin: 0 20px;
}
header ul.sns {
    margin: 0 40px 0 0;
}
header ul.sns li {
    margin: 0 12px;
}
/* ---------
top
--------- */
#top {
    width: 100%;
    height: 650px;
    padding-top: 80px;
    position: relative;
    z-index: 5;
}
#top .first-view {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}
#top .title {
    margin: 120px auto 0 120px;
    position: absolute;
    z-index: 3;
}
@media screen and (max-width: 1280px) {
    #top .title {
        margin: 100px auto 0 2vw;
    }
}
#top .title h1 {
    display: inline-block;
    font-size: 48px;
    font-weight: 600;
    margin: 0 0 24px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}
#top .title p {
    font-size: 18px;
}
#top .title p span {
    display: inline-block;
    margin: 10px 0;
    background-color: #ffffff;
    padding: 6px;
    border-radius: 5px;
}
#top .main-visual {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0;
    position: absolute;
    right: 0;
}
#top .main-visual img {
    width: 100%;
    height: auto;
}
#top .line {
    width: 100%;
    margin: 0;
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 70px;
}
#top .line li {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #000000;
    margin-top: 20px;
}
/* ---------
about
--------- */
#about {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 160px;
    padding-top: 100px;
    height: 600px;
    position: relative;
    z-index: 5;
}
#about h2 {
    font-size: 42px;
    font-weight: 600;
    margin: 24px auto 0 92px;
    color: #213555;
}
#about h2 span {
    display: inline-block;
    background: linear-gradient(transparent 0%, transparent 50%, #f1f1f1 50%, #f1f1f1 100%);
}
#about .contents {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
    position: relative;
}
#about .contents img {
    width: 55%;
    position: absolute;
    z-index: 3;
}
#about .contents .text {
    width: 45%;
    max-width: 800px;
    margin: 85px 0 0 auto;
    position: absolute;
    z-index: 5;
    top: -60px;
    right: 60px;
}
#about .contents .text h3 {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 0 0 12px;
    padding: 8px 100px;
    display: inline-block;
}
#about .contents .text p {
    font-size: 16px;
    color: #ffffff;
    margin: 24px auto 0 100px;
    line-height: 1.8;
    width: 86%;
}
#about .bg {
    width: 100%;
    max-width: 690px;
    height: 520px;
    background-color: #213555;
    position: absolute;
    z-index: 1;
    top: 150px;
    right: 0;
}
/* ---------
strengths
--------- */
#strengths {
    width: 100%;
    margin: 100px auto 60px;
    background-color: #ebe4d1;
}
#strengths .contents {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto 0;
    padding: 100px 0;
    text-align: center;
}
#strengths .contents ul {
    width: 100%;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}
#strengths .contents ul li {
    width: calc(100% / 3);
    padding: 40px;
}
#strengths .contents ul li:nth-of-type(1),
#strengths .contents ul li:nth-of-type(2) {
    border-right: 3px solid #ffffff;
}
#strengths .contents ul li p:nth-of-type(1) {
    font-size: 22px;
    font-weight: 600;
    margin: 40px 0 24px;
}
#strengths .contents ul li p:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}
/* ---------
price
--------- */
#price {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    text-align: center;
}
#price .bg {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 40px 0;
    background-image: linear-gradient(180deg, #f1f1f1 1px, transparent 1px);
    background-size: 100% 22px;
}
#price .bg .table {
    display: flex;
}
#price table , td, th {
    max-width: 95%;
    margin: 40px auto;
	border: 1px solid #000000;
	border-collapse: collapse;
    vertical-align: middle;
}
#price tr {
    font-size: 18px;
    line-height: 1.5;
}
#price td, th {
	padding: 10px;
	height: 100px;
}
#price tr:nth-of-type(1) {
	background-color: #213555;
    color: #ffffff;
    font-size: 20px;
}
#price tr:nth-of-type(1) td:nth-of-type(1) {
	border-right: 1px solid #ffffff;
}
#price .option {
	width: 870px;
    max-width: 95%;
    margin: 60px auto 20px;
    text-align: left;
}
#price .option:nth-of-type(2) {
    margin: 40px auto;
}
#price .option h5 {
	font-size: 22px;
    font-weight: 600;
}
#price .option p {
	font-size: 16px;
    margin-top: 12px;
    line-height: 2.0;
}
/* ---------
faq
--------- */
#faq {
    width: 100%;
    padding: 100px 0 0;
    text-align: center;
}
#faq .heading {
    margin: 0 0 40px;
}
#faq .qa-1 {
    width: calc(100% - 60px);
    max-width: 800px;
    margin: 4px auto;
    border: 1px solid #d6dde3;
    border-radius: 5px;
}
#faq .qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    line-height: 1.5;
}
#faq .qa-1 summary::before,
#faq .qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}
#faq .qa-1 summary::before {
    color: #75bbff;
    content: "Q";
}
#faq .qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    padding-left: 4px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}
#faq .qa-1[open] summary::after {
    transform: rotate(225deg);
}
#faq .qa-1 p {
    position: relative;
    transform: translateY(-10px);
    text-align: left;
    line-height: 1.5;
    opacity: 0;
    margin: 0;
    padding: .5em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}
#faq .qa-1 p span {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 8px;
}
#faq .qa-1[open] p {
    transform: none;
    opacity: 1;
}
#faq .qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
/* ---------
inquiry
--------- */
#inquiry {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 60px;
    padding-top: 120px;
    text-align: center;
}
#inquiry iframe {
    width: 870px;
    height: 1000px;
    margin: 40px auto;
    display: block;
}
/* ---------
footer
--------- */
footer {
    width: 100vw;
    height: auto;
    color: #ffffff;
    font-weight: 600;
    background-color: #213555;
    margin: 200px 0 0;
}
footer .copyright {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 60px;
    padding-top: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
footer .footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer a.logo {
    margin: 0 0 0 40px;
}
footer a.logo img {
    width: 184px;
    height: auto;
}
footer ul {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
footer ul.nav {
    margin: 0 80px 0 auto;
}
footer ul.nav li {
    margin: 0 20px;
}
footer ul.jasrac {
    margin: -32px 60px auto auto;
}
footer ul.jasrac li:nth-of-type(2) {
    font-size: 12px;
    margin: auto 0 0 12px;
    line-height: 1.6;
    font-weight: 200;
}
footer ul.jasrac img {
    width: 70px;
    height: auto;
}
footer ul.sns {
    margin: 0 40px 0 0;
}
footer ul.sns li {
    margin: 0 12px;
}
/* ---------
ハンバーガーボタン
--------- */
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.5s;
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: all 0.5s;
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: all 0.5s;
}
#menu-btn-check {
    display: none;
}
/* ---------
ハンバーガーメニュー
--------- */
.menu-content {
    width: 100%;
    height: calc(100vh - 80px);
    background-color: #ffffff;
    position: fixed;
    top: 80px;
    left: 100%;
    z-index: 80;
    transition: all 0.5s;
}
.menu-content ul {
    margin: 60px auto 60px 72px;
    display: block;
}
.menu-content ul li {
    list-style: none;
    margin: 32px 0;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    color:#000000;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;
}
/* line */
.menu-content .line {
    width: 100%;
    margin: 0;
    display: block;
}
.menu-content .line li {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #000000;
    margin: 12px 0;
}
/* sns-link */
.menu-content .sns-link {
    width: 100%;
    height: calc(100vh - 541.75px);
    margin: 60px 0 0;
    background-color: #ebe4d1;
}
.menu-content .sns-link p {
    font-size: 24px;
    font-weight: 600;
    padding: 40px 0 0;
    color: #1a1a1a;
}
.menu-content .sns-link p.slash {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.menu-content .sns-link p.slash::before,
.menu-content .sns-link p.slash::after {
    content: "";
    width: 25px;
    height: 3px;
    border-radius: 2px;
    background-color: #1a1a1a;
    margin: 0px 4px 4px;
}
.menu-content .sns-link p.slash::before {
    transform: rotate(45deg);
}
.menu-content .sns-link p.slash::after {
    transform: rotate(-45deg);
}
.menu-content .sns-link ul.icon {
    width: 60%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
/* ---------------------------
Tab,SP
--------------------------- */
@media screen and (max-width: 1152px) {
	/* ---------
    header
    --------- */
    header a.logo {
        margin: 0 0 0 20px;
    }
    header a.logo img {
        width: 160px;
        height: auto;
    }
    header ul.nav {
        margin: 0 16px 0 auto;
    }
    header ul.nav li {
        margin: 0 12px;
    }
    header ul.sns {
        margin: 0 20px 0 0;
    }
    header ul.sns li {
        margin: 0 12px;
    }
    /* ---------
    top
    --------- */
    #top {
        width: 100%;
        height: calc(150px + 46vw);
        padding-top: 80px;
    }
    #top .title {
        margin: 5vw auto 0 5vw;
    }
    #top .main-visual {
        width: 80%;
    }
    #top .line {
        bottom: calc(50px + 3vw);
    }
    /* ---------
    about
    --------- */
    #about {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto 160px;
        padding-top: 100px;
        height: calc(100vw / 2 + 430px);
    }
    #about h2 {
        font-size: 42px;
        margin: 0 auto 0 24px;
    }
    #about .contents {
        display: flex;
        justify-content: space-between;
        margin: 24px 0 0;
    }
    #about .contents img {
        width: 80%;
    }
    #about .contents .text {
        width: 100%;
        max-width: 800px;
        margin: 0;
        top: calc(100vw / 2 - 46px);
        left: 10vw;
    }
    #about .contents .text p {
        width: 90%;
        margin: 24px auto 0 32px;
    }
    #about .bg {
        width: 95%;
        max-width: none;
        height: 420px;
        top: calc(100vw / 2 + 60px);
    }
    /* ---------
    footer
    --------- */
    footer .copyright {
        margin: 0 auto 80px;
    }
    footer a.logo {
        margin: 0 0 0 20px;
    }
    footer a.logo img {
        width: 160px;
        height: auto;
    }
    footer ul.nav {
        margin: 0 60px 0 auto;
    }
    footer ul.nav li {
        margin: 0 12px;
    }
    footer ul.jasrac {
        margin: -32px 40px auto auto;
    }
    footer ul.sns {
        margin: 0 20px 0 0;
    }
    footer ul.sns li {
        margin: 0 12px;
    }
}
@media screen and (max-width: 940px) {
    /* ---------
    header
    --------- */
    header ul.nav li {
        font-size: 14px;
    }
}
@media screen and (max-width: 880px) {
    /* ---------
    共通
    --------- */
    h4.heading {
        font-size: 24px;
    }
    h4.heading::after {
        width: 40px;
        height: 2px;
    }
	/* ---------
    header
    --------- */
    .ts-only {
        display: block;
    }
    header ul.nav {
        display: none;
    }
    header ul.sns {
        margin: 0 100px 0 0;
    }
    header ul.sns li {
        margin: 0 12px;
    }
    /* ---------
    top
    --------- */
    #top .title h1 {
        font-size: 40px;
        margin: 0 0 12px;
        padding: 8px 12px;
    }
    #top .title p span {
        margin: 8px 0;
    }
    #top .line li {
        margin-top: 16px;
    }
    /* ---------
    about
    --------- */
    #about {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto calc(100vw / 2 - 120px);
        padding-top: 60px;
        height: 640px;
    }
    #about h2 {
        font-size: 32px;
        margin: 0 auto 0 24px;
    }
    #about .contents {
        display: flex;
        justify-content: space-between;
        margin: 24px 0 0;
    }
    #about .contents img {
        width: 80%;
    }
    #about .contents .text {
        width: 74%;
        margin: 0;
        top: calc(100vw / 2 - 30px);
        right: -14vw;
    }
    #about .contents .text h3 {
        font-size: 22px;
        margin: 0;
        padding: 8px 40px;
    }
    #about .contents .text p {
        width: 100%;
        font-size: 14px;
        margin: 24px 0 0 24px;
        line-height: 1.8;
    }
    #about .contents .text p:nth-of-type(2) {
        margin: 16px 0 0 24px;
    }
    #about .bg {
        width: 95%;
        height: calc(350px + 4vw);
        top: calc(100vw / 2 + 40px);
    }
    /* ---------
    strengths
    --------- */
    #strengths {
        width: 100%;
        margin: 100px auto 0;
        background-color: #ebe4d1;
    }
    #strengths .contents {
        margin: 100px auto 0;
        padding: 100px 0 40px;
    }
    #strengths .contents ul {
        width: 82%;
        max-width: 580px;
        margin: 0 auto;
        display: block;
    }
    #strengths .contents ul li {
        width: 100%;
        padding: 50px 0;
    }
    #strengths .contents ul li:nth-of-type(1),
    #strengths .contents ul li:nth-of-type(2) {
        border-right: none;
        border-bottom: 2px solid #ffffff;
    }
    #strengths .contents ul li p:nth-of-type(1) {
        font-size: 22px;
        font-weight: 600;
        margin: 40px 0 24px;
    }
    #strengths .contents ul li p:nth-of-type(2) {
        font-size: 16px;
        line-height: 1.8;
        text-align: left;
    }
    /* ---------
    price
    --------- */
    #price .bg {
        background-size: 100% 18px;
    }
    #price tr {
        font-size: 16px;
    }
    #price td, th {
        height: 60px;
    }
    #price tr:nth-of-type(1) {
        font-size: 18px;
    }
    #price .option h5 {
        font-size: 20px;
    }
    #price .option p {
        line-height: 1.8;
    }
    /* ---------
    inquiry
    --------- */
    #inquiry {
        padding-top: 100px;
    }
    #inquiry iframe {
        width: 90%;
    }
    /* ---------
    footer
    --------- */
    .ts-only {
        display: block;
    }
    footer {
        margin: 100px 0 0;
    }
    footer ul.nav {
        display: none;
    }
    footer ul.sns li {
        margin: 0 12px;
    }
    footer ul.jasrac {
        margin: -24px 24px auto auto;
    }
    footer ul.jasrac img {
        width: 60px;
    }
}
@media screen and (max-width: 600px) {
    .pt-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
    footer {
        padding: 0;
        align-items: flex-end;
    }
    footer .copyright {
        margin: 0 auto 40px;
    }
    footer .footer {
        padding-bottom: 24px;
    }
    footer .link ul.sns {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 18px auto 0 24px;
    }
    footer .link ul.sns li {
        margin: 0 12px;
    }
    footer ul.jasrac {
        display: block;
        margin: 0 24px 0 0;
    }
    footer ul.jasrac li:nth-of-type(2) {
        font-size: 10px;
        margin: 6px 0 0 1px;
        line-height: 1.4;
    }
    /* ---------
    ハンバーガーメニュー
    --------- */
    .menu-content ul {
        margin: 32px auto 32px 32px;
        display: block;
    }
    .menu-content ul li {
        margin: 20px 0;
    }
    .menu-content ul li a {
        font-size: 20px;
    }
    /* sns-link */
    .menu-content .sns-link {
        width: 100%;
        height: calc(100vh - 412px);
        margin: 20px 0 0;
    }
    .menu-content .sns-link p {
        font-size: 20px;
        padding: 32px 0 0;
    }
}
@media screen and (max-width: 500px) {
    /* ---------
    共通
    --------- */
    h4.heading {
        font-size: 20px;
    }
	/* ---------
    header
    --------- */
    header a.logo img {
        width: 140px;
        height: auto;
    }
    header ul.sns {
        margin: 0 70px 0 0;
    }
    /* ---------
    top
    --------- */
    #top .title h1 {
        font-size: 32px;
        margin: 0 0 8px;
        padding: 4px 12px;
    }
    #top .title p {
        font-size: 16px;
    }
    #top .title p span {
        margin: 4px 0;
    }
    #top .line li {
        margin-top: 12px;
    }
    /* ---------
    about
    --------- */
    #about {
        height: 660px;
    }
    #about .contents .text {
        margin: 0;
        top: calc(100vw / 2 - 35px);
        right: -8vw;
    }
    #about .contents .text p {
        width: 100%;
        margin: 16px 0 0 12px;
    }
    #about .contents .text p:nth-of-type(2) {
        margin: 16px 0 0 12px;
    }
    #about .bg {
        height: calc(520px - 22vw);
    }
    /* ---------
    strengths
    --------- */
    #strengths .contents ul li p:nth-of-type(1) {
        font-size: 18px;
        font-weight: 600;
        margin: 32px 0 16px;
    }
    /* ---------
    price
    --------- */
    #price table {
        margin: 32px auto;
    }
    #price tr {
        font-size: 16px;
    }
    #price td, th {
        height: 60px;
    }
    #price tr:nth-of-type(1) {
        font-size: 14px;
    }
    #price .option {
        margin: 40px auto 20px;
    }
    #price .option:nth-of-type(2) {
        margin: 32px auto;
    }
    #price .option h5 {
        font-size: 18px;
    }
    #price .option p {
        font-size: 14px;
        margin-top: 12px;
        line-height: 1.8;
    }
    /* ---------
    footer
    --------- */
    footer a.logo img {
        width: 140px;
        height: auto;
    }
    /* ---------
    ハンバーガーメニュー
    --------- */
    .menu-content .sns-link ul.icon {
        width: 78%;
    }
    .menu-content .sns-link ul.icon li {
        text-align: center;
    }
    .menu-content .sns-link ul.icon li a img {
        width: 90%;
    }
}
