@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**************************************

初期設定

**************************************/
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
dl,
dt,
dd {
    -webkit-text-size-adjust: 100%;
}

body {
    font-size: 14px;
    font-family:
        "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
        "Osaka", sans-serif;
    line-height: 1.6em;
    color: #000;
}

html {
    margin-top: 0 !important;
    scroll-behavior: smooth;
}

.pc_only {
    display: none;
}

#pc-menu {
    display: none;
}

#gl-menu-pc {
    display: none;
}

.clearfix {
    zoom: 1;
    /*for IE 5.5-7*/
}

.clearfix:after {
    /*for modern browser*/
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
    visibility: hidden;
}

* html .clearfix {
    display: inline-table;
    /*\*/
    display: block;
    /**/
}

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

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:hover img {
    text-decoration: none;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.txt-green {
    color: #27ad3a !important;
}

.txt-orange {
    color: #ff9914 !important;
}

.txt-brown {
    color: #a64d00 !important;
}

.txt-parple {
    color: #a60052 !important;
}

.txt-lgreen {
    color: #009585 !important;
}

.btn-link {
    border-radius: 24px;
    display: block;
    margin: auto;
    padding: 10px 40px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.top-main-list .btn-link {
    padding: 10px;
}
.btn-link:after {
    content: " ";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 0;
    bottom: 0;
    right: 20px;
    right: 10px;
    display: inline-block;
    margin: auto;
    position: absolute;
}

.btn-link.bg-pink {
    background-color: #ee4266;
}

.btn-link.bg-orange {
    background-color: #ff9914;
}

.btn-link:hover {
    background-color: #666;
}

.bg-pink {
    background-color: #ee4266;
}

.bg-orange {
    background-color: #ff9914;
}

.bg-green {
    background-color: #0c891e;
}

.bg-lgreen {
    background-color: #009585;
}

.bg-brown {
    background-color: #a64d00;
}

.btn-link.bg-green--reverse {
    color: #0c891e;
    background-color: #fff;
    border: 2px solid #0c891e;
    margin: 20px 0;
}

.btn-link.bg-green--reverse:after {
    border-top: solid 2px #0c891e;
    border-right: solid 2px #0c891e;
}

/**************************************

レイアウトcommon設定

**************************************/
#wrap {
    width: 100%;
}

#content {
    width: 100%;
}

.section {
    padding: 15px;
    position: relative;
}

.page-section {
    padding: 15px;
    position: relative;
    padding-bottom: 70px;
}

.bg_pa01 {
    background: url(../img/common/bg_pa01.png) repeat;
}

.bg_pa02 {
    background: #fff;
}

.bg_pa03 {
    background: url(../img/common/bg_pa03.png) repeat;
}

.bg_pa04 {
    background: url(../img/common/bg_pa04.png) repeat;
}

.bg_pa05 {
    background: url(../img/common/bg_pa05.png) repeat;
}

.page-section h2 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.page-section h2:before {
    content: " ";
    background-color: #fff;
    background-position: center 20px;
    background-repeat: no-repeat;
    background-size: 34%;
    border-radius: 50%;
    display: block;
    width: 140px;
    height: 140px;
    margin: -50px auto -58px;
}

.page-section h2 span {
    display: block;
    font-size: 18px;
}

.eng-tit {
    color: #27ad3a;
    text-align: center;
    font-weight: bold;
    margin: 5px 0px 30px;
    position: relative;
    z-index: 5;
}

#policy h2:before {
    background-image: url(../img/page/ico_policy.png);
}

#quality h2:before {
    background:
        url(../img/page/ico_quality.png) no-repeat center 20px,
        url(../img/common/bg_pa03.png) repeat;
    background-size: 34%, 6%;
}

#office h2:before {
    background-image: url(../img/page/ico_office.png);
}

#program h2:before {
    background:
        url(../img/page/ico_program.png) no-repeat 50px 30px,
        url(../img/common/bg_pa01.png) repeat;
    background-size: 40%, 50%;
}

#flow h2:before {
    background-image: url(../img/common/ico_flow.png);
}

/**************************************

header

**************************************/
#header {
    width: 100%;
    border-bottom: 2px solid #27ad3a;
}

#header h1 {
    background: #27ad3a;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 5px 0px;
}

#header h1 a {
    color: #fff;
}

#logo-area {
    width: 60%;
    box-sizing: border-box;
    padding: 10px 15px 5px;
}

#gl-menu-smp li {
    border-bottom: 1px dotted #000;
    padding: 10px 0px 10px 40px;
    position: relative;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
}

#gl-menu-smp li:before {
    content: " ";
    background: #27ad3a;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -6px;
    display: inline-block;
    border-radius: 50%;
}

#gl-menu-smp li:after {
    content: " ";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 22px;
    margin-top: -3px;
    display: inline-block;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

#gl-menu-smp li a {
    display: inline-block;
}

#gl-menu-smp li a span {
    display: block;
}

#gl-menu-smp .menu-takada a {
    color: #ff9914;
}

#gl-menu-smp li.menu-takada:before {
    background: #ff9914;
}

#gl-menu-smp .menu-oimachi a {
    color: #ee4266;
}

#gl-menu-smp li.menu-oimachi:before {
    background: #ee4266;
}

#gl-menu-smp .menu-kobenagata a {
    color: #009585;
}

#gl-menu-smp li.menu-kobenagata:before {
    background: #009585;
}

#smp-tel {
    position: absolute;
    right: 60px;
    top: 50px;
}

#smp-tel a {
    background: #27ad3a url(../img/page/ico_tel_w.png) no-repeat 8px center;
    background-size: 14px;
    font-size: 10px;
    color: #fff;
    padding: 12px 10px 12px 24px;
    border-radius: 6px;
}

.modal-tel dl {
    border-radius: 10px;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}

.modal-tel dl dt {
    color: #fff;
    padding: 5px 0px;
    font-weight: bold;
}

.modal-tel .tel {
    font-size: 24px;
    font-weight: bold;
    color: #27ad3a;
    margin: 10px auto 10px;
    padding-left: 22px;
    background: url(../img/page/ico_tel.png) no-repeat center left;
    background-size: 18px;
    display: inline-block;
}

.modal-tel li {
    margin-bottom: 20px;
    text-align: center;
    border-radius: 12px;
}

.modal-tel li:nth-child(1) {
    border: 1px solid #ff9914;
}

.modal-tel li:nth-child(2) {
    border: 1px solid #ee4266;
}

.modal-tel li:nth-child(3) {
    border: 1px solid #009585;
}

.modal-tel li a {
    color: #27ad3a;
}

.offices-smp {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 10px;
    justify-content: flex-end;
    border-top: 1px solid #dcdcdc;
}
.offices-smp-txt {
    font-size: 12px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    text-align: right;
    margin-right: 6px;
}
.offices-smp-btn a {
    text-align: center;
    line-height: 1.4;
    margin: 0 0 0 5px;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 15px;
    background: #333;
    display: block;
    color: #fff;
    border-radius: 7px;
}

.offices-smp-takadanobaba a {
    background: #ff9914;
}

.offices-smp-oimachi a {
    background: #ee4266;
}

.offices-smp-kobenagata a {
    background: #009585;
}

