@charset "utf-8";
/**
w1680のカンプ上で
font-size
47
45
43
41
39px = 1.9rem
37px = 1.8rem
35px = 1.7rem
33px = 1.6rem
31px = 1.5rem
29px = 1.4rem
27px = 1.3rem
25px = 1.2rem
23px = 1.1rem
21px = 1rem
19px = 0.9rem
17px = 0.8rem
15px = 0.7rem
13px = 0.6rem
11px = 0.5rem
9px = 0.4rem

margin/padding 類
0.5rem = 約10px
0.75rem = 約15px
1rem = 約20px
1.25rem = 約25px
1.5rem = 約30px
2rem = 約40px


使用クラス名
・hero
・achievement
・service
・reason
・voice
・column
・contact
・news
・
*/

@charset "utf-8";

/**
 * configration
 */
@media (min-width: 1080px) {
    :root {
        --main-color: #ca2922;
        --second-color: #f8b500;
        --second-light-color: #FEE799;
        --second-very-light-color: #FEF4D9;
        --font-01: calc(100vw / 80 * 0.1);
        --font-02: calc(100vw / 80 * 0.2);
        --font-03: calc(100vw / 80 * 0.3);
        --font-04: calc(100vw / 80 * 0.4);
        --font-05: calc(100vw / 80 * 0.5);
        --font-06: calc(100vw / 80 * 0.6);
        --font-07: calc(100vw / 80 * 0.7);
        --font-075: calc(100vw / 80 * 0.75);
        --font-08: calc(100vw / 80 * 0.8);
        --font-085: calc(100vw / 80 * 0.85);
        --font-09: calc(100vw / 80 * 0.9);
        --font-10: calc(100vw / 80);
        --font-11: calc(100vw / 80 * 1.1);
        --font-12: calc(100vw / 80 * 1.2);
        --font-13: calc(100vw / 80 * 1.3);
        --font-14: calc(100vw / 80 * 1.4);
        --font-15: calc(100vw / 80 * 1.5);
        --font-16: calc(100vw / 80 * 1.6);
        --font-17: calc(100vw / 80 * 1.7);
        --font-18: calc(100vw / 80 * 1.8);
        --font-19: calc(100vw / 80 * 1.9);
        --font-20: calc(100vw / 80 * 2.0);
        --font-21: calc(100vw / 80 * 2.1);
        --font-22: calc(100vw / 80 * 2.2);
        --font-23: calc(100vw / 80 * 2.3);
        --font-24: calc(100vw / 80 * 2.4);
        --font-25: calc(100vw / 80 * 2.5);
        --font-26: calc(100vw / 80 * 2.6);
        --font-27: calc(100vw / 80 * 2.7);
        --font-28: calc(100vw / 80 * 2.8);
        --font-29: calc(100vw / 80 * 2.9);
        --font-30: calc(100vw / 80 * 3.0);
        --font-31: calc(100vw / 80 * 3.1);
        --font-32: calc(100vw / 80 * 3.2);
        --font-33: calc(100vw / 80 * 3.3);
        --font-34: calc(100vw / 80 * 3.4);
        --font-35: calc(100vw / 80 * 3.5);
    }
}

@media screen and (min-width: 640px) and (max-width: 1079px) {
    :root {
        --main-color: #ca2922;
        --second-color: #ffc204;
        --second-light-color: #FEE799;
        --second-very-light-color: #FEF4D9;
        --font-01: calc(100vw / 66.4 * 0.1);
        --font-02: calc(100vw / 66.4 * 0.2);
        --font-03: calc(100vw / 66.4 * 0.3);
        --font-04: calc(100vw / 66.4 * 0.4);
        --font-05: calc(100vw / 66.4 * 0.5);
        --font-06: calc(100vw / 66.4 * 0.6);
        --font-07: calc(100vw / 66.4 * 0.7);
        --font-075: calc(100vw / 66.4 * 0.75);
        --font-08: calc(100vw / 66.4 * 0.8);
        --font-085: calc(100vw / 66.4 * 0.85);
        --font-09: calc(100vw / 66.4 * 0.9);
        --font-10: calc(100vw / 66.4);
        --font-11: calc(100vw / 66.4 * 1.1);
        --font-12: calc(100vw / 66.4 * 1.2);
        --font-13: calc(100vw / 66.4 * 1.3);
        --font-14: calc(100vw / 66.4 * 1.4);
        --font-15: calc(100vw / 66.4 * 1.5);
        --font-16: calc(100vw / 66.4 * 1.6);
        --font-17: calc(100vw / 66.4 * 1.7);
        --font-18: calc(100vw / 66.4 * 1.8);
        --font-19: calc(100vw / 66.4 * 1.9);
        --font-20: calc(100vw / 66.4 * 2.0);
        --font-21: calc(100vw / 66.4 * 2.1);
        --font-22: calc(100vw / 66.4 * 2.2);
        --font-23: calc(100vw / 66.4 * 2.3);
        --font-24: calc(100vw / 66.4 * 2.4);
        --font-25: calc(100vw / 66.4 * 2.5);
        --font-26: calc(100vw / 66.4 * 2.6);
        --font-27: calc(100vw / 66.4 * 2.7);
        --font-28: calc(100vw / 66.4 * 2.8);
        --font-29: calc(100vw / 66.4 * 2.9);
        --font-30: calc(100vw / 66.4 * 3.0);
        --font-31: calc(100vw / 66.4 * 3.1);
        --font-32: calc(100vw / 66.4 * 3.2);
        --font-33: calc(100vw / 66.4 * 3.3);
        --font-34: calc(100vw / 66.4 * 3.4);
        --font-35: calc(100vw / 66.4 * 3.5);
    }
}
@media (max-width: 639px) {
    :root {
        --main-color: #ca2922;
        --second-color: #ffc204;
        --second-light-color: #FEE799;
        --second-very-light-color: #FEF4D9;
        --font-01: calc(100vw / 35 * 0.1);
        --font-02: calc(100vw / 35 * 0.2);
        --font-03: calc(100vw / 35 * 0.3);
        --font-04: calc(100vw / 35 * 0.4);
        --font-05: calc(100vw / 35 * 0.5);
        --font-06: calc(100vw / 35 * 0.6);
        --font-07: calc(100vw / 35 * 0.7);
        --font-075: calc(100vw / 35 * 0.75);
        --font-08: calc(100vw / 35 * 0.8);
        --font-085: calc(100vw / 35 * 0.85);
        --font-09: calc(100vw / 35 * 0.9);
        --font-10: calc(100vw / 35);
        --font-11: calc(100vw / 35 * 1.1);
        --font-12: calc(100vw / 35 * 1.2);
        --font-13: calc(100vw / 35 * 1.3);
        --font-14: calc(100vw / 35 * 1.4);
        --font-15: calc(100vw / 35 * 1.5);
        --font-16: calc(100vw / 35 * 1.6);
        --font-17: calc(100vw / 35 * 1.7);
        --font-18: calc(100vw / 35 * 1.8);
        --font-19: calc(100vw / 35 * 1.9);
        --font-20: calc(100vw / 35 * 2.0);
        --font-21: calc(100vw / 35 * 2.1);
        --font-22: calc(100vw / 35 * 2.2);
        --font-23: calc(100vw / 35 * 2.3);
        --font-24: calc(100vw / 35 * 2.4);
        --font-25: calc(100vw / 35 * 2.5);
        --font-26: calc(100vw / 35 * 2.6);
        --font-27: calc(100vw / 35 * 2.7);
        --font-28: calc(100vw / 35 * 2.8);
        --font-29: calc(100vw / 35 * 2.9);
        --font-30: calc(100vw / 35 * 3.0);
        --font-31: calc(100vw / 35 * 3.1);
        --font-32: calc(100vw / 35 * 3.2);
        --font-33: calc(100vw / 35 * 3.3);
        --font-34: calc(100vw / 35 * 3.4);
        --font-35: calc(100vw / 35 * 3.5);
        --font-36: calc(100vw / 35 * 3.6);
        --font-37: calc(100vw / 35 * 3.7);
        --font-38: calc(100vw / 35 * 3.8);
        --font-39: calc(100vw / 35 * 3.9);
        --font-40: calc(100vw / 35 * 4.0);
    }
}


/**
 * base style
 */
@media screen and (min-width: 1080px) {
    html, body {
        font-size: calc(100vw / 80);
    }
    .pc-hidden {
        display: none;
    }
}
@media screen and (min-width: 640px) and (max-width: 1079px) {
    html, body {
        font-size: calc(100vw / 60);
    }
    .tb-hidden {
        display: none;
    }
}
@media screen and (max-width: 639px) {
    html, body {
        font-size: calc(100vw / 25);
    }
    body.open {
        overflow-y: hidden !important;
    }
    .tb-hidden {
        display: none !important;
    }
    .sp-hidden {
        display: none !important;
    }
}

body {
    font-family: 'Shin Maru Go Regular', sans-serif;
    line-height: 1.5;
}

a {color: var(--main-color); cursor: pointer;}

h1, h2, h3, h4, strong, b, .bold {
    font-family: 'Jun 501', sans-serif;
}


img {
    width: 100%;
    height: auto;
}
::placeholder {
    color: #ccc;
}

table {
    border-collapse: collapse;
}
table th, table td {
    border: solid 1px black;
}

.space02 {
    margin-bottom: 2rem;
}

.space04 {
    margin-bottom: 4rem;
}

.space06 {
    margin-bottom: 6rem;
}

.__need_picture {
    border: 3px solid blue;
}


/*--------------------------------------
 *
 * layout
 *
 *--------------------------------------*/

/*******
 * PC
 *******/
/* header */
.layout__header {
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    padding: .7rem 1rem;
    justify-content: space-between;
    background-color: #fff;
    width: 100%;
    z-index: 99999;
    transition: all .3s;
    z-index: 999999;
}

/* body */
.layout__body {
    display: flex;
    margin-top: 5.6rem;
}

.header__logo {
    width: 16.7rem;
    transition: all .3s;
}

/* sidebar */
.layout__sidebar {
    width: 15rem;
    position: -webkit-sticky;
    position: sticky;
    top: 5.6rem; /*.layout__bodyのmargin-topに揃える*/
    height: calc(100vh - 5.6rem); /*.layout__bodyのmargin-topに揃える*/
    padding: 0 0 2rem;
    overflow-y: scroll;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    transition: all .3s;
    z-index: 99999;
}
.js__scrolled .layout__sidebar {
    top: 4.5rem;
    height: calc(100vh - 4.5rem);
}

