@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
outline: 0;
text-decoration: none;
font-weight: normal;
}

body {
font-family: 'Noto Sans Japanese';
background-color:#fff;
font-weight: 500;
color: #000;
}

ul li {
list-style: none;
}

*:focus {
outline: none;
}

.clearfix {
overflow: hidden;
}

.clearfix:after {
content: '';
display: block;
clear: both;
height: 0;
}

a:link {
color: #fff;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

a:hover {
}
a:visited {
    color: #fff;
}

a.underline {
    text-decoration: underline;
}

img {
max-width: 100%;
width: auto;
height: auto;
vertical-align: bottom!important;
}
img[src$=".svg"] {
    width: 100%;
}
#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom:0;
    background: #000;
    z-index: 100000;
}
#loader {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 100001;
    right: 0%;
    margin: auto;
}
#loader img {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* cv */
.sp-cv {
    display: none;
}

@keyframes anime{
    0%{transform:scale(.95); opacity:1}
    90%{opacity:.1}to{transform:scale(1.1,1.5); opacity:0}
}
div.cv-area {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: 40px auto 0 auto;
    transition: .2s;
}
div.cv-area:before, div.cv-area:after {
    content: "";
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #0c2340;
    transform: translate3d(0,0,0);
}
div.cv-area:before {
    animation: anime 2s ease-out infinite;
}
div.cv-area:after {
    animation: anime 2s ease-out 1s infinite;
}

.cv-area a {
    display: block;
    padding: 20px 0;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #0c2340;
    border: 1px solid #0c2340;
    font-weight: 900;
}

.cv-area a:hover {
    background-color: #fff;
    color: #0c2340;
    border: 1px solid #0c2340;
}
.cv-area a:hover span:after {
    border-right: 1px solid #0c2340;
    border-top: 1px solid #0c2340;
}

.cv-area a span {
    display: block;
    position: relative;
    font-family: sans-serif;
}
.cv-area a span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 8px;
    height: 8px;  
    margin: -4px 0 0 0;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: translateX(5px) rotate(45deg);
}

p.hoken {
    font-size: 1.14rem;
    font-weight: bold;
    color: #0c2340;
    padding: 30px 0 0 0;
    text-align: center;
}
/*-//-*/

.head {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 30px 2%;
    position: absolute;
    top: 0;
    z-index: 1100;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.head-inner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-area {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-area h1 {
    max-width: 200px;
    width: auto;
    height: auto;
    display: block;
    position: relative;
    line-height: 0;
}
.logo-area p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    padding-left: 30px;
}

.head h2 {
    font-size: 24px;
    font-weight: 300;
}

/*.nav-area {
    width: auto;
    display: flex;
    justify-content: flex-start;
}*/
.nav-area {
    width: auto;
    display: flex;
    justify-content: flex-start;
    position: fixed;
    right: 2%;
    top: 30px;
    z-index: 1102;
}

.nav-area nav {
    display: block;
    padding: 10px;
    background: #000;
}

.menu-contents {
    max-width: 648px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 2% 10px 2%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.menu-contents dl {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: right;
}
.menu-contents dl dt {
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #fff;
    margin: 0 0 10px 0;
    font-size: 2.2rem;
}
.menu-contents dl dd {
    padding: 5px 0px 10px 0px;
    display: block;
    border-bottom: 1px solid #fff;
    margin: 0 0 20px 0;
    font-size: .9rem;
    line-height: 1.6rem;
}

.menu-contents a.tel {
    width: 96%;
    margin: 10px auto 0 auto;
    border: 1px solid #ffc72c;
    color: #ffc72c;
    font-size: 1.36rem;
    line-height: 1.4em;
    font-weight: bold;
    padding: 10px 10px;
    text-align: center;
}

.top-head {
    width: 100%;
    height: 100vh;
    padding: 0;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    text-align: center;
}

.top-head video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 1;
    }

.ov {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/bg_pattern.png);
    background-repeat: repeat;
    opacity: .4;
    z-index: 2;
}

.top-info {
    height: 100%;
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
}

.top-info h2 {
    font-size: 4rem;
    color: #fff;
    font-weight: 100;
    display: block;
    margin: 0 auto;
    width: 99%;
    line-height: 1.6em;
    position: relative;
    padding: 0 2%;
}
.top-info h2 br {
    display: none;
}

