/*===============================

	top

================================*/
/*-------------------------
  mv
-------------------------*/
.mv {
    background-color: #FFEBEB;
    border-bottom: #CF0106 solid 10px;
}

.mv .img {
    max-width: 400px;
}

.mv .wrapper {
    align-items: center;
}

.CatchCopy {
    font-family: "Zen Maru Gothic", serif;
}

.mv .CatchCopy {
    color: #CF0106;
    font-weight: 700;
    /* line-height: 2; */
    font-size: 40px;
    letter-spacing: 5px;
    padding: 0 20px;
}

.mv .CatchCopy p {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 10px 20px;
    display: inline-block;
}

.mv .CatchCopy p:nth-child(3) {
    background-color: transparent;
}

/* .mv .CatchCopy p:after {
    background-color: #CF0106;
    border-radius: 5px;
    content: "";
    display: block;
    height: 4px;
} */

/* .mv .CatchCopy p:nth-child(2) {
    display: inline-block;
} */

/* .mv .CatchCopy p:nth-child(3)::after {
    background-color: transparent;
} */

.mv .CatchCopy .SmallLetter {
    font-size: 33px;
}

/*-------------------------
  news
-------------------------*/
.news .content dl {
    line-height: 1.5;
    margin-bottom: 30px;
    border-bottom: 1px dashed #626262;
    padding-bottom: 30px;
}

.news .content dt {
    margin-right: 30px;
}

/*-------------------------
  trouble
-------------------------*/
#TOP .trouble .exc_title {
    color: #CF0106;
    font-size: 26px;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    margin-bottom: 50px;
}

#TOP .trouble .exc_title .sub {
    background-color: #CF0106;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 40px;
    position: relative;
    color: #fff;
}

#TOP .trouble .exc_title .sub::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 30%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 10px solid #CF0106;
}

#TOP .trouble .content .wrapper {
    justify-content: space-between;
}

#TOP .trouble .content .wrapper .unit {
    width: 32%;
}

#TOP .trouble .content .wrapper .unit .img {
    border: 4px solid #FF9295;
    border-radius: 50%;
    max-width: 100px;
    margin: 0 auto 40px;
}

#TOP .trouble .content .wrapper .unit p {
    background-color: #fff;
    padding: 20px;
    line-height: 1.5;
    position: relative;
    border-radius: 10px;
    height: 110px;
}

#TOP .trouble .content .wrapper .unit p::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 20%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom: 15px solid #fff;
}

#TOP .Bg .trouble.Obi {
    background-color: #FF9194;
    text-align: center;
    padding: 40px 10px;
    color: #fff;
    font-size: 25px;
    position: relative;
}

#TOP .Bg .trouble.Obi::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    border: 25px solid transparent;
    border-top: 25px solid #FF9194;
}

#TOP .Bg .trouble.Obi span {
    font-size: 35px;
    margin-right: 10px;
}

/*-------------------------
  service
-------------------------*/
#TOP .service .content .wrapper {
    flex-wrap: wrap;
    justify-content: center;
}

#TOP .service .content .unit {
    background-color: #fff;
    box-shadow: 1px 1px 3px #ccc;
    border-radius: 15px;
    padding: 10px;
    width: 23%;
    margin: 0px 7px 40px;
}

#TOP .service .content .unit .img {
    background: #eee;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

#TOP .service .content .unit .img::before {
    content: "";
    padding-top: 100%;
    display: block;
}

#TOP .service .content .unit .img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border: 1px solid #ccc;
}

#TOP .service .content .unit p {
    padding: 20px 23px 10px 0;
    color: #CF0106;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
}

#TOP .service .content .unit p::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #CF0106;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 4px;
    bottom: 0;
    margin: auto;
}

#TOP .service .content .unit p::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: 12px;
    bottom: 0;
    margin: auto;
}

/*-------------------------
  link
-------------------------*/
#TOP .link.Bg {
    position: relative;
    top: 210px;
    height: 350px;
    margin-bottom: 200px;
}

#TOP .link .content {
    position: relative;
    top: -260px;
}

#TOP .link .content .img {
    max-width: 600px;
    margin: 0 auto;
}

#TOP .link .content .img img {
    border-radius: 15px;
    box-shadow: 0px 0px 5px #868686;
}

/*-------------------------
  access
-------------------------*/
#TOP .access .content {
    line-height: 1.5;
}

#TOP .access .content .wrapper {
    justify-content: space-between;
    margin-bottom: 80px;
}

#TOP .access .content iframe {
    width: 60%;
    border-radius: 15px;
    height: auto;
}

#TOP .access .content .info {
    padding-left: 20px;
    width: 40%;
}

#TOP .access .content .info img {
    border-radius: 15px;
}

#TOP .access .content .info p {
    margin-bottom: 20px;
    background-color: #FFEBEB;
    padding: 15px;
    border-radius: 15px;
}


#TOP .access .content .info p span {
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}

/*===============================

	pages

================================*/
/*-------------------------
  about
-------------------------*/
#PAGES .about .content h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
}

#PAGES .about .content .article:first-of-type {
    margin-bottom: 150px;
}

#PAGES .about .content .txt p {
    margin-bottom: 30px;
}

#PAGES .about .content .txt .img-right img {
    border-radius: 15px;
}

#PAGES .about .content .profile .img img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    object-fit: cover;
    margin: 0 auto -50px;
    display: block;
    background-color: #fff;
    border: 5px solid #FFEBEB;
    position: relative;
    top: -90px;
}


#PAGES .about .content .profile li {
    text-indent: -1.1em;
    padding-left: 1.1em;
}