.breadcrumbs {
    font-size: 10px;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs .home {
    background: url(../img/page/ico_bread.png) no-repeat;
    background-size: 15px;
}

.breadcrumbs .home a {
    margin-left: 20px;
}

.breadcrumbs .home:after {
    content: " >";
}

/**************************************

blog

**************************************/
.blog-list {
    background: #fff;
    border-radius: 12px;
    margin: 20px 0;
    overflow: hidden;
}

.blog-list .inner {
    padding: 0px 20px 30px;
}

.tit-list {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 12px 0px 10px;
    font-weight: bold;
}

.tit-list a {
    color: #fff;
}

.tit-blog-cat01,
.tit-blog-cat02 {
    border-bottom: 2px dotted #000;
    padding: 0px 0px 5px 24px;
    font-weight: bold;
    margin: 20px 0px 10px;
}

.tit-blog-cat01 {
    background: url(../img/common/ico_blog-cat01.png) no-repeat left top;
    background-size: 20px;
}

.tit-blog-cat02 {
    background: url(../img/common/ico_blog-cat02.png) no-repeat left top;
    background-size: 20px;
}

.tag-blog__wrap {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.tag-blog {
    margin: 15px 0px 0px;
    font-size: 10px;
    overflow: hidden;

    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.tag-blog li {
    display: inline-block;
    margin-bottom: 5px;
}

.tag-blog li.date {
    width: 100%;
}

.tag-blog li a {
    display: block;
    padding: 1px 8px;
    border-radius: 24px;
}

.tit-blog-post {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.tit-blog-post dt,
.tit-blog-post dd {
    display: table-cell;
    vertical-align: top;
}

.tit-blog-post dt {
    font-size: 11px;
    width: 22%;
}

.tit-blog-post dd a {
    text-decoration: underline;
}

.tit-blog-post dd a:hover {
    text-decoration: none;
}

.link-post {
    margin-top: 15px;
}

.link-post .btn-link {
    padding: 5px 0px;
}

.tag-takada a {
    background: #fff8ee;
    color: #f28a02;
}

.tag-oimachi a {
    background: #fef2f4;
    color: #ee4266;
}
.tag-kobenagata a {
    background: #d2fffa;
    color: #009585;
}

.tag-sc a {
    background: #d9f4fe;
    color: #01729c;
}

.tag-ev a {
    /* background: #fce9e9;
  color: #dd2a2a; */
    background: #ecf7ee;
    color: #2caa3e;
}

.tag-no a {
    /* background: #fcf2e3;
  color: #c1882c; */
    background: #edf8f6;
    color: #009585;
}

.post-time {
    float: right;
}

.blog-style #main-cont {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}

.post-roll {
    padding: 15px;
}

.page-title {
    background:
        url(../img/page/bg_page-title01.png) no-repeat left center,
        url(../img/page/bg_page-title02.png) no-repeat right center,
        url(../img/common/bg_pa01.png) repeat;
    background-size: 50px, 50px, 43px;
    padding: 30px 0px 1px;
    text-align: center;
}

.page-title h1 {
    font-size: 20px;
}

.page-title .eng-tit {
    margin: 5px 0px 20px;
}

.blog-tit-exp {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid #a6a6a6;
}

.blog-tit-exp:before {
    content: " ";
    width: 24px;
    height: 24px;
    display: block;
    margin: 20px auto 5px;
    background: url(../img/post/ico_tit-sc.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.blog-tit-news {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin: 60px auto 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #a6a6a6;
}

.blog-tit-news:before {
    content: " ";
    width: 24px;
    height: 24px;
    display: block;
    margin: 20px auto 5px;
    background: url(../img/post/ico_tit-news.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.post-block {
    border-bottom: 1px solid #a6a6a6;
    overflow: hidden;
}

.office-news .post-block {
    border-bottom: none;
}

.post-thumb {
    float: left;
    width: 30%;
    margin-top: 10px;
}

.post-txt-data {
    float: right;
    width: 66%;
}

.tit-blog-post h2 {
    margin: 10px 0px 0px;
    font-size: 18px;
}

.tit-blog-post dd p {
    font-size: 12px;
}

.tit-blog-post .social-area {
    margin: 20px 0;
}

.tit-blog-post .social-area li {
    display: inline-block;
    vertical-align: top;
}

.tit-blog-post .social-area li.sc-tw {
    padding-top: 2px;
}

.area-post {
    margin-bottom: 50px;
}

.area-post strong {
    font-weight: bold;
}

.area-post a {
    text-decoration: underline;
    font-weight: bold;
    color: #272cff;
}

.area-post a:hover {
    text-decoration: none;
}

.area-post p {
    margin-bottom: 20px;
}

.area-post h2 {
    background: #f5f5ed;
    color: #58bb62;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 16px;
    margin: 40px auto 20px;
}

.area-post h3 {
    border-left: 6px #58bb62 solid;
    padding: 0 15px;
    font-size: 16px;
    margin: 40px auto 20px;
}

.area-post h4 {
    color: #58bb62;
    padding: 10px 0;
}

#blog-menu {
    padding: 15px;
}

#blog-menu .list-takadano {
    border: 1px solid #ff9914;
}

#blog-menu .list-oimachi .blog-list {
    border: 1px solid #ee4266;
}

#blog-menu .post-block {
    padding: 0px 40px 0px 20px;
    border-top: none;
    position: relative;
}

#blog-menu .post-block:after {
    content: " ";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 19px;
    margin-top: -12px;
    display: inline-block;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 4px solid #a5a5a5;
    border-left: 4px solid #a5a5a5;
}

#blog-menu .link-post {
    margin: 20px;
}

#page-office .tit-blog-post {
    margin-bottom: 0px;
}

.pagination {
    text-align: center;
}

.pagination li {
    display: inline-block;
    margin: 0px 5px;
}

.pagination li span,
.pagination li a {
    border-radius: 12px;
    border-radius: 100vh;
    border: 1px solid #000;
    /* padding: 15px 20px; */
    padding: 4px 9.5px;
    /* display: block; */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pagination li .current,
.pagination li a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.pagination li a.next.page-numbers {
    min-width: 80px;
    padding-left: 5px;
}

.pagination li a.prev.page-numbers {
    min-width: 80px;
    padding-right: 5px;
}

.pagination li span.page-numbers.dots {
    border: none;
}
.pagination li a.next.page-numbers,
.pagination li a.prev.page-numbers {
    min-width: 80px;

    position: relative;
    width: 100%;
}

.pagination li a.prev.page-numbers::after,
.pagination li a.next.page-numbers::after {
    content: " ";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;

    display: inline-block;
    margin: auto;
    position: absolute;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pagination li a.prev.page-numbers::after {
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 0;
    bottom: 0;
    left: 10px;
}

.pagination li a.next.page-numbers::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 10px;
}

.pagination li a.prev.page-numbers:hover::after,
.pagination li a.next.page-numbers:hover::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

.post_more {
    margin: 20px auto;
}

#blog-content .page-title .pc-inner {
    background: none;
    padding: 0px 0px 1px;
}

#blog-content .ico-before .pc-inner:before {
    display: none;
}

/**************************************

footer

**************************************/
#flow {
    padding-bottom: 20px;
}

#pagetop a {
    background: #000000;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 20;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#pagetop a:before {
    content: " ";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 19px;
    margin-top: -3px;
    display: inline-block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

#pagetop a:hover {
    background: #999;
    text-decoration: none;
}

.list-flow {
}

.list-flow li {
    position: relative;
    margin-bottom: 20px;
}

.flow-number {
    background: #27ad3a;
    position: relative;
    margin: 0px auto -10px;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    text-align: center;
    z-index: 11;
}

.flow-number:after {
    content: "▼";
    display: block;
    color: #27ad3a;
    position: relative;
    top: -25px;
}

.tit-flow {
    color: #27ad3a;
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0px 10px;
    text-align: center;
}

.list-flow .photo {
    margin: 0;
    padding: 0;
    line-height: 0;
    text-align: center;
    overflow: hidden;
    height: 165px;
    position: relative;
}

.list-flow .photo img {
    max-width: 100%;
    margin: 0;
}

.list-flow .txt {
    padding: 5px 15px 12px;
    background: #f5f5ed;
}

#foot-contact {
    padding: 30px 15px;
}

#foot-contact .tit {
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
}

.list-foot-contact li {
    width: 70%;
    text-align: center;
    display: block;
    margin: 20px auto;
}

.list-foot-contact li .thumb {
    width: 15%;
    margin: 20px auto 10px;
}

.list-foot-contact li .txt {
    background: #fff;
    border-radius: 12px;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    position: relative;
}

.list-foot-contact li .txt:after {
    content: " ";
    width: 15px;
    height: 15px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    margin: 0px auto -24px;
    z-index: 15;
    background: #fff;
}

.list-foot-contact li .btn-link {
    padding: 5px 0px;
}

.list-foot-contact li:nth-child(1) .txt {
    border: 2px solid #0c891e;
    color: #0c891e;
}

.list-foot-contact li:nth-child(1) .txt:after {
    border-bottom: 2px solid #0c891e;
    border-left: 2px solid #0c891e;
}

.list-foot-contact li:nth-child(2) .txt {
    border: 2px solid #009585;
    color: #009585;
}

.list-foot-contact li:nth-child(2) .txt:after {
    border-bottom: 2px solid #009585;
    border-left: 2px solid #009585;
}

.list-foot-contact li:nth-child(2) .thumb {
    width: 20%;
}

.list-foot-contact li:nth-child(3) .txt {
    border: 2px solid #a64d00;
    color: #a64d00;
}

.list-foot-contact li:nth-child(3) .txt:after {
    border-bottom: 2px solid #a64d00;
    border-left: 2px solid #a64d00;
}

#foot-tel {
    padding-bottom: 20px;
    text-align: center;
    border-radius: 12px;
}

#foot-tel .tit {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}

#foot-tel li {
    padding: 25px;
    margin-top: 20px;
    background: #f2f9ec;
    border-radius: 24px;
}

#foot-tel dt {
    margin-bottom: 10px;
    font-weight: bold;
    background: url(../img/common/ico_home.png) no-repeat;
    background-size: 20px;
    display: inline-block;
    padding-left: 24px;
}

#foot-tel dd {
    width: 100%;
    border: 2px dotted #27ad3a;
    border-radius: 24px;
}

#foot-tel dd a {
    font-size: 16px;
    font-weight: bold;
    color: #27ad3a;
    margin: 0px auto 0px;
    padding: 5px 0px 5px 18px;
    background: url(../img/page/ico_tel.png) no-repeat center left;
    background-size: 15px;
    display: inline-block;
}

#foot-tel dd .tel-pc {
    font-size: 16px;
    font-weight: bold;
    color: #27ad3a;
    margin: 10px auto 10px;
    padding-left: 18px;
    background: url(../img/page/ico_tel.png) no-repeat center left;
    background-size: 15px;
    display: none;
}

#foot-network {
    padding: 10px;
}

#foot-network .tit {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
}

#foot-network p {
    margin-bottom: 10px;
}

#foot-network .map {
    margin-top: 20px;
}

.gl-menu02 li {
    border-bottom: 1px solid #dacab9;
    padding: 10px 0px 10px 40px;
    position: relative;
    vertical-align: middle;
}

.gl-menu02 li:before {
    content: " ";
    background: #000;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -6px;
    display: inline-block;
    border-radius: 50%;
}

