@charset "UTF-8";

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

a {
    transition: .3s;
    display: block;
}

@media only screen and (min-width:751px) {
    a:hover {
        opacity: .8;
    }
}

body {
    font-feature-settings: "palt";
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}

.body__inner {
    overflow-x: hidden !important;
    background-image: linear-gradient(to right, #fffdd9 0%, #fffdd9 25%, #fdf4f8 25%, #fdf4f8 50%, #fef2d9 50%, #fef2d9 75%, #ecf8fd 75%, #ecf8fd 100%);
}

.only-pc {
    display: block !important;
}

.only-sp {
    display: none !important;
}

.only-pc-flex {
    display: flex !important;
}

.only-sp-flex {
    display: none !important;
}

p {
    font-size: max(14px, 1.8rem);
    line-height: 2em;
    color: #333;
    letter-spacing: 0.1em;
}

img {
    max-width: max-content;
    width: 100%;
    display: block;
    margin: auto;
}

@media screen and (max-width:1260px) {
    html {
        font-size: .8vw;
    }
}

@media only screen and (max-width:960px) {
    .only-sp-960 {
        display: block !important;
    }

    .only-pc-960 {
        display: none !important;
    }
}

@media only screen and (min-width:750px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

@media only screen and (max-width:750px) {
    html {
        font-size: 1.65vw;
    }

    .only-pc {
        display: none !important;
    }

    .only-sp {
        display: block !important;
    }

    .only-pc-flex {
        display: none !important;
    }

    .only-sp-flex {
        display: flex !important;
    }
}

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

	js-accordion

-----------------------------------------------*/
.js-accordion-close {
    display: none;
}

@media all and (-ms-high-contrast: none) {
    .js-accordion-close {
        display: block;
    }
}

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

  .js-fadein

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

.js-fadein {
    opacity: 0;
}

.js-fadein.is-show {
    animation-name: scrollFadeIn;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.js-fadein.up.is-show {
    transform: translateY(2rem);
}

.js-fadein.down.is-show {
    transform: translateY(-2rem);
}

.js-fadein.left.is-show {
    transform: translateX(-2rem);
}

.js-fadein.right.is-show {
    transform: translateX(2rem);
}

.js-fadein.blur.is-show {
    animation-name: blurTxt;
    animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
}

.delay--01 {
    animation-delay: .2s;
}

.delay--02 {
    animation-delay: .4s;
}

.delay--03 {
    animation-delay: .6s;
}

.delay--04 {
    animation-delay: .8s;
}

.delay--05 {
    animation-delay: 1s;
}

.delay--06 {
    animation-delay: 1.2s;
}

@keyframes scrollFadeIn {
    0% {
        opacity: 0;
    }

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

@keyframes blurTxt {
    0% {
        color: transparent;
    }

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

    100% {
        transform: translate(0);
    }
}


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

    .js-fadein.left.is-show,
    .js-fadein.right.is-show {
        transform: translateY(2rem);
    }
}

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

	ham

-----------------------------------------------*/
#ham {
    background-color: #fff;
    width: 8rem;
    height: 8rem;
    border-radius: 100px;
    position: fixed;
    top: 4%;
    right: 4%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
}

#ham span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

#ham span::before,
#ham span::after {
    content: "";
    width: 4rem;
    height: 3px;
    background-color: #0075c1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
    transition: .5s;
}

#ham span::before {
    top: 40%;
}

#ham span::after {
    top: 60%;
}

#ham.active span::before {
    top: 50%;
    transform: translateX(-50%) rotate(30deg);
}

#ham.active span::after {
    top: 50%;
    transform: translateX(-50%) rotate(-30deg);
}

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

	totop

