@charset "utf-8";
/*
theme Name: souzoku-terrace
Description: 株式会社M&M　相続テラスのテーマです
version： 1.0
*/

/*----------------------------------------
	all
----------------------------------------*/

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

html {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
    font-size: 62.5%;
    color: #333;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    font-weight: 400;
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
}

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

img {
    vertical-align: bottom;
    height: auto;
}

ul {
    list-style-type: none;
}

#container {
    overflow: hidden;
    padding-left: 250px;
}

.bold {
    font-weight: bold;
}

@media screen and (max-width:1024px) {
    #container {
        padding-left: 0;
    }
}

@media screen and (max-width:768px) {
    body {
        font-size: 1.6rem;
    }
}

/*----------------------------------------
	common
----------------------------------------*/

.c-inner {
    width: 1300px;
    margin: 0 auto;
}

.c-text {
    font-size: 1.8rem;
    line-height: 1.75;
}

.c-button {
    text-align: center;
    display: block;
    width: 400px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    background-color: #ED6C00;
    color: #fff;
    transition: all 0.3s;
    position: relative;
    font-weight: bold;
    transition: all 0.4s;
    margin: 0 auto;
    border-radius: 100px;
    position: relative;
}

.c-button:before {
    content: "";
    display: inline-block;
    width: 56px;
    height: 56px;
    background-image: url(images/white_button_arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    transition: all 0.4s;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.color {
    color: #ED6C00;
}

.op {
    transition: .3s;
}

.op:hover {
    opacity: 0.7;
}

.lookforward-close-btn {
    display: none;
}

#body:not(.home) #container {
    opacity: 0;
}

body:not(.home).appear #container {
    animation-name: PageAnime-content;
    animation-duration: 0.55s;
    animation-delay: 0.55s;
    animation-fill-mode: forwards;
    opacity: 0;
    pointer-events: auto;
}

.animation:not(.home) #container {
    opacity: 1;
    pointer-events: auto;
}

.move:not(.home) .animation-bg {
    background: #2067A5;
    display: block;
    content: "";
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes PageAnime-content {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ltr:not(.home) .animation-bg {
    animation-name: PageAnime-ltr;
}

@keyframes PageAnime-ltr {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }

    50% {
        transform-origin: left;
        transform: scaleX(1);
    }

    50.001% {
        transform-origin: right;
    }

    100% {
        transform-origin: right;
        transform: scaleX(0);
    }
}

@media screen and (max-width:1500px) {
    .c-inner {
        width: 100%;
        padding: 0 5.5%;
    }

    .c-inner02 {
        width: 100%;
        padding: 0 5%;
    }
}

@media screen and (max-width:1300px) {
    .c-inner {
        width: 100%;
        padding: 0 4.5%;
    }

    .c-inner02 {
        width: 100%;
        padding: 0 4%;
    }
}

@media screen and (max-width:1000px) {
    .c-inner03 {
        width: 800px;
        margin: auto;
    }
}

@media screen and (max-width:820px) {
    .c-text {
        font-size: 1.4rem;
    }

    .c-button {
        width: 300px;
        height: 50px;
        font-size: 1.2rem;
    }

    .c-button:before {
        width: 35px;
        height: 35px;
        background-size: 100%;
    }

    .c-inner {
        width: 100%;
        padding: 0 3.5%;
    }

    .c-inner02 {
        width: 100%;
        padding: 0 3.5%;
    }

    .c-inner {
        width: 100%;
        padding: 0 3.5%;
    }
}

@media screen and (max-width:590px) {
    .c-button:before {
        width: 30px;
        height: 30px;
        left: 9px;
    }

    .c-button {
        height: 45px;
    }
}

/*----------------------------------------
	animation
----------------------------------------*/

.appear_mv {
    transform-origin: center top;
    animation: show 1s both;
}

span.appear_mv {
    display: inline-block;
}

.d1 {
    animation-delay: 0.5s;
}

.d2 {
    animation-delay: 1s;
}

.d3 {
    animation-delay: 1.5s;
}

.d4 {
    animation-delay: 2s;
}

.d5 {
    animation-delay: 2.5s;
}

.d6 {
    animation-delay: 3s;
}

.d8 {
    animation-delay: 3.5s;
}

.d10 {
    animation-delay: 10s;
}

.d12 {
    animation-delay: 12s;
}

@keyframes show {
    0% {
        transform: translate(0, 2em);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
    transition: 0.5s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}

.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

.scroll_up__mv {
    transition: 0.8s ease-in-out;
    transform: translate(-50%, -35%);
    opacity: 0;
}

.scroll_up__mv.on {
    transform: translate(-50%, -50%);
    opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

.timing02 {
    transition-delay: .2s;
}

.timing03 {
    transition-delay: .4s;
}

.timing04 {
    transition-delay: .6s;
}

.timing05 {
    transition-delay: .8s;
}

.timing06 {
    transition-delay: 1s;
}

.timing07 {
    transition-delay: 1.2s;
}

.timing08 {
    transition-delay: 1.4s;
}

/*----------------------------------------
	l-header
----------------------------------------*/

.l-header {
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all 0.4s ease;
    overflow-y: scroll;
}

.l-header__inner {
    position: relative;
    z-index: 9999;
}

.l-header__gnav {}

.l-header__gnavTel {
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
}

.l-header__gnavList {
    height: 100%;
}

.l-header__gnavList a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    transition: .3s;
    padding: 0 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.l-header__gnavList:not(:last-child) {
    margin: 0 0 42px 0;
}

.l-header__gnavList a span {
    text-transform: uppercase;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    color: #ED6C00;
    margin: 0 0 10px;
}

.l-header__gnavList a span:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background-color: #ED6C00;
    vertical-align: middle;
    margin: 0 6px 0 0;
}

.input-hidden {
    display: none;
}

.hamburger-demo-cover {
    display: none;
}

.l-header__gnavList.l-header__gnavContact > a span:before {
    content: "";
    display: inline-block;
    background-image: url(images/header_contact_icon.svg);
    width: 26px;
    height: 19px;
    vertical-align: middle;
    margin: 0 0 9px 0;
}

.logo {
    width: 100%;
    background-color: #ED6C00;
    margin: 0 0 52px;
    padding: 37px 0;
}

.logo a {
    display: block;
    width: 75.2%;
    margin: auto;
}

.l-header__gnavButton {
    width: 91.6%;
    height: 58px;
    padding: 0 0 0 14px;
    border-radius: 0 100px 100px 0;
    display: flex;
    align-items: center;
    transition: .3s;
}

.l-header__gnavButton a {
    display: flex;
    align-items: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    width: 100%;
    height: 100%;
}

.l-header__gnavForm {
    background-color: #ED6C00;
    margin: 0 0 20px;
    font-size: 1.5rem;
}

.l-header__gnavTel {
    background-color: #4ABAAD;
    font-size: 2rem;
    letter-spacing: 0.1em;
}

.l-header__gnavIcon {
    margin: 0 10px 0 0;
}

@media screen and (min-width:1025px) {
    .l-header__gnavList a {
        position: relative;
    }

    .l-header__gnavList a::after {
        position: absolute;
        content: "";
        display: block;
        height: 3px;
        background-color: #ED6C00;
        bottom: -15px;
        left: 0;
        width: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .l-header__gnavList a:hover {
        color: #ED6C00;
    }

    .l-header__gnavList a:hover:after {
        width: 30%;
    }

    .l-header__gnavButton:hover {
        width: 97%;
    }

    .c-button:hover:before {
        left: 25px;
    }
    
    .c-button:hover {
        opacity: 0.8;
    }
}

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

    .l-header {
        width: 100%;
        height: 70px;
    }

    .l-header__gnavLists {
        flex-direction: column;
    }

    .l-header__gnavList {
        width: 100%;
        height: auto;
    }

    .l-header__gnavList_en {
        font-size: 2rem;
        color: #3F342D;
        margin: 0 0 7px 0;
    }

    .l-header__gnavList_jp {
        font-size: 1.8rem;
    }

    .l-header__gnavList:not(:last-child) {
        margin: 0;
    }

    .l-header__gnavList a {
        font-size: 1.7rem;
    }

    .l-header__gnavLists li.has-child > a {
        position: relative;
    }

    .l-header__gnavLists li.has-child > a:after {
        content: '';
        position: absolute;
        right: 40px;
        width: 12px;
        height: 12px;
        border-top: 2px solid #222;
        border-right: 2px solid #222;
        transform: rotate(135deg) translateY(-50%);
    }

    .l-header__gnavLists li.has-child.active > a:after {
        transform: rotate(-45deg);
    }

    nav ul li a {
        padding: 10px 20px;
        border-bottom: 1px dashed #ccc;
    }

    .nav ul li:last-child a {
        border-bottom: none;
    }

    nav ul li:first-child a {
        border-top: 1px dashed #ccc;
    }

    nav ul li li a {
        padding: 0;
    }

    .input-hidden {
        display: none;
    }

    .hamburger-demo-switch {
        cursor: pointer;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9999;
        width: 70px;
        height: 70px;
        background-color: #ED6C00;
        border-radius: 0 0 0 10px;
    }

    .hamburger-switch-line1,
    .hamburger-switch-line1-before,
    .hamburger-switch-line1-after {
        width: 25px;
        height: 3px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transition: .3s;
        border-radius: 100px;
        content: "";
    }

    .hamburger-switch-line1 {
        transform: translate(-50%, -50%);
    }

    .hamburger-switch-line1-before {
        transform: translate(-50%, -300%);
    }

    .hamburger-switch-line1-after {
        transform: translate(-50%, 200%);
    }

    #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1 {
        width: 0;
    }

    #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1-before {
        background-color: #fff;
        transform: rotate(45deg) translate(-40%, 325%);
    }

    #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1-after {
        background-color: #fff;
        transform: rotate(-45deg) translate(-40%, -325%);
    }

    .l-header__gnav {
        position: fixed;
        height: 100vh;
        background: #fafafa;
        padding: 5em 3% 2em;
        z-index: 9998;
        transition: .3s;
        overflow-y: scroll;
        justify-content: flex-start;
        align-items: center;
        top: 0;
        left: 100%;
        width: 80%;
    }

    .l-header__gnavLists {
        width: 100%;
        margin-right: 3%;
        padding-left: 5% !important;
        list-style: none;
        margin-bottom: 40px;
    }

    #hamburger-demo1:checked ~ .l-header__gnav {
        left: 20%;
    }

    #hamburger-demo1:checked ~ .hamburger-demo-cover {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 9997;
        background: rgba(3, 3, 3, .5);
        display: block;
    }

    .l-header__gnavList > a {
        height: auto;
    }

    .l-header__gnavLists li a {
        padding: 1.5em 0;
    }

    .l-header__gnavWrap {
        display: flex;
        align-items: center;
    }

    .l-header__gnavWrap {
        width: 90%;
        margin: 0 auto;
        justify-content: center;
    }

    .l-header__gnav {
        flex-direction: column;
    }

    .l-header__gnavTel {
        margin: 30px 0 0;
    }

    .logo {
        width: 145px;
        height: 145px;
        border-radius: 0 0 5px 0;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
    }

    .logo a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo a img {
        width: 120px;
    }

    .l-header__gnavButton {
        border-radius: 100px;
    }

    .l-header__gnavButton a {
        border-bottom: none;
    }

    .l-header__gnavForm {
        margin: 30px 0 0;
    }

    .l-header__gnavTel {
        margin: 15px 0 0;
    }
}

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

    #l-header {
        height: 55px;
    }

    .hamburger-demo-switch {
        width: 55px;
        height: 55px;
    }

    .l-header__gnav {
        padding: 4em 3% 2em;
    }

    .l-header__gnavList a {
        font-size: 1.5rem;
    }

    .l-header__inner {
        padding: 0 15px;
    }

    .l-header__gnavList {
        width: 100%;
    }

    .l-header__gnavList_jp {
        font-size: 1.5rem;
    }

    .l-header__gnavLists li.has-child > a:after {
        right: 8px;
        width: 8px;
        height: 8px;
    }

    .l-header__gnavLists li a {
        padding: 0.9em 0;
    }

    .l-header__gnavWrap {
        flex-direction: column;
    }

    .logo {
        width: 100px;
        height: 100px;
    }

    .logo a {
        padding: 0 12px;
    }

    .logo a img {
        width: 85px;
    }
}

