@charset "utf-8";
/* ===================================================================
	Breakpoint :  1024px タブレット
　　　　　　　　　 599px スマホ
=================================================================== */


/*----------------------------------------------------
	ベースの設定
----------------------------------------------------*/
html {
	overflow-y: scroll;
	height: 100%;
	font-size: 62.5% /* 16px x 0.625 = 10px(=1rem) */;
    scroll-behavior: smooth;
}
body {
    background-color: #FFF;
    color: #333;
    font-size: 1.5rem /* 15px */;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.75;
}
a {
    color: #333;
	opacity: 1;
	transition: all .5s ease;
}
a:hover {
    text-decoration: none;
    opacity: 0.6;
}
img {
    height: auto !important;
}


/*----------------------------------------------------
	Header
----------------------------------------------------*/
#globalHeader {
    background-color: #FFF;
    height: 76px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.globalHeader__inner {
    height: 76px;
    padding: 0 2vw;
    position: relative;
    display: flex;
    align-items: center;
}
.globalHeader__siteName {
    max-width: 184px;
    padding: 0 20px 0 0;
    margin-right: auto;
}
.globalHeader__siteName--h1 {}

#gNavi {}
.gNavi__inner {
    display: flex;
    align-items: center;
}
.gNavi__ul {
    display: flex;
}
.gNavi__ul li {}
.gNavi__ul a {
    color: #1A1A1A;
    display: block;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    padding: 0 1em;
    white-space: nowrap;
}
.gNavi__contact {
    display: flex;
    align-items: center;
}
.gNavi__contact--line {
    margin-right: 15px;
}
.gNavi__contact--mail {}
.btn__contact01 {
    background-color: #00B900;
    border-radius: 100px;
    box-shadow: 0 3px 0 #000;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 193px;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    padding: 0 1em;
}
.btn__contact02 {
    background-color: #EB871E;
    border-radius: 100px;
    box-shadow: 0 3px 0 #5B2D24;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0 1em;
    height: 46px;
    width: 193px;
    text-align: center;
    text-decoration: none;
}
#spMenu {
    display: none;
}
.spMenuBtn {
    width:50px;
    height:50px;
    display: none;
    padding: 10px;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 2010;
}
.spMenuBtn span,
.spMenuBtn span::after,
.spMenuBtn span::before {
    background-color:#000;
    height:2px;
    display:block;
    width:30px;
}
.spMenuBtn span {
    margin:0 auto;
    position:relative;
    top:15px;
    transition:all .3s ease
}
.spMenuBtn span::after,
.spMenuBtn span::before {
    content:'';
    position:absolute;
    left:0;
    transition:all .3s ease;
}
#spMenu:checked + .spMenuBtn span {
    background-color:transparent !important;
}
.spMenuBtn span::before {
    top:-8px;
}
.spMenuBtn span::after {
    bottom:-8px;
}
#spMenu:checked + .spMenuBtn span::before {
    background-color:#000;
    transform:rotate(45deg);
    top:0;
}
#spMenu:checked + .spMenuBtn span::after {
    background-color:#000;
    transform:rotate(-45deg);
    bottom:0;
}
@media ( max-width:1200px ) {
    .spMenuBtn {
        display: block;
    }
    #gNavi {
        background-color: #FFF;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        opacity: 0;
        transition:all .3s ease;
    }
    .gNavi__inner {
        background-color: #FFF;
        overflow-y: scroll;
        height: 100%;
        padding: 76px 15px 30px;
        margin-left: auto;
        flex-direction: column;
    }
    .gNavi__ul {
        border-left: none;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .gNavi__ul li {
        width: 100%;
        text-align: center;
    }
    .gNavi__ul a {
        font-size: clamp(1.3rem, calc(1.25vw + 1.3rem), 2rem);
        padding: 1em 0;
    }
    .gNavi__contact {
        flex-direction: column;
    }
    .gNavi__contact--line {
        margin-right: 0;
        margin-bottom: 10px;
    }
    #spMenu:checked + .spMenuBtn + #gNavi {
        display: block;
        opacity: 1;
        z-index: 2000;
    }    
}
@media ( max-width:767px ) {
    #globalHeader {
        background-color: rgba(255,255,255,0);
        transition:all .3s ease;
    }
    #globalHeader.fixed {
        background-color: rgba(255,255,255,.7);
    }
    body.frontPage .globalHeader__siteName--h1 img {
        filter: invert(100%);
        transition:all .3s ease;
    }
    body.frontPage #globalHeader.fixed .globalHeader__siteName--h1 img {
        filter: invert(0);
    }
    body.frontPage .spMenuBtn span,
    body.frontPage .spMenuBtn span::after,
    body.frontPage .spMenuBtn span::before {
        background-color:#FFF;
    }
    body.frontPage #globalHeader.fixed .spMenuBtn span,
    body.frontPage #globalHeader.fixed .spMenuBtn span::after,
    body.frontPage #globalHeader.fixed .spMenuBtn span::before {
        background-color:#000;
    }
}
@media ( max-width:599px ) {
    .globalHeader__siteName {
        width: 35vw;
    }
}


