@charset "utf-8"; /* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
    font-display: swap;
}

/* CSS Document */
/*--------------------------------------------------------------------------

   reset

---------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, span, small, dl, dt, dd, ol, ul, li {
    margin: 0;
    font-size: 100%;
}

ul {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

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

li {
    list-style-type: none;
    vertical-align: baseline;
}

*, *:before, *:after {
    box-sizing: border-box;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

/*--------------------------------------

　Base

---------------------------------------*/
html {
    font-size: 62.5%;
}

body {
    color: #000;
    font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Meiryo","Helvetica Neue","Arial","sans-serif";
    font-size: 1.5rem;
    line-height: 1.8;
    height: 100%;
    min-width: 1000px;
    /* overflow-x: auto; */
    /* background: url("img/top/mv.png") no-repeat right top / 60rem auto; */
}

body.fixed {
    /*overflow: hidden;*/
}

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

a {
    color: inherit;
    text-decoration: underline;
}

@media screen and (min-width: 1000px) {
    a:hover,a:hover img {
        color: inherit;
        text-decoration: none;
        opacity: 0.7;
    }

    .sp, .sp_br {
        display: none;
    }
}

.fl {
    float: left;
}

.fr {
    float: right;
}

span:not([class]) {
    background: linear-gradient(transparent 60%, rgba(247,135,51,0.5) 0%)
}

span.marker {
    color: #F78733;
    font-weight: bold;
}

strong:not([class]) {
    color: #F78733;
    font-weight: bold;
}

span.txt_bold {
    background: linear-gradient(transparent 60%, rgba(247,135,51,0.5) 0%);
}

p:not([class]) {
    margin: 0.5rem 0 2rem;
}

.caption {
    word-break: break-all;
    color: #979797;
    font-size: 1.2rem;
    line-height: 1.4;
}

.caption a {
    color: inherit;
}

/*--------------------------------------

　Header

---------------------------------------*/
header a {
    text-decoration: none;
}

header .inner {
    /* padding: 3rem 0; */
    display: flex;
    justify-content: space-between;
}

header .siteNameArea {
    width: 510px;
    margin-left: 11rem;
    line-height: 1.2;
    position: relative;
    z-index: 11;
    position: fixed;
}

header .siteNameArea .siteName {
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.2;
    color: #1A2930;
}

header .siteNameArea div {
    font-size: 1.2rem;
}

header .siteNameArea .siteName .green {
    display: inline-block;
    background-color: #4ABDAC;
    color: #fff;
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 0 0.5rem;
}

header .siteNameArea .siteName div:last-child {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.6;
}

header .textArea {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 7rem;
    margin-bottom: 2rem;
    margin-left: 2rem;
}

header .fixArea {
    position: fixed;
    width: 100%;
    padding: 0 0rem 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    background: rgb(255 255 255 / 0.9);
}

header .fixArea .logoArea {
    width: 75px;
    position: relative;
    z-index: 11;
}

header .fixArea .rightArea {
    display: flex;
    justify-content: flex-end;
    line-height: 0;
}

header .fixArea .rightArea .bannerArea {
    width: 28rem;
    margin-right: 0;
    position: relative;
    z-index: 11;
    margin-right: 2rem;
}

header .fixArea .rightArea .bannerArea a {
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: #169689;
    color: #fff;
    line-height: 1.86;
    font-weight: 700;
}

header .fixArea .rightArea .bannerArea a > div {
    display: table-cell;
    vertical-align: middle;
    width: 8.3rem;
    text-align: right;
}

header .fixArea .rightArea .bannerArea a > div:first-child {
    padding: 0 0 0 1.5rem;
    line-height: 1.26;
    font-size: 1.4rem;
    text-align: center;
    font-size: 1.5rem;
    width: 21rem;
}

header .fixArea .rightArea .bannerArea a img {
    line-height: 1;
    width: auto;
    height: 75px;
}

header .fixArea .rightArea .btnArea {
    width: 75px;
    height: 75px;
    position: relative;
    z-index: 11;
    background: url("img/btn_gnav_close.jpg") no-repeat center top / 100% auto;
}

header .fixArea .rightArea .navArea {
    margin: 0 0.8rem 0 0;
    box-sizing: border-box;
    /* display: -webkit-box !important; */
    display: -moz-box !important;
    display: -ms-flexbox !important;
    /* display: -webkit-flex !important; */
    /* display: flex !important; */
    flex-wrap: wrap;
    /* display: none; */
    align-items: center;
    display: flex;
    justify-content: center;
    background: #1A2930;
}

header .fixArea .rightArea .navArea .nav_list_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

header .fixArea .rightArea .navArea .nav_list {
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.8;
    position: relative;
}

header .fixArea .rightArea .navArea .nav_list::before {
    /* content: ''; */
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    height: 100%;
    border-left: 1px solid rgba(176, 176, 176, 0.5);
}

header .fixArea .rightArea .navArea .nav_list a {
    display: block;
    padding: 1rem 0rem 1rem;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1.4;
    width: 4vw;
    font-size: 0.6vw;
    color: #fff;
}

header .fixArea .rightArea .navArea .nav_sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    width: 165px;
    margin: 0 auto 0;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}

header .fixArea .rightArea .navArea .nav_sub:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-bottom: 10px solid #fff;
}

header .fixArea .rightArea .navArea .nav_list:hover .nav_sub {
    display: block;
}

header .fixArea .rightArea .navArea .nav_sub_list {
    margin: 0 0 1rem;
    padding: 0 0 0 1.2rem;
    line-height: 1.4;
    position: relative;
}

header .fixArea .rightArea .navArea .nav_sub_list::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background: #30e8a7;
    width: 9px;
    height: 9px;
    box-sizing: border-box;
    border-radius: 50%;
}

header .fixArea .rightArea .navArea .nav_sub_list:last-child {
    margin: 0 0 0;
}

header .fixArea .rightArea .navArea .nav_sub_list a {
    padding: 0 0;
}