section {
    position: relative;
}

section .inner {
    max-width: 1000px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 2%;
}

/* greet */

.about {
    width: 100%;
    padding: 80px 0;
    margin: 0 auto;
    display: block;
    position: relative;
}

.about .about-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto;
    position: relative;
    padding: 60px 0 0 0;
}

.about-flex dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    text-align: center;
    line-height: 1.6rem;
    border-bottom: 1px solid #545454;
}
.about-flex dl dt {
    width: 30%;
    padding: 20px 10px 20px 10px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    border-top: 1px solid #545454;
    border-right: 1px solid #545454;
    font-size: .8rem;
}
.about-flex dl dd {
    width: 70%;
    padding: 20px 10px 20px 20px;
    margin-bottom: 10px;
    border-top: 1px solid #545454;
    color: #545454;
    font-size: .8rem;
    text-align: left;
}

.title-area {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.about .title-area p {
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    margin: 0 auto -8px auto;
    z-index: 1;
    display: block;
    color: #000;
    background: #fff;
    padding: 0 20px;
    letter-spacing: 0.1em;
}

.about .title-area h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    display: inline-block;
    border: 1px solid #000;
    position: relative;
    padding: 20px;
    font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", ".HiraKakuInterface-W1";
}


.about .title-area h2 span {
    font-size: 1.6rem;
}
.about .logo {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
}

.about p.info {
    width: 100%;
    padding: 0px 0 80px 0;
    font-size: 1.6rem;
    line-height: 1.8em;
    text-align: center;
    font-weight: 300;
    position: relative;
    color: #454545;
}
.about p.info span {
    color: red;
}

/*.about p.info span {
    position: relative;
    display: inline-block;
    z-index: 2;
    font-size: 1.1rem;
    color: #0c2340;
    font-weight: 600;
}*/
/*.about p.info span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #ffc72c;
    z-index: -1;
    bottom: 8px;
    left: 0;
}*/

.about p.copy {
    display: block;
    padding: 60px 0 0 0;
    font-size: 2.2rem;
    line-height: 1.6em;
    text-align: center;
    font-weight: 900;
    color: #0c2340;
}

.about p.copy br {
    display: none;
}


/* access */
.access-title-wrap {
    width: 100%;
    padding: 120px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/price-concept.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}

.access-title-wrap .access-copy {
    padding: 20px;
    background-color: #0c2340;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.access {
    width: 100%;
    padding: 60px 0 80px 0;
    margin: 0 auto;
    display: block;
    position: relative;
}

.access .title-area {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.access .title-area p {
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    margin: 0 auto -8px auto;
    z-index: 1;
    display: block;
    color: #000;
    background: #fff;
    padding: 0 20px;
}


.access .title-area h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    display: inline-block;
    border: 1px solid #000;
    position: relative;
    padding: 20px 40px;
    font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", ".HiraKakuInterface-W1";
}

.map-area {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 60px 0 0 0;
}

.fee-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto;
    position: relative;
    padding: 60px 0 0 0;
}

