ul {
list-style: none;
padding: 0;
}
a {
text-decoration: none;
}
body {
font-family: "Noto sans jp", sans-serif;
}
img {
max-width: 100%;
height: auto;
}
.br_sp {
display: none;
}
.p-right {
text-align: right;
}
@media screen and (max-width: 480px) {
.br_sp {
display: block;
}
}
a:hover {
text-decoration: underline;
}
a:link {
color: #555555;
}
a:visited {
color: #555555;
}
a:hover img {
opacity: 0.85;
}
.contact-btn:hover {
opacity: 0.85;
} .container {
max-width: 1140px;
margin: 0 auto;
}
.site-description {
background-color: #314A47;
}
.header-title {
margin: 0;
font-size: 12px;
color: #fff;
padding: 14px 0;
font-weight: normal;
}
.header-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.header-menu-nav {
display: flex;
}
.contact-btn {
color: #fff;
font-weight: 500;
}
.header-menu-nav a {
text-decoration: none;
}
.btn-line {
padding: 13px 20px;
border-radius: 5px;
background-image: linear-gradient(180deg, rgba(41, 208, 73, 1), rgba(18, 173, 107, 1));
}
.btn-line::after {
content: '';
display: inline-block;
width: 16px;
height: 16px;
background: url(//tsunagaru-as.com/wp-content/themes/tsunagaru-as/assets/css/images/line-icon.png) no-repeat;
background-size: contain;
vertical-align: middle;
margin-left: 30px;
}
.btn-mitsumori {
margin-left: 20px;
padding: 13px 20px;
border-radius: 5px;
background-image: linear-gradient(180deg, rgba(240, 172, 103, 1), rgba(238, 120, 0, 1));
}
.btn-mitsumori::after {
content: '';
display: inline-block;
width: 16px;
height: 16px;
background: url(//tsunagaru-as.com/wp-content/themes/tsunagaru-as/assets/css/images/mitsumori-icon.png) no-repeat;
background-size: contain;
vertical-align: middle;
margin-left: 16px;
}
.header-navi__link {
display: none;
}
hr {
border-top: 1px solid #E3E3E3;
margin: 0;
}
.header-navi_pc {
width: 1140px;
margin: 0 auto;
}
.header-navi_pc_list {
display: flex;
justify-content: space-around;
margin: 0;
}
.header-navi_pc_list a {
display: block;
padding: 14px 0;
font-weight: 500;
color: #000;
text-decoration: none;
}
.header-navi_pc_list li {
flex: 1;
text-align: center;
position: relative;
}
.header-navi_pc_list li:hover {
background-color: #FEFBF1;
}
.header-navi_pc_list li:not(:first-child)::after {
position: absolute;
content: "";
background-color: #E3E3E3;
width: 1px;
height: 30px;
top: 10px;
left: 0%;
}
.slide-menu {
display: none;
}
@media screen and (max-width: 480px) {
.container {
max-width: 335px;
margin: 0 auto;
}
.header-title {
font-size: 12px;
text-align: center;
}
.header-menu {
display: none;
}
.header-logo {
margin: 20px 0;
}
.header-logo a img {
width: 70%;
}
.header-navi_pc {
display: none;
}
.header-inner hr:nth-child(2) {
display: none;
}
.header-navi__link {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
.oggle-btn {
position: absolute;
}
.toggle-btn span {
display: block;
position: relative;
left: 0;
width: 35px;
height: 3px;
background-color: #314A47;
}
.toggle-btn span:nth-child(1) {
top: -5px;
}
.toggle-btn span:nth-child(2) {
top: 0px;
}
.toggle-btn span:nth-child(3) {
bottom: -5px;
}
.header-navi__text {
font-size: 10px;
color: #314A47;
} .slide-menu-open {
display: block;
}
.slide-menu {
background: #F4FAFA;
position: fixed;
width: 100%;
top: 0;
right: 0;
bottom: 0;
z-index: 10000;
flex-direction: column;
}
.slide-menu-cotainer {
display: flex;
margin-top: 20px;
margin-left: 20px;
}
.close-btn {
position: absolute;
top: 15px;
right: 15px;
}
.close-btn a .toggle-btn {
width: 55px;
height: 41px;
position: relative;
display: block;
}
.toggle-btn div {
position: absolute;
font-size: 10px;
color: #314A47;
top: 31px;
right: 20px;
}
.close-btn a .toggle-btn span:nth-child(1) {
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
top: 17px;
height: 3px;
width: 38px;
background-color: #314A47;
}
.close-btn a .toggle-btn span:nth-child(2) {
-webkit-transform: rotate(-30deg);
transform: rotate(-30deg);
top: 14px;
height: 3px;
width: 38px;
background-color: #314A47;
}
.header-navi_sp_list {
padding: 20px;
}
.header-navi_sp_list .menu-item {
padding-top: 20px;
height: 35px;
border-bottom: 1px #BAD5D5 solid;
}
.header-navi_sp_list .menu-item:first-child {
padding: 0;
}
.header-navi_sp_list .menu-item a {
color: #000;
}
.header-navi_sp_list .menu-item a .menu-nav-item_arrow {
right: 20px;
}
.header-navi_sp_list .menu-item a .menu-nav-item_arrow::after {
left: 10px;
}
.header-navi_sp_list .menu-item a .menu-nav-item_arrow::before {
left: 6px;
}
} .mv {
padding: 60px 0 20px 0;
background: no-repeat url(//tsunagaru-as.com/wp-content/themes/tsunagaru-as/assets/css/images/mv-bg.png);
background-position: center right;
background-size: contain;
border-bottom-left-radius: 30px;
}
.mv_text {
max-width: 1140px;
margin: 0 auto;
}
.mv_text img {
margin: 2em 0;
}
.mv_contact_box .contact-btn-container {
width: 366px;
}
.mv_title {
margin: 0;
font-size: 28px;
font-weight: 500;
color: #111;
line-height: 1.5em;
letter-spacing: 0.2em;
padding-left: 1em;
}
.mv_contact_box {
background-color: #fff;
width: 23em;
height: 15em;
border-radius: 10px;
}
.mv_contact_box p {
display: flex;
justify-content: center;
align-items: flex-end;
font-weight: bold;
}
.mv_contact_box p:nth-child(1) {
margin: 0;
font-size: 18px;
font-weight: bold;
color: #314A47;
padding-top: 14px;
}
.fukidashi-l::after,
.fukidashi-r::before {
content: '';
display: inline-block;
width: 2px;
height: 20px;
background-color: #0FA997;
}
.fukidashi-l::before,
.fukidashi-r::after {
content: '';
display: inline-block;
width: 2px;
height: 10px;
background-color: #0FA997;
}
.fukidashi-l::before {
content: '';
margin-right: 1px;
transform: rotate(-44deg)
}
.fukidashi-l::after {
content: '';
margin-right: 10px;
transform: rotate(-35deg)
}
.fukidashi-r::before {
content: '';
margin-left: 10px;
transform: rotate(35deg)
}
.fukidashi-r::after {
content: '';
margin-left: 1px;
transform: rotate(44deg)
}
.mv_contact_box p:nth-child(2) {
margin: 0;
padding-top: 10px;
font-size: 14px;
color: #111;
}
.mv_contact_box .contact-btn-container {
width: 326px;
margin: 0 auto;
padding-top: 10px;
}
.contact-btn-container .btn-line,
.contact-btn-container .btn-mitsumori {
font-size: 22px;
}
.contact-btn-container a {
text-decoration: none;
}
.contact-btn-container .btn-mitsumori {
margin-left: 0px;
}
.contact-btn-container .btn-line,
.contact-btn-container .btn-mitsumori {
padding: 16px 0;
text-align: center;
line-height: 30px;
}
.contact-btn-container .btn-line::after,
.contact-btn-container .btn-mitsumori::after {
width: 30px;
height: 30px;
}
.contact-btn-container .btn-mitsumori::after {
margin-left: 16px;
}
.contact-btn-container .btn-mitsumori {
margin-top: 10px;
}
.contact-btn a {
vertical-align: middle;
}
@media screen and (max-width: 480px) {
.mv_text {
max-width: 335px;
margin: 0 auto;
padding-top: 50px;
}
.mv_text img {
width: 100%;
margin: 2em 0 1em 0;
}
.mv_title {
font-size: 24px;
padding: 0;
}
.mv_contact_box {
background-color: transparent;
width: 100%;
margin: 0 auto;
}
.mv {
padding: 0;
background: linear-gradient(to bottom, transparent 0%, transparent 35%, #fff 60%), url(//tsunagaru-as.com/wp-content/themes/tsunagaru-as/assets/css/images/mv-bg.jpg);
background-repeat: no-repeat;
background-position: 27% -6%;
background-size: 148%;
border-bottom-left-radius: 0px;
}
} .sec-container,
.closing-inner {
width: 940px;
margin: 0 auto;
}
.sec {
padding-top: 100px;
}
.sec-title {
position: relative;
}
.sec-title h2 {
text-align: center;
font-size: 24px;
padding: 45px 0 30px 0;
color: #314A47;
font-weight: 500;
margin: 0;
}
.sec-text {
margin: 0 0 30px 0;
color: #555555;
text-align: center;
line-height: 2em;
font-weight: 300;
}
.sec-inner {
position: relative;
}
.sec-container::after {
content: '';
position: absolute;
width: 50px;
height: 3px;
background-color: #314A47;
top: 0px;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.sec-title-en {
font-family: "POPPINS", sans-serif;
font-size: 15px;
color: #0FA997;
display: block;
margin-bottom: 0.4em;
}
@media screen and (max-width: 480px) {
.sec-container,
.closing-inner {
width: 335px;
margin: 0 auto;
}
.sec {
padding-top: 60px;
}
.sec-text {
line-height: 1.5em;
}
} .how-to-use {
margin-bottom: 120px;
}
.how-to-use_container {
display: flex;
justify-content: space-between;
position: relative;
}
.step-title {
font-family: "POPPINS", sans-serif;
text-align: center;
margin: 0;
font-size: 24px;
color: #314A47;
font-size: 24px;
}
.step-no {
font-family: "POPPINS", sans-serif;
color: #fff;
font-size: 18px;
text-align: center;
background-color: #314A47;
width: 40px;
height: 40px;
border-radius: 50%;
margin: 0 auto;
line-height: 40px;
}
.how-to-use_item {
position: relative;
}
.step {
margin-bottom: -1em;
position: relative;
z-index: 1;
}
.how-to-use_item img {
width: 50%;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
}
.step-img_comtainer {
display: block;
width: 174px;
height: 130px;
margin: 0 auto;
background-color: #F4FAFA;
border-radius: 10px;
position: relative;
z-index: -1;
}
.how-to-use_text {
font-size: 16px;
margin: 0.5em 0 0 0;
text-align: center;
line-height: 1.5;
font-weight: 500;
}
.how-to-use_item-boder::after {
position: absolute;
content: "";
border-bottom: 2px dashed #314A47;
width: 80px;
top: 42%;
left: -80px;
}
@media screen and (max-width: 480px) {
.how-to-use_container {
flex-direction: column;
gap: 45px;
}
.step-img_comtainer {
width: 335px;
height: 179px;
}
.how-to-use_item img {
width: 150px;
padding: 22px 93px;
}
.how-to-use {
margin-bottom: 100px;
}
.how-to-use_item-boder::after {
display: none;
}
} .sec-category {
background-color: #F4FAFA;
padding-bottom: 18em;
}
.category_item {
display: flex;
}
.category_item a {
text-decoration: none;
}
.category-icon {
width: 50px;
height: 75px;
background-color: #056C5F;
border-radius: 5px 0 0 5px;
position: relative;
}
.category-icon img {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.category_item-label {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #FFF;
width: 11em;
height: 4.7em;
border-radius: 0 5px 5px 0;
box-shadow: 0 0 30px rgba(200, 200, 200, 0.1);
}
.category_industry {
color: #111111;
margin-left: 1em;
font-weight: 500;
}
.category_industry span {
font-size: 12px;
}
.category_btn {
display: inline-block;
width: 25px;
height: 25px;
text-align: center;
line-height: 25px;
border-radius: 50%;
border: solid 1px #E5E5E5;
margin-right: 10px;
}
.category_btn .category_item_arrow {
position: relative;
padding: 0 0 0 20px;
color: #000;
text-decoration: none;
}
.category_btn .category_item_arrow::before,
.category_btn .category_item_arrow::after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.category_btn .category_item_arrow::before {
left: 4px;
width: 10px;
height: 1px;
background: #0FA997;
}
.category_btn .category_item_arrow::after {
left: 9px;
width: 4px;
height: 4px;
border-top: 1px solid #0FA997;
border-right: 1px solid #0FA997;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.category_item-label:hover {
background-color: #FEFBF1;
}
.category_item-label:hover .category_btn {
background-color: #314A47;
border-color: #314A47;
}
.category_item-label:hover .category_item_arrow::before {
background: #FFF;
}
.category_item-label:hover .category_item_arrow::after {
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}
.category_container {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap: 10px;
}
.category_item {
margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
.category_container {
gap: 1em;
}
.category-icon {
width: 2.5em;
height: 3.5em;
}
.category_item-label {
width: 7.4em;
height: 3.5em;
}
.category_industry {
font-size: 14px;
}
.category_btn {
width: 15px;
height: 15px;
line-height: 15px;
}
.category_btn .category_item_arrow::before {
width: 7px;
}
.category_btn .category_item_arrow::after {
left: 6px;
}
.sec-category {
padding-bottom: 12em;
}
} .closing-container {
padding: 30px 130px;
box-shadow: 0 0 30px rgba(200, 200, 200, 0.1);
}
.closing-inner {
background-color: #fff;
border-radius: 10px;
margin-top: -117px;
}
.closing .contact-btn-container {
display: flex;
justify-content: space-between;
}
.closing .contact-btn-container .btn-mitsumori {
margin-top: 0;
}
.closing .contact-btn-container .contact-btn {
width: 326px;
height: 38px;
}
.closing .contact-btn-container .btn-mitsumori::after {
margin-left: 8px;
}
.closing-text {
font-size: 24px;
font-weight: 500;
color: #000;
text-align: center;
letter-spacing: -1px;
}
.accent-color {
color: #E98219;
}
.closing-sub-text {
color: #314A47;
font-size: 18px;
text-align: center;
margin: 1em 0;
}
@media screen and (max-width: 480px) {
.closing-text {
font-size: 18px;
line-height: 1.5em;
}
.closing-container {
padding: 1em 0.8em;
}
.closing-sub-text {
font-size: 16px;
}
.closing .contact-btn-container {
flex-direction: column;
}
.closing .contact-btn-container .contact-btn {
width: 100%;
padding: 1em 0;
}
.closing-container .contact-btn-container .btn-mitsumori {
margin-top: 10px;
}
} .new-article {
padding-bottom: 80px;
}
.new-article_container {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.new-article_item {
width: 300px;
margin-bottom: 16px;
}
a:hover .article_date {
text-decoration: none;
}
.article_img_container {
width: 100%;
}
.article_img_container img {
display: block;
object-fit: cover;
border-radius: 10px;
}
.new-article_item_date {
display: flex;
justify-content: space-between;
align-items: center;
margin: 1em 0;
}
.article_date {
color: #000;
font-size: 12px;
}
.article_category {
font-size: 12px;
color: #314A47;
padding: 0.2em 1em;
border: solid 1px #314A47;
border-radius: 100vh;
}
.article_title {
font-size: 14px;
color: #555555;
white-space: wrap;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.article-btn a {
color: #fff;
text-decoration: none;
}
.article-btn:hover {
opacity: 0.85;
}
.article-btn {
width: 300px;
margin: 10px auto;
background-color: #314A47;
padding: 22px 0;
border-radius: 5px;
text-align: center;
position: relative;
}
.article-btn_arrow {
display: inline-block;
width: 20px;
height: 20px;
background: #fff;
border-radius: 50%;
position: absolute;
top: 35%;
right: 4%;
}
.article-btn_arrow::before {
position: absolute;
content: "";
width: 6px;
height: 6px;
top: 0;
bottom: 0;
left: 5px;
margin: auto;
border-top: 1px solid #314A47;
border-right: 1px solid #314A47;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
.new-article_item {
width: calc(50% - 5px);
}
.article_img_container img {
width: 100%;
}
.new-article_item_date {
flex-direction: column;
margin: 0.3em 0 0.5em 0;
align-items: flex-start;
gap: 0.3em;
}
.article-btn {
width: 335px;
}
.article-btn_arrow {
right: 7%;
}
} .faq {
background-color: #F8F8F8;
padding-bottom: 130px;
}
.faq-item {
background-color: #fff;
border-radius: 5px;
padding: 1em 0;
margin-bottom: 20px;
box-shadow: 0 0 30px rgba(200, 200, 200, 0.3);
}
.faq-item:hover { box-shadow: 0 0 20px rgba(200, 200, 200, 0.5);
}
.faq-item:nth-last-child(1) {
margin-bottom: 0px;
}
.faq-item-container {
display: flex;
width: calc(100% - 64px);
margin-left: 64px;
}
.faq-question {
line-height: 1.5;
font-weight: 500;
padding: 1em 0;
flex: 1;
}
.faq-answer {
line-height: 1.5;
color: #555555;
margin-left: 64px;
width: calc(100% - 180px);
}
.faq-item-btn {
display: inline-block;
width: 42px;
height: 42px;
background-color: #314A47;
border-radius: 50%;
position: relative;
margin: calc(15px - .5em) 30px 0 30px;
}
.faq-item-btn::after {
position: absolute;
content: "";
width: 14px;
height: 2px;
background-color: #fff;
top: 20px;
left: 14px;
}
.faq-item-btn::before {
position: absolute;
content: "";
width: 2px;
height: 14px;
background-color: #fff;
top: 14px;
left: 20px;
}
.faq-item_open::before {
display: none;
}
.faq-answer {
display: none;
}
.jsfaq-answer-open {
display: block;
}
@media screen and (max-width: 480px) {
.faq {
padding-bottom: 100px;
}
.faq-item-container {
width: calc(335px - 1em);
margin-left: 1em;
}
.faq-item {
padding: .5em 0;
}
.faq-item_open,
.faq-item_close {
margin: 15px;
}
.faq-answer {
width: calc(335px - 2em);
margin: 0 1em;
}
.faq-item-btn {
margin: 15px 30px 0 30px;
}
} .last-closing-inner {
background-color: #fff;
border-radius: 10px;
margin: 0 auto;
position: relative;
z-index: 2;
}
.last-closing {
height: 235px;
padding: 70px;
background: url(//tsunagaru-as.com/wp-content/themes/tsunagaru-as/assets/css/images/last-closing_bg.jpg) no-repeat center;
background-size: cover;
position: relative;
}
.last-closing::before {
content: '';
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(49, 74, 71, 0.56);
}
@media screen and (max-width: 480px) {
.last-closing {
height: 100vw;
padding: 0;
}
.last-closing-inner {
top: 10%;
}
} .footer {
background-color: #FAFAFA; margin-top: 0px;
}
.footer-container {
width: 940px;
margin: 0 auto;
padding: 50px 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer-logo p {
font-size: 12px;
color: #000;
}
.footer-menu-nav {
display: flex;
width: 370px;
flex-wrap: wrap;
gap: 10px 30px;
}
.footer-menu-nav .menu-item a {
font-size: 14px;
color: #111;
}
.copyright {
background-color: #314A47;
font-size: 12px;
color: #fff;
text-align: center;
padding: 0.8em 0;
margin: 0;
}
.menu-nav-item_arrow {
display: none;
}
.sns-links {
display: flex;
gap: 16px;
}
.sns-link {
display: block;
}
.sns-icon {
object-fit: contain;
height: 26px;
display: block;
}
.sns-icon--youtube {
width: 37px;
}
.sns-icon--insta {
width: 26px;
}
.sns-icon--x {
width: 25px;
}
@media screen and (max-width: 480px) {
.footer {
height: auto;
}
.footer-container {
width: 335px;
flex-direction: column;
padding: 30px 0 50px 0;
}
.footer-logo img {
display: block;
margin: 0 auto;
}
.footer-menu-nav {
width: 335px;
flex-direction: column;
gap: 30px;
}
.footer-menu-nav .menu-item {
position: relative;
}
.footer-menu-nav .menu-item a::after {
position: absolute;
content: "";
background-color: #BAD5D5;
width: 335px;
height: 1px;
top: 2em;
left: 0%;
}
.menu-nav-item_arrow,
.header-navi_sp_list li a span {
position: absolute;
right: 1em;
display: inline-block;
height: 1.3em;
width: 1.3em;
border-radius: 50%;
border: solid 1px #E5E5E5;
background: #fff;
}
.menu-nav-item_arrow::after,
.menu-nav-item_arrow::before,
.header-navi_sp_list li a span::after,
.header-navi_sp_list li a span::before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.menu-nav-item_arrow::after,
.header-navi_sp_list li a span::after {
left: 10px;
width: 4px;
height: 4px;
border-top: 1px solid #0FA997;
border-right: 1px solid #0FA997;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu-nav-item_arrow::before,
.header-navi_sp_list li a span::before {
left: 5px;
width: 10px;
height: 1px;
background: #0FA997;
}
.sns-links {
justify-content: center;
padding: 16px 0 0 0;
}
}
@media screen and (min-width: 481px) {
.footer-menu {
display: flex;
align-items: center;
gap: 56px;
}
}
.single-container,
.page-container {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.single-container main,
.page-container main {
width: calc(860px - 32px);
padding-bottom: 30px;
}
.single-container h1 {
margin-bottom: 50px;
font-size: 40px;
padding-bottom: 0.2em;
color: #314A47;
position: relative;
border-bottom: 4px solid #F4FAFA;
}
.single-container h1::before {
content: '';
position: absolute;
bottom: -4px;
width: 10%;
height: 4px;
background: #0FA997;
}
.single-container h2 {
padding-bottom: 0.5em;
font-size: 24px;
border-bottom: 1px solid #056C5F;
}
.side-navi-container {
width: calc(280px - 32px);
padding-left: 2em;
border-left: 1px #D6D6D6 dashed;
}
.side-navi-title {
background-color: #F4FAFA;
font-size: 1em;
color: #365C57;
font-weight: bold;
padding: 1.5em 2em;
}
.sidebar li:hover {
background-color: #FEFBF1;
}
.sidebar h3,
.sidebar {
margin: 0;
text-indent: 1.5em;
border-bottom: 1px #E3E3E3 solid;
padding: 0.5em 0 0 0;
}
.sidebar ul,
.post-title {
margin: 0;
}
.sidebar h3 {
font-size: 16px;
margin-top: 1em;
padding-bottom: 0.2em;
height: 1em;
color: #314A47;
font-weight: bold;
border-left: #314A47 4px solid;
text-indent: 1em;
display: flex;
align-items: flex-end;
}
.sidebar .upw-content a {
font-weight: bold;
color: #000;
display: block;
padding: 0.5em 0;
text-decoration: none;
}
.entry-content p,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
overflow-wrap: break-word;
}
.entry-content h3 {
font-weight: bold;
text-indent: 0.3em;
border-left: #0FA997 4px solid;
}
.entry-content h4 {
font-weight: bold;
color: #0FA997;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content table {
line-height: 150%;
}
.entry-content ul {
list-style-type: disc;
padding-inline-start: 40px;
}
.entry-content ul,
.entry-content ol {
margin-bottom: 0.5em;
}
.entry-content .alignleft {
margin: 0.8em 0.8em 0 0;
float: left;
}
.entry-content .aligncenter {
display: block;
margin: 0.8em auto;
}
.entry-content .alignright {
margin: 0 0 0.8em 0.8em;
float: right;
}
.entry-content p img {
position: relative;
z-index: 100;
}
.entry-content table {
width: 100%;
border-collapse: collapse;
margin: 1em 0;
}
.entry-content th,
.entry-content td {
border: 1px solid #ddd;
padding: 0.4em;
}
.entry-content th {
background-color: #f4f4f4;
}
.entry-content .cardlink-area {
margin-top: 1em;
background-color: #F4FAFA;
padding: 0.5em 1em;
}
.entry-content .cardlink {
display: block;
margin: 0.8em 0;
}
.entry-content .cardlink::before {
content: "→";
display: inline-block;
width: 25px;
height: 25px;
text-align: center;
line-height: 25px;
border-radius: 50%;
border: solid 1px #E5E5E5;
background-color: #fff;
margin-right: 10px;
color: #0FA997;
font-size: 0.875rem;
}
.entry-content .cardlink:hover::before {
border: solid 1px #056C5F;
background-color: #056C5F;
color: white;
}
.entry-content #toc_container {
margin: 1em auto;
}
.entry-content iframe {
width: 100%;
height: 100%;
display: block;
aspect-ratio: 16/9;
margin-inline: auto;
}
.kaijo {
clear: both;
}
blockquote {
position: relative;
padding: 30px 15px 8px 15px;
box-sizing: border-box;
font-style: italic;
background: #efefef;
color: #555;
}
blockquote:before {
display: inline-block;
position: absolute;
top: 5px;
left: 3px;
content: "“";
font-family: sans-serif;
color: #cfcfcf;
font-size: 90px;
line-height: 1;
}
blockquote p {
padding: 0;
margin: 10px 0;
line-height: 1.7;
}
.yellow-marker {
background: linear-gradient(transparent 60%, #ffff99 60%);
padding: 0 2px;
}
@media screen and (max-width: 480px) {
.single-container,
.page-container {
flex-direction: column;
}
.single-container main,
.page-container main {
width: 100%;
}
.side-navi-container {
width: 100%;
padding: 0;
border: 0;
}
.single-container h1 {
font-size: 24px;
margin-bottom: 25px;
}
.single-container h2 {
font-size: 20px;
}
.entry-content h3 {
font-size: 18px;
}
blockquote {
margin: 0;
}
} .industry-list_btn {
display: inline-block;
width: 25px;
height: 25px;
text-align: center;
line-height: 25px;
border-radius: 50%;
border: solid 1px #E5E5E5;
background-color: #fff;
margin-right: 10px;
}
.industry-list_btn .industry-list_arrow {
position: relative;
padding: 0 0 0 20px;
color: #000;
text-decoration: none;
}
.industry-list_btn .industry-list_arrow::before,
.industry-list_btn .industry-list_arrow::after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.industry-list_btn .industry-list_arrow::before {
left: 4px;
width: 10px;
height: 1px;
background: #0FA997;
}
.industry-list_btn .industry-list_arrow::after {
left: 9px;
width: 4px;
height: 4px;
border-top: 1px solid #0FA997;
border-right: 1px solid #0FA997;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.case_prefectures_list {
background: #fff;
height: 30px;
width: 250px;
padding: 0.7em 1em;
border: 1px #215853 solid;
border-radius: 2em;
position: relative;
z-index: 1;
}
.case_prefectures_list::after {
position: absolute;
content: '';
width: 8px;
height: 8px;
right: 25px;
top: 50%;
transform: translateY(-50%) rotate(45deg);
border-bottom: 1px solid #0FA997;
border-right: 1px solid #0FA997;
z-index: -1;
}
select { appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background: none;
border: none;
font-size: 16px;
width: 100%;
height: 100%;
padding: 0 10px;
outline: none;
}
.industry-list-down {
display: inline-block;
color: #0FA997;
line-height: 1;
width: 0.5em;
height: 0.5em;
border: 2px solid currentColor;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
transform: translateY(-25%) rotate(135deg);
margin-left: 0.7em;
}
.industry-list {
list-style-type: none;
margin-top: 1em;
background-color: #F4FAFA;
padding: 0.5em 1em;
}
.industry-list-item {
margin: 0.8em 0;
}
.industry-list-item a {
color: #000;
}
.industry-list-item a:hover .industry-list_btn {
border: solid 1px #056C5F;
background-color: #056C5F;
}
.industry-list-item a:hover .industry-list_arrow::before {
background: #fff;
}
.industry-list-item a:hover .industry-list_arrow::after {
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}
@media screen and (max-width: 480px) {
.industry-list-item {
margin: 0.8em 0;
}
.industry-list-item a {
font-size: 0.8em;
}
.industry-list_btn {
width: 18px;
height: 18px;
line-height: 18px;
}
} .single-work-sub-title {
font-size: 24px;
font-weight: bold;
text-indent: 1em;
}
.single-work-main-item {
position: relative;
}
.single-work-sub-title::before {
position: absolute;
content: "";
top: 6px;
left: 0%;
width: 0.8em;
height: 0.8em;
border-radius: 4px;
background-color: #0FA997;
}
.single-work-btn-mitsumori {
margin-left: auto;
right: 0;
padding: 13px 20px;
border-radius: 5px;
background-image: linear-gradient(180deg, rgba(240, 172, 103, 1), rgba(238, 120, 0, 1));
width: 262px;
height: 28px;
}
.single-work-btn-mitsumori::after {
content: '';
display: inline-block;
width: 22px;
height: 22px;
background: url(//tsunagaru-as.com/wp-content/themes/tsunagaru-as/assets/css/images/mitsumori-icon.png) no-repeat;
background-size: contain;
vertical-align: bottom;
margin-left: 16px;
}
.single-work-btn-mitsumori a {
font-size: 22px;
color: #fff;
font-weight: 500;
text-decoration: none;
}
.single-work-main-item:nth-child(3) {
padding-bottom: 2em;
}
.single-work-main-item p {
overflow-wrap: break-word;
}
.jexcel table {
pointer-events: none;
}
@media screen and (max-width: 480px) {}
@media screen and (max-width: 480px) {
.price_table-wrap {
overflow-x: scroll;
margin: 0 calc((-100vw - -335px) / 2);
padding-left: calc((100vw - 335px) / 2);
padding-bottom: 1em;
max-width: 100vw;
}
} .breadcrumbs-list {
font-size: 0.75rem;
background: #fbfbfb;
color: #858484;
margin: 1em 0;
padding: 1em;
}
.page-container h1 {
margin-bottom: 50px;
font-size: 40px;
padding-bottom: 0.2em;
color: #314A47;
position: relative;
border-bottom: 4px solid #F4FAFA;
}
.page-container h1::before {
content: '';
position: absolute;
bottom: -4px;
width: 10%;
height: 4px;
background: #0FA997;
}
.page-container h2 {
padding-bottom: 0.5em;
font-size: 24px;
border-bottom: 1px solid #056C5F;
}
@media screen and (max-width: 480px) {
.page-container h1 {
font-size: 24px;
margin-bottom: 25px;
}
.page-container h2 {
font-size: 20px;
}
} .archive_item {
width: calc(50% - 30px);
margin: 0 10px 16px 10px;
}
.archive_img_container img {
margin: 0 auto;
}
.archive_item_date {
width: 85%;
margin: 0 auto;
}
#toc_container .toc_list{
line-height: 200%;
}
#toc_container > ul.toc_list > li > a {
display: block;
margin-top: 1em;
font-weight: bold;
}
#toc_container .toc_list ul{
margin-left: 2em;
}
#toc_container > ul.toc_list > li > ul li{
position: relative;
}
#toc_container > ul.toc_list > li > ul li a::after {
content: "";
display: block;
line-height: 1;
width: .5em;
height: .5em;
border: 2px solid #ccc;
border-right: 0;
border-bottom: 0;
box-sizing: border-box;
transform: translateY(-25%) rotate(135deg);
margin-left: .5em;
position: absolute;
top: calc(100% / 2);
left: -2em;
}
.entry-content #toc_container{
padding:0;
}
.entry-content #toc_container .toc_list{
padding: 0% 8% 5% 8%;
}
.entry-content #toc_container .toc_title{
color: #fff;
background-color: #0FA997;
line-height: 300%;
}
.toc_toggle a{
color: #fff;
}
@media screen and (max-width: 480px) {
.archive_containe {
flex-direction: column;
}
.archive_item {
width: calc(100% - 20px);
}
.archive_item_date {
width: 100%;
}
.archive_item_date .new-article_item_date {
flex-direction: row;
}
.entry-content #toc_container{
max-width: 335px;
width: 100%;
}
} .pagination {
display: flex;
justify-content: center;
}
.nav-links a,
.nav-links span {
padding: 8px 5px;
border: 1px solid #314A47;
display: inline-block;
margin: 0 8px 8px 0;
min-width: 33px;
text-align: center;
color: #314A47;
line-height: 21px;
float: left;
}
.nav-links span {
background-color: #314A47;
color: #FFF;
}
.nav-links .dots {
background: white;
color: #314A47;
border: none;
} .contact-form {
padding: 1em 2em 2em 2em;
margin-top: 3em;
background-color: #F4FAFA;
}
.todofuken-list span {
display: block;
background: #fff;
height: 30px;
width: 250px;
padding: 0.7em 1em;
border: 1px #215853 solid;
border-radius: 2em;
position: relative;
z-index: 1;
}
.todofuken-list label {
display: block;
}
.todofuken-list p {
display: flex;
align-items: center;
}
.todofuken-list select {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background: none;
border: none;
font-size: 16px;
width: 100%;
height: 100%;
padding: 0 10px;
outline: none;
}
.todofuken-list span::after {
position: absolute;
content: '';
width: 8px;
height: 8px;
right: 25px;
top: 50%;
transform: translateY(-50%) rotate(45deg);
border-bottom: 1px solid #0FA997;
border-right: 1px solid #0FA997;
z-index: -1;
}
.todofuken-list label,
.contact-form-item label {
margin-right: 5em;
}
.contact-form-item-input-text {
position: relative;
margin: 3em 0;
}
.contact-form-item-input-text span {
display: inline-block;
position: absolute;
left: 150px;
}
.contact-form-item-input-text p {
display: flex;
align-items: center;
}
.contact-form-item-input-text span input {
border: 0;
width: 620px;
line-height: 3;
}
.contact-form-item-input-radio {
margin: 2em 0;
position: relative;
}
.contact-form-item-input-radio .wpcf7-form-control-wrap {
display: inline-block;
position: absolute;
left: 150px;
}
.contact-form-item textarea {
border: 0;
width: 100%;
margin: 10px 0;
}
.last-contact-form-item {
display: inline-block;
margin: 1em 0 0.5em 0;
}
.contact-form-btn {
text-align: center;
}
.contact-form-btn input {
border: 0;
padding: 1em 4em;
border-radius: 3em;
background-image: linear-gradient(180deg, rgba(240, 172, 103, 1), rgba(238, 120, 0, 1));
color: #fff;
font-weight: bold;
}
@media screen and (max-width: 480px) {
.contact-form {
padding: 1em;
}
.contact-form-item label {
display: block;
margin-bottom: 1em;
}
.contact-form-item-input-text span input {
width: 100%;
line-height: 2.5;
}
.contact-form-item-input-text p {
align-items: flex-start;
flex-direction: column;
}
.contact-form-item-input-text span {
position: static;
left: 0;
}
.contact-form-item-input-text {
margin: 2em 0;
}
.contact-form-item-input-radio .wpcf7-form-control-wrap {
display: block;
position: static;
left: 0;
}
.contact-form-btn {
text-align: right;
}
.todofuken-list p {
flex-direction: column;
align-items: flex-start;
}
.todofuken-list p label {
margin-bottom: 1em;
}
} .fixed-btn--sp {
display: none;
}
@media screen and (max-width: 480px) {
.fixed-btn--sp {
position: fixed;
left: 0;
bottom: 0;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
padding: 16px 16px;
background: #fff;
box-sizing: border-box;
z-index: 1;
}
.fixed-btn--line {
display: grid;
width: 40px;
margin: 0 auto;
}
.fixed-btn--link {
flex: 1;
}
.fixed-btn--link .btn-mitsumori {
text-align: center;
}
.single-work .grecaptcha-badge {
bottom: 90px !important;
}
body.single-work {
padding-bottom: 78px;
}
}