@media screen and (min-width: 999px) {
    header .fixArea .rightArea .btnArea {
        cursor: pointer;
    }

    header .fixArea .rightArea .btnArea:hover {
        opacity: 1;
    }
}

header .fixArea .rightArea .btnArea.open img {
    display: none;
}

header .fixArea .menuArea {
    display: none;
    position: absolute;
    width: 375px;
    height: 100%;
    min-height: 100vh;
    overflow-y: scroll;
    background-color: #fff;
    top: 0;
    right: 0;
    overflow-x: hidden;
}

header .fixArea .menuArea::-webkit-scrollbar {
    display: none;
}

header .fixArea .menuArea .inner {
    display: block;
    width: 100%;
    margin: 0 1.7rem;
    padding: 9.8rem 28px 3rem 0;
}

/*--------------------------------------

　Global Nav

---------------------------------------*/
.menuArea .footBox {
    margin: 0 0 3.6rem;
}

.menuArea .footBox .sttl {
    border-bottom: 1px solid #1A2930;
    padding: 0 0 1.0rem;
}

.menuArea .footBox .sttl a {
    display: inline-block;
    font-weight: bold;
    color: #1A2930;
    font-size: 1.5rem;
    line-height: 1.4;
    padding-right: 2.0rem;
    position: relative;
}

.menuArea .footBox .sttl a::after {
    content: "";
    width: 7px;
    height: 7px;
    background: url("img/arrow_navy.svg") no-repeat right 50% / 100% auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footBox .accChild {
    display: flex;
    flex-wrap: wrap;
}

.footBox .accChild li {
    width: 100%;
    padding-right: 2rem;
    margin: 2rem 0 0;
    line-height: 1.3;
}

.footBox .accChild li a {
    display: block;
    background: url("img/arrow_navy.svg") no-repeat right 50% / 7px auto;
    padding-right: 1.4rem;
    font-size: 1.3rem;
}

.footBox .accChild li a br {
    display: none;
}

.footBox .accChild .subList {
    padding: 0 0 0 1.5rem;
    margin: 0 0 0 0;
}

.footBox .accChild .subList li {
    padding: 0.2rem 0 0 0;
    display: block;
    float: none;
    margin: 0;
    position: relative;
}

.footBox .accChild .subList li::before {
    content: "└";
    color: #333;
    position: absolute;
    top: 2px;
    left: 0;
    margin-right: 0.4rem;
}

.footBox .accChild .subList li a {
    font-size: 1.3rem;
    background-image: none;
    padding: 0 0 0 1.8rem;
}

/*--------------------------------------

　Footer

---------------------------------------*/
footer {
    padding: 7rem 0 0;
    border-top: #1A2930 solid 1px;
    background-color: #fff;
    position: relative;
    /* margin-top: 10rem; */
}

footer a {
    text-decoration: none;
}

footer #page-top {
    width: 75px;
    height: 75px;
    background-color: #1A2930;
    padding: 1.4rem 0 0;
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
}

footer #page-top span {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    position: relative;
    padding-top: 1.4rem;
}

footer #page-top span::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url("img/arrow_white.svg") no-repeat center top / 100% auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -7px;
    transform: rotate(-90deg);
}

footer .inner {
    width: 72%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    padding-right: 80px;
}

footer .inner .aboutArea {
    width: 16vw;
}

footer .aboutArea .logo {
    width: 79px;
}

footer .aboutArea .siteName {
    margin: 0.8rem 0 0;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.3;
}

footer .aboutArea .siteName .green {
    display: inline-block;
    background-color: #4ABDAC;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.7rem;
    padding: 0.2rem 0.4rem;
}

footer .aboutArea .siteName + p {
    margin: 0.7rem 0 0;
    color: #707070;
    font-size: 1.2rem;
    line-height: 1.25;
}

footer .aboutArea .noticeArea {
    margin: 3.6rem 0 0;
    color: #1A2930;
    font-size: 1.2rem;
    line-height: 1.333;
}

footer .aboutArea .noticeArea a {
    text-decoration: underline;
}

footer .inner .menuArea {
    width: 47vw;
}

footer .inner .botArea {
    width: 100%;
    margin: 3.8rem auto;
    display: table;
}

footer .inner .botArea .left, footer .inner .botArea .right {
    display: table-cell;
    vertical-align: bottom;
}

footer .inner .botArea .left div:first-child {
    font-size: 1rem;
}

footer .inner .botArea .left div:last-child {
    display: inline-block;
    font-size: 1rem;
    margin-top: 1em;
}

footer .inner .botArea .right .btn-link {
    display: inline-block;
    margin: 0;
}

.pagetop {
    font-size: 11px;
    position: absolute;
    right: 0;
    top: -30px;
}

.pagetop a {
    padding: 15px 0;
    display: block;
}

/*--------------------------------------

　Main Contents

---------------------------------------*/
#contents {
    width: 100%;
    margin: 0 auto;
}

#contents.lower {
    overflow-x: hidden;
    background: url(img/top/mv.png) no-repeat right top / 39vw auto;
    margin-top: -5rem;
}

#page, #category {
    width: 800px;
    margin: 0 auto;
}

#page > *:last-child, #category > *:last-child {
    margin-bottom: 10rem;
    /* margin-top: 10rem; */
}

#contents.lower.sitemap a br {
    display: none;
}

/*--------------------------------------

　Pankuzu

---------------------------------------*/
#pankuzu {
    font-size: 1rem;
    line-height: 1.4;
    color: #4ABDAC;
    margin: 0 2rem;
}

#pankuzu span {
    background: none;
}

#pankuzu span br {
    display: none;
}

#pankuzu a {
    text-decoration: none;
    color: inherit;
    color: #4ABDAC;
}

#pankuzu > span:last-child {
    color: #000000;
}

/*--------------------------------------

　検索フォーム

---------------------------------------*/
#searchArea {
    width: auto;
    margin: 20px auto 100px;
    padding: 30px 0 0;
    border-top: 1px solid #d9d9d9;
}