/*----------------------------------------
	footer
----------------------------------------*/

.l-footer {
    padding: 110px 0 45px;
    background-color: #40220F;
    position: relative;
}

.l-footer__inner {
    margin: 0 auto;
    padding: 0 0 102px;
    display: flex;
    justify-content: space-between;
}

.l-footer__right {
    display: flex;
    align-items: flex-start;
}

.l-footer__copyright {
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.13em;
    padding: 13px 0 12px;
    text-align: center;
}

.l-footer__logo {
    margin: 0 auto 58px;
    display: block;
}

.l-footer__navLists:not(:last-child) {
    margin: 0 70px 0 0;
}

.l-footer__navList:not(:last-child) {
    margin: 0 0 26px;
}

.l-footer__navList a {
    display: flex;
    align-items: center;
    letter-spacing: 0.08em;
    font-weight: bold;
    transition: .3s;
    color: #fff;
}

.l-footer__navList a:before {
    content: "";
    display: inline-block;
    background-image: url(images/footer_arrow_parents.svg);
    background-repeat: no-repeat;
    width: 9px;
    height: 17px;
    margin: 0 17px 0 0;
}

.l-footer__info {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    color: #fff;
    line-height: 2;
}

.l-footer__navParents {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
}

.l-footer__navList > ul {
    margin: 0 0 0 25px;
}

.l-footer__navList > ul > li {
    display: flex;
    align-items: center;
}

.l-footer__navList > ul > li a {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
}

.l-footer__navList > ul > li:not(:last-child) {
    margin: 0 0 18px;
}

.l-footer__navList > ul > li a:before {
    content: "";
    display: inline-block;
    background-image: url(images/footer_arrow_child.svg);
    background-repeat: no-repeat;
    width: 7px;
    height: 13px;
    margin: 0 12px 0 0;
}

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

    .l-footer__logo {
        margin: 0 auto 30px;
    }
}

