@charset "utf-8"; /*
#################################
 
	大見出し
 
#################################
*/
/*############ 小見出し ############*/
/*
#################################
 
	追加リセット
 
#################################
*/
input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button, input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    background: transparent;
}

/*
#################################
 
	全体
 
#################################
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap'); /*
Noto Sans Japanese

Thin 100
ExtraLight 200
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900
*/
html {
    font-size: 62.5%;
}

body {
    font-size: 2.4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #000;
}

@media screen and (max-width: 480px) {
    body {
        font-size:1.8rem;
    }
}

a {
}

.inner {
    width: 1080px;
    margin: 0 auto;
}

@media screen and (max-width: 1080px) {
    .inner {
        width:100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 480px) {
    .inner {
        padding:0 5px;
        box-sizing: border-box;
    }
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.red--txt {
    color: #c41830;
}

.marker {
    background: linear-gradient(transparent 70%, #fffd00 70%);
}

.sp {
    display: none;
}

@media screen and (max-width: 480px) {
    .pc {
        display:none;
    }

    .sp {
        display: block;
    }
}

/*
#################################
 
	main
 
#################################
*/
.main__top {
    background: #202830;
    padding: 15px 0;
}

@media screen and (max-width: 480px) {
    .main__top {
        padding:10px 0;
    }
}

.main__top--txt {
    color: #fff;
    text-align: center;
    line-height: 1.66;
}

.main__top--txt span {
    color: #c41830;
    font-size: 3rem;
}

@media screen and (max-width: 480px) {
    .main__top--txt span {
        font-size:2rem;
    }
}

.main__middle {
    background: url(../images/main-bg.jpg)no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px 0;
}

.main--img {
    max-width: 400px;
    margin: 0 auto;
}

.main--img2 {
    max-width: 1100px;
    margin: -25px auto 0;
}

.main__bottom {
    background: #202830;
    padding: 20px 0;
}

@media screen and (max-width: 480px) {
    .main__bottom {
        padding:15px 0;
    }
}

.main__bottom--txt {
    text-align: center;
    font-style: italic;
    font-size: 3rem;
    color: #c41830;
    line-height: 1.66;
}

@media screen and (max-width: 480px) {
    .main__bottom--txt {
        font-size:1.8rem;
    }
}

.main__bottom--txt2 {
    text-align: center;
    font-size: 4rem;
    color: #fff;
    line-height: 1.66;
}

@media screen and (max-width: 768px) {
    .main__bottom--txt2 {
        font-size:3rem;
    }
}

@media screen and (max-width: 480px) {
    .main__bottom--txt2 {
        font-size:2rem;
    }
}

/*
#################################
 
	regist
 
#################################
*/
.regist {
    background: #f4f8fa;
    padding: 50px 0 60px;
}

.regist__txt {
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .regist__txt {
        font-size:2.4rem;
    }
}

@media screen and (max-width: 480px) {
    .regist__txt {
        font-size:1.6rem;
    }
}

.regist__txt2 {
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 25px;
}

@media screen and (max-width: 768px) {
    .regist__txt2 {
        font-size:4rem;
        margin-top: 15px;
    }
}

@media screen and (max-width: 480px) {
    .regist__txt2 {
        font-size:2.8rem;
        margin-top: 15px;
    }
}

.regist__txt2 .small {
    font-size: 4rem;
}

@media screen and (max-width: 768px) {
    .regist__txt2 .small {
        font-size:3rem;
    }
}

@media screen and (max-width: 480px) {
    .regist__txt2 .small {
        font-size:2rem;
    }
}

.regist__txt3 {
    font-size: 2rem;
    text-align: center;
    margin-top: 25px;
    font-weight: 500;
}

@media screen and (max-width: 480px) {
    .regist__txt3 {
        font-size:1.4rem;
        margin-top: 15px;
    }
}

.regist__form--input {
    max-width: 600px;
    margin: 10px auto 0;
}

.regist__form--input input[type="text"] {
    background: #fff;
    font-size: 2rem;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
}

@media screen and (max-width: 480px) {
    .regist__form--input input[type="text"] {
        font-size:1.4rem;
        padding: 15px;
        box-sizing: border-box;
    }
}

.regist__txt4 {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
}

@media screen and (max-width: 480px) {
    .regist__txt4 {
        font-size:1.2rem;
        margin-top: 10px;
    }
}

.regist__form--submit {
    max-width: 600px;
    width: 100%;
    display: block;
    background: #c41830;
    height: 100px;
    line-height: 100px;
    font-size: 4rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-bottom: #66090e 6px solid;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    position: relative;
    margin: 16px auto 0;
}

@media screen and (max-width: 480px) {
    .regist__form--submit {
        height:80px;
        line-height: 80px;
        font-size: 2.6rem;
        border-bottom: #66090e 4px solid;
    }
}

.regist__form--submit.content__button {
    font-size: 2rem;
    height: 70px;
    line-height: 70px;
}

.regist__form--submit svg {
    fill: #fff;
    width: 24px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
}

@media screen and (max-width: 480px) {
    .regist__form--submit svg {
        width:16px;
        height: auto;
        position: absolute;
        top: 2px;
        bottom: 0;
        right: 15px;
        margin: auto;
    }
}

/*
#################################
 
	worries
 
#################################
*/
.worries {
    padding: 50px 0;
    background: url("../images/graph-bg.png") no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width: 480px) {
    .worries {
        padding:25px 0;
    }
}

.box {
    border: #000 3px solid;
    box-sizing: border-box;
    padding: 40px;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .box {
        border:#000 2px solid;
        box-sizing: border-box;
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {
    .box {
        padding:10px;
    }
}

.worries__title--sub {
    height: 50px;
    line-height: 50px;
    background: #c41830;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    max-width: 500px;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .worries__title--sub {
        height:40px;
        line-height: 40px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
    }
}

.worries__title--sub p {
    font-size: 2rem;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .worries__title--sub p {
        font-size:1.6rem;
    }
}

@media screen and (max-width: 480px) {
    .worries__title--sub p {
        font-size:1.4rem;
    }
}

.worries__title {
    text-align: center;
    font-size: 3.4rem;
    color: #333333;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .worries__title {
        margin-top:10px;
        font-size: 3.4rem;
        line-height: 1.66;
    }
}

@media screen and (max-width: 480px) {
    .worries__title {
        margin-top:10px;
        font-size: 2.6rem;
    }
}

.worries__img {
    max-width: 806px;
    margin: 43px auto 0;
}

@media screen and (max-width: 480px) {
    .worries__img {
        margin:20px auto 0;
    }
}

.worries__img2 {
    max-width: 564px;
    margin: 50px auto 0;
}

@media screen and (max-width: 480px) {
    .worries__img2 {
        margin:20px auto 0;
    }
}

/*
#################################
 
	heading
 
#################################
*/
.heading {
    background: #202830;
    text-align: center;
    padding: 39px 0;
}

@media screen and (max-width: 768px) {
    .heading {
        padding:25px 0;
    }
}

.heading__txt {
    color: #fff;
    font-size: 4rem;
    line-height: 1.55;
}

@media screen and (max-width: 768px) {
    .heading__txt {
        font-size:3rem;
    }
}

@media screen and (max-width: 480px) {
    .heading__txt {
        font-size:2rem;
    }
}

/*
#################################
 
	about
 
#################################
*/
.about {
    padding: 50px 0;
    box-sizing: border-box;
    background: url("../images/geometry-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width: 480px) {
    .about {
        padding:25px 0;
    }
}

.about__txt, .about__txt2 {
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.66;
    padding-bottom: 1.66em;
}

@media screen and (max-width: 480px) {
    .about__txt, .about__txt2 {
        font-size:1.8rem;
        text-align: left;
    }
}

.about__txt {
    margin-top: 40px;
}

@media screen and (max-width: 480px) {
    .about__txt {
        margin-top:20px;
    }
}

.about__img2 img, .about__img3 img {
    width: 100%;
    height: auto;
}

.about__img3 {
    margin-top: 40px;
}

@media screen and (max-width: 480px) {
    .about__img3 {
        margin-top:20px;
    }
}

/*
#################################
 
	difference
 
#################################
*/
.difference {
    padding: 50px 0;
    box-sizing: border-box;
    background: url("../images/difference-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.box--txt {
    font-size: 2.4rem;
    line-height: 1.66;
    padding-bottom: 1.66em;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .box--txt {
        font-size:2rem;
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .box--txt {
        font-size:1.8rem;
    }
}

.p00 {
    padding: 0 !important;
}

.difference__box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
    .difference__box {
        margin-bottom:20px;
    }
}

.difference__box--image {
    width: 400px;
}

@media screen and (max-width: 1080px) {
    .difference__box--image {
        width:40%;
    }
}

.difference__box--image img {
    width: 100%;
    height: auto;
}

.difference__txt {
    margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
    .difference__txt {
        margin-bottom:20px;
    }
}

/*
#################################
 
	point
 
#################################
*/
.point {
    padding: 50px 0;
    background: url("../images/graph-bg.png") no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width: 480px) {
    .point {
        padding:25px 0;
    }
}

.point__box {
    margin-top: 50px;
}

@media screen and (max-width: 480px) {
    .point__box {
        margin-top:25px;
    }
}

.point__box:first-of-type {
    margin-top: 0;
}

.point__box--inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.underline {
    text-decoration: underline;
}

.point__box--subtitle {
    color: #fff;
    font-size: 3rem;
    display: inline-block;
    background: #c41830;
    line-height: 50px;
    height: 50px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    padding: 0 40px;
}

@media screen and (max-width: 480px) {
    .point__box--subtitle {
        font-size:1.6rem;
        line-height: 30px;
        height: 30px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        padding: 0 30px;
    }
}

.point__box--title {
    font-style: italic;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .point__box--title {
        font-size:4rem;
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    .point__box--title {
        font-size:2.6rem;
        margin-top: 10px;
    }
}

.point__box--image {
    margin-top: 30px;
    margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
    .point__box--image {
        margin-top:15px;
        margin-bottom: 20px;
    }
}

/*
#################################
 
	consultation
 
#################################
*/
.consultation {
    padding: 50px 0;
    background: #f2f2f2;
}

@media screen and (max-width: 480px) {
    .consultation {
        padding:25px 0;
    }
}

.consultation__box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-top: 60px;
    margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
    .consultation__box {
        margin-top:30px;
        margin-bottom: 20px;
    }
}

.consultation__box--list {
    width: 180px;
}

@media screen and (max-width: 768px) {
    .consultation__box--list {
        width:30%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .consultation__box--list {
        width:48%;
        margin-bottom: 20px;
    }
}

.popup-open:hover img {
    opacity: 0.7;
}

#popup1, #popup2, #popup3, #popup4, #popup5 {
    display: none;
}

.popup-open {
    cursor: pointer;
}

.popup-overlay {
    display: none;
}

#popup1:checked ~ .popup-overlay, #popup2:checked ~ .popup-overlay, #popup3:checked ~ .popup-overlay, #popup4:checked ~ .popup-overlay, #popup5:checked ~ .popup-overlay {
    display: block;
    z-index: 99999;
    background-color: rgba(0,0,0,.7);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

.popup-window {
    width: 90vw;
    max-width: 1080px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 480px) {
    .popup-window {
        padding: 10px;
    }
}

.popup-title {
    text-align: center;
    font-size: 3rem;
    border-bottom: #000 2px solid;
    padding-bottom: 15px;
}

@media screen and (max-width: 480px) {
    .popup-title {
        font-size:2rem;
        padding-bottom: 10px;
    }
}

.popup-text {
    margin: 0;
    font-size: 2rem;
    font-weight: 500;
    padding: 20px 10px;
    box-sizing: border-box;
}

@media screen and (max-width: 480px) {
    .popup-text {
        font-size:1.6rem;
        padding: 10px 5px;
    }
}

.popup-text:not(:last-of-type) {
    margin-bottom: 1em
}

.popup-image {
    max-width: 600px;
    margin: 0 auto;
}

.popup-close {
    cursor: pointer;
    position: absolute;
    top: -35px;
    right: 0;
}

@media screen and (max-width: 480px) {
    .popup-close {
        cursor: pointer;
        position: absolute;
        top: -35px;
        right: 0;
    }
}

.consultation__image2 {
    max-width: 850px;
    margin: 0 auto;
}

/*
#################################
 
	consultation2
 
#################################
*/
.consultation2 {
    padding: 50px 0;
    box-sizing: border-box;
    background: url("../images/geometry-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width: 480px) {
    .consultation2 {
        padding:25px 0;
        box-sizing: border-box;
    }
}

.consultation2__box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.consultation2__box img {
    width: 340px;
    height: auto;
    margin: 8px;
}

@media screen and (max-width: 768px) {
    .consultation2__box img {
        width:48%;
        height: auto;
        margin: 1%;
    }
}

@media screen and (max-width: 480px) {
    .consultation2__box img {
        width:80%;
        height: auto;
        margin: 1%;
    }
}

/*
#################################
 
	voice
 
#################################
*/
.voice {
    padding: 50px 0;
    background: url("../images/difference-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width: 480px) {
    .voice {
        padding:25px 0;
    }
}

/*
#################################
 
	about
 
#################################
*/
.soft {
    padding: 50px 0;
    box-sizing: border-box;
    background: url("../images/geometry-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width: 480px) {
    .soft {
        padding:25px 0;
        box-sizing: border-box;
    }
}

.soft__image {
    background: #f5f5f5;
    max-width: 800px;
    padding: 20px 0 0;
    box-sizing: border-box;
    margin: 0 auto 40px;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .soft__image {
        margin:0 auto 20px;
    }
}

.soft__image img {
    width: 42%;
    height: auto;
}

/*
#################################
 
	period
 
#################################
*/
.period {
    padding: 50px 0;
    background: url("../images/graph-bg.png") no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.period__image {
    background: #fff;
    max-width: 800px;
    padding: 20px 0 0;
    box-sizing: border-box;
    margin: 0 auto 40px;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .period__image {
        margin:0 auto 20px;
    }
}

.period__image img {
    width: 29%;
    height: auto;
}

@media screen and (max-width: 480px) {
    .period__image img {
        width:40%;
        height: auto;
    }
}

.period__box {
    background: #202830;
    max-width: 800px;
    margin: 0 auto 30px;
    padding: 20px 30px;
    box-sizing: border-box;
}

@media screen and (max-width: 480px) {
    .period__box {
        margin:0 auto 15px;
        padding: 15px 10px;
        box-sizing: border-box;
    }
}

.period__box table {
    width: 100%;
}

.period__box table th, .period__box table td {
    color: #fff;
    text-align: left;
}

@media screen and (max-width: 480px) {
    .period__box table th, .period__box table td {
        font-size:1.6rem;
    }
}

.period__box table th {
    width: 50%;
}

@media screen and (max-width: 480px) {
    .period__box table th {
        width:70%;
    }
}

.period__box table td {
    width: 50%;
}

@media screen and (max-width: 480px) {
    .period__box table td {
        width:30%;
    }
}

.period__box table .this_time {
    color: #fffd00;
}

/*
#################################
 
	footer
 
#################################
*/
#footer {
    background: #555;
    padding: 30px 0;
}

.footer_memo-ttl {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
}

.footer_memo-txt {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
}

.footer_nav {
    margin-top: 20px;
}

.footer_nav-list {
    display: inline-block;
}

.footer_nav-list a {
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 5px 15px;
}

.footer_nav-list a:hover {
    text-decoration: underline;
}

/*
#################################
 
	copyright
 
#################################
*/
.copyright {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px 0;
    background: #000;
}

/*
#################################
 
	sub
 
#################################
*/
.sub {
    padding: 50px 0;
    background: url("../images/graph-bg.png") no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.sub_ttl {
    background: #f5f5f5;
    padding: 15px 0;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.content p {
    font-size: 1.4rem;
    padding-bottom: 1em;
    font-weight: 400;
}

.content h2 {
    font-size: 1.6rem;
    margin-top: 10px;
    padding: 5px 0;
    font-weight: 600;
}

.content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.content a {
    color: #c41830;
    text-decoration: underline;
}

.content a:hover {
    text-decoration: none;
}

.content table th, .content table td {
    font-size: 1.4rem;
    padding: 15px 10px;
    box-sizing: border-box;
}

.content table th {
    width: 40%;
    font-weight: 600;
    background: #eee;
    vertical-align: middle;
}

.content table td {
    width: 60%;
    font-weight: 400;
}

.table__form {
}

.content .table__form th, .content .table__form td {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 1.6rem;
}

.content .table__form th {
    background: #fff;
    text-align: left;
}

.form__input {
    background: #f5f5f5;
    font-size: 1.6rem;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
}

.form_button{
width: 100%;
margin: 0 auto;

}