.gl-menu02 li:after {
    content: " ";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 22px;
    margin-top: -3px;
    display: inline-block;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(1350deg);
    transform: rotate(135deg);
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.gl-menu02 li a {
    display: inline-block;
}

.gl-menu02 li a span {
    display: block;
}

.gl-menu02 li a:hover {
    text-decoration: none;
}

.sub-menu02 {
    margin: 20px 15px 0px;
    padding-bottom: 1px;
}

.sub-menu02 li {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}

.sub-menu02 li a {
    display: block;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sub-menu02 li.btn a span {
    display: inline-block;
    padding-left: 24px;
}

.sub-menu02 li.color-green {
    border: 2px solid #0c891e;
}

.sub-menu02 li.color-green a {
    color: #0c891e;
}

.sub-menu02 li.color-green a span {
    background: url(../img/common/ico_siryo.png) no-repeat;
    background-size: 14px;
}

.sub-menu02 li.color-lgreen {
    border: 2px solid #009585;
}

.sub-menu02 li.color-lgreen a {
    color: #009585;
}

.sub-menu02 li.color-lgreen a span {
    background: url(../img/common/ico_contact.png) no-repeat;
    background-size: 20px;
}

.sub-menu02 li.color-brown {
    border: 2px solid #a64d00;
}

.sub-menu02 li.color-brown a {
    color: #a64d00;
}

.sub-menu02 li.color-brown a span {
    background: url(../img/common/ico_exp.png) no-repeat;
    background-size: 16px;
}

.sub-menu02 li a:hover {
    color: #fff;
}

.sub-menu02 li.color-green:hover {
    background: #0c891e;
}

.sub-menu02 li.color-green:hover a span {
    background: url(../img/common/ico_siryo-hover.png) no-repeat;
    background-size: 14px;
}

.sub-menu02 li.color-lgreen:hover {
    background: #009585;
}

.sub-menu02 li.color-lgreen:hover a span {
    background: url(../img/common/ico_contact-hover.png) no-repeat;
    background-size: 20px;
}

.sub-menu02 li.color-brown:hover {
    background: #a64d00;
}

.sub-menu02 li.color-brown:hover a span {
    background: url(../img/common/ico_exp-hover.png) no-repeat;
    background-size: 16px;
}

#foot-office {
    padding-bottom: 20px;
}

#foot-office ul {
    text-align: center;
}

#foot-office ul li {
    margin-bottom: 20px;
}

#foot-office ul dl {
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
}

#foot-office ul dl dt {
    color: #fff;
    padding: 5px 0px;
    font-weight: bold;
}

#foot-office ul dl dt a {
    color: inherit;
}

#foot-office .tel {
    font-size: 18px;
    font-weight: bold;
    color: #27ad3a;
    margin: 10px auto 10px;
    padding-left: 18px;
    background: url(../img/page/ico_tel.png) no-repeat center left;
    background-size: 15px;
    display: inline-block;
}

#foot-office .tel a {
    color: #27ad3a;
}

#foot-office .tel-pc {
    display: none !important;
}

.btn-office-link {
    border-radius: 24px;
    display: block;
    padding: 5px 0px;
    margin: 10px 20px;
    font-weight: bold;
    color: #000;
    background-color: #eeeeee;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-office-link:after {
    content: " ";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 50%;
    right: -5px;
    margin-top: -4px;
    display: inline-block;
}

.btn-office-link:hover {
    background: #333;
    color: #fff;
}

.btn-office-link:hover:after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

#foot-office ul li:nth-child(4) dt {
    background: #27ad3a;
}

#copyright {
    border-top: 1px solid #dacab9;
    text-align: center;
    padding: 10px 0px 80px;
    font-weight: bold;
    font-size: 12px;
}

