@charset "UTF-8";
/* =================================================================== CSS information file name  :  page.css style info :  ページ固有css =================================================================== */
/* fontsize YUI
10px = 77% 11px = 85% 12px = 93% 13px = 100%
14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197%  */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.list {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 投稿に影をつける */
}

/*---------------------------------------------------------------------------------- index  -----------------------------------------------------------------------------------*/
@media only screen and (min-width: 1000px) {
  #topArea {
    width: 100%;
  }
  #topArea img {
    width: 100%;
    height: auto !important;
    aspect-ratio: 985 / 628.97 !important;
  }
  #postArea {
    margin: 30px auto 80px;
    width: 990px;
  }
  #postArea .lifeList {
    padding: 0 0;
    color: #040000;
  }
  #postArea .lifeList ul:not(.tags) {
    width: 1000px;
  }
  #postArea .lifeList ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  #postArea .lifeList .list {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: #ffffff;
    padding: 20px 20px;
    height: 300px;
  }
  #postArea .lifeList .list .tag {
    padding: 0 0 20px;
  }
  #postArea .lifeList .list .tag .category {
    float: left;
    height: 18px;
    margin-left: -15px;
  }
  #postArea .lifeList .list .tag .category img {
    height: 20px;
  }
  #postArea .lifeList .list .tag .date {
    float: right;
    font-size: 9px;
    padding-top: 3px;
    color: #727171;
  }
  #postArea .lifeList .list h3 {
    font-weight: bold;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.8;
  }
  #postArea .lifeList .list h3 br {
    display: none;
  }
  #postArea .lifeList .list h3 a {
    color: #040000;
  }
  #postArea .lifeList .list h3 a:hover {
    color: #999999;
    border-bottom: 1px solid #999999;
    padding-bottom: 2px;
  }
  #postArea .lifeList .allpostBtn {
    width: 170px;
    margin: 5% auto 3%;
  }
  #contactArea {
    width: 100%;
    height: auto;
    padding-bottom: 170px;
  }
  #contactArea h2 {
    width: 130px;
  }
  #contactArea .content {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }
  #contactArea .content div.wpcf7-validation-errors {
    border: none;
  }
  #contactArea select,
  #contactArea input,
  #contactArea textarea {
    width: 100%;
    font-size: 120%;
    padding: 5px;
  }
  #contactArea .titleCnt {
    font-size: 120%;
    margin-top: 5%;
  }
  #contactArea .required {
    color: red;
  }
  #contactArea .any {
    color: #030303;
  }
  #contactArea .submitCnt {
    text-align: center;
  }
  #contactArea .submitCnt input {
    width: 30%;
    text-align: center;
    margin: 10% auto;
    padding: 10px;
    background-color: #77c0ce;
    color: #fff;
    font-weight: bold;
    font-size: 150%;
  }
  #contactArea form p {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
  }
  #contactArea form p:first-of-type {
    margin-top: 0;
  }
  #contactArea .wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px;
  }
  #contactArea select.wpcf7-form-control,
  #contactArea input.wpcf7-form-control,
  #contactArea textarea.wpcf7-form-control {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    box-sizing: border-box;
    background-color: #fff;
  }
  #contactArea select.wpcf7-form-control:focus,
  #contactArea input.wpcf7-form-control:focus,
  #contactArea textarea.wpcf7-form-control:focus {
    outline: none;
    border-color: #77c0ce;
  }
  #contactArea textarea.wpcf7-form-control {
    resize: vertical;
    min-height: 120px;
  }
  #contactArea input.wpcf7-submit {
    width: auto;
    min-width: 200px;
    padding: 12px 40px;
    background-color: #77c0ce;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  #contactArea input.wpcf7-submit:hover {
    background-color: #5fa8b5;
  }
  #contactArea .wpcf7-response-output {
    margin-top: 20px;
    padding: 12px;
    border-radius: 4px;
  }
  #contactArea .contact-wrapper {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    font-size: 13px;
  }
  #contactArea .contact-wrapper table,
  #contactArea .contact-wrapper table th,
  #contactArea .contact-wrapper table td {
    border: 0;
    text-align: left;
  }
  #contactArea .contact-wrapper table {
    margin-bottom: 3%;
  }
  #contactArea .contact-wrapper table img {
    max-width: 100%;
    height: auto;
  }
  #contactArea .contact-wrapper table tr {
    width: 100%;
  }
  #contactArea .contact-wrapper table th {
    width: 26%;
    padding: 12px 4% 12px 0;
    vertical-align: middle;
    text-align: right;
  }
  #contactArea .contact-wrapper table th.top {
    vertical-align: top;
  }
  #contactArea .contact-wrapper table td {
    width: 75%;
    padding: 13px 0 13px;
  }
  #contactArea .contact-wrapper table td input,
  #contactArea .contact-wrapper table td table td textarea {
    border: 1px solid #ffffff;
    padding: 2px 6px;
    width: 95%;
  }
  #contactArea .contact-wrapper table td textarea {
    resize: none;
    border: 1px solid #ffffff;
    padding: 2px 6px;
    width: 95%;
  }
  #contactArea .contact-wrapper table td.btn-wrapper {
    padding: 5px 0 0;
  }
  #contactArea .contact-wrapper table td.btn-wrapper input {
    display: inline-block;
    width: 100px;
    height: 28px;
    background: #9fa0a0;
    border: 1px solid #9fa0a0;
    box-sizing: border-box;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 0;
    letter-spacing: 0.2em;
    font-size: 15px;
  }
  #contactArea .contact-wrapper table td.btn-wrapper input:hover {
    background: #ffffff;
    color: #9fa0a0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 999px) {
  #topArea {
    width: 100%;
  }
  #topArea img {
    width: 100%;
  }
  #postArea {
    margin: 30px auto 60px;
    width: 100%;
  }
  #postArea .lifeList {
    padding: 0 0;
    color: #040000;
  }
  #postArea .lifeList ul {
    width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  #postArea .lifeList .list {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: #ffffff;
    padding: 3% 2% 2%;
    height: auto;
  }
  #postArea .lifeList .list .tag {
    padding: 0 0 15px;
  }
  #postArea .lifeList .list .tag .category {
    float: left;
    height: 18px;
    margin-left: -5px;
  }
  #postArea .lifeList .list .tag .category img {
    height: 16px;
  }
  #postArea .lifeList .list .tag .date {
    float: right;
    font-size: 9px;
    padding-top: 3px;
    color: #727171;
  }
  #postArea .lifeList .list .topSum img {
    width: 100%;
  }
  #postArea .lifeList .list h3 {
    font-weight: bold;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.8;
    overflow: hidden;
    height: 60px;
    padding-bottom: 1%;
  }
  #postArea .lifeList .list h3 br {
    display: none;
  }
  #postArea .lifeList .list h3 a {
    color: #040000;
  }
  #postArea .lifeList .list h3 a:hover {
    color: #999999;
    border-bottom: 1px solid #999999;
    padding-bottom: 2px;
  }
  #postArea .lifeList .allpostBtn {
    width: 170px;
    margin: 5% auto 3%;
  }
  #contactArea {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
  }
  #contactArea h2 {
    width: 130px;
    padding: 50px 0 50px;
    text-align: center;
    margin: 0 auto;
  }
  #contactArea .content {
    width: 95%;
    max-width: 620px;
    margin: 0 auto;
  }
  #contactArea form p {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
  }
  #contactArea form p:first-of-type {
    margin-top: 0;
  }
  #contactArea .wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px;
  }
  #contactArea select.wpcf7-form-control,
  #contactArea input.wpcf7-form-control,
  #contactArea textarea.wpcf7-form-control {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    box-sizing: border-box;
    background-color: #fff;
  }
  #contactArea select.wpcf7-form-control:focus,
  #contactArea input.wpcf7-form-control:focus,
  #contactArea textarea.wpcf7-form-control:focus {
    outline: none;
    border-color: #77c0ce;
  }
  #contactArea textarea.wpcf7-form-control {
    resize: vertical;
    min-height: 120px;
  }
  #contactArea input.wpcf7-submit {
    width: auto;
    min-width: 200px;
    padding: 12px 40px;
    background-color: #77c0ce;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  #contactArea input.wpcf7-submit:hover {
    background-color: #5fa8b5;
  }
  #contactArea .wpcf7-response-output {
    margin-top: 20px;
    padding: 12px;
    border-radius: 4px;
  }
  #contactArea .contact-wrapper {
    width: 95%;
    max-width: 620px;
    margin: 0 auto;
    font-size: 13px;
  }
  #contactArea .contact-wrapper table,
  #contactArea .contact-wrapper table th,
  #contactArea .contact-wrapper table td {
    border: 0;
    text-align: left;
  }
  #contactArea .contact-wrapper table {
    margin-bottom: 3%;
  }
  #contactArea .contact-wrapper table img {
    max-width: 100%;
    height: auto;
  }
  #contactArea .contact-wrapper table tr {
    width: 100%;
  }
  #contactArea .contact-wrapper table th {
    width: 26%;
    padding: 12px 4% 12px 0;
    vertical-align: middle;
    text-align: right;
  }
  #contactArea .contact-wrapper table th.top {
    vertical-align: top;
  }
  #contactArea .contact-wrapper table td {
    width: 75%;
    padding: 13px 0 13px;
  }
  #contactArea .contact-wrapper table td input,
  #contactArea .contact-wrapper table td table td textarea {
    border: 1px solid #ffffff;
    padding: 2px 6px;
    width: 95%;
    font-size: 16px;
  }
  #contactArea .contact-wrapper table td textarea {
    resize: none;
    border: 1px solid #ffffff;
    padding: 2px 6px;
    width: 95%;
    font-size: 16px;
  }
  #contactArea .contact-wrapper table td.btn-wrapper {
    padding: 5px 0 0;
  }
  #contactArea .contact-wrapper table td.btn-wrapper input {
    display: inline-block;
    width: 100px;
    height: 28px;
    background: #9fa0a0;
    border: 1px solid #9fa0a0;
    box-sizing: border-box;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 0;
    letter-spacing: 0.2em;
    font-size: 15px;
  }
  #contactArea .contact-wrapper table td.btn-wrapper input:hover {
    background: #ffffff;
    color: #9fa0a0;
  }
}