/*----------------------------------------------------
	Footer
----------------------------------------------------*/
#globalFooter {}
#tokusho {
    background-color: #EEF2F6;
    padding: 55px 0 70px;
}
#tokusho h2 {
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.3;
    margin-bottom: 1em;
}
#tokusho table {
    max-width: 820px;
    margin: 0 auto;
}
#tokusho table th,
#tokusho table td {
    padding: 0.8em 0;
    border-bottom: 3px solid #FFF;
}
#tokusho table th {
    color: #58B798;
    text-align: left;
    vertical-align: top;
    width: 30%;
}
#tokusho .icon__freee {
    display: inline-block;
    margin-left: 1em;
    vertical-align: middle;
}
.globalFooter__copyright {
    height: 38px;
    font-size: 1.1rem;
    line-height: 38px;
    text-align: center;
}
@media ( max-width:1024px ) {
    #tokusho h2 {
        font-size: 2.6rem;
    }
    #tokusho table th,
    #tokusho table td {
        font-size: 1.4rem;
        padding: 0.8em 1em;
    }
    #tokusho table th {
        width: 40%;
    }
    #tokusho table td {
        padding-left: 0;
    }
    #tokusho .icon__freee {
        width: 36px;
    }
    .globalFooter__copyright {
        height: 36px;
        line-height: 36px;
    }
}
@media ( max-width:599px ) {
    #globalFooter {
        padding-bottom: 104px;
    }
}

.cta_area {
    display: block;
    background-color: #38292E;
    z-index: 10;
    padding: 0.8% 0 1%;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
@media screen and (min-width: 600px) {
    .cta_area {
        display: none;
    }
}
.cta_area__inner {
    max-width: 375px;
    margin: 0 auto;
}
.cta_text {
    width: 50%;
    margin: 0 auto;
    padding-top: 2%;
}
.cta_btn {
    margin: 0 auto;
    padding-bottom: 1%;
    display: flex;
    justify-content: center;
}
.shiny-btn4 {
  line-height: 1;
  display: block;
  position: relative;
  width: 93%;
  padding: 8% 0;
  margin: 30px auto;
  background-color: #06C755;
  box-shadow: 0 3px 0 0 #006851;
  border-radius: 10px;
  font-weight: bold;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s;
  margin-top: 5%;
  margin-bottom: 5%;
}
.shiny-btn5 {
  line-height: 1;
  display: block;
  position: relative;
  width: 93%;
  padding: 8% 0;
  margin: 30px auto;
  background-color: #E3A10C;
  box-shadow: 0 3px 0 0 #3E3C36;
  border-radius: 10px;
  font-weight: bold;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s;
  margin-top: 5%;
  margin-bottom: 5%;
}
@media screen and (max-width: 599px) {
  .shiny-btn4 {
    margin-top: 3%;
    margin-bottom: 1%;
    padding: 3% 0;
    width: 45%;
    border-radius: 4px;
    line-height: 0.5;
  }
  .shiny-btn5 {
    margin-top: 3%;
    margin-bottom: 1%;
    padding: 3% 0;
    width: 45%;
    border-radius: 4px;
    box-sizing: border-box;
    overflow-x: hidden;
    line-height: 0.5;
  }
}
.shiny-btn4:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}
.shiny-btn4::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn4 3s ease-in-out infinite;
}
.shiny-btn5:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}
.shiny-btn5::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn4 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn4 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media screen and (max-width: 599px) {
  .cta_btn {
    margin: 0 auto;
    padding-bottom: 1%;
    display: flex;
    justify-content: center;
  }
  .btn_text__img {
    width: 65%;
    margin: 0 auto;
  }
}