-----------------------------------------------*/
.totop {
    position: fixed;
    bottom: 20%;
    right: 0;
    transition: .3s;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.totop2 {
    position: fixed;
    bottom: 4%;
    left: 1%;
    transition: .3s;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.totop.fade_out {
    opacity: 0;
    visibility: hidden;
}

.totop.fade_in {
    opacity: 1;
    visibility: visible;
}

.totop .totop__btn {
    max-width: 120px;
    cursor: pointer;
    display: block;
}

.totop .totop__btn img {
    width: 100%;
}

@media only screen and (max-width:750px) {
    .totop .totop__btn {
        width: 80%;
    }

    .totop2 .totop__btn {
        width: 80%;
    }

    .totop2 {
        position: fixed;
        bottom: 4%;
        right: -5%;
        transition: .3s;
        z-index: 10;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        left: unset;
    }
}

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

	nav

-----------------------------------------------*/
nav {
    margin: 0 0 14rem;
    padding: 0 2rem 0 0;
}

nav ul li {
    font-size: max(14px, 1.8rem);
    line-height: 1.5em;
    padding: 1.5rem 0;
    color: #aaa;
}

nav ul li b {
    font-size: max(18px, 1.8rem);
    color: #fff;
    position: relative;
    padding: 0 0 0 7rem;
}

nav ul li b span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    min-width: 20px;
    min-height: 20px;
    background-color: #aaa;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

nav ul li.--type1.active b span,
nav ul li.--type1:hover b span {
    background-color: #ff96c3;
}

nav ul li.--type1.active,
nav ul li.--type1:hover {
    color: #ff96c3;
}

nav ul li.--type2.active b span,
nav ul li.--type2:hover b span {
    background-color: #f1a700;
}

nav ul li.--type2.active,
nav ul li.--type2:hover {
    color: #f1a700;
}

nav ul li.--type3.active b span,
nav ul li.--type3:hover b span {
    background-color: #f63d4d;
}

nav ul li.--type3.active,
nav ul li.--type3:hover {
    color: #f63d4d;
}

nav ul li.--type4.active b span,
nav ul li.--type4:hover b span {
    background-color: #0075c1;
}

nav ul li.--type4.active,
nav ul li.--type4:hover {
    color: #0075c1;
}

nav ul li.--type5.active b span,
nav ul li.--type5:hover b span {
    background-color: #f1a700;
}

nav ul li.--type5.active,
nav ul li.--type5:hover {
    color: #f1a700;
}

@media only screen and (max-width:750px) {
    nav {
        background-color: #fff;
        border-radius: 4rem 0 0 4rem;
        padding: 2rem 2rem 2rem 0;
        position: fixed;
        top: 40%;
        right: -100%;
        transform: translateY(-50%);
        margin: 0;
        transition: .6s;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    #nav__fixed.active nav {
        right: 0;
    }

    nav ul li.--type1 b span,
    nav ul li.--type1 b span {
        background-color: #ff96c3;
    }

    nav ul li.--type1,
    nav ul li.--type1 {
        color: #ff96c3;
    }

    nav ul li.--type2 b span,
    nav ul li.--type2 b span {
        background-color: #f1a700;
    }

    nav ul li.--type2,
    nav ul li.--type2 {
        color: #f1a700;
    }

    nav ul li.--type3 b span,
    nav ul li.--type3 b span {
        background-color: #f63d4d;
    }

    nav ul li.--type3,
    nav ul li.--type3 {
        color: #f63d4d;
    }

    nav ul li.--type4 b span,
    nav ul li.--type4 b span {
        background-color: #0075c1;
    }

    nav ul li.--type4,
    nav ul li.--type4 {
        color: #0075c1;
    }

    nav ul li.--type5 b span,
    nav ul li.--type5 b span {
        background-color: #f1a700;
    }

    nav ul li.--type5,
    nav ul li.--type5 {
        color: #f1a700;
    }
}



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

	btn

-----------------------------------------------*/
.btn {
    text-align: center;
    padding: 9rem 4rem;
    border-radius: 2rem;
    color: #fff !important;
    font-size: max(24px, 3.2rem);
    line-height: 1.5em;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 10rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.btn:hover {
    opacity: .8;
}

.btn.--type3 {
    max-width: 560px;
    width: 59%;
    margin: auto;
}

.btn::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -3rem;
}

.btn.--type1::after {
    background-image: url("../img/btn_bg_01.png");
    width: 12.5rem;
    height: 15.3rem;
    right: -2rem;
}

.btn.--type2::after {
    background-image: url("../img/btn_bg_02.png");
    width: 16.8rem;
    height: 15rem;
    right: -5rem;
}

.btn.--type3::after {
    background-image: url("../img/btn_bg_03.png");
    width: 14.1rem;
    height: 13.2rem;
    right: 0rem;
}

.btn em {
    display: inline-block;
    background-color: #fff;
    display: block;
    font-size: max(14px, 1.8rem);
    border-radius: 100px;
    font-weight: bold;
    font-style: normal;
    line-height: 2em;
    display: inline-block;
    padding: .5rem 2rem;
}

.btn span {
    position: relative;
}

.btn.--type1 {
    background-color: #0075c1;
}

.btn.--type1 b {
    font-size: max(36px, 4.6rem);
}

.btn.--type1 em {
    color: #0075c1;
    margin: 0 0 1rem;
}

.btn.--type2,
.btn.--type3 {
    background-color: #f63d4d;
}

.btn b {
    display: inline-block !important;
}

.btn.--type2 b,
.btn.--type3 b {
    font-size: max(30px, 4rem);
}

.btn span::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 0 -.5rem 1rem;
}

.btn.--type1 span::after {
    background-image: url("../img/btn_icon_01.png");
    width: 3.1rem;
    height: 3.9rem;
    min-width: 31px;
    min-height: 39px;
}

.btn.--type2 span::after {
    background-image: url("../img/btn_icon_02.png");
    width: 4.5rem;
    height: 4.1rem;
    width: 45px;
    height: 41px;
}

.btn.--type3 span::after {
    background-image: url("../img/btn_icon_03.png");
    width: 4.2rem;
    height: 4rem;
    min-width: 42px;
    min-height: 40px;
}



@media only screen and (min-width:751px) {}

@media only screen and (max-width:750px) {
    .btn.--type3 {
        max-width: 100%;
        width: 100%;
    }
}

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

	header

-----------------------------------------------*/
#header {
    background-color: #fff;
    width: 100%;
    padding: 2rem 4%;
}