@media screen and (max-width:1300px) {
    .l-footer__navList a {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1024px) {
    .l-footer {
        padding: 70px 0 0;
    }

    .l-footer__navLists:nth-of-type(1) {
        margin-right: 0;
    }

    .l-footer__navList a {
        font-size: 1rem;
    }
}

@media screen and (max-width:820px) {
    .l-footer__right {
        width: 100%;
    }

    .l-footer {
        padding: 55px 0 0;
    }

    .l-footer__logo {
        width: 190px;
        margin: 0 auto 40px;
    }

    .l-footer__logo img {
        width: 100%;
    }

    .l-footer__inner {
        flex-direction: column;
        padding: 0 0 60px;
    }

    .l-footer__nav {
        width: 100%;
        flex-direction: column;
    }

    .l-footer__navList a {
        width: 100%;
        font-size: 1.4rem;
        padding: 15px 10px;
    }

    .l-footer__copyright {
        padding: 8px 0 9px;
    }

    .l-footer__navLists {
        width: 100%;
        flex-direction: column;
    }

    .l-footer__navList {
        width: 100%;
        position: relative;
    }

    .l-footer__navChild ul {
        margin-top: 0;
        margin-right: 0;
    }

    .l-footer__navChild ul {
        margin-left: 0;
    }

    .l-footer__navTitle h2 {
        font-size: 1.7rem;
        margin: 0 0 8px;
    }

    .l-footer__copyright {
        font-size: 1rem;
    }

    .l-footer__left {
        width: 100%;
        margin: 0 0 30px;
    }

    .l-footer__info {
        font-size: 1.5rem;
        line-height: 1.6;
        text-align: center;
    }

    .l-footer__navList > ul > li:not(:last-child) {
        margin: 0;
    }

    .l-footer__navParents {
        margin: 0;
    }

    .l-footer__navList > ul > li a {
        font-size: 1.2rem;
        padding: 8px 10px;
    }

    .l-footer__navList > ul {
        margin: 0 0 0 23px;
    }

    .l-footer__navList a:before {
        margin: 0 10px 0 0;
    }
}

@media screen and (max-width:590px) {
    .l-footer__wrap {
        flex-direction: column;
    }

    .l-footer__logo {
        width: 45%;
        margin: 0 auto 40px;
    }

    .l-footer__navList a {
        font-size: 1.5rem;
        padding: 10px 0;
    }

    .l-footer__navList > ul > li a {
        font-size: 1.2rem;
        padding: 8px 0;
    }

    .l-footer__right {
        justify-content: space-between;
    }

    .l-footer__navLists:nth-of-type(1) {
        width: 55%;
    }

    .l-footer__navLists:nth-of-type(2) {
        width: 43%;
    }

    .l-footer__info {
        font-size: 1.2rem;
    }

    .l-footer__navList a:before {
        width: 7px;
        height: 12px;
        background-size: 100%;
    }

    .l-footer__navList > ul > li a:before {
        width: 5px;
        height: 9px;
        background-size: 100%;
    }
}

@media screen and (max-width:410px) {
    .l-footer__navList a {
        font-size: 3.4vw;
    }

    .l-footer__navList > ul > li a {
        font-size: 2.8vw;
    }
}


/*----------------------------------------
	topCommon
----------------------------------------*/
.c-top__titleWrap {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}

.c-top__titleJp {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.8rem;
    letter-spacing: 0.06em;
    color: #3F342D;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 0 30px;
}

.c-top__titleJp:before {
    content: "";
    display: inline-block;
    height: 47px;
    width: 5px;
    background-color: #ED6C00;
}

.c-top__titleJp:after {
    content: "";
    display: inline-block;
    height: 47px;
    width: 5px;
    background-color: #ED6C00;
}

.c-top__titleJp span {
    margin: 0 30px;
}

.c-top__titleEn {
    font-size: 3.1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    color: rgba(237, 108, 0, 0.5);
    opacity: .5;
    margin: 0 0 20px;
}

@media screen and (max-width:1400px) {
    .c-top__titleJp {
        font-size: 4rem;
    }

    .c-top__titleEn {
        font-size: 2.5rem;
        margin: 0 0 15px;
    }
}

@media screen and (max-width:1000px) {
    .c-top__titleJp {
        font-size: 3.4rem;
    }
}

@media screen and (max-width:820px) {
    .c-top__titleJp {
        justify-content: center;
    }

    .c-top__titleEn {
        font-size: 2.2rem;
        margin: 0 0 10px;
    }

    .c-top__titleJp:before {
        height: 40px;
        width: 5px;
    }

    .c-top__titleJp:after {
        height: 40px;
        width: 5px;
    }

    .c-top__titleJp span {
        margin: 0 20px;
    }

    .c-top__titleJp {
        font-size: 3rem;
    }
}

@media screen and (max-width:590px) {
    .c-top__titleJp span {
        margin: 0 15px;
    }

    .c-top__titleEn {
        font-size: 1.5rem;
        margin: 0 0 5px;
    }

    .c-top__titleJp {
        font-size: 2.4rem;
    }

    .c-top__titleJp:before {
        height: 30px;
        width: 4px;
    }

    .c-top__titleJp:after {
        height: 30px;
        width: 4px;
    }
}

/*----------------------------------------
	topMv
----------------------------------------*/

.p-topMv {
    width: 100%;
    height: 100vh;
    background-image: url(images/top_page_bg.svg);
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
    background-color: #FCFCF2;
}

.p-topMv__copy {
    width: 100%;
    position: absolute;
    top: 11.8%;
    left: 50%;
    transform: translatex(-50%);
    z-index: 2;
}

.p-topMv__logo {
    margin: 0 0 60px;
    text-align: center;
}

.p-topMv__img {
    width: 33%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.p-topMv__title {
    width: 54.9%;
    margin: 0 auto 60px;
}

.p-topMv__text01 {
    font-size: 1.92vw;
    margin: 0 auto 38px;
    color: #3F342D;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.06em;
    text-align: center;
}

.p-topMv__text02 {
    font-size: 1.8rem;
    line-height: 2.222;
    letter-spacing: 0.06em;
    color: #3F342D;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    position: 2px;
}

.p-topMv__list {
    width: 31.5%;
}

.p-topMv__list img {
    width: 100%;
}

.p-topMv__lists {
    width: 60%;
    display: flex;
    align-items: flex-start;
    position: absolute;
    left: 48px;
    bottom: 0;
}

.p-topMv__list:not(:last-child) {
    margin-right: 27px;
}

.p-topMv__list .pc_none {
    display: none;
}

.p-topMv__list .sp_none {
    display: block;
}

@media screen and (max-width:900px) {
    .p-topMv {
        height: 100vh;
    }

    .p-topMv__text01 {
        font-size: 2.2rem;
    }

    .p-topMv__text02 {
        line-height: 1.75;
    }

    .p-topMv__title {
        width: 75%;
        margin: 0 auto 35px;
    }

    .p-topMv__lists {
        width: 78%;
        bottom: 23%;
        left: 50%;
        transform: translateX(-50%);
    }

    .p-topMv__list .pc_none {
        display: block;
    }

    .p-topMv__list .sp_none {
        display: none;
    }

    .p-topMv__img {
        width: 45%;
        z-index: 2;
    }

    .p-topMv__copy {
        top: 20%;
    }

    .p-topMv__lists {
        width: 62%;
        bottom: auto;
        top: 63%;
    }

    .p-topMv__text01 {
        margin: 0 auto 20px;
    }
}

@media screen and (max-width:768px) {
    .p-topMv__copy {
        top: 14%;
    }

    .p-topMv__lists {
        top: 65%;
    }
}

@media screen and (max-width:590px) {
    .p-topMv {
        height: 100vh;
    }

    .p-topMv__copy {
        top: 40%;
        transform: translate(-50%, -50%);
    }

    .p-topMv__title {
        width: 85%;
        margin: 0 auto 30px;
    }

    .p-topMv__text01 {
        font-size: 1.6rem;
        margin: 0 auto 15px;
    }

    .p-topMv__text02 {
        font-size: 1.3rem;
        line-height: 1.75;
    }

    .p-topMv__logo {
        width: 35%;
        margin: 0 auto 30px;
    }

    .p-topMv__logo img {
        width: 100%;
    }

    .p-topMv__list:not(:last-child) {
        margin-right: 10px;
    }

    .p-topMv__lists {
        width: 83%;
        top: 62%;
        bottom: auto;
    }
}

@media screen and (max-width:375px) {
    .p-topMv__lists {
        top: 66%;
    }
}

/*----------------------------------------
	topWorries
----------------------------------------*/

.p-topWorries {
    width: 100%;
    height: auto;
    padding: 160px 0 357px;
    background-image: url(images/top_page_bg.svg);
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
    background-color: #FCFCF2;
}

.p-topWorries ul {
    width: 91.2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.p-topWorries ul li {
    width: 32.2%;
    background-color: #fff;
    border: 1px solid #4ABAAD;
    padding: 29px 4px;
    border-radius: 12px;
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 1.591;
}

.p-topWorries ul li:before {
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    background-image: url(images/top_check_worries.svg);
    margin: 0 auto 15px;
}

.p-topWorries ul li:not(:nth-child(3n+3)) {
    margin-right: 1.4%;
}

.p-topWorries ul li:nth-child(n+4) {
    margin-top: 20px;
}

.p-topWorries__subTitle {
    font-size: 3.6rem;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 0 0 18px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ED6C00;
}

.p-topWorries__subTitle span {
    position: relative;
}

.p-topWorries__subTitle span:before {
    content: "";
    display: block;
    background-image: url(images/top_worries_icon.svg);
    position: absolute;
    top: -23px;
    left: -103px;
    width: 113px;
    height: 85px;
    transform: rotate(-9deg);
}

.p-topWorries h2 {
    text-align: center;
    margin: 0 0 56px;
    font-size: 4.8rem;
    letter-spacing: 0.06em;
    line-height: 2.313;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.p-topWorries h2 > span:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 47px;
    background-color: #ED6C00;
    margin: 0 30px 0 0;
    vertical-align: middle;
}

.p-topWorries h2 > span:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 47px;
    background-color: #ED6C00;
    margin: 0 0 0 30px;
    vertical-align: middle;
}

@media screen and (max-width:1000px) {
    .p-topWorries ul {
        justify-content: space-between;
    }

    .p-topWorries ul li {
        width: 48%;
    }

    .p-topWorries ul li:nth-child(n+3) {
        margin-top: 20px;
    }

    .p-topWorries ul li:not(:nth-child(3n+3)) {
        margin-right: 0;
    }
}

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

    .p-topWorries {
        padding: 80px 0 250px;
    }

    .p-topWorries h2 {
        font-size: 3rem;
    }

    .p-topWorries ul {
        justify-content: space-between;
    }

    .p-topWorries ul li {
        font-size: 2rem;
        width: 48%;
    }

    .p-topWorries ul li:nth-child(n+3) {
        margin-top: 30px;
    }

    .p-topWorries ul li:not(:nth-child(3n+3)) {
        margin-right: 0;
    }

    .p-topWorries h2 > span:before {
        display: none;
    }

    .p-topWorries h2 > span:after {
        display: none;
    }

    .p-topWorries__subTitle {
        font-size: 2.5rem;
    }

    .p-topWorries__subTitle span:before {
        left: -80px;
        width: 85px;
        height: 56px;
        background-size: 100%;
    }

    .p-topWorries h2 {
        margin: 0 0 35px;
        line-height: 1.4;
    }

    .p-topWorries ul li:not(:nth-child(3n+3)) {
        margin-right: 0;
    }
}

@media screen and (max-width:590px) {
    .p-topWorries {
        padding: 60px 0 125px;
    }

    .p-topWorries h2 {
        font-size: 2.4rem;
        margin: 0 0 30px;
    }

    .p-topWorries h2 > span:before {
        display: none;
    }

    .p-topWorries h2 > span:after {
        display: none;
    }

    .p-topWorries__subTitle span {
        font-size: 1.6rem;
    }

    .p-topWorries__subTitle span:before {
        left: -56px;
        width: 60px;
        height: 48px;
    }

    .p-topWorries ul li {
        font-size: 1.6rem;
        width: 100%;
        padding: 20px 4px;
    }

    .p-topWorries ul li:before {
        width: 25px;
        height: 25px;
        background-size: 100%;
        margin: 0 auto 5px;
    }

    .p-topWorries ul li:nth-child(n+2) {
        margin-top: 15px;
    }
}

/*----------------------------------------
	topAbout
----------------------------------------*/

.p-topAbout {
    background-color: #ED6C00;
    padding: 21px 0 0;
    position: relative;
}

.p-topAbout:before {
    content: "";
    display: block;
    background-image: url(images/top_about_deco.svg);
    width: 100%;
    height: 253px;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -253px;
}

.p-topAbout h2 {
    color: #fff;
    font-size: 4.9rem;
    letter-spacing: 0.06em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #ED6C00;
    margin: 0 0 60px;
}

.p-topAbout h2 span {
    background-color: #fff;
    display: inline-block;
    padding: 20px 26px;
}

.p-topAbout h2 span:first-child {
    margin: 0 0 11px;
}

.p-topAbout h3 {
    font-size: 3.2rem;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 1.875;
    margin: 0 0 50px;
    letter-spacing: 0.08em;
}

.p-topAbout .c-text {
    color: #fff;
    line-height: 2.105;
    text-align: center;
    margin: 0 0 80px;
}

.p-topAbout .c-button {
    background-color: #fff;
    color: #ED6C00;
}

.p-topAbout .c-button:before {
    background-image: url(images/button_arrow.svg);
}

@media screen and (max-width:1500px) {
    .p-topAbout h2 {
        font-size: 3.2vw;
    }
}

@media screen and (max-width:1300px) {
    .p-topAbout h2 {
        font-size: 3vw;
    }
}

@media screen and (max-width:820px) {
    .p-topAbout .c-text {
        margin: 0 0 40px;
    }

    .p-topAbout h2 span {
        padding: 10px 8px;
    }
}

@media screen and (max-width:590px) {
    .p-topAbout h2 {
        font-size: 5vw;
        line-height: 1.3;
        margin: 0 0 30px;
    }

    .p-topAbout h3 {
        font-size: 2rem;
        line-height: 1.5;
        margin: 0 0 25px;
    }

    .p-topAbout .c-text {
        margin: 0 0 40px;
    }
}

/*----------------------------------------
	topUseful
----------------------------------------*/

.p-topUseful {
    background-color: #ED6C00;
    margin: 0 0 150px;
    padding: 150px 0 0;
    position: relative;
}

.p-topUseful:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 475px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p-topUseful ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 5%;
    position: relative;
    z-index: 1;
}