/*----------------------------------------------------
	Main
----------------------------------------------------*/
#mainContents {
    padding-top: 76px;
}
.sp,.sp-br {
    display: none;
}
.wrap {
    max-width: 1080px;
    margin: 0 auto;
}
@media ( max-width:1024px ) {
    .wrap {
        padding: 0 5vw;
    }
}
@media ( max-width:767px ) {
    body.frontPage #mainContents {
        padding-top: 0;
    }
    .wrap {
        padding: 0;
    }
    .pc,.pc-br {
        display: none;
    }
    .sp,.sp-br {
        display: block;
    }
}

section {
    scroll-margin-top: 76px;
}
.section__title {
    font-size: 3.6rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 1em;
}
@media ( max-width:599px ) {
    .section__title {
        font-size: 2.6rem;
    }
}
.marker {
    background: linear-gradient(to bottom, transparent 56%, #FFFF00 56%);
}
strong {
    font-weight: 700;
}
.fontSize__10px {
    font-size: 1rem;
}
.fontSize__11px {
    font-size: 1.1rem;
}
.fontSize__13px {
    font-size: 1.3rem;
}
.center {
    text-align: center;
}
.text__right {
    text-align: right;
}


/*	index.html
----------------------------------------------------*/
#firstView {
    position: relative;
}
#firstView h2 {
    position: relative;
}
.firstView__btn {
    padding: 0 calc(1000 / 1920 * 100%) calc(54 / 1920 * 100%) calc(468 / 1920 * 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
@media ( max-width:767px ) {
    .firstView__btn {
        padding: 0 calc(19 / 375 * 100%) calc(28 / 375 * 100%);
    }
}


#service {}
.service__header {
    background-color: #FFFBED;
}


.campaign {
    background: url("../img/bg01.png") repeat 0 0;
}

.cta {
    padding: 35px 0;
}
.cta h2 {
    max-width: 502px;
    margin: 0 auto;
}
.cta__img {
    max-width: 495px;
    margin: 2em auto 3em;
}
.cta__btn {
    max-width: 585px;
    margin: 0 auto;
}
.cta__btn div {
    margin: 1em 0;
}
.cta__btn img {
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.18));
}
.cta p {
    text-align: center;
    margin-bottom: 0;
}
@media ( max-width:767px ) {
    .cta .wrap {
        padding: 0 2vw;
    }
    .cta h2 {
        max-width: 301px;
        margin: 0 auto;
    }
    .cta__img {
        max-width: 363px;
        margin: 1em auto 2em;
    }
    .cta__btn {
        max-width: 362px;
        margin: 0 auto;
    }
    .cta p {
        text-align: left;
        font-size: 1.2rem;
    }
}

#nayami {
    background-color: #E6E6E6;
}


#tokucho {
    background: url("../img/bg02.png") repeat 0 0;
}
@media ( max-width:767px ) {
    #tokucho {
        background-image: none;
    }
}


#anshin {
    background-color: #EEF2F6;
}

#price {
    background-color: #335062;
}

#voice {
    background-color: #EEF2F6;
}

#flow {}

#faq {
    padding: 0 0 60px;
}
.faqList {}
.faqList__set {
    box-shadow: 2px 2px 7px rgba(0,0,0,0.08);
    padding: 0 30px;
    margin-bottom: 24px;
}
.toggle {
	display: none;
}
.faqList__set--q {
    background: #FFF url("../img/icon_q.png") no-repeat left top 30px/21px 18px;
    font-size: 2rem;
    font-weight: 700;
    padding: 20px 40px;
    display: block;
}
.faqList__set--q::after {
	content:'';
    display: block;
    width: 0;
    height: 0;
	border-top: 10px solid #43B09E;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
	position: absolute;
	top: calc( 50% - 5px );
	right: 0;
}
.faqList__set--q::after {
    transition: all 0.3s;
}
.faqList__set--q,
.faqList__set--a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.faqList__set--a {
    background: url("../img/icon_a.png") no-repeat left top 40px/20px 15px;
    border-top: 0px dashed #E6E6E6;
    padding: 0 40px;
	height: 0;
    opacity: 0;
	overflow: hidden;
    transition: all .3s;
    font-weight: 500;
}
.toggle:checked + .faqList__set--q + .faqList__set--a {
    border-top: 2px dashed #E6E6E6;
    padding: 35px 40px;
	height: auto;
    opacity: 1;
}
.toggle:checked + .faqList__set--q::after {
	transform: rotate(180deg) !important;
}
@media ( max-width:599px ) {
    #faq {
        padding: 0 0 40px;
    }
    .faqList {
        padding: 0 2vw;
    }
    .faqList__set {
        padding: 0 15px;
        margin-bottom: 10px;
    }
    .faqList__set--q {
        background-size: 16px 14px;
        background-position: left top 18px;
        padding: 15px 30px;
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .faqList__set--a {
        background-size: 16px 12px;
        background-position: left top 22px;
        padding: 0 0 0 30px;
        font-size: 1.3rem;
    }
    .toggle:checked + .faqList__set--q + .faqList__set--a {
        padding: 15px 0 15px 30px;
    }
}



