/* 共通設定 */
html {
    font-size: 62.5%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}
body {
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    width: 100%;
    overflow-x: hidden;
}
button {
    cursor: pointer;
}
a.anchor{
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}

/* ヘッダー */
header {
    display: flex;
    margin: 60px 0 150px;
}
.header-left {
    width: 25%;
}
.rogo img {
    width: 100%;
    height: 100%;
    margin: 0 0 -1px;
}
.topnav {
    width: 150px;
    margin: 10px auto 0 5%;
}
.topnav ul li {
    border-bottom: 1px solid #333333;
}
.topnav a {
    display: block;
    text-decoration: none;
    font-size: 1.4rem;
    padding: 25px 0 5px;
    font-weight: bold;
    color: #333333;
}
.header-right {
    width: 75%;
    position: relative;
    margin: calc((20% * 0.015) * 9) 0 0;
}
.header-right img {
    width: 100%;
    height: 100%;
}
.main-box {
    padding: 10px 20px 20px;
    border: 1px solid #000000;
    font-family: calibri, 'calibri', sans-serif;
    font-style: normal;
    font-weight: 300;
    position: absolute;
    left: -50px;
    bottom: 30px;
    z-index: 100;
}
.main-white-box {
    width: 289px;
    height: 248px;
    position: absolute;
    bottom: 15px;
    left: -35px;
    background-color: rgb(255, 255, 255, 0.2);
    z-index: 10;
}
.main-red-box {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -15px;
    left: 220px;
    background-color: #b30004;
    z-index: 1;
}
.main-box-p1 {
    font-size: 4rem;
    line-height: 1.5;
}
.main-box-p2 {
    width: 140px;
    margin: 0 0 0 auto;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}
.main-box-p2::before {
    content: "";
    height: 1px;
    width: 30px;
    background-color: #333333;
}

