@charset "utf-8";

/*---------- ビジュアル更新 ----------*/
strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

img.alignright {
    margin-left: auto;
}

img.alignleft {
    margin-right: auto;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}

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

pre {
    white-space: pre-wrap;
}

.gallery-item img {
    width: 100%;
}

/*-------------------------------*/
#content_wrap {
    padding: 120px 0 0;
    position: relative;
}

/*------------ h1 ------------*/
#content_h {
    position: relative;
    width: 100%;
    padding: 125px 0 91px;
    background: rgb(46, 142, 226);
    background: linear-gradient(139deg, rgba(46, 142, 226, 1) 0%, rgba(67, 186, 241, 1) 68%, rgba(30, 236, 177, 1) 100%);
    overflow: hidden;
}

#h_area {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

#h_area h1 {
    display: block;
    font-size: 3.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.25;
    color: #FFF;
    position: relative;
    z-index: 10;
}

/* #h_area h1::before {
	content: "";
	display: inline-block;
	vertical-align: text-top;
	width: 8px;
	height: 8px;
	margin: 9px 10px 0 3px;
	border-radius: 50%;
	background: #0057AA;
	box-shadow: 0 0 0 3px rgba(0, 87, 170,.3);
} */

#h_area h1::after {
    display: block;
    content: attr(data-txt) "";
    font-family: 'Shippori Mincho', serif;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    /* color: #222; */
    margin-top: 13px;
    max-height: 100%;
}

.h_cursive {
    position: absolute;
    top: -1%;
    left: -42px;
    /* max-width: 100%; */
    transform: translateY(-50%) rotate(-18deg);
}

/* .h_cursive img {
	max-width:100%;
} */

/* #content_h img {
	width: 100%;
	height: auto;
} */

/*------------ パンくず ------------*/
/*------------ パンくず ------------*/
#breadcrumb {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #666666;
    max-width: 1550px;
    margin: 10px auto 10px;
    padding: 0 20px;
    overflow: hidden;
    position: relative;
}

#breadcrumb .breadcrumb_inner {
    /* text-align: right; */
    overflow: hidden;
}

#breadcrumb .breadcrumb_inner a {
    position: relative;
    color: #666666;
    padding: 0 0 0 0;
    margin: 0 24px 0 0;
}

#breadcrumb .breadcrumb_inner a:after {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    background: url(../img/arrow_pankuzu.svg) no-repeat center / 5px 8px;
    top: 6px;
    right: -13px;
    margin: auto;
    /* transform: rotate(45deg); */
}

/*------------ content_area内 ------------*/
.content_area {
    padding: 77px 0 191px;
    margin: 0 auto;
    position: relative;
}

.content_area.padding-top-0 {
    padding-top: 0 !important;
}

.content_area.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.inner {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto 0;
    position: relative;
}

.inner>*:first-child {
    margin-top: 0;
}

.inner>*:last-child {
    margin-bottom: 0;
}

/*-------------------------------*/
a {
    color: #222;
    text-decoration: underline;
}

a:visited {
    color: #333;
}

a[target="_blank"] {
    padding-right: 25px;
    background: url(../img/popup.svg) no-repeat center right 5px;
}

a.non[target="_blank"] {
    padding-right: 0;
    background: none;
}

a[href$=".doc"],
a[href$=".docx"] {
    padding-right: 25px;
    background: url(../img/icon_word.svg) no-repeat center right 5px;
}

a[href$=".xls"],
a[href$=".xlsx"] {
    padding-right: 25px;
    background: url(../img/icon_excel.svg) no-repeat center right 5px;
}

a[href$=".pdf"] {
    padding-right: 25px;
    background: url(../img/icon_pdf.svg) no-repeat center right 5px;
}

a.none[href$=".pdf"] {
    padding-right: 0;
    background: none;
}