#header .header__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

#header h1 {
    width: 23%;
}

#header h2 {
    width: 60%;
}

@media only screen and (max-width:750px) {
    #header h1 {
        width: 33%;
    }
}

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

	section

-----------------------------------------------*/
section {
    padding: 6rem 4%;
}

section h4 {
    font-size: max(22px, 3rem);
    text-align: center;
    line-height: 1.8em;
    margin: 0 0 4rem;
    font-weight: bold;
}

section h4 b {
    font-size: max(30px, 4rem);
    color: #fff;
    position: relative;
    margin: 0 0 0 -10rem;
    padding: 0 0 0 14rem;
}

section h4 b span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    width: 6.3rem;
    height: 6.3rem;
    min-width: 42px;
    min-height: 42px;
    background-color: #000;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner {
    max-width: 960px;
    margin: auto;
}

@media only screen and (max-width:750px) {
    section {
        padding: 4rem 4%;
    }
}

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

	mv

-----------------------------------------------*/
#mv {
    padding: 0;
    width: 100%;
    position: relative;
}

#mv h3 {
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    z-index: 1;
}

#mv p {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: max(10px, 1.2rem);
    background-color: rgba(255, 255, 255, .3);
    padding: 1.5rem;
    backdrop-filter: blur(6px);
}

#mv p b {
    font-size: max(12px, 1.4rem);
}

#mv div.mv__caution--sp {
    display: none;
    padding: 0 4% 4rem;
}

#mv div.mv__caution--sp p {
    background: none;
    position: static;
    font-size: max(12px, 1.4rem);
}

#mv div.mv__caution--sp p span {
    position: relative;
    padding: 0 0 0 1em;
    line-height: 1.5em;
    display: block;
    margin: 0.5rem 0 0;
}

#mv div.mv__caution--sp p span::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

#mv div.mv__caution--sp p b {
    margin-top: 1rem;
    display: block;
    font-size: max(14px, 1.8rem);
}