/*	price.html
----------------------------------------------------*/
#priceList {
    background-color: #EEF2F6;
    padding: 90px 0 60px;
}
.priceList__box {
    background-color: #FFF;
    border-top: 12px solid #FFDC5A;
    border-radius: 12px;
    padding: 35px calc(125 / 1080 * 100%);
}
.priceList__box + .priceList__box {
    margin-top: 20px;
}
.priceList__box h3 {
    font-size: 2.2rem;
    line-height: 1.3;
    border-bottom: 1px solid #E6E6E6;
    padding: 1.5em 0;
}
.priceBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.priceBlock + .priceBlock {
    border-top: 1px solid #E6E6E6;
}
.priceBlock dt {
    font-size: 1.7rem;
    line-height: 1.3;
    padding-right: 1em;
}
.priceBlock dt.large {
    font-size: 2.2rem;
    font-weight: 700;
}
.priceBlock dd {
    color: #EB871E;
    font-size: 1.7rem;
    white-space: nowrap;
}
.price {
    font-family: 'Oswald', sans-serif;
    font-size: 3.6rem;
    font-weight: 300;
    margin-right: 0.2em;
}
.sup {
    vertical-align: super;
    font-size: smaller;
}
@media ( max-width:599px ) {
    #priceList {
        padding: 50px 0 30px;
    }
    #priceList .wrap {
        padding: 0 2vw;
    }
    .priceList__box {
        border-top-width: 7px;
        border-radius: 7px;
        padding: 0 20px;
    }
    .priceList__box h3 {
        text-align: center;
    }
    .priceBlock {
        flex-direction: column;
    }
    .priceBlock dt {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .priceBlock dd {
        width: 100%;
        text-align: center;
    }
    .price {
        font-size: 3.5rem;
    }
}

#optionList {
    background-color: #335062;
    padding: 90px 0 60px;
}
.optionList__box {
    background-color: #FFF;
    padding: 50px calc(90 / 1080 * 100%);
    position: relative;
    margin-bottom: 20px;
}
.optionList__h2 {
    background-color: #FFF;
    border-radius: 30px;
    color: #335062;
    font-size: 2.6rem;
    line-height: 1.3;
    text-align: center;
    padding: 15px;
    width: calc(900 / 1080 * 100%);
    position: absolute;
    top: -30px;
    left: calc(90 / 1080 * 100%);
}
.optionList__h2 span {
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    margin-right: 0.5em;
}
.optionList__h3 {
    background-color: #E6E6E6;
    text-align: center;
    font-size: 2rem;
    line-height: 1.3;
    padding: 0.3em;
    margin-bottom: 1em;
}
.optionBlock {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.optionBlock__dl {
    width: 25%;
}
.optionBlock__dl + .optionBlock__dl {
    border-left: 1px solid #E6E6E6;
}
.optionBlock__dl dt {
    text-align: center;
    font-weight: 400;
}
.optionBlock__dl dd {
    color: #0F4780;
    text-align: center;
}
#optionList .price {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0 0.2em;
}
.optionList__info {
    color: #FFF;
    font-size: 1.2rem;
}
.optionList__info p:not(:last-child) {
    margin-bottom: 1em;
}
@media ( max-width:599px ) {
    #optionList {
        padding: 50px 0 30px;
    }
    #optionList .wrap {
        padding: 0 2vw;
    }
    .optionList__box {
        padding: 50px 10px;
    }
    .optionList__h2 {
        font-size: 2.3rem;
    }
    .optionList__h2 span {
        font-size: 1.8rem;
    }
    .optionBlock {
        flex-direction: column;
        padding: 0 10px;
    }
    .optionBlock__dl {
        width: 100%;
    }
    .optionBlock__dl:not(.col-1) {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }
    .optionBlock__dl + .optionBlock__dl {
        border-left: none;
        border-top: 1px solid #E6E6E6;
    }
    .optionBlock__dl:not(.col-1) dt {
        padding-right: 1em;
    }
    .optionBlock__dl dd {
        white-space: nowrap;
    }
}




