@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;
}

.center {
    text-align: center;
}

.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%;
}

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

p {
    display: block;
    margin-bottom: 25px;
    line-height: 2;
/*     letter-spacing: 0.05em; */
	letter-spacing: .1em;
    max-height: 100%;
}

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

li {
    /* font-size: 1.5rem; */
    /* letter-spacing: 1.5px; */
    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;
}

a {
    color: #222;
    text-decoration: underline;
    /*max-height: 100%;*/
}

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;
    pointer-events: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


.anchor {
    display: block;
    padding-top: 100px !important;
    margin-top: -100px !important;
    pointer-events: none;
}

.anchor>* {
    pointer-events: auto;
}

.lead_txt {
    text-align: center;
}

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

table {
    width: 100%;
    margin: 30px auto 100px;
}

table tr {
    background: #fff;
    border-bottom: 20px solid;
    border-color: #f5f7f6;
}

/*
table tr:first-child {
	border-top: 1px solid #CCCCCC;
} */

table th {
    font-weight: 500;
    text-align: left;
    padding: 40px;
    width: 25.45%;
    max-height: 100%;
    vertical-align: unset;
}

table td {
    padding: 40px 40px 40px 0;
    max-height: 100%;
}

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 th {
	background: transparent;
	position: relative;
	font-weight: 500;
	line-height: 2.0;
	width: 25.3%;
	padding: 20px 17px;
}

.table_no_bg table th:after {
	position: absolute;
	content: "";
	width: 1px;
	height: calc(100% - 40px);
	background: #DDDDDD;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.table_no_bg table td {
	line-height: 2.0;
}
 */
/*------------  ------------*/
.content_area {
    /* max-width: 1240px; */
    padding: 80px 0 120px;
    margin: 0 auto;
    position: relative;
}

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

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

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

.sec_in {
    max-width: 948px;
    margin: auto;
}

.sec_in>*:last-child {
    margin-bottom: 0 !important;
}

.link_btn a {
    position: relative;
    display: block;
    text-decoration: none;
    max-width: 300px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFF;
    text-align: center;
    margin: 24px 0 0;
    padding: 13px 18px 14px 23px;
    background: rgb(255, 118, 0);
    background: linear-gradient(126deg, rgba(255, 118, 0, 1) 0%, rgba(252, 175, 27, 1) 100%);
    border-radius: 100px;
    overflow: hidden;
    z-index: 10;
    transition: color 0.3s;
}

.link_btn a::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #ffb918;
    z-index: 20;
    transition: width 0.3s;
}

.link_btn a:hover::before {
    width: 100%;
}

.link_btn a span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    position: relative;
    z-index: 30;
}

.link_btn a span::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

/* .content_area .link_btn {
    display: block;
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 270px;
    max-width: 100%;
    height: auto;
    padding: 17px 59px 18px 48px;
    background: #053686 url(../img/arrow_r_white.svg) no-repeat top 25px right 27px / 32px 10px;
    border: 1px solid #053686;
    border-radius: 50px;
    transition: all .3s ease;
    position: relative;
}


.content_area .link_btn:hover {
    border-color: #686868;
    background-color: #686868;
    background-position: top 25px right 20px;
} */

/*.content_area .link_btn.link_btn_w {
    color: #222;
    background: #fff;
}

.content_area .link_btn.link_btn_w:hover {
    color: #fff;
    background-color: #686868;
}*/
.viewmore_btn {
    display: inline-block;
    text-decoration: none;
}

.viewmore_btn_in {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.viewmore_txt {
    position: relative;
    display: inline-block;
    /*margin-right: 20px;*/
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #2B5872;
}

.viewmore_txt:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #D4D4D4;
    width: 100%;
    height: 1px;
}

.viewmore_txt:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #2B5872;
    width: 73%;
    height: 1px;
}

.viewmore_circle {
    /* position: relative;
	display: inline-block;
	border-radius: 50%;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif; */
    /* font-size: 2.2rem;
	font-weight: 700; */
    letter-spacing: 0;
    color: #2B5872;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    /*width:122px;
	height:122px;*/
    width: 128px;
    height: 128px;
}