[href^="tel:"] {
    color: #333 !important;
    pointer-events: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* 各ページh2 */
h2 {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.65;
    margin: 65px 0 30px;
    position: relative;
}

.sec_ttl_h2 {
    font-size: 3.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.65;
    text-align: center;
    margin: 114px 0 60px;
    padding-bottom: 34px;
}

.sec_ttl_h2::before {
    position: absolute;
    content: "";
    width: 76px;
    height: 1px;
    background: #001A37;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sec_ttl_h2::after {
    display: block;
    content: attr(data-txt)"";
    font-family: 'Shippori Mincho', serif;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 5px;
    max-height: 100%;
}

/* .sec_ttl_h2 span {
	display: block;
}
 */
/* 各ページh3 */
h3 {
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 65px 0 22px;
}

.sec_ttl_h3 {
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.65;
    text-align: center;
    margin: 76px 0 17px;
}

/* 各ページh4 */
h4 {
    margin: 50px 0 15px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.65;
    position: relative;
}

h3+h4 {
    margin: 21px 0 22px;
}

/* 各ページh5 */
h5 {
    font-weight: 500;
    margin: 35px 0 10px;
    line-height: 1.65;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

p {
    display: block;
    margin-bottom: 30px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    max-height: 100%;
}

ul,
ol {
    padding-left: 20px;
    margin: 10px 0;
}

li {
    line-height: 2.7rem;
    margin-bottom: 5px;
}

ul li {
    list-style: disc;
    max-height: 100%;
}

ol li {
    list-style: decimal;
    max-height: 100%;
}

ul li:last-child,
ol li:last-child {
    margin-bottom: 0;
}




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

table {
    width: 100%;
    margin: 20px auto;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

table th,
table td {
    /* font-size: 1.7rem; */
    padding: 17px 20px;
    max-height: 100%;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

table th {
    font-weight: 500;
    text-align: center;
    background: #EAEDF1;
    width: 33.3%;
    vertical-align: unset;
}

table th>*:first-child,
table td>*:first-child {
    margin-top: 0 !important;
}

table th>*:last-child,
table td>*:last-child {
    margin-bottom: 0 !important;
}

table td ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 0;
}

table td li {
    max-height: 100% !important;
}

/*------------ table 別デザイン ------------*/
.table_no_bg table {
    border: none;
}

.table_no_bg table tr {
    background-color: transparent;
}

.table_no_bg table th,
.table_no_bg table td {
    line-height: 1.764;
    padding: 20px 20px 19px;
    border-right: none;
    /* vertical-align: middle; */
    border-bottom: 1px solid #E8E8E8;
}

.table_no_bg table tr:first-child th,
.table_no_bg table tr:first-child td {
    border-top: 1px solid #E8E8E8;
}

.table_no_bg table th {
    background: transparent;
    position: relative;
    font-weight: 500;
    /* line-height: 2.0; */
    text-align: left;
    width: 23.819%;
    border-color: #222 !important;
}

.table_no_bg table td {
    padding-left: 41px;
}

/*------------ table スクロール ------------*/
.table {
    min-width: 100%;
    overflow-x: auto;
}

.table::-webkit-scrollbar {
    height: 5px;
}

.table::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #CCC;
}

.table::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #555;
}

.sp_table_txt {
    display: block;
    padding-left: 60px;
    margin: 0;
    background: url(../img/icon_hand.svg) no-repeat center left;
    font-size: 13px;
    margin-bottom: 15px;
}

.sp_table_txt p {
    margin: 0;
    line-height: 33px;
}

.table table {
    border: none;
}

.table table th,
.table table td {
    font-weight: 500;
    line-height: 1.8125;
}

.table table th {
    vertical-align: middle;
    width: auto;
    padding: 11px 20px 10px;
    border: none;
    position: relative;
}

.table table th:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #FFF;
    top: 0;
    right: -1px;

}

.table table td {
    border-right: none;
    padding: 22px 20px 23px;
}

/*---------- pagenav ----------*/
#pagenav {
    margin-top: 90px;
}

.wp-pagenavi {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .first,
.wp-pagenavi .last {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 2.4rem;
    color: #0057AA;
    text-decoration: none;
    margin: 0 5px;
    background-color: rgba(0, 87, 170, .3);
    border-radius: 50%;
    transition: all .3s ease;
}

/* hover */
.wp-pagenavi .current,
.wp-pagenavi .page:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
    color: #fff;
    background-color: #0057AA;
}


/*------------ others ------------*/
.bg_grey {
    display: block;
    padding: 89px 0 89px;
    position: relative;
}

.bg_grey::before {
    position: absolute;
    content: "";
    width: 100vw;
    min-width: 1300px;
    height: 100%;
    background: #F5F5F5;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
}

.bg_grey>*:first-child {
    margin-top: 0;
}

.bg_grey>*:last-child {
    margin-bottom: 0;
}

.link_btn a {
    position: relative;
    display: block;
    text-decoration: none;
    width: 309px;
    font-weight: bold;
    line-height: 1.2;
    color: #222;
    text-align: center;
    margin: 24px 0 0;
    padding: 14px 18px 14px 23px;
    background: #FFF;
    border: 1px solid #222;
    border-radius: 100px;
    overflow: hidden;
    transition: all 0.3s;
}

.link_btn a:hover {
    background: #EAEDF1;
}

.pl_btn_list {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-bottom: 51px;
}

.pl_btn {
    display: block;
    font-size: 2.2rem;
    font-weight: 500;
    color: #222 !important;
    text-decoration: none;
    text-align: center;
    width: 31.818%;
    padding: 14px 17px 10px 17px;
    background: #EEE;
    margin-right: auto;
    border-radius: 10px;
    position: relative;
    transition: all .3s ease;
}