/* 会社概要 */
.content1 {
    position: relative;
}
.content1-wrap {
    position: relative;
    z-index: 10;
}
.content1 img {
    width: 52.5%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
.content1 h2 {
    font-size: 3.2rem;
    text-align: center;
    font-weight: normal;
    padding: 30px 0;
    letter-spacing: 5px;
}
.content1 h3 {
    font-size: 2.5rem;
    text-align: center;
    font-weight: normal;
    padding: 0 0 30px;
}
.content1 p {
    font-size: 1.4rem;
    width: 80%;
    max-width: 760px;
    margin: 0 auto 20px;
    line-height: 1.5;
}
.content1-table {
    font-size: 1.4rem;
    width: 510px;
    margin: 0 auto 100px;
    background-color: rgb(204, 204, 204, 0.5);
}
.content1-table th {
    text-align: left;
    line-height: 1.5;
    padding: 5px 10px 5px 30px;
    font-weight: normal;
}
.content1-table td {
    line-height: 1.5;
    padding: 5px 30px 5px 10px;
}
.content1-table tr:first-child th {
    padding: 20px 10px 5px 30px;
}
.content1-table tr:first-child td {
    padding: 20px 30px 5px 10px;
}
.content1-table tr:last-child th {
    padding: 5px 10px 20px 30px;
}
.content1-table tr:last-child td {
    padding: 5px 30px 20px 10px;
}

/* 内装 */
.content2 {
    background: linear-gradient(#ffffff 120px, rgb(204, 204, 204, 0.5) 120px);
    background : -moz-linear-gradient(#ffffff 120px,  rgb(204, 204, 204, 0.5) 120px);
    background : -webkit-linear-gradient(#ffffff 120px,  rgb(204, 204, 204, 0.5) 120px);
    background : -o-linear-gradient(#ffffff 120px,  rgb(204, 204, 204, 0.5) 120px);
    background : -ms-linear-gradient(#ffffff 120px,  rgb(204, 204, 204, 0.5) 120px);
    padding: 0 0 60px;
    margin: 0 0 100px;
}
.content2-wrap1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 1024px;
    margin: auto;
}
.content2-wrap1-left {
    width: 200px;
}
.content2-wrap1-right {
    margin: 0 0 0 20px;
    width: calc(100% - 220px);
    max-width: 824px;
}
.content2-wrap1-left img {
    width: 100%;
    height: 100%;
}
.content2 h2 {
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: 15px;
}
.content2 h3 {
    font-size: 2rem;
    font-weight: normal;
    text-align: right;
    padding: 5px 25px 0 0;
}
.content2-title {
    width: 120px;
    position: relative;
    margin: 0 0 30px;
}
.content2-title::after {
    content: "";
    height: 90%;
    width: 4px;
    background-color: #000000;
    position: absolute;
    right: 6px;
    top: 0;
}
.content2-title::before {
    content: "";
    height: 90%;
    width: 1px;
    background-color: #000000;
    position: absolute;
    right: 0;
    top: 0;
}
.content2-wrap1 p {
    font-size: 1.4rem;
    line-height: 1.5;
}
.content2-p2 {
    font-size: 1.2rem;
    line-height: 1.5;
    width: 50%;
    margin: 30px auto;
}
.content2-wrap2 {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: auto;
}
.content2-wrap2 img {
    width: 24%;
    height: 100%;
}

/* リノーバタイル */
.content3 {
    background: linear-gradient(#ffffff 190px, rgb(199, 178, 153, 0.8) 190px, rgb(199, 178, 153, 0.8) 40%, #ffffff 40%);
    background : -moz-linear-gradient(#ffffff 190px, rgb(199, 178, 153, 0.8) 190px, rgb(199, 178, 153, 0.8) 40%, #ffffff 40%);
    background : -webkit-linear-gradient(#ffffff 190px, rgb(199, 178, 153, 0.8) 190px, rgb(199, 178, 153, 0.8) 40%, #ffffff 40%);
    background : -o-linear-gradient(#ffffff 190px, rgb(199, 178, 153, 0.8) 190px, rgb(199, 178, 153, 0.8) 40%, #ffffff 40%);
    background : -ms-linear-gradient(#ffffff 190px, rgb(199, 178, 153, 0.8) 190px, rgb(199, 178, 153, 0.8) 40%, #ffffff 40%);
}
.content3-title {
    width: 80%;
    max-width: 1024px;
    position: relative;
    margin: 0 auto 30px;
}
.content3-title::after {
    content: "";
    height: 90%;
    width: 4px;
    background-color: #000000;
    position: absolute;
    left: 240px;
    top: 0;
}
.content3-title::before {
    content: "";
    height: 90%;
    width: 1px;
    background-color: #000000;
    position: absolute;
    left: 250px;
    top: 0;
}
.content3 h2 {
    font-size: 3.2rem;
    font-weight: normal;
}
.content3 h3 {
    width: 230px;
    font-size: 2rem;
    font-weight: normal;
    text-align: right;
    padding: 5px 0 0;
}
.content3-wrap {
    width: 80%;
    max-width: 1024px;
    margin: 0 auto 60px;
    font-size: 1.4rem;
    line-height: 1.5;
}
.content3-wrap1 {
    display: flex;
    justify-content: center;
    width: 80%;
    max-width: 1024px;
    margin: auto;
}
.content3-wrap1-left {
    width: 10%;
}
.content3-wrap1-left img {
    width: 100%;
    height: auto;
}
.content3-wrap1-right {
    padding: 20px 0 0 5%;
    width: calc(100% - 15%);
    max-width: 600px;
}
.content3-wrap1-right p {
    font-size: 1.4rem;
    line-height: 1.5;
}
.content3-wrap1-inner {
    display: flex;
    justify-content: space-between;
}
.brown-circle {
    width: 120px;
    height: 120px;
    background-color: #a67c52;
    border-radius: 50%;
    position: relative;
    margin: 30px 0;
}
.brown-circle p {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.content3-wrap2 {
    width: 50%;
    max-width: 500px;
    margin: auto;
}
.content3-wrap2 img {
    width: 100%;
    height: 100%;
    margin: 0 0 20px;
}
.content3-wrap3 {
    background-image: url("./img/content3-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 80%;
    max-width: 1024px;
    margin: 30px auto;
    padding: 20px 0 40px;
}
.content3-wrap3 h4 {
    font-size: 2.4rem;
    text-align: center;
    font-weight: normal;
    padding: 5px 0;
    width: 350px;
    margin: 0 auto 20px;
    background: linear-gradient(transparent 65%,  rgb(251, 176, 59, 0.7) 65%);
    background : -moz-linear-gradient(transparent 65%,   rgb(251, 176, 59, 0.7) 65%);
    background : -webkit-linear-gradient(transparent 65%,  rgb(251, 176, 59, 0.7) 65%);
    background : -o-linear-gradient(transparent 65%,  rgb(251, 176, 59, 0.7) 65%);
    background : -ms-linear-gradient(transparent 65%,   rgb(251, 176, 59, 0.7) 65%);
}
.content3-h3-large {
    font-size: 150%;
}
.content3-wrap3-inner {
    display: flex;
    justify-content: center;
}
.content3-list-wrap {
    display: flex;
    margin: 30px 0 0;
}
.content3-wrap3-right {
    margin: 0 0 0 20px;
}
.content3-wrap-num {
    border-right: 1px solid #998675;
    font-size: 2rem;
    padding: 5px 10px 5px 0;
}
.content3-inner-sentence {
    margin: 0 0 0 2px;
}
.content3-inner-sentence p {
    font-size: 1.8rem;
    padding: 5px 10px;
    background: linear-gradient(transparent 65%,  rgb(251, 176, 59, 0.7) 65%);
    background : -moz-linear-gradient(transparent 65%,   rgb(251, 176, 59, 0.7) 65%);
    background : -webkit-linear-gradient(transparent 65%,  rgb(251, 176, 59, 0.7) 65%);
    background : -o-linear-gradient(transparent 65%,  rgb(251, 176, 59, 0.7) 65%);
    background : -ms-linear-gradient(transparent 65%,   rgb(251, 176, 59, 0.7) 65%);
}
.content3-inner-p1 {
    width: 180px;
}
.content3-inner-sentence ul {
    margin: 0 0 0 5px;
    padding: 10px 0 5px;
}
.content3-inner-sentence ul li {
    font-size: 1.2rem;
    line-height: 1.5;
}
.content3-img4 {
    display: block;
    width: 200px;
    height: auto;
    margin: 10px 30px 0 auto;
    box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.5);
}
.content3-inner-p2 {
    width: 145px;
}
.content3-inner-p3 {
    width: 200px;
}
.testing-number {
    margin: 0 0 0 14px;
}
.content3-inner-p4 {
    width: 145px;
}
.content3-inner-p5 {
    width: 165px;
}
.content3-inner-p6 {
    width: 145px;
}
.content3-inner-p7 {
    width: 235px;
}

/* ハウスクリーニング */
.content4 {
    position: relative;
    margin: 130px 0;
}
.content4-title-wrap {
    width: 80%;
    max-width: 1024px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto 30px;
    position: relative;
    z-index: 10;
}
.content4-title {
    width: 320px;
    position: relative;
}
.content4-title::after {
    content: "";
    height: 90%;
    width: 4px;
    background-color: #000000;
    position: absolute;
    left: 340px;
    top: 0;
}
.content4-title::before {
    content: "";
    height: 90%;
    width: 1px;
    background-color: #000000;
    position: absolute;
    left: 350px;
    top: 0;
}
.content4 h2 {
    font-size: 3.2rem;
    font-weight: normal;
}
.content4 h3 {
    font-size: 2rem;
    font-weight: normal;
    text-align: right;
    padding: 5px 0 0;
}
.content4-inner {
    position: relative;
}
.content4-title-right {
    width: calc(100% - 375px);
    margin: 0 0 0 50px;
    line-height: 1.5;
    font-size: 1.2rem;
}
.content4-wrap {
    width: 80%;
    max-width: 1024px;
    margin: auto;
    font-size: 1.2rem;
    position: relative;
    z-index: 10;
}
.content4-wrap-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content4-wrap-inner img {
    width: 28%;
    height: 100%;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
    margin: 30px 0 0;
}
.content4-bg-box {
    background-color: rgb(0, 113, 188, 0.2);
    width: 48%;
    height: calc(100% + 160px);
    position: absolute;
    bottom: -80px;
    left: 0;
}
.content4 h4 {
    margin: 50px auto 40px;
    font-size: 3rem;
    font-weight: normal;
    color: #333333;
    text-align: center;
    position: relative;
    padding: 10px 0;
    width: fit-content;
}
.content4 h4::before {
    content: "";
    width: 1px;
    height: 120%;
    background-color: #736357;
    transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    position: absolute;
    bottom: -5px;
    left: -20px;
}
/* ランキング */
.ranking-wrap {
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 960px;
    margin: 150px auto;
}
.ranking-box {
    width: 49%;
}
.ranking-box p {
    font-size: 1.8rem;
    text-align: center;
    line-height: 2;
    position: relative;
    margin: 0 0 20px;
}
.large-line {
    font-size: 200%;
    padding: 0 5px;
    line-height: 1;
    background:linear-gradient(transparent 50%,papayawhip 0%);
    position: relative;
}
.large-line::before {
    content: "";
    width: 2px;
    height: 10px;
    background-color: #000000;
    transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    position: absolute;
    top: -10px;
    right: 10px;
}
.large-line::after {
    content: "";
    width: 2px;
    height: 10px;
    background-color: #000000;
    transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    position: absolute;
    top: -5px;
    right: 0;
}
.ranking-box img {
    display: block;
    width: 80%;
    margin: auto;
    filter: drop-shadow(2px 4px 6px #3d3d3d);
}
.content4 h4::after {
    content: "";
    width: 1px;
    height: 120%;
    background-color: #736357;
    transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    position: absolute;
    bottom: -5px;
    right: -20px;
}
.booking-btns-wrap {
    width: 80%;
    max-width: 1024px;
    margin: 0 auto 30px;
}
.booking-logo {
    display: block;
    width: 100%;
}
.sns-links-wrap {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 20px;
}
.sns-link {
    width: 29%;
    transition: all .3s;
}
.sns-link:hover {
    opacity: 0.7;
    transform: translateY(-10px);
}
.sns-link img {
    display: block;
    width: 100%;
}
.booking-disc {
    font-size: 1.4rem;
    text-align: center;
    line-height: 2;
    margin: 20px 0 50px;
}
.booking-links {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.booking-btn {
    display: block;
    width: 30%;
    padding: 2%;
    margin: 0 5%;
    border-radius: 10px;
    box-shadow: 2px 4px 6px #3d3d3d;
    transition: all .3s;
}
.booking-btn:hover {
    opacity: 0.7;
    transform: translateY(-10px);
}
.booking-btn img {
    width: 100%;
}

/* コンサルティング */
.content5 {
    margin: 100px 0;
}
.content5-title-wrap {
    width: 80%;
    max-width: 1024px;
    display: flex;
    align-items: center;
    margin: 0 auto 30px;
}
.content5 h2 {
    font-size: 3.2rem;
    font-weight: normal;
}
.content5 h3 {
    font-size: 2rem;
    font-weight: normal;
    text-align: right;
    padding: 5px 0 0;
}
.content5-title {
    width: 270px;
    position: relative;
}
.content5-title::after {
    content: "";
    height: 90%;
    width: 4px;
    background-color: #000000;
    position: absolute;
    left: 290px;
    top: 0;
}
.content5-title::before {
    content: "";
    height: 90%;
    width: 1px;
    background-color: #000000;
    justify-content: center;
    position: absolute;
    left: 300px;
    top: 0;
}
.content5-title-right {
    font-size: 1.2rem;
    width: calc(100% - 350px);
    margin: 0 0 0 50px;
}
.content5-wrap {
    position: relative;
}
.consulting-list {
    width: 80%;
    max-width: 1024px;
    margin: auto;
    padding: 20px;
    font-size: 1.4rem;
    line-height: 2;
}
.consulting-list li {
    list-style: square;
    width: 80%;
    margin: auto;
}
.content5-bg-box {
    width: 75%;
    height: 100%;
    background-color: rgb(204, 204, 204, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

/* 施工事例 */
.content6 {
    margin: 100px 0 0;
}
.content6 h2 {
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: 10px;
}
.content6 h3 {
    font-size: 2rem;
    font-weight: normal;
    text-align: right;
    padding: 5px 0 0;
    width: 220px;
}
.content6-title {
    width: 80%;
    max-width: 1024px;
    position: relative;
    margin: auto;
}
.content6-title::after {
    content: "";
    height: 90%;
    width: 4px;
    background-color: #000000;
    position: absolute;
    left: 240px;
    top: 0;
}
.content6-title::before {
    content: "";
    height: 90%;
    width: 1px;
    background-color: #000000;
    position: absolute;
    left: 250px;
    top: 0;
}
.content6-wrap {
    position: relative;
    padding: 0 0 30px;
}
.content-inner-wrap1 {
    width: 80%;
    max-width: 1024px;
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
}
.content6-wrap-left1, .content6-wrap-right1 {
    width: 49%;
    position: relative;
}
.content6-img {
    width: 100%;
    height: 100%;
}
.tag01, .tag02, .tag03 {
    width: 50px;
    height: auto;
    position: absolute;
    z-index: 20;
    left: 10px;
    top: -40px;
}
.content6-bg1 {
    width: 79%;
    height: 80%;
    background-color: rgb(96, 56, 19, 0.3);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.content6-wrap p {
    width: 70px;
    padding: 7px 0;
    text-align: center;
    border-radius: 3px;
    color: #ffffff;
    background-color: #754c24;
    position: absolute;
    font-size: 1.2rem;
    bottom: 8px;
    right: 8px;
}
.content-inner-wrap2 {
    width: 65%;
    max-width: 865px;
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
}
.content6-wrap-left2, .content6-wrap-right2 {
    width: 45%;
    position: relative;
}
.content6-bg2 {
    width: 75%;
    height: 65%;
    background-color: rgb(96, 56, 19, 0.4);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.content6-wrap-left3, .content6-wrap-right3 {
    width: 45%;
    position: relative;
}
.content-inner-wrap3 {
    width: 60%;
    max-width: 865px;
    margin: 80px auto 0;
    padding: 0 7% 0 0;
    display: flex;
    justify-content: space-between;
}
.content6-bg3 {
    width: 75%;
    height: 65%;
    background-color: rgb(96, 56, 19, 0.5);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.content6-wrap-left4, .content6-wrap-right4, .content6-wrap-left5, .content6-wrap-right5 {
    width: 45%;
    position: relative;
}
.content-inner-wrap4 {
    width: 80%;
    max-width: 1024px;
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
}
.content6-bg4 {
    width: 75%;
    height: 80%;
    background-color: rgb(96, 56, 19, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.tag04, .tag05 {
    width: 100px;
    height: auto;
    position: absolute;
    z-index: 20;
    left: 10px;
    top: -40px;
}
.content-inner-wrap5 {
    width: 80%;
    max-width: 1024px;
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
}
.content6-bg5 {
    width: 75%;
    height: 80%;
    background-color: rgb(96, 56, 19, 0.7);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/* アクセス */
.content7 h2 {
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: 10px;
}
.content7 h3 {
    font-size: 2rem;
    font-weight: normal;
    text-align: right;
    padding: 5px 0 0;
    width: 180px;
}
.content7-title {
    width: 80%;
    max-width: 1024px;
    position: relative;
    margin: auto;
}
.content7-title::after {
    content: "";
    height: 90%;
    width: 4px;
    background-color: #000000;
    position: absolute;
    left: 200px;
    top: 0;
}
.content7-title::before {
    content: "";
    height: 90%;
    width: 1px;
    background-color: #000000;
    position: absolute;
    left: 210px;
    top: 0;
}
.content7 {
    margin: 100px 0;
}
.content7-wrap1 {
    position: relative;
}
.content7-inner1 {
    width: 80%;
    max-width: 1024px;
    display: flex;
    justify-content: center;
    margin: 40px auto 150px;
}
.content7-inner1 img {
    width: 55%;
}
.content7-wrap-right1 {
    width: calc(45% - 20px);
    margin: 0 0 0 20px;
    font-size: 1.2rem;
    line-height: 1.5;
    position: relative;
}
.content7-wrap-right1 img {
    width: 70%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.content7-bg1 {
    width: 54%;
    height: 100%;
    background-color: rgba(0, 113, 188, 0.2);
    position: absolute;
    top: -110px;
    right: 0;
    z-index: -1;
}
.content7 h4 {
    font-size: 1.3rem;
    margin: 0 0 10px;
}
.content7-wrap-left {
    width: calc(45% - 20px);
    margin: 0 20px 0 0;
    font-size: 1.2rem;
    line-height: 1.5;
}
.content7-wrap-right2 {
    width: 55%;
    height: 0;
    overflow: hidden;
    padding-bottom: 43.75%;
    position: relative;
}
.content7-wrap-right2 iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.content7-inner2 {
    width: 80%;
    max-width: 1024px;
    display: flex;
    justify-content: center;
    margin: 40px auto 70px;
}
.content7-bg2 {
    width: 50%;
    height: 73%;
    background-color: rgba(0, 113, 188, 0.2);
    position: absolute;
    top: -80px;
    left: 0;
    z-index: -1;
}
.content7-img-wrap {
    width: 80%;
    max-width: 1024px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 70px;
}
.content7-img {
    width: 32%;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}
.content7-img img {
    width: 100%;
}
.content7-img p {
    padding: 20px 0 30px;
}
.content7-wrap2 {
    background: linear-gradient(transparent 35%,  rgb(0, 113, 188, 0.2) 35%);
    background : -moz-linear-gradient(transparent 35%,   rgb(0, 113, 188, 0.2) 35%);
    background : -webkit-linear-gradient(transparent 35%,  rgb(0, 113, 188, 0.2) 35%);
    background : -o-linear-gradient(transparent 35%,  rgb(0, 113, 188, 0.2) 35%);
    background : -ms-linear-gradient(transparent 35%,   rgb(0, 113, 188, 0.2) 35%);
}
.content7-wrap-left3 {
    width: 55%;
    height: 0;
    overflow: hidden;
    padding-bottom: 43.75%;
    position: relative;
}
.content7-wrap-left3 iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.content7-wrap-right3 {
    width: calc(45% - 20px);
    margin: 0 0 0 20px;
    font-size: 1.2rem;
    line-height: 1.5;
    position: relative;
}
.content7-wrap-right3 p {
    margin: 0 0 10px;
}
.content7-wrap-right3 img {
   width: 85%;
   position: absolute;
   left: 0;
   bottom: 0;
}
.content7-inner3 {
    width: 80%;
    max-width: 1024px;
    display: flex;
    justify-content: center;
    margin: 40px auto 180px;
}
.content7-bg3 {
    width: 50%;
    height: 73%;
    background-color: rgba(0, 113, 188, 0.2);
    position: absolute;
    bottom: -80px;
    right: 0;
    z-index: -1;
}

/* お問い合わせ */
.content8-title-wrap {
    width: 80%;
    max-width: 1024px;
    display: flex;
    align-items: center;
    margin: 0 auto 30px;
}
.content8 h2 {
    font-size: 3.2rem;
    font-weight: normal;
}
.content8 h3 {
    font-size: 2rem;
    font-weight: normal;
    text-align: right;
    padding: 5px 0 0;
}
.content8-title {
    width: 175px;
    position: relative;
}
.content8-title::after {
    content: "";
    height: 90%;
    width: 4px;
    background-color: #000000;
    position: absolute;
    left: 195px;
    top: 0;
}
.content8-title::before {
    content: "";
    height: 90%;
    width: 1px;
    background-color: #000000;
    justify-content: center;
    position: absolute;
    left: 205px;
    top: 0;
}
.content8-title-right {
    font-size: 2.2rem;
    width: calc(100% - 245px);
    margin: 0 0 0 70px;
    line-height: 1.5;
}
.content8-wrap {
    background-color: rgb(204, 204, 204, 0.5);
    padding: 30px 0;
}
.form {
    width: 80%;
    max-width: 960px;
    margin: auto;
}
.form-item {
    display: flex;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 15px 0;
}
.form-label {
    width: 20%;
}
.form-wrap {
    width: 60%;
    display: flex;
}
.form-wrap input {
    padding: 5px 0;
    width: 45%;
    margin: 0;
}
.form-wrap input:nth-child(2) {
    margin: 0 0 0 30px;
}
.form-wrap textarea {
    width: 100%;
}
.submit-btn {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #000000;
    outline: none;
    width: 140px;
    font-size: 1.2rem;
    color: #333333;
    padding: 15px 0;
    cursor: pointer;
    margin: 15px auto;
}

/* フッター */
footer {
    text-align: center;
    padding: 20px 0;
}
.pagetop {
    width: 50px;
    display: none;
    position: fixed;
    right: 4.5%;
    bottom: 30px;
    z-index: 100;
}
.pagetop img {
    width: 100%;
}

/* 確認画面 */
.confirm h2 {
    font-size: 3.2rem;
    font-weight: normal;
}
.confirm h3 {
    font-size: 2rem;
    font-weight: normal;
    text-align: right;
    padding: 5px 0 0;
    width: 200px;
}
.confirm-title {
    width: 80%;
    max-width: 1024px;
    position: relative;
    margin: auto;
}
.confirm-title::after {
    content: "";
    height: 90%;
    width: 4px;
    background-color: #000000;
    position: absolute;
    left: 220px;
    top: 0;
}
.confirm-title::before {
    content: "";
    height: 90%;
    width: 1px;
    background-color: #000000;
    position: absolute;
    left: 230px;
    top: 0;
}

/* レスポンシブ */
*.phone {
    display: none;
}
*.vertical {
    display: none;
}

@media screen and (max-width: 960px) {
    .topnav a {
        font-size: 1.2rem;
        padding: 20px 0 5px;
    }
    .main-box {
        padding: 10px 15px 20px;
        left: -25px;
        bottom: 30px;
    }
    .main-box-p1 {
        font-size: 3rem;
    }
    .main-box-p2 {
        width: 120px;
        font-size: 1rem;
    }
    .main-white-box {
        width: 217px;
        height: 197px;
        position: absolute;
        bottom: 15px;
        left: -10px;
        background-color: rgb(255, 255, 255, 0.2);
        z-index: 10;
    }
    .main-red-box {
        left: 175px;
    }
    .content1 h2 {
        font-size: 3rem;
        padding: 20px 0;
    }
    .content1 h3 {
        font-size: 2.3rem;
        padding: 0 0 20px;
    }
    .content1 p {
        margin: 0 auto 10px;
    }
    .content2 {
        background: linear-gradient(#ffffff 75px, rgb(204, 204, 204, 0.5) 75px);
        background: -moz-linear-gradient(#ffffff 75px, rgb(204, 204, 204, 0.5) 75px);
        background: -webkit-linear-gradient(#ffffff 75px, rgb(204, 204, 204, 0.5) 75px);
        background: -o-linear-gradient(#ffffff 75px, rgb(204, 204, 204, 0.5) 75px);
        background: -ms-linear-gradient(#ffffff 75px, rgb(204, 204, 204, 0.5) 75px);
    }
    .content2-wrap1-left {
        width: 120px;
    }
    .content2-wrap1-right {
        width: calc(100% - 140px);
    }
    .content2-p2 {
        width: 60%;
    }
    .content2-wrap2 {
        width: 70%;
    }
    .content3 {
        background: linear-gradient(#ffffff 220px, rgb(199, 178, 153, 0.8) 220px, rgb(199, 178, 153, 0.8) 40%, #ffffff 40%);
        background : -moz-linear-gradient(#ffffff 220px, rgb(199, 178, 153, 0.8) 220px, rgb(199, 178, 153, 0.8) 40%, #ffffff 40%);
        background : -webkit-linear-gradient(#ffffff 220px, rgb(199, 178, 153, 0.8) 220px, rgb(199, 178, 153, 0.8) 40%, #ffffff 40%);
        background : -o-linear-gradient(#ffffff 220px, rgb(199, 178, 153, 0.8) 220px, rgb(199, 178, 153, 0.8) 40%, #ffffff 40%);
        background : -ms-linear-gradient(#ffffff 220px, rgb(199, 178, 153, 0.8) 220px, rgb(199, 178, 153, 0.8) 40%, #ffffff 40%);
    }
    .content3-wrap1-left {
        width: 15%;
    }
    .content3-wrap3 {
        width: 76%;
        padding: 20px 2% 40px;
    }
    .ranking-box p {
        font-size: 1.4rem;
    }
    .large-line::before, .large-line::after {
        height: 8px;
    }
    .large-line::before {
        top: -6px;
    }
    .large-line::after {
        top: -1px;
    }
    .consulting-list li {
        width: 100%;
    }
    .content5-bg-box {
        width: 100%;
    }
    .content7-wrap-right1 img {
        width: 45%;
    }
    .content7-bg1 {
        height: 115%;
    }
    .content7-wrap-left3 {
        width: 50%;
    }
    .content7-wrap-right3 {
        width: calc(50% - 20px);
    }
    .content7-wrap-right3 img {
        width: 65%;
    }
}
@media screen and (max-width: 760px) {
    *.PC {
        display: none;
    }
    *.phone {
        display: block;
    }
    header {
        flex-direction: column;
        margin: 20px 0 150px;
    }
    .header-left {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        position: relative;
        z-index: 120;
    }
    .hamburger-menu {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .rogo {
        width: 100%;
    }
    .phone-topnav {
        position: absolute;
        top: 0;
        right: 0;
        width: 15%;
        height: 100%;
    }
    .nav_menu_ul {
        position: fixed;
        top: 120px;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 35px 0 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s, visibility .5s;
        background-color: #ffffff;
        z-index: 100;
        overflow-y: auto;
        overflow-x: hidden;
        text-align: center;
    }
    .nav_menu_ul.show {
        opacity: 1;
        visibility: visible;
        z-index: 110;
    }
    .nav_menu_ul li {
        width: 50%;
        margin: auto;
        border-bottom: 1px solid #333333;
    }
    .phone-topnav a {
        display: block;
        text-decoration: none;
        font-size: 1.4rem;
        padding: 25px 0 5px;
        font-weight: bold;
        color: #333333;
    }
    .hamburger-menu-line {
        position: absolute;
        transition: 0.3s;
        width: 70%;
        height: 3px;
        z-index: 10;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .line-top {
        bottom: 65%;
        background-color: #B30202;
    }
    .line-middle {
        bottom: 40%;
        background-color: #B30202;
    }
    .line-bottom {
        bottom: 15%;
        background-color: #ffffff;
    }
    .hamburger-menu.hamburger-menu-active .line-top {
        bottom: 35%;
        transform: rotate(45deg) translateX(-50%);
    }
    .hamburger-menu.hamburger-menu-active .line-middle {
        width: 0;
        height: 0;
    }
    .hamburger-menu.hamburger-menu-active .line-bottom {
        bottom: 85%;
        transform: rotate(-45deg) translateX(-50%);
        background-color: #B30202;
    }
    .header-right {
        width: 100%;
        margin: 0;
    }
    .main-box {
        left: 20px;
        bottom: 20px;
    }
    .main-white-box {
        bottom: 5px;
        left: 35px;
    }
    .main-red-box {
        left: 215px;
        bottom: -25px;
    }
    .content1-wrap p {
        width: 80%;
        margin: 0px auto 15px;
    }
    .content1 h2 {
        padding: 10px 0;
    }
    .content1 h3 {
        padding: 0 0 10px;
    }
    .content1 img {
        opacity: 0.7;
    }
    .content2-wrap1 p {
        font-size: 1.3rem;
    }
    .content3-wrap2 {
        width: 60%;
    }
    .content3-wrap3-inner {
        flex-direction: column;
    }
    .content3-wrap3-right {
        margin: 0;
    }
    .content3-img4 {
        width: 150px;
        margin: 10px auto 0 19%;
    }
    .content3-list-wrap {
        width: 75%;
        margin: 30px auto 0;
    }
    .content4-title-wrap {
        flex-direction: column;
    }
    .content4-title-right {
        width: 100%;
        margin: 20px auto 30px;
        line-height: 1.5;
        font-size: 1.2rem;
    }
    .ranking-wrap {
        flex-direction: column;
    }
    .ranking-box {
        width: 100%;
        margin: 0 0 50px;
    }
    .ranking-box p {
        font-size: 1.6rem;
    }
    .large-line::before, .large-line::after {
        height: 10px;
    }
    .large-line::before {
        top: -10px;
    }
    .large-line::after {
        top: -5px;
    }
    .content7-wrap-right1 {
        padding: 10px 0 160px;
    }
    .content7-inner1 {
        align-items: flex-start;
    }
    .content7-wrap-right1 img {
        width: 70%;
    }
    .content7-wrap-right3 img {
        width: 55%;
    }
    .content8-title-right {
        font-size: 1.8rem;
        width: calc(100% - 225px);
        margin: 0 0 0 50px;
        line-height: 1.5;
    }
}
@media screen and (max-width: 480px) {
    *.horizontal {
        display: none;
    }
    *.vertical {
        display: block;
    }
    header {
        margin: 20px 0 60px;
    }
    .nav_menu_ul {
        top: 80px;
    }
    .main-box-p1 {
        font-size: 2rem;
    }
    .main-box {
        padding: 10px 10px 15px;
    }
    .main-white-box {
        width: 145px;
        height: 147px;
    }
    .main-red-box {
        width: 40px;
        height: 40px;
        left: 145px;
        bottom: -30px;
    }
    .content1 img {
        opacity: 0.5;
        width: 100%;
    }
    .content1 h2 {
        font-size: 2.5rem;
    }
    .content1 h3 {
        font-size: 1.8rem;
    }
    .content1 p {
        font-size: 1.2rem;
        text-align: center;
        width: 90%;
        margin: 0 auto 12px;
    }
    .content1-table {
        font-size: 1.2rem;
        width: 100%;
    }
    .content1-table th {
        width: 85px;
    }
    .content2 {
        background: linear-gradient(#ffffff 90px, rgb(204, 204, 204, 0.5) 90px);
        background: -moz-linear-gradient(#ffffff 90px, rgb(204, 204, 204, 0.5) 90px);
        background: -webkit-linear-gradient(#ffffff 90px, rgb(204, 204, 204, 0.5) 90px);
        background: -o-linear-gradient(#ffffff 90px, rgb(204, 204, 204, 0.5) 90px);
        background: -ms-linear-gradient(#ffffff 90px, rgb(204, 204, 204, 0.5) 90px);
    }
    .content2-wrap1-left {
        width: 80px;
    }
    .content2 h2 {
        font-size: 2.8rem;
    }
    .content2-title {
        margin: 0;
        width: 105px;
    }
    .content2-wrap1 {
        justify-content: flex-start;
    }
    .content2-p1 {
        font-size: 1.3rem;
        line-height: 1.5;
        width: 90%;
        margin: 20px auto;
    }
    .content2-p2 {
        width: 80%;
    }
    .content2-wrap2 {
        width: 90%;
        flex-wrap: wrap;
    }
    .content2-wrap2 img {
        width: 49%;
        margin: 0 0 10px;
    }
    .content3 {
        background: linear-gradient(#ffffff 260px, rgb(199, 178, 153, 0.8) 260px, rgb(199, 178, 153, 0.8) 38%, #ffffff 38%);
        background : -moz-linear-gradient(#ffffff 260px, rgb(199, 178, 153, 0.8) 260px, rgb(199, 178, 153, 0.8) 38%, #ffffff 38%);
        background : -webkit-linear-gradient(#ffffff 260px, rgb(199, 178, 153, 0.8) 260px, rgb(199, 178, 153, 0.8) 38%, #ffffff 38%);
        background : -o-linear-gradient(#ffffff 260px, rgb(199, 178, 153, 0.8) 260px, rgb(199, 178, 153, 0.8) 38%, #ffffff 38%);
        background : -ms-linear-gradient(#ffffff 260px, rgb(199, 178, 153, 0.8) 260px, rgb(199, 178, 153, 0.8) 38%, #ffffff 38%);
    }
    .content3 h2 {
        font-size: 2.8rem;
    }
    .content3-title {
        width: 90%;
    }
    .content3 h3 {
        width: 210px;
    }
    .content3-title::after {
        left: 225px;
    }
    .content3-title::before {
        left: 235px;
    }
    .content3-wrap {
        width: 90%;
    }
    .content3-wrap1 {
        width: 90%;
        flex-direction: column;
    }
    .content3-wrap1-left {
        width: 25%;
        margin: auto;
    }
    .content3-wrap1-right {
        padding: 20px 0 0;
        width: 100%;
    }
    .brown-circle {
        width: 100px;
        height: 100px;
    }
    .brown-circle p {
        font-size: 1.2rem;
    }
    .content3-wrap3 {
        width: 86%;
    }
    .content3-wrap3 h4 {
        font-size: 2rem;
        width: 260px;
        margin: 0 auto 20px;
    }
    .content3-list-wrap {
        width: 100%;
    }
    .content4-title-wrap {
        width: 90%;
    }
    .content4 h2 {
        font-size: 2.8rem;
    }
    .content4 h4 {
        font-size: 2rem;
    }
    .booking-btns-wrap {
        width: 90%;
    }
    .sns-links-wrap {
        flex-direction: column;
    }
    .sns-link {
        width: 90%;
        margin: 20px auto;
    }
    .booking-disc {
        font-size: 1.2rem;
    }
    .booking-links {
        flex-direction: column;
    }
    .booking-btn {
        width: 300px;
        height: 60px;
        margin: 10px auto;
        display: flex;
        align-items: center;
    }
    .content4-title {
        width: 265px;
    }
    .content4-title::after {
        left: 275px;
    }
    .content4-title::before {
        left: 285px;
    }
    .content4-wrap {
        width: 90%;
    }
    .content4-wrap-inner {
        flex-wrap: wrap;
    }
    .content4-wrap-inner img {
        width: 48%;
        margin: 10px 0 0;
    }
    .ranking-wrap {
        width: 100%;
    }
    .ranking-box p {
        font-size: 1.4rem;
    }
    .large-line {
        font-size: 160%;
        line-height: 1.5;
    }
    .content5 {
        margin: 60px 0;
    }
    .content5-title-wrap {
        width: 90%;
        flex-direction: column;
    }
    .content5-title {
        width: 100%;
        position: relative;
    }
    .content5 h2 {
        font-size: 2.8rem;
    }
    .content5 h3 {
        width: 240px;
    }
    .content5-title::after {
        left: 250px;
    }
    .content5-title::before {
        left: 260px;
    }
    .content5-title-right {
        width: 100%;
    }
    .content6 {
        margin: 60px 0 0;
    }
    .content6 h2 {
        font-size: 2.8rem;
    }
    .content6 h3 {
        width: 210px;
    }
    .content6-title::after {
        left: 225px;
    }
    .content6-title::before {
        left: 235px;
    }
    .content7-title {
        width: 90%;
    }
    .content7 h2 {
        font-size: 2.8rem;
    }
    .content7 h3 {
        width: 155px;
    }
    .content7-title::after {
        left: 170px;
    }
    .content7-title::before {
        left: 180px;
    }
    .content7-inner1 {
        width: 90%;
        flex-direction: column;
        margin: 40px auto 100px;
    }
    .content7-inner1 img {
        width: 100%;
    }
    .content7-wrap-right1 {
        width: 100%;
        margin: 10px 0;
        font-size: 1.2rem;
        line-height: 1.5;
        padding: 0px 0 270px;
    }
    .content7-inner2 {
        width: 90%;
        flex-direction: column;
    }
    .content7-wrap-left {
        width: 100%;
        margin: 0 0 10px;
    }
    .content7-wrap-right2 {
        width: 100%;
        padding-bottom: 56.25%;
    }
    .content7-img-wrap {
        width: 90%;
        flex-direction: column;
    }
    .content7-img {
        width: 100%;
    }
    .content7-inner3 {
        width: 90%;
        flex-direction: column;
    }
    .content7-wrap-left3 {
        width: 100%;
        padding-bottom: 56.25%;
    }
    .content7-wrap-right3 {
        width: 100%;
        margin: 10px 0 0;
    }
    .content7-wrap-right3 img {
        width: 100%;
        position: static;
    }
    .content8-title-wrap {
        width: 90%;
        flex-direction: column;
    }
    .content8 h2 {
        font-size: 2.8rem;
    }
    .content8-title {
        width: 100%;
    }
    .content8-title::after {
        left: 165px;
    }
    .content8-title::before {
        left: 175px;
    }
    .content8 h3 {
        width: 150px;
    }
    .content8-title-right {
        font-size: 2rem;
        width: 100%;
        margin: 10px 0 0;
        text-align: center;
    }
    .form {
        width: 90%;
    }
    .form-item {
        flex-direction: column;
    }
    .form-label {
        width: 100%;
        margin: 0 0 10px;
    }
    .form-wrap {
        width: 100%;
    }
}
@media screen and (max-width: 320px) {
    .nav_menu_ul {
        top: 70px;
    }
    .main-box-p1 {
        font-size: 1.8rem;
    }
    .main-box {
        padding: 5px 10px 5px;
    }
    .main-white-box {
        width: 142px;
        height: 123px;
    }
    .main-white-box {
        bottom: 10px;
        left: 30px;
    }
    .main-red-box {
        left: 155px;
        bottom: -13px;
    }
    .content1 h2 {
        font-size: 2.2rem;
    }
    .content1 h3 {
        font-size: 1.6rem;
    }
    .content1 p {
        font-size: 1rem;
        margin: 0 auto 7px;
    }
    .content1-table {
        font-size: 1rem;
    }
    .content1-table th {
        text-align: left;
        line-height: 1.5;
        padding: 5px 10px 5px 15px;
        font-weight: normal;
    }
    .content1-table td {
        line-height: 1.5;
        padding: 5px 15px 5px 10px;
    }
    .content1-table tr:first-child th {
        padding: 20px 10px 5px 15px;
    }
    .content1-table tr:first-child td {
        padding: 20px 15px 5px 10px;
    }
    .content1-table tr:last-child th {
        padding: 5px 10px 20px 15px;
    }
    .content1-table tr:last-child td {
        padding: 5px 15px 20px 10px;
    }
    .content2-p1 {
        font-size: 1.1rem;
    }
    .content2-p2 {
        font-size: 1rem;
    }
    .content3 {
        background: linear-gradient(#ffffff 300px, rgb(199, 178, 153, 0.8) 300px, rgb(199, 178, 153, 0.8) 38%, #ffffff 38%);
        background : -moz-linear-gradient(#ffffff 300px, rgb(199, 178, 153, 0.8) 300px, rgb(199, 178, 153, 0.8) 38%, #ffffff 38%);
        background : -webkit-linear-gradient(#ffffff 300px, rgb(199, 178, 153, 0.8) 300px, rgb(199, 178, 153, 0.8) 38%, #ffffff 38%);
        background : -o-linear-gradient(#ffffff 300px, rgb(199, 178, 153, 0.8) 300px, rgb(199, 178, 153, 0.8) 38%, #ffffff 38%);
        background : -ms-linear-gradient(#ffffff 300px, rgb(199, 178, 153, 0.8) 300px, rgb(199, 178, 153, 0.8) 38%, #ffffff 38%);
    }
    .content3-wrap1-right p {
        font-size: 1.2rem;
    }
    .content3-inner-sentence p {
        font-size: 1.6rem;
    }
    .content3-inner-p7 {
        width: 210px;
    }
    .content5-btn1 {
        width: 125px;
    }
    .content5-btn2 {
        width: 125px;
    }
    .content5-btns {
        width: 280px;
    }
    .tag01, .tag02, .tag03 {
        width: 40px;
        top: -30px;
    }
    .tag04, .tag05 {
        width: 70px;
        top: -25px;
    }
    .content7-wrap-right1 {
        padding: 0px 0 235px;
    }
    .content8-title-right {
        font-size: 1.8rem;
    }
}