#searchArea .boxTtl {
    margin: 0 0 20px;
    line-height: 1.5;
    font-size: 30px;
    text-align: center;
}

#searchform {
    border: none;
    padding: 20px 30px;
    box-shadow: none;
    margin: 0 35px;
    background: #f0f0f1;
}

#searchform .trParts {
    background: #fff;
    margin: 20px 0;
    border-radius: 4px;
    display: table;
    width: 100%;
}

#searchform .thParts {
    display: table-cell;
    vertical-align: middle;
    background: #DDD;
    width: 20%;
    text-align: center;
}

#searchform .tdParts {
    padding: 16px;
    display: table-cell;
    vertical-align: middle;
}

#searchform .tdParts .checkParts {
    display: inline-block;
    padding: 0 20px 0 0;
}

/* checkboxボタン01 */
#searchform .tdParts input[type="checkbox"] {
    display: none;
}

#searchform .tdParts label.checkbox01 {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
}

#searchform .tdParts label.checkbox01::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
}

#searchform .tdParts input[type="checkbox"]:checked + label.checkbox01::after {
    position: absolute;
    content: '';
    top: 8px;
    left: 3px;
    width: 13px;
    height: 5px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* radioボタン01 */
label.radio01 {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
}

label.radio01::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
}

#searchform .tdParts input[type="radio"] {
    display: none;
}

#searchform .tdParts input[type="radio"]:checked + label.radio01::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #333;
    border-radius: 100%;
}

#searchform input[type="submit"] {
    display: block;
    width: 200px;
    margin: 0 auto;
    background: 97% 50% no-repeat #333;
    background-size: 8px auto;
    border-radius: 4px;
    border: none;
    padding: 10px 26px 10px;
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    text-decoration: none;
}

#searchform input[type="submit"]:hover {
    opacity: 0.7;
}

/*--------------------------------------

　検索結果

---------------------------------------*/
#resultArea {
}

#resultArea .exBox {
    margin: 0 0 30px;
    padding: 30px;
    display: block;
    background-color: #EEE;
}

#resultArea a.exBox {
    color: #444;
    text-decoration: none;
}

#resultArea .exBox .leftArea {
    float: left;
    width: 500px;
}

#resultArea .exBox .leftArea .boxTtl {
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dashed#333;
}

#resultArea .exBox .rightArea {
    float: right;
    width: 220px;
}

#resultArea .exBox .rightArea img {
    width: 220px;
    height: 120px;
    margin: 0 0 10px;
    object-fit: cover;
}

#resultArea .exBox .rightArea .btnParts {
    display: block;
    width: auto;
    margin: 0 auto;
    background: 97% 50% no-repeat #333;
    background-size: 8px auto;
    border-radius: 4px;
    border: none;
    padding: 10px 26px 10px;
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    text-decoration: none;
    text-align: center;
}

/*--------------------------------------

　parts

---------------------------------------*/
/*--------------------------------------
 table
---------------------------------------*/
table {
    border: 1px solid #6B6B6B;
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    table-layout: fixed;
    width: 100%;
    margin: 2rem 0;
}

th {
    background-color: #EFEDF1;
    border: 1px solid #6B6B6B;
    text-align: center;
    padding: 1.3rem;
}

td {
    border: 1px solid #6B6B6B;
    padding: 1.3rem;
    background: #fff;
}

/*--------------------------------------
 list
---------------------------------------*/
ul:not([class]) {
    margin: 2rem;
}

ul:not([class]) li {
    padding-left: 2rem;
    position: relative;
    line-height: 1.4;
}

ul:not([class]) li + li {
    margin-top: 1em;
}

ul:not([class]) li::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 0.5em;
}

/*--------------------------------------
　下層見出し
---------------------------------------*/
h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    line-height: 1.4;
    margin: 3em 0 2rem;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    text-decoration: none;
}

.lower h1 a,.lower h2 a,.lower h3 a,.lower h4 a,.lower h5 a,.lower h6 a {
    color: inherit;
    display: block;
    background: url("img/arrow_green.svg") no-repeat right 50% / 8px auto;
    padding-right: 2rem;
}

@media screen and (min-width: 1000px) {
    .lower h1 a:hover,.lower h2 a:hover,.lower h3 a:hover,.lower h4 a:hover,.lower h5 a:hover,.lower h6 a:hover {
        color: #4ABDAC;
        opacity: 1;
    }
}

.lower .mv {
    padding: 7rem 0;
    min-height: 20rem;
}

.lower .mv h1:not([class]) {
    font-size: 4.5rem;
    color: #000000;
    line-height: 1.38;
    margin: 3rem 0 0;
}

.lower h2:not([class]) {
    background: #1A2930;
    color: #fff;
    font-size: 2.7rem;
    padding: 2.3rem 2.4rem;
    position: relative;
    z-index: 1;
}

.lower h2:not([class])::after {
    content: "";
    width: 50vw;
    height: 100%;
    background: #1A2930;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
}

.lower h3:not([class]) {
    font-size: 2.4rem;
    padding: 0 0 1rem;
    border-bottom: solid 1px #1A2930;
}

.lower h4:not([class]) {
    font-size: 2.1rem;
    padding-left: 1rem;
    position: relative;
}

.lower h4:not([class])::before {
    content: "";
    width: 5px;
    height: 100%;
    background-color: #1A2930;
    position: absolute;
    left: 0;
    top: 0;
}

/*--------------------------------------
 float img
---------------------------------------*/
.float-wrap {
    margin: 2rem 0;
}

.float-wrap .float-img + p {
    margin-top: 0;
}

.float-wrap .text {
    overflow: hidden;
}

.float-wrap .catch {
    color: #F78733;
    font-weight: 700;
    line-height: 1.6;
    font-size: 1.8rem;
    margin: 0 0 2rem;
}

.float-wrap .float-img {
    width: 330px;
    text-align: center;
    margin-bottom: 1rem;
}

.float-wrap .ct {
    width: 420px;
    margin: 0 auto 2rem;
}