@media (min-width: 768px) {
    #smp-tel {
        display: none;
    }

    .pc_only {
        display: block;
    }

    .smp_only {
        display: none;
    }

    .btn-link {
        max-width: 400px;
        max-width: 420px;
        font-size: 16px;
    }
    .top-main-list .btn-link {
        padding: 10px 40px;
    }
    .tel-link {
        display: none;
    }

    .page-section h2 {
        font-size: 36px;
        line-height: 46px;
    }

    #quality h2:before {
        background:
            url(../img/page/ico_quality.png) no-repeat center 20px,
            url(../img/common/bg_pa03.png) repeat 6px 10px;
        background-size: 34%, 6%;
    }

    #flow h2:before {
        background-size: 50%;
    }

    /**************************************

blog

**************************************/
    .pc-blog-list {
        margin: 40px 10px 20px;
        overflow: hidden;
    }

    .pc-blog-list li.list-oimachi,
    .pc-blog-list li.list-takadano,
    .pc-blog-list li.list-kobenagata {
        width: 100%;
    }

    .blog-list .inner {
        padding: 15px 30px;
        height: 100%;
        box-sizing: border-box;
    }

    .tit-list {
        font-size: 24px;
        padding: 14px 0px 12px;
        font-weight: bold;
    }

    .tit-blog-cat01,
    .tit-blog-cat02 {
        font-size: 16px;
        padding-bottom: 12px;
    }

    .tag-blog {
        margin: 10px 0 0;
        font-size: 12px;
    }

    .tag-blog li {
        margin-bottom: 5px;
        text-align: center;
    }

    .tag-blog li.date {
        width: auto;
        margin-right: 5px;
    }

    .tag-blog li a {
        width: auto;
    }

    .tit-blog-post dd {
        font-size: 16px;
        padding-left: 10px;
    }

    .tit-blog-post dt {
        font-size: 14px;
        width: 80px;
    }

    .link-post {
        width: auto;
        margin: 20px auto;
    }

    .link-post .btn-link {
        padding: 10px 0px;
    }

    .blog-style #main-cont {
        background: url(../img/common/bg_pa01.png) repeat;
        margin-bottom: 0;
        padding-bottom: 160px;
    }

    .blog-style .page-title h1 {
        font-size: 36px;
        line-height: 50px;
        padding-top: 50px;
    }

    .post-header {
        margin: 60px 40px 0px;
        position: relative;
    }

    .post-header:after {
        content: url(../img/post/img_page-title02.png);
        position: absolute;
        left: -60px;
        top: -210px;
    }

    .tit-blog-post h2 {
        font-size: 30px;
        line-height: 40px;
    }

    #blog-content {
        max-width: 1000px;
        margin: 0px auto;
    }

    .page-title .pc-inner {
        max-width: 1000px;
        margin: 0 auto;
    }

    .post-roll {
        padding: 10px 0px 0px;
        margin: 10px;
        background: #fff;
        border-radius: 12px;
    }

    .post-roll:after {
        content: "";
        width: 10px;
        height: 30px;
        display: block;
    }

    .post-roll .post-block {
        margin: 0px 40px;
    }

    .page-title {
        background: none;
    }

    #blog-menu {
        padding: 0;
    }

    .pc-blog-list {
        margin-top: 0;
    }

    .blog-style .blog-list {
        margin-top: 0;
    }

    .area-post {
        /* margin: 0px 40px; */
        padding: 0px 60px;
    }

    .area-post p {
        font-size: 16px;
        line-height: 34px;
    }

    .area-post h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .area-post h3 {
        font-size: 22px;
        line-height: 1.4;
    }

    .area-post h4 {
        font-size: 18px;
        line-height: 1.4;
    }

    .area-post ul,
    .area-post ol {
        margin: 30px auto;
        padding: 0 0 0 20px;
    }

    .area-post ul li {
        margin: 1em 0;
        position: relative;
    }
    .area-post ul li::before {
        content: "";
        position: absolute;
        background: #58bb62;
        width: 10px;
        height: 10px;
        left: -18px;
        top: 5px;
        border-radius: 50%;
    }

    .area-post ol li {
        margin: 1em 0;
        list-style: decimal;
    }

    .tit-list {
        font-size: 16px;
        line-height: 18px;
    }

    .post-thumb {
        width: 180px;
    }

    .post-txt-data {
        width: 480px;
    }

    .tit-blog-post {
        margin-bottom: 10px;
    }

    .post-header .tit-blog-post {
        margin-bottom: 0;
    }

    .tit-blog-post dd h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .tit-blog-post dd h3 a {
        text-decoration: none;
    }

    .tit-blog-post dd h3 a:hover {
        text-decoration: underline;
    }

    .post-block {
        padding: 15px 0px;
    }

    #page-office .post-block {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .blog-tit-exp {
        font-size: 26px;
        line-height: 36px;
        margin: 0px 40px;
        padding-bottom: 40px;
        position: relative;
    }

    .blog-tit-exp:after {
        content: url(../img/post/img_page-title02.png);
        position: absolute;
        left: -60px;
        top: -170px;
    }

    .blog-tit-exp:before {
        width: 41px;
        height: 39px;
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .single-post .blog-tit-exp:after {
        display: none;
    }

    .blog-tit-news {
        font-size: 26px;
        line-height: 36px;
        margin: 20px 40px 0px;
        padding-bottom: 40px;
    }

    .blog-tit-news:before {
        width: 36px;
        height: 39px;
        margin-top: 80px;
        margin-bottom: 10px;
    }

    #blog-menu {
        position: relative;
        z-index: 2;
    }

    #blog-menu:before {
        content: url(../img/post/img_page-title.png);
        position: absolute;
        right: -50px;
        top: -145px;
        z-index: 1;
    }

    #blog-menu .post-block {
        padding: 0px 15px;
    }

    #blog-menu .post-block:after {
        display: none;
    }

    #blog-menu .post-block h3 {
        font-size: 14px;
        line-height: 1.6;
    }

    #blog-menu .tag-blog {
        text-align: left;
    }

    #blog-menu .link-post {
        width: 154px;
    }

    #blog-menu .link-post a {
        font-size: 14px;
        padding: 5px 0px;
    }

    #blog-content .breadcrumbs {
        position: absolute;
        top: 10px;
    }

    #blog-menu .list-takadano,
    #blog-menu .list-oimachi .blog-list {
        border: none;
        position: relative;
        z-index: 2;
    }

    .pagination {
        margin: 40px 40px;
    }

    .pagination li {
        font-size: 18px;
        font-size: 16px;
    }

    .post_more {
        margin: 20px auto;
        width: 400px;
    }

    #blog-content .page-title {
        padding: 30px 0px 0px;
    }

    /**************************************

footer

**************************************/
    #pagetop a {
        width: 70px;
        height: 70px;
        bottom: 20px;
        right: 40px;
    }

    #pagetop a:before {
        left: 30px;
    }

    #flow {
        padding-bottom: 20px;
    }

    .list-flow {
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        gap: 10px;
        justify-content: center;
    }

    .list-flow li {
        margin: 10px 3px 20px 0px;
        width: 19%;
        display: inline-block;
        vertical-align: top;
    }

    .list-flow li:nth-child(3) .photo img {
        transform: translateX(25px);
    }

    .list-flow li:last-child {
        margin-right: 0px;
    }

    .list-flow .txt {
        min-height: 200px;
    }

    .list-flow .photo {
        height: 165px;
    }

    .list-flow .photo img {
        max-width: 160%;
        max-width: 150%;
        margin: 0% 0 0 -13%;
    }
    .list-flow li:last-child .photo img {
        margin: 0% 0 0 -25%;
    }

    #foot-contact {
        padding: 30px 15px;
    }

    #foot-contact .tit {
        font-size: 28px;
        line-height: 38px;
        margin: 20px auto;
    }

    .list-foot-contact {
        text-align: center;
    }

    .list-foot-contact li {
        width: 27%;
        display: inline-block;
        margin: 20px;
        vertical-align: top;
    }

    .list-foot-contact li .txt {
        background: #fff;
        border-radius: 12px;
        font-size: 18px;
        font-weight: bold;
        padding: 15px;
        position: relative;
    }

    .list-foot-contact li .btn-link {
        padding: 10px 0px;
        font-size: 16px;
    }

    #foot-tel .tit {
        font-size: 24px;
        line-height: 28px;
        width: 100%;
    }

    #foot-tel li {
        display: inline-block;
        width: 46%;
        border-radius: 12px;
    }

    #foot-tel li:nth-child(2) {
        margin: 0 25px;
    }

    #foot-tel dt {
        font-size: 18px;
    }

    #foot-tel dd {
        width: 100%;
        border: 2px dotted #27ad3a;
        border-radius: 24px;
    }

    #foot-tel dd a {
        display: none !important;
    }

    #foot-tel dd .tel-pc {
        display: inline-block;
    }

    #foot-network {
        padding: 40px 20px;
        margin: 0 auto 10px;
    }

    #foot-network .txt {
        padding: 20px 0px 0px 0px;
    }

    /* 20251210 UPDATE START by Ito */
    /* #foot-network .map {
        max-width: 540px;
        width: 100%;
    } */
    /* 20251210 UPDATE END by Ito */

    #foot-network .tit {
        font-size: 28px;
        line-height: 38px;
    }

    #foot-nav .pc-inner {
        max-width: 1000px;
        /* 20251210 ADD START by Ito */
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        /* 20251210 ADD END by Ito */
        margin: 0 auto;
        padding-top: 60px;
    }

    .gl-menu02 {
        /* 20251210 ADD START by Ito */
        max-width: 330px;
        width: 100%;
        /* 20251210 ADD END by Ito */
        display: inline-block;
        vertical-align: top;
    }

    .gl-menu02 li {
        border-bottom: none;
        padding: 5px 0px 5px 0px;
    }

    .gl-menu02 li:before {
        left: 0;
    }

    .gl-menu02 li:after {
        left: 1px;
    }

    .gl-menu02 li a {
        margin-left: 18px;
        text-decoration: underline;
    }

    .gl-menu02 li a span {
        display: block;
    }

    .sub-menu02 {
        margin: 20px 0px 0px;
        text-align: center;
    }

    .sub-menu02 li {
        padding: 0;
        display: inline-block;
        margin: 0;

        max-width: 200px;
        width: 100%;
    }

    .sub-menu02 li:last-child {
        margin-top: 20px;
    }

    .sub-menu02 li a.btn-link {
        padding: 5px 0;
    }

    .sub-menu02 li.office-btn a {
        margin: 0 0 0 8px;
        padding: 2px 20px;
        background: #ccc;
        border-radius: 10px;
        line-height: 1.4;
        color: #fff;
        font-size: 14px;
    }
    .sub-menu02 li.office-btn a:hover {
        text-decoration: none;
    }

    .sub-menu02 li.office-takadanobaba a {
        background: #ff9914;
        border: 2px solid #ff9914;
    }
    .sub-menu02 li.office-takadanobaba a:hover {
        color: #ff9914;
        background: #fff;
    }

    .sub-menu02 li.office-oimachi a {
        background: #ee4266;
        border: 2px solid #ee4266;
    }
    .sub-menu02 li.office-oimachi a:hover {
        color: #ee4266;
        background: #fff;
    }
    .sub-menu02 li.office-kobenagata a {
        background: #009585;
        border: 2px solid #009585;
    }
    .sub-menu02 li.office-kobenagata a:hover {
        color: #009585;
        background: #fff;
    }

    .sub-menu02 li.btn {
        width: 160px;
        margin-right: 10px;
    }
    .sub-menu02 li.btn a {
        padding: 10px;
    }

    .right-bt {
        text-align: right;
    }

    #foot-office ul {
        text-align: center;
        max-width: 1000px;
        margin: 10px auto 40px;
        /* display: flex;
        flex-wrap: wrap;
        justify-content: space-between; */

        display: grid;
        gap: 20px;
        grid-template-columns: repeat(4, 1fr);
    }

    #foot-office ul li {
        max-width: 250px;
        width: 100%;
        /* display: inline-block;
        vertical-align: top; */
    }

    .btn-office-link {
        font-size: 12px;
    }

    #foot-nav {
        padding: 0px 20px;
    }

    #copyright {
        padding: 20px 0px 50px;
        font-weight: normal;
    }

    #foot-office .tel-pc {
        display: inline-block !important;
    }

    .tel-link {
        display: none !important;
        color: #27ad3a;
    }

    .btn-link.bg-green--reverse {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 940px) {
    /**************************************

header

**************************************/
    #pc-menu {
        display: block;
    }

    #header {
        border-bottom: 4px solid #27ad3a;
        position: relative;
    }

    #header:before {
        content: " ";
        display: block;
        width: 100%;
        height: 35px;
        background: #27ad3a;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

    #header .pc-inner {
        max-width: 1000px;
        margin: 0 auto;
        /* overflow: hidden; */
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #header h1 {
        position: relative;
        z-index: 1;
        text-align: left;
    }

    #logo-area {
        width: 280px;
        padding: 20px 0px 0px;
    }

    #pc-logo {
        float: left;
    }

    #pc-menu {
        position: relative;
        z-index: 2;
        /* margin-bottom: 10px; */
    }

    #gl-menu-smp li {
        border-bottom: 1px dotted #000;
        padding: 10px 0px 10px 40px;
        position: relative;
        vertical-align: middle;
        font-size: 12px;
        font-weight: bold;
    }

    #gl-menu-smp li:before {
        content: " ";
        background: #27ad3a;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        left: 20px;
        margin-top: -6px;
        display: inline-block;
        border-radius: 50%;
    }

    #gl-menu-smp li:after {
        content: " ";
        width: 6px;
        height: 6px;
        position: absolute;
        top: 50%;
        left: 22px;
        margin-top: -3px;
        display: inline-block;
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
    }

    #gl-menu-smp li a {
        display: inline-block;
    }

    #gl-menu-smp li a span {
        display: block;
    }

    #gl-menu-smp .menu-takada a {
        color: #ff9914;
    }

    #gl-menu-smp li.menu-takada:before {
        background: #ff9914;
    }

    #gl-menu-smp .menu-oimachi a {
        color: #ee4266;
    }

    #gl-menu-smp li.menu-oimachi:before {
        background: #ee4266;
    }

    .sub-menu03 {
        text-align: right;
        margin-top: 5px;
    }

    .sub-menu03 li {
        position: relative;
        display: inline-block;
        font-size: 12px;
        margin-left: 10px;
    }

    .sub-menu03 li a {
        color: #fff;
        text-decoration: underline;
        margin-left: 15px;
    }

    .sub-menu03 li a:hover {
        text-decoration: none;
    }

    .sub-menu03 li:before {
        content: " ";
        background: #fff;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        left: 0px;
        margin-top: -6px;
        display: inline-block;
        border-radius: 50%;
    }

    .sub-menu03 li:after {
        content: " ";
        width: 4px;
        height: 4px;
        position: absolute;
        top: 50%;
        left: 3px;
        margin-top: -2px;
        display: inline-block;
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(1350deg);
        transform: rotate(135deg);
        border-top: 1px solid #27ad3a;
        border-left: 1px solid #27ad3a;
    }

    #header .sub-menu02 {
        margin: 30px 0px 0px;
        display: flex;
        justify-content: flex-end;
    }

    #header .sub-menu02 li.btn {
        margin-right: 0;
        margin-left: 9px;
    }

    #gl-menu-pc {
        display: table;
        width: 100%;
        margin: 0px 0px 15px;
    }

    #gl-menu-pc li {
        display: table-cell;
        min-width: 80px;
        padding: 0 10px;
        text-align: center;
        box-sizing: border-box;
        font-weight: bold;
        border-left: 1px dotted #000;
        vertical-align: middle;
    }

    #gl-menu-pc li.menu-takada a:hover {
        color: #ff9914;
    }

    #gl-menu-pc li.menu-oimachi a:hover {
        color: #ee4266;
    }

    #gl-menu-pc li a:hover {
        color: #27ad3a;
    }

    #gl-menu-pc li a {
        display: block;
    }

    #gl-menu-pc li:last-child {
        border-right: 1px dotted #000;
    }

    /* ホバーメニュー */
    #gl-menu-pc .hover_menu {
        position: relative;
    }

    #gl-menu-pc .hover_menu .hover_menu_content {
        opacity: 0;
        overflow: hidden;
        position: absolute;
        margin: auto;
        left: 0;
        left: -60px;
        right: 0;
        top: 46px;
        display: flex;
        flex-direction: column;
        z-index: 10;
        background: #fff;
        border: 2px solid #27ad3a;
        transition: 0.2s;
        padding: 0;
        border-radius: 10px;
        width: fit-content;
        white-space: nowrap;
        padding: 20px;
        pointer-events: none;
    }

    #gl-menu-pc .hover_menu:hover ul.hover_menu_content {
        opacity: 1;
        pointer-events: initial;
    }
    #gl-menu-pc .hover_menu > a {
        transition: 0.2s;
        z-index: 10;
    }
    #gl-menu-pc .hover_menu a:hover > a {
        opacity: 1;
        color: #333;
    }

    #gl-menu-pc ul.hover_menu_content li a {
        width: 100%;
        text-align: left;
        padding: 15px 15px 15px 30px;
        border-bottom: 1px dashed #27ad3a;
        line-height: 1;
        position: relative;
    }
    #gl-menu-pc ul.hover_menu_content li:last-child a {
        border-bottom: none;
    }
    #gl-menu-pc ul.hover_menu_content li {
        width: 100%;
        border-left: initial;
    }

    #gl-menu-pc ul.hover_menu_content li:last-child {
        border-right: initial;
    }

    #gl-menu-pc ul.hover_menu_content li a::before {
        content: "";
        position: absolute;
        border: solid transparent;
        border-width: 6px 8px;
        border-left-color: #27ad3a;
        left: 8px;
        top: 50%;
        margin: auto;
        transform: translateY(-50%);
    }

    #gl-menu-pc ul.hover_menu_content li::before,
    #gl-menu-pc ul.hover_menu_content li::after {
        display: none;
    }

    .drawer-hamburger {
        display: none;
    }

    .breadcrumbs {
        font-size: 12px;
    }

    /**************************************

blog

**************************************/
    .pc-blog-list {
        margin: 40px auto;
        display: flex;
        justify-content: space-between;
    }

    .pc-blog-list li.list-top-info {
        width: 32%;
        background: #fff;
        border-radius: 12px;
    }
    .pc-blog-list .blog-list {
        margin: 0;
    }
    #blog-menu {
        width: 200px;
        float: right;
        padding: 0;
    }

    .post-roll {
        width: 770px;
        min-height: 900px;
        float: left;
        padding: 0;
        background: #fff;
        border-radius: 12px;
        margin: 0;
    }

    #blog-menu .pc-blog-list {
        margin: 0;
        flex-wrap: wrap;
    }

    #blog-menu .pc-blog-list li.list-takada {
        width: 200px;
        margin: 0 0 20px;
    }

    #blog-menu .pc-blog-list li.list-oimachi {
        width: 200px;
        margin: 0 0 20px;
    }
    #blog-menu .pc-blog-list li.list-kobe {
        width: 200px;
        margin: 0 0 20px;
    }

    /**************************************

footer

**************************************/
    #foot-network {
        padding: 40px 0px;
        /* 20251210 UPDATE START by Ito */
        /* display: table; */
        /* margin: 0 auto; */
        display: flex;
        justify-content: space-between;
        max-width: 1030px;
        padding-left: 15px;
        padding-right: 15px;
        gap: 40px;
        /* 20251210 UPDATE END by Ito */
    }

    #foot-network .txt,
    #foot-network .map {
        display: table-cell;
        vertical-align: top;
    }

    #foot-network .txt {
        /* 20251210 UPDATE START by Ito */
        /* padding: 20px 80px 0px 0px; */
        max-width: 380px;
        width: 100%;
        /* 20251210 UPDATE END by Ito */
    }

    /* 20251210 ADD START by Ito */
    #foot-network .map {
        max-width: 540px;
        width: 100%;
    }
    /* 20251210 ADD END by Ito */

    /* 20251210 UPDATE START by Ito */
    /* .list-flow li {
        margin: 10px 7px 20px 0px;
        width: 190px;
        display: inline-block;
        vertical-align: top;
    } */
    /* 20251210 UPDATE END by Ito */

    #foot-tel {
        max-width: 1200px;
        width: 100%;
        margin: 30px auto;
        text-align: center;
    }

    .list-foot-contact li {
        width: 254px;
        display: inline-block;
        margin: 20px;
        vertical-align: top;
    }

    #foot-tel li {
        display: inline-block;
        width: 360px;
        border-radius: 12px;
    }

    #foot-nav {
        padding: 0px;
    }
}