#mv .mv-link {
    color: #fff;
    text-align: right;
    font-size: max(12px, 1.4rem);
    margin-top: 7px;
    background-color: #f1a700;
    padding: 5px;
    text-align: center;
    max-width: 280px;
    margin-left: auto;
}

#mv .mv-link img {
    display: inline;
    width: 12px;
    margin-left: 5px;
    filter: invert(100%) brightness(200%);
    margin-bottom: 5px;
}

/* #mv .mv__chara{
    position: absolute;
    top: 3%;
    left: 68%;
    transform: translate(-50%);
} */
@media only screen and (max-width:750px) {
    #mv h3 {
        top: 22.5%;
        transform: translate(-50%);
        width: 92%;
    }

    #mv div.mv__caution--sp {
        display: block;
    }

    #mv .mv-link {
        width: 80%;
        padding: 10px 0px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    #mv .mv-link img {
        width: 10px;
        margin-bottom: 0;
    }
}

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

	apply

-----------------------------------------------*/
.apply {
    padding: 5rem 4% 6rem;
    background-color: rgba(255, 255, 255, .5);
}

.apply .apply__flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4rem;
}

.apply .apply__item {
    text-align: center;
}

.apply .apply__item:first-child {
    width: 40%;
}

.apply .apply__item:last-child {
    width: 60%;
}

.apply p {
    display: inline-block;
    text-align: center;
    border-bottom: 4px dotted;
    margin: 0 0 1rem;
    font-weight: bold;
    position: relative;
}

.apply p::before,
.apply p::after {
    position: absolute;
    top: .5rem;
    font-size: max(14px, 2.2rem);
}

.apply p::before {
    content: "＼";
    left: -1.2em;
}

.apply p::after {
    content: "／";
    right: -1.2em;
}

.apply p b {
    font-size: max(18px, 2.4rem);
    color: #f63d4d;
}

.apply small {
    font-size: max(12px, 1.4rem);
    padding: 0 0 0 2em;
    position: relative;
    margin: 2rem 0 0;
    display: block;
    line-height: 1.5em;
    text-align: left;
}

.apply small::before {
    content: "注";
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
}

@media only screen and (max-width:750px) {
    .apply .apply__flex {
        flex-direction: column;
    }

    .apply .apply__item {
        width: 100% !important;
    }

    .apply p {
        border-bottom: 2px dotted;
    }
}

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

	flow

-----------------------------------------------*/
/* #flow .flow__bord{
    background-color: #245c3a;
    padding: 6rem;
    border-radius: 1rem;
    border: 1rem solid #a06944;
    color: #fff;
    font-weight: bold;
    font-size: max(18px,2.4rem);
    letter-spacing: 0;
    line-height: 1.5em;
    position: relative;
    width: 68.5rem;
    left: 1rem;
    margin: auto;
}
#flow .flow__bord::before{
    content: "";
    background-image: url("../img/flow_item_pc.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 84.4rem;
    height: 5.6rem;
    position: absolute;
    bottom: -2rem;
    left: -2rem;
}
#flow .flow__bord::after{
    content: "";
    background-image: url("../img/flow_chara.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 16.8rem;
    height: 19.2rem;
    position: absolute;
    bottom: -8rem;
    right: -10rem;
}
#flow .flow__bord b{
    color: #ffe670;
} */

#flow {
    margin: 0 !important;
}

#flow .flow__bord {
    margin: 0 0 6rem;
}

#flow h4 b span {
    background-color: #f1a700;
}

#flow .flow__item:not(:last-child) {
    margin: 0 0 4rem;
}

#flow .flow__item h5 {
    font-size: max(18px, 2.2rem);
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    line-height: 1.5em;
    padding: 3rem;
    position: relative;
}

#flow .flow__item h5::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 7.5rem;
    height: 7.5rem;
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
}

#flow .flow__item:nth-child(1) h5::before {
    background-image: url("../img/flow_num_01.png");
}

#flow .flow__item:nth-child(2) h5::before {
    background-image: url("../img/flow_num_02.png");
}