.layout__sidebar::-webkit-scrollbar {
    display: none;
}

.layout__main {
    width: 65rem; /*64.7*/
    overflow: hidden;
}

.layout__main_inner {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: .1rem;
    line-height: 1.5;
}

/*******
 * Tablet
*******/
@media screen and (min-width: 640px) and (max-width: 1079px) {
    /* sidebar */
    .layout__sidebar {
        position: fixed;
        top: 4.7rem;
        right: -120%;
        width: 100%;
        height: 100vh;
        transition: right 0.6s;
        padding: 1.2rem 0.6rem;
        background-color: #fff;
    }

    .layout__sidebar.open {
        position: fixed;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }

    .js__scrolled .layout__sidebar {
        top: 3.2rem;
    }

    /* main */
    .layout__main {
        width: 100%;
    }

    .layout__main_inner {
        padding: 0 1rem;
    }
}

/*******
 * SP
*******/
@media (max-width: 639px) {
    /* header */
    .layout__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.6rem;
    }
    .js__scrolled .header__menu_sp {
        top: .5rem;
    }
    .js__scrolled .header__menu_sp.open {
        top: .8rem;
        right: 1.5rem;
    }

    /* sidebar */
    .layout__sidebar {
        position: fixed;
        top: 5.6rem; /*.layout__bodyのmargin-topに揃える*/
        right: -120%;
        width: 100%;
        height: 100vh;
        transition: right 0.6s;
        padding: 1.2rem 0.6rem;
        background-color: #fff;
    }
    .layout__sidebar.open {
        position: fixed;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        padding-top: .8rem;
        padding-left: 0;
        padding-right: 0;
    }
    .js__scrolled .layout__sidebar {
        top: 3.3rem;
    }

    /* main */
    .layout__main {
        width: 100%;
    }

    .layout__main_inner {
        padding: 0 0.6rem;
    }

    /* footer */
    .layout__footer {
        text-align: center;
    }
}



/*--------------------------------------
 *
 * header
 *
 *--------------------------------------*/
/*******
 * PC
 *******/
.header__branding {
    color: var(--main-color);
    font-weight: 500;
    white-space: nowrap;
    margin: 0;
    display: inline-block;
    transition: all .3s;
}
.header__branding span {
    font-size: var(--font-11);
}
.header__branding:hover {
    opacity: .7;
}

.header__menu {
    display: flex;
    align-items: center;
}

.header__tel {
    margin: -.1rem .75rem 0 0;
    font-size: var(--font-075);
    font-weight: 500;
    line-height: 1.1;
    white-space: nowrap;
    color: var(--main-color);
    text-align: center;
}

.header__tel strong {
    white-space: nowrap;
    font-size: var(--font-14);
}

.header__list {
    display: flex;
}

.header__list_button {
    min-width: 8.25rem;
    transition: all .3s;
}

.header__list_button a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: var(--font-08);
    padding: .35rem .7rem;
    box-shadow: 0 2px 3px 1px #ccc;
    transition: all .3s;
    vertical-align: bottom;
}

.header__list_button i {
    margin-right: .3rem;
    font-size: var(--font-20);
}

.header__list_button--contact {
    margin-right: .5rem;
}

.header__list_button--contact a {
    background-color: #fff;
    border: .1rem solid var(--main-color);
}

.header__list_button--estimate {
    margin-right: .5rem;
}

.header__list_button--estimate a {
    background-color: var(--main-color);
    border: .1rem solid var(--main-color);
    color: #fff;
}

.header__list_button--reservation a {
    background-color: #222;
    border: .1rem solid #222;
    color: #fff;
}

.header__menu_sp {
    display: none;
    transition: all .3s ease;
}

/*******
 * fixed and sticked header, side
*******/
.js__scrolled .layout__header {
    padding: 0 1rem;
    box-shadow: 0 0.3px 5px 0.5px #ccc;
}
.js__scrolled .header__branding {
    font-size: var(--font-06);
    padding: .3rem 0;
}
.js__scrolled .header__branding span {
    font-size: var(--font-08);
}
.js__scrolled .header__branding .header__logo {
    width: 12.2rem;
}
.js__scrolled .header__list_button {
    min-width: 5rem;
}
.js__scrolled .header__tel {
    font-size: var(--font-04);
}
.js__scrolled .header__tel strong {
    font-size: var(--font-10);
}
.js__scrolled .header__list_button i {
    font-size: var(--font-11);
}
.js__scrolled .header__list_button a span i {
    font-size: var(--font-11);
}

/*******
 * PC
*******/
@media screen and (min-width: 1079px) {
    .header__list_button--contact a:hover,
    .header__list_button--estimate a:hover,
    .header__list_button--reservation a:hover {
        box-shadow: 0 0 3px 1px rgb(0 0 0 / 30%);
        transform: translateY(2px);
    }
}

/*******
 * Tablet
*******/
@media screen and (min-width: 640px) and (max-width: 1079px) {
    .header__menu {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        border-top: .5px solid #fff;
    }
    .header__branding span {
        font-size: var(--font-12);
    }
    .header__branding .header__logo {
        width: 16.5rem;
    }

    .header__list {
        display: flex;
        justify-content: center;
        width: 100%;
        border-top: 2px solid var(--main-color);
    }

    .header__list li {
        display: flex;
        justify-content: center;
        width: calc(100% / 3);
    }

    .header__list li a {
        padding: .5rem 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-right: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .header__list_button i {
        font-size: var(--font-15) !important;
    }
    .header__list_button a span i {
        font-size: var(--font-18) !important;
    }

    .header__list_button--contact, .header__list_button--estimate {
        margin-right: 0;
    }

    .header__list_button--contact a {
        border: none;
    }

    .header__list li span {
        font-size: var(--font-10);
    }

    .header__menu_sp {
        position: fixed;
        top: 1.4rem;
        right: 1rem;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: .25rem;
        row-gap: .25rem;
        width: 2.5rem;
        height: 2.5rem;
    }
    .header__menu_sp span {
        display: block;
        width: .65rem;
        height: .65rem;
        background-color: var(--main-color);
        border: 1px solid #fff;
    }
    .header__tel {
        display: none;
    }
    .js__scrolled .header__branding span {
        font-size: var(--font-09);
    }
    .js__scrolled .header__menu_sp {
        top: .55rem;
    }
}

/*******
 * SP
*******/
@media (max-width: 639px) {
    .header__menu {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        border-top: .5px solid #fff;
    }
    .header__branding span {
        font-size: var(--font-14);
    }
    .header__branding .header__logo {
        width: 15.2rem;
    }

    .header__list {
        display: flex;
        justify-content: center;
        width: 100%;
        border-top: 6px solid var(--main-color);
    }
    .header__list li {
        display: flex;
        justify-content: center;
        width: calc(100% / 3);
    }
    .header__list li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-right: 0;
        border-radius: 0;
        font-size: var(--font-15);
    }
    .header__list_button {
        min-width: auto;
    }
    .header__list_button--contact, .header__list_button--estimate {
        margin-right: 0;
    }
    .header__list_button--contact a {
        border: none;
    }
    .header__list li span {
        display: inline-block;
        font-size: var(--font-10);
    }

    .header__list_button i {
        font-size: var(--font-13);
    }

    .header__menu_sp {
        position: fixed;
        top: 1.5rem;
        right: .6rem;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: .25rem;
        row-gap: .25rem;
        width: 2.5rem;
        height: 2.5rem;
    }
    .header__menu_sp span {
        display: block;
        width: .65rem;
        height: .65rem;
        background-color: var(--main-color);
        border: 1px solid #fff;
    }
    .header__menu_sp.open {
        top: 2rem;
        right: 1.5rem;
        display: inline-block;
        vertical-align: middle;
        color: var(--main-color);
        background: currentColor;
        border-radius: .1rem;
        transform: rotate(45deg);
        width: .3rem;
        height: 2rem;
    }
    .header__menu_sp.open:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: inherit;
        border-radius: inherit;
        transform: rotate(90deg);
    }
    .header__menu_sp.open span {
        display: none;
    }
    .js__scrolled .header__branding span {
        font-size: var(--font-11);
    }
    .js__scrolled .header__branding .header__logo {
        width: 12rem;
    }
}

/*--------------------------------------
 *
 * sidebar
 *
 *--------------------------------------*/
/*******
 * PC
 *******/
.sidebar__box {
    padding: 0 .7rem;
}
.sidebar__head {
    position: relative;
    padding: 0.8rem;
    background-color: var(--main-color);
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: var(--font-09);
}
.sidebar__head:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-top: 7px solid var(--main-color);
}
.sidebar__head span {
    font-size: var(--font-12);
    font-family: 'Jun 501', sans-serif;
}

.sidebar__list li {
    position: relative;
}
/* .sidebar__list_item--normal:before {
    display: block;
	content: "";
	position: absolute;
	top:0;
	right: 0.3rem;
	bottom:0;
	margin:auto;
	width: 10px;
	height: 2px;
	background-color: var(--main-color);
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
} */
/* .sidebar__list_item--normal:after {
    display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0.3rem;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 2px;
	background-color: var(--main-color);
	transition: .3s;
} */

.sidebar__list_item--normal:after {
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--font-11);
    color: var(--main-color);
    transition: .3s;
}

.sidebar__list_item--normal:hover:after {
    right: 0.25rem;
}

.sidebar__list_item--other:after {
    position: absolute;
    content: "\f067";
    font-family: 'Font Awesome 5 Pro';
    right: 0.4rem;
    top: 0.8rem;
    font-size: var(--font-09);
    color: var(--main-color);
    transition: .3s;
}

.sidebar__list_item--other {
    cursor: pointer;
    padding-right: 0 !important;
}

.sidebar__list_item--other.active:after {
    content: "\f068";
}

.sidebar__list_inner {
    display: none;
}

.sidebar__list_inner {
    padding-left: 1rem;
    padding-top: 0.5rem;
}

.sidebar__list_inner--item:after {
    color: #000 !important;
}

.sidebar__list_item--top.sidebar__list_inner--item {
    border-top: none !important;
}

.sidebar__list_inner--item {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 1.8rem 0.8rem 0rem !important;
    border-top: 1.5px solid #000 !important;
    font-size: var(--font-07) !important;
}