/**************************************

link-box

**************************************/

.link-box {
    position: fixed;
    top: 30vh;
    right: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    font-size: 2rem;
    font-weight: bold;
}

.link01 a,
.link02 a {
    border-radius: 10px 0 0 10px;
    display: block;
    margin: 2px 0;
    padding: 70px 23px 30px 25px;
    line-height: 1;
    z-index: 999;
    font-size: 20px;
}

.link01 a:hover,
.link02 a:hover {
    text-decoration: none;
}

.link01 a {
    background: #fff url(../img/common/ico_siryo.png) no-repeat center top 30px;
    background-size: 20px auto;
    color: #0c891e;
    border: 2px solid #0c891e;
    border-right: 0;
    transition: 0.2s;
}

.link01 a:hover {
    background: #0c891e url(../img/common/ico_siryo-hover.png) no-repeat center top 30px;
    background-size: 20px auto;
    color: #fff;
}

.link02 a {
    background: #fff url(../img/common/ico_contact.png) no-repeat center top 30px;
    background-size: 26px auto;
    color: #009585;
    border: 2px solid #009585;
    border-right: 0;
    transition: 0.2s;
}

.link02 a:hover {
    background: #009585 url(../img/common/ico_contact-hover.png) no-repeat center top 30px;
    background-size: 26px auto;
    color: #fff;
}

@media screen and (min-width: 600px) {
    .link-box.sp {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .link01 a:hover {
        background: #0c891e url(../img/common/ico_siryo-hover.png) no-repeat center left 12px;
        background-size: 20px auto;
        color: #fff;
    }

    .link02 a:hover {
        background: #009585 url(../img/common/ico_contact-hover.png) no-repeat center left 12px;
        background-size: 26px auto;
        color: #fff;
    }
}

@media screen and (max-width: 599px) {
    .link-box.pc {
        display: none !important;
    }

    .link-box {
        position: fixed;
        bottom: 0;
        right: 0;
        top: auto;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: initial;
        width: 100%;
        z-index: 99;
        display: flex;
    }

    .link01,
    .link02 {
        width: 50%;
        height: auto;
    }

    .link01 a,
    .link02 a {
        border-radius: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        padding: 20px 10px 20px 40px;
        display: block;
        line-height: 1;
        z-index: 999;
        font-size: 17px;
        margin: 0;
    }

    .link01 a {
        background: #0c891e url(../img/common/ico_siryo_white.png) no-repeat left 12px center;
        background-size: 20px auto;
        color: #fff;
        border: 2px solid #0c891e;
        transition: 0.2s;
    }

    .link02 a {
        background: #009585 url(../img/common/ico_contact_white.png) no-repeat left 12px center;
        background-size: 26px auto;
        color: #fff;
        border: 2px solid #009585;
        transition: 0.2s;
    }
}

/*----------------------------------------*/
/*事業所案内　TOP/lower共通 */
/*----------------------------------------*/
#office:before {
    /* content: " "; */
    display: block;
    background: url(../img/top/img_top04.png) no-repeat center center;
    background-size: contain;
    width: 81px;
    height: 41px;
    position: absolute;
    left: 10px;
    top: -24px;
}
.intro-office {
    margin-bottom: 30px;
}
.intro-office h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 10px 0px;
    border-radius: 12px 12px 0px 0px;
}
.intro-office a {
    color: #fff;
}
#office .photo {
    text-align: center;
}
#office .photo img {
    border-radius: 0 0 10px 10px;
    width: 100%;
}
#office .photo .name {
    font-size: 20px;
    font-weight: bold;
}

#office .photo .name span {
    display: block;
    font-size: 12px;
}

#office .office-oimachi .photo .name {
    color: #ee4266;
}

#office .office-takada .photo .name {
    color: #ff9914;
}

#office .office-kobenagata .photo .name {
    color: #009585;
}

.data-office {
    text-align: center;
    font-size: 12px;
}
.data-office .tel {
    font-size: 24px;
    font-weight: bold;
    color: #27ad3a;
    margin: 10px auto 10px;
    padding-left: 26px;
    background: url(../img/page/ico_tel.png) no-repeat;
    background-size: contain;
    display: inline-block;
}
.data-office .tel a {
    display: inline-block;
    color: #27ad3a;
}
.data-office .tel .tel-pc {
    display: none;
}
.link-ofiice li {
    margin-top: 10px;
}
.link-ofiice li .btn-link {
    padding: 5px 0px;
    padding: 5px 20px;
}