#flow .flow__item:nth-child(3) h5::before {
    background-image: url("../img/flow_num_03.png");
}

#flow .flow__accordion {
    padding: 2rem;
    min-height: 36px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

#flow .flow__accordion::before {
    content: "詳しくはこちら";
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    font-size: max(14px, 1.6rem);
    font-weight: bold;
    line-height: 1.5em;
}

#flow .flow__accordion.active::before {
    content: "とじる";
}

#flow .flow__accordion::after {
    content: "";
    background-image: url("../img/flow_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.3rem;
    height: 1.3rem;
    min-width: 23px;
    min-height: 13px;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%) rotateX(-180deg);
    transition: .3s;
}

#flow .flow__answer {
    display: none;
    padding: 2.5rem 3.5rem;
    background-color: #f0f0f0;
    font-size: max(14px, 1.8rem);
    line-height: 1.5em;
}

#flow .flow__answer small {
    position: relative;
    padding: 0 0 0 1em;
    line-height: 1.5em;
    display: block;
    font-size: max(12px, 1.4rem);
    margin: 1rem 0 0;
}

#flow .flow__answer small::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

#flow .flow__answer ul li {
    position: relative;
    padding: 0 0 0 1em;
}

#flow .flow__answer ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

#flow .flow__accordion.active::after {
    transform: translateY(-50%) rotateX(0);
}

#flow .flow__item:nth-child(1) .flow__accordion {
    background-color: #f1a700;
}

#flow .flow__item:nth-child(2) .flow__accordion {
    background-color: #f63d4d;
}

#flow .flow__item:nth-child(3) .flow__accordion,
#flow .flow__item:nth-child(4) .flow__accordion {
    background-color: #0075c1;
}

#flow .flow__link {
    font-size: max(14px, 1.6rem);
    text-decoration: none;
    border: 2px solid;
    display: inline-block;
    padding: .5rem 4rem;
    color: #0075c1;
    margin: 1rem 0 0;
    position: relative;
    line-height: 1.5em;
}

#flow .flow__link span {
    display: inline-block;
}

#flow .flow__link::after {
    content: "";
    width: .8rem;
    height: .8rem;
    min-width: 10px;
    min-height: 10px;
    position: absolute;
    top: 45%;
    right: 1.5rem;
    transform: translateY(-50%) rotate(135deg);
    border: 2px solid #0075c1;
    border-width: 2px 2px 0 0;
}

@media only screen and (max-width:750px) {
    #flow .flow__item {
        border: 1px solid #aaa;
    }

    #flow .flow__answer {
        display: block;
    }

    #flow .flow__item h5::before {
        top: 1rem;
        transform: none;
    }

    #flow .flow__item:not(:last-child) h5 {
        padding: 3rem 3rem 3rem 12rem;
    }
}

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

	list

-----------------------------------------------*/
#list {
    background-color: rgba(255, 255, 255, .5);
}

#list h4 b span {
    background-color: #f63d4d;
}

#list ul {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    margin: 0 0 4rem;
}

@media only screen and (max-width:750px) {
    #list ul {
        flex-direction: column;
        gap: 2rem;
    }
}

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

	overview

-----------------------------------------------*/
#overview h4 b span {
    background-color: #0075c1;
}

#overview h4 {
    position: relative;
    z-index: 0;
}

#overview h4::before {
    content: "";
    background-image: url("../img/overview_chara.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 9.3rem;
    height: 12.4rem;
    position: absolute;
    top: -1rem;
    left: 0;
}

#overview .overview__day {
    font-size: max(12px, 1.4rem);
    text-align: right;
    display: block;
    margin: -2rem 0 1rem;
}

#overview h5 {
    color: #fff;
    font-size: max(18px, 2.4rem);
    font-weight: bold;
    background-color: #0075c1;
    line-height: 1.5em;
    padding: 2rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

#overview table tr th {
    font-size: max(14px, 1.6rem);
    font-weight: bold;
    width: 25%;
    min-width: 150px;
    vertical-align: top;
}

#overview table tr th,
#overview table tr td {
    text-align: left;
    line-height: 2em;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 2rem 3rem;
}