.viewmore_circle:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #2B5872;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transition: all 1.5s cubic-bezier(.23, 1, .32, 1), border .3s ease;
    transform: translate(-50%, -50%);
    width: 122px;
    height: 122px;
}

.viewmore_circle:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/arrow_blue.svg) center center/100% auto no-repeat;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.viewmore_circle svg {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    transition: opacity .3s cubic-bezier(.23, 1, .32, 1);
    transform: rotate(-90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    /*width: calc(110 / var(--width) * 100vw);
    height: calc(110 / var(--width) * 100vw);*/
}

.viewmore_circle svg circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1px;
    transition: stroke-dashoffset .7s cubic-bezier(.23, 1, .32, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    stroke-dasharray: 346px;
    stroke-dashoffset: 346px;
}

a.viewmore_btn:hover svg,
a:hover .viewmore_circle svg {
    opacity: 1;
}

a:hover .viewmore_circle::before {
    width: 122px;
    height: 122px;
    opacity: 0;
}

a:hover .viewmore_circle svg circle,
a.viewmore_circle:hover svg circle {
    stroke-dashoffset: 0;
}

.viewmore_circle svg circle {
    stroke: #2B5872;
}

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

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

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

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

.column_03>div img {
    margin: 0;
}

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

.column_04 {
    display: flex;
    flex-wrap: wrap;
}

.column_04 ul {
    line-height: 1.85em;
    margin-right: 2%;
    width: 23.5%;
}

.column_04 ul:nth-child(4n) {
    margin-right: 0;
}


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

.txt_left {
    text-align: left;
}

.txt_center {
    text-align: center;
}

/*------------ アコーディオン ------------*/
.faq {
    border-bottom: 1px solid #CCCCCC;
}

.faq dt {
    position: relative;
    padding: 28px 75px 27px 20px;
    /* margin-bottom: 12px; */
    /* background: #F2F9FE; */
    /* font-size: 1.5rem; */
    font-weight: 500;
    /* letter-spacing: 1.5px; */
    letter-spacing: 0.05em;
    transition: all 0.3s;
    border-top: 1px solid #CCCCCC;
}

.faq dt:hover {
    background: #F8F8F8;
    cursor: pointer;
}

.faq dt::before,
.faq dt::after {
    content: '';
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    width: 22px;
    height: 2px;
    margin: auto;
    background: #384A54;
}

.faq dt::after {
    transform: rotate(90deg);
    transition: opacity 0.3s;
}

/* .faq dt.open {
	border-bottom: 1px solid transparent;
} */

.faq dt.open::after {
    opacity: 0;
}

.faq dt span {
    position: relative;
    display: block;
    padding-left: 50px;
}

.faq dt span::before {
    content: 'Q';
    position: absolute;
    font-family: 'Poppins', 'Noto Sans JP', sans-serif;
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    top: -8px;
    left: 0;
}

.faq dd {
    position: relative;
    display: none;
    padding: 28px 55px 27px 20px;
    /* font-size: 1.5rem; */
    letter-spacing: 0.05em;
    /* line-height: 2.9rem; */
    /* border-bottom: 1px solid #CCCCCC; */
    background: #E4EEEF;
}

.faq dd span {
    position: relative;
    display: block;
    padding-left: 50px;
}

.faq dd span::before {
    content: 'A';
    position: absolute;
    font-family: 'Poppins', 'Noto Sans JP', sans-serif;
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    top: -8px;
    left: 0;
}

/*---------- pagenav ----------*/
.wp-pagenavi {
    position: relative;
    margin-top: 80px;
    text-align: center;
}

.wp-pagenavi a {
    color: #B7B7B7;
    text-decoration: none !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    text-align: center;
    vertical-align: top;
    padding: 0 5px;
    margin: 0 1.41%;
    width: 34px;
    height: 34px;
    line-height: 34px;
    transition: color 0.3s;
    border: none;
    text-decoration: none !important;
    font-size: 1.5rem;
    font-weight: 500;
    color: #222;
    padding: 0 10px;
    margin: 0 7px;
}

/* .wp-pagenavi .current,
.wp-pagenavi .page {
	position: relative;
	display: inline-block;
	width: auto;
	padding: 0 10px;
	margin: 0 7px;
	transition: color 0.3s;
	font-size: 1.5rem;
} */

.wp-pagenavi .current,
.wp-pagenavi .page:hover {
    color: #fff;

}

.wp-pagenavi .current::before,
.wp-pagenavi .page::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    /* border-radius: 50%; */
    /* border: 1px solid #707070; */
    transition: all 0.3s;
    z-index: -5;
}