.p-topUseful ul li {
    width: 30.6%;
}

.p-topUseful__point {
    width: 100%;
    padding: 40px 38px;
    height: 708px;
    background-color: #fff;
    border-radius: 13px;
    border: 1px solid rgba(63, 52, 45, 0.2);
    margin: 0 0 50px;
}

.p-topUseful__intro {
    margin: 0 0 110px;
    display: flex;
    align-items: center;
}

.p-topUseful__introText h2 {
    text-align: center;
    font-size: 4.5rem;
    letter-spacing: 0.06em;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.p-topUseful__introText h2 span {
    display: inline-block;
    padding: 0 0 23px;
    border-bottom: 5px solid #fff;
}

.p-topUseful__introText p {
    font-size: 3.1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 20px;
}

.p-topUseful__introText h2 span:first-child {
    margin: 0 0 35px;
}

.p-topUseful__introText {
    margin: 0 0 150px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.p-topUseful__introImg {
    width: 43.4%;
    height: 500px;
    margin: 0 116px 0 0;
    border-radius: 0 500px 500px 0;
    background-image: url(images/top_about_img.jpg);
    background-size: cover;
}

.p-topUseful__text h3 {
    font-size: 2.8rem;
    line-height: 1.464;
    margin: 0 0 38px;
    letter-spacing: 0.06em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.p-topUseful__img {
    margin: 0 0 40px;
}

.p-topUseful__point .c-button {
    display: none;
}

.p-topUseful ul li .c-button01 {
    width: 86.9%;
}

@media screen and (max-width:1400px) {
    .p-topUseful {
        padding: 120px 0 100px;
    }

    .p-topUseful__introImg {
        width: 50%;
        height: 380px;
        margin: 0 60px 0 0;
    }

    .p-topUseful ul {
        flex-direction: column;
    }

    .p-topUseful ul li {
        width: 100%;
    }

    .p-topUseful__point {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        height: auto;
        margin: 0;
    }

    .p-topUseful__text {
        width: 55%;
    }

    .p-topUseful__text .c-text {
        margin: 0 0 30px;
    }

    .p-topUseful ul li .c-button01 {
        display: none;
    }

    .p-topUseful__img {
        width: 40%;
    }

    .p-topUseful:before {
        display: none;
    }

    .p-topUseful ul li:not(:last-child) {
        margin: 0 0 50px;
    }

    .p-topUseful__text .c-button {
        width: 100%;
        display: flex;
    }

    .p-topWorries ul {
        width: 100%;
    }

    .p-topUseful__introText {
        width: 490px;
        margin: 0 3% 0 0;
    }

    .p-topUseful__introText h2 {
        font-size: 3.6rem;
    }
}

@media screen and (max-width:1200px) {
    .p-topUseful__introText h2 {
        font-size: 3.2rem;
    }
}

@media screen and (max-width:1000px) {
    .p-topUseful__intro {
        flex-direction: column;
    }

    .p-topUseful__introImg {
        width: 80%;
        height: 250px;
    }

    .p-topUseful__introText h2 {
        font-size: 3.5rem;
    }
}

@media screen and (max-width:820px) {
    .p-topUseful__introImg {
        margin: 0 auto 60px 0;
    }

    .p-topUseful__intro {
        margin: 0 0 50px;
    }

    .p-topUseful__introText p {
        font-size: 2.2rem;
    }
}

@media screen and (max-width:590px) {
    .p-topUseful {
        margin: 0 0 70px;
        padding: 70px 0 80px;
    }

    .p-topUseful__intro {
        margin: 0 0 40px;
    }

    .p-topUseful__introText h2 {
        font-size: 2.4rem;
    }

    .p-topUseful__introText h2 span {
        padding: 0 0 10px;
        border-bottom: 4px solid #fff
    }

    .p-topUseful__introText {
        width: 100%;
        margin: 0;
        padding: 0 3%;
    }

    .p-topUseful__introText h2 span:first-child {
        margin: 0 0 20px;
    }

    .p-topUseful__point {
        display: flex;
        flex-direction: column;
    }

    .p-topUseful__point {
        flex-direction: column;
    }

    .p-topUseful__introImg {
        width: 90%;
        height: 180px;
        margin: 0 auto 30px 0;
    }

    p-topUseful__img {
        width: 100%;
    }

    .p-topUseful__text {
        width: 100%;
    }

    .p-topUseful__img {
        width: 100%;
        margin: 0 0 20px;
    }

    .p-topUseful__point {
        padding: 20px;
    }

    .p-topUseful__text h3 {
        font-size: 2.2rem;
        margin: 0 0 20px;
    }

    .p-topUseful__introText p {
        font-size: 1.5rem;
    }
}

/*----------------------------------------
	topVoice
----------------------------------------*/
.p-topVoice {
    margin: 0 0 160px;
}

.p-topVoice .c-top__titleJp {
    color: #fff;
}

.p-topVoice .c-top__titleEn {
    color: #fff;
}

.p-topVoice .c-top__titleJp:before {
    background-color: #fff;
}

.p-topVoice .c-top__titleJp:after {
    background-color: #fff;
}

.p-topVoice a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 71.8%;
    height: 350px;
    background-image: url(images/top_voice_bg.jpg);
    background-size: cover;
    background-position: center;
    margin: auto;
    position: relative;
}

.p-topVoice a:before {
    content: "";
    position: absolute;
    transform: rotate(-14deg);
    top: 76px;
    left: 18.1%;
    background-image: url(images/top_voice_icon.svg);
    width: 15.1%;
    height: 197px;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

@media screen and (max-width:1400px) {
    .p-topVoice a:before {
        top: 5px;
        width: 12.1%;
    }
}

@media screen and (max-width:1300px) {
    .p-topVoice a {
        width: 90%;
        height: 280px;
    }
}

@media screen and (max-width:820px) {
    .p-topVoice {
        margin: 0 0 70px;
    }

    .p-topVoice a:before {
        width: 100px;
        height: 95px;
        top: 78px;
        left: 22.1%;
    }
}

@media screen and (max-width:590px) {
    .p-topVoice a {
        width: 90%;
        height: 110px;
    }

    .p-topVoice a:before {
        width: 46px;
        height: 51px;
        top: 19px;
        left: 8%;
    }
}

/*----------------------------------------
	topContact
----------------------------------------*/

.p-topContact {
    background-color: #F4F4EB;
    padding: 90px 0 100px;
    position: relative;
}

.p-topContact:before {
    content: "";
    background-image: url(images/bottom_contact_icon.svg);
    width: 210px;
    height: 213px;
    position: absolute;
    left: 4.3%;
    bottom: 0;
}

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

.p-topContact__box {
    margin: 0 162px 0 0;
}

.p-topContact__box .c-top__titleWrap {
    margin: 0 0 50px;
}

.p-topContact__box .c-text {
    text-align: center;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 1px #F4F4EB, -2px 2px 1px #F4F4EB, 2px -2px 1px #F4F4EB, -2px -2px 1px #F4F4EB, 2px 0px 1px #F4F4EB, 0px 2px 1px #F4F4EB, -2px 0px 1px #F4F4EB, 0px -2px 1px #F4F4EB;
}

.p-topContact__buttonBox .c-button:first-child {
    margin: 0 0 30px;
    font-size: 2rem;
}

.p-topContact__buttonBox .c-button:last-child {
    display: flex;
    flex-direction: column;
    background-color: #4ABAAD;
    font-size: 3rem;
    letter-spacing: 0.1em;
}

.p-topContact__buttonBox .c-button:last-child span {
    display: inline-block;
    font-size: 1.2rem;
    margin: 5px 0 0;
}

.p-topContact__buttonBox .c-button:first-child:before {
    background-image: url(images/bottom_contact_form_icon.svg);
}

.p-topContact__buttonBox .c-button:last-child:before {
    background-image: url(images/bottom_contact_tel_icon.svg);
}

@media screen and (max-width:1700px) {
    .p-topContact__box {
        margin: 0 80px 0 0;
    }
}

@media screen and (max-width:1400px) {
    .p-topContact__box {
        margin: 0 70px 0 0;
    }

    .p-topContact:before {
        width: 175px;
        height: 170px;
        background-size: 100%;
    }

    .p-topContact__buttonBox .c-button:last-child {
        font-size: 2.5rem;
    }

    .p-topContact__buttonBox .c-button {
        width: 360px;
    }
}

@media screen and (max-width:1200px) {
    .p-topContact__wrap {
        flex-direction: column;
    }

    .p-topContact__box {
        margin: 0 0 50px;
    }

    .p-topContact__buttonBox .c-button {
        width: 400px;
    }
}

@media screen and (max-width:820px) {
    .p-topContact {
        padding: 40px 0 60px;
    }

    .p-topContact .c-top__titleJp {
        font-size: 3rem;
    }

    .p-topContact__box .c-top__titleWrap {
        margin: 0 0 40px;
    }

    .p-topContact:before {
        width: 100px;
        height: 100px;
        background-size: 100%;
    }

    .p-topContact__buttonBox {
        width: 65%;
    }

    .p-topContact__buttonBox a {
        width: 100%;
    }

    .p-topContact__buttonBox .c-button:first-child {
        margin: 0 auto 15px;
    }

    .p-topContact__buttonBox .c-button:last-child {
        font-size: 2.2rem;
    }

    .p-topContact__buttonBox .c-button:last-child span {
        font-size: 1rem;
    }

    .p-topContact__buttonBox .c-button {
        height: 60px;
    }

    .p-topContact__buttonBox .c-button:first-child {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:590px) {
    .p-topContact__box {
        margin: 0 0 30px;
    }

    .p-topContact__buttonBox .c-button:last-child {
        font-size: 1.8rem;
    }

    .p-topContact__buttonBox {
        width: 80%;
    }

    .p-topContact__buttonBox .c-button {
        width: 100%;
        height: 45px;
    }

    .p-topContact .c-top__titleJp {
        font-size: 2.4rem;
    }

    .p-topContact__box .c-top__titleWrap {
        margin: 0 0 25px;
    }

    .p-topContact:before {
        width: 87px;
        height: 87px;
        left: auto;
        right: 2px;
        z-index: 2;
    }
}

/*----------------------------------------
	page_common
----------------------------------------*/

.p-catch {
    width: 100%;
    height: 470px;
    background-image: url(images/top_page_bg.svg);
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
    background-color: #FCFCF2;
    margin: 0 0 130px;
}

.p-catch__textWrap {
    width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 30px;
    text-align: center;
}

.p-catch__jp {
    font-size: 5.5rem;
    letter-spacing: 0.08em;
    line-height: 1.945;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #40220F;
}

.p-catch__en {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    color: rgba(237, 108, 0, 0.68);
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.p-catch__logo {
    margin: 0 0 30px;
}

.c-section__block {
    margin: 0 0 140px;

}

.c-page__title {
    margin: 0 0 60px;
    padding: 0 0 30px;
    border-bottom: 4px solid #ED6C00;
    color: #3F342D;
    font-size: 4.8rem;
    letter-spacing: 0.06em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.c-page__title02 {
    border-left: 8px solid #ED6C00;
    padding: 0 0 0 30px;
    font-size: 4.8rem;
    letter-spacing: 0.06em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    margin: 0 0 66px;
    color: #3F342D;
}

@media screen and (max-width:1400px) {
    .p-catch {
        height: 400px;
    }

    .c-page__title {
        font-size: 4rem;
    }

    .c-page__title02 {
        font-size: 4rem;
    }
}

@media screen and (max-width:1200px) {
    .p-catch {
        height: 380px;
    }
}

@media screen and (max-width:1024px) {
    .p-catch {
        height: 330px;
    }

    .p-catch__en {
        font-size: 2.5rem;
    }

    .p-catch__jp {
        font-size: 4.5rem;
        line-height: 1;
        margin: 0 0 18px;
    }

    .p-catch__logo {
        width: 19%;
        margin: 0 auto 30px;
    }

    .p-catch__logo img {
        width: 100%;
    }

    .c-page__title02 {
        font-size: 3.8rem;
        border-left: 5px solid #ED6C00;
        padding: 0 0 0 20px;
    }

    .c-page__title {
        font-size: 3.8rem;
    }

    .c-page__title02 {
        font-size: 3.8rem;
    }
}

@media screen and (max-width:820px) {
    .p-catch {
        height: 280px;
        margin: 0 0 70px;
    }

    .c-page__title02 {
        font-size: 3.2rem;
        margin: 0 0 30px;
        padding: 0 0 0 20px;
        border-left: 6px solid #ED6C00;
    }

    .c-page__title {
        font-size: 3rem;
        margin: 0 0 30px;
        padding: 0 0 20px;
        border-bottom: 5px solid #ED6C00;
    }

    .p-catch__jp {
        font-size: 4rem;
    }

    .p-catch__en {
        font-size: 2.2rem;
    }

    .c-section__block {
        margin: 0 0 70px;
    }
}

@media screen and (max-width:590px) {
    .c-page__title02 {
        font-size: 2.2rem;
        margin: 0 0 20px;
        padding: 0 0 0 15px;
        border-left: 4px solid #ED6C00;
        line-height: 1.2;
    }

    .c-page__title {
        font-size: 2.2rem;
        line-height: 1.2;
        border-bottom: 4px solid #ED6C00;
        padding: 0 0 15px;
    }

    .p-catch {
        height: 230px;
        margin: 0 0 60px;
        font-size: 3.2rem;
    }

    .p-catch__jp {
        font-size: 3rem;
        margin: 0 0 12px;
    }

    .p-catch__en {
        font-size: 1.8rem;
    }

    .p-catch__logo {
        width: 27%;
        margin: 0 auto 20px;
    }
}

/*----------------------------------------
	topAccess
----------------------------------------*/

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

.p-topAccess__map {
    width: 50%;
}

.p-topAccess__text {
    width: 50%;
    background-color: #FCFCF2;
    background-image: url(images/top_page_bg.svg);
    background-repeat: no-repeat;
    padding: 68px 140px 88px 93px;
}

.p-topAccess__text dl {
    display: flex;
    align-items: center;
}

.p-topAccess__text dl dt {
    width: 31.8%;
    color: #ED6C00;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.p-topAccess__text dl dd {
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.p-topAccess__text dl:not(:last-child) {
    margin: 0 0 30px;
}

.p-topAccess__map iframe {
    width: 100%;
    height: 100%;
}

.p-topAccess__text .c-top__titleWrap {
    margin: 0 0 56px;
}

@media screen and (max-width:1400px) {
    .p-topAccess__text .c-top__titleWrap {
        margin: 0 0 40px;
    }

    .p-topAccess__text {
        padding: 40px 60px 55px 30px;
    }

    .p-topAccess__text dl dt {
        width: 25%;
    }

    .p-topAccess__text dl:not(:last-child) {
        margin: 0 0 20px;
    }
}

@media screen and (max-width:820px) {
    .p-topAccess__text dl dt {
        font-size: 1.5rem;
        margin: 0 0 8px;
    }

    .p-topAccess__text dl dd {
        font-size: 1.4rem;
        line-height: 1.3;
    }

    .p-topAccess__text dl {
        flex-direction: column;
        align-items: flex-start;
    }

    .p-topAccess__wrap {
        flex-direction: column;
    }
    
    .p-topAccess__map {
        width: 100%;
        height: 400px;
    }
    
    .p-topAccess__text {
        width: 100%;
        padding: 40px 3.5%;
    }
}

@media screen and (max-width:590px) {
    .p-topAccess__text .c-top__titleWrap {
        margin: 0 0 30px;
    }
}

/*----------------------------------------
	News
----------------------------------------*/

.p-news__archiveWrap {
    width: 55.5%;
}

.p-news__archiveArticle a {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid rgba(198, 198, 198, 0.4);
    position: relative;
    transition: 0.3s;
}

.p-news__archiveArticle a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 18px 18px;
    border-color: transparent transparent #ED6C00 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

.p-news__archiveArticle a:hover {
    opacity: 0.7;
}

.p-news__archiveArticle:last-child a {
    border-bottom: 1px solid rgba(198, 198, 198, 0.4);
}

.p-news__archiveInfo {
    display: flex;
    align-items: center;
    margin: 0 30px 0 0;
}

.p-news__archiveTime {
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.53);
    font-weight: 400;
    letter-spacing: 0.04em;
    margin: 0 10px 0 0;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    margin: 0 12px 0 0;
}

.p-news__archiveTitle {
    font-size: 1.7rem;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #404040;
}

.p-news__archiveCategory {
    background-color: #F38300;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    height: 21px;
    border-radius: 11px;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
}

.post-type-archive-news .p-news__archiveWrap,
.tax-news_category .p-news__archiveWrap {
    width: 100%;
}

.single-info {
    display: flex;
    align-items: center;
    margin: 0 0 28px;
}

.single-info__wrap {
    display: flex;
    align-items: center;
    margin: 0 0 6px;
}

.single_info__category a {
    background-color: #F38300;
    color: #fff;
    display: inline-block;
    padding: 3px 14px 2px;
    height: 21px;
    border-radius: 11px;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
}

.single-info__time {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    color: rgba(0, 0, 0, 0.53);
    margin: 0 12px 0 0;
}

.single-news__title {
    font-size: 3.5rem;
    line-height: 1.486;
    letter-spacing: 0.08em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    margin: 6px 0 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}

.single-news__text {
    margin: 0 0 120px;
}

.single-all__button {
    width: 400px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #ED6C00;
    border-radius: 40px;
}

.single-all__button a {
    display: block;
    color: #fff;
}

.single-news__box {
    width: 63.3%;
}

.single-news__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.single-news .p-sidebar__archive {
    width: 30%;
}

@media screen and (max-width:1000px) {
    .single-news__wrap {
        padding: 0;
    }
}

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

    .p-news__archiveArticle a {
        flex-direction: column;
        align-items: flex-start;
    }

    .p-news__archiveInfo {
        margin: 0 0 10px;
    }

    .p-news__archiveTitle {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    .p-news__archiveTime {
        font-size: 1.2rem;
    }

    .p-news__archiveCategory {
        font-size: 1.2rem;
    }

    .single-news__text {
        margin: 0 0 70px;
    }

    .single-news__wrap {
        flex-direction: column;
    }

    .single-news__box {
        width: 100%;
    }

    .single-news__title {
        font-size: 3rem;
        line-height: 1.2;
        margin: 6px 0 30px;
        padding-bottom: 15px;
    }

    .single-info {
        margin: 0 0 18px;
    }

    .p-top__news {
        background-color: transparent;
        padding: 70px 0;
    }

    .p-top__newsWrap {
        padding: 50px 40px;
        flex-direction: column;
        border-radius: 10px;
    }

    .p-news__archiveWrap {
        width: 100%;
    }

    .p-news__archiveWrap {
        margin: 0 0 30px;
    }

    .p-top__news:before {
        display: none;
    }

    .single-news .p-sidebar__archive {
        width: 100%;
    }

    .single-all__button {
        width: 300px;
        height: 45px;
        font-size: 1.6rem;
        margin: 0 auto 60px;
    }
}

@media screen and (max-width:590px) {
    .single-news .p-sidebar__archive {
        width: 100%;
    }

    .single-news__title {
        font-size: 2.2rem;
    }

    .p-top__newsWrap {
        padding: 50px 25px;
    }

    .p-news__archiveTitle {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .single-news__text {
        font-size: 1.5rem;
        margin: 0 0 50px;
    }

    .single-news .single-info__time {
        margin: 0 10px 0 0;
    }
}

@media screen and (max-width:450px) {
    .single-all__button {
        width: 100%;
    }
}

/*----------------------------------------
	sidebar
----------------------------------------*/

.p-sidebar__archive {
    background-color: #fff;
    border: 1px solid rgba(112, 112, 112, 0.3);
    border-radius: 5px;
    padding: 40px 26px;
}

.p-sidebar__archiveTitle {
    position: relative;
    color: #F38300;
    line-height: 1.5;
    margin: 0 0 30px;
    padding: 0 0 7px;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    border-bottom: 2px solid #F38300;
}

.p-sidebar__archiveLists li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    font-size: 2rem;
    letter-spacing: 0.08em;
    font-weight: bold;
    text-align: center;
}

.p-sidebar__archiveLists li:first-child {
    border-top: 1px solid rgba(112, 112, 112, 0.3);
}

.p-sidebar__archiveLists li a {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

@media screen and (max-width:820px) {
    .p-sidebar__archiveTitle {
        font-size: 1.8rem;
        margin: 0 0 20px;
    }

    .p-sidebar__archiveLists li {
        font-size: 1.8rem;
        padding: 15px 0;
    }

    .p-sidebar__archive {
        padding: 30px 12px;
    }

    .p-sidebar__archive {
        width: 100%;
    }
}

@media screen and (max-width:590px) {
    .p-sidebar__archiveLists li {
        font-size: 1.5rem;
        padding: 12px 0;
    }
}

/*----------------------------------------
	About
----------------------------------------*/

.p-about__intro {
    margin: 0 0 160px;
}

.p-about__intro .c-text {
    margin: 0 0 80px;
}

.p-about__img ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-about__img ul li {
    width: 30.7%;
}

.p-about__access .c-text {
    margin: 0 0 70px;
}

.table01 {
    display: block;
    width: 100%;
    margin: auto;
    font-size: 1.8rem;
    margin: 0 auto 130px;
}

.table01 tbody {
    display: block;
    width: 100%;
}

.table01 tr {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #707070;
    padding: 20px 0;
}

.table01 tr:first-child {
    border-top: 1px solid #707070;
}

.table01 th {
    width: 14.7%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.12em;
    line-height: 1.3;
    color: #ED6C00;
}

.table01 td {
    width: 85.3%;
    vertical-align: middle;
    line-height: 1.75;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.table01 td a {
    display: inline-block;
    color: #ED6C00;
}

.p-about__accessMap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 38.46%;
    margin: 0 0 40px;
}

.p-about__accessMap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}


@media screen and (max-width:820px) {
    .p-about__intro .c-text {
        margin: 0 0 40px;
    }

    .p-about__intro {
        margin: 0 0 80px;
    }

    .p-about__access .c-text {
        margin: 0 0 40px;
    }

    .table01 {
        margin: 0 auto 70px;
    }

    .table01 tr {
        padding: 12px 0;
    }

    .table01 th {
        width: 25%;
        font-size: 1.5rem;
    }

    .table01 td {
        font-size: 1.5rem;
    }
}

@media screen and (max-width:590px) {
    .p-about__intro .c-text {
        margin: 0 0 30px;
    }

    .p-about__intro {
        margin: 0 0 60px;
    }

    .p-about__access .c-text {
        margin: 0 0 30px;
    }

    .p-about__accessMap {
        padding-top: 90%;
    }

    .table01 tr {
        flex-direction: column;
        align-items: flex-start;
    }

    .table01 th {
        width: 100%;
        margin: 0 0 5px;
    }

    .table01 td {
        width: 100%;
        line-height: 1.3;
    }

    .page-id-50 .p-catch__jp {
        font-size: 3rem;
    }
}

/*----------------------------------------
	contact
----------------------------------------*/

.p-contact__lists {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 1170px;
    margin: auto;
}

.p-contact__list {
    width: 218px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    background-color: #9B003F;
    border-radius: 29px;
    color: #fff;
}

.p-contact__list:not(:nth-child(5n+5)) {
    margin-right: 1.6%;
}

.p-contact__list:nth-child(n+6) {
    margin-top: 20px;
}

.p-contact__listsWrap {
    display: inline-block;
    width: 100%;
    margin: 0 auto 82px;
}

.p-contact__form {
    background-color: #FFF5F5;
    padding: 105px 0 140px;
}

.p-contact__form .c-page__title {
    color: #9B003F;
}

.table_contact_wrap {
    display: block;
    width: 1000px;
    margin: 0 auto 150px;
    padding: 76px 65px 100px;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid rgba(63, 52, 45, 0.3);
}

.table_contact {
    background-color: #fff;
    border-radius: 12px;
}

.p-contact__wrap {
    width: 1000px;
    margin: auto;
    padding: 76px 65px 83px;
    background-color: #fff;
    border-radius: 12px;
}

.table_contact {
    display: block;
    width: 100%;
    margin: auto;
}

.table_contact th {
    color: #333333;
    width: 33.2%;
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.8rem;
}

.table_contact th .small {
    font-size: 1.2rem;
}

.contact_address_wrap div:first-child {
    margin: 0 0 20px;
}

.table_contact tbody {
    display: block;
}

.table_contact td {
    padding: 20px;
    width: 75.5%;
    vertical-align: middle;
}

.table_contact td span {
    margin: 0 20px 0 0;
}

.table_contact td span:last-of-type {
    font-weight: bold;
    margin: 0 0 15px;
}

.table_contact td input.text {
    width: 100%;
    border: none;
    height: 40px;
    padding: 0 0 0 10px;
    background-color: #fff;
    font-size: 1.6rem;
    border: 1px solid rgba(112, 112, 112, 0.3);
    border-radius: 3px;
}

.table_contact td input.text.zip {
    width: 54%;
}

.table_contact td span {
    margin: 0 20px 0 0;
}

.table_contact td span:last-of-type {
    font-weight: bold;
    margin: 0 0 15px;
}

.table_contact td textarea {
    width: 100%;
    border: none;
    height: 180px;
    padding: 20px 0 0 20px;
    border: 1px solid rgba(112, 112, 112, 0.3);
    background-color: #fff;
    font-size: 1.6rem;
    border-radius: 3px;
}

.table_contact td textarea.text_area_remarks {
    height: 237px;
}

.table_contact tr {
    display: flex;
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
}

.table_contact tr:first-child {
    border-top: 1px solid #DDDDDD;
}

.required {
    display: inline-block;
    background-color: #ED6C00;
    color: #fff;
    margin-left: 20px;
    padding: 3px;
    font-weight: normal;
    letter-spacing: 0.06em;
    font-size: 1.1rem;
    border-radius: 2px;
}

.contact_button {
    width: 397px;
    height: 66px;
    margin: 40px auto 0;
    position: relative;
}

.contact_button input {
    background: none;
    border: none !important;
    background-color: #ED6C00 !important;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 33px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}

.table_radio_wrap {
    display: flex;
}

.mwform-radio-field:last-child {
    margin: 0;
}

.agree_check {
    margin-bottom: 60px;
    color: #2B3A3F;
}

.agree_check a {
    color: #5BA560;
}

.mwform-checkbox-field {
    margin: 0 40px 0 0;
}

.agree_check .mwform-checkbox-field {
    margin: 0;
}

.mw_wp_form_confirm {
    margin: 0 0 120px;
}

.mw_wp_form_confirm .required,
.mw_wp_form_confirm .option,
.mw_wp_form_confirm .agree_check {
    display: none;
}

.selectbox {
    height: 40px;
    background-color: #EDEDED;
    border: 1px solid #DDDDDD;
    padding: 0 20px;
}

input {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
}

input::placeholder {
    color: #A0A0A0;
}

input[type="text"] {
    border: none;
}

input[type="text"]:focus {
    border: 1px solid #004DA0;
    outline: 0;
}

input::placeholder {
    color: #CECDCD;
}

.table_radio_wrap {
    display: flex;
    flex-direction: column;
}


.table_radio_wrap span:not(:last-child) {
    margin: 0 0 15px;
}

.c-table__date_text {
    font-size: 1.6rem;
    line-height: 1.714;
}

.c-table__date01,
.c-table__date02 {
    margin: 0 0 10px;
}

.c-table__time01 {
    margin: 0 0 34px;
}

.table_date_data .calendar {
    height: 40px;
    padding: 12px 20px;
    border: 1px solid #D0D0D0;
}

.table_date_data .time {
    height: 40px;
    padding: 12px 20px;
    border: 1px solid #D0D0D0;
}

.c-table__time02 {
    margin: 0 0 28px;
}

.c-table__date_text {
    font-size: 1.4rem;
    line-height: 1.714;
}

.c-table__date01,
.c-table__date02 {
    margin: 0 0 10px;
}

.c-table__time01 {
    margin: 0 0 34px;
}

.table_date_data .calendar {
    height: 40px;
    padding: 12px 20px;
    border: 1px solid #D0D0D0;
}

.table_date_data .time {
    height: 40px;
    padding: 12px 20px;
    border: 1px solid #D0D0D0;
}

.c-table__time02 {
    margin: 0 0 28px;
}

.p-contact__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 130px;
}

.p-contact__tab a:not(:last-child) {
    margin: 0 62px 0 0;
}

.p-contact__tab a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 392px;
    height: 165px;
    border-radius: 8px;
    border: 1px solid rgba(63, 52, 45, 0.2);
    position: relative;
    font-size: 2.7rem;
    letter-spacing: 0.06em;
    color: #3F342D;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.p-contact__tab a span:after {
    content: "▼";
    display: block;
    color: #ED6C00;
    font-size: 2.7rem;
    letter-spacing: 0.06em;
    position: absolute;
    left: 50%;
    bottom: 13px;
    transform: translateX(-50%);
}

.p-contact__step {
    margin: 0 0 100px;
}

.p-contact__step li:not(:last-child) {
    margin: 0 0 60px;
}

.p-contact__step h3 {
    font-size: 2rem;
    display: inline-block;
    background-color: #ED6C00;
    border-radius: 8px;
    padding: 10px 15px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    margin: 0 0 20px;
    letter-spacing: 0.06em;
}

.p-contact__stepTel {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ED6C00;
}

.p-contact__stepTel:before {
    content: "";
    display: inline-block;
    background-image: url(images/contact_tel.svg);
    width: 41px;
    height: 41px;
    vertical-align: middle;
    margin: 0 13px 0 0;
}

@media screen and (max-width: 1200px) {
    .p-contact__wrap {
        width: 100%;
    }
}

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

    .table_contact_wrap {
        width: 100%;
        padding: 50px 40px 80px;
    }

    .page_contact_subtitle {
        width: 100%;
    }

    .table_contact td input.text {
        width: 80%;
    }

    .table_contact th {
        width: 37%;
    }

    .table_contact td {
        width: 63%;
    }

    .table_radio_wrap {
        flex-direction: column;
        line-height: 2;
    }

    .c-table__date_wrap {
        display: flex;
        flex-direction: column;
    }

    .table_contact td span {
        margin: 0 0 5px 0;
    }

    .p-contact__tab a span:after {
        font-size: 2rem;
    }

    .p-contact__tab a {
        height: 130px;
    }

    .p-contact__tab a {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 820px) {
    .p-contact__wrap {
        padding: 60px 30px 70px;
    }

    .p-contact__form {
        padding: 55px 0 70px;
    }

    .table_contact tr:nth-of-type(1) td {
        display: flex;
        flex-direction: column;
        line-height: 2;
    }

    .mw_wp_form .bg01 {
        margin: 0 0 40px;
    }

    .table_contact tr {
        flex-direction: column;
        padding: 20px 0;
    }

    .table_contact th {
        width: 100%;
        font-size: 1.6rem;
        justify-content: flex-start;
        margin: 0 0 15px;
        padding: 0;
    }

    .table_contact td {
        width: 100%;
        padding: 0;
    }

    .mw_wp_form .bg01 {
        padding: 40px 0;
    }

    .table_contact td input.text {
        width: 60%;
        height: 35px;
    }

    .table_contact td input.text.addr {
        width: 85%;
    }

    .selectbox {
        height: 35px;
    }

    .contact_time_wrap {
        margin: 0 0 30px;
    }

    .agree_check {
        line-height: 1.75;
        margin-bottom: 30px;
    }

    .contact_time_wrap {
        font-size: 1.4rem;
    }

    .contact_button {
        width: 230px;
        height: 45px;
        margin: 30px auto 0;
    }

    .contact_button::before {
        left: 50px;
    }

    .mw_wp_form_confirm {
        margin: 0 0 80px;
    }

    .table_radio_wrap span:not(:last-child) {
        font-size: 1.4rem;
        margin: 0 0 8px;
    }

    .p-contact__list {
        width: 47%;
        font-size: 1.6rem;
    }

    .p-contact__introArrow {
        margin: 0 auto 35px;
    }

    .p-contact__listsWrap {
        margin: 0 auto 60px;
    }

    .p-contact__tab a:not(:last-child) {
        margin: 0;
    }

    .p-contact__tab a {
        width: 48%;
    }

    .p-contact__tab {
        justify-content: space-between;
    }

    .p-contact__step h3 {
        font-size: 1.7rem;
        margin: 0 0 12px;
        padding: 5px 7px;
        border-radius: 5px;
    }

    .p-contact__step li:not(:last-child) {
        margin: 0 0 35px;
    }

    .p-contact__step {
        margin: 0 0 70px;
    }

    .p-contact__stepTel {
        font-size: 2.5rem;
    }

    .p-contact__stepTel:before {
        width: 35px;
        height: 35px;
        background-size: 100%;
    }

    .p-contact__tab {
        margin: 0 0 70px;
    }

    .table_contact_wrap {
        margin: 0 auto 80px;
    }

    .contact_button input {
        font-size: 1.6rem;
    }

    .p-contact__tab a {
        font-size: 1.8rem;
    }

    .p-contact__tab a {
        height: 120px;
    }
}

@media screen and (max-width: 590px) {
    .table_contact_wrap {
        padding: 50px 20px 80px;
    }

    .table_contact td input.text {
        width: 100%;
        height: 45px;
        font-size: 1.5rem;
    }

    .p-contact__wrap {
        padding: 50px 20px 80px;
    }

    .p-contact__list {
        width: 47%;
        height: 40px;
    }

    .p-contact__list:not(:nth-child(2n+2)) {
        margin-right: 1.6%;
    }

    .p-contact__list:nth-of-type(2n) {
        margin-right: 0;
    }

    .p-contact__list:nth-child(n+3) {
        margin-top: 15px;
    }

    .p-contact__introArrow {
        width: 80px;
    }

    .p-contact__introArrow img {
        width: 100%;
    }

    .p-contact__tab a {
        font-size: 1.6rem;
        height: 90px;
    }

    .p-contact__tab a span:after {
        bottom: 8px;
        font-size: 1.6rem;
    }
}

/*----------------------------------------
	topUseful
----------------------------------------*/

.p-useful__tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 130px;
}

.p-useful__tab a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 392px;
    height: 165px;
    border-radius: 8px;
    border: 1px solid rgba(63, 52, 45, 0.2);
    position: relative;
    font-size: 2.7rem;
    letter-spacing: 0.06em;
    color: #3F342D;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.p-useful__tab a span:after {
    content: "▼";
    display: block;
    color: #ED6C00;
    font-size: 2.7rem;
    letter-spacing: 0.06em;
    position: absolute;
    left: 50%;
    bottom: 13px;
    transform: translateX(-50%);
}

.p-useful__intro {
    margin: 0 0 130px;
}

.p-useful__list:not(:last-child) {
    margin: 0 0 150px;
}

.p-useful__list h2 {
    display: flex;
    align-items: center;
    font-size: 3.5rem;
    padding: 0 0 30px;
    letter-spacing: 0.06em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    margin: 0 0 70px;
    padding: 0 0 18px;
    border-bottom: 4px solid #ED6C00;
}

.p-useful__list h2 span {
    font-size: 6rem;
    margin: 0 30px 0 0;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    color: #ED6C00;
}

.p-useful__listExample {
    border: 1px solid rgba(63, 52, 45, 0.5);
    border-radius: 8px;
    padding: 40px 20px;
}


.p-useful__listExample h3 {
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #3F342D;
}

.p-useful__listExample h3:first-child {
    margin: 0 0 40px;
}

.p-useful__listExample ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 60px;
}

.p-useful__listExample ul li {
    font-size: 2rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #3F342D;
}

.p-useful__listExample ul li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-color: #4ABAAD;
    border-radius: 50%;
    margin: 0 15px 0 0;
}

.p-useful__listExample ul li:not(:last-child) {
    margin: 0 50px 0 0;
}

.p-useful__listWrap {
    display: flex;
    justify-content: space-between;
    margin: 0 0 150px;
}

.p-useful__listText {
    width: 51%;
    line-height: 2.222;
}

.p-useful__listImg {
    width: 43.5%;
}

@media screen and (max-width: 1300px) {
    .p-useful__tab a {
        width: 32%;
        height: 140px;
        font-size: 2rem;
        padding: 0 10px;
    }

    .p-useful__listWrap {
        margin: 0 0 100px;
    }

    .p-useful__listExample ul li {
        text-indent: -1em;
        padding-left: 1em;
    }

    .p-useful__listExample ul li:not(:last-child) {
        margin: 0 0 20px;
    }

    .p-useful__listExample ul {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 40px;
    }

    .p-useful__listExample h3 {
        text-align: left;
    }

    .p-useful__listExample h3:first-child {
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 1024px) {
    .p-useful__tab a span:after {
        font-size: 2rem;
    }

    .p-useful__listExample h3 {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 820px) {
    .p-useful__list h2 {
        font-size: 3rem;
        margin: 0 0 40px;
    }

    .p-useful__list h2 span {
        font-size: 4.5rem;
    }

    .p-useful__listText {
        font-size: 1.4rem;
        line-height: 2;
    }

    .p-useful__listWrap {
        margin: 0 0 40px;
    }

    .p-useful__list h2 span {
        font-size: 4rem;
        margin: 0 20px 0 0;
    }

    .p-useful__tab a {
        width: 100%;
        height: 100px;
    }

    .p-useful__intro {
        margin: 0 0 60px;
    }

    .p-useful__listExample {
        padding: 30px 20px;
    }

    .p-useful__listExample h3 {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .p-useful__listExample ul li {
        font-size: 1.6rem;
    }

    .p-useful__listExample ul li:before {
        width: 6px;
        height: 6px;
        margin: 0 10px 0 0;
    }

    .p-useful__listExample h3:first-child {
        margin: 0 0 20px;
    }

    .p-useful__listExample ul li:not(:last-child) {
        margin: 0 0 15px;
    }

    .p-useful__listExample ul {
        margin: 0 0 30px;
    }

    .p-useful__list:not(:last-child) {
        margin: 0 0 70px;
    }
}

@media screen and (max-width: 590px) {
    .p-useful__tab a {
        width: 100%;
        height: 85px;
        padding: 0 10px;
        font-size: 1.7rem;
    }

    .p-useful__tab a:not(:last-child) {
        margin: 0 0 10px;
    }

    .p-useful__tab a span:after {
        bottom: 8px;
        font-size: 1.6rem;
    }

    .p-useful__tab {
        flex-wrap: wrap;
        flex-direction: column;
        margin: 0 0 60px;
    }

    .p-useful__listWrap {
        flex-direction: column;
    }

    .p-useful__listImg {
        width: 100%;
        margin: 0 0 20px;
    }

    .p-useful__listText {
        width: 100%;
    }

    .p-useful__list h2 span {
        font-size: 3.5rem;
        margin: 0 0 5px;
    }

    .p-useful__list h2 {
        font-size: 2.2rem;
        margin: 0 0 30px;
        padding: 0 0 10px;
        flex-direction: column;
    }

}

/*----------------------------------------
	voice
----------------------------------------*/

.p-voice__img {
    margin: 0 50px 0 0;
}

.p-voice__img img {
    max-width: 373px;
    height: auto;
}

.p-voice__intro {
    margin: 0 0 90px;
}

.p-voice__archiveWrap {
    margin: 0 0 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-voice__archiveArticle:not(:last-child) {
    margin: 0 0 150px;
}

.p-voice__archiveArticle > h2 {
    font-size: 3.5rem;
    letter-spacing: 0.06em;
    color: #3F342D;
    margin: 0 0 70px;
    padding: 0 0 30px;
    border-bottom: 4px solid #ED6C00;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.p-voice__archiveTitle {
    margin: 0 0 30px;
    padding: 20px 30px;
    background-color: #ED6C00;
    color: #fff;
}

.p-voice__profile {
    display: flex;
    align-items: center;
    margin: 0 0 35px;
}

.p-voice__name {
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.p-voice__detail {
    font-size: 2rem;
    letter-spacing: 0.06em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.p-voice__text {
    width: 59.6%;
}

.p-voice__text h3 {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    margin: 0 0 30px;
    color: #ED6C00;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.p-voice__text .c-text {
    color: #ED6C00;
}


@media screen and (max-width: 820px) {
    .p-voice__intro {
        margin: 0 0 60px;
    }

    .p-voice__archiveArticle > h2 {
        font-size: 2.8rem;
        line-height: 1.3;
        margin: 0 0 35px;
        padding: 0 0 15px;
    }

    .p-voice__archiveWrap {
        margin: 0 0 60px;
        align-items: flex-start;
    }

    .p-voice__img {
        width: 23%;
    }

    .p-voice__img img {
        width: 100%;
    }

    .p-voice__detail {
        font-size: 1.5rem;
    }

    .p-voice__name {
        font-size: 2.4rem;
    }

    .p-voice__text {
        width: 65%;
    }

    .p-voice__text h3 {
        font-size: 2.2rem;
        margin: 0 0 20px;
    }

    .p-voice__archiveTitle {
        padding: 15px 20px;
        margin: 0 0 20px;
        line-height: 1.3;
    }

    .p-voice__archiveArticle:not(:last-child) {
        margin: 0 0 80px;
    }

    .p-voice__profile {
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 590px) {
    .p-voice__archiveArticle > h2 {
        font-size: 2.2rem;
    }

    .p-voice__name {
        font-size: 2rem;
    }

    .p-voice__detail {
        font-size: 1.3rem;
    }

    .p-voice__text h3 {
        font-size: 2rem;
        margin: 0 0 15px;
        text-align: center;
    }

    .p-voice__archiveWrap {
        margin: 0 0 30px;
        flex-direction: column;
    }

    .p-voice__img {
        margin: 0 auto 10px;
    }

    .p-voice__text {
        width: 100%;
    }

    .p-voice__profile {
        justify-content: center;
    }
}