@media only screen and (max-width: 639px) {
  #topArea {
    width: 100%;
  }
  #topArea img {
    width: 100%;
  }
  #postArea {
    margin: 30px auto 60px;
    width: 100%;
  }
  #postArea .lifeList {
    padding: 0 0;
    color: #040000;
  }
  #postArea .lifeList ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  #postArea .lifeList .list {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: #ffffff;
    padding: 3% 2%;
    height: auto;
  }
  #postArea .lifeList .list .tag {
    padding: 0 0 20px;
  }
  #postArea .lifeList .list .tag .category {
    float: left;
    height: 18px;
    margin-left: -5px;
  }
  #postArea .lifeList .list .tag .category img {
    height: 15px;
  }
  #postArea .lifeList .list .tag .date {
    float: right;
    font-size: 9px;
    padding-top: 3px;
    color: #727171;
  }
  #postArea .lifeList .list .topSum img {
    width: 100%;
  }
  #postArea .lifeList .list h3 {
    font-weight: bold;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.8;
    overflow: hidden;
    height: 60px;
    padding-bottom: 1%;
  }
  #postArea .lifeList .list h3 br {
    display: none;
  }
  #postArea .lifeList .list h3 a {
    color: #040000;
  }
  #postArea .lifeList .list h3 a:hover {
    color: #999999;
    border-bottom: 1px solid #999999;
    padding-bottom: 2px;
  }
  #postArea .lifeList .allpostBtn {
    width: 170px;
    margin: 5% auto 3%;
  }
  #contactArea {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
  }
  #contactArea h2 {
    width: 130px;
    padding: 50px 0 50px;
    text-align: center;
    margin: 0 auto;
  }
  #contactArea .content {
    width: 95%;
    max-width: 620px;
    margin: 0 auto;
  }
  #contactArea form p {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
  }
  #contactArea form p:first-of-type {
    margin-top: 0;
  }
  #contactArea .wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px;
  }
  #contactArea select.wpcf7-form-control,
  #contactArea input.wpcf7-form-control,
  #contactArea textarea.wpcf7-form-control {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    box-sizing: border-box;
    background-color: #fff;
  }
  #contactArea select.wpcf7-form-control:focus,
  #contactArea input.wpcf7-form-control:focus,
  #contactArea textarea.wpcf7-form-control:focus {
    outline: none;
    border-color: #77c0ce;
  }
  #contactArea textarea.wpcf7-form-control {
    resize: vertical;
    min-height: 120px;
  }
  #contactArea input.wpcf7-submit {
    width: 100%;
    max-width: 300px;
    padding: 12px 20px;
    background-color: #77c0ce;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  #contactArea input.wpcf7-submit:hover {
    background-color: #5fa8b5;
  }
  #contactArea .wpcf7-response-output {
    margin-top: 20px;
    padding: 12px;
    border-radius: 4px;
  }
  #contactArea .contact-wrapper {
    width: 95%;
    max-width: 620px;
    margin: 0 auto;
    font-size: 13px;
  }
  #contactArea .contact-wrapper table,
  #contactArea .contact-wrapper table th,
  #contactArea .contact-wrapper table td {
    border: 0;
    text-align: left;
  }
  #contactArea .contact-wrapper table {
    margin-bottom: 3%;
  }
  #contactArea .contact-wrapper table img {
    max-width: 100%;
    height: auto;
  }
  #contactArea .contact-wrapper table tr {
    width: 100%;
  }
  #contactArea .contact-wrapper table th {
    width: 26%;
    padding: 12px 4% 12px 0;
    vertical-align: middle;
    text-align: right;
  }
  #contactArea .contact-wrapper table th.top {
    vertical-align: top;
  }
  #contactArea .contact-wrapper table td {
    width: 75%;
    padding: 13px 0 13px;
  }
  #contactArea .contact-wrapper table td input,
  #contactArea .contact-wrapper table td table td textarea {
    border: 1px solid #ffffff;
    padding: 2px 6px;
    width: 95%;
    font-size: 16px;
  }
  #contactArea .contact-wrapper table td textarea {
    resize: none;
    border: 1px solid #ffffff;
    padding: 2px 6px;
    width: 95%;
    font-size: 16px;
  }
  #contactArea .contact-wrapper table td.btn-wrapper {
    padding: 5px 0 0;
  }
  #contactArea .contact-wrapper table td.btn-wrapper input {
    display: inline-block;
    width: 100px;
    height: 28px;
    background: #9fa0a0;
    border: 1px solid #9fa0a0;
    box-sizing: border-box;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 0;
    letter-spacing: 0.2em;
    font-size: 15px;
  }
  #contactArea .contact-wrapper table td.btn-wrapper input:hover {
    background: #ffffff;
    color: #9fa0a0;
  }
}