.wp-pagenavi .current::before,
.wp-pagenavi .page:hover::before {
    /* border-color: #053686; */
    background-color: #384A54;
}

/* .nextpostslink,
.previouspostslink {
	transition: all .3s ease;
}

.nextpostslink:hover,
.previouspostslink:hover {
	color: #222;
} */

/* .wp-pagenavi .arrow {
    font-size: 0;
} */

/* .wp-pagenavi .arrow::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #222;
    border-top: 2px solid #222;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
} */

/* .wp-pagenavi .arrow.latest_page_arrow::before,
.wp-pagenavi .arrow.prev_page_arrow::before {
    transform: rotate(-135deg);
} */
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 66.666%;
    position: relative;
}

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


@media screen and (max-width:767px) {


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

    .anchor {
        display: block;
        padding-top: 65px !important;
        margin-top: -65px !important;
    }

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

    [href^="tel:"] {
        pointer-events: all;
        text-decoration: underline;
    }
	table tr {
		border-bottom: 5px solid;
		border-color: #f5f7f6;
	}
    table th {
        padding: 15px 7px;
        width: 30%;
    }

    table td {
        padding: 15px 10px 15px 5px;
    }

    /*------------ table 別デザイン ------------*/
    .table_no_bg table th {
        width: 100%;
        display: block;
        padding: 10px;
        background: #F8F8F8;
    }

    .table_no_bg table td {
        width: 100%;
        display: block;
        padding: 10px;
    }

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

    /*------------  ------------*/
    .content_area {
        /*padding: 60px 0 90px !important;*/
        padding: 30px 0;
    }

    /* .content_area .link_btn {
        font-size: 1.4rem;
        padding: 14px 45px 15px 40px;
        background-position: top 18px right 15px;
        background-size: 25px 9px;
    } */

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

    .link_btn a span {
        font-size: 1.3rem;
    }

    .link_btn a span::after {
        margin-top: 1px;
        margin-left: 6px;
    }

    .viewmore_txt {
        font-size: 1.3rem;
    }

    .viewmore_circle {
        width: 80px;
        height: 80px;
    }

    .viewmore_circle:before {
        width: 78px;
        height: 78px;
    }

    a:hover .viewmore_circle::before {
        width: 80px;
        height: 80px;
    }

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

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


    .column_04 ul {
        margin: 0;
        width: 100%;
    }

    /*------------ アコーディオン ------------*/
    .faq dt {
        padding: 14px 55px 14px 14px;
        font-size: 1.3rem;
        letter-spacing: 1.3px;
        line-height: 2.4rem;
    }

    .faq dt::before,
    .faq dt::after {
        right: 20px;
        width: 18px;
    }

    .faq dt span {
        padding-left: 23px;
    }

    .faq dt span::before {
        top: -1px;
        font-size: 1.8rem;
    }

    .faq dd {
        padding: 14px 35px 14px 14px;
        font-size: 1.3rem;
        letter-spacing: 1.3px;
        line-height: 2.4rem;
    }

    .faq dd span {
        padding-left: 23px;
    }

    .faq dd span::before {
        top: -1px;
        font-size: 1.8rem;
    }

    /*---------- pagenav ----------*/
    .wp-pagenavi {
        position: relative;
        margin-top: 40px;
        text-align: center;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        font-size: 1.5rem;
        /* padding: 3px; */
        margin: 0 5px;
        width: 40px;
        height: 40px;
        line-height: 39px;
    }



}

/*---------------------------------------------------------
	各ページcatch
---------------------------------------------------------*/
#content_wrap {
    position: relative;
}