.sidebar__list_inner--item strong {
    font-size: var(--font-09);
}

.sidebar__list_item {
    display: block;
    padding: 0.8rem;
    color: #000;
    font-size: var(--font-08);
    border-top: 2px solid #de231d;
}
.sidebar__list_item:hover {
    opacity: 0.8;
}
.sidebar__list_item--top {
    border-top: none;
}
.sidebar__list_item strong {
    color: var(--main-color);
    font-size: 1rem;
}
.sidebar__list_item--secondary {
    color: #222;
}
.sidebar__list_item--label {
    position: relative;
    margin-bottom: 0.25rem;
    border: 2px solid var(--main-color);
    border-radius: 5px;
}
.sidebar__list_item--label:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    right: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid var(--main-color);
}
.sidebar__list_item--company {
    padding: 0.5rem 1rem;
    color: #000;
    border: none;
}
.sidebar__list_item--company span {
    color: var(--main-color);
}

/*******
 * Tablet
 *******/
@media (max-width: 1079px) {
    .sidebar__box {
        padding-bottom: 5rem;
    }
    .sidebar__list_wrap {
        flex: 1;
        overflow: auto;
        padding: 0 .5rem;
    }
    .sidebar__head {
        font-size: var(--font-12);
    }
}
/*******
 * SP
*******/
@media (max-width: 639px) {
    .sidebar__box {
        padding-bottom: 10rem;
    }
    .sidebar__head {
        font-size: var(--font-18);
    }
    .sidebar__list_wrap {
        padding: 0;
    }

    .sidebar__list_item {
        font-size: var(--font-14);
    }

    .sidebar__list_item strong {
        font-size: var(--font-18);
    }
    .sidebar__list_inner--item {
        font-size: var(--font-14) !important;
    }
    .sidebar__list_item--normal:after, .sidebar__list_item--other:after {
        font-size: var(--font-18);
    }
}


/*--------------------------------------
 *
 * hero
 *
 *--------------------------------------*/
/*******
 * PC
 *******/
.hero {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: .75rem;
    padding: 0 .7rem;
}
.hero__item {
    width: 24%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.hero__item--catch {
    width: 49.5%;
}
.hero__item__box2 {
    display: flex;
    justify-content: center;
    height: 13.2rem;
    padding: 1.8rem;
    background-color: var(--main-color);
}
.hero__item__box2 img {
    opacity: 0.6;
}
.hero__item__box6 {
    display: flex;
    justify-content: center;
    height: 13.2rem;
    padding: 1.8rem;
    background-color: var(--main-color);
}
.hero__item__box6 img {
    opacity: 0.6;
}
.hero__item__box4 img {
    height: auto;
    width: 100%;
}
.hero__item__box4__hover_mask {
    background: rgba(0, 0, 0, .75);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: var(--font-14);
    line-height: 1.3;
}
.hero__item__box4__hover_mask > *:first-child {
    font-family: 'Jun 501', sans-serif;
    color: var(--second-color);
}
.hero__item__box4__hover_mask > *:nth-child(2),
.hero__item__box4__hover_mask > *:nth-child(3),
.hero__item__box4__hover_mask > *:nth-child(4) {
    color:  #fff;
}
.hero__item__box4__hover_mask > *:nth-child(3) {
    font-family: 'Jun 501', sans-serif;
    font-size: var(--font-35);
    line-height: 1;
    margin-bottom: .7rem;
}
.hero__item__box4__hover_mask > *:nth-child(4) {
    font-family: 'Jun 501', sans-serif;
    background-color: var(--main-color);
    border-radius: 50px;
    padding: 0.3rem 2rem;
}
.hero__item__box4__hover_mask > *:nth-child(4) p {
    position: relative;
}
.hero__item__box4__hover_mask > *:nth-child(4) p:before,
.hero__item__box4__hover_mask > *:nth-child(4) p:after {
    position: absolute;
    content: "";
    border-left: 3px solid;
    top: .3rem;
    bottom: 0;
}
.hero__item__box4__hover_mask > *:nth-child(4) p:before {
    left: -.5rem;
    transform: rotate(-25deg);
}
.hero__item__box4__hover_mask > *:nth-child(4) p:after {
    right: -.5rem;
    transform: rotate(25deg);
}

/*******
 * Tablet
 *******/
@media screen and (min-width: 640px) and (max-width: 1079px) {
    .hero {
        padding: 0 0.7rem 0 0.7rem;
    }
    .hero__item__box2 {
        height: 12rem;
    }
    .hero__item__box6 {
        height: 12rem;
    }
}

/*******
 * SP
 *******/
@media (max-width: 639px) {
    .hero {
        row-gap: 0.5rem;
        padding: 0 0.6rem;
    }

    .hero__item {
        width: 48.5%;
    }

    .hero__item--catch {
        width: 100%;
    }

    .hero__item__box1 {
        order: 1;
    }

    .hero__item__box2 {
        order: 2;
    }

    .hero__item__box3 {
        order: 3;
    }

    .hero__item__box4 {
        order: 4;
    }

    .hero__item__box5 {
        order: 5;
    }

    .hero__item__box6 {
        order: 6;
    }

    .hero__item__box7 {
        display: none;
    }

    .hero__item__box8 {
        display: none;
    }

    .hero__item__box9 {
        order: 7;
    }

    .hero__item__box2 {
        height: 9.7rem;
        padding: 1rem;
    }
    .hero__item__box6 {
        height: 9.7rem;
        padding: 1rem;
    }
}

/*--------------------------------------
 *
 * achievement
 *
 *--------------------------------------*/
/*******
 * PC
 *******/
.achievement {
    padding: 4rem 3rem 0;
}

.achievement__head {
    text-align: center;
}

.achievement__head p {
    color: var(--main-color);
    font-size: var(--font-10);
    font-family: 'Jun 501', sans-serif;
    line-height: 1.3;
}

.achievement__head p strong {
    font-size: var(--font-24);
}


.achievement__title {
    position: relative;
    width: 23rem;
    margin: 0 auto 2rem;
    text-align: center;
}

.achievement__title:before,
.achievement__title:after {
    position: absolute;
    z-index: 0;
    bottom: -12px;
    display: block;
    content: '';
    width: 3rem;
    border: 2.25rem solid #AF2824;
}

.achievement__title:before {
    left: -25px;
    border-left-width: 15px;
    border-left-color: transparent;
}

.achievement__title:after {
    right: -25px;
    border-right-width: 15px;
    border-right-color: transparent;
}

.achievement__title h1 {
    position: relative;
    z-index: 1;
    display: block;
    /* padding: 1rem 2rem; */
    color: #fff;
    background: var(--main-color);
    font-size: var(--font-30);
}

/* .achievement__title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1.5rem;
    padding: .4rem 0 1rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    font-size: var(--font-30);
    font-weight: 500;
    letter-spacing: 5px;
    color: #fff;
} */

.achievement__lead {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.achievement__lead p {
    font-size: var(--font-11);
    line-height: 1.2;
}

.achievement__lead strong {
    background: linear-gradient(transparent 50%, var(--second-light-color) 0%);
    font-weight: 600;
    color: var(--main-color);
    display: inline-block;
    padding: 0.2rem 0.5rem 0;
}

.achievement__lead strong .achievement__lead_big {
    font-size: var(--font-21);
    vertical-align: middle;
    font-family: 'Jun 501', sans-serif;
}

.achievement__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 1rem;
    text-align: center;
}

.achievement__list li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 10rem;
    padding: 2.6rem 1.7rem 1.2rem 1.2rem;
    background-image: url(../images/common/leaf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 1.6;
    position: relative;
}

.achievement__list li small {
    font-size: var(--font-07);
    position: absolute;
    bottom: 0.5rem;
}

.achievement__intro {
    font-size: var(--font-10);
    line-height: 1;
    white-space: nowrap;
    margin-bottom: .3rem;
}

.achievement__summary {
    color: var(--main-color);
    font-size: var(--font-12);
    line-height: 1;
    white-space: nowrap;
}
.achievement__summary strong {
    font-size: var(--font-28);
}
.achievement__list li:nth-child(2) .achievement__summary,
.achievement__list li:nth-child(3) .achievement__summary,
.achievement__list li:nth-child(5) .achievement__summary
{
    font-size: var(--font-10);
}
.achievement__list li:nth-child(3) .achievement__summary strong {
    font-size: var(--font-20);
}
.achievement__list li:nth-child(5) .achievement__summary strong {
    font-size: var(--font-24);
}

.achievement__note {
    margin-top: 0.5rem;
    font-size: 0.6rem;
    display: inline-block;
}

/*******
 * Tablet
 *******/
@media screen and (min-width: 640px) and (max-width: 1079px) {
    .achievement__list {
        justify-content: space-between;
        column-gap: 0;
    }

    .achievement__title:before,
    .achievement__title:after {
        border: 1.8rem solid #AF2824;
        bottom: -10px;
    }

    .achievement__title:before {
        left: -22px;
        border-left-width: 15px;
        border-left-color: transparent;
    }

    .achievement__title:after {
        right: -22px;
        border-right-width: 15px;
        border-right-color: transparent;
    }
}

/*******
 * SP
 *******/
@media (max-width: 639px) {
    .achievement {
        padding: 4rem 0.6rem 2rem;
    }

    .achievement__lead {
        text-align: left;
        font-size: var(--font-10);
    }

    .achievement__lead p {
        font-size: var(--font-14);
        line-height: 1.5;
    }

    .achievement__lead strong {
        display: inline;
    }

    .achievement__lead strong .achievement__lead_big {
        font-size: inherit;
    }

    .achievement__head p {
        font-size: var(--font-14);
    }

    .achievement__head p strong {
        font-size: var(--font-28);
    }

    .achievement__title {
        width: 18rem;
    }

    .achievement__title h1 {
        font-size: var(--font-35);
        letter-spacing: 3px;
    }

    .achievement__title:before,
    .achievement__title:after {
        border: 1.8rem solid #AF2824;
        bottom: -10px;
    }

    .achievement__title:before {
        left: -22px;
        border-left-width: 15px;
        border-left-color: transparent;
    }

    .achievement__title:after {
        right: -22px;
        border-right-width: 15px;
        border-right-color: transparent;
    }

    /* .achievement__title {
        width: 80%;
        background-repeat: no-repeat;
        background-position: 50%;
        font-size: var(--font-35);
    } */

    .achievement__list {
        column-gap: 4%;
        row-gap: 0.5rem;
    }

    .achievement__list li {
        width: 30%;
        padding: 2rem 1.5rem;
        background-position: 50%;
    }

    .achievement__intro {
        font-size: var(--font-11);
        text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
    }

    .achievement__summary {
        font-size: var(--font-20);
    }

    .achievement__summary strong {
        font-size: var(--font-25);
    }

    .achievement__list li:nth-child(2) .achievement__summary,
    .achievement__list li:nth-child(3) .achievement__summary,
    .achievement__list li:nth-child(5) .achievement__summary
    {
        font-size: var(--font-12);
    }
    .achievement__list li:nth-child(3) .achievement__summary strong {
        font-size: var(--font-20);
    }
    .achievement__list li:nth-child(5) .achievement__summary strong {
        font-size: var(--font-20);
        text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
    }

    .achievement__note {
        margin-top: 1.5rem;
        font-size: var(--font-07);
    }
}

/*--------------------------------------
 *
 * service
 *
 *--------------------------------------*/
/*******
 * PC
 *******/
.service {
    padding: 4rem 3rem;
    margin-top: 4rem;
    background-color: #f3f3f3;
    border-top: 12px solid var(--main-color);
    text-align: center;
}

.service__title {
    font-size: 1rem;
    margin-bottom: .5rem;
}

.service__title strong {
    font-size: var(--font-20);
}

.service__icon {
    width: 9%;
    height: auto;
    margin: 0 auto 1.25rem;
}

.service__description {
    margin-bottom: 1.5rem;
    font-size: var(--font-10);
}

.service__point {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.service__point:after {
    position: absolute;
    content:"";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
    background-image: url("../images/common/__plus.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.service__point div {
    margin: 0 1.25rem;
    padding: 0.5rem 1.75rem;
    border: 3px solid var(--main-color);
    border-radius: 30px;
    background-color: #fff;
    color: #000;
    font-weight: 500;
}

.service__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    row-gap: 1rem;
    margin: 0 auto 2rem;
}

.service__list li {
    position: relative;
    width: 48.5%;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 30%);
    /*アニメーションの指定*/
    transition: all 0.3s ease;
}

.service__list_head {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 1.5rem;
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 30%);
    border-radius: 5px 5px 0 0;
    background-color: var(--main-color);
    color: #fff;
    font-weight: 500;
    font-size: 0.85rem;
}