@media (min-width: 768px) {
    /*セクション5:事業所案内*/
    #office:before {
        width: 162px;
        height: 82px;
        position: absolute;
        left: 100px;
        top: -44px;
    }
    #office .pc-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
    }
    /* .list-office {
    text-align: center;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
  } */
    .list-office {
        text-align: center;
        margin-top: 60px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: space-between;
    }
    .list-office li.office-takada,
    .list-office li.office-oimachi {
        display: inline-block;
        vertical-align: top;
    }
    .list-office li.office-takada {
        width: 46%;
        padding-right: 0;
        border-right: none;
        box-sizing: border-box;
    }
    .list-office li.office-oimachi {
        width: 46%;
        padding-left: 0;
        box-sizing: border-box;
    }
    .office-oimachi .photo {
        position: relative;
    }
    /*    .office-oimachi .photo:before{
        content:" ";
        display:block;
        position:absolute;
        width:93px;
        height:83px;
        bottom:-16px;
        right:-35px;
        background:url(../img/top/img_office-il.png) no-repeat center center;
    }*/
    .data-office .tel a {
        display: none;
    }
    .data-office .tel .tel-pc {
        display: inline-block;
    }
}

@media (min-width: 940px) {
    /*セクション5:事業所案内*/
    .list-office li.office-takada {
        width: 33%;
        padding: 0 2.5%;
        border-right: 2px dotted #bbbbbb;
        box-sizing: border-box;
    }
    .list-office li.office-oimachi {
        width: 33%;
        box-sizing: border-box;
        padding: 0 2.5%;
        border-right: 2px dotted #bbbbbb;
        box-sizing: border-box;
    }
    .list-office li.office-kobenagata {
        width: 33%;
        padding: 0 2.5%;
        box-sizing: border-box;
        box-sizing: border-box;
    }
}

/* 20250729 ADD START by Ito */
.p-header {
    /* border-bottom: 4px solid #27ad3a; */
    position: relative;
    padding: 15px 10px;
}

.p-header--other {
    border-bottom: 4px solid #27ad3a;
}

.p-header h1 {
    font-size: 13px;
    letter-spacing: 0.05em;
}

.p-header__inner {
    max-width: 1000px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.p-header__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-header__block:nth-child(2) {
    margin-top: 14px;
    align-items: flex-end;
}

.p-header__menu {
    display: flex;
    align-items: center;
    gap: 5px;
}

.p-header__btn {
    text-align: center;
    background: #fff;
    border-radius: 8px;
}

.p-header__btn a {
    padding: 10px;

    display: block;
    font-weight: bold;
    transition: all 0.3s;
}

.p-header__btn a span {
    display: inline-block;
    padding-left: 24px;
}

.p-header__btn.color-green a span {
    background: url(../img/common/ico_siryo.png) no-repeat;
    background-size: 14px;
}

.p-header__btn.color-green {
    border: 2px solid #0c891e;
    width: 160px;
}

.p-header__btn.color-green a {
    color: #0c891e;
}

.p-header__btn.color-lgreen {
    border: 2px solid #009585;
    width: 176px;
}

.p-header__btn.color-lgreen a {
    color: #009585;
}

.p-header__btn.color-lgreen a span {
    background: url(../img/common/ico_contact.png) no-repeat;
    background-size: 20px;
}

.p-header__btn a:hover {
    color: #fff;
}

.p-header__btn.color-green:hover {
    background: #0c891e;
}

.p-header__btn.color-green:hover a span {
    background: url(../img/common/ico_siryo-hover.png) no-repeat;
    background-size: 14px;
}

.p-header__btn.color-lgreen:hover {
    background: #009585;
}

.p-header__btn.color-lgreen:hover a span {
    background: url(../img/common/ico_contact-hover.png) no-repeat;
    background-size: 20px;
}

.p-header__logoArea {
}

.p-header__logoLink {
}

.p-header__logo {
    max-width: 280px;
    width: 100%;
    height: auto;
}

.p-header__officeArea {
    max-width: 616px;
    width: 100%;
}

.p-header__office {
    display: flex;
    align-items: center;
    gap: 8px;
}

.p-header__officeItem {
    text-align: center;
    width: 100%;
}

.p-header__officeItem a {
    display: block;
    font-weight: bold;

    padding: 4px 7px;
    line-height: calc(18 / 14);
    letter-spacing: 0;
    color: #fff;
    font-size: 14px;

    border-radius: 8px;
    transition: all 0.3s;
}

.p-header__officeItem a:hover {
    text-decoration: none;
}

.p-header__officeLink {
}

.p-header__officeItem.office-takadanobaba a {
    background: #ff9914;
    border: 2px solid #ff9914;
}
.p-header__officeItem.office-takadanobaba a:hover {
    color: #ff9914;
    background: #fff;
}

.p-header__officeItem.office-oimachi a {
    background: #ee4266;
    border: 2px solid #ee4266;
}
.p-header__officeItem.office-oimachi a:hover {
    color: #ee4266;
    background: #fff;
}
.p-header__officeItem.office-kobenagata a {
    background: #009585;
    border: 2px solid #009585;
}
.p-header__officeItem.office-kobenagata a:hover {
    color: #009585;
    background: #fff;
}

.p-header__nav {
    margin-top: 12px;
}

.u-pc {
    display: block;
}

.u-sp {
    display: none;
}

.u-pc2 {
    display: block;
}

.u-md {
    display: none;
}

.top-main__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    gap: clamp(3.125rem, -0.389rem + 5.99vw, 5rem);
    padding: 0 30px;
}

.top-main__left {
    max-width: 330px;
    width: 100%;
}
.top-main__left img {
    max-width: 330px;
    width: 100%;
    height: auto;
    aspect-ratio: 330/315;
    object-fit: cover;
}

.top-main__right {
    max-width: 320px;
    width: 100%;
    margin-left: -30px;
}

.top-main__right img {
}

.c-btn-link,
.c-btn-link02 {
    border-radius: 100vh;
}

.top-main-list .btn-link {
    /* padding: 10px 20px; */
    padding: 15px 10px;
}

.p-top-info {
    padding-top: 40px;
    padding-bottom: 100px;
}

.p-top-info__inner {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.p-top-info__title {
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: 0;

    text-align: center;
}

.p-top-info__container {
    margin-top: 42px;
}

.p-top-info__wrap {
}

.p-top-info__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}

.p-top-info__item {
    grid-row: span 3;
    display: grid;
    grid-template-rows: subgrid;
    gap: 10px;
}

.p-top-info__itemLink {
    border-radius: 10px;
    transition: 0.3s all;
}

.p-top-info__itemThumbnailArea {
    position: relative;
    overflow: hidden;
}

.blog-items__contentThumbnail {
    transition: transform 0.8s;
}

.blog-items__content:hover .blog-items__contentThumbnail {
    transform: scale(1.2);
}

.p-top-info__itemOfficeName {
    position: absolute;
    content: "";
    background: #fff8ee;
    width: fit-content;
    height: auto;

    font-size: 14px;
    font-weight: bold;
    line-height: calc(21 / 14);
    letter-spacing: 0;

    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;

    padding: 8px;

    top: 0;
    left: 0;
}

.p-top-info__itemThumbnail {
    border-radius: 10px;

    max-width: 350px;
    width: 100%;
    aspect-ratio: 350 /184;
    object-fit: cover;
    height: auto;
}

.p-top-info__itemThumbnail {
    transition: transform 0.8s;
}

.p-top-info__item:hover .p-top-info__itemThumbnail {
    transform: scale(1.2);
}

.p-top-info__itemBlock {
    display: flex;
    align-items: center;
    gap: 20px;
}

.p-top-info__itemDate,
.p-top-info__itemCat {
    font-size: 16px;
}

.p-top-info__itemDate {
    font-size: 14px;
}

.p-top-info__itemCat {
    font-size: 12px;
    transition: 0.3s all;
    padding: 2px 8px;
    border-radius: 100vh;
}

.p-top-info__itemTitle {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0;
    transition: 0.3s all;
}

.p-top-info__itemCat:hover,
.p-top-info__itemTitle:hover {
    text-decoration: none;
    opacity: 0.7;
}

.intro-office h3.blog-title {
    border-radius: 8px;
}

.list-office-blog__items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}

.list-office-blog__item {
    grid-row: span 3;
    display: grid;
    grid-template-rows: subgrid;
    gap: 10px;
}

.list-office-blog__itemLink {
    border-radius: 10px;
    transition: 0.3s all;
}

.list-office-blog__itemThumbnailArea {
    position: relative;
}

.list-office-blog__itemOfficeName {
    position: absolute;
    content: "";
    width: fit-content;
    height: auto;

    font-size: 14px;
    font-weight: bold;
    line-height: calc(21 / 14);
    letter-spacing: 0;

    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;

    padding: 8px;

    top: 0;
    left: 0;
}

.list-office-blog__itemOfficeName--takada {
    background: #fff8ee;
    color: #ff9914;
}

.list-office-blog__itemOfficeName--oimachi {
    background: #fef2f4;
    color: #ee4266;
}

.list-office-blog__itemOfficeName--kobenagata {
    background: #d2fffa;
    color: #009585;
}

.list-office-blog__itemThumbnail {
    border-radius: 10px;

    max-width: 350px;
    width: 100%;
    aspect-ratio: 350/184;
    object-fit: cover;
    height: auto;
}

.list-office-blog__itemThumbnail {
    transition: transform 0.8s;
}

.list-office-blog__item:hover .list-office-blog__itemThumbnail {
    transform: scale(1.2);
}

.list-office-blog__itemBlock {
    display: flex;
    align-items: center;
    gap: 20px;
}

