@charset "UTF-8";
  @font-face {
font-family: "DartsFont";
src: url(https://noith.co.jp/wp-content/themes/noith-new/font/DartsFont.woff) format("woff"), url(https://noith.co.jp/wp-content/themes/noith-new/font/DartsFont.ttf) format("truetype");
}
.DartsFont {
font-family: "DartsFont", "Zen Kaku Gothic Antique", "Noto Sans JP", serif !important;
font-weight: bold;
}
.page h1.page-title {
color: #fff;
background-color: #076baf;
margin: 2rem auto;
padding: 0.5em;
font-size: clamp(1.625rem, 1.563rem + 0.31vw, 1.75rem);
border-radius: 10px;
}
.page h2 {
font-size: clamp(1.5rem, 1.438rem + 0.31vw, 1.625rem);
color: #0071bc;
background-color: transparent;
text-align: center;
line-height: 140%;
margin: 2rem auto;
border-bottom: 2px solid;
padding: 0.5rem;
width: -moz-fit-content;
width: fit-content;
}
.page h3 {
font-size: clamp(1.188rem, 1.094rem + 0.47vw, 1.375rem);
margin: 3rem auto 1.5rem;
color: #0071bc;
padding: 0.5rem;
}
.page .step-midashi,
.page .h3wrap {
margin: 30px auto 0;
padding: 15px;
box-shadow: 1px 1px 2px #ccc;
border-radius: 10px;
background: #eee;
}
.page .step-midashi h3,
.page .h3wrap h3 {
color: #1c1c1c;
margin: 0;
}
.page .step-content {
padding: 15px;
margin-bottom: 30px;
}
.page .step-content p:last-child {
margin-bottom: 0;
}
.page hr.btm-arrow {
display: block;
height: 40px;
margin: 2rem auto;
border: 0;
position: relative;
}
.page hr.btm-arrow:after {
content: "";
width: 0;
height: 0;
border: 20px solid transparent;
border-top: 20px solid #0071bc;
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.page .shadow-box {
margin: 30px 5px;
padding: 15px;
background: #fffae8;
border-radius: 5px;
box-shadow: 0px 0px 5px #c4b06f;
}
.page .shadow-box-dark {
margin: 30px 5px;
padding: 15px;
background: #eeeeee;
border-radius: 5px;
box-shadow: 0px 0px 5px #c1c1c1;
}
.page .shadow-box p:last-child,
.page .shadow-box-dark p:last-child {
margin-bottom: 0;
}
.page #breadcrumbs {
margin-top: 50px;
} .explanation,
[class*=explanation_] {
background: #eee;
margin-bottom: 50px;
}
.explanation div,
[class*=explanation_] div {
padding: 15px;
}
.explanation div p:first-child,
[class*=explanation_] div p:first-child {
margin-top: 0;
}
.explanation div p:last-child,
[class*=explanation_] div p:last-child {
margin-bottom: 0;
}
.explanation_lightblue {
background: #e8faff;
}
table {
border-collapse: collapse;
width: 100%;
margin-top: 1rem;
margin-bottom: 1rem;
color: #212529;
}
table th,
table td {
padding: 0.5rem;
border: solid 1px #dee2e6;
}
table th {
color: #fff;
background-color: #0098ff;
}
table td {
background: #fff;
}
table .nocell {
background: transparent;
border: none !important;
}
.table th,
.table td,
.price-tbl th,
.price-tbl td,
.plan-tbl th,
.plan-tbl td {
vertical-align: middle;
}
.map {
margin: 2em auto;
position: relative;
}
.map iframe {
aspect-ratio: 16/9;
width: 100%;
height: auto;
} .ohayameni {
border: 2px solid #f7da38;
padding: 1.5em 1.5em;
margin: 30px auto 50px;
position: relative;
}
.ohayameni:before {
font-family: "dashicons";
font-size: 40px;
line-height: 1;
content: "\f534";
display: block;
color: #f7da38;
position: absolute;
top: -20px;
z-index: 2;
}
.ohayameni:after {
content: "";
display: block;
width: 50px;
height: 50px;
background: #fff;
position: absolute;
top: -25px;
left: 20px;
}
.ohayameni p:first-child, .ohayameni p:last-child {
margin: 0;
}
.contact-btn,
.solution-btn {
font-size: 1.2rem;
margin: 0 auto;
color: #fff;
display: block;
width: 90%;
max-width: 360px;
margin: 30px auto;
padding: 5px;
text-align: center;
text-decoration: none;
border-radius: 30px;
}
.contact-btn {
background: #076baf;
border: 1px solid #076baf;
}
.contact-btn:hover {
background-color: #35a2ec;
}
.solution-btn {
background: #ff9600;
border: 1px solid #ff9600;
}
.solution-btn:hover {
background-color: #ffad38;
}  [class^=line-voice] {
margin-bottom: 30px;
display: flex;
justify-content: space-between;
}
[class^=line-voice] figure img {
width: 100%;
height: 100%;
border: 2px solid #eee;
border-radius: 50%;
margin: 0;
box-sizing: border-box;
} .voice-img-left {
margin: 0;
width: 60px;
height: 60px;
order: 1;
} .voice-img-right {
margin: 0;
width: 60px;
height: 60px;
order: 2;
} .voice-img-description {
padding: 5px 0 0;
font-size: 10px;
text-align: center;
} .voice-text-right {
color: #444;
position: relative;
padding: 0.5em;
border: 3px solid #f9f9f9;
background-color: #f9f9f9;
border-radius: 5px;
width: calc(100% - 80px);
order: 2;
}
.voice-text-right:before {
position: absolute;
content: "";
border: 10px solid transparent;
border-right: 10px solid #f9f9f9;
top: 15px;
left: -20px;
}
.voice-text-right:after {
position: absolute;
content: "";
border: 10px solid transparent;
border-right: 10px solid #f9f9f9;
top: 15px;
left: -16px;
} .voice-text-left {
position: relative;
padding: 0.5em;
border: 3px solid #78ce56;
background-color: #78ce56;
border-radius: 5px;
width: calc(100% - 100px);
order: 1;
}
.voice-text-left:before {
position: absolute;
content: "";
border: 10px solid transparent;
border-left: 10px solid #78ce56;
top: 15px;
right: -23px;
}
.voice-text-left:after {
position: absolute;
content: "";
border: 10px solid transparent;
border-left: 10px solid #78ce56;
top: 15px;
right: -19px;
}
p.voice-text {
margin: 0 0 8px;
line-height: 1.4;
}
p.voice-text:last-child {
margin-bottom: 0px;
} .line-voice-pink [class^=voice-text-] {
background-color: #ffdbea;
border-color: #ffdbea;
}
.line-voice-pink .voice-text-right:before, .line-voice-pink .voice-text-right:after {
border-right: 10px solid #ffdbea;
}
.line-voice-pink .voice-text-left:before, .line-voice-pink .voice-text-left:after {
border-left: 10px solid #ffdbea;
} .voice-client-data {
display: flex;
flex-wrap: wrap;
}
.voice-client-data span {
margin-right: 15px;
}
span.implementation {
border: 1px solid;
padding: 0 5px;
font-size: 0.8em;
display: flex;
align-items: center;
}
@media only screen and (max-device-width: 768px) {
span.implementation {
margin-top: 0.5em;
}
}
.client_name {
margin-top: 0;
}
.voice-content-wrap p {
margin: 0.5em 0;
}
.voice-content-wrap p:last-child {
margin-bottom: 0;
}
.star5_rating {
position: relative;
z-index: 0;
display: inline-block;
white-space: nowrap;
color: #cccccc;  }
.star5_rating:before, .star5_rating:after {
content: "★★★★★";
}
.star5_rating:after {
position: absolute;
z-index: 1;
top: 0;
left: 0;
overflow: hidden;
white-space: nowrap;
color: #ffcf32; }
.star5_rating[data-rate="5"]:after {
width: 100%;
} .star5_rating[data-rate="4"]:after {
width: 80%;
} .star5_rating[data-rate="3"]:after {
width: 60%;
} .star5_rating[data-rate="2"]:after {
width: 40%;
} .star5_rating[data-rate="1"]:after {
width: 20%;
} .star5_rating[data-rate="0"]:after {
width: 0%;
} blockquote {
margin: 40px auto;
padding: 0 1em;
border: 1px solid #f0f0f0;
box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
border-radius: 5px;
} .voice_pagination {
display: flex;
justify-content: center;
}
.voice_pagination .page-numbers {
width: 30px;
height: 30px;
background: #d3eaff;
border-radius: 50%;
margin: 5px;
display: flex;
justify-content: center;
align-items: center;
}
.page-numbers.current {
color: #fff;
background: #076baf;
}
.voice_archive_link a {
font-size: 1.2rem;
color: #fff;
background: #076baf;
display: block;
width: 90%;
max-width: 360px;
margin: 30px auto;
padding: 5px;
text-align: center;
text-decoration: none;
border: 1px solid #076baf;
border-radius: 10px;
} .jisseki-wrap {
position: relative;
margin: 0 0 30px;
}
.jisseki-wrap .pc-monitor {
background: url(//noith.co.jp/wp-content/themes/noith2026/img/pc-monitor.png) no-repeat 0 0/contain;
padding: 30px 30px 0;
margin: auto;
width: 780px;
height: 582px;
position: relative;
}
.jisseki-wrap .pc-monitor .pc-monitor-inner {
overflow-x: hidden;
overflow-y: scroll;
height: 390px;
}
@media only screen and (max-width: 579px) {
.jisseki-wrap .pc-monitor {
width: 320px;
height: 260px;
padding: 13px 15px;
}
.jisseki-wrap .pc-monitor .pc-monitor-inner {
height: 160px;
}
}
.jisseki-wrap .sp-monitor {
background: url(//noith.co.jp/wp-content/themes/noith2026/img/sp-monitor.png) no-repeat 0 0/contain;
overflow: hidden;
width: 180px;
height: 363px;
margin: auto;
padding: 12px 10px 0;
}
.jisseki-wrap .sp-monitor .sp-monitor-inner {
border-radius: 15px;
overflow: hidden;
height: 340px;
}
@media only screen and (min-width: 981px) {
.jisseki-wrap .sp-monitor {
position: absolute;
bottom: 10px;
right: 0;
}
}
.pc-monitor-inner img,
.sp-monitor-inner img {
width: 100%;
height: auto;
}
.works_tags_wrap {
margin: 15px auto;
display: flex;
flex-wrap: wrap;
}
.works_tags_wrap .works_tags {
margin-right: 10px;
margin-bottom: 10px;
padding: 0 10px;
border: 1px solid #1c1c1c;
border-radius: 15px;
}
.archive_works_list {
margin: 30px auto;
display: flex;
flex-wrap: wrap;
}
.archive_works_entry {
width: calc(33.3% - 10px);
margin: 5px;
}
.archive_works_entry p {
margin: 0;
}
@media only screen and (max-width: 578px) {
.archive_works_entry {
width: calc(50% - 10px);
}
} .plan-block-slick .plan-box {
background: #fff;
margin: 10px;
border: 2px solid #f0f3f5;
border-radius: 5px;
text-align: center;
}
.plan-block-slick .plan-box p.plan-name {
margin: 0;
padding: 1rem 0 0;
}
.plan-block-slick .plan-box p.plan-price {
line-height: 1.4;
margin: 0 0 15px;
}
.plan-block-slick .plan-box p.plan-price .price {
font-family: "Rubik", sans-serif;
font-size: 2.1rem;
}
.plan-block-slick .plan-box p.plan-price span.tax,
.plan-block-slick .plan-box p.plan-price span.yen {
font-size: 1.6rem;
}
.plan-block-slick .plan-box ul.plan-point {
padding: 0;
list-style: none;
margin-bottom: 0;
background: #eee;
}
.plan-block-slick .plan-box ul.plan-point li {
margin: 0;
padding: 1rem 0;
border-bottom: 1px solid #cdd6dd;
}
.plan-block-slick .plan-box ul.plan-point li:last-child {
border-bottom: none;
}
.plan-block-slick .plan-box.recommends {
border-color: #f1c861;
}
.plan-block-slick .plan-box.recommends p.plan-price {
color: #f66164;
}
.plan-block-slick .plan-box.recommends ul.plan-point {
background: #fff1a1;
}
.scroll-tbl {
overflow-x: auto;
}
.scroll-tbl table {
white-space: nowrap;
}
.initial-cost-block {
border: 2px solid;
display: flex;
flex-wrap: wrap;
align-items: center;
margin: 50px auto;
background: #fff;
}
.initial-cost-box {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 15px 0;
}
.initial-cost-box div {
width: 210px;
padding: 0 15px;
}
.initial-cost-content {
width: calc(100% - 210px);
padding: 15px;
}
.initial-cost-content ul {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
gap: 15px;
}
.initial-cost-content ul li {
margin: 0;
}
p.initial-cost-title {
margin: 0;
background: #26455e;
color: #fff;
}
p.initial-cost-price {
margin: 0;
}
span.price-number {
font-family: "Futura PT Book";
font-size: 1.2em;
}
p.initial-cost-price span.price-number {
font-size: 3rem;
}
@media only screen and (min-width: 680px) {
.initial-cost-box div {
border-right: 2px solid;
}
}
@media only screen and (max-width: 679px) {
.initial-cost-block {
justify-content: center;
}
.initial-cost-box {
width: 90%;
border-bottom: 1px solid;
padding-bottom: 0;
}
.initial-cost-box div,
.initial-cost-content {
width: 100%;
}
} .btn {
color: #737373;
line-height: 26px;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
display: inline-block;
background-color: #e2e2e2;
background: linear-gradient(top, #fff 0%, #f5f5f5 1%, #e2e2e2 100%);
border: 1px solid #bfbfbf;
border-radius: 4px;
overflow: hidden;
cursor: pointer;
}
.entry-btn {
width: 90%;
margin: 0 auto;
line-height: 1.5em;
margin: 1em auto;
padding: 0.5em;
color: #fff;
font-weight: bold;
display: block;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
background-color: #57af01;
background-image: linear-gradient(top, #b8e061 0%, #93d100 1%, #57af01 100%);
border: 1px solid #438400;
}
.entry-btn :hover {
color: #fff;
}
@media only screen and (min-device-width: 480px) {
.entry-btn {
font-size: 32px;
}
}
@media only screen and (max-device-width: 479px) {
.entry-btn {
font-size: 18px;
}
}
.btn_primary {
color: #fff;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
background-color: #57af01;
background-image: linear-gradient(top, #b8e061 0%, #93d100 1%, #57af01 100%);
border: 1px solid #438400;
}
.tel_btn {
padding: 0.2em 1em;
font-size: 12pt;
width: 80%;
}
.tel_btn a {
color: #000;
}
.entry-btn a,
.btn_primary a {
color: #fff;
}
a.diagnosis-btn {
display: block;
width: 90%;
max-width: 360px;
font-size: 1.6rem;
font-weight: bold;
padding: 10px 0 8px;
margin: auto;
border-radius: 30px;
background: #f29500;
color: #fff;
text-shadow: none;
}
a.entry-btn,
a.entry-btn-line,
a.entry-btn-chatwork {
display: block;
width: 80%;
max-width: 320px;
background: #ffc951;
color: #464746;
text-decoration: none;
margin: 1rem auto 3rem;
padding: 1.5rem;
border-radius: 50px;
font-size: 1.6rem;
font-weight: bold;
text-align: center;
}
a.entry-btn-line {
color: #000000;
background: #00d14d;
}
a.entry-btn-line span {
color: #fff;
}
a.entry-btn-chatwork {
color: #ff0000;
background: #fff;
}
a.entry-btn-chatwork span {
color: #000000;
}
a.fv-entry-btn {
display: block;
max-width: 320px;
text-align: center;
margin: 30px auto;
background: #ffc951;
color: #464746;
padding: 10px;
text-decoration: none;
border-radius: 50px;
font-family: "GenJyuuGothicBold", "Noto Sans JP", sans-serif;
} .flex-block {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 30px auto 50px;
}
.flex-block.alternating:nth-child(2n+1) {
flex-flow: row-reverse;
}
.flex-box2 {
width: calc(50% - 7.5px);
}
.flex-box3,
.flex-box6 {
width: calc(33.3% - 10px);
}
.flex-box4 {
width: calc(25% - 11.25px);
}
.flex-box4_10 {
width: calc(40% - 7.5px);
}
.flex-box6_10 {
width: calc(60% - 7.5px);
}
[class*=flex-box] p:first-child {
margin-top: 0;
}
[class*=flex-box] p:last-child {
margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
.pc-reverse {
flex-flow: row-reverse;
}
}
@media only screen and (max-width: 768px) {
.flex-box4,
.flex-box6 {
width: calc(50% - 7.5px);
}
.flex-box3 {
width: 100%;
}
}
@media only screen and (max-width: 600px) {
.flex-block.alternating:nth-child(2n+1) {
flex-flow: wrap;
}
}
@media only screen and (max-width: 440px) {
.flex-box2,
.flex-box4,
.flex-box6,
.flex-box4_10,
.flex-box6_10 {
width: 100%;
}
}
.title-box-border,
[class*=title-box-border_] {
position: relative;
background: #fff;
border: 2px solid #727171;
}
.box-title {
margin: 0;
padding: 10px;
text-align: center;
background: #727171;
color: #fff;
font-weight: bold;
}
.title-box-border_blue {
border-color: #1e90ff;
}
.title-box-border_blue .box-title {
background: #1e90ff;
}
.title-box-border_orange {
border-color: #ff8c00;
}
.title-box-border_orange .box-title {
background: #ff8c00;
}
.title-box-border_red {
border-color: #ff4500;
}
.title-box-border_red .box-title {
background: #ff4500;
}
.box-content {
padding: 10px;
}
.box-content p:first-child,
.box-content p:last-child:not(.box_memo) {
margin: 0;
}
.box-content ul li {
margin: 0.5em auto;
}
.box-content.thumb {
padding: 0;
}
.box-content.thumb img {
aspect-ratio: 16/9;
-o-object-fit: cover;
object-fit: cover;
}
@media only screen and (min-width: 421px) and (max-width: 768px) {
.box-content.thumb img {
aspect-ratio: 4/3;
}
}
.border-box01 {
background: #fff;
padding: 0.5rem;
border: 1px solid;
border-radius: 0.5rem;
}
.border-box01 ul {
padding: 0;
margin: 0;
}
.border-box01 ul li {
margin: 0;
margin-bottom: 0.8rem;
}
.border-box01 ul li:last-child {
margin-bottom: 0;
}
h3.border-box01-title {
margin: -0.5rem;
margin-bottom: 0;
padding: 0.5rem;
border-radius: 0.4rem 0.4rem 0 0;
text-align: center;
color: #fff;
background: #0071bc;
}
.border-box03 {
background: #fff;
margin: 3rem auto;
padding: 1.5rem;
border: 1px solid;
border-radius: 1rem;
}
[class*=border-box] p:first-child {
margin-top: 0;
}
.scroll-box-policy {
max-height: 150px;
overflow: auto;
}
.scroll-box-policy ul li,
.scroll-box-policy ol li {
margin: 0.2em auto;
}
.scroll-box-policy p {
line-height: 1.4;
}
.section_wrapper,
.relative {
position: relative;
}
.fukidashi_headding,
.page h3.fukidashi_headding {
position: relative;
top: -20px;
left: 0;
right: 0;
width: -moz-fit-content;
width: fit-content;
background: #26455e;
color: #fff;
padding: 5px 20px;
}
.fukidashi_headding:after,
.page h3.fukidashi_headding:after {
content: "";
display: block;
width: 0;
height: 0;
border: 10px solid transparent;
border-top: 15px solid #26455e;
position: absolute;
bottom: -25px;
left: 0;
right: 0;
margin: auto;
}
.fit-content {
width: -moz-fit-content;
width: fit-content;
}
ul.point-list {
padding: 0;
}
ul.point-list li {
position: relative;
padding-left: 25px;
}
ul.point-list li:before {
content: "●";
position: absolute;
left: 0;
top: 0;
}
p.monthly-cost {
margin: 0;
text-align: center;
padding: 10px 0;
border-bottom: 1px solid;
}
span.price-number {
font-family: "Futura PT Book";
font-size: 1.2em;
}
p.box_memo {
text-align: center;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 15px auto;
} .attention-mail-setting {
border: 2px solid #bc002d;
background: #fff;
padding: 0 15px;
}
.index_list {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin-bottom: 50px;
}
.index_list a,
.index_list span {
display: block;
padding: 5px;
border: 1px solid;
color: #333;
width: 3em;
text-align: center;
text-decoration: none;
}
.index_list span {
color: #ccc;
}
.word_list {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin-bottom: 50px;
}
.word_content {
position: relative;
padding-left: 20px;
}
.word_content:before {
content: "●";
display: block;
position: absolute;
left: 0;
text-align: center;
}
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
padding: 15px;
}
.rounded {
border-radius: 0.25rem !important;
}
.related-entries {
display: flex;
flex-wrap: wrap;
gap: 15px;
}
.related-entries .entries {
width: calc(33.3% - 10px);
}
@media only screen and (max-width: 640px) {
.related-entries .entries {
width: calc(50% - 7.5px);
}
}