@charset "UTF-8";

/* 
Theme Name: WebMtgToolService
Description: WebMtgToolService様用のテンプレートです
Version: 1.0
Author: K.Koita
*/

/* common css */

body {
font-family: YuGothic,'Yu Gothic',sans-serif;
font-size: 16px;
color: #333;
}

img {
max-width: 100%;
object-fit: cover;
height: auto;
}

.inner-width {
/* background-color: gray; */
margin: 0 auto;
max-width: 900px;

}

.home-main, .main{
    margin-top: 80px;
}

h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

/* header css */

.header-nav {
background-color: #fff;
width: 100%;
height: 80px;
top: 0;
left: 0;
position: fixed;
z-index: 99;
}
.header-nav a {
display: block;
width: 160px;
}

.gnav {
    position: fixed;
    font-weight: bold;
    z-index: 99;
    margin-left: 160px;
    top: 0;
    left: 0;
}

.gnav .gnav-list {
    display: flex;
    justify-content: flex-start;
    height: 80px;
    align-items: center;
    padding: 0 20px;
}

.gnav-list li:not(:last-of-type){
    margin-right: 30px;
}

.request-btn {
    position: fixed;
    z-index: 99;
    align-items: center;
    justify-content: flex-end;
    top: 0;
    right: 0;
    margin: 15px 10px 15px 0;
    display: flex;
}

.request-btn a{
    display: flex;
    width: 140px;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}
.request-btn .request a{
    background-color: #2323F5;
    margin-right: 10px;
}
.request-btn .contact a {
    background-color: #333;
}

/* mv main css */
.mv{
    position: relative;
    background-color: #333;
}
.mv .mv-title-inner {
    position: absolute;
    top: 115px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.mv-title {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 3px 6px #00000029;
    padding-bottom: 40px;
}
.mv-text {
    font-size: 18px;
    color: #fff;
    padding-bottom: 70px;
}

.mv-request-btn {
    display: flex;
    justify-content: center;
}
.mv-contact, .mv-request {
    display: flex;
    color: #fff;
    width: 260px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 31px;

}
.mv-request {
    background-color: #2323F5;
    margin-right: 45px;
}
.mv-contact {
    background-color: #333;
}

.mv-text-inner {
    margin-top: 60px;
    padding-bottom: 50px;
}
.text-wrapper{
    color: #fff;
    font-weight: bold;
    width: 720px;
    margin: 0 auto;
}
.text-wrapper p {
    font-size: 36px;
    text-align: center;
}
.text-wrapper ul {
    list-style: disc;
    font-size: 18px;
    padding-left: 25px;
    margin-top: 25px;
    margin-bottom: 60px;
}

.text-wrapper li:not(:last-of-type) {
    margin-bottom: 30px;
}

.white-box {
    background-color: #fff;
    padding: 35px 0;
    text-align: center;
}
.white-box h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
.white-box p {
    font-size: 18px;
}

/* feature css */
.feature-title {
    margin-top: 60px;
    margin-bottom: 60px;
}

.feature-item {
    display: flex;
}
.feature-img {
    width: 350px;
}
.feature-item-label {
    font-size: 12px;
    font-weight: normal;
    background-color: #2323F5;
    width: 90px;
    height: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}
.feaure-text-box {
    width: 500px;
    margin-right: 50px;
    margin-bottom: 60px;
}

.feature-item-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
}
.reverse {
    flex-direction: row-reverse;
}
.reverse .feaure-text-box {
    margin-right: 0;
    margin-left: 50px;
}

.feature-request {
    margin-top: 90px;
    margin-bottom: 80px;
    text-align: center;
    width: 900px;
    background-color: #2323F5;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.feature-request p {
    font-size: 26px;
    font-weight: bold;
}
.feature-request .btn {
    width: 200px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 30px;
    padding: 15px 40px;
    border: 1px solid #fff;
    border-radius: 30px;
}


/* case css */
.home-main .case {
    background-color: #333;
    color: #fff;

}
.case h2 {
    color: #fff;
    padding-top: 75px;
    margin-bottom: 110px;
}
.case-container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}
.case-item {
    width: 280px;

}

.case-item .item-wrapper {
    display: flex;
    margin: 10px 0;
}

.case-item .item-wrapper .industry {
    background-color: #2323F5;
    width: 100px;
    border-radius: 30px;
    text-align: center;
    padding: 10px 0;
    margin-right: 10px;
}
.case-item .item-wrapper .company {
    width: 170px;
    background-color: #fff;
    color: #333;
    border-radius: 30px;
    text-align: center;
    padding: 10px 0;
} 
.case-item .item-text {
    color: #333;
    background-color: #fff;
    padding: 10px 15px;
}

/* guide css */