#content_h {
    position: relative;
    /*width: 100%;*/
    margin: 25px 25px 0 25px;
}

#h_area {
    padding: 0 0 0 10%;
    position: absolute;
    top: 45%;
    bottom: 50%;
    margin: auto;
    color: #fff;
}

#h_area h1 {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.25;
    font-weight: bold;
    /* text-align: center; */
    position: relative;
}


#h_area h1::before {
    display: block;
    content: attr(data-txt)'';
    font-size: 9.0rem;
    font-family: 'Chillax-Medium', sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 5px;
}

.h_img img {
    width: 100%;
    max-height: 580px;
    object-fit: cover;
    border-radius: 30px;
}
/*
.h_img .ttl_bg {
    background: #f6f6f6;
    border-radius: 0px 0px 30px 0px;
    bottom: auto;
    height: 100px;
    left: 0px;
    margin: 0 0 0 0;
    padding: 0px 0px 0px 0px;
    position: absolute;
    right: auto;
    top: 0px;
    width: 360px;
    z-index: 2;
    max-width: 100%;
}

.h_img .ttl_bg::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: 100%;
    left: 0;
    background: url(../img/corner.svg) no-repeat center / cover;
    transition: all .3s ease;
}

.h_img .ttl_bg::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: 100%;
    top: 0;
    background: url(../img/corner.svg) no-repeat center / cover;
    transition: all .3s ease;
}
*/

.catch_box {
    position: relative;
}

.catch_box>*:first-child {
    margin-top: 0 !important;
}

.catch_box>*:last-child {
    margin-bottom: 0 !important;
}

.catch_h2 {
    font-size: 3.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.764;
    padding: 55px 0 0;
    margin: 0 0 60px;
}

.catch_h2::before {
    position: absolute;
    content: "";
    width: 233px;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #2B5872;
}

.catch_box p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.875;
}

.catch {
    font-size: 2.0rem;
    font-weight: 500;
    margin: 30px 0px;
    line-height: 1.8;
}

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



/* h2::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
	background-color: #D1D1D1;
} */

/* h2::before {
	position: absolute;
	content: "";
	width: 55px;
	height: 2px;
	top: 0;
	left: 0;
	background-color: #2B5872;
} */

.sec_ttl_h2 {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.65;
    padding: 0;
    margin: 0 0 20px;
    border: none;
}


.sec_ttl_h2::after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 46px;
    left: 0px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-radius: 9999px;
    background: #5CB916;
}

.sec_ttl_h2::before {
    display: block;
    content: attr(data-txt) '';
    font-size: 2.0rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #888888;
    margin-left: 20px;
}

/* 各ページh3 */
h3 {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 65px 0 25px;
}

.sec_ttl_h3 {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.65;
    padding: 0;
    margin: 75px 0 50px;
    border: none;
}

/*     .sec_ttl_h3 {
        font-size: 2.0rem;
        margin: 50px 0 25px;
    } */


.sec_ttl_h3::after {
    display: block;
    content: attr(data-txt) '';
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    /*     font-family: var(--font_en); */
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    padding-top: 25px;
    color: #007C45;
}

/* 各ページh4 */
h4 {
    margin: 50px 0 20px;
    padding-bottom: 10px;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 1.8px;
    line-height: 3.2rem;
    /* position: relative; */
    border-bottom: solid 1px #CCCCCC;
}

/* h4::before {
	content: '';
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 2px;
	margin: auto;
	background: #686868;
} */

/* 各ページh5 */
h5 {
    /* font-family: 'Noto Serif JP', serif; */
    font-size: 2.2rem;
    font-weight: 600;
    margin: 35px 0 30px;
    /* line-height: 2.9rem; */
}

/* one_side_list */
.one_side_list {
    counter-reset: oneside 0;
}

.one_side_item {
    /* width: calc(100vw - (100vw - 1100px) / 2); */
    /* min-width: 1180px; */
    /* max-width: calc(100% - 20px); */
    margin: 100px 0;
    counter-increment: oneside 1;
    position: relative;
}

.one_side_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.one_side_img {
    /* min-width: calc((100% - 100px) - 500px); */
    /* width: calc((100% - 100px) - 33.112%); */
    width: 50%;
    max-height: 800px;
    margin-right: 64px;
    position: relative;
}