.service__list_head i {
    font-size: var(--font-23);
}

.service__list_title {
    margin-left: 0.25rem;
    line-height: 1.2;
}

.service__list_title p {
    font-size: var(--font-08);
}

.service__list_title h2 {
    white-space: nowrap;
    font-size: var(--font-17);
}

.service__list_body {
    border-radius: 0 0 5px 5px;
}

.service__list_description {
    padding: 1rem 1.5rem .5rem;
    text-align: left;
    font-size: var(--font-08);
    color: #333;
    line-height: 1.5;
}

.service__list_link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: var(--font-09);
    font-family: 'Jun 501', sans-serif;
    color: var(--main-color);
}

.service__list li:hover {
    cursor: pointer;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 30%);
    transform: translateY(3px);
}

.service__list_link span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.75rem;
    height: 1.75rem;
    background-color: var(--main-color);
    border-radius: 0 0 5px 0;
    margin-left: .5rem;
}

.service__list_link span i {
    color: #fff;
    font-size: var(--font-06);
}

.service__list--sub {
    margin-bottom: 0;
    align-items: stretch;
    max-width: 100%;
}

.service__list--sub > li {
    width: calc(100% / 4.25);
}

.service__list--sub .service__list_head {
    padding: 1rem 1.5rem;
}

.service__list--sub .service__list_head i {
    font-size: var(--font-18);
}

.service__list--sub .service__list_title h2 {
    font-size: var(--font-11);
}

.service__list--sub .service__list_description {
    padding: 1.25rem 1rem .8rem;
    font-size: var(--font-08);
}

.service__list--sub .service__list_link span {
    width: 1.25rem;
    height: 1.25rem;
}

.service__list--sub .service__list_link span i {
    font-size: var(--font-03);
}

/*******
 * Tablet
 *******/
@media screen and (min-width: 640px) and (max-width: 1079px) {
    .service__list_title h2 {
        font-size: var(--font-18);
    }

    .service__list_description {
        font-size: var(--font-10);
    }
}

/*******
 * SP
 *******/
@media (max-width: 639px) {
    .service {
        padding: 3.5rem 0.6rem 4rem;
        margin-top: 0;
    }
    .service__title {
        font-size: var(--font-15);
    }
    .service__title strong {
        font-size: var(--font-30);
    }
    .service__icon {
        width: 30%;
    }
    .service__description {
        text-align: left;
        font-size: var(--font-12);
    }
    .service__point {
        justify-content: space-between;
    }
    .service__point div {
        width: 45%;
        margin: 0;
        font-size: var(--font-16);
        padding: 0.6rem 1.75rem;
    }

    .service__list {
        max-width: 100%;
        flex-direction: column;
    }
    .service__list li {
        width: 100%;
    }
    .service__list_link a {
        font-size: var(--font-10);
    }
    .service__list_title h2 {
        font-size: var(--font-24);
    }
    .service__list_title p {
        font-size: var(--font-12);
    }
    .service__list_head i {
        font-size: var(--font-30);
    }
    .service__list_description {
        font-size: var(--font-13);
    }
    .service__list_link {
        font-size: var(--font-12);
    }

    .service__list--sub {
        flex-direction: row;
    }
    .service__list--sub > li {
        width: 48%;
    }
    .service__list--sub .service__list_description {
        font-size: var(--font-10);
    }
    .service__list--sub .service__list_title h2 {
        font-size: var(--font-15);
    }
    .service__list_link span {
        width: 2.75rem;
        height: 2.75rem;
    }
    .service__list--sub .service__list_link span {
        width: 2.25rem;
        height: 2.25rem;
    }
}

/*--------------------------------------
 *
 * conponent
 *
 *---------------------------------------*/
.component__senction_title {
    position: relative;
    margin: 0 2%;
    padding: 2.75rem 0 2rem;
    text-align: center;
    font-weight: 500;
}
.component__senction_title:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 5rem;
    height: 2rem;
    background-image: url("../images/common/tristars.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.component__senction_title_lead {
    font-size: var(--font-15);
    color: var(--main-color);
    display: inline-block;
    margin-bottom: .1rem;
    position: relative;
}
.component__senction_title_lead:before,
.component__senction_title_lead:after {
    position: absolute;
    content: "";
    border-left: 2px solid;
    top: 0;
    bottom: 0;
}
.component__senction_title_lead:before{
    left: -1rem;
    transform: rotate(-25deg);
}
.component__senction_title_lead:after{
    right: -1rem;
    transform: rotate(25deg);
}
.component__senction_title_main {
    font-size: var(--font-22);
    text-align: center;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.component__senction_title_main .component__senction_title_main_prefix {
    font-size: var(--font-12);
    margin: 0 .8rem;
}
.component__senction_title_main .component__senction_title_series {
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    font-size: var(--font-16);
    background-color: var(--second-color);
}


/*******
 * SP
 *******/
@media (max-width: 639px) {
}

/*--------------------------------------
 *
 * reason(common)
 *
 *---------------------------------------*/
/*******
 * PC
 *******/
.reason {
    text-align: center;
}
.reason__box {
    padding: 4rem 3rem 5rem;
    background-color: var(--main-color);
}
.reason__head {
    margin-bottom: 2rem;
}
.reason__title {
    padding: 4rem 2rem 2rem;
    background-image: url("../images/common/leaf_light.png");
    background-repeat: no-repeat;
    background-size: 13rem;
    background-position: 50%;
    font-size: var(--font-18);
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
}
.reason__title strong {
    font-size: var(--font-30);
    color: #fff;
}
.reason__lead {
    color: #fff;
}
.reason__list_lead {
    font-size: 1rem;
    color: 222222;
}
.reason__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 2%;
    row-gap: 1.5rem;
    margin-bottom: 1.5rem;
}
.reason__list li {
    display: flex;
    align-items: center;
    padding: 1rem .25rem 1rem .75rem;
    width: 49%;
    box-shadow: 0 3px 3px 1px rgb(0 0 0 / 30%);
    border-radius: 5px;
    background-color: #fff;
}
.reason__list_icon i {
    font-size: var(--font-35);
    color: var(--main-color);
}
.reason__list_body {
    margin-left: 0.5rem;
    text-align: left;
    line-height: 1.3;
}
.reason__list_title {
    font-weight: 500;
    font-size: var(--font-16);
    white-space: nowrap;
    color: #222;
}
.reason__list_title span {
    color: var(--main-color);
}
.reason__list_description {
    font-size: var(--font-085);
    font-family: 'Jun 501', sans-serif;
}
.reason__more {
    display: inline-block;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 0 3px 3px 1px rgb(0 0 0 / 30%); /* ボタン */
    background-color: #fff;
    /*アニメーションの指定*/
    transition: all .3s ease;
}

.reason__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.9rem;
    font-size: var(--font-09);
    color: var(--main-color);
    /*アニメーションの指定*/
    transition: all 0.3s ease;
}

.reason__button span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.45rem;
    margin-left: 0.25rem;
}

.reason__button span i {
    font-size: var(--font-14);
}

.reason__more:hover {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%);
    transform: translateY(3px);
    background-color: #222;
}

.reason__more:hover .reason__button {
    color: #fff;
}

/*******
 * Tablet
 *******/
@media screen and (min-width: 640px) and (max-width: 1079px) {
    .reason__title {
        padding: 2rem;
        background-size: 9rem;
    }

    .reason__lead {
        font-size: var(--font-10);
    }

    .reason__more {
        width: 20%;
    }

    .reason__button {
        align-items: center;
        padding: 0.75rem;
    }

    .reason__list_icon {
        width: 10%;
    }
}

/*******
 * SP
 *******/