.guide h2 {
    margin: 55px 0;
}
.guide-table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.guide-table th {
    position: relative;
    width: 65px;
    height: 65px;
    background-color: #2323F5;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.guide-table td {
    width: 250px;
    height: 65px;
    text-align: left;
    background-color: #F8F8F8;
    padding: 20px 20px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.guide-table td:last-of-type {
    width: 585px;
    font-size: 16px;
    font-weight: 500;
}

/* blog-info-wrapper */

.blog-info-wrapper {
    margin-top: 130px;
    margin-bottom: 170px;
    display: flex;
    justify-content: space-between;
}
.blog-info-wrapper h2 {
    text-align: start;
    margin-bottom: 30px;
}
.blog-info-wrapper .blog {
    width: 430px;
}

.blog-info-wrapper .info {
    width: 400px;
}
.blog .blog-list li:not(:last-child) {
    margin-bottom: 30px;
}
.blog .blog-list a {
    display: flex;
    justify-content: space-between;
}
.thumbnail {
    position: relative;
    width: 150px;
}

.thumbnail .cat-list li {
    position: absolute;
    background-color: #2323F5;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    top: 0;
    left: 0;
    padding: 5px;
}

.blog-list .blog-text {
    width: 260px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.blog-list .blog-text p {
    font-weight: bold;
    text-decoration: underline;
    
}
.blog-list .blog-text time {
    font-size: 12px;
}

.news-list li{
    height: 90px;
}
.news-list .news-text time {
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
}
.news-list .news-text p {
    text-decoration: underline;
}


/* footer */
footer .footer-request-box {
    margin-bottom: 45px;
    text-align: center;
}
.footer-request-box h2 {
    margin-bottom: 25px;
}
.footer-request a{
    display: block;
    color: #fff;
    background-color: #2323F5;
    font-weight: bold;
    padding: 15px;
    width: 280px;
    border-radius: 25px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.footer-contact {
    text-decoration: underline;
}



footer .footer-nav {
    background-color: #333;
    color: #fff;
    padding: 110px 0;
}

.footer-nav-list {
    display: flex;
    justify-content: center;
}

.footer-nav-list li {
    border-right: 1px solid #fff;
    padding:  0 20px;
}
.footer-nav-list li:last-child {
    border-right: none;
}

/* コース・料金--------------------------------------- */
/* top共通部分--------------------------------------- */

.main-content > h2 {
    font-size: 32px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.title-wrapper {
    position: relative;
}
.title-wrapper img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.title-wrapper .page-title {
    position: absolute;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    top: 95px;
    left: 50%;
    transform: translateX(-50%);
}


/* --------パンくずリスト */
.breadcrumbs {
    background-color: #F8F8F8;
}
.c-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    font-size: 12px;
}

.c-breadcrumbs > li {
    display: inline-block;
    position: relative;
}
.c-breadcrumbs li a {
    text-decoration: underline;
}
.c-breadcrumbs > li:not(:last-of-type)::after {
    content: ">";
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

/* maincontent-------------------- */
.main-content
.base-plan {
    display: flex;
    justify-content: center;
    margin-bottom: 190px;
}
.base-plan p{
    width: 280px;
    height: 90px;
    background-color: #333;
    color: #fff;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.base-plan span {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 25px;
    height: 2px;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    margin: 44px 35px;
}

.base-plan span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

.plan h2 {
    margin-bottom: 100px;
}

.plan-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.plan-item {
    width: 220px;
    height: 475px;
    border: 0.5px solid #333;
    text-align: center;
}
.plan-item .plan-name {
    background-color: #333;
    color: #fff;
    font-weight: bold;
    padding: 20px 0;
    font-size: 16px;
}

.plan-item .plan-box .fee {
    font-size: 25px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 80px;

}
.plan-detail p{
    margin-bottom: 20px;

}


/* recommend処理 */
.plan-container .recommend .plan-name{
    background-color: #2323F5;
    position: relative;
}
.plan-container .recommend .fee {
    color: #2323F5;
}
.plan-container .recommend .plan-name::before{
    content: "おすすめ";
    position: absolute;
    top: -38px;
    left: -1px;
    background-color: #2323F5;
    width: 220px;
    padding: 20px 0 0 0 ;
}



/* -------------------- */
/* blog-archive */
/* -------------------- */

.blog-archive-list li:not(:last-of-type) {
    margin-bottom: 90px;
}
.blog-archive-list li a {
    display: flex;
    justify-content: space-between;
    
}
.blog-archive-list .thumbnail {
    width: 240px;
}
.blog-archive-list .thumbnail img {
    width: 240px;
    height: 150px;
}

.blog-archive-list .item-wrapper {
    width: 610px;    
}
.blog-archive-list .item-wrapper .title {
    font-size: 26px;
    text-decoration: underline;
    margin: 20px 0;
}
.blog-archive-list {
    margin-bottom: 120px;
}


/* -------------------- */
/* news-archive */
/* -------------------- */
.news-list-item a {
    display: flex;
    justify-content:flex-start;
}

.news-list-item .date {
    margin-right: 50px;
}

.news-list-item {
    padding: 24px 0;
    border-top: 1px solid #d5d5d5 ;
}
.news-list-item:last-child {
    border-bottom: 1px solid #d5d5d5;
}

.news-list-item p {
    text-decoration: underline;
}
.news-archive-list {
    margin-bottom: 60px;
}


/* -------------------- */
/* contact */
/* -------------------- */

.contact-inner {
    margin: 0 auto;
    width: 700px;
}
.contact-inner > p {
    margin-top: 60px;
    margin-bottom: 40px;
}
.required {
    color: red;
    font-size: 12px;
}
.contact-inner input {
    appearance: auto;
}
.contact-inner p {
    margin-bottom: 10px;
}
.contact-inner .strong {
    font-weight: bold;
}
.wpcf7-text{
    width: 700px;
    height: 50px;
    border: 0.5px solid #333;
    color: #B4B4B4;
    font-size: 12px;
    padding: 20px;
    margin-bottom: 10px;
}

.form-radio {
    margin-top: 20px;
    margin-bottom: 25px;
}

.form-radio .wpcf7-list-item {
    display: block;
    margin: 0;
    margin-bottom: 15px;
}
.form-radio .wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: "";
}
.wpcf7-list-item-label::before {
    margin-left: 20px;
}
.text-area {
    width: 700px;
    padding: 20px;
    border: 0.5px solid #333;
    color: #B4B4B4;
    font-size: 12px;
    margin-bottom: 30px;
}
.privacy-request {
    text-align: center;
    margin-bottom: 50px;
}
.privacy-request > p {
    margin-bottom: 30px;
}
.privacy-request a {
    text-decoration: underline;
    color: #2323F5;
}
.privacy-request .wpcf7-list-item {
    margin: 0;
}
.privacy-request .wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: "";
    margin-left: 15px;
}

.submit-btn {
    text-align: center;
}
.submit-btn .form-submit {
    width: 200px;
    height: 50px;
    background-color: #333;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.wpcf7-form {
    margin-bottom: 120px;
}


.submit-btn .wpcf7-spinner {
    width: 0;
    margin: 0;
}

/* -------------------- *./
/* blog-detail */
/* -------------------- */
.blog-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.blog-wrapper .main-content {
    width: 590px;
}
.blog-wrapper aside {
    width: 270px;
}
.blog-wrapper .main-content > .cat-list {
    background-color: #2323F5;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    width: 110px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
}
.post-wrapper {
    margin-bottom: 110px;
}
.post-header {
    margin-bottom: 25px;
}
.post-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* SNS */
.sns-time-wrapper {
    display: flex;
    justify-content: space-between;
}
.sns {
    display: flex;
}

.recommend-post h2 {
    text-align: start;
    font-size: 26px;
    margin-bottom: 30px;
}


.eyecatch {
    height: 370px;
    margin-bottom: 110px;
}
.eyecatch img {
    width: 100%;
    height: 100%;
}
.post-list li:not(:last-of-type) {
    margin-bottom: 30px;
}
.post-list {
    margin-bottom: 90px;
}
.post-list li a {
    display: flex;
    height: 130px;
}
.post-list .thumbnail {
    width: 210px;
    margin-right: 30px;

}
.post-list .thumbnail img{
    width: 210px;
    height: 100%;
}

.post-list .date {
    display: block;
    margin-bottom: 30px;
}

.post-list .blog-text p {
    font-size: 18px;
    text-decoration: underline;
    font-weight: bold;
}
/* aside */
.related-post-title, .categories-title {
    color: #fff;
    background-color: #333;
    font-size: 21px;
    font-weight: bold;
    padding: 20px;
    margin-bottom: 30px;
}
.related-list a {
    display: flex;
    justify-content: space-between;
}
.related-list li {
    margin-bottom: 40px;
}
.related-list .thumbnail {
    width: 100px;
}
.related-list .text {
    width: 150px;
    text-decoration: underline;
    line-height: 24px;
    font-size: 12px;
}

.categories li {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

.news-wrapper {
    margin-top: 60px;
}
.news-wrapper .post-title {
    margin-bottom: 30px;
}
.news-wrapper .post-header time {
    display: inline-block;
    width: 100%;
    text-align: end;
}

.news-wrapper .post-wrapper {
    margin-bottom: 80px;
}

.main-404 {
    text-align: center;
    margin-bottom: 100px;
}
.main-404 h1 {
    font-size: 36px;
    font-weight: bold;
    margin: 60px 0;
    padding-top: 60px;
}