#PAGES .about .content .info table {
    width: 80%;
    margin: 0 auto;
}

#PAGES .about .content .info table tr th,
#PAGES .about .content .info table tr td {
    padding: 20px;
    line-height: 1.5;
    vertical-align: middle;
}

#PAGES .about .content .info table tr th {
    border-bottom: 1px solid #626262;
    text-align: center;
}

#PAGES .about .content .info table tr td {
    border-bottom: 1px solid #ccc;
}

/*-------------------------
  service
-------------------------*/
#PAGES .service .content .article .txt {
    width: 100%;
    padding-right: 25px;
}

#PAGES .service .content .article .img img {
    border-radius: 10px;
    width: 250px;
    height: 250px;
    object-fit: cover;
    border: 1px solid #ccc;
}

#PAGES .service.other .content {
    max-width: 500px;
    margin: 0 auto 100px;
    padding: 0 20px;
}

#PAGES .service.other .content .txt {
    text-align: center;
    line-height: 1.5;
}

#PAGES .service.other .content .txt p {
    margin-bottom: 30px;
    font-size: 18px;
}

#PAGES .service.other .contact {
    line-height: 1.5;
    border: 10px solid #E6E6E6;
    border-radius: 20px;
    margin-bottom: 150px;
}

#PAGES .service.other .contact .wrapper {
    justify-content: center;
    margin-bottom: 30px;
    align-items: center;
}

#PAGES .service.other .contact .img {
    max-width: 65px;
}

#PAGES .service.other .contact .tel {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 20px;
}

#PAGES .service.other .contact .tel p {
    font-size: 20px;
}

/*-------------------------
  price
-------------------------*/
#PAGES .price .article.fee dl {
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    padding: 0 10px 10px 10px;
    align-items: center;
}

#PAGES .price .article.fee dt {
    font-weight: 500;
    padding-right: 10px;
}

#PAGES .price .article.fee .unit>p {
    background-color: #FF9296;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
}

#PAGES .price .article.fee .unit {
    margin-bottom: 50px;
}

#PAGES .price .article.fee .unit:nth-last-child(2) {
    margin-bottom: 30px;
}

#PAGES .price .content .flow .wrapper {
    margin-bottom: 20px;
    align-items: center;
}

#PAGES .price .content .flow .img {
    width: 20%;
    margin-left: 15px;
}

#PAGES .price .content .flow .img img {
    background-color: #fff;
    padding: 0px 20px;
    border-radius: 50px;
    line-height: 1;
    width: 95px;
    height: 95px;
    border: 2px solid #CF0106;
}

#PAGES .price .content .flow .en {
    background-color: #CF0106;
    color: #fff;
    font-weight: 700;
    padding: 12px 18px;
    display: inline-block;
    border-radius: 50%;
    line-height: 1;
    font-size: 25px;
    width: 50px;
    height: 50px;
    position: relative;
    left: -15px;
    top: 30px;
    z-index: 1;
}

#PAGES .price .content .flow .txt {
    margin-left: 20px;
    padding-top: 40px;
    width: 100%;
}

#PAGES .price .content .flow .txt p:first-of-type {
    color: #CF0106;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

/*-------------------------
  consultant
-------------------------*/
#PAGES .consultant .content .txt {
    max-width: 660px;
    margin: 0 auto 50px;
}

#PAGES .consultant .content .article .wrapper {
    justify-content: space-between;
    margin-bottom: 100px;
}

#PAGES .consultant .content .article .unit {
    width: 45%;
}

#PAGES .consultant .content .article .unit>p:first-of-type {
    background-color: #CF0106;
    padding: 15px 20px;
    color: #fff;
    text-align: center;
    border-radius: 20px 20px 0 0;
}

#PAGES .consultant .content .article .unit .group {
    box-shadow: 0 0 3px #ccc;
    padding: 20px;
    height: 230px;
}

#PAGES .consultant .content .article .unit .group p {
    line-height: 1.5;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    word-break: keep-all;
}

#PAGES .consultant .content .article .unit:first-of-type .group p:first-of-type {
    background-color: #FFF4C6;
}

#PAGES .consultant .content .article .unit:first-of-type .group p:nth-of-type(2) {
    background-color: #FFEBEB;
    margin-bottom: 0;
}

#PAGES .consultant .content .article .unit:last-of-type .group p:first-of-type {
    background-color: #FFEAD5;
    margin-bottom: 0;
}

#PAGES .consultant .contact {
    border: 10px solid #E6E6E6;
    border-radius: 20px;
    padding: 30px 20px;
    max-width: 700px;
    margin: 0 auto;
}

#PAGES .consultant .contact .wrapper {
    align-items: end;
    justify-content: center;
    margin-bottom: 30px;
}

#PAGES .consultant .contact .info {
    width: 70%;
    padding-left: 15px;
}

#PAGES .consultant .contact .info img {
    width: 35px;
    margin-right: 10px;
}

#PAGES .consultant .contact .info p {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
}

#PAGES .consultant .contact p span {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    line-height: 1.5;
}

#PAGES .consultant .contact .info .wrapper .tel {
    font-size: 30px;
    font-weight: 700;
}

#PAGES .consultant .contact .info .wrapper {
    margin-bottom: 0px;
    justify-content: start;
    align-items: center;
}


#PAGES .consultant .contact .wrapper .img {
    width: 30%;
}

/*-------------------------
  error
-------------------------*/
#PAGES .error .img {
    max-width: 250px;
    margin: 0 auto 30px;
}

#PAGES .error .txt {
    text-align: center;
}