.pl_btn:nth-child(3n),.pl_btn:last-child {
    margin-right: 0;

}

.pl_btn::after {
    display: block;
    content: "";
    width: 16px;
    height: 10px;
    background: url(../img/arrow_pl_btn.svg) no-repeat center / 100% auto;
    margin: auto;
    transition: all .3s ease;
}

.pl_btn:hover {
    color: #FFF !important;
    background: #08A0E4;

}

.pl_btn:hover::after {
    background-image: url(../img/arrow_pl_btn_white.svg);
}

.column_02,
.column_03 {
    display: flex;
    flex-wrap: wrap;
}

.column_02>div {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.column_02>div:nth-child(2n) {
    margin-right: 0;
}

.column_03>div,
.column_03>ul {
    width: calc((100% - 72px) / 3);
    margin-right: 36px;
    box-sizing: border-box;
}

.column_03>div img {
    margin: 0;
}

.column_03>div:nth-child(3n),
.column_03>ul:nth-child(3n) {
    margin-right: 0;
}

.txt_right {
    text-align: right;
    margin-bottom: 80px;
}

.txt_left {
    text-align: left;
}

.txt_center {
    text-align: center;
}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 39%;
    position: relative;
}

.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


@media screen and (max-width:767px) {
    #content_wrap {
        padding: 65px 0 0;
    }

    /*------------ h1 ------------*/
    #content_h {
        padding: 80px 0 70px;
    }

    #content_h::after {
        height: 33px;
    }

    #h_area h1 {
        font-size: 2.8rem;
        /* margin-bottom: 20px; */
    }

    /* #h_area h1::before {
		margin: 6px 8px 0 3px;
	} */

    #h_area h1::after {
        font-size: 1.3rem;
        margin-top: 8px;
    }

    .h_cursive {
        left: -25px;
        /* max-height: 100px; */
    }

    .h_cursive img {
        max-height: 100px;
    }

    /* #content_h img {
		object-fit: cover;
		height: 100% !important;
	} */

    /*------------ パンくず ------------*/
    #breadcrumb {
        display: none;
    }


    /*------------ content_area内 ------------*/
    .content_area {
        padding: 35px 0 70px !important;
        margin: 0 auto 0;
    }

    /* 各ページh2 */
    h2 {
        font-size: 1.8rem;
        margin: 50px 0 20px;
    }

    .sec_ttl_h2 {
        font-size: 2.2rem;
        margin: 55px 0 29px;
        padding-bottom: 18px;
    }

    .sec_ttl_h2::before {
        width: 50px;
    }

    .sec_ttl_h2::after {
        font-size: 1.3rem;
        margin-top: 5px
    }

    /* 各ページh3 */
    h3 {
        font-size: 1.8rem;
        margin: 40px 0 13px;
    }

    .sec_ttl_h3 {
        font-size: 2.0rem;
        margin: 55px 0 15px;
    }

    /* 各ページh4 */
    h4 {
        font-size: 1.6rem;
        margin: 20px 0 10px;
    }

    h3+h4 {
        margin: 15px 0 10px;
    }

    /* 各ページh5 */
    h5 {
        font-size: 1.3rem;
        margin: 20px 0 0;
    }

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


    p {
        margin-bottom: 15px;
        line-height: 1.8;
    }

    [href^="tel:"] {
        pointer-events: all;
        text-decoration: underline;
    }


    /*------------ table ------------*/
    table th,
    table td {
        padding: 15px 9px;

    }

    table th {
        width: 30%;
    }

    /*------------ table 別デザイン ------------*/
    .table_no_bg table {
        border-spacing: 0;
    }

    .table_no_bg table th {
        width: 100%;
        display: block;
        padding: 10px;
        background: #fcfcfc;
        border-bottom: none;
        border-color: #E8E8E8 !important;
    }

    .table_no_bg table td {
        width: 100%;
        display: block;
        padding: 10px;
        border-top: none !important;
    }

    .table_no_bg table th:after {
        content: none;
    }

    /*------------ table スクロール ------------*/
    .table table {
        border: none;
    }

    .table table th,
    .table table td {
        display: table-cell;
        width: auto !important;
        white-space: nowrap;
        padding: 10px 18px;

        /* border: none; */
    }

    /*---------- pagenav ----------*/
    .wp-pagenavi {
        margin-top: 40px;
    }

    .wp-pagenavi .page,
    .wp-pagenavi .current,
    .wp-pagenavi .first,
    .wp-pagenavi .last {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }

    /*------------ others ------------*/
    .bg_grey {
        padding: 40px 0 45px;
    }

    .link_btn a {
        max-width: 100%;
        padding: 12px 15px 14px;
    }

    .column_02>div,
    .column_03>div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .column_03>ul {
        width: 100%;
        margin-right: 0;
    }

    .gmap {
        padding-bottom: 70%;
    }

}