@media (max-width: 639px) {
    .reason__box {
        padding: 4rem 0.6rem;
    }

    .reason__title {
        padding: 3rem 0;
        margin-bottom: 1rem;
        background-size: 11rem;
    }
    .reason__title strong {
        display: block;
    }
    .reason__lead {
        text-align: left;
    }
    .reason__list {
        flex-direction: column;
    }
    .reason__list li {
        width: 100%;
        flex-direction: column;
        padding: 1.25rem;
        background-image: url("../images/common/leaf_light.svg");
        background-repeat: no-repeat;
        background-size: 8.5rem;
        background-position: 50% 5%;
    }
    .reason__list_icon {
        display: none;
    }
    .reason__list_title {
        margin-bottom: 0.9rem;
        text-align: center;
        font-family: 'Jun 501', sans-serif;
        font-size: var(--font-22);
    }
    .reason__list_title span {
        display: block;
        font-size: var(--font-38);
    }
    .reason__list_body {
        margin-top: 1rem;
    }
    .reason__list_description {
        font-size: var(--font-14);
    }

    .reason__more {
        width: 60%;
        border-radius: 45px;
    }
    .reason__button {
        align-items: center;
        padding: 1.25rem;
        font-size: var(--font-18);
    }
    .reason__button span {
        width: 1.8rem;
    }
    .reason__button span i {
        font-size: var(--font-26);
    }
}

/*--------------------------------------
 *
 * voice
 *
 *---------------------------------------*/
/*******
 * PC
 *******/
.voice {
    text-align: center;
    background-color: #f3f3f3;
}
.voice__box {
    padding: 4rem 3rem 5rem;
}
.voice__heading {
    margin-bottom: 2rem;
}
.voice__title {
    padding: 1rem 0 3rem;
    margin-bottom: 1rem;
    background-image: url("../images/common/leaf.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 12rem;
    font-size: var(--font-18);
    font-weight: 500;
    color: #222222;
    line-height: 1.2;
}
.voice__title span {
    font-size: var(--font-21);
    color: var(--main-color);
}
.voice__title span strong {
    font-size: 4rem;
}
.voice__lead {
    font-size: var(--font-10);
    color: #222222;
}
.voice__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 3rem;
}
.voice__items:after {
    display: block;
    content: "";
    width: 32%;
}
.voice__link {
    display: block;
}
.voice__item {
    display: flex;
    flex-direction: column;
    width: 32%;
    position: relative;
    margin-right: 1.33%;
    transition: all .2s;
}
/* .voice__item_area {
    display: block;
} */
.voice__item:nth-child(3n) {
    margin-right: 0;
}
/* .voice__item > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
} */
.voice__item .voice__item_expand_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.voice__image {
    max-width: 90%;
    margin: 0 auto;
}
.voice__image img {
    border-radius: 5px 5px 0 0;
}

.voice__card {
    display: flex;
    flex-direction: column;
    row-gap: 0.25rem;
    border-radius: 10px;
    padding: 0.75rem 1.25rem;
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 30%);
    background-color: #fff;
    transition: all .2s;
}

.voice__label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .1rem .25rem;
    z-index: 999;
}
.voice__label a {
    display: inline-block;
    padding: 0.1rem 0.5rem;
    font-size: var(--font-07);
    color: #fff;
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    border-radius: 5px;
    transition: all .2s;
}
.voice__label a:hover {
    background-color: #fff;
    color: #222;
}

.voice__company {
    display: flex;
    align-items: center;
    background-color: #dddddd;
    padding: 0.25rem;
    font-size: var(--font-07);
}
.voice__company span {
    padding: .1rem .5rem;
    font-size: var(--font-07);
    color: #222;
}

.voice__info {
    font-size: var(--font-08);
    text-align: left;
    margin-bottom: .5rem;
}

.voice__info a {
    color: #222222;
}

.voice__item:hover {
    transform: translateY(3px);
    cursor: pointer;
}

.voice__item:hover .voice__card {
    box-shadow: 0 1px 2px 0px rgb(0 0 0 / 30%);
}

.voice__more {
    display: inline-block;
    margin: 3rem auto 0;
    border-radius: 50px;
    box-shadow: 0 3px 3px 1px rgb(0 0 0 / 30%); /* ボタン */
    background-color: var(--main-color);
    transition: all .3s ease;
}

.voice__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.9rem;
    font-size: var(--font-09);
    color: #fff;
}

.voice__button span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.45rem;
    margin-left: 0.25rem;
}

.voice__button span i {
    font-size: var(--font-14);
}

.voice__more:hover {
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 30%);
    transform: translateY(3px);
    background-color: #222;
}

.voice__media_title {
    padding-left: 2.5rem;
    margin-bottom: 0.25rem;
    text-align: left;
    font-size: var(--font-13);
    font-weight: 500;
    color: #222222;
}
.voice__media_title i {
    color: var(--main-color);
    font-size: var(--font-21);
    margin-right: 0.5rem;
    vertical-align: middle;
}
.voice__media_title small {
    margin-left: 0.5rem;
    font-size: var(--font-08);
    font-family: 'Shin Maru Go Regular', sans-serif;
}

.voice__media_content {
    padding: 1.5rem 2.5rem 1rem;
    overflow-x: scroll;
    background-color: #333333;
    color: #fff;
}

.voice__media_list {
    display: flex;
    column-gap: 1rem;
}


.voice__media_image {
    margin: 0 .5rem;
    padding: 0.5rem 1.5rem;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.4s;
}

.voice__media_image img {
    /* height: 200px; */
    height: 13rem;
    object-fit: contain;
}

.voice__media_date {
    margin: 0.5rem 0.5rem 0;
    text-align: left;
    font-size: var(--font-07);
    color: #fff;
    transition: all 0.4s;
}

.voice__media_comment {
    margin: 0 0.5rem;
    text-align: left;
    font-size: var(--font-07);
    color: #fff;
    transition: all 0.4s;
}

.slick-slide:hover .voice__media_date, .slick-slide:hover .voice__media_comment {
    color: var(--main-color) !important;
}

.slick-slide:hover .voice__media_image {
    opacity: .7;
}

/*******
 * Tablet
 *******/


/*******
 * SP
 *******/
@media (max-width: 639px) {
    .voice__box {
        padding: 3rem 0.6rem 5rem;
    }

    .voice__title {
        padding: 2.5rem 0;
        margin-bottom: 2rem;
        background-image: url("../images/common/leaf_light.svg");
        background-repeat: no-repeat;
        background-size: 11rem;
        background-position: 50% 60%;
        font-size: var(--font-22);
    }

    .voice__title span {
        font-size: var(--font-30);
    }

    .voice__title span strong {
        font-size: var(--font-40);
    }

    .voice__lead {
        text-align: left;
        font-size: var(--font-12);
    }

    .voice__card {
        width: 100%;
        padding: .75rem .5rem;
    }

    .voice__items {
        row-gap: 1.5rem;
        margin-bottom: 2.5rem;
    }

    .voice__item {
        /* width: 100%; */
        width: 48%;
        margin-right: 0;
        /* margin-bottom: 7rem; */
        /* margin-bottom: 13rem; */
    }

    .voice__company {
        text-align: left;
        font-size: var(--font-10);
    }

    .voice__info {
        font-size: var(--font-09);
        font-weight: 500;
    }

    .voice__more {
        width: 12rem;
        border-radius: 45px;
    }

    .voice__button {
        font-size: var(--font-18);
    }

    .voice__button span {
        width: 1.8rem;
    }

    .voice__button span i {
        font-size: var(--font-26);
    }

    .voice__media_title {
        padding: 0 0 0.5rem 0.5rem;
        margin-bottom: 0;
        font-size: var(--font-20);
    }

    .voice__media_title span {
        width: 3.5rem;
    }

    .voice__media_date {
        font-size: var(--font-07);
    }

    .voice__media_comment {
        font-size: var(--font-08);
    }

    .voice__media_content {
        padding: 1rem 0.5rem;
    }

    .voice__media_subtext {
        margin-bottom: .5rem;
        text-align: left;
        font-size: var(--font-10);
        line-height: 1.5;
    }
}/**
* 使用クラス一覧
・voice_list
・voice_header
**/

/*--------------------------------------
/*
 * ・voice_list
 *
 *---------------------------------------/
/*******
 * PC
 *******/

.voice_list {
    padding: 0 3rem 3rem;
}

.voice_homepage {
    text-align: right;
    font-size: var(--font-08);
    color: #222;
    background-color: #efefef;
}
.voice_homepage span {
    display: inline-block;
    padding: 1rem .5rem;
}

.voice_homepage a {
    word-break: break-all;
    text-decoration: revert;
}

/*******
 * SP
 *******/
@media (max-width: 639px) {
    .voice_list {
        padding: 0 .6rem;
    }
}

/*--------------------------------------
/*
 * ・voice_header
 *
 *---------------------------------------/

/*******
 * PC
 *******/

.voice_header {
    margin-bottom: 3rem;
}

.voice_header__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1rem;
}

.voice_header__label {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.3rem;
    row-gap: 0.2rem;
    align-items: center;
}

.voice_header__label a {
    display: block;
    padding: .1rem .5rem;
    color: #fff;
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    border-radius: 5px;
    font-size: var(--font-08);
}
.voice_header__label a:hover {
    color: #222;
    background-color: #fff;
}

.voice_header__date {
    color: #222;
    font-size: var(--font-09);
    white-space: nowrap;
    margin: 0 0 0 auto;
}

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

.voice_header__img {
    width: 25.5rem;
    position: absolute;
}
.voice_header__img img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 107%;
    border-radius: 5px;
}

.voice_header__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 56%;
    padding: 3rem 1.5rem 3rem 6%;
    background-color: var(--main-color);
    border-radius: 5px;
    color: #fff;
    margin: 0 0 0 auto;
}

.voice_header__title {
    margin-bottom: 2rem;
    font-size: var(--font-16);
    font-weight: 500;
    line-height: 1.3;
}

.voice_header__company {
    margin-bottom: 1rem;
    font-size: var(--font-12);
}

.voice_header__info {
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: var(--font-08);
}
.voice_header__info dt {
    flex-basis: 15%;
}
.voice_header__info ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.25rem;
}
.voice_header__info li a {
    display: inline-block;
    border-radius: 5px;
    background-color: #fff;
    padding: 0.1rem 0.25rem;
}
.voice_header__info li:hover a {
    color: #222;
}

/*******
 * SP
 *******/