#overview table tr td {
    font-size: max(14px, 1.4rem);
}

#overview table tr td em,
#overview table tr td a {
    display: inline-block;
    color: #0075c1;
    text-decoration: underline;
    cursor: pointer;
    font-style: normal;
}

@media only screen and (max-width:900px) {
    #overview h4::before {
        top: 0;
    }
}

@media only screen and (max-width:750px) {
    #overview h4::before {
        width: 8rem;
        height: 12rem;
        min-width: 55px;
        min-height: 70px;
    }

    #overview table tr th,
    #overview table tr td {
        display: block;
        width: 100%;
    }

    #overview table tr th {
        background-color: #ecf8fd;
    }

    #overview table tr td a {
        text-decoration: underline;
        color: #0075c1;
    }
}

@media only screen and (max-width:400px) {
    #overview h4::before {
        top: .5rem;
    }
}

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

	tel

-----------------------------------------------*/
#tel {
    background-color: #fff;
}

#tel .tel__num {
    margin: 0 0 4rem;
}

#tel p {
    font-size: max(14px, 1.4rem);
    line-height: 1.5em;
    margin: 0 0 4rem;
}

#tel table {
    border: 1px solid #aaa;
    border-width: 1px 0;
    width: 100%;
}

#tel table tr th,
#tel table tr td {
    font-size: max(14px, 1.4rem);
    line-height: 1.5em;
    padding: 2rem;
    border-bottom: 1px solid #aaa;
}

#tel table tr th {
    background-color: #eee;
}

#tel table tr td:nth-child(2):not(:last-child) {
    border-right: 1px solid #aaa;
}

#tel .tel__link {
    text-align: right;
    font-size: max(14px, 1.4rem);
    margin: 1.5rem 0 0;
    text-decoration: underline;
    line-height: 1.5em;
}

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

    #tel table tr th,
    #tel table tr td {
        display: block;
        width: 100%;
    }

    #tel table tr td {
        border-right: none !important;
    }
}


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

	footer

-----------------------------------------------*/
#footer {
    background-color: #fff;
    border-top: 1px solid #aaa;
    padding: 2rem 4%;
}

#footer .footer__flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4rem;
}

#footer .footer__flex div ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

#footer .footer__flex div ul li {
    font-size: max(12px, 1.4rem);
    line-height: 1.5em;
}

#footer .footer__flex div ul li:first-child {
    border-right: 1px solid #aaa;
}

#footer .footer__flex div ul li a {
    padding: 0 1rem;
    color: #0075c1;
    text-decoration: underline;
}

#footer .footer__logo {
    max-width: 130px;
    margin: 2rem 0 0;
}

#footer p {
    font-size: max(12px, 1.4rem);
    text-align: right;
    line-height: 1.5em;
}

#footer #copyright {
    text-align: center;
    padding: 2rem 0 0;
}

@media only screen and (max-width:750px) {
    #footer .footer__flex {
        flex-direction: column;
        gap: 2rem;
    }

    #footer .footer__flex div {
        width: 100%;
    }

    #footer .footer__flex div ul {
        justify-content: flex-start;
    }

    #footer p {
        text-align: left;
        font-size: 12px;
        line-height: 1.8em;
        margin-top: 10px;
        letter-spacing: 0;
    }

    #footer p span a {
        display: inline;
    }
}

/* ===============================================
# 20240527
=============================================== */
.btn.--type04 {
    background-color: #f1a700;
    border-radius: 1rem;
    padding: 1.5rem 4rem;
    font-size: max(14px, 1.8rem);
    height: auto;
    width: fit-content;
    place-content: center;
    margin-inline: auto;
    margin-top: 2rem;
}

.btn.--type04::after {
    content: "";
    background-image: url("../img/flow_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 2rem;
    aspect-ratio: 23/13;
    min-width: 18px;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%) rotate(90deg);
    transition: .3s;
}

@media only screen and (max-width:750px) {
    .btn.--type04 {
        width: auto;
        margin-top: 4rem;
    }
}

