@charset "UTF-8";

/***** 全体*****/

a {
    text-decoration: none;
}

li {
    list-style: none;
}

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 游ゴシック;
}

.header {
    margin: 0 auto;
}

.header-content {
    background-color: #4E5152;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-around;
}

.header-title {
    color: white;
    margin: auto;
    font-size: 35px;
    font-weight: bold;
}

.header-tel {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 10px;
    font-weight: bold;
}

.header-tel a {
    color: aqua;
}

.header-tel span {
    color: white;
    pointer-events: none;
}

.header-contact {
    display: flex;
    gap: 20px;
}


.header-image {
    background-image:url(image/headerimage.png);
    background-size: cover;
    height: 100vh;
    margin: 0 auto;
    width: 100%;
}

.header-message {
    width: 80%;
    margin: 0 auto;
    font-size: 2.5rem;
    font-weight: bold;
    padding-top: 100px;
    line-height: 2.0;
    text-align: center;
}

.header-message2 {
    display: none;
}

.b-content {
    display: flex;
    gap: 10px;
    margin: 15px auto;
    width: 95%;
    text-align: center;
    padding: 0 auto;
}

.b-content img  {
    width: 100%;
}


/*****sec-1*****/

.sec-1 {
    height: 60vh;
    text-align: center;
}

.sec-1-content {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 150px;
}

.sec-1-tel {
    font-size: 2.5rem;
    font-weight: bold;
}


/*****sec-2*****/

h2 {
    font-size: 3rem;
    text-align: center;
}


.fee-example {
    text-align: center;
}


.fee-example img{
    width: 90vw;
    margin: 0 auto;
}


/*****sec-3*****/


.sec-3 {
    text-align: center;
    font-size: 2rem;
    margin-top: 150px;
}

.thought,
.eco-3r,
.permission {
    margin: 50px auto;
    line-height: 2.0;
}


/*****sec-4*****/

.sec-4 {
    text-align: center;
    margin-top: 150px;
}

table {
    margin: 0 auto;
    font-size: 2.5rem;
    width: 1000px;
    text-align: center;
}

th {
    width: 20%;
    height: 150px;
    border-bottom: 1px solid;
}

td {
    width: 40%;
    border-bottom: 1px solid;
}

h3 {
   font-size: 3rem;
   margin-top: 150px;
}

.eria {
    font-size: 2.5rem;
}

/*****sec-5*****/

.sec-5 {
    text-align: center;
    margin-top: 150px;
}

.sec-5 h2 {
    margin-bottom: 150px;
}

.service-flow,
.service-flow-1 {
    display: flex;
    gap: 30px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.flow-img {
    width: 40%;
}

.flow-word {
    width: 60%;
    font-size: 2.2rem;
}

.flow-word h4 {
    margin-top: 0;
}

.flow-word p {
    text-align: left;
}

.next-flow {
    text-align: center;
}


/*****sec-6*****/

.sec-6 {
    text-align: center;
    margin-top: 150px;
}

.voice {
    width: 90%;
    display: flex;
    gap: 30px;
    margin: 0 auto;
}

.voice-1 p {
    font-size: 2rem;
}

.voice-1-p {
    width: 70%;
    font-size: 2.1rem;
    text-align: left;
    background-color: lightsteelblue;
    line-height: 2;
}

/*****sec-7*****/

.sec-7 {
    text-align: center;
    margin-top: 150px;
}

.question {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 2rem;
}

.q {
    color: red;
    text-decoration-line: underline;
    margin-top:100px;
    font-weight: bold;
}

.a {
    color: blue;
    font-weight: bold;
    margin-top: 50px;
}


/*****footer*****/

.footer-content {
    background-color: #4E5152;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-around;
    margin-top: 200px;
    color: white;
}

small {
    font-size: 2rem;
    line-height: 3;
}

.footer-contact {
    display: flex;
    gap: 50px;
}

.f-c-t a {
    font-size: 1.5rem;
    text-align: center;
    color:aqua;
    margin-top: 10px;

    }

.f-c-t {
    font-size: 1rem;
    color: white;
    margin-top: 10px;
}

.f-c-m  {
    color: black;
    background-color:yellow;
    font-weight: bold;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 3;
    margin-top: 20px;
    border-radius: 20px;
}






/*******レスポンシブ*******/

@media (max-width: 750px) {

/*****共通*****/

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

/******ヘッダー*****/


.header-content {
    height: 200px;
    flex-direction: column;
}

.header-contact {
    justify-content: space-around;
}

.header-contact img {
    width: 120px;
}

.header-image {
    background-image: url(image/response-header1.png);
    height: 70vh;
}

.header-message {
    display: none;
}

.header-message2 {
    display: block;
    height: 30vh;
    text-align: center;
    background-color:beige;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2;
    padding-top: 100px;
}

.b-content {
    flex-direction: column;
}

.bc img {
    width: 80%;
}

/*****sec-1*****/

.sec-1 {
    height: 40vh;
}

.sec-1-content {
    font-size: 1.4rem;
}

.sec-1-tel {
    font-size: 2rem;
}

/*****sec-3*****/

.sec-3 h2 {
    font-size: 1.7rem;
}

.thought,
.eco-3r,
.permission  {
    font-size: 1.1rem;
}

/*****sec-4*****/

table {
    width: 95%;
    font-size: 1.5rem;
}

td {
    font-size: 1.3rem;
}

.eria {
    font-size: 1.5rem;
}

/*****sec-5*****/

.service-flow {
    flex-direction: column;
}

.service-flow-1 {
    flex-direction: column-reverse;
}

.flow-img {
    width: 50%;
    margin: 0 auto;
}

.flow-img img {
    width: 100%;
}

.flow-word {
    width: 90%;
    font-size: 1.5rem;
    margin: 0 auto;
}


/*****sec-6*****/

.voice {
    flex-direction: column;
    gap: 0;
}

.voice-1 p {
    font-size: 1rem;
}

.voice-1 img {
    width: 40%;
}

.voice-1-p {
    font-size: 1.2rem;
    margin: 0 auto;
    width: 95%;
}

/*****sec-7*****/

.question {
    font-size: 1.5rem;
}

/*****footer*****/

.footer-content {
    height: 200px;
    flex-direction: column-reverse;
    margin-top: 150px;
}

small {
    font-size: 1.5rem;
    text-align: center;
}

.footer-contact {
    justify-content:space-between;
    width: 95%;
    margin: 0 auto;
}

}