@media (max-width: 639px) {
    .voice_header {
        margin-bottom: 2rem;
    }

    .voice_header__content {
        display: block;
    }

    .voice_header__date {
        font-size: var(--font-09);
    }

    .voice_header__img {
        width: 100%;
        position: relative;
    }

    .voice_header__text {
        width: 100%;
        border-radius: 0 0 5px 5px;
    }

    .voice_header__title {
        margin-bottom: 1rem;
        font-size: var(--font-14);
    }
    .voice_header__img img {
        position: relative;
        top: 0;
        transform: none;
        width: 100%;
        border-radius: 5px 5px 0 0;
    }
}


/*--------------------------------------
 *
 * column
 *
 *---------------------------------------*/
/*******
 * PC
 *******/

.column_img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 28rem;
    overflow: hidden;
}

.column {
    padding: 3rem 3rem 3rem;
    background-color: #f3f3f3;
    text-align: center;
}

.column__head {
    padding-bottom: 4rem;
}

.column__title {
    padding: 4rem 0 2.5rem;
    background-image: url("../images/common/leaf.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 12rem;
    font-size: var(--font-18);
    font-weight: 500;
    line-height: 1.2;
    color: #222222;
}

.column__title span {
    font-size: var(--font-22);
    color: var(--main-color);
}

.column__title span strong {
    font-size: 4rem;
    font-weight: 500;
}

.column__lead_title {
    position: relative;
    display: inline-block;
    margin: 0 0 .5rem;
    font-size: var(--font-18);
    font-weight: 500;
    color: var(--main-color);
    line-height: 1.2;
}
.column__lead_title:before, .column__lead_title:after {
    position: absolute;
    content: "";
    background-size: auto 100%;
    background-repeat: no-repeat;
    top: -2rem;
    width: 10rem;
    height: 10rem;
}
.column__lead_title:before {
    background-image: url("../images/common/illust_point_male.png");
    left: -10rem;
}
.column__lead_title:after {
    background-image: url("../images/common/illust_point_female.png");
    right: -9.5rem;
    transform: scale(-1, 1);
}

.column__lead_description {
    font-size: var(--font-08);
}

.column__list {
    display: flex;
    align-items: stretch;
    column-gap: 1.25rem;
    margin-bottom: 4rem;
}

.column__list li {
    transition: all .2s;
}

.column__list li a {
    display: block;
}

.column__list_type {
    font-size: var(--font-08);
    color: var(--main-color);
}

.column__list_type span {
    font-family: 'Jun 501', sans-serif;
    position: relative;
}

.column__list_type span:before,
.column__list_type span:after {
    position: absolute;
    content: "";
    border: 1px solid;
    top: -.3rem;
    bottom: 0;
}

.column__list_type span:before{
    left: -.5rem;
    transform: rotate(-25deg);
}
.column__list_type span:after{
    right: -.5rem;
    transform: rotate(25deg);
}

.column__list_type strong {
    font-size: var(--font-13);
}

.column__list_content {
    padding: .75rem .75rem 1rem;
    border-radius: 5px;
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 30%);
    background-color: var(--main-color);
    color: #fff;
    line-height: 1.3;
    transition: all .2s;
}

.column__list_image {
    margin-bottom: 0.25rem;
}

.column__list_head {
    margin-bottom: 0.5rem;
    text-align: left;
    font-size: var(--font-09);
    line-height: 1.2;
}

.column__list_lead {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: var(--font-07);
}

.column__list li:hover {
    transform: translateY(2px);
}

.column__list li:hover .column__list_content {
    box-shadow: 0 0 1px 1px rgb(0 0 0 / 30%);
}

.column__latest {
    margin-bottom: 2rem;
}

.column__latest_head {
    margin-bottom: 1.5rem;
    font-weight: 500;
    font-size: var(--font-13);
    color: var(--main-color);
}

.column__latest_head span {
    position: relative;
}

.column__latest_head span:before,
.column__latest_head span:after {
    position: absolute;
    content: "";
    border: 1px solid;
    top: -.3rem;
    bottom: 0;
}

.column__latest_head span:before{
    left: -.7rem;
    transform: rotate(-25deg);
}
.column__latest_head span:after{
    right: -.7rem;
    transform: rotate(25deg);
}

.column__latest_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0.7rem;
}

.column__latest_list li {
    position: relative;
    width: 48%;
    transition: all .2s;
}

.column__latest_list li a {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 30%);
    background-color: #fff;
    border-radius: 5px;
    color: #222;
    transition: all .2s;
}

.column__latest_list li:hover {
    transform: translateY(2px);
    cursor: pointer;
}

.column__latest_list li:hover a {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 30%);
}

.column__latest_image {
    margin-right: 0.7rem;
}

.column__latest_image img {
    width: 10rem;
    height: 5rem;
}

.column__latest_about {
    text-align: left;
    font-size: var(--font-09);
}

.column__latest_list li span {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    background-color: var(--main-color);
    border-radius: 0 0 5px 0;
}

.column__latest_list li span i {
    font-size: var(--font-03);
    color: #fff;
}

.column__more {
    display: inline-block;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 30%);
    background-color: var(--main-color);
    transition: all .2s;
}

.column__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.9rem;
    font-size: var(--font-09);
    color: #fff;
}

.column__button span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.45rem;
    margin-left: 0.25rem;
}

.column__button span i {
    font-size: var(--font-14);
}

.column__more:hover {
    transform: translateY(3px);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%);
    background-color: #222;
}

/*******
 * Tablet
 *******/
@media screen and (min-width: 640px) and (max-width: 1079px) {
    .column_img {
        max-height: 18rem;
    }

    .column__head:before {
        top: 41%;
        left: 8%;
        transform: scale(0.7);
    }
    .column__head:after {
        top: 41%;
        right: 12%;
        transform: scale(0.7);
    }

    .column__button {
        align-items: center;
    }
    .column__button span {
        width: 1.25rem;
    }

    .column__list_head {
        font-size: var(--font-10);
    }
    .column__lead_title:before {
        left: -12rem;
    }
    .column__lead_title:after {
        right: -11rem;
    }
}

/*******
 * SP
 *******/
@media (max-width: 639px) {
    .column_img {
        max-height: 12rem;
    }

    .column {
        padding: 3rem 0.6rem;
    }

    .column__head {
        margin-bottom: 2rem;
        padding-bottom: 0;
    }

    .column__head:before {
        top: 41%;
        left: -12%;
        transform: scale(0.5);
    }

    .column__head:after {
        top: 41%;
        right: -12%;
        transform: scale(0.5);
    }

    .column__list_image {
        max-height: 12rem;
    }

    .column__title span {
        font-size: var(--font-30);
    }

    .column__title span strong {
        font-size: var(--font-40);
    }

    .column__title {
        background-image: url("../images/common/leaf_light.svg");
        background-repeat: no-repeat;
        background-size: 10rem;
        background-position: 50% 60%;
        margin-bottom: 0.5rem;
        padding: 3rem 0;
        font-size: var(--font-22);
    }

    .column__lead_title {
        font-size: var(--font-22);
    }

    .column__lead_description {
        text-align: left;
        font-size: var(--font-13);
    }

    .column__list {
        flex-direction: column;
        margin-bottom: 3rem;
        row-gap: 2rem;
    }

    .column__list li:last-child {
        margin-bottom: 0;
    }

    .column__list_type {
        font-size: var(--font-15);
    }

    .column__list_type strong {
        font-size: var(--font-24);
    }

    .column__list_content {
        padding: 1rem;
    }

    .column__list_head {
        font-size: var(--font-14);
    }

    .column__list_lead {
        font-size: var(--font-10);
    }

    .column__latest_head {
        margin-bottom: 0.75rem;
        font-size: var(--font-23);
    }

    .column__latest_list {
        flex-direction: column;
        row-gap: 1rem;
    }

    .column__latest_list li {
        width: 100%;
    }

    .column__latest_about {
        font-size: var(--font-10);
    }

    .column__more {
        width: 60%;
        border-radius: 45px;
    }

    .column__button {
        align-items: center;
        padding: 1.25rem;
        font-size: var(--font-18);
    }

    .column__button span {
        width: 1.8rem;
    }

    .column__button span i {
        font-size: var(--font-26);
    }
    .column__lead_title:before, .column__lead_title:after {
        width: 6rem;
        height: 6rem;
    }
    .column__lead_title:before {
        left: -6rem;
    }
    .column__lead_title:after {
        right: -6rem;
    }
}

/*--------------------------------------
 *
 * contact
 *
 *--------------------------------------*/
/*******
 * PC
 *******/
.contact {
    margin: 4rem 3rem 0;
    text-align: center;
}

.contact__head {
    font-size: var(--font-18);
    display: inline;
    background: linear-gradient(transparent 50%, var(--second-light-color) 0%);
    padding: .2rem .5rem;
}

.contact__icon {
    width: 5rem;
    height: auto;
    margin: .7rem auto .5rem;
}

.contact__tel {
    margin-bottom: 1.5rem;
    font-size: var(--font-12);
    font-weight: 500;
    color: var(--main-color);
    line-height: 1.2;
}

.contact__tel strong {
    font-size: var(--font-23);
}

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

.contact__list li {
    padding: 0 1.5rem;
    margin-bottom: 4rem;
}

.contact__list_title {
    margin-bottom: 0.5rem;
    font-size: var(--font-08);
    color: #222222;
    line-height: 1.3;
}

.contact__list_box_wrap {
    display: flex;
    justify-content: center;
}

.contact__list_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    box-shadow: 0px 3px 2px 1px rgb(0 0 0 / 30%);
    transition: all .2s;
}

.contact__list_image {
    margin-bottom: 0.7rem;
}

.contact__list_image img {
    width: 4rem;
    height: auto;
}

.contact__list_from {
    color: #fff;
    font-size: var(--font-13);
    font-family: 'Jun 501', sans-serif;
    line-height: 1.3;
}

.contact__list li:first-child .contact__list_from {
    color: #222;
}

.contact__list_box--inquiry {
    border: 3px solid var(--main-color);
}

.contact__list_box--quotation {
    border: 3px solid #de231d;
    background-color: var(--main-color);
    color: #fff;
}

.contact__list_box--reservation {
    background-color: #222222;
    color: #fff;
    transition: all .3s ease;
}

.contact__list_box:hover {
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 30%);
    transform: translateY(3px);
}