.float-wrap .flame {
    margin: 0 auto 1rem;
}

.float-wrap .fl {
    padding-right: 3rem;
}

.float-wrap .fr {
    padding-left: 3rem;
}

.float-wrap .ct {
    width: 420px;
}

.float-wrap .ct + .catch {
    text-align: center;
}

/*--------------------------------------
　ボタン
---------------------------------------*/
.btn-internal, .btn-web, .btn-tel {
    max-width: 60%;
    min-width: 258px;
    text-align: center;
    margin: 3rem auto;
}

.btn-internal a, .btn-web a, .btn-tel a {
    display: block;
    padding: 2rem 10%;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #000;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    border-radius: 1000px;
    border: solid 1px #707070;
    background-color: #fff;
}

.btn-web a {
    background-color: #ff7812;
    border: solid 1px #ff7812;
    color: #fff;
}

.btn-tel a {
    background-color: #7E7E7E;
    border: solid 1px #7E7E7E;
    color: #fff;
}

.btn-internal a:after, .btn-web a:after, .btn-tel a:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url("img/arrow_black.svg") no-repeat top center /100% auto;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

.btn-web a:after, .btn-tel a:after {
    background-image: url("img/arrow_white.svg");
}

.btn-link {
    margin: 2rem auto;
    text-align: right;
}

.btn-link a {
    display: inline-block;
    padding-right: 1.4rem;
    background: url("img/arrow_black.svg") no-repeat right 50% / 12px auto;
    line-height: 1.4;
    font-weight: bold;
}

.btn-tel {
    display: none;
}

/*--------------------------------------
　もくじ
---------------------------------------*/
/*--------------------------------------
　toc_parts
---------------------------------------*/
.toc_parts {
    background: #fff;
    max-width: 800px;
    margin: 5rem auto 8rem;
    padding: 2rem 3rem 4rem;
    box-sizing: border-box;
    border: 1px solid #8b9194;
    border-radius: 10px;
    position: relative;
}

.toc_parts .toc_ttl {
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

#toc {
    margin: 3rem 0 0 0;
    overflow: hidden;
    /* テキストを隠す */
    position: relative;
}

/* 最初に見えてるテキストエリアの高さ */
#toc.is-hide {
    height: 120px;
}

/* テキストをグラデーションで隠す */
#toc::before {
    content: '';
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 50%, #fff 100% );
    background: linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 50%, #fff 100% );
    width: 100%;
    height: 100px;
    /* グラデーションで隠す高さ */
    transition: all 0.4s;
    z-index: 1;
}

/* 続きを見るボタンをクリックしたらグラデーションを消す */
.toc_parts .toc_ttl.is-show + #toc::before {
    background: none;
    height: auto;
}

#toc .chapter {
    margin: 0 0 0;
    padding-left: 3rem;
}

#toc .chapter li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 2.9rem;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.8;
    overflow-wrap: break-word;
    position: relative;
    counter-increment: toccount;
}

#toc .chapter li::before {
    content: counter(toccount, decimal-leading-zero);
    position: absolute;
    top: -5px;
    left: 0;
    background: none;
    width: inherit;
    height: inherit;
    border-radius: 0;
    color: #1a9d8a;
    font-size: 1.8rem;
    font-weight: bold;
}

#toc .chapter li:last-child {
    margin: 0 0 0 0;
}

#toc .chapter li a {
    /* font-weight: bold; */
}

#toc .chapter .chapter {
    margin: 0;
}

#toc .chapter .chapter li {
    margin: 0 0 1rem;
    padding: 0 0 0 1.5rem;
    font-size: 1.5rem;
    position: relative;
    counter-increment: none;
}

#toc .chapter .chapter li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    border-top: solid 1px #2c363c;
    border-right: solid 1px #2c363c;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#toc .chapter li br {
    display: none;
}

.toc_parts_wrap {
    background: #fff;
    border: 1px solid #8b9194;
    border-radius: 100px;
    padding: 1rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    cursor: pointer;
    font-weight: normal;
    width: 250px;
    text-align: center;
    color: #2c363c;
    font-size: 1.3rem;
}

.toc_parts_wrap::before, .toc_parts_wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2rem;
    background: #8b9194;
    width: 15px;
    height: 1px;
    margin-top: -1px;
    transition: all 0.4s;
}

.toc_parts_wrap::after {
    transform: rotate(90deg);
}

.toc_parts_wrap.is-show::before {
    display: none;
}

.toc_parts_wrap.is-show::after {
    transform: rotate(180deg);
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .toc_parts {
        max-width: 100%;
        margin: 3rem auto 5rem;
        padding: 2rem 2rem 4rem;
        border: 1px solid #8b9194;
        border-radius: 5px;
    }

    .toc_parts .toc_ttl {
        font-size: 1.5rem;
    }

    .toc_parts .toc_ttl::before, .toc_parts .toc_ttl::after {
        width: 20px;
        height: 1px;
    }

    #toc {
        margin: 2rem 0 0 0;
    }

    #toc .chapter li {
        margin: 0 0 1rem 0;
        padding: 0 0 0 3.5rem;
        font-size: 1.5rem;
        line-height: 1.5;
    }

    #toc .chapter li::before {
        top: -3px;
        font-size: 1.8rem;
    }

    #toc .chapter .chapter {
        margin: 0 0 0 4rem;
    }

    #toc .chapter .chapter li {
        font-size: 1.4rem;
    }

    #toc .chapter .chapter li::before {
        top: 5px;
        width: 6px;
        height: 6px;
    }

    .toc_parts_wrap {
        padding: 1.4rem;
        width: 150px;
        border: 1px solid #8b9194;
        z-index: 2;
    }
}

/*--------------------------------------
　監修パーツ
---------------------------------------*/
.kanshu_parts {
    position: relative;
    z-index: 1;
    margin: 5rem 0;
    padding: 6rem 0;
}

.kanshu_parts::before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #F5F4F6;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    z-index: -1;
}