/*---------------------------------------------------------------------------------- page-about  ------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1000px) {
  #about {
    margin: 0 auto;
  }
  #about img {
    width: 100%;
  }
  #about .content {
    margin: 0 auto;
  }
  #about .content .message {
    width: 1200px;
    margin: 0 auto;
  }
  #about .content .message .sp {
    display: none;
  }
  #about .content .flow {
    background: #c9caca;
    padding: 105px 0 0;
  }
  #about .content .flow h2 {
    width: 80px;
  }
  #about .content .company {
    background: #f1f1f1;
    padding: 105px 0 180px;
  }
  #about .content .company h2 {
    width: 160px;
    padding-bottom: 80px;
  }
  #about .content .company .information {
    width: 680px;
    margin: 0 auto;
    font-size: 13px;
  }
  #about .content .company .information .en {
    width: 360px;
    float: left;
    margin: 0 60px 0 0;
  }
  #about .content .company .information .en tr {
    margin-bottom: 15px;
    display: block;
  }
  #about .content .company .information .en th {
    width: 125px;
    line-height: 1.6;
  }
  #about .content .company .information .en td {
    width: 235px;
  }
  #about .content .company .information .jp {
    width: 260px;
    float: left;
  }
  #about .content .company .information .jp tr {
    margin-bottom: 15px;
    display: block;
  }
  #about .content .company .information .jp th {
    width: 80px;
    line-height: 1.6;
  }
  #about .content .company .information .jp td {
    width: 280px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 999px) {
  #about {
    margin: 0 auto;
  }
  #about img {
    width: 100%;
  }
  #about .content {
    margin: 0 auto;
  }
  #about .content .message {
    width: 100%;
    margin: 0 auto;
  }
  #about .content .message .sp {
    display: none;
  }
  #about .content .flow {
    background: #c9caca;
    padding: 105px 0 0;
  }
  #about .content .flow h2 {
    width: 80px;
  }
  #about .content .company {
    background: #f1f1f1;
    padding: 70px 0 70px;
    width: 80%;
    margin: 0 auto;
  }
  #about .content .company h2 {
    width: 160px;
    padding-bottom: 50px;
    margin: 0 auto;
  }
  #about .content .company .information {
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
  }
  #about .content .company .information .en {
    width: 100%;
    margin: 0;
  }
  #about .content .company .information .en tr {
    margin-bottom: 15px;
    width: 100%;
    display: flex;
  }
  #about .content .company .information .en th {
    width: 35%;
    line-height: 1.6;
  }
  #about .content .company .information .en td {
    width: 65%;
  }
  #about .content .company .information .jp {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 50px;
  }
  #about .content .company .information .jp tr {
    margin-bottom: 15px;
    display: flex;
    width: 100%;
  }
  #about .content .company .information .jp th {
    width: 35%;
    line-height: 1.6;
  }
  #about .content .company .information .jp td {
    width: 65%;
  }
}

@media only screen and (max-width: 639px) {
  #about {
    margin: 0 auto;
  }
  #about img {
    width: 100%;
  }
  #about .content {
    margin: 0 auto;
  }
  #about .content .message {
    width: 100%;
    margin: 0 auto;
  }
  #about .content .message .pc {
    display: none;
  }
  #about .content .flow {
    background: #c9caca;
    padding: 105px 0 0;
  }
  #about .content .flow h2 {
    width: 80px;
  }
  #about .content .company {
    background: #f1f1f1;
    padding: 70px 10px 70px;
  }
  #about .content .company h2 {
    width: 160px;
    padding-bottom: 50px;
    margin: 0 auto;
  }
  #about .content .company .information {
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
  }
  #about .content .company .information .en {
    width: 100%;
    margin: 0;
  }
  #about .content .company .information .en tr {
    margin-bottom: 15px;
    width: 100%;
    display: flex;
  }
  #about .content .company .information .en th {
    width: 35%;
    line-height: 1.6;
  }
  #about .content .company .information .en td {
    width: 65%;
  }
  #about .content .company .information .jp {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 50px;
  }
  #about .content .company .information .jp tr {
    margin-bottom: 15px;
    display: flex;
    width: 100%;
  }
  #about .content .company .information .jp th {
    width: 35%;
    line-height: 1.6;
  }
  #about .content .company .information .jp td {
    width: 65%;
  }
}

/*---------------------------------------------------------------------------------- page-all-post,category ------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1000px) {
  #allpost {
    margin: 60px auto 100px;
    width: 990px;
  }
  #allpost h2 {
    width: 120px;
    margin: 5% auto 5%;
  }
  #allpost .lifeList {
    padding: 0 0;
    color: #040000;
  }
  #allpost .lifeList ul {
    width: 1000px;
  }
  #allpost .lifeList .list {
    float: left;
    width: 190px;
    margin: 0 20px 30px 0px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background: #ffffff;
    padding: 20px 20px;
    height: 250px;
  }
  #allpost .lifeList .list .tag {
    padding: 0 0 20px;
  }
  #allpost .lifeList .list .tag .category {
    float: left;
    height: 18px;
    margin-left: -15px;
  }
  #allpost .lifeList .list .tag .category img {
    height: 20px;
  }
  #allpost .lifeList .list .tag .date {
    float: right;
    font-size: 9px;
    padding-top: 3px;
    color: #727171;
  }
  #allpost .lifeList .list h3 {
    font-weight: bold;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.8;
  }
  #allpost .lifeList .list h3 br {
    display: none;
  }
  #allpost .lifeList .list h3 a {
    color: #040000;
  }
  #allpost .lifeList .list h3 a:hover {
    color: #999999;
    border-bottom: 1px solid #999999;
    padding-bottom: 2px;
  }
  #allpost .lifeList .pageNation {
    padding: 10% 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 999px) {
  #allpost {
    margin: 30px auto 60px;
    width: 100%;
  }
  #allpost h2 {
    width: 120px;
    margin: 5% auto 5%;
  }
  #allpost .lifeList {
    padding: 0 0;
    color: #040000;
  }
  #allpost .lifeList ul {
    width: 80%;
    margin: 0 auto;
  }
  #allpost .lifeList .list {
    float: left;
    width: 44%;
    margin: 0 1% 3%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background: #ffffff;
    padding: 3% 2% 2%;
    height: auto;
  }
  #allpost .lifeList .list .tag {
    padding: 0 0 15px;
  }
  #allpost .lifeList .list .tag .category {
    float: left;
    height: 18px;
    margin-left: -5px;
  }
  #allpost .lifeList .list .tag .category img {
    height: 16px;
  }
  #allpost .lifeList .list .tag .date {
    float: right;
    font-size: 9px;
    padding-top: 3px;
    color: #727171;
  }
  #allpost .lifeList .list .topSum img {
    width: 100%;
  }
  #allpost .lifeList .list h3 {
    font-weight: bold;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.8;
    overflow: hidden;
    height: 60px;
    padding-bottom: 1%;
  }
  #allpost .lifeList .list h3 br {
    display: none;
  }
  #allpost .lifeList .list h3 a {
    color: #040000;
  }
  #allpost .lifeList .list h3 a:hover {
    color: #999999;
    border-bottom: 1px solid #999999;
    padding-bottom: 2px;
  }
}

@media only screen and (max-width: 639px) {
  #allpost {
    margin: 30px auto 60px;
    width: 100%;
  }
  #allpost h2 {
    width: 120px;
    margin: 5% auto 5%;
  }
  #allpost .lifeList {
    padding: 0 0;
    color: #040000;
  }
  #allpost .lifeList ul {
    width: 100%;
  }
  #allpost .lifeList .list {
    float: left;
    width: 44%;
    margin: 0 1% 3%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background: #ffffff;
    padding: 3% 2%;
    height: auto;
  }
  #allpost .lifeList .list .tag {
    padding: 0 0 20px;
  }
  #allpost .lifeList .list .tag .category {
    float: left;
    height: 18px;
    margin-left: -5px;
  }
  #allpost .lifeList .list .tag .category img {
    height: 15px;
  }
  #allpost .lifeList .list .tag .date {
    float: right;
    font-size: 9px;
    padding-top: 3px;
    color: #727171;
  }
  #allpost .lifeList .list .topSum img {
    width: 100%;
  }
  #allpost .lifeList .list h3 {
    font-weight: bold;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.8;
    overflow: hidden;
    height: 60px;
    padding-bottom: 1%;
  }
  #allpost .lifeList .list h3 br {
    display: none;
  }
  #allpost .lifeList .list h3 a {
    color: #040000;
  }
  #allpost .lifeList .list h3 a:hover {
    color: #999999;
    border-bottom: 1px solid #999999;
    padding-bottom: 2px;
  }
}

/*---------------------------------------------------------------------------------- single ------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1000px) {
  #single {
    margin: 0 auto 250px;
  }
  #single a {
    color: #5dc2d0;
  }
  #single a:hover {
    color: #999999;
    border-bottom: 1px solid #999999;
    padding-bottom: 1px;
  }
  #single .news {
    width: 850px;
    margin: 0 auto;
    color: #040000;
  }
  #single .news .main {
    position: relative;
  }
  #single .news .main .mainCategory {
    width: 100px;
    position: absolute;
    top: 0;
    left: -75px;
  }
  #single .news .content {
    margin: 35px auto 0;
    line-height: 1.8;
  } /**width: 580px;**/
  #single .news .content img {
    width: 100%;
    margin: 20px 0;
  }
  #single .news .content iframe {
    margin: 20px 0;
  }
  #single .news .content h1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #ffffff;
    font-weight: bold;
  }
  #single .news .content p {
    margin-bottom: 10px;
    font-size: 15px;
  }
  #single .news .content .category {
    text-align: left;
    margin: 30px 0 30px;
  }
  #single .news .content .category a:hover {
    border-bottom: 0;
    padding-bottom: 0;
  }
  #single .news .content .category li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #single .news .content .addtoany_shortcode {
    text-align: right;
  }
  #single .news .content .addtoany_shortcode .a2a_svg {
    background: #585757 !important;
  }
  #single .news .content .addtoany_shortcode a:hover {
    border-bottom: none;
    padding-bottom: none;
  }
  #single .news .relation {
    margin: 95px auto 0;
    width: 850px;
    font-size: 13px;
  }
  #single .news .relation br {
    display: none;
  }
  #single .news .relation h2 {
    width: 140px;
    margin: 0 0 15px 0;
  }
  #single .news .relation span {
    padding: 0 20px 0 0;
  }
  #single .news .relation .relationList {
    background: #ffffff;
    padding: 25px;
  }
  #single .news .relation .relationList .announce {
    width: 72px;
    height: 18px;
  }
  #single .news .relation .relationList .artist {
    width: 120px;
    height: 18px;
  }
  #single .news .relation .relationList .company {
    width: 72px;
    height: 18px;
  }
  #single .news .relation .relationList .conversation {
    width: 72px;
    height: 18px;
  }
  #single .news .relation .relationList .country {
    width: 72px;
    height: 18px;
  }
  #single .news .relation .relationList .craftsman {
    width: 72px;
    height: 18px;
  }
  #single .news .relation .relationList .creator {
    width: 125px;
    height: 18px;
  }
  #single .news .relation .relationList .culture {
    width: 105px;
    height: 18px;
  }
  #single .news .relation .relationList .event {
    width: 96px;
    height: 18px;
  }
  #single .news .relation .relationList .fashion {
    width: 113px;
    height: 18px;
  }
  #single .news .relation .relationList .media {
    width: 96px;
    height: 18px;
  }
  #single .news .relation .relationList .planning {
    width: 72px;
    height: 18px;
  }
  #single .news .relation .relationList .producer {
    width: 89px;
    height: 18px;
  }
  #single .news .relation .relationList .school {
    width: 72px;
    height: 18px;
  }
  #single .news .relation .relationList .shop {
    width: 97px;
    height: 18px;
  }
  #single .news .relation .relationList .technology {
    width: 115px;
    height: 18px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 999px) {
  #single {
    margin: 0 auto 150px;
  }
  #single a {
    color: #5dc2d0;
  }
  #single a:hover {
    color: #999999;
    border-bottom: 1px solid #999999;
    padding-bottom: 1px;
  }
  #single .news {
    width: 100%;
    margin: 0 auto;
    color: #040000;
  }
  #single .news .main {
    position: relative;
  }
  #single .news .main .mainImage img {
    width: 100%;
  }
  #single .news .main .mainCategory {
    width: 30px;
    position: absolute;
    top: 10px;
    left: 15px;
    display: none;
  }
  #single .news .content {
    margin: 35px auto 0;
    padding: 0 10px;
    line-height: 1.8;
    width: 80%;
  }
  #single .news .content img {
    width: 100%;
    margin: 20px 0;
  }
  #single .news .content iframe {
    margin: 20px 0;
  }
  #single .news .content h1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #ffffff;
  }
  #single .news .content p {
    margin-bottom: 10px;
    font-size: 13px;
  }
  #single .news .content .category {
    text-align: left;
    margin: 30px 0 30px;
  }
  #single .news .content .category a:hover {
    border-bottom: 0;
    padding-bottom: 0;
  }
  #single .news .content .category li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #single .news .content .addtoany_shortcode {
    text-align: right;
    width: 95%;
  }
  #single .news .content .addtoany_shortcode .a2a_svg {
    background: #585757 !important;
  }
  #single .news .content .addtoany_shortcode a:hover {
    border-bottom: none;
    padding-bottom: none;
  }
  #single .news .relation {
    margin: 95px auto 0;
    width: 80%;
    font-size: 13px;
  }
  #single .news .relation br {
    display: none;
  }
  #single .news .relation h2 {
    width: 140px;
    margin: 0 0 15px 0;
  }
  #single .news .relation span {
    padding: 0 20px 0 0;
  }
  #single .news .relation .relationList {
    background: #ffffff;
    padding: 25px;
  }
  #single .news .relation .relationList .announce {
    width: 72px;
    height: 18px;
  }
  #single .news .relation .relationList .artist {
    width: 120px;
    height: 18px;
  }
  #single .news .relation .relationList .company {
    width: 72px;
    height: 18px;
  }
  #single .news .relation .relationList .conversation {
    width: 72px;
    height: 18px;
  }
  #single .news .relation .relationList .country {
    width: 72px;
    height: 18px;
  }
  #single .news .relation .relationList .craftsman {
    width: 72px;
    height: 18px;
  }
  #single .news .relation .relationList .creator {
    width: 125px;
    height: 18px;
  }
  #single .news .relation .relationList .culture {
    width: 105px;
    height: 18px;
  }
  #single .news .relation .relationList .event {
    width: 96px;
    height: 18px;
  }
  #single .news .relation .relationList .fashion {
    width: 113px;
    height: 18px;
  }
  #single .news .relation .relationList .media {
    width: 96px;
    height: 18px;
  }
  #single .news .relation .relationList .planning {
    width: 72px;
    height: 18px;
  }
  #single .news .relation .relationList .producer {
    width: 89px;
    height: 18px;
  }
  #single .news .relation .relationList .school {
    width: 72px;
    height: 18px;
  }
  #single .news .relation .relationList .shop {
    width: 97px;
    height: 18px;
  }
  #single .news .relation .relationList .technology {
    width: 115px;
    height: 18px;
  }
}