.contact_document {
    margin: 0 3rem 4rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.contact_document__present {
    width: 26rem;
}

.contact_document__type {
    font-size: var(--font-14);
    font-weight: 500;
    font-family: 'Jun 501', sans-serif;
}

.contact_document__type span {
    position: relative;
    font-family: 'Jun 501', sans-serif;
}

.contact_document__type span:before,
.contact_document__type span:after {
    position: absolute;
    content: "";
    border: 1px solid;
    top: 0;
    bottom: 0;
}

.contact_document__type span:before{
    left: -1rem;
    transform: rotate(-25deg);
}
.contact_document__type span:after{
    right: -1rem;
    transform: rotate(25deg);
}

.contact_document__box {
    position: relative;
    padding: 1.5rem 1.5rem 6rem 1.5rem;
    border: 3px solid var(--main-color);
    border-radius: 10px;
}
.contact_document__present + .contact_document__present {
    margin-left: 1rem;
}
.contact_document__head {
    margin-bottom: .5rem;
    font-size: var(--font-13);
    font-weight: 500;
    line-height: 1.2;
}

.contact_document__lead {
    font-size: var(--font-08);
}

.contact_document__image {
    position: absolute;
    width: 22rem;
    top: 8.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.contact_document__more {
    display: inline-block;
    margin: 5.5rem auto 0;
    border-radius: 100px;
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 30%);
    background-color: var(--main-color);
    transition: all .3s;
}

.contact_document__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.9rem;
    font-size: var(--font-09);
    color: #fff;
}

.contact_document__button span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.45rem;
    margin-left: 0.25rem;
}

.contact_document__button span i {
    font-size: var(--font-14);
}

.contact_document__more:hover {
    transform: translateY(3px);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%);
    background-color: #222;
}

/*******
 * Tablet
 *******/
@media screen and (min-width: 640px) and (max-width: 1079px) {
    .contact_document__button {
        align-items: center;
    }
}

/*******
 * SP
 *******/
@media (max-width: 639px) {
    .contact {
        padding: 3.5rem 0.6rem;
    }

    .contact__head {
        font-size: var(--font-22);
    }

    .contact__icon {
        width: 30%;
    }

    .contact__tel {
        font-size: var(--font-15);
    }

    .contact__tel strong {
        font-size: var(--font-31);
    }

    .contact__list {
        display: block;
        margin-bottom: 4rem;
    }

    .contact__list li {
        padding: 0;
        margin-bottom: 1.5rem;
    }

    .contact__list li:last-child {
        margin-bottom: 0;
    }

    .contact__list_title {
        font-size: var(--font-11);
        margin-bottom: .2rem;
    }

    .contact__list_box {
        width: 100%;
        height: auto;
        padding: 1.5rem;
        border-radius: 10px;
        transition: all 0.4s;
    }

    .contact__list_box:hover {
        transform: translateY(3px);
        box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%);
    }

    .contact__list_image {
        display: none;
    }

    .contact__list_from {
        font-size: var(--font-20);
    }

    .contact_document {
        flex-direction: column;
    }

    .contact_document__present {
        width: 100%;
        margin-bottom: 4rem;
    }

    .contact_document__present:last-child {
        margin-bottom: 0;
    }

    .contact_document__more {
        margin-top: 1rem;
        border-radius: 45px;
    }

    .contact_document__button {
        font-size: var(--font-18);
    }

    .contact_document__button span i {
        font-size: var(--font-26);
    }

    .contact_document__type {
        font-size: var(--font-20);
    }
    .contact_document__present + .contact_document__present {
        margin-left: 0;
    }
    .contact_document__box {
        margin-bottom: 7.5rem;
        padding: 1rem 1.5rem 3rem 1.5rem;
    }

    .contact_document__head {
        font-size: var(--font-18);
    }

    .contact_document__lead {
        text-align: left;
        font-size: var(--font-12);
    }

    .contact_document__image {
        top: 78%;
    }
}

/*--------------------------------------
 *
 * news
 *
 *--------------------------------------*/
/*******
 * PC
 *******/
.news {
    display: flex;
    justify-content: space-between;
    padding: 4rem 3rem;
    background-color: #dddddd;
}
.news__intro {
    text-align: center;
}
.news__title {
    margin-bottom: 1rem;
    font-size: var(--font-18);
    font-weight: 500;
}
.news__more {
    width: 100%;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 30%);
    background-color: var(--main-color);
    transition: all .2s;
}
.news__more:hover {
    transform: translateY(3px);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%);
    background-color: #222;
}
.news__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.9rem;
    font-size: var(--font-09);
    color: #fff;
}
.news__button span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.45rem;
    margin-left: 0.25rem;
}
.news__button span i {
    font-size: var(--font-14);
}
.news__information {
    width: calc( 100% - 17rem);
}
.news__list li {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 30%);
    margin-bottom: 1rem;
    transition: all .2s;
}
.news__list li:after {
    position: absolute;
    content: "";
    background-image: url("../images/common/__right_arrow.png");
    width: 10px;
    height: 15px;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
}
.news__list li a {
    display: block;
    padding: 1rem;
    color: #000;
}
.news__list_tag {
    position: absolute;
    top: 50%;
    left: -6rem;
    transform: translateY(-50%);
    width: 8rem;
    padding: .25rem;
    border: 2px solid #de231d;
    background-color: #fff;
    text-align: center;
    font-size: var(--font-07);
    color: #000;
    transition: all .2s;
}
.news__list_tag--accent {
    color: var(--main-color);
    border: .1rem solid var(--main-color);
    border-radius: 5px;
}
.news__list_content {
    display: flex;
    align-items: center;
}
.news__list_img {
    margin-right: 1rem;
    width: 9rem;
}
.news__list_text {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 30rem;
    padding-right: 1.5rem;
}
.news__list_date {
    margin-bottom: 0.25rem;
    font-size: var(--font-07);
}
.news__list_news {
    margin-left: 0;
    margin-bottom: 0.3rem;
    font-weight: 500;
    font-size: var(--font-09);
}
.news__list_lead {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: var(--font-07);
}
.news__list li:hover {
    transform: translateY(3px);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%);
}
.news__list li:hover .news__list_tag--accent {
    color: #fff;
    background-color: var(--main-color);
}

/*******
 * Tablet
 *******/
@media screen and (min-width: 640px) and (max-width: 1079px) {
    .news__button {
        align-items: center;
    }
    .news__more--none {
        display: none;
    }
}

/*******
 * SP
 *******/
@media (max-width: 639px) {
    .news {
        /* display: none; */
        flex-direction: column;
        padding: 4rem 0.6rem 4rem 1rem;
        text-align: center;
    }
    .news__intro {
        width: 100%;
    }
    .news__title {
        margin-bottom: 3rem;
        font-size: var(--font-16);
    }
    .news__information {
        width: 100%;
        margin-bottom: 3rem;
    }
    .news__list_tag {
        top: -1rem;
        left: -0.5rem;
        transform: translateY(0);
        width: 5.5rem;
        padding: 0.1rem;
        font-size: var(--font-08);
    }
    .news__list li {
        margin-bottom: 2rem;
        text-align: left;
    }
    .news__list li:last-child {
        margin-bottom: 0;
    }
    .news__list li:after {
        content: none;
    }
    .news__list li a {
        padding: 0.75rem;
    }
    .news__list_img {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .news__list_news {
        margin-bottom: 0.25rem;
        font-size: var(--font-10);
    }
    .news__list_date {
        font-size: var(--font-08);
    }
    .news__list_text {
        padding-right: 0;
    }
    .news__more {
        width: 12rem;
        border-radius: 45px;
    }
    .news__button {
        justify-content: center;
        align-items: center;
        padding: 1.45rem;
        font-size: var(--font-14);
    }
    .news__button span {
        width: 1.8rem;
    }
}

/*--------------------------------------
 *
 * footer
 *
 *--------------------------------------*/
/*******
 * PC
 *******/
.footer__box {
    padding: 4rem 2.5rem 4rem;
    font-size: var(--font-09);
}

.footer__branding {
    display: inline-block;
    width: 14.3rem;
    margin-bottom: 1.25rem;
    color: var(--main-color);
    white-space: nowrap;
}
.footer__branding .footer__branding_subtitle {
    font-size: var(--font-07);
}

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

.footer__address_area {
    margin-bottom: 1.25rem;
    font-size: var(--font-08);
}

.footer__tel {
    color: var(--main-color);
}

.footer__tel_title {
    font-size: var(--font-08);
    line-height: 1.2;
}

.footer__tel_title strong {
    font-size: var(--font-15);
}

.footer__link {
    display: flex;
    column-gap: 3rem;
}

.footer__list li {
    margin-bottom: 0.7rem;
}

.footer__list li a {
    display: flex;
    align-items: center;
    font-size: var(--font-07);
    color: #333333;
    transition: all .2s;
}

.footer__list li a i {
    font-size: var(--font-11);
    margin-right: 0.25rem;
    color: var(--main-color);
    transition: all .2s;
}

.footer__list--form li a i {
    margin-right: .1rem !important;
    color: var(--main-color);
    font-size: var(--font-07);
}

.footer__list li a:hover i {
    color: #222;
}
.footer__list li a:hover {
    color: var(--main-color);
}

.copyright {
    background-color: #222;
}

.copyright_list {
    display: flex;
    justify-content: end;
    padding: 1.25rem 2.5rem;
}
.copyright_list li {
    position: relative;
    font-size: var(--font-06);
    color: #fff;
}
.copyright_list li span {
    margin: 0 0.5rem;
}
.copyright_list a {
    color: #fff;
}

/*******
 * Tablet
 *******/
@media screen and (min-width: 640px) and (max-width: 1079px) {
    .footer__box {
        padding: 4rem 1rem ;
    }
    .copyright {
        margin-bottom: 2.7rem;
    }
    .copyright_list {
        padding: .8rem 2.5rem;
    }
}

/*******
 * SP
 *******/
@media (max-width: 639px) {
    .footer__box {
        padding: 3rem 0.6rem;
        font-size: var(--font-09);
    }

    .footer__link {
        display: none;
    }

    .footer__branding {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: var(--font-08);
    }
    .footer__branding img {
        width: 20rem;
    }
    .footer__branding .footer__branding_subtitle {
        font-size: var(--font-14);
    }

    .footer__flex {
        display: block;
    }

    .footer__tel_title {
        font-size: var(--font-14);
    }
    .footer__tel_title strong {
        font-size: var(--font-25);
    }

    .copyright {
        margin-bottom: 2.2rem;
    }
    .copyright_list {
        padding: .8rem 2.5rem;
    }
    .copyright_list li {
        position: relative;
        padding: 0;
        font-size: var(--font-08);
    }

    .footer__fixed {
        position: fixed;
        bottom: 0;
        width: 100%;
        border-top: 6px solid var(--main-color);
    }
    .footer__fixed_list {
        display: flex;
    }
    .footer__fixed_list li {
        display: flex;
        align-items: center;
        width: calc(100% / 3);
        padding: 1rem;
    }
    .footer__fixed_contact {
        background-color: #fff;
    }
    .footer__fixed_contact a {
        color: var(--main-color) !important;
    }
    .footer__fixed_quote {
        background-color: var(--main-color);
    }
    .footer__fixed_achievement {
        background-color: #222222;
    }
    .footer__fixed_list li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: var(--font-10);
        color: #fff;
    }
    .footer__fixed_list li a span {
        display: inline-block;
        width: 1.75rem;
        margin-right: 0.25rem;
    }

    .footer__address_area {
        font-size: var(--font-12);
    }
}