.kanshu_parts .title {
    display: inline-block;
    color: #F78733;
    font-size: 4rem;
    line-height: 1;
    position: relative;
}

.kanshu_parts .title::before {
    content: "";
    width: calc((100vw - 100%)/2);
    height: 1px;
    background-color: #F78733;
    position: absolute;
    left: 50%;
    margin-left: -50vw;
    bottom: -1px;
}

.kanshu_parts .title::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #F78733;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.kanshu_parts .wrap {
    overflow: hidden;
    margin: 3rem 0 0;
    display: flex;
    flex-wrap: wrap;
}

#contents.lower .kanshu_parts .wrap .pic {
    width: 42%;
}

#contents.lower .kanshu_parts .wrap .btn {
    width: 100%;
    float: left;
    text-align: center;
}

.kanshu_parts .wrap .pic, .kanshu_parts .wrap .btn {
    width: 100%;
    float: left;
}

.kanshu_parts .wrap .pic .name {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.2;
}

.kanshu_parts .wrap .pic .name .small {
    font-size: 1.3rem;
    font-weight: normal;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    display: inline-block;
    margin-right: 1rem;
}

.kanshu_parts .wrap .pic .flame {
    margin: 2rem 0 6rem;
    width: 300px;
    order: 1;
}

.kanshu_parts .wrap .btn .btn-internal, .kanshu_parts .wrap .btn .btn-web {
    width: 45%;
    display: inline-block;
    margin: auto 1rem;
}

.kanshu_parts .wrap .btn div[class^="btn"] {
    max-width: 100%;
}

.kanshu_parts .wrap .text {
    float: right;
    width: 58%;
}

.kanshu_parts .wrap .text .catch {
    font-weight: 700;
    font-size: 1.8rem;
}

.kanshu_parts .wrap .text .pic {
    text-align: center;
    margin: 2rem 0;
}

/*--------------------------------------
　関連記事パーツ
---------------------------------------*/
.kanrenkiji_parts {
    /* margin: 3rem 0; */
    padding: 1.6rem 2rem;
    border-top: solid 1px #1A2930;
    border-bottom: solid 1px #1A2930;
    margin-bottom: 10rem;
    margin-top: 10rem;
}

.kanrenkiji_parts .title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
}

.kanrenkiji_parts .btn-link {
    margin: 1rem 0 0;
    text-align: left;
}

.kanrenkiji_parts .btn-link a {
    text-decoration: none;
    font-weight: normal;
}

.kanrenkiji_parts .btn-link a br {
    display: none;
}

/*--------------------------------------
　まとめパーツ
---------------------------------------*/
.matome_parts {
    border: solid 1px #1A2930;
    background-color: #fff;
    border-radius: 5px;
    padding: 3.6rem 3rem;
    padding-top: 0;
    margin: 8rem 0 5rem;
}

.matome_parts .title {
    width: 75%;
    background-color: #1A2930;
    border-radius: 5px;
    color: #fff;
    line-height: 1.55;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin: -3rem auto 3rem;
    padding: 1.6rem 1.4rem;
}

/*--------------------------------------
　インタビューパーツ01
---------------------------------------*/
.interview_parts01 {
    margin: 12rem -20rem 5rem;
    padding: 3.8rem 20rem;
    border: solid 1px #707070;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
}

.interview_parts01::before {
    content: "";
    width: 100%;
    height: 7rem;
    background: url("img/interview_parts01_text.png") no-repeat left 200px top 0 / auto 100%;
    position: absolute;
    top: -71px;
    left: 0;
}

.interview_parts01 .title {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    background-color: #1A2930;
    padding: 0.8rem 1rem;
    position: relative;
    z-index: 1;
}

.interview_parts01 .title .small {
    font-size: 1.8rem;
}

.interview_parts01 .title::before {
    content: "";
    width: 20rem;
    height: calc(100% + 1px);
    background-color: #1A2930;
    position: absolute;
    left: -20rem;
    top: 0;
    z-index: -1;
}

.interview_parts01 .wrap {
    border-top: #1A2930 solid 1px;
    padding: 3rem 0 0;
    display: flex;
    justify-content: space-between;
}

.interview_parts01 .wrap .storybox {
    background: #efedf1;
    padding: 2rem;
    border-radius: 5px;
}

.interview_parts01 .wrap .pic {
    width: 197px;
    line-height: 1.4;
}

.interview_parts01 .wrap .pic .flame {
    /* border: solid 1px #707070; */
    position: relative;
}

.interview_parts01 .wrap .pic .flame::after {
    content: "";
    width: 39px;
    height: 39px;
    background: url("img/interview_parts01_icon.png") no-repeat center top / 100% auto;
    position: absolute;
    right: -17px;
    top: -3px;
}

.interview_parts01 .wrap .pic > div:not([class]) {
    font-weight: bold;
    padding-left: 1rem;
    border-left: 5px solid #1A2930;
    margin: 5px 0 0 0;
}

.interview_parts01 .wrap .pic > p {
    font-size: 1.3rem;
    /* padding-left: 2.8rem; */
    margin: 1.4rem 0 0;
    /* width: 50%; */
    /* height: 5rem; */
}

.interview_parts01 .wrap .text {
    width: calc(100% - 230px);
}

.interview_parts01 .wrap .text .catch {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 2rem;
}

/*--------------------------------------
　インタビューパーツ02
---------------------------------------*/
.interview_parts02 .type01, .interview_parts02 .type02 {
    padding-left: 10rem;
    position: relative;
    margin: 5rem 0;
}

.interview_parts02 .type01::before {
    content: "";
    width: 79px;
    height: 1px;
    background-color: #1A2930;
    position: absolute;
    left: 0;
    top: 1em;
}

.interview_parts02 .type01 {
    font-weight: bold;
    font-size: 1.6rem;
}

.interview_parts02 .type02 .name {
    width: 8rem;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #1a9d8a;
}

.interview_parts02 .float-wrap .float-img {
    width: 410px;
}