.list-office-blog__itemDate {
    font-size: 14px;
}

.list-office-blog__itemCat {
    font-size: 12px;
    transition: 0.3s all;

    padding: 2px 8px;
    border-radius: 100vh;
}

.list-office-blog__itemCat:hover {
    text-decoration: none;
    opacity: 0.8;
}

.list-office-blog__itemTitle {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: left;
    transition: 0.3s all;
}

.list-office-blog__itemTitle:hover {
    text-decoration: none;
    opacity: 0.7;
}

.list-office-blog__moreArea {
    margin-top: 25px;
}

.list-office-blog__moreArea .btn-link {
    font-size: 16px;
    line-height: calc(36 / 16);
    letter-spacing: 0;
    padding: 0 40px;
}

.list-office-blog__moreArea .btn-link:after {
    right: 0;
    left: 95px;
}

.blog-style .page-title__block {
    position: relative;
}

.blog-style .page-title__block::before {
    content: url(../img/post/img_page-title02.png);
    position: absolute;
    left: 0;
    top: 50px;
}

.blog-style .page-title__block::after {
    content: url(../img/post/img_page-title.png);
    position: absolute;
    right: 0;
    top: 35px;
}

/* ジョブステーション総合ブログ */
.blog-content__narrowDownWrap {
    margin-top: 42px;
}

.blog-content__narrowDownBlock {
    margin: 15px 10px 0;
}

.blog-content__narrowDownBlockInner {
    /* max-width: 865px; */
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;

    background: #fff;
    border-radius: 10px;
}

.blog-content__narrowDownOffice,
.blog-content__narrowDownCategories {
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-content__narrowDownHeading {
    width: 100px;

    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
}

.blog-content__narrowDownItemWrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.blog-content__narrowDownItem {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;

    color: #fff;
    border-radius: 100vh;
    padding: 9px 20px;

    transition: 0.3s all;
}

.blog-content__narrowDownItem:hover {
    text-decoration: none;
    opacity: 0.6;
}

.blog-content__narrowDownItem a {
    color: inherit;
}

.blog-content__narrowDownItem--all {
    background: #000;
}
.blog-content__narrowDownItem--takada {
    background: #ff9914;
}
.blog-content__narrowDownItem--oimachi {
    background: #ee4266;
}
.blog-content__narrowDownItem--kobenagata {
    background: #009585;
}

.blog-content__narrowDownItem--event {
    background: #ecf7ee;
    color: #2caa3e;
}
.blog-content__narrowDownItem--notice {
    background: #edf8f6;
    color: #009585;
}
.blog-content__narrowDownItem--schedule {
    background: #d9f4fe;
    color: #01729c;
}
.blog-content__narrowDownItem--report {
    background: #fce9e9;
    color: #dd2a2a;
}

.blog-content__narrowDownCategories {
    margin-top: 20px;
}

.blog-items__container {
    width: 100%;
    /* margin-top: 42px; */
    margin-top: 62px;
    min-height: auto;
    padding: 0 10px;
}

.blog-items__wrap {
    background: #fff;
    border-radius: 12px;
}

.blog-items__inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 40px;
}

.blog-items__title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
}

.blog-items__contentsWrap {
    margin-top: 37px;
}

.blog-items__contents {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.blog-items__content {
    grid-row: span 3;
    display: grid;
    grid-template-rows: subgrid;
    gap: 10px;
}

.blog-items__contentLink {
    transition: 0.3s all;
    border-radius: 10px;
}

.blog-items__contentLink:hover {
    opacity: 0.8;
}

.blog-items__contentThumbnailArea {
    position: relative;
}

.blog-items__contentOfficeName {
    position: absolute;
    content: "";
    background: #fff8ee;
    width: fit-content;
    height: auto;

    font-size: 14px;
    font-weight: bold;
    line-height: calc(21 / 14);
    letter-spacing: 0;

    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;

    padding: 8px;

    top: 0;
    left: 0;
}

.blog-items__contentOfficeName--takadanobaba {
    background: #fff8ee;
    color: #ff9914;
}
.blog-items__contentOfficeName--oimachi {
    color: #ee4266;
    background: #fef2f4;
}
.blog-items__contentOfficeName--kobenagata {
    color: #009585;
    background: #d2fffa;
}

.blog-items__contentThumbnail {
    border-radius: 10px;

    max-width: 280px;
    width: 100%;
    aspect-ratio: 280/148;
    object-fit: cover;
    height: auto;
}

.blog-items__contentBlock {
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-items__contentDate,
.blog-items__contentCat {
}

.blog-items__contentDate {
    font-size: 14px;
}

.blog-items__contentCat {
    font-size: 12px;
    transition: 0.3s all;

    padding: 2px 8px;
    border-radius: 100vh;
}

.blog-items__contentCat:hover {
    text-decoration: none;
    opacity: 0.8;
}

.blog-items__contentTitle {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0;

    transition: 0.3s all;
}

.blog-items__contentTitle:hover {
    text-decoration: none;
    opacity: 0.8;
}

.blog-content__container {
    max-width: 840px;
    width: 100%;
    /* margin-top: 42px; */
    margin-right: auto;
    margin-left: auto;
    min-height: auto;
    padding-top: 62px;
    /* padding-left: 10px;
  padding-right: 10px; */

    background: #fff;
    border-radius: 12px;
}

.c-contact {
    background: #0c891e;
}

.c-contact__inner {
    max-width: 1140px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 70px;
    padding: 60px 35px;
}

h2.c-contact__title,
.c-contact__title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: calc(50 / 30);
    color: #fff;
    text-align: center;
}

.c-contact__container {
    margin-top: 31px;
}

.c-contact__contactBlock {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 20px;

    max-width: 860px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.c-contact__block {
    background: #fff;
    padding: 35px 12px;
    border-radius: 10px;
    width: 50%;
}

.c-contact__description {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: calc(21 / 16);
    text-align: center;
}

.c-contact__btnArea {
    margin-top: 20px;
}

.c-contact__btnLink {
    font-size: 26px;
    font-size: clamp(1.25rem, 0.131rem + 2.33vw, 1.625rem);
    font-weight: bold;
    letter-spacing: 0em;
    line-height: calc(50 / 26);

    /* display: block; */
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;
}

.link03 .c-contact__btnLink {
    background: #0c891e;

    display: flex;
    align-items: center;
    justify-content: center;
}

.link04 .c-contact__btnLink {
    background: #009585;

    display: flex;
    align-items: center;
    justify-content: center;
}

.link03 .c-contact__btnLink:hover,
.link04 .c-contact__btnLink:hover {
    text-decoration: none;
}

/* .link03 .c-contact__btnLink span.ico_span {
  height: 30px;
}
.link04 .c-contact__btnLink span.ico_span {
  height: 35px;
} */

.link03 .c-contact__btnLink img {
    max-width: 22px;
    width: 100%;
    aspect-ratio: 24/30;
    object-fit: cover;
    height: auto;
}

.link04 .c-contact__btnLink img {
    max-width: 35px;
    width: 100%;
    aspect-ratio: 35/30;
    object-fit: cover;
    height: auto;
}

/* .link04 .c-contact__btnLink.btn-link:hover {
  background-color: transparent;
  background: #009585 url(../img/common/ico_contact_white.png) no-repeat left
    12px center;
} */

.c-contact__telephoneBlock {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 70px;
    gap: 45px;

    margin-top: 32px;
}

.c-contact__telephoneTitle {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: calc(50 / 26);
    color: #fff;
}

.c-contact__telephoneNumArea {
}

.c-contact__telephoneNum {
    font-size: 48px;
    font-size: clamp(2.375rem, 0.51rem + 3.89vw, 3rem);
    font-weight: bold;
    letter-spacing: 0em;
    line-height: calc(50 / 48);
    color: #fff;

    position: relative;
    transition: 0.3s all;
}

.c-contact__telephoneNum::before {
    position: absolute;
    content: "";
    background-image: url("../img/page/ico_tel_w.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: -5%;
    transform: translate(-50%, -50%);
    mix-blend-mode: soft-light;
}

.c-contact__reception {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: 1;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 14px 9px;

    width: fit-content;
    margin-right: auto;
    margin-left: auto;

    margin-top: 14px;
}

.c-contact__telephoneNum:hover {
    text-decoration: none;
    /* opacity: 0.8; */
}

.blog-content__inner {
    padding: 0 10px;
}

.blog-content__header {
    padding: 0 60px;
}

.single-contact-area__inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    /* padding: 60px 40px; */
    padding: 60px;
}

.single-blog-items__title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
}

.single-blog-items__inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    /* padding: 60px 40px; */
    padding: 60px;
}

.single-blog-items__contentsWrap {
    margin-top: 37px;
}

.single-blog-items__contents {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 23px 15px;
}

.single-blog-items__content {
    grid-row: span 3;
    display: grid;
    grid-template-rows: subgrid;
    gap: 10px;
}

.single-blog-items__contentLink {
    transition: 0.3s all;
    border-radius: 10px;
}

.single-blog-items__contentLink:hover {
    opacity: 0.8;
}

.single-blog-items__contentThumbnailArea {
    position: relative;
}

.single-blog-items__contentOfficeName {
    position: absolute;
    content: "";
    background: #fff8ee;
    width: fit-content;
    height: auto;

    font-size: 14px;
    font-weight: bold;
    line-height: calc(21 / 14);
    letter-spacing: 0;

    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;

    padding: 8px;

    top: 0;
    left: 0;
}