.one_side_img img {
    max-width: none;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.one_side_txt {
    /* width: 500px; */
    width: 33.112%;
    max-width: 536px;
    margin-right: auto;
}

.one_side_txt .one_side_head {
    position: relative;
}

.one_side_txt .one_side_head::before {
    position: absolute;
    content: counter(oneside, decimal-leading-zero) ".";
    font-family: 'Michroma', sans-serif;
    font-size: 10rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    color: #2B5872;
    left: 50px;
    bottom: 27px;
    opacity: 0.12;
    z-index: -5;
}

.one_side_txt .one_side_h2 {
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0;
    padding: 18px 0 18px 62px;
    margin: 68px 0 55px;
}

/* .one_side_txt .one_side_h2::before {
	content: none;
} */

.one_side_txt .one_side_h2::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #2B5872;
    margin: auto;
}

.one_side_copy {
    display: block;
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
}

.one_side_txt p {
    letter-spacing: 0.05em;
    line-height: 2;
}

/* one_side_item nth-child 2n reverse */
.one_side_item:nth-child(even) {
    margin-left: auto;
}

.one_side_item:nth-child(even) .one_side_block {
    flex-direction: row-reverse;
}

.one_side_item:nth-child(even) .one_side_img {
    margin-right: 0;
    margin-left: 64px;
}

.one_side_item:nth-child(even) .one_side_txt {
    margin-right: 0;
    margin-left: auto;
}

/* example_area */
/* .polishing .example_area,
.welding .example_area,
.vacuum-chamber .example_area {
	padding: 0 !important;
} */

.example_area {
    margin-top: 100px;
    position: relative;
}

.example_wrap {
    padding: 64px 0 59px;
    position: relative;
}

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

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

.example_area .sec_ttl_h2 {
    margin-top: 0;
}

.example_slide {
    margin-right: -21px;
    position: relative;
}

.example_slide::after {
    position: absolute;
    content: "";
    top: -4px;
    right: -10px;
    width: 31px;
    height: calc(100% + 8px);
    background: #F8F8F8;
}

.example_slide .slick-arrow {
    padding: 0;
    border: none;
    outline: none;
    font-size: 0;
    color: inherit;
    width: 54px;
    height: 54px;
    background: #5E707A;
    border-radius: 50%;
    position: absolute;
    top: 45.4%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: all .3s ease;
}

.example_slide .slick-arrow:hover {
    background: #2b5872;
}

.example_slide .slick-arrow::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/arrow_white.svg) no-repeat center center/ 100% auto;
}

.example_slide .slick-arrow.slick-prev {
    left: -27px;
}

.example_slide .slick-arrow.slick-prev::before {
    transform: rotate(180deg);
}

.example_slide .slick-arrow.slick-next {
    right: -4px;
}

.example_box {
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 21px 0 0;
}

.example_link {
    text-decoration: none;
    color: #222;
}

.example_box img {
    width: 100%;
    margin-bottom: 17px;
    transition: all .3s ease;
}

.example_thumb {
    margin-bottom: 17px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1/1;
}

.example_thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 0;
}

.example_area .viewmore_box {
    text-align: right;
    margin-top: 95px;
}

.example_area .viewmore_txt {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.example_area .viewmore_txt::before,
.example_area .viewmore_txt::after {
    content: none;
}

.example_area .viewmore_circle {
    width: 45px;
    height: 45px;
}

.example_area a:hover .viewmore_circle::before {
    width: 43px;
    height: 43px;
}

.example_area .viewmore_circle:before {
    width: 43px;
    height: 43px;
}

/* example list */
.example_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -50px;
}

.example_list .example_item {
    width: calc((100% - 42px) / 3);
    margin-right: 21px;
    margin-bottom: 50px;
}

.example_list .example_item:nth-child(3n) {
    margin-right: 0;
}

.example_list .example_box {
    margin-right: 0;
}

/* example hover */
.example_item:hover .example_thumb img {
    transform: scale(1.05);
}