/*--------------------------------------
　インタビューパーツ03
---------------------------------------*/
.interview_parts03 {
    margin: 5rem 0;
}

.interview_parts03_box {
    display: flex;
    justify-content: space-between;
}

.interview_parts03_box .arrow {
    width: 77px;
    text-align: center;
    background: #EFEDF1 url("img/interview_parts03_arrow.jpg") no-repeat center bottom / 100% auto;
    padding: 1rem;
    font-size: 2rem;
    line-height: 1.2;
    color: #1A2930;
}

.interview_parts03 .interview_parts03_box:last-child .arrow {
    background-image: none;
}

.interview_parts03_box .text {
    padding: 1rem 0 4rem;
    width: calc(100% - 107px);
}

.interview_parts03 .interview_parts03_box:last-child .text {
    padding-bottom: 1rem;
}

.interview_parts03_box .text .catch {
    color: #F78733;
    font-weight: 700;
    font-size: 1.6rem;
    margin: 0 auto 0.5rem;
}

.interview_parts03_box .text .float-wrap .float-img {
    width: 290px;
}

.interview_parts03_box .text *:last-child {
    margin-bottom: 0;
}

/*--------------------------------------
　faqパーツ
---------------------------------------*/
.faq_parts {
    margin: 6rem 0;
}

.faq_parts .qu {
    font-size: 1.8rem;
    line-height: 1.55;
    font-weight: 700;
    padding-top: 6.2rem;
    background: url("img/icon_qu.png") no-repeat left top / 49px auto;
    padding: 9px 0 3rem 5.9rem;
}

.faq_parts .an {
    background: rgba(223,220,227,0.3) url("img/icon_an.png") no-repeat left 1rem top 1.3rem / 30px auto;
    padding: 2rem 2rem 2rem 5.4rem;
    margin: 0 0 0 50px;
}

.faq_parts .an p:first-child {
    margin-top: 0;
}

.faq_parts .an p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------
 運営パーツ
---------------------------------------*/
#contents .unei_parts {
    margin: 5rem 0 0;
}

.unei_parts {
    position: relative;
    z-index: 1;
    padding: 7rem 39.5% 7rem 0;
}

.unei_parts::before {
    content: "";
    width: 100vw;
    height: 100%;
    background: #DFDCE3;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    z-index: -1;
}

.unei_parts::after {
    content: "";
    display: block;
    width: 42.5vw;
    height: 100%;
    background: url("img/unei_parts_bg.jpg") no-repeat left top / cover;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -50vw;
}

.unei_parts .title {
    font-size: 1.5rem;
    line-height: 1.2;
}

.unei_parts .title .bg {
    display: inline-block;
    background-color: #1A2930;
    padding: 0.7rem;
    margin-right: 1rem;
    color: #fff;
    font-weight: bold;
}

.unei_parts .catch {
    color: #1A2930;
    font-weight: 700;
    line-height: 1.5;
    font-size: 3rem;
    margin: 1rem 0 2rem;
}

