@charset "UTF-8";
.blog__item-category a::after {
  transition: transform 0.3s;
}

@media (hover: hover) {
  .blog__item-category a:hover {
    opacity: 1;
  }
  .blog__item-category a:hover::after {
    transform: translateX(3px);
  }
}
.single__btn-return::before {
  transition: transform 0.3s;
}

@media (hover: hover) {
  .single .single__btn-return:hover {
    opacity: 1;
  }
  .single .single__btn-return:hover::before {
    transform: translate(-3px, -50%);
  }
}
.company__container {
  background-color: #E2F6F4;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 769px) {
  .kv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 36px;
    padding-bottom: 44px;
    border-radius: 0 0 50px 50px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/common/kv_bg.svg") 0 0 no-repeat;
    background-size: cover;
  }
  .kv__h1 {
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 6px solid #fff;
    font-size: 4rem;
    font-weight: 900;
  }
  .kv__icon {
    width: 123px;
    margin-top: 15px;
  }
  .bread__list {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-top: 21px;
  }
  .bread__item {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #B3B3B3;
  }
  .bread__item:last-child::after {
    display: none;
  }
  .bread__item::after {
    content: ">";
    display: block;
  }
  .mv {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .mv__catch {
    font-size: 3.4rem;
    font-weight: 900;
    text-align: center;
  }
  .mv__catch span {
    color: #E67900;
  }
  .mv__container {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 81.4%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
  }
  .mv__bear {
    flex-shrink: 0;
    width: 14.9%;
  }
  .mv__safe-point {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px 2.5%;
    max-width: 77.2%;
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
  }
  .mv__safeoimage {
    width: 48.7%;
  }
  .payment_page .method__money {
    margin-top: 45px;
  }
  .payment_page .method__container {
    width: 83%;
    margin-left: auto;
    margin-right: auto;
  }
  .payment_page .method__compare {
    margin-top: 28px;
  }
  .payment_page .method__howto {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .payment_page .method__which {
    margin-top: 22px;
  }
  .payment_page .method__topic {
    margin-top: 58px;
  }
  .payment_page .method__content {
    margin-top: 20px;
    padding-top: 36px;
    padding-bottom: 40px;
    background-color: #FCF5E2;
  }
  .payment_page .method__intro {
    width: 80%;
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto;
  }
  .payment_page .method__lead {
    margin-left: auto;
    margin-right: auto;
  }
  .payment_page .method__lead.--1 {
    width: 402px;
  }
  .payment_page .method__lead.--2 {
    width: 399px;
  }
  .payment_page .method__ok1 {
    position: relative;
    left: 12px;
    width: 78.7%;
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
  }
  .payment_page .method__ok2 {
    width: 75.7%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .payment_page .method__ok3 {
    margin-top: 20px;
  }
  .payment_page .method__contact {
    margin-top: 35px;
  }
  .payment_page .merit {
    margin-top: 80px;
    padding-bottom: 85px;
    font-weight: 700;
  }
  .payment_page .merit__container {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
  }
  .payment_page .merit__container.--reverse {
    flex-direction: row-reverse;
  }
  .payment_page .merit__container:first-child {
    margin-top: 80px;
  }
  .payment_page .merit__image {
    width: 45%;
  }
  .payment_page .merit__content {
    width: 52.6%;
  }
  .payment_page .merit__topic {
    color: #0A93A5;
    font-size: 2rem;
  }
  .payment_page .merit__text {
    margin-top: 14px;
    line-height: 1.8;
  }
  .payment_page .case__container {
    margin-top: 40px;
    padding: 40px 34px 45px;
    background-color: #E2F6F4;
    border-radius: 30px;
  }
  .payment_page .case__container:first-child {
    margin-top: 80px;
  }
  .payment_page .case__topic {
    color: #0A93A5;
    font-size: 2rem;
    font-weight: 700;
  }
  .payment_page .case__image {
    margin-top: 20px;
  }
  .payment_page .case__request {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
    padding: 8px 23px;
    color: #fff;
    background-color: #0095A7;
    border-radius: 0 20px 0 20px;
    font-weight: 700;
  }
  .payment_page .case__request-text {
    margin-top: 10px;
    color: #0095A7;
    font-weight: 700;
    font-size: 2rem;
  }
  .payment_page .case__text {
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.8;
  }
  .payment_page .case__detail {
    width: 214px;
    margin-top: 20px;
  }
  .payment_page .case__detail-text {
    margin-top: 10px;
    font-weight: 700;
  }
  .payment_page .cta {
    margin-top: 80px;
  }
  .blog .bolg__inner {
    max-width: 1064px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog .blog__container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .blog .blog__content {
    width: 68.3%;
  }
  .blog .blog__sidebar {
    width: 28.7%;
  }
  .blog .blog__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 3.5%;
  }
  .blog .blog__item {
    width: 48.2%;
    font-weight: 700;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    overflow: hidden;
  }
  .blog .blog__image {
    width: 100%;
    aspect-ratio: 338/181;
  }
  .blog .blog__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog .blog__bottom {
    padding: 20px;
  }
  .blog .blog__info {
    display: flex;
    justify-content: space-between;
  }
  .blog .blog__category {
    padding: 3px 14px;
    color: #fff;
    background-color: #4690A2;
    border-radius: 100px;
    font-size: 1.2rem;
  }
  .blog .blog__date {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
  .blog .blog__topic {
    letter-spacing: 0.05em;
  }
  .blog .blog__head {
    padding-bottom: 9px;
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 3px solid #77CCD0;
  }
  .blog .blog__list-side {
    display: flex;
    flex-direction: column;
    margin-top: 18px;
    gap: 12px;
  }
  .blog .blog__item-side a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .blog .blog__image-side {
    width: 104px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
  }
  .blog .blog__image-side img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog .blog__topic-side {
    width: 60%;
    font-size: 1.2rem;
  }
  .blog .blog__side-bottom {
    margin-top: 30px;
  }
  .blog .blog__item-category a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #ECECEC;
  }
  .blog .blog__item-category a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/blog/icon_arrow.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .blog .blog__list-category {
    margin-top: 8px;
  }
  .blog .blog__pagination {
    display: flex;
    gap: 10px;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog .blog__pagination-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #0A93A5;
    border: 1px solid #0A93A5;
    font-size: 2rem;
    font-weight: 700;
  }
  .blog .blog__pagination-item a.--current {
    color: #fff;
    background-color: #0A93A5;
  }
  .single h1 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .single h2 {
    margin-top: 74px;
    padding: 10px 20px;
    font-size: 2.4rem;
    line-height: 1.3;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/blog/singel_h2-bg.svg") 0 0 repeat;
  }
  .single h3 {
    margin-top: 63px;
    padding-bottom: 10px;
    font-size: 2rem;
    border-bottom: 3px solid #4690A2;
  }
  .single h4 {
    margin-top: 59px;
    margin-bottom: 30px;
    padding-left: 10px;
    font-size: 1.8rem;
    border-left: 4px solid #4690A2;
  }
  .single h5 {
    margin-top: 59px;
    margin-bottom: 30px;
    padding-left: 10px;
    font-size: 1.6rem;
  }
  .single h6 {
    margin-top: 59px;
    margin-bottom: 30px;
    padding-left: 10px;
    font-size: 1.6rem;
  }
  .single .single__detail p {
    margin-top: 15px;
    line-height: 1.3;
  }
  .single .single__detail p + p {
    margin-top: 32px;
  }
  .single .single__detail p.top-wide {
    margin-top: 27px;
  }
  .single .single__info {
    display: flex;
    align-items: center;
    gap: 21px;
    margin-top: 11px;
  }
  .single .single__category {
    padding: 0 14px;
    color: #fff;
    background-color: #4690A2;
    border-radius: 100px;
    font-weight: 700;
  }
  .single .single__date {
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .single .single__image-main {
    width: 100%;
    aspect-ratio: 700/393;
    margin-top: 40px;
    border-radius: 10px;
    overflow: hidden;
  }
  .single .single__image-main img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single .single__emphasize {
    color: #E44141;
    font-weight: 700;
  }
  .single ul {
    margin-top: 25px;
    margin-left: 20px;
  }
  .single ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
  }
  .single ul li + li {
    margin-top: 10px;
  }
  .single ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #4690A2;
  }
  .single ol {
    margin-top: 21px;
    margin-left: 20px;
  }
  .single ol li {
    position: relative;
    list-style: none;
    padding-left: 20px;
  }
  .single ol li + li {
    margin-top: 10px;
  }
  .single ol li:nth-child(1)::before {
    content: "1";
  }
  .single ol li:nth-child(2)::before {
    content: "2";
  }
  .single ol li:nth-child(3)::before {
    content: "3";
  }
  .single ol li:nth-child(4)::before {
    content: "4";
  }
  .single ol li:nth-child(5)::before {
    content: "5";
  }
  .single ol li:nth-child(6)::before {
    content: "6";
  }
  .single ol li:nth-child(7)::before {
    content: "7";
  }
  .single ol li:nth-child(8)::before {
    content: "8";
  }
  .single ol li:nth-child(9)::before {
    content: "9";
  }
  .single ol li:nth-child(10)::before {
    content: "10";
  }
  .single ol li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    line-height: 1;
    border-radius: 50%;
    color: #fff;
    background-color: #4690A2;
    font-size: 1.1rem;
    font-weight: 700;
  }
  .single .single__link {
    color: #4690A2;
    font-weight: 700;
  }
  .single .single__link.--internal {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .single .single__link.--internal::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/blog/icon_internal.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .single .single__link.--external {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .single .single__link.--external::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/blog/icon_external.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .single .single__relation {
    display: flex;
    gap: 10px;
    margin-top: 32px;
    padding: 26px 20px;
    border: 2px solid #4690A2;
    border-radius: 8px;
  }
  .single .single__relation a {
    color: #4690A2;
    text-decoration: underline;
    font-weight: 700;
  }
  .single .single__btn {
    margin-top: 26px;
  }
  .single .single__baloon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }
  .single .single__baloon p {
    margin-top: 0;
  }
  .single .single__bear {
    width: 12%;
  }
  .single .single__baloon-text {
    position: relative;
    width: 84.7%;
    padding: 15px 16px;
    background-color: #FFF8DF;
    border-radius: 8px;
  }
  .single .single__baloon-text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
    display: block;
    width: 13px;
    height: 15px;
    background-color: #FFF8DF;
    clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  }
  .single .single__wrap {
    margin-top: 34px;
    padding: 32px 24px;
    border-radius: 8px;
    background-color: #F8F8F8;
  }
  .single .single__image_L {
    margin-top: 48px;
  }
  .single .single__image_2_3 {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  .single .single__image_2_3 .single__image {
    width: 31.4%;
  }
  .single .single__image_square {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  .single .single__image_square .single__image {
    width: 48.5%;
  }
  .single .single__author {
    margin-top: 50px;
  }
  .single .single__author-intro {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .single .single__author-box {
    margin-top: 12px;
    padding: 17px;
    border: 3px solid #4690A2;
    border-radius: 8px;
  }
  .single .single__author-image {
    width: 54px;
  }
  .single .single__author-head {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #4690A2;
  }
  .single .single__author-name {
    font-weight: 700;
  }
  .single .single__author-company {
    display: block;
    font-size: 1.2rem;
  }
  .single .single__author-text {
    font-size: 1.2rem;
  }
  .single .single__btn-return {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 71.4%;
    height: 60px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #58616E;
    border-radius: 6px;
    font-weight: 700;
  }
  .single .single__btn-return::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    display: block;
    width: 18px;
    height: 18px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/blog/icon_return.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .single div#ez-toc-container {
    margin-top: 20px;
    padding: 20px;
  }
  .single div#ez-toc-container .ez-toc-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46px;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
  }
  .single div#ez-toc-container ul ul {
    margin-left: 0;
  }
  .single div#ez-toc-container ul.ez-toc-list a:visited {
    color: #484848;
  }
  .single div#ez-toc-container .ez-toc-list-level-2 {
    padding-left: 25px;
  }
  .single div#ez-toc-container .ez-toc-heading-level-2 {
    margin-top: 20px;
    margin-left: 25px;
    overflow: visible;
    list-style: decimal;
  }
  .single div#ez-toc-container .ez-toc-heading-level-2 > a {
    font-weight: 700;
  }
  .single div#ez-toc-container .ez-toc-heading-level-2, .single div#ez-toc-container .ez-toc-heading-level-3, .single div#ez-toc-container .ez-toc-heading-level-4, .single div#ez-toc-container .ez-toc-heading-level-5, .single div#ez-toc-container .ez-toc-heading-level-6 {
    font-size: 1.6rem;
  }
  .single div#ez-toc-container .ez-toc-heading-level-2::before, .single div#ez-toc-container .ez-toc-heading-level-3::before, .single div#ez-toc-container .ez-toc-heading-level-4::before, .single div#ez-toc-container .ez-toc-heading-level-5::before, .single div#ez-toc-container .ez-toc-heading-level-6::before {
    display: none;
  }
  .single div#ez-toc-container .ez-toc-heading-level-3 {
    margin-left: 25px;
    overflow: visible;
    list-style: decimal;
  }
  .single div#ez-toc-container .ez-toc-heading-level-4 {
    margin-left: 25px;
    overflow: visible;
    list-style: decimal;
  }
  .single .wp-block-image {
    margin-top: 30px;
  }
  .single .wp-block-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 60px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #EC8136;
    font-weight: 700;
    border-radius: 6px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .single .wp-block-button:hover::after {
    transform: translate(3px, -50%);
  }
  .single .wp-block-button a:hover {
    opacity: 1;
  }
  .single .wp-block-button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
    display: block;
    width: 18px;
    height: 18px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/icon_btn_arrow.svg") 0 0 no-repeat;
    background-size: contain;
    transition: transform 0.3s;
  }
  .single .wp-block-button__link {
    background-color: transparent;
  }
  .single .wp-block-verse {
    margin-top: 20px;
    padding: 30px 24px;
    background-color: #F8F8F8;
    border-radius: 8px;
  }
  .single strong {
    color: #E44141;
  }
  .area_page {
    margin-top: 0;
  }
  .area_page .area__wrapper {
    margin-top: 60px;
    padding-bottom: 70px;
  }
  .area_page .area__wrap + .area__wrap {
    margin-top: 64px;
  }
  .area_page .area__container {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    max-width: 100%;
    margin-top: 10px;
    padding: 0;
  }
  .area_page .area__left {
    width: 31.9%;
    flex-shrink: 0;
  }
  .area_page .area__info {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .area_page .area__icon {
    width: 27px;
  }
  .area_page .area__place {
    font-size: 2rem;
    font-weight: 700;
  }
  .area_page .area__place-en {
    color: #0A93A5;
    font-size: 2rem;
    font-weight: 500;
  }
  .area_page .area__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
  }
  .area_page .area__name {
    padding: 4px 10px;
    background-color: #fff;
    border-radius: 100px;
  }
  .area_page .area__right {
    padding: 30px;
    background-color: #EBEBEB;
    font-size: 1.4rem;
  }
  .flow_page .kv {
    padding-bottom: 18px;
  }
  .flow_page .kv__sub {
    color: #0A93A5;
    font-size: 2rem;
    font-weight: 700;
  }
  .flow_page .flow__list {
    margin-top: 40px;
  }
  .flow_page .process {
    margin-top: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #E2F6F4;
  }
  .flow_page .process__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    padding-right: 20px;
  }
  .flow_page .process__item {
    position: relative;
    width: 29.4%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .flow_page .process__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -33px;
    display: block;
    width: 15px;
    height: 100%;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/flow/process_arrow.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .flow_page .process__item:nth-child(3)::after {
    display: none;
  }
  .flow_page .process__item:nth-child(6)::after {
    display: none;
  }
  .flow_page .process__topic {
    margin-top: 16px;
    font-size: 2rem;
    font-weight: 700;
  }
  .flow_page .process__text {
    margin-top: 16px;
    line-height: 1.4;
  }
  .service_page .concept {
    margin-top: 60px;
    padding-bottom: 80px;
  }
  .service_page .concept__container {
    display: flex;
    gap: 5px;
    margin-top: 34px;
  }
  .service_page .concept__chara {
    flex-shrink: 0;
    width: 17.7%;
  }
  .service_page .concept__text {
    font-size: 1.8rem;
    margin-top: 17px;
    line-height: 1.7;
    font-weight: 500;
  }
  .service_page .concept__content {
    position: relative;
    max-width: 644px;
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
    padding: 37px 40px;
    border: 4px solid #BFBFBF;
    font-size: 1.8rem;
    font-weight: 800;
  }
  .service_page .concept__trouble {
    margin-top: 18px;
  }
  .service_page .concept__item {
    position: relative;
    padding-top: 8px;
    padding-left: 30px;
    padding-bottom: 14px;
    border-bottom: 1px dotted #B3B3B3;
  }
  .service_page .concept__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 23px;
    height: 23px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/service/concept_icon.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .service_page .concept__topic {
    text-align: center;
  }
  .service_page .concept__woman {
    position: absolute;
    bottom: -30px;
    right: -8px;
  }
  .service_page .strengths {
    padding-top: 60px;
    padding-bottom: 77px;
    background-color: #FCF5E2;
  }
  .service_page .strengths__list {
    display: flex;
    justify-content: space-between;
    margin-top: 76px;
  }
  .service_page .strengths__item {
    position: relative;
    width: 31.7%;
    padding: 37px 21px 31px;
    background-color: #fff;
    border: 2px solid #F6DA90;
    border-radius: 25px;
  }
  .service_page .strengths__item:nth-child(3) {
    padding-top: 30px;
  }
  .service_page .strengths__item:nth-child(3) .strengths__em {
    margin-top: 10px;
  }
  .service_page .strengths__item::before {
    content: "";
    position: absolute;
    top: -37px;
    left: 30px;
    z-index: 2;
    display: block;
    width: 32%;
    height: 54px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/service/strengths_point.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .service_page .strengths__item::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 17px;
    display: block;
    width: 35%;
    height: 2px;
    background-color: #fff;
  }
  .service_page .strengths__topic {
    color: #EC8136;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
  }
  .service_page .strengths__imgage {
    margin-top: 10px;
  }
  .service_page .strengths__imgage:nth-child(2) {
    margin-top: 16px;
  }
  .service_page .strengths__em {
    margin-top: 28px;
    font-weight: 700;
  }
  .service_page .strengths__text {
    line-height: 1.7;
  }
  .service_page .service {
    padding-top: 60px;
    padding-bottom: 106px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/service/service_bg.svg") 0 0 repeat;
  }
  .service_page .service__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 3.9%;
    margin-top: 40px;
  }
  .service_page .service__item {
    position: relative;
    width: 48%;
    padding: 33px 37px 40px;
    background-color: #fff;
    border-radius: 20px;
  }
  .service_page .service__item.--top {
    width: 100%;
    padding: 33px 85px 40px;
  }
  .service_page .service__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 94px;
    height: 94px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/service/service_deco.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .service_page .service__container {
    display: flex;
    margin-top: 31px;
  }
  .service_page .service__container.--1 {
    gap: 41px;
  }
  .service_page .service__topic {
    display: flex;
    justify-content: center;
    gap: 11px;
    color: #0A93A5;
    font-size: 2.8rem;
    font-weight: 700;
  }
  .service_page .service__topic::after {
    content: "";
    display: block;
    width: 41px;
    height: 41px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/service/service_icon-arrow.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .service_page .service__image {
    width: 71.4%;
    margin-left: auto;
    margin-right: auto;
  }
  .service_page .service__image.--1 {
    flex-shrink: 0;
    width: 35.6%;
  }
  .tab__container {
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .tab__list {
    display: flex;
    gap: 9px;
    max-width: 1060px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .tab {
    width: 49%;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    background: #F2F2F2;
    transition: background 0.3s;
    font-weight: 700;
    border-radius: 8px;
  }
  .tab:last-child {
    border-right: none;
  }
  .tab.active {
    background: #0A93A5;
    color: #fff;
  }
  .tab__content {
    display: none;
  }
  .tab__content.active {
    display: block;
  }
  .privacy_policy_page {
    font-weight: 500;
  }
  .privacy_policy_page .inner {
    margin-top: 70px;
  }
  .privacy_policy_page .privacy__topic {
    margin-top: 30px;
    color: #0A93A5;
    font-size: 2rem;
    font-weight: 700;
  }
  .privacy_policy_page .privacy__text {
    margin-top: 13px;
  }
  .privacy_policy_page .privacy__pattern {
    margin-top: 30px;
    color: #0A93A5;
    font-family: 700;
    font-size: 1.8rem;
  }
  .privacy_policy_page .privacy__bold {
    margin-top: 10px;
    font-weight: 700;
  }
  .sitemap_page .inner {
    margin-top: 76px;
  }
  .sitemap_page .sitemap__container {
    display: flex;
    align-items: center;
    padding: 26px 40px;
    background-color: #E2F6F4;
    border-radius: 8px;
  }
  .sitemap_page .sitemap__container + .sitemap__container {
    margin-top: 26px;
  }
  .sitemap_page .sitemap__menu {
    width: 34%;
    font-size: 2.8rem;
    font-weight: 700;
  }
  .sitemap_page .sitemap__menu a {
    text-decoration: underline;
  }
  .sitemap_page .sitemap__item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .sitemap_page .sitemap__item::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/sitemap/sitemap_arrow.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .corporation_page .example {
    background-color: #EAF8FC;
    padding-bottom: 80px;
  }
  .corporation_page .example__container {
    margin-top: 70px;
    padding: 40px 0;
    background-color: #FCF5E2;
  }
  .corporation_page .example__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 31px 4%;
    width: 75.6%;
    margin-left: auto;
    margin-right: auto;
  }
  .corporation_page .example__item {
    width: 47.9%;
  }
  .corporation_page .example__topic {
    margin-top: 12px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .corporation_page .flow__list {
    flex-direction: column;
    gap: 40px;
  }
  .corporation_page .flow__item::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 23px;
    height: 11px;
    background-color: #8DD9DC;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }
  .corporation_page .flow__item:last-child::after {
    display: none;
  }
  .price_page .sec_wrap {
    padding-top: 58px;
  }
  .other-service .mv {
    padding-bottom: 35px;
  }
  .other-service .trouble {
    margin-top: 70px;
  }
  .other-service .cta.--ver2 {
    margin-top: 0;
  }
  .company_page .company__h2 {
    text-align: center;
  }
  .company_page .company__h2-main {
    color: #0A93A5;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1;
  }
  .company_page .company__h2-sub {
    display: block;
    color: #CCCCCC;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
  }
  .company_page .rinen {
    margin-top: 70px;
    padding-bottom: 80px;
    scroll-margin-top: 172px;
  }
  .company_page .rinen__container {
    margin-top: 40px;
    padding: 30px;
    text-align: center;
    font-weight: 700;
    line-height: 2;
    border: 6px solid #BEBEBE;
    border-radius: 12px;
  }
  .company_page .rinen__topic {
    font-size: 2.4rem;
  }
  .company_page .company__container {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .company_page .about {
    padding: 60px 50px;
    background-color: #fff;
    border-radius: 20px;
    scroll-margin-top: 172px;
  }
  .company_page .company__table {
    width: 100%;
    margin-top: 40px;
  }
  .company_page .company__row {
    display: block;
    position: relative;
    width: 100%;
    padding: 16px 38px;
    border-bottom: 1px solid #484848;
  }
  .company_page .company__th {
    width: 210px;
    text-align: left;
  }
  .company_page .company__td a {
    display: block;
    text-decoration: underline;
  }
  .company_page .access {
    margin-top: 50px;
    padding: 60px 50px;
    background-color: #fff;
    border-radius: 20px;
  }
  .company_page .access__container {
    display: flex;
    gap: 3.9%;
    margin-top: 50px;
  }
  .company_page .access__name {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .company_page .access__address {
    margin-top: 6px;
  }
  .company_page .access__map {
    flex-shrink: 0;
    width: 45.9%;
  }
  .company_page .access__map iframe {
    width: 100%;
  }
  .company_page .access__text {
    margin-top: 30px;
  }
  .company_page .access__text + .access__text {
    margin-top: 15px;
  }
  .company_page .message {
    margin-top: 80px;
    padding-bottom: 120px;
    scroll-margin-top: 172px;
  }
  .company_page .message__conrainer {
    margin-top: 40px;
    padding: 60px 70px;
    background-color: #FFFBEA;
    border-radius: 20px;
  }
  .company_page .message__content {
    margin-top: 40px;
  }
  .company_page .message__text + .message__text {
    margin-top: 15px;
  }
  .company_page .message__name {
    margin-top: 40px;
    font-size: 2rem;
    text-align: right;
  }
  .company_page .message__sdgs {
    max-width: 700px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .company_page .member {
    padding-top: 80px;
    padding-bottom: 150px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/faq_bg.svg") 0 0 repeat;
    scroll-margin-top: 162px;
  }
  .company_page .member__term {
    color: #0A93A5;
  }
  .company_page .member__list {
    display: flex;
    justify-content: space-between;
    gap: 39px 3.8%;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .company_page .member__information {
    width: 48%;
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
  }
  .company_page .member__top {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .company_page .member__image {
    width: 111px;
    height: 111px;
  }
  .company_page .member__name {
    font-size: 2.8rem;
    font-weight: 700;
  }
  .company_page .member__bottom {
    margin-top: 16px;
  }
  .company_page .member__item {
    display: flex;
  }
  .company_page .member__item + .member__item {
    margin-top: 7px;
  }
  .company_page .member__term {
    flex-shrink: 0;
    width: 110px;
    color: #0A93A5;
    font-weight: 700;
  }
  .company_page .member__desc {
    font-weight: 700;
  }
  .company_page .btn.--external::after {
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/common/icon_external.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .faq_page .faq {
    padding-top: 20px;
  }
  .faq_page .faq__topic {
    margin-top: 60px;
    color: #0A93A5;
    font-size: 3.4rem;
    font-weight: 700;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 31px;
    padding-bottom: 37px;
    border-radius: 0 0 10px 10px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/common/kv_bg-sp.svg") 0 0 no-repeat;
    background-size: cover;
  }
  .kv__h1 {
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 6px solid #fff;
    font-size: 2.2rem;
    font-weight: 900;
  }
  .kv__icon {
    width: 62px;
    margin-top: 8px;
  }
  .bread__list {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-top: 10px;
  }
  .bread__item {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #B3B3B3;
  }
  .bread__item:last-child::after {
    display: none;
  }
  .bread__item::after {
    content: ">";
    display: block;
  }
  .mv {
    margin-top: 3%;
    padding-bottom: 30px;
  }
  .mv__catch {
    font-size: 2.3rem;
    font-weight: 900;
    text-align: center;
  }
  .mv__catch span {
    color: #E67900;
  }
  .mv__container {
    font-weight: 500;
  }
  .mv__bear {
    width: 17.7%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .mv__text {
    margin-top: 15px;
  }
  .mv__safe-point {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
  }
  .payment_page .method__container {
    margin-top: 18px;
  }
  .payment_page .method__money {
    margin-top: 45px;
  }
  .payment_page .method__howto {
    width: 87%;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
  }
  .payment_page .method__which {
    width: 88%;
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
  }
  .payment_page .method__intro {
    width: 94%;
    margin-top: 30px;
  }
  .payment_page .method__compare {
    width: 87%;
    margin-top: 26px;
    margin-left: auto;
    margin-right: auto;
  }
  .payment_page .method__topic {
    margin-top: 58px;
  }
  .payment_page .method__content {
    margin-top: 10px;
    padding: 53px 20px 46px;
    background-color: #FCF5E2;
  }
  .payment_page .method__content.--2 {
    padding-bottom: 10px;
  }
  .payment_page .method__lead {
    margin-left: auto;
    margin-right: auto;
  }
  .payment_page .method__lead.--1 {
    width: 92%;
  }
  .payment_page .method__lead.--2 {
    width: 92%;
  }
  .payment_page .method__ok1 {
    position: relative;
    width: 104%;
    margin-top: 17px;
  }
  .payment_page .method__ok2 {
    margin-top: 5px;
  }
  .payment_page .method__ok3 {
    margin-top: 12px;
  }
  .payment_page .method__contact {
    margin-top: 28px;
  }
  .payment_page .merit {
    margin-top: 56px;
    padding-bottom: 40px;
    font-weight: 700;
  }
  .payment_page .merit__container {
    margin-top: 32px;
    padding: 0 8px;
  }
  .payment_page .merit__container:first-child {
    margin-top: 37px;
  }
  .payment_page .merit__topic {
    margin-top: 14px;
    color: #0A93A5;
    font-size: 2rem;
    line-height: 1.2;
  }
  .payment_page .merit__text {
    margin-top: 8px;
    font-weight: 500;
  }
  .payment_page .merit__notice {
    margin-top: 4px;
    font-size: 1.2rem;
  }
  .payment_page .case__container {
    margin-top: 15px;
    padding: 30px 20px;
    background-color: #E2F6F4;
    border-radius: 10px;
  }
  .payment_page .case__container:first-child {
    margin-top: 40px;
  }
  .payment_page .case__topic {
    color: #0A93A5;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .payment_page .case__topic span {
    display: block;
    font-size: 1.6rem;
  }
  .payment_page .case__image {
    margin-top: 8px;
  }
  .payment_page .case__request {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
    padding: 3px 16px;
    color: #fff;
    background-color: #0095A7;
    border-radius: 0 10px 0 10px;
    font-weight: 700;
  }
  .payment_page .case__request-text {
    margin-top: 10px;
    color: #0095A7;
    font-weight: 700;
    font-size: 1.8rem;
  }
  .payment_page .case__text {
    margin-top: 5px;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .payment_page .case__detail {
    width: 154px;
    margin-top: 20px;
  }
  .payment_page .case__detail-text {
    margin-top: 10px;
    font-weight: 700;
  }
  .blog .bolg__inner {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 40px;
  }
  .blog .blog__content {
    margin-top: 40px;
    padding-bottom: 80px;
  }
  .blog .blog__list {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .blog .blog__item {
    font-weight: 700;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    overflow: hidden;
  }
  .blog .blog__image {
    width: 100%;
    aspect-ratio: 338/181;
  }
  .blog .blog__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog .blog__bottom {
    padding: 20px;
  }
  .blog .blog__info {
    display: flex;
    justify-content: space-between;
  }
  .blog .blog__category {
    padding: 3px 14px;
    color: #fff;
    background-color: #4690A2;
    border-radius: 100px;
    font-size: 1.2rem;
  }
  .blog .blog__date {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
  .blog .blog__topic {
    letter-spacing: 0.05em;
  }
  .blog .blog__head {
    padding-bottom: 9px;
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 3px solid #77CCD0;
  }
  .blog .blog__list-side {
    display: flex;
    flex-direction: column;
    margin-top: 18px;
    gap: 12px;
  }
  .blog .blog__item-side a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .blog .blog__image-side {
    width: 104px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
  }
  .blog .blog__image-side img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog .blog__topic-side {
    width: 60%;
    font-size: 1.2rem;
  }
  .blog .blog__side-bottom {
    margin-top: 30px;
  }
  .blog .blog__item-category a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #ECECEC;
  }
  .blog .blog__item-category a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/blog/icon_arrow.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .blog .blog__list-category {
    margin-top: 8px;
  }
  .blog .blog__pagination {
    display: flex;
    gap: 10px;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog .blog__pagination-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #0A93A5;
    border: 1px solid #0A93A5;
    font-size: 2rem;
    font-weight: 700;
  }
  .blog .blog__pagination-item a.--current {
    color: #fff;
    background-color: #0A93A5;
  }
  .single h1 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .single h2 {
    margin-top: 30px;
    padding: 10px 20px;
    font-size: 2.2rem;
    line-height: 1.3;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/blog/singel_h2-bg.svg") 0 0 repeat;
  }
  .single h3 {
    margin-top: 30px;
    padding-bottom: 10px;
    font-size: 1.8rem;
    border-bottom: 3px solid #4690A2;
  }
  .single h4 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 10px;
    font-size: 1.6rem;
    border-left: 4px solid #4690A2;
  }
  .single .single__detail p {
    margin-top: 15px;
    line-height: 1.3;
  }
  .single .single__detail p + p {
    margin-top: 25px;
  }
  .single .single__detail p.top-wide {
    margin-top: 20px;
  }
  .single .single__info {
    display: flex;
    align-items: center;
    gap: 21px;
    margin-top: 11px;
  }
  .single .single__category {
    padding: 0 14px;
    color: #fff;
    background-color: #4690A2;
    border-radius: 100px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .single .single__date {
    letter-spacing: 0.05em;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .single .single__image-main {
    width: 100%;
    aspect-ratio: 700/393;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
  }
  .single .single__image-main img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single .single__emphasize {
    color: #E44141;
    font-weight: 700;
  }
  .single ul {
    margin-top: 25px;
    margin-left: 10px;
  }
  .single ul li {
    list-style: none;
    position: relative;
    padding-left: 10px;
  }
  .single ul li + li {
    margin-top: 10px;
  }
  .single ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #4690A2;
  }
  .single ol {
    margin-top: 21px;
    margin-left: 10px;
  }
  .single ol li {
    position: relative;
    list-style: none;
    padding-left: 20px;
  }
  .single ol li + li {
    margin-top: 10px;
  }
  .single ol li:nth-child(1)::before {
    content: "1";
  }
  .single ol li:nth-child(2)::before {
    content: "2";
  }
  .single ol li:nth-child(3)::before {
    content: "3";
  }
  .single ol li:nth-child(4)::before {
    content: "4";
  }
  .single ol li:nth-child(5)::before {
    content: "5";
  }
  .single ol li:nth-child(6)::before {
    content: "6";
  }
  .single ol li:nth-child(7)::before {
    content: "7";
  }
  .single ol li:nth-child(8)::before {
    content: "8";
  }
  .single ol li:nth-child(9)::before {
    content: "9";
  }
  .single ol li:nth-child(10)::before {
    content: "10";
  }
  .single ol li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    line-height: 1;
    border-radius: 50%;
    color: #fff;
    background-color: #4690A2;
    font-size: 1.1rem;
    font-weight: 700;
  }
  .single .single__link {
    color: #4690A2;
    font-weight: 700;
  }
  .single .single__link.--internal {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  .single .single__link.--internal::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/blog/icon_internal.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .single .single__link.--external {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  .single .single__link.--external::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/blog/icon_external.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .single .single__relation {
    margin-top: 32px;
    padding: 13px 10px;
    border: 2px solid #4690A2;
    border-radius: 8px;
  }
  .single .single__relation a {
    display: block;
    color: #4690A2;
    text-decoration: underline;
    font-weight: 700;
  }
  .single .single__btn {
    margin-top: 26px;
  }
  .single .single__baloon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }
  .single .single__baloon p {
    margin-top: 0;
  }
  .single .single__bear {
    width: 12%;
  }
  .single .single__baloon-text {
    position: relative;
    width: 84.7%;
    padding: 15px 16px;
    background-color: #FFF8DF;
    border-radius: 8px;
  }
  .single .single__baloon-text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
    display: block;
    width: 13px;
    height: 15px;
    background-color: #FFF8DF;
    clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  }
  .single .single__wrap {
    margin-top: 34px;
    padding: 32px 24px;
    border-radius: 8px;
    background-color: #F8F8F8;
  }
  .single .single__image_L {
    margin-top: 25px;
  }
  .single .single__image_2_3 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .single .single__image_2_3 .single__image {
    width: 31.4%;
  }
  .single .single__image_square {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .single .single__image_square .single__image {
    width: 48.5%;
  }
  .single .single__author {
    margin-top: 30px;
  }
  .single .single__author-intro {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .single .single__author-box {
    margin-top: 12px;
    padding: 17px;
    border: 3px solid #4690A2;
    border-radius: 8px;
  }
  .single .single__author-image {
    width: 54px;
  }
  .single .single__author-head {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #4690A2;
  }
  .single .single__author-name {
    font-weight: 700;
  }
  .single .single__author-company {
    display: block;
    font-size: 1.2rem;
  }
  .single .single__author-text {
    font-size: 1.2rem;
  }
  .single .single__btn-return {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #58616E;
    border-radius: 6px;
    font-weight: 700;
  }
  .single .single__btn-return::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    display: block;
    width: 18px;
    height: 18px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/blog/icon_return.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .single div#ez-toc-container {
    margin-top: 40px;
    padding: 20px;
  }
  .single div#ez-toc-container .ez-toc-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46px;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
  }
  .single div#ez-toc-container .ez-toc-heading-1 {
    font-weight: 700;
  }
  .single div#ez-toc-container ul ul {
    margin-left: 0;
  }
  .single div#ez-toc-container ul.ez-toc-list a:visited {
    color: #484848;
  }
  .single div#ez-toc-container .ez-toc-list-level-2 {
    padding-left: 25px;
  }
  .single div#ez-toc-container .ez-toc-heading-level-2 {
    margin-top: 20px;
    margin-left: 25px;
    overflow: visible;
    list-style: decimal;
  }
  .single div#ez-toc-container .ez-toc-heading-level-2 > a {
    font-weight: 700;
  }
  .single div#ez-toc-container .ez-toc-heading-level-2, .single div#ez-toc-container .ez-toc-heading-level-3, .single div#ez-toc-container .ez-toc-heading-level-4, .single div#ez-toc-container .ez-toc-heading-level-5, .single div#ez-toc-container .ez-toc-heading-level-6 {
    font-size: 1.6rem;
  }
  .single div#ez-toc-container .ez-toc-heading-level-2::before, .single div#ez-toc-container .ez-toc-heading-level-3::before, .single div#ez-toc-container .ez-toc-heading-level-4::before, .single div#ez-toc-container .ez-toc-heading-level-5::before, .single div#ez-toc-container .ez-toc-heading-level-6::before {
    display: none;
  }
  .single div#ez-toc-container .ez-toc-heading-1 {
    font-weight: 700;
  }
  .single div#ez-toc-container .ez-toc-heading-level-3 {
    margin-left: 25px;
    overflow: visible;
    list-style: decimal;
  }
  .single div#ez-toc-container .ez-toc-heading-level-4 {
    margin-left: 25px;
    overflow: visible;
    list-style: decimal;
  }
  .single .wp-block-image {
    margin-top: 30px;
  }
  .single .wp-block-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 60px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #EC8136;
    font-weight: 700;
    border-radius: 6px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .single .wp-block-button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
    display: block;
    width: 18px;
    height: 18px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/icon_btn_arrow.svg") 0 0 no-repeat;
    background-size: contain;
    transition: transform 0.3s;
  }
  .single .wp-block-button__link {
    background-color: transparent;
  }
  .single .wp-block-verse {
    margin-top: 20px;
    padding: 30px 24px;
    background-color: #F8F8F8;
    border-radius: 8px;
  }
  .single strong {
    color: #E44141;
  }
  .area_page {
    padding-bottom: 0;
  }
  .area_page .area__wrapper {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .area_page .area__wrap + .area__wrap {
    margin-top: 30px;
  }
  .area_page .area__container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 10px;
    padding: 0;
  }
  .area_page .area__right {
    margin-top: 16px;
  }
  .area_page .area__info {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .area_page .area__icon {
    width: 27px;
  }
  .area_page .area__place {
    font-size: 2rem;
    font-weight: 700;
  }
  .area_page .area__place-en {
    color: #0A93A5;
    font-size: 2rem;
    font-weight: 500;
  }
  .area_page .area__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
  }
  .area_page .area__name {
    padding: 4px 10px;
    background-color: #fff;
    border-radius: 100px;
  }
  .area_page .area__right {
    padding: 30px;
    background-color: #EBEBEB;
    font-size: 1.4rem;
  }
  .flow_page .kv__sub {
    color: #0A93A5;
    font-size: 2rem;
    font-weight: 700;
  }
  .flow_page .flow__list {
    margin-top: 40px;
  }
  .flow_page .process {
    margin-top: 60px;
    padding-top: 70px;
    padding-bottom: 80px;
    background-color: #E2F6F4;
  }
  .flow_page .process__item {
    position: relative;
    margin-top: 70px;
  }
  .flow_page .process__item::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    display: block;
    width: 100%;
    height: 31px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/flow/process_arrow_sp.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .flow_page .process__item:nth-child(1) {
    margin-top: 0;
  }
  .flow_page .process__item:nth-child(6)::after {
    display: none;
  }
  .flow_page .process__topic {
    margin-top: 16px;
    font-size: 2rem;
    font-weight: 700;
  }
  .flow_page .process__text {
    margin-top: 16px;
  }
  .service_page .concept {
    margin-top: 60px;
    padding-bottom: 80px;
  }
  .service_page .concept__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-top: 34px;
  }
  .service_page .concept__chara {
    flex-shrink: 0;
    width: 17.7%;
  }
  .service_page .concept__text {
    font-size: 1.6rem;
    margin-top: 17px;
    line-height: 1.7;
    font-weight: 500;
  }
  .service_page .concept__content {
    position: relative;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 37px 40px;
    border: 4px solid #BFBFBF;
    font-size: 1.6rem;
    font-weight: 800;
  }
  .service_page .concept__trouble {
    margin-top: 18px;
  }
  .service_page .concept__item {
    position: relative;
    padding-top: 8px;
    padding-left: 30px;
    padding-bottom: 14px;
    border-bottom: 1px dotted #B3B3B3;
  }
  .service_page .concept__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/service/concept_icon.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .service_page .concept__topic {
    text-align: center;
  }
  .service_page .concept__woman {
    position: absolute;
    bottom: -30px;
    right: -8px;
    width: 16vw;
  }
  .service_page .strengths {
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #FCF5E2;
  }
  .service_page .strengths__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 76px;
  }
  .service_page .strengths__item {
    position: relative;
    padding: 37px 21px 31px;
    background-color: #fff;
    border: 2px solid #F6DA90;
    border-radius: 25px;
  }
  .service_page .strengths__item:nth-child(3) {
    padding-top: 30px;
  }
  .service_page .strengths__item:nth-child(3) .strengths__em {
    margin-top: 10px;
  }
  .service_page .strengths__item::before {
    content: "";
    position: absolute;
    top: -37px;
    left: 30px;
    z-index: 2;
    display: block;
    width: 32%;
    height: 54px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/service/strengths_point.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .service_page .strengths__item::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 17px;
    display: block;
    width: 35%;
    height: 2px;
    background-color: #fff;
  }
  .service_page .strengths__topic {
    color: #EC8136;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
  }
  .service_page .strengths__imgage {
    margin-top: 10px;
  }
  .service_page .strengths__imgage:nth-child(2) {
    margin-top: 16px;
  }
  .service_page .strengths__em {
    margin-top: 28px;
    font-weight: 700;
  }
  .service_page .strengths__text {
    line-height: 1.7;
  }
  .service_page .service {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/service/service_bg.svg") 0 0 repeat;
  }
  .service_page .service__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
  .service_page .service__item {
    position: relative;
    padding: 33px 20px 40px;
    background-color: #fff;
    border-radius: 20px;
  }
  .service_page .service__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 59px;
    height: 59px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/service/service_deco.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .service_page .service__container {
    margin-top: 31px;
  }
  .service_page .service__topic {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    color: #0A93A5;
    font-size: 2rem;
    font-weight: 700;
  }
  .service_page .service__topic::after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/service/service_icon-arrow.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .service_page .service__text {
    margin-top: 15px;
  }
  .privacy_policy_page {
    font-weight: 500;
  }
  .privacy_policy_page .inner {
    margin-top: 30px;
  }
  .privacy_policy_page .privacy__topic {
    margin-top: 30px;
    color: #0A93A5;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .privacy_policy_page .privacy__text {
    margin-top: 13px;
    font-size: 1.4rem;
  }
  .privacy_policy_page .privacy__pattern {
    margin-top: 30px;
    color: #0A93A5;
    font-family: 700;
    font-size: 1.6rem;
  }
  .privacy_policy_page .privacy__bold {
    margin-top: 10px;
    font-weight: 700;
  }
  .sitemap_page {
    padding-bottom: 60px;
  }
  .sitemap_page .inner {
    margin-top: 51px;
  }
  .sitemap_page .sitemap__container {
    padding: 20px;
    background-color: #E2F6F4;
    border-radius: 8px;
  }
  .sitemap_page .sitemap__container + .sitemap__container {
    margin-top: 26px;
  }
  .sitemap_page .sitemap__menu {
    font-size: 2rem;
    font-weight: 700;
  }
  .sitemap_page .sitemap__menu a {
    text-decoration: underline;
  }
  .sitemap_page .sitemap__content {
    margin-top: 10px;
  }
  .sitemap_page .sitemap__item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .sitemap_page .sitemap__item::before {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 18px;
    height: 18px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/sitemap/sitemap_arrow.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .corporation_page .example {
    background-color: #EAF8FC;
    padding-bottom: 80px;
  }
  .corporation_page .example__container {
    margin-top: 70px;
    padding: 40px 0;
    background-color: #FCF5E2;
  }
  .corporation_page .example__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 31px 4%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .corporation_page .example__item {
    width: 47.9%;
  }
  .corporation_page .example__topic {
    margin-top: 12px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .corporation_page .flow {
    padding-bottom: 40px;
  }
  .corporation_page .flow__list {
    flex-direction: column;
    gap: 40px;
  }
  .corporation_page .flow__item::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 23px;
    height: 11px;
    background-color: #8DD9DC;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }
  .corporation_page .flow__item:last-child::after {
    display: none;
  }
  .tab__container {
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .tab__list {
    display: flex;
    gap: 9px;
    max-width: 1060px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .tab {
    width: 49%;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    background: #F2F2F2;
    transition: background 0.3s;
    font-weight: 700;
    border-radius: 8px;
  }
  .tab:last-child {
    border-right: none;
  }
  .tab.active {
    background: #0A93A5;
    color: #fff;
  }
  .tab__content {
    display: none;
  }
  .tab__content.active {
    display: block;
  }
  .company_page .company__h2 {
    text-align: center;
  }
  .company_page .company__h2-main {
    color: #0A93A5;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
  }
  .company_page .company__h2-sub {
    display: block;
    color: #CCCCCC;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
  }
  .company_page .rinen {
    margin-top: 40px;
    padding-bottom: 30px;
    scroll-margin-top: 65px;
  }
  .company_page .rinen__container {
    margin-top: 30px;
    padding: 30px;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    border: 6px solid #BEBEBE;
    border-radius: 12px;
  }
  .company_page .rinen__topic {
    font-size: 2rem;
  }
  .company_page .rinen__text {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .company_page .company__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .company_page .about {
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 20px;
    scroll-margin-top: 65px;
  }
  .company_page .company__table {
    width: 100%;
    margin-top: 40px;
  }
  .company_page .company__row {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #484848;
  }
  .company_page .company__th {
    width: 100px;
    font-size: 1.4rem;
    text-align: left;
  }
  .company_page .company__td {
    font-size: 1.4rem;
  }
  .company_page .company__td a {
    display: block;
    text-decoration: underline;
  }
  .company_page .access {
    margin-top: 50px;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
  }
  .company_page .access__container {
    margin-top: 20px;
  }
  .company_page .access__name {
    margin-top: 10px;
    font-size: 2.4rem;
    font-weight: 700;
  }
  .company_page .access__address {
    margin-top: 6px;
  }
  .company_page .access__map iframe {
    width: 100%;
  }
  .company_page .access__text {
    margin-top: 30px;
  }
  .company_page .access__text + .access__text {
    margin-top: 15px;
  }
  .company_page .message {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .company_page .message__conrainer {
    margin-top: 40px;
    padding: 40px 20px;
    background-color: #FFFBEA;
    border-radius: 20px;
  }
  .company_page .message__content {
    margin-top: 40px;
  }
  .company_page .message__text {
    font-size: 1.4rem;
  }
  .company_page .message__text + .message__text {
    margin-top: 15px;
  }
  .company_page .message__name {
    margin-top: 20px;
    font-size: 1.6rem;
    text-align: right;
  }
  .company_page .message__sdgs {
    max-width: 700px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .company_page .member {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/faq_bg.svg") 0 0 repeat;
    scroll-margin-top: 65px;
  }
  .company_page .member__term {
    color: #0A93A5;
  }
  .company_page .member__list {
    display: flex;
    justify-content: space-between;
    gap: 20px 3.8%;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .company_page .member__information {
    width: 48%;
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 20px;
  }
  .company_page .member__image {
    width: 111px;
    height: 111px;
    margin-left: auto;
    margin-right: auto;
  }
  .company_page .member__name {
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
  .company_page .member__bottom {
    margin-top: 16px;
  }
  .company_page .member__item + .member__item {
    margin-top: 7px;
  }
  .company_page .member__term {
    flex-shrink: 0;
    width: 110px;
    color: #0A93A5;
    font-weight: 700;
    font-size: 1.2rem;
  }
  .company_page .member__desc {
    font-weight: 700;
    font-size: 1.2rem;
  }
  .price_page .cta.--ver1 {
    margin-top: 0;
    background-color: #EAF8FC;
  }
  .faq_page .faq {
    padding-top: 20px;
  }
  .faq_page .faq__topic {
    margin-top: 40px;
    color: #0A93A5;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
  }
}/*# sourceMappingURL=low.css.map */