@media only screen and (max-width: 639px) {
  #single {
    margin: 0 auto 150px;
  }
  #single a {
    color: #5dc2d0;
  }
  #single a:hover {
    color: #999999;
    border-bottom: 1px solid #999999;
    padding-bottom: 1px;
  }
  #single .news {
    width: 100%;
    margin: 0 auto;
    color: #040000;
  }
  #single .news .main {
    position: relative;
  }
  #single .news .main .mainImage img {
    width: 100%;
  }
  #single .news .main .mainCategory {
    width: 30px;
    position: absolute;
    top: 10px;
    left: 15px;
    display: none;
  }
  #single .news .content {
    margin: 35px auto 0;
    padding: 0 10px;
    line-height: 1.8;
  }
  #single .news .content img {
    width: 100%;
    margin: 20px 0;
  }
  #single .news .content iframe {
    margin: 20px 0;
  }
  #single .news .content h1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #ffffff;
  }
  #single .news .content p {
    margin-bottom: 10px;
    font-size: 13px;
  }
  #single .news .content .category {
    text-align: left;
    margin: 30px 0 30px;
  }
  #single .news .content .category a:hover {
    border-bottom: 0;
    padding-bottom: 0;
  }
  #single .news .content .category li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #single .news .content .addtoany_shortcode {
    text-align: right;
    width: 95%;
  }
  #single .news .content .addtoany_shortcode .a2a_svg {
    background: #585757 !important;
  }
  #single .news .content .addtoany_shortcode a:hover {
    border-bottom: none;
    padding-bottom: none;
  }
  #single .news .relation {
    margin: 95px auto 0;
    width: 90%;
    font-size: 13px;
  }
  #single .news .relation br {
    display: none;
  }
  #single .news .relation h2 {
    width: 140px;
    margin: 0 auto 15px;
  }
  #single .news .relation span {
    padding: 0 20px 0 0;
  }
  #single .news .relation .relationList {
    background: #ffffff;
    padding: 25px;
  }
  #single .news .relation .relationList .announce {
    width: 72px;
    height: 18px;
  }
  #single .news .relation .relationList .artist {
    width: 120px;
    height: 18px;
  }
  #single .news .relation .relationList .company {
    width: 72px;
    height: 18px;
  }
  #single .news .relation .relationList .conversation {
    width: 72px;
    height: 18px;
  }
  #single .news .relation .relationList .country {
    width: 72px;
    height: 18px;
  }
  #single .news .relation .relationList .craftsman {
    width: 72px;
    height: 18px;
  }
  #single .news .relation .relationList .creator {
    width: 125px;
    height: 18px;
  }
  #single .news .relation .relationList .culture {
    width: 105px;
    height: 18px;
  }
  #single .news .relation .relationList .event {
    width: 96px;
    height: 18px;
  }
  #single .news .relation .relationList .fashion {
    width: 113px;
    height: 18px;
  }
  #single .news .relation .relationList .media {
    width: 96px;
    height: 18px;
  }
  #single .news .relation .relationList .planning {
    width: 72px;
    height: 18px;
  }
  #single .news .relation .relationList .producer {
    width: 89px;
    height: 18px;
  }
  #single .news .relation .relationList .school {
    width: 72px;
    height: 18px;
  }
  #single .news .relation .relationList .shop {
    width: 97px;
    height: 18px;
  }
  #single .news .relation .relationList .technology {
    width: 115px;
    height: 18px;
  }
}