/* page link */
.pl_content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.pl_box {
    position: relative;
    width: 50%;
    color: #fff;
    text-decoration: none;
    transition: opacity .3s ease;
    z-index: 1;
}

.pl_box_in {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    padding: 85px 50px 50px 70px;
    height: 560px;
}

.pl_ttl {
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
}

.pl_ttl h2 {
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #fff;
    padding: 0;
    margin: 0;
}

.pl_ttl h2::before {
    display: block;
    content: attr(data-txt)'';
    font-size: 4.6rem;
    font-family: 'Michroma', sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.0;
    /* color: #fff; */
    margin: 0 0 10px;
    width: auto;
    height: auto;
    background: none;
    position: relative;
}

.pl_link_btn {
    display: inline-block;
    text-decoration: none;
}

.pl_link_btn_in {
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
}

.pl_link_txt {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
}

.pl_link_txt:before,
.pl_link_txt:after {
    content: none;
}

.pl_link_circle {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    font-family: 'Roboto', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #2B5872;
    width: 128px;
    height: 128px;
}

.pl_link_circle:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transition: all 1.5s cubic-bezier(.23, 1, .32, 1), border .3s ease;
    transform: translate(-50%, -50%);
    width: 122px;
    height: 122px;
}

.pl_link_circle:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/arrow_white.svg) center center/100% auto no-repeat;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.pl_link_circle svg {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    transition: opacity .3s cubic-bezier(.23, 1, .32, 1);
    transform: rotate(-90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    /*width: calc(110 / var(--width) * 100vw);
    height: calc(110 / var(--width) * 100vw);*/
}

.pl_link_circle svg circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1px;
    transition: stroke-dashoffset .7s cubic-bezier(.23, 1, .32, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    stroke-dasharray: 346px;
    stroke-dashoffset: 346px;
}

a.pl_link_btn:hover svg,
a:hover .pl_link_circle svg {
    opacity: 1;
}

a:hover .pl_link_circle::before {
    width: 122px;
    height: 122px;
    opacity: 0;
}

a:hover .pl_link_circle svg circle,
a.pl_link_circle:hover svg circle {
    stroke-dashoffset: 0;
}

.pl_link_circle svg circle {
    stroke: #fff;
}

.pl_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.pl_bg img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;

}

.pl_box_zoom {
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
}

.pl_box_zoom,
.pl_box_zoom li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 0;
}

.pl_box_zoom_bg {
    z-index: 1;
}

.pl_box_zoom_bg,
.pl_box_zoom_bg img,
.pl_box_zoom_bg::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pl_box_zoom_bg img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left bottom;
    object-position: left bottom;
    z-index: 0;
}

.pl_box_zoom_bg,
.pl_box_zoom_bg img,
.pl_box_zoom_bg::after {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
}

.pl_content.is-hover.is-pl01 .pl_box:nth-of-type(2),
.pl_content.is-hover.is-pl02 .pl_box:nth-of-type(1) {
    opacity: .3;
}

.pl_content.is-hover.is-pl01 .pl_box_zoom li:nth-child(1),
.pl_content.is-hover.is-pl02 .pl_box_zoom li:nth-child(2) {
    transition: 5s linear, opacity .3s ease, z-index 0s;
    transform: scale(1.1);
    opacity: 1;
}

.pl_content.is-hover .pl_box_in .pl_bg {
    opacity: 0;
}

.pl_box_zoom li:nth-child(2) {
    transition: opacity .5s ease, z-index 0s;
    opacity: 0;
}

.pl_content::before {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    top: 0;
    left: 50%;
    transition: opacity .3s ease;
    opacity: 0;
    z-index: 1;
}

.pl_content.is-hover::before {
    opacity: .3;
}

/* .pl_content::after {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background: #fff;
	top: 0;
	left: 66.6666%;
	transition: opacity .3s ease;
	opacity: 0;
} */



/* .pl_content.is-hover::after {
	opacity: .3;
} */