.fee-flex dl {
    width: 49%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.fee-flex dl dt {
    width: 50%;
    padding: 10px;
    background-color: #0c2340;
    color: #fff;
    margin-bottom: 10px;
    border-bottom: 1px solid #0c2340;
    font-size: 1rem;
}
.fee-flex dl dd {
    width: 50%;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #0c2340;
    font-weight: bold;
    color: #0c2340;
    font-size: 1rem;
}

.hosoku {
    width: 100%;
    padding: 30px 0 0 0;
    margin: 0 auto;
    position: relative;
}

.hosoku ul {
    width: 100%;
}

.hosoku ul li {
    width: 100%;
    border-bottom: 1px solid #0c2340;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.hosoku ul li h3 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.6em;
    color: #0c2340;
    padding-bottom: 10px;
}

.hosoku ul li p {
    font-size: 0.9rem;
    line-height: 1.6em;
    color: #454545;
}


/* voice */
.voice-title-wrap {
    width: 100%;
    padding: 160px 0 120px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/voice-concept.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}

.voice-title-wrap .voice-copy {
    padding: 20px;
    background-color: #0c2340;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.voice {
    width: 100%;
    padding: 0 0 80px 0;
    margin: 0 auto;
    display: block;
    position: relative;
}

.voice .title-area {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.voice .title-area p {
    font-size: 1.2rem;
    font-weight: 900;
    position: relative;
    margin: 0 auto -10px auto;
    z-index: 1;
    display: block;
    color: #0c2340;
    background: #fff;
    padding: 0 20px;
}

.voice .title-area h2 {
    font-size: 2rem;
    font-weight: 900;
    color: #0c2340;
    text-align: center;
    display: inline-block;
    border: 2px solid #0c2340;
    position: relative;
    padding: 20px 60px;
}
.voice .title-area h2:after {
    content: "";
    position: absolute;
    top: -25px;
    right: -10px;
    width: 30px;
    height: 20px;
    background-image: url(../img/couple.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.voice .title-area h2:before {
    content: "";
    position: absolute;
    top: -25px;
    left: -10px;
    width: 30px;
    height: 20px;
    background-image: url(../img/couple.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.voice-flex {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    position: relative;
    padding: 60px 0 0 0;
}

.voice-wrap {
    width: 33%;
    display: block;
    position: relative;
    margin: 0 auto;
}

.voice-wrap h3 {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    color: #0c2340;
    line-height: 2rem;
    margin-bottom: -20px;
}

dl.voice-list {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0 0;
    position: relative;
}

dl.voice-list dt {
    width: 90%;
    margin: 0 auto 10px auto;
    padding: 10px;
    background-color: #0c2340;
    color: #fff;
    font-size: 1rem;
}
dl.voice-list dd {
    width: 90%;
    margin: 0 auto 20px auto;
    padding: 5px 10px 10px 10px;
    font-size: 0.9rem;
    line-height: 1.6em;
    color: #454545;
    }
dl.voice-list dd span {
    text-decoration: underline;
    text-decoration-color: #ffc72c;
    font-weight: 600;
    color: #0c2340;
}
.voice p.yes {
    font-size: 3rem;
    font-weight: 900;
    color: #0c2340;
    text-align: center;
    padding-top: 50px;
    position: relative;
}

.voice p.yes:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-image: url(../img/stamp.png);
    background-position: center;
    background-size: cover;
    opacity: .8;
}

.voice p.yes br {
    display: none;
}

/* faq */
.faq-title-wrap {
    width: 100%;
    padding: 120px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/faq-concept.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}

.faq-title-wrap .faq-copy {
    padding: 20px;
    background-color: #0c2340;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.faq-title-wrap .faq-copy br {
    display: none;
}
.faq {
    width: 100%;
    padding: 0 0 80px 0;
    margin: 0 auto;
    display: block;
    position: relative;
}

.faq .title-area {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.faq .title-area p {
    font-size: 1.2rem;
    font-weight: 900;
    position: relative;
    margin: 0 auto -10px auto;
    z-index: 1;
    display: block;
    color: #0c2340;
    background: #fff;
    padding: 0 20px;
}


.faq .title-area h2 {
    font-size: 2rem;
    font-weight: 900;
    color: #0c2340;
    text-align: center;
    display: inline-block;
    border: 2px solid #0c2340;
    position: relative;
    padding: 20px;
}
.faq .title-area h2:after {
    content: "";
    position: absolute;
    top: -25px;
    right: -10px;
    width: 30px;
    height: 20px;
    background-image: url(../img/couple.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.faq .title-area h2:before {
    content: "";
    position: absolute;
    top: -25px;
    left: -10px;
    width: 30px;
    height: 20px;
    background-image: url(../img/couple.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.faq_area {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 120px 0;
}

dl.accordion {
    border-bottom: 1px solid #0c2340;
    user-select: none; /* CSS3 */
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Safari、Chromeなど */
    -ms-user-select: none; /* IE10 */
}

dl.accordion dt {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 20px 20px 20px 0;
    box-sizing: border-box;
    font-size: 1rem;
    color: #0c2340;
    cursor: pointer;
    font-weight: 500;
}
dl.accordion dt:first-letter {
    font-size: 1.4rem;
}

dl.accordion dd {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0px 10px 20px 26px;
    box-sizing: border-box;
    font-size: 0.9rem;
    line-height: 1.6em;
    color: #454545;
}

.notice {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    border-bottom: 1px solid #0c2340;
}

.notice p {
    font-size: .9rem;
    color: #454545;
    line-height: 2.2em;
}

/* foot about */
a.about-link{}
a.about-link:hover .foot-about:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .4;
}
a.about-link:hover .foot-about-wrap span.btn-company:after {
    right: 30px;
}

.foot-about {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 80px 2%;
    position: relative;
    overflow: hidden;
}
.foot-about:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/top-foot-about.jpg);
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: .2;
}

.foot-about-wrap {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
}
.foot-about-wrap h2 {
    padding: 10px 20px;
    font-size: 24px;
    border: 1px solid #fff;
    display: inline-block;
}
.foot-about-wrap p {
    margin: 40px auto;
    line-height: 3rem;
}
.foot-about-wrap span.btn-company {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    border: 1px solid;
    width: 240px!important;
    display: inline-block;
    padding: 10px 5px;
}
.foot-about-wrap span.btn-company:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../img/arrow-side.svg);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 35px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.footer {
    width: 100%;
    padding: 60px 2%;
    background-color: #000;
}

.foot-inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot-nav {
    
}

.foot-nav ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.foot-nav ul li {
    display: inherit;
    padding: 0 10px;
    font-size: 11px;
}
.foot-nav ul li:before {
    content: "〉";
    display: block;
    position: relative;
    color: darkturquoise;
}
.footer ul.info {
    font-size: 12px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer ul.info li {
    padding-right: 10px;
}
.footer ul.info li:last-child {
    padding-right: 0;
}

.footer p.copy {
    font-size: 10px;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 30px;
    color: #fff;
}
.footer p.foot-info {
    font-size: 12px;
    line-height: 1;
}
.footer p.foot-info img {
    max-width: 160px;
    width: auto;
    height: auto;
}



@media screen and (max-width: 480px) {
    .logo-area h1 {
        max-width: 160px;
    }
    
    .top-info h2 {
        width: 96%;
        padding: 0px 0 0 2%;
        font-size: 2.16rem;
        text-align: left;
    }
    
    .top-info h2 br {
        display: block;
    }
    .about p.info {
        width: 100%;
        padding: 0px 0 80px 0;
        font-size: 1.6rem;
        line-height: 1.8em;
        text-align: center;
        font-weight: 300;
        position: relative;
        color: #454545;
    }
    .nav-area {
        top: 2%;
    }
    .sp-cv {
        display: block;
    }
    @keyframes anime{
        0%{transform:scale(.95); opacity:1}
        90%{opacity:.1}to{transform:scale(1.05,1.2); opacity:0}
    }
    
    .menu-contents {
        padding: 10px 4%;
    }
    
    .sp-cv div.cv-area-top {
        position: relative;
        max-width: 300px;
        width: 100%;
        margin: 10px auto 0 auto;
        transition: .2s;
        background-color: rgba(255,255,255,0.2);
    }
    .sp-cv div.cv-area-top:before, div.cv-area-top:after {
        content: "";
        position: absolute;
        z-index: -10;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 1px solid #fff;
        transform: translate3d(0,0,0);
    }
    .sp-cv div.cv-area-top:before {
        animation: anime 2s ease-out infinite;
    }
    .sp-cv div.cv-area-top:after {
        animation: anime 2s ease-out 1s infinite;
    }
    
    div.cv-area:before, div.cv-area:after {
        content: "";
        position: absolute;
        z-index: -10;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 1px solid #0c2340;
        transform: translate3d(0,0,0);
    }
    
    .sp-cv .cv-area-top a {
        display: block;
        padding: 16px 0;
        font-size: 1.6em;
        color: #fff;
        text-align: center;
        text-decoration: none;
        background: none;
        border: 1px solid #fff;
        font-weight: 900;
    }

    .sp-cv .cv-area-top a:hover {
        background-color: none;
        color: #fff;
        border: 1px solid #fff;
    }
    .sp-cv .cv-area-top a:hover span:after {
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
    }

    .sp-cv .cv-area-top a span {
        display: block;
        position: relative;
    }
    .sp-cv .cv-area-top a span:after {
        position: absolute;
        top: 50%;
        right: 16px;
        width: 8px;
        height: 8px;  
        margin: -4px 0 0 0;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        transform: translateX(5px) rotate(45deg);
    }
    .now-title {
        width: 100%;
        margin: 0 auto;
        padding: 50px 0 0 0;
    }
    
    .now-title p {
        font-weight: 900;
        color: #fff;
        font-size: 1.3rem;
    }
    
    .date {
        width: 100%;
        margin: 0 auto;
        padding: 25px 0 0 0;
    }
    
    .date p {
        text-align: center;
        font-weight: normal;
        color: #fff;
        font-size: 1rem;
        line-height: 1.8em;
    }
    
    .date p a {
        padding: 1px 4px 1px 2px;
        margin-left: 3px;
        font-weight: 400;
        border: 1px solid #fff;
        line-height: 1em;
        font-weight: bold;
    }
    /*-//-*/
    .greet .title-area h2 {
        font-size: 1.4rem;
        padding: 20px 10px;
    }
    .greet .title-area h2 span {
        font-size: 1.2rem;
    }
    
    .greet .title-area h2:before {
        left: 0px;
        }
    .greet .title-area h2:after {
        right: 0px;
        }
    .greet p.info {
        text-align: left;
    }
    .greet p.info br {
        display: none;
    }
    .greet p.copy br {
        display: block;
    }
    .greet p.copy {
        padding: 40px 0 0 0;
        font-size: 1.3rem;
        }
    div.cv-area {
        max-width: 295px;
        width: 100%;
        margin: 10px auto 0 auto;
    }
    .cv-area a {
        display: block;
        padding: 20px 10px;
        font-size: 1rem;
        }
    .cv-area a span:after {
    display: none;
    }
    
    /* price */
    .price {
        width: 100%;
        padding: 0 0 40px 0;
        }
    .price-title-wrap {
        width: 100%;
        padding: 100px 2%;
        }
    .price-title-wrap .price-copy {
        font-size: 1.2rem;
        }
    .price .title-area p {
        padding: 0 5px;
        }
    .price .title-area h2 {
        font-size: 1.4rem;
        padding: 20px 10px;
    }
    .fee-flex dl dt,.fee-flex dl dd {
        font-size: .8rem;
    }
    
    /* voice */
    .voice-title-wrap .voice-copy {
        font-size: 1.2rem;
        padding: 20px 10px;
        }
    .voice .title-area h2 {
        font-size: 1.4rem;
        padding: 20px 80px;
        }
        
    .voice-flex {
    flex-wrap: wrap;
    }
    .voice-wrap {
        width: 80%;
        }
    .voice-wrap h3 {
        font-size: 1.2rem;
        margin-bottom: -30px;
        line-height: 1.6em;
        }
    dl.voice-list dt,dl.voice-list dd {
        width: 96%;
        }
    .voice p.yes {
        font-size: 2rem;
        line-height: 1.6em;
        padding-top: 30px;
        letter-spacing: -0.05em;
    }

    .voice p.yes br {
        display: block;
    }
    .voice p.yes span.l {
        margin-left: -1.1rem;
    }
    .voice p.yes span.r {
        margin-right: -1.1rem;
    }
    
    /* faq */
    .faq-title-wrap .faq-copy br {
        display: block;
    }
    .faq-title-wrap {
        padding: 100px 0;
        }
    .faq-title-wrap .faq-copy {
        padding: 20px;
        font-size: 1.2rem;
        line-height: 1.6em;
    }
    .faq .title-area h2 {
        font-size: 1.4rem;
        padding: 20px 40px;
    }
    dl.accordion dt {
        padding: 20px 0px 20px 0;
        font-size: .96rem;
    }
}

@media screen and (max-width: 768px) {
    .head {
        padding: 20px 2%;
        }
    .bg-black {
        padding: 10px 2%;
    }
    .logo-area {
        margin-right: 10px;
    }
    a.entry {
        margin-right: 10px;
        font-size: 12px;
        line-height: 1.4em;
    }
    
    .page-title02 h2 {
        font-size: 22px;
        }
    
    .footer {
        padding: 40px 2%;
    }
    .foot-inner {
        display: block;
    }
    .footer p.foot-info {
        font-size: 12px;
        line-height: 1;
        padding-bottom: 30px;
        text-align: center;
    }
    .footer p.info {
        text-align: center;
    }
    .footer p.copy {
        text-align: center;
        line-height: 1.4em;
    }
    .footer ul.info {
        justify-content: center;
    }
}