/** 追加 **/
#top-about {
  margin-bottom: 60px;
}
.title-box {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
}
.title-letter {
  font-size: 3em !important;
  font-weight: bolder;
  color: #696969;
}
@media screen and (max-width: 1000px) {
  .title-box {
    width: 100%;
  }
}
.top-service {
  border-radius: 80px;
}
.about-content {
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  width: 500px;
}
/** service **/
.service-button-box {
  display: flex;
  width: 70%;
  margin: 0 auto;
}
.image_link img {
  width: 100%;
}
.image_link:hover img {
  transform: rotateY(360deg);
  transition-duration: 1s;
}
/** Tags **/
#tags {
  border-radius: 20px;
  background-color: #d3d3d3;
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
}

.tags_title {
  text-align: left;
  padding: 15px 0px 0px 30px;
  font-size: 20px;
  font-weight: bold;
}

.tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
  width: fit-content;
  margin: 0 auto;
  color: #030303;
}

.tag-button {
  background-color: white;
  color: #030303;
  border: 1px solid black;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
}

.tag-button:hover {
  background-color: #e0e0e0;
}

/** case studies **/
#top-cases {
  background-image: url('https://dotbuttoncompany.com/wp-content/themes/dotbuttoncompany/images/page/back-transparent.png');
  width: 100%;
  padding: 100px 0px 50px 0px;
}
#top_sns {
  padding-bottom: 20px;
}
#top_sns li {
  width: 50px;
}