@media screen and (max-width:767px) {
    #content_h {
        margin: 60px 20px 0 20px;
    }

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

    #h_area {
        margin: 0 auto 25px;
        padding-top: 20px;
		padding-left: 20px;
        bottom: 18%;
		top: auto;
    }

    #h_area h1 {
        font-size: 1.5rem;
    }

    #h_area h1::before {
        font-size: 3.4rem;
        margin: 0;
    }

    .h_img .ttl_bg {
        display: none !important;
    }

    .h_img img {
        object-fit: cover;
        height: 220px !important;
        border-radius: 15px;
    }
	
	.catch {
    font-size: 1.6rem;
    margin: 10px 0px 15px;
}

    .catch_h2 {
        font-size: 2.2rem;
        padding: 40px 0 0;
        margin-bottom: 20px;
    }

    .catch_h2::before {
        width: 29%;
    }

    .catch_box p {
        font-size: 1.4rem;
    }

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

    .sec_ttl_h2 {
        font-size: 2rem;
        margin: 30px 0 20px;
    }

    .sec_ttl_h2::after {
        bottom: 33px;
    }

    .sec_ttl_h2::before {
        font-size: 1.4rem;
    }


    h3 {
        font-size: 1.8rem;
        margin: 40px 0 13px;
    }

    .sec_ttl_h3 {
        font-size: 1.8rem;
		margin: 25px 0 30px;
    }

    .sec_ttl_h3::after {
        font-size: 1.3rem;
        padding-top: 7px;
    }

    h4 {
        font-size: 1.6rem;
        margin: 20px 0 10px;
		padding-bottom: 5px;
    }

    h5 {
        font-size: 1.3rem;
        margin: 20px 0 0;
    }

    /* one_side_list */

    .one_side_item {
        width: 100%;
        min-width: auto;
        max-width: 100%;
        padding: 0 20px;
        margin: 45px 0;
    }

    .one_side_img {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin: 0 0 15px !important;

    }

    .one_side_txt {
        width: 100%;
        max-width: 100%;
    }

    .one_side_txt .one_side_h2 {
        font-size: 2.0rem;
        padding: 10px 0 10px 30px;
        margin: 0 0 25px;
    }

    .one_side_txt .one_side_head::before {
        font-size: 6rem;
        left: 30px;
        bottom: 14px;
    }

    .one_side_copy {
        font-size: 1.6rem;
        margin: 0 0 10px;
    }

    .one_side_txt p {
        line-height: 1.6;
    }

    /* one_side_item nth-child 2n reverse */

    /* example_area */
    .example_area {
        margin-top: 55px;
    }

    .example_wrap {
        padding: 55px 0;
    }

    .example_slide {
        margin: 0 -20px;
    }

    .example_slide::after {
        content: none;
    }

    .example_slide .example_box {
        margin: 0 10px;
    }

    .example_slide .example_box img {
        margin-bottom: 7px;
    }

    .example_area .viewmore_box {
        text-align: right;
        margin-top: 35px;
    }

    .example_area .viewmore_txt {
        font-size: 1.3rem;
    }

    /* example list */
    .example_list {
        margin-bottom: -25px;
    }

    .example_list .example_item {
        width: calc((100% - 15px) / 2);
        margin-right: 15px;
        margin-bottom: 25px;
    }

    .example_list .example_item:nth-child(3n) {
        margin-right: 15px;
    }

    .example_list .example_item:nth-child(2n) {
        margin-right: 0;
    }


    /* page link */
    .pl_box {
        width: 100%;
    }

    .pl_box_in {
        padding: 40px 20px 40px 20px;
        height: 300px;
    }

    .pl_content .pl_ttl {
        margin-bottom: 30px;
    }

    .pl_content .pl_ttl h2::before {
        font-size: 4.0rem;
    }


    .pl_content::before {
        width: 100%;
        height: 1px;
        top: 300px;
        left: 0;
    }

    .pl_content:after {
        width: 100%;
        height: 1px;
        top: 600px;
        left: 0;
    }

    .pl_link_txt {
        font-size: 1.8rem;
    }

    .pl_link_circle {
        width: 80px;
        height: 80px;
    }

    .pl_link_circle:before {
        width: 78px;
        height: 78px;
    }

    a:hover .pl_link_circle::before {
        width: 80px;
        height: 80px;
    }
}