@media screen and (max-width: 1000px) {
    html, body {
        width: 100%;
    }

    body {
        font-size: 1.4rem;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        position: relative;
        /* background: url(img/top/mv.png) no-repeat right top 7rem/ 50% auto; */
        /* background-attachment: fixed; */
    }

    .inner {
        width: 100%;
    }

    .pc, .pc_br {
        display: none;
    }

    p:not([class]) {
        margin: 1rem 0;
    }

    .caption {
        font-size: 1.0rem;
    }

    /*--------------------------------------

　header

 ---------------------------------------*/
    header .inner {
        display: block;
        padding: 1rem 4% 0.6rem;
        min-width: 100%;
        background-color: #fff;
    }

    header .siteNameArea {
        width: auto;
        margin: 0;
        background: url("img/logo.png") no-repeat left 50% / 70px auto;
        padding-left: 8.6rem;
        min-height: 60px;
        position: relative;
    }

    header .siteNameArea .siteName {
        font-size: 1.7rem;
    }

    header .siteNameArea .siteName .green {
        font-size: 1.2rem;
    }

    header .siteNameArea div:last-child {
        font-size: 1.2rem;
    }

    header .textArea {
        display: none;
    }

    header .fixArea {
        padding: 0;
        display: block;
        top: 0;
        left: 0;
        min-width: 100%;
        background: none;
        position: relative;
    }

    header .fixArea .rightArea {
    }

    header .fixArea .logoArea {
        display: none;
    }

    header .fixArea .rightArea .bannerArea {
        width: 83%;
        margin: 0;
        font-size: 1rem;
        line-height: 1.666;
        position: fixed;
        bottom: 0;
        left: 0;
    }

    header .fixArea .rightArea .bannerArea a {
        width: auto;
        max-width: 100%;
    }

    header .fixArea .rightArea .bannerArea a > div:first-child {
        padding: 0 1%;
        font-size: 4vw;
        width: 65%;
    }

    header .fixArea .rightArea .bannerArea a .small {
        font-size: 2.8vw;
        line-height: 2;
    }

    header .fixArea .rightArea .bannerArea a > div {
        width: 15%;
    }

    header .fixArea .rightArea .bannerArea a img {
        width: 100%;
        height: auto;
    }

    header .fixArea .rightArea .btnArea {
        width: 60px;
        height: 60px;
        position: fixed;
        top: -1px;
        right: -1px;
    }

    header .fixArea .menuArea {
        top: 0;
        min-height: 100vh;
        border-top: none;
        width: 100%;
        position: fixed;
    }

    header .fixArea .menuArea .inner {
        width: 100%;
        padding: 10rem 2rem 4rem;
        margin: 0;
    }

    header .fixArea .rightArea .navArea {
        display: block;
        position: absolute;
        width: 70px;
        height: 70px;
        position: fixed;
        bottom: 22vw;
        right: 0;
        margin: 0;
    }


header .fixArea .rightArea .navArea .nav_list_wrap {
    display: contents;
}

    
    header .fixArea .rightArea .navArea .nav_list a {padding: 1.5rem 0rem 1.5rem;width: 100%;font-size: 1.4rem;align-items: center;display: flex;justify-content: center;}

    /*--------------------------------------

　Global Nav

 ---------------------------------------*/
    .menuArea .footBox {
        margin: 0;
    }

    .menuArea {
        border-top: 1px solid #1A2930;
    }

    .menuArea .footBox .sttl {
        padding: 1rem 0;
    }

    .menuArea .footBox .sttl a {
        display: block;
    }

    .menuArea .footBox .sttl a::after {
        transform: translateY(-50%) rotate(90deg);
    }

    .menuArea .footBox .sttl.open a::after {
        transform: translateY(-50%) rotate(-90deg);
    }

    .footBox .sttl {
        border-bottom: 1px solid #ccc;
        padding: 0;
        margin: 0;
    }

    .footBox ul {
        padding: 0;
    }

    .footBox .accChild {
        display: block;
        display: none;
        font-size: 1.3rem;
        padding: 0;
    }

    .footBox .accChild li {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .footBox .accChild li a {
        display: block;
        font-size: 1.3rem;
        border-bottom: 1px solid #ccc;
        padding: 1.0rem 9% 1.0rem 4%;
    }

    footer .inner .botArea div:last-child {
        font-size: 1.2rem;
    }

    /*--------------------------------------

　footer

 ---------------------------------------*/
    footer {
        width: 100%;
        padding: 2rem 0 0;
    }

    footer #page-top {
        width: 16.7vw;
        height: 15.5vw;
        padding: 1rem 0 0;
    }

    footer .inner {
        width: 100%;
        padding: 0 4%;
    }

    footer .inner .aboutArea, footer .inner .menuArea {
        width: 100%;
    }

    footer .aboutArea .siteName + p {
        display: none;
    }

    footer .aboutArea .noticeArea {
        margin: 2rem 0;
    }

    footer .inner .botArea {
        display: block;
        margin-bottom: 0;
        margin: 2.5rem auto 0;
    }

    footer .inner .botArea .left, footer .inner .botArea .right {
        display: block;
    }

    footer .inner .botArea .right .btn-link {
        display: block;
        margin-top: 1.4rem;
        padding-bottom: 1rem;
    }

    /*--------------------------------------

  Main Contents

 ---------------------------------------*/
    #contents {
        width: 100%;
    }

    #contents.lower {
        width: 100%;
        padding: 0 2rem;
        background: url(img/top/mv.png) no-repeat right top / 70vw auto;
        margin-top: 0;
    }

    #page, #category {
        width: 100%;
    }

    /*--------------------------------------

  Pankuzu

 ---------------------------------------*/
    #pankuzu {
        overflow-x: auto;
        white-space: nowrap;
        padding: 0.8rem 0;
    }

    /*--------------------------------------

  検索フォーム

 ---------------------------------------*/
    /*--------------------------------------

  検索結果

 ---------------------------------------*/
    /*--------------------------------------

  parts

 ---------------------------------------*/
    /*--------------------------------------
  table
 ---------------------------------------*/
    table,table tbody,table tr,table th,table td {
        display: block;
        width: 100%;
    }

    table {
        border: none;
        border-top: 1px solid #6B6B6B;
    }

    table th,table td {
        border: 1px solid #6B6B6B;
        border-top: none;
    }

    /*--------------------------------------
  list
 ---------------------------------------*/
    ul:not([class]) {
        margin: 2rem 0;
    }

    /*--------------------------------------
  下層見出し
 ---------------------------------------*/
    .lower .mv {
        margin: 0 0 0;
        padding: 2rem 0;
        min-height: auto;
    }

    .lower .mv h1:not([class]) {
        font-size: 2.9rem;
        width: 85%;
        margin: 0;
    }

    .lower .mv p {
        color: #707070;
        font-size: 1rem;
        line-height: 1.6;
        width: 28rem;
    }

    .lower h2:not([class]) {
        font-size: 2.1rem;
        padding: 1.6rem 0.6rem;
    }

    .lower h3:not([class]) {
        font-size: 1.9rem;
    }

    .lower h4:not([class]) {
        font-size: 1.8rem;
    }

    .lower h4:not([class])::before {
        width: 4px;
    }

    /*--------------------------------------
  float img
 ---------------------------------------*/
    .float-wrap .text {
        overflow: hidden;
    }

    .float-wrap .catch {
        font-size: 1.5rem;
        margin: 0 0 1rem;
    }

    .float-wrap .float-img, .float-wrap .ct {
        float: none;
        width: 100%;
        margin: 0 auto 1rem;
    }

    .float-wrap .fl, .float-wrap .fr {
        padding: 0;
    }

    .float-wrap .ct + .catch {
        text-align: left;
    }

    /*--------------------------------------
  ボタン
 ---------------------------------------*/
    .btn-internal, .btn-web, .btn-tel {
        display: block;
        max-width: 90%;
        min-width: 90%;
        margin: 1rem auto !important;
    }

    .btn-internal a, .btn-web a, .btn-tel a {
        padding: 2rem 10%;
        font-size: 1.6rem;
    }

    /*--------------------------------------
  もくじ
 ---------------------------------------*/
    .toc_parts {
        margin-left: 0;
        position: relative;
        z-index: 1;
        /* padding-right: 0; */
    }

    .toc_parts::after {
        width: 100vw;
    }

    .toc_parts .ttl {
        font-size: 1.4rem;
        padding: 2rem 0;
        padding-right: 2.6rem;
    }

    .toc_parts .ttl::after {
        content: "";
        width: 12px;
        height: 1px;
    }

    .toc_parts .ttl.close::before {
        content: "";
        width: 1px;
        height: 12px;
        background-color: #000;
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
    }

    .toc_parts .ttl::before {
        content: "";
        width: 1px;
        height: 12px;
        right: 6px;
    }

    .toc_parts #toc {
        padding-bottom: 2rem;
    }

    #toc .chapter {
        counter-reset: count;
        columns: auto;
        padding-left: 0;
    }

    #toc ul.chapter .chapter-h::before {
        top: 12px;
    }

    #toc li.chapter-h.chapter-h-three::before {
        top: 8px;
    }

    /*--------------------------------------
  監修パーツ
 ---------------------------------------*/
    .kanshu_parts {
        margin: 4rem 0;
        padding: 4rem 0;
    }

    .kanshu_parts .title {
        font-size: 3.2rem;
    }

    .kanshu_parts .wrap {
        margin: 2rem 0 0;
    }

    .kanshu_parts .wrap .pic, .kanshu_parts .wrap .btn, .kanshu_parts .wrap .text {
        width: 100% !important;
        float: none;
    }

    .kanshu_parts .wrap .pic .name {
        font-size: 2.2rem;
    }

    .kanshu_parts .wrap .pic .name .small {
        display: block;
        font-size: 1.4rem;
    }

    .kanshu_parts .wrap .pic .flame {
        margin: 2rem 0;
        width: 100%;
    }

    .kanshu_parts .wrap .text .catch {
        font-size: 1.5rem;
    }

    /*--------------------------------------
  関連記事パーツ
 ---------------------------------------*/
    .kanrenkiji_parts .title {
        font-size: 1.5rem;
    }

    /*--------------------------------------
  まとめパーツ
 ---------------------------------------*/
    .matome_parts {
        margin: 7rem 0 4rem;
        padding: 0 2rem 2rem;
    }

    .matome_parts .title {
        width: 100%;
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    /*--------------------------------------
  インタビューパーツ01
 ---------------------------------------*/
    .interview_parts01 {
        margin: 7.6rem 0 4rem;
        padding: 2rem;
    }

    .interview_parts01::before {
        width: 100%;
        height: 3.6rem;
        background-position: left 20px bottom 0;
        top: -36px;
        left: 0;
    }

    .interview_parts01 .title::before {
        content: none;
    }

    .interview_parts01 .title {
        font-size: 2.1rem;
        width: 100%;
        text-align: right;
        line-height: 1.1;
        padding: 1.5rem 1rem;
    }

    .interview_parts01 .title .small {
        display: block;
        font-size: 1.5rem;
        text-align: left;
    }

    .interview_parts01 .wrap {
        display: block;
        padding: 2rem 0 0;
    }

    .interview_parts01 .wrap .pic {
        width: 100%;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
    }

    .interview_parts01 .wrap .pic > p {
        font-size: 3.3vw;
        padding-left: 2.8rem;
        margin: 1.4rem 0 0;
        width: 50%;
        height: 5rem;
    }

    .interview_parts01 .wrap .pic > div:not([class]) {
        font-weight: bold;
        padding-left: 1rem;
        border-left: 5px solid #1A2930;
        margin: -2rem 0 0 54%;
        width: 50%;
    }

    .interview_parts01 .wrap .text {
        width: 100%;
    }

    .interview_parts01 .wrap .pic .flame {
        width: 50%;
    }

    .interview_parts01 .wrap .pic .flame::after {
        width: 40px;
        height: 40px;
        left: 88%;
        /* bottom: -1rem; */
        top: 1rem;
    }

    .interview_parts01 .wrap .text {
        margin: 2rem 0 0;
    }

    .interview_parts01 .wrap .text .catch {
        font-size: 1.8rem;
    }

    /*--------------------------------------
  インタビューパーツ02
 ---------------------------------------*/
    .interview_parts02 .type01, .interview_parts02 .type02 {
        padding: 0;
        margin: 4rem 0;
    }

    .interview_parts02 .type01 {
        padding: 1rem 0 0;
        font-size: 1.4rem;
    }

    .interview_parts02 .type01::before {
        width: 105px;
        top: 0;
    }

    .interview_parts02 .type02 .name {
        position: relative;
        font-weight: bold;
    }

    .interview_parts02 .float-wrap .float-img {
        width: 100%;
    }

    /*--------------------------------------
  インタビューパーツ03
 ---------------------------------------*/
    .interview_parts03_box {
        display: block;
        margin-left: -2rem;
        padding-left: 5rem;
        position: relative;
    }

    .interview_parts03_box::after {
        content: "";
        width: 3.2rem;
        height: 100%;
        background: #EFEDF1 url(img/interview_parts03_arrow.jpg) no-repeat center bottom / 100% auto;
        position: absolute;
        left: 0;
        top: 0;
    }

    .interview_parts03 .interview_parts03_box:last-child::after {
        background-image: none;
    }

    .interview_parts03_box .arrow {
        width: 100%;
        background: none;
        padding: 0;
        margin: 0 0 1rem;
        text-align: left;
        font-size: 1.6rem;
    }

    .interview_parts03_box .text {
        width: 100%;
        padding: 0 0 4rem;
    }

    /*--------------------------------------
  faqパーツ
 ---------------------------------------*/
    .faq_parts {
        margin: 4rem 0;
    }

    .faq_parts .qu {
        padding-top: 5.2rem;
        background-size: 37px atuo;
        font-size: 1.4rem;
        padding: 6rem 0 3rem 0;
    }

    .faq_parts .an {
        padding: 5rem 2rem 2rem 2rem;
        margin: 0;
    }

    /*--------------------------------------
  運営パーツ
 ---------------------------------------*/
    .unei_parts {
        padding: 5rem 0;
    }

    .unei_parts::before {
        width: 100vw;
    }

    .unei_parts::after {
        content: none;
    }

    .unei_parts .title {
        font-size: 1.5rem;
    }

    .unei_parts .title .bg {
        /* border-radius: 10px; */
        font-size: 1.3rem;
    }

    .unei_parts .title::after {
        content: "";
        display: block;
        width: 100%;
        aspect-ratio: 1190 / 892;
        background: url("img/unei_parts_bg.jpg") no-repeat left top / 100% auto;
        margin-top: 2rem;
    }

    .unei_parts .catch {
        font-size: 1.8rem;
    }
}