/** company **/
.policy {
  padding-top: 40px;
}
.policy_box {
  width: 70vw;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 10px 0px 10px 0px;
  font-size: 1.2vw;
}
.companyinfo {
  padding-top: 40px;
  margin: 0 auto;
  padding: 80px 0 100px 0;
}
@media screen and (min-width: 1000px) {
  .companyinfo {
    display: flex;
    justify-content: center;
  }
  .companyinfo-table {
    margin-left: 40px;
  }
  .message-box {
    margin-bottom: 100px;
  }
  .topmessage {
    padding-top: 80px;
  }
}
@media screen and (min-width: 587px) {
  .service-container {
    display: flex;
    justify-content: center;
  }
  .item {
    width: 500px;
  }
}
.item {
  height: 350px;
  color: #fff;
}
.item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.service-title {
  font-size: 1.5rem;
  font-weight: bold;
}
.service-sentence {
  position: absolute;
  font-size: 0.9rem;
  line-height: 30px;
  color: #fff;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.new-business {
  background-image: url('https://dotbuttoncompany.com/wp-content/themes/dotbuttoncompany/images/page/new-business.png');
  background-size: cover;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}
.area-management {
  background-image: url('https://dotbuttoncompany.com/wp-content/themes/dotbuttoncompany/images/page/area-management.jpg');
  background-size: cover;
  position: relative;
}
.sustainable-development {
  background-image: url('https://dotbuttoncompany.com/wp-content/themes/dotbuttoncompany/images/page/sustainability.jpg');
  background-size: cover;
  position: relative;
}
.communication-design {
  background-image: url('https://dotbuttoncompany.com/wp-content/themes/dotbuttoncompany/images/page/communication.jpg');
  background-size: cover;
  position: relative;
}
#top-news {
  padding-top: 100px;
}