/*--------------------------------------
 *
 * 共通箇所
 *
 *--------------------------------------*/
/*--------------------------------------
/* * heading
 *
 *--------------------------------------*/
/*******
 * PC
 *******/

.heading {
    padding: 0 1rem;
    margin-bottom: 2rem;
}

.heading__main {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    min-height: 12rem;
    background-color: var(--main-color);
    background-image: url("../images/common/leaf_light.png");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 11rem;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}
.heading__main_text {
    padding: 2rem;
}
.heading__main_title {
    margin-bottom: 1rem;
    font-size: var(--font-18);
    font-weight: 500;
    line-height: 1.2;
    word-break: keep-all;
    position: relative;
}
.heading__main_title_illust:before, .heading__main_title_illust:after {
    position: absolute;
    content: "";
    background-size: auto 100%;
    background-repeat: no-repeat;
    top: -1rem;
    width: 9rem;
    height: 9rem;
}
.heading__main_title_illust:before {
    background-image: url(../images/common/illust_point_male.png);
    left: -10rem;
}
.heading__main_title_illust:after {
    background-image: url(../images/common/illust_point_female.png);
    right: -10rem;
    transform: scale(-1, 1);
}
.heading__main_lead {
    font-size: var(--font-09);
}
.heading__bread {
    font-size: var(--font-08);
    line-height: 1.2;
    margin: .3rem 0;
}
.heading__bread p {
    padding: 0.5rem 0;
    color: #222222;
}
.heading__bread a {
    color: var(--main-color);
}
.heading__bread span {
    margin: 0 0.5rem;
    font-size: var(--font-06);
}

.heading__tab {
    padding: 1rem 1.5rem;
    background-color: #dddddd;
    border-radius: 5px;
}

.heading__tab_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: .7rem;
    row-gap: .5rem;
}

.heading__tab_list li {
    min-width: 8.1rem;
    background-color: #222;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: var(--font-08);
    transition: all .3s;
}

.heading__tab_active {
    background-color: var(--main-color) !important;
}

.heading__tab_list li a, .heading__tab_list li span {
    display: block;
    color: inherit;
    padding: 0.75rem;
}
.heading__tab_list li:hover {
    background-color: var(--main-color);
}

.heading_unique {
    padding: 0 0 1rem 1rem;
    margin-bottom: 2rem;
}
.heading_unique__main {
    position: relative;
}

.heading_unique__main h1 {
    position: absolute;
    top: 2rem;
    left: 0;
    padding: 0.1rem 1.5rem;
    background-color: #111;
    border-radius: 0 5px 5px 0;
    color: #fff;
    opacity: 0.9;
    font-size: var(--font-18);
}

/*******
 * Tablet
 *******/
@media screen and (min-width: 640px) and (max-width: 1079px) {
    .heading__main {
        min-height: 9rem;
    }

    .heading__tab_list li {
        min-width: 7.25rem;
    }

    .heading__main_title {
        font-size: var(--font-25);
    }

    .heading__main_lead {
        font-size: var(--font-14);
    }
}

/*******
 * SP
 *******/

@media (max-width: 639px) {
    .heading {
        padding: 0 0.6rem;
        margin-bottom: 2rem;
    }
    .heading__main {
        position: relative;
        min-height: 9rem;
    }
    .heading__main_title {
        font-size: var(--font-16);
    }
    .heading__main_lead {
        font-size: var(--font-09);
    }
    .heading__main_title:before, .heading__main_title:after {
        top: -1rem;
        width: 4rem;
        height: 4rem;
    }
    .heading__main_title:before {
        left: -3rem;
    }
    .heading__main_title:after {
        right: -3rem;
    }

    .heading_unique {
        padding-left: 0;
    }
    .heading_unique .heading__bread p {
        padding: 0 1rem;
    }

    .heading__tab {
        padding: 1rem 0.8rem;
    }
    .heading__tab_list {
        justify-content: space-between;
        row-gap: 1rem;
    }
    .heading__tab_list li {
        flex-basis: 46%;
        font-size: var(--font-13);
    }
}

/*--------------------------------------
 *
 * paginator
 *
 *--------------------------------------*/
/*******
 * PC
 *******/

.paginator {
    text-align: center;
    padding: 0 0 2rem;
}

.paginator a, .paginator .paginator--active {
    display: inline-block;
    padding: .5em 1.25rem;
    margin: 0 .3rem;
    border-radius: 5px;
    background-color: #666;
    color: #fff;
    transition: all .2s;
}

.paginator a:hover {
    background-color: var(--main-color);
}

.paginator .paginator--active {
    background-color: var(--main-color);
}

/*******
 * SP
 *******/
@media (max-width: 639px) {
    .paginator {
        font-size: var(--font-12);
    }
}

/*--------------------------------------
 *
 * editor__content
 *
 *--------------------------------------*/
/*******
 * PC
 *******/

.editor__content {
    font-size: var(--font-10);
}

.editor__content_list {
    margin-bottom: 4rem;
}

.editor__content div > .title {
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: var(--second-very-light-color);
    border-left: 10px solid var(--main-color);
    font-size: var(--font-14);
    font-weight: 500;
    color: #222;
    border-radius: 0 5px 5px 0;
}

.editor__content div > p {
    margin: 1.5rem 0;
}

.editor__content div > ol {
    padding-left: 1.5rem;
    margin: 1rem 0;
    list-style: revert;
}

.editor__content div > ol > li {
    margin: 0.5rem 0;
}

.editor__content  div > ul {
    padding-left: 1.5rem;
    list-style: revert;
}

.editor__content div > ul > li {
    margin: 0.5rem 0;
}

/*******
 * SP
 *******/
@media (max-width: 639px) {
    .editor__content > h1 {
        font-size: var(--font-12);
    }

    .editor__content > h2 {
        font-size: var(--font-12);
    }

    .editor__content > h3 {
        font-size: var(--font-12);
    }
    .editor__content div > p {
        font-size: var(--font-13);
    }
}

/*--------------------------------------
 *
 * link_area
 *
 *--------------------------------------*/
/*******
 * PC
 *******/

.link_area {
    position: relative;
    height: 3.5rem;
    margin: 3rem 0 5rem;
}

.link_area__btn {
    position: absolute;
}

.link_area__btn--previous {
    left: 0;
}

.link_area__btn--all {
    left: 50%;
    transform: translateX(-50%);
}

.link_area__btn--next {
    right: 0;
}

.link_area__btn a {
    display: block;
    padding: 1rem;
    background-color: #666;
    border-radius: 5px;
    color: #fff;
    transition: all .2s;
}

.link_area__btn a:hover {
    background-color: var(--main-color);
}

/*******
 * Tablet
 *******/
@media screen and (min-width: 640px) and (max-width: 1079px) {
    .link_area__btn a {
        padding: 0.75rem 1rem;
    }
}

/*******
 * SP
 *******/
@media (max-width: 639px) {
    .link_area {
        height: 2.75rem;
        margin: 2rem 0;
    }

    .link_area a {
        padding: 0.65rem;
    }
}

/* .related_title span {
    display: inline-block;
    padding: 1rem;
    background-color: var(--main-color);
    border-radius: 5px;
    font-size: var(--font-12);
    color: #fff;
} */


/*--------------------------------------
 *
 * related ニュース／コラム
 *
 *--------------------------------------*/
/*******
 * PC
 *******/

.related {
    padding: 3rem;
    margin: 3rem -3rem;
    background-color: #eee;
}

.related_title {
    margin-bottom: 2rem;
    font-size: var(--font-21);
    text-align: center;
    color: var(--main-color);
}

.related_title span {
    margin: 0 0.25rem;
    font-size: var(--font-16);
}

.related_article__list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.related_article__card {
    width: calc(100% / 3.2);
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 3px 2px #ccc;
    display: block;
    padding: 1rem;
    color: #000;
    position: relative;
    transition: all .2s;
}
.related_article__card > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.related_article__card:hover img, .related_article__card:hover p {
    opacity: .7;
}
.related_article__card:hover .related_article__content_title {
    color: var(--main-color);
}
.related_article__img {
    margin-bottom: .5rem;
}

.related_article__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.related_article__content_info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.related_article__content_category {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .1rem .25rem;
    z-index: 999;
}
.related_article__content_category li a {
    display: inline-block;
    white-space: nowrap;
    padding: .25rem;
    font-size: var(--font-05);
    color: #fff;
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    border-radius: 5px;
    transition: all .2s;
}
.related_article__content_category li:hover a {
    color: #222;
    background-color: #fff;
}
.related_article__content_date {
    font-size: var(--font-08);
    color: #222;
    white-space: nowrap;
}

.related_article__content_title {
    margin-bottom: 0.5rem;
    transition: all .2s;
}

.related_article__content_lead {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: var(--font-07);
}

/*******
 * Tablet
 *******/
@media screen and (min-width: 640px) and (max-width: 1079px) {
    .related {
        margin: 0 -1rem;
    }
}

/*******
 * SP
 *******/
@media (max-width: 639px) {
    .related {
        margin: 0 -0.6rem;
        padding: 1rem 1rem 3rem;
    }

    .related_article__card {
        width: 100%;
        margin-bottom: 2rem;
    }
    .related_article__card:last-child {
        margin-bottom: 0;
    }
    .related_article__list {
        flex-direction: column;
    }

}