.single-blog-items__contentOfficeName--takadanobaba {
    background: #fff8ee;
    color: #ff9914;
}
.single-blog-items__contentOfficeName--oimachi {
    color: #ee4266;
    background: #fef2f4;
}
.single-blog-items__contentOfficeName--kobenagata {
    color: #009585;
    background: #d2fffa;
}

.single-blog-items__contentThumbnail {
    border-radius: 10px;

    max-width: 280px;
    width: 100%;
    aspect-ratio: 280/148;
    object-fit: cover;
    height: auto;
}

.single-blog-items__contentBlock {
    display: flex;
    align-items: center;
    gap: 20px;
}

.single-blog-items__contentDate,
.single-blog-items__contentCat {
}

.single-blog-items__contentDate {
    font-size: 14px;
}

.single-blog-items__contentCat {
    font-size: 12px;
    transition: 0.3s all;

    padding: 2px 8px;
    border-radius: 100vh;
}

.single-blog-items__contentCat:hover {
    text-decoration: none;
    opacity: 0.8;
}

.single-blog-items__contentTitle {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0;

    transition: 0.3s all;
}

.single-blog-items__contentTitle:hover {
    text-decoration: none;
    opacity: 0.8;
}

.post_more_btnArea {
    margin-top: 31px;
}

@media (max-width: 1440px) {
    .c-btn-link {
        font-size: clamp(0.875rem, 0.253rem + 0.83vw, 1rem);
    }
}

@media (max-width: 939px) {
    .p-header__container {
        background: #27ad3a;
    }
    .p-header__left a {
        color: #fff;
    }

    .p-header h1 {
        font-size: 12px;
    }

    .p-header__block:first-child {
        justify-content: center;
    }

    .p-header__block:nth-child(2) {
        margin-top: 0;
    }

    .p-header__logoArea {
        width: 60%;
        box-sizing: border-box;
        padding: 10px 15px 5px;
    }

    .p-header__logo {
        max-width: 100%;
    }

    .u-pc {
        display: none;
    }

    .u-sp {
        display: block;
    }

    .intro-office h3.blog-title {
        font-size: 16px;
    }

    .list-office-blog__itemDate .list-office-blog__itemCat {
        font-size: 14px;
    }

    .list-office-blog__itemTitle {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .u-pc2 {
        display: none;
    }
    .u-md {
        display: block;
    }

    .p-header {
        padding: 0;
    }

    .p-top-info {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .p-top-info__inner {
        padding: 0 15px;
    }

    .p-top-info__title {
        font-size: clamp(1.75rem, 7.47vw, 3.5rem);
    }

    .p-top-info__container {
        margin-top: 20px;
    }

    .p-top-info__items {
        grid-template-columns: repeat(1, 1fr);
        gap: 45px;
    }

    .p-top-office {
        padding-bottom: 40px;
    }

    .p-top-info__itemThumbnail {
        max-width: 100%;
    }

    .list-office-blog .office-takada,
    .list-office-blog .office-oimachi,
    .list-office-blog .office-kobenagata {
        margin-top: 80px;
        margin-top: 40px;
    }

    .btn-link {
        border-radius: 24px;
    }

    .blog-style .page-title__block {
        margin-top: 60px;
    }

    .blog-style .page-title__block::before,
    .blog-style .page-title__block::after {
        content: none;
    }

    .blog-style #main-cont {
        background: url(../img/common/bg_pa01.png) repeat;
        margin-bottom: 0;
        padding-bottom: 160px;
    }

    #blog-content .breadcrumbs {
        position: absolute;
        top: 10px;
    }

    .blog-content__narrowDownBlockInner {
        padding: 15px;
    }

    .blog-content__narrowDownItemWrap {
        max-width: 570px;
        width: 100%;
    }

    .blog-content__narrowDownItem {
        padding: 3px 12px;
    }

    .blog-content__narrowDownHeading {
        font-size: 14px;
    }

    .blog-items__inner {
        padding: 30px 15px;
    }

    .blog-items__contents {
        gap: 18px;
        grid-template-columns: repeat(1, 1fr);
    }

    .blog-items__contentThumbnail {
        max-width: 100%;
    }

    .blog-items__title {
        font-size: 20px;
    }

    .pagination {
        margin-top: 38px;
    }

    .page-title {
        background-size: 70px, 70px, 43px;
        padding: 30px 0px 1px;
        text-align: center;
    }

    .blog-items__container {
        margin-top: 31px;
    }

    #page-office .c-contact__title {
        font-size: 40px;
        font-size: 20px;
        line-height: calc(54 / 40);
    }

    .c-contact__inner {
        padding: 20px 10px;
    }

    .c-contact__contactBlock {
        flex-direction: column;
    }

    .c-contact__block {
        width: 100%;
        padding: 20px 10px;
    }

    .c-contact__telephoneBlock {
        flex-direction: column;
        gap: 14px;
        margin-top: 20px;
    }

    .c-contact__telephoneTitle {
        font-size: 16px;
    }

    .c-contact__telephoneNum {
        font-size: 30px;
        padding-left: 5px;
    }

    .c-contact__telephoneNumArea {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .c-contact__reception {
        padding: 10px 14px;
    }

    .link03 .c-contact__btnLink,
    .link04 .c-contact__btnLink {
        font-size: 18px;
    }

    .link03 .c-contact__btnLink span img {
        max-width: 15px;
    }

    .link04 .c-contact__btnLink span img {
        max-width: 22px;
    }

    .blog-content__header {
        padding: 0px 10px;
    }

    .blog-content__container {
        padding: 0;
        padding-top: 30px;
    }

    .area-post {
        /* margin: 0px 40px; */
        padding: 0px 10px;
    }

    h2.c-contact__title,
    .c-contact__title {
        font-size: 20px;
    }

    .c-contact__container {
        margin-top: 15px;
    }

    .single-contact-area__inner {
        padding: 30px 15px;
    }

    .single-blog-items__inner {
        padding: 30px 15px;
    }

    .single-blog-items__contents {
        gap: 18px;
        grid-template-columns: repeat(1, 1fr);
    }

    .single-blog-items__contentThumbnail {
        max-width: 100%;
    }

    .single-blog-items__title {
        font-size: 20px;
    }

    .list-office-blog__itemThumbnail {
        max-width: 100%;
    }

    .c-contact__description {
        font-size: 15px;
    }

    .list-flow .photo {
        height: auto;
    }

    .sub-menu02 li {
        /* margin: 0; */
    }

    .sub-menu02 li a.btn-link {
        padding: 5px 0;
    }
}

.c-imgZoom {
    position: relative;
    overflow: hidden;
}
.c-imgZoom img {
    object-fit: cover;
    transition: transform 0.8s;
}

@media screen and (min-width: 769px) {
    .c-imgZoom:hover img {
        transform: scale(1.2);
        transition: transform 0.8s;
    }
}

@media screen and (max-width: 851px) {
    .blog-content__narrowDownOffice,
    .blog-content__narrowDownCategories {
        align-items: baseline;
    }
}

.link03 a:hover {
    background-size: 20px auto;
    color: #fff;
}

.link04 a:hover {
    background-size: 26px auto;
    color: #fff;
}

.btn-link02 {
    border-radius: 100vh;
    display: block;
    margin: auto;
    padding: 10px 40px;
    padding: 10px clamp(1.25rem, -2.481rem + 7.78vw, 2.5rem);
    font-weight: bold;
    color: #fff;
    background-color: #000;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-link02:after {
    content: " ";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 0;
    bottom: 0;
    right: 20px;
    right: 15px;
    display: inline-block;
    margin: auto;
    position: absolute;
}

.btn-link02:hover {
    opacity: 0.8;
}

.tag-schedule a {
    background: #d9f4fe;
    color: #01729c;
}

.tag-event a {
    /* background: #fce9e9;
  color: #dd2a2a; */
    background: #ecf7ee;
    color: #2caa3e;
}

.tag-notice a {
    /* background: #fcf2e3;
  color: #c1882c; */
    background: #edf8f6;
    color: #009585;
}

.area-post .wp-block-buttons {
    margin: 1.875rem auto;
}

.area-post .wp-block-button__link {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}

.area-post .wp-block-button__link:hover {
    background-color: #666;
    text-decoration: underline;
}

.area-post .wp-block-table {
    /* margin: 5rem auto; */
    margin: 3.125rem auto;
}

.area-post .wp-block-columns {
    margin: 50px auto;
}

/* 20250729 ADD END by Ito */

/* 20251210 ADD START by Ito */
.intro-office {
    grid-row: span 8;
    display: grid;
    grid-template-rows: subgrid;
    gap: 0;
}

.gl-menu02__block {
    display: flex;
    gap: 30px;
}

@media (max-width: 950px) {
    #office .photo .name {
        font-size: clamp(1rem, -0.048rem + 2.19vw, 1.25rem);
    }
}

@media (max-width: 939px) {
    .intro-office h3 {
        /* font-size: 18px; */
        font-size: clamp(1rem, 0.443rem + 1.16vw, 1.125rem);
    }

    .data-office .tel {
        font-size: clamp(1.25rem, 0.135rem + 2.33vw, 1.5rem);
    }

    #foot-office ul {
        grid-template-columns: repeat(1, 1fr);
    }

    #foot-office ul li {
        max-width: 100%;
    }

    .btn-link {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .intro-office h3 {
        font-size: 18px;
    }

    #office .photo .name {
        font-size: 20px;
    }

    .data-office .tel {
        font-size: 24px;
    }

    .gl-menu02__block {
        flex-direction: column;
        gap: 0;
    }
}
/* 20251210 ADD END by Ito */