/** company **/
.company-message {
  margin-right: 20px;
  text-align: left;
  padding: 50px 20px 50px 40px;
}
@media screen and (max-width: 640px) {
  .company-message {
    padding: 40px 20px 40px 50px;
  }
}
@media screen and (max-width: 480px) {
  .company-message {
    padding: 30px 20px 30px 20px;
  }
}
.companyinfo-table {
  display: flex;
  justify-content: center;
}
.companyinfo-table td {
  padding: 5px;
}
.messsage-title {
  font-size: 20px;
  padding: 10px;
}
.policy_box_parent {
  background-image: url('https://dotbuttoncompany.com/wp-content/themes/dotbuttoncompany/images/page/back-transparent.png');
  height: auto;
  width: 100%;
  padding: 100px 0px 100px 0px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .policy_box_parent {
    padding: 60px 0px 60px 0px;
  }
}
.policy_box {
  width: 70vw;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 10px 0px 10px 0px;
  font-size: 1.2vw;
}
.mission-parent {
  justify-content: center;
}
.mission-child {
  text-align: center;
  padding: 10px;
}
.mission-text {
  font-size: 17px;
}
.map {
  aspect-ratio: 16 / 9;
  max-width: 600px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .map {
    width: 100%;
    max-width: 1000px;
  }
}
.message-box {
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 985px) {
  .mission-parent {
    display: flex;
  }
}
@media screen and (max-width: 985px) {
  .mission-child {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 800px) {
  .message-box {
    display: flex;
  }
}
@media screen and (min-width: 1100px) {
  .company-message {
    font-size: 15px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1099px) {
  .company-message {
    font-size: 13px;
  }
}
@media screen and (max-width: 899px) {
  .company-message {
    font-size: 11px;
    line-height: 1.75;
  }
}

/** スクロールテキスト **/
.bbs {
  align-items: center;
  display: flex;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
.bbs ul {
  animation: flowing 70s linear infinite;
  font-size: 16px;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}
.bbs ul li {
  display: inline-block;
  padding-right: 30px;
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*
* 新着記事一覧ショートコード用
*/
.news-list .news-list-inner {
  padding: 20px 5px;
  border: 2px solid #f5f5f5;
}
.archive .news-list .news-list-inner {
  background: #fff;
  padding: 20px;
}
.news-list ul {
  list-style: none;
  margin: 0 0 20px;
}
.news-list li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.news-list a {
  color: #333;
  text-decoration-line: none;
}
.news-list a:hover {
  opacity: 0.6;
}
.news-list a.wp-block-button__link {
  color: #fff;
}
.news-list a.wp-block-button__link:hover {
  color: #f87474;
}
.news-list .news_date {
  margin: 0;
  font-size: 14px;
}
.news-list .news_title {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/** 共通 **/
h1 {
  /* font-size: 50px !important; */
  font-weight: bold !important;
  text-align: center;
}

.field {
  display: flex;
}
.section-title {
  text-align: center;
  font-size: 3em !important;
  font-weight: bolder;
}
.head_pagelink {
  font-size: 1.2vw;
  font-weight: bold;

  margin-left: 30px;
}
.links {
  color: #333333 !important;
}
.links:hover {
  color: #999999 !important;
}
/** ボタン **/
.button a {
  background: #eee;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px 25px;
  font-family: 'Noto Sans Japanese';
  color: #333333;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.button a:hover {
  background: #333333;
  color: #fff;
}
.button a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button a:hover:after {
  border-color: #fff;
}
.button {
  margin-top: 20px;
}
.case-title {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #333333;
  padding-bottom: 10px;
}
.post-title {
  text-align: center;
  font-size: 2.5vw;
  font-weight: bold;
  color: #333333;
}
/** Works **/
.works-box {
  height: 300px;
  position: relative;
}
.works-title {
  background: linear-gradient(
    transparent 0%,
    transparent 50%,
    #e0e0e0 50%,
    #e0e0e0 100%
  );
}
.tags-container {
  margin-top: 20px;
}
.read-more-btn {
  display: inline-block;
  background: white;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  color: black;
  border: 1px solid black;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
}
.read-more-btn:hover {
  background-color: black;
  color: white;
}
.read-more-btn::after {
  font-size: 12px;
  margin-left: 8px;
  transition: margin-left 0.3s ease;
}
/** News **/
#news-posts {
  margin: 80px 0 80px 0;
}
.news-section {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin: 0 auto;
}
.news-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
@media screen and (min-width: 815px) {
  .news-item {
    display: flex;
  }
  .news-content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 814px) {
  .news-content {
    margin-top: 20px;
  }
}
.news-date {
  margin-right: 10px;
  font-weight: bold;
}
.news-thumbnail img {
  width: 200px; /* 画像の幅を調整 */
  height: auto;
}
.news-content {
  margin-left: 10px;
  flex: 1;
  text-align: left;
}
.news-title {
  font-size: 15px !important;
  color: #030303;
  margin: 0;
  font-weight: bold;
}
.news-excerpt {
  margin: 10px 0;
}
.news-tags {
  margin-top: 10px;
}
.news-tag {
  display: inline-block;
  margin-right: 5px;
  color: #0073aa;
}
/** 投稿一覧 **/
/* PC: 1行4列表示 */
@media only screen and (min-width: 1000px) {
  .post-service-button-box {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .post-service-button-box .image_link {
    width: 100%;
  }
  .service-button-box-container {
    width: 1000px;
    margin: 0 auto;
  }
}
/* タブレット: 1行4列表示 */
@media only screen and (min-width: 640px) and (max-width: 999px) {
  .post-service-button-box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .post-service-button-box .image_link {
    width: 100%;
  }
  .service-button-box-container {
    width: 80%;
    margin: 0 auto;
  }
}
/* SP: 2行2列表示 */
@media only screen and (max-width: 639px) {
  .post-service-button-box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .post-service-button-box .image_link {
    width: 100%;
    margin-bottom: 10px;
  }
  .service-button-box-container {
    width: 100%;
    margin: 0 auto;
  }
}

.service-explanation {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 1000px) {
  .post-top-explanation {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 999px) {
  .post-top-explanation {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 639px) {
  .post-top-explanation {
    margin-bottom: 20px;
  }
}

/** 問い合わせボタン **/
a.btn_14 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  width: 120px;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border-radius: 0.3rem;
  border-bottom: 7px solid #07827f;
  background: #00a19d;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
a.btn_14:before {
  content: '\f0e0';
  position: relative;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 15px;
}
a.btn_14:hover {
  margin-top: 6px;
  border-bottom: 1px solid #07827f;
  color: #fff;
}
/* 全体のセクションのスタイル */
.content-section {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* 左側のテキストボックスのスタイル */
.text-box {
  width: 60%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  line-height: 2.3rem;
}

/* 右側の画像ボックスのスタイル */
.image-box {
  width: 50%;
}
.image-box img {
  width: 100%;
  height: auto;
}

/* レスポンシブ対応: 画面幅が600px以下の場合 */
@media (max-width: 600px) {
  .content-section {
    flex-direction: column;
    text-align: center;
  }
  .text-box,
  .image-box {
    width: 100%;
  }
  .image-box {
    margin-top: 20px;
  }
}
.works-category {
  text-align: left;
  font-size: 3em !important;
  font-weight: bolder;
  margin-